Skip to content

Commit b82bfd6

Browse files
authored
Merge pull request #395 from apexcharts/ad-monotoneCubic
Added monotone cubic curve option
2 parents eb63394 + 38f4194 commit b82bfd6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Blazor-ApexCharts/Models/ApexChartOptions.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5558,7 +5558,12 @@ public enum Curve
55585558
/// <summary>
55595559
/// Connect the points in straight lines.
55605560
/// </summary>
5561-
Straight
5561+
Straight,
5562+
5563+
/// <summary>
5564+
/// Connects the points to create a monotone cubic spline
5565+
/// </summary>
5566+
MonotoneCubic
55625567
};
55635568

55645569
/// <summary>

0 commit comments

Comments
 (0)