All examples By author By category About

curran

Popping Effect

This example shows a "popping effect" from having a semi-transparent fill color and an opaque stroke. This can be achieved using a little-known CSS keyword currentColor, which uses the value from the color attribute on visual marks. This is a convenient way to compute the data-driven color once, but use it as both the fill and stroke color of marks.

Another advantage of this technique is that you can see where there are overlapping circles (which would occlude each other if marks were opaque).

Related to d3-color - color.fade([delta=0.2]).

forked from curran's block: Standalone Scatter Plot