big integers appear in scientific notation in charts

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?

image

Hello @pfmd86,

A drag and drop solution could be to use the ‘Pie/Donut Chart (JavaScript)’ Node.

I tested it out with larger numbers and it doesn’t seem to cut them off with scientific notation if all you wanted was to make it so the integer isn’t in scientific notation.

Hope this is a easy alternative for what you are looking for,
TL