File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,12 @@ option = {
233
233
+ ` 'positive' ` 只堆积正值。
234
234
+ ` 'negative' ` 只堆叠负值。
235
235
236
+ ## stackPercent(boolean) = false
237
+
238
+ 启用此选项并使用 ` stack ` 后,堆叠值将被标准化为每个类别总计的百分比。每个堆叠值的总和将达到 100%。
239
+
240
+ 原始值和标准化百分比都将显示在工具提示中。使用 ` params.percent ` 可在工具提示和标签格式化程序中访问标准化值。
241
+
236
242
## sampling(string)
237
243
238
244
柱状图在数据量远大于像素点时候的降采样策略,开启后可以有效的优化图表的绘制效率,默认关闭,也就是全部绘制不过滤数据点。
Original file line number Diff line number Diff line change @@ -110,6 +110,12 @@ const option = {
110
110
111
111
{{ use: partial-cursor() }}
112
112
113
+ ## stackPercent(boolean) = false
114
+
115
+ 启用此选项并使用 ` stack ` 后,堆叠值将被标准化为每个类别总计的百分比。每个堆叠值的总和将达到 100%。
116
+
117
+ 原始值和标准化百分比都将显示在工具提示中。使用 ` params.percent ` 可在工具提示和标签格式化程序中访问标准化值。
118
+
113
119
## connectNulls(boolean) = false
114
120
115
121
<ExampleUIControlBoolean />
You can’t perform that action at this time.
0 commit comments