Sha256: 50c08af11aa1b82df09a8cf69c5e0dfd9df6eadc2c036607f66ddf73ef6f4dea
Contents?: true
Size: 334 Bytes
Versions: 5
Compression:
Stored size: 334 Bytes
Contents
module MetricFu class Grapher BLUFF_GRAPH_SIZE = "1000x600" BLUFF_DEFAULT_OPTIONS = <<-EOS var g = new Bluff.Line('graph', "#{BLUFF_GRAPH_SIZE}"); g.theme_37signals(); g.tooltips = true; g.title_font_size = "24px" g.legend_font_size = "12px" g.marker_font_size = "10px" EOS end end
Version data entries
5 entries across 5 versions & 1 rubygems