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?

jsfiddle.net/67u3w/

you try altering 'minpadding'. isn't exact science, trial , error.

xaxis: { minpadding: -.011 }

here's updated fiddle: http://jsfiddle.net/67u3w/1/


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -