NEZ-2768 feat:新增圆环图 图表类型
This commit is contained in:
@@ -285,6 +285,10 @@ export const chart = {
|
||||
value: 'pie',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.pie.label')
|
||||
},
|
||||
{
|
||||
value: 'doughnut',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.doughnut.label')
|
||||
},
|
||||
{
|
||||
value: 'table',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.table.label')
|
||||
@@ -317,18 +321,10 @@ export const chart = {
|
||||
value: 'treemap',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.treemap.label')
|
||||
},
|
||||
{
|
||||
value: 'pie',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.pie.label')
|
||||
},
|
||||
{
|
||||
value: 'log',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.log.label')
|
||||
},
|
||||
{
|
||||
value: 'table',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.table.label')
|
||||
},
|
||||
{
|
||||
value: 'map',
|
||||
label: i18n.t('dashboard.dashboard.chartForm.typeVal.map.label')
|
||||
@@ -478,6 +474,7 @@ export const chartType = {
|
||||
stat: 'stat',
|
||||
gauge: 'gauge',
|
||||
pie: 'pie',
|
||||
doughnut: 'doughnut',
|
||||
treemap: 'treemap',
|
||||
log: 'log',
|
||||
text: 'text',
|
||||
|
||||
Reference in New Issue
Block a user