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
+19-19
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.2.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.3.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.2.min.js
77
+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.48.3.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.2.js
82
+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.48.3.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
+29-27
Original file line number
Diff line number
Diff line change
@@ -14384,26 +14384,6 @@
14384
14384
"editType": "calc",
14385
14385
"description": "Array containing integer indices of selected points. Has an effect only for traces that support selections. Note that an empty array means an empty selection where the `unselected` are turned on for all points, whereas, any other non-array values means no selection all where the `selected` and `unselected` styles have no effect."
14386
14386
},
14387
-
"hoverinfo": {
14388
-
"valType": "flaglist",
14389
-
"role": "info",
14390
-
"flags": [
14391
-
"x",
14392
-
"y",
14393
-
"z",
14394
-
"text",
14395
-
"name"
14396
-
],
14397
-
"extras": [
14398
-
"all",
14399
-
"none",
14400
-
"skip"
14401
-
],
14402
-
"arrayOk": true,
14403
-
"dflt": "all",
14404
-
"editType": "none",
14405
-
"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."
14406
-
},
14407
14387
"hoverlabel": {
14408
14388
"bgcolor": {
14409
14389
"valType": "color",
@@ -14609,9 +14589,31 @@
14609
14589
"role": "info",
14610
14590
"dflt": "",
14611
14591
"editType": "none",
14612
-
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". See https://github.com/d3/d3-format/blob/master/README.md#locale_format for details on the formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
14592
+
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". See https://github.com/d3/d3-format/blob/master/README.md#locale_format for details on the formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `percentInitial`, `percentPrevious` and `percentTotal`. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
14613
14593
"arrayOk": true
14614
14594
},
14595
+
"hoverinfo": {
14596
+
"valType": "flaglist",
14597
+
"role": "info",
14598
+
"flags": [
14599
+
"name",
14600
+
"x",
14601
+
"y",
14602
+
"text",
14603
+
"percent initial",
14604
+
"percent previous",
14605
+
"percent total"
14606
+
],
14607
+
"extras": [
14608
+
"all",
14609
+
"none",
14610
+
"skip"
14611
+
],
14612
+
"arrayOk": true,
14613
+
"dflt": "all",
14614
+
"editType": "none",
14615
+
"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."
14616
+
},
14615
14617
"textinfo": {
14616
14618
"valType": "flaglist",
14617
14619
"flags": [
@@ -15657,12 +15659,6 @@
15657
15659
"description": "Sets the source reference on plot.ly for meta .",
15658
15660
"editType": "none"
15659
15661
},
15660
-
"hoverinfosrc": {
15661
-
"valType": "string",
15662
-
"role": "info",
15663
-
"description": "Sets the source reference on plot.ly for hoverinfo .",
15664
-
"editType": "none"
15665
-
},
15666
15662
"xsrc": {
15667
15663
"valType": "string",
15668
15664
"role": "info",
@@ -15687,6 +15683,12 @@
15687
15683
"description": "Sets the source reference on plot.ly for hovertemplate .",
15688
15684
"editType": "none"
15689
15685
},
15686
+
"hoverinfosrc": {
15687
+
"valType": "string",
15688
+
"role": "info",
15689
+
"description": "Sets the source reference on plot.ly for hoverinfo .",
0 commit comments