AG Studio: Build dashboards using native components in web apps. Join us for a webinar on 28th July at 2pm UTC+1 Register

navigator.miniChart.series[type=' line']

type 'line'
Configuration for the Line Series.
xKey DatumKey
The key to use to retrieve x-values from the data.
yKey DatumKey
The key to use to retrieve y-values from the data.
normalizedTo number
The number to normalise the line stacks to. For example, if `normalizedTo` is set to `100`, the stacks will all be scaled proportionally so that their total height is always 100.
stacked boolean
An option indicating if the lines should be stacked.
stackGroup string
An ID to be used to group stacked items.
id string default: auto-generated value
Primary identifier for the series. This is provided as `seriesId` in user callbacks to differentiate multiple series. Auto-generated ids are subject to future change without warning, if your callbacks need to vary behaviour by series please supply your own unique `id` value.
data DatumDefault[]
The data to use when rendering the series. If this is not supplied, data must be set on the chart instead.
selection AgSelectionOptions
Configuration for data selection.
xKeyAxis string default: 'x'
The key of the x-axis to which this series is bound.
yKeyAxis string default: 'y'
The key of the y-axis to which this series is bound.
legendItemName string
Human-readable description of the y-values. If supplied, matching items with the same value will be toggled together.
styler Styler
Function used to return formatting for entire series, based on the given parameters.
marker AgSeriesMarkerOptions
Configuration for the markers used in the series.
interpolation AgInterpolationType
Configuration for the line used in the series.
connectMissingData boolean
Set to `true` to connect across missing data points.
segmentation AgSeriesSegmentation
Configuration for styling series as separate segments.
stroke AgCssColorOrRef
The colour for the stroke.
strokeWidth PixelSize
The width of the stroke in pixels.
strokeOpacity Opacity
The opacity of the stroke colour.
lineDash PixelSize[]
An array specifying the length in pixels of alternating dashes and gaps.
lineDashOffset PixelSize
The initial offset of the dashed line in pixels.