Types
import type { RGBObject, IRendererSymbol, WebChartDataItemColor, WebChartDataItemValue, WebChartDataItem } from "@arcgis/charts-components/spec/data-source.js";Type definitions
IRendererSymbol
Type definition
- Supertypes
- ISymbol
color
Property
- Type
- Color
outline
Property
- Type
- ISimpleLineSymbol | undefined
WebChartDataItemValue
Type definition
- Type
- Date | IExtent | IRendererSymbol | number[] | string[] | WebChartDataItem[] | WebChartDataItemColor | boolean | number | string | null | undefined
WebChartDataItem
Type definition
JSON representation of a typical data item.
- Supertypes
- Record<string‚ WebChartDataItemValue>
WebChartBoxPlotDataItem
Type definition
JSON representation of the processed data for a box plot.
dataItems
Property
- Type
- WebChartDataItem[]
outliers
Property
- Type
- WebChartDataItem[] | undefined
meanLines
Property
- Type
- WebChartDataItem[] | undefined
ScatterplotTrendLineData
Type definition
JSON representation of the processed data for a scatterplot trend line.
trendLinePoints
Property
- Type
- [WebChartDataItem, WebChartDataItem] | undefined
WebChartScatterplotDataItem
Type definition
JSON representation of the processed data for a scatterplot.
- Supertypes
- ScatterplotTrendLineData
dataItems
Property
- Type
- WebChartDataItem[]
WebChartGenericDataItem
Type definition
JSON representation of the generic data structure for bar chart, line chart, combo bar line chart, gauge, heat chart, pie chart and radar chart.
dataItems
Property
- Type
- WebChartDataItem[]
timeIntervalInfo
Property
- Type
- TimeIntervalInfo | undefined
Time interval information.
Only applicable to bar chart, line chart.
WebChartHistogramDataItem
Type definition
JSON representation of the processed data for a histogram.
mean
Property
- Type
- number
median
Property
- Type
- number
stddev
Property
- Type
- number
max
Property
- Type
- number
min
Property
- Type
- number
bins
Property
- Type
- WebChartBin[]