Hi, I have a case where I have numbers (integers) over 2 million. My tables look fine, but in the charts, they pop up in scientific notation. Is there a chance to change that?
I read a little around; other people seem to have that problem too, and some solve it with some extra Java snippets or by transforming them to Strings (which is not an option for me since I need them in charts, so they need to stay integers)
Any idea?