Skip to content

Commit

Permalink
[Bug] Fix 12350 format in tooltip (#1327)
Browse files Browse the repository at this point in the history
- updated arrow
Signed-off-by: Valentine <vpanchin@gmail.com>
  • Loading branch information
b2kdaman committed Dec 15, 2020
1 parent 2ea82de commit d6e2837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/tooltip.js
Expand Up @@ -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: {
Expand Down

0 comments on commit d6e2837

Please sign in to comment.