@deltares/fews-web-oc-charts
Version:
FEWS Chart Library
10 lines (9 loc) • 413 B
TypeScript
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;
}