-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
@OverRide
public void onChartSingleTapped(MotionEvent me){
//on single tapped I am trying to highlight the bars with code below
Highlight h0 = new Highlight(0, 0);
Highlight h1 = new Highlight(1, 0);
Highlight h2 = new Highlight(2, 0);
chart.highlightValues(new Highlight[]{h0, h1, h2});
}
It doesn't works. Can you please tell me what I am missing.
Please refer link below for detailed problem.
http://stackoverflow.com/questions/37301481/mpandroidchart-library-bar-chart-onchartgesturelistener-highlighting-not-workin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels