I am currently working on a chart that features icons displayed as simple lines with bullets. The data in the chart looks something like this: [["18-07-2021",64], ["19-07-2021",64],["20-07-2021",64], .... ] I have manually set the Y value to 64 (maximum data value), but I am looking for a way to adjust the line with icons so that it is positioned in pixels offset from the top border of the chart. This way, the icon line will always be at the same height, regardless of changes in the data (which can affect the maximum Y chart value). Is there a method or technique that would allow me to achieve this? Thank you.