Sometimes scale-x labels can be cut off. This is intended because the label length is not being accommodated in the JSON for margins around the graph. You must specify margins using a fixed margin with margin-bottom:100
or using our dynamic margin feature which is an algorithm specifically for this case. The code for dynamic margins is:
plotarea: {
margin:'dynamic'
},