does any one know if it is possible to include a button inside of highcharts? I have a bar chart and I want to put a button on the left of the label somthing like this bar chart but with a button before Africa, America, Asia etc.
Thanks!
does any one know if it is possible to include a button inside of
Share
As far as I know, this is not support by highchart. You may use javascript to hack it, e.g. find the node $(.highcharts-axis) and add the button for each child.
Hope it helps.