highstock - How to render image on Yaxis in highcharts -
i want use chart.renderer.image
put image on yaxis. please see fiddle
is there easy way put image on yaxis? example want put image on yaxis [0,100]. difficult using following way that.
chart.renderer.image('http://highcharts.com/demo/gfx/sun.png', 0, 10, 30, 30) .add();
in line:
chart.renderer.image('http://highcharts.com/demo/gfx/sun.png', 20, 50, 30, 30) .add();
first 2 parameters responsible position (x,y). should modify position object in yaxis, in example: http://jsfiddle.net/f4qs8/701/
Comments
Post a Comment