Description: Charts in OOXML allow for styles defined in a style*.xml file, as documented in this schema: https://learn.microsoft.com/en-us/openspecs/office_standards/ms-odrawxml/a7bb9c01-d274-47ee-a16a-90e26877e8a4 LO currently does not support import/export of chart styles in this format. Steps to Reproduce: 1. In Calc, create a chart, or open a file with an existing one. 2. Select the chart in the UI. Actual Results: There is no "styles" tab provided for chart styles, and no mechanism for saving modified styles. Expected Results: Chart styles can be modified, saved, and re-loaded, with the effect that they are available in the UI and applied to a given chart. Reproducible: Always User Profile Reset: No Additional Info: Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: f256bba249ae0e0c2722905db788793044f45228 CPU threads: 64; OS: Linux 6.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Kurt Nordback committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/33bbf0bd20fc9ac999bcd743535236b2b91c07cd tdf#167941 - Chart style file is not supported in OOXML It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Kurt Nordback committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f3e728aead1efc65d8b51b67bf9c14b1616d468c tdf#167941 - Chart style file is not supported in OOXML It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.