ChartContainer
Describes Location to display an AG Grid Chart
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| chartsDisplay | 'single' | 'multiple' | Whether 1 or more Charts can be displayed in same location | 'single' |
| element | HTMLElement | string | Location - can be HTMLElement or CSS Selector | |
| name | string | Name 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