[Libreoffice-bugs] [Bug 114163] Stacked and percent stacked chart legends have reversed order

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 28 20:48:02 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=114163

--- Comment #7 from Balázs Varga <balazs.varga991 at gmail.com> ---
This is the code pointer:
https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/VSeriesPlotter.cxx#2223

And I think we should respect the direction of axis: But unfortunately we did
not know the axis on this level.
https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/VSeriesPlotter.cxx#2225

Or the chart types, for example the legends should reversed in case of BAR
charts.
But unfortunately, on this level there is no difference between 
CHART2_SERVICE_NAME_CHARTTYPE_BAR and CHART2_SERVICE_NAME_CHARTTYPE_COLUMN
chart types. But if we know the axis on this level we could use the
isSwapXAndY() for handling this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181128/d7fe52cf/attachment-0001.html>


More information about the Libreoffice-bugs mailing list