Skip to content

Commit 87cc03d

Browse files
committed
Scope performance score ring y offset to dashboard widget
1 parent 6d57e75 commit 87cc03d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

static/app/views/dashboards/widgets/wheelWidget/wheelWidgetVisualization.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function WheelWidgetVisualization({tableResults}: WheelWidgetVisualizatio
3333
<Flex justify="center" align="center" direction="column" height="100%">
3434
<PerformanceScoreRingWithTooltips
3535
autoSize
36+
y={30}
3637
projectScore={projectScore}
3738
text={score}
3839
width={220}

static/app/views/insights/browser/webVitals/components/performanceScoreRingWithTooltips.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function PerformanceScoreRingWithTooltips({
150150
inPerformanceWidget = false,
151151
size = 140,
152152
x = 40,
153-
y = 30,
153+
y = 25,
154154
labelHeightPadding = 14,
155155
radiusPadding = 4,
156156
}: Props) {

0 commit comments

Comments
 (0)