@univerjs-pro/boards-chart-ui 1.0.0-alpha.3
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.
- package/README.md +42 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +325 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/common/BoardChartTypeOptions.d.ts +9 -0
- package/lib/types/common/board-chart-frame-style.d.ts +40 -0
- package/lib/types/components/BoardChartDataEditorDialog.d.ts +13 -0
- package/lib/types/components/BoardChartDomRenderer.d.ts +7 -0
- package/lib/types/components/BoardChartEditPanel.d.ts +8 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/controllers/board-chart-element-float-menu.controller.d.ts +27 -0
- package/lib/types/controllers/board-chart-floating-toolbar.render-controller.d.ts +27 -0
- package/lib/types/controllers/board-chart-open-edit.controller.d.ts +21 -0
- package/lib/types/controllers/board-chart-panel.controller.d.ts +24 -0
- package/lib/types/controllers/board-chart-selection.controller.d.ts +21 -0
- package/lib/types/controllers/board-chart-snapshot-refresh.controller.d.ts +12 -0
- package/lib/types/controllers/boards-chart-ui-components.controller.d.ts +5 -0
- package/lib/types/hooks.d.ts +3 -0
- package/lib/types/index.d.ts +27 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +248 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +23 -0
- package/lib/types/render-adapters/board-chart-render-adapter.d.ts +23 -0
- package/lib/types/render-objects/board-chart-image-rect.d.ts +24 -0
- package/lib/types/services/board-chart-clipboard-adapter.d.ts +28 -0
- package/lib/types/services/board-chart-data-edit.service.d.ts +24 -0
- package/lib/types/services/board-chart-edit-session.service.d.ts +31 -0
- package/lib/types/services/board-chart-element-popup-anchor.d.ts +10 -0
- package/lib/types/services/board-chart-element-selection.d.ts +7 -0
- package/lib/types/services/board-chart-host.d.ts +29 -0
- package/lib/types/services/board-chart-render.service.d.ts +55 -0
- package/lib/types/services/board-chart-snapshot-render.service.d.ts +57 -0
- package/lib/types/services/board-chart-ui.service.d.ts +124 -0
- package/lib/types/views/BoardChartFloatingToolbar.d.ts +14 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +91 -0
package/lib/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x40d9ff=_0x4dec;(function(_0x30cde5,_0xde43f8){const _0x5493b2=_0x4dec,_0x416ad1=_0x30cde5();while(!![]){try{const _0x337260=-parseInt(_0x5493b2(0x3d4))/0x1+-parseInt(_0x5493b2(0x187))/0x2+-parseInt(_0x5493b2(0x1f7))/0x3+-parseInt(_0x5493b2(0x496))/0x4*(parseInt(_0x5493b2(0x492))/0x5)+parseInt(_0x5493b2(0x331))/0x6*(-parseInt(_0x5493b2(0x2ae))/0x7)+-parseInt(_0x5493b2(0x1a0))/0x8*(parseInt(_0x5493b2(0x427))/0x9)+parseInt(_0x5493b2(0x394))/0xa*(parseInt(_0x5493b2(0x46f))/0xb);if(_0x337260===_0xde43f8)break;else _0x416ad1['push'](_0x416ad1['shift']());}catch(_0x1f8cab){_0x416ad1['push'](_0x416ad1['shift']());}}}(_0x4f53,0x98ae1));import{BOARD_WORD_CLOUD_RENDER_CONFIG as _0x21d04c,BoardChartModelService as _0x5197b2,BoardChartResourceService as _0x3b9f64,DuplicateBoardChartDataSourceCommand as _0x1a7357,RemoveBoardChartDataSourceMutation as _0x4effdc,RemoveBoardChartSnapshotMutation as _0x2d5a71,SetBoardChartDataSourceMutation as _0x13d39c,SetBoardChartSnapshotMutation as _0xe6f942,UniverBoardsChartPlugin as _0x58c73a,UpdateBoardChartConfigCommand as _0x416505,UpdateBoardChartDataSourceCommand as _0x473c36,parseInlineTable as _0x26bf1b}from'@univerjs-pro/boards-chart';import{CHART_ELEMENT_FLOAT_MENU_COMPONENT as _0x2434f8,ChartColorField as _0x141cfd,ChartEditBlockTitle as _0x1d2261,ChartEditPanelTabs as _0x546918,ChartElementFloatMenuAdapterRegistry as _0xb1cf10,ChartFontField as _0x5d365c,ChartInlineTableEditor as _0xe32a22,ChartNumberField as _0x25debe,ChartPointMappingStateKey as _0x53ddc7,ChartPropertyRow as _0x303cf0,ChartSelectField as _0x16477c,ChartTextField as _0x685465,UniverChartUIPlugin as _0x51de60,buildChartThemeSelectOptions as _0x351f92,buildChartTypeSelectOptions as _0x36df15,chartBorderWidthValues as _0x5191cd,chartLinePointSizeValues as _0x3ff5f0,chartOpacityValues as _0x536469,chartTickLengthValues as _0x3de694,chartTickWidthValues as _0x2c17d8,compactInlineTableValues as _0x139d8f,createPercentOptions as _0x354d1e,createPxOptions as _0x5b2274,resolveChartElementConfigTarget as _0x1ea6ca}from'@univerjs-pro/chart-ui';import{DependentOn as _0x421e62,Disposable as _0x45aa21,DisposableCollection as _0xc8716e,ICommandService as _0x3c52c3,IConfigService as _0x5608b0,IUniverInstanceService as _0x2da65a,Inject as _0xa82a74,Injector as _0x352cbd,LocaleService as _0x3966c6,Optional as _0x567fdb,Plugin as _0x2a1ecf,RxDisposable as _0x28cbe5,ThemeService as _0x53ed04,Tools as _0x5e8b46,UniverInstanceType as _0x3aade6,createIdentifier as _0x3b9054,generateRandomId as _0xe3a9bd,merge as _0x442faa,toDisposable as _0x364715,touchDependencies as _0x2ceea7}from'@univerjs/core';import{Accordion as _0x2333d3,Button as _0x1c6ec9,Checkbox as _0x5147e0,DropdownMenu as _0x1a7315,Select as _0x2546ac,borderClassName as _0x569bad,clsx as _0xbf6d38}from'@univerjs/design';import{ComponentManager as _0x437255,ICanvasPopupService as _0x4871b2,useDependency as _0x2ae52e,useObservable as _0x346a15}from'@univerjs/ui';import{useCallback as _0x4b1501,useEffect as _0x1926ec,useMemo as _0x22168b,useRef as _0x1f0821,useState as _0x46ea25}from'react';import{Fragment as _0x636637,jsx as _0x292751,jsxs as _0x1debe3}from'react/jsx-runtime';function _0x4dec(_0x1d77e0,_0x47b36d){_0x1d77e0=_0x1d77e0-0x15c;const _0x4f53ce=_0x4f53();let _0x4dec80=_0x4f53ce[_0x1d77e0];return _0x4dec80;}import{AreaLineStyle as _0x1c4046,AxisAlignEnum as _0x4b49df,AxisValueType as _0x25a0c3,CHART_HOST_DEFAULT_BORDER_COLOR as _0x5e54c0,CHART_HOST_DEFAULT_BORDER_RADIUS as _0x4c74c0,CartesianPointRoleIndex as _0x34890d,ChartAttributeBits as _0x6c1bea,ChartBorderDashType as _0xf7d487,ChartHostRenderMode as _0x14a3fe,ChartRenderModelManagerService as _0x16028a,ChartThemeService as _0x5471d8,ChartTrendlineType as _0x3323d1,ChartTypeBits as _0x27b504,DataOrientation as _0xf8fcfd,EChartRenderEngineName as _0x36e7de,EChartRenderModel as _0x1f21ba,IChartRenderModelManagerService as _0x2905f7,IRuntimeAxisPosition as _0x5d4a8e,ImageChartHost as _0x28c996,InvalidValueType as _0x32d280,LabelContentType as _0x802f27,LegendPositionEnum as _0x775257,LinePointShape as _0x1d65c9,PieLabelPosition as _0x18fa8f,RadarShape as _0x2942d4,RelationChartLayoutEnum as _0x4095b0,SelectModeEnum as _0x5623e7,SeriesLabelPosition as _0x3f77a1,StackType as _0x587c97,TitlePositionEnum as _0x5ce80e,WaterfallSeriesTypeEnum as _0x2f6313,WaterfallStackTypeEnum as _0x3f39b9,WordCloudShapeEnum as _0x37d2c0,chartBitsUtils as _0x24971d,chartImageSourceToDataUrl as _0x511dd6,chartTypeCanUseTrendLine as _0x2a808d,defaultChartConfig as _0x179096,resolveChartRuntimeStyle as _0x524a85,resolveDefaultChartHostFrameStyle as _0x1f9c3b}from'@univerjs-pro/engine-chart';import{DeleteEmptyIcon as _0x5b6fc9,DeleteIcon as _0x4b213b,IncreaseIcon as _0x75965f,PenIcon as _0x7c19fa}from'@univerjs/icons';import{BehaviorSubject as _0x5b3b74,Observable as _0x17f70e,Subject as _0x2cb9f7,combineLatest as _0x455621,combineLatestWith as _0x22b420,distinctUntilChanged as _0x9146d,filter as _0x48035d,firstValueFrom as _0x110345,fromEvent as _0x511881,map as _0x41e668,merge as _0x1758e2,skip as _0x40c4be,take as _0x57f390,takeUntil as _0x95d403,throttleTime as _0x3cecec,timeout as _0xbdf24c}from'rxjs';import{BoardElementType as _0x53dee4,BoardToolType as _0x441df1,IBoardElementService as _0x255d98,resolveBoardElementWorldBounds as _0x54a098}from'@univerjs-pro/boards';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x555da3,BoardCanvasPopManagerService as _0x2206f8,BoardDeleteSelectionOperation as _0x32731e,BoardDomLayerService as _0x2d4595,IBoardClipboardResourceAdapterService as _0x5b635f,IBoardElementStateService as _0x32bc56,IBoardSidePanelService as _0x1cb36d,IBoardUIStateService as _0xc0686e,UniverBoardsUIPlugin as _0xa4dd32,getBoardElementRenderObjectKey as _0x477923,resolveRotatedBoardObjectAnchorBound as _0x75e5c4}from'@univerjs-pro/boards-ui';import{UniverLicensePlugin as _0x3375ee}from'@univerjs-pro/license';import{IRenderManagerService as _0x16eed6,Image as _0x3ed4de}from'@univerjs/engine-render';function q(_0x34361e,_0x324535){return function(_0x24b259,_0x4d0031){_0x324535(_0x24b259,_0x4d0031,_0x34361e);};}function J(_0x2f9c31,_0xc8f40c,_0x21da73,_0x21fcdf){const _0x187e5b=_0x4dec;var _0x10650f=arguments[_0x187e5b(0x393)],_0x554e69=_0x10650f<0x3?_0xc8f40c:_0x21fcdf===null?_0x21fcdf=Object[_0x187e5b(0x3d8)](_0xc8f40c,_0x21da73):_0x21fcdf,_0x3013c1;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x187e5b(0x1ca))_0x554e69=Reflect[_0x187e5b(0x441)](_0x2f9c31,_0xc8f40c,_0x21da73,_0x21fcdf);else{for(var _0x26d831=_0x2f9c31[_0x187e5b(0x393)]-0x1;_0x26d831>=0x0;_0x26d831--)(_0x3013c1=_0x2f9c31[_0x26d831])&&(_0x554e69=(_0x10650f<0x3?_0x3013c1(_0x554e69):_0x10650f>0x3?_0x3013c1(_0xc8f40c,_0x21da73,_0x554e69):_0x3013c1(_0xc8f40c,_0x21da73))||_0x554e69);}return _0x10650f>0x3&&_0x554e69&&Object[_0x187e5b(0x21e)](_0xc8f40c,_0x21da73,_0x554e69),_0x554e69;}let Zt=class extends _0x45aa21{constructor(_0x46cc69,_0x34cddf,_0x81551a){const _0x47c884=_0x4dec;super(),this[_0x47c884(0x224)]=_0x46cc69,this[_0x47c884(0x49d)]=_0x34cddf,this[_0x47c884(0x493)]=_0x81551a;}[_0x40d9ff(0x268)](_0x5e5f3b,_0x2dfbbb){const _0x226a0d=_0x40d9ff;let _0x229bd3=this[_0x226a0d(0x224)][_0x226a0d(0x344)](_0x5e5f3b,_0x2dfbbb),_0x10238d=_0x229bd3?this[_0x226a0d(0x224)][_0x226a0d(0x4eb)](_0x5e5f3b,_0x229bd3['dataSourceId']):void 0x0;return!_0x229bd3||!_0x10238d?null:{'chartId':_0x2dfbbb,'dataSource':{..._0x10238d,'values':_0x10238d[_0x226a0d(0x45e)][_0x226a0d(0x448)](_0x72ae57=>[..._0x72ae57])},'sharingCount':this[_0x226a0d(0x224)][_0x226a0d(0x4d7)](_0x5e5f3b,_0x10238d['id']),'unitId':_0x5e5f3b};}async['updateDataForChart'](_0x43406a){const _0x4fcb25=_0x40d9ff;let _0x4ca468=this[_0x4fcb25(0x268)](_0x43406a[_0x4fcb25(0x1d7)],_0x43406a[_0x4fcb25(0x421)]);if(!_0x4ca468||_0x43406a[_0x4fcb25(0x45e)][_0x4fcb25(0x393)]===0x0||_0x4ca468[_0x4fcb25(0x291)]>0x1&&!_0x43406a[_0x4fcb25(0x47d)]&&!await this[_0x4fcb25(0x493)][_0x4fcb25(0x406)](_0x1a7357['id'],{'chartId':_0x43406a[_0x4fcb25(0x421)],'unitId':_0x43406a['unitId']}))return!0x1;let _0x58acc0=this[_0x4fcb25(0x224)]['getChart'](_0x43406a[_0x4fcb25(0x1d7)],_0x43406a[_0x4fcb25(0x421)]);if(!_0x58acc0)return!0x1;let _0x24e825=await this['_commandService']['executeCommand'](_0x473c36['id'],{'dataSourceId':_0x58acc0['dataSourceId'],'name':_0x43406a[_0x4fcb25(0x411)],'unitId':_0x43406a[_0x4fcb25(0x1d7)],'values':_0x43406a[_0x4fcb25(0x45e)]});return _0x24e825&&this[_0x4fcb25(0x49d)][_0x4fcb25(0x3b4)](_0x43406a['unitId'],_0x43406a[_0x4fcb25(0x421)]),!!_0x24e825;}};Zt=J([q(0x0,_0xa82a74(_0x3b9f64)),q(0x1,_0xa82a74(_0x5197b2)),q(0x2,_0x3c52c3)],Zt);const Qt=_0x40d9ff(0x38c),$t=_0x40d9ff(0x4c6);function en(_0x439d82){const _0x526ef5=_0x40d9ff;let _0x5a45fe=_0x2ae52e(Zt),_0x5757c3=_0x2ae52e(_0x3966c6),_0xb399af=_0x5a45fe[_0x526ef5(0x268)](_0x439d82[_0x526ef5(0x1d7)],_0x439d82[_0x526ef5(0x421)]),[_0x361f07,_0x3688a1]=_0x46ea25(()=>{const _0x274953=_0x526ef5;var _0x39a47b;return(_0x39a47b=_0xb399af==null?void 0x0:_0xb399af[_0x274953(0x3c8)][_0x274953(0x45e)]['map'](_0x100c3f=>[..._0x100c3f]))==null?[]:_0x39a47b;}),[_0x19b78f,_0x695907]=_0x46ea25(null);return _0xb399af?_0x1debe3(_0x526ef5(0x241),{'className':_0x526ef5(0x4be),'children':[_0x292751(_0xe32a22,{'values':_0x361f07,'parsePastedText':_0x26bf1b,'onChange':_0x2afbe2=>{const _0x233f35=_0x526ef5;_0x3688a1(_0x2afbe2);let _0x23ea61=_0x139d8f(_0x2afbe2);if(_0x23ea61['length']===0x0){_0x695907(_0x5757c3['t'](_0x233f35(0x437)));return;}_0x5a45fe[_0x233f35(0x21d)]({'chartId':_0x439d82[_0x233f35(0x421)],'name':_0xb399af['dataSource'][_0x233f35(0x411)],'unitId':_0x439d82['unitId'],'updateShared':!0x0,'values':_0x23ea61})['then'](_0x126f92=>{const _0xde5867=_0x233f35;if(!_0x126f92){_0x695907(_0x5757c3['t'](_0xde5867(0x382)));return;}_0x695907(null);});}}),_0x19b78f&&_0x292751(_0x526ef5(0x241),{'className':_0x526ef5(0x21b),'children':_0x19b78f})]}):_0x292751(_0x526ef5(0x241),{'className':_0x526ef5(0x173),'children':_0x5757c3['t'](_0x526ef5(0x351))});}function tn(_0x241759){const _0x3f8b31=_0x40d9ff;var _0x57f0a0;let _0x41c669=_0x2ae52e(Zt),_0x327485=_0x2ae52e(_0x3966c6),_0x1c833=_0x41c669['getDataEditState'](_0x241759[_0x3f8b31(0x1d7)],_0x241759[_0x3f8b31(0x421)]),[_0x11c1de,_0x18318a]=_0x46ea25(()=>{const _0x57fc18=_0x3f8b31;var _0x2db991;return(_0x2db991=_0x1c833==null?void 0x0:_0x1c833['dataSource'][_0x57fc18(0x45e)][_0x57fc18(0x448)](_0x1e140e=>[..._0x1e140e]))==null?[]:_0x2db991;}),[_0x5be5fc,_0x1bfbda]=_0x46ea25(null),_0x4224d0=((_0x57f0a0=_0x1c833==null?void 0x0:_0x1c833['sharingCount'])==null?0x0:_0x57f0a0)>0x1;if(!_0x1c833)return _0x292751(_0x3f8b31(0x241),{'className':_0x3f8b31(0x173),'children':_0x327485['t'](_0x3f8b31(0x351))});let _0x2d47e8=_0x40cb50=>{const _0x41e494=_0x3f8b31;let _0x3829aa=_0x139d8f(_0x11c1de);if(_0x3829aa['length']===0x0){_0x1bfbda(_0x327485['t'](_0x41e494(0x437)));return;}_0x41c669[_0x41e494(0x21d)]({'chartId':_0x241759['chartId'],'name':_0x1c833[_0x41e494(0x3c8)][_0x41e494(0x411)],'unitId':_0x241759[_0x41e494(0x1d7)],'updateShared':_0x40cb50,'values':_0x3829aa})[_0x41e494(0x276)](_0x37e0c6=>{const _0x4fdccb=_0x41e494;var _0x3beb2c;if(!_0x37e0c6){_0x1bfbda(_0x327485['t'](_0x4fdccb(0x382)));return;}_0x1bfbda(null),(_0x3beb2c=_0x241759[_0x4fdccb(0x2fc)])==null||_0x3beb2c['call'](_0x241759);});};return _0x1debe3(_0x3f8b31(0x241),{'className':_0x3f8b31(0x2cc),'children':[_0x292751(_0xe32a22,{'values':_0x11c1de,'parsePastedText':_0x26bf1b,'onChange':_0x18318a}),_0x5be5fc&&_0x292751(_0x3f8b31(0x241),{'className':_0x3f8b31(0x21b),'children':_0x5be5fc}),_0x1debe3(_0x3f8b31(0x241),{'className':_0x3f8b31(0x18f),'children':[_0x241759['onClose']&&_0x292751(_0x1c6ec9,{'type':_0x3f8b31(0x45b),'variant':_0x3f8b31(0x450),'onClick':_0x241759['onClose'],'children':_0x327485['t'](_0x3f8b31(0x1c9))}),_0x4224d0&&_0x292751(_0x1c6ec9,{'type':_0x3f8b31(0x45b),'variant':'default','onClick':()=>_0x2d47e8(!0x1),'children':_0x327485['t']('boards-chart-ui.dataEditor.duplicate')}),_0x292751(_0x1c6ec9,{'type':_0x3f8b31(0x45b),'variant':_0x3f8b31(0x22b),'onClick':()=>_0x2d47e8(!0x0),'children':_0x327485['t']('boards-chart-ui.dataEditor.apply')})]})]});}const Y=[{'label':_0x40d9ff(0x317),'value':_0x27b504[_0x40d9ff(0x2f5)]},{'label':_0x40d9ff(0x18e),'value':_0x27b504[_0x40d9ff(0x4e5)]},{'label':_0x40d9ff(0x2dc),'value':_0x27b504[_0x40d9ff(0x35a)]},{'label':_0x40d9ff(0x1f2),'value':_0x27b504['ColumnPercentStacked']},{'label':_0x40d9ff(0x1f1),'value':_0x27b504[_0x40d9ff(0x2aa)]},{'label':_0x40d9ff(0x25e),'value':_0x27b504['BarStacked']},{'label':'boards-chart-ui.chartTypes.barPercentStacked','value':_0x27b504[_0x40d9ff(0x3be)]},{'label':'boards-chart-ui.chartTypes.pie','value':_0x27b504[_0x40d9ff(0x26d)]},{'label':_0x40d9ff(0x35f),'value':_0x27b504['Doughnut']},{'label':'boards-chart-ui.chartTypes.area','value':_0x27b504[_0x40d9ff(0x259)]},{'label':_0x40d9ff(0x415),'value':_0x27b504[_0x40d9ff(0x1da)]},{'label':_0x40d9ff(0x39f),'value':_0x27b504['AreaPercentStacked']},{'label':_0x40d9ff(0x35c),'value':_0x27b504[_0x40d9ff(0x19e)]},{'label':_0x40d9ff(0x3aa),'value':_0x27b504[_0x40d9ff(0x484)]},{'label':'boards-chart-ui.chartTypes.combination','value':_0x27b504[_0x40d9ff(0x21a)]},{'label':_0x40d9ff(0x288),'value':_0x27b504[_0x40d9ff(0x446)]},{'label':_0x40d9ff(0x416),'value':_0x27b504['Funnel']},{'label':_0x40d9ff(0x263),'value':_0x27b504['Bubble']},{'label':_0x40d9ff(0x160),'value':_0x27b504['Relation']},{'label':_0x40d9ff(0x19b),'value':_0x27b504[_0x40d9ff(0x2fe)]},{'label':_0x40d9ff(0x240),'value':_0x27b504[_0x40d9ff(0x4a3)]},{'label':_0x40d9ff(0x309),'value':_0x27b504[_0x40d9ff(0x2df)]},{'label':_0x40d9ff(0x36f),'value':_0x27b504[_0x40d9ff(0x471)]},{'label':_0x40d9ff(0x201),'value':_0x27b504[_0x40d9ff(0x188)]}],nn=Y[_0x40d9ff(0x1b3)](_0x3d2cc4=>![_0x27b504['ColumnStacked'],_0x27b504['ColumnPercentStacked'],_0x27b504[_0x40d9ff(0x439)],_0x27b504[_0x40d9ff(0x3be)],_0x27b504[_0x40d9ff(0x193)],_0x27b504[_0x40d9ff(0x1da)],_0x27b504[_0x40d9ff(0x267)],_0x27b504[_0x40d9ff(0x4a3)]]['includes'](_0x3d2cc4[_0x40d9ff(0x49f)]));function rn(_0x3ae30d){'@babel/helpers - typeof';const _0x1fac81=_0x40d9ff;return rn=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x1fac81(0x4bc)?function(_0x2ae845){return typeof _0x2ae845;}:function(_0x544101){const _0x4fae82=_0x1fac81;return _0x544101&&typeof Symbol=='function'&&_0x544101[_0x4fae82(0x1b0)]===Symbol&&_0x544101!==Symbol[_0x4fae82(0x28c)]?_0x4fae82(0x4bc):typeof _0x544101;},rn(_0x3ae30d);}function an(_0x195e5a,_0x39051a){const _0x200adc=_0x40d9ff;if(rn(_0x195e5a)!=_0x200adc(0x181)||!_0x195e5a)return _0x195e5a;var _0x2572e3=_0x195e5a[Symbol[_0x200adc(0x17b)]];if(_0x2572e3!==void 0x0){var _0x5c9835=_0x2572e3[_0x200adc(0x41d)](_0x195e5a,_0x39051a||_0x200adc(0x450));if(rn(_0x5c9835)!=_0x200adc(0x181))return _0x5c9835;throw TypeError(_0x200adc(0x189));}return(_0x39051a===_0x200adc(0x3f3)?String:Number)(_0x195e5a);}function on(_0x105f34){const _0x2e33bf=_0x40d9ff;var _0x3bb290=an(_0x105f34,_0x2e33bf(0x3f3));return rn(_0x3bb290)==_0x2e33bf(0x4bc)?_0x3bb290:_0x3bb290+'';}function X(_0x518dfa,_0x310560,_0x3f1876){const _0x3594a8=_0x40d9ff;return(_0x310560=on(_0x310560))in _0x518dfa?Object[_0x3594a8(0x21e)](_0x518dfa,_0x310560,{'value':_0x3f1876,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x518dfa[_0x310560]=_0x3f1876,_0x518dfa;}const sn=_0x3b9054(_0x40d9ff(0x3b3));function cn(_0x2b67eb){const _0x51f2c1=_0x40d9ff;let {headers:_0x3ac01c,seriesResourceIndexes:_0x4c2767=[]}=_0x2b67eb[_0x51f2c1(0x36e)][_0x51f2c1(0x2c4)],_0x44ed80=new Map();return _0x4c2767[_0x51f2c1(0x448)](_0x306753=>{const _0x46d4db=_0x51f2c1;var _0x3076b4;let _0x58549a=(_0x3ac01c==null?void 0x0:_0x3ac01c[_0x306753])||_0x46d4db(0x21c)+(_0x306753+0x1),_0x15ee1a=(_0x3076b4=_0x44ed80[_0x46d4db(0x3a2)](_0x58549a))==null?0x0:_0x3076b4;return _0x44ed80[_0x46d4db(0x287)](_0x58549a,_0x15ee1a+0x1),{'label':_0x15ee1a>0x0?_0x58549a+'\x20'+_0x15ee1a:_0x58549a,'value':String(_0x306753)};});}function ln(_0x397336){const _0x3451f1=_0x40d9ff;let {headers:_0xb382e0,seriesIndexes:_0x33cb90=[]}=_0x397336[_0x3451f1(0x36e)][_0x3451f1(0x2c4)];return _0x33cb90[_0x3451f1(0x448)](_0x490c50=>({'label':(_0xb382e0==null?void 0x0:_0xb382e0[_0x490c50])||'Series\x20'+_0x490c50,'value':String(_0x490c50)}));}function un(_0xe0a7b4){const _0x3e3bd6=_0x40d9ff;let {categoryResourceIndexes:_0x2f74c8,headers:_0x4e5189,seriesResourceIndexes:_0x1701ce}=_0xe0a7b4[_0x3e3bd6(0x36e)][_0x3e3bd6(0x2c4)],_0x5e98bf=_0x2f74c8==null?void 0x0:_0x2f74c8[_0x3e3bd6(0x2cf)](_0x1701ce||[])[_0x3e3bd6(0x1b2)]((_0xe80a50,_0x691081)=>(_0xe80a50||0x0)-(_0x691081||0x0));return(_0x5e98bf==null?[]:_0x5e98bf)['map'](_0x283b3f=>({'label':(_0x4e5189==null?void 0x0:_0x4e5189[_0x283b3f])||_0x3e3bd6(0x297)+(_0x283b3f+0x1),'value':String(_0x283b3f)}));}function dn(_0x107bc2){const _0x23e5dd=_0x40d9ff;if(_0x107bc2)return _0x24971d[_0x23e5dd(0x42f)](_0x107bc2,_0x6c1bea[_0x23e5dd(0x3a9)])?_0x587c97[_0x23e5dd(0x4af)]:_0x24971d[_0x23e5dd(0x42f)](_0x107bc2,_0x6c1bea['Stack'])?_0x587c97[_0x23e5dd(0x277)]:void 0x0;}function fn(_0x27e5c6,_0x11713e){const _0x1a7d23=_0x40d9ff;let _0x3e64ec=_0x24971d[_0x1a7d23(0x17e)](_0x27e5c6,_0x6c1bea[_0x1a7d23(0x3a9)]|_0x6c1bea[_0x1a7d23(0x4c2)]);return _0x11713e===_0x587c97[_0x1a7d23(0x277)]?_0x3e64ec|_0x6c1bea[_0x1a7d23(0x4c2)]:_0x11713e===_0x587c97[_0x1a7d23(0x4af)]?_0x3e64ec|_0x6c1bea[_0x1a7d23(0x3a9)]:_0x3e64ec;}function pn(_0x1f3da1){const _0xf066a3=_0x40d9ff;_0x1f3da1['registerViewState']('chartType',_0x5adc20=>({'set'(_0x1c4546){const _0x2d5528=_0x4dec;let _0x2fb63a={};_0x1c4546===_0x27b504['Pie']&&(_0x2fb63a[_0x2d5528(0x27b)]={'doughnutHole':null}),_0x1f3da1[_0x2d5528(0x3e2)]({'chartId':_0x5adc20[_0x2d5528(0x421)],'chartType':_0x1c4546,'style':_0x2fb63a,'unitId':_0x5adc20['unitId']});},'get'(){const _0xcfd8af=_0x4dec;return _0x5adc20['model'][_0xcfd8af(0x1ae)];}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x43e),_0x510a1e=>({'set'(_0x45a9ec){const _0x5723b6=_0xf066a3;let _0x14eb48={'theme':_0x45a9ec||null},_0x42d372=_0x510a1e[_0x5723b6(0x36e)][_0x5723b6(0x4c4)][_0x5723b6(0x2d3)];if((_0x42d372==null?void 0x0:_0x42d372['color'])!==void 0x0){var _0x4c9376,_0x310230,_0x8f6845;_0x14eb48['allSeriesStyle']={'color':null},((_0x4c9376=_0x42d372[_0x5723b6(0x204)])==null||(_0x4c9376=_0x4c9376[_0x5723b6(0x37d)])==null?void 0x0:_0x4c9376[_0x5723b6(0x45d)])!==void 0x0&&(_0x14eb48[_0x5723b6(0x2d3)][_0x5723b6(0x204)]={'positive':{'color':null}}),((_0x310230=_0x42d372[_0x5723b6(0x204)])==null||(_0x310230=_0x310230['negative'])==null?void 0x0:_0x310230['color'])!==void 0x0&&(_0x14eb48[_0x5723b6(0x2d3)][_0x5723b6(0x204)]={..._0x14eb48['allSeriesStyle'][_0x5723b6(0x204)],'negative':{'color':null}}),((_0x8f6845=_0x42d372[_0x5723b6(0x204)])==null||(_0x8f6845=_0x8f6845[_0x5723b6(0x2ea)])==null?void 0x0:_0x8f6845[_0x5723b6(0x45d)])!==void 0x0&&(_0x14eb48[_0x5723b6(0x2d3)]['waterfall']={..._0x14eb48['allSeriesStyle'][_0x5723b6(0x204)],'subtotal':{'color':null}});}let _0x5f05fe=_0x510a1e['model'][_0x5723b6(0x4c4)][_0x5723b6(0x4ae)]||{};Object[_0x5723b6(0x3f2)](_0x5f05fe)[_0x5723b6(0x42c)](_0xfdc22d=>{const _0x5f3588=_0x5723b6;let _0x2ac7b4=_0x5f05fe[_0xfdc22d];(_0x2ac7b4==null?void 0x0:_0x2ac7b4[_0x5f3588(0x45d)])!==void 0x0&&(_0x14eb48['seriesStyleMap']={..._0x14eb48['seriesStyleMap'],[_0xfdc22d]:{'color':null}});}),_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x510a1e[_0x5723b6(0x421)],'style':_0x14eb48,'unitId':_0x510a1e['unitId']});},'get'(){const _0x43c941=_0xf066a3;return _0x510a1e[_0x43c941(0x36e)][_0x43c941(0x281)]['pipe'](_0x41e668(_0x51f8bb=>{var _0x2d9cf8;return(_0x2d9cf8=_0x51f8bb['theme'])==null?void 0x0:_0x2d9cf8;}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('backgroundColor',_0x19370e=>({'set'(_0x25e8e0){const _0x5560e1=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x19370e['chartId'],'style':{'backgroundColor':_0x25e8e0||null},'unitId':_0x19370e[_0x5560e1(0x1d7)]});},'get'(){const _0x19308a=_0xf066a3;return _0x19370e[_0x19308a(0x36e)][_0x19308a(0x281)][_0x19308a(0x27e)](_0x41e668(_0x58c7c1=>{const _0x218a15=_0x19308a;var _0x2f725d;return(_0x2f725d=_0x58c7c1[_0x218a15(0x31e)])==null?void 0x0:_0x2f725d;}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x198),_0x11e7e9=>({'set'(_0x4dbe27){const _0x1d308f=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x11e7e9[_0x1d308f(0x421)],'style':{'borderColor':_0x4dbe27==null?null:_0x4dbe27},'unitId':_0x11e7e9[_0x1d308f(0x1d7)]});},'get'(){const _0x38cd08=_0xf066a3;return _0x11e7e9[_0x38cd08(0x36e)][_0x38cd08(0x281)]['pipe'](_0x41e668(_0x205f7d=>_0x205f7d['borderColor']),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('fontSize',_0x33aa38=>({'set'(_0xbc6706){const _0x3e93f0=_0xf066a3;_0x1f3da1[_0x3e93f0(0x3e2)]({'chartId':_0x33aa38[_0x3e93f0(0x421)],'style':{'fontSize':_0xbc6706},'unitId':_0x33aa38[_0x3e93f0(0x1d7)]});},'get'(){const _0x28e5a4=_0xf066a3;return _0x33aa38['model'][_0x28e5a4(0x281)]['pipe'](_0x41e668(_0x5bea9b=>_0x5bea9b[_0x28e5a4(0x3fe)]),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('titleFontSize',_0x210d9b=>({'set'(_0x4280af){const _0x241c89=_0xf066a3;_0x1f3da1[_0x241c89(0x3e2)]({'chartId':_0x210d9b[_0x241c89(0x421)],'style':{'titleFontSize':_0x4280af},'unitId':_0x210d9b['unitId']});},'get'(){const _0x26486a=_0xf066a3;return _0x210d9b[_0x26486a(0x36e)][_0x26486a(0x281)][_0x26486a(0x27e)](_0x41e668(_0x2523d0=>_0x2523d0[_0x26486a(0x2af)]),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('title',_0x5b8ee0=>({'set'(_0x3a9b77){const _0x49c583=_0xf066a3;_0x1f3da1[_0x49c583(0x3e2)]({'chartId':_0x5b8ee0['chartId'],'style':{'titles':{'title':{'content':_0x3a9b77}}},'unitId':_0x5b8ee0[_0x49c583(0x1d7)]});},'get'(){const _0x2e1f27=_0xf066a3;return _0x5b8ee0[_0x2e1f27(0x36e)][_0x2e1f27(0x281)][_0x2e1f27(0x27e)](_0x41e668(_0x278bd3=>{const _0x32687a=_0x2e1f27;var _0x153811;return(_0x153811=_0x278bd3[_0x32687a(0x4a8)])==null||(_0x153811=_0x153811[_0x32687a(0x2e5)])==null?void 0x0:_0x153811['content'];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x4a8),_0x89e8c4=>({'set'(_0x19cd5b){const _0x208b44=_0xf066a3;_0x1f3da1[_0x208b44(0x3e2)]({'chartId':_0x89e8c4[_0x208b44(0x421)],'style':{'titles':_0x19cd5b},'unitId':_0x89e8c4['unitId']});},'get'(){const _0x2dddc4=_0xf066a3;return _0x89e8c4['model'][_0x2dddc4(0x281)][_0x2dddc4(0x27e)](_0x41e668(_0x252386=>_0x252386[_0x2dddc4(0x4a8)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x313),_0x4a8378=>_0x4a8378['model']['context$']['pipe'](_0x22b420(_0x4a8378[_0xf066a3(0x499)][_0xf066a3(0x2a0)]),_0x41e668(()=>_0x1f3da1['getDataRangeLabel'](_0x4a8378)),_0x9146d())),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x22c),_0x59506e=>({'set'(_0x1e6ed9){_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x59506e['chartId'],'style':{'gradientFill':_0x1e6ed9},'unitId':_0x59506e['unitId']});},'get'(){const _0x85a275=_0xf066a3;return _0x59506e[_0x85a275(0x36e)]['style$'][_0x85a275(0x27e)](_0x41e668(_0x850c5b=>_0x850c5b[_0x85a275(0x22c)]),_0x9146d());}})),_0x1f3da1['registerViewState'](_0xf066a3(0x356),_0x38e9a5=>({'set'(_0x42c84c){const _0x43371a=_0xf066a3;_0x1f3da1[_0x43371a(0x3e2)]({'chartId':_0x38e9a5[_0x43371a(0x421)],'chartType':fn(_0x38e9a5['model'][_0x43371a(0x37a)],_0x42c84c),'unitId':_0x38e9a5['unitId']});},'get'(){const _0x422eaa=_0xf066a3;return _0x38e9a5[_0x422eaa(0x36e)][_0x422eaa(0x1ae)][_0x422eaa(0x27e)](_0x41e668(_0x5a08fe=>dn(_0x5a08fe)),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x162),_0x343149=>({'set'(_0x544ec4){const _0x42bbd5=_0xf066a3;_0x1f3da1[_0x42bbd5(0x3e2)]({'chartId':_0x343149['chartId'],'patch':{'context':{'orient':_0x544ec4===_0xf8fcfd[_0x42bbd5(0x3ed)]?'row':'column'}},'unitId':_0x343149[_0x42bbd5(0x1d7)]});},'get'(){const _0x5cbb63=_0xf066a3;return _0x343149['source'][_0x5cbb63(0x2c6)][_0x5cbb63(0x27e)](_0x41e668(_0x26f8d5=>_0x26f8d5?_0xf8fcfd['Row']:_0xf8fcfd[_0x5cbb63(0x4e5)]),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x3bb),_0x1f8a82=>({'set'(_0x5d5f0d){const _0x4dabdb=_0xf066a3;_0x1f3da1[_0x4dabdb(0x3e2)]({'chartId':_0x1f8a82[_0x4dabdb(0x421)],'context':{'categoryIndex':_0x5d5f0d},'unitId':_0x1f8a82[_0x4dabdb(0x1d7)]});},'get'(){const _0x1ac1e1=_0xf066a3;return _0x1f8a82[_0x1ac1e1(0x36e)]['context$'][_0x1ac1e1(0x27e)](_0x41e668(_0x2abf7f=>_0x2abf7f[_0x1ac1e1(0x3bb)]),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x23f),_0x3b5be7=>({'set'(_0x22c9f4){const _0xc75c25=_0xf066a3;_0x1f3da1[_0xc75c25(0x3e2)]({'chartId':_0x3b5be7[_0xc75c25(0x421)],'style':{'titles':{'titlePosition':_0x22c9f4}},'unitId':_0x3b5be7[_0xc75c25(0x1d7)]});},'get'(){const _0x373cb8=_0xf066a3;return _0x3b5be7['model'][_0x373cb8(0x281)][_0x373cb8(0x27e)](_0x41e668(_0x3196f9=>{const _0x51b18c=_0x373cb8;var _0x35e7ab;return(_0x35e7ab=_0x3196f9[_0x51b18c(0x4a8)])==null?void 0x0:_0x35e7ab[_0x51b18c(0x23f)];}),_0x9146d());}})),_0x1f3da1['registerViewState'](_0xf066a3(0x1e7),_0xfaaa5b=>({'set'(_0x922d6b){const _0x218dec=_0xf066a3;_0x1f3da1[_0x218dec(0x3e2)]({'chartId':_0xfaaa5b[_0x218dec(0x421)],'style':{'legend':_0x922d6b},'unitId':_0xfaaa5b[_0x218dec(0x1d7)]});},'get'(){const _0x2212ea=_0xf066a3;return _0xfaaa5b[_0x2212ea(0x36e)][_0x2212ea(0x281)][_0x2212ea(0x27e)](_0x41e668(_0x582a37=>_0x582a37[_0x2212ea(0x289)]));}})),_0x1f3da1['registerViewState'](_0xf066a3(0x2b9),_0x56328a=>({'set'(_0x2151f8){const _0x4ce91e=_0xf066a3;_0x1f3da1[_0x4ce91e(0x3e2)]({'chartId':_0x56328a[_0x4ce91e(0x421)],'style':{'xAxis':_0x2151f8},'unitId':_0x56328a[_0x4ce91e(0x1d7)]});},'get'(){const _0x218cf2=_0xf066a3;return _0x56328a[_0x218cf2(0x36e)]['style$'][_0x218cf2(0x27e)](_0x41e668(_0x5e79ac=>_0x5e79ac[_0x218cf2(0x226)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x466),_0xaeab86=>({'set'(_0x5df20a){const _0x5ccd7e=_0xf066a3;_0x1f3da1[_0x5ccd7e(0x3e2)]({'chartId':_0xaeab86[_0x5ccd7e(0x421)],'style':{'yAxis':_0x5df20a},'unitId':_0xaeab86[_0x5ccd7e(0x1d7)]});},'get'(){const _0x178535=_0xf066a3;return _0xaeab86[_0x178535(0x36e)]['style$']['pipe'](_0x41e668(_0x519113=>_0x519113[_0x178535(0x429)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2e2),_0x50c81b=>({'set'(_0xff3a85){const _0x57fb8f=_0xf066a3;_0x1f3da1[_0x57fb8f(0x3e2)]({'chartId':_0x50c81b[_0x57fb8f(0x421)],'style':{'rightYAxis':_0xff3a85},'unitId':_0x50c81b['unitId']});},'get'(){const _0x33f265=_0xf066a3;return _0x50c81b[_0x33f265(0x36e)]['style$'][_0x33f265(0x27e)](_0x41e668(_0x5305d6=>_0x5305d6['rightYAxis']));}})),_0x1f3da1['registerViewState']('useDateAxis',_0x36a8c3=>({'set'(_0x1d98e6){const _0x16022c=_0xf066a3;_0x1f3da1[_0x16022c(0x3e2)]({'chartId':_0x36a8c3[_0x16022c(0x421)],'context':{'useDateAxis':!!_0x1d98e6},'unitId':_0x36a8c3[_0x16022c(0x1d7)]});},'get'(){const _0x1f8eac=_0xf066a3;return _0x36a8c3[_0x1f8eac(0x36e)][_0x1f8eac(0x428)]['pipe'](_0x41e668(_0x1b0f54=>_0x1b0f54[_0x1f8eac(0x2d4)]),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('runtimeAxes',_0x531c09=>_0x531c09[_0xf066a3(0x36e)]['style$']['pipe'](_0x22b420(_0x1f3da1['localeService'][_0xf066a3(0x3ac)]),_0x41e668(([,_0x248bdd])=>_0x531c09[_0xf066a3(0x36e)][_0xf066a3(0x3ad)](_0x248bdd)[_0xf066a3(0x2a9)]))),_0x1f3da1[_0xf066a3(0x2dd)]('seriesStyleMap',_0x386dec=>({'set'(_0x4f9092){const _0x265ae1=_0xf066a3;_0x1f3da1[_0x265ae1(0x3e2)]({'chartId':_0x386dec[_0x265ae1(0x421)],'style':{'seriesStyleMap':_0x4f9092},'unitId':_0x386dec['unitId']});},'get'(){const _0x9b82eb=_0xf066a3;return _0x386dec[_0x9b82eb(0x36e)][_0x9b82eb(0x281)][_0x9b82eb(0x27e)](_0x41e668(_0x1f7db6=>_0x1f7db6[_0x9b82eb(0x4ae)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2d3),_0x1a4f75=>({'set'(_0x5c614c){const _0x5e7b93=_0xf066a3;let _0x8276f=Object[_0x5e7b93(0x3f2)](_0x5c614c==null?{}:_0x5c614c),_0x44a205=_0x5e8b46[_0x5e7b93(0x221)](_0x1a4f75[_0x5e7b93(0x36e)][_0x5e7b93(0x4c4)][_0x5e7b93(0x4ae)]||{}),_0x3b377c={};Object['keys'](_0x44a205)['forEach'](_0x46bab5=>{let _0x2b54ae=_0x44a205[_0x46bab5];_0x2b54ae&&_0x8276f['forEach'](_0x44f1bd=>{const _0x52f33a=_0x4dec;Object['prototype'][_0x52f33a(0x42e)]['call'](_0x2b54ae,_0x44f1bd)&&(_0x3b377c[_0x46bab5]={..._0x3b377c[_0x46bab5],[_0x44f1bd]:null});});});let _0x482792={'allSeriesStyle':_0x5c614c,'seriesStyleMap':_0x3b377c},_0x137e62=new Set(_0x8276f);_0x1a4f75['model']['chartType']===_0x27b504[_0x5e7b93(0x19e)]&&(_0x137e62[_0x5e7b93(0x42f)](_0x5e7b93(0x45d))||_0x137e62['has'](_0x5e7b93(0x2f6)))&&(_0x482792[_0x5e7b93(0x2a5)]={'fill':!0x0}),_0x1f3da1[_0x5e7b93(0x3e2)]({'chartId':_0x1a4f75['chartId'],'style':_0x482792,'unitId':_0x1a4f75[_0x5e7b93(0x1d7)]});},'get'(){const _0x8f9f06=_0xf066a3;return _0x1a4f75[_0x8f9f06(0x36e)][_0x8f9f06(0x281)][_0x8f9f06(0x27e)](_0x41e668(_0x2c2654=>_0x2c2654[_0x8f9f06(0x2d3)]));}})),_0x1f3da1['registerViewState'](_0xf066a3(0x2d9),_0x4b56ed=>({'set'(_0x3416e2){const _0x1bc985=_0xf066a3;_0x1f3da1[_0x1bc985(0x3e2)]({'chartId':_0x4b56ed[_0x1bc985(0x421)],'style':{'trendlines':_0x3416e2},'unitId':_0x4b56ed['unitId']});},'get'(){const _0x27cb4e=_0xf066a3;return _0x4b56ed['model'][_0x27cb4e(0x281)][_0x27cb4e(0x27e)](_0x41e668(_0x21b78c=>_0x21b78c[_0x27cb4e(0x388)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x4a2),_0x4ab826=>({'set'(_0x216d3b){const _0x20054d=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x4ab826[_0x20054d(0x421)],'style':{'pareto':_0x216d3b},'unitId':_0x4ab826[_0x20054d(0x1d7)]});},'get'(){const _0x35fcc7=_0xf066a3;return _0x4ab826[_0x35fcc7(0x36e)][_0x35fcc7(0x281)][_0x35fcc7(0x27e)](_0x41e668(_0x3f0b91=>_0x3f0b91['pareto']),_0x9146d());}})),_0x1f3da1['registerViewState'](_0xf066a3(0x337),_0x454ca0=>({'set'(_0x74ac92){const _0x235d0e=_0xf066a3;_0x1f3da1[_0x235d0e(0x3e2)]({'chartId':_0x454ca0[_0x235d0e(0x421)],'style':{'tooltip':_0x74ac92},'unitId':_0x454ca0[_0x235d0e(0x1d7)]});},'get'(){const _0x1a6f00=_0xf066a3;return _0x454ca0[_0x1a6f00(0x36e)][_0x1a6f00(0x281)]['pipe'](_0x41e668(_0x54689c=>_0x54689c[_0x1a6f00(0x24e)]));}})),_0x1f3da1[_0xf066a3(0x2dd)]('pieLabelStyle',_0x4ea6cd=>({'set'(_0x549117){const _0x1f7d04=_0xf066a3;_0x1f3da1[_0x1f7d04(0x3e2)]({'chartId':_0x4ea6cd[_0x1f7d04(0x421)],'style':{'pie':{'labelStyle':_0x549117}},'unitId':_0x4ea6cd[_0x1f7d04(0x1d7)]});},'get'(){const _0x46d250=_0xf066a3;return _0x4ea6cd['model'][_0x46d250(0x281)]['pipe'](_0x41e668(_0xeae7e0=>{const _0x397c67=_0x46d250;var _0x1a8ca7;return(_0x1a8ca7=_0xeae7e0[_0x397c67(0x27b)])==null?void 0x0:_0x1a8ca7[_0x397c67(0x2ce)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x234),_0x24fd4b=>({'set'(_0x4ae092){const _0x2e24f8=_0xf066a3;_0x1f3da1[_0x2e24f8(0x3e2)]({'chartId':_0x24fd4b['chartId'],'style':{'pie':{'hasPaddingAngle':!!_0x4ae092}},'unitId':_0x24fd4b[_0x2e24f8(0x1d7)]});},'get'(){const _0x6404a3=_0xf066a3;return _0x24fd4b[_0x6404a3(0x36e)]['style$']['pipe'](_0x41e668(_0xc9fc97=>{const _0x2e1e42=_0x6404a3;var _0x2e21e1;return(_0x2e21e1=_0xc9fc97[_0x2e1e42(0x27b)])==null?void 0x0:_0x2e21e1[_0x2e1e42(0x447)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x338),_0x3badc5=>({'set'(_0x5bf376){const _0x2c3e5a=_0xf066a3;_0x1f3da1[_0x2c3e5a(0x3e2)]({'chartId':_0x3badc5['chartId'],'style':{'pie':{'isHalfPie':!!_0x5bf376}},'unitId':_0x3badc5[_0x2c3e5a(0x1d7)]});},'get'(){const _0x590988=_0xf066a3;return _0x3badc5['model'][_0x590988(0x281)][_0x590988(0x27e)](_0x41e668(_0x5e41c0=>{const _0xb38b39=_0x590988;var _0x6f39d;return(_0x6f39d=_0x5e41c0[_0xb38b39(0x27b)])==null?void 0x0:_0x6f39d[_0xb38b39(0x338)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x1af),_0x4dcee1=>({'set'(_0x3cb511){const _0x2efdf2=_0xf066a3;_0x1f3da1[_0x2efdf2(0x3e2)]({'chartId':_0x4dcee1[_0x2efdf2(0x421)],'style':{'pie':{'rosePie':!!_0x3cb511}},'unitId':_0x4dcee1[_0x2efdf2(0x1d7)]});},'get'(){const _0x208b01=_0xf066a3;return _0x4dcee1[_0x208b01(0x36e)][_0x208b01(0x281)][_0x208b01(0x27e)](_0x41e668(_0x24ed09=>{const _0x2c70fa=_0x208b01;var _0x40c10c;return(_0x40c10c=_0x24ed09[_0x2c70fa(0x27b)])==null?void 0x0:_0x40c10c[_0x2c70fa(0x372)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x172),_0x2f210a=>({'set'(_0x2d4f04){const _0x3962b1=_0xf066a3;_0x1f3da1[_0x3962b1(0x3e2)]({'chartId':_0x2f210a[_0x3962b1(0x421)],'style':{'pie':{'showLabelLine':!!_0x2d4f04}},'unitId':_0x2f210a[_0x3962b1(0x1d7)]});},'get'(){const _0x2e9623=_0xf066a3;return _0x2f210a[_0x2e9623(0x36e)][_0x2e9623(0x281)][_0x2e9623(0x27e)](_0x41e668(_0x318c47=>{const _0xd85b74=_0x2e9623;var _0x3f3b51;return(_0x3f3b51=_0x318c47['pie'])==null?void 0x0:_0x3f3b51[_0xd85b74(0x172)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x1dc),_0x37a526=>({'set'(_0x338abf){const _0x3533f1=_0xf066a3;_0x1f3da1[_0x3533f1(0x3e2)]({'chartId':_0x37a526[_0x3533f1(0x421)],'chartType':_0x338abf?_0x27b504[_0x3533f1(0x193)]:_0x27b504[_0x3533f1(0x26d)],'style':{'pie':{'doughnutHole':_0x338abf}},'unitId':_0x37a526[_0x3533f1(0x1d7)]});},'get'(){const _0x1b4cb3=_0xf066a3;return _0x37a526['model']['style$'][_0x1b4cb3(0x27e)](_0x41e668(_0x55e22b=>{const _0x50c4b3=_0x1b4cb3;var _0x428032;return(_0x428032=_0x55e22b[_0x50c4b3(0x27b)])==null?void 0x0:_0x428032[_0x50c4b3(0x1dc)];}),_0x9146d());}})),_0x1f3da1['registerViewState'](_0xf066a3(0x4a1),_0x1d433f=>({'set'(_0x120458){const _0x3c7056=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x1d433f[_0x3c7056(0x421)],'style':{'pie':{'borderColor':_0x120458}},'unitId':_0x1d433f[_0x3c7056(0x1d7)]});},'get'(){const _0x26582f=_0xf066a3;return _0x1d433f[_0x26582f(0x36e)]['style$'][_0x26582f(0x27e)](_0x41e668(_0x42ac0e=>{const _0xed8584=_0x26582f;var _0x5a37ca;return(_0x5a37ca=_0x42ac0e[_0xed8584(0x27b)])==null?void 0x0:_0x5a37ca[_0xed8584(0x198)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x39d),_0x435837=>({'set'(_0x224989){const _0x72973=_0xf066a3;_0x1f3da1[_0x72973(0x3e2)]({'chartId':_0x435837[_0x72973(0x421)],'style':{'pie':{'valueScale':Number(_0x224989)}},'unitId':_0x435837['unitId']});},'get'(){const _0x188a33=_0xf066a3;return _0x435837[_0x188a33(0x36e)][_0x188a33(0x281)][_0x188a33(0x27e)](_0x41e668(_0x5bbf4d=>{const _0x1a121c=_0x188a33;var _0x5b14c1;return(_0x5b14c1=_0x5bbf4d[_0x1a121c(0x27b)])==null?void 0x0:_0x5b14c1['valueScale'];}));}})),_0x1f3da1['registerViewState'](_0xf066a3(0x265),_0x57c84e=>({'set'(_0x197fc1){const _0x1e81dc=_0xf066a3;_0x1f3da1[_0x1e81dc(0x3e2)]({'chartId':_0x57c84e[_0x1e81dc(0x421)],'style':{'pie':{'digitalFixed':Number(_0x197fc1)}},'unitId':_0x57c84e[_0x1e81dc(0x1d7)]});},'get'(){const _0xb34ed8=_0xf066a3;return _0x57c84e[_0xb34ed8(0x36e)]['style$'][_0xb34ed8(0x27e)](_0x41e668(_0x1f272d=>{var _0x334ede;return(_0x334ede=_0x1f272d['pie'])==null?void 0x0:_0x334ede['digitalFixed'];}));}})),_0x1f3da1[_0xf066a3(0x2dd)]('valueSuffix',_0x25860a=>({'set'(_0x39521a){const _0x31a816=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x25860a[_0x31a816(0x421)],'style':{'pie':{'valueSuffix':String(_0x39521a)}},'unitId':_0x25860a[_0x31a816(0x1d7)]});},'get'(){const _0x4a50f=_0xf066a3;return _0x25860a[_0x4a50f(0x36e)][_0x4a50f(0x281)][_0x4a50f(0x27e)](_0x41e668(_0x52bf0a=>{const _0x549bf9=_0x4a50f;var _0x212c8a;return(_0x212c8a=_0x52bf0a[_0x549bf9(0x27b)])==null?void 0x0:_0x212c8a[_0x549bf9(0x3f8)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)]('wordCloudRepeat',_0x107127=>({'set'(_0x322900){const _0x59e8eb=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x107127[_0x59e8eb(0x421)],'style':{'wordCloud':{'repeat':_0x322900==null?void 0x0:_0x322900}},'unitId':_0x107127[_0x59e8eb(0x1d7)]});},'get'(){const _0xbf6d09=_0xf066a3;return _0x107127[_0xbf6d09(0x36e)]['style$']['pipe'](_0x41e668(_0x877b41=>{const _0x34b5d3=_0xbf6d09;var _0x1d6928;return(_0x1d6928=_0x877b41['wordCloud'])==null?void 0x0:_0x1d6928[_0x34b5d3(0x303)];}));}})),_0x1f3da1['registerViewState'](_0xf066a3(0x15f),_0x29b554=>({'set'(_0x4fa78e){const _0x8044c7=_0xf066a3;_0x1f3da1[_0x8044c7(0x3e2)]({'chartId':_0x29b554['chartId'],'style':{'wordCloud':{'shape':_0x4fa78e==null?void 0x0:_0x4fa78e,'maskImage':_0x4fa78e==null?void 0x0:_0x4fa78e}},'unitId':_0x29b554['unitId']});},'get'(){const _0x21d8c0=_0xf066a3;return _0x29b554[_0x21d8c0(0x36e)][_0x21d8c0(0x281)]['pipe'](_0x41e668(_0xff41ff=>{const _0x237709=_0x21d8c0;var _0x2934b9;return(_0x2934b9=_0xff41ff[_0x237709(0x29f)])==null?void 0x0:_0x2934b9[_0x237709(0x46d)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x40c),_0x318f96=>({'set'(_0x1a058c){_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x318f96['chartId'],'style':{'wordCloud':{'maskImage':_0x1a058c==null?void 0x0:_0x1a058c,'shape':void 0x0}},'unitId':_0x318f96['unitId']});},'get'(){const _0x26dc02=_0xf066a3;return _0x318f96[_0x26dc02(0x36e)][_0x26dc02(0x281)][_0x26dc02(0x27e)](_0x41e668(_0x2224a6=>{const _0x4281c6=_0x26dc02;var _0x35d1a6;return(_0x35d1a6=_0x2224a6[_0x4281c6(0x29f)])==null?void 0x0:_0x35d1a6[_0x4281c6(0x185)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2c2),_0x18c6b6=>({'set'(_0x41c541){const _0x5487e8=_0xf066a3;_0x1f3da1[_0x5487e8(0x3e2)]({'chartId':_0x18c6b6[_0x5487e8(0x421)],'style':{'funnel':{'gap':_0x41c541==null?void 0x0:_0x41c541}},'unitId':_0x18c6b6[_0x5487e8(0x1d7)]});},'get'(){const _0x1986a6=_0xf066a3;return _0x18c6b6['model'][_0x1986a6(0x281)][_0x1986a6(0x27e)](_0x41e668(_0x5ab4be=>{const _0x4804c3=_0x1986a6;var _0x5271f6;return(_0x5271f6=_0x5ab4be[_0x4804c3(0x37c)])==null?void 0x0:_0x5271f6[_0x4804c3(0x320)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2e1),_0x3ba4f6=>({'set'(_0x196dc0){const _0x13cfea=_0xf066a3;_0x1f3da1[_0x13cfea(0x3e2)]({'chartId':_0x3ba4f6[_0x13cfea(0x421)],'style':{'funnel':{'useAbsValue':_0x196dc0==null?void 0x0:_0x196dc0}},'unitId':_0x3ba4f6[_0x13cfea(0x1d7)]});},'get'(){const _0x388c9e=_0xf066a3;return _0x3ba4f6[_0x388c9e(0x36e)]['style$']['pipe'](_0x41e668(_0x14e5b9=>{const _0x1d63b7=_0x388c9e;var _0x2c04fe;return(_0x2c04fe=_0x14e5b9[_0x1d63b7(0x37c)])==null?void 0x0:_0x2c04fe[_0x1d63b7(0x440)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x46b),_0x58f2d1=>({'set'(_0x4ec8ef){const _0x22963b=_0xf066a3;_0x1f3da1[_0x22963b(0x3e2)]({'chartId':_0x58f2d1[_0x22963b(0x421)],'style':{'radar':{'shape':_0x4ec8ef}},'unitId':_0x58f2d1[_0x22963b(0x1d7)]});},'get'(){const _0x425487=_0xf066a3;return _0x58f2d1[_0x425487(0x36e)][_0x425487(0x281)][_0x425487(0x27e)](_0x41e668(_0xfe5d35=>{const _0x3093a3=_0x425487;var _0x2e1d9d;return(_0x2e1d9d=_0xfe5d35[_0x3093a3(0x2a5)])==null?void 0x0:_0x2e1d9d[_0x3093a3(0x46d)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('radarFill',_0x541675=>({'set'(_0xccabd5){const _0x6558b6=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x541675[_0x6558b6(0x421)],'style':{'radar':{'fill':_0xccabd5}},'unitId':_0x541675[_0x6558b6(0x1d7)]});},'get'(){const _0x5de35e=_0xf066a3;return _0x541675[_0x5de35e(0x36e)][_0x5de35e(0x281)][_0x5de35e(0x27e)](_0x41e668(_0x49e181=>{const _0x4f6902=_0x5de35e;var _0x2c0d93;return(_0x2c0d93=_0x49e181[_0x4f6902(0x2a5)])==null?void 0x0:_0x2c0d93[_0x4f6902(0x215)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x1cc),_0x5ba791=>({'set'(_0x39b5c0){const _0x1d1940=_0xf066a3;_0x1f3da1[_0x1d1940(0x3e2)]({'chartId':_0x5ba791[_0x1d1940(0x421)],'style':{'invalidValueType':_0x39b5c0},'unitId':_0x5ba791[_0x1d1940(0x1d7)]});},'get'(){const _0x376093=_0xf066a3;return _0x5ba791[_0x376093(0x36e)][_0x376093(0x281)][_0x376093(0x27e)](_0x41e668(_0x182416=>_0x182416[_0x376093(0x1cc)]),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x255),_0x313c52=>({'set'(_0xaac2db){const _0x5bf567=_0xf066a3;_0x1f3da1[_0x5bf567(0x3e2)]({'chartId':_0x313c52[_0x5bf567(0x421)],'style':{'area':{'lineStyle':_0xaac2db==null?void 0x0:_0xaac2db}},'unitId':_0x313c52[_0x5bf567(0x1d7)]});},'get'(){const _0x541acf=_0xf066a3;return _0x313c52['model'][_0x541acf(0x281)]['pipe'](_0x41e668(_0x4a6e65=>{const _0x30f843=_0x541acf;var _0x5ccc15;return(_0x5ccc15=_0x4a6e65[_0x30f843(0x40d)])==null?void 0x0:_0x5ccc15[_0x30f843(0x26a)];}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x30a),_0x3ed5f6=>({'set'(_0x204403){const _0x3a450e=_0xf066a3;_0x1f3da1[_0x3a450e(0x3e2)]({'chartId':_0x3ed5f6[_0x3a450e(0x421)],'style':{'heatmap':{'visualMapType':_0x204403}},'unitId':_0x3ed5f6['unitId']});},'get'(){const _0x57704b=_0xf066a3;return _0x3ed5f6[_0x57704b(0x36e)]['style$'][_0x57704b(0x27e)](_0x41e668(_0xca5ea3=>{const _0x5e54e0=_0x57704b;var _0x313308;return(_0x313308=_0xca5ea3[_0x5e54e0(0x223)])==null?void 0x0:_0x313308['visualMapType'];}),_0x9146d());}})),_0x1f3da1['registerViewState'](_0xf066a3(0x29a),_0x1773d3=>({'set'(_0x4d0c82){const _0x3e63ed=_0xf066a3;_0x1f3da1[_0x3e63ed(0x3e2)]({'chartId':_0x1773d3[_0x3e63ed(0x421)],'style':{'heatmap':{'max':_0x4d0c82}},'unitId':_0x1773d3[_0x3e63ed(0x1d7)]});},'get'(){const _0x43ff88=_0xf066a3;return _0x1773d3[_0x43ff88(0x36e)][_0x43ff88(0x281)]['pipe'](_0x41e668(_0x37ab8a=>{const _0x5c2eb2=_0x43ff88;var _0x551e8a;return(_0x551e8a=_0x37ab8a[_0x5c2eb2(0x223)])==null?void 0x0:_0x551e8a[_0x5c2eb2(0x342)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x253),_0x152a17=>({'set'(_0x225f67){const _0x1df678=_0xf066a3;_0x1f3da1[_0x1df678(0x3e2)]({'chartId':_0x152a17[_0x1df678(0x421)],'style':{'heatmap':{'min':_0x225f67}},'unitId':_0x152a17[_0x1df678(0x1d7)]});},'get'(){const _0x43353b=_0xf066a3;return _0x152a17['model'][_0x43353b(0x281)][_0x43353b(0x27e)](_0x41e668(_0x48e0a9=>{const _0x47637e=_0x43353b;var _0x44ed8e;return(_0x44ed8e=_0x48e0a9['heatmap'])==null?void 0x0:_0x44ed8e[_0x47637e(0x1e4)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x480),_0x437553=>({'set'(_0x22a36a){const _0x2f3610=_0xf066a3;_0x1f3da1[_0x2f3610(0x3e2)]({'chartId':_0x437553['chartId'],'style':{'relation':{'layout':_0x22a36a}},'unitId':_0x437553[_0x2f3610(0x1d7)]});},'get'(){const _0x297560=_0xf066a3;return _0x437553[_0x297560(0x36e)][_0x297560(0x281)][_0x297560(0x27e)](_0x41e668(_0x156db6=>{const _0x59e2bc=_0x297560;var _0xeeff20;return(_0xeeff20=_0x156db6[_0x59e2bc(0x4a4)])==null?void 0x0:_0xeeff20[_0x59e2bc(0x345)];}),_0x9146d());}})),_0x1f3da1['registerViewState'](_0xf066a3(0x2e6),_0x409614=>({'set'(_0x3872da){const _0x5370eb=_0xf066a3;_0x1f3da1[_0x5370eb(0x3e2)]({'chartId':_0x409614[_0x5370eb(0x421)],'style':{'relation':{'useValueAsSymbolSize':!!_0x3872da}},'unitId':_0x409614[_0x5370eb(0x1d7)]});},'get'(){const _0x29ea6f=_0xf066a3;return _0x409614[_0x29ea6f(0x36e)][_0x29ea6f(0x281)][_0x29ea6f(0x27e)](_0x41e668(_0x231c93=>{const _0xb2073e=_0x29ea6f;var _0x23f6a9;return(_0x23f6a9=_0x231c93['relation'])==null?void 0x0:_0x23f6a9[_0xb2073e(0x2e6)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x30d),_0x1c280a=>({'set'(_0x4f0063){const _0x136e50=_0xf066a3;_0x1f3da1[_0x136e50(0x3e2)]({'chartId':_0x1c280a[_0x136e50(0x421)],'style':{'relation':{'force':_0x4f0063}},'unitId':_0x1c280a[_0x136e50(0x1d7)]});},'get'(){const _0x3a3cce=_0xf066a3;return _0x1c280a['model'][_0x3a3cce(0x281)][_0x3a3cce(0x27e)](_0x41e668(_0x5abebf=>{var _0x35744f;return(_0x35744f=_0x5abebf['relation'])==null?void 0x0:_0x35744f['force'];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x432),_0x27efa4=>({'set'(_0x515d5a){const _0x452c3d=_0xf066a3;_0x1f3da1[_0x452c3d(0x3e2)]({'chartId':_0x27efa4[_0x452c3d(0x421)],'style':{'relation':{'circular':{'rotateLabel':!!_0x515d5a}}},'unitId':_0x27efa4[_0x452c3d(0x1d7)]});},'get'(){const _0x7b7778=_0xf066a3;return _0x27efa4['model']['style$'][_0x7b7778(0x27e)](_0x41e668(_0x76755a=>{const _0x4e9b56=_0x7b7778;var _0x1d3ea8;return(_0x1d3ea8=_0x76755a[_0x4e9b56(0x4a4)])==null||(_0x1d3ea8=_0x1d3ea8[_0x4e9b56(0x490)])==null?void 0x0:_0x1d3ea8[_0x4e9b56(0x432)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x444),_0x8657c9=>({'set'(_0x4347c6){const _0x2cc2cd=_0xf066a3;_0x1f3da1[_0x2cc2cd(0x3e2)]({'chartId':_0x8657c9[_0x2cc2cd(0x421)],'style':{'relation':{'nodeShape':_0x4347c6}},'unitId':_0x8657c9[_0x2cc2cd(0x1d7)]});},'get'(){const _0x520f1b=_0xf066a3;return _0x8657c9[_0x520f1b(0x36e)][_0x520f1b(0x281)][_0x520f1b(0x27e)](_0x41e668(_0x36fbab=>{const _0x1310b4=_0x520f1b;var _0x185f03;return(_0x185f03=_0x36fbab[_0x1310b4(0x4a4)])==null?void 0x0:_0x185f03['nodeShape'];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2c8),_0x36b458=>({'set'(_0x4eb5bc){const _0x4e13a3=_0xf066a3;_0x1f3da1[_0x4e13a3(0x3e2)]({'chartId':_0x36b458[_0x4e13a3(0x421)],'style':{'relation':{'useEmphasis':!!_0x4eb5bc}},'unitId':_0x36b458['unitId']});},'get'(){const _0x165bc0=_0xf066a3;return _0x36b458[_0x165bc0(0x36e)][_0x165bc0(0x281)][_0x165bc0(0x27e)](_0x41e668(_0x81cb13=>{const _0x463236=_0x165bc0;var _0xcc721f;return(_0xcc721f=_0x81cb13[_0x463236(0x4a4)])==null?void 0x0:_0xcc721f[_0x463236(0x2c8)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2c5),_0x51ab17=>({'set'(_0x508735){const _0x266f89=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x51ab17[_0x266f89(0x421)],'style':{'waterfall':{'stackType':_0x508735}},'unitId':_0x51ab17[_0x266f89(0x1d7)]});},'get'(){const _0x4ac2be=_0xf066a3;return _0x51ab17[_0x4ac2be(0x36e)][_0x4ac2be(0x281)][_0x4ac2be(0x27e)](_0x41e668(_0x26b777=>{const _0x125a57=_0x4ac2be;var _0x6800c1;return(_0x6800c1=_0x26b777[_0x125a57(0x204)])==null?void 0x0:_0x6800c1[_0x125a57(0x356)];}),_0x9146d());}})),_0x1f3da1[_0xf066a3(0x2dd)]('useSubtotal',_0x1b30a6=>({'set'(_0x101e81){const _0x3633a3=_0xf066a3;_0x1f3da1[_0x3633a3(0x3e2)]({'chartId':_0x1b30a6[_0x3633a3(0x421)],'style':{'waterfall':{'useSubtotal':_0x101e81}},'unitId':_0x1b30a6['unitId']});},'get'(){const _0x1b2430=_0xf066a3;return _0x1b30a6[_0x1b2430(0x36e)][_0x1b2430(0x281)][_0x1b2430(0x27e)](_0x41e668(_0x40f4fd=>{const _0x4ccef7=_0x1b2430;var _0x165f03;return(_0x165f03=_0x40f4fd[_0x4ccef7(0x204)])==null?void 0x0:_0x165f03['useSubtotal'];}),_0x9146d());}})),_0x1f3da1['registerViewState'](_0x53ddc7[_0xf066a3(0x3a1)],_0x54416e=>({'set'(_0x3fe7e1){const _0x35449e=_0xf066a3;_0x1f3da1[_0x35449e(0x3e2)]({'chartId':_0x54416e[_0x35449e(0x421)],'context':{'bubbleSizeIndex':_0x3fe7e1},'unitId':_0x54416e['unitId']});},'get'(){const _0x109ed5=_0xf066a3;return _0x54416e[_0x109ed5(0x36e)][_0x109ed5(0x428)][_0x109ed5(0x27e)](_0x41e668(_0x313415=>_0x313415[_0x109ed5(0x2a7)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0x53ddc7[_0xf066a3(0x3fd)],_0x280b99=>({'set'(_0x5e6bf1){const _0x255e2e=_0xf066a3;_0x1f3da1['executeChartUpdateConfig']({'chartId':_0x280b99[_0x255e2e(0x421)],'context':{'scatterXIndex':_0x5e6bf1},'unitId':_0x280b99[_0x255e2e(0x1d7)]});},'get'(){const _0x2f9bd5=_0xf066a3;return _0x280b99[_0x2f9bd5(0x36e)][_0x2f9bd5(0x428)]['pipe'](_0x41e668(_0x49811b=>_0x49811b['scatterXIndex']));}})),_0x1f3da1['registerViewState'](_0x53ddc7[_0xf066a3(0x34b)],_0x4e703c=>({'set'(_0x16abfd){const _0x3a308b=_0xf066a3;_0x1f3da1[_0x3a308b(0x3e2)]({'chartId':_0x4e703c['chartId'],'context':{'scatterYIndex':_0x16abfd},'unitId':_0x4e703c['unitId']});},'get'(){const _0x22260f=_0xf066a3;return _0x4e703c['model'][_0x22260f(0x428)][_0x22260f(0x27e)](_0x41e668(_0x110534=>_0x110534[_0x22260f(0x1a6)]));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0x53ddc7['ScatterLabelIndex'],_0x4d706e=>({'set'(_0x209224){const _0x4b612e=_0xf066a3;_0x1f3da1[_0x4b612e(0x3e2)]({'chartId':_0x4d706e['chartId'],'context':{'scatterLabelIndex':_0x209224},'unitId':_0x4d706e[_0x4b612e(0x1d7)]});},'get'(){const _0x4388db=_0xf066a3;return _0x4d706e[_0x4388db(0x36e)][_0x4388db(0x428)][_0x4388db(0x27e)](_0x41e668(_0x1b959d=>_0x1b959d['scatterLabelIndex']));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0x53ddc7['BubbleSeriesIndex'],_0x543c8d=>({'set'(_0x996892){const _0x256520=_0xf066a3;_0x1f3da1[_0x256520(0x3e2)]({'chartId':_0x543c8d[_0x256520(0x421)],'context':{'bubbleSeriesIndex':_0x996892},'unitId':_0x543c8d[_0x256520(0x1d7)]});},'get'(){const _0x4650ba=_0xf066a3;return _0x543c8d['model'][_0x4650ba(0x428)][_0x4650ba(0x27e)](_0x41e668(_0x5a89f2=>_0x5a89f2['bubbleSeriesIndex']));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x47e),_0x13d656=>_0x13d656[_0xf066a3(0x36e)][_0xf066a3(0x428)][_0xf066a3(0x27e)](_0x41e668(()=>un(_0x13d656)))),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x2e9),_0x3041ec=>_0x3041ec['model'][_0xf066a3(0x428)][_0xf066a3(0x27e)](_0x41e668(()=>un(_0x3041ec)))),_0x1f3da1['registerViewState'](_0xf066a3(0x27d),_0x800a3e=>_0x800a3e[_0xf066a3(0x36e)]['context$'][_0xf066a3(0x27e)](_0x41e668(()=>cn(_0x800a3e)))),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x1e1),_0x5ad027=>_0x5ad027[_0xf066a3(0x36e)][_0xf066a3(0x428)][_0xf066a3(0x27e)](_0x41e668(()=>ln(_0x5ad027)))),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x218),_0x8af697=>({'set'(_0x3a603e){const _0x2c77ce=_0xf066a3;_0x1f3da1[_0x2c77ce(0x3e2)]({'chartId':_0x8af697['chartId'],'context':{'seriesIndexes':_0x3a603e},'unitId':_0x8af697['unitId']});},'get'(){const _0x393834=_0xf066a3;return _0x8af697[_0x393834(0x36e)][_0x393834(0x428)][_0x393834(0x27e)](_0x41e668(_0x4dabc5=>{var _0x55153a;return(_0x55153a=_0x4dabc5['seriesIndexes'])==null?[]:_0x55153a;}));}})),_0x1f3da1[_0xf066a3(0x2dd)](_0xf066a3(0x369),_0x41f95e=>_0x41f95e[_0xf066a3(0x36e)][_0xf066a3(0x477)][_0xf066a3(0x27e)](_0x41e668(_0xd860a8=>{const _0x520d42=_0xf066a3;var _0x156551,_0x1ed5d1,_0x2c87e6;let _0x283bae=_0xd860a8==null||(_0x156551=_0xd860a8[_0x520d42(0x2f2)])==null?void 0x0:_0x156551[_0x520d42(0x34f)];return((_0x1ed5d1=_0xd860a8==null||(_0x2c87e6=_0xd860a8[_0x520d42(0x18c)])==null||(_0x2c87e6=_0x2c87e6[0x0])==null?void 0x0:_0x2c87e6[_0x520d42(0x34f)])==null?[]:_0x1ed5d1)[_0x520d42(0x448)]((_0x2e5eb3,_0x397ab2)=>{var _0x26ef5e,_0x53a515,_0x20cf05;return{'label':String((_0x26ef5e=(_0x53a515=_0x283bae==null||(_0x20cf05=_0x283bae[_0x397ab2])==null?void 0x0:_0x20cf05['label'])==null?_0x2e5eb3['label']:_0x53a515)==null?'Item\x20'+(_0x397ab2+0x1):_0x26ef5e),'value':String(_0x397ab2)};});}))),_0x1f3da1['registerViewState'](_0xf066a3(0x26f),_0x4cda9a=>_0x4cda9a['model']['config$']['pipe'](_0x41e668(_0x3b91ad=>{const _0x295ebb=_0xf066a3;var _0x474b16,_0x52c82;let _0x4aabe0=_0x3b91ad==null||(_0x474b16=_0x3b91ad[_0x295ebb(0x2f2)])==null?void 0x0:_0x474b16[_0x295ebb(0x34f)],_0x2ed200=new Map();return _0x3b91ad==null||(_0x52c82=_0x3b91ad['series'])==null||(_0x52c82=_0x52c82[0x0])==null||(_0x52c82=_0x52c82[_0x295ebb(0x34f)])==null||_0x52c82['forEach']((_0x28580b,_0x351a6d)=>{const _0x380629=_0x295ebb;var _0xf453f1,_0x584ed5;let _0x3b3175=String((_0xf453f1=_0x4aabe0==null||(_0x584ed5=_0x4aabe0[_0x351a6d])==null?void 0x0:_0x584ed5['value'])==null?_0x380629(0x460)+(_0x351a6d+0x1):_0xf453f1);if(!_0x2ed200[_0x380629(0x42f)](_0x3b3175)){var _0x4f339d;_0x2ed200[_0x380629(0x287)](_0x3b3175,Number((_0x4f339d=_0x28580b['value'])==null?0x0:_0x4f339d));}}),Array[_0x295ebb(0x1ea)](_0x2ed200['entries']())[_0x295ebb(0x1b3)](([,_0x51cab7])=>_0x51cab7>0x0)[_0x295ebb(0x1b2)]((_0x589cff,_0x202a53)=>_0x202a53[0x1]-_0x589cff[0x1])[_0x295ebb(0x448)](([_0x4ac3cd],_0x450822)=>({'label':_0x4ac3cd||_0x295ebb(0x460)+(_0x450822+0x1),'value':String(_0x450822)}));})));}let mn=class extends _0x45aa21{constructor(_0x10b4f0,_0x58fcd0,_0xd7c345,_0x125006){const _0x26dc7c=_0x40d9ff;super(),this[_0x26dc7c(0x49d)]=_0x10b4f0,this[_0x26dc7c(0x224)]=_0x58fcd0,this[_0x26dc7c(0x493)]=_0xd7c345,this['localeService']=_0x125006,X(this,'_viewState',new Map()),pn(this);}get[_0x40d9ff(0x286)](){const _0x7b8c06=_0x40d9ff;return this[_0x7b8c06(0x49d)]['activeRuntimeModel'];}get[_0x40d9ff(0x175)](){const _0x3606c=_0x40d9ff;return this[_0x3606c(0x49d)][_0x3606c(0x175)];}get[_0x40d9ff(0x17f)](){return this['_resourceService'];}[_0x40d9ff(0x2dd)](_0x1ab925,_0x4b16a3){const _0x395581=_0x40d9ff;this[_0x395581(0x2ba)]['set'](_0x1ab925,_0x4b16a3);}['getViewState'](_0x2301a0,_0x251846=this[_0x40d9ff(0x49d)][_0x40d9ff(0x286)]){const _0x209a28=_0x40d9ff;if(!_0x251846)return;let _0x3f325a=this[_0x209a28(0x2ba)][_0x209a28(0x3a2)](_0x2301a0);return _0x3f325a==null?void 0x0:_0x3f325a(_0x251846);}[_0x40d9ff(0x3e2)](_0x41c549){const _0x469980=_0x40d9ff;var _0x18a78f,_0x14d6c0;let _0x9d23b7=this[_0x469980(0x49d)][_0x469980(0x286)],_0x2d4587=(_0x18a78f=_0x41c549[_0x469980(0x1d7)])==null?_0x9d23b7==null?void 0x0:_0x9d23b7[_0x469980(0x1d7)]:_0x18a78f,_0x2af903=(_0x14d6c0=_0x41c549['chartId'])==null?_0x9d23b7==null?void 0x0:_0x9d23b7[_0x469980(0x421)]:_0x14d6c0;!_0x2d4587||!_0x2af903||this[_0x469980(0x493)][_0x469980(0x406)](_0x416505['id'],{..._0x41c549,'unitId':_0x2d4587,'chartId':_0x2af903});}[_0x40d9ff(0x29e)](_0x455b8b){const _0x273910=_0x40d9ff;var _0x2bf310;let _0x3e4944=this[_0x273910(0x224)][_0x273910(0x344)](_0x455b8b[_0x273910(0x1d7)],_0x455b8b[_0x273910(0x421)]),_0x4cb305=_0x3e4944?this[_0x273910(0x224)][_0x273910(0x4eb)](_0x455b8b['unitId'],_0x3e4944[_0x273910(0x348)]):void 0x0,_0x30c28f=(_0x2bf310=_0x4cb305==null?void 0x0:_0x4cb305[_0x273910(0x45e)])==null?[]:_0x2bf310,_0x3b26d7=_0x30c28f[_0x273910(0x393)],_0x3d40ed=0x0;return _0x30c28f[_0x273910(0x42c)](_0x15284d=>{const _0x1e717a=_0x273910;_0x3d40ed=Math[_0x1e717a(0x342)](_0x3d40ed,_0x15284d[_0x1e717a(0x393)]);}),((_0x4cb305==null?void 0x0:_0x4cb305[_0x273910(0x411)])||(_0x4cb305==null?void 0x0:_0x4cb305['id'])||_0x455b8b[_0x273910(0x348)])+'\x20·\x20'+_0x3b26d7+_0x273910(0x1cf)+_0x3d40ed;}[_0x40d9ff(0x16f)](){const _0x2eb899=_0x40d9ff;this[_0x2eb899(0x2ba)][_0x2eb899(0x3e5)](),super[_0x2eb899(0x16f)]();}};mn=J([q(0x0,_0xa82a74(_0x5197b2)),q(0x1,_0xa82a74(_0x3b9f64)),q(0x2,_0x3c52c3),q(0x3,_0xa82a74(_0x3966c6))],mn);function Z(_0xdff17c,_0x11b14f){const _0x20cc70=_0x40d9ff;let _0x5274a9=_0x2ae52e(sn),_0x29af5c=_0x346a15(_0x5274a9[_0x20cc70(0x175)],_0x5274a9[_0x20cc70(0x286)]),_0x341a60=_0x22168b(()=>_0x5274a9[_0x20cc70(0x470)](_0xdff17c,_0x29af5c),[_0x29af5c,_0xdff17c,_0x5274a9]);return[_0x346a15(_0x22168b(()=>_0x341a60 instanceof _0x17f70e?_0x341a60:_0x341a60==null?void 0x0:_0x341a60[_0x20cc70(0x3a2)](),[_0x341a60]),_0x11b14f),_0x4b1501(_0x571da2=>{const _0x5ee0d6=_0x20cc70;if(!(_0x341a60 instanceof _0x17f70e)){var _0x48b262;_0x341a60==null||(_0x48b262=_0x341a60[_0x5ee0d6(0x287)])==null||_0x48b262[_0x5ee0d6(0x41d)](_0x341a60,_0x571da2);}},[_0x341a60])];}const hn='board-chart.edit-panel',gn=[{'label':_0x40d9ff(0x1ed),'value':''},{'label':_0x40d9ff(0x4cf),'value':'0'},{'label':_0x40d9ff(0x371),'value':'1'}],_n=[{'label':_0x40d9ff(0x20e),'value':_0x775257['Top']},{'label':_0x40d9ff(0x37e),'value':_0x775257[_0x40d9ff(0x3c9)]},{'label':_0x40d9ff(0x3c1),'value':_0x775257[_0x40d9ff(0x4a5)]},{'label':_0x40d9ff(0x4e0),'value':_0x775257[_0x40d9ff(0x3d6)]},{'label':_0x40d9ff(0x1ed),'value':_0x775257[_0x40d9ff(0x27f)]}],vn=[{'label':_0x40d9ff(0x20e),'value':_0x5ce80e[_0x40d9ff(0x2a4)]},{'label':_0x40d9ff(0x37e),'value':_0x5ce80e[_0x40d9ff(0x3c9)]},{'label':'boards-chart-ui.option.bottom','value':_0x5ce80e['Bottom']},{'label':_0x40d9ff(0x4e0),'value':_0x5ce80e['Left']},{'label':_0x40d9ff(0x1ed),'value':_0x5ce80e[_0x40d9ff(0x27f)]}],yn=[{'label':_0x40d9ff(0x2de),'value':_0x3f39b9['Arrangement']},{'label':_0x40d9ff(0x4cf),'value':_0x3f39b9[_0x40d9ff(0x277)]}],bn=_0x354d1e([0x0,0.25,0.5,0.75]),xn=[0xa,0xc,0xe,0x10,0x12,0x14,0x18,0x1e,0x24][_0x40d9ff(0x448)](_0x4e817b=>({'label':String(_0x4e817b),'value':String(_0x4e817b)})),Sn=_0x354d1e(_0x536469),Cn=_0x5b2274(_0x5191cd),wn=_0x5b2274(_0x3de694),Tn=_0x5b2274(_0x2c17d8),En=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a][_0x40d9ff(0x448)](_0x5bb2b8=>({'label':_0x5bb2b8+'°','value':String(_0x5bb2b8)})),Dn=[{'label':_0x40d9ff(0x463),'value':_0xf7d487[_0x40d9ff(0x3a4)]},{'label':_0x40d9ff(0x489),'value':_0xf7d487[_0x40d9ff(0x4ad)]},{'label':'boards-chart-ui.option.dotted','value':_0xf7d487[_0x40d9ff(0x1d1)]}],On=[{'label':'boards-chart-ui.option.circle','value':_0x1d65c9['Circle']},{'label':_0x40d9ff(0x1b4),'value':_0x1d65c9[_0x40d9ff(0x1f8)]},{'label':_0x40d9ff(0x1ff),'value':_0x1d65c9[_0x40d9ff(0x43a)]},{'label':'boards-chart-ui.option.diamond','value':_0x1d65c9[_0x40d9ff(0x27a)]},{'label':_0x40d9ff(0x364),'value':_0x1d65c9[_0x40d9ff(0x1bf)]},{'label':_0x40d9ff(0x195),'value':_0x1d65c9[_0x40d9ff(0x3db)]},{'label':_0x40d9ff(0x242),'value':_0x1d65c9[_0x40d9ff(0x266)]},{'label':_0x40d9ff(0x41a),'value':_0x1d65c9[_0x40d9ff(0x28d)]},{'label':_0x40d9ff(0x1ed),'value':_0x1d65c9[_0x40d9ff(0x401)]},{'label':_0x40d9ff(0x39c),'value':_0x1d65c9[_0x40d9ff(0x16e)]},{'label':_0x40d9ff(0x1c3),'value':_0x1d65c9[_0x40d9ff(0x438)]},{'label':_0x40d9ff(0x1e0),'value':_0x1d65c9['EmptyTriangle']},{'label':'boards-chart-ui.option.emptyDiamond','value':_0x1d65c9[_0x40d9ff(0x1b1)]},{'label':_0x40d9ff(0x44a),'value':_0x1d65c9[_0x40d9ff(0x4b7)]},{'label':_0x40d9ff(0x4ab),'value':_0x1d65c9[_0x40d9ff(0x295)]},{'label':_0x40d9ff(0x3b6),'value':_0x1d65c9[_0x40d9ff(0x419)]},{'label':'boards-chart-ui.option.emptyArrow','value':_0x1d65c9[_0x40d9ff(0x304)]}],kn=_0x5b2274(_0x3ff5f0),An=[_0x3f77a1[_0x40d9ff(0x435)],_0x3f77a1['Inside'],_0x3f77a1[_0x40d9ff(0x3d6)],_0x3f77a1['Right'],_0x3f77a1[_0x40d9ff(0x2a4)],_0x3f77a1['Bottom']][_0x40d9ff(0x448)](_0x3da822=>({'label':_0x40d9ff(0x23e)+_0x3da822,'value':_0x3da822})),jn=[_0x18fa8f[_0x40d9ff(0x41f)],_0x18fa8f[_0x40d9ff(0x49b)]][_0x40d9ff(0x448)](_0x3671e4=>({'label':_0x40d9ff(0x23e)+_0x3671e4,'value':_0x3671e4})),Mn=[{'label':_0x40d9ff(0x2ab),'value':_0x802f27[_0x40d9ff(0x326)]},{'label':_0x40d9ff(0x2e0),'value':_0x802f27[_0x40d9ff(0x3f6)]},{'label':_0x40d9ff(0x361),'value':_0x802f27[_0x40d9ff(0x307)]},{'label':'boards-chart-ui.option.percentage','value':_0x802f27['Percentage']}],Nn=[{'label':_0x40d9ff(0x2f1),'value':'title'},{'label':_0x40d9ff(0x28b),'value':_0x40d9ff(0x2b6)},{'label':_0x40d9ff(0x3ce),'value':'xAxisTitle'},{'label':_0x40d9ff(0x32b),'value':'yAxisTitle'},{'label':_0x40d9ff(0x178),'value':_0x40d9ff(0x36d)}],Pn=[{'label':_0x40d9ff(0x2c9),'value':_0x4b49df['Start']},{'label':_0x40d9ff(0x32a),'value':_0x4b49df['Center']},{'label':_0x40d9ff(0x451),'value':_0x4b49df[_0x40d9ff(0x19a)]}],Fn=[{'label':_0x40d9ff(0x24f),'value':_0x5623e7[_0x40d9ff(0x179)]},{'label':_0x40d9ff(0x390),'value':_0x5623e7[_0x40d9ff(0x479)]},{'label':_0x40d9ff(0x2f8),'value':_0x5623e7['Close']}],In=[{'label':_0x40d9ff(0x205),'value':'continuous'},{'label':_0x40d9ff(0x4b4),'value':'piecewise'}],Ln=[{'label':_0x40d9ff(0x29c),'value':_0x1c4046[_0x40d9ff(0x2f5)]},{'label':_0x40d9ff(0x4bf),'value':_0x1c4046[_0x40d9ff(0x384)]},{'label':'boards-chart-ui.option.step','value':_0x1c4046[_0x40d9ff(0x3a5)]}],Rn=[{'label':_0x40d9ff(0x333),'value':_0x2942d4['Polygon']},{'label':_0x40d9ff(0x28e),'value':_0x2942d4[_0x40d9ff(0x474)]}],zn=[{'label':_0x40d9ff(0x39a),'value':_0x32d280[_0x40d9ff(0x3f0)]},{'label':_0x40d9ff(0x1ad),'value':_0x32d280[_0x40d9ff(0x3c2)]},{'label':_0x40d9ff(0x32d),'value':_0x32d280['Link']}],Bn=Object[_0x40d9ff(0x45e)](_0x37d2c0)[_0x40d9ff(0x448)](_0x9b1ed1=>({'label':'boards-chart-ui.option.'+(_0x9b1ed1==='triangle-forward'?_0x40d9ff(0x38e):_0x9b1ed1),'value':_0x9b1ed1})),Vn=[{'label':_0x40d9ff(0x323),'value':_0x4095b0[_0x40d9ff(0x401)]},{'label':_0x40d9ff(0x1ab),'value':_0x4095b0[_0x40d9ff(0x433)]},{'label':_0x40d9ff(0x374),'value':_0x4095b0[_0x40d9ff(0x481)]}],Hn=[{'label':_0x40d9ff(0x29c),'value':String(_0x27b504[_0x40d9ff(0x2f5)])},{'label':_0x40d9ff(0x3d3),'value':String(_0x27b504[_0x40d9ff(0x4e5)])},{'label':_0x40d9ff(0x2a2),'value':String(_0x27b504['Area'])}],Un=[{'label':_0x40d9ff(0x190),'value':_0x3323d1[_0x40d9ff(0x376)]},{'label':_0x40d9ff(0x4d8),'value':_0x3323d1[_0x40d9ff(0x1c4)]},{'label':_0x40d9ff(0x1de),'value':_0x3323d1[_0x40d9ff(0x16b)]},{'label':'boards-chart-ui.option.power','value':_0x3323d1[_0x40d9ff(0x4d2)]},{'label':_0x40d9ff(0x445),'value':_0x3323d1[_0x40d9ff(0x296)]},{'label':_0x40d9ff(0x44c),'value':_0x3323d1[_0x40d9ff(0x408)]}],Wn=[0x2,0x3,0x4,0x5,0x6][_0x40d9ff(0x448)](_0x5a9ce3=>({'label':String(_0x5a9ce3),'value':String(_0x5a9ce3)})),Gn={'label':_0x40d9ff(0x458),'value':_0x179096[_0x40d9ff(0x1d0)]};function Kn(_0x5e1cf0){const _0x50a656=_0x40d9ff;return!!(_0x5e1cf0&&[_0x27b504[_0x50a656(0x259)],_0x27b504['Bar'],_0x27b504[_0x50a656(0x4e5)],_0x27b504[_0x50a656(0x1da)],_0x27b504['BarStacked'],_0x27b504[_0x50a656(0x35a)],_0x27b504[_0x50a656(0x267)],_0x27b504[_0x50a656(0x3be)],_0x27b504[_0x50a656(0x1c6)]]['some'](_0x189f57=>_0x24971d[_0x50a656(0x174)](_0x5e1cf0,_0x189f57)));}function qn(_0x49ce57){const _0x83a2ba=_0x40d9ff;return!!(_0x49ce57&&[_0x27b504[_0x83a2ba(0x2f5)],_0x27b504[_0x83a2ba(0x19e)],_0x27b504[_0x83a2ba(0x446)],_0x27b504[_0x83a2ba(0x484)],_0x27b504[_0x83a2ba(0x464)],_0x27b504[_0x83a2ba(0x2df)],_0x27b504[_0x83a2ba(0x471)],_0x27b504['Boxplot']][_0x83a2ba(0x3eb)](_0x11a59e=>!_0x24971d[_0x83a2ba(0x174)](_0x49ce57,_0x11a59e)));}function Jn(_0x216445){const _0x553a9b=_0x40d9ff;return!!(_0x216445&&_0x24971d[_0x553a9b(0x174)](_0x216445,_0x27b504[_0x553a9b(0x26d)]));}function Yn(_0x48a771){const _0x11650b=_0x40d9ff;return!!(_0x48a771&&[_0x27b504[_0x11650b(0x464)],_0x27b504[_0x11650b(0x2df)],_0x27b504[_0x11650b(0x471)],_0x27b504['Boxplot']]['every'](_0x1eaf42=>!_0x24971d[_0x11650b(0x174)](_0x48a771,_0x1eaf42)));}function Xn(_0x671504){const _0x302c5c=_0x40d9ff;let _0x43b47b=!!(_0x671504&&_0x24971d['baseOn'](_0x671504,_0x27b504[_0x302c5c(0x446)])),_0x164505=!!(_0x671504&&_0x24971d[_0x302c5c(0x174)](_0x671504,_0x27b504[_0x302c5c(0x1bc)])),_0x1b6db4=!!(_0x671504&&_0x24971d[_0x302c5c(0x174)](_0x671504,_0x27b504[_0x302c5c(0x27c)])),_0x1392f8=!!(_0x671504&&_0x24971d[_0x302c5c(0x174)](_0x671504,_0x27b504[_0x302c5c(0x464)])),_0x2eabc9=!!(_0x671504&&_0x24971d[_0x302c5c(0x174)](_0x671504,_0x27b504[_0x302c5c(0x4a3)])),_0x58b043=!!(_0x671504&&_0x24971d[_0x302c5c(0x174)](_0x671504,_0x27b504[_0x302c5c(0x2df)])),_0xa8fd70=!!(_0x671504&&_0x24971d['baseOn'](_0x671504,_0x27b504[_0x302c5c(0x471)])),_0x6ec936=Jn(_0x671504),_0x3c8d8b=!!(_0x671504&&_0x24971d[_0x302c5c(0x174)](_0x671504,_0x27b504['Radar'])),_0x44f2dc=!!(_0x671504&&_0x24971d['baseOn'](_0x671504,_0x27b504[_0x302c5c(0x2fe)])),_0x2d2160=!!(_0x671504&&[_0x27b504['Line'],_0x27b504[_0x302c5c(0x259)],_0x27b504[_0x302c5c(0x1da)],_0x27b504[_0x302c5c(0x267)],_0x27b504[_0x302c5c(0x484)],_0x27b504[_0x302c5c(0x21a)]][_0x302c5c(0x1d4)](_0x2f9d0d=>_0x24971d['baseOn'](_0x671504,_0x2f9d0d))),_0x4ad8e2=[_0x302c5c(0x1eb),_0x302c5c(0x294)];return _0x43b47b&&_0x4ad8e2['push'](_0x302c5c(0x29f)),!_0x43b47b&&!_0x6ec936&&!_0x164505&&!_0x1392f8&&!_0x44f2dc&&!_0x2eabc9&&!_0x58b043&&!_0xa8fd70&&_0x4ad8e2['push']('series'),_0x44f2dc&&_0x4ad8e2['push'](_0x302c5c(0x204)),_0x2eabc9&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x468),_0x302c5c(0x257)),_0x6ec936&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x27b)),_0x3c8d8b&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x2a5)),_0x1b6db4&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x37c)),_0xa8fd70&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x223)),_0x1392f8&&_0x4ad8e2['push']('relation'),_0x2d2160&&_0x4ad8e2[_0x302c5c(0x35d)]('lineAndArea'),!_0x43b47b&&!_0x58b043&&_0x4ad8e2[_0x302c5c(0x35d)]('legend'),!_0x43b47b&&!_0x6ec936&&!_0x3c8d8b&&!_0x1b6db4&&!_0x1392f8&&!_0x58b043&&!_0xa8fd70&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x325),_0x302c5c(0x300),'gridlinesAndTicks'),!_0x43b47b&&!_0x1392f8&&!_0x6ec936&&!_0x1b6db4&&!_0x58b043&&_0x4ad8e2[_0x302c5c(0x35d)](_0x302c5c(0x405)),_0x4ad8e2;}function Zn(_0x4c50c8,_0x5bad7f){const _0x234034=_0x40d9ff;let _0x458eb5=_0x4c50c8==null?_0x179096[_0x234034(0x3e4)]:_0x4c50c8;return(_0x458eb5&_0x5bad7f)===_0x5bad7f?_0x458eb5&~_0x5bad7f:_0x458eb5|_0x5bad7f;}function Qn(_0x3803b6){const _0x15087c=_0x40d9ff;var _0x4abaa1,_0x4c7004,_0x51ff96,_0xd4082a,_0xa677a2;let _0x2aba8c=_0x2ae52e(_0x3966c6),_0x280f9d=(_0x4abaa1=_0x3803b6[_0x15087c(0x2ce)])==null?{}:_0x4abaa1,_0x5c4e77=(_0x3803b6[_0x15087c(0x498)]?Mn[_0x15087c(0x1b3)](_0x5e53ec=>_0x5e53ec['value']!==_0x802f27[_0x15087c(0x3f6)]):Mn)[_0x15087c(0x448)](_0x21a985=>({..._0x21a985,'label':_0x2aba8c['t'](_0x21a985[_0x15087c(0x2c0)])})),_0x46cebf=_0x3803b6[_0x15087c(0x498)]?jn[_0x15087c(0x448)](_0x2bbe45=>({..._0x2bbe45,'label':_0x2aba8c['t'](_0x2bbe45[_0x15087c(0x2c0)])})):An[_0x15087c(0x448)](_0xac4beb=>({..._0xac4beb,'label':_0x2aba8c['t'](_0xac4beb[_0x15087c(0x2c0)])})),_0x21518d=(_0x4c7004=_0x280f9d[_0x15087c(0x31c)])==null?_0x179096[_0x15087c(0x3e4)]:_0x4c7004;return _0x1debe3(_0x15087c(0x241),{'className':_0x15087c(0x212),'children':[_0x292751(_0x5147e0,{'checked':(_0x51ff96=_0x280f9d[_0x15087c(0x2e3)])==null?!0x1:_0x51ff96,'onChange':_0xa6e0e=>_0x3803b6['onChange']({'visible':!!_0xa6e0e}),'children':_0x2aba8c['t'](_0x15087c(0x2b2))}),((_0xd4082a=_0x280f9d[_0x15087c(0x2e3)])==null?!0x1:_0xd4082a)&&_0x1debe3(_0x636637,{'children':[_0x292751(_0x16477c,{'label':_0x2aba8c['t'](_0x15087c(0x3e0)),'value':(_0xa677a2=_0x280f9d[_0x15087c(0x4da)])==null?_0x3803b6[_0x15087c(0x498)]?_0x18fa8f[_0x15087c(0x49b)]:_0x3f77a1['Auto']:_0xa677a2,'options':_0x46cebf,'onChange':_0x546efc=>_0x3803b6[_0x15087c(0x370)]({'position':_0x546efc})}),_0x292751(_0x15087c(0x241),{'className':_0x15087c(0x3cc),'children':_0x5c4e77[_0x15087c(0x448)](_0x24224c=>_0x292751(_0x5147e0,{'checked':(_0x21518d&_0x24224c[_0x15087c(0x49f)])===_0x24224c[_0x15087c(0x49f)],'onChange':()=>_0x3803b6[_0x15087c(0x370)]({'contentType':Zn(_0x21518d,_0x24224c[_0x15087c(0x49f)])}),'children':_0x24224c[_0x15087c(0x2c0)]},_0x24224c[_0x15087c(0x49f)]))}),_0x292751(_0x5d365c,{'label':_0x2aba8c['t'](_0x15087c(0x285)),'value':_0x280f9d,'onChange':(_0x2cdf9d,_0x536e9d)=>_0x3803b6['onChange']({[_0x2cdf9d]:_0x536e9d})})]})]});}function $n(_0x32f9ea){const _0x32f835=_0x40d9ff;var _0x297ef5,_0x2caa7c,_0xad963a,_0x159e3b,_0x1058ea,_0x1e4b57,_0x54ba91,_0x2ec431;let _0x3cbdf7=_0x2ae52e(_0x3966c6),_0x3bc46=(_0x297ef5=_0x32f9ea[_0x32f835(0x3e1)])==null?{}:_0x297ef5,_0x10d023=(_0x2caa7c=(_0xad963a=_0x3bc46[_0x32f835(0x2c0)])==null?void 0x0:_0xad963a['rotate'])==null?_0x32f9ea[_0x32f835(0x2d4)]?_0x179096[_0x32f835(0x38f)][_0x32f835(0x339)]:0x0:_0x2caa7c;return _0x1debe3(_0x32f835(0x241),{'className':_0x32f835(0x212),'children':[_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x5147e0,{'checked':(_0x159e3b=(_0x1058ea=_0x3bc46[_0x32f835(0x2c0)])==null?void 0x0:_0x1058ea['visible'])==null?_0x179096['axis'][_0x32f835(0x494)]:_0x159e3b,'onChange':_0x35056e=>_0x32f9ea[_0x32f835(0x370)]({'label':{'visible':!!_0x35056e}}),'children':_0x3cbdf7['t'](_0x32f835(0x308))}),_0x32f9ea['canReverse']&&_0x292751(_0x5147e0,{'checked':(_0x1e4b57=_0x3bc46['reverse'])==null?_0x179096[_0x32f835(0x38f)]['reverse']:_0x1e4b57,'onChange':_0x498451=>_0x32f9ea[_0x32f835(0x370)]({'reverse':!!_0x498451}),'children':_0x3cbdf7['t'](_0x32f835(0x4bd))})]}),_0x292751(_0x5147e0,{'checked':(_0x54ba91=_0x3bc46[_0x32f835(0x2a8)])==null?!0x1:_0x54ba91,'onChange':_0x47f2d2=>_0x32f9ea[_0x32f835(0x370)]({'lineVisible':!!_0x47f2d2}),'children':_0x3cbdf7['t'](_0x32f835(0x456))}),_0x292751(_0x5d365c,{'label':_0x3cbdf7['t'](_0x32f835(0x285)),'value':_0x3bc46[_0x32f835(0x2c0)],'onChange':(_0x59297f,_0x52203b)=>_0x32f9ea[_0x32f835(0x370)]({'label':{[_0x59297f]:_0x52203b}})}),_0x32f9ea[_0x32f835(0x47c)]&&_0x292751(_0x5147e0,{'checked':!!_0x32f9ea['useDateAxis'],'onChange':_0x2450fc=>{const _0xd3c531=_0x32f835;var _0x91fc7f;return(_0x91fc7f=_0x32f9ea[_0xd3c531(0x171)])==null?void 0x0:_0x91fc7f['call'](_0x32f9ea,!!_0x2450fc);},'children':_0x3cbdf7['t'](_0x32f835(0x26c))}),_0x292751(_0x16477c,{'label':_0x3cbdf7['t'](_0x32f835(0x4bb)),'value':String(_0x10d023),'options':En,'onChange':_0x221644=>_0x32f9ea[_0x32f835(0x370)]({'label':{'rotate':Number(_0x221644)}})}),_0x32f9ea['isValueAxis']&&_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x25debe,{'label':_0x3cbdf7['t'](_0x32f835(0x391)),'value':_0x3bc46['min'],'onChange':_0x2e92c9=>_0x32f9ea[_0x32f835(0x370)]({'min':_0x2e92c9==null?null:_0x2e92c9})}),_0x292751(_0x25debe,{'label':_0x3cbdf7['t'](_0x32f835(0x2ec)),'value':_0x3bc46['max'],'onChange':_0x381d56=>_0x32f9ea['onChange']({'max':_0x381d56==null?null:_0x381d56})})]}),_0x292751(_0x685465,{'label':_0x3cbdf7['t'](_0x32f835(0x3d1)),'value':(_0x2ec431=_0x3bc46[_0x32f835(0x4e1)])==null?'':_0x2ec431,'onChange':_0x1e853d=>_0x32f9ea[_0x32f835(0x370)]({'format':_0x1e853d||null})})]});}function er(_0x497cb9){const _0x14b6b7=_0x40d9ff;var _0x25eb0e,_0x16f4e4,_0x5a21af,_0x5b15a9,_0x424dad,_0x5cac1b,_0x2cb061,_0x4d1771;let _0x299a86=_0x2ae52e(_0x3966c6),_0x139703=(_0x25eb0e=_0x497cb9[_0x14b6b7(0x3e1)])==null?void 0x0:_0x25eb0e[_0x14b6b7(0x262)],_0x38bc97=(_0x16f4e4=_0x497cb9[_0x14b6b7(0x3e1)])==null?void 0x0:_0x16f4e4[_0x14b6b7(0x3de)],_0xb1a128=(_0x5a21af=_0x139703==null?void 0x0:_0x139703[_0x14b6b7(0x2e3)])==null?!0x1:_0x5a21af;return _0x1debe3(_0x14b6b7(0x241),{'className':_0x14b6b7(0x212),'children':[_0x292751(_0x5147e0,{'checked':_0xb1a128,'onChange':_0x11e7bb=>_0x497cb9[_0x14b6b7(0x370)]({'gridLine':{'visible':!!_0x11e7bb}}),'children':_0x299a86['t']('boards-chart-ui.control.majorGridlines')}),_0xb1a128&&_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x299a86['t'](_0x14b6b7(0x3bc)),'value':_0x139703==null?void 0x0:_0x139703['color'],'onChange':_0x5bd94b=>_0x497cb9['onChange']({'gridLine':{'color':_0x5bd94b==null?void 0x0:_0x5bd94b}})}),_0x292751(_0x16477c,{'label':_0x299a86['t'](_0x14b6b7(0x274)),'value':String((_0x5b15a9=_0x139703==null?void 0x0:_0x139703[_0x14b6b7(0x23a)])==null?0x1:_0x5b15a9),'options':Tn,'onChange':_0x57bca2=>_0x497cb9[_0x14b6b7(0x370)]({'gridLine':{'width':Number(_0x57bca2)}})})]}),_0x292751(_0x5147e0,{'checked':(_0x424dad=_0x38bc97==null?void 0x0:_0x38bc97[_0x14b6b7(0x2e3)])==null?!0x1:_0x424dad,'onChange':_0x186d3c=>_0x497cb9[_0x14b6b7(0x370)]({'tick':{'visible':!!_0x186d3c}}),'children':_0x299a86['t'](_0x14b6b7(0x482))}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x299a86['t']('boards-chart-ui.field.tickPosition'),'value':(_0x5cac1b=_0x38bc97==null?void 0x0:_0x38bc97[_0x14b6b7(0x4da)])==null?_0x18fa8f[_0x14b6b7(0x49b)]:_0x5cac1b,'options':jn[_0x14b6b7(0x448)](_0x57daec=>({..._0x57daec,'label':_0x299a86['t'](_0x57daec[_0x14b6b7(0x2c0)])})),'onChange':_0x2ec394=>_0x497cb9['onChange']({'tick':{'position':_0x2ec394}})}),_0x292751(_0x16477c,{'label':_0x299a86['t'](_0x14b6b7(0x2b8)),'value':String((_0x2cb061=_0x38bc97==null?void 0x0:_0x38bc97['length'])==null?'':_0x2cb061),'options':[{'label':_0x299a86['t'](_0x14b6b7(0x3c5)),'value':''},...wn],'onChange':_0x125e41=>_0x497cb9['onChange']({'tick':{'length':_0x125e41?Number(_0x125e41):void 0x0}})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x299a86['t']('boards-chart-ui.field.tickWidth'),'value':String((_0x4d1771=_0x38bc97==null?void 0x0:_0x38bc97[_0x14b6b7(0x4e2)])==null?'':_0x4d1771),'options':[{'label':_0x299a86['t'](_0x14b6b7(0x3c5)),'value':''},...Tn],'onChange':_0x4f7f98=>_0x497cb9[_0x14b6b7(0x370)]({'tick':{'lineWidth':_0x4f7f98?Number(_0x4f7f98):void 0x0}})}),_0x292751(_0x141cfd,{'label':_0x299a86['t'](_0x14b6b7(0x4d0)),'value':_0x38bc97==null?void 0x0:_0x38bc97[_0x14b6b7(0x46a)],'onChange':_0x42529f=>_0x497cb9[_0x14b6b7(0x370)]({'tick':{'lineColor':_0x42529f==null?void 0x0:_0x42529f}})})]})]});}function tr(_0xb40092){const _0x5585c6=_0x40d9ff;var _0x1bbb30,_0x52d7bf,_0xb39684,_0x26cd66,_0x3bb651,_0x433bec,_0x986d7c,_0x41e21e,_0x50b28d,_0x465b8a,_0xb96267,_0x8d1d2d,_0x2b0033,_0xa0592c,_0x2b650c,_0x52968e,_0x55a322,_0x1e5ed9,_0x20b5f4,_0xa0ec03,_0x54b7df,_0x5a0863,_0x45d939,_0x1b840e,_0x3a514c;let _0x2b7764=_0x2ae52e(_0x3966c6),_0x52a502=(_0x1bbb30=(_0x52d7bf=_0xb40092[_0x5585c6(0x322)])==null?void 0x0:_0x52d7bf['border'])==null?{}:_0x1bbb30,_0x514119=(_0xb39684=(_0x26cd66=_0xb40092[_0x5585c6(0x322)])==null?void 0x0:_0x26cd66[_0x5585c6(0x2c0)])==null?{}:_0xb39684,_0x5b3e6c=(_0x3bb651=(_0x433bec=_0xb40092[_0x5585c6(0x322)])==null?void 0x0:_0x433bec[_0x5585c6(0x4e7)])==null?{}:_0x3bb651,_0x4d6f52=_0xb40092[_0x5585c6(0x322)],_0x1e896d=!!(_0xb40092[_0x5585c6(0x37a)]&&_0x24971d[_0x5585c6(0x174)](_0xb40092['chartType'],_0x27b504[_0x5585c6(0x21a)])),[_0x56afe1,_0x27068b]=_0x46ea25(''),_0x307158=_0x56afe1===''?void 0x0:Number(_0x56afe1),_0x49c042=_0x307158===void 0x0||(_0x986d7c=_0xb40092[_0x5585c6(0x322)])==null||(_0x986d7c=_0x986d7c[_0x5585c6(0x251)])==null?void 0x0:_0x986d7c[_0x307158];return _0x1debe3(_0x5585c6(0x241),{'className':_0x5585c6(0x212),'children':[_0x1e896d&&!_0xb40092['isAllSeries']&&_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x19f)),'value':String((_0x41e21e=(_0x50b28d=_0xb40092['currentStyle'])==null?void 0x0:_0x50b28d[_0x5585c6(0x37a)])==null?_0x27b504[_0x5585c6(0x4e5)]:_0x41e21e),'options':Hn[_0x5585c6(0x448)](_0x2a2648=>({..._0x2a2648,'label':_0x2b7764['t'](_0x2a2648['label'])})),'onChange':_0x2ee4cc=>_0xb40092['onChange']({'chartType':Number(_0x2ee4cc)})}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2b7764['t'](_0x5585c6(0x3ee)),'value':(_0x465b8a=(_0xb96267=_0xb40092[_0x5585c6(0x322)])==null?void 0x0:_0xb96267[_0x5585c6(0x45d)])==null?(_0x8d1d2d=_0xb40092['allSeriesStyle'])==null?void 0x0:_0x8d1d2d[_0x5585c6(0x45d)]:_0x465b8a,'onChange':_0x438b94=>_0xb40092['onChange']({'color':_0x438b94})}),_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x3bd)),'value':String((_0x2b0033=_0x4d6f52==null?void 0x0:_0x4d6f52['fillOpacity'])==null?0x1:_0x2b0033),'options':Sn,'onChange':_0x4a9e98=>_0xb40092['onChange']({'fillOpacity':Number(_0x4a9e98)})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2b7764['t'](_0x5585c6(0x359)),'value':(_0xa0592c=_0x52a502[_0x5585c6(0x45d)])==null?(_0x2b650c=_0xb40092[_0x5585c6(0x2d3)])==null||(_0x2b650c=_0x2b650c[_0x5585c6(0x30e)])==null?void 0x0:_0x2b650c[_0x5585c6(0x45d)]:_0xa0592c,'onChange':_0x34e6d0=>_0xb40092[_0x5585c6(0x370)]({'border':{'color':_0x34e6d0}})}),_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x1ee)),'value':String((_0x52968e=_0x52a502['width'])==null?_0x179096[_0x5585c6(0x2e8)]['width']:_0x52968e),'options':Cn,'onChange':_0x47d554=>_0xb40092['onChange']({'border':{'width':Number(_0x47d554)}})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x2b7764['t']('boards-chart-ui.field.borderDash'),'value':(_0x55a322=_0x52a502[_0x5585c6(0x4e4)])==null?_0x179096[_0x5585c6(0x2e8)][_0x5585c6(0x4e4)]:_0x55a322,'options':Dn['map'](_0x397005=>({..._0x397005,'label':_0x2b7764['t'](_0x397005[_0x5585c6(0x2c0)])})),'onChange':_0x4c6118=>_0xb40092[_0x5585c6(0x370)]({'border':{'dashType':_0x4c6118}})}),_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x41c)),'value':String((_0x1e5ed9=_0x52a502[_0x5585c6(0x4ea)])==null?_0x179096[_0x5585c6(0x2e8)][_0x5585c6(0x4ea)]:_0x1e5ed9),'options':Sn,'onChange':_0xd86120=>_0xb40092['onChange']({'border':{'opacity':Number(_0xd86120)}})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x2ee)),'value':(_0x20b5f4=_0x5b3e6c[_0x5585c6(0x46d)])==null?_0x179096[_0x5585c6(0x4e7)][_0x5585c6(0x46d)]:_0x20b5f4,'options':On['map'](_0x4a5ea6=>({..._0x4a5ea6,'label':_0x2b7764['t'](_0x4a5ea6['label'])})),'onChange':_0x3bbbdd=>_0xb40092['onChange']({'point':{'shape':_0x3bbbdd}})}),_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x42d)),'value':String((_0xa0ec03=_0x5b3e6c[_0x5585c6(0x26e)])==null?_0x179096['point']['size']:_0xa0ec03),'options':kn,'onChange':_0x8ce0ed=>_0xb40092[_0x5585c6(0x370)]({'point':{'size':Number(_0x8ce0ed)}})})]}),_0x292751(_0x141cfd,{'label':_0x2b7764['t'](_0x5585c6(0x1a7)),'value':_0x5b3e6c['color'],'onChange':_0x58d9bc=>_0xb40092[_0x5585c6(0x370)]({'point':{'color':_0x58d9bc}})}),_0x292751(_0x5147e0,{'checked':(_0x54b7df=(_0x5a0863=_0xb40092[_0x5585c6(0x322)])==null?void 0x0:_0x5a0863[_0x5585c6(0x4d3)])==null?!0x1:_0x54b7df,'onChange':_0x359777=>_0xb40092['onChange']({'rightYAxis':!!_0x359777}),'children':_0x2b7764['t'](_0x5585c6(0x336))}),_0x292751(Qn,{'chartType':_0xb40092[_0x5585c6(0x37a)],'labelStyle':_0x514119,'onChange':_0x2c2a3c=>_0xb40092['onChange']({'label':_0x2c2a3c})}),!_0xb40092[_0x5585c6(0x213)]&&_0xb40092[_0x5585c6(0x369)]&&_0xb40092['dataPointsOptions'][_0x5585c6(0x393)]>0x0&&_0x1debe3('div',{'className':_0x5585c6(0x449),'children':[_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x25a)),'value':_0x56afe1,'options':[{'label':_0x2b7764['t'](_0x5585c6(0x2c1)),'value':''},..._0xb40092['dataPointsOptions']],'onChange':_0x126c96=>{const _0xfb0c86=_0x5585c6;var _0x5b2168;_0x27068b(_0x126c96),_0x126c96!==''&&!(!((_0x5b2168=_0xb40092[_0xfb0c86(0x322)])==null||(_0x5b2168=_0x5b2168[_0xfb0c86(0x251)])==null)&&_0x5b2168[Number(_0x126c96)])&&_0xb40092[_0xfb0c86(0x370)]({'dataPoints':{[Number(_0x126c96)]:{}}});}}),_0x307158!==void 0x0&&_0x1debe3(_0x636637,{'children':[_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2b7764['t'](_0x5585c6(0x4cd)),'value':_0x49c042==null?void 0x0:_0x49c042['color'],'onChange':_0xadb28f=>_0xb40092[_0x5585c6(0x370)]({'dataPoints':{[_0x307158]:{'color':_0xadb28f}}})}),_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x2cb)),'value':String((_0x45d939=_0x49c042==null?void 0x0:_0x49c042[_0x5585c6(0x2f6)])==null?0x1:_0x45d939),'options':Sn,'onChange':_0x2fd4d8=>_0xb40092['onChange']({'dataPoints':{[_0x307158]:{'fillOpacity':Number(_0x2fd4d8)}}})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x2b7764['t']('boards-chart-ui.field.pointShape'),'value':(_0x1b840e=_0x49c042==null?void 0x0:_0x49c042[_0x5585c6(0x46d)])==null?_0x179096[_0x5585c6(0x4e7)][_0x5585c6(0x46d)]:_0x1b840e,'options':On['map'](_0x181092=>({..._0x181092,'label':_0x2b7764['t'](_0x181092['label'])})),'onChange':_0x1cc213=>_0xb40092[_0x5585c6(0x370)]({'dataPoints':{[_0x307158]:{'shape':_0x1cc213}}})}),_0x292751(_0x16477c,{'label':_0x2b7764['t'](_0x5585c6(0x42d)),'value':String((_0x3a514c=_0x49c042==null?void 0x0:_0x49c042[_0x5585c6(0x26e)])==null?_0x179096['point'][_0x5585c6(0x26e)]:_0x3a514c),'options':kn,'onChange':_0x3d3491=>_0xb40092[_0x5585c6(0x370)]({'dataPoints':{[_0x307158]:{'size':Number(_0x3d3491)}}})})]})]})]})]});}function nr(_0x2f1250){const _0x7a47c5=_0x40d9ff;var _0x19eef5,_0x527f38,_0x5a7b65,_0x47eb57,_0x75d1ce,_0x1dfcff,_0x35d0de,_0x28e42c,_0x510cb0,_0x5c80a6;let _0xbd3d81=_0x2ae52e(_0x3966c6),_0x4f0272=(_0x19eef5=_0x2f1250['layout'])==null?_0x4095b0['None']:_0x19eef5;return _0x1debe3('div',{'className':_0x7a47c5(0x212),'children':[_0x292751(_0x16477c,{'label':_0xbd3d81['t']('boards-chart-ui.field.dataNodeShape'),'value':(_0x527f38=_0x2f1250['nodeShape'])==null?_0x179096[_0x7a47c5(0x4a4)][_0x7a47c5(0x220)]:_0x527f38,'options':On[_0x7a47c5(0x448)](_0x4afb71=>({..._0x4afb71,'label':_0xbd3d81['t'](_0x4afb71[_0x7a47c5(0x2c0)])})),'onChange':_0x2f1250[_0x7a47c5(0x49e)]}),_0x292751(_0x5147e0,{'checked':(_0x5a7b65=_0x2f1250[_0x7a47c5(0x2e6)])==null?!0x0:_0x5a7b65,'onChange':_0x18e6f1=>_0x2f1250[_0x7a47c5(0x38d)](!!_0x18e6f1),'children':_0xbd3d81['t']('boards-chart-ui.control.useValueAsSymbolSize')}),_0x292751(_0x5147e0,{'checked':(_0x47eb57=_0x2f1250[_0x7a47c5(0x2c8)])==null?!0x0:_0x47eb57,'onChange':_0x3002c9=>_0x2f1250['onUseEmphasisChange'](!!_0x3002c9),'children':_0xbd3d81['t']('boards-chart-ui.control.emphasisOnHover')}),_0x292751(_0x16477c,{'label':_0xbd3d81['t'](_0x7a47c5(0x3b5)),'value':_0x4f0272,'options':Vn[_0x7a47c5(0x448)](_0x4e82a6=>({..._0x4e82a6,'label':_0xbd3d81['t'](_0x4e82a6[_0x7a47c5(0x2c0)])})),'onChange':_0x2f1250[_0x7a47c5(0x3d5)]}),_0x4f0272===_0x4095b0['Force']&&_0x1debe3(_0x636637,{'children':[_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x25debe,{'label':_0xbd3d81['t']('boards-chart-ui.field.repulsion'),'value':(_0x75d1ce=(_0x1dfcff=_0x2f1250[_0x7a47c5(0x30d)])==null?void 0x0:_0x1dfcff[_0x7a47c5(0x4c3)])==null?_0x179096[_0x7a47c5(0x4a4)][_0x7a47c5(0x4e6)][_0x7a47c5(0x4c3)]:_0x75d1ce,'onChange':_0x3789aa=>_0x2f1250[_0x7a47c5(0x2eb)]({'repulsion':_0x3789aa})}),_0x292751(_0x25debe,{'label':_0xbd3d81['t'](_0x7a47c5(0x1c5)),'value':(_0x35d0de=(_0x28e42c=_0x2f1250[_0x7a47c5(0x30d)])==null?void 0x0:_0x28e42c[_0x7a47c5(0x37b)])==null?_0x179096[_0x7a47c5(0x4a4)]['force'][_0x7a47c5(0x37b)]:_0x35d0de,'onChange':_0x4e0799=>_0x2f1250['onForceOptionChange']({'gravity':_0x4e0799})})]}),_0x292751(_0x25debe,{'label':_0xbd3d81['t']('boards-chart-ui.field.edgeLength'),'min':0x0,'step':0xa,'value':(_0x510cb0=_0x2f1250[_0x7a47c5(0x30d)])==null?void 0x0:_0x510cb0[_0x7a47c5(0x3e8)],'onChange':_0x1195e8=>_0x2f1250[_0x7a47c5(0x2eb)]({'edgeLength':_0x1195e8})})]}),_0x4f0272===_0x4095b0[_0x7a47c5(0x433)]&&_0x292751(_0x5147e0,{'checked':(_0x5c80a6=_0x2f1250[_0x7a47c5(0x432)])==null?_0x179096['relation']['circular'][_0x7a47c5(0x432)]:_0x5c80a6,'onChange':_0x3c3021=>_0x2f1250['onRotateLabelChange'](!!_0x3c3021),'children':_0xbd3d81['t'](_0x7a47c5(0x402))})]});}function rr(_0x47abd2){const _0x28e9af=_0x40d9ff;var _0x1719d5,_0x258d65,_0x2644db,_0x4520e3,_0x242964,_0xfe3bf1,_0x3e9486,_0x46f86c,_0x461428;let _0x23c053=_0x2ae52e(_0x3966c6),[_0x2d09ac,_0xe54800]=_0x46ea25(0x0),_0x3d672d=Math[_0x28e9af(0x1e4)](_0x2d09ac,_0x47abd2[_0x28e9af(0x45e)][_0x28e9af(0x393)]-0x1),_0x451b34=_0x47abd2['values'][_0x3d672d];if(!_0x451b34)return null;let _0x13b094=_0x4077cb=>{const _0x39258c=_0x28e9af;let _0x76fd15=[..._0x47abd2[_0x39258c(0x45e)]];_0x76fd15[_0x3d672d]={..._0x76fd15[_0x3d672d],..._0x4077cb},_0x47abd2[_0x39258c(0x370)](_0x76fd15);};return _0x1debe3(_0x28e9af(0x241),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3','children':[_0x292751(_0x16477c,{'label':_0x23c053['t'](_0x28e9af(0x332)),'value':String(_0x3d672d),'options':_0x47abd2[_0x28e9af(0x45e)][_0x28e9af(0x448)]((_0x49423e,_0x421c97)=>({'label':_0x49423e[_0x28e9af(0x411)]||_0x23c053['t'](_0x28e9af(0x279),''+(_0x421c97+0x1)),'value':String(_0x421c97)})),'onChange':_0x482d0c=>_0xe54800(Number(_0x482d0c))}),_0x292751(_0x685465,{'label':_0x23c053['t'](_0x28e9af(0x209)),'value':(_0x1719d5=_0x451b34[_0x28e9af(0x411)])==null?'':_0x1719d5,'onChange':_0x6a36b5=>_0x13b094({'name':_0x6a36b5})}),_0x292751(_0x16477c,{'label':_0x23c053['t'](_0x28e9af(0x20a)),'value':(_0x258d65=_0x451b34[_0x28e9af(0x301)])==null?_0x3323d1[_0x28e9af(0x376)]:_0x258d65,'options':Un[_0x28e9af(0x448)](_0x453732=>({..._0x453732,'label':_0x23c053['t'](_0x453732['label'])})),'onChange':_0x479f43=>_0x13b094({'type':_0x479f43})}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x5147e0,{'checked':(_0x2644db=_0x451b34[_0x28e9af(0x1ec)])==null?_0x179096[_0x28e9af(0x238)][_0x28e9af(0x1ec)]:_0x2644db,'onChange':_0x232e75=>_0x13b094({'showFormula':!!_0x232e75}),'children':_0x23c053['t']('boards-chart-ui.control.showFormula')}),_0x292751(_0x5147e0,{'checked':(_0x4520e3=_0x451b34[_0x28e9af(0x2b7)])==null?_0x179096['trendline'][_0x28e9af(0x2b7)]:_0x4520e3,'onChange':_0x1d714b=>_0x13b094({'showR2':!!_0x1d714b}),'children':_0x23c053['t'](_0x28e9af(0x167))})]}),_0x451b34['type']===_0x3323d1['poly']&&_0x292751(_0x16477c,{'label':_0x23c053['t']('boards-chart-ui.field.order'),'value':String((_0x242964=_0x451b34[_0x28e9af(0x403)])==null?_0x179096['trendline']['order']:_0x242964),'options':Wn,'onChange':_0x383606=>_0x13b094({'order':Number(_0x383606)})}),_0x451b34[_0x28e9af(0x301)]===_0x3323d1[_0x28e9af(0x296)]&&_0x292751(_0x25debe,{'label':_0x23c053['t']('boards-chart-ui.field.period'),'min':0x1,'value':(_0xfe3bf1=_0x451b34[_0x28e9af(0x3fa)])==null?_0x179096[_0x28e9af(0x238)]['period']:_0xfe3bf1,'onChange':_0x359173=>_0x13b094({'period':Math[_0x28e9af(0x264)](_0x359173==null?_0x179096[_0x28e9af(0x238)][_0x28e9af(0x3fa)]:_0x359173)})}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x23c053['t'](_0x28e9af(0x483)),'value':_0x451b34[_0x28e9af(0x45d)],'onChange':_0x486027=>_0x13b094({'color':_0x486027==null?void 0x0:_0x486027})}),_0x292751(_0x16477c,{'label':_0x23c053['t'](_0x28e9af(0x425)),'value':String((_0x3e9486=_0x451b34[_0x28e9af(0x4ea)])==null?_0x179096[_0x28e9af(0x238)][_0x28e9af(0x4ea)]:_0x3e9486),'options':Sn,'onChange':_0x10b0ad=>_0x13b094({'opacity':Number(_0x10b0ad)})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x23c053['t']('boards-chart-ui.field.lineType'),'value':(_0x46f86c=_0x451b34[_0x28e9af(0x4e4)])==null?_0x179096[_0x28e9af(0x238)][_0x28e9af(0x4e4)]:_0x46f86c,'options':Dn[_0x28e9af(0x448)](_0x2d160a=>({..._0x2d160a,'label':_0x23c053['t'](_0x2d160a[_0x28e9af(0x2c0)])})),'onChange':_0x328d37=>_0x13b094({'dashType':_0x328d37})}),_0x292751(_0x16477c,{'label':_0x23c053['t'](_0x28e9af(0x4e9)),'value':String((_0x461428=_0x451b34[_0x28e9af(0x23a)])==null?_0x179096[_0x28e9af(0x238)][_0x28e9af(0x23a)]:_0x461428),'options':Cn[_0x28e9af(0x1b3)](_0x49f5b3=>_0x49f5b3[_0x28e9af(0x49f)]!=='0'),'onChange':_0x1a9fa9=>_0x13b094({'width':Number(_0x1a9fa9)})})]}),_0x451b34[_0x28e9af(0x301)]!==_0x3323d1[_0x28e9af(0x296)]&&_0x1debe3(_0x303cf0,{'children':[_0x451b34['showFormula']&&_0x292751(_0x141cfd,{'label':_0x23c053['t'](_0x28e9af(0x1c0)),'value':_0x451b34[_0x28e9af(0x340)],'onChange':_0x278898=>_0x13b094({'formulaColor':_0x278898==null?void 0x0:_0x278898})}),_0x451b34['showR2']&&_0x292751(_0x141cfd,{'label':_0x23c053['t'](_0x28e9af(0x2b0)),'value':_0x451b34['r2Color'],'onChange':_0x349298=>_0x13b094({'r2Color':_0x349298==null?void 0x0:_0x349298})})]})]});}function ir(_0x339f7a){const _0x5b5bdd=_0x40d9ff;var _0x2970f2;return(_0x2970f2=_0x339f7a==null?void 0x0:_0x339f7a[_0x5b5bdd(0x31a)]((_0x2b998d,_0x46d6b7)=>(_0x2b998d[_0x46d6b7[_0x5b5bdd(0x4da)]]=_0x46d6b7,_0x2b998d),{}))==null?{}:_0x2970f2;}function ar(){const _0x3f1353=_0x40d9ff;var _0x5c4fc5,_0x151034,_0x23e21f;let _0xc210cb=_0x2ae52e(_0x5471d8),_0x3b9d38=_0x2ae52e(_0x3966c6),_0x1faa83=_0xc210cb[_0x3f1353(0x3f7)](),[_0x1b5985,_0x1fa77b]=Z(_0x3f1353(0x37a),_0x27b504[_0x3f1353(0x4e5)]),[_0x233912,_0x22da8]=Z(_0x3f1353(0x43e)),[_0x4b4120,_0x1aef8f]=Z(_0x3f1353(0x22c)),[_0x381e89,_0x3901d0]=Z(_0x3f1353(0x356)),[_0x3296aa,_0x4d62e2]=Z('categoryIndex'),[_0x35c78e]=Z(_0x3f1353(0x47e),[]),[_0x19120b,_0x586868]=Z('seriesValues',[]),[_0x333700]=Z(_0x3f1353(0x27d),[]),[_0x3cc42e]=Z(_0x3f1353(0x1e1),[]),[_0xa6449d,_0x37e51a]=Z(_0x3f1353(0x162)),[_0xaa5883,_0x38fac9]=Z('waterfallStack'),[_0x12cd6b,_0x5271cd]=Z('useSubtotal'),[_0x94ec27,_0x5be0ec]=Z(_0x53ddc7[_0x3f1353(0x1fe)]),[_0x5cf901,_0x254282]=Z(_0x53ddc7['ScatterXIndex']),[_0x2eaeb1,_0x246d6e]=Z(_0x53ddc7[_0x3f1353(0x34b)]),[_0x5abc13,_0x376dd5]=Z(_0x53ddc7[_0x3f1353(0x47f)]),[_0x3e6788,_0x458252]=Z(_0x53ddc7['BubbleSizeIndex']),_0x22fc61=_0x22168b(()=>_0x36df15(Y['map'](_0x1f6971=>({..._0x1f6971,'label':_0x3b9d38['t'](_0x1f6971[_0x3f1353(0x2c0)])}))),[_0x3b9d38]),_0xfefbf=_0x22168b(()=>_0x351f92(_0x1faa83,_0x2dfdb9=>_0xc210cb[_0x3f1353(0x4cc)](_0x2dfdb9)),[_0xc210cb,_0x1faa83]),_0x48f54b=Kn(_0x1b5985),_0x20ddc8=qn(_0x1b5985),_0x3ac34a=!!(_0x1b5985&&_0x24971d[_0x3f1353(0x174)](_0x1b5985,_0x27b504['Bubble'])),_0x40a48b=Yn(_0x1b5985)&&!_0x3ac34a,_0x159ff1=!Jn(_0x1b5985)||_0x19120b[_0x3f1353(0x393)]<0x1,_0x367c7e=_0x233912||_0x1faa83[0x0]||'',_0x3a4d6e=_0x4b4120==null?!!(_0x1b5985&&_0x24971d['baseOn'](_0x1b5985,_0x27b504[_0x3f1353(0x259)])):_0x4b4120,_0x4d6cad=_0x3fbe0d=>{_0x586868(_0x19120b['filter']((_0xdf122e,_0x4377dc)=>_0x4377dc!==_0x3fbe0d));};return _0x1debe3(_0x3f1353(0x241),{'className':_0x3f1353(0x383),'children':[_0x292751(_0x1d2261,{'title':_0x3b9d38['t'](_0x3f1353(0x3d0))}),_0x292751(_0x2546ac,{'aria-label':_0x3b9d38['t'](_0x3f1353(0x3d0)),'className':_0x3f1353(0x184),'value':String(_0x1b5985),'options':_0x22fc61,'onChange':_0x39fa4e=>_0x1fa77b(Number(_0x39fa4e))}),_0x292751(_0x1d2261,{'title':_0x3b9d38['t']('boards-chart-ui.themes')}),_0x292751(_0x2546ac,{'aria-label':_0x3b9d38['t'](_0x3f1353(0x46c)),'className':_0x3f1353(0x184),'value':_0x367c7e,'options':_0xfefbf,'onChange':_0x160557=>_0x22da8(_0x160557||void 0x0)}),_0x20ddc8&&_0x292751(_0x3f1353(0x241),{'className':_0x3f1353(0x3ec),'children':_0x292751(_0x5147e0,{'checked':_0x3a4d6e,'onChange':_0x44a9a4=>_0x1aef8f(!!_0x44a9a4),'children':_0x3b9d38['t'](_0x3f1353(0x324))})}),_0x48f54b&&_0x1debe3(_0x636637,{'children':[_0x292751(_0x1d2261,{'title':_0x3b9d38['t'](_0x3f1353(0x495))}),_0x292751(_0x2546ac,{'aria-label':_0x3b9d38['t'](_0x3f1353(0x495)),'className':_0x3f1353(0x184),'value':_0x381e89||'','options':gn[_0x3f1353(0x448)](_0xf0e4ef=>({..._0xf0e4ef,'label':_0x3b9d38['t'](_0xf0e4ef[_0x3f1353(0x2c0)])})),'onChange':_0x505821=>_0x3901d0(_0x505821||'')})]}),_0x3ac34a&&_0x1debe3(_0x636637,{'children':[_0x292751(_0x1d2261,{'title':_0x3b9d38['t'](_0x3f1353(0x1cd))}),_0x1debe3('div',{'className':_0x3f1353(0x212),'children':[_0x292751(_0x16477c,{'label':_0x3b9d38['t'](_0x3f1353(0x3c7)),'value':typeof _0x94ec27==_0x3f1353(0x306)?String(_0x94ec27):'','options':_0x35c78e,'onChange':_0x53f869=>_0x5be0ec(_0x53f869===''?void 0x0:Number(_0x53f869))}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x3b9d38['t'](_0x3f1353(0x256)),'value':_0x5cf901===void 0x0?(_0x5c4fc5=_0x333700[_0x34890d['X']])==null?void 0x0:_0x5c4fc5[_0x3f1353(0x49f)]:String(_0x5cf901),'options':_0x333700,'onChange':_0x12b961=>_0x254282(_0x12b961===''?void 0x0:Number(_0x12b961))}),_0x292751(_0x16477c,{'label':_0x3b9d38['t'](_0x3f1353(0x3b8)),'value':_0x2eaeb1===void 0x0?(_0x151034=_0x333700[_0x34890d['Y']])==null?void 0x0:_0x151034['value']:String(_0x2eaeb1),'options':_0x333700,'onChange':_0x4360b1=>_0x246d6e(_0x4360b1===''?void 0x0:Number(_0x4360b1))})]}),_0x292751(_0x16477c,{'label':_0x3b9d38['t'](_0x3f1353(0x2e0)),'value':_0x5abc13===void 0x0?'':String(_0x5abc13),'options':_0x35c78e,'onChange':_0x48e639=>_0x376dd5(_0x48e639===''?void 0x0:Number(_0x48e639))}),_0x292751(_0x16477c,{'label':_0x3b9d38['t'](_0x3f1353(0x40e)),'value':_0x3e6788===void 0x0?(_0x23e21f=_0x333700[_0x34890d[_0x3f1353(0x202)]])==null?void 0x0:_0x23e21f[_0x3f1353(0x49f)]:String(_0x3e6788),'options':_0x3cc42e,'onChange':_0x3c12aa=>_0x458252(_0x3c12aa===''?void 0x0:Number(_0x3c12aa))})]})]}),_0x40a48b&&_0x1debe3(_0x636637,{'children':[_0x292751(_0x1d2261,{'title':_0x3b9d38['t'](_0x3f1353(0x2ab))}),_0x292751(_0x2546ac,{'aria-label':_0x3b9d38['t']('boards-chart-ui.category'),'className':_0x3f1353(0x184),'value':typeof _0x3296aa=='number'?String(_0x3296aa):'','options':_0x35c78e,'onChange':_0x286f93=>_0x4d62e2(Number(_0x286f93))}),_0x292751(_0x1d2261,{'title':_0x3b9d38['t'](_0x3f1353(0x2e0))}),_0x1debe3('div',{'className':_0x3f1353(0x252),'children':[_0x19120b[_0x3f1353(0x448)]((_0x29e025,_0x1e9182)=>_0x1debe3(_0x3f1353(0x241),{'className':_0x3f1353(0x1c1),'children':[_0x292751(_0x2546ac,{'aria-label':_0x3b9d38['t'](_0x3f1353(0x2e0))+'\x20'+(_0x1e9182+0x1),'className':_0x3f1353(0x184),'value':String(_0x29e025),'options':_0x333700,'onChange':_0x39c4ac=>{const _0x3436be=_0x3f1353;let _0xdf16fa=_0x19120b[_0x3436be(0x2ed)]();_0xdf16fa[_0x1e9182]=Number(_0x39c4ac),_0x586868(_0xdf16fa);}}),_0x292751(_0x1c6ec9,{'aria-label':_0x3b9d38['t'](_0x3f1353(0x22f),''+(_0x1e9182+0x1)),'className':_0x3f1353(0x34c),'size':_0x3f1353(0x4b6),'variant':_0x3f1353(0x243),'onClick':()=>_0x4d6cad(_0x1e9182),'children':_0x292751(_0x5b6fc9,{'aria-hidden':_0x3f1353(0x260)})})]},_0x29e025+'-'+_0x1e9182)),_0x159ff1&&_0x333700[_0x3f1353(0x393)]>0x0&&_0x292751(_0x1a7315,{'className':_0x3f1353(0x4dd),'items':_0x333700[_0x3f1353(0x448)](_0x534e91=>({'type':'item','children':_0x534e91[_0x3f1353(0x2c0)],'onSelect':()=>_0x586868([..._0x19120b,Number(_0x534e91[_0x3f1353(0x49f)])])})),'children':_0x1debe3(_0x3f1353(0x45b),{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-primary-600','type':'button','children':[_0x292751(_0x75965f,{'className':_0x3f1353(0x1b9)}),_0x292751(_0x3f1353(0x485),{'className':_0x3f1353(0x318),'children':_0x3b9d38['t'](_0x3f1353(0x3df))})]})})]}),_0x292751(_0x1c6ec9,{'className':'univer-mt-1','size':_0x3f1353(0x4b6),'onClick':()=>_0x37e51a(_0xa6449d===_0xf8fcfd[_0x3f1353(0x3ed)]?_0xf8fcfd[_0x3f1353(0x4e5)]:_0xf8fcfd['Row']),'children':_0x3b9d38['t']('boards-chart-ui.switchRowColumn')})]}),_0x1b5985&&_0x24971d['baseOn'](_0x1b5985,_0x27b504[_0x3f1353(0x2fe)])&&_0x1debe3(_0x636637,{'children':[_0x292751(_0x1d2261,{'title':_0x3b9d38['t'](_0x3f1353(0x34d))}),_0x292751(_0x2546ac,{'aria-label':_0x3b9d38['t'](_0x3f1353(0x497)),'className':'univer-w-full\x20!univer-min-w-0','value':_0xaa5883==null?_0x3f39b9[_0x3f1353(0x1a8)]:_0xaa5883,'options':yn[_0x3f1353(0x448)](_0x3a7582=>({..._0x3a7582,'label':_0x3b9d38['t'](_0x3a7582[_0x3f1353(0x2c0)])})),'onChange':_0x1f5189=>_0x38fac9(_0x1f5189)}),_0x292751('div',{'className':'univer-mt-3\x20univer-text-sm','children':_0x292751(_0x5147e0,{'checked':_0x12cd6b==null?!0x1:_0x12cd6b,'onChange':_0x2064d7=>_0x5271cd(!!_0x2064d7),'children':_0x3b9d38['t'](_0x3f1353(0x404))})})]})]});}function or(){const _0x5635d9=_0x40d9ff;var _0x3086f0,_0x25b6f0,_0x222849,_0x54b25b,_0x4846be,_0x2f676f,_0x16c1ec;let _0x2dff02=_0x2ae52e(_0x3966c6),[_0x1c4c3a]=Z(_0x5635d9(0x37a)),[_0x43b9d3,_0x471070]=Z(_0x5635d9(0x31e)),[_0x131849,_0x57d08f]=Z(_0x5635d9(0x198)),[_0x3bf934,_0x490e47]=Z('fontSize'),[_0x1f7011,_0x5e0501]=Z(_0x5635d9(0x2af)),[_0x47011b,_0x426120]=Z('titles'),[_0x30abb0,_0x2d1d34]=Z(_0x5635d9(0x23f)),[_0xcd18c4,_0x473600]=Z(_0x5635d9(0x1e7)),[_0x4464a2,_0x330ea8]=Z(_0x5635d9(0x30a)),[_0x576571,_0x3c35f0]=Z(_0x5635d9(0x2b9)),[_0x5cc351,_0x529fe5]=Z('yAxisOptions'),[_0x31e664,_0x389e7e]=Z(_0x5635d9(0x2e2)),[_0x19f618]=Z(_0x5635d9(0x1aa),[]),[_0x491d77,_0x648653]=Z(_0x5635d9(0x2d4)),[_0x1470c1,_0x148346]=Z(_0x5635d9(0x2d3)),[_0x3fd1f3,_0x34a9e4]=Z('seriesStyleMap'),[_0x2d5a67]=Z(_0x5635d9(0x1e1),[]),[_0x2e53a2]=Z(_0x5635d9(0x369),[]),[_0x50af41,_0x388ee2]=Z('trendlineValues'),[_0x494005,_0x292dc0]=Z('paretoStyle'),[_0x578f6a]=Z(_0x5635d9(0x26f),[]),[_0x231e7e,_0x7d04d7]=Z(_0x5635d9(0x337)),[_0x3fce66,_0x3ceca1]=Z(_0x5635d9(0x1dc)),[_0x43238e,_0x4696bd]=Z(_0x5635d9(0x4a1)),[_0x211263,_0x6589b7]=Z(_0x5635d9(0x363)),[_0xc3f2df,_0x344b04]=Z(_0x5635d9(0x234)),[_0x4485fd,_0x2c1188]=Z(_0x5635d9(0x338)),[_0x20151c,_0x5bee4b]=Z('isRosePie'),[_0x56c7a3,_0x3b49c8]=Z('showLabelLine'),[_0xbeafab,_0x33acf5]=Z('valueScale'),[_0xad9b,_0x3387d5]=Z(_0x5635d9(0x265)),[_0x6426ac,_0x15858b]=Z(_0x5635d9(0x3f8)),[_0x16a78e,_0x4ccc8a]=Z('wordCloudRepeat'),[_0xc6d977,_0x40caf5]=Z('wordCloudShape'),[_0x4491b2,_0x2fe485]=Z(_0x5635d9(0x40c)),[_0x44173a,_0x2ac76b]=Z(_0x5635d9(0x2c5)),[_0x4d7602,_0x3c89fd]=Z('useSubtotal'),[_0xa8022c,_0x31ad96]=Z('radarShape'),[_0x2bdd3c,_0x541f63]=Z('radarFill'),[_0x343b11,_0x26ec1f]=Z(_0x5635d9(0x2c2)),[_0xab38eb,_0x1eea0d]=Z('funnelUseAbsValue'),[_0x5835bb,_0x270792]=Z(_0x5635d9(0x29a)),[_0x3a8c48,_0x31d223]=Z(_0x5635d9(0x253)),[_0x4fa90d,_0x4252b7]=Z(_0x5635d9(0x1cc)),[_0x4bc965,_0x5f4fa5]=Z('areaLineStyle'),[_0x283020,_0x590bb8]=Z(_0x5635d9(0x480)),[_0x27d792,_0x423e1c]=Z('useValueAsSymbolSize'),[_0x42469b,_0x4a74b8]=Z(_0x5635d9(0x30d)),[_0x5b3e12,_0x122eaf]=Z(_0x5635d9(0x432)),[_0x4dca55,_0xc799b4]=Z('useEmphasis'),[_0x35444d,_0x12400e]=Z(_0x5635d9(0x444)),[_0x2038f6,_0x4568ae]=_0x46ea25(Gn[_0x5635d9(0x49f)]),[_0x1ee8d4,_0x5de5b6]=_0x46ea25(_0x5635d9(0x2e5)),[_0x194beb,_0x17f061]=_0x46ea25(_0x5635d9(0x226)),_0x1ab9a9=!!(_0x1c4c3a&&_0x24971d[_0x5635d9(0x174)](_0x1c4c3a,_0x27b504[_0x5635d9(0x446)])),_0x35ec94=Jn(_0x1c4c3a),_0x5e9b67=!!(_0x1c4c3a&&_0x24971d[_0x5635d9(0x174)](_0x1c4c3a,_0x27b504[_0x5635d9(0x19e)])),_0x58a40c=!!(_0x1c4c3a&&_0x24971d[_0x5635d9(0x174)](_0x1c4c3a,_0x27b504[_0x5635d9(0x471)])),_0x2951d4=!!(_0x1c4c3a&&_0x24971d[_0x5635d9(0x174)](_0x1c4c3a,_0x27b504[_0x5635d9(0x484)])),_0x2df860=!!(_0x1c4c3a&&_0x2a808d(_0x1c4c3a)),_0x17ba4e=_0x22168b(()=>ir(_0x19f618),[_0x19f618]),_0x162a12=!!_0x17ba4e[_0x5d4a8e[_0x5635d9(0x3c9)]],_0x444d56=_0x22168b(()=>Nn[_0x5635d9(0x1b3)](_0x34292d=>!(_0x34292d['value']==='rightYAxisTitle'&&!_0x162a12||(_0x35ec94||_0x5e9b67||_0x1ab9a9)&&_0x34292d[_0x5635d9(0x49f)]!==_0x5635d9(0x2e5)&&_0x34292d[_0x5635d9(0x49f)]!=='subtitle'))[_0x5635d9(0x448)](_0x3c6398=>({..._0x3c6398,'label':_0x2dff02['t'](_0x3c6398[_0x5635d9(0x2c0)])})),[_0x162a12,_0x35ec94,_0x5e9b67,_0x1ab9a9,_0x2dff02]),_0x279313={'color':_0x179096[_0x5635d9(0x29d)][_0x5635d9(0x45d)],'fontSize':_0x1ee8d4==='title'?_0x1f7011==null?_0x179096[_0x5635d9(0x29d)][_0x5635d9(0x2af)]:_0x1f7011:_0x3bf934==null?_0x179096[_0x5635d9(0x29d)][_0x5635d9(0x3fe)]:_0x3bf934,...(_0x3086f0=_0x47011b==null?void 0x0:_0x47011b[_0x1ee8d4])==null?{}:_0x3086f0},_0x12a9ab=_0x2038f6===Gn[_0x5635d9(0x49f)],_0xce4eb1=_0x22168b(()=>[{...Gn,'label':_0x2dff02['t']('boards-chart-ui.option.allSeries')},..._0x2d5a67],[_0x2dff02,_0x2d5a67]),_0x596fd0=_0x12a9ab?_0x1470c1:_0x3fd1f3==null?void 0x0:_0x3fd1f3[_0x2038f6],_0x18c61a=_0x22168b(()=>[{'label':_0x2dff02['t'](_0x5635d9(0x166)),'value':_0x5635d9(0x226)},{'label':_0x2dff02['t'](_0x5635d9(0x418)),'value':_0x5635d9(0x429)},..._0x162a12?[{'label':_0x2dff02['t'](_0x5635d9(0x35e)),'value':_0x5635d9(0x4d3)}]:[]],[_0x162a12,_0x2dff02]),_0x1fe1a3=_0x194beb===_0x5635d9(0x226)?_0x576571:_0x194beb===_0x5635d9(0x4d3)?_0x31e664:_0x5cc351,_0x3d7b06=_0x194beb===_0x5635d9(0x226)?_0x3c35f0:_0x194beb==='rightYAxis'?_0x389e7e:_0x529fe5,_0x295ec5=_0x2c80dd=>{_0x426120({[_0x1ee8d4]:_0x2c80dd});},_0x223f3d=_0x5b1796=>{const _0x4168db=_0x5635d9;_0x1ee8d4===_0x4168db(0x1d3)&&_0x3c35f0({'label':{'axisTitleAlign':_0x5b1796}}),_0x1ee8d4==='yAxisTitle'&&_0x529fe5({'label':{'axisTitleAlign':_0x5b1796}}),_0x1ee8d4===_0x4168db(0x36d)&&_0x389e7e({'label':{'axisTitleAlign':_0x5b1796}});},_0x57c0ac=()=>{const _0x224fc5=_0x5635d9;if(_0x1ee8d4===_0x224fc5(0x1d3)){var _0xaa456f;return _0x576571==null||(_0xaa456f=_0x576571[_0x224fc5(0x2c0)])==null?void 0x0:_0xaa456f[_0x224fc5(0x222)];}if(_0x1ee8d4===_0x224fc5(0x177)){var _0x4a8470;return _0x5cc351==null||(_0x4a8470=_0x5cc351[_0x224fc5(0x2c0)])==null?void 0x0:_0x4a8470[_0x224fc5(0x222)];}if(_0x1ee8d4===_0x224fc5(0x36d)){var _0x245501;return _0x31e664==null||(_0x245501=_0x31e664['label'])==null?void 0x0:_0x245501[_0x224fc5(0x222)];}},_0x1ef913=_0x22b7b3=>{if(_0x12a9ab){_0x148346(_0x22b7b3);return;}_0x34a9e4({[_0x2038f6]:_0x22b7b3});},_0x40b19d=_0x1238a3=>{_0x6589b7({..._0x211263,..._0x1238a3});},_0x3d4879=(_0x3f2254,_0x1bf270)=>{_0x1ef913({'waterfall':{[_0x3f2254]:_0x1bf270}});},_0x303274=(_0x25b6f0=_0x12a9ab?_0x1470c1:_0x596fd0)==null?void 0x0:_0x25b6f0[_0x5635d9(0x204)],_0x3261cf=(_0x5e327c,_0x342c0d)=>{const _0x347c3b=_0x5635d9;var _0x3d3e4c,_0x434b19,_0x283a31,_0x24844d;let _0x3084e1=_0x303274==null?void 0x0:_0x303274[_0x5e327c];return _0x1debe3('div',{'className':_0x347c3b(0x449),'children':[_0x292751(_0x347c3b(0x241),{'className':_0x347c3b(0x4ca),'children':_0x342c0d}),_0x292751(_0x685465,{'label':_0x2dff02['t']('boards-chart-ui.field.legendText'),'value':(_0x3d3e4c=_0x3084e1==null?void 0x0:_0x3084e1[_0x347c3b(0x411)])==null?'':_0x3d3e4c,'onChange':_0xf89c2c=>_0x3d4879(_0x5e327c,{'name':_0xf89c2c})}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2dff02['t'](_0x347c3b(0x3ee)),'value':_0x3084e1==null?void 0x0:_0x3084e1['color'],'onChange':_0x469c49=>_0x3d4879(_0x5e327c,{'color':_0x469c49})}),_0x292751(_0x141cfd,{'label':_0x2dff02['t'](_0x347c3b(0x359)),'value':_0x3084e1==null||(_0x434b19=_0x3084e1[_0x347c3b(0x30e)])==null?void 0x0:_0x434b19['color'],'onChange':_0x46bc64=>_0x3d4879(_0x5e327c,{'border':{'color':_0x46bc64}})})]}),_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x347c3b(0x1ee)),'value':String((_0x283a31=_0x3084e1==null||(_0x24844d=_0x3084e1[_0x347c3b(0x30e)])==null?void 0x0:_0x24844d[_0x347c3b(0x23a)])==null?0x0:_0x283a31),'options':Cn,'onChange':_0x30782c=>_0x3d4879(_0x5e327c,{'border':{'width':Number(_0x30782c)}})})]});},_0x41c2eb=Xn(_0x1c4c3a);if(_0x162a12&&_0x41c2eb[_0x5635d9(0x1ac)](_0x5635d9(0x300))&&!_0x41c2eb[_0x5635d9(0x1ac)]('rightVerticalAxis')&&_0x41c2eb[_0x5635d9(0x33a)](_0x41c2eb[_0x5635d9(0x4b2)]('verticalAxis')+0x1,0x0,_0x5635d9(0x465)),_0x2df860&&_0x50af41&&_0x50af41[_0x5635d9(0x393)]>0x0&&!_0x41c2eb[_0x5635d9(0x1ac)](_0x5635d9(0x238))){let _0x168c90=_0x41c2eb[_0x5635d9(0x4b2)](_0x5635d9(0x405));_0x41c2eb[_0x5635d9(0x33a)](_0x168c90>=0x0?_0x168c90+0x1:_0x41c2eb['length'],0x0,_0x5635d9(0x238));}let _0x1e0eea=[{'id':_0x5635d9(0x1eb),'label':_0x2dff02['t'](_0x5635d9(0x355)),'children':_0x1debe3(_0x5635d9(0x241),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-3','children':[_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2dff02['t']('boards-chart-ui.field.fill'),'value':_0x43b9d3==null?_0x179096[_0x5635d9(0x31e)]:_0x43b9d3,'onChange':_0x31ca2e=>_0x471070(_0x31ca2e==null?void 0x0:_0x31ca2e)}),_0x292751(_0x141cfd,{'label':_0x2dff02['t'](_0x5635d9(0x359)),'value':_0x131849,'onChange':_0x57d08f})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x4ed)),'value':String(_0x3bf934==null?_0x179096[_0x5635d9(0x29d)][_0x5635d9(0x3fe)]:_0x3bf934),'options':xn,'onChange':_0x3f372f=>_0x490e47(Number(_0x3f372f))}),_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x41e)),'value':String(_0x1f7011==null?_0x179096['textStyle'][_0x5635d9(0x2af)]:_0x1f7011),'options':xn,'onChange':_0x2b1f04=>_0x5e0501(Number(_0x2b1f04))})]})]})},{'id':_0x5635d9(0x294),'label':_0x2dff02['t'](_0x5635d9(0x467)),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x3d2)),'value':_0x1ee8d4,'options':_0x444d56,'onChange':_0x103883=>_0x5de5b6(_0x103883)}),_0x292751(_0x685465,{'label':_0x2dff02['t'](_0x5635d9(0x203)),'value':(_0x222849=_0x279313['content'])==null?'':_0x222849,'onChange':_0x48efeb=>_0x295ec5({'content':_0x48efeb})}),_0x1ee8d4===_0x5635d9(0x2e5)?_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x216)),'value':_0x30abb0||_0x5ce80e[_0x5635d9(0x2a4)],'options':vn[_0x5635d9(0x448)](_0x286cfc=>({..._0x286cfc,'label':_0x2dff02['t'](_0x286cfc['label'])})),'onChange':_0x3baafd=>_0x2d1d34(_0x3baafd)}):_0x292751(_0x16477c,{'label':_0x2dff02['t']('boards-chart-ui.field.titleAlign'),'value':(_0x54b25b=_0x57c0ac())==null?_0x4b49df[_0x5635d9(0x1b7)]:_0x54b25b,'options':Pn[_0x5635d9(0x448)](_0x143188=>({..._0x143188,'label':_0x2dff02['t'](_0x143188[_0x5635d9(0x2c0)])})),'onChange':_0x6616c2=>_0x223f3d(_0x6616c2)}),_0x292751(_0x5d365c,{'alignControl':_0x1ee8d4===_0x5635d9(0x2e5),'label':_0x2dff02['t']('boards-chart-ui.field.titleFormat'),'value':_0x279313,'onChange':(_0x266b7f,_0x366450)=>_0x295ec5({[_0x266b7f]:_0x366450})})]})},{'id':_0x5635d9(0x18c),'label':_0x2dff02['t']('boards-chart-ui.series'),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x2e0)),'value':_0x2038f6,'options':_0xce4eb1,'onChange':_0x4568ae}),_0x292751(tr,{'allSeriesStyle':_0x1470c1,'chartType':_0x1c4c3a,'currentStyle':_0x596fd0,'dataPointsOptions':_0x2e53a2,'isAllSeries':_0x12a9ab,'onChange':_0x1ef913}),_0x2df860&&_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x4db),'children':_0x2dff02['t'](_0x5635d9(0x3f5))})]})},{'id':'waterfall','label':_0x2dff02['t']('boards-chart-ui.waterfall'),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x2e0)),'value':_0x2038f6,'options':_0xce4eb1,'onChange':_0x4568ae}),_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x495)),'value':_0x44173a==null?_0x3f39b9[_0x5635d9(0x1a8)]:_0x44173a,'options':yn['map'](_0x591e30=>({..._0x591e30,'label':_0x2dff02['t'](_0x591e30['label'])})),'onChange':_0x38dfd6=>_0x2ac76b(_0x38dfd6)}),_0x292751(_0x5147e0,{'checked':_0x4d7602==null?!0x1:_0x4d7602,'onChange':_0x7f8df4=>_0x3c89fd(!!_0x7f8df4),'children':_0x2dff02['t'](_0x5635d9(0x404))}),_0x3261cf('positive',_0x2dff02['t']('boards-chart-ui.content.positive')),_0x3261cf(_0x5635d9(0x2cd),_0x2dff02['t'](_0x5635d9(0x2be))),_0x3261cf(_0x5635d9(0x2ea),_0x2dff02['t'](_0x5635d9(0x2db))),_0x292751(Qn,{'chartType':_0x1c4c3a,'labelStyle':_0x596fd0==null?void 0x0:_0x596fd0[_0x5635d9(0x2c0)],'onChange':_0x269b04=>_0x1ef913({'label':_0x269b04})})]})},{'id':'paretoBar','label':_0x2dff02['t']('boards-chart-ui.paretoBarSeries'),'children':_0x292751('div',{'className':_0x5635d9(0x315),'children':_0x292751(tr,{'allSeriesStyle':_0x1470c1,'chartType':_0x27b504[_0x5635d9(0x4a3)],'currentStyle':_0x494005==null?void 0x0:_0x494005['barStyle'],'dataPointsOptions':_0x578f6a,'onChange':_0x3fbcfe=>_0x292dc0({'barStyle':_0x3fbcfe})})})},{'id':_0x5635d9(0x257),'label':_0x2dff02['t'](_0x5635d9(0x20f)),'children':_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':_0x292751(tr,{'allSeriesStyle':_0x1470c1,'chartType':_0x27b504[_0x5635d9(0x4a3)],'currentStyle':_0x494005==null?void 0x0:_0x494005[_0x5635d9(0x26a)],'dataPointsOptions':_0x578f6a,'onChange':_0x15ee43=>_0x292dc0({'lineStyle':_0x15ee43})})})},{'id':_0x5635d9(0x27b),'label':_0x2dff02['t'](_0x5635d9(0x3c3)),'children':_0x1debe3(_0x5635d9(0x241),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-3','children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x3a3)),'value':String(_0x3fce66==null?0x0:_0x3fce66),'options':bn,'onChange':_0x5ba5a5=>_0x3ceca1(Number(_0x5ba5a5))}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2dff02['t']('boards-chart-ui.field.border'),'value':_0x43238e,'onChange':_0x144dbe=>_0x4696bd(_0x144dbe==null?'':_0x144dbe)}),_0x292751(_0x25debe,{'label':_0x2dff02['t'](_0x5635d9(0x3c4)),'value':_0xbeafab==null?0x1:_0xbeafab,'onChange':_0x3458a9=>_0x33acf5(_0x3458a9==null?0x1:_0x3458a9)})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x25debe,{'label':_0x2dff02['t'](_0x5635d9(0x341)),'value':_0xad9b==null?0x0:_0xad9b,'onChange':_0x1937e5=>_0x3387d5(_0x1937e5==null?0x0:_0x1937e5)}),_0x292751(_0x685465,{'label':_0x2dff02['t'](_0x5635d9(0x24a)),'value':_0x6426ac==null?'':_0x6426ac,'onChange':_0x15858b})]}),_0x292751(_0x5147e0,{'checked':_0xc3f2df==null?!0x1:_0xc3f2df,'onChange':_0x27002e=>_0x344b04(!!_0x27002e),'children':_0x2dff02['t']('boards-chart-ui.control.padAngle')}),_0x292751(_0x5147e0,{'checked':_0x4485fd==null?!0x1:_0x4485fd,'onChange':_0x41c31d=>_0x2c1188(!!_0x41c31d),'children':_0x2dff02['t'](_0x5635d9(0x3f9))}),_0x292751(_0x5147e0,{'checked':_0x20151c==null?!0x1:_0x20151c,'onChange':_0x1d750e=>_0x5bee4b(!!_0x1d750e),'children':_0x2dff02['t'](_0x5635d9(0x34e))}),_0x292751(_0x5147e0,{'checked':_0x56c7a3==null?!0x1:_0x56c7a3,'onChange':_0x405f2d=>_0x3b49c8(!!_0x405f2d),'children':_0x2dff02['t'](_0x5635d9(0x367))}),_0x292751(Qn,{'chartType':_0x1c4c3a,'isPieLike':!0x0,'labelStyle':_0x211263,'onChange':_0x7fed1d=>_0x40b19d(_0x7fed1d)})]})},{'id':_0x5635d9(0x29f),'label':_0x2dff02['t'](_0x5635d9(0x236)),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x412)),'value':_0xc6d977==null?_0x179096[_0x5635d9(0x29f)][_0x5635d9(0x46d)]:_0xc6d977,'options':Bn[_0x5635d9(0x448)](_0x334d2d=>({..._0x334d2d,'label':_0x2dff02['t'](_0x334d2d['label'])})),'onChange':_0x3c4c7e=>_0x40caf5(_0x3c4c7e)}),_0x292751(_0x685465,{'label':_0x2dff02['t'](_0x5635d9(0x1ce)),'value':_0x4491b2==null?'':_0x4491b2,'onChange':_0x2fedaa=>_0x2fe485(_0x2fedaa||void 0x0)}),_0x292751(_0x5147e0,{'checked':_0x16a78e==null?!0x1:_0x16a78e,'onChange':_0x2f1d6b=>_0x4ccc8a(!!_0x2f1d6b),'children':_0x2dff02['t'](_0x5635d9(0x3f4))})]})},{'id':_0x5635d9(0x2a5),'label':_0x2dff02['t'](_0x5635d9(0x47b)),'children':_0x1debe3('div',{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x412)),'value':_0xa8022c==null?_0x179096[_0x5635d9(0x2a5)][_0x5635d9(0x46d)]:_0xa8022c,'options':Rn['map'](_0xefbd46=>({..._0xefbd46,'label':_0x2dff02['t'](_0xefbd46[_0x5635d9(0x2c0)])})),'onChange':_0x31ad96}),_0x292751(_0x5147e0,{'checked':_0x2bdd3c==null?!0x1:_0x2bdd3c,'onChange':_0x2cbbce=>_0x541f63(!!_0x2cbbce),'children':_0x2dff02['t'](_0x5635d9(0x30b))})]})},{'id':_0x5635d9(0x37c),'label':_0x2dff02['t'](_0x5635d9(0x233)),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x25debe,{'label':_0x2dff02['t'](_0x5635d9(0x44d)),'min':0x0,'value':_0x343b11,'onChange':_0x24f996=>_0x26ec1f(_0x24f996)}),_0x292751(_0x5147e0,{'checked':_0xab38eb==null?!0x1:_0xab38eb,'onChange':_0x2a2535=>_0x1eea0d(!!_0x2a2535),'children':_0x2dff02['t']('boards-chart-ui.control.useAbsoluteValues')})]})},{'id':_0x5635d9(0x223),'label':_0x2dff02['t'](_0x5635d9(0x44e)),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x385)),'value':_0x4464a2==null?_0x179096[_0x5635d9(0x223)][_0x5635d9(0x30a)]:_0x4464a2,'options':In[_0x5635d9(0x448)](_0x19fa18=>({..._0x19fa18,'label':_0x2dff02['t'](_0x19fa18[_0x5635d9(0x2c0)])})),'onChange':_0x1f5ec0=>_0x330ea8(_0x1f5ec0)}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x25debe,{'label':_0x2dff02['t']('boards-chart-ui.field.min'),'value':_0x3a8c48,'onChange':_0x54e4c4=>_0x31d223(_0x54e4c4)}),_0x292751(_0x25debe,{'label':_0x2dff02['t']('boards-chart-ui.field.max'),'value':_0x5835bb,'onChange':_0x54ba47=>_0x270792(_0x54ba47)})]})]})},{'id':'relation','label':_0x2dff02['t'](_0x5635d9(0x392)),'children':_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':_0x292751(nr,{'forceOption':_0x42469b,'layout':_0x283020,'nodeShape':_0x35444d,'rotateLabel':_0x5b3e12,'useEmphasis':_0x4dca55,'useValueAsSymbolSize':_0x27d792,'onForceOptionChange':_0x8c7359=>_0x4a74b8({..._0x42469b,..._0x8c7359}),'onLayoutChange':_0x590bb8,'onNodeShapeChange':_0x12400e,'onRotateLabelChange':_0x122eaf,'onUseEmphasisChange':_0xc799b4,'onUseValueAsSymbolSizeChange':_0x423e1c})})},{'id':'lineAndArea','label':_0x2dff02['t'](_0x5635d9(0x283)),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x284)),'value':_0x4bc965==null?_0x179096[_0x5635d9(0x40d)][_0x5635d9(0x26a)]:_0x4bc965,'options':Ln[_0x5635d9(0x448)](_0x2240c1=>({..._0x2240c1,'label':_0x2dff02['t'](_0x2240c1[_0x5635d9(0x2c0)])})),'onChange':_0x5f4fa5}),_0x292751(_0x16477c,{'label':_0x2dff02['t']('boards-chart-ui.field.invalidValues'),'value':_0x4fa90d==null?_0x179096['invalidValueType']:_0x4fa90d,'options':zn[_0x5635d9(0x448)](_0x59aba0=>({..._0x59aba0,'label':_0x2dff02['t'](_0x59aba0[_0x5635d9(0x2c0)])})),'onChange':_0x4252b7})]})},{'id':'legend','label':_0x2dff02['t']('boards-chart-ui.legend'),'children':_0x1debe3(_0x5635d9(0x241),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-3','children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x3e0)),'value':(_0xcd18c4==null?void 0x0:_0xcd18c4[_0x5635d9(0x4da)])||_0x775257['Bottom'],'options':_n[_0x5635d9(0x448)](_0x2da0d8=>({..._0x2da0d8,'label':_0x2dff02['t'](_0x2da0d8[_0x5635d9(0x2c0)])})),'onChange':_0x4755e3=>_0x473600({..._0xcd18c4,'position':_0x4755e3})}),_0x58a40c?_0x292751(_0x16477c,{'label':_0x2dff02['t']('boards-chart-ui.field.visualMap'),'value':_0x4464a2==null?_0x179096[_0x5635d9(0x223)][_0x5635d9(0x30a)]:_0x4464a2,'options':In[_0x5635d9(0x448)](_0x3537ee=>({..._0x3537ee,'label':_0x2dff02['t'](_0x3537ee['label'])})),'onChange':_0x201cd0=>_0x330ea8(_0x201cd0)}):_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x2b5)),'value':(_0xcd18c4==null?void 0x0:_0xcd18c4[_0x5635d9(0x426)])||_0x179096[_0x5635d9(0x289)][_0x5635d9(0x426)],'options':Fn['map'](_0x3049ec=>({..._0x3049ec,'label':_0x2dff02['t'](_0x3049ec['label'])})),'onChange':_0x38f810=>_0x473600({..._0xcd18c4,'selectMode':_0x38f810})}),!_0x58a40c&&_0x292751(_0x5d365c,{'label':_0x2dff02['t'](_0x5635d9(0x3a7)),'value':_0xcd18c4==null?void 0x0:_0xcd18c4[_0x5635d9(0x2c0)],'onChange':(_0x18e0e2,_0x28a89e)=>_0x473600({'label':{[_0x18e0e2]:_0x28a89e}})})]})},{'id':_0x5635d9(0x325),'label':_0x2dff02['t']('boards-chart-ui.horizontalAxis'),'children':_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x3fb),'children':_0x292751($n,{'axisOptions':_0x576571,'canReverse':!0x0,'canUseDateAxis':!_0x2951d4&&!_0x24971d[_0x5635d9(0x174)](_0x1c4c3a==null?_0x27b504['Column']:_0x1c4c3a,_0x27b504[_0x5635d9(0x2fe)]),'isValueAxis':_0x2951d4||((_0x4846be=_0x17ba4e[_0x5d4a8e[_0x5635d9(0x4a5)]])==null?void 0x0:_0x4846be['type'])===_0x25a0c3[_0x5635d9(0x2f7)],'useDateAxis':_0x491d77,'onUseDateAxisChange':_0x648653,'onChange':_0x3c35f0})})},{'id':_0x5635d9(0x300),'label':_0x2dff02['t']('boards-chart-ui.verticalAxis'),'children':_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x3fb),'children':_0x292751($n,{'axisOptions':_0x5cc351,'isValueAxis':((_0x2f676f=_0x17ba4e[_0x5d4a8e[_0x5635d9(0x3d6)]])==null?void 0x0:_0x2f676f[_0x5635d9(0x301)])===_0x25a0c3['Numeric'],'onChange':_0x529fe5})})},{'id':_0x5635d9(0x465),'label':_0x2dff02['t'](_0x5635d9(0x35e)),'children':_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x3fb),'children':_0x292751($n,{'axisOptions':_0x31e664,'isValueAxis':!0x0,'onChange':_0x389e7e})})},{'id':'gridlinesAndTicks','label':_0x2dff02['t'](_0x5635d9(0x40a)),'children':_0x1debe3(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':[_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x476)),'value':_0x194beb,'options':_0x18c61a,'onChange':_0x3cc22b=>_0x17f061(_0x3cc22b)}),_0x292751(er,{'axisOptions':_0x1fe1a3,'onChange':_0x3d7b06})]})},{'id':_0x5635d9(0x405),'label':_0x2dff02['t']('boards-chart-ui.indicatorLine'),'children':_0x1debe3('div',{'className':_0x5635d9(0x315),'children':[_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2dff02['t'](_0x5635d9(0x1bb)),'value':_0x231e7e==null?void 0x0:_0x231e7e['indicatorLineColor'],'onChange':_0x495a8e=>_0x7d04d7({..._0x231e7e,'indicatorLineColor':_0x495a8e==null?void 0x0:_0x495a8e})}),_0x292751(_0x16477c,{'label':_0x2dff02['t'](_0x5635d9(0x208)),'value':(_0x16c1ec=_0x231e7e==null?void 0x0:_0x231e7e[_0x5635d9(0x247)])==null?_0x179096[_0x5635d9(0x247)]:_0x16c1ec,'options':Dn['map'](_0x21dbbc=>({..._0x21dbbc,'label':_0x2dff02['t'](_0x21dbbc[_0x5635d9(0x2c0)])})),'onChange':_0x1131c8=>_0x7d04d7({..._0x231e7e,'indicatorLineType':_0x1131c8})})]}),_0x1debe3(_0x303cf0,{'children':[_0x292751(_0x141cfd,{'label':_0x2dff02['t'](_0x5635d9(0x161)),'value':_0x231e7e==null?void 0x0:_0x231e7e[_0x5635d9(0x1a9)],'onChange':_0x3f7b1f=>_0x7d04d7({..._0x231e7e,'indicatorLabelColor':_0x3f7b1f==null?void 0x0:_0x3f7b1f})}),_0x292751(_0x141cfd,{'label':_0x2dff02['t'](_0x5635d9(0x23b)),'value':_0x231e7e==null?void 0x0:_0x231e7e['indicatorLabelTextColor'],'onChange':_0xb32b71=>_0x7d04d7({..._0x231e7e,'indicatorLabelTextColor':_0xb32b71==null?void 0x0:_0xb32b71})})]})]})},{'id':_0x5635d9(0x238),'label':_0x2dff02['t'](_0x5635d9(0x332)),'children':_0x292751(_0x5635d9(0x241),{'className':_0x5635d9(0x315),'children':_0x292751(rr,{'values':_0x50af41==null?[]:_0x50af41,'onChange':_0x388ee2})})}],_0x1d8ecc=new Map(_0x1e0eea[_0x5635d9(0x448)](({id:_0x1c4016,..._0x210911})=>[_0x1c4016,_0x210911]));return _0x292751(_0x2333d3,{'className':'univer-mx-2\x20univer-mt-2','items':_0x41c2eb['map'](_0x409b90=>_0x1d8ecc['get'](_0x409b90))[_0x5635d9(0x1b3)](_0x26e25e=>!!_0x26e25e)});}function sr({unitId:_0x378f68,chartId:_0x1dea82}){const _0x203b11=_0x40d9ff;let _0x358281=_0x2ae52e(_0x5197b2),_0x29d275=_0x2ae52e(_0x3966c6),_0x14396b=_0x346a15(_0x358281[_0x203b11(0x175)],_0x358281[_0x203b11(0x286)]),[_0x1dd4a9,_0x25a197]=_0x46ea25(0x0);return _0x1926ec(()=>{const _0x39aac9=_0x203b11;_0x358281[_0x39aac9(0x19d)](_0x378f68,_0x1dea82);},[_0x1dea82,_0x358281,_0x378f68]),(_0x14396b==null?void 0x0:_0x14396b[_0x203b11(0x1d7)])===_0x378f68&&_0x14396b[_0x203b11(0x421)]===_0x1dea82?_0x1debe3('div',{'className':_0x203b11(0x368),'children':[_0x292751(_0x546918,{'className':_0x203b11(0x1a2),'value':_0x1dd4a9,'items':[{'label':_0x29d275['t']('boards-chart-ui.setupChart'),'value':0x0},{'label':_0x29d275['t'](_0x203b11(0x4ef)),'value':0x1},{'label':_0x29d275['t'](_0x203b11(0x2d0)),'value':0x2}],'onChange':_0x25a197}),_0x1debe3(_0x203b11(0x241),{'className':_0x203b11(0x4d1),'children':[_0x1dd4a9===0x0&&_0x292751(ar,{}),_0x1dd4a9===0x1&&_0x292751(or,{}),_0x1dd4a9===0x2&&_0x292751(en,{'chartId':_0x1dea82,'unitId':_0x378f68},_0x378f68+':'+_0x1dea82)]})]}):null;}const cr=_0x40d9ff(0x33b),lr={};function ur(_0x3a6228,_0x21ad2a){const _0x4b2bfe=_0x40d9ff;return(_0x3a6228==null?void 0x0:_0x3a6228[_0x4b2bfe(0x1d7)])===_0x21ad2a[_0x4b2bfe(0x1d7)]&&_0x3a6228[_0x4b2bfe(0x164)]===_0x21ad2a[_0x4b2bfe(0x164)]&&_0x3a6228[_0x4b2bfe(0x22a)]===_0x21ad2a[_0x4b2bfe(0x22a)]&&_0x3a6228[_0x4b2bfe(0x421)]===_0x21ad2a[_0x4b2bfe(0x421)]&&_0x3a6228['source']===_0x21ad2a[_0x4b2bfe(0x499)];}let Q=class extends _0x45aa21{constructor(_0x246caf,_0x2fb212){const _0x1e76f5=_0x40d9ff;super(),this[_0x1e76f5(0x454)]=_0x246caf,this[_0x1e76f5(0x214)]=_0x2fb212,X(this,_0x1e76f5(0x254),new _0x5b3b74(null)),X(this,'activeSession$',this[_0x1e76f5(0x254)][_0x1e76f5(0x413)]()),this[_0x1e76f5(0x4e3)](this['_elementStateService'][_0x1e76f5(0x17d)]['subscribe'](_0x2ffa3b=>this['_syncSelectionState'](_0x2ffa3b))),this[_0x1e76f5(0x4e3)](this[_0x1e76f5(0x214)][_0x1e76f5(0x353)][_0x1e76f5(0x459)](_0x24d018=>{const _0x3111e1=_0x1e76f5;let _0x5a891b=this['getActiveSession']();_0x5a891b&&_0x24d018[_0x3111e1(0x1d4)](_0x173fc9=>_0x173fc9['unitId']===_0x5a891b[_0x3111e1(0x1d7)]&&_0x173fc9[_0x3111e1(0x164)]===_0x5a891b[_0x3111e1(0x164)]&&_0x173fc9[_0x3111e1(0x22a)]===_0x5a891b[_0x3111e1(0x22a)])&&this['close'](_0x3111e1(0x431));}));}[_0x40d9ff(0x16f)](){const _0x572fa6=_0x40d9ff;this[_0x572fa6(0x33c)](_0x572fa6(0x16f)),this[_0x572fa6(0x254)]['complete'](),super[_0x572fa6(0x16f)]();}[_0x40d9ff(0x3c0)](){const _0x537508=_0x40d9ff;return this[_0x537508(0x254)]['getValue']();}[_0x40d9ff(0x3ba)](_0x3bd738){const _0x59be25=_0x40d9ff;let _0x3a7cda={..._0x3bd738};ur(this[_0x59be25(0x3c0)](),_0x3a7cda)||this[_0x59be25(0x254)][_0x59be25(0x32f)](_0x3a7cda);}[_0x40d9ff(0x33c)](_0x2619eb){const _0x3933bf=_0x40d9ff;this[_0x3933bf(0x3c0)]()&&this[_0x3933bf(0x254)][_0x3933bf(0x32f)](null);}[_0x40d9ff(0x37f)](_0x30f96c){const _0x31d98c=_0x40d9ff;let _0x76209e=this['getActiveSession']();if(!_0x76209e)return;if(_0x30f96c[_0x31d98c(0x1a4)]){this[_0x31d98c(0x33c)](_0x31d98c(0x398));return;}if(!_0x30f96c[_0x31d98c(0x2c4)]){this[_0x31d98c(0x33c)]('selectionChange');return;}if(_0x30f96c[_0x31d98c(0x2c4)][_0x31d98c(0x1d7)]!==_0x76209e['unitId']){this['close']('selectionChange');return;}if(_0x30f96c[_0x31d98c(0x2c4)][_0x31d98c(0x164)]!==_0x76209e['subUnitId']){this['close']('pageChange');return;}if(_0x30f96c['selectedIds'][_0x31d98c(0x393)]!==0x1||_0x30f96c['focusedId']!==_0x76209e[_0x31d98c(0x22a)]){this['close'](_0x31d98c(0x478));return;}let _0x232385=this[_0x31d98c(0x214)]['getElementById'](_0x76209e['unitId'],_0x76209e[_0x31d98c(0x164)],_0x76209e[_0x31d98c(0x22a)]);(!_0x232385||_0x232385[_0x31d98c(0x410)][_0x31d98c(0x301)]!==_0x53dee4['Chart']||_0x232385['element'][_0x31d98c(0x421)]!==_0x76209e[_0x31d98c(0x421)])&&this['close'](_0x31d98c(0x478));}};Q=J([q(0x0,_0x32bc56),q(0x1,_0x255d98)],Q);const dr='board.chart.floating-toolbar';function fr(_0x31f3dd){const _0x5f1eeb=_0x40d9ff;_0x31f3dd[_0x5f1eeb(0x239)]();}function pr(_0x590ebb){const _0xdc58a1=_0x40d9ff;let _0x11d990=_0x2ae52e(_0x3c52c3),_0xcaa16d=_0x2ae52e(_0x3966c6),_0x7c2278=_0x2ae52e(_0x5197b2),_0x2413da=_0x2ae52e(sn),_0x1ee6ab=_0x2ae52e(Q),_0x1a39bf=_0x22168b(()=>_0x7c2278[_0xdc58a1(0x3ab)](_0x590ebb[_0xdc58a1(0x1d7)],_0x590ebb[_0xdc58a1(0x421)]),[_0x590ebb[_0xdc58a1(0x421)],_0x590ebb['unitId'],_0x7c2278]),_0x565a72=_0x346a15(_0x1a39bf==null?void 0x0:_0x1a39bf[_0xdc58a1(0x36e)][_0xdc58a1(0x1ae)],_0x1a39bf==null?void 0x0:_0x1a39bf[_0xdc58a1(0x36e)][_0xdc58a1(0x37a)]),_0x32aad=_0x22168b(()=>_0x36df15(nn[_0xdc58a1(0x448)](_0x344840=>({..._0x344840,'label':_0xcaa16d['t'](_0x344840[_0xdc58a1(0x2c0)])}))),[_0xcaa16d]);return _0x1a39bf?_0x1debe3('div',{'className':_0xbf6d38(_0xdc58a1(0x328),_0x569bad),'data-u-comp':_0xdc58a1(0x165),'role':_0xdc58a1(0x4a7),'onMouseDown':fr,'onPointerDown':fr,'children':[_0x292751(_0x2546ac,{'aria-label':_0xcaa16d['t'](_0xdc58a1(0x3d0)),'className':_0xdc58a1(0x33f),'value':String(_0x565a72),'options':_0x32aad,'onChange':_0x13b437=>{const _0xbe5391=_0xdc58a1;_0x7c2278['setActiveChartRuntime'](_0x1a39bf);let _0x116cf1=_0x2413da[_0xbe5391(0x470)](_0xbe5391(0x37a));if(!(_0x116cf1 instanceof _0x17f70e)){var _0x48526f;_0x116cf1==null||(_0x48526f=_0x116cf1[_0xbe5391(0x287)])==null||_0x48526f[_0xbe5391(0x41d)](_0x116cf1,Number(_0x13b437));}}}),_0x292751('div',{'className':_0xdc58a1(0x2ef)}),_0x292751(_0xdc58a1(0x45b),{'type':_0xdc58a1(0x45b),'aria-label':_0xcaa16d['t'](_0xdc58a1(0x25d)),'title':_0xcaa16d['t']('boards-chart-ui.editChart'),'className':_0xdc58a1(0x21f),'data-toolbar-item':_0xdc58a1(0x2bb),'onClick':()=>{const _0xaf60b4=_0xdc58a1;_0x1ee6ab[_0xaf60b4(0x3ba)]({'chartId':_0x590ebb[_0xaf60b4(0x421)],'elementId':_0x590ebb[_0xaf60b4(0x22a)],'source':_0xaf60b4(0x42a),'subUnitId':_0x590ebb['subUnitId'],'unitId':_0x590ebb[_0xaf60b4(0x1d7)]});},'children':_0x292751(_0x7c19fa,{})}),_0x292751(_0xdc58a1(0x45b),{'type':_0xdc58a1(0x45b),'aria-label':_0xcaa16d['t'](_0xdc58a1(0x48b)),'title':_0xcaa16d['t'](_0xdc58a1(0x48b)),'className':_0xdc58a1(0x21f),'data-toolbar-item':'delete-chart','onClick':()=>{const _0x2cdff3=_0xdc58a1;_0x11d990[_0x2cdff3(0x406)](_0x32731e['id']);},'children':_0x292751(_0x4b213b,{})})]}):null;}function mr(_0x1d95a7){const _0x4e00db=_0x40d9ff;let _0x4afb95=_0x1d95a7['popup'][_0x4e00db(0x3af)];return _0x4afb95?_0x292751(pr,{..._0x4afb95}):null;}let hr=class extends _0x28cbe5{constructor(_0x5ab9a1,_0x1cb81c,_0x97db61,_0x5c8118,_0x440994,_0x10a879,_0x39dc6a){const _0x3adc93=_0x40d9ff;super(),this['_renderContext']=_0x5ab9a1,this[_0x3adc93(0x2a3)]=_0x1cb81c,this[_0x3adc93(0x434)]=_0x97db61,this['_boardElementService']=_0x5c8118,this[_0x3adc93(0x454)]=_0x440994,this[_0x3adc93(0x194)]=_0x10a879,this[_0x3adc93(0x20b)]=_0x39dc6a,X(this,_0x3adc93(0x396),null),X(this,_0x3adc93(0x3ae),null),this[_0x3adc93(0x4e3)](this[_0x3adc93(0x2a3)][_0x3adc93(0x3da)](dr,mr)),this[_0x3adc93(0x4b1)]();}['dispose'](){const _0x5b919f=_0x40d9ff;this[_0x5b919f(0x2d8)](),super[_0x5b919f(0x16f)]();}[_0x40d9ff(0x4b1)](){const _0x252cd4=_0x40d9ff;let _0x1c148c=this[_0x252cd4(0x1e9)][_0x252cd4(0x272)][_0x252cd4(0x2e7)]();this[_0x252cd4(0x4e3)](_0x364715(_0x1c148c[_0x252cd4(0x1f0)][_0x252cd4(0x27e)](_0x95d403(this['dispose$']))[_0x252cd4(0x459)](()=>{const _0x13ef95=_0x252cd4;this[_0x13ef95(0x4c9)]();}))),this[_0x252cd4(0x4e3)](_0x364715(_0x1c148c[_0x252cd4(0x168)][_0x252cd4(0x27e)](_0x95d403(this[_0x252cd4(0x16d)]))[_0x252cd4(0x459)](()=>{const _0x406679=_0x252cd4;this[_0x406679(0x49a)]();}))),this[_0x252cd4(0x4e3)](_0x364715(_0x1c148c['changeStart$'][_0x252cd4(0x27e)](_0x95d403(this[_0x252cd4(0x16d)]))[_0x252cd4(0x459)](()=>{const _0x3dcf6d=_0x252cd4;this[_0x3dcf6d(0x2d8)]();}))),this[_0x252cd4(0x4e3)](_0x364715(_0x1c148c[_0x252cd4(0x4dc)][_0x252cd4(0x27e)](_0x95d403(this['dispose$']))[_0x252cd4(0x459)](()=>{const _0x12aeaf=_0x252cd4;setTimeout(()=>this[_0x12aeaf(0x4c9)](),0x0);}))),this[_0x252cd4(0x4e3)](_0x364715(this[_0x252cd4(0x454)]['state$']['pipe'](_0x95d403(this['dispose$']))[_0x252cd4(0x459)](()=>{setTimeout(()=>this['_showPopupForSelection'](),0x0);}))),this[_0x252cd4(0x4e3)](_0x364715(this[_0x252cd4(0x194)][_0x252cd4(0x17d)][_0x252cd4(0x27e)](_0x95d403(this[_0x252cd4(0x16d)]))['subscribe'](()=>{const _0xdad1bd=_0x252cd4;setTimeout(()=>this[_0xdad1bd(0x4c9)](),0x0);}))),this['disposeWithMe'](_0x364715(this[_0x252cd4(0x20b)][_0x252cd4(0x397)][_0x252cd4(0x27e)](_0x95d403(this['dispose$']))[_0x252cd4(0x459)](_0xf4c370=>{const _0x1a07f6=_0x252cd4;if(_0xf4c370){this[_0x1a07f6(0x2d8)]();return;}setTimeout(()=>this[_0x1a07f6(0x4c9)](),0x0);})));}[_0x40d9ff(0x2d8)](){const _0x527326=_0x40d9ff;var _0x3a8d5f;(_0x3a8d5f=this[_0x527326(0x396)])==null||_0x3a8d5f[_0x527326(0x16f)](),this[_0x527326(0x396)]=null,this[_0x527326(0x3ae)]=null;}[_0x40d9ff(0x49a)](){setTimeout(()=>{const _0x513de4=_0x4dec;this[_0x513de4(0x30c)]()||this[_0x513de4(0x2d8)]();},0x0);}[_0x40d9ff(0x30c)](){const _0x44c583=_0x40d9ff;let _0x1c148b=this[_0x44c583(0x454)][_0x44c583(0x3b0)]();return!_0x1c148b[_0x44c583(0x2c4)]||_0x1c148b['selectedIds'][_0x44c583(0x393)]!==0x1?!0x1:this[_0x44c583(0x3ae)]===this[_0x44c583(0x316)](_0x1c148b[_0x44c583(0x2c4)][_0x44c583(0x1d7)],_0x1c148b[_0x44c583(0x2c4)]['subUnitId'],_0x1c148b[_0x44c583(0x2b1)][0x0]);}[_0x40d9ff(0x316)](_0x39c733,_0xbaac57,_0x379d15){return _0x39c733+':'+_0xbaac57+':'+_0x379d15;}[_0x40d9ff(0x4c9)](){const _0x386ef2=_0x40d9ff;if(this['_editSessionService'][_0x386ef2(0x3c0)]()){this[_0x386ef2(0x2d8)]();return;}let _0x30bf5d=this[_0x386ef2(0x454)][_0x386ef2(0x3b0)](),_0x2b0ae3=this[_0x386ef2(0x194)]['getState']();if(_0x30bf5d[_0x386ef2(0x1a4)]||_0x2b0ae3[_0x386ef2(0x228)]||_0x2b0ae3[_0x386ef2(0x169)]!==null&&_0x2b0ae3[_0x386ef2(0x169)]!==_0x441df1[_0x386ef2(0x377)]||!_0x30bf5d[_0x386ef2(0x2c4)]||_0x30bf5d[_0x386ef2(0x2c4)]['unitId']!==this['_renderContext'][_0x386ef2(0x1d7)]||_0x30bf5d[_0x386ef2(0x2b1)][_0x386ef2(0x393)]!==0x1||_0x30bf5d['focusedId']==null){this[_0x386ef2(0x2d8)]();return;}let _0x337faa=this['_boardElementService'][_0x386ef2(0x182)](_0x30bf5d[_0x386ef2(0x2c4)][_0x386ef2(0x1d7)],_0x30bf5d[_0x386ef2(0x2c4)][_0x386ef2(0x164)],_0x30bf5d[_0x386ef2(0x380)]);if(!_0x337faa||_0x337faa[_0x386ef2(0x410)][_0x386ef2(0x301)]!==_0x53dee4['Chart']){this['_clearPopup']();return;}let _0x2dc405=this[_0x386ef2(0x42b)](_0x337faa);if(!_0x2dc405){this[_0x386ef2(0x2d8)]();return;}let _0x65d4c9=this[_0x386ef2(0x316)](_0x337faa[_0x386ef2(0x1d7)],_0x337faa[_0x386ef2(0x164)],_0x337faa[_0x386ef2(0x22a)]);this[_0x386ef2(0x396)]&&this[_0x386ef2(0x3ae)]===_0x65d4c9||(this[_0x386ef2(0x2d8)](),this['_popupDisposable']=this[_0x386ef2(0x4e3)](this[_0x386ef2(0x434)][_0x386ef2(0x206)](_0x337faa[_0x386ef2(0x1d7)],_0x337faa[_0x386ef2(0x164)],_0x2dc405,{'componentKey':dr,'direction':_0x386ef2(0x311),'offset':[0x0,0x24],'anchorBoundResolver':_0x75e5c4,'extraProps':{'unitId':_0x337faa[_0x386ef2(0x1d7)],'subUnitId':_0x337faa['subUnitId'],'elementId':_0x337faa['elementId'],'chartId':_0x337faa['element'][_0x386ef2(0x421)]}})),this[_0x386ef2(0x3ae)]=_0x65d4c9);}[_0x40d9ff(0x42b)](_0x134117){const _0xa7601d=_0x40d9ff;var _0x4c43f0,_0x3a56f2,_0x23f4e1;let _0x32313b=_0x477923(_0x134117[_0xa7601d(0x1d7)],_0x134117[_0xa7601d(0x22a)]),_0x13a0c6=this[_0xa7601d(0x1e9)][_0xa7601d(0x272)];return(_0x4c43f0=(_0x3a56f2=(_0x23f4e1=_0x13a0c6[_0xa7601d(0x278)])==null?void 0x0:_0x23f4e1['call'](_0x13a0c6,_0x32313b))==null?_0x13a0c6[_0xa7601d(0x24d)](_0x32313b):_0x3a56f2)==null?null:_0x4c43f0;}};hr=J([q(0x1,_0xa82a74(_0x437255)),q(0x2,_0xa82a74(_0x2206f8)),q(0x3,_0x255d98),q(0x4,_0x32bc56),q(0x5,_0xc0686e),q(0x6,_0xa82a74(Q))],hr);let gr=class extends _0x28cbe5{constructor(_0x3cf10e,_0x75772a,_0x28cafb,_0x59b796,_0x39c44a,_0x39adb5){const _0x37d954=_0x40d9ff;super(),this[_0x37d954(0x1e9)]=_0x3cf10e,this['_instanceService']=_0x75772a,this['_boardElementService']=_0x28cafb,this[_0x37d954(0x454)]=_0x59b796,this['_uiStateService']=_0x39c44a,this[_0x37d954(0x20b)]=_0x39adb5,X(this,_0x37d954(0x1fa),!0x1),X(this,_0x37d954(0x2fd),null),this[_0x37d954(0x4b1)]();}[_0x40d9ff(0x4b1)](){const _0x19d26d=_0x40d9ff;let {unitId:_0x515f00}=this['_renderContext'],_0x32f66f=this[_0x19d26d(0x2ff)][_0x19d26d(0x312)](_0x515f00,_0x3aade6['UNIVER_BOARD']);this['disposeWithMe'](_0x364715(()=>{const _0x3b1945=_0x19d26d;var _0x13a82a;return(_0x13a82a=this['_objectDblclickDisposables'])==null?void 0x0:_0x13a82a[_0x3b1945(0x16f)]();})),_0x32f66f&&(this['_scheduleAttachObjectDoubleClicks'](_0x32f66f),this[_0x19d26d(0x4e3)](this[_0x19d26d(0x214)][_0x19d26d(0x39e)]['subscribe'](_0x4bda60=>{const _0x40f23e=_0x19d26d;_0x4bda60[_0x40f23e(0x1d4)](_0x23d277=>_0x23d277[_0x40f23e(0x1d7)]===_0x515f00)&&this[_0x40f23e(0x417)](_0x32f66f);})),this[_0x19d26d(0x4e3)](this['_boardElementService'][_0x19d26d(0x24b)][_0x19d26d(0x459)](_0x1a27f4=>{const _0x34a9a1=_0x19d26d;_0x1a27f4[_0x34a9a1(0x1d4)](_0x1fb0a=>_0x1fb0a[_0x34a9a1(0x1d7)]===_0x515f00)&&this[_0x34a9a1(0x417)](_0x32f66f);})),this[_0x19d26d(0x4e3)](this[_0x19d26d(0x214)][_0x19d26d(0x353)][_0x19d26d(0x459)](_0x28f0b9=>{const _0x39d291=_0x19d26d;_0x28f0b9[_0x39d291(0x1d4)](_0x5f4c01=>_0x5f4c01[_0x39d291(0x1d7)]===_0x515f00)&&this[_0x39d291(0x417)](_0x32f66f);})),this[_0x19d26d(0x4e3)](this[_0x19d26d(0x454)][_0x19d26d(0x17d)][_0x19d26d(0x459)](_0x760086=>{const _0x13d2d7=_0x19d26d;var _0x3ae902;((_0x3ae902=_0x760086[_0x13d2d7(0x2c4)])==null?void 0x0:_0x3ae902[_0x13d2d7(0x1d7)])===_0x515f00&&this[_0x13d2d7(0x417)](_0x32f66f);})));}['_scheduleAttachObjectDoubleClicks'](_0x517b7f){const _0x5671e4=_0x40d9ff;this[_0x5671e4(0x1fa)]||(this[_0x5671e4(0x1fa)]=!0x0,Promise[_0x5671e4(0x39b)]()['then'](()=>this[_0x5671e4(0x4e8)](_0x517b7f)));}[_0x40d9ff(0x4e8)](_0x3a22f9){const _0x100881=_0x40d9ff;var _0x39b447;this[_0x100881(0x1fa)]=!0x1;let {scene:_0x27c4ea,unitId:_0x41d5b6}=this[_0x100881(0x1e9)],_0x4f200e=_0x3a22f9['getActivePageId'](),_0x1387d7=this[_0x100881(0x214)][_0x100881(0x32c)](_0x41d5b6,_0x4f200e),_0x10cfaf=new _0xc8716e();(_0x39b447=this['_objectDblclickDisposables'])==null||_0x39b447[_0x100881(0x16f)](),this[_0x100881(0x2fd)]=_0x10cfaf,_0x1387d7[_0x100881(0x42c)](_0x1c5f8b=>{const _0x40e115=_0x100881;var _0xc58c35,_0x179e21;let _0x4306a2=this[_0x40e115(0x214)][_0x40e115(0x182)](_0x41d5b6,_0x4f200e,_0x1c5f8b);if(!_0x4306a2||_0x4306a2[_0x40e115(0x410)][_0x40e115(0x301)]!==_0x53dee4[_0x40e115(0x4c0)])return;let _0x244185=_0x477923(_0x41d5b6,_0x1c5f8b),_0x3771da=(_0xc58c35=(_0x179e21=_0x27c4ea[_0x40e115(0x278)])==null?void 0x0:_0x179e21[_0x40e115(0x41d)](_0x27c4ea,_0x244185))==null?_0x27c4ea['getObject'](_0x244185):_0xc58c35;_0x3771da&&_0x10cfaf[_0x40e115(0x360)](_0x364715(_0x3771da[_0x40e115(0x436)]['subscribeEvent']((_0x4afb81,_0x46344b)=>{const _0x3d31c4=_0x40e115;this[_0x3d31c4(0x19c)](_0x4306a2,_0x4afb81,_0x46344b);})));});}[_0x40d9ff(0x19c)](_0x6071bd,_0x57194b,_0xa6f69b){const _0x3c1b2b=_0x40d9ff;var _0x40ec75;if(this[_0x3c1b2b(0x194)][_0x3c1b2b(0x1c7)]()[_0x3c1b2b(0x228)]||this[_0x3c1b2b(0x454)][_0x3c1b2b(0x3b0)]()[_0x3c1b2b(0x1a4)]||_0x6071bd[_0x3c1b2b(0x410)][_0x3c1b2b(0x301)]!==_0x53dee4[_0x3c1b2b(0x4c0)])return;let _0x4b79a1={'unitId':_0x6071bd[_0x3c1b2b(0x1d7)],'subUnitId':_0x6071bd[_0x3c1b2b(0x164)]};this[_0x3c1b2b(0x454)][_0x3c1b2b(0x1df)](_0x4b79a1,[_0x6071bd['elementId']],_0x6071bd['elementId']),this[_0x3c1b2b(0x454)]['setFocusedSwimlaneLane'](_0x4b79a1,null),this[_0x3c1b2b(0x20b)][_0x3c1b2b(0x3ba)]({'chartId':_0x6071bd[_0x3c1b2b(0x410)][_0x3c1b2b(0x421)],'elementId':_0x6071bd[_0x3c1b2b(0x22a)],'source':'doubleClick','subUnitId':_0x6071bd[_0x3c1b2b(0x164)],'unitId':_0x6071bd[_0x3c1b2b(0x1d7)]}),_0xa6f69b&&(_0xa6f69b[_0x3c1b2b(0x310)]=!0x0),_0x57194b==null||(_0x40ec75=_0x57194b['preventDefault'])==null||_0x40ec75['call'](_0x57194b);}};gr=J([q(0x1,_0x2da65a),q(0x2,_0x255d98),q(0x3,_0x32bc56),q(0x4,_0xc0686e),q(0x5,_0xa82a74(Q))],gr);const _r=_0x5e54c0,vr=_0x4c74c0;function yr(_0x40ed6a){const _0x18a38c=_0x40d9ff;var _0x7164e0,_0x5d5daa,_0x213ba4,_0x5be61a,_0x424410,_0x4911d2,_0x30963a,_0x78646b;let _0x59d213=(_0x7164e0=_0x40ed6a['chartStyle'])==null?{}:_0x7164e0,_0x42c140=Sr((_0x5d5daa=_0x40ed6a[_0x18a38c(0x350)])==null||(_0x5d5daa=_0x5d5daa[_0x18a38c(0x1e2)])==null?void 0x0:_0x5d5daa[_0x18a38c(0x23a)],0x1);return{'fill':(_0x213ba4=(_0x5be61a=_0x40ed6a[_0x18a38c(0x210)])==null?_0x59d213[_0x18a38c(0x31e)]:_0x5be61a)==null?_0x179096[_0x18a38c(0x31e)]:_0x213ba4,'stroke':(_0x424410=(_0x4911d2=(_0x30963a=_0x59d213[_0x18a38c(0x198)])==null?(_0x78646b=_0x40ed6a[_0x18a38c(0x350)])==null||(_0x78646b=_0x78646b['stroke'])==null?void 0x0:_0x78646b[_0x18a38c(0x45d)]:_0x30963a)==null?_0x40ed6a[_0x18a38c(0x1d2)]:_0x4911d2)==null?_0x40ed6a[_0x18a38c(0x20c)]?_0x18a38c(0x48c):_r:_0x424410,'strokeWidth':_0x42c140,'radius':vr};}function br(_0x3d131a,_0x40f2e6){const _0x2a8751=_0x40d9ff;let _0x381f96=Math[_0x2a8751(0x342)](0x0,_0x40f2e6[_0x2a8751(0x379)]);return{'left':_0x381f96,'top':_0x381f96,'width':Math['max'](0x1,_0x3d131a[_0x2a8751(0x23a)]-_0x381f96*0x2),'height':Math['max'](0x1,_0x3d131a[_0x2a8751(0x250)]-_0x381f96*0x2)};}function xr(_0x290098,_0x5df26b){const _0x2e99ad=_0x40d9ff;let _0x253b3c=-0x1/0x2;return{'left':_0x253b3c,'top':_0x253b3c,'width':Math[_0x2e99ad(0x342)](0x1,_0x290098[_0x2e99ad(0x23a)]),'height':Math[_0x2e99ad(0x342)](0x1,_0x290098[_0x2e99ad(0x250)]),'radius':Math['max'](0x0,_0x5df26b[_0x2e99ad(0x1dd)]-_0x5df26b[_0x2e99ad(0x379)]/0x2)};}function Sr(_0x4787fd,_0x4da945){const _0x7dec19=_0x40d9ff;return typeof _0x4787fd==_0x7dec19(0x306)&&Number[_0x7dec19(0x3ca)](_0x4787fd)&&_0x4787fd>0x0?_0x4787fd:_0x4da945;}const Cr=_0x3b9054('board-chart.render-model');function wr(_0x4dbd78){const _0x5e6d0e=_0x40d9ff;var _0x5f1b11;let _0x5888ee=(_0x5f1b11=_0x4dbd78['match'](/^#([\da-f]{3}|[\da-f]{6})$/i))==null?void 0x0:_0x5f1b11[0x1];if(_0x5888ee){let _0x40a130=_0x5888ee[_0x5e6d0e(0x393)]===0x3?_0x5888ee[_0x5e6d0e(0x48f)]('')[_0x5e6d0e(0x448)](_0x1de0ef=>''+_0x1de0ef+_0x1de0ef)[_0x5e6d0e(0x366)](''):_0x5888ee;return _0x5e6d0e(0x36c)+Number['parseInt'](_0x40a130[_0x5e6d0e(0x2ed)](0x0,0x2),0x10)+',\x20'+Number[_0x5e6d0e(0x487)](_0x40a130[_0x5e6d0e(0x2ed)](0x2,0x4),0x10)+',\x20'+Number['parseInt'](_0x40a130['slice'](0x4,0x6),0x10)+')';}let _0x10a6d3=document[_0x5e6d0e(0x395)](_0x5e6d0e(0x485));return _0x10a6d3[_0x5e6d0e(0x4c4)][_0x5e6d0e(0x45d)]=_0x4dbd78,_0x10a6d3['style'][_0x5e6d0e(0x45d)]||_0x4dbd78;}let $=class extends _0x45aa21{constructor(_0x17f3ef,_0x204357,_0x4e009d,_0xb1b7ea){const _0x4eea36=_0x40d9ff;super(),this['_localeService']=_0x17f3ef,this[_0x4eea36(0x305)]=_0x4e009d,X(this,_0x4eea36(0x2d1),new Map()),X(this,_0x4eea36(0x15d),new Map()),X(this,_0x4eea36(0x1db),new Map()),X(this,_0x4eea36(0x3ea),new Map()),X(this,_0x4eea36(0x1d6),void 0x0),X(this,_0x4eea36(0x2c7),void 0x0),this[_0x4eea36(0x2c7)]=!_0xb1b7ea,this[_0x4eea36(0x1d6)]=_0xb1b7ea==null?new _0x16028a():_0xb1b7ea,(_0x204357||!this[_0x4eea36(0x1d6)][_0x4eea36(0x1ba)](_0x36e7de))&&this[_0x4eea36(0x31b)](_0x36e7de,_0x204357==null?new _0x1f21ba(!0x1,{'wordCloudRenderConfig':_0x21d04c}):_0x204357);}['registerRenderModel'](_0x50c374,_0x3da041){const _0x227b75=_0x40d9ff;this[_0x227b75(0x1d6)][_0x227b75(0x31b)](_0x50c374,_0x3da041);}[_0x40d9ff(0x423)](_0x158c2c){const _0x386bdd=_0x40d9ff;this[_0x386bdd(0x1d6)][_0x386bdd(0x423)](_0x158c2c);}['getRenderModel'](_0x17e900=_0x36e7de){const _0x1e9cad=_0x40d9ff;return this[_0x1e9cad(0x1d6)][_0x1e9cad(0x1ba)](_0x17e900);}[_0x40d9ff(0x48d)](_0x5c3009){const _0x325ad4=_0x40d9ff;return _0x5c3009?this[_0x325ad4(0x1d6)][_0x325ad4(0x48d)](_0x5c3009,this['_createChartRenderInstanceContext']()):this[_0x325ad4(0x1d6)][_0x325ad4(0x48d)]();}[_0x40d9ff(0x232)](_0x5aa046,_0x13c79b,_0xd5326c){const _0x3cdfe3=_0x40d9ff;let _0x157e0f=this['_getChartRuntimeKey'](_0x5aa046,_0x13c79b),_0x2c0752=this[_0x3cdfe3(0x2d1)]['get'](_0x157e0f);return _0x2c0752&&_0x2c0752!==_0xd5326c&&(this['_disposeChartEventSubscriptions'](_0x157e0f),_0x2c0752[_0x3cdfe3(0x16f)]()),this[_0x3cdfe3(0x2d1)][_0x3cdfe3(0x287)](_0x157e0f,_0xd5326c),_0xd5326c[_0x3cdfe3(0x1e6)](this['_chartElementEditMode'][_0x3cdfe3(0x3a2)](_0x157e0f)===!0x0),this[_0x3cdfe3(0x2d5)](_0x157e0f,_0xd5326c),{'dispose':()=>{const _0x50a007=_0x3cdfe3;this[_0x50a007(0x2d1)][_0x50a007(0x3a2)](_0x157e0f)===_0xd5326c&&(this[_0x50a007(0x3b9)](_0x157e0f),this[_0x50a007(0x2d1)][_0x50a007(0x4ce)](_0x157e0f));}};}[_0x40d9ff(0x1e6)](_0x8da5af,_0x13672b,_0x17fff9){const _0x4918ea=_0x40d9ff;var _0x7e1d1;let _0x541f07=this['_getChartRuntimeKey'](_0x8da5af,_0x13672b);_0x17fff9?this['_chartElementEditMode'][_0x4918ea(0x287)](_0x541f07,!0x0):this[_0x4918ea(0x15d)]['delete'](_0x541f07),(_0x7e1d1=this[_0x4918ea(0x2d1)]['get'](_0x541f07))==null||_0x7e1d1[_0x4918ea(0x1e6)](_0x17fff9);}[_0x40d9ff(0x3ff)](_0x28c209,_0x5747c5){const _0x958ec1=_0x40d9ff;return this[_0x958ec1(0x15d)][_0x958ec1(0x3a2)](this[_0x958ec1(0x20d)](_0x28c209,_0x5747c5))===!0x0;}['on'](_0x2cb67e,_0x2138c0,_0x9cdf31,_0x2a1160){const _0x2af364=_0x40d9ff;let _0x146eb9=this[_0x2af364(0x20d)](_0x2cb67e,_0x2138c0),_0x2b27a7=this[_0x2af364(0x1db)][_0x2af364(0x3a2)](_0x146eb9);_0x2b27a7||(_0x2b27a7=new Map(),this['_chartEventHandlers'][_0x2af364(0x287)](_0x146eb9,_0x2b27a7));let _0x3b56cf=_0x2b27a7[_0x2af364(0x3a2)](_0x9cdf31);_0x3b56cf||(_0x3b56cf=new Set(),_0x2b27a7[_0x2af364(0x287)](_0x9cdf31,_0x3b56cf)),_0x3b56cf['add'](_0x2a1160);let _0x33dd04=this[_0x2af364(0x2d1)][_0x2af364(0x3a2)](_0x146eb9);return _0x33dd04&&this[_0x2af364(0x330)](_0x146eb9,_0x33dd04,_0x9cdf31,_0x2a1160),{'dispose':()=>{const _0x3ce892=_0x2af364;let _0x5f2296=this['_chartEventHandlers'][_0x3ce892(0x3a2)](_0x146eb9),_0x4d16bc=_0x5f2296==null?void 0x0:_0x5f2296[_0x3ce892(0x3a2)](_0x9cdf31);_0x4d16bc==null||_0x4d16bc[_0x3ce892(0x4ce)](_0x2a1160),(_0x4d16bc==null?void 0x0:_0x4d16bc[_0x3ce892(0x26e)])===0x0&&(_0x5f2296==null||_0x5f2296[_0x3ce892(0x4ce)](_0x9cdf31)),(_0x5f2296==null?void 0x0:_0x5f2296['size'])===0x0&&this[_0x3ce892(0x1db)][_0x3ce892(0x4ce)](_0x146eb9),this[_0x3ce892(0x261)](_0x146eb9,_0x9cdf31,_0x2a1160);}};}[_0x40d9ff(0x475)](_0x3d4749){const _0x19b509=_0x40d9ff;let _0x8fc6b5=_0x3d4749[_0x19b509(0x36e)]['config'];if(!_0x8fc6b5)throw Error(_0x19b509(0x15e)+_0x3d4749[_0x19b509(0x421)]+'\x20has\x20no\x20render\x20config.');let _0x13e209=this[_0x19b509(0x1ef)][_0x19b509(0x1a3)]();return{'chartConfig':_0x8fc6b5,'chartStyle':_0x524a85({..._0x3d4749[_0x19b509(0x36e)][_0x19b509(0x4c4)],'runtime':_0x3d4749['model'][_0x19b509(0x3ad)](_0x13e209),'direction':_0x13e209},_0x8fc6b5['type'])};}[_0x40d9ff(0x4d6)](_0x128ced,_0x28208f,_0x4a96d2){const _0x50d2b0=_0x40d9ff;let {chartConfig:_0x2574c6,chartStyle:_0x1c7434}=this['createRenderInput'](_0x128ced),_0x3e3255=this[_0x50d2b0(0x1d6)]['getCurrentRenderModel']();return{'spec':_0x3e3255[_0x50d2b0(0x1d8)](_0x3e3255[_0x50d2b0(0x2da)](_0x2574c6,_0x1c7434),{'chartConfig':_0x2574c6,'chartStyle':_0x1c7434,'chartInstance':_0x4a96d2},_0x28208f),'chartConfig':_0x2574c6,'chartStyle':_0x1c7434,'hostStyle':this[_0x50d2b0(0x231)](_0x1c7434)};}[_0x40d9ff(0x231)](_0x2c8b45){return _0x1f9c3b({'style':_0x2c8b45,'getRenderColor':_0x2c7eaa=>{const _0x27654a=_0x4dec;var _0x4751ac,_0xbb4d9f;return(_0x4751ac=(_0xbb4d9f=this[_0x27654a(0x305)])==null?void 0x0:_0xbb4d9f[_0x27654a(0x314)](_0x2c7eaa))==null?_0x2c7eaa:_0x4751ac;}});}[_0x40d9ff(0x49c)](_0x502ab7,_0x1e2a81){const _0x54e33d=_0x40d9ff;var _0x4b699f,_0x23f8fd;_0x502ab7[_0x54e33d(0x4c4)]['border']=(_0x4b699f=_0x1e2a81['border'])!=null&&_0x4b699f['color']&&_0x1e2a81[_0x54e33d(0x30e)][_0x54e33d(0x23a)]?_0x1e2a81[_0x54e33d(0x30e)][_0x54e33d(0x23a)]+_0x54e33d(0x381)+wr(_0x1e2a81['border']['color']):'',_0x502ab7[_0x54e33d(0x4c4)][_0x54e33d(0x31e)]=wr((_0x23f8fd=_0x1e2a81['fill'])==null?_0x54e33d(0x3d7):_0x23f8fd),_0x502ab7[_0x54e33d(0x4c4)][_0x54e33d(0x4a6)]=_0x1e2a81[_0x54e33d(0x1dd)]?_0x1e2a81[_0x54e33d(0x1dd)]+'px':vr+'px',_0x502ab7[_0x54e33d(0x4c4)][_0x54e33d(0x246)]=_0x54e33d(0x3bf),_0x502ab7[_0x54e33d(0x4c4)][_0x54e33d(0x2bf)]=_0x54e33d(0x38a);}['_createChartRenderInstanceContext'](){const _0x2c9f3a=_0x40d9ff;return{'resolveHostStyle':({style:_0x431daa})=>this[_0x2c9f3a(0x231)](_0x431daa),'resolveRenderBackgroundColor':({hostStyle:_0x508a48})=>_0x508a48[_0x2c9f3a(0x215)],'prepareSpec':({mode:_0x44a9d6,spec:_0x2b7e11})=>_0x44a9d6===_0x2c9f3a(0x452)?{..._0x2b7e11,'animation':!0x1,'tooltip':{'show':!0x1}}:_0x2b7e11};}[_0x40d9ff(0x2d5)](_0x618867,_0x1283f6){const _0x56edcd=_0x40d9ff;let _0x5263e4=this['_chartEventHandlers'][_0x56edcd(0x3a2)](_0x618867);_0x5263e4&&_0x5263e4['forEach']((_0x42b788,_0x46588d)=>{_0x42b788['forEach'](_0x37f93b=>this['_bindChartEventHandler'](_0x618867,_0x1283f6,_0x46588d,_0x37f93b));});}[_0x40d9ff(0x330)](_0x13142b,_0x58a913,_0x5e6d62,_0x175218){const _0x597d73=_0x40d9ff;let _0x20b987=this['_chartEventSubscriptions'][_0x597d73(0x3a2)](_0x13142b);_0x20b987||(_0x20b987=new Map(),this[_0x597d73(0x3ea)][_0x597d73(0x287)](_0x13142b,_0x20b987));let _0x4c3706=_0x20b987[_0x597d73(0x3a2)](_0x5e6d62);_0x4c3706||(_0x4c3706=new Map(),_0x20b987['set'](_0x5e6d62,_0x4c3706)),!_0x4c3706['has'](_0x175218)&&_0x4c3706[_0x597d73(0x287)](_0x175218,_0x58a913['on'](_0x5e6d62,_0x175218));}[_0x40d9ff(0x261)](_0x1eb377,_0x419d3d,_0x226677){const _0x57b507=_0x40d9ff;var _0x3feb26,_0x3d5dac;let _0x2bd839=(_0x3feb26=this[_0x57b507(0x3ea)][_0x57b507(0x3a2)](_0x1eb377))==null?void 0x0:_0x3feb26[_0x57b507(0x3a2)](_0x419d3d);_0x2bd839==null||(_0x3d5dac=_0x2bd839['get'](_0x226677))==null||_0x3d5dac[_0x57b507(0x16f)](),_0x2bd839==null||_0x2bd839[_0x57b507(0x4ce)](_0x226677);}[_0x40d9ff(0x3b9)](_0x35e547){const _0x4ae674=_0x40d9ff;let _0x55e6e7=this[_0x4ae674(0x3ea)][_0x4ae674(0x3a2)](_0x35e547);_0x55e6e7==null||_0x55e6e7[_0x4ae674(0x42c)](_0x59c0b8=>{const _0x5c0a2e=_0x4ae674;_0x59c0b8['forEach'](_0x4ab856=>_0x4ab856[_0x5c0a2e(0x16f)]()),_0x59c0b8[_0x5c0a2e(0x3e5)]();}),this[_0x4ae674(0x3ea)][_0x4ae674(0x4ce)](_0x35e547);}[_0x40d9ff(0x20d)](_0x3d871a,_0x17a160){return _0x3d871a+'::'+_0x17a160;}[_0x40d9ff(0x16f)](){const _0xf825ad=_0x40d9ff;this[_0xf825ad(0x2d1)][_0xf825ad(0x42c)](_0x18eed7=>_0x18eed7['dispose']()),this['_chartInstanceMap']['clear'](),this[_0xf825ad(0x15d)]['clear'](),this[_0xf825ad(0x1db)][_0xf825ad(0x3e5)](),Array[_0xf825ad(0x1ea)](this[_0xf825ad(0x3ea)][_0xf825ad(0x3f2)]())[_0xf825ad(0x42c)](_0x2bbdca=>this[_0xf825ad(0x3b9)](_0x2bbdca)),this[_0xf825ad(0x2c7)]&&this[_0xf825ad(0x1d6)][_0xf825ad(0x16f)](),super['dispose']();}};$=J([q(0x0,_0xa82a74(_0x3966c6)),q(0x1,_0x567fdb(Cr)),q(0x2,_0x567fdb(_0x5471d8)),q(0x3,_0x567fdb(_0x2905f7))],$);let Tr=class extends _0x45aa21{constructor(_0x57ff6c,_0x52dacc,_0x22303a,_0x530813,_0x474be9,_0xcf470f){const _0x55d14c=_0x40d9ff;super(),this['_renderContext']=_0x57ff6c,this[_0x55d14c(0x20b)]=_0x52dacc,this[_0x55d14c(0x47a)]=_0x22303a,this[_0x55d14c(0x49d)]=_0x530813,this[_0x55d14c(0x2a6)]=_0x474be9,this[_0x55d14c(0x1ef)]=_0xcf470f,X(this,_0x55d14c(0x2f3),null),X(this,_0x55d14c(0x23c),null),X(this,_0x55d14c(0x486),null),this[_0x55d14c(0x4e3)](this['_editSessionService'][_0x55d14c(0x397)][_0x55d14c(0x459)](_0x228c3c=>this[_0x55d14c(0x227)](_0x228c3c)));}['dispose'](){const _0x30c3e0=_0x40d9ff;this[_0x30c3e0(0x45f)](),super[_0x30c3e0(0x16f)]();}[_0x40d9ff(0x227)](_0x33603e){const _0x2dee8e=_0x40d9ff;var _0x1600dd;if(!_0x33603e||_0x33603e[_0x2dee8e(0x1d7)]!==this['_renderContext'][_0x2dee8e(0x1d7)]){this[_0x2dee8e(0x45f)]();return;}let _0xff72fd=this[_0x2dee8e(0x49d)][_0x2dee8e(0x3ab)](_0x33603e[_0x2dee8e(0x1d7)],_0x33603e[_0x2dee8e(0x421)]);if(!_0xff72fd){this[_0x2dee8e(0x45f)]();return;}let _0xcb7c44=[hn,_0x33603e[_0x2dee8e(0x1d7)],_0x33603e['subUnitId'],_0x33603e[_0x2dee8e(0x22a)]][_0x2dee8e(0x366)](':');if(this[_0x2dee8e(0x2f3)]===_0xcb7c44){this[_0x2dee8e(0x49d)][_0x2dee8e(0x343)](_0xff72fd),this[_0x2dee8e(0x1b8)](_0x33603e[_0x2dee8e(0x1d7)],_0x33603e[_0x2dee8e(0x421)]);return;}(_0x1600dd=this[_0x2dee8e(0x23c)])==null||_0x1600dd[_0x2dee8e(0x16f)](),this[_0x2dee8e(0x49d)][_0x2dee8e(0x343)](_0xff72fd),this[_0x2dee8e(0x1b8)](_0x33603e[_0x2dee8e(0x1d7)],_0x33603e['chartId']),this[_0x2dee8e(0x2f3)]=_0xcb7c44,this[_0x2dee8e(0x23c)]=this[_0x2dee8e(0x47a)][_0x2dee8e(0x3ba)]({'id':hn,'header':{'title':this[_0x2dee8e(0x1ef)]['t'](_0x2dee8e(0x25d))},'width':0x184,'children':{'label':hn,'unitId':_0x33603e['unitId'],'subUnitId':_0x33603e[_0x2dee8e(0x164)],'elementId':_0x33603e['elementId'],'chartId':_0x33603e['chartId']},'onClose':_0x4af56d=>{const _0x4ffcbf=_0x2dee8e;this[_0x4ffcbf(0x2f3)]===_0xcb7c44&&(this[_0x4ffcbf(0x2f3)]=null,this[_0x4ffcbf(0x23c)]=null,this[_0x4ffcbf(0x491)](),this[_0x4ffcbf(0x49d)]['setActiveChartRuntime'](null),_0x4af56d===_0x4ffcbf(0x3d9)&&this[_0x4ffcbf(0x20b)]['close'](_0x4ffcbf(0x3d9)));}});}[_0x40d9ff(0x45f)](){const _0x4fdab6=_0x40d9ff;var _0x7058cc;if(!this[_0x4fdab6(0x2f3)]){this['_clearActiveEditOverlay']();return;}(_0x7058cc=this[_0x4fdab6(0x23c)])==null||_0x7058cc['dispose'](),this[_0x4fdab6(0x23c)]=null,this[_0x4fdab6(0x2f3)]=null,this[_0x4fdab6(0x491)](),this[_0x4fdab6(0x49d)][_0x4fdab6(0x343)](null);}['_setActiveEditOverlay'](_0x5b0480,_0x274f14){const _0x42fcd5=_0x40d9ff;let _0xbd5447=this['_activeEditOverlay'];(_0xbd5447==null?void 0x0:_0xbd5447['unitId'])===_0x5b0480&&_0xbd5447[_0x42fcd5(0x421)]===_0x274f14||(this[_0x42fcd5(0x491)](),this[_0x42fcd5(0x486)]={'unitId':_0x5b0480,'chartId':_0x274f14},this['_renderService'][_0x42fcd5(0x1e6)](_0x5b0480,_0x274f14,!0x0));}[_0x40d9ff(0x491)](){const _0x579f77=_0x40d9ff;let _0x258bfe=this[_0x579f77(0x486)];_0x258bfe&&(this[_0x579f77(0x486)]=null,this[_0x579f77(0x2a6)][_0x579f77(0x1e6)](_0x258bfe[_0x579f77(0x1d7)],_0x258bfe[_0x579f77(0x421)],!0x1));}};Tr=J([q(0x1,_0xa82a74(Q)),q(0x2,_0xa82a74(_0x1cb36d)),q(0x3,_0xa82a74(_0x5197b2)),q(0x4,_0xa82a74($)),q(0x5,_0xa82a74(_0x3966c6))],Tr);var Er=class extends _0x28c996{constructor(_0x3188cb,_0x4331df){const _0x4289f0=_0x40d9ff;super(_0x3188cb),this[_0x4289f0(0x4d4)]=_0x4331df,X(this,_0x4289f0(0x387),void 0x0);}[_0x40d9ff(0x3b1)](){const _0xcf5283=_0x40d9ff;return{'width':Math[_0xcf5283(0x342)](0x1,this[_0xcf5283(0x4d4)][_0xcf5283(0x23a)]),'height':Math[_0xcf5283(0x342)](0x1,this['_rect'][_0xcf5283(0x250)])};}['setStyle'](_0x142067){}[_0x40d9ff(0x349)](){return 0x1;}['commitSnapshot'](_0x36928e,_0x591ba8){const _0x4dc945=_0x40d9ff;return this[_0x4dc945(0x387)]=_0x511dd6(_0x36928e),!0x0;}[_0x40d9ff(0x36b)](){}[_0x40d9ff(0x347)](){const _0x1c3542=_0x40d9ff;this[_0x1c3542(0x387)]=void 0x0;}[_0x40d9ff(0x271)](){const _0x50bab9=_0x40d9ff;return this[_0x50bab9(0x387)];}},Dr=class extends _0x45aa21{constructor(_0x32fa90,_0x5b0e79,_0x30b135){const _0x11186d=_0x40d9ff;super(),this[_0x11186d(0x421)]=_0x32fa90,this[_0x11186d(0x1d5)]=_0x5b0e79,this['_applyHostStyle']=_0x30b135,X(this,'mode',_0x14a3fe[_0x11186d(0x2ca)]);}[_0x40d9ff(0x3b1)](){const _0x42f244=_0x40d9ff;let _0x5e113d=this[_0x42f244(0x1d5)][_0x42f244(0x26b)]();return{'width':Math[_0x42f244(0x342)](0x1,_0x5e113d[_0x42f244(0x23a)]),'height':Math[_0x42f244(0x342)](0x1,_0x5e113d[_0x42f244(0x250)])};}[_0x40d9ff(0x48a)](_0x135755){const _0x2cc648=_0x40d9ff;this['_applyHostStyle'](this[_0x2cc648(0x1d5)],_0x135755);}async[_0x40d9ff(0x31d)](){const _0x4ddb01=_0x40d9ff;return this[_0x4ddb01(0x1d5)];}[_0x40d9ff(0x290)](){return!0x0;}[_0x40d9ff(0x199)](){}[_0x40d9ff(0x1fb)](){}['markNotReady'](){}};function Or({chartElement:_0x46c2a2,chartId:_0x2f26e8,unitId:_0x3fb2aa}){const _0x492460=_0x40d9ff;let _0x107aff=_0x1f0821(null),_0x1a39f2=_0x2ae52e(_0x5197b2),_0x5ccb43=_0x2ae52e($);return _0x1926ec(()=>{const _0x1d2df2=_0x4dec;let _0x4fb76b=_0x107aff[_0x1d2df2(0x3cb)];if(!_0x4fb76b)return;let _0x357602=_0x1a39f2[_0x1d2df2(0x3ab)](_0x3fb2aa,_0x2f26e8);if(!_0x357602)return;_0x1a39f2[_0x1d2df2(0x343)](_0x357602);let _0x4dd518=new Dr(_0x2f26e8,_0x4fb76b,(_0x58b7ff,_0x7059af)=>{const _0x6df3f3=_0x1d2df2;var _0x18d5fa;return _0x5ccb43[_0x6df3f3(0x49c)](_0x58b7ff,{'fill':(_0x18d5fa=_0x7059af[_0x6df3f3(0x215)])==null?_0x6df3f3(0x3d7):_0x18d5fa});}),_0x5e6410=_0x5ccb43['createChartInstance'](_0x14a3fe[_0x1d2df2(0x2ca)]),_0x36f84b=_0x5ccb43[_0x1d2df2(0x232)](_0x3fb2aa,_0x2f26e8,_0x5e6410);_0x5e6410['bind'](_0x4dd518);let _0x46d439=_0x455621([_0x357602[_0x1d2df2(0x36e)][_0x1d2df2(0x477)],_0x357602[_0x1d2df2(0x36e)][_0x1d2df2(0x281)]])[_0x1d2df2(0x27e)](_0x48035d(([_0x12b271])=>_0x12b271!=null))['subscribe'](()=>{const _0x44456c=_0x1d2df2;let {chartConfig:_0x9c9f9d,chartStyle:_0x183d7}=_0x5ccb43[_0x44456c(0x475)](_0x357602);kr(_0x4fb76b,_0x46c2a2,_0x183d7,_0x5ccb43),_0x5e6410[_0x44456c(0x329)]({'chartId':_0x2f26e8,'config':_0x9c9f9d,'style':_0x183d7});});return()=>{const _0x48c6f3=_0x1d2df2;var _0x3fad5e;_0x46d439['unsubscribe'](),_0x36f84b[_0x48c6f3(0x16f)](),_0x5e6410[_0x48c6f3(0x16f)](),_0x4dd518[_0x48c6f3(0x16f)](),((_0x3fad5e=_0x1a39f2[_0x48c6f3(0x286)])==null?void 0x0:_0x3fad5e[_0x48c6f3(0x1d7)])===_0x3fb2aa&&_0x1a39f2['activeRuntimeModel'][_0x48c6f3(0x421)]===_0x2f26e8&&_0x1a39f2['setActiveChartRuntime'](null);};},[_0x46c2a2,_0x2f26e8,_0x1a39f2,_0x5ccb43,_0x3fb2aa]),_0x292751(_0x492460(0x241),{'className':_0x492460(0x43b),'data-board-chart-dom-renderer':_0x2f26e8,'children':_0x292751(_0x492460(0x241),{'ref':_0x107aff,'data-board-chart-dom-content-host':_0x2f26e8})});}function kr(_0x22846c,_0x23e0f5,_0x3b94b6,_0x4dc43e){const _0x4aea69=_0x40d9ff;let _0x39f24b=_0x4dc43e['getHostStyle'](_0x3b94b6)[_0x4aea69(0x215)],_0xd42229=yr({'chartStyle':_0x3b94b6,'chartElement':_0x23e0f5,'hostFill':_0x39f24b}),_0xbad8d4=Math[_0x4aea69(0x342)](0x0,_0xd42229['strokeWidth']);_0x22846c['style'][_0x4aea69(0x4da)]='absolute',_0x22846c['style'][_0x4aea69(0x18b)]=_0xbad8d4+'px',_0x22846c[_0x4aea69(0x4c4)][_0x4aea69(0x270)]=_0xbad8d4+'px',_0x22846c[_0x4aea69(0x4c4)]['right']=_0xbad8d4+'px',_0x22846c[_0x4aea69(0x4c4)]['bottom']=_0xbad8d4+'px',_0x22846c[_0x4aea69(0x4c4)][_0x4aea69(0x31e)]=_0xd42229['fill'],_0x22846c['style'][_0x4aea69(0x4a6)]=Math[_0x4aea69(0x342)](0x0,_0xd42229[_0x4aea69(0x1dd)]-_0xbad8d4)+'px',_0x22846c[_0x4aea69(0x4c4)][_0x4aea69(0x246)]='hidden',_0x22846c[_0x4aea69(0x4c4)][_0x4aea69(0x2bf)]=_0x4aea69(0x38a);}const Ar=_0x3b9054(_0x40d9ff(0x357));var jr=class{constructor(_0x27eb96){const _0x8af9a6=_0x40d9ff;this[_0x8af9a6(0x2a6)]=_0x27eb96;}async[_0x40d9ff(0x329)](_0x260f6d,_0x1d6239){const _0xbe77da=_0x40d9ff;if(typeof document>'u')throw TypeError('Board\x20chart\x20snapshot\x20rendering\x20requires\x20a\x20browser\x20document.');let _0x143880=new Er(_0x1d6239[_0xbe77da(0x421)],{'width':_0x260f6d[_0xbe77da(0x23a)],'height':_0x260f6d[_0xbe77da(0x250)]}),_0x585e10=this['_renderService']['createChartInstance'](_0x14a3fe[_0xbe77da(0x211)]);try{let {chartConfig:_0x1c54ba,chartStyle:_0x4cbedd}=this[_0xbe77da(0x2a6)][_0xbe77da(0x475)](_0x1d6239);_0x585e10[_0xbe77da(0x32e)](_0x143880),await _0x585e10[_0xbe77da(0x329)]({'chartId':_0x1d6239[_0xbe77da(0x421)],'config':_0x1c54ba,'style':_0x4cbedd});let _0x173a45=_0x143880['getDataUrl']();if(!_0x173a45)throw Error(_0xbe77da(0x386)+_0x1d6239[_0xbe77da(0x1d7)]+'/'+_0x1d6239[_0xbe77da(0x421)]);return _0x173a45;}finally{_0x585e10[_0xbe77da(0x16f)](),_0x143880['dispose']();}}};let Mr=class extends _0x45aa21{constructor(_0x42c2d4,_0x54347f,_0x30efbd,_0x49c3ef){const _0x24a6e3=_0x40d9ff;super(),this[_0x24a6e3(0x1ef)]=_0x42c2d4,this['_modelService']=_0x54347f,X(this,'snapshotUpdated$',new _0x2cb9f7()),X(this,'chartInvalidated$',new _0x2cb9f7()),X(this,_0x24a6e3(0x3fc),new Map()),X(this,'_queue',[]),X(this,_0x24a6e3(0x442),new Map()),X(this,_0x24a6e3(0x2b4),void 0x0),X(this,'_rendering',!0x1),X(this,_0x24a6e3(0x299),null),this[_0x24a6e3(0x2b4)]=_0x30efbd==null?new jr(_0x49c3ef==null?this[_0x24a6e3(0x298)]():_0x49c3ef):_0x30efbd,this[_0x24a6e3(0x4e3)](this[_0x24a6e3(0x1ef)][_0x24a6e3(0x3ac)][_0x24a6e3(0x27e)](_0x40c4be(0x1))[_0x24a6e3(0x459)](()=>{this['_invalidateSnapshotsForDirectionChange']();}));}['requestSnapshot'](_0x480eea){const _0x35880f=_0x40d9ff;let _0x3c4820=this[_0x35880f(0x424)](_0x480eea),_0x59a635=this['_cache'][_0x35880f(0x3a2)](_0x3c4820);if(_0x59a635&&_0x59a635[_0x35880f(0x472)]!==_0x35880f(0x29b))return _0x59a635;let _0x5095bf={'key':_0x3c4820,'status':_0x35880f(0x275)};return this[_0x35880f(0x3fc)][_0x35880f(0x287)](_0x3c4820,_0x5095bf),this[_0x35880f(0x25c)]['push'](_0x480eea),this[_0x35880f(0x1d9)](),_0x5095bf;}['getSnapshot'](_0x291d8c){const _0x81ae31=_0x40d9ff;return this[_0x81ae31(0x3fc)][_0x81ae31(0x3a2)](this[_0x81ae31(0x424)](_0x291d8c));}[_0x40d9ff(0x22d)](_0x344f3,_0x379c87,_0x265906){const _0x318782=_0x40d9ff;let _0x136f12=_0x344f3+'::'+_0x379c87+'::';if(Array[_0x318782(0x1ea)](this['_cache']['keys']())[_0x318782(0x42c)](_0x45c809=>{const _0x136035=_0x318782;_0x45c809[_0x136035(0x18d)](_0x136f12)&&this[_0x136035(0x3fc)][_0x136035(0x4ce)](_0x45c809);}),_0x265906!=null&&_0x265906['waitForConfig']){let _0x3a5616=this['_getRuntimeModel'](_0x344f3,_0x379c87);this[_0x318782(0x442)][_0x318782(0x287)](this[_0x318782(0x1e5)](_0x344f3,_0x379c87),_0x3a5616==null?void 0x0:_0x3a5616[_0x318782(0x36e)][_0x318782(0x378)]);}this[_0x318782(0x191)]['next']({'unitId':_0x344f3,'chartId':_0x379c87});}['getCacheKey'](_0x54dfe7){const _0x1e16e2=_0x40d9ff;var _0x126212,_0x574900;return[_0x54dfe7[_0x1e16e2(0x1d7)],_0x54dfe7[_0x1e16e2(0x421)],Math[_0x1e16e2(0x23d)](_0x54dfe7[_0x1e16e2(0x23a)]),Math[_0x1e16e2(0x23d)](_0x54dfe7['height']),(_0x126212=_0x54dfe7['dpr'])==null?0x1:_0x126212,this['_localeService'][_0x1e16e2(0x1a3)](),(_0x574900=_0x54dfe7['mode'])==null?_0x1e16e2(0x269):_0x574900]['join']('::');}async['flushForTests'](){const _0x46a754=_0x40d9ff;for(;this[_0x46a754(0x25c)][_0x46a754(0x393)]>0x0||this['_rendering']||this[_0x46a754(0x299)];){var _0x28e3a2;await((_0x28e3a2=this[_0x46a754(0x299)])==null?Promise[_0x46a754(0x39b)]():_0x28e3a2),await Promise[_0x46a754(0x39b)]();}}[_0x40d9ff(0x16f)](){const _0x2697dd=_0x40d9ff;this[_0x2697dd(0x3fc)][_0x2697dd(0x3e5)](),this[_0x2697dd(0x25c)]['length']=0x0,this[_0x2697dd(0x442)]['clear'](),this[_0x2697dd(0x38b)]['complete'](),this[_0x2697dd(0x191)][_0x2697dd(0x45c)](),super[_0x2697dd(0x16f)]();}[_0x40d9ff(0x298)](){const _0x3d03d2=_0x40d9ff;return new $(this[_0x3d03d2(0x1ef)]);}[_0x40d9ff(0x1d9)](){const _0x2b21b8=_0x40d9ff;this[_0x2b21b8(0x2ac)]||(this[_0x2b21b8(0x299)]=this['_runQueue']()[_0x2b21b8(0x3e9)](()=>{const _0x4d454c=_0x2b21b8;this[_0x4d454c(0x299)]=null;}));}[_0x40d9ff(0x273)](){const _0xf9b419=_0x40d9ff;let _0x470d9e=new Map();Array[_0xf9b419(0x1ea)](this['_cache']['keys']())[_0xf9b419(0x42c)](_0x426ad9=>{let [_0x18c377,_0x45e113]=_0x426ad9['split']('::');_0x18c377&&_0x45e113&&_0x470d9e['set'](_0x18c377+'::'+_0x45e113,{'unitId':_0x18c377,'chartId':_0x45e113});}),this[_0xf9b419(0x3fc)][_0xf9b419(0x3e5)](),_0x470d9e[_0xf9b419(0x42c)](_0x102653=>{const _0x54f510=_0xf9b419;this['chartInvalidated$'][_0x54f510(0x32f)](_0x102653);});}async[_0x40d9ff(0x4b5)](){const _0xdfcf46=_0x40d9ff;if(!this[_0xdfcf46(0x2ac)]){this[_0xdfcf46(0x2ac)]=!0x0;try{for(;this['_queue'][_0xdfcf46(0x393)]>0x0;){let _0xf400f3=this[_0xdfcf46(0x25c)][_0xdfcf46(0x4c7)]();await this['_renderOne'](_0xf400f3);}}finally{this['_rendering']=!0x1;}}}async[_0x40d9ff(0x1b6)](_0x751847){const _0x4c0482=_0x40d9ff;var _0x1f0a99;let _0x159fbd=this[_0x4c0482(0x424)](_0x751847),_0xee5dae=this[_0x4c0482(0x3fc)]['get'](_0x159fbd);if(!_0xee5dae||_0xee5dae[_0x4c0482(0x472)]!==_0x4c0482(0x275))return;let _0x201262=(_0x1f0a99=this[_0x4c0482(0x49d)])==null?void 0x0:_0x1f0a99[_0x4c0482(0x3ab)](_0x751847[_0x4c0482(0x1d7)],_0x751847[_0x4c0482(0x421)]);if(!_0x201262){_0xee5dae['status']='error',_0xee5dae[_0x4c0482(0x29b)]=Error(_0x4c0482(0x1a5)+_0x751847[_0x4c0482(0x1d7)]+'/'+_0x751847[_0x4c0482(0x421)]),this[_0x4c0482(0x38b)][_0x4c0482(0x32f)](_0xee5dae);return;}try{if(await this[_0x4c0482(0x33e)](_0x201262),this[_0x4c0482(0x3fc)][_0x4c0482(0x3a2)](_0x159fbd)!==_0xee5dae||_0xee5dae['status']!==_0x4c0482(0x275))return;_0xee5dae['dataUrl']=await this[_0x4c0482(0x2b4)][_0x4c0482(0x329)](_0x751847,_0x201262),_0xee5dae[_0x4c0482(0x472)]=_0x4c0482(0x293);}catch(_0x4f286e){_0xee5dae[_0x4c0482(0x472)]=_0x4c0482(0x29b),_0xee5dae[_0x4c0482(0x29b)]=_0x4f286e;}this[_0x4c0482(0x38b)]['next'](_0xee5dae);}async[_0x40d9ff(0x33e)](_0x40a9a7){const _0x5d290a=_0x40d9ff;let _0x144dcd=_0x40a9a7[_0x5d290a(0x36e)],_0x3b687c=this[_0x5d290a(0x1e5)](_0x40a9a7[_0x5d290a(0x1d7)],_0x40a9a7[_0x5d290a(0x421)]);if(this[_0x5d290a(0x442)]['has'](_0x3b687c)){let _0xcabdaf=this[_0x5d290a(0x442)][_0x5d290a(0x3a2)](_0x3b687c);if(_0x144dcd[_0x5d290a(0x378)]&&_0x144dcd[_0x5d290a(0x378)]!==_0xcabdaf){this['_configWaitKeys']['delete'](_0x3b687c);return;}try{await _0x110345(_0x144dcd[_0x5d290a(0x477)][_0x5d290a(0x27e)](_0x48035d(_0x5140b4=>_0x5140b4!=null&&_0x5140b4!==_0xcabdaf),_0x57f390(0x1),_0xbdf24c({'first':0x3e8})));}catch{}finally{this[_0x5d290a(0x442)][_0x5d290a(0x4ce)](_0x3b687c);}return;}_0x144dcd[_0x5d290a(0x378)]||await _0x110345(_0x144dcd[_0x5d290a(0x477)][_0x5d290a(0x27e)](_0x48035d(_0x10b255=>_0x10b255!=null),_0x57f390(0x1),_0xbdf24c({'first':0x3e8})));}[_0x40d9ff(0x1e5)](_0x14a2e0,_0x58c238){return _0x14a2e0+'::'+_0x58c238;}[_0x40d9ff(0x25b)](_0x1b383d,_0x1c08ce){const _0x4960e5=_0x40d9ff;var _0x2b5d2c,_0x53e6f4,_0x25d544;return(_0x2b5d2c=(_0x53e6f4=this[_0x4960e5(0x49d)])==null?void 0x0:_0x53e6f4[_0x4960e5(0x420)](_0x1b383d,_0x1c08ce))==null?(_0x25d544=this[_0x4960e5(0x49d)])==null?void 0x0:_0x25d544[_0x4960e5(0x3ab)](_0x1b383d,_0x1c08ce):_0x2b5d2c;}};Mr=J([q(0x0,_0xa82a74(_0x3966c6)),q(0x1,_0x567fdb(_0x5197b2)),q(0x2,_0x567fdb(Ar)),q(0x3,_0x567fdb($))],Mr);let Nr=class extends _0x45aa21{constructor(_0x2e2205,_0x3a1121,_0x2be28c,_0x2bb467,_0x2c6c25){const _0x447749=_0x40d9ff;super(),this[_0x447749(0x1e9)]=_0x2e2205,this['_editSessionService']=_0x3a1121,this['_boardElementService']=_0x2be28c,this['_domLayerService']=_0x2bb467,this[_0x447749(0x28f)]=_0x2c6c25,X(this,'_activeLayerId',null),X(this,_0x447749(0x302),null),X(this,'_activeChart',null),this[_0x447749(0x4e3)](this[_0x447749(0x20b)]['activeSession$'][_0x447749(0x459)](_0x2830ec=>this[_0x447749(0x22e)](_0x2830ec)));}[_0x40d9ff(0x16f)](){const _0x3f6c5e=_0x40d9ff;this[_0x3f6c5e(0x196)](),super[_0x3f6c5e(0x16f)]();}['_syncActiveChart'](_0x4c73a1){const _0x30566b=_0x40d9ff;if(!_0x4c73a1||_0x4c73a1[_0x30566b(0x1d7)]!==this[_0x30566b(0x1e9)][_0x30566b(0x1d7)]){this['_clearActiveLayer']();return;}let _0x58f2be=this['_boardElementService'][_0x30566b(0x1c8)](_0x4c73a1[_0x30566b(0x1d7)],_0x4c73a1[_0x30566b(0x164)]),_0x53270=_0x58f2be[_0x4c73a1[_0x30566b(0x22a)]];if(!_0x53270||_0x53270['element'][_0x30566b(0x301)]!==_0x53dee4[_0x30566b(0x4c0)]||_0x53270[_0x30566b(0x410)][_0x30566b(0x421)]!==_0x4c73a1['chartId']){this[_0x30566b(0x196)]();return;}let _0x51aa2c=_0x54a098(_0x58f2be,_0x53270[_0x30566b(0x22a)]);if(!_0x51aa2c){this[_0x30566b(0x196)]();return;}let _0x467745=_0x53270[_0x30566b(0x410)],_0x1568f8=_0x467745['chartId'],_0x4b819d=['board-chart-active',_0x4c73a1['unitId'],_0x4c73a1[_0x30566b(0x164)],_0x53270[_0x30566b(0x22a)]][_0x30566b(0x366)](':');if(this[_0x30566b(0x176)]===_0x4b819d){this[_0x30566b(0x3c6)]={'chartId':_0x1568f8,'unitId':_0x4c73a1[_0x30566b(0x1d7)]},this[_0x30566b(0x292)]['updateItem'](_0x4b819d,{'rect':_0x51aa2c,'content':()=>_0x292751(Or,{'chartId':_0x1568f8,'chartElement':_0x467745,'unitId':_0x4c73a1[_0x30566b(0x1d7)]})});return;}this[_0x30566b(0x196)](),this[_0x30566b(0x176)]=_0x4b819d,this[_0x30566b(0x3c6)]={'chartId':_0x1568f8,'unitId':_0x4c73a1[_0x30566b(0x1d7)]},this[_0x30566b(0x302)]=this[_0x30566b(0x292)]['registerItem']({'id':_0x4b819d,'unitId':_0x4c73a1[_0x30566b(0x1d7)],'subUnitId':_0x4c73a1[_0x30566b(0x164)],'elementId':_0x53270[_0x30566b(0x22a)],'rect':_0x51aa2c,'interactive':!0x0,'zIndex':0x1,'content':()=>_0x292751(Or,{'chartId':_0x1568f8,'chartElement':_0x467745,'unitId':_0x4c73a1[_0x30566b(0x1d7)]})});}['_clearActiveLayer'](){const _0x3616ed=_0x40d9ff;var _0x2921f2;let _0x5d45d7=this['_activeChart'];(_0x2921f2=this[_0x3616ed(0x302)])==null||_0x2921f2[_0x3616ed(0x16f)](),this[_0x3616ed(0x302)]=null,this['_activeLayerId']=null,this[_0x3616ed(0x3c6)]=null,_0x5d45d7&&this[_0x3616ed(0x28f)]['invalidateChart'](_0x5d45d7[_0x3616ed(0x1d7)],_0x5d45d7[_0x3616ed(0x421)]);}};Nr=J([q(0x1,_0xa82a74(Q)),q(0x2,_0x255d98),q(0x3,_0xa82a74(_0x2d4595)),q(0x4,_0xa82a74(Mr))],Nr);let Pr=class extends _0x45aa21{constructor(_0x5a97f0,_0x58c093,_0x53754f,_0xf407e7){const _0x35040b=_0x40d9ff;super(),this['_commandService']=_0x5a97f0,this['_snapshotService']=_0x58c093,this[_0x35040b(0x224)]=_0x53754f,this[_0x35040b(0x49d)]=_0xf407e7,this[_0x35040b(0x183)]();}['_listenChartResourceMutations'](){const _0x5b1a76=_0x40d9ff;this[_0x5b1a76(0x4e3)](this[_0x5b1a76(0x493)][_0x5b1a76(0x4d9)](_0x67c1d1=>{const _0x124939=_0x5b1a76;if(_0x67c1d1['id']===_0xe6f942['id']){var _0x16756b;let _0x4b7647=_0x67c1d1[_0x124939(0x462)];_0x4b7647!=null&&_0x4b7647[_0x124939(0x1d7)]&&(_0x16756b=_0x4b7647['chart'])!=null&&_0x16756b['id']&&(this[_0x124939(0x197)](_0x4b7647)?this[_0x124939(0x28f)]['invalidateChart'](_0x4b7647[_0x124939(0x1d7)],_0x4b7647[_0x124939(0x4ac)]['id'],{'waitForConfig':!0x0}):this[_0x124939(0x28f)][_0x124939(0x22d)](_0x4b7647['unitId'],_0x4b7647[_0x124939(0x4ac)]['id']));return;}if(_0x67c1d1['id']===_0x13d39c['id']){var _0x13e04;let _0x62acbc=_0x67c1d1['params'];if(!(_0x62acbc!=null&&_0x62acbc[_0x124939(0x1d7)])||!((_0x13e04=_0x62acbc[_0x124939(0x3c8)])!=null&&_0x13e04['id']))return;this[_0x124939(0x224)][_0x124939(0x4b8)](_0x62acbc[_0x124939(0x1d7)],_0x62acbc[_0x124939(0x3c8)]['id'])[_0x124939(0x42c)](_0x1584b4=>this['_snapshotService'][_0x124939(0x22d)](_0x62acbc[_0x124939(0x1d7)],_0x1584b4,{'waitForConfig':!0x0}));}}));}[_0x40d9ff(0x197)](_0x24bebc){const _0x5e378e=_0x40d9ff;var _0x19bde5;let _0x5c6fe9=(_0x19bde5=this['_modelService'])==null||(_0x19bde5=_0x19bde5[_0x5e378e(0x420)](_0x24bebc['unitId'],_0x24bebc[_0x5e378e(0x4ac)]['id']))==null||(_0x19bde5=_0x19bde5[_0x5e378e(0x36e)][_0x5e378e(0x378)])==null?void 0x0:_0x19bde5[_0x5e378e(0x301)];return _0x5c6fe9!=null&&_0x5c6fe9!==_0x24bebc[_0x5e378e(0x4ac)][_0x5e378e(0x37a)];}};Pr=J([q(0x0,_0x3c52c3),q(0x1,_0xa82a74(Mr)),q(0x2,_0xa82a74(_0x3b9f64)),q(0x3,_0xa82a74(_0x5197b2))],Pr);var Fr=_0x40d9ff(0x321),Ir=_0x40d9ff(0x2e4);const Lr={'scaleX':0x1,'scaleY':0x1};function Rr(_0xfb70ad){const _0x71b5b3=_0x40d9ff;let _0x5588df=_0xfb70ad[_0x71b5b3(0x2a1)];return typeof MouseEvent<'u'&&_0x5588df instanceof MouseEvent?_0x5588df:void 0x0;}function _0x4f53(){const _0xdcd002=['UNIVER_BOARDS_CHART_UI_PLUGIN','wordCloudMask','area','boards-chart-ui.field.size','tools','element','name','boards-chart-ui.field.shape','asObservable','boards-chart-element-float-menu','boards-chart-ui.chartTypes.areaStacked','boards-chart-ui.chartTypes.funnel','_scheduleAttachObjectDoubleClicks','boards-chart-ui.verticalAxis','EmptyPin','boards-chart-ui.option.arrow','unsubscribe','boards-chart-ui.field.borderOpacity','call','boards-chart-ui.field.titleSize','Inside','getChartModel','chartId','_config','setRenderModel','getCacheKey','boards-chart-ui.field.lineOpacity','selectMode','81wFGjck','context$','yAxis','quickToolbar','_resolveElementObject','forEach','boards-chart-ui.field.pointSize','hasOwnProperty','has','engine','elementRemoved','rotateLabel','Circular','_boardCanvasPopManagerService','Auto','onDblclick$','boards-chart-ui.dataEditor.tableEmpty','EmptySquare','BarStacked','Triangle','univer-relative\x20univer-h-full\x20univer-w-full\x20univer-overflow-hidden','createObject','setConfig','chartThemeColorType','_canvasPopupService','useAbsValue','decorate','_configWaitKeys','right','relationNodeShape','boards-chart-ui.option.movingAverage','WordCloud','hasPaddingAngle','map','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-border-t\x20univer-border-solid\x20univer-border-gray-200\x20univer-pt-3\x20dark:!univer-border-gray-700','boards-chart-ui.option.emptyRectangle','pluginName','boards-chart-ui.option.polynomial','boards-chart-ui.field.gap','boards-chart-ui.heatmap','activeScene','default','boards-chart-ui.option.end','image','_popupRuntimeKey','_elementStateService','updateFrameStyle','boards-chart-ui.control.showAxisLine','clip','boards-chart-ui.option.allSeries','subscribe','img','button','complete','color','values','_closeActivePanel','Item\x20','localPoint','params','boards-chart-ui.option.solid','Relation','rightVerticalAxis','yAxisOptions','boards-chart-ui.chartAndAxisTitles','paretoBar','paretoBarSeries','lineColor','radarShape','boards-chart-ui.themes','shape','getElement','47917243WlCixL','getViewState','Heatmap','status','waterfallSeries','Circle','createRenderInput','boards-chart-ui.field.axis','config$','selectionChange','Multiple','_sidePanelService','boards-chart-ui.radar','canUseDateAxis','updateShared','categoryList','BubbleSeriesIndex','relationLayout','Force','boards-chart-ui.control.majorTicks','boards-chart-ui.field.lineColor','Scatter','span','_activeEditOverlay','parseInt','hit','boards-chart-ui.option.dashed','setStyle','boards-chart-ui.deleteChart','rgba(255,\x20255,\x20255,\x200.18)','createChartInstance','removePopup','split','circular','_clearActiveEditOverlay','24715vJvAHa','_commandService','labelVisible','boards-chart-ui.stack','148eyoIQt','boards-chart-ui.waterfallStack','isPieLike','source','_clearPopupIfSelectionChanged','Outside','applyHostStyle','_modelService','onNodeShapeChange','value','_renderManagerService','pieBorderColor','paretoStyle','Pareto','relation','Bottom','borderRadius','toolbar','titles','getFrameStyle','frameStyle','boards-chart-ui.option.emptyRoundRectangle','chart','Dashed','seriesStyleMap','Percent','packageName','_init','indexOf','_requestSnapshotForObject','boards-chart-ui.option.piecewise','_runQueue','small','EmptyRect','getChartIdsByDataSource','_themeService','_adapter','boards-chart-ui.field.labelRotate','symbol','boards-chart-ui.control.reverseAxis','univer-flex\x20univer-min-h-full\x20univer-w-full\x20univer-flex-col\x20univer-gap-3\x20univer-px-4\x20univer-pb-5','boards-chart-ui.option.smooth','Chart','offsetWidth','Stack','repulsion','style','targetUnitId','board-chart.dialog.data-editor','shift','bar','_showPopupForSelection','univer-text-xs\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','onFileLoaded$','getColors','boards-chart-ui.field.pointFill','delete','boards-chart-ui.option.stacked','boards-chart-ui.field.tickColor','univer-min-h-0\x20univer-flex-1\x20univer-overflow-auto\x20univer-overscroll-contain','pow','rightYAxis','_rect','makeDirty','createRenderSpec','getDataSourceSharingCount','boards-chart-ui.option.exponential','onCommandExecuted','position','univer-text-xs\x20univer-text-gray-500','changeEnd$','univer-w-[--radix-popper-anchor-width]','fillStyle','bounds','boards-chart-ui.option.left','format','lineWidth','disposeWithMe','dashType','Column','force','point','_attachObjectDoubleClicks','boards-chart-ui.field.lineWidth','opacity','getDataSource','_configService','boards-chart-ui.field.textSize','getRenderById','boards-chart-ui.customizeChart','translate','_chartElementEditMode','Board\x20chart\x20','wordCloudShape','boards-chart-ui.chartTypes.relation','boards-chart-ui.field.labelBackground','orient','flipY','subUnitId','board-chart-floating-toolbar','boards-chart-ui.horizontalAxis','boards-chart-ui.control.showR2','clearControl$','activeTool','oKey','log','_attachNativeLoadHandlers','dispose$','EmptyCircle','dispose','charts','onUseDateAxisChange','showLabelLine','univer-p-4\x20univer-text-sm\x20univer-text-gray-500\x20dark:!univer-text-gray-400','baseOn','activeRuntimeModel$','_activeLayerId','yAxisTitle','boards-chart-ui.option.rightVerticalAxisTitle','Single','angle','toPrimitive','chartModelAdded$','state$','remove','resourceService','preparePaste','object','getElementById','_listenChartResourceMutations','univer-w-full\x20!univer-min-w-0','maskImage','changeChartSource','1800286EEuFqg','Boxplot','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','programmatic','left','series','startsWith','boards-chart-ui.chartTypes.column','univer-flex\x20univer-justify-end\x20univer-gap-2','boards-chart-ui.option.linear','chartInvalidated$','_injector','Doughnut','_uiStateService','boards-chart-ui.option.roundRectangle','_clearActiveLayer','_shouldWaitForChartConfig','borderColor','syncLayout','End','boards-chart-ui.chartTypes.waterfall','_openEditSession','setActiveChartById','Radar','boards-chart-ui.field.seriesType','458936fsPhbq','UNIVER_BOARD','univer-shrink-0\x20univer-px-3','getDirection','isTransforming','Missing\x20board\x20chart\x20runtime\x20model:\x20','scatterYIndex','boards-chart-ui.field.pointColor','Arrangement','indicatorLabelColor','runtimeAxes','boards-chart-ui.option.circular','includes','boards-chart-ui.option.showAsZero','chartType$','isRosePie','constructor','EmptyDiamond','sort','filter','boards-chart-ui.option.square','arc','_renderOne','Center','_setActiveEditOverlay','univer-text-xs','getRenderModel','boards-chart-ui.field.line','Bubble','scaleX','_draw','Rect','boards-chart-ui.field.formulaColor','univer-mb-2\x20univer-flex\x20univer-items-center','initialRect','boards-chart-ui.option.emptySquare','exp','boards-chart-ui.field.gravity','ColumnPercentStacked','getState','getElementData','boards-chart-ui.dataEditor.cancel','function','seriesIndexes','invalidValueType','boards-chart-ui.bubbleData','boards-chart-ui.field.maskImageId','\x20x\x20','allSeriesId','Dotted','themeBorderColor','xAxisTitle','some','_host','_renderModelManager','unitId','stylizeSpec','_drainQueue','AreaStacked','_chartEventHandlers','doughnutHole','radius','boards-chart-ui.option.logarithmic','selectElements','boards-chart-ui.option.emptyTriangle','seriesList','stroke','registerAdapter','min','_getChartKey','setElementEditMode','legendStyle','additionalRenderAdapters','_renderContext','from','chartStyle','showFormula','boards-chart-ui.option.none','boards-chart-ui.field.borderWidth','_localeService','createControl$','boards-chart-ui.chartTypes.bar','boards-chart-ui.chartTypes.columnPercentStacked','crossOrigin','key','syncObject','onStarting','2823348YMYJuO','Square','dataUrl','_attachScheduled','markReady','_getBoardsUIConfig','_chartEventDisposables','ScatterLabelIndex','boards-chart-ui.option.triangle','payload','boards-chart-ui.chartTypes.boxplot','Size','boards-chart-ui.field.titleText','waterfall','boards-chart-ui.option.continuous','attachPopupToObject','seriesId','boards-chart-ui.field.lineType','boards-chart-ui.field.displayName','boards-chart-ui.field.type','_editSessionService','isDarkMode','_getChartRuntimeKey','boards-chart-ui.option.top','boards-chart-ui.paretoLineSeries','hostFill','Image','univer-flex\x20univer-flex-col\x20univer-gap-3','isAllSeries','_boardElementService','fill','boards-chart-ui.field.titlePosition','save','seriesValues','registerRenderModule','Combination','univer-text-xs\x20univer-text-red-600','Series\x20','updateDataForChart','defineProperty','univer-flex\x20univer-size-7\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-700','nodeShape','deepClone','axisTitleAlign','heatmap','_resourceService','_native','xAxis','_syncPanel','pendingInsert','_drawChartImage','elementId','primary','gradientFill','invalidateChart','_syncActiveChart','boards-chart-ui.removeSeries','anchorRect$','getHostStyle','registerChartInstance','boards-chart-ui.funnel','padAngleStyle','clientY','boards-chart-ui.wordCloud','onReady','trendline','stopPropagation','width','boards-chart-ui.field.labelText','_activePanelDisposable','round','boards-chart-ui.option.','titlePosition','boards-chart-ui.chartTypes.pareto','div','boards-chart-ui.option.pin','ghost','_chartRenderService','drawImage','overflow','indicatorLineType','_openFloatMenu','transformByState','boards-chart-ui.field.valueSuffix','elementUpdate$','pieStyle','getObject','tooltip','boards-chart-ui.option.single','height','dataPoints','univer-mt-2','heatmapMin','_activeSession$','areaLineStyle','boards-chart-ui.field.xAxis','paretoLine','naturalHeight','Area','boards-chart-ui.field.dataPoint','_getRuntimeModel','_queue','boards-chart-ui.editChart','boards-chart-ui.chartTypes.barStacked','seriesIndex','true','_disposeChartEventSubscription','gridLine','boards-chart-ui.chartTypes.bubble','floor','digitalFixed','Pin','AreaPercentStacked','getDataEditState','main','lineStyle','getBoundingClientRect','boards-chart-ui.control.useDateAxis','Pie','size','paretoDataPointsOptions','top','getDataUrl','scene','_invalidateSnapshotsForDirectionChange','boards-chart-ui.field.gridlineWidth','pending','then','Stacked','getObjectIncludeInGroup','boards-chart-ui.content.trendlineIndex','Diamond','pie','Funnel','seriesResourceList','pipe','Hide','bottom','style$','_resolveFrameStyle','boards-chart-ui.lineAndArea','boards-chart-ui.field.areaLine','boards-chart-ui.field.labelFormat','activeRuntimeModel','set','boards-chart-ui.chartTypes.wordCloud','legend','_watchSnapshotUpdates','boards-chart-ui.option.subtitle','prototype','Arrow','boards-chart-ui.option.circle','_snapshotService','checkMounted','sharingCount','_domLayerService','ready','chartAndAxisTitles','EmptyRoundRect','movingAvg','Category\x20','_createRenderService','_activeDrain','heatmapMax','error','boards-chart-ui.option.line','textStyle','getDataRangeLabel','wordCloud','data$','nativeEvent','boards-chart-ui.option.area','_componentManager','Top','radar','_renderService','bubbleSizeIndex','lineVisible','axes','Bar','boards-chart-ui.category','_rendering','_registerAdapter','14987aTxmQe','titleFontSize','boards-chart-ui.field.r2Color','selectedIds','boards-chart-ui.control.dataLabels','_closePopup','_renderer','boards-chart-ui.field.selectMode','subtitle','showR2','boards-chart-ui.field.tickLength','xAxisOptions','_viewState','edit-chart','baseSeriesIndex','strokeStyle','boards-chart-ui.content.negative','boxSizing','label','boards-chart-ui.field.selectDataPoint','funnelGap','_frameStyle','context','waterfallStack','isRowDirection$','_ownsRenderModelManager','useEmphasis','boards-chart-ui.option.start','Dom','boards-chart-ui.field.pointOpacity','univer-flex\x20univer-w-full\x20univer-flex-col\x20univer-gap-4\x20univer-p-1','negative','labelStyle','concat','boards-chart-ui.data','_chartInstanceMap','src','allSeriesStyle','useDateAxis','_bindChartEventHandlers','_updateFrameStyle','_boardChartUIService','_clearPopup','trendlineValues','toSpec','boards-chart-ui.content.subtotal','boards-chart-ui.chartTypes.columnStacked','registerViewState','boards-chart-ui.option.arrangement','Sankey','boards-chart-ui.series','funnelUseAbsValue','rightYAxisOptions','visible','1.0.0-alpha.3','title','useValueAsSymbolSize','getTransformerByCreate','borderStyle','bubbleCategoryList','subtotal','onForceOptionChange','boards-chart-ui.field.max','slice','boards-chart-ui.field.pointShape','univer-mx-1\x20univer-h-7\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','elements','boards-chart-ui.option.chartTitle','category','_activePanelKey','naturalWidth','Line','fillOpacity','Numeric','boards-chart-ui.option.disabled','_appendRenderAdapter','_adapterRegistry','onload','onClose','_objectDblclickDisposables','Waterfall','_instanceService','verticalAxis','type','_activeLayerDisposable','repeat','EmptyArrow','_chartThemeService','number','Value','boards-chart-ui.control.showLabels','boards-chart-ui.chartTypes.sankey','visualMapType','boards-chart-ui.control.fill','_isPopupSelectionStillActive','forceOption','border','addPopup','skipNextObservers','top-center','getUnit','dataRange','getRenderColor','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-3','_buildPopupSelectionKey','boards-chart-ui.chartTypes.line','univer-ml-1\x20univer-text-xs\x20univer-font-medium','_removeRenderAdapter','reduce','registerRenderModel','contentType','ensureMount','backgroundColor','target','gap','@univerjs-pro/boards-chart-ui','currentStyle','boards-chart-ui.option.auto','boards-chart-ui.gradientFill','horizontalAxis','CategoryName','_notifyScene','univer-box-border\x20univer-flex\x20univer-h-12\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-bg-white\x20univer-px-2\x20univer-py-1.5\x20univer-text-gray-700\x20univer-shadow-lg\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','render','boards-chart-ui.option.center','boards-chart-ui.option.verticalAxisTitle','getElementOrder','boards-chart-ui.option.connectDataPoints','bind','next','_bindChartEventHandler','294YENnGf','boards-chart-ui.trendline','boards-chart-ui.option.polygon','elementIdMap','updateElement','boards-chart-ui.control.useRightVerticalAxis','indicator','isHalfPie','dateAxisRotate','splice','boards-chart-ui.config','close','version','_waitForRuntimeConfig','!univer-w-36\x20!univer-min-w-0','formulaColor','boards-chart-ui.field.fixedDigits','max','setActiveChartRuntime','getChart','layout','flipX','invalidateSnapshot','dataSourceId','nextVersion','scroll','ScatterYIndex','univer-ml-2\x20!univer-h-7\x20!univer-w-7\x20!univer-p-0','boards-chart-ui.waterfall','boards-chart-ui.control.rosePie','items','chartElement','boards-chart-ui.dataEditor.unavailable','kind','elementRemove$','paretoLineSeries','boards-chart-ui.chartStyle','stackType','board-chart.snapshot-renderer','preserveTransform','boards-chart-ui.field.border','ColumnStacked','dataIndex','boards-chart-ui.chartTypes.radar','push','boards-chart-ui.rightVerticalAxis','boards-chart-ui.chartTypes.donut','add','boards-chart-ui.option.value','scaleY','pieLabelStyle','boards-chart-ui.option.rectangle','onerror','join','boards-chart-ui.control.showLabelLine','univer-flex\x20univer-h-full\x20univer-min-h-0\x20univer-flex-col\x20univer-bg-white\x20dark:!univer-bg-gray-900','dataPointsOptions','board','requestPaint','rgb(','rightYAxisTitle','model','boards-chart-ui.chartTypes.heatmap','onChange','boards-chart-ui.option.percentStacked','rosePie','_element','boards-chart-ui.option.force','getConfig','linear','Select','config','strokeWidth','chartType','gravity','funnel','positive','boards-chart-ui.option.right','_syncSelectionState','focusedId','px\x20solid\x20','boards-chart-ui.dataEditor.updateFailed','univer-px-4\x20univer-pb-5','Smooth','boards-chart-ui.field.visualMap','Failed\x20to\x20render\x20board\x20chart\x20snapshot:\x20','_dataUrl','trendlines','beginPath','border-box','snapshotUpdated$','board-chart.data-editor-dialog','onUseValueAsSymbolSizeChange','triangleForward','axis','boards-chart-ui.option.multiple','boards-chart-ui.field.min','boards-chart-ui.relation','length','10NOaweM','createElement','_popupDisposable','activeSession$','transformStart','collect','boards-chart-ui.option.showAsGaps','resolve','boards-chart-ui.option.emptyCircle','valueScale','elementAdd$','boards-chart-ui.chartTypes.areaPercentStacked','lineTo','BubbleSizeIndex','get','boards-chart-ui.field.doughnutHole','Solid','Step','waterfallSeriesType','boards-chart-ui.field.legendLabelFormat','directEdit','PercentStack','boards-chart-ui.chartTypes.scatter','ensureChartModel','direction$','getRuntimeContext','_popupSelectionKey','extraProps','getSnapshot','getRect','_clearHiddenSelectedTarget','board-chart.ui.service','refreshChartModel','boards-chart-ui.field.layout','boards-chart-ui.option.emptyPin','showFloatMenu','boards-chart-ui.field.yAxis','_disposeChartEventSubscriptions','open','categoryIndex','boards-chart-ui.field.gridlineColor','boards-chart-ui.field.fillOpacity','BarPercentStacked','hidden','getActiveSession','boards-chart-ui.option.bottom','Zero','boards-chart-ui.pie','boards-chart-ui.field.valueScale','boards-chart-ui.option.default','_activeChart','boards-chart-ui.field.label','dataSource','Right','isFinite','current','univer-flex\x20univer-flex-wrap\x20univer-gap-2','data','boards-chart-ui.option.horizontalAxisTitle','dataSources','boards-chart-ui.chartType','boards-chart-ui.field.numberFormat','boards-chart-ui.field.title','boards-chart-ui.option.column','1085374CTfbgr','onLayoutChange','Left','transparent','getOwnPropertyDescriptor','manual','register','RoundRect','_drawFrameStroke','data:image/svg+xml;charset=utf-8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20160%20100%22%3E%0A%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%22159%22%20height%3D%2299%22%20rx%3D%225%22%20fill%3D%22%23f8fafc%22%20stroke%3D%22%2394a3b8%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M26%2070V47M52%2070V32M78%2070V55M104%2070V40M130%2070V25%22%20stroke%3D%22%232563eb%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M20%2076H140%22%20stroke%3D%22%23cbd5e1%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A','tick','boards-chart-ui.addSeries','boards-chart-ui.field.position','axisOptions','executeChartUpdateConfig','clientHeight','labelContentType','clear','elementDataItem','onDispose$','edgeLength','finally','_chartEventSubscriptions','every','univer-mt-3\x20univer-text-sm','Row','boards-chart-ui.field.fill','closePath','Break','chartIdByElementId','keys','string','boards-chart-ui.control.repeatWords','boards-chart-ui.content.trendlineUnavailable','SeriesName','getRegisteredThemes','valueSuffix','boards-chart-ui.control.halfPie','period','univer-pb-3','_cache','ScatterXIndex','fontSize','isElementEditModeActive','restore','None','boards-chart-ui.control.rotateLabels','order','boards-chart-ui.useSubtotal','indicatorLine','executeCommand','board-chart','poly','mark','boards-chart-ui.gridlinesAndTicks'];_0x4f53=function(){return _0xdcd002;};return _0x4f53();}function zr(_0x48711c){let _0x4a600d=_0x48711c['nativeEvent'],_0x5c826b=_0x4a600d==null?void 0x0:_0x4a600d['target'];return typeof Element<'u'&&_0x5c826b instanceof Element?_0x5c826b:void 0x0;}function Br(_0x4b19a8){const _0x171946=_0x40d9ff;return _0x4b19a8[_0x171946(0x23a)]||_0x4b19a8[_0x171946(0x443)]-_0x4b19a8[_0x171946(0x18b)];}function Vr(_0x369fd5){const _0x44b581=_0x40d9ff;return _0x369fd5['height']||_0x369fd5[_0x44b581(0x280)]-_0x369fd5[_0x44b581(0x270)];}function Hr(_0x3600bb,_0x34f48c){const _0x5e0793=_0x40d9ff;let _0x342e69=_0x3600bb['clientWidth']||(typeof HTMLElement<'u'&&_0x3600bb instanceof HTMLElement?_0x3600bb[_0x5e0793(0x4c1)]:0x0),_0x26a0d0=_0x3600bb[_0x5e0793(0x3e3)]||(typeof HTMLElement<'u'&&_0x3600bb instanceof HTMLElement?_0x3600bb['offsetHeight']:0x0),_0x2f83b=Br(_0x34f48c),_0x93a7f1=Vr(_0x34f48c);return{'scaleX':_0x342e69>0x0&&_0x2f83b>0x0?_0x2f83b/_0x342e69:Lr['scaleX'],'scaleY':_0x26a0d0>0x0&&_0x93a7f1>0x0?_0x93a7f1/_0x26a0d0:Lr[_0x5e0793(0x362)]};}function Ur(_0x13aef2,_0x4c11b2,_0x3687bb){const _0x5189b3=_0x40d9ff;return{'left':_0x13aef2['left']+_0x4c11b2[_0x5189b3(0x18b)]*_0x3687bb[_0x5189b3(0x1bd)],'right':_0x13aef2[_0x5189b3(0x18b)]+_0x4c11b2[_0x5189b3(0x443)]*_0x3687bb[_0x5189b3(0x1bd)],'top':_0x13aef2[_0x5189b3(0x270)]+_0x4c11b2[_0x5189b3(0x270)]*_0x3687bb['scaleY'],'bottom':_0x13aef2[_0x5189b3(0x270)]+_0x4c11b2[_0x5189b3(0x280)]*_0x3687bb['scaleY']};}function Wr(_0x5c46fc){const _0x3513e4=_0x40d9ff;let _0x558708=zr(_0x5c46fc),_0x32800f=_0x5c46fc[_0x3513e4(0x488)][_0x3513e4(0x4df)];return _0x558708&&_0x32800f?()=>{const _0x483b42=_0x3513e4;let _0x5bc97a=_0x558708[_0x483b42(0x26b)]();return Ur(_0x5bc97a,_0x32800f,Hr(_0x558708,_0x5bc97a));}:()=>{const _0x374ad2=_0x3513e4;var _0x57c57f,_0x57caf9;let _0x51f7a6=_0x558708==null?void 0x0:_0x558708[_0x374ad2(0x26b)]();if(_0x558708&&_0x51f7a6&&_0x32800f)return Ur(_0x51f7a6,_0x32800f,Hr(_0x558708,_0x51f7a6));let _0x1ae773=Rr(_0x5c46fc),_0x261121=_0x558708&&_0x51f7a6?Hr(_0x558708,_0x51f7a6):Lr,_0x2599a1=(_0x57c57f=_0x1ae773==null?void 0x0:_0x1ae773['clientX'])==null?_0x51f7a6?_0x51f7a6['left']+_0x5c46fc['localPoint']['x']*_0x261121[_0x374ad2(0x1bd)]:_0x5c46fc[_0x374ad2(0x461)]['x']:_0x57c57f,_0x39a32c=(_0x57caf9=_0x1ae773==null?void 0x0:_0x1ae773[_0x374ad2(0x235)])==null?_0x51f7a6?_0x51f7a6[_0x374ad2(0x270)]+_0x5c46fc[_0x374ad2(0x461)]['y']*_0x261121['scaleY']:_0x5c46fc['localPoint']['y']:_0x57caf9;return{'left':_0x2599a1,'right':_0x2599a1+0x1,'top':_0x39a32c,'bottom':_0x39a32c+0x1};};}function Gr(_0xef99bb){const _0x1675e8=_0x40d9ff;return _0xef99bb[_0x1675e8(0x443)]<=_0xef99bb[_0x1675e8(0x18b)]||_0xef99bb[_0x1675e8(0x280)]<=_0xef99bb['top']?!0x1:typeof window>'u'?!0x0:_0xef99bb[_0x1675e8(0x443)]>0x0&&_0xef99bb['bottom']>0x0&&_0xef99bb[_0x1675e8(0x18b)]<window['innerWidth']&&_0xef99bb[_0x1675e8(0x270)]<window['innerHeight'];}function Kr(_0x4ecd1b,_0xd1690c){const _0x6900f8=_0x40d9ff;let _0x53d68b=Wr(_0x4ecd1b),_0x2ff515=_0x53d68b(),_0x15fbf5=new _0x5b3b74(_0x2ff515),_0x2b200a=new _0xc8716e(),_0x52b0b8=!0x1,_0x48d7f8=!0x1;return typeof window<'u'&&_0x2b200a[_0x6900f8(0x360)](_0x1758e2(_0x511881(window,_0x6900f8(0x34a),{'capture':!0x0}),_0x511881(window,'resize'))[_0x6900f8(0x27e)](_0x3cecec(0x10))[_0x6900f8(0x459)](()=>{_0x48d7f8||_0x52b0b8||(_0x48d7f8=!0x0,queueMicrotask(()=>{const _0x145de2=_0x4dec;if(_0x48d7f8=!0x1,_0x52b0b8)return;let _0x2fe52c=_0x53d68b();if(!Gr(_0x2fe52c)){_0xd1690c();return;}_0x15fbf5[_0x145de2(0x32f)](_0x2fe52c);}));})),{'initialRect':_0x2ff515,'anchorRect$':_0x15fbf5[_0x6900f8(0x413)](),'visible':Gr(_0x2ff515),'dispose':()=>{const _0x36ce36=_0x6900f8;_0x52b0b8=!0x0,_0x2b200a[_0x36ce36(0x16f)](),_0x15fbf5[_0x36ce36(0x45c)]();}};}function qr(_0x299471){const _0x5643bf=_0x40d9ff;return _0x299471===_0x27b504[_0x5643bf(0x21a)]||_0x299471===_0x27b504[_0x5643bf(0x19e)]||_0x299471===_0x27b504[_0x5643bf(0x188)]||_0x24971d[_0x5643bf(0x174)](_0x299471,_0x27b504['Line'])||_0x24971d[_0x5643bf(0x174)](_0x299471,_0x27b504[_0x5643bf(0x4e5)])||_0x24971d[_0x5643bf(0x174)](_0x299471,_0x27b504[_0x5643bf(0x259)])||_0x24971d['baseOn'](_0x299471,_0x27b504['Scatter']);}function Jr(_0x514793){const _0x2b2578=_0x40d9ff;switch(_0x514793){case _0x2f6313[_0x2b2578(0x37d)]:return _0x2b2578(0x37d);case _0x2f6313['negative']:return _0x2b2578(0x2cd);case _0x2f6313[_0x2b2578(0x2ea)]:return _0x2b2578(0x2ea);default:return;}}function Yr(_0x18b4f7,_0xa9829d){const _0x3b9fe8=_0x40d9ff;var _0x37b5f1;if(typeof _0xa9829d[_0x3b9fe8(0x25f)]!=_0x3b9fe8(0x306))return;let _0x189c93=(_0x37b5f1=_0x18b4f7[_0x3b9fe8(0x2c4)])==null||(_0x37b5f1=_0x37b5f1[_0x3b9fe8(0x1cb)])==null?void 0x0:_0x37b5f1[_0xa9829d[_0x3b9fe8(0x25f)]],_0x37d27e=_0x189c93===void 0x0?_0xa9829d[_0x3b9fe8(0x207)]:String(_0x189c93);if(typeof _0x37d27e==_0x3b9fe8(0x3f3))return{'seriesId':_0x37d27e,'seriesIndex':_0xa9829d['seriesIndex']};}function Xr(_0xe6ff7b,_0x375b81){const _0x5bc58b=_0x40d9ff;let _0x147f60=_0xe6ff7b[_0x5bc58b(0x37a)],_0x4858cb={'scope':_0x5bc58b(0x409)};if(_0x375b81[_0x5bc58b(0x207)]!==void 0x0&&(_0x4858cb[_0x5bc58b(0x207)]=_0x375b81[_0x5bc58b(0x207)]),_0x375b81[_0x5bc58b(0x25f)]!==void 0x0&&(_0x4858cb['seriesIndex']=_0x375b81['seriesIndex']),_0x375b81[_0x5bc58b(0x35b)]!==void 0x0&&(_0x4858cb['dataIndex']=_0x375b81[_0x5bc58b(0x35b)]),_0x24971d[_0x5bc58b(0x174)](_0x147f60,_0x27b504[_0x5bc58b(0x26d)]))return{..._0x4858cb,'directEdit':{'kind':_0x5bc58b(0x24c)},'panel':_0x5bc58b(0x24c)};if(_0x24971d['baseOn'](_0x147f60,_0x27b504[_0x5bc58b(0x4a3)]))return _0x375b81[_0x5bc58b(0x25f)]===0x0?{..._0x4858cb,'directEdit':{'kind':_0x5bc58b(0x4a2),'part':_0x5bc58b(0x4c8)},'panel':_0x5bc58b(0x469)}:_0x375b81['seriesIndex']===0x1?{..._0x4858cb,'directEdit':{'kind':'paretoStyle','part':'line'},'panel':_0x5bc58b(0x354)}:{..._0x4858cb,'panel':_0x5bc58b(0x469)};if(_0x24971d[_0x5bc58b(0x174)](_0x147f60,_0x27b504[_0x5bc58b(0x2fe)])){var _0x5f47da;let _0x40f1ff=Jr(_0x375b81[_0x5bc58b(0x3a6)]),_0x518491=(_0x5f47da=_0x375b81[_0x5bc58b(0x2bc)])==null?_0x375b81[_0x5bc58b(0x207)]:_0x5f47da;return _0x40f1ff&&_0x518491?{..._0x4858cb,'seriesId':_0x518491,'directEdit':{'kind':'waterfallStyle','seriesId':_0x518491,'seriesIndex':_0x375b81[_0x5bc58b(0x25f)],'part':_0x40f1ff},'panel':_0x5bc58b(0x473)}:{..._0x4858cb,'seriesId':_0x518491,'panel':'waterfallSeries'};}if(qr(_0x147f60)){let _0x43740c=Yr(_0xe6ff7b,_0x375b81);return _0x43740c?{..._0x4858cb,'seriesId':_0x43740c[_0x5bc58b(0x207)],'seriesIndex':_0x43740c[_0x5bc58b(0x25f)],'directEdit':{'kind':'seriesStyle','seriesId':_0x43740c[_0x5bc58b(0x207)],'seriesIndex':_0x43740c[_0x5bc58b(0x25f)]}}:void 0x0;}return _0x24971d['baseOn'](_0x147f60,_0x27b504[_0x5bc58b(0x464)])?{..._0x4858cb,'panel':'relation'}:_0x24971d[_0x5bc58b(0x174)](_0x147f60,_0x27b504[_0x5bc58b(0x446)])?{..._0x4858cb,'panel':_0x5bc58b(0x29f)}:{..._0x4858cb,'panel':_0x5bc58b(0x3cd)};}function Zr(_0x1dd2e3,_0x4420c0){const _0x1b1518=_0x40d9ff;let _0x3061d5=_0x4420c0[_0x1b1518(0x352)]===_0x1b1518(0x409)?Xr(_0x1dd2e3,_0x4420c0):_0x1ea6ca(_0x4420c0);if(_0x3061d5)return{'target':_0x3061d5,'showFloatMenu':_0x3061d5['scope']!==_0x1b1518(0x409)||!!_0x3061d5[_0x1b1518(0x3a8)]};}const Qr=_0x40d9ff(0x414);function $r(_0x48cb51,_0x26c07c){return _0x48cb51+'::'+_0x26c07c;}let ei=class extends _0x45aa21{constructor(_0x28be4e,_0x327d84,_0x425881,_0x2276e3,_0x1d4ffc,_0x4d65bf,_0x1f472b){const _0xc66e70=_0x40d9ff;super(),this['_modelService']=_0x28be4e,this[_0xc66e70(0x244)]=_0x327d84,this['_boardChartUIService']=_0x425881,this[_0xc66e70(0x20b)]=_0x2276e3,this[_0xc66e70(0x2fa)]=_0x1d4ffc,this[_0xc66e70(0x43f)]=_0x4d65bf,this['_renderManagerService']=_0x1f472b,X(this,'_chartEventDisposables',new Map()),X(this,_0xc66e70(0x396),null),X(this,'_popupRuntimeKey',null),this[_0xc66e70(0x2ad)](),this['_subscribeChartEvents']();}[_0x40d9ff(0x16f)](){const _0x270f8d=_0x40d9ff;this[_0x270f8d(0x2b3)](),this['_chartEventDisposables'][_0x270f8d(0x42c)](_0x2e743e=>_0x2e743e[_0x270f8d(0x16f)]()),this[_0x270f8d(0x1fd)][_0x270f8d(0x3e5)](),super[_0x270f8d(0x16f)]();}[_0x40d9ff(0x2ad)](){const _0x231afd=_0x40d9ff;this[_0x231afd(0x4e3)](this[_0x231afd(0x2fa)][_0x231afd(0x3da)](Qr,{'getState':(_0x4a71fa,_0x536392)=>{const _0x59caff=_0x231afd;this[_0x59caff(0x49d)][_0x59caff(0x19d)](_0x4a71fa[_0x59caff(0x1d7)],_0x4a71fa['chartId']);let _0x439525=this[_0x59caff(0x2d7)][_0x59caff(0x470)](_0x536392);return _0x439525 instanceof _0x17f70e?_0x439525:_0x439525==null?void 0x0:_0x439525[_0x59caff(0x3a2)]();},'setState':(_0x318196,_0x51edec,_0x477761)=>{const _0x54eddc=_0x231afd;this[_0x54eddc(0x49d)]['setActiveChartById'](_0x318196[_0x54eddc(0x1d7)],_0x318196[_0x54eddc(0x421)]);let _0x202859=this['_boardChartUIService'][_0x54eddc(0x470)](_0x51edec);if(!(_0x202859 instanceof _0x17f70e)){var _0x5cc17a;_0x202859==null||(_0x5cc17a=_0x202859[_0x54eddc(0x287)])==null||_0x5cc17a[_0x54eddc(0x41d)](_0x202859,_0x477761);}},'close':()=>this['_closePopup'](),'openFullPanel':_0x2171df=>{const _0x387a3a=_0x231afd;this[_0x387a3a(0x49d)][_0x387a3a(0x19d)](_0x2171df[_0x387a3a(0x1d7)],_0x2171df[_0x387a3a(0x421)]);let _0x394bce=this[_0x387a3a(0x20b)][_0x387a3a(0x3c0)]();(_0x394bce==null?void 0x0:_0x394bce[_0x387a3a(0x1d7)])===_0x2171df[_0x387a3a(0x1d7)]&&_0x394bce['chartId']===_0x2171df[_0x387a3a(0x421)]&&this[_0x387a3a(0x20b)][_0x387a3a(0x3ba)]({..._0x394bce,'source':_0x387a3a(0x18a)}),this[_0x387a3a(0x2b3)]();}}));}['_subscribeChartEvents'](){const _0x5bd8ee=_0x40d9ff;this[_0x5bd8ee(0x4e3)](this[_0x5bd8ee(0x49d)][_0x5bd8ee(0x17c)]['subscribe'](_0x15878c=>{const _0x2d705d=_0x5bd8ee;let _0x2b9b41=$r(_0x15878c[_0x2d705d(0x1d7)],_0x15878c[_0x2d705d(0x421)]);if(this[_0x2d705d(0x1fd)]['has'](_0x2b9b41))return;let _0x59bac8=new _0xc8716e();_0x59bac8['add'](this[_0x2d705d(0x244)]['on'](_0x15878c[_0x2d705d(0x1d7)],_0x15878c[_0x2d705d(0x421)],'click',_0x2370d7=>{const _0x395d34=_0x2d705d;this['_openFloatMenu'](_0x15878c[_0x395d34(0x1d7)],_0x15878c[_0x395d34(0x421)],_0x2370d7);})),this['_chartEventDisposables']['set'](_0x2b9b41,_0x59bac8);})),this[_0x5bd8ee(0x4e3)](this['_modelService']['chartModelRemoved$']['subscribe'](_0x54342b=>{const _0x215c18=_0x5bd8ee;var _0x25fdec;let _0x13ec38=$r(_0x54342b[_0x215c18(0x1d7)],_0x54342b['chartId']);(_0x25fdec=this[_0x215c18(0x1fd)][_0x215c18(0x3a2)](_0x13ec38))==null||_0x25fdec['dispose'](),this[_0x215c18(0x1fd)][_0x215c18(0x4ce)](_0x13ec38),this[_0x215c18(0x453)]===_0x13ec38&&this[_0x215c18(0x2b3)]();})),this[_0x5bd8ee(0x4e3)](this[_0x5bd8ee(0x49d)]['activeRuntimeModel$'][_0x5bd8ee(0x459)](_0x22aa91=>{const _0x134c0e=_0x5bd8ee;let _0xf2f99=_0x22aa91?$r(_0x22aa91[_0x134c0e(0x1d7)],_0x22aa91[_0x134c0e(0x421)]):null;(!_0xf2f99||this[_0x134c0e(0x453)]&&_0xf2f99!==this['_popupRuntimeKey'])&&this[_0x134c0e(0x2b3)]();}));}[_0x40d9ff(0x248)](_0x19a30a,_0xe9a2eb,_0x209945){const _0x599c78=_0x40d9ff;if(!this[_0x599c78(0x244)]['isElementEditModeActive'](_0x19a30a,_0xe9a2eb))return;let _0x262697=this[_0x599c78(0x49d)][_0x599c78(0x420)](_0x19a30a,_0xe9a2eb),_0xb25ee3=_0x262697?Zr(_0x262697[_0x599c78(0x36e)],_0x209945[_0x599c78(0x488)]):void 0x0;if(!_0x262697||!_0xb25ee3){this['_closePopup']();return;}if(this['_modelService']['setActiveChartRuntime'](_0x262697),this['_closePopup'](),!_0xb25ee3[_0x599c78(0x3b7)])return;let _0x87d48f=this[_0x599c78(0x4a0)][_0x599c78(0x4ee)](_0x19a30a);if(!_0x87d48f)return;let _0x425eca=Kr(_0x209945,()=>this[_0x599c78(0x3b2)](_0x19a30a,_0xe9a2eb));if(!_0x425eca[_0x599c78(0x2e3)]){_0x425eca[_0x599c78(0x16f)]();return;}let _0x27273d=this['_canvasPopupService'][_0x599c78(0x30f)]({'componentKey':_0x2434f8,'direction':'top-center','offset':[0x0,0x8],'unitId':_0x19a30a,'subUnitId':'','anchorRect':_0x425eca[_0x599c78(0x1c2)],'anchorRect$':_0x425eca[_0x599c78(0x230)],'canvasElement':_0x87d48f[_0x599c78(0x430)]['getCanvasElement'](),'extraProps':{'host':_0x599c78(0x36a),'unitId':_0x19a30a,'chartId':_0xe9a2eb,'element':_0x209945[_0x599c78(0x488)],'target':_0xb25ee3[_0x599c78(0x31f)],'adapterKey':Qr}}),_0x500c43=new _0xc8716e();_0x500c43[_0x599c78(0x360)](_0x425eca),_0x500c43['add']({'dispose':()=>this['_canvasPopupService'][_0x599c78(0x48e)](_0x27273d)}),this[_0x599c78(0x396)]=_0x500c43,this[_0x599c78(0x453)]=$r(_0x19a30a,_0xe9a2eb);}[_0x40d9ff(0x2b3)](){const _0x5e0037=_0x40d9ff;var _0x316513;(_0x316513=this[_0x5e0037(0x396)])==null||_0x316513[_0x5e0037(0x16f)](),this['_popupDisposable']=null,this[_0x5e0037(0x453)]=null;}[_0x40d9ff(0x3b2)](_0x39f7ce,_0x2ef61c){const _0x2a989b=_0x40d9ff;this[_0x2a989b(0x2b3)](),this['_chartRenderService']['isElementEditModeActive'](_0x39f7ce,_0x2ef61c)&&(this['_chartRenderService'][_0x2a989b(0x1e6)](_0x39f7ce,_0x2ef61c,!0x1),this['_chartRenderService'][_0x2a989b(0x1e6)](_0x39f7ce,_0x2ef61c,!0x0));}};ei=J([q(0x0,_0xa82a74(_0x5197b2)),q(0x1,_0xa82a74($)),q(0x2,sn),q(0x3,_0xa82a74(Q)),q(0x4,_0xa82a74(_0xb1cf10)),q(0x5,_0xa82a74(_0x4871b2)),q(0x6,_0x16eed6)],ei);let ti=class extends _0x45aa21{constructor(_0x5d1558){const _0x2a518c=_0x40d9ff;super(),this[_0x2a518c(0x4e3)](_0x5d1558[_0x2a518c(0x3da)](hn,sr)),this['disposeWithMe'](_0x5d1558[_0x2a518c(0x3da)](Qt,tn));}};ti=J([q(0x0,_0xa82a74(_0x437255))],ti);var ni=class extends _0x3ed4de{constructor(_0x1e6f76,_0x2cb3ee){const _0x5c122a=_0x40d9ff;super(_0x1e6f76,_0x2cb3ee),X(this,_0x5c122a(0x373),void 0x0),X(this,_0x5c122a(0x2c3),void 0x0),this[_0x5c122a(0x373)]=_0x2cb3ee[_0x5c122a(0x410)],this[_0x5c122a(0x2c3)]=_0x2cb3ee[_0x5c122a(0x4aa)],this[_0x5c122a(0x16c)]();}[_0x40d9ff(0x335)](_0x35d57f){const _0x286d40=_0x40d9ff;this[_0x286d40(0x373)]=_0x35d57f,this[_0x286d40(0x4d5)](!0x0);}['updateFrameStyle'](_0x347e6f){const _0x35d9fc=_0x40d9ff;ii(this[_0x35d9fc(0x2c3)],_0x347e6f)||(this[_0x35d9fc(0x2c3)]=_0x347e6f,this[_0x35d9fc(0x4d5)](!0x0));}[_0x40d9ff(0x46e)](){const _0x1f4da2=_0x40d9ff;return this[_0x1f4da2(0x373)];}[_0x40d9ff(0x4a9)](){const _0x4e01ee=_0x40d9ff;return this[_0x4e01ee(0x2c3)];}[_0x40d9ff(0x186)](_0x58ab2c){const _0x37b417=_0x40d9ff;this['_native']==null&&(this['_native']=document[_0x37b417(0x395)](_0x37b417(0x45a)),this['_native'][_0x37b417(0x1f3)]='anonymous'),this[_0x37b417(0x16c)](),this[_0x37b417(0x225)][_0x37b417(0x2d2)]=_0x58ab2c;}[_0x40d9ff(0x1be)](_0x24221e,_0x471f58,_0xf0a71c=this[_0x40d9ff(0x23a)],_0x221383=this[_0x40d9ff(0x250)]){const _0x245844=_0x40d9ff;let _0x10fea1=this[_0x245844(0x2c3)],_0xa33d69=br({'width':_0xf0a71c,'height':_0x221383},_0x10fea1);_0x24221e[_0x245844(0x217)](),_0x24221e[_0x245844(0x15c)](-_0xf0a71c/0x2,-_0x221383/0x2),ri(_0x24221e,0x0,0x0,_0xf0a71c,_0x221383,_0x10fea1[_0x245844(0x1dd)]),_0x24221e[_0x245844(0x4de)]=_0x10fea1[_0x245844(0x215)],_0x24221e['fill'](),_0x24221e['restore'](),this[_0x245844(0x229)](_0x24221e,_0xf0a71c,_0x221383,_0xa33d69,_0x10fea1),this[_0x245844(0x3dc)](_0x24221e,_0xf0a71c,_0x221383,_0x10fea1);}[_0x40d9ff(0x229)](_0x39dd85,_0x230aae,_0x19e404,_0x5d1101,_0x5c54fb){const _0x5c1504=_0x40d9ff;var _0x4df6e6;!((_0x4df6e6=this[_0x5c1504(0x225)])!=null&&_0x4df6e6[_0x5c1504(0x45c)])||this[_0x5c1504(0x225)][_0x5c1504(0x2f4)]<=0x0||this[_0x5c1504(0x225)][_0x5c1504(0x258)]<=0x0||(_0x39dd85[_0x5c1504(0x217)](),_0x39dd85[_0x5c1504(0x15c)](-_0x230aae/0x2,-_0x19e404/0x2),ri(_0x39dd85,_0x5d1101['left'],_0x5d1101[_0x5c1504(0x270)],_0x5d1101[_0x5c1504(0x23a)],_0x5d1101[_0x5c1504(0x250)],Math[_0x5c1504(0x342)](0x0,_0x5c54fb[_0x5c1504(0x1dd)]-_0x5c54fb['strokeWidth'])),_0x39dd85[_0x5c1504(0x457)](),_0x39dd85[_0x5c1504(0x245)](this['_native'],_0x5d1101[_0x5c1504(0x18b)],_0x5d1101[_0x5c1504(0x270)],_0x5d1101[_0x5c1504(0x23a)],_0x5d1101[_0x5c1504(0x250)]),_0x39dd85[_0x5c1504(0x400)]());}[_0x40d9ff(0x3dc)](_0x10cd2d,_0x39eea2,_0x4a9b2f,_0x32a6fb){const _0x4de13b=_0x40d9ff;if(_0x32a6fb[_0x4de13b(0x379)]<=0x0)return;let _0x214f33=xr({'width':_0x39eea2,'height':_0x4a9b2f},_0x32a6fb);_0x10cd2d['save'](),_0x10cd2d['translate'](-_0x39eea2/0x2,-_0x4a9b2f/0x2),ri(_0x10cd2d,_0x214f33[_0x4de13b(0x18b)],_0x214f33['top'],_0x214f33[_0x4de13b(0x23a)],_0x214f33[_0x4de13b(0x250)],_0x214f33[_0x4de13b(0x1dd)]),_0x10cd2d[_0x4de13b(0x2bd)]=_0x32a6fb[_0x4de13b(0x1e2)],_0x10cd2d[_0x4de13b(0x4e2)]=_0x32a6fb['strokeWidth'],_0x10cd2d[_0x4de13b(0x1e2)](),_0x10cd2d[_0x4de13b(0x400)]();}[_0x40d9ff(0x327)](){const _0x154abc=_0x40d9ff;var _0x599522;let _0x37c80e=(_0x599522=this['getEngine']())==null?void 0x0:_0x599522[_0x154abc(0x44f)];_0x37c80e&&(_0x37c80e[_0x154abc(0x4d5)](!0x0),_0x37c80e[_0x154abc(0x329)](),_0x37c80e[_0x154abc(0x4cb)]['emitEvent'](this[_0x154abc(0x16a)]));}[_0x40d9ff(0x16c)](){const _0x51fdaf=_0x40d9ff;this['_native']&&(this[_0x51fdaf(0x225)][_0x51fdaf(0x2fb)]=()=>{const _0xcd6582=_0x51fdaf;this[_0xcd6582(0x327)]();},this[_0x51fdaf(0x225)][_0x51fdaf(0x365)]=()=>{const _0x4b9adf=_0x51fdaf;this[_0x4b9adf(0x327)]();});}};function ri(_0x10ac9a,_0x1ca48d,_0x3532d0,_0x44a9dc,_0x372163,_0xc5fc54){const _0x204f06=_0x40d9ff;let _0x225676=Math['min'](_0xc5fc54||0x0,_0x44a9dc/0x2,_0x372163/0x2);if(_0x10ac9a[_0x204f06(0x389)](),!_0x225676){_0x10ac9a['rect'](_0x1ca48d,_0x3532d0,_0x44a9dc,_0x372163),_0x10ac9a[_0x204f06(0x3ef)]();return;}_0x10ac9a['moveTo'](_0x1ca48d+_0x225676,_0x3532d0),_0x10ac9a[_0x204f06(0x3a0)](_0x1ca48d+_0x44a9dc-_0x225676,_0x3532d0),_0x10ac9a[_0x204f06(0x1b5)](_0x1ca48d+_0x44a9dc-_0x225676,_0x3532d0+_0x225676,_0x225676,Math['PI']*0x3/0x2,0x0,!0x1),_0x10ac9a['lineTo'](_0x1ca48d+_0x44a9dc,_0x3532d0+_0x372163-_0x225676),_0x10ac9a[_0x204f06(0x1b5)](_0x1ca48d+_0x44a9dc-_0x225676,_0x3532d0+_0x372163-_0x225676,_0x225676,0x0,Math['PI']/0x2,!0x1),_0x10ac9a[_0x204f06(0x3a0)](_0x1ca48d+_0x225676,_0x3532d0+_0x372163),_0x10ac9a['arc'](_0x1ca48d+_0x225676,_0x3532d0+_0x372163-_0x225676,_0x225676,Math['PI']/0x2,Math['PI'],!0x1),_0x10ac9a[_0x204f06(0x3a0)](_0x1ca48d,_0x3532d0+_0x225676),_0x10ac9a[_0x204f06(0x1b5)](_0x1ca48d+_0x225676,_0x3532d0+_0x225676,_0x225676,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x10ac9a[_0x204f06(0x3ef)]();}function ii(_0x7e004,_0x44726d){const _0x46a645=_0x40d9ff;return _0x7e004[_0x46a645(0x215)]===_0x44726d['fill']&&_0x7e004[_0x46a645(0x1e2)]===_0x44726d[_0x46a645(0x1e2)]&&_0x7e004['strokeWidth']===_0x44726d[_0x46a645(0x379)]&&_0x7e004[_0x46a645(0x1dd)]===_0x44726d[_0x46a645(0x1dd)];}function ai(_0x21d61d){const _0x18e665=_0x40d9ff;let {element:_0x2eaec1}=_0x21d61d[_0x18e665(0x3e6)];return _0x2eaec1[_0x18e665(0x301)]===_0x53dee4[_0x18e665(0x4c0)]?_0x2eaec1:null;}let oi=class{constructor(_0x57c19f,_0x4b94e1,_0x1b5623,_0x16e52a){const _0x11ba1a=_0x40d9ff;this[_0x11ba1a(0x4b9)]=_0x57c19f,this[_0x11ba1a(0x28f)]=_0x4b94e1,this['_resourceService']=_0x1b5623,this[_0x11ba1a(0x2a6)]=_0x16e52a,X(this,'name',_0x11ba1a(0x4ac));}[_0x40d9ff(0x43c)](_0x7df0de){const _0x5e623c=_0x40d9ff;let _0x401923=ai(_0x7df0de);if(!_0x401923)return null;let _0x38eae4=Math[_0x5e623c(0x342)](0x1,_0x7df0de[_0x5e623c(0x4df)][_0x5e623c(0x23a)]),_0x44e80b=Math[_0x5e623c(0x342)](0x1,_0x7df0de[_0x5e623c(0x4df)][_0x5e623c(0x250)]),_0x4006be=new ni(_0x7df0de['key'],{'url':_0x5e623c(0x3dd),'left':_0x7df0de[_0x5e623c(0x4df)][_0x5e623c(0x18b)],'top':_0x7df0de[_0x5e623c(0x4df)]['top'],'width':_0x38eae4,'height':_0x44e80b,'angle':_0x7df0de[_0x5e623c(0x4df)][_0x5e623c(0x17a)],'flipX':_0x7df0de[_0x5e623c(0x4df)][_0x5e623c(0x346)],'flipY':_0x7df0de[_0x5e623c(0x4df)][_0x5e623c(0x163)],'zIndex':_0x7df0de['zIndex'],'visible':_0x401923[_0x5e623c(0x2e3)]!==!0x1,'evented':!0x0,'forceRender':!0x0,'element':_0x401923,'frameStyle':this[_0x5e623c(0x282)](_0x7df0de[_0x5e623c(0x1d7)],_0x401923)});return this[_0x5e623c(0x28a)](_0x4006be,this[_0x5e623c(0x4b3)](_0x7df0de['unitId'],_0x4006be),_0x7df0de[_0x5e623c(0x1d7)]),_0x4006be;}[_0x40d9ff(0x1f5)](_0x237069,_0x489421){const _0x592ee0=_0x40d9ff;if(!(_0x237069 instanceof ni))return!0x1;let _0x44be1b=ai(_0x489421);return _0x44be1b?(_0x489421[_0x592ee0(0x358)]||_0x237069[_0x592ee0(0x249)](_0x489421['bounds']),_0x237069[_0x592ee0(0x335)](_0x44be1b),this[_0x592ee0(0x2d6)](_0x489421[_0x592ee0(0x1d7)],_0x237069),!0x0):!0x1;}['_watchSnapshotUpdates'](_0x134769,_0x13f061,_0x51f31a){const _0xcf00e0=_0x40d9ff;if(!this[_0xcf00e0(0x28f)]||!_0x13f061)return;let _0x3445e3=null,_0x7224b8=!0x1,_0x289c8d=_0x55e5b8=>{const _0x385ce2=_0xcf00e0;if(_0x3445e3==null||_0x3445e3[_0x385ce2(0x41b)](),_0x3445e3=null,_0x55e5b8[_0x385ce2(0x472)]===_0x385ce2(0x293)&&_0x55e5b8['dataUrl']){_0x134769['changeChartSource'](_0x55e5b8[_0x385ce2(0x1f9)]);return;}_0x55e5b8[_0x385ce2(0x472)]==='pending'&&(_0x3445e3=this['_snapshotService']['snapshotUpdated$'][_0x385ce2(0x459)](_0x27fe57=>{const _0x31b521=_0x385ce2;if(_0x27fe57[_0x31b521(0x1f4)]!==_0x55e5b8['key']||_0x27fe57[_0x31b521(0x472)]!==_0x31b521(0x293)||!_0x27fe57[_0x31b521(0x1f9)]){if(_0x27fe57[_0x31b521(0x1f4)]===_0x55e5b8[_0x31b521(0x1f4)]&&_0x27fe57[_0x31b521(0x472)]==='error'&&!_0x7224b8){_0x7224b8=!0x0;let _0x3ff029=this['_requestSnapshotForObject'](_0x51f31a,_0x134769);_0x3ff029&&_0x289c8d(_0x3ff029);}return;}_0x134769['changeChartSource'](_0x27fe57[_0x31b521(0x1f9)]),_0x3445e3==null||_0x3445e3[_0x31b521(0x41b)](),_0x3445e3=null;}));};_0x289c8d(_0x13f061);let _0xbcd599=this[_0xcf00e0(0x28f)][_0xcf00e0(0x191)]['subscribe'](_0x15901e=>{const _0x466d39=_0xcf00e0;if(_0x15901e[_0x466d39(0x1d7)]!==_0x51f31a||_0x15901e[_0x466d39(0x421)]!==_0x134769[_0x466d39(0x46e)]()['chartId'])return;let _0x2a0cd5=this['_requestSnapshotForObject'](_0x51f31a,_0x134769);_0x2a0cd5&&_0x289c8d(_0x2a0cd5);});_0x134769[_0xcf00e0(0x3e7)]['subscribeEvent'](()=>{const _0x266008=_0xcf00e0;_0x3445e3==null||_0x3445e3['unsubscribe'](),_0xbcd599[_0x266008(0x41b)]();});}[_0x40d9ff(0x4b3)](_0x3b3dba,_0x1bb6e7){const _0x113075=_0x40d9ff;if(!this[_0x113075(0x28f)])return;let _0x50c838=this[_0x113075(0x2d6)](_0x3b3dba,_0x1bb6e7),_0x48f453=br({'width':Math[_0x113075(0x342)](0x1,_0x1bb6e7[_0x113075(0x23a)]),'height':Math['max'](0x1,_0x1bb6e7['height'])},_0x50c838);return this[_0x113075(0x28f)]['requestSnapshot']({'unitId':_0x3b3dba,'chartId':_0x1bb6e7['getElement']()[_0x113075(0x421)],'width':_0x48f453[_0x113075(0x23a)],'height':_0x48f453[_0x113075(0x250)],'mode':_0x113075(0x269)});}['_updateFrameStyle'](_0x15c068,_0x4ea1b4){const _0x4e3b6b=_0x40d9ff;let _0x16043b=this[_0x4e3b6b(0x282)](_0x15c068,_0x4ea1b4['getElement']());return _0x4ea1b4[_0x4e3b6b(0x455)](_0x16043b),_0x16043b;}[_0x40d9ff(0x282)](_0x3e1a10,_0x113200){const _0x5e2e3e=_0x40d9ff;var _0x3da391,_0x19feaf;let _0x3ba109=(_0x3da391=this[_0x5e2e3e(0x224)])==null||(_0x3da391=_0x3da391[_0x5e2e3e(0x344)](_0x3e1a10,_0x113200['chartId']))==null?void 0x0:_0x3da391[_0x5e2e3e(0x4c4)];return yr({'chartStyle':_0x3ba109,'chartElement':_0x113200,'hostFill':_0x3ba109?(_0x19feaf=this['_renderService'])==null?void 0x0:_0x19feaf[_0x5e2e3e(0x231)](_0x3ba109)[_0x5e2e3e(0x215)]:void 0x0,'isDarkMode':this[_0x5e2e3e(0x4b9)]['darkMode']});}};oi=J([q(0x0,_0xa82a74(_0x53ed04)),q(0x1,_0x567fdb(Mr)),q(0x2,_0x567fdb(_0x3b9f64)),q(0x3,_0x567fdb($))],oi);function si(_0x20a59d){const _0x319ff1=_0x40d9ff;return _0x20a59d[_0x319ff1(0x301)]===_0x53dee4['Chart'];}let ci=class{constructor(_0x2f31ab){const _0x459a1a=_0x40d9ff;this[_0x459a1a(0x224)]=_0x2f31ab,X(this,_0x459a1a(0x1f4),_0x459a1a(0x407));}[_0x40d9ff(0x399)](_0x5918f2){const _0x4cc20c=_0x40d9ff;let _0x47eb05={},_0x3b3e11={},_0x3a7187={};return _0x5918f2['elements'][_0x4cc20c(0x42c)](_0x3f17f7=>{const _0x1128bf=_0x4cc20c;if(!si(_0x3f17f7))return;let _0x2a7382=this[_0x1128bf(0x224)]['getChart'](_0x5918f2[_0x1128bf(0x1d7)],_0x3f17f7[_0x1128bf(0x421)]),_0x1092d8=_0x2a7382?this['_resourceService'][_0x1128bf(0x4eb)](_0x5918f2[_0x1128bf(0x1d7)],_0x2a7382[_0x1128bf(0x348)]):void 0x0;!_0x2a7382||!_0x1092d8||(_0x47eb05[_0x2a7382['id']]=_0x5e8b46[_0x1128bf(0x221)](_0x2a7382),_0x3b3e11[_0x1092d8['id']]=_0x5e8b46[_0x1128bf(0x221)](_0x1092d8),_0x3a7187[_0x3f17f7['id']]=_0x2a7382['id']);}),Object[_0x4cc20c(0x3f2)](_0x47eb05)['length']===0x0?null:{'charts':_0x47eb05,'dataSources':_0x3b3e11,'chartIdByElementId':_0x3a7187};}[_0x40d9ff(0x180)](_0x5df3e8){const _0x2213e4=_0x40d9ff;if(!li(_0x5df3e8['payload']))return null;let _0x25028b=_0x5df3e8[_0x2213e4(0x200)],_0x59bfb3=new Map();_0x5df3e8[_0x2213e4(0x334)][_0x2213e4(0x42c)]((_0x450bf5,_0x5eb443)=>{const _0x38113b=_0x2213e4;_0x59bfb3[_0x38113b(0x287)](_0x450bf5,_0x5eb443);});let _0x586e9b=new Map(),_0x507960=new Map(),_0x38a972=_0x5df3e8[_0x2213e4(0x2f0)][_0x2213e4(0x448)](_0x4f54ed=>{const _0x3a052b=_0x2213e4;if(!si(_0x4f54ed))return _0x4f54ed;let _0x32b8b1=_0x59bfb3[_0x3a052b(0x3a2)](_0x4f54ed['id']),_0x161251=_0x32b8b1?_0x25028b['chartIdByElementId'][_0x32b8b1]:void 0x0;if(!_0x161251||!_0x25028b[_0x3a052b(0x170)][_0x161251])return _0x4f54ed;let _0x138745=_0x586e9b['get'](_0x161251);return _0x138745||(_0x138745=_0xe3a9bd(0x6),_0x586e9b[_0x3a052b(0x287)](_0x161251,_0x138745)),{..._0x4f54ed,'chartId':_0x138745};});_0x586e9b[_0x2213e4(0x42c)]((_0x35364a,_0x190f05)=>{const _0x242588=_0x2213e4;var _0x2878a8;let _0x307c32=(_0x2878a8=_0x25028b[_0x242588(0x170)][_0x190f05])==null?void 0x0:_0x2878a8['dataSourceId'];_0x307c32&&!_0x507960['has'](_0x307c32)&&_0x507960[_0x242588(0x287)](_0x307c32,_0xe3a9bd(0x6));});let _0x2c97d8=[];_0x507960[_0x2213e4(0x42c)]((_0x1195f4,_0x5a56b4)=>{const _0x41b6e5=_0x2213e4;let _0x5a93b1=_0x25028b[_0x41b6e5(0x3cf)][_0x5a56b4];_0x5a93b1&&_0x2c97d8['push']({..._0x5e8b46[_0x41b6e5(0x221)](_0x5a93b1),'id':_0x1195f4,'values':_0x5a93b1[_0x41b6e5(0x45e)][_0x41b6e5(0x448)](_0x1b36e3=>[..._0x1b36e3])});});let _0x33843e=[];return _0x586e9b[_0x2213e4(0x42c)]((_0x217163,_0x2ea472)=>{const _0x1d1f74=_0x2213e4;let _0x271b14=_0x25028b['charts'][_0x2ea472],_0x3d836e=_0x271b14?_0x507960[_0x1d1f74(0x3a2)](_0x271b14[_0x1d1f74(0x348)]):void 0x0;!_0x271b14||!_0x3d836e||_0x33843e[_0x1d1f74(0x35d)]({..._0x5e8b46[_0x1d1f74(0x221)](_0x271b14),'id':_0x217163,'dataSourceId':_0x3d836e});}),_0x33843e[_0x2213e4(0x393)]===0x0?null:{'elements':_0x38a972,'redoMutations':[..._0x2c97d8[_0x2213e4(0x448)](_0x3f97ca=>({'id':_0x13d39c['id'],'params':{'unitId':_0x5df3e8['targetUnitId'],'dataSource':_0x3f97ca}})),..._0x33843e[_0x2213e4(0x448)](_0x48ad26=>({'id':_0xe6f942['id'],'params':{'unitId':_0x5df3e8[_0x2213e4(0x4c5)],'chart':_0x48ad26}}))],'undoMutations':[..._0x33843e[_0x2213e4(0x448)](_0x25a86c=>({'id':_0x2d5a71['id'],'params':{'unitId':_0x5df3e8[_0x2213e4(0x4c5)],'chartId':_0x25a86c['id']}})),..._0x2c97d8['map'](_0x274a78=>({'id':_0x4effdc['id'],'params':{'unitId':_0x5df3e8[_0x2213e4(0x4c5)],'dataSourceId':_0x274a78['id']}}))]};}};ci=J([q(0x0,_0xa82a74(_0x3b9f64))],ci);function li(_0x3db5e3){const _0x456fa4=_0x40d9ff;if(!_0x3db5e3||typeof _0x3db5e3!=_0x456fa4(0x181))return!0x1;let _0x3fa4ea=_0x3db5e3;return!!_0x3fa4ea['charts']&&!!_0x3fa4ea[_0x456fa4(0x3cf)]&&!!_0x3fa4ea[_0x456fa4(0x3f1)];}const ui=_0x40d9ff(0x40b);let di=class extends _0x2a1ecf{constructor(_0x367b2c=lr,_0x55aa28,_0x23c285,_0x536ccf){const _0x340389=_0x40d9ff;super(),this[_0x340389(0x422)]=_0x367b2c,this['_injector']=_0x55aa28,this[_0x340389(0x4ec)]=_0x23c285,this[_0x340389(0x4a0)]=_0x536ccf,X(this,_0x340389(0x4ba),null);let {..._0xb91399}=_0x442faa({},lr,this['_config']);this['_configService'][_0x340389(0x43d)](cr,_0xb91399);}[_0x40d9ff(0x1f6)](){const _0x3231b0=_0x40d9ff;[[$],[Mr],[sn,{'useClass':mn}],[Zt],[Q],[ei],[oi],[ci],[Pr],[ti]]['forEach'](_0x2c558a=>this[_0x3231b0(0x192)][_0x3231b0(0x360)](_0x2c558a)),_0x2ceea7(this[_0x3231b0(0x192)],[[$],[Mr],[sn],[Zt],[Q],[ei]]),this[_0x3231b0(0x192)][_0x3231b0(0x3a2)](ti);let _0x34564f=this[_0x3231b0(0x192)][_0x3231b0(0x3a2)](oi);this[_0x3231b0(0x4ba)]=_0x34564f,this[_0x3231b0(0x2f9)](_0x34564f),this['disposeWithMe'](_0x364715(()=>{const _0x5830b4=_0x3231b0;this[_0x5830b4(0x319)](_0x34564f),this['_adapter']=null;}));let _0x5c2227=this[_0x3231b0(0x192)][_0x3231b0(0x3a2)](_0x5b635f);this[_0x3231b0(0x4e3)](_0x5c2227[_0x3231b0(0x1e3)](this[_0x3231b0(0x192)][_0x3231b0(0x3a2)](ci))),this[_0x3231b0(0x4e3)](this['_injector'][_0x3231b0(0x3a2)](Pr));}[_0x40d9ff(0x237)](){const _0x26e4b3=_0x40d9ff;this[_0x26e4b3(0x4e3)](this[_0x26e4b3(0x4a0)][_0x26e4b3(0x219)](_0x3aade6[_0x26e4b3(0x1a1)],gr)),this[_0x26e4b3(0x4e3)](this[_0x26e4b3(0x4a0)][_0x26e4b3(0x219)](_0x3aade6['UNIVER_BOARD'],Nr)),this[_0x26e4b3(0x4e3)](this[_0x26e4b3(0x4a0)]['registerRenderModule'](_0x3aade6[_0x26e4b3(0x1a1)],Tr)),this[_0x26e4b3(0x4e3)](this[_0x26e4b3(0x4a0)][_0x26e4b3(0x219)](_0x3aade6['UNIVER_BOARD'],hr));}['_appendRenderAdapter'](_0x134228){const _0x49ed69=_0x40d9ff;var _0xeca11f,_0x21c8e6,_0x2f6f96;let _0x228621=this[_0x49ed69(0x1fc)](),_0x4f1623=(_0xeca11f=_0x228621[_0x49ed69(0x1e8)])==null?[]:_0xeca11f;_0x4f1623[_0x49ed69(0x1ac)](_0x134228)||this[_0x49ed69(0x4ec)][_0x49ed69(0x43d)](_0x555da3,{..._0x228621,'additionalRenderAdapters':[..._0x4f1623,_0x134228],'toolbar':{..._0x228621[_0x49ed69(0x4a7)],'tools':{...(_0x21c8e6=_0x228621[_0x49ed69(0x4a7)])==null?void 0x0:_0x21c8e6['tools'],[_0x441df1[_0x49ed69(0x4c0)]]:fi((_0x2f6f96=_0x228621[_0x49ed69(0x4a7)])==null||(_0x2f6f96=_0x2f6f96[_0x49ed69(0x40f)])==null?void 0x0:_0x2f6f96[_0x441df1[_0x49ed69(0x4c0)]])}}});}['_removeRenderAdapter'](_0x2751df){const _0x17e275=_0x40d9ff;var _0x3dfa9d;let _0x46f5a9=this[_0x17e275(0x1fc)](),_0x59e4ed=(_0x3dfa9d=_0x46f5a9[_0x17e275(0x1e8)])==null?void 0x0:_0x3dfa9d[_0x17e275(0x1b3)](_0xc8a870=>_0xc8a870!==_0x2751df);this['_configService']['setConfig'](_0x555da3,{..._0x46f5a9,'additionalRenderAdapters':_0x59e4ed});}[_0x40d9ff(0x1fc)](){const _0x733b96=_0x40d9ff;var _0x4da285;return(_0x4da285=this['_configService'][_0x733b96(0x375)](_0x555da3))==null?{}:_0x4da285;}};X(di,_0x40d9ff(0x44b),ui),X(di,_0x40d9ff(0x4b0),Fr),X(di,_0x40d9ff(0x33d),Ir),X(di,_0x40d9ff(0x301),_0x3aade6[_0x40d9ff(0x1a1)]),di=J([_0x421e62(_0x51de60,_0x3375ee,_0x58c73a,_0xa4dd32),q(0x1,_0xa82a74(_0x352cbd)),q(0x2,_0x5608b0),q(0x3,_0x16eed6)],di);function fi(_0x10e704){const _0x459c62=_0x40d9ff;if(_0x10e704===!0x1)return!0x1;if(typeof _0x10e704==_0x459c62(0x181)){var _0x543cfb;return{..._0x10e704,'enabled':(_0x543cfb=_0x10e704['enabled'])==null?!0x0:_0x543cfb};}return!0x0;}export{cr as BOARDS_CHART_UI_PLUGIN_CONFIG_KEY,ui as BOARDS_CHART_UI_PLUGIN_NAME,Qt as BOARD_CHART_DATA_EDITOR_DIALOG_COMPONENT,$t as BOARD_CHART_DATA_EDITOR_DIALOG_ID,hn as BOARD_CHART_EDIT_PANEL_COMPONENT,ci as BoardChartClipboardAdapter,Zt as BoardChartDataEditService,tn as BoardChartDataEditorDialog,sr as BoardChartEditPanel,Q as BoardChartEditSessionService,hr as BoardChartFloatingToolbarRenderController,gr as BoardChartOpenEditController,Tr as BoardChartPanelController,oi as BoardChartRenderAdapter,$ as BoardChartRenderService,Nr as BoardChartSelectionController,Pr as BoardChartSnapshotRefreshController,Mr as BoardChartSnapshotRenderService,mn as BoardChartUIService,Dr as BoardDomChartHost,Er as BoardImageChartHost,Cr as IBoardChartRenderModelService,Ar as IBoardChartSnapshotRendererService,sn as IBoardChartUIService,di as UniverBoardsChartUIPlugin,fi as enableChartTool,Z as useBoardChartConfigState};
|