UNPKG

@deltares/fews-web-oc-charts

Version:
10 lines (9 loc) 413 B
import { CartesianAxes, PolarAxes } from '../index.js'; import { Chart } from './chart.js'; export declare class ChartDirection extends Chart { private previousData; constructor(data: any, options: any); plotterCartesian(axis: CartesianAxes, axisIndex: any): void; plotterPolar(axis: PolarAxes, dataKeys: any): void; drawLegendSymbol(legendId?: string, asSvgElement?: boolean): SVGGElement; }