Skip to content

Commit 38f4194

Browse files
committed
added monotone cubic curve option
1 parent eb63394 commit 38f4194

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)