Options for managing AG Grid's Charts

TypeScript
export interface

Properties

PropertyDescriptionDefault
agGridContainerNameName of AG Grid Chart Container'AG Grid Window'
chartContainersLocations to display saved Charts
externalChartingOptionsSet of properties for managing behaviour of external (i.e non AG Grid) charts
saveChartBehaviourBehaviour for saving Charts: auto, manual (via popup) or none'none'

Property Details

agGridContainerName

Name of AG Grid Chart Container

TypeScript
agGridContainerName?: string;
Default Value

'AG Grid Window'

Property Value

string

chartContainers

Locations to display saved Charts

TypeScript
chartContainers?: ChartContainer[];
Property Value

ChartContainer[]

externalChartingOptions

Set of properties for managing behaviour of external (i.e non AG Grid) charts

TypeScript
externalChartingOptions?: ExternalChartingOptions;
Property Value

ExternalChartingOptions

saveChartBehaviour

Behaviour for saving Charts: auto, manual (via popup) or none

TypeScript
saveChartBehaviour?: SaveChartBehaviour;
Default Value

'none'

Property Value

SaveChartBehaviour