Skip to content

Commit 1724c6a

Browse files
committed
Render up to 30 series
1 parent a5cd7e2 commit 1724c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/code/QueryResultsChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { aggregateValues } from "../primitives/charts/aggregation";
1010
import { getRunStatusHexColor } from "~/components/runs/v3/TaskRunStatus";
1111
import { getSeriesColor } from "./chartColors";
1212

13-
const MAX_SERIES = 20;
13+
const MAX_SERIES = 30;
1414
const MAX_SVG_ELEMENT_BUDGET = 6_000;
1515
const MIN_DATA_POINTS = 100;
1616
const MAX_DATA_POINTS = 500;

0 commit comments

Comments
 (0)