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: CHANGELOG.md
+114Lines changed: 114 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,120 @@ To see all merged commits on the master branch that will be part of the next plo
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+
## [2.28.0] -- 2024-01-05
13
+
14
+
### Added
15
+
- Add `align` option to sankey nodes to control horizontal alignment [[#6800](https://github.com/plotly/plotly.js/pull/6800)],
16
+
with thanks to @adamreeve for the contribution!
17
+
- Add the possibility of loading "virtual-webgl" script for WebGL 1 to help display several WebGL contexts on a page [[#6784](https://github.com/plotly/plotly.js/pull/6784)], with thanks to @greggman for the contribution!
18
+
- Add options to use base64 encoding (`bdata`) and `shape` (for 2 dimensional arrays) to declare various typed arrays i.e. `dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8)`[[#5230](https://github.com/plotly/plotly.js/pull/5230)]
19
+
20
+
### Fixed
21
+
- Fix scattergl rendering bug on M1 mac devices [[#6830](https://github.com/plotly/plotly.js/pull/6830)],
22
+
with thanks to @justinjhendrick for the contribution!
23
+
- Fix hovering over sankey node only fully highlights first trace [[#6799](https://github.com/plotly/plotly.js/pull/6799)],
24
+
with thanks to @DominicWuest for the contribution!
25
+
- Fix error when the mouse moves to x=0 while dragging a rangeslider [[#6780](https://github.com/plotly/plotly.js/pull/6780)],
26
+
with thanks to @david-bezero for the contribution!
27
+
- Fix duplicated of major and minor ticks in calc data [[#6829](https://github.com/plotly/plotly.js/pull/6829)],
28
+
with thanks to @ayjayt for the contribution!
29
+
- Fix charset test dashboard [[#6826](https://github.com/plotly/plotly.js/pull/6826)],
30
+
with thanks to @ayjayt for the contribution!
31
+
- Fix range defaults to take into account `minallowed` and `maxallowed` values of the axis [[#6796](https://github.com/plotly/plotly.js/pull/6796)]
32
+
- Fix `scattergl` legend when `marker.angle` is an array [[#6787](https://github.com/plotly/plotly.js/pull/6787)]
33
+
- Fix plot schema not to show `line.shape` options for `scatterpolargl` trace [[#6781](https://github.com/plotly/plotly.js/pull/6781)]
34
+
35
+
36
+
## [2.27.1] -- 2023-11-08
37
+
38
+
### Changed
39
+
- Adjust stamen styles to point to `stadiamaps.com`, the users may also need to provide their own API_KEY via `config.mapboxAccessToken`[[#6776](https://github.com/plotly/plotly.js/pull/6776), [#6778](https://github.com/plotly/plotly.js/pull/6778)]
40
+
41
+
### Fixed
42
+
- Fix handling multi-line text in title `automargin`[[#6758](https://github.com/plotly/plotly.js/pull/6758)]
43
+
44
+
45
+
## [2.27.0] -- 2023-10-20
46
+
47
+
### Added
48
+
- Add `insiderange` to cartesian axes to help avoid overlap between visible grid lines and tick labels of the counter axis when they are positioned inside [[#6735](https://github.com/plotly/plotly.js/pull/6735)],
49
+
this feature was anonymously sponsored: thank you to our sponsor!
50
+
51
+
### Fixed
52
+
- Fix column order changes on hover [[#6718](https://github.com/plotly/plotly.js/pull/6718)],
53
+
with thanks to @bhavinpatel1109 for the contribution!
54
+
- Fix hover at timestamp '1970-01-01 00:00:00' [[#6752](https://github.com/plotly/plotly.js/pull/6752)],
55
+
with thanks to @adamjhawley for the contribution!
56
+
- Fix clearing empty `candlestick` using react [[#6757](https://github.com/plotly/plotly.js/pull/6757)]
57
+
58
+
59
+
## [2.26.2] -- 2023-10-04
60
+
61
+
### Fixed
62
+
- Fix range interactions affecting partial ranges in other subplots [[#6743](https://github.com/plotly/plotly.js/pull/6743)]
63
+
- Fix to emit `plotly_click` event on touchscreens with "select" `dragmode`[[#6724](https://github.com/plotly/plotly.js/pull/6724)]),
64
+
with thanks to @lvlte for the contribution!
65
+
- Fix error display for failing builds [[#6739](https://github.com/plotly/plotly.js/pull/6739)],
66
+
with thanks to @dmt0 for the contribution!
67
+
- Use the "willReadFrequently" 2d context creation attribute to optimize readback performance for heat map traces [[#6741](https://github.com/plotly/plotly.js/pull/6741)],
68
+
with thanks to @bebeal for the contribution!
69
+
70
+
71
+
## [2.26.1] -- 2023-09-22
72
+
73
+
### Fixed
74
+
- Fix horizontal title alignment [[#6725](https://github.com/plotly/plotly.js/issues/6725)],
75
+
with thanks to @28raining for the contribution!
76
+
- Fix single-point histogram when user has provided bin widths [[#6725](https://github.com/plotly/plotly.js/issues/6725)],
77
+
with thanks to @28raining for the contribution!
78
+
- Fix to allow custom `plotly_legenddoubleclick` handlers to execute even when the default `plotly_legendclick` event is cancelled (returns false) [[#6727](https://github.com/plotly/plotly.js/pull/6727)], with thanks to @andrej-vasilj for the contribution!
79
+
- Fix Finnish translation for "Download plot" in `fi` locale [[#6723](https://github.com/plotly/plotly.js/issues/6723)],
80
+
with thanks to @wkmor1 for the contribution!
81
+
- Fix Czech number separators in `cs` locale [[#6734](https://github.com/plotly/plotly.js/pull/6734)],
82
+
with thanks to @vlastimil-dolejs for the contribution!
83
+
84
+
85
+
## [2.26.0] -- 2023-08-24
86
+
87
+
### Added
88
+
- Add "min", "max", "min reversed" and "max reversed" autorange options and handle partial ranges (i.e. one end being null), add `autorangeoptions` (`clipmin`, `clipmax`, `minallowed`, `maxallowed`, `include`) as well as `minallowed` and `maxallowed` to cartesian, gl3d and radial axes [[#6547](https://github.com/plotly/plotly.js/pull/6547)]
89
+
- Add [n]-sigma (std deviations) box plots as an alternative to quartiles [[#6697](https://github.com/plotly/plotly.js/issues/6697)], with thanks to @28raining for the contribution!
90
+
- Add "top left" & "top center" side options to legend title [[#6711](https://github.com/plotly/plotly.js/pull/6711)], with thanks to @28raining for the contribution!
91
+
- Add "false" option to `scaleanchor` to allow removing a constraint that is set by default [[#6712](https://github.com/plotly/plotly.js/pull/6712)], with thanks to @lvlte for the contribution!
92
+
93
+
94
+
## [2.25.2] -- 2023-08-11
95
+
96
+
### Changed
97
+
- Update Croatian translations in `hr` locale [[#6690](https://github.com/plotly/plotly.js/pull/6690)],
98
+
with thanks to @Mkranj for the contribution!
99
+
100
+
### Fixed
101
+
- Fix potential prototype pollution in plot API calls [[#6703](https://github.com/plotly/plotly.js/pull/6703), [6704](https://github.com/plotly/plotly.js/pull/6704)]
102
+
103
+
104
+
## [2.25.1] -- 2023-08-02
105
+
106
+
### Fixed
107
+
- Fix clearing legend using react (regression introduced in 2.25.0) [[#6695](https://github.com/plotly/plotly.js/pull/6695)]
108
+
109
+
110
+
## [2.25.0] -- 2023-07-25
111
+
112
+
### Added
113
+
- Add "Equal Earth" projection to geo subplots [[#6670](https://github.com/plotly/plotly.js/pull/6670)],
114
+
with thanks to @apparebit for the contribution!
115
+
- Add options to include legends for shapes and `newshape`[[#6653](https://github.com/plotly/plotly.js/pull/6653)]
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
@@ -100,6 +100,11 @@ You could load either version two or version three of MathJax files, for example
100
100
> When using MathJax version 3, it is also possible to use `chtml` output on the other parts of the page in addition to `svg` output for the plotly graph.
101
101
Please refer to `devtools/test_dashboard/index-mathjax3chtml.html` to see an example.
102
102
103
+
### Need to have several WebGL graphs on a page?
104
+
You may simply load [virtual-webgl](https://github.com/greggman/virtual-webgl) script for WebGL 1 (not WebGL 2) before loading other scripts.
0 commit comments