highcharts - The empty space on the chart xaxis -
if distance between 2 points on xaxis of biggest (on example of [1,110116],[40,30166]
), graph on left , on right you'll see empty place. how avoid it?
you try altering 'minpadding'. isn't exact science, trial , error.
xaxis: { minpadding: -.011 }
here's updated fiddle: http://jsfiddle.net/67u3w/1/
Comments
Post a Comment