diff --git a/docs/common/axis.en.md b/docs/common/axis.en.md index 7fa16ff78d..98408f008b 100644 --- a/docs/common/axis.en.md +++ b/docs/common/axis.en.md @@ -23,7 +23,8 @@ A configuration item for the title, NULL means not to be displayed. | offset | _number_ | The distance of the title from the coordinate axis | | spacing | _number_ | The distance between the title and the text on the coordinate axis | | style | _shapeStyle_ | Title text configuration items | -| autoRotate | _boolean_ | Whether to rotate automatically or not | +| autoRotate | _boolean_ | Whether to rotate automatically or not, default: true | | +| rotation | _number_ | 关闭 `autoRotate` 后,可以设置自动旋转的角度,如: -Math.PI / 2 (条形图 y 轴标题) | **_shapeStyle_** diff --git a/docs/common/axis.zh.md b/docs/common/axis.zh.md index fbc90aa1cf..8475ac83ea 100644 --- a/docs/common/axis.zh.md +++ b/docs/common/axis.zh.md @@ -23,7 +23,8 @@ | offset | _number_ | 标题距离坐标轴的距离 | | spacing | _number_ | 标题距离坐标轴文本的距离 | | style | _shapeStyle_ | 标题文本配置项 | -| autoRotate | _boolean_ | 是否自动旋转 | +| autoRotate | _boolean_ | 是否自动旋转,默认为: true | +| rotation | _number_ | 关闭 `autoRotate` 后,可以设置自动旋转的角度,如: -Math.PI / 2 (条形图 y 轴标题) | **_shapeStyle_** diff --git a/examples/case/statistical-scenario/demo/meta.json b/examples/case/statistical-scenario/demo/meta.json index 1a7b456f04..b033a14cb9 100644 --- a/examples/case/statistical-scenario/demo/meta.json +++ b/examples/case/statistical-scenario/demo/meta.json @@ -34,7 +34,6 @@ "zh": "转化漏斗图", "en": "Conversion Funnel" }, - "new": true, "screenshot": "https://gw.alipayobjects.com/zos/antfincdn/81uizWIqmn/75bf097d-0c94-437f-aec9-5b5d9ba98cd2.png" }, { diff --git a/examples/column/basic/demo/meta.json b/examples/column/basic/demo/meta.json index 42322c84a9..4deeb3448d 100644 --- a/examples/column/basic/demo/meta.json +++ b/examples/column/basic/demo/meta.json @@ -74,7 +74,6 @@ "zh": "自定义柱状图图形元素展示", "en": "Custom column shape" }, - "new": true, "screenshot": "https://gw.alipayobjects.com/zos/antfincdn/98KdFZxO4I/blink-interval.gif" } ] diff --git a/examples/column/grouped/demo/meta.json b/examples/column/grouped/demo/meta.json index 23f47f08c6..692d1f56b5 100644 --- a/examples/column/grouped/demo/meta.json +++ b/examples/column/grouped/demo/meta.json @@ -66,7 +66,6 @@ "zh": "自定义 react tooltip", "en": "Customize React Tooltip" }, - "new": true, "screenshot": "https://gw.alipayobjects.com/zos/antfincdn/djrdqmlrYh/rc-tooltip.png" } ]