Skip to content

Settings and activity

1 result found

  1. 1 vote
    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
    Jeremy Francis commented  · 

    Here is an example of the custom SVG symbol used for the mean diamonds.

    Highcharts.SVGRenderer.prototype.symbols['diamond2'] = function (x,y,w,h) { return ['M',x,y+h/2,'L',x+w/2,y,'L',x+w,y+h/2,'L',x+w/2,y+h,'L',x,y+h/2,'L',x+w,y+h/2]; }

    Jeremy Francis shared this idea  ·