This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch v6
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/v6 by this push:
     new 56aecf14 tweak(matrix): change the definition of size and levelSize .
56aecf14 is described below

commit 56aecf145207e1a30e41e7f17466c7b7f9020e8a
Author: 100pah <[email protected]>
AuthorDate: Mon Jun 9 17:57:15 2025 +0800

    tweak(matrix): change the definition of size and levelSize .
---
 en/option/partial/matrix-header.md | 4 ++--
 zh/option/partial/matrix-header.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/option/partial/matrix-header.md 
b/en/option/partial/matrix-header.md
index 3aa86cbf..22d3c323 100644
--- a/en/option/partial/matrix-header.md
+++ b/en/option/partial/matrix-header.md
@@ -16,8 +16,8 @@ The size of all cells in the title row/column. For the x 
title row, it refers to
 The value type can be:
 
 + `number`: Represents pixel value.
-+ `string`: Percentage value (e.g., `'33%'`), representing the percentage 
relative to the width or height of the entire chart container.
-+ Unspecified: Represents the minimum value that adapts to the content.
++ `string`: Percentage value (e.g., `'33%'`), representing the percentage 
relative to the width or height of the matrix.
++ Unspecified: The width or height is evenly distributed.
 
 For example:
 
diff --git a/zh/option/partial/matrix-header.md 
b/zh/option/partial/matrix-header.md
index 62f27e3a..67608078 100644
--- a/zh/option/partial/matrix-header.md
+++ b/zh/option/partial/matrix-header.md
@@ -43,8 +43,8 @@
 值的类型可以是:
 
 + `number`:表示像素值。
-+ `string`:百分比值(例如 `'33%'),表示相对整个图表容器的宽度或高度的百分比。
-+ 未指定:表示根据内容自适应的最小值。
++ `string`:百分比值(例如 `'33%'),表示相对本矩形坐标系的宽度或高度的百分比。
++ 未指定:平均分配得到高度或宽度。
 
 ### dividerLineStyle(Object)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to