ExtJS tag cloud

28 Jun

I’ve stumbled upon a piece of code written for Ext 3.2 while searching for ExtJS Tag cloud (word cloud if you wish), and decided to modify it a bit.

It looks something like this

This is what it's look like in the end

So here is a tag cloud that you can use in your ExtJS 5.xx projects (probably in 6 too), you can take the code here: https://github.com/nenadg/extjs-tag-cloud.

Important note:

Credits for the work goes to people @ https://xp-dev.com/trac/catalog/browser/catalog/CompaniesModule/web-app/js/extjs/ux/Ext.ux.TagCloud.js I’ve just modified constructor to accept store as array.