formatter property
Convert the value to a String on the chart.
If null, a default Object.toString is used.
Implementation
String? Function(V)? formatter;
Convert the value to a String on the chart.
If null, a default Object.toString is used.
String? Function(V)? formatter;