Opened 8 years ago
Closed 7 years ago
#17090 closed enhancement (fixed)
Spider Animation
Reported by: | Nightking | Owned by: | cjolif |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | Charting | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
First of all, i love the spider chart! It's amazing.
But there seems to be a bug. I try to turn off the initial animation with the property 'animate: false;'. I also tried to set other values like zero or null. But it has no effects.
The documentation isn't really clear about this point.
Thanks in advance!
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | changed from Eugene Lazutkin to cjolif |
Status: | new → assigned |
Type: | defect → enhancement |
Version 0, edited 8 years ago
by
(next)
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
unfortunately Spider plot was not always designed to follow well the practices of other type of plots. And in particular the animate parameter as you have noticed is not taken into account.
Unfortunately as of today I'm afraid you'll have to hack the code to remove the animation (look for _createSeriesEntry method).
That said it as very good wish and it would certainly make sense to implement it in a future release.