feat: 增加mock桑基图数据

This commit is contained in:
headmasterZhao
2023-03-30 13:37:07 +08:00
parent 54e0879cce
commit 24dfd91c23
4 changed files with 107 additions and 2 deletions

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 sankeyJson from './sankey.json'
export default {
// 单图表
@@ -219,5 +220,12 @@ export default {
'endArray|10': [{ name: '@name', N: '@integer(10, 100)', E: '@integer(10, 100)' }]
}
]
}
},
// 桑基图
fetchSankey: {
code: 0,
status: 200,
msg: '请求成功',
data: sankeyJson
},
}