We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be3cd8 commit ec959cdCopy full SHA for ec959cd
torchci/components/metrics/panels/TablePanel.tsx
@@ -24,7 +24,7 @@ export default function TablePanel({
24
helpLink,
25
// An optional flag to show the table footer
26
showFooter,
27
- useClickHouse = true,
+ useClickHouse = false,
28
}: {
29
title: string;
30
queryCollection?: string;
torchci/components/metrics/panels/TimeSeriesPanel.tsx
@@ -223,7 +223,7 @@ export default function TimeSeriesPanel({
223
yAxisLabel,
224
// Additional EChartsOption (ex max y value)
225
additionalOptions,
226
227
228
229
0 commit comments