作者lhyang (L.H. Yang)
看板Ruby
标题Re: [lib ] Scruffy 简单好用的图表制作
时间Sun Aug 12 15:59:36 2007
也请问一下,如果中文的部分是一片空白,连问号也没有呢!?
而且还会有字对不准的问题...如下图
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