Closed chrispader closed 1 year ago
When a range is applied to the graph, the onPointSelected() callback might be called at the wrong time.
range
onPointSelected()
This PR fixes this problem and also generally improves how and when onPointSelected() is triggered.
When a
range
is applied to the graph, theonPointSelected()
callback might be called at the wrong time.This PR fixes this problem and also generally improves how and when
onPointSelected()
is triggered.