File: //home/awaldron/public_html/archive/teampay/_bak/js/admin/charts.js
/*Sparklines */
/* Sparkline plugin Section starts */
$("#status1").sparkline([5,6,7,9,9,5,9,6,5,6,6,7,7,6,7,8,9,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#status2").sparkline([5,6,7,4,9,5,9,6,4,6,6,7,8,6,7,4,9,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#status3").sparkline([9,6,7,5,9,5,9,7,5,6,3,7,7,6,7,8,8,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#status4").sparkline([5,2,7,9,9,4,9,6,5,9,6,7,5,6,7,8,4,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#status5").sparkline([7,6,3,9,9,5,4,6,6,9,6,7,7,6,4,8,9,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#status6").sparkline([4,6,7,8,9,5,3,6,5,6,7,5,7,2,7,8,7,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#status7").sparkline([3,6,3,9,9,5,4,6,5,6,4,9,7,6,7,8,8,5 ], {
type: 'line',
width: '80',
height: '20',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
$("#todayspark1").sparkline([8,11,9,12,10,9,13,11,12,11,10,12,11,], {
type: 'bar',
height: '30',
barWidth: 5,
barColor: '#f04040'});
$("#todayspark2").sparkline([8,11,9,12,10,9,13,11,12,11,10,12,11,], {
type: 'bar',
height: '30',
barWidth: 5,
barColor: '#1eafed'});
$("#todayspark3").sparkline([8,11,9,12,10,9,13,11,12,11,10,12,11,], {
type: 'bar',
height: '30',
barWidth: 5,
barColor: '#fb7d45'});
$("#todayspark4").sparkline([8,11,9,12,10,9,13,11,12,11,10,12,11,], {
type: 'bar',
height: '30',
barWidth: 5,
barColor: '#0ec216'});
$("#todayspark5").sparkline([3,6,3,9,9,5,4,6,5,6,4,9,7,9,7,4,6,8,9,5,6,7,8,6,7,2,4,6,3,7,8,9,7,5,8,9,5,7,8,8,5 ], {
type: 'line',
width: '250',
height: '30',
lineColor: '#0ca5e7',
fillColor: '#e5f3f9'});
/* Sparkline plugin section ends */