fix:修改 guage未gauge

This commit is contained in:
zhangyu
2022-03-07 18:06:41 +08:00
parent 01128f11e4
commit 306fcce990
9 changed files with 24 additions and 24 deletions

View File

@@ -737,8 +737,8 @@ export default {
name: this.$t('dashboard.panel.chartForm.typeVal.bar.label')
},
{
id: 'guage',
name: this.$t('dashboard.panel.chartForm.typeVal.guage.label')
id: 'gauge',
name: this.$t('dashboard.panel.chartForm.typeVal.gauge.label')
},
{
id: 'treemap',
@@ -809,8 +809,8 @@ export default {
break
case 'stat':
case 'hexagon':
case 'guage':
if (this.oldType === 'stat' || this.oldType === 'guage' || this.oldType === 'hexagon') {
case 'gauge':
if (this.oldType === 'stat' || this.oldType === 'gauge' || this.oldType === 'hexagon') {
break
}
this.chartConfig.param = {