-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
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
fillOpacity=1
does not create a completely opaque/solid fill for point marks
#9137
Comments
This is probably not a bug. I think, by design, Vega makes opacity/fillOpacity behavior consistent with SVG and Canvas. In any case, I'll move this ticket to Vega repo. |
We should probably not generate the default |
@joelostblom relevant code is here ![]() I think it's probably safe to say we shouldn't set the default |
It seems like setting
fillOpacity=1
does not make points completely opaque. This is in contrast to settingopacity=1
which does have this effect. It is not thatfillOpacity
has no effect at all, lower values makes the fill more transparent, it just seems that the scale is shifted, which is confusing. I would expectfillOpacity=1
to make the fill of the points completely solid/opaque, just asopacity=1
.fillOpacity=1
:Open the Chart in the Vega Editor
opacity=1
Open the Chart in the Vega Editor
The text was updated successfully, but these errors were encountered: