Sign in to follow this  
ravenkien

Does Rendercharthtml's Dataurl Properties Support Json Format ?

Recommended Posts

Hi, Help Needed.

Does RenderChartHTML's Dataurl support .JSON file?

this is what I have wrote but it shows nothing, so, i've wondering that does RenderChartHTML support .json file?

 

Literal1.Text = FusionCharts.RenderChartHTML("MSLine.swf", "data.JSON", "", "charts1", "650", "200", false);

 

A decent answer will be very helpful. Thanks to those who tried to answer.

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

RenderChartHTML() method does not support JSON file format in the dataurl.

 

IT is recommended that you use FusionCharts JavaScript class method for embedding the charts in an HTML page.

 

That is the only way to get JavaScript (HTML5) fallback for the charts.

 

When embedding using OBJECT/EMBED method, only Flash charts will show up.

 

Additionally, features such as JSON data support, managed printing in Mozilla based browsers and enhanced browser-specific error handling would not function as well, as they are dependent on the FusionCharts JavaScript class.

 

Hope this helps. smile.gif

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