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
It would be cool to add something like
:fill="{ val: row.value, scale: { type: 'squareRoot', domain: 'value', range: ['white', 'blue' ] }"
to better handle values with fat-tail distributions
The text was updated successfully, but these errors were encountered:
So if you check out the nonlinear-color branch this should already be working.
nonlinear-color
But unfortunately log is not as straightforward as the rest:
log
Sorry, something went wrong.
bianchi-dy
No branches or pull requests
It would be cool to add something like
:fill="{ val: row.value, scale: { type: 'squareRoot', domain: 'value', range: ['white', 'blue' ] }"
to better handle values with fat-tail distributions
The text was updated successfully, but these errors were encountered: