Jump to content

Line Graphs in java script

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Diana86

Diana86

    Newbie

  • Members
  • PipPip
  • 12 posts
Hi,

how can I draw line graphs in javascript?? what do I need to do that?

Thanks in advance,

#2
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Line Graphs

I didn't think you could do this but I guess with JavaScript and CSS almost anything is possible?

You might get more control using a graphics library though.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Here is another resource I've glanced at: Solutoire.com › Flotr Javascript Plotting Library
It supports a variety of chart types.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
By far the best API to use is Google's: Developer's Guide - Google Chart API - Google Code
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#5
MrGamma

MrGamma

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
This library makes use of both VML and SVG to draw some pretty complicated charts. Maybe it will be of use to you?

SVG-VML-3D

It is more complicated... but might be worth studying if you have time... right?