Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
studywallet
/
js
/
flot
/
custom
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/.trash/studywallet/js/flot/custom/horizontal.js
$(function () { var ds=[], data, chartOptions; ds.push ([[1700, 1],[3400, 2],[2300, 3],[4500, 4],[6300, 5]]); ds.push ([[1300, 1],[1200, 2],[2900, 3],[2300, 4],[4500, 5]]); ds.push ([[800, 1],[1900, 2],[1200, 3],[2100, 4],[3800, 5]]); data = [ { label: 'Foursquare', data: ds[1] }, { label: 'Twitter', data: ds[0] }, { label: 'Google plus', data: ds[2] }]; chartOptions = { xaxis: { }, legend: { position: 'se' }, grid:{ hoverable: true, clickable: false, borderWidth: 1, tickColor: '#eaeaea', borderColor: '#eaeaea', }, shadowSize: 0, bars: { horizontal: true, show: true, barWidth: 8*24*60*60*300, barWidth: .2, fill: true, lineWidth: 1, order: true, lineWidth: 0, fillColor: { colors: [ { opacity: 1 }, { opacity: 1 } ] } }, tooltip: true, tooltipOpts: { content: '%s: %x' }, colors: ['#3a86c8', '#64bd63', '#6dc6cd', '#52bf8a', '#638ca5'], } var holder = $('#horizontal-chart'); if (holder.length) { $.plot(holder, data, chartOptions ); } });