diff --git a/charting_library/ar-tv-chart.50355760.html b/charting_library/ar-tv-chart.50355760.html deleted file mode 100644 index 9ee7ae60..00000000 --- a/charting_library/ar-tv-chart.50355760.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/charting_library/ar-tv-chart.a477abd4.html b/charting_library/ar-tv-chart.a477abd4.html new file mode 100644 index 00000000..f995cfa3 --- /dev/null +++ b/charting_library/ar-tv-chart.a477abd4.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/charting_library/bundles/0.33a5cc728f7d0501c22c.js b/charting_library/bundles/0.33a5cc728f7d0501c22c.js new file mode 100644 index 00000000..ac284b38 --- /dev/null +++ b/charting_library/bundles/0.33a5cc728f7d0501c22c.js @@ -0,0 +1,2 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{Nkvk:function(e,t,i){"use strict";i.r(t);var n=i("4O8T"),s=i.n(n),o=i("qocr");const r={desktop:1/0,desktopHd:1919,phone:767,"phone-vertical":479,tablet:1019},d=(()=>{let e;return()=>{var t;if(void 0===e){const i=document.createElement("div"),n=i.style;n.visibility="hidden",n.width="100px",n.msOverflowStyle="scrollbar",document.body.appendChild(i);const s=i.offsetWidth;i.style.overflow="scroll";const o=document.createElement("div");o.style.width="100%",i.appendChild(o);const r=o.offsetWidth;null===(t=i.parentNode)||void 0===t||t.removeChild(i),e=s-r}return e}})();function c(e,t,i){null!==e&&e.style.setProperty(t,i)}function h(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function a(e,t){return parseInt(h(e,t))}i.d(t,"setFixedBodyState",(function(){return w})),i.d(t,"mediaState",(function(){return g}));class l extends s.a{constructor(){super(),this.width=0,this.height=0,this.device=null,this.breakpoints=r,this._checkDevice(),window.addEventListener("resize",this._checkDevice),Object.entries(r).sort(([e,t],[i,n])=>t-n).forEach(([e,t],i,n)=>{let s;if(0!==i){const[,e]=n[i-1];s=e+1}else s=0;const o=(r=s,(d=t)===1/0?window.matchMedia(`(min-width: ${r}px)`):window.matchMedia(`(min-width: ${r}px) and (max-width: ${d}px)`));var r,d;o.matches&&this._setNewDevice(e),o.addListener(t=>{t.matches&&(this._checkDevice(),this._setNewDevice(e))})}),Object(o.a)(this._checkDevice.bind(this)),this.isPhoneSizeDevice.bind(this)}isPhoneSizeDevice(){return"phone"===this.device||"phone-vertical"===this.device}_checkDevice(){this.width=window.innerWidth,this.height=window.innerHeight}_setNewDevice(e){const t=this.device;this.device=e,this.trigger("changeDevice",[e,t])}}let u=0,p=!1;function w(e){const{body:t}=document,i=t.querySelector(".widgetbar-wrap");if(e&&1==++u){const e=h(t,"overflow"),n=a(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(c(i,"right",d()+"px"),t.style.paddingRight=n+d()+"px",p=!0),t.classList.add("i-no-scroll")}else if(!e&&u>0&&0==--u&&(t.classList.remove("i-no-scroll"),p)){c(i,"right","0px");let e=Boolean(window.widgetbar&&window.widgetbar.resizerBridge.fullscreen.value())?0:function(e){if(null===e)return;return a(e,"width")-a(e,"padding-left")-a(e,"padding-right")}(i)||0;t.scrollHeight<=t.clientHeight&&(e-=d()),t.style.paddingRight=(e<0?0:e)+"px",p=!1}}const g=new l},jAh7:function(e,t,i){"use strict";i.r(t),i.d(t,"OverlapManager",(function(){return o})),i.d(t,"getRootOverlapManager",(function(){return d}));var n=i("Eyy1");class s{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter(t=>e!==t)}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class o{constructor(e=document){this._storage=new s,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,i=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach(e=>{ +e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)})}(t,i),this._container=i}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const i=this._windows.get(e);if(void 0!==i)return i;this.registerWindow(e);const n=this._document.createElement("div");if(n.style.position=t.position,n.style.zIndex=this._index.toString(),n.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(n);else if(t.index<=0)this._container.insertBefore(n,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(n,e)}}else"reverse"===t.direction?this._container.insertBefore(n,this._container.firstChild):this._container.appendChild(n);return this._windows.set(e,n),++this._index,n}unregisterWindow(e){this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveToTop(e){if(this.getZindex(e)!==this._index){this.ensureWindow(e).style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const r=new WeakMap;function d(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return Object(n.ensureDefined)(r.get(t));{const t=new o(e),i=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return r.set(i,t),t.setContainer(i),e.body.appendChild(i),t}}}}]); \ No newline at end of file diff --git a/charting_library/bundles/0.c51b65452dbabc9c25f1.js b/charting_library/bundles/0.c51b65452dbabc9c25f1.js deleted file mode 100644 index b451dace..00000000 --- a/charting_library/bundles/0.c51b65452dbabc9c25f1.js +++ /dev/null @@ -1,2 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{Nkvk:function(e,t,i){"use strict";i.r(t);var n,r=i("mrSG"),o=i("4O8T"),s=i.n(o),d=i("qocr"),a={desktop:1/0,desktopHd:1919,phone:767,"phone-vertical":479,tablet:1019},c=function(){var e;if(void 0===n){var t=document.createElement("div"),i=t.style;i.visibility="hidden",i.width="100px",i.msOverflowStyle="scrollbar",document.body.appendChild(t);var r=t.offsetWidth;t.style.overflow="scroll";var o=document.createElement("div");o.style.width="100%",t.appendChild(o);var s=o.offsetWidth;null===(e=t.parentNode)||void 0===e||e.removeChild(t),n=r-s}return n};function h(e,t,i){null!==e&&e.style.setProperty(t,i)}function u(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function l(e,t){return parseInt(u(e,t))}i.d(t,"setFixedBodyState",(function(){return w})),i.d(t,"mediaState",(function(){return g}));var p=function(e){function t(){var t=e.call(this)||this;return t.width=0,t.height=0,t.device=null,t.breakpoints=a,t._checkDevice(),window.addEventListener("resize",t._checkDevice),Object.entries(a).sort((function(e,t){e[0];var i=e[1];t[0];return i-t[1]})).forEach((function(e,i,n){var r,o=e[0],s=e[1];0!==i?r=n[i-1][1]+1:r=0;var d,a,c=(d=r,(a=s)===1/0?window.matchMedia("(min-width: "+d+"px)"):window.matchMedia("(min-width: "+d+"px) and (max-width: "+a+"px)"));c.matches&&t._setNewDevice(o),c.addListener((function(e){e.matches&&(t._checkDevice(),t._setNewDevice(o))}))})),Object(d.a)(t._checkDevice.bind(t)),t.isPhoneSizeDevice.bind(t),t}return Object(r.c)(t,e),t.prototype.isPhoneSizeDevice=function(){return"phone"===this.device||"phone-vertical"===this.device},t.prototype._checkDevice=function(){this.width=window.innerWidth,this.height=window.innerHeight},t.prototype._setNewDevice=function(e){var t=this.device;this.device=e,this.trigger("changeDevice",[e,t])},t}(s.a),v=0,f=!1;function w(e){var t=document.body,i=t.querySelector(".widgetbar-wrap");if(e&&1==++v){var n=u(t,"overflow"),r=l(t,"padding-right");"hidden"!==n.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(h(i,"right",c()+"px"),t.style.paddingRight=r+c()+"px",f=!0),t.classList.add("i-no-scroll")}else if(!e&&v>0&&0==--v&&(t.classList.remove("i-no-scroll"),f)){h(i,"right","0px");var o=Boolean(window.widgetbar&&window.widgetbar.resizerBridge.fullscreen.value())?0:function(e){if(null!==e)return l(e,"width")-l(e,"padding-left")-l(e,"padding-right")}(i)||0;t.scrollHeight<=t.clientHeight&&(o-=c()),t.style.paddingRight=(o<0?0:o)+"px",f=!1}}var g=new p},jAh7:function(e,t,i){"use strict";i.r(t),i.d(t,"OverlapManager",(function(){return o})),i.d(t,"getRootOverlapManager",(function(){return d}));var n=i("Eyy1"),r=function(){function e(){this._storage=[]}return e.prototype.add=function(e){this._storage.push(e)},e.prototype.remove=function(e){this._storage=this._storage.filter((function(t){return e!==t}))},e.prototype.has=function(e){return this._storage.includes(e)},e.prototype.getItems=function(){return this._storage},e}(),o=function(){function e(e){void 0===e&&(e=document),this._storage=new r,this._windows=new Map,this._index=0, -this._document=e,this._container=e.createDocumentFragment()}return e.prototype.setContainer=function(e){var t=this._container,i=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((function(e){e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,i),this._container=i},e.prototype.registerWindow=function(e){this._storage.has(e)||this._storage.add(e)},e.prototype.ensureWindow=function(e,t){void 0===t&&(t={position:"fixed",direction:"normal"});var i=this._windows.get(e);if(void 0!==i)return i;this.registerWindow(e);var n=this._document.createElement("div");if(n.style.position=t.position,n.style.zIndex=this._index.toString(),n.dataset.id=e,void 0!==t.index){var r=this._container.childNodes.length;if(t.index>=r)this._container.appendChild(n);else if(t.index<=0)this._container.insertBefore(n,this._container.firstChild);else{var o=this._container.childNodes[t.index];this._container.insertBefore(n,o)}}else"reverse"===t.direction?this._container.insertBefore(n,this._container.firstChild):this._container.appendChild(n);return this._windows.set(e,n),++this._index,n},e.prototype.unregisterWindow=function(e){this._storage.remove(e);var t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))},e.prototype.getZindex=function(e){var t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")},e.prototype.moveToTop=function(e){this.getZindex(e)!==this._index&&(this.ensureWindow(e).style.zIndex=(++this._index).toString())},e.prototype.removeWindow=function(e){this.unregisterWindow(e)},e}(),s=new WeakMap;function d(e){void 0===e&&(e=document);var t=e.getElementById("overlap-manager-root");if(null!==t)return Object(n.ensureDefined)(s.get(t));var i=new o(e),r=function(e){var t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return s.set(r,i),i.setContainer(r),e.body.appendChild(r),i}}}]); \ No newline at end of file diff --git a/charting_library/bundles/1.b288a641198a0f397ac3.js b/charting_library/bundles/1.830ab55cbd12351b6a80.js similarity index 100% rename from charting_library/bundles/1.b288a641198a0f397ac3.js rename to charting_library/bundles/1.830ab55cbd12351b6a80.js diff --git a/charting_library/bundles/10.451da7e139a77029afdd.css b/charting_library/bundles/10.451da7e139a77029afdd.css deleted file mode 100644 index a50650dd..00000000 --- a/charting_library/bundles/10.451da7e139a77029afdd.css +++ /dev/null @@ -1 +0,0 @@ -.separator-1TZB5HZ-{margin:8px 0;height:1px;background-color:#e0e3eb}html.theme-dark .separator-1TZB5HZ-{background-color:#434651} \ No newline at end of file diff --git a/charting_library/bundles/10.451da7e139a77029afdd.rtl.css b/charting_library/bundles/10.451da7e139a77029afdd.rtl.css deleted file mode 100644 index a50650dd..00000000 --- a/charting_library/bundles/10.451da7e139a77029afdd.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.separator-1TZB5HZ-{margin:8px 0;height:1px;background-color:#e0e3eb}html.theme-dark .separator-1TZB5HZ-{background-color:#434651} \ No newline at end of file diff --git a/charting_library/bundles/10.f71cece1b9ed270fa72b.js b/charting_library/bundles/10.f71cece1b9ed270fa72b.js deleted file mode 100644 index d57c266b..00000000 --- a/charting_library/bundles/10.f71cece1b9ed270fa72b.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[10],[]]); \ No newline at end of file diff --git a/charting_library/bundles/10.f945dc8c0bbb02997910.js b/charting_library/bundles/10.f945dc8c0bbb02997910.js new file mode 100644 index 00000000..e9a9956e --- /dev/null +++ b/charting_library/bundles/10.f945dc8c0bbb02997910.js @@ -0,0 +1,3 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{MjAr:function(t,e,n){"use strict";n.r(e),function(t){var n=function(){if("undefined"!=typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,r){return t[0]===e&&(n=r,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),r=this.__entries__[n];return r&&r[1]},e.prototype.set=function(e,n){var r=t(this.__entries__,e);~r?this.__entries__[r][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,r=t(n,e);~r&&n.splice(r,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,r=this.__entries__;n"'`=\/]/g,(function(e){return c[e]}))},e.Scanner=v,e.Context=g,e.Writer=y},t&&"string"!=typeof t.nodeName?a(t):(i=[t],void 0===(o="function"==typeof(r=a)?r.apply(t,i):r)||(e.exports=o))}}]);
\ No newline at end of file
diff --git a/charting_library/bundles/18.3140e8cb507ad2593c76.css b/charting_library/bundles/18.3140e8cb507ad2593c76.css
new file mode 100644
index 00000000..44d12598
--- /dev/null
+++ b/charting_library/bundles/18.3140e8cb507ad2593c76.css
@@ -0,0 +1 @@
+.loader-8x1ZxRwP{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;margin:0 auto;text-align:center;font-size:0;opacity:1;transition:opacity .35s ease}.loader-8x1ZxRwP:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-8x1ZxRwP .item-2-89r_cd{display:inline-block;margin-right:2px;margin-left:2px;vertical-align:middle;width:10px;height:10px;opacity:1;border-radius:100%;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);animation:tv-button-loader-23vqS1uY .96s infinite ease-in-out both}.loader-8x1ZxRwP .item-2-89r_cd:nth-child(2){transition-delay:.11666667s;animation-delay:.151s}.loader-8x1ZxRwP .item-2-89r_cd:nth-child(3){transition-delay:233.33333ms;animation-delay:.32s}.loader-8x1ZxRwP .item-2-89r_cd.black-20Ytsf0V{background-color:#787b86}.loader-8x1ZxRwP .item-2-89r_cd.white-1ucCcc2I{background-color:#fff}.loader-8x1ZxRwP .item-2-89r_cd.gray-XDhHSS-T{background-color:#b2b5be}.loader-8x1ZxRwP.loader-initial-1deQDeio{opacity:.1}.loader-8x1ZxRwP.loader-initial-1deQDeio .item-2-89r_cd{animation:none;transform:translateY(12px) scale(.6)}.loader-8x1ZxRwP.loader-appear-2krFtMrd{opacity:1;transition:opacity .7s ease}.loader-8x1ZxRwP.loader-appear-2krFtMrd .item-2-89r_cd{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-23vqS1uY{0%,to{transform:scale(.6)}50%{transform:scale(.9)}}
\ No newline at end of file
diff --git a/charting_library/bundles/18.3140e8cb507ad2593c76.rtl.css b/charting_library/bundles/18.3140e8cb507ad2593c76.rtl.css
new file mode 100644
index 00000000..401864a8
--- /dev/null
+++ b/charting_library/bundles/18.3140e8cb507ad2593c76.rtl.css
@@ -0,0 +1 @@
+.loader-8x1ZxRwP{position:absolute;top:0;right:0;left:0;bottom:0;height:100%;margin:0 auto;text-align:center;font-size:0;opacity:1;transition:opacity .35s ease}.loader-8x1ZxRwP:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-8x1ZxRwP .item-2-89r_cd{display:inline-block;margin-left:2px;margin-right:2px;vertical-align:middle;width:10px;height:10px;opacity:1;border-radius:100%;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);animation:tv-button-loader-23vqS1uY .96s infinite ease-in-out both}.loader-8x1ZxRwP .item-2-89r_cd:nth-child(2){transition-delay:.11666667s;animation-delay:.151s}.loader-8x1ZxRwP .item-2-89r_cd:nth-child(3){transition-delay:233.33333ms;animation-delay:.32s}.loader-8x1ZxRwP .item-2-89r_cd.black-20Ytsf0V{background-color:#787b86}.loader-8x1ZxRwP .item-2-89r_cd.white-1ucCcc2I{background-color:#fff}.loader-8x1ZxRwP .item-2-89r_cd.gray-XDhHSS-T{background-color:#b2b5be}.loader-8x1ZxRwP.loader-initial-1deQDeio{opacity:.1}.loader-8x1ZxRwP.loader-initial-1deQDeio .item-2-89r_cd{animation:none;transform:translateY(12px) scale(.6)}.loader-8x1ZxRwP.loader-appear-2krFtMrd{opacity:1;transition:opacity .7s ease}.loader-8x1ZxRwP.loader-appear-2krFtMrd .item-2-89r_cd{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-23vqS1uY{0%,to{transform:scale(.6)}50%{transform:scale(.9)}}
\ No newline at end of file
diff --git a/charting_library/bundles/18.f7666ae716f7dccdf6e0.js b/charting_library/bundles/18.f7666ae716f7dccdf6e0.js
new file mode 100644
index 00000000..85ee7de3
--- /dev/null
+++ b/charting_library/bundles/18.f7666ae716f7dccdf6e0.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[18],[]]);
\ No newline at end of file
diff --git a/charting_library/bundles/180acc64d47073cae241f54fe1659797.png b/charting_library/bundles/180acc64d47073cae241f54fe1659797.png
deleted file mode 100644
index 1096b9e9..00000000
Binary files a/charting_library/bundles/180acc64d47073cae241f54fe1659797.png and /dev/null differ
diff --git a/charting_library/bundles/19.cf46de8059e2c386d59d.css b/charting_library/bundles/19.cf46de8059e2c386d59d.css
deleted file mode 100644
index 2db9a8b2..00000000
--- a/charting_library/bundles/19.cf46de8059e2c386d59d.css
+++ /dev/null
@@ -1 +0,0 @@
-.footer-1mvnCDqp{display:flex;flex:0 0 auto;border-top:1px solid #e0e3eb;padding:16px 20px}html.theme-dark .footer-1mvnCDqp{border-top:1px solid #434651}@media screen and (max-height:360px){.footer-1mvnCDqp{padding:10px 20px}}.footer-1mvnCDqp .submitButton-2lNICzl3{padding-left:12px}.footer-1mvnCDqp .buttons-3yvtQ_uI{margin-left:auto}
\ No newline at end of file
diff --git a/charting_library/bundles/19.cf46de8059e2c386d59d.rtl.css b/charting_library/bundles/19.cf46de8059e2c386d59d.rtl.css
deleted file mode 100644
index 7b9d819a..00000000
--- a/charting_library/bundles/19.cf46de8059e2c386d59d.rtl.css
+++ /dev/null
@@ -1 +0,0 @@
-.footer-1mvnCDqp{display:flex;flex:0 0 auto;border-top:1px solid #e0e3eb;padding:16px 20px}html.theme-dark .footer-1mvnCDqp{border-top:1px solid #434651}@media screen and (max-height:360px){.footer-1mvnCDqp{padding:10px 20px}}.footer-1mvnCDqp .submitButton-2lNICzl3{padding-right:12px}.footer-1mvnCDqp .buttons-3yvtQ_uI{margin-right:auto}
\ No newline at end of file
diff --git a/charting_library/bundles/19.ee754f50171546186397.css b/charting_library/bundles/19.ee754f50171546186397.css
new file mode 100644
index 00000000..aa13fb6b
--- /dev/null
+++ b/charting_library/bundles/19.ee754f50171546186397.css
@@ -0,0 +1 @@
+.footer-KW8170fm{display:flex;flex:0 0 auto;border-top:1px solid #e0e3eb;padding:16px 20px}html.theme-dark .footer-KW8170fm{border-top:1px solid #434651}@media screen and (max-height:360px){.footer-KW8170fm{padding:10px 20px}}.footer-KW8170fm .submitButton-KW8170fm{padding-left:12px}.footer-KW8170fm .buttons-KW8170fm{margin-left:auto}
\ No newline at end of file
diff --git a/charting_library/bundles/19.ee754f50171546186397.rtl.css b/charting_library/bundles/19.ee754f50171546186397.rtl.css
new file mode 100644
index 00000000..1a3f40f4
--- /dev/null
+++ b/charting_library/bundles/19.ee754f50171546186397.rtl.css
@@ -0,0 +1 @@
+.footer-KW8170fm{display:flex;flex:0 0 auto;border-top:1px solid #e0e3eb;padding:16px 20px}html.theme-dark .footer-KW8170fm{border-top:1px solid #434651}@media screen and (max-height:360px){.footer-KW8170fm{padding:10px 20px}}.footer-KW8170fm .submitButton-KW8170fm{padding-right:12px}.footer-KW8170fm .buttons-KW8170fm{margin-right:auto}
\ No newline at end of file
diff --git a/charting_library/bundles/19.d82fd24c19b8b5b0168c.js b/charting_library/bundles/19.f9a454aaa1746ddde327.js
similarity index 100%
rename from charting_library/bundles/19.d82fd24c19b8b5b0168c.js
rename to charting_library/bundles/19.f9a454aaa1746ddde327.js
diff --git a/charting_library/bundles/2.28f081c808a9558ca34f.js b/charting_library/bundles/2.12a0b086824d9deeec0a.js
similarity index 100%
rename from charting_library/bundles/2.28f081c808a9558ca34f.js
rename to charting_library/bundles/2.12a0b086824d9deeec0a.js
diff --git a/charting_library/bundles/7.92647ec0a7beb8b2898d.css b/charting_library/bundles/2.92647ec0a7beb8b2898d.css
similarity index 100%
rename from charting_library/bundles/7.92647ec0a7beb8b2898d.css
rename to charting_library/bundles/2.92647ec0a7beb8b2898d.css
diff --git a/charting_library/bundles/7.92647ec0a7beb8b2898d.rtl.css b/charting_library/bundles/2.92647ec0a7beb8b2898d.rtl.css
similarity index 100%
rename from charting_library/bundles/7.92647ec0a7beb8b2898d.rtl.css
rename to charting_library/bundles/2.92647ec0a7beb8b2898d.rtl.css
diff --git a/charting_library/bundles/2.bbc49badf465eedb68cb.css b/charting_library/bundles/2.bbc49badf465eedb68cb.css
deleted file mode 100644
index fc02a54f..00000000
--- a/charting_library/bundles/2.bbc49badf465eedb68cb.css
+++ /dev/null
@@ -1 +0,0 @@
-.dialog-2APwxL3O{display:flex;min-width:280px;text-align:left;box-sizing:border-box;background-color:#fff;flex-direction:column}html.theme-dark .dialog-2APwxL3O{background-color:#1e222d}.dialog-2APwxL3O.rounded-tXI9mwGE{border-radius:6px}.dialog-2APwxL3O.shadowed-2M13-xZa{box-shadow:0 1px 2px 1px rgba(0,0,0,.275)}.dialog-2APwxL3O.fullscreen-2RqU2pqU{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:100%;height:100%;max-height:100%;min-height:100%}.dialog-2APwxL3O.darker-2nhdv2oS{background-color:#fff}html.theme-dark .dialog-2APwxL3O.darker-2nhdv2oS{background-color:#131722}.backdrop-1tKdKmN_{position:fixed;left:0;top:0;right:0;bottom:0;background-color:#9598a1;transform:translateZ(0);opacity:.5;z-index:-1}html.theme-dark .backdrop-1tKdKmN_{background-color:#0c0e15}
\ No newline at end of file
diff --git a/charting_library/bundles/2.bbc49badf465eedb68cb.rtl.css b/charting_library/bundles/2.bbc49badf465eedb68cb.rtl.css
deleted file mode 100644
index 19249418..00000000
--- a/charting_library/bundles/2.bbc49badf465eedb68cb.rtl.css
+++ /dev/null
@@ -1 +0,0 @@
-.dialog-2APwxL3O{display:flex;min-width:280px;text-align:right;box-sizing:border-box;background-color:#fff;flex-direction:column}html.theme-dark .dialog-2APwxL3O{background-color:#1e222d}.dialog-2APwxL3O.rounded-tXI9mwGE{border-radius:6px}.dialog-2APwxL3O.shadowed-2M13-xZa{box-shadow:0 1px 2px 1px rgba(0,0,0,.275)}.dialog-2APwxL3O.fullscreen-2RqU2pqU{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;max-width:100%;height:100%;max-height:100%;min-height:100%}.dialog-2APwxL3O.darker-2nhdv2oS{background-color:#fff}html.theme-dark .dialog-2APwxL3O.darker-2nhdv2oS{background-color:#131722}.backdrop-1tKdKmN_{position:fixed;right:0;top:0;left:0;bottom:0;background-color:#9598a1;transform:translateZ(0);opacity:.5;z-index:-1}html.theme-dark .backdrop-1tKdKmN_{background-color:#0c0e15}
\ No newline at end of file
diff --git a/charting_library/bundles/20.1238ce46e9b14c68764e.css b/charting_library/bundles/20.1238ce46e9b14c68764e.css
new file mode 100644
index 00000000..b3fdf590
--- /dev/null
+++ b/charting_library/bundles/20.1238ce46e9b14c68764e.css
@@ -0,0 +1 @@
+.button-3B9fDLtm{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;min-width:22px;width:22px;height:22px;font-size:0;color:#787b86;background-color:var(--tv-list-item-button-background-color)}.button-3B9fDLtm:active{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-3B9fDLtm:hover{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}}html.theme-dark .button-3B9fDLtm:active{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm:hover{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}}html.theme-dark .button-3B9fDLtm:active{color:#b2b5be}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm:hover{color:#b2b5be}}.button-3B9fDLtm.disabled-3B9fDLtm,.button-3B9fDLtm.disabled-3B9fDLtm:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-3B9fDLtm.disabled-3B9fDLtm:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}html.theme-dark .button-3B9fDLtm.disabled-3B9fDLtm,html.theme-dark .button-3B9fDLtm.disabled-3B9fDLtm:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm.disabled-3B9fDLtm:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}.button-3B9fDLtm.active-3B9fDLtm,html.theme-dark .button-3B9fDLtm.active-3B9fDLtm{color:#90caf9}.button-3B9fDLtm.active-3B9fDLtm:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-3B9fDLtm.active-3B9fDLtm:hover{background-color:#1e88e5}}html.theme-dark .button-3B9fDLtm.active-3B9fDLtm:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm.active-3B9fDLtm:hover{background-color:#1e88e5}}.hidden-3B9fDLtm{visibility:hidden}
\ No newline at end of file
diff --git a/charting_library/bundles/20.1238ce46e9b14c68764e.rtl.css b/charting_library/bundles/20.1238ce46e9b14c68764e.rtl.css
new file mode 100644
index 00000000..b3fdf590
--- /dev/null
+++ b/charting_library/bundles/20.1238ce46e9b14c68764e.rtl.css
@@ -0,0 +1 @@
+.button-3B9fDLtm{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;min-width:22px;width:22px;height:22px;font-size:0;color:#787b86;background-color:var(--tv-list-item-button-background-color)}.button-3B9fDLtm:active{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-3B9fDLtm:hover{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}}html.theme-dark .button-3B9fDLtm:active{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm:hover{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}}html.theme-dark .button-3B9fDLtm:active{color:#b2b5be}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm:hover{color:#b2b5be}}.button-3B9fDLtm.disabled-3B9fDLtm,.button-3B9fDLtm.disabled-3B9fDLtm:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-3B9fDLtm.disabled-3B9fDLtm:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}html.theme-dark .button-3B9fDLtm.disabled-3B9fDLtm,html.theme-dark .button-3B9fDLtm.disabled-3B9fDLtm:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm.disabled-3B9fDLtm:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}.button-3B9fDLtm.active-3B9fDLtm,html.theme-dark .button-3B9fDLtm.active-3B9fDLtm{color:#90caf9}.button-3B9fDLtm.active-3B9fDLtm:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-3B9fDLtm.active-3B9fDLtm:hover{background-color:#1e88e5}}html.theme-dark .button-3B9fDLtm.active-3B9fDLtm:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-3B9fDLtm.active-3B9fDLtm:hover{background-color:#1e88e5}}.hidden-3B9fDLtm{visibility:hidden}
\ No newline at end of file
diff --git a/charting_library/bundles/20.148352bb45c403bd99cc.css b/charting_library/bundles/20.148352bb45c403bd99cc.css
deleted file mode 100644
index d16606e4..00000000
--- a/charting_library/bundles/20.148352bb45c403bd99cc.css
+++ /dev/null
@@ -1 +0,0 @@
-.wrap-3vvdSnDX{display:flex;position:fixed;top:0;bottom:0;right:0;left:0;z-index:0}.wrap-3vvdSnDX.positionBottom-3zJf6Byh{align-items:flex-end}.backdrop-1knaw_yl{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#9598a1;transform:translateZ(0);opacity:.7}html.theme-dark .backdrop-1knaw_yl{background-color:#0c0e15}.drawer-1_nJUEiM{background:#fff;box-shadow:0 2px 6px #b2b5be;box-sizing:border-box;padding:6px 0;-webkit-overflow-scrolling:touch;z-index:1}html.theme-dark .drawer-1_nJUEiM{box-shadow:0 2px 6px #000;background:#1e222d}.drawer-1_nJUEiM.positionLeft-2wxVhi9G{min-width:260px;max-width:calc(100% - 40px);margin-right:40px}.drawer-1_nJUEiM.positionBottom-3zJf6Byh{border-top-left-radius:6px;border-top-right-radius:6px;margin-top:100px;max-height:calc(100% - 100px);flex-basis:100%;overflow:auto}
\ No newline at end of file
diff --git a/charting_library/bundles/20.148352bb45c403bd99cc.rtl.css b/charting_library/bundles/20.148352bb45c403bd99cc.rtl.css
deleted file mode 100644
index 8f7f03a9..00000000
--- a/charting_library/bundles/20.148352bb45c403bd99cc.rtl.css
+++ /dev/null
@@ -1 +0,0 @@
-.wrap-3vvdSnDX{display:flex;position:fixed;top:0;bottom:0;left:0;right:0;z-index:0}.wrap-3vvdSnDX.positionBottom-3zJf6Byh{align-items:flex-end}.backdrop-1knaw_yl{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#9598a1;transform:translateZ(0);opacity:.7}html.theme-dark .backdrop-1knaw_yl{background-color:#0c0e15}.drawer-1_nJUEiM{background:#fff;box-shadow:0 2px 6px #b2b5be;box-sizing:border-box;padding:6px 0;-webkit-overflow-scrolling:touch;z-index:1}html.theme-dark .drawer-1_nJUEiM{box-shadow:0 2px 6px #000;background:#1e222d}.drawer-1_nJUEiM.positionLeft-2wxVhi9G{min-width:260px;max-width:calc(100% - 40px);margin-left:40px}.drawer-1_nJUEiM.positionBottom-3zJf6Byh{border-top-right-radius:6px;border-top-left-radius:6px;margin-top:100px;max-height:calc(100% - 100px);flex-basis:100%;overflow:auto}
\ No newline at end of file
diff --git a/charting_library/bundles/20.ac1df5ba118b3c643984.js b/charting_library/bundles/20.1cc926a0ea1f6540ec97.js
similarity index 100%
rename from charting_library/bundles/20.ac1df5ba118b3c643984.js
rename to charting_library/bundles/20.1cc926a0ea1f6540ec97.js
diff --git a/charting_library/bundles/21.33232b4384bae6fd31ec.css b/charting_library/bundles/21.33232b4384bae6fd31ec.css
deleted file mode 100644
index 2dd9eca9..00000000
--- a/charting_library/bundles/21.33232b4384bae6fd31ec.css
+++ /dev/null
@@ -1 +0,0 @@
-.button-1scLo53s{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;min-width:22px;width:22px;height:22px;font-size:0;color:#787b86;background-color:var(--tv-list-item-button-background-color)}.button-1scLo53s:active{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1scLo53s:hover{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}}html.theme-dark .button-1scLo53s:active{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s:hover{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}}html.theme-dark .button-1scLo53s:active{color:#b2b5be}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s:hover{color:#b2b5be}}.button-1scLo53s.disabled-2eJ5fvUz,.button-1scLo53s.disabled-2eJ5fvUz:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1scLo53s.disabled-2eJ5fvUz:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}html.theme-dark .button-1scLo53s.disabled-2eJ5fvUz,html.theme-dark .button-1scLo53s.disabled-2eJ5fvUz:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s.disabled-2eJ5fvUz:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}.button-1scLo53s.active-2T0ofIIp,html.theme-dark .button-1scLo53s.active-2T0ofIIp{color:#90caf9}.button-1scLo53s.active-2T0ofIIp:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1scLo53s.active-2T0ofIIp:hover{background-color:#1e88e5}}html.theme-dark .button-1scLo53s.active-2T0ofIIp:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s.active-2T0ofIIp:hover{background-color:#1e88e5}}.hidden-2GRQzIQ1{visibility:hidden}
\ No newline at end of file
diff --git a/charting_library/bundles/21.33232b4384bae6fd31ec.rtl.css b/charting_library/bundles/21.33232b4384bae6fd31ec.rtl.css
deleted file mode 100644
index 2dd9eca9..00000000
--- a/charting_library/bundles/21.33232b4384bae6fd31ec.rtl.css
+++ /dev/null
@@ -1 +0,0 @@
-.button-1scLo53s{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;min-width:22px;width:22px;height:22px;font-size:0;color:#787b86;background-color:var(--tv-list-item-button-background-color)}.button-1scLo53s:active{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1scLo53s:hover{color:#131722;background-color:var(--tv-list-item-button-background-hover-color,#e0e3eb)}}html.theme-dark .button-1scLo53s:active{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s:hover{background-color:var(--tv-list-item-button-background-hover-color,#363a45)}}html.theme-dark .button-1scLo53s:active{color:#b2b5be}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s:hover{color:#b2b5be}}.button-1scLo53s.disabled-2eJ5fvUz,.button-1scLo53s.disabled-2eJ5fvUz:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1scLo53s.disabled-2eJ5fvUz:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}html.theme-dark .button-1scLo53s.disabled-2eJ5fvUz,html.theme-dark .button-1scLo53s.disabled-2eJ5fvUz:active{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s.disabled-2eJ5fvUz:hover{background-color:var(--tv-list-item-button-disabled-background-color,transparent)}}.button-1scLo53s.active-2T0ofIIp,html.theme-dark .button-1scLo53s.active-2T0ofIIp{color:#90caf9}.button-1scLo53s.active-2T0ofIIp:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1scLo53s.active-2T0ofIIp:hover{background-color:#1e88e5}}html.theme-dark .button-1scLo53s.active-2T0ofIIp:active{background-color:#1e88e5}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1scLo53s.active-2T0ofIIp:hover{background-color:#1e88e5}}.hidden-2GRQzIQ1{visibility:hidden}
\ No newline at end of file
diff --git a/charting_library/bundles/21.9864c695bca01fd6a832.js b/charting_library/bundles/21.439063aafc6127ebfec4.js
similarity index 100%
rename from charting_library/bundles/21.9864c695bca01fd6a832.js
rename to charting_library/bundles/21.439063aafc6127ebfec4.js
diff --git a/charting_library/bundles/21.65b25ac3fa3ee5b90f1a.css b/charting_library/bundles/21.65b25ac3fa3ee5b90f1a.css
new file mode 100644
index 00000000..2ff8b49b
--- /dev/null
+++ b/charting_library/bundles/21.65b25ac3fa3ee5b90f1a.css
@@ -0,0 +1 @@
+.wrapper-21v50zE8{display:inline-block;width:18px;height:18px;position:relative;flex:none}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.wrapper-21v50zE8 .input-24iGIobO:hover:not(:focus):not(:disabled)+.box-3574HVnv{border-color:#a3a6af}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:hover:not(:focus):not(:disabled)+.box-3574HVnv{border-color:#5d606b}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.wrapper-21v50zE8 .input-24iGIobO:hover:checked:not(:focus):not(:disabled)+.box-3574HVnv{border-color:#1e88e5;background-color:#1e88e5}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:hover:checked:not(:focus):not(:disabled)+.box-3574HVnv{background-color:#1e88e5;border-color:#1e88e5}}.wrapper-21v50zE8 .box-3574HVnv{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;border:1px solid #b2b5be;border-radius:3px;box-sizing:border-box;transition:background-color .35s ease}html.theme-dark .wrapper-21v50zE8 .box-3574HVnv{border:1px solid #50535e}.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec{display:inline-flex;align-items:center;box-sizing:border-box}.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec,.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec svg{width:11px;height:9px}.wrapper-21v50zE8 .box-3574HVnv:before{position:absolute;content:"";box-sizing:border-box;top:-5px;left:-5px;width:26px;height:26px;border:2px solid rgba(33,150,243,.3);border-radius:6px;opacity:0;transform:scale(.69231)}html.theme-dark .wrapper-21v50zE8 .box-3574HVnv:before{border:2px solid rgba(25,118,210,.3)}.wrapper-21v50zE8 .box-3574HVnv.noOutline-3VoWuntz:before{content:none}.wrapper-21v50zE8 .box-3574HVnv:after{position:absolute;content:"";width:6px;height:6px;background-color:transparent;border-radius:50%;top:calc(50% - 3px);left:calc(50% - 3px)}.wrapper-21v50zE8 .intent-danger-1Sr9dowC,html.theme-dark .wrapper-21v50zE8 .intent-danger-1Sr9dowC{border-color:#f44336}.wrapper-21v50zE8 .input-24iGIobO{width:100%;height:100%;opacity:0;cursor:inherit;margin:0;padding:0;position:absolute;top:0;left:0}.wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv{background-color:#2196f3;border-color:#2196f3}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv{border-color:#1976d2;background-color:#1976d2}.wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#fff}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#d1d4dc}.wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#fff}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#d1d4dc}.wrapper-21v50zE8 .input-24iGIobO:disabled+.box-3574HVnv{background-color:#e0e3eb;border-color:#b2b5be}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:disabled+.box-3574HVnv{border-color:#50535e;background-color:#2a2e39}.wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv{background-color:#e0e3eb}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv{background-color:#2a2e39}.wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#b2b5be}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#50535e}.wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#b2b5be}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#50535e}.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled)+.box-3574HVnv,.wrapper-21v50zE8 .input-24iGIobO:focus+.box-3574HVnv{border-color:#2196f3}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled)+.box-3574HVnv,html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:focus+.box-3574HVnv{border-color:#1976d2}.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled)+.box-3574HVnv:before,.wrapper-21v50zE8 .input-24iGIobO:focus+.box-3574HVnv:before{opacity:1;transform:scale(1)}
\ No newline at end of file
diff --git a/charting_library/bundles/21.65b25ac3fa3ee5b90f1a.rtl.css b/charting_library/bundles/21.65b25ac3fa3ee5b90f1a.rtl.css
new file mode 100644
index 00000000..7592ff93
--- /dev/null
+++ b/charting_library/bundles/21.65b25ac3fa3ee5b90f1a.rtl.css
@@ -0,0 +1 @@
+.wrapper-21v50zE8{display:inline-block;width:18px;height:18px;position:relative;flex:none}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.wrapper-21v50zE8 .input-24iGIobO:hover:not(:focus):not(:disabled)+.box-3574HVnv{border-color:#a3a6af}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:hover:not(:focus):not(:disabled)+.box-3574HVnv{border-color:#5d606b}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.wrapper-21v50zE8 .input-24iGIobO:hover:checked:not(:focus):not(:disabled)+.box-3574HVnv{border-color:#1e88e5;background-color:#1e88e5}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:hover:checked:not(:focus):not(:disabled)+.box-3574HVnv{background-color:#1e88e5;border-color:#1e88e5}}.wrapper-21v50zE8 .box-3574HVnv{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;border:1px solid #b2b5be;border-radius:3px;box-sizing:border-box;transition:background-color .35s ease}html.theme-dark .wrapper-21v50zE8 .box-3574HVnv{border:1px solid #50535e}.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec{display:inline-flex;align-items:center;box-sizing:border-box}.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec,.wrapper-21v50zE8 .box-3574HVnv .icon-2jsUbtec svg{width:11px;height:9px}.wrapper-21v50zE8 .box-3574HVnv:before{position:absolute;content:"";box-sizing:border-box;top:-5px;right:-5px;width:26px;height:26px;border:2px solid rgba(33,150,243,.3);border-radius:6px;opacity:0;transform:scale(.69231)}html.theme-dark .wrapper-21v50zE8 .box-3574HVnv:before{border:2px solid rgba(25,118,210,.3)}.wrapper-21v50zE8 .box-3574HVnv.noOutline-3VoWuntz:before{content:none}.wrapper-21v50zE8 .box-3574HVnv:after{position:absolute;content:"";width:6px;height:6px;background-color:transparent;border-radius:50%;top:calc(50% - 3px);right:calc(50% - 3px)}.wrapper-21v50zE8 .intent-danger-1Sr9dowC,html.theme-dark .wrapper-21v50zE8 .intent-danger-1Sr9dowC{border-color:#f44336}.wrapper-21v50zE8 .input-24iGIobO{width:100%;height:100%;opacity:0;cursor:inherit;margin:0;padding:0;position:absolute;top:0;right:0}.wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv{background-color:#2196f3;border-color:#2196f3}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv{border-color:#1976d2;background-color:#1976d2}.wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#fff}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#d1d4dc}.wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#fff}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#d1d4dc}.wrapper-21v50zE8 .input-24iGIobO:disabled+.box-3574HVnv{background-color:#e0e3eb;border-color:#b2b5be}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:disabled+.box-3574HVnv{border-color:#50535e;background-color:#2a2e39}.wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv{background-color:#e0e3eb}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv{background-color:#2a2e39}.wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#b2b5be}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.check-382c8Fu1 .icon-2jsUbtec{stroke:#50535e}.wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#b2b5be}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:checked:disabled+.box-3574HVnv.dot-3gRd-7Qt:after{background-color:#50535e}.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled)+.box-3574HVnv,.wrapper-21v50zE8 .input-24iGIobO:focus+.box-3574HVnv{border-color:#2196f3}html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled)+.box-3574HVnv,html.theme-dark .wrapper-21v50zE8 .input-24iGIobO:focus+.box-3574HVnv{border-color:#1976d2}.wrapper-21v50zE8 .input-24iGIobO:active:not(:disabled)+.box-3574HVnv:before,.wrapper-21v50zE8 .input-24iGIobO:focus+.box-3574HVnv:before{opacity:1;transform:scale(1)}
\ No newline at end of file
diff --git a/charting_library/bundles/22.5e99faa1b95838e65246.js b/charting_library/bundles/22.5e99faa1b95838e65246.js
deleted file mode 100644
index d611fe55..00000000
--- a/charting_library/bundles/22.5e99faa1b95838e65246.js
+++ /dev/null
@@ -1,3 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{"/KDZ":function(e,t,o){"use strict";o.d(t,"a",(function(){return i}));var n=o("mrSG"),r=o("q1tI"),i=function(e){function t(t){var o=e.call(this,t)||this;return o._handleChange=function(){o.forceUpdate()},o.state={query:window.matchMedia(o.props.rule)},o}return Object(n.c)(t,e),t.prototype.componentDidMount=function(){this._subscribe(this.state.query)},t.prototype.componentDidUpdate=function(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))},t.prototype.componentWillUnmount=function(){this._unsubscribe(this.state.query)},t.prototype.render=function(){return this.props.children(this.state.query.matches)},t.getDerivedStateFromProps=function(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null},t.prototype._subscribe=function(e){e.addListener(this._handleChange)},t.prototype._unsubscribe=function(e){e.removeListener(this._handleChange)},t}(r.PureComponent)},"9dlw":function(e,t,o){"use strict";o.d(t,"a",(function(){return v}));var n=o("mrSG"),r=o("q1tI"),i=o.n(r),a=o("i8i4"),c=o.n(a),l=(o("EsMY"),o("AiMB")),s=o("DTHj"),u=o("X0gx"),d=o("8Rai");function v(e){var t=e.controller,o=e.children,a=e.isOpened,v=e.closeOnClickOutside,f=void 0===v||v,m=e.doNotCloseOn,h=e.onClickOutside,p=e.onClose,b=Object(n.e)(e,["controller","children","isOpened","closeOnClickOutside","doNotCloseOn","onClickOutside","onClose"]),g=Object(r.useContext)(u.a),y=Object(d.a)({handler:function(e){h&&h(e);if(!f)return;if(m&&e.target instanceof Node){var t=c.a.findDOMNode(m);if(t instanceof Node&&t.contains(e.target))return}p()},mouseDown:!0,touchStart:!0});return a?i.a.createElement(l.a,{top:"0",left:"0",right:"0",bottom:"0",pointerEvents:"none"},i.a.createElement("span",{ref:y,style:{pointerEvents:"auto"}},i.a.createElement(s.a,Object(n.a)({},b,{isOpened:a,onClose:p,onScroll:function(t){var o=e.onScroll;o&&o(t);t.stopPropagation()},customCloseDelegate:g,ref:t}),o))):null}},KKsp:function(e,t,o){"use strict";o.d(t,"a",(function(){return c}));var n=o("q1tI"),r=o("TSYQ"),i=o.n(r),a=o("NOPy");function c(e){var t=e.size,o=void 0===t?"normal":t,r=e.className;return n.createElement("div",{className:i()(a.separator,"small"===o&&a.small,"normal"===o&&a.normal,"large"===o&&a.large,r)})}},N5tr:function(e,t,o){"use strict";o.d(t,"a",(function(){return d})),o.d(t,"b",(function(){return m}));var n=o("mrSG"),r=o("q1tI"),i=o.n(r),a=o("TSYQ"),c=o("tWVy"),l=o("JWMC"),s=o("QpNh"),u=o("v1bN"),d=u;function v(e){var t=e.reference,o=Object(n.e)(e,["reference"]),r=Object(n.a)(Object(n.a)({},o),{ref:t});return i.a.createElement(e.href?"a":"div",r)}function f(e){e.stopPropagation()}function m(e){var t,o,d,m=e.className,h=e.title,p=e.labelRowClassName,b=e.shortcut,g=e.forceShowShortcuts,y=e.icon,w=e.isActive,O=e.isDisabled,E=e.isHovered,C=e.appearAsDisabled,j=e.label,k=e.link,N=e.showToolboxOnHover,S=e.target,M=e.toolbox,x=e.reference,q=e.onMouseOut,D=e.onMouseOver,_=e.theme,T=void 0===_?u:_,I=Object(s.a)(e),P=Object(r.useRef)(null)
-;return i.a.createElement(v,Object(n.a)({},I,{className:a(m,T.item,y&&T.withIcon,(t={},t[T.isActive]=w,t[T.isDisabled]=O||C,t[T.hovered]=E,t)),title:h,href:k,target:S,reference:function(e){P.current=e,x&&x(e)},onClick:function(t){var o=e.dontClosePopup,n=e.onClick,r=e.onClickArg,i=e.trackEventObject;if(O)return;i&&Object(l.trackEvent)(i.category,i.event,i.label);n&&n(r,t);o||Object(c.b)()},onContextMenu:function(t){var o=e.trackEventObject,n=e.trackRightClick;o&&n&&Object(l.trackEvent)(o.category,o.event,o.label+"_rightClick")},onMouseUp:function(t){var o=e.trackEventObject,n=e.trackMouseWheelClick;if(1===t.button&&k&&o){var r=o.label;n&&(r+="_mouseWheelClick"),Object(l.trackEvent)(o.category,o.event,r)}},onMouseOver:D,onMouseOut:q}),void 0!==y&&i.a.createElement("div",{className:T.icon,dangerouslySetInnerHTML:{__html:y}}),i.a.createElement("div",{className:a(T.labelRow,p)},i.a.createElement("div",{className:T.label},j)),(void 0!==b||g)&&i.a.createElement("div",{className:T.shortcut},(d=b)&&d.split("+").join(" + ")),void 0!==M&&i.a.createElement("div",{onClick:f,className:a(T.toolbox,(o={},o[T.showOnHover]=N,o))},M))}},NOPy:function(e,t,o){e.exports={separator:"separator-25lkUpN-",small:"small-1IE19htj",normal:"normal-2jX5NqMI",large:"large-3vmbMIE7"}},v1bN:function(e,t,o){e.exports={"tablet-small-breakpoint":"screen and (max-width: 419px)",item:"item-2xPVYue0",hovered:"hovered-1uf45E05",isDisabled:"isDisabled-1wLqKupj",isActive:"isActive-2j-GhQs_",shortcut:"shortcut-30pveiCO",toolbox:"toolbox-3ulPxfe-",withIcon:"withIcon-1xBjf-oB",icon:"icon-2Qm7YIcz",labelRow:"labelRow-3Q0rdE8-",label:"label-3Xqxy756",showOnHover:"showOnHover-1q6ySzZc"}},"x0D+":function(e,t,o){var n,r,i;r=[t],void 0===(i="function"==typeof(n=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,o=Array(e.length);t",{id:"sbOptions_"+d.uid,class:d.settings.classOptions,css:{display:"none"}}),d.sbOptions=a,d.sbToggle=l,d.sbSelector=o,this._fillList(t,d),e.data(t,"selectbox",d),o.appendTo(i),a.appendTo(i),i.insertAfter(c),d._onAttachCallback&&(d._onAttachCallback(),delete d._onAttachCallback),c.is(":disabled")&&e.selectbox._disableSelectbox(t),c.change((function(){var s=e(this).val(),i=c.find("option[value='"+n(s)+"']").text();r._changeSelectbox(t,s,i)}))},_detachSelectbox:function(t){var s=this._getInst(t);if(!s)return!1;e("#sbHolder_"+s.uid).remove(),delete this._state[s.uid],e.data(t,"selectbox",null),e(t).show()},_changeSelectbox:function(t,s,o){var l=e(t.ownerDocument),a=this._getInst(t),c=this._get(a,"onChange");if(!(l.find("#sbSelector_"+a.uid).text()===o&&l.find("#sbOptions_"+a.uid).find('a[rel="'+s+'"]').hasClass("active"))){var r=e(t).find("option[value='"+n(s)+"']"),d=l.find("#sbSelector_"+a.uid);d.text(o),i(a,d,r),l.find("#sbOptions_"+a.uid).find(".active").removeClass("active"),l.find("#sbOptions_"+a.uid).find('a[rel="'+s+'"]').addClass("active"),e(t).find("option").attr("selected",!1),r.attr("selected",!0),c?c.apply(a.input?a.input[0]:null,[s,a]):a.input&&a.input.trigger("change")}},_enableSelectbox:function(t){var s=this._getInst(t);if(!s||!s.isDisabled)return!1;e(t.ownerDocument).find("#sbHolder_"+s.uid).removeClass(s.settings.classHolderDisabled),s.isDisabled=!1,e.data(t,"selectbox",s)},_disableSelectbox:function(t){var s=this._getInst(t);if(!s||s.isDisabled)return!1;e(t.ownerDocument).find("#sbHolder_"+s.uid).addClass(s.settings.classHolderDisabled),s.isDisabled=!0,e.data(t,"selectbox",s)},_optionSelectbox:function(t,s,n){var i=this._getInst(t);return!!i&&(null==n?i[s]:(i[s]=n,void e.data(t,"selectbox",i)))},_openSelectbox:function(t){var s=this._getInst(t),n=this;if(s&&!s.isOpen&&!s.isDisabled){var i=e(t.ownerDocument),o=e(t.ownerDocument.defaultView),l=i.find("#sbOptions_"+s.uid),a=parseInt(o.height(),10),c=parseInt(o.width(),10),r=i.find("#sbHolder_"+s.uid).offset(),d=o.scrollTop(),p=l.prev().height(),u=a-(r.top-d)-p/2,b=this._get(s,"onOpen"),f=this._get(s,"beforeOpen"),h=null;f&&(h=f()),"object"==typeof h&&null!==h?l.css(h):(u>50&&!s.settings.slidesUp?l.css({bottom:"auto",top:p+2+"px",maxHeight:u-p+"px"}):l.css({top:"auto",bottom:p+2+"px",maxHeight:r.top-d-p/2+"px"}),r.left+l.width()>c?l.css("left","-"+(l.width()-l.parent().width()+3)+"px"):l.css("left","-1px")),"fade"===s.settings.effect?l.fadeIn(s.settings.speed):l.slideDown(s.settings.speed),i.find("#sbToggle_"+s.uid).addClass(s.settings.classToggleOpen),i.find("#sbHolder_"+s.uid).addClass(s.settings.classHolderOpen),this._state[s.uid]=!0,s.isOpen=!0,
-b&&b.apply(s.input?s.input[0]:null,[s]),e.data(t,"selectbox",s),i.unbind("click.sbClose").one("click.sbClose",(function(){n._closeSelectbox(t)}))}},_closeSelectbox:function(t){var s=this._getInst(t);if(s&&s.isOpen){var n=e(t.ownerDocument),i=this._get(s,"onClose");n.find("#sbOptions_"+s.uid).hide(),n.find("#sbToggle_"+s.uid).removeClass(s.settings.classToggleOpen),n.find("#sbHolder_"+s.uid).removeClass(s.settings.classHolderOpen),this._state[s.uid]=!1,s.isOpen=!1,i&&i.apply(s.input?s.input[0]:null,[s]),e.data(t,"selectbox",s),n.unbind("click.sbClose")}},_newInst:function(e){return{id:e[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:e,uid:Math.floor(99999999*Math.random()),isOpen:!1,isDisabled:!1,isSelected:!1,settings:{}}},_getInst:function(t){try{return e.data(t,"selectbox")}catch(s){throw"Missing instance data for this selectbox"}},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_getOptions:function(t,s,n,o,l){var a=!(!arguments[1]||!arguments[1].sub),c=!(!arguments[1]||!arguments[1].disabled),r=this;arguments[0].each((function(t){var s,d=e(this),p=e("
");return $("