Forum Discussion
ShutTap
8 years agoHelper I
Create stacked column chart
Hi. How to add "Legend" and use it in visualisation? Please help, with some examples of declaring and using, or with link on learning documentation
32 Replies
- ShutTapHelper I
"legend" i mean legend as labels and legend as stack
- v-viigCommunity Champion
Hello ShutTap,
You might take a look at powerbi-visuals-utils-chartutils that support legend.
You might also take a look at Tornado Chart that uses this module.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- ShutTapHelper I
Thanks, very helpful
One more question: which analogue of getCategoricalObjectValue but for Values (in "legend"), it's needed to add default color to groups of legend, that repeated from category to categorygetCategoricalObjectValue<Fill>(category, k, 'colorSelector', 'fill', defaultColor)
but fo legends value.

it's named "series", ok...