NEZ-2768 feat:新增圆环图 图表类型

This commit is contained in:
zyh
2023-04-18 10:12:47 +08:00
parent 3db6415686
commit 57469d2bcf
23 changed files with 918 additions and 2227 deletions

View File

@@ -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',