Results 1 to 4 of 4

Thread: Make nice graphs in a web page

  1. #1
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,412

    Make nice graphs in a web page

    I've got a client that I've moved from a winform app I wrote years ago to a new web app.

    They have been using someome to produce spreadsheets in EXCEL that look like the attached image. They want to eliminate this person and have me re-create the graphs myself. I dug into the excel links to the database and see how all that is done...

    But - I would prefer to give them a non-EXCEL solution.

    Since we are web based now - they can give presentations anywhere on the app - and seems silly to have to load up EXCEL with "saved" data from the DB to produce graphs.

    Any nice HTML / web-side graph solutions out there?

    Anything from the jQuery world???
    Attached Images Attached Images  

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    Frenzied Member kfcSmitty's Avatar
    Join Date
    May 05
    Location
    Kingston, Ontario
    Posts
    1,789

    Re: Make nice graphs in a web page

    I haven't done a lot of graphing online, but the few times I have, I have found Google Charts to work well.

  3. #3
    Frenzied Member
    Join Date
    May 03
    Location
    Sydney
    Posts
    1,123

    Re: Make nice graphs in a web page

    and some JQuery interactive charts (i am not affiliated): http://www.1stwebdesigner.com/css/to...active-charts/

    In my case, I have a class library which does gdi line/rectangle drawing in bitmaps to create charts and passes back the bitmap stream which is sent back to a user control designed to handle memory stream containing bitmaps.

  4. #4
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,733

    Re: Make nice graphs in a web page

    Some nice examples there! Thanks for sharing the link!

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •