Sha256: d7844ba6613af91396135d7d104ef4119143faff89ee5fffac2cbcf569ffb92d
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
<% if @report.nil? %> The report has no data for this date range. <% else %> <script type="text/javascript"> var chart_title = "<%=@reports[@report_name]['description']%> Report"; var chart_type = "<%=chart_type%>"; var chart_data = <%=chart_data%>; var chart_colors = ['#E35F18','#307CC7','#D95117','#0A4592','#B33A13','#073D8D','#902811','#052D79','#7A1904','#061E59','#6E0E02','#071253','#530005','#1F3058','#2A437F','#3657A8','#5675BB','#7A94CC','#F38200','#C4794B','#BF5D29','#B8410B','#AD3300','#802205','#36170F']; var width = <%=@width%>; var height = <%=@height%>; </script> <div id="chart_div"></div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems