Skip to content

Documentation / @ripl/charts / BaseChartOptions

Interface: BaseChartOptions

Defined in: charts/src/core/chart.ts:81

Base options shared by all chart types.

Extended by

Properties

PropertyTypeDescriptionDefined in
animation?boolean | Partial<ChartAnimationOptions>Animation configuration, or a boolean toggling all transitions. See ChartAnimationOptions.charts/src/core/chart.ts:89
autoRender?booleanWhether the chart renders automatically on construction and after every Chart.update. Defaults to true.charts/src/core/chart.ts:83
padding?Partial<ChartPadding>Space reserved around the chart, per edge, in pixels.charts/src/core/chart.ts:85
title?string | Partial<ChartTitleOptions>Chart title as plain text, or a ChartTitleOptions object for full control.charts/src/core/chart.ts:87