Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: y-axis unit is missing when value are 0 #1789

Open
kumarivijeta opened this issue Mar 28, 2024 · 0 comments
Open

[Bug]: y-axis unit is missing when value are 0 #1789

kumarivijeta opened this issue Mar 28, 2024 · 0 comments

Comments

@kumarivijeta
Copy link

kumarivijeta commented Mar 28, 2024

Application/Team

No

What happened?

ibm-combo-chart doesn't show y-axis unit when dataOptions contains values as 0.
Expected : It should show y-axis unit as 0 to increase readability.

Screenshot 2024-03-28 at 5 42 50 PM

Version

"@carbon/charts": "^1.13.7",
"@carbon/charts-angular": "^1.13.24",

Data & options used

{
    group: 'School A',
    date: 'Monday',
    value: 0
  },
  {
    group: 'School A',
    date: 'Tuesday',
    value: 0
  },
  {
    group: 'School A',
    date: 'Wednesday',
    value: 0
  },
  {
    group: 'School A',
    date: 'Thursday',
    value: 0
  },
  {
    group: 'School A',
    date: 'Friday',
    value: 0
  }
]

Relevant log output

No response

StackBlitz example

No response

What priority level would this be in your opinion?

P2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant