From 168fcb8406d80f863d5d1b50a38e585580f89acf Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 26 Sep 2013 21:17:25 +0900 Subject: extended examples and smooth lines for line chart --- examples/example.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/example.rb') diff --git a/examples/example.rb b/examples/example.rb index 6c8fbd0e..3e409f2d 100755 --- a/examples/example.rb +++ b/examples/example.rb @@ -468,6 +468,7 @@ if examples.include? :line_chart chart.valAxis.title = 'Y Axis' end sheet.add_chart(Axlsx::LineChart, :title => "Simple Line Chart", :rotX => 30, :rotY => 20) do |chart| + chart.smooth = true chart.start_at 0, 21 chart.end_at 10, 41 chart.add_series :data => sheet["A3:A6"], :title => sheet["A2"], :color => "FF0000" -- cgit v1.2.3