Skip to content

Commit

Permalink
Added Tooltip property HideEmptySeries
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Dec 20, 2023
1 parent 33d2d69 commit 90584be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Blazor-ApexCharts/Models/ApexChartOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4025,8 +4025,9 @@ public class TitleStyle
/// </remarks>
public class Tooltip
{

public bool? HideEmptyShared { get; set; }
public bool? HideEmptySeries { get; set; }

Check warning on line 4028 in src/Blazor-ApexCharts/Models/ApexChartOptions.cs

View workflow job for this annotation

GitHub Actions / build

Missing XML comment for publicly visible type or member 'Tooltip.HideEmptySeries'

Check warning on line 4028 in src/Blazor-ApexCharts/Models/ApexChartOptions.cs

View workflow job for this annotation

GitHub Actions / build

Missing XML comment for publicly visible type or member 'Tooltip.HideEmptySeries'

public bool? HideEmptyShared { get; set; }

Check warning on line 4030 in src/Blazor-ApexCharts/Models/ApexChartOptions.cs

View workflow job for this annotation

GitHub Actions / build

Missing XML comment for publicly visible type or member 'Tooltip.HideEmptyShared'

Check warning on line 4030 in src/Blazor-ApexCharts/Models/ApexChartOptions.cs

View workflow job for this annotation

GitHub Actions / build

Missing XML comment for publicly visible type or member 'Tooltip.HideEmptyShared'

/// <inheritdoc cref="ApexCharts.CustomFunction"/>
/// <summary>
Expand Down

0 comments on commit 90584be

Please sign in to comment.