UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

7 lines (6 loc) 214 B
import type GlobalModel from '../../model/Global.js'; export interface BoxplotItemLayout { ends: number[][]; initBaseline: number; } export default function boxplotLayout(ecModel: GlobalModel): void;