I am seeking to implement specific behavior in highcharts regarding tooltips. The desired setup includes having two types of tooltips:
- the default shared tooltip
- a custom tooltip
For the custom tooltip, a simple formatter can be utilized. However, the challenge lies with the shared tooltip. Is it feasible to share the default tooltip among certain series while implementing a custom one for others?
Thank you.