Skip to content

Highlight per drag not working #3107

Open
@nemesis06101986

Description

@nemesis06101986

Hi,

I'm probably doing something wrong here, but I can't get the highlighting per drag to work on my line chart. Highlighting per tap works perfectly, I get the events in the ValueSelectedListener, but not when dragging. Am I supposed to get the drag highlights somewhere else than the ChartValueSelectedListener?

Here is the configuration of the chart:
chart.setOnChartValueSelectedListener(this); chart.setHighlightPerDragEnabled(true); chart.setHighlightPerTapEnabled(true);

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugconfirmed bugs or otherwise incorrect behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions