@visactor/react-vchart 1.1.0-beta.5 → 1.1.0-beta.6

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  - **兼容性好**:`@visactor/react-vchart` 完全继承了 VChart 的可视化能力,可以在不同的浏览器和设备上运行。
11
11
  - **支持多种图表类型**:`@visactor/react-vchart` 支持多种类型的图表,包括折线图、柱状图、饼图、雷达图等。
12
12
 
13
- `@visactor/react-vchart` 在能力上完全对齐 VChart,并且 API 配置也与 VChart 几乎一致,关于图表的定义和配置可参考[VChart](todo)。
13
+ `@visactor/react-vchart` 在能力上完全对齐 VChart,并且 API 配置也与 VChart 几乎一致,关于图表的定义和配置可参考[VChart](https://www.visactor.io/vchart)。
14
14
 
15
15
  ## 开发指引
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "1.1.0-beta.5",
3
+ "version": "1.1.0-beta.6",
4
4
  "description": "The react version of VChart 4.x",
5
5
  "keywords": [
6
6
  "react",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@visactor/vchart": "1.1.0-beta.5",
25
+ "@visactor/vchart": "1.1.0-beta.6",
26
26
  "@visactor/vutils": "~0.11.1",
27
27
  "@visactor/vgrammar": "0.3.4-alpha.0",
28
28
  "@visactor/vrender": "~0.12.0",
@@ -53,8 +53,8 @@
53
53
  "@vitejs/plugin-react": "3.1.0",
54
54
  "vite": "3.2.6",
55
55
  "@internal/bundler": "0.0.1",
56
- "@internal/eslint-config": "0.0.1",
57
- "@internal/ts-config": "0.0.1"
56
+ "@internal/ts-config": "0.0.1",
57
+ "@internal/eslint-config": "0.0.1"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": ">=16.0.0",