We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7986e75 commit d08a3b0Copy full SHA for d08a3b0
app/components/chartist-chart.js
@@ -44,6 +44,7 @@ export default Ember.Component.extend({
44
return this.get('type').capitalize();
45
}.property('type'),
46
47
+ data: null,
48
options: UNDEF,
49
responsiveOptions: UNDEF,
50
updateOnData: true,
0 commit comments