# 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:3818
# options
• Optional
options: DeepPartial
<CoreChartOptions
<TType
> & ElementChartOptions
<TType
> & PluginChartOptions
<TType
> & DatasetChartOptions
<TType
> & ScaleChartOptions
<TType
> & ChartTypeRegistry
[TType
]["chartOptions"
]>
# Defined in
types/index.d.ts:3819
# platform
• Optional
platform: typeof BasePlatform
# Defined in
types/index.d.ts:3821
# plugins
• Optional
plugins: Plugin
<TType
, AnyObject
>[]
# Defined in
types/index.d.ts:3820
# type
• type: TType
# Defined in
types/index.d.ts:3817