Skip to content
ZachKocher edited this page Mar 12, 2013 · 10 revisions

Polychart.js is an expressive JavaScript graphing library capable of producing a wide array of graphics fairly easily. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce complex multi-layered graphics. Additionally, it has a built-in interaction model that makes it easy to produce charts that interact with the user and with one another.

Resources

Installing

Download the latest version here:

Or, to link directly to the latest release, copy this snippet:

<script src="http://polychartjs.com/polychartjs.v2.min.js"></script>

Or, if you want the full repository including tests:

Or, from the command line:

git clone git://github.com/polychart/polychartjs2.git