# Interface: ChartConfiguration<TType, TData, TLabel>
# Type parameters
Name | Type |
---|---|
TType | extends ChartType = ChartType |
TData | DefaultDataPoint <TType > |
TLabel | unknown |
# Properties
# data
• data: ChartData
<TType
, TData
, TLabel
>
# Defined in
types/index.d.ts:3828 (opens new window)
# options
• Optional
options: Exclude
<DeepPartial
<CoreChartOptions
<TType
> & ElementChartOptions
<TType
> & PluginChartOptions
<TType
> & DatasetChartOptions
<TType
> & ScaleChartOptions
<TType
> & ChartTypeRegistry
[TType
]["chartOptions"
]>, _DeepPartialArray
<unknown
>>
# Defined in
types/index.d.ts:3829 (opens new window)
# platform
• Optional
platform: typeof BasePlatform
# Defined in
types/index.d.ts:3831 (opens new window)
# plugins
• Optional
plugins: Plugin
<TType
, AnyObject
>[]
# Defined in
types/index.d.ts:3830 (opens new window)
# type
• type: TType