{{ t('chart.table_break_line_tip') }}
@@ -1086,6 +1098,7 @@ onMounted(() => {
:show-input-controls="false"
:min="1"
:step="1"
+ :disabled="mergeCell"
@change="changeBasicStyle('maxLines')"
/>
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue
index 6b16a5b316..d43f889bbd 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue
@@ -332,7 +332,22 @@ onMounted(() => {
v-model="state.tableCellForm.tableFreeze"
@change="changeTableCell('tableFreeze')"
>
- {{ t('chart.table_freeze') }}
+