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 0e55057 commit 80978aaCopy full SHA for 80978aa
1 file changed
static/app/views/traces/tracesChart.tsx
@@ -43,6 +43,7 @@ export function TracesChart({}: Props) {
43
);
44
45
const seriesData = spanIndexedCountSeries.data?.['count()'];
46
+ seriesData.z = 1; // TODO:: This shouldn't be required, but we're putting this in for now to avoid split lines being shown on top of the chart data :).
47
48
return (
49
<ChartContainer>
0 commit comments