3

I need to be able to represent high and lows using a javascript charting libraries. All the libraries I have seen only allow defining the "high" value and the low value is always defaulted to zero.

Thanks!

Tom
  • 31
  • 2

2 Answers2

2

http://code.google.com/apis/charttools/

You can draw all kinds of fancy charts using this. Some are static image charts, others are dynamic, interactive charts.

Finbarr
  • 31,350
  • 13
  • 63
  • 94
2

You can find some options by going to:

Shamoon
  • 41,293
  • 91
  • 306
  • 570
Alex
  • 21
  • 1