Skip to content

[Feature] More intense zoom with slider #18726

@fatcatt013

Description

@fatcatt013

What problem does this feature solve?

image

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

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions