You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plotly.NET/ChartAPI/Chart.fs
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -792,12 +792,36 @@ type Chart =
792
792
(fun(ch:GenericChart)->
793
793
GenericChart.setConfig config ch)
794
794
795
+
/// <summary>
796
+
///
797
+
/// </summary>
798
+
/// <paramname="annotations">The annotations to add to the input charts layout</param>
799
+
/// <paramname="Append">If true, the input annotations will be appended to existing annotations, otherwise existing annotations will be removed (default: true)</param>
0 commit comments