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: dist/README.md
+22-22
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
46
46
| 8.3 MB | 3.5 MB | 1 MB | 8.6 MB |
47
47
48
48
#### CDN links
49
-
> https://cdn.plot.ly/plotly-2.10.1.js
49
+
> https://cdn.plot.ly/plotly-2.11.0.js
50
50
51
-
> https://cdn.plot.ly/plotly-2.10.1.min.js
51
+
> https://cdn.plot.ly/plotly-2.11.0.min.js
52
52
53
53
54
54
#### npm packages
@@ -79,7 +79,7 @@ plotly.js also ships with several _partial_ bundles:
79
79
80
80
> The minified version of each partial bundle is also published to npm in a separate "dist-min" package.
81
81
82
-
> The strict partial bundle includes everything except the traces that require function constructors. Over time we hope to include more of the remaining trace types here, after which we intend to work on other strict CSP issues such as inline CSS that we may not be able to include in the main bundle.
82
+
> The strict bundle now includes all traces, but the regl-based traces are built differently to avoid function constructors. This results in about a 10% larger bundle size, which is why this method is not used by default. Over time we intend to use the strict bundle to work on other strict CSP issues such as inline CSS.
83
83
84
84
---
85
85
@@ -94,9 +94,9 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
0 commit comments