Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lindapaiste/so-tag-bubbles

For my personal website. An interactive tag cloud of my top technologies based on StackOverflow answer tags.
https://github.com/lindapaiste/so-tag-bubbles

circle-packing d3 react tag-cloud

Last synced: about 2 months ago
JSON representation

For my personal website. An interactive tag cloud of my top technologies based on StackOverflow answer tags.

Awesome Lists containing this project

README

        

# Stack Overflow Top Tag Bubbles

A visualization of my top answer tags on StackOverflow.

Calculations with D3. Rendered using `div` elements in React.

Prior art: [d3 React Bubble Chart](https://codesandbox.io/s/92lfm) by Erik Escoffier, [Zoomable Circle Packing](https://observablehq.com/@d3/zoomable-circle-packing) by
Mike Bostock.