From: Tom Rees Date: Thu, 17 Jan 2013 18:16:21 +0000 Subject: #167 Render legends correctly. X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=8ca9ffe293e30ca75fdc587fdca7b9a974f0bd09 --- #167 Render legends correctly. --- --- a/ckanext/ga_report/public/scripts/ckanext_ga_reports.js +++ b/ckanext/ga_report/public/scripts/ckanext_ga_reports.js @@ -16,7 +16,6 @@ series: data , height: 328 }); - graph.render(); var x_axis = new Rickshaw.Graph.Axis.Time( { graph: graph } ); var y_axis = new Rickshaw.Graph.Axis.Y( { graph: graph, @@ -37,6 +36,7 @@ return content; } } ); + graph.render(); };