UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

38 lines (37 loc) 691 B
declare const config: { grid: { top: number; bottom: number; left: number; right: number; containLabel: boolean; }; tooltip: { trigger: string; showDelay: number; axisPointer: { type: string; z: number; }; }; dataZoom: false | { type: string; xAxisIndex: number[]; filterMode: string; minValueSpan: number; }[]; legend: { left: string; }; xAxis: { splitLine: { show: boolean; }; }; yAxis: { splitLine: { show: boolean; }; }; }; export default config;