Created attachment 199581 [details] Column and Line chart with one column series and two line series Open attached file. Bring the chart into edit mode and click on tool "Chart type". The dialog should have selected "Column and Lines" chart type. That is OK. But the dialog page should have a control "Number of Lines", and that control is missing. It was OK in Version: 24.8.3.2 (X86_64) / LibreOffice Community Build ID: 48a6bac9e7e268aeb4c3483fcf825c94556d9f92 CPU threads: 32; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: en-US Calc: threaded It is broken in Version: 25.2.0.2 (X86_64) / LibreOffice Community Build ID: 62af784cc06624122f17ee71c7cf13d906cbaed0 CPU threads: 32; OS: Windows 11 X86_64 (10.0 build 26100); UI render: default; VCL: win Locale: de-DE (de_DE); UI: en-US Calc: threaded
Created attachment 199582 [details] Screenshot of the missing control The screenshot shows which control is missing in LO 25.2.
Created attachment 199585 [details] Screenshots of sidebar The control is missing in the sidebar as well.
Reproducible Version: 25.2.1.2 (X86_64) / LibreOffice Community Build ID: d3abf4aee5fd705e4a92bba33a32f40bc4e56f49 CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Raster; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded and Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: a91494780bb59afe8c971003e6b809f1e66df050 CPU threads: 16; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster; VCL: win Locale: en-US (es_ES); UI: en-GB Calc: CL threaded
Labels seem to only display in gtk. Bibisected with win64-25.2 commit 37bca7e571b1356b29addeb631066350e03e64ea author Kurt Nordback <kurt.nordback@protonmail.com> tdf#161090 - Spec how many / which values are in remainder of-Pie chart This commit moves bar-of-pie and pie-of-pie chart types into a separate line in the chart type selection UI from 'plain' pie chart types. This allows for separate UI controls, including a spin button added in this commit for of-pie types to specify the number of entries to be included in the composite wedge and broken out in the right-hand subchart. Per discussion in this and related bugs, this may not be the long-term best approach for specifying which entries go into the composite, and it still only allows for the last entries in the composite. But it is a step towards allowing greater control. I've also changed the default number in the composite from 3 to 2, to better match MSO. I/O of the 'number in the composite wedge' parameter is not included in this commit. Implementing that for ODF and OOXML perhaps should be a separate bug or bugs.