Sign in to follow this  
khedot

Help Me

Recommended Posts

hi all ...

I just joined this forum ..

very interested in displaying graphics prowess fusioncharts ...

just ...

I'm making a final dash for the lecture with the title of information systems and the difficulty in using fusionwidget with php and mysql databse ...

please make members who have experience please help ...

how to display graphical gauge for displaying the average value, the highest and lowest values ​​with fusionwidget and php and mysql database script ... give me for example ...

I still difficulty in understanding the documentation of fusionwidget ...

understand still learning ...

please help ....

thank you

Share this post


Link to post
Share on other sites

HI,

 

Welcome to FusionCharts Forum.

 

We would like to know how you would like to visualize the data with respect to chart/gauge type. Can you please specify more details may be with some wireframe images?

 

The thumb-rule of creating charts are :

 

1. Choose a chart/gauge

2. Study the XML type it accepts

3. Connect to MySQL database and build XML through your code from the required data

4.Pass it to the gauge/chart using php's renderChart function.

 

To start with, hope the basic PHP+ Database documentation pages will help you out. Please follow : http://www.fusioncharts.com/docs/PHP_DB.html

 

NOTE that the implementation of FusionCharts is same as FusionWidgets. Just that you would need to use proper chart/gauge swf file and XML format.

Share this post


Link to post
Share on other sites

[hi thanks for replying my message ..

ok let me explain .. I've studied and made ​​some graphs fusioncharts and fusionwidgets and has been successful, but to fusionwidget still there are difficulties in my script command:

 

<html>

<head>

<title>My first chart using FusionWidgets</title>

<script language=JavaScript" src="FusionCharts.js"></script>

</head>

<body bgcolor="#ffffff">

<div id="chartdiv" align="center">

The chart will appear within this DIV. This text will be replaced by the chart.

</div>

<script type="text/javascript">

var myChart = new FusionCharts("AngularGauge.swf", "myChartId", "400", "200", "0", "0");

myChart.setDataURL("data.xml");

myChart.render("chartdiv");

</script>

</body>

</html>

 

Could data.xml script in php to change into a form so would you give an example script in the form of scripts data.php data.xml

I'm still having trouble in that regard ...

to display graphical gauge with xml I was able only if the data that is in use forms with php and mysql database connection ... how?

give me an example ...

 

thank you

Share this post


Link to post
Share on other sites

1 more how to combine all the graphs in a web? I've made a graph functions one by one and want to combine them in a web ..

Do you have a sample or tutorial?

 

My issue with the display graphics gauge with data.php

data.php it contain anything? can you give examples?

and secondly to show all the graphs that created in a web ...

 

thank you weeks to answer

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