Legend Feature #17
Replies: 2 comments
-
|
Hey👋 @Jesse-Abruzzo Got a specific use case in mind? Always helps to see what people are actually building with it. Anyways, it will be added soon, and I'll keep you posted on that. Hope this helps 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
Hey👋 @Jesse-Abruzzo, Just wanted to let you know that with the latest release of v1.5.0, built-in legends are now supported for all chart types. You can find more information here: https://docs.cristalyse.com/features/legends#built-in-legends .legend(
position: LegendPosition.right,
orientation: LegendOrientation.vertical,
backgroundColor: Colors.white.withValues(alpha: 0.95),
borderRadius: 8.0,
symbolSize: 14.0,
itemSpacing: 12.0,
)I hope this helps 🙌 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any plan to also add a legend for each category? Id like to be able to hide/show groups of points based on category, by clicking on the legend name. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions