eh1160
Posts: 8
Joined: Wed Oct 03, 2018 5:17 pm

Clickable Hyperlink URL from Pie Section

I would like to go to a new URL when a user clicks on a pie wedge/section.

Do you know why my JSFiddle doesn't work?

https://jsfiddle.net/eh1160/j420ntpq/
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Clickable Hyperlink URL from Pie Section

Hi eh1160,

Thanks for contacting us with your question.

These hyperlinks don't work because you try to run them over http protocol even though you visit fiddle via https. They should work fine if you change to http:
http://jsfiddle.net/eh1160/j420ntpq/

But I highly recommend using https and https in your hyperlinks:
https://jsfiddle.net/BlackLabel/9pLz3fw1/

Let me know if that was what you were looking for!
Regards!
Mateusz Bernacik
Highcharts Developer
eh1160
Posts: 8
Joined: Wed Oct 03, 2018 5:17 pm

Re: Clickable Hyperlink URL from Pie Section

Thanks, that worked!
mateusz.b wrote: Wed Jan 19, 2022 5:09 pm Hi eh1160,

Thanks for contacting us with your question.

These hyperlinks don't work because you try to run them over http protocol even though you visit fiddle via https. They should work fine if you change to http:
http://jsfiddle.net/eh1160/j420ntpq/

But I highly recommend using https and https in your hyperlinks:
https://jsfiddle.net/BlackLabel/9pLz3fw1/

Let me know if that was what you were looking for!
Regards!
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Clickable Hyperlink URL from Pie Section

You're welcome! In case of any further questions, feel free to contact us again.
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Usage”