Skip to content
Types
import type { SupportedLayer, IntervalPopoverProps, CSVOptions } from "@arcgis/charts-components/interfaces.js";

Type definitions

SupportedLayer

Type definition

Supported layer types for charts.

IntervalPopoverProps

Type definition

size

Property
Type
number

unit

Property
Type
WebChartTemporalBinningUnits

CSVOptions

Type definition

Options for exporting chart data to CSV.

columns

Property
Type
string[] | undefined

Explicit list of columns to export. If not provided, all columns will be exported.

delimiter

Property
Type
string | undefined

Field delimiter.

includeHeader

Property
Type
boolean | undefined

Whether to include the header row in the CSV.

quoteAll

Property
Type
boolean | undefined

Whether to quote all fields.

locale

Property
Type
SupportedLocale | undefined

Locale used for formatting numbers in the CSV. This affects how numbers are formatted, such as decimal and thousands separators. If not provided, the default locale will be used.

Supported locales include: "ar", "ar-u-nu-latn", "bs", "bg", "ca", "cs", "da", "de", "el", "en", "en-US", "es", "et", "fi", "fr", "he", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "no", "nl", "pl", "pt-BR", "pt-PT", "ro", "ru", "sr", "sl", "sk", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-HK", "zh-TW"

Variables