All Projects → 1995parham → react-canvas-gauges

1995parham / react-canvas-gauges

Licence: GPL-3.0 license
React Canvas Gauges Component based on Canvas gauges

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-canvas-gauges

Metric
Minimal metrics for Go (counter/gauge/histogram). No dependencies. Compatible with expvar. Web UI included.
Stars: ✭ 319 (+1176%)
Mutual labels:  gauge
Angular Gauge
A reusable gauge directive for Angular 1.x apps and dashboards
Stars: ✭ 96 (+284%)
Mutual labels:  gauge
React D3 Speedometer
✨ ⚛️ React Speedometer component using d3.js 🌈 🎨
Stars: ✭ 162 (+548%)
Mutual labels:  gauge
Dpmeterview
Gravity-aware gauge-style meter view with delightful animations
Stars: ✭ 588 (+2252%)
Mutual labels:  gauge
Gaugeslider
Highly customizable GaugeSlider designed for a Smart Home app. Featured at Medium.
Stars: ✭ 89 (+256%)
Mutual labels:  gauge
Nativescript Ui Feedback
This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Stars: ✭ 110 (+340%)
Mutual labels:  gauge
vgauge
A wrapper library for GaugeJS
Stars: ✭ 45 (+80%)
Mutual labels:  gauge
MaxSoft-IntelliAPI
First-ever code-free and lightweight cross platform API and database test automation tool.
Stars: ✭ 14 (-44%)
Mutual labels:  gauge
Hs Gauge
Lean Haskell Benchmarking
Stars: ✭ 91 (+264%)
Mutual labels:  gauge
Ngx Gauge
A highly customizable Gauge component for Angular 9+ apps and dashboards
Stars: ✭ 158 (+532%)
Mutual labels:  gauge
Gaugekit
Kit for building custom gauges + easy reproducible Apple's style ring gauges.
Stars: ✭ 997 (+3888%)
Mutual labels:  gauge
Gauge Js
JavaScript language plugin for Gauge
Stars: ✭ 77 (+208%)
Mutual labels:  gauge
Gps Overlay On Video
Telemetry (GPS) data overlay on videos
Stars: ✭ 136 (+444%)
Mutual labels:  gauge
Node Measured
A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries
Stars: ✭ 500 (+1900%)
Mutual labels:  gauge
Svg Gauge
Minimalistic, animated SVG gauge. Zero dependencies
Stars: ✭ 188 (+652%)
Mutual labels:  gauge
Hxcharts
📊 Chart for iOS 仪表盘、柱状图、圆形图、折线图、环形图
Stars: ✭ 301 (+1104%)
Mutual labels:  gauge
Canvas Gauges
HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.
Stars: ✭ 1,443 (+5672%)
Mutual labels:  gauge
awesome-testing
Software Testing for QA.
Stars: ✭ 48 (+92%)
Mutual labels:  gauge
Lmgaugeview
LMGaugeView is a simple and customizable gauge control for iOS.
Stars: ✭ 224 (+796%)
Mutual labels:  gauge
React Circular Input
React components for easily composing a circular range input
Stars: ✭ 141 (+464%)
Mutual labels:  gauge

react-canvas-gauges

Travis branch GitHub stars npm version npm license npm js-standard-style

Introduction

Canvas gauges component is based on canvas-gauges for React.

Installation

npm install react-canvas-gauges --save

Example

<RadialGauge
   units='°C'
   title='Temperature'
   value={this.state.temperature}
   minValue={0}
   maxValue={50}
   majorTicks={['0', '5', '15', '20', '25', '30', '35', '40', '45', '50']}
   minorTicks={2}
></RadialGauge>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].