-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Description
What problem does this feature solve?
we use a lot of points in the chart, which then when the user wants to zoom in to see more zoomed in perspective, the slider becomes really tiny and difficult to be manipulated. It would be nice if the zooming was optimized with some kind of "zooming power" configurable index, which would result in the same zoom level with wider slider, so it's still easy to manipulate it even though the zoom level is high.
What does the proposed API look like?
I am not sure about this but I imagine a configurable property for dataZoom object.
dataZoom [
{
type: 'slider',
zoomPower: 3 // idk, it could be something like 1-5 to set zooming intensity
}
]
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.