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
Uh oh!
There was an error while loading. Please reload this page.
-
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-labelattribute for your visualization by providing theariaLabelconfig 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-widthand--vis-axis-grid-line-widthvariables.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
cursorandtext-decorationto your tick labels with--vis-axis-tick-label-cursorand--vis-axis-tick-label-text-decorationvariables.Other changes
Enhancements
getExpandedClusterpublic method (#205)Bug Fixes:
Other
Beta Was this translation helpful? Give feedback.
All reactions