[問題] 關於jQuery Gchart圖表

看板Ajax作者 (田井中 律)時間14年前 (2011/09/21 22:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
http://keith-wood.name/gChart.html Chart Types裡的Vertica grouped bar(barVertGrouped) 預設的數值是0-100,但是超過100就呈現滿格狀態 變成數值輸入950跟輸入101的圖長相都一樣 程式碼如下 $('#typedChart').gchart({type: 'barVertGrouped',format: 'png', dataLabels: ['2002', '2004', '2005', '2006'], legend: 'right', series: [$.gchart.series('IE', [950, 91, 88, 86], 'red'), $.gchart.series('Netscape', [300, 200, 100, 0], 'green'), $.gchart.series('Firefox', [0, 4, 8, 9], 'blue') ], }); 已google了很多文件還是找不到可以調整比例的解法 想請教有沒有相關的文件或是方法可以參考 感謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 120.119.126.4
文章代碼(AID): #1EUUufqI (Ajax)
文章代碼(AID): #1EUUufqI (Ajax)