react-d3-speedometer
react-d3-speedometer copied to clipboard
Any possible solution to add some space between two segments
No. This is not currently possible.
This is a tricky change because
- Needle transition has to take into account the segment gaps (it cannot stop at a gap)
- Gap has to be configurable maybe as a prop.
This feature is not planned as of now. PRs welcome though.