We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating a logarithmic scale seems to be giving the same scale as default. I created the log color scale by following the example from the README.
chroma.scale(['lightyellow', 'navy']).domain([1, 100000], 7, 'log');
Viewing the colors it generates seems to be no difference to normal scale. Refer to this codepen.
Attempting to pass a wide-range value for the scale to map also shows no difference to normal scale. Refer to this stackblitz.
How is the log option supposed to be used and what exactly does it do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Creating a logarithmic scale seems to be giving the same scale as default. I created the log color scale by following the example from the README.
Viewing the colors it generates seems to be no difference to normal scale. Refer to this codepen.
Attempting to pass a wide-range value for the scale to map also shows no difference to normal scale. Refer to this stackblitz.
How is the log option supposed to be used and what exactly does it do?
The text was updated successfully, but these errors were encountered: