Hi,
Is it possible to add a different click event on each one of the bar chart categories?
So if I have
Is there any way I could have it so that when someone clicks on "Bulgaria", they are taken to "page.html#Bulgaria" for example?
thank you
Is it possible to add a different click event on each one of the bar chart categories?
So if I have
categoryAxis:
{
categories: ["Bulgaria", "France", "Germany", "Italy", "Spain", "UK", "US"]
}
Is there any way I could have it so that when someone clicks on "Bulgaria", they are taken to "page.html#Bulgaria" for example?
thank you