增加AxisTickwidth参数可单独设置坐标轴刻度的宽度

This commit is contained in:
monitor1394
2020-03-20 08:47:34 +08:00
parent 0573dd4519
commit d32bc1b89d
7 changed files with 52 additions and 6 deletions

View File

@@ -720,6 +720,7 @@
* `alignWithLabel`:类目轴中在 boundaryGap 为 true 的时候有效,可以保证刻度线和标签对齐。
* `inside`:坐标轴刻度是否朝内,默认朝外。
* `length`:坐标轴刻度的长度。
* `width`坐标轴刻度的宽度。默认为0时宽度和坐标轴一致。
## `Emphasis`