feat: 增加桑基图,解决冲突

This commit is contained in:
headmasterZhao
2023-04-01 13:02:22 +08:00
14 changed files with 2096 additions and 5 deletions
+8
View File
@@ -3,6 +3,7 @@ import scatterJson from './scatter.json'
import mapJson from './map.json'
import tTreemapJson from './treemap.json'
import sankeyJson from './sankey.json'
import graphDataJson from './graph.json'
export default {
// 单图表
@@ -228,4 +229,11 @@ export default {
msg: '请求成功',
data: sankeyJson
},
// 关系图
graphData: {
code: 0,
status: 200,
msg: '请求成功',
data: graphDataJson
},
}