Removed the Gruff plugin from vendor/plugins. It seems to be working from the gem...
[selectricity-live] / vendor / plugins / gruff / lib / gruff / mini / bar.rb
diff --git a/vendor/plugins/gruff/lib/gruff/mini/bar.rb b/vendor/plugins/gruff/lib/gruff/mini/bar.rb
deleted file mode 100644 (file)
index 6410d68..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-##
-#
-# Makes a small bar graph suitable for display at 200px or even smaller.
-#
-module Gruff
-  module Mini
-
-    class Bar < Gruff::Bar
-
-      include Gruff::Mini::Legend
-      
-      def draw
-        @hide_legend = true
-        @hide_title = true
-        @hide_line_numbers = true
-
-        @marker_font_size = 50.0
-        @minimum_value = 0.0
-        @legend_font_size = 60.0
-
-        expand_canvas_for_vertical_legend
-
-        super
-
-        draw_vertical_legend
-        @d.draw(@base_image)
-      end
-
-    end
-  
-  end
-end

Benjamin Mako Hill || Want to submit a patch?