Use the fun and informal charting capabilities of Rough-Viz charting with Vue 3
vue3-roughviz
is a set of Vue 3 wrapper components for the roughViz charting library.
npm install vue3-roughviz
# OR
yarn add vue3-roughviz
Include the following script tag in your index.html
(make sure to include it after Vue 3).
<script src="https://unpkg.com/vue3-roughviz"></script>
Please refer to the documentation
Clone the repo and checkout the develop
branch.
# install deps
yarn install
# build dist files
yarn build
# run develpment server and serve basic example
yarn dev
# serve docs
yarn docs
All contributions are welcome. Before submitting a PR though it would be nice if you created an issue explaining what you want to acheive and why.