Skip to main content
June 22, 2024
Question

Stack column chart with multiple series

  • June 22, 2024
  • 8 replies
  • 0 views

Hello is it possible to create a staked column chart like below:

/resized-image/__size/996x878/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_06_2D00_21-at-2.37.11_2F20_PM.png

The data is like this

Lous Total:50
         Running: 30
             D1: 5
             D2: 10
             D3: 10
             D4: 5
        Completed: 20
             D1: 20

How do I achieve this kind of chart.

Thanks
 

8 replies

June 22, 2024

We can create the following type of Column chart using RecorType

venkatrea696188
June 22, 2024

Multiple stacking we can't do it as of now . Instead go with drill down charts ,only drawback is it's going to be multiple clicks

June 23, 2024

We can create a stacked column Chart Report using Records. See the screenshot below for reference:

venkatrea696188
June 24, 2024

He wants stack inside stack .