Re: [lib ] Scruffy 簡單好用的圖表製作

看板Ruby作者 (L.H. Yang)時間17年前 (2007/08/12 15:59), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串9/10 (看更多)
也請問一下,如果中文的部分是一片空白,連問號也沒有呢!? 而且還會有字對不準的問題...如下圖 http://docs.google.com/Doc?id=dgv4qv2b_072cngh ※ 引述《shelary (台中喵小咩)》之銘言: : 請問一下.. : 如何讓 scruffy 支援中文?? : 我把那個 Jack 改成 中文 會變成 問號 @_@ : 是要設定字型嗎?? : ※ 引述《poga (波卡)》之銘言: : : require 'scruffy' : : graph = Scruffy::Graph.new : : graph.title = "Comparative Agent Performance" : : graph.value_formatter = Scruffy::Formatters::Percentage.new(:precision => 0) : : graph.add :stacked do |stacked| : : stacked.add :bar, 'Jack', [30, 60, 49, 29, 100, 120] : : stacked.add :bar, 'Jill', [120, 240, 0, 100, 140, 20] : : stacked.add :bar, 'Hill', [10, 10, 90, 20, 40, 10] : : end : : graph.point_markers = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'] : : graph.render(:width => 800, :as => ‘JPG’) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 219.71.198.100
文章代碼(AID): #16lhtfoK (Ruby)
討論串 (同標題文章)
文章代碼(AID): #16lhtfoK (Ruby)