Skip to content

Bump the mudblazor-charts group with 2 updates - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/MWDashboard.Web/mudblazor-charts-36e4c819f4
Open

Bump the mudblazor-charts group with 2 updates#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/MWDashboard.Web/mudblazor-charts-36e4c819f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Updated Blazor-ApexCharts from 6.1.0 to 7.0.0.

Release notes

Sourced from Blazor-ApexCharts's releases.

7.0.0

Upgrades the vendored ApexCharts core from 5.16.0 to 6.5.0 and surfaces the new v6 capabilities through the
strongly-typed Blazor API. The seven premium modules are gated by the same offline license/watermark mechanism used
across the ApexCharts family (apexgantt, apextree, apexsankey).

✨ New: licensing

  • Premium modules (history, perspectives, link/crossfilter, ink, measure, contextMenu, storyboard) work fully in
    trial mode but show an APEXCHARTS watermark until a valid key is applied. All chart types and every other
    option are never gated.
  • Apply a key application-wide: services.AddApexCharts(o => o.LicenseKey = "APEX-...") (also AddApexChartsMaui).
  • Or per-chart: Chart.License.
  • Or at runtime: IApexChartService.SetLicenseAsync("APEX-...").
  • Keys are validated offline (no network call); the format is shared across the ApexCharts family.

✨ New free options (no license required)

  • Canvas renderer (Chart.Renderer = Svg/Canvas/Auto, Chart.RendererThreshold): hybrid SVG/canvas for
    large datasets and heatmaps. chart.GetActiveRendererAsync() reports the active renderer.
  • Real-time streaming (Chart.Streaming { Enabled, MaxPoints }).
  • Native mobile gestures (Chart.Zoom.Pinch, new Chart.Pan { Inertia, Friction }).
  • OS-aware themes (Theme.Follow = Os, Theme.Name).
  • Pluggable easing: Easing enum extended with EaseInSineEaseInOutBack; new DynamicAnimation.Easing.
  • Bar chart race: DataLabels.Animate and DataLabels.CountUp.
  • Measure toolbar tool: Toolbar.AutoSelected = Measure, Toolbar.Tools.Measure.

✨ New premium options (gated)

  • Chart.History (undo/redo), Chart.Perspectives, Chart.Link (+ Chart.Group, ChartLinkBins), Chart.Ink,
    Chart.Measure (+ MeasureColors, MeasureFormat), Chart.ContextMenu (+ items/labels/line).

✨ New methods (on ApexChart<TItem>)

  • History: UndoAsync, RedoAsync, JumpHistoryAsync.
  • Measure: StartMeasureAsync, StopMeasureAsync, ClearMeasuresAsync.
  • Perspectives: CapturePerspectiveAsync, ApplyPerspectiveAsync, PerspectiveToUrlAsync, ApplyPerspectiveFromUrlAsync (restore a shared #apex= link on render), SavePerspectiveAsync, ListPerspectivesAsync.
  • Storyboard: StoryboardBindAsync (with StoryboardOptions.Scroller/Offset/Animate and per-beat View/Options/Announce for scroll-driven scrollytelling), StoryboardGoToAsync, StoryboardCurrentAsync, StoryboardUnbindAsync.
  • Renderer/theme: GetActiveRendererAsync, RefreshTokensAsync.

✨ New crossfilter engine (on IApexChartService)

  • RegisterCrossfilterAsync(id, records) registers a shared record set (ApexCharts.crossfilter); charts that
    declare a matching Chart.Link.Id + Chart.Link.Dimension aggregate over it, and clicking a mark filters every
    linked chart. ResetCrossfilterAsync(id) clears filters; SubscribeCrossfilterAsync(id, dotNetRef) delivers
    change events (as CrossfilterState) to a [JSInvokable] OnCrossfilterChange handler.

✨ New events

  • Ink: OnAnnotationCreated, OnAnnotationDragged, OnAnnotationEdited, OnAnnotationStyled, OnAnnotationDeleted.
  • Measure: OnMeasured. Storyboard: OnBeatChange.

... (truncated)

Commits viewable in compare view.

Updated MudBlazor from 9.6.0 to 9.8.0.

Release notes

Sourced from MudBlazor's releases.

9.8.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Other Changes

New Contributors

9.7.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v9.6.0...v9.7.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Blazor-ApexCharts from 6.1.0 to 7.0.0
Bumps MudBlazor from 9.6.0 to 9.8.0

---
updated-dependencies:
- dependency-name: Blazor-ApexCharts
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mudblazor-charts
- dependency-name: MudBlazor
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mudblazor-charts
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants