d3lines
simple line charts on your website with just a few lines of code
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>Then, you can either download the script (or the minimized version) and include it on your page:
<script src="d3lines.js" charset="utf-8"></script>You can also link directly to the latest release:
<script src="https://frenetic.be/d3lines/d3lines.js"></script>or:
<script src="https://frenetic.be/d3lines/d3lines.min.js"></script>