@visactor/vgrammar-plot 0.7.2 → 0.7.3
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.
- package/README.md +37 -2
- package/README.zh-CN.md +38 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://github.com/VisActor#gh-light-mode-only" target="_blank">
|
|
3
|
+
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/>
|
|
4
|
+
</a>
|
|
5
|
+
<a href="https://github.com/VisActor#gh-dark-mode-only" target="_blank">
|
|
6
|
+
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg"/>
|
|
7
|
+
</a>
|
|
8
|
+
</div>
|
|
2
9
|
|
|
3
|
-
|
|
10
|
+
<div align="center">
|
|
11
|
+
<h1>VGrammar</h1>
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<div align="center">
|
|
15
|
+
|
|
16
|
+
VGrammar, not only generate charts, but also provide data visualization tools.
|
|
17
|
+
|
|
18
|
+
<p align="center">
|
|
19
|
+
<a href="https://www.visactor.io/vgrammar">Introduction</a> •
|
|
20
|
+
<a href="https://www.visactor.io/vgrammar/example">Demo</a> •
|
|
21
|
+
<a href="https://www.visactor.io/vgrammar/guide/guides/quick-start">Tutorial</a> •
|
|
22
|
+
<a href="https://www.visactor.io/vgrammar/api/API/View">API</a>•
|
|
23
|
+
<a href="https://www.visactor.io/vgrammar/option/">Option</a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+

|
|
27
|
+

|
|
28
|
+
[](https://www.npmjs.com/package/@visactor/vgrammar)
|
|
29
|
+
[](https://www.npmjs.com/package/@visactor/vgrammar)
|
|
30
|
+
[](https://github.com/visactor/vgrammar/blob/main/LICENSE)
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<div align="center">
|
|
35
|
+
|
|
36
|
+
English| [简体中文](./README.zh-CN.md)
|
|
37
|
+
|
|
38
|
+
</div>
|
package/README.zh-CN.md
CHANGED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://github.com/VisActor#gh-light-mode-only" target="_blank">
|
|
3
|
+
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/>
|
|
4
|
+
</a>
|
|
5
|
+
<a href="https://github.com/VisActor#gh-dark-mode-only" target="_blank">
|
|
6
|
+
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg"/>
|
|
7
|
+
</a>
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
<div align="center">
|
|
11
|
+
<h1>VGrammar</h1>
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<div align="center">
|
|
15
|
+
|
|
16
|
+
VGrammar,不只是生成万千图表的可视化语法,更是化枯燥为神奇的数据魔法师。
|
|
17
|
+
|
|
18
|
+
<p align="center">
|
|
19
|
+
<a href="https://www.visactor.io/vgrammar">简介</a> •
|
|
20
|
+
<a href="https://www.visactor.io/vgrammar/example">Demo</a> •
|
|
21
|
+
<a href="https://www.visactor.io/vgrammar/guide/guides/quick-start">教程</a> •
|
|
22
|
+
<a href="https://www.visactor.io/vgrammar/api/API/View">API</a>•
|
|
23
|
+
<a href="https://www.visactor.io/vgrammar/option/">配置</a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+

|
|
27
|
+

|
|
28
|
+
[](https://www.npmjs.com/package/@visactor/vgrammar)
|
|
29
|
+
[](https://www.npmjs.com/package/@visactor/vgrammar)
|
|
30
|
+
[](https://github.com/visactor/vgrammar/blob/main/LICENSE)
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<div align="center">
|
|
35
|
+
|
|
36
|
+
[English](./README.md) | 简体中文
|
|
37
|
+
|
|
38
|
+
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vgrammar-plot",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "Plots of vgrammar.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plot",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@visactor/vgrammar-util": "0.7.
|
|
34
|
-
"@visactor/vgrammar-coordinate": "0.7.
|
|
35
|
-
"@visactor/vgrammar-core": "0.7.
|
|
36
|
-
"@visactor/vscale": "~0.
|
|
37
|
-
"@visactor/vrender-components": "~0.15.
|
|
38
|
-
"@visactor/vrender": "~0.15.
|
|
39
|
-
"@visactor/vutils": "~0.
|
|
33
|
+
"@visactor/vgrammar-util": "0.7.3",
|
|
34
|
+
"@visactor/vgrammar-coordinate": "0.7.3",
|
|
35
|
+
"@visactor/vgrammar-core": "0.7.3",
|
|
36
|
+
"@visactor/vscale": "~0.16.0",
|
|
37
|
+
"@visactor/vrender-components": "~0.15.2",
|
|
38
|
+
"@visactor/vrender": "~0.15.2",
|
|
39
|
+
"@visactor/vutils": "~0.16.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"d3-array": "1.x",
|