Interface: ChartConfiguration<TType, TData, TLabel>

Type parameters

NameType
TTypeextends ChartType = ChartType
TDataDefaultDataPoint<TType>
TLabelunknown

Properties

data

data: ChartData<TType, TData, TLabel>

Defined in

types/index.d.ts:3780ChartConfiguration - 图1 (opens new window)


options

Optional options: DeepPartial<CoreChartOptions<TType> & ElementChartOptions<TType> & PluginChartOptions<TType> & DatasetChartOptions<TType> & ScaleChartOptions<TType> & ChartTypeRegistry[TType]["chartOptions"]>

Defined in

types/index.d.ts:3781ChartConfiguration - 图2 (opens new window)


plugins

Optional plugins: Plugin<TType, AnyObject>[]

Defined in

types/index.d.ts:3782ChartConfiguration - 图3 (opens new window)


type

type: TType

Defined in

types/index.d.ts:3779ChartConfiguration - 图4 (opens new window)