Skip to content

Commit 585d88c

Browse files
committed
Update to use @plotly/mathjax-v(2|3) instead of just mathjax-v2
1 parent 5363cf8 commit 585d88c

35 files changed

+269
-269
lines changed

devtools/test_dashboard/index-mathjax3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h4>no MathJax: Apple: $2, Orange: $3</h4>
3737
}
3838
};
3939
</script>
40-
<script src="../../node_modules/mathjax-v3/es5/tex-svg.js"></script>
40+
<script src="../../node_modules/@plotly/mathjax-v3/es5/tex-svg.js"></script>
4141
<script charset="utf-8" id="source" src="../../build/plotly.js" type="module"></script>
4242
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
4343
</body>

devtools/test_dashboard/index-mathjax3chtml.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
};
6262
</script>
63-
<script src="../../node_modules/mathjax-v3/es5/tex-chtml.js"></script>
63+
<script src="../../node_modules/@plotly/mathjax-v3/es5/tex-chtml.js"></script>
6464

6565
<script charset="utf-8" id="source" src="../../build/plotly.js" type="module"></script>
6666
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>

devtools/test_dashboard/index-strict.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
<div id="snapshot"></div>
2424

25-
<script src="../../node_modules/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG"></script>
25+
<script src="../../node_modules/@plotly/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2626
<script charset="utf-8" id="source" src="../../build/plotly.js"></script>
2727
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
2828
</body>

devtools/test_dashboard/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<div id="snapshot"></div>
2323

24-
<script src="../../node_modules/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG"></script>
24+
<script src="../../node_modules/@plotly/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2525
<script charset="utf-8" id="source" src="../../build/plotly.js"></script>
2626
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
2727
</body>

dist/README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
4646
| 10.3 MB | 4.4 MB | 1.4 MB | 10.6 MB |
4747

4848
#### CDN links
49-
> https://cdn.plot.ly/plotly-3.0.0.js
49+
> https://cdn.plot.ly/plotly-3.0.1.js
5050
51-
> https://cdn.plot.ly/plotly-3.0.0.min.js
51+
> https://cdn.plot.ly/plotly-3.0.1.min.js
5252
5353

5454
#### npm packages
@@ -91,12 +91,12 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
9191

9292
| Raw size | Minified size | Minified + gzip size |
9393
|------|-----------------|------------------------|
94-
| 2.6 MB | 1008.8 kB | 349.3 kB |
94+
| 2.6 MB | 1008.4 kB | 349.3 kB |
9595

9696
#### CDN links
97-
> https://cdn.plot.ly/plotly-basic-3.0.0.js
97+
> https://cdn.plot.ly/plotly-basic-3.0.1.js
9898
99-
> https://cdn.plot.ly/plotly-basic-3.0.0.min.js
99+
> https://cdn.plot.ly/plotly-basic-3.0.1.min.js
100100
101101

102102
#### npm packages
@@ -117,9 +117,9 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
117117
| 3.3 MB | 1.3 MB | 446.5 kB |
118118

119119
#### CDN links
120-
> https://cdn.plot.ly/plotly-cartesian-3.0.0.js
120+
> https://cdn.plot.ly/plotly-cartesian-3.0.1.js
121121
122-
> https://cdn.plot.ly/plotly-cartesian-3.0.0.min.js
122+
> https://cdn.plot.ly/plotly-cartesian-3.0.1.min.js
123123
124124

125125
#### npm packages
@@ -137,12 +137,12 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
137137

138138
| Raw size | Minified size | Minified + gzip size |
139139
|------|-----------------|------------------------|
140-
| 2.9 MB | 1.1 MB | 398.8 kB |
140+
| 2.9 MB | 1.1 MB | 398.7 kB |
141141

142142
#### CDN links
143-
> https://cdn.plot.ly/plotly-geo-3.0.0.js
143+
> https://cdn.plot.ly/plotly-geo-3.0.1.js
144144
145-
> https://cdn.plot.ly/plotly-geo-3.0.0.min.js
145+
> https://cdn.plot.ly/plotly-geo-3.0.1.min.js
146146
147147

