Browse Source

折线图字体颜色

luolei 5 years ago
parent
commit
6b31883b88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/console.js

+ 1 - 1
src/js/console.js

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