We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc867d3 commit 4711ef6Copy full SHA for 4711ef6
1 file changed
BlazorExpress.ChartJS/Models/ChartOptions/ChartOptions.cs
@@ -58,7 +58,9 @@ public class Interaction
58
59
#region Constructors
60
61
+#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
62
public Interaction()
63
+#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
64
{
65
Mode = InteractionMode.Nearest;
66
}
0 commit comments