Home Forums Chart Support How to Re render with animation Reply To: How to Re render with animation

#24154

Hello @shashiranjan!

That’s what I have implemented:
jsfiddle today (not working)

That’s how it works (I need to have my dataPoints set before rendering):
jsfiddle (that works)

This is what I’d like to do. Set animationEnabled after the dataPoints. I thought it’d work because after the addTo method, the chart is rendered.
jsfiddle (why does not work?)
Why this animated mode does not work? Can’t I simply render the chart again? the only way is instantiating another chart with the dataPoints already set?

Thank you,

Guilherme

  • This reply was modified 5 years, 2 months ago by guilhermemaranhao. Reason: change the last question
  • This reply was modified 2 years, 7 months ago by Manoj Mohan.