2.0.0 • Published 3 years ago
dvisualizer v2.0.0
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: 1. Register an account 2. choose a chart template 3. import data and apply new settings to the chosen chart 4. create api-key 5. 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 khanim97@gmail.com
Thank you for using the module! :smile: