/** * 为series添加areaStyle */ declare function bottomArea(baseOption: any, iChartOption: any, YAxiMax: any): void; export default bottomArea;