UNPKG

scichart-angular

Version:

Angular wrapper for SciChart JS

6 lines (5 loc) 344 B
import { ISciChartSurfaceBase, TSurfaceDefinition } from "scichart"; export declare const createChartRoot: () => HTMLDivElement | null; export declare function createChartFromConfig<TSurface extends ISciChartSurfaceBase>(config: string | TSurfaceDefinition): (chartRoot: string | HTMLDivElement) => Promise<{ sciChartSurface: TSurface; }>;