/** * 配置鼠标悬浮提示框 */ export declare function setTooltip(iChartOpt: any): { trigger: string; confine: boolean; borderRadius: any; axisPointer: { z: number; type: string; lineStyle: { type: any; width: any; color: any; }; shadowStyle: { color: any; }; }; textStyle: { color: any; fontSize: any; }; borderWidth: any; padding: any; backgroundColor: any; formatter: undefined; extraCssText: string; }; /** * 设置ChartPadding */ export declare function setChartPadding(type: any, iChartOption: any): { left: undefined; right: undefined; top: undefined; bottom: undefined; };