diff --git a/docs/common/common-component.zh.md b/docs/common/common-component.zh.md index 217bc28930..fce999d269 100644 --- a/docs/common/common-component.zh.md +++ b/docs/common/common-component.zh.md @@ -2,6 +2,19 @@ xAxis、yAxis 配置相同。**注意**:由于 DualAxes(双轴图) 和 BidirectionalBar(对称条形图) 是双 y 轴, yAxis 类型是以 yField 中的字段作为 `key` 值的`object`。 +```ts +双 y 轴中 yAxis 配置示例: +yAxis: { + '2016年耕地总面积': { + nice: true, + }, + '2016年转基因种植面积': { + nice: true, + min: 0, + max: 100, +}, +``` + `markdown:docs/common/axis.zh.md` #### legend