Purpose
The purpose of this page is to illuminate a somewhat older javascript graphing system to provide you with an easy alternative to using JQuery or another javascript framework in order to render a graph or chart with lines, points, and roll-over panes. If you are looking for symplicity, this is likely the solution to use since it is really easy to tailor most purposes.
This graph / charting system is able to render thousands of data points (such as X's, ellipses and triangle shapes). However, since javascript is client-side, it really comes down to the capabilities of the hardware system and web browser as to what the maximum may be.