DXCCloud Apps10-07-2024SolvedHow 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? funnel.png18 KBharikm00710-08-2024Hi 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) }) -Harihttps://www.binextlevel.com/
harikm00710-08-2024Hi 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) }) -Harihttps://www.binextlevel.com/
harikm00710-08-2024Hi 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) }) -Harihttps://www.binextlevel.com/
harikm007Data Warehouse10-08-2024Hi 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) }) -Harihttps://www.binextlevel.com/
Recent DiscussionsDisplay Dashboard Title and Filters in exports(xlsx, csv, pdf)Pivot Widget - Hide row values in columns category.Semantic Layer tables stack up like a deck of cardsLast 4 digits formulaFiltering Orders by Grouped Filter Criteria with Optional Nulls