The oj-legend-section element is used to declare properties for legend sections and is only valid as the
child of a template element for the sectionTemplate
slot of oj-legend.
To migrate from oj-legend-section to oj-c-legend-section, you need to revise the import statement and references to oj-legend-section in your app. Please note the changes between the two components below.
collapsible attribute
For the initial versions of oj-c-legend and oj-c-legend-section, collapsible attribute is not supported.
sectionTemplate slot
For the initial version of oj-c-legend, nested section is not supported. $current of sectionTemplate context will not contain parentKey and parentData properties.
Usage
Signature:
interface LegendSectionElement
Typescript Import Format
//To typecheck the element APIs, import as below. import{LegendSectionElement}from"ojs/ojlegend";
//For the transpiled javascript to load the element's module, import as below import"ojs/ojlegend";
The CSS style object defining the style of the section title.
The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
Deprecated:
Since
Description
15.1.0
Individual section title style is no longer supported. Use section-title-style in oj-legend to style all section titles