Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Numeric Defualt Questions
-
So I have noticed that when I change the numeric deault template to something different. Say, using the #,###. format. It makes the displayted values have a comma, but now the charts in the angular framework all get multiplied by .001. Is there something I have done wrong?
-
@atkins-chrisw I think it is due to you using rendered point values on the AmCharts, the client side is interpreting the string as a number formatted with a comma as the decimal point. We will fix this in an upcoming release, for now either dont use rendered point values with a chart or dont use a comma in the rendered point value.