Description: A parameter for bar/pie of pie charts specifying how many values go in the second plot is now supported (pending approval). Currently input/output of this parameter to/from OOXML (which supports it) and ODF (which doesn't currently support it) is not implemented. Steps to Reproduce: 1. Load the attached file "pie-of-pie-9-values-in-2nd.xlsx" into LO 2. Rendering should look like "pie-of-pie-9-values-in-2nd-rendered.png" -- but it doesn't. 3. Open the sidebar, click on the chart, and increase the "# of values in second plot" to 9. The chart should now look more or less like the MSO rendering. 4. Save as ODF and re-open. Again the number of values in the right-hand chart is reset. Actual Results: # of values in second plot is not preserved through save-and-open Expected Results: Should look like "pie-of-pie-9-values-in-2nd-rendered.png" Reproducible: Always User Profile Reset: No Additional Info: Pending https://gerrit.libreoffice.org/c/core/+/168690
Created attachment 194988 [details] test case
Created attachment 194989 [details] MSO rendering of test case
Reproduced that the number of slices in subchart coming from OOXML is not respected in: Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: c8f72c2a3a7b347c54089d96b0794b4586022688 CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: CL threaded
Hm I guess this is the same as bug 161229, right?
Kurt Nordback committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b10d331c1c9801adbf6d014d9348bb0a4dad3d2c tdf#161800 - I/O of '# of values in second plot' parameter not supported It will be available in 25.2.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.
Data type and naming of new 'SplitPos' is inconsistent. Some places are commented in the patch. BTW, please do not forget to add the new attributes to https://wiki.documentfoundation.org/Development/ODF_Implementer_Notes/List_of_LibreOffice_ODF_Extensions when the implementation is finished.