summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/axlsx/drawing/pie_3D_chart.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/pie_3D_chart.rb b/lib/axlsx/drawing/pie_3D_chart.rb
index d6928e6f..20e8cd62 100644
--- a/lib/axlsx/drawing/pie_3D_chart.rb
+++ b/lib/axlsx/drawing/pie_3D_chart.rb
@@ -25,7 +25,7 @@ module Axlsx
def initialize(frame, options={})
super(frame, options)
@series_type = PieSeries
- @view_3D = View3D.new({:rotX =>30, :perspective=>30}.merge(options))
+ @view_3D = View3D.new({:rot_x =>30, :perspective=>30}.merge(options))
end
# Serializes the object