@visactor/vchart-schema 1.13.15 → 1.13.18

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.15",
3
+ "version": "1.13.18",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -94557,6 +94557,9 @@
94557
94557
  "hideOnHit": {
94558
94558
  "type": "boolean"
94559
94559
  },
94560
+ "hideOnOverflow": {
94561
+ "type": "boolean"
94562
+ },
94560
94563
  "overlapPadding": {
94561
94564
  "type": "number"
94562
94565
  },