jgoncab-arte opened a new issue, #20171:
URL: https://github.com/apache/echarts/issues/20171

   ### What problem does this feature solve?
   
   When there are more than one item per row in the legend it looks like this:
   
![image](https://github.com/user-attachments/assets/e8e8cfdf-eca4-49d7-b830-9fd0f4bd195b)
   However, I would prefer that it looks like this:
   
![image](https://github.com/user-attachments/assets/ead7e62b-a547-4b5d-ae8c-0d05be3aa48b)
   Basically, with the colors aligned.
   
   ### What does the proposed API look like?
   
   Probably the simplest option is:
   ```
   {
     legend: {
       itemAlign: boolean
     }
   }
   ```
   When set to false, it will be displayed as now. Otherwise it will be 
displayed as the image above.


-- 
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