How can I export the chart with all tooltip displaying in high charts as a image, pdf & jpeg.
here is the code for tooltip:-
tooltip: {
hideDelay: 0,
headerFormat: '',
enabled: true,
split: true,
animation: false,
valueDecimals: 2,
outside: true,
shared: false,
},
Thanks for the help.