Skip to content

Commit

Permalink
Bum plotly.js version to 2.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Oct 31, 2023
1 parent e321a12 commit b64e942
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Plotly.NET/Globals.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open Giraffe.ViewEngine

/// The plotly js version loaded from cdn in rendered html docs
[<Literal>]
let PLOTLYJS_VERSION = "2.25.2"
let PLOTLYJS_VERSION = "2.26.2"

[<Literal>]
let SCRIPT_TEMPLATE =
Expand Down
4 changes: 2 additions & 2 deletions src/Plotly.NET/Plotly.NET.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<ItemGroup>
<None Include="RELEASE_NOTES.md" />
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
<EmbeddedResource Include="plotly-2.25.2.min.js" />
<EmbeddedResource Include="plotly-2.25.2.min.js.LICENSE.txt" />
<EmbeddedResource Include="plotly-2.26.2.min.js" />
<EmbeddedResource Include="plotly-2.26.2.min.js.LICENSE.txt" />
<Compile Include="Globals.fs" />
<Compile Include="InternalUtils.fs" />
<Compile Include="CommonAbstractions\ColorKeyword.fs" />
Expand Down
8 changes: 0 additions & 8 deletions src/Plotly.NET/plotly-2.25.2.min.js

This file was deleted.

8 changes: 8 additions & 0 deletions src/Plotly.NET/plotly-2.26.2.min.js

Large diffs are not rendered by default.

0 comments on commit b64e942

Please sign in to comment.