Usage
import { JsonChart } from 'nr1'
Examples
Props
accountIddeprecatednumber
Due November 1st, 2022
The accountId is deprecated, use accountIds instead
Sets the account ID to perform the query.
accountIdsnumber[]
Sets the account IDs to perform the query.
classNamestring
Appends class names to the component.
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.
fullHeightboolean
DEFAULT
false
Expands the chart to occupy all available height.
fullWidthboolean
DEFAULT
false
Expands the chart to occupy all available width.
querystring
NRQL query used for fetching data. The query is performed against the
provided accountIds
.
styleobject
Inline style for custom styling.