Skip to main content

Hello Everyone!

 

I am trying to create the following graph.

 

3 Rounded Barplots each one inside other (Not Stacked!)It's 3 rounded Barplots each one inside the other (It's not stacked). I can create that version with 2 Barplots.

I tried to add the 3rd as a background image but it doesn't seems to fit.

 

Any suggestions? Thank you in advance.

4 respuestas
  1. 18 oct 2022, 14:13

    @Menelaos Ampartzakis​ 

    I think we can do it-- with a bit of trickery. We can still use the Scaffold to cycle through values, but write an equation that assigns the value based on the scaffold value.

     

    @Menelaos Ampartzakis​ I think we can do it-- with a bit of trickery. We can still use the Scaffold to cycle through values, but write an equation that assigns the value based on the scaffold value.Here's how I did it:

    Cycle

    CASE [Col]

    WHEN 1 THEN [First Calc]

    WHEN 2 THEN [Second Calc]

    WHEN 3 THEN [Target Calc]

    END

    //Each of these values coincides with one of the three values you will have.

     

    Please take a look 😀

0/9000