我有HichChart和subTitle。我想對它進行設計,這篇文章的一部分在左邊,另一部分在右邊。用HighCharts顯示不同側的字幕部分
我試過使用內聯css來做到這一點,並打開html
for subTitle。
Sample我有什麼
subtitle: {
text: '<b>This is</b> <span style="float : right !important;text-align: right !important;">the subtitle</span>',
floating: true,
align: 'left',
x: 100,
y: 60,
useHTML : true
}
但是,這並沒有幫助。
難道是索姆ehow也應用於導出? http://jsfiddle.net/h70sj57r/6/ – demo
它的工作原理,但你需要將exporting.allowHTML設置爲true - http://jsfiddle.net/h70sj57r/8/ – morganfree