Skip to content

Histogram

This demo shows how to use ChartFactor to render a Histogram chart. The chart below represents data from a Ticket Sales table residing in our Elasticsearch server. This Histogram shows that small commissions are more frequent than large ones.

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/histogram-elastic-demo/index.html"}
1
{"action": "import", "url": "../cf-demos/histogram-elastic-demo/index.js"}
1
{"action": "import", "url": "../cf-demos/histogram-elastic-demo/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.