From bdc1342e3cc8a71d8cb1284acec9299b64648774 Mon Sep 17 00:00:00 2001 From: glfeng Date: Thu, 28 Mar 2024 13:26:42 +0800 Subject: [PATCH] area plot: the default value of isPercent option should be false (#3725) * Update area.zh.md the default value of isPercent option should be false * Update area.en.md the default value of isPercent option should be false --- site/docs/api/plots/area.en.md | 2 +- site/docs/api/plots/area.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/api/plots/area.en.md b/site/docs/api/plots/area.en.md index 2a30fe102a..bca9b00edc 100644 --- a/site/docs/api/plots/area.en.md +++ b/site/docs/api/plots/area.en.md @@ -45,7 +45,7 @@ Whether the plot is Stacked Area. #### isPercent -**optional** _boolean_ _default:_ `true` +**optional** _boolean_ _default:_ `false` Whether the plot is Percent Area. When the plot is Percent Area, isStack is `true` by default. diff --git a/site/docs/api/plots/area.zh.md b/site/docs/api/plots/area.zh.md index 6a3aca08d4..1aa448ca5b 100644 --- a/site/docs/api/plots/area.zh.md +++ b/site/docs/api/plots/area.zh.md @@ -45,7 +45,7 @@ order: 1 #### isPercent -**optional** _boolean_ _default:_ `true` +**optional** _boolean_ _default:_ `false` 是否百分比面积图,百分比时默认开启 isStack。