Skip to main content
Version: Deprecated Pages

Perspective - XY Chart Properties

Deprecated by the radius property in 8.3.5.

The width and height properties included under the bullets configuration were removed and replaced with a radius property for consistency with how circle configuration is handled. Note that only the affected property tables for the removed properties have been included on this page.

Click here to learn more about the radius property.

Component Palette Icon

The XY Chart displays data trends. It provides a flexible way to display either timeseries or X-Y data by entering data in the dataSources property. It is fully customizable in its appearance, from labels, colors, line widths, legend, scroll bars, and text styles.

Properties

Most Properties have binding options. This section only documents the Props Category of properties.

NameDescriptionProperty Type
dataSourcesObjects that are the data source for the chart. When configured to show a date or time on the x-axis, the chart expects that each entry in a data source is already sorted in ascending timestamp order. It is highly advised that you sort the contents of any given data source.array
titleChart title configuration.value:string
subtitleChart subtitle configuration.object
legendSettings for the chart legend.object
cursorSettings for the chart cursor.object
enableTransitionsWhether the transition animations are enabled for this chart. Default is false (disabled).boolean
scrollBarsConfiguration for the scroll bars on the chart.object
selectionAn object that contains selection related properties. Data points in a series can only be selected if series.#.render is set to either column, candlestick, or line with bullets enabled.object
backgroundConfiguration for the background of the chart.object
xAxesConfiguration properties for the X Axes of the chart.array
yAxesConfiguration properties for the Y Axes of the chart.array
seriesAn array of series configurations to apply to this chart.array
styleSets a style for this chart. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class.object

series Properties

series

NameDescriptionProperty Type
nameA unique name to identify this application of this series.value: string
labelSeries label to use with legend.object
visibleEnables series visibility. Default is true.value: boolean
hiddenInLegendHides the series in the legend. Default is false.value: boolean
defaultStateSeries default state configuration. Default is true (visible).value: boolean
dataData settings for the series.object
xAxisName of the x axis configuration object to be used with this series.value: string
yAxisName of the y axis configuration object to be used with this series.value: string
zIndexSets the series stack order relative to other series.value: numeric
tooltipTool tip configuration for the series.object
renderThe series render mode. Options are candlestick, column, line, stepLine. Default is line.value: string dropdown
candlestickWhen render is set to candlestick, the following candlestick settings are available. See the XY Chart Example - Candlestick Chart page for more information on how to configure a candlestick chart.object
columnWhen render is set to column, column settings are available.object
lineWhen render is set to line, line settings are available.object
stepLineWhen render is set to stepLine. StepLine settings are available.object

series.line

NameDescriptionProperty Type
openConfigures the open data.object
appearanceConfigures the appearance of the line series.object

series.line.appearance

NameDescriptionProperty Type
connectConnects the lines over empty data points. Default is true.value: boolean
tensionXHorizontal tension setting of the line. Range is 0 to 1. A 1 value indicates high tension, so the line is maximally attracted to the points it connects (i.e. straight line). A 0 value means the opposite. Default is 1.value: numeric
tensionYVertical tension setting of the line. Range is 0 to 1. A 1 value indicates high tension, so the line is maximally attracted to the points it connects (i.e. straight line). A 0 value means the opposite. Default is 1.value: numeric
minDistanceThe minimum distance (in pixels) between two points. Default is 0.5.value: numeric
strokeSeries stroke configuration.object
fillSeries color configuration.object
bulletsSeries bullet configuration.array

series.line.appearance.bullets

NameDescriptionProperty Type
enabledEnables bullets.value: boolean
renderType of bullet to render. Options are circle or label.value: string dropdown
widthBullet width.value: numeric
heightBullet height.value: numeric
labelLabel properties.object
tooltipTooltip configuration.object
fillFill settings.object
strokeStroke settings.object
rotationRotation of the bullet.value: numeric
deriveFieldsFromDataSettings for derived fields.object
heatRulesThese heat rules apply to the radius of a circular bullet.object