@genesislcap/g2plot-chart 14.160.1 → 14.162.0

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 +22 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -2,9 +2,30 @@
2
2
 
3
3
  This package contains the g2plot-chart component which wraps antv/g2plot charts. It also includes a chart-datasource component that will fetch data from a Genesis server (or any other server that implements the Genesis protocol).
4
4
 
5
+
6
+ ## Installation
7
+
8
+ To enable this module in your application, follow the steps below.
9
+
10
+ 1. Add `@genesislcap/g2plot-chart` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
11
+
12
+ ```json
13
+ {
14
+ ...
15
+ "dependencies": {
16
+ ...
17
+ "@genesislcap/g2plot-chart": "latest"
18
+ ...
19
+ },
20
+ ...
21
+ }
22
+ ```
23
+
24
+ ## [API Docs](./docs/api/index.md)
25
+
5
26
  ## License
6
27
 
7
- Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
28
+ Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
8
29
 
9
30
  ### Licensed components
10
31
  Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/g2plot-chart",
3
3
  "description": "Genesis G2plot Chart",
4
- "version": "14.160.1",
4
+ "version": "14.162.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -45,22 +45,22 @@
45
45
  "test:debug": "genx test --debug"
46
46
  },
47
47
  "devDependencies": {
48
- "@genesislcap/foundation-testing": "14.160.1",
49
- "@genesislcap/genx": "14.160.1",
50
- "@genesislcap/rollup-builder": "14.160.1",
51
- "@genesislcap/ts-builder": "14.160.1",
52
- "@genesislcap/uvu-playwright-builder": "14.160.1",
53
- "@genesislcap/vite-builder": "14.160.1",
54
- "@genesislcap/webpack-builder": "14.160.1",
48
+ "@genesislcap/foundation-testing": "14.162.0",
49
+ "@genesislcap/genx": "14.162.0",
50
+ "@genesislcap/rollup-builder": "14.162.0",
51
+ "@genesislcap/ts-builder": "14.162.0",
52
+ "@genesislcap/uvu-playwright-builder": "14.162.0",
53
+ "@genesislcap/vite-builder": "14.162.0",
54
+ "@genesislcap/webpack-builder": "14.162.0",
55
55
  "rimraf": "^3.0.2"
56
56
  },
57
57
  "dependencies": {
58
58
  "@antv/g2plot": "^2.4.20",
59
- "@genesislcap/foundation-comms": "14.160.1",
60
- "@genesislcap/foundation-logger": "14.160.1",
61
- "@genesislcap/foundation-ui": "14.160.1",
62
- "@genesislcap/foundation-utils": "14.160.1",
63
- "@genesislcap/foundation-zero": "14.160.1",
59
+ "@genesislcap/foundation-comms": "14.162.0",
60
+ "@genesislcap/foundation-logger": "14.162.0",
61
+ "@genesislcap/foundation-ui": "14.162.0",
62
+ "@genesislcap/foundation-utils": "14.162.0",
63
+ "@genesislcap/foundation-zero": "14.162.0",
64
64
  "@microsoft/fast-element": "^1.12.0",
65
65
  "@microsoft/fast-foundation": "^2.49.4",
66
66
  "tslib": "^2.3.1"
@@ -74,5 +74,5 @@
74
74
  "access": "public"
75
75
  },
76
76
  "customElements": "dist/custom-elements.json",
77
- "gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
77
+ "gitHead": "874e7ee403e4cfab01c6fb2542ae3264c7202831"
78
78
  }