Perspective Time Series Chart InfoBox Customization

How can I add an extra field (like partID) to the info box in a time series chart without affecting the Y-axis?

So i’m working with a time series chart where all the fields shown in the info box are values queried from the database. I’d like to add an additional field—partID—to this info box. However, partID is a string (e.g, '35002410L15') that starts with numbers.

The problem is that when I include partID in the query, the chart incorrectly treats it as a numeric value, which causes the Y-axis to adjust inappropriately.

Any help would be greatly appreciated. Thanks!

You can set explicit min and max values in the axes of the chart.

1 Like

Thanks for your response.

I hope you can help me with the second part of the question — is there a way to set the PartID explicitly as a string? As I mentioned earlier, the PartID starts with a number, but the infobox seems to treat it as a number. Is there a way to fix this?

You could try using an XY Chart instead of a Time Series Chart, as it is apparently better at handling non-numeric values (don't ask me how, I simply Googled "ignition perspective time series chart non-numeric values").