mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
8 lines
139 B
Handlebars
8 lines
139 B
Handlebars
<EmberChart
|
|
@type='doughnut'
|
|
@data={{this.chartData}}
|
|
@options={{this.chartOptions}}
|
|
@height={{500}}
|
|
@width={{500}}
|
|
/>
|