Types
import type { WebChartConfigFields } from "@arcgis/charts-components/utils/layer/inline-conversion/interfaces.js";

Type definitions

WebChartConfigFields

Type definition

Former interface describing the property configFields from an inline data source. Is an object which dictate which data-item field should be used for defining a property of the rendered element (line, point, bars, etc). Used in inline data source mode only.

fillColor

Property
Type
string | undefined

fillOpacity

Property
Type
string | undefined

fillStyle

Property
Type
string | undefined

lineColor

Property
Type
string | undefined

lineOpacity

Property
Type
string | undefined

lineWidth

Property
Type
string | undefined

lineStyle

Property
Type
string | undefined

markerSize

Property
Type
string | undefined

outlineColor

Property
Type
string | undefined

outlineOpacity

Property
Type
string | undefined

outlineWidth

Property
Type
string | undefined

outlineStyle

Property
Type
string | undefined

displayLabel

Property
Type
string | undefined