SBIN2010 commented on PR #34323:
URL: https://github.com/apache/superset/pull/34323#issuecomment-3124687457

   > Shouldn't the legend be aligned with the pie itself in terms of ordering? 
Is that not the case currently? Why de-coupling the 2?
   
   There are times when this is necessary. Separating the order in the legend 
and in the diagram allows you to achieve an optimal balance between ease of 
reading and visibility.
   For example:
   Let's say there is a pie chart showing the distribution of sales across 
different regions. In the legend, the regions can be listed in alphabetical 
order to make it easy for the user to find the desired region. And the sectors 
on the chart are sorted by sales size, so that you can immediately see which 
region generates the most revenue. This way, the user can quickly find the 
desired region in the legend and match it with the corresponding sector on the 
diagram.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to