Skip to content

MudTimeSeriesChart: Fix Unhandled Exception#11153

Merged
ScarletKuro merged 2 commits intoMudBlazor:devfrom
Anu6is:11119-MudTimeSeriesChart-Exception
Apr 5, 2025
Merged

MudTimeSeriesChart: Fix Unhandled Exception#11153
ScarletKuro merged 2 commits intoMudBlazor:devfrom
Anu6is:11119-MudTimeSeriesChart-Exception

Conversation

@Anu6is
Copy link
Contributor

@Anu6is Anu6is commented Apr 5, 2025

Description

Resolve unhandled exception when retrieving chart series index.
Fixes #11119

How Has This Been Tested?

visually

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Apr 5, 2025
@codecov
Copy link

codecov bot commented Apr 5, 2025

Codecov Report

Attention: Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.

Project coverage is 91.08%. Comparing base (6cdb07a) to head (9466c80).
Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
...MudBlazor/Components/Chart/Charts/TimeSeries.razor 0.00% 12 Missing and 2 partials ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #11153      +/-   ##
==========================================
- Coverage   91.09%   91.08%   -0.02%     
==========================================
  Files         436      436              
  Lines       14096    14098       +2     
  Branches     2726     2727       +1     
==========================================
  Hits        12841    12841              
- Misses        639      640       +1     
- Partials      616      617       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ScarletKuro ScarletKuro merged commit e3bc582 into MudBlazor:dev Apr 5, 2025
2 checks passed
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 5, 2025

@Anu6is Anu6is deleted the 11119-MudTimeSeriesChart-Exception branch May 22, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudTimeSeriesChart: Unhandled exception when selected series is changed

2 participants