You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/02/18 03:25:58 UTC

[GitHub] [incubator-echarts] Ovilia commented on issue #12161: Independent legends for Group charts

Ovilia commented on issue #12161: Independent legends for Group charts
URL: https://github.com/apache/incubator-echarts/issues/12161#issuecomment-587260914
 
 
   `legend` can be an array and you can set each of their positions.
   
   ```
   legend: [{
           data: ['I']
       }, {
           data: ['II'],
           top: '50%'
   }]
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org