Fusion Charts

Forums:

Had this going, but was Flash dependent. Now trying to use Javascript so it will work on all browsers. I can get the chart to run, but not sure how to get the chart to run for each student in a group. Previous code ~[RepeatForEach: Students] doesn't seem to be working or I don't have it the right place. Pretty much in over my head, but thought I'd ask. Snippet of code:

~[wc:commonscripts]

~[wc:admin_header_css]

~[wc:admin_navigation_css]

~[studentlist2]
~[RepeatForEach:Students]

Attendance 17-18 for: ~(first_name) ~(last_name)
~[schoolname]

3 Day

Parent/Guardian of:
~(first_name) ~(last_name)

~(mailing_street)
~(mailing_city), ~(mailing_state) ~(mailing_zip)

FusionCharts.setCurrentRenderer('javascript');
var myChart = new FusionCharts( "/flash/Bar3d.swf",
"myChartId", "55%", "200", "1" );
myChart.setXMLUrl("Data.xml");
myChart.render("chartContainer");
var pageseperator =' ';

[/RepeatForEach:Students]

~[wc:admin_footer_css]

Subscribe to Comments for "Fusion Charts"