Toggle navigation
By
哒***线
2020-09-27 16:13:23
脚本
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 = { series: { type: 'sankey', layout: 'none', focusNodeAdjacency: 'allEdges', data: [{ name: '艺术长廊', itemStyle: { color: '#C8493B' }, }, { name: '多媒体交互', itemStyle: { color: '#47597A' }, }, { name: '室内氧吧', itemStyle: { color: '#C8493B' }, }, { name: '拉斯维加斯', itemStyle: { color: '#5D4A65' }, }, { name: '多功能展区', itemStyle: { color: '#C8493B' }, }, { name: '生命之树', itemStyle: { color: '#95B334' }, }, { name: '小剧场', itemStyle: { color: '#C8493B' }, }, { name: '室内动物园', itemStyle: { color: '#F1AF23' }, }, { name: '情感IP', itemStyle: { color: '#47597A' }, }, { name: '淘宝街', itemStyle: { color: '#5D4A65' }, }, { name: '网红直播台', itemStyle: { color: '#5D4A65' }, }, { name: '美食', itemStyle: { color: '#F1AF23' }, }, { name: '有机采摘', itemStyle: { color: '#F1AF23' }, }, { name: '互动道具', itemStyle: { color: '#47597A' }, }, { name: '公益性展区', itemStyle: { color: '#C8493B' }, }, { name: 'IP主题', itemStyle: { color: '#95B334' }, }, { name: '创客商业区', itemStyle: { color: '#5D4A65' }, }, { name: '家庭亲子', itemStyle: { color: '#F1AF23' }, }, { name: '(新)00后', itemStyle: { color: '#47597A' }, }], links: [{ source: '艺术长廊', target: '公益性展区', value: 1, lineStyle: { color: 'source', opacity: 0.6 } }, { source: '多媒体交互', target: '(新)00后', value: 1, lineStyle: { color: 'source', opacity: 0.6 } }, { source: '室内氧吧', target: '公益性展区', value: 1, lineStyle: { color: 'source', opacity: 0.6 } }, { source: '拉斯维加斯', target: '创客商业区', value: 1, lineStyle: { color: 'source', opacity: 0.6 } }, { source: '多功能展区', target: '公益性展区', value: 1, lineStyle: { color: 'source', opacity: 0.6 } }, { source: '生命之树', target: 'IP主题', value: 1, lineStyle: { color: 'source', opacity: 0.6 } }, { source: '小剧场', target: '公益性展区', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '室内动物园', target: '家庭亲子', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '情感IP', target: '(新)00后', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '淘宝街', target: '创客商业区', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '网红直播台', target: '创客商业区', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '美食', target: '家庭亲子', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '有机采摘', target: '家庭亲子', value: 1, lineStyle: { color: 'source', opacity: 0.5 } }, { source: '互动道具', target: '(新)00后', value: 1, lineStyle: { color: 'source', opacity: 0.5} }] } };