ZingChart: How to prevent scale-x labels being cut off

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'
  },
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us