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

Bar chart with numeric x-axis fails to truncate upper bounds #26256

Closed
sfirke opened this issue Dec 12, 2023 · 0 comments · Fixed by #26264
Closed

Bar chart with numeric x-axis fails to truncate upper bounds #26256

sfirke opened this issue Dec 12, 2023 · 0 comments · Fixed by #26264
Assignees

Comments

@sfirke
Copy link
Member

sfirke commented Dec 12, 2023

In 3.1.0rc2 my bar chart is showing up like this:
289988851-1c6c791b-daff-4651-834f-9a72ca3ee64a

It should look like this (3.0.0):
289989048-d1c5f31f-799e-4a44-a47d-6fd1b5b48364

This issue is sort of a part 2 to #26139, where the issue persists for just the upper bound. The fix was #26215 which stated:

If the lower and/or upper bounds are left undefined, they will default to the min and max values from the dataset (calculated automatically by ECharts). This ensures that the data is bounded correctly.

It looks like the lower bounds part is performing okay here, but the upper bound part is not doing what is stated in the PR.

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

Successfully merging a pull request may close this issue.

3 participants