Set a custom highlighter for hovered point.
(&mut self, provider: HighlightPointProvider)
| 786 | camera_bounds, |
| 787 | self.x_axis_scale, |
| 788 | self.y_axis_scale, |
| 789 | &shape.anchor_position_transform, |
| 790 | )?; |
| 791 | screen_xy[0] += shape.anchor_offset[0]; |
| 792 | screen_xy[1] -= shape.anchor_offset[1]; |
| 793 |