Skip to content

Documentation / @ripl/charts / BaseChartOptions

Interface: BaseChartOptions ​

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

Base options shared by all chart types.

Extended by ​

Properties ​

PropertyTypeDefined in
animation?boolean | Partial<ChartAnimationOptions>charts/src/core/chart.ts:60
autoRender?booleancharts/src/core/chart.ts:57
padding?Partial<ChartPadding>charts/src/core/chart.ts:58
title?string | Partial<ChartTitleOptions>charts/src/core/chart.ts:59