Skip to content

Commit b64e942

Browse files
committed
Bum plotly.js version to 2.26.2
1 parent e321a12 commit b64e942

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/Plotly.NET/Globals.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open Giraffe.ViewEngine
77

88
/// The plotly js version loaded from cdn in rendered html docs
99
[<Literal>]
10-
let PLOTLYJS_VERSION = "2.25.2"
10+
let PLOTLYJS_VERSION = "2.26.2"
1111

1212
[<Literal>]
1313
let SCRIPT_TEMPLATE =

src/Plotly.NET/Plotly.NET.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<ItemGroup>
4141
<None Include="RELEASE_NOTES.md" />
4242
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
43-
<EmbeddedResource Include="plotly-2.25.2.min.js" />
44-
<EmbeddedResource Include="plotly-2.25.2.min.js.LICENSE.txt" />
43+
<EmbeddedResource Include="plotly-2.26.2.min.js" />
44+
<EmbeddedResource Include="plotly-2.26.2.min.js.LICENSE.txt" />
4545
<Compile Include="Globals.fs" />
4646
<Compile Include="InternalUtils.fs" />
4747
<Compile Include="CommonAbstractions\ColorKeyword.fs" />

src/Plotly.NET/plotly-2.25.2.min.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Plotly.NET/plotly-2.26.2.min.js

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

0 commit comments

Comments
 (0)