资 源 简 介
A library that allows easy plotting of data using HTML5/JavaScript.
Currently the following types of plots are supported:
Rectangular:
* Can be drawn with lines, points, or both.
* Y scale zoom can be set or determined automatically.
* NOTE: Points are assumed to be provided as equally spaced and in order from left to right. That is, the X values are only used for labels, not point placement.
Polar:
* Circular plot that can be drawn with or without grid lines.
* Connected lines, points or both.
* Takes data as radius lengths and angles in radians.
Polar Maps:
* Drawn with or without grid lines.
* Can add a background image for map to be traced on.
* Connected lines, points or both.
* Takes data as latitude and longitude.
* Can specify North or South pole view.
Histograms:
* Vertical bars can display positive and negative quantities.
Each plot supports multiple data sets, colors, and can draw a legend. Linear and logarithmic scaling can be perf