UNPKG

@toast-ui/chart

Version:

TOAST UI Application: Chart

12 lines (10 loc) 234 B
export type CustomEventType = | 'clickLegendLabel' | 'clickLegendCheckbox' | 'selectSeries' | 'unselectSeries' | 'hoverSeries' | 'unhoverSeries' | 'zoom' | 'resetZoom'; export type EventListener = (evt: any) => void;