#
whycq
2023-12-16 2d41c169a2ae5a844e03675a301345883dae357a
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
@@ -142,10 +142,7 @@
         "left": 40
      },
      "legend": {
         "top": 'left',
         "textStyle": {
            "color":'#cccccc'
         }
         "bottom": 'left',
      },
      "toolbox": {
         "show": false,
@@ -153,14 +150,14 @@
      "xAxis": {
         "type": 'category',
         "axisLabel": {
            "color": '#CCCCCC'
            "color": '#666666'
         },
         "axisLine": {
            "lineStyle": {
               "color": '#CCCCCC'
            }
         },
         "boundaryGap": false,
         "boundaryGap": true,
         "data": []
      },
      "yAxis": {
@@ -169,7 +166,7 @@
            "show": false,
         },
         "axisLabel": {
            "color": '#CCCCCC'
            "color": '#666666'
         },
         "axisLine": {
            "lineStyle": {
@@ -183,7 +180,7 @@
         "data": [],
         "barwidth": 20,
         "label": {
            "show": false,
            "show": true,
        "color": "#666666",
            "position": 'top',
         },
@@ -293,19 +290,16 @@
      },
      "legend": {
         "bottom": 'left',
         "textStyle": {
            "color": '#cccccc'
         }
      },
      "seriesTemplate": {
         "name": '',
         "type": 'pie',
         "data": [],
         "radius": ['30%', '60%'],
         "radius": ['40%', '70%'],
         "avoidLabelOverlap": false,
         "label": {
            "show": false,
        "color": "#FFF",
            "show": true,
        "color": "#666666",
            "position": 'top',
         },
         "labelLine": {