UNPKG

@toast-ui/chart

Version:

TOAST UI Application: Chart

13 lines (11 loc) 255 B
export type CustomEventType = | 'clickLegendLabel' | 'clickLegendCheckbox' | 'selectSeries' | 'unselectSeries' | 'hoverSeries' | 'unhoverSeries' | 'zoom' | 'resetZoom' | 'rangeSelection'; export type EventListener = (evt: any) => void;