Arun Kumar

Results 58 comments of Arun Kumar

@mohammadnouritani This option/prop is not available and also not planned. For future updates use this issue - https://github.com/palerdot/react-d3-speedometer/issues/163 > @palerdot How can I add the Target needle which is shown...

@muhammadnaved This option is not available and not currently planned. One of the problems with this feature, is allowing customization of target needle ... In any case, right now it...

It is not possible right now. In future, planned way to handle custom needle requirements is to allow user to provide custom html markup as a function like ``` customNeedleMarkup={()...

> To where should i pass this markup? This is not possible right now. It is not actively prioritized and worked on. This is an example of how things might...

I'm keeping this issue open for future reference, so that new issues are not created for needle customization.

Thanks, I'm tracking this PR in this issue - https://github.com/palerdot/react-d3-speedometer/issues/166

@yoelbassin This PR introduces a new prop `valueTextBelowPos` without being discussed. It would be better if this prop is discussed before making code changes. I'm not also not ok with...

This is not possible (atleast as of now).

> I have added a new prop called valueTextBelowPos. > Previously, the value 23 was hard coded in the _renderCurrentValueText. The label was placed manually 23pt below to gauge. I...

> We also need to consider what happens if the user (rightly) gives a negative value like -23. Will the text be automatically aligned at the top as expected? Please...