Does anyone know of a way to create a line graph using html or javascript?
July 30, 2007 6:43 AM   Subscribe

Does anyone know of a way to create a line graph using html or javascript?

I need to create a line graph with html or jave script without paying a company $99 for their javascript it (e.g. swiftchart). The graph needs to handle multiple trends in the same graph... meaning that I would like to see 3 or more lines going accross in one graph.

Any Help?
posted by kaozity to Computers & Internet (6 answers total) 2 users marked this as a favorite
 
PlotKit
posted by breaks the guidelines? at 7:02 AM on July 30, 2007


Depending on how L33t you are, you might like to know of the "data:" URI scheme.
posted by cmiller at 7:23 AM on July 30, 2007


Timeplot is impressive and similar in features to swiftchart.
posted by tmcw at 7:26 AM on July 30, 2007


Response by poster: I forget to mention, It needs to work in iexplorer, so that rules out Timeplot. But thanks anyway. Can PlotKit give line without shading the area underneath?
posted by kaozity at 7:38 AM on July 30, 2007


Best answer: I've used WebFX Chart for simple line graphs.

You can check out the javascript embedded in this page (self link) for a simple usage example.

Chart draws to a Canvas tag and uses ExplorerCavanas for IE compatibility.
posted by stungeye at 8:15 AM on July 30, 2007 [1 favorite]


Response by poster: WebFX chart works perfectly!

Thank you!
posted by kaozity at 11:54 AM on July 30, 2007


« Older Driving on the Wrong Side with the Wind in my Hair   |   My Registry Feels So Dirty - Do I need to further... Newer »
This thread is closed to new comments.