# 接口: ChartConfiguration<TType, TData, TLabel>
# 类型参数
| 名称 | 类型 |
|---|---|
TType | 扩展 ChartType = ChartType |
TData | DefaultDataPoint<TType> |
TLabel | 未知 |
# 属性
# data
• data: ChartData<TType, TData, TLabel>
# 定义于
types/index.d.ts:3817 (在新窗口中打开)
# options
• Optional options: DeepPartial<CoreChartOptions<TType> & ElementChartOptions<TType> & PluginChartOptions<TType> & DatasetChartOptions<TType> & ScaleChartOptions<TType> & ChartTypeRegistry[TType]["chartOptions"]>
# 定义于
types/index.d.ts:3818 (在新窗口中打开)
# platform
• Optional platform: typeof BasePlatform
# 定义于
types/index.d.ts:3820 (在新窗口中打开)
# plugins
• Optional plugins: Plugin<TType, AnyObject>[]
# 定义于
types/index.d.ts:3819 (在新窗口中打开)
# type
• type: TType