IIgrGeographicMapSeriesHostProps

Optional coercionMethods

Section titled "coercionMethods"

Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be reimported into the chart.

coercionMethods?: any

Optional visibleFromScale

Section titled "visibleFromScale"

The minimum scale at which this series becomes visible. The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.

visibleFromScale?: string | number