Skip to main content

TrendLine()

Home > @backstage/core-components > TrendLine

Signature:

function TrendLine(props: SparklinesProps & Pick<SparklinesLineProps, 'color'> & {
title?: string;
}): React.JSX.Element | null;

Parameters

Parameter

Type

Description

props

SparklinesProps & Pick<SparklinesLineProps, 'color'> & { title?: string; }

**Returns:**

React.JSX.Element | null