-
Notifications
You must be signed in to change notification settings - Fork 4
demo page isn't working #2
Copy link
Copy link
Open
Description
Hey,
your demo page isn't working in Firefox.
As far as I can evaluate the problem, you should rather use
.attr("width", function (d) {return d.value * 10})
.attr("height", function (d) {return d.value * 5})
for setting width & height instead of
.style("width", function (d) {return d.value * 10})
.style("height", function (d) {return d.value * 5})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels