Class ODSChartsItemCSSDefinition

ODSChartsItemCSSDefinition defines the classes or styles to be added on generated HTML element

Constructors

Properties

Methods

Constructors

Properties

classes?: string[]

list of classes to be added on the HTML element

example:

classes: ['d-block', 'position-relative']
styles?: {
    [cssProperty: string]: string;
}

map of cssProperty to be added in style attribute of the HTML element;

example:

  styles: {
width: '10px',
height: '10px',
}

Methods