Toggle navigation
By
小***了
2019-01-17 08:07:07
脚本
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 = { title: { text: '' }, toolbox: { feature: { saveAsImage: { show: true, pixelRatio: 5 } } }, tooltip: {}, animationDurationUpdate: 1500, animationEasingUpdate: 'quinticInOut', series: [{ type: 'graph', layout: 'none', // symbolSize: 50, roam: true, label: { normal: { fontSize:16,//设置标签的字体大小 position:'top',//设置标签的位置,当标签不遮盖点时,就变为实体了 fontWeight:'bold',//加粗 // fontStyle:'110', show: true } }, edgeSymbol: ['circle', 'arrow'], edgeSymbolSize: [4, 10], edgeLabel: { normal: { textStyle: { fontSize: 20 } } }, data: [{ name: 'Crop', symbolSize: 8.757167777, itemStyle: { color: '#9400D3' }, x: 200, y: 480, }, { name: 'Fishing and aquaculture', symbolSize: 4.427703087, itemStyle: { color: '#9400D3' }, x: 480, y: 280, }, { name: 'Livestock', symbolSize: 4.527142514, itemStyle: { color: '#9400D3' }, x: 230, y: 420, }, { name: 'Grinded cereal', symbolSize: 3.636257, itemStyle: { color: '#487795' }, x: 370, y: 250, }, { name: 'Processed meat', symbolSize: 3.636257, itemStyle: { color: '#487795' }, x: 530, y: 440, }, { name: 'Processed fishery products', symbolSize: 2.58904, itemStyle: { color: '#487795' }, x: 580, y: 370, }, { name: 'Other processed food', symbolSize: 6.795456, itemStyle: { color: '#487795' }, x: 150, y: 260, }, { name: 'Vegetable oil', symbolSize: 4.43202, itemStyle: { color: '#487795' }, x: 520, y: 320, }, { name: 'Alcohol and liquor', symbolSize: 4.427703, itemStyle: { color: '#487795' }, x: 340, y: 500, }, { name: 'Other beverages', symbolSize: 3.8278, itemStyle: { color: '#487795' }, x: 500, y: 500, }, { name: 'Restaurant', symbolSize: 3.889362, itemStyle: { color: ' #0DBF8C' }, x: 260, y: 340, }, { name: 'Fertilizer', symbolSize: 6.667027051, x: 100, y: 530, itemStyle: { color: '#1E90FF' }, }, { name: 'Metal products', symbolSize: 7.943258, itemStyle: { color: '#1E90FF' }, x: 180, y: 360, }, { name: 'Road transportation', symbolSize: 5.705807, itemStyle: { color: ' #FF4500' }, x: 80, y: 340, }, { name: 'Water transportation', symbolSize: 6.86951, itemStyle: { color: '#FF4500' }, x: 50, y: 450, }, { name: 'Electricity', symbolSize: 24, itemStyle: { color: '#1E90FF' }, x: 360, y: 360, }, ], // links: [], links: [{ source: 'Electricity', target: 'Crop', // label: { // normal: { // show: true // } // }, lineStyle: { normal: { width: 2.5, color: '#5B5B5B' } }, }, { source: 'Electricity', lineStyle: { normal: { width: 1.5, color: '#5B5B5B' } }, target: 'Fishing and aquaculture' }, { source: 'Electricity', lineStyle: { normal: { width: 2.5, color: '#5B5B5B' } }, target: 'Livestock' }, { source: 'Electricity', lineStyle: { normal: { width: 1.5, color: '#688BA0' } }, target: 'Grinded cereal' }, { source: 'Metal products', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Crop' }, { source: 'Fertilizer', lineStyle: { normal: { width: 1.5, color: '#688BA0' } }, target: 'Crop' }, { source: 'Crop', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Livestock' }, { source: 'Electricity', lineStyle: { normal: { width: 1.5, color: '#5B5B5B' } }, target: 'Vegetable oil' }, { source: 'Electricity', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Processed fishery products' }, { source: 'Electricity', lineStyle: { normal: { width: 2.5, color: '#5B5B5B' } }, target: 'Other processed food' }, { source: 'Electricity', lineStyle: { normal: { width: 1.5, color: '#688BA0' } }, target: 'Alcohol and liquor' }, { source: 'Electricity', lineStyle: { normal: { width: 1.5, color: '#688BA0' } }, target: 'Processed meat' }, { source: 'Electricity', lineStyle: { normal: { width: 1.5, color: '#688BA0' } }, target: 'Other beverages' }, { source: 'Electricity', lineStyle: { normal: { width: 2.5, color: '#5B5B5B' } }, target: 'Restaurant' }, { source: 'Metal products', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Other processed food' }, { source: 'Metal products', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Restaurant' }, { source: 'Road transportation', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Other processed food' }, { source: 'Water transportation', lineStyle: { normal: { width: 0.8, color: '#5B5B5B' } }, target: 'Crop' }, ], lineStyle: { normal: { opacity: 0.9, width: 2, curveness: 0 } } }] };