Skip to content Skip to sidebar Skip to footer

Bar Chart With Longer Names

I have an quite simple bar chart. http://jsfiddle.net/6m2t6/3/ The problem is that I should have quite long names of LPU in my app and they overlap each other as you can see in fid

Solution 1:

You should rotate the labels on the x axis.

This is a great blog post on that: http://www.d3noob.org/2013/01/how-to-rotate-text-labels-for-x-axis-of.html

Also remember to put more space on the bottom of the chart to leave room for your labels

Hope this helps.

Post a Comment for "Bar Chart With Longer Names"