https://bugs.documentfoundation.org/show_bug.cgi?id=167821
Bug ID: 167821
Summary: Writer don't save Place labels: Near axis (other side)
chart positioning (cant write 'nextTo' parameter in
c:hart, c:plotArea, c:catAx, c:tickLblPos val)
Product: LibreOffice
Version: 25.2.4.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
In bar chart when all data are negative (minus values) it's better to place X
axis labels above this (labels outside the plotting area). But Writer can't
write this setting in XML chart when saving to DOCX. This result of return of
the axis labels back to plotting area (below the X axis) after reloading the
document.
1) Data:
A1: A
A2: -10
2) Make bar chart
3) Set labels outside (A category)
4) Select X Axis -> Format Axis -> Positioning -> Labels -> Place labels: Near
axis (other side)
5) Paste chart to Writer
6) Save as DOCX
7) Reload
Result:
X Axis latels are inside ploting area (under the X axis).
Expected:
Labels above X axis.
Writer can't save 'high' and puts 'nextTo'd parameter in:
<c:chart>
<c:plotArea>
<c:catAx>
<c:tickLblPos val="nextTo"/>
--
You are receiving this mail because:
You are the assignee for the bug.