feat: 增加关系图,关系图mock接口

This commit is contained in:
headmasterZhao
2023-03-30 16:40:30 +08:00
parent 7620be2ca5
commit 0ee06b9145
11 changed files with 2092 additions and 2 deletions
+9 -1
View File
@@ -2,6 +2,7 @@ import heatmapJson from './heatMapData.json'
import scatterJson from './scatter.json'
import mapJson from './map.json'
import tTreemapJson from './treemap.json'
import graphDataJson from './graph.json'
export default {
// 单图表
@@ -219,5 +220,12 @@ export default {
'endArray|10': [{ name: '@name', N: '@integer(10, 100)', E: '@integer(10, 100)' }]
}
]
}
},
// 关系图
graphData: {
code: 0,
status: 200,
msg: '请求成功',
data: graphDataJson
},
}