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
637 B
6 lines
637 B
/*!
|
|
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
|
|
* Copyright 2018 PIXINVENT
|
|
* Licensed under the Themeforest Standard Licenses
|
|
*/
|
|
$(window).on("load",function(){var data=[["January",10],["February",8],["March",4],["April",13],["May",17],["June",9]];$.plot("#bar-chart",[data],{series:{bars:{show:!0,barWidth:.6,align:"center",lineWidth:0,fill:!0,fillColor:{colors:[{opacity:.2},{opacity:.8}]}}},xaxis:{mode:"categories",tickLength:0},yaxis:{tickSize:4},grid:{borderWidth:1,borderColor:"transparent",color:"#999",minBorderMargin:20,labelMargin:10,margin:{top:8,bottom:20,left:20}},colors:["#5175E0"]})}); |