|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/7/2008 9:18:04 AM
Posts: 3,
Visits: 19
|
|
See attached PHP API for free version of FusionCharts.
It's provided at "AS IS" basis. You may used it for free.
Demo page is included. Documentation can be generated via phpDoc.
-= will code for food =--
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 10/6/2008 4:33:02 PM
Posts: 17,
Visits: 34
|
|
Hi,
Is this any different/better than the class already included with fusion charts free?
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/7/2008 9:18:04 AM
Posts: 3,
Visits: 19
|
|
You should decide how much better / worse this API is 
It's just different.
-= will code for food =--
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 10/6/2008 4:33:02 PM
Posts: 17,
Visits: 34
|
|
cheers
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Hi,
Thanks a lot for your effort in creating and posting this.
We would love to know what new features you've added in this over the FusionCharts Free PHP API and how it differs from the same. And with your permissions, we would also like to incorporate the new things that you've introduced in the core FusionCharts Free PHP API.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/7/2008 9:18:04 AM
Posts: 3,
Visits: 19
|
|
Hi Pallav,
This API is object-oriented and required PHP4. The project, for which this API was developed, is built using PHP4, so I did not make the PHP5 version.
There are 2 main classes:
- FusionCharts, which takes care about charts creation, rendering JS / HTML code and so on
- FusionChartsXMLWriter, which allows to assign data to the chart and serializes it to XML format. It can be used as standalone class or in combination with FusionCharts class.
XML nodes attributes are not hardcoded, so it easy to add new configuration options to the charts, just passing them as array elements. Also, FusionChartsXMLWriter is built using adapter pattern, so it is easy to add new XML node types to the API, if required.
Pallav, no problem. You can implement anything from this API into the the core one.
Regards,
Roman
-= will code for food =--
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Thanks. We'll definitely try this out.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|