網頁

2014年10月25日 星期六

jqplot學習筆記-x軸文字超出範圍

jqplot是很好用的chart library,但最近遇到個問題,如下圖:

可以看到x軸的日期超出了黃線外,看半天它的說明文件都不了解,解法異常簡單,他在init時會如下使用:
$.jqplot('xxx',....

將id為xxx的div(或其他你自己設定的目標)的style設定max-width即可,像我的範圍是1196,就設定最大1160。如下:
<div id="xxx" style="max-width: 1160px;"></div>

這樣就行了。

參考網址:
jqPlot Options
jqPlot-core
jqplot, remove outside border

沒有留言:

張貼留言