Remove duplicate call to getDataArray (#853)

This commit is contained in:
Daniel Høyer Iversen 2018-01-31 19:14:19 +01:00 committed by Andrey
parent fcea1fa57d
commit 384d5fc8a9

View File

@ -159,8 +159,6 @@
return; return;
} }
this.data = this.getDataArray();
this.drawChart(); this.drawChart();
} }
drawChart() { drawChart() {