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
+21-21Lines changed: 21 additions & 21 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.48.1.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.48.2.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.48.1.min.js
77
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.48.2.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.48.1.js
82
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.48.2.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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36337,13 +36337,13 @@
36337
36337
"tickvals": {
36338
36338
"valType": "data_array",
36339
36339
"editType": "calc",
36340
-
"description": "Sets the values at which ticks on this axis appear. Only has an effect if `tickmode` is set to *array*. Used with `ticktext`.",
36340
+
"description": "Sets the values at which ticks on this axis appear.",
36341
36341
"role": "data"
36342
36342
},
36343
36343
"ticktext": {
36344
36344
"valType": "data_array",
36345
36345
"editType": "calc",
36346
-
"description": "Sets the text displayed at the ticks position via `tickvals`. Only has an effect if `tickmode` is set to *array*. Used with `tickvals`.",
36346
+
"description": "Sets the text displayed at the ticks position via `tickvals`.",
0 commit comments