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
The function concerned is colorToHex. Ignores the alpha field of the toRgb record and it probably shouldn't.
colorToHex
alpha
toRgb
Here's a relevant caniuse.com chart. The best solution is probably to generate a #rrggbb if alpha == 1 and #rrggbbaa otherwise?
#rrggbb
#rrggbbaa
This issue surfaced in terezka/line-charts#40.
The text was updated successfully, but these errors were encountered:
@Janiczek could you please add a pull request for this, as I have no time to work on this at the moment.
Sorry, something went wrong.
No branches or pull requests
The function concerned is
colorToHex
. Ignores thealpha
field of thetoRgb
record and it probably shouldn't.Here's a relevant caniuse.com chart.
The best solution is probably to generate a
#rrggbb
if alpha == 1 and#rrggbbaa
otherwise?This issue surfaced in terezka/line-charts#40.
The text was updated successfully, but these errors were encountered: