Hi everyone.
This is my second attempt at d3. I like the force layout a lot because of its interactivity and wanted to build something around it. But any bubbles over 30 or so Firefox crawls to death.
Somehow Chrome does not choke up at even 100 bubbles. So I decided to just the pack layout and it turns out very good.
For e.g in the bubble pack analysis, I take each hacker news title and split the words and count the word occurrence. The benefit that pack layout provides is that each word in the title can be traced
in the same outward spiral and most often they have the same color but different shading.
It has the front page, best and ask hn pages.
Also, I applied the same logic to any web page URL and created another page "Bubble my page". The bubble-my-page also serves the purpose of analyzing your blog post word count.
Please share your feedback/thoughts.
Thank you
Nilesh