How to set formatter function for tooltip in highcharts using react with typescript? – Reactjs
I have a chart with columnrange type which should display some timelines. I have my time in UTC. It displays well on yAxis because of property 'type: "datetime"', but in tooltip it displays time in seconds. I want to format…