Sign in to follow this  
MT_MANC

ASP.NET Wrapper - Charts from (an updated) .CSV data file ?

Recommended Posts

NB This post was originally posted in wrong forum: FusionCharts and ASP

Chart <object name> = new Chart (chartType, chartId, chartWidth, chartHeight, dataFormat, dataSource, bgColor, bgOpacity)
 
The dataFormat constructor parameters mentions .CSV as an available format for chart data - see:
 
Are there any working code examples of referencing an external .CSV data file as the data source under ASP.net wrapper ?
If so, can the .CSV data file then be updated/overwritten with another .CSV file (data extended by 1 period) without having to formally re-render 
the chart ?)
 
Most kind
 
PS I cannot see any other way to generate Fusion Charts from .CSV data files - is it only available under ASP.net wrapper ?
 

Share this post


Link to post
Share on other sites

OK thanks

In the meantime, can you confirm that producing a Fusion XT chart from a (standard format) .CSV file is actually possible under ASP.net ?..or is this maybe an error in the FC documentation ?

Share this post


Link to post
Share on other sites

Hi,

 

It is not possible to use CSV format in ASP.NET wrapper.

 

There was an error in the documentation and will update it as soon as possible.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Wondered if there was any update to this answer into Spring 2016 ?

ie any way to generate Fusion Charts directly from .CSV data files  without having to (manually) convert into XML format ?

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