-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Describe the bug
When using the BarChart, the BarData displayed on the y-axis appears to truncate large values, showing only the first four digits. For instance, a true value of 999,999 is displayed as "9999". Alternatively, very large numbers might be abbreviated (e.g., "9.99k"), which also doesn't reflect the full, precise value.
To Reproduce
Steps to reproduce the behavior:
- Go to a page displaying a BarChart with BarData values greater than 9,999.
- Observe the y-axis labels.
- See that values like 999,999 are displayed as "9999", or as an abbreviated form like "9.99k".
Expected behavior
I expect the BarChart to display the full, precise values on the y-axis without truncation or abbreviation, or at least provide an option to control the display format for large numbers (e.g., full number, thousands separator, or specific abbreviation settings).
Screenshots
Additional context
- Version [2.1.0-beta03.4]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels