Class: MetricFu::Grapher
- Inherits:
-
Object
- Object
- MetricFu::Grapher
- Includes:
- GchartGrapher
- Defined in:
- lib/graphs/grapher.rb,
lib/graphs/engines/bluff.rb,
lib/graphs/engines/gchart.rb
Direct Known Subclasses
FlayGrapher, FlogGrapher, RcovGrapher, ReekGrapher, RoodiGrapher
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