Dash0 Acquires Lumigo to Expand Agentic Observability Across AWS and Serverless

Last updated: March 3, 2026

TimeSeriesChart Definition

Displays metric data as a time series line or bar chart with optional legend, thresholds, and Y-axis configuration.

TimeSeriesChart

Kind: TimeSeriesChart

Spec Properties

PropertyTypeRequiredDescription
legendobject with keys: showLegend, position, mode, sortNo
yAxisobject with keys: show, label, format, maxDesiredDataPoints, min, max, showOnlyMaxScaleNo
thresholdsobject — Configuration for color-coding values based on threshold boundaries.NoConfiguration for color-coding values based on threshold boundaries.
visualobject with keys: display, lineWidth, areaOpacity, palette, stack, connectNullsNo
querySettingsarray of objectNo
dash0Extensionsobject with keys: maxTimeSeries, yAxisNo

Shared Definitions

sortConfiguration

Sorting configuration for table or list displays.

PropertyTypeRequired
sortFieldstring | nullNo
sortDirectionstring — enum: asc, descNo

formatOptions

Value format configuration. Choose one of: time, percent, decimal, bytes, bytes/s, throughput, currency, or temperature.

One of: timeFormatOptions | percentFormatOptions | decimalFormatOptions | bytesFormatOptions | bytesPerSecondFormatOptions | throughputFormatOptions | currencyFormatOptions | temperatureFormatOptions

timeFormatOptions

Format options for displaying time duration values.

PropertyTypeRequired
unitstring — enum: nanosecond, microsecond, milliseconds, seconds, minutes, hours, days, weeks, months, yearsYes
decimalPlacesnumberNo

percentFormatOptions

Format options for displaying percentage values.

PropertyTypeRequired
unitstring — enum: percent, percent-decimal, %Yes
decimalPlacesnumberNo

decimalFormatOptions

Format options for displaying plain decimal numbers.

PropertyTypeRequired
unitstring — enum: decimalYes
decimalPlacesnumberNo
shortValuesbooleanNo

bytesFormatOptions

Format options for displaying byte values.

PropertyTypeRequired
unitstring — enum: bytesYes
decimalPlacesnumberNo
shortValuesbooleanNo
basestring — enum: decimal, binaryNo

bytesPerSecondFormatOptions

Format options for displaying byte rate values (bytes per second).

PropertyTypeRequired
decimalPlacesnumberNo
shortValuesbooleanNo
basestring — enum: decimal, binaryNo
unitstring — enum: bytes/s, bytes/secYes

throughputFormatOptions

Format options for displaying throughput/rate values.

PropertyTypeRequired
unitstring — enum: counts/sec, events/sec, messages/sec, ops/sec, packets/sec, reads/sec, records/sec, errors/sec, requests/sec, rows/sec, writes/sec, /m, /sYes
decimalPlacesnumberNo
shortValuesbooleanNo

currencyFormatOptions

Format options for displaying monetary/currency values.

PropertyTypeRequired
unitstring — enum: currency-usd, currency-eur, currency-cny, currency-jpyYes
decimalPlacesnumberNo
shortValuesbooleanNo

temperatureFormatOptions

Format options for displaying temperature values.

PropertyTypeRequired
unitstring — enum: celsius, fahrenheitYes
decimalPlacesnumberNo
shortValuesbooleanNo

maxDesiredDataPoints

Maximum number of data points to display in the widget (0–1000). Lower values improve performance, higher values increase resolution. Null means use the default.

One of: number | null

thresholdOptions

Configuration for color-coding values based on threshold boundaries.

PropertyTypeRequired
modestring — enum: percent, absoluteNo
defaultColorstringNo
maxnumberNo
stepsarray of stepOptionsNo

stepOptions

A single threshold step defining a boundary value, color, and optional label.

PropertyTypeRequired
valuenumberYes
colorstringNo
namestringNo

paletteModeOptions

Color palette mode for the chart. 'auto' selects colors automatically, 'categorical' uses a fixed color set for distinguishing series, 'schemeDark2' uses the Dark2 color scheme, and 'error' uses red-toned colors for error-related visualizations.

Type: string
Values: auto, categorical, schemeDark2, error