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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
- Form `options_source` URLs now preserve existing query parameters when adding the dynamic `search` parameter.
9
9
- Map coordinates that are not a pair of numbers, like a latitude with no longitude, are now reported in the browser console and skipped, instead of breaking the whole map.
10
10
- Stacked charts now stack their series by `x` value instead of by point order, which used to give wrong totals when a series was missing a point.
11
+
-`line`, `area`, `scatter`, `bubble` and `heatmap` charts with text labels on the x axis now line their series up by label, leaving a gap where a series skips one.
11
12
-`column` charts now display vertical bars instead of nothing at all.
12
13
-`stacked` is now ignored on chart types that cannot stack, instead of displaying an empty chart.
13
14
- Screen readers now announce the title of the modal component instead of an unnamed dialog.
0 commit comments