@@ -16,26 +16,23 @@ applyDisplayName(CoreChart, "CoreChart");
1616export default CoreChart ;
1717
1818export namespace CoreChartTypes {
19- export type BaseChartOptions = CoreInterfaces . BaseChartOptions ;
20- export type BaseFilterOptions = CoreInterfaces . BaseFilterOptions ;
21- export type BaseI18nStrings = CoreInterfaces . BaseI18nStrings ;
22- export type BaseLegendOptions = CoreInterfaces . BaseLegendOptions ;
23- export type BaseNoDataOptions = CoreInterfaces . BaseNoDataOptions ;
24-
2519 export type CartesianI18nStrings = CoreInterfaces . CartesianI18nStrings ;
26- export type PieI18nStrings = CoreInterfaces . PieI18nStrings ;
2720 export type CoreI18nStrings = CoreInterfaces . CoreI18nStrings ;
21+ export type PieI18nStrings = CoreInterfaces . PieI18nStrings ;
2822
2923 export type CoreCartesianOptions = CoreInterfaces . CoreCartesianOptions ;
3024 export type CoreChartAPI = CoreInterfaces . CoreChartAPI ;
25+ export type CoreChartOptions = CoreInterfaces . CoreChartOptions ;
3126 export type CoreChartProps = CoreInterfaces . CoreChartProps ;
3227 export type CoreFooterOptions = CoreInterfaces . CoreFooterOptions ;
3328 export type CoreHeaderOptions = CoreInterfaces . CoreHeaderOptions ;
3429 export type CoreLegendItem = CoreInterfaces . CoreLegendItem ;
3530 export type CoreLegendOptions = CoreInterfaces . CoreLegendOptions ;
36-
3731 export type CoreTooltipContent = CoreInterfaces . CoreTooltipContent ;
3832 export type CoreTooltipOptions = CoreInterfaces . CoreTooltipOptions ;
33+ export type CoreXAxisOptions = CoreInterfaces . CoreXAxisOptions ;
34+ export type CoreYAxisOptions = CoreInterfaces . CoreYAxisOptions ;
35+
3936 export type GetLegendTooltipContent = CoreInterfaces . GetLegendTooltipContent ;
4037 export type GetLegendTooltipContentProps = CoreInterfaces . GetLegendTooltipContentProps ;
4138 export type GetTooltipContent = CoreInterfaces . GetTooltipContent ;
@@ -46,9 +43,5 @@ export namespace CoreChartTypes {
4643 export type TooltipPointProps = CoreInterfaces . TooltipPointProps ;
4744 export type TooltipSlotProps = CoreInterfaces . TooltipSlotProps ;
4845
49- export type InternalChartOptions = CoreInterfaces . InternalChartOptions ;
50- export type InternalXAxisOptions = CoreInterfaces . InternalXAxisOptions ;
51- export type InternalYAxisOptions = CoreInterfaces . InternalYAxisOptions ;
52-
5346 export type ChartHighlightProps = CoreInterfaces . ChartHighlightProps ;
5447}
0 commit comments