├── docs
├── layout
│ ├── end.html
│ └── begin.html
├── intro.md
├── prettify.css
├── index.md
├── examples.html
├── index.html
├── ico.min.js
└── ico.js
├── .gitignore
├── src
├── end.js
├── start.js
├── graphs
│ ├── sparkbar.js
│ ├── line.js
│ ├── sparkline.js
│ ├── horizontal_bar.js
│ ├── bar.js
│ └── base.js
├── base.js
├── normaliser.js
└── helpers.js
├── test
├── base.test.js
└── browser
│ ├── base.test.js
│ ├── line_graph.test.js
│ ├── index.html
│ ├── sparkbar.test.js
│ ├── normalisation.test.js
│ └── qunit
│ └── qunit.css
├── package.json
├── Makefile
├── MIT-LICENSE
├── README.textile
├── History.md
├── ico.min.js
└── ico.js
/docs/layout/end.html:
--------------------------------------------------------------------------------
1 |