how to change Gauge language...? range is in chinese language.. i need to change in english.how to do?
Just do following
<Gauge title="Test" height={164} percent={87} formatter={(f) => 10 * f } />
Let me know if that works.
Yes it works.
Thanks.
Most helpful comment
Just do following
<Gauge title="Test" height={164} percent={87} formatter={(f) => 10 * f } />Let me know if that works.