HighCharts : Adding Hyperlinks to the X-Axis of the chart
Posted
by
learner
on Stack Overflow
See other posts from Stack Overflow
or by learner
Published on 2012-12-08T22:51:52Z
Indexed on
2012/12/08
23:03 UTC
Read the original article
Hit count: 686
I have been using HighCharts in my PHP website by migrating it from older charts and I am very impressed by the number of graph options and functions with this library.
However I am not able provide hyperlinks to the values of the x-axis(or y-axis) in order to navigate to another URI.
Code of Categories in this case
xAxis: {
categories: [
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
]
},
Can anyone point me to an example or documentation on Highcharts if available.
Thanks
© Stack Overflow or respective owner