Settings and activity

3 results found

  1. 14 votes
    How important is this to you?
    Steve Leigh shared this idea  · 
  2. 3 votes
    How important is this to you?

    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  · 
  3. 175 votes
    How important is this to you?
    An error occurred while saving the comment
    Steve Leigh commented  · 

    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/

    Steve Leigh supported this idea  ·