I'm using Chart.js to plot charts, but the problem occurs when I try to update it using the update()
method.
myBar.datasets[0].bars[0]=10;
myBar.update();
Then I get the following error:
"TypeError: bar.save is not a function"
Has anyone successfully used this method yet?