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 2021/08/20 02:48:53 UTC

[GitHub] [echarts] JarvisArt opened a new issue #15564: 一份主题文件如何定制不同图表line、bar、pie的主题(比如 legend)

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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 100pah commented on issue #15564: 一份主题文件如何定制不同图表line、bar、pie的主题(比如 legend)

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #15564:
URL: https://github.com/apache/echarts/issues/15564#issuecomment-904006280


   可以做多份 theme , pie 、line 等不同图用不同的 theme


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15564: 一份主题文件如何定制不同图表line、bar、pie的主题(比如 legend)

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15564:
URL: https://github.com/apache/echarts/issues/15564#issuecomment-902389274






-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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