Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An option to disable the domain line #80

@mbostock

Description

@mbostock

The g.select(".domain").remove() pattern here is frequent:

svg.append("g")
      .attr("transform", `translate(${marginLeft},0)`)
      .call(yAxis)
      .call(g => g.select(".domain").remove())

It’d be nice if we could prevent the axis from creating that in the first place, especially for transitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions