Skip to content

The href channel shouldn’t filter nullish values by default? #1696

Closed
@mbostock

Description

@mbostock

It seems overly strict that the href channel causes data to be filtered if the provided values are null or undefined; instead, we should just not link those elements.

You can override the filter using the channels option as a workaround:

channels: {href: {value: "link", filter: null}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions