<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1217,4 +1217,20 @@ class ChartsOfc2Controller &lt; ApplicationController
   end
   #radar_minimal_view_end
 
+  #mix_line_with_y_axis_begin
+  def mix_line_with_y_axis
+    title = OFC2::Title.new( :text =&gt; action_name.humanize , :style =&gt; &quot;{font-size: 14px; color: #b50F0F; text-align: center;}&quot;)
+    line_dot = OFC2::Line.new( :values =&gt; [900,800,700,1600,2500,4000,3300,1200,100,1200] )
+
+    y_axis = OFC2::YAxis.new(:min =&gt; 0, :max =&gt; 4000, :steps =&gt; 1000)
+
+    chart = OFC2::Graph.new
+    chart.title= title
+    chart.y_axis= y_axis
+
+    chart &lt;&lt; line_dot
+    render :text =&gt; chart.render
+  end
+  #mix_line_with_y_axis_end
+
 end</diff>
      <filename>app/controllers/charts_ofc2_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -64,9 +64,11 @@
     = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Line and Bar&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_line_bar&quot; }}
     = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Tooltip&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_advanced_tooltip&quot; }}
     = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Legends &amp; Labels&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_advanced_legends&quot; }}
+    = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Y Axis&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_line_with_y_axis&quot; }}
     = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Scaled axis&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_advanced_scaled_axis&quot; }}
     = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Many Horizontal Bars&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_advanced_many_hbar&quot; }}
     = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Draw shape&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_advanced_draw_shape&quot; }}
+
     //  = render :partial =&gt; '/share/sublink', :locals =&gt; {:name =&gt; &quot;Draw shape and graph&quot;, :url =&gt; { :controller=&gt;'chart_examples', :action =&gt; &quot;mix_advanced_shapes&quot; }}
 
 - pattern = ''</diff>
      <filename>app/views/share/_chart_examples_menu.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1217,4 +1217,20 @@ class ChartsOfc2Controller &lt; ApplicationController
   end
   #radar_minimal_view_end
 
+    #mix_line_with_y_axis_begin
+  def mix_line_with_y_axis
+    title = OFC2::Title.new( :text =&gt; action_name.humanize , :style =&gt; &quot;{font-size: 14px; color: #b50F0F; text-align: center;}&quot;)
+    line_dot = OFC2::Line.new( :values =&gt; [900,800,700,1600,2500,4000,3300,1200,100,1200] )
+
+    y_axis = OFC2::YAxis.new(:min =&gt; 0, :max =&gt; 4000, :steps =&gt; 1000)
+
+    chart = OFC2::Graph.new
+    chart.title= title
+    chart.y_axis= y_axis
+
+    chart &lt;&lt; line_dot
+    render :text =&gt; chart.render
+  end
+  #mix_line_with_y_axis_end
+
 end</diff>
      <filename>public/code/charts_ofc2_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>59270b3d7d5ebbece334420ddfd9bc127a1e1431</id>
    </parent>
  </parents>
  <author>
    <name>Rafa&#322;</name>
    <email>lisukorin@gmail.com</email>
  </author>
  <url>http://github.com/korin/open_flash_chart_2/commit/34f575d9fae145084df22b5f0be96d8b2c30b01e</url>
  <id>34f575d9fae145084df22b5f0be96d8b2c30b01e</id>
  <committed-date>2009-08-05T14:35:06-07:00</committed-date>
  <authored-date>2009-08-05T14:35:06-07:00</authored-date>
  <message>add an y axis example</message>
  <tree>934c1a89e13f5d23686efae63b08fc088e3c3d27</tree>
  <committer>
    <name>Rafa&#322;</name>
    <email>lisukorin@gmail.com</email>
  </committer>
</commit>
