Parcourir la source

折线图字体颜色

luolei il y a 5 ans
Parent
commit
6b31883b88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/js/console.js

+ 1 - 1
src/js/console.js

@@ -495,7 +495,7 @@ function lineChart(dataX,dataY){
             data: dataX,
             axisLabel: {//x轴刻度
                 textStyle: {
-                    color: '#333'
+                    color: '#fff'
                 },
                 rotate:'45',
                 formatter: function (value) {