XY Chart Bullet Label Error

image

image

I am not sure where the 0.00 is coming from on the second bar.

[bold]{value.formatNumber('#.00')}[/]

This is what I put in the label area.

Ignition 8.1.30

It seems to be a similar issue to this unresolved thread.

It might be worth having a look in your browser's development tools and see where in the markdown the 0.00 is appearing.

2 Likes

I can't control user browsers though.

See the difference?

1 Like

I think I am missing something in the understanding.

Is the implication not that the browser causes the issue?

Oh, I don't know how to analyze browser dev tools to find the source of the issue.

In your original post you only showed the Y data. Show us both the X and Y data.
Is the X-axis using value or category. Is there a chance that you've got a double entry for one of the X values?

There are plenty of YouTube videos on how to use the dev tools.