Skip to content

Commit bdc1342

Browse files
authored
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
1 parent bd6af00 commit bdc1342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/docs/api/plots/area.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Whether the plot is Stacked Area.
4545

4646
#### isPercent
4747

48-
<description>**optional** _boolean_ _default:_ `true`</description>
48+
<description>**optional** _boolean_ _default:_ `false`</description>
4949

5050
Whether the plot is Percent Area. When the plot is Percent Area, isStack is `true` by default.
5151

site/docs/api/plots/area.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ order: 1
4545

4646
#### isPercent
4747

48-
<description>**optional** _boolean_ _default:_ `true`</description>
48+
<description>**optional** _boolean_ _default:_ `false`</description>
4949

5050
是否百分比面积图,百分比时默认开启 isStack。
5151

0 commit comments

Comments
 (0)