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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -