Skip to main content
Question

How do I create a Stacked Chart in old views?

  • June 14, 2024
  • 2 replies
  • 19 views

bennita.dutoi12
Level 7
Forum|alt.badge.img+6

I would like to have the green start where the blue stop (Stacked graph)- how can I do that?

 

image

2 replies

matt.witty13
Level 10

imageIn your YAML, you'll want to code in the field "stack:" and then list the KPIs you want to stack.

 

Pretty sure you can also use the "Stack By" parameter in the Visual Editor:

imageI find using the YAML better so you can have more control over what it looks like.


bennita.dutoi12
Level 7
Forum|alt.badge.img+6

imageIn your YAML, you'll want to code in the field "stack:" and then list the KPIs you want to stack.

 

Pretty sure you can also use the "Stack By" parameter in the Visual Editor:

imageI find using the YAML better so you can have more control over what it looks like.

Thanks a million Matt - it works!