Issue
In the pie chart when we hide a section and then unhide it, its position is maintained. The section reappears at the same location. Whereas in pyramid charts the position of the section changes it reappears at the bottom of the pyramid chart irrespective of where it was present initially.
Solution
Both Charts can rearrange their slices by using Slice Sorters to keep the order of slices consistent - however, by default the Pyramid Chart does not use a sorting method.
Using the setSliceSorter() method of the Chart should help in keeping the order of slices consistent.
Answered By - terhoLCJS Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.