antoniolago / react-gauge-component

React gauge component for data visualization.
https://antoniolago.github.io/react-gauge-component/
MIT License
132 stars 19 forks source link

display custom label for sub arcs? #33

Closed ezrnew closed 7 months ago

ezrnew commented 7 months ago

Hey, how can i change labels for sub arcs on a gauge? I tried to do it in the following way but it works only for the main label (J) image

The subarcs are always displayed with %. I also tried the temperature example from readme but it doesnt work either; it results in typescript error.

antoniolago commented 7 months ago

Hey, thanks for reporting this, apparently I was just considering defaultTickValueConfig.formatTextValue but not the individual ticks configs, this is fixed on 1.1.34