Skip to content

Automatically transform to thousands etc. for shorter tick labels. #395

Open
@mbostock

Description

@mbostock

For large powers of ten, tick labels are often truncated by default:

untitled-74

It’d be nice if we could detect this sort of powers-of-ten ticks and automatically applied a suitable scale transform, such as converting to billions (y: {transform: d => d / 1e9}):

untitled-75

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