peek
peek copied to clipboard
A chart library based on D3.js
peek.css line 130 need ":"
I have added a few missing semicolons to better comply with linters. The code now complies with gjslint with the following arguments `--disable=1,2,5,110,120,131,210,300`.
trying to do a stacked horizontal bar, like you got one on stacked bar chart. Will be great to have this features added. Ebot.
https://github.com/andreaferretti/paths-js
use setters, e.g. chart.lines.interpolation('foo') ... with errors use chaining, e.g. chart.points.visible().size(8).fill(true);