Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good client-side stock charting libraries out there? [closed]

I would like to display interactive financial stock charts on a website, something like Google or Yahoo finance. I saw some recommendations on this thread looking for stock charting component but many of the suggestions are commercial, or require silverlight to be installed.

Can anyone recommend any decent Javascript client side libraries to do this? If they're free, even nicer

like image 251
noli Avatar asked May 21 '11 00:05

noli


People also ask

Which chart library is best?

#1 Chart. Chart. js is an open-source JavaScript library that supports eight different types of charts. It's only 60kb in size, thus it's a rather small JS library. Radar, inline charts, pie charts, bar charts, scatter plots, area charts, bubble charts, and mixed charts are all provided.


3 Answers

How about using Google charts itself. See an example or even play around with it.

Though this has one drawback - you cannot use it offline. See FAQ's for detail.

Google's Annotated Time Line probably would meet your needs.

You may want to explore dygraphs as well. It's open source and looks pretty powerful.

like image 179
YetAnotherUser Avatar answered Sep 26 '22 06:09

YetAnotherUser


http://www.highcharts.com/ is free for non-commercial use.

http://g.raphaeljs.com/ is completely free, based on the Raphael library, but comes with no documentation so you'll need to read through the source code of the examples.

like image 31
Matty F Avatar answered Sep 25 '22 06:09

Matty F


So... what's wrong with commercial? I use commercial stuff all the time, because for larger projects, I have somebody to yell at when things don't work.

To that end, my recommendation for charting without plugins is always highcharts. I have yet yo see anything else that approaches it for power, flexibility, but most important... something that works well out of the box (unlike, say Plotr or Raphaeljs).

like image 41
John Green Avatar answered Sep 24 '22 06:09

John Green