Getting Started
ADGP (A10 Dashboard Generation Package) Visualizations based on GUI Frameworks
Installation
To install the stable version:
$ npm i -D git+ssh://git@github.com:a10networks/a10-gui-dgp-viz.git
For Yarn:
$ yarn add -D git+ssh://git@github.com:a10networks/a10-gui-dgp-viz.git
Demo Page
$ yarn start
And then the demo page will be shown on http://localhost:9999/
.
For more detail of the demo page please refer to devUI/DashboardTest.tsx
.
Vizs Usage
import { Viz } from 'a10-gui-dgp-viz'
const { MapChart } = Viz
const render = props => <MapChart {...props} />
Last updated
Was this helpful?