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