UNPKG

@deltares/fews-web-oc-charts

Version:
9 lines (8 loc) 388 B
import { CartesianAxes, PolarAxes } from '../index.js'; import { Chart } from './chart.js'; export declare class ChartProgress extends Chart { private previousData; plotterCartesian(axis: CartesianAxes, dataKeys: any): void; plotterPolar(axis: PolarAxes, dataKeys: any): void; drawLegendSymbol(legendId?: string, asSvgElement?: boolean): SVGRectElement | SVGSVGElement; }