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.
2 parents 33d2d69 + 90584be commit d9a4178Copy full SHA for d9a4178
1 file changed
src/Blazor-ApexCharts/Models/ApexChartOptions.cs
@@ -4025,8 +4025,9 @@ public class TitleStyle
4025
/// </remarks>
4026
public class Tooltip
4027
{
4028
-
4029
- public bool? HideEmptyShared { get; set; }
+ public bool? HideEmptySeries { get; set; }
+
4030
+ public bool? HideEmptyShared { get; set; }
4031
4032
/// <inheritdoc cref="ApexCharts.CustomFunction"/>
4033
/// <summary>
0 commit comments