-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Milestone
Description
Using hsla color (for example "hsla(240.0384227364303,4.12843378950259%,48.71943371204973%,0.3)"
) causes (at least in bubble chart) error when you hover over bubbles. It is because the getHsla
function parses (idk for what) color with regex that does not support float Hue.
Seems like it was fixed here https://github.com/Qix-/color-string/pull/19/files but your fork looks very outdated. Should I make a PR to chartjs-color repo?
Also consider https://github.com/Qix-/color-string/pull/37