11/**
2- * plotly.js (cartesian) v3.0.1
2+ * plotly.js (cartesian) v3.0.0
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.1 ";
41+ exports.version = "3.0.0 ";
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" && false ) {
52+ } else if (typeof define == "function" && define.amd ) {
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" && false ) define(d3);
7227+ if (typeof define === "function" && define.amd ) 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" && false ? define(["exports"], factory) : (global2 = global2 || self, factory(global2.d3 = global2.d3 || {}));
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 || {}));
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" && false ? 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" && define.amd ? 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" && false ? 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" && define.amd ? 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" && false ? 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" && define.amd ? 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" && false ) {
10037+ } else if (typeof define === "function" && define.amd ) {
1003810038 define(function() {
1003910039 return tinycolor;
1004010040 });
@@ -13737,10 +13737,10 @@ var Plotly = (() => {
1373713737 }
1373813738 });
1373913739
13740- // stylePlugin:/Users/marthacryan/gitrepos /plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css
13740+ // stylePlugin:/Users/alex/plotly /plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css
1374113741 var maplibre_gl_exports = {};
1374213742 var init_maplibre_gl2 = __esm({
13743- "stylePlugin:/Users/marthacryan/gitrepos /plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css"() {
13743+ "stylePlugin:/Users/alex/plotly /plotly.js/node_modules/maplibre-gl/dist/maplibre-gl.css"() {
1374413744 init_maplibre_gl();
1374513745 }
1374613746 });
0 commit comments