[Feature] dataZoom component add an option to disable downsampling
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
I find that dataZoom always do a downsampling, but the result may not always accurate.
The container div of my chart is resizable. When I resize it, the dataZoom will change. See pictures below:



When the chart width grows, the dataZoom switch between two different patterns.
This could be confusing for my users. I assume this is caused by the downsampling algo. So I would like to have a option to toggle the downsampling.
### What does the proposed API look like?
Add an option to toggle dataZoom downsampling.
Contributor guide
Assessment
This issue has not been assessed yet.