148148
#### npm packages
@@ -160,12 +160,12 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
160160

161161
| Raw size | Minified size | Minified + gzip size |
162162
|------|-----------------|------------------------|
163-
| 4.1 MB | 1.5 MB | 513.8 kB |
163+
| 4.1 MB | 1.5 MB | 513.7 kB |
164164

165165
#### CDN links
166-
> https://cdn.plot.ly/plotly-gl3d-3.0.0.js
166+
> https://cdn.plot.ly/plotly-gl3d-3.0.1.js
167167
168-
> https://cdn.plot.ly/plotly-gl3d-3.0.0.min.js
168+
> https://cdn.plot.ly/plotly-gl3d-3.0.1.min.js
169169
170170

171171
#### npm packages
@@ -183,12 +183,12 @@ The `gl2d` partial bundle contains trace modules `parcoords`, `scatter`, `scatte
183183

184184
| Raw size | Minified size | Minified + gzip size |
185185
|------|-----------------|------------------------|
186-
| 3.4 MB | 1.3 MB | 469.1 kB |
186+
| 3.4 MB | 1.3 MB | 469 kB |
187187

188188
#### CDN links
189-
> https://cdn.plot.ly/plotly-gl2d-3.0.0.js
189+
> https://cdn.plot.ly/plotly-gl2d-3.0.1.js
190190
191-
> https://cdn.plot.ly/plotly-gl2d-3.0.0.min.js
191+
> https://cdn.plot.ly/plotly-gl2d-3.0.1.min.js
192192
193193

194194
#### npm packages
@@ -209,9 +209,9 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
209209
| 4.4 MB | 1.8 MB | 564.4 kB |
210210

211211
#### CDN links
212-
> https://cdn.plot.ly/plotly-mapbox-3.0.0.js
212+
> https://cdn.plot.ly/plotly-mapbox-3.0.1.js
213213
214-
> https://cdn.plot.ly/plotly-mapbox-3.0.0.min.js
214+
> https://cdn.plot.ly/plotly-mapbox-3.0.1.min.js
215215
216216

217217
#### npm packages
@@ -232,9 +232,9 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
232232
| 2.8 MB | 1.1 MB | 383 kB |
233233

234234
#### CDN links
235-
> https://cdn.plot.ly/plotly-finance-3.0.0.js
235+
> https://cdn.plot.ly/plotly-finance-3.0.1.js
236236
237-
> https://cdn.plot.ly/plotly-finance-3.0.0.min.js
237+
> https://cdn.plot.ly/plotly-finance-3.0.1.min.js
238238
239239

240240
#### npm packages
@@ -255,9 +255,9 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
255255
| 11.1 MB | 4.8 MB | 1.4 MB |
256256

257257
#### CDN links
258-
> https://cdn.plot.ly/plotly-strict-3.0.0.js
258+
> https://cdn.plot.ly/plotly-strict-3.0.1.js
259259
260-
> https://cdn.plot.ly/plotly-strict-3.0.0.min.js
260+
> https://cdn.plot.ly/plotly-strict-3.0.1.min.js
261261
262262

263263
#### npm packages

dist/plotly-basic.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v3.0.0
2+
* plotly.js (basic) v3.0.1
33
* Copyright 2012-2025, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -38,7 +38,7 @@ var Plotly = (() => {
3838
var require_version = __commonJS({
3939
"src/version.js"(exports) {
4040
"use strict";
41-
exports.version = "3.0.0";
41+
exports.version = "3.0.1";
4242
}
4343
});
4444

@@ -49,7 +49,7 @@ var Plotly = (() => {
4949
context[name] = context[name] || definition();
5050
if (typeof module != "undefined" && module.exports) {
5151
module.exports = context[name];
52-
} else if (typeof define == "function" && define.amd) {
52+
} else if (typeof define == "function" && false) {
5353
define(function $AMD$() {
5454
return context[name];
5555
});
@@ -7224,7 +7224,7 @@ var Plotly = (() => {
72247224
d3.xml = d3_xhrType(function(request) {
72257225
return request.responseXML;
72267226
});
7227-
if (typeof define === "function" && define.amd) define(d3);
7227+
if (typeof define === "function" && false) define(d3);
72287228
else if (typeof module === "object" && module.exports) module.exports = d3;
72297229
else this.d3 = d3;
72307230
}.apply(self);
@@ -7235,7 +7235,7 @@ var Plotly = (() => {
72357235
var require_d3_time = __commonJS({
72367236
"node_modules/d3-time/dist/d3-time.js"(exports, module) {
72377237
(function(global2, factory) {
7238-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}));
7238+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && false ? define(["exports"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}));
72397239
})(exports, function(exports2) {
72407240
"use strict";
72417241
var t0 = /* @__PURE__ */ new Date(), t1 = /* @__PURE__ */ new Date();
@@ -7573,7 +7573,7 @@ var Plotly = (() => {
75737573
var require_d3_time_format = __commonJS({
75747574
"node_modules/d3-time-format/dist/d3-time-format.js"(exports, module) {
75757575
(function(global2, factory) {
7576-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require_d3_time()) : typeof define === "function" && define.amd ? define(["exports", "d3-time"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}, global2.d3));
7576+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require_d3_time()) : typeof define === "function" && false ? define(["exports", "d3-time"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}, global2.d3));
75777577
})(exports, function(exports2, d3Time) {
75787578
"use strict";
75797579
function localDate(d) {
@@ -8126,7 +8126,7 @@ var Plotly = (() => {
81268126
var require_d3_format = __commonJS({
81278127
"node_modules/d3-format/dist/d3-format.js"(exports, module) {
81288128
(function(global2, factory) {
8129-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.d3 = global2.d3 || {}));
8129+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && false ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.d3 = global2.d3 || {}));
81308130
})(exports, function(exports2) {
81318131
"use strict";
81328132
function formatDecimal(x) {
@@ -8483,7 +8483,7 @@ var Plotly = (() => {
84838483
var require_base64_arraybuffer_umd = __commonJS({
84848484
"node_modules/base64-arraybuffer/dist/base64-arraybuffer.umd.js"(exports, module) {
84858485
(function(global2, factory) {
8486-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["base64-arraybuffer"] = {}));
8486+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && false ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["base64-arraybuffer"] = {}));
84878487
})(exports, function(exports2) {
84888488
"use strict";
84898489
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
@@ -10034,7 +10034,7 @@ var Plotly = (() => {
1003410034
}
1003510035
if (typeof module !== "undefined" && module.exports) {
1003610036
module.exports = tinycolor;
10037-
} else if (typeof define === "function" && define.amd) {
10037+
} else if (typeof define === "function" && false) {
1003810038
define(function() {
1003910039
return tinycolor;
1004010040
});
@@ -13737,10 +13737,10 @@ var Plotly = (() => {
1373713737
}
1373813738
});
1373913739

13740-
// stylePlugin:/Users/alex/plotly/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css
13740+
// stylePlugin:/Users/marthacryan/gitrepos/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css
1374113741
var maplibre_gl_exports = {};
1374213742
var init_maplibre_gl2 = __esm({
13743-
"stylePlugin:/Users/alex/plotly/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css"() {
13743+
"stylePlugin:/Users/marthacryan/gitrepos/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css"() {
1374413744
init_maplibre_gl();
1374513745
}
1374613746
});

dist/plotly-basic.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-cartesian.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v3.0.0
2+
* plotly.js (cartesian) v3.0.1
33
* Copyright 2012-2025, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -38,7 +38,7 @@ var Plotly = (() => {
3838
var require_version = __commonJS({
3939
"src/version.js"(exports) {
4040
"use strict";
41-
exports.version = "3.0.0";
41+
exports.version = "3.0.1";
4242
}
4343
});
4444

@@ -49,7 +49,7 @@ var Plotly = (() => {
4949
context[name] = context[name] || definition();
5050
if (typeof module != "undefined" && module.exports) {
5151
module.exports = context[name];
52-
} else if (typeof define == "function" && define.amd) {
52+
} else if (typeof define == "function" && false) {
5353
define(function $AMD$() {
5454
return context[name];
5555
});
@@ -7224,7 +7224,7 @@ var Plotly = (() => {
72247224
d3.xml = d3_xhrType(function(request) {
72257225
return request.responseXML;
72267226
});
7227-
if (typeof define === "function" && define.amd) define(d3);
7227+
if (typeof define === "function" && false) define(d3);
72287228
else if (typeof module === "object" && module.exports) module.exports = d3;
72297229
else this.d3 = d3;
72307230
}.apply(self);
@@ -7235,7 +7235,7 @@ var Plotly = (() => {
72357235
var require_d3_time = __commonJS({
72367236
"node_modules/d3-time/dist/d3-time.js"(exports, module) {
72377237
(function(global2, factory) {
7238-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}));
7238+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && false ? define(["exports"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}));
72397239
})(exports, function(exports2) {
72407240
"use strict";
72417241
var t0 = /* @__PURE__ */ new Date(), t1 = /* @__PURE__ */ new Date();
@@ -7573,7 +7573,7 @@ var Plotly = (() => {
75737573
var require_d3_time_format = __commonJS({
75747574
"node_modules/d3-time-format/dist/d3-time-format.js"(exports, module) {
75757575
(function(global2, factory) {
7576-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require_d3_time()) : typeof define === "function" && define.amd ? define(["exports", "d3-time"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}, global2.d3));
7576+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require_d3_time()) : typeof define === "function" && false ? define(["exports", "d3-time"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}, global2.d3));
75777577
})(exports, function(exports2, d3Time) {
75787578
"use strict";
75797579
function localDate(d) {
@@ -8126,7 +8126,7 @@ var Plotly = (() => {
81268126
var require_d3_format = __commonJS({
81278127
"node_modules/d3-format/dist/d3-format.js"(exports, module) {
81288128
(function(global2, factory) {
8129-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.d3 = global2.d3 || {}));
8129+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && false ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.d3 = global2.d3 || {}));
81308130
})(exports, function(exports2) {
81318131
"use strict";
81328132
function formatDecimal(x) {
@@ -8483,7 +8483,7 @@ var Plotly = (() => {
84838483
var require_base64_arraybuffer_umd = __commonJS({
84848484
"node_modules/base64-arraybuffer/dist/base64-arraybuffer.umd.js"(exports, module) {
84858485
(function(global2, factory) {
8486-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["base64-arraybuffer"] = {}));
8486+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && false ? define(["exports"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["base64-arraybuffer"] = {}));
84878487
})(exports, function(exports2) {
84888488
"use strict";
84898489
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
@@ -10034,7 +10034,7 @@ var Plotly = (() => {
1003410034
}
1003510035
if (typeof module !== "undefined" && module.exports) {
1003610036
module.exports = tinycolor;
10037-
} else if (typeof define === "function" && define.amd) {
10037+
} else if (typeof define === "function" && false) {
1003810038
define(function() {
1003910039
return tinycolor;
1004010040
});
@@ -13737,10 +13737,10 @@ var Plotly = (() => {
1373713737
}
1373813738
});
1373913739

13740-
// stylePlugin:/Users/alex/plotly/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css
13740+
// stylePlugin:/Users/marthacryan/gitrepos/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css
1374113741
var maplibre_gl_exports = {};
1374213742
var init_maplibre_gl2 = __esm({
13743-
"stylePlugin:/Users/alex/plotly/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css"() {
13743+
"stylePlugin:/Users/marthacryan/gitrepos/plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css"() {
1374413744
init_maplibre_gl();
1374513745
}
1374613746
});

dist/plotly-cartesian.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)