Unovis 1.2 Released! #243
rokotyan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unovis 1.2.0
A new version of Unovis is waiting for you on NPM! This update introduces a new component: Nested Donut (aka Sunburst). It also adds better support for accessibility features, allows you to apply additional styles to axes, and much more.
Release highlights:
🍩 New component: Nested Donut
Nested Donut is a captivating graphical representation that displays hierarchical data in a circular format. Its nested design allows for multiple concentric rings, each representing a different level of data, enabling users to explore relationships and proportions effortlessly.
Check out Nested Donut's documentation and example to learn how to use it.
👓 Accessibility: Supporting ARIA tags #214
You can now set the

aria-label
attribute for your visualization by providing theariaLabel
config property to the container you use. Unovis will automatically applyrole="figure"
attribute to the container element, making it accessible to assistive technologies.Screen.Recording.2023-05-26.at.10.56.18.AM.web.mp4
🔠 New CSS variables for styling Axis #203 #223
If you want to customize the width of your tick and grid lines, you can do so using the new
--vis-axis-tick-line-width
and--vis-axis-grid-line-width
variables.The color of the domain line by default equals the tick color (that can be specified with
--vis-axis-tick-color
), but Unovis 1.2 allows you to explicitly set it via--vis-axis-domain-color
.Additionally you can apply custom
cursor
andtext-decoration
to your tick labels with--vis-axis-tick-label-cursor
and--vis-axis-tick-label-text-decoration
variables.Other changes
Enhancements
getExpandedCluster
public method (#205)Bug Fixes:
Other
Beta Was this translation helpful? Give feedback.
All reactions