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
+25-25
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.42.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.42.5.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.42.1.min.js
77
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.42.5.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.42.1.js
82
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.42.5.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
+8-14
Original file line number
Diff line number
Diff line change
@@ -2422,7 +2422,7 @@
2422
2422
"color": {
2423
2423
"valType": "color",
2424
2424
"role": "style",
2425
-
"editType": "calc",
2425
+
"editType": "style",
2426
2426
"arrayOk": true
2427
2427
},
2428
2428
"editType": "calc",
@@ -2467,7 +2467,7 @@
2467
2467
"color": {
2468
2468
"valType": "color",
2469
2469
"role": "style",
2470
-
"editType": "calc",
2470
+
"editType": "style",
2471
2471
"arrayOk": true
2472
2472
},
2473
2473
"editType": "calc",
@@ -2512,7 +2512,7 @@
2512
2512
"color": {
2513
2513
"valType": "color",
2514
2514
"role": "style",
2515
-
"editType": "calc",
2515
+
"editType": "style",
2516
2516
"arrayOk": true
2517
2517
},
2518
2518
"editType": "calc",
@@ -9540,7 +9540,7 @@
9540
9540
"color": {
9541
9541
"valType": "color",
9542
9542
"role": "style",
9543
-
"editType": "style",
9543
+
"editType": "plot",
9544
9544
"arrayOk": true
9545
9545
},
9546
9546
"editType": "calc",
@@ -9585,7 +9585,7 @@
9585
9585
"color": {
9586
9586
"valType": "color",
9587
9587
"role": "style",
9588
-
"editType": "style",
9588
+
"editType": "plot",
9589
9589
"arrayOk": true
9590
9590
},
9591
9591
"editType": "calc",
@@ -9630,7 +9630,7 @@
9630
9630
"color": {
9631
9631
"valType": "color",
9632
9632
"role": "style",
9633
-
"editType": "style",
9633
+
"editType": "plot",
9634
9634
"arrayOk": true
9635
9635
},
9636
9636
"editType": "calc",
@@ -9697,7 +9697,7 @@
9697
9697
"color": {
9698
9698
"valType": "color",
9699
9699
"role": "style",
9700
-
"editType": "style",
9700
+
"editType": "plot",
9701
9701
"arrayOk": true
9702
9702
},
9703
9703
"editType": "calc",
@@ -27487,7 +27487,7 @@
27487
27487
"none",
27488
27488
"skip"
27489
27489
],
27490
-
"arrayOk": true,
27490
+
"arrayOk": false,
27491
27491
"dflt": "all",
27492
27492
"editType": "plot",
27493
27493
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
@@ -28205,12 +28205,6 @@
28205
28205
"editType": "calc",
28206
28206
"description": "The number of observations represented by each state. Defaults to 1 so that each state represents one observation"
28207
28207
},
28208
-
"hoverinfosrc": {
28209
-
"valType": "string",
28210
-
"role": "info",
28211
-
"description": "Sets the source reference on plot.ly for hoverinfo .",
0 commit comments