Toggle navigation
横向字符云
By
低***h
2019-11-12 09:52:13
脚本
16
21
作品使用的第三方脚本
https://oisanjavax.github.io/echarts-wordcloud/dist/echarts-wordcloud.min.js
数据管理
上传数据
支持小于 5M 任意格式(csv, xlsx, json, xml, ...)的数据文件
上传后可以通过生成的文件链接异步获取托管的数据。
历史数据
0 条
无历史数据
代码修改记录
信息提示
保存作品
对当前截图不满意?你还可以
上传本地截图
重新截图
作品名称
作品描述
标签
geo
grid
legend
markLine
markPoint
bar
effectScatter
line
lines
map
timeline
title
toolbox
tooltip
visualMap
作品默认版本
最新
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
20:11:45
图表已生成
整理代码
刷新
代码
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" } } }] }] }