Skip to content

Commit 9eaae2b

Browse files
fix(visualization/gauge): correct X_OFFSET for gauge (#5711)
1 parent 3f00d35 commit 9eaae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visualization/types/Gauge/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ export const GAUGE_THEME_DARK: GaugeTheme = {
6868
}
6969

7070
export const GAUGE_ARC_LENGTH_DEFAULT = 1.5 * Math.PI
71-
export const GAUGE_VALUE_POSITION_X_OFFSET_DEFAULT = 1.5
71+
export const GAUGE_VALUE_POSITION_X_OFFSET_DEFAULT = 0
7272
export const GAUGE_VALUE_POSITION_Y_OFFSET_DEFAULT = 1.5

0 commit comments

Comments
 (0)