onTouchUp method

  1. @override
void onTouchUp (double xPos, double yPos)
override

Performs the touch move action of chart.

Implementation

@override
void onTouchUp(double xPos, double yPos) {
  show(xPos, yPos);
}