Created attachment 133537 [details] Example file from LO 5.3 Exploded Donut charts appear as regular Donut charts when the file is saved as DOCX in LibreOffice Writer. Steps to reproduce: 1. Create an empty text document in LibreOffice Writer 2. Insert a Chart 3. Change the chart type to Exploded Donut 4. Save the file as DOCX 5. Reopen the file either in LibreOffice Writer or Microsoft Word 2013 Actual results: The chart appears as regular Donut chart. Expected results: The chart appears as exploded Donut chart.
Created attachment 133538 [details] Example file saved from LO 5.3
Created attachment 133539 [details] Docx in Word 2013 and odt in LO 5.3 side by side
Confirmed in - Version: 5.4.0.0.alpha1+ Build ID: 74d2e606fd3605fe0a585f596eaa215ae4e20d18 CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; Locale: en-US (ca_ES.UTF-8); Calc: group - Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e In previous versions the chart wasn't exported. in banch 4.3 it was exported as a pie chart.
So LO correctly exports exploding donuts with 1 column in its data table, but has problems when there are 2 or more columns.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
So the problem is that LO exporting the <explosion val="something"> tag to the first dataseries instead of to the last one. I've made a patch that switching this position... https://gerrit.libreoffice.org/#/c/67083/1/oox/source/export/chartexport.cxx ...but the bug origin is this: https://bugs.documentfoundation.org/show_bug.cgi?id=123218 ... so if that bug is fixed, that fix this also :)
Markus, Do you have any advice for Adam? This is tricky because native files are the reverse order as OOXML. And we correctly roundtrip OOXML files.
Tünde Tóth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/22cd7d8b679d238559820d3c4cd5ff0b9153ffce tdf#123218 tdf#108067 config key ReverseXAxisOrientationDoughnutChart It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
No backport needed since the commit adds a config key.
Verified in: Version: 7.1.0.0.alpha0+ (x64) Build ID: 34a09c9c61bff30e8c4d16132bb47b2b1b16e422 CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: threaded