react-d3-speedometer
react-d3-speedometer copied to clipboard
'Responsive' prop
having a problem working with px I want to make it responsive to the screen size it is messing all the view in mobile
Right now you can watch for window resize event and rerender the component. With fluidWidth option you can pass the dynamic width, and when the window resizes the component would adapt itself.
But it could be simpler if there was a responsive prop so that users don't have to go through this step. I will try to add this in next release.