Skip to content

BarData Y-Axis Display Limit #161

@nestjs57

Description

@nestjs57

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:

  1. Go to a page displaying a BarChart with BarData values greater than 9,999.
  2. Observe the y-axis labels.
  3. 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

Image

Additional context

  • Version [2.1.0-beta03.4]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions