react-gauge-chart
react-gauge-chart copied to clipboard
React component for displaying a gauge chart
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"18.2.0" from...
How can we add values to gauge chart
I have been trying to add a linear gradient to the gauge with a single level but it doesn't seem to work. Anyone with a solution?
I don't know why this is a problem only I appear to be seeing, but when the parent of a GaugeChart component re-renders due to prop changes, the GaugeChart needle...
I have been trying to change the background color but to no avail 
I think the the `floatNumber` should not be called at https://github.com/Martin36/react-gauge-chart/blob/de1bba51848f50556663e64a9af9c2546bfe6dea/src/lib/GaugeChart/index.js#L442 and leave the option to the user to round it however he wants with `formatTextValue`.
Getting Error in chrome console when using the library `Error: attribute d: Expected number, "M NaN NaN L NaN Na… ` [image](https://user-images.githubusercontent.com/8036628/70174747-52e10d00-168a-11ea-9ec4-27a757fe8ec2.png)
Hi, what should i do in order to increase needle length, so it can be closer to the arc?
Someone forked yours at https://github.com/srujithm/react-advanced-gauge-chart and added a nice prop called `previousValue`. Really need it for my project but it's missing, plus that fork hasn't been maintained for one year...