i3d3 icon indicating copy to clipboard operation
i3d3 copied to clipboard

D3-based plotting and histogramming library

Results 12 i3d3 issues
Sort by recently updated
recently updated
newest added

Also updates project to have a package.json and Gruntfile.js - can be useful for npm publishing and running linting and other tasks..

I'm working on a requirejs version - does i3d3 need to depend on jQuery ? zepto ? or is this code even called...

See also IceCube Mantis 6813. From @sboeser: In the attached screenshot, the right-most bin is not shown in full width. The histogram extends from 0 to 1. It is displayed...

Feature request ``` javascript i3d3.plot({data: ... legend: [name1, name2, name3] ...}); ```

Add an option to draw grid lines (horizontal and vertical) at the major tick markers. Line style and color should be customizable.

In the attached screenshot, the right-most bin is not shown in full width. The histogram extends from 0 to 1. It is displayed correctly initially, but after zooming in, the...

It seems there is a default zoom direction, that can be changed by pressing the Ctrl-key once. However, there is no indication as to what the current zoom direction is....

In Chrome on OSX 10.6.8, when hitting Cntrl+Cmd+Shift+4 to make a screen shot, this changes the zoom direction of the plot that I wanted to make a screenshot of.

For ellipses, the most "practical" inputs for the users are probably - x,y of center - length of the two semi-axis (i.e. radii). Set r2 = r1 to draw a...