liquidx.net

PlotKit

PlotKit is a Javascript graph plotting library. It is aimed at web applications that require plotting series of data in modern web browsers.

PlotKit requires MochiKit.

PlotKit supports both HTML Canvas and SVG, along with an emulated canvas for Internet Explorer.

PlotKit is easily extensible to include other rendering engines, styles and layouts. Please pursue the documentation for more information.

PlotKit is licensed under the BSD License, so you can include it in your free or commercial applications without worrying.

PlotKit Components

Base Classes

  • Base : Common functionality that is used in other classes, including default styles.
  • Layout : The default chart layout engine, supports bar, line and pie charts.

Renderers

to provide nicer looking charts.

Extra Documentation

Version History

PlotKit 0.8

Road Map

Version 0.9

  • AutoSelectRenderer, automatically choose Canvas or SVG by auto detecting browser support.

Version 0.10

  • Defined Event System Support
  • Animation support.