TrendLine()
Home > @backstage/core-components > TrendLine
Signature:
function TrendLine(props: SparklinesProps & Pick<SparklinesLineProps, 'color'> & {
title?: string;
}): import("react/jsx-runtime").JSX.Element | null;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
SparklinesProps & Pick<SparklinesLineProps, 'color'> & { title?: string; } |
import("react/jsx-runtime").JSX.Element | null