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/06/03 02:35:30 UTC

[GitHub] [incubator-echarts] yizhiyu123 opened a new issue #12739: echarts toolbox.feature.dataZoom How to change the background color of the boxed area

yizhiyu123 opened a new issue #12739:
URL: https://github.com/apache/incubator-echarts/issues/12739


   ### What problem does this feature solve?
   How to change the background color of the boxed area,
   Default background color is black transparent
   I want to set it to a different color
   
   ### What does the proposed API look like?
   toolbox: {
           show: true,
           feature: {
               dataZoom: {
                   yAxisIndex: 'none',
                   itemStyle: {
                       backgroundColor: "#fff"
                   }
                   
               },
               dataView: {readOnly: false},
               magicType: {type: ['line', 'bar']},
               restore: {},
               saveAsImage: {}
           }
       },
   
   <!-- 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.

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] [incubator-echarts] plainheart commented on issue #12739: echarts toolbox.feature.dataZoom How to change the background color of the boxed area

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12739:
URL: https://github.com/apache/incubator-echarts/issues/12739#issuecomment-637923754


   You can use `dataZoom` option https://echarts.apache.org/en/option.html#dataZoom


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



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


[GitHub] [incubator-echarts] plainheart commented on issue #12739: echarts toolbox.feature.dataZoom How to change the background color of the boxed area

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12739:
URL: https://github.com/apache/incubator-echarts/issues/12739#issuecomment-637973865


   There are some related options for background, you can have a try.
   https://echarts.apache.org/en/option.html#dataZoom-slider.backgroundColor
   https://echarts.apache.org/en/option.html#dataZoom-slider.dataBackground
   https://echarts.apache.org/en/option.html#dataZoom-slider.fillerColor
   


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



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


[GitHub] [incubator-echarts] yizhiyu123 commented on issue #12739: echarts toolbox.feature.dataZoom How to change the background color of the boxed area

Posted by GitBox <gi...@apache.org>.
yizhiyu123 commented on issue #12739:
URL: https://github.com/apache/incubator-echarts/issues/12739#issuecomment-637972007


   I know dataZoom,
   But I can't find the property to modify the background color of the box selection area,
   Can you tell me where I can change the background color of the box selection area
   


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



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