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.

1 line
7.8 KiB

var colors=["#39afd1"];(dataColors=$("#basic-bar").data("colors"))&&(colors=dataColors.split(","));var options={chart:{height:380,type:"bar",toolbar:{show:!1}},plotOptions:{bar:{horizontal:!0}},dataLabels:{enabled:!1},series:[{data:[400,430,448,470,540,580,690,1100,1200,1380]}],colors:colors,xaxis:{categories:["South Korea","Canada","United Kingdom","Netherlands","Italy","France","Japan","United States","China","Germany"]},states:{hover:{filter:"none"}},grid:{borderColor:"#f1f3fa"}};(chart=new ApexCharts(document.querySelector("#basic-bar"),options)).render();colors=["#fa5c7c","#6c757d"];(dataColors=$("#grouped-bar").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:380,type:"bar",toolbar:{show:!1}},plotOptions:{bar:{horizontal:!0,dataLabels:{position:"top"}}},dataLabels:{enabled:!0,offsetX:-6,style:{fontSize:"12px",colors:["#fff"]}},colors:colors,stroke:{show:!0,width:1,colors:["#fff"]},series:[{name:"Series 1",data:[44,55,41,64,22,43,21]},{name:"Series 2",data:[53,32,33,52,13,44,32]}],xaxis:{categories:[2001,2002,2003,2004,2005,2006,2007]},legend:{offsetY:-10},states:{hover:{filter:"none"}},grid:{borderColor:"#f1f3fa"}};(chart=new ApexCharts(document.querySelector("#grouped-bar"),options)).render();colors=["#727cf5","#0acf97","#fa5c7c","#6c757d","#39afd1"];(dataColors=$("#stacked-bar").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:380,type:"bar",stacked:!0,toolbar:{show:!1}},plotOptions:{bar:{horizontal:!0}},stroke:{show:!1},series:[{name:"Marine Sprite",data:[44,55,41,37,22,43,21]},{name:"Striking Calf",data:[53,32,33,52,13,43,32]},{name:"Tank Picture",data:[12,17,11,9,15,11,20]},{name:"Bucket Slope",data:[9,7,5,8,6,9,4]},{name:"Reborn Kid",data:[25,12,19,32,25,24,10]}],xaxis:{categories:[2008,2009,2010,2011,2012,2013,2014],labels:{formatter:function(e){return e+"K"}}},yaxis:{title:{text:void 0}},colors:colors,tooltip:{y:{formatter:function(e){return e+"K"}}},fill:{opacity:1},states:{hover:{filter:"none"}},legend:{position:"top",horizontalAlign:"center"},grid:{borderColor:"#f1f3fa"}};(chart=new ApexCharts(document.querySelector("#stacked-bar"),options)).render();colors=["#ffbc00","#39afd1","#6c757d","#e3eaef","#727cf5"];(dataColors=$("#full-stacked-bar").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:380,type:"bar",stacked:!0,stackType:"100%",toolbar:{show:!1}},plotOptions:{bar:{horizontal:!0}},stroke:{width:1,colors:["#fff"]},series:[{name:"Marine Sprite",data:[44,55,41,37,22,43,21]},{name:"Striking Calf",data:[53,32,33,52,13,43,32]},{name:"Tank Picture",data:[12,17,11,9,15,11,20]},{name:"Bucket Slope",data:[9,7,5,8,6,9,4]},{name:"Reborn Kid",data:[25,12,19,32,25,24,10]}],xaxis:{categories:[2008,2009,2010,2011,2012,2013,2014]},colors:colors,tooltip:{y:{formatter:function(e){return e+"K"}}},fill:{opacity:1},states:{hover:{filter:"none"}},legend:{position:"top",horizontalAlign:"center"},grid:{borderColor:"#f1f3fa"}};(chart=new ApexCharts(document.querySelector("#full-stacked-bar"),options)).render();colors=["#fa5c7c","#0acf97"];(dataColors=$("#negative-bar").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:380,type:"bar",stacked:!0,toolbar:{show:!1}},colors:colors,plotOptions:{bar:{horizontal:!0,barHeight:"80%"}},dataLabels:{enabled:!1},stroke:{width:1,colors:["#fff"]},series:[{name:"Males",data:[.4,.65,.76,.88,1.5,2.1,2.9,3.8,3.9,4.2,4,4.3,4.1,4.2,4.5,3.9,3.5,3]},{name:"Females",data:[-.8,-1.05,-1.06,-1.18,-1.4,-2.2,-2.85,-3.7,-3.96,-4.22,-4.3,-4.4,-4.1,-4,-4.1,-3.4,-3.1,-2.8]}],grid:{borderColor:"#f1f3fa"},yaxis:{min:-5,max:5,title:{}},tooltip:{shared:!1,x:{formatter:function(e){return e}},y:{formatter:function(e){return Math.abs(e)+"%"}}},xaxis:{categories:["85+","80-84","75-79","70-74","65-69","60-64","55-59","50-54","45-49","40-44","35-39","30-34","25-29","20-24","15-19","10-14","5-9","0-4"],title:{text:"Percent"},labels:{formatter:function(e){return Math.abs(Math.round(e))+"%"}}},legend:{offsetY:-10}};(chart=new ApexCharts(document.querySelector("#negative-bar"),options)).render();colors=["#6c757d","#0acf97"];(dataColors=$("#timeline-chart").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:380,type:"rangeBar"},plotOptions:{bar:{horizontal:!0}},colors:colors,series:[{name:"Bob",data:[{x:"Design",y:[new Date("2019-03-02").getTime(),new Date("2019-03-03").getTime()]},{x:"Code",y:[new Date("2019-03-02").getTime(),new Date("2019-03-04").getTime()]},{x:"Test",y:[new Date("2019-03-04").getTime(),new Date("2019-03-07").getTime()]},{x:"Bugs",y:[new Date("2019-03-11").getTime(),new Date("2019-03-12").getTime()]}]},{name:"Joe",data:[{x:"Design",y:[new Date("2019-03-01").getTime(),new Date("2019-03-02").getTime()]},{x:"Code",y:[new Date("2019-03-03").getTime(),new Date("2019-03-07").getTime()]},{x:"Test",y:[new Date("2019-03-06").getTime(),new Date("2019-03-09").getTime()]},{x:"Bugs",y:[new Date("2019-03-10").getTime(),new Date("2019-03-11").getTime()]}]}],yaxis:{min:new Date("2019-03-01").getTime(),max:new Date("2019-03-14").getTime()},xaxis:{type:"datetime"},fill:{type:"gradient",gradient:{shade:"light",type:"vertical",shadeIntensity:.25,gradientToColors:void 0,inverseColors:!0,opacityFrom:1,opacityTo:1,stops:[50,0,100,100]}}};(chart=new ApexCharts(document.querySelector("#timeline-chart"),options)).render();colors=["#727cf5","#0acf97","#fa5c7c","#39afd1"];(dataColors=$("#pattern-bar").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:380,type:"bar",stacked:!0,toolbar:{show:!1},shadow:{enabled:!0,blur:1,opacity:.5}},plotOptions:{bar:{horizontal:!0,barHeight:"60%"}},dataLabels:{enabled:!1},stroke:{width:2},series:[{name:"Marine Sprite",data:[44,55,41,37,22,43,21]},{name:"Striking Calf",data:[53,32,33,52,13,43,32]},{name:"Tank Picture",data:[12,17,11,9,15,11,20]},{name:"Bucket Slope",data:[9,7,5,8,6,9,4]}],xaxis:{categories:[2008,2009,2010,2011,2012,2013,2014]},yaxis:{title:{text:void 0}},tooltip:{shared:!1,y:{formatter:function(e){return e+"K"}}},colors:colors,fill:{type:"pattern",opacity:1,pattern:{style:["circles","slantedLines","verticalLines","horizontalLines"]}},states:{hover:{filter:"none"}},legend:{position:"right"},grid:{borderColor:"#f1f3fa"},responsive:[{breakpoint:600,options:{legend:{show:!1}}}]};(chart=new ApexCharts(document.querySelector("#pattern-bar"),options)).render();var labels=Array.apply(null,{length:39}).map(function(e,t){return t+1});options={chart:{height:450,type:"bar",toolbar:{show:!1},animations:{enabled:!1}},plotOptions:{bar:{horizontal:!0,barHeight:"100%"}},dataLabels:{enabled:!1},stroke:{colors:["#fff"],width:.2},series:[{name:"coins",data:[2,4,3,4,3,5,5,6.5,6,5,4,5,8,7,7,8,8,10,9,9,12,12,11,12,13,14,16,14,15,17,19,21]}],labels:labels,yaxis:{axisBorder:{show:!1},axisTicks:{show:!1},labels:{show:!1},title:{text:"Weight"}},grid:{position:"back",borderColor:"#f1f3fa"},fill:{type:"image",opacity:.87,image:{src:["assets/images/small/small-4.jpg"],width:466,height:406}}};(chart=new ApexCharts(document.querySelector("#image-fill-bar"),options)).render();var dataColors;colors=["#727cf5","#0acf97","#fa5c7c","#6c757d","#39afd1","#2b908f","#ffbc00","#90ee7e","#f48024","#212730"];(dataColors=$("#datalables-bar").data("colors"))&&(colors=dataColors.split(","));var chart;options={chart:{height:450,type:"bar"},plotOptions:{bar:{barHeight:"100%",distributed:!0,horizontal:!0,dataLabels:{position:"bottom"}}},colors:colors,dataLabels:{enabled:!0,textAnchor:"start",style:{colors:["#fff"]},formatter:function(e,t){return t.w.globals.labels[t.dataPointIndex]+": "+e},offsetX:0,dropShadow:{enabled:!1}},series:[{data:[400,430,448,470,540,580,690,1100,1200,1380]}],stroke:{width:0,colors:["#fff"]},xaxis:{categories:["South Korea","Canada","United Kingdom","Netherlands","Italy","France","Japan","United States","China","India"]},yaxis:{labels:{show:!1}},grid:{borderColor:"#f1f3fa"},tooltip:{theme:"dark",x:{show:!1},y:{title:{formatter:function(){return""}}}}};(chart=new ApexCharts(document.querySelector("#datalables-bar"),options)).render();