diff --git a/site/docs/api/components/axis.zh.md b/site/docs/api/components/axis.zh.md index 116389908a..c646bd8443 100644 --- a/site/docs/api/components/axis.zh.md +++ b/site/docs/api/components/axis.zh.md @@ -48,10 +48,12 @@ xAxis: false; // 隐藏 x 轴 ```ts xAxis: { - text: 'x 轴标题' + title: { + text: 'x 轴标题' + } } ``` #### 配置属性 - _AxisCfg_ - \ No newline at end of file +