mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +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
158 B
Handlebars
6 lines
158 B
Handlebars
<h4>Paid mix</h4>
|
|
<EmberChart
|
|
@type={{this.chartType}}
|
|
@data={{this.chartData}}
|
|
@options={{this.chartOptions}}
|
|
@height={{this.chartHeight}} /> |