You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using CSS colour names for a marker color, they should be case insensitive. I expected LemonChiffon to works as it is valid CSS3 colour, and works in svg, however a scatterGL trace renders it as black.
As usual for CSS-defined idents, all of these [color] keywords are ASCII case-insensitive.
A simple fix would be to apply a lowercase before setting colours in the scattergl code, though I am not entirely sure why this isn't working currently.