Skip to content

Commit 15e7b51

Browse files
committed
fix(candlestick): remove unused option layout (resolves #455)
1 parent 26f05f3 commit 15e7b51

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

en/option/series/candlestick.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,6 @@ We use red to represent increasing and blue decreasing by default. If you want t
4747

4848
{{ use: partial-legend-hover-link() }}
4949

50-
## layout(string) = null
51-
52-
Layout method, whose values may be:
53-
54-
+ `'horizontal'`: horizontally layout all boxs.
55-
56-
+ `'vertical'`: vertically layout all boxs.
57-
58-
The default value is decided by:
59-
60-
+ if there is a `category` axis:
61-
+ if it is horizontal, use `'horizontal'`;
62-
+ otherwise use `'vertical'`;
63-
+ otherwise use `'horizontal'`.
64-
6550
## barWidth(number)
6651

6752
<ExampleUIControlPercent default="70%" min="0" />

zh/option/series/candlestick.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -236,18 +236,6 @@ const option = {
236236

237237
{{ use: partial-legend-hover-link() }}
238238

239-
## layout(string) = null
240-
241-
<ExampleUIControlEnum options="horizontal,vertical">
242-
243-
布局方式,可选值:
244-
245-
+ `'horizontal'`:水平排布各个 box。
246-
247-
+ `'vertical'`:竖直排布各个 box。
248-
249-
默认值根据当前坐标系状况决定:如果 `category` 轴为横轴,则水平排布;否则竖直排布;如果没有 `category` 轴则水平排布。
250-
251239
## barWidth(number)
252240

253241
<ExampleUIControlPercent default="70%" min="0" />

0 commit comments

Comments
 (0)