Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

WidgetsColor PickerDatetime PickerNumber SliderNumber InputText InputText AreaSwitchWeek Time Ranges InputRound Number GaugeBasic DisplayConsole Log ViewImage FrameXY Number ChartArray Object TableTrigger ButtonDialog Trigger

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
Widgets

XY Number Chart

Overview

XY Number Chart is a chart widget that plots data from an array of objects on an XY axis. It supports multiple data series, various chart types (area, bar), datetime or numeric x-axis, conditional filters, and tooltip customization. It is well suited for time-series graphs, comparison charts, and data exploration.

XY Number Chart widget on the Dashboard

XY Number Chart widget on the Dashboard

Widget Info

FieldValue
TypeChart
DescriptionXY chart for plotting numeric data from arrays
Data Typesarray
Dev StageBeta

Data Source

The Data Source dropdown binds the widget to a flow variable. The variable must be an array of objects. Each object in the array represents one data point on the chart.

Settings

XY Number Chart Settings

XY Number Chart settings panel

Label

Label for the chart.

Label Color

Color of the label text. Use the color swatch to pick a custom color, or press the reset button (↺) to restore the default.

Data Label

Defines the data series to plot on the chart. Each Data Label entry represents one series and specifies which key in the array objects to use as the Y value. Supported value types are datetime, string, number, integer, and boolean.

X Axis Key

required

The key in each array object to use as the X axis value. Supported types are datetime, string, number, integer, and boolean.

X Axis Is Datetime

When enabled, treats the X axis key as a datetime value and formats the axis accordingly.

Tick Format Mode

Controls the date/time format used for X axis tick labels when the axis is datetime.

ValueDescription
Date TimeFull date and time
YearYear only
MonthMonth and year
DayDay, month, and year
HourHour and date
MinuteMinute and hour
SecondSecond, minute, and hour
NoneNo tick labels

Chart Type

The visual style of the chart.

ValueDescription
Area NaturalSmooth area chart with natural curve
Area LinearArea chart with straight line segments
Area StepArea chart with stepped lines
Bar VerticalVertical bar chart

Fill Mode

Controls how the area beneath each series line is filled.

ValueDescription
defaultDefault fill behavior
gradientGradient fill fading to transparent
opaqueSolid opaque fill
solidSolid fill
noneNo fill

Stacked

When enabled, stacks multiple series on top of each other instead of overlapping.

Show X Axis

When enabled, displays the X axis on the chart.

Show Y Axis

When enabled, displays the Y axis on the chart.

Show Filters

When enabled, displays the filter settings button on the chart header.

Min Significant Digits

Minimum number of significant digits to display in the tooltip value.

Tooltip Prefix

Text prefix shown before values in the tooltip label.

Consistent X Intervals

When enabled, makes the X axis intervals evenly spaced. Only applies when the X axis key is of type number, date, or datetime.


Advanced Options

Enable Advanced Options at the top right of the settings panel to reveal the following additional settings.

Label Class Name

Tailwind CSS class name applied to the label element for custom styling.

Label Icon ID

The icon to display next to the label.

Label Icon Class Name

Tailwind CSS class name applied to the label icon element for custom styling.

Layout

Display layout of the widget.

ValueDescription
defaultLabel appears above the chart (stacked vertically)
rowLabel and chart appear side by side on the same row

Image Frame

Previous Page

Array Object Table

Next Page

On this page

OverviewWidget InfoData SourceSettingsLabelLabel ColorData LabelX Axis KeyX Axis Is DatetimeTick Format ModeChart TypeFill ModeStackedShow X AxisShow Y AxisShow FiltersMin Significant DigitsTooltip PrefixConsistent X IntervalsAdvanced OptionsLabel Class NameLabel Icon IDLabel Icon Class NameLayout