IBaseCardDataVisualizationParameters interface

Base parameters for a data visualization component.

Extends

Properties

ariaDescription

The 'aria-description' attribute for the data visualization component.

ariaLabel

The 'aria-label' attribute for the data visualization component.

componentName

Unique component name.

dataVisualizationKind

Specifies the kind of the data visualization component.

Property Details

ariaDescription

The 'aria-description' attribute for the data visualization component.

ariaDescription?: string;

Property Value

string

Remarks

For example, "Line chart showing revenue by month from January to December".

ariaLabel

The 'aria-label' attribute for the data visualization component.

ariaLabel?: string;

Property Value

string

Remarks

For example, "Revenue by month".

componentName

Unique component name.

componentName: 'dataVisualization';

Property Value

'dataVisualization'

dataVisualizationKind

Specifies the kind of the data visualization component.

dataVisualizationKind: CardDataVisualizationKind;

Property Value