New charts component y-axis showing duplicate values

I'm trying to use the new recently released Bar Chart component to build a simple chart that has y-axis values of something like [2, 1, 1, 1, 1]. However the chart y-axis scale for some reason shows the "1" value twice. See screenshot below. I'd expect it to show up only once.

This is happening on multiple of my charts with different datasets. I've tried playing around with the chart settings, but can't figure out why this is happening, would appreciate any insight! Thanks!

Also seeing that the y-axis can sometimes have duplicate values and unnecessary go down into the negatives?

Hi @star Thanks for reaching out! I was able to reproduce this with [2,1,1,1,1] as the y axis data. I'll reach out to our team for a fix.

I'm guessing you need to edit the Y-axis label format though :slightly_smiling_face:

Click the fx next to Label format & set the format as needed using d3 format.

I'm seeing the same issue for the x-axis.

CleanShot 2024-11-20 at 17.09.00
CleanShot 2024-11-20 at 17.09.09

We have a fix for this :slightly_smiling_face: it should ship early next week