Skip to content

[Feature] continuous scales of VScale can set zero to domain and combine other domains #64

@xile611

Description

@xile611

What problem does this feature solve?

  1. zero is a very special value for continuous scale
  2. a scale may need to combine domains from different data sources

What does the proposed API look like?

linearScale.nice(10, { zero: true,  });

linearScale.combineDomain([], true);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions