peek icon indicating copy to clipboard operation
peek copied to clipboard

A chart library based on D3.js

Results 16 peek issues
Sort by recently updated
recently updated
newest added

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.

Interactive example with code generator

enhancement

use setters, e.g. chart.lines.interpolation('foo') ... with errors use chaining, e.g. chart.points.visible().size(8).fill(true);

enhancement