-
Hello everybody, hopefully someone can help me with that. I want the to display the whole group of columns in a marker of a grouped column chart, but I only get the entry for the directly clicked on column. Does somebody know a way to get the whole group instead? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
Gowsky
Aug 10, 2023
Replies: 1 comment 1 reply
-
Hello @fax-sma, unfortunately, this is impossible at the moment. You’d need to update the code in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fax-sma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @fax-sma, unfortunately, this is impossible at the moment. You’d need to update the code in the
ColumnChart
, so this function would need to link other columns in the group to the same x and y coordinates.