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!
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!
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.