Skip to content

Commit f258ded

Browse files
Merge pull request #450 from OpenGammaProject/dev
Update Plotly to version 3.0.1
2 parents 5453f52 + 69bba4e commit f258ded

File tree

9 files changed

+403
-327
lines changed

9 files changed

+403
-327
lines changed

dist/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.LICENSE.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,25 @@
106106
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
107107
*/
108108

109-
/*! For license information please see plotly-basic.min.js.LICENSE.txt */
109+
/*! Bundled license information:
110+
111+
native-promise-only/lib/npo.src.js:
112+
(*! Native Promise Only
113+
v0.8.1 (c) Kyle Simpson
114+
MIT License: http://getify.mit-license.org
115+
*)
116+
117+
polybooljs/index.js:
118+
(*
119+
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
120+
* @license MIT
121+
* @preserve Project Home: https://github.com/voidqk/polybooljs
122+
*)
123+
124+
object-assign/index.js:
125+
(*
126+
object-assign
127+
(c) Sindre Sorhus
128+
@license MIT
129+
*)
130+
*/

dist/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/notFound.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/notFound.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<meta name="language" content="English">
1212
<!--
1313
CSP: Only allow loading resources from this website.
14-
Style-src: unsafe-inline needed for Plotly.js styles.
14+
Style-src: unsafe-inline needed for Plotly.js and bootstrap styles.
1515
Img-src needs data: and blob: otherwise it cannot load some images.
1616
Connect-src is used for fetch (Custom isotope list URL) - * allow all.
1717
-->
1818
<meta http-equiv="Content-Security-Policy" content="default-src 'self';
1919
style-src 'self' 'unsafe-inline';
20-
img-src 'self' data: blob: https://hits.seeyoufarm.com/api/count/incr/badge.svg;
20+
img-src 'self' data: blob:;
2121
connect-src * ">
2222

2323
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">

0 commit comments

Comments
 (0)