tooltipValueFormat property

String? tooltipValueFormat
getter/setter pair

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:

  1. yAxis.labels.format will be used if set

  2. If yAxis is a category, then category name will be displayed

  3. If yAxis is a datetime, then value will use the same format as yAxis labels

  4. 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;