Ask a Question related to Dreamweaver AppDev, Design and Development.
-
mtlegrand #1
What is the easiest way to graph MySQL data?
I'm guessing I'm not the only person in the world who wants to graph some data
collected in a MySQL database. I have not found any great tutorials or
articles on this subject during my moderate search effort. My question to the
Macromedia community is, what do think is the easiest way to graph MySQL data?
I'm looking into the PHP and jpgraph formula but I would guess there is
something more straight forward.
Thanks in advance for any suggestions.
mtlegrand Guest
-
SVG::Graph::Data::Datum and labels
Hi I want to create a simple svg bar chart with labels for each bar, I can see that I can add a label via SVG::Graph::Data::Datum but i dont see... -
components for dynamically displaying data chart or graph in ASP
Hello, I tried to find some components I can use to dynamically generate chart or graph from database in ASP. It seems to me that only some... -
GD: Graph Data Array Issue
Hi All. I'm relatively new to Perl, and have been somewhat successful using the GD::Graph and Graph3d modules. I'm using this procedure as a... -
Graph Data Sheet Won't Sort Properly
The problems is that I am trying to create a graph on a Form with MMM YY as the X Axis. The data is based on a query of two queries with the final... -
What is the easiest way to import XML to MYSQL
What is the easiest way to import an XML Datafeed from a URL into a MYSQL Database? Possibly using PHP Regards Joe PS Please answer to group... -
boy mackman #2
Re: What is the easiest way to graph MySQL data?
I did something very simple in terms of a vote - admittedlty in asp classic but
the theory is the same.
It was only a simple bar chart that showed the responses Yes and No as a
percentage.
This is what I did:
1) Created a graphic that was 20px high and 20px wide
2) I got the totals of Yes and No from the database and worked out the
percentage.
3) I then used the percentage to set the width of the graphic for both Yes and
No
This gave me a simple bar chart that showed the number of votes.
It is simple but very affective.
boy mackman Guest



Reply With Quote

