CHANG-CHING-CHUNG commented on issue #12161:
URL: https://github.com/apache/echarts/issues/12161#issuecomment-1365588833

   > `legend` can be an array and you can set each of their positions.
   > 
   > ```
   > legend: [{
   >         data: ['I']
   >     }, {
   >         data: ['II'],
   >         top: '50%'
   > }]
   > ```
   
   Just came across this when searching for multiple legend sections.
   
   I've found that there is not any description about how to achieve 
multi-legend sections, but only a small sentence saying it's achievable.
   ![CleanShot 2022-12-27 at 11 50 
26](https://user-images.githubusercontent.com/54635661/209608248-b22941bb-4208-4a72-93b8-d520b75481d3.png)
   
   Maybe should add some code snippets for it.


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