@visactor/vchart-schema 1.12.16-alpha.0 → 1.12.16

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 +1 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.16-alpha.0",
3
+ "version": "1.12.16",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -49190,15 +49190,6 @@
49190
49190
  "description": "最小值,当且仅当该值小于数据最小值时,才能生效\n注意:不建议和配置`min`一起使用",
49191
49191
  "since": "1.11.0"
49192
49192
  },
49193
- "tooltipFilterMode": {
49194
- "default": "'multiple'",
49195
- "description": "配置 tooltipFilterRange 后的数据筛选规则\n当 `tooltipFilterMode` 为 'multiple' 时,`tooltipFilterRange` 范围内的所有数据都将被选中。\n当 `tooltipFilterMode` 为 'single' 时,将会选中 `tooltipFilterRange` 范围内最近的数据。",
49196
- "enum": [
49197
- "multiple",
49198
- "single"
49199
- ],
49200
- "type": "string"
49201
- },
49202
49193
  "tooltipFilterRange": {
49203
49194
  "anyOf": [
49204
49195
  {
@@ -49214,14 +49205,11 @@
49214
49205
  "minItems": 2,
49215
49206
  "type": "array"
49216
49207
  },
49217
- {
49218
- "typeof": "function"
49219
- },
49220
49208
  {
49221
49209
  "type": "number"
49222
49210
  }
49223
49211
  ],
49224
- "description": "连续轴上的 dimension tooltip 数据筛选范围\n如果配置为单个数字 d,则筛选区间为 [x0 - d, x0 + d];如果配置为二元组 [d1, d2],则筛选区间为 [x0 + d1, x0 + d2]\n如果配置为函数 f, 函数的返回值将会作为数据筛选范围的值",
49212
+ "description": "连续轴上的 dimension tooltip 数据筛选范围\n如果配置为单个数字 d,则筛选区间为 [x0 - d, x0 + d];如果配置为二元组 [d1, d2],则筛选区间为 [x0 + d1, x0 + d2]",
49225
49213
  "since": "1.4.0"
49226
49214
  },
49227
49215
  "zero": {