We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd46f76 commit e5bc583Copy full SHA for e5bc583
src/Blazor-ApexCharts/Internal/ChartUtilities.cs
@@ -42,7 +42,7 @@ internal static class ChartUtilities
42
/// <see langword="true"/> if the string structurally resembles a JavaScript function;
43
/// otherwise, <see langword="false"/>.
44
/// </returns>
45
- internal static bool IsJavaScriptFunction(string? candidate)
+ internal static bool IsJavaScriptFunction(string candidate)
46
{
47
if (string.IsNullOrWhiteSpace(candidate))
48
return false;
0 commit comments