Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
/**
* Theme: Ubold Admin Template
* Author: Coderthemes
* Leads
*/
!function($) {
"use strict";
var LeadsCharts = function() {};
//creates Stacked chart
LeadsCharts.prototype.createStackedChart = function(element, data, xkey, ykeys, labels, lineColors) {
Morris.Bar({
element: element,
data: data,
xkey: xkey,
ykeys: ykeys,
stacked: true,
labels: labels,
hideHover: 'auto',
resize: true, //defaulted to true
gridLineColor: '#eeeeee',
barColors: lineColors
});
},
LeadsCharts.prototype.init = function() {
//creating Stacked chart
var $stckedData = [
{ y: 'Mon', a: 45, b: 180 },
{ y: 'Tue', a: 75, b: 65 },
{ y: 'Wed', a: 100, b: 90 },
{ y: 'Thur', a: 75, b: 65 },
{ y: 'Fri', a: 100, b: 90 },
{ y: 'Sat', a: 75, b: 65 },
{ y: 'Sun', a: 50, b: 40 }
];
this.createStackedChart('morris-bar-stacked', $stckedData, 'y', ['a', 'b'], ['Series A', 'Series B'], ['#5d9cec', '#ebeff2']);
},
//init
$.LeadsCharts = new LeadsCharts, $.LeadsCharts.Constructor = LeadsCharts
}(window.jQuery),
//initializing
function($) {
"use strict";
$.LeadsCharts.init();
}(window.jQuery);
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat