jolleekin / modern_charts

BSD 2-Clause "Simplified" License
66 stars 12 forks source link

Chart not updated when calling [draw] again #5

Closed jolleekin closed 7 years ago

jolleekin commented 7 years ago
chart = new BarChart(container);

// First call, works.
chart.draw(dataTable, options);

// Second call, fails.
chart.draw(dataTable2, options);