NEZ-2769 feat:dashboard增加 Rose chart(玫瑰图)图表类型
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user