Arun Kumar
Arun Kumar
> can I show both the number and the segment labels No. It is not possible right now. PRs are welcome
I think this could be achieved by passing a `formatValue` function prop (which is not available now) which allows the user to customise how the values are formatted ... something...
@mohammadnouritani I'm reopening this issue so that issue can be worked on in future. Thank you for raising this issue.
> This will change the value in the label bellow I want to change the numbers with value formate array for each segment divider can you elaborate more with an...
> I want to show % with vale. How can I do with gradient color. can you elaborate more with an example?
You can use `customSegmentLabels` for having more control over colors and display text - https://palerdot.in/react-d3-speedometer/?path=/story/reactspeedometer--custom-segment-labels. In this case, you have to calculate the values for display so that you can...
Users can manually do ```elixir {:connection, "~> 1.1", override: true}, ``` but as the version changes becomes incompatible (like major version), this is not possible as a workaround (as the...
I'm also facing problems to reliably convert `plate` => `markdown`. I ended up working on my own convertor - https://github.com/palerdot/slate-mark It is a work in progress. And link, handling is...
> Not that you have to, but it might be nice to include this in plate I don't mind actually, and might be a good idea if things work out...
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) -...