Genesis G2plot Chart
npm install @genesislcap/g2plot-chartThis 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).
To enable this module in your application, follow the steps below.
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 page.
``json``
{
...
"dependencies": {
...
"@genesislcap/g2plot-chart": "latest"
...
},
...
}
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 for more details.