Skip to content

Commit c888030

Browse files
Merge pull request #14 from GetStream/improve-workflows
fixed timeseries
2 parents 9cc1cc3 + 85a6f36 commit c888030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app/metrics/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default function MetricsPage() {
187187
</div>
188188
<ChartContainer config={dynamicConfig}>
189189
{series.length > 1 ? (
190-
<LineChart data={chartData.slice(0, 8)}>
190+
<LineChart data={chartData}>
191191
<ChartTooltip
192192
content={
193193
<ChartTooltipContent

0 commit comments

Comments
 (0)