#
whycq
2024-07-29 0e3ac2732eaa6bab942c71a5a3e27e9ba991ef64
#
2个文件已修改
30 ■■■■■ 已修改文件
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
            },
        },
    },
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js
@@ -104,7 +104,7 @@
                "activeOpacity": 0.5,
                "activeRadius": 10,
                "offsetAngle": 0,
                "labelWidth": 15,
                "labelWidth": 5,
                "border": true,
                "borderWidth": 3,
                "borderColor": "#FFFFFF"
@@ -114,7 +114,7 @@
    "ring":{
        "type": "ring",
    "color": color,
        "padding": [5,5,5,5],
        "padding": [0,0,0,0],
        "rotate": false,
        "dataLabel": false,
        "legend": {
@@ -134,10 +134,10 @@
        },
        "extra": {
            "ring": {
                "ringWidth":30,
                "ringWidth":0,
                "activeOpacity": 0.5,
                "activeRadius": 10,
                "offsetAngle": 0,
                "offsetAngle": -10,
                "labelWidth": 15,
                "border": true,
                "borderWidth": 3,