Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xile611 opened this issue Aug 10, 2023 · 0 comments

Comments

@xile611
Copy link
Contributor

xile611 commented Aug 10, 2023

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant