XY Chart x-axis label clipping

Hi all

I have an XY chart set up and want to display the X-axis labels. However, I noticed that the last X-axis value is being clipped by the component’s frame.

Setting overflow to visible does not resolve the issue, as the label is still clipped. I also tried using the renderer option with minWidth, but that only shifts the 0 point label off the axis.

Let me know if there is already a post that talks about this.
Currently using Ignition 8.3.7

Here is the chart config:

XY-Component.json (45.7 KB)

See if you can find an answer in Perspective Time Series Chart Axis Cut Off.

That did help somewhat, but it resulted in an additional Y-axis being added on the left with an empty header.

This appears to be an actual issue with the charting component that needs to be fixed. The component should automatically size itself correctly based on the Y-axis labels so that everything fits within the component view without clipping.