When fillOpacity is a function or property, the maximum value is replaced with 1. For example: ``` ... // fillOpacity: 0.2 works fine fillOpacity: d => 0.2 ... ``` results in `fill-opacity="1"`
When fillOpacity is a function or property, the maximum value is replaced with 1. For example:
results in
fill-opacity="1"