ZoomConfig

fun ZoomConfig(fill: Color = Colors.Web.orangered.withAlpha(30.pct), strokeColor: Color? = null, strokeWidth: Double? = null, minXZoomRatio: Double? = .1, maxXZoomRatio: Double? = 10.0, minYZoomRatio: Double? = .1, maxYZoomRatio: Double? = 10.0)