-
Notifications
You must be signed in to change notification settings - Fork 4
Home
{word: 'Kuldeep', weight: 16},{word: 'Monika', weight: 15},{word: 'Preeti', weight: 15},
{word: 'Geetanjal', weight: 14},{word: 'Manali', weight: 13},{word: 'Praveen', weight: 13},
{word: 'Kapil', weight: 12},{word: 'Prashant', weight: 11},{word: 'MLA', weight: 10},
{word: 'Ravi', weight: 9},{word: 'Rohit', weight: 9},{word: 'Parul', weight: 9},
{word: 'Pummy', weight: 9},{word: 'Manjot', weight: 8},{word: 'Nishant', weight: 8},
{word: 'Neha', weight: 7},{word: 'Megha', weight: 7},{word: 'Mohammad', weight: 4},
{word: 'Khushboo', weight: 4},{word: 'Mayur', weight: 2},{word: 'AB', weight: 1},
{word: 'Gurpree', weight: 1}
],
cloud_color: 'yellow',
minWeight: 1,
maxWeight: 40,
minFont: 1,
maxFont: 10,
fontOffset: 2,
cloud_font_family: 'Arial',
verticalEnabled: false,
word_common_classes: 'WordClass',
word_click: function(){
$(this).css("background-color","green");
},
beforeCloudRender: function(){
date1=new Date();
},
afterCloudRender: function(){
var date2=new Date();
console.log("Cloud Completed in "+(date2.getTime()-date1.getTime()) +" milliseconds");
}
});
});