Types
import type { SupportedLayer, IntervalPopoverProps, CSVOptions } from "@arcgis/charts-components/interfaces.js";Type definitions
SupportedLayer
Type definition
Supported layer types for charts.
- Type
- FeatureLayer | SubtypeSublayer
CSVOptions
Type definition
Options for exporting chart data to CSV.
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"