Просмотр исходного кода

[Style 0000] 可配置图表组件样式调整

houzekong 5 месяцев назад
Родитель
Сommit
28c13899c2
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/components/Configurable/detail/CustomChart.vue

+ 2 - 1
src/components/Configurable/detail/CustomChart.vue

@@ -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[] = [];