https://bugs.documentfoundation.org/show_bug.cgi?id=171511
Bug ID: 171511
Summary: FILEOPEN: ChartEx cx:axis hidden attribute not
imported
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Chart
Assignee: [email protected]
Reporter: [email protected]
When importing XLSX/PPTX/DOCX files containing ChartEx (cx:chart) charts, the
"hidden" attribute on the cx:axis element is ignored. This attribute controls
whether an axis is visible or not. The code has a TODO comment acknowledging
this.
The AxisModel already has the mbDeleted field which is used by AxisConverter to
set the Show property on the axis. The fix reads the hidden attribute and maps
it to mbDeleted.
Steps to reproduce:
1. Create an Office document with a ChartEx chart that has a hidden axis
2. Open in LibreOffice
3. The axis that should be hidden is still visible
Expected: Hidden axes should not be displayed
Actual: All axes are shown regardless of the hidden attribute
--
You are receiving this mail because:
You are the assignee for the bug.