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.