We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6ec7c commit 3f82649Copy full SHA for 3f82649
1 file changed
CHANGELOG.md
@@ -9,13 +9,13 @@
9
- Added panel decorations (grid lines, axes, background) for polar coordinates (#156).
10
- Added `radar` setting to polar coordinates for making radar plots (#418).
11
- New `side` SETTING on the `boxplot` layer and the `jitter` position, mirroring
12
- the existing `violin` setting (#337).
+ the existing `violin` setting (#439).
13
14
### Fixed
15
16
- Dodging of horizontal violin plots were broken due to a bad orientation
17
assumption in the VegaLite writer. We now correctly use the orientation to
18
- dodge in the correct dimension.
+ dodge in the correct dimension (#439).
19
20
## 0.3.2 - 2026-05-05
21
0 commit comments