Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

1995parham/react-canvas-gauges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

React Canvas Gauges Component based on Canvas gauges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published