I'm looking for a front-end charting library (i.e. something in Javascript) that supports stock-like features. My x-axis is however not time, but an incrementing integer -- which stops me using most stock charting libraries.
I have used AmChart to do what I need: https://www.moneypot.com/user/whitetuxpeng
but due to the amount of data, I have been forced to use pagination. What I would prefer to do is use a library that would first allow me to showing a sampling of the data, and when you zoomed in enough it would make the individual data points available.
Thanks!