Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Sep 25, 2024
1 parent baf8933 commit 97d8cbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/unified_histogram/public/chart/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ export interface ChartProps {
isChartLoading?: boolean;
onChartHiddenChange?: (chartHidden: boolean) => void;
onTimeIntervalChange?: (timeInterval: string) => void;
onBreakdownFieldChange?: (
breakdownField: DataViewField | undefined,
columns?: DatatableColumn[]
) => void;
onBreakdownFieldChange?: (breakdownField: DataViewField | undefined) => void;
onTotalHitsChange?: (status: UnifiedHistogramFetchStatus, result?: number | Error) => void;
onChartLoad?: (event: UnifiedHistogramChartLoadEvent) => void;
onFilter?: LensEmbeddableInput['onFilter'];
Expand Down

0 comments on commit 97d8cbd

Please sign in to comment.