{"version":3,"file":"/scripts/single-map.js","mappings":"uJAEMA,EAAAA,WACF,cAAc,eACXC,KAAA,c,0CAGH,WAEI,IADA,IAAIC,EAAUC,SAAAA,iBAAd,aACSC,EAAT,EAAgBA,EAAIF,EAApB,OAAoCE,IAChC,SAAiBF,EAAjB,GAA6B,CACzBG,WADyB,cAEzBC,UAFyB,EAGzBC,QAHyB,QAIzBC,SAJyB,UAKzBC,WALyB,UAMzBC,KANyB,GAOzBC,OAPyB,EAQzBC,QARyB,KASzBC,OAAQ,gBACJC,EAAGb,KAAHa,IAAAA,KAAAA,YAAAA,KAAsCC,KAAAA,MAAtCD,W,EAlBdd,GA0BN,IAAIA,G,iBC5BJgB,EAAOC,QAAUC,OAAe,S","sources":["webpack://sage/./resources/scripts/modules/single-map.js","webpack://sage/external window \"jQuery\""],"sourcesContent":["import EasyPieChart from 'easy-pie-chart';\n\nclass SingleMap {\n constructor() {\n this.mapPieChart();\n }\n\n mapPieChart() {\n var element = document.querySelectorAll('.piechart');\n for (var i = 0; i < element.length; i++) {\n new EasyPieChart(element[i], {\n scaleColor: \"transparent\",\n lineWidth: 4,\n lineCap: 'round', //Can be butt\n barColor: '#c17bbe',\n trackColor:\t\"#eae0d5\",\n size: 48,\n rotate: 0, \n animate: 1500,\n onStep: function(from, to, percent) {\n $( this.el ).find( '.percent' ).text( Math.round( percent ) );\n },\n });\n }\n }\n}\n\nexport default SingleMap;\nnew SingleMap();\n","module.exports = window[\"jQuery\"];"],"names":["SingleMap","this","element","document","i","scaleColor","lineWidth","lineCap","barColor","trackColor","size","rotate","animate","onStep","$","Math","module","exports","window"],"sourceRoot":""}