Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Location
    London, UK
    Posts
    1,436

    Default Charting on a web page

    In recent weeks I have had a major requirement from a client wanting to chart the results from online questionnaires. I came across the Maani chart tool once before, but having used it heavily for this project, I wanted to recommend it here.

    The questionnaires, their sections and questions are held in a MySQL database - the questionnaire is built on the fly. The results are stored in a submission and the answers to each question.

    The graphing formats are then held in a further table - so you can select particular sets of submissions, pick a particular chart type and then generate the graph.

    The biggest challenge was to collect the data to generate the XML that Maani takes as an input. In the end I resorted to a temporary MySQL table - the selected data is written there, and the queries for the labels and data are then extracted.

    If you want to see more about Maani, go here: http://www.maani.us/xml_charts/
    Simon
    ------------------------------
    www.tlaconsultancy.co.uk
    www.bricksandbrass.co.uk

  2. #2
    Join Date
    Aug 2000
    Location
    dusseldorf, germany
    Posts
    305

    Default Re: Charting on a web page

    Lots of ways are available to create charts in webpages. I personally try to avoid .swf solutions as they require plugins on the client side.
    Here a link to a list of jquery plugins to create charts.
    http://www.1stwebdesigner.com/resour...active-charts/

    If you have a .NET environment, MSChart component from Microsoft is pretty powerful and free.

    Juergen

 

 

Bookmarks

Posting Permissions

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