-
-
In d3v3, as seen here, the handles are "g" elements: https://bl.ocks.org/mbostock/4349545
However, in d3v4, the handles are now rect elements: https://github.com/d3/d3-brush/blob/master/README.md#bru…
-
So I stumbled upon this bug with d3.voronoi with this particular dataset:
http://jsbin.com/sogamotefo/edit?html,js,console
The bug also exists in the most recent version of d3v3, and if you swap the …
-
-
The current alpha release of D3v4 (4.0.0-alpha.49) does not support the syntax to pass an object to selection.attr(), where the current D3v3 release does:
> selection.attr(name[, value])
> name can a…
-
URL
https://adroit.appdevdesigns.net/#
Browser
Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36
User
ken…
-
## What
I'm developing a visualisation tool for a JavaScript microservice library.
I picked the force layout of D3v4.
I want to have the nodes spread around without overlapping each other.
For this …
-
[d3/d3.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/d3/d3.d.ts) /cc @gustavderdrache @borisyankov
d3.js got a major overhaul. Its API has improved considerably. See [d3 v4 ch…
-
Rendering a chart with the 2 series below causes a JS error with D3V3 but works fine with D2V2. The 2 series have the exact same 5th value of 1.07, and this causes the error.
Error message:
Uncaught T…
-
### Case
I use http://nvd3.org/ghpages/multiBar.html to render my data
Works greate in Chrome.
### Problem
Firefox gives me that (firebug output):
``` javascript
TypeError: n.__transition__ is und…