amcharts / amcharts4

The most advanced amCharts charting library for JavaScript and TypeScript apps.
https://www.amcharts.com/
1.16k stars 322 forks source link

Sankey chart invalidateData not working #563

Closed ptorrent closed 5 years ago

ptorrent commented 5 years ago

Hello,

I am not able to update a value (Sankey Chart, bad rendering when value is updated)

Am I doing something wrong?

https://codepen.io/ptorrent/pen/bQWNwr?editors=0010

setInterval(function(){
  chart.data[8].value = Math.random()
  chart.invalidateData()
},1000)

Thanks for support

martynasma commented 5 years ago

It does work for me. Can you clear your browser cache and try again. Just in case the last update we released last night fixed it.

ptorrent commented 5 years ago

Yes it's works on last release :). Sorry