[116849] branches/gsoc11-statistics/stats-server/app/views/partials/ _chart_draw.html.erb

cal at macports.org cal at macports.org
Sat Feb 8 08:16:10 PST 2014


Revision: 116849
          https://trac.macports.org/changeset/116849
Author:   cal at macports.org
Date:     2014-02-08 08:16:10 -0800 (Sat, 08 Feb 2014)
Log Message:
-----------
macports stats: switch to donut charts

Modified Paths:
--------------
    branches/gsoc11-statistics/stats-server/app/views/partials/_chart_draw.html.erb

Modified: branches/gsoc11-statistics/stats-server/app/views/partials/_chart_draw.html.erb
===================================================================
--- branches/gsoc11-statistics/stats-server/app/views/partials/_chart_draw.html.erb	2014-02-08 16:15:41 UTC (rev 116848)
+++ branches/gsoc11-statistics/stats-server/app/views/partials/_chart_draw.html.erb	2014-02-08 16:16:10 UTC (rev 116849)
@@ -33,7 +33,7 @@
 <% end %>
 
 <%# Set visualization options %>
-<% vis_options = {:width => chart_width, :height => chart_height, :backgroundColor => '#ededed', :fontName => 'Helvetica', :html => {:class => "graph_chart"}} %>
+<% vis_options = {:width => chart_width, :height => chart_height, :pieHole => 0.4, :backgroundColor => '#ededed', :fontName => 'Helvetica', :html => {:class => "graph_chart"}} %>
 <%# Set table options %>
 <% tbl_options = {:width => 700, :html => {:class => "graph_chart"}} %>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140208/5c759f7e/attachment.html>


More information about the macports-changes mailing list