1
當yAxis標題顯示在Highcharts的yAxis頂部時,是否有任何方法可以使yAxis標題居中?這是一個follow-up question;還沒有找到解決方案。如何將yAxis標題置於Highcharts中
這是怎麼看起來像在當下:
yAxis: {
title: {
text: "Cumulative mean<br />annual mass balance<br />(mm w.e.)",
align: "high",
rotation: 0,
x: 180,
y: -30,
useHTML: true,
style: {
align: "center",
fontWeight: "bold"
}
},
我想有這三個中心。試用了useHTML並對齊。但不起作用...
感謝您的任何提示。
將x的值從180更改爲100或者 –
如果標題應該居中對齊,則可以使用[subtitle](http://api.highcharts.com/highstock#subtitle) –