mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-08 20:22:53 +03:00
d05d22c177
refs: https://github.com/TryGhost/Team/issues/1436 - added in lots of demo graphs using EmberChart - renamed some files in v5 folder for better conventions - put each graph for new dashboard into separate components
6 lines
160 B
Handlebars
6 lines
160 B
Handlebars
<h4>Total paid</h4>
|
|
<EmberChart
|
|
@type={{this.chartType}}
|
|
@data={{this.chartData}}
|
|
@options={{this.chartOptions}}
|
|
@height={{this.chartHeight}} /> |