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!