javascript - Spline chart drawn on the xaxis in case of single value or constant values - highchart -


while using older version of highchart - 2.1.6, if plot had 1 value or series of same values, plot @ middle of screen below.enter image description here

but, ever since have upgraded version of highchart 4.1.5, line sticks bottom, on xaxis. this. enter image description here

i looking option set normal but, didn't find yet. me out please.

i have tried pointpadding on series , maxpadding on yaxis, no use. here fiddle replicated -

http://jsfiddle.net/ka4p4sym/2/

var chart = $('#container').highcharts(); 

i set yaxis.minrange option, demo. won't place line in middle, make space on top , bottom.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -