@extends('layout.master') @section('title', 'Widgets Statistics') @section('parentPageTitle', 'Widgets') @section('content')

521

New items

902

Uploads

1,025

Feeds

318

Comments
EARNINGS
$22,500
19% compared to last week
1,4,1,3,7,1
SALES
$500
19% compared to last week
1,4,2,3,6,2
VISITS
$21,215
19% compared to last week
1,4,2,3,1,5
LIKES
$421,215
19% compared to last week
1,3,5,1,4,2
6,4,8,6,8,10,5,6,7,9,5
Population
4,254
30, 35, 25, 8
Usage
98%
4,6,-3,-1,2,-2,4,3,6,7,-2,3
Page Views
1,195
9,4,6,5,6,4,7,3
Growth
$1,243
1,2,2,3,3,4,4,5,5,6,6,5,5,4,4,3,3,2,2,1

457 512

47% Average
1,2,2,3,3,4,4,5,5,6,6,5,5,4,4,3,3,2,2,1

236 512

13% Average
1,2,3,4,5,4,3,2,1,2,3,4,5,6,7,8,7,6,5,4

236 512

47% Average
8,7,6,5,4,3,2,2,3,4,5,6,7,8,7,6,5,4

236 512

47% Average
Properties
53,251
Growth
62%
Total Sales
$3205
Rented
3,217
Satisfaction Rate

47% Average

Project Panding

13% Average

Productivity Goal

75% Average

Total Revenue

54% Average

501

Orders Received

1,4,2,6,5,2,3,8,5,2

2501

Total Sales

2,9,5,5,8,5,4,2,6

6051

Total Profit

1,5,3,6,6,3,6,8,4,2
Server
6% higher than last month

62%

of 1Tb
Traffic
4% higher than last month

78

of 1Tb
Email
Total Registered email

31

of 100
Domians
Total registered Domain

2

of 10

2,365

Post View

365

Likes

65

Comments

2,055

Profile Views
@stop @section('page-script') $('.knob').knob({ draw: function() { // "tron" case if (this.$.data('skin') == 'tron') { var a = this.angle(this.cv) // Angle , sa = this.startAngle // Previous start angle , sat = this.startAngle // Start angle , ea // Previous end angle , eat = sat + a // End angle , r = true; this.g.lineWidth = this.lineWidth; this.o.cursor && (sat = eat - 0.3) && (eat = eat + 0.3); if (this.o.displayPrevious) { ea = this.startAngle + this.angle(this.value); this.o.cursor && (sa = ea - 0.3) && (ea = ea + 0.3); this.g.beginPath(); this.g.strokeStyle = this.previousColor; this.g.arc(this.xy, this.xy, this.radius - this.lineWidth, sa, ea, false); this.g.stroke(); } this.g.beginPath(); this.g.strokeStyle = r ? this.o.fgColor : this.fgColor; this.g.arc(this.xy, this.xy, this.radius - this.lineWidth, sat, eat, false); this.g.stroke(); this.g.lineWidth = 2; this.g.beginPath(); this.g.strokeStyle = this.o.fgColor; this.g.arc(this.xy, this.xy, this.radius - this.lineWidth + 1 + this.lineWidth * 2 / 3, 0, 2 * Math.PI, false); this.g.stroke(); return false; } } }); $('#linecustom1').sparkline('html',{ height: '55px', width: '100%', lineColor: '#a095e5', fillColor: '#a095e5', minSpotColor: true, maxSpotColor: true, spotColor: '#e2a8df', spotRadius: 0 }); $('#linecustom2').sparkline('html',{ height: '55px', width: '100%', lineColor: '#75c3f2', fillColor: '#75c3f2', minSpotColor: true, maxSpotColor: true, spotColor: '#8dbfe0', spotRadius: 0 }); $('#linecustom3').sparkline('html',{ height: '55px', width: '100%', lineColor: '#fc7b92', fillColor: '#fc7b92', minSpotColor: true, maxSpotColor: true, spotColor: '#e0b89d', spotRadius: 0 }); @stop