Sha256: 5d7f9d76982b35ee3572a4a697a3dc329d47af9efcb0496ee53220a241e19117
Contents?: true
Size: 1.04 KB
Versions: 39
Compression:
Stored size: 1.04 KB
Contents
/** * Theme: Ubold Admin * Author: Coderthemes * Page: opportunities */ !function($) { "use strict"; var Opportunities = function() {}; Opportunities.prototype.init = function () { //Pie Chart c3.generate({ bindto: '#pie-chart', data: { columns: [ ['Hot', 46], ['Cold', 24], ['In-progress', 46], ['Lost', 10], ['Won', 30] ], type : 'pie' }, color: { pattern: ["$brand-info", "#7266ba", "$brand-warning", "$brand-danger", "$brand-success"] }, pie: { label: { show: false } } }); }, $.Opportunities = new Opportunities, $.Opportunities.Constructor = Opportunities }(window.jQuery), //initializing function($) { "use strict"; $.Opportunities.init() }(window.jQuery);
Version data entries
39 entries across 39 versions & 1 rubygems