Options
All
  • Public
  • Public/Protected
  • All
Menu

A source of data for the chart. Can be either:

Hierarchy

  • IDataset

Index

Properties

Properties

Optional data

data: IFeatureSet | Array<__type>

Inline data, either a FeatureSet, or an array of features or POJOs

Optional domains

domains: IDomains

Values in these fields will be decoded using the coded value domain specified.

Optional join

join: string

The field to be used when joining multiple datasets. All datasets with a join field will be joined into a single "table" before passing to the chart rendering engine.

name

name: string

Used to identify which series get their data from this dataset

Optional query

query: __type

Query parameters to apply when fetching data (does not apply to inline data)

Optional url

url: string

Feature layer URL where data will be queried from for non-inline datasets

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc