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

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

Returns:

React.JSX.Element | null