Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to style nodes in different ways depending on my business rules.
![image](https://user-images.githubusercontent.com/2227603/209991016-97509b44-2b89-4d56-8a12-d7344b99db91.png)
The following image shows a simple diagram I need to generate and manage.
So I've used blazor.diagram but I've found no way to simply obtain such a result other than modifying the code in this way:
NodeWidget.razor
NodeModel.cs
public string CustomClass { get; set; }
Any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions