Hello,
I have a hierarchical doughnut chart and a slider that is bound to values of the first (top) level. I can move the slider and see that level move, however children are not updated to maintain alignment with their parents. What is the recommended method of keeping the children in alignment with their parents?
I spent some time to develop a sample project; it is attached.
Thank you,Max
I have logged this behavior with our developers in our tracking system, with an issue ID of 190298. I have also created a support ticket on your behalf with number CAS-152337-N1G3D8 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Hi Yanko,
Thanks for your response, however I'm not sure that what you are describing is my problem. When I move the slider, the children of parent1 do not expand/contract to fill the new angle of the circle that parent1 now takes. I have attached two pictures showing the before and after. In the after picture, it appears as though child4 might be a child of parent1. Ideally, child1 should start where parent 1 starts and child3 should end where parent1 ends at all times.
Max
Hi Maxwell,
Thank you for your post. I have been looking into your sample application and this behavior is due to the current implementation of the algorithm used for positioning the labels of the slices. If you maximize the window you will see that there is no such issue because every slice is big enough and the label is position into it. In your scenario the slice is too small and the label is position outside.
Let me know, if you need any further assistance on this matter.