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 a5cd7e2 commit 1724c6aCopy full SHA for 1724c6a
apps/webapp/app/components/code/QueryResultsChart.tsx
@@ -10,7 +10,7 @@ import { aggregateValues } from "../primitives/charts/aggregation";
10
import { getRunStatusHexColor } from "~/components/runs/v3/TaskRunStatus";
11
import { getSeriesColor } from "./chartColors";
12
13
-const MAX_SERIES = 20;
+const MAX_SERIES = 30;
14
const MAX_SVG_ELEMENT_BUDGET = 6_000;
15
const MIN_DATA_POINTS = 100;
16
const MAX_DATA_POINTS = 500;
0 commit comments