File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3741,15 +3741,15 @@ export type ScaleChartOptions<TType extends ChartType = ChartType> = {
3741
3741
} ;
3742
3742
3743
3743
export type ChartOptions < TType extends ChartType = ChartType > = Exclude <
3744
- DeepPartial <
3745
- CoreChartOptions < TType > &
3746
- ElementChartOptions < TType > &
3747
- PluginChartOptions < TType > &
3748
- DatasetChartOptions < TType > &
3749
- ScaleChartOptions < TType > &
3750
- ChartTypeRegistry [ TType ] [ 'chartOptions' ]
3751
- > ,
3752
- DeepPartial < unknown [ ] >
3744
+ DeepPartial <
3745
+ CoreChartOptions < TType > &
3746
+ ElementChartOptions < TType > &
3747
+ PluginChartOptions < TType > &
3748
+ DatasetChartOptions < TType > &
3749
+ ScaleChartOptions < TType > &
3750
+ ChartTypeRegistry [ TType ] [ 'chartOptions' ]
3751
+ > ,
3752
+ DeepPartial < unknown [ ] >
3753
3753
> ;
3754
3754
3755
3755
export type DefaultDataPoint < TType extends ChartType > = DistributiveArray < ChartTypeRegistry [ TType ] [ 'defaultDataPoint' ] > ;
You can’t perform that action at this time.
0 commit comments