Interface: CosmographSizeLegendConfigInterface

Extended by

Properties

useLinksData?

optional useLinksData: boolean

Whether to use the data from the links instead of the points for the size legend. Default: false


hideWhenSizeMoreThan?

optional hideWhenSizeMoreThan: 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?

optional selectOnClick: boolean

Whether to select the points/links with the corresponding values when clicking on the legend elements. Default: true


overrideExtent?

optional overrideExtent: [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?

optional useQuantiles: boolean

Whether to use quantiles to get size legend min/max.


hidden?

optional hidden: boolean

Whether to hide the legend. Default: false