@barchart/chart-lib 2.377.4 → 2.377.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.js
CHANGED
|
@@ -34,4 +34,4 @@ var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=
|
|
|
34
34
|
`);if(this.isNew){let{actualWidth:r,actualHeight:i}=this.getTextDimensions(n);t.points[0].update(e.price,e.time);let{x:a,y:o}=t.points[0].point;t.points[1].updateFromPoint({x:a+r,y:o+i}),t.drawn=!1}t.textLines=n,this.textArea.onblur=null,this.getChartParent().removeChild(this.textArea),t.requestRedraw(),this.isNew||t.requestRedraw(),ok(t,!0,this.isNew?O.Created:O.TextChanged)}getTextDimensions(e){let t=globalThis.getComputedStyle(this.textArea).getPropertyValue(`font-size`),n=parseFloat(t)*e.length,r=0,i=this.anchor.axis.pane.presenter,a=i.view.mainContext;a.save();let{chart:{fontFamily:o}}=i.display;a.font=`${t} ${o}`;for(let t=0;t<e.length;t++){let n=a.measureText(e[t]).width;n>r&&(r=n)}return a.restore(),{actualWidth:r,actualHeight:n}}};function vD(e){return $().config.tooltipMovement===e}function yD(){return vD(`Draggable`)}function bD(){return vD(`Auto`)}var xD=z.TOOLTIP_STD_LEGACY_CLASS,SD=z.TOOLTIP_STD_CLASS,CD=z.TOOLTIP_BUBBLE_CLASS;function wD(e,t){let n=e.filter(e=>e.visible),r=n.find(e=>e.isMain)||n[0],i=r?.values.find(e=>[`Close`,`Last`].includes(e.id))?.y??r?.values[0]?.y??t,a=n.map(e=>e.values.filter(e=>e.id!==`Change`&&e.y>0).map(e=>e.y)).flat(),[o,s]=a.length>0?[Math.min(...a),Math.max(...a)]:[i,i];return{plots:n,y:i,yMin:o,yMax:s}}var TD=class{tooltipElem;leftSide;mode;isDrag=!1;canDrag;isToggling;constructor(e){this.view=e,this.tooltipElem=Ei(e.el,`div`),Ci(this.tooltipElem,{id:`${e.presenter.elementId}-global-tooltip`,class:`${SD} ${xD}`}),this.leftSide=!0,Si(this.tooltipElem,{visibility:`hidden`,position:`absolute`,cursor:yD()?`move`:`default`,zIndex:20,top:`${z.TOOLTIP_Y_OFFSET}px`,left:`${z.TOOLTIP_X_OFFSET}px`}),this.setMode(e.presenter.display.tooltip.mode),this.handleMouseMove=this.handleMouseMove.bind(this),this.startDrag=this.startDrag.bind(this),this.stopDrag=this.stopDrag.bind(this),this.view.el.addEventListener(`mousemove`,this.handleMouseMove),this.view.el.addEventListener(`mouseleave`,this.stopDrag),this.tooltipElem.addEventListener(`mousedown`,this.startDrag),this.tooltipElem.addEventListener(`mouseup`,this.stopDrag)}startDrag(){this.isDrag=!0}stopDrag(){this.isDrag=!1}setMode(e){if(this.mode!==e){if(this.mode=e,e===z.TOOLTIP_BUBBLE)this.canDrag=!1,this.tooltipElem.style.transition=`none`,this.tooltipElem.classList.remove(SD,xD),this.tooltipElem.classList.add(CD),Si(this.tooltipElem,{pointerEvents:`none`});else if(e===z.TOOLTIP_STD){this.canDrag=yD(),this.tooltipElem.classList.remove(CD),this.tooltipElem.classList.add(SD,xD);let e=z.TOOLTIP_TOGGLE_SIDE_ANIM_MS;Si(this.tooltipElem,{pointerEvents:`all`,top:`${z.TOOLTIP_Y_OFFSET}px`,left:`${z.TOOLTIP_X_OFFSET}px`,transition:bD()?`left ${e}ms ease-out`:null})}}}show(e,t){let n=this.tooltipElem;if(t){let{width:e,height:r,leftOffset:i,rightOffset:a}=this.view,o=n.getBoundingClientRect(),s=o.width/2,c=n.style,l=r*z.TOOLTIP_BUBBLE_OFFSET,u=t.yMin-o.height-l,d=t.x-s,f=t.yMax+l,p=f+o.height,m=u<0?p<r?f:0:u,h=d,g=e-a;h<i?h=i:h+o.width>g&&(h=g-o.width),c.top=`${m}px`,c.left=`${h}px`}n.style.visibility===`hidden`&&(n.style.visibility=`visible`),Oi(n,e)}hide(){this.tooltipElem.style.visibility=`hidden`}remove(){this.view.el.removeEventListener(`mousemove`,this.handleMouseMove),this.view.el.removeEventListener(`mouseleave`,this.stopDrag),this.tooltipElem.removeEventListener(`mousedown`,this.startDrag),this.tooltipElem.removeEventListener(`mouseup`,this.stopDrag),bi(this.tooltipElem)}reposition(e,t){Si(this.tooltipElem,{left:`${e}px`,top:`${t}px`})}isAutoMove(){return this.mode===z.TOOLTIP_STD&&bD()}handleMouseMove(e){if(this.isDrag&&this.canDrag){let{movementX:t,movementY:n}=e,{top:r,left:i}=this.tooltipElem.style,a=parseInt(r)+n,o=parseInt(i)+t;this.reposition(o,a)}else if(this.isAutoMove()){let t=this.tooltipElem.getBoundingClientRect(),n=this.view.el.getBoundingClientRect(),r=e.pageX,i=z.TOOLTIP_TOGGLE_DISTANCE_TOLERANCE,a=n.width>t.width*2,o=r>t.x&&r<=t.right+i,s=r<t.x&&r>=t.x-i;a&&(o||s)&&this.toggleSide()}}repositionAuto(){if(this.isAutoMove()){let e=this.view.presenter.mainPane.getBoundsWithoutScales(),t=this.tooltipElem.offsetY,n=e.x+(this.leftSide?z.TOOLTIP_X_OFFSET:e.width-this.tooltipElem.offsetWidth-z.TOOLTIP_X_OFFSET);this.reposition(n,t)}}toggleSide(){this.isToggling||(this.isToggling=!0,setTimeout(()=>this.isToggling=!1,z.TOOLTIP_TOGGLE_SIDE_ANIM_MS),this.leftSide=!this.leftSide,this.repositionAuto())}};function ED(e){e.showTooltip&&DD(e,{time:z.ZERO_DATE,offset:z.OFFSCREEN_OFFSET,price:0,lastBarRefresh:void 0,justMain:void 0})}function DD(e,{time:t,lastBarRefresh:n,justMain:r,offset:i,price:a}){let o=F_(e,t,i,n,r,a),{mode:s,showMainPlot:c,hideSymbols:l,revealingClose:u}=e.display.tooltip,{includeTimestamp:d,showMainPlot:f,showPlotActions:p}=$().config.tooltipHeaders||{},m=P(f)?f:c,h=P(d)?d:!1,g=P(l)?l:!1,_=P(u)?u:!1,v=P(p)?p:!1,y=t.valueOf()===z.ZERO_DATE.valueOf();switch(s){case z.TOOLTIP_CARDS:r||kD(e,o,m,!y,h&&!y,!1,g,_,v,e.hasLegend?e.view?.legend?.getLegendElem().clientHeight:0);break;case z.TOOLTIP_BUBBLE:if(!y){let t=wD(o.panes.find(e=>{let{top:t,left:n,width:r,height:a}=e.bounds;return new za(n,t,r,a).contains(i)}).plots,i.y),n=`<div class="bubble-box">${b_({...o,hideSymbols:g,revealingClose:_,plots:t.plots})}</div>`;e.view.tooltip.show(n,{x:i.x,y:t.y,yMin:t.yMin,yMax:t.yMax})}kD(e,o,m,!1,!1,e.hasLegend,g,_,v);break;case z.TOOLTIP_STD:if(!y){let t=b_({...o,hideSymbols:g,revealingClose:_,plots:o.panes.map(e=>e.plots).flat()});e.view.tooltip.show(t)}kD(e,o,m,!1,!1,e.hasLegend,g,_,v);break;case z.TOOLTIP_EXTERNAL:e.notifyHost(G.CH_TOOLTIPCHANGED,o);break;default:I(`Unknown tooltip mode requested: ${s}`,`warn`);break}}function OD(e,t,n,r,i,a){Si(e,{position:`absolute`,display:`flex`,"flex-direction":t,"flex-wrap":`wrap`,left:`${n+z.CARDS_X_OFFSET}px`,top:`${i+z.CARDS_Y_OFFSET}px`,maxWidth:`${a-r-z.CARDS_X_OFFSET*2}px`})}function kD(e,t,n=!1,r=!1,i=!1,a=!1,o=!1,s=!1,c=!1,l=0){let u=e.view.el,d=x_(e,t,n,r,i,o,s,c);d.some(e=>!P(e.bounds))||d.forEach(({id:t,isMainPane:n,content:r,moveContent:i,bounds:{left:o,right:s,top:c,width:d}},f)=>{if(r!==``&&(!a||!n)){let i=wi(t,u,`div`);OD(i,n&&__(e)?`column`:`row`,o,s,c+l,d),Ti(i,{"bcharts-card":!0,"bcharts-card-main":n,"bcharts-card-first":f===0}),i.innerHTML=r}let p=xi(`#right-${t}`,u);P(p)||(p=document.createElement(`div`),p.id=`right-${t}`,u.appendChild(p),Ti(p,`bcharts-card bcharts-card-move`)),Si(p,{position:`absolute`,display:`block`,right:`${s+z.CARDS_X_OFFSET}px`,top:`${c+l+z.CARDS_Y_OFFSET}px`}),p.innerHTML=i})}var AD=null;function jD(){return AD===null&&(AD=$().config.hostingModel===ae[ae.Application]),AD}var MD=class extends WE{presenter;panY;snapToSupported=!1;warmUp=!0;preventDefault=!1;lastOffset;lastPanningExtremes;constructor(e){super(),this.ap=e,this.presenter=e.presenter,this.panY=e.axis.isCustomDomain}activated(){}deactivated(){this.cancelLongPress()}startPan(e){this.startLongPress(this.presenter,this.ap,e),this.lastOffset=e,this.lastPanningExtremes=this.ap.axis.yScale.domain();let t=this.ap.presenter;t.enableTooltip(!1),t.view.tooltip.hide(),t.view.drawCrosshair({ap:void 0})}onMouseMove(e){if(e.pinchZoom){this.presenter.resetActiveTool();return}let{point:t,view:n,offset:r}=e;if(t&&t.axis!==this.ap.axis)return;let{x:i,y:a}=r,o=i-this.lastOffset.x,s=Math.abs(o),c=this.lastOffset.y,l=a-c,u=Math.abs(l);s>=1&&this.cancelLongPress();let d=jD();if(Ie()&&!d&&this.warmUp)return(s>7||u>7)&&(this.warmUp=!1,this.preventDefault=s>u),!1;if(this.preventDefault||!Ie()||d){if(n.xAxis.pan(o),this.panY&&t&&t.axis){u>=1&&this.cancelLongPress();let e=ND(t.axis,c,a,this.lastPanningExtremes);this.lastPanningExtremes=e,t.axis.yScale.domain(e)}this.lastOffset=r,n.redraw(),t&&t.presenter.view.setCursor(ee.Grabbing)}return d||this.preventDefault}finished(){ak(this.presenter)}onMouseLeave(){this.finished()}onMouseUp(){this.finished()}onMouseDblClick({presenter:e,offset:t,originalEvent:n}){Ie()&&GD(e,t,n)}performLongPress(e,t,n){e.enableTooltip(!0),e.resetActiveTool(),e.activeTool.startTouchCrosshairMode(e,t,n)}};function ND(e,t,n,r){let i=(n-t)/e.viewBox.height,[a,o]=r,s=i*(o-a);return[a+s,o+s]}var PD=null;function FD(e,t){let n=new DOMParser().parseFromString(e,`image/svg+xml`),r=n.querySelector(`svg`)?.getAttribute(`viewBox`),i=n.querySelector(`path`)?.getAttribute(`d`);if(N(r)&&N(i)){let e=r.split(` `).map(Number);e.length===4&&e.every(Number.isFinite)&&(PD={path:new Path2D(i),width:e[2],height:e[3],rect:new za(0,0,0,0),logoClickable:t})}}var ID=5,LD=50;function RD(e,{x:t,y:n,height:r,width:i}){if(!N(PD))return;let{path:a,width:o,height:s,rect:c}=PD,l=i/8,u=Math.min(Math.max(LD,l),o)/o;c.width=o*u,c.height=s*u,c.x=t+ID,c.y=n+r-c.height-ID,e.save();let d=getComputedStyle(e.canvas).getPropertyValue(`--widget-logo-fill-color`);e.fillStyle=d.length===0?`rgba(127, 127, 127, 0.6)`:d,e.translate(c.x,c.y),e.scale(u,u),e.fill(a),e.restore()}function zD(){return N(PD)&&PD.logoClickable?PD.rect:null}var BD=class extends lD{constructor(e,t){super(e,t)}hitTest(e){if(!this.visible)return!1;let t=this.getRect();return t===null?!1:t.contains(e)}draw(e,t){return super.draw(e,t)?(Xa(e,this.getRect()),!0):!1}};function VD(e,t){return e<t?[e,t]:[t,e]}var HD={line:{width:1,color:`rgba(127, 127, 127, 0.3)`,dashStyle:`LongDash`},fill:{color:`rgba(127, 127, 127, 0.1)`}},UD=class extends mD{snapToSupported=!1;preventDefault=!1;axis;presenter;constructor(){super(eD(`Rectangle`,BD,null,HD),!1)}activated(){}deactivated(){P(this.axis,this.annotation)&&this.axis.deleteAnnotation(this.annotation,!1)}onMouseDown(e){let t=super.onMouseDown(e);if(t===!0){let{point:t}=e;this.axis=t.axis,this.presenter=t.presenter}return t}finish(){if(P(this.axis,this.presenter)){ak(this.presenter,{toolChange:O.Executed,annId:`ZoomIn`});let e=this.annotation.points,t=VD(e[0].price,e[1].price),n=VD(e[0].time,e[1].time),r=(e,t)=>Math.abs(t(e[0])-t(e[1])),i=r(n,e=>this.axis.toX(e)),a=r(t,e=>this.axis.toY(e)),o=this.presenter.view,s=z.MINIMUM_ZOOM_DIMENSION;if(i>s&&a>s){let e=o.xAxis.xScale;this.axis.isCustomDomain=!0,this.axis.yScale.domain(t),e.wasZoomed=!0,e.scaleBarToFitRange(n,!1),e.domain(n)}o.redraw()}}};function WD(e,t){let n=QE(e);n.offset={x:t.x,y:t.y},n.canFlip=e.getFlipAnchorIndices()!==null;let r=e.axis.pane.presenter;r.clearSelection(),r.notifyHost(G.CH_ANNNEEDSCONTEXTMENU,n)}function GD(e,t,n){let r={offset:{x:t.x,y:t.y},chart:e.accessor,originalEvent:n};e.notifyHost(G.CH_CHTNEEDSCONTEXTMENU,r)}function KD(e,t,n,r=1,i=-1){let a=(n.y-t.y)/10,o=e.yScale.rangeWithPadding().reverse();return[o[0]+a*r,o[1]+a*i].map(t=>e.yScale.yToPrice(t))}function qD(e,t){return t.x===e.x||t.x===e.x+e.width||t.y===e.y||t.y===e.y+e.height}function JD(){let e=$().config.touchCrosshairTimeoutMillis;return P(e)&&Number.isFinite(e)?e:z.LONG_PRESS_TIMEOUT_MILLIS}var YD=class{resizingPanes=!1;snapToSupported=!1;touchCrosshairMode=!1;notifyZoomChanged;previousTouchTimestamp=null;resizingScale=!1;resizingScaleId=null;lastScaleResizingOffset=null;touchCrosshairTimeout=null;lastResizingOffset=null;splitter;prevZoomingOffset;prevPinchDistance=null;constructor(){this.stopResizingScale(),this.notifyZoomChanged=Ke(G.CH_ZOOMCHANGED,1e3)}startTouchCrosshairMode(e,t,n){this.touchCrosshairMode=!0,this.showCrosshairAndTooltips(e.view,t,n)}activated(){}deactivated(){}findHit(e){if(!e.point)return[];if(e.axis.pane.axes.some(t=>t.plots.some(t=>t.hitTestCustomEvent(e.point))))return z.EVENT_PIN_HIT;let t=e.presenter.selectedAnnotation,n;t!==void 0&&(n=t.points.find(t=>t.hitTest(e.point)));let r=xe(e.axis.annotations.filter(t=>t.computed?null:t.hitTest(e.point)));return n!==void 0&&r==null&&(r=t),[r,n]}stopResizingScale(){this.resizingScale=!1,this.resizingScaleId=null,this.lastScaleResizingOffset=null}resetVerticalAxis(e,t=!0){this.stopResizingScale(),e.isCustomDomain=!1,t&&e.setDomain()}resetHorizontalAxis(e,t=!0){e.view.xAxis.resetZoom(),t&&e.view.setPriceAxesDomains(),this.fireZoomChanged(e)}canVerticalZoom(e){return Qe(e.display.chart.zooming)[0]}canHorizontalZoom(e){return Qe(e.display.chart.zooming)[1]}canRectangleZoom(e){return this.canVerticalZoom(e)&&this.canHorizontalZoom(e)}fireZoomChanged(e){this.notifyZoomChanged({chart:e.accessor})}onMouseDblClick({priceAxis:e,offset:t,presenter:n,view:r}){let i=r.xAxis.viewBox.contains(t),a=!1;if(P(e))this.resetVerticalAxis(e),a=!0;else if(i)this.resetHorizontalAxis(n),a=!0;else if(Ie()){let e=n.selectedAnnotation;e==null?GD(n,t):WD(e,t)}a&&r.redraw()}onMouseEnter(){this.previousTouchTimestamp=null}computePreviousTouchStartDuration(){if(!Ie())return null;let e=new Date().getTime(),t=P(this.previousTouchTimestamp)?e-this.previousTouchTimestamp:null;return this.previousTouchTimestamp=e,t}onMouseDown(e){let{point:t,button:n,splitter:r,offset:i,priceAxis:a,presenter:o,originalEvent:s}=e,c=window.navigator.platform.toLowerCase().startsWith(`mac`),l=c?D.Meta:D.Control,u=n===E.Right||c&&n===E.Left&&e.getModifier(D.Control);this.touchCrosshairMode&&P(this.touchCrosshairTimeout)&&(clearTimeout(this.touchCrosshairTimeout),this.touchCrosshairTimeout=null);let d=this.computePreviousTouchStartDuration();if(P(d)&&d<z.DOUBLE_CLICK_DURATION_MILLIS)return this.onMouseDblClick(e),!0;if(!u&&this.isLogoLink(i)&&o.notifyHost(G.CH_LOGOCLICKED,{chart:o.accessor}),P(t)&&o.allPlots.some(e=>e.tryHandleCustomEventClick(t.point)))return!0;if(P(r))return this.resizingPanes=!0,this.lastResizingOffset=i,this.splitter=r,o.enableTooltip(!1),!0;if(P(a))return this.canVerticalZoom(o)&&this.startAxisScaling(a,i),!0;if(t!=null){if(e.getModifier(l)&&this.canRectangleZoom(o))return o.activeTool=new UD,o.activeTool.onMouseDown(e),!0;let[n,r]=this.findHit(t);if(o.clearSelection(),n!=null&&o.setSelection(n),n==null||n?.locked)return u?(this.hideCrosshairAndTooltips(o.view),n==null?GD(o,i,s):n?.locked&&WD(n,i),!0):this.touchCrosshairMode?!0:(o.activeTool=new MD(t),o.activeTool.startPan(i),jD());let a=r!=null;return u?(WD(n,i),Ie()):a&&!r.movable||!a&&!n.canMove(t.point)?!1:(o.activeTool=a&&n.points.indexOf(r)!==-1?new qE(n,r):new KE(n,t,i),Ie())}else this.canHorizontalZoom(o)&&(this.prevZoomingOffset=i);return!1}onContextMenu(e){return!0}isLogoLink(e){let t=zD();return P(t)&&t.contains(e)}onMouseMove(e){let{point:t,splitter:n,priceAxis:r,view:i,presenter:a,offset:o}=e;if(P(e.pinchZoom)&&e.pinchZoom&&P(e.pinchDistance))return P(this.prevPinchDistance)&&(e.delta=this.prevPinchDistance-e.pinchDistance,this.onWheel(e)),this.prevPinchDistance=e.pinchDistance,Ie();if(n!=null||this.resizingPanes)i.setCursor(ee.ResizeVertical),this.resizingPanes&&this.resizePanes(i,o);else if(P(t)){let[e,n]=this.findHit(t);P(n)?t.presenter.view.setCursor(ee.Crosshair):P(e)?e.isSelected?t.presenter.view.setCursor(ee.Move):t.presenter.view.setCursor(ee.Hand):t.presenter.view.setCursor(ee.Arrow)}else if(P(r))this.canVerticalZoom(a)&&(i.setCursor(ee.ResizeVertical),this.performAxisScaling(i,r,o));else{let e=this.canHorizontalZoom(a);if(!e&&this.prevZoomingOffset&&delete this.prevZoomingOffset,this.prevZoomingOffset&&e){let{x:e}=this.prevZoomingOffset,{x:t}=o,n=e-t;this.applyZoom(i.presenter,-n),this.prevZoomingOffset=o}i.setCursor(e?ee.ResizeHorizontal:ee.Arrow)}return!t||this.resizingPanes?(this.hideCrosshairAndTooltips(i),Ie()):(this.isLogoLink(o)&&i.setCursor(ee.Hand),this.showCrosshairAndTooltips(i,t,o),Ie())}showCrosshairAndTooltips(e,t,n){t.time&&(!Ie()||this.touchCrosshairMode)&&e.drawCrosshair({ap:t,offset:n})&&e.presenter.showTooltip&&DD(e.presenter,{time:t.time,offset:n,price:t.price,lastBarRefresh:void 0,justMain:void 0})}hideCrosshairAndTooltips(e,t=!1){e.drawCrosshair({ap:void 0}),e.tooltip.hide(),e.presenter.hideCards(t),t&&e.tooltip.mode===`cards`&&!e.presenter?.hasLegend&&ED(e.presenter)}onMouseLeave(e){let{view:t,offset:n}=e;t.presenter.accessor.getPaneBounds()?.every(e=>!e||!e.contains(n)||qD(e,n))&&(this.hideCrosshairAndTooltips(t,!0),this.stopResizeZoom(t.presenter)),t.setCursor(ee.Arrow),this.touchCrosshairMode=!1}stopResizeZoom(e){this.resizingPanes&&(this.resizingPanes=!1,e.enableTooltip(!0),e.onPaneHeightsUpdated()),this.resizingScale&&this.stopResizingScale(),this.prevZoomingOffset&&delete this.prevZoomingOffset}onMouseUp({presenter:e}){if(this.stopResizeZoom(e),Ie()){let t=JD();this.touchCrosshairTimeout=window.setTimeout(()=>{this.hideCrosshairAndTooltips(e.view,!0),this.touchCrosshairMode=!1},t)}}applyZoom(e,t,n=!0){if(!this.canHorizontalZoom(e))return;let r=Math.sign(t)*(Ie()?2:10),i=e.view;i.xAxis.zoom(r)&&(i.setPriceAxesDomains(),i.redraw(),n&&this.fireZoomChanged(e))}onWheel({view:e,presenter:t,getModifier:n,delta:r}){let{scrollBehavior:i}=t.display;return!(Ie()?i!==`none`:i===`wheel`||i===`wheel+shift`&&n(D.Shift))||r===0?!1:(e.drawCrosshair({ap:void 0}),e.tooltip.hide(),e.presenter.hideCards(),this.applyZoom(t,r),!0)}get useKeyboardShortcuts(){return $().config.hostingModel!==ae[ae.Application]}onKeyDown(e){let{key:t,code:n,presenter:r}=e;if(P(r.selectedAnnotation)&&Le(t,n)){let e=r.selectedAnnotation;e.axis.deleteAnnotation(e),r.onAnnotationModifiedByTool(e,O.Deleted)}if(P(r.selectedAnnotation)&&(Re(t,n)?r.clearSelection():ze(t,n)&&r.selectedAnnotation instanceof dD&&r.selectedAnnotation.textEditable&&(r.activeTool=new _D(null,r.selectedAnnotation),r.activeTool.startEditing())),Be(t,n)||Ve(t,n)){let e=Be(t,n)?1:-1,i=r.view;i.xAxis.pan(e*i.xAxis.xScale.bar.totalWidth),this.hideCrosshairAndTooltips(i),i.redraw()}let i=window.navigator.platform.toLowerCase().startsWith(`mac`)?D.Meta:D.Control;if(e.getModifier(i)&&this.useKeyboardShortcuts){let e=He(t,n),i=We(t,n);return e&&r.undoRedoManager.undo(),i&&r.undoRedoManager.redo(),e||i}Ue(t,n)&&e.getModifier(D.Alt)&&this.resetView(r)}resetView(e){e.allAxes.forEach(e=>this.resetVerticalAxis(e,!1)),this.resetHorizontalAxis(e,!1),e.view.xAxis.goToLatest(!0)}resizePanes(e,t){let n=t.y-this.lastResizingOffset.y;if(n===0)return;let r=e.presenter.panes,[i,a]=this.splitter,o=r.map((e,t)=>{let r=e.getBounds().height;return t===i?r+n:t===a?r-n:r});if(o.some(e=>e<z.MINIMUM_PANE_HEIGHT))return;let s=(e,t)=>e+t,c=o.reduce(s,0),l=r.map(e=>e.height).reduce(s,0),u=e=>Xe(e,4);r.forEach((e,t)=>e.height=u(o[t]/c*l)),this.lastResizingOffset=t,e.recalculateLayout(),e.redraw()}startAxisScaling(e,t){this.resizingScale=!0,this.resizingScaleId=e.id,this.lastScaleResizingOffset=t}performAxisScaling(e,t,n){if(this.resizingScale&&this.resizingScaleId===t.id){let r=Ie()?4:5,i=KD(t,this.lastScaleResizingOffset,n,r,-r);this.lastScaleResizingOffset=n,t.isCustomDomain=!0,t.yScale.domain(i),e.redraw()}}},XD=class extends pD{clicks=0;snapToSupported=!0;isDrawingAnnotation=!0;constructor(e,t){super(e.annName),this.factory=e,this.maxClicks=t}onMouseMove(e){let{point:t,view:n,offset:r}=e;n.drawCrosshair({ap:t,offset:r})}onMouseDown(e){let{point:t,view:n}=e;if(this.clicks===0){if(t===void 0)return sk(e),!1;t.axis.pane.presenter.clearSelection(),this.annotation=this.factory(t.axis)}this.applyToPoints(t),this.clicks++,this.clicks===this.maxClicks&&this.annotation!==void 0?(this.annotation.drawn=!1,this.annotation.requestRedraw(),typeof this.annotation.updateOtherPoints==`function`&&this.annotation.updateOtherPoints(n.mainContext),ok(this.annotation,!0,O.Created)):this.annotation.requestRedraw()}applyToPoints(e){this.annotation.points[this.clicks].update(e.price,e.time)}},ZD=class{snapToSupported=!1;constructor(e,t){setTimeout(()=>this.finalize(e,t),10)}finalize(e,t){let n=e(t);t.pane.presenter.clearSelection(),n.drawn=!1,n.requestRedraw(),ok(n,!0,O.None)}},QD=z.MARKER_ARROW_ANGLE*Math.PI/180/2;function $D(e,t){return eO(e.map(e=>e.point),t)}function eO(e,t,n=z.MARKER_ARROW_LENGTH){return new tO(e,t,n)}var tO=class{p1;p2;constructor(e,t,n=z.MARKER_ARROW_LENGTH){this.vertex=t,this.arrowLen=n,this.p1=e[0],this.p2=e[1]}hitTest(e){let{anchor:t,p1:n,p2:r}=this.getArrowPoints();return Sa([t,n],e,z.HIT_TEST_TOLERANCE)||Sa([t,r],e,z.HIT_TEST_TOLERANCE)}draw(e){let{anchor:t,p1:n,p2:r}=this.getArrowPoints();Qa(e,t,n),Qa(e,t,r)}getArrowPoints(){let e=xa(this.p1,this.p2),t=this.vertex===`start`?0:Math.PI,n=e-QD+t,r=e+QD+t,i=this.vertex===`start`?this.p1:this.p2,a=this.arrowLen*Math.cos(n)+i.x,o=this.arrowLen*Math.sin(n)+i.y,s=this.arrowLen*Math.cos(r)+i.x,c=this.arrowLen*Math.sin(r)+i.y;return{anchor:i,p1:{x:a,y:o},p2:{x:s,y:c}}}},nO=class{hitTest(){return!1}draw(){}},rO=class extends rD{constructor(e,t){super(e,t),this.addPoints(2),this.alignPointsSupported=!0}get extend1(){return this.traits[z.AT_EXTEND_PT_1]}get extend2(){return this.traits[z.AT_EXTEND_PT_2]}get showPercentDiff(){return this.traits[z.AT_SHOW_PERCENTDIFF]}get showBarCount(){return this.traits[z.AT_SHOW_BARCOUNT]}get showRatio(){return this.traits[z.AT_RATIO]}getElements(){let e=this.points[0].point,t=this.points[1].point,n=new tD(e,t,this.extend1,this.extend2,this.axis),r=[];return this.extend1&&r.push(new tD(n.p1,e,!0,!1,this.axis)),r.push(new tD(e,t,!1,!1,this.axis)),this.extend2&&r.push(new tD(t,n.p2,!1,!0,this.axis)),r}formatRatio(e,t){return` (${Xe(e/t,3)})`}formatPercDiff(e,t){let n=(t-e)/e*100;return` (${n>0?`+`:``}${Xe(n,2)}%)`}formatPrice(e){return o_(this.axis,this.priceMap(e))}adornElements(e,t){if(!this.showBarCount&&!this.showPrices&&!this.showPercentDiff&&!this.showRatio)return;let[n,r]=this.points,i=e[+!!this.extend1].getAdornOffset(t);if(this.showBarCount){let e=ba(ga(n.point,r.point),i);Ja(t,this.getBarCount(n.time,r.time).toFixed(0),e,T.Right)}let a=this.showRatio?this.formatRatio(n.price,r.price):``,o=`${this.showPrices?this.formatPrice(n.price):``}${a}`.trim();o!==``&&Ja(t,o,ba(n.point,i),T.Right);let s=this.showPercentDiff?this.formatPercDiff(n.price,r.price):``,c=`${this.showPrices?this.formatPrice(r.price):``}${s}`.trim();c!==``&&Ja(t,c,ba(r.point,i),T.Right)}getMarkers(){let e=this.marker;if(!e||e.vertex===`none`)return[];let{vertex:t,kind:n}=e;return(t===`both`?[`start`,`end`]:[t]).map(e=>n===`arrow`?$D(this.points,e):(I(`There is no marker of ${n} kind`,`warn`),new nO))}},iO=class extends rD{constructor(e,t){super(e,t),this.addPoints(1)}get showTimestamps(){return this.traits[z.AT_SHOW_TIMESTAMPS]}getElements(){return[new JE(this.points[0].point,!0,this.axis)]}getTimeScaleAdornments(){return this.showTimestamps?[{time:this.points[0].time,color:this.traits.line.color}]:super.getTimeScaleAdornments()}},aO=class extends rD{constructor(e,t){super(e,t),this.addPoints(1)}getElements(){return[new JE(this.points[0].point,!1,this.axis)]}getPriceScaleAdornments(){return this.showPrices?[{price:this.points[0].price,color:this.traits.line.color}]:super.getPriceScaleAdornments()}},oO=class extends rD{constructor(e,t,n){super(e,t),this.addPoints(2),P(n)&&P(n.points)&&n.points.forEach((e,t)=>this.points[t].update(e.price,e.time))}allPoints(){let[e,t]=this.points;return P(e,e.point,t,t.point)?[e,this.axis.toAnnotationPoint(ga(e.point,t.point)),t]:z.EMPTY_ARRAY}line2(){return this.traits[z.AT_LINE_2]}use52WeekPrices(){return this.traits[z.AT_USE_52WEEK_PRICES]}getElements(){let e=this.allPoints();return e===z.EMPTY_ARRAY?z.EMPTY_ARRAY:e.map(e=>new tD({x:-z.OUT_OF_SCREEN,y:e.point.y},{x:z.OUT_OF_SCREEN,y:e.point.y},!1,!1,this.axis))}wasPointMovedByTool(e,t){P(this.use52WeekPrices())&&(this.traits[z.AT_USE_52WEEK_PRICES]=!1)}getStyleForElement(e,t){let n=this.line2();if(t!==1||!P(n))return super.getStyleForElement(e,t);let r=F(this.traits);return r.line=n,ko(r)}getPriceScaleAdornments(){let e=this.allPoints();if(!this.showPrices||e===z.EMPTY_ARRAY)return super.getPriceScaleAdornments();let t=this.traits.line,n=e.map(e=>({price:e.price,color:t.color})),r=this.line2();return P(r)&&(n[1].color=r.color),n}getFlipAnchorIndices(){return null}},sO=5,cO=class extends iD{helper;constructor(e,t,n){super(e,t),this.addPoints(n),this.helper=new YE(e)}get showTrendLine(){return this.traits[z.AT_SHOW_TRENDLINE]}get hasAllPoints(){return P(...this.points.map(e=>e.point))}get line2(){return this.traits[z.AT_LINE_2]}get extendLeft(){return this.traits[z.AT_EXTEND_LEFT]}get extendRight(){return this.traits[z.AT_EXTEND_RIGHT]}get reverse(){return this.traits[z.AT_REVERSE]}get levelsRespectLogScale(){return this.traits[z.AT_LEVELS_RESPECT_LOG_SCALE]}getStyleForElement(e,t){if(e.isTrend){let e=F(this.traits);return e.line=this.line2,ko(e)}return super.getStyleForElement(e,t)}getKeyPoints(){let e=e=>e.map(e=>this.points[e]);return this.isExtended?e(this.reverse?[1,0,2]:[0,1,2]):e(this.reverse?[0,1,0]:[1,0,1])}getElements(){if(!this.hasAllPoints)return[];let[e,t,n]=this.getKeyPoints(),r=t.price-e.price,i=t.price/e.price,a=this.extendLeft,o=this.extendRight,s=this.leftPoint,c=this.rightPoint,l=(e,t,n=!1)=>{let r=new tD(e,t,!n&&a,!n&&o,this.axis);return r.isTrend=n,r},u=this.levelsRespectLogScale&&this.axis.scale===S.Logarithmic,d=this.getColoredElements(({value:e})=>{let t=n.price+r*e,a=n.price*i**+e,o=u?a:t;this.helper.update(o,n.time);let d=this.helper.point.y;return l({x:s.x,y:d},{x:c.x,y:d})});return this.showTrendLine&&(d.push(l(e.point,t.point,!0)),this.isExtended&&d.push(l((this.reverse?e:t).point,n.point,!0))),d}getAdornPointAndAlign(e,t){let n=this.labels,r=(e,t,n)=>({pt:e,align:t,offset:n}),i=this.axis.pane.getBoundsWithoutScales();switch(n){case z.AT_LABELS_LEFT:return this.extendLeft?r({x:i.x,y:e.anchor1.y},T.Left,t):super.getAdornPointAndAlign(e,t);default:case z.AT_LABELS_RIGHT:return this.extendRight?r({x:i.x+i.width,y:e.anchor2.y},T.Right,-t):super.getAdornPointAndAlign(e,t);case z.AT_LABELS_CENTER:return super.getAdornPointAndAlign(e,t)}}getTextRef(){return(e,t,n)=>{let r=this.formatLevelPrice(n,t.anchor1.y);return{ref:t,spacing:sO,offsetY:-sO,text:r}}}adornElements(e,t){this.adornElementsForColoredFactors(e,(e,t)=>{let n=new Path2D;return e===null?n:(Va(n,e.p1),n.lineTo(t.p2.x,e.p1.y),Ha(n,t.p2),n.lineTo(e.p1.x,t.p2.y),n)},this.getTextRef(),t)}getPriceScaleAdornments(){if(!this.pricesOnScale)return super.getPriceScaleAdornments();let e=this.getElements();if(e.length===0)return super.getPriceScaleAdornments();let t=this.traits.line.color;return this.factors.map((n,r)=>{let i=e[r++].p1,a=this.singleStyle?t:n.line.color;return{price:this.axis.toPrice(i.y),color:a}})}},lO=class extends cO{constructor(e,t){super(e,t,2)}},uO=class extends cO{constructor(e,t){super(e,t,3)}},dO=5,fO=(e,t)=>{let n=new Path2D;return e===null?n:(Va(n,e.p1),Ha(n,e.p2),Ha(n,t.p2),n)},pO=class extends iD{constructor(e,t){super(e,t),this.addPoints(2)}get reverse(){return this.traits[z.AT_REVERSE]}getElements(){let[e,t]=this.getScreenPoints(),n=t.y-e.y;return this.getColoredElements(({value:r})=>{let i=this.reverse?e.y+r*n:t.y-r*n;return new tD(e,{x:t.x,y:i},!1,!0,this.axis)})}getTextRef(){let[e,t]=this.getScreenPoints(),n=t.y-e.y,[r,i]=[this.leftPoint,this.rightPoint];return(a,o,s)=>{let c=this.reverse?e.y+s*n:t.y-s*n;return{ref:new tD({x:r.x,y:c},{x:i.x,y:c},!1,!1,this.axis),spacing:dO,offsetY:!0,text:s.toString()}}}adornElements(e,t){this.adornElementsForColoredFactors(e,fO,this.getTextRef(),t)}},mO=class extends pO{constructor(e,t){super(e,t)}};function hO(e,t,n){return new _O(e,t,va(e,t),0,Math.PI,null,n)}function gO(e,t,n,r,i,a){return new _O(e,null,t,n,r,i,a)}var _O=class{left=null;right=null;scale=null;clip=null;style;constructor(e,t,n,r,i,a,o){this.center=e,this.rim=t,this.radius=n,this.startAngle=r,this.endAngle=i,this.antiClockwise=a,this.axis=o,t!==null&&(this.left={x:this.center.x-this.radius,y:this.center.y},this.right={x:this.center.x+this.radius,y:this.center.y})}get hasScale(){return this.scale!==null}get hasClip(){return this.clip!==null}get hasRim(){return this.rim!==null}applyScale(e){e.translate(this.center.x,this.center.y),e.scale(this.scale.x,this.scale.y),e.translate(-this.center.x,-this.center.y)}inverseScale(e){let t=new DOMPointReadOnly(e.x,e.y),n=this.axis.pane.presenter.view.mouseContext;n.save(),n.resetTransform(),this.applyScale(n);let r=n.getTransform().inverse();return n.restore(),r.transformPoint(t)}hitTest(e){let t=999;if(this.hasRim&&(this.center.y<this.rim.y&&e.y<=this.center.y||this.center.y>=this.rim.y&&e.y>=this.center.y))t=Math.min(va(this.left,e),va(this.right,e));else{let{x:n,y:r}=ya(this.hasScale?this.inverseScale(e):e,this.center);if(!this.hasRim){let{startAngle:e,endAngle:t,antiClockwise:i}=this,a=Math.PI/2;if(e===0&&t===a&&!i&&(n<0||r<0)||e===a&&t===Math.PI&&!i&&(n>0||r<0)||e===-a&&t===Math.PI&&i&&(n>0||r>0)||e===0&&t===-a&&i&&(n<0||r>0))return!1}t=Math.abs(Math.sqrt(n*n+r*r)-this.radius)}return t<=z.HIT_TEST_TOLERANCE}get isAntiClockwise(){return this.hasRim?this.rim.y<=this.center.y:this.antiClockwise}draw(e){e.save(),this.hasClip&&e.clip(this.clip),this.hasScale&&this.applyScale(e),Za(e,this.center,this.radius,this.startAngle,this.endAngle,this.isAntiClockwise??!1),e.restore()}},vO=(e,t)=>{let n=new Path2D,{center:r}=t;if(Va(n,r),n.arc(r.x,r.y,t.radius,t.startAngle,t.endAngle,t.isAntiClockwise??!1),e===null)return n;let i=new Path2D,{center:a}=e;return Va(i,a),i.arc(a.x,a.y,e.radius,e.endAngle,e.startAngle,!e.isAntiClockwise),n.addPath(i),n},yO=class extends iD{constructor(e,t){super(e,t),this.addPoints(2)}getElements(){let[e,t]=this.getScreenPoints();if(!P(e,t))return[];let n=va(e,t),r=ya(t,e),i=r.y/n,a=r.x/n,o=this.getColoredElements(({value:t})=>{let r=n*t,o=i*r,s=a*r;return hO(e,{x:e.x+s,y:e.y+o},this.axis)});if(this.showTrendLine){let n=new tD(e,t,!1,!1,this.axis);n.isTrend=!0,o.unshift(n)}return o}get showTrendLine(){return!0}getTextRef(){return(e,t,n)=>{let{center:r}=t,i=t.isAntiClockwise?-1:1;return{ref:{x:r.x,y:r.y+i*t.radius},spacing:0,offsetY:!0,text:n.toString()}}}adornElements(e,t){this.adornElementsForColoredFactors(e,vO,this.getTextRef(),t)}},bO=class extends yO{constructor(e,t){super(e,t)}getStyleForElement(e,t){if(e.isTrend){let e=F(this.traits);return e.line=this.line2,ko(e)}return super.getStyleForElement(e,t)}get showTrendLine(){return this.traits[z.AT_SHOW_TRENDLINE]}get line2(){return this.traits[z.AT_LINE_2]}},xO=class extends iD{constructor(e,t){super(e,t),this.addPoints(2)}get factorsPropName(){return z.AT_ANGLES}getElements(){let[e,t]=this.getScreenPoints(),{x:n,y:r}=ya(t,e);return this.getColoredElements(({value:i})=>{let a=(t,n)=>new tD(e,{x:t,y:n},!1,!0,this.axis),o=i.charAt(0)!==`1`,s=Number(o?i.charAt(0):i.charAt(2));return o?a(t.x,e.y+r/s):a(e.x+n/s,t.y)})}getTextRef(){return(e,t,n)=>({ref:t.anchor2,spacing:0,offsetY:!0,text:n.toString()})}adornElements(e,t){this.adornElementsForColoredFactors(e,fO,this.getTextRef(),t)}},SO=class extends pO{constructor(e,t){super(e,t),this._factors=[{shown:!0,value:1/3},{shown:!0,value:2/3}]}getElements(){let[e,t]=this.getScreenPoints();return[new tD(e,t,!1,!1,this.axis)].concat(super.getElements())}},CO=class extends yO{constructor(e,t){super(e,t),this._factors=[{shown:!0,value:1/3},{shown:!0,value:2/3}]}},wO=class extends rD{constructor(e,t){super(e,t),this.addPoints(3)}getElements(){let e=this.points[0].point,t=this.points[1].point,n=this.points[2].point,r=(t.x+n.x)/2-e.x,i=(t.y+n.y)/2-e.y,a=[];return a.push(new tD(t,{x:t.x+r,y:t.y+i},!1,!0,this.axis)),a.push(new tD(e,{x:e.x+r,y:e.y+i},!1,!0,this.axis)),a.push(new tD(n,{x:n.x+r,y:n.y+i},!1,!0,this.axis)),a.push(new tD(t,n,!1,!1,this.axis)),a}},TO=class extends lD{constructor(e,t){super(e,t)}getEllipse(){let e=this.getRect();return e===null?null:new Ba(e.centerX,e.centerY,e.width/2,e.height/2)}hitTest(e){if(!this.visible)return!1;let t=this.getEllipse();return t===null?!1:t.contains(e)}draw(e,t){return super.draw(e,t)?(Ya(e,this.getEllipse()),!0):!1}},EO=class extends rD{constructor(e,t){super(e,t),this.addPoints(3)}get extend1(){return this.traits[z.AT_EXTEND_PT_1]}get extend2(){return this.traits[z.AT_EXTEND_PT_2]}getLastPoint(){let[e,t,n]=this.points;var r=va(e.point,t.point),i=xa(e.point,t.point);return{x:n.point.x+r*Math.cos(i),y:n.point.y+r*Math.sin(i)}}getElements(){let[e,t,n]=this.points;var r=[];if(r.push(new tD(e.point,t.point,this.extend1,this.extend2,this.axis)),P(n?.price)){var i=this.getLastPoint();r.push(new tD(n.point,i,this.extend1,this.extend2,this.axis))}return r}},DO=class extends lD{constructor(e,t,n){super(e,t),this.kind=n,this.adjustFill=!0}hitTest(e){if(!this.visible)return!1;let t=this.getRect();return t===null?!1:t.contains(e)}get dimension(){let e=this.kind===`fish_hook`?2:1;return z.DEFAULT_SYMBOL_WIDTH_HEIGHT*e}updateOtherPoints(){this.points[1].price||this.setBottomRight()}setBottomRight(){let e=this.dimension,t=this.axis.pane.presenter.timeline,{price:n,time:r}=this.points[0],i=Te(t,r,Number,m_);if(i!==-1){let r=this.axis.pane.presenter.view.xAxis.xScale.bar.totalWidth,a=1;for(;(2*a+1)*r<e;)a++;this.points[0].update(n,t.at(i-a)),this.points[1].update(n,t.at(i+a));let o=ba(this.points[0].point,{x:0,y:-e/2}),s=ba(this.points[1].point,{x:0,y:e/2});this.points[0].updateFromPoint(o),this.points[1].updateFromPoint(s)}}draw(e,t){if(!super.draw(e,t))return!1;let n=this.getRect();return n.width===0&&(n.width=this.dimension),no(e,this.kind,n),!0}},OO=class extends iD{helper;constructor(e,t){super(e,t),this.addPoints(2),this.helper=new YE(e)}getElements(){let e=this.axis.pane.presenter.timeline,{price:t,time:n}=this.points[0],r=Te(e,n,Number,m_),i=Te(e,this.points[1].time,Number,m_),a=i-r;return r===-1||i===-1?[]:this.getColoredElements(({value:n})=>{let i=e.at(r+n*a);return i===null?null:(this.helper.update(t,i),new JE(this.helper.point,!0,this.axis))})}getTextRef(){return(e,t,n)=>({ref:t.anchor,spacing:3,offsetY:!0,text:n.toString()})}adornElements(e,t){let n=this.axis.pane.getBoundsWithoutScales();this.adornElementsForColoredFactors(e,(e,t)=>{let r=new Path2D;if(e===null)return r;let i=t.anchor.x-e.anchor.x;return r.rect(e.anchor.x,n.y,i,n.height),r},this.getTextRef(),t)}getTimeScaleAdornments(){let e=e=>({time:this.points[e].time,color:this.traits.line.color});return[e(0),e(1)]}},kO=class{snapToSupported=!0;isDrawingAnnotation=!0;constructor(){}onMouseMove(e){let{point:t,view:n,offset:r}=e;n.drawCrosshair({ap:t,offset:r})}onMouseDown(e){if(Ie()&&e.originalEvent instanceof TouchEvent)return;let{point:t}=e;if(!t?.axis?.pane?.presenter||!t.time)return;let n=t.axis.pane.presenter,r={chart:n.accessor,axis:t.axis,point:{time:t.time.getTime(),price:t.price}};n.notifyHost(G.CH_ANNPOINTPICKED,r),ak(n,void 0)}},AO={Open:`Open`,Closed:`Closed`},jO=class extends rD{twoDecMeta;_dataWindow;_metaData;isHit=!1;constructor(e,t,n){super(e,t),this.isLong=n,this.addPoints(4);let r=(e,t)=>this.points[e].moveDirection=t;r(1,te.Vertical),r(2,te.Vertical),r(3,te.Horizontal),this.twoDecMeta=new ia(2)}data(e){return this.presenter.mainPlot.timeSeries.container.getData(e)}get presenter(){return this.axis.pane.presenter}getDataWindow(e,t,n=!0,r=!0){let i=this.data(W.DateTime),a=Te(i,+e,Number),o=Te(i,+t,Number),s={refIndex:-1,highestIndex:-1,lowestIndex:-1,highest:null,lowest:null,data:[]},[c,l,u]=[W.High,W.Low,W.Close].map(e=>this.data(e)),d=e=>e-a;for(let e=a;e<=o;e++)n&&s.refIndex===-1&&P(this.entryPrice)&&this.entryPrice>=l[e]&&this.entryPrice<=c[e]&&(s.refIndex=d(e)),(!n||s.refIndex>=0&&d(e)>=s.refIndex)&&((!P(s.highest)||c[e]>s.highest)&&(s.highest=c[e]),(!P(s.lowest)||l[e]<s.lowest)&&(s.lowest=l[e])),n&&s.refIndex!==-1&&(s.highestIndex===-1&&c[e]>this.upperPrice&&(s.highestIndex=d(e)),s.lowestIndex===-1&&l[e]<this.lowerPrice&&(s.lowestIndex=d(e))),r&&s.data.push({high:c[e],low:l[e],close:u[e],time:i[e]});if(r&&s.data&&s.data.length>0){s.state=P(s.highest,s.lowest)&&(this.upperPrice<s.highest||this.lowerPrice>s.lowest)?AO.Closed:AO.Open,s.special=s.highestIndex===-1&&s.lowestIndex===-1||s.highestIndex===s.lowestIndex;let e=xe(s.data);if(s.toPrice=e.close,s.toTime=e.time,s.state===AO.Closed)if(s.special)s.refIndex!==-1&&(s.toTime=s.data[s.refIndex].time,s.toPrice=(this.isLong?this.lowerPrice<s.lowest:this.upperPrice<s.highest)?this.upperPrice:this.lowerPrice);else{let e=s.highestIndex!==-1&&s.lowestIndex!==-1;e&&s.highestIndex<s.lowestIndex||s.lowestIndex===-1?(s.toPrice=this.upperPrice,s.toTime=s.data[s.highestIndex].time):(e&&s.lowestIndex<s.highestIndex||s.highestIndex===-1)&&(s.toPrice=this.lowerPrice,s.toTime=s.data[s.lowestIndex].time)}s.pAndL=Xe(this.isLong?s.toPrice-this.entryPrice:this.entryPrice-s.toPrice,2)}return s}get dataWindow(){return P(this._dataWindow)||(this._dataWindow=this.getDataWindow(this.entryAnchor.time,this.exitAnchor.time)),this._dataWindow}getVisiblePriceRange(){let e=this.axis.yScale.domain();return e[1]-e[0]}getFutureTimestamp(){let e=this.axis.pane.presenter.timeline,t=Te(e,+this.points[0].time,Number,m_);if(!Number.isFinite(t)||t<0)return Date.now();let n=Math.min(e.length-1,t+50),r=e.at(n);return P(r)?r.getTime():Date.now()}get entryPrice(){return this.entryAnchor.price}get entryAnchor(){return this.points[0]}get upperPrice(){return this.upperAnchor.price}get upperAnchor(){return this.points[1]}get lowerPrice(){return this.lowerAnchor.price}get lowerAnchor(){return this.points[2]}get exitAnchor(){return this.points[3]}get accountSize(){return this.traits[z.AT_ACCOUNT_SIZE]}get risk(){let e=this.traits[z.AT_RISK_IS_PERCENT],t=this.traits[z.AT_RISK];return Xe(e?t/100*this.accountSize:t,2)}get pointValue(){return this._metaData||=this.presenter.mainPlot.metaData,this._metaData.pointValue}formatDollarValue(e){return Number.isFinite(e)?`${e<0?`-`:``}$${this.twoDecMeta.format(Math.abs(e))}`:z.NOT_APPLICABLE}get qty(){return Math.floor(this.risk/(this.isLong?this.entryPrice-this.lowerPrice:this.upperPrice-this.entryPrice))}get upperDiff(){return Xe(this.upperPrice-this.entryPrice,2)}get amountMultiplier(){return this.isLong?1:-1}get upperAmount(){return Xe(this.accountSize+this.amountMultiplier*this.qty*this.upperDiff,2)}get upperPandL(){return Xe(this.amountMultiplier*this.upperDiff*this.pointValue,2)}get isCompact(){return this.traits[z.AT_COMPACT]}get upper(){let e=o_(this.axis,this.priceMap(this.upperPrice)),t=`(${Xe(this.upperDiff/this.entryPrice*100,2).toFixed(2)}%)`;return this.isCompact,`${e} ${t}`}get upperText(){let e=`${this.formatDollarValue(this.upperPandL)}`,t=`${this.formatDollarValue(this.upperAmount)}`,n=this.isLong?`Target`:`Stop`;return this.isCompact?`${this.upper} ${e}`:`${n}: ${this.upper}, P&L: ${e}, Amount: ${t}`}get lowerDiff(){return Xe(this.entryPrice-this.lowerPrice,2)}get lowerAmount(){return Xe(this.accountSize-this.amountMultiplier*this.qty*this.lowerDiff,2)}get lowerPandL(){return Xe(-this.amountMultiplier*this.lowerDiff*this.pointValue,2)}get lower(){let e=o_(this.axis,this.priceMap(this.lowerPrice)),t=`(${Xe(this.lowerDiff/this.entryPrice*100,2).toFixed(2)}%)`;return this.isCompact,`${e} ${t}`}get lowerText(){let e=`${this.formatDollarValue(this.lowerPandL)}`,t=`${this.formatDollarValue(this.lowerAmount)}`,n=this.isLong?`Stop`:`Target`;return this.isCompact?`${this.lower} ${e}`:`${n}: ${this.lower}, P&L: ${e}, Amount: ${t}`}get riskReward(){return Xe(this.isLong?this.upperDiff/this.lowerDiff:this.lowerDiff/this.upperDiff,2)}get state(){return this.dataWindow.state}get pAndL(){return this.dataWindow.pAndL}get pAndLValue(){return this.pAndL*this.pointValue}positionPoints(){let e=this.getVisiblePriceRange()/5,t=this.getFutureTimestamp();this.upperAnchor.update(this.entryPrice+e,this.entryAnchor.time),this.lowerAnchor.update(this.entryPrice-e,this.entryAnchor.time),this.exitAnchor.update(this.entryPrice,t)}get lowerStyle(){return this.fillOnlyStyle(z.AT_FILL2)}get upperStyle(){return this.fillOnlyStyle(z.AT_FILL)}get textStyle(){return this.fillOnlyStyle(z.AT_FILL_TEXT)}get secondaryLineStyle(){return ko({line:{color:this.traits.line.color,dashStyle:`ShortDash`},fill:{color:z.COLOR_TRANSPARENT}})}wasModifiedByTool(){P(this.points[2].price)||this.positionPoints(),this._dataWindow=void 0}wasPointMovedByTool(e,t){let n=this.getVisiblePriceRange()/5e3;if(this.points.indexOf(e)<3){let t=t=>e.update(t,e.time);this.entryAnchor.price>this.upperAnchor.price&&(e===this.entryAnchor?t(this.upperAnchor.price-n):t(this.entryAnchor.price+n)),this.entryAnchor.price<this.lowerAnchor.price&&(e===this.entryAnchor?t(this.lowerAnchor.price+n):t(this.entryAnchor.price-n))}if(e===this.entryAnchor){let t=(t,n,r)=>t.update(n?e.price:t.price,r?e.time:t.time);t(this.exitAnchor,!0,!1),t(this.upperAnchor,!1,!0),t(this.lowerAnchor,!1,!0)}this.wasModifiedByTool()}get isUpperPerPAndL(){let e=this.dataWindow;return this.isLong?e.pAndL>0:e.pAndL<=0}getStyleForElement(e,t){return e.style||this.defaultStyle}getElements(){let e=new tD(this.entryAnchor.point,this.exitAnchor.point,!1,!1,this.axis),t=this.exitAnchor.point.x<this.entryAnchor.point.x,n=Math.abs(this.exitAnchor.point.x-this.entryAnchor.point.x),r=(e,t)=>({x:e.x+t,y:e.y}),i=new nD(r(this.upperAnchor.point,t?-n:0),n,Math.abs(this.upperAnchor.point.y-this.entryAnchor.point.y),this.axis);i.style=this.upperStyle;let a=new nD(r(this.entryAnchor.point,t?-n:0),n,Math.abs(this.entryAnchor.point.y-this.lowerAnchor.point.y),this.axis);a.style=this.lowerStyle;let o=[e,i,a],s=this.dataWindow;if(s.refIndex!==-1){let e=s.data[s.refIndex],t=new YE(this.axis,this.entryPrice,e.time),n=new YE(this.axis,s.toPrice,s.toTime),r=new tD(t.point,n.point,!1,!1,this.axis);if(r.style=this.secondaryLineStyle,o.push(r),t.time!==n.time){let e=this.entryPrice<s.toPrice,r=new nD({x:t.point.x,y:Math.min(t.point.y,n.point.y)},n.point.x-t.point.x,Math.abs(n.point.y-t.point.y),this.axis);r.style=e?this.upperStyle:this.lowerStyle,o.push(r)}}return o}hitTest(e){if(!this.visible)return!1;let t=this.isHit||!1;return this.isHit=super.hitTest(e),this.isHit!==t&&this.requestRedraw(),this.isHit}get showTextAdornments(){return this.isHit||this.isSelected}getPriceScaleAdornments(){let e=e=>wa(this.traits[e].color);return[{price:this.upperPrice,color:e(z.AT_FILL)},{price:this.entryPrice,color:e(z.AT_LINE)},{price:this.lowerPrice,color:e(z.AT_FILL2)}]}adornElements(e,t){let[n,r,i]=e;if(this.showTextAdornments){let[e,a]=[!0,!1].map(e=>Ga(t,e)),{x:o,y:s,width:c}=r.rect,l={x:o+c/2,y:s+e},u=this.textStyle.fillStyle;Ja(t,this.upperText,l,T.Center,u,wa(this.upperStyle.fillStyle));let{x:d,y:f,width:p,height:m}=i.rect,h={x:d+p/2,y:f+m+Math.abs(a)};Ja(t,this.lowerText,h,T.Center,u,wa(this.lowerStyle.fillStyle));let{p1:g,p2:_}=n,{x:v,y}=g,{x:b}=_,x=this.state||z.NOT_APPLICABLE,S=this.isCompact?`${this.formatDollarValue(this.pAndLValue)}`:`${x} P&L: ${this.formatDollarValue(this.pAndLValue)}, Qty: ${this.qty}`,C=this.isCompact?`${this.riskReward.toFixed(2)}`:`Risk/Reward Ratio: ${this.riskReward.toFixed(2)}`,w=e=>t.measureText(e).width,ee=Math.max(w(S),w(C)),E=Math.abs(b-v)<ee*1.25?y+Math.abs(a)+5:y+e+10,D={x:v+(b-v)/2,y:E},te=wa(this.isUpperPerPAndL?this.upperStyle.fillStyle:this.lowerStyle.fillStyle);Ja(t,[S,C],D,T.Center,u,te)}}updatePoints(e){super.updatePoints(e),this.wasModifiedByTool()}},MO=class extends aD{markers;display=null;constructor(e,t){super(e,t),this.points=cD(e),this.points[2].visible=!1,this.points[3].visible=!1,this.markers=[new nO]}isPointDrawn(e){return super.isPointDrawn(e)?e.visible:!1}makeLineArrow(e,t,n,r){let i=[ga(e,t),ga(n,r)];return[this.makeLine(i[0],i[1]),eO(i,`end`,10)]}get rectColor(){return this.traits[z.AT_FILL].color}get textColor(){return this.traits[z.AT_FILL_TEXT].color}getMarkers(){return this.markers}getScreenPoints(){return this.points.slice(2).forEach(e=>e.toPoint()),super.getScreenPoints()}formatDateDifference(e,t){return this.presenter.data.aggregation.isEndOfDay?`${sn(t,e)}d`:br(Tr({start:e,end:t}),{format:[`days`,`hours`,`minutes`,`seconds`]}).replaceAll(/(days?)|(hours?)|(minutes?)|(seconds?)/g,e=>e[0])}computeState(){}get text(){return this.display===null&&this.computeState(),this.display}getTextCoord(e,t){let n=this.points[0].price<this.points[1].price,r=Ga(t,n,this.text.length),{x:i,y:a,width:o,height:s}=e.rect;return{x:i+o/2,y:a+(n?0:s)+(n?r:Math.abs(r))}}adornElements(e,t){Ja(t,this.text,this.getTextCoord(e[0],t),T.Center,this.textColor,wa(this.rectColor))}getDateDifference(){let[e,t]=this.points.slice(0,2).map(e=>e.time);if(!e||!t)return[`0 bars, `,`Vol ${this.formatter.format(0,W.Volume)}`];let n=Math.min(+e,+t),r=Math.max(+e,+t),i=this.data(W.DateTime);if(!i||i.length===0)return[`0 bars, `,`Vol ${this.formatter.format(0,W.Volume)}`];let a=Te(i,+n,Number),o=Te(i,+r,Number),s=this.data(W.Volume);if(!Array.isArray(s))return[`0 bars, `,`Vol ${this.formatter.format(0,W.Volume)}`];let c=pe(s.slice(a,o+1)),l=this.formatter.format(c,W.Volume),u=o-a,d=u===0?``:this.formatDateDifference(n,r),f=e<t?``:`-`;return[`${f}${u} bars, ${f}${d}`,`Vol ${l}`]}getPriceDifference(){let[e,t]=this.points.slice(0,2).map(e=>e.price),n=t-e,r=n/e;return[`${this.formatter.format(n,W.Close)} (${this.formatter.format(r,W.PercentChange)})`]}resetComputedState(){this.display=null}getFlipAnchorIndices(){return[0,1]}},NO=class extends MO{getElements(){let[e,t,n,r]=this.getScreenPoints(),i=this.makeLine(e,r),a=this.makeLine(t,n),[o,s]=this.makeLineArrow(e,r,t,n);return this.markers[0]=s,[this.rect,i,a,o]}computeState(){this.display=this.getDateDifference()}},PO=class extends MO{getElements(){let[e,t,n,r]=this.getScreenPoints(),i=this.makeLine(e,n),a=this.makeLine(t,r),[o,s]=this.makeLineArrow(e,n,t,r);return this.markers[0]=s,[this.rect,i,a,o]}computeState(){this.display=this.getPriceDifference()}},FO=class extends MO{get drawBorder(){return this.traits[z.AT_DRAW_BORDER]}getBorderElements(){if(!this.drawBorder)return[];let[e,t,n,r]=this.getScreenPoints();return[this.makeLine(e,r),this.makeLine(t,n),this.makeLine(e,n),this.makeLine(t,r)]}getElements(){let[e,t,n,r]=this.getScreenPoints(),[i,a]=this.makeLineArrow(e,r,t,n),[o,s]=this.makeLineArrow(e,n,t,r);this.markers=[a,s];let c=this.getBorderElements();return[this.rect,i,o].concat(c)}computeState(){this.display=this.getPriceDifference().concat(this.getDateDifference())}},IO=class extends aD{constructor(e,t){super(e,t),this.points=cD(e)}get priceLevels(){return So(this.traits[z.AT_PRICE_LEVELS])}get timeLevels(){return So(this.traits[z.AT_TIME_LEVELS])}get showAngles(){return this.traits[z.AT_SHOW_ANGLES]}get reverse(){return this.traits[z.AT_REVERSE]}get showLeftLabels(){return this.traits[z.AT_SHOW_LEFT_LABELS]}get showRightLabels(){return this.traits[z.AT_SHOW_RIGHT_LABELS]}get showTopLabels(){return this.traits[z.AT_SHOW_TOP_LABELS]}get showBottomLabels(){return this.traits[z.AT_SHOW_BOTTOM_LABELS]}getAngles(e,t){let n=this.getScreenPoints(),r=this.lineOnlyStyle(z.AT_LINE_2),i=(e,t)=>e.x===t.x&&e.y===t.y,a=(e,t)=>e.x===t.x||e.y===t.y,o=[];e.concat(t).flatMap(e=>[e.p1,e.p2]).map(e=>{o.some(t=>i(e,t))||o.push(e)});let s=n.map(e=>o.filter(t=>!a(t,e)).map(t=>this.makeLine(e,t))).flat();return s.forEach(e=>e.style=r),s}getElements(){let e=this.getLinesDataAtLevels(this.priceLevels,this.timeLevels),{priceLines:t,timeLines:n}=this.getLineElements(e),r=this.showAngles?this.getAngles(t,n):[];return[...t,...n,...r]}adornElements(e,t){let n=this.singleStyle,r=this.showBackground,i=t.fillStyle,a=Wa(t,1)/2,o=e=>Number(e.toFixed(4)).toString(),{x:s,y:c}=z.DEFAULT_ADORN_OFFSET,l=(e,n,r,i,a)=>{let s=ba(e,n);Ja(t,o(r),s,i,a)},u=(e,n)=>{let r=new Path2D;Ua(r,e.p1,n.p2),t.fillStyle=n.style.fillStyle,t.fill(r)},d=null;if(e.forEach(e=>{if(!e._data)return;let{level:t,isPrice:o}=e._data,f=n?i:e.style.strokeStyle,p=d&&r&&!n;o?(this.showLeftLabels&&l(e.p1,{x:s,y:a},t,T.Right,f),this.showRightLabels&&l(e.p2,{x:-s,y:a},t,T.Left,f),p&&u(d,e)):(this.showTopLabels&&l(e.p1,{x:0,y:c},t,T.Center,f),this.showBottomLabels&&l(e.p2,{x:0,y:-c*2},t,T.Center,f),p&&u(d,e)),d=e}),n&&r){let e=this.applyBackgroundOpacity(this.traits.line.color),n=new Path2D,[r,i]=this.getScreenPoints();Ua(n,r,i),t.fillStyle=e,t.fill(n)}}resetComputedState(){this.lines=void 0}updateFrom(e,t,n,r,i){let a=e.reverse!==this.reverse;super.updateFrom(e,t,n,r,i),a&&this.resetComputedState()}getFlipAnchorIndices(){return[0,1]}},LO=e=>e.map(e=>({...e,dimensions:e.value.split(`x`).map(Number)})),RO=5,zO=(e,t)=>Math.abs(e-t)<1e-7,BO=class extends aD{_parsedFans=null;_parsedArcs=null;constructor(e,t){super(e,t),this.points=cD(e),this._parsedFans=this._parsedArcs=null}get levels(){return So(this.traits[z.AT_LEVELS])}setComputedAndTraits(e,t){let n={...e,computed:t,traits:this.getTraitsFor(e)};return delete n.line,n}get computedLevels(){return this.levels.map(e=>this.setComputedAndTraits(e,e.value/RO))}get showRangesRatio(){return this.traits[z.AT_SHOW_RANGES_RATIO]}get arcs(){return So(this.traits[z.AT_ARCS])}get fans(){return So(this.traits[z.AT_FANS])}get reverse(){return this.traits[z.AT_REVERSE]}get parsedFans(){return this._parsedFans===null&&(this._parsedFans=LO(this.fans)),this._parsedFans}get computedFans(){let[,,e,t]=this.getReversedScreenPoints(),{dx:n,dy:r}=this.unit,{signX:i,signY:a}=this.getOrientation();return this.parsedFans.map(o=>{let[s,c]=o.dimensions;return this.setComputedAndTraits(o,s>=c?{x:e.x,y:e.y+c/s*a*RO*r}:{x:t.x+s/c*RO*i*n,y:t.y})})}get parsedArcs(){return this._parsedArcs===null&&(this._parsedArcs=LO(this.arcs)),this._parsedArcs}get computedArcs(){let{dx:e}=this.unit;return this.parsedArcs.map(t=>{let[n,r]=t.dimensions;return this.setComputedAndTraits(t,Math.sqrt(e**2*(n**2+r**2)))})}getReversedScreenPoints(){let[e,t,n,r]=this.getScreenPoints();return this.reverse?[t,e,r,n]:[e,t,n,r]}get unit(){let[e,t]=this.getReversedScreenPoints();return e.x!==t.x&&e.y!==t.y?{dx:Math.abs(t.x-e.x)/RO,dy:Math.abs(t.y-e.y)/RO}:null}get priceBarRatio(){return this.traits[z.AT_PRICE_BAR_RATIO]}set priceBarRatio(e){this.traits[z.AT_PRICE_BAR_RATIO]=e}makeStyledLine(e,t,n){let r=this.makeLine(e,t);return this.singleStyle||(r.style=ko(n)),r}getGridLines(e,t){let n=t.x-e.x,r=t.y-e.y;return this.computedLevels.map(({computed:i,traits:a})=>{let o=e.x+i*n,s=e.y+i*r;return[this.makeStyledLine({x:o,y:e.y},{x:o,y:t.y},a),this.makeStyledLine({x:e.x,y:s},{x:t.x,y:s},a)]}).flat()}getArcs(e){let{flipX:t,flipY:n,signY:r}=this.getOrientation(),{dx:i,dy:a}=this.unit,o=zO(i,a)?null:{x:1,y:a/i},s=this.getClipPath();return this.computedArcs.map(({computed:i,traits:a})=>{let c=gO(e,i,t?r*Math.PI/2:0,t?Math.PI:r*Math.PI/2,n,this.axis);return o!==null&&(c.scale=o),c.clip=s,this.singleStyle||(c.style=ko(a)),c})}getFans(e){return this.computedFans.map(({computed:t,traits:n})=>this.makeStyledLine(e,t,n))}getElements(){if(this.unit===null)return[];let[e,t]=this.getReversedScreenPoints(),n=this.getGridLines(e,t),r=this.getArcs(e),i=this.getFans(e);return[...n,...r,...i]}getOrientation(){let[e,t]=this.getReversedScreenPoints(),n=t.x<e.x,r=t.y<e.y;return{flipX:n,signX:n?-1:1,flipY:r,signY:r?-1:1}}getClipPath(){let[e,t]=this.getReversedScreenPoints(),n=new Path2D;return Ua(n,e,t),n}adornElements(e,t){if(e.length===0)return;let n=(e,n,r)=>{t.fillStyle=r;let i=n.hasScale;i&&(t.save(),n.applyScale(t)),t.fill(e),i&&t.restore()};if(this.showBackground){let r=e.filter(e=>e.radius),i=this.getClipPath();if(t.save(),t.clip(i),this.singleStyle){let e=xe(r);n(vO(null,e),e,this.applyBackgroundOpacity(this.traits.line.color))}else{let e=null;r.forEach(t=>{let r=vO(e,t),i=t.style.fillStyle;n(r,t,i),e=t})}t.restore()}if(this.showRangesRatio&&this.unit!==null){let e=xe(this.computedLevels),n=(this.singleStyle?this:e).traits.line.color,[,r,i,a]=this.getReversedScreenPoints(),{x:o,y:s}=z.DEFAULT_ADORN_OFFSET,{flipX:c,signX:l,signY:u}=this.getOrientation(),d=ba(i,{x:-o*l,y:s*u}),{priceDiff:f,barsDiff:p}=this.getLinesDataAtLevels(null,null),m=c?T.Right:T.Left;Ja(t,p.toFixed(0),d,m,n);let h=ba(a,{x:o*2*l,y:-s*u}),g=c?T.Left:T.Right;Ja(t,this.formatter.format(f,W.Close),h,g,n);let _=ba(r,{x:-o*l,y:-s*u});Ja(t,this.priceBarRatio.toFixed(6),_,m,n)}}resetComputedState(){if(this.lines=void 0,this.points.length===4&&this.unit!==null){let{priceDiff:e,barsDiff:t}=this.getLinesDataAtLevels(null,null);this.priceBarRatio=Math.abs(e/t)}}updateFrom(e,t,n,r,i){if(super.updateFrom(e,t,n,r,i),this._parsedFans=this._parsedArcs=null,!zO(e.priceBarRatio,this.priceBarRatio)){let[t,n,,]=this.points;this.reverse&&([t,n]=[n,t]);let{priceDiff:r,barsDiff:i}=this.getLinesDataAtLevels(null,null);n.update(t.price+Math.sign(r)*e.priceBarRatio*i,n.time),this.resetComputedState()}}getFlipAnchorIndices(){return[0,1]}},VO=5,HO=(e,t)=>{let n=new Path2D;return e===null?n:(Va(n,e.p1),Ha(n,e.p2),Ha(n,t.p2),Ha(n,t.p1),n)},UO=class extends iD{constructor(e,t){super(e,t),this.addPoints(3)}get extend1(){return this.traits[z.AT_EXTEND_PT_1]}get extend2(){return this.traits[z.AT_EXTEND_PT_2]}getElements(){let[e,t,n]=this.getScreenPoints(),{x:r,y:i}=ya(n,e),a=n=>{let[r,i]=[e,t].map(e=>ba(e,n));return new tD(r,i,this.extend1,this.extend2,this.axis)};return this.getColoredElements(({value:e})=>a({x:r*e,y:i*e}))}getTextRef(){return(e,t,n)=>({ref:t,spacing:VO,offsetY:!0,text:this.formatLevelPrice(n,t.anchor1.y)})}adornElements(e,t){this.adornElementsForColoredFactors(e,HO,this.getTextRef(),t)}},WO=class extends rD{levelSize=0;alignLeft=!0;totalVolume=!1;widthPercent=30;useChange=!1;studyPlotId;gotData;boxes=[];periodType=`VisibleScreen`;period=0;valueRangePercent=.7;levelMode=`Count`;usesFinerGrainedAgg=!0;constructor(e,t,n){super(e,t),this.computed=!0,this.studyPlotId=n,this.gotData=!1}setOptions(e){switch(this.levelMode=e.LevelMode,this.levelSize=xt(1,1e3,e.LevelSize),this.alignLeft=e.Position===`Left`,this.totalVolume=e.Volume===`Total`,this.widthPercent=xt(5,100,e.WidthPercent)/100,e.BarColoring){case`OpenToClose`:this.useChange=!1;break;case`CloseToClose`:this.useChange=!0;break;default:this.useChange=(this.presenter.mainPlot?.mainCurve?.attributes)?.includes(m.ChangeBased)??!1}N(e.PeriodType)&&(this.periodType=e.PeriodType),this.period=e.Period,this.valueRangePercent=e.ValueRangePercent/100;let t=ne[$()?.config.mode??`Unspecified`];this.usesFinerGrainedAgg=bs(t)}get isCountMode(){return this.levelMode===`Count`}updateLastBox(){if(this.boxes.length>0){let e=this.boxes.pop(),t=this.getDataForRange(e.firstDate,e.lastDate);t&&this.boxes.push(t)}}invalidate(e){switch(this.periodType){case`VisibleScreen`:this.gotData=!1,this.boxes=[];break;case`Bars`:case`Days`:switch(e){case`DataPointAdded`:{let e=this.studySeries.innCont(0)?.getTimeData();if(!P(e))return;let t=e[e.length-1],n=this.boxes.length>0?this.boxes[this.boxes.length-1]:null;if(N(n)&&t.valueOf()<n.lastDate.valueOf())this.updateLastBox();else{let e=this.getDataForRange(t,this.getBoxEndFromStart(t));e&&this.boxes.push(e)}break}case`DataPointChanged`:this.updateLastBox();break;case`NewChunkArrived`:this.gotData=!1;break}break}}getBoxRect(e){switch(this.periodType){case`VisibleScreen`:return this.axis.pane.getBoundsWithoutScales();case`Bars`:case`Days`:{let t=this.axis.pane.presenter.view.xAxis.xScale.bar,n=this.axis.toY(e.min),r=this.axis.toY(e.max),i=this.axis.pane.presenter.view.toX(e.firstDate)-t.width/2,a=0;if(this.periodType===`Days`){let n=e.lastDate,r=this.axis.pane.presenter.view.xAxis.xScale.timeline,o=r.at(r.lastSeriesIndex),s=o.valueOf()<n.valueOf(),c=s?o:n,l=(s?1:-2)*t.width/2;a=this.axis.pane.presenter.view.toX(c)+l-i}else a=this.period*t.width+(this.period-1)*t.spacing;return new za(i,r,a,n-r)}default:throw Error(`Unexpected period type for Volume At Price annotation`)}}getElementsForBox(e){let t=this.getBoxRect(e),n=[];if(this.isPeriodic){let e=new nD({x:t.x,y:t.y},t.width,t.height,this.axis);e.style=this.backgroundStyle,n.push(e)}let{x:r,width:i}=t,a=i*this.widthPercent,o=e.bars[e.maxVolumeIndex];return e.bars.forEach((t,s)=>{let{upVolume:c,downVolume:l,totalVolume:u,isValue:d}=t;if(c===0&&l===0)return null;let f=this.axis.toY(e.min+s*e.zone),p=this.axis.toY(e.min+(s+1)*e.zone),m=Math.abs(f-p),h=(e,t,n=0)=>{let a=new nD({x:this.alignLeft?r+n:r+i-e-n,y:p},e,m,this.axis);return a.style=t,a},g=(e,t,n)=>e/t.totalVolume*n,_=this.studyPlot.curves[2].visible,v=_&&d?this.upValueStyle:this.upStyle,y=_&&d?this.downValueStyle:this.downStyle,b=_&&d?this.totalValueStyle:this.totalStyle;if(this.totalVolume){let e=g(u,o,a);n.push(h(e,b))}else{let e=g(l,o,a),t=g(c,o,a);n.push(h(t,v),h(e,y,t))}if(this.studyPlot.curves[1].visible&&s===e.maxVolumeIndex){let e=n[n.length-1].rect,t=this.alignLeft?e.x+e.width:r,a=(p+f)/2,o=this.alignLeft?r+i:e.x;n.push(new tD({x:t,y:a},{x:o,y:a},!1,!1,this.axis))}}),n}get isVisible(){return this.studyPlot.visible&&this.studyPlot.mainCurve.visible}getElements(){if(this.gotData||this.getData(),!this.gotData||!this.isVisible||this.boxes.length===0)return[];switch(this.periodType){case`VisibleScreen`:{let e=this.boxes[0];return!e||e.bars.length===0?[]:this.getElementsForBox(e)}case`Bars`:case`Days`:{let[e,t]=this.presenter.view.xAxis.xScale.domain()||[];if(!nn(e)||!nn(t))return[];let n=this.boxes.findIndex(t=>t.firstDate.getTime()<=e.getTime()&&t.lastDate.getTime()>=e.getTime());n===-1&&(n=0,this.studySeries.loadMoreData());let r=this.boxes.findIndex(e=>e.firstDate.getTime()<=t.getTime()&&e.lastDate.getTime()>=t.getTime());r===-1&&n!==-1&&(r=this.boxes.length-1);let i=[];for(let e=n;e<=r;e++)i.push(...this.getElementsForBox(this.boxes[e]));return i}default:throw Error(`Unexpected period type for Volume At Price annotation`)}}getStyleForElement(e,t){return e.style||super.getStyleForElement(e,t)}get presenter(){return this.axis.pane.presenter}get downStyle(){return this.fillOnlyStyle(z.AT_FILL)}get upStyle(){return this.fillOnlyStyle(z.AT_FILL2)}get totalStyle(){return this.fillOnlyStyle(z.AT_FILL3)}get downValueStyle(){return this.fillOnlyStyle(z.AT_FILL4)}get upValueStyle(){return this.fillOnlyStyle(z.AT_FILL5)}get totalValueStyle(){return this.fillOnlyStyle(z.AT_FILL6)}get backgroundStyle(){return this.fillOnlyStyle(z.AT_FILL7)}get lineStyle(){return this.lineOnlyStyle(z.AT_LINE)}getBoxEndFromStart(e){switch(this.periodType){case`VisibleScreen`:default:return null;case`Days`:return Tn(rh(g.Day,this.period)(e),1);case`Bars`:{let t=this.axis.pane.presenter.data.aggregation;return Tn(rh(t.unit,t.size*this.period)(e),1)}}}getData(){let e=this.axis.pane.presenter.data.aggregation;if(e.isTick||e.hasSpec&&!uw(e.spec))return;let[t,n]=this.presenter.view.xAxis.xScale.domain()||[];if(!nn(t)||!nn(n))return;let r=rh(e.unit,e.size);switch(this.periodType){case`VisibleScreen`:{let e=this.boxes[0];if(!e||e.firstDate!==t||e.lastDate!==n){let e=this.getDataForRange(t,n);e&&(this.boxes[0]=e)}else this.gotData=!0;break}case`Bars`:{let[e,t]=[0,1].map(e=>this.studySeries.innCont(e));if((e?.size??0)<1||(t?.size??0)<1)return;let n=e.getTimeData(),i=0;for(this.boxes=[];i<n.length;){let e=n[i],t=i+this.period,a=Tn(t<n.length?n[t]:r(n[n.length-1]),1),o=this.getDataForRange(e,a);o&&this.boxes.push(o),i+=this.period}this.gotData=!0;break}case`Days`:{if(e.isEndOfDay){this.boxes=[],this.gotData=!0;return}let[t,n]=[0,1].map(e=>this.studySeries.innCont(e));if((t?.size??0)<1||(n?.size??0)<1)return;let i=t.getTimeData(),a=t.getData(W.TradingDay),o=e=>{let t=0,n=i[e],r=a[e];for(let o=e;o<i.length;o++)if(Vt(i[o],n)>0&&a[o]!==r&&(t+=1,n=i[o],r=a[o],t===this.period))return o;return-1},s=0,c=i[s],l=o(s)-1;for(;(l<0||l===s)&&s<i.length;)s+=1,l=o(s)-1;for(this.boxes=[];s<i.length&&l<i.length&&s<l;){let e=Tn(r(i[l]),1),t=this.getDataForRange(c,e);t&&this.boxes.push(t),s=l+1,c=i[s],l=o(s)-1}if(l<0&&s<i.length-1){let e=Tn(r(i[i.length-1]),1),t=this.getDataForRange(i[s],e);t&&this.boxes.push(t)}this.gotData=!0;break}}}getBoxAt(e){if(this.boxes.length===0)return null;switch(this.periodType){case`VisibleScreen`:{let t=this.boxes[0];return t.firstDate>e||t.lastDate<e?null:t}case`Bars`:case`Days`:{let t=e.getTime();return this.boxes.find(e=>e.firstDate.getTime()<=t&&e.lastDate.getTime()>=t)||null}}}getValueAt(e,t,n){if(!this.isVisible)return null;let r=this.getBoxAt(t);if(!r)return null;let i=this.getBarIndex(r,n);if(i<0||i>=r.bars.length)return null;let a=r.bars[i];switch(e){case W.UPVOL:return this.totalVolume?null:a.upVolume;case W.DNVOL:return this.totalVolume?null:a.downVolume;case W.TOTVOL:return this.totalVolume?a.totalVolume:null;case W.POC:case W.VAREA:case W.BARBACK:return null;default:throw Error(`Unexpected Volume At Price field`)}}getBarIndex(e,t,n=!1){if(e.bars.length===0||e.zone===0)return-1;let r=Math.floor((t-e.min)/e.zone);return n?Math.min(e.bars.length-1,r):r}get studyPlot(){return this.presenter.allPlots.find(e=>e.id===this.studyPlotId)}get studySeries(){return this.studyPlot.timeSeries}makeBox(e,t){return{min:Number.MAX_VALUE,max:Number.MIN_VALUE,zone:0,bars:[],maxVolumeIndex:-1,firstDate:e,lastDate:t}}findExtremes(e,t,n,r,i,a){let o=N(i)&&N(a);for(let s=t;s<=n;s++)if(o){let t=i[s];t>e.max&&(e.max=t);let n=a[s];n<e.min&&(e.min=n)}else{let t=r[s];t<e.min&&(e.min=t),t>e.max&&(e.max=t)}}findValueArea(e){if(e.maxVolumeIndex===-1||e.bars.length===0)return;e.bars[e.maxVolumeIndex].isValue=!0;let t=pe(e.bars.map(e=>e.totalVolume))*this.valueRangePercent,n=e.bars[e.maxVolumeIndex].totalVolume,r=e.maxVolumeIndex,i=e.maxVolumeIndex;for(;n<t;){let a=[{dir:`lower`,count:2,startIdx:r-2,endIdx:r-1},{dir:`lower`,count:1,startIdx:r-1,endIdx:r-1},{dir:`upper`,count:2,startIdx:i+1,endIdx:i+2},{dir:`upper`,count:1,startIdx:i+1,endIdx:i+1}].filter(t=>t.startIdx>=0&&t.endIdx<e.bars.length).map(t=>{let r=pe(e.bars.slice(t.startIdx,t.endIdx+1).map(e=>e.totalVolume));return{...t,volume:r,newTotal:n+r}});if(a.length===0)break;let o=(e,t)=>t.newTotal<e.newTotal?t:e,s=(e,t)=>t.volume>e.volume?t:e,c=a.filter(e=>e.newTotal>=t),l=c.length>0?c.reduce(o):a.reduce(s);for(let t=l.startIdx;t<=l.endIdx;t++)e.bars[t].isValue=!0;if(l.dir===`lower`?r=l.startIdx:i=l.endIdx,n=l.newTotal,n>=t)break}}tallyVolume(e,t,n,r,i,a,o){let s=Number.MIN_VALUE,c=!1;for(let l=t;l<=n;l++){let t=i[l],n=this.getBarIndex(e,t,!0);if(n===-1){c=!0;break}let u=o[l],d=this.useChange?a[l]>=0:r[l]<=i[l],f=e.bars[n];d?f.upVolume+=u:f.downVolume+=u,f.totalVolume=f.downVolume+f.upVolume,f.totalVolume>s&&(s=f.totalVolume,e.maxVolumeIndex=n)}c||this.findValueArea(e)}get isPeriodic(){return this.periodType===`Bars`||this.periodType===`Days`}get isVisibleScreen(){return this.periodType===`VisibleScreen`}getDataForRange(e,t){let n=this.makeBox(e,t),r=this.studySeries.innCont(1),i=r?.getTimeData();if(!P(i)||i.length===0)return null;let a=e=>Te(i,+e,Number),o=a(e),s=a(t);if(s<0||s>=i.length||o<0||o>=i.length)return null;let c=i[s];if(!P(c)||(c.getTime()>t.getTime()&&--s,s<0)||o>s)return null;if(this.axis.pane.presenter.data.aggregation.unit===g.Day&&this.periodType===`Bars`){let e=r.getData(W.TradingDay),t=e[o];for(;t===e[o]&&o>0;)--o;o+=1;let n=0;for(s=o;s<i.length&&n<this.period;)e[s]!==t&&(n+=1,t=e[s]),s+=1;s-=2}this.isVisibleScreen&&this.usesFinerGrainedAgg&&o<1e3&&this.studySeries.loadMoreData();let l=e=>r.getData(e),[u,d,f,p,m,h]=[`Open`,`High`,`Low`,`Close`,`Change`,`Volume`].map(e=>l(W[e]));this.findExtremes(n,o,s,p,d,f);let _=n.max-n.min,v=e=>({upVolume:0,downVolume:0,isValue:!1,totalVolume:0});if(this.isCountMode)n.zone=_/this.levelSize,n.bars=De(this.levelSize,v);else{let e=(this.presenter.mainPlot?.metaData.minMovement??1)*this.levelSize,t=Math.max(1,Math.ceil(_/e));n.zone=_/t,n.bars=De(t,v)}return this.tallyVolume(n,o,s,u,p,m,h),this.gotData=!0,n}},GO=[`None`,`Absolute`,`Percent`],KO=`#16A34A`,qO=`#DC2626`;function JO(e){return typeof e==`string`&&GO.includes(e)}var YO=class extends rD{studyPlotId;displayMode=`None`;visibleLabelSegments=[];constructor(e,t,n){super(e,t),this.studyPlotId=n}get studyPlot(){return this.presenter.allPlots.find(e=>e.id===this.studyPlotId)}get studySeries(){return this.studyPlot.timeSeries}setOptions(e){let t=e.ReversalChange;this.displayMode=JO(t)?t:`None`}formatSegmentValue(e,t){return this.displayMode===`Absolute`?this.formatter.format(t-e,W.Close):this.displayMode===`Percent`?e===0?``:this.formatter.format((t-e)/e,W.PercentChange):``}getElements(){if(this.visibleLabelSegments=[],!this.studyPlot.visible||!this.studyPlot.mainCurve.visible)return[];let e=this.studySeries.getCurrentState();if(!e)return[];let t=e.confirmedPivots,n=Array.from(t.keys()).sort((e,t)=>e-t);if(n.length===0)return[];let r=this.presenter.mainPlot?.timeSeries?.container;if(!r||r.size<2)return[];let i=r.getTimeData();if(!i)return[];let a=this.presenter.view,[o,s]=a.xAxis.xScale.domain()||[];if(!o||!s)return[];let c=o.getTime(),l=s.getTime(),u=-1,d=-1;for(let e=0;e<n.length;e++){let t=i[n[e]].getTime();if(u===-1&&t>=c&&(u=Math.max(0,e-1)),t<=l)d=e;else if(u!==-1)break}if(u===-1){if(n.length>0&&i[n[0]].getTime()>l)return[];u=n.length-1,d=n.length-1}else d===-1&&(d=u);d=Math.min(n.length-1,d+1);let f=[];for(let e=u;e<d;e++){let r=n[e],o=n[e+1],s=t.get(r),u=t.get(o),d=a.toX(i[r]),p=this.axis.toY(s),m=a.toX(i[o]),h=this.axis.toY(u);f.push(this.makeLine({x:d,y:p},{x:m,y:h}));let g=i[o].getTime();g>=c&&g<=l&&this.visibleLabelSegments.push({fromPrice:s,toPrice:u,toPoint:{x:m,y:h}})}if(P(e.pivotPrice)&&P(e.candPrice)){let t=i[e.pivotIndex].getTime();if(i[e.candIndex].getTime()>=c&&t<=l){let t=a.toX(i[e.pivotIndex]),n=this.axis.toY(e.pivotPrice),r=a.toX(i[e.candIndex]),o=this.axis.toY(e.candPrice);f.push(this.makeLine({x:t,y:n},{x:r,y:o}))}}return f}adornElements(e,t){if(this.displayMode===`None`||this.visibleLabelSegments.length===0)return;let n=Math.abs(Ga(t,!0));this.visibleLabelSegments.forEach(e=>{let r=this.formatSegmentValue(e.fromPrice,e.toPrice);if(r===``)return;let i=e.toPrice>=e.fromPrice;Ja(t,r,{x:e.toPoint.x,y:e.toPoint.y+(i?-n:n)},T.Right,i?KO:qO)})}},XO=[z.AT_LINE,z.AT_LINE_2,z.AT_LINE_3],ZO=class extends rD{studyPlotId;constructor(e,t,n){super(e,t),this.studyPlotId=n}get studyPlot(){return this.presenter.allPlots.find(e=>e.id===this.studyPlotId)}get studySeries(){return this.studyPlot.timeSeries}isCurveVisible(e){return this.studyPlot.curves[e]?.visible??!1}getChannelPrices(){let e=this.studySeries.getCurrentState();if(!e)return null;let{startIndex:t,endIndex:n,slope:r,intercept:i,stdDevWidth:a}=e;if(!N(t)||!N(n)||!N(r)||!N(i)||!N(a)||!Ze(r)||!Ze(i)||!Ze(a))return null;let o=n-t+1;if(o<1)return null;let s=e=>i+r*(e+1),c=s(0),l=s(o-1);return{start:[c+a,c,c-a],end:[l+a,l,l-a]}}makeLines(){if(!this.studyPlot?.visible)return null;let e=this.studySeries.getCurrentState(),t=this.getChannelPrices();if(!e||!t)return null;let{startIndex:n,endIndex:r,extendLeft:i,extendRight:a}=e;if(!N(n)||!N(r))return null;let o=this.studyPlot.basePlot?.timeSeries?.container??this.presenter.mainPlot?.timeSeries?.container;if(!o||o.size<2)return null;let s=o.getTimeData();if(!s||s.length<=r)return null;let c=this.presenter.view,[[l,u,d],[f,p,m]]=[t.start,t.end],h=c.toX(s[n]),g=c.toX(s[r]),_=(e,t,n)=>{let r=this.axis.toY(e),o=this.axis.toY(t),s=new tD({x:h,y:r},{x:g,y:o},i,a,this.axis);return s._data={lineIndex:n},s};return[_(l,f,0),_(u,p,1),_(d,m,2)]}getStyleForElement(e,t){let n=XO[e._data?.lineIndex??t],r=this.traits[n];return r?ko({line:r,fill:{color:z.COLOR_TRANSPARENT}}):super.getStyleForElement(e,t)}getElements(){let e=this.makeLines();return e?e.filter((e,t)=>this.isCurveVisible(t)):[]}getPriceScaleAdornments(){let e=this.getChannelPrices();if(!e)return[];let t=[this.traits?.[z.AT_LINE]?.color,this.traits?.[z.AT_LINE_2]?.color,this.traits?.[z.AT_LINE_3]?.color];return e.end.map((e,n)=>({price:e,color:t[n]??this.traits?.line?.color??`#000`}))}getDomainPrices(){let e=this.getChannelPrices();return e?[...e.start,...e.end]:[]}adornElements(e,t){let n=this.makeLines();if(!n||!n.every(e=>P(e.p1,e.p2)))return;let[r,i,a]=n,o=(e,n,r)=>{t.fillStyle=r,t.fill(HO(e,n))};this.isCurveVisible(3)&&o(r,i,this.traits?.[z.AT_FILL]?.color),this.isCurveVisible(4)&&o(i,a,this.traits?.[z.AT_FILL2]?.color)}};function QO(e){let t=e<0?-1:1,n=Math.abs(e)/Math.SQRT2,r=1/(1+.3275911*n);return .5*(1+t*(1-((((1.061405429*r+-1.453152027)*r+1.421413741)*r+-.284496736)*r+.254829592)*r*Math.exp(-n*n)))}var $O=class extends rD{studyPlotId;periodTarget=0;targetPrice1=0;targetPrice2=0;pricesCount=0;targetDate;computed=!1;anchorPrice=0;sigmaAnnualized=0;unitsPerYear=0;probabilityAbove=0;probabilityBelow=0;probabilityBetween=0;styles=[];constructor(e,t,n){super(e,t),this.studyPlotId=n}makeStyles(){let e=this.lineOnlyStyle(z.AT_LINE),t=this.lineOnlyStyle(z.AT_LINE_2);this.styles=[e,t,t]}containerOf(e){return e?.timeSeries.container}get mainCont(){return this.containerOf(this.presenter.mainPlot)}get studyCont(){return this.containerOf(this.studyPlot)}get studyPlot(){return this.presenter.allPlots.find(e=>e.id===this.studyPlotId)}get targetPrice(){return this.targetPrice1===0?this.targetPrice2:this.targetPrice1}setOptions(e){if(this.periodTarget=e.PeriodTarget,this.targetPrice1=e.TargetPrice1,this.targetPrice2=e.TargetPrice2,this.pricesCount=(this.targetPrice1===0?0:1)+(this.targetPrice2===0?0:1),this.pricesCount>1&&this.targetPrice1<this.targetPrice2){let e=this.targetPrice1;this.targetPrice1=this.targetPrice2,this.targetPrice2=e}}get haveInput(){return this.periodTarget!==0&&(this.targetPrice1!==0||this.targetPrice2!==0)}get haveData(){return N(this.mainCont)&&!this.mainCont.isEmpty&&this.studySeries.haveVolatility}get studySeries(){return this.studyPlot.timeSeries}getData(){let e=this.presenter.timeline;this.targetDate=e.at(e.lastSeriesIndex+this.periodTarget),this.points=[new YE(this.axis,this.targetPrice,this.targetDate)],this.pricesCount>1&&this.points.push(new YE(this.axis,this.targetPrice2,this.targetDate)),this.unitsPerYear=vE(this.presenter.data.aggregation),this.anchorPrice=this.mainCont.getLastDataPoint(W.Close),this.sigmaAnnualized=this.studySeries.getVolatilityPercent()}computeProbabilities(){let e=this.sigmaAnnualized*Math.sqrt(this.periodTarget/this.unitsPerYear),t=t=>(t-this.anchorPrice)/(this.anchorPrice*e),n=QO(t(this.targetPrice));if(this.pricesCount>1){let e=QO(t(this.targetPrice2));this.probabilityAbove=1-n,this.probabilityBelow=e,this.probabilityBetween=n-e}else this.probabilityBelow=n,this.probabilityAbove=1-this.probabilityBelow;this.computed=!0}compute(){!this.haveInput||!this.haveData||(this.getData(),this.computeProbabilities())}getElements(){if(this.computed||this.compute(),!this.computed||!this.studyPlot.mainCurve.visible)return[];let e=[];return e.push(new JE(this.points[0].point,!0,this.axis)),e.push(new JE(this.points[0].point,!1,this.axis)),this.pricesCount>1&&e.push(new JE(this.points[1].point,!1,this.axis)),e}getStyleForElement(e,t){return this.styles.length||this.makeStyles(),this.styles[t]}get hasPoint(){return this.points.length>0}getTimeScaleAdornments(){return this.hasPoint?[{time:this.points[0].time,color:this.traits.line.color}]:[]}getPriceScaleAdornments(){if(!this.hasPoint)return[];let e=[];return e.push({price:this.points[0].price,color:this.traits.line2.color}),this.pricesCount>1&&e.push({price:this.points[1].price,color:this.traits.line2.color}),e}adornElements(e,t){if(this.computed){let[e,n]=[!0,!1].map(e=>Math.abs(Ga(t,e))),r=this.pricesCount>1,i=this.points[0].point,a=r?this.points[1].point:i,o=this.traits.line2.color,s=Pa(o),c=Wa(t),l=[`Above`,`Below`,`Between`],u=(e,t)=>`${Xe(e*100,2).toFixed(2)}% Probability ${l[t]}`,d=(e,n)=>Ja(t,e,n,T.Right,s,o);if(d(u(this.probabilityAbove,0),{x:i.x-10,y:i.y-e}),r){let e=i.y+(a.y-i.y+c)/2;d(u(this.probabilityBetween,2),{x:i.x-10,y:e})}d(u(this.probabilityBelow,1),{x:a.x-10,y:a.y+n})}}},ek=new YD,tk=e=>Q(XD,DO,1,e),nk=e=>Q(XD,fD,1,e),rk={Default:()=>function(){return ek},Line:()=>Q(mD,rO,!1),DateRange:()=>Q(mD,NO,!1),PriceRange:()=>Q(mD,PO,!1),DatePriceRange:()=>Q(mD,FO,!1),GannBox:()=>Q(mD,IO,!1),GannSquare:()=>Q(gD,BO),Ray:()=>Q(mD,rO,!1),GannLine:()=>Q(hD,rO,!1),VerticalLine:()=>Q(XD,iO,1),HorizontalLine:()=>Q(XD,aO,1),LongPosition:()=>Q(XD,jO,1,!0),ShortPosition:()=>Q(XD,jO,1,!1),FiftyPercentLine:function(e,t){return P(e)?Q(ZD,oO,e.axis||t.mainAxis,e):Q(XD,oO,2)},FibonacciRetracement:()=>Q(mD,lO,!1),TrendBasedFibExtension:()=>Q(mD,uO,!0),FibonacciFan:()=>Q(mD,mO,!1),FibonacciArcs:()=>Q(mD,bO,!1),FibonacciChannel:()=>Q(mD,UO,!0),GannFan:()=>Q(mD,xO,!1),SpeedResistanceFan:()=>Q(mD,SO,!1),SpeedResistanceArcs:()=>Q(mD,CO,!1),AndrewsPitchfork:()=>Q(XD,wO,3),Rectangle:()=>Q(mD,BD,!1),Ellipse:()=>Q(mD,TO,!1),TrendChannel:()=>Q(mD,EO,!0),SymbolArrowUp:()=>tk(`arrow_up`),SymbolArrowDown:()=>tk(`arrow_down`),SymbolArrowRight:()=>tk(`arrow_right`),SymbolArrowLeft:()=>tk(`arrow_left`),SymbolArrowHorizontal:()=>tk(`arrow_horizontal`),SymbolArrowVertical:()=>tk(`arrow_vertical`),SymbolArcDown:()=>tk(`arc_down`),SymbolArcUp:()=>tk(`arc_up`),SymbolThumbsUp:()=>tk(`thumbs_up`),SymbolThumbsDown:()=>tk(`thumbs_down`),SymbolZero:()=>tk(`zero`),SymbolOne:()=>tk(`one`),SymbolTwo:()=>tk(`two`),SymbolThree:()=>tk(`three`),SymbolFour:()=>tk(`four`),SymbolFive:()=>tk(`five`),SymbolSix:()=>tk(`six`),SymbolSeven:()=>tk(`seven`),SymbolEight:()=>tk(`eight`),SymbolNine:()=>tk(`nine`),SymbolQuestion:()=>tk(`question`),SymbolFishHook:()=>tk(`fish_hook`),SymbolBuy:()=>tk(`buy`),SymbolSell:()=>tk(`sell`),FibonacciTimeZones:()=>Q(mD,OO,!1),Text:()=>Q(_D,dD,null),PickPoint:()=>function(){return new kO},ZoomIn:()=>function(){return new UD},ProfitLoss:nk,RewardRisk:nk,VolumeAtPrice:function(e){return Q(XD,WO,2,e)},ZigZag:function(e){return Q(ZD,YO,null,e)},ProbabilityCones:function(e){return Q(XD,$O,2,e)},LinearRegressionChannel:function(e){return Q(ZD,ZO,null,e)}};function ik(e,t=!1,n=null,r=null,i=null){let a=rk[e];return a=a(r,i),a(e,t,n)}function ak(e,t={}){e.enableTooltip(!0),e.resetActiveTool();let{axis:n,annotation:r,toolChange:i,annId:a}=t;P(n)&&e.onAnnotationsUpdated(n),P(r)&&e.onAnnotationModifiedByTool(r,i),[O.Cancelled,O.Executed,O.TextChanged].includes(i)&&e.onAnnotationDone(a,i)}function ok(e,t=!0,n=O.None){e.wasModifiedByTool();let r=e.axis,i={axis:r,annotation:e,toolChange:n};ak(r.pane.presenter,t?i:void 0)}function Q(e,t,n,r){return function(i,a,o){let s=eD(i,t,r,o);return s.annName=i,a?s:new e(s,n)}}function sk(e){e.button===E.Right&&ak(e.presenter)}function ck(e,t,n){let r={};r.inputs=dt(e.inputs);let i=r.inputs[z.INPUT_SOURCE],a=N(i)?W[i]:void 0,o=W[e.source];r.source=a??o;let s=e.target!==void 0,c=P(n)?n:e.curves;return r.outFields=Oe(s?[W[e.target]]:c.map(e=>e.fields).flat()),r.target=s?W[e.target]:r.outFields[0],r.aggregation=t,r}function lk(e){return Array.isArray(e.innerSeries)}function uk(e){return e.query?.symbol===z.PLACEHOLDER_SYMBOL_NAME?!0:lk(e)?e.innerSeries.some(e=>uk(e)):!1}var dk=class extends VE{model;basePlot;_hasEvents;_params;_shiftFmt;_title;range;shouldMaybePriceMap;annIndex;_canPriceMap;#e(e=3){let t=this.model.inputs||[],n=t.length;if(n===0)return``;let r=``;n>e&&(t=t.slice(0,3),r=`, ...`);let i=this.model.study===`AVWAP`;return t.length===0?``:`(${t.map(e=>i&&e.name===`Anchor`?new Date(e.value).toLocaleString():e.value).join(`, `)}${r})`}get params(){return P(this._params)||(this._params=this.#e()),this._params}get fullParams(){return this.#e(Number.MAX_VALUE)}get shiftFmt(){if(this.model.study===`PC`)return``;if(!P(this._shiftFmt)){let e=this.curves.map(e=>Number(e.shift)).filter(e=>e!==0);this._shiftFmt=e.length===0?``:`[${e.join(`, `)}]`}return this._shiftFmt}get title(){if(!P(this._title)){let e=this.params,t=this.shiftFmt;this._title=`${this.model.study} ${e} ${t}`.trim()}return this._title}fromModel(e){this.model=e,super.fromModel(this.model)}getMetaData(){let e=B(this.model.study),t=e.meta.decimals;this.metaData=t===void 0?this.basePlot.metaData:new ia(t),P(e.meta.range)&&(this.range=e.meta.range)}getDetachedScaleMargins(){return this.model?.study===`VOL`&&this.axis?.pane.isMain?z.VOLUME_DETACHED_SCALE_MARGINS:super.getDetachedScaleMargins()}applySpecifics(e){let t=this.model.study;B(t).meta.shiftable===!0&&this.curves.forEach(t=>{Number.isFinite(e.inputs.Offset)&&(t.shift=e.inputs.Offset)});let n=(e,t,n)=>this.curves[e].zones[t].value=this.model.levels[n].value;switch(t){case`ICHCLD`:{let t=e.inputs.Displacement;this.curves[2].shift=-t,this.curves[3].shift=t,this.curves[4].shift=t,this.curves[5].shift=t;break}case`MARIB`:{let t=Math.min(Math.max(0,e.inputs.Count),10);this.curves.forEach((e,n)=>e.visible=e.visible&&n<t);break}case`CRS`:{let t=e.inputs.Display===`PercentChange`;this.axis.comparison=t?x.Percent:x.None;break}case`PERF`:{let t=e.inputs.Anchor===`VisibleStart`;this.axis.comparison=t?x.Percent:x.None;break}case`JPI`:case`CTTP`:case`CTTI`:{let t=De(10,e=>(e+1)*.025),n=e=>t.map(t=>Aa(t)(e)),r=([e,t])=>[...n(e).reverse(),t,`#6a4a3a`,`#a000c8`,`#ffffff`];this.curves[0].colors=r(this.curves[0].colors),this.curves[1].colors=r(this.curves[1].colors);let i=this.curves[0].colors.length;this.curves[0].colors[i-1]=this.curves[1].colors[t.length],this.curves[1].colors[i-1]=this.curves[0].colors[t.length],this.shouldMaybePriceMap=e.inputs.Height===`Performance`;break}case`RSI`:case`RSIMOD`:case`RSISTO`:case`CCI`:n(0,0,0),n(0,1,2);break;case`STC`:n(0,0,0),n(0,1,1);break;case`RVOL`:case`DPO`:case`COPP`:n(0,0,0);break;case`VOL`:this.setCurveAttributes(0,e.inputs.BarColoring);break;case`MAVOL`:this.setCurveAttributes(1,e.inputs.BarColoring);break;case`VOLAP`:{this.notifyAboutPriceDomains=!0,this.customPlotValues=!0,P(this.annotations)||(this.annotations=[]);let t=this.curves[1],n=this.curves[2],r=ik(`VolumeAtPrice`,!0,{[z.AT_LINE]:{color:t.colors[0],width:t.lineWidth,dashStyle:t.dashStyle},[z.AT_FILL]:{color:this.curves[0].colors[0]},[z.AT_FILL2]:{color:this.curves[0].colors[1]},[z.AT_FILL3]:{color:this.curves[0].colors[2]},[z.AT_FILL4]:{color:n.colors[0]},[z.AT_FILL5]:{color:n.colors[1]},[z.AT_FILL6]:{color:n.colors[2]}},this.id)(this.axis,!1);r.setOptions(e.inputs),this.annIndex=this.annotations.push(r)-1;break}case`PVACP`:{this.customPlotValues=!0,P(this.annotations)||(this.annotations=[]);let t=this.curves[1],n=this.curves[2],r=this.curves[3],i=ik(`VolumeAtPrice`,!0,{[z.AT_LINE]:{color:t.colors[0],width:t.lineWidth,dashStyle:t.dashStyle},[z.AT_FILL]:{color:this.curves[0].colors[0]},[z.AT_FILL2]:{color:this.curves[0].colors[1]},[z.AT_FILL3]:{color:this.curves[0].colors[2]},[z.AT_FILL4]:{color:n.colors[0]},[z.AT_FILL5]:{color:n.colors[1]},[z.AT_FILL6]:{color:n.colors[2]},[z.AT_FILL7]:{color:r.colors[0]}},this.id)(this.axis,!1);i.setOptions(e.inputs),this.annIndex=this.annotations.push(i)-1;break}case`ZIGZAG`:{this.customPlotValues=!0,P(this.annotations)||(this.annotations=[]);let t=ik(`ZigZag`,!0,{[z.AT_LINE]:{color:this.curves[0].colors[0],width:this.curves[0].lineWidth,dashStyle:this.curves[0].dashStyle??`Solid`}},this.id)(this.axis,!1);t.setOptions(e.inputs),this.annIndex=this.annotations.push(t)-1;break}case`LINRCHN`:{this.customPlotValues=!0,P(this.annotations)||(this.annotations=[]);let e=this.curves[0],t=this.curves[1],n=this.curves[2],r=this.curves[3],i=this.curves[4],a=ik(`LinearRegressionChannel`,!0,{[z.AT_LINE]:{color:e.colors[0],width:e.lineWidth,dashStyle:e.dashStyle??`Solid`},[z.AT_LINE_2]:{color:t.colors[0],width:t.lineWidth,dashStyle:t.dashStyle??`Solid`},[z.AT_LINE_3]:{color:n.colors[0],width:n.lineWidth,dashStyle:n.dashStyle??`Solid`},[z.AT_FILL]:{color:r.colors[0]},[z.AT_FILL2]:{color:i.colors[0]}},this.id)(this.axis,!1);this.annIndex=this.annotations.push(a)-1;break}case`IVRANK`:{let t=W.ImplVolRank1Y;switch(e.inputs.TimeFrame){case`1-Year`:default:break;case`5-Day`:t=W.ImplVolRank5D;break;case`1-Month`:t=W.ImplVolRank1M;break;case`3-Month`:t=W.ImplVolRank3M;break;case`6-Month`:t=W.ImplVolRank6M;break;case`YTD`:t=W.ImplVolRankYTD;break}this.curves[0].fields[0]=t,e.outFields[0]=t;break}case`IVPCTL`:{let t=W.ImplVolPerc1Y;switch(e.inputs.TimeFrame){case`1-Year`:default:break;case`5-Day`:t=W.ImplVolPerc5D;break;case`1-Month`:t=W.ImplVolPerc1M;break;case`3-Month`:t=W.ImplVolPerc3M;break;case`6-Month`:t=W.ImplVolPerc6M;break;case`YTD`:t=W.ImplVolPercYTD;break}this.curves[0].fields[0]=t,e.outFields[0]=t;break}case`OPTIV`:{let t=[W.WeighImplVolHigh,W.WeighImplVol,W.WeighImplVolLow];switch(e.inputs.TimeFrame){case`1-Day`:default:break;case`5-Day`:t=[W.WeighImplVolHigh5D,W.WeighImplVol5D,W.WeighImplVolLow5D];break;case`1-Month`:t=[W.WeighImplVolHigh1M,W.WeighImplVol1M,W.WeighImplVolLow1M];break;case`3-Month`:t=[W.WeighImplVolHigh3M,W.WeighImplVol3M,W.WeighImplVolLow3M];break;case`6-Month`:t=[W.WeighImplVolHigh6M,W.WeighImplVol6M,W.WeighImplVolLow6M];break;case`1-Year`:t=[W.WeighImplVolHigh1Y,W.WeighImplVol1Y,W.WeighImplVolLow1Y];break;case`YTD`:t=[W.WeighImplVolHighYTD,W.WeighImplVolYTD,W.WeighImplVolLowYTD];break}this.curves[0].fields[0]=t[0],this.curves[1].fields[0]=t[1],this.curves[2].fields[0]=t[2],e.outFields=[...t];break}case`PC`:{let t=e.inputs.PeriodForecast-1;this.curves.forEach(e=>e.shift=t),P(this.annotations)||(this.annotations=[]);let n=this.curves[11],r=this.curves[12],i=ik(`ProbabilityCones`,!0,{[z.AT_LINE]:{color:n.colors[0],width:n.lineWidth,dashStyle:n.dashStyle},[z.AT_LINE_2]:{color:r.colors[0],width:r.lineWidth,dashStyle:r.dashStyle}},this.id)(this.axis,!1);i.setOptions(e.inputs),this.annIndex=this.annotations.push(i)-1;break}}}getValueAt(e,t,n){return this.isVolAP?this.annotations[this.annIndex].getValueAt(e,t,n):super.getValueAt(e,t,n)}getColorOf(e){if(!this.isVolAP&&!this.isZigZag&&!this.isLinRegChannel)return null;let t=this.curves[0].colors;if(this.isZigZag)return t[0];switch(e){case W.UPVOL:return t[1];case W.DNVOL:return t[0];case W.TOTVOL:return t[2];case W.POC:case W.VAREA:case W.BARBACK:return z.COLOR_TRANSPARENT;case W.LINRUP:return t[0];case W.LINRMID:return this.curves[1].colors[0];case W.LINRLOW:return this.curves[2].colors[0];default:throw Error(`Unexpected Volume At Price field`)}}isEmpty(){return this.isVolAP||this.isZigZag||this.isLinRegChannel?!1:super.isEmpty()}setCurveAttributes(e,t){let n=t=>this.curves[e].attributes=[m[t]];switch(t){case`LikeMain`:{let t=this.axis.pane.presenter.mainPlot.curves[0].attributes,r=$().config.defaultVolumeBarColoring;P(t)?this.curves[e].attributes=[t[0]]:P(r)?n(r===`OpenToClose`?`OpenVsClose`:`ChangeBased`):n(`OpenVsClose`);break}case`OpenToClose`:n(`OpenVsClose`);break;case`CloseToClose`:n(`ChangeBased`);break;default:throw Error(`Unexpected bar coloring choice: ${t}`)}}get hasEvents(){return this._hasEvents}get eventsSeries(){return this.timeSeries}doesSeriesEmitEvents(){let e=this.timeSeries.helpers;return e.includes(W.Buy)||e.includes(W.Sell)}getEventFor(e){switch(e){case W.Buy:return{show:!0,title:`B`,color:`#03c03c`};case W.Sell:return{show:!0,title:`S`,color:`#c23b22`};default:return null}}getEventFields(){return this.hasEvents?[W.Buy,W.Sell]:[]}#t(){return this.model.basis??{kind:`main`}}#n(e){let t=this.axis.pane.presenter.allPlots.find(t=>t.uid===e.uid&&t.isSeasonal&&t.offset===e.offset);if(P(t))return t;throw Error(`Unable to resolve seasonal basis plot for uid '${e.uid}' and offset '${e.offset}'`)}#r(){let e=this.#t();switch(e.kind){case`main`:return this.axis.pane.presenter.mainPlot;case`seasonal`:return this.#n(e);default:throw Error(`Unknown study basis kind '${e.kind}'`)}}async initialize(){return Ai.call(this,async()=>{this.basePlot=this.#r(),await this.basePlot.initialize(),this.getMetaData();let e=this.axis.pane.presenter.data.aggregation,t=ck(this.model,e,this.curves);if(this.basePlot.isSeasonal){let e=this.basePlot.mainCurve.fields[0];P(e)&&(t.source=e)}this.applySpecifics(t);let n=this.basePlot.timeSeries;n instanceof Nv&&(n=n.actual),this.timeSeries=PT(this.model.study,t,n),this._hasEvents=this.doesSeriesEmitEvents(),this.timeSeries.useNotifications=!0;let r=this.title;return this.timeSeries.ready().then(e=>{let t=this.basePlot.timeSeries instanceof bg||uk(this.timeSeries);!e&&!this.timeSeries.hasData&&!t&&!this.timeSeries.computedServerSide&&I(`Unable to calculate study values for ${r}`,`error`)}),!0})}get isJpi(){return[`JPI`,`CTTP`,`CTTI`].includes(this.model.study)}get isVolAP(){return this.model.study===`VOLAP`||this.model.study===`PVACP`}get isZigZag(){return this.model.study===`ZIGZAG`}get isLinRegChannel(){return this.model.study===`LINRCHN`}invalidateAssociatedAnnotations(e){this.isVolAP&&this.annotations[this.annIndex].invalidate(e)}onPriceDomainsUpdated(){this.invalidateAssociatedAnnotations(`PriceDomainsChanged`)}shouldPriceMap(e){return this.isJpi?this.shouldMaybePriceMap?e.id===W.JPIB.id||e.id===W.JPIS.id:!1:super.shouldPriceMap(e)}canPriceMap(e,t){if(!this.isJpi)return super.canPriceMap(e,t);this._canPriceMap=e>0}priceMap(e,t,n){if(!this.isJpi)return super.priceMap(e,t,n);if(t>this.visToIndex)return e;let r=(e,t)=>this.timeSeries.container.getData(e)[t],i=r(W.JPIB,t),a=r(W.JPIS,t);if(i===null&&n.id===W.JPIB.id||a===null&&n.id===W.JPIS.id)return null;let o=0,s=this.visFromIndex,c=this.timeSeries.helpers[0],l=this.timeSeries.helpers[2];for(;s<=t;){let e=r(l,s);o+=e===1?0:r(c,s),s++}return o}},fk=[W.Open,W.High,W.Low,W.Close,W.Volume],pk=class extends VE{_expression;exprModel=null;symbols=null;errorText;get title(){return this.expression}get expression(){return this._expression}async parseExpression(){let e=xu(this._expression);if(this.exprModel=null,this.symbols=null,bu(e))this.errorText=e.error;else{let{model:t,clean:n,symbols:r}=e;this.errorText=void 0,this.symbols=r,this.exprModel=t,this._expression=n}}get isValid(){return!P(this.errorText)}#e(e){return{mapper:e=>e.query.symbol,loadMoreData:!0,recompute:d.Minimum,missing:u.UseNext,stretch:e=>!1,fieldMap:new Map(fk.map(e=>[e,e])),noDataApproach:f.NoAction,modelTransform:(e,t)=>null,skipLeadingEmpty:e}}getTimeSeries(){let e=this.getInnerSeries(),t=this.axis?.pane.presenter.data?.exprSkipLeadingEmpty??!1,n=new Tv(this.exprModel,e,this.#e(t));this.timeSeries=this.wrapIfAdvancedStyle(n);let r=this.title;this.timeSeries.ready().then(e=>{e||I(`Unable to calculate expression: ${r}`,`error`)})}getInnerSeries(){let e=Eu(this.exprModel),t=$().getTimeSeriesDataSource();return e.map(e=>{let n=this.makeQuery();return n.symbol=e,t.getTimeSeries(n)})}getRecord(){P(this.errorText)||(this.record=new nf(this.metaData.inner.map(e=>[e.symbol,e.resolved]),F(this.exprModel)),this.record.ready().then(e=>e))}getMetaData(){this.isValid&&(this.metaData=new oa(this.symbols),this.metaData.ready().then(e=>{e&&(this.getRecord(),this.presenter?.notifyHost(G.MD_CHANGED,{plot:this}))}))}fromModel(e){super.fromModel(e),this._expression=e.expression}async initialize(){return Ai.call(this,async()=>(await this.parseExpression(),this.isShutDown?!1:(this.getMetaData(),this.getTimeSeries(),!0)))}},mk=class extends VE{suffix;_forward;offset;errorText;fwdModel=null;outField;roots=null;symbols=[];get title(){return`${this.forward}${this.suffix}`}get forward(){return this._forward}fromModel(e){super.fromModel(e);let t=e;this.offset=t.offset,this._forward=t.forward}async parseForward(){let e=xu(this.forward),t=bu(e);if(t?(this.errorText=e.error,this.fwdModel=null,this._forward=e.text):(this.errorText=void 0,this.fwdModel=e.model,this._forward=e.clean),t)this.roots=null;else{this.offset>0?(this.suffix=` (${le(th(this.offset),eh(z.FMT_US_DATE_ONLY))(new Date)})`,this.outField=new Id(`Close_${this.offset}`,v.Number,b.Forward,`Close (${this.offset})`),this.curves[0].fields[0]=this.outField):(this.suffix=``,this.outField=W.Close);let{yes:t,no:n}=A(e.symbols,e=>Yr(`${e}*1`)),r=(await Promise.all(t.map(e=>li(e)))).map(e=>e.map(e=>e.name));this.roots=t.reduce((e,t,n)=>(e[t]=r[n],e),{}),this.symbols=n}}get isValid(){return!P(this.errorText)}getMetaData(){this.isValid&&(this.metaData=new oa(Object.values(this.roots).flat()),this.metaData.ready().then(e=>{e&&this.presenter?.notifyHost(G.MD_CHANGED,{plot:this})}))}getForwardPolicy(e){return{mapper:e=>e.query.root,loadMoreData:!1,recompute:d.Everything,missing:u.UseNext,stretch:e=>!1,fieldMap:new Map([[W.Close,this.outField]]),noDataApproach:f.NoAction,modelTransform:(e,t)=>null,skipLeadingEmpty:!1,valueProvider:e}}getTimeSeries(){let e=$().getTimeSeriesDataSource(),t=Object.keys(this.roots),n=this.offset===0?w.Forward:w.HistoricalForward,r=t.map(t=>{let r={seriesKind:n,root:t,offset:this.offset,symbols:this.roots[t],getHashKey:()=>`${n}|${t}|${this.offset}`};return e.getTimeSeries(r)}),i=this.symbols.length>0?new Eg(this.symbols):void 0;this.timeSeries=new Tv(this.fwdModel,r,this.getForwardPolicy(i)),this.timeSeries.ready().then(e=>{if(e){let e={series:this.timeSeries,part:re.Unspecified};this.presenter?.notifyHost(G.TS_MANYCHANGED,e)}})}async initialize(){return Ai.call(this,async()=>(await this.parseForward(),this.isShutDown?!1:(this.getMetaData(),this.getTimeSeries(),!0)))}},hk=e=>e.substring(0,e.lastIndexOf(`::`)),gk=class extends VE{isAverage;hasComputation;offset;offsets;_seasonal;symbolToOffset;errorText;seaModel=null;isPlain=!1;isFutures=!1;suffix=``;outField;symbols;coreModel;coreHasComputation;refSeasonal;get title(){if(this.isAverage){let e=`YB `;return this.offset<-1&&(e=`${Math.abs(this.offset)}y `),`${e}Average`}return!this.hasComputation&&(this.symbols?.length??0)>0?this.outField.name:`${this.seasonal}${this.suffix}`}get seasonal(){return this._seasonal}fromModel(e){super.fromModel(e);let t=e;this.offset=t.offset,this.offsets=t.offsets,this.isAverage=t.offset<0,this._seasonal=this.refSeasonal=t.seasonal}constructSeasonal(e,t){return Tu(Ou(e,e=>this.applyOffset(e,t)))}constructAverage(e,t=null){let n=t===null?null:t.map(e=>this.symbolToOffset[e]),r=n===null,i=this.offsets.filter(e=>r?!0:n.includes(e)).map(t=>`(${this.constructSeasonal(e,t)})`);return`(${i.join(`+`)})/${i.length}`}prepareFields(){let e=this.isPlain?`${this.yearFromOffset(this.offset)}`:`${this.offset}Y`,t=this.isAverage?`Avg`:e;this.suffix=this.offset===0?``:` (${t})`,this.outField=new Id(`Close_${t}`,v.Number,b.Seasonal,`Close${this.suffix}`),this.curves[0].fields[0]=this.outField}applyOffset(e,t){return`${this.isPlain?e:hi(e,-t)}::${t}`}createSymbolToOffsetMapping(e){this.symbolToOffset={},e.forEach(e=>{this.offsets.forEach(t=>{this.symbolToOffset[this.applyOffset(e,t)]=t})})}async parseSeasonal(){let e=xu(this.seasonal,!0),t=bu(e),n=e=>(this.errorText=e,this.seaModel=null,null);if(t)return n(e.error);let{model:r,symbols:i}=e;this.prepareFields();let a=new Map;for(let e of i){let t=ai(await qr(e));a.set(e,t)}r=Ou(r,e=>a.get(e)),i=Array.from(a.values());let o=i.every(e=>Yr(e)||Zr(e)),s=i.every(e=>$r(e)),c=i.every(e=>!Yr(e)&&!$r(e)&&!Zr(e));if(!o&&!s&&!c)return n(`Mixed types of symbols aren't supported yet`);this.isPlain=c,this.isFutures=o,this.createSymbolToOffsetMapping(i),this.coreModel=this.isAverage?r:null,this.coreHasComputation=Du(r);let{model:l,symbols:u}=xu(this.isAverage?this.constructAverage(r):this.constructSeasonal(r,this.offset),!0);this.seaModel=l,this.hasComputation=Du(l),this._seasonal=Tu(Ou(l,hk)),this.symbols=u,this.outField.name=this.outField.shortName=this.fixupFieldDescription()}get isValid(){return!P(this.errorText)}getActualSymbols(){return[...new Set(this.symbols.map(hk))]}fixupFieldDescription(){if(!this.hasComputation&&!this.isAverage){let e=hk(this.symbols[0]);if(this.isPlain)return`${e} ${new Date().getFullYear()-this.offset}`;if(this.isFutures)return ai(e,!0)}return this.title}getMetaData(){if(this.isValid){let e=this.getActualSymbols(),t=e.length===1&&!this.hasComputation&&!this.isAverage,n=$().getMetaDataSource();this.metaData=t?n.getMetaData(e[0]):new oa(e),this.metaData.ready().then(e=>{e&&this.presenter?.notifyHost(G.MD_CHANGED,{plot:this})})}}getNoDataApproach(){return this.isAverage&&!this.coreHasComputation?f.ModelTransformRequired:this.hasComputation?f.NoAction:f.IgnoreTimelineOnly}get seasonalPolicy(){return{mapper:e=>e.query.surrogate||e.query.symbol,loadMoreData:!1,recompute:d.Everything,missing:this.hasComputation?u.UsePrevious:u.UseNone,stretch:e=>this.shouldStretch(e),fieldMap:new Map([[W.Close,this.outField]]),noDataApproach:this.getNoDataApproach(),modelTransform:(e,t)=>t.length===0?this.seaModel:xu(this.constructAverage(this.coreModel,e)).model,skipLeadingEmpty:!1}}shouldStretch(e){return this.symbolToOffset[e]===0&&(this.isAverage&&this.symbols.length>1||this.offset>0)}shiftYears(e){return qt(new Date,-e)}yearFromOffset(e){return wr(this.shiftYears(e))}getCmdtyRange(e){let t=this.shiftYears(e);return[wn(t),Cn(t)]}getSeasonalRange(e,t){let n=P(e[0],e[1]);return this.isPlain&&!n?this.getCmdtyRange(t):this.isFutures?[null,null]:this.isPlain&&t>0&&n?e.map(e=>qt(e,-t)):e}getTimeSeries(){if(!this.isValid)return;let e=$().getTimeSeriesDataSource(),t=Object.keys(this.symbolToOffset).map(t=>{let n=this.makeQuery();return n.surrogate=t,n.symbol=hk(t),n.offset=this.symbolToOffset[t],n.cacheMe=!this.isPlain||n.offset===0,n.range=this.getSeasonalRange(n.range,n.offset),n.offset>0&&(n.disableStreamingUpdates=!0),e.getTimeSeries(n)});this.timeSeries=new Tv(this.seaModel,t,this.seasonalPolicy),this.timeSeries.ready().then(e=>{if(e){let e={series:this.timeSeries,part:re.Unspecified};this.presenter?.notifyHost(G.TS_MANYCHANGED,e)}})}async initialize(){return Ai.call(this,async()=>(await this.parseSeasonal(),this.isShutDown?!1:(this.getMetaData(),this.getTimeSeries(),!0)))}},_k=[`bottom`,`right`,`left`],vk={bottom:`center`,right:`start`,left:`end`},yk=class{lineWidth;arrowLength;position;textAlign;fontSize;fontFamily;padding;strokeColor;textColor;backgroundColor;constructor(e){this.lineWidth=1,this.arrowLength=7,this.position=`bottom`,this.textAlign=`center`,this.fontSize=12,this.fontFamily=`Arial`,this.padding=4,this.strokeColor=`white`,this.textColor=`white`,this.backgroundColor=`black`,e&&this.configure(e)}configure(e){Object.assign(this,e)}draw(e,t,n,r,i,a){let o=P(i);if(a||=this.fontSize+this.padding+this.padding+(o?this.padding:0),!_k.includes(this.position.toLowerCase())){I(`Can not draw indicator in position [${this.position}]`,`error`);return}e.font=`bold ${this.fontSize}px ${this.fontFamily}`,e.textAlign=vk[this.position],e.strokeStyle=this.strokeColor,e.fillStyle=wa(this.backgroundColor),e.lineWidth=this.lineWidth;let s=[r,i??``].map(t=>e.measureText(t).width),c=Math.max(...s),l=this.position===`bottom`?0:this.arrowLength,u=Math.round(c+l+this.padding+this.padding),d=Math.round(u/2),f=Math.round(a/2);e.setLineDash([]);let p=t;e.beginPath(),e.moveTo(p,n);let m=n+f,h=n+2*f,g=n-f;if(this.position===`right`){e.lineTo(p,m);let t=p+u;o&&(e.lineTo(p,h),e.lineTo(t,h)),e.lineTo(t,m),e.lineTo(t,g),e.lineTo(p,g)}else if(this.position===`left`){e.lineTo(p,m);let t=p-u;o&&(e.lineTo(p,h),e.lineTo(t,h)),e.lineTo(t,m),e.lineTo(t,g),e.lineTo(p,n-f)}else if(this.position===`bottom`){let t=p-d,r=p+d;e.lineTo(p,n),e.lineTo(r,n),e.lineTo(r,n+a),e.lineTo(t,n+a),e.lineTo(t,n),e.lineTo(p,n)}if(e.closePath(),e.stroke(),e.fill(),e.fillStyle=this.textColor,e.textBaseline=`middle`,this.position===`bottom`)e.fillText(r,p,n+Wa(e,1));else if(this.position===`right`){let t=p+this.arrowLength+this.padding;e.fillText(r,t,n),o&&e.fillText(i,t,n+this.padding+f)}else if(this.position===`left`){let t=p-this.arrowLength-this.padding;e.fillText(r,t,n),o&&e.fillText(i,t,n+this.padding+f)}}},bk=({y:e,halfHeight:t})=>e-t,xk=({y:e,halfHeight:t})=>e+t;function Sk(e,t){e.forEach((e,n,r)=>{if(n===0&&e.y-e.halfHeight<t.y)e.y=t.y+e.halfHeight+1;else if(n>0){let i=r[n-1],a=bk(e),o=xk(i);a<o&&(e.y=o+1+e.halfHeight),xk(e)>t.y+t.height&&(e.y=t.y+t.height-e.halfHeight-1)}})}var Ck=4,wk=({x:e,halfWidth:t})=>e-t-Ck,Tk=({x:e,halfWidth:t})=>e+t+Ck,Ek=(e,t)=>e-1-t-Ck,Dk=(e,t)=>e+1+t+Ck;function Ok(e,t){let n=e.length-1;e.forEach((e,r,i)=>{let a=r===0,o=a?null:i[r-1],s=wk(e),c=a?t.x:Tk(o);if(e.x-e.halfWidth<t.x&&(e.x=Dk(t.x,e.halfWidth)),s<c)e.x=Dk(c,e.halfWidth+Ck);else{let t=Tk(e),a=r<n?wk(i[r+1]):2**53-1;if(t>a){let n=Ek(e.x,t-a),r=Ek(e.x,e.halfWidth-2),i=Dk(c,o?.halfWidth??0);e.x=Math.max(r,n,i)}}Tk(e)>t.x+t.width&&(e.x=Ek(t.x+t.width,e.halfWidth))})}var kk=Array.from([,,,,,,],(e,t)=>++t).reverse();function Ak(e,t){let n=e.timeSeries.container;if(n===null||n.size<1)return[null,-1];let r=n.getLastDataPoint(t),i=n.getData(t),a=i.length-1,o=e.type===C.Study&&[`JPI`,`CTTP`,`CTTI`].includes(e.model.study);return r==null&&!o&&(a=ve(i,e=>e!==null),r=a===-1?null:i[a]),[r,a]}function jk(e){let t=e.plot.timeSeries.container;return t===null||t.size<1?null:e.getColor(t.size-1)}function Mk(e){return e.curves.filter(t=>e.visible&&t.visible&&(e.type!==C.Study||t.style!==h.Ribbon)).map(t=>{let n=t.pickMainField(),[r,i]=Ak(e,n);return{value:r,color:jk(t),field:n,index:i}})}var Nk=class{annotations=[];id;isCustomDomain=!1;primary=!1;onTheRight=!0;viewBox;plots=[];comparison;scale;yScale;label=``;crosshairIndicator;ticks;lastUsedOptions;config;_fullDomain;constructor(e){this.pane=e,this.id=bt(),this.ticks=null,this.lastUsedOptions=null;let{chart:{fontSize:t},yAxis:{fontSize:n}}=this.pane.presenter.display;this.config={innerTickSize:7,tickPadding:5,indicatorPadding:4,fontWeight:400,fontSize:n||t||12},this.crosshairIndicator=new yk({fontSize:this.config.fontSize,arrowLength:this.config.innerTickSize})}makePlot(e){let t=null;switch(C[e.type]){case C.Symbol:t=new HE;break;case C.Expression:t=new pk;break;case C.Study:t=new dk;break;case C.IncomeStatement:t=new UE(w.IncomeStatement);break;case C.BalanceSheet:t=new UE(w.BalanceSheet);break;case C.Forward:t=new mk;break;case C.Seasonal:t=new gk;break;default:throw Error(`${e.type} isn't supported yet`)}return t.axis=this,t.fromModel(e),t}toPrice(e){let t=this.yScale.yToPrice(e);return this.comparison===x.None?t:this.pane.presenter.mainPlot.priceMap(t,void 0,W.Close,!0)}toTime(e){return this.pane.presenter.view.toTime(e)}toAnnotationPoint(e){let t=this.toPrice(e.y),n=this.toTime(e.x);return new YE(this,t,n||void 0)}toX(e){return this.pane.presenter.view.toX(e)}priceMap(e){return this.comparison===x.None?e:this.pane.presenter.mainPlot.priceMap(e,void 0,W.Close)}toY(e){let t=this.priceMap(e);return this.yScale.priceToY(t)}get plotAnnotations(){let e=[];return this.plots.forEach(t=>{t.annotations&&e.push(...t.annotations)}),e}annTimeToX(e){return this.pane.presenter.view.xAxis?.annTimeToX(e)}snapTo(e){let t={x:this.annTimeToX(e.time),y:this.toY(e.price)},n=this.pane.presenter,r=n.activeTool,i=r.annotation;return r.alignPointsMode&&i&&i.alignPointsSupported&&i.points.includes(e)?this.alignPoints(i,e,t):r.snapToSupported&&n.display.yAxis.snapAnnotationsToPrices&&!e.passive&&(e.moveDirection===te.Both||e.moveDirection===te.Vertical)&&this.snapToPrices(e,t),t}snapToPrices(e,t){let n=this.plots.find(e=>e.main);if(n&&n.timeSeries&&n.timeSeries.hasData){let r=n.timeSeries.container,i=Te(r.getTimeData(),+e.time,Number),a=[].concat(...n.curves.map(e=>e.fields)).filter(e=>r.hasField(e)).map(e=>{let n=r.getData(e)[i],a=this.toY(n);return{priceSnap:n,ySnap:a,dist:Math.abs(a-t.y)}}).filter(e=>e.dist<=z.SNAP_PROXIMITY_PIXELS).reduce((e,t)=>e===null||t.dist<e.dist?t:e,null);P(a)&&(e.price=a.priceSnap,t.y=a.ySnap,e.time=r.getTimeData()[i],t.x=this.toX(e.time))}}alignPoints(e,t,n){let r=e.points.find(e=>e!==t);if(t!==r&&r&&r.point){let e=r.point,i=(360+-xa(e,n)*180/Math.PI)%360,a=45/2,o=i>360-a||i<a||i>180-a&&i<180+a,s=i>90-a&&i<90+a||i>270-a&&i<270+a;if(o)n.y=e.y,t.price=this.toPrice(n.y);else if(s)n.x=e.x,t.time=this.toTime(n.x);else{let r=Math.abs(n.x-e.x),i=e.y>n.y?-1:1;n.y=e.y+r*i,t.price=this.toPrice(n.y)}}}toPoint(e){if(P(this.pane.presenter.view))return this.snapTo(e)}makeAnnotation(e,t=!0){let n=ik(e.id,!0,e.traits)(this,!1);t&&e.uid&&(n.uid=e.uid);let r=n.activePoints,i=e.points.length-r.length;return i>0&&n.addPoints(i),n.activePoints.forEach((t,n)=>{let r=e.points[n];Ze(r.price)&&Ze(r.time)&&t.update(r.price,r.time)}),n.visible=e.visible,n.locked=e.locked,n}expand(e){let t=[];switch(e.type){case`Forward`:{let n=e.curves,r=e.offsets;delete e.curves,delete e.offsets;for(let i=0;i<n.length;i++){let a=Object.assign({},e);a.curves=[n[i]],a.offset=r[i],t.push(a)}break}case`Seasonal`:{let n=e.curves,r=e.offsets;delete e.curves,delete e.offsets;let i=r.filter(e=>e>=0);for(let a=0;a<n.length;a++){let o=Object.assign({},e);o.curves=[n[a]],o.offset=r[a];let s=o.offset<0;s?o.offsets=o.offset===-1?i:De(Math.abs(o.offset),e=>e+1):o.offsets=[o.offset],(!s||o.offsets.length>1)&&t.push(o)}break}default:t.push(e)}return t}fromModel(e){this.comparison=x[e.comparison??`None`],this.scale=S[e.scale??`Linear`],this.yScale=new ME(this.scale,this),this.label=e.label,this.plots=[].concat(...e.plots.map(e=>this.expand(e))).map(e=>this.makePlot(e)),this.annotations=(e.annotations||[]).map(e=>this.makeAnnotation(e));let{chart:{fontFamily:t,backgroundColor:n},yAxis:{textColor:r,crosshair:{color:i},primaryOnTheLeft:a}}=this.pane.presenter.display,o=a??!1;this.onTheRight=this.primary&&!o||!this.primary&&o,this.crosshairIndicator.configure({position:this.onTheRight?`right`:`left`,fontFamily:t,strokeColor:i,textColor:r,backgroundColor:Aa(.15)(n)})}findIndex(e){return this.annotations.findIndex(t=>t.uid===e.uid)}addAnnotation(e){let t=this.makeAnnotation(e,!0);this.appendAnnotation(t),t.requestRedraw(),this.fireAnnotationsChanged()}appendAnnotation(e){this.findIndex(e)===-1&&this.annotations.push(e)}fireAnnotationsChanged(e=!1){this.pane.presenter.onAnnotationsUpdated(this,e)}deleteAnnotation(e,t=!0){e.isSelected&&this.pane.presenter.clearSelection();let n=this.findIndex(e);n!==-1&&this.annotations.splice(n,1),t&&this.fireAnnotationsChanged(!e.isSelected)}fliphorizontalAnnotation(e){e.flip(!0),this.fireAnnotationsChanged(!0)}flipverticalAnnotation(e){e.flip(!1),this.fireAnnotationsChanged(!0)}duplicateAnnotation(e){let t=e.axis,n=this.makeAnnotation(e.toModel(),!1);n.drawPoints(null,!0),n.offset({x:z.ANN_DUPLICATE_OFFSET,y:z.ANN_DUPLICATE_OFFSET}),t.appendAnnotation(n),n.requestRedraw(),this.fireAnnotationsChanged()}updateAnnotation(e,t){e.isSelected&&this.pane.presenter.clearSelection(),Lc(e.name,t.traits),e.updateFrom(t.traits,t.extras,t.isUndoRedo?null:t.points,t.visible,t.locked),t.isUndoRedo&&P(t.points)&&e.updateActivePoints(t.points),t.isUndoRedo||this.pane.presenter.undoRedoManager.done(ZE(e,O.Moved)),e.requestRedraw(),this.fireAnnotationsChanged()}setViewBox(e){this.viewBox=e;let{y:t,height:n}=this.viewBox;this.yScale.range([Math.floor(t),Math.floor(t+n)]),this.plots.forEach(t=>t.setViewBox(e))}get fullDomain(){return P(this._fullDomain)||(this._fullDomain=this.getDataDomain().domain),this._fullDomain}updateFullDomain(e=null){if(e===null&&this.comparison!==x.None)return;let t=this.fullDomain;this._fullDomain=this.getDataDomain([e,e],t).domain}getPlotDataDomain(e,t,n){let r=e.timeSeries;if(!r.hasData)return{domain:null};let i=r.container,a=i.getTimeData(),o=e=>Te(a,+e,Number),s=P(t),c=s?o(t):0,l=P(n),u=l?o(n):a.length-1,d=e.curves.map(e=>e.fields).flat().filter(e=>e.id!==W.Change.id),f=P(e.targetFields);f&&d.push(...e.targetFields);let p={},m=t=>{let n=f?e.curves[0]:e.curves.find(e=>e.fields.includes(t));if(!P(n)||n.shift===0)return[c,u];if(!P(p[n.id])){let e=n.shiftedTimeDomain;if(!P(e))return[c,u];p[n.id]=[o(e[0]),o(e[1])]}return p[n.id]},g=t=>{let[n,r]=m(t),a=i.getData(t),o=Math.max(n,0),s=Math.min(a.length-1,r);return a.slice(o,s+1).map((n,r)=>e.priceMapper(n,r,t))},_=e=>Ee(g(e)),v=[null,null],y=e=>e.id,b=new Set(be(i.fields,d,y).map(y));e.curves.filter(e=>e.visible).map(e=>{let t=e.fields.filter(e=>b.has(e.id));e.isStackedColumn?M(Ee(t.map(e=>g(e)).reduce((e,t)=>t.map((t,n)=>(e[n]||0)+(t||0)),[])),v):t.map(e=>{M(_(e),v)})});let x=(e.annotations||[]).filter(e=>e.visible!==!1).flatMap(e=>{let t=e.getDomainPrices;return typeof t==`function`?t.call(e):[]}).filter(e=>Ze(e));x.length>0&&M(Ee(x),v);let S=oe.None,C=[h.Column,h.MultiColumn,h.StackedColumn];if(s&&l&&!e.main&&e.curves.some(e=>C.includes(e.style))){let e=v[0]>0,t=v[1]<0;e?(S=oe.Min,v[0]=0):t&&(S=oe.Max,v[1]=0)}return{domain:v,clamped:S}}getDataDomain([e,t]=[null,null],n=[null,null]){let r=F(n),i=!1;for(let n of this.plots.filter(e=>e.visible&&e.hasVisibleCurves&&!e.hasDetachedScale)){let{domain:a,clamped:o}=this.getPlotDataDomain(n,e,t);P(a)&&(M(a,r),i||=o!==oe.None)}if(!P(r))return{domain:null};let[a,o]=r;if(!P(a,o))return{domain:null};let s=[Number(a),Number(o)];s[0]===s[1]&&(--s[0],s[1]+=1);let c=oe.None;return i&&(s[0]===0?c=oe.Min:s[1]===0&&(c=oe.Max)),{domain:s,clamped:c}}setDomain(){let e=this.pane.presenter,t=e.view.xAxis.xScale.domain();if(!P(t))return;for(let e of this.plots.filter(e=>e.visible&&e.hasVisibleCurves&&e.hasDetachedScale)){let{domain:n}=this.getPlotDataDomain(e,t[0],t[1]);P(n)&&e.yScale.domain(n)}if(this.isCustomDomain)return;let{domain:n,clamped:r}=this.getDataDomain(t);if(this===e.mainAxis&&e.mainPlot?.showPrevious){let t=e.mainPlot.getPreviousValue(),r=rt(e.display,!1,`chart`,`previous`,`forceVisible`);P(t,n)&&r&&(n[0]=Math.min(n[0],t),n[1]=Math.max(n[1],t))}if(this.yScale.domain(n),P(n)){let e=this.getPadding(r);P(e)&&this.yScale.padding(e)}}getInitialPadding(){let e=vi(this.pane.presenter.hostElement),t=xi(`#${z.HEADER_SIZE_PLACEHOLDER_ID}`,e);if(!P(t)){t=Ei(e,`div`),Si(t,{display:`none`}),Ci(t,{id:z.HEADER_SIZE_PLACEHOLDER_ID,class:`bcharts-card bcharts-card-first`});let{lineHeight:n}=getComputedStyle(t);isNaN(Number.parseFloat(n))&&Si(t,{lineHeight:`120%`})}let{paddingTop:n,paddingBottom:r,marginTop:i,lineHeight:a}=getComputedStyle(t),o=this.pane.isMain?i:`0`;return this.pane.presenter.display.tooltip.mode===`cards`?[n,r,o,a].map(Number.parseFloat).reduce((e,t)=>e+t,0)+z.CARDS_Y_OFFSET:Number.parseFloat(o)}getPadding(e){let t=this.pane.presenter,n=this.viewBox?.height;if(n==null)return[0,0];let r=t.display,i=rt(r,null,`yAxis`,`minPaddingPercent`),a=rt(r,null,`yAxis`,`maxPaddingPercent`),o=P(i),s=P(a),c=o||s?0:this.getInitialPadding(),l=o?i:z.PANE_CAP_MIN_PADDING_PERCENT,u=s?a:z.PANE_CAP_MAX_PADDING_PERCENT,d=l*n,f=[s?u*n:Math.max(d,Math.min(u*n,c)),d];e===oe.Max?f[0]=z.PANE_TINY_PADDING_PIXELS:e===oe.Min&&(f[1]=z.PANE_TINY_PADDING_PIXELS);let p=t.mainPlot;return p&&p.hasEvents&&t.view&&(f[0]+=3*t.view.getEventRadius()),f}clearTicks(){this.ticks=null}getTicks(e,t=0){let{height:n}=this.viewBox,r=Wa(e,1.3),i={height:n,approxLineHeight:r,domain:this.yScale.domain()};if(P(this.ticks)&&P(i.domain)&&P(this.lastUsedOptions)&&P(this.lastUsedOptions.domain)&&i.height===this.lastUsedOptions.height&&i.approxLineHeight===this.lastUsedOptions.approxLineHeight&&i.domain[0]===this.lastUsedOptions.domain[0]&&i.domain[1]===this.lastUsedOptions.domain[1])return this.ticks;this.lastUsedOptions=i;let a=Math.floor((n+40)/(r+40)),o=this.yScale.getTicks(a),s=rt($().config,null,`overrides`,`yAxis`,`tickProvider`);if(P(s)&&typeof s==`function`&&i.height>0&&P(i.domain)){let e=F(i);e.autoTicks=F(o),o=s(e)}let{innerTickSize:c,tickPadding:l,fontSize:u}=this.config,d=null,f=this.yScale?.checkTicks(),p=f?40/4*3:40;return this.ticks=o.map(n=>{let r=Math.round(this.yScale.priceToY(n)),i=Math.abs(r-(d??r));if(f&&d!==null&&i<p)return null;d=r;let a=o_(this,n),o=e.measureText(a).width,s={x1:0,x2:0,y1:r,y2:r,dy:0,label:a,labelX:0,labelY:r+u*.32};return this.onTheRight?(s.x1=t,s.x2=s.x1+c,s.labelX=s.x2+o+l):(s.x1=t-c,s.x2=s.x1+c,s.labelX=s.x1-l),s}).filter(e=>e!==null),this.ticks}widthNeeded(e){if(!P(this.fullDomain))return z.DEFAULT_PRICE_AXIS_WIDTH;e.save();let{fontWeight:t,fontSize:n}=this.config,{chart:{fontFamily:r}}=this.pane.presenter.display;e.font=`${t} ${n}px ${r}`;let i=Math.max(...this.fullDomain.map(t=>e.measureText(o_(this,t,!0)).width)),{innerTickSize:a,tickPadding:o}=this.config,s=P(this.label)?Wa(e,1.6):0,c=i+a+2*o+s;return e.restore(),c}draw(e){let{chart:{fontFamily:t},yAxis:{gridLines:n,textColor:r,visible:i}}=this.pane.presenter.display;if(!i||!this.viewBox)return;e.save();let{x:a,y:o,width:s,height:c}=this.viewBox,{fontWeight:l,fontSize:u}=this.config;if(Ra(e,this.viewBox),e.font=`${l} ${u}px ${t}`,e.lineWidth=2,e.strokeStyle=n.color,e.textAlign=`end`,P(this.label)){e.save(),e.fillStyle=ka(.4)(r),e.translate(0,0);let t=this.onTheRight?1:-1;e.rotate(t*Math.PI/2),e.textAlign=`center`;let n=Wa(e),i=t*(o+c/2);this.onTheRight?e.fillText(this.label,i,-(a+s-n)):e.fillText(this.label,i,a+n),e.restore()}let d=this.onTheRight?a:s;e.setLineDash([]),$a(e,d,o,o+c);let f=this.getTicks(e,d);this.drawTicks(e,f,r),this.drawPriceAdornments(e),e.restore()}drawTicks(e,t,n){t&&(e.fillStyle=n,t.forEach(t=>{e.fillText(t.label,t.labelX,t.labelY+t.dy)}))}drawCrosshairIndicator(e,t){if(!this.plots.some(e=>e.visible&&e.hasVisibleCurves)||!this.pane.presenter.display.yAxis.crosshair.enabled||!Number.isFinite(t)||!this.yScale)return;let n=this.onTheRight?this.viewBox.x:this.viewBox.width,r=this.yScale.yToPrice(t);if(r==null)return;let i=o_(this,r);this.crosshairIndicator.draw(e,n,t,i)}get indicatorHeight(){return this.config.fontSize+this.config.indicatorPadding+this.config.indicatorPadding}drawPriceAdornments(e){let t=this.pane.presenter,{chart:{fontFamily:n,previous:r},yAxis:{showLastValue:i,preventLabelOverlap:a,includePercentChangeWithLastValue:o}}=t.display,s=t.view,c=[],l=(e,t,n,r,i,a)=>{if(t!=null){let s=t;t=e.priceMapper(t,a,i);let l,u=e.is(C.Symbol)||e.is(C.Expression);if(o&&u){let t=e.axis.comparison===x.Percent?x.None:x.Percent;l=e.priceMapper(s,a,i,t)}let d=e.hasDetachedScale?e.metaData.format(t,i):void 0,f=P(l)?1:2;c.push({y:e.priceToY(t),formattedValue:d,value:t,auxValue:l,color:n,halfHeight:Math.round(this.indicatorHeight/f),priority:r})}};this.plots.forEach(e=>{if(!(!e.visible||!e.hasVisibleCurves||!e.timeSeries||!e.timeSeries.hasData)){if(i===`All`||i===`Main`&&e.main){let t=e.main?1:3;Mk(e).filter(e=>e.value!=null&&e.index!==-1).forEach(n=>l(e,n.value,n.color,t,n.field,n.index))}e.showPrevious&&l(e,e.getPreviousValue(),r.color,2,W.PreviousClose,void 0)}}),this.annotations.concat(this.plotAnnotations).forEach(e=>{c.push(...e.getPriceScaleAdornments().map(e=>({y:this.toY(e.price),value:this.priceMap(e.price),color:e.color,halfHeight:Math.round(this.indicatorHeight/2),priority:4})))}),c.sort((e,t)=>e.y-t.y),a&&Sk(c,this.viewBox);let u=({y:t,value:r,formattedValue:i,color:a,auxValue:o})=>{let{leftOffset:c,rightOffset:l}=s,u=this.onTheRight?this.pane.viewBox.width-l:c,d=Pa(a),f=new yk({position:this.onTheRight?`right`:`left`,fontSize:this.config.fontSize,padding:this.config.indicatorPadding,fontFamily:n,textColor:d,strokeColor:a,backgroundColor:a}),p=i||o_(this,r),m,h=this.comparison===x.Percent;N(o)&&(m=h?a_(this,o):i_(o)),f.draw(e,u,t,p,m)};a?c.forEach(u):kk.forEach(e=>c.filter(t=>t.priority===e).forEach(u))}};function Pk(e){let t=e.map(e=>e.plots).flat().filter(e=>C[e.type]==C.Symbol).map(e=>e.symbol).map(e=>di(e)).filter(e=>e!==null).map(e=>e.getFullYear());return t.length==0?null:Math.max(...t)}var Fk=Symbol.for(`__dloacip__`),Ik=class{id;axes=[];height=0;alignedToYear=null;viewBox;constructor(e){this.presenter=e,this.id=bt()}fromModel(e){this.height=e.height,e.alignOnExpirations===!0&&(this.alignedToYear=Pk(e.axes)),this.axes=e.axes.map((e,t)=>{let n=new Nk(this);return n.primary=t===0,n.fromModel(e),n},this)}getBounds(){return this.viewBox}setViewBox(e){this.viewBox=e}drawBackground(e){P(this.viewBox)&&(this.drawAxes(e),e.save(),this.clipToNoScales(e),this.drawGrid(e),e.restore())}draw(e){P(this.viewBox)&&(e.save(),this.clipToNoScales(e),this.drawPrevious(e),this.drawPlots(e),this.drawAnnotations(e),this.drawLogo(e),e.restore())}drawLogo(e){!this.isMain||this.presenter[Fk]===!1||RD(e,this.getBoundsWithoutScales())}drawAxes(e){for(let t of this.axes)t.draw(e)}drawPrevious(e){let t=this.presenter.mainPlot;if(t.showPrevious&&this.isMain){let n=t.getPreviousValue();if(n=t.priceMapper(n,void 0,W.PreviousClose),n!=null){let{leftOffset:r,rightOffset:i}=this.presenter.view,a=r,o=this.viewBox.width-i,s=t.axis.yScale.priceToY(n),{color:c,dashStyle:l,lineWidth:u}=this.presenter.display.chart.previous,d=Ca(l);e.save(),e.strokeStyle=c,e.lineWidth=u,e.setLineDash(d),eo(e,s,a,o),e.restore()}}}getBoundsWithoutScales(){let e=this.viewBox.duplicate(),t=this.presenter.view;return e.x=t.leftOffset,e.width-=t.leftOffset+t.rightOffset,e}clipToNoScales(e){Ra(e,this.getBoundsWithoutScales())}drawAnnotations(e){e.save();let{chart:{fontFamily:t},yAxis:{fontSize:n}}=this.presenter.display;e.font=`${n??12}px ${t}`;let r=t=>t.draw(e,!0);this.axes.forEach(e=>{e.annotations.forEach(r),e.plotAnnotations.forEach(r)}),e.restore()}drawGrid(e){let{chart:{fontFamily:t},yAxis:{gridLines:n,visible:r,minorGridLines:i}}=this.presenter.display;if(!r||!n.visible)return;let{lineWidth:a,color:o,dashStyle:s}=n;e.save();let c=!(e=>e.plots.some(e=>e.visible&&e.hasVisibleCurves&&!e.hasDetachedScale))(this.axes[0])&&this.axes.length>1,l=this.axes[+!!c],{fontWeight:u,fontSize:d}=l.config;e.font=`${u} ${d}px ${t}`;let f=l.getTicks(e),{leftOffset:p,rightOffset:m}=this.presenter.view,h=p,g=this.viewBox.width-m,_=(t,n,r)=>{e.lineWidth=t,e.strokeStyle=n,e.setLineDash(Ca(r)),e.beginPath()};if(_(a,o,s),f.forEach(t=>{e.moveTo(h,t.y1),e.lineTo(g,t.y2)}),e.stroke(),i&&i.visible&&f.length>=2){let{lineWidth:t,color:n,dashStyle:r}=i,a=(f[0].y1-f[1].y1)/5;_(t,n,r),f.forEach(t=>{for(let n=1;n<5;n++){let r=Math.ceil(t.y1+n*a);e.moveTo(h,r),e.lineTo(g,r)}}),e.stroke()}e.restore()}drawYCrosshair(e,t){let{yAxis:{crosshair:{enabled:n,showValue:r,color:i,dashStyle:a}}}=this.presenter.display;if(!n)return;let o=Ca(a);e.strokeStyle=i,e.setLineDash(o);let s=this.presenter.view.leftOffset,c=this.viewBox.width-this.presenter.view.rightOffset,l=vo();l.prolog(e),eo(e,l.adjust(t.y),l.adjust(s),l.adjust(c)),l.epilog(e),r&&this.axes.forEach(n=>{n.drawCrosshairIndicator(e,t.y)})}drawNoData(e){e.save(),e.font=`800 14px ${this.presenter.display.chart.fontFamily}`,e.fillStyle=`#f00`,Ja(e,$().config.noDataText||z.NO_DATA_TEXT,{x:this.viewBox.centerX,y:this.viewBox.centerY},T.Center),e.restore()}get isMain(){let e=this.presenter.mainPlot;return this.axes.some(t=>t.plots.includes(e))}drawPlots(e){e.save();let t=this.presenter.mainPlot,n=this.presenter.display.chart.showNoDataText,r=!P(n)||n,i=t=>t.draw(e),a=new Map,o=t=>t.drawTopmost(e,a),s=!0,c=n=>{for(let e of this.axes){for(let r of e.plots){let e=r.isEmpty();s=s&&r.main&&e,r!==t&&!e&&n(r)}e.plots.includes(t)&&!t.isEmpty()&&n(t)}r&&s&&this.drawNoData(e)};c(i),c(o),e.restore()}};function Lk(e,t){return{width:e,spacing:t,get totalWidth(){return this.width+this.spacing},offset:0}}var Rk=class extends wE{marginBars;bar;resetBar;wasZoomed;fitAllData;constructor(e,t){super(),this.timeline=e,this.aggregation=t;let n=e.presenter.display;this.marginBars=n.xAxis.marginBars||0,this.bar=Lk(rt(n,z.DEFAULT_BAR_WIDTH,`chart`,`bar`,`width`),rt(n,z.DEFAULT_BAR_SPACING,`chart`,`bar`,`spacing`)),this._extent=null,this.wasZoomed=!1,this.fitAllData=!1}extent(e){return CE.call(this,`_extent`,e)}get presenter(){return this.timeline.presenter}get display(){return this.presenter.display}scaleBarToFit(){if(this.wasZoomed)return;if(this.fitAllData)return this._domain=null,this.scaleBarToFitDensity(this.timeline.withoutPrologEpilogLength);let e=this.display.xAxis.visibleRange;if(P(e))return this.scaleBarToFitRange([e.from,e.to]);let t=this.display.density;if(Number.isFinite(t))return this.scaleBarToFitDensity(t);let n=this.display.period;if(Number.isFinite(n))return this.scaleBarToFitPeriod(n)}deriveExtentsFromBarWidth(e){if(!P(this._range)||this.timeline.length===0)return null;let t=this._range[1]-this._range[0],n=t/e.totalWidth,r=Math.ceil(n);e.offset=t-r*e.totalWidth;let i=this.timeline.lastSeriesIndex+this.marginBars,a=this._domain&&this._domain[1];return a&&(i=Te(this.timeline,+a,Number,m_)),[i-r+1,i]}adjustDomain(){if(!P(this._range))return;this.scaleBarToFit();let e=this.deriveExtentsFromBarWidth(this.bar);if(P(e))this.extent(e);else return;this.setDomainFromExtent()}xToTime(e){if(!this.ready)return null;let t=e-this._range[0]-this.bar.offset,n=Math.floor(t/this.bar.totalWidth),r=this._extent[0]+n;return this.timeline.at(r)}timeToIndex(e){return this.ready?(e=typeof e==`number`?e:+e,Te(this.timeline,e,Number,m_)):null}indexToX(e){let t=e-this._extent[0];return this.bar.width/2+this.range()[0]+this.bar.offset+t*this.bar.totalWidth}timeToX(e){if(!this.ready)return null;let t=this.timeToIndex(e);return this.indexToX(t)}zoom(e){let t=e,n=t*this.bar.width/100,r=this.bar.width-n,i=this.bar.spacing-t*this.bar.spacing/100;if(r>z.MAXIMUM_BAR_WIDTH||r<z.MINIMUM_BAR_WIDTH)return!1;let a=Lk(r,i),o=this.deriveExtentsFromBarWidth(a);return this.isUsableExtent(o)?(this.setBar(r,i),this.adjustDomain(),this.wasZoomed=!0,!0):!1}scaleBarToFitRange(e,t=!0){let n=(e,t,n,r)=>P(e)?Te(this.timeline,e,Number,m_,n,r):t,{from:r,to:i}=this.presenter.data.range||{},a=+e[0]===r&&+e[1]===i,{firstSeriesIndex:o,lastSeriesIndex:s}=this.timeline,c=a?o:void 0,l=a?s:void 0,u=[n(e[0],o,c,l),n(e[1],s,c,l)];this.timeline.at(u[1])>e[1]&&(u[1]=Math.max(0,u[1]-1));let d=u[1]-u[0]+1,f=t?this.marginBars:0;u[1]+=f,this.extent(u),this.setDomainFromExtent(),this.scaleBarToFitDensity(d,t)}scaleBarToFitDensity(e,t=!0){let n=Math.max(z.MINIMUM_BARS_VISIBLE,e),r=t&&this.display.xAxis.marginBars||0,i=(this._range[1]-this._range[0])/(n+r);this.setBar(2/3*i,1/3*i,!1)}scaleBarToFitPeriod(e){let t=this.timeline.lastSeriesIndex,n=this.timeline.at(t),r=n,i=t,a=this.presenter.data.aggregation;if(a.isEndOfDay||a.isIntraday&&e>=z.INTRA_THRESHOLD)for(;i>0&&cn(n,r)<e;)i--,r=this.timeline.at(i);else if(!a.isTick){let t=Math.floor(e/z.ONE_DAY_MILLIS),r=e=>pn(e,zt(e)),a=r(n),o=n;for(;i>0;){let e=this.timeline.at(i),n=en(e,o);if(t===0){if(r(e)<=a||!n)break}else n||(t--,o=e);i--}}this.scaleBarToFitDensity(t-i+1)}setBar(e,t,n=!0){let[r,i]=yt(e,t,z.MINIMUM_BAR_WIDTH,z.MAXIMUM_BAR_WIDTH);this.bar.width=r,this.bar.spacing=i,this.wasZoomed||(this.resetBar={width:r,spacing:i}),n&&(this.presenter.model.display.chart.bar={width:e,spacing:t})}resetZoom(){P(this.resetBar)?(this.bar.width=this.resetBar.width,this.bar.spacing=this.resetBar.spacing):(this.bar.width=z.DEFAULT_BAR_WIDTH,this.bar.spacing=z.DEFAULT_BAR_SPACING),delete this.presenter.model.display.chart.bar,this.adjustDomain()}isUsableExtent(e){return P(e)&&P(e[0],e[1])&&e[0]>=0&&e[1]<this.timeline.withPrologEpilogLength&&e[1]-e[0]>=z.MINIMUM_BARS_VISIBLE}shiftBars(e,t=null){if(!this._extent)return;let n=this._extent.map(t=>t+e);this.isUsableExtent(n)&&(P(t)&&(this.bar.offset=t),this.extent(n),this.setDomainFromExtent())}setDomainFromExtent(){this.domain(this.extent().map(e=>this.timeline.at(e)))}pan(e){if(!Number.isFinite(e)||e===0)return;let t=e%this.bar.totalWidth,n=this.bar.offset+t,r=Math.sign(e),i=-(e<0?Math.ceil:Math.floor)(e/this.bar.totalWidth);(n>this.bar.totalWidth||n<-this.bar.totalWidth)&&(i+=n>0?-1:1,n-=r*this.bar.totalWidth),this.shiftBars(i,n)}getSeriesThatCouldLoadMoreData(){let e=this.domain();if(!P(e)||!P(e[0]))return[];let t=e[0].getTime();return this.timeline.presenter.allPlots.map(e=>e.timeSeries).filter(e=>{if(!P(e)||!e.hasData||e.container.size===0||e.canLoadMoreData!==!0)return!1;let n=e.container.getTimeData()[0];return P(n)&&t<=n.getTime()})}};function zk(e){return{date:e,priority:1,text:r_(e)}}var Bk=class{xScale;ticks;lastUsedOptions;wasPanned;panningXAxisAllowed;config;isVisible;crosshairIndicator;viewBox;overrideTickGetter;overrideFormatter;contractParityCache=null;contractParityCacheKey=null;constructor(e){this.view=e,this.xScale=new Rk(e.presenter.timeline,e.presenter.data.aggregation),this.ticks=null,this.lastUsedOptions=null,this.wasPanned=!1,this.panningXAxisAllowed=rt(e.presenter.display,!0,`xAxis`,`panning`),this.updateConfigFromModel();let t=e.presenter.renderTo.id,n=rt($().config,null,`overrides`,`xAxis`,`tickProvider`);P(n)&&typeof n==`function`&&(this.overrideTickGetter=se(n,t));let r=rt($().config,null,`overrides`,`xAxis`,`formatter`);P(r)&&typeof r==`function`&&(this.overrideFormatter=se(r,t))}updateConfigFromModel(){let{chart:{fontFamily:e,backgroundColor:t,fontSize:n},xAxis:{textColor:r,visible:i,fontSize:a,crosshair:{color:o}}}=this.view.presenter.display;this.config={innerTickSize:5,tickPadding:5,indicatorPadding:5,fontWeight:400,fontSize:a||n||12},this.isVisible=i,this.crosshairIndicator=new yk({position:`bottom`,fontSize:this.config.fontSize,fontFamily:e,padding:this.config.indicatorPadding,strokeColor:o,textColor:r,backgroundColor:Aa(.15)(t),arrowLength:this.config.innerTickSize})}setDomain(){this.xScale.adjustDomain();let e=this.view.presenter.display.period===z.FIFTY_YEARS_MILLIS;P(this.xScale.extent())&&!e&&this.checkForMoreData()}zoom(e){let t=this.xScale.zoom(e);return this.checkForMoreData(),t}checkForMoreData(){this.xScale.getSeriesThatCouldLoadMoreData().forEach(e=>e.loadMoreData())}shouldScrollIntoView(e){let t=this.xScale.extent();return P(t)?e-this.xScale.timeline.lastSeriesIndex>=0&&e-t[1]<=1:!1}pan(e){this.panningXAxisAllowed&&(this.xScale.pan(e),this.checkForMoreData(),this.view.setPriceAxesDomains(),this.wasPanned=!0)}get wasVisibleRangeChanged(){return this.wasPanned||this.xScale.wasZoomed}resetZoom(){this.xScale.resetZoom()}get barsToLast(){let e=this.xScale.timeline.lastSeriesIndex+this.getMaxCurveOffset(),t=this.xScale.extent();return e-(t?t[1]:e)}canGoToLast(){return this.barsToLast>0}getMaxCurveOffset(){return Math.max(...this.view.presenter.allCurves.map(e=>e.shift))}goToLatest(e=!1){if(this.canGoToLast()||e){let e=this.barsToLast===0?0:this.barsToLast+this.xScale.marginBars+1;this.xScale.shiftBars(e),this.view.setPriceAxesDomains(),this.view.redraw()}}setViewBox(e){this.viewBox=e;let{x:t,width:n}=this.viewBox;this.xScale.range([t,t+n])}heightNeeded(e){if(!this.isVisible)return 0;let t=this.view.presenter.display.chart.fontFamily,{fontWeight:n,fontSize:r}=this.config;e.save(),e.font=`${n} ${r}px ${t}`;let{innerTickSize:i,tickPadding:a,indicatorPadding:o}=this.config,s=Wa(e,1)+i+a+o;return e.restore(),s}getTickGetter(e){if(this.overrideTickGetter)return this.overrideTickGetter;let t=this.view.presenter.display.xAxis.isOrdinal||!1,n=Bg(e);return t?zk:e=>n.getTick(e)}getTicks(e){if(P(this.lastUsedOptions)&&((e,t)=>e.unit===t.unit&&e.size===t.size&&e.spec===t.spec)(e.agg,this.lastUsedOptions.agg)&&e.unitWidth===this.lastUsedOptions.unitWidth&&e.barWidth===this.lastUsedOptions.barWidth&&e.extent[0]===this.lastUsedOptions.extent[0]&&e.extent[1]===this.lastUsedOptions.extent[1]&&e.formatString===this.lastUsedOptions.formatString&&e.minTickInterval===this.lastUsedOptions.minTickInterval&&P(this.ticks))return this.ticks;this.lastUsedOptions=e;let t=this.getTickGetter(e),n=Math.max(0,e.extent[0]),r=Math.min(this.xScale.timeline.withPrologEpilogLength-1,e.extent[1]+1);return this.ticks=this.view.presenter.timeline.slice(n,r).map((e,r)=>{if(!P(e)||Number.isNaN(e.getTime()))return null;let i=t(e);return P(i)&&(i.index=n+r),i}).filter(e=>P(e)),this.ticks}normalizeDuration(e){let t=zg(),n=t.Year,r=Object.keys(t);for(let i=0;i<r.length-1;++i){let a=t[r[i]].Multipliers,o=t[r[i+1]].Multipliers;if(e<=(xe(a)+Se(o))/2){n=t[r[i]];break}}let i=n.Multipliers,a=i.findIndex(t=>e<t),o=a===-1?xe(i):i[a];return n.Period===`P1M`?o*=.9:n.Period===`P1W`&&(o*=.84),o}draw(e){if(!this.isVisible)return;let{xAxis:{gridLines:t,textColor:n,minTickInterval:r,tickPixelInterval:i,format:a,forceTicksVisible:o},chart:{fontFamily:s}}=this.view.presenter.display,{fontWeight:c,fontSize:l,innerTickSize:u,tickPadding:d}=this.config,{x:f,y:p,width:m}=this.viewBox,{lineWidth:h,color:g,dashStyle:_}=t,v=Ca(_);e.textAlign=`center`,e.font=`${c} ${l}px ${s}`,e.lineWidth=1,e.strokeStyle=g,e.fillStyle=n,e.setLineDash([]),eo(e,p,f,f+m);let y=this.xScale.extent(),b=e=>!P(e)||!P(e[0],e[1]);if(b(y))return;let x=t=>e.measureText(t).width,S=(e,t)=>P(e)?cn(t,e):z.FIFTY_YEARS_MILLIS,C=i>0?i:120,w=this.xScale.domain();if(b(w))return;let T=(w[1].getTime()-w[0].getTime())*C*.6/m,ee=this.normalizeDuration(T),E=this.view.presenter.data.aggregation.isEndOfDay,D=(e,t)=>{if(e.date.valueOf()===z.ZERO_DATE.valueOf())return!0;if(S(e.date,t.date)<r)return!1;let n=t.x-e.x,i=t.date.getTime()-e.date.getTime()>=ee,a=n>C;return!(e.x+e.textWidth/2>=t.x-t.textWidth/2)&&(a||(E?i:!1))},te=f+m,ne=({text:n,x:r,date:i,forced:a})=>{P(i)&&(a||$a(e,r,p,p+u),e.fillText(n,r,p+u+d+l*.71),t.visible&&!a&&(e.save(),e.lineWidth=h,e.setLineDash(v),$a(e,r,0,p),e.restore()))},re={agg:this.view.presenter.data.aggregation,unitWidth:x(`M`),barWidth:this.xScale.bar.width,extent:y,formatString:a,minTickInterval:r||0,duration:T},ie=this.getTicks(re),ae=e=>{let{x:t,textWidth:n}=e,r=t;if(o){let i=n/2;r=t-i<f?f+i:t,r=r+i>te?te-i:r,e.x=r,e.forced=t!==r}else e.forced=!1},O={date:z.ZERO_DATE,priority:999,x:-999,text:``,index:-1,textWidth:0};ie.forEach(e=>{e.x=this.xScale.indexToX(e.index),e.textWidth=x(e.text),ae(e),D(O,e)?(ne(O),O=e):e.priority<O.priority&&(O=e)}),ne(O),this.drawTimeTransitions(e),this.drawTimeAdornments(e)}drawTransitionsFor(e,t,n,r,i){let a=this.xScale.domain(),o=this.view.presenter?.mainPlot?.timeSeries.container;if(!N(o))return;let s=o.getTimeData(),c=t===null?s:o.getData(t);if(!P(c))return;let l=Te(s,+a[0],Number),u=Te(s,+a[1],Number,we,l);if(l<u){let t=this.viewBox.y,a=this.view.leftOffset,o=this.viewBox.x+this.viewBox.width;if(r.save(),i){r.fillStyle=e.fillColor;let d=c[l],f=Math.max(a,this.xScale.timeToX(s[l]));for(let e=l+1;e<=u;++e){let a=e<c.length?c[e]:null;if(e===u||n(a,d)){let n=e<s.length?s[e]:null,c=N(n)?this.xScale.timeToX(n):o;c=Math.min(c,o),i(d)%2==0&&r.fillRect(f,0,c-f,t),d=a,f=c}}}let d=vo();d.prolog(r),r.strokeStyle=e.color,r.lineWidth=e.width,r.setLineDash(Ca(e.dashStyle));let f=null;for(let e=l;e<u;++e){let i=c[e];if(n(i,f)){let n=s[e],a=this.xScale.timeToX(n);P(a,f)&&$a(r,a,0,t),f=i}}d.epilog(r),r.restore()}}drawTimeTransitions(e){let t=this.xScale.domain();if(!N(t)||!P(t[0],t[1]))return;let n=this.view.presenter,{xAxis:{contractTransition:r,cycleTransition:i}}=n.display,a=(e,t)=>e!==t;if(r.enabled&&n?.data?.aggregation.isMultiContract){let t=(n?.mainPlot?.timeSeries.container)?.getData(W.Symbol);if(t&&t.length>0){let n=t[0];if(this.contractParityCacheKey!==n||!this.contractParityCache){let e=[...new Set(t)];e.sort((e,t)=>{let n=di(e),r=di(t);return(n?.getTime()??0)-(r?.getTime()??0)});let r=0;if(this.contractParityCache)for(let t=0;t<e.length;t++){let n=e[t],i=this.contractParityCache.get(n);if(i!==void 0){r=(i-t)%2==0?0:1;break}}this.contractParityCache=new Map,e.forEach((e,t)=>this.contractParityCache.set(e,t+r)),this.contractParityCacheKey=n}this.drawTransitionsFor(r,W.Symbol,a,e,e=>this.contractParityCache.get(e)??0)}}i.enabled&&(n?.data?.aggregation.isIntraday?this.drawTransitionsFor(i,W.TradingDay,a,e,e=>e):n?.data?.aggregation.unit===g.Day?this.drawTransitionsFor(i,null,(e,t)=>!Nr(e,t),e,e=>e.getMonth()):n?.data?.aggregation.unit===g.Week&&this.drawTransitionsFor(i,null,(e,t)=>!Fr(e,t),e,e=>e.getFullYear()))}getAnnXScore(e,t){return[en,jr,Nr,Fr].map((n,r)=>(4-r)*Number(n(e,t))).reduce((e,t)=>e+t,0)}annTimeToX(e){let t=this.xScale.timeToIndex(e);if(!N(t))return null;let n=this.xScale.timeline.at(t),r=this.xScale.timeToX(e);if(t>0&&n.valueOf()!==e.valueOf()){let i=t-1,a=this.xScale.timeline.at(i),o=this.xScale.indexToX(i);if(!this.view.presenter.display?.xAxis?.isOrdinal){if(a.valueOf()>e.valueOf())return r;let t=this.getAnnXScore(a,e),i=this.getAnnXScore(n,e);return t>i?o:i>t?r:this.view.presenter?.data?.aggregation?.isIntraday?o:r}let s=(e.valueOf()-a.valueOf())/(n.valueOf()-a.valueOf());return o+(r-o)*s}else return r}drawTimeAdornments(e){e.save();let t=this.view.presenter,{chart:{fontFamily:n},xAxis:{preventLabelOverlap:r}}=t.display,i=[],a=t.mainPane?.getBoundsWithoutScales()??new za(0,0,0,0);t.allAnnotations.concat(t.plotAnnotations).forEach(n=>{i.push(...n.getTimeScaleAdornments().map(n=>{let r=this.annTimeToX(n.time);if(r<a.x||r>a.x+a.width)return null;let i=s_(t,this.view.presenter?.display?.xAxis?.isOrdinal?n.time:this.xScale.xToTime(r)),o=e.measureText(i).width/2;return{x:r,value:i,color:n.color,halfWidth:o}}).filter(e=>e!=null))}),i.sort((e,t)=>e.x-t.x),r&&Ok(i,this.viewBox),i.forEach(t=>{let r=Pa(t.color);new yk({position:`bottom`,fontSize:this.config.fontSize,fontFamily:n,padding:this.config.indicatorPadding,strokeColor:z.COLOR_TRANSPARENT,textColor:r,backgroundColor:t.color,arrowLength:this.config.innerTickSize}).draw(e,t.x,this.viewBox.y+1,t.value)}),e.restore()}drawCrosshair(e,{x:t}){if(!Number.isFinite(t))return!1;let n=this.view.presenter,r=n.display.xAxis,{enabled:i,showValue:a,color:o,dashStyle:s,format:c}=r.crosshair,l=this.xScale.xToTime(t);if(!(P(l)&&nn(l)))return!1;if(!i)return!0;t=this.xScale.timeToX(l);let u=Ca(s);e.strokeStyle=o,e.setLineDash(u);let d=vo();if(d.prolog(e),$a(e,d.adjust(t),0,d.adjust(this.viewBox.y)),d.epilog(e),!a||!r.visible)return!0;let f=s_(n,l,P(r.format)?c:void 0);this.crosshairIndicator.draw(e,t,this.viewBox.y+1,f,void 0,this.viewBox.height-2);let{plotHover:p}=n.display.chart;return p&&n.allPlots.filter(e=>e.visible).forEach(n=>n.curves.forEach(n=>n.drawHover(e,l,t))),!0}},Vk={mousedown:`onMouseDown`,mousemove:`onMouseMove`,mouseup:`onMouseUp`,dblclick:`onMouseDblClick`,contextmenu:`onContextMenu`,mouseover:`onMouseEnter`,mouseout:`onMouseLeave`,wheel:`onWheel`,touchstart:`onMouseDown`,touchmove:`onMouseMove`,touchend:`onMouseUp`,keydown:`onKeyDown`},Hk={Shift:`shiftKey`,Alt:`altKey`,Control:`ctrlKey`,Meta:`metaKey`},Uk=e=>e.startsWith(`touch`),Wk=class{subscriptions=[];constructor(e){this.view=e}init(e){let t=Ie();Object.keys(Vk).filter(e=>!Uk(e)||t).forEach(t=>{let n=e=>{let n=Vk[t];this.notifyActiveTool(n,e)===!0&&e.preventDefault()};e.addEventListener(t,n),this.subscriptions.push(()=>{e.removeEventListener(t,n)})})}shutdown(){this.subscriptions.forEach(e=>e()),this.subscriptions=[]}notifyActiveTool(e,t){let n=this.view.presenter;if(n===void 0||n.activeTool===null)return!1;let r=this.getPayload(t,n),i=n.activeTool,a=!1;return typeof i[e]==`function`&&(a=i[e](r)||!1),a}getPayload(e,t){let n=e instanceof MouseEvent,r=Ie()&&e instanceof TouchEvent;if(n||r){let i={x:0,y:0};if(r&&e.touches.length===1){let t=e.touches[0],{left:n,top:r}=e.target.getBoundingClientRect();i.x=t.clientX-n,i.y=t.clientY-r}else n&&(i.x=e.offsetX,i.y=e.offsetY);let a={button:n?e.which:E.Left,offset:i,view:t.view,presenter:t,originalEvent:e,getModifier:t=>e[Hk[D[t]]]};if(e instanceof WheelEvent&&(a.delta=e.shiftKey?e.deltaX:e.deltaY),r&&e.touches.length===2){let t=e.touches[0],n=e.touches[1];a.pinchZoom=!0;let r=t.clientX-n.clientX,i=t.clientY-n.clientY;a.pinchDistance=Math.sqrt(r*r+i*i)}return this.view.splitters.forEach((e,t)=>{e?.contains(i)&&(a.splitter=[t,t+1])}),t.panes.forEach(e=>{let t=e.getBounds();if(P(t)&&t.contains(i)){let t=e.axes.find(e=>e.viewBox?.contains(i));if(t)a.priceAxis=t;else{let t=e.axes.find(e=>e.primary);t&&(a.point=t.toAnnotationPoint(i))}}}),a}else if(e instanceof KeyboardEvent)return{key:e.key??e.keyIdentifier,code:e.keyCode||e.charCode,repeat:e.repeat,presenter:t,getModifier:t=>e.getModifierState(D[t])}}},Gk=Fh.concat(W.PercentChange);function Kk(e){let t=[],n=new Map;for(let r of e){if(!r.isSeasonal){t.push([r]);continue}let e=n.get(r.uid);e||(e=[],n.set(r.uid,e),t.push(e)),e.push(r)}return t}function qk(e,t){let n=Kk(t),r=e.isSeasonal?n.find(t=>t.some(t=>t.uid===e.uid)):void 0,i=[];return r&&i.push(r),n.forEach(e=>{e!==r&&i.push(e)}),i}function Jk(e,t){return qk(e,t).flat().filter(t=>t!==e)}var Yk=class{id;isOptionsChart=!1;constructor(e){this.view=e,this.id=`bc-legend-${bt()}`}getLegendElem(){let e=this.view.el;return wi(this.id,e,`div`)}update(){let e=this.getLegendElem(),t=L_(this.presenter.mainPane);if(!P(t))return;this.isOptionsChart=this.mainPlot?.title?.startsWith(z.FAKE_SYMBOL_PREFIX)??!1;let{left:n,right:r,top:i,width:a}=t;OD(e,`row`,n,r,i,a),Ti(e,{"bcharts-card":!0,"bcharts-legend":!0});let o=this.mainPlot,s=o.isSeasonal||this.isOptionsChart?this.getFirstColorBadge(o):``,c=this.getPlotTitle(o),l=this.maybeGetQuote();if(o.isSeasonal){e.innerHTML=this.renderSeasonalLegend();return}e.innerHTML=`${this.div(`${s} ${c} `)+this.div(`${l}`)} ${this.maybeGetAdditionalPlots()}`}remove(){bi(this.getLegendElem())}get presenter(){return this.view.presenter}get mainPlot(){return this.presenter.mainPlot}getAttributes(e){return Object.entries(e).map(([e,t])=>t===null?``:`${e} = "${at(Array.isArray(t)?t.join(` `):t)}" `).join(` `)}span(e,t={}){return`<span ${this.getAttributes(t)}>${e}</span>`}div(e){return`<div class="plot" style="flex: 0 0 auto">${e}</div>`}spanAsPlot(e){return`<span class="plot" style="display:inline-flex; align-items:center">${e}</span>`}divAsGroup(e,t=!1){return`<div class="plot-group" style="display:block; flex:0 0 100%;${t?` margin-top:2px;`:``}">${e}</div>`}get meta(){return this.mainPlot.metaData}isSingleSymbolSeasonal(e){return e.isSeasonal&&!e.hasComputation}format(e,t,n){return(n??this.meta).format(e,t)}spanAsName(e){return this.span(it(e),{class:`field-name`})}spanAsValue(e,t=null,n=null){return this.span(it(e),{class:[`field-value`,t],style:n})}getQuoteFromRecord(e){let t=Gk.map(t=>e.getValue(t));if(k(t)){let e=t[4],n=`field-${e>0?`up`:e<0?`down`:`same`}-value`;return`${t.slice(0,-1).map((e,t)=>{let r=Gk[t],i=this.format(e,r),a=H_(r);return`${this.spanAsName(a)}${this.spanAsValue(i,n)}`}).join(` `)} ${this.spanAsValue(`(${this.format(xe(t),xe(Gk))})`,n)}`}return``}maybeGetQuote(){if(this.mainPlot.isSymbol&&this.mainPlot.timeSeries?.record?.isValid){let e=$().getRecordSource().getRecord(this.mainPlot.timeSeries.record.symbol);return this.getQuoteFromRecord(e)}else if(this.mainPlot.isExpression&&this.mainPlot.record.isValid){let e=this.mainPlot.record;return e.evaluate(),this.getQuoteFromRecord(e)}return``}getTitle(e,t,n,r=e.symbol){let i=t?`value-main`:null,a=`${it(e.name)} (${it(r)})`,o=this.span(a,{"data-plot-uid":n,class:[`value-title`,i]}),s=it(e.exchange);return`${o}${t?` ${this.span(s,{class:`value-subtitle`})}`:``}`}getPlotTitle(e){if(e.isSymbol){let t=P_(e.title,e.metaData.symbol);return this.getTitle(e.metaData,e.main,e.uid,t)}else if(this.isSingleSymbolSeasonal(e)&&e.offset===0&&(e.symbols?.length??0)>0){let t=$().getMetaDataSource().getMetaData(e.getActualSymbols()[0]);return this.getTitle(t,!0,e.uid)}else{let t=it(e.title);return this.span(t,{"data-plot-uid":e.uid,class:`value-title`})}}getCondensedSeasonalTitle(e){return!this.isSingleSymbolSeasonal(e)||!e.isPlain||!Ze(e.offset)?null:String(new Date().getFullYear()-e.offset)}getSeasonalFamilyTitle(e,t){if(t)return this.getPlotTitle(e);let n=this.getCondensedSeasonalTitle(e);return n?this.span(n,{"data-plot-uid":e.uid,class:`value-title`}):this.getPlotTitle(e)}renderSeasonalLegend(){let e=this.presenter.mainPane.axes.map(e=>e.plots).flat();return qk(this.mainPlot,e).map((e,t)=>{let n=e.map((e,t)=>{let n=this.getFirstColorBadge(e),r=this.getSeasonalFamilyTitle(e,t===0);return this.spanAsPlot(`${n} ${r}`)}).join(` `);return this.divAsGroup(n,t>0)}).join(` `)}getFirstColorBadge(e){return w_(`rectangle`,e.mainCurve.colors[0])}getLastValues(e){return this.isOptionsChart?``:Mk(e).filter(e=>P(e.value)).map(t=>{let n=this.format(t.value,t.field,e.metaData);return this.spanAsValue(n,null,`color:${t.color}`)}).join(` `)}canBeDeleted(e){return e.isStudy||!e.main&&this.isOptionsChart}maybeGetAdditionalPlots(){let e=this.presenter.mainPane.axes.map(e=>e.plots).flat(),t=Jk(this.mainPlot,e),n=this.presenter.display.yAxis.showLastValue;return t.length>0?t.map(e=>{let t=this.getFirstColorBadge(e),r=this.getPlotTitle(e),i=this.canBeDeleted(e)?M_(e.uid):``,a=n!==`All`&&!e.isSeasonal?this.getLastValues(e):``;return this.div(`${i} ${t} ${r} ${a}`)}).join(` `):``}},Xk=class{presenter;splitters=[];canvasContainer=null;mouseCanvas=null;mainCanvas=null;mouseContext;mainContext;leftOffset=0;rightOffset=0;legend;notifyLayoutChanged;el=null;listeners=[];tooltip;width;height;customEventPopup=null;goToLatestButton=null;xAxis;eventCapture;resetZoomAndVisibleRange=!1;constructor(){this.legend=new Yk(this),this.draw=this.draw.bind(this),this.notifyLayoutChanged=qe(G.CH_CHTLAYOUTCHANGED,z.LAYOUT_THROTTLE_DELAY)}get canShowLegend(){if(!this.presenter.hasLegend)return!1;let e=this.presenter.display.chart.showLegend;return!(typeof e==`boolean`&&!e)}updateLegend(){this.canShowLegend&&this.legend.update()}removeLegend(){this.legend.remove()}findSvgParentWithClass(e,t){return[e,e.parentElement,e.parentElement.parentElement].find(e=>P(e)&&e.className===t)}onNonToolHandledMouseDown(e){let t=this.presenter,n=e.target;if(typeof n.className==`string`&&n.className.split(` `).includes(`value-title`))t.onCardClicked(n);else{let r=this.findSvgParentWithClass(n,`move-pane`);if(N(r)){t.onMovePaneClicked(r);return}let i=this.findSvgParentWithClass(n,`delete-plot`);if(N(i)){t.deletePlotClicked(i);return}let a=this.findSvgParentWithClass(n,`show-hide-plot`);if(N(a)){t.showHidePlotClicked(a);return}let o=this.findSvgParentWithClass(n,`more-actions`);if(N(o)){t.plotMoreActionsClicked(o,e);return}}}initialize(e){this.presenter=e,this.el=this.presenter.hostElement;let t=new ResizeObserver(e=>{for(let t of e){let{width:e,height:n}=t.contentRect;this.setSize(e,n,!0),P(this.tooltip)&&this.tooltip.repositionAuto()}});t.observe(this.el.parentElement),this.listeners.push(()=>t.unobserve(this.el.parentElement));let n=e=>this.onNonToolHandledMouseDown(e);this.el.addEventListener(`mousedown`,n),this.listeners.push(()=>this.el.removeEventListener(`mousedown`,n)),Si(this.el,{flex:1,display:`flex`,position:`relative`,"flex-direction":`column`,"touch-action":`pan-x pan-y`}),this.tooltip=new TD(this);let r=$().config.getCustomEventPopup;this.customEventPopup=r?r(this):null;let{clientHeight:i,clientWidth:a}=this.el;this.width=a,this.height=i,this.canvasContainer=Ei(this.el,`div`),Ci(this.canvasContainer,{class:`chart-canvas-container`}),Si(this.canvasContainer,{flex:1,display:`flex`,"flex-direction":`column`,position:`relative`,height:`100%`}),this.mainCanvas=Ei(this.canvasContainer,`canvas`);let o={height:`${i}px`,width:`${a}px`,"z-index":2,position:`absolute`,top:0,left:0};Si(this.mainCanvas,o),this.mouseCanvas=Ei(this.canvasContainer,`canvas`),Ci(this.mouseCanvas,{tabIndex:0}),o[`z-index`]=3,o.outline=`none`,Si(this.mouseCanvas,o),this.goToLatestButton=Ei(this.el,`button`),Oi(this.goToLatestButton,`<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
35
35
|
<path d="M13.707 17.707l5-5c0.391-0.391 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l4.293 4.293-4.293 4.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0zM6.707 17.707l5-5c0.391-0.391 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l4.293 4.293-4.293 4.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0z"></path>
|
|
36
36
|
</svg>`),Si(this.goToLatestButton,{position:`absolute`,right:0,bottom:0,"z-index":3}),Ci(this.goToLatestButton,{class:`go-to-latest`}),this.goToLatestButton.onclick=()=>{this.xAxis.goToLatest()},this.listeners.push(()=>{this.goToLatestButton.onclick=null}),this.mainContext=this.mainCanvas.getContext(`2d`),this.mouseContext=this.mouseCanvas.getContext(`2d`),this.splitters=[],this.xAxis=new Bk(this),this.eventCapture=new Wk(this),this.eventCapture.init(this.mouseCanvas),this.setChartSize(a,i);let s=vi(this.el);P(xi(`.${z.SVG_ICONS_DOM_NODE}`,s))||v_(s)}reinitialize(){this.el&&Di(`.bcharts-card`,this.el).forEach(e=>e.remove()),this.customEventPopup?.hide(),this.drawCrosshair({ap:void 0}),this.tooltip.hide(),this.tooltip.setMode(this.presenter.display.tooltip.mode),this.resetZoomAndVisibleRange?this.xAxis=new Bk(this):this.xAxis?.updateConfigFromModel(),this.recalculateLayout(),this.redraw()}setSize(e,t,n=!1){this.setChartSize(e,t),this.redraw(n)}setChartSize(e,t){let n={width:`${e}px`,height:`${t}px`};Si(this.el,n),this.width=e,this.height=t;let r=globalThis.devicePixelRatio||1,i={height:this.height*r,width:this.width*r};[this.mainCanvas,this.mouseCanvas].forEach(e=>{Ci(e,i),Si(e,n)}),this.mainContext.scale(r,r),this.mouseContext.scale(r,r),this.recalculateLayout(),this.presenter&&ED(this.presenter)}widthNeeded(e,t){let n=this.presenter.allAxes.filter(e=>e.onTheRight===t&&e.plots.some(e=>e.visible&&e.hasVisibleCurves&&!e.hasDetachedScale));return n.length===0?0:Math.max(...n.map(t=>t.widthNeeded(e)))}recalculateLayout(){if(!this.isHostElementVisible)return;this.leftOffset=0,this.rightOffset=0,this.presenter.allAxes.forEach(e=>e.clearTicks()),this.splitters.length=0;let e=this.xAxis.heightNeeded(this.mainContext),t=this.widthNeeded(this.mainContext,!0),n=this.widthNeeded(this.mainContext,!1),r=this.height-e,i=this.presenter.panes,a=pe(i.map(e=>e.height)),o=0,s=z.PANE_SPLITTER_PERCENT_HEIGHT/100,c=Math.floor(s*r);a*=1+(i.length-1)*s;let l=this.presenter.display?.yAxis?.primaryOnTheLeft??!1;this.presenter.display.yAxis.visible&&(i.some(e=>e.axes.length>1)?(this.leftOffset=n,this.rightOffset=t):l?this.leftOffset=n:this.rightOffset=t),i.forEach((e,n,i)=>{let s=n===i.length-1,l=Math.floor(r*e.height/a),u=new za(0,o,this.width,l);e.setViewBox(u);let d=new za(this.width-this.rightOffset,o,t,l),f=new za(0,o,this.leftOffset,l),p=e=>e.setViewBox(e.onTheRight?d:f);if(p(e.axes[0]),e.axes[1]&&p(e.axes[1]),o+=l,!s){let e=new za(this.leftOffset,o,this.width-this.rightOffset-this.leftOffset,c);this.splitters.push(e),o+=c}});let u=new za(this.leftOffset,o,this.width-this.rightOffset-this.leftOffset,e);this.xAxis.setViewBox(u),Si(this.goToLatestButton,{right:`${t+5}px`,bottom:`${e+5}px`}),this.updateLegend(),this.xAxis.setDomain(),this.setPriceAxesDomains(),this.notifyLayoutChanged({chart:this.presenter.accessor})}setPriceAxesDomains(){this.presenter.allAxes.forEach(e=>{e.setDomain(),e.updateFullDomain()}),this.presenter.priceDomainsUpdated()}draw(){this.mainContext.save(),this.mainContext.miterLimit=1,this.drawBackground(this.mainContext);for(let e of this.presenter.panes)e.drawBackground(this.mainContext);this.xAxis.draw(this.mainContext);for(let e of this.presenter.panes)e.draw(this.mainContext);this.drawSplitters(this.mainContext),this.presenter.title.draw(this.mainContext),this.goToLatestButton.style.display=this.canShowGoToLatestButton()?`block`:`none`,this.mainContext.restore()}canShowGoToLatestButton(){let e=$().config.showGoToLatest,{showGoToLatest:t}=this.presenter.display.chart;return!!(P(e)?e:t)&&this.xAxis.panningXAxisAllowed&&this.xAxis.canGoToLast()}get isHostElementVisible(){return P(this.el)&&P(this.el.offsetParent)}redraw(e=!1){this.isHostElementVisible&&(e?this.draw():$().redraw(this.presenter.hostElement))}drawBackground(e){let t=this.presenter.display.chart.backgroundColor;e.clearRect(0,0,this.width,this.height),e.fillStyle=t,e.fillRect(0,0,this.width,this.height)}drawCrosshair({ap:e,offset:t}){let n=this.mouseContext;return n.clearRect(0,0,this.width,this.height),!e||!t||!this.xAxis||!this.xAxis.drawCrosshair(n,t)?!1:(this.presenter.display.yAxis.visible&&e.axis?.pane&&e.axis.pane.drawYCrosshair(n,t),!0)}drawSplitters(e){let t=this.presenter.display.chart.backgroundColor;e.strokeStyle=Oa(t),e.lineWidth=2,this.splitters.forEach(t=>{let{x:n,y:r,width:i,height:a}=t,o=r+a/2;e.beginPath(),e.moveTo(n,o),e.lineTo(n+i,o),e.stroke()})}toTime(e){return this.xAxis.xScale.xToTime(e)}toIndex(e){return this.xAxis.xScale.timeToIndex(e)}toX(e){return this.xAxis.xScale.timeToX(e)}setCursor(e){let t=Zk(e);Si(this.el,{cursor:t})}shutdown(){this.listeners.forEach(e=>e()),this.eventCapture&&this.eventCapture.shutdown(),this.tooltip&&this.tooltip.remove(),this.el&&Di(`.bcharts-card`,this.el).forEach(e=>e.remove()),this.canvasContainer.remove()}getEventRadius(){let e=this.xAxis.xScale.bar.width/2;return Math.max(e,z.MIN_EVENT_RADIUS)}};function Zk(e){switch(e){case ee.Arrow:default:return`default`;case ee.Crosshair:return`crosshair`;case ee.Hand:return`pointer`;case ee.Move:return`move`;case ee.ResizeVertical:return`ns-resize`;case ee.Grabbing:return`grabbing`;case ee.ResizeHorizontal:return`ew-resize`}}var Qk=class{view;popupElement;date;value;visible;_initialized;constructor(e){this.view=e,this.date=null,this.value=null,this.visible=!1,this._initialized=!1}initialize(){this.popupElement=Ei(this.view.el,`div`),Ci(this.popupElement,{id:`${this.view.presenter.elementId}-custom-event-host`}),Si(this.popupElement,{visibility:`hidden`,position:`absolute`,"z-index":30,top:`0px`,left:`0px`,padding:`5px 10px 10px 10px`,display:`flex`,"flex-direction":`column`,background:`var(--chartPopupElemBg, #999)`,"box-shadow":`0px 2px 10px rgba(0,0,0,.3)`,"border-radius":`4px`,border:`1px solid var(--chartPopupElemBorderColor, #888)`,"max-height":`400px`,overflow:`auto`});let e=Ei(this.popupElement,`a`);Ci(e,{class:`custom-event-close-button`}),Si(e,{position:`absolute`,right:`10px`,top:`5px`,fill:`var(--text-color,#888)`,cursor:`pointer`}),e.innerHTML=`<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="12px" height="12px"><use xlink:href="#bchart-icon-delete"></use></svg>`,e.addEventListener(`click`,e=>this.hide()),this._initialized=!0}showValue(){}show(e,t,n){this._initialized||this.initialize(),this.date=t,this.value!==n&&(this.value=n,this.showValue()),Si(this.popupElement,{visibility:`visible`,top:`${e.y}px`,left:`${e.x}px`,width:`310px`}),this.visible=!0}hideValue(){}hide(){this.visible&&=(this.hideValue(),Si(this.popupElement,{visibility:`hidden`}),!1)}};function $k(e,t){return H(e,`..axes[${t.axisIndex}]`,e=>(e.annotations=t.annotations,e))}function eA(e){return e.annotations&&e.annotations.length>0}function tA(e,t){eA(e)&&(t.annotations=(t.annotations||[]).concat(e.annotations))}var nA=`..axes{..plots{.type==="Study"}}`;function rA(e,t){let{mainAxis:n}=Gu(e),{mainAxis:r}=Gu(t);tA(n,r);let i=e=>V(e,`..plots{.type==="Study"}.study`)[0],a=V(e,nA).filter(e=>e!==n),o=V(t,nA).filter(e=>e!==r);return a.forEach(e=>{let t=i(e),n=o.find(e=>t===i(e));P(n)&&tA(e,n)}),t}function iA(e,t){let n=e=>`..panes[${e}]`,r=e;return t.paneHeights.forEach(e=>{r=H(r,n(e.index),t=>(t.height=e.relativeHeight,t))}),r}var aA={ok:!1,change:void 0,toApply:void 0},oA=class{paused=null;undoStack=[];redoStack=[];initial=new Map;isPaused=!1;constructor(e){this.presenter=e,this.clear()}clear(e=!1){this.undoStack=[],this.redoStack=[],this.initial=new Map,e&&this.presenter.allAnnotations.forEach(e=>this.initial.set(e.uid,ZE(e,O.Moved)))}done(e){if(this.isPaused){this.paused=e;return}this.undoStack.push(e),this.redoStack.length=0}undo(){this.undoRedo(this.undoStack,this.redoStack,!0)}pause(){this.isPaused=!0}resume(e){this.isPaused=!1,e&&N(this.paused)&&this.done(this.paused),this.paused=null}redo(){this.undoRedo(this.redoStack,this.undoStack,!1)}delete(e){let t={...e,id:`Delete`};this.presenter.handleAnnotationChange(t)}add(e){let t={annotation:e,id:`Add`};this.presenter.handleAnnotationChange(t)}apply(e,t,n){if(!P(e))return!1;switch(t){case O.None:case O.Undo:case O.Redo:I(`Unexpected tool change ${O[t]} for undo/redo`,`warn`);break;case O.Created:n?this.delete(e):this.add(e);break;case O.Deleted:n?this.add(e):this.delete(e);break;default:{let t={...e,id:`Update`};this.presenter.handleAnnotationChange(t);break}}let r=this.presenter.allAnnotations.find(t=>t.uid===e.uid),i=n?O.Undo:O.Redo;return P(r)&&this.presenter.onAnnotationModifiedByTool(r,i),!0}can(e){let t=e?this.undoStack:this.redoStack;if(t.length<1)return aA;let n=xe(t),r=n.toolChange;if(!(e&&r!==O.Deleted&&r!==O.Created))return{ok:!0,change:r,toApply:n};let i=Ce(t,e=>e.uid===n.uid,t.length-2),a=i===-1?null:t[i],o=a===null;return o&&!this.initial.has(n.uid)?aA:{ok:!0,change:r,toApply:o?this.initial.get(n.uid):a}}get canUndo(){return this.can(!0).ok}get canRedo(){return this.can(!1).ok}undoRedo(e,t,n){let{ok:r,change:i,toApply:a}=this.can(n);if(!r)return;let o=e.pop();this.apply(a,i,n),t.push(o)}},sA=class{text=null;align=`center`;verticalAlign=`top`;x=0;y=0;style={color:`#333`,fontSize:18};constructor(e){this.presenter=e}update({style:e,...t}){Object.assign(this,t),Object.assign(this.style,e)}draw(e){if(!this.text)return;let{fontFamily:t}=this.presenter.display.chart,{fontSize:n,color:r,fontWeight:i}=this.style,{x:a,y:o,width:s,height:c}=this.presenter.mainPlot.axis.pane.getBounds(),l=a+this.presenter.view.leftOffset,u=a+s-this.presenter.view.rightOffset,d=l;d=this.align===`center`?s/2:this.align===`right`?u:l;let f=o+n;this.verticalAlign===`middle`?f=o+n+c/2:this.verticalAlign===`bottom`&&(f=o+c),d+=this.x,f+=this.y,e.save(),e.font=`${i||`normal`} ${n}px ${t}`,e.textAlign=this.align,e.textBaseline=`bottom`,e.fillStyle=r,e.fillText(this.text,d,f),e.restore()}};function cA(e={}){let t=this.allPlots;if(!t.every(e=>P(e.timeSeries)&&e.timeSeries.hasData))return`No data to export`;let n=e.excludeHeader??!1,r=e.numDecimals??null,i=e.excludeFields??[],a=e=>{let t=new Map;return e.main&&(t.set(W.DateTime,0),this.data.aggregation.isMultiContract&&!e.isExpression&&t.set(W.Symbol,0)),e.curves.forEach(e=>{e.fields.forEach(n=>{i.includes(n.id)||t.set(n,e.shift)})}),Array.from(t)},o=e=>`"${C[e.type]}: ${e.title}"`,s=this.data.aggregation.isEndOfDay?z.FMT_ISO_DATE_ONLY:z.FMT_EXPORT_ALL_BUT_MILLIS,c=e=>P(r,e)?Xe(e,r):e,l=(e,t)=>e===W.DateTime?_r(t,s):c(t)?.toString()??``,u={},d=this.timeline.lastSeriesIndex,f=Se(this.mainPlot.timeSeries.container.getTimeData()),p=Te(this.timeline,+f,Number,m_),m=(e,t)=>{let n=this.timeline.at(e),r=t.timeSeries.container,i=r.getTimeData(),o=u[t.id]||0,c=Te(i,+n,Number,we,o),d=+n==+i[c];return d&&(u[t.id]=c),a(t).map(([t,a])=>{if(a===0)return d?l(t,r.getData(t)[c]):t===W.DateTime?_r(n,s):``;{let n=this.timeline.at(e-a),o=Te(i,+n,Number,we,0);return+n==+i[o]?l(t,r.getData(t)[o]):``}})},h=e=>{let n=t.map(e).flat();return n.slice(1).every(e=>e.length===0)?null:n.join(`,`)},g=[];n||(g.push(h(e=>{let t=Array(a(e).length).fill(``);return t[0]=o(e),t})),g.push(h(e=>a(e).map(([e,t])=>`"${e.name}"`))));let _=[0,0];this.allCurves.forEach(e=>{e.fields.every(e=>i.includes(e.id))||(e.shift<0&&(_[0]=Math.min(_[0],e.shift)),e.shift>0&&(_[1]=Math.max(_[1],e.shift)))});for(let e=p+_[0];e<=d+_[1];e++){let t=h(se(m,e));t!==null&&g.push(t)}return g.join(`
|
|
37
|
-
`)}function lA(e={}){let t=this.view.mainCanvas,{width:n,height:r}=t,{width:i,height:a,title:o}=e,s=(e,t)=>{let n=document.createElement(`canvas`);return n.width=e,n.height=t,n.getContext(`2d`)},c=s(n,r),l=globalThis.devicePixelRatio;if(c.drawImage(t,0,0),c.scale(l,l),N(o)){let e=new sA(this);e.update(o),e.draw(c)}let u=this.mainPlot?.timeSeries.container?.getLastDataPoint(W.DateTime);if(N(u)){let{fontFamily:e}=this.display.chart,{fontWeight:n,fontSize:r}=this.mainAxis.config;c.font=`${n} ${r*1.2}px ${e}`,c.textBaseline=`top`;let i=r*1.5,a=getComputedStyle(t),o=a.getPropertyValue(`--app-hc-color`),s=a.getPropertyValue(`--app-color-pl`),l={x:z.CARDS_X_OFFSET,y:z.CARDS_Y_OFFSET},d=F_(this,u,l,void 0,!1,0),f=`${d.date} ${d.time??``}`.trim(),[p,m]=[1,5],h=(e,t)=>c.measureText(e).width+t,g=(e,t,n,r,i)=>(c.fillStyle=r,c.fillText(e,t,n),h(e,i)),_=(e,t)=>e.type===C[t],v=e=>{let t=e.name;return e.isMain&&_(e,`Symbol`)?t=`${e.description} (${e.name}) [${e.exchange}]`:_(e,`Study`)&&(t=`${e.description} ${e.name.substring(e.name.indexOf(` `))}`),t};d.panes.forEach(e=>{let{top:t,left:n,width:r,right:a}=e.bounds,c=n+r-a-m,u=n+l.x,d=t+l.y;e.plots.some(e=>e.isMain)&&(u+=g(f,u,d,o,m)),e.plots.forEach((e,t)=>{let r=v(e),a=!_(e,`Study`)&&e.values.length>1;if(!e.isMain&&t>0){let t=u+h(r,m);e.values.forEach(e=>{a&&(t+=h(e.abbreviation,p)),t+=h(e.value,m)}),t>=c&&(u=n+l.x,d+=i)}u+=g(r,u,d,o,m),e.values.forEach(e=>{a&&(u+=g(e.abbreviation,u,d,s,p)),u+=g(e.value,u,d,e.color,m)})})})}let d=e=>({width:i??n,height:a??r,data:e.toDataURL(`image/png`)});if(N(i)&&N(a)){let e=s(i,a);return e.drawImage(c.canvas,0,0,i,a),d(e.canvas)}else return d(c.canvas)}var uA=Symbol.for(`__ias__`),dA=class{view;defaultTool;_activeTool;tooltipEnabled=!0;timeline;sentInitialLoadNotification=!1;_hostElement=null;undoRedoManager;title;display;model;data;panes=[];_hasLegend;renderTo;seriesChangedToken=``;metaChangedToken=``;streamingSubscription=null;_previousMask=0;_ohlcMask;selectedAnnotation;forceResetVisibleRange=!1;_maxOffset=0;_isShutdown=!1;notifySelectionChanged;notifyRecreated;notifyDefinitionChanged;constructor(e){this.accessor=e,this.defaultTool=ik(`Default`),this._activeTool=this.defaultTool,this.timeline=new h_(this),this.undoRedoManager=new oA(this),this.title=new sA(this),this.notifySelectionChanged=Ke(G.CH_ANNSELECTIONCHANGED),this.notifyRecreated=Ke(G.CH_RECREATED),this.notifyDefinitionChanged=Ke(G.CH_DEFINITION_CHANGED)}traceChart(e,t={}){Rm(e,{chartId:this.elementId,...t})}getModel(){return this.model}get isEmpty(){return!P(this.model)}notifyHost(e,t){Ge(e,t)}async fromModel(e,t){if(this._isShutdown)return;this.traceChart(`chart:fromModel:start`,{hadModel:P(this.model)}),P(this.model)&&this.allPlots.forEach(e=>e.shutdown()),this.sentInitialLoadNotification=!1,this.clearSelection(),this.model=e;let n=F(e);this.data=n.data,this.data.aggregation=Nl(n.data.aggregation),this.display=n.display,P(this.display.period)&&(this.display.period=vt(this.display.period)),this.panes=n.panes.map(e=>{let t=new Ik(this);return t.fromModel(e),t},this);let r=this.allPlots.map(e=>e.initialize());await Promise.all(r),this.traceChart(`chart:fromModel:plots-ready`,{plotCount:this.allPlots.length}),!this._isShutdown&&(this.timeline.invalidate(),this.checkZoomAndVisibleRange(e,t),P(e,t)&&this.notifyDefinitionChanged({chart:this.accessor}),this.reinitializeView())}checkZoomAndVisibleRange(e,t){if(this.view)if(this.forceResetVisibleRange)this.forceResetVisibleRange=!1,this.view.resetZoomAndVisibleRange=!0,this._maxOffset=0;else{let n=!t||gA(e,t,this);this.view.resetZoomAndVisibleRange=n,n&&(this._maxOffset=0)}}closeView(){P(this.view)&&(this.view.shutdown(),this.view=void 0)}reinitializeView(){this._isShutdown||(P(this.view)?this.view.reinitialize():(this.view=new Xk,this.view.initialize(this)),this.notifyRecreated({elementId:this.elementId}))}getCacheableEntities(e){let t={metaData:e.metaData.size,records:e.records.size,timeSeries:e.timeSeries.size};this.isEmpty||this.allPlots.map(t=>t.getCacheableEntities(e)),this.traceChart(`chart:cacheable-entities`,{plotCount:this.allPlots.length,addedMetaData:e.metaData.size-t.metaData,addedRecords:e.records.size-t.records,addedTimeSeries:e.timeSeries.size-t.timeSeries})}get activeTool(){return this._activeTool}set activeTool(e){P(this._activeTool.deactivated)&&this._activeTool.deactivated(this),this._activeTool=e,P(this._activeTool.activated)&&this._activeTool.activated(this),this.notifyHost(G.TL_CHANGED,{chart:this.accessor})}get mainPlot(){return this.allPlots.find(e=>e.main)}get mainAxis(){return this.mainPlot?.axis}get mainPane(){return this.mainAxis?.pane}get allAxes(){let e=[];return this.panes.forEach(t=>{t.axes.forEach(t=>{e.push(t)})}),e}get plotAnnotations(){let e=[];return this.allPlots.forEach(t=>{t.annotations?.forEach(t=>{e.push(t)})}),e}get allAnnotations(){let e=[];return this.allAxes.forEach(t=>{t.annotations.forEach(t=>{e.push(t)})}),e}get allPlots(){let e=[];return this.allAxes.forEach(t=>{t.plots.forEach(t=>{e.push(t)})}),e}findAxis(e){return this.allAxes.find(t=>t.id===e)}findPlot(e){return this.allPlots.find(t=>t.id===e)}get allCurves(){let e=[];return this.allPlots.forEach(t=>{t.curves.forEach(t=>{e.push(t)})}),e}findCurve(e){return this.allCurves.find(t=>t.id===e)}fixupDensityForForwards(){let e=this.allPlots.filter(e=>e.isForward).map(e=>e.timeSeries.container?.size??0);e.some(e=>e>0)&&(this.display.density=Math.max(...e))}onSeriesChanged(e,t){if(!this.view||!this.allPlots)return;let n=t.series,r=e=>e.timeSeries===n||e.eventsSeries===n,i=this.allPlots.find(r);if(!P(i))return;let a=P(i)&&i.main,o=!1,s=!1;if(e===G.TS_TIMELINECORRECTION){if(!this.timeline.tryToCorrectLastBar(t.from,t.to))return;o=!0}let c=P(t.index)?n.container.getTimeData()[t.index]:null,l=e===G.TS_EVENTSCHANGED,u=this.view.xAxis,d=u.xScale;if(e===G.TS_MANYCHANGED||l){if(a&&this.data.checkRange)if(P(this.display.xAxis.visibleRange)){let e={id:`Period`,context:{range:this.display.xAxis.visibleRange}};e[uA]=!0,this.accessor.change(e);return}else delete this.data.checkRange;i.isForward&&this.fixupDensityForForwards();let e=this.view.xAxis?.getMaxCurveOffset()??0;i.isStudy&&(e!==this._maxOffset&&(this._maxOffset=e,u.goToLatest(!0)),i.invalidateAssociatedAnnotations(`NewChunkArrived`));let n=P(this.display?.xAxis?.visibleRange);if((i.isSeasonal&&!u.wasVisibleRangeChanged&&!n||this.display?.xAxis?.isOrdinal)&&u.goToLatest(!0),t.part===re.Tail){let e=Te(this.timeline,c,Number,m_);u.shouldScrollIntoView(e)&&d.shiftBars(t.count)}this.timeline.invalidate(),this.allPlots.forEach(e=>e.invalidatePriceMappingCache()),o=!0}else if(e===G.TS_DATAPOINTADDED){let e=this.timeline.mergeDateIntoTimeline(c);e!=-1&&u.shouldScrollIntoView(e)?(d.shiftBars(1),o=!0):s=!0,i.isStudy&&i.invalidateAssociatedAnnotations(`DataPointAdded`)}else e===G.TS_DATAPOINTCHANGED&&(s=!0,i.isStudy&&i.invalidateAssociatedAnnotations(`DataPointChanged`));if(!l&&r(this.mainPlot)&&n.hasData&&n.container.size===0&&this.notifyHost(G.CH_NODATAFORMAINSYMBOL,{chart:this.accessor}),o&&this.view.recalculateLayout(),s&&(o&&I(`Performance : redundant call to recompute price domains (layout recalculation took care of this)`,`warn`),this.allAxes.filter(e=>e.plots.includes(i)).forEach(e=>{e.setDomain(),P(c)&&e.updateFullDomain(c)})),!this.sentInitialLoadNotification&&e===G.TS_MANYCHANGED&&this.allPlots.every(e=>e.timeSeries&&e.timeSeries.hasData)){this.sentInitialLoadNotification=!0,this.notifyHost(G.CH_ALL_DATA_PROJECTED,{chart:this.accessor}),ED(this);let e=this.display.period===z.FIFTY_YEARS_MILLIS;this.mainPlot&&e&&(d.fitAllData=!0,d.adjustDomain())}this.view.redraw()}onMetaChanged(e,t){e===G.MD_CHANGED&&this.view&&this.allPlots&&this.allPlots.find(e=>e.id===t.plot.id)&&(this.view.recalculateLayout(),this.view.redraw())}priceDomainsUpdated(){this.allPlots.forEach(e=>{e.notifyAboutPriceDomains&&e.onPriceDomainsUpdated()})}onScaleDomainChanged(e){let t=this.panes.indexOf(e.pane),n=e.pane.axes.indexOf(e),r={chart:this.accessor,paneIndex:t,axisIndex:n};this.notifyHost(G.CH_AXISSCALECHANGED,r)}get previousMask(){return P(this._previousMask)||(this._previousMask=Hd(W.PreviousClose)),this._previousMask}hasMatch(e,t){return e.some(e=>e.updated&&t)}get hasLegend(){return P(this._hasLegend)||(this._hasLegend=$().config.mode===ne[ne.cmdtyView]),this._hasLegend}onStreamingUpdates(e){P(this.view)&&(this.mainPlot.showPrevious&&this.hasMatch(e,this.previousMask)&&this.view.redraw(),this.hasLegend&&this.hasMatch(e,this.ohlcMask)&&this.view.updateLegend())}get ohlcMask(){return P(this._ohlcMask)||(this._ohlcMask=Hd(W.Open,W.High,W.Low,W.Close,W.PreviousClose)),this._ohlcMask}updateMatches(e,t){if((e&this.ohlcMask)===0)return!1;let n=(e,t)=>N(e)&&e.isValid&&e.hasSymbol(t);return this.mainPlot.isSymbol?n(this.mainPlot.timeSeries.record,t):this.mainPlot.isExpression?n(this.mainPlot.record,t):!1}getStreamingSubscription(){return $().getRecordSource().subject.pipe(Np(e=>e.filter(e=>this.updateMatches(e.updated,e.data.symbol))),Ip(e=>e.length>0)).subscribe(this.onStreamingUpdates.bind(this))}get hostElement(){return this._hostElement}get elementId(){return P(this._hostElement)?this._hostElement.id:null}initialize(e){if(this._hostElement=e instanceof HTMLElement?e:xi(`#${e}`),!this._hostElement)throw Error(`There is no element ${e} in the DOM`);this.renderTo=e,this.seriesChangedToken=Cv.default.subscribe(G.TS_ALL,this.onSeriesChanged.bind(this)),this.metaChangedToken=Cv.default.subscribe(G.MD_ALL,this.onMetaChanged.bind(this)),this.streamingSubscription=this.getStreamingSubscription()}shutdown(){return Cv.default.unsubscribe(this.seriesChangedToken),Cv.default.unsubscribe(this.metaChangedToken),P(this.streamingSubscription)&&this.streamingSubscription.unsubscribe(),this.allPlots.forEach(e=>e.shutdown()),this.model=void 0,this.closeView(),this.notifyHost(G.CH_SHUTDOWN,{elementId:this.elementId}),this._isShutdown=!0,!0}setSelection(e){this.selectedAnnotation=e,this.selectedAnnotation.isSelected=!0,this.selectedAnnotation.requestRedraw(),this.notifySelectionChanged({chart:this.accessor})}clearSelection(){P(this.selectedAnnotation)&&(this.selectedAnnotation.isSelected=!1,this.selectedAnnotation.requestRedraw(),this.selectedAnnotation=void 0),this.notifySelectionChanged({chart:this.accessor})}resetActiveTool(){this.activeTool=this.defaultTool,this.view.setCursor(ee.Arrow)}print(e={}){let t=Ei(document.body,`iframe`);t.src=``,t.style.display=`none`,t.onload=()=>{let{title:n}=e,r=lA.call(this,{title:n}),i=new Image;i.src=r.data,i.style.width=`100%`,t.contentDocument.body.appendChild(i),ki(i).then(()=>{let e=t.contentWindow;t.focus(),e.print(),t.remove()})}}setTitle(e,t=!1){this.title.update(e),P(this.view)&&this.view.redraw(t)}enableTooltip(e){this.tooltipEnabled=e;let t=this.display.tooltip.mode===z.TOOLTIP_CARDS;!e&&t&&this.hideCards()}get showTooltip(){return this.display.tooltip.visible&&this.tooltipEnabled}hideCards(e=!1){let t=this.display.tooltip,n=Ie();!e&&t.visible&&t.mode===z.TOOLTIP_CARDS&&Di(`.bcharts-card`,this.hostElement).forEach(e=>{let t=e.classList.contains(`bcharts-card-move`);n&&t||e.classList.contains(`bcharts-legend`)||(e.style.display=`none`)})}handleAnnotationChange(e){let t=(e,t=!0)=>({id:t?e.name:e.id,uid:e.uid,visible:e.visible});if(e.id===`List`)return this.allAnnotations.map(t);if(e.id===`Cache`)return V(this.model,`..annCache{.annotations}`).map(e=>({symbol:e.symbol,annotations:e.annotations.map(e=>t(e,!1))}));if(e.id===`Add`)return this.mainAxis.addAnnotation(e.annotation);let n=this.allAnnotations.find(t=>t.uid===e.uid);if(n!==void 0){let t=n.axis,r=t[`${e.id.toLowerCase()}Annotation`];if(typeof r==`function`){r.call(t,n,e),e.id===`Delete`&&!e.isUndoRedo&&this.onAnnotationModifiedByTool(n,O.Deleted);return}}throw Error(`Unknown sub-action ${e.id} for action ${z.ANN_ACTION_ID}`)}getPlotInfoFromDom(e){let t=e.attributes.getNamedItem(`data-plot-uid`);if(!t)throw Error(`Unable to resolve plot info: missing data-plot-uid attribute.`);let n=t.value,r=0;for(let e of this.model.panes)for(let t of e.axes)for(let e of t.plots){if(e.uid===n)return{type:e.type,index:r};r++}throw Error(`Unable to resolve plot info: model plot index not found for uid '${n}'.`)}getSimplePlot(e,t){return this.accessor.change({id:`Plot`,context:{id:z.ACTION_GET,type:e,index:t}})[0]}onCardClicked(e){let t=this.getPlotInfoFromDom(e),n=this.getSimplePlot(t.type,t.index),r={chart:this.accessor,plot:n};this.notifyHost(G.CH_CARDPLOTCLICKED,r)}deletePlotClicked(e){let t=this.getPlotInfoFromDom(e),n=this.getSimplePlot(t.type,t.index);this.accessor.change({id:`Plot`,context:{id:`Delete`,type:t.type,index:t.index}});let r={chart:this.accessor,plot:n};this.notifyHost(G.CH_CARDPLOTREMOVED,r)}showHidePlotClicked(e){this.defaultTool.hideCrosshairAndTooltips(this.view,!0);let t=this.getPlotInfoFromDom(e),n=e.attributes.getNamedItem(`data-act`).value===`Show`;this.accessor.change({id:`Plot`,context:{id:`Update`,type:t.type,index:t.index,visible:n}});let r=this.getSimplePlot(t.type,t.index),i={chart:this.accessor,plot:r,visible:n};this.notifyHost(G.CH_CARDPLOTVISIBILITYCHANGED,i)}plotMoreActionsClicked(e,t){let n=this.getPlotInfoFromDom(e),r=this.getSimplePlot(n.type,n.index),i={x:t.clientX,y:t.clientY},a={chart:this.accessor,plot:r,offset:i,originalEvent:t};this.notifyHost(G.CH_PLOTNEEDSCONTEXTMENU,a)}onMovePaneClicked(e){let t=parseInt(e.attributes.getNamedItem(`data-pane`).value),n=e.attributes.getNamedItem(`data-dir`).value===`Down`,r=t+ +!!n,i=t-+!n;setTimeout(()=>{this.accessor.change({id:`MovePane`,context:{from:r,to:i}}),this.notifyHost(G.CH_PANESREORDERED,{chart:this.accessor})})}onAnnotationsUpdated(e,t=!1){let n=this.allAxes.indexOf(e),r=e.annotations.map(e=>e.toModel()),i=$k(this.model,{axisIndex:n,annotations:r});try{this.model=Nd(i,z.CHART_SCHEMA)}catch(e){I(`Cannot update annotation (corrupts definition), error is: ${e.message}`,`error`)}t&&this.view.draw(),this.notifyHost(G.CH_ANNOTATIONCHANGED,{chart:this.accessor}),this.notifyDefinitionChanged({chart:this.accessor})}onAnnotationModifiedByTool(e,t,n=!0){if(t!==O.None){if(n&&t!==O.Undo&&t!==O.Redo){let n=ZE(e,t);this.undoRedoManager.done(n)}let r=QE(e);r.toolChange=O[t],this.notifyHost(G.CH_ANNMODIFIEDBYTOOL,r)}}onAnnotationDone(e,t){let n={id:e,chart:this.accessor,toolChange:O[t]};this.notifyHost(G.CH_ANNMODIFIEDBYTOOL,n)}onPaneHeightsUpdated(){let e=this.panes.map((e,t)=>({index:t,relativeHeight:e.height}));this.model=iA(this.model,{paneHeights:e}),this.notifyHost(G.CH_PANEHEIGHTSCHANGED,{chart:this.accessor}),this.notifyDefinitionChanged({chart:this.accessor})}getDataStats(){let e=this.mainPlot.timeSeries.container;if(!P(e)||e.size===0)return null;let t=e.getTimeData(),n=Se(t),r=xe(t);return P(n,r)?{dataRange:{from:n.getTime(),to:r.getTime()},barCount:e.size}:null}};function fA(e,t){return e?.from===t?.from&&e?.to===t?.to}var pA=[`Renko`,`Range`,`LineBreak`,`Kagi`,`PointAndFigure`];function mA(e,t){for(let n of Object.keys(e))if(e[n]!==t[n])return!0}function hA(e,t){let n=e=>e.curves[0],r=n(e),i=n(t),a=pA.includes(r.style),o=pA.includes(i.style);return a===o?o?!!(r.style!==i.style||t.inputs&&mA(dt(e.inputs),dt(t.inputs))):!1:!0}function gA(e,t,n){let r={id:`Aggregation`,context:{id:`Get`}};if(mA(Ml(Gj(r,t,n)),Ml(Gj(r,e,n)))||!fA(e.display?.xAxis?.visibleRange,t.display?.xAxis?.visibleRange)||e.display?.xAxis?.marginBars!==t.display?.xAxis?.marginBars||!fA(e.data?.range,t.data?.range)||e.data?.extendedHours!==t.data?.extendedHours||e.display?.period!==t.display?.period||e.display?.density!==t.display?.density)return!0;let i=Wu(t),a=Wu(e);if(hA(i,a))return!0;let o=(e,t)=>e.type===t,s=e=>{let t=e.toLowerCase();return o(a,e)&&o(i,e)&&i[t]!==a[t]},c=i.type!==a.type,l=s(`Forward`),u=s(`Expression`),d=s(`Symbol`);return c||l||u||d}function _A(e,t){let[n,r]=Qe(t.crosshair),{color:i,dashStyle:a}=t.horizontal||{},{color:o,dashStyle:s}=t.vertical||{},c=(e,t,n)=>{t&&(e.color=t),n&&(e.dashStyle=n)},l=H(e,`.display.xAxis.crosshair`,e=>(e.enabled=n,c(e,o,s),e));return l=H(l,`.display.yAxis.crosshair`,e=>(e.enabled=r,c(e,i,a),e)),P(t.haloTracking)&&typeof t.haloTracking==`boolean`&&(l=H(l,`.display.chart`,e=>(e.plotHover=t.haloTracking,e))),l}function vA(e,t){return H(e,`.display.tooltip`,e=>(t.visible!=null&&(e.visible=t.visible),t.mode&&(e.mode=t.mode),t.showMainTitle!=null&&(e.showMainTitle=t.showMainTitle),t.mainTitle&&(e.mainTitle=t.mainTitle),e))}function yA(e,t){let n=F(t);return Object.keys(t).forEach(e=>{z.EVENTS.includes(e)||delete n[e];let r=t[e];typeof r==`boolean`?r={show:t[e]}:Object.keys(r).forEach(e=>{z.EVENT_PROPERTIES.includes(e)||delete r[e]}),n[e]=r}),H(e,Uu,e=>(e.type===`Symbol`&&(e.events=e.events||{},Object.keys(n).forEach(t=>{e.events[t]=e.events[t]||{},ct(e.events[t],n[t],!1)})),e))}function bA(e,t){let n=H(e,`..panes{${Uu}}.axes`,e=>(N(t.scale)&&(e.scale=t.scale),e));n=H(n,`.display.xAxis`,e=>(N(t.marginBars)&&(e.marginBars=t.marginBars),N(t.nonEodLabelWithDate)&&(e.nonEodLabelWithDate=t.nonEodLabelWithDate),N(t.ordinalName)&&(e.ordinalName=t.ordinalName),N(t.preventHorizontalLabelOverlap)&&(e.preventLabelOverlap=t.preventHorizontalLabelOverlap),e));let r=()=>I(`The 'minPadding' and 'maxPadding' are deprecated (ignored)`,`warn`),i=()=>I(`The 'preventLabelOverlap' is deprecated, please use 'preventVerticalLabelOverlap'`,`warn`);return n=H(n,`.display.yAxis`,e=>{(P(t.minPadding)||P(t.maxPadding))&&r();let n=N(t.preventLabelOverlap)&&!N(t.preventVerticalLabelOverlap);n&&i();let a=n?t.preventLabelOverlap:t.preventVerticalLabelOverlap;return N(a)&&(e.preventLabelOverlap=a),P(t.includePercentChangeWithLastValue)&&(e.includePercentChangeWithLastValue=t.includePercentChangeWithLastValue),P(t.snapAnnotationsToPrices)&&(e.snapAnnotationsToPrices=t.snapAnnotationsToPrices),P(t.primaryOnTheLeft)&&(e.primaryOnTheLeft=t.primaryOnTheLeft),e}),P(t.labels)&&Array.isArray(t.labels)&&t.labels.forEach(e=>{let{axis:t,text:r,index:i,paneIndex:a}=e;P(t,r,i)&&t===`vertical`&&Number.isInteger(i)&&(n=H(n,`..panes[${a??0}]..axes[${i}]`,e=>P(e)?(e.label=r,e):z.NULL_OBJECT))}),N(t.contractTransition)&&(n=H(n,`.display.xAxis`,e=>(lt(e.contractTransition,t.contractTransition),e))),N(t.cycleTransition)&&(n=H(n,`.display.xAxis`,e=>(lt(e.cycleTransition,t.cycleTransition),e))),n}function xA(e,t,n){let r=e;if(P(t.comparisonMode)&&typeof t.comparisonMode==`string`&&nt(x,t.comparisonMode)&&(r=H(r,`..panes{${Uu}}.axes`,e=>(e.comparison=t.comparisonMode,e))),P(t.gridLines)){let[e,n]=Qe(t.gridLines);r=H(r,`.display.xAxis.gridLines`,t=>(t.visible=e,t)),r=H(r,`.display.yAxis.gridLines`,e=>(e.visible=n,e))}if(P(t.minorGridLines)){let[,e]=Qe(t.minorGridLines);r=H(r,`.display.yAxis.minorGridLines`,t=>(t.visible=e,t))}P(t.newPaneHeight)&&typeof t.newPaneHeight==`number`&&(r=H(r,`.display.chart{.newPaneHeight > 0}`,e=>(e.newPaneHeight=t.newPaneHeight,e))),P(t.showNavigator)&&typeof t.showNavigator==`boolean`&&(r=H(r,`.display.scrollbar`,e=>(e.visible=t.showNavigator,e))),P(t.plotHover)&&typeof t.plotHover==`boolean`&&(r=H(r,`.display.chart`,e=>(e.plotHover=t.plotHover,e))),P(t.showLastValue)&&typeof t.showLastValue==`string`&&(r=H(r,`.display.yAxis`,e=>(e.showLastValue=t.showLastValue,e))),P(t.showMinMaxArc)&&typeof t.showMinMaxArc==`boolean`&&(r=H(r,`.display.chart`,e=>(e.showMinMaxArc=t.showMinMaxArc,e))),P(t.showGoToLatest)&&typeof t.showGoToLatest==`boolean`&&(r=H(r,`.display.chart`,e=>(e.showGoToLatest=t.showGoToLatest,e))),P(t.showLegend)&&typeof t.showLegend==`boolean`&&(r=H(r,`.display.chart`,e=>(e.showLegend=t.showLegend,e)),t.showLegend||n.view.removeLegend()),P(t.allAnnotationsLocked)&&typeof t.allAnnotationsLocked==`boolean`&&(r=H(r,`.display`,e=>(e.allAnnotationsLocked=t.allAnnotationsLocked,e))),P(t.exprSkipLeadingEmpty)&&typeof t.exprSkipLeadingEmpty==`boolean`&&(r=H(r,`.data`,e=>(e.exprSkipLeadingEmpty=t.exprSkipLeadingEmpty,e)));let i=[];if(P(t.extendedHours)&&typeof t.extendedHours==`boolean`&&(r=H(r,`.data`,e=>(e.extendedHours=t.extendedHours,e))),P(t.realTimeCboeBzx)&&typeof t.realTimeCboeBzx==`boolean`&&(r=H(r,`.data`,e=>(e.realTimeCboeBzx!==t.realTimeCboeBzx&&i.push(`realTimeCboeBzx`),e.realTimeCboeBzx=t.realTimeCboeBzx,e))),P(t.buildContinuation)&&typeof t.buildContinuation==`boolean`&&(r=H(r,`.data`,e=>(e.buildContinuation=t.buildContinuation,e))),i.length>0){let e={chart:n.accessor,hostPropsChanged:i};n.notifyHost(G.CH_HOST_PROPS_CHANGED,e)}return r}var SA=`MARKED_FOR_DELETION`;function CA(e,t){if(t.plots.length===0)return e;let n=e;for(let e of t.plots){let t=MA(n,e);if(t===void 0)continue;let r=kA(t),i=AA(n,r);P(i)&&(P(e.type)&&i.type!==e.type||(n=H(n,r,e=>(e[SA]=!0,e))))}return n=H(n,`..plots{.${SA} === true}`,e=>z.NULL_OBJECT),n=H(n,`..plots{.type === "Study"}`,e=>{let t=B(e.study);return P(t)&&Hu(n,t,e.basis).eligible?e:z.NULL_OBJECT}),Pd(n)}function wA(e,t,n,r){let i=C[e.type],a={curves:F(e.curves),type:e.type,uid:e.uid};a.precision=e.precision,a.visible=e.visible,a.detachedScale=e.detachedScale;let o=(e,t)=>{P(e[t])?a[t]=e[t].map(e=>F(e)):a[t]=[]},s=(e,t,n=!1)=>{t.main===!0&&(e.main=!0,e.showPrevious=t.showPrevious,n&&t.events!=null&&(e.events=F(t.events)))},c=(e,t=e=>!0)=>{P(r)&&(e.subtitles=r.allPlots.filter(e=>e.type===i).filter(t).map(e=>e.title))};switch(i){case C.Symbol:{a.title=e.symbol;let t=a.curves[0].style,n=t=>{o(e,`inputs`),a.inputs.length===0&&(a.inputs=F(t))};switch(t){case`Renko`:n(z.DEFAULT_RENKO_INPUTS);break;case`Kagi`:n(z.DEFAULT_KAGI_INPUTS);break;case`PointAndFigure`:n(z.DEFAULT_PNF_INPUTS);break;case`LineBreak`:n(z.DEFAULT_LINEBREAK_INPUTS);break;case`Baseline`:n(z.DEFAULT_BASELINE_INPUTS);break}s(a,e,!0);break}case C.Study:{o(e,`inputs`);let r=B(e.study),i=a.inputs,s=e.study===`AVWAP`,c=i.length===0?``:` (${i.map(e=>s&&e.name===`Anchor`?new Date(e.value).toLocaleString():e.value).join(`, `)})`,l=a.curves.map(e=>Number(e.shift)).filter(e=>e>0),u=l.length===0?``:` [${l.join(`, `)}]`;a.title=`${r.id}${c}${u}`,a.studyId=r.id,o(e,`levels`),o(e,`bands`),a.basis=F(e.basis)||{kind:`main`},a.placement=t?n?`overlay`:`withMain`:`standalone`;break}case C.BalanceSheet:case C.IncomeStatement:{let t=W[e.curves[0].fields[0]];a.title=`${t.name} (${e.fundamental.substring(0,1)})`,a.fundamentalId=t.id,a.frequency=e.fundamental;break}case C.Expression:a.title=e.expression,s(a,e);break;case C.Forward:a.title=e.forward,o(e,`offsets`),c(a),s(a,e);break;case C.Seasonal:a.title=e.seasonal,c(a,e=>e.refSeasonal===a.title),o(e,`offsets`),s(a,e);break;default:throw Error(`Unexpected plot type`)}return a}function TA(e,{main:t,type:n,index:r,uid:i},a){let o=`..plots{.main === true}`,s=V(e,`..panes`).map((e,t)=>{let n=V(e,o).length===1;return V(e,`..axes`).map((e,r)=>{let i=V(e,o).length===1;return V(e,`..plots`).map(e=>{let o=wA(e,n,i,a);return o.paneIndex=t,o.axisIndex=r,o})})}).flat(2).map((e,t)=>(e.index=t,e));if(P(i))return s.filter(e=>e.uid===i);if(t)return s.filter(e=>e.main);if(P(n)){let e=s.filter(e=>e.type===n);return P(r)?e.filter(e=>e.index===r):e}else return s}var EA=[`overlay`,`standalone`,`withMain`,`clone`];function DA(e,t,n){t[n]&&(e[n]=t[n])}function OA(e,t){e.type===`Study`&&t.curves?.forEach(e=>delete e.varyColorPerBar),PA(e)?P(t.curves)&&(e.curves=t.curves):zA(e.curves,t.curves);let n=C[t.type],r=e;if(P(t.precision)?r.precision=t.precision:delete r.precision,n===C.Symbol)P(t.symbol)&&(e.symbol=t.symbol);else if(n===C.Study)P(t.basis)&&(e.basis=F(t.basis)),BA(e.inputs,t.inputs,e),[`bands`,`levels`,`detachedScale`].forEach(n=>DA(e,t,n));else if((n===C.BalanceSheet||n===C.IncomeStatement)&&t.frequency)e.fundamental=t.frequency;else if(n===C.Expression){let n=e;P(t.expression)&&(n.expression=t.expression)}else if(n===C.Forward){let n=e;P(t.offsets)&&(n.offsets=t.offsets),P(t.forward)&&(n.forward=t.forward)}else if(n===C.Seasonal){let n=e;P(t.offsets)&&(n.offsets=t.offsets),P(t.seasonal)&&(n.seasonal=t.seasonal),P(t.usesInAverage)&&(r.usesInAverage=t.usesInAverage),vl(n)}}var kA=e=>`..plots[${e}]`;function AA(e,t){let n=V(e,t);return n.length===1?n[0]:null}function jA(e,t){let n=0;for(let r of e.panes)for(let e of r.axes)for(let r of e.plots){if(r.uid===t)return n;n+=1}}function MA(e,t){return P(t.uid)?jA(e,t.uid):t.index}function NA(e){let t=C[e.type];return t===C.Symbol||t===C.Expression}function PA(e){let t=C[e.type];return t===C.Forward||t===C.Seasonal}function FA(e){let t=C[e.type];return t===C.Symbol||t===C.Expression||t===C.Seasonal}function IA(e,t,n){if(P(t))return t;let r=n?.uid;return typeof r==`string`?jA(e,r):void 0}function LA(e,t,n){if(P(t.placement)&&!EA.includes(t.placement))throw Error(`Unknown placement: ${t.placement}`);let r=MA(e,t),i=r===void 0?t.main?Uu:``:kA(r);if(!i)return e;let a=AA(e,i);if(!N(a)||N(t.type)&&a.type!==t.type)return e;let o=IA(e,r,a);if(t.type===C[C.Study]){let n=a,r=B(t.studyId??n.study);if(!N(r))return e;let i=P(t.basis)?t.basis:n.basis,o=Hu(e,r,i);if(!o.eligible)return I(`Cannot update study "${r.meta.title}" because ${o.reason}.`,`error`),e}if(N(t.visible))return a.visible=t.visible,e;if(a.main&&NA(a)){if(t.curves){let n=e=>e.curves[0].style===h[h.Range],[r,i]=[n(a),n(t)];r&&!i?e=nd(e,{unit:`Day`,size:1,spec:`None`}):!r&&i&&(e=nd(e,{unit:`Intraday`,size:100,spec:`PerRange`}))}t.type||=a.type;let n=a;P(t.precision)?n.precision=t.precision:delete n.precision,P(t.showPrevious)&&(e=H(e,Uu,e=>(e.showPrevious=t.showPrevious,e)));let r=t.curves?nu(e,t):e;return P(t.oppositeScale)&&FA(a)&&P(o)&&(r=Ru(r,o,+!!t.oppositeScale)),r}else{let s=H(e,i,e=>(OA(e,t),e));if(P(t.oppositeScale)&&FA(a)&&P(o)&&(s=Ru(s,o,+!!t.oppositeScale)),!(t.type===C[C.Study]&&P(t.placement)))return s;let c=P(r)?r:t.index,l=TA(s,{...t,index:c},n).find(e=>e.index===c);if(!P(l))return e;if(t.placement===l.placement)return s;let u=AA(s,i);if(!P(u))return e;s=CA(s,{id:`Delete`,plots:[{uid:u.uid,type:t.type}]});let d=GA(s,t.placement,t.cloneIndex,t.cloneUid);return d!==null&&d.plots.push(u),s}}function RA(e){return e!==void 0}function zA(e,t){if(RA(t)&&t.length===e.length)for(let n=0;n<e.length;++n){let r=t[n],i=e[n];lt(i,r);for(let e of[`shift`,`dashStyle`,`lineSmoothing`,`lineMarker`]){let t=r[e];P(t)&&(i[e]=t)}}}function BA(e,t,n){let r=dt(e),i=dt(t);lt(r,i);let a=ft(i);a.length>0&&(n.inputs=a)}function VA(){return{plots:[]}}function HA(e){let t=e.display.chart.newPaneHeight??1;return{axes:[VA()],height:t}}function UA(e){let t=HA(e);return e.panes.push(t),t}function WA(e,t){let n=N(t.paneIndex)&&t.paneIndex<e.panes.length?e.panes[t.paneIndex]:UA(e),r=n.axes[0];return t.oppositeScale??!1?dj(n,r):r}function GA(e,t,n,r,i){let a=null,{mainPane:o,mainAxis:s}=Gu(e),c=(()=>{if(i?.kind!==`seasonal`)return null;for(let t of e.panes)for(let e of t.axes)for(let n of e.plots){if(n.uid!==i.uid||n.type!==`Seasonal`)continue;let r=n.offsets;if(Array.isArray(r)&&r.includes(i.offset))return{pane:t,axis:e}}return null})();switch(t){case`withMain`:a=c?dj(c.pane,c.axis):dj(o,s);break;case`overlay`:a=c?.axis??s;break;case`standalone`:a=UA(e).axes[0];break;case`clone`:{let t={main:!1,type:C[C.Study]};if(typeof r==`string`&&r.length>0?t.uid=r:typeof n==`number`&&(t.index=n),t.uid||typeof t.index==`number`){let n=TA(e,t).find(e=>e.type===C[C.Study]&&(t.uid?e.uid===t.uid:e.index===t.index));if(!n)break;a=V(e,`..panes[${n.paneIndex}]..axes[${n.axisIndex}]`)[0]}break}}return a}function KA(e,t){let n=B(t.studyId);if(!N(n))return I(`Unknown or unavailable study with the id '${t.studyId}'`,`error`),e;let r=Hu(e,n,t.basis);if(!r.eligible)return I(`Cannot add study "${n.meta.title}" because ${r.reason}.`,`error`),e;let i=t.placement||(n.meta.overlay?`overlay`:`standalone`),a=t.uid??bt();P(t.uid)&&Nu(e,a);let o={uid:a,type:`Study`,study:t.studyId,visible:!0};i===`overlay`&&t.studyId===`VOL`&&(o.detachedScale=!0),t.curves!==void 0&&(o.curves=n.defaults.curves),OA(o,t);let s=GA(e,i,t.cloneIndex,t.cloneUid,t.basis);P(s)&&s.plots.push(o);let c=e.data.aggregation;return td(e,c.unit===`Tick`&&c.spec===`None`)}function qA(e,t){e.panes.push({axes:[{plots:[t]}]})}function JA(e,t){let n=Wu(e);if(n.type!==C[C.Symbol])throw Error(`Cannot add fundamental to the chart whose main plot is not a Symbol plot.`);let r=n.symbol,i=t.uid??bt();P(t.uid)&&Nu(e,i);let a={uid:i,curves:[{fields:[t.fundamentalId],lineWidth:2,style:`Line`,varyColorPerBar:!1,visible:!0,colors:[`#888`]}],fundamental:`Quarter`,symbol:r,type:b[W[t.fundamentalId].category],visible:!0};return OA(a,t),qA(e,a),e}var YA=[{fields:[W.Close.id],colors:[`#888`],style:`Line`,lineWidth:2,varyColorPerBar:!1,visible:!0}];function XA(e){return e.type===`Symbol`}function ZA(e,t){let n=Wu(e),r=F(XA(n)?n.curves:YA),i=t.uid??bt();P(t.uid)&&Nu(e,i);let a={uid:i,curves:r,expression:``,type:`Expression`,visible:!0};return OA(a,t),WA(e,t).plots.push(a),e}function QA(e,t){let n=t.uid??bt();P(t.uid)&&Nu(e,n);let r={uid:n,curves:F(YA),offsets:[0],seasonal:``,type:`Seasonal`,visible:!0,main:!1};return OA(r,t),WA(e,t).plots.push(r),e}var $A={attributes:[`OpenVsClose`],colors:[`#b63400`,`#007f3e`,`#1664db`],fields:[`Open`,`High`,`Low`,`Close`,`Change`],style:`Candlestick`,varyColorPerBar:!0,lineWidth:1};function ej(e,t){let n=Wu(e),r=$().getDefaultMultiFieldCurve(),i=P(r)?r:$A,a=n.curves?.length,o=a===t.curves.length&&a===1?(e=>F(e?n.curves:[i]))(XA(n)):t.curves,s=t.uid??bt();P(t.uid)&&Nu(e,s);let c={uid:s,curves:o,symbol:``,type:`Symbol`,visible:!0};return OA(c,t),WA(e,t).plots.push(c),e}function tj(e,t){switch(t.type){case`Study`:return KA(e,t);case`IncomeStatement`:case`BalanceSheet`:return JA(e,t);case`Expression`:return ZA(e,t);case`Symbol`:return ej(e,t);case`Seasonal`:return QA(e,t);default:throw Error("Unexpected plot type '${type}', not supported currently")}}var nj=0,rj=z.AUTO_COLORS,ij=`Symbol`,aj=`Expression`,oj=`Seasonal`;function sj(e,t){let n={attributes:[],colors:rj.slice(nj,nj+1),fields:e?[W.Last.id]:[W.Close.id],style:`Line`,dashStyle:`Solid`,varyColorPerBar:!1,lineWidth:2,lineMarker:void 0,lineSmoothing:void 0},r={uid:t.uid??bt(),curves:[n]},{curves:i,oppositeScale:a,...o}=t;return ut(r,o),N(i)&&(r.curves=i.map(e=>{let t=F(e);return ut(t,n),t})),r.main=!1,nj=(nj+1)%rj.length,r}function cj(e){return P(e.symbols)&&(I(`Use of 'symbols' for Compare API is deprecated. Please see docs for the latest version which supports more plot types`,`warn`),e.plots=e.symbols.map(e=>(e.type=ij,e))),e.plots?.some(e=>P(e.leftScale))?(I(`Use of 'leftScale' for Compare API is deprecated. Please use 'oppositeScale'`,`warn`),e.plots.map(e=>{let t=e.leftScale;return delete e.leftScale,{...e,oppositeScale:t}})):e.plots}function lj(e,t){let n=cj(t),r=n.map(e=>e.uid).filter(e=>typeof e==`string`),i=new Set;for(let t of r){if(i.has(t))throw Error(`Plot uid '${t}' is duplicated in the Compare request.`);i.add(t),Nu(e,t)}let{yes:a,no:o}=A(n,e=>e.oppositeScale??!1),{mainPane:s,mainAxis:c}=Gu(e);s.alignOnExpirations=t.alignOnExpirations||!1;let l=dj(s,c),u=e=>![ij,aj,oj].includes(e.type);l.plots=l.plots.filter(u);let d=c.plots.filter(e=>e.main||u(e)),f=e.data.aggregation.unit===`Tick`;nj=0;let p=se(sj,f);return c.plots=d.concat(o.map(p)),a.length>0&&(l.plots.push(...a.map(p)),l.comparison=c.comparison,l.scale=c.scale),Pd(e)}var uj=`..plots{(.type === "Symbol" || .type === "Expression" || .type === "Seasonal") && .main !== true}`;function dj(e,t){let n=e.axes.find(e=>e!==t);return P(n)||(n=VA(),e.axes.push(n)),n}function fj(e,t){let n=V(e,uj),r=V(t,uj),i=Math.max(0,4-r.length);if(i===0)return t;let a=n.filter(e=>!r.find(t=>e.symbol===t.symbol)).slice(0,i);if(a.length===0)return t;let{mainPane:o,mainAxis:s}=Gu(t),{mainAxis:c}=Gu(e);return a.forEach(e=>{c.plots.includes(e)?s.plots.push(e):dj(o,s).plots.push(e)}),t}function pj(e,t){let n=e.panes;return n.splice(t.to,0,n.splice(t.from,1)[0]),e}var mj=()=>z.NULL_OBJECT;function hj(e){return H(e,`..axes.annotations`,mj)}function gj(e){return Pd(H(e,`..plots{.type === "Symbol" && .main !== true}`,mj))}function _j(e,t){let n=F(e);if(t.strip.main){let e=Wu(n),t=e.type.toLowerCase();e[t]=z.PLACEHOLDER_SYMBOL_NAME}return t.strip.annotations&&(n=hj(n)),t.strip.compare&&(n=gj(n)),n=H(n,`.data`,e=>(e.range&&(delete e.range,e.checkRange=!0),e)),n}function vj(e,t,n){let r=TA(e,{main:!0},n)[0],i=r.title===z.PLACEHOLDER_SYMBOL_NAME,a=r.type===`Symbol`,o=r.type===`Expression`,s=xu(r.title),c=[];return o&&!bu(s)?c=s.symbols:i||(c=[r.title]),{isTemplate:i,isDefinition:!i,main:{isSymbol:a,isExpression:o,symbols:c,title:i?null:r.title},compare:V(e,uj).map(e=>e.symbol),annotations:V(e,`..annotations`).map(e=>e.id),studies:TA(e,{type:`Study`},n).map(e=>e.title)}}function yj(e,t,n){let r=V(e,`..panes`).map((e,t)=>V(e,`..axes`).map((e,n)=>V(e,`.annotations`).map(e=>({...e,paneIndex:t,axisIndex:n})))).flat(2).map((e,t)=>({...e,index:t}));return P(t.index)&&Number.isFinite(t.index)?t.index<r.length?[r[t.index]]:z.EMPTY_ARRAY:r}function bj(e,t,n){let r=V(e,`..panes{${Uu}}.axes.comparison`)[0],i=e.display,a=(e,t)=>rt(e,!1,t,`visible`),o=e=>$e(a(i.xAxis,e),a(i.yAxis,e)),s=rt(i.chart,!0,`showLegend`);return{comparison:r,gridLines:o(`gridLines`),minorGridLines:o(`minorGridLines`),newPaneHeight:i.chart.newPaneHeight,showLastValue:i.yAxis.showLastValue,showLegend:s,showMinMaxArc:i.chart.showMinMaxArc,allAnnotationsLocked:i.allAnnotationsLocked,exprSkipLeadingEmpty:e.data?.exprSkipLeadingEmpty??!1,extendedHours:e.data?.extendedHours??!1,realTimeCboeBzx:e.data?.realTimeCboeBzx??!1,buildContinuation:e.data?.buildContinuation??!1}}function xj(e,t){let n=e,{backgroundColor:r,axis:{gridLinesColor:i,textColor:a,crosshairColor:o,gridLinesStyle:s},fontSize:c}=t,{chart:l,xAxis:u,yAxis:d}=c||{};if((r||l)&&(n=H(e,`.display.chart`,e=>(r&&(e.backgroundColor=r),l&&(e.fontSize=l),e))),i){let e=e=>(e.color=i,e);n=H(n,`.display.xAxis.gridLines`,e),n=H(n,`.display.yAxis.gridLines`,e),n=H(n,`.display.yAxis.minorGridLines`,e)}if(s){let e=e=>(e.dashStyle=s,e);n=H(n,`.display.xAxis.gridLines`,e),n=H(n,`.display.yAxis.gridLines`,e),n=H(n,`.display.yAxis.minorGridLines`,e)}if(a){let e=e=>(e.textColor=a,e);n=H(n,`.display.xAxis`,e),n=H(n,`.display.yAxis`,e)}if(o){let e=e=>(e.color=o,e);n=H(n,`.display.xAxis.crosshair`,e),n=H(n,`.display.yAxis.crosshair`,e)}if(u||d){let e=e=>t=>(t.fontSize=e,t);u&&(n=H(n,`.display.xAxis`,e(u))),d&&(n=H(n,`.display.yAxis`,e(d)))}return n}function Sj(e,t,n){let{chart:r,xAxis:i,yAxis:a}=e.display||{},{fontSize:o,backgroundColor:s}=r||{},{fontSize:c,gridLines:l,textColor:u,crosshair:d}=i||{},{color:f,dashStyle:p}=l||{},{fontSize:m}=a||{},{color:h}=d||{};return{backgroundColor:s,axis:{gridLinesColor:f,textColor:u,crosshairColor:h,gridLinesStyle:p},fontSize:{chart:o,xAxis:c,yAxis:m}}}function Cj(e,t,n){let{mainAxis:r}=Gu(e),i=V(e,`.display.xAxis`)[0],a=V(e,`.display.yAxis`)[0];return{scale:r.scale,marginBars:i.marginBars??0,preventLabelOverlap:a.preventLabelOverlap,preventVerticalLabelOverlap:a.preventLabelOverlap,preventHorizontalLabelOverlap:i.preventLabelOverlap,snapAnnotationsToPrices:a.snapAnnotationsToPrices,primaryOnTheLeft:a.primaryOnTheLeft??!1,nonEodLabelWithDate:i.nonEodLabelWithDate??!1,includePercentChangeWithLastValue:a.includePercentChangeWithLastValue??!1,ordinalName:i.ordinalName??``,contractTransition:i.contractTransition,cycleTransition:i.cycleTransition}}function wj(e,t,n){let r=t=>V(e,t)[0],i=r(`.display.chart`),a=r(`.display.xAxis.crosshair`),o=r(`.display.yAxis.crosshair`),s=`none`;return a.enabled&&o.enabled?s=`both`:a.enabled?s=`vertical`:o.enabled&&(s=`horizontal`),{crosshair:s,horizontal:{color:o.color,dashStyle:o.dashStyle},vertical:{color:a.color,dashStyle:a.dashStyle},haloTracking:i.plotHover}}function Tj(e,t,n){return F(e.data.aggregation)}function Ej(e,t){let n=V(e,uj),{mainPane:r,mainAxis:i}=Gu(e),a=[];for(let e of n){let t=!i.plots.includes(e),n=e.type.toLowerCase(),r={curves:F(e.curves),type:e.type,[n]:e[n],oppositeScale:t,leftScale:t};a.push(r)}return{plots:a,alignOnExpirations:r.alignOnExpirations}}function Dj(e,t,n){let{paneIndex:r,annotations:i,studies:a}=t||{},o=`..panes${Number.isInteger(r)?`[${r}]`:``}`,s=e,c=e=>z.NULL_OBJECT;return i===!0&&(n.allAnnotations.forEach(e=>n.onAnnotationModifiedByTool(e,O.Deleted,!1)),s=H(s,`${o}..annotations`,c)),a===!0&&(s=H(s,`${o}..plots{.type=="Study"}`,c)),s=Pd(s),s}var Oj=`.display.chart.previous`;function kj(e,t,n){return V(e,Oj)[0]}function Aj(e,t,n){return H(e,Oj,e=>(lt(e,t),e))}function jj(e,t,n){let r=[],i=MA(e,t);if(i===void 0||AA(e,kA(i))?.type!==t.type)return r;let a=Fu(e,i);if(a===null)return r;let o=a.pane,s=o===0,c=o===e.panes.length-1,l=e.panes[o].axes.reduce((e,t)=>e+t.plots.length,0)===1;return s||r.push(`ExistingAbove`),l||r.push(`NewAbove`),c||r.push(`ExistingBelow`),l||r.push(`NewBelow`),r}function Mj(e,t,n){if(!jj(e,t,n).includes(t.targetPane))return e;let r=MA(e,t);if(r===void 0)return e;let i=Fu(e,r);if(i===null)return e;let a=AA(e,kA(r));e.panes[i.pane].axes[i.axis].plots.splice(i.plot,1);let o=i.pane,s=!0;switch(t.targetPane){case`ExistingAbove`:o--;break;case`NewAbove`:e.panes.splice(o,0,HA(e)),s=!1;break;case`ExistingBelow`:o++;break;case`NewBelow`:o++,s=!1,e.panes.splice(o,0,HA(e));break}let{mainPane:c}=Gu(e),l=e.panes[o]===c;s&&l&&a?.type===`Study`&&a.study===`VOL`&&(a.detachedScale=!0);let u=e.panes[o];u.axes.length<2&&u.axes[0].plots.length>0&&u.axes.push(VA());let d=u.axes.findIndex(e=>e.plots.length===0),f=d===-1?u.axes.length-1:d;u.axes[f].plots.push(a);let p=Lu(e,i.pane);return p=Lu(p,o),Pd(p)}function Nj(e,t,n){return P(t.period)&&t.period&&(delete e.display.period,ed(e),n&&(n.forceResetVisibleRange=!0)),e}function Pj(e,t,n){let r=[],i=MA(e,t);if(i===void 0)return r;let a=AA(e,kA(i));if(a?.type!==t.type)return r;let o=Fu(e,i);if(o===null)return r;let s=e.panes[o.pane],c=o.axis===0,l=s.axes.some((e,t)=>e.plots.some((e,n)=>!(t===o.axis&&n===o.plot)&&!e.detachedScale)),u=a.detachedScale===!0;return(c||u)&&r.push(`SecondaryAxis`),(!c||u)&&r.push(`PrimaryAxis`),l&&r.push(`NoAxis`),r}function Fj(e,t,n){if(!Pj(e,t,n).includes(t.targetAxis))return e;let r=MA(e,t);if(r===void 0)return e;let i=-1;switch(t.targetAxis){case`PrimaryAxis`:i=0;break;case`SecondaryAxis`:i=1;break;case`NoAxis`:return zu(e,r)}return Ru(e,r,i)}function Ij(e,t,n){let r=V(e,`.display.tooltip`)[0];return{visible:r.visible,mode:r.mode,showMainTitle:r.showMainTitle,mainTitle:r.mainTitle}}var Lj=`..plots{.type === "Seasonal" && .main === true}`,Rj=`..plots{.type === "Seasonal" && .main !== true}`,zj=z.AUTO_COLORS;function Bj(e){return JSON.parse(JSON.stringify(e))}function Vj(e,t){let n=V(e,Lj);if(n.length===0)return e;let r=n[0];if(!r.offsets||r.offsets.length===0)return e;let i=r.offsets,a=V(e,Rj);for(let e of a){let t=e.offsets??[],n=e.curves??[],r=new Map;t.length===n.length?t.forEach((e,t)=>{let i=n[t];i&&r.set(e,Bj(i))}):n.forEach((e,t)=>{let n=i[t];e&&P(n)&&r.set(n,Bj(e))});let a=r.get(0);a?.colors?.[0];let o=i.map((e,t)=>{let n=r.get(e);if(n)return n;let i=zj[t%zj.length];return{...a?Bj(a):{},colors:[i],fields:[`Close`],style:`Line`,dashStyle:`Solid`,varyColorPerBar:!1,lineWidth:2}});e.offsets=[...i],e.curves=o}return Pd(e)}var Hj={MainPlot:$u,Aggregation:{Update:nd,Get:Tj},Period:{Update:ql,Delete:Nj},Crosshair:{Update:_A,Get:wj},Tooltip:{Update:vA,Get:Ij},Events:yA,Scale:{Update:bA,Get:Cj},Other:{Update:xA,Get:bj},Plot:{Add:tj,Get:TA,Delete:CA,Update:LA},Compare:{Update:lj,Get:Ej},Annotation:{Get:yj},MovePane:pj,Template:_j,Outline:vj,Theme:{Update:xj,Get:Sj},Clear:Dj,Previous:{Update:Aj,Get:kj},MovePlot:{Update:Mj,Get:jj},PinPlot:{Update:Fj,Get:Pj},SeasonalOffsets:{Update:Vj}};function Uj(e){return typeof e==`function`}function Wj(e,t){let n=Hj[e];if(Uj(n))return n;{let e=t===void 0?void 0:n[t];if(!Uj(e)&&(e=n[z.DEFAULT_ACCESSOR_SUBACTION],!Uj(e)))throw Error(`Invalid accesor id and/or sub id`);return e}}function Gj(e,t,n){return Wj(e.id,e.context.id)(t,e.context,n)}function Kj(e){return{id:`MainPlot`,context:e}}var qj={id:`SeasonalOffsets`,context:{}};function Jj(e){return Array.isArray(e)&&e.some(e=>e?.type===`Seasonal`)}function Yj(e){let{id:t,context:n}=e;if(!P(n))return!1;if(t===`Compare`)return Jj(n.plots);if(t!==z.ACTION_PLOT)return!1;let r=n.id;return r===`Add`||r===`Update`?n.type===`Seasonal`:r===z.ACTION_DELETE?Jj(n.plots):!1}function Xj(e){return e.some(Yj)?e[e.length-1]?.id!==`SeasonalOffsets`:!1}var Zj={keepOldAnnotations:!1,keepNewAnnotations:!0,keepOldCompare:!1,keepNewCompare:!0,keepOldAggregation:!1,keepNewBarWidth:!1},Qj=Symbol.for(`__ias__`),$j=class{presenter;_model;constructor(e=!1){this.headless=e,this.presenter=e?null:new dA(this)}get elementId(){return this.headless?null:this.presenter?.elementId??null}get hostElement(){return this.headless?null:this.presenter?.hostElement??null}initialize(e,t=null){if(this.headless){I(`You cannot initialize a headless chart.`,`error`);return}if(this.presenter.initialize(e),N(t)){let e=typeof t==`string`;e?I(`Initializing the chart with symbol name is deprecated. Please use object form instead (see docs for details). This API will be removed in the future.`,`warn`):(t.template&&this.load(t.template),delete t.template);let n=e?{symbol:t}:t;this.change(Kj(n))}}shutdown(){if(!this.headless){let e=this.presenter?.shutdown();return this.presenter=null,e}return!1}annotate(e,t=null,n=null){if(!this.headless)if(P(e)){Rc(e,t),Lc(e,t);let r=ik(e,!1,t,n,this.presenter);r.isDrawingAnnotation&&this.presenter.view.setCursor(ee.Crosshair),this.presenter.activeTool=r,Ie()||this.presenter.view.mouseCanvas.focus({preventScroll:!0})}else this.presenter.resetActiveTool()}cancelAnnotation(){this.headless||this.presenter.resetActiveTool()}zoom(e){!this.headless&&typeof e==`boolean`&&(e?this.annotate(`ZoomIn`):this.presenter.defaultTool.resetView(this.presenter))}getDefaultTemplate(){return wM()}get model(){return(this.headless?this._model:this.presenter.getModel())||wM()}asTemplate(e={main:!0,annotations:!1,compare:!1}){return this.change({id:z.ACTION_TEMPLATE,context:{strip:e}})}change(...e){let t={chart:this,actions:e.filter(e=>!e[Qj])};t.actions.length>0&&this.presenter?.notifyHost(G.CH_API_ACTIONS_RECEIVED,t);let n=$().config.validateInput,r=e.map(e=>n?Nd(e,z.ACCESSOR_SCHEMA):e);if(r.length===1){let e=r[0];if(e.id===z.ACTION_TEMPLATE||e.context.id===z.ACTION_GET)return Gj(e,this.model,this.presenter);if(!this.headless&&e.id===z.ANN_ACTION_ID)return this.presenter.handleAnnotationChange(e.context)}let{yes:i,no:a}=A(r,e=>e.id===z.ACTION_PLOT&&P(e.context)&&e.context.id===z.ACTION_DELETE),o=F(this.model),s=F(this.model),c=a;i.length>0&&c.push({id:z.ACTION_PLOT,context:{id:z.ACTION_DELETE,plots:i.map(e=>e.context)}}),c.forEach(e=>{if(s=Gj(e,s,this.presenter),!P(s))throw Error(`Forgot to return model from accessor`)}),Xj(c)&&(s=Gj(qj,s,this.presenter)),this.fromModel(s,o)}async fromModel(e,t){let n=Nd(e,z.CHART_SCHEMA);this.headless?this._model=n:await this.presenter?.fromModel(n,t)}async load(e,t){let n={...Zj,...t},r=Nd(JSON.parse(e),z.CHART_SCHEMA),i=this.model,a=F(i);if(P(i)){if(r=Ku(i,r,n.keepNewAnnotations),n.keepNewAnnotations||(r=hj(r)),n.keepOldAnnotations&&(r=rA(i,r)),n.keepNewCompare||(r=gj(r)),n.keepOldCompare&&(r=fj(i,r)),n.keepOldAggregation){let e={id:z.ACTION_AGGREGATION,context:i.data.aggregation},t=r.display.density;r=Gj(e,r,this.presenter),n.keepNewBarWidth&&P(t)&&(r.display.density=t)}await this.fromModel(r,a),this.clearUndoRedo()}}save(){return JSON.stringify(this.model)}clearUndoRedo(){!this.headless&&this.presenter?.undoRedoManager&&this.presenter.undoRedoManager.clear(!0)}reset(e=!0){let t=wM();if(this.headless)this._model=t;else if(this.presenter.getModel()){let n=this.presenter.mainPlot,r=null,i=n;if(n.isSymbol?r={symbol:i.symbol}:n.isExpression?r={expression:i.expression}:n.isForward?r={forward:i.forward}:n.isSeasonal&&(r={seasonal:i.seasonal}),P(r)){let n=Gj({id:`Theme`,context:{id:`Get`}},this.model,this.presenter),i=Gj(Kj(r),t,this.presenter);e&&(i=Gj({id:`Theme`,context:n},i,this.presenter)),this.presenter?.fromModel(i)}}this.clearUndoRedo(),this.presenter?.notifyHost(G.CH_RESET,{elementId:this.elementId})}print(e={}){this.headless||this.presenter.print(e)}getSVGForExport(){I(`Obsolete: please use 'exportImage' method instead.`,`warn`)}setTitle(e){this.headless||this.presenter.setTitle(e)}getPaneBounds(e=!0){if(!this.headless)return this.presenter.panes.map(t=>e?t.getBounds():t.getBoundsWithoutScales())}exportData(e={}){return this.headless?null:cA.call(this.presenter,e)}exportImage(e={}){return this.headless?null:lA.call(this.presenter,e)}getDataStats(){return this.presenter.getDataStats()}get canUndo(){return!this.headless&&(this.presenter?.undoRedoManager?.canUndo??!1)}get canRedo(){return!this.headless&&(this.presenter?.undoRedoManager?.canRedo??!1)}undo(){this.canUndo&&this.presenter?.undoRedoManager?.undo()}redo(){this.canRedo&&this.presenter?.undoRedoManager?.redo()}pauseUndoRedo(){this.headless||this.presenter?.undoRedoManager?.pause()}resumeUndoRedo(e){this.headless||this.presenter?.undoRedoManager?.resume(e)}priceToY(e,t=0,n=0){let r=this.presenter;if(this.headless||t<0||n<0||t>r.panes.length)return null;let i=r.panes[t];return n>i.axes.length?null:i.axes[n].toY(e)}yToPrices(e){let t=this.presenter;if(this.headless)return null;for(let[n,r]of t.panes.entries()){let t=r.getBounds();if(P(t)&&e>=t.y&&e<=t.y+t.height)return{pane:n,prices:r.axes.map(t=>t.toPrice(e))}}return{pane:-1,prices:[]}}activate(){this.presenter?.notifyHost(G.CH_DIDBECOMEACTIVE,{chart:this})}};function eM(e){let t=e.split(`.`);if(!t||t.length!==4)return!1;let n=t.map(Number);if(!n.every(e=>Number.isFinite(e)&&e>=0&&e<=255))return!1;let[r,i]=n;return r===10||r===172&&i>=16&&i<=31||r===192&&i===168}function tM(){let e=globalThis.parent?.location?.hostname||``;return[``,`localhost`,`127.0.0.1`].includes(e)||eM(e)}function nM(){let e=document.domain,t=e.split(`.`),n=`__tld`+new Date().getTime(),r=0;for(;r<t.length-1&&document.cookie.indexOf(`${n}=${n}`)===-1;)e=t.slice(-1-++r).join(`.`),document.cookie=`${n}=${n};domain=${e};`;return document.cookie=`${n}=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain=${e};`,e}function rM(e,t){return ot(t),`${e}/?${new URLSearchParams(t).toString()}`}var iM=`aHR0cHM6Ly9iYXJjaGFydHdpZGdldHMud2Vic29sLmJhcmNoYXJ0LmNvbQ==`,aM=`YXV0aGVudGljYXRlQ2hhcnRSZWZlcmVy`;function oM(e,t=``){return rM(atob(iM),{module:atob(aM),secret:t,referer:e})}function sM(e,t){return e+Math.random()*(t-e)}var cM=Function(atob(`Y29uc29sZS5sb2coIlBsZWFzZSBjb250YWN0IEJhcmNoYXJ0IGluIG9yZGVyIHRvIG9idGFpbiB0aGUgbGljZW5zZSBmb3IgdGhlIGNoYXJ0IGNvbXBvbmVudC4iKTsg`)),lM=Function(`f`,atob(`Zi5yZW1vdmVBbGxDaGFydHMoKTsg`)),uM=Function(`m`,atob(`cmV0dXJuIG0gPT09ICJJbnRlcm5hbEZlZWQiIHx8IG0gPT09ICJXaWRnZXQiIHx8IG0gPT09ICJGcmVlV2lkZ2V0IiB8fCBtID09PSAiRGVtb1NpdGUiOw==`)),dM=`YXV0aG9yaXplZA==`,fM=`ZGF0YS1lbmRwb2ludA==`,pM=`YWxsb3dDcmVkZW50aWFscw==`;async function mM(e,t){if(t&&!uM(e.mode))return;let n=!1,r=0,i=25;for(;!n&&r<5;){let t=tM()||e.mode===`FreeWidget`,a=t?e.apiKey:``;try{let i=oM(t?``:nM(),a),o=await fetch(i);if(!o.ok)r++;else{let t=await o.json(),r=t[atob(dM)];e.knownSite=r,r?(e.dataEndpoint=(t[atob(fM)]||``).replace(/\/$/g,``),e.allowCredentials=t[atob(pM)]):(e.dataEndpoint=``,e.allowCredentials=!1),n=!0;break}}catch{}r++,i*=2,await new Promise(e=>setTimeout(e,i))}(!n||!e.knownSite)&&hM()}function hM(){setTimeout(cM,sM(2e3,3e3)),setTimeout(()=>lM($()),sM(4e3,5e3))}var gM={major:2,minor:377,patch:4,prerelease:!1},_M={environment:`Browser`,validateInput:!1,throttleMillis:0,isAlt64:!0,defaultTemplate:`/${z.CHART_DEFINITION}`,cachedAnnotationsCount:0,showResizeHandles:!1,scrollBehavior:`wheel+shift`,bypassSmoothing:!1,showGoToLatest:void 0,tooltipMovement:`Auto`,tooltipHeaders:void 0,touchCrosshairTimeoutMillis:void 0,touchCrosshairDelayMillis:void 0,mode:`Unspecified`,hostingModel:`Page`,overrides:void 0,logo:void 0,logoClickable:void 0,noDataText:void 0,useAllFieldsForComparison:void 0,colorfulAnnotations:!1,baseUrl:{instruments:`/proxies/instruments`,futures:`/proxies/futures`,timeseries:`/proxies/timeseries`,timeseriesNew:`/proxies/new-timeseries`,ondemand:`/proxies/ondemand`,options:`/proxies/core-api`},credentials:void 0,apiKey:void 0,extensions:void 0,defaultVolumeBarColoring:void 0,defaultMainPlotBarColoring:void 0,async fetch(e,t){let n=this.baseUrl[e],r=`${n}${t}`;if(uM(this.mode)&&this.knownSite){let{username:i,password:a}=this.credentials||{},o=P(i,a),s=(e===`timeseries`||e===`timeseriesNew`)&&o&&this.allowCredentials?`&username=${i}&password=${a}`:``;r=`https://${this.dataEndpoint}${n}${t}${s}`}return await(await fetch(r)).text()},getCustomEventPopup:e=>null};async function vM(e,t){let n=$()?.config;if(!n||!n.fetch)throw Error(`You should call initFeed first`);let r=t;return e===`timeseries`?r=`/historical${t}`:e===`options`&&(r=`/options-historical${t}`),await n.fetch.call(n,e,r)}var yM=!1,bM=null;function xM(){let e=gM,t=e.prerelease?`-${e.prerelease.identifier}.${e.prerelease.ordinal}`:``;return`${e.major}.${e.minor}.${e.patch}${t}`}function SM(e){let t=e.extensions?.studyProvider;if(!P(t))return;let n=t.getFields(),r=t.getStudies(),i=F(ss(z.CHART_SCHEMA)),a=i.definitions,o=a.studyField.enum,s=a.study.enum;for(let e of n)if(o.includes(e.id))throw Error(`Field with id ${e.id} already exists`);for(let e of r)if(s.includes(e.id))throw Error(`Study with id ${e.id} already exists`);o.push(...n.map(e=>e.id)),s.push(...r.map(e=>e.id)),kd(z.CHART_SCHEMA,i),zd(n),fs(r)}function CM(e,t={}){if(yM)throw Error(`You should only call initFeed once during page's lifetime`);yM=!0;let n=Object.assign(_M);return lt(n,t),N(n.logo)&&FD(n.logo,n.logoClickable??!1),SM(n),bM=new e(n),bM.version=xM(),I(`%cBarchart Chart version ${bM.version}`,`info`,`font-size: larger`),bM.cachesData&&(bM.subject?.subscribe(bM.onPerformInternalGc.bind(bM)),Cv.default.subscribe(G.CH_ALL,bM.onChartChanged.bind(bM))),bM}function $(){return bM}function wM(){return F($()?.template)}function TM(){N(bM)&&(bM.shutdown(),yM=!1,bM=null)}function EM(){return new $j(!0)}function DM(e){let t=EM();return t.load(e),t.change({id:`Outline`,context:{id:`Get`}})}function OM(e,t,n,r=null){return new Proxy(e,{get:function(e,i,a){return i===t?function(t){let a=r?t[r]:t;return(n.handlesRequestsFor(a)?n:e)[i](t)}:Reflect.get(e,i,a)}})}var kM=class{version;cachesData;timeSeriesSource;metaDataSource;recordSource;charts;pendingRedraw;template;ongoingAnimationCallbackId;_altDataSource;_subject;knowDefaultCurve;defaultOhlcCurve;knowDefaultAggregation;defaultAggregation;knowDefaultPeriod;defaultPeriod;knowDefaultDensity;defaultDensity;id;_mainFeed=null;onBrowserOnline;constructor(e){this.config=e,this.timeSeriesSource=this.metaDataSource=this.recordSource=null,this.charts=new Map,this.pendingRedraw=new Set,this.ongoingAnimationCallbackId=null,this.drawCharts=this.drawCharts.bind(this),this.template=null,this.cachesData=!1,this._altDataSource=null,this._subject=null,this.id=bt(),this.onBrowserOnline=()=>{!this.cachesData||this.isAuxiliary||(this.traceFeed(`refresh:online`),this.refreshCaches())},globalThis.addEventListener?.(`online`,this.onBrowserOnline)}traceFeed(e,t={}){Rm(e,{feedId:this.id,isAuxiliary:this.isAuxiliary,...t})}get subject(){return!this.isAuxiliary&&!N(this._subject)&&(this.traceFeed(`gc:stream:init`,{gcMillis:z.INTERNAL_GC_MILLIS}),this._subject=new tp().pipe(Lp(z.INTERNAL_GC_MILLIS),Ip(e=>e.length>0))),this._subject}get isAuxiliary(){return window.opener!==null}setAltDataSource(e){this._altDataSource=e,this.timeSeriesSource=OM(this.timeSeriesSource,`getTimeSeries`,e,`symbol`),this.metaDataSource=OM(this.metaDataSource,`getMetaData`,e),this.recordSource=OM(this.recordSource,`getRecord`,e)}replaceDataSources(e){this._altDataSource=e._altDataSource,this.timeSeriesSource=e.timeSeriesSource,this.metaDataSource=e.metaDataSource,this.recordSource=e.recordSource}getAltDataSource(){return this._altDataSource}getTimeSeriesDataSource(){if(!N(this.timeSeriesSource))throw Error(`No time series source defined`);return this.timeSeriesSource}getMetaDataSource(){if(!N(this.metaDataSource))throw Error(`No metadata source defined`);return this.metaDataSource}getRecordSource(){if(!N(this.recordSource))throw Error(`No record source defined`);return this.recordSource}async ready(){return Ai.call(this,async()=>{let e=this instanceof PM||this instanceof AM||this instanceof LM;await mM(this.config,e);let t=this.config.defaultTemplate;if(!t)throw Error(`Must provide a default template`);return typeof t==`string`&&(t=await(await fetch(t)).json()),this.template=Nd(t,z.CHART_SCHEMA),!0})}getHeadlessChart(){return EM()}fixupRenderTo(e){if(!N(e))return null;if(e instanceof HTMLElement)return e;let t=xi(`#${e}`);if(N(t))return t;let n=[...this.charts.keys()].find(t=>t.id===e);return N(n)?n:null}checkChart(e,t){let n=this.fixupRenderTo(e),r=N(n)&&this.charts.has(n);return N(t)&&t!==r&&I(`There is ${t?`no`:`already a`} chart inside the element ${e}`,`error`),n}addChart(e,t=null){let n=this.checkChart(e,!1),r=new $j;return this.charts.set(n,r),r.initialize(e,t),r}removeChart(e){let t=this.checkChart(e,!0);N(t)&&(this.charts.get(t).shutdown(),this.charts.delete(t))}removeAllCharts(){for(let e of this.charts.keys())this.removeChart(e)}getChart(e){let t=this.checkChart(e);return N(t)?this.charts.get(t):null}redraw(e){let t=this.checkChart(e,!0);N(this.ongoingAnimationCallbackId)||(this.ongoingAnimationCallbackId=requestAnimationFrame(this.drawCharts)),N(t)&&this.pendingRedraw.add(t)}drawCharts(){this.ongoingAnimationCallbackId=null,this.pendingRedraw.forEach(e=>{let t=this.getChart(e);if(!N(t?.presenter?.view))return;let n=t.presenter.view;n.isHostElementVisible&&n.draw()}),this.pendingRedraw.clear()}get emptyEntities(){return{metaData:new Set,records:new Set,timeSeries:new Set}}getAllCacheableEntities(e){for(let t of this.charts.values())t.presenter.getCacheableEntities(e)}getCacheableEntities(){let e=this.emptyEntities;return this.getAllCacheableEntities(e),e.timeSeries.forEach(t=>{N(t)&&(N(t.record)&&e.records.add(t.record),N(t.records)&&Object.values(t.records).forEach(t=>e.records.add(t)))}),e}clearCaches(){this.evictUnused(this.emptyEntities)}refreshCaches(){let e=this.getCacheableEntities();this.traceFeed(`refresh:caches`,{metaData:e.metaData.size,records:e.records.size,timeSeries:e.timeSeries.size}),this.getMetaDataSource().refresh?.(),this.getRecordSource().refresh?.(e.records),e.timeSeries.forEach(e=>{e.isCached||e.refresh()}),this.getTimeSeriesDataSource().refresh(),Ge(G.DF_STREAMRECONNECTED,{})}evictUnused(e){this.getMetaDataSource().evictUnused(e.metaData),this.getRecordSource().evictUnused(e.records),this.getTimeSeriesDataSource().evictUnused(e.timeSeries)}onPerformInternalGc(){let e=this.getCacheableEntities();this.traceFeed(`gc:run`,{chartCount:this.charts.size,metaData:e.metaData.size,records:e.records.size,timeSeries:e.timeSeries.size}),this.evictUnused(e)}triggerGc(e=`unknown`){this.traceFeed(`gc:request`,{reason:e}),this.subject?.next()}onChartChanged(e,t){(e===G.CH_RECREATED||e===G.CH_SHUTDOWN)&&(this.isAuxiliary?this._mainFeed?.triggerGc(`${e}:aux:${this.id}`):this.triggerGc(e))}getDefaultMultiFieldCurve(){if(!N(this.template))return null;if(!this.knowDefaultCurve){let e=Wu(this.template);e.curves.length===1&&Jl(e.curves[0].style)?this.defaultOhlcCurve=F(e.curves[0]):this.defaultOhlcCurve=null,this.knowDefaultCurve=!0}return this.defaultOhlcCurve}getDefaultAggregation(){return!this.knowDefaultAggregation&&this.template&&(this.defaultAggregation=F(this.template.data.aggregation),this.knowDefaultAggregation=!0),this.defaultAggregation}getDefaultPeriod(){return!this.knowDefaultPeriod&&this.template&&(this.defaultPeriod=this.template.display?.period,this.knowDefaultPeriod=!0),this.defaultPeriod}getDefaultDensity(){return!this.knowDefaultDensity&&this.template&&(this.defaultDensity=this.template.display?.density,this.knowDefaultDensity=!0),this.defaultDensity}shutdown(){globalThis.removeEventListener?.(`online`,this.onBrowserOnline),this.isAuxiliary||this.clearCaches(),this.removeAllCharts()}},AM=class extends kM{constructor(e){super(e),this.timeSeriesSource=new Ag(!1),this.metaDataSource=new ca,this.recordSource=new Hm}},jM=class extends kM{constructor(e){super(e),this.timeSeriesSource=new Ag(!0),this.metaDataSource=new ca,this.recordSource=new Um}},MM=class extends kM{constructor(e){super(e),this.cachesData=!0,this.timeSeriesSource=new Ag(!0),this.metaDataSource=new ca,this.recordSource=new Hm}},NM=[`drazen.dotlic@barchart.com`,`princec`,`b.hebert24@barchart.com`],PM=class extends kM{lastStreamingTimestamp=null;_isActivelyStreaming=null;needToResubscribe=!1;_connection;constructor(e){super(e),this.cachesData=!0,this.timeSeriesSource=new Ag(!0),this.metaDataSource=new la,this.recordSource=new Wm,this.onEvents=this.onEvents.bind(this),this.onTimestamp=this.onTimestamp.bind(this),this.resetStreamingState()}resetStreamingState(){this.lastStreamingTimestamp=null,this._isActivelyStreaming=null,this.needToResubscribe=!1}get connection(){return this._connection}set connection(e){this._connection=e,N(e)&&this.initializeStreaming()}addChart(e,t=null){return this.needToResubscribe&&this.initializeStreaming(),super.addChart(e,t)}set isActivelyStreaming(e){N(this._isActivelyStreaming)&&!this._isActivelyStreaming&&e&&(this.debug(`need to refresh caches`),this.refreshCaches()),this._isActivelyStreaming=e}get isActivelyStreaming(){return this._isActivelyStreaming}initializeStreaming(){this.resetStreamingState(),this.connection.on(`events`,this.onEvents),this.connection.on(`timestamp`,this.onTimestamp)}onTimestamp(e){this.isActivelyStreaming&&(this.lastStreamingTimestamp=e)}debug(e){this.connection&&NM.includes(this.connection._username)&&I(`[chart] Connection ${e}, last timestamp ${this.lastStreamingTimestamp}`)}onEvents({event:e}){e===z.BC_EVENT_DISCONNECTED||e===z.BC_EVENT_FEED_PAUSED?(this.debug(e),this.isActivelyStreaming=!1):(e===z.BC_EVENT_LOGGED_IN||e===z.BC_EVENT_FEED_RESUMED)&&(this.debug(e),this.isActivelyStreaming=!0)}shutdown(){super.shutdown(),N(this._connection)&&(this.connection.off(`timestamp`,this.onTimestamp),this.connection.off(`events`,this.onEvents),this.resetStreamingState(),this.connection.disconnect(),this.connection=null)}};function FM(e,t){return new IM(e,t)}var IM=class{_client;_subscriptions=new Map;_listeners=new Set;constructor(e,t){this._client=e;let n=e=>e.find(e=>this._subscriptions.has(e))??null;t.onConnected=()=>{this._listeners.forEach(e=>e?.onConnected())},t.onMessageWithMetadata=(e,t)=>{let r=e.marketSnapshot;if(N(r)){let e=n(t);e!==null&&this._listeners.forEach(t=>t.onSnapshot?.(r,e))}let i=e.marketUpdate;if(N(i)){let e=n(t);e!==null&&this._listeners.forEach(t=>t.onUpdate?.(i,e))}},t.onDisconnected=()=>{this._listeners.forEach(e=>e?.onDisconnected())},t.onHeartBeat=e=>{this._listeners.forEach(t=>t.onHeartBeat?.(e))}}addListener(e){this._listeners.add(e)}removeListener(e){this._listeners.delete(e)}async ready(){return N(await this._client.connection)}shutdown(){N(this._client)&&(this._client.dispose(),this._subscriptions.clear(),this._listeners.clear())}subscribeToRealTime(e){if(this._subscriptions.has(e)||!N(this._client))return;let t=this._client.subscribe(1,5,0,[e],null,null,null);this._subscriptions.set(e,t)}unsubscribeFromRealTime(e){if(!this._subscriptions.has(e)||!N(this._client))return;let t=this._subscriptions.get(e);this._client.unsubscribe(t),this._subscriptions.delete(e)}async getInstrument(e){return await(await this._client.connection)?.getInstrument(e)??[]}},LM=class extends kM{_adapter=null;_auxFeeds=[];constructor(e){super(e),this.cachesData=!0,this.isAuxiliary||(this.timeSeriesSource=new Ag(!0),this.metaDataSource=new ua,this.recordSource=new Gm,Cv.default.subscribe(G.TS_ALL,this.onTimeSeriesMessage.bind(this)))}onTimeSeriesMessage(e,t){if(!this.isAuxiliary)for(let n of this._auxFeeds)n.notifySeriesMessage(e,t)}notifySeriesMessage(e,t){this.isAuxiliary&&Ge(e,t)}getAdapter(){return this.isAuxiliary?this._mainFeed?._adapter:this._adapter}setAdapter(e){if(this.isAuxiliary)throw Error(`Cannot set adapter on auxiliary feed`);this._adapter=e,this._adapter.addListener(this)}async ready(){if(this.isAuxiliary){let e=await this._mainFeed?.ready()??!1;return e&&(this.template=this._mainFeed.template),e}return await super.ready(),await this._adapter?.ready()??!1}subscribe(e){this.traceFeed(`openfeed:subscribe`,{symbol:e}),this.getAdapter()?.subscribeToRealTime(e)}unsubscribe(e){this.traceFeed(`openfeed:unsubscribe`,{symbol:e}),this.getAdapter()?.unsubscribeFromRealTime(e)}shutdown(){super.shutdown(),this.isAuxiliary?(this._mainFeed?.removeAuxFeed(this),this._mainFeed=null):this._adapter?.shutdown()}onConnected(){this.refreshCaches()}onDisconnected(){}onHeartBeat(){}onUpdate(e,t){this.ofRecordSource.onUpdate(e,t)}onSnapshot(e,t){this.ofRecordSource.onSnapshot(e,t)}get ofRecordSource(){return this.recordSource}replaceDataSources(e){super.replaceDataSources(e),this._mainFeed=e}addAuxFeed(e){e.replaceDataSources(this),this._auxFeeds.push(e),this._adapter?.addListener(e)}removeAuxFeed(e){let t=this._auxFeeds.findIndex(t=>t.id==e.id);t!==-1&&(this._auxFeeds.splice(t,1),this._adapter?.removeListener(e),this.triggerGc(`removeAuxFeed:${e.id}`))}getAllCacheableEntities(e){if(super.getAllCacheableEntities(e),!this.isAuxiliary)for(let t of this._auxFeeds)t.getAllCacheableEntities(e)}},RM=Cv.default;export{Bl as Aggregation,_ as AggregationSpec,g as AggregationUnit,AM as BarchartSiteDataFeed,kM as BaseDataFeed,Vm as BaseRecordSource,re as ChunkPart,xg as ContainerWrapperTimeSeries,Qk as CustomEventPopup,Kd as EmptyRecord,u as ExpressionMissingBar,f as ExpressionNoDataApproach,d as ExpressionRecompute,Tv as ExpressionSeries,Id as Field,b as FieldCategory,y as FieldFormat,v as FieldValueType,W as Fields,PM as MarketDataFeed,MM as MiniWidgetDataFeed,_h as OHLCDataPointBuilder,LM as OpenFeed,RM as PubSub,w as SeriesKind,jM as SnapshotDataFeed,q as StudySeries,yh as TimeSeriesContainer,Sv as TimeSeriesQuery,G as Topics,FM as adaptOpenFeedClient,Ei as appendDOMElement,Ai as asyncReady,X as convertSeries,Du as doesExpressionHaveComputation,_s as doesStudyExist,Su as evaluateExpression,Tu as formatExpression,Xi as formatPriceWithDecimals,bt as generateUid,hs as getAnnotationTraits,DM as getChartOutline,Zi as getCombinedMetaData,Eu as getExpressionSymbols,$ as getFeed,Na as getLightness,ck as getStudyOptions,ws as getTaxonomies,si as hasOpenInterest,CM as initFeed,aE as linReg,wv as makeExpression,K as makeHelperField,PT as makeStudy,Z as mapSeries,J as movAvg,Y as movExp,zT as movHul,LT as movSmo,RT as movWei,uh as optionValueToDate,xu as parseExpression,Ou as replaceExpressionSymbols,XT as roc,Ci as setAttributesDOMElement,TM as shutdownFeed,$T as stdDev,Si as styleDOMElement,GT as trueRange,YT as typical};
|
|
37
|
+
`)}function lA(e={}){let t=this.view.mainCanvas,{width:n,height:r}=t,{width:i,height:a,title:o}=e,s=(e,t)=>{let n=document.createElement(`canvas`);return n.width=e,n.height=t,n.getContext(`2d`)},c=s(n,r),l=globalThis.devicePixelRatio;if(c.drawImage(t,0,0),c.scale(l,l),N(o)){let e=new sA(this);e.update(o),e.draw(c)}let u=this.mainPlot?.timeSeries.container?.getLastDataPoint(W.DateTime);if(N(u)){let{fontFamily:e}=this.display.chart,{fontWeight:n,fontSize:r}=this.mainAxis.config;c.font=`${n} ${r*1.2}px ${e}`,c.textBaseline=`top`;let i=r*1.5,a=getComputedStyle(t),o=a.getPropertyValue(`--app-hc-color`),s=a.getPropertyValue(`--app-color-pl`),l={x:z.CARDS_X_OFFSET,y:z.CARDS_Y_OFFSET},d=F_(this,u,l,void 0,!1,0),f=`${d.date} ${d.time??``}`.trim(),[p,m]=[1,5],h=(e,t)=>c.measureText(e).width+t,g=(e,t,n,r,i)=>(c.fillStyle=r,c.fillText(e,t,n),h(e,i)),_=(e,t)=>e.type===C[t],v=e=>{let t=e.name;return e.isMain&&_(e,`Symbol`)?t=`${e.description} (${e.name}) [${e.exchange}]`:_(e,`Study`)&&(t=`${e.description} ${e.name.substring(e.name.indexOf(` `))}`),t};d.panes.forEach(e=>{let{top:t,left:n,width:r,right:a}=e.bounds,c=n+r-a-m,u=n+l.x,d=t+l.y;e.plots.some(e=>e.isMain)&&(u+=g(f,u,d,o,m)),e.plots.forEach((e,t)=>{let r=v(e),a=!_(e,`Study`)&&e.values.length>1;if(!e.isMain&&t>0){let t=u+h(r,m);e.values.forEach(e=>{a&&(t+=h(e.abbreviation,p)),t+=h(e.value,m)}),t>=c&&(u=n+l.x,d+=i)}u+=g(r,u,d,o,m),e.values.forEach(e=>{a&&(u+=g(e.abbreviation,u,d,s,p)),u+=g(e.value,u,d,e.color,m)})})})}let d=e=>({width:i??n,height:a??r,data:e.toDataURL(`image/png`)});if(N(i)&&N(a)){let e=s(i,a);return e.drawImage(c.canvas,0,0,i,a),d(e.canvas)}else return d(c.canvas)}var uA=Symbol.for(`__ias__`),dA=class{view;defaultTool;_activeTool;tooltipEnabled=!0;timeline;sentInitialLoadNotification=!1;_hostElement=null;undoRedoManager;title;display;model;data;panes=[];_hasLegend;renderTo;seriesChangedToken=``;metaChangedToken=``;streamingSubscription=null;_previousMask=0;_ohlcMask;selectedAnnotation;forceResetVisibleRange=!1;_maxOffset=0;_isShutdown=!1;notifySelectionChanged;notifyRecreated;notifyDefinitionChanged;constructor(e){this.accessor=e,this.defaultTool=ik(`Default`),this._activeTool=this.defaultTool,this.timeline=new h_(this),this.undoRedoManager=new oA(this),this.title=new sA(this),this.notifySelectionChanged=Ke(G.CH_ANNSELECTIONCHANGED),this.notifyRecreated=Ke(G.CH_RECREATED),this.notifyDefinitionChanged=Ke(G.CH_DEFINITION_CHANGED)}traceChart(e,t={}){Rm(e,{chartId:this.elementId,...t})}getModel(){return this.model}get isEmpty(){return!P(this.model)}notifyHost(e,t){Ge(e,t)}async fromModel(e,t){if(this._isShutdown)return;this.traceChart(`chart:fromModel:start`,{hadModel:P(this.model)}),P(this.model)&&this.allPlots.forEach(e=>e.shutdown()),this.sentInitialLoadNotification=!1,this.clearSelection(),this.model=e;let n=F(e);this.data=n.data,this.data.aggregation=Nl(n.data.aggregation),this.display=n.display,P(this.display.period)&&(this.display.period=vt(this.display.period)),this.panes=n.panes.map(e=>{let t=new Ik(this);return t.fromModel(e),t},this);let r=this.allPlots.map(e=>e.initialize());await Promise.all(r),this.traceChart(`chart:fromModel:plots-ready`,{plotCount:this.allPlots.length}),!this._isShutdown&&(this.timeline.invalidate(),this.checkZoomAndVisibleRange(e,t),P(e,t)&&this.notifyDefinitionChanged({chart:this.accessor}),this.reinitializeView())}checkZoomAndVisibleRange(e,t){if(this.view)if(this.forceResetVisibleRange)this.forceResetVisibleRange=!1,this.view.resetZoomAndVisibleRange=!0,this._maxOffset=0;else{let n=!t||gA(e,t,this);this.view.resetZoomAndVisibleRange=n,n&&(this._maxOffset=0)}}closeView(){P(this.view)&&(this.view.shutdown(),this.view=void 0)}reinitializeView(){this._isShutdown||(P(this.view)?this.view.reinitialize():(this.view=new Xk,this.view.initialize(this)),this.notifyRecreated({elementId:this.elementId}))}getCacheableEntities(e){let t={metaData:e.metaData.size,records:e.records.size,timeSeries:e.timeSeries.size};this.isEmpty||this.allPlots.map(t=>t.getCacheableEntities(e)),this.traceChart(`chart:cacheable-entities`,{plotCount:this.allPlots.length,addedMetaData:e.metaData.size-t.metaData,addedRecords:e.records.size-t.records,addedTimeSeries:e.timeSeries.size-t.timeSeries})}get activeTool(){return this._activeTool}set activeTool(e){P(this._activeTool.deactivated)&&this._activeTool.deactivated(this),this._activeTool=e,P(this._activeTool.activated)&&this._activeTool.activated(this),this.notifyHost(G.TL_CHANGED,{chart:this.accessor})}get mainPlot(){return this.allPlots.find(e=>e.main)}get mainAxis(){return this.mainPlot?.axis}get mainPane(){return this.mainAxis?.pane}get allAxes(){let e=[];return this.panes.forEach(t=>{t.axes.forEach(t=>{e.push(t)})}),e}get plotAnnotations(){let e=[];return this.allPlots.forEach(t=>{t.annotations?.forEach(t=>{e.push(t)})}),e}get allAnnotations(){let e=[];return this.allAxes.forEach(t=>{t.annotations.forEach(t=>{e.push(t)})}),e}get allPlots(){let e=[];return this.allAxes.forEach(t=>{t.plots.forEach(t=>{e.push(t)})}),e}findAxis(e){return this.allAxes.find(t=>t.id===e)}findPlot(e){return this.allPlots.find(t=>t.id===e)}get allCurves(){let e=[];return this.allPlots.forEach(t=>{t.curves.forEach(t=>{e.push(t)})}),e}findCurve(e){return this.allCurves.find(t=>t.id===e)}fixupDensityForForwards(){let e=this.allPlots.filter(e=>e.isForward).map(e=>e.timeSeries.container?.size??0);e.some(e=>e>0)&&(this.display.density=Math.max(...e))}onSeriesChanged(e,t){if(!this.view||!this.allPlots)return;let n=t.series,r=e=>e.timeSeries===n||e.eventsSeries===n,i=this.allPlots.find(r);if(!P(i))return;let a=P(i)&&i.main,o=!1,s=!1;if(e===G.TS_TIMELINECORRECTION){if(!this.timeline.tryToCorrectLastBar(t.from,t.to))return;o=!0}let c=P(t.index)?n.container.getTimeData()[t.index]:null,l=e===G.TS_EVENTSCHANGED,u=this.view.xAxis,d=u.xScale;if(e===G.TS_MANYCHANGED||l){if(a&&this.data.checkRange)if(P(this.display.xAxis.visibleRange)){let e={id:`Period`,context:{range:this.display.xAxis.visibleRange}};e[uA]=!0,this.accessor.change(e);return}else delete this.data.checkRange;i.isForward&&this.fixupDensityForForwards();let e=this.view.xAxis?.getMaxCurveOffset()??0;i.isStudy&&(e!==this._maxOffset&&(this._maxOffset=e,u.goToLatest(!0)),i.invalidateAssociatedAnnotations(`NewChunkArrived`));let n=P(this.display?.xAxis?.visibleRange);if((i.isSeasonal&&!u.wasVisibleRangeChanged&&!n||this.display?.xAxis?.isOrdinal)&&u.goToLatest(!0),t.part===re.Tail){let e=Te(this.timeline,c,Number,m_);u.shouldScrollIntoView(e)&&d.shiftBars(t.count)}this.timeline.invalidate(),this.allPlots.forEach(e=>e.invalidatePriceMappingCache()),o=!0}else if(e===G.TS_DATAPOINTADDED){let e=this.timeline.mergeDateIntoTimeline(c);e!=-1&&u.shouldScrollIntoView(e)?(d.shiftBars(1),o=!0):s=!0,i.isStudy&&i.invalidateAssociatedAnnotations(`DataPointAdded`)}else e===G.TS_DATAPOINTCHANGED&&(s=!0,i.isStudy&&i.invalidateAssociatedAnnotations(`DataPointChanged`));if(!l&&r(this.mainPlot)&&n.hasData&&n.container.size===0&&this.notifyHost(G.CH_NODATAFORMAINSYMBOL,{chart:this.accessor}),o&&this.view.recalculateLayout(),s&&(o&&I(`Performance : redundant call to recompute price domains (layout recalculation took care of this)`,`warn`),this.allAxes.filter(e=>e.plots.includes(i)).forEach(e=>{e.setDomain(),P(c)&&e.updateFullDomain(c)})),!this.sentInitialLoadNotification&&e===G.TS_MANYCHANGED&&this.allPlots.every(e=>e.timeSeries&&e.timeSeries.hasData)){this.sentInitialLoadNotification=!0,this.notifyHost(G.CH_ALL_DATA_PROJECTED,{chart:this.accessor}),ED(this);let e=this.display.period===z.FIFTY_YEARS_MILLIS;this.mainPlot&&e&&(d.fitAllData=!0,d.adjustDomain())}this.view.redraw()}onMetaChanged(e,t){e===G.MD_CHANGED&&this.view&&this.allPlots&&this.allPlots.find(e=>e.id===t.plot.id)&&(this.view.recalculateLayout(),this.view.redraw())}priceDomainsUpdated(){this.allPlots.forEach(e=>{e.notifyAboutPriceDomains&&e.onPriceDomainsUpdated()})}onScaleDomainChanged(e){let t=this.panes.indexOf(e.pane),n=e.pane.axes.indexOf(e),r={chart:this.accessor,paneIndex:t,axisIndex:n};this.notifyHost(G.CH_AXISSCALECHANGED,r)}get previousMask(){return P(this._previousMask)||(this._previousMask=Hd(W.PreviousClose)),this._previousMask}hasMatch(e,t){return e.some(e=>e.updated&&t)}get hasLegend(){return P(this._hasLegend)||(this._hasLegend=$().config.mode===ne[ne.cmdtyView]),this._hasLegend}onStreamingUpdates(e){P(this.view)&&(this.mainPlot.showPrevious&&this.hasMatch(e,this.previousMask)&&this.view.redraw(),this.hasLegend&&this.hasMatch(e,this.ohlcMask)&&this.view.updateLegend())}get ohlcMask(){return P(this._ohlcMask)||(this._ohlcMask=Hd(W.Open,W.High,W.Low,W.Close,W.PreviousClose)),this._ohlcMask}updateMatches(e,t){if((e&this.ohlcMask)===0)return!1;let n=(e,t)=>N(e)&&e.isValid&&e.hasSymbol(t);return this.mainPlot.isSymbol?n(this.mainPlot.timeSeries.record,t):this.mainPlot.isExpression?n(this.mainPlot.record,t):!1}getStreamingSubscription(){return $().getRecordSource().subject.pipe(Np(e=>e.filter(e=>this.updateMatches(e.updated,e.data.symbol))),Ip(e=>e.length>0)).subscribe(this.onStreamingUpdates.bind(this))}get hostElement(){return this._hostElement}get elementId(){return P(this._hostElement)?this._hostElement.id:null}initialize(e){if(this._hostElement=e instanceof HTMLElement?e:xi(`#${e}`),!this._hostElement)throw Error(`There is no element ${e} in the DOM`);this.renderTo=e,this.seriesChangedToken=Cv.default.subscribe(G.TS_ALL,this.onSeriesChanged.bind(this)),this.metaChangedToken=Cv.default.subscribe(G.MD_ALL,this.onMetaChanged.bind(this)),this.streamingSubscription=this.getStreamingSubscription()}shutdown(){return Cv.default.unsubscribe(this.seriesChangedToken),Cv.default.unsubscribe(this.metaChangedToken),P(this.streamingSubscription)&&this.streamingSubscription.unsubscribe(),this.allPlots.forEach(e=>e.shutdown()),this.model=void 0,this.closeView(),this.notifyHost(G.CH_SHUTDOWN,{elementId:this.elementId}),this._isShutdown=!0,!0}setSelection(e){this.selectedAnnotation=e,this.selectedAnnotation.isSelected=!0,this.selectedAnnotation.requestRedraw(),this.notifySelectionChanged({chart:this.accessor})}clearSelection(){P(this.selectedAnnotation)&&(this.selectedAnnotation.isSelected=!1,this.selectedAnnotation.requestRedraw(),this.selectedAnnotation=void 0),this.notifySelectionChanged({chart:this.accessor})}resetActiveTool(){this.activeTool=this.defaultTool,this.view.setCursor(ee.Arrow)}print(e={}){let t=Ei(document.body,`iframe`);t.src=``,t.style.display=`none`,t.onload=()=>{let{title:n}=e,r=lA.call(this,{title:n}),i=new Image;i.src=r.data,i.style.width=`100%`,t.contentDocument.body.appendChild(i),ki(i).then(()=>{let e=t.contentWindow;t.focus(),e.print(),t.remove()})}}setTitle(e,t=!1){this.title.update(e),P(this.view)&&this.view.redraw(t)}enableTooltip(e){this.tooltipEnabled=e;let t=this.display.tooltip.mode===z.TOOLTIP_CARDS;!e&&t&&this.hideCards()}get showTooltip(){return this.display.tooltip.visible&&this.tooltipEnabled}hideCards(e=!1){let t=this.display.tooltip,n=Ie();!e&&t.visible&&t.mode===z.TOOLTIP_CARDS&&Di(`.bcharts-card`,this.hostElement).forEach(e=>{let t=e.classList.contains(`bcharts-card-move`);n&&t||e.classList.contains(`bcharts-legend`)||(e.style.display=`none`)})}handleAnnotationChange(e){let t=(e,t=!0)=>({id:t?e.name:e.id,uid:e.uid,visible:e.visible});if(e.id===`List`)return this.allAnnotations.map(t);if(e.id===`Cache`)return V(this.model,`..annCache{.annotations}`).map(e=>({symbol:e.symbol,annotations:e.annotations.map(e=>t(e,!1))}));if(e.id===`Add`)return this.mainAxis.addAnnotation(e.annotation);let n=this.allAnnotations.find(t=>t.uid===e.uid);if(n!==void 0){let t=n.axis,r=t[`${e.id.toLowerCase()}Annotation`];if(typeof r==`function`){r.call(t,n,e),e.id===`Delete`&&!e.isUndoRedo&&this.onAnnotationModifiedByTool(n,O.Deleted);return}}throw Error(`Unknown sub-action ${e.id} for action ${z.ANN_ACTION_ID}`)}getPlotInfoFromDom(e){let t=e.attributes.getNamedItem(`data-plot-uid`);if(!t)throw Error(`Unable to resolve plot info: missing data-plot-uid attribute.`);let n=t.value,r=0;for(let e of this.model.panes)for(let t of e.axes)for(let e of t.plots){if(e.uid===n)return{type:e.type,index:r};r++}throw Error(`Unable to resolve plot info: model plot index not found for uid '${n}'.`)}getSimplePlot(e,t){return this.accessor.change({id:`Plot`,context:{id:z.ACTION_GET,type:e,index:t}})[0]}onCardClicked(e){let t=this.getPlotInfoFromDom(e),n=this.getSimplePlot(t.type,t.index),r={chart:this.accessor,plot:n};this.notifyHost(G.CH_CARDPLOTCLICKED,r)}deletePlotClicked(e){let t=this.getPlotInfoFromDom(e),n=this.getSimplePlot(t.type,t.index);this.accessor.change({id:`Plot`,context:{id:`Delete`,type:t.type,index:t.index}});let r={chart:this.accessor,plot:n};this.notifyHost(G.CH_CARDPLOTREMOVED,r)}showHidePlotClicked(e){this.defaultTool.hideCrosshairAndTooltips(this.view,!0);let t=this.getPlotInfoFromDom(e),n=e.attributes.getNamedItem(`data-act`).value===`Show`;this.accessor.change({id:`Plot`,context:{id:`Update`,type:t.type,index:t.index,visible:n}});let r=this.getSimplePlot(t.type,t.index),i={chart:this.accessor,plot:r,visible:n};this.notifyHost(G.CH_CARDPLOTVISIBILITYCHANGED,i)}plotMoreActionsClicked(e,t){let n=this.getPlotInfoFromDom(e),r=this.getSimplePlot(n.type,n.index),i={x:t.clientX,y:t.clientY},a={chart:this.accessor,plot:r,offset:i,originalEvent:t};this.notifyHost(G.CH_PLOTNEEDSCONTEXTMENU,a)}onMovePaneClicked(e){let t=parseInt(e.attributes.getNamedItem(`data-pane`).value),n=e.attributes.getNamedItem(`data-dir`).value===`Down`,r=t+ +!!n,i=t-+!n;setTimeout(()=>{this.accessor.change({id:`MovePane`,context:{from:r,to:i}}),this.notifyHost(G.CH_PANESREORDERED,{chart:this.accessor})})}onAnnotationsUpdated(e,t=!1){let n=this.allAxes.indexOf(e),r=e.annotations.map(e=>e.toModel()),i=$k(this.model,{axisIndex:n,annotations:r});try{this.model=Nd(i,z.CHART_SCHEMA)}catch(e){I(`Cannot update annotation (corrupts definition), error is: ${e.message}`,`error`)}t&&this.view.draw(),this.notifyHost(G.CH_ANNOTATIONCHANGED,{chart:this.accessor}),this.notifyDefinitionChanged({chart:this.accessor})}onAnnotationModifiedByTool(e,t,n=!0){if(t!==O.None){if(n&&t!==O.Undo&&t!==O.Redo){let n=ZE(e,t);this.undoRedoManager.done(n)}let r=QE(e);r.toolChange=O[t],this.notifyHost(G.CH_ANNMODIFIEDBYTOOL,r)}}onAnnotationDone(e,t){let n={id:e,chart:this.accessor,toolChange:O[t]};this.notifyHost(G.CH_ANNMODIFIEDBYTOOL,n)}onPaneHeightsUpdated(){let e=this.panes.map((e,t)=>({index:t,relativeHeight:e.height}));this.model=iA(this.model,{paneHeights:e}),this.notifyHost(G.CH_PANEHEIGHTSCHANGED,{chart:this.accessor}),this.notifyDefinitionChanged({chart:this.accessor})}getDataStats(){let e=this.mainPlot.timeSeries.container;if(!P(e)||e.size===0)return null;let t=e.getTimeData(),n=Se(t),r=xe(t);return P(n,r)?{dataRange:{from:n.getTime(),to:r.getTime()},barCount:e.size}:null}};function fA(e,t){return e?.from===t?.from&&e?.to===t?.to}var pA=[`Renko`,`Range`,`LineBreak`,`Kagi`,`PointAndFigure`];function mA(e,t){for(let n of Object.keys(e))if(e[n]!==t[n])return!0}function hA(e,t){let n=e=>e.curves[0],r=n(e),i=n(t),a=pA.includes(r.style),o=pA.includes(i.style);return a===o?o?!!(r.style!==i.style||t.inputs&&mA(dt(e.inputs),dt(t.inputs))):!1:!0}function gA(e,t,n){let r={id:`Aggregation`,context:{id:`Get`}};if(mA(Ml(Gj(r,t,n)),Ml(Gj(r,e,n)))||!fA(e.display?.xAxis?.visibleRange,t.display?.xAxis?.visibleRange)||e.display?.xAxis?.marginBars!==t.display?.xAxis?.marginBars||!fA(e.data?.range,t.data?.range)||e.data?.extendedHours!==t.data?.extendedHours||e.display?.period!==t.display?.period||e.display?.density!==t.display?.density)return!0;let i=Wu(t),a=Wu(e);if(hA(i,a))return!0;let o=(e,t)=>e.type===t,s=e=>{let t=e.toLowerCase();return o(a,e)&&o(i,e)&&i[t]!==a[t]},c=i.type!==a.type,l=s(`Forward`),u=s(`Expression`),d=s(`Symbol`);return c||l||u||d}function _A(e,t){let[n,r]=Qe(t.crosshair),{color:i,dashStyle:a}=t.horizontal||{},{color:o,dashStyle:s}=t.vertical||{},c=(e,t,n)=>{t&&(e.color=t),n&&(e.dashStyle=n)},l=H(e,`.display.xAxis.crosshair`,e=>(e.enabled=n,c(e,o,s),e));return l=H(l,`.display.yAxis.crosshair`,e=>(e.enabled=r,c(e,i,a),e)),P(t.haloTracking)&&typeof t.haloTracking==`boolean`&&(l=H(l,`.display.chart`,e=>(e.plotHover=t.haloTracking,e))),l}function vA(e,t){return H(e,`.display.tooltip`,e=>(t.visible!=null&&(e.visible=t.visible),t.mode&&(e.mode=t.mode),t.showMainTitle!=null&&(e.showMainTitle=t.showMainTitle),t.mainTitle&&(e.mainTitle=t.mainTitle),e))}function yA(e,t){let n=F(t);return Object.keys(t).forEach(e=>{z.EVENTS.includes(e)||delete n[e];let r=t[e];typeof r==`boolean`?r={show:t[e]}:Object.keys(r).forEach(e=>{z.EVENT_PROPERTIES.includes(e)||delete r[e]}),n[e]=r}),H(e,Uu,e=>(e.type===`Symbol`&&(e.events=e.events||{},Object.keys(n).forEach(t=>{e.events[t]=e.events[t]||{},ct(e.events[t],n[t],!1)})),e))}function bA(e,t){let n=H(e,`..panes{${Uu}}.axes`,e=>(N(t.scale)&&(e.scale=t.scale),e));n=H(n,`.display.xAxis`,e=>(N(t.marginBars)&&(e.marginBars=t.marginBars),N(t.nonEodLabelWithDate)&&(e.nonEodLabelWithDate=t.nonEodLabelWithDate),N(t.ordinalName)&&(e.ordinalName=t.ordinalName),N(t.preventHorizontalLabelOverlap)&&(e.preventLabelOverlap=t.preventHorizontalLabelOverlap),e));let r=()=>I(`The 'minPadding' and 'maxPadding' are deprecated (ignored)`,`warn`),i=()=>I(`The 'preventLabelOverlap' is deprecated, please use 'preventVerticalLabelOverlap'`,`warn`);return n=H(n,`.display.yAxis`,e=>{(P(t.minPadding)||P(t.maxPadding))&&r();let n=N(t.preventLabelOverlap)&&!N(t.preventVerticalLabelOverlap);n&&i();let a=n?t.preventLabelOverlap:t.preventVerticalLabelOverlap;return N(a)&&(e.preventLabelOverlap=a),P(t.includePercentChangeWithLastValue)&&(e.includePercentChangeWithLastValue=t.includePercentChangeWithLastValue),P(t.snapAnnotationsToPrices)&&(e.snapAnnotationsToPrices=t.snapAnnotationsToPrices),P(t.primaryOnTheLeft)&&(e.primaryOnTheLeft=t.primaryOnTheLeft),e}),P(t.labels)&&Array.isArray(t.labels)&&t.labels.forEach(e=>{let{axis:t,text:r,index:i,paneIndex:a}=e;P(t,r,i)&&t===`vertical`&&Number.isInteger(i)&&(n=H(n,`..panes[${a??0}]..axes[${i}]`,e=>P(e)?(e.label=r,e):z.NULL_OBJECT))}),N(t.contractTransition)&&(n=H(n,`.display.xAxis`,e=>(lt(e.contractTransition,t.contractTransition),e))),N(t.cycleTransition)&&(n=H(n,`.display.xAxis`,e=>(lt(e.cycleTransition,t.cycleTransition),e))),n}function xA(e,t,n){let r=e;if(P(t.comparisonMode)&&typeof t.comparisonMode==`string`&&nt(x,t.comparisonMode)&&(r=H(r,`..panes{${Uu}}.axes`,e=>(e.comparison=t.comparisonMode,e))),P(t.gridLines)){let[e,n]=Qe(t.gridLines);r=H(r,`.display.xAxis.gridLines`,t=>(t.visible=e,t)),r=H(r,`.display.yAxis.gridLines`,e=>(e.visible=n,e))}if(P(t.minorGridLines)){let[,e]=Qe(t.minorGridLines);r=H(r,`.display.yAxis.minorGridLines`,t=>(t.visible=e,t))}P(t.newPaneHeight)&&typeof t.newPaneHeight==`number`&&(r=H(r,`.display.chart{.newPaneHeight > 0}`,e=>(e.newPaneHeight=t.newPaneHeight,e))),P(t.showNavigator)&&typeof t.showNavigator==`boolean`&&(r=H(r,`.display.scrollbar`,e=>(e.visible=t.showNavigator,e))),P(t.plotHover)&&typeof t.plotHover==`boolean`&&(r=H(r,`.display.chart`,e=>(e.plotHover=t.plotHover,e))),P(t.showLastValue)&&typeof t.showLastValue==`string`&&(r=H(r,`.display.yAxis`,e=>(e.showLastValue=t.showLastValue,e))),P(t.showMinMaxArc)&&typeof t.showMinMaxArc==`boolean`&&(r=H(r,`.display.chart`,e=>(e.showMinMaxArc=t.showMinMaxArc,e))),P(t.showGoToLatest)&&typeof t.showGoToLatest==`boolean`&&(r=H(r,`.display.chart`,e=>(e.showGoToLatest=t.showGoToLatest,e))),P(t.showLegend)&&typeof t.showLegend==`boolean`&&(r=H(r,`.display.chart`,e=>(e.showLegend=t.showLegend,e)),t.showLegend||n.view.removeLegend()),P(t.allAnnotationsLocked)&&typeof t.allAnnotationsLocked==`boolean`&&(r=H(r,`.display`,e=>(e.allAnnotationsLocked=t.allAnnotationsLocked,e))),P(t.exprSkipLeadingEmpty)&&typeof t.exprSkipLeadingEmpty==`boolean`&&(r=H(r,`.data`,e=>(e.exprSkipLeadingEmpty=t.exprSkipLeadingEmpty,e)));let i=[];if(P(t.extendedHours)&&typeof t.extendedHours==`boolean`&&(r=H(r,`.data`,e=>(e.extendedHours=t.extendedHours,e))),P(t.realTimeCboeBzx)&&typeof t.realTimeCboeBzx==`boolean`&&(r=H(r,`.data`,e=>(e.realTimeCboeBzx!==t.realTimeCboeBzx&&i.push(`realTimeCboeBzx`),e.realTimeCboeBzx=t.realTimeCboeBzx,e))),P(t.buildContinuation)&&typeof t.buildContinuation==`boolean`&&(r=H(r,`.data`,e=>(e.buildContinuation=t.buildContinuation,e))),i.length>0){let e={chart:n.accessor,hostPropsChanged:i};n.notifyHost(G.CH_HOST_PROPS_CHANGED,e)}return r}var SA=`MARKED_FOR_DELETION`;function CA(e,t){if(t.plots.length===0)return e;let n=e;for(let e of t.plots){let t=MA(n,e);if(t===void 0)continue;let r=kA(t),i=AA(n,r);P(i)&&(P(e.type)&&i.type!==e.type||(n=H(n,r,e=>(e[SA]=!0,e))))}return n=H(n,`..plots{.${SA} === true}`,e=>z.NULL_OBJECT),n=H(n,`..plots{.type === "Study"}`,e=>{let t=B(e.study);return P(t)&&Hu(n,t,e.basis).eligible?e:z.NULL_OBJECT}),Pd(n)}function wA(e,t,n,r){let i=C[e.type],a={curves:F(e.curves),type:e.type,uid:e.uid};a.precision=e.precision,a.visible=e.visible,a.detachedScale=e.detachedScale;let o=(e,t)=>{P(e[t])?a[t]=e[t].map(e=>F(e)):a[t]=[]},s=(e,t,n=!1)=>{t.main===!0&&(e.main=!0,e.showPrevious=t.showPrevious,n&&t.events!=null&&(e.events=F(t.events)))},c=(e,t=e=>!0)=>{P(r)&&(e.subtitles=r.allPlots.filter(e=>e.type===i).filter(t).map(e=>e.title))};switch(i){case C.Symbol:{a.title=e.symbol;let t=a.curves[0].style,n=t=>{o(e,`inputs`),a.inputs.length===0&&(a.inputs=F(t))};switch(t){case`Renko`:n(z.DEFAULT_RENKO_INPUTS);break;case`Kagi`:n(z.DEFAULT_KAGI_INPUTS);break;case`PointAndFigure`:n(z.DEFAULT_PNF_INPUTS);break;case`LineBreak`:n(z.DEFAULT_LINEBREAK_INPUTS);break;case`Baseline`:n(z.DEFAULT_BASELINE_INPUTS);break}s(a,e,!0);break}case C.Study:{o(e,`inputs`);let r=B(e.study),i=a.inputs,s=e.study===`AVWAP`,c=i.length===0?``:` (${i.map(e=>s&&e.name===`Anchor`?new Date(e.value).toLocaleString():e.value).join(`, `)})`,l=a.curves.map(e=>Number(e.shift)).filter(e=>e>0),u=l.length===0?``:` [${l.join(`, `)}]`;a.title=`${r.id}${c}${u}`,a.studyId=r.id,o(e,`levels`),o(e,`bands`),a.basis=F(e.basis)||{kind:`main`},a.placement=t?n?`overlay`:`withMain`:`standalone`;break}case C.BalanceSheet:case C.IncomeStatement:{let t=W[e.curves[0].fields[0]];a.title=`${t.name} (${e.fundamental.substring(0,1)})`,a.fundamentalId=t.id,a.frequency=e.fundamental;break}case C.Expression:a.title=e.expression,s(a,e);break;case C.Forward:a.title=e.forward,o(e,`offsets`),c(a),s(a,e);break;case C.Seasonal:a.title=e.seasonal,c(a,e=>e.refSeasonal===a.title),o(e,`offsets`),s(a,e);break;default:throw Error(`Unexpected plot type`)}return a}function TA(e,{main:t,type:n,index:r,uid:i},a){let o=`..plots{.main === true}`,s=V(e,`..panes`).map((e,t)=>{let n=V(e,o).length===1;return V(e,`..axes`).map((e,r)=>{let i=V(e,o).length===1;return V(e,`..plots`).map(e=>{let o=wA(e,n,i,a);return o.paneIndex=t,o.axisIndex=r,o})})}).flat(2).map((e,t)=>(e.index=t,e));if(P(i))return s.filter(e=>e.uid===i);if(t)return s.filter(e=>e.main);if(P(n)){let e=s.filter(e=>e.type===n);return P(r)?e.filter(e=>e.index===r):e}else return s}var EA=[`overlay`,`standalone`,`withMain`,`clone`];function DA(e,t,n){t[n]&&(e[n]=t[n])}function OA(e,t){e.type===`Study`&&t.curves?.forEach(e=>delete e.varyColorPerBar),PA(e)?P(t.curves)&&(e.curves=t.curves):zA(e.curves,t.curves);let n=C[t.type],r=e;if(P(t.precision)?r.precision=t.precision:delete r.precision,n===C.Symbol)P(t.symbol)&&(e.symbol=t.symbol);else if(n===C.Study)P(t.basis)&&(e.basis=F(t.basis)),BA(e.inputs,t.inputs,e),[`bands`,`levels`,`detachedScale`].forEach(n=>DA(e,t,n));else if((n===C.BalanceSheet||n===C.IncomeStatement)&&t.frequency)e.fundamental=t.frequency;else if(n===C.Expression){let n=e;P(t.expression)&&(n.expression=t.expression)}else if(n===C.Forward){let n=e;P(t.offsets)&&(n.offsets=t.offsets),P(t.forward)&&(n.forward=t.forward)}else if(n===C.Seasonal){let n=e;P(t.offsets)&&(n.offsets=t.offsets),P(t.seasonal)&&(n.seasonal=t.seasonal),P(t.usesInAverage)&&(r.usesInAverage=t.usesInAverage),vl(n)}}var kA=e=>`..plots[${e}]`;function AA(e,t){let n=V(e,t);return n.length===1?n[0]:null}function jA(e,t){let n=0;for(let r of e.panes)for(let e of r.axes)for(let r of e.plots){if(r.uid===t)return n;n+=1}}function MA(e,t){return P(t.uid)?jA(e,t.uid):t.index}function NA(e){let t=C[e.type];return t===C.Symbol||t===C.Expression}function PA(e){let t=C[e.type];return t===C.Forward||t===C.Seasonal}function FA(e){let t=C[e.type];return t===C.Symbol||t===C.Expression||t===C.Seasonal}function IA(e,t,n){if(P(t))return t;let r=n?.uid;return typeof r==`string`?jA(e,r):void 0}function LA(e,t,n){if(P(t.placement)&&!EA.includes(t.placement))throw Error(`Unknown placement: ${t.placement}`);let r=MA(e,t),i=r===void 0?t.main?Uu:``:kA(r);if(!i)return e;let a=AA(e,i);if(!N(a)||N(t.type)&&a.type!==t.type)return e;let o=IA(e,r,a);if(t.type===C[C.Study]){let n=a,r=B(t.studyId??n.study);if(!N(r))return e;let i=P(t.basis)?t.basis:n.basis,o=Hu(e,r,i);if(!o.eligible)return I(`Cannot update study "${r.meta.title}" because ${o.reason}.`,`error`),e}if(N(t.visible))return a.visible=t.visible,e;if(a.main&&NA(a)){if(t.curves){let n=e=>e.curves[0].style===h[h.Range],[r,i]=[n(a),n(t)];r&&!i?e=nd(e,{unit:`Day`,size:1,spec:`None`}):!r&&i&&(e=nd(e,{unit:`Intraday`,size:100,spec:`PerRange`}))}t.type||=a.type;let n=a;P(t.precision)?n.precision=t.precision:delete n.precision,P(t.showPrevious)&&(e=H(e,Uu,e=>(e.showPrevious=t.showPrevious,e)));let r=t.curves?nu(e,t):e;return P(t.oppositeScale)&&FA(a)&&P(o)&&(r=Ru(r,o,+!!t.oppositeScale)),r}else{let s=H(e,i,e=>(OA(e,t),e));if(P(t.oppositeScale)&&FA(a)&&P(o)&&(s=Ru(s,o,+!!t.oppositeScale)),!(t.type===C[C.Study]&&P(t.placement)))return s;let c=P(r)?r:t.index,l=TA(s,{...t,index:c},n).find(e=>e.index===c);if(!P(l))return e;if(t.placement===l.placement)return s;let u=AA(s,i);if(!P(u))return e;s=CA(s,{id:`Delete`,plots:[{uid:u.uid,type:t.type}]});let d=GA(s,t.placement,t.cloneIndex,t.cloneUid);return d!==null&&d.plots.push(u),s}}function RA(e){return e!==void 0}function zA(e,t){if(RA(t)&&t.length===e.length)for(let n=0;n<e.length;++n){let r=t[n],i=e[n];lt(i,r);for(let e of[`shift`,`dashStyle`,`lineSmoothing`,`lineMarker`]){let t=r[e];P(t)&&(i[e]=t)}}}function BA(e,t,n){let r=dt(e),i=dt(t);lt(r,i);let a=ft(i);a.length>0&&(n.inputs=a)}function VA(){return{plots:[]}}function HA(e){let t=e.display.chart.newPaneHeight??1;return{axes:[VA()],height:t}}function UA(e){let t=HA(e);return e.panes.push(t),t}function WA(e,t){let n=N(t.paneIndex)&&t.paneIndex<e.panes.length?e.panes[t.paneIndex]:UA(e),r=n.axes[0];return t.oppositeScale??!1?dj(n,r):r}function GA(e,t,n,r,i){let a=null,{mainPane:o,mainAxis:s}=Gu(e),c=(()=>{if(i?.kind!==`seasonal`)return null;for(let t of e.panes)for(let e of t.axes)for(let n of e.plots){if(n.uid!==i.uid||n.type!==`Seasonal`)continue;let r=n.offsets;if(Array.isArray(r)&&r.includes(i.offset))return{pane:t,axis:e}}return null})();switch(t){case`withMain`:a=c?dj(c.pane,c.axis):dj(o,s);break;case`overlay`:a=c?.axis??s;break;case`standalone`:a=UA(e).axes[0];break;case`clone`:{let t={main:!1,type:C[C.Study]};if(typeof r==`string`&&r.length>0?t.uid=r:typeof n==`number`&&(t.index=n),t.uid||typeof t.index==`number`){let n=TA(e,t).find(e=>e.type===C[C.Study]&&(t.uid?e.uid===t.uid:e.index===t.index));if(!n)break;a=V(e,`..panes[${n.paneIndex}]..axes[${n.axisIndex}]`)[0]}break}}return a}function KA(e,t){let n=B(t.studyId);if(!N(n))return I(`Unknown or unavailable study with the id '${t.studyId}'`,`error`),e;let r=Hu(e,n,t.basis);if(!r.eligible)return I(`Cannot add study "${n.meta.title}" because ${r.reason}.`,`error`),e;let i=t.placement||(n.meta.overlay?`overlay`:`standalone`),a=t.uid??bt();P(t.uid)&&Nu(e,a);let o={uid:a,type:`Study`,study:t.studyId,visible:!0};i===`overlay`&&t.studyId===`VOL`&&(o.detachedScale=!0),t.curves!==void 0&&(o.curves=n.defaults.curves),OA(o,t);let s=GA(e,i,t.cloneIndex,t.cloneUid,t.basis);P(s)&&s.plots.push(o);let c=e.data.aggregation;return td(e,c.unit===`Tick`&&c.spec===`None`)}function qA(e,t){e.panes.push({axes:[{plots:[t]}]})}function JA(e,t){let n=Wu(e);if(n.type!==C[C.Symbol])throw Error(`Cannot add fundamental to the chart whose main plot is not a Symbol plot.`);let r=n.symbol,i=t.uid??bt();P(t.uid)&&Nu(e,i);let a={uid:i,curves:[{fields:[t.fundamentalId],lineWidth:2,style:`Line`,varyColorPerBar:!1,visible:!0,colors:[`#888`]}],fundamental:`Quarter`,symbol:r,type:b[W[t.fundamentalId].category],visible:!0};return OA(a,t),qA(e,a),e}var YA=[{fields:[W.Close.id],colors:[`#888`],style:`Line`,lineWidth:2,varyColorPerBar:!1,visible:!0}];function XA(e){return e.type===`Symbol`}function ZA(e,t){let n=Wu(e),r=F(XA(n)?n.curves:YA),i=t.uid??bt();P(t.uid)&&Nu(e,i);let a={uid:i,curves:r,expression:``,type:`Expression`,visible:!0};return OA(a,t),WA(e,t).plots.push(a),e}function QA(e,t){let n=t.uid??bt();P(t.uid)&&Nu(e,n);let r={uid:n,curves:F(YA),offsets:[0],seasonal:``,type:`Seasonal`,visible:!0,main:!1};return OA(r,t),WA(e,t).plots.push(r),e}var $A={attributes:[`OpenVsClose`],colors:[`#b63400`,`#007f3e`,`#1664db`],fields:[`Open`,`High`,`Low`,`Close`,`Change`],style:`Candlestick`,varyColorPerBar:!0,lineWidth:1};function ej(e,t){let n=Wu(e),r=$().getDefaultMultiFieldCurve(),i=P(r)?r:$A,a=n.curves?.length,o=a===t.curves.length&&a===1?(e=>F(e?n.curves:[i]))(XA(n)):t.curves,s=t.uid??bt();P(t.uid)&&Nu(e,s);let c={uid:s,curves:o,symbol:``,type:`Symbol`,visible:!0};return OA(c,t),WA(e,t).plots.push(c),e}function tj(e,t){switch(t.type){case`Study`:return KA(e,t);case`IncomeStatement`:case`BalanceSheet`:return JA(e,t);case`Expression`:return ZA(e,t);case`Symbol`:return ej(e,t);case`Seasonal`:return QA(e,t);default:throw Error("Unexpected plot type '${type}', not supported currently")}}var nj=0,rj=z.AUTO_COLORS,ij=`Symbol`,aj=`Expression`,oj=`Seasonal`;function sj(e,t){let n={attributes:[],colors:rj.slice(nj,nj+1),fields:e?[W.Last.id]:[W.Close.id],style:`Line`,dashStyle:`Solid`,varyColorPerBar:!1,lineWidth:2,lineMarker:void 0,lineSmoothing:void 0},r={uid:t.uid??bt(),curves:[n]},{curves:i,oppositeScale:a,...o}=t;return ut(r,o),N(i)&&(r.curves=i.map(e=>{let t=F(e);return ut(t,n),t})),r.main=!1,nj=(nj+1)%rj.length,r}function cj(e){return P(e.symbols)&&(I(`Use of 'symbols' for Compare API is deprecated. Please see docs for the latest version which supports more plot types`,`warn`),e.plots=e.symbols.map(e=>(e.type=ij,e))),e.plots?.some(e=>P(e.leftScale))?(I(`Use of 'leftScale' for Compare API is deprecated. Please use 'oppositeScale'`,`warn`),e.plots.map(e=>{let t=e.leftScale;return delete e.leftScale,{...e,oppositeScale:t}})):e.plots}function lj(e,t){let n=cj(t),r=n.map(e=>e.uid).filter(e=>typeof e==`string`),i=new Set;for(let t of r){if(i.has(t))throw Error(`Plot uid '${t}' is duplicated in the Compare request.`);i.add(t),Nu(e,t)}let{yes:a,no:o}=A(n,e=>e.oppositeScale??!1),{mainPane:s,mainAxis:c}=Gu(e);s.alignOnExpirations=t.alignOnExpirations||!1;let l=dj(s,c),u=e=>![ij,aj,oj].includes(e.type);l.plots=l.plots.filter(u);let d=c.plots.filter(e=>e.main||u(e)),f=e.data.aggregation.unit===`Tick`;nj=0;let p=se(sj,f);return c.plots=d.concat(o.map(p)),a.length>0&&(l.plots.push(...a.map(p)),l.comparison=c.comparison,l.scale=c.scale),Pd(e)}var uj=`..plots{(.type === "Symbol" || .type === "Expression" || .type === "Seasonal") && .main !== true}`;function dj(e,t){let n=e.axes.find(e=>e!==t);return P(n)||(n=VA(),e.axes.push(n)),n}function fj(e,t){let n=V(e,uj),r=V(t,uj),i=Math.max(0,4-r.length);if(i===0)return t;let a=n.filter(e=>!r.find(t=>e.symbol===t.symbol)).slice(0,i);if(a.length===0)return t;let{mainPane:o,mainAxis:s}=Gu(t),{mainAxis:c}=Gu(e);return a.forEach(e=>{c.plots.includes(e)?s.plots.push(e):dj(o,s).plots.push(e)}),t}function pj(e,t){let n=e.panes;return n.splice(t.to,0,n.splice(t.from,1)[0]),e}var mj=()=>z.NULL_OBJECT;function hj(e){return H(e,`..axes.annotations`,mj)}function gj(e){return Pd(H(e,`..plots{.type === "Symbol" && .main !== true}`,mj))}function _j(e,t){let n=F(e);if(t.strip.main){let e=Wu(n),t=e.type.toLowerCase();e[t]=z.PLACEHOLDER_SYMBOL_NAME}return t.strip.annotations&&(n=hj(n)),t.strip.compare&&(n=gj(n)),n=H(n,`.data`,e=>(e.range&&(delete e.range,e.checkRange=!0),e)),n}function vj(e,t,n){let r=TA(e,{main:!0},n)[0],i=r.title===z.PLACEHOLDER_SYMBOL_NAME,a=r.type===`Symbol`,o=r.type===`Expression`,s=xu(r.title),c=[];return o&&!bu(s)?c=s.symbols:i||(c=[r.title]),{isTemplate:i,isDefinition:!i,main:{isSymbol:a,isExpression:o,symbols:c,title:i?null:r.title},compare:V(e,uj).map(e=>e.symbol),annotations:V(e,`..annotations`).map(e=>e.id),studies:TA(e,{type:`Study`},n).map(e=>e.title)}}function yj(e,t,n){let r=V(e,`..panes`).map((e,t)=>V(e,`..axes`).map((e,n)=>V(e,`.annotations`).map(e=>({...e,paneIndex:t,axisIndex:n})))).flat(2).map((e,t)=>({...e,index:t}));return P(t.index)&&Number.isFinite(t.index)?t.index<r.length?[r[t.index]]:z.EMPTY_ARRAY:r}function bj(e,t,n){let r=V(e,`..panes{${Uu}}.axes.comparison`)[0],i=e.display,a=(e,t)=>rt(e,!1,t,`visible`),o=e=>$e(a(i.xAxis,e),a(i.yAxis,e)),s=rt(i.chart,!0,`showLegend`);return{comparison:r,gridLines:o(`gridLines`),minorGridLines:o(`minorGridLines`),newPaneHeight:i.chart.newPaneHeight,showLastValue:i.yAxis.showLastValue,showLegend:s,showMinMaxArc:i.chart.showMinMaxArc,allAnnotationsLocked:i.allAnnotationsLocked,exprSkipLeadingEmpty:e.data?.exprSkipLeadingEmpty??!1,extendedHours:e.data?.extendedHours??!1,realTimeCboeBzx:e.data?.realTimeCboeBzx??!1,buildContinuation:e.data?.buildContinuation??!1}}function xj(e,t){let n=e,{backgroundColor:r,axis:{gridLinesColor:i,textColor:a,crosshairColor:o,gridLinesStyle:s},fontSize:c}=t,{chart:l,xAxis:u,yAxis:d}=c||{};if((r||l)&&(n=H(e,`.display.chart`,e=>(r&&(e.backgroundColor=r),l&&(e.fontSize=l),e))),i){let e=e=>(e.color=i,e);n=H(n,`.display.xAxis.gridLines`,e),n=H(n,`.display.yAxis.gridLines`,e),n=H(n,`.display.yAxis.minorGridLines`,e)}if(s){let e=e=>(e.dashStyle=s,e);n=H(n,`.display.xAxis.gridLines`,e),n=H(n,`.display.yAxis.gridLines`,e),n=H(n,`.display.yAxis.minorGridLines`,e)}if(a){let e=e=>(e.textColor=a,e);n=H(n,`.display.xAxis`,e),n=H(n,`.display.yAxis`,e)}if(o){let e=e=>(e.color=o,e);n=H(n,`.display.xAxis.crosshair`,e),n=H(n,`.display.yAxis.crosshair`,e)}if(u||d){let e=e=>t=>(t.fontSize=e,t);u&&(n=H(n,`.display.xAxis`,e(u))),d&&(n=H(n,`.display.yAxis`,e(d)))}return n}function Sj(e,t,n){let{chart:r,xAxis:i,yAxis:a}=e.display||{},{fontSize:o,backgroundColor:s}=r||{},{fontSize:c,gridLines:l,textColor:u,crosshair:d}=i||{},{color:f,dashStyle:p}=l||{},{fontSize:m}=a||{},{color:h}=d||{};return{backgroundColor:s,axis:{gridLinesColor:f,textColor:u,crosshairColor:h,gridLinesStyle:p},fontSize:{chart:o,xAxis:c,yAxis:m}}}function Cj(e,t,n){let{mainAxis:r}=Gu(e),i=V(e,`.display.xAxis`)[0],a=V(e,`.display.yAxis`)[0];return{scale:r.scale,marginBars:i.marginBars??0,preventLabelOverlap:a.preventLabelOverlap,preventVerticalLabelOverlap:a.preventLabelOverlap,preventHorizontalLabelOverlap:i.preventLabelOverlap,snapAnnotationsToPrices:a.snapAnnotationsToPrices,primaryOnTheLeft:a.primaryOnTheLeft??!1,nonEodLabelWithDate:i.nonEodLabelWithDate??!1,includePercentChangeWithLastValue:a.includePercentChangeWithLastValue??!1,ordinalName:i.ordinalName??``,contractTransition:i.contractTransition,cycleTransition:i.cycleTransition}}function wj(e,t,n){let r=t=>V(e,t)[0],i=r(`.display.chart`),a=r(`.display.xAxis.crosshair`),o=r(`.display.yAxis.crosshair`),s=`none`;return a.enabled&&o.enabled?s=`both`:a.enabled?s=`vertical`:o.enabled&&(s=`horizontal`),{crosshair:s,horizontal:{color:o.color,dashStyle:o.dashStyle},vertical:{color:a.color,dashStyle:a.dashStyle},haloTracking:i.plotHover}}function Tj(e,t,n){return F(e.data.aggregation)}function Ej(e,t){let n=V(e,uj),{mainPane:r,mainAxis:i}=Gu(e),a=[];for(let e of n){let t=!i.plots.includes(e),n=e.type.toLowerCase(),r={curves:F(e.curves),type:e.type,[n]:e[n],oppositeScale:t,leftScale:t};a.push(r)}return{plots:a,alignOnExpirations:r.alignOnExpirations}}function Dj(e,t,n){let{paneIndex:r,annotations:i,studies:a}=t||{},o=`..panes${Number.isInteger(r)?`[${r}]`:``}`,s=e,c=e=>z.NULL_OBJECT;return i===!0&&(n.allAnnotations.forEach(e=>n.onAnnotationModifiedByTool(e,O.Deleted,!1)),s=H(s,`${o}..annotations`,c)),a===!0&&(s=H(s,`${o}..plots{.type=="Study"}`,c)),s=Pd(s),s}var Oj=`.display.chart.previous`;function kj(e,t,n){return V(e,Oj)[0]}function Aj(e,t,n){return H(e,Oj,e=>(lt(e,t),e))}function jj(e,t,n){let r=[],i=MA(e,t);if(i===void 0||AA(e,kA(i))?.type!==t.type)return r;let a=Fu(e,i);if(a===null)return r;let o=a.pane,s=o===0,c=o===e.panes.length-1,l=e.panes[o].axes.reduce((e,t)=>e+t.plots.length,0)===1;return s||r.push(`ExistingAbove`),l||r.push(`NewAbove`),c||r.push(`ExistingBelow`),l||r.push(`NewBelow`),r}function Mj(e,t,n){if(!jj(e,t,n).includes(t.targetPane))return e;let r=MA(e,t);if(r===void 0)return e;let i=Fu(e,r);if(i===null)return e;let a=AA(e,kA(r));e.panes[i.pane].axes[i.axis].plots.splice(i.plot,1);let o=i.pane,s=!0;switch(t.targetPane){case`ExistingAbove`:o--;break;case`NewAbove`:e.panes.splice(o,0,HA(e)),s=!1;break;case`ExistingBelow`:o++;break;case`NewBelow`:o++,s=!1,e.panes.splice(o,0,HA(e));break}let{mainPane:c}=Gu(e),l=e.panes[o]===c;s&&l&&a?.type===`Study`&&a.study===`VOL`&&(a.detachedScale=!0);let u=e.panes[o];u.axes.length<2&&u.axes[0].plots.length>0&&u.axes.push(VA());let d=u.axes.findIndex(e=>e.plots.length===0),f=d===-1?u.axes.length-1:d;u.axes[f].plots.push(a);let p=Lu(e,i.pane);return p=Lu(p,o),Pd(p)}function Nj(e,t,n){return P(t.period)&&t.period&&(delete e.display.period,ed(e),n&&(n.forceResetVisibleRange=!0)),e}function Pj(e,t,n){let r=[],i=MA(e,t);if(i===void 0)return r;let a=AA(e,kA(i));if(a?.type!==t.type)return r;let o=Fu(e,i);if(o===null)return r;let s=e.panes[o.pane],c=o.axis===0,l=s.axes.some((e,t)=>e.plots.some((e,n)=>!(t===o.axis&&n===o.plot)&&!e.detachedScale)),u=a.detachedScale===!0;return(c||u)&&r.push(`SecondaryAxis`),(!c||u)&&r.push(`PrimaryAxis`),l&&r.push(`NoAxis`),r}function Fj(e,t,n){if(!Pj(e,t,n).includes(t.targetAxis))return e;let r=MA(e,t);if(r===void 0)return e;let i=-1;switch(t.targetAxis){case`PrimaryAxis`:i=0;break;case`SecondaryAxis`:i=1;break;case`NoAxis`:return zu(e,r)}return Ru(e,r,i)}function Ij(e,t,n){let r=V(e,`.display.tooltip`)[0];return{visible:r.visible,mode:r.mode,showMainTitle:r.showMainTitle,mainTitle:r.mainTitle}}var Lj=`..plots{.type === "Seasonal" && .main === true}`,Rj=`..plots{.type === "Seasonal" && .main !== true}`,zj=z.AUTO_COLORS;function Bj(e){return JSON.parse(JSON.stringify(e))}function Vj(e,t){let n=V(e,Lj);if(n.length===0)return e;let r=n[0];if(!r.offsets||r.offsets.length===0)return e;let i=r.offsets,a=V(e,Rj);for(let e of a){let t=e.offsets??[],n=e.curves??[],r=new Map;t.length===n.length?t.forEach((e,t)=>{let i=n[t];i&&r.set(e,Bj(i))}):n.forEach((e,t)=>{let n=i[t];e&&P(n)&&r.set(n,Bj(e))});let a=r.get(0);a?.colors?.[0];let o=i.map((e,t)=>{let n=r.get(e);if(n)return n;let i=zj[t%zj.length];return{...a?Bj(a):{},colors:[i],fields:[`Close`],style:`Line`,dashStyle:`Solid`,varyColorPerBar:!1,lineWidth:2}});e.offsets=[...i],e.curves=o}return Pd(e)}var Hj={MainPlot:$u,Aggregation:{Update:nd,Get:Tj},Period:{Update:ql,Delete:Nj},Crosshair:{Update:_A,Get:wj},Tooltip:{Update:vA,Get:Ij},Events:yA,Scale:{Update:bA,Get:Cj},Other:{Update:xA,Get:bj},Plot:{Add:tj,Get:TA,Delete:CA,Update:LA},Compare:{Update:lj,Get:Ej},Annotation:{Get:yj},MovePane:pj,Template:_j,Outline:vj,Theme:{Update:xj,Get:Sj},Clear:Dj,Previous:{Update:Aj,Get:kj},MovePlot:{Update:Mj,Get:jj},PinPlot:{Update:Fj,Get:Pj},SeasonalOffsets:{Update:Vj}};function Uj(e){return typeof e==`function`}function Wj(e,t){let n=Hj[e];if(Uj(n))return n;{let e=t===void 0?void 0:n[t];if(!Uj(e)&&(e=n[z.DEFAULT_ACCESSOR_SUBACTION],!Uj(e)))throw Error(`Invalid accesor id and/or sub id`);return e}}function Gj(e,t,n){return Wj(e.id,e.context.id)(t,e.context,n)}function Kj(e){return{id:`MainPlot`,context:e}}var qj={id:`SeasonalOffsets`,context:{}};function Jj(e){return Array.isArray(e)&&e.some(e=>e?.type===`Seasonal`)}function Yj(e){let{id:t,context:n}=e;if(!P(n))return!1;if(t===`Compare`)return Jj(n.plots);if(t!==z.ACTION_PLOT)return!1;let r=n.id;return r===`Add`||r===`Update`?n.type===`Seasonal`:r===z.ACTION_DELETE?Jj(n.plots):!1}function Xj(e){return e.some(Yj)?e[e.length-1]?.id!==`SeasonalOffsets`:!1}var Zj={keepOldAnnotations:!1,keepNewAnnotations:!0,keepOldCompare:!1,keepNewCompare:!0,keepOldAggregation:!1,keepNewBarWidth:!1},Qj=Symbol.for(`__ias__`),$j=class{presenter;_model;constructor(e=!1){this.headless=e,this.presenter=e?null:new dA(this)}get elementId(){return this.headless?null:this.presenter?.elementId??null}get hostElement(){return this.headless?null:this.presenter?.hostElement??null}initialize(e,t=null){if(this.headless){I(`You cannot initialize a headless chart.`,`error`);return}if(this.presenter.initialize(e),N(t)){let e=typeof t==`string`;e?I(`Initializing the chart with symbol name is deprecated. Please use object form instead (see docs for details). This API will be removed in the future.`,`warn`):(t.template&&this.load(t.template),delete t.template);let n=e?{symbol:t}:t;this.change(Kj(n))}}shutdown(){if(!this.headless){let e=this.presenter?.shutdown();return this.presenter=null,e}return!1}annotate(e,t=null,n=null){if(!this.headless)if(P(e)){Rc(e,t),Lc(e,t);let r=ik(e,!1,t,n,this.presenter);r.isDrawingAnnotation&&this.presenter.view.setCursor(ee.Crosshair),this.presenter.activeTool=r,Ie()||this.presenter.view.mouseCanvas.focus({preventScroll:!0})}else this.presenter.resetActiveTool()}cancelAnnotation(){this.headless||this.presenter.resetActiveTool()}zoom(e){!this.headless&&typeof e==`boolean`&&(e?this.annotate(`ZoomIn`):this.presenter.defaultTool.resetView(this.presenter))}getDefaultTemplate(){return wM()}get model(){return(this.headless?this._model:this.presenter.getModel())||wM()}asTemplate(e={main:!0,annotations:!1,compare:!1}){return this.change({id:z.ACTION_TEMPLATE,context:{strip:e}})}change(...e){let t={chart:this,actions:e.filter(e=>!e[Qj])};t.actions.length>0&&this.presenter?.notifyHost(G.CH_API_ACTIONS_RECEIVED,t);let n=$().config.validateInput,r=e.map(e=>n?Nd(e,z.ACCESSOR_SCHEMA):e);if(r.length===1){let e=r[0];if(e.id===z.ACTION_TEMPLATE||e.context.id===z.ACTION_GET)return Gj(e,this.model,this.presenter);if(!this.headless&&e.id===z.ANN_ACTION_ID)return this.presenter.handleAnnotationChange(e.context)}let{yes:i,no:a}=A(r,e=>e.id===z.ACTION_PLOT&&P(e.context)&&e.context.id===z.ACTION_DELETE),o=F(this.model),s=F(this.model),c=a;i.length>0&&c.push({id:z.ACTION_PLOT,context:{id:z.ACTION_DELETE,plots:i.map(e=>e.context)}}),c.forEach(e=>{if(s=Gj(e,s,this.presenter),!P(s))throw Error(`Forgot to return model from accessor`)}),Xj(c)&&(s=Gj(qj,s,this.presenter)),this.fromModel(s,o)}async fromModel(e,t){let n=Nd(e,z.CHART_SCHEMA);this.headless?this._model=n:await this.presenter?.fromModel(n,t)}async load(e,t){let n={...Zj,...t},r=Nd(JSON.parse(e),z.CHART_SCHEMA),i=this.model,a=F(i);if(P(i)){if(r=Ku(i,r,n.keepNewAnnotations),n.keepNewAnnotations||(r=hj(r)),n.keepOldAnnotations&&(r=rA(i,r)),n.keepNewCompare||(r=gj(r)),n.keepOldCompare&&(r=fj(i,r)),n.keepOldAggregation){let e={id:z.ACTION_AGGREGATION,context:i.data.aggregation},t=r.display.density;r=Gj(e,r,this.presenter),n.keepNewBarWidth&&P(t)&&(r.display.density=t)}await this.fromModel(r,a),this.clearUndoRedo()}}save(){return JSON.stringify(this.model)}clearUndoRedo(){!this.headless&&this.presenter?.undoRedoManager&&this.presenter.undoRedoManager.clear(!0)}reset(e=!0){let t=wM();if(this.headless)this._model=t;else if(this.presenter.getModel()){let n=this.presenter.mainPlot,r=null,i=n;if(n.isSymbol?r={symbol:i.symbol}:n.isExpression?r={expression:i.expression}:n.isForward?r={forward:i.forward}:n.isSeasonal&&(r={seasonal:i.seasonal}),P(r)){let n=Gj({id:`Theme`,context:{id:`Get`}},this.model,this.presenter),i=Gj(Kj(r),t,this.presenter);e&&(i=Gj({id:`Theme`,context:n},i,this.presenter)),this.presenter?.fromModel(i)}}this.clearUndoRedo(),this.presenter?.notifyHost(G.CH_RESET,{elementId:this.elementId})}print(e={}){this.headless||this.presenter.print(e)}getSVGForExport(){I(`Obsolete: please use 'exportImage' method instead.`,`warn`)}setTitle(e){this.headless||this.presenter.setTitle(e)}getPaneBounds(e=!0){if(!this.headless)return this.presenter.panes.map(t=>e?t.getBounds():t.getBoundsWithoutScales())}exportData(e={}){return this.headless?null:cA.call(this.presenter,e)}exportImage(e={}){return this.headless?null:lA.call(this.presenter,e)}getDataStats(){return this.presenter.getDataStats()}get canUndo(){return!this.headless&&(this.presenter?.undoRedoManager?.canUndo??!1)}get canRedo(){return!this.headless&&(this.presenter?.undoRedoManager?.canRedo??!1)}undo(){this.canUndo&&this.presenter?.undoRedoManager?.undo()}redo(){this.canRedo&&this.presenter?.undoRedoManager?.redo()}pauseUndoRedo(){this.headless||this.presenter?.undoRedoManager?.pause()}resumeUndoRedo(e){this.headless||this.presenter?.undoRedoManager?.resume(e)}priceToY(e,t=0,n=0){let r=this.presenter;if(this.headless||t<0||n<0||t>r.panes.length)return null;let i=r.panes[t];return n>i.axes.length?null:i.axes[n].toY(e)}yToPrices(e){let t=this.presenter;if(this.headless)return null;for(let[n,r]of t.panes.entries()){let t=r.getBounds();if(P(t)&&e>=t.y&&e<=t.y+t.height)return{pane:n,prices:r.axes.map(t=>t.toPrice(e))}}return{pane:-1,prices:[]}}activate(){this.presenter?.notifyHost(G.CH_DIDBECOMEACTIVE,{chart:this})}};function eM(e){let t=e.split(`.`);if(!t||t.length!==4)return!1;let n=t.map(Number);if(!n.every(e=>Number.isFinite(e)&&e>=0&&e<=255))return!1;let[r,i]=n;return r===10||r===172&&i>=16&&i<=31||r===192&&i===168}function tM(){let e=globalThis.parent?.location?.hostname||``;return[``,`localhost`,`127.0.0.1`].includes(e)||eM(e)}function nM(){let e=document.domain,t=e.split(`.`),n=`__tld`+new Date().getTime(),r=0;for(;r<t.length-1&&document.cookie.indexOf(`${n}=${n}`)===-1;)e=t.slice(-1-++r).join(`.`),document.cookie=`${n}=${n};domain=${e};`;return document.cookie=`${n}=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain=${e};`,e}function rM(e,t){return ot(t),`${e}/?${new URLSearchParams(t).toString()}`}var iM=`aHR0cHM6Ly9iYXJjaGFydHdpZGdldHMud2Vic29sLmJhcmNoYXJ0LmNvbQ==`,aM=`YXV0aGVudGljYXRlQ2hhcnRSZWZlcmVy`;function oM(e,t=``){return rM(atob(iM),{module:atob(aM),secret:t,referer:e})}function sM(e,t){return e+Math.random()*(t-e)}var cM=Function(atob(`Y29uc29sZS5sb2coIlBsZWFzZSBjb250YWN0IEJhcmNoYXJ0IGluIG9yZGVyIHRvIG9idGFpbiB0aGUgbGljZW5zZSBmb3IgdGhlIGNoYXJ0IGNvbXBvbmVudC4iKTsg`)),lM=Function(`f`,atob(`Zi5yZW1vdmVBbGxDaGFydHMoKTsg`)),uM=Function(`m`,atob(`cmV0dXJuIG0gPT09ICJJbnRlcm5hbEZlZWQiIHx8IG0gPT09ICJXaWRnZXQiIHx8IG0gPT09ICJGcmVlV2lkZ2V0IiB8fCBtID09PSAiRGVtb1NpdGUiOw==`)),dM=`YXV0aG9yaXplZA==`,fM=`ZGF0YS1lbmRwb2ludA==`,pM=`YWxsb3dDcmVkZW50aWFscw==`;async function mM(e,t){if(t&&!uM(e.mode))return;let n=!1,r=0,i=25;for(;!n&&r<5;){let t=tM()||e.mode===`FreeWidget`,a=t?e.apiKey:``;try{let i=oM(t?``:nM(),a),o=await fetch(i);if(!o.ok)r++;else{let t=await o.json(),r=t[atob(dM)];e.knownSite=r,r?(e.dataEndpoint=(t[atob(fM)]||``).replace(/\/$/g,``),e.allowCredentials=t[atob(pM)]):(e.dataEndpoint=``,e.allowCredentials=!1),n=!0;break}}catch{}r++,i*=2,await new Promise(e=>setTimeout(e,i))}(!n||!e.knownSite)&&hM()}function hM(){setTimeout(cM,sM(2e3,3e3)),setTimeout(()=>lM($()),sM(4e3,5e3))}var gM={major:2,minor:377,patch:5,prerelease:!1},_M={environment:`Browser`,validateInput:!1,throttleMillis:0,isAlt64:!0,defaultTemplate:`/${z.CHART_DEFINITION}`,cachedAnnotationsCount:0,showResizeHandles:!1,scrollBehavior:`wheel+shift`,bypassSmoothing:!1,showGoToLatest:void 0,tooltipMovement:`Auto`,tooltipHeaders:void 0,touchCrosshairTimeoutMillis:void 0,touchCrosshairDelayMillis:void 0,mode:`Unspecified`,hostingModel:`Page`,overrides:void 0,logo:void 0,logoClickable:void 0,noDataText:void 0,useAllFieldsForComparison:void 0,colorfulAnnotations:!1,baseUrl:{instruments:`/proxies/instruments`,futures:`/proxies/futures`,timeseries:`/proxies/timeseries`,timeseriesNew:`/proxies/new-timeseries`,ondemand:`/proxies/ondemand`,options:`/proxies/core-api`},credentials:void 0,apiKey:void 0,extensions:void 0,defaultVolumeBarColoring:void 0,defaultMainPlotBarColoring:void 0,async fetch(e,t){let n=this.baseUrl[e],r=`${n}${t}`;if(uM(this.mode)&&this.knownSite){let{username:i,password:a}=this.credentials||{},o=P(i,a),s=(e===`timeseries`||e===`timeseriesNew`)&&o&&this.allowCredentials?`&username=${i}&password=${a}`:``;r=`https://${this.dataEndpoint}${n}${t}${s}`}return await(await fetch(r)).text()},getCustomEventPopup:e=>null};async function vM(e,t){let n=$()?.config;if(!n||!n.fetch)throw Error(`You should call initFeed first`);let r=t;return e===`timeseries`?r=`/historical${t}`:e===`options`&&(r=`/options-historical${t}`),await n.fetch.call(n,e,r)}var yM=!1,bM=null;function xM(){let e=gM,t=e.prerelease?`-${e.prerelease.identifier}.${e.prerelease.ordinal}`:``;return`${e.major}.${e.minor}.${e.patch}${t}`}function SM(e){let t=e.extensions?.studyProvider;if(!P(t))return;let n=t.getFields(),r=t.getStudies(),i=F(ss(z.CHART_SCHEMA)),a=i.definitions,o=a.studyField.enum,s=a.study.enum;for(let e of n)if(o.includes(e.id))throw Error(`Field with id ${e.id} already exists`);for(let e of r)if(s.includes(e.id))throw Error(`Study with id ${e.id} already exists`);o.push(...n.map(e=>e.id)),s.push(...r.map(e=>e.id)),kd(z.CHART_SCHEMA,i),zd(n),fs(r)}function CM(e,t={}){if(yM)throw Error(`You should only call initFeed once during page's lifetime`);yM=!0;let n=Object.assign(_M);return lt(n,t),N(n.logo)&&FD(n.logo,n.logoClickable??!1),SM(n),bM=new e(n),bM.version=xM(),I(`%cBarchart Chart version ${bM.version}`,`info`,`font-size: larger`),bM.cachesData&&(bM.subject?.subscribe(bM.onPerformInternalGc.bind(bM)),Cv.default.subscribe(G.CH_ALL,bM.onChartChanged.bind(bM))),bM}function $(){return bM}function wM(){return F($()?.template)}function TM(){N(bM)&&(bM.shutdown(),yM=!1,bM=null)}function EM(){return new $j(!0)}function DM(e){let t=EM();return t.load(e),t.change({id:`Outline`,context:{id:`Get`}})}function OM(e,t,n,r=null){return new Proxy(e,{get:function(e,i,a){return i===t?function(t){let a=r?t[r]:t;return(n.handlesRequestsFor(a)?n:e)[i](t)}:Reflect.get(e,i,a)}})}var kM=class{version;cachesData;timeSeriesSource;metaDataSource;recordSource;charts;pendingRedraw;template;ongoingAnimationCallbackId;_altDataSource;_subject;knowDefaultCurve;defaultOhlcCurve;knowDefaultAggregation;defaultAggregation;knowDefaultPeriod;defaultPeriod;knowDefaultDensity;defaultDensity;id;_mainFeed=null;onBrowserOnline;constructor(e){this.config=e,this.timeSeriesSource=this.metaDataSource=this.recordSource=null,this.charts=new Map,this.pendingRedraw=new Set,this.ongoingAnimationCallbackId=null,this.drawCharts=this.drawCharts.bind(this),this.template=null,this.cachesData=!1,this._altDataSource=null,this._subject=null,this.id=bt(),this.onBrowserOnline=()=>{!this.cachesData||this.isAuxiliary||(this.traceFeed(`refresh:online`),this.refreshCaches())},globalThis.addEventListener?.(`online`,this.onBrowserOnline)}traceFeed(e,t={}){Rm(e,{feedId:this.id,isAuxiliary:this.isAuxiliary,...t})}get subject(){return!this.isAuxiliary&&!N(this._subject)&&(this.traceFeed(`gc:stream:init`,{gcMillis:z.INTERNAL_GC_MILLIS}),this._subject=new tp().pipe(Lp(z.INTERNAL_GC_MILLIS),Ip(e=>e.length>0))),this._subject}get isAuxiliary(){return window.opener!==null}setAltDataSource(e){this._altDataSource=e,this.timeSeriesSource=OM(this.timeSeriesSource,`getTimeSeries`,e,`symbol`),this.metaDataSource=OM(this.metaDataSource,`getMetaData`,e),this.recordSource=OM(this.recordSource,`getRecord`,e)}replaceDataSources(e){this._altDataSource=e._altDataSource,this.timeSeriesSource=e.timeSeriesSource,this.metaDataSource=e.metaDataSource,this.recordSource=e.recordSource}getAltDataSource(){return this._altDataSource}getTimeSeriesDataSource(){if(!N(this.timeSeriesSource))throw Error(`No time series source defined`);return this.timeSeriesSource}getMetaDataSource(){if(!N(this.metaDataSource))throw Error(`No metadata source defined`);return this.metaDataSource}getRecordSource(){if(!N(this.recordSource))throw Error(`No record source defined`);return this.recordSource}async ready(){return Ai.call(this,async()=>{let e=this instanceof PM||this instanceof AM||this instanceof LM;await mM(this.config,e);let t=this.config.defaultTemplate;if(!t)throw Error(`Must provide a default template`);return typeof t==`string`&&(t=await(await fetch(t)).json()),this.template=Nd(t,z.CHART_SCHEMA),!0})}getHeadlessChart(){return EM()}fixupRenderTo(e){if(!N(e))return null;if(e instanceof HTMLElement)return e;let t=xi(`#${e}`);if(N(t))return t;let n=[...this.charts.keys()].find(t=>t.id===e);return N(n)?n:null}checkChart(e,t){let n=this.fixupRenderTo(e),r=N(n)&&this.charts.has(n);return N(t)&&t!==r&&I(`There is ${t?`no`:`already a`} chart inside the element ${e}`,`error`),n}addChart(e,t=null){let n=this.checkChart(e,!1),r=new $j;return this.charts.set(n,r),r.initialize(e,t),r}removeChart(e){let t=this.checkChart(e,!0);N(t)&&(this.charts.get(t).shutdown(),this.charts.delete(t))}removeAllCharts(){for(let e of this.charts.keys())this.removeChart(e)}getChart(e){let t=this.checkChart(e);return N(t)?this.charts.get(t):null}redraw(e){let t=this.checkChart(e,!0);N(this.ongoingAnimationCallbackId)||(this.ongoingAnimationCallbackId=requestAnimationFrame(this.drawCharts)),N(t)&&this.pendingRedraw.add(t)}drawCharts(){this.ongoingAnimationCallbackId=null,this.pendingRedraw.forEach(e=>{let t=this.getChart(e);if(!N(t?.presenter?.view))return;let n=t.presenter.view;n.isHostElementVisible&&n.draw()}),this.pendingRedraw.clear()}get emptyEntities(){return{metaData:new Set,records:new Set,timeSeries:new Set}}getAllCacheableEntities(e){for(let t of this.charts.values())t.presenter.getCacheableEntities(e)}getCacheableEntities(){let e=this.emptyEntities;return this.getAllCacheableEntities(e),e.timeSeries.forEach(t=>{N(t)&&(N(t.record)&&e.records.add(t.record),N(t.records)&&Object.values(t.records).forEach(t=>e.records.add(t)))}),e}clearCaches(){this.evictUnused(this.emptyEntities)}refreshCaches(){let e=this.getCacheableEntities();this.traceFeed(`refresh:caches`,{metaData:e.metaData.size,records:e.records.size,timeSeries:e.timeSeries.size}),this.getMetaDataSource().refresh?.(),this.getRecordSource().refresh?.(e.records),e.timeSeries.forEach(e=>{e.isCached||e.refresh()}),this.getTimeSeriesDataSource().refresh(),Ge(G.DF_STREAMRECONNECTED,{})}evictUnused(e){this.getMetaDataSource().evictUnused(e.metaData),this.getRecordSource().evictUnused(e.records),this.getTimeSeriesDataSource().evictUnused(e.timeSeries)}onPerformInternalGc(){let e=this.getCacheableEntities();this.traceFeed(`gc:run`,{chartCount:this.charts.size,metaData:e.metaData.size,records:e.records.size,timeSeries:e.timeSeries.size}),this.evictUnused(e)}triggerGc(e=`unknown`){this.traceFeed(`gc:request`,{reason:e}),this.subject?.next()}onChartChanged(e,t){(e===G.CH_RECREATED||e===G.CH_SHUTDOWN)&&(this.isAuxiliary?this._mainFeed?.triggerGc(`${e}:aux:${this.id}`):this.triggerGc(e))}getDefaultMultiFieldCurve(){if(!N(this.template))return null;if(!this.knowDefaultCurve){let e=Wu(this.template);e.curves.length===1&&Jl(e.curves[0].style)?this.defaultOhlcCurve=F(e.curves[0]):this.defaultOhlcCurve=null,this.knowDefaultCurve=!0}return this.defaultOhlcCurve}getDefaultAggregation(){return!this.knowDefaultAggregation&&this.template&&(this.defaultAggregation=F(this.template.data.aggregation),this.knowDefaultAggregation=!0),this.defaultAggregation}getDefaultPeriod(){return!this.knowDefaultPeriod&&this.template&&(this.defaultPeriod=this.template.display?.period,this.knowDefaultPeriod=!0),this.defaultPeriod}getDefaultDensity(){return!this.knowDefaultDensity&&this.template&&(this.defaultDensity=this.template.display?.density,this.knowDefaultDensity=!0),this.defaultDensity}shutdown(){globalThis.removeEventListener?.(`online`,this.onBrowserOnline),this.isAuxiliary||this.clearCaches(),this.removeAllCharts()}},AM=class extends kM{constructor(e){super(e),this.timeSeriesSource=new Ag(!1),this.metaDataSource=new ca,this.recordSource=new Hm}},jM=class extends kM{constructor(e){super(e),this.timeSeriesSource=new Ag(!0),this.metaDataSource=new ca,this.recordSource=new Um}},MM=class extends kM{constructor(e){super(e),this.cachesData=!0,this.timeSeriesSource=new Ag(!0),this.metaDataSource=new ca,this.recordSource=new Hm}},NM=[`drazen.dotlic@barchart.com`,`princec`,`b.hebert24@barchart.com`],PM=class extends kM{lastStreamingTimestamp=null;_isActivelyStreaming=null;needToResubscribe=!1;_connection;constructor(e){super(e),this.cachesData=!0,this.timeSeriesSource=new Ag(!0),this.metaDataSource=new la,this.recordSource=new Wm,this.onEvents=this.onEvents.bind(this),this.onTimestamp=this.onTimestamp.bind(this),this.resetStreamingState()}resetStreamingState(){this.lastStreamingTimestamp=null,this._isActivelyStreaming=null,this.needToResubscribe=!1}get connection(){return this._connection}set connection(e){this._connection=e,N(e)&&this.initializeStreaming()}addChart(e,t=null){return this.needToResubscribe&&this.initializeStreaming(),super.addChart(e,t)}set isActivelyStreaming(e){N(this._isActivelyStreaming)&&!this._isActivelyStreaming&&e&&(this.debug(`need to refresh caches`),this.refreshCaches()),this._isActivelyStreaming=e}get isActivelyStreaming(){return this._isActivelyStreaming}initializeStreaming(){this.resetStreamingState(),this.connection.on(`events`,this.onEvents),this.connection.on(`timestamp`,this.onTimestamp)}onTimestamp(e){this.isActivelyStreaming&&(this.lastStreamingTimestamp=e)}debug(e){this.connection&&NM.includes(this.connection._username)&&I(`[chart] Connection ${e}, last timestamp ${this.lastStreamingTimestamp}`)}onEvents({event:e}){e===z.BC_EVENT_DISCONNECTED||e===z.BC_EVENT_FEED_PAUSED?(this.debug(e),this.isActivelyStreaming=!1):(e===z.BC_EVENT_LOGGED_IN||e===z.BC_EVENT_FEED_RESUMED)&&(this.debug(e),this.isActivelyStreaming=!0)}shutdown(){super.shutdown(),N(this._connection)&&(this.connection.off(`timestamp`,this.onTimestamp),this.connection.off(`events`,this.onEvents),this.resetStreamingState(),this.connection.disconnect(),this.connection=null)}};function FM(e,t){return new IM(e,t)}var IM=class{_client;_subscriptions=new Map;_listeners=new Set;constructor(e,t){this._client=e;let n=e=>e.find(e=>this._subscriptions.has(e))??null;t.onConnected=()=>{this._listeners.forEach(e=>e?.onConnected())},t.onMessageWithMetadata=(e,t)=>{let r=e.marketSnapshot;if(N(r)){let e=n(t);e!==null&&this._listeners.forEach(t=>t.onSnapshot?.(r,e))}let i=e.marketUpdate;if(N(i)){let e=n(t);e!==null&&this._listeners.forEach(t=>t.onUpdate?.(i,e))}},t.onDisconnected=()=>{this._listeners.forEach(e=>e?.onDisconnected())},t.onHeartBeat=e=>{this._listeners.forEach(t=>t.onHeartBeat?.(e))}}addListener(e){this._listeners.add(e)}removeListener(e){this._listeners.delete(e)}async ready(){return N(await this._client.connection)}shutdown(){N(this._client)&&(this._client.dispose(),this._subscriptions.clear(),this._listeners.clear())}subscribeToRealTime(e){if(this._subscriptions.has(e)||!N(this._client))return;let t=this._client.subscribe(1,5,0,[e],null,null,null);this._subscriptions.set(e,t)}unsubscribeFromRealTime(e){if(!this._subscriptions.has(e)||!N(this._client))return;let t=this._subscriptions.get(e);this._client.unsubscribe(t),this._subscriptions.delete(e)}async getInstrument(e){return await(await this._client.connection)?.getInstrument(e)??[]}},LM=class extends kM{_adapter=null;_auxFeeds=[];constructor(e){super(e),this.cachesData=!0,this.isAuxiliary||(this.timeSeriesSource=new Ag(!0),this.metaDataSource=new ua,this.recordSource=new Gm,Cv.default.subscribe(G.TS_ALL,this.onTimeSeriesMessage.bind(this)))}onTimeSeriesMessage(e,t){if(!this.isAuxiliary)for(let n of this._auxFeeds)n.notifySeriesMessage(e,t)}notifySeriesMessage(e,t){this.isAuxiliary&&Ge(e,t)}getAdapter(){return this.isAuxiliary?this._mainFeed?._adapter:this._adapter}setAdapter(e){if(this.isAuxiliary)throw Error(`Cannot set adapter on auxiliary feed`);this._adapter=e,this._adapter.addListener(this)}async ready(){if(this.isAuxiliary){let e=await this._mainFeed?.ready()??!1;return e&&(this.template=this._mainFeed.template),e}return await super.ready(),await this._adapter?.ready()??!1}subscribe(e){this.traceFeed(`openfeed:subscribe`,{symbol:e}),this.getAdapter()?.subscribeToRealTime(e)}unsubscribe(e){this.traceFeed(`openfeed:unsubscribe`,{symbol:e}),this.getAdapter()?.unsubscribeFromRealTime(e)}shutdown(){super.shutdown(),this.isAuxiliary?(this._mainFeed?.removeAuxFeed(this),this._mainFeed=null):this._adapter?.shutdown()}onConnected(){this.refreshCaches()}onDisconnected(){}onHeartBeat(){}onUpdate(e,t){this.ofRecordSource.onUpdate(e,t)}onSnapshot(e,t){this.ofRecordSource.onSnapshot(e,t)}get ofRecordSource(){return this.recordSource}replaceDataSources(e){super.replaceDataSources(e),this._mainFeed=e}addAuxFeed(e){e.replaceDataSources(this),this._auxFeeds.push(e),this._adapter?.addListener(e)}removeAuxFeed(e){let t=this._auxFeeds.findIndex(t=>t.id==e.id);t!==-1&&(this._auxFeeds.splice(t,1),this._adapter?.removeListener(e),this.triggerGc(`removeAuxFeed:${e.id}`))}getAllCacheableEntities(e){if(super.getAllCacheableEntities(e),!this.isAuxiliary)for(let t of this._auxFeeds)t.getAllCacheableEntities(e)}},RM=Cv.default;export{Bl as Aggregation,_ as AggregationSpec,g as AggregationUnit,AM as BarchartSiteDataFeed,kM as BaseDataFeed,Vm as BaseRecordSource,re as ChunkPart,xg as ContainerWrapperTimeSeries,Qk as CustomEventPopup,Kd as EmptyRecord,u as ExpressionMissingBar,f as ExpressionNoDataApproach,d as ExpressionRecompute,Tv as ExpressionSeries,Id as Field,b as FieldCategory,y as FieldFormat,v as FieldValueType,W as Fields,PM as MarketDataFeed,MM as MiniWidgetDataFeed,_h as OHLCDataPointBuilder,LM as OpenFeed,RM as PubSub,w as SeriesKind,jM as SnapshotDataFeed,q as StudySeries,yh as TimeSeriesContainer,Sv as TimeSeriesQuery,G as Topics,FM as adaptOpenFeedClient,Ei as appendDOMElement,Ai as asyncReady,X as convertSeries,Du as doesExpressionHaveComputation,_s as doesStudyExist,Su as evaluateExpression,Tu as formatExpression,Xi as formatPriceWithDecimals,bt as generateUid,hs as getAnnotationTraits,DM as getChartOutline,Zi as getCombinedMetaData,Eu as getExpressionSymbols,$ as getFeed,Na as getLightness,ck as getStudyOptions,ws as getTaxonomies,si as hasOpenInterest,CM as initFeed,aE as linReg,wv as makeExpression,K as makeHelperField,PT as makeStudy,Z as mapSeries,J as movAvg,Y as movExp,zT as movHul,LT as movSmo,RT as movWei,uh as optionValueToDate,xu as parseExpression,Ou as replaceExpressionSymbols,XT as roc,Ci as setAttributesDOMElement,TM as shutdownFeed,$T as stdDev,Si as styleDOMElement,GT as trueRange,YT as typical};
|