From 2fd360186ca3076d7d1b3bb487a3adbf9f11bc6c Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 3 Jul 2012 20:53:15 +0900 Subject: add in default printing options for charts so that they are added when exporting to pdf from LibraOffice --- examples/.~lock.extractive.xlsx# | 1 + examples/extractive.pdf | Bin 0 -> 64125 bytes lib/axlsx/drawing/chart.rb | 5 +++++ 3 files changed, 6 insertions(+) create mode 100644 examples/.~lock.extractive.xlsx# create mode 100644 examples/extractive.pdf diff --git a/examples/.~lock.extractive.xlsx# b/examples/.~lock.extractive.xlsx# new file mode 100644 index 00000000..3b14947a --- /dev/null +++ b/examples/.~lock.extractive.xlsx# @@ -0,0 +1 @@ +,randym,Morgans-MacBook-Air.local,03.07.2012 20:51,file:///Users/randym/Library/Application%20Support/LibreOffice/3; \ No newline at end of file diff --git a/examples/extractive.pdf b/examples/extractive.pdf new file mode 100644 index 00000000..e430df96 Binary files /dev/null and b/examples/extractive.pdf differ diff --git a/lib/axlsx/drawing/chart.rb b/lib/axlsx/drawing/chart.rb index 1be4cf11..5c8f5043 100644 --- a/lib/axlsx/drawing/chart.rb +++ b/lib/axlsx/drawing/chart.rb @@ -147,6 +147,11 @@ module Axlsx str << '' str << '' str << '' + str << '' + str << '' + str << '' + str << '' + str << '' str << '' end -- cgit v1.2.3