Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ricardperez Friend
    #132797

    I’m trying to use FusionCharts embeded into JAOlivine template, but I can’t see any result.

    I’m using just an example which it works in other sites:

    include (“graphs/graphs.inc.php”);
    include (“FusionCharts/Includes/FusionCharts.php”);

    //This page demonstrates the ease of generating charts using FusionCharts.
    //For this chart, we’ve used a string variable to contain our entire XML data.

    //Ideally, you would generate XML data documents at run-time, after interfacing with
    //forms or databases etc.Such examples are also present.
    //Here, we’ve kept this example very simple.
    $strXML = “<chart bgColor=’F5F5F5′ showValues=’1′ formatNumber=’0′ formatNumberScale=’0′ showYAxisValues=’0′ showBorder=’0′ yAxisMinValue=’1600′>”;
    $strXML .= “<set label=’2006 January’ value=’2105′ />”;
    $strXML .= “<set label=’2006 July’ value=’2187′ />”;
    $strXML .= “<set label=’2007 January’ value=’2341′ />”;
    $strXML .= “</chart>”;

    echo renderChartHTML(“FusionCharts/Column3D.swf”, “”, $strXML, “myNext”, 300, 200, false);

    Do you know if it exists some problem in using FusionCharts with JAOlivine?

    Thanks in advance
    Ricard

    ecology10 Friend
    #273908

    Try using javascript instead. It works for me!
    That way you don’t have any troubles with ie (“click here to activate”), the only downside is that you data is stored in an xml file. Man I need to figure out how to script a form which saves the output on a xml file.

    ecology10

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  ecology10 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum