Zoomable Circles, a Svelte component for hierarchical data

The svelte-zoomable-circles component is a dynamic way to display and explore hierarchical data, using Svelte and D3.js. The interactive live demo on openopensource.com showcases its capabilities. Users can easily implement the component by importing it and providing a JSON tree object in a specific format. The component offers customization options for container size, colors, label fonts, hover effects, and transition durations. Developed by tylerb1, this tool is an adaptation of a demo by Svend3r. With three dependents and four hours since its publication, this beta version of ReadmeCode offers a unique and engaging solution for visualizing data.

https://www.npmjs.com/package/svelte-zoomable-circles

To top