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) 445 B
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { Chart3DColumnModel } from '@syncfusion/ej2-charts'; export declare let Chart3DColumnsDirective: any; export declare const Chart3DColumnsPlugin: { name: string; install(Vue: any): void; }; export declare let Chart3DColumnDirective: DefineVueDirective<Chart3DColumnModel>; export declare const Chart3DColumnPlugin: { name: string; install(Vue: any): void; };