echarts
Version:
Apache ECharts is a powerful, interactive charting and data visualization library for browser
8 lines (7 loc) • 351 B
TypeScript
import { EChartsExtensionInstallRegisters } from '../../extension.js';
export interface BoxplotItemLayout {
ends: number[][];
initBaseline: number;
}
export declare const boxplotLayoutStageHandler: import("../../util/types").StageHandler;
export declare function registerBoxplotAxisHandlers(registers: EChartsExtensionInstallRegisters): void;