imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.87k stars 1.78k forks source link

Detect touch on specific dot on chart #1741

Open Raviteja11122 opened 2 months ago

Raviteja11122 commented 2 months ago

By using touchCallback getting all line spots data. But I need which line is touched and spot data not all lines data.

Is there any way to get these details?

Raviteja11122 commented 2 months ago

@imaNNeo Any advise/recommendations on this....