Wind Rose gauge addon for nicolas-van/steelseries gauges library.
Rose Chart by RGraph, and rose workflow by mcrossley/SteelSeries-Weather-Gauges
🏠 Homepage
npm i --save steelseries-rose-gauge
import { Rose } from "steelseries-rose-gauge";
const rose = new Rose("canvas-id-or-elem", { ... });
Use unpkg: https://unpkg.com/steelseries-rose-gauge
...
<body>
...
<canvas id="rose-canvas">
...
<script src="https://unpkg.com/steelseries"></script>
<script src="https://unpkg.com/steelseries-rose-gauge"></script>
<script>
const rose = new steelseriesRose.Rose("rose-canvas", { ... })
</script>
</body>
See documentation
- Website: https://www.rebottini.it
- Twitter: @ricky_rebo
- Github: @ricky-rebo
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 Riccardo Rebottini.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator