UNPKG

@syncfusion/ej2-vue-charts

Version:

Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue

13 lines (12 loc) 459 B
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { MultiLevelLabelsModel } from '@syncfusion/ej2-charts'; export declare let MultiLevelLabelsDirective: any; export declare const MultiLevelLabelsPlugin: { name: string; install(Vue: any): void; }; export declare let MultiLevelLabelDirective: DefineVueDirective<MultiLevelLabelsModel>; export declare const MultiLevelLabelPlugin: { name: string; install(Vue: any): void; };