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/vuenique
2. Add the bar chart to the app.
<Bar x="8" y="8" />
Preview:
Download Details:
Author: oslabs-beta
Live Demo: https://vuenique.net/
Download Link: https://github.com/oslabs-beta/Vuenique/archive/refs/heads/main.zip
Official Website: https://github.com/oslabs-beta/Vuenique
Install & Download:
# NPM
$ npm i @vueniquejs/vuenique