JarvisArt opened a new issue #15564:
URL: https://github.com/apache/echarts/issues/15564


   ### What problem does this feature solve?
   一份主题文件如何定制不同图表line、bar、pie的主题(比如 legend)
   
   ### What does the proposed API look like?
   ```
   {
       "line": {
           "legend": {
               "textStyle": {
                   "color": "#333333"
               },
               "icon": "rect",
               "itemWidth": 12,
               "itemHeight": 2,
               "pageIconColor": '#888',
               "pageIconInactiveColor": '#ddd',
               "pageIconSize": 13,
               "padding": [5, -5, 5, 20]
           },
       "pie": {
            "legend": {
               "textStyle": {
                   "color": "#7777"
               },
               "icon": "rect",
               "itemWidth": 10,
               "itemHeight": 10,
               "pageIconColor": '#888',
               "pageIconInactiveColor": '#ddd',
               "pageIconSize": 13,
           },
     }
   }
   ```
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


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