What is the fix for visualizations like bar chart converting values greater than 1 million into scientific notation

I am trying to create a bar chart with monthly sales data, where x axis shows 12 months (names) and y axis is supposed to show the sum of sales. My issue is that y-axis is automatically getting converted into scientific notation is which not possible for others to read.

I tried using number format manager node to add commas (Eg: 1345 → 1,345). BUt even that is making no difference in the bar plot.

i read about number to string, but if i convert numbers to string how can i sum it up?

Please help

Hi,

the bar plot node is somehow limited in customizing the view.

I highly recommend to use the ECharts Node.

  • drop it in you workflow
  • select the bar plot
  • activate K-AI and as to add the coloring to the category:

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.