Skip to content

Commit 19f73ae

Browse files
committed
fix: remove unused
1 parent 973b3c6 commit 19f73ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/MetricChart/MetricChart.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,7 @@ interface DiagnosticsChartProps {
109109
database: string;
110110
metrics: MetricDescription[];
111111

112-
/** Default timeframe for uncontrolled usage */
113112
defaultTimeFrame?: TimeFrame;
114-
115-
/** Callback for timeframe changes - required when using controlled mode */
116-
onTimeFrameChange?: (timeFrame: TimeFrame) => void;
117-
118113
autorefresh?: number;
119114
height?: number;
120115
width?: number;

0 commit comments

Comments
 (0)