Skip to content

Commit d08a3b0

Browse files
committed
Set initial data to null
1 parent 7986e75 commit d08a3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/chartist-chart.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default Ember.Component.extend({
4444
return this.get('type').capitalize();
4545
}.property('type'),
4646

47+
data: null,
4748
options: UNDEF,
4849
responsiveOptions: UNDEF,
4950
updateOnData: true,

0 commit comments

Comments
 (0)