PHP Classes

File: public/assets/js/demo/page-with-two-sidebar.demo.min.js

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/js/demo/page-with-two-sidebar.demo.min.js   Download  
File: public/assets/js/demo/page-with-two-sidebar.demo.min.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 921 bytes
 

Contents

Class file image Download
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 4 Version: 4.3.0 Author: Sean Ngu Website: http://www.seantheme.com/color-admin-v4.3/admin/ */var getRandomValue=function(){for(var a=[],n=0;n<=19;n++)a.push(Math.floor(10*Math.random()+1));return a},handleRenderKnobDonutChart=function(){$(".knob").knob()},handleRenderSparkline=function(){var a={height:"50px",width:"100%",fillColor:"transparent",type:"bar",barWidth:8,barColor:COLOR_GREEN},n=getRandomValue();$("#sidebar-sparkline-1").sparkline(n,a),n=getRandomValue(),a.barColor=COLOR_BLUE,$("#sidebar-sparkline-2").sparkline(n,a),n=getRandomValue(),a.barColor=COLOR_PURPLE,$("#sidebar-sparkline-3").sparkline(n,a),n=getRandomValue(),a.barColor=COLOR_RED,$("#sidebar-sparkline-4").sparkline(n,a)},PageWithTwoSidebar=function(){"use strict";return{init:function(){handleRenderKnobDonutChart(),handleRenderSparkline()}}}();