cancel
Showing results for 
Search instead for 
Did you mean: 

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

DXC
8 - Cloud Apps
8 - Cloud Apps

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

funnel.png

1 ACCEPTED SOLUTION

harikm007
13 - Data Warehouse
13 - 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)
})

harikm007_0-1728372748549.png

 

-Hari

https://www.binextlevel.com/ 

 

 

View solution in original post

3 REPLIES 3

harikm007
13 - Data Warehouse
13 - 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)
})

harikm007_0-1728372748549.png

 

-Hari

https://www.binextlevel.com/ 

 

 

DXC
8 - Cloud Apps
8 - Cloud Apps

Thank you!

DRay
Community Team Leader
Community Team Leader

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.

David Raynor (DRay)