Adding tooltip to legend in highcharts
问题 I am trying to add a tooltip to the legend in highcharts. I am using a pie chart. Using angular js framework. The legend code is as below legend: { useHTML: true, layout: 'vertical', align: 'left', itemMarginTop: 10, itemMarginBottom: 15, title: { style: { fontSize: "14px", fontWeight: "600", color: "#404040" } }, itemStyle: { fontWeight: 'normal', color: '#404040', fontSize: '14px' }, //x : 70, //y: 110, labelFormatter: function() { return ` <md-icon> <md-tooltip md-direction="top">Hello</md