It's too widely to my app, could I adjust it?
I did this with the example bellow -> The FLine is the line that is drawn to the bottom when is touched.
getTouchedSpotIndicator: (LineChartBarData barData, List<int> spotIndexes) {
return spotIndexes.map((e) {
return TouchedSpotIndicatorData(FlLine(color: Colors.grey, strokeWidth: 1.0, dashArray: [1, 2]),
FlDotData(show: true));
}).toList();