UNPKG

@syncfusion/ej2-react-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 React

12 lines (11 loc) 458 B
import { ComplexBase } from '@syncfusion/ej2-react-base'; import { IndexesModel } from '@syncfusion/ej2-charts'; export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBase<IndexesModel & { children?: React.ReactNode; }, IndexesModel> { static moduleName: string; } export declare class CircularChart3DSelectedDataIndexesDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }