Add VisNetwork integration to CareerMapping component

Updated the CareerMapping component to utilize VisNetwork for visualizing relationships between events and career fields. Replaced the previous Mermaid diagram implementation with a network graph, enhancing interactivity and visual clarity. Adjusted data generation logic to support the new network structure and updated relevant namespaces in the project files.
This commit is contained in:
2025-12-29 12:58:30 -05:00
parent 7266ab609b
commit 1d3167710d
4 changed files with 76 additions and 60 deletions
+1 -1
View File
@@ -26,4 +26,4 @@
@using MudBlazor
@using Core.Entities
@using Data
@using Blazorade.Mermaid.Components
@using VisNetwork.Blazor