|
-
Jan 2nd, 2001, 01:16 PM
#1
Thread Starter
Junior Member
I'm currently working on an asp app, does anyone know how I would go about creating graphs from a recordset? Basically, I have a table of data which is fine but the users will want to represent this graphically. I haven't had a great deal of joy with it!
Thanks in advance for any help.
-
Jan 3rd, 2001, 11:56 AM
#2
Black Cat
You could dynamically size images to make simple bar graphs, but I probably wouldn't work well with complicated data. I've done this to represent votes in a survey. I made a small single color image, and then used a Perl script to calculate the vote totals, then generated HTML with the image tags' width based on the percentage on votes each item has received.
Josh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|