Created attachment 167270 [details] Screenshot of the original document side by side in Excel and Calc 6.4 attachment #167267 [details] contains a bar chart with long X axis labels. When opened in Calc the area for axis labels is very narrow and the labels do not fit. Steps to reproduce: 1. Open attachment #167267 [details] from bug #138184 in LO 7.0 Actual results: Area for axis labels is very narrow see attachment #167268 [details] from bug #138184 Expected results: Readable axis labels in a wide enough area. LibreOffice details: Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU szálak: 4; OS: Windows 6.3 Build 9600; Felületmegjelenítés: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: CL In 6.4 the labels were flowing out of the chart area. Now they don’t flow out, but they are only partially visible. Additional Information: Bibisected using bibisect-win64-7.0 to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=7c300296dd727990455449b19b111b9fc49eadad author Balazs Varga <balazs.varga991@gmail.com> 2020-03-02 13:55:35 +0100 committer László Németh <nemeth@numbertext.org> 2020-03-09 11:57:29 +0100 tdf#131060 tdf#117088 chart view: fix missing or truncated axis labels Adding CC to: Balázs Varga
I saw this in the chart XML: <c:plotArea> <c:layout> <c:manualLayout> <c:layoutTarget val="inner" /> <c:xMode val="edge" /> <c:yMode val="edge" /> <c:x val="2.253060741751408E-2" /> <c:y val="7.1028129547703697E-2" /> <c:w val="0.91217699669462815" /> <c:h val="0.84074036823592335" /> </c:manualLayout> </c:layout> We display the chart plot area, according these values as required by the OOXML standard. <c:x val="2.253060741751408E-2" /> (X position of left corner of plot area) <c:h val="0.84074036823592335" /> (width of plot area) However, the MSO "lies" and display the plot area nicer, by ignoring the own XML.
*** This bug has been marked as a duplicate of bug 138184 ***