$ npm install react-gauge-meter
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%'}}
/>
-
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'}.
MIT@kokim2020.