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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -