Results 1 to 2 of 2

Thread: Graphs from a rs.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2000
    Location
    London
    Posts
    25
    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.

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width