feat: 新增基础树图

This commit is contained in:
奔跑的面条
2022-09-26 21:18:01 +08:00
parent 62aec195ea
commit 0d1abd00a1
10 changed files with 220 additions and 17 deletions
@@ -75,7 +75,8 @@ import {
heatMapUrl,
scatterBasicUrl,
mapUrl,
wordCloudUrl
wordCloudUrl,
treemapUrl
} from '@/api/mock'
const { HelpOutlineIcon } = icon.ionicons5
@@ -123,6 +124,9 @@ const apiList = [
{
value: `【词云】${wordCloudUrl}`
},
{
value: `【树图】${treemapUrl}`
},
]
</script>