I was trying to implement a highchart column chart in angular with multilevel drill down. Since I am not able to add multiple series to drill down in highchart for Angular, I plan to use a single series with multiple categories as my drilldown series but I am unable to show legend this way. Is there any way to do this?
I tried to use addseriesasdrilldown()
function of highchart but it will let me add only one series to drill down. I also tried to make a single series with multiple categories but I can't show in legend this way.