File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " />
Original file line number Diff line number Diff 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 " />
You can’t perform that action at this time.
0 commit comments