The API for chart.js allows one to edit points of the datasets loaded into it, for example:
.update( ) Calling update() on
.update( )
Calling update() on
With Chart.js V2.0 you can to do the following:
websiteChart.config.data = some_new_data; websiteChart.update();