横向字符云echarts 配置项内容和展示

配置项如下
      option = {
    "backgroundColor": "#031739",
    "tooltip": {
        "show": true,
        "textStyle": {
            "fontSize": "16",
            "color": "#3c3c3c"
        },
        "backgroundColor": "#fff",
        "borderColor": "#ddd",
        "borderWidth": 1
    },
    "series": [{
        "name": "积分排行",
        "type": "wordCloud",
        "gridSize": 20,
        "sizeRange": [12, 50],
        "rotationRange": [0, 0],
        "shape": "circle",
        "autoSize": {
            "enable": true,
            "minSize": 18
        },
        "data": [{
            "name": "供应商01",
            "value": 200,
            "textStyle": {
                "normal": {
                    "color": "#ffe400"
                }
            }
        }, {
            "name": "供应商02",
            "value": 181,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商03",
            "value": 386,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }, {
            "name": "供应商04",
            "value": 155,
            "textStyle": {
                "normal": {
                    "color": "#ffe400"
                }
            }
        }, {
            "name": "供应商05",
            "value": 467,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }, {
            "name": "供应商06",
            "value": 244,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }, {
            "name": "供应商07",
            "value": 898,
            "textStyle": {
                "normal": {
                    "color": "#e75a46"
                }
            }
        }, {
            "name": "供应商08",
            "value": 484,
            "textStyle": {
                "normal": {
                    "color": "#e75a46"
                }
            }
        }, {
            "name": "供应商09",
            "value": 112,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商10",
            "value": 465,
            "textStyle": {
                "normal": {
                    "color": "#ffe400"
                }
            }
        }, {
            "name": "供应商11",
            "value": 447,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商12",
            "value": 582,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商13",
            "value": 555,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }, {
            "name": "供应商14",
            "value": 550,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商15",
            "value": 462,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商16",
            "value": 366,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商17",
            "value": 360,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }, {
            "name": "供应商18",
            "value": 282,
            "textStyle": {
                "normal": {
                    "color": "#e75a46"
                }
            }
        }, {
            "name": "供应商19",
            "value": 273,
            "textStyle": {
                "normal": {
                    "color": "#29a8ed"
                }
            }
        }, {
            "name": "供应商20",
            "value": 265,
            "textStyle": {
                "normal": {
                    "color": "#ffe400"
                }
            }
        }, {
            "name": "供应商21",
            "value": 265,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }, {
            "name": "供应商22",
            "value": 265,
            "textStyle": {
                "normal": {
                    "color": "#634fd4"
                }
            }
        }]
    }]
}
    
截图如下