I am generating this Google Line Chart using the Google JS API. As you can see, the labels are very narrow. How do I make it so that the whole label text is visible?

|
I am generating this Google Line Chart using the Google JS API. As you can see, the labels are very narrow. How do I make it so that the whole label text is visible?
|
|||||||||
|
|
Expanding the chartArea option to a width of 100% solved the problem for me. Contrary to the documentation, the chartArea does include the legend. I used a PieChart but the same option is available for the LineChart.
|
|||||||
|
|
Here are some samples based on the google code playground line charts. Adjusting the chartArea width option gives more space for labels:
If it's an option, you could also position the labels beneath the chart, which gives considerably more space:
|
|||||||||||||
|
|
You need to make the chart wider or your labels shorter. |
|||||||||
|