-
Beta Was this translation helpful? Give feedback.
Answered by
SGEMKE
Sep 15, 2023
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SGEMKE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case anyone else faces a similar problem: I did get it working, however it required rebuilding the entire chart using the low level bar grouping components.
In general grouped bar charts are a bit tricky. In xychart the single bars become inaccessible once they are grouped. If there is a way to get their dimensions and positions i did not find it. The low level grouped bar component seems locked to the data structure given in examples.