Damian Mobley Report post Posted May 16, 2018 I need to render currency and number separators for EU installations to include separators (period and comma are switched). Is there a way to specify how to do so? I didn't see anything in the API for the radial gauge. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 17, 2018 Hi, Could you please share a sample image of your requirement, so that we could assist you accordingly. Awaiting for responses. Share this post Link to post Share on other sites
Damian Mobley Report post Posted May 17, 2018 See the attached js fiddle. In this instance, the numbers should render as "4.500" instead of "4,500" for a European audience. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 17, 2018 Hi, Please use "thousandSeparator": "." at the chart level For reference please check the sample fiddle - http://jsfiddle.net/89ph7Lt3/ Share this post Link to post Share on other sites
Damian Mobley Report post Posted May 17, 2018 Great, thank you kindly. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 17, 2018 Welcome Share this post Link to post Share on other sites