Commit d3626d7a by Bangbadil

update source js to local

1 parent 89f55923
This diff could not be displayed because it is too large.
(function(factory){if(typeof module==="object"&&typeof module.exports!=="undefined"){module.exports=factory}else{factory(FusionCharts)}})((function(FusionCharts){(()=>{var __webpack_modules__={660:module=>{function insertAtTop(element){var parent=document.querySelector("head");const metaTag=document.querySelector(`meta[http-equiv="Content-Security-Policy"]`);if(metaTag){const content=metaTag.getAttribute("content");if(content){const match=content.match(/'nonce-([^']+)'/);if(match){element.setAttribute("nonce",match[1])}}}var lastInsertedElement=window._lastElementInsertedByStyleLoader;if(!lastInsertedElement){parent.insertBefore(element,parent.firstChild)}else if(lastInsertedElement.nextSibling){parent.insertBefore(element,lastInsertedElement.nextSibling)}else{parent.appendChild(element)}window._lastElementInsertedByStyleLoader=element}module.exports=insertAtTop},265:(module,exports,__webpack_require__)=>{exports=module.exports=__webpack_require__(765)(false);exports.push([module.id,'@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}',""])},765:module=>{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<this.length;i++){var id=this[i][0];if(typeof id==="number")alreadyImportedModules[id]=true}for(i=0;i<modules.length;i++){var item=modules[i];if(typeof item[0]!=="number"||!alreadyImportedModules[item[0]]){if(mediaQuery&&!item[2]){item[2]=mediaQuery}else if(mediaQuery){item[2]="("+item[2]+") and ("+mediaQuery+")"}list.push(item)}}};return list};function cssWithMappingToString(item,useSourceMap){var content=item[1]||"";var cssMapping=item[3];if(!cssMapping){return content}if(useSourceMap&&typeof btoa==="function"){var sourceMapping=toComment(cssMapping);var sourceURLs=cssMapping.sources.map((function(source){return"/*# sourceURL="+cssMapping.sourceRoot+source+" */"}));return[content].concat(sourceURLs).concat([sourceMapping]).join("\n")}return[content].join("\n")}function toComment(sourceMap){var base64=btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));var data="sourceMappingURL=data:application/json;charset=utf-8;base64,"+base64;return"/*# "+data+" */"}},72:module=>{"use strict";var stylesInDOM=[];function getIndexByIdentifier(identifier){var result=-1;for(var i=0;i<stylesInDOM.length;i++){if(stylesInDOM[i].identifier===identifier){result=i;break}}return result}function modulesToDom(list,options){var idCountMap={};var identifiers=[];for(var i=0;i<list.length;i++){var item=list[i];var id=options.base?item[0]+options.base:item[0];var count=idCountMap[id]||0;var identifier="".concat(id," ").concat(count);idCountMap[id]=count+1;var indexByIdentifier=getIndexByIdentifier(identifier);var obj={css:item[1],media:item[2],sourceMap:item[3],supports:item[4],layer:item[5]};if(indexByIdentifier!==-1){stylesInDOM[indexByIdentifier].references++;stylesInDOM[indexByIdentifier].updater(obj)}else{var updater=addElementStyle(obj,options);options.byIndex=i;stylesInDOM.splice(i,0,{identifier:identifier,updater:updater,references:1})}identifiers.push(identifier)}return identifiers}function addElementStyle(obj,options){var api=options.domAPI(options);api.update(obj);var updater=function updater(newObj){if(newObj){if(newObj.css===obj.css&&newObj.media===obj.media&&newObj.sourceMap===obj.sourceMap&&newObj.supports===obj.supports&&newObj.layer===obj.layer){return}api.update(obj=newObj)}else{api.remove()}};return updater}module.exports=function(list,options){options=options||{};list=list||[];var lastIdentifiers=modulesToDom(list,options);return function update(newList){newList=newList||[];for(var i=0;i<lastIdentifiers.length;i++){var identifier=lastIdentifiers[i];var index=getIndexByIdentifier(identifier);stylesInDOM[index].references--}var newLastIdentifiers=modulesToDom(newList,options);for(var _i=0;_i<lastIdentifiers.length;_i++){var _identifier=lastIdentifiers[_i];var _index=getIndexByIdentifier(_identifier);if(stylesInDOM[_index].references===0){stylesInDOM[_index].updater();stylesInDOM.splice(_index,1)}}lastIdentifiers=newLastIdentifiers}}},540:module=>{"use strict";function insertStyleElement(options){var element=document.createElement("style");options.setAttributes(element,options.attributes);options.insert(element,options.options);return element}module.exports=insertStyleElement},56:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";function setAttributesWithoutAttributes(styleElement){var nonce=true?__webpack_require__.nc:0;if(nonce){styleElement.setAttribute("nonce",nonce)}}module.exports=setAttributesWithoutAttributes},825:module=>{"use strict";function apply(styleElement,options,obj){var css="";if(obj.supports){css+="@supports (".concat(obj.supports,") {")}if(obj.media){css+="@media ".concat(obj.media," {")}var needLayer=typeof obj.layer!=="undefined";if(needLayer){css+="@layer".concat(obj.layer.length>0?" ".concat(obj.layer):""," {")}css+=obj.css;if(needLayer){css+="}"}if(obj.media){css+="}"}if(obj.supports){css+="}"}var sourceMap=obj.sourceMap;if(sourceMap&&typeof btoa!=="undefined"){css+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))))," */")}options.styleTagTransform(css,styleElement,options.options)}function removeStyleElement(styleElement){if(styleElement.parentNode===null){return false}styleElement.parentNode.removeChild(styleElement)}function domAPI(options){if(typeof document==="undefined"){return{update:function update(){},remove:function remove(){}}}var styleElement=options.insertStyleElement(options);return{update:function update(obj){apply(styleElement,options,obj)},remove:function remove(){removeStyleElement(styleElement)}}}module.exports=domAPI},113:module=>{"use strict";function styleTagTransform(css,styleElement){if(styleElement.styleSheet){styleElement.styleSheet.cssText=css}else{while(styleElement.firstChild){styleElement.removeChild(styleElement.firstChild)}styleElement.appendChild(document.createTextNode(css))}}module.exports=styleTagTransform}};var __webpack_module_cache__={};function __webpack_require__(moduleId){var cachedModule=__webpack_module_cache__[moduleId];if(cachedModule!==undefined){return cachedModule.exports}var module=__webpack_module_cache__[moduleId]={id:moduleId,exports:{}};__webpack_modules__[moduleId](module,module.exports,__webpack_require__);return module.exports}(()=>{__webpack_require__.n=module=>{var getter=module&&module.__esModule?()=>module["default"]:()=>module;__webpack_require__.d(getter,{a:getter});return getter}})();(()=>{__webpack_require__.d=(exports,definition)=>{for(var key in definition){if(__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)){Object.defineProperty(exports,key,{enumerable:true,get:definition[key]})}}}})();(()=>{__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop)})();(()=>{__webpack_require__.nc=undefined})();var __webpack_exports__={};(()=>{"use strict";var injectStylesIntoStyleTag=__webpack_require__(72);var injectStylesIntoStyleTag_default=__webpack_require__.n(injectStylesIntoStyleTag);var styleDomAPI=__webpack_require__(825);var styleDomAPI_default=__webpack_require__.n(styleDomAPI);var insert_function=__webpack_require__(660);var insert_function_default=__webpack_require__.n(insert_function);var setAttributesWithoutAttributes=__webpack_require__(56);var setAttributesWithoutAttributes_default=__webpack_require__.n(setAttributesWithoutAttributes);var insertStyleElement=__webpack_require__(540);var insertStyleElement_default=__webpack_require__.n(insertStyleElement);var styleTagTransform=__webpack_require__(113);var styleTagTransform_default=__webpack_require__.n(styleTagTransform);var fusioncharts_theme_candy=__webpack_require__(265);var fusioncharts_theme_candy_default=__webpack_require__.n(fusioncharts_theme_candy);var options={};options.styleTagTransform=styleTagTransform_default();options.setAttributes=setAttributesWithoutAttributes_default();options.insert=insert_function_default();options.domAPI=styleDomAPI_default();options.insertStyleElement=insertStyleElement_default();var update=injectStylesIntoStyleTag_default()(fusioncharts_theme_candy_default(),options);const candy_fusioncharts_theme_candy=fusioncharts_theme_candy_default()&&fusioncharts_theme_candy_default().locals?fusioncharts_theme_candy_default().locals:undefined;
/*
Candy Theme v0.6
FusionCharts JavaScript Library
Copyright FusionCharts, Inc.
License Information at <http://www.fusioncharts.com/license>
*/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}},radialBar:{chart:{legendIconSides:"2",labelPadding:"6px 10px 6px 10px"}},msstackedbar2d:{chart:{showLegend:"1",legendIconSides:"4"}},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"}}}]}}};const candy={extension:themeObject,name:"candyTheme",type:"theme"};FusionCharts.addDep(candy)})()})()}));
//# sourceMappingURL=fusioncharts.theme.candy.js.map
\ No newline at end of file \ No newline at end of file
This diff could not be displayed because it is too large.
...@@ -232,9 +232,9 @@ ...@@ -232,9 +232,9 @@
</div> </div>
<metal:js fill-slot="js_files"> <metal:js fill-slot="js_files">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.5.1/chart.js"></script> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.5.1/chart.js"></script> -->
<script src="https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js"></script> <script src="${home}/eis/static/js/fusioncharts.js"></script>
<script src="https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.widgets.js"></script> <script src="${home}/eis/static/js/fusioncharts.widgets.js"></script>
<script src="https://cdn.fusioncharts.com/fusioncharts/latest/themes/fusioncharts.theme.candy.js"></script> <script src="${home}/eis/static/js/fusioncharts.theme.candy.js"></script>
<script src="${home}/eis/static/js/chart.js"></script> <script src="${home}/eis/static/js/chart.js"></script>
<script src="${home}/eis/static/js/chartjs-adapter-date-fns.bundle.min.js"></script> <script src="${home}/eis/static/js/chartjs-adapter-date-fns.bundle.min.js"></script>
<script src="${home}/eis/static/js/odometer.js"></script> <script src="${home}/eis/static/js/odometer.js"></script>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!