2.0.0 • Published 3 years ago

dvisualizer v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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:

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago