Search the Community

Showing results for tags 'php class'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. hello there! I'm new to FusionCharts, so maybe ly question is silly, but i couldn't find out the solution. What i want to achieve : - generate a multiple series line chart (MSLine) in html5, from a extern xml datas file (with VLines, but that is not the heart of the issue) What is my problem : - i'm trying to apply the tuto "Using FusionCHarts PHP class" in the section "Creating a chart with external xml file", i'm studiying the code. Aaaand there is: $FC->setSWFPath("../../FusionCharts/"); And i really don't want to create charts in swf. But there is nothing precised for html5/svg charts is there any way to do that via the PHP Class? Or do i have to use another tool??