Headline()
Home > @gooddata/sdk-ui-charts > Headline
Headline() function
Headline shows a single number or compares two numbers. You can display both measures and attributes.
Signature:
Headline: (props: IHeadlineProps) => React.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | IHeadlineProps |
Returns:
React.JSX.Element
Remarks
Headlines have two sections: Measure (primary) and Measure (secondary). You can add one item to each section. If you add two items, the headline also displays the change in percent.
See IHeadlineProps to learn how to configure the Headline and the headline documentation for more information.