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/multi-bar-chart.js
$(function() { var data1 = [ ["January", 10], ["February", 8], ["March", 4], ["April", 13], ["May", 17], ["June", 9] ]; var data2 = [ ["January", 1], ["February", 5], ["March", 6], ["April", 3], ["May", 37], ["June", 39] ]; $.plot($("#multiBarChart"), [{ data: data1, bars: { show: true, barWidth: 0.2, align: "left", } }, { data: data2, bars: { show: true, barWidth: 0.2, align: "right", } }], { xaxis: { mode: "categories", tickLength: 0 } }); });