loulijun2021
2022-08-04 83d8b2a1ccf300fb35caf0b8816d7b7120a9c0d0
src/utils/myEcharts.js
@@ -402,7 +402,8 @@
          show: false
        },
        axisLabel: {
          color: '#d8d7d9',
          // color: '#d8d7d9',
          color: '#fff',
          fontSize: 14,
          formatter: function(value, index) {
            return [
@@ -412,7 +413,8 @@
          rich: {
            lg: {
              // backgroundColor: '#339911',
              color: '#d8d7d9',
              // color: '#d8d7d9',
              color: '#fff',
              borderRadius: 15,
              // padding: 5,
              align: 'center',
@@ -502,11 +504,13 @@
    },
    title: {
      text: titleText,
      x: '70%',
      x: '73%',
      y: '2%',
      textStyle: {
        color: '#fff',
        fontSize: '22'
        // color: '#fff',
        color: '#00ffff',
        fontSize: '18',
        fontWeight: 'lighter'
      },
      subtextStyle: {
        color: '#90979c',