react-gauge-meter

0.2.1 • Public • Published

react-gauge-meter

Install

$ npm install react-gauge-meter

Usage

For Demo, you can see: https://kokim2022.github.io/react-gauge-meter/

import ReactGaugeMeter from 'react-gauge-meter'; 

<ReactGaugeMeter
  firstColor="red"
  secondColor="green"
  thirdColor="blue"
  value={50}
  style={{height: '500px', width: '100%'}}
/>

Props of Component

  • firstColor (required, color) for example: #67e0e3 or red

  • secondColor (required, color)

  • thirdColor (required, color)

  • style (optional, object)

the style of echarts div. object, default is {height: '300px'}.

LICENSE

MIT@kokim2020.

Package Sidebar

Install

npm i react-gauge-meter

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

33 kB

Total Files

18

Last publish

Collaborators

  • kokim1996