(function(factory){if(typeof module==="object"&&typeof module.exports!=="undefined"){module.exports=factory}else{factory(FusionCharts)}})(function(FusionCharts){(function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId]){return installedModules[moduleId].exports}var module=installedModules[moduleId]={i:moduleId,l:false,exports:{}};modules[moduleId].call(module.exports,module,module.exports,__webpack_require__);module.l=true;return module.exports}__webpack_require__.m=modules;__webpack_require__.c=installedModules;__webpack_require__.d=function(exports,name,getter){if(!__webpack_require__.o(exports,name)){Object.defineProperty(exports,name,{configurable:false,enumerable:true,get:getter})}};__webpack_require__.n=function(module){var getter=module&&module.__esModule?function getDefault(){return module["default"]}:function getModuleExports(){return module};__webpack_require__.d(getter,"a",getter);return getter};__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)};__webpack_require__.p="";return __webpack_require__(__webpack_require__.s=5)})([function(module,exports){module.exports=function(useSourceMap){var list=[];list.toString=function toString(){return this.map(function(item){var content=cssWithMappingToString(item,useSourceMap);if(item[2]){return"@media "+item[2]+"{"+content+"}"}else{return content}}).join("")};list.i=function(modules,mediaQuery){if(typeof modules==="string")modules=[[null,modules,""]];var alreadyImportedModules={};for(var i=0;i=0){stylesInsertedAtTop.splice(idx,1)}}function createStyleElement(options){var style=document.createElement("style");if(options.attrs.type===undefined){options.attrs.type="text/css"}addAttrs(style,options.attrs);insertStyleElement(options,style);return style}function createLinkElement(options){var link=document.createElement("link");if(options.attrs.type===undefined){options.attrs.type="text/css"}options.attrs.rel="stylesheet";addAttrs(link,options.attrs);insertStyleElement(options,link);return link}function addAttrs(el,attrs){Object.keys(attrs).forEach(function(key){el.setAttribute(key,attrs[key])})}function addStyle(obj,options){var style,update,remove,result;if(options.transform&&obj.css){result=options.transform(obj.css);if(result){obj.css=result}else{return function(){}}}if(options.singleton){var styleIndex=singletonCounter++;style=singleton||(singleton=createStyleElement(options));update=applyToSingletonTag.bind(null,style,styleIndex,false);remove=applyToSingletonTag.bind(null,style,styleIndex,true)}else if(obj.sourceMap&&typeof URL==="function"&&typeof URL.createObjectURL==="function"&&typeof URL.revokeObjectURL==="function"&&typeof Blob==="function"&&typeof btoa==="function"){style=createLinkElement(options);update=updateLink.bind(null,style,options);remove=function(){removeStyleElement(style);if(style.href)URL.revokeObjectURL(style.href)}}else{style=createStyleElement(options);update=applyToTag.bind(null,style);remove=function(){removeStyleElement(style)}}update(obj);return function updateStyle(newObj){if(newObj){if(newObj.css===obj.css&&newObj.media===obj.media&&newObj.sourceMap===obj.sourceMap){return}update(obj=newObj)}else{remove()}}}var replaceText=function(){var textStore=[];return function(index,replacement){textStore[index]=replacement;return textStore.filter(Boolean).join("\n")}}();function applyToSingletonTag(style,index,remove,obj){var css=remove?"":obj.css;if(style.styleSheet){style.styleSheet.cssText=replaceText(index,css)}else{var cssNode=document.createTextNode(css);var childNodes=style.childNodes;if(childNodes[index])style.removeChild(childNodes[index]);if(childNodes.length){style.insertBefore(cssNode,childNodes[index])}else{style.appendChild(cssNode)}}}function applyToTag(style,obj){var css=obj.css;var media=obj.media;if(media){style.setAttribute("media",media)}if(style.styleSheet){style.styleSheet.cssText=css}else{while(style.firstChild){style.removeChild(style.firstChild)}style.appendChild(document.createTextNode(css))}}function updateLink(link,options,obj){var css=obj.css;var sourceMap=obj.sourceMap;var autoFixUrls=options.convertToAbsoluteUrls===undefined&&sourceMap;if(options.convertToAbsoluteUrls||autoFixUrls){css=fixUrls(css)}if(sourceMap){css+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))))+" */"}var blob=new Blob([css],{type:"text/css"});var oldSrc=link.href;link.href=URL.createObjectURL(blob);if(oldSrc)URL.revokeObjectURL(oldSrc)}},function(module,exports){module.exports=function(css){var location=typeof window!=="undefined"&&window.location;if(!location){throw new Error("fixUrls requires window.location")}if(!css||typeof css!=="string"){return css}var baseUrl=location.protocol+"//"+location.host;var currentDir=baseUrl+location.pathname.replace(/\/[^\/]*$/,"/");var fixedCss=css.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(fullMatch,origUrl){var unquotedOrigUrl=origUrl.trim().replace(/^"(.*)"$/,function(o,$1){return $1}).replace(/^'(.*)'$/,function(o,$1){return $1});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(unquotedOrigUrl)){return fullMatch}var newUrl;if(unquotedOrigUrl.indexOf("//")===0){newUrl=unquotedOrigUrl}else if(unquotedOrigUrl.indexOf("/")===0){newUrl=baseUrl+unquotedOrigUrl}else{newUrl=currentDir+unquotedOrigUrl.replace(/^\.\//,"")}return"url("+JSON.stringify(newUrl)+")"});return fixedCss}},,,function(module,__webpack_exports__,__webpack_require__){"use strict";Object.defineProperty(__webpack_exports__,"__esModule",{value:true});var __WEBPACK_IMPORTED_MODULE_0__src_candy___=__webpack_require__(6);FusionCharts.addDep(__WEBPACK_IMPORTED_MODULE_0__src_candy___["a"])},function(module,__webpack_exports__,__webpack_require__){"use strict";var __WEBPACK_IMPORTED_MODULE_0__fusioncharts_theme_candy_css__=__webpack_require__(7);var __WEBPACK_IMPORTED_MODULE_0__fusioncharts_theme_candy_css___default=__webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__fusioncharts_theme_candy_css__);var themeObject={name:"candy",theme:{base:{chart:{usePlotGradientColor:"0",showPlotBorder:"0",paletteColors:"#36B5D8, #F0DC46, #F066AC, #6EC85A, #6E80CA, #E09653, #E1D7AD, #61C8C8, #EBE4F4, #E64141",showShadow:"0",showHoverEffect:"1",plotHoverEffect:"1",plotFillHoverAlpha:"80",columnHoverAlpha:"80",barHoverAlpha:"80",plotBorderHoverThickness:"0",showBorder:"0",showCanvasBorder:"0",bgAlpha:"100",canvasBgAlpha:"0",bgColor:"#262A33",captionPadding:"15",labelPadding:"6",yAxisValuesPadding:"6",xAxisNamePadding:"8",yAxisNamePadding:"8",showAlternateHGridColor:"0",showAlternateVGridColor:"0",divLineAlpha:"50",divLineColor:"#4B4B4B",divLineThickness:"0.5",vDivLineColor:"#4B4B4B",vDivLineThickness:"0.5",vDivLineAlpha:"50",transposeAxis:"1",crossLineColor:"#4B4B4B",crossLineAnimation:"1",crossLineAlpha:"60",drawCrossLineOnTop:"0",trendlineColor:"#F6F6F6",trendlineThickness:"1",vtrendlineColor:"#F6F6F6",vtrendlineThickness:"1",baseFont:"Fira Sans Light",outCnvBaseFont:"Fira Sans Light",baseFontSize:"13",outCnvBaseFontSize:"13",baseFontColor:"#999CA5",outCnvBaseFontColor:"#999CA5",labelFontColor:"#F6F6F6",captionFontBold:"0",captionFontSize:"18",captionFont:"Fira Sans Regular",captionFontColor:"#F6F6F6",subCaptionFontBold:"0",subCaptionFontSize:"15",subCaptionFont:"Fira Sans Light",subCaptionFontColor:"#999CA5",valueFontColor:"#F6F6F6",valueFontBold:"1",valueFontSize:"14",valueFont:"Fira Sans Regular",xAxisNameFontSize:"14",xAxisNameFontBold:"0",xAxisNameFont:"Fira Sans Regular",xAxisNameFontColor:"#999CA5",yAxisNameFontSize:"14",yAxisNameFontBold:"0",yAxisNameFont:"Fira Sans Regular",yAxisNameFontColor:"#999CA5",sYAxisNameFontSize:"14",sYAxisNameFontBold:"0",sYAxisNameFont:"Fira Sans Regular",sYAxisNameFontColor:"#999CA5",showValues:"0",toolTipColor:"#F6F6F6",toolTipBgColor:"#000000",toolTipBorderAlpha:"0",toolTipBgAlpha:"70",toolTipPadding:"7",toolTipBorderRadius:"2",drawCustomLegendIcon:"1",legendShadow:"0",legendBorderAlpha:"0",legendBorderThickness:"0",legendItemFont:"Fira Sans Regular",legendItemFontColor:"#999CA5",legendIconBorderThickness:"0",legendBgAlpha:"0",legendItemFontSize:"14",legendItemFontBold:"1",legendCaptionFont:"Fira Sans Regular",legendCaptionFontColor:"#F6F6F6",legendCaptionFontSize:"14",legendCaptionFontBold:"0",legendScrollBgColor:"#ABABAB"}},column2d:{chart:{showValues:"1",paletteColors:"#36B5D8"}},column3d:{chart:{paletteColors:"#36B5D8",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},line:{chart:{paletteColors:"#36B5D8",anchorBgColor:"#36B5D8",drawCrossLine:"1",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBgHoverColor:"#262A33",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},area2d:{chart:{drawAnchors:"0",paletteColors:"#36B5D8",drawCrossLine:"1",plotFillAlpha:"85"}},bar2d:{chart:{showValues:"1",paletteColors:"#36B5D8"}},bar3d:{chart:{paletteColors:"#36B5D8",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},pie2d:{chart:{showZeroPies:"1",use3DLighting:"0",showPercentValues:"1",showValues:"1",showPercentInTooltip:"0",useDataPlotColorForLabels:"0",showLegend:"1",legendIconSides:"2",labelFontBold:"0",labelFont:"Fira Sans Light",labelFontColor:"#999CA5",enableMultiSlicing:"0",isSmartLineSlanted:"0",smartLineColor:"#999CA5",smartLineThickness:"1",smartLabelClearance:"0"}},pie3d:{chart:{showZeroPies:"1",showPercentValues:"1",showValues:"1",showPercentInToolTip:"0",use3DLighting:"0",enableMultiSlicing:"0",pieYScale:"55",pieSliceDepth:"10",isSmartLineSlanted:"0",smartLineColor:"#999CA5",smartLineThickness:"1",smartLabelClearance:"0",showLegend:"1",legendIconSides:"2",labelFontBold:"0",labelFont:"Fira Sans Light",labelFontColor:"#999CA5"}},doughnut2d:{chart:{showZeroPies:"1",showPercentValues:"1",showValues:"1",showPercentInToolTip:"0",use3DLighting:"0",enableMultiSlicing:"0",isSmartLineSlanted:"0",smartLineColor:"#999CA5",smartLineThickness:"1",smartLabelClearance:"0",showLegend:"1",legendIconSides:"2",labelFontBold:"0",labelFont:"Fira Sans Light",labelFontColor:"#999CA5",centerLabelFont:"Fira Sans Light",centerLabelBold:"0"}},doughnut3d:{chart:{showZeroPies:"1",showValues:"1",showPercentValues:"1",showPercentInToolTip:"0",use3DLighting:"0",enableMultiSlicing:"0",pieYScale:"55",pieSliceDepth:"10",isSmartLineSlanted:"0",smartLineColor:"#999CA5",smartLineThickness:"1",smartLabelClearance:"0",showLegend:"1",legendIconSides:"2",labelFontBold:"0",labelFont:"Fira Sans Light",labelFontColor:"#999CA5"}},pareto2d:{chart:{paletteColors:"#36B5D8",lineColor:"#F0DC46",lineThickness:"3",drawAnchors:"1",anchorBgColor:"#F0DC46",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverColor:"#262A33",anchorBgHoverAlpha:"100"}},pareto3d:{chart:{paletteColors:"#36B5D8",lineColor:"#F0DC46",canvasBaseDepth:"2",canvasBaseColor:"#4D5058",lineThickness:"3",drawAnchors:"1",anchorBgColor:"#F0DC46",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverColor:"#262A33",anchorBgHoverAlpha:"100"}},mscolumn2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4"}},mscolumn3d:{chart:{showLegend:"1",legendIconSides:"4",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},msline:{chart:{showLegend:"1",legendIconSides:"2",drawCrossLine:"1",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},msbar2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4"}},msbar3d:{chart:{showLegend:"1",legendIconSides:"4",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},msarea:{chart:{showLegend:"1",legendIconSides:"4",plotFillAlpha:"70",drawCrossLine:"1"}},marimekko:{chart:{showLegend:"1",legendIconSides:"4",showSum:"0",valueBgColor:"#262A33",valueBgAlpha:"70",drawCrossLine:"1",showPlotBorder:"1",plotBorderColor:"#262A33",plotBorderThickness:"0.75",plotBorderAlpha:"100"}},zoomline:{chart:{paletteColors:"#36B5D8, #6EC85A, #6E80CA, #E09653, #E1D7AD, #61C8C8, #EBE4F4, #E64141, #F0DC46, #F066AC",crossLineValueFont:"Fira Sans Regular",lineThickness:"2.5",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10",crossLineThickness:"1",crossLineColor:"#4B4B4B",crossLineAlpha:"100",showLegend:"1",legendIconSides:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},zoomlinedy:{chart:{paletteColors:"#36B5D8, #6EC85A, #6E80CA, #E09653, #E1D7AD, #61C8C8, #EBE4F4, #E64141, #F0DC46, #F066AC",crossLineValueFont:"Fira Sans Regular",lineThickness:"2.5",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10",crossLineThickness:"1",crossLineColor:"#4B4B4B",crossLineAlpha:"100",showLegend:"1",legendIconSides:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},stackedcolumn2d:{chart:{showLegend:"1",legendIconSides:"4",drawCrossLine:"1"}},stackedcolumn3d:{chart:{showLegend:"1",legendIconSides:"4",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},stackedbar2d:{chart:{showLegend:"1",legendIconSides:"4",drawCrossLine:"1"}},stackedbar3d:{chart:{showLegend:"1",legendIconSides:"4",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},stackedarea2d:{chart:{showLegend:"1",legendIconSides:"4",plotFillAlpha:"85",drawCrossLine:"1"}},msstackedcolumn2d:{chart:{showLegend:"1",legendIconSides:"4"}},mscombi2d:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},mscombi3d:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},mscolumnline3d:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},stackedcolumn2dline:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},stackedcolumn3dline:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},mscombidy2d:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},mscolumn3dlinedy:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},stackedcolumn3dlinedy:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},msstackedcolumn2dlinedy:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},scatter:{chart:{showLegend:"1",drawCustomLegendIcon:"0",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",outCnvBaseFontColor:"#F6F6F6",divLineAlpha:"100",vDivLineAlpha:"100"},dataset:[{regressionLineColor:"#F6F6F6",regressionLineThickness:"1"}]},bubble:{chart:{use3DLighting:"0",showLegend:"1",legendIconSides:"2",plotFillAlpha:"50",outCnvBaseFontColor:"#F6F6F6",divLineAlpha:"100",vDivLineAlpha:"100",quadrantLineThickness:"2",quadrantLineColor:"#4B4B4B",quadrantLineAlpha:"100",setAdaptiveYMin:"1",setAdaptiveXMin:"1"}},zoomscatter:{chart:{showLegend:"1",legendIconBorderThickness:"2",outCnvBaseFontColor:"#F6F6F6",divLineAlpha:"100",vDivLineAlpha:"100"},dataset:[{drawLine:"0",anchorRadius:"6",anchorBorderThickness:"0.1",anchorAlpha:"50",hoverColor:"#999CA5",regressionLineColor:"#F6F6F6",regressionLineAlpha:"100",regressionLineThickness:"1"}]},scrollcolumn2d:{chart:{showLegend:"1",legendIconSides:"4",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10"}},scrollline2d:{chart:{showLegend:"1",legendIconSides:"2",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},scrollarea2d:{chart:{showLegend:"1",legendIconSides:"4",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10",plotFillAlpha:"70"}},scrollstackedcolumn2d:{chart:{showLegend:"1",legendIconSides:"4",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10"}},scrollcombi2d:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10"}},scrollcombidy2d:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10"}},angulargauge:{chart:{setAdaptiveMin:"1",adjustTM:"1",tickvaluedistance:"10",placeTicksInside:"0",autoAlignTickValues:"1",showGaugeBorder:"0",minortmnumber:"1",minortmHeight:"5",majorTMHeight:"10",majortmthickness:"1.5",minortmthickness:"1.5",minorTMAlpha:"50",gaugeFillMix:"{light-0}",pivotbgcolor:"#000000",pivotfillmix:"0",showpivotborder:"1",pivotBorderColor:"#F6F6F6",showValue:"0",valueBelowPivot:"1"},dials:{dial:[{bgColor:"#F6F6F6",borderColor:"#262A33",borderThickness:"0.5"}]}},bulb:{chart:{is3D:"0",placeValuesInside:"1",valueFontColor:"#262A33",valueFontBold:"1",valueFontSize:"14",valueFont:"Fira Sans Regular"}},cylinder:{chart:{cylRadius:"50",cylYScale:"13",cylFillColor:"#36B5D8",adjustTM:"1",majorTMColor:"#F6F6F6",minortmnumber:"1",minortmHeight:"5",majorTMHeight:"10",minorTMAlpha:"50",setAdaptiveMin:"1",tickValueDistance:"5"}},hled:{chart:{majorTMColor:"#F6F6F6",minortmnumber:"1",minortmHeight:"5",majorTMHeight:"10",minorTMAlpha:"50",setAdaptiveMin:"1",tickValueDistance:"5",adjustTM:"1",showValue:"0"}},hlineargauge:{chart:{showGaugeBorder:"0",setAdaptiveMin:"1",adjustTM:"1",placeTicksInside:"0",autoAlignTickValues:"1",majorTMColor:"#F6F6F6",minortmnumber:"1",minortmHeight:"5",minorTMAlpha:"50",majorTMHeight:"10",tickValueDistance:"5",gaugeFillMix:"{light-0}",baseFontColor:"#262A33",pointerOnTop:"0",valueAbovePointer:"1",pointerRadius:"10",pointerBgAlpha:"100",pointerBgColor:"#F6F6F6",pointerBorderColor:"#262A33",valueBgColor:"#262A33",valueBgAlpha:"70",showPointerShadow:"1"}},thermometer:{chart:{use3DLighting:"0",manageResize:"1",autoScale:"1",showGaugeBorder:"1",placeTicksInside:"0",autoAlignTickValues:"1",majorTMColor:"#F6F6F6",setAdaptiveMin:"1",minortmnumber:"1",minortmHeight:"5",minorTMAlpha:"50",majorTMHeight:"10",tickValueDistance:"5",thmFillColor:"#36B5D8",adjustTM:"1",gaugeBorderColor:"#999CA5",gaugeBorderAlpha:"80",gaugeBorderThickness:"1"}},vled:{chart:{adjustTM:"1",majorTMColor:"#F6F6F6",minortmnumber:"1",setAdaptiveMin:"1",minortmHeight:"5",majorTMHeight:"10",minorTMAlpha:"50",tickValueDistance:"5",showValue:"0"}},realtimearea:{chart:{showLegend:"1",legendIconSides:"4",plotFillAlpha:"70",showRealTimeValue:"0"}},realtimecolumn:{chart:{showLegend:"1",legendIconSides:"4",showRealTimeValue:"0"}},realtimeline:{chart:{showLegend:"1",legendIconSides:"2",setAdaptiveYMin:"1",lineThickness:"2.5",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",showRealTimeValue:"0"}},realtimestackedarea:{chart:{showLegend:"1",legendIconSides:"4",plotFillAlpha:"85",showRealTimeValue:"0"}},realtimestackedcolumn:{chart:{showLegend:"1",legendIconSides:"4",showRealTimeValue:"0"}},realtimelinedy:{chart:{showLegend:"1",legendIconSides:"2",setAdaptiveYMin:"1",lineThickness:"2.5",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",showRealTimeValue:"0"}},sparkline:{chart:{plotFillColor:"#36B5D8",anchorRadius:"4",highColor:"#6EC85A",lowColor:"#E64141",showOpenAnchor:"0",showCloseAnchor:"0",showOpenValue:"0",showCloseValue:"0",showHighLowValue:"0",periodColor:"#4B4B4B",periodAlpha:"50",chartLeftMargin:"15",chartRightMargin:"10"}},sparkcolumn:{chart:{plotFillColor:"#36B5D8",highColor:"#6EC85A",lowColor:"#E64141",periodColor:"#4B4B4B",periodAlpha:"50",chartLeftMargin:"15",chartRightMargin:"10"}},sparkwinloss:{chart:{winColor:"#6EC85A",lossColor:"#E64141",drawColor:"F0DC46",scoreLessColor:"#36B5D8",periodColor:"#4B4B4B",periodAlpha:"50",chartLeftMargin:"15",chartRightMargin:"10"}},hbullet:{chart:{adjustTM:"1",majorTMColor:"#F6F6F6",minortmnumber:"1",setAdaptiveMin:"1",minortmHeight:"5",majorTMHeight:"10",minorTMAlpha:"50",tickValueDistance:"5",showValue:"0",colorRangeFillMix:"{light+0}",targetCapStyle:"round",plotFillColor:"#3A3A3A",targetColor:"#3A3A3A"}},vbullet:{chart:{adjustTM:"1",majorTMColor:"#F6F6F6",minortmnumber:"1",setAdaptiveMin:"1",minortmHeight:"5",majorTMHeight:"10",minorTMAlpha:"50",tickValueDistance:"5",showValue:"0",colorRangeFillMix:"{light+0}",targetCapStyle:"round",plotFillColor:"#3A3A3A",targetColor:"#3A3A3A"}},funnel:{chart:{is2D:"1",isSmartLineSlanted:"0",smartLineColor:"#999CA5",smartLineThickness:"1",smartLabelClearance:"0",streamlinedData:"1",useSameSlantAngle:"1",alignCaptionWithCanvas:"1",showPlotBorder:"1",plotBorderColor:"#262A33",plotBorderThickness:"1",plotBorderAlpha:"100",labelFontColor:"#999CA5"}},pyramid:{chart:{is2D:"1",isSmartLineSlanted:"0",smartLineColor:"#999CA5",smartLineThickness:"1",smartLabelClearance:"0",streamlinedData:"1",useSameSlantAngle:"1",alignCaptionWithCanvas:"1",use3dlighting:"0",showPlotBorder:"1",plotBorderColor:"#262A33",plotBorderThickness:"1",plotBorderAlpha:"100",labelFontColor:"#999CA5"}},gantt:{chart:{taskBarFillMix:"{light+0}",flatScrollBars:"1",gridBorderAlpha:"100",gridBorderColor:"#4B4B4B",ganttLineColor:"#4B4B4B",ganttLineAlpha:"100",taskBarRoundRadius:"3",showHoverEffect:"1",plotHoverEffect:"1",plotFillHoverAlpha:"50",showCategoryHoverBand:"1",categoryHoverBandAlpha:"50",showGanttPaneVerticalHoverBand:"1",showProcessHoverBand:"1",processHoverBandAlpha:"50",showGanttPaneHorizontalHoverBand:"1",showConnectorHoverEffect:"1",connectorHoverAlpha:"50",showTaskHoverEffect:"1",taskHoverFillAlpha:"50",slackHoverFillAlpha:"50",scrollShowButtons:"0",drawCustomLegendIcon:"0",legendShadow:"0",legendBorderAlpha:"0",legendBorderThickness:"0",legendIconBorderThickness:"0",legendBgAlpha:"0"},categories:[{fontcolor:"#F6F6F6",fontsize:"14",bgcolor:"#888A8F",hoverBandAlpha:"45",showGanttPaneHoverBand:"1",bgAlpha:"50",headerbgAlpha:"50",showHoverBand:"1",category:[{fontcolor:"#F6F6F6",fontsize:"14",bgAlpha:"50",bgcolor:"#888A8F"}]}],tasks:{showBorder:"0",showHoverEffect:"0",task:[{color:"#36B5D8"}]},processes:{fontcolor:"#F6F6F6",isanimated:"0",bgcolor:"#888A8F",headerbgAlpha:"50",bgAlpha:"50",headerbgcolor:"#888A8F",headerfontcolor:"#F6F6F6",showGanttPaneHoverBand:"1",showHoverBand:"1"},text:{fontcolor:"#F6F6F6",bgcolor:"#888A8F",bgAlpha:"50"},datatable:{fontcolor:"#F6F6F6",bgcolor:"#888A8F",bgAlpha:"50",datacolumn:[{bgcolor:"#888A8F",bgAlpha:"50"}]},connectors:[{hoverThickness:"2",connector:[{color:"#E09653"}]}],milestones:{milestone:[{color:"#6EC85A"}]}},logmscolumn2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4"}},logmsline:{chart:{showLegend:"1",legendIconSides:"2",drawCrossLine:"1",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},spline:{chart:{paletteColors:"#36B5D8",anchorBgColor:"#36B5D8",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBgHoverColor:"#262A33",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},splinearea:{chart:{drawAnchors:"0",paletteColors:"#36B5D8",plotFillAlpha:"85"}},msspline:{chart:{showLegend:"1",legendIconSides:"2",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},mssplinearea:{chart:{showLegend:"1",legendIconSides:"4",plotFillAlpha:"70"}},errorbar2d:{chart:{showLegend:"1",legendIconSides:"4",errorBarColor:"#999CA5",errorBarThickness:"1"}},errorline:{chart:{showLegend:"1",legendIconSides:"2",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",errorBarColor:"#999CA5",errorBarThickness:"1"}},errorscatter:{chart:{showLegend:"1",drawCustomLegendIcon:"0",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",outCnvBaseFontColor:"#F6F6F6",divLineAlpha:"100",vDivLineAlpha:"100",errorBarColor:"#999CA5",errorBarThickness:"1"},dataset:[{regressionLineColor:"#F6F6F6",regressionLineThickness:"1"}]},inversemsarea:{chart:{showLegend:"1",legendIconSides:"2",plotFillAlpha:"70",drawCrossLine:"1"}},inversemscolumn2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4"}},inversemsline:{chart:{showLegend:"1",legendIconSides:"2",drawCrossLine:"1",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},dragcolumn2d:{chart:{showLegend:"1",legendIconSides:"4"},categories:[{category:[{fontItalic:"1"}]}],dataset:[{allowDrag:"1",data:[{alpha:"70"}]}]},dragline:{chart:{showLegend:"1",legendIconSides:"2",drawCrossLine:"1",setAdaptiveYMin:"1",lineThickness:"2",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"},categories:[{category:[{fontItalic:"1"}]}],dataset:[{allowDrag:"1",data:[{alpha:"70",dashed:"1"}]}]},dragarea:{chart:{showLegend:"1",legendIconSides:"2",plotFillAlpha:"70",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"},categories:[{category:[{fontItalic:"1"}]}],dataset:[{allowDrag:"1"}]},treemap:{chart:{parentLabelLineHeight:"13",baseFontSize:"11",labelFontSize:"11",showParent:"1",showNavigationBar:"0",plotBorderThickness:"0.75",plotBorderColor:"#4B4B4B",labelGlow:"0",btnBackChartTooltext:"Back",btnResetChartTooltext:"Home",legendScaleLineThickness:"0",legendaxisborderalpha:"0",legendShadow:"0",toolbarButtonScale:"1.55",legendPointerColor:"#262A33",legendpointerbordercolor:"#F6F6F6",legendPointerAlpha:"80",defaultParentBgColor:"#36B5D8",fontcolor:"#F6F6F6"},data:[{fillColor:"#4A5264"}]},radar:{chart:{showLegend:"1",legendIconSides:"2",lineThickness:"2",drawAnchors:"0",legendIconBorderThickness:"2",plotFillAlpha:"45",anchorBgAlpha:"45",radarBorderColor:"#4B4B4B",radarBorderThickness:"1.5",radarSpikeColor:"#4B4B4B",radarSpikeThickness:"1",radarSpikeAlpha:"50",radarFillColor:"#262A33",outCnvBaseFontColor:"#F6F6F6"}},heatmap:{chart:{labelFontSize:"13",showPlotBorder:"1",plotBorderAlpha:"100",plotBorderThickness:"0.75",plotBorderColor:"#979797",tlFontColor:"#F6F6F6",tlFont:"Fira Sans Light",tlFontSize:"11",trFontColor:"#F6F6F6",trFont:"Fira Sans Light",trFontSize:"11",blFontColor:"#F6F6F6",blFont:"Fira Sans Light",blFontSize:"11",brFontColor:"#F6F6F6",brFont:"Fira Sans Light",brFontSize:"11",captionPadding:"20",legendScaleLineThickness:"0",legendaxisborderalpha:"0",legendShadow:"0",outCnvBaseFontColor:"#F6F6F6",legendPointerColor:"#262A33",legendpointerbordercolor:"#F6F6F6",legendPointerAlpha:"80"},colorrange:{gradient:"1",code:"#36B5D8"}},boxandwhisker2d:{chart:{paletteColors:"#36B5D8, #8BD4E9, #F0DC46, #F9F1B4, #F066AC, #F8B3D6",drawCustomLegendIcon:"0",showLegend:"1",showDetailedLegend:"1",showAllOutliers:"1",outlierIconShape:"polygon",outlierIconRadius:"6",outlierIconSides:"2",outlierIconColor:"#F6F6F6",outlierIconAlpha:"70",upperWhiskerColor:"#999CA5",upperWhiskerAlpha:"100",upperWhiskerThickness:"1",lowerWhiskerColor:"#999CA5",lowerWhiskerAlpha:"100",lowerWhiskerThickness:"1",medianColor:"#262A33",medianThickness:"1.3",medianAlpha:"100",meanIconShape:"polygon",meanIconSides:"2",meanIconColor:"#F6F6F6",meanIconAlpha:"70",meanIconRadius:"3",SDIconColor:"#F6F6F6",SDIconAlpha:"80",MDIconColor:"#F6F6F6",MDIconAlpha:"80",QDIconColor:"#F6F6F6",QSDIconAlpha:"80",connectNullData:"1"}},candlestick:{chart:{showShadow:"0",showVPlotBorder:"0",bearFillColor:"#E64141",bullFillColor:"#6EC85A",plotLineThickness:"0.5",plotLineAlpha:"100",divLineDashed:"0",showDetailedLegend:"1",legendIconSides:"2",showHoverEffect:"1",plotHoverEffect:"1",showVolumeChart:"0",trendLineColor:"#F6F6F6",trendLineThickness:"1",trendValueAlpha:"100",rollOverBandAlpha:"60",rollOverBandColor:"#4B4B4B",trendlineAlpha:"100",showTrendlinesOnTop:"1"},categories:[{verticalLineColor:"#4B4B4B",verticalLineThickness:"1",verticalLineAlpha:"50"}],trendlines:[{line:[{color:"#F6F6F6"}]}],vTRendlines:[{line:[{color:"#F6F6F6"}]}]},dragnode:{chart:{use3DLighting:"0",plotBorderThickness:"0",plotBorderAlpha:"0",showDetailedLegend:"1",divLineAlpha:"0"},dataset:[{color:"#36B5D8"}],connectors:[{connector:[{color:"#F0DC46",strength:"1"}]}]},msstepline:{chart:{drawAnchors:"0",lineThickness:"2",showValues:"0",legendIconSides:"2",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",setAdaptiveYMin:"1"}},multiaxisline:{chart:{showValues:"0",showLegend:"1",legendIconSides:"2",lineThickness:"2",connectNullData:"1",divLineDashed:"0",divLineColor:"#4B4B4B",divLineAlpha:"50",vDivLineColor:"#4B4B4B",vdivLineAlpha:"50",vDivLineDashed:"0",yAxisNameFontSize:"12",setAdaptiveYMin:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",checkBoxColor:"#262A33"},axis:[{divLineColor:"#4B4B4B",divLineAlpha:"50",setAdaptiveYMin:"1",divLineDashed:"0"}]},multilevelpie:{chart:{valueFontColor:"#F6F6F6",valueFontBold:"1",valueFontSize:"12.5",valueFont:"Fira Sans Light",useHoverColor:"1",hoverFillColor:"#4B4B4B",showHoverEffect:"1",plotHoverEffect:"1",showPlotBorder:"1",plotBorderColor:"#262A33",plotBorderThickness:"0.75",plotBorderAlpha:"100"},category:[{color:"#262A33",category:[{color:"#36B5D8",category:[{color:"#36B5D8"}]}]}]},selectscatter:{chart:{showLegend:"1",drawCustomLegendIcon:"0",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",outCnvBaseFontColor:"#F6F6F6",divLineAlpha:"100",vDivLineAlpha:"100"}},waterfall2d:{chart:{showValues:"0",positiveColor:"#6EC85A",negativeColor:"#E64141",showConnectors:"1",connectorDashed:"1",connectorThickness:"1",connectorColor:"#F6F6F6",connectorAlpha:"40"}},kagi:{chart:{rallyThickness:"2",declineThickness:"2",drawAnchors:"0",rallyColor:"#6EC85A",declineColor:"#E64141",showValues:"0"}},geo:{chart:{showLabels:"0",legendScaleLineThickness:"0",legendaxisborderalpha:"0",legendShadow:"0",fillColor:"#36B5D8",showEntityHoverEffect:"1",entityFillHoverAlpha:"100",connectorHoverAlpha:"70",markerBorderHoverAlpha:"70",showBorder:"1",borderColor:"#979797",borderThickness:"0.5",nullEntityColor:"#B9B9B9",nullEntityAlpha:"30",entityFillHoverColor:"#36B5D8",legendPointerColor:"#262A33",legendpointerbordercolor:"#F6F6F6",legendPointerAlpha:"80"},colorrange:{gradient:"1",code:"#36B5D8"}},overlappedcolumn2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4"}},overlappedbar2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4"}},scrollbar2d:{chart:{drawCrossLine:"1",showLegend:"1",legendIconSides:"4",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollWidth:"10"}},scrollstackedbar2d:{chart:{showLegend:"1",legendIconSides:"4",drawCrossLine:"1",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollWidth:"10"}},scrollmsstackedcolumn2d:{chart:{showLegend:"1",legendIconSides:"4",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10"}},scrollmsstackedcolumn2dlinedy:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",flatScrollBars:"1",scrollShowButtons:"0",scrollColor:"#ABABAB",scrollheight:"10"}},stackedcolumn2dlinedy:{chart:{lineThickness:"3",showLegend:"1",drawCrossLine:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},stackedarea2dlinedy:{chart:{showLegend:"1",legendIconSides:"4",plotFillAlpha:"85",drawCrossLine:"1",lineThickness:"3",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100"}},mscombidy3d:{chart:{lineThickness:"3",showLegend:"1",drawAnchors:"1",legendIconBorderThickness:"2",anchorBgColor:"#262A33",anchorRadius:"4",anchorHoverRadius:"7",anchorBorderHoverThickness:"1",anchorBorderHoverColor:"#ECEBE4",anchorBgHoverAlpha:"100",canvasBaseDepth:"2",canvasBaseColor:"#4D5058"}},sankey:{chart:{nodeLabelFontSize:13,nodeLabelFontColor:"#999CA5",nodeLabelPosition:"end",nodeAlpha:100,linkAlpha:50,nodeHoverAlpha:100,linkHoverAlpha:100,enableDrag:0,plothighlighteffect:"fadeout",linkColor:"blend"}},sunburst:{chart:{valueFontColor:"#F6F6F6",valueFontBold:1,valueFontSize:"12.5",valueFont:"Fira Sans Light",showPlotBorder:1,plotBorderColor:"#262A33",plotBorderThickness:.75,plotBorderAlpha:100,unfocussedAlpha:50,hoverFillAlpha:100}},chord:{chart:{drawCustomLegendIcon:0,legendPosition:"right",nodeThickness:15,nodeLabelColor:"#999CA5",nodeLabelFontSize:13,nodeLabelPosition:"outside",nodeHoverAlpha:100,nodeLinkPadding:5,nodeBorderColor:"#262A33",nodeBorderThickness:.75,nodeAlpha:100,linkAlpha:50,linkBorderAlpha:50,linkHoverAlpha:100}},timeseries:{caption:{style:{text:{"font-size":18,"font-family":"Fira Sans Regular",fill:"#F6F6F6"}}},subcaption:{style:{text:{"font-family":"Fira Sans Light","font-size":15,fill:"#999CA5"}}},chart:{paletteColors:"#36B5D8, #F066AC, #6EC85A, #6E80CA, #E09653, #F0DC46, #E1D7AD, #61C8C8, #EBE4F4, #E64141",multiCanvasTooltip:1,baseFont:"Fira Sans Light",style:{text:{"font-family":"Fira Sans Light"},background:{fill:"#262A33"},canvas:{fill:"#262A33",stroke:"#4B4B4B","stroke-width":.5}}},tooltip:{style:{container:{"background-color":"#000000",opacity:.7,border:"2px solid #000000","border-radius":"2px",padding:"7px"},text:{"font-family":"Fira Sans Light","font-size":"13px",color:"#999CA5"},header:{"font-family":"Fira Sans Regular","font-size":"14px",color:"#FFFFFF",padding:"0px"},body:{padding:"0px"}}},navigator:{scrollbar:{style:{button:{fill:"#ABABAB"},track:{fill:"#C4C4C4"},scroller:{fill:"#ABABAB"}}},window:{style:{handle:{fill:"#ABABAB"},mask:{opacity:.15,stroke:"#4B4B4B","stroke-width":.55}}}},crossline:{style:{line:{stroke:"#4B4B4B","stroke-width":1,opacity:.6}}},extensions:{standardRangeSelector:{style:{"button-text":{fill:"#999CA5","font-family":"Fira Sans Light"},"button-text:hover":{fill:"#FFFFFF","font-family":"Fira Sans Light"},"button-text:active":{fill:"#FFFFFF","font-family":"Fira Sans Regular"},separator:{stroke:"#4B4B4B","stroke-width":.5}}},customRangeSelector:{style:{"title-text":{fill:"#FFFFFF","font-family":"Fira Sans Regular"},"title-icon":{fill:"#FFFFFF","font-family":"Fira Sans Regular"},container:{"background-color":"#262A33"},label:{color:"#FFFFFF","font-family":"Fira Sans Light"},input:{"background-color":"#343434",border:"0.5px solid #4B4B4B",color:"#CCCCCC","font-family":"Fira Sans Light"},"button-apply":{color:"#FFFFFF","background-color":"#36869C",border:"none"},"button-cancel":{color:"#999CA5","background-color":"#262A33",border:"none","font-family":"Fira Sans Regular"},"button-cancel:hover":{color:"#FFFFFF"},"cal-header":{"background-color":"#36869C","font-family":"Fira Sans Light"},"cal-navprev":{"font-family":"Fira Sans Light","font-size":"12px"},"cal-navnext":{"font-family":"Fira Sans Light","font-size":"12px"},"cal-weekend":{"background-color":"#35555D"},"cal-days":{"background-color":"#343434",color:"#CCCCCC","font-family":"Fira Sans Light",border:"none"},"cal-date":{"background-color":"#343434",color:"#CCCCCC","font-family":"Fira Sans Light",border:"none"},"cal-date:hover":{"background-color":"#6E6E6E",color:"#FFFFFF","font-family":"Fira Sans Light",border:"none"},"cal-disableddate":{"background-color":"#343434",color:"#999CA5BF","font-family":"Fira Sans Light",border:"none"},"cal-selecteddate":{"background-color":"#36869C",color:"#FFFFFF","font-family":"Fira Sans Regular"}}}},legend:{style:{text:{fill:"#999CA5","font-size":14,"font-family":"Fira Sans Regular","font-weight":"bold"}}},xaxis:{timemarker:[{style:{marker:{fill:"#e64141",stroke:"#4B4B4B","stroke-width":1},"marker-notch":{fill:"#e64141",stroke:"#e64141"},"marker:hover":{fill:"#d81c1c",stroke:"#FFFFFF","stroke-width":1},"marker-notch:hover":{fill:"#d81c1c",stroke:"#d81c1c"},"marker-line":{stroke:"#e64141"},"marker-line:hover":{stroke:"#d81c1c"},text:{fill:"#999ca5"},"text:hover":{fill:"#FFFFFF"}}}],style:{title:{"font-size":14,"font-family":"Fira Sans Regular",fill:"#999CA5"},"grid-line":{stroke:"#4B4B4B","stroke-width":.55},"tick-mark-major":{stroke:"#4B4B4B","stroke-width":.5},"tick-mark-minor":{stroke:"#4B4B4B","stroke-width":.25},"label-major":{color:"#F6F6F6"},"label-minor":{color:"#DDDDDD"},"label-context":{color:"#F6F6F6","font-family":"Fira Sans Regular"}}},plotconfig:{column:{style:{"plot:hover":{opacity:.5},"plot:highlight":{opacity:.75}}},line:{style:{plot:{"stroke-width":2},anchor:{"stroke-width":0}}},area:{style:{anchor:{"stroke-width":0}}},candlestick:{style:{bear:{stroke:"#E64141",fill:"#E64141"},bull:{stroke:"#6EC85A",fill:"#6EC85A"},"bear:hover":{opacity:.5},"bear:highlight":{opacity:.75},"bull:hover":{opacity:.5},"bull:highlight":{opacity:.75}}},ohlc:{style:{bear:{stroke:"#E64141",fill:"#E64141"},bull:{stroke:"#6EC85A",fill:"#6EC85A"},"bear:hover":{opacity:.5},"bear:highlight":{opacity:.75},"bull:hover":{opacity:.5},"bull:highlight":{opacity:.75}}}},yaxis:[{style:{title:{"font-size":14,"font-family":"Fira Sans Regular",fill:"#999CA5"},"tick-mark":{stroke:"#4B4B4B","stroke-width":.5},"grid-line":{stroke:"#4B4B4B","stroke-width":.5},label:{color:"#999CA5"}}}]}}};__webpack_exports__["a"]={extension:themeObject,name:"candyTheme",type:"theme"}},function(module,exports,__webpack_require__){var content=__webpack_require__(8);if(typeof content==="string")content=[[module.i,content,""]];var transform;var insertInto;var options={hmr:true};options.transform=transform;options.insertInto=undefined;var update=__webpack_require__(1)(content,options);if(content.locals)module.exports=content.locals;if(false){module.hot.accept("!!../../../node_modules/css-loader/index.js!./fusioncharts.theme.candy.css",function(){var newContent=require("!!../../../node_modules/css-loader/index.js!./fusioncharts.theme.candy.css");if(typeof newContent==="string")newContent=[[module.id,newContent,""]];var locals=function(a,b){var key,idx=0;for(key in a){if(!b||a[key]!==b[key])return false;idx++}for(key in b)idx--;return idx===0}(content.locals,newContent.locals);if(!locals)throw new Error("Aborting CSS HMR due to changed css-modules locals.");update(newContent)});module.hot.dispose(function(){update()})}},function(module,exports,__webpack_require__){exports=module.exports=__webpack_require__(0)(false);exports.push([module.i,'@font-face {\n font-family: "Fira Sans Light";\n font-style: normal;\n font-weight: 300;\n src: local("Fira Sans Light"), local("FiraSans-Light"),\n url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnPKreRhf6Xl7Glw.woff2)\n format("woff2");\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,\n U+FEFF, U+FFFD;\n}\n\n@font-face {\n font-family: "Fira Sans Regular";\n font-style: normal;\n font-weight: 400;\n src: local("Fira Sans Regular"), local("FiraSans-Regular"),\n url(https://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2)\n format("woff2");\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,\n U+FEFF, U+FFFD;\n}\n\n/* ft calendar customiztion */\n.fc-cal-day-candy {\n background-color: rgb(52, 52, 52);\n color: rgb(204, 204, 204);\n font-family: "Fira Sans Light";\n border: none;\n}\n\n.fc-cal-date-normal-candy {\n background-color: rgb(52, 52, 52);\n color: rgb(204, 204, 204);\n font-family: "Fira Sans Light";\n border: none;\n}\n\n.fc-cal-date-normal-candy:hover {\n background-color: rgb(110, 110, 110);\n color: rgb(255, 255, 255);\n font-family: "Fira Sans Light";\n border: none;\n}\n\n.fc-cal-date-disabled-candy {\n background-color: rgb(52, 52, 52);\n color: rgba(153, 156, 165, 0.75);\n font-family: "Fira Sans Light";\n border: none;\n}\n\n.fc-cal-month-header-candy {\n background-color: rgb(54, 134, 156);\n font-family: "Fira Sans Light";\n}\n\n.fc-cal-weekend-candy {\n background-color: rgb(53, 85, 93);\n}\n\n.fc-cal-container-candy {\n border: 0.5px solid rgb(75, 75, 75);\n}\n\n.fc-cal-nav-next-candy,\n.fc-cal-nav-prev-candy {\n font-family: "Fira Sans Light";\n font-size: 12px;\n}\n\n.fc-cal-date-selected-candy {\n background-color: rgb(54, 134, 156);\n color: rgb(255, 255, 255);\n font-family: "Fira Sans Regular";\n}',""])}])}); //# sourceMappingURL=fusioncharts.theme.candy.js.map