@visactor/vchart-schema 1.11.0 → 1.11.1-alpha.1

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.0",
3
+ "version": "1.11.1-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -72327,7 +72327,7 @@
72327
72327
  ]
72328
72328
  }
72329
72329
  ],
72330
- "description": "轴b内容格式化函数"
72330
+ "description": "轴标题内容格式化函数"
72331
72331
  },
72332
72332
  "type": {
72333
72333
  "description": "文本类型",
@@ -72899,7 +72899,7 @@
72899
72899
  },
72900
72900
  "keyFormatter": {
72901
72901
  "description": "可以通过类似 `{value:.2f}%` 的形式对指定数据字段进行格式化",
72902
- "since": "0.18.0",
72902
+ "since": "1.10.0",
72903
72903
  "type": "string"
72904
72904
  },
72905
72905
  "keyStyle": {
@@ -72961,7 +72961,7 @@
72961
72961
  },
72962
72962
  "valueFormatter": {
72963
72963
  "description": "可以通过类似 `{value:.2f}%` 的形式对指定数据字段进行格式化",
72964
- "since": "0.18.0",
72964
+ "since": "1.10.0",
72965
72965
  "type": "string"
72966
72966
  },
72967
72967
  "valueStyle": {