Skip to content

demo page isn't working #2

@ArmBeck16

Description

@ArmBeck16

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})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions