fotochrom
v0.5.2
Published
Fotochrom charting library.
Readme
Fotochrom
The Fotochrom charting library.

Usage
As A Script Library
<script src="./dist/fotochrom.js"></script>As A CommonJS Module
npm install --save fotochromand then:
const fc = require('fotochrom');As A Web Component
bower install --save markbirbeck/fotochromand then:
<link rel="import" href="../../fotochrom/fotochrom.html">