tooltipValueFormat property
Parallel coordinates only. Format that will be used for point.y
and available in tooltip.pointFormat as
{point.formattedValue}
. If not set, {point.formattedValue}
will use other options, in this order:
-
yAxis.labels.format will be used if set
-
If yAxis is a category, then category name will be displayed
-
If yAxis is a datetime, then value will use the same format as yAxis labels
-
If yAxis is linear/logarithmic type, then simple value will be used
API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.tooltipValueFormat
Implementation
String? tooltipValueFormat;