Skip to content

Word Cloud

This demo shows how to render a Word Cloud. The chart below represents data from a Ticket Sales table residing in our Elasticsearch server. The size and color of each word is determined by the commission of each event.

If you'd like to see the demo in full screen click here

Review the complete source code and copy/paste it to create your own.
1
{"action": "import", "url": "../cf-demos/wordcloud-chart/index.html"}
1
{"action": "import", "url": "../cf-demos/wordcloud-chart/index.js"}
1
{"action": "import", "url": "../cf-demos/wordcloud-chart/style.css"}

The Ticket Sales table is derived from the Amazon’s Sample Database for Redshift. The data represents ticket sales activity for the fictional TICKIT web site, where users buy and sell tickets online for different types of events.