Chifaa

Can I Create A Grid With A Multi Series Dataset

Recommended Posts

I need to create a grid (I use SSGrid.swf) but need to display multiple dataset instead of a single set.

 

This works:

 

<set label='Jan' value='462' />

<set label='Feb' value='857' />

<set label='Mar' value='671' />

<set label='Apr' value='494' />

<set label='May' value='761' />

<set label='Jun' value='960' />

<set label='Jul' value='629' />

<set label='Aug' value='622' />

<set label='Sep' value='376' />

<set label='Oct' value='494' />

<set label='Nov' value='761' />

<set label='Dec' value='960' />

 

 

 

But not this

<categories><category label='Austria' /><category label='Brazil' /><category label='France' /><category label='Italy' /><category label='USA' /></categories>

<dataset seriesName='1996' color='AFD8F8' >

<set value='25601.34' />

<set value='20148.82' />

<set value='17372.76' />

<set value='35407.15' />

<set value='38105.68' />

</dataset>

<dataset seriesName='1997' color='F6BD0F' >

<set value='57401.85' />

<set value='41941.19' />

<set value='45263.37' />

<set value='117320.16' />

<set value='114845.27' />

</dataset>

<dataset seriesName='1998' color='8BBA00' >

<set value='45000.65' />

<set value='44835.76' />

<set value='18722.18' />

<set value='77557.31' />

<set value='92633.68' />

</dataset>

 

Basically I'm trying to display a table report.

Thank you for your help.

Share this post


Link to post
Share on other sites

Hi Chifaa,

 

Welcome to FusionCharts Forum.

 

I'm afraid, FusionCharts Grid component does not support multi series data currently.:(

 

I hope this helps.

Share this post


Link to post
Share on other sites

Hi Chifaa,

 

Welcome to FusionCharts Forum.

 

I'm afraid, FusionCharts Grid component does not support multi series data currently.:(

 

I hope this helps.

 

This may help others.

I'm now using jquery features for tables. I really wish Fusion starts supporting tables.

I have attched a zip file with CSS, JS and an example for others to use. i hope this helps others with the same issue.

PagerSorterFilter.zip

WBH_Vendor1_2Hrs.htm

Share this post


Link to post
Share on other sites

Hi,

 

are there any changes to this? Does any new lib of FusionCharts provide datatables for mult-series-charts now?

 

Rgds,

Axel Amthor

 

Hi Chifaa,

 

Welcome to FusionCharts Forum.

 

I'm afraid, FusionCharts Grid component does not support multi series data currently.:(

 

I 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