#
whycq
2024-07-29 0e3ac2732eaa6bab942c71a5a3e27e9ba991ef64
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
@@ -271,7 +271,7 @@
         "data": [],
         "radius": '50%',
         "label": {
            "show": true,
            "show": false,
        "color": "#666666",
            "position": 'top',
         },
@@ -286,13 +286,17 @@
         "trigger": 'item'
      },
      "grid": {
         "top": 40,
         "bottom": 30,
         "right": 15,
         "left": 15
         "top": 0,
         "bottom": 0,
         "right": 0,
         "left": 0
      },
      "legend": {
         "bottom": 'left',
         "show": true,
         "fontSize": 10,
         "bottom": 'bottom',
         // "itemGap": 70,
         "itemWidth": 10,
         "textStyle": {
            "color": '#cccccc'
         }
@@ -301,15 +305,15 @@
         "name": '',
         "type": 'pie',
         "data": [],
         "radius": ['30%', '60%'],
         "radius": ['45%', '70%'],
         "avoidLabelOverlap": false,
         "label": {
            "show": false,
        "color": "#FFF",
            "position": 'top',
            "position": 'bottom',
         },
         "labelLine": {
            "show": true
            "show": false
         },
      },
   },