v33.0.0
33.0.0 (2021-07-14)
Features
- xy: add null bars to geometry indexing (#1226) (20b81a9), closes #950
- xy: hide labels that protrude the bar geometry (#1233) (be1fb3d), closes #1234
BREAKING CHANGES
- xy: an API change is introduced:
hideClippedValue
is removed in favor ofoverflowConstraints?: Array<LabelOverflowConstraint>;
. The array can contain one or multiple overflow constraints enumerated asLabelOverflowConstraint