Skip to content

Commit a17b000

Browse files
committed
update plotly.js to 2.27.1
1 parent bad6d53 commit a17b000

File tree

8 files changed

+18
-16
lines changed

8 files changed

+18
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build and test](https://github.com/plotly/Plotly.NET/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/plotly/Plotly.NET/actions/workflows/build-and-test.yml)
55
[![](https://img.shields.io/nuget/vpre/Plotly.NET)](https://www.nuget.org/packages/Plotly.NET/)
66
[![Discord](https://img.shields.io/discord/836161044501889064?color=purple&label=Join%20our%20Discord%21&logo=discord&logoColor=white)](https://discord.gg/k3kUtFY8DB)
7-
![](https://img.shields.io/badge/supported%20plotly.js%20version-2.25.2-blue)
7+
![](https://img.shields.io/badge/supported%20plotly.js%20version-2.27.1-blue)
88
[![DOI](https://img.shields.io/badge/DOI-10.12688%2Ff1000research.123971.1-brightgreen)](https://doi.org/10.12688/f1000research.123971.1)
99

1010
### Table of contents

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.26.2"
10+
let PLOTLYJS_VERSION = "2.27.1"
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.26.2.min.js" />
44-
<EmbeddedResource Include="plotly-2.26.2.min.js.LICENSE.txt" />
43+
<EmbeddedResource Include="plotly-2.27.1.min.js" />
44+
<EmbeddedResource Include="plotly-2.27.1.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.26.2.min.js

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

src/Plotly.NET/plotly-2.27.1.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.

src/Plotly.NET/plotly-2.26.2.min.js.LICENSE.txt renamed to src/Plotly.NET/plotly-2.27.1.min.js.LICENSE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ object-assign
5151
*/
5252

5353
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
54+
55+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

tests/Common/FSharpTestBase/FSharpTestBase.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<ItemGroup>
99
<EmbeddedResource Include="..\..\..\docs\img\logo.png" />
10-
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.26.2.min.js" />
11-
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.26.2.min.js.LICENSE.txt" />
10+
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.27.1.min.js" />
11+
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.27.1.min.js.LICENSE.txt" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

tests/CoreTests/CoreTests/CoreTests.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.26.2.min.js" />
12-
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.26.2.min.js.LICENSE.txt" />
11+
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.27.1.min.js" />
12+
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.27.1.min.js.LICENSE.txt" />
1313
<!--HTMLCodegen-->
1414
<Compile Include="HTMLCodegen\Chart2D.fs" />
1515
<Compile Include="HTMLCodegen\Chart3D.fs" />

0 commit comments

Comments
 (0)