#
whycq
2024-10-14 f63be6a1bd357877eef3bacf0cc003865c834f75
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
@@ -142,9 +142,9 @@
         "left": 40
      },
      "legend": {
         "top": 'left',
         "bottom": 'left',
         "textStyle": {
            "color":'#cccccc'
            "color": '#FFF'
         }
      },
      "toolbox": {
@@ -153,14 +153,14 @@
      "xAxis": {
         "type": 'category',
         "axisLabel": {
            "color": '#CCCCCC'
            "color": '#FFF'
         },
         "axisLine": {
            "lineStyle": {
               "color": '#CCCCCC'
               "color": '#FFF'
            }
         },
         "boundaryGap": false,
         "boundaryGap": true,
         "data": []
      },
      "yAxis": {
@@ -169,11 +169,11 @@
            "show": false,
         },
         "axisLabel": {
            "color": '#CCCCCC'
            "color": '#FFF'
         },
         "axisLine": {
            "lineStyle": {
               "color": '#CCCCCC'
               "color": '#FFF'
            }
         },
      },
@@ -183,7 +183,7 @@
         "data": [],
         "barwidth": 20,
         "label": {
            "show": false,
            "show": true,
        "color": "#666666",
            "position": 'top',
         },
@@ -293,6 +293,8 @@
      },
      "legend": {
         "bottom": 'left',
         "itemWidth": 10,
         "itemHeight": 8,
         "textStyle": {
            "color": '#cccccc'
         }
@@ -301,15 +303,15 @@
         "name": '',
         "type": 'pie',
         "data": [],
         "radius": ['30%', '60%'],
         "radius": ['40%', '70%'],
         "avoidLabelOverlap": false,
         "label": {
            "show": false,
        "color": "#FFF",
        "color": "#666666",
            "position": 'top',
         },
         "labelLine": {
            "show": true
            "show": false
         },
      },
   },