I’m working with LightningChartJS and facing a layout challenge. I have two text labels, “Hello” and “World”, that need to be positioned vertically underneath a chart. Specifically, I want the “Hello” label to be positioned at x = -2 (or aligned to the left side of the chart) and the “World” label at x = 2 (or just to the right side of the chart). Additionally, I need the chart to allocate space for these labels similar to how space is allocated for the xAxis.
Here are some visuals representing the problem:
Problem depiction:
Current undesired state:
Desired design layout:
Could someone guide me on how to achieve this layout in LightningChartJS? Any examples or tips would be greatly appreciated!