@tomsoftware/webgl-chart-vue
Version:
High performance web Chart Library to plot line-charts using WebGL.
15 lines (14 loc) • 626 B
TypeScript
import { ChartConfig } from './chart-config';
interface Props {
data: ChartConfig;
ariaLabel?: string;
ariaDescribedBy?: string;
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
onBind: (element: HTMLElement) => any;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
onOnBind?: ((element: HTMLElement) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
chartCanvas: HTMLCanvasElement;
}, HTMLCanvasElement>;
export default _default;