JavaScript ChartsOptions Reference
A comprehensive interactive explorer for the AgChartOptions
structure.
Read more about how to use this structure in the Create/Update section.
options: {type?: 'line' | 'bar' | 'column' | 'area' | 'scatter' | 'histogram' | TAddonType; data: any[]; container?: HTMLElement | null; axes?: AgCartesianAxisOptions[] [ ... ]; series?: AgCartesianSeriesOptions<TAddonSeries>[] [ ... ]; width?: number; height?: number; autoSize?: boolean; padding?: AgChartPaddingOptions { ... }; seriesAreaPadding?: AgSeriesAreaPaddingOptions { ... }; background?: AgChartBackground { ... }; title?: AgChartCaptionOptions { ... }; subtitle?: AgChartSubtitleOptions { ... }; footnote?: AgChartFooterOptions { ... }; tooltip?: AgChartTooltipOptions { ... }; legend?: AgChartLegendOptions { ... }; listeners?: AgBaseChartListeners { ... }; highlight?: AgChartHighlightOptions { ... }; overlays?: AgChartOverlaysOptions { ... }; navigator?: AgNavigatorOptions { ... }; theme?: string | AgChartTheme; }