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 report rendering when executor comparison inline plot only has one data series #192

Merged
merged 3 commits into from
Mar 24, 2024

Conversation

smarr
Copy link
Owner

@smarr smarr commented Mar 24, 2024

This allows the report to render when there's not actually a comparison, but only a single data series.

The PR also reduces the refresh rate of the report-rending placeholder to 5 seconds, since they render so fast now 🥳

And, we make download of the font conditional on whether it's not already there. Useful for development setup.

This resolves #189.

smarr added 3 commits March 24, 2024 11:40
…ies (Fixes #189)

Erroring out breaks the full report, which isn’t useful.
Not rendering also hides the data that we have, so, rendering with at least on data series seems sensible.

Signed-off-by: Stefan Marr <[email protected]>
@smarr smarr added the bug Something isn't working label Mar 24, 2024
@smarr smarr merged commit 289387b into master Mar 24, 2024
2 checks passed
@smarr smarr deleted the report-gen-bug branch March 24, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comparison View: Fails with "Expect at least two data series, but only got 1"
1 participant