dvisualizer
v2.0.0
Published
Released in 2023.01.01 | Merry Christmas!
Downloads
2
Readme
dvisualizer (version 1.0.0)
Released in 2023.01.01 | Merry Christmas!
dvisualizer
is https://datavisualizer.ir/ official package.
To use this package follow the docs in the site:
- Register an account
- choose a chart template
- import data and apply new settings to the chosen chart
- create api-key
- use this package
Usage
Install the Package (STEP 1/2)
npm i dvisualizer
// or
yarn add dvisualizer
Import the Chart (STEP 2/2)
import {LineChart, CirclePack, Chord} from "dvisualizer"
...
<LineChart chartID={chartID_here} apiKey={apiKey_here} />
<CirclePack chartID={chartID_here} apiKey={apiKey_here} />
<Chord chartID={chartID_here} apiKey={apiKey_here} />
To know what is chartID
and apiKey
just take a look at the Docs on official site.
Ticket or Email
If you have any question, simply send a ticket on your account. Also you can send direct email to [email protected]
Thank you for using the module! :smile: