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
All templates with directly labelling either on bars or beside data points should have options to ensure text contrast either
var color = .. function giving color of the bar .. text.style("fill", function(d) { return d3.hsl(color(d)).l > 0.5 ? "#000" : "#fff" })
The text was updated successfully, but these errors were encountered:
Could use chroma.js to calculate contrast
Sorry, something went wrong.
No branches or pull requests
All templates with directly labelling either on bars or beside data points should have options to ensure text contrast either
For example on bars, black or white text based on calculation of darkness of data using some code like this:
The text was updated successfully, but these errors were encountered: