CodeCharge Studio
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


12»»

CodeCharge Studio Expand / Collapse
Author
Message
Posted 3/7/2007 10:02:59 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13, Visits: 24
I will be purchasing Fusion Charts and will need to get it working within CCS projects. I'm looking for anyone who has done this before and can offer any type of "how to".

Thanks

Don

Post #469
Posted 3/7/2007 11:49:20 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194, Visits: 521
Hi,

As of now, we've not yet integrated FusionCharts with CCS. However, if someone is willing to take this initiative, we can help in all possible ways.

Thanks,
Pallav Nadhani
FusionCharts Team

Post #471
Posted 3/8/2007 5:11:00 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13, Visits: 24
Palliv,

Please read this thread when you have time.

http://forums.yessoftware.com/posts.php?post_id=83883&s_keyword=Fusion

This CCS user has it working with PHP and I will need it working with ASP as well.
I am willing to attempt to document this but may need some help in debugging the process.

Thanks
Don

Post #476
Posted 3/9/2007 1:19:55 AM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194, Visits: 521
Yes Don. We would be glad to help you with all integration/debugging issues.

Thanks,
Pallav Nadhani
FusionCharts Team
Post #479
Posted 3/13/2007 1:58:49 AM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13, Visits: 24
I have made some progress in that I can get some of the data using the db examples but can I get pointed to an example like the BasicDBExample.asp with only one table involved. The data I need to pull in would come from a query like this...

Table:
ID, TktNbr, Fname, LName, Lead, Agent
1,123,John,Smith,1,0
2,124,Jane,Doe,0,1
3,125,Bob,Jones,1,0
4,126,John,Smith,1,0

select count(id) as Tickets, concat(FName," ",LName) as Name where Lead =1 Group by Lname

Resulting in:
2, John Smith
1, Bob Jones

Now I would need that in to an xmlString

Once I get that working, I will be able to see and document how to make CodeCharge Studio use it. I know this may be simple but I just have never had to do this, CCS makes it so easy and does not use XML.
Post #501
Posted 3/14/2007 10:48:59 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13, Visits: 24
Made some headway but I'm getting an error when it goes to render the chart:

Line: 10
Char: 3
Error: 'FusionCharts' is undefined
Code: 0
URL: http:// IP /ReportsV1/DEV/NewPage1.asp

Do you want to continue running scripts on this page.
I select yes and I get a blank page with "Chart." on top.

I have seen referance to this on several sites but no resolution.

Post #536
Posted 3/15/2007 6:48:49 AM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194, Visits: 521
This is when you've not included FusionCharts.js in the HTML file.

Thanks,
Pallav Nadhani
FusionCharts Team
Post #546
Posted 3/15/2007 8:48:41 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13, Visits: 24
Got past that error.

I created a sub folder called include and placed the .JS, .asp, and the Pie3d.swf file in it and made sure it points to the file.

I added a print atatement and see my data on the page when it does the loop.

I see no chart at all or attempt to render it. The page is blank except the data printed from within the loop.

Post #557
Posted 3/15/2007 10:07:48 PM