React Dashboard is a React component which enables display half circle dashboard.
npm install react-half-circle-dashboard**注意:目前这个组件是基于Ant Design Progress和rc-progress
实现的,已经提交Ant Design,希望他们能进行支持,如果Ant Design支持后,该组件将停止维护,建议直接使用Ant Design**
```
npm install react-half-circle-dashboard --save
``
minValue={-20}
maxValue={100}
strokeColor={statusColor}
trailColor={trailColor}
prefixCls={prefixCls}
openWidth={openWidth}
className={className}
showInfo
format={(value, minValue, maxValue)=>value}
/>
```
webpack
npm start
MIT