showAllSpotsBelowLine function

bool showAllSpotsBelowLine(
  1. FlSpot spot
)

Shows all spot lines.

Implementation

bool showAllSpotsBelowLine(FlSpot spot) {
  return true;
}