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
npm i dvisualizer
// or
yarn add dvisualizer
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.
If you have any question, simply send a ticket on your account. Also you can send direct email to khanim97@gmail.com
Thank you for using the module! 😄