update open flash chart to latest release 1.9.7. Fix pie chart to some api changes in ofc1.9.7

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@711 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-02-13 14:47:11 +00:00
parent 50192b1034
commit dbb7d31055
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
&title=Spread of running actions for visible contexts,{font-size:16}&
&pie=60,#505050,#000000,true,1&
&pie=60,#505050,{font-size: 12px; color: #404040;}&
&x_axis_steps=1& &y_ticks=5,10,5& &line=3,#87421F& &y_min=0& &y_max=20&
&values=<%
0.upto @actions_per_context.size()-2 do | i |

View file

@ -1,5 +1,5 @@
&title=Spread of actions for all context,{font-size:16}&
&pie=70,#505050,#000000,true,1&
&pie=70,#505050,{font-size: 12px; color: #404040;}&
&x_axis_steps=1& &y_ticks=5,10,5& &line=3,#87421F& &y_min=0& &y_max=20&
&values=<%
0.upto @actions_per_context.size()-2 do | i |