Sign in to follow this  
FusionCharts Support

Can't make it run

Recommended Posts

Hi, i'm kinda new and i'm tryin' to use a chart in a website made in C# (VS.NET 2005 Professional). I read the docs and searched the net but i can't get FusionCharts movin'. I upload the .dll, .swf and the .js to the project, I modified the .aspx just like the first basic example and upgraded the Flash Player but I still get a white page.

 

 

 

Here's a pic of the solution tree:

 

 

 

Fusion.jpg

 

 

 

and the code of the Default.aspx:

 

 

 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

 

<%@ Import Namespace="InfoSoftGlobal" %>

 

 

 

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

 

 

html xmlns="http://www.w3.org/1999/xhtml" >

 

head runat="server">

 

title>Ejemplo FusionCharts/title>

 

/head>

 

body>

 

<%

 

//Create the chart - Column 3D Chart with data from Data/Data.xml

 

Response.Write(FusionCharts.RenderChartHTML("../FusionCharts/Column3D.swf", "../Data/Data.xml", "", "myFirst", "600", "300", false));

 

%>

 

/body>

 

/html>

 

 

 

 

 

I haven't added any other code since I'm still tryin' to make the first basic example. Hope you can help me to find out what I'm missin'

 

 

 

PS: I erased some of the < symbols cause the [ code ] [ /code] IFCode didn't work...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this