feat: 胶囊柱图增加mock数据源

This commit is contained in:
刘嘉威
2022-10-27 11:40:53 +08:00
parent d037e1ff36
commit a2ac99e7cb
6 changed files with 52 additions and 19 deletions
@@ -75,6 +75,7 @@ import {
heatMapUrl,
scatterBasicUrl,
mapUrl,
capsuleUrl,
wordCloudUrl,
treemapUrl,
threeEarth01Url
@@ -122,6 +123,9 @@ const apiList = [
{
value: `【地图数据】${mapUrl}`
},
{
value: `【胶囊柱图】${capsuleUrl}`
},
{
value: `【词云】${wordCloudUrl}`
},