Hierarchy

  • LegendSections

Properties

items: object[]

An array of objects with the following properties defining the legend items. Also accepts a Promise for deferred data rendering. No data will be rendered if the Promise is rejected.

sections: object[]

An array of nested legend sections.

title: string

The title of the section.

titleHalign: string

The horizontal alignment of the section title.

Deprecated

Since 15.1.0. Individual section title alignment is no longer supported. Use section-title-halign in legend to align all section titles.

titleStyle: object

The CSS style object defining the style of the section title.

Deprecated

Since 15.1.0. Individual section title style is no longer supported. Use section-title-style in legend to style all section titles.

Generated using TypeDoc