New to Kendo UI for jQuery? Download free 30-day trial
Custom pan and zoom
- EXAMPLE
- VIEW SOURCE
-
EDIT
- Edit in Kendo UI Dojo
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- custom-pan-and-zoom.html
Also available for:
API REFERENCEDescription
In addition to the built-in pan and zoom functionality, the Kendo UI chart supports custom panning and zooming as well.
This example represents a custom implementation wiring the drag, dragEnd and zoom events of the chart. The idea is to intercept when these events are raised and fetch the data that has to be visualized in the chart, using a dynamical query by invoking the query method of the chart data source. Review the code snippets in the demo for more details.