Hello I am trying to get Cells with Links in the Chart DrillDown and it doesn’t seem to work.
I tried what is mentioned here but the code provided doesn’t seem to work..
I also tried the cellclick event but it doesn’t seem to work on Drill Down either…
How can I make a Drill Down cell clickable to an external link?
Thanks!
Arturo
Hello, Arturo,
Thank you for writing to us.
Please add the following line to the creation of the hyperlinks:
cell.style['z-index'] = 1;
Afterward, the links should work as expected.
Here is the modified JSFiddle example: https://jsfiddle.net/flexmonster/q1gtwj48/.
Let us know if this works.
Best Regards,
Vera
Thanks Vera,
Yes! It works as expected, thanks!
Arturo