增加AxisLabelonZero参数可将Label显示在0刻度上

This commit is contained in:
monitor1394
2020-04-19 22:08:40 +08:00
parent 42eec0c3e3
commit d93a62608c
6 changed files with 20 additions and 3 deletions

View File

@@ -685,6 +685,7 @@
* `formatter`:图例内容字符串模版格式器。支持用 \n 换行。模板变量为图例名称 {value},支持{value:f0}{value:f1}{value:f2}。
* `forceENotation`是否强制使用科学计数法格式化显示数值。默认为false当小数精度大于3时才采用科学计数法。
* `showAsPositiveNumber`:将负数数值显示为正数。一般和`Serie``showAsPositiveNumber`配合使用。
* `onZero`刻度标签显示在0刻度上。
* `textLimit`:文本自适应 [TextLimit](#TextLimit)。只在类目轴中有效。
## `AxisLine`