I need the legends of Google chart to get wrapped (comes in new line) automatically if it exceeds container area. I don't want scroll button as it is not enough convenient. With available customization options, seems it cannot be done. Any other way?
相关问题
- How to make limits on the Y axis be the same using
- Google Charts-Code for Category Filter
- How to group Json data based on Month and plot it
- Canvas disappearing on Chrome 49 on OS X, looks li
- Chart js - avoid overlapping of tooltips in pie ch
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Change color of bars depending on value in Highcha
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
- ChartJS. Change axis line color
- Center align title in Google Chart
- C# dashed lines in chart series?
- ng-click not working with chart.js
Use the maxLines property for the legend. i.e.:
Note that this undocumented property only works if the legend is positioned at the top and there is enough vertical space to render both the chart and multi-line legend.