views:

41

answers:

1

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!

A: 

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