zoomAtDataIndex(scale, dataIndex, animationDuration?) â
zoomAtDataIndex
zoom at the specified data index.
Reference â
typescript
(
scale: number,
dataIndex: number,
animationDuration?: number
) => void
Parameters â
scale
Scaling.dataIndex
Data index.animationDuration
Animation duration. If it is less than or equal to 0, there is no animation.
Returns â
zoomAtCoordinate
returns undefined
.