I have implemented line a chart using Charts::Graph component by adding the coordinates. It is working fine. The Dot points are correctly placed, and line is also plotted correctly. There is another requirement on my project, that is adding touch events on the dot point. when pressing on a dot point, it should display a label which show the values of that dot point. We can't do any modifications inside the Charts::Graph. How can I implement?