Legend Feature #17
Pinned
Jesse-Abruzzo
started this conversation in
Ideas
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 🙂 |
0 replies
|
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 🙌 |
0 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.
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!
All reactions