happyh commented on issue #21026:
URL: https://github.com/apache/echarts/issues/21026#issuecomment-2965096345

   > It works well
   > 
   > Try this `toolbox` in option:
   > 
   > toolbox: {
   >   feature: {
   >     dataZoom: {
   >       yAxisIndex: 'none',
   >       brushStyle: {
   >         color: 'rgba(255,0,0,0.2)'
   >       }
   >     }
   >     restore: {},
   >     saveAsImage: {}
   >   }
   > }
   
   非常感谢,这个可以。
   
   brushStyle是放到toolbox里面,而不是放到dataZoom的inside。


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