useLineColorsInTooltip property

bool? useLineColorsInTooltip
final

Whether color of tooltip text should be the same color as defined for LineChart color.

Defaults to false.

This is especially useful when there are multiple lines in the chart to determine what value in the tooltip belongs to which line.

Implementation

final bool? useLineColorsInTooltip;