$(window).on("load",(function(){new Chartist.Pie("#pie-custom-labels",{labels:["Bananas","Apples","Grapes"],series:[20,15,40]},{labelInterpolationFnc:function(n){return n[0]}},[["screen and (min-width: 640px)",{chartPadding:30,labelOffset:100,labelDirection:"explode",labelInterpolationFnc:function(n){return n}}],["screen and (min-width: 1024px)",{labelOffset:80,chartPadding:20}]])}));