增加TooltippaddingLeftRightpaddingTopBottom参数配置文字和边框的间距

This commit is contained in:
monitor1394
2020-02-11 21:01:01 +08:00
parent 9f88e3094d
commit 604a77f2be
4 changed files with 37 additions and 7 deletions

View File

@@ -194,6 +194,8 @@
* `fixedHeight`:固定高度。当同时设置 `fixedHeight``minHeight` 时,`fixedHeight``minHeight` 优先级高。
* `minWidth`:最小宽度。当同时设置 `fixedWidth``minWidth` 时,`fixedWidth``minWidth` 优先级高。
* `minHeight`:最小高度。当同时设置 f`ixedHeight``minHeight` 时,`fixedHeight``minHeight` 优先级高。
* `paddingLeftRight`:文字和边框的左右边距。
* `paddingTopBottom`:文字和边框的上下边距。
* `fontSize`:文字的字体大小。
* `fontStyle`:文字的字体风格。
* `forceENotation`是否强制使用科学计数法格式化显示数值。默认为false当小数精度大于3时才采用科学计数法。