How to do a scatter plot where showing each data point along with its properties

We have a case where we want to show task durations in the scatter plot. Now when we click on a data point, we should also be able to see task id for that point (each point corresponds to a unique task identifier - which we want to show), How can we achieve that in grafana?

Try Plotly