Interface BaseLegendThresholdProps

Hierarchy

Properties

borderRadius?: number

Border radius of the thermometer.

Default

6 (vertical orientation)

Default

10 (horizontal orientation)

height?: number

Height of the thermometer.

Default

265 (vertical orientation)

Default

20 (horizontal orientation)

orientation: "horizontal" | "vertical"

Orientation of the legend.

showLabels?: boolean

Show the labels of each legend item.

Default

true

width?: number

Width of the thermometer.

Default

12 (vertical orientation)

Default

300 (horizontal orientation)

Generated using TypeDoc