Class: MetricFu::Grapher

Inherits:
Object
  • Object
show all
Includes:
GchartGrapher
Defined in:
lib/graphs/grapher.rb,
lib/graphs/engines/bluff.rb,
lib/graphs/engines/gchart.rb

Constant Summary collapse

BLUFF_GRAPH_SIZE =
"1000x600"
BLUFF_DEFAULT_OPTIONS =
<<-EOS
  var g = new Bluff.Line('graph', "#{BLUFF_GRAPH_SIZE}");
  g.theme_37signals();
  g.title_font_size = "24px"
  g.legend_font_size = "12px"
  g.marker_font_size = "10px"
EOS

Constants included from GchartGrapher

MetricFu::GchartGrapher::COLORS, MetricFu::GchartGrapher::GCHART_GRAPH_SIZE, MetricFu::GchartGrapher::NUMBER_OF_TICKS

Method Summary

Methods included from GchartGrapher

#determine_y_axis_scale