From 22cd7d8b679d238559820d3c4cd5ff0b9153ffce Mon Sep 17 00:00:00 2001 From: Tünde Tóth Date: Mon, 10 Aug 2020 10:26:06 +0200 Subject: tdf#123218 tdf#108067 config key ReverseXAxisOrientationDoughnutChart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for OOXML compatibility of newly created doughnut charts. The X axis orientation of doughnut charts is the opposite of the primary writing direction in LibreOffice but not in Microsoft Office. Default value is "true" to keep current behavior. Using "false", the inner and outer data series of new doughnut charts are the same, as after DOCX export. Change-Id: If431d5717e70599f07231bd673cd90c196450ae6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100417 Tested-by: László Németh Reviewed-by: László Németh --- officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index a2d4a8dc4c53..10468d11e3f4 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -179,6 +179,14 @@ true + + + + Specifies the X axis orientation of doughnut charts. + + + true + -- cgit