Describes Location to display an AG Grid Chart

TypeScript
export interface

Properties

PropertyDescriptionDefault
chartsDisplayWhether 1 or more Charts can be displayed in same location'single'
elementLocation - can be HTMLElement or CSS Selector
nameName of Container's Location - used in Dropdowns

Property Details

chartsDisplay

Whether 1 or more Charts can be displayed in same location

TypeScript
chartsDisplay?: 'single' | 'multiple';
Default Value

'single'

Property Value

'single' | 'multiple'

element

Location - can be HTMLElement or CSS Selector

TypeScript
element: HTMLElement | string;
Property Value

HTMLElement | string

name

Name of Container's Location - used in Dropdowns

TypeScript
name: string;
Property Value

string