Settings and activity
3 results found
-
14 votesSteve Leigh shared this idea ·
-
3 votes
The theme actually isn’t part of the Highcharts namespace internally, it is just assigned there for conveniency.
Best practice currently would be to merge in the theme with your chart options:
chart1 = new Highcharts.Chart(Highcharts.merge(options1, theme1));
Steve Leigh shared this idea · -
175 votes
Black Label kindly shared their grouped X-axis plugin: https://github.com/blacklabel/grouped_categories
An error occurred while saving the comment Steve Leigh supported this idea ·
If it helps, I've added some more detail on how this could be defined, and a hacked up example rendering in highcharts: http://jsfiddle.net/pMA2H/1/