showingTooltipIndicators property

List<ShowingTooltipIndicators> showingTooltipIndicators
final

You can show some tooltipIndicators (a popup with an information) on top of each LineChartBarData.spots using showingTooltipIndicators, just put line indicator number and spots indices you want to show it on top of them.

Implementation

final List<ShowingTooltipIndicators> showingTooltipIndicators;