{{ $t('chart.chart_bar') }}
{{ $t('chart.chart_line') }}
@@ -577,11 +596,11 @@
>
@@ -596,8 +615,8 @@
{{ $t('chart.chart_scatter') }}
@@ -685,23 +704,23 @@
{{ item.name }}
@@ -715,49 +734,49 @@
@@ -804,23 +823,23 @@
{{ item.name }}
@@ -834,49 +853,49 @@
@@ -889,11 +908,11 @@
>
@@ -904,11 +923,11 @@
>
@@ -989,11 +1008,13 @@
{{ $t('chart.italic') }}
+ >{{ $t('chart.italic') }}
+
{{ $t('chart.bolder') }}
+ >{{ $t('chart.bolder') }}
+
{{ $t('chart.font_shadow') }}
+ >{{ $t('chart.font_shadow') }}
+
{{ $t('chart.p_left') }}
+ value="start"
+ >{{ $t('chart.p_left') }}
+
{{ $t('chart.p_center') }}
+ value="center"
+ >{{ $t('chart.p_center') }}
+
{{ $t('chart.p_right') }}
+ value="end"
+ >{{ $t('chart.p_right') }}
+
{{ $t('chart.p_top') }}
+ value="start"
+ >{{ $t('chart.p_top') }}
+
{{ $t('chart.p_center') }}
+ value="center"
+ >{{ $t('chart.p_center') }}
+
{{ $t('chart.p_bottom') }}
+ value="end"
+ >{{ $t('chart.p_bottom') }}
+
@@ -1126,11 +1154,13 @@
{{ $t('chart.italic') }}
+ >{{ $t('chart.italic') }}
+
{{ $t('chart.bolder') }}
+ >{{ $t('chart.bolder') }}
+
{{ $t('chart.font_shadow') }}
+ >{{ $t('chart.font_shadow') }}
+
{{ $t('chart.show') }}
+ >{{ $t('chart.show') }}
+
{{ $t('chart.italic') }}
+ >{{ $t('chart.italic') }}
+
{{ $t('chart.bolder') }}
+ >{{ $t('chart.bolder') }}
+
{{ $t('chart.font_shadow') }}
+ >{{ $t('chart.font_shadow') }}
+
@@ -1361,23 +1396,23 @@
{{ item.name }}
@@ -1391,49 +1426,49 @@
@@ -1445,11 +1480,11 @@
>
@@ -1461,11 +1496,11 @@
>
@@ -1477,11 +1512,11 @@
>
@@ -1500,8 +1535,8 @@
>
@@ -1517,9 +1552,9 @@
@@ -1530,8 +1565,8 @@
>
@@ -1554,8 +1589,8 @@
>
@@ -1566,8 +1601,8 @@
>
@@ -1579,8 +1614,8 @@
>
@@ -1593,8 +1628,8 @@
>
@@ -1606,11 +1641,11 @@
>
@@ -1797,6 +1832,7 @@ export default {
this.sizeForm.tableColumnFreezeHead = this.sizeForm.tableColumnFreezeHead ?? DEFAULT_SIZE.tableColumnFreezeHead
this.sizeForm.tableColumnFreezeTail = this.sizeForm.tableColumnFreezeTail ?? DEFAULT_SIZE.tableColumnFreezeTail
this.sizeForm.tableRowFreezeHead = this.sizeForm.tableRowFreezeHead ?? DEFAULT_SIZE.tableRowFreezeHead
+ this.sizeForm.summaryLabel = this.sizeForm.summaryLabel ?? DEFAULT_SIZE.summaryLabel
this.sizeForm.showIndex = this.sizeForm.showIndex ? this.sizeForm.showIndex : DEFAULT_SIZE.showIndex
this.sizeForm.showTableHeader = this.sizeForm.showTableHeader !== false
@@ -2069,71 +2105,75 @@ export default {
diff --git a/core/frontend/src/views/chart/components/table/TableTooltip.vue b/core/frontend/src/views/chart/components/table/TableTooltip.vue
index f07028dfa0..9b847b72c6 100644
--- a/core/frontend/src/views/chart/components/table/TableTooltip.vue
+++ b/core/frontend/src/views/chart/components/table/TableTooltip.vue
@@ -25,6 +25,8 @@