HomeCategoriesAll Tags

Interactive data visualization of tech skills

While exploring various kinds of charts and their use case. I found sunburst charts interesting and felt that they should be good fit for showcasing beautiful visualization of developer's technical skill set.

Check this out. Interactive visualization of tech skills

I have used python's library called plotly for drawing chart. It also allows exporting that chart as ready to use html file, which I took and hosted on netlify.

For those who want to see the code and play with it, here is the Jupyter notebook

Currently all labels are assigned equal weightage, however they can be configured as desired.

Feel free to create similar one for yourself and let me know your feedback.

- Ayush 🙂