Module: ClientperfHelper
- Defined in:
- lib/clientperf_helper.rb
Instance Method Summary collapse
Instance Method Details
#chart(data) ⇒ Object
2 3 4 |
# File 'lib/clientperf_helper.rb', line 2 def chart(data) "http://chart.apis.google.com/chart?cht=ls&chs=300x100&chm=B,e6f2fa,0,0,0|R,000000,0,0.998,1.0&chco=0f7fcf&chxt=r&chd=s:#{chart_data(data)}" end |