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
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
51
51
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
52
52
Many other localizations are available - here is an example using Swiss-German (de-CH),
53
53
see the contents of this directory for the full list.
54
-
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.51.0.js
54
+
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.51.1.js
55
55
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
56
56
57
57
*After* the plotly.js script tag, add:
@@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
74
74
75
75
It be can imported as minified javascript
76
76
- using dist file `dist/plotly.min.js`
77
-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.51.0.min.js
77
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.51.1.min.js
78
78
79
79
or as raw javascript:
80
80
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
81
81
- using dist file `dist/plotly.js`
82
-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.51.0.js
82
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.51.1.js
83
83
- using CommonJS with `require('plotly.js')`
84
84
85
85
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`
@@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:
Copy file name to clipboardExpand all lines: dist/plot-schema.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -16848,55 +16848,55 @@
16848
16848
],
16849
16849
"dflt": "rgb",
16850
16850
"role": "info",
16851
-
"editType": "plot",
16851
+
"editType": "calc",
16852
16852
"description": "Color model used to map the numerical color components described in `z` into colors."
16853
16853
},
16854
16854
"zmin": {
16855
16855
"valType": "info_array",
16856
16856
"items": [
16857
16857
{
16858
16858
"valType": "number",
16859
-
"editType": "plot"
16859
+
"editType": "calc"
16860
16860
},
16861
16861
{
16862
16862
"valType": "number",
16863
-
"editType": "plot"
16863
+
"editType": "calc"
16864
16864
},
16865
16865
{
16866
16866
"valType": "number",
16867
-
"editType": "plot"
16867
+
"editType": "calc"
16868
16868
},
16869
16869
{
16870
16870
"valType": "number",
16871
-
"editType": "plot"
16871
+
"editType": "calc"
16872
16872
}
16873
16873
],
16874
16874
"role": "info",
16875
-
"editType": "plot",
16875
+
"editType": "calc",
16876
16876
"description": "Array defining the lower bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [0, 0, 0]. For the `rgba` colormodel, it is [0, 0, 0, 0]. For the `hsl` colormodel, it is [0, 0, 0]. For the `hsla` colormodel, it is [0, 0, 0, 0]."
16877
16877
},
16878
16878
"zmax": {
16879
16879
"valType": "info_array",
16880
16880
"items": [
16881
16881
{
16882
16882
"valType": "number",
16883
-
"editType": "plot"
16883
+
"editType": "calc"
16884
16884
},
16885
16885
{
16886
16886
"valType": "number",
16887
-
"editType": "plot"
16887
+
"editType": "calc"
16888
16888
},
16889
16889
{
16890
16890
"valType": "number",
16891
-
"editType": "plot"
16891
+
"editType": "calc"
16892
16892
},
16893
16893
{
16894
16894
"valType": "number",
16895
-
"editType": "plot"
16895
+
"editType": "calc"
16896
16896
}
16897
16897
],
16898
16898
"role": "info",
16899
-
"editType": "plot",
16899
+
"editType": "calc",
16900
16900
"description": "Array defining the higher bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [255, 255, 255]. For the `rgba` colormodel, it is [255, 255, 255, 1]. For the `hsl` colormodel, it is [360, 100, 100]. For the `hsla` colormodel, it is [360, 100, 100, 1]."
0 commit comments