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/ChartExtensions.fs
+16-8
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ open System.IO
6
6
openGenericChart
7
7
openChartDescription
8
8
openSystem.Runtime.InteropServices
9
+
openSystem.Runtime.CompilerServices
9
10
10
11
/// Extensions methods for Charts supporting the fluent pipeline style 'Chart.WithXYZ(...)'.
11
12
[<AutoOpen>]
13
+
12
14
moduleChartExtensions =
13
15
14
16
///Choose process to open plots with depending on OS. Thanks to @zyzhu for hinting at a solution (https://github.com/plotly/Plotly.NET/issues/31)
15
-
letprivateopenOsSpecificFile path =
17
+
letinternalopenOsSpecificFile path =
16
18
if RuntimeInformation.IsOSPlatform(OSPlatform.Windows)then
0 commit comments