Returns whether a given offset fits the chart position.
@override bool hitTest(Offset point) { return position?.hitTest(point) ?? false; }