I'm working on a map that has a lot of points in a small area, so I'm adding lines from my labels to their points using a Geometry generator in the symbol designer. The problem I'm having is that the lines always come from the bottom left corner of the label.
How do I get them to come from the part of the label that is closest to the point?
I'm using the following Expression and really don't have a clue where to go from there.
make_line( make_point( $x,$y), make_point( "X","Y"))

