Sign in to follow this  
Stanislav_Gaponenko

Funnel chart not rendering zero values

Recommended Posts

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>

 

 

 

post-62573-0-92691100-1395397760_thumb.png

post-62573-0-84215100-1395398134_thumb.png

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this