mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增基础树图
This commit is contained in:
+5
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user