[Libreoffice-bugs] [Bug 124796] Calc shows excel file with incorrect plot, overlay y axis not adjusted
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 18 12:17:22 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124796
--- Comment #3 from Balázs Varga <balazs.varga991 at gmail.com> ---
Created attachment 150851
--> https://bugs.documentfoundation.org/attachment.cgi?id=150851&action=edit
XLSX file with the same problem
Thank you Xisco, for putting me on the CC List. :)
There are two ways to solve this problem.
First option is to handle it (in case of OOXML files) at the OOXML import
filter, I already have a working patch for that. :)
But I think the source of the bug is in the chart2 module. If you create a
combined chart with a barchart and a linechart, one on the primary and one on
the secondary axis, and delete the secondary axis, the primary axis will not be
re-scaled.
And why is that: because the dataseries is still attached to the secondary
axis, which is not exist anymore.
But maybe that could be another bugreport, and here just fix the OOXML import
filter.
I'm going to look at what options we have to solve this in the chart2 module
too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190418/58bd8fc8/attachment.html>
More information about the Libreoffice-bugs
mailing list