@visactor/vchart-schema 1.11.4 → 1.11.5

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 +3 -3
  2. package/vchart.json +16 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
@@ -19,8 +19,8 @@
19
19
  "jest-electron": "^0.1.12",
20
20
  "ts-jest": "^26.0.0",
21
21
  "@types/semver": "7.3.12",
22
- "@internal/ts-config": "0.0.1",
23
- "@internal/eslint-config": "0.0.1"
22
+ "@internal/eslint-config": "0.0.1",
23
+ "@internal/ts-config": "0.0.1"
24
24
  },
25
25
  "homepage": "",
26
26
  "bugs": "https://github.com/VisActor/VChart/issues",
package/vchart.json CHANGED
@@ -73646,6 +73646,14 @@
73646
73646
  },
73647
73647
  "ITooltipTheme<string|IColorKey>": {
73648
73648
  "properties": {
73649
+ "align": {
73650
+ "enum": [
73651
+ "left",
73652
+ "right"
73653
+ ],
73654
+ "since": "1.11.5\n\nshape、key、value的对齐方式,可选项如下:\n'left': 从左到右对齐\n'right': 从右到左对齐",
73655
+ "type": "string"
73656
+ },
73649
73657
  "keyLabel": {
73650
73658
  "$ref": "#/definitions/Omit<ITooltipTextTheme<string|IColorKey>,\"autoWidth\">",
73651
73659
  "description": "tooltip内容,key字段"
@@ -86002,6 +86010,14 @@
86002
86010
  },
86003
86011
  "Omit<ITooltipTheme<string>,\"offset\">": {
86004
86012
  "properties": {
86013
+ "align": {
86014
+ "enum": [
86015
+ "left",
86016
+ "right"
86017
+ ],
86018
+ "since": "1.11.5\n\nshape、key、value的对齐方式,可选项如下:\n'left': 从左到右对齐\n'right': 从右到左对齐",
86019
+ "type": "string"
86020
+ },
86005
86021
  "keyLabel": {
86006
86022
  "$ref": "#/definitions/Omit<ITooltipTextTheme<string>,\"autoWidth\">",
86007
86023
  "description": "tooltip内容,key字段"