Arduino Cloud Dashboard Chart Y-Axis scaling

I've just started an Arduino Cloud Thing using a Uno R4 WiFi with a BME688 sensor.

I created a dashboard for it, with a chart to show the atmospheric pressure in hPa (mBar).

The problem that I am having is with the labeling of the y-axis of the graph.
The labels all say '1K'.
Can anyone tell me how I get it to say '1020', '1021', '1022' etc.?

If I display a Value or Gauge the information is displayed satisfactorily.

I have the exact same issue with both normal and advanced charts. I don't think there is a setting anywhere to adjust this which is pretty frustrating. Only thing I am considering is changing units (eg divide by 1000). Sorry I am not posting with a solution but wanted to add my weight to this issue. Hopefully they fix this. If you found the solution i would be very grateful if you would share.

That is what I did in the end.

I changed my code to send the pressure in both hPa (= mbar) and kPa, and added a second chart to my dashboard using the new data.

I left the old chart in place as the new one had no history.

Can I add my vote for fixing this issue long term as it is quite an impediment
thank you