Sign in to follow this  
Uresh

Caption Does Not Show If No Data

Recommended Posts

I use different fusion chart types, where sometimes the data is not available, but I need the graph caption to show up still. I'm using the following when there's no data;

 

<graph caption='Test Caption' exportDialogMessage='Exporting : ' exportEnabled='1' exportAtClient='1' exportHandler='handler' yAxisName='Days' xAxisName='Total' numdivlines='5' divLineColor='333333' showLegend='1' showColumnShadow='1' yAxisMaxValue='30' decimalPrecision='0' formatNumberScale='0'></graph>

 

When the chart is loaded, it just says "No data was found. Please check again later."

 

Would appreciate any help I can get on this. When there's data, the caption shows up as expected.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, FusionCharts doers not support the feature you are looking for, at this time.

 

You would need to provide some data in order to render the chart and show the caption.

 

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