I am currently in the process of customizing the tooltip for my area chart using Highchart.
Within this area chart, I have plotted 3 series. My goal is to display the tooltip at a fixed location on the chart's top center. When hovering over any point, the tooltip should reveal all series names and their corresponding values. Refer to the image below:
https://i.sstatic.net/ndalp.png
Presently, while I am able to position the tooltip at the top-center and it does display the current series name and data upon cursor placement, it shows the current series name repetitively in all three places.
Below are the Highchart options configured:
Insert HighCharts configuration here...
This is what I've attempted so far: https://jsfiddle.net/2pdossk7/13/
I would greatly appreciate any assistance. Thank you in advance!