@deltares/fews-web-oc-charts
Version:
FEWS Chart Library
9 lines (8 loc) • 393 B
TypeScript
import { CartesianAxes, PolarAxes } from '../index.js';
import { Chart } from './chart.js';
export declare class ChartHistogram extends Chart {
plotterCartesian(axis: CartesianAxes, axisIndex: any): void;
plotterPolar(axis: PolarAxes, dataKeys: any): void;
drawLegendSymbol(legendId?: string, asSvgElement?: boolean): SVGGElement;
setPadding(scale: any, options: any): void;
}