Install & Download:
# NPM
$ npm i @vueniquejs/vueniqueDescription:
The Vuenique provides a collection of reusable components to help create data visualization components using D3.js.
Basic usage:
1. Import a chart component (bar, LinePath, or Circle) of your choice.
import { Bar } from @vueniquejs/vuenique2. Add the bar chart to the app.
<Bar x="8" y="8" />
Preview: