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

UI Chart: Fix missing entry for first of series (after 1st) #1164

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

joepavitt
Copy link
Collaborator

Description

  • When a data point came in for a new "Series", but we'd seen the x-value before, we were not assigning the index of the data point correctly.

Related Issue(s)

Closes #1130

@joepavitt joepavitt requested a review from gayanSandamal August 6, 2024 11:09
Copy link
Contributor

@gayanSandamal gayanSandamal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix looks good to me

@joepavitt joepavitt merged commit 439074f into main Aug 6, 2024
1 of 2 checks passed
@joepavitt joepavitt deleted the 1130-series-missing-data branch August 6, 2024 12:02
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 this pull request may close these issues.

v1.14.0: ui-chart: not all bars of first group displayed
2 participants