Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-canvas-gauges

Caution

Deprecated / Unmaintained. This project is no longer maintained and the GitHub repository has been archived. The npm package has been deprecated.

  • Last release: v1.2.1 (June 2017).
  • Targets React 15 and uses lifecycle methods (componentWillReceiveProps) that were removed/renamed in React 17 — it will not work cleanly on modern React.
  • The upstream canvas-gauges library itself has been inactive since 2020.

Recommended alternatives:

Thanks to everyone who used and contributed to this project over the years.


GitHub stars npm version npm license

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>

About

React Canvas Gauges Component based on Canvas gauges

Topics

Resources

Stars

31 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages