Disabling default chart scrollbar zoom events

Type tutorial

This demo shows how to disable default scrollbar events, that do actual zooming. This might come in handy if you’d like to manipulate the data before applying zoom. Using Stock Chart? Here’s the same example ported over to work on Stock Chart.

Toggling Stock Chart events via API

Type tutorial

You can easily toggle display of Stock Events using chart’s showStockEvents() and hideStockEvents() methods. This demo shows how you can build an external control (checkbox) to toggle stock events.