NEZ-2769 feat:dashboard增加 Rose chart(玫瑰图)图表类型

This commit is contained in:
zyh
2023-04-21 09:59:31 +08:00
parent 57469d2bcf
commit f0d369e98a
13 changed files with 477 additions and 31 deletions

View File

@@ -289,6 +289,10 @@ export const chart = {
value: 'doughnut',
label: i18n.t('dashboard.dashboard.chartForm.typeVal.doughnut.label')
},
{
value: 'rose',
label: i18n.t('dashboard.dashboard.chartForm.typeVal.rose.label')
},
{
value: 'table',
label: i18n.t('dashboard.dashboard.chartForm.typeVal.table.label')
@@ -475,6 +479,7 @@ export const chartType = {
gauge: 'gauge',
pie: 'pie',
doughnut: 'doughnut',
rose: 'rose',
treemap: 'treemap',
log: 'log',
text: 'text',