Extended the COLORS array in graph controller so that elections with multiple
[selectricity] / app / controllers / graph_controller.rb
index 413ebb0c10617d9e5ac38e2cc1a3ed0e74933008..f956c0bf665890e9962c549739fd1bbe28d99b4c 100644 (file)
@@ -2,7 +2,8 @@ require 'date'
 class GraphController < ApplicationController  
   class GruffGraff
     
-    COLORS = ['#74CE00', '#005CD9', '#DC0D13', '#131313', '#990033']
+    COLORS = ['#74CE00', '#005CD9', '#DC0D13', '#131313', '#A214A4', 'EFF80E',
+              '90E5E6', 'F58313', '437D3D', '0E026C']
     BACKGROUND_COLORS = ['#74CE00', '#FFFFFF'] #for green and white background
     
     def initialize(options)

Benjamin Mako Hill || Want to submit a patch?