# 接口: ChartConfigurationCustomTypesPerDataset<TType, TData, TLabel>
# 类型参数
名称 | 类型 |
---|---|
TType | 扩展 ChartType = ChartType |
TData | DefaultDataPoint <TType > |
TLabel | unknown |
# 属性
# data
• data: ChartDataCustomTypesPerDataset
<TType
, TData
, TLabel
>
# 定义在
types/index.d.ts:3828 (在新窗口中打开)
# options
• 可选
options: DeepPartial
<CoreChartOptions
<TType
> & ElementChartOptions
<TType
> & PluginChartOptions
<TType
> & DatasetChartOptions
<TType
> & ScaleChartOptions
<TType
> & ChartTypeRegistry
[TType
]["chartOptions"
]>
# 定义在
types/index.d.ts:3829 (在新窗口中打开)
# plugins
• 可选
plugins: Plugin
<TType
, AnyObject
>[]