v2.24.2
normalizeConfig
- Configurations passed into
<Plot>
will now get normalized bynormalizeConfig
, a new function that handles setting default values and preventing conflicts amongconfig
properties. - Currently, only
band
type is normalized. In the near future, all default values for all layer types will be moved intonormalizeConfig
.