UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

8 lines (7 loc) 247 B
import { ISciChartSurfaceBase } from "../Charting/Visuals/ISciChartSurfaceBase"; export declare type TSciChartDestination = { canvasElementId: string; width: number; height: number; sciChartSurface: ISciChartSurfaceBase; };