Interface of events trackable by addEventListener and the respective Event types.

Hierarchy

Properties

dispose: DisposeEvent

Event fired when the custom tick position is changed

 // Example usage
chart.addEventListener('valuechange', (event) => {
console.log(event)
})
visiblechange: VisibleChangedEvent