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

fix: loading spinner finishes before all series load #1729

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

ethanalvizo
Copy link
Contributor

Closes #1654

@ethanalvizo ethanalvizo self-assigned this Jan 16, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a25095e) 46.68% compared to head (522cbb4) 46.47%.
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1729      +/-   ##
==========================================
- Coverage   46.68%   46.47%   -0.21%     
==========================================
  Files         609      617       +8     
  Lines       36985    37298     +313     
  Branches     9306     9379      +73     
==========================================
+ Hits        17265    17333      +68     
- Misses      19668    19911     +243     
- Partials       52       54       +2     
Flag Coverage Δ
unit 46.47% <100.00%> (-0.21%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -157,6 +157,9 @@ class FigureChartModel extends ChartModel {
const { charts } = this.figure;
const axisTypeMap = ChartUtils.getAxisTypeMap(this.figure);
const activeSeriesNames: string[] = [];
Copy link
Member

Choose a reason for hiding this comment

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

Side note - this could be optimized by using a Set<string> instead of a string[].

@mofojed mofojed merged commit e79297b into deephaven:main Jan 22, 2024
4 of 5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chart plotBy does not wait for all series to load before displaying
2 participants