You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
526 B

/*!
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
* Copyright 2018 PIXINVENT
* Licensed under the Themeforest Standard Licenses
*/
$(window).on("load",function(){Morris.Bar({element:"bar-chart",data:[{y:"2016",a:650,b:420},{y:"2015",a:540,b:380},{y:"2014",a:480,b:360},{y:"2013",a:320,b:390}],xkey:"y",ykeys:["a","b"],labels:["Data 1","Data 2"],barGap:6,barSizeRatio:.35,smooth:!0,gridLineColor:"#e3e3e3",numLines:5,gridtextSize:14,fillOpacity:.4,resize:!0,barColors:["#00A5A8","#FF7D4D"]})});