How can I use "drilldown" feature simultaneously with "url" property in case of column graph?
Initially i didn't use drilldown, but used url property for series.data.
Hence when the column were clicked the page used to redirect to the desired web-page.
But now i have to use drilldown.
After implementing drill down, in the column graph, now when i click on the columns it drills down to the next level and the url property doesn't works.
Only in case where the drilldown is set to null, there the url propertry works and when clicked on such columns the page is redirected to the desired page.
Is there any way to implement both features together in column graph?
drilldown: null, the page is getting redirected to the desired url.