Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个图表,其中图例由 URL 组成(可能有很多)
我想将它们排列在垂直列表或网格中并摆脱 < >,但似乎无法解决。
我浏览了文档,但没有任何突出之处,有什么建议吗?
在你的代码上试试这个:
var options = { legend: { position: 'top', maxLines: '6'}, vAxis: {format:'###,###'} };
希望有所帮助!