JavaScript
$("#output").pivot(
[
{country:'india',state: "maha", dist: "kolhapur",statueof:'shivaji',count:14,type:'clone'},
{country:'india',state: "maha", dist: "kolhapur",statueof:'babaji',count:28,type:'men'},
{country:'india',state: "maha", dist: "kolhapur",statueof:'shivaji',count:4,type:'men'},
{country:'india',state: "maha", dist: "kolhapur",statueof:'babaji',count:5,type:'clone'},
{country:'india',state: "maha", dist: "sangli",statueof:'shivaji',count:15,type:'clone'},
{country:'india',state: "maha", dist: "hat",statueof:'shivaji',count:02,type:'clone'},
{country:'india',state: "maha", dist: "karveer",statueof:'shivaji',count:28,type:'men'},
{country:'india',state: "maha", dist: "chandgarh",statueof:'shivaji',count:30,type:'clone'},
{country:'india',state: "andhra", dist: "yatakota",statueof:'babaji',count:20,type:'clone'},
{country:'india',state: "andhra", dist: "maahota",statueof:'babaji',count:12,type:'men'},
{country:'Jarman',state: "andhra", dist: "vasota",statueof:'shivaji',count:23,type:'clone'}
],
{
rows: ["country","state"],
cols: ["dist","statueof","type"],
vals:["count"],
rendererName: "Heatmap",
aggregatorName: "Sum"
}
);