Interface: CosmographSizeLegendConfigInterface
Extended by
Properties
useLinksData?
optionaluseLinksData:boolean
Whether to use the data from the links instead of the points for the size legend.
Default: false
hideWhenSizeMoreThan?
optionalhideWhenSizeMoreThan:number
The maximum size of points/links to show in the size legend. Points/links with a size greater than this value will cause the legend to hide.
selectOnClick?
optionalselectOnClick:boolean
Whether to select the points/links with the corresponding values when clicking on the legend elements.
Default: true
overrideExtent?
optionaloverrideExtent: [number,number]
The custom extent to use for the size legend, specified as a tuple of [min, max] values. If not provided, the legend will automatically determine the extent based on the data.
useQuantiles?
optionaluseQuantiles:boolean
Whether to use quantiles to get size legend min/max.
hidden?
optionalhidden:boolean
Whether to hide the legend.
Default: false