diff --git a/core/frontend/src/views/chart/components/shapeAttr/SizeSelector.vue b/core/frontend/src/views/chart/components/shapeAttr/SizeSelector.vue
index 80683a9cbb..05f4b52841 100644
--- a/core/frontend/src/views/chart/components/shapeAttr/SizeSelector.vue
+++ b/core/frontend/src/views/chart/components/shapeAttr/SizeSelector.vue
@@ -523,34 +523,6 @@
/>
-
-
-
-
-
-
-
-
{{ $t('chart.font_shadow') }}
+
+
+ {{ $t('chart.p_left') }}
+ {{ $t('chart.p_center') }}
+ {{ $t('chart.p_right') }}
+
+
+
+
+ {{ $t('chart.p_top') }}
+ {{ $t('chart.p_center') }}
+ {{ $t('chart.p_bottom') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('chart.italic') }}
+ {{ $t('chart.bolder') }}
+
+
+
+
+
+
+
+ {{ $t('chart.font_shadow') }}
+
{{ $t('chart.font_shadow') }}
-
-
-
- {{ $t('chart.p_left') }}
- {{ $t('chart.p_center') }}
- {{ $t('chart.p_right') }}
-
-
-
-
- {{ $t('chart.p_top') }}
- {{ $t('chart.p_center') }}
- {{ $t('chart.p_bottom') }}
-
-
@@ -1197,6 +1257,13 @@ export default {
this.sizeForm.indexLabel = DEFAULT_SIZE.indexLabel
}
+ this.sizeForm.quotaSuffixFontSize = this.sizeForm.quotaSuffixFontSize ?? DEFAULT_SIZE.quotaSuffixFontSize
+ this.sizeForm.quotaSuffixFontFamily = this.sizeForm.quotaSuffixFontFamily ? this.sizeForm.quotaSuffixFontFamily : DEFAULT_SIZE.quotaSuffixFontFamily
+ this.sizeForm.quotaSuffixFontIsBolder = this.sizeForm.quotaSuffixFontIsBolder ? this.sizeForm.quotaSuffixFontIsBolder : DEFAULT_SIZE.quotaSuffixFontIsBolder
+ this.sizeForm.quotaSuffixFontIsItalic = this.sizeForm.quotaSuffixFontIsItalic ? this.sizeForm.quotaSuffixFontIsItalic : DEFAULT_SIZE.quotaSuffixFontIsItalic
+ this.sizeForm.quotaSuffixLetterSpace = this.sizeForm.quotaSuffixLetterSpace ? this.sizeForm.quotaSuffixLetterSpace : DEFAULT_SIZE.quotaSuffixLetterSpace
+ this.sizeForm.quotaSuffixFontShadow = this.sizeForm.quotaSuffixFontShadow ? this.sizeForm.quotaSuffixFontShadow : DEFAULT_SIZE.quotaSuffixFontShadow
+
this.sizeForm.quotaFontFamily = this.sizeForm.quotaFontFamily ? this.sizeForm.quotaFontFamily : DEFAULT_SIZE.quotaFontFamily
this.sizeForm.quotaFontIsBolder = this.sizeForm.quotaFontIsBolder ? this.sizeForm.quotaFontIsBolder : DEFAULT_SIZE.quotaFontIsBolder
this.sizeForm.quotaFontIsItalic = this.sizeForm.quotaFontIsItalic ? this.sizeForm.quotaFontIsItalic : DEFAULT_SIZE.quotaFontIsItalic