/** * 配置纵轴名称 */ declare function title(iChartOption: any, chartName: any, nameTextStyle?: {}): { text: string; textStyle: { fontWeight: string; /** * 配置纵轴名称 */ color: any; fontSize: any; }; padding: number[]; }; export default title;