MDT*_*MDT 5 google-visualization
我想将 ColumnChart 中的标题分成 2 行(或更多行)。
(请参阅https://developers.google.com/chart/interactive/docs/gallery/columnchart)
我尝试使用管道(“|”)符号,如下所示,但它不起作用,“\n”也不起作用。
var options = {"title":"My first line | \n this should be the second line!"};
Run Code Online (Sandbox Code Playgroud)
感谢您的关注!