Been searching for for this question for a little while to no avail. I want a way to modify the positions of specific labels. For example, I want the second label on the chart to be 'left-aligned' so that the tooltip that shows isn't centered on the line. I figured this was not possible, or at least not worth the work, so what I'd actually like to do is render some sort of div that instead displays all labels/tooltips inside of that div.
Problem: I use leading/trailing nodes, so I use workarounds to alter the visible positions of the nodes. This, unfortunately, also causes the side labels to be cut off. I want to be able to adjust their positions. I figure an easier method would be to somehow specify a class name on the tooltip and then position that tooltip using other means.
Summary: I want all hover tooltips in my chart to show in the same position, regardless of where in the chart they exist.
Edit: As you can see from the image below, the end node label is getting cut off from the rest of the chart. Technically, the very left label will auto-align itself so it pushes it's label onto the visible area of the chart. However, because I have a phantom node (Allowing for a leading line) the 'first' node seen is actually the second, which stops it from doing the right alignment.
Ideally, what I would like is for the labels to show up in a different, specified position.

