Forum Discussion

DXC's avatar
DXC
Cloud Apps
10-07-2024
Solved

How to make the size of each stage equal for a funnel chart?

I have a funnel chart, is there a way to make the height of each stage the same? 

3 Replies

  • harikm007's avatar
    harikm007
    Data Warehouse

    Hi DXC ,

    Try below script to make height of each stages same:

     

    widget.on('processresult', function(w, args){
    	args.result.series[0].data.forEach(d => d.y = 1)
    })

     

    -Hari

    https://www.binextlevel.com/ 

     

     

  • Hello DXC,

    I’m following up to see if the solution offered by harikm007 worked for you.

    If so, please click the 'Accept as Solution' button on the post, that way other users with the same questions can find the answer. If not, please let us know so that we can continue to help.

    Thank you.