plotly.js 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/CITATION.cff +2 -2
- package/README.md +3 -3
- package/dist/README.md +18 -18
- package/dist/plot-schema.json +281 -281
- package/dist/plotly-basic.js +2 -2
- package/dist/plotly-basic.min.js +2 -2
- package/dist/plotly-cartesian.js +2 -2
- package/dist/plotly-cartesian.min.js +2 -2
- package/dist/plotly-finance.js +2 -2
- package/dist/plotly-finance.min.js +2 -2
- package/dist/plotly-geo-assets.js +2 -2
- package/dist/plotly-geo.js +2 -2
- package/dist/plotly-geo.min.js +2 -2
- package/dist/plotly-gl2d.js +2 -2
- package/dist/plotly-gl2d.min.js +2 -2
- package/dist/plotly-gl3d.js +2 -2
- package/dist/plotly-gl3d.min.js +2 -2
- package/dist/plotly-mapbox.js +2 -2
- package/dist/plotly-mapbox.min.js +2 -2
- package/dist/plotly-strict.js +2 -2
- package/dist/plotly-strict.min.js +2 -2
- package/dist/plotly-with-meta.js +5 -11
- package/dist/plotly.js +2 -2
- package/dist/plotly.min.js +2 -2
- package/package.json +1 -1
- package/src/plots/font_attributes.js +3 -9
- package/src/version.js +1 -1
package/dist/plotly-with-meta.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* plotly.js v3.0.
|
|
2
|
+
* plotly.js v3.0.3
|
|
3
3
|
* Copyright 2012-2025, Plotly, Inc.
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
* Licensed under the MIT license
|
|
@@ -69,7 +69,7 @@ var Plotly = (() => {
|
|
|
69
69
|
var require_version = __commonJS({
|
|
70
70
|
"src/version.js"(exports) {
|
|
71
71
|
"use strict";
|
|
72
|
-
exports.version = "3.0.
|
|
72
|
+
exports.version = "3.0.3";
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
|
|
@@ -10179,15 +10179,9 @@ var Plotly = (() => {
|
|
|
10179
10179
|
editType,
|
|
10180
10180
|
description: [
|
|
10181
10181
|
"HTML font family - the typeface that will be applied by the web browser.",
|
|
10182
|
-
"The web browser
|
|
10183
|
-
"
|
|
10184
|
-
"the
|
|
10185
|
-
"The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server,",
|
|
10186
|
-
"where only a select number of",
|
|
10187
|
-
"fonts are installed and supported.",
|
|
10188
|
-
"These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*,",
|
|
10189
|
-
"*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,",
|
|
10190
|
-
"*PT Sans Narrow*, *Raleway*, *Times New Roman*."
|
|
10182
|
+
"The web browser can only apply a font if it is available on the system where",
|
|
10183
|
+
"it runs. Provide multiple font families, separated by commas, to indicate",
|
|
10184
|
+
"the order in which to apply fonts if they aren't available."
|
|
10191
10185
|
].join(" ")
|
|
10192
10186
|
},
|
|
10193
10187
|
size: {
|
package/dist/plotly.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* plotly.js v3.0.
|
|
2
|
+
* plotly.js v3.0.3
|
|
3
3
|
* Copyright 2012-2025, Plotly, Inc.
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
* Licensed under the MIT license
|
|
@@ -69,7 +69,7 @@ var Plotly = (() => {
|
|
|
69
69
|
var require_version = __commonJS({
|
|
70
70
|
"src/version.js"(exports) {
|
|
71
71
|
"use strict";
|
|
72
|
-
exports.version = "3.0.
|
|
72
|
+
exports.version = "3.0.3";
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
|