v3.1.0
v3.1.0 (2024-10-24)
What's Changed
feat: ✨ add nestedStackedBarsVertical and confarea by @lloydrichards in #28
- added
sszvis.nestedStackedBarsVertical
component - added
sszvis.annotationConfidenceArea
component - added
sszvis.rulerLabelVerticalSeparate
function - improved performance by changing the
.enter().exit()
pattern to.join()
- fixes to documentation and examples to improve clarity
Full Changelog: v3.0.5...v3.1.0