Skip to content
timmclean edited this page Jun 7, 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 at:

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

<script src="https://raw.github.com/Polychart/polychart2/master/polychart2.standalone.js"></script>

Or, if you want the full repository including tests:

Or, from the command line:

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