forked from ard/ruoyi-api

‘liusuyi’
2023-06-21 e2ea7986cf5e27e448a25c48c8c4cc771c067b0e
1
2
3
4
5
6
import type GlobalModel from '../../model/Global.js';
export interface BoxplotItemLayout {
    ends: number[][];
    initBaseline: number;
}
export default function boxplotLayout(ecModel: GlobalModel): void;