Skip to content

ricky-rebo/SteelSeries-Rose-Gauge

Repository files navigation

Welcome to steelseries-rose-gauge 👋

Documentation Maintenance License: MIT Twitter: ricky\_rebo

  Wind Rose gauge addon for nicolas-van/steelseries gauges library.

 Rose Chart by RGraph, and rose workflow by mcrossley/SteelSeries-Weather-Gauges  

Install & Usage

Using npm

npm i --save steelseries-rose-gauge
import { Rose } from "steelseries-rose-gauge";

const rose = new Rose("canvas-id-or-elem", { ... });

Using a CDN

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>

Documentation

See documentation

Author

👤 Riccardo Rebottini

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Riccardo Rebottini.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator