Documentation / @ripl/charts / BaseChartOptions
Interface: BaseChartOptions ​
Defined in: charts/src/core/chart.ts:56
Base options shared by all chart types.
Extended by ​
AreaChartOptionsBarChartOptionsChordChartOptionsFunnelChartOptionsGanttChartOptionsGaugeChartOptionsHeatmapChartOptionsLineChartOptionsPieChartOptionsPolarAreaChartOptionsRadarChartOptionsSankeyChartOptionsScatterChartOptionsStockChartOptionsSunburstChartOptionsTreemapChartOptionsRealtimeChartOptionsTrendChartOptions
Properties ​
| Property | Type | Defined in |
|---|---|---|
animation? | boolean | Partial<ChartAnimationOptions> | charts/src/core/chart.ts:60 |
autoRender? | boolean | charts/src/core/chart.ts:57 |
padding? | Partial<ChartPadding> | charts/src/core/chart.ts:58 |
title? | string | Partial<ChartTitleOptions> | charts/src/core/chart.ts:59 |