Skip to content

[Feature] dataZoom component add an option to disable downsampling #20182

@zkycaesar

Description

@zkycaesar

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:

image
image
image

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions