FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
6.87k
stars
1.78k
forks
source link
Detect touch on specific dot on chart #1741
Open
Raviteja11122 opened 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?