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.
我正在使用google chart api创建散点图,但似乎标题的位置只能更改为'in'或'out',并与左侧对齐。如何将其更改为在图表之外居中?另外,如何取消轴标签的斜体样式?谢谢你的帮助!!
要取消轴标题上的斜体样式,请执行以下操作:
vAxis: {title: "Hours", titleTextStyle: {italic: false}}, hAxis: {title: "Month", titleTextStyle: {italic: false}},
这是一个未记录的功能,但它在大多数情况下都有效。