Skip to content

Stacked bar chart on barclick not working. #85

@Nayank9

Description

@Nayank9

Hi Guys, I have used Stacked bar chart into my project I want to get clicked bar position.
@Override public boolean onTouchEvent(MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_DOWN) { performClick(); return true; } else { return false; } }
from this ovveride method not getting the expected result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions