Jianqi
Jianqi
## Brief Information This PR focuses on enhancing the experience when we just use the MAC touchpad to move or scale the `dataZoom`. fix: #17286 This pull request is in...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce - Use this to get a Text graphic: ``` new echarts.graphic.Text({ style: api.style({ overflow: 'truncate', backgroundColor:...
### What problem does this feature solve? I just have two Echart instances, both of them have a dataZoom. How do I make them move synchronously when I scroll? ###...
### What problem does this feature solve? - I just want to emphasis a text only in a bunch of rect group. - And I also want to bind some...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce setOption took a long time. I think maybe there are some diff process need to take...
fixed: [#17638](https://github.com/apache/echarts/issues/17638) usage: When we want to dispatch an event. For example, a Wheel event. step 1 Capture a wheel event and create a new wheel event base that event....
how can i use 2 or 3 webviews in one project with different cookies?
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1、Set dataZoom like this: ``` { type: 'slider', show: true, xAxisIndex: [0], start: 1, end: 35...