Skip to content

Commit 2b88d20

Browse files
authored
Merge pull request #354 from apexcharts/update-apexcharts
Update apexcharts.js 3.44.2
2 parents bc668a5 + 58b2b64 commit 2b88d20

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

src/Blazor-ApexCharts/Models/ApexChartOptions.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,11 @@ public class AnnotationsYAxis
774774
/// </remarks>
775775
public class Chart
776776
{
777+
/// <summary>
778+
/// Indicates if only bar series should be stacked. Valid in mixed charts
779+
/// </summary>
780+
public bool? StackOnlyBar { get; set; }
781+
777782
/// <inheritdoc cref="ApexCharts.Animations" />
778783
public Animations Animations { get; set; }
779784

@@ -4020,6 +4025,9 @@ public class TitleStyle
40204025
/// </remarks>
40214026
public class Tooltip
40224027
{
4028+
4029+
public bool? HideEmptyShared { get; set; }
4030+
40234031
/// <inheritdoc cref="ApexCharts.CustomFunction"/>
40244032
/// <summary>
40254033
/// Draw a custom html tooltip instead of the default one based on the values provided in the function arguments.

src/Blazor-ApexCharts/wwwroot/js/apexcharts.esm.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)