Closed namakshenas closed 2 weeks ago
Hi @namakshenas
Thanks for reporting!
It's not working because the animation needs to be set using the lineProps
property, which is missing. This prop will be added in the next release.
Hi @namakshenas
Check out this sample app hosted on PyCafe based on the PR
Hi @namakshenas
Check out this sample app hosted on PyCafe based on the PR
Brilliant!
Btw, do you have any plan to add the animation to different chart types (like bar charts)?
yes - working on it right now as part of this same PR. It works for some charts already, like the pie and donut. Just adding the other missing props for the others :-)
@namakshenas it should work with the bar charts, it's just not documented. Just use the barProps
rather than barChartProps
yes - working on it right now as part of this same PR. It works for some charts already, like the pie and donut. Just adding the other missing props for the others :-)
@namakshenas it should work with the bar charts, it's just not documented. Just use the
barProps
rather thanbarChartProps
Well done! Looking forward to it!
Tried the following piece of code:
But the chart loaded without any animation!