@@ -33,7 +33,8 @@
// 依据每一个图表配置生成图表选项
const { yAxis = [], xAxis = [], legend, order, type, sortBy, series, dataZoom = [] } = props.chartConfig;
const textStyle = {
- color: '#fff',
+ color: '#000',
+ // color: '#fff',
};
let sorttedData: any[] = [];