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
@@ -38,7 +38,7 @@ You can grab the relevant MathJax files in `./dist/extras/mathjax/`.
38
38
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
39
39
Many other localizations are available - here is an example using Swiss-German (de-CH),
40
40
see the contents of this directory for the full list.
41
-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.38.2.js
41
+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.38.3.js
42
42
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
43
43
44
44
*After* the plotly.js script tag, add:
@@ -61,11 +61,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
61
61
62
62
It be can imported as minified javascript
63
63
- using dist file `dist/plotly.min.js`
64
-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.38.2.min.js
64
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.38.3.min.js
65
65
66
66
or as raw javascript:
67
67
- using dist file `dist/plotly.js`
68
-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.38.2.js
68
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.38.3.js
69
69
- using CommonJS with `require('plotly.js')`
70
70
71
71
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -74,7 +74,7 @@ The main plotly.js bundle weights in at:
Copy file name to clipboardExpand all lines: dist/plot-schema.json
+2-3
Original file line number
Diff line number
Diff line change
@@ -17612,15 +17612,14 @@
17612
17612
"role": "info",
17613
17613
"editType": "calc",
17614
17614
"dflt": "scaled",
17615
-
"description": "Sets the mode by which the cones are sized. If *scaled*, `sizeref` scales such that the reference cone size for the maximum vector magnitude is 1. If *absolute*, `sizeref` scales such that the reference cone size for vector magnitude 1 is one grid unit."
17615
+
"description": "Determines whether `sizeref` is set as a *scaled* (i.e unitless) scalar (normalized by the max u/v/w norm in the vector field) or as *absolute* value (in the same units as the vector field)."
17616
17616
},
17617
17617
"sizeref": {
17618
17618
"valType": "number",
17619
17619
"role": "info",
17620
17620
"editType": "calc",
17621
17621
"min": 0,
17622
-
"dflt": 1,
17623
-
"description": "Sets the cone size reference value."
17622
+
"description": "Adjusts the cone size scaling. The size of the cones is determined by their u/v/w norm multiplied a factor and `sizeref`. This factor (computed internally) corresponds to the minimum \"time\" to travel across two successive x/y/z positions at the average velocity of those two successive positions. All cones in a given trace use the same factor. With `sizemode` set to *scaled*, `sizeref` is unitless, its default value is *0.5* With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field, its the default value is half the sample's maximum vector norm."
0 commit comments