|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<%- charts = (burndown.is_a?(Array) ? burndown : [burndown]) %> |
|
|
|
|
<%- dataseries = charts[0].series(:all).collect{|series| series.name } %> |
|
|
|
|
|
|
|
|
|
<%= theme_stylesheet_link_tag 'jqplot.css' %> |
|
|
|
|
<%= stylesheet_link_tag 'jqplot.css', :plugin => 'redmine_backlogs' %> |
|
|
|
|
|
|
|
|
|
<%= javascript_include_tag 'jquery-1.4.2.min.js', :plugin => 'redmine_backlogs' %> |
|
|
|
|
<!--[if IE]><%= javascript_include_tag 'jquery.jqplot/excanvas.js', :plugin => 'redmine_backlogs' %><![endif]--> |
|
|
|
|