Stanislav_Gaponenko Report post Posted March 21, 2014 Funnel chart doesn't render stages with zero amounts if there are no positive amounts at all. If there is at least one positive amount, stages with zero amounts will be rendered. Response for Does render.png: <chart caption='Sales Pipeline' subcaption='AWFF, AWFF and NBFC' decimals='1' isSliced='1' baseFontSize='11' showPercentInToolTip='0' numberPrefix='$' showFCMenuItem='0' showPrintMenuItem='0' exportEnabled='1' exportAtClient='0' exportAction='download' exportFileName='ExportedChart' exportHandler='http://dashboard-staging2:8081/fusioncharts/FCExporter.jsp' showBorder='0' bgcolor='FFFFFF' canvasbgColor='FFFFFF' formatNumberScale='1' streamlinedData='0' isHollow='0'> <set label='Qualifying ' value='0.0' link='j-funnelDrilldown-1395' toolText='Stage: Qualifying Count: 0.25' /> <set label='Interested ' value='0.0' link='j-funnelDrilldown-1396' toolText='Stage: Interested Count: 0.0' /> <set label='In Diligence ' value='6666666.66' link='j-funnelDrilldown-1397' toolText='Stage: In Diligence Count: 0.0' /> </chart> Response for Does not render.png: <chart caption='Sales Pipeline' subcaption='CVL, CVL and NBFC' decimals='1' isSliced='1' baseFontSize='11' showPercentInToolTip='0' numberPrefix='$' showFCMenuItem='0' showPrintMenuItem='0' exportEnabled='1' exportAtClient='0' exportAction='download' exportFileName='ExportedChart' exportHandler='http://dashboard-staging2:8081/fusioncharts/FCExporter.jsp' showBorder='0' bgcolor='FFFFFF' canvasbgColor='FFFFFF' formatNumberScale='1' streamlinedData='0' isHollow='0'> <set label='Interested ' value='0.0' link='j-funnelDrilldown-1396' toolText='Stage: Interested Count: 2.0' /> <set label='Final ' value='0.0' link='j-funnelDrilldown-1398' toolText='Stage: Final Count: 1.0' /> </chart> Share this post Link to post Share on other sites
Bindhu Report post Posted March 24, 2014 Hi, It is the intended behavior of Funnel Chart. When all the values are 0, the chart will not be displayed, as there are no values to be displayed. When some values are 0, it will be displayed in comparison with the other positive/negative values. Hope this helps! Share this post Link to post Share on other sites