diff --git a/src/constants/tooltip.js b/src/constants/tooltip.js index 60b934a745..21eeb078ec 100644 --- a/src/constants/tooltip.js +++ b/src/constants/tooltip.js @@ -80,8 +80,8 @@ export const TOOLTIP_FORMATS = { }, DECIMAL_INT: { id: 'DECIMAL_INT', - label: '12350', - format: '.4r', + label: '12345 → 12350', + format: '.4~r', type: TOOLTIP_FORMAT_TYPES.DECIMAL }, DECIMAL_THREE: {