format property

String? format
final

Formats the tooltip text.

By default, the tooltip will be rendered with x and y-values.

You can add prefix or suffix to x, y values in the tooltip by formatting them.

Implementation

final String? format;