Преглед на файлове

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