Skip to content

Settings and activity

3 results found

  1. 14 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Steve Leigh shared this idea  · 
  2. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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  ·