Skip to content

📋 App using npm library 'canvas-gauges' to display real data on analogue gauges

License

Notifications You must be signed in to change notification settings

AndrewJBateman/angular-gauges-realdata

Repository files navigation

⚡ Angular Gauges Real Data

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

📷 Screenshots

Example screenshot

📶 Technologies

💾 Setup

  • Install dependencies with npm i
  • Run ng serve for a dev server.
  • Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

💻 Code Examples

  • app.component.html - extract - defines some of the qualities of the analogue gauge
<radial-gauge
  [value]="(value$ | async)"
  title="Turbine Velocity"
  units="rpm"
  width="500"
  height="500"

  min-value="0"
  max-value="120"
  major-ticks="0, ,20, ,40, ,60, ,80, ,100, ,120"
  minor-ticks="2"
  font-numbers-size="25"

🆒 Features

📋 Status & To-Do List

  • Status: Working
  • To-Do: Nothing

👏 Inspiration

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact

  • Repo created by ABateman, email: gomezbateman@gmail.com