Toggle navigation
关系图
By
贺***咻
2020-06-18 13:03:42
脚本
16
21
作品使用的第三方脚本
数据管理
上传数据
支持小于 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:'#040f23', tooltip: {}, animationDurationUpdate: function(idx) { // 越往后的数据延迟越大 return idx * 100; }, animationEasingUpdate: 'bounceIn', color: ['#fff', '#fff', '#fff'], series: [{ type: 'graph', layout: 'force', force: { repulsion: 30, edgeLength: 10 }, roam: true, label: { normal: { show: true, position: 'inside', formatter: '{c}' + '\n\n' + '{b}', fontSize: 16, fontStyle: '400', } }, data: [{ "name": "一级", "value": "NO.2", x: 80, y: 6, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#ff8400", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#ff8400", "color": "#11213b" } } }, { "name": "二级", "value": "NO.3", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#03fc62", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#03fc62", "color": "#11213b" } }, }, { "name": "三级", "value": "NO.4", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#aa61b2", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#aa61b2", "color": "#11213b" } } }, { "name": "总集", "value": 'NO.1', "symbolSize": 200, x: 0, y: 0, "draggable": true, "itemStyle": { "normal": { "borderColor": "#0a95e6", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#0a95e6", "color": "#11213b" } } }, { "name": "四级", "value": "NO.5", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#00fff7", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#00fff7", "color": "#11213b" } } }, { "name": "五级", "value": "NO.6", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#f06467", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#f06467", "color": "#11213b" } } }, { "name": "六级", "value": "NO.7", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#f06467", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#f06467", "color": "#11213b" } } }, { "name": "七级", "value": "NO.8", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#03fc62", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#03fc62", "color": "#11213b" } } }, { "name": "八级", "value": "NO.9", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#00fff7", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#00fff7", "color": "#11213b" } } }, { "name": "九级", "value": "NO.10", x: 0, y: 0, "symbolSize": 160, "draggable": true, "itemStyle": { "normal": { "borderColor": "#f06467", "borderWidth": 4, "shadowBlur": 20, "shadowColor": "#f06467", "color": "#11213b" } } }], links: [{ "source": "一级", "target": "总集" }, { "source": "二级", "target": "总集" }, { "source": "三级", "target": "总集" }, { "source": "四级", "target": "总集" }, { "source": "五级", "target": "总集" }, { "source": "六级", "target": "总集" }, { "source": "七级", "target": "总集" }, { "source": "八级", "target": "总集" }, { "source": "九级", "target": "总集" } ] }] }