@visactor/vchart-schema 1.11.8 → 1.11.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.8",
3
+ "version": "1.11.9",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -73508,7 +73508,7 @@
73508
73508
  "type": "string"
73509
73509
  },
73510
73510
  "style": {
73511
- "$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\">",
73511
+ "$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\"|\"transitionDuration\">",
73512
73512
  "description": "tooltip样式"
73513
73513
  },
73514
73514
  "throttleInterval": {
@@ -73780,6 +73780,11 @@
73780
73780
  "$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
73781
73781
  "description": "tooltip标题"
73782
73782
  },
73783
+ "transitionDuration": {
73784
+ "description": "浮层移动动画过渡时间,单位是 ms,设置为 0 的时候会紧跟着鼠标移动(目前仅影响 dom tooltip)",
73785
+ "since": "1.11.9",
73786
+ "type": "number"
73787
+ },
73783
73788
  "valueLabel": {
73784
73789
  "$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
73785
73790
  "description": "tooltip内容,value字段"
@@ -86178,7 +86183,7 @@
86178
86183
  },
86179
86184
  "type": "object"
86180
86185
  },
86181
- "Omit<ITooltipTheme<string>,\"offset\">": {
86186
+ "Omit<ITooltipTheme<string>,\"offset\"|\"transitionDuration\">": {
86182
86187
  "properties": {
86183
86188
  "align": {
86184
86189
  "enum": [