Asger Mogensen
Asger Mogensen
> Can we go about by manually changing the color for each dataset and after updation call chart.update()? Do you mean like this? ``` function changeColors() { //Change colors here......
> So why to use chart.update("none") when chart.update() is working properly. > **Context** > I'm trying to create a button that changes the color of the chart without the change...
I'm not quite sure what to reply? This approach seems to work: ``` > newChart.update({ > duration: 1000, > onComplete: function() {} >}) ```
> @AsgerMogensen ok,so can i go about making the following changes? I'm still not sure what to reply. What am i confirming? Your solution changes the colors correctly, but it...