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 bc8e276 commit c5cf170Copy full SHA for c5cf170
static/app/views/releases/releaseBubbles/useReleaseBubbles.tsx
@@ -357,6 +357,11 @@ export function useReleaseBubbles({
357
min: 0,
358
max: 100,
359
show: false,
360
+ // `axisLabel` causes an unwanted whitespace/width on the y-axis
361
+ axisLabel: {show: false},
362
+ // Hides an axis line + tooltip when hovering on chart
363
+ // This is default `false`, but the main y-axis has
364
+ // `tooltip.trigger=axis` which will cause this to be enabled.
365
axisPointer: {show: false},
366
}),
367
[]
0 commit comments