7
我正在使用javascript在我的web應用程序中顯示Google Visulization LineChart。我怎樣才能讓它顯示垂直網格線?我已閱讀使用chg設置它們,但據我所知,只有在使用查詢字符串方法制作圖表時才適用。你能告訴我如何初始化的線型圖時,按如下得到verticle網格線:如何獲得Google Visulization LineChart以顯示垂直網格線?
new google.visualization.LineChart(div.get(0)).draw(data, { title: 'Unique visitors - Previous Month', width: div.width(), height: 330, chartArea: {left:50, width:"90%"}, legend: 'none', yAxis: {title: '(thousands)'} });
不利的一面是ScatterChart需要軸上的整數值 – supertopi 2011-12-14 19:36:27