• Log inStart now

SparklineTableRowCell

Usage

import { SparklineTableRowCell } from 'nr1'

Examples

Props

accountIddeprecatednumber

Due November 1st, 2022

The accountId is deprecated, use accountIds instead

Sets the account ID to perform the query.

classNamestring

Appends class names to the component.

Should be used only for positioning and spacing purposes.

dataobject[]

Data is an array of objects where each object represents a series to be drawn. Each series comprises visualization metadata and an array of data points.

onClickfunction

Callback fired any time the user clicks on the table cell.

function (
event: React.MouseEvent
)
querystring

NRQL query used for fetching data. The query is performed against the provided accountIds.

styleobject

Inline style for custom styling.

Should be used only for positioning and spacing purposes.

testIdstring

Adds a data-test-id attribute. Use it to target the component in unit and E2E tests.

For a test id to be valid, prefix it with your nerdpack id, followed up by a dot.

For example, my-nerdpack.some-element.

Note: You might not see data-test-id attributes as they are removed from the DOM, to debug them pass a e2e-test query parameter to the URL.

toshape|string

Location object or url string to link to.

Linked TableRowCells are unstyled and will not show icons for external links. If the same styling as the Link component is what is desired, then use a Link instead as a child component within the cell.

shape

pathnamerequiredstring
searchstring
hashstring
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.