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 d9d8beb commit f7141fdCopy full SHA for f7141fd
static/app/views/explore/components/suspectTags/charts.tsx
@@ -149,7 +149,7 @@ function Chart({
149
seriesParamsOrParam: TooltipComponentFormatterCallbackParams
150
) => {
151
if (!Array.isArray(seriesParamsOrParam)) {
152
- throw new Error('seriesParamsOrParam is not an array in formatAxisLabel');
+ return '\u2014';
153
}
154
155
const selectedParam = seriesParamsOrParam[0];
0 commit comments