The tooltip in a Highcharts Gantt show the start and end date of the hovered task, but I'm not able to translate the prefix used ("Start" and "End"):
There is no options in Highcharts.lang for these text.
The tooltip in a Highcharts Gantt show the start and end date of the hovered task, but I'm not able to translate the prefix used ("Start" and "End"):
There is no options in Highcharts.lang for these text.
Copyright © 2021 Jogjafile Inc.

That is caused by the default
pointFormatterfunction:Source code: https://github.com/highcharts/highcharts/blob/master/ts/Series/Gantt/GanttSeries.ts#L116
As a solution you can implement your own
pointFormatter, for example:Live demo: https://jsfiddle.net/BlackLabel/a839yLsd/
API Reference: https://api.highcharts.com/gantt/tooltip.pointFormatter