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.