# Interface: ChartConfiguration<TType, TData, TLabel>
# Type parameters
Name | Type | Default |
---|---|---|
TType | ChartType | ChartType |
TData | - | TType[] |
TLabel | - | unknown |
# Properties
# data
• data: ChartData<TType, TData, TLabel>
Defined in: index.esm.d.ts:3363 (opens new window)
# options
• Optional
options: DeepPartial<CoreChartOptions<TType> & ElementChartOptions<TType> & PluginChartOptions<TType> & DatasetChartOptions<TType> & ScaleChartOptions<TType> & ChartTypeRegistry[TType][chartOptions]>
Defined in: index.esm.d.ts:3364 (opens new window)
# plugins
• Optional
plugins: Plugin<TType, Record<string, unknown>>[]
Defined in: index.esm.d.ts:3365 (opens new window)
# type
• type: TType
Defined in: index.esm.d.ts:3362 (opens new window)