https://bugs.documentfoundation.org/show_bug.cgi?id=157016
--- Comment #25 from Piotr Osada <[email protected]> --- ========== LO don't handle "c:gapWidth" ========== In attachment 200914 in: *.xlsx/xl/charts/chart1.xml there is[***]: 343 <c:gapWidth val="300"/> 344 <c:overlap val="-100"/> [***] above part refers to "zestawienie!$C$2:$C$7" Steps: 1) Open and save in [1] Result: In Excel in chart, blue and red bars are overlapping (see: attachment 189258). because[***]: 300 <c:gapWidth val="100"/> 301 <c:overlap val="-100"/> 2) Change "gapWidth" to val="300" Result: In Excel bars are positioned side by side (as expected in original Excel file. See: attachment 200913). [1] Version: 25.2.3.2 (X86_64) / LibreOffice Community Build ID: bbb074479178df812d175f709636b368952c2ce3 CPU threads: 8; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Vulkan; VCL: win Locale: pl-PL (pl_PL); UI: en-US Calc: CL threaded [2] Version: 25.8.0.0.alpha1 (X86_64) / LibreOffice Community Build ID: a2896e060b54ce6ce36e3e29218fac40d2919c74 CPU threads: 8; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win Locale: pl-PL (pl_PL); UI: en-US Calc: CL threaded Open and save in [2] results[***]: 327 <c:gapWidth val="100"/> 328 <c:overlap val="-100"/> -- You are receiving this mail because: You are the assignee for the bug.
