Преглед изворни кода

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

houzekong пре 5 месеци
родитељ
комит
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[] = [];