Responsive Wrapping of Legends #9684
VikrantRamesh
started this conversation in
General
Replies: 1 comment 2 replies
-
|
We don't have that built in yet. You might be able to put together some dynamic wrapping with a signal/expr that computes the number of columns based on the width signal of the chart. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to know if there is a capability for dynamically wrapping legends into multiple rows with respect to the number of each legend title (and length of each legend title). I am aware of the "columns" attribute which could be used to manually wrap the legends, but I would prefer it to be done dynamically.
"Columns" Attribute reference: Stack Overflow
Please do let me know if there is a capability to achieve wrapping without manually setting columns attribute.
Beta Was this translation helpful? Give feedback.
All reactions