@univerjs-pro/sheets-chart-ui 1.0.0-alpha.0 → 1.0.0-alpha.2
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/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/controllers/ui.controller.d.ts +2 -0
- package/lib/types/index.d.ts +2 -1
- package/lib/types/plugin.d.ts +4 -3
- package/lib/types/services/chart-content-layout.d.ts +36 -0
- package/lib/types/services/chart-image-rect.d.ts +15 -0
- package/lib/types/services/chart-render.service.d.ts +28 -3
- package/lib/types/services/chart-snapshot-store.service.d.ts +18 -0
- package/lib/types/services/sheet-chart-host.d.ts +51 -0
- package/lib/types/services/sheet-image-chart-host.d.ts +24 -0
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +34 -10
- package/lib/types/util.d.ts +2 -1
- package/lib/types/views/chart-edit-panel/Options.d.ts +7 -6
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +16 -16
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x70a4aa=_0x45c2;(function(_0x294b88,_0x4076b1){const _0x1d45da=_0x45c2,_0x35298d=_0x294b88();while(!![]){try{const _0x3d0b8e=parseInt(_0x1d45da(0x4a9))/0x1+-parseInt(_0x1d45da(0x190))/0x2*(parseInt(_0x1d45da(0x373))/0x3)+parseInt(_0x1d45da(0x31b))/0x4+-parseInt(_0x1d45da(0x2dc))/0x5+-parseInt(_0x1d45da(0x4eb))/0x6+-parseInt(_0x1d45da(0x2a4))/0x7+parseInt(_0x1d45da(0x383))/0x8*(parseInt(_0x1d45da(0x2c8))/0x9);if(_0x3d0b8e===_0x4076b1)break;else _0x35298d['push'](_0x35298d['shift']());}catch(_0x3d137a){_0x35298d['push'](_0x35298d['shift']());}}}(_0x5374,0x5b9f2));import{ChartModelService as _0x4fa815,ChartUpdateConfigCommand as _0x332040,ChartUpdateConfigMutation as _0x314476,ChartUpdateSourceCommand as _0x2fbd6a,InsertChartCommand as _0x26e95e,InsertSheetsChartMutation as _0x2be4c8,RemoveSheetsChartMutation as _0x5b577a,SHEETS_CHART_PLUGIN_CONFIG_KEY as _0x23019a,SHEETS_CHART_PLUGIN_NAME as _0x1a3cb8,SheetsChartService as _0x3a5548,UniverSheetsChartPlugin as _0x138728,getAllowedChartTypes as _0x27f1a2}from'@univerjs-pro/sheets-chart';import{CommandType as _0x542fd3,DependentOn as _0x5aeba7,Disposable as _0xc50824,DisposableCollection as _0xf07158,DrawingTypeEnum as _0x19ceb2,FOCUSING_COMMON_DRAWINGS as _0x22fad1,FOCUSING_PANEL_EDITOR as _0x161371,ICommandService as _0x366976,IConfigService as _0x178404,IContextService as _0x4314ba,IUniverInstanceService as _0x17d34,Inject as _0xfdc36d,Injector as _0xe0ce08,LocaleService as _0x13b077,PRINT_CHART_COMPONENT_KEY as _0x3faf1e,Plugin as _0xc5e3d1,ThemeService as _0x28a3f1,Tools as _0x38c6ca,UniverInstanceType as _0x125f1a,createIdentifier as _0x3f84b0,currencySymbols as _0x41c7d3,debounce as _0x4e759b,generateRandomId as _0x44e212,isPatternEqualWithoutDecimal as _0x3c5c01,numfmt as _0x4ff0e7,touchDependencies as _0x40be56}from'@univerjs/core';import{IDrawingManagerService as _0x4c9599}from'@univerjs/drawing';import{DrawingApplyType as _0x3f7b6d,ISheetDrawingService as _0x2d61bc,RemoveSheetDrawingCommand as _0x5d0527,SetDrawingApplyMutation as _0x13ab27,transformToDrawingPosition as _0x12e3a4}from'@univerjs/sheets-drawing';import{COPY_TYPE as _0x203ad5,ISheetClipboardService as _0x5fefa4,PREDEFINED_HOOK_NAME as _0x52e533,SheetCanvasPopManagerService as _0x577aea,SheetSkeletonManagerService as _0x43d567,deriveStateFromActiveSheet$ as _0x5c8884,getCurrentRangeDisable$ as _0x556c3f}from'@univerjs/sheets-ui';import{ComponentManager as _0x4e0023,IDialogService as _0x145321,IMenuManagerService as _0x132a99,IMessageService as _0x1b7224,ISidebarService as _0x417fb1,IconManager as _0x293b5c,MenuItemType as _0x3e0b25,RibbonInsertGroup as _0xa90c33,getMenuHiddenObservable as _0x32c02b,useDependency as _0x17b8b1,useObservable as _0x69cf03}from'@univerjs/ui';import{Accordion as _0x46bb71,Button as _0x20cbec,Checkbox as _0x563204,ColorPicker as _0x4af18a,Dropdown as _0x2debbd,DropdownMenu as _0x2b168d,Input as _0x5c8a4d,InputNumber as _0x2a8d68,MessageType as _0x2f0265,MultipleSelect as _0x2ef875,Radio as _0x3b681b,RadioGroup as _0x429286,Segmented as _0x182df9,Select as _0x130b4a,SelectList as _0x288efa,Tooltip as _0x272cec,borderClassName as _0xea7222,clsx as _0x181d20,scrollbarClassName as _0x50185b}from'@univerjs/design';import{CopySheetCommand as _0x53bca3,RemoveSheetCommand as _0x2bb35d,SheetInterceptorService as _0x32a24f,SheetPermissionCheckController as _0x5ab56c,SheetSkeletonService as _0x5efa7e,SheetsSelectionsService as _0xf81596,WorkbookEditablePermission as _0x34cb31,WorksheetEditPermission as _0x2ed943,attachRangeWithCoord as _0x326c07,discreteRangeToRange as _0x70d23d,getSheetCommandTarget as _0x54943c}from'@univerjs/sheets';import{Observable as _0x1cf469,Subject as _0x45e17a,combineLatest as _0x50defd,combineLatestWith as _0x2d4031,debounceTime as _0x33ffec,distinctUntilChanged as _0x58babe,filter as _0x5be31a,map as _0x2d52ca,take as _0x2fe9fb}from'rxjs';import{AreaLineStyle as _0x5be792,AxisAlignEnum as _0x58e278,AxisValueType as _0x3986fc,CategoryType as _0x53aa9b,ChartAttributeBits as _0x6bf948,ChartBorderDashType as _0x41db47,ChartThemeService as _0x56130b,ChartTrendlineType as _0x20d22,ChartTypeBits as _0x249b61,DataOrientation as _0x84a39c,EChartRenderEngineName as _0x19cd85,EChartRenderModel as _0x463646,IRuntimeAxisPosition as _0x5a12a7,IRuntimeAxisPriority as _0x333bed,InvalidValueType as _0x22e2ab,LabelContentType as _0x48b181,LegendPositionEnum as _0x83f861,LinePointShape as _0x5b0c65,PieLabelPosition as _0x493c91,RTLChartStyle as _0x3a78ab,RadarShape as _0x140bd9,RelationChartLayoutEnum as _0x139369,SelectModeEnum as _0x1c2260,SeriesLabelPosition as _0x1d87f3,StackType as _0xe448c2,TextAlign as _0x48271b,TextVerticalAlign as _0x487055,TitlePositionEnum as _0x18877a,WaterfallSeriesTypeEnum as _0x36197a,WaterfallStackTypeEnum as _0x130bbb,WordCloudMuskImageService as _0x4552a4,chartBitsUtils as _0x525a4c,chartTypeCanUseTrendLine as _0x274c7e,defaultChartConfig as _0xe43ceb,echarts as _0x4e4d5e,registerWordCloudChart as _0x4be55c,registerWordCloudChart as _0x1b5a5b,resolveChartRuntimeStyle as _0x406358}from'@univerjs-pro/engine-chart';import{deserializeRangeWithSheet as _0x5d9e74,serializeRangeWithSheet as _0x1b7e54}from'@univerjs/engine-formula';import{IRenderManagerService as _0x5ea012,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0xd3f344}from'@univerjs/engine-render';import{SheetCanvasFloatDomManagerService as _0x5294dc,UniverSheetsDrawingUIPlugin as _0x5886e8}from'@univerjs/sheets-drawing-ui';import{useCallback as _0x3ceab9,useEffect as _0x14f6d6,useMemo as _0x8122f1,useState as _0x4aae6d}from'react';import{AlignTextBothIcon as _0x56f8c2,AreaChartIcon as _0x44d0e5,BarChartIcon as _0x37a605,BoldIcon as _0x3d7467,BoxplotIcon as _0x16b460,BubbleIcon as _0x26c4f3,ChartIcon as _0x378dd2,CloudOutlineIcon as _0x5b7212,ColumnChartIcon as _0x18a84e,ComboChartIcon as _0x38a3d1,DeleteEmptyIcon as _0x29b7ab,DeleteIcon as _0x5a9ade,ExponentialIcon as _0x35b711,FontColorDoubleIcon as _0xbdd1f9,FunnelIcon as _0x32cc13,HeatmapIcon as _0x34b98c,IncreaseIcon as _0x448f16,ItalicIcon as _0x3e5160,LineChartIcon as _0x244098,LinearIcon as _0x49c2b8,LogarithmicIcon as _0x307c43,MoreDownIcon as _0xa2d8de,MovingAverageIcon as _0x376cf9,PieChartIcon as _0x441d72,PolynomialIcon as _0x3e6ade,PowerLineIcon as _0x396b5e,RadarChartIcon as _0x4b4a50,RelationshipIcon as _0x277d3a,SankeyIcon as _0x23bdd2,ScatterChartIcon as _0x2b2312,WaterfallChartIcon as _0xd9a67d}from'@univerjs/icons';import{RangeSelector as _0x274517}from'@univerjs/sheets-formula-ui';import{Fragment as _0xa5bcb6,jsx as _0x4f9186,jsxs as _0x16355e}from'react/jsx-runtime';const Dn={'type':_0x542fd3['OPERATION'],'id':_0x70a4aa(0x19b),'handler'(){return!0x0;}},On={'type':_0x542fd3[_0x70a4aa(0x191)],'id':_0x70a4aa(0x380),'handler'(){return!0x0;}},kn={'type':_0x542fd3['COMMAND'],'id':_0x70a4aa(0x23e),'handler':async(_0x32794b,_0x2a2fcd)=>{const _0x25a706=_0x70a4aa;let _0x41d0a5=_0x54943c(_0x32794b[_0x25a706(0x3c8)](_0x17d34));if(!_0x41d0a5)return!0x1;let _0x59b81d=_0x32794b[_0x25a706(0x3c8)](_0xf81596)['getCurrentLastSelection']();if(!_0x59b81d)return!0x1;let _0x53be6b=_0x32794b[_0x25a706(0x3c8)](_0x1b7224),_0x9b7bf9=_0x32794b['get'](_0x13b077),{range:_0x552fc7}=_0x59b81d;if(_0x552fc7[_0x25a706(0x446)]===_0x552fc7[_0x25a706(0x3be)]||_0x552fc7[_0x25a706(0x2ae)]===_0x552fc7['endColumn'])return _0x53be6b['show']({'type':_0x2f0265['Error'],'content':_0x9b7bf9['t'](_0x25a706(0x256))}),!0x1;let _0x43f2b9=_0x32794b[_0x25a706(0x3c8)](_0x366976),{unitId:_0x31ce5a,subUnitId:_0x920100}=_0x41d0a5,{value:_0x25a14b}=_0x2a2fcd;return _0x43f2b9[_0x25a706(0x1e3)](_0x26e95e['id'],{'unitId':_0x31ce5a,'subUnitId':_0x920100,'chartType':_0x25a14b,'range':_0x552fc7});}};function An(_0xf9cb3e,_0x4f1f3c){const _0x53165c=_0x70a4aa;return _0xf9cb3e==null||Array[_0x53165c(0x1b5)](_0xf9cb3e)?'':jn(_0xf9cb3e[_0x53165c(0x4ed)],_0x4f1f3c);}function jn(_0x58be8c,_0x425879){const _0x57f2c3=_0x70a4aa;var _0x2e7a07;let {unitId:_0x5a03f6,subUnitId:_0x2db0ee,range:_0x38d80f}=_0x58be8c,_0x592458=(_0x2e7a07=_0x425879[_0x57f2c3(0x4b5)](_0x5a03f6))==null?void 0x0:_0x2e7a07['getSheetBySheetId'](_0x2db0ee);return _0x592458?_0x1b7e54(_0x592458[_0x57f2c3(0x4fb)](),_0x38d80f):'';}const Mn=[{'label':_0x70a4aa(0x402),'value':_0x249b61[_0x70a4aa(0x2f1)],'icon':_0x70a4aa(0x262)},{'label':_0x70a4aa(0x4e8),'value':_0x249b61[_0x70a4aa(0x267)],'icon':_0x70a4aa(0x3d3)},{'label':_0x70a4aa(0x377),'value':_0x249b61[_0x70a4aa(0x28a)],'icon':_0x70a4aa(0x305)},{'label':_0x70a4aa(0x4fe),'value':_0x249b61[_0x70a4aa(0x4df)],'icon':_0x70a4aa(0x45d)},{'label':_0x70a4aa(0x481),'value':_0x249b61[_0x70a4aa(0x1ab)],'icon':_0x70a4aa(0x45d)},{'label':_0x70a4aa(0x1e4),'value':_0x249b61[_0x70a4aa(0x1d1)],'icon':_0x70a4aa(0x45d)},{'label':_0x70a4aa(0x285),'value':_0x249b61[_0x70a4aa(0x435)],'icon':_0x70a4aa(0x305)},{'label':_0x70a4aa(0x42f),'value':_0x249b61[_0x70a4aa(0x3ba)],'icon':_0x70a4aa(0x41c)},{'label':_0x70a4aa(0x442),'value':_0x249b61['AreaStacked'],'icon':_0x70a4aa(0x41c)},{'label':_0x70a4aa(0x39c),'value':_0x249b61[_0x70a4aa(0x41e)],'icon':'AreaChartIcon'},{'label':'sheets-chart-ui.chartTypes.radar','value':_0x249b61[_0x70a4aa(0x4ae)],'icon':_0x70a4aa(0x1a3)},{'label':_0x70a4aa(0x23c),'value':_0x249b61[_0x70a4aa(0x22e)],'icon':_0x70a4aa(0x462)},{'label':_0x70a4aa(0x21f),'value':_0x249b61['Scatter'],'icon':_0x70a4aa(0x4c4)},{'label':'sheets-chart-ui.chartTypes.wordCloud','value':_0x249b61[_0x70a4aa(0x3ae)],'icon':'CloudIcon'},{'label':_0x70a4aa(0x2fa),'value':_0x249b61['Funnel'],'icon':_0x70a4aa(0x4f9)},{'label':_0x70a4aa(0x423),'value':_0x249b61['Bubble'],'icon':_0x70a4aa(0x2f0)},{'label':_0x70a4aa(0x46a),'value':_0x249b61[_0x70a4aa(0x3a1)],'icon':_0x70a4aa(0x374)},{'label':_0x70a4aa(0x44c),'value':_0x249b61[_0x70a4aa(0x218)],'icon':'WaterfallChartIcon'},{'label':'sheets-chart-ui.chartTypes.pareto','value':_0x249b61[_0x70a4aa(0x45e)],'icon':_0x70a4aa(0x462)},{'label':_0x70a4aa(0x3fc),'value':_0x249b61[_0x70a4aa(0x37e)],'icon':_0x70a4aa(0x2c7)},{'label':_0x70a4aa(0x50b),'value':_0x249b61['Heatmap'],'icon':_0x70a4aa(0x35a)},{'label':'sheets-chart-ui.chartTypes.boxplot','value':_0x249b61[_0x70a4aa(0x1d0)],'icon':_0x70a4aa(0x464)}];function Nn(){return Mn;}const Pn=(_0x1b5494,_0x216ed4)=>{const _0x45c92d=_0x70a4aa;if(_0x216ed4[_0x45c92d(0x4bb)]===0x1&&_0x216ed4[0x0]===_0x45c92d(0x250))return _0x1b5494;if(_0x216ed4[_0x45c92d(0x4bb)]>0x1){let _0x501dd8=new Set();for(let _0x36bb79 of _0x216ed4)_0x501dd8[_0x45c92d(0x312)](Number(_0x36bb79));return _0x1b5494[_0x45c92d(0x475)](_0x33e0d9=>_0x501dd8['has'](_0x33e0d9['value']));}return[];};function Fn(_0x58577d){const _0x3f651f=_0x70a4aa;let _0x1c8342=_0x58577d[_0x3f651f(0x3c8)](_0x17d34),_0x38c85d=_0x27f1a2(_0x58577d),_0x22d152=Pn(Nn()['concat'](),_0x38c85d);return{'id':kn['id'],'type':_0x3e0b25[_0x3f651f(0x360)],'selections':_0x22d152,'icon':_0x3f651f(0x3ed),'tooltip':_0x3f651f(0x291),'activated$':_0x5c8884(_0x1c8342,!0x1,()=>new _0x1cf469(_0x3ac87e=>{const _0x238465=_0x3f651f;_0x3ac87e[_0x238465(0x3f7)](!0x1);})),'hidden$':_0x32c02b(_0x58577d,_0x125f1a[_0x3f651f(0x1ea)]),'disabled$':_0x556c3f(_0x58577d)};}const In={[_0xa90c33['MEDIA']]:{[kn['id']]:{'order':0x4,'menuItemFactory':Fn}}};function Ln(_0x339fbf){'@babel/helpers - typeof';const _0x37b04b=_0x70a4aa;return Ln=typeof Symbol==_0x37b04b(0x49d)&&typeof Symbol[_0x37b04b(0x26e)]==_0x37b04b(0x38e)?function(_0x421598){return typeof _0x421598;}:function(_0x211a25){const _0x36ee9b=_0x37b04b;return _0x211a25&&typeof Symbol==_0x36ee9b(0x49d)&&_0x211a25[_0x36ee9b(0x22a)]===Symbol&&_0x211a25!==Symbol['prototype']?_0x36ee9b(0x38e):typeof _0x211a25;},Ln(_0x339fbf);}function Rn(_0x452e6b,_0x4cb921){const _0x344ebd=_0x70a4aa;if(Ln(_0x452e6b)!=_0x344ebd(0x2c5)||!_0x452e6b)return _0x452e6b;var _0x4f683e=_0x452e6b[Symbol[_0x344ebd(0x472)]];if(_0x4f683e!==void 0x0){var _0x3b978d=_0x4f683e[_0x344ebd(0x391)](_0x452e6b,_0x4cb921||'default');if(Ln(_0x3b978d)!=_0x344ebd(0x2c5))return _0x3b978d;throw TypeError(_0x344ebd(0x4cd));}return(_0x4cb921===_0x344ebd(0x3d4)?String:Number)(_0x452e6b);}function zn(_0x39c226){const _0x297a50=_0x70a4aa;var _0x4d23e1=Rn(_0x39c226,_0x297a50(0x3d4));return Ln(_0x4d23e1)==_0x297a50(0x38e)?_0x4d23e1:_0x4d23e1+'';}function X(_0x5ddd63,_0x269238,_0x12cec1){const _0xef64f2=_0x70a4aa;return(_0x269238=zn(_0x269238))in _0x5ddd63?Object[_0xef64f2(0x392)](_0x5ddd63,_0x269238,{'value':_0x12cec1,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5ddd63[_0x269238]=_0x12cec1,_0x5ddd63;}function _0x45c2(_0x519a79,_0x2d987f){_0x519a79=_0x519a79-0x18d;const _0x53744b=_0x5374();let _0x45c2d3=_0x53744b[_0x519a79];return _0x45c2d3;}function Z(_0x101e47,_0x1172ab){return function(_0x1772e3,_0x437e53){_0x1172ab(_0x1772e3,_0x437e53,_0x101e47);};}function Bn(_0x22287a,_0x5875f8,_0x471f30,_0x4e429f){const _0x23c499=_0x70a4aa;var _0x4627d8=arguments['length'],_0x36c9f9=_0x4627d8<0x3?_0x5875f8:_0x4e429f===null?_0x4e429f=Object[_0x23c499(0x19c)](_0x5875f8,_0x471f30):_0x4e429f,_0x203998;if(typeof Reflect=='object'&&typeof Reflect[_0x23c499(0x365)]==_0x23c499(0x49d))_0x36c9f9=Reflect[_0x23c499(0x365)](_0x22287a,_0x5875f8,_0x471f30,_0x4e429f);else{for(var _0x4bd8be=_0x22287a[_0x23c499(0x4bb)]-0x1;_0x4bd8be>=0x0;_0x4bd8be--)(_0x203998=_0x22287a[_0x4bd8be])&&(_0x36c9f9=(_0x4627d8<0x3?_0x203998(_0x36c9f9):_0x4627d8>0x3?_0x203998(_0x5875f8,_0x471f30,_0x36c9f9):_0x203998(_0x5875f8,_0x471f30))||_0x36c9f9);}return _0x4627d8>0x3&&_0x36c9f9&&Object['defineProperty'](_0x5875f8,_0x471f30,_0x36c9f9),_0x36c9f9;}function Vn(_0xe8ea96){return new Promise(_0x3b8731=>{const _0x1b134d=_0x45c2;let _0x3950b9=setInterval(()=>{const _0x2b3bae=_0x45c2;let _0x44edd8=document[_0x2b3bae(0x4f2)](_0xe8ea96);_0x44edd8&&(clearInterval(_0x3950b9),_0x3b8731(_0x44edd8));},0x3e8/0x3c),_0x1bfd12=document[_0x1b134d(0x4f2)](_0xe8ea96);_0x1bfd12&&(clearInterval(_0x3950b9),_0x3b8731(_0x1bfd12));});}function Hn(_0x3d4a98,_0x33ad47){const _0xdeee72=_0x70a4aa;let _0x397686=document[_0xdeee72(0x2c4)](_0xdeee72(0x1fa));return _0x397686[_0xdeee72(0x4d3)]['width']=_0x3d4a98-0x10+'px',_0x397686[_0xdeee72(0x4d3)][_0xdeee72(0x34e)]=_0x33ad47-0x10+'px',_0x397686['style']['border']='1px\x20solid\x20transparent',_0x397686['style']['boxSizing']=_0xdeee72(0x427),_0x397686['style']['left']=_0xdeee72(0x1f2),_0x397686[_0xdeee72(0x4d3)][_0xdeee72(0x220)]=_0xdeee72(0x1f2),_0x397686['style']['overflow']=_0xdeee72(0x3e9),_0x397686[_0xdeee72(0x2b0)]=_0xdeee72(0x482),_0x397686;}let Un=class extends _0xc50824{constructor(_0x13ffa8,_0x43e8cb){const _0x303fc6=_0x70a4aa;super(),this['_sheetCanvasFloatDomManagerService']=_0x13ffa8,this[_0x303fc6(0x420)]=_0x43e8cb,X(this,'_mountNodes',new Map()),X(this,_0x303fc6(0x4b0),new _0x45e17a()),X(this,'removeHost$',this[_0x303fc6(0x4b0)][_0x303fc6(0x233)]());}['_getSceneAndTransformerByDrawingSearch'](_0x27117c){const _0x2f494f=_0x70a4aa;if(_0x27117c==null)return;let _0x254e1a=this[_0x2f494f(0x420)][_0x2f494f(0x390)](_0x27117c),_0x5e4276=_0x254e1a==null?void 0x0:_0x254e1a[_0x2f494f(0x21e)];return _0x254e1a==null||_0x5e4276==null?null:{'scene':_0x5e4276,'transformer':_0x5e4276[_0x2f494f(0x356)](),'renderUnit':_0x254e1a,'canvas':_0x254e1a[_0x2f494f(0x31c)]['getCanvasElement']()};}['setBorder'](_0x1f09b1,_0x183cfb){const _0x3c7ee0=_0x70a4aa;let _0x32e8f2=this[_0x3c7ee0(0x439)],_0xd11afa=_0x183cfb||_0x3c7ee0(0x2fe),_0x533501=_0x32e8f2['getFloatDomInfo'](_0x1f09b1);if(_0x533501){let {unitId:_0x433379,subUnitId:_0x39a308}=_0x533501;_0x32e8f2[_0x3c7ee0(0x2de)](_0x433379,_0x39a308,_0x1f09b1,{'stroke':_0xd11afa});}}[_0x70a4aa(0x3e6)](_0x1cee07,_0x43e8a9){const _0x242313=_0x70a4aa;let _0x257ca7=this[_0x242313(0x439)],_0x2a28eb=_0x257ca7['getFloatDomInfo'](_0x1cee07);if(_0x2a28eb){let {unitId:_0x1f31e4,subUnitId:_0x2b6334}=_0x2a28eb;_0x257ca7[_0x242313(0x2de)](_0x1f31e4,_0x2b6334,_0x1cee07,_0x43e8a9);}}[_0x70a4aa(0x32f)](_0x312e92){const _0xbada02=_0x70a4aa;let _0x55be71=this['_sheetCanvasFloatDomManagerService'][_0xbada02(0x323)](_0x312e92);return _0x55be71?_0x55be71[_0xbada02(0x19e)]:null;}[_0x70a4aa(0x4d6)](_0x6d336c){const _0x132447=_0x70a4aa;let _0x546d50=this[_0x132447(0x439)][_0x132447(0x323)](_0x6d336c);if(_0x546d50){var _0x308134;let _0x492c21=(_0x308134=_0x546d50[_0x132447(0x43d)])==null?_0x6d336c:_0x308134,_0x3e154c=document['getElementById'](_0x492c21);if(_0x3e154c&&_0x3e154c[_0x132447(0x217)]['length']>0x0)return!0x0;}return!0x1;}async[_0x70a4aa(0x366)](_0x2aa1ad){const _0x17ce23=_0x70a4aa;var _0x5aaab8;let _0x5aa09b=this[_0x17ce23(0x439)]['getFloatDomInfo'](_0x2aa1ad),_0x40a3df=(_0x5aaab8=_0x5aa09b==null?void 0x0:_0x5aa09b['domId'])==null?_0x2aa1ad:_0x5aaab8,_0x25090d=document[_0x17ce23(0x4f2)](_0x40a3df);return this['_mountNodes']['has'](_0x2aa1ad)&&_0x25090d&&_0x25090d[_0x17ce23(0x217)][_0x17ce23(0x4bb)]>0x0?{'mountNode':this[_0x17ce23(0x2a6)][_0x17ce23(0x3c8)](_0x2aa1ad),'dispose':()=>{const _0x66414=_0x17ce23;this[_0x66414(0x2a6)][_0x66414(0x369)](_0x2aa1ad),_0x5aa09b==null||_0x5aa09b[_0x66414(0x1ce)][_0x66414(0x1ce)]();}}:this[_0x17ce23(0x3ca)](_0x2aa1ad);}async['_createHost'](_0x2f4b60){const _0x36569c=_0x70a4aa;let _0x145c0f=this[_0x36569c(0x439)][_0x36569c(0x323)](_0x2f4b60);if(_0x145c0f){var _0x5ed343;let {rect:_0x146bef}=_0x145c0f,_0x4dd6d9=_0x146bef[_0x36569c(0x31a)],_0x29db78=_0x146bef[_0x36569c(0x34e)],_0x28a271=this[_0x36569c(0x34a)](_0x145c0f['unitId']),_0x42141b=0x1,_0xc9976=0x1;if(_0x28a271){let {scene:_0x26f371}=_0x28a271;_0x26f371&&(_0x42141b=_0x26f371['scaleX'],_0xc9976=_0x26f371['scaleY']);}let _0x11b912=Hn(_0x4dd6d9*_0x42141b,_0x29db78*_0xc9976);return(await Vn((_0x5ed343=_0x145c0f['domId'])==null?_0x2f4b60:_0x5ed343))['appendChild'](_0x11b912),this['_mountNodes'][_0x36569c(0x249)](_0x2f4b60,_0x11b912),this['disposeWithMe'](this['_sheetCanvasFloatDomManagerService'][_0x36569c(0x350)]['subscribe'](_0x53654c=>{const _0x5070de=_0x36569c;_0x53654c['id']===_0x2f4b60&&this[_0x5070de(0x4b0)][_0x5070de(0x3f7)](_0x2f4b60);})),{'mountNode':_0x11b912,'dispose':()=>{const _0x19e72b=_0x36569c;this[_0x19e72b(0x2a6)][_0x19e72b(0x369)](_0x2f4b60),_0x145c0f==null||_0x145c0f[_0x19e72b(0x1ce)][_0x19e72b(0x1ce)]();}};}else throw this[_0x36569c(0x2a6)]['delete'](_0x2f4b60),Error(_0x36569c(0x307));}};Un=Bn([Z(0x0,_0xfdc36d(_0x5294dc)),Z(0x1,_0xfdc36d(_0x5ea012))],Un);const Wn=_0x3f84b0('sheets-chart-ui.host.provider');function Gn(_0x56865a){const _0x53ce74=_0x70a4aa;_0x56865a[_0x53ce74(0x299)]('headers',_0x5e008c=>_0x5e008c[_0x53ce74(0x4a8)]['pipe'](_0x2d52ca(_0x322b47=>_0x322b47[_0x53ce74(0x293)]))),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x353),_0x1b7fa4=>({'set'(_0x55cf9e){const _0x5bf6d5=_0x53ce74;let _0x2d28e5={};_0x55cf9e===_0x249b61[_0x5bf6d5(0x28a)]&&(_0x2d28e5['pie']={'doughnutHole':null}),_0x56865a[_0x5bf6d5(0x232)]({'chartModelId':_0x1b7fa4['id'],'chartType':_0x55cf9e,'style':_0x2d28e5});},'get'(){const _0x3ce866=_0x53ce74;return _0x1b7fa4[_0x3ce866(0x4f0)];}})),_0x56865a['registerViewState'](_0x53ce74(0x43a),_0x3722bf=>({'set'(_0x28f54b){_0x28f54b&&_0x56865a['executeChartUpdateSourceConfig']({'chartModelId':_0x3722bf['id'],'range':_0x28f54b});},'get'(){const _0x1a5cb1=_0x53ce74;let _0xcb9b34=_0x56865a[_0x1a5cb1(0x2e4)](_0x3722bf['id']);if(_0xcb9b34)return _0xcb9b34[_0x1a5cb1(0x463)];}})),_0x56865a['registerViewState'](_0x53ce74(0x436),_0x71923d=>({'set'(_0x259b41){const _0x23bf9d=_0x53ce74;typeof _0x259b41==_0x23bf9d(0x4ac)&&_0x56865a[_0x23bf9d(0x232)]({'chartModelId':_0x71923d['id'],'context':{'categoryIndex':_0x259b41}});},'get'(){const _0xfddfb6=_0x53ce74;return _0x71923d[_0xfddfb6(0x4a8)][_0xfddfb6(0x4ce)](_0x2d52ca(_0x488c1b=>_0x488c1b[_0xfddfb6(0x436)]),_0x58babe());}})),_0x56865a['registerViewState'](_0x53ce74(0x1b1),_0x4133d2=>_0x4133d2[_0x53ce74(0x4a8)][_0x53ce74(0x4ce)](_0x2d52ca(_0x1df757=>_0x1df757[_0x53ce74(0x1b1)]),_0x58babe())),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x3ea),_0x2a05b0=>{const _0x48bf9d=_0x53ce74;var _0x4b7588;let _0x561ecd=(_0x4b7588=_0x56865a[_0x48bf9d(0x2e4)](_0x2a05b0['id']))==null?void 0x0:_0x4b7588['rangeInfo$'];return _0x561ecd?_0x2a05b0[_0x48bf9d(0x4a8)][_0x48bf9d(0x4ce)](_0x2d4031(_0x561ecd),_0x2d52ca(([_0x523f65,_0x683643])=>{const _0x4fa922=_0x48bf9d;let {categoryResourceIndexes:_0x53da9a,headers:_0x121bfd}=_0x523f65,_0x1c6077=(_0x53da9a||[])[_0x4fa922(0x37a)]((_0x229ab3,_0xb6cc29)=>(_0x229ab3||0x0)-(_0xb6cc29||0x0));return!_0x1c6077||Array[_0x4fa922(0x1b5)](_0x683643)?[]:_0x1c6077[_0x4fa922(0x474)](_0x4234d7=>({'label':(_0x121bfd==null?void 0x0:_0x121bfd[_0x4234d7])||_0x56865a['t']('sheets-chart-ui.categoryDefaultName',''+(_0x4234d7+0x1)),'value':String(_0x4234d7)}));})):_0x2a05b0[_0x48bf9d(0x4a8)]['pipe'](_0x2d52ca(()=>[]));}),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x40b),_0x2754c3=>{const _0x3a6cd2=_0x53ce74;var _0x1b7aea;let _0x349478=(_0x1b7aea=_0x56865a[_0x3a6cd2(0x2e4)](_0x2754c3['id']))==null?void 0x0:_0x1b7aea[_0x3a6cd2(0x463)];return _0x349478?_0x2754c3[_0x3a6cd2(0x4a8)][_0x3a6cd2(0x4ce)](_0x2d4031(_0x349478),_0x2d52ca(([_0x108fd5,_0x2be7cf])=>{const _0x72a31d=_0x3a6cd2;let {categoryResourceIndexes:_0xacb5d6,seriesResourceIndexes:_0x49fecb,headers:_0x27a769}=_0x108fd5,_0x3e2f75=_0xacb5d6==null?void 0x0:_0xacb5d6['concat'](_0x49fecb||[])[_0x72a31d(0x37a)]((_0x4b5070,_0xec35fb)=>(_0x4b5070||0x0)-(_0xec35fb||0x0));return!_0x3e2f75||Array[_0x72a31d(0x1b5)](_0x2be7cf)?[]:_0x3e2f75[_0x72a31d(0x474)](_0x68fb25=>({'label':(_0x27a769==null?void 0x0:_0x27a769[_0x68fb25])||_0x56865a['t'](_0x72a31d(0x34c),''+(_0x68fb25+0x1)),'value':String(_0x68fb25)}));})):_0x2754c3[_0x3a6cd2(0x4a8)]['pipe'](_0x2d52ca(()=>[]));}),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x2b3),_0x59fa20=>({'set'(_0x1329d3){const _0xdc8e06=_0x53ce74;_0x56865a[_0xdc8e06(0x232)]({'chartModelId':_0x59fa20['id'],'context':{'seriesIndexes':_0x1329d3}});},'get'(){const _0x4ac9f0=_0x53ce74;return _0x59fa20[_0x4ac9f0(0x4a8)]['pipe'](_0x2d52ca(_0x327f32=>{let {seriesIndexes:_0x594571=[]}=_0x327f32;return _0x594571;}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x228),_0x55f875=>({'set'(_0x31c492){const _0x2ff604=_0x53ce74;_0x56865a[_0x2ff604(0x232)]({'chartModelId':_0x55f875['id'],'style':{'trendlines':_0x31c492}});},'get'(){const _0x401a5d=_0x53ce74;return _0x55f875[_0x401a5d(0x263)][_0x401a5d(0x4ce)](_0x2d52ca(_0x196937=>_0x196937[_0x401a5d(0x48e)]));}})),_0x56865a['registerViewState']('seriesList',_0x1e9b48=>{const _0x5c6962=_0x53ce74;var _0x3a92ae;let _0x5e9cc5=(_0x3a92ae=_0x56865a[_0x5c6962(0x2e4)](_0x1e9b48['id']))==null?void 0x0:_0x3a92ae['rangeInfo$'];return _0x5e9cc5?_0x1e9b48[_0x5c6962(0x4a8)][_0x5c6962(0x4ce)](_0x2d4031(_0x5e9cc5),_0x2d52ca(([_0x110ce8,_0x293e1a])=>{const _0x999741=_0x5c6962;let {seriesIndexes:_0x29c1a8=[],headers:_0x556281}=_0x110ce8;return Array[_0x999741(0x1b5)](_0x293e1a)?[]:_0x29c1a8['map'](_0x33780b=>({'label':(_0x556281==null?void 0x0:_0x556281[_0x33780b])||_0x56865a['t'](_0x999741(0x2e2),''+_0x33780b),'value':String(_0x33780b)}));})):_0x1e9b48[_0x5c6962(0x4a8)][_0x5c6962(0x4ce)](_0x2d52ca(()=>[]));}),_0x56865a['registerViewState'](_0x53ce74(0x193),_0x4468cd=>{const _0x3b472f=_0x53ce74;var _0x424580;let _0x6c9259=(_0x424580=_0x56865a[_0x3b472f(0x2e4)](_0x4468cd['id']))==null?void 0x0:_0x424580[_0x3b472f(0x463)];return _0x6c9259?_0x4468cd['context$'][_0x3b472f(0x4ce)](_0x2d4031(_0x6c9259),_0x2d52ca(([_0x251f4a,_0x290186])=>{const _0x17dc2e=_0x3b472f;let {seriesResourceIndexes:_0x2a1d58=[],headers:_0x4d4dc9}=_0x251f4a;if(Array[_0x17dc2e(0x1b5)](_0x290186))return[];let _0x51c731=new Map();return _0x2a1d58[_0x17dc2e(0x474)](_0x2f55c8=>{const _0x2f58f1=_0x17dc2e;let _0x42a52e=(_0x4d4dc9==null?void 0x0:_0x4d4dc9[_0x2f55c8])||_0x56865a['t']('sheets-chart-ui.seriesDefaultName',''+_0x2f55c8);return _0x51c731['has'](_0x42a52e)?_0x51c731[_0x2f58f1(0x249)](_0x42a52e,_0x51c731[_0x2f58f1(0x3c8)](_0x42a52e)+0x1):_0x51c731[_0x2f58f1(0x249)](_0x42a52e,0x0),{'label':(_0x51c731[_0x2f58f1(0x489)](_0x42a52e)&&_0x51c731[_0x2f58f1(0x3c8)](_0x42a52e)>0x0?_0x42a52e+'\x20'+_0x51c731['get'](_0x42a52e):_0x42a52e)||_0x56865a['t']('sheets-chart-ui.seriesDefaultName',''+_0x2f55c8),'value':String(_0x2f55c8)};});})):_0x4468cd[_0x3b472f(0x4a8)][_0x3b472f(0x4ce)](_0x2d52ca(()=>[]));}),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x438),_0x2438a5=>({'set'(_0x2e2e46){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x2438a5['id'],'dataAggregation':{'aggregate':_0x2e2e46}});},'get'(){const _0x533bd6=_0x53ce74;return _0x2438a5[_0x533bd6(0x1eb)][_0x533bd6(0x4ce)](_0x2d52ca(_0x1eef35=>_0x1eef35[_0x533bd6(0x438)]||!0x1),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x26f),_0xe74e93=>({'set'(_0x4365e7){const _0x10f361=_0x53ce74;var _0x2c23a9;let _0x4c676e=(_0x2c23a9=_0x56865a[_0x10f361(0x2e4)](_0xe74e93['id']))==null?void 0x0:_0x2c23a9['getRangeInfo']();if(_0x4c676e){let _0x5d7a49={..._0x4c676e,'isRowDirection':_0x4365e7===_0x84a39c[_0x10f361(0x300)]};_0x56865a[_0x10f361(0x232)]({'chartModelId':_0xe74e93['id'],'context':{'seriesIndexes':void 0x0,'transform':void 0x0}}),_0x56865a[_0x10f361(0x3a2)]({'chartModelId':_0xe74e93['id'],'range':_0x5d7a49});}},'get'(){const _0x482ee1=_0x53ce74;var _0x554b41;return(_0x554b41=_0x56865a['getDataSource'](_0xe74e93['id']))==null?void 0x0:_0x554b41['rangeInfo$'][_0x482ee1(0x4ce)](_0x2d52ca(_0x513c7f=>_0x513c7f[_0x482ee1(0x2bd)]?_0x84a39c[_0x482ee1(0x300)]:_0x84a39c['Column']),_0x58babe());}})),_0x56865a['registerViewState'](_0x53ce74(0x2d7),_0x59dbff=>({'set'(_0x23f3ce){const _0x2153d2=_0x53ce74;_0x56865a[_0x2153d2(0x232)]({'chartModelId':_0x59dbff['id'],'style':{'gradientFill':_0x23f3ce}});},'get'(){return _0x59dbff['style$']['pipe'](_0x2d52ca(_0x4f5a38=>_0x4f5a38['gradientFill']),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x280),_0xb27254=>({'set'(_0x186429){const _0x18535c=_0x53ce74;_0x56865a[_0x18535c(0x232)]({'chartModelId':_0xb27254['id'],'style':{'tooltip':_0x186429}});},'get'(){const _0x11ce80=_0x53ce74;return _0xb27254['style$'][_0x11ce80(0x4ce)](_0x2d52ca(_0x1b5080=>_0x1b5080['tooltip']),_0x58babe());}})),_0x56865a['registerViewState'](_0x53ce74(0x244),_0xeea6e0=>({'set'(_0x2399dc){const _0x56636c=_0x53ce74;let {context:_0x41a84e}=_0xeea6e0,_0x5621e2=_0x53cc24=>{const _0x38b3ce=_0x45c2;var _0x117d95;return((_0x117d95=_0x41a84e['seriesResourceIndexes'])==null?void 0x0:_0x117d95[_0x38b3ce(0x30c)](_0x53cc24))!==-0x1;};if(_0x2399dc){var _0x29097b;let _0x153168=(_0x29097b=_0x41a84e[_0x56636c(0x502)])==null?void 0x0:_0x29097b[0x0];if(_0x153168===void 0x0)return;let _0x4fefa6={'categoryIndex':_0x153168,'categoryType':_0x53aa9b[_0x56636c(0x1ca)]};if(_0x5621e2(_0x153168)){var _0x4ffd67;_0x4fefa6[_0x56636c(0x502)]=(_0x4ffd67=_0x41a84e['seriesIndexes'])==null?void 0x0:_0x4ffd67[_0x56636c(0x475)](_0x298cc0=>_0x298cc0!==_0x153168);}_0x56865a[_0x56636c(0x232)]({'chartModelId':_0xeea6e0['id'],'context':_0x4fefa6});}else{if(_0x41a84e[_0x56636c(0x436)]===void 0x0)return;let _0x40f2b2={'categoryIndex':void 0x0,'categoryType':void 0x0};_0x5621e2(_0x41a84e[_0x56636c(0x436)])&&(_0x40f2b2[_0x56636c(0x502)]=[_0x41a84e[_0x56636c(0x436)]]['concat'](_0x41a84e['seriesIndexes']||[])),_0x56865a[_0x56636c(0x232)]({'chartModelId':_0xeea6e0['id'],'context':_0x40f2b2});}},'get'(){const _0x1f5cc8=_0x53ce74;return _0xeea6e0[_0x1f5cc8(0x4a8)][_0x1f5cc8(0x4ce)](_0x2d52ca(_0x2d8375=>{const _0x10fa0f=_0x1f5cc8;var _0x3cccfc;return _0x2d8375['categoryIndex']===void 0x0?!0x1:!!((_0x3cccfc=_0x2d8375[_0x10fa0f(0x33b)])!=null&&_0x3cccfc[_0x10fa0f(0x406)](_0x2d8375[_0x10fa0f(0x436)]));}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x359),_0x4eaa91=>({'set'(_0x45f57b){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x4eaa91['id'],'style':{'backgroundColor':_0x45f57b==null?null:_0x45f57b}});},'get'(){const _0x3a4591=_0x53ce74;return _0x4eaa91['style$'][_0x3a4591(0x4ce)](_0x2d52ca(_0x12d01b=>_0x12d01b==null?void 0x0:_0x12d01b[_0x3a4591(0x359)]),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x4b6),_0x479a39=>({'set'(_0x543a63){const _0x129b0c=_0x53ce74;_0x56865a[_0x129b0c(0x232)]({'chartModelId':_0x479a39['id'],'style':{'borderColor':_0x543a63==null?null:_0x543a63}}),_0x56865a[_0x129b0c(0x422)](_0x479a39['id'],_0x543a63);},'get'(){const _0x4f2baf=_0x53ce74;return _0x479a39['style$'][_0x4f2baf(0x4ce)](_0x2d52ca(_0x5c5722=>_0x5c5722[_0x4f2baf(0x4b6)]),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)]('fontSize',_0x5f20a5=>({'set'(_0x34ae7a){const _0x517184=_0x53ce74;_0x56865a[_0x517184(0x232)]({'chartModelId':_0x5f20a5['id'],'style':{'fontSize':_0x34ae7a}});},'get'(){const _0x344af1=_0x53ce74;return _0x5f20a5['style$'][_0x344af1(0x4ce)](_0x2d52ca(_0x1bb830=>_0x1bb830[_0x344af1(0x433)]),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x4c2),_0x3692a0=>({'set'(_0x81f511){const _0x51ce0a=_0x53ce74;_0x56865a[_0x51ce0a(0x232)]({'chartModelId':_0x3692a0['id'],'style':{'titleFontSize':_0x81f511}});},'get'(){const _0x5a78a4=_0x53ce74;return _0x3692a0['style$'][_0x5a78a4(0x4ce)](_0x2d52ca(_0x3c3bf2=>_0x3c3bf2[_0x5a78a4(0x4c2)]),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x40c),_0x1e6fe3=>({'set'(_0x4fec7a){const _0x18b8fd=_0x53ce74;_0x56865a[_0x18b8fd(0x232)]({'chartModelId':_0x1e6fe3['id'],'style':{'titles':_0x4fec7a}});},'get'(){const _0x5e2a35=_0x53ce74;return _0x1e6fe3['style$']['pipe'](_0x2d52ca(_0x43c32b=>_0x43c32b[_0x5e2a35(0x40c)]));}})),_0x56865a[_0x53ce74(0x299)]('allSeriesStyle',_0x4eff1b=>({'set'(_0x259937){const _0x260a8a=_0x53ce74;let _0x1e4b54=Object['keys'](_0x259937),_0x22a289=_0x38c6ca[_0x260a8a(0x314)](_0x4eff1b['style'][_0x260a8a(0x457)]||{}),_0x5cc917={};for(let _0x44a04d in _0x22a289)if(_0x22a289['hasOwnProperty'](_0x44a04d)){let _0x114600=_0x22a289[_0x44a04d];if(!_0x114600)continue;for(let _0xda05a8 of _0x1e4b54)_0x114600[_0x260a8a(0x330)](_0xda05a8)&&(_0x5cc917[_0x44a04d]={[_0xda05a8]:null});}let _0x295a89={'allSeriesStyle':_0x259937,'seriesStyleMap':_0x5cc917},_0x41e5e2=_0x4eff1b['chartType'],_0xd80fba=new Set(_0x1e4b54);_0x41e5e2===_0x249b61[_0x260a8a(0x4ae)]&&(_0xd80fba['has'](_0x260a8a(0x4d4))||_0xd80fba['has'](_0x260a8a(0x473)))&&(_0x295a89[_0x260a8a(0x413)]={'fill':!0x0}),_0x56865a[_0x260a8a(0x232)]({'chartModelId':_0x4eff1b['id'],'style':_0x295a89});},'get'(){const _0x2a9e16=_0x53ce74;return _0x4eff1b[_0x2a9e16(0x263)][_0x2a9e16(0x4ce)](_0x2d52ca(_0x402e29=>_0x402e29[_0x2a9e16(0x508)]));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x457),_0x2ef941=>({'set'(_0x343abd){const _0x43656b=_0x53ce74;_0x56865a[_0x43656b(0x232)]({'chartModelId':_0x2ef941['id'],'style':{'seriesStyleMap':_0x343abd}});},'get'(){const _0x331f1b=_0x53ce74;return _0x2ef941[_0x331f1b(0x263)]['pipe'](_0x2d52ca(_0x338740=>_0x338740[_0x331f1b(0x457)]));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x216),_0x42389f=>({'set'(_0x23e656){const _0x40e079=_0x53ce74;_0x56865a[_0x40e079(0x232)]({'chartModelId':_0x42389f['id'],'style':{'legend':_0x23e656}});},'get'(){const _0x5bde92=_0x53ce74;return _0x42389f['style$'][_0x5bde92(0x4ce)](_0x2d52ca(_0x4877ae=>_0x4877ae[_0x5bde92(0x40e)]));}})),_0x56865a['registerViewState']('xAxisOptions',_0x1cfc2e=>({'set'(_0x58f417){const _0x21d293=_0x53ce74;_0x56865a[_0x21d293(0x232)]({'chartModelId':_0x1cfc2e['id'],'style':{'xAxis':_0x58f417}});},'get'(){const _0x35d30a=_0x53ce74;return _0x1cfc2e[_0x35d30a(0x263)][_0x35d30a(0x4ce)](_0x2d52ca(_0xff084c=>_0xff084c[_0x35d30a(0x3a4)]));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x30f),_0x1ebf6c=>({'set'(_0x153251){const _0xd14bbf=_0x53ce74;_0x56865a[_0xd14bbf(0x232)]({'chartModelId':_0x1ebf6c['id'],'style':{'yAxis':_0x153251}});},'get'(){const _0x124015=_0x53ce74;return _0x1ebf6c[_0x124015(0x263)][_0x124015(0x4ce)](_0x2d52ca(_0x377f92=>_0x377f92[_0x124015(0x3b8)]));}})),_0x56865a['registerViewState']('rightYAxisOptions',_0x4c7859=>({'set'(_0xba62fa){const _0x2a08f6=_0x53ce74;_0x56865a[_0x2a08f6(0x232)]({'chartModelId':_0x4c7859['id'],'style':{'rightYAxis':_0xba62fa}});},'get'(){const _0x191276=_0x53ce74;return _0x4c7859[_0x191276(0x263)][_0x191276(0x4ce)](_0x2d52ca(_0xd11ee5=>_0xd11ee5[_0x191276(0x2a5)]));}})),_0x56865a[_0x53ce74(0x299)]('runtimeAxes',_0x145679=>_0x145679[_0x53ce74(0x263)][_0x53ce74(0x4ce)](_0x2d4031(_0x56865a['direction$']),_0x2d52ca(([,_0x2b22ff])=>_0x145679[_0x53ce74(0x239)](_0x2b22ff)[_0x53ce74(0x44d)]))),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x2a8),_0xa93242=>({'set'(_0x266d12){const _0x547bb6=_0x53ce74;_0x56865a[_0x547bb6(0x232)]({'chartModelId':_0xa93242['id'],'style':{'area':{'lineStyle':_0x266d12==null?void 0x0:_0x266d12}}});},'get'(){const _0x29cb6a=_0x53ce74;return _0xa93242[_0x29cb6a(0x263)][_0x29cb6a(0x4ce)](_0x2d52ca(_0x4901af=>{const _0x2eb2c1=_0x29cb6a;var _0xe2330f;return(_0xe2330f=_0x4901af[_0x2eb2c1(0x3eb)])==null?void 0x0:_0xe2330f[_0x2eb2c1(0x3b5)];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x1a4),_0x5b158d=>({'set'(_0x56d6dd){const _0x454fe0=_0x53ce74;_0x56865a[_0x454fe0(0x232)]({'chartModelId':_0x5b158d['id'],'style':{'pie':{'labelStyle':_0x56d6dd==null?void 0x0:_0x56d6dd}}});},'get'(){const _0x36063b=_0x53ce74;return _0x5b158d[_0x36063b(0x263)][_0x36063b(0x4ce)](_0x2d52ca(_0x1f5565=>{const _0x4369b4=_0x36063b;var _0xef1fdc;return(_0xef1fdc=_0x1f5565[_0x4369b4(0x437)])==null?void 0x0:_0xef1fdc[_0x4369b4(0x2c3)];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x1e6),_0x3cea86=>({'set'(_0x503682){const _0x3905a9=_0x53ce74;_0x56865a[_0x3905a9(0x232)]({'chartModelId':_0x3cea86['id'],'style':{'wordCloud':{'shape':_0x503682==null?void 0x0:_0x503682,'maskImage':_0x503682==null?void 0x0:_0x503682}}});},'get'(){const _0x2e1510=_0x53ce74;return _0x3cea86[_0x2e1510(0x263)][_0x2e1510(0x4ce)](_0x2d52ca(_0x41ffe8=>{const _0xa19293=_0x2e1510;var _0x41822f;return(_0x41822f=_0x41ffe8['wordCloud'])==null?void 0x0:_0x41822f[_0xa19293(0x3bd)];}));}})),_0x56865a['registerViewState']('wordCloudMask',_0xe8d597=>({'set'(_0x1228d9){const _0x173e9b=_0x53ce74;_0x56865a[_0x173e9b(0x232)]({'chartModelId':_0xe8d597['id'],'style':{'wordCloud':{'maskImage':_0x1228d9==null?void 0x0:_0x1228d9,'shape':void 0x0}}});},'get'(){const _0x3971a3=_0x53ce74;return _0xe8d597[_0x3971a3(0x263)][_0x3971a3(0x4ce)](_0x2d52ca(_0x137d53=>{const _0xb86f7a=_0x3971a3;var _0x6e47ac;return(_0x6e47ac=_0x137d53[_0xb86f7a(0x40f)])==null?void 0x0:_0x6e47ac[_0xb86f7a(0x480)];}));}})),_0x56865a['registerViewState'](_0x53ce74(0x3f1),_0x8d9479=>({'set'(_0x1af108){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x8d9479['id'],'style':{'wordCloud':{'repeat':_0x1af108==null?void 0x0:_0x1af108}}});},'get'(){const _0x262474=_0x53ce74;return _0x8d9479[_0x262474(0x263)][_0x262474(0x4ce)](_0x2d52ca(_0x4b12d5=>{var _0x4e0934;return(_0x4e0934=_0x4b12d5['wordCloud'])==null?void 0x0:_0x4e0934['repeat'];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x297),_0x503fef=>({'set'(_0x129546){const _0x4c1438=_0x53ce74;_0x56865a[_0x4c1438(0x232)]({'chartModelId':_0x503fef['id'],'style':{'funnel':{'gap':_0x129546==null?void 0x0:_0x129546}}});},'get'(){const _0x3a8e49=_0x53ce74;return _0x503fef[_0x3a8e49(0x263)][_0x3a8e49(0x4ce)](_0x2d52ca(_0x372cd4=>{const _0x496578=_0x3a8e49;var _0x28fcb3;return(_0x28fcb3=_0x372cd4[_0x496578(0x2cb)])==null?void 0x0:_0x28fcb3[_0x496578(0x493)];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x398),_0x32d3ee=>({'set'(_0x5813ce){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x32d3ee['id'],'style':{'funnel':{'useAbsValue':_0x5813ce==null?void 0x0:_0x5813ce}}});},'get'(){const _0x5914b2=_0x53ce74;return _0x32d3ee[_0x5914b2(0x263)][_0x5914b2(0x4ce)](_0x2d52ca(_0x2dfc24=>{const _0x2ab6a9=_0x5914b2;var _0x421900;return(_0x421900=_0x2dfc24[_0x2ab6a9(0x2cb)])==null?void 0x0:_0x421900[_0x2ab6a9(0x2f9)];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x49f),_0x453154=>({'set'(_0x5714d0){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x453154['id'],'style':{'pie':{'hasPaddingAngle':!!_0x5714d0}}});},'get'(){const _0x53135a=_0x53ce74;return _0x453154['style$'][_0x53135a(0x4ce)](_0x2d52ca(_0xb97f9=>{const _0x15dc77=_0x53135a;var _0x299418;return(_0x299418=_0xb97f9[_0x15dc77(0x437)])==null?void 0x0:_0x299418['hasPaddingAngle'];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x265),_0x40b79f=>({'set'(_0x1418ca){const _0x4d4cd0=_0x53ce74;_0x56865a[_0x4d4cd0(0x232)]({'chartModelId':_0x40b79f['id'],'style':{'pie':{'isHalfPie':!!_0x1418ca}}});},'get'(){const _0x3ab422=_0x53ce74;return _0x40b79f[_0x3ab422(0x263)][_0x3ab422(0x4ce)](_0x2d52ca(_0x594412=>{const _0xc26f3c=_0x3ab422;var _0x427edd;return(_0x427edd=_0x594412['pie'])==null?void 0x0:_0x427edd[_0xc26f3c(0x265)];}));}})),_0x56865a[_0x53ce74(0x299)]('valueScale',_0x4b55b4=>({'set'(_0x230fdf){const _0x236ec3=_0x53ce74;_0x56865a[_0x236ec3(0x232)]({'chartModelId':_0x4b55b4['id'],'style':{'pie':{'valueScale':Number(_0x230fdf)}}});},'get'(){const _0x3036df=_0x53ce74;return _0x4b55b4[_0x3036df(0x263)]['pipe'](_0x2d52ca(_0x30b111=>{const _0x38cf61=_0x3036df;var _0x12b7f6;return(_0x12b7f6=_0x30b111[_0x38cf61(0x437)])==null?void 0x0:_0x12b7f6['valueScale'];}));}})),_0x56865a[_0x53ce74(0x299)]('digitalFixed',_0x4f55b1=>({'set'(_0x901907){const _0x3469ed=_0x53ce74;_0x56865a[_0x3469ed(0x232)]({'chartModelId':_0x4f55b1['id'],'style':{'pie':{'digitalFixed':Number(_0x901907)}}});},'get'(){const _0x393c75=_0x53ce74;return _0x4f55b1[_0x393c75(0x263)][_0x393c75(0x4ce)](_0x2d52ca(_0x5a864b=>{const _0x24c85b=_0x393c75;var _0x1f18bf;return(_0x1f18bf=_0x5a864b[_0x24c85b(0x437)])==null?void 0x0:_0x1f18bf['digitalFixed'];}));}})),_0x56865a['registerViewState'](_0x53ce74(0x322),_0x1da999=>({'set'(_0x349678){const _0x140c4f=_0x53ce74;_0x56865a[_0x140c4f(0x232)]({'chartModelId':_0x1da999['id'],'style':{'pie':{'valueSuffix':String(_0x349678)}}});},'get'(){const _0x40566b=_0x53ce74;return _0x1da999[_0x40566b(0x263)][_0x40566b(0x4ce)](_0x2d52ca(_0x4ad98c=>{const _0x1d6ccb=_0x40566b;var _0x317d83;return(_0x317d83=_0x4ad98c[_0x1d6ccb(0x437)])==null?void 0x0:_0x317d83[_0x1d6ccb(0x322)];}));}})),_0x56865a['registerViewState'](_0x53ce74(0x24b),_0x31b0b5=>({'set'(_0x125a00){const _0x341275=_0x53ce74;_0x56865a[_0x341275(0x232)]({'chartModelId':_0x31b0b5['id'],'style':{'pie':{'rosePie':!!_0x125a00}}});},'get'(){const _0x35b8c1=_0x53ce74;return _0x31b0b5[_0x35b8c1(0x263)][_0x35b8c1(0x4ce)](_0x2d52ca(_0x1fd53a=>{const _0x464289=_0x35b8c1;var _0x1d956e;return(_0x1d956e=_0x1fd53a[_0x464289(0x437)])==null?void 0x0:_0x1d956e[_0x464289(0x2b8)];}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x357),_0x37bbf3=>({'set'(_0x2f6f8f){const _0x5d29f3=_0x53ce74;_0x56865a[_0x5d29f3(0x232)]({'chartModelId':_0x37bbf3['id'],'style':{'pie':{'showLabelLine':!!_0x2f6f8f}}});},'get'(){const _0x107bf4=_0x53ce74;return _0x37bbf3[_0x107bf4(0x263)]['pipe'](_0x2d52ca(_0x4828fa=>{var _0x440f86;return(_0x440f86=_0x4828fa['pie'])==null?void 0x0:_0x440f86['showLabelLine'];}));}})),_0x56865a[_0x53ce74(0x299)]('doughnutHole',_0xd0789f=>({'set'(_0x3e0184){const _0x50af98=_0x53ce74;_0x56865a[_0x50af98(0x232)]({'chartModelId':_0xd0789f['id'],'chartType':_0x3e0184?_0x249b61[_0x50af98(0x435)]:_0x249b61[_0x50af98(0x28a)],'style':{'pie':{'doughnutHole':_0x3e0184}}});},'get'(){const _0x3909e2=_0x53ce74;return _0xd0789f[_0x3909e2(0x263)][_0x3909e2(0x4ce)](_0x2d52ca(_0x1dc30b=>{const _0xaa3eb0=_0x3909e2;var _0x124f46;return(_0x124f46=_0x1dc30b[_0xaa3eb0(0x437)])==null?void 0x0:_0x124f46[_0xaa3eb0(0x3fa)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x30b),_0x11ad96=>({'set'(_0x5dce62){const _0x391340=_0x53ce74;_0x56865a[_0x391340(0x232)]({'chartModelId':_0x11ad96['id'],'style':{'pie':{'borderColor':_0x5dce62}}});},'get'(){const _0x29ce50=_0x53ce74;return _0x11ad96[_0x29ce50(0x263)][_0x29ce50(0x4ce)](_0x2d52ca(_0x1611fa=>{const _0x34d75b=_0x29ce50;var _0x2b84b0;return(_0x2b84b0=_0x1611fa[_0x34d75b(0x437)])==null?void 0x0:_0x2b84b0[_0x34d75b(0x4b6)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x3e7),_0x2d1043=>({'set'(_0x598c74){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x2d1043['id'],'style':{'radar':{'shape':_0x598c74}}});},'get'(){const _0x4a7dcc=_0x53ce74;return _0x2d1043[_0x4a7dcc(0x263)][_0x4a7dcc(0x4ce)](_0x2d52ca(_0x2b86d0=>{const _0x3b185b=_0x4a7dcc;var _0x5edab6;return(_0x5edab6=_0x2b86d0[_0x3b185b(0x413)])==null?void 0x0:_0x5edab6['shape'];}),_0x58babe());}})),_0x56865a['registerViewState'](_0x53ce74(0x2ff),_0x4df071=>({'set'(_0x185c99){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x4df071['id'],'style':{'radar':{'fill':_0x185c99}}});},'get'(){const _0xcda05=_0x53ce74;return _0x4df071[_0xcda05(0x263)][_0xcda05(0x4ce)](_0x2d52ca(_0x356104=>{const _0x3ae0d1=_0xcda05;var _0x351c30;return(_0x351c30=_0x356104[_0x3ae0d1(0x413)])==null?void 0x0:_0x351c30['fill'];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x1c2),_0x3e597b=>({'set'(_0x1e3e27){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x3e597b['id'],'style':{'invalidValueType':_0x1e3e27}});},'get'(){const _0x3391ff=_0x53ce74;return _0x3e597b[_0x3391ff(0x263)][_0x3391ff(0x4ce)](_0x2d52ca(_0x27be15=>_0x27be15[_0x3391ff(0x1c2)]),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x50e),_0x148008=>_0x148008['config$'][_0x53ce74(0x4ce)](_0x2d52ca(_0xdfb29c=>{const _0x2162ce=_0x53ce74;var _0x6c53cb,_0x329b6d;let _0x5b047a=_0xdfb29c==null||(_0x6c53cb=_0xdfb29c[_0x2162ce(0x3d8)])==null?void 0x0:_0x6c53cb[_0x2162ce(0x424)];return((_0xdfb29c==null||(_0x329b6d=_0xdfb29c[_0x2162ce(0x4bc)][0x0])==null?void 0x0:_0x329b6d[_0x2162ce(0x424)])||[])[_0x2162ce(0x474)]((_0x346e9e,_0x586f8d)=>({'label':_0x5b047a&&_0x5b047a[_0x586f8d]!==void 0x0?_0x5b047a[_0x586f8d][_0x2162ce(0x43f)]:_0x56865a['t'](_0x2162ce(0x49a),''+(_0x586f8d+0x1)),'value':''+_0x586f8d}));}))),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x4d5),_0x58a862=>({'set'(_0x44c22e){const _0x46a863=_0x53ce74;let _0x20df20={'theme':_0x44c22e},_0x390809=_0x58a862[_0x46a863(0x4d3)][_0x46a863(0x508)];if((_0x390809==null?void 0x0:_0x390809['color'])!==void 0x0){var _0x57389e,_0x3761da,_0x5bc44c;_0x20df20[_0x46a863(0x508)]={'color':null},(_0x390809==null||(_0x57389e=_0x390809[_0x46a863(0x4ca)])==null||(_0x57389e=_0x57389e[_0x46a863(0x2f7)])==null?void 0x0:_0x57389e[_0x46a863(0x4d4)])!==void 0x0&&(_0x390809[_0x46a863(0x4ca)][_0x46a863(0x2f7)]['color']=null),(_0x390809==null||(_0x3761da=_0x390809[_0x46a863(0x4ca)])==null||(_0x3761da=_0x3761da[_0x46a863(0x477)])==null?void 0x0:_0x3761da[_0x46a863(0x4d4)])!==void 0x0&&(_0x390809[_0x46a863(0x4ca)][_0x46a863(0x477)][_0x46a863(0x4d4)]=null),(_0x390809==null||(_0x5bc44c=_0x390809[_0x46a863(0x4ca)])==null||(_0x5bc44c=_0x5bc44c['subtotal'])==null?void 0x0:_0x5bc44c[_0x46a863(0x4d4)])!==void 0x0&&(_0x390809['waterfall']['subtotal'][_0x46a863(0x4d4)]=null);}let _0x243664=_0x58a862[_0x46a863(0x4d3)][_0x46a863(0x457)]||{};for(let _0x3319b2 in _0x243664){var _0x38a2f9,_0x165897,_0x1bbca6;_0x243664[_0x3319b2][_0x46a863(0x4d4)]!==void 0x0&&(_0x20df20[_0x46a863(0x457)]={..._0x20df20[_0x46a863(0x457)],[_0x3319b2]:{'color':null}}),((_0x38a2f9=_0x243664[_0x3319b2])==null||(_0x38a2f9=_0x38a2f9[_0x46a863(0x4ca)])==null||(_0x38a2f9=_0x38a2f9['positive'])==null?void 0x0:_0x38a2f9[_0x46a863(0x4d4)])!==void 0x0&&(_0x243664[_0x3319b2][_0x46a863(0x4ca)][_0x46a863(0x2f7)][_0x46a863(0x4d4)]=null),((_0x165897=_0x243664[_0x3319b2])==null||(_0x165897=_0x165897[_0x46a863(0x4ca)])==null||(_0x165897=_0x165897[_0x46a863(0x477)])==null?void 0x0:_0x165897[_0x46a863(0x4d4)])!==void 0x0&&(_0x243664[_0x3319b2][_0x46a863(0x4ca)][_0x46a863(0x477)]['color']=null),((_0x1bbca6=_0x243664[_0x3319b2])==null||(_0x1bbca6=_0x1bbca6[_0x46a863(0x4ca)])==null||(_0x1bbca6=_0x1bbca6[_0x46a863(0x43b)])==null?void 0x0:_0x1bbca6['color'])!==void 0x0&&(_0x243664[_0x3319b2][_0x46a863(0x4ca)]['subtotal'][_0x46a863(0x4d4)]=null);}_0x56865a[_0x46a863(0x232)]({'chartModelId':_0x58a862['id'],'style':_0x20df20});},'get'(){const _0x165328=_0x53ce74;return _0x58a862['style$'][_0x165328(0x4ce)](_0x2d52ca(_0x4e44ca=>_0x4e44ca[_0x165328(0x27b)]||_0x165328(0x19d)));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x278),_0x4aab2e=>({'set'(_0x50090e){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x4aab2e['id'],'style':{'titles':{'titlePosition':_0x50090e}}});},'get'(){const _0x2aae50=_0x53ce74;return _0x4aab2e[_0x2aae50(0x263)][_0x2aae50(0x4ce)](_0x2d52ca(_0x40b197=>{const _0x14970a=_0x2aae50;var _0x281e7;return((_0x281e7=_0x40b197[_0x14970a(0x40c)])==null?void 0x0:_0x281e7[_0x14970a(0x278)])||void 0x0;}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x32b),_0x4515b5=>({'set'(_0x147bc9){const _0x2b0b42=_0x53ce74;_0x56865a[_0x2b0b42(0x232)]({'chartModelId':_0x4515b5['id'],'context':{'bubbleSizeSeriesId':_0x147bc9}});},'get'(){const _0x48a6c4=_0x53ce74;return _0x4515b5[_0x48a6c4(0x4a8)][_0x48a6c4(0x4ce)](_0x2d52ca(_0x561f3a=>_0x561f3a['bubbleSizeSeriesId']||void 0x0));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x47c),_0x44c5cf=>({'set'(_0x467f6c){const _0x345728=_0x53ce74;_0x56865a[_0x345728(0x232)]({'chartModelId':_0x44c5cf['id'],'context':{'bubbleXAxis':_0x467f6c}});},'get'(){const _0x3e7534=_0x53ce74;return _0x44c5cf[_0x3e7534(0x4a8)][_0x3e7534(0x4ce)](_0x2d52ca(_0x3659ff=>{const _0x3bf2a3=_0x3e7534;var _0x2fd97c;return(_0x2fd97c=_0x3659ff[_0x3bf2a3(0x47c)])==null?void 0x0:_0x2fd97c;}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x2df),_0x209e64=>({'set'(_0x30bebd){const _0x3d503c=_0x53ce74;_0x56865a[_0x3d503c(0x232)]({'chartModelId':_0x209e64['id'],'context':{'bubbleYAxis':_0x30bebd}});},'get'(){const _0x1721b2=_0x53ce74;return _0x209e64[_0x1721b2(0x4a8)][_0x1721b2(0x4ce)](_0x2d52ca(_0x1f847c=>{var _0x23f50d;return(_0x23f50d=_0x1f847c['bubbleYAxis'])==null?void 0x0:_0x23f50d;}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x37d),_0x5b60ea=>({'set'(_0x59d76b){const _0x4f3ce8=_0x53ce74;_0x56865a[_0x4f3ce8(0x232)]({'chartModelId':_0x5b60ea['id'],'context':{'bubbleLabel':_0x59d76b}});},'get'(){const _0x3eeec9=_0x53ce74;return _0x5b60ea[_0x3eeec9(0x4a8)]['pipe'](_0x2d52ca(_0x45270a=>{var _0x268ba6;return(_0x268ba6=_0x45270a['bubbleLabel'])==null?void 0x0:_0x268ba6;}));}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x461),_0x3612d3=>({'set'(_0x3d4be4){const _0x289def=_0x53ce74;_0x56865a[_0x289def(0x232)]({'chartModelId':_0x3612d3['id'],'context':{'bubbleSeries':_0x3d4be4}});},'get'(){const _0xc93444=_0x53ce74;return _0x3612d3[_0xc93444(0x4a8)][_0xc93444(0x4ce)](_0x2d52ca(_0x26aa26=>{const _0x2676ac=_0xc93444;var _0x198674;return(_0x198674=_0x26aa26[_0x2676ac(0x461)])==null?void 0x0:_0x198674;}));}})),_0x56865a[_0x53ce74(0x299)]('relationLayout',_0x210a34=>({'set'(_0x2a7783){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x210a34['id'],'style':{'relation':{'layout':_0x2a7783}}});},'get'(){const _0x396647=_0x53ce74;return _0x210a34['style$'][_0x396647(0x4ce)](_0x2d52ca(_0x298908=>{const _0x17a624=_0x396647;var _0x831cc1;return(_0x831cc1=_0x298908[_0x17a624(0x417)])==null?void 0x0:_0x831cc1[_0x17a624(0x4b2)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x1df),_0xcdfb7e=>({'set'(_0x24ced5){const _0x5b5b86=_0x53ce74;_0x56865a[_0x5b5b86(0x232)]({'chartModelId':_0xcdfb7e['id'],'style':{'relation':{'useValueAsSymbolSize':!!_0x24ced5}}});},'get'(){const _0x3c610e=_0x53ce74;return _0xcdfb7e[_0x3c610e(0x263)]['pipe'](_0x2d52ca(_0x140893=>{const _0x4797d6=_0x3c610e;var _0x336132;return(_0x336132=_0x140893[_0x4797d6(0x417)])==null?void 0x0:_0x336132[_0x4797d6(0x1df)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x40a),_0x2354f4=>({'set'(_0x4c4535){const _0x46dbce=_0x53ce74;_0x56865a[_0x46dbce(0x232)]({'chartModelId':_0x2354f4['id'],'style':{'relation':{'force':_0x4c4535}}});},'get'(){return _0x2354f4['style$']['pipe'](_0x2d52ca(_0x5bacee=>{const _0x28d5a1=_0x45c2;var _0x1d2742;return(_0x1d2742=_0x5bacee[_0x28d5a1(0x417)])==null?void 0x0:_0x1d2742[_0x28d5a1(0x3db)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x4a7),_0x2816c0=>({'set'(_0x533f16){const _0x40efa8=_0x53ce74;_0x56865a[_0x40efa8(0x232)]({'chartModelId':_0x2816c0['id'],'style':{'relation':{'circular':{'rotateLabel':!!_0x533f16}}}});},'get'(){const _0x46df5f=_0x53ce74;return _0x2816c0[_0x46df5f(0x263)][_0x46df5f(0x4ce)](_0x2d52ca(_0x43b1a5=>{const _0x3271d0=_0x46df5f;var _0x1b214e;return(_0x1b214e=_0x43b1a5[_0x3271d0(0x417)])==null||(_0x1b214e=_0x1b214e[_0x3271d0(0x28d)])==null?void 0x0:_0x1b214e[_0x3271d0(0x4a7)];}),_0x58babe());}})),_0x56865a['registerViewState'](_0x53ce74(0x388),_0x1a0906=>({'set'(_0x589abf){const _0x82052b=_0x53ce74;_0x56865a[_0x82052b(0x232)]({'chartModelId':_0x1a0906['id'],'style':{'relation':{'nodeShape':_0x589abf}}});},'get'(){const _0x5873e5=_0x53ce74;return _0x1a0906['style$'][_0x5873e5(0x4ce)](_0x2d52ca(_0x550567=>{const _0x335b61=_0x5873e5;var _0x324a9c;return(_0x324a9c=_0x550567[_0x335b61(0x417)])==null?void 0x0:_0x324a9c['nodeShape'];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x2ce),_0x3773d6=>({'set'(_0x39a9f9){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x3773d6['id'],'style':{'relation':{'useEmphasis':!!_0x39a9f9}}});},'get'(){const _0x3a4940=_0x53ce74;return _0x3773d6[_0x3a4940(0x263)][_0x3a4940(0x4ce)](_0x2d52ca(_0x3ae897=>{const _0x10c2aa=_0x3a4940;var _0x4e5091;return(_0x4e5091=_0x3ae897[_0x10c2aa(0x417)])==null?void 0x0:_0x4e5091[_0x10c2aa(0x2ce)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)]('useDateAxis',_0x3db30c=>({'set'(_0x5ef9ec){const _0x44f58c=_0x53ce74;_0x56865a[_0x44f58c(0x232)]({'chartModelId':_0x3db30c['id'],'context':{'useDateAxis':!!_0x5ef9ec}});},'get'(){const _0x441fc2=_0x53ce74;return _0x3db30c[_0x441fc2(0x4a8)][_0x441fc2(0x4ce)](_0x2d52ca(_0x30ad29=>_0x30ad29[_0x441fc2(0x3a8)]),_0x58babe());}})),_0x56865a['registerViewState'](_0x53ce74(0x1f8),_0x414e51=>({'set'(_0x511546){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x414e51['id'],'style':{'waterfall':{'stackType':_0x511546}}});},'get'(){const _0x200d7b=_0x53ce74;return _0x414e51[_0x200d7b(0x263)][_0x200d7b(0x4ce)](_0x2d52ca(_0x5db5b7=>{const _0x21fcb3=_0x200d7b;var _0xc9e95c;return(_0xc9e95c=_0x5db5b7[_0x21fcb3(0x4ca)])==null?void 0x0:_0xc9e95c[_0x21fcb3(0x1c6)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x221),_0x20a5ab=>({'set'(_0x40ab73){const _0x1d9fcd=_0x53ce74;_0x56865a[_0x1d9fcd(0x232)]({'chartModelId':_0x20a5ab['id'],'style':{'waterfall':{'useSubtotal':_0x40ab73}}});},'get'(){const _0x3544a1=_0x53ce74;return _0x20a5ab[_0x3544a1(0x263)][_0x3544a1(0x4ce)](_0x2d52ca(_0x58f667=>{const _0x7f29d9=_0x3544a1;var _0x106d32;return(_0x106d32=_0x58f667['waterfall'])==null?void 0x0:_0x106d32[_0x7f29d9(0x221)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x42b),_0x2a7fbb=>({'set'(_0x4967aa){const _0x3c96ec=_0x53ce74;_0x56865a[_0x3c96ec(0x232)]({'chartModelId':_0x2a7fbb['id'],'style':{'pareto':_0x4967aa}});},'get'(){const _0x23d89c=_0x53ce74;return _0x2a7fbb[_0x23d89c(0x263)][_0x23d89c(0x4ce)](_0x2d52ca(_0x5d4086=>_0x5d4086[_0x23d89c(0x1a9)]),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x4dd),_0x3278f8=>_0x3278f8[_0x53ce74(0x2cd)][_0x53ce74(0x4ce)](_0x2d52ca(_0x2478f2=>{const _0x498aac=_0x53ce74;var _0x1b40aa;let _0x1c03a7=_0x2478f2==null||(_0x1b40aa=_0x2478f2[_0x498aac(0x3d8)])==null?void 0x0:_0x1b40aa['items'],_0xed2cb9=new Map();return _0x2478f2==null||_0x2478f2['series'][0x0][_0x498aac(0x424)][_0x498aac(0x395)]((_0x3c9591,_0x3240f7)=>{const _0xd3199b=_0x498aac;let _0x30f116=_0x1c03a7?String(_0x1c03a7[_0x3240f7][_0xd3199b(0x33c)]):_0x56865a['t'](_0xd3199b(0x49a),''+(_0x3240f7+0x1));_0xed2cb9['has'](_0x30f116)||_0xed2cb9[_0xd3199b(0x249)](_0x30f116,_0x3c9591[_0xd3199b(0x33c)]);}),Array[_0x498aac(0x33e)](_0xed2cb9[_0x498aac(0x488)]())[_0x498aac(0x475)](_0x209c87=>_0x209c87[0x1]>0x0)['sort']((_0x3ef897,_0x36fe16)=>_0x36fe16[0x1]-_0x3ef897[0x1])[_0x498aac(0x474)]((_0x4749bb,_0x108a30)=>({'label':_0x4749bb[0x0]||_0x56865a['t'](_0x498aac(0x49a),''+(_0x108a30+0x1)),'value':''+_0x108a30}));}))),_0x56865a[_0x53ce74(0x299)]('visualMapType',_0x49651c=>({'set'(_0x237a5d){const _0x1ed9be=_0x53ce74;_0x56865a[_0x1ed9be(0x232)]({'chartModelId':_0x49651c['id'],'style':{'heatmap':{'visualMapType':_0x237a5d}}});},'get'(){const _0x5313da=_0x53ce74;return _0x49651c[_0x5313da(0x263)][_0x5313da(0x4ce)](_0x2d52ca(_0x108aa5=>{const _0x3ed9b3=_0x5313da;var _0xa717e3;return(_0xa717e3=_0x108aa5[_0x3ed9b3(0x31f)])==null?void 0x0:_0xa717e3[_0x3ed9b3(0x458)];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x32c),_0x1f7012=>({'set'(_0x4a261f){const _0x2ddc33=_0x53ce74;_0x56865a[_0x2ddc33(0x232)]({'chartModelId':_0x1f7012['id'],'style':{'heatmap':{'max':_0x4a261f}}});},'get'(){const _0x35cb07=_0x53ce74;return _0x1f7012[_0x35cb07(0x263)]['pipe'](_0x2d52ca(_0x3e3559=>{const _0x47f92d=_0x35cb07;var _0x509982;return(_0x509982=_0x3e3559[_0x47f92d(0x31f)])==null?void 0x0:_0x509982['max'];}),_0x58babe());}})),_0x56865a[_0x53ce74(0x299)](_0x53ce74(0x294),_0x182274=>({'set'(_0x15cbed){_0x56865a['executeChartUpdateConfig']({'chartModelId':_0x182274['id'],'style':{'heatmap':{'min':_0x15cbed}}});},'get'(){const _0x2dec3a=_0x53ce74;return _0x182274[_0x2dec3a(0x263)][_0x2dec3a(0x4ce)](_0x2d52ca(_0x1b778d=>{const _0x1d2634=_0x2dec3a;var _0x1394cd;return(_0x1394cd=_0x1b778d[_0x1d2634(0x31f)])==null?void 0x0:_0x1394cd[_0x1d2634(0x407)];}),_0x58babe());}}));}let Kn=class extends _0xc50824{constructor(_0x394b65,_0x49773a,_0x56ec3d,_0x308da5,_0x2eb93a,_0x35a64e){const _0x4adffc=_0x70a4aa;super(),this[_0x4adffc(0x2d2)]=_0x394b65,this['_sheetsChartService']=_0x49773a,this[_0x4adffc(0x3b6)]=_0x56ec3d,this[_0x4adffc(0x212)]=_0x308da5,this[_0x4adffc(0x3b1)]=_0x2eb93a,this[_0x4adffc(0x1de)]=_0x35a64e,X(this,_0x4adffc(0x2ac),new Map()),X(this,_0x4adffc(0x41f),!0x1),Gn(this);}get[_0x70a4aa(0x1da)](){const _0xd8dae=_0x70a4aa;return this[_0xd8dae(0x2d2)][_0xd8dae(0x1da)];}get[_0x70a4aa(0x2be)](){const _0x4cec14=_0x70a4aa;return this[_0x4cec14(0x41f)];}get[_0x70a4aa(0x2d1)](){const _0x45d0bc=_0x70a4aa;return this[_0x45d0bc(0x212)][_0x45d0bc(0x2d1)];}set[_0x70a4aa(0x2be)](_0x1de8e0){const _0x2c02de=_0x70a4aa;this[_0x2c02de(0x41f)]=_0x1de8e0;}[_0x70a4aa(0x2e4)](_0x44a851){const _0x3705a8=_0x70a4aa;return this['_sheetsChartService'][_0x3705a8(0x1cf)](_0x44a851);}[_0x70a4aa(0x299)](_0x12c0dc,_0x529713){const _0x3063db=_0x70a4aa;this[_0x3063db(0x2ac)][_0x3063db(0x249)](_0x12c0dc,_0x529713);}[_0x70a4aa(0x416)](_0x5022db){const _0x47fbd7=_0x70a4aa;let {activeChartModel:_0x541df1}=this[_0x47fbd7(0x2d2)];if(!_0x541df1)return;let _0x17130a=this['_viewState'][_0x47fbd7(0x3c8)](_0x5022db);if(_0x17130a)return _0x17130a(_0x541df1);}[_0x70a4aa(0x232)](_0x385e22){const _0x839e14=_0x70a4aa;var _0x53c2be,_0x321449;this[_0x839e14(0x3b6)][_0x839e14(0x1e3)](_0x332040['id'],{..._0x385e22,'unitId':(_0x53c2be=(_0x321449=this['_univerInstanceService']['getFocusedUnit']())==null?void 0x0:_0x321449['getUnitId']())==null?'':_0x53c2be});}[_0x70a4aa(0x3a2)](_0x3c0848){const _0x8aada4=_0x70a4aa;var _0x135d0d,_0x491c3b;this[_0x8aada4(0x3b6)][_0x8aada4(0x1e3)](_0x2fbd6a['id'],{..._0x3c0848,'unitId':(_0x135d0d=(_0x491c3b=this[_0x8aada4(0x1de)][_0x8aada4(0x454)]())==null?void 0x0:_0x491c3b[_0x8aada4(0x2d4)]())==null?'':_0x135d0d});}[_0x70a4aa(0x498)](_0x4d12c5){const _0x205d3b=_0x70a4aa;let {_viewState:_0x1a1f85}=this;_0x1a1f85[_0x205d3b(0x489)](_0x4d12c5)&&_0x1a1f85['delete'](_0x4d12c5);}[_0x70a4aa(0x422)](_0x581593,_0x238dde){const _0x638169=_0x70a4aa;this[_0x638169(0x3b1)][_0x638169(0x3e6)](_0x581593,{'stroke':_0x238dde});}['t'](..._0x35cca0){const _0x2a2ddb=_0x70a4aa;return this[_0x2a2ddb(0x212)]['t'](..._0x35cca0);}[_0x70a4aa(0x1ce)](){const _0x4fd3ef=_0x70a4aa;super['dispose'](),this['_viewState'][_0x4fd3ef(0x4da)]();}};Kn=Bn([Z(0x0,_0xfdc36d(_0x4fa815)),Z(0x1,_0xfdc36d(_0x3a5548)),Z(0x2,_0x366976),Z(0x3,_0xfdc36d(_0x13b077)),Z(0x4,_0xfdc36d(Wn)),Z(0x5,_0x17d34)],Kn);function qn(){const _0x336f37=_0x70a4aa;let _0x57f0aa=_0x17b8b1(Kn);return _0x69cf03(_0x17b8b1(_0x4fa815)[_0x336f37(0x48f)]),_0x57f0aa;}function Q(_0x150c5a,_0xb132f7,_0x3e65f8){let _0xdbdae3=_0x8122f1(()=>_0xb132f7['getViewState'](_0x150c5a),[_0xb132f7,_0xb132f7['activeChartModel'],_0x150c5a]);return[_0x69cf03(_0x8122f1(()=>_0xdbdae3 instanceof _0x1cf469?_0xdbdae3:_0xdbdae3==null?void 0x0:_0xdbdae3['get'](),[_0xdbdae3]),_0x3e65f8),_0x3ceab9(_0x3a31d7=>{const _0x23c2d3=_0x45c2;if(!(_0xdbdae3 instanceof _0x1cf469)){var _0x23f1ce;_0xdbdae3==null||(_0x23f1ce=_0xdbdae3[_0x23c2d3(0x249)])==null||_0x23f1ce[_0x23c2d3(0x391)](_0xdbdae3,_0x3a31d7);}},[_0xdbdae3])];}const Jn={'label':_0x70a4aa(0x303),'value':_0x70a4aa(0x261)},Yn={[_0x249b61['Line']]:_0x4f9186(_0x244098,{}),[_0x249b61[_0x70a4aa(0x267)]]:_0x4f9186(_0x18a84e,{}),[_0x249b61[_0x70a4aa(0x4df)]]:_0x4f9186(_0x37a605,{}),[_0x249b61[_0x70a4aa(0x1ab)]]:_0x4f9186(_0x37a605,{}),[_0x249b61[_0x70a4aa(0x1d1)]]:_0x4f9186(_0x37a605,{}),[_0x249b61[_0x70a4aa(0x28a)]]:_0x4f9186(_0x441d72,{}),[_0x249b61['Doughnut']]:_0x4f9186(_0x441d72,{}),[_0x249b61['Area']]:_0x4f9186(_0x44d0e5,{}),[_0x249b61['AreaStacked']]:_0x4f9186(_0x44d0e5,{}),[_0x249b61['AreaPercentStacked']]:_0x4f9186(_0x44d0e5,{}),[_0x249b61[_0x70a4aa(0x4ae)]]:_0x4f9186(_0x4b4a50,{}),[_0x249b61[_0x70a4aa(0x22e)]]:_0x4f9186(_0x38a3d1,{}),[_0x249b61[_0x70a4aa(0x333)]]:_0x4f9186(_0x2b2312,{}),[_0x249b61[_0x70a4aa(0x2af)]]:void 0x0,[_0x249b61[_0x70a4aa(0x202)]]:_0x4f9186(_0x18a84e,{}),[_0x249b61['ColumnPercentStacked']]:_0x4f9186(_0x18a84e,{}),[_0x249b61[_0x70a4aa(0x3ae)]]:_0x4f9186(_0x5b7212,{}),[_0x249b61[_0x70a4aa(0x36a)]]:_0x4f9186(_0x32cc13,{}),[_0x249b61['Bubble']]:_0x4f9186(_0x26c4f3,{}),[_0x249b61[_0x70a4aa(0x3a1)]]:_0x4f9186(_0x277d3a,{}),[_0x249b61['Waterfall']]:_0x4f9186(_0xd9a67d,{}),[_0x249b61[_0x70a4aa(0x45e)]]:_0x4f9186(_0x38a3d1,{}),[_0x249b61[_0x70a4aa(0x37e)]]:_0x4f9186(_0x23bdd2,{}),[_0x249b61[_0x70a4aa(0x4c6)]]:_0x4f9186(_0x34b98c,{}),[_0x249b61[_0x70a4aa(0x1d0)]]:_0x4f9186(_0x16b460,{})},Xn=Mn[_0x70a4aa(0x475)](_0x546e99=>[_0x249b61['Line'],_0x249b61['Column'],_0x249b61[_0x70a4aa(0x3ba)]][_0x70a4aa(0x474)](_0x4dd492=>String(_0x4dd492))[_0x70a4aa(0x406)](String(_0x546e99[_0x70a4aa(0x33c)])))[_0x70a4aa(0x474)](({label:_0x4e71b8,value:_0x3c416e})=>({'label':_0x4e71b8,'value':String(_0x3c416e)})),Zn=[{'label':_0x70a4aa(0x3c3),'value':_0x70a4aa(0x18f)},{'label':_0x70a4aa(0x36d),'value':_0x70a4aa(0x2b5)},{'label':_0x70a4aa(0x34b),'value':_0x70a4aa(0x24a)},{'label':_0x70a4aa(0x460),'value':_0x70a4aa(0x426)}],Qn=[{'label':'10','value':'10'},{'label':'12','value':'12'},{'label':'14','value':'14'},{'label':'16','value':'16'},{'label':'18','value':'18'},{'label':'20','value':'20'},{'label':'24','value':'24'},{'label':'30','value':'30'},{'label':'36','value':'36'}],$n=[{'label':_0x70a4aa(0x1fc),'value':_0x70a4aa(0x282)},{'label':'sheets-chart-ui.align.center','value':_0x70a4aa(0x26c)},{'label':_0x70a4aa(0x39e),'value':_0x70a4aa(0x35b)}];function er(){const _0xa6fdf8=_0x70a4aa;return{'label':'sheets-chart-ui.allSeries','value':_0xe43ceb[_0xa6fdf8(0x1a7)]};}const tr=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0][_0x70a4aa(0x474)](_0x10c394=>({'label':_0x10c394*0x64+'%','value':String(_0x10c394)})),nr=[{'label':'sheets-chart-ui.dashType.solid','value':_0x41db47[_0x70a4aa(0x4d9)]},{'label':'sheets-chart-ui.dashType.dash','value':_0x41db47['Dashed']},{'label':_0x70a4aa(0x33f),'value':_0x41db47[_0x70a4aa(0x2c9)]}],rr=[{'label':_0x70a4aa(0x504),'value':_0x5b0c65['Circle']},{'label':'sheets-chart-ui.shape.square','value':_0x5b0c65[_0x70a4aa(0x3e5)]},{'label':_0x70a4aa(0x358),'value':_0x5b0c65['Triangle']},{'label':_0x70a4aa(0x240),'value':_0x5b0c65['Diamond']},{'label':_0x70a4aa(0x4a3),'value':_0x5b0c65[_0x70a4aa(0x50f)]},{'label':_0x70a4aa(0x241),'value':_0x5b0c65[_0x70a4aa(0x2b4)]},{'label':_0x70a4aa(0x1c1),'value':_0x5b0c65[_0x70a4aa(0x1f3)]},{'label':_0x70a4aa(0x25e),'value':_0x5b0c65[_0x70a4aa(0x348)]},{'label':_0x70a4aa(0x403),'value':_0x5b0c65['None']},{'label':_0x70a4aa(0x44b),'value':_0x5b0c65['EmptyCircle']},{'label':_0x70a4aa(0x3d1),'value':_0x5b0c65[_0x70a4aa(0x33d)]},{'label':'sheets-chart-ui.shape.emptyTriangle','value':_0x5b0c65[_0x70a4aa(0x304)]},{'label':_0x70a4aa(0x2a7),'value':_0x5b0c65[_0x70a4aa(0x2e5)]},{'label':_0x70a4aa(0x410),'value':_0x5b0c65['EmptyRect']},{'label':_0x70a4aa(0x2dd),'value':_0x5b0c65[_0x70a4aa(0x200)]},{'label':_0x70a4aa(0x260),'value':_0x5b0c65[_0x70a4aa(0x42e)]},{'label':'sheets-chart-ui.shape.emptyArrow','value':_0x5b0c65[_0x70a4aa(0x500)]}],ir=[0x0,0x2,0x5,0x7,0xa,0xe][_0x70a4aa(0x474)](_0x1dfc87=>({'label':_0x1dfc87+'px','value':String(_0x1dfc87)})),ar=[0x0,0x1,0x2,0x4,0x8][_0x70a4aa(0x474)](_0x585a3a=>({'label':_0x585a3a+'px','value':String(_0x585a3a)})),or=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a][_0x70a4aa(0x474)](_0x2711a4=>({'label':_0x2711a4+'°','value':String(_0x2711a4)})),sr=[{'label':_0x70a4aa(0x48a),'value':_0x20d22[_0x70a4aa(0x3e2)]},{'label':_0x70a4aa(0x375),'value':_0x20d22[_0x70a4aa(0x487)]},{'label':_0x70a4aa(0x4f7),'value':_0x20d22[_0x70a4aa(0x431)]},{'label':_0x70a4aa(0x494),'value':_0x20d22['pow']},{'label':_0x70a4aa(0x2fc),'value':_0x20d22[_0x70a4aa(0x1af)]},{'label':_0x70a4aa(0x414),'value':_0x20d22[_0x70a4aa(0x47a)]}],cr={[_0x20d22[_0x70a4aa(0x3e2)]]:_0x4f9186(_0x49c2b8,{}),[_0x20d22[_0x70a4aa(0x487)]]:_0x4f9186(_0x35b711,{}),[_0x20d22[_0x70a4aa(0x431)]]:_0x4f9186(_0x307c43,{}),[_0x20d22['pow']]:_0x4f9186(_0x396b5e,{}),[_0x20d22['movingAvg']]:_0x4f9186(_0x376cf9,{}),[_0x20d22[_0x70a4aa(0x47a)]]:_0x4f9186(_0x3e6ade,{})},lr=[0x2,0x3,0x4,0x5,0x6]['map'](_0x1e0230=>({'label':''+_0x1e0230,'value':String(_0x1e0230)})),ur=[_0x1d87f3['Auto'],_0x1d87f3[_0x70a4aa(0x412)],_0x1d87f3[_0x70a4aa(0x501)],_0x1d87f3[_0x70a4aa(0x2c1)],_0x1d87f3[_0x70a4aa(0x1dc)],_0x1d87f3[_0x70a4aa(0x1ff)]]['map'](_0x2149fe=>({'label':'sheets-chart-ui.positionType.'+_0x2149fe,'value':_0x2149fe})),dr=[_0x493c91[_0x70a4aa(0x412)],_0x493c91['Outside']][_0x70a4aa(0x474)](_0x5733b3=>({'label':_0x70a4aa(0x283)+_0x5733b3,'value':_0x5733b3})),fr=[_0x83f861[_0x70a4aa(0x1dc)],_0x83f861['Bottom'],_0x83f861[_0x70a4aa(0x501)],_0x83f861[_0x70a4aa(0x2c1)],_0x83f861[_0x70a4aa(0x36f)]][_0x70a4aa(0x474)](_0x3c3169=>({'label':'sheets-chart-ui.positionType.'+_0x3c3169,'value':_0x3c3169})),pr=[_0x1c2260[_0x70a4aa(0x290)],_0x1c2260['Multiple'],_0x1c2260['Close']]['map'](_0x5bc582=>({'label':_0x70a4aa(0x470)+_0x5bc582,'value':_0x5bc582})),mr=[_0x70a4aa(0x4a6),_0x70a4aa(0x1d4)][_0x70a4aa(0x474)](_0xe0435d=>({'label':'sheets-chart-ui.legendVisualMapType.'+_0xe0435d,'value':_0xe0435d})),hr=[_0x18877a[_0x70a4aa(0x1dc)],_0x18877a[_0x70a4aa(0x1ff)],_0x18877a['Left'],_0x18877a['Right'],_0x18877a[_0x70a4aa(0x36f)]][_0x70a4aa(0x474)](_0x7bed71=>({'label':_0x70a4aa(0x283)+_0x7bed71,'value':_0x7bed71})),gr=[_0x58e278[_0x70a4aa(0x49c)],_0x58e278[_0x70a4aa(0x445)],_0x58e278[_0x70a4aa(0x2ed)]][_0x70a4aa(0x474)](_0x5a8444=>({'label':_0x70a4aa(0x469)+_0x5a8444,'value':_0x5a8444}));[_0x48271b[_0x70a4aa(0x501)],_0x48271b['Center'],_0x48271b[_0x70a4aa(0x2c1)]]['map'](_0x23045d=>({'label':_0x70a4aa(0x1cd)+_0x23045d,'value':_0x23045d})),[_0x487055[_0x70a4aa(0x1dc)],_0x487055[_0x70a4aa(0x4ad)],_0x487055[_0x70a4aa(0x1ff)]][_0x70a4aa(0x474)](_0x1e0a37=>({'label':_0x70a4aa(0x421)+_0x1e0a37,'value':_0x1e0a37}));const _r=[{'value':_0x70a4aa(0x3a4),'label':_0x70a4aa(0x289)},{'value':_0x70a4aa(0x3b8),'label':_0x70a4aa(0x449)},{'value':_0x70a4aa(0x2a5),'label':'sheets-chart-ui.axes.rightAxis'}],vr=[0x1,0x2,0x3][_0x70a4aa(0x474)](_0x5f2bb8=>({'label':_0x5f2bb8+'px','value':String(_0x5f2bb8)})),yr=[{'label':'sheets-chart-ui.none','value':''},{'label':_0x70a4aa(0x50d),'value':_0xe448c2['Stacked']},{'label':_0x70a4aa(0x342),'value':_0xe448c2[_0x70a4aa(0x38c)]}],br=[{'label':_0x70a4aa(0x295),'value':_0x5be792['Line']},{'label':_0x70a4aa(0x1fb),'value':_0x5be792[_0x70a4aa(0x455)]},{'label':_0x70a4aa(0x2d6),'value':_0x5be792[_0x70a4aa(0x3f5)]}],xr=[0x0,0.25,0.5,0.75][_0x70a4aa(0x474)](_0x119dc4=>({'label':_0x119dc4*0x64+'%','value':String(_0x119dc4)})),Sr=[{'label':_0x70a4aa(0x1a0),'value':_0x140bd9[_0x70a4aa(0x448)]},{'label':_0x70a4aa(0x504),'value':_0x140bd9['Circle']}],Cr=[{'label':_0x70a4aa(0x1e5),'value':_0x22e2ab[_0x70a4aa(0x3c0)]},{'label':_0x70a4aa(0x368),'value':_0x22e2ab[_0x70a4aa(0x4ef)]},{'label':_0x70a4aa(0x4e5),'value':_0x22e2ab[_0x70a4aa(0x3a5)]}],wr=[_0x48b181[_0x70a4aa(0x3a7)],_0x48b181[_0x70a4aa(0x251)],_0x48b181[_0x70a4aa(0x28b)],_0x48b181['Percentage']],Tr=[{'label':_0x70a4aa(0x506),'value':_0x48b181[_0x70a4aa(0x3a7)]},{'label':_0x70a4aa(0x355),'value':_0x48b181['SeriesName']},{'label':'sheets-chart-ui.value','value':_0x48b181[_0x70a4aa(0x28b)]},{'label':_0x70a4aa(0x43c),'value':_0x48b181[_0x70a4aa(0x26a)]}][_0x70a4aa(0x474)](_0x33cea3=>({..._0x33cea3,'value':String(_0x33cea3[_0x70a4aa(0x33c)])})),Er=Tr[_0x70a4aa(0x475)](_0x535ff8=>_0x535ff8[_0x70a4aa(0x33c)]!==String(_0x48b181[_0x70a4aa(0x251)])),Dr=[0x6,0xc,0x12,0x18][_0x70a4aa(0x474)](_0x4e159b=>({'label':_0x4e159b+'px','value':String(_0x4e159b)})),Or=[0x1,0x2,0x4,0x8][_0x70a4aa(0x474)](_0x29769a=>({'label':_0x29769a+'px','value':String(_0x29769a)})),kr=[{'label':_0x70a4aa(0x3ec),'value':_0x70a4aa(0x2e0)},{'label':_0x70a4aa(0x2bf),'value':_0x70a4aa(0x28d)},{'label':'sheets-chart-ui.relation.force','value':'force'}],Ar=[{'label':'1930-08-05','suffix':'yyyy-MM-dd'},{'label':'1930/08/05','suffix':'yyyy/MM/dd'},{'label':_0x70a4aa(0x3dc),'suffix':'yyyy\x22年\x22MM\x22月\x22dd\x22日\x22'},{'label':_0x70a4aa(0x419),'suffix':_0x70a4aa(0x4cb)},{'label':'8月5日','suffix':'M\x22月\x22d\x22日\x22'},{'label':_0x70a4aa(0x234),'suffix':'h:mm:ss'},{'label':_0x70a4aa(0x1fe),'suffix':_0x70a4aa(0x4fd)},{'label':'下午01:30','suffix':_0x70a4aa(0x4a5)},{'label':_0x70a4aa(0x277),'suffix':_0x70a4aa(0x32e)},{'label':_0x70a4aa(0x3cd),'suffix':_0x70a4aa(0x257)},{'label':'08-05\x20下午\x2001:30','suffix':_0x70a4aa(0x227)}],jr=[{'label':_0x70a4aa(0x3f4),'suffix':_0x70a4aa(0x268)},{'label':_0x70a4aa(0x2fb),'suffix':_0x70a4aa(0x3ad),'color':_0x70a4aa(0x343)},{'label':_0x70a4aa(0x3bf),'suffix':'#,##0.00_);#,##0.00'},{'label':'1,234.56','suffix':_0x70a4aa(0x38a),'color':_0x70a4aa(0x343)},{'label':_0x70a4aa(0x509),'suffix':_0x70a4aa(0x258)},{'label':'-1,234.56','suffix':_0x70a4aa(0x4de),'color':_0x70a4aa(0x343)}],Mr=[{'label':_0x447c49=>_0x447c49+_0x70a4aa(0x3d0),'suffix':_0x125915=>'\x22'+_0x125915+_0x70a4aa(0x4a2)+_0x125915+_0x70a4aa(0x28f)},{'label':_0x25bcdc=>_0x25bcdc+'1,235','suffix':_0x1d5442=>'\x22'+_0x1d5442+_0x70a4aa(0x2ef)+_0x1d5442+_0x70a4aa(0x28f),'color':_0x70a4aa(0x343)},{'label':_0x200069=>'('+_0x200069+_0x70a4aa(0x1ee),'suffix':_0xfaff8b=>'\x22'+_0xfaff8b+_0x70a4aa(0x2f8)+_0xfaff8b+_0x70a4aa(0x35e)},{'label':_0x123b0e=>'('+_0x123b0e+_0x70a4aa(0x1ee),'suffix':_0x2171e6=>'\x22'+_0x2171e6+'\x22#,##0.00_);[Red](\x22'+_0x2171e6+_0x70a4aa(0x35e),'color':_0x70a4aa(0x343)},{'label':_0x578dac=>'-'+_0x578dac+_0x70a4aa(0x3d0),'suffix':_0x2d3add=>'\x22'+_0x2d3add+_0x70a4aa(0x483)+_0x2d3add+_0x70a4aa(0x28f)},{'label':_0x575737=>'-'+_0x575737+_0x70a4aa(0x3d0),'suffix':_0x55654f=>'\x22'+_0x55654f+_0x70a4aa(0x281)+_0x55654f+_0x70a4aa(0x28f),'color':_0x70a4aa(0x343)}],Nr=_0x70a4aa(0x28c),Pr=_0x70a4aa(0x447),Fr=[{'label':'sheets-chart-ui.waterfall.arrangement','value':_0x130bbb['Arrangement']},{'label':_0x70a4aa(0x3af),'value':_0x130bbb[_0x70a4aa(0x3c4)]}];function $(_0x77bb51,_0x252342){const _0x32d2d1=_0x70a4aa;return _0x252342[_0x32d2d1(0x474)](_0x43fc0a=>({..._0x43fc0a,'label':_0x77bb51['t'](_0x43fc0a[_0x32d2d1(0x43f)])}));}const Ir=_0xb5436e=>{const _0x300d21=_0x70a4aa;let {className:_0x186cf4,service:_0x1974eb}=_0xb5436e,_0x3bc954=_0x17b8b1(_0x13b077),[_0x3a8ac6,_0x3ccc37]=Q('radarShape',_0x1974eb),[_0xb8104f,_0x243ea8]=Q(_0x300d21(0x2ff),_0x1974eb),_0x65aefb=$(_0x3bc954,Sr);return _0x16355e('div',{'className':_0x186cf4,'children':[_0x4f9186(_0x300d21(0x1fa),{'children':_0x4f9186(_0x182df9,{'value':_0x3a8ac6==null?_0xe43ceb[_0x300d21(0x413)][_0x300d21(0x3bd)]:_0x3a8ac6,'items':_0x65aefb,'onChange':_0x3ccc37})}),_0x4f9186('div',{'className':_0x300d21(0x1e8),'children':_0x4f9186(_0x563204,{'checked':!!_0xb8104f,'onChange':_0x30d7de=>{_0x243ea8(!!_0x30d7de);},'children':_0x3bc954['t'](_0x300d21(0x1ad))})})]});},Lr=_0x4e1948=>{const _0x448f45=_0x70a4aa;var _0x10ed49,_0x58cb12,_0xe6bb65;let {service:_0x52b786}=_0x4e1948,_0x246196=_0x17b8b1(_0x13b077),[_0x43430e]=Q(_0x448f45(0x3a9),_0x52b786),[_0x451c7a]=Q(_0x448f45(0x40b),_0x52b786),[_0x11721f]=Q('seriesResourceList',_0x52b786),[_0x1bdfb6,_0x16c702]=Q(_0x448f45(0x47c),_0x52b786),[_0x2ac5e6,_0x373694]=Q(_0x448f45(0x2df),_0x52b786),[_0x3d479f,_0x20f047]=Q(_0x448f45(0x37d),_0x52b786),[_0x45e1ff,_0x50f952]=Q(_0x448f45(0x461),_0x52b786),[_0x51542d,_0x3ee571]=Q(_0x448f45(0x32b),_0x52b786),_0x2a4a18=_0x498642=>{_0x3ee571(_0x498642);};return _0x16355e(_0x448f45(0x1fa),{'className':'univer-mb-2','children':[_0x4f9186('div',{'className':'univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x246196['t']('sheets-chart-ui.bubble.label')}),_0x4f9186(_0x130b4a,{'className':_0x448f45(0x213),'value':typeof _0x3d479f=='number'?String(_0x3d479f):'','options':_0x451c7a||[],'onChange':_0x5dff9b=>_0x20f047(Number(_0x5dff9b))}),_0x4f9186('div',{'className':_0x448f45(0x372),'children':_0x246196['t'](_0x448f45(0x287))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x1bdfb6===void 0x0?(_0x10ed49=(_0x11721f||[])[0x0])==null?void 0x0:_0x10ed49[_0x448f45(0x33c)]:String(_0x1bdfb6),'options':_0x11721f||[],'onChange':_0xf1bec1=>_0x16c702(Number(_0xf1bec1))}),_0x4f9186(_0x448f45(0x1fa),{'className':_0x448f45(0x372),'children':_0x246196['t'](_0x448f45(0x20f))}),_0x4f9186(_0x130b4a,{'className':_0x448f45(0x213),'value':_0x2ac5e6===void 0x0?(_0x58cb12=(_0x11721f||[])[0x1])==null?void 0x0:_0x58cb12[_0x448f45(0x33c)]:String(_0x2ac5e6),'options':_0x11721f,'onChange':_0x2db740=>{_0x373694(Number(_0x2db740));}}),_0x4f9186(_0x448f45(0x1fa),{'className':_0x448f45(0x372),'children':_0x246196['t'](_0x448f45(0x355))}),_0x4f9186(_0x130b4a,{'className':_0x448f45(0x213),'value':_0x45e1ff===void 0x0?'':String(_0x45e1ff),'options':_0x451c7a,'onChange':_0x2580a6=>{_0x50f952(Number(_0x2580a6));}}),_0x4f9186(_0x448f45(0x1fa),{'className':_0x448f45(0x372),'children':_0x246196['t'](_0x448f45(0x381))}),_0x4f9186(_0x130b4a,{'className':_0x448f45(0x213),'value':_0x51542d?String(_0x51542d):(_0xe6bb65=(_0x11721f||[])[0x2])==null?void 0x0:_0xe6bb65[_0x448f45(0x33c)],'options':_0x43430e,'onChange':_0x528b58=>_0x2a4a18(Number(_0x528b58))})]});},Rr=_0x5e90ff=>_0x5e90ff[_0x70a4aa(0x46c)](_0x125f1a[_0x70a4aa(0x1ea)])['getUnitId'](),zr=_0xda1713=>{const _0x5d1fb9=_0x70a4aa;var _0x1ea1bf;return(_0x1ea1bf=_0xda1713[_0x5d1fb9(0x46c)](_0x125f1a['UNIVER_SHEET'])[_0x5d1fb9(0x19a)]())==null?void 0x0:_0x1ea1bf['getSheetId']();},Br=[_0x249b61[_0x70a4aa(0x3ba)],_0x249b61[_0x70a4aa(0x4df)]];function Vr(_0x5a2115){const _0x3ede6b=_0x70a4aa;return _0x4f9186(_0xa5bcb6,{'children':_0x5a2115[_0x3ede6b(0x474)](_0x40e968=>_0x4f9186(_0x3ede6b(0x1fa),{'className':_0x3ede6b(0x1b6),'style':{'backgroundColor':_0x40e968}},_0x40e968))});}function Hr(_0x56b9af,_0x38424e){const _0x4055a3=_0x70a4aa;return _0x56b9af[_0x4055a3(0x474)](_0x12012e=>({'label':_0x4f9186(_0x4055a3(0x1fa),{'className':_0x4055a3(0x23b),'children':Vr(_0x38424e['getColors'](_0x12012e))}),'value':_0x12012e}));}const Ur=({title:_0x48fdde})=>_0x4f9186(_0x70a4aa(0x1fa),{'className':_0x70a4aa(0x3d5),'children':_0x48fdde}),Wr=()=>{const _0x458b13=_0x70a4aa;var _0x3c518a;let _0x5a8278=qn(),_0x5d7b1f=_0x17b8b1(_0x17d34),_0x546b32=_0x17b8b1(_0x13b077),_0x54bc46=_0x17b8b1(_0x56130b),_0x478a74=_0x54bc46[_0x458b13(0x4d0)](),_0x41f463=_0x27f1a2(_0x17b8b1(_0xe0ce08)),_0x592328=_0x8122f1(()=>Pn(Mn['concat'](),_0x41f463)[_0x458b13(0x474)](_0x23ae5b=>({'label':_0x16355e(_0x458b13(0x1fa),{'className':_0x458b13(0x3b9),'children':[_0x4f9186('div',{'className':_0x458b13(0x1ed),'children':Yn==null?void 0x0:Yn[_0x23ae5b[_0x458b13(0x33c)]]}),_0x4f9186(_0x458b13(0x1fa),{'className':'univer-text-sm\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x546b32['t'](_0x23ae5b[_0x458b13(0x43f)])})]}),'value':String(_0x23ae5b[_0x458b13(0x33c)])})),[_0x546b32]),[_0x2fed0f,_0x1a6d22]=_0x4aae6d(!0x1);_0x14f6d6(()=>{_0x5a8278['rangeSelectMode']=_0x2fed0f;},[_0x2fed0f]);let _0x16fc55=$(_0x546b32,Cr),_0x16dd92=$(_0x546b32,yr),_0x576886=$(_0x546b32,br),_0x2bda19=$(_0x546b32,Fr),_0xd14f1a=Hr(_0x478a74,_0x54bc46),_0x3499fc=Rr(_0x5d7b1f),_0x3ba8c2=zr(_0x5d7b1f),_0xd74872=_0x17b8b1(_0x4314ba),[_0x3371e3,_0x5ced64]=Q(_0x458b13(0x353),_0x5a8278),[_0x4ae76a,_0x495fe5]=Q(_0x458b13(0x43a),_0x5a8278),[_0x3684c8,_0x2c4add]=Q(_0x458b13(0x2a8),_0x5a8278),[_0x346b28,_0x260def]=Q(_0x458b13(0x436),_0x5a8278),[_0x17cb25]=Q(_0x458b13(0x1b1),_0x5a8278),[_0x3fd9b3]=Q(_0x458b13(0x40b),_0x5a8278),[_0x49ce1a,_0x72e388]=Q(_0x458b13(0x2b3),_0x5a8278),[_0x586d67]=Q(_0x458b13(0x193),_0x5a8278),[_0x1c32f5,_0xd831b9]=Q('waterfallStack',_0x5a8278),[_0x77d00e,_0xa7cfd3]=Q(_0x458b13(0x221),_0x5a8278),[_0x5d153e,_0x46c76d]=Q(_0x458b13(0x32c),_0x5a8278),[_0x28d2cc,_0x344e69]=Q(_0x458b13(0x294),_0x5a8278),[_0x3f8b5a,_0x5c1305]=Q(_0x458b13(0x4d5),_0x5a8278),[_0x30e9fd,_0x111b8b]=Q(_0x458b13(0x2d7),_0x5a8278),_0x279a77=_0x8122f1(()=>_0x30e9fd===void 0x0?_0x3371e3?_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x249b61[_0x458b13(0x3ba)]):!0x1:_0x30e9fd,[_0x30e9fd,_0x3371e3]),[_0x326c6f,_0x321581]=Q(_0x458b13(0x26f),_0x5a8278),[_0x2bb900,_0x5332d8]=Q(_0x458b13(0x1c2),_0x5a8278),[_0x4af657,_0x2f93bc]=Q('asCategory',_0x5a8278),[_0x5401ee,_0x2c7a48]=Q(_0x458b13(0x297),_0x5a8278),[_0x1e844e,_0x23b7e7]=Q(_0x458b13(0x398),_0x5a8278),_0x4e2e9e=_0x3371e3&&Br[_0x458b13(0x22f)](_0x46b9ea=>_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x46b9ea)),_0x513de4=_0x3371e3&&[_0x249b61[_0x458b13(0x3ba)],_0x249b61[_0x458b13(0x2f1)]][_0x458b13(0x22f)](_0x9d66ce=>_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x9d66ce)),_0x4bbfbe=_0x3371e3&&[_0x249b61['Line'],_0x249b61[_0x458b13(0x4ae)],_0x249b61['WordCloud'],_0x249b61[_0x458b13(0x333)]][_0x458b13(0x3e0)](_0x44a81e=>_0x44a81e!==_0x3371e3),_0x4d7361=_0x17cb25===_0x53aa9b[_0x458b13(0x331)]||typeof _0x346b28!=_0x458b13(0x4ac),_0x2f7a2d=_0x3371e3&&[_0x249b61['Pie'],_0x249b61[_0x458b13(0x435)]]['some'](_0x19426a=>_0x3371e3===_0x19426a),_0x41534f=!_0x2f7a2d||_0x2f7a2d&&_0x49ce1a&&(_0x49ce1a==null?void 0x0:_0x49ce1a[_0x458b13(0x4bb)])<0x1,_0x568140=_0x3371e3&&_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x249b61['Waterfall']),_0x5046d7=_0x3371e3&&_0x274c7e(_0x3371e3),[_0x497ad0,_0x16ea11]=Q(_0x458b13(0x228),_0x5a8278),_0x4d819e=_0x3371e3&&_0x3371e3===_0x249b61[_0x458b13(0x3a1)],_0x159603=_0x3371e3&&_0x3371e3===_0x249b61[_0x458b13(0x37e)],_0x3b4cb9=_0x3371e3&&_0x3371e3===_0x249b61[_0x458b13(0x4c6)],_0x70589e=_0x3371e3&&_0x3371e3===_0x249b61[_0x458b13(0x1d0)],_0x405bc1=_0x3371e3&&_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x249b61[_0x458b13(0x340)]),_0x32bb4f=_0x52b1c7=>{const _0x540dc9=_0x458b13;_0x497ad0&&_0x16ea11(_0x497ad0[_0x540dc9(0x475)]((_0x2a6429,_0x4ac1a1)=>_0x4ac1a1!==_0x52b1c7));},_0x6df9d=(_0xa720fa,_0x45e834)=>{const _0x2f56e1=_0x458b13;if(_0x497ad0){_0x497ad0[_0xa720fa][_0x2f56e1(0x1be)]=_0x45e834;let _0x39a64b=(_0x586d67==null?void 0x0:_0x586d67[_0x45e834][_0x2f56e1(0x43f)])||'';_0x39a64b&&(_0x497ad0[_0xa720fa][_0x2f56e1(0x4aa)]=_0x546b32['t'](_0x2f56e1(0x48a))+'-'+_0x546b32['t'](_0x2f56e1(0x1c3))+'-('+_0x39a64b+')'),_0x16ea11(_0x497ad0[_0x2f56e1(0x1a6)]());}},_0x253e52=!!(_0x3371e3&&_0x525a4c['baseOn'](_0x3371e3,_0x249b61[_0x458b13(0x36a)])),_0x418c14=ar,[_0x130ce1,_0x48e3ba]=_0x4aae6d(!0x1),_0x486b7d=_0x8122f1(()=>_0x4e759b(async _0x122b32=>{const _0x4b23a6=_0x458b13;var _0x5406d2;if(An(_0x4ae76a,_0x5d7b1f)===_0x122b32)return;let {unitId:_0x111f58,sheetName:_0x1175af,range:_0x4f4f78}=_0x122b32['split'](',')[_0x4b23a6(0x475)](_0x476fb0=>!!_0x476fb0)['map'](_0x5d9e74)[0x0],_0x155096=_0x111f58||_0x3499fc;_0x495fe5({'rangeInfo':{'range':_0x4f4f78,'unitId':_0x155096,'subUnitId':((_0x5406d2=_0x5d7b1f['getUnit'](_0x155096)[_0x4b23a6(0x35c)](_0x1175af))==null?void 0x0:_0x5406d2[_0x4b23a6(0x320)]())||(_0x4ae76a==null?void 0x0:_0x4ae76a[_0x4b23a6(0x4ed)][_0x4b23a6(0x42a)])},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x495fe5,_0x3499fc,_0x5d7b1f]),_0x8a9303=_0x132614=>{_0x49ce1a&&_0x72e388(_0x49ce1a['filter']((_0x1a5adb,_0x5ccb20)=>_0x5ccb20!==_0x132614));},_0x541c60=_0x3371e3&&(_0x525a4c['has'](_0x3371e3,_0x6bf948['PercentStack'])?_0xe448c2[_0x458b13(0x38c)]:_0x525a4c[_0x458b13(0x489)](_0x3371e3,_0x6bf948[_0x458b13(0x22d)])?_0xe448c2[_0x458b13(0x3c4)]:void 0x0),_0x5b9d29=!!(_0x3371e3&&_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x249b61[_0x458b13(0x3ae)])),_0x5a6707=_0x3ceab9(_0x2d794f=>{const _0x120e43=_0x458b13;if(!_0x3371e3)return;let _0x5801da=_0x2d794f,_0x240ea2=_0x525a4c[_0x120e43(0x378)](_0x3371e3,_0x6bf948[_0x120e43(0x507)]);switch(_0x5801da){case _0xe448c2[_0x120e43(0x3c4)]:_0x5ced64(_0x240ea2|_0x6bf948[_0x120e43(0x22d)]);break;case _0xe448c2[_0x120e43(0x38c)]:_0x5ced64(_0x240ea2|_0x6bf948[_0x120e43(0x507)]);break;default:_0x5ced64(_0x240ea2);break;}},[_0x3371e3]);return _0x16355e(_0x458b13(0x1fa),{'children':[_0x16355e('div',{'children':[_0x4f9186(Ur,{'title':_0x546b32['t']('sheets-chart-ui.chartType')}),_0x4f9186(_0x130b4a,{'className':_0x458b13(0x213),'value':_0x3371e3?String(_0x3371e3):'','options':_0x592328,'onChange':_0x4ee96e=>_0x5ced64(Number(_0x4ee96e))})]}),_0x3371e3&&(_0x525a4c['baseOn'](_0x3371e3,_0x249b61[_0x458b13(0x3ba)])||_0x525a4c[_0x458b13(0x4f1)](_0x3371e3,_0x249b61['Line']))&&_0x4f9186(_0x182df9,{'items':_0x576886,'className':_0x458b13(0x1e8),'value':_0x3684c8==null?_0xe43ceb[_0x458b13(0x3eb)][_0x458b13(0x3b5)]:_0x3684c8,'onChange':_0x2c4add}),_0x3371e3===_0x249b61[_0x458b13(0x4ae)]&&_0x4f9186(Ir,{'service':_0x5a8278,'className':_0x458b13(0x1e8)}),_0x16355e('div',{'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x27e))}),_0x4f9186(_0x130b4a,{'className':_0x458b13(0x213),'value':_0x3f8b5a?String(_0x3f8b5a):'','options':_0xd14f1a,'onChange':_0x1f77da=>{_0x5c1305(_0x1f77da);}})]}),_0x568140&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x28e))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x1c32f5==null?_0xe43ceb[_0x458b13(0x4ca)]['stackType']:_0x1c32f5,'options':_0x2bda19,'onChange':_0x45ef16=>{_0xd831b9(_0x45ef16);}}),_0x4f9186(_0x458b13(0x1fa),{'className':_0x458b13(0x3e4),'children':_0x4f9186(_0x563204,{'checked':_0x77d00e==null?_0xe43ceb[_0x458b13(0x4ca)][_0x458b13(0x221)]:_0x77d00e,'onChange':_0x1c82ad=>_0xa7cfd3(!!_0x1c82ad),'children':_0x546b32['t'](_0x458b13(0x219))})})]}),_0x4bbfbe&&!_0x5b9d29&&!_0x253e52&&!_0x4d819e&&!_0x159603&&!_0x3b4cb9&&!_0x70589e&&_0x4f9186(_0x458b13(0x1fa),{'className':_0x458b13(0x3e4),'children':_0x4f9186(_0x563204,{'checked':!!_0x279a77,'onChange':_0x2f1580=>_0x111b8b(!!_0x2f1580),'children':_0x546b32['t'](_0x458b13(0x1c7))})}),_0x253e52&&_0x16355e('div',{'className':_0x458b13(0x41b),'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x376))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x5401ee==null?_0xe43ceb['funnel'][_0x458b13(0x493)]:_0x5401ee),'options':_0x418c14,'onChange':_0x430b22=>_0x2c7a48(Number(_0x430b22))}),_0x4f9186('div',{'className':_0x458b13(0x20b),'children':_0x4f9186(_0x563204,{'checked':_0x1e844e==null?!0x1:_0x1e844e,'onChange':_0x1db61d=>{_0x23b7e7(!!_0x1db61d);},'children':_0x546b32['t']('sheets-chart-ui.styleEditPanel.useAbsValue')})})]}),_0x4e2e9e&&_0x16355e(_0x458b13(0x1fa),{'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x36b))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x541c60||'','options':_0x16dd92,'onChange':_0x5a6707})]}),_0x16355e('div',{'children':[_0x4f9186(Ur,{'title':_0x546b32['t']('sheets-chart-ui.dataRange')}),_0x4f9186(_0x274517,{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x3499fc,'subUnitId':_0x3ba8c2,'initialValue':_0x4ae76a?An(_0x4ae76a,_0x5d7b1f):'','onChange':(_0xff5085,_0x223062)=>_0x486b7d(_0x223062),'onFocusChange':_0x1ed0a7=>{_0x130ce1||_0x1a6d22(_0x1ed0a7);},'onRangeSelectorDialogVisibleChange':_0x417955=>{_0x417955?(_0x48e3ba(!0x0),_0x1a6d22(!0x0)):_0x48e3ba(!0x1);}})]}),!_0x405bc1&&!_0x4d819e&&!_0x159603&&!_0x3b4cb9&&!_0x70589e&&_0x16355e(_0x458b13(0x1fa),{'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x506))}),_0x4f9186(_0x130b4a,{'className':_0x458b13(0x213),'value':typeof _0x346b28=='number'?String(_0x346b28):'','options':_0x3fd9b3||[],'onChange':_0x4d2fd5=>_0x260def(Number(_0x4d2fd5))})]}),_0x16355e(_0x458b13(0x1fa),{'children':[!_0x405bc1&&!_0x4d819e&&!_0x159603&&!_0x3b4cb9&&!_0x70589e&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x355))}),_0x16355e(_0x458b13(0x1fa),{'className':'univer-mt-2','children':[_0x49ce1a==null?void 0x0:_0x49ce1a[_0x458b13(0x474)]((_0x6d8269,_0x39c9ef)=>_0x16355e(_0x458b13(0x1fa),{'className':_0x458b13(0x1c0),'children':[_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x6d8269),'options':_0x586d67,'onChange':_0x467ca2=>{const _0x54e3c9=_0x458b13;_0x49ce1a[_0x39c9ef]=Number(_0x467ca2),_0x72e388(_0x49ce1a[_0x54e3c9(0x1a6)]());}}),_0x4f9186(_0x458b13(0x1fa),{'className':'univer-ml-2\x20univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-sm\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','onClick':()=>_0x8a9303(_0x39c9ef),'children':_0x4f9186(_0x29b7ab,{})})]},_0x39c9ef)),_0x41534f&&_0x586d67&&!_0x159603&&!_0x3b4cb9&&!_0x70589e&&_0x4f9186(_0x2b168d,{'className':_0x458b13(0x4c7),'items':_0x586d67[_0x458b13(0x474)](_0x1a5eb2=>({'type':_0x458b13(0x49e),'children':_0x1a5eb2[_0x458b13(0x43f)],'onSelect':()=>{const _0x42e669=_0x458b13;_0x72e388([..._0x49ce1a||[],Number(_0x1a5eb2[_0x42e669(0x33c)])]);}})),'children':_0x16355e('a',{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','children':[_0x4f9186(_0x448f16,{'className':'univer-text-xs'}),_0x4f9186(_0x458b13(0x32d),{'className':'univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','children':_0x546b32['t'](_0x458b13(0x2cc))})]})})]})]}),_0x5046d7&&!_0x405bc1&&!_0x4d819e&&!_0x159603&&!_0x3b4cb9&&!_0x70589e&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(Ur,{'title':_0x546b32['t']('sheets-chart-ui.trendline.name')}),_0x16355e(_0x458b13(0x1fa),{'className':_0x458b13(0x1e8),'children':[_0x497ad0==null?void 0x0:_0x497ad0[_0x458b13(0x474)]((_0x33cd1d,_0x45d4eb)=>_0x16355e(_0x458b13(0x1fa),{'className':_0x458b13(0x1c0),'children':[_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x33cd1d[_0x458b13(0x4aa)]),'options':_0x586d67,'onChange':_0x3ece71=>{_0x6df9d(_0x45d4eb,Number(_0x3ece71)-0x1);}}),_0x4f9186('div',{'className':'univer-ml-2\x20univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-sm\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','onClick':()=>_0x32bb4f(_0x45d4eb),'children':_0x4f9186(_0x29b7ab,{})})]},_0x45d4eb)),_0x5046d7&&_0x586d67&&_0x4f9186(_0x2b168d,{'className':_0x458b13(0x4c7),'items':_0x586d67[_0x458b13(0x474)](_0x1b8a1b=>({'type':'item','children':_0x1b8a1b[_0x458b13(0x43f)],'onSelect':()=>{const _0x5db35f=_0x458b13;let _0x14045d={'seriesIndex':Number(_0x1b8a1b[_0x5db35f(0x33c)])-0x1,'type':_0x20d22['linear'],'name':_0x546b32['t']('sheets-chart-ui.trendline.linear')+'-'+_0x546b32['t'](_0x5db35f(0x1c3))+'-('+_0x1b8a1b[_0x5db35f(0x43f)]+')'};_0x16ea11([..._0x497ad0||[],_0x14045d]);}})),'children':_0x16355e('a',{'className':_0x458b13(0x36c),'children':[_0x4f9186(_0x448f16,{'className':_0x458b13(0x338)}),_0x4f9186('span',{'className':'univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','children':_0x546b32['t'](_0x458b13(0x3c2))})]})})]})]}),_0x3b4cb9&&_0x16355e(_0x458b13(0x1fa),{'className':'univer-mt-2','children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x4b9))}),_0x16355e(_0x458b13(0x1fa),{'className':_0x458b13(0x41b),'children':[_0x4f9186(_0x458b13(0x1fa),{'className':_0x458b13(0x354),'children':_0x546b32['t'](_0x458b13(0x3b4))}),_0x4f9186(_0x2a8d68,{'value':_0x5d153e==null?void 0x0:_0x5d153e,'onChange':_0x1f37b1=>{const _0x482e08=_0x458b13;_0xd74872[_0x482e08(0x2b9)](_0x161371,!0x1),_0x46c76d(Number[_0x482e08(0x225)](_0x1f37b1)?null:Number(_0x1f37b1));},'onFocus':()=>_0xd74872[_0x458b13(0x2b9)](_0x161371,!0x0),'onBlur':_0x393f69=>{const _0x3b9cc5=_0x458b13;_0xd74872[_0x3b9cc5(0x2b9)](_0x161371,!0x1);let _0x3c54ae=_0x393f69[_0x3b9cc5(0x468)][_0x3b9cc5(0x33c)];_0x46c76d(_0x3c54ae===''?null:Number(_0x3c54ae));},'onPressEnter':_0x3d3f46=>{const _0x57b952=_0x458b13;let _0x5a3450=_0x3d3f46[_0x57b952(0x468)][_0x57b952(0x33c)];_0x46c76d(_0x5a3450===''?null:Number(_0x5a3450));}})]}),_0x16355e('div',{'className':_0x458b13(0x1cb),'children':[_0x4f9186(_0x458b13(0x1fa),{'className':_0x458b13(0x354),'children':_0x546b32['t'](_0x458b13(0x47e))}),_0x4f9186(_0x2a8d68,{'value':_0x28d2cc==null?void 0x0:_0x28d2cc,'onChange':_0x5da87e=>{const _0x235c4c=_0x458b13;_0xd74872[_0x235c4c(0x2b9)](_0x161371,!0x1),_0x344e69(Number[_0x235c4c(0x225)](_0x5da87e)?null:Number(_0x5da87e));},'onFocus':()=>_0xd74872[_0x458b13(0x2b9)](_0x161371,!0x0),'onBlur':_0xab27d3=>{const _0x332a18=_0x458b13;_0xd74872[_0x332a18(0x2b9)](_0x161371,!0x1);let _0x4089e8=_0xab27d3[_0x332a18(0x468)][_0x332a18(0x33c)];_0x344e69(_0x4089e8===''?null:Number(_0x4089e8));},'onPressEnter':_0xca5b41=>{const _0x41afab=_0x458b13;let _0x160741=_0xca5b41['target'][_0x41afab(0x33c)];_0x344e69(_0x160741===''?null:Number(_0x160741));}})]})]}),_0x405bc1&&_0x4f9186(Lr,{'service':_0x5a8278}),!_0x4d819e&&!_0x159603&&!_0x3b4cb9&&!_0x70589e&&_0x4f9186(_0x458b13(0x1fa),{'className':'univer-mt-2-base','children':_0x4f9186(_0x20cbec,{'className':'','size':'small','onClick':()=>{const _0x3e8f38=_0x458b13;_0x321581(_0x326c6f===_0x84a39c['Row']?_0x84a39c['Column']:_0x84a39c[_0x3e8f38(0x300)]);},'children':_0x546b32['t'](_0x458b13(0x237))})}),_0x4d7361&&_0x4f9186(_0x458b13(0x1fa),{'className':_0x458b13(0x20b),'children':_0x4f9186(_0x563204,{'checked':_0x4af657,'onChange':_0x42457b=>{_0x2f93bc(!!_0x42457b);},'children':_0x546b32['t'](_0x458b13(0x2d5),(_0x326c6f||'')+'\x20'+(((_0x3c518a=_0x326c6f===_0x84a39c['Row']?_0x4ae76a==null?void 0x0:_0x4ae76a['rangeInfo']['range'][_0x458b13(0x446)]:_0x4ae76a==null?void 0x0:_0x4ae76a[_0x458b13(0x4ed)]['range'][_0x458b13(0x2ae)])==null?0x0:_0x3c518a)+0x1))})})]}),_0x513de4&&_0x16355e(_0x458b13(0x1fa),{'children':[_0x4f9186(Ur,{'title':_0x546b32['t'](_0x458b13(0x1c5))}),_0x4f9186('div',{'className':'univer-mt-2','children':_0x4f9186(_0x429286,{'value':_0x2bb900==null?_0xe43ceb[_0x458b13(0x1c2)]:_0x2bb900,'onChange':_0x503609=>_0x5332d8(_0x503609),'className':_0x458b13(0x222),'children':_0x16fc55[_0x458b13(0x474)](_0x38fc5f=>_0x4f9186(_0x3b681b,{'value':_0x38fc5f[_0x458b13(0x33c)],'children':_0x38fc5f[_0x458b13(0x43f)]},_0x38fc5f[_0x458b13(0x33c)]))})})]})]});},Gr=_0x350cbe=>{const _0x3a6257=_0x70a4aa;let {color:_0x1cacb3,onChange:_0x276389}=_0x350cbe,[_0x6ad458,_0x3fed09]=_0x4aae6d(!0x1),_0xb28586=_0x17b8b1(_0x13b077),_0x4a40f2=_0x1cacb3==='transparent'||_0x1cacb3==null,_0x1a7b76=_0x3ceab9(_0x10d1e2=>{_0x276389==null||_0x276389(_0x10d1e2),_0x3fed09(!0x1);},[_0x276389]);return _0x4f9186(_0x2debbd,{'overlay':_0x16355e(_0x3a6257(0x1fa),{'className':_0x3a6257(0x3b7),'children':[_0x4f9186(_0x20cbec,{'className':'univer-w-full','onClick':()=>_0x1a7b76(null),'children':_0xb28586['t'](_0x3a6257(0x272))}),_0x4f9186(_0x4af18a,{'value':_0x4a40f2?'#ffffff':_0x1cacb3,'onChange':_0x1a7b76})]}),'open':_0x6ad458,'onOpenChange':_0x3fed09,'children':_0x4f9186(_0x20cbec,{'className':_0x3a6257(0x4ba),'children':_0x16355e(_0x3a6257(0x1fa),{'className':_0x3a6257(0x2ec),'children':[_0x4a40f2?_0x4f9186(_0x3a6257(0x1fa),{'className':_0x3a6257(0x3ee),'children':_0xb28586['t']('sheets-chart-ui.default')}):_0x4f9186(_0x3a6257(0x1fa),{'className':_0x181d20(_0x3a6257(0x471),_0xea7222),'style':{'backgroundColor':_0x1cacb3}}),_0x4f9186(_0xa2d8de,{'className':_0x181d20('univer-ml-2\x20univer-transition-transform',{'univer-rotate-180':_0x6ad458})})]})})});},Kr=_0x1393c2=>{const _0x5e78a7=_0x70a4aa;let {value:_0x22c59b,menus:_0x5538bf,onSelect:_0x4a8876,children:_0x4e1e96}=_0x1393c2,[_0xf54ffd,_0x347e8c]=_0x4aae6d(!0x1);return _0x4f9186(_0x2b168d,{'items':[{'type':_0x5e78a7(0x459),'value':_0x22c59b[_0x5e78a7(0x3c1)](),'options':_0x5538bf,'onSelect':_0xd79d5b=>_0x4a8876==null?void 0x0:_0x4a8876(_0xd79d5b)}],'open':_0xf54ffd,'onOpenChange':_0x347e8c,'children':typeof _0x4e1e96=='function'?_0x4e1e96(_0xf54ffd):_0x4e1e96});},qr=_0x3a58f2=>{const _0x5f3dff=_0x70a4aa;var _0x1298c9;let {className:_0x1d6c70,fontSize:_0x582fe6=_0xe43ceb['textStyle'][_0x5f3dff(0x4c2)],color:_0xcece44,bold:_0x12533b,italic:_0x425d04,align:_0xf629f3,alignControl:_0x1ecaf1=!0x1,onChange:_0x1ef066}=_0x3a58f2,_0x12f265=$(_0x17b8b1(_0x13b077),$n),[_0x5d3fb3,_0x56e98f]=_0x4aae6d(!0x1);return _0x16355e('div',{'className':_0x181d20(_0x5f3dff(0x24c),_0xea7222,_0x1d6c70),'children':[_0x4f9186(Kr,{'value':_0x582fe6[_0x5f3dff(0x3c1)](),'menus':Qn[_0x5f3dff(0x474)](_0x1c12f8=>({..._0x1c12f8})),'onSelect':_0xd84bde=>_0x1ef066==null?void 0x0:_0x1ef066(_0x5f3dff(0x433),Number(_0xd84bde)),'children':_0x28a66d=>_0x16355e('div',{'className':_0x5f3dff(0x266),'children':[_0x4f9186(_0x5f3dff(0x32d),{'children':_0x582fe6}),_0x4f9186(_0xa2d8de,{'className':_0x181d20(_0x5f3dff(0x50c),{'univer-rotate-180':_0x28a66d})})]})}),_0x4f9186(_0x2debbd,{'overlay':_0x4f9186(_0x5f3dff(0x1fa),{'className':_0x5f3dff(0x3a6),'children':_0x4f9186(_0x4af18a,{'value':_0xcece44,'onChange':_0x1da1d4=>_0x1ef066==null?void 0x0:_0x1ef066(_0x5f3dff(0x4d4),_0x1da1d4)})}),'open':_0x5d3fb3,'onOpenChange':_0x56e98f,'children':_0x16355e(_0x5f3dff(0x1fa),{'className':'univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','children':[_0x4f9186(_0xbdd1f9,{'className':_0x5f3dff(0x492),'extend':{'colorChannel1':_0xcece44==null?_0xe43ceb[_0x5f3dff(0x46d)][_0x5f3dff(0x4d4)]:_0xcece44}}),_0x4f9186(_0xa2d8de,{'className':_0x181d20('univer-ml-1\x20univer-transition-transform\x20univer-duration-300',{'univer-rotate-180':_0x5d3fb3})})]})}),_0x1ecaf1&&_0x4f9186(Kr,{'value':(_0x1298c9=_0xf629f3==null?void 0x0:_0xf629f3[_0x5f3dff(0x3c1)]())==null?'':_0x1298c9,'menus':_0x12f265[_0x5f3dff(0x474)](_0x1d016e=>({..._0x1d016e})),'onSelect':_0x100fe1=>_0x1ef066==null?void 0x0:_0x1ef066(_0x5f3dff(0x434),_0x100fe1),'children':_0x4f9186(_0x5f3dff(0x1fa),{'className':_0x5f3dff(0x270),'children':_0x4f9186(_0x56f8c2,{})})}),_0x4f9186(_0x5f3dff(0x1fa),{'onClick':()=>_0x1ef066==null?void 0x0:_0x1ef066(_0x5f3dff(0x2a3),!_0x12533b),'className':_0x181d20(_0x5f3dff(0x270),{'univer-bg-gray-50\x20univer-text-primary-600':_0x12533b}),'children':_0x4f9186(_0x3d7467,{})}),_0x4f9186(_0x5f3dff(0x1fa),{'onClick':()=>_0x1ef066==null?void 0x0:_0x1ef066('italic',!_0x425d04),'className':_0x181d20('univer-leading-1\x20univer-cursor-pointer\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1',{'univer-bg-gray-50\x20univer-text-primary-600':_0x425d04}),'children':_0x4f9186(_0x3e5160,{})})]});};function Jr(_0x596581){const _0xc77446=_0x70a4aa;return!Number[_0xc77446(0x225)](_0x596581)&&Number[_0xc77446(0x48d)](_0x596581);}const Yr=_0x34539b=>{const _0x5a4cea=_0x70a4aa;var _0x5dbba0,_0x59a108,_0x256b1c,_0x1731a2,_0xd9f8e6,_0x34b4d4,_0xd83972,_0x540fa8,_0x4bb8ea,_0x1e3275;let {valueAxis:_0x557b87,axisOptions:_0x270f6a,onChange:_0x46343b,canUseDateAxis:_0x19000a,sheetsChartUIService:_0x13a0d7}=_0x34539b,_0x29071d=_0x17b8b1(_0x13b077),[_0x437a05,_0x1c7b35]=_0x4aae6d(_0x270f6a==null?void 0x0:_0x270f6a[_0x5a4cea(0x1aa)]),[_0x3b4397,_0x52dcb0]=_0x4aae6d(_0x270f6a==null?void 0x0:_0x270f6a[_0x5a4cea(0x407)]),_0x2ea561=_0x17b8b1(_0x4314ba),[_0x2ecca2,_0xd640f7]=Q(_0x5a4cea(0x3a8),_0x13a0d7,!0x1),_0x2116d1=_0x4f8767=>{if(_0x4f8767!==null&&!Jr(_0x4f8767)){_0x46343b==null||_0x46343b({'min':null}),_0x52dcb0(null);return;}_0x4f8767==null?(_0x52dcb0(null),_0x46343b==null||_0x46343b({'min':null})):(_0x52dcb0(_0x4f8767),_0x437a05!=null&&_0x4f8767>=_0x437a05?(_0x1c7b35(null),_0x46343b==null||_0x46343b({'min':_0x4f8767,'max':null})):_0x46343b==null||_0x46343b({'min':_0x4f8767}));},_0x40a709=_0x45d890=>{if(_0x45d890!==null&&!Jr(_0x45d890)){_0x46343b==null||_0x46343b({'max':null}),_0x1c7b35(null);return;}_0x45d890==null?(_0x1c7b35(null),_0x46343b==null||_0x46343b({'max':null})):(_0x1c7b35(_0x45d890),_0x3b4397!=null&&_0x45d890<=_0x3b4397?(_0x52dcb0(null),_0x46343b==null||_0x46343b({'max':_0x45d890,'min':null})):_0x46343b==null||_0x46343b({'max':_0x45d890}));},_0x1aabd3=(_0x5dbba0=_0x270f6a==null||(_0x59a108=_0x270f6a['label'])==null?void 0x0:_0x59a108['rotate'])==null?_0x2ecca2?_0xe43ceb[_0x5a4cea(0x396)][_0x5a4cea(0x19f)]:0x0:_0x5dbba0;return _0x16355e(_0x5a4cea(0x31d),{'children':[_0x4f9186(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x354),'children':_0x29071d['t'](_0x5a4cea(0x2db))}),_0x16355e(_0x5a4cea(0x1fa),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[_0x4f9186(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x41b),'children':_0x4f9186(_0x563204,{'checked':(_0x256b1c=_0x270f6a==null||(_0x1731a2=_0x270f6a[_0x5a4cea(0x43f)])==null?void 0x0:_0x1731a2[_0x5a4cea(0x1f5)])==null?_0xe43ceb[_0x5a4cea(0x396)][_0x5a4cea(0x397)]:_0x256b1c,'onChange':_0x566658=>_0x46343b==null?void 0x0:_0x46343b({'label':{'visible':!!_0x566658}}),'children':_0x29071d['t'](_0x5a4cea(0x1f9))})}),!_0x557b87&&_0x16355e(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x41b),'children':[_0x4f9186(_0x563204,{'checked':(_0xd9f8e6=_0x270f6a==null?void 0x0:_0x270f6a[_0x5a4cea(0x4f6)])==null?_0xe43ceb[_0x5a4cea(0x396)][_0x5a4cea(0x4f6)]:_0xd9f8e6,'onChange':_0x19b11e=>_0x46343b==null?void 0x0:_0x46343b({'reverse':!!_0x19b11e}),'children':_0x29071d['t'](_0x5a4cea(0x30e))}),'\x20']})]}),_0x4f9186(_0x563204,{'className':_0x5a4cea(0x1e8),'checked':(_0x34b4d4=_0x270f6a==null?void 0x0:_0x270f6a[_0x5a4cea(0x18d)])==null?!0x1:_0x34b4d4,'onChange':_0x4746c9=>_0x46343b==null?void 0x0:_0x46343b({'lineVisible':!!_0x4746c9}),'children':_0x29071d['t'](_0x5a4cea(0x1b0))}),_0x4f9186(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x43e),'children':_0x4f9186(qr,{'className':'univer-mt-2',..._0x270f6a==null?void 0x0:_0x270f6a[_0x5a4cea(0x43f)],'fontSize':(_0xd83972=_0x270f6a==null||(_0x540fa8=_0x270f6a[_0x5a4cea(0x43f)])==null?void 0x0:_0x540fa8['fontSize'])==null?_0xe43ceb[_0x5a4cea(0x46d)][_0x5a4cea(0x433)]:_0xd83972,'color':(_0x4bb8ea=_0x270f6a==null||(_0x1e3275=_0x270f6a[_0x5a4cea(0x43f)])==null?void 0x0:_0x1e3275[_0x5a4cea(0x4d4)])==null?_0xe43ceb[_0x5a4cea(0x46d)][_0x5a4cea(0x4d4)]:_0x4bb8ea,'onChange':(_0x16e5db,_0x2a536d)=>_0x46343b==null?void 0x0:_0x46343b({'label':{[_0x16e5db]:_0x2a536d}})})}),_0x19000a&&_0x4f9186(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x43e),'children':_0x4f9186(_0x563204,{'checked':!!_0x2ecca2,'onChange':_0x32cb65=>_0xd640f7==null?void 0x0:_0xd640f7(!!_0x32cb65),'children':_0x4f9186(_0x272cec,{'title':_0x29071d['t'](_0x5a4cea(0x25c)),'children':_0x4f9186(_0x5a4cea(0x32d),{'children':_0x29071d['t'](_0x5a4cea(0x385))})})})}),_0x16355e(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x43e),'children':[_0x4f9186('div',{'className':_0x5a4cea(0x354),'children':_0x29071d['t'](_0x5a4cea(0x21a))}),_0x4f9186(_0x130b4a,{'className':_0x5a4cea(0x362),'value':String(_0x1aabd3),'onChange':_0x23cf0b=>_0x46343b==null?void 0x0:_0x46343b({'label':{'rotate':Number(_0x23cf0b)}}),'options':or})]}),_0x557b87&&_0x16355e(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x43e),'children':[_0x16355e(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x41b),'children':[_0x4f9186('div',{'className':_0x5a4cea(0x354),'children':_0x29071d['t'](_0x5a4cea(0x3b4))}),_0x4f9186(_0x2a8d68,{'value':_0x3b4397,'onChange':_0x549e68=>{const _0x4b4c86=_0x5a4cea;_0x52dcb0(_0x549e68),_0x2ea561[_0x4b4c86(0x2b9)](_0x161371,!0x1),_0x2116d1(Number[_0x4b4c86(0x225)](_0x549e68)?null:Number(_0x549e68));},'onFocus':()=>_0x2ea561[_0x5a4cea(0x2b9)](_0x161371,!0x0),'onBlur':_0x38e180=>{const _0x331171=_0x5a4cea;_0x2ea561[_0x331171(0x2b9)](_0x161371,!0x1);let _0x3e88af=_0x38e180[_0x331171(0x468)][_0x331171(0x33c)];_0x2116d1(_0x3e88af===''?null:Number(_0x3e88af));},'onPressEnter':_0x3930d3=>{const _0x450491=_0x5a4cea;let _0x40fee6=_0x3930d3[_0x450491(0x468)][_0x450491(0x33c)];_0x2116d1(_0x40fee6===''?null:Number(_0x40fee6));}})]}),_0x16355e(_0x5a4cea(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x5a4cea(0x1fa),{'className':_0x5a4cea(0x354),'children':_0x29071d['t'](_0x5a4cea(0x47e))}),_0x4f9186(_0x2a8d68,{'value':_0x437a05,'onChange':_0x101318=>{const _0x99e47b=_0x5a4cea;_0x1c7b35(_0x101318),_0x2ea561[_0x99e47b(0x2b9)](_0x161371,!0x1),_0x40a709(Number[_0x99e47b(0x225)](_0x101318)?null:Number(_0x101318));},'onFocus':()=>_0x2ea561[_0x5a4cea(0x2b9)](_0x161371,!0x0),'onBlur':_0x2e5531=>{const _0x504887=_0x5a4cea;_0x2ea561['setContextValue'](_0x161371,!0x1);let _0x24dec8=_0x2e5531[_0x504887(0x468)][_0x504887(0x33c)];_0x40a709(_0x24dec8===''?null:Number(_0x24dec8));},'onPressEnter':_0x593d80=>{const _0x235ed9=_0x5a4cea;let _0x553a34=_0x593d80['target'][_0x235ed9(0x33c)];_0x40a709(_0x553a34===''?null:Number(_0x553a34));}})]})]})]});},Xr=_0x42af21=>{const _0x4534e3=_0x70a4aa;var _0xb4f15c,_0x29d660,_0x31c4d1,_0x3079b8;let {runtimeAxes:_0xc555fe,service:_0x17aa23,className:_0xc25972}=_0x42af21,_0x1d3497=_0x17b8b1(_0x13b077),_0x1e853f=$(_0x1d3497,_0x8122f1(()=>_r[_0x4534e3(0x475)](_0x4b8e63=>{const _0xb0660d=_0x4534e3;let _0x297a68=_0xc555fe==null?void 0x0:_0xc555fe[_0xb0660d(0x22f)](_0x4f41f0=>_0x4f41f0['position']===_0x5a12a7['Right']);return _0x4b8e63[_0xb0660d(0x33c)]===_0xb0660d(0x2a5)?_0x297a68:!0x0;}),[_0xc555fe])),_0x49faad=_0x8122f1(()=>_0xc555fe==null?void 0x0:_0xc555fe[_0x4534e3(0x198)](_0x55a452=>_0x55a452[_0x4534e3(0x4a1)]===_0x333bed[_0x4534e3(0x2e6)]),[_0xc555fe]),[_0x512f5a,_0x50e827]=_0x4aae6d(_r[0x0][_0x4534e3(0x33c)]),[_0x202dd9,_0x2076cf]=Q('xAxisOptions',_0x17aa23),[_0x252646,_0x191ee8]=Q('yAxisOptions',_0x17aa23),[_0x4ef886,_0x10921e]=Q(_0x4534e3(0x4c5),_0x17aa23),_0x331b2f={'xAxis':_0x202dd9,'yAxis':_0x252646,'rightYAxis':_0x4ef886}[_0x512f5a],_0x534b32={'xAxis':_0x2076cf,'yAxis':_0x191ee8,'rightYAxis':_0x10921e}[_0x512f5a],_0x5a51fe={'xAxis':'bottom','yAxis':_0x4534e3(0x282),'rightYAxis':_0x4534e3(0x35b)}[_0x512f5a],_0x3ed24f=_0x331b2f==null?void 0x0:_0x331b2f[_0x4534e3(0x25b)],_0x50ff6f=_0x331b2f==null?void 0x0:_0x331b2f[_0x4534e3(0x279)],_0xaa3063=_0x3ceab9(_0x21410d=>{_0x534b32==null||_0x534b32({'gridLine':_0x21410d});},[_0x534b32]),{visible:_0x3debd0,color:_0x5e5e8f,width:_0x34f4fe}=_0x50ff6f==null?{}:_0x50ff6f,_0x462aff=_0x3debd0==null?(_0x49faad==null?void 0x0:_0x49faad[_0x4534e3(0x298)])===_0x5a51fe:_0x3debd0,_0x36638d=$(_0x1d3497,dr),_0x4e9c6f=_0x8122f1(()=>(Jn[_0x4534e3(0x43f)]=_0x1d3497['t'](Jn[_0x4534e3(0x43f)]),[Jn,...Dr]),[_0x1d3497]),_0x10b78a=_0x8122f1(()=>(Jn[_0x4534e3(0x43f)]=_0x1d3497['t'](Jn[_0x4534e3(0x43f)]),[Jn,...Or]),[_0x1d3497]);return _0x16355e(_0x4534e3(0x1fa),{'className':_0xc25972,'children':[_0x4f9186(_0x4534e3(0x1fa),{'className':_0x4534e3(0x43e),'children':_0x4f9186(_0x130b4a,{'className':_0x4534e3(0x213),'options':_0x1e853f,'value':_0x512f5a,'onChange':_0x50e827})}),_0x4f9186(_0x4534e3(0x1fa),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':_0x4f9186('div',{'className':_0x4534e3(0x41b),'children':_0x4f9186(_0x563204,{'checked':_0x462aff,'onChange':_0x5af118=>_0xaa3063==null?void 0x0:_0xaa3063({'visible':!!_0x5af118}),'children':_0x1d3497['t'](_0x4534e3(0x44a))})})}),_0x462aff&&_0x16355e(_0x4534e3(0x1fa),{'className':_0x4534e3(0x43e),'children':[_0x16355e(_0x4534e3(0x1fa),{'className':_0x4534e3(0x41b),'children':[_0x16355e(_0x4534e3(0x1fa),{'className':_0x4534e3(0x354),'children':[_0x1d3497['t'](_0x4534e3(0x44f)),_0x1d3497['t'](_0x4534e3(0x27a))]}),_0x4f9186(Gr,{'color':_0x5e5e8f,'onChange':_0x5fd9ce=>_0xaa3063==null?void 0x0:_0xaa3063({'color':_0x5fd9ce==null?void 0x0:_0x5fd9ce})})]}),_0x16355e(_0x4534e3(0x1fa),{'className':_0x4534e3(0x41b),'children':[_0x4f9186(_0x4534e3(0x1fa),{'className':_0x4534e3(0x354),'children':_0x1d3497['t'](_0x4534e3(0x2c0),_0x1d3497['t'](_0x4534e3(0x44f)))}),_0x4f9186(_0x130b4a,{'className':_0x4534e3(0x213),'value':String(_0x34f4fe==null?'':_0x34f4fe),'onChange':_0x219c0c=>_0xaa3063==null?void 0x0:_0xaa3063({'width':Number(_0x219c0c)}),'options':vr})]})]}),_0x16355e(_0x4534e3(0x1fa),{'children':[_0x4f9186(_0x4534e3(0x1fa),{'children':_0x4f9186(_0x563204,{'checked':_0x3ed24f==null?void 0x0:_0x3ed24f['visible'],'onChange':_0x62b0d2=>_0x534b32==null?void 0x0:_0x534b32({'tick':{'visible':!!_0x62b0d2}}),'children':_0x1d3497['t']('sheets-chart-ui.ticks.majorTick')})}),_0x16355e('div',{'children':[_0x16355e(_0x4534e3(0x1fa),{'className':_0x4534e3(0x43e),'children':[_0x16355e(_0x4534e3(0x1fa),{'className':_0x4534e3(0x41b),'children':[_0x4f9186(_0x4534e3(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1d3497['t'](_0x4534e3(0x3f2))}),_0x4f9186(_0x130b4a,{'className':_0x4534e3(0x213),'value':(_0xb4f15c=_0x3ed24f==null?void 0x0:_0x3ed24f['position'])==null?_0x493c91[_0x4534e3(0x34f)]:_0xb4f15c,'options':_0x36638d,'onChange':_0x98061c=>_0x534b32==null?void 0x0:_0x534b32({'tick':{'position':_0x98061c}})})]}),_0x16355e('div',{'className':_0x4534e3(0x41b),'children':[_0x4f9186(_0x4534e3(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1d3497['t']('sheets-chart-ui.ticks.tickLength')}),_0x4f9186(_0x130b4a,{'className':_0x4534e3(0x213),'value':String((_0x29d660=_0x3ed24f==null?void 0x0:_0x3ed24f[_0x4534e3(0x4bb)])==null?Jn[_0x4534e3(0x33c)]:_0x29d660),'options':_0x4e9c6f,'onChange':_0x18d117=>_0x534b32==null?void 0x0:_0x534b32({'tick':{'length':_0x18d117===Jn[_0x4534e3(0x33c)]?void 0x0:Number(_0x18d117)}})})]})]}),_0x16355e(_0x4534e3(0x1fa),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[_0x16355e(_0x4534e3(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x4534e3(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1d3497['t']('sheets-chart-ui.withThickness',_0x1d3497['t']('sheets-chart-ui.line'))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x31c4d1=_0x3ed24f==null?void 0x0:_0x3ed24f[_0x4534e3(0x316)])==null?Jn[_0x4534e3(0x33c)]:_0x31c4d1),'options':_0x10b78a,'onChange':_0x51eba7=>_0x534b32==null?void 0x0:_0x534b32({'tick':{'lineWidth':_0x51eba7===Jn[_0x4534e3(0x33c)]?void 0x0:Number(_0x51eba7)}})})]}),_0x16355e(_0x4534e3(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x4534e3(0x1fa),{'className':_0x4534e3(0x354),'children':_0x1d3497['t'](_0x4534e3(0x47f),_0x1d3497['t']('sheets-chart-ui.line'))}),_0x4f9186(Gr,{'color':(_0x3079b8=_0x3ed24f==null?void 0x0:_0x3ed24f['lineColor'])==null?'':_0x3079b8,'onChange':_0x371cda=>_0x534b32==null?void 0x0:_0x534b32({'tick':{'lineColor':_0x371cda==null?void 0x0:_0x371cda}})})]})]})]})]})]});},Zr=_0x11e2f2=>{const _0x3bbe0c=_0x70a4aa;let {onChange:_0x3d2004,indicatorLabelColor:_0x4b7720,indicatorLineType:_0x3f757c,indicatorLabelTextColor:_0x178c94,indicatorLineColor:_0x1fd783}=_0x11e2f2,_0x4c3325=_0x17b8b1(_0x13b077),_0x190ee7=$(_0x4c3325,nr);return _0x16355e(_0xa5bcb6,{'children':[_0x16355e('div',{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x16355e(_0x3bbe0c(0x1fa),{'className':_0x3bbe0c(0x41b),'children':[_0x4f9186(_0x3bbe0c(0x1fa),{'className':_0x3bbe0c(0x354),'children':_0x4c3325['t'](_0x3bbe0c(0x327))}),_0x4f9186(_0x130b4a,{'className':_0x3bbe0c(0x213),'value':_0x3f757c,'options':_0x190ee7,'onChange':_0x51c8db=>{_0x3d2004==null||_0x3d2004({'indicatorLineType':_0x51c8db});}})]}),_0x16355e('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x3bbe0c(0x1fa),{'className':_0x3bbe0c(0x354),'children':_0x4c3325['t'](_0x3bbe0c(0x1b7))}),_0x4f9186(Gr,{'color':_0x1fd783,'onChange':_0x149a16=>{_0x3d2004==null||_0x3d2004({'indicatorLineColor':_0x149a16});}})]})]}),_0x16355e(_0x3bbe0c(0x1fa),{'className':_0x3bbe0c(0x3ce),'children':[_0x16355e(_0x3bbe0c(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x3bbe0c(0x1fa),{'className':_0x3bbe0c(0x354),'children':_0x4c3325['t'](_0x3bbe0c(0x311))}),_0x4f9186(Gr,{'color':_0x4b7720,'onChange':_0x4bd363=>{_0x3d2004==null||_0x3d2004({'indicatorLabelColor':_0x4bd363});}})]}),_0x16355e(_0x3bbe0c(0x1fa),{'className':_0x3bbe0c(0x41b),'children':[_0x4f9186('div',{'className':_0x3bbe0c(0x354),'children':_0x4c3325['t']('sheets-chart-ui.indicatorValue')}),_0x4f9186(Gr,{'color':_0x178c94,'onChange':_0x64aa12=>{_0x3d2004==null||_0x3d2004({'indicatorLabelTextColor':_0x64aa12});}})]})]})]});},Qr=new Set([_0x249b61['Pie'],_0x249b61[_0x70a4aa(0x435)],_0x249b61['AreaPercentStacked'],_0x249b61[_0x70a4aa(0x1d1)],_0x249b61[_0x70a4aa(0x4cf)]]),$r=_0x178bd5=>{const _0x4be8f6=_0x70a4aa;var _0x2930f6,_0x5b9f94;let {fallbackLabelStyle:_0x1a3bab,labelStyle:_0x385f4f,positionOptions:_0x4c24fc,contentTypeOptions:_0x2b8c4f,onLabelStyleChange:_0x1ca867,onVisibleChange:_0x29953f,onPadAngleChange:_0x161fb8,isPieLike:_0x1dc83a,padAngleStyle:_0x361a12,onHalfPieChange:_0xbcc941,isHalfPie:_0xb1bc59,onRosePieChange:_0x360553,isRosePie:_0x2a39b0,onShowLabelLineChange:_0x323f23,showLabelLine:_0x1eb29a,chartType:_0x1a986e}=_0x178bd5,_0x56b670=_0x17b8b1(_0x13b077),_0x37957c={..._0x1a3bab,..._0x385f4f},{contentType:_0x2ae525}=_0x37957c,_0x51393e=_0x8122f1(()=>{const _0x363ced=_0x45c2;if(!_0x2ae525)return[];let _0x5309e9=wr[_0x363ced(0x475)](_0x166c28=>_0x525a4c[_0x363ced(0x489)](_0x2ae525,_0x166c28)),_0x5892dd=[];for(let _0x191eef of _0x5309e9)_0x191eef===_0x48b181[_0x363ced(0x26a)]?Qr[_0x363ced(0x489)](_0x1a986e)&&_0x5892dd['push'](_0x191eef):_0x5892dd[_0x363ced(0x432)](_0x191eef);return _0x5892dd[_0x363ced(0x474)](_0x45e72a=>String(_0x45e72a));},[_0x2ae525]),_0x55f500=_0x3ceab9(_0x33d584=>{const _0xa4fc30=_0x45c2;let _0x117003=_0x33d584[_0xa4fc30(0x474)](_0x30a100=>Number(_0x30a100));if(_0x117003[_0xa4fc30(0x4bb)]<=0x0)return;let _0x3c792b=_0x117003[_0xa4fc30(0x4bb)]>0x0?_0x117003[_0xa4fc30(0x3e1)]((_0x6704c9,_0x3d33c0)=>_0x6704c9|_0x3d33c0):_0x48b181[_0xa4fc30(0x236)];_0x1ca867==null||_0x1ca867(_0xa4fc30(0x301),_0x3c792b);},[_0x1ca867]);return _0x16355e(_0x4be8f6(0x1fa),{'children':[_0x4f9186(_0x4be8f6(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4f9186(_0x563204,{'checked':(_0x2930f6=_0x37957c[_0x4be8f6(0x1f5)])==null?!0x1:_0x2930f6,'onChange':_0xe6a4d6=>{_0x29953f==null||_0x29953f(!!_0xe6a4d6);},'children':_0x56b670['t'](_0x4be8f6(0x1f0))})}),_0x1dc83a&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x4be8f6(0x1fa),{'className':_0x4be8f6(0x354),'children':_0x4f9186(_0x563204,{'checked':_0x361a12==null?!0x1:_0x361a12,'onChange':_0xd4f8d1=>{_0x161fb8==null||_0x161fb8(!!_0xd4f8d1);},'children':_0x56b670['t'](_0x4be8f6(0x39f))})}),_0x4f9186(_0x4be8f6(0x1fa),{'className':_0x4be8f6(0x354),'children':_0x4f9186(_0x563204,{'checked':_0xb1bc59==null?!0x1:_0xb1bc59,'onChange':_0x429c8c=>{_0xbcc941==null||_0xbcc941(!!_0x429c8c);},'children':_0x56b670['t']('sheets-chart-ui.styleEditPanel.halfPie')})}),_0x4f9186(_0x4be8f6(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4f9186(_0x563204,{'checked':_0x2a39b0==null?!0x1:_0x2a39b0,'onChange':_0x2f3c10=>{_0x360553==null||_0x360553(!!_0x2f3c10);},'children':_0x56b670['t'](_0x4be8f6(0x1ec))})}),_0x37957c[_0x4be8f6(0x1f5)]===!0x0&&_0x4f9186(_0x4be8f6(0x1fa),{'className':_0x4be8f6(0x354),'children':_0x4f9186(_0x563204,{'checked':_0x1eb29a==null?!0x1:_0x1eb29a,'onChange':_0x1a2838=>{_0x323f23==null||_0x323f23(!!_0x1a2838);},'children':_0x56b670['t'](_0x4be8f6(0x2eb))})})]}),_0x37957c['visible']&&_0x16355e('div',{'className':_0x4be8f6(0x245),'children':[_0x4f9186(_0x4be8f6(0x1fa),{'className':_0x4be8f6(0x354),'children':_0x56b670['t']('sheets-chart-ui.styleEditPanel.labelPosition')}),_0x4f9186(_0x130b4a,{'className':_0x4be8f6(0x213),'value':(_0x5b9f94=_0x37957c['position'])==null?'':_0x5b9f94,'onChange':_0x103130=>_0x1ca867==null?void 0x0:_0x1ca867(_0x4be8f6(0x298),_0x103130),'options':_0x4c24fc}),_0x2b8c4f&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x4be8f6(0x1fa),{'className':_0x4be8f6(0x354),'children':_0x56b670['t'](_0x4be8f6(0x1e2))}),_0x4f9186(_0x4be8f6(0x1fa),{'className':'univer-w-[208px]','children':_0x4f9186(_0x2ef875,{'className':_0x4be8f6(0x1d9),'value':_0x51393e,'options':_0x2b8c4f,'onChange':_0x55f500})})]}),_0x16355e(_0x4be8f6(0x1fa),{'children':[_0x4f9186('div',{'className':_0x4be8f6(0x354),'children':_0x56b670['t'](_0x4be8f6(0x4b3))}),_0x4f9186(qr,{..._0x37957c,'onChange':_0x1ca867})]})]})]});},ei=_0x35168c=>{const _0x2c0b5b=_0x70a4aa;var _0x444e8c,_0x57dd6b;let {seriesStyle:_0x3e00be,onSeriesStyleChange:_0x1ecb4d,controlName:_0x2d410c,allSeriesStyle:_0xf46e9d,chartType:_0x32784a}=_0x35168c,_0x13cc3a=_0x17b8b1(_0x13b077),_0xcfbf9f=_0x32784a===_0x249b61[_0x2c0b5b(0x4ae)]?_0xe43ceb[_0x2c0b5b(0x413)][_0x2c0b5b(0x2e9)]:_0xe43ceb['borderStyle'][_0x2c0b5b(0x3f6)];return _0x16355e(_0x2c0b5b(0x1fa),{'className':_0x2c0b5b(0x3ce),'children':[_0x16355e('div',{'className':_0x2c0b5b(0x41b),'children':[_0x4f9186(_0x2c0b5b(0x1fa),{'className':_0x2c0b5b(0x354),'children':_0x13cc3a['t']('sheets-chart-ui.withColor',_0x2d410c)}),_0x4f9186(Gr,{'color':(_0x3e00be==null?void 0x0:_0x3e00be[_0x2c0b5b(0x4d4)])||(_0xf46e9d==null?void 0x0:_0xf46e9d[_0x2c0b5b(0x4d4)])||'','onChange':_0x291d85=>_0x1ecb4d==null?void 0x0:_0x1ecb4d({'color':_0x291d85})})]}),_0x16355e(_0x2c0b5b(0x1fa),{'className':_0x2c0b5b(0x41b),'children':[_0x4f9186(_0x2c0b5b(0x1fa),{'className':_0x2c0b5b(0x354),'children':_0x13cc3a['t'](_0x2c0b5b(0x382),_0x2d410c)}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x444e8c=(_0x57dd6b=_0x3e00be==null?void 0x0:_0x3e00be['fillOpacity'])==null?_0xf46e9d==null?void 0x0:_0xf46e9d[_0x2c0b5b(0x4f3)]:_0x57dd6b)==null?_0xcfbf9f:_0x444e8c),'options':tr,'onChange':_0x59b534=>_0x1ecb4d==null?void 0x0:_0x1ecb4d({'fillOpacity':Number(_0x59b534)})})]})]});},ti=_0x53d565=>{const _0x328e99=_0x70a4aa;var _0x565b1f,_0x1f87ca,_0x15c8dd,_0x182918;let {borderStyle:_0x606ee1,onSeriesStyleChange:_0x7bbad2,controlName:_0x44c6a0,hideBorder:_0x293b9d,allSeriesBorderStyle:_0x48d01e,isLineOrAreaChart:_0x1b502a}=_0x53d565,_0x6fac51=_0x17b8b1(_0x13b077),_0x585b13=$(_0x6fac51,nr),_0x21fdc6=_0x1b502a?ar[_0x328e99(0x1a6)](0x1):ar;return _0x16355e(_0xa5bcb6,{'children':[_0x293b9d&&_0x16355e(_0x328e99(0x1fa),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x16355e('div',{'className':_0x328e99(0x41b),'children':[_0x4f9186(_0x328e99(0x1fa),{'className':_0x328e99(0x354),'children':_0x6fac51['t'](_0x328e99(0x47f),_0x44c6a0)}),_0x4f9186(Gr,{'color':(_0x565b1f=_0x606ee1==null?void 0x0:_0x606ee1[_0x328e99(0x4d4)])==null?_0x48d01e==null?void 0x0:_0x48d01e[_0x328e99(0x4d4)]:_0x565b1f,'onChange':_0x893dc3=>_0x7bbad2==null?void 0x0:_0x7bbad2({'border':{'color':_0x893dc3}})})]}),_0x16355e('div',{'className':_0x328e99(0x41b),'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x6fac51['t'](_0x328e99(0x382),_0x44c6a0)}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x1f87ca=_0x606ee1==null?void 0x0:_0x606ee1[_0x328e99(0x3f6)])==null?_0x48d01e==null?void 0x0:_0x48d01e['opacity']:_0x1f87ca),'options':tr,'onChange':_0x11ce25=>_0x7bbad2==null?void 0x0:_0x7bbad2({'border':{'opacity':Number(_0x11ce25)}})})]})]}),_0x16355e(_0x328e99(0x1fa),{'className':_0x328e99(0x3ce),'children':[_0x16355e('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x328e99(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x6fac51['t'](_0x328e99(0x4b7),_0x44c6a0)}),_0x4f9186(_0x130b4a,{'className':_0x328e99(0x213),'value':(_0x15c8dd=_0x606ee1==null?void 0x0:_0x606ee1[_0x328e99(0x2f6)])==null?_0x48d01e==null?void 0x0:_0x48d01e[_0x328e99(0x2f6)]:_0x15c8dd,'options':_0x585b13,'onChange':_0x4c680a=>_0x7bbad2==null?void 0x0:_0x7bbad2({'border':{'dashType':_0x4c680a}})})]}),_0x16355e(_0x328e99(0x1fa),{'className':_0x328e99(0x41b),'children':[_0x4f9186(_0x328e99(0x1fa),{'className':_0x328e99(0x354),'children':_0x6fac51['t'](_0x328e99(0x2c0),_0x44c6a0)}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x182918=_0x606ee1==null?void 0x0:_0x606ee1[_0x328e99(0x31a)])==null?_0x48d01e==null?void 0x0:_0x48d01e['width']:_0x182918),'options':_0x21fdc6,'onChange':_0x12536e=>_0x7bbad2==null?void 0x0:_0x7bbad2({'border':{'width':Number(_0x12536e)}})})]})]})]});},ni=_0x178e22=>{const _0x4ee8a6=_0x70a4aa;let {pointStyle:_0x4e549b,controls:_0x363eb0,onChange:_0x4e8124}=_0x178e22,_0x491b17=_0x17b8b1(_0x13b077),_0x388552=$(_0x491b17,rr),_0x1f9be8=$(_0x491b17,ir),_0x37e171=_0x363eb0['map'](_0x485b9f=>{const _0x4e9aaf=_0x45c2;switch(_0x485b9f){case _0x4e9aaf(0x3bd):return _0x16355e('div',{'className':_0x4e9aaf(0x41b),'children':[_0x4f9186(_0x4e9aaf(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x491b17['t'](_0x4e9aaf(0x453),_0x491b17['t'](_0x4e9aaf(0x394)))}),_0x4f9186(_0x130b4a,{'className':_0x4e9aaf(0x213),'value':String(_0x4e549b[_0x4e9aaf(0x3bd)]),'options':_0x388552,'onChange':_0x2f584b=>_0x4e8124==null?void 0x0:_0x4e8124(_0x4e9aaf(0x3bd),_0x2f584b)})]},_0x485b9f);case _0x4e9aaf(0x1db):return _0x16355e(_0x4e9aaf(0x1fa),{'className':_0x4e9aaf(0x41b),'children':[_0x4f9186(_0x4e9aaf(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x491b17['t'](_0x4e9aaf(0x29a),_0x491b17['t'](_0x4e9aaf(0x23a)))}),_0x4f9186(_0x130b4a,{'className':_0x4e9aaf(0x213),'value':String(_0x4e549b[_0x4e9aaf(0x1db)]),'options':_0x1f9be8,'onChange':_0x470960=>_0x4e8124==null?void 0x0:_0x4e8124('size',Number(_0x470960))})]},_0x485b9f);case _0x4e9aaf(0x4d4):return _0x16355e(_0x4e9aaf(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x4e9aaf(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x491b17['t'](_0x4e9aaf(0x47f),_0x491b17['t'](_0x4e9aaf(0x23a)))}),_0x4f9186(Gr,{'color':_0x4e549b[_0x4e9aaf(0x4d4)],'onChange':_0x1f2b27=>_0x4e8124==null?void 0x0:_0x4e8124(_0x4e9aaf(0x4d4),_0x1f2b27)})]},_0x485b9f);}return null;}),_0x14a1bb=[];for(let _0x25dc6c=0x0;_0x25dc6c<_0x37e171['length'];_0x25dc6c+=0x2)_0x14a1bb['push'](_0x16355e(_0x4ee8a6(0x1fa),{'className':_0x4ee8a6(0x3ce),'children':[_0x37e171[_0x25dc6c],_0x25dc6c+0x1<_0x37e171[_0x4ee8a6(0x4bb)]?_0x37e171[_0x25dc6c+0x1]:_0x4f9186(_0x4ee8a6(0x1fa),{'className':_0x4ee8a6(0x41b)})]},_0x25dc6c));return _0x4f9186(_0xa5bcb6,{'children':[..._0x14a1bb]});},ri=_0x37d122=>{const _0x457ee6=_0x70a4aa;let {rightYAxis:_0x47965b,onSeriesStyleChange:_0x1fddfc}=_0x37d122;return _0x4f9186(_0x457ee6(0x1fa),{'className':_0x457ee6(0x3ce),'children':_0x4f9186('div',{'className':_0x457ee6(0x41b),'children':_0x4f9186(_0x563204,{'checked':_0x47965b,'onChange':_0x5da982=>{_0x1fddfc==null||_0x1fddfc({'rightYAxis':!!_0x5da982});},'children':_0x17b8b1(_0x13b077)['t'](_0x457ee6(0x31e))})})});},ii={'shape':_0xe43ceb['point'][_0x70a4aa(0x3bd)],'size':_0xe43ceb['point']['size'],'color':_0x70a4aa(0x2fe)},ai=['shape',_0x70a4aa(0x1db)],oi=_0xa08547=>{const _0x122032=_0x70a4aa;let {chartType:_0xa9d6fd,data:_0x4981a3,options:_0x32a69f,onChange:_0x3a2359}=_0xa08547,_0x54984e=_0x17b8b1(_0x13b077),_0x1c524d=_0xa9d6fd===_0x249b61[_0x122032(0x2f1)],_0x2fe383=_0x4981a3==null?{}:_0x4981a3;return _0x4f9186('div',{'className':_0x122032(0x214),'children':Object['keys'](_0x2fe383)['map'](_0x22075e=>({'key':_0x22075e,'style':_0x2fe383[Number(_0x22075e)]}))[_0x122032(0x474)](_0x3ec902=>{const _0x44164c=_0x122032;var _0x8a451b;let {style:_0x3ca49c}=_0x3ec902;return _0x3ca49c===void 0x0?null:_0x16355e(_0x44164c(0x1fa),{'className':_0x44164c(0x46f),'children':[_0x16355e('div',{'className':_0x44164c(0x3ce),'children':[_0x16355e(_0x44164c(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x44164c(0x1fa),{'className':_0x44164c(0x354),'children':_0x54984e['t'](_0x44164c(0x23a))}),_0x4f9186(_0x130b4a,{'className':_0x44164c(0x213),'value':_0x3ec902[_0x44164c(0x3b0)],'options':_0x32a69f,'onChange':_0x573a4b=>{const _0x32cff7=_0x44164c;_0x3a2359==null||_0x3a2359({[_0x3ec902['key']]:void 0x0,[Number(_0x573a4b)]:_0x3ec902[_0x32cff7(0x4d3)]});}})]}),_0x16355e(_0x44164c(0x1fa),{'className':_0x44164c(0x41b),'children':[_0x4f9186('div',{'className':_0x44164c(0x354),'children':_0x54984e['t']('sheets-chart-ui.color')}),_0x4f9186(Gr,{'color':(_0x8a451b=_0x3ca49c==null?void 0x0:_0x3ca49c[_0x44164c(0x4d4)])==null?'':_0x8a451b,'onChange':_0x1b2f59=>{const _0x88a32e=_0x44164c;_0x3a2359==null||_0x3a2359({[_0x3ec902[_0x88a32e(0x3b0)]]:{'color':_0x1b2f59}});}})]}),_0x4f9186(_0x20cbec,{'className':_0x44164c(0x26d),'variant':_0x44164c(0x3cc),'onClick':()=>_0x3a2359==null?void 0x0:_0x3a2359({[_0x3ec902[_0x44164c(0x3b0)]]:void 0x0}),'children':_0x4f9186(_0x5a9ade,{})})]}),_0x1c524d&&_0x4f9186(ni,{'pointStyle':{...ii,..._0x3ec902[_0x44164c(0x4d3)]},'controls':ai,'onChange':(_0x2d4d05,_0x5d27d9)=>_0x3a2359==null?void 0x0:_0x3a2359({[_0x3ec902[_0x44164c(0x3b0)]]:{[_0x2d4d05]:_0x5d27d9}})})]},_0x3ec902['key']);})});},si={'fontSize':_0xe43ceb[_0x70a4aa(0x46d)][_0x70a4aa(0x433)],'contentType':_0xe43ceb[_0x70a4aa(0x45f)],'position':_0xe43ceb[_0x70a4aa(0x46d)][_0x70a4aa(0x298)]},ci=_0x37a966=>{const _0x12a1b8=_0x70a4aa;let {service:_0x37a8b3,isLineSeries:_0x5354c3}=_0x37a966,_0x4f2bd5=_0x17b8b1(_0x13b077),[_0x40f971]=Q(_0x12a1b8(0x508),_0x37a8b3),[_0xda1c73,_0x474083]=Q(_0x12a1b8(0x42b),_0x37a8b3),_0x314a6e=[_0x12a1b8(0x3bd),_0x12a1b8(0x1db),_0x12a1b8(0x4d4)],[_0xd31946]=Q(_0x12a1b8(0x4dd),_0x37a8b3),_0x358158=_0x5354c3?_0x48dad0=>{_0x474083({'lineStyle':{..._0x48dad0}});}:_0x44ff23=>{_0x474083({'barStyle':{..._0x44ff23}});},_0x67f9f7=_0xe43ceb[_0x12a1b8(0x341)],_0x34f74a=_0x5354c3?_0xda1c73==null?void 0x0:_0xda1c73[_0x12a1b8(0x3b5)]:_0xda1c73==null?void 0x0:_0xda1c73['barStyle'],_0x81ec3f=_0x34f74a==null?void 0x0:_0x34f74a[_0x12a1b8(0x444)],_0x23159e=_0x10004f=>{const _0x59685e=_0x12a1b8;_0x34f74a&&_0x34f74a['dataPoints']&&_0x34f74a[_0x59685e(0x444)][_0x10004f]||_0x358158({'dataPoints':{[_0x10004f]:{}}});},_0x33f610=_0x42550e=>{_0x358158({'dataPoints':_0x42550e});},_0x2030ae=$(_0x4f2bd5,ur),_0x4c97f5=_0x8122f1(()=>Tr['map'](_0x5d3f32=>({'value':_0x5d3f32['value'],'label':_0x4f2bd5['t'](_0x5d3f32['label'])})),[_0x4f2bd5]),_0x4a642a=Object[_0x12a1b8(0x345)]({'color':_0x12a1b8(0x2fe),'opacity':_0x67f9f7[_0x12a1b8(0x3f6)],'width':_0x5354c3?_0x67f9f7[_0x12a1b8(0x443)][_0x12a1b8(0x4b1)]:_0x67f9f7[_0x12a1b8(0x31a)],'dashType':_0x67f9f7['dashType']},_0x34f74a==null?void 0x0:_0x34f74a[_0x12a1b8(0x20c)]),_0x2ebd42=Object[_0x12a1b8(0x345)]({'shape':_0xe43ceb[_0x12a1b8(0x503)][_0x12a1b8(0x3bd)],'size':_0xe43ceb[_0x12a1b8(0x1a9)][_0x12a1b8(0x441)],'color':_0x12a1b8(0x2fe)},_0x40f971==null?void 0x0:_0x40f971['point'],_0x34f74a==null?void 0x0:_0x34f74a[_0x12a1b8(0x503)]),_0x4f4187=Object[_0x12a1b8(0x345)]({},_0x34f74a==null?void 0x0:_0x34f74a['label']);return _0x16355e(_0x12a1b8(0x31d),{'className':_0x12a1b8(0x20d),'children':[_0x4f9186(ei,{'chartType':_0x249b61[_0x12a1b8(0x45e)],'allSeriesStyle':_0x40f971,'controlName':_0x4f2bd5['t'](_0x5354c3?'sheets-chart-ui.line':_0x12a1b8(0x1ad)),'seriesStyle':_0x34f74a,'onSeriesStyleChange':_0x358158}),_0x4f9186(ti,{'isLineOrAreaChart':_0x5354c3,'allSeriesBorderStyle':_0x34f74a==null?void 0x0:_0x34f74a[_0x12a1b8(0x20c)],'hideBorder':!_0x5354c3,'controlName':_0x4f2bd5['t'](_0x5354c3?'sheets-chart-ui.line':_0x12a1b8(0x309)),'borderStyle':_0x4a642a,'onSeriesStyleChange':_0x358158}),_0x5354c3&&_0x4f9186(ni,{'pointStyle':_0x2ebd42,'onChange':(_0x165bc5,_0x28d15a)=>_0x358158({'point':{[_0x165bc5]:_0x28d15a}}),'controls':_0x314a6e}),!_0x5354c3&&_0x16355e(_0xa5bcb6,{'children':[_0x16355e(_0x12a1b8(0x1fa),{'className':_0x12a1b8(0x50a),'children':[_0x4f9186(_0x12a1b8(0x1fa),{'className':_0x12a1b8(0x41b),'children':_0x4f9186('div',{'className':_0x12a1b8(0x29e),'children':_0x4f2bd5['t'](_0x12a1b8(0x400),_0x4f2bd5['t'](_0x12a1b8(0x23a)))})}),_0x4f9186('div',{'className':_0x12a1b8(0x41b),'children':_0x4f9186(Kr,{'value':'','menus':_0xd31946==null?[]:_0xd31946,'onSelect':_0x32a262=>_0x23159e(+_0x32a262),'children':_0x16355e(_0x12a1b8(0x1fa),{'className':_0x12a1b8(0x259),'children':[_0x4f9186(_0x448f16,{}),_0x4f9186(_0x12a1b8(0x32d),{'children':_0x4f2bd5['t'](_0x12a1b8(0x29d))})]})})})]}),_0x81ec3f&&_0x4f9186(oi,{'chartType':_0x249b61[_0x12a1b8(0x45e)],'data':_0x81ec3f,'options':_0xd31946==null?[]:_0xd31946,'onChange':_0x33f610})]}),_0x4f9186(_0x12a1b8(0x1fa),{'className':_0x12a1b8(0x1e8),'children':_0x4f9186($r,{'fallbackLabelStyle':si,'labelStyle':_0x4f4187,'positionOptions':_0x2030ae,'contentTypeOptions':_0x4c97f5,'onLabelStyleChange':(_0x489c58,_0x3b137e)=>_0x358158({'label':{[_0x489c58]:_0x3b137e}}),'onVisibleChange':_0x1539c9=>_0x358158({'label':{'visible':_0x1539c9}}),'isPieLike':!0x1,'chartType':_0x249b61[_0x12a1b8(0x45e)]})})]});},li=_0x61091c=>{const _0x32b54e=_0x70a4aa;let {chartType:_0x56d796,service:_0x1ed739,onChartTypeChange:_0xd75e54}=_0x61091c,_0xe5dc7=_0x17b8b1(_0x13b077),[_0x71eb0b,_0x3b50f0]=Q(_0x32b54e(0x30b),_0x1ed739),[_0x5dc9cf,_0x2f5090]=Q(_0x32b54e(0x1a4),_0x1ed739),[_0x364c17,_0x551dce]=Q(_0x32b54e(0x49f),_0x1ed739),[_0x42e343,_0x3814a2]=Q(_0x32b54e(0x265),_0x1ed739),[_0x45a3e8,_0x4e591a]=Q(_0x32b54e(0x24b),_0x1ed739),[_0x1558bf,_0x30e0d2]=Q(_0x32b54e(0x357),_0x1ed739),[_0x113cac,_0x40d5c1]=Q('valueScale',_0x1ed739),[_0x113426,_0x274af2]=Q(_0x32b54e(0x322),_0x1ed739),[_0x18943f,_0x5f37a0]=Q(_0x32b54e(0x491),_0x1ed739),[_0x57f0ad,_0x3371f0]=_0x4aae6d(_0x113426||''),_0x353049=_0x56d796===_0x249b61[_0x32b54e(0x435)]?_0xe43ceb[_0x32b54e(0x437)]['doughnutHole']:0x0,[_0x1a7869,_0x4b78ad]=Q(_0x32b54e(0x3fa),_0x1ed739),_0x3398b8=$(_0xe5dc7,dr),_0x517a5f=$(_0xe5dc7,Er),_0xb7d495=_0x17b8b1(_0x4314ba),_0x31c623=_0x8122f1(()=>({'visible':!0x0,'contentType':_0xe43ceb['pie']['labelContentType'],'fontSize':_0xe43ceb['textStyle'][_0x32b54e(0x433)],'position':_0x493c91['Outside']}),[]),_0x514098=_0x3ceab9(_0x37396b=>{const _0xc061d2=_0x32b54e;let _0x5d3273=Number(_0x37396b),_0x133518=_0x5d3273>0x0?_0x249b61[_0xc061d2(0x435)]:_0x249b61[_0xc061d2(0x28a)];_0x133518!==_0x56d796&&(_0xd75e54==null||_0xd75e54(_0x133518)),_0x4b78ad(_0x5d3273);},[_0x56d796,_0xd75e54]);return _0x16355e('div',{'className':_0x32b54e(0x306),'children':[_0x16355e(_0x32b54e(0x1fa),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[_0x16355e(_0x32b54e(0x1fa),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x4f9186(_0x32b54e(0x1fa),{'className':_0x32b54e(0x354),'children':_0xe5dc7['t']('sheets-chart-ui.doughnutHole')}),_0x4f9186(_0x130b4a,{'className':_0x32b54e(0x213),'value':_0x1a7869?String(_0x1a7869):_0x353049*0x64+'%','options':xr,'onChange':_0x514098})]}),_0x16355e('div',{'className':_0x32b54e(0x41b),'children':[_0x4f9186(_0x32b54e(0x1fa),{'className':_0x32b54e(0x354),'children':_0xe5dc7['t'](_0x32b54e(0x47f),_0xe5dc7['t'](_0x32b54e(0x309)))}),_0x4f9186(Gr,{'color':_0x71eb0b==null?'':_0x71eb0b,'onChange':_0x3b50f0})]})]}),_0x16355e(_0x32b54e(0x1fa),{'className':_0x32b54e(0x41b),'children':[_0x4f9186(_0x32b54e(0x1fa),{'className':_0x32b54e(0x354),'children':_0xe5dc7['t'](_0x32b54e(0x32a))}),_0x16355e(_0x32b54e(0x1fa),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x16355e(_0x32b54e(0x1fa),{'className':_0x32b54e(0x41b),'children':[_0x4f9186('div',{'className':_0x32b54e(0x354),'children':_0xe5dc7['t'](_0x32b54e(0x32a))}),_0x4f9186(_0x2a8d68,{'value':_0x113cac==null?0x1:_0x113cac,'onChange':_0x41403c=>{const _0x3cbe4f=_0x32b54e;_0xb7d495[_0x3cbe4f(0x2b9)](_0x161371,!0x1),_0x40d5c1(Number['isNaN'](_0x41403c)?null:Number(_0x41403c));},'onFocus':()=>_0xb7d495[_0x32b54e(0x2b9)](_0x161371,!0x0),'onBlur':_0x248810=>{const _0x61cbc=_0x32b54e;_0xb7d495[_0x61cbc(0x2b9)](_0x161371,!0x1);let _0x202729=_0x248810[_0x61cbc(0x468)]['value'];_0x40d5c1(_0x202729===''?null:Number(_0x202729));},'onPressEnter':_0x2787ac=>{const _0x302c55=_0x32b54e;let _0x316c10=_0x2787ac[_0x302c55(0x468)][_0x302c55(0x33c)];_0x40d5c1(_0x316c10===''?null:Number(_0x316c10));}})]}),_0x16355e('div',{'className':_0x32b54e(0x41b),'children':[_0x4f9186(_0x32b54e(0x1fa),{'className':_0x32b54e(0x354),'children':_0xe5dc7['t'](_0x32b54e(0x1f1))}),_0x4f9186(_0x2a8d68,{'value':_0x18943f==null?0x1:_0x18943f,'onChange':_0x1c5055=>{const _0x213e83=_0x32b54e;_0xb7d495[_0x213e83(0x2b9)](_0x161371,!0x1),_0x5f37a0(Number[_0x213e83(0x225)](_0x1c5055)?null:Number(_0x1c5055));},'onFocus':()=>_0xb7d495[_0x32b54e(0x2b9)](_0x161371,!0x0),'onBlur':_0x1fe6ca=>{const _0x163546=_0x32b54e;_0xb7d495[_0x163546(0x2b9)](_0x161371,!0x1);let _0x479bf5=_0x1fe6ca[_0x163546(0x468)][_0x163546(0x33c)];_0x5f37a0(_0x479bf5===''?null:Number(_0x479bf5));},'onPressEnter':_0x339cc1=>{const _0x3c1513=_0x32b54e;let _0xc3ada9=_0x339cc1['target'][_0x3c1513(0x33c)];_0x5f37a0(_0xc3ada9===''?null:Number(_0xc3ada9));}})]}),_0x16355e(_0x32b54e(0x1fa),{'className':_0x32b54e(0x41b),'children':[_0x4f9186(_0x32b54e(0x1fa),{'className':_0x32b54e(0x354),'children':_0xe5dc7['t']('sheets-chart-ui.styleEditPanel.pieValSuffix')}),_0x4f9186(_0x5c8a4d,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x57f0ad,'onChange':_0x3371f0,'onFocus':()=>{const _0x48b62a=_0x32b54e;_0xb7d495[_0x48b62a(0x2b9)](_0x161371,!0x0);},'onBlur':()=>{_0xb7d495['setContextValue'](_0x161371,!0x1),_0x274af2(_0x57f0ad);}})]})]})]}),_0x4f9186($r,{'chartType':_0x56d796,'fallbackLabelStyle':_0x31c623,'labelStyle':_0x5dc9cf==null?{}:_0x5dc9cf,'onVisibleChange':_0x410d74=>_0x2f5090({'visible':_0x410d74}),'onLabelStyleChange':(_0x4d1b46,_0x53d0e0)=>_0x2f5090({[_0x4d1b46]:_0x53d0e0}),'positionOptions':_0x3398b8,'contentTypeOptions':_0x517a5f,'onPadAngleChange':_0x3490cb=>_0x551dce(_0x3490cb),'padAngleStyle':_0x364c17,'onHalfPieChange':_0x47d0e2=>_0x3814a2(_0x47d0e2),'isHalfPie':_0x42e343,'isRosePie':_0x45a3e8,'onRosePieChange':_0x42f719=>_0x4e591a(_0x42f719),'onShowLabelLineChange':_0x1bd01e=>_0x30e0d2(_0x1bd01e),'showLabelLine':_0x1558bf,'isPieLike':!0x0})]});};function ui(_0xd0dac3){const _0x323ff6=_0x70a4aa;var _0x1bdde7,_0x3ef964;let {service:_0x5ee928}=_0xd0dac3,_0x49b0c0=_0x17b8b1(_0x13b077),_0xeb5f5d=_0x17b8b1(_0x4314ba),_0x1ae256=$(_0x49b0c0,kr),[_0x407029,_0x2eaaa0]=Q(_0x323ff6(0x4ec),_0x5ee928),[_0x2acb7c,_0x51573e]=Q(_0x323ff6(0x1df),_0x5ee928),[_0x114ab4,_0x16058d]=Q('useEmphasis',_0x5ee928),[_0x2a55da,_0x29ff2b]=Q(_0x323ff6(0x40a),_0x5ee928),[_0x4bdd35,_0x566c4a]=Q('rotateLabel',_0x5ee928),_0x4253e2=_0x3722b1=>{_0x29ff2b({..._0x2a55da,..._0x3722b1});},_0xd1ff80=_0x188cd4=>{_0x2eaaa0(_0x188cd4);},_0x2f8c4c=_0x407029===_0x139369[_0x323ff6(0x1e7)],_0x27bfec=_0x407029===_0x139369[_0x323ff6(0x2d9)],_0x3e5776=$(_0x49b0c0,rr),[_0xb6c9de,_0x3b3b42]=Q('relationNodeShape',_0x5ee928);return _0x16355e(_0x323ff6(0x1fa),{'children':[_0x16355e(_0x323ff6(0x1fa),{'className':_0x323ff6(0x465),'children':[_0x4f9186(_0x323ff6(0x1fa),{'className':_0x323ff6(0x354),'children':_0x49b0c0['t'](_0x323ff6(0x271))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0xb6c9de==null?_0xe43ceb[_0x323ff6(0x417)][_0x323ff6(0x479)]:_0xb6c9de),'options':_0x3e5776,'onChange':_0x2e45f0=>_0x3b3b42(_0x2e45f0)})]},_0x323ff6(0x3bd)),_0x4f9186('div',{'children':_0x4f9186(_0x563204,{'checked':_0x2acb7c==null?!0x0:_0x2acb7c,'onChange':_0x25c9ce=>{_0x51573e==null||_0x51573e(!!_0x25c9ce);},'children':_0x49b0c0['t'](_0x323ff6(0x485))})}),_0x4f9186(_0x323ff6(0x1fa),{'className':_0x323ff6(0x3de),'children':_0x4f9186(_0x563204,{'checked':_0x114ab4==null?!0x0:_0x114ab4,'onChange':_0x199bf4=>{_0x16058d(!!_0x199bf4);},'children':_0x49b0c0['t'](_0x323ff6(0x4f8))})}),_0x4f9186(_0x323ff6(0x1fa),{'className':'univer-my-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x49b0c0['t']('sheets-chart-ui.relation.layoutType')}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x407029==null?_0x139369[_0x323ff6(0x2af)]:_0x407029,'options':_0x1ae256,'onChange':_0xd1ff80}),_0x2f8c4c&&_0x16355e('div',{'className':_0x323ff6(0x231),'children':[_0x4f9186(_0x323ff6(0x1fa),{'className':_0x323ff6(0x354),'children':_0x49b0c0['t'](_0x323ff6(0x1dd))}),_0x16355e(_0x323ff6(0x1fa),{'className':_0x323ff6(0x328),'children':[_0x4f9186('div',{'className':_0x323ff6(0x48b),'children':_0x49b0c0['t'](_0x323ff6(0x3c5))}),_0x4f9186(_0x2a8d68,{'className':'univer-flex-1','controls':!0x1,'onFocus':()=>_0xeb5f5d['setContextValue'](_0x161371,!0x0),'onBlur':_0x354bc5=>{const _0x25d848=_0x323ff6;_0xeb5f5d[_0x25d848(0x2b9)](_0x161371,!0x1);},'value':(_0x1bdde7=_0x2a55da==null?void 0x0:_0x2a55da[_0x323ff6(0x2cf)])==null?_0xe43ceb[_0x323ff6(0x417)][_0x323ff6(0x3db)][_0x323ff6(0x2cf)]:_0x1bdde7,'onChange':_0x546cd2=>_0x4253e2({'repulsion':_0x546cd2})})]}),_0x16355e(_0x323ff6(0x1fa),{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','children':[_0x4f9186(_0x323ff6(0x1fa),{'className':_0x323ff6(0x48b),'children':_0x49b0c0['t']('sheets-chart-ui.relation.gravity')}),_0x4f9186(_0x2a8d68,{'className':_0x323ff6(0x48b),'controls':!0x1,'onFocus':()=>_0xeb5f5d[_0x323ff6(0x2b9)](_0x161371,!0x0),'onBlur':_0x5ac4b4=>{const _0x298c57=_0x323ff6;_0xeb5f5d[_0x298c57(0x2b9)](_0x161371,!0x1);},'value':(_0x3ef964=_0x2a55da==null?void 0x0:_0x2a55da['gravity'])==null?_0xe43ceb['relation']['force']['gravity']:_0x3ef964,'onChange':_0x12b9ab=>_0x4253e2({'gravity':_0x12b9ab})})]}),_0x16355e(_0x323ff6(0x1fa),{'className':_0x323ff6(0x328),'children':[_0x4f9186(_0x323ff6(0x1fa),{'className':_0x323ff6(0x48b),'children':_0x49b0c0['t'](_0x323ff6(0x450))}),_0x4f9186(_0x2a8d68,{'className':_0x323ff6(0x48b),'controls':!0x1,'value':_0x2a55da==null?void 0x0:_0x2a55da[_0x323ff6(0x3ac)],'onFocus':()=>_0xeb5f5d[_0x323ff6(0x2b9)](_0x161371,!0x0),'onBlur':_0x39c3ee=>{const _0x470fbc=_0x323ff6;_0xeb5f5d[_0x470fbc(0x2b9)](_0x161371,!0x1);},'onChange':_0x10bb84=>_0x4253e2({'edgeLength':_0x10bb84}),'min':0x0,'step':0xa})]})]}),_0x27bfec&&_0x4f9186(_0x323ff6(0x1fa),{'className':_0x323ff6(0x1e8),'children':_0x4f9186(_0x563204,{'checked':_0x4bdd35==null?_0xe43ceb[_0x323ff6(0x417)]['circular'][_0x323ff6(0x4a7)]:_0x4bdd35,'onChange':_0x27a101=>{_0x566c4a(!!_0x27a101);},'children':_0x49b0c0['t'](_0x323ff6(0x339))})})]});}const di=_0xe43ceb[_0x70a4aa(0x456)];function fi(_0x51da0b,_0x46eb6f,_0x2a4bcb){const _0x582eeb=_0x70a4aa;let [_0x4be1f7]=Q(_0x582eeb(0x457),_0x2a4bcb),[_0x41d188]=Q('seriesValues',_0x2a4bcb),_0x41314a=_0x46eb6f===_0xe43ceb[_0x582eeb(0x1a7)],_0x46b052=_0x4be1f7==null?void 0x0:_0x4be1f7[_0x46eb6f];return _0x51da0b===_0x249b61[_0x582eeb(0x22e)]?_0x41314a?((()=>{const _0x792321=_0x582eeb;let _0x3365a0=_0x41d188==null?void 0x0:_0x41d188[_0x792321(0x474)]((_0x156703,_0x3a0072)=>{const _0x57ca78=_0x792321;var _0x1c5100;let _0x1d1b39=_0x4be1f7==null?void 0x0:_0x4be1f7[_0x156703],_0x4acc83=_0x3a0072===0x0?di[_0x57ca78(0x329)]:di[_0x57ca78(0x1a1)];return(_0x1c5100=_0x1d1b39==null?void 0x0:_0x1d1b39[_0x57ca78(0x353)])==null?_0x4acc83:_0x1c5100;}),_0x79544f=_0x3365a0==null?void 0x0:_0x3365a0[0x0];return _0x3365a0!=null&&_0x3365a0[_0x792321(0x3e0)](_0x55372b=>_0x55372b===_0x79544f)?_0x79544f:_0x249b61[_0x792321(0x2af)];})()):((()=>{const _0x49c203=_0x582eeb;var _0x2b572f;let _0x443cd9=_0x46eb6f===String(_0x41d188==null?void 0x0:_0x41d188[0x0])?di['firstChartType']:di['otherChartType'];return(_0x2b572f=_0x46b052==null?void 0x0:_0x46b052[_0x49c203(0x353)])==null?_0x443cd9:_0x2b572f;})()):_0x51da0b;}function _0x5374(){const _0x377d86=['Area','version','indicatorLineColor','shape','endRow','1,234.56','Break','toString','sheets-chart-ui.trendline.addTrendLine','sheets-chart-ui.titles.mainTitle','Stacked','sheets-chart-ui.relation.repulsion','mountNode','src','get','missing-active-sheet','_createHost','config','text','下午1:30:30','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','copyType','1,235','sheets-chart-ui.shape.emptySquare','tooltip','ColumnChartIcon','string','univer-mb-2\x20univer-mt-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-600','univer-flex\x20univer-h-6\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','category','dataSource','_createCopyInfoByRange','force','1930年08月05日','sheets-chart-ui.dialog.numfmt.thousandthPercentile','univer-my-2','small','every','reduce','linear','resize','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','Square','setHostStyle','radarShape','activeSheet$','hidden','bubbleCategoryList','area','sheets-chart-ui.relation.auto','ChartIcon','univer-truncate\x20univer-text-sm\x20univer-leading-tight\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.dialog.numfmt.thousandthPercentileDesc','getWordCloudImageMaskMap','wordCloudRepeat','sheets-chart-ui.ticks.tickPosition','beforeCommandExecuted','(1,235)','Step','opacity','next','order','animation','doughnutHole','getDrawingData','sheets-chart-ui.chartTypes.sankey','split','sheets-chart-ui.dialog.numfmt.negativeNumberTypes','sheets-chart-ui.titles.titleFormat','sheets-chart-ui.withFormat','_initCopyPaste','sheets-chart-ui.chartTypes.line','sheets-chart-ui.shape.none','_componentManager','startsWith','includes','min','sheetTransform','getChartModel','forceOption','categoryList','titles','sheets-chart-ui.waterfall.subtotalStyle','legend','wordCloud','sheets-chart-ui.shape.emptyRect','openChartPanelById','Inside','radar','sheets-chart-ui.trendline.poly','disposeWithMe','getViewState','relation','toSpec','08-05','maxDecimals','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','AreaChartIcon','univer-mb-2\x20univer-h-5\x20univer-text-sm\x20univer-font-medium\x20univer-leading-5','AreaPercentStacked','_rangeSelectMode','_renderManagerService','sheets-chart-ui.alignY.','setBorder','sheets-chart-ui.chartTypes.bubble','items','univer-size-4','rightYAxisTitle','border-box','univer-flex\x20univer-items-center','format','subUnitId','paretoStyle','_currentModel','pluginName','EmptyPin','sheets-chart-ui.chartTypes.area','_initCommands','log','push','fontSize','align','Doughnut','categoryIndex','pie','aggregate','_sheetCanvasFloatDomManagerService','dataRange','subtotal','sheets-chart-ui.percentage','domId','univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','label','redo','symbolSize','sheets-chart-ui.chartTypes.areaStacked','specialChartWidthMap','dataPoints','Center','startRow','univer-sheet-chart-format-dialog','Polygon','sheets-chart-ui.axes.verticalAxis','sheets-chart-ui.gridlines.majorGridlines','sheets-chart-ui.shape.emptyCircle','sheets-chart-ui.chartTypes.waterfall','axes','univer-flex','sheets-chart-ui.gridlines.text','sheets-chart-ui.relation.edgeLength','sheets-chart-ui.dialog.numfmt.decimalPlaces','img','sheets-chart-ui.withShape','getFocusedUnit','Smooth','combination','seriesStyleMap','visualMapType','radio','open','univer-flex\x20univer-items-center\x20univer-justify-between','icon','BarChartIcon','Pareto','labelContentType','sheets-chart-ui.titles.rightYAxisTitle','bubbleSeries','ComboChartIcon','rangeInfo$','BoxplotIcon','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','primary','sheet.numfmt.date','target','sheets-chart-ui.axisPositionType.','sheets-chart-ui.chartTypes.relation','chartId','getCurrentUnitOfType','textStyle','floor','univer-relative\x20univer-box-border\x20univer-gap-4\x20univer-rounded-xl\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-700\x20dark:!univer-shadow-none','sheets-chart-ui.legendSelectModeType.','univer-size-5','toPrimitive','\x22fillOpacity\x22','map','filter','getSkeleton','negative','_focusedDrawings','nodeShape','poly','undo','bubbleXAxis','univer-box-border\x20univer-h-8','sheets-chart-ui.max','sheets-chart-ui.withColor','maskImage','sheets-chart-ui.chartTypes.barStacked','chart-host','\x22#,##0.00_);-\x22','hidePanel','sheets-chart-ui.relation.useValueAsSymbolSize','current','exp','entries','has','sheets-chart-ui.trendline.linear','univer-flex-1','_sidebarDisposable','isFinite','trendlines','activeChartModel$','formulaColor','digitalFixed','univer-text-base','gap','sheets-chart-ui.trendline.pow','with','unitId','handleActiveSubUnitChange','removeViewState','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','sheets-chart-ui.theIndexItem','_listenChartUpdateMutations','Start','function','item','padAngleStyle','removeHost$','priority','\x22#,##0.00_);\x22','sheets-chart-ui.shape.rect','permissionCheckWithoutRange','A/P\x20hh:mm','continuous','rotateLabel','context$','194370fhVong','name','root','number','Middle','Radar','sheets-chart-ui.waterfall.positiveLegendText','_removeHost$','lineOrArea','layout','sheets-chart-ui.titles.titleText','showR2','getUnit','borderColor','sheets-chart-ui.withType','univer-w-[136px]','sheets-chart-ui.visualMapScope','univer-w-full\x20univer-rounded-lg\x20univer-bg-gray-50\x20univer-p-0\x20dark:!univer-bg-gray-900','length','series','sheets-chart-ui.dialog.setFormat','sheets-chart-ui.trendline.period','removeChartModel','sheets-chart-ui.trendline.trendlineDashType','sheets-chart-ui.waterfall.negativeStyle','titleFontSize','_init','ScatterChartIcon','rightYAxisOptions','Heatmap','univer-w-[--radix-popper-anchor-width]','getRangeInfo','sheets-chart-ui.chartAndAxisTitles','waterfall','MM-dd','univer-mr-2\x20univer-text-2xl','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','pipe','ColumnPercentStacked','getRegisteredThemes','getBatchAddOp','sheets-chart-ui.dialog.numfmt.currencyTypes','style','color','chartThemeColorType','checkHost','createChartInstance','_initPermission','Solid','clear','transform','parseFloat','paretoDataPointsOptions','#,##0.00_);[Red]-#,##0.00','Bar','wordCloudRenderConfig','getDirection','_generatePasteMutations','_pendingMutationConfigRenders','_initSheetChange','sheets-chart-ui.invalidType.connectDataPointsWithStraightLines','tooltipAxisLabelBackground','sheets-chart-ui.dialog.numfmt.accounting','sheets-chart-ui.chartTypes.column','_renderWhenConfigReady','_injector','1165734jJmNYB','relationLayout','rangeInfo','getBatchRemoveOp','Zero','chartType$','baseOn','getElementById','fillOpacity','sheets-chart-ui.editChart','missing-float-dom','reverse','sheets-chart-ui.trendline.log','sheets-chart-ui.relation.emphasis','FunnelIcon','sheet.numfmt.currency','getName','sidebarOptions$','h:mm','sheets-chart-ui.chartTypes.bar','getFocusDrawings','EmptyArrow','Left','seriesIndexes','point','sheets-chart-ui.shape.circle','_sheetInterceptorService','sheets-chart-ui.category','PercentStack','allSeriesStyle','-1,234.56','univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','sheets-chart-ui.chartTypes.heatmap','univer-transition-transform\x20univer-duration-300','sheets-chart-ui.stackType.stack','dataPointsOptions','Rect','lineVisible','indicatorLabelColor','title','130KrtMRy','OPERATION','sheet.chart.edit.panel','seriesResourceList','sheets-chart-ui.dialog.numfmt.formatTypes','univer-flex-1\x20univer-overflow-auto','_sheetClipboardService','univer-size-full','find','forceRender','getActiveSheet','sheet.operation.hide-chart-panel','getOwnPropertyDescriptor','default','rect','dateAxisRotate','sheets-chart-ui.shape.polygon','otherChartType','sheets-chart-ui.dialog.numfmt.generalDesc','RadarChartIcon','pieLabelStyle','querySelector','slice','allSeriesId','values','pareto','max','BarStacked','selectMode','sheets-chart-ui.fill','sheets-chart-ui.indicatorLine','movingAvg','sheets-chart-ui.styleEditPanel.showAxisLine','categoryType','sheets-chart-ui.relation.title','getRenderColor','subscribeEvent','isArray','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','sheets-chart-ui.indicatorLineColor','registerRenderModel','sheets-chart-ui.trendline.formula','chartModelId','_sheetSkeletonService','trendline','univer-mb-2\x20univer-text-sm\x20univer-font-medium','seriesIndex','univer-box-border\x20univer-h-8\x20univer-w-full\x20univer-rounded-md\x20univer-bg-white\x20univer-px-2\x20univer-pb-2.5\x20univer-text-sm\x20univer-transition-colors\x20univer-duration-200\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20focus:univer-outline-none\x20focus:univer-ring-2\x20focus:univer-ring-primary-50','univer-mb-2\x20univer-flex\x20univer-items-center','sheets-chart-ui.shape.pin','invalidValueType','sheets-chart-ui.trendline.name','getContextValue','sheets-chart-ui.settingsLabels.showEmptyCellsAs','stackType','sheets-chart-ui.gradientFill','sheets-chart-ui.position','showFormula','Text','univer-mt-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','_chartInstanceMap','sheets-chart-ui.align.','dispose','getChartDataSource','Boxplot','BarPercentStacked','getTheme','content','piecewise','_debounceHandleMap','univer-mt-5\x20univer-flex\x20univer-justify-end','focus$','_menuManagerService','univer-w-full','activeChartModel','size','Top','sheets-chart-ui.relation.forceOptions','_univerInstanceService','useValueAsSymbolSize','addClipboardHook','close','sheets-chart-ui.styleEditPanel.labelText','executeCommand','sheets-chart-ui.chartTypes.barPercentStacked','sheets-chart-ui.invalidType.gaps','wordCloudShape','Force','univer-mt-2','unsubscribe','UNIVER_SHEET','dataAggregation$','sheets-chart-ui.styleEditPanel.rosePie','univer-flex\x20univer-items-center\x20univer-text-base','1,235)','silent','sheets-chart-ui.styleEditPanel.showDataLabels','sheets-chart-ui.styleEditPanel.pieDigitalFixed','8px','Pin','sheets-chart-ui.styleEditPanel.wordCloudShape','visible','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','range','waterfallStack','sheets-chart-ui.styleEditPanel.showLabels','div','sheets-chart-ui.lineType.smooth','sheets-chart-ui.align.left','sheets-chart-ui.dialog.numfmt.date','13:30','Bottom','EmptyRoundRect','onCommandExecuted','ColumnStacked','_debounceHandle','_sheetPermissionCheckController','_generateCutPasteMutations','_generateCopyPasteMutations','_chartThemeService','univer-mb-2','suffix','sheets-chart-ui.styleEditPanel.repeatWordCould','univer-mt-2-base','border','univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','sheets-chart-ui.trendline.displayName','sheets-chart-ui.bubble.yAxis','startX','CUT','_localeService','univer-w-full\x20!univer-min-w-0','univer-flex\x20univer-flex-col\x20univer-gap-4','univer-ml-3','legendStyle','children','Waterfall','sheets-chart-ui.waterfall.showSubtotal','sheets-chart-ui.styleEditPanel.labelRotate','tooltipAxisColor','sheets-chart-ui.permission.editErr','_getChartRenderSkipReason','scene','sheets-chart-ui.chartTypes.scatter','top','useSubtotal','univer-flex\x20univer-flex-col\x20univer-gap-2.5','getBatchUpdateOp','parseInt','isNaN','getDefaultTheme','MM-dd\x20A/P\x20hh:mm','trendlineValues','sheets-chart-ui.line','constructor','.chart-host','mount','Stack','Combination','some','DEFAULT_PASTE','univer-mt-4','executeChartUpdateConfig','asObservable','13:30:30','subtitle','Empty','sheets-chart-ui.settingsLabels.switchToRowOrColumn','register','getRuntimeContext','sheets-chart-ui.dataPoint','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center','sheets-chart-ui.chartTypes.combination','getChartPopupMenus','sheet.command.menu-insert-chart','sheets-chart-ui.chartType','sheets-chart-ui.shape.diamond','sheets-chart-ui.shape.roundRect','univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold','_drawingManagerService','asCategory','univer-relative\x20univer-box-border\x20univer-gap-4\x20univer-rounded-xl\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-700\x20dark:!univer-shadow-none','sheets-chart-ui.dialog.numfmt.accountingDesc','_sheetDrawingService','_renderChartModel','set','yAxisTitle','isRosePie','univer-box-border\x20univer-flex\x20univer-w-fit\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-md\x20univer-px-1\x20univer-py-0.5','sheets-chart-ui.setupChart','subscribe','sheets-chart-ui.dialog.numfmt.currencyDesc','all','SeriesName','replace','_sidebarService','_chartHostProvider','sheets-chart-ui.dialog.numfmt.cancel','sheets-chart-ui.msg.invalidSource','A/P\x20h:mm:ss','#,##0.00_);-#,##0.00','univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','_contextService','tick','sheets-chart-ui.styleEditPanel.dateAxisTips','sheets-chart-ui.waterfall.subtotalLegendText','sheets-chart-ui.shape.arrow','_chartRenderService','sheets-chart-ui.shape.emptyPin','__default__','LineChartIcon','style$','univer-rounded-lg\x20univer-p-2','isHalfPie','univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','Column','#,##0_);(#,##0)','getSubUnitId','Percentage','sheet.numfmt.accounting','center','univer-absolute\x20univer-right-2\x20univer-top-2','iterator','orient','univer-leading-1\x20univer-cursor-pointer\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','sheets-chart-ui.dataNodeShape','sheets-chart-ui.reset','INSERT','univer-mt-2.5','startY','_updateTransform','下午1:30','titlePosition','gridLine','sheets-chart-ui.color','theme','applyStyle','Horizontal','sheets-chart-ui.themes','sheets-chart-ui.waterfall.negativeLegendText','indicator','\x22#,##0.00_);[Red]-\x22','left','sheets-chart-ui.positionType.','UniverSheetsChartUIPlugin','sheets-chart-ui.chartTypes.donut','sheets-chart-ui.waterfall.negative','sheets-chart-ui.bubble.xAxis','time','sheets-chart-ui.axes.horizontalAxis','Pie','Value','univer-sheet-chart-format-dialog-id','circular','sheets-chart-ui.waterfall.stackType','\x22#,##0.00','Single','sheets-chart-ui.insertChart','sheets-chart-ui.cloud.title','headers','heatmapMin','sheets-chart-ui.lineType.line','_renderAfterChartUpdateMutation','funnelGap','position','registerViewState','sheets-chart-ui.withSize','devicePixelRatio','serialize','sheets-chart-ui.addDataPoint','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','initPanel','then','titleAlign','append','bold','2008020DVNkYe','rightYAxis','_mountNodes','sheets-chart-ui.shape.emptyDiamond','areaLineStyle','drawingType','focusDrawing','REMOVE','_viewState','registerCommand','startColumn','None','className','_initMenus','_copyInfo','seriesValues','RoundRect','xAxisTitle','sheets-chart-ui.titles.title','_registerIcons','rosePie','setContextValue','period','mergeMenu','univer-grid\x20univer-w-[290px]\x20univer-grid-cols-4\x20univer-gap-2\x20univer-p-2','isRowDirection','rangeSelectMode','sheets-chart-ui.relation.circular','sheets-chart-ui.withThickness','Right','univer-text-primary-600','labelStyle','createElement','object','sheets-chart-ui.pareto.lineSeries','SankeyChartIcon','171927BcRyxN','Dotted','_renderModelMap','funnel','sheets-chart-ui.addSeries','config$','useEmphasis','repulsion','_sheetsChartService','direction$','_chartModelService','_(\x22','getUnitId','sheets-chart-ui.settingsLabels.useAsCategoryLabels','sheets-chart-ui.lineType.step','gradientFill','sheets-chart-ui.pareto.barSeries','Circular','onRendered','sheets-chart-ui.axes.axisOptions','1873800vQaGuN','sheets-chart-ui.shape.emptyRoundRect','updateFloatDomProps','bubbleYAxis','none','render','sheets-chart-ui.seriesDefaultName','init','getDataSource','EmptyDiamond','Secondary','r2Color','_getWatermark','areaOpacity','abs','sheets-chart-ui.styleEditPanel.showLabelLine','univer-box-border\x20univer-flex\x20univer-h-8\x20univer-flex-1\x20univer-items-center\x20univer-justify-between\x20univer-px-3','End','_ensureChartInstance','\x22#,##0.00_);[Red]\x22','BubbleIcon','Line','checkChartCanRender','_configService','sheets-chart-ui.chartBorderColor','Numeric','dashType','positive','\x22#,##0.00_);(\x22','useAbsValue','sheets-chart-ui.chartTypes.funnel','(1,235)\x20','sheets-chart-ui.trendline.movingAvg','sheets-chart-ui.backgroundColor','transparent','radarFill','Row','contentType','borderRadius','sheets-chart-ui.default','EmptyTriangle','PieChartIcon','univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','Fail\x20to\x20create\x20float\x20dom','getRenderModel','sheets-chart-ui.border','sheets-chart-ui.legend','pieBorderColor','indexOf','chartModelAdded$','sheets-chart-ui.styleEditPanel.reverseAxisOrder','yAxisOptions','sheets-chart-ui.dialog.numfmt.dateTypes','sheets-chart-ui.indicatorLabel','add','univer-text\x20univer-mb-2\x20univer-text-sm','deepClone','univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','lineWidth','_resizeChart','setActiveChartModel','_sheetsChartUIService','width','396960gcnqRR','engine','section','sheets-chart-ui.axes.useRightAxis','heatmap','getSheetId','type','valueSuffix','getFloatDomInfo','sheets-chart-ui.seriesBlock.format','_renderDebounceMap','drawingId','sheets-chart-ui.indicatorLineType','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','firstChartType','sheets-chart-ui.styleEditPanel.pieValScale','bubbleSizeSeriesId','heatmapMax','span','A/P\x20h:mm','getHostSize','hasOwnProperty','Linear','1.0.0-alpha.0','Scatter','indicatorLineType','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','objects','_sheetCanvasPopManagerService','univer-text-xs','sheets-chart-ui.relation.rotateLabel','univer-text-2xl','seriesResourceIndexes','value','EmptySquare','from','sheets-chart-ui.dashType.dot','Bubble','borderStyle','sheets-chart-ui.stackType.percent','red','UPDATE','assign','scale','printChart','Arrow','getFormatInfo','_getSceneAndTransformerByDrawingSearch','sheets-chart-ui.titles.yAxisTitle','sheets-chart-ui.categoryDefaultName','axisTitleAlign','height','Outside','remove$','xAxisOptions','_iconManager','chartType','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','sheets-chart-ui.series','getTransformerByCreate','showLabelLine','sheets-chart-ui.shape.triangle','backgroundColor','HeatmapChartIcon','right','getSheetBySheetName','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','\x22#,##0.00)','sheets-chart-ui.axes.rightVerticalAxis','SELECTOR','interceptCommand','!univer-min-w-0\x20univer-flex-1','button','_openPanel','decorate','ensureHost','darkMode$','sheets-chart-ui.invalidType.zero','delete','Funnel','sheets-chart-ui.stack','univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','sheets-chart-ui.titles.xAxisTitle','sheet.numfmt.thousandthPercentile','Hide','stylizeSpec','blockExecuteWithoutPermission','univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','11391uFTdKm','RelationshipIcon','sheets-chart-ui.trendline.exp','sheets-chart-ui.styleEditPanel.gap','sheets-chart-ui.chartTypes.pie','remove','_config','sort','sheets-chart-ui.waterfall.positiveStyle','univer-mb-2\x20univer-w-full\x20!univer-min-w-0','bubbleLabel','Sankey','selectedMode','sheet.operation.open-chart-panel','sheets-chart-ui.bubble.size','sheets-chart-ui.withOpacity','496eeeFdn','univer-text-gray-500','sheets-chart-ui.styleEditPanel.useDateAxis','params','scatterSymbolSize','relationNodeShape','subTitleFontSize','#,##0.00_);[Red]#,##0.00','sheets-chart-ui.trendline.order','Percent','onDispose','symbol','univer-box-border\x20univer-w-full\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','getRenderById','call','defineProperty','sheets-chart-ui.dialog.numfmt.general','sheets-chart-ui.point','forEach','axis','labelVisible','funnelUseAbsValue','join','updateWatermark','parentNode','sheets-chart-ui.chartTypes.areaPercentStacked','\x22*\x20#,##0','sheets-chart-ui.align.right','sheets-chart-ui.styleEditPanel.padAngle','_registerComponents','Relation','executeChartUpdateSourceConfig','test','xAxis','Link','univer-p-1.5\x20univer-text-xs','CategoryName','useDateAxis','seriesList','sheet.numfmt.general','_themeService','edgeLength','#,##0_);[Red](#,##0)','WordCloud','sheets-chart-ui.waterfall.stacked','key','_chartHostProviderService','DRAWING_CHART','sheets-chart-ui.dialog.numfmt.dateDesc','sheets-chart-ui.min','lineStyle','_commandService','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-gap-3\x20univer-p-3\x20univer-pb-3\x20univer-text-sm','yAxis','univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5'];_0x5374=function(){return _0x377d86;};return _0x5374();}const pi=_0x33efe1=>{const _0x993d38=_0x70a4aa;let {seriesId:_0xe21b1e,service:_0x2f250b}=_0x33efe1,_0x57c210=$(_0x17b8b1(_0x13b077),Xn),[_0x2bd8ae,_0x49b460]=Q(_0x993d38(0x457),_0x2f250b),[_0x2e09a4]=Q('seriesValues',_0x2f250b),_0x4d39eb=_0x3ceab9(_0x1f4fba=>{const _0x3a72b6=_0x993d38;let _0x51730=Number(_0x1f4fba);if(_0xe21b1e===_0xe43ceb[_0x3a72b6(0x1a7)]){let _0x3aa5fe=_0x2e09a4==null?void 0x0:_0x2e09a4[_0x3a72b6(0x3e1)]((_0x3afff5,_0x5bd3a8)=>(_0x3afff5[String(_0x5bd3a8)]={'chartType':_0x51730},_0x3afff5),{});if(!_0x3aa5fe)return;_0x49b460(_0x3aa5fe);}else _0x49b460({[_0xe21b1e]:{'chartType':_0x51730}});},[_0xe21b1e]),_0xb1de3e=fi(_0x249b61[_0x993d38(0x22e)],_0xe21b1e,_0x2f250b),_0x1b27ae=String(_0xb1de3e==null?'':_0xb1de3e);return _0x4f9186(_0x130b4a,{'className':_0x993d38(0x213),'value':_0xb1de3e===_0x249b61[_0x993d38(0x2af)]?'':_0x1b27ae,'options':_0x57c210,'onChange':_0x4d39eb});},mi={'shape':_0xe43ceb[_0x70a4aa(0x413)]['symbolType'],'size':_0xe43ceb['radar']['symbolSize'],'color':void 0x0},hi=['shape',_0x70a4aa(0x1db),'color'],gi=_0x543412=>{let {setSeriesStyle:_0x3f0d6a,pointStyle:_0x546fb4}=_0x543412;return _0x17b8b1(_0x13b077),_0x4f9186(ni,{'pointStyle':{...mi,..._0x546fb4},'controls':hi,'onChange':(_0x1caae9,_0x42e08f)=>_0x3f0d6a({'point':{[_0x1caae9]:_0x42e08f}})});},_i={'fontSize':_0xe43ceb[_0x70a4aa(0x46d)]['fontSize'],'contentType':_0xe43ceb['labelContentType'],'position':_0xe43ceb[_0x70a4aa(0x46d)]['position']},vi=[er()],yi=_0xe43ceb[_0x70a4aa(0x341)],bi=[_0x70a4aa(0x3bd),_0x70a4aa(0x1db),_0x70a4aa(0x4d4)],xi=[_0x70a4aa(0x3bd),_0x70a4aa(0x1db)],Si=_0x144c98=>(_0x144c98&_0x249b61[_0x70a4aa(0x2f1)])>0x0||(_0x144c98&_0x249b61[_0x70a4aa(0x3ba)])>0x0?yi[_0x70a4aa(0x443)]['lineOrArea']:_0x144c98===_0x249b61['Radar']?yi['specialChartWidthMap'][_0x70a4aa(0x413)]:yi[_0x70a4aa(0x31a)],Ci=_0xb8b252=>{const _0x68502=_0x70a4aa;var _0x1105f1,_0x26140f,_0x597ded,_0x2919ce;let {chartType:_0x19f7c6,service:_0x592d68}=_0xb8b252,_0x12fb7d=_0x17b8b1(_0x13b077),_0x45339f=_0x69cf03(_0x12fb7d[_0x68502(0x2d1)],_0x12fb7d[_0x68502(0x4e1)]()),_0x3e89f3=_0x8122f1(()=>_0x45339f==='rtl'?_0x3a78ab:{},[_0x45339f]),_0x314868=_0x8122f1(()=>{const _0x29d0b4=_0x68502;var _0x3b7ec6;return{..._i,...(_0x3b7ec6=_0x3e89f3[_0x29d0b4(0x508)])==null?void 0x0:_0x3b7ec6[_0x29d0b4(0x43f)]};},[_0x3e89f3]),_0x2bc5a7=$(_0x12fb7d,ur),_0x5f4ca0=_0x8122f1(()=>Tr[_0x68502(0x475)](_0x545e78=>_0x19f7c6===_0x249b61[_0x68502(0x4ae)]?_0x545e78['value']!==String(_0x48b181['SeriesName'])&&_0x545e78[_0x68502(0x33c)]!==String(_0x48b181['Percentage']):Qr[_0x68502(0x489)](_0x19f7c6)?!0x0:_0x545e78[_0x68502(0x33c)]!==String(_0x48b181[_0x68502(0x26a)]))[_0x68502(0x474)](_0x4c1705=>({'value':_0x4c1705[_0x68502(0x33c)],'label':_0x12fb7d['t'](_0x4c1705[_0x68502(0x43f)])})),[_0x19f7c6,_0x12fb7d]),[_0x20721e]=$(_0x12fb7d,vi),[_0x517e9a,_0x4b88ad]=_0x4aae6d(_0xe43ceb['allSeriesId']),_0x45e4d0=_0x517e9a===_0xe43ceb[_0x68502(0x1a7)],[_0x5a7fca,_0x2d9a42]=Q(_0x68502(0x508),_0x592d68),[_0x55894e,_0x46dc4c]=Q(_0x68502(0x457),_0x592d68),[_0x149445]=Q(_0x68502(0x50e),_0x592d68),_0xcc4c25=_0x55894e==null?void 0x0:_0x55894e[_0x517e9a],[_0x4554cd]=Q(_0x68502(0x3a9),_0x592d68),_0x303304=_0xcc4c25==null?void 0x0:_0xcc4c25[_0x68502(0x444)],_0x417439=_0x8122f1(()=>_0x4554cd?[_0x20721e,..._0x4554cd]:[],[_0x20721e,_0x4554cd]),_0x591c74=_0x19f7c6?_0x525a4c[_0x68502(0x489)](_0x19f7c6,_0x6bf948[_0x68502(0x27d)]):!0x1,_0x2b46aa=fi(_0x19f7c6,_0x517e9a,_0x592d68),_0x543b18=_0x2b46aa===_0x249b61['Line'],_0x1380df=(_0x2b46aa&_0x249b61[_0x68502(0x3ba)])>0x0,_0x2aa06f=_0x2b46aa===_0x249b61[_0x68502(0x4ae)],_0x24b6ee=_0x2b46aa===_0x249b61[_0x68502(0x333)],_0x2fb96e=_0x543b18||_0x1380df,_0x2b395a=(_0x19f7c6&_0x249b61['Pie'])>0x0||_0x2aa06f,_0x13bfc2=Si(_0x19f7c6),_0x48eb65=_0x3ceab9(_0x854218=>{_0x46dc4c({[_0x517e9a]:_0x854218});},[_0x517e9a]),_0x339a9e=_0x501a36=>{_0x45e4d0?_0x2d9a42(_0x501a36):_0x48eb65(_0x501a36);},_0x57e4a6={..._0xcc4c25==null?void 0x0:_0xcc4c25[_0x68502(0x20c)]},_0x173438=Object[_0x68502(0x345)]({'color':'transparent','opacity':yi['opacity'],'width':_0x13bfc2,'dashType':yi[_0x68502(0x2f6)]},_0x57e4a6),_0x4ccc75=Object[_0x68502(0x345)]({'color':_0x68502(0x2fe),'opacity':yi[_0x68502(0x3f6)],'width':_0x13bfc2,'dashType':yi[_0x68502(0x2f6)]},_0x5a7fca==null?void 0x0:_0x5a7fca['border']),_0x14679e=Object[_0x68502(0x345)]({'shape':_0xe43ceb['point'][_0x68502(0x3bd)],'size':_0x24b6ee?_0xe43ceb[_0x68502(0x503)][_0x68502(0x387)]:_0xe43ceb[_0x68502(0x503)][_0x68502(0x1db)],'color':_0x68502(0x2fe)},_0x5a7fca==null?void 0x0:_0x5a7fca[_0x68502(0x503)],_0xcc4c25==null?void 0x0:_0xcc4c25[_0x68502(0x503)]),_0x4c3472=_0x45e4d0?(_0x1105f1=_0x5a7fca==null?void 0x0:_0x5a7fca[_0x68502(0x43f)])==null?{}:_0x1105f1:Object[_0x68502(0x345)]({},_0x5a7fca==null?void 0x0:_0x5a7fca[_0x68502(0x43f)],_0xcc4c25==null?void 0x0:_0xcc4c25[_0x68502(0x43f)]),_0x43508f=(_0x26140f=(_0x597ded=_0xcc4c25==null?void 0x0:_0xcc4c25[_0x68502(0x2a5)])==null?_0x5a7fca==null?void 0x0:_0x5a7fca[_0x68502(0x2a5)]:_0x597ded)==null?(_0x2919ce=_0x3e89f3[_0x68502(0x508)])==null?void 0x0:_0x2919ce[_0x68502(0x2a5)]:_0x26140f,_0xb8492e=_0x2b46aa===_0x249b61[_0x68502(0x2af)]||_0x19f7c6===_0x249b61['Combination']&&_0x2b46aa===_0x249b61[_0x68502(0x267)]&&_0x45e4d0,_0x578616=_0x3ceab9(_0x35e78d=>{const _0x2ca66b=_0x68502;_0xcc4c25&&_0xcc4c25[_0x2ca66b(0x444)]&&_0xcc4c25[_0x2ca66b(0x444)][_0x35e78d]||_0x46dc4c({[_0x517e9a]:{'dataPoints':{[_0x35e78d]:{}}}});},[_0xcc4c25,_0x517e9a]),_0x446015=_0x3ceab9(_0x3b4d0e=>{_0x46dc4c({[_0x517e9a]:{'dataPoints':_0x3b4d0e}});},[_0x517e9a]);return _0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x68502(0x1fa),{'className':_0x68502(0x306),'children':_0x4f9186(_0x130b4a,{'className':_0x68502(0x213),'value':_0x517e9a,'onChange':_0xa96010=>_0x4b88ad(_0xa96010),'options':_0x417439})}),_0x19f7c6===_0x249b61[_0x68502(0x22e)]&&_0x16355e(_0x68502(0x1fa),{'className':_0x68502(0x306),'children':[_0x4f9186(_0x68502(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600','children':_0x12fb7d['t'](_0x68502(0x23f))}),_0x4f9186(pi,{'seriesId':_0x517e9a,'service':_0x592d68})]}),_0x16355e('div',{'className':'univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[!_0xb8492e&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x68502(0x1fa),{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x12fb7d['t'](_0x68502(0x324))}),(!_0x24b6ee||_0x24b6ee&&!_0x45e4d0)&&_0x4f9186(ei,{'chartType':_0x19f7c6,'allSeriesStyle':_0x5a7fca,'controlName':_0x12fb7d['t'](_0x543b18?'sheets-chart-ui.line':_0x68502(0x1ad)),'seriesStyle':_0x45e4d0?_0x5a7fca:_0xcc4c25,'onSeriesStyleChange':_0x339a9e}),!_0x24b6ee&&_0x4f9186(ti,{'isLineOrAreaChart':_0x2fb96e,'allSeriesBorderStyle':_0x5a7fca==null?void 0x0:_0x5a7fca['border'],'hideBorder':!_0x543b18,'controlName':_0x12fb7d['t'](_0x543b18||_0x2aa06f?_0x68502(0x229):_0x68502(0x309)),'borderStyle':_0x45e4d0?_0x4ccc75:_0x173438,'onSeriesStyleChange':_0x339a9e}),(_0x2fb96e||_0x24b6ee)&&_0x4f9186(ni,{'pointStyle':_0x14679e,'onChange':(_0x524c30,_0x10f9d1)=>_0x339a9e({'point':{[_0x524c30]:_0x10f9d1}}),'controls':_0x45e4d0?xi:bi})]}),!_0x591c74&&!_0x45e4d0&&!_0x2b395a&&_0x4f9186(ri,{'rightYAxis':!!_0x43508f,'onSeriesStyleChange':_0x339a9e})]}),_0x16355e(_0x68502(0x1fa),{'className':_0x68502(0x306),'children':[!_0x45e4d0&&_0x2aa06f&&_0x4f9186(gi,{'pointStyle':_0xcc4c25==null?void 0x0:_0xcc4c25['point'],'setSeriesStyle':_0x339a9e}),!_0x45e4d0&&!_0x2aa06f&&_0x16355e(_0xa5bcb6,{'children':[_0x16355e(_0x68502(0x1fa),{'className':_0x68502(0x50a),'children':[_0x4f9186(_0x68502(0x1fa),{'className':_0x68502(0x41b),'children':_0x4f9186('div',{'className':_0x68502(0x29e),'children':_0x12fb7d['t'](_0x68502(0x400),_0x12fb7d['t'](_0x68502(0x23a)))})}),_0x4f9186(_0x68502(0x1fa),{'className':_0x68502(0x41b),'children':_0x4f9186(Kr,{'value':_0x517e9a,'menus':_0x149445==null?[]:_0x149445,'onSelect':_0x53a80b=>_0x578616(+_0x53a80b),'children':_0x16355e(_0x68502(0x1fa),{'className':_0x68502(0x259),'children':[_0x4f9186(_0x448f16,{}),_0x4f9186(_0x68502(0x32d),{'children':_0x12fb7d['t'](_0x68502(0x29d))})]})})})]}),_0x303304&&_0x4f9186(oi,{'chartType':_0x19f7c6,'data':_0x303304,'options':_0x149445==null?[]:_0x149445,'onChange':_0x446015})]})]}),_0x4f9186(_0x68502(0x1fa),{'className':_0x68502(0x306),'children':_0x4f9186($r,{'fallbackLabelStyle':_0x314868,'labelStyle':_0x4c3472,'positionOptions':_0x2bc5a7,'contentTypeOptions':_0x5f4ca0,'onLabelStyleChange':(_0x5a8f61,_0x50709a)=>_0x339a9e({'label':{[_0x5a8f61]:_0x50709a}}),'onVisibleChange':_0x392806=>_0x339a9e({'label':{'visible':_0x392806}}),'isPieLike':!0x1,'chartType':_0x19f7c6})})]});},wi=_0xc9bc26=>{const _0x56e7c6=_0x70a4aa;var _0xe0c5c4,_0x4071aa,_0x37b1c3,_0x330dca;let {uiService:_0x3e4e27}=_0xc9bc26,_0x5be5de=_0x17b8b1(_0x13b077),_0x3660cf=_0x17b8b1(_0x4314ba),[_0xa10e3a,_0x506976]=Q(_0x56e7c6(0x228),_0x3e4e27),[_0x19fb74,_0x28d9cc]=_0x4aae6d(0x0),_0x73b05e=sr[_0x56e7c6(0x474)](_0xec5568=>({'label':_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x3d7),'children':[_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x1ed),'children':cr==null?void 0x0:cr[_0xec5568[_0x56e7c6(0x33c)]]}),_0x4f9186('div',{'className':'univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x5be5de['t'](_0xec5568[_0x56e7c6(0x43f)])})]}),'value':_0xec5568[_0x56e7c6(0x33c)]})),_0x4c3d75=$(_0x5be5de,nr),_0x2bb0bc=ar[_0x56e7c6(0x1a6)](0x1),_0xdc8925=(_0xa10e3a||[])[_0x56e7c6(0x474)]((_0x5dea3b,_0x4cec13)=>({'label':_0x5dea3b[_0x56e7c6(0x4aa)],'value':String(_0x4cec13)})),_0x499320=_0x3ceab9(_0x57fb49=>{if(_0xa10e3a){let _0x101952=[..._0xa10e3a];_0x101952[_0x19fb74]={..._0x101952[_0x19fb74],..._0x57fb49},_0x506976(_0x101952);}},[_0xa10e3a,_0x19fb74]),_0x2a61d3=_0x8122f1(()=>_0xa10e3a?_0xa10e3a[_0x19fb74]:void 0x0,[_0xa10e3a,_0x19fb74]),[_0x43733b,_0x1be7e5]=_0x4aae6d((_0x2a61d3==null?void 0x0:_0x2a61d3['name'])||'');return _0xa10e3a===void 0x0||_0xa10e3a[_0x56e7c6(0x4bb)]===0x0?null:_0x16355e('section',{'className':_0x56e7c6(0x20d),'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4f9186(_0x130b4a,{'className':_0x56e7c6(0x213),'value':String(_0x19fb74),'onChange':_0xec754a=>_0x28d9cc(Number(_0xec754a)),'options':_0xdc8925})}),_0x4f9186(_0x56e7c6(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5be5de['t'](_0x56e7c6(0x20e))}),_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x4f9186(_0x5c8a4d,{'value':_0x43733b,'onChange':_0x1be7e5,'onBlur':()=>{const _0x4b1708=_0x56e7c6;_0x3660cf['setContextValue'](_0x161371,!0x1),_0x43733b?_0x499320==null||_0x499320({'name':_0x43733b}):_0x1be7e5((_0x2a61d3==null?void 0x0:_0x2a61d3[_0x4b1708(0x4aa)])||'');},'onFocus':()=>{const _0x7f5c69=_0x56e7c6;_0x3660cf[_0x7f5c69(0x2b9)](_0x161371,!0x0);}})}),_0x4f9186(_0x56e7c6(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5be5de['t'](_0x56e7c6(0x4c0))}),_0x16355e('div',{'className':_0x56e7c6(0x354),'children':[_0x4f9186(_0x130b4a,{'className':_0x56e7c6(0x37c),'value':String(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x321)]),'onChange':_0x542c17=>_0x499320==null?void 0x0:_0x499320({'type':_0x542c17}),'options':_0x73b05e}),_0x4f9186('div',{'className':_0x56e7c6(0x3e4),'children':_0x4f9186(_0x563204,{'checked':(_0x2a61d3==null?void 0x0:_0x2a61d3['showFormula'])||_0xe43ceb[_0x56e7c6(0x1bc)]['showFormula'],'onChange':_0x30d790=>_0x499320({'showFormula':!!_0x30d790}),'children':_0x5be5de['t']('sheets-chart-ui.trendline.showFormula')})}),_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x3e4),'children':_0x4f9186(_0x563204,{'checked':(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x4b4)])||_0xe43ceb[_0x56e7c6(0x1bc)][_0x56e7c6(0x4b4)],'onChange':_0x1cb85b=>_0x499320({'showR2':!!_0x1cb85b}),'children':_0x5be5de['t']('sheets-chart-ui.trendline.showR2')})}),((_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x321)])===_0x20d22[_0x56e7c6(0x47a)]||(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x321)])===_0x20d22[_0x56e7c6(0x1af)])&&_0x16355e(_0x56e7c6(0x1fa),{'className':'univer-my-2','children':[(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x321)])===_0x20d22[_0x56e7c6(0x47a)]&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x38b))}),_0x4f9186(_0x130b4a,{'className':_0x56e7c6(0x213),'value':String((_0xe0c5c4=_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x3f8)])==null?_0xe43ceb[_0x56e7c6(0x1bc)]['order']:_0xe0c5c4),'options':lr,'onChange':_0x257d65=>_0x499320==null?void 0x0:_0x499320({'order':Number(_0x257d65)})})]}),(_0x2a61d3==null?void 0x0:_0x2a61d3['type'])===_0x20d22['movingAvg']&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x4be))}),_0x4f9186(_0x2a8d68,{'value':(_0x2a61d3==null?void 0x0:_0x2a61d3['period'])||_0xe43ceb[_0x56e7c6(0x1bc)][_0x56e7c6(0x2ba)],'onChange':_0x448c46=>_0x499320==null?void 0x0:_0x499320({'period':Math[_0x56e7c6(0x46e)](_0x448c46)})})]})]}),_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x324))}),_0x16355e('div',{'className':_0x56e7c6(0x1f6),'children':[_0x16355e('div',{'className':_0x56e7c6(0x41b),'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5be5de['t'](_0x56e7c6(0x47f),_0x5be5de['t'](_0x56e7c6(0x1c3)))}),_0x4f9186(Gr,{'color':(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x4d4)])||'','onChange':_0x3a0a48=>_0x499320==null?void 0x0:_0x499320({'color':_0x3a0a48})})]}),_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x41b),'children':[_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x382),_0x5be5de['t']('sheets-chart-ui.trendline.name'))}),_0x4f9186(_0x130b4a,{'className':_0x56e7c6(0x213),'value':String((_0x4071aa=_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x3f6)])==null?_0xe43ceb[_0x56e7c6(0x1bc)][_0x56e7c6(0x3f6)]:_0x4071aa),'options':tr,'onChange':_0xb199e3=>_0x499320==null?void 0x0:_0x499320({'opacity':Number(_0xb199e3)})})]})]}),_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x1f6),'children':[_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x41b),'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5be5de['t']('sheets-chart-ui.withType',_0x5be5de['t'](_0x56e7c6(0x1c3)))}),_0x4f9186(_0x130b4a,{'className':_0x56e7c6(0x213),'value':String((_0x37b1c3=_0x2a61d3==null?void 0x0:_0x2a61d3['dashType'])==null?_0xe43ceb[_0x56e7c6(0x1bc)][_0x56e7c6(0x2f6)]:_0x37b1c3),'options':_0x4c3d75,'onChange':_0x37e6c2=>_0x499320==null?void 0x0:_0x499320({'dashType':_0x37e6c2})})]}),_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x41b),'children':[_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x2c0),_0x5be5de['t'](_0x56e7c6(0x1c3)))}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x330dca=_0x2a61d3==null?void 0x0:_0x2a61d3['width'])==null?_0xe43ceb['trendline'][_0x56e7c6(0x31a)]:_0x330dca),'options':_0x2bb0bc,'onChange':_0x35dcd4=>_0x499320==null?void 0x0:_0x499320({'width':Number(_0x35dcd4)})})]})]}),(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x321)])!==_0x20d22[_0x56e7c6(0x1af)]&&_0x16355e('div',{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','children':[(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x1c9)])&&_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x41b),'children':[_0x4f9186(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x47f),_0x5be5de['t'](_0x56e7c6(0x1b9)))}),_0x4f9186(Gr,{'color':(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x490)])||'','onChange':_0x59c955=>_0x499320==null?void 0x0:_0x499320({'formulaColor':_0x59c955})})]}),(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x4b4)])&&_0x16355e(_0x56e7c6(0x1fa),{'className':_0x56e7c6(0x41b),'children':[_0x4f9186('div',{'className':_0x56e7c6(0x354),'children':_0x5be5de['t'](_0x56e7c6(0x47f),_0x5be5de['t']('sheets-chart-ui.trendline.r2'))}),_0x4f9186(Gr,{'color':(_0x2a61d3==null?void 0x0:_0x2a61d3[_0x56e7c6(0x2e7)])||'','onChange':_0x1e76b4=>_0x499320==null?void 0x0:_0x499320({'r2Color':_0x1e76b4})})]})]})]})]});},Ti={'fontSize':_0xe43ceb['textStyle']['fontSize'],'contentType':_0xe43ceb[_0x70a4aa(0x45f)],'position':_0xe43ceb[_0x70a4aa(0x46d)]['position']},Ei=_0x1df419=>{const _0x1a9957=_0x70a4aa;var _0x5f46a7,_0x3a7fc5,_0x4e0e1b,_0x311b1f,_0x331b57,_0x72c209,_0x5340c9,_0x32daf2,_0x1d9317,_0x576c57,_0x2a465e,_0x327bf8,_0x2c1a69,_0x81e66b,_0x414f90,_0x2bb81a,_0x39dc85;let {service:_0x211c79}=_0x1df419,_0x170425=_0x17b8b1(_0x13b077),_0x5c6d2d=$(_0x170425,ur),_0x315550=_0x8122f1(()=>Tr['filter'](_0x402822=>_0x402822[_0x1a9957(0x33c)]!==String(_0x48b181[_0x1a9957(0x26a)]))[_0x1a9957(0x474)](_0x3d2aa7=>({'value':_0x3d2aa7[_0x1a9957(0x33c)],'label':_0x170425['t'](_0x3d2aa7[_0x1a9957(0x43f)])})),[_0x170425]),_0x90e6a3=_0x17b8b1(_0x4314ba),[_0x56b411,_0x39008c]=_0x4aae6d(_0xe43ceb[_0x1a9957(0x1a7)]),_0xd5fe40=_0x56b411===_0xe43ceb['allSeriesId'],[_0x42efa2,_0xe7686a]=Q(_0x1a9957(0x508),_0x211c79),[_0x4e67e6,_0x145f5e]=Q(_0x1a9957(0x457),_0x211c79),[_0x34b5eb]=Q(_0x1a9957(0x3a9),_0x211c79),[_0x9f5a09]=Q('waterfallStack',_0x211c79),_0x4efd75=_0x9f5a09!==_0x130bbb['Stacked'],[_0x2004da]=$(_0x170425,[er()]),_0x4a307d=_0x4e67e6==null?void 0x0:_0x4e67e6[_0x56b411],_0x3c6d5d=_0x8122f1(()=>_0x34b5eb?[_0x2004da,..._0x34b5eb]:[],[_0x2004da,_0x34b5eb]),_0x3d38ab=_0x45e4cc=>{_0xd5fe40?_0xe7686a(_0x45e4cc):_0x145f5e({[_0x56b411]:_0x45e4cc});},_0xd4f1d=_0xe43ceb[_0x1a9957(0x341)],_0x285a91={'color':_0x1a9957(0x2fe),'opacity':_0xd4f1d[_0x1a9957(0x3f6)],'width':0x0,'dashType':_0xd4f1d[_0x1a9957(0x2f6)]},_0x17a977=_0xd5fe40?{..._0x285a91,..._0x42efa2==null||(_0x5f46a7=_0x42efa2['waterfall'])==null||(_0x5f46a7=_0x5f46a7[_0x1a9957(0x2f7)])==null?void 0x0:_0x5f46a7[_0x1a9957(0x20c)]}:{..._0x285a91,..._0x4a307d==null||(_0x3a7fc5=_0x4a307d[_0x1a9957(0x4ca)])==null||(_0x3a7fc5=_0x3a7fc5[_0x1a9957(0x2f7)])==null?void 0x0:_0x3a7fc5[_0x1a9957(0x20c)]},_0x4591a6=_0xd5fe40?{..._0x285a91,..._0x42efa2==null||(_0x4e0e1b=_0x42efa2[_0x1a9957(0x4ca)])==null||(_0x4e0e1b=_0x4e0e1b[_0x1a9957(0x477)])==null?void 0x0:_0x4e0e1b[_0x1a9957(0x20c)]}:{..._0x285a91,..._0x4a307d==null||(_0x311b1f=_0x4a307d[_0x1a9957(0x4ca)])==null||(_0x311b1f=_0x311b1f[_0x1a9957(0x477)])==null?void 0x0:_0x311b1f[_0x1a9957(0x20c)]},_0x16378d=_0xd5fe40?{..._0x285a91,..._0x42efa2==null||(_0x331b57=_0x42efa2['waterfall'])==null||(_0x331b57=_0x331b57[_0x1a9957(0x43b)])==null?void 0x0:_0x331b57[_0x1a9957(0x20c)]}:{..._0x285a91,..._0x4a307d==null||(_0x72c209=_0x4a307d[_0x1a9957(0x4ca)])==null||(_0x72c209=_0x72c209[_0x1a9957(0x43b)])==null?void 0x0:_0x72c209[_0x1a9957(0x20c)]},_0x10f8b5=(_0x5647a4,_0x1ab048)=>{const _0x3e9e64=_0x1a9957;if(_0x1ab048===_0x36197a[_0x3e9e64(0x43b)])return _0x170425['t']('sheets-chart-ui.waterfall.subtotal');let _0x594c62=_0x34b5eb==null?void 0x0:_0x34b5eb['find'](_0x4f9ead=>_0x4f9ead[_0x3e9e64(0x33c)]===_0x5647a4);if(_0x594c62){let _0xa0a9af=_0x594c62[_0x3e9e64(0x43f)];switch(_0x1ab048){case _0x36197a[_0x3e9e64(0x2f7)]:return _0xa0a9af+'-('+_0x170425['t']('sheets-chart-ui.waterfall.positive')+')';case _0x36197a[_0x3e9e64(0x477)]:return _0xa0a9af+'-('+_0x170425['t'](_0x3e9e64(0x286))+')';default:return _0xa0a9af;}}return'';},_0x27b233=_0xd5fe40?(_0x5340c9=_0x42efa2==null?void 0x0:_0x42efa2[_0x1a9957(0x43f)])==null?{}:_0x5340c9:Object['assign']({},_0x42efa2==null?void 0x0:_0x42efa2[_0x1a9957(0x43f)],_0x4a307d==null?void 0x0:_0x4a307d[_0x1a9957(0x43f)]),_0x26a18d=_0x4efd75?_0x4a307d==null||(_0x32daf2=_0x4a307d['waterfall'])==null||(_0x32daf2=_0x32daf2[_0x1a9957(0x43b)])==null?void 0x0:_0x32daf2['name']:_0x42efa2==null||(_0x1d9317=_0x42efa2[_0x1a9957(0x4ca)])==null||(_0x1d9317=_0x1d9317[_0x1a9957(0x43b)])==null?void 0x0:_0x1d9317[_0x1a9957(0x4aa)],_0x28e5b6=_0x9f5a09===_0x130bbb[_0x1a9957(0x3c4)]?_0xd5fe40:!0x0;return _0x16355e('div',{'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-h-8','children':_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x56b411,'onChange':_0x5cd6ee=>_0x39008c(_0x5cd6ee),'options':_0x3c6d5d})}),_0x16355e(_0x1a9957(0x1fa),{'className':_0x1a9957(0x20d),'children':[_0x4f9186(_0x1a9957(0x1fa),{'className':_0x1a9957(0x29e),'children':_0x170425['t'](_0x1a9957(0x37b))}),!_0xd5fe40&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x170425['t'](_0x1a9957(0x4af))}),_0x4f9186(_0x5c8a4d,{'className':_0x1a9957(0x208),'value':(_0x4a307d==null||(_0x576c57=_0x4a307d['waterfall'])==null||(_0x576c57=_0x576c57[_0x1a9957(0x2f7)])==null?void 0x0:_0x576c57['name'])||_0x10f8b5(_0x56b411,_0x36197a['positive']),'onChange':_0xe877db=>{_0x3d38ab({'waterfall':{'positive':{'name':_0xe877db}}});},'onFocus':()=>{const _0x5bd1c2=_0x1a9957;_0x90e6a3[_0x5bd1c2(0x2b9)](_0x161371,!0x0);},'onBlur':()=>{const _0x241fed=_0x1a9957;_0x90e6a3[_0x241fed(0x2b9)](_0x161371,!0x1);}})]}),_0x4f9186(ei,{'chartType':_0x249b61[_0x1a9957(0x218)],'allSeriesStyle':_0x42efa2,'controlName':'','seriesStyle':_0xd5fe40?_0x42efa2==null||(_0x2a465e=_0x42efa2['waterfall'])==null?void 0x0:_0x2a465e[_0x1a9957(0x2f7)]:_0x4a307d==null||(_0x327bf8=_0x4a307d[_0x1a9957(0x4ca)])==null?void 0x0:_0x327bf8[_0x1a9957(0x2f7)],'onSeriesStyleChange':_0x42ce48=>_0x3d38ab({'waterfall':{'positive':_0x42ce48}})}),_0x4f9186(ti,{'isLineOrAreaChart':!0x1,'allSeriesBorderStyle':_0x42efa2==null?void 0x0:_0x42efa2['border'],'hideBorder':!0x0,'controlName':_0x170425['t'](_0x1a9957(0x309)),'borderStyle':_0x17a977,'onSeriesStyleChange':_0x21b7cb=>_0x3d38ab({'waterfall':{'positive':_0x21b7cb}})})]}),_0x16355e(_0x1a9957(0x1fa),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x4f9186('div',{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x170425['t'](_0x1a9957(0x4c1))}),!_0xd5fe40&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186('div',{'className':_0x1a9957(0x465),'children':_0x170425['t'](_0x1a9957(0x27f))}),_0x4f9186(_0x5c8a4d,{'className':_0x1a9957(0x208),'value':(_0x4a307d==null||(_0x2c1a69=_0x4a307d[_0x1a9957(0x4ca)])==null||(_0x2c1a69=_0x2c1a69[_0x1a9957(0x477)])==null?void 0x0:_0x2c1a69[_0x1a9957(0x4aa)])||_0x10f8b5(_0x56b411,_0x36197a[_0x1a9957(0x477)]),'onChange':_0x33f114=>{_0x3d38ab({'waterfall':{'negative':{'name':_0x33f114}}});},'onFocus':()=>{const _0x325640=_0x1a9957;_0x90e6a3[_0x325640(0x2b9)](_0x161371,!0x0);},'onBlur':()=>{_0x90e6a3['setContextValue'](_0x161371,!0x1);}})]}),_0x4f9186(ei,{'chartType':_0x249b61[_0x1a9957(0x218)],'allSeriesStyle':_0x42efa2,'controlName':'','seriesStyle':_0xd5fe40?_0x42efa2==null||(_0x81e66b=_0x42efa2[_0x1a9957(0x4ca)])==null?void 0x0:_0x81e66b[_0x1a9957(0x477)]:_0x4a307d==null||(_0x414f90=_0x4a307d[_0x1a9957(0x4ca)])==null?void 0x0:_0x414f90['negative'],'onSeriesStyleChange':_0x47d7b0=>_0x3d38ab({'waterfall':{'negative':_0x47d7b0}})}),_0x4f9186(ti,{'controlName':_0x170425['t'](_0x1a9957(0x309)),'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x42efa2==null?void 0x0:_0x42efa2[_0x1a9957(0x20c)],'borderStyle':_0x4591a6,'onSeriesStyleChange':_0x264cbe=>_0x3d38ab({'waterfall':{'negative':_0x264cbe}})})]}),_0x28e5b6&&_0x4f9186(_0xa5bcb6,{'children':_0x4f9186(_0x1a9957(0x1fa),{'className':_0x1a9957(0x20d),'children':_0x16355e(_0xa5bcb6,{'children':[_0x4f9186('div',{'className':_0x1a9957(0x29e),'children':_0x170425['t'](_0x1a9957(0x40d))}),_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x1a9957(0x1fa),{'className':_0x1a9957(0x465),'children':_0x170425['t'](_0x1a9957(0x25d))}),_0x4f9186(_0x5c8a4d,{'className':_0x1a9957(0x208),'value':_0x26a18d||_0x10f8b5(_0x56b411,_0x36197a[_0x1a9957(0x43b)]),'onChange':_0x21d74a=>{_0x3d38ab({'waterfall':{'subtotal':{'name':_0x21d74a}}});},'onFocus':()=>{const _0x4b5838=_0x1a9957;_0x90e6a3[_0x4b5838(0x2b9)](_0x161371,!0x0);},'onBlur':()=>{_0x90e6a3['setContextValue'](_0x161371,!0x1);}})]}),_0x4f9186(ei,{'chartType':_0x249b61['Waterfall'],'allSeriesStyle':_0x42efa2,'controlName':'','seriesStyle':_0xd5fe40?_0x42efa2==null||(_0x2bb81a=_0x42efa2[_0x1a9957(0x4ca)])==null?void 0x0:_0x2bb81a[_0x1a9957(0x43b)]:_0x4a307d==null||(_0x39dc85=_0x4a307d[_0x1a9957(0x4ca)])==null?void 0x0:_0x39dc85[_0x1a9957(0x43b)],'onSeriesStyleChange':_0x1f175e=>_0x3d38ab({'waterfall':{'subtotal':_0x1f175e}})}),_0x4f9186(ti,{'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x42efa2==null?void 0x0:_0x42efa2[_0x1a9957(0x20c)],'controlName':_0x170425['t']('sheets-chart-ui.border'),'borderStyle':_0x16378d,'onSeriesStyleChange':_0x500487=>_0x3d38ab({'waterfall':{'subtotal':_0x500487}})})]})})}),_0x4f9186(_0x1a9957(0x1fa),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4f9186($r,{'fallbackLabelStyle':Ti,'labelStyle':_0x27b233,'positionOptions':_0x5c6d2d,'contentTypeOptions':_0x315550,'onLabelStyleChange':(_0x4efa06,_0x4755f0)=>_0x3d38ab({'label':{[_0x4efa06]:_0x4755f0}}),'onVisibleChange':_0x27ce75=>_0x3d38ab({'label':{'visible':_0x27ce75}}),'isPieLike':!0x1,'chartType':_0x249b61[_0x1a9957(0x218)]})})]});};function Di(_0x458a7a){const _0x59b8ee=_0x70a4aa;let _0x3c9e54=[];for(let [_0x1fad88,_0x5bc938]of _0x458a7a)_0x3c9e54[_0x59b8ee(0x432)]({'value':_0x1fad88,'label':_0x1fad88,'icon':_0x5bc938[_0x59b8ee(0x3c7)]});return _0x3c9e54;}function Oi(_0x4d375f){const _0x56a0ed=_0x70a4aa;let {service:_0x3f21e1}=_0x4d375f,_0x24f8ea=_0x17b8b1(_0x13b077),_0x3fb3ed=Di(_0x17b8b1(_0x4552a4)[_0x56a0ed(0x3f0)]()),[_0x1f9bcb,_0x4d9c92]=Q('wordCloudMask',_0x3f21e1),[_0x4cde33,_0xdf592d]=Q(_0x56a0ed(0x3f1),_0x3f21e1),[_0x16ac74,_0x44fc68]=_0x4aae6d(!0x1),_0x16cf0f=_0x3fb3ed[_0x56a0ed(0x198)](_0x59dba6=>_0x59dba6[_0x56a0ed(0x33c)]===_0x1f9bcb)||_0x3fb3ed[0x0];return _0x16355e(_0x56a0ed(0x1fa),{'className':_0x56a0ed(0x38f),'children':[_0x4f9186(_0x56a0ed(0x1fa),{'className':_0x56a0ed(0x313),'children':_0x24f8ea['t'](_0x56a0ed(0x1f4))}),_0x4f9186(_0x2debbd,{'open':_0x16ac74,'onOpenChange':_0x44fc68,'overlay':_0x4f9186('div',{'className':_0x56a0ed(0x2bc),'children':_0x3fb3ed[_0x56a0ed(0x474)](_0x1ed626=>_0x4f9186('button',{'className':_0x181d20('univer-rounded-md\x20univer-p-2\x20hover:univer-bg-gray-200',_0xea7222,{'univer-bg-white':_0x16cf0f[_0x56a0ed(0x33c)]!==_0x1ed626[_0x56a0ed(0x33c)],'univer-select-item-option-selected':_0x16cf0f[_0x56a0ed(0x33c)]===_0x1ed626[_0x56a0ed(0x33c)]}),'type':_0x56a0ed(0x363),'onClick':()=>{const _0x5c5f40=_0x56a0ed;_0x4d9c92(_0x1ed626[_0x5c5f40(0x33c)]),_0x44fc68(!0x1);},'children':_0x4f9186(_0x56a0ed(0x32d),{'className':_0x56a0ed(0x33a),'children':_0x4f9186(_0x56a0ed(0x452),{'src':_0x1ed626[_0x56a0ed(0x45c)],'alt':_0x1ed626[_0x56a0ed(0x43f)]})})},_0x1ed626[_0x56a0ed(0x33c)]))}),'children':_0x4f9186('button',{'className':_0x181d20(_0x56a0ed(0x1bf),_0xea7222),'type':'button','children':_0x16355e('span',{'className':_0x56a0ed(0x44e),'children':[_0x4f9186(_0x56a0ed(0x32d),{'className':_0x56a0ed(0x4cc),'children':_0x4f9186(_0x56a0ed(0x452),{'className':_0x56a0ed(0x425),'src':_0x16cf0f[_0x56a0ed(0x45c)],'alt':_0x16cf0f[_0x56a0ed(0x43f)]})}),_0x4f9186('span',{'children':_0x16cf0f[_0x56a0ed(0x43f)]})]})})}),_0x4f9186(_0x563204,{'className':_0x56a0ed(0x274),'checked':_0x4cde33==null?_0xe43ceb['wordCloud']['repeat']:_0x4cde33,'onChange':_0x54c9b8=>{_0xdf592d==null||_0xdf592d(!!_0x54c9b8);},'children':_0x24f8ea['t'](_0x56a0ed(0x20a))})]});}const {textStyle:ki}=_0xe43ceb;function Ai(_0x1322f9){const _0x3a1a2f=_0x70a4aa;var _0x2e7a6e;return(_0x2e7a6e=_0x1322f9==null?void 0x0:_0x1322f9[_0x3a1a2f(0x198)](_0x38c100=>_0x38c100[_0x3a1a2f(0x298)]===_0x5a12a7[_0x3a1a2f(0x501)]))==null?_0x1322f9==null?void 0x0:_0x1322f9[_0x3a1a2f(0x198)](_0x5cf939=>_0x5cf939[_0x3a1a2f(0x298)]===_0x5a12a7[_0x3a1a2f(0x2c1)]):_0x2e7a6e;}const ji=()=>{const _0x575b98=_0x70a4aa;var _0x5449f5,_0x21224a,_0x37148a,_0x1ecfce,_0x35e85c,_0x2ca3b6,_0x511819,_0x26c33d;let _0x4d44c8=_0x17b8b1(_0x13b077),_0x4ce4ba=_0x17b8b1(_0x4314ba),_0x5bf5ce=qn(),_0x5629b6=_0x17b8b1(_0x145321),[_0x2b95ac,_0x2626b1]=Q('chartType',_0x5bf5ce),[_0x5ae2ab]=Q(_0x575b98(0x293),_0x5bf5ce),[_0xfb79d2,_0x53d8d5]=Q(_0x575b98(0x359),_0x5bf5ce,''),[_0x137efb,_0x2cf6eb]=Q(_0x575b98(0x4b6),_0x5bf5ce,''),[_0x8039c3,_0x51b2db]=Q(_0x575b98(0x216),_0x5bf5ce),[_0x14df88,_0x4eb263]=Q('visualMapType',_0x5bf5ce),[_0x46f76d,_0x502523]=Q(_0x575b98(0x351),_0x5bf5ce),[_0x4f7eb8,_0x2d5415]=Q(_0x575b98(0x30f),_0x5bf5ce),[_0x31fbe1,_0xe13037]=Q(_0x575b98(0x4c5),_0x5bf5ce),[_0xbd9553,_0x270643]=Q('titles',_0x5bf5ce),[_0x3c0caa,_0x3ad8fc]=Q(_0x575b98(0x278),_0x5bf5ce),[_0x68d0c4,_0x24d650]=Q('indicator',_0x5bf5ce),[_0x4317e3]=Q('runtimeAxes',_0x5bf5ce),[_0x4ba5f8]=Q(_0x575b98(0x4d5),_0x5bf5ce),_0x2dbf28=_0x17b8b1(_0x56130b),[_0x13967a,_0x35653d]=_0x4aae6d(''),[_0x2ca008]=Q(_0x575b98(0x228),_0x5bf5ce),_0x13d9c6=_0x2b95ac&&_0x274c7e(_0x2b95ac),_0x4a08d4=_0x2ca008&&_0x2ca008['length']>0x0,_0x2d00ed=_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61[_0x575b98(0x333)]),_0x2b139b=_0x8122f1(()=>_0x4ba5f8?_0x2dbf28['getTheme'](_0x4ba5f8):_0x2dbf28['getDefaultTheme'](),[_0x4ba5f8]),_0x26bd8d=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61[_0x575b98(0x3ae)])),_0x2676b3=!!(_0x2b95ac&&_0x525a4c['baseOn'](_0x2b95ac,_0x249b61[_0x575b98(0x340)])),_0x4dba70=!!(_0x2b95ac&&_0x525a4c['baseOn'](_0x2b95ac,_0x249b61[_0x575b98(0x36a)])),_0x3378b4=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61[_0x575b98(0x3a1)])),_0x3cce6c=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61['Pareto'])),_0x1a4a37=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61[_0x575b98(0x37e)])),_0x252b6a=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61[_0x575b98(0x4c6)])),_0x2b2070=_0x8122f1(()=>_0x4317e3==null?void 0x0:_0x4317e3[_0x575b98(0x3e1)]((_0x500f9c,_0x399f8f)=>(_0x500f9c[_0x399f8f[_0x575b98(0x298)]]=_0x399f8f,_0x500f9c),{}),[_0x4317e3]),_0x44ab7e=!!(_0x2b2070!=null&&_0x2b2070[_0x5a12a7['Right']])&&!!(_0x2b2070!=null&&_0x2b2070[_0x5a12a7[_0x575b98(0x501)]])&&(_0x2b95ac&_0x249b61[_0x575b98(0x28a)])===0x0&&(_0x2b95ac&_0x249b61[_0x575b98(0x4ae)])===0x0,_0x1cf1ec=Ai(_0x4317e3),[_0x43200c,_0x2c9773]=_0x4aae6d(Zn[0x0][_0x575b98(0x33c)]),_0x50820f=_0xbd9553==null?void 0x0:_0xbd9553[_0x43200c],_0x37d502={'color':ki[_0x575b98(0x4d4)],'fontSize':_0x43200c===_0x575b98(0x18f)?ki[_0x575b98(0x4c2)]:_0x43200c===_0x575b98(0x235)?ki[_0x575b98(0x389)]:ki['fontSize'],..._0x50820f},_0x5e8c30=_0x3ceab9(_0xb19da6=>{_0x270643({[_0x43200c]:_0xb19da6});},[_0x43200c]),_0x307f64=_0x42956f=>{const _0x53dc52=_0x575b98;let _0x42cf7e={'label':{'axisTitleAlign':_0x42956f}};_0x43200c===_0x53dc52(0x2b5)&&_0x502523(_0x42cf7e),_0x43200c===_0x53dc52(0x24a)&&_0x2d5415(_0x42cf7e),_0x43200c===_0x53dc52(0x426)&&_0xe13037(_0x42cf7e);},_0x2787e2=()=>{const _0xb7fa9=_0x575b98;if(_0x43200c===_0xb7fa9(0x2b5)){var _0x71fe9a;return _0x46f76d==null||(_0x71fe9a=_0x46f76d[_0xb7fa9(0x43f)])==null?void 0x0:_0x71fe9a[_0xb7fa9(0x34d)];}if(_0x43200c===_0xb7fa9(0x24a)){var _0x300a80;return _0x4f7eb8==null||(_0x300a80=_0x4f7eb8[_0xb7fa9(0x43f)])==null?void 0x0:_0x300a80[_0xb7fa9(0x34d)];}if(_0x43200c===_0xb7fa9(0x426)){var _0x4d27bf;return _0x31fbe1==null||(_0x4d27bf=_0x31fbe1['label'])==null?void 0x0:_0x4d27bf['axisTitleAlign'];}};_0x14f6d6(()=>{const _0x3cab7b=_0x575b98;var _0x8581d3;_0x35653d((_0x8581d3=_0x37d502==null?void 0x0:_0x37d502[_0x3cab7b(0x1d3)])==null?'':_0x8581d3);},[_0x37d502==null?void 0x0:_0x37d502[_0x575b98(0x1d3)]]);let _0x4f1f0f=$(_0x4d44c8,fr),_0x41fe0c=$(_0x4d44c8,Zn),_0xf5c613=$(_0x4d44c8,pr),_0x3ca654=$(_0x4d44c8,mr),_0x5567c7=[_0x41fe0c[0x0]],_0x412a91=$(_0x4d44c8,hr),_0x2668d2=$(_0x4d44c8,gr),_0x1fb0a4=(_0x4a84e3,_0x2fe4ba)=>{const _0x5e141f=_0x575b98;let _0x371d0c={'label':Pr,'onPatternApply':_0x2fe4ba,'originPattern':_0x4a84e3};_0x5629b6[_0x5e141f(0x45a)]({'id':Nr,'title':{'title':_0x4d44c8['t']('sheets-chart-ui.dialog.setFormat')},'children':_0x371d0c,'width':0x258,'onClose':()=>{const _0x274851=_0x5e141f;_0x5629b6[_0x274851(0x1e1)](Nr);}});},_0xa90de=!!(_0x2b95ac&&_0x525a4c['baseOn'](_0x2b95ac,_0x249b61[_0x575b98(0x28a)])),_0x25954b=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61['Radar'])),_0x3aa666=!!(_0x2b95ac&&_0x525a4c[_0x575b98(0x4f1)](_0x2b95ac,_0x249b61[_0x575b98(0x218)]));return _0x4f9186(_0x575b98(0x1fa),{'className':'','children':_0x4f9186(_0x46bb71,{'items':[{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t']('sheets-chart-ui.chartStyle')}),'children':_0x4f9186('section',{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x16355e(_0x575b98(0x1fa),{'className':_0x575b98(0x43e),'children':[_0x16355e('div',{'className':_0x575b98(0x41b),'children':[_0x4f9186(_0x575b98(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t'](_0x575b98(0x2fd))}),_0x4f9186(Gr,{'color':_0xfb79d2,'onChange':_0x53d8d5})]}),_0x16355e(_0x575b98(0x1fa),{'className':_0x575b98(0x41b),'children':[_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x354),'children':_0x4d44c8['t'](_0x575b98(0x2f4))}),_0x4f9186(Gr,{'color':_0x137efb,'onChange':_0x2cf6eb})]})]})})},{'label':_0x4f9186(_0x575b98(0x1fa),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t'](_0x575b98(0x4c9))}),'children':_0x16355e(_0x575b98(0x31d),{'children':[_0x16355e(_0x575b98(0x1fa),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x354),'children':_0x4d44c8['t'](_0x575b98(0x2b6))}),_0x4f9186(_0x130b4a,{'className':_0x575b98(0x213),'value':_0x43200c,'options':_0xa90de||_0x25954b||_0x26bd8d?_0x5567c7:_0x41fe0c,'onChange':_0x5cd7de=>_0x2c9773(_0x5cd7de)})]}),_0x16355e(_0x575b98(0x1fa),{'className':_0x575b98(0x20d),'children':[_0x4f9186('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t'](_0x575b98(0x4b3))}),_0x4f9186(_0x5c8a4d,{'value':_0x13967a,'onChange':_0x35653d,'onFocus':()=>{const _0x16fa3c=_0x575b98;_0x4ce4ba[_0x16fa3c(0x2b9)](_0x161371,!0x0);},'onBlur':()=>{const _0x1f3208=_0x575b98;_0x4ce4ba['setContextValue'](_0x161371,!0x1),_0x13967a!==(_0x37d502==null?void 0x0:_0x37d502[_0x1f3208(0x1d3)])&&_0x5e8c30({'content':_0x13967a});}})]}),_0x4f9186('div',{'className':_0x575b98(0x20d),'children':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x43e),'children':_0x16355e('div',{'className':_0x575b98(0x41b),'children':[_0x43200c===_0x575b98(0x18f)&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x354),'children':_0x4d44c8['t']('sheets-chart-ui.titles.titlePosition')}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x3c0caa==null?_0xe43ceb[_0x575b98(0x278)]:_0x3c0caa,'options':_0x412a91,'onChange':_0x1d0fa5=>_0x3ad8fc(_0x1d0fa5)})]}),_0x43200c!=='title'&&_0x16355e(_0xa5bcb6,{'children':[_0x4f9186('div',{'className':_0x575b98(0x354),'children':_0x4d44c8['t']('sheets-chart-ui.titles.titleAlign')}),_0x4f9186(_0x130b4a,{'className':'univer-w-full\x20!univer-min-w-0','value':(_0x5449f5=_0x2787e2())==null?_0xe43ceb[_0x575b98(0x396)][_0x575b98(0x2a1)]:_0x5449f5,'options':_0x2668d2,'onChange':_0x445431=>_0x307f64(_0x445431)})]})]})})}),_0x16355e(_0x575b98(0x1fa),{'className':_0x575b98(0x20d),'children':[_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x354),'children':_0x4d44c8['t'](_0x575b98(0x3ff))}),_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x428),'children':_0x4f9186(qr,{'alignControl':_0x43200c==='title',..._0x37d502,'onChange':(_0x103b7a,_0x30c13f)=>_0x5e8c30({[_0x103b7a]:_0x30c13f})})})]})]})},_0x26bd8d&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x292))}),'children':_0x4f9186(Oi,{'service':_0x5bf5ce})},!_0x26bd8d&&!_0xa90de&&!_0x2676b3&&!_0x3378b4&&!_0x3aa666&&!_0x3cce6c&&!_0x1a4a37&&!_0x252b6a&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t'](_0x575b98(0x355))}),'children':_0x4f9186(Ci,{'chartType':_0x2b95ac,'service':_0x5bf5ce})},_0x3cce6c&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x2d8))}),'children':_0x4f9186(ci,{'service':_0x5bf5ce,'isLineSeries':!0x1})},_0x3cce6c&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t'](_0x575b98(0x2c6))}),'children':_0x4f9186(ci,{'service':_0x5bf5ce,'isLineSeries':!0x0})},_0x3aa666&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t'](_0x575b98(0x355))}),'children':_0x4f9186(Ei,{'service':_0x5bf5ce})},_0xa90de&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t']('sheets-chart-ui.chartTypes.pie')}),'children':_0x4f9186(li,{'chartType':_0x2b95ac,'service':_0x5bf5ce,'onChartTypeChange':_0x2626b1})},!_0x26bd8d&&!_0x1a4a37&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x30a))}),'children':_0x16355e('section',{'children':[_0x16355e(_0x575b98(0x1fa),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x354),'children':_0x4d44c8['t'](_0x575b98(0x1c8))}),_0x4f9186(_0x130b4a,{'className':_0x575b98(0x213),'value':(_0x8039c3==null?void 0x0:_0x8039c3[_0x575b98(0x298)])||_0xe43ceb[_0x575b98(0x40e)]['position'],'onChange':_0x2253f8=>_0x51b2db({..._0x8039c3,'position':_0x2253f8}),'options':_0x4f1f0f})]}),_0x16355e(_0x575b98(0x1fa),{'className':_0x575b98(0x20d),'children':[_0x4f9186(_0x575b98(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t']('sheets-chart-ui.legendSelectMode')}),!_0x252b6a&&_0x4f9186(_0x130b4a,{'className':_0x575b98(0x213),'value':(_0x8039c3==null?void 0x0:_0x8039c3['selectMode'])||_0xe43ceb[_0x575b98(0x40e)][_0x575b98(0x1ac)],'onChange':_0x5b6a08=>_0x51b2db({..._0x8039c3,'selectMode':_0x5b6a08}),'options':_0xf5c613}),_0x252b6a&&_0x4f9186(_0x130b4a,{'className':_0x575b98(0x213),'value':_0x14df88||_0xe43ceb[_0x575b98(0x31f)]['visualMapType'],'onChange':_0x474381=>_0x4eb263(_0x474381),'options':_0x3ca654})]}),!_0x252b6a&&_0x16355e('div',{'className':_0x575b98(0x20d),'children':[_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x354),'children':_0x4d44c8['t'](_0x575b98(0x3ff))}),_0x4f9186(qr,{..._0x8039c3==null?void 0x0:_0x8039c3[_0x575b98(0x43f)],'fontSize':(_0x21224a=_0x8039c3==null||(_0x37148a=_0x8039c3[_0x575b98(0x43f)])==null?void 0x0:_0x37148a[_0x575b98(0x433)])==null?_0xe43ceb[_0x575b98(0x46d)][_0x575b98(0x433)]:_0x21224a,'color':(_0x1ecfce=_0x8039c3==null||(_0x35e85c=_0x8039c3[_0x575b98(0x43f)])==null?void 0x0:_0x35e85c[_0x575b98(0x4d4)])==null?_0xe43ceb['textStyle'][_0x575b98(0x4d4)]:_0x1ecfce,'onChange':(_0x195ec3,_0x4a16b2)=>_0x51b2db({'label':{[_0x195ec3]:_0x4a16b2}})})]})]})},!_0x26bd8d&&!_0xa90de&&!_0x25954b&&!_0x4dba70&&!_0x3378b4&&!_0x1a4a37&&!_0x252b6a&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x289))}),'children':_0x16355e(_0x575b98(0x31d),{'className':_0x575b98(0x20d),'children':[_0x4f9186(Yr,{'sheetsChartUIService':_0x5bf5ce,'axisOptions':_0x46f76d,'canUseDateAxis':_0x2b95ac!==_0x249b61[_0x575b98(0x333)]&&_0x2b95ac!==_0x249b61[_0x575b98(0x218)],'valueAxis':_0x2d00ed||(_0x2b2070==null||(_0x2ca3b6=_0x2b2070[_0x5a12a7[_0x575b98(0x1ff)]])==null?void 0x0:_0x2ca3b6[_0x575b98(0x321)])===_0x3986fc['Numeric'],'onChange':_0x502523}),_0x4f9186(_0x20cbec,{'className':'','size':_0x575b98(0x3df),'onClick':()=>{_0x1fb0a4(_0x46f76d==null?void 0x0:_0x46f76d['format'],_0x5a754d=>{_0x502523({'format':_0x5a754d});});},'children':_0x4d44c8['t'](_0x575b98(0x4bd))})]})},!_0x26bd8d&&!_0xa90de&&!_0x25954b&&!_0x4dba70&&!_0x3378b4&&!_0x1a4a37&&!_0x252b6a&&{'label':_0x4f9186('div',{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x449))}),'children':_0x16355e('section',{'className':_0x575b98(0x20d),'children':[_0x4f9186(Yr,{'sheetsChartUIService':_0x5bf5ce,'axisOptions':_0x4f7eb8,'canUseDateAxis':!0x1,'valueAxis':(_0x1cf1ec==null?void 0x0:_0x1cf1ec['type'])===_0x3986fc[_0x575b98(0x2f5)],'onChange':_0x2d5415}),(_0x1cf1ec==null?void 0x0:_0x1cf1ec['type'])===_0x3986fc[_0x575b98(0x2f5)]&&_0x4f9186(_0x20cbec,{'className':'','size':_0x575b98(0x3df),'onClick':()=>{const _0x4bc3de=_0x575b98;_0x1fb0a4(_0x4f7eb8==null?void 0x0:_0x4f7eb8[_0x4bc3de(0x429)],_0x3c7f20=>{_0x2d5415({'format':_0x3c7f20});});},'children':_0x4d44c8['t'](_0x575b98(0x4bd))})]})},!_0x26bd8d&&_0x44ab7e&&!_0x3378b4&&!_0x1a4a37&&!_0x252b6a&&{'label':_0x4f9186('div',{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x35f))}),'children':_0x16355e(_0x575b98(0x31d),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x4f9186(Yr,{'sheetsChartUIService':_0x5bf5ce,'canUseDateAxis':!0x1,'axisOptions':_0x31fbe1,'onChange':_0xe13037,'valueAxis':!0x0}),(_0x2b2070==null||(_0x511819=_0x2b2070[_0x5a12a7[_0x575b98(0x2c1)]])==null?void 0x0:_0x511819[_0x575b98(0x321)])===_0x3986fc['Numeric']&&_0x4f9186(_0x20cbec,{'className':'','size':_0x575b98(0x3df),'onClick':()=>{const _0x5c3da1=_0x575b98;_0x1fb0a4(_0x31fbe1==null?void 0x0:_0x31fbe1[_0x5c3da1(0x429)],_0x5a37ef=>{_0xe13037({'format':_0x5a37ef});});},'children':_0x4d44c8['t']('sheets-chart-ui.dialog.setFormat')})]})},!_0x26bd8d&&!_0xa90de&&!_0x25954b&&!_0x3378b4&&!_0x4dba70&&!_0x1a4a37&&!_0x252b6a&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t']('sheets-chart-ui.gridlinesAndTicks')}),'children':_0x4f9186('section',{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4f9186(Xr,{'service':_0x5bf5ce,'className':'univer-mt-2','runtimeAxes':_0x4317e3})})},!_0x26bd8d&&!_0x3378b4&&!_0xa90de&&!_0x4dba70&&!_0x1a4a37&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x1ae))}),'children':_0x4f9186('section',{'className':_0x575b98(0x20d),'children':_0x4f9186(Zr,{'indicatorLabelColor':(_0x68d0c4==null?void 0x0:_0x68d0c4[_0x575b98(0x18e)])||_0xe43ceb[_0x575b98(0x4e6)],'indicatorLineType':(_0x68d0c4==null?void 0x0:_0x68d0c4[_0x575b98(0x334)])||_0xe43ceb[_0x575b98(0x334)],'indicatorLabelTextColor':(_0x68d0c4==null?void 0x0:_0x68d0c4['indicatorLabelTextColor'])||_0xe43ceb['tooltipAxisLabelColor'],'indicatorLineColor':(_0x68d0c4==null?void 0x0:_0x68d0c4[_0x575b98(0x3bc)])||(_0x2b139b==null||(_0x26c33d=_0x2b139b[_0x575b98(0x27b)])==null?void 0x0:_0x26c33d[_0x575b98(0x21b)]),'onChange':_0x40faf2=>{_0x24d650(_0x40faf2);}})})},_0x13d9c6&&_0x4a08d4&&{'label':_0x4f9186('div',{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4d44c8['t']('sheets-chart-ui.trendline.name')}),'children':_0x4f9186(wi,{'uiService':_0x5bf5ce})},_0x3378b4&&{'label':_0x4f9186(_0x575b98(0x1fa),{'className':_0x575b98(0x335),'children':_0x4d44c8['t'](_0x575b98(0x1b2))}),'children':_0x4f9186(_0x575b98(0x31d),{'className':_0x575b98(0x20d),'children':_0x4f9186(ui,{'service':_0x5bf5ce})})}]['filter'](Boolean)})});};function Mi(_0x40fe81){const _0x5361e7=_0x70a4aa;let {className:_0x36b28b}=_0x40fe81,[_0x8377f8,_0x28d796]=_0x4aae6d(0x0),_0x104be2=_0x17b8b1(_0x13b077);return _0x16355e(_0x5361e7(0x1fa),{'className':_0x181d20(_0x5361e7(0x197),_0x36b28b),'children':[_0x16355e(_0x5361e7(0x1fa),{'className':_0x5361e7(0x35d),'children':[_0x16355e(_0x5361e7(0x1fa),{'className':_0x181d20(_0x5361e7(0x242),_0x8377f8===0x0?_0x5361e7(0x2c2):_0x5361e7(0x384)),'onClick':()=>_0x28d796(0x0),'children':[_0x104be2['t'](_0x5361e7(0x24d)),_0x4f9186(_0x5361e7(0x1fa),{'className':_0x181d20(_0x5361e7(0x499),{'univer-bg-primary-600':_0x8377f8===0x0,'univer-bg-transparent':_0x8377f8!==0x0})})]}),_0x16355e(_0x5361e7(0x1fa),{'className':_0x181d20(_0x5361e7(0x242),{'univer-text-primary-600':_0x8377f8===0x1,'univer-text-gray-500':_0x8377f8!==0x1}),'onClick':()=>_0x28d796(0x1),'children':[_0x104be2['t']('sheets-chart-ui.customChart'),_0x4f9186(_0x5361e7(0x1fa),{'className':_0x181d20(_0x5361e7(0x3d6),{'univer-bg-primary-600':_0x8377f8===0x1,'univer-bg-transparent':_0x8377f8!==0x1})})]})]}),_0x4f9186(_0x5361e7(0x1fa),{'className':_0x5361e7(0x195),'children':_0x4f9186(_0x8377f8===0x0?Wr:ji,{})})]});}const Ni='sheet.chart.edit.panel';let Pi=class extends _0xc50824{constructor(_0x4da477,_0x12ca5c,_0x79e324,_0x51d547,_0x5b3169,_0x1c7a85,_0x5a2a7d,_0x2e97c6,_0x95e7f8,_0x20ffbb,_0x43d527){const _0x42ae0f=_0x70a4aa;super(),this[_0x42ae0f(0x243)]=_0x4da477,this[_0x42ae0f(0x1de)]=_0x12ca5c,this['_chartModelService']=_0x79e324,this[_0x42ae0f(0x253)]=_0x51d547,this[_0x42ae0f(0x404)]=_0x5b3169,this[_0x42ae0f(0x352)]=_0x1c7a85,this['_menuManagerService']=_0x5a2a7d,this[_0x42ae0f(0x337)]=_0x2e97c6,this['_commandService']=_0x95e7f8,this[_0x42ae0f(0x319)]=_0x20ffbb,this[_0x42ae0f(0x25a)]=_0x43d527,X(this,'_sidebarDisposable',null),this[_0x42ae0f(0x2b1)](),this[_0x42ae0f(0x415)](this['_univerInstanceService']['getCurrentTypeOfUnit$'](_0x125f1a['UNIVER_SHEET'])[_0x42ae0f(0x24e)](_0xb13787=>{const _0x3b0aae=_0x42ae0f;var _0x19130c;_0xb13787||(_0x19130c=this[_0x3b0aae(0x48c)])==null||_0x19130c[_0x3b0aae(0x1ce)]();}));}[_0x70a4aa(0x364)](){const _0x275c99=_0x70a4aa;this['_sidebarDisposable']=this[_0x275c99(0x253)][_0x275c99(0x45a)]({'id':Ni,'header':{'title':_0x275c99(0x4f4)},'width':0x154,'children':{'label':Ni},'onClose':()=>{const _0x4d8378=_0x275c99;this['_drawingManagerService'][_0x4d8378(0x2aa)](null),this['_contextService'][_0x4d8378(0x2b9)](_0x22fad1,!0x1),this[_0x4d8378(0x48c)]=null;}});}[_0x70a4aa(0x484)](){const _0x2b1ff2=_0x70a4aa;var _0x1400aa;this[_0x2b1ff2(0x2d2)][_0x2b1ff2(0x318)](null),(_0x1400aa=this['_sidebarDisposable'])==null||_0x1400aa[_0x2b1ff2(0x1ce)]();}['initPanel'](){const _0x48b2c4=_0x70a4aa;let _0x53e049=this[_0x48b2c4(0x1de)][_0x48b2c4(0x46c)](_0x125f1a[_0x48b2c4(0x1ea)]);this[_0x48b2c4(0x415)](this[_0x48b2c4(0x253)][_0x48b2c4(0x4fc)][_0x48b2c4(0x24e)](_0x19ccb5=>{const _0xf95c41=_0x48b2c4;_0x19ccb5['id']===_0xf95c41(0x192)&&(_0x19ccb5['visible']||this[_0xf95c41(0x253)]['sidebarOptions$'][_0xf95c41(0x3f7)]({'visible':!0x1}));})),this[_0x48b2c4(0x415)](this[_0x48b2c4(0x3b6)][_0x48b2c4(0x201)](_0x1433ca=>{const _0x3013e2=_0x48b2c4;if(_0x1433ca['id']===On['id']){let _0x5f3e18=_0x1433ca[_0x3013e2(0x386)];this[_0x3013e2(0x411)](_0x5f3e18[_0x3013e2(0x326)]);}if(_0x1433ca['id']===Dn['id']&&this[_0x3013e2(0x484)](),_0x1433ca['id']===_0x5b577a['id']){var _0x4cb2e9;_0x1433ca['params'][_0x3013e2(0x46b)]===((_0x4cb2e9=this[_0x3013e2(0x2d2)]['activeChartModel'])==null?void 0x0:_0x4cb2e9['id'])&&this['hidePanel'](),this[_0x3013e2(0x25a)][_0x3013e2(0x1c4)](_0x22fad1)&&(this['_contextService'][_0x3013e2(0x2b9)](_0x22fad1,!0x1),this[_0x3013e2(0x243)][_0x3013e2(0x2aa)](null));}})),this[_0x48b2c4(0x415)](this['_drawingManagerService'][_0x48b2c4(0x1d7)][_0x48b2c4(0x24e)](_0x22487d=>{const _0x4c69b2=_0x48b2c4;let _0x18737b=_0x22487d[0x0];this[_0x4c69b2(0x319)][_0x4c69b2(0x2be)]||!_0x18737b&&!this[_0x4c69b2(0x319)][_0x4c69b2(0x2be)]&&this[_0x4c69b2(0x484)]();})),_0x53e049&&(this[_0x48b2c4(0x415)](_0x53e049['sheetDisposed$'][_0x48b2c4(0x24e)](()=>{const _0x3cb8b9=_0x48b2c4;this[_0x3cb8b9(0x484)]();})),this['disposeWithMe'](_0x53e049[_0x48b2c4(0x3e8)][_0x48b2c4(0x24e)](()=>{const _0x69d597=_0x48b2c4;this[_0x69d597(0x484)]();})));}['openChartPanelById'](_0x1a5a45){const _0x22efe6=_0x70a4aa;let _0x228bc0=this['_chartModelService']['getChartModel'](_0x1a5a45);_0x228bc0&&(this[_0x22efe6(0x2d2)][_0x22efe6(0x318)](_0x228bc0),this[_0x22efe6(0x364)]());}[_0x70a4aa(0x2b1)](){const _0x1b4ebf=_0x70a4aa;this[_0x1b4ebf(0x1d8)][_0x1b4ebf(0x2bb)](In),this[_0x1b4ebf(0x337)]['registerFeatureMenu'](_0x19ceb2[_0x1b4ebf(0x3b2)],this[_0x1b4ebf(0x23d)]['bind'](this));}['getChartPopupMenus'](_0x444c55,_0x2471d7,_0x29db20,_0x1d2668){return[{'label':'sheets-chart-ui.openChartPanel','index':0x0,'commandId':On['id'],'commandParams':{'unitId':_0x444c55,'subUnitId':_0x2471d7,'drawingId':_0x29db20},'disable':_0x1d2668!==_0x19ceb2['DRAWING_CHART']},{'label':'sheets-chart-ui.deleteChart','index':0x1,'commandId':_0x5d0527['id'],'commandParams':{'unitId':_0x444c55,'drawings':[{'unitId':_0x444c55,'subUnitId':_0x2471d7,'drawingId':_0x29db20,'drawingType':_0x1d2668}]},'disable':!0x1},{'label':'sheets-chart-ui.hideChartPanel','index':0x2,'commandId':Dn['id'],'commandParams':{'unitId':_0x444c55,'subUnitId':_0x2471d7,'drawingId':_0x29db20},'disable':!0x1}];}};Pi=Bn([Z(0x0,_0x4c9599),Z(0x1,_0x17d34),Z(0x2,_0xfdc36d(_0x4fa815)),Z(0x3,_0xfdc36d(_0x417fb1)),Z(0x4,_0xfdc36d(_0x4e0023)),Z(0x5,_0xfdc36d(_0x293b5c)),Z(0x6,_0x132a99),Z(0x7,_0xfdc36d(_0x577aea)),Z(0x8,_0x366976),Z(0x9,_0xfdc36d(Kn)),Z(0xa,_0x4314ba)],Pi);var Fi='@univerjs-pro/sheets-chart-ui',Ii=_0x70a4aa(0x332);let Li=class extends _0xc50824{constructor(_0x1b55b2,_0x8e469d){const _0x329a0d=_0x70a4aa;super(),this['_chartHostProviderService']=_0x1b55b2,this[_0x329a0d(0x2d2)]=_0x8e469d,this['_init']();}['_init'](){const _0x4efc19=_0x70a4aa;this['disposeWithMe'](this[_0x4efc19(0x3b1)][_0x4efc19(0x4a0)]['subscribe'](_0x451423=>{const _0x3df6fc=_0x4efc19;this[_0x3df6fc(0x2d2)][_0x3df6fc(0x4bf)](_0x451423);}));}};Li=Bn([Z(0x0,Wn),Z(0x1,_0xfdc36d(_0x4fa815))],Li);const Ri=_0x76c52f=>(_0x76c52f[_0x70a4aa(0x3f9)]=!0x1,_0x76c52f[_0x70a4aa(0x199)]=!0x0,_0x76c52f[_0x70a4aa(0x4bc)][_0x70a4aa(0x395)](_0x548deb=>{const _0x24c0df=_0x70a4aa;_0x548deb[_0x24c0df(0x1ef)]=!0x0;}),_0x76c52f[_0x70a4aa(0x3d2)]={'show':!0x1,'axisPointer':{'type':_0x70a4aa(0x2e0)}},_0x76c52f[_0x70a4aa(0x40e)]&&(_0x76c52f['legend'][_0x70a4aa(0x37f)]=!0x1),_0x76c52f);function zi(_0x4ae06e,_0x330be6){const _0x4e013a=_0x70a4aa;let _0x45541e=_0x4ae06e['getRuntimeContext'](_0x330be6);return _0x406358({..._0x4ae06e['style'],'runtime':_0x45541e,'direction':_0x330be6},_0x4ae06e[_0x4e013a(0x353)]);}let Bi=class extends _0xc50824{constructor(_0x2467fe,_0x54cc28,_0x20f6ad,_0x1dda6c,_0x2cda6a,_0x5ab696,_0x42760d,_0x22702b,_0x33c20d,_0x2244b1,_0x96d51e){const _0x5609cc=_0x70a4aa;super(),this[_0x5609cc(0x254)]=_0x2467fe,this[_0x5609cc(0x439)]=_0x54cc28,this['_chartModelService']=_0x20f6ad,this[_0x5609cc(0x243)]=_0x1dda6c,this[_0x5609cc(0x1de)]=_0x2cda6a,this[_0x5609cc(0x420)]=_0x5ab696,this[_0x5609cc(0x212)]=_0x42760d,this[_0x5609cc(0x4ea)]=_0x22702b,this['_chartThemeService']=_0x33c20d,this['_themeService']=_0x2244b1,this[_0x5609cc(0x2f3)]=_0x96d51e,X(this,_0x5609cc(0x2ca),new Map()),X(this,'_chartInstanceMap',new Map()),X(this,_0x5609cc(0x42c),null),X(this,_0x5609cc(0x325),new Map()),X(this,_0x5609cc(0x1d5),new Map());let _0x48bfc8=!0x0,_0x5cd219=_0x27f1a2(this[_0x5609cc(0x4ea)]);_0x5cd219[_0x5609cc(0x4bb)]===0x1&&_0x5cd219[0x0]===_0x5609cc(0x250)&&(_0x48bfc8=!0x1);let _0xc9e699=this[_0x5609cc(0x2f3)]['getConfig'](_0x23019a);this['registerRenderModel'](_0x19cd85,new _0x463646(_0x48bfc8,{'wordCloudRenderConfig':_0xc9e699==null?void 0x0:_0xc9e699[_0x5609cc(0x4e0)]})),this[_0x5609cc(0x497)]();}[_0x70a4aa(0x2e8)](){const _0x15040d=_0x70a4aa;let _0x4da935=!0x0,_0x199393=_0x27f1a2(this[_0x15040d(0x4ea)]);return _0x199393[_0x15040d(0x4bb)]===0x1&&_0x199393[0x0]===_0x15040d(0x250)&&(_0x4da935=!0x1),_0x4da935;}[_0x70a4aa(0x1b8)](_0x284f47,_0x5b558e){const _0x383767=_0x70a4aa;this[_0x383767(0x2ca)][_0x383767(0x249)](_0x284f47,_0x5b558e),this['_currentModel']=_0x5b558e;}['setRenderModel'](_0xd5b392){const _0x25f11f=_0x70a4aa;let _0x965c6b=this[_0x25f11f(0x2ca)][_0x25f11f(0x3c8)](_0xd5b392);_0x965c6b&&(this[_0x25f11f(0x42c)]=_0x965c6b);}[_0x70a4aa(0x317)](_0x179b1f,_0x144545){const _0x50d2cc=_0x70a4aa;let _0x147912=this[_0x50d2cc(0x439)][_0x50d2cc(0x323)](_0x179b1f);if(!(_0x144545[_0x50d2cc(0x31a)]===void 0x0||_0x144545[_0x50d2cc(0x34e)]===void 0x0)&&_0x147912){var _0x5512ec;let {subUnitId:_0x484bd7}=_0x147912,_0x31f598=(_0x5512ec=this[_0x50d2cc(0x1de)][_0x50d2cc(0x46c)](_0x125f1a[_0x50d2cc(0x1ea)]))==null?void 0x0:_0x5512ec[_0x50d2cc(0x19a)]();if((_0x31f598==null?void 0x0:_0x31f598['getSheetId']())===_0x484bd7){let {width:_0x5d30f7,height:_0x583813}=_0x144545,_0x5501f1=this['_chartModelService'][_0x50d2cc(0x409)](_0x179b1f),_0x4400f3=_0x5501f1==null?void 0x0:_0x5501f1[_0x50d2cc(0x4d3)];if(Math[_0x50d2cc(0x2ea)](_0x5d30f7-((_0x4400f3==null?void 0x0:_0x4400f3['width'])||0x0))>0x1||Math[_0x50d2cc(0x2ea)](_0x583813-((_0x4400f3==null?void 0x0:_0x4400f3[_0x50d2cc(0x34e)])||0x0))>0x1){_0x5501f1==null||_0x5501f1[_0x50d2cc(0x27c)]({..._0x4400f3,'width':_0x5d30f7,'height':_0x583813});let _0x5e36e3=this[_0x50d2cc(0x1cc)][_0x50d2cc(0x3c8)](_0x179b1f);if(_0x5e36e3){var _0x5d1e86,_0x2444b2;let _0x38441e=(_0x5d1e86=_0x147912[_0x50d2cc(0x43d)])==null?_0x179b1f:_0x5d1e86,_0x19dbc4=(_0x2444b2=document[_0x50d2cc(0x4f2)](_0x38441e))==null?void 0x0:_0x2444b2[_0x50d2cc(0x1a5)]('.chart-host');_0x19dbc4&&(_0x19dbc4['style'][_0x50d2cc(0x31a)]=_0x5d30f7-0x10+'px',_0x19dbc4['style']['height']=_0x583813-0x10+'px',_0x5e36e3[_0x50d2cc(0x3e3)]());}}}}}[_0x70a4aa(0x203)](_0x4ed95b,_0x1f1354,_0x45c3be=0x0){const _0x4233c0=_0x70a4aa;let _0x2e619e=this[_0x4233c0(0x1d5)]['get'](_0x4ed95b);_0x2e619e||(_0x2e619e=_0x4e759b(_0x116622=>{const _0x11ea98=_0x4233c0;this[_0x11ea98(0x317)](_0x4ed95b,_0x116622);},_0x45c3be),this[_0x4233c0(0x1d5)][_0x4233c0(0x249)](_0x4ed95b,_0x2e619e)),_0x2e619e(_0x1f1354);}[_0x70a4aa(0x497)](){const _0x5971f7=_0x70a4aa;let _0x1f1ce4=this[_0x5971f7(0x325)],_0x203675=_0xa71940=>{const _0x5c27b6=_0x5971f7;if(!_0x1f1ce4[_0x5c27b6(0x489)](_0xa71940)){let _0x56f694=_0x4e759b((_0x286afb,_0x12a2be,_0x249e41,_0x53324b)=>{const _0x1044a6=_0x5c27b6;var _0x5312e0,_0x4203cc;if(!_0x249e41)return;(_0x5312e0=_0x249e41[_0x1044a6(0x3d8)])==null||_0x5312e0[_0x1044a6(0x424)][_0x1044a6(0x395)]((_0xbc91b7,_0x3be737)=>{const _0x465509=_0x1044a6;_0xbc91b7[_0x465509(0x43f)]||(_0xbc91b7[_0x465509(0x43f)]=this[_0x465509(0x212)]['t'](_0x465509(0x506))+'\x20'+(_0x3be737+0x1));}),_0x249e41[_0x1044a6(0x4bc)][_0x1044a6(0x395)]((_0x664f40,_0x5d6fc6)=>{const _0x329e9f=_0x1044a6;_0x664f40['name']||(_0x664f40[_0x329e9f(0x4aa)]=this['_localeService']['t'](_0x329e9f(0x355))+'\x20'+(_0x5d6fc6+0x1));});let _0x1bc3a3=zi(_0x286afb,_0x53324b),_0x3ff4e8=(_0x4203cc=this[_0x1044a6(0x1de)][_0x1044a6(0x46c)](_0x125f1a['UNIVER_SHEET']))==null?void 0x0:_0x4203cc[_0x1044a6(0x19a)]();(_0x3ff4e8==null?void 0x0:_0x3ff4e8[_0x1044a6(0x320)]())===_0x12a2be&&this['render'](_0x286afb['id'],_0x249e41,_0x1bc3a3);},0x11);_0x1f1ce4[_0x5c27b6(0x249)](_0xa71940,_0x56f694);}return _0x1f1ce4[_0x5c27b6(0x3c8)](_0xa71940);};this[_0x5971f7(0x415)](this[_0x5971f7(0x1de)]['focused$'][_0x5971f7(0x24e)](_0x23edbd=>{const _0xbfb49c=_0x5971f7;let _0x122741=this[_0xbfb49c(0x1de)][_0xbfb49c(0x46c)](_0x125f1a[_0xbfb49c(0x1ea)]);if(_0x23edbd&&_0x122741&&_0x122741[_0xbfb49c(0x2d4)]()===_0x23edbd){var _0x390e78;let _0x339d74=_0x122741[_0xbfb49c(0x19a)]()[_0xbfb49c(0x320)](),_0x15477c=this['_drawingManagerService'][_0xbfb49c(0x3fb)](_0x23edbd,_0x339d74);if(!((_0x390e78=this[_0xbfb49c(0x420)][_0xbfb49c(0x390)](_0x23edbd))!=null&&_0x390e78[_0xbfb49c(0x495)](_0x43d567)[_0xbfb49c(0x476)](_0x339d74)))return;if(_0x15477c)for(let _0x25d487 in _0x15477c){let {drawingId:_0x13e60f}=_0x15477c[_0x25d487],_0x1b903d=this[_0xbfb49c(0x2d2)][_0xbfb49c(0x409)](_0x13e60f);_0x1b903d&&_0x203675(_0x1b903d['id'])(_0x1b903d,_0x339d74,_0x1b903d[_0xbfb49c(0x3cb)],this['_localeService'][_0xbfb49c(0x4e1)]());}}})),this[_0x5971f7(0x415)](this[_0x5971f7(0x3ab)][_0x5971f7(0x367)][_0x5971f7(0x24e)](()=>{const _0x2817c8=_0x5971f7;var _0x5159af;let _0x44287f=this['_univerInstanceService'][_0x2817c8(0x46c)](_0x125f1a[_0x2817c8(0x1ea)]);if(!_0x44287f)return;let _0x56efde=_0x44287f[_0x2817c8(0x2d4)](),_0x1d6fba=_0x44287f['getActiveSheet']()['getSheetId'](),_0x2cdf9c=this[_0x2817c8(0x243)][_0x2817c8(0x3fb)](_0x56efde,_0x1d6fba);if((_0x5159af=this[_0x2817c8(0x420)][_0x2817c8(0x390)](_0x56efde))!=null&&_0x5159af[_0x2817c8(0x495)](_0x43d567)[_0x2817c8(0x476)](_0x1d6fba)&&_0x2cdf9c)for(let _0x4fd8a2 in _0x2cdf9c){let {drawingId:_0x746db3}=_0x2cdf9c[_0x4fd8a2],_0x1b776a=this[_0x2817c8(0x2d2)]['getChartModel'](_0x746db3);_0x1b776a&&_0x203675(_0x1b776a['id'])(_0x1b776a,_0x1d6fba,_0x1b776a[_0x2817c8(0x3cb)],this[_0x2817c8(0x212)][_0x2817c8(0x4e1)]());}})),this[_0x5971f7(0x415)](this['_drawingManagerService']['add$'][_0x5971f7(0x24e)](_0x3263ec=>{const _0x41423b=_0x5971f7;_0x3263ec[_0x41423b(0x395)](_0x2b5a26=>{const _0x559a0c=_0x41423b;var _0x3e91e2,_0x5004f3,_0xa14855;let {drawingId:_0x48999b,unitId:_0xf963b5,subUnitId:_0x38f6e2}=_0x2b5a26;if(!((_0x3e91e2=this['_renderManagerService'][_0x559a0c(0x390)](_0xf963b5))!=null&&_0x3e91e2['with'](_0x43d567)[_0x559a0c(0x476)](_0x38f6e2)))return;let {drawingType:_0x3006b8}=this[_0x559a0c(0x243)]['getDrawingByParam'](_0x2b5a26);if(_0x3006b8!==_0x19ceb2['DRAWING_CHART'])return;let _0x1652fa=this[_0x559a0c(0x439)]['getFloatDomInfo'](_0x48999b),_0x5e4352=(_0x5004f3=_0x1652fa==null?void 0x0:_0x1652fa[_0x559a0c(0x43d)])==null?_0x48999b:_0x5004f3,_0x56ab38=_0x1652fa==null?void 0x0:_0x1652fa['rect'],_0x128617=(_0xa14855=this['_renderManagerService']['getRenderById'](_0xf963b5))==null?void 0x0:_0xa14855['scene'];_0x56ab38&&this[_0x559a0c(0x415)](_0x56ab38==null?void 0x0:_0x56ab38['onTransformChange$'][_0x559a0c(0x1b4)](_0x22baaa=>{let {type:_0x38ff9a,value:_0x20f4ce}=_0x22baaa;if(_0xd3f344['resize']===_0x38ff9a||_0xd3f344['all']===_0x38ff9a){let {width:_0x4148b9,height:_0x27a3d5}=_0x20f4ce;this['_debounceHandle'](_0x48999b,{'width':_0x4148b9,'height':_0x27a3d5},0x64);}})),_0x128617&&this['disposeWithMe'](_0x128617['onTransformChange$'][_0x559a0c(0x1b4)](_0x3e41c7=>{const _0xf77aef=_0x559a0c;var _0x35e500;if(_0x3e41c7[_0xf77aef(0x321)]!==_0xd3f344[_0xf77aef(0x346)])return;let _0x47a2cf=(_0x35e500=document[_0xf77aef(0x4f2)](_0x5e4352))==null?void 0x0:_0x35e500['querySelector'](_0xf77aef(0x22b));if(_0x47a2cf){let _0x3781ca=_0x47a2cf[_0xf77aef(0x39b)][_0xf77aef(0x4d3)];this[_0xf77aef(0x203)](_0x48999b,{'width':Number[_0xf77aef(0x224)](_0x3781ca[_0xf77aef(0x31a)],0xa),'height':Number[_0xf77aef(0x224)](_0x3781ca[_0xf77aef(0x34e)],0xa)});}}));let _0x3d9e8f=this[_0x559a0c(0x2d2)]['getChartModel'](_0x48999b);_0x3d9e8f&&this['disposeWithMe'](_0x50defd([_0x3d9e8f[_0x559a0c(0x2cd)],_0x3d9e8f[_0x559a0c(0x263)],this[_0x559a0c(0x212)][_0x559a0c(0x2d1)]])[_0x559a0c(0x24e)](([_0x56c164,_0x44d895,_0x4a6ef6])=>{_0x203675(_0x3d9e8f['id'])(_0x3d9e8f,_0x38f6e2,_0x56c164,_0x4a6ef6);}));});})),this[_0x5971f7(0x415)](_0x50defd([this[_0x5971f7(0x243)][_0x5971f7(0x350)]])[_0x5971f7(0x24e)](([_0x184c29])=>{_0x184c29['forEach'](_0x3324fc=>{const _0x1665fd=_0x45c2;let {drawingId:_0x49e123}=_0x3324fc;this[_0x1665fd(0x1cc)][_0x1665fd(0x3c8)](_0x49e123)&&this['_chartInstanceMap'][_0x1665fd(0x369)](_0x49e123);});}));}[_0x70a4aa(0x308)](_0x421d33){const _0x194b22=_0x70a4aa;let _0x582400=this[_0x194b22(0x2ca)][_0x194b22(0x3c8)](_0x421d33),_0x438b10=this[_0x194b22(0x2e8)]();return _0x582400&&_0x582400[_0x194b22(0x39a)](_0x438b10),_0x582400;}async[_0x70a4aa(0x2ee)](_0x204ea8){const _0x1c42f2=_0x70a4aa;var _0x65041d;let _0x33c19c=this[_0x1c42f2(0x1cc)],_0x27c7f6=this[_0x1c42f2(0x42c)];if(_0x33c19c[_0x1c42f2(0x489)](_0x204ea8)&&this[_0x1c42f2(0x254)]['checkHost'](_0x204ea8))return _0x33c19c[_0x1c42f2(0x3c8)](_0x204ea8);let _0x22b7ff=_0x27c7f6[_0x1c42f2(0x4d7)]();_0x33c19c[_0x1c42f2(0x249)](_0x204ea8,_0x22b7ff);let _0x303e33=await this[_0x1c42f2(0x254)]['ensureHost'](_0x204ea8);return _0x22b7ff[_0x1c42f2(0x22c)](_0x303e33[_0x1c42f2(0x3c6)]),(_0x65041d=_0x22b7ff[_0x1c42f2(0x38d)])==null||_0x65041d[_0x1c42f2(0x391)](_0x22b7ff,()=>{const _0x50a031=_0x1c42f2;var _0x431173;return(_0x431173=_0x303e33[_0x50a031(0x1ce)])==null?void 0x0:_0x431173[_0x50a031(0x391)](_0x303e33);}),_0x22b7ff;}[_0x70a4aa(0x2f2)](_0x4d39fa){return this['_getChartRenderSkipReason'](_0x4d39fa)==null;}[_0x70a4aa(0x21d)](_0x5d5203){const _0x4f634e=_0x70a4aa;var _0x133681;let _0x467163=this[_0x4f634e(0x439)][_0x4f634e(0x323)](_0x5d5203);if(!_0x467163)return _0x4f634e(0x4f5);let {subUnitId:_0x1e4ba9}=_0x467163,_0xa93f9=(_0x133681=this['_univerInstanceService']['getCurrentUnitOfType'](_0x125f1a[_0x4f634e(0x1ea)]))==null?void 0x0:_0x133681[_0x4f634e(0x19a)]();if(!_0xa93f9)return _0x4f634e(0x3c9);if(_0xa93f9['getSheetId']()!==_0x1e4ba9)return'inactive-sheet';}async[_0x70a4aa(0x2e1)](_0x1e940f,_0x49ed73,_0x54571d){const _0xc9b191=_0x70a4aa;var _0x14b530,_0x178e3e;let _0x5e0698=this['getRenderModel'](_0x19cd85);if(!_0x5e0698||this['_getChartRenderSkipReason'](_0x1e940f))return;let _0x393dbf=await this[_0xc9b191(0x2ee)](_0x1e940f),_0x2809f6=this['_chartHostProvider'][_0xc9b191(0x32f)](_0x1e940f),_0xa1abcc=_0x5e0698[_0xc9b191(0x370)](_0x5e0698['toSpec'](_0x49ed73,_0x54571d),{'chartConfig':_0x49ed73,'chartStyle':_0x54571d,'chartInstance':_0x393dbf},_0x2809f6),_0x224316=_0x54571d[_0xc9b191(0x27b)]?this[_0xc9b191(0x207)][_0xc9b191(0x1d2)](_0x54571d[_0xc9b191(0x27b)]):this[_0xc9b191(0x207)][_0xc9b191(0x226)]();this[_0xc9b191(0x254)][_0xc9b191(0x3e6)](_0x1e940f,{'stroke':(_0x14b530=_0x54571d['borderColor'])==null?_0x224316[_0xc9b191(0x27b)][_0xc9b191(0x4b6)]:_0x14b530,'fill':(_0x178e3e=_0x54571d['backgroundColor'])==null?_0xe43ceb['backgroundColor']:_0x178e3e}),this['_chartHostProvider'][_0xc9b191(0x4d6)](_0x1e940f)&&_0x393dbf[_0xc9b191(0x2e1)]({..._0xa1abcc});}async[_0x70a4aa(0x347)](_0x5d74ac,_0x153f44,_0x43f73c){const _0x2c38d3=_0x70a4aa;var _0x1126b0,_0x225a5a;let _0x421253=this['_chartModelService'][_0x2c38d3(0x409)](_0x5d74ac),_0x567e84=this['_renderModelMap'][_0x2c38d3(0x3c8)](_0x19cd85);if(!_0x421253||!_0x567e84)return;let _0x57f901=Hn(_0x43f73c[_0x2c38d3(0x31a)],_0x43f73c[_0x2c38d3(0x34e)]);_0x153f44[_0x2c38d3(0x2a2)](_0x57f901);let _0x22fde6=_0x4e4d5e[_0x2c38d3(0x2e3)](_0x57f901,null,{'devicePixelRatio':window[_0x2c38d3(0x29b)]||0x1}),_0x1f128d=_0x421253[_0x2c38d3(0x3cb)],_0x4d8e1c=zi(_0x421253,this[_0x2c38d3(0x212)][_0x2c38d3(0x4e1)]()),_0x37137f=_0x567e84['stylizeSpec'](_0x567e84[_0x2c38d3(0x418)](_0x1f128d,_0x4d8e1c),{'chartConfig':_0x1f128d,'chartStyle':_0x4d8e1c,'chartInstance':_0x22fde6},_0x43f73c),_0x31b6f0=_0x4d8e1c['theme']?this['_chartThemeService'][_0x2c38d3(0x1d2)](_0x4d8e1c[_0x2c38d3(0x27b)]):this[_0x2c38d3(0x207)]['getDefaultTheme']();_0x153f44[_0x2c38d3(0x4d3)][_0x2c38d3(0x20c)]='1px\x20solid\x20'+((_0x1126b0=_0x4d8e1c[_0x2c38d3(0x4b6)])==null?_0x31b6f0[_0x2c38d3(0x27b)]['borderColor']:_0x1126b0),_0x153f44[_0x2c38d3(0x4d3)][_0x2c38d3(0x359)]=this[_0x2c38d3(0x207)][_0x2c38d3(0x1b3)]((_0x225a5a=_0x4d8e1c[_0x2c38d3(0x359)])==null?_0xe43ceb[_0x2c38d3(0x359)]:_0x225a5a),_0x153f44[_0x2c38d3(0x4d3)][_0x2c38d3(0x302)]=_0x2c38d3(0x1f2),_0x22fde6[_0x2c38d3(0x4da)](),_0x22fde6['setOption'](Ri(_0x37137f),!0x0);}[_0x70a4aa(0x1ce)](){const _0x58a403=_0x70a4aa;this[_0x58a403(0x1cc)][_0x58a403(0x4da)](),this[_0x58a403(0x42c)]=null,this['_renderModelMap'][_0x58a403(0x395)](_0x43af6e=>_0x43af6e[_0x58a403(0x1ce)]()),this['_renderModelMap'][_0x58a403(0x4da)](),this[_0x58a403(0x325)][_0x58a403(0x4da)](),this[_0x58a403(0x1d5)][_0x58a403(0x4da)]();}};Bi=Bn([Z(0x0,Wn),Z(0x1,_0xfdc36d(_0x5294dc)),Z(0x2,_0xfdc36d(_0x4fa815)),Z(0x3,_0x4c9599),Z(0x4,_0x17d34),Z(0x5,_0xfdc36d(_0x5ea012)),Z(0x6,_0xfdc36d(_0x13b077)),Z(0x7,_0xfdc36d(_0xe0ce08)),Z(0x8,_0xfdc36d(_0x56130b)),Z(0x9,_0xfdc36d(_0x28a3f1)),Z(0xa,_0x178404)],Bi);let Vi=class extends _0xc50824{constructor(_0x359c0a,_0x13b15c,_0x233fc2,_0xb5138){const _0x3dfa4e=_0x70a4aa;super(),this[_0x3dfa4e(0x2d2)]=_0x359c0a,this['_chartRenderService']=_0x13b15c,this[_0x3dfa4e(0x212)]=_0x233fc2,this[_0x3dfa4e(0x3b6)]=_0xb5138,X(this,_0x3dfa4e(0x4e3),new Map()),this[_0x3dfa4e(0x4c3)](),this[_0x3dfa4e(0x49b)]();}['_init'](){const _0x31a164=_0x70a4aa;this[_0x31a164(0x415)](this[_0x31a164(0x2d2)][_0x31a164(0x30d)][_0x31a164(0x24e)](_0x5a7930=>{const _0xec678f=_0x31a164;if(_0x5a7930){let _0x55b31a=new _0xf07158();_0x55b31a[_0xec678f(0x312)](_0x5a7930[_0xec678f(0x2cd)]['pipe'](_0x2d4031(_0x5a7930[_0xec678f(0x263)]),_0x2d4031(this['_localeService']['direction$']),_0x33ffec(0x64))[_0xec678f(0x24e)](([[_0xf222d8,_0x183562],_0x24f2f7])=>{const _0x5222dc=_0xec678f;var _0x4ebc71;if(!_0xf222d8)return;(_0x4ebc71=_0xf222d8[_0x5222dc(0x3d8)])==null||_0x4ebc71[_0x5222dc(0x424)][_0x5222dc(0x395)]((_0x147009,_0x1e9ec6)=>{const _0x57a939=_0x5222dc;_0x147009[_0x57a939(0x43f)]||(_0x147009[_0x57a939(0x43f)]=this[_0x57a939(0x212)]['t'](_0x57a939(0x506))+'\x20'+(_0x1e9ec6+0x1));}),_0xf222d8[_0x5222dc(0x4bc)][_0x5222dc(0x395)]((_0x7da41c,_0x13ec9c)=>{const _0x3fd615=_0x5222dc;_0x7da41c['name']||(_0x7da41c[_0x3fd615(0x4aa)]=this['_localeService']['t'](_0x3fd615(0x355))+'\x20'+(_0x13ec9c+0x1));});let _0x35e75a=zi(_0x5a7930,_0x24f2f7);this['_chartRenderService'][_0x5222dc(0x2e1)](_0x5a7930['id'],_0xf222d8,_0x35e75a);})),_0x5a7930[_0xec678f(0x38d)](()=>{_0x55b31a['dispose']();});}}));}['_listenChartUpdateMutations'](){const _0xab874e=_0x70a4aa;this[_0xab874e(0x415)](this['_commandService']['onCommandExecuted'](_0x419a6e=>{const _0x692b43=_0xab874e;if(_0x419a6e['id']!==_0x314476['id'])return;let _0x104963=_0x419a6e[_0x692b43(0x386)];_0x104963!=null&&_0x104963[_0x692b43(0x1ba)]&&Promise['resolve']()[_0x692b43(0x2a0)](()=>this[_0x692b43(0x296)](_0x104963));}));}[_0x70a4aa(0x296)](_0x542d6c){const _0x37adaf=_0x70a4aa;let _0x4ba1ec=this[_0x37adaf(0x2d2)][_0x37adaf(0x409)](_0x542d6c[_0x37adaf(0x1ba)]);if(!_0x4ba1ec||_0x4ba1ec['chartType']!==_0x249b61['WordCloud'])return;let _0x27e068=_0x4ba1ec[_0x37adaf(0x3cb)];if(!_0x27e068){this['_renderWhenConfigReady'](_0x4ba1ec);return;}this[_0x37adaf(0x248)](_0x4ba1ec,_0x27e068);}[_0x70a4aa(0x4e9)](_0xbc50b4){const _0x53af64=_0x70a4aa;if(this[_0x53af64(0x4e3)][_0x53af64(0x3c8)](_0xbc50b4['id']))return;let _0x16b7d7=_0xbc50b4[_0x53af64(0x2cd)][_0x53af64(0x4ce)](_0x5be31a(_0x22dbfb=>_0x22dbfb!=null),_0x2fe9fb(0x1))[_0x53af64(0x24e)](_0x1d46ae=>{const _0x42d230=_0x53af64;this['_pendingMutationConfigRenders'][_0x42d230(0x369)](_0xbc50b4['id']),this[_0x42d230(0x248)](_0xbc50b4,_0x1d46ae);});this['_pendingMutationConfigRenders'][_0x53af64(0x249)](_0xbc50b4['id'],_0x16b7d7),_0xbc50b4[_0x53af64(0x38d)](()=>{const _0x5ad61e=_0x53af64;_0x16b7d7[_0x5ad61e(0x1e9)](),this['_pendingMutationConfigRenders']['delete'](_0xbc50b4['id']);});}[_0x70a4aa(0x248)](_0x4d5a48,_0x1bf902){const _0x4cddf2=_0x70a4aa;let _0x363e99=zi(_0x4d5a48,this[_0x4cddf2(0x212)]['getDirection']());this[_0x4cddf2(0x25f)][_0x4cddf2(0x2e1)](_0x4d5a48['id'],_0x1bf902,_0x363e99);}};Vi=Bn([Z(0x0,_0xfdc36d(_0x4fa815)),Z(0x1,_0xfdc36d(Bi)),Z(0x2,_0xfdc36d(_0x13b077)),Z(0x3,_0x366976)],Vi);let Hi=class extends _0xc50824{constructor(_0x10ac65,_0x1070db,_0x4e8af6,_0x44e864){const _0x3a2b7d=_0x70a4aa;super(),this[_0x3a2b7d(0x1de)]=_0x10ac65,this['_sheetInterceptorService']=_0x1070db,this['_sheetDrawingService']=_0x4e8af6,this[_0x3a2b7d(0x2d2)]=_0x44e864,this[_0x3a2b7d(0x4e4)]();}[_0x70a4aa(0x4e4)](){const _0x19b4a6=_0x70a4aa;this[_0x19b4a6(0x415)](this[_0x19b4a6(0x505)][_0x19b4a6(0x361)]({'getMutations':_0x5227e7=>{const _0x3c17ce=_0x19b4a6;if(_0x5227e7['id']===_0x2bb35d['id']){let _0x4131d7=_0x54943c(this[_0x3c17ce(0x1de)],_0x5227e7[_0x3c17ce(0x386)]);if(!_0x4131d7)return{'redos':[],'undos':[]};let {unitId:_0x3bb9b4,subUnitId:_0x3bf87c}=_0x4131d7,_0x194b53=this[_0x3c17ce(0x247)][_0x3c17ce(0x3fb)](_0x3bb9b4,_0x3bf87c),_0x5ac158=Object[_0x3c17ce(0x1a8)](_0x194b53)['filter'](_0x26b5a8=>_0x26b5a8[_0x3c17ce(0x2a9)]===_0x19ceb2[_0x3c17ce(0x3b2)]);if(_0x5ac158[_0x3c17ce(0x4bb)]===0x0)return{'redos':[],'undos':[]};let _0x36418c=[],_0x3f57fb=[];for(let _0x5b92f7=0x0;_0x5b92f7<_0x5ac158[_0x3c17ce(0x4bb)];_0x5b92f7++){let _0x94d2d7=_0x5ac158[_0x5b92f7],_0x591277=this['_chartModelService'][_0x3c17ce(0x409)](_0x94d2d7['drawingId']);if(!_0x591277)continue;let {rangeInfo:_0x7f649c,isRowDirection:_0x14e9ed}=_0x591277[_0x3c17ce(0x3d9)][_0x3c17ce(0x4c8)](),{chartType:_0x5c0340,context:_0xee4f70,style:_0x3f4eb7,dataAggregation:_0x549b90}=_0x591277[_0x3c17ce(0x29c)](),{redo:_0x1275c6,undo:_0x4de316,objects:_0x6e87d2}=this['_sheetDrawingService'][_0x3c17ce(0x4ee)]([_0x94d2d7]);_0x36418c['push']({'id':_0x5b577a['id'],'params':{'unitId':_0x3bb9b4,'subUnitId':_0x3bf87c,'chartId':_0x94d2d7[_0x3c17ce(0x326)]}}),_0x36418c['push']({'id':_0x13ab27['id'],'params':{'unitId':_0x3bb9b4,'subUnitId':_0x3bf87c,'type':_0x3f7b6d[_0x3c17ce(0x2ab)],'op':_0x1275c6,'objects':_0x6e87d2}}),_0x3f57fb['push']({'id':_0x13ab27['id'],'params':{'unitId':_0x3bb9b4,'subUnitId':_0x3bf87c,'type':_0x3f7b6d['INSERT'],'op':_0x4de316,'objects':_0x6e87d2}}),_0x3f57fb[_0x3c17ce(0x432)]({'id':_0x2be4c8['id'],'params':{'unitId':_0x3bb9b4,'subUnitId':_0x3bf87c,'chartId':_0x94d2d7[_0x3c17ce(0x326)],'chartType':_0x5c0340,'range':_0x7f649c[_0x3c17ce(0x1f7)],'rangeUnitId':_0x7f649c[_0x3c17ce(0x496)],'rangeSubUnitId':_0x7f649c[_0x3c17ce(0x42a)],'isRowDirection':_0x14e9ed,'context':_0xee4f70,'style':_0x3f4eb7,'dataAggregation':_0x549b90}});}return{'redos':_0x36418c,'undos':_0x3f57fb};}else{if(_0x5227e7['id']===_0x53bca3['id']){let {unitId:_0x4c8540,subUnitId:_0x30e278,targetSubUnitId:_0x2596df}=_0x5227e7[_0x3c17ce(0x386)];if(!_0x4c8540||!_0x30e278||!_0x2596df)return{'redos':[],'undos':[]};let _0x481070=this[_0x3c17ce(0x247)]['getDrawingData'](_0x4c8540,_0x30e278),_0x484eb6=Object[_0x3c17ce(0x1a8)](_0x481070)[_0x3c17ce(0x475)](_0x55e0a4=>_0x55e0a4[_0x3c17ce(0x2a9)]===_0x19ceb2[_0x3c17ce(0x3b2)]);if(_0x484eb6['length']===0x0)return{'redos':[],'undos':[]};let _0x28c677=[],_0x5b8dfc=[];for(let _0x316744=0x0;_0x316744<_0x484eb6[_0x3c17ce(0x4bb)];_0x316744++){let _0x43a9a9=_0x484eb6[_0x316744],_0x318532=this['_chartModelService'][_0x3c17ce(0x409)](_0x43a9a9['drawingId']);if(!_0x318532)continue;let _0x5c473b=_0x44e212(),_0x371ee4={..._0x43a9a9,'unitId':_0x4c8540,'subUnitId':_0x2596df,'drawingId':_0x5c473b},{rangeInfo:_0x1fe24a,isRowDirection:_0x305ae1}=_0x318532[_0x3c17ce(0x3d9)][_0x3c17ce(0x4c8)](),{chartType:_0x50e07d,context:_0x53c61f,style:_0x102cf3,dataAggregation:_0x3887e3}=_0x318532[_0x3c17ce(0x29c)](),{redo:_0x289956,undo:_0xdec0d6,objects:_0x433d0f}=this[_0x3c17ce(0x247)][_0x3c17ce(0x4d1)]([_0x371ee4]);_0x28c677[_0x3c17ce(0x432)]({'id':_0x13ab27['id'],'params':{'unitId':_0x4c8540,'subUnitId':_0x2596df,'type':_0x3f7b6d[_0x3c17ce(0x273)],'op':_0x289956,'objects':_0x433d0f}}),_0x28c677[_0x3c17ce(0x432)]({'id':_0x2be4c8['id'],'params':{'unitId':_0x4c8540,'subUnitId':_0x2596df,'chartId':_0x5c473b,'chartType':_0x50e07d,'range':_0x1fe24a[_0x3c17ce(0x1f7)],'isRowDirection':_0x305ae1,'context':_0x53c61f,'style':_0x102cf3,'dataAggregation':_0x3887e3}}),_0x5b8dfc['push']({'id':_0x5b577a['id'],'params':{'unitId':_0x4c8540,'subUnitId':_0x2596df,'chartId':_0x5c473b}}),_0x5b8dfc[_0x3c17ce(0x432)]({'id':_0x13ab27['id'],'params':{'unitId':_0x4c8540,'subUnitId':_0x2596df,'type':_0x3f7b6d[_0x3c17ce(0x2ab)],'op':_0xdec0d6,'objects':_0x433d0f}});}return{'redos':_0x28c677,'undos':_0x5b8dfc};}}return{'redos':[],'undos':[]};}}));}};Hi=Bn([Z(0x0,_0xfdc36d(_0x17d34)),Z(0x1,_0xfdc36d(_0x32a24f)),Z(0x2,_0xfdc36d(_0x2d61bc)),Z(0x3,_0xfdc36d(_0x4fa815))],Hi);const Ui=_0x61e6e5=>_0x41c7d3[_0x70a4aa(0x198)](_0x5382bb=>_0x61e6e5['includes'](_0x5382bb)),Wi=_0x8cefa6=>!_0x8cefa6,Gi=_0x587bac=>!!Ui(_0x587bac)&&_0x587bac[_0x70a4aa(0x405)]('_('),Ki=_0x2ea586=>!!Ui(_0x2ea586)&&!_0x2ea586[_0x70a4aa(0x405)]('_('),qi=(_0x1f5e8c,_0x37d901=0x0)=>{const _0x58a4e6=_0x70a4aa;var _0xedcc37;return _0x1f5e8c?(_0xedcc37=_0x4ff0e7[_0x58a4e6(0x349)](_0x1f5e8c)[_0x58a4e6(0x41a)])==null?_0x37d901:_0xedcc37:_0x37d901;},Ji=_0x1aaa52=>Array(Math['min'](Math[_0x70a4aa(0x1aa)](0x0,Number(_0x1aaa52)),0x1e))['fill'](0x0)['join'](''),Yi=(_0xf5a810,_0x10a3a1)=>_0xf5a810[_0x70a4aa(0x3fd)](';')['map'](_0x247a1d=>/\.0?/[_0x70a4aa(0x3a3)](_0x247a1d)?_0x247a1d['replace'](/\.0*/g,''+(_0x10a3a1>0x0?'.':'')+Ji(Number(_0x10a3a1||0x0))):/0[^0]?/[_0x70a4aa(0x3a3)](_0x247a1d)?_0x247a1d[_0x70a4aa(0x252)](/0[^0]+|0$/,'0'+(_0x10a3a1>0x0?'.':'')+Ji(Number(_0x10a3a1||0x0))):_0x247a1d)[_0x70a4aa(0x399)](';'),Xi=()=>jr['map'](_0x4c883a=>({'label':_0x4c883a[_0x70a4aa(0x43f)],'value':_0x4c883a[_0x70a4aa(0x209)],'color':_0x4c883a[_0x70a4aa(0x4d4)]})),Zi=_0x4d35bb=>Xi()[_0x70a4aa(0x22f)](_0x2ae500=>_0x3c5c01(_0x2ae500['value'],_0x4d35bb)),Qi=()=>Ar[_0x70a4aa(0x474)](_0xd9f945=>({'label':_0xd9f945[_0x70a4aa(0x43f)],'value':_0xd9f945['suffix']})),$i=_0x2a5a6f=>{const _0x306bb0=_0x70a4aa;let _0x1a7a18=_0x4ff0e7[_0x306bb0(0x349)](_0x2a5a6f);return Qi()[_0x306bb0(0x474)](_0x354605=>_0x354605[_0x306bb0(0x33c)])[_0x306bb0(0x406)](_0x2a5a6f)||['date','datetime',_0x306bb0(0x288)][_0x306bb0(0x406)](_0x1a7a18['type']);},ea=({handlePatternChange:_0x560a6d})=>{const _0x138ffc=_0x70a4aa;let _0x47f4f9=_0x17b8b1(_0x13b077);return _0x14f6d6(()=>{_0x560a6d('');},[]),_0x4f9186(_0x138ffc(0x1fa),{'className':_0x138ffc(0x315),'children':_0x47f4f9['t'](_0x138ffc(0x1a2))});},ta=({originPattern:_0x54da18,handlePatternChange:_0x5c3555})=>{const _0x5ac415=_0x70a4aa;let _0x2b200b=_0x17b8b1(_0x13b077),_0x153bc9=_0x41c7d3['map'](_0x3418e1=>({'label':_0x3418e1,'value':_0x3418e1})),[_0x22a4a1,_0x45c515]=_0x4aae6d(()=>qi(_0x54da18||'',0x2)),[_0x3978a4,_0x4f85cc]=_0x4aae6d(()=>Ui(_0x54da18==null?'':_0x54da18)||_0x153bc9[0x0][_0x5ac415(0x33c)]);return _0x14f6d6(()=>{const _0x3d98f3=_0x5ac415;_0x5c3555(Yi(_0x3d98f3(0x2d3)+_0x3978a4+_0x3d98f3(0x39d)+(_0x22a4a1>0x0?'.0':'')+'_)',_0x22a4a1));},[]),_0x16355e(_0x5ac415(0x1fa),{'className':'univer-mt-2.5','children':[_0x16355e(_0x5ac415(0x1fa),{'className':_0x5ac415(0x45b),'children':[_0x16355e(_0x5ac415(0x1fa),{'className':_0x5ac415(0x4b8),'children':[_0x4f9186(_0x5ac415(0x1fa),{'className':_0x5ac415(0x1bd),'children':_0x2b200b['t'](_0x5ac415(0x451))}),_0x4f9186(_0x2a8d68,{'className':_0x5ac415(0x47d),'value':_0x22a4a1,'max':0x14,'min':0x0,'onChange':_0x1084d0=>{const _0x28f1c4=_0x5ac415;let _0x396949=_0x1084d0==null?0x0:_0x1084d0;_0x45c515(_0x396949),_0x5c3555(Yi(_0x28f1c4(0x2d3)+_0x3978a4+_0x28f1c4(0x39d)+(_0x396949>0x0?'.0':'')+'_)',_0x396949));}})]}),_0x16355e('div',{'className':_0x5ac415(0x4b8),'children':[_0x4f9186(_0x5ac415(0x1fa),{'className':_0x5ac415(0x1bd),'children':_0x2b200b['t'](_0x5ac415(0x4d2))}),_0x4f9186(_0x130b4a,{'options':_0x153bc9,'value':_0x3978a4,'onChange':_0x271ffd=>{const _0x5d86d8=_0x5ac415;_0x4f85cc(_0x271ffd),_0x5c3555(Yi(_0x5d86d8(0x2d3)+_0x271ffd+_0x5d86d8(0x39d)+(_0x22a4a1>0x0?'.0':'')+'_)',_0x22a4a1));}})]})]}),_0x4f9186(_0x5ac415(0x1fa),{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2b200b['t'](_0x5ac415(0x246))})]});},na=({originPattern:_0x3cc3de,handlePatternChange:_0x466962})=>{const _0x1bce50=_0x70a4aa;let _0x3e5aed=_0x17b8b1(_0x13b077),_0x39b369=_0x41c7d3[_0x1bce50(0x474)](_0x192748=>({'label':_0x192748,'value':_0x192748})),[_0x1f4615,_0x3db262]=_0x4aae6d(()=>qi(_0x3cc3de||'',0x2)),[_0xddf63f,_0x4337f8]=_0x4aae6d(()=>Ui(_0x3cc3de==null?'':_0x3cc3de)||_0x39b369[0x0][_0x1bce50(0x33c)]),_0x3ba806=Mr['map'](_0x3325c4=>({'label':_0x3325c4[_0x1bce50(0x43f)](_0xddf63f),'value':_0x3325c4['suffix'](_0xddf63f),'color':_0x3325c4[_0x1bce50(0x4d4)]})),[_0xb2b1ea,_0x34fce9]=_0x4aae6d(()=>{const _0x12848c=_0x1bce50;var _0x415dd5;return((_0x415dd5=_0x3ba806[_0x12848c(0x198)](_0x3f4057=>_0x3c5c01(_0x3f4057[_0x12848c(0x33c)],_0x3cc3de==null?'':_0x3cc3de)))==null?void 0x0:_0x415dd5[_0x12848c(0x33c)])||_0x3ba806[0x0]['value'];});return _0x14f6d6(()=>{_0x466962(Yi(_0xb2b1ea,_0x1f4615));},[]),_0x16355e(_0x1bce50(0x1fa),{'className':_0x1bce50(0x274),'children':[_0x16355e(_0x1bce50(0x1fa),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x16355e(_0x1bce50(0x1fa),{'className':_0x1bce50(0x4b8),'children':[_0x4f9186(_0x1bce50(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x3e5aed['t'](_0x1bce50(0x451))}),_0x4f9186(_0x2a8d68,{'className':_0x1bce50(0x47d),'value':_0x1f4615,'max':0x14,'min':0x0,'onChange':_0x3d12ac=>{_0x3d12ac&&(_0x3db262(_0x3d12ac),_0x466962(Yi(_0xb2b1ea,_0x3d12ac)));}})]}),_0x16355e(_0x1bce50(0x1fa),{'className':_0x1bce50(0x4b8),'children':[_0x4f9186('div',{'className':_0x1bce50(0x1bd),'children':_0x3e5aed['t'](_0x1bce50(0x4d2))}),_0x4f9186(_0x130b4a,{'options':_0x39b369,'value':_0xddf63f,'onChange':_0x52d1bf=>{const _0x3f1439=_0x1bce50;_0x4337f8(_0x52d1bf);let _0x284320=Mr['map'](_0x34dba0=>({'label':_0x34dba0[_0x3f1439(0x43f)](_0x52d1bf),'value':_0x34dba0[_0x3f1439(0x209)](_0x52d1bf),'color':_0x34dba0[_0x3f1439(0x4d4)]}));_0x34fce9(_0x284320[0x0]['value']),_0x466962(Yi(_0x284320[0x0][_0x3f1439(0x33c)],_0x1f4615));}})]})]}),_0x16355e(_0x1bce50(0x1fa),{'className':_0x1bce50(0x1e8),'children':[_0x4f9186(_0x1bce50(0x1fa),{'className':_0x1bce50(0x1bd),'children':_0x3e5aed['t'](_0x1bce50(0x3fe))}),_0x4f9186(_0x288efa,{'className':_0x181d20(_0x1bce50(0x264),_0x50185b),'options':_0x3ba806,'value':_0xb2b1ea,'onChange':_0x5261cc=>{_0x34fce9(_0x5261cc),_0x466962(Yi(_0x5261cc,_0x1f4615));}}),_0x4f9186(_0x1bce50(0x1fa),{'className':_0x1bce50(0x315),'children':_0x3e5aed['t'](_0x1bce50(0x24f))})]})]});},ra=({originPattern:_0x1cfe84,handlePatternChange:_0x4879b8})=>{const _0xa1ffdf=_0x70a4aa;let _0x542c05=_0x17b8b1(_0x13b077),_0x662372=Ar['map'](_0x10542a=>({'label':_0x10542a['label'],'value':_0x10542a[_0xa1ffdf(0x209)]})),[_0x1dda12,_0x486ece]=_0x4aae6d(()=>{const _0x100ac7=_0xa1ffdf;if(_0x1cfe84){let _0x5110af=_0x662372[_0x100ac7(0x198)](_0x5951b8=>_0x5951b8[_0x100ac7(0x33c)]===_0x1cfe84);if(_0x5110af)return _0x5110af[_0x100ac7(0x33c)];}return _0x662372[0x0]['value'];});return _0x14f6d6(()=>{_0x4879b8(_0x1dda12);},[]),_0x4f9186(_0xa1ffdf(0x1fa),{'className':_0xa1ffdf(0x274),'children':_0x16355e(_0xa1ffdf(0x1fa),{'className':_0xa1ffdf(0x1e8),'children':[_0x4f9186(_0xa1ffdf(0x1fa),{'className':_0xa1ffdf(0x1bd),'children':_0x542c05['t'](_0xa1ffdf(0x310))}),_0x4f9186(_0xa1ffdf(0x1fa),{'children':_0x4f9186(_0x288efa,{'className':_0x181d20(_0xa1ffdf(0x264),_0x50185b),'options':_0x662372,'value':_0x1dda12,'onChange':_0x3cc7e=>{_0x486ece(_0x3cc7e),_0x4879b8(_0x3cc7e);}})}),_0x4f9186('div',{'className':_0xa1ffdf(0x315),'children':_0x542c05['t'](_0xa1ffdf(0x3b3))})]})});},ia=({originPattern:_0xcd0c40,handlePatternChange:_0x1094dc})=>{const _0x5053cf=_0x70a4aa;let _0xe8c45a=_0x17b8b1(_0x13b077),[_0x255fbe,_0x29de80]=_0x4aae6d(()=>qi(_0xcd0c40||'',0x0)),_0x3818ea=jr[_0x5053cf(0x474)](_0x35d788=>({'label':_0x35d788[_0x5053cf(0x43f)],'value':_0x35d788[_0x5053cf(0x209)],'color':_0x35d788[_0x5053cf(0x4d4)]})),[_0x4984bb,_0x4cfd74]=_0x4aae6d(()=>{const _0x384d0c=_0x5053cf;let _0x284e68=_0x3818ea[_0x384d0c(0x198)](_0x1cceb5=>_0x3c5c01(_0x1cceb5[_0x384d0c(0x33c)],_0xcd0c40||''));return(_0x284e68==null?void 0x0:_0x284e68[_0x384d0c(0x33c)])||_0x3818ea[0x0][_0x384d0c(0x33c)];});return _0x14f6d6(()=>{_0x1094dc(Yi(_0x4984bb,Number(_0x255fbe||0x0)));},[]),_0x16355e(_0x5053cf(0x1fa),{'className':_0x5053cf(0x274),'children':[_0x4f9186('div',{'className':_0x5053cf(0x45b),'children':_0x16355e(_0x5053cf(0x1fa),{'className':_0x5053cf(0x4b8),'children':[_0x4f9186(_0x5053cf(0x1fa),{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0xe8c45a['t'](_0x5053cf(0x451))}),_0x4f9186(_0x2a8d68,{'className':_0x5053cf(0x47d),'value':_0x255fbe,'max':0x14,'min':0x0,'onChange':_0x3e7e89=>{_0x3e7e89&&(_0x29de80(_0x3e7e89),_0x1094dc(Yi(_0x4984bb,Number(_0x3e7e89))));}})]})}),_0x16355e('div',{'className':'univer-mt-2','children':[_0x4f9186(_0x5053cf(0x1fa),{'className':_0x5053cf(0x1bd),'children':_0xe8c45a['t'](_0x5053cf(0x3fe))}),_0x4f9186(_0x288efa,{'className':_0x181d20(_0x5053cf(0x264),_0x50185b),'options':_0x3818ea,'value':_0x4984bb,'onChange':_0x4ebf26=>{_0x29de80(qi(_0x4ebf26,0x0)),_0x4cfd74(_0x4ebf26),_0x1094dc(_0x4ebf26);}}),_0x4f9186('div',{'className':_0x5053cf(0x315),'children':_0xe8c45a['t'](_0x5053cf(0x3ef))})]})]});},aa=({originPattern:_0x26a432,onPatternApply:_0x274e89})=>{const _0x159d91=_0x70a4aa;let _0x194833=_0x17b8b1(_0x13b077),_0x336530=_0x17b8b1(_0x145321),_0xa652bd=_0x8122f1(()=>[{'label':_0x159d91(0x393),'component':ea,'key':'sheet.numfmt.general'},{'label':_0x159d91(0x4e7),'component':ta,'key':'sheet.numfmt.accounting'},{'label':'sheets-chart-ui.dialog.numfmt.currency','component':na,'key':_0x159d91(0x4fa)},{'label':_0x159d91(0x1fd),'component':ra,'key':_0x159d91(0x467)},{'label':_0x159d91(0x3dd),'component':ia,'key':_0x159d91(0x36e)}]['map'](_0x3313f2=>({..._0x3313f2,'label':_0x194833['t'](_0x3313f2['label'])})),[_0x194833]),_0x247e97=_0x5ba784=>[Wi,Gi,Ki,$i,Zi][_0x159d91(0x3e1)]((_0x130b4c,_0x31b40d,_0x3c9ed7)=>_0x130b4c||(_0x31b40d(_0x5ba784==null?'':_0x5ba784)?_0xa652bd[_0x3c9ed7][_0x159d91(0x3b0)]:void 0x0),void 0x0)||_0xa652bd[0x0][_0x159d91(0x3b0)],_0x43ac50=_0xa652bd['map'](_0x5284f2=>({'label':_0x5284f2['label'],'value':_0x5284f2[_0x159d91(0x3b0)]})),[_0x92ac1a,_0x3c63a1]=_0x4aae6d(()=>_0x247e97(_0x26a432)),[_0x1ce55c,_0x4b9b3a]=_0x4aae6d(_0x26a432),_0x49e28e=_0x4fc977=>_0x4b9b3a(_0x4fc977),_0x49cc56=_0x156fd4=>{_0x3c63a1(_0x156fd4);};return _0x14f6d6(()=>{let _0x269e5e=_0x247e97(_0x26a432);_0x269e5e!==_0x92ac1a&&_0x3c63a1(_0x269e5e),_0x26a432!==_0x1ce55c&&_0x4b9b3a(_0x26a432);},[_0x26a432]),_0x16355e('div',{'children':[_0x4f9186('div',{'className':_0x159d91(0x41d),'children':_0x194833['t'](_0x159d91(0x194))}),_0x4f9186(_0x159d91(0x1fa),{'children':_0x4f9186(_0x130b4a,{'className':_0x159d91(0x1d9),'onChange':_0x2d6c92=>_0x49cc56(_0x2d6c92),'options':_0x43ac50,'value':_0x92ac1a})}),_0x16355e(_0x159d91(0x1fa),{'className':_0x159d91(0x1e8),'children':[_0x92ac1a===_0x159d91(0x3aa)&&_0x4f9186(ea,{'originPattern':_0x26a432,'handlePatternChange':_0x49e28e}),_0x92ac1a===_0x159d91(0x26b)&&_0x4f9186(ta,{'originPattern':_0x26a432,'handlePatternChange':_0x49e28e}),_0x92ac1a===_0x159d91(0x4fa)&&_0x4f9186(na,{'originPattern':_0x26a432,'handlePatternChange':_0x49e28e}),_0x92ac1a===_0x159d91(0x467)&&_0x4f9186(ra,{'originPattern':_0x26a432,'handlePatternChange':_0x49e28e}),_0x92ac1a===_0x159d91(0x36e)&&_0x4f9186(ia,{'originPattern':_0x26a432,'handlePatternChange':_0x49e28e})]}),_0x16355e(_0x159d91(0x1fa),{'className':_0x159d91(0x1d6),'children':[_0x4f9186(_0x20cbec,{'onClick':()=>{const _0x1238f9=_0x159d91;_0x336530[_0x1238f9(0x1e1)](Nr);},'children':_0x194833['t'](_0x159d91(0x255))}),_0x4f9186(_0x20cbec,{'className':_0x159d91(0x215),'variant':_0x159d91(0x466),'onClick':()=>{const _0x2f5743=_0x159d91;_0x274e89&&_0x274e89(_0x1ce55c),_0x336530[_0x2f5743(0x1e1)](Nr);},'children':_0x194833['t']('sheets-chart-ui.dialog.numfmt.confirm')})]})]});},oa=_0x539469=>{const _0x11dd75=_0x70a4aa;let {floatDomId:_0x21f706,context:_0x20cb13}=_0x539469,_0x3dd6d9=_0x17b8b1(Bi);return _0x14f6d6(()=>{const _0x566643=_0x45c2;if(_0x20cb13[_0x566643(0x4ab)]['current']){let _0x4777a2={'width':Number[_0x566643(0x4dc)](_0x20cb13[_0x566643(0x4ab)]['current'][_0x566643(0x4d3)]['width']),'height':Number[_0x566643(0x4dc)](_0x20cb13[_0x566643(0x4ab)]['current'][_0x566643(0x4d3)][_0x566643(0x34e)])};_0x3dd6d9['printChart'](_0x21f706,_0x20cb13['root'][_0x566643(0x486)],_0x4777a2);}},[_0x21f706,_0x20cb13[_0x11dd75(0x4ab)][_0x11dd75(0x486)]]),null;};let sa=class extends _0xc50824{constructor(_0x2242d0,_0x1a0f12){const _0x565333=_0x70a4aa;super(),this['_componentManager']=_0x2242d0,this[_0x565333(0x352)]=_0x1a0f12,this[_0x565333(0x2b7)](),this[_0x565333(0x3a0)]();}[_0x70a4aa(0x2b7)](){const _0x49bd48=_0x70a4aa;this['disposeWithMe'](this['_iconManager'][_0x49bd48(0x238)]({'ChartIcon':_0x378dd2,'AreaChartIcon':_0x44d0e5,'BarChartIcon':_0x37a605,'ColumnChartIcon':_0x18a84e,'ComboChartIcon':_0x38a3d1,'LineChartIcon':_0x244098,'PieChartIcon':_0x441d72,'RadarChartIcon':_0x4b4a50,'ScatterChartIcon':_0x2b2312,'FunnelIcon':_0x32cc13,'CloudIcon':_0x5b7212,'BubbleIcon':_0x26c4f3,'RelationshipIcon':_0x277d3a,'WaterfallChartIcon':_0xd9a67d,'SankeyChartIcon':_0x23bdd2,'HeatmapChartIcon':_0x34b98c,'BoxplotIcon':_0x16b460}));}['_registerComponents'](){const _0x75e1f3=_0x70a4aa;[[_0x3faf1e,oa],[Ni,Mi],[Pr,aa]][_0x75e1f3(0x395)](([_0x5976a9,_0x58cfaa])=>{const _0x4accdd=_0x75e1f3;this[_0x4accdd(0x415)](this[_0x4accdd(0x404)][_0x4accdd(0x238)](_0x5976a9,_0x58cfaa));});}};sa=Bn([Z(0x0,_0xfdc36d(_0x4e0023)),Z(0x1,_0xfdc36d(_0x293b5c))],sa);let ca=class extends _0xc50824{constructor(_0x4938bd,_0x352d3f,_0x39dc05,_0x17fb7c){const _0x345e06=_0x70a4aa;super(),this[_0x345e06(0x1bb)]=_0x4938bd,this[_0x345e06(0x196)]=_0x352d3f,this[_0x345e06(0x247)]=_0x39dc05,this[_0x345e06(0x2d2)]=_0x17fb7c,X(this,_0x345e06(0x2b2),void 0x0),this[_0x345e06(0x401)]();}get[_0x70a4aa(0x478)](){const _0x142419=_0x70a4aa;return this[_0x142419(0x247)][_0x142419(0x4ff)]();}['_initCopyPaste'](){const _0x33bae8=_0x70a4aa;this[_0x33bae8(0x415)](this['_sheetClipboardService'][_0x33bae8(0x1e0)]({'id':_0x1a3cb8,'onBeforeCopy':(_0x2f02f1,_0x99563f,_0x13f58d,_0x5111fa)=>{const _0x4eb61e=_0x33bae8;this[_0x4eb61e(0x2b2)]=null;let _0x474ba3=this[_0x4eb61e(0x478)];if(_0x474ba3[_0x4eb61e(0x4bb)]){let _0x10e746=_0x474ba3[_0x4eb61e(0x475)](_0x4ea9be=>_0x4ea9be['drawingType']===_0x19ceb2['DRAWING_CHART']);if(_0x10e746[_0x4eb61e(0x4bb)]===0x0)return;this['_copyInfo']={'unitId':_0x2f02f1,'subUnitId':_0x99563f,'copyType':_0x5111fa,'drawings':_0x10e746};}else this[_0x4eb61e(0x3da)](_0x2f02f1,_0x99563f,_0x13f58d,_0x5111fa);},'onPasteCells':(_0x5afb24,_0x123f72,_0x6c05cd,_0x24d1a9)=>{const _0x183d70=_0x33bae8;if(!this[_0x183d70(0x2b2)])return{'redos':[],'undos':[]};let {pasteType:_0x4e0c28}=_0x24d1a9;return _0x4e0c28===_0x52e533[_0x183d70(0x230)]?this[_0x183d70(0x4e2)](_0x123f72,this[_0x183d70(0x2b2)][_0x183d70(0x3cf)]===_0x203ad5[_0x183d70(0x211)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x32a985=>this[_0x33bae8(0x2b2)]?this['_generatePasteMutations'](_0x32a985,this[_0x33bae8(0x2b2)][_0x33bae8(0x3cf)]===_0x203ad5[_0x33bae8(0x211)]):{'redos':[],'undos':[]}}));}[_0x70a4aa(0x3da)](_0x3f128a,_0x136ced,_0x17eaa9,_0xc58513){const _0x4623a3=_0x70a4aa;let _0x4e10c7=this['_sheetSkeletonService']['getSkeleton'](_0x3f128a,_0x136ced);if(!_0x4e10c7)return;let _0x220350=_0x326c07(_0x4e10c7,_0x17eaa9);if(!_0x220350)return;let {startX:_0x464a0c,endX:_0x452a54,startY:_0x10231d,endY:_0x4d189f}=_0x220350,_0x210d67=this[_0x4623a3(0x247)][_0x4623a3(0x3fb)](_0x3f128a,_0x136ced),_0x2b8136=this['_focusedDrawings'][_0x4623a3(0x1a6)]();for(let [_0x554c2e,_0x1d9bdc]of Object[_0x4623a3(0x488)](_0x210d67)){if(_0x1d9bdc[_0x4623a3(0x2a9)]!==_0x19ceb2[_0x4623a3(0x3b2)])continue;let {transform:_0x4fdb11}=_0x1d9bdc;if(!_0x4fdb11)continue;let {left:_0x52fa7c=0x0,top:_0x52a0af=0x0,width:_0x2b8f95=0x0,height:_0x1b98cf=0x0}=_0x4fdb11;_0x464a0c<=_0x52fa7c&&_0x452a54>=_0x52fa7c+_0x2b8f95&&_0x10231d<=_0x52a0af&&_0x4d189f>=_0x52a0af+_0x1b98cf&&_0x2b8136[_0x4623a3(0x432)](_0x1d9bdc);}_0x2b8136[_0x4623a3(0x4bb)]>0x0&&(this['_copyInfo']={'unitId':_0x3f128a,'subUnitId':_0x136ced,'copyType':_0xc58513,'copyRange':_0x17eaa9,'drawings':_0x2b8136});}[_0x70a4aa(0x4e2)](_0x4a0433,_0x256e2a){const _0x4a6eb3=_0x70a4aa;let {unitId:_0x550807,subUnitId:_0x175da2,range:_0x3b8120}=_0x4a0433,_0x344756=this[_0x4a6eb3(0x1bb)]['getSkeleton'](_0x550807,_0x175da2);if(!_0x344756)return{'redos':[],'undos':[]};let _0x71398e=_0x70d23d(_0x3b8120),{unitId:_0x1e4da9,subUnitId:_0x1d6ff5,copyRange:_0x323a0f,drawings:_0x1a6094}=this['_copyInfo'],_0x3c0d27=this[_0x4a6eb3(0x1bb)][_0x4a6eb3(0x476)](_0x1e4da9,_0x1d6ff5);if(!_0x3c0d27)return{'redos':[],'undos':[]};let _0x345d9e=[],_0x503c1b=[];for(let _0xfd51af of _0x1a6094){let {drawingId:_0x43ca61,transform:_0x20ac94,sheetTransform:_0x45a7be}=_0xfd51af,_0x2069b2=this[_0x4a6eb3(0x2d2)][_0x4a6eb3(0x409)](_0x43ca61);if(!_0x2069b2||!_0x20ac94||!_0x45a7be)continue;let _0x1e3fc4=this[_0x4a6eb3(0x276)]({'transform':_0x20ac94,'sheetTransform':_0x45a7be},{'skeleton':_0x3c0d27,'range':_0x323a0f},{'skeleton':_0x344756,'range':_0x71398e});if(_0x256e2a){let {redos:_0x29c8bb,undos:_0x4fa456}=this[_0x4a6eb3(0x205)]({'fromUnitId':_0x1e4da9,'fromSubUnitId':_0x1d6ff5,'toUnitId':_0x550807,'toSubUnitId':_0x175da2,'drawing':_0xfd51af,'newTransforms':_0x1e3fc4},_0x2069b2);_0x345d9e[_0x4a6eb3(0x432)](..._0x29c8bb),_0x503c1b['push'](..._0x4fa456);continue;}let {redos:_0x39fb2c,undos:_0x100b3d}=this[_0x4a6eb3(0x206)]({'toUnitId':_0x550807,'toSubUnitId':_0x175da2,'drawing':_0xfd51af,'newTransforms':_0x1e3fc4},_0x2069b2);_0x345d9e[_0x4a6eb3(0x432)](..._0x39fb2c),_0x503c1b[_0x4a6eb3(0x432)](..._0x100b3d);}return{'redos':_0x345d9e,'undos':_0x503c1b};}['_generateCutPasteMutations'](_0x180688,_0x3bc79a){const _0x2d2563=_0x70a4aa;let {fromUnitId:_0xe68a8d,fromSubUnitId:_0x489d07,toUnitId:_0x3de65d,toSubUnitId:_0x3ccd5c,drawing:_0x22c304,newTransforms:_0x47d434}=_0x180688,_0x6d05fb={..._0x22c304,'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'transform':_0x47d434[_0x2d2563(0x4db)],'sheetTransform':_0x47d434[_0x2d2563(0x408)]};if(_0x3de65d===_0xe68a8d&&_0x3ccd5c===_0x489d07){let {redo:_0x3a7a38,undo:_0x3a2a57,objects:_0x5bd9f8}=this[_0x2d2563(0x247)][_0x2d2563(0x223)]([_0x6d05fb]);return{'redos':[{'id':_0x13ab27['id'],'params':{'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'type':_0x3f7b6d['UPDATE'],'op':_0x3a7a38,'objects':_0x5bd9f8}}],'undos':[{'id':_0x13ab27['id'],'params':{'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'type':_0x3f7b6d[_0x2d2563(0x344)],'op':_0x3a2a57,'objects':_0x5bd9f8}}]};}else{let _0x2d8336=this[_0x2d2563(0x247)][_0x2d2563(0x4ee)]([_0x22c304]),_0x510926=this['_sheetDrawingService'][_0x2d2563(0x4d1)]([_0x6d05fb]),{rangeInfo:_0x331fed,isRowDirection:_0x48bac6}=_0x3bc79a['dataSource'][_0x2d2563(0x4c8)](),{chartType:_0x1c1226,context:_0x1567c7,style:_0xca54c7,dataAggregation:_0x3710b0}=_0x3bc79a['serialize']();return{'redos':[{'id':_0x13ab27['id'],'params':{'unitId':_0xe68a8d,'subUnitId':_0x489d07,'type':_0x3f7b6d['REMOVE'],'op':_0x2d8336[_0x2d2563(0x440)],'objects':_0x2d8336[_0x2d2563(0x336)]}},{'id':_0x5b577a['id'],'params':{'unitId':_0xe68a8d,'subUnitId':_0x489d07,'chartId':_0x22c304['drawingId']}},{'id':_0x13ab27['id'],'params':{'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'type':_0x3f7b6d[_0x2d2563(0x273)],'op':_0x510926[_0x2d2563(0x440)],'objects':_0x510926[_0x2d2563(0x336)]}},{'id':_0x2be4c8['id'],'params':{'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'chartId':_0x22c304[_0x2d2563(0x326)],'chartType':_0x1c1226,'range':_0x331fed['range'],'rangeUnitId':_0x331fed[_0x2d2563(0x496)],'rangeSubUnitId':_0x331fed[_0x2d2563(0x42a)],'isRowDirection':_0x48bac6,'context':_0x1567c7,'style':_0xca54c7,'dataAggregation':_0x3710b0}}],'undos':[{'id':_0x13ab27['id'],'params':{'unitId':_0xe68a8d,'subUnitId':_0x489d07,'type':_0x3f7b6d[_0x2d2563(0x273)],'op':_0x2d8336['undo'],'objects':_0x2d8336[_0x2d2563(0x336)]}},{'id':_0x2be4c8['id'],'params':{'unitId':_0xe68a8d,'subUnitId':_0x489d07,'chartId':_0x22c304[_0x2d2563(0x326)],'chartType':_0x1c1226,'range':_0x331fed[_0x2d2563(0x1f7)],'rangeUnitId':_0x331fed[_0x2d2563(0x496)],'rangeSubUnitId':_0x331fed[_0x2d2563(0x42a)],'isRowDirection':_0x48bac6,'context':_0x1567c7,'style':_0xca54c7,'dataAggregation':_0x3710b0}},{'id':_0x13ab27['id'],'params':{'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'type':_0x3f7b6d[_0x2d2563(0x2ab)],'op':_0x510926[_0x2d2563(0x47b)],'objects':_0x510926[_0x2d2563(0x336)]}},{'id':_0x5b577a['id'],'params':{'unitId':_0x3de65d,'subUnitId':_0x3ccd5c,'chartId':_0x22c304[_0x2d2563(0x326)]}}]};}}[_0x70a4aa(0x206)](_0x31f84d,_0x1f51fe){const _0x2549cc=_0x70a4aa;let {toUnitId:_0xc274b4,toSubUnitId:_0x166e33,drawing:_0x386b8a,newTransforms:_0x3e6476}=_0x31f84d,_0x4a7ac6=_0x44e212(),_0x3b13ed={..._0x386b8a,'unitId':_0xc274b4,'subUnitId':_0x166e33,'drawingId':_0x4a7ac6,'transform':_0x3e6476[_0x2549cc(0x4db)],'sheetTransform':_0x3e6476[_0x2549cc(0x408)]},{redo:_0x34e79f,undo:_0x2efd7e,objects:_0x3adbda}=this['_sheetDrawingService'][_0x2549cc(0x4d1)]([_0x3b13ed]),{rangeInfo:_0x1f74fe,isRowDirection:_0x18f50b}=_0x1f51fe[_0x2549cc(0x3d9)][_0x2549cc(0x4c8)](),{chartType:_0x159f06,context:_0x25466f,style:_0x4f6e03,dataAggregation:_0x47d871}=_0x1f51fe[_0x2549cc(0x29c)]();return{'redos':[{'id':_0x13ab27['id'],'params':{'unitId':_0xc274b4,'subUnitId':_0x166e33,'type':_0x3f7b6d[_0x2549cc(0x273)],'op':_0x34e79f,'objects':_0x3adbda}},{'id':_0x2be4c8['id'],'params':{'unitId':_0xc274b4,'subUnitId':_0x166e33,'chartId':_0x4a7ac6,'chartType':_0x159f06,'range':_0x1f74fe[_0x2549cc(0x1f7)],'rangeUnitId':_0x1f74fe['unitId'],'rangeSubUnitId':_0x1f74fe[_0x2549cc(0x42a)],'isRowDirection':_0x18f50b,'context':_0x25466f,'style':_0x4f6e03,'dataAggregation':_0x47d871}}],'undos':[{'id':_0x13ab27['id'],'params':{'unitId':_0xc274b4,'subUnitId':_0x166e33,'type':_0x3f7b6d[_0x2549cc(0x2ab)],'op':_0x2efd7e,'objects':_0x3adbda}},{'id':_0x5b577a['id'],'params':{'unitId':_0xc274b4,'subUnitId':_0x166e33,'chartId':_0x4a7ac6}}]};}[_0x70a4aa(0x276)](_0x2b2dc9,_0x486d98,_0x4b2993){const _0x52d679=_0x70a4aa;var _0xbb7a20;let {range:_0x48f073,skeleton:_0x467db7}=_0x486d98,{range:_0x108c49,skeleton:_0x5cd745}=_0x4b2993,{transform:_0x85cbac,sheetTransform:_0x80f262}=_0x2b2dc9,_0x18f50c={..._0x85cbac};if(_0x48f073){let _0xcbfdf=_0x326c07(_0x467db7,_0x48f073),_0x2d0d1f=_0x326c07(_0x5cd745,_0x108c49);if(_0xcbfdf&&_0x2d0d1f){var _0x34c207,_0x4120e7;let _0x3d44dc=_0x2d0d1f[_0x52d679(0x210)]-_0xcbfdf[_0x52d679(0x210)],_0x2854ef=_0x2d0d1f[_0x52d679(0x275)]-_0xcbfdf[_0x52d679(0x275)];_0x18f50c[_0x52d679(0x282)]=((_0x34c207=_0x18f50c[_0x52d679(0x282)])==null?0x0:_0x34c207)+_0x3d44dc,_0x18f50c[_0x52d679(0x220)]=((_0x4120e7=_0x18f50c[_0x52d679(0x220)])==null?0x0:_0x4120e7)+_0x2854ef;}}else{let _0x1b833e=_0x326c07(_0x5cd745,_0x108c49);_0x18f50c[_0x52d679(0x282)]=_0x1b833e==null?void 0x0:_0x1b833e[_0x52d679(0x210)],_0x18f50c[_0x52d679(0x220)]=_0x1b833e==null?void 0x0:_0x1b833e['startY'];}return{'transform':_0x18f50c,'sheetTransform':(_0xbb7a20=_0x12e3a4(_0x18f50c,_0x5cd745))==null?_0x80f262:_0xbb7a20};}};ca=Bn([Z(0x0,_0xfdc36d(_0x5efa7e)),Z(0x1,_0xfdc36d(_0x5fefa4)),Z(0x2,_0xfdc36d(_0x2d61bc)),Z(0x3,_0xfdc36d(_0x4fa815))],ca);let la=class extends _0xc50824{constructor(_0x209d86,_0x53a66b,_0x1fbb83,_0x5bcf5b){const _0x1b957b=_0x70a4aa;super(),this['_commandService']=_0x209d86,this[_0x1b957b(0x212)]=_0x53a66b,this[_0x1b957b(0x204)]=_0x1fbb83,this[_0x1b957b(0x2d0)]=_0x5bcf5b,this[_0x1b957b(0x4d8)]();}['_initPermission'](){const _0x511851=_0x70a4aa;this[_0x511851(0x415)](this[_0x511851(0x3b6)][_0x511851(0x3f3)](_0x17918b=>{const _0x2d1e64=_0x511851;let _0x1b4186,_0x58f53b;if(_0x17918b['id']===_0x26e95e['id']){let _0x40a1d1=_0x17918b['params'];_0x1b4186=_0x40a1d1[_0x2d1e64(0x496)],_0x58f53b=_0x40a1d1[_0x2d1e64(0x42a)];}else{if(_0x17918b['id']===_0x332040['id']||_0x17918b['id']===_0x2fbd6a['id']){let _0x2acbf1=_0x17918b['params'];_0x1b4186=_0x2acbf1['unitId'],_0x58f53b=this[_0x2d1e64(0x2d0)][_0x2d1e64(0x269)](_0x2acbf1[_0x2d1e64(0x496)],_0x2acbf1[_0x2d1e64(0x1ba)]);}}!_0x1b4186||!_0x58f53b||this[_0x2d1e64(0x204)][_0x2d1e64(0x4a4)]({'workbookTypes':[_0x34cb31],'worksheetTypes':[_0x2ed943]},_0x1b4186,_0x58f53b)||this[_0x2d1e64(0x204)][_0x2d1e64(0x371)](this[_0x2d1e64(0x212)]['t'](_0x2d1e64(0x21c)));}));}};la=Bn([Z(0x0,_0xfdc36d(_0x366976)),Z(0x1,_0xfdc36d(_0x13b077)),Z(0x2,_0xfdc36d(_0x5ab56c)),Z(0x3,_0xfdc36d(_0x3a5548))],la);let ua=class extends _0xc5e3d1{constructor(_0x5a59cf,_0x565b2f,_0xc83a2c){const _0x2d6962=_0x70a4aa;super(),this[_0x2d6962(0x379)]=_0x5a59cf,this[_0x2d6962(0x4ea)]=_0x565b2f,this['_commandService']=_0xc83a2c,this[_0x2d6962(0x430)](),_0x1b5a5b(_0x4e4d5e);}['onStarting'](){const _0x3212d0=_0x70a4aa;this[_0x3212d0(0x4ea)][_0x3212d0(0x312)]([sa]),this['_injector'][_0x3212d0(0x3c8)](sa);let _0x245dc9=this[_0x3212d0(0x4ea)];[[Kn],[Wn,{'useClass':Un}],[Bi],[Pi],[Li],[Vi],[ca],[Hi],[la]][_0x3212d0(0x395)](_0xdfa7fe=>_0x245dc9['add'](_0xdfa7fe)),_0x40be56(this[_0x3212d0(0x4ea)],[[Pi],[Vi],[Li],[Kn],[ca],[Hi],[la]]);}[_0x70a4aa(0x2da)](){const _0x362e69=_0x70a4aa;var _0x5ab375;(_0x5ab375=this['_injector'][_0x362e69(0x3c8)](Pi))==null||_0x5ab375[_0x362e69(0x29f)]();}[_0x70a4aa(0x430)](){const _0x39f45f=_0x70a4aa;[kn,On,Dn][_0x39f45f(0x395)](_0x40b3b7=>this[_0x39f45f(0x415)](this[_0x39f45f(0x3b6)][_0x39f45f(0x2ad)](_0x40b3b7)));}};X(ua,'type',_0x125f1a[_0x70a4aa(0x1ea)]),X(ua,_0x70a4aa(0x42d),_0x70a4aa(0x284)),X(ua,'packageName',Fi),X(ua,_0x70a4aa(0x3bb),Ii),ua=Bn([_0x5aeba7(_0x5886e8,_0x138728),Z(0x1,_0xfdc36d(_0xe0ce08)),Z(0x2,_0x366976)],ua);export{Pi as SheetsChartUIController,Kn as SheetsChartUIService,ua as UniverSheetsChartUIPlugin,_0x4be55c as registerWordCloudChart};
|
|
1
|
+
const _0x5c69fd=_0x3995;(function(_0x122dda,_0x191ffe){const _0x4b2ab7=_0x3995,_0x3139ee=_0x122dda();while(!![]){try{const _0x1f057f=parseInt(_0x4b2ab7(0x1c6))/0x1+-parseInt(_0x4b2ab7(0x2da))/0x2+-parseInt(_0x4b2ab7(0x167))/0x3*(-parseInt(_0x4b2ab7(0x193))/0x4)+-parseInt(_0x4b2ab7(0x33c))/0x5*(parseInt(_0x4b2ab7(0x187))/0x6)+-parseInt(_0x4b2ab7(0x2a4))/0x7*(-parseInt(_0x4b2ab7(0x2c5))/0x8)+-parseInt(_0x4b2ab7(0x2b9))/0x9+-parseInt(_0x4b2ab7(0x3e8))/0xa;if(_0x1f057f===_0x191ffe)break;else _0x3139ee['push'](_0x3139ee['shift']());}catch(_0x358739){_0x3139ee['push'](_0x3139ee['shift']());}}}(_0x1178,0xa9935));import{ChartModelService as _0xe41469,ChartRenderMode as _0x3ce972,ChartUpdateConfigCommand as _0xe8046d,ChartUpdateConfigMutation as _0x1d2b4d,ChartUpdateSourceCommand as _0x4cb3f9,InsertChartCommand as _0x4431fa,InsertSheetsChartMutation as _0x27409b,RemoveSheetsChartMutation as _0x148b8a,SHEETS_CHART_PLUGIN_CONFIG_KEY as _0x582465,SHEETS_CHART_PLUGIN_NAME as _0x225dda,SheetsChartService as _0x37740b,UniverSheetsChartPlugin as _0x2e3c2a,getAllowedChartTypes as _0x368616}from'@univerjs-pro/sheets-chart';import{CommandType as _0x5ab05e,DependentOn as _0x2e1b77,Disposable as _0x3b8ec0,DisposableCollection as _0x1cf8dc,DrawingTypeEnum as _0x2f962f,FOCUSING_COMMON_DRAWINGS as _0x4042d8,FOCUSING_PANEL_EDITOR as _0x166423,ICommandService as _0x1094e2,IConfigService as _0x2d7fd6,IContextService as _0x2f8c4e,IUniverInstanceService as _0x3b6df4,Inject as _0x290ca6,Injector as _0x157d1d,LocaleService as _0x58d845,PRINT_CHART_COMPONENT_KEY as _0x246b94,Plugin as _0xfe120b,ThemeService as _0x52ab6f,Tools as _0x6fc2d,UniverInstanceType as _0x2adaaf,createIdentifier as _0x59d72e,currencySymbols as _0x47578b,debounce as _0x352b6a,generateRandomId as _0x2d5e21,isPatternEqualWithoutDecimal as _0x29a6a2,merge as _0x367333,numfmt as _0xfb6494,touchDependencies as _0x34998f}from'@univerjs/core';import{IDrawingManagerService as _0x464c78,getDrawingShapeKeyByDrawingSearch as _0x54a2dc}from'@univerjs/drawing';import{DrawingApplyType as _0x205279,ISheetDrawingService as _0x2a3b02,RemoveSheetDrawingCommand as _0x4cd059,SetDrawingApplyMutation as _0x37a229,transformToDrawingPosition as _0x27645e}from'@univerjs/sheets-drawing';import{COPY_TYPE as _0x10f406,ISheetClipboardService as _0x2d14f8,PREDEFINED_HOOK_NAME as _0x3873d0,SheetCanvasPopManagerService as _0x535cb6,SheetSkeletonManagerService as _0xd8bd35,deriveStateFromActiveSheet$ as _0x50bc6e,getCurrentRangeDisable$ as _0x37bb9d}from'@univerjs/sheets-ui';import{ComponentManager as _0x474386,IDialogService as _0x43dd79,IMenuManagerService as _0x479ab4,IMessageService as _0x5bf064,ISidebarService as _0x524b5e,IconManager as _0x394851,MenuItemType as _0x2b32de,RibbonInsertGroup as _0x26fb7f,getMenuHiddenObservable as _0x5572f1,useDependency as _0x4ae2c0,useObservable as _0x4a6a1b}from'@univerjs/ui';import{Accordion as _0x5b1d7d,Button as _0x23b166,Checkbox as _0x284dd5,ColorPicker as _0x2ba9bd,Dropdown as _0x2376a4,DropdownMenu as _0x5eb20e,Input as _0x401ee2,InputNumber as _0x58af10,MessageType as _0x48ca90,MultipleSelect as _0x107669,Radio as _0x1405cd,RadioGroup as _0x4ef592,Segmented as _0x588770,Select as _0x419e1b,SelectList as _0x5c8124,Tooltip as _0x812b9e,borderClassName as _0x375a1f,clsx as _0x252399,scrollbarClassName as _0x4b9834}from'@univerjs/design';import{CopySheetCommand as _0x169786,RemoveSheetCommand as _0x2993e5,SheetInterceptorService as _0x1fb841,SheetPermissionCheckController as _0x26603b,SheetSkeletonService as _0xcd05e2,SheetsSelectionsService as _0x2ada49,WorkbookEditablePermission as _0x534f53,WorksheetEditPermission as _0x268650,attachRangeWithCoord as _0x22be29,discreteRangeToRange as _0x341674,getSheetCommandTarget as _0x5b0cf8}from'@univerjs/sheets';import{Observable as _0x5db48c,Subject as _0x518cb9,combineLatest as _0x1a64f5,combineLatestWith as _0x4db150,debounceTime as _0x27a5d1,distinctUntilChanged as _0x69b567,filter as _0x7401dd,map as _0x53a587,take as _0x11c523}from'rxjs';import{AreaLineStyle as _0x4c2ad1,AxisAlignEnum as _0x33245c,AxisValueType as _0x30fd5f,CategoryType as _0x3d1d6f,ChartAttributeBits as _0x3c1dbd,ChartBorderDashType as _0x5b1684,ChartImageSourceType as _0x19b9c2,ChartThemeService as _0x342977,ChartTrendlineType as _0x2d338f,ChartTypeBits as _0x2461ba,DataOrientation as _0x14cd69,EChartRenderEngineName as _0x1595f6,EChartRenderModel as _0x5cbee6,IRuntimeAxisPosition as _0x49023a,IRuntimeAxisPriority as _0x598671,ImageChartHost as _0x4a78b7,InvalidValueType as _0xb8190e,LabelContentType as _0x23b2f3,LegendPositionEnum as _0x53ec6c,LinePointShape as _0x56ec2b,PieLabelPosition as _0x970dac,RTLChartStyle as _0x4e5e0b,RadarShape as _0x5117de,RelationChartLayoutEnum as _0x313072,SelectModeEnum as _0x46ce97,SeriesLabelPosition as _0x471e6a,StackType as _0x5aa817,TextAlign as _0x2ff4fd,TextVerticalAlign as _0x563075,TitlePositionEnum as _0x4a1127,WaterfallSeriesTypeEnum as _0x8ee59,WaterfallStackTypeEnum as _0x148307,WordCloudMuskImageService as _0x2c64b8,chartBitsUtils as _0x3f7dcd,chartTypeCanUseTrendLine as _0x36187f,defaultChartConfig as _0x367ec0,echarts as _0xbd6df1,registerWordCloudChart as _0x1e93c8,resolveChartRuntimeStyle as _0x53e7a3,resolveChartStyleBackgroundColor as _0x4fbb77}from'@univerjs-pro/engine-chart';import{deserializeRangeWithSheet as _0x463364,serializeRangeWithSheet as _0x2aeb0a}from'@univerjs/engine-formula';import{IRenderManagerService as _0x106a74,ObjectType as _0x2e8eb1,RENDER_CLASS_TYPE as _0x1916a1,Rect as _0x44d987,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x2ff4e3,Transform as _0x4d7338}from'@univerjs/engine-render';import{SheetCanvasFloatDomManagerService as _0x155c5c,UniverSheetsDrawingUIPlugin as _0x1fe3eb}from'@univerjs/sheets-drawing-ui';import{useCallback as _0x17132f,useEffect as _0x250471,useMemo as _0x4757a9,useState as _0x128082}from'react';import{AlignTextBothIcon as _0x1b695c,AreaChartIcon as _0x4e365d,BarChartIcon as _0x5a0edf,BoldIcon as _0x20d9f9,BoxplotIcon as _0x3c3906,BubbleIcon as _0x545fdb,ChartIcon as _0x1422bb,CloudOutlineIcon as _0x460d27,ColumnChartIcon as _0x1917ea,ComboChartIcon as _0x54d246,DeleteEmptyIcon as _0x3aaeaa,DeleteIcon as _0x325d48,ExponentialIcon as _0x5b553c,FontColorDoubleIcon as _0x39a81b,FunnelIcon as _0x3b172b,HeatmapIcon as _0x1d2103,IncreaseIcon as _0x50a4da,ItalicIcon as _0x1eaedf,LineChartIcon as _0x3ec66f,LinearIcon as _0x467434,LogarithmicIcon as _0x3417ba,MoreDownIcon as _0xd9368,MovingAverageIcon as _0x5cc43a,PieChartIcon as _0x233338,PolynomialIcon as _0x139bcb,PowerLineIcon as _0x3a8ac0,RadarChartIcon as _0x139a40,RelationshipIcon as _0x2594a6,SankeyIcon as _0x121e94,ScatterChartIcon as _0x3fda41,WaterfallChartIcon as _0x1124b0}from'@univerjs/icons';import{RangeSelector as _0x364d26}from'@univerjs/sheets-formula-ui';import{Fragment as _0x5e3cf2,jsx as _0x2f6b2a,jsxs as _0x34b719}from'react/jsx-runtime';const In='sheets-chart-ui.config',Ln={},Rn={'type':_0x5ab05e[_0x5c69fd(0x15c)],'id':_0x5c69fd(0x41e),'handler'(){return!0x0;}},zn={'type':_0x5ab05e[_0x5c69fd(0x15c)],'id':_0x5c69fd(0x2f5),'handler'(){return!0x0;}},Bn={'type':_0x5ab05e[_0x5c69fd(0x26f)],'id':_0x5c69fd(0x231),'handler':async(_0x115878,_0x1940a9)=>{const _0x72bb24=_0x5c69fd;let _0x4ac2f3=_0x5b0cf8(_0x115878['get'](_0x3b6df4));if(!_0x4ac2f3)return!0x1;let _0x452528=_0x115878[_0x72bb24(0x24c)](_0x2ada49)['getCurrentLastSelection']();if(!_0x452528)return!0x1;let {range:_0x27e56e}=_0x452528;if(_0x27e56e[_0x72bb24(0x428)]===_0x27e56e[_0x72bb24(0x4cb)])return _0x115878[_0x72bb24(0x24c)](_0x5bf064)[_0x72bb24(0x523)]({'type':_0x48ca90[_0x72bb24(0x4b7)],'content':_0x115878[_0x72bb24(0x24c)](_0x58d845)['t'](_0x72bb24(0x40a))}),!0x1;let _0x2ece21=_0x115878['get'](_0x1094e2),{unitId:_0x180aaa,subUnitId:_0x54a3fa}=_0x4ac2f3,{value:_0x360dc8}=_0x1940a9;return _0x2ece21[_0x72bb24(0x2f6)](_0x4431fa['id'],{'unitId':_0x180aaa,'subUnitId':_0x54a3fa,'chartType':_0x360dc8,'range':_0x27e56e});}};function Vn(_0xb41e31,_0x576aa6){const _0x3dac01=_0x5c69fd;return _0xb41e31==null||Array[_0x3dac01(0x2a9)](_0xb41e31)?'':Hn(_0xb41e31[_0x3dac01(0x3c4)],_0x576aa6);}function Hn(_0x122691,_0x1672bd){const _0xb9737=_0x5c69fd;var _0x5f4766;let {unitId:_0x27be42,subUnitId:_0x2ea476,range:_0x26e0eb}=_0x122691,_0x208ed8=(_0x5f4766=_0x1672bd[_0xb9737(0x1a3)](_0x27be42))==null?void 0x0:_0x5f4766[_0xb9737(0x348)](_0x2ea476);return _0x208ed8?_0x2aeb0a(_0x208ed8[_0xb9737(0x40e)](),_0x26e0eb):'';}const Un=[{'label':_0x5c69fd(0x30d),'value':_0x2461ba[_0x5c69fd(0x13f)],'icon':_0x5c69fd(0x27f)},{'label':_0x5c69fd(0x373),'value':_0x2461ba[_0x5c69fd(0x3f3)],'icon':'ColumnChartIcon'},{'label':'sheets-chart-ui.chartTypes.pie','value':_0x2461ba[_0x5c69fd(0x38f)],'icon':_0x5c69fd(0x4cc)},{'label':_0x5c69fd(0x1f1),'value':_0x2461ba[_0x5c69fd(0x3e0)],'icon':_0x5c69fd(0x197)},{'label':_0x5c69fd(0x2b1),'value':_0x2461ba[_0x5c69fd(0x350)],'icon':'BarChartIcon'},{'label':_0x5c69fd(0x2ce),'value':_0x2461ba[_0x5c69fd(0x498)],'icon':_0x5c69fd(0x197)},{'label':'sheets-chart-ui.chartTypes.donut','value':_0x2461ba[_0x5c69fd(0x48e)],'icon':_0x5c69fd(0x4cc)},{'label':_0x5c69fd(0x3c8),'value':_0x2461ba[_0x5c69fd(0x1ac)],'icon':_0x5c69fd(0x2ad)},{'label':_0x5c69fd(0x328),'value':_0x2461ba['AreaStacked'],'icon':_0x5c69fd(0x2ad)},{'label':'sheets-chart-ui.chartTypes.areaPercentStacked','value':_0x2461ba[_0x5c69fd(0x431)],'icon':_0x5c69fd(0x2ad)},{'label':_0x5c69fd(0x211),'value':_0x2461ba['Radar'],'icon':_0x5c69fd(0x349)},{'label':_0x5c69fd(0x4fa),'value':_0x2461ba['Combination'],'icon':'ComboChartIcon'},{'label':_0x5c69fd(0x245),'value':_0x2461ba['Scatter'],'icon':'ScatterChartIcon'},{'label':'sheets-chart-ui.chartTypes.wordCloud','value':_0x2461ba[_0x5c69fd(0x44e)],'icon':_0x5c69fd(0x19e)},{'label':_0x5c69fd(0x1cb),'value':_0x2461ba[_0x5c69fd(0x4ba)],'icon':_0x5c69fd(0x4b2)},{'label':_0x5c69fd(0x42f),'value':_0x2461ba[_0x5c69fd(0x3b9)],'icon':_0x5c69fd(0x43c)},{'label':_0x5c69fd(0x2de),'value':_0x2461ba[_0x5c69fd(0x3b5)],'icon':_0x5c69fd(0x1d8)},{'label':_0x5c69fd(0x341),'value':_0x2461ba['Waterfall'],'icon':_0x5c69fd(0x41d)},{'label':_0x5c69fd(0x46b),'value':_0x2461ba[_0x5c69fd(0x256)],'icon':'ComboChartIcon'},{'label':_0x5c69fd(0x3c6),'value':_0x2461ba[_0x5c69fd(0x1a0)],'icon':_0x5c69fd(0x320)},{'label':'sheets-chart-ui.chartTypes.heatmap','value':_0x2461ba[_0x5c69fd(0x342)],'icon':_0x5c69fd(0x3b8)},{'label':'sheets-chart-ui.chartTypes.boxplot','value':_0x2461ba[_0x5c69fd(0x527)],'icon':_0x5c69fd(0x19a)}];function Wn(){return Un;}const Gn=(_0x5d2e88,_0x122505)=>{const _0x1c7d78=_0x5c69fd;if(_0x122505[_0x1c7d78(0x258)]===0x1&&_0x122505[0x0]===_0x1c7d78(0x15d))return _0x5d2e88;if(_0x122505[_0x1c7d78(0x258)]>0x1){let _0x328704=new Set();for(let _0x36df6b of _0x122505)_0x328704[_0x1c7d78(0x2c7)](Number(_0x36df6b));return _0x5d2e88[_0x1c7d78(0x1fc)](_0x32f8a2=>_0x328704[_0x1c7d78(0x1cf)](_0x32f8a2[_0x1c7d78(0x46d)]));}return[];};function _0x1178(){const _0x167c50=['area','sheets-chart-ui.settingsLabels.useAsCategoryLabels','getChartDataSource','sheets-chart-ui.relation.emphasis','default','auto','sheets-chart-ui.stackType.percent','layout','sheets-chart-ui.chartTypes.column','sheets-chart-ui.withColor','_initMenus','rightYAxisOptions','dataRange','asCategory','EmptyRect','univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','useEmphasis','anonymous','sidebarOptions$','Arrangement','_getPlacement','-1,234.56','_chartRenderService','_lastActiveSheet','sheets-chart-ui.dialog.numfmt.confirm','sheets-chart-ui.waterfall.negativeLegendText','keys','_markHostReady','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','sheets-chart-ui.indicatorLine','chartObject','fill','symbol','executeChartUpdateSourceConfig','sheets-chart-ui.titles.titleText','sheets-chart-ui.titles.xAxisTitle','Pie','globalAlpha','sheets-chart-ui.styleEditPanel.halfPie','sheets-chart-ui.styleEditPanel.pieValScale','trendlines','startsWith','univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.shape.roundRect','funnelUseAbsValue','disposeWithMe','doughnutHole','clearChart','push','promise','CUT','bubbleYAxis','activeChartModel','sheets-chart-ui.axes.verticalAxis','sheets-chart-ui.positionType.','content','runtimeAxes','focus$','_getOrCreateChartRenderInstance','_markNotReady','univer-ml-2\x20univer-transition-transform','SeriesName','removeHost','indicatorLabelTextColor','categoryIndex','REMOVE','PercentStack','sheets-chart-ui.shape.circle','gradientFill','sheets-chart-ui.styleEditPanel.showAxisLine','unitId','sheets-chart-ui.withSize','_generateCopyPasteMutations','floor','Relation','tooltipAxisLabelColor','sheets-chart-ui.withShape','HeatmapChartIcon','Bubble','pieBorderColor','includes','style$','wordCloud','mountNode','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','sheet.numfmt.general','open','sheet.chart.edit.panel','slice','rangeInfo','chartId','sheets-chart-ui.chartTypes.sankey','Stack','sheets-chart-ui.chartTypes.area','\x22*\x20#,##0','univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','ColumnPercentStacked','isManaged','sheets-chart-ui.trendline.addTrendLine','1930/08/05','univer-flex\x20univer-items-center\x20univer-text-base','sheets-chart-ui.category','canvas','xAxisTitle','Percentage','piecewise','sheets-chart-ui.position','invalidValueType','\x22#,##0.00_);[Red]-\x22','Combination','chartModelAdded$','_injector','univer-mb-2\x20univer-w-full\x20!univer-min-w-0','getDrawingData','sheets-chart-ui.gridlines.text','borderStyle','labelStyle','Bar','univer-w-[208px]','button','transparent','yAxisTitle','_removeHost$','useSubtotal','univer-mt-2-base','6194890wiMhmW','univer-text-2xl','areaLineStyle','config$','sheets-chart-ui.ticks.tickPosition','_getDrawable','sheets-chart-ui.dialog.numfmt.dateDesc','valueSuffix','univer-ml-3','context$','legend','Column','markHostNotReady','sheets-chart-ui.dataPoint','pieLabelStyle','univer-flex','groupId','hasPaddingAngle','sheets-chart-ui.withFormat','sheets-chart-ui.dialog.numfmt.decimalPlaces','sheets-chart-ui.indicatorLabel','sheets-chart-ui.ticks.tickLength','_setHostStyle','allSeriesId','getBatchAddOp','interceptCommand','toPrimitive','target','08-05','_disposeChartDomInstance','current','dispose','pow','sheets-chart-ui.styleEditPanel.showDataLabels','sheets-chart-ui.msg.invalidSource','drawingIds','sheets-chart-ui.stackType.stack','\x22#,##0.00)','getName','rosePie','getFocusedUnit','backgroundColor','poly','_sheetClipboardService','univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','section','_sheetsChartUIService','nodeShape','Url','univer-my-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','univer-my-2','titleAlign','getViewState','WaterfallChartIcon','sheet.operation.hide-chart-panel','assign','chartThemeColorType','sheets-chart-ui.relation.edgeLength','Fail\x20to\x20create\x20float\x20dom','size','_getHostPlacement','EmptyArrow','Force','multiply','startColumn','Triangle','_initCopyPaste','subUnitId','sheets-chart-ui.styleEditPanel.pieValSuffix','sheets-chart-ui.customChart','paretoDataPointsOptions','sheets-chart-ui.chartTypes.bubble','_copyInfo','AreaPercentStacked','sheets-chart-ui.trendline.trendlineDashType','direction$','sheets-chart-ui.styleEditPanel.labelRotate','sheets-chart-ui.relation.forceOptions','sheets-chart-ui.indicatorLineType','forceOption','getDefaultTheme','resolve','_localeService','_contextService','BubbleIcon','sheets-chart-ui.gradientFill','endY','axisTitleAlign','_setChartRuntimeZIndex','sheets-chart-ui.trendline.pow','_registerComponents','r2Color','borderColor','getWordCloudImageMaskMap','sheets-chart-ui.relation.circular','domId','naturalWidth','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.value','iterator','title','sheet.numfmt.date','WordCloud','Center','indicator','version','repulsion','(1,235)\x20','relationLayout','_drawingManagerService','sheets-chart-ui.trendline.order','split','priority','_generateCutPasteMutations','sheets-chart-ui.point','Zero','_initActiveRuntimeLayerListener','getMatrix','key','allSeriesStyle','indicatorLineColor','red','redo','wordCloudRepeat','sheets-chart-ui.trendline.period','range','sheets-chart-ui.chartType','univer-sheet-chart-format-dialog-id','negative','selectMode','scene','sheets-chart-ui.chartTypes.pareto','sheets-chart-ui.titles.titleFormat','value','_initCommands','13:30:30','getSkeleton','getTransformerByCreate','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','yyyy\x22年\x22MM\x22月\x22dd\x22日\x22','getContextValue','None','CHART','setBorder','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-600','lineWidth','sheets-chart-ui.shape.square','showLabelLine','drawImage','Dom','funnelGap','sheets-chart-ui.dialog.numfmt.accounting','packageName','Outside','getConfig','_debounceHandleMap','8px','_sheetDrawingService','getObject','sheet.numfmt.accounting','sheets-chart-ui.ticks.majorTick','sheets-chart-ui.chartTypes.pie','translate','sheets-chart-ui.styleEditPanel.useAbsValue','_applyActiveChartRuntimeZIndex','titlePosition','Doughnut','isNaN','sheets-chart-ui.styleEditPanel.dateAxisTips','items','_getChartRenderObject','sheets-chart-ui.styleEditPanel.showLabels','sheets-chart-ui.relation.auto','sheets-chart-ui.axes.useRightAxis','univer-w-full\x20!univer-min-w-0','getDrawingOrder','BarPercentStacked','save','getImage','sheetTransform','Diamond','startRow','startY','Numeric','_initSheetChange','forceRender','_drawChartImage','sheets-chart-ui.titles.title','sheets-chart-ui.axes.rightAxis','univer-flex\x20univer-h-6\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','sheets-chart-ui.trendline.showR2','univer-flex\x20univer-flex-col\x20univer-gap-4','_getChartSnapshotKey','top','_disposeChartRenderInstance','\x22fillOpacity\x22','getFocusDrawings','isRender','force','_chartHostProviderService','bubbleSeries','FunnelIcon','univer-mb-2','univer-grid\x20univer-w-[290px]\x20univer-grid-cols-4\x20univer-gap-2\x20univer-p-2','specialChartWidthMap','Row','Error','small','univer-flex\x20univer-flex-col\x20univer-gap-2.5','Funnel','_mountNode','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','sheet.numfmt.thousandthPercentile','getChartPopupMenus','init','getChartSnapshotImage','sheets-chart-ui.dialog.numfmt.formatTypes','CategoryName','theme','dataSource','_cancelHostWait','univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','config','bottom','chartModelId','point','endColumn','PieChartIcon','Pin','sheets-chart-ui.align.','Smooth','1,235)','M\x22月\x22d\x22日\x22','opacity','params','sheets-chart-ui.doughnutHole','_iconManager','registerCommand','_requestPaint','headers','complete','#,##0.00_);-#,##0.00','updateFloatDomProps','none','drawingType','_sidebarDisposable','sheets-chart-ui.relation.useValueAsSymbolSize','gap','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','close','join','src','sheets-chart-ui.withThickness','constructor','_rerenderLatest','order','sheets-chart-ui.styleEditPanel.showLabelLine','sheets-chart-ui.shape.none','getSubUnitId','strokeWidth','sheets-chart-ui.max','_sheetSkeletonService','seriesIndexes','13:30','Image','sheets-chart-ui.dialog.numfmt.currencyDesc','sheets-chart-ui.waterfall.subtotalStyle','_configService','pareto','univer-text\x20univer-mb-2\x20univer-text-sm','_generatePasteMutations','_pendingToken','syncHostLayout','sheets-chart-ui.chartTypes.combination','univer-mt-2','_shouldSuppressSnapshot','commitSnapshot','_clearSheetChartRuntimeCaches','heatmapMin','_savedWrapperStyle','positive','silent','inactive-sheet','univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','getObjectIncludeInGroup','sheets-chart-ui.styleEditPanel.gap','object','setHostStyle','test','sheet.numfmt.currency','naturalHeight','call','sheets-chart-ui.seriesBlock.format','isInGroup','Polygon','sheets-chart-ui.series','sheets-chart-ui.trendline.log','sheets-chart-ui.waterfall.showSubtotal','missing-float-dom','registerViewState','reverse','categoryList','exp','_draw','sheets-chart-ui.shape.emptyRoundRect','univer-flex-1\x20univer-overflow-auto','sheets-chart-ui.trendline.linear','sheets-chart-ui.trendline.name','\x22#,##0.00_);-\x22','getRegisteredThemes','hidePanel','parentElement','unsubscribe','univer-box-border\x20univer-h-8','show','getRuntimeContext','sheets-chart-ui.trendline.displayName','hasOwnProperty','Boxplot','delete','sheets-chart-ui.titles.titleAlign','rotateLabel','render','endX','onDispose','isRowDirection','set','height','number','_createHost','text','EmptyRoundRect','yyyy/MM/dd','position$','printChart','registerRenderObjectFactory','span','pipe','_createCopyInfoByRange','onRendered','getBatchRemoveOp','Line','xAxisOptions','Circular','setStyle','updateWatermark','div','bubbleLabel','chartModelRemoved$','label','waterfallStack','sheets-chart-ui.shape.emptyCircle','hidden','animation','_registerIcons','sheets-chart-ui.styleEditPanel.labelText','getRenderModel','isHalfPie','top\x20left','titleFontSize','Value','serialize','sheets-chart-ui.styleEditPanel.rosePie','sheets-chart-ui.waterfall.subtotalLegendText','sheets-chart-ui.invalidType.gaps','chartRenderMode','paretoStyle','univer-flex\x20univer-items-center','gridLine','RoundRect','OPERATION','all','univer-box-border\x20univer-w-full\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','Hide','onTransformChange$','seriesStyleMap','isLatest','time','createChartInstance','_markReady','scaleX','3PjZypg','maskImage','createElement','sheets-chart-ui.categoryDefaultName','sheets-chart-ui.pareto.lineSeries','firstChartType','UNIVER_SHEET','objects','univer-ml-2\x20univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-sm\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','isConnected','yyyy-MM-dd','setActiveChartModel','sheets-chart-ui.dialog.numfmt.currencyTypes','sheets-chart-ui.align.left','primary','_renderDebounceMap','_renderManagerService','deepClone','dataPoints','create','chart-host','seriesIndex','aggregate','isDomReady','clear','applyPoint','icon','openChartPanelById','add$','_getChartRenderObjectContext','sheets-chart-ui.shape.emptyArrow','univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','122970edlclD','Percent','labelContentType','combination','_openPanel','_chartThemeService','univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','sheets-chart-ui.shape.emptyPin','boxSizing','type','_currentModel','removeHost$','4241824ijzpwm','categoryType','axes','radar','BarChartIcon','_renderChartModel','forEach','BoxplotIcon','_snapshotKey','tick','orient','CloudIcon','getSheetBySheetName','Sankey','cancel','_cancelDebouncedCallbacks','getUnit','toSpec','getFloatDomInfo','univer-mt-2.5','sheets-chart-ui.axes.horizontalAxis','_initPermission','string','getDataSource','parseFloat','Area','_waiter','1.0.0-alpha.2','asObservable','setProps','_chartModelService','univer-size-4','endsWith','rtl','series','trendline','sort','_disposed','isFinite','_createChartRenderInstanceContext','subTitleFontSize','entries','item','Circle','Break','startX','parent','sheets-chart-ui.bubble.xAxis','format','sheets-chart-ui.axes.axisOptions','mergeMenu','156772rgQWVg','getUnitId','_rangeSelectMode','univer-text-xs','_themeService','sheets-chart-ui.chartTypes.funnel','sheets-chart-ui.default','_url','markNotReady','has','\x22#,##0.00_);(\x22','map','_activeChartId','getHostSize','1px\x20solid\x20','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','contentType','#,##0_);(#,##0)','RelationshipIcon','onCommandExecuted','maxDecimals','min','rect','from','_lastRenderInputMap','datetime','_chartHostProvider','sheets-chart-ui.cloud.title','radarShape','url','getFormatInfo','_debounceHandle','subscribeEvent','remove','sheets-chart-ui.border','univer-text-base','univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold','darkMode$','sheets-chart-ui.lineType.line','_resizeChart','digitalFixed','relationNodeShape','sheets-chart-ui.dialog.numfmt.currency','sheets-chart-ui.chartTypes.bar','getColors','getElementById','stackType','sheets-chart-ui.titles.yAxisTitle','univer-size-5','focusDrawing','subtotal','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','sheets-chart-ui.shape.pin','circular','filter','heatmap','sheets-chart-ui.styleEditPanel.reverseAxisOrder','DEFAULT_PASTE','wordCloudMask','symbolType','indexOf','yAxisOptions','univer-rounded-lg\x20univer-p-2','imageBitmap','funnel','nextVersion','univer-absolute\x20univer-right-2\x20univer-top-2','waterfall','every','_renderModelMap','EmptyTriangle','sheets-chart-ui.align.right','suffix','Text','dataPointsOptions','sheets-chart-ui.chartTypes.radar','A/P\x20h:mm','setImage','_activeDomReadyChartIds','category','_focusedDrawings','getSheetId','defineProperty','univer-w-full\x20univer-rounded-lg\x20univer-bg-gray-50\x20univer-p-0\x20dark:!univer-bg-gray-900','subscribe','sheets-chart-ui.stack','isRosePie','sheets-chart-ui.indicatorLineColor','removeChartModel','barStyle','seriesList','univer-flex-1','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','下午1:30','sheets-chart-ui.shape.emptyDiamond','_urlImage','Dashed','resize','sheets-chart-ui.chartAndAxisTitles','_pendingHost','fontSize','decorate','univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','_chartRenderMode','_menuManagerService','concat','setContextValue','sheet.command.menu-insert-chart','_(\x22','sheets-chart-ui.relation.title','transform','Radar','_commandService','sheets-chart-ui.color','sheets-chart-ui.reset','_snapshotStore','_sidebarService','areaOpacity','_sheetInterceptorService','Scatter','devicePixelRatio','sheets-chart-ui.withType','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','ensureHandle','mode','#ffffff','sheets-chart-ui.withOpacity','sheets-chart-ui.chartTypes.scatter','sheets-chart-ui.legendSelectMode','absolute','_getSceneAndTransformerByDrawingSearch','seriesResourceIndexes','_listenChartUpdateMutations','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','get','stylizeSpec','toString','indicatorLineType','sheets-chart-ui.dashType.dash','_getOrCreateSheetChartHost','width','sheets-chart-ui.trendline.poly','univer-relative\x20univer-box-border\x20univer-gap-4\x20univer-rounded-xl\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-700\x20dark:!univer-shadow-none','beforeCommandExecuted','Pareto','applyStyle','length','sheets-chart-ui.align.center','appendChild','log','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600','__default__','Multiple','Arrow','#,##0_);[Red](#,##0)','bubbleCategoryList','querySelector','_chartSnapshotStoreService','pluginName','_activateHostWrapper','next','_getWatermark','univer-mb-2\x20univer-flex\x20univer-items-center','markReady','Auto','univer-mb-2\x20univer-mt-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','yAxis','Horizontal','indicatorLabelColor','COMMAND','_getFloatDomInfo','EmptySquare','MEDIA','sheets-chart-ui.pareto.barSeries','\x22#,##0.00_);\x22','sheets-chart-ui.titles.titlePosition','img','drawWith','content-box','_sheetCanvasFloatDomManagerService','useDateAxis','sheets-chart-ui.styleEditPanel.useDateAxis','_entries','getCurrentTypeOfUnit$','activeSheet$','LineChartIcon','checkHost','seriesResourceList','rightYAxis','getRenderColor','getOwnPropertyDescriptor','then','Stacked','h:mm:ss','className','sheets-chart-ui.allSeries','1930年08月05日','bubbleSizeSeriesId','getValue','univer-relative\x20univer-box-border\x20univer-gap-4\x20univer-rounded-xl\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-700\x20dark:!univer-shadow-none','register','sheets-chart-ui.shape.rect','sheets-chart-ui.theIndexItem','onload','univer-leading-1\x20univer-cursor-pointer\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','univer-text-gray-500','sheets-chart-ui.trendline.movingAvg','dataAggregation$','remove$','color','date','getChartModel','Step','axis','_sheetPermissionCheckController','initPanel','sheets-chart-ui.hideChartPanel','seriesValues','sheets-chart-ui.gridlinesAndTicks','_createImageChartHost','!univer-min-w-0\x20univer-flex-1','baseOn','169316qhcNPw','valueScale','relation','executeChartUpdateConfig','univer-sheet-chart-format-dialog','isArray','bubbleXAxis','drawingId','sheets-chart-ui.insertChart','AreaChartIcon','_renderWhenConfigReady','_restoreHostWrapper','fillOpacity','sheets-chart-ui.chartTypes.barStacked','sheets-chart-ui.waterfall.negative','otherChartType','univer-mb-2\x20univer-text-sm\x20univer-font-medium','root','_updateTransform','sheets-chart-ui.lineType.step','#-#','227025MaVDTq','rangeInfo$','_clearChartRuntimeCache','_getImage','visualMapType','ColumnStacked','left','sheets-chart-ui.min','scale(','sheets-chart-ui.dialog.numfmt.negativeNumberTypes','tooltipAxisColor','tooltip','280ebSvlo','registerRenderModel','add','sheets-chart-ui.dialog.numfmt.date','INSERT','_applyHostPlacement','sheets-chart-ui.relation.layoutType','chartType','_initActiveChartModelListener','sheets-chart-ui.chartTypes.barPercentStacked','image','1930-08-05','Left','sheets-chart-ui.waterfall.positive','DRAWING_CHART','sheets-chart-ui.fill','EmptyPin','subtitle','contains','_componentManager','lineOrArea','383286AtylFe','overflow','Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','\x22#,##0.00_);[Red](\x22','sheets-chart-ui.chartTypes.relation','sheets-chart-ui.seriesDefaultName','Link','pie','Waterfall','invert','_resolveChartRenderMode','bold','sheets-chart-ui.line','sheets-chart-ui.legendSelectModeType.','UniverSheetsChartUIPlugin','sheets-chart-ui.dialog.numfmt.generalDesc','registerFeatureMenu','featurePluginOrderUpdate$','ensureHost','invalidateSnapshot','makeDirty','movingAvg','_init','border','_requestChartCanvasRender','gravity','rotate','sheet.operation.open-chart-panel','executeCommand','getRenderById','_pendingMutationConfigRenders','sheets-chart-ui.shape.arrow','wordCloudShape','_chartHostMap','sheets-chart-ui.backgroundColor','sheets-chart-ui.styleEditPanel.labelPosition','titles','univer-mt-5\x20univer-flex\x20univer-justify-end','zIndex','_univerInstanceService','setOption','A/P\x20hh:mm','univer-flex\x20univer-items-center\x20univer-justify-between','.chart-host','Right','find','position','_chartInstanceMap','#,##0.00_);[Red]-#,##0.00','sheets-chart-ui.waterfall.negativeStyle','undo','sheets-chart-ui.chartTypes.line','Single','_resetChartRuntimeZIndex','some','getRangeInfo','getBatchUpdateOp','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','reduce','shape','#,##0.00_);#,##0.00','showFormula','linear','_sheetsChartService','restore','dashType','missing-active-sheet','getTheme','textStyle','getActiveSheet','SankeyChartIcon','_getChartRenderSkipReason','Empty','xAxis','_managed','scaleY','name','rangeSelectMode','sheets-chart-ui.chartTypes.areaStacked','sheets-chart-ui.shape.emptyRect','repeat','isHit','1,234.56','sheetDisposed$','style','univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','onStarting','getDirection','univer-w-[136px]','sheets-chart-ui.waterfall.stackType','heatmapMax','rightYAxisTitle','sheets-chart-ui.relation.repulsion','univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_isProviderDisposed','sheets-chart-ui.editChart','Bottom','handleActiveSubUnitChange','130jqBxCc','bind','setConfig','useValueAsSymbolSize','pointerEvents','sheets-chart-ui.chartTypes.waterfall','Heatmap','function','Canvas','GROUP','_registerChartImageRenderObjectFactory','abs','getSheetBySheetId','RadarChartIcon','sheets-chart-ui.dialog.setFormat','sheets-chart-ui.lineType.smooth','engine','visible','_getOuterRect','addClipboardHook','BarStacked','symbolSize','_sheetCanvasPopManagerService','showR2','@univerjs-pro/sheets-chart-ui','1,235','values','markUnmanaged','_viewState','_initDrawingDeactivationListener','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','Linear','getCurrentUnitOfType','Top','max','Inside','sheets-chart-ui.addDataPoint','period','sheets-chart-ui.waterfall.stacked','sheets-chart-ui.titles.rightYAxisTitle','univer-w-full','checkMounted','sheets-chart-ui.dataRange','sheets-chart-ui.shape.emptyTriangle','08-05\x20下午\x2001:30','dom','transformOrigin'];_0x1178=function(){return _0x167c50;};return _0x1178();}function Kn(_0x5e2ef8){const _0x433fb1=_0x5c69fd;let _0x546b69=_0x5e2ef8[_0x433fb1(0x24c)](_0x3b6df4),_0x41b20f=_0x368616(_0x5e2ef8),_0x27bd93=Gn(Wn()['concat'](),_0x41b20f);return{'id':Bn['id'],'type':_0x2b32de['SELECTOR'],'selections':_0x27bd93,'icon':'ChartIcon','tooltip':_0x433fb1(0x2ac),'activated$':_0x50bc6e(_0x546b69,!0x1,()=>new _0x5db48c(_0x350ebe=>{const _0x2413ae=_0x433fb1;_0x350ebe[_0x2413ae(0x266)](!0x1);})),'hidden$':_0x5572f1(_0x5e2ef8,_0x2adaaf[_0x433fb1(0x16d)]),'disabled$':_0x37bb9d(_0x5e2ef8)};}const qn={[_0x26fb7f[_0x5c69fd(0x272)]]:{[Bn['id']]:{'order':0x4,'menuItemFactory':Kn}}};function Jn(_0x2fcb4a,_0x5b7476=0x1){const _0x94f0d7=_0x5c69fd;return{'width':Math[_0x94f0d7(0x35e)](_0x5b7476,_0x2fcb4a[_0x94f0d7(0x252)]-0x10),'height':Math['max'](_0x5b7476,_0x2fcb4a[_0x94f0d7(0x530)]-0x10)};}function Yn(_0x8677b5,_0x2da73f={},_0x3c9eca){const _0x380f0c=_0x5c69fd;var _0x35e6d9,_0x142344;let _0xf53066=(_0x35e6d9=_0x2da73f[_0x380f0c(0x166)])==null?0x1:_0x35e6d9,_0x139b00=(_0x142344=_0x2da73f['scaleY'])==null?0x1:_0x142344,_0x2b768a=Jn(_0x8677b5),_0x5da534=Xn(_0x8677b5,{'scaleX':_0xf53066,'scaleY':_0x139b00}),_0x5515c8=Zn(_0x3c9eca);return{'left':_0x5da534[_0x380f0c(0x2bf)]-_0x5515c8['left'],'top':_0x5da534[_0x380f0c(0x4aa)]-_0x5515c8[_0x380f0c(0x4aa)],'width':_0x2b768a[_0x380f0c(0x252)],'height':_0x2b768a[_0x380f0c(0x530)],'scaleX':_0xf53066,'scaleY':_0x139b00};}function Xn(_0xa0454f,_0x1e2baf){var _0x4c2655;let _0x1fa9cc=((_0x4c2655=_0xa0454f['strokeWidth'])==null?0x0:_0x4c2655)/0x2;return{'left':(_0x1fa9cc+0x8)*_0x1e2baf['scaleX'],'top':(_0x1fa9cc+0x8)*_0x1e2baf['scaleY']};}function Zn(_0x56f74c){const _0x406122=_0x5c69fd;return _0x56f74c?{'left':_0x56f74c[_0x406122(0x247)][_0x406122(0x2bf)]?0x0:Qn(_0x56f74c[_0x406122(0x52c)]-_0x56f74c[_0x406122(0x1c0)],_0x56f74c[_0x406122(0x252)]),'top':_0x56f74c[_0x406122(0x247)][_0x406122(0x4aa)]?0x0:Qn(_0x56f74c[_0x406122(0x43e)]-_0x56f74c['startY'],_0x56f74c['height'])}:{'left':0x0,'top':0x0};}function Qn(_0x43cbf4,_0x5166fe){const _0x356f5f=_0x5c69fd;return Math[_0x356f5f(0x35e)](_0x43cbf4-0x2,0x0)-Math[_0x356f5f(0x35e)](_0x5166fe-0x4,0x0);}function $n(_0x4f9a40){'@babel/helpers - typeof';const _0x189da2=_0x5c69fd;return $n=typeof Symbol==_0x189da2(0x343)&&typeof Symbol[_0x189da2(0x44b)]==_0x189da2(0x38b)?function(_0x5dfbb0){return typeof _0x5dfbb0;}:function(_0x1ec905){const _0x1b1854=_0x189da2;return _0x1ec905&&typeof Symbol==_0x1b1854(0x343)&&_0x1ec905[_0x1b1854(0x4e6)]===Symbol&&_0x1ec905!==Symbol['prototype']?_0x1b1854(0x38b):typeof _0x1ec905;},$n(_0x4f9a40);}function er(_0x15b88f,_0x2ae7c9){const _0x43885e=_0x5c69fd;if($n(_0x15b88f)!=_0x43885e(0x507)||!_0x15b88f)return _0x15b88f;var _0x560466=_0x15b88f[Symbol[_0x43885e(0x402)]];if(_0x560466!==void 0x0){var _0x438b91=_0x560466[_0x43885e(0x50c)](_0x15b88f,_0x2ae7c9||_0x43885e(0x36f));if($n(_0x438b91)!=_0x43885e(0x507))return _0x438b91;throw TypeError(_0x43885e(0x1f9));}return(_0x2ae7c9==='string'?String:Number)(_0x15b88f);}function tr(_0x107ada){const _0x52d013=_0x5c69fd;var _0xdfd9a8=er(_0x107ada,_0x52d013(0x1a9));return $n(_0xdfd9a8)=='symbol'?_0xdfd9a8:_0xdfd9a8+'';}function X(_0x32ac12,_0x215201,_0x426582){const _0x49839f=_0x5c69fd;return(_0x215201=tr(_0x215201))in _0x32ac12?Object[_0x49839f(0x218)](_0x32ac12,_0x215201,{'value':_0x426582,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x32ac12[_0x215201]=_0x426582,_0x32ac12;}function nr(_0x35072b){const _0x885ed0=_0x5c69fd;(_0x35072b==null?void 0x0:_0x35072b[_0x885ed0(0x190)])===_0x19b9c2['ImageBitmap']&&_0x35072b['imageBitmap'][_0x885ed0(0x4e2)]();}function rr(_0x315750){const _0x139fcc=_0x5c69fd;return _0x315750[_0x139fcc(0x3b1)]+_0x139fcc(0x2b8)+_0x315750[_0x139fcc(0x42b)]+_0x139fcc(0x2b8)+_0x315750[_0x139fcc(0x3c5)];}var ir=class extends _0x3b8ec0{constructor(..._0x5b8287){const _0x2686c8=_0x5c69fd;super(..._0x5b8287),X(this,_0x2686c8(0x27c),new Map());}[_0x5c69fd(0x207)](_0x55f912){const _0x15d41b=_0x5c69fd;var _0x4fd713;let _0x53ac8f=rr(_0x55f912),_0x344484=(_0x4fd713=this[_0x15d41b(0x27c)]['get'](_0x53ac8f))==null?{'version':0x0}:_0x4fd713;return _0x344484['version']+=0x1,this[_0x15d41b(0x27c)]['set'](_0x53ac8f,_0x344484),_0x344484[_0x15d41b(0x451)];}[_0x5c69fd(0x162)](_0x2c8576,_0x530868){const _0x500dcc=_0x5c69fd;var _0x30d0bc;return((_0x30d0bc=this[_0x500dcc(0x27c)][_0x500dcc(0x24c)](rr(_0x2c8576)))==null?void 0x0:_0x30d0bc[_0x500dcc(0x451)])===_0x530868;}['setImage'](_0x592ae5,_0x307d50,_0x11a4c3){const _0x369926=_0x5c69fd;var _0x51bf31;if(!this['isLatest'](_0x592ae5,_0x11a4c3))return nr(_0x307d50),!0x1;let _0x2f0a8a=rr(_0x592ae5),_0x467c5a=(_0x51bf31=this[_0x369926(0x27c)][_0x369926(0x24c)](_0x2f0a8a))==null?{'version':_0x11a4c3}:_0x51bf31,_0x362485=_0x467c5a[_0x369926(0x2cf)];return _0x467c5a[_0x369926(0x2cf)]=_0x307d50,_0x467c5a[_0x369926(0x451)]=_0x11a4c3,this[_0x369926(0x27c)][_0x369926(0x52f)](_0x2f0a8a,_0x467c5a),_0x362485!==_0x307d50&&nr(_0x362485),!0x0;}[_0x5c69fd(0x49a)](_0x608051){const _0x8e4e75=_0x5c69fd;var _0x442249;return(_0x442249=this['_entries'][_0x8e4e75(0x24c)](rr(_0x608051)))==null?void 0x0:_0x442249['image'];}['clearImage'](_0x168e7f){const _0x3c5fd3=_0x5c69fd;let _0x20b958=rr(_0x168e7f),_0x444f03=this[_0x3c5fd3(0x27c)][_0x3c5fd3(0x24c)](_0x20b958);_0x444f03&&(nr(_0x444f03[_0x3c5fd3(0x2cf)]),this['_entries'][_0x3c5fd3(0x528)](_0x20b958));}[_0x5c69fd(0x39a)](_0x3a1559){const _0x30bea1=_0x5c69fd;for(let [_0x683c59,_0x1a577e]of this['_entries'])_0x683c59[_0x30bea1(0x1b3)](_0x30bea1(0x2b8)+_0x3a1559)&&(nr(_0x1a577e[_0x30bea1(0x2cf)]),this[_0x30bea1(0x27c)][_0x30bea1(0x528)](_0x683c59));}[_0x5c69fd(0x407)](){const _0x45f373=_0x5c69fd;this[_0x45f373(0x27c)][_0x45f373(0x199)](_0x1a4b11=>nr(_0x1a4b11[_0x45f373(0x2cf)])),this[_0x45f373(0x27c)]['clear'](),super[_0x45f373(0x407)]();}};function ar(_0x1110dc,_0x3d601d=0x7d0){let _0x173b00=null,_0x2ebcdc=null,_0x3dfbfb=!0x1,_0x5ee276=()=>{},_0x530027=()=>{_0x173b00!=null&&(clearInterval(_0x173b00),_0x173b00=null),_0x2ebcdc!=null&&(clearTimeout(_0x2ebcdc),_0x2ebcdc=null);};return{'promise':new Promise((_0x570944,_0x318c4f)=>{_0x5ee276=_0x318c4f;let _0x7bff25=()=>{const _0x23f17d=_0x3995;let _0x5363fa=document[_0x23f17d(0x1f3)](_0x1110dc);!_0x5363fa||_0x3dfbfb||(_0x3dfbfb=!0x0,_0x530027(),_0x570944(_0x5363fa));};_0x7bff25(),!_0x3dfbfb&&(_0x173b00=setInterval(_0x7bff25,16.666666666666668),_0x2ebcdc=setTimeout(()=>{const _0x4894f9=_0x3995;_0x3dfbfb||(_0x3dfbfb=!0x0,_0x530027(),_0x318c4f(Error(_0x4894f9(0x4bc)+_0x1110dc+'\x22.')));},_0x3d601d));}),'cancel':()=>{const _0x30d415=_0x3995;_0x3dfbfb||(_0x3dfbfb=!0x0,_0x530027(),_0x5ee276(Error(_0x30d415(0x2dc)+_0x1110dc+'\x22.')));}};}function or(_0x5e7c04,_0x208568){const _0x5aff83=_0x5c69fd;let _0x17d8bb=document['createElement'](_0x5aff83(0x144));return _0x17d8bb[_0x5aff83(0x32e)][_0x5aff83(0x252)]=_0x5e7c04+'px',_0x17d8bb[_0x5aff83(0x32e)][_0x5aff83(0x530)]=_0x208568+'px',_0x17d8bb[_0x5aff83(0x32e)][_0x5aff83(0x2f1)]='0',_0x17d8bb[_0x5aff83(0x32e)][_0x5aff83(0x18f)]=_0x5aff83(0x278),_0x17d8bb[_0x5aff83(0x32e)][_0x5aff83(0x2bf)]='0',_0x17d8bb['style'][_0x5aff83(0x4aa)]='0',_0x17d8bb[_0x5aff83(0x32e)][_0x5aff83(0x2db)]=_0x5aff83(0x14a),_0x17d8bb[_0x5aff83(0x288)]=_0x5aff83(0x17b),_0x17d8bb;}var sr=class extends _0x3b8ec0{constructor(_0x21491b,_0x3e3383,_0x402e87,_0x7c472e,_0x53628b,_0x402312,_0x3beb74){const _0x5108b4=_0x5c69fd;super(),this['chartId']=_0x21491b,this[_0x5108b4(0x270)]=_0x3e3383,this[_0x5108b4(0x37f)]=_0x402e87,this[_0x5108b4(0x3fe)]=_0x7c472e,this[_0x5108b4(0x338)]=_0x53628b,this['_markReady']=_0x402312,this[_0x5108b4(0x3a6)]=_0x3beb74,X(this,_0x5108b4(0x242),_0x5108b4(0x369)),X(this,_0x5108b4(0x4bb),null),X(this,_0x5108b4(0x324),!0x1),X(this,'_pendingToken',null),X(this,'_pendingHost',null),X(this,'_waiter',null),X(this,'_savedWrapperStyle',null);}['isManaged'](){const _0x528071=_0x5c69fd;return this[_0x528071(0x324)];}[_0x5c69fd(0x357)](){this['_managed']=!0x1;}['getRect'](){const _0x5e3fb5=_0x5c69fd;let _0x4d5b84=this['_getPlacement']();return _0x4d5b84?{'width':_0x4d5b84[_0x5e3fb5(0x252)],'height':_0x4d5b84[_0x5e3fb5(0x530)]}:null;}[_0x5c69fd(0x142)](_0x53c1d7){const _0x22a586=_0x5c69fd;this[_0x22a586(0x3fe)](_0x53c1d7);}async[_0x5c69fd(0x241)](){const _0x5f258e=_0x5c69fd;var _0x2dbe7f;if(this[_0x5f258e(0x1b8)]||this[_0x5f258e(0x338)]())throw Error(_0x5f258e(0x422));let _0x7cecbd=this['_getFloatDomInfo'](),_0x7c8d40=(_0x2dbe7f=_0x7cecbd==null?void 0x0:_0x7cecbd[_0x5f258e(0x447)])==null?this[_0x5f258e(0x3c5)]:_0x2dbe7f,_0x3ab3e0=document['getElementById'](_0x7c8d40);if(this[_0x5f258e(0x4bb)]&&_0x3ab3e0!=null&&_0x3ab3e0[_0x5f258e(0x2d7)](this['_mountNode']))return{'mountNode':this[_0x5f258e(0x4bb)],'dispose':()=>{const _0x2bec0c=_0x5f258e;this[_0x2bec0c(0x407)](),_0x7cecbd==null||_0x7cecbd[_0x2bec0c(0x407)][_0x2bec0c(0x407)]();}};if(this[_0x5f258e(0x229)])return this[_0x5f258e(0x229)];let _0x522fb3=this[_0x5f258e(0x532)]();return this[_0x5f258e(0x229)]=_0x522fb3,_0x522fb3[_0x5f258e(0x285)](()=>{const _0x11be65=_0x5f258e;this['_pendingHost']===_0x522fb3&&(this[_0x11be65(0x229)]=null);},()=>{const _0x51e02e=_0x5f258e;this[_0x51e02e(0x229)]===_0x522fb3&&(this[_0x51e02e(0x229)]=null);}),_0x522fb3;}async['ensureMount'](){const _0xbb78f8=_0x5c69fd;try{return(await this[_0xbb78f8(0x241)]())[_0xbb78f8(0x3be)];}catch{return null;}}[_0x5c69fd(0x365)](){const _0x5c3f73=_0x5c69fd;var _0x3c2b9c;let _0x587ab2=this['_getFloatDomInfo'](),_0x1bf60c=(_0x3c2b9c=_0x587ab2==null?void 0x0:_0x587ab2[_0x5c3f73(0x447)])==null?this['chartId']:_0x3c2b9c,_0x491414=document[_0x5c3f73(0x1f3)](_0x1bf60c);return!!(this[_0x5c3f73(0x4bb)]&&_0x491414!=null&&_0x491414[_0x5c3f73(0x2d7)](this[_0x5c3f73(0x4bb)]));}['syncLayout'](){const _0x138ffc=_0x5c69fd;if(!this[_0x138ffc(0x4bb)])return;let _0x335ad9=this[_0x138ffc(0x37f)]();_0x335ad9&&this[_0x138ffc(0x2ca)](this[_0x138ffc(0x4bb)],_0x335ad9);}[_0x5c69fd(0x269)](){const _0x58d058=_0x5c69fd;this[_0x58d058(0x165)]();}[_0x5c69fd(0x1ce)](){const _0x492b20=_0x5c69fd;this[_0x492b20(0x3a6)]();}[_0x5c69fd(0x407)](){const _0x1ebfff=_0x5c69fd;var _0x592d89;this[_0x1ebfff(0x1b8)]||(this[_0x1ebfff(0x1ce)](),this[_0x1ebfff(0x4f8)]=null,this[_0x1ebfff(0x229)]=null,this[_0x1ebfff(0x4c5)](),this[_0x1ebfff(0x324)]=!0x1,(_0x592d89=this[_0x1ebfff(0x4bb)])==null||_0x592d89[_0x1ebfff(0x1e7)](),this['_mountNode']=null,this[_0x1ebfff(0x2af)](),super['dispose']());}async[_0x5c69fd(0x532)](){const _0x3af698=_0x5c69fd;var _0x501379;let _0x2fd285=this['_getFloatDomInfo']();if(!_0x2fd285)throw Error(_0x3af698(0x422));let _0x505f56=this[_0x3af698(0x37f)]();if(!_0x505f56)throw Error(_0x3af698(0x422));let _0x61ad26=or(_0x505f56[_0x3af698(0x252)],_0x505f56['height']);this[_0x3af698(0x2ca)](_0x61ad26,_0x505f56);let _0x142734=(_0x501379=_0x2fd285[_0x3af698(0x447)])==null?this[_0x3af698(0x3c5)]:_0x501379,_0x52f16e=ar(_0x142734),_0x2c7b92=Symbol(this[_0x3af698(0x3c5)]);this[_0x3af698(0x4f8)]=_0x2c7b92,this[_0x3af698(0x1ad)]=_0x52f16e;try{var _0x355350;let _0x3eaae8=await _0x52f16e[_0x3af698(0x39c)],_0x59e3e6=this[_0x3af698(0x270)](),_0x5c74a8=(_0x355350=_0x59e3e6==null?void 0x0:_0x59e3e6['domId'])==null?this[_0x3af698(0x3c5)]:_0x355350;if(this[_0x3af698(0x1b8)]||this[_0x3af698(0x338)]()||this['_pendingToken']!==_0x2c7b92||!_0x59e3e6||_0x5c74a8!==_0x142734||document[_0x3af698(0x1f3)](_0x142734)!==_0x3eaae8||!_0x3eaae8[_0x3af698(0x170)])throw _0x61ad26['remove'](),Error(_0x3af698(0x422));return _0x3eaae8[_0x3af698(0x25a)](_0x61ad26),this[_0x3af698(0x265)](_0x3eaae8),this[_0x3af698(0x4bb)]=_0x61ad26,this['_managed']=!0x0,{'mountNode':_0x61ad26,'dispose':()=>{const _0x4ef918=_0x3af698;this[_0x4ef918(0x407)](),_0x2fd285['dispose'][_0x4ef918(0x407)]();}};}finally{this[_0x3af698(0x1ad)]===_0x52f16e&&(this[_0x3af698(0x1ad)]=null),this[_0x3af698(0x4f8)]===_0x2c7b92&&(this[_0x3af698(0x4f8)]=null);}}[_0x5c69fd(0x4c5)](){const _0x226838=_0x5c69fd;let _0x5843e5=this[_0x226838(0x1ad)];_0x5843e5&&(_0x5843e5['cancel'](),this[_0x226838(0x1ad)]=null);}['_applyHostPlacement'](_0x29e839,_0x583da6){const _0x1321e0=_0x5c69fd;_0x29e839[_0x1321e0(0x32e)][_0x1321e0(0x252)]=_0x583da6[_0x1321e0(0x252)]+'px',_0x29e839[_0x1321e0(0x32e)]['height']=_0x583da6[_0x1321e0(0x530)]+'px',_0x29e839['style'][_0x1321e0(0x2bf)]=_0x583da6[_0x1321e0(0x2bf)]+'px',_0x29e839['style'][_0x1321e0(0x4aa)]=_0x583da6['top']+'px',_0x29e839[_0x1321e0(0x32e)][_0x1321e0(0x308)]=_0x1321e0(0x247),_0x29e839['style'][_0x1321e0(0x234)]=_0x1321e0(0x2c1)+_0x583da6['scaleX']+',\x20'+_0x583da6[_0x1321e0(0x325)]+')',_0x29e839[_0x1321e0(0x32e)][_0x1321e0(0x36a)]=_0x1321e0(0x150);}[_0x5c69fd(0x265)](_0x36cd75){const _0x556873=_0x5c69fd;let _0x57a798=_0x36cd75[_0x556873(0x520)];_0x57a798&&(this[_0x556873(0x500)]||(this[_0x556873(0x500)]={'zIndex':_0x57a798[_0x556873(0x32e)][_0x556873(0x300)],'pointerEvents':_0x57a798[_0x556873(0x32e)][_0x556873(0x340)]}),_0x57a798[_0x556873(0x32e)][_0x556873(0x300)]='1000',_0x57a798[_0x556873(0x32e)][_0x556873(0x340)]=_0x556873(0x370));}[_0x5c69fd(0x2af)](){const _0x436643=_0x5c69fd;var _0x3ce55c,_0x42f824;if(!this['_savedWrapperStyle'])return;let _0xceda5c=this[_0x436643(0x270)](),_0x8dc8b5=(_0x3ce55c=_0xceda5c==null?void 0x0:_0xceda5c['domId'])==null?this[_0x436643(0x3c5)]:_0x3ce55c,_0x1d9e05=(_0x42f824=document[_0x436643(0x1f3)](_0x8dc8b5))==null?void 0x0:_0x42f824[_0x436643(0x520)];_0x1d9e05&&(_0x1d9e05[_0x436643(0x32e)][_0x436643(0x300)]=this[_0x436643(0x500)][_0x436643(0x300)],_0x1d9e05['style']['pointerEvents']=this[_0x436643(0x500)]['pointerEvents']),this[_0x436643(0x500)]=null;}},cr=class extends _0x4a78b7{constructor(_0x8e476f,_0x5290ef,_0x373b3c,_0x11a44b,_0x132fee,_0xb2253){const _0x5144f7=_0x5c69fd;super(_0x8e476f),this['_getOuterRect']=_0x5290ef,this[_0x5144f7(0x3fe)]=_0x373b3c,this['_snapshotKey']=_0x11a44b,this[_0x5144f7(0x239)]=_0x132fee,this[_0x5144f7(0x4d7)]=_0xb2253;}['getRect'](){const _0x249137=_0x5c69fd;let _0x1f0c1c=this[_0x249137(0x34e)]();return _0x1f0c1c?Yn(_0x1f0c1c):null;}['setStyle'](_0x9078e8){this['_setHostStyle'](_0x9078e8);}[_0x5c69fd(0x207)](){const _0x346e13=_0x5c69fd;return this[_0x346e13(0x239)][_0x346e13(0x207)](this[_0x346e13(0x19b)]);}[_0x5c69fd(0x4fd)](_0x22f1c9,_0x2b98cb){const _0x36b97a=_0x5c69fd;return this[_0x36b97a(0x239)][_0x36b97a(0x213)](this['_snapshotKey'],_0x22f1c9,_0x2b98cb);}['requestPaint'](){const _0x1b705c=_0x5c69fd;this[_0x1b705c(0x4d7)]();}['invalidateSnapshot'](){const _0x400839=_0x5c69fd;this[_0x400839(0x239)][_0x400839(0x207)](this[_0x400839(0x19b)]);}};function Z(_0x362ae7,_0x56ade5){return function(_0x5eae78,_0x5bb8d4){_0x56ade5(_0x5eae78,_0x5bb8d4,_0x362ae7);};}function lr(_0x56da38,_0x198c51,_0x528467,_0x123ef2){const _0x472b6f=_0x5c69fd;var _0x4f28bb=arguments[_0x472b6f(0x258)],_0x5ca788=_0x4f28bb<0x3?_0x198c51:_0x123ef2===null?_0x123ef2=Object[_0x472b6f(0x284)](_0x198c51,_0x528467):_0x123ef2,_0x3d49da;if(typeof Reflect==_0x472b6f(0x507)&&typeof Reflect[_0x472b6f(0x22b)]=='function')_0x5ca788=Reflect[_0x472b6f(0x22b)](_0x56da38,_0x198c51,_0x528467,_0x123ef2);else{for(var _0x3c5ea6=_0x56da38[_0x472b6f(0x258)]-0x1;_0x3c5ea6>=0x0;_0x3c5ea6--)(_0x3d49da=_0x56da38[_0x3c5ea6])&&(_0x5ca788=(_0x4f28bb<0x3?_0x3d49da(_0x5ca788):_0x4f28bb>0x3?_0x3d49da(_0x198c51,_0x528467,_0x5ca788):_0x3d49da(_0x198c51,_0x528467))||_0x5ca788);}return _0x4f28bb>0x3&&_0x5ca788&&Object['defineProperty'](_0x198c51,_0x528467,_0x5ca788),_0x5ca788;}let ur=class extends _0x3b8ec0{constructor(_0x14b067,_0x24d4c7,_0x2a3248){const _0x31047e=_0x5c69fd;super(),this[_0x31047e(0x279)]=_0x14b067,this[_0x31047e(0x177)]=_0x24d4c7,this[_0x31047e(0x263)]=_0x2a3248,X(this,'_chartHostMap',new Map()),X(this,'_activeDomReadyChartIds',new Set()),X(this,_0x31047e(0x3e5),new _0x518cb9()),X(this,'removeHost$',this[_0x31047e(0x3e5)][_0x31047e(0x1af)]()),this[_0x31047e(0x398)](this[_0x31047e(0x279)][_0x31047e(0x296)][_0x31047e(0x21a)](_0x2c6bc9=>{const _0x225fc1=_0x31047e;let _0x7f962f=this[_0x225fc1(0x2fb)][_0x225fc1(0x24c)](_0x2c6bc9['id']);_0x7f962f!=null&&_0x7f962f[_0x225fc1(0x3cc)]()&&(_0x7f962f[_0x225fc1(0x357)](),this[_0x225fc1(0x3e5)][_0x225fc1(0x266)](_0x2c6bc9['id']));}));}[_0x5c69fd(0x248)](_0x567605){const _0x2b7d5b=_0x5c69fd;if(_0x567605==null)return;let _0x42e4af=this[_0x2b7d5b(0x177)][_0x2b7d5b(0x2f7)](_0x567605),_0x72b7da=_0x42e4af==null?void 0x0:_0x42e4af[_0x2b7d5b(0x46a)];return _0x42e4af==null||_0x72b7da==null?null:{'scene':_0x72b7da,'transformer':_0x72b7da[_0x2b7d5b(0x471)](),'renderUnit':_0x42e4af,'canvas':_0x42e4af[_0x2b7d5b(0x34c)]['getCanvasElement']()};}[_0x5c69fd(0x477)](_0x17e240,_0x1a7dc3){const _0x5e49bb=_0x5c69fd;let _0x11309c=this[_0x5e49bb(0x279)],_0x4095db=_0x1a7dc3||_0x5e49bb(0x3e3),_0x26d42e=_0x11309c[_0x5e49bb(0x1a5)](_0x17e240);if(_0x26d42e){let {unitId:_0x1a04ee,subUnitId:_0x4c7352}=_0x26d42e;_0x11309c[_0x5e49bb(0x4db)](_0x1a04ee,_0x4c7352,_0x17e240,{'stroke':_0x4095db});}}[_0x5c69fd(0x508)](_0xb3e0fd,_0x5f17b8){const _0x30495b=_0x5c69fd;let _0x3c53b6=this[_0x30495b(0x279)],_0x532806=_0x3c53b6[_0x30495b(0x1a5)](_0xb3e0fd);if(_0x532806){let {unitId:_0x4facec,subUnitId:_0x43ab99}=_0x532806;_0x3c53b6[_0x30495b(0x4db)](_0x4facec,_0x43ab99,_0xb3e0fd,_0x5f17b8);}}[_0x5c69fd(0x1d3)](_0x1afee3){const _0x186ff0=_0x5c69fd;let _0x2699ad=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x1afee3);return _0x2699ad?_0x2699ad[_0x186ff0(0x1dc)]:null;}[_0x5c69fd(0x280)](_0x399ab9){const _0x4e137f=_0x5c69fd;var _0x5499be,_0x56ee72;return(_0x5499be=(_0x56ee72=this['_chartHostMap'][_0x4e137f(0x24c)](_0x399ab9))==null?void 0x0:_0x56ee72[_0x4e137f(0x365)]())==null?!0x1:_0x5499be;}[_0x5c69fd(0x4f9)](_0x5db8f8){const _0x41a45c=_0x5c69fd;var _0x34a47e;(_0x34a47e=this[_0x41a45c(0x2fb)][_0x41a45c(0x24c)](_0x5db8f8))==null||_0x34a47e['syncLayout']();}[_0x5c69fd(0x3a9)](_0x4f2b2d){const _0x41e04c=_0x5c69fd;let _0x342a67=this[_0x41e04c(0x2fb)][_0x41e04c(0x24c)](_0x4f2b2d);_0x342a67==null||_0x342a67[_0x41e04c(0x407)](),this[_0x41e04c(0x2fb)][_0x41e04c(0x528)](_0x4f2b2d);}async['ensureHost'](_0x5a88f0,_0x329de4){const _0x59b625=_0x5c69fd;if(_0x329de4===_0x59b625(0x2cf))return this[_0x59b625(0x2a1)](_0x5a88f0);if(_0x329de4==='dom')return this['_getOrCreateSheetChartHost'](_0x5a88f0);let _0x4ca42d=this[_0x59b625(0x251)](_0x5a88f0);if(!_0x4ca42d)throw Error('Fail\x20to\x20create\x20float\x20dom');return _0x4ca42d[_0x59b625(0x241)]();}[_0x5c69fd(0x17e)](_0x2370fc){const _0x5a7add=_0x5c69fd;return this[_0x5a7add(0x214)][_0x5a7add(0x1cf)](_0x2370fc);}[_0x5c69fd(0x3f4)](_0x279cc6){const _0x53f09a=_0x5c69fd;this[_0x53f09a(0x214)]['delete'](_0x279cc6)&&this[_0x53f09a(0x2f2)](_0x279cc6);}[_0x5c69fd(0x2ed)](_0x203d48){const _0x1cadf7=_0x5c69fd;let _0x4102d9=this[_0x1cadf7(0x4a9)](_0x203d48);_0x4102d9&&this[_0x1cadf7(0x263)][_0x1cadf7(0x207)](_0x4102d9);}['_createImageChartHost'](_0x19dddf){const _0x1c068a=_0x5c69fd;let _0x5d095f=this['_getChartSnapshotKey'](_0x19dddf);return!_0x5d095f||!this[_0x1c068a(0x1d3)](_0x19dddf)?null:new cr(_0x19dddf,()=>this[_0x1c068a(0x1d3)](_0x19dddf),_0x19b945=>this['setHostStyle'](_0x19dddf,_0x19b945),_0x5d095f,this[_0x1c068a(0x263)],()=>this['_requestChartCanvasRender'](_0x19dddf));}[_0x5c69fd(0x251)](_0x4ce35f){const _0x378c10=_0x5c69fd;if(!this[_0x378c10(0x1d3)](_0x4ce35f))return null;let _0x3ed8c7=this[_0x378c10(0x2fb)][_0x378c10(0x24c)](_0x4ce35f);if(_0x3ed8c7)return _0x3ed8c7;let _0x571df8=new sr(_0x4ce35f,()=>this[_0x378c10(0x279)]['getFloatDomInfo'](_0x4ce35f),()=>this[_0x378c10(0x424)](_0x4ce35f),_0x25842a=>this[_0x378c10(0x508)](_0x4ce35f,_0x25842a),()=>this[_0x378c10(0x1b8)],()=>this[_0x378c10(0x386)](_0x4ce35f),()=>this['markHostNotReady'](_0x4ce35f));return this[_0x378c10(0x2fb)]['set'](_0x4ce35f,_0x571df8),_0x571df8;}['_markHostReady'](_0x357258){const _0x5011ef=_0x5c69fd;this[_0x5011ef(0x214)][_0x5011ef(0x1cf)](_0x357258)||(this[_0x5011ef(0x214)]['add'](_0x357258),this[_0x5011ef(0x2f2)](_0x357258));}[_0x5c69fd(0x4a9)](_0x6344b8){const _0x4c22d1=_0x5c69fd;let _0x39c8b2=this[_0x4c22d1(0x279)][_0x4c22d1(0x1a5)](_0x6344b8);return _0x39c8b2?{'unitId':_0x39c8b2[_0x4c22d1(0x3b1)],'subUnitId':_0x39c8b2[_0x4c22d1(0x42b)],'chartId':_0x6344b8}:null;}['_requestChartCanvasRender'](_0x1496ea){const _0x4655c0=_0x5c69fd;var _0x18d446,_0x47e478,_0x40ec54,_0x4320cf,_0x5efe64;let _0x6c694e=this['_sheetCanvasFloatDomManagerService'][_0x4655c0(0x1a5)](_0x1496ea);if(!_0x6c694e)return;let _0x19daa4=(_0x18d446=this[_0x4655c0(0x177)][_0x4655c0(0x2f7)](_0x6c694e[_0x4655c0(0x3b1)]))==null?void 0x0:_0x18d446[_0x4655c0(0x46a)],_0x58c1a4=(_0x47e478=(_0x40ec54=_0x19daa4==null||(_0x4320cf=_0x19daa4[_0x4655c0(0x505)])==null?void 0x0:_0x4320cf['call'](_0x19daa4,_0x54a2dc({'unitId':_0x6c694e[_0x4655c0(0x3b1)],'subUnitId':_0x6c694e['subUnitId'],'drawingId':_0x1496ea})))==null?_0x19daa4==null?void 0x0:_0x19daa4[_0x4655c0(0x486)](_0x54a2dc({'unitId':_0x6c694e[_0x4655c0(0x3b1)],'subUnitId':_0x6c694e[_0x4655c0(0x42b)],'drawingId':_0x1496ea})):_0x40ec54)==null?null:_0x47e478;_0x58c1a4==null||(_0x5efe64=_0x58c1a4[_0x4655c0(0x2ee)])==null||_0x5efe64[_0x4655c0(0x50c)](_0x58c1a4,!0x0),_0x19daa4==null||_0x19daa4['makeDirty'](!0x0);}[_0x5c69fd(0x424)](_0x3e69a0){const _0x28a762=_0x5c69fd;var _0x5987ee,_0x31c154;let _0x21e806=this['_sheetCanvasFloatDomManagerService'][_0x28a762(0x1a5)](_0x3e69a0);if(!_0x21e806)return null;let _0x3c1aea=this['_getSceneAndTransformerByDrawingSearch'](_0x21e806[_0x28a762(0x3b1)]),_0xeaa475=_0x3c1aea==null?void 0x0:_0x3c1aea[_0x28a762(0x46a)];return Yn(_0x21e806[_0x28a762(0x1dc)],{'scaleX':(_0x5987ee=_0xeaa475==null?void 0x0:_0xeaa475[_0x28a762(0x166)])==null?0x1:_0x5987ee,'scaleY':(_0x31c154=_0xeaa475==null?void 0x0:_0xeaa475[_0x28a762(0x325)])==null?0x1:_0x31c154},_0x21e806[_0x28a762(0x536)][_0x28a762(0x28c)]());}['dispose'](){const _0x1b81b0=_0x5c69fd;this[_0x1b81b0(0x1b8)]||(this[_0x1b81b0(0x2fb)][_0x1b81b0(0x199)](_0xc76cfc=>_0xc76cfc[_0x1b81b0(0x407)]()),this['_chartHostMap'][_0x1b81b0(0x17f)](),this[_0x1b81b0(0x214)]['clear'](),this[_0x1b81b0(0x3e5)][_0x1b81b0(0x4d9)](),super[_0x1b81b0(0x407)]());}};ur=lr([Z(0x0,_0x290ca6(_0x155c5c)),Z(0x1,_0x290ca6(_0x106a74)),Z(0x2,_0x290ca6(ir))],ur);const dr=_0x59d72e('sheets-chart-ui.host.provider');function fr(_0x2a95b7){const _0x4a235f=_0x5c69fd;_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x4d8),_0x1c5431=>_0x1c5431[_0x4a235f(0x3f1)][_0x4a235f(0x13b)](_0x53a587(_0x280d6f=>_0x280d6f[_0x4a235f(0x4d8)]))),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x2cc),_0x7829a8=>({'set'(_0x13bf44){const _0x561787=_0x4a235f;let _0x3b2ce6={};_0x13bf44===_0x2461ba[_0x561787(0x38f)]&&(_0x3b2ce6['pie']={'doughnutHole':null}),_0x2a95b7[_0x561787(0x2a7)]({'chartModelId':_0x7829a8['id'],'chartType':_0x13bf44,'style':_0x3b2ce6});},'get'(){return _0x7829a8['chartType$'];}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x377),_0x267bab=>({'set'(_0x3a269f){const _0x3bedd3=_0x4a235f;_0x3a269f&&_0x2a95b7[_0x3bedd3(0x38c)]({'chartModelId':_0x267bab['id'],'range':_0x3a269f});},'get'(){const _0x368fbd=_0x4a235f;let _0x2a1ba0=_0x2a95b7['getDataSource'](_0x267bab['id']);if(_0x2a1ba0)return _0x2a1ba0[_0x368fbd(0x2ba)];}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x3ab),_0x40d09f=>({'set'(_0x378915){const _0x2f7328=_0x4a235f;typeof _0x378915==_0x2f7328(0x531)&&_0x2a95b7[_0x2f7328(0x2a7)]({'chartModelId':_0x40d09f['id'],'context':{'categoryIndex':_0x378915}});},'get'(){const _0x532075=_0x4a235f;return _0x40d09f[_0x532075(0x3f1)][_0x532075(0x13b)](_0x53a587(_0x43e65a=>_0x43e65a[_0x532075(0x3ab)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x194),_0x14059e=>_0x14059e[_0x4a235f(0x3f1)][_0x4a235f(0x13b)](_0x53a587(_0x52d505=>_0x52d505['categoryType']),_0x69b567())),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x261),_0x3d955a=>{const _0x6002bf=_0x4a235f;var _0x49fb18;let _0x12b75f=(_0x49fb18=_0x2a95b7[_0x6002bf(0x1aa)](_0x3d955a['id']))==null?void 0x0:_0x49fb18['rangeInfo$'];return _0x12b75f?_0x3d955a[_0x6002bf(0x3f1)][_0x6002bf(0x13b)](_0x4db150(_0x12b75f),_0x53a587(([_0x585382,_0x422479])=>{const _0x2f568f=_0x6002bf;let {categoryResourceIndexes:_0x45e313,headers:_0x526e20}=_0x585382,_0x20fa1d=(_0x45e313||[])[_0x2f568f(0x1b7)]((_0x5d596d,_0x1e7843)=>(_0x5d596d||0x0)-(_0x1e7843||0x0));return!_0x20fa1d||Array[_0x2f568f(0x2a9)](_0x422479)?[]:_0x20fa1d[_0x2f568f(0x1d1)](_0x42aea4=>({'label':(_0x526e20==null?void 0x0:_0x526e20[_0x42aea4])||_0x2a95b7['t']('sheets-chart-ui.categoryDefaultName',''+(_0x42aea4+0x1)),'value':String(_0x42aea4)}));})):_0x3d955a['context$'][_0x6002bf(0x13b)](_0x53a587(()=>[]));}),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x516),_0x4df392=>{const _0x577e85=_0x4a235f;var _0x5daa28;let _0x578746=(_0x5daa28=_0x2a95b7[_0x577e85(0x1aa)](_0x4df392['id']))==null?void 0x0:_0x5daa28[_0x577e85(0x2ba)];return _0x578746?_0x4df392['context$']['pipe'](_0x4db150(_0x578746),_0x53a587(([_0x2183ad,_0xf90f30])=>{const _0x5d0c0b=_0x577e85;let {categoryResourceIndexes:_0x4933a8,seriesResourceIndexes:_0x215d31,headers:_0x4046d4}=_0x2183ad,_0x47cef4=_0x4933a8==null?void 0x0:_0x4933a8['concat'](_0x215d31||[])[_0x5d0c0b(0x1b7)]((_0x58b7e9,_0x19f68c)=>(_0x58b7e9||0x0)-(_0x19f68c||0x0));return!_0x47cef4||Array[_0x5d0c0b(0x2a9)](_0xf90f30)?[]:_0x47cef4['map'](_0x57b7bc=>({'label':(_0x4046d4==null?void 0x0:_0x4046d4[_0x57b7bc])||_0x2a95b7['t'](_0x5d0c0b(0x16a),''+(_0x57b7bc+0x1)),'value':String(_0x57b7bc)}));})):_0x4df392[_0x577e85(0x3f1)][_0x577e85(0x13b)](_0x53a587(()=>[]));}),_0x2a95b7[_0x4a235f(0x514)]('seriesValues',_0x1faa3b=>({'set'(_0x5cc403){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x1faa3b['id'],'context':{'seriesIndexes':_0x5cc403}});},'get'(){const _0x2e8533=_0x4a235f;return _0x1faa3b[_0x2e8533(0x3f1)][_0x2e8533(0x13b)](_0x53a587(_0x36bf2e=>{let {seriesIndexes:_0x4877e4=[]}=_0x36bf2e;return _0x4877e4;}));}})),_0x2a95b7[_0x4a235f(0x514)]('trendlineValues',_0x2bb4d0=>({'set'(_0x5cac16){const _0x16642e=_0x4a235f;_0x2a95b7[_0x16642e(0x2a7)]({'chartModelId':_0x2bb4d0['id'],'style':{'trendlines':_0x5cac16}});},'get'(){const _0x5f3644=_0x4a235f;return _0x2bb4d0[_0x5f3644(0x3bc)][_0x5f3644(0x13b)](_0x53a587(_0x24237b=>_0x24237b[_0x5f3644(0x393)]));}})),_0x2a95b7[_0x4a235f(0x514)]('seriesList',_0x15c700=>{const _0x1d035b=_0x4a235f;var _0x1cf140;let _0x3fc296=(_0x1cf140=_0x2a95b7[_0x1d035b(0x1aa)](_0x15c700['id']))==null?void 0x0:_0x1cf140['rangeInfo$'];return _0x3fc296?_0x15c700[_0x1d035b(0x3f1)][_0x1d035b(0x13b)](_0x4db150(_0x3fc296),_0x53a587(([_0x1c0d29,_0x195f22])=>{const _0x139ac0=_0x1d035b;let {seriesIndexes:_0x509a08=[],headers:_0x46cce5}=_0x1c0d29;return Array['isArray'](_0x195f22)?[]:_0x509a08[_0x139ac0(0x1d1)](_0x32bfa0=>({'label':(_0x46cce5==null?void 0x0:_0x46cce5[_0x32bfa0])||_0x2a95b7['t']('sheets-chart-ui.seriesDefaultName',''+_0x32bfa0),'value':String(_0x32bfa0)}));})):_0x15c700[_0x1d035b(0x3f1)]['pipe'](_0x53a587(()=>[]));}),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x281),_0x36d1cc=>{const _0x3704ef=_0x4a235f;var _0x572cbc;let _0x580e67=(_0x572cbc=_0x2a95b7['getDataSource'](_0x36d1cc['id']))==null?void 0x0:_0x572cbc[_0x3704ef(0x2ba)];return _0x580e67?_0x36d1cc[_0x3704ef(0x3f1)][_0x3704ef(0x13b)](_0x4db150(_0x580e67),_0x53a587(([_0x4d325b,_0xeaeb8d])=>{const _0x17fc3d=_0x3704ef;let {seriesResourceIndexes:_0x188ee3=[],headers:_0x13b014}=_0x4d325b;if(Array[_0x17fc3d(0x2a9)](_0xeaeb8d))return[];let _0x4bb930=new Map();return _0x188ee3[_0x17fc3d(0x1d1)](_0x2f7d17=>{const _0x3c438b=_0x17fc3d;let _0x3437fb=(_0x13b014==null?void 0x0:_0x13b014[_0x2f7d17])||_0x2a95b7['t'](_0x3c438b(0x2df),''+_0x2f7d17);return _0x4bb930['has'](_0x3437fb)?_0x4bb930['set'](_0x3437fb,_0x4bb930[_0x3c438b(0x24c)](_0x3437fb)+0x1):_0x4bb930[_0x3c438b(0x52f)](_0x3437fb,0x0),{'label':(_0x4bb930['has'](_0x3437fb)&&_0x4bb930[_0x3c438b(0x24c)](_0x3437fb)>0x0?_0x3437fb+'\x20'+_0x4bb930[_0x3c438b(0x24c)](_0x3437fb):_0x3437fb)||_0x2a95b7['t'](_0x3c438b(0x2df),''+_0x2f7d17),'value':String(_0x2f7d17)};});})):_0x36d1cc[_0x3704ef(0x3f1)][_0x3704ef(0x13b)](_0x53a587(()=>[]));}),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x17d),_0x40617d=>({'set'(_0x17edc5){const _0x48eaff=_0x4a235f;_0x2a95b7[_0x48eaff(0x2a7)]({'chartModelId':_0x40617d['id'],'dataAggregation':{'aggregate':_0x17edc5}});},'get'(){const _0x583014=_0x4a235f;return _0x40617d[_0x583014(0x295)][_0x583014(0x13b)](_0x53a587(_0x63f472=>_0x63f472[_0x583014(0x17d)]||!0x1),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x19d),_0x1bd966=>({'set'(_0xe1f488){const _0x79dd0c=_0x4a235f;var _0x3876be;let _0x13ee41=(_0x3876be=_0x2a95b7[_0x79dd0c(0x1aa)](_0x1bd966['id']))==null?void 0x0:_0x3876be['getRangeInfo']();if(_0x13ee41){let _0x57ed67={..._0x13ee41,'isRowDirection':_0xe1f488===_0x14cd69[_0x79dd0c(0x4b6)]};_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x1bd966['id'],'context':{'seriesIndexes':void 0x0,'transform':void 0x0}}),_0x2a95b7[_0x79dd0c(0x38c)]({'chartModelId':_0x1bd966['id'],'range':_0x57ed67});}},'get'(){const _0x58ecff=_0x4a235f;var _0x24aefa;return(_0x24aefa=_0x2a95b7[_0x58ecff(0x1aa)](_0x1bd966['id']))==null?void 0x0:_0x24aefa[_0x58ecff(0x2ba)][_0x58ecff(0x13b)](_0x53a587(_0x49e405=>_0x49e405[_0x58ecff(0x52e)]?_0x14cd69[_0x58ecff(0x4b6)]:_0x14cd69[_0x58ecff(0x3f3)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x3af),_0x3b9bdc=>({'set'(_0x5580b8){const _0x5af612=_0x4a235f;_0x2a95b7[_0x5af612(0x2a7)]({'chartModelId':_0x3b9bdc['id'],'style':{'gradientFill':_0x5580b8}});},'get'(){const _0x368470=_0x4a235f;return _0x3b9bdc[_0x368470(0x3bc)]['pipe'](_0x53a587(_0x142605=>_0x142605[_0x368470(0x3af)]),_0x69b567());}})),_0x2a95b7['registerViewState'](_0x4a235f(0x450),_0xa959e6=>({'set'(_0x628536){const _0x30711b=_0x4a235f;_0x2a95b7[_0x30711b(0x2a7)]({'chartModelId':_0xa959e6['id'],'style':{'tooltip':_0x628536}});},'get'(){const _0x244ddf=_0x4a235f;return _0xa959e6[_0x244ddf(0x3bc)]['pipe'](_0x53a587(_0x47d8ab=>_0x47d8ab[_0x244ddf(0x2c4)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x378),_0x27c2ce=>({'set'(_0x36388b){const _0x3b985d=_0x4a235f;let {context:_0x58818b}=_0x27c2ce,_0x50a1b6=_0x2a9d1c=>{const _0x3e497a=_0x3995;var _0x2e9b83;return((_0x2e9b83=_0x58818b['seriesResourceIndexes'])==null?void 0x0:_0x2e9b83[_0x3e497a(0x202)](_0x2a9d1c))!==-0x1;};if(_0x36388b){var _0x4d7146;let _0x57a8bd=(_0x4d7146=_0x58818b[_0x3b985d(0x4ef)])==null?void 0x0:_0x4d7146[0x0];if(_0x57a8bd===void 0x0)return;let _0x2dcfdf={'categoryIndex':_0x57a8bd,'categoryType':_0x3d1d6f[_0x3b985d(0x20f)]};if(_0x50a1b6(_0x57a8bd)){var _0x403aa0;_0x2dcfdf[_0x3b985d(0x4ef)]=(_0x403aa0=_0x58818b[_0x3b985d(0x4ef)])==null?void 0x0:_0x403aa0[_0x3b985d(0x1fc)](_0x399633=>_0x399633!==_0x57a8bd);}_0x2a95b7[_0x3b985d(0x2a7)]({'chartModelId':_0x27c2ce['id'],'context':_0x2dcfdf});}else{if(_0x58818b[_0x3b985d(0x3ab)]===void 0x0)return;let _0x4e30af={'categoryIndex':void 0x0,'categoryType':void 0x0};_0x50a1b6(_0x58818b[_0x3b985d(0x3ab)])&&(_0x4e30af[_0x3b985d(0x4ef)]=[_0x58818b[_0x3b985d(0x3ab)]][_0x3b985d(0x22f)](_0x58818b[_0x3b985d(0x4ef)]||[])),_0x2a95b7[_0x3b985d(0x2a7)]({'chartModelId':_0x27c2ce['id'],'context':_0x4e30af});}},'get'(){const _0xd7fb20=_0x4a235f;return _0x27c2ce[_0xd7fb20(0x3f1)][_0xd7fb20(0x13b)](_0x53a587(_0x31fb52=>{const _0x4ef5c7=_0xd7fb20;var _0x367e56;return _0x31fb52['categoryIndex']===void 0x0?!0x1:!!((_0x367e56=_0x31fb52[_0x4ef5c7(0x249)])!=null&&_0x367e56[_0x4ef5c7(0x3bb)](_0x31fb52[_0x4ef5c7(0x3ab)]));}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x411),_0x3075fa=>({'set'(_0x1e9a8a){const _0x38a533=_0x4a235f;_0x2a95b7[_0x38a533(0x2a7)]({'chartModelId':_0x3075fa['id'],'style':{'backgroundColor':_0x1e9a8a==null?null:_0x1e9a8a}});},'get'(){const _0x3d27aa=_0x4a235f;return _0x3075fa[_0x3d27aa(0x3bc)][_0x3d27aa(0x13b)](_0x53a587(_0x2e9a75=>_0x2e9a75==null?void 0x0:_0x2e9a75[_0x3d27aa(0x411)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x444),_0x441073=>({'set'(_0x525acf){const _0x129905=_0x4a235f;_0x2a95b7[_0x129905(0x2a7)]({'chartModelId':_0x441073['id'],'style':{'borderColor':_0x525acf==null?null:_0x525acf}}),_0x2a95b7[_0x129905(0x477)](_0x441073['id'],_0x525acf);},'get'(){const _0x3b2a54=_0x4a235f;return _0x441073[_0x3b2a54(0x3bc)]['pipe'](_0x53a587(_0x6b2da4=>_0x6b2da4[_0x3b2a54(0x444)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x22a),_0x4a18f0=>({'set'(_0xfa9ead){const _0x3dcccf=_0x4a235f;_0x2a95b7[_0x3dcccf(0x2a7)]({'chartModelId':_0x4a18f0['id'],'style':{'fontSize':_0xfa9ead}});},'get'(){const _0x5026d3=_0x4a235f;return _0x4a18f0[_0x5026d3(0x3bc)][_0x5026d3(0x13b)](_0x53a587(_0x4c7281=>_0x4c7281[_0x5026d3(0x22a)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x151),_0x1fa431=>({'set'(_0x11614a){const _0x58b3f3=_0x4a235f;_0x2a95b7[_0x58b3f3(0x2a7)]({'chartModelId':_0x1fa431['id'],'style':{'titleFontSize':_0x11614a}});},'get'(){const _0x4b81cd=_0x4a235f;return _0x1fa431[_0x4b81cd(0x3bc)]['pipe'](_0x53a587(_0x418bea=>_0x418bea[_0x4b81cd(0x151)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x2fe),_0x15cd91=>({'set'(_0x335cf6){const _0x28e3e3=_0x4a235f;_0x2a95b7[_0x28e3e3(0x2a7)]({'chartModelId':_0x15cd91['id'],'style':{'titles':_0x335cf6}});},'get'(){const _0x2b76a7=_0x4a235f;return _0x15cd91['style$'][_0x2b76a7(0x13b)](_0x53a587(_0x36b6d2=>_0x36b6d2[_0x2b76a7(0x2fe)]));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x45f),_0x115b3e=>({'set'(_0x7a22e4){const _0x5ed570=_0x4a235f;let _0x171b73=Object[_0x5ed570(0x385)](_0x7a22e4),_0x5459b8=_0x6fc2d[_0x5ed570(0x178)](_0x115b3e[_0x5ed570(0x32e)][_0x5ed570(0x161)]||{}),_0x231f42={};for(let _0x5251bb in _0x5459b8)if(_0x5459b8['hasOwnProperty'](_0x5251bb)){let _0x2b45b6=_0x5459b8[_0x5251bb];if(!_0x2b45b6)continue;for(let _0x543f95 of _0x171b73)_0x2b45b6[_0x5ed570(0x526)](_0x543f95)&&(_0x231f42[_0x5251bb]={[_0x543f95]:null});}let _0x452310={'allSeriesStyle':_0x7a22e4,'seriesStyleMap':_0x231f42},_0x129108=_0x115b3e[_0x5ed570(0x2cc)],_0x5df2f6=new Set(_0x171b73);_0x129108===_0x2461ba[_0x5ed570(0x235)]&&(_0x5df2f6[_0x5ed570(0x1cf)](_0x5ed570(0x297))||_0x5df2f6[_0x5ed570(0x1cf)](_0x5ed570(0x4ac)))&&(_0x452310[_0x5ed570(0x196)]={'fill':!0x0}),_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x115b3e['id'],'style':_0x452310});},'get'(){const _0x2101a0=_0x4a235f;return _0x115b3e['style$'][_0x2101a0(0x13b)](_0x53a587(_0xec3cfb=>_0xec3cfb[_0x2101a0(0x45f)]));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x161),_0xde6293=>({'set'(_0x54f701){const _0x58b7a0=_0x4a235f;_0x2a95b7[_0x58b7a0(0x2a7)]({'chartModelId':_0xde6293['id'],'style':{'seriesStyleMap':_0x54f701}});},'get'(){const _0x209f91=_0x4a235f;return _0xde6293[_0x209f91(0x3bc)][_0x209f91(0x13b)](_0x53a587(_0x48186b=>_0x48186b[_0x209f91(0x161)]));}})),_0x2a95b7[_0x4a235f(0x514)]('legendStyle',_0x486056=>({'set'(_0x3330f7){const _0x4fa095=_0x4a235f;_0x2a95b7[_0x4fa095(0x2a7)]({'chartModelId':_0x486056['id'],'style':{'legend':_0x3330f7}});},'get'(){const _0x4e7f69=_0x4a235f;return _0x486056['style$']['pipe'](_0x53a587(_0x1463fa=>_0x1463fa[_0x4e7f69(0x3f2)]));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x140),_0x1ea56e=>({'set'(_0x5cbae6){const _0x3c8560=_0x4a235f;_0x2a95b7[_0x3c8560(0x2a7)]({'chartModelId':_0x1ea56e['id'],'style':{'xAxis':_0x5cbae6}});},'get'(){const _0x58b464=_0x4a235f;return _0x1ea56e['style$'][_0x58b464(0x13b)](_0x53a587(_0x1dc312=>_0x1dc312['xAxis']));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x203),_0x26f464=>({'set'(_0x940efd){const _0xb4e324=_0x4a235f;_0x2a95b7[_0xb4e324(0x2a7)]({'chartModelId':_0x26f464['id'],'style':{'yAxis':_0x940efd}});},'get'(){const _0x402615=_0x4a235f;return _0x26f464[_0x402615(0x3bc)][_0x402615(0x13b)](_0x53a587(_0x41443d=>_0x41443d[_0x402615(0x26c)]));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x376),_0x83e203=>({'set'(_0x219591){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x83e203['id'],'style':{'rightYAxis':_0x219591}});},'get'(){const _0x39a343=_0x4a235f;return _0x83e203[_0x39a343(0x3bc)][_0x39a343(0x13b)](_0x53a587(_0x4c9807=>_0x4c9807[_0x39a343(0x282)]));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x3a3),_0x59e19f=>_0x59e19f['style$'][_0x4a235f(0x13b)](_0x4db150(_0x2a95b7['direction$']),_0x53a587(([,_0x398b9d])=>_0x59e19f[_0x4a235f(0x524)](_0x398b9d)[_0x4a235f(0x195)]))),_0x2a95b7['registerViewState'](_0x4a235f(0x3ea),_0x22c7ce=>({'set'(_0x5978ef){const _0x446828=_0x4a235f;_0x2a95b7[_0x446828(0x2a7)]({'chartModelId':_0x22c7ce['id'],'style':{'area':{'lineStyle':_0x5978ef==null?void 0x0:_0x5978ef}}});},'get'(){const _0x454792=_0x4a235f;return _0x22c7ce[_0x454792(0x3bc)][_0x454792(0x13b)](_0x53a587(_0x496efc=>{const _0x3d4b95=_0x454792;var _0x96a296;return(_0x96a296=_0x496efc[_0x3d4b95(0x36b)])==null?void 0x0:_0x96a296['lineStyle'];}));}})),_0x2a95b7[_0x4a235f(0x514)]('pieLabelStyle',_0x2e5944=>({'set'(_0x2cbb21){const _0x4945d6=_0x4a235f;_0x2a95b7[_0x4945d6(0x2a7)]({'chartModelId':_0x2e5944['id'],'style':{'pie':{'labelStyle':_0x2cbb21==null?void 0x0:_0x2cbb21}}});},'get'(){const _0x24ef94=_0x4a235f;return _0x2e5944[_0x24ef94(0x3bc)]['pipe'](_0x53a587(_0x5cf310=>{const _0x3c2ee2=_0x24ef94;var _0x18130a;return(_0x18130a=_0x5cf310['pie'])==null?void 0x0:_0x18130a[_0x3c2ee2(0x3df)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x2fa),_0x48de39=>({'set'(_0x486653){const _0x10a663=_0x4a235f;_0x2a95b7[_0x10a663(0x2a7)]({'chartModelId':_0x48de39['id'],'style':{'wordCloud':{'shape':_0x486653==null?void 0x0:_0x486653,'maskImage':_0x486653==null?void 0x0:_0x486653}}});},'get'(){const _0x50750b=_0x4a235f;return _0x48de39[_0x50750b(0x3bc)][_0x50750b(0x13b)](_0x53a587(_0x568d85=>{const _0x592ef3=_0x50750b;var _0x1a3c87;return(_0x1a3c87=_0x568d85[_0x592ef3(0x3bd)])==null?void 0x0:_0x1a3c87[_0x592ef3(0x315)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x200),_0x424d75=>({'set'(_0x6ccda6){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x424d75['id'],'style':{'wordCloud':{'maskImage':_0x6ccda6==null?void 0x0:_0x6ccda6,'shape':void 0x0}}});},'get'(){const _0x30b420=_0x4a235f;return _0x424d75[_0x30b420(0x3bc)][_0x30b420(0x13b)](_0x53a587(_0x4b20fb=>{const _0x1f5bd8=_0x30b420;var _0x12adc5;return(_0x12adc5=_0x4b20fb[_0x1f5bd8(0x3bd)])==null?void 0x0:_0x12adc5[_0x1f5bd8(0x168)];}));}})),_0x2a95b7[_0x4a235f(0x514)]('wordCloudRepeat',_0x34f9c2=>({'set'(_0x4a2c34){const _0x129752=_0x4a235f;_0x2a95b7[_0x129752(0x2a7)]({'chartModelId':_0x34f9c2['id'],'style':{'wordCloud':{'repeat':_0x4a2c34==null?void 0x0:_0x4a2c34}}});},'get'(){const _0x2d1951=_0x4a235f;return _0x34f9c2[_0x2d1951(0x3bc)][_0x2d1951(0x13b)](_0x53a587(_0x22f589=>{const _0x29a45a=_0x2d1951;var _0x4b7892;return(_0x4b7892=_0x22f589[_0x29a45a(0x3bd)])==null?void 0x0:_0x4b7892[_0x29a45a(0x32a)];}));}})),_0x2a95b7[_0x4a235f(0x514)]('funnelGap',_0xe9c313=>({'set'(_0x599118){const _0x23b094=_0x4a235f;_0x2a95b7[_0x23b094(0x2a7)]({'chartModelId':_0xe9c313['id'],'style':{'funnel':{'gap':_0x599118==null?void 0x0:_0x599118}}});},'get'(){const _0x474bda=_0x4a235f;return _0xe9c313['style$'][_0x474bda(0x13b)](_0x53a587(_0x4c2bab=>{const _0x19bf07=_0x474bda;var _0x4f7ab9;return(_0x4f7ab9=_0x4c2bab[_0x19bf07(0x206)])==null?void 0x0:_0x4f7ab9[_0x19bf07(0x4e0)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x397),_0x101f04=>({'set'(_0x18f8d8){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x101f04['id'],'style':{'funnel':{'useAbsValue':_0x18f8d8==null?void 0x0:_0x18f8d8}}});},'get'(){const _0x18f143=_0x4a235f;return _0x101f04[_0x18f143(0x3bc)]['pipe'](_0x53a587(_0x1b41ec=>{const _0x4a8eba=_0x18f143;var _0x112a1e;return(_0x112a1e=_0x1b41ec[_0x4a8eba(0x206)])==null?void 0x0:_0x112a1e['useAbsValue'];}));}})),_0x2a95b7['registerViewState']('padAngleStyle',_0xb6bf70=>({'set'(_0x1da014){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0xb6bf70['id'],'style':{'pie':{'hasPaddingAngle':!!_0x1da014}}});},'get'(){const _0x1dbcd3=_0x4a235f;return _0xb6bf70['style$'][_0x1dbcd3(0x13b)](_0x53a587(_0x4a3f37=>{const _0x5ce7e5=_0x1dbcd3;var _0x6be775;return(_0x6be775=_0x4a3f37['pie'])==null?void 0x0:_0x6be775[_0x5ce7e5(0x3f9)];}));}})),_0x2a95b7[_0x4a235f(0x514)]('isHalfPie',_0x13f817=>({'set'(_0x557f1a){const _0x31c887=_0x4a235f;_0x2a95b7[_0x31c887(0x2a7)]({'chartModelId':_0x13f817['id'],'style':{'pie':{'isHalfPie':!!_0x557f1a}}});},'get'(){const _0x32298f=_0x4a235f;return _0x13f817['style$'][_0x32298f(0x13b)](_0x53a587(_0x5b75c9=>{const _0x7defd6=_0x32298f;var _0x4f3b82;return(_0x4f3b82=_0x5b75c9[_0x7defd6(0x2e1)])==null?void 0x0:_0x4f3b82['isHalfPie'];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x2a5),_0x124be9=>({'set'(_0x403c4b){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x124be9['id'],'style':{'pie':{'valueScale':Number(_0x403c4b)}}});},'get'(){const _0x49d7e1=_0x4a235f;return _0x124be9[_0x49d7e1(0x3bc)][_0x49d7e1(0x13b)](_0x53a587(_0x48f27c=>{const _0x48829f=_0x49d7e1;var _0x18d9f2;return(_0x18d9f2=_0x48f27c[_0x48829f(0x2e1)])==null?void 0x0:_0x18d9f2['valueScale'];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x1ee),_0x2adb4d=>({'set'(_0x931aa1){const _0x3698cb=_0x4a235f;_0x2a95b7[_0x3698cb(0x2a7)]({'chartModelId':_0x2adb4d['id'],'style':{'pie':{'digitalFixed':Number(_0x931aa1)}}});},'get'(){const _0x59a871=_0x4a235f;return _0x2adb4d['style$'][_0x59a871(0x13b)](_0x53a587(_0x427bcd=>{const _0x460636=_0x59a871;var _0x10f0d7;return(_0x10f0d7=_0x427bcd[_0x460636(0x2e1)])==null?void 0x0:_0x10f0d7[_0x460636(0x1ee)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x3ef),_0x4692c4=>({'set'(_0x40a8cb){const _0x568f4c=_0x4a235f;_0x2a95b7[_0x568f4c(0x2a7)]({'chartModelId':_0x4692c4['id'],'style':{'pie':{'valueSuffix':String(_0x40a8cb)}}});},'get'(){const _0x22a6b8=_0x4a235f;return _0x4692c4[_0x22a6b8(0x3bc)][_0x22a6b8(0x13b)](_0x53a587(_0x4e6818=>{const _0x58dfe2=_0x22a6b8;var _0x2c2039;return(_0x2c2039=_0x4e6818[_0x58dfe2(0x2e1)])==null?void 0x0:_0x2c2039[_0x58dfe2(0x3ef)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x21c),_0x398b2e=>({'set'(_0x1eaa93){const _0x34a2a8=_0x4a235f;_0x2a95b7[_0x34a2a8(0x2a7)]({'chartModelId':_0x398b2e['id'],'style':{'pie':{'rosePie':!!_0x1eaa93}}});},'get'(){return _0x398b2e['style$']['pipe'](_0x53a587(_0x44857a=>{const _0x394eb1=_0x3995;var _0x2de5ed;return(_0x2de5ed=_0x44857a['pie'])==null?void 0x0:_0x2de5ed[_0x394eb1(0x40f)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x47b),_0x2a8c71=>({'set'(_0x2de37e){const _0x4544f0=_0x4a235f;_0x2a95b7[_0x4544f0(0x2a7)]({'chartModelId':_0x2a8c71['id'],'style':{'pie':{'showLabelLine':!!_0x2de37e}}});},'get'(){const _0x1e00b1=_0x4a235f;return _0x2a8c71[_0x1e00b1(0x3bc)][_0x1e00b1(0x13b)](_0x53a587(_0x528cc3=>{const _0x515065=_0x1e00b1;var _0x11d075;return(_0x11d075=_0x528cc3[_0x515065(0x2e1)])==null?void 0x0:_0x11d075[_0x515065(0x47b)];}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x399),_0x1e28d7=>({'set'(_0x41bfd9){const _0x51b29b=_0x4a235f;_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x1e28d7['id'],'chartType':_0x41bfd9?_0x2461ba[_0x51b29b(0x48e)]:_0x2461ba[_0x51b29b(0x38f)],'style':{'pie':{'doughnutHole':_0x41bfd9}}});},'get'(){const _0x42b4bf=_0x4a235f;return _0x1e28d7[_0x42b4bf(0x3bc)][_0x42b4bf(0x13b)](_0x53a587(_0xfa83d=>{const _0x545bf9=_0x42b4bf;var _0x3412b9;return(_0x3412b9=_0xfa83d[_0x545bf9(0x2e1)])==null?void 0x0:_0x3412b9[_0x545bf9(0x399)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x3ba),_0x4b514d=>({'set'(_0x4543f7){const _0x1f6896=_0x4a235f;_0x2a95b7[_0x1f6896(0x2a7)]({'chartModelId':_0x4b514d['id'],'style':{'pie':{'borderColor':_0x4543f7}}});},'get'(){const _0x5d5735=_0x4a235f;return _0x4b514d[_0x5d5735(0x3bc)][_0x5d5735(0x13b)](_0x53a587(_0x48c26b=>{const _0x11b9e2=_0x5d5735;var _0x519406;return(_0x519406=_0x48c26b['pie'])==null?void 0x0:_0x519406[_0x11b9e2(0x444)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x1e2),_0x4d9e19=>({'set'(_0x56e798){const _0x1976d0=_0x4a235f;_0x2a95b7[_0x1976d0(0x2a7)]({'chartModelId':_0x4d9e19['id'],'style':{'radar':{'shape':_0x56e798}}});},'get'(){const _0x58c8eb=_0x4a235f;return _0x4d9e19[_0x58c8eb(0x3bc)][_0x58c8eb(0x13b)](_0x53a587(_0x52b4c4=>{const _0x48ea6b=_0x58c8eb;var _0x370325;return(_0x370325=_0x52b4c4[_0x48ea6b(0x196)])==null?void 0x0:_0x370325[_0x48ea6b(0x315)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)]('radarFill',_0x44c9ec=>({'set'(_0x5031e8){const _0x118c83=_0x4a235f;_0x2a95b7[_0x118c83(0x2a7)]({'chartModelId':_0x44c9ec['id'],'style':{'radar':{'fill':_0x5031e8}}});},'get'(){const _0xea038c=_0x4a235f;return _0x44c9ec[_0xea038c(0x3bc)][_0xea038c(0x13b)](_0x53a587(_0x1a6bb3=>{const _0x537a27=_0xea038c;var _0x212981;return(_0x212981=_0x1a6bb3[_0x537a27(0x196)])==null?void 0x0:_0x212981[_0x537a27(0x38a)];}),_0x69b567());}})),_0x2a95b7['registerViewState'](_0x4a235f(0x3d6),_0x826703=>({'set'(_0x22e488){const _0x1a9fb4=_0x4a235f;_0x2a95b7[_0x1a9fb4(0x2a7)]({'chartModelId':_0x826703['id'],'style':{'invalidValueType':_0x22e488}});},'get'(){const _0x326865=_0x4a235f;return _0x826703['style$']['pipe'](_0x53a587(_0x5f34a1=>_0x5f34a1[_0x326865(0x3d6)]),_0x69b567());}})),_0x2a95b7['registerViewState']('dataPointsOptions',_0xdefd66=>_0xdefd66[_0x4a235f(0x3eb)]['pipe'](_0x53a587(_0x3140af=>{const _0xce5e8=_0x4a235f;var _0x8d44c5,_0x18d36a;let _0x102ce1=_0x3140af==null||(_0x8d44c5=_0x3140af['category'])==null?void 0x0:_0x8d44c5[_0xce5e8(0x491)];return((_0x3140af==null||(_0x18d36a=_0x3140af['series'][0x0])==null?void 0x0:_0x18d36a['items'])||[])['map']((_0x6dceac,_0x20b04e)=>({'label':_0x102ce1&&_0x102ce1[_0x20b04e]!==void 0x0?_0x102ce1[_0x20b04e]['label']:_0x2a95b7['t'](_0xce5e8(0x290),''+(_0x20b04e+0x1)),'value':''+_0x20b04e}));}))),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x420),_0x4eb0c8=>({'set'(_0x583487){const _0x1e1170=_0x4a235f;let _0x4c9dd4={'theme':_0x583487},_0x4112c8=_0x4eb0c8[_0x1e1170(0x32e)][_0x1e1170(0x45f)];if((_0x4112c8==null?void 0x0:_0x4112c8[_0x1e1170(0x297)])!==void 0x0){var _0x4daf3e,_0x30090c,_0x62b26f;_0x4c9dd4[_0x1e1170(0x45f)]={'color':null},(_0x4112c8==null||(_0x4daf3e=_0x4112c8['waterfall'])==null||(_0x4daf3e=_0x4daf3e[_0x1e1170(0x501)])==null?void 0x0:_0x4daf3e[_0x1e1170(0x297)])!==void 0x0&&(_0x4112c8[_0x1e1170(0x209)]['positive']['color']=null),(_0x4112c8==null||(_0x30090c=_0x4112c8[_0x1e1170(0x209)])==null||(_0x30090c=_0x30090c[_0x1e1170(0x468)])==null?void 0x0:_0x30090c[_0x1e1170(0x297)])!==void 0x0&&(_0x4112c8['waterfall']['negative'][_0x1e1170(0x297)]=null),(_0x4112c8==null||(_0x62b26f=_0x4112c8['waterfall'])==null||(_0x62b26f=_0x62b26f[_0x1e1170(0x1f8)])==null?void 0x0:_0x62b26f[_0x1e1170(0x297)])!==void 0x0&&(_0x4112c8[_0x1e1170(0x209)][_0x1e1170(0x1f8)][_0x1e1170(0x297)]=null);}let _0x144ffa=_0x4eb0c8[_0x1e1170(0x32e)][_0x1e1170(0x161)]||{};for(let _0x17f4f1 in _0x144ffa){var _0x4e15b9,_0x28dce2,_0x3be9ee;_0x144ffa[_0x17f4f1][_0x1e1170(0x297)]!==void 0x0&&(_0x4c9dd4[_0x1e1170(0x161)]={..._0x4c9dd4[_0x1e1170(0x161)],[_0x17f4f1]:{'color':null}}),((_0x4e15b9=_0x144ffa[_0x17f4f1])==null||(_0x4e15b9=_0x4e15b9[_0x1e1170(0x209)])==null||(_0x4e15b9=_0x4e15b9[_0x1e1170(0x501)])==null?void 0x0:_0x4e15b9[_0x1e1170(0x297)])!==void 0x0&&(_0x144ffa[_0x17f4f1]['waterfall'][_0x1e1170(0x501)]['color']=null),((_0x28dce2=_0x144ffa[_0x17f4f1])==null||(_0x28dce2=_0x28dce2[_0x1e1170(0x209)])==null||(_0x28dce2=_0x28dce2['negative'])==null?void 0x0:_0x28dce2[_0x1e1170(0x297)])!==void 0x0&&(_0x144ffa[_0x17f4f1][_0x1e1170(0x209)][_0x1e1170(0x468)][_0x1e1170(0x297)]=null),((_0x3be9ee=_0x144ffa[_0x17f4f1])==null||(_0x3be9ee=_0x3be9ee[_0x1e1170(0x209)])==null||(_0x3be9ee=_0x3be9ee['subtotal'])==null?void 0x0:_0x3be9ee[_0x1e1170(0x297)])!==void 0x0&&(_0x144ffa[_0x17f4f1][_0x1e1170(0x209)][_0x1e1170(0x1f8)][_0x1e1170(0x297)]=null);}_0x2a95b7[_0x1e1170(0x2a7)]({'chartModelId':_0x4eb0c8['id'],'style':_0x4c9dd4});},'get'(){const _0x19764f=_0x4a235f;return _0x4eb0c8[_0x19764f(0x3bc)]['pipe'](_0x53a587(_0x41fd64=>_0x41fd64['theme']||'default'));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x48d),_0x10cbbf=>({'set'(_0x4559df){const _0x27e731=_0x4a235f;_0x2a95b7[_0x27e731(0x2a7)]({'chartModelId':_0x10cbbf['id'],'style':{'titles':{'titlePosition':_0x4559df}}});},'get'(){const _0x41d37c=_0x4a235f;return _0x10cbbf[_0x41d37c(0x3bc)][_0x41d37c(0x13b)](_0x53a587(_0x5b382d=>{const _0x3e8ca3=_0x41d37c;var _0x5dec55;return((_0x5dec55=_0x5b382d[_0x3e8ca3(0x2fe)])==null?void 0x0:_0x5dec55[_0x3e8ca3(0x48d)])||void 0x0;}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x28b),_0x13c8d3=>({'set'(_0x591fa9){const _0x16d7bf=_0x4a235f;_0x2a95b7[_0x16d7bf(0x2a7)]({'chartModelId':_0x13c8d3['id'],'context':{'bubbleSizeSeriesId':_0x591fa9}});},'get'(){const _0x464c01=_0x4a235f;return _0x13c8d3[_0x464c01(0x3f1)][_0x464c01(0x13b)](_0x53a587(_0xef06c4=>_0xef06c4[_0x464c01(0x28b)]||void 0x0));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x2aa),_0x206438=>({'set'(_0x302e73){const _0x9f97c1=_0x4a235f;_0x2a95b7[_0x9f97c1(0x2a7)]({'chartModelId':_0x206438['id'],'context':{'bubbleXAxis':_0x302e73}});},'get'(){const _0x113d5f=_0x4a235f;return _0x206438['context$'][_0x113d5f(0x13b)](_0x53a587(_0x117576=>{const _0x320d58=_0x113d5f;var _0x50ae64;return(_0x50ae64=_0x117576[_0x320d58(0x2aa)])==null?void 0x0:_0x50ae64;}));}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x39e),_0xa17689=>({'set'(_0x2bcbb5){const _0x45db72=_0x4a235f;_0x2a95b7[_0x45db72(0x2a7)]({'chartModelId':_0xa17689['id'],'context':{'bubbleYAxis':_0x2bcbb5}});},'get'(){const _0x35fa9d=_0x4a235f;return _0xa17689[_0x35fa9d(0x3f1)]['pipe'](_0x53a587(_0x253529=>{const _0x13abb3=_0x35fa9d;var _0x3a111a;return(_0x3a111a=_0x253529[_0x13abb3(0x39e)])==null?void 0x0:_0x3a111a;}));}})),_0x2a95b7[_0x4a235f(0x514)]('bubbleLabel',_0x6470f9=>({'set'(_0x2f152b){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x6470f9['id'],'context':{'bubbleLabel':_0x2f152b}});},'get'(){const _0x3d369e=_0x4a235f;return _0x6470f9[_0x3d369e(0x3f1)]['pipe'](_0x53a587(_0x105ea2=>{const _0x1f96e6=_0x3d369e;var _0xc451c5;return(_0xc451c5=_0x105ea2[_0x1f96e6(0x145)])==null?void 0x0:_0xc451c5;}));}})),_0x2a95b7[_0x4a235f(0x514)]('bubbleSeries',_0x11b32b=>({'set'(_0x104798){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x11b32b['id'],'context':{'bubbleSeries':_0x104798}});},'get'(){const _0x201fbb=_0x4a235f;return _0x11b32b[_0x201fbb(0x3f1)]['pipe'](_0x53a587(_0x25bebe=>{const _0x137d05=_0x201fbb;var _0x592f23;return(_0x592f23=_0x25bebe[_0x137d05(0x4b1)])==null?void 0x0:_0x592f23;}));}})),_0x2a95b7['registerViewState'](_0x4a235f(0x454),_0x58070d=>({'set'(_0x4f8a65){const _0x3a74f2=_0x4a235f;_0x2a95b7[_0x3a74f2(0x2a7)]({'chartModelId':_0x58070d['id'],'style':{'relation':{'layout':_0x4f8a65}}});},'get'(){const _0x321f3b=_0x4a235f;return _0x58070d[_0x321f3b(0x3bc)][_0x321f3b(0x13b)](_0x53a587(_0x31811b=>{const _0x4083fb=_0x321f3b;var _0x19ff1f;return(_0x19ff1f=_0x31811b[_0x4083fb(0x2a6)])==null?void 0x0:_0x19ff1f[_0x4083fb(0x372)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x33f),_0x37b0f6=>({'set'(_0x19ecf3){const _0x3c6752=_0x4a235f;_0x2a95b7[_0x3c6752(0x2a7)]({'chartModelId':_0x37b0f6['id'],'style':{'relation':{'useValueAsSymbolSize':!!_0x19ecf3}}});},'get'(){const _0x499cd7=_0x4a235f;return _0x37b0f6[_0x499cd7(0x3bc)]['pipe'](_0x53a587(_0x3bfad7=>{const _0xa3d38c=_0x499cd7;var _0x1e0858;return(_0x1e0858=_0x3bfad7[_0xa3d38c(0x2a6)])==null?void 0x0:_0x1e0858[_0xa3d38c(0x33f)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)]('forceOption',_0x279943=>({'set'(_0x8716f5){const _0x568439=_0x4a235f;_0x2a95b7[_0x568439(0x2a7)]({'chartModelId':_0x279943['id'],'style':{'relation':{'force':_0x8716f5}}});},'get'(){const _0x213c71=_0x4a235f;return _0x279943[_0x213c71(0x3bc)][_0x213c71(0x13b)](_0x53a587(_0x2abf25=>{const _0x16782d=_0x213c71;var _0x5ef39b;return(_0x5ef39b=_0x2abf25['relation'])==null?void 0x0:_0x5ef39b[_0x16782d(0x4af)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x52a),_0x3d1089=>({'set'(_0x288d1b){const _0x3af50d=_0x4a235f;_0x2a95b7[_0x3af50d(0x2a7)]({'chartModelId':_0x3d1089['id'],'style':{'relation':{'circular':{'rotateLabel':!!_0x288d1b}}}});},'get'(){const _0x214013=_0x4a235f;return _0x3d1089[_0x214013(0x3bc)][_0x214013(0x13b)](_0x53a587(_0x2bc142=>{const _0x294d6f=_0x214013;var _0x3e9640;return(_0x3e9640=_0x2bc142['relation'])==null||(_0x3e9640=_0x3e9640[_0x294d6f(0x1fb)])==null?void 0x0:_0x3e9640[_0x294d6f(0x52a)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)]('relationNodeShape',_0x29532a=>({'set'(_0xb3d9e8){const _0x4c64a8=_0x4a235f;_0x2a95b7[_0x4c64a8(0x2a7)]({'chartModelId':_0x29532a['id'],'style':{'relation':{'nodeShape':_0xb3d9e8}}});},'get'(){const _0x41fcf2=_0x4a235f;return _0x29532a['style$'][_0x41fcf2(0x13b)](_0x53a587(_0x43d7e9=>{const _0x519655=_0x41fcf2;var _0x36b81a;return(_0x36b81a=_0x43d7e9['relation'])==null?void 0x0:_0x36b81a[_0x519655(0x417)];}),_0x69b567());}})),_0x2a95b7['registerViewState'](_0x4a235f(0x37b),_0x23127f=>({'set'(_0x5caeeb){const _0x236036=_0x4a235f;_0x2a95b7[_0x236036(0x2a7)]({'chartModelId':_0x23127f['id'],'style':{'relation':{'useEmphasis':!!_0x5caeeb}}});},'get'(){const _0x189e32=_0x4a235f;return _0x23127f[_0x189e32(0x3bc)][_0x189e32(0x13b)](_0x53a587(_0x2fa1d6=>{const _0x16ddc=_0x189e32;var _0x25deff;return(_0x25deff=_0x2fa1d6[_0x16ddc(0x2a6)])==null?void 0x0:_0x25deff['useEmphasis'];}),_0x69b567());}})),_0x2a95b7['registerViewState'](_0x4a235f(0x27a),_0xc4cab=>({'set'(_0x913532){const _0x482f74=_0x4a235f;_0x2a95b7[_0x482f74(0x2a7)]({'chartModelId':_0xc4cab['id'],'context':{'useDateAxis':!!_0x913532}});},'get'(){const _0x20caec=_0x4a235f;return _0xc4cab[_0x20caec(0x3f1)][_0x20caec(0x13b)](_0x53a587(_0x49dd0c=>_0x49dd0c[_0x20caec(0x27a)]),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x148),_0x497263=>({'set'(_0x38bdef){const _0x17ca05=_0x4a235f;_0x2a95b7[_0x17ca05(0x2a7)]({'chartModelId':_0x497263['id'],'style':{'waterfall':{'stackType':_0x38bdef}}});},'get'(){const _0x380cb5=_0x4a235f;return _0x497263[_0x380cb5(0x3bc)][_0x380cb5(0x13b)](_0x53a587(_0x5e3d03=>{const _0x49938f=_0x380cb5;var _0x440831;return(_0x440831=_0x5e3d03[_0x49938f(0x209)])==null?void 0x0:_0x440831['stackType'];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)]('useSubtotal',_0x1c2860=>({'set'(_0x5a8faa){const _0x380fc2=_0x4a235f;_0x2a95b7[_0x380fc2(0x2a7)]({'chartModelId':_0x1c2860['id'],'style':{'waterfall':{'useSubtotal':_0x5a8faa}}});},'get'(){const _0x44f0bd=_0x4a235f;return _0x1c2860[_0x44f0bd(0x3bc)][_0x44f0bd(0x13b)](_0x53a587(_0x5168dc=>{const _0x459e52=_0x44f0bd;var _0x36f346;return(_0x36f346=_0x5168dc[_0x459e52(0x209)])==null?void 0x0:_0x36f346[_0x459e52(0x3e6)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)]('paretoStyle',_0x2ae6f7=>({'set'(_0x28d026){_0x2a95b7['executeChartUpdateConfig']({'chartModelId':_0x2ae6f7['id'],'style':{'pareto':_0x28d026}});},'get'(){const _0x5111a1=_0x4a235f;return _0x2ae6f7[_0x5111a1(0x3bc)][_0x5111a1(0x13b)](_0x53a587(_0x32c2a3=>_0x32c2a3['pareto']),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x42e),_0x53ef52=>_0x53ef52['config$']['pipe'](_0x53a587(_0x439ec7=>{const _0x348774=_0x4a235f;var _0x54e19b;let _0xcb981=_0x439ec7==null||(_0x54e19b=_0x439ec7[_0x348774(0x215)])==null?void 0x0:_0x54e19b['items'],_0x3b47c3=new Map();return _0x439ec7==null||_0x439ec7[_0x348774(0x1b5)][0x0][_0x348774(0x491)]['forEach']((_0x154115,_0x4e1a04)=>{const _0x46b548=_0x348774;let _0x3c8c68=_0xcb981?String(_0xcb981[_0x4e1a04][_0x46b548(0x46d)]):_0x2a95b7['t'](_0x46b548(0x290),''+(_0x4e1a04+0x1));_0x3b47c3['has'](_0x3c8c68)||_0x3b47c3[_0x46b548(0x52f)](_0x3c8c68,_0x154115[_0x46b548(0x46d)]);}),Array[_0x348774(0x1dd)](_0x3b47c3[_0x348774(0x1bc)]())['filter'](_0x44fef4=>_0x44fef4[0x1]>0x0)['sort']((_0x101962,_0x20482b)=>_0x20482b[0x1]-_0x101962[0x1])['map']((_0xecbc9b,_0x295537)=>({'label':_0xecbc9b[0x0]||_0x2a95b7['t'](_0x348774(0x290),''+(_0x295537+0x1)),'value':''+_0x295537}));}))),_0x2a95b7['registerViewState']('visualMapType',_0x41c98f=>({'set'(_0x4642c6){const _0x51289b=_0x4a235f;_0x2a95b7[_0x51289b(0x2a7)]({'chartModelId':_0x41c98f['id'],'style':{'heatmap':{'visualMapType':_0x4642c6}}});},'get'(){const _0x5d4c45=_0x4a235f;return _0x41c98f['style$'][_0x5d4c45(0x13b)](_0x53a587(_0x26ced9=>{const _0x2fd5c4=_0x5d4c45;var _0xd9e22d;return(_0xd9e22d=_0x26ced9[_0x2fd5c4(0x1fd)])==null?void 0x0:_0xd9e22d[_0x2fd5c4(0x2bd)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x334),_0x2e2a90=>({'set'(_0x2bda87){const _0x55403f=_0x4a235f;_0x2a95b7[_0x55403f(0x2a7)]({'chartModelId':_0x2e2a90['id'],'style':{'heatmap':{'max':_0x2bda87}}});},'get'(){return _0x2e2a90['style$']['pipe'](_0x53a587(_0x5a0939=>{const _0x57b7af=_0x3995;var _0x508d61;return(_0x508d61=_0x5a0939[_0x57b7af(0x1fd)])==null?void 0x0:_0x508d61[_0x57b7af(0x35e)];}),_0x69b567());}})),_0x2a95b7[_0x4a235f(0x514)](_0x4a235f(0x4ff),_0x6260df=>({'set'(_0x5a7b3a){const _0x2f0251=_0x4a235f;_0x2a95b7[_0x2f0251(0x2a7)]({'chartModelId':_0x6260df['id'],'style':{'heatmap':{'min':_0x5a7b3a}}});},'get'(){const _0x1cfbca=_0x4a235f;return _0x6260df[_0x1cfbca(0x3bc)]['pipe'](_0x53a587(_0x4a8386=>{const _0x2c4a33=_0x1cfbca;var _0x1a4350;return(_0x1a4350=_0x4a8386[_0x2c4a33(0x1fd)])==null?void 0x0:_0x1a4350[_0x2c4a33(0x1db)];}),_0x69b567());}}));}let pr=class extends _0x3b8ec0{constructor(_0x569c33,_0x544c6f,_0x8b722,_0x955686,_0x3ad290,_0x264cc7){const _0x5cd7b5=_0x5c69fd;super(),this['_chartModelService']=_0x569c33,this['_sheetsChartService']=_0x544c6f,this[_0x5cd7b5(0x236)]=_0x8b722,this[_0x5cd7b5(0x43a)]=_0x955686,this[_0x5cd7b5(0x4b0)]=_0x3ad290,this[_0x5cd7b5(0x301)]=_0x264cc7,X(this,'_viewState',new Map()),X(this,'_rangeSelectMode',!0x1),fr(this);}get['activeChartModel'](){const _0x8e9a8c=_0x5c69fd;return this[_0x8e9a8c(0x1b1)][_0x8e9a8c(0x39f)];}get[_0x5c69fd(0x327)](){const _0x22f709=_0x5c69fd;return this[_0x22f709(0x1c8)];}get[_0x5c69fd(0x433)](){const _0x5c5a9d=_0x5c69fd;return this[_0x5c5a9d(0x43a)][_0x5c5a9d(0x433)];}set['rangeSelectMode'](_0x2111fc){const _0x2d7041=_0x5c69fd;this[_0x2d7041(0x1c8)]=_0x2111fc;}[_0x5c69fd(0x1aa)](_0x2b42d9){const _0x307149=_0x5c69fd;return this[_0x307149(0x319)][_0x307149(0x36d)](_0x2b42d9);}[_0x5c69fd(0x514)](_0x3985df,_0x2dd36b){const _0x58fbed=_0x5c69fd;this[_0x58fbed(0x358)][_0x58fbed(0x52f)](_0x3985df,_0x2dd36b);}[_0x5c69fd(0x41c)](_0x1bf9c1){const _0x59bff0=_0x5c69fd;let {activeChartModel:_0x579cce}=this['_chartModelService'];if(!_0x579cce)return;let _0x4027aa=this[_0x59bff0(0x358)][_0x59bff0(0x24c)](_0x1bf9c1);if(_0x4027aa)return _0x4027aa(_0x579cce);}['executeChartUpdateConfig'](_0x393f28){const _0x1bf727=_0x5c69fd;var _0x5158d1,_0x26ecee;this[_0x1bf727(0x236)]['executeCommand'](_0xe8046d['id'],{..._0x393f28,'unitId':(_0x5158d1=(_0x26ecee=this[_0x1bf727(0x301)][_0x1bf727(0x410)]())==null?void 0x0:_0x26ecee[_0x1bf727(0x1c7)]())==null?'':_0x5158d1});}['executeChartUpdateSourceConfig'](_0x5da6de){const _0x132476=_0x5c69fd;var _0x1b461e,_0x1f86b9;this[_0x132476(0x236)][_0x132476(0x2f6)](_0x4cb3f9['id'],{..._0x5da6de,'unitId':(_0x1b461e=(_0x1f86b9=this['_univerInstanceService']['getFocusedUnit']())==null?void 0x0:_0x1f86b9[_0x132476(0x1c7)]())==null?'':_0x1b461e});}['removeViewState'](_0x3d6e05){const _0x217f99=_0x5c69fd;let {_viewState:_0x10368a}=this;_0x10368a['has'](_0x3d6e05)&&_0x10368a[_0x217f99(0x528)](_0x3d6e05);}['setBorder'](_0x5b8796,_0x3caa73){const _0x45d704=_0x5c69fd;this[_0x45d704(0x4b0)]['setHostStyle'](_0x5b8796,{'stroke':_0x3caa73});}['t'](..._0x3ae9ce){return this['_localeService']['t'](..._0x3ae9ce);}[_0x5c69fd(0x407)](){const _0x13d595=_0x5c69fd;super[_0x13d595(0x407)](),this['_viewState'][_0x13d595(0x17f)]();}};pr=lr([Z(0x0,_0x290ca6(_0xe41469)),Z(0x1,_0x290ca6(_0x37740b)),Z(0x2,_0x1094e2),Z(0x3,_0x290ca6(_0x58d845)),Z(0x4,_0x290ca6(dr)),Z(0x5,_0x3b6df4)],pr);function mr(){let _0x2b728e=_0x4ae2c0(pr);return _0x4a6a1b(_0x4ae2c0(_0xe41469)['activeChartModel$']),_0x2b728e;}function Q(_0x518228,_0x3315ac,_0x5c1dc5){const _0x451215=_0x5c69fd;let _0xae86db=_0x4757a9(()=>_0x3315ac[_0x451215(0x41c)](_0x518228),[_0x3315ac,_0x3315ac[_0x451215(0x39f)],_0x518228]);return[_0x4a6a1b(_0x4757a9(()=>_0xae86db instanceof _0x5db48c?_0xae86db:_0xae86db==null?void 0x0:_0xae86db[_0x451215(0x24c)](),[_0xae86db]),_0x5c1dc5),_0x17132f(_0x54f0a7=>{const _0x1066c4=_0x451215;if(!(_0xae86db instanceof _0x5db48c)){var _0xf6e6d3;_0xae86db==null||(_0xf6e6d3=_0xae86db[_0x1066c4(0x52f)])==null||_0xf6e6d3[_0x1066c4(0x50c)](_0xae86db,_0x54f0a7);}},[_0xae86db])];}const hr={'label':'sheets-chart-ui.default','value':_0x5c69fd(0x25d)},gr={[_0x2461ba[_0x5c69fd(0x13f)]]:_0x2f6b2a(_0x3ec66f,{}),[_0x2461ba[_0x5c69fd(0x3f3)]]:_0x2f6b2a(_0x1917ea,{}),[_0x2461ba['Bar']]:_0x2f6b2a(_0x5a0edf,{}),[_0x2461ba[_0x5c69fd(0x350)]]:_0x2f6b2a(_0x5a0edf,{}),[_0x2461ba[_0x5c69fd(0x498)]]:_0x2f6b2a(_0x5a0edf,{}),[_0x2461ba[_0x5c69fd(0x38f)]]:_0x2f6b2a(_0x233338,{}),[_0x2461ba[_0x5c69fd(0x48e)]]:_0x2f6b2a(_0x233338,{}),[_0x2461ba['Area']]:_0x2f6b2a(_0x4e365d,{}),[_0x2461ba['AreaStacked']]:_0x2f6b2a(_0x4e365d,{}),[_0x2461ba[_0x5c69fd(0x431)]]:_0x2f6b2a(_0x4e365d,{}),[_0x2461ba[_0x5c69fd(0x235)]]:_0x2f6b2a(_0x139a40,{}),[_0x2461ba['Combination']]:_0x2f6b2a(_0x54d246,{}),[_0x2461ba[_0x5c69fd(0x23d)]]:_0x2f6b2a(_0x3fda41,{}),[_0x2461ba[_0x5c69fd(0x475)]]:void 0x0,[_0x2461ba[_0x5c69fd(0x2be)]]:_0x2f6b2a(_0x1917ea,{}),[_0x2461ba[_0x5c69fd(0x3cb)]]:_0x2f6b2a(_0x1917ea,{}),[_0x2461ba['WordCloud']]:_0x2f6b2a(_0x460d27,{}),[_0x2461ba[_0x5c69fd(0x4ba)]]:_0x2f6b2a(_0x3b172b,{}),[_0x2461ba[_0x5c69fd(0x3b9)]]:_0x2f6b2a(_0x545fdb,{}),[_0x2461ba[_0x5c69fd(0x3b5)]]:_0x2f6b2a(_0x2594a6,{}),[_0x2461ba[_0x5c69fd(0x2e2)]]:_0x2f6b2a(_0x1124b0,{}),[_0x2461ba[_0x5c69fd(0x256)]]:_0x2f6b2a(_0x54d246,{}),[_0x2461ba[_0x5c69fd(0x1a0)]]:_0x2f6b2a(_0x121e94,{}),[_0x2461ba[_0x5c69fd(0x342)]]:_0x2f6b2a(_0x1d2103,{}),[_0x2461ba[_0x5c69fd(0x527)]]:_0x2f6b2a(_0x3c3906,{})},_r=Un['filter'](_0x29d890=>[_0x2461ba[_0x5c69fd(0x13f)],_0x2461ba[_0x5c69fd(0x3f3)],_0x2461ba['Area']][_0x5c69fd(0x1d1)](_0x2ceb46=>String(_0x2ceb46))[_0x5c69fd(0x3bb)](String(_0x29d890[_0x5c69fd(0x46d)])))['map'](({label:_0x259a57,value:_0x31d153})=>({'label':_0x259a57,'value':String(_0x31d153)})),vr=[{'label':'sheets-chart-ui.titles.mainTitle','value':_0x5c69fd(0x44c)},{'label':_0x5c69fd(0x38e),'value':_0x5c69fd(0x3d2)},{'label':_0x5c69fd(0x1f5),'value':_0x5c69fd(0x3e4)},{'label':_0x5c69fd(0x363),'value':_0x5c69fd(0x335)}],yr=[{'label':'10','value':'10'},{'label':'12','value':'12'},{'label':'14','value':'14'},{'label':'16','value':'16'},{'label':'18','value':'18'},{'label':'20','value':'20'},{'label':'24','value':'24'},{'label':'30','value':'30'},{'label':'36','value':'36'}],br=[{'label':_0x5c69fd(0x174),'value':_0x5c69fd(0x2bf)},{'label':_0x5c69fd(0x259),'value':'center'},{'label':_0x5c69fd(0x20d),'value':'right'}];function xr(){const _0x106f4c=_0x5c69fd;return{'label':_0x106f4c(0x289),'value':_0x367ec0['allSeriesId']};}const Sr=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0]['map'](_0x278f5d=>({'label':_0x278f5d*0x64+'%','value':String(_0x278f5d)})),Cr=[{'label':'sheets-chart-ui.dashType.solid','value':_0x5b1684['Solid']},{'label':_0x5c69fd(0x250),'value':_0x5b1684[_0x5c69fd(0x226)]},{'label':'sheets-chart-ui.dashType.dot','value':_0x5b1684['Dotted']}],wr=[{'label':_0x5c69fd(0x3ae),'value':_0x56ec2b[_0x5c69fd(0x1be)]},{'label':_0x5c69fd(0x47a),'value':_0x56ec2b['Square']},{'label':'sheets-chart-ui.shape.triangle','value':_0x56ec2b[_0x5c69fd(0x429)]},{'label':'sheets-chart-ui.shape.diamond','value':_0x56ec2b[_0x5c69fd(0x49c)]},{'label':_0x5c69fd(0x28f),'value':_0x56ec2b['Rect']},{'label':_0x5c69fd(0x396),'value':_0x56ec2b[_0x5c69fd(0x15b)]},{'label':_0x5c69fd(0x1fa),'value':_0x56ec2b[_0x5c69fd(0x4cd)]},{'label':_0x5c69fd(0x2f9),'value':_0x56ec2b[_0x5c69fd(0x25f)]},{'label':_0x5c69fd(0x4ea),'value':_0x56ec2b[_0x5c69fd(0x475)]},{'label':_0x5c69fd(0x149),'value':_0x56ec2b['EmptyCircle']},{'label':'sheets-chart-ui.shape.emptySquare','value':_0x56ec2b[_0x5c69fd(0x271)]},{'label':_0x5c69fd(0x367),'value':_0x56ec2b[_0x5c69fd(0x20c)]},{'label':_0x5c69fd(0x224),'value':_0x56ec2b['EmptyDiamond']},{'label':_0x5c69fd(0x329),'value':_0x56ec2b[_0x5c69fd(0x379)]},{'label':_0x5c69fd(0x519),'value':_0x56ec2b[_0x5c69fd(0x534)]},{'label':_0x5c69fd(0x18e),'value':_0x56ec2b[_0x5c69fd(0x2d5)]},{'label':_0x5c69fd(0x185),'value':_0x56ec2b[_0x5c69fd(0x425)]}],Tr=[0x0,0x2,0x5,0x7,0xa,0xe][_0x5c69fd(0x1d1)](_0x3def1e=>({'label':_0x3def1e+'px','value':String(_0x3def1e)})),Er=[0x0,0x1,0x2,0x4,0x8][_0x5c69fd(0x1d1)](_0xc67c6e=>({'label':_0xc67c6e+'px','value':String(_0xc67c6e)})),Dr=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a]['map'](_0x289427=>({'label':_0x289427+'°','value':String(_0x289427)})),Or=[{'label':_0x5c69fd(0x51b),'value':_0x2d338f['linear']},{'label':'sheets-chart-ui.trendline.exp','value':_0x2d338f[_0x5c69fd(0x517)]},{'label':_0x5c69fd(0x511),'value':_0x2d338f[_0x5c69fd(0x25b)]},{'label':_0x5c69fd(0x441),'value':_0x2d338f[_0x5c69fd(0x408)]},{'label':_0x5c69fd(0x294),'value':_0x2d338f['movingAvg']},{'label':_0x5c69fd(0x253),'value':_0x2d338f[_0x5c69fd(0x412)]}],kr={[_0x2d338f[_0x5c69fd(0x318)]]:_0x2f6b2a(_0x467434,{}),[_0x2d338f['exp']]:_0x2f6b2a(_0x5b553c,{}),[_0x2d338f[_0x5c69fd(0x25b)]]:_0x2f6b2a(_0x3417ba,{}),[_0x2d338f[_0x5c69fd(0x408)]]:_0x2f6b2a(_0x3a8ac0,{}),[_0x2d338f[_0x5c69fd(0x2ef)]]:_0x2f6b2a(_0x5cc43a,{}),[_0x2d338f[_0x5c69fd(0x412)]]:_0x2f6b2a(_0x139bcb,{})},Ar=[0x2,0x3,0x4,0x5,0x6][_0x5c69fd(0x1d1)](_0x2739b1=>({'label':''+_0x2739b1,'value':String(_0x2739b1)})),jr=[_0x471e6a[_0x5c69fd(0x26a)],_0x471e6a[_0x5c69fd(0x35f)],_0x471e6a['Left'],_0x471e6a[_0x5c69fd(0x306)],_0x471e6a[_0x5c69fd(0x35d)],_0x471e6a[_0x5c69fd(0x33a)]][_0x5c69fd(0x1d1)](_0x995fd9=>({'label':_0x5c69fd(0x3a1)+_0x995fd9,'value':_0x995fd9})),Mr=[_0x970dac[_0x5c69fd(0x35f)],_0x970dac[_0x5c69fd(0x481)]][_0x5c69fd(0x1d1)](_0x58547a=>({'label':_0x5c69fd(0x3a1)+_0x58547a,'value':_0x58547a})),Nr=[_0x53ec6c[_0x5c69fd(0x35d)],_0x53ec6c['Bottom'],_0x53ec6c[_0x5c69fd(0x2d1)],_0x53ec6c[_0x5c69fd(0x306)],_0x53ec6c[_0x5c69fd(0x15f)]][_0x5c69fd(0x1d1)](_0x52ca53=>({'label':_0x5c69fd(0x3a1)+_0x52ca53,'value':_0x52ca53})),Pr=[_0x46ce97[_0x5c69fd(0x30e)],_0x46ce97[_0x5c69fd(0x25e)],_0x46ce97['Close']][_0x5c69fd(0x1d1)](_0x37f42c=>({'label':_0x5c69fd(0x2e7)+_0x37f42c,'value':_0x37f42c})),Fr=['continuous',_0x5c69fd(0x3d4)][_0x5c69fd(0x1d1)](_0x2e2472=>({'label':'sheets-chart-ui.legendVisualMapType.'+_0x2e2472,'value':_0x2e2472})),Ir=[_0x4a1127[_0x5c69fd(0x35d)],_0x4a1127[_0x5c69fd(0x33a)],_0x4a1127[_0x5c69fd(0x2d1)],_0x4a1127['Right'],_0x4a1127[_0x5c69fd(0x15f)]][_0x5c69fd(0x1d1)](_0x97dc61=>({'label':'sheets-chart-ui.positionType.'+_0x97dc61,'value':_0x97dc61})),Lr=[_0x33245c['Start'],_0x33245c['Center'],_0x33245c['End']][_0x5c69fd(0x1d1)](_0x298807=>({'label':'sheets-chart-ui.axisPositionType.'+_0x298807,'value':_0x298807}));[_0x2ff4fd['Left'],_0x2ff4fd[_0x5c69fd(0x44f)],_0x2ff4fd[_0x5c69fd(0x306)]][_0x5c69fd(0x1d1)](_0x119713=>({'label':_0x5c69fd(0x4ce)+_0x119713,'value':_0x119713})),[_0x563075[_0x5c69fd(0x35d)],_0x563075['Middle'],_0x563075[_0x5c69fd(0x33a)]]['map'](_0x5aa49f=>({'label':'sheets-chart-ui.alignY.'+_0x5aa49f,'value':_0x5aa49f}));const Rr=[{'value':_0x5c69fd(0x323),'label':_0x5c69fd(0x1a7)},{'value':_0x5c69fd(0x26c),'label':_0x5c69fd(0x3a0)},{'value':_0x5c69fd(0x282),'label':_0x5c69fd(0x4a4)}],zr=[0x1,0x2,0x3][_0x5c69fd(0x1d1)](_0x23abed=>({'label':_0x23abed+'px','value':String(_0x23abed)})),Br=[{'label':'sheets-chart-ui.none','value':''},{'label':_0x5c69fd(0x40c),'value':_0x5aa817['Stacked']},{'label':_0x5c69fd(0x371),'value':_0x5aa817[_0x5c69fd(0x188)]}],Vr=[{'label':_0x5c69fd(0x1ec),'value':_0x4c2ad1['Line']},{'label':_0x5c69fd(0x34b),'value':_0x4c2ad1[_0x5c69fd(0x4cf)]},{'label':_0x5c69fd(0x2b7),'value':_0x4c2ad1[_0x5c69fd(0x29a)]}],Hr=[0x0,0.25,0.5,0.75][_0x5c69fd(0x1d1)](_0x42fc73=>({'label':_0x42fc73*0x64+'%','value':String(_0x42fc73)})),Ur=[{'label':'sheets-chart-ui.shape.polygon','value':_0x5117de[_0x5c69fd(0x50f)]},{'label':'sheets-chart-ui.shape.circle','value':_0x5117de[_0x5c69fd(0x1be)]}],Wr=[{'label':_0x5c69fd(0x156),'value':_0xb8190e[_0x5c69fd(0x1bf)]},{'label':'sheets-chart-ui.invalidType.zero','value':_0xb8190e[_0x5c69fd(0x45b)]},{'label':'sheets-chart-ui.invalidType.connectDataPointsWithStraightLines','value':_0xb8190e[_0x5c69fd(0x2e0)]}],Gr=[_0x23b2f3[_0x5c69fd(0x4c2)],_0x23b2f3[_0x5c69fd(0x3a8)],_0x23b2f3[_0x5c69fd(0x152)],_0x23b2f3[_0x5c69fd(0x3d3)]],Kr=[{'label':_0x5c69fd(0x3d0),'value':_0x23b2f3['CategoryName']},{'label':_0x5c69fd(0x510),'value':_0x23b2f3['SeriesName']},{'label':_0x5c69fd(0x44a),'value':_0x23b2f3[_0x5c69fd(0x152)]},{'label':'sheets-chart-ui.percentage','value':_0x23b2f3['Percentage']}][_0x5c69fd(0x1d1)](_0x227480=>({..._0x227480,'value':String(_0x227480[_0x5c69fd(0x46d)])})),qr=Kr['filter'](_0x15dabf=>_0x15dabf[_0x5c69fd(0x46d)]!==String(_0x23b2f3[_0x5c69fd(0x3a8)])),Jr=[0x6,0xc,0x12,0x18][_0x5c69fd(0x1d1)](_0x382e44=>({'label':_0x382e44+'px','value':String(_0x382e44)})),Yr=[0x1,0x2,0x4,0x8]['map'](_0x34c132=>({'label':_0x34c132+'px','value':String(_0x34c132)})),Xr=[{'label':_0x5c69fd(0x494),'value':_0x5c69fd(0x4dc)},{'label':_0x5c69fd(0x446),'value':_0x5c69fd(0x1fb)},{'label':'sheets-chart-ui.relation.force','value':_0x5c69fd(0x4af)}],Zr=[{'label':_0x5c69fd(0x2d0),'suffix':_0x5c69fd(0x171)},{'label':_0x5c69fd(0x3ce),'suffix':_0x5c69fd(0x535)},{'label':_0x5c69fd(0x28a),'suffix':_0x5c69fd(0x473)},{'label':_0x5c69fd(0x404),'suffix':'MM-dd'},{'label':'8月5日','suffix':_0x5c69fd(0x4d1)},{'label':_0x5c69fd(0x46f),'suffix':_0x5c69fd(0x287)},{'label':_0x5c69fd(0x4f0),'suffix':'h:mm'},{'label':'下午01:30','suffix':_0x5c69fd(0x303)},{'label':_0x5c69fd(0x223),'suffix':_0x5c69fd(0x212)},{'label':'下午1:30:30','suffix':'A/P\x20h:mm:ss'},{'label':_0x5c69fd(0x368),'suffix':'MM-dd\x20A/P\x20hh:mm'}],Qr=[{'label':'(1,235)','suffix':_0x5c69fd(0x1d7)},{'label':_0x5c69fd(0x453),'suffix':_0x5c69fd(0x260),'color':'red'},{'label':_0x5c69fd(0x32c),'suffix':_0x5c69fd(0x316)},{'label':'1,234.56','suffix':'#,##0.00_);[Red]#,##0.00','color':_0x5c69fd(0x461)},{'label':'-1,234.56','suffix':_0x5c69fd(0x4da)},{'label':_0x5c69fd(0x380),'suffix':_0x5c69fd(0x30a),'color':_0x5c69fd(0x461)}],$r=[{'label':_0x494998=>_0x494998+_0x5c69fd(0x355),'suffix':_0xb75377=>'\x22'+_0xb75377+_0x5c69fd(0x274)+_0xb75377+'\x22#,##0.00'},{'label':_0x4891d1=>_0x4891d1+_0x5c69fd(0x355),'suffix':_0x1a4170=>'\x22'+_0x1a4170+'\x22#,##0.00_);[Red]\x22'+_0x1a4170+'\x22#,##0.00','color':_0x5c69fd(0x461)},{'label':_0x256c75=>'('+_0x256c75+_0x5c69fd(0x4d0),'suffix':_0x5049db=>'\x22'+_0x5049db+_0x5c69fd(0x1d0)+_0x5049db+_0x5c69fd(0x40d)},{'label':_0x3efaf5=>'('+_0x3efaf5+_0x5c69fd(0x4d0),'suffix':_0x28d605=>'\x22'+_0x28d605+_0x5c69fd(0x2dd)+_0x28d605+_0x5c69fd(0x40d),'color':_0x5c69fd(0x461)},{'label':_0x5452c2=>'-'+_0x5452c2+_0x5c69fd(0x355),'suffix':_0x45deb7=>'\x22'+_0x45deb7+_0x5c69fd(0x51d)+_0x45deb7+'\x22#,##0.00'},{'label':_0x8ebcef=>'-'+_0x8ebcef+'1,235','suffix':_0x59fecb=>'\x22'+_0x59fecb+_0x5c69fd(0x3d7)+_0x59fecb+'\x22#,##0.00','color':_0x5c69fd(0x461)}],ei=_0x5c69fd(0x467),ti=_0x5c69fd(0x2a8),ni=[{'label':'sheets-chart-ui.waterfall.arrangement','value':_0x148307[_0x5c69fd(0x37e)]},{'label':_0x5c69fd(0x362),'value':_0x148307['Stacked']}];function $(_0xd81c29,_0x497fb0){const _0x1e30c6=_0x5c69fd;return _0x497fb0[_0x1e30c6(0x1d1)](_0x3ea4c5=>({..._0x3ea4c5,'label':_0xd81c29['t'](_0x3ea4c5[_0x1e30c6(0x147)])}));}const ri=_0x1a139d=>{const _0x1bf670=_0x5c69fd;let {className:_0x53e112,service:_0x218985}=_0x1a139d,_0x49e568=_0x4ae2c0(_0x58d845),[_0x941827,_0x410bd2]=Q(_0x1bf670(0x1e2),_0x218985),[_0x2c25b5,_0x1ebea8]=Q('radarFill',_0x218985),_0x5f6649=$(_0x49e568,Ur);return _0x34b719(_0x1bf670(0x144),{'className':_0x53e112,'children':[_0x2f6b2a(_0x1bf670(0x144),{'children':_0x2f6b2a(_0x588770,{'value':_0x941827==null?_0x367ec0[_0x1bf670(0x196)][_0x1bf670(0x315)]:_0x941827,'items':_0x5f6649,'onChange':_0x410bd2})}),_0x2f6b2a('div',{'className':'univer-mt-2','children':_0x2f6b2a(_0x284dd5,{'checked':!!_0x2c25b5,'onChange':_0x4cc65b=>{_0x1ebea8(!!_0x4cc65b);},'children':_0x49e568['t']('sheets-chart-ui.fill')})})]});},ii=_0x1b4a97=>{const _0x13d1ad=_0x5c69fd;var _0x3b9ed1,_0x2430f8,_0x2b8ca7;let {service:_0xaac8f8}=_0x1b4a97,_0x913c47=_0x4ae2c0(_0x58d845),[_0x2370db]=Q('seriesList',_0xaac8f8),[_0x3e78c1]=Q(_0x13d1ad(0x516),_0xaac8f8),[_0x4c2e52]=Q(_0x13d1ad(0x281),_0xaac8f8),[_0x45956a,_0x4a9218]=Q('bubbleXAxis',_0xaac8f8),[_0x5d50d1,_0x464adf]=Q('bubbleYAxis',_0xaac8f8),[_0x83d5ed,_0x5cbc41]=Q(_0x13d1ad(0x145),_0xaac8f8),[_0x2ef0cd,_0x571984]=Q('bubbleSeries',_0xaac8f8),[_0x53b1ac,_0x2b6f41]=Q(_0x13d1ad(0x28b),_0xaac8f8),_0xac8784=_0x1f9143=>{_0x2b6f41(_0x1f9143);};return _0x34b719(_0x13d1ad(0x144),{'className':_0x13d1ad(0x4b3),'children':[_0x2f6b2a(_0x13d1ad(0x144),{'className':'univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x913c47['t']('sheets-chart-ui.bubble.label')}),_0x2f6b2a(_0x419e1b,{'className':_0x13d1ad(0x496),'value':typeof _0x83d5ed==_0x13d1ad(0x531)?String(_0x83d5ed):'','options':_0x3e78c1||[],'onChange':_0x245228=>_0x5cbc41(Number(_0x245228))}),_0x2f6b2a(_0x13d1ad(0x144),{'className':_0x13d1ad(0x337),'children':_0x913c47['t'](_0x13d1ad(0x1c2))}),_0x2f6b2a(_0x419e1b,{'className':_0x13d1ad(0x496),'value':_0x45956a===void 0x0?(_0x3b9ed1=(_0x4c2e52||[])[0x0])==null?void 0x0:_0x3b9ed1[_0x13d1ad(0x46d)]:String(_0x45956a),'options':_0x4c2e52||[],'onChange':_0x21949d=>_0x4a9218(Number(_0x21949d))}),_0x2f6b2a(_0x13d1ad(0x144),{'className':_0x13d1ad(0x337),'children':_0x913c47['t']('sheets-chart-ui.bubble.yAxis')}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x5d50d1===void 0x0?(_0x2430f8=(_0x4c2e52||[])[0x1])==null?void 0x0:_0x2430f8[_0x13d1ad(0x46d)]:String(_0x5d50d1),'options':_0x4c2e52,'onChange':_0x415130=>{_0x464adf(Number(_0x415130));}}),_0x2f6b2a(_0x13d1ad(0x144),{'className':_0x13d1ad(0x337),'children':_0x913c47['t'](_0x13d1ad(0x510))}),_0x2f6b2a(_0x419e1b,{'className':_0x13d1ad(0x496),'value':_0x2ef0cd===void 0x0?'':String(_0x2ef0cd),'options':_0x3e78c1,'onChange':_0x43a2da=>{_0x571984(Number(_0x43a2da));}}),_0x2f6b2a(_0x13d1ad(0x144),{'className':_0x13d1ad(0x337),'children':_0x913c47['t']('sheets-chart-ui.bubble.size')}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x53b1ac?String(_0x53b1ac):(_0x2b8ca7=(_0x4c2e52||[])[0x2])==null?void 0x0:_0x2b8ca7[_0x13d1ad(0x46d)],'options':_0x2370db,'onChange':_0x571461=>_0xac8784(Number(_0x571461))})]});},ai=_0x3c55dd=>_0x3c55dd['getCurrentUnitOfType'](_0x2adaaf['UNIVER_SHEET'])['getUnitId'](),oi=_0x492c4f=>{const _0x10a14e=_0x5c69fd;var _0x28ddc8;return(_0x28ddc8=_0x492c4f['getCurrentUnitOfType'](_0x2adaaf[_0x10a14e(0x16d)])[_0x10a14e(0x31f)]())==null?void 0x0:_0x28ddc8[_0x10a14e(0x217)]();},si=[_0x2461ba[_0x5c69fd(0x1ac)],_0x2461ba[_0x5c69fd(0x3e0)]];function ci(_0x241b57){const _0x1060d6=_0x5c69fd;return _0x2f6b2a(_0x5e3cf2,{'children':_0x241b57[_0x1060d6(0x1d1)](_0x8bc30d=>_0x2f6b2a(_0x1060d6(0x144),{'className':_0x1060d6(0x24b),'style':{'backgroundColor':_0x8bc30d}},_0x8bc30d))});}function li(_0xbfd53f,_0x313541){const _0x884d3e=_0x5c69fd;return _0xbfd53f[_0x884d3e(0x1d1)](_0x237841=>({'label':_0x2f6b2a(_0x884d3e(0x144),{'className':'univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center','children':ci(_0x313541[_0x884d3e(0x1f2)](_0x237841))}),'value':_0x237841}));}const ui=({title:_0x255a99})=>_0x2f6b2a(_0x5c69fd(0x144),{'className':_0x5c69fd(0x26b),'children':_0x255a99}),di=()=>{const _0xfab1e=_0x5c69fd;var _0x3efb0c;let _0x5b8a69=mr(),_0x3e1d27=_0x4ae2c0(_0x3b6df4),_0xc87ed0=_0x4ae2c0(_0x58d845),_0x15daf3=_0x4ae2c0(_0x342977),_0x2680f8=_0x15daf3[_0xfab1e(0x51e)](),_0x265fed=_0x368616(_0x4ae2c0(_0x157d1d)),_0x42dba3=_0x4757a9(()=>Gn(Un[_0xfab1e(0x22f)](),_0x265fed)[_0xfab1e(0x1d1)](_0x13ee72=>({'label':_0x34b719(_0xfab1e(0x144),{'className':_0xfab1e(0x4c6),'children':[_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x3cf),'children':gr==null?void 0x0:gr[_0x13ee72[_0xfab1e(0x46d)]]}),_0x2f6b2a(_0xfab1e(0x144),{'className':'univer-text-sm\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0xc87ed0['t'](_0x13ee72[_0xfab1e(0x147)])})]}),'value':String(_0x13ee72[_0xfab1e(0x46d)])})),[_0xc87ed0]),[_0x51c38a,_0x2def87]=_0x128082(!0x1);_0x250471(()=>{const _0x137b05=_0xfab1e;_0x5b8a69[_0x137b05(0x327)]=_0x51c38a;},[_0x51c38a]);let _0x2bd277=$(_0xc87ed0,Wr),_0x42411a=$(_0xc87ed0,Br),_0x1f6dd0=$(_0xc87ed0,Vr),_0x4d16f3=$(_0xc87ed0,ni),_0x1130e0=li(_0x2680f8,_0x15daf3),_0x33902b=ai(_0x3e1d27),_0x325438=oi(_0x3e1d27),_0x5cec72=_0x4ae2c0(_0x2f8c4e),[_0x5135b0,_0x164699]=Q(_0xfab1e(0x2cc),_0x5b8a69),[_0x527139,_0x28e9e6]=Q('dataRange',_0x5b8a69),[_0x24fdf1,_0x27b432]=Q('areaLineStyle',_0x5b8a69),[_0x2a9f94,_0x8da0e4]=Q('categoryIndex',_0x5b8a69),[_0x5641fc]=Q(_0xfab1e(0x194),_0x5b8a69),[_0x39f76c]=Q(_0xfab1e(0x516),_0x5b8a69),[_0x39a1ff,_0x14499b]=Q(_0xfab1e(0x29f),_0x5b8a69),[_0x2d9b5c]=Q(_0xfab1e(0x281),_0x5b8a69),[_0x1f1fe3,_0x352e49]=Q(_0xfab1e(0x148),_0x5b8a69),[_0x1b9a59,_0x4d9d9a]=Q(_0xfab1e(0x3e6),_0x5b8a69),[_0x183b0a,_0x111b46]=Q(_0xfab1e(0x334),_0x5b8a69),[_0x57e40b,_0x122d7d]=Q('heatmapMin',_0x5b8a69),[_0x3aa123,_0x21f7fb]=Q(_0xfab1e(0x420),_0x5b8a69),[_0x1e2cf3,_0x97456a]=Q(_0xfab1e(0x3af),_0x5b8a69),_0x1225c7=_0x4757a9(()=>_0x1e2cf3===void 0x0?_0x5135b0?_0x3f7dcd['baseOn'](_0x5135b0,_0x2461ba[_0xfab1e(0x1ac)]):!0x1:_0x1e2cf3,[_0x1e2cf3,_0x5135b0]),[_0x57707d,_0x4a1146]=Q(_0xfab1e(0x19d),_0x5b8a69),[_0x3bfdfc,_0x115434]=Q(_0xfab1e(0x3d6),_0x5b8a69),[_0x426a98,_0xe92268]=Q('asCategory',_0x5b8a69),[_0x5b64d7,_0x102868]=Q(_0xfab1e(0x47e),_0x5b8a69),[_0x42a3ac,_0x42f778]=Q(_0xfab1e(0x397),_0x5b8a69),_0x20ccbb=_0x5135b0&&si[_0xfab1e(0x310)](_0x33527f=>_0x3f7dcd[_0xfab1e(0x2a3)](_0x5135b0,_0x33527f)),_0x2686ed=_0x5135b0&&[_0x2461ba[_0xfab1e(0x1ac)],_0x2461ba['Line']][_0xfab1e(0x310)](_0x481d34=>_0x3f7dcd[_0xfab1e(0x2a3)](_0x5135b0,_0x481d34)),_0x1475ba=_0x5135b0&&[_0x2461ba[_0xfab1e(0x13f)],_0x2461ba[_0xfab1e(0x235)],_0x2461ba[_0xfab1e(0x44e)],_0x2461ba[_0xfab1e(0x23d)]][_0xfab1e(0x20a)](_0x17c537=>_0x17c537!==_0x5135b0),_0x155a35=_0x5641fc===_0x3d1d6f[_0xfab1e(0x35b)]||typeof _0x2a9f94!=_0xfab1e(0x531),_0x37a5b9=_0x5135b0&&[_0x2461ba[_0xfab1e(0x38f)],_0x2461ba[_0xfab1e(0x48e)]][_0xfab1e(0x310)](_0x5d406a=>_0x5135b0===_0x5d406a),_0x2a0e80=!_0x37a5b9||_0x37a5b9&&_0x39a1ff&&(_0x39a1ff==null?void 0x0:_0x39a1ff[_0xfab1e(0x258)])<0x1,_0x13c3d=_0x5135b0&&_0x3f7dcd[_0xfab1e(0x2a3)](_0x5135b0,_0x2461ba[_0xfab1e(0x2e2)]),_0x31cba5=_0x5135b0&&_0x36187f(_0x5135b0),[_0x163960,_0x2a0016]=Q('trendlineValues',_0x5b8a69),_0x5f3350=_0x5135b0&&_0x5135b0===_0x2461ba[_0xfab1e(0x3b5)],_0x4e6f93=_0x5135b0&&_0x5135b0===_0x2461ba[_0xfab1e(0x1a0)],_0x170e2b=_0x5135b0&&_0x5135b0===_0x2461ba[_0xfab1e(0x342)],_0x40a667=_0x5135b0&&_0x5135b0===_0x2461ba[_0xfab1e(0x527)],_0xfc8593=_0x5135b0&&_0x3f7dcd[_0xfab1e(0x2a3)](_0x5135b0,_0x2461ba[_0xfab1e(0x3b9)]),_0x2f133f=_0x402faf=>{const _0x3631a2=_0xfab1e;_0x163960&&_0x2a0016(_0x163960[_0x3631a2(0x1fc)]((_0x5d0a4d,_0x5c6a1b)=>_0x5c6a1b!==_0x402faf));},_0x239b84=(_0x396bf0,_0x1d3b6a)=>{const _0x2d612f=_0xfab1e;if(_0x163960){_0x163960[_0x396bf0][_0x2d612f(0x17c)]=_0x1d3b6a;let _0x2bc0dc=(_0x2d9b5c==null?void 0x0:_0x2d9b5c[_0x1d3b6a]['label'])||'';_0x2bc0dc&&(_0x163960[_0x396bf0]['name']=_0xc87ed0['t']('sheets-chart-ui.trendline.linear')+'-'+_0xc87ed0['t']('sheets-chart-ui.trendline.name')+'-('+_0x2bc0dc+')'),_0x2a0016(_0x163960['slice']());}},_0x3cbc1e=!!(_0x5135b0&&_0x3f7dcd['baseOn'](_0x5135b0,_0x2461ba[_0xfab1e(0x4ba)])),_0x29aa57=Er,[_0x67d0fd,_0x1f992a]=_0x128082(!0x1),_0x102935=_0x4757a9(()=>_0x352b6a(async _0x13ffa5=>{const _0x3889d7=_0xfab1e;var _0x3a24ea;if(Vn(_0x527139,_0x3e1d27)===_0x13ffa5)return;let {unitId:_0x3ed8ad,sheetName:_0x77babb,range:_0x423efe}=_0x13ffa5['split'](',')[_0x3889d7(0x1fc)](_0x13ebf7=>!!_0x13ebf7)[_0x3889d7(0x1d1)](_0x463364)[0x0],_0x4e9181=_0x3ed8ad||_0x33902b;_0x28e9e6({'rangeInfo':{'range':_0x423efe,'unitId':_0x4e9181,'subUnitId':((_0x3a24ea=_0x3e1d27[_0x3889d7(0x1a3)](_0x4e9181)[_0x3889d7(0x19f)](_0x77babb))==null?void 0x0:_0x3a24ea['getSheetId']())||(_0x527139==null?void 0x0:_0x527139['rangeInfo'][_0x3889d7(0x42b)])},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x28e9e6,_0x33902b,_0x3e1d27]),_0x3724db=_0x1632db=>{const _0x20a598=_0xfab1e;_0x39a1ff&&_0x14499b(_0x39a1ff[_0x20a598(0x1fc)]((_0xbcb912,_0x36b5f3)=>_0x36b5f3!==_0x1632db));},_0x34d0d7=_0x5135b0&&(_0x3f7dcd[_0xfab1e(0x1cf)](_0x5135b0,_0x3c1dbd[_0xfab1e(0x3ad)])?_0x5aa817[_0xfab1e(0x188)]:_0x3f7dcd[_0xfab1e(0x1cf)](_0x5135b0,_0x3c1dbd[_0xfab1e(0x3c7)])?_0x5aa817[_0xfab1e(0x286)]:void 0x0),_0x1abc94=!!(_0x5135b0&&_0x3f7dcd[_0xfab1e(0x2a3)](_0x5135b0,_0x2461ba[_0xfab1e(0x44e)])),_0x2f88c2=_0x17132f(_0xadf614=>{const _0x1b9c92=_0xfab1e;if(!_0x5135b0)return;let _0x484a05=_0xadf614,_0x21d848=_0x3f7dcd['remove'](_0x5135b0,_0x3c1dbd[_0x1b9c92(0x3ad)]);switch(_0x484a05){case _0x5aa817[_0x1b9c92(0x286)]:_0x164699(_0x21d848|_0x3c1dbd[_0x1b9c92(0x3c7)]);break;case _0x5aa817['Percent']:_0x164699(_0x21d848|_0x3c1dbd['PercentStack']);break;default:_0x164699(_0x21d848);break;}},[_0x5135b0]);return _0x34b719(_0xfab1e(0x144),{'children':[_0x34b719(_0xfab1e(0x144),{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x466))}),_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':_0x5135b0?String(_0x5135b0):'','options':_0x42dba3,'onChange':_0x596264=>_0x164699(Number(_0x596264))})]}),_0x5135b0&&(_0x3f7dcd[_0xfab1e(0x2a3)](_0x5135b0,_0x2461ba[_0xfab1e(0x1ac)])||_0x3f7dcd['baseOn'](_0x5135b0,_0x2461ba['Line']))&&_0x2f6b2a(_0x588770,{'items':_0x1f6dd0,'className':_0xfab1e(0x4fb),'value':_0x24fdf1==null?_0x367ec0[_0xfab1e(0x36b)]['lineStyle']:_0x24fdf1,'onChange':_0x27b432}),_0x5135b0===_0x2461ba[_0xfab1e(0x235)]&&_0x2f6b2a(ri,{'service':_0x5b8a69,'className':_0xfab1e(0x4fb)}),_0x34b719('div',{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t']('sheets-chart-ui.themes')}),_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':_0x3aa123?String(_0x3aa123):'','options':_0x1130e0,'onChange':_0x373c1a=>{_0x21f7fb(_0x373c1a);}})]}),_0x13c3d&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x333))}),_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':_0x1f1fe3==null?_0x367ec0[_0xfab1e(0x209)][_0xfab1e(0x1f4)]:_0x1f1fe3,'options':_0x4d16f3,'onChange':_0x54f585=>{_0x352e49(_0x54f585);}}),_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x449),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x1b9a59==null?_0x367ec0[_0xfab1e(0x209)][_0xfab1e(0x3e6)]:_0x1b9a59,'onChange':_0x5cd3b4=>_0x4d9d9a(!!_0x5cd3b4),'children':_0xc87ed0['t'](_0xfab1e(0x512))})})]}),_0x1475ba&&!_0x1abc94&&!_0x3cbc1e&&!_0x5f3350&&!_0x4e6f93&&!_0x170e2b&&!_0x40a667&&_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x449),'children':_0x2f6b2a(_0x284dd5,{'checked':!!_0x1225c7,'onChange':_0x28d5a2=>_0x97456a(!!_0x28d5a2),'children':_0xc87ed0['t'](_0xfab1e(0x43d))})}),_0x3cbc1e&&_0x34b719('div',{'className':_0xfab1e(0x3bf),'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x506))}),_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':String(_0x5b64d7==null?_0x367ec0[_0xfab1e(0x206)][_0xfab1e(0x4e0)]:_0x5b64d7),'options':_0x29aa57,'onChange':_0x200c18=>_0x102868(Number(_0x200c18))}),_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x3e7),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x42a3ac==null?!0x1:_0x42a3ac,'onChange':_0x15efad=>{_0x42f778(!!_0x15efad);},'children':_0xc87ed0['t'](_0xfab1e(0x48b))})})]}),_0x20ccbb&&_0x34b719(_0xfab1e(0x144),{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x21b))}),_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':_0x34d0d7||'','options':_0x42411a,'onChange':_0x2f88c2})]}),_0x34b719('div',{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x366))}),_0x2f6b2a(_0x364d26,{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x33902b,'subUnitId':_0x325438,'initialValue':_0x527139?Vn(_0x527139,_0x3e1d27):'','onChange':(_0x4d3c29,_0x137923)=>_0x102935(_0x137923),'onFocusChange':_0x130675=>{_0x67d0fd||_0x2def87(_0x130675);},'onRangeSelectorDialogVisibleChange':_0x38a783=>{_0x38a783?(_0x1f992a(!0x0),_0x2def87(!0x0)):_0x1f992a(!0x1);}})]}),!_0xfc8593&&!_0x5f3350&&!_0x4e6f93&&!_0x170e2b&&!_0x40a667&&_0x34b719(_0xfab1e(0x144),{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x3d0))}),_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':typeof _0x2a9f94==_0xfab1e(0x531)?String(_0x2a9f94):'','options':_0x39f76c||[],'onChange':_0x47e15b=>_0x8da0e4(Number(_0x47e15b))})]}),_0x34b719(_0xfab1e(0x144),{'children':[!_0xfc8593&&!_0x5f3350&&!_0x4e6f93&&!_0x170e2b&&!_0x40a667&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x510))}),_0x34b719(_0xfab1e(0x144),{'className':_0xfab1e(0x4fb),'children':[_0x39a1ff==null?void 0x0:_0x39a1ff[_0xfab1e(0x1d1)]((_0x312bce,_0x2779bb)=>_0x34b719(_0xfab1e(0x144),{'className':_0xfab1e(0x268),'children':[_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':String(_0x312bce),'options':_0x2d9b5c,'onChange':_0x5d37c8=>{_0x39a1ff[_0x2779bb]=Number(_0x5d37c8),_0x14499b(_0x39a1ff['slice']());}}),_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x16f),'onClick':()=>_0x3724db(_0x2779bb),'children':_0x2f6b2a(_0x3aaeaa,{})})]},_0x2779bb)),_0x2a0e80&&_0x2d9b5c&&!_0x4e6f93&&!_0x170e2b&&!_0x40a667&&_0x2f6b2a(_0x5eb20e,{'className':'univer-w-[--radix-popper-anchor-width]','items':_0x2d9b5c['map'](_0x39da0a=>({'type':_0xfab1e(0x1bd),'children':_0x39da0a[_0xfab1e(0x147)],'onSelect':()=>{const _0x103785=_0xfab1e;_0x14499b([..._0x39a1ff||[],Number(_0x39da0a[_0x103785(0x46d)])]);}})),'children':_0x34b719('a',{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','children':[_0x2f6b2a(_0x50a4da,{'className':'univer-text-xs'}),_0x2f6b2a(_0xfab1e(0x13a),{'className':_0xfab1e(0x4a6),'children':_0xc87ed0['t']('sheets-chart-ui.addSeries')})]})})]})]}),_0x31cba5&&!_0xfc8593&&!_0x5f3350&&!_0x4e6f93&&!_0x170e2b&&!_0x40a667&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t'](_0xfab1e(0x51c))}),_0x34b719(_0xfab1e(0x144),{'className':_0xfab1e(0x4fb),'children':[_0x163960==null?void 0x0:_0x163960[_0xfab1e(0x1d1)]((_0x1e75e2,_0x1f4436)=>_0x34b719(_0xfab1e(0x144),{'className':_0xfab1e(0x268),'children':[_0x2f6b2a(_0x419e1b,{'className':_0xfab1e(0x496),'value':String(_0x1e75e2[_0xfab1e(0x326)]),'options':_0x2d9b5c,'onChange':_0x227277=>{_0x239b84(_0x1f4436,Number(_0x227277)-0x1);}}),_0x2f6b2a(_0xfab1e(0x144),{'className':'univer-ml-2\x20univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-sm\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','onClick':()=>_0x2f133f(_0x1f4436),'children':_0x2f6b2a(_0x3aaeaa,{})})]},_0x1f4436)),_0x31cba5&&_0x2d9b5c&&_0x2f6b2a(_0x5eb20e,{'className':'univer-w-[--radix-popper-anchor-width]','items':_0x2d9b5c[_0xfab1e(0x1d1)](_0x419f2d=>({'type':_0xfab1e(0x1bd),'children':_0x419f2d['label'],'onSelect':()=>{const _0x105245=_0xfab1e;let _0x406b56={'seriesIndex':Number(_0x419f2d[_0x105245(0x46d)])-0x1,'type':_0x2d338f[_0x105245(0x318)],'name':_0xc87ed0['t'](_0x105245(0x51b))+'-'+_0xc87ed0['t'](_0x105245(0x51c))+'-('+_0x419f2d[_0x105245(0x147)]+')'};_0x2a0016([..._0x163960||[],_0x406b56]);}})),'children':_0x34b719('a',{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','children':[_0x2f6b2a(_0x50a4da,{'className':_0xfab1e(0x1c9)}),_0x2f6b2a(_0xfab1e(0x13a),{'className':_0xfab1e(0x4a6),'children':_0xc87ed0['t'](_0xfab1e(0x3cd))})]})})]})]}),_0x170e2b&&_0x34b719('div',{'className':_0xfab1e(0x4fb),'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t']('sheets-chart-ui.visualMapScope')}),_0x34b719(_0xfab1e(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0xfab1e(0x144),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0xc87ed0['t']('sheets-chart-ui.min')}),_0x2f6b2a(_0x58af10,{'value':_0x183b0a==null?void 0x0:_0x183b0a,'onChange':_0x20de06=>{const _0x3f309a=_0xfab1e;_0x5cec72[_0x3f309a(0x230)](_0x166423,!0x1),_0x111b46(Number[_0x3f309a(0x48f)](_0x20de06)?null:Number(_0x20de06));},'onFocus':()=>_0x5cec72[_0xfab1e(0x230)](_0x166423,!0x0),'onBlur':_0x299752=>{const _0x22e1ae=_0xfab1e;_0x5cec72['setContextValue'](_0x166423,!0x1);let _0xd0e67c=_0x299752[_0x22e1ae(0x403)][_0x22e1ae(0x46d)];_0x111b46(_0xd0e67c===''?null:Number(_0xd0e67c));},'onPressEnter':_0x94f468=>{const _0x1f4ad9=_0xfab1e;let _0xf92f68=_0x94f468[_0x1f4ad9(0x403)][_0x1f4ad9(0x46d)];_0x111b46(_0xf92f68===''?null:Number(_0xf92f68));}})]}),_0x34b719(_0xfab1e(0x144),{'className':'univer-mt-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x240),'children':_0xc87ed0['t'](_0xfab1e(0x4ed))}),_0x2f6b2a(_0x58af10,{'value':_0x57e40b==null?void 0x0:_0x57e40b,'onChange':_0x148663=>{const _0x44e66d=_0xfab1e;_0x5cec72[_0x44e66d(0x230)](_0x166423,!0x1),_0x122d7d(Number['isNaN'](_0x148663)?null:Number(_0x148663));},'onFocus':()=>_0x5cec72[_0xfab1e(0x230)](_0x166423,!0x0),'onBlur':_0x59279a=>{const _0x20881c=_0xfab1e;_0x5cec72['setContextValue'](_0x166423,!0x1);let _0x21363c=_0x59279a[_0x20881c(0x403)]['value'];_0x122d7d(_0x21363c===''?null:Number(_0x21363c));},'onPressEnter':_0x2f36f2=>{const _0x4e7c4f=_0xfab1e;let _0x2f7a9e=_0x2f36f2[_0x4e7c4f(0x403)][_0x4e7c4f(0x46d)];_0x122d7d(_0x2f7a9e===''?null:Number(_0x2f7a9e));}})]})]}),_0xfc8593&&_0x2f6b2a(ii,{'service':_0x5b8a69}),!_0x5f3350&&!_0x4e6f93&&!_0x170e2b&&!_0x40a667&&_0x2f6b2a(_0xfab1e(0x144),{'className':'univer-mt-2-base','children':_0x2f6b2a(_0x23b166,{'className':'','size':'small','onClick':()=>{const _0x2ef791=_0xfab1e;_0x4a1146(_0x57707d===_0x14cd69[_0x2ef791(0x4b6)]?_0x14cd69[_0x2ef791(0x3f3)]:_0x14cd69['Row']);},'children':_0xc87ed0['t']('sheets-chart-ui.settingsLabels.switchToRowOrColumn')})}),_0x155a35&&_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x3e7),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x426a98,'onChange':_0x1d8155=>{_0xe92268(!!_0x1d8155);},'children':_0xc87ed0['t'](_0xfab1e(0x36c),(_0x57707d||'')+'\x20'+(((_0x3efb0c=_0x57707d===_0x14cd69[_0xfab1e(0x4b6)]?_0x527139==null?void 0x0:_0x527139[_0xfab1e(0x3c4)]['range'][_0xfab1e(0x49d)]:_0x527139==null?void 0x0:_0x527139['rangeInfo'][_0xfab1e(0x465)][_0xfab1e(0x428)])==null?0x0:_0x3efb0c)+0x1))})})]}),_0x2686ed&&_0x34b719(_0xfab1e(0x144),{'children':[_0x2f6b2a(ui,{'title':_0xc87ed0['t']('sheets-chart-ui.settingsLabels.showEmptyCellsAs')}),_0x2f6b2a(_0xfab1e(0x144),{'className':_0xfab1e(0x4fb),'children':_0x2f6b2a(_0x4ef592,{'value':_0x3bfdfc==null?_0x367ec0['invalidValueType']:_0x3bfdfc,'onChange':_0x24ab5a=>_0x115434(_0x24ab5a),'className':_0xfab1e(0x4b9),'children':_0x2bd277['map'](_0x5e2b1d=>_0x2f6b2a(_0x1405cd,{'value':_0x5e2b1d[_0xfab1e(0x46d)],'children':_0x5e2b1d[_0xfab1e(0x147)]},_0x5e2b1d['value']))})})]})]});},fi=_0x647009=>{const _0x3e423a=_0x5c69fd;let {color:_0x265245,onChange:_0x5a4076}=_0x647009,[_0x487aae,_0x4c8d86]=_0x128082(!0x1),_0x599ee7=_0x4ae2c0(_0x58d845),_0x59330f=_0x265245===_0x3e423a(0x3e3)||_0x265245==null,_0x271b4b=_0x17132f(_0x3b83dc=>{_0x5a4076==null||_0x5a4076(_0x3b83dc),_0x4c8d86(!0x1);},[_0x5a4076]);return _0x2f6b2a(_0x2376a4,{'overlay':_0x34b719(_0x3e423a(0x144),{'className':'univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-gap-3\x20univer-p-3\x20univer-pb-3\x20univer-text-sm','children':[_0x2f6b2a(_0x23b166,{'className':_0x3e423a(0x364),'onClick':()=>_0x271b4b(null),'children':_0x599ee7['t'](_0x3e423a(0x238))}),_0x2f6b2a(_0x2ba9bd,{'value':_0x59330f?_0x3e423a(0x243):_0x265245,'onChange':_0x271b4b})]}),'open':_0x487aae,'onOpenChange':_0x4c8d86,'children':_0x2f6b2a(_0x23b166,{'className':_0x3e423a(0x219),'children':_0x34b719(_0x3e423a(0x144),{'className':'univer-box-border\x20univer-flex\x20univer-h-8\x20univer-flex-1\x20univer-items-center\x20univer-justify-between\x20univer-px-3','children':[_0x59330f?_0x2f6b2a('div',{'className':'univer-truncate\x20univer-text-sm\x20univer-leading-tight\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x599ee7['t'](_0x3e423a(0x1cc))}):_0x2f6b2a(_0x3e423a(0x144),{'className':_0x252399(_0x3e423a(0x1f6),_0x375a1f),'style':{'backgroundColor':_0x265245}}),_0x2f6b2a(_0xd9368,{'className':_0x252399(_0x3e423a(0x3a7),{'univer-rotate-180':_0x487aae})})]})})});},pi=_0x3292c6=>{const _0x4f4e22=_0x5c69fd;let {value:_0x1a847e,menus:_0x51e317,onSelect:_0x2cbbe4,children:_0xa6f3e5}=_0x3292c6,[_0x282113,_0x3c52d9]=_0x128082(!0x1);return _0x2f6b2a(_0x5eb20e,{'items':[{'type':'radio','value':_0x1a847e[_0x4f4e22(0x24e)](),'options':_0x51e317,'onSelect':_0x5aa402=>_0x2cbbe4==null?void 0x0:_0x2cbbe4(_0x5aa402)}],'open':_0x282113,'onOpenChange':_0x3c52d9,'children':typeof _0xa6f3e5==_0x4f4e22(0x343)?_0xa6f3e5(_0x282113):_0xa6f3e5});},mi=_0x42929d=>{const _0x551625=_0x5c69fd;var _0x3b1bae;let {className:_0x28a46e,fontSize:_0x332679=_0x367ec0[_0x551625(0x31e)][_0x551625(0x151)],color:_0x464b1d,bold:_0x416b5e,italic:_0x43d7f7,align:_0x3738f7,alignControl:_0x4c60fc=!0x1,onChange:_0x2b9a0b}=_0x42929d,_0xcbf84e=$(_0x4ae2c0(_0x58d845),br),[_0x19ab3b,_0x882030]=_0x128082(!0x1);return _0x34b719('div',{'className':_0x252399('univer-box-border\x20univer-flex\x20univer-w-fit\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-md\x20univer-px-1\x20univer-py-0.5',_0x375a1f,_0x28a46e),'children':[_0x2f6b2a(pi,{'value':_0x332679[_0x551625(0x24e)](),'menus':yr[_0x551625(0x1d1)](_0x1046b0=>({..._0x1046b0})),'onSelect':_0x23902a=>_0x2b9a0b==null?void 0x0:_0x2b9a0b('fontSize',Number(_0x23902a)),'children':_0x333066=>_0x34b719(_0x551625(0x144),{'className':_0x551625(0x186),'children':[_0x2f6b2a(_0x551625(0x13a),{'children':_0x332679}),_0x2f6b2a(_0xd9368,{'className':_0x252399('univer-transition-transform\x20univer-duration-300',{'univer-rotate-180':_0x333066})})]})}),_0x2f6b2a(_0x2376a4,{'overlay':_0x2f6b2a(_0x551625(0x144),{'className':'univer-p-1.5\x20univer-text-xs','children':_0x2f6b2a(_0x2ba9bd,{'value':_0x464b1d,'onChange':_0xaab101=>_0x2b9a0b==null?void 0x0:_0x2b9a0b('color',_0xaab101)})}),'open':_0x19ab3b,'onOpenChange':_0x882030,'children':_0x34b719(_0x551625(0x144),{'className':_0x551625(0x504),'children':[_0x2f6b2a(_0x39a81b,{'className':_0x551625(0x1e9),'extend':{'colorChannel1':_0x464b1d==null?_0x367ec0[_0x551625(0x31e)][_0x551625(0x297)]:_0x464b1d}}),_0x2f6b2a(_0xd9368,{'className':_0x252399('univer-ml-1\x20univer-transition-transform\x20univer-duration-300',{'univer-rotate-180':_0x19ab3b})})]})}),_0x4c60fc&&_0x2f6b2a(pi,{'value':(_0x3b1bae=_0x3738f7==null?void 0x0:_0x3738f7['toString']())==null?'':_0x3b1bae,'menus':_0xcbf84e[_0x551625(0x1d1)](_0x2bacfa=>({..._0x2bacfa})),'onSelect':_0x6025fb=>_0x2b9a0b==null?void 0x0:_0x2b9a0b('align',_0x6025fb),'children':_0x2f6b2a(_0x551625(0x144),{'className':_0x551625(0x292),'children':_0x2f6b2a(_0x1b695c,{})})}),_0x2f6b2a(_0x551625(0x144),{'onClick':()=>_0x2b9a0b==null?void 0x0:_0x2b9a0b(_0x551625(0x2e5),!_0x416b5e),'className':_0x252399('univer-leading-1\x20univer-cursor-pointer\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1',{'univer-bg-gray-50\x20univer-text-primary-600':_0x416b5e}),'children':_0x2f6b2a(_0x20d9f9,{})}),_0x2f6b2a(_0x551625(0x144),{'onClick':()=>_0x2b9a0b==null?void 0x0:_0x2b9a0b('italic',!_0x43d7f7),'className':_0x252399(_0x551625(0x292),{'univer-bg-gray-50\x20univer-text-primary-600':_0x43d7f7}),'children':_0x2f6b2a(_0x1eaedf,{})})]});};function hi(_0x2b5ea8){const _0xf9f179=_0x5c69fd;return!Number[_0xf9f179(0x48f)](_0x2b5ea8)&&Number[_0xf9f179(0x1b9)](_0x2b5ea8);}const gi=_0x3a9df5=>{const _0x4e397d=_0x5c69fd;var _0x4d0d42,_0x3d25bb,_0x430449,_0x21bc59,_0x3a4750,_0x52c96d,_0x2a6f19,_0x19f2af,_0x55d8aa,_0x5693cd;let {valueAxis:_0x4c22b1,axisOptions:_0x5731d4,onChange:_0x6787cb,canUseDateAxis:_0x3e0337,sheetsChartUIService:_0x1dacc6}=_0x3a9df5,_0x462a17=_0x4ae2c0(_0x58d845),[_0x38eda0,_0x3a2e3e]=_0x128082(_0x5731d4==null?void 0x0:_0x5731d4[_0x4e397d(0x35e)]),[_0x19d55c,_0x13e5e6]=_0x128082(_0x5731d4==null?void 0x0:_0x5731d4[_0x4e397d(0x1db)]),_0x57763f=_0x4ae2c0(_0x2f8c4e),[_0x1ffa21,_0x539c78]=Q('useDateAxis',_0x1dacc6,!0x1),_0x3a5f7b=_0x461872=>{if(_0x461872!==null&&!hi(_0x461872)){_0x6787cb==null||_0x6787cb({'min':null}),_0x13e5e6(null);return;}_0x461872==null?(_0x13e5e6(null),_0x6787cb==null||_0x6787cb({'min':null})):(_0x13e5e6(_0x461872),_0x38eda0!=null&&_0x461872>=_0x38eda0?(_0x3a2e3e(null),_0x6787cb==null||_0x6787cb({'min':_0x461872,'max':null})):_0x6787cb==null||_0x6787cb({'min':_0x461872}));},_0xed8759=_0x5631bc=>{if(_0x5631bc!==null&&!hi(_0x5631bc)){_0x6787cb==null||_0x6787cb({'max':null}),_0x3a2e3e(null);return;}_0x5631bc==null?(_0x3a2e3e(null),_0x6787cb==null||_0x6787cb({'max':null})):(_0x3a2e3e(_0x5631bc),_0x19d55c!=null&&_0x5631bc<=_0x19d55c?(_0x13e5e6(null),_0x6787cb==null||_0x6787cb({'max':_0x5631bc,'min':null})):_0x6787cb==null||_0x6787cb({'max':_0x5631bc}));},_0x27b70b=(_0x4d0d42=_0x5731d4==null||(_0x3d25bb=_0x5731d4['label'])==null?void 0x0:_0x3d25bb[_0x4e397d(0x2f4)])==null?_0x1ffa21?_0x367ec0[_0x4e397d(0x29b)]['dateAxisRotate']:0x0:_0x4d0d42;return _0x34b719(_0x4e397d(0x415),{'children':[_0x2f6b2a('div',{'className':_0x4e397d(0x240),'children':_0x462a17['t'](_0x4e397d(0x1c4))}),_0x34b719(_0x4e397d(0x144),{'className':_0x4e397d(0x32f),'children':[_0x2f6b2a(_0x4e397d(0x144),{'className':_0x4e397d(0x3bf),'children':_0x2f6b2a(_0x284dd5,{'checked':(_0x430449=_0x5731d4==null||(_0x21bc59=_0x5731d4['label'])==null?void 0x0:_0x21bc59[_0x4e397d(0x34d)])==null?_0x367ec0[_0x4e397d(0x29b)]['labelVisible']:_0x430449,'onChange':_0xe413c1=>_0x6787cb==null?void 0x0:_0x6787cb({'label':{'visible':!!_0xe413c1}}),'children':_0x462a17['t'](_0x4e397d(0x493))})}),!_0x4c22b1&&_0x34b719(_0x4e397d(0x144),{'className':_0x4e397d(0x3bf),'children':[_0x2f6b2a(_0x284dd5,{'checked':(_0x3a4750=_0x5731d4==null?void 0x0:_0x5731d4[_0x4e397d(0x515)])==null?_0x367ec0[_0x4e397d(0x29b)][_0x4e397d(0x515)]:_0x3a4750,'onChange':_0x43e44f=>_0x6787cb==null?void 0x0:_0x6787cb({'reverse':!!_0x43e44f}),'children':_0x462a17['t'](_0x4e397d(0x1fe))}),'\x20']})]}),_0x2f6b2a(_0x284dd5,{'className':_0x4e397d(0x4fb),'checked':(_0x52c96d=_0x5731d4==null?void 0x0:_0x5731d4['lineVisible'])==null?!0x1:_0x52c96d,'onChange':_0x159be9=>_0x6787cb==null?void 0x0:_0x6787cb({'lineVisible':!!_0x159be9}),'children':_0x462a17['t'](_0x4e397d(0x3b0))}),_0x2f6b2a(_0x4e397d(0x144),{'className':_0x4e397d(0x32f),'children':_0x2f6b2a(mi,{'className':_0x4e397d(0x4fb),..._0x5731d4==null?void 0x0:_0x5731d4[_0x4e397d(0x147)],'fontSize':(_0x2a6f19=_0x5731d4==null||(_0x19f2af=_0x5731d4[_0x4e397d(0x147)])==null?void 0x0:_0x19f2af[_0x4e397d(0x22a)])==null?_0x367ec0[_0x4e397d(0x31e)][_0x4e397d(0x22a)]:_0x2a6f19,'color':(_0x55d8aa=_0x5731d4==null||(_0x5693cd=_0x5731d4[_0x4e397d(0x147)])==null?void 0x0:_0x5693cd[_0x4e397d(0x297)])==null?_0x367ec0[_0x4e397d(0x31e)]['color']:_0x55d8aa,'onChange':(_0x1bcaf8,_0x5896ba)=>_0x6787cb==null?void 0x0:_0x6787cb({'label':{[_0x1bcaf8]:_0x5896ba}})})}),_0x3e0337&&_0x2f6b2a(_0x4e397d(0x144),{'className':_0x4e397d(0x32f),'children':_0x2f6b2a(_0x284dd5,{'checked':!!_0x1ffa21,'onChange':_0x37c0b7=>_0x539c78==null?void 0x0:_0x539c78(!!_0x37c0b7),'children':_0x2f6b2a(_0x812b9e,{'title':_0x462a17['t'](_0x4e397d(0x490)),'children':_0x2f6b2a('span',{'children':_0x462a17['t'](_0x4e397d(0x27b))})})})}),_0x34b719(_0x4e397d(0x144),{'className':_0x4e397d(0x32f),'children':[_0x2f6b2a(_0x4e397d(0x144),{'className':_0x4e397d(0x240),'children':_0x462a17['t'](_0x4e397d(0x434))}),_0x2f6b2a(_0x419e1b,{'className':_0x4e397d(0x2a2),'value':String(_0x27b70b),'onChange':_0x13ec74=>_0x6787cb==null?void 0x0:_0x6787cb({'label':{'rotate':Number(_0x13ec74)}}),'options':Dr})]}),_0x4c22b1&&_0x34b719('div',{'className':_0x4e397d(0x32f),'children':[_0x34b719(_0x4e397d(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x462a17['t'](_0x4e397d(0x2c0))}),_0x2f6b2a(_0x58af10,{'value':_0x19d55c,'onChange':_0x2f4ffc=>{const _0x1bdffa=_0x4e397d;_0x13e5e6(_0x2f4ffc),_0x57763f[_0x1bdffa(0x230)](_0x166423,!0x1),_0x3a5f7b(Number[_0x1bdffa(0x48f)](_0x2f4ffc)?null:Number(_0x2f4ffc));},'onFocus':()=>_0x57763f[_0x4e397d(0x230)](_0x166423,!0x0),'onBlur':_0x4c7e68=>{const _0x24fc82=_0x4e397d;_0x57763f[_0x24fc82(0x230)](_0x166423,!0x1);let _0x9a1427=_0x4c7e68[_0x24fc82(0x403)][_0x24fc82(0x46d)];_0x3a5f7b(_0x9a1427===''?null:Number(_0x9a1427));},'onPressEnter':_0x4f73d3=>{const _0x1e0be2=_0x4e397d;let _0x3818b3=_0x4f73d3[_0x1e0be2(0x403)][_0x1e0be2(0x46d)];_0x3a5f7b(_0x3818b3===''?null:Number(_0x3818b3));}})]}),_0x34b719(_0x4e397d(0x144),{'className':_0x4e397d(0x3bf),'children':[_0x2f6b2a(_0x4e397d(0x144),{'className':_0x4e397d(0x240),'children':_0x462a17['t'](_0x4e397d(0x4ed))}),_0x2f6b2a(_0x58af10,{'value':_0x38eda0,'onChange':_0x4fb62d=>{const _0x352f3a=_0x4e397d;_0x3a2e3e(_0x4fb62d),_0x57763f['setContextValue'](_0x166423,!0x1),_0xed8759(Number[_0x352f3a(0x48f)](_0x4fb62d)?null:Number(_0x4fb62d));},'onFocus':()=>_0x57763f[_0x4e397d(0x230)](_0x166423,!0x0),'onBlur':_0x185e42=>{const _0x39ec0b=_0x4e397d;_0x57763f['setContextValue'](_0x166423,!0x1);let _0x2f07aa=_0x185e42[_0x39ec0b(0x403)]['value'];_0xed8759(_0x2f07aa===''?null:Number(_0x2f07aa));},'onPressEnter':_0x5049a1=>{const _0x87dcda=_0x4e397d;let _0x1de478=_0x5049a1[_0x87dcda(0x403)][_0x87dcda(0x46d)];_0xed8759(_0x1de478===''?null:Number(_0x1de478));}})]})]})]});},_i=_0x747557=>{const _0x5aa4be=_0x5c69fd;var _0x540d27,_0x446aba,_0x4b87e1,_0x444be7;let {runtimeAxes:_0x2d7f96,service:_0x3051fc,className:_0x2023cb}=_0x747557,_0x51afa8=_0x4ae2c0(_0x58d845),_0x20bc88=$(_0x51afa8,_0x4757a9(()=>Rr[_0x5aa4be(0x1fc)](_0x14133c=>{const _0x115a63=_0x5aa4be;let _0x2f2c4f=_0x2d7f96==null?void 0x0:_0x2d7f96[_0x115a63(0x310)](_0xbc942=>_0xbc942[_0x115a63(0x308)]===_0x49023a['Right']);return _0x14133c[_0x115a63(0x46d)]===_0x115a63(0x282)?_0x2f2c4f:!0x0;}),[_0x2d7f96])),_0x3cee3a=_0x4757a9(()=>_0x2d7f96==null?void 0x0:_0x2d7f96[_0x5aa4be(0x307)](_0x166928=>_0x166928[_0x5aa4be(0x458)]===_0x598671['Secondary']),[_0x2d7f96]),[_0x11ba30,_0x3cc9f6]=_0x128082(Rr[0x0]['value']),[_0x2f1c37,_0x51405b]=Q(_0x5aa4be(0x140),_0x3051fc),[_0x15be37,_0xe6238a]=Q('yAxisOptions',_0x3051fc),[_0x194605,_0x384066]=Q(_0x5aa4be(0x376),_0x3051fc),_0x242655={'xAxis':_0x2f1c37,'yAxis':_0x15be37,'rightYAxis':_0x194605}[_0x11ba30],_0x1d5c36={'xAxis':_0x51405b,'yAxis':_0xe6238a,'rightYAxis':_0x384066}[_0x11ba30],_0x441b25={'xAxis':_0x5aa4be(0x4c8),'yAxis':_0x5aa4be(0x2bf),'rightYAxis':'right'}[_0x11ba30],_0x5c0175=_0x242655==null?void 0x0:_0x242655[_0x5aa4be(0x19c)],_0x46346d=_0x242655==null?void 0x0:_0x242655[_0x5aa4be(0x15a)],_0x78d111=_0x17132f(_0xdb66bc=>{_0x1d5c36==null||_0x1d5c36({'gridLine':_0xdb66bc});},[_0x1d5c36]),{visible:_0x19fbcb,color:_0x32601d,width:_0x2c623a}=_0x46346d==null?{}:_0x46346d,_0x3ce47b=_0x19fbcb==null?(_0x3cee3a==null?void 0x0:_0x3cee3a[_0x5aa4be(0x308)])===_0x441b25:_0x19fbcb,_0x26dc0d=$(_0x51afa8,Mr),_0x19bd7d=_0x4757a9(()=>(hr['label']=_0x51afa8['t'](hr[_0x5aa4be(0x147)]),[hr,...Jr]),[_0x51afa8]),_0x1ec386=_0x4757a9(()=>(hr[_0x5aa4be(0x147)]=_0x51afa8['t'](hr[_0x5aa4be(0x147)]),[hr,...Yr]),[_0x51afa8]);return _0x34b719(_0x5aa4be(0x144),{'className':_0x2023cb,'children':[_0x2f6b2a(_0x5aa4be(0x144),{'className':_0x5aa4be(0x32f),'children':_0x2f6b2a(_0x419e1b,{'className':_0x5aa4be(0x496),'options':_0x20bc88,'value':_0x11ba30,'onChange':_0x3cc9f6})}),_0x2f6b2a(_0x5aa4be(0x144),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':_0x2f6b2a(_0x5aa4be(0x144),{'className':_0x5aa4be(0x3bf),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x3ce47b,'onChange':_0x449b12=>_0x78d111==null?void 0x0:_0x78d111({'visible':!!_0x449b12}),'children':_0x51afa8['t']('sheets-chart-ui.gridlines.majorGridlines')})})}),_0x3ce47b&&_0x34b719('div',{'className':_0x5aa4be(0x32f),'children':[_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x3bf),'children':[_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x240),'children':[_0x51afa8['t'](_0x5aa4be(0x3dd)),_0x51afa8['t'](_0x5aa4be(0x237))]}),_0x2f6b2a(fi,{'color':_0x32601d,'onChange':_0x19670e=>_0x78d111==null?void 0x0:_0x78d111({'color':_0x19670e==null?void 0x0:_0x19670e})})]}),_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x5aa4be(0x240),'children':_0x51afa8['t']('sheets-chart-ui.withThickness',_0x51afa8['t']('sheets-chart-ui.gridlines.text'))}),_0x2f6b2a(_0x419e1b,{'className':_0x5aa4be(0x496),'value':String(_0x2c623a==null?'':_0x2c623a),'onChange':_0x3aabef=>_0x78d111==null?void 0x0:_0x78d111({'width':Number(_0x3aabef)}),'options':zr})]})]}),_0x34b719('div',{'children':[_0x2f6b2a(_0x5aa4be(0x144),{'children':_0x2f6b2a(_0x284dd5,{'checked':_0x5c0175==null?void 0x0:_0x5c0175['visible'],'onChange':_0x63d9ab=>_0x1d5c36==null?void 0x0:_0x1d5c36({'tick':{'visible':!!_0x63d9ab}}),'children':_0x51afa8['t'](_0x5aa4be(0x488))})}),_0x34b719(_0x5aa4be(0x144),{'children':[_0x34b719('div',{'className':_0x5aa4be(0x32f),'children':[_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x5aa4be(0x240),'children':_0x51afa8['t'](_0x5aa4be(0x3ec))}),_0x2f6b2a(_0x419e1b,{'className':_0x5aa4be(0x496),'value':(_0x540d27=_0x5c0175==null?void 0x0:_0x5c0175[_0x5aa4be(0x308)])==null?_0x970dac['Outside']:_0x540d27,'options':_0x26dc0d,'onChange':_0x50d063=>_0x1d5c36==null?void 0x0:_0x1d5c36({'tick':{'position':_0x50d063}})})]}),_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x3bf),'children':[_0x2f6b2a(_0x5aa4be(0x144),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x51afa8['t'](_0x5aa4be(0x3fd))}),_0x2f6b2a(_0x419e1b,{'className':_0x5aa4be(0x496),'value':String((_0x446aba=_0x5c0175==null?void 0x0:_0x5c0175[_0x5aa4be(0x258)])==null?hr[_0x5aa4be(0x46d)]:_0x446aba),'options':_0x19bd7d,'onChange':_0x2ea8c8=>_0x1d5c36==null?void 0x0:_0x1d5c36({'tick':{'length':_0x2ea8c8===hr['value']?void 0x0:Number(_0x2ea8c8)}})})]})]}),_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x32f),'children':[_0x34b719('div',{'className':_0x5aa4be(0x3bf),'children':[_0x2f6b2a(_0x5aa4be(0x144),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x51afa8['t'](_0x5aa4be(0x4e5),_0x51afa8['t'](_0x5aa4be(0x2e6)))}),_0x2f6b2a(_0x419e1b,{'className':_0x5aa4be(0x496),'value':String((_0x4b87e1=_0x5c0175==null?void 0x0:_0x5c0175[_0x5aa4be(0x479)])==null?hr[_0x5aa4be(0x46d)]:_0x4b87e1),'options':_0x1ec386,'onChange':_0x5a6c10=>_0x1d5c36==null?void 0x0:_0x1d5c36({'tick':{'lineWidth':_0x5a6c10===hr['value']?void 0x0:Number(_0x5a6c10)}})})]}),_0x34b719(_0x5aa4be(0x144),{'className':_0x5aa4be(0x3bf),'children':[_0x2f6b2a(_0x5aa4be(0x144),{'className':_0x5aa4be(0x240),'children':_0x51afa8['t'](_0x5aa4be(0x374),_0x51afa8['t'](_0x5aa4be(0x2e6)))}),_0x2f6b2a(fi,{'color':(_0x444be7=_0x5c0175==null?void 0x0:_0x5c0175['lineColor'])==null?'':_0x444be7,'onChange':_0x5b8c47=>_0x1d5c36==null?void 0x0:_0x1d5c36({'tick':{'lineColor':_0x5b8c47==null?void 0x0:_0x5b8c47}})})]})]})]})]})]});},vi=_0x4d1d9b=>{const _0x3b0e5a=_0x5c69fd;let {onChange:_0x3d85f1,indicatorLabelColor:_0x2a44dd,indicatorLineType:_0x46f53c,indicatorLabelTextColor:_0x1d8a49,indicatorLineColor:_0x11b669}=_0x4d1d9b,_0x47eb51=_0x4ae2c0(_0x58d845),_0x179adc=$(_0x47eb51,Cr);return _0x34b719(_0x5e3cf2,{'children':[_0x34b719(_0x3b0e5a(0x144),{'className':_0x3b0e5a(0x222),'children':[_0x34b719(_0x3b0e5a(0x144),{'className':_0x3b0e5a(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x3b0e5a(0x240),'children':_0x47eb51['t'](_0x3b0e5a(0x436))}),_0x2f6b2a(_0x419e1b,{'className':_0x3b0e5a(0x496),'value':_0x46f53c,'options':_0x179adc,'onChange':_0x358611=>{_0x3d85f1==null||_0x3d85f1({'indicatorLineType':_0x358611});}})]}),_0x34b719('div',{'className':_0x3b0e5a(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x3b0e5a(0x240),'children':_0x47eb51['t'](_0x3b0e5a(0x21d))}),_0x2f6b2a(fi,{'color':_0x11b669,'onChange':_0x384d6=>{_0x3d85f1==null||_0x3d85f1({'indicatorLineColor':_0x384d6});}})]})]}),_0x34b719('div',{'className':_0x3b0e5a(0x222),'children':[_0x34b719('div',{'className':_0x3b0e5a(0x3bf),'children':[_0x2f6b2a(_0x3b0e5a(0x144),{'className':_0x3b0e5a(0x240),'children':_0x47eb51['t'](_0x3b0e5a(0x3fc))}),_0x2f6b2a(fi,{'color':_0x2a44dd,'onChange':_0xf2491f=>{_0x3d85f1==null||_0x3d85f1({'indicatorLabelColor':_0xf2491f});}})]}),_0x34b719(_0x3b0e5a(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a('div',{'className':_0x3b0e5a(0x240),'children':_0x47eb51['t']('sheets-chart-ui.indicatorValue')}),_0x2f6b2a(fi,{'color':_0x1d8a49,'onChange':_0x81b41e=>{_0x3d85f1==null||_0x3d85f1({'indicatorLabelTextColor':_0x81b41e});}})]})]})]});},yi=new Set([_0x2461ba['Pie'],_0x2461ba['Doughnut'],_0x2461ba[_0x5c69fd(0x431)],_0x2461ba[_0x5c69fd(0x498)],_0x2461ba[_0x5c69fd(0x3cb)]]),bi=_0x23223a=>{const _0x31fd56=_0x5c69fd;var _0x4f5cbe,_0x396224;let {fallbackLabelStyle:_0x301eb2,labelStyle:_0x270dad,positionOptions:_0x2acb97,contentTypeOptions:_0x36dfd4,onLabelStyleChange:_0x76598e,onVisibleChange:_0x2f2d3f,onPadAngleChange:_0x39d4f2,isPieLike:_0x38e4b9,padAngleStyle:_0x5684b0,onHalfPieChange:_0x133829,isHalfPie:_0x27ae49,onRosePieChange:_0x477049,isRosePie:_0x140c78,onShowLabelLineChange:_0x2fdb09,showLabelLine:_0x3b417e,chartType:_0x11529b}=_0x23223a,_0x5a1b4a=_0x4ae2c0(_0x58d845),_0x356f86={..._0x301eb2,..._0x270dad},{contentType:_0x472cca}=_0x356f86,_0x626dbc=_0x4757a9(()=>{const _0x140c3b=_0x3995;if(!_0x472cca)return[];let _0x9e20ea=Gr[_0x140c3b(0x1fc)](_0x5c7a73=>_0x3f7dcd[_0x140c3b(0x1cf)](_0x472cca,_0x5c7a73)),_0x514e58=[];for(let _0x27e0e9 of _0x9e20ea)_0x27e0e9===_0x23b2f3[_0x140c3b(0x3d3)]?yi[_0x140c3b(0x1cf)](_0x11529b)&&_0x514e58['push'](_0x27e0e9):_0x514e58[_0x140c3b(0x39b)](_0x27e0e9);return _0x514e58[_0x140c3b(0x1d1)](_0x1563fa=>String(_0x1563fa));},[_0x472cca]),_0x2b5e86=_0x17132f(_0xf37637=>{const _0x19ba53=_0x3995;let _0x3185c8=_0xf37637[_0x19ba53(0x1d1)](_0x435ce8=>Number(_0x435ce8));if(_0x3185c8['length']<=0x0)return;let _0x3f8070=_0x3185c8['length']>0x0?_0x3185c8[_0x19ba53(0x314)]((_0x3c5168,_0xd1cd55)=>_0x3c5168|_0xd1cd55):_0x23b2f3[_0x19ba53(0x322)];_0x76598e==null||_0x76598e(_0x19ba53(0x1d6),_0x3f8070);},[_0x76598e]);return _0x34b719(_0x31fd56(0x144),{'children':[_0x2f6b2a(_0x31fd56(0x144),{'className':_0x31fd56(0x240),'children':_0x2f6b2a(_0x284dd5,{'checked':(_0x4f5cbe=_0x356f86[_0x31fd56(0x34d)])==null?!0x1:_0x4f5cbe,'onChange':_0x425340=>{_0x2f2d3f==null||_0x2f2d3f(!!_0x425340);},'children':_0x5a1b4a['t'](_0x31fd56(0x409))})}),_0x38e4b9&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a('div',{'className':_0x31fd56(0x240),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x5684b0==null?!0x1:_0x5684b0,'onChange':_0x32670e=>{_0x39d4f2==null||_0x39d4f2(!!_0x32670e);},'children':_0x5a1b4a['t']('sheets-chart-ui.styleEditPanel.padAngle')})}),_0x2f6b2a(_0x31fd56(0x144),{'className':_0x31fd56(0x240),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x27ae49==null?!0x1:_0x27ae49,'onChange':_0x5abe9d=>{_0x133829==null||_0x133829(!!_0x5abe9d);},'children':_0x5a1b4a['t'](_0x31fd56(0x391))})}),_0x2f6b2a(_0x31fd56(0x144),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2f6b2a(_0x284dd5,{'checked':_0x140c78==null?!0x1:_0x140c78,'onChange':_0x430f11=>{_0x477049==null||_0x477049(!!_0x430f11);},'children':_0x5a1b4a['t'](_0x31fd56(0x154))})}),_0x356f86[_0x31fd56(0x34d)]===!0x0&&_0x2f6b2a(_0x31fd56(0x144),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2f6b2a(_0x284dd5,{'checked':_0x3b417e==null?!0x1:_0x3b417e,'onChange':_0x9b72f4=>{_0x2fdb09==null||_0x2fdb09(!!_0x9b72f4);},'children':_0x5a1b4a['t'](_0x31fd56(0x4e9))})})]}),_0x356f86[_0x31fd56(0x34d)]&&_0x34b719(_0x31fd56(0x144),{'className':_0x31fd56(0x254),'children':[_0x2f6b2a(_0x31fd56(0x144),{'className':_0x31fd56(0x240),'children':_0x5a1b4a['t'](_0x31fd56(0x2fd))}),_0x2f6b2a(_0x419e1b,{'className':_0x31fd56(0x496),'value':(_0x396224=_0x356f86['position'])==null?'':_0x396224,'onChange':_0x4c6610=>_0x76598e==null?void 0x0:_0x76598e(_0x31fd56(0x308),_0x4c6610),'options':_0x2acb97}),_0x36dfd4&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x31fd56(0x144),{'className':_0x31fd56(0x240),'children':_0x5a1b4a['t'](_0x31fd56(0x14d))}),_0x2f6b2a('div',{'className':_0x31fd56(0x3e1),'children':_0x2f6b2a(_0x107669,{'className':_0x31fd56(0x364),'value':_0x626dbc,'options':_0x36dfd4,'onChange':_0x2b5e86})})]}),_0x34b719(_0x31fd56(0x144),{'children':[_0x2f6b2a(_0x31fd56(0x144),{'className':_0x31fd56(0x240),'children':_0x5a1b4a['t']('sheets-chart-ui.titles.titleText')}),_0x2f6b2a(mi,{..._0x356f86,'onChange':_0x76598e})]})]})]});},xi=_0x394035=>{const _0x130064=_0x5c69fd;var _0x5c8842,_0x3859e5;let {seriesStyle:_0x1b9801,onSeriesStyleChange:_0x5ca489,controlName:_0x5aaad9,allSeriesStyle:_0x587ebf,chartType:_0x44d372}=_0x394035,_0x3c9dc2=_0x4ae2c0(_0x58d845),_0x35e862=_0x44d372===_0x2461ba[_0x130064(0x235)]?_0x367ec0['radar'][_0x130064(0x23b)]:_0x367ec0[_0x130064(0x3de)][_0x130064(0x4d2)];return _0x34b719(_0x130064(0x144),{'className':_0x130064(0x222),'children':[_0x34b719(_0x130064(0x144),{'className':_0x130064(0x3bf),'children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x3c9dc2['t'](_0x130064(0x374),_0x5aaad9)}),_0x2f6b2a(fi,{'color':(_0x1b9801==null?void 0x0:_0x1b9801['color'])||(_0x587ebf==null?void 0x0:_0x587ebf[_0x130064(0x297)])||'','onChange':_0x34050a=>_0x5ca489==null?void 0x0:_0x5ca489({'color':_0x34050a})})]}),_0x34b719(_0x130064(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0x130064(0x144),{'className':_0x130064(0x240),'children':_0x3c9dc2['t'](_0x130064(0x244),_0x5aaad9)}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x5c8842=(_0x3859e5=_0x1b9801==null?void 0x0:_0x1b9801[_0x130064(0x2b0)])==null?_0x587ebf==null?void 0x0:_0x587ebf['fillOpacity']:_0x3859e5)==null?_0x35e862:_0x5c8842),'options':Sr,'onChange':_0x46537=>_0x5ca489==null?void 0x0:_0x5ca489({'fillOpacity':Number(_0x46537)})})]})]});},Si=_0x54b46a=>{const _0x2037dd=_0x5c69fd;var _0x4d279c,_0x160091,_0x3e1148,_0x4e4dec;let {borderStyle:_0x13398a,onSeriesStyleChange:_0x50e6e9,controlName:_0x566a59,hideBorder:_0x325e76,allSeriesBorderStyle:_0xe90256,isLineOrAreaChart:_0x72108d}=_0x54b46a,_0x1a838b=_0x4ae2c0(_0x58d845),_0x23aa11=$(_0x1a838b,Cr),_0x3587ce=_0x72108d?Er[_0x2037dd(0x3c3)](0x1):Er;return _0x34b719(_0x5e3cf2,{'children':[_0x325e76&&_0x34b719(_0x2037dd(0x144),{'className':_0x2037dd(0x222),'children':[_0x34b719(_0x2037dd(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a('div',{'className':_0x2037dd(0x240),'children':_0x1a838b['t'](_0x2037dd(0x374),_0x566a59)}),_0x2f6b2a(fi,{'color':(_0x4d279c=_0x13398a==null?void 0x0:_0x13398a[_0x2037dd(0x297)])==null?_0xe90256==null?void 0x0:_0xe90256['color']:_0x4d279c,'onChange':_0x55f9f7=>_0x50e6e9==null?void 0x0:_0x50e6e9({'border':{'color':_0x55f9f7}})})]}),_0x34b719(_0x2037dd(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a('div',{'className':_0x2037dd(0x240),'children':_0x1a838b['t'](_0x2037dd(0x244),_0x566a59)}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x160091=_0x13398a==null?void 0x0:_0x13398a[_0x2037dd(0x4d2)])==null?_0xe90256==null?void 0x0:_0xe90256[_0x2037dd(0x4d2)]:_0x160091),'options':Sr,'onChange':_0x4382bc=>_0x50e6e9==null?void 0x0:_0x50e6e9({'border':{'opacity':Number(_0x4382bc)}})})]})]}),_0x34b719('div',{'className':_0x2037dd(0x222),'children':[_0x34b719(_0x2037dd(0x144),{'className':_0x2037dd(0x3bf),'children':[_0x2f6b2a(_0x2037dd(0x144),{'className':_0x2037dd(0x240),'children':_0x1a838b['t'](_0x2037dd(0x23f),_0x566a59)}),_0x2f6b2a(_0x419e1b,{'className':_0x2037dd(0x496),'value':(_0x3e1148=_0x13398a==null?void 0x0:_0x13398a[_0x2037dd(0x31b)])==null?_0xe90256==null?void 0x0:_0xe90256[_0x2037dd(0x31b)]:_0x3e1148,'options':_0x23aa11,'onChange':_0x5117e3=>_0x50e6e9==null?void 0x0:_0x50e6e9({'border':{'dashType':_0x5117e3}})})]}),_0x34b719(_0x2037dd(0x144),{'className':_0x2037dd(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x2037dd(0x240),'children':_0x1a838b['t']('sheets-chart-ui.withThickness',_0x566a59)}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x4e4dec=_0x13398a==null?void 0x0:_0x13398a['width'])==null?_0xe90256==null?void 0x0:_0xe90256[_0x2037dd(0x252)]:_0x4e4dec),'options':_0x3587ce,'onChange':_0x476b9d=>_0x50e6e9==null?void 0x0:_0x50e6e9({'border':{'width':Number(_0x476b9d)}})})]})]})]});},Ci=_0x46fecc=>{const _0xa581eb=_0x5c69fd;let {pointStyle:_0x1510ad,controls:_0x47ebe9,onChange:_0x5c4cb0}=_0x46fecc,_0x2db1af=_0x4ae2c0(_0x58d845),_0x56ec2e=$(_0x2db1af,wr),_0x31cbdc=$(_0x2db1af,Tr),_0x1d9082=_0x47ebe9[_0xa581eb(0x1d1)](_0x36fcc8=>{const _0x5dec6a=_0xa581eb;switch(_0x36fcc8){case _0x5dec6a(0x315):return _0x34b719(_0x5dec6a(0x144),{'className':_0x5dec6a(0x3bf),'children':[_0x2f6b2a(_0x5dec6a(0x144),{'className':_0x5dec6a(0x240),'children':_0x2db1af['t'](_0x5dec6a(0x3b7),_0x2db1af['t'](_0x5dec6a(0x45a)))}),_0x2f6b2a(_0x419e1b,{'className':_0x5dec6a(0x496),'value':String(_0x1510ad[_0x5dec6a(0x315)]),'options':_0x56ec2e,'onChange':_0x39a42f=>_0x5c4cb0==null?void 0x0:_0x5c4cb0(_0x5dec6a(0x315),_0x39a42f)})]},_0x36fcc8);case _0x5dec6a(0x423):return _0x34b719(_0x5dec6a(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0x5dec6a(0x144),{'className':_0x5dec6a(0x240),'children':_0x2db1af['t'](_0x5dec6a(0x3b2),_0x2db1af['t']('sheets-chart-ui.dataPoint'))}),_0x2f6b2a(_0x419e1b,{'className':_0x5dec6a(0x496),'value':String(_0x1510ad[_0x5dec6a(0x423)]),'options':_0x31cbdc,'onChange':_0x1c8629=>_0x5c4cb0==null?void 0x0:_0x5c4cb0(_0x5dec6a(0x423),Number(_0x1c8629))})]},_0x36fcc8);case'color':return _0x34b719(_0x5dec6a(0x144),{'className':_0x5dec6a(0x3bf),'children':[_0x2f6b2a(_0x5dec6a(0x144),{'className':_0x5dec6a(0x240),'children':_0x2db1af['t']('sheets-chart-ui.withColor',_0x2db1af['t'](_0x5dec6a(0x3f5)))}),_0x2f6b2a(fi,{'color':_0x1510ad['color'],'onChange':_0x2d8255=>_0x5c4cb0==null?void 0x0:_0x5c4cb0(_0x5dec6a(0x297),_0x2d8255)})]},_0x36fcc8);}return null;}),_0x5a8bb3=[];for(let _0x9ffcc3=0x0;_0x9ffcc3<_0x1d9082['length'];_0x9ffcc3+=0x2)_0x5a8bb3[_0xa581eb(0x39b)](_0x34b719(_0xa581eb(0x144),{'className':_0xa581eb(0x222),'children':[_0x1d9082[_0x9ffcc3],_0x9ffcc3+0x1<_0x1d9082[_0xa581eb(0x258)]?_0x1d9082[_0x9ffcc3+0x1]:_0x2f6b2a(_0xa581eb(0x144),{'className':_0xa581eb(0x3bf)})]},_0x9ffcc3));return _0x2f6b2a(_0x5e3cf2,{'children':[..._0x5a8bb3]});},wi=_0x42627a=>{const _0x270cb5=_0x5c69fd;let {rightYAxis:_0x5750de,onSeriesStyleChange:_0x136000}=_0x42627a;return _0x2f6b2a(_0x270cb5(0x144),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':_0x2f6b2a(_0x270cb5(0x144),{'className':_0x270cb5(0x3bf),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x5750de,'onChange':_0x419935=>{_0x136000==null||_0x136000({'rightYAxis':!!_0x419935});},'children':_0x4ae2c0(_0x58d845)['t'](_0x270cb5(0x495))})})});},Ti={'shape':_0x367ec0[_0x5c69fd(0x4ca)][_0x5c69fd(0x315)],'size':_0x367ec0[_0x5c69fd(0x4ca)]['size'],'color':'transparent'},Ei=['shape',_0x5c69fd(0x423)],Di=_0x32f362=>{const _0x598952=_0x5c69fd;let {chartType:_0x4368d4,data:_0x590c96,options:_0x74eb03,onChange:_0x415463}=_0x32f362,_0x22370c=_0x4ae2c0(_0x58d845),_0x396e24=_0x4368d4===_0x2461ba[_0x598952(0x13f)],_0x2f8e0d=_0x590c96==null?{}:_0x590c96;return _0x2f6b2a(_0x598952(0x144),{'className':_0x598952(0x4a8),'children':Object[_0x598952(0x385)](_0x2f8e0d)[_0x598952(0x1d1)](_0x31c5a8=>({'key':_0x31c5a8,'style':_0x2f8e0d[Number(_0x31c5a8)]}))[_0x598952(0x1d1)](_0x1c43ee=>{const _0x1ceb47=_0x598952;var _0x6e8c13;let {style:_0x449f8f}=_0x1c43ee;return _0x449f8f===void 0x0?null:_0x34b719(_0x1ceb47(0x144),{'className':_0x1ceb47(0x28d),'children':[_0x34b719(_0x1ceb47(0x144),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x34b719(_0x1ceb47(0x144),{'className':_0x1ceb47(0x3bf),'children':[_0x2f6b2a(_0x1ceb47(0x144),{'className':_0x1ceb47(0x240),'children':_0x22370c['t'](_0x1ceb47(0x3f5))}),_0x2f6b2a(_0x419e1b,{'className':_0x1ceb47(0x496),'value':_0x1c43ee['key'],'options':_0x74eb03,'onChange':_0x4bd593=>{const _0x3ae90b=_0x1ceb47;_0x415463==null||_0x415463({[_0x1c43ee[_0x3ae90b(0x45e)]]:void 0x0,[Number(_0x4bd593)]:_0x1c43ee['style']});}})]}),_0x34b719(_0x1ceb47(0x144),{'className':_0x1ceb47(0x3bf),'children':[_0x2f6b2a(_0x1ceb47(0x144),{'className':_0x1ceb47(0x240),'children':_0x22370c['t'](_0x1ceb47(0x237))}),_0x2f6b2a(fi,{'color':(_0x6e8c13=_0x449f8f==null?void 0x0:_0x449f8f['color'])==null?'':_0x6e8c13,'onChange':_0xc77555=>{_0x415463==null||_0x415463({[_0x1c43ee['key']]:{'color':_0xc77555}});}})]}),_0x2f6b2a(_0x23b166,{'className':_0x1ceb47(0x208),'variant':_0x1ceb47(0x533),'onClick':()=>_0x415463==null?void 0x0:_0x415463({[_0x1c43ee[_0x1ceb47(0x45e)]]:void 0x0}),'children':_0x2f6b2a(_0x325d48,{})})]}),_0x396e24&&_0x2f6b2a(Ci,{'pointStyle':{...Ti,..._0x1c43ee['style']},'controls':Ei,'onChange':(_0x3fe055,_0x33c152)=>_0x415463==null?void 0x0:_0x415463({[_0x1c43ee['key']]:{[_0x3fe055]:_0x33c152}})})]},_0x1c43ee[_0x1ceb47(0x45e)]);})});},Oi={'fontSize':_0x367ec0[_0x5c69fd(0x31e)]['fontSize'],'contentType':_0x367ec0['labelContentType'],'position':_0x367ec0[_0x5c69fd(0x31e)][_0x5c69fd(0x308)]},ki=_0x5efee5=>{const _0x5302ff=_0x5c69fd;let {service:_0x439d3c,isLineSeries:_0x5eab88}=_0x5efee5,_0x33f6c8=_0x4ae2c0(_0x58d845),[_0x4bf54f]=Q(_0x5302ff(0x45f),_0x439d3c),[_0x4c6bfd,_0x440a0f]=Q(_0x5302ff(0x158),_0x439d3c),_0x43f032=[_0x5302ff(0x315),_0x5302ff(0x423),_0x5302ff(0x297)],[_0x284ab9]=Q(_0x5302ff(0x42e),_0x439d3c),_0x34e59c=_0x5eab88?_0x1eb53c=>{_0x440a0f({'lineStyle':{..._0x1eb53c}});}:_0xd83142=>{_0x440a0f({'barStyle':{..._0xd83142}});},_0x8c5b6e=_0x367ec0[_0x5302ff(0x3de)],_0x36d7d0=_0x5eab88?_0x4c6bfd==null?void 0x0:_0x4c6bfd['lineStyle']:_0x4c6bfd==null?void 0x0:_0x4c6bfd[_0x5302ff(0x21f)],_0x127e8a=_0x36d7d0==null?void 0x0:_0x36d7d0[_0x5302ff(0x179)],_0x5d79e2=_0x2a37c7=>{const _0x5b1797=_0x5302ff;_0x36d7d0&&_0x36d7d0['dataPoints']&&_0x36d7d0[_0x5b1797(0x179)][_0x2a37c7]||_0x34e59c({'dataPoints':{[_0x2a37c7]:{}}});},_0x6f57c3=_0x5c0bb3=>{_0x34e59c({'dataPoints':_0x5c0bb3});},_0x3ab923=$(_0x33f6c8,jr),_0x109193=_0x4757a9(()=>Kr[_0x5302ff(0x1d1)](_0x5c4acb=>({'value':_0x5c4acb['value'],'label':_0x33f6c8['t'](_0x5c4acb[_0x5302ff(0x147)])})),[_0x33f6c8]),_0x3326ec=Object[_0x5302ff(0x41f)]({'color':_0x5302ff(0x3e3),'opacity':_0x8c5b6e['opacity'],'width':_0x5eab88?_0x8c5b6e[_0x5302ff(0x4b5)]['lineOrArea']:_0x8c5b6e['width'],'dashType':_0x8c5b6e[_0x5302ff(0x31b)]},_0x36d7d0==null?void 0x0:_0x36d7d0[_0x5302ff(0x2f1)]),_0xf6097b=Object['assign']({'shape':_0x367ec0['point'][_0x5302ff(0x315)],'size':_0x367ec0[_0x5302ff(0x4f5)]['symbolSize'],'color':_0x5302ff(0x3e3)},_0x4bf54f==null?void 0x0:_0x4bf54f[_0x5302ff(0x4ca)],_0x36d7d0==null?void 0x0:_0x36d7d0[_0x5302ff(0x4ca)]),_0x5076d4=Object[_0x5302ff(0x41f)]({},_0x36d7d0==null?void 0x0:_0x36d7d0[_0x5302ff(0x147)]);return _0x34b719(_0x5302ff(0x415),{'className':_0x5302ff(0x37a),'children':[_0x2f6b2a(xi,{'chartType':_0x2461ba['Pareto'],'allSeriesStyle':_0x4bf54f,'controlName':_0x33f6c8['t'](_0x5eab88?'sheets-chart-ui.line':_0x5302ff(0x2d4)),'seriesStyle':_0x36d7d0,'onSeriesStyleChange':_0x34e59c}),_0x2f6b2a(Si,{'isLineOrAreaChart':_0x5eab88,'allSeriesBorderStyle':_0x36d7d0==null?void 0x0:_0x36d7d0[_0x5302ff(0x2f1)],'hideBorder':!_0x5eab88,'controlName':_0x33f6c8['t'](_0x5eab88?_0x5302ff(0x2e6):_0x5302ff(0x1e8)),'borderStyle':_0x3326ec,'onSeriesStyleChange':_0x34e59c}),_0x5eab88&&_0x2f6b2a(Ci,{'pointStyle':_0xf6097b,'onChange':(_0x157186,_0x5cccc8)=>_0x34e59c({'point':{[_0x157186]:_0x5cccc8}}),'controls':_0x43f032}),!_0x5eab88&&_0x34b719(_0x5e3cf2,{'children':[_0x34b719('div',{'className':_0x5302ff(0x414),'children':[_0x2f6b2a(_0x5302ff(0x144),{'className':_0x5302ff(0x3bf),'children':_0x2f6b2a('div',{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x33f6c8['t'](_0x5302ff(0x3fa),_0x33f6c8['t'](_0x5302ff(0x3f5)))})}),_0x2f6b2a('div',{'className':_0x5302ff(0x3bf),'children':_0x2f6b2a(pi,{'value':'','menus':_0x284ab9==null?[]:_0x284ab9,'onSelect':_0x1c3567=>_0x5d79e2(+_0x1c3567),'children':_0x34b719(_0x5302ff(0x144),{'className':_0x5302ff(0x22c),'children':[_0x2f6b2a(_0x50a4da,{}),_0x2f6b2a(_0x5302ff(0x13a),{'children':_0x33f6c8['t']('sheets-chart-ui.addDataPoint')})]})})})]}),_0x127e8a&&_0x2f6b2a(Di,{'chartType':_0x2461ba['Pareto'],'data':_0x127e8a,'options':_0x284ab9==null?[]:_0x284ab9,'onChange':_0x6f57c3})]}),_0x2f6b2a('div',{'className':_0x5302ff(0x4fb),'children':_0x2f6b2a(bi,{'fallbackLabelStyle':Oi,'labelStyle':_0x5076d4,'positionOptions':_0x3ab923,'contentTypeOptions':_0x109193,'onLabelStyleChange':(_0x1ad081,_0x3977bf)=>_0x34e59c({'label':{[_0x1ad081]:_0x3977bf}}),'onVisibleChange':_0x19a8e8=>_0x34e59c({'label':{'visible':_0x19a8e8}}),'isPieLike':!0x1,'chartType':_0x2461ba['Pareto']})})]});},Ai=_0x3cfbc6=>{const _0x3f5cef=_0x5c69fd;let {chartType:_0x4cf5ec,service:_0x3392a1,onChartTypeChange:_0x2d48d9}=_0x3cfbc6,_0x24d1b4=_0x4ae2c0(_0x58d845),[_0x4a192d,_0x1e119d]=Q('pieBorderColor',_0x3392a1),[_0x168c12,_0x303ad3]=Q(_0x3f5cef(0x3f6),_0x3392a1),[_0x56e156,_0x524dca]=Q('padAngleStyle',_0x3392a1),[_0x2b0aca,_0x5c1fa5]=Q(_0x3f5cef(0x14f),_0x3392a1),[_0x16f94e,_0x5b2601]=Q('isRosePie',_0x3392a1),[_0x1fa160,_0x4f67a4]=Q(_0x3f5cef(0x47b),_0x3392a1),[_0x70e3f4,_0x46010a]=Q('valueScale',_0x3392a1),[_0x11c7c6,_0x49e2b9]=Q('valueSuffix',_0x3392a1),[_0x51724c,_0x55e8c7]=Q(_0x3f5cef(0x1ee),_0x3392a1),[_0x1a469b,_0x11658a]=_0x128082(_0x11c7c6||''),_0x47741a=_0x4cf5ec===_0x2461ba[_0x3f5cef(0x48e)]?_0x367ec0[_0x3f5cef(0x2e1)][_0x3f5cef(0x399)]:0x0,[_0x354a30,_0xc5660c]=Q(_0x3f5cef(0x399),_0x3392a1),_0x5bdc91=$(_0x24d1b4,Mr),_0x39fc76=$(_0x24d1b4,qr),_0x37d9fc=_0x4ae2c0(_0x2f8c4e),_0x5ae318=_0x4757a9(()=>({'visible':!0x0,'contentType':_0x367ec0[_0x3f5cef(0x2e1)]['labelContentType'],'fontSize':_0x367ec0[_0x3f5cef(0x31e)][_0x3f5cef(0x22a)],'position':_0x970dac[_0x3f5cef(0x481)]}),[]),_0x2a4ac7=_0x17132f(_0x216bd9=>{const _0x55dad9=_0x3f5cef;let _0x2689de=Number(_0x216bd9),_0xfca77f=_0x2689de>0x0?_0x2461ba[_0x55dad9(0x48e)]:_0x2461ba[_0x55dad9(0x38f)];_0xfca77f!==_0x4cf5ec&&(_0x2d48d9==null||_0x2d48d9(_0xfca77f)),_0xc5660c(_0x2689de);},[_0x4cf5ec,_0x2d48d9]);return _0x34b719(_0x3f5cef(0x144),{'className':_0x3f5cef(0x18d),'children':[_0x34b719('div',{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[_0x34b719(_0x3f5cef(0x144),{'className':_0x3f5cef(0x3bf),'children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x24d1b4['t'](_0x3f5cef(0x4d4))}),_0x2f6b2a(_0x419e1b,{'className':_0x3f5cef(0x496),'value':_0x354a30?String(_0x354a30):_0x47741a*0x64+'%','options':Hr,'onChange':_0x2a4ac7})]}),_0x34b719('div',{'className':_0x3f5cef(0x3bf),'children':[_0x2f6b2a(_0x3f5cef(0x144),{'className':_0x3f5cef(0x240),'children':_0x24d1b4['t']('sheets-chart-ui.withColor',_0x24d1b4['t'](_0x3f5cef(0x1e8)))}),_0x2f6b2a(fi,{'color':_0x4a192d==null?'':_0x4a192d,'onChange':_0x1e119d})]})]}),_0x34b719(_0x3f5cef(0x144),{'className':_0x3f5cef(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x3f5cef(0x240),'children':_0x24d1b4['t'](_0x3f5cef(0x392))}),_0x34b719(_0x3f5cef(0x144),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x34b719(_0x3f5cef(0x144),{'className':_0x3f5cef(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x3f5cef(0x240),'children':_0x24d1b4['t'](_0x3f5cef(0x392))}),_0x2f6b2a(_0x58af10,{'value':_0x70e3f4==null?0x1:_0x70e3f4,'onChange':_0x2ef75f=>{const _0x2b3658=_0x3f5cef;_0x37d9fc[_0x2b3658(0x230)](_0x166423,!0x1),_0x46010a(Number[_0x2b3658(0x48f)](_0x2ef75f)?null:Number(_0x2ef75f));},'onFocus':()=>_0x37d9fc[_0x3f5cef(0x230)](_0x166423,!0x0),'onBlur':_0x2c6ada=>{const _0x54828f=_0x3f5cef;_0x37d9fc[_0x54828f(0x230)](_0x166423,!0x1);let _0x2a0fd3=_0x2c6ada[_0x54828f(0x403)][_0x54828f(0x46d)];_0x46010a(_0x2a0fd3===''?null:Number(_0x2a0fd3));},'onPressEnter':_0x394b3b=>{let _0x11277f=_0x394b3b['target']['value'];_0x46010a(_0x11277f===''?null:Number(_0x11277f));}})]}),_0x34b719(_0x3f5cef(0x144),{'className':_0x3f5cef(0x3bf),'children':[_0x2f6b2a(_0x3f5cef(0x144),{'className':_0x3f5cef(0x240),'children':_0x24d1b4['t']('sheets-chart-ui.styleEditPanel.pieDigitalFixed')}),_0x2f6b2a(_0x58af10,{'value':_0x51724c==null?0x1:_0x51724c,'onChange':_0x3c1e56=>{const _0x328494=_0x3f5cef;_0x37d9fc[_0x328494(0x230)](_0x166423,!0x1),_0x55e8c7(Number[_0x328494(0x48f)](_0x3c1e56)?null:Number(_0x3c1e56));},'onFocus':()=>_0x37d9fc['setContextValue'](_0x166423,!0x0),'onBlur':_0x5d674c=>{const _0xb5eec4=_0x3f5cef;_0x37d9fc[_0xb5eec4(0x230)](_0x166423,!0x1);let _0x4ac02e=_0x5d674c[_0xb5eec4(0x403)]['value'];_0x55e8c7(_0x4ac02e===''?null:Number(_0x4ac02e));},'onPressEnter':_0x573bf4=>{const _0x17ffb6=_0x3f5cef;let _0x2a0c38=_0x573bf4[_0x17ffb6(0x403)][_0x17ffb6(0x46d)];_0x55e8c7(_0x2a0c38===''?null:Number(_0x2a0c38));}})]}),_0x34b719(_0x3f5cef(0x144),{'className':_0x3f5cef(0x3bf),'children':[_0x2f6b2a(_0x3f5cef(0x144),{'className':_0x3f5cef(0x240),'children':_0x24d1b4['t'](_0x3f5cef(0x42c))}),_0x2f6b2a(_0x401ee2,{'className':_0x3f5cef(0x496),'value':_0x1a469b,'onChange':_0x11658a,'onFocus':()=>{_0x37d9fc['setContextValue'](_0x166423,!0x0);},'onBlur':()=>{_0x37d9fc['setContextValue'](_0x166423,!0x1),_0x49e2b9(_0x1a469b);}})]})]})]}),_0x2f6b2a(bi,{'chartType':_0x4cf5ec,'fallbackLabelStyle':_0x5ae318,'labelStyle':_0x168c12==null?{}:_0x168c12,'onVisibleChange':_0x242b24=>_0x303ad3({'visible':_0x242b24}),'onLabelStyleChange':(_0x6704a8,_0xb44ee8)=>_0x303ad3({[_0x6704a8]:_0xb44ee8}),'positionOptions':_0x5bdc91,'contentTypeOptions':_0x39fc76,'onPadAngleChange':_0x5d57aa=>_0x524dca(_0x5d57aa),'padAngleStyle':_0x56e156,'onHalfPieChange':_0xd05150=>_0x5c1fa5(_0xd05150),'isHalfPie':_0x2b0aca,'isRosePie':_0x16f94e,'onRosePieChange':_0x23e2ed=>_0x5b2601(_0x23e2ed),'onShowLabelLineChange':_0x5bd490=>_0x4f67a4(_0x5bd490),'showLabelLine':_0x1fa160,'isPieLike':!0x0})]});};function ji(_0x2af6fe){const _0x3eb226=_0x5c69fd;var _0x438961,_0x4c6479;let {service:_0x8cfb7b}=_0x2af6fe,_0x367768=_0x4ae2c0(_0x58d845),_0x28f6e2=_0x4ae2c0(_0x2f8c4e),_0x509954=$(_0x367768,Xr),[_0x643978,_0x5127dd]=Q('relationLayout',_0x8cfb7b),[_0x59ee69,_0xbe09dc]=Q(_0x3eb226(0x33f),_0x8cfb7b),[_0x421ca4,_0x27752d]=Q(_0x3eb226(0x37b),_0x8cfb7b),[_0x3dbfbe,_0x54affd]=Q(_0x3eb226(0x437),_0x8cfb7b),[_0x45ec35,_0x36a484]=Q('rotateLabel',_0x8cfb7b),_0x85355e=_0x53eb5e=>{_0x54affd({..._0x3dbfbe,..._0x53eb5e});},_0x2489c4=_0x16a09b=>{_0x5127dd(_0x16a09b);},_0x1224e7=_0x643978===_0x313072[_0x3eb226(0x426)],_0x539d8f=_0x643978===_0x313072[_0x3eb226(0x141)],_0x51a3b2=$(_0x367768,wr),[_0x279c8f,_0x1f7186]=Q(_0x3eb226(0x1ef),_0x8cfb7b);return _0x34b719(_0x3eb226(0x144),{'children':[_0x34b719(_0x3eb226(0x144),{'className':_0x3eb226(0x35a),'children':[_0x2f6b2a('div',{'className':_0x3eb226(0x240),'children':_0x367768['t']('sheets-chart-ui.dataNodeShape')}),_0x2f6b2a(_0x419e1b,{'className':_0x3eb226(0x496),'value':String(_0x279c8f==null?_0x367ec0[_0x3eb226(0x2a6)][_0x3eb226(0x417)]:_0x279c8f),'options':_0x51a3b2,'onChange':_0x2da093=>_0x1f7186(_0x2da093)})]},_0x3eb226(0x315)),_0x2f6b2a(_0x3eb226(0x144),{'children':_0x2f6b2a(_0x284dd5,{'checked':_0x59ee69==null?!0x0:_0x59ee69,'onChange':_0x12338b=>{_0xbe09dc==null||_0xbe09dc(!!_0x12338b);},'children':_0x367768['t'](_0x3eb226(0x4df))})}),_0x2f6b2a(_0x3eb226(0x144),{'className':'univer-my-2','children':_0x2f6b2a(_0x284dd5,{'checked':_0x421ca4==null?!0x0:_0x421ca4,'onChange':_0x3c4449=>{_0x27752d(!!_0x3c4449);},'children':_0x367768['t'](_0x3eb226(0x36e))})}),_0x2f6b2a('div',{'className':_0x3eb226(0x419),'children':_0x367768['t'](_0x3eb226(0x2cb))}),_0x2f6b2a(_0x419e1b,{'className':_0x3eb226(0x496),'value':_0x643978==null?_0x313072[_0x3eb226(0x475)]:_0x643978,'options':_0x509954,'onChange':_0x2489c4}),_0x1224e7&&_0x34b719(_0x3eb226(0x144),{'className':'univer-mt-4','children':[_0x2f6b2a(_0x3eb226(0x144),{'className':_0x3eb226(0x240),'children':_0x367768['t'](_0x3eb226(0x435))}),_0x34b719(_0x3eb226(0x144),{'className':_0x3eb226(0x387),'children':[_0x2f6b2a(_0x3eb226(0x144),{'className':_0x3eb226(0x221),'children':_0x367768['t'](_0x3eb226(0x336))}),_0x2f6b2a(_0x58af10,{'className':_0x3eb226(0x221),'controls':!0x1,'onFocus':()=>_0x28f6e2[_0x3eb226(0x230)](_0x166423,!0x0),'onBlur':_0x395a76=>{const _0x26d038=_0x3eb226;_0x28f6e2[_0x26d038(0x230)](_0x166423,!0x1);},'value':(_0x438961=_0x3dbfbe==null?void 0x0:_0x3dbfbe[_0x3eb226(0x452)])==null?_0x367ec0[_0x3eb226(0x2a6)][_0x3eb226(0x4af)][_0x3eb226(0x452)]:_0x438961,'onChange':_0xa7480c=>_0x85355e({'repulsion':_0xa7480c})})]}),_0x34b719('div',{'className':_0x3eb226(0x387),'children':[_0x2f6b2a(_0x3eb226(0x144),{'className':_0x3eb226(0x221),'children':_0x367768['t']('sheets-chart-ui.relation.gravity')}),_0x2f6b2a(_0x58af10,{'className':_0x3eb226(0x221),'controls':!0x1,'onFocus':()=>_0x28f6e2['setContextValue'](_0x166423,!0x0),'onBlur':_0x2a8dbc=>{const _0x4408f8=_0x3eb226;_0x28f6e2[_0x4408f8(0x230)](_0x166423,!0x1);},'value':(_0x4c6479=_0x3dbfbe==null?void 0x0:_0x3dbfbe[_0x3eb226(0x2f3)])==null?_0x367ec0[_0x3eb226(0x2a6)][_0x3eb226(0x4af)][_0x3eb226(0x2f3)]:_0x4c6479,'onChange':_0x5733de=>_0x85355e({'gravity':_0x5733de})})]}),_0x34b719(_0x3eb226(0x144),{'className':_0x3eb226(0x387),'children':[_0x2f6b2a('div',{'className':_0x3eb226(0x221),'children':_0x367768['t'](_0x3eb226(0x421))}),_0x2f6b2a(_0x58af10,{'className':_0x3eb226(0x221),'controls':!0x1,'value':_0x3dbfbe==null?void 0x0:_0x3dbfbe['edgeLength'],'onFocus':()=>_0x28f6e2['setContextValue'](_0x166423,!0x0),'onBlur':_0x577c31=>{const _0x532c62=_0x3eb226;_0x28f6e2[_0x532c62(0x230)](_0x166423,!0x1);},'onChange':_0x1175a4=>_0x85355e({'edgeLength':_0x1175a4}),'min':0x0,'step':0xa})]})]}),_0x539d8f&&_0x2f6b2a(_0x3eb226(0x144),{'className':_0x3eb226(0x4fb),'children':_0x2f6b2a(_0x284dd5,{'checked':_0x45ec35==null?_0x367ec0[_0x3eb226(0x2a6)]['circular'][_0x3eb226(0x52a)]:_0x45ec35,'onChange':_0x39b2aa=>{_0x36a484(!!_0x39b2aa);},'children':_0x367768['t']('sheets-chart-ui.relation.rotateLabel')})})]});}const Mi=_0x367ec0[_0x5c69fd(0x18a)];function Ni(_0x3b5dbc,_0x332cd3,_0x53da4f){const _0x44bba4=_0x5c69fd;let [_0x57a1e5]=Q(_0x44bba4(0x161),_0x53da4f),[_0x5414f3]=Q('seriesValues',_0x53da4f),_0x563ebf=_0x332cd3===_0x367ec0[_0x44bba4(0x3ff)],_0x2ff6ae=_0x57a1e5==null?void 0x0:_0x57a1e5[_0x332cd3];return _0x3b5dbc===_0x2461ba[_0x44bba4(0x3d8)]?_0x563ebf?((()=>{const _0x35ddcd=_0x44bba4;let _0x25760=_0x5414f3==null?void 0x0:_0x5414f3[_0x35ddcd(0x1d1)]((_0x22a45e,_0x79f25c)=>{const _0x103df2=_0x35ddcd;var _0x3e2794;let _0x2e6236=_0x57a1e5==null?void 0x0:_0x57a1e5[_0x22a45e],_0x4843cd=_0x79f25c===0x0?Mi[_0x103df2(0x16c)]:Mi['otherChartType'];return(_0x3e2794=_0x2e6236==null?void 0x0:_0x2e6236[_0x103df2(0x2cc)])==null?_0x4843cd:_0x3e2794;}),_0x4d182e=_0x25760==null?void 0x0:_0x25760[0x0];return _0x25760!=null&&_0x25760[_0x35ddcd(0x20a)](_0x14936f=>_0x14936f===_0x4d182e)?_0x4d182e:_0x2461ba['None'];})()):((()=>{const _0x1ab081=_0x44bba4;var _0x5dd481;let _0x1fe5df=_0x332cd3===String(_0x5414f3==null?void 0x0:_0x5414f3[0x0])?Mi[_0x1ab081(0x16c)]:Mi[_0x1ab081(0x2b3)];return(_0x5dd481=_0x2ff6ae==null?void 0x0:_0x2ff6ae[_0x1ab081(0x2cc)])==null?_0x1fe5df:_0x5dd481;})()):_0x3b5dbc;}function _0x3995(_0x40abee,_0x18af30){_0x40abee=_0x40abee-0x139;const _0x1178f1=_0x1178();let _0x39959b=_0x1178f1[_0x40abee];return _0x39959b;}const Pi=_0x3bac6a=>{const _0x212c65=_0x5c69fd;let {seriesId:_0x399316,service:_0x598079}=_0x3bac6a,_0x9162e5=$(_0x4ae2c0(_0x58d845),_r),[_0x1a2827,_0xcb4a34]=Q(_0x212c65(0x161),_0x598079),[_0x38c645]=Q('seriesValues',_0x598079),_0x1becb0=_0x17132f(_0x48c9b3=>{let _0xfa6ded=Number(_0x48c9b3);if(_0x399316===_0x367ec0['allSeriesId']){let _0x289e70=_0x38c645==null?void 0x0:_0x38c645['reduce']((_0x24c057,_0x21de54)=>(_0x24c057[String(_0x21de54)]={'chartType':_0xfa6ded},_0x24c057),{});if(!_0x289e70)return;_0xcb4a34(_0x289e70);}else _0xcb4a34({[_0x399316]:{'chartType':_0xfa6ded}});},[_0x399316]),_0x322e44=Ni(_0x2461ba[_0x212c65(0x3d8)],_0x399316,_0x598079),_0x844235=String(_0x322e44==null?'':_0x322e44);return _0x2f6b2a(_0x419e1b,{'className':_0x212c65(0x496),'value':_0x322e44===_0x2461ba['None']?'':_0x844235,'options':_0x9162e5,'onChange':_0x1becb0});},Fi={'shape':_0x367ec0[_0x5c69fd(0x196)][_0x5c69fd(0x201)],'size':_0x367ec0[_0x5c69fd(0x196)][_0x5c69fd(0x351)],'color':void 0x0},Ii=['shape',_0x5c69fd(0x423),_0x5c69fd(0x297)],Li=_0x1a8a7a=>{let {setSeriesStyle:_0x110d97,pointStyle:_0x2eb80a}=_0x1a8a7a;return _0x4ae2c0(_0x58d845),_0x2f6b2a(Ci,{'pointStyle':{...Fi,..._0x2eb80a},'controls':Ii,'onChange':(_0x320407,_0x15a167)=>_0x110d97({'point':{[_0x320407]:_0x15a167}})});},Ri={'fontSize':_0x367ec0[_0x5c69fd(0x31e)][_0x5c69fd(0x22a)],'contentType':_0x367ec0[_0x5c69fd(0x189)],'position':_0x367ec0[_0x5c69fd(0x31e)][_0x5c69fd(0x308)]},zi=[xr()],Bi=_0x367ec0[_0x5c69fd(0x3de)],Vi=['shape','size',_0x5c69fd(0x297)],Hi=[_0x5c69fd(0x315),_0x5c69fd(0x423)],Ui=_0x5525a9=>(_0x5525a9&_0x2461ba[_0x5c69fd(0x13f)])>0x0||(_0x5525a9&_0x2461ba[_0x5c69fd(0x1ac)])>0x0?Bi[_0x5c69fd(0x4b5)][_0x5c69fd(0x2d9)]:_0x5525a9===_0x2461ba[_0x5c69fd(0x235)]?Bi[_0x5c69fd(0x4b5)][_0x5c69fd(0x196)]:Bi[_0x5c69fd(0x252)],Wi=_0xb3ef1d=>{const _0x124639=_0x5c69fd;var _0x573f2a,_0x4f7a36,_0x516093,_0x5d548b;let {chartType:_0x3c6b5e,service:_0x176d6e}=_0xb3ef1d,_0x4d5809=_0x4ae2c0(_0x58d845),_0x2aa301=_0x4a6a1b(_0x4d5809[_0x124639(0x433)],_0x4d5809['getDirection']()),_0x52583f=_0x4757a9(()=>_0x2aa301===_0x124639(0x1b4)?_0x4e5e0b:{},[_0x2aa301]),_0x28a490=_0x4757a9(()=>{const _0x24d768=_0x124639;var _0x405d64;return{...Ri,...(_0x405d64=_0x52583f[_0x24d768(0x45f)])==null?void 0x0:_0x405d64['label']};},[_0x52583f]),_0x5a7103=$(_0x4d5809,jr),_0x56fbd1=_0x4757a9(()=>Kr[_0x124639(0x1fc)](_0x2711c8=>_0x3c6b5e===_0x2461ba[_0x124639(0x235)]?_0x2711c8['value']!==String(_0x23b2f3[_0x124639(0x3a8)])&&_0x2711c8[_0x124639(0x46d)]!==String(_0x23b2f3[_0x124639(0x3d3)]):yi['has'](_0x3c6b5e)?!0x0:_0x2711c8[_0x124639(0x46d)]!==String(_0x23b2f3[_0x124639(0x3d3)]))[_0x124639(0x1d1)](_0x5bcdfb=>({'value':_0x5bcdfb[_0x124639(0x46d)],'label':_0x4d5809['t'](_0x5bcdfb[_0x124639(0x147)])})),[_0x3c6b5e,_0x4d5809]),[_0x3737e2]=$(_0x4d5809,zi),[_0x44d6ea,_0x2acaa7]=_0x128082(_0x367ec0['allSeriesId']),_0x5e639f=_0x44d6ea===_0x367ec0[_0x124639(0x3ff)],[_0x5b95ff,_0x21d166]=Q(_0x124639(0x45f),_0x176d6e),[_0x2e6812,_0x3696bb]=Q(_0x124639(0x161),_0x176d6e),[_0x57de7c]=Q(_0x124639(0x210),_0x176d6e),_0x247685=_0x2e6812==null?void 0x0:_0x2e6812[_0x44d6ea],[_0x16d029]=Q(_0x124639(0x220),_0x176d6e),_0xf730a1=_0x247685==null?void 0x0:_0x247685[_0x124639(0x179)],_0x16590b=_0x4757a9(()=>_0x16d029?[_0x3737e2,..._0x16d029]:[],[_0x3737e2,_0x16d029]),_0x14a8cb=_0x3c6b5e?_0x3f7dcd['has'](_0x3c6b5e,_0x3c1dbd[_0x124639(0x26d)]):!0x1,_0xba4a54=Ni(_0x3c6b5e,_0x44d6ea,_0x176d6e),_0x17e43b=_0xba4a54===_0x2461ba[_0x124639(0x13f)],_0x1369f0=(_0xba4a54&_0x2461ba[_0x124639(0x1ac)])>0x0,_0x2e90c0=_0xba4a54===_0x2461ba[_0x124639(0x235)],_0x5320f6=_0xba4a54===_0x2461ba[_0x124639(0x23d)],_0x53d54d=_0x17e43b||_0x1369f0,_0x42deb6=(_0x3c6b5e&_0x2461ba[_0x124639(0x38f)])>0x0||_0x2e90c0,_0x2ba786=Ui(_0x3c6b5e),_0x57bc8e=_0x17132f(_0x445496=>{_0x3696bb({[_0x44d6ea]:_0x445496});},[_0x44d6ea]),_0x42dfb9=_0x58ac4a=>{_0x5e639f?_0x21d166(_0x58ac4a):_0x57bc8e(_0x58ac4a);},_0x2d0796={..._0x247685==null?void 0x0:_0x247685[_0x124639(0x2f1)]},_0x513ec3=Object[_0x124639(0x41f)]({'color':_0x124639(0x3e3),'opacity':Bi[_0x124639(0x4d2)],'width':_0x2ba786,'dashType':Bi[_0x124639(0x31b)]},_0x2d0796),_0x470b65=Object[_0x124639(0x41f)]({'color':_0x124639(0x3e3),'opacity':Bi['opacity'],'width':_0x2ba786,'dashType':Bi['dashType']},_0x5b95ff==null?void 0x0:_0x5b95ff[_0x124639(0x2f1)]),_0x14700f=Object[_0x124639(0x41f)]({'shape':_0x367ec0[_0x124639(0x4ca)][_0x124639(0x315)],'size':_0x5320f6?_0x367ec0['point']['scatterSymbolSize']:_0x367ec0[_0x124639(0x4ca)][_0x124639(0x423)],'color':_0x124639(0x3e3)},_0x5b95ff==null?void 0x0:_0x5b95ff[_0x124639(0x4ca)],_0x247685==null?void 0x0:_0x247685[_0x124639(0x4ca)]),_0x534311=_0x5e639f?(_0x573f2a=_0x5b95ff==null?void 0x0:_0x5b95ff[_0x124639(0x147)])==null?{}:_0x573f2a:Object[_0x124639(0x41f)]({},_0x5b95ff==null?void 0x0:_0x5b95ff[_0x124639(0x147)],_0x247685==null?void 0x0:_0x247685[_0x124639(0x147)]),_0xc8e2c8=(_0x4f7a36=(_0x516093=_0x247685==null?void 0x0:_0x247685[_0x124639(0x282)])==null?_0x5b95ff==null?void 0x0:_0x5b95ff[_0x124639(0x282)]:_0x516093)==null?(_0x5d548b=_0x52583f[_0x124639(0x45f)])==null?void 0x0:_0x5d548b[_0x124639(0x282)]:_0x4f7a36,_0x2c7b93=_0xba4a54===_0x2461ba[_0x124639(0x475)]||_0x3c6b5e===_0x2461ba['Combination']&&_0xba4a54===_0x2461ba[_0x124639(0x3f3)]&&_0x5e639f,_0x2cdfa4=_0x17132f(_0x219bd0=>{const _0x3deb3e=_0x124639;_0x247685&&_0x247685[_0x3deb3e(0x179)]&&_0x247685['dataPoints'][_0x219bd0]||_0x3696bb({[_0x44d6ea]:{'dataPoints':{[_0x219bd0]:{}}}});},[_0x247685,_0x44d6ea]),_0x2a59e4=_0x17132f(_0x39edc2=>{_0x3696bb({[_0x44d6ea]:{'dataPoints':_0x39edc2}});},[_0x44d6ea]);return _0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x124639(0x144),{'className':_0x124639(0x18d),'children':_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x44d6ea,'onChange':_0x29b1bd=>_0x2acaa7(_0x29b1bd),'options':_0x16590b})}),_0x3c6b5e===_0x2461ba[_0x124639(0x3d8)]&&_0x34b719('div',{'className':'univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x2f6b2a('div',{'className':_0x124639(0x25c),'children':_0x4d5809['t']('sheets-chart-ui.chartType')}),_0x2f6b2a(Pi,{'seriesId':_0x44d6ea,'service':_0x176d6e})]}),_0x34b719(_0x124639(0x144),{'className':_0x124639(0x18d),'children':[!_0x2c7b93&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x124639(0x144),{'className':_0x124639(0x1d5),'children':_0x4d5809['t'](_0x124639(0x50d))}),(!_0x5320f6||_0x5320f6&&!_0x5e639f)&&_0x2f6b2a(xi,{'chartType':_0x3c6b5e,'allSeriesStyle':_0x5b95ff,'controlName':_0x4d5809['t'](_0x17e43b?'sheets-chart-ui.line':_0x124639(0x2d4)),'seriesStyle':_0x5e639f?_0x5b95ff:_0x247685,'onSeriesStyleChange':_0x42dfb9}),!_0x5320f6&&_0x2f6b2a(Si,{'isLineOrAreaChart':_0x53d54d,'allSeriesBorderStyle':_0x5b95ff==null?void 0x0:_0x5b95ff['border'],'hideBorder':!_0x17e43b,'controlName':_0x4d5809['t'](_0x17e43b||_0x2e90c0?_0x124639(0x2e6):_0x124639(0x1e8)),'borderStyle':_0x5e639f?_0x470b65:_0x513ec3,'onSeriesStyleChange':_0x42dfb9}),(_0x53d54d||_0x5320f6)&&_0x2f6b2a(Ci,{'pointStyle':_0x14700f,'onChange':(_0x4899b7,_0x2a549d)=>_0x42dfb9({'point':{[_0x4899b7]:_0x2a549d}}),'controls':_0x5e639f?Hi:Vi})]}),!_0x14a8cb&&!_0x5e639f&&!_0x42deb6&&_0x2f6b2a(wi,{'rightYAxis':!!_0xc8e2c8,'onSeriesStyleChange':_0x42dfb9})]}),_0x34b719(_0x124639(0x144),{'className':'univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[!_0x5e639f&&_0x2e90c0&&_0x2f6b2a(Li,{'pointStyle':_0x247685==null?void 0x0:_0x247685[_0x124639(0x4ca)],'setSeriesStyle':_0x42dfb9}),!_0x5e639f&&!_0x2e90c0&&_0x34b719(_0x5e3cf2,{'children':[_0x34b719('div',{'className':_0x124639(0x414),'children':[_0x2f6b2a(_0x124639(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x2f6b2a(_0x124639(0x144),{'className':_0x124639(0x1d5),'children':_0x4d5809['t'](_0x124639(0x3fa),_0x4d5809['t']('sheets-chart-ui.dataPoint'))})}),_0x2f6b2a(_0x124639(0x144),{'className':_0x124639(0x3bf),'children':_0x2f6b2a(pi,{'value':_0x44d6ea,'menus':_0x57de7c==null?[]:_0x57de7c,'onSelect':_0x1ad582=>_0x2cdfa4(+_0x1ad582),'children':_0x34b719(_0x124639(0x144),{'className':_0x124639(0x22c),'children':[_0x2f6b2a(_0x50a4da,{}),_0x2f6b2a('span',{'children':_0x4d5809['t'](_0x124639(0x360))})]})})})]}),_0xf730a1&&_0x2f6b2a(Di,{'chartType':_0x3c6b5e,'data':_0xf730a1,'options':_0x57de7c==null?[]:_0x57de7c,'onChange':_0x2a59e4})]})]}),_0x2f6b2a(_0x124639(0x144),{'className':_0x124639(0x18d),'children':_0x2f6b2a(bi,{'fallbackLabelStyle':_0x28a490,'labelStyle':_0x534311,'positionOptions':_0x5a7103,'contentTypeOptions':_0x56fbd1,'onLabelStyleChange':(_0x46baf6,_0x20e1c7)=>_0x42dfb9({'label':{[_0x46baf6]:_0x20e1c7}}),'onVisibleChange':_0xdd55bf=>_0x42dfb9({'label':{'visible':_0xdd55bf}}),'isPieLike':!0x1,'chartType':_0x3c6b5e})})]});},Gi=_0x122b14=>{const _0x226590=_0x5c69fd;var _0x50cebb,_0x261c59,_0x769a37,_0xe909e0;let {uiService:_0x2ad50a}=_0x122b14,_0x342b5e=_0x4ae2c0(_0x58d845),_0x4fabd7=_0x4ae2c0(_0x2f8c4e),[_0x26a6b7,_0x212b94]=Q('trendlineValues',_0x2ad50a),[_0x2b6142,_0x5935e9]=_0x128082(0x0),_0x39bae0=Or[_0x226590(0x1d1)](_0x596d48=>({'label':_0x34b719(_0x226590(0x144),{'className':_0x226590(0x4a5),'children':[_0x2f6b2a('div',{'className':'univer-flex\x20univer-items-center\x20univer-text-base','children':kr==null?void 0x0:kr[_0x596d48[_0x226590(0x46d)]]}),_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x395),'children':_0x342b5e['t'](_0x596d48[_0x226590(0x147)])})]}),'value':_0x596d48[_0x226590(0x46d)]})),_0x34598d=$(_0x342b5e,Cr),_0x5c4214=Er[_0x226590(0x3c3)](0x1),_0xcdb377=(_0x26a6b7||[])[_0x226590(0x1d1)]((_0x446532,_0x2053d9)=>({'label':_0x446532[_0x226590(0x326)],'value':String(_0x2053d9)})),_0x41f810=_0x17132f(_0x2478c2=>{if(_0x26a6b7){let _0x38ae28=[..._0x26a6b7];_0x38ae28[_0x2b6142]={..._0x38ae28[_0x2b6142],..._0x2478c2},_0x212b94(_0x38ae28);}},[_0x26a6b7,_0x2b6142]),_0x381bb8=_0x4757a9(()=>_0x26a6b7?_0x26a6b7[_0x2b6142]:void 0x0,[_0x26a6b7,_0x2b6142]),[_0x246870,_0x351ffc]=_0x128082((_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x326)])||'');return _0x26a6b7===void 0x0||_0x26a6b7[_0x226590(0x258)]===0x0?null:_0x34b719(_0x226590(0x415),{'className':_0x226590(0x37a),'children':[_0x2f6b2a('div',{'className':_0x226590(0x240),'children':_0x2f6b2a(_0x419e1b,{'className':_0x226590(0x496),'value':String(_0x2b6142),'onChange':_0x1a2e9f=>_0x5935e9(Number(_0x1a2e9f)),'options':_0xcdb377})}),_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x525))}),_0x2f6b2a(_0x226590(0x144),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2f6b2a(_0x401ee2,{'value':_0x246870,'onChange':_0x351ffc,'onBlur':()=>{const _0x42755d=_0x226590;_0x4fabd7[_0x42755d(0x230)](_0x166423,!0x1),_0x246870?_0x41f810==null||_0x41f810({'name':_0x246870}):_0x351ffc((_0x381bb8==null?void 0x0:_0x381bb8[_0x42755d(0x326)])||'');},'onFocus':()=>{const _0x5f336a=_0x226590;_0x4fabd7[_0x5f336a(0x230)](_0x166423,!0x0);}})}),_0x2f6b2a('div',{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x432))}),_0x34b719(_0x226590(0x144),{'className':_0x226590(0x240),'children':[_0x2f6b2a(_0x419e1b,{'className':_0x226590(0x3db),'value':String(_0x381bb8==null?void 0x0:_0x381bb8['type']),'onChange':_0x1d2476=>_0x41f810==null?void 0x0:_0x41f810({'type':_0x1d2476}),'options':_0x39bae0}),_0x2f6b2a('div',{'className':'univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x2f6b2a(_0x284dd5,{'checked':(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x317)])||_0x367ec0[_0x226590(0x1b6)][_0x226590(0x317)],'onChange':_0x3b6d83=>_0x41f810({'showFormula':!!_0x3b6d83}),'children':_0x342b5e['t']('sheets-chart-ui.trendline.showFormula')})}),_0x2f6b2a('div',{'className':_0x226590(0x449),'children':_0x2f6b2a(_0x284dd5,{'checked':(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x353)])||_0x367ec0[_0x226590(0x1b6)][_0x226590(0x353)],'onChange':_0x3c2fbf=>_0x41f810({'showR2':!!_0x3c2fbf}),'children':_0x342b5e['t'](_0x226590(0x4a7))})}),((_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x190)])===_0x2d338f['poly']||(_0x381bb8==null?void 0x0:_0x381bb8['type'])===_0x2d338f[_0x226590(0x2ef)])&&_0x34b719(_0x226590(0x144),{'className':_0x226590(0x41a),'children':[(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x190)])===_0x2d338f[_0x226590(0x412)]&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x456))}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x50cebb=_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x4e8)])==null?_0x367ec0[_0x226590(0x1b6)][_0x226590(0x4e8)]:_0x50cebb),'options':Ar,'onChange':_0x1167fc=>_0x41f810==null?void 0x0:_0x41f810({'order':Number(_0x1167fc)})})]}),(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x190)])===_0x2d338f[_0x226590(0x2ef)]&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x464))}),_0x2f6b2a(_0x58af10,{'value':(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x361)])||_0x367ec0[_0x226590(0x1b6)]['period'],'onChange':_0x20b75c=>_0x41f810==null?void 0x0:_0x41f810({'period':Math[_0x226590(0x3b4)](_0x20b75c)})})]})]}),_0x2f6b2a('div',{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x50d))}),_0x34b719(_0x226590(0x144),{'className':_0x226590(0x313),'children':[_0x34b719(_0x226590(0x144),{'className':_0x226590(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x374),_0x342b5e['t'](_0x226590(0x51c)))}),_0x2f6b2a(fi,{'color':(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x297)])||'','onChange':_0x3fa567=>_0x41f810==null?void 0x0:_0x41f810({'color':_0x3fa567})})]}),_0x34b719(_0x226590(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x244),_0x342b5e['t']('sheets-chart-ui.trendline.name'))}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x261c59=_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x4d2)])==null?_0x367ec0[_0x226590(0x1b6)][_0x226590(0x4d2)]:_0x261c59),'options':Sr,'onChange':_0x120826=>_0x41f810==null?void 0x0:_0x41f810({'opacity':Number(_0x120826)})})]})]}),_0x34b719(_0x226590(0x144),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','children':[_0x34b719('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x342b5e['t']('sheets-chart-ui.withType',_0x342b5e['t']('sheets-chart-ui.trendline.name'))}),_0x2f6b2a(_0x419e1b,{'className':_0x226590(0x496),'value':String((_0x769a37=_0x381bb8==null?void 0x0:_0x381bb8['dashType'])==null?_0x367ec0[_0x226590(0x1b6)][_0x226590(0x31b)]:_0x769a37),'options':_0x34598d,'onChange':_0x39556b=>_0x41f810==null?void 0x0:_0x41f810({'dashType':_0x39556b})})]}),_0x34b719('div',{'className':_0x226590(0x3bf),'children':[_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x4e5),_0x342b5e['t'](_0x226590(0x51c)))}),_0x2f6b2a(_0x419e1b,{'className':_0x226590(0x496),'value':String((_0xe909e0=_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x252)])==null?_0x367ec0[_0x226590(0x1b6)][_0x226590(0x252)]:_0xe909e0),'options':_0x5c4214,'onChange':_0x9f7f1e=>_0x41f810==null?void 0x0:_0x41f810({'width':Number(_0x9f7f1e)})})]})]}),(_0x381bb8==null?void 0x0:_0x381bb8['type'])!==_0x2d338f[_0x226590(0x2ef)]&&_0x34b719('div',{'className':_0x226590(0x313),'children':[(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x317)])&&_0x34b719(_0x226590(0x144),{'className':_0x226590(0x3bf),'children':[_0x2f6b2a('div',{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x374),_0x342b5e['t']('sheets-chart-ui.trendline.formula'))}),_0x2f6b2a(fi,{'color':(_0x381bb8==null?void 0x0:_0x381bb8['formulaColor'])||'','onChange':_0x147a5a=>_0x41f810==null?void 0x0:_0x41f810({'formulaColor':_0x147a5a})})]}),(_0x381bb8==null?void 0x0:_0x381bb8['showR2'])&&_0x34b719(_0x226590(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0x226590(0x144),{'className':_0x226590(0x240),'children':_0x342b5e['t'](_0x226590(0x374),_0x342b5e['t']('sheets-chart-ui.trendline.r2'))}),_0x2f6b2a(fi,{'color':(_0x381bb8==null?void 0x0:_0x381bb8[_0x226590(0x443)])||'','onChange':_0x1f6c06=>_0x41f810==null?void 0x0:_0x41f810({'r2Color':_0x1f6c06})})]})]})]})]});},Ki={'fontSize':_0x367ec0[_0x5c69fd(0x31e)][_0x5c69fd(0x22a)],'contentType':_0x367ec0[_0x5c69fd(0x189)],'position':_0x367ec0[_0x5c69fd(0x31e)][_0x5c69fd(0x308)]},qi=_0x1f5658=>{const _0x596288=_0x5c69fd;var _0x3f981f,_0x256556,_0x33f510,_0x45bb8f,_0x4361fa,_0x1d566d,_0x129043,_0x1e651b,_0x13a1f6,_0x16bc78,_0x10fb39,_0x110c6f,_0x3908ba,_0x1069f7,_0x307fe9,_0x55cebb,_0x58102a;let {service:_0x3b026a}=_0x1f5658,_0x2cd07f=_0x4ae2c0(_0x58d845),_0x1028c2=$(_0x2cd07f,jr),_0x15439e=_0x4757a9(()=>Kr['filter'](_0x1f5937=>_0x1f5937[_0x596288(0x46d)]!==String(_0x23b2f3[_0x596288(0x3d3)]))[_0x596288(0x1d1)](_0x5e53ea=>({'value':_0x5e53ea[_0x596288(0x46d)],'label':_0x2cd07f['t'](_0x5e53ea['label'])})),[_0x2cd07f]),_0x3955f2=_0x4ae2c0(_0x2f8c4e),[_0x40c197,_0x142f04]=_0x128082(_0x367ec0['allSeriesId']),_0x26b350=_0x40c197===_0x367ec0['allSeriesId'],[_0x4ce5bd,_0x46573a]=Q(_0x596288(0x45f),_0x3b026a),[_0x21d290,_0x33fcc2]=Q('seriesStyleMap',_0x3b026a),[_0x3d14ab]=Q('seriesList',_0x3b026a),[_0x3bc07d]=Q('waterfallStack',_0x3b026a),_0x198fc1=_0x3bc07d!==_0x148307['Stacked'],[_0x2b2e0e]=$(_0x2cd07f,[xr()]),_0x43cf5a=_0x21d290==null?void 0x0:_0x21d290[_0x40c197],_0x4dc487=_0x4757a9(()=>_0x3d14ab?[_0x2b2e0e,..._0x3d14ab]:[],[_0x2b2e0e,_0x3d14ab]),_0x11c989=_0x362c87=>{_0x26b350?_0x46573a(_0x362c87):_0x33fcc2({[_0x40c197]:_0x362c87});},_0x4a84f0=_0x367ec0[_0x596288(0x3de)],_0x3f5506={'color':_0x596288(0x3e3),'opacity':_0x4a84f0[_0x596288(0x4d2)],'width':0x0,'dashType':_0x4a84f0['dashType']},_0x28e70a=_0x26b350?{..._0x3f5506,..._0x4ce5bd==null||(_0x3f981f=_0x4ce5bd[_0x596288(0x209)])==null||(_0x3f981f=_0x3f981f[_0x596288(0x501)])==null?void 0x0:_0x3f981f['border']}:{..._0x3f5506,..._0x43cf5a==null||(_0x256556=_0x43cf5a[_0x596288(0x209)])==null||(_0x256556=_0x256556[_0x596288(0x501)])==null?void 0x0:_0x256556[_0x596288(0x2f1)]},_0x58810e=_0x26b350?{..._0x3f5506,..._0x4ce5bd==null||(_0x33f510=_0x4ce5bd[_0x596288(0x209)])==null||(_0x33f510=_0x33f510['negative'])==null?void 0x0:_0x33f510[_0x596288(0x2f1)]}:{..._0x3f5506,..._0x43cf5a==null||(_0x45bb8f=_0x43cf5a['waterfall'])==null||(_0x45bb8f=_0x45bb8f['negative'])==null?void 0x0:_0x45bb8f[_0x596288(0x2f1)]},_0x1f2e2f=_0x26b350?{..._0x3f5506,..._0x4ce5bd==null||(_0x4361fa=_0x4ce5bd[_0x596288(0x209)])==null||(_0x4361fa=_0x4361fa[_0x596288(0x1f8)])==null?void 0x0:_0x4361fa[_0x596288(0x2f1)]}:{..._0x3f5506,..._0x43cf5a==null||(_0x1d566d=_0x43cf5a[_0x596288(0x209)])==null||(_0x1d566d=_0x1d566d['subtotal'])==null?void 0x0:_0x1d566d[_0x596288(0x2f1)]},_0x1fdfa2=(_0x388f1d,_0x270d54)=>{const _0x3191d5=_0x596288;if(_0x270d54===_0x8ee59['subtotal'])return _0x2cd07f['t']('sheets-chart-ui.waterfall.subtotal');let _0x451f5e=_0x3d14ab==null?void 0x0:_0x3d14ab[_0x3191d5(0x307)](_0x1271df=>_0x1271df[_0x3191d5(0x46d)]===_0x388f1d);if(_0x451f5e){let _0x3cb525=_0x451f5e[_0x3191d5(0x147)];switch(_0x270d54){case _0x8ee59[_0x3191d5(0x501)]:return _0x3cb525+'-('+_0x2cd07f['t'](_0x3191d5(0x2d2))+')';case _0x8ee59[_0x3191d5(0x468)]:return _0x3cb525+'-('+_0x2cd07f['t'](_0x3191d5(0x2b2))+')';default:return _0x3cb525;}}return'';},_0x998261=_0x26b350?(_0x129043=_0x4ce5bd==null?void 0x0:_0x4ce5bd[_0x596288(0x147)])==null?{}:_0x129043:Object['assign']({},_0x4ce5bd==null?void 0x0:_0x4ce5bd['label'],_0x43cf5a==null?void 0x0:_0x43cf5a[_0x596288(0x147)]),_0x48bd71=_0x198fc1?_0x43cf5a==null||(_0x1e651b=_0x43cf5a[_0x596288(0x209)])==null||(_0x1e651b=_0x1e651b[_0x596288(0x1f8)])==null?void 0x0:_0x1e651b['name']:_0x4ce5bd==null||(_0x13a1f6=_0x4ce5bd['waterfall'])==null||(_0x13a1f6=_0x13a1f6[_0x596288(0x1f8)])==null?void 0x0:_0x13a1f6['name'],_0x454196=_0x3bc07d===_0x148307[_0x596288(0x286)]?_0x26b350:!0x0;return _0x34b719(_0x596288(0x144),{'children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-h-8','children':_0x2f6b2a(_0x419e1b,{'className':_0x596288(0x496),'value':_0x40c197,'onChange':_0x3c84be=>_0x142f04(_0x3c84be),'options':_0x4dc487})}),_0x34b719(_0x596288(0x144),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x2f6b2a(_0x596288(0x144),{'className':_0x596288(0x1d5),'children':_0x2cd07f['t']('sheets-chart-ui.waterfall.positiveStyle')}),!_0x26b350&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a('div',{'className':_0x596288(0x35a),'children':_0x2cd07f['t']('sheets-chart-ui.waterfall.positiveLegendText')}),_0x2f6b2a(_0x401ee2,{'className':'univer-mb-2','value':(_0x43cf5a==null||(_0x16bc78=_0x43cf5a['waterfall'])==null||(_0x16bc78=_0x16bc78['positive'])==null?void 0x0:_0x16bc78[_0x596288(0x326)])||_0x1fdfa2(_0x40c197,_0x8ee59[_0x596288(0x501)]),'onChange':_0x4ad400=>{_0x11c989({'waterfall':{'positive':{'name':_0x4ad400}}});},'onFocus':()=>{const _0x3a077d=_0x596288;_0x3955f2[_0x3a077d(0x230)](_0x166423,!0x0);},'onBlur':()=>{const _0x1710ee=_0x596288;_0x3955f2[_0x1710ee(0x230)](_0x166423,!0x1);}})]}),_0x2f6b2a(xi,{'chartType':_0x2461ba[_0x596288(0x2e2)],'allSeriesStyle':_0x4ce5bd,'controlName':'','seriesStyle':_0x26b350?_0x4ce5bd==null||(_0x10fb39=_0x4ce5bd[_0x596288(0x209)])==null?void 0x0:_0x10fb39['positive']:_0x43cf5a==null||(_0x110c6f=_0x43cf5a['waterfall'])==null?void 0x0:_0x110c6f[_0x596288(0x501)],'onSeriesStyleChange':_0x3b30f3=>_0x11c989({'waterfall':{'positive':_0x3b30f3}})}),_0x2f6b2a(Si,{'isLineOrAreaChart':!0x1,'allSeriesBorderStyle':_0x4ce5bd==null?void 0x0:_0x4ce5bd['border'],'hideBorder':!0x0,'controlName':_0x2cd07f['t'](_0x596288(0x1e8)),'borderStyle':_0x28e70a,'onSeriesStyleChange':_0x5b7d52=>_0x11c989({'waterfall':{'positive':_0x5b7d52}})})]}),_0x34b719(_0x596288(0x144),{'className':_0x596288(0x37a),'children':[_0x2f6b2a(_0x596288(0x144),{'className':_0x596288(0x1d5),'children':_0x2cd07f['t'](_0x596288(0x30b))}),!_0x26b350&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x596288(0x144),{'className':_0x596288(0x35a),'children':_0x2cd07f['t'](_0x596288(0x384))}),_0x2f6b2a(_0x401ee2,{'className':'univer-mb-2','value':(_0x43cf5a==null||(_0x3908ba=_0x43cf5a['waterfall'])==null||(_0x3908ba=_0x3908ba[_0x596288(0x468)])==null?void 0x0:_0x3908ba[_0x596288(0x326)])||_0x1fdfa2(_0x40c197,_0x8ee59[_0x596288(0x468)]),'onChange':_0x525d64=>{_0x11c989({'waterfall':{'negative':{'name':_0x525d64}}});},'onFocus':()=>{_0x3955f2['setContextValue'](_0x166423,!0x0);},'onBlur':()=>{const _0x9a95f5=_0x596288;_0x3955f2[_0x9a95f5(0x230)](_0x166423,!0x1);}})]}),_0x2f6b2a(xi,{'chartType':_0x2461ba['Waterfall'],'allSeriesStyle':_0x4ce5bd,'controlName':'','seriesStyle':_0x26b350?_0x4ce5bd==null||(_0x1069f7=_0x4ce5bd[_0x596288(0x209)])==null?void 0x0:_0x1069f7[_0x596288(0x468)]:_0x43cf5a==null||(_0x307fe9=_0x43cf5a['waterfall'])==null?void 0x0:_0x307fe9[_0x596288(0x468)],'onSeriesStyleChange':_0x39b2c6=>_0x11c989({'waterfall':{'negative':_0x39b2c6}})}),_0x2f6b2a(Si,{'controlName':_0x2cd07f['t'](_0x596288(0x1e8)),'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x4ce5bd==null?void 0x0:_0x4ce5bd[_0x596288(0x2f1)],'borderStyle':_0x58810e,'onSeriesStyleChange':_0x334723=>_0x11c989({'waterfall':{'negative':_0x334723}})})]}),_0x454196&&_0x2f6b2a(_0x5e3cf2,{'children':_0x2f6b2a(_0x596288(0x144),{'className':_0x596288(0x37a),'children':_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x596288(0x144),{'className':_0x596288(0x1d5),'children':_0x2cd07f['t'](_0x596288(0x4f3))}),_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x2cd07f['t'](_0x596288(0x155))}),_0x2f6b2a(_0x401ee2,{'className':_0x596288(0x4b3),'value':_0x48bd71||_0x1fdfa2(_0x40c197,_0x8ee59[_0x596288(0x1f8)]),'onChange':_0x165093=>{_0x11c989({'waterfall':{'subtotal':{'name':_0x165093}}});},'onFocus':()=>{const _0x2b7c8a=_0x596288;_0x3955f2[_0x2b7c8a(0x230)](_0x166423,!0x0);},'onBlur':()=>{const _0x34b35e=_0x596288;_0x3955f2[_0x34b35e(0x230)](_0x166423,!0x1);}})]}),_0x2f6b2a(xi,{'chartType':_0x2461ba[_0x596288(0x2e2)],'allSeriesStyle':_0x4ce5bd,'controlName':'','seriesStyle':_0x26b350?_0x4ce5bd==null||(_0x55cebb=_0x4ce5bd[_0x596288(0x209)])==null?void 0x0:_0x55cebb[_0x596288(0x1f8)]:_0x43cf5a==null||(_0x58102a=_0x43cf5a['waterfall'])==null?void 0x0:_0x58102a[_0x596288(0x1f8)],'onSeriesStyleChange':_0x1cbebc=>_0x11c989({'waterfall':{'subtotal':_0x1cbebc}})}),_0x2f6b2a(Si,{'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x4ce5bd==null?void 0x0:_0x4ce5bd[_0x596288(0x2f1)],'controlName':_0x2cd07f['t']('sheets-chart-ui.border'),'borderStyle':_0x1f2e2f,'onSeriesStyleChange':_0x3583ae=>_0x11c989({'waterfall':{'subtotal':_0x3583ae}})})]})})}),_0x2f6b2a(_0x596288(0x144),{'className':_0x596288(0x37a),'children':_0x2f6b2a(bi,{'fallbackLabelStyle':Ki,'labelStyle':_0x998261,'positionOptions':_0x1028c2,'contentTypeOptions':_0x15439e,'onLabelStyleChange':(_0x10ba6b,_0x2785db)=>_0x11c989({'label':{[_0x10ba6b]:_0x2785db}}),'onVisibleChange':_0x4d37e4=>_0x11c989({'label':{'visible':_0x4d37e4}}),'isPieLike':!0x1,'chartType':_0x2461ba[_0x596288(0x2e2)]})})]});};function Ji(_0x22913c){const _0x423596=_0x5c69fd;let _0x4440e7=[];for(let [_0x76ce15,_0x227204]of _0x22913c)_0x4440e7[_0x423596(0x39b)]({'value':_0x76ce15,'label':_0x76ce15,'icon':_0x227204[_0x423596(0x4e4)]});return _0x4440e7;}function Yi(_0x4675bc){const _0x115ae4=_0x5c69fd;let {service:_0x3421d2}=_0x4675bc,_0x4bdb7f=_0x4ae2c0(_0x58d845),_0x2c65a1=Ji(_0x4ae2c0(_0x2c64b8)[_0x115ae4(0x445)]()),[_0x200107,_0x356b4c]=Q(_0x115ae4(0x200),_0x3421d2),[_0x266806,_0x1cd100]=Q(_0x115ae4(0x463),_0x3421d2),[_0x52487f,_0x4e3682]=_0x128082(!0x1),_0x509839=_0x2c65a1[_0x115ae4(0x307)](_0x4ee70a=>_0x4ee70a[_0x115ae4(0x46d)]===_0x200107)||_0x2c65a1[0x0];return _0x34b719(_0x115ae4(0x144),{'className':_0x115ae4(0x15e),'children':[_0x2f6b2a(_0x115ae4(0x144),{'className':_0x115ae4(0x4f6),'children':_0x4bdb7f['t']('sheets-chart-ui.styleEditPanel.wordCloudShape')}),_0x2f6b2a(_0x2376a4,{'open':_0x52487f,'onOpenChange':_0x4e3682,'overlay':_0x2f6b2a(_0x115ae4(0x144),{'className':_0x115ae4(0x4b4),'children':_0x2c65a1['map'](_0x1a1269=>_0x2f6b2a(_0x115ae4(0x3e2),{'className':_0x252399('univer-rounded-md\x20univer-p-2\x20hover:univer-bg-gray-200',_0x375a1f,{'univer-bg-white':_0x509839[_0x115ae4(0x46d)]!==_0x1a1269['value'],'univer-select-item-option-selected':_0x509839[_0x115ae4(0x46d)]===_0x1a1269[_0x115ae4(0x46d)]}),'type':'button','onClick':()=>{const _0x30cce7=_0x115ae4;_0x356b4c(_0x1a1269[_0x30cce7(0x46d)]),_0x4e3682(!0x1);},'children':_0x2f6b2a(_0x115ae4(0x13a),{'className':_0x115ae4(0x3e9),'children':_0x2f6b2a('img',{'src':_0x1a1269[_0x115ae4(0x181)],'alt':_0x1a1269[_0x115ae4(0x147)]})})},_0x1a1269['value']))}),'children':_0x2f6b2a(_0x115ae4(0x3e2),{'className':_0x252399('univer-box-border\x20univer-h-8\x20univer-w-full\x20univer-rounded-md\x20univer-bg-white\x20univer-px-2\x20univer-pb-2.5\x20univer-text-sm\x20univer-transition-colors\x20univer-duration-200\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20focus:univer-outline-none\x20focus:univer-ring-2\x20focus:univer-ring-primary-50',_0x375a1f),'type':_0x115ae4(0x3e2),'children':_0x34b719(_0x115ae4(0x13a),{'className':_0x115ae4(0x3f7),'children':[_0x2f6b2a('span',{'className':'univer-mr-2\x20univer-text-2xl','children':_0x2f6b2a('img',{'className':_0x115ae4(0x1b2),'src':_0x509839['icon'],'alt':_0x509839[_0x115ae4(0x147)]})}),_0x2f6b2a('span',{'children':_0x509839[_0x115ae4(0x147)]})]})})}),_0x2f6b2a(_0x284dd5,{'className':'univer-mt-2.5','checked':_0x266806==null?_0x367ec0[_0x115ae4(0x3bd)][_0x115ae4(0x32a)]:_0x266806,'onChange':_0x431527=>{_0x1cd100==null||_0x1cd100(!!_0x431527);},'children':_0x4bdb7f['t']('sheets-chart-ui.styleEditPanel.repeatWordCould')})]});}const {textStyle:Xi}=_0x367ec0;function Zi(_0x2f25f5){const _0x1c5175=_0x5c69fd;var _0xe8cafb;return(_0xe8cafb=_0x2f25f5==null?void 0x0:_0x2f25f5['find'](_0x591b5c=>_0x591b5c[_0x1c5175(0x308)]===_0x49023a[_0x1c5175(0x2d1)]))==null?_0x2f25f5==null?void 0x0:_0x2f25f5[_0x1c5175(0x307)](_0x81fee=>_0x81fee[_0x1c5175(0x308)]===_0x49023a[_0x1c5175(0x306)]):_0xe8cafb;}const Qi=()=>{const _0x34c00b=_0x5c69fd;var _0x1ca0c0,_0x26e65f,_0xaacb0e,_0x55733a,_0x4c6acc,_0x1cd4b7,_0x29fd97,_0xce33c9;let _0x574308=_0x4ae2c0(_0x58d845),_0x553c6b=_0x4ae2c0(_0x2f8c4e),_0xc91815=mr(),_0xc2627f=_0x4ae2c0(_0x43dd79),[_0x38d158,_0x12502d]=Q('chartType',_0xc91815),[_0x34e3d5]=Q(_0x34c00b(0x4d8),_0xc91815),[_0x27457a,_0x1f5f99]=Q(_0x34c00b(0x411),_0xc91815,''),[_0x5d54a8,_0x3c6644]=Q(_0x34c00b(0x444),_0xc91815,''),[_0x179a14,_0x174590]=Q('legendStyle',_0xc91815),[_0x217840,_0x4572b3]=Q(_0x34c00b(0x2bd),_0xc91815),[_0x3168bd,_0x3e073f]=Q(_0x34c00b(0x140),_0xc91815),[_0x1453e0,_0x5d3951]=Q(_0x34c00b(0x203),_0xc91815),[_0x4f37a3,_0x4146f8]=Q(_0x34c00b(0x376),_0xc91815),[_0xfb8391,_0x2cfaf4]=Q('titles',_0xc91815),[_0x13640e,_0x13e5f6]=Q(_0x34c00b(0x48d),_0xc91815),[_0x4ec5a6,_0x4368b8]=Q(_0x34c00b(0x450),_0xc91815),[_0x1ddc67]=Q(_0x34c00b(0x3a3),_0xc91815),[_0xd2d5a7]=Q(_0x34c00b(0x420),_0xc91815),_0x18a069=_0x4ae2c0(_0x342977),[_0x1d5ed3,_0x44c435]=_0x128082(''),[_0x2319ad]=Q('trendlineValues',_0xc91815),_0x42712c=_0x38d158&&_0x36187f(_0x38d158),_0x59b693=_0x2319ad&&_0x2319ad['length']>0x0,_0xaa6bf3=_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba['Scatter']),_0x47bb29=_0x4757a9(()=>_0xd2d5a7?_0x18a069[_0x34c00b(0x31d)](_0xd2d5a7):_0x18a069[_0x34c00b(0x438)](),[_0xd2d5a7]),_0xb4c900=!!(_0x38d158&&_0x3f7dcd['baseOn'](_0x38d158,_0x2461ba[_0x34c00b(0x44e)])),_0x25c937=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba[_0x34c00b(0x3b9)])),_0x1cf16a=!!(_0x38d158&&_0x3f7dcd['baseOn'](_0x38d158,_0x2461ba[_0x34c00b(0x4ba)])),_0x3e25a3=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba[_0x34c00b(0x3b5)])),_0x45d468=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba[_0x34c00b(0x256)])),_0x3cfd83=!!(_0x38d158&&_0x3f7dcd['baseOn'](_0x38d158,_0x2461ba[_0x34c00b(0x1a0)])),_0x98dd46=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba['Heatmap'])),_0x1206a8=_0x4757a9(()=>_0x1ddc67==null?void 0x0:_0x1ddc67[_0x34c00b(0x314)]((_0x13e253,_0x44a268)=>(_0x13e253[_0x44a268[_0x34c00b(0x308)]]=_0x44a268,_0x13e253),{}),[_0x1ddc67]),_0x53eab7=!!(_0x1206a8!=null&&_0x1206a8[_0x49023a['Right']])&&!!(_0x1206a8!=null&&_0x1206a8[_0x49023a[_0x34c00b(0x2d1)]])&&(_0x38d158&_0x2461ba[_0x34c00b(0x38f)])===0x0&&(_0x38d158&_0x2461ba[_0x34c00b(0x235)])===0x0,_0x461c07=Zi(_0x1ddc67),[_0x3d2dd7,_0x4f87f0]=_0x128082(vr[0x0][_0x34c00b(0x46d)]),_0x200a1d=_0xfb8391==null?void 0x0:_0xfb8391[_0x3d2dd7],_0x3bd8b9={'color':Xi[_0x34c00b(0x297)],'fontSize':_0x3d2dd7===_0x34c00b(0x44c)?Xi[_0x34c00b(0x151)]:_0x3d2dd7===_0x34c00b(0x2d6)?Xi[_0x34c00b(0x1bb)]:Xi[_0x34c00b(0x22a)],..._0x200a1d},_0x3ce97a=_0x17132f(_0x154203=>{_0x2cfaf4({[_0x3d2dd7]:_0x154203});},[_0x3d2dd7]),_0x2a9d9a=_0x3c3d0a=>{const _0x2d22bf=_0x34c00b;let _0x24dfd4={'label':{'axisTitleAlign':_0x3c3d0a}};_0x3d2dd7===_0x2d22bf(0x3d2)&&_0x3e073f(_0x24dfd4),_0x3d2dd7===_0x2d22bf(0x3e4)&&_0x5d3951(_0x24dfd4),_0x3d2dd7==='rightYAxisTitle'&&_0x4146f8(_0x24dfd4);},_0x597c2c=()=>{const _0x2b4005=_0x34c00b;if(_0x3d2dd7===_0x2b4005(0x3d2)){var _0x3a7bf1;return _0x3168bd==null||(_0x3a7bf1=_0x3168bd[_0x2b4005(0x147)])==null?void 0x0:_0x3a7bf1[_0x2b4005(0x43f)];}if(_0x3d2dd7==='yAxisTitle'){var _0xcaaa04;return _0x1453e0==null||(_0xcaaa04=_0x1453e0[_0x2b4005(0x147)])==null?void 0x0:_0xcaaa04[_0x2b4005(0x43f)];}if(_0x3d2dd7===_0x2b4005(0x335)){var _0x1a0151;return _0x4f37a3==null||(_0x1a0151=_0x4f37a3[_0x2b4005(0x147)])==null?void 0x0:_0x1a0151[_0x2b4005(0x43f)];}};_0x250471(()=>{const _0x34a2d6=_0x34c00b;var _0xcb38d3;_0x44c435((_0xcb38d3=_0x3bd8b9==null?void 0x0:_0x3bd8b9[_0x34a2d6(0x3a2)])==null?'':_0xcb38d3);},[_0x3bd8b9==null?void 0x0:_0x3bd8b9[_0x34c00b(0x3a2)]]);let _0x4a3071=$(_0x574308,Nr),_0x1dace2=$(_0x574308,vr),_0x4a459e=$(_0x574308,Pr),_0x2f63ee=$(_0x574308,Fr),_0x20575e=[_0x1dace2[0x0]],_0x5d0ea1=$(_0x574308,Ir),_0x4d6a1d=$(_0x574308,Lr),_0x55b293=(_0x643bc1,_0x56b271)=>{const _0x4a2d0b=_0x34c00b;let _0x36b67a={'label':ti,'onPatternApply':_0x56b271,'originPattern':_0x643bc1};_0xc2627f[_0x4a2d0b(0x3c1)]({'id':ei,'title':{'title':_0x574308['t'](_0x4a2d0b(0x34a))},'children':_0x36b67a,'width':0x258,'onClose':()=>{const _0x45f5b2=_0x4a2d0b;_0xc2627f[_0x45f5b2(0x4e2)](ei);}});},_0x3be860=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba['Pie'])),_0x585a3a=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba[_0x34c00b(0x235)])),_0x3ebaf1=!!(_0x38d158&&_0x3f7dcd[_0x34c00b(0x2a3)](_0x38d158,_0x2461ba['Waterfall']));return _0x2f6b2a(_0x34c00b(0x144),{'className':'','children':_0x2f6b2a(_0x5b1d7d,{'items':[{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t']('sheets-chart-ui.chartStyle')}),'children':_0x2f6b2a(_0x34c00b(0x415),{'className':_0x34c00b(0x37a),'children':_0x34b719(_0x34c00b(0x144),{'className':_0x34c00b(0x32f),'children':[_0x34b719(_0x34c00b(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x2fc))}),_0x2f6b2a(fi,{'color':_0x27457a,'onChange':_0x1f5f99})]}),_0x34b719(_0x34c00b(0x144),{'className':_0x34c00b(0x3bf),'children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t']('sheets-chart-ui.chartBorderColor')}),_0x2f6b2a(fi,{'color':_0x5d54a8,'onChange':_0x3c6644})]})]})})},{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x228))}),'children':_0x34b719(_0x34c00b(0x415),{'children':[_0x34b719(_0x34c00b(0x144),{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t'](_0x34c00b(0x4a3))}),_0x2f6b2a(_0x419e1b,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x3d2dd7,'options':_0x3be860||_0x585a3a||_0xb4c900?_0x20575e:_0x1dace2,'onChange':_0xb62098=>_0x4f87f0(_0xb62098)})]}),_0x34b719(_0x34c00b(0x144),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x2f6b2a('div',{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x38d))}),_0x2f6b2a(_0x401ee2,{'value':_0x1d5ed3,'onChange':_0x44c435,'onFocus':()=>{_0x553c6b['setContextValue'](_0x166423,!0x0);},'onBlur':()=>{const _0x2932c0=_0x34c00b;_0x553c6b[_0x2932c0(0x230)](_0x166423,!0x1),_0x1d5ed3!==(_0x3bd8b9==null?void 0x0:_0x3bd8b9['content'])&&_0x3ce97a({'content':_0x1d5ed3});}})]}),_0x2f6b2a('div',{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x32f),'children':_0x34b719(_0x34c00b(0x144),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x3d2dd7===_0x34c00b(0x44c)&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a('div',{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x275))}),_0x2f6b2a(_0x419e1b,{'className':_0x34c00b(0x496),'value':_0x13640e==null?_0x367ec0[_0x34c00b(0x48d)]:_0x13640e,'options':_0x5d0ea1,'onChange':_0x1fcc8b=>_0x13e5f6(_0x1fcc8b)})]}),_0x3d2dd7!=='title'&&_0x34b719(_0x5e3cf2,{'children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x529))}),_0x2f6b2a(_0x419e1b,{'className':_0x34c00b(0x496),'value':(_0x1ca0c0=_0x597c2c())==null?_0x367ec0['axis'][_0x34c00b(0x41b)]:_0x1ca0c0,'options':_0x4d6a1d,'onChange':_0x3085be=>_0x2a9d9a(_0x3085be)})]})]})})}),_0x34b719(_0x34c00b(0x144),{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x46c))}),_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x159),'children':_0x2f6b2a(mi,{'alignControl':_0x3d2dd7==='title',..._0x3bd8b9,'onChange':(_0x592334,_0x284e0d)=>_0x3ce97a({[_0x592334]:_0x284e0d})})})]})]})},_0xb4c900&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x1e1))}),'children':_0x2f6b2a(Yi,{'service':_0xc91815})},!_0xb4c900&&!_0x3be860&&!_0x25c937&&!_0x3e25a3&&!_0x3ebaf1&&!_0x45d468&&!_0x3cfd83&&!_0x98dd46&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x510))}),'children':_0x2f6b2a(Wi,{'chartType':_0x38d158,'service':_0xc91815})},_0x45d468&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t'](_0x34c00b(0x273))}),'children':_0x2f6b2a(ki,{'service':_0xc91815,'isLineSeries':!0x1})},_0x45d468&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t'](_0x34c00b(0x16b))}),'children':_0x2f6b2a(ki,{'service':_0xc91815,'isLineSeries':!0x0})},_0x3ebaf1&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x510))}),'children':_0x2f6b2a(qi,{'service':_0xc91815})},_0x3be860&&{'label':_0x2f6b2a('div',{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x489))}),'children':_0x2f6b2a(Ai,{'chartType':_0x38d158,'service':_0xc91815,'onChartTypeChange':_0x12502d})},!_0xb4c900&&!_0x3cfd83&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t']('sheets-chart-ui.legend')}),'children':_0x34b719(_0x34c00b(0x415),{'children':[_0x34b719(_0x34c00b(0x144),{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x3d5))}),_0x2f6b2a(_0x419e1b,{'className':_0x34c00b(0x496),'value':(_0x179a14==null?void 0x0:_0x179a14[_0x34c00b(0x308)])||_0x367ec0['legend']['position'],'onChange':_0x217145=>_0x174590({..._0x179a14,'position':_0x217145}),'options':_0x4a3071})]}),_0x34b719(_0x34c00b(0x144),{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x246))}),!_0x98dd46&&_0x2f6b2a(_0x419e1b,{'className':_0x34c00b(0x496),'value':(_0x179a14==null?void 0x0:_0x179a14[_0x34c00b(0x469)])||_0x367ec0[_0x34c00b(0x3f2)][_0x34c00b(0x469)],'onChange':_0x2e99fe=>_0x174590({..._0x179a14,'selectMode':_0x2e99fe}),'options':_0x4a459e}),_0x98dd46&&_0x2f6b2a(_0x419e1b,{'className':_0x34c00b(0x496),'value':_0x217840||_0x367ec0[_0x34c00b(0x1fd)]['visualMapType'],'onChange':_0x1b7186=>_0x4572b3(_0x1b7186),'options':_0x2f63ee})]}),!_0x98dd46&&_0x34b719(_0x34c00b(0x144),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x240),'children':_0x574308['t'](_0x34c00b(0x46c))}),_0x2f6b2a(mi,{..._0x179a14==null?void 0x0:_0x179a14[_0x34c00b(0x147)],'fontSize':(_0x26e65f=_0x179a14==null||(_0xaacb0e=_0x179a14['label'])==null?void 0x0:_0xaacb0e['fontSize'])==null?_0x367ec0['textStyle'][_0x34c00b(0x22a)]:_0x26e65f,'color':(_0x55733a=_0x179a14==null||(_0x4c6acc=_0x179a14['label'])==null?void 0x0:_0x4c6acc[_0x34c00b(0x297)])==null?_0x367ec0[_0x34c00b(0x31e)][_0x34c00b(0x297)]:_0x55733a,'onChange':(_0x1a786a,_0x5d47ba)=>_0x174590({'label':{[_0x1a786a]:_0x5d47ba}})})]})]})},!_0xb4c900&&!_0x3be860&&!_0x585a3a&&!_0x1cf16a&&!_0x3e25a3&&!_0x3cfd83&&!_0x98dd46&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x1a7))}),'children':_0x34b719(_0x34c00b(0x415),{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a(gi,{'sheetsChartUIService':_0xc91815,'axisOptions':_0x3168bd,'canUseDateAxis':_0x38d158!==_0x2461ba['Scatter']&&_0x38d158!==_0x2461ba['Waterfall'],'valueAxis':_0xaa6bf3||(_0x1206a8==null||(_0x1cd4b7=_0x1206a8[_0x49023a[_0x34c00b(0x33a)]])==null?void 0x0:_0x1cd4b7[_0x34c00b(0x190)])===_0x30fd5f[_0x34c00b(0x49f)],'onChange':_0x3e073f}),_0x2f6b2a(_0x23b166,{'className':'','size':_0x34c00b(0x4b8),'onClick':()=>{const _0x533f51=_0x34c00b;_0x55b293(_0x3168bd==null?void 0x0:_0x3168bd[_0x533f51(0x1c3)],_0x3b2311=>{_0x3e073f({'format':_0x3b2311});});},'children':_0x574308['t']('sheets-chart-ui.dialog.setFormat')})]})},!_0xb4c900&&!_0x3be860&&!_0x585a3a&&!_0x1cf16a&&!_0x3e25a3&&!_0x3cfd83&&!_0x98dd46&&{'label':_0x2f6b2a('div',{'className':_0x34c00b(0x472),'children':_0x574308['t']('sheets-chart-ui.axes.verticalAxis')}),'children':_0x34b719(_0x34c00b(0x415),{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a(gi,{'sheetsChartUIService':_0xc91815,'axisOptions':_0x1453e0,'canUseDateAxis':!0x1,'valueAxis':(_0x461c07==null?void 0x0:_0x461c07[_0x34c00b(0x190)])===_0x30fd5f[_0x34c00b(0x49f)],'onChange':_0x5d3951}),(_0x461c07==null?void 0x0:_0x461c07['type'])===_0x30fd5f[_0x34c00b(0x49f)]&&_0x2f6b2a(_0x23b166,{'className':'','size':'small','onClick':()=>{const _0x12c2ef=_0x34c00b;_0x55b293(_0x1453e0==null?void 0x0:_0x1453e0[_0x12c2ef(0x1c3)],_0x3d7c7f=>{_0x5d3951({'format':_0x3d7c7f});});},'children':_0x574308['t'](_0x34c00b(0x34a))})]})},!_0xb4c900&&_0x53eab7&&!_0x3e25a3&&!_0x3cfd83&&!_0x98dd46&&{'label':_0x2f6b2a('div',{'className':_0x34c00b(0x472),'children':_0x574308['t']('sheets-chart-ui.axes.rightVerticalAxis')}),'children':_0x34b719('section',{'className':_0x34c00b(0x37a),'children':[_0x2f6b2a(gi,{'sheetsChartUIService':_0xc91815,'canUseDateAxis':!0x1,'axisOptions':_0x4f37a3,'onChange':_0x4146f8,'valueAxis':!0x0}),(_0x1206a8==null||(_0x29fd97=_0x1206a8[_0x49023a[_0x34c00b(0x306)]])==null?void 0x0:_0x29fd97[_0x34c00b(0x190)])===_0x30fd5f[_0x34c00b(0x49f)]&&_0x2f6b2a(_0x23b166,{'className':'','size':_0x34c00b(0x4b8),'onClick':()=>{const _0x1c95dc=_0x34c00b;_0x55b293(_0x4f37a3==null?void 0x0:_0x4f37a3[_0x1c95dc(0x1c3)],_0x564827=>{_0x4146f8({'format':_0x564827});});},'children':_0x574308['t'](_0x34c00b(0x34a))})]})},!_0xb4c900&&!_0x3be860&&!_0x585a3a&&!_0x3e25a3&&!_0x1cf16a&&!_0x3cfd83&&!_0x98dd46&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x2a0))}),'children':_0x2f6b2a(_0x34c00b(0x415),{'className':_0x34c00b(0x37a),'children':_0x2f6b2a(_i,{'service':_0xc91815,'className':'univer-mt-2','runtimeAxes':_0x1ddc67})})},!_0xb4c900&&!_0x3e25a3&&!_0x3be860&&!_0x1cf16a&&!_0x3cfd83&&{'label':_0x2f6b2a('div',{'className':_0x34c00b(0x472),'children':_0x574308['t'](_0x34c00b(0x388))}),'children':_0x2f6b2a(_0x34c00b(0x415),{'className':_0x34c00b(0x37a),'children':_0x2f6b2a(vi,{'indicatorLabelColor':(_0x4ec5a6==null?void 0x0:_0x4ec5a6[_0x34c00b(0x26e)])||_0x367ec0['tooltipAxisLabelBackground'],'indicatorLineType':(_0x4ec5a6==null?void 0x0:_0x4ec5a6[_0x34c00b(0x24f)])||_0x367ec0[_0x34c00b(0x24f)],'indicatorLabelTextColor':(_0x4ec5a6==null?void 0x0:_0x4ec5a6[_0x34c00b(0x3aa)])||_0x367ec0[_0x34c00b(0x3b6)],'indicatorLineColor':(_0x4ec5a6==null?void 0x0:_0x4ec5a6[_0x34c00b(0x460)])||(_0x47bb29==null||(_0xce33c9=_0x47bb29[_0x34c00b(0x4c3)])==null?void 0x0:_0xce33c9[_0x34c00b(0x2c3)]),'onChange':_0x23acbe=>{_0x4368b8(_0x23acbe);}})})},_0x42712c&&_0x59b693&&{'label':_0x2f6b2a('div',{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t'](_0x34c00b(0x51c))}),'children':_0x2f6b2a(Gi,{'uiService':_0xc91815})},_0x3e25a3&&{'label':_0x2f6b2a(_0x34c00b(0x144),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x574308['t'](_0x34c00b(0x233))}),'children':_0x2f6b2a(_0x34c00b(0x415),{'className':_0x34c00b(0x37a),'children':_0x2f6b2a(ji,{'service':_0xc91815})})}][_0x34c00b(0x1fc)](Boolean)})});};function $i(_0x2f530b){const _0x10b8fa=_0x5c69fd;let {className:_0x40485c}=_0x2f530b,[_0x1906ab,_0x412b02]=_0x128082(0x0),_0x3246be=_0x4ae2c0(_0x58d845);return _0x34b719(_0x10b8fa(0x144),{'className':_0x252399('univer-size-full',_0x40485c),'children':[_0x34b719(_0x10b8fa(0x144),{'className':_0x10b8fa(0x4e1),'children':[_0x34b719('div',{'className':_0x252399(_0x10b8fa(0x1ea),_0x1906ab===0x0?'univer-text-primary-600':_0x10b8fa(0x293)),'onClick':()=>_0x412b02(0x0),'children':[_0x3246be['t']('sheets-chart-ui.setupChart'),_0x2f6b2a('div',{'className':_0x252399('univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md',{'univer-bg-primary-600':_0x1906ab===0x0,'univer-bg-transparent':_0x1906ab!==0x0})})]}),_0x34b719(_0x10b8fa(0x144),{'className':_0x252399(_0x10b8fa(0x1ea),{'univer-text-primary-600':_0x1906ab===0x1,'univer-text-gray-500':_0x1906ab!==0x1}),'onClick':()=>_0x412b02(0x1),'children':[_0x3246be['t'](_0x10b8fa(0x42d)),_0x2f6b2a('div',{'className':_0x252399(_0x10b8fa(0x478),{'univer-bg-primary-600':_0x1906ab===0x1,'univer-bg-transparent':_0x1906ab!==0x1})})]})]}),_0x2f6b2a(_0x10b8fa(0x144),{'className':_0x10b8fa(0x51a),'children':_0x2f6b2a(_0x1906ab===0x0?di:Qi,{})})]});}const ea=_0x5c69fd(0x3c2);function ta(_0x383c81){const _0x35ae30=_0x5c69fd;if(_0x383c81[_0x35ae30(0x258)]!==0x1)return!0x1;let _0x343836=_0x383c81[0x0];return _0x343836[_0x35ae30(0x4dd)]===_0x2f962f[_0x35ae30(0x2d3)]&&!_0x343836[_0x35ae30(0x3f8)];}let na=class extends _0x3b8ec0{constructor(_0xe8cd13,_0x2f15cb,_0x173c82,_0x530e45,_0x1bb175,_0x440309,_0x1b43ac,_0xa457fd,_0xca533b,_0x44b088,_0x2a6cb3){const _0xe5b44f=_0x5c69fd;super(),this[_0xe5b44f(0x455)]=_0xe8cd13,this[_0xe5b44f(0x301)]=_0x2f15cb,this['_chartModelService']=_0x173c82,this[_0xe5b44f(0x23a)]=_0x530e45,this[_0xe5b44f(0x2d8)]=_0x1bb175,this[_0xe5b44f(0x4d5)]=_0x440309,this[_0xe5b44f(0x22e)]=_0x1b43ac,this[_0xe5b44f(0x352)]=_0xa457fd,this[_0xe5b44f(0x236)]=_0xca533b,this[_0xe5b44f(0x416)]=_0x44b088,this[_0xe5b44f(0x43b)]=_0x2a6cb3,X(this,_0xe5b44f(0x4de),null),this[_0xe5b44f(0x375)](),this[_0xe5b44f(0x398)](this[_0xe5b44f(0x301)][_0xe5b44f(0x27d)](_0x2adaaf['UNIVER_SHEET'])[_0xe5b44f(0x21a)](_0x546ce6=>{const _0x5ab5fc=_0xe5b44f;var _0x448ac5;_0x546ce6||(_0x448ac5=this[_0x5ab5fc(0x4de)])==null||_0x448ac5[_0x5ab5fc(0x407)]();}));}[_0x5c69fd(0x18b)](){const _0x350896=_0x5c69fd;this['_sidebarDisposable']=this['_sidebarService'][_0x350896(0x3c1)]({'id':ea,'header':{'title':_0x350896(0x339)},'width':0x154,'children':{'label':ea},'onClose':()=>{const _0x52515d=_0x350896;this[_0x52515d(0x455)]['focusDrawing'](null),this[_0x52515d(0x43b)][_0x52515d(0x230)](_0x4042d8,!0x1),this['_sidebarDisposable']=null;}});}[_0x5c69fd(0x51f)](){const _0x88d813=_0x5c69fd;var _0x16a37d;this[_0x88d813(0x1b1)][_0x88d813(0x172)](null),(_0x16a37d=this['_sidebarDisposable'])==null||_0x16a37d[_0x88d813(0x407)]();}[_0x5c69fd(0x29d)](){const _0x92d7e9=_0x5c69fd;let _0x2663b9=this[_0x92d7e9(0x301)][_0x92d7e9(0x35c)](_0x2adaaf[_0x92d7e9(0x16d)]);this[_0x92d7e9(0x398)](this[_0x92d7e9(0x23a)][_0x92d7e9(0x37d)][_0x92d7e9(0x21a)](_0x41b697=>{const _0x519853=_0x92d7e9;_0x41b697['id']===_0x519853(0x3c2)&&(_0x41b697[_0x519853(0x34d)]||this['_sidebarService'][_0x519853(0x37d)][_0x519853(0x266)]({'visible':!0x1}));})),this[_0x92d7e9(0x398)](this[_0x92d7e9(0x236)][_0x92d7e9(0x1d9)](_0x2c315b=>{const _0x3beefc=_0x92d7e9;if(_0x2c315b['id']===zn['id']){let _0x52e171=_0x2c315b[_0x3beefc(0x4d3)];this[_0x3beefc(0x182)](_0x52e171['drawingId']);}if(_0x2c315b['id']===Rn['id']&&this[_0x3beefc(0x51f)](),_0x2c315b['id']===_0x148b8a['id']){var _0x4c4565;_0x2c315b[_0x3beefc(0x4d3)][_0x3beefc(0x3c5)]===((_0x4c4565=this[_0x3beefc(0x1b1)][_0x3beefc(0x39f)])==null?void 0x0:_0x4c4565['id'])&&this['hidePanel'](),this[_0x3beefc(0x43b)][_0x3beefc(0x474)](_0x4042d8)&&(this[_0x3beefc(0x43b)][_0x3beefc(0x230)](_0x4042d8,!0x1),this[_0x3beefc(0x455)][_0x3beefc(0x1f7)](null));}})),this[_0x92d7e9(0x398)](this[_0x92d7e9(0x455)][_0x92d7e9(0x3a4)][_0x92d7e9(0x21a)](_0x18ddc2=>{const _0x19a59b=_0x92d7e9;let _0x5ca6c9=_0x18ddc2[0x0];if(!this[_0x19a59b(0x416)][_0x19a59b(0x327)]){if(ta(_0x18ddc2)){var _0x545f4c;let _0x7c0e76=this[_0x19a59b(0x1b1)]['getChartModel'](_0x5ca6c9['drawingId']);_0x7c0e76&&((_0x545f4c=this[_0x19a59b(0x1b1)][_0x19a59b(0x39f)])==null?void 0x0:_0x545f4c['id'])!==_0x7c0e76['id']&&this[_0x19a59b(0x1b1)][_0x19a59b(0x172)](_0x7c0e76);return;}this['_chartModelService'][_0x19a59b(0x39f)]&&this[_0x19a59b(0x1b1)]['setActiveChartModel'](null),!_0x5ca6c9&&!this[_0x19a59b(0x416)][_0x19a59b(0x327)]&&this[_0x19a59b(0x51f)]();}})),_0x2663b9&&(this['disposeWithMe'](_0x2663b9[_0x92d7e9(0x32d)][_0x92d7e9(0x21a)](()=>{const _0x539b2c=_0x92d7e9;this[_0x539b2c(0x51f)]();})),this[_0x92d7e9(0x398)](_0x2663b9[_0x92d7e9(0x27e)][_0x92d7e9(0x21a)](()=>{this['hidePanel']();})));}[_0x5c69fd(0x182)](_0xfde84a){const _0x21bf94=_0x5c69fd;let _0x2e86e6=this[_0x21bf94(0x1b1)][_0x21bf94(0x299)](_0xfde84a);_0x2e86e6&&(this['_chartModelService'][_0x21bf94(0x172)](_0x2e86e6),this[_0x21bf94(0x18b)]());}['_initMenus'](){const _0x49f3a1=_0x5c69fd;this[_0x49f3a1(0x22e)][_0x49f3a1(0x1c5)](qn),this[_0x49f3a1(0x352)][_0x49f3a1(0x2ea)](_0x2f962f[_0x49f3a1(0x2d3)],this[_0x49f3a1(0x4be)][_0x49f3a1(0x33d)](this));}['getChartPopupMenus'](_0x3af369,_0x14a272,_0x2c7a7e,_0x43c7cc){const _0x44d621=_0x5c69fd;return[{'label':'sheets-chart-ui.openChartPanel','index':0x0,'commandId':zn['id'],'commandParams':{'unitId':_0x3af369,'subUnitId':_0x14a272,'drawingId':_0x2c7a7e},'disable':_0x43c7cc!==_0x2f962f[_0x44d621(0x2d3)]},{'label':'sheets-chart-ui.deleteChart','index':0x1,'commandId':_0x4cd059['id'],'commandParams':{'unitId':_0x3af369,'drawings':[{'unitId':_0x3af369,'subUnitId':_0x14a272,'drawingId':_0x2c7a7e,'drawingType':_0x43c7cc}]},'disable':!0x1},{'label':_0x44d621(0x29e),'index':0x2,'commandId':Rn['id'],'commandParams':{'unitId':_0x3af369,'subUnitId':_0x14a272,'drawingId':_0x2c7a7e},'disable':!0x1}];}};na=lr([Z(0x0,_0x464c78),Z(0x1,_0x3b6df4),Z(0x2,_0x290ca6(_0xe41469)),Z(0x3,_0x290ca6(_0x524b5e)),Z(0x4,_0x290ca6(_0x474386)),Z(0x5,_0x290ca6(_0x394851)),Z(0x6,_0x479ab4),Z(0x7,_0x290ca6(_0x535cb6)),Z(0x8,_0x1094e2),Z(0x9,_0x290ca6(pr)),Z(0xa,_0x2f8c4e)],na);var ra=_0x5c69fd(0x354),ia=_0x5c69fd(0x1ae);let aa=class extends _0x3b8ec0{constructor(_0x4edd98,_0x120085){const _0x20f6ca=_0x5c69fd;super(),this[_0x20f6ca(0x4b0)]=_0x4edd98,this[_0x20f6ca(0x1b1)]=_0x120085,this[_0x20f6ca(0x2f0)]();}[_0x5c69fd(0x2f0)](){const _0x1b0d2b=_0x5c69fd;this[_0x1b0d2b(0x398)](this[_0x1b0d2b(0x4b0)][_0x1b0d2b(0x192)][_0x1b0d2b(0x21a)](_0xbe6737=>{const _0x2c334b=_0x1b0d2b;this[_0x2c334b(0x1b1)][_0x2c334b(0x21e)](_0xbe6737);}));}};aa=lr([Z(0x0,dr),Z(0x1,_0x290ca6(_0xe41469))],aa);function oa(_0x515f95){const _0x4e9480=_0x5c69fd;switch(_0x515f95[_0x4e9480(0x190)]){case _0x19b9c2[_0x4e9480(0x344)]:return _0x515f95[_0x4e9480(0x3d1)];case _0x19b9c2['ImageBitmap']:return _0x515f95[_0x4e9480(0x205)];default:return;}}var sa=class extends _0x44d987{constructor(_0x306ece,_0x61473f,_0x1e3c87,_0x41175a=()=>!0x1){const _0x3cde22=_0x5c69fd;var _0x868c6;super(_0x306ece,{..._0x61473f,'evented':(_0x868c6=_0x61473f['evented'])==null?!0x0:_0x868c6}),this[_0x3cde22(0x2bc)]=_0x1e3c87,this[_0x3cde22(0x4fc)]=_0x41175a,X(this,_0x3cde22(0x225),null),X(this,'_url',null),this['setObjectType'](_0x2e8eb1[_0x3cde22(0x476)]);}[_0x5c69fd(0x52b)](_0xfb5632,_0x57e971){const _0xc269ff=_0x5c69fd;if(!this[_0xc269ff(0x34d)])return this[_0xc269ff(0x2ee)](!0x1),this;if(!this['transform'])return this;let {width:_0x2a55d0,height:_0x5207dd,left:_0x4442b9,top:_0x5e4629}=this['getRealBound']();if(this[_0xc269ff(0x4ae)](_0x57e971)){let {top:_0x383cb9,left:_0x5c9ff1,bottom:_0x41fa8a,right:_0x2d4b2b}=_0x57e971['viewBound'];if(_0x2a55d0+this['strokeWidth']+_0x4442b9<_0x5c9ff1||_0x2d4b2b<_0x4442b9||_0x5207dd+this[_0xc269ff(0x4ec)]+_0x5e4629<_0x383cb9||_0x41fa8a<_0x5e4629)return this;}let _0x3d65c7=this['transform'][_0xc269ff(0x45d)]();_0xfb5632[_0xc269ff(0x499)]();let _0x549adb=_0x4442b9+_0x2a55d0/0x2,_0xacc5e3=_0x5e4629+_0x5207dd/0x2;return _0xfb5632[_0xc269ff(0x234)](_0x3d65c7[0x0],_0x3d65c7[0x1],_0x3d65c7[0x2],_0x3d65c7[0x3],_0x549adb,_0xacc5e3),this[_0xc269ff(0x4d2)]!==0x1&&(_0xfb5632[_0xc269ff(0x390)]=this[_0xc269ff(0x4d2)]),this[_0xc269ff(0x518)](_0xfb5632,void 0x0,_0x2a55d0,_0x5207dd),_0xfb5632[_0xc269ff(0x31a)](),this[_0xc269ff(0x2ee)](!0x1),this;}['_draw'](_0x30003a,_0x53280d,_0x28dc02=this[_0x5c69fd(0x252)],_0x4cd443=this['height']){const _0xec7d5c=_0x5c69fd;_0x30003a[_0xec7d5c(0x499)](),_0x30003a[_0xec7d5c(0x48a)](-_0x28dc02/0x2,-_0x4cd443/0x2),_0x44d987[_0xec7d5c(0x277)](_0x30003a,ca(this,_0x28dc02,_0x4cd443)),_0x30003a[_0xec7d5c(0x31a)](),this[_0xec7d5c(0x4a2)](_0x30003a,_0x28dc02,_0x4cd443);}[_0x5c69fd(0x32b)](_0x528fa4){const _0x27c051=_0x5c69fd;let {left:_0x796eec,top:_0x5cfefe,width:_0xc07673,height:_0x1687bd}=this['getRealBound'](),_0x18caff=_0x796eec+_0xc07673/0x2,_0x3f8c2a=_0x5cfefe+_0x1687bd/0x2,_0x330250=this[_0x27c051(0x234)]['getMatrix'](),_0x6ed206=new _0x4d7338([_0x330250[0x0],_0x330250[0x1],_0x330250[0x2],_0x330250[0x3],_0x18caff,_0x3f8c2a]),_0x22b982=this['getParent'](),_0xe6cbe1=(this[_0x27c051(0x50e)]&&(_0x22b982==null?void 0x0:_0x22b982['classType'])===_0x1916a1[_0x27c051(0x345)]?_0x22b982['ancestorTransform'][_0x27c051(0x427)](_0x6ed206):_0x6ed206)[_0x27c051(0x2e3)]()[_0x27c051(0x180)](_0x528fa4),_0x2ace9d=_0xc07673/0x2,_0x26bfc8=_0x1687bd/0x2;return _0xe6cbe1['x']>=-_0x2ace9d-this[_0x27c051(0x4ec)]/0x2&&_0xe6cbe1['x']<=_0x2ace9d+this[_0x27c051(0x4ec)]/0x2&&_0xe6cbe1['y']>=-_0x26bfc8-this['strokeWidth']/0x2&&_0xe6cbe1['y']<=_0x26bfc8+this[_0x27c051(0x4ec)]/0x2;}[_0x5c69fd(0x4a2)](_0x48056f,_0x1b5f96,_0x4a46f5){const _0x56a2dc=_0x5c69fd;if(this[_0x56a2dc(0x4fc)]())return;let _0x50398f=this['_getImage'](),_0x266294=_0x50398f?this['_getDrawable'](_0x50398f):void 0x0;if(!_0x266294)return;let {width:_0x1e9ee5,height:_0x4e41ef}=Jn({'width':_0x1b5f96,'height':_0x4a46f5},0x0);_0x1e9ee5===0x0||_0x4e41ef===0x0||_0x48056f[_0x56a2dc(0x47c)](_0x266294,-_0x1b5f96/0x2+0x8,-_0x4a46f5/0x2+0x8,_0x1e9ee5,_0x4e41ef);}[_0x5c69fd(0x3ed)](_0x5727b8){const _0x40a522=_0x5c69fd;var _0x1878c0;let _0x3ceea3=oa(_0x5727b8);if(_0x3ceea3)return _0x3ceea3;if(_0x5727b8[_0x40a522(0x190)]===_0x19b9c2[_0x40a522(0x418)]&&(this[_0x40a522(0x1cd)]!==_0x5727b8[_0x40a522(0x1e3)]&&(this[_0x40a522(0x1cd)]=_0x5727b8[_0x40a522(0x1e3)],this[_0x40a522(0x225)]=document[_0x40a522(0x169)](_0x40a522(0x276)),this[_0x40a522(0x225)]['crossOrigin']=_0x40a522(0x37c),this['_urlImage'][_0x40a522(0x291)]=()=>this['makeDirty'](!0x0),this[_0x40a522(0x225)]['src']=_0x5727b8[_0x40a522(0x1e3)]),(_0x1878c0=this[_0x40a522(0x225)])!=null&&_0x1878c0[_0x40a522(0x4d9)]&&this[_0x40a522(0x225)][_0x40a522(0x448)]>0x0&&this[_0x40a522(0x225)][_0x40a522(0x50b)]>0x0))return this[_0x40a522(0x225)];}};function ca(_0x13ed88,_0x2c49f7,_0x47d17f){const _0x16033f=_0x5c69fd;let _0x72b109=Object[_0x16033f(0x17a)](_0x13ed88);return Object[_0x16033f(0x218)](_0x72b109,_0x16033f(0x252),{'value':_0x2c49f7}),Object['defineProperty'](_0x72b109,'height',{'value':_0x47d17f}),_0x72b109;}const la=_0xdfc356=>(_0xdfc356[_0x5c69fd(0x14b)]=!0x1,_0xdfc356[_0x5c69fd(0x4a1)]=!0x0,_0xdfc356[_0x5c69fd(0x1b5)][_0x5c69fd(0x199)](_0x354c69=>{const _0xc2ac33=_0x5c69fd;_0x354c69[_0xc2ac33(0x502)]=!0x0;}),_0xdfc356['tooltip']={'show':!0x1,'axisPointer':{'type':_0x5c69fd(0x4dc)}},_0xdfc356['legend']&&(_0xdfc356[_0x5c69fd(0x3f2)]['selectedMode']=!0x1),_0xdfc356),ua=_0x3ce972[_0x5c69fd(0x4f1)];function da(_0x3021f5,_0x44f07e){const _0x3c5d5c=_0x5c69fd;let _0x10a63a=_0x3021f5['getRuntimeContext'](_0x44f07e);return _0x53e7a3({..._0x3021f5[_0x3c5d5c(0x32e)],'runtime':_0x10a63a,'direction':_0x44f07e},_0x3021f5[_0x3c5d5c(0x2cc)]);}let fa=class extends _0x3b8ec0{constructor(_0x13d5b6,_0x314f7b,_0x290e9b,_0x1af7b6,_0xcd6f4f,_0x3c7958,_0x4682ec,_0xaf51e2,_0x4bba7d,_0x2e09bf,_0x5cae49,_0x548f26){const _0x416aeb=_0x5c69fd;var _0x11e12a;super(),this[_0x416aeb(0x1e0)]=_0x13d5b6,this[_0x416aeb(0x279)]=_0x314f7b,this['_chartModelService']=_0x290e9b,this[_0x416aeb(0x455)]=_0x1af7b6,this[_0x416aeb(0x301)]=_0xcd6f4f,this['_renderManagerService']=_0x3c7958,this[_0x416aeb(0x43a)]=_0x4682ec,this['_injector']=_0xaf51e2,this[_0x416aeb(0x18c)]=_0x4bba7d,this[_0x416aeb(0x1ca)]=_0x2e09bf,this[_0x416aeb(0x4f4)]=_0x5cae49,this[_0x416aeb(0x263)]=_0x548f26,X(this,'_renderModelMap',new Map()),X(this,_0x416aeb(0x309),new Map()),X(this,'_currentModel',null),X(this,_0x416aeb(0x176),new Map()),X(this,_0x416aeb(0x483),new Map()),X(this,_0x416aeb(0x22d),void 0x0),X(this,_0x416aeb(0x1de),new Map()),X(this,_0x416aeb(0x1d2),null),X(this,'_lastActiveSheet',null);let _0x56d402=!0x0,_0x51cc60=_0x368616(this[_0x416aeb(0x3da)]);_0x51cc60[_0x416aeb(0x258)]===0x1&&_0x51cc60[0x0]===_0x416aeb(0x15d)&&(_0x56d402=!0x1);let _0x53184a=this[_0x416aeb(0x4f4)][_0x416aeb(0x482)](_0x582465);this['_chartRenderMode']=(_0x11e12a=_0x53184a==null?void 0x0:_0x53184a[_0x416aeb(0x157)])==null?ua:_0x11e12a,this[_0x416aeb(0x2c6)](_0x1595f6,new _0x5cbee6(_0x56d402,{'wordCloudRenderConfig':_0x53184a==null?void 0x0:_0x53184a['wordCloudRenderConfig']})),this['_registerChartImageRenderObjectFactory'](),this['_initActiveChartModelListener'](),this[_0x416aeb(0x359)](),this['_initActiveRuntimeLayerListener'](),this[_0x416aeb(0x33b)]();}['_getWatermark'](){const _0x1b53bb=_0x5c69fd;let _0x21e434=!0x0,_0x9c4e8e=_0x368616(this[_0x1b53bb(0x3da)]);return _0x9c4e8e[_0x1b53bb(0x258)]===0x1&&_0x9c4e8e[0x0]===_0x1b53bb(0x15d)&&(_0x21e434=!0x1),_0x21e434;}[_0x5c69fd(0x2c6)](_0x116a3a,_0x33634a){const _0x275867=_0x5c69fd;this[_0x275867(0x20b)][_0x275867(0x52f)](_0x116a3a,_0x33634a),this[_0x275867(0x191)]=_0x33634a;}['setRenderModel'](_0x3ce718){const _0x57270d=_0x5c69fd;let _0x78aee6=this[_0x57270d(0x20b)][_0x57270d(0x24c)](_0x3ce718);_0x78aee6&&(this[_0x57270d(0x191)]=_0x78aee6);}[_0x5c69fd(0x4c0)](_0xb6749d){const _0x46a312=_0x5c69fd;let _0x1decb4=this[_0x46a312(0x4a9)](_0xb6749d);return _0x1decb4?this[_0x46a312(0x263)]['getImage'](_0x1decb4):void 0x0;}[_0x5c69fd(0x2e4)](_0x102c90){const _0xb1ef2d=_0x5c69fd;var _0x581a8f;return((_0x581a8f=this['_chartModelService'][_0xb1ef2d(0x39f)])==null?void 0x0:_0x581a8f['id'])===_0x102c90?_0x3ce972[_0xb1ef2d(0x47d)]:this[_0xb1ef2d(0x22d)];}[_0x5c69fd(0x4a9)](_0x1a6b72){const _0x11ebd4=_0x5c69fd;let _0x54ac83=this[_0x11ebd4(0x279)][_0x11ebd4(0x1a5)](_0x1a6b72);return _0x54ac83?{'unitId':_0x54ac83[_0x11ebd4(0x3b1)],'subUnitId':_0x54ac83[_0x11ebd4(0x42b)],'chartId':_0x1a6b72}:null;}[_0x5c69fd(0x346)](){const _0x1d4ce8=_0x5c69fd;this['_chartRenderMode']===_0x3ce972[_0x1d4ce8(0x4f1)]&&this['disposeWithMe'](this[_0x1d4ce8(0x279)][_0x1d4ce8(0x139)](_0x2f962f['DRAWING_CHART'],({key:_0x1c158b,config:_0x45a5fe,unitId:_0xf09bc1,subUnitId:_0x551490,drawingId:_0xc0009c})=>new sa(_0x1c158b,_0x45a5fe,()=>this['_chartSnapshotStoreService'][_0x1d4ce8(0x49a)]({'unitId':_0xf09bc1,'subUnitId':_0x551490,'chartId':_0xc0009c}),()=>this[_0x1d4ce8(0x1e0)]['isDomReady'](_0xc0009c))));}[_0x5c69fd(0x2cd)](){const _0x2f3834=_0x5c69fd;this[_0x2f3834(0x398)](this['_chartModelService']['activeChartModel$']['subscribe'](_0x3b834a=>{const _0x274209=_0x2f3834;var _0x5bdfeb;let _0x3fe7ee=(_0x5bdfeb=_0x3b834a==null?void 0x0:_0x3b834a['id'])==null?null:_0x5bdfeb,_0x3b6d6f=this[_0x274209(0x1d2)];_0x3b6d6f!==_0x3fe7ee&&(_0x3b6d6f&&(this[_0x274209(0x1e0)][_0x274209(0x3f4)](_0x3b6d6f),this['_resetChartRuntimeZIndex'](_0x3b6d6f),this[_0x274209(0x405)](_0x3b6d6f),this[_0x274209(0x4e7)](_0x3b6d6f)),this[_0x274209(0x1d2)]=_0x3fe7ee,_0x3fe7ee&&(this[_0x274209(0x1e0)][_0x274209(0x3f4)](_0x3fe7ee),this['_applyActiveChartRuntimeZIndex'](_0x3fe7ee),this[_0x274209(0x4e7)](_0x3fe7ee)));}));}[_0x5c69fd(0x359)](){const _0x170719=_0x5c69fd;this[_0x170719(0x398)](this[_0x170719(0x455)]['featurePluginGroupUpdate$'][_0x170719(0x21a)](_0x1a903a=>{const _0x51317e=_0x170719;var _0x20d50c;let _0x583ee3=(_0x20d50c=this[_0x51317e(0x1b1)][_0x51317e(0x39f)])==null?void 0x0:_0x20d50c['id'];_0x583ee3&&_0x1a903a[_0x51317e(0x310)](_0x47e50c=>_0x47e50c['children'][_0x51317e(0x310)](_0x53356e=>_0x53356e[_0x51317e(0x2ab)]===_0x583ee3))&&this[_0x51317e(0x1b1)][_0x51317e(0x172)](null);})),this['disposeWithMe'](this['_drawingManagerService']['featurePluginUngroupUpdate$'][_0x170719(0x21a)](_0x202a27=>{const _0x45b52f=_0x170719;var _0xf4c0a5;let _0x4f1be2=(_0xf4c0a5=this['_chartModelService'][_0x45b52f(0x39f)])==null?void 0x0:_0xf4c0a5['id'];_0x4f1be2&&_0x202a27[_0x45b52f(0x310)](_0x18d9e5=>_0x18d9e5[_0x45b52f(0x1c1)][_0x45b52f(0x2ab)]===_0x4f1be2||_0x18d9e5['children'][_0x45b52f(0x310)](_0x19d069=>_0x19d069[_0x45b52f(0x2ab)]===_0x4f1be2))&&this[_0x45b52f(0x1b1)]['setActiveChartModel'](null);}));}[_0x5c69fd(0x45c)](){const _0x48f414=_0x5c69fd;this[_0x48f414(0x398)](this[_0x48f414(0x455)][_0x48f414(0x2eb)][_0x48f414(0x21a)](_0x28012d=>{const _0xe5fd49=_0x48f414;var _0x2fbc28;let _0x787677=(_0x2fbc28=this['_chartModelService'][_0xe5fd49(0x39f)])==null?void 0x0:_0x2fbc28['id'];if(!_0x787677){_0x28012d[_0xe5fd49(0x40b)][_0xe5fd49(0x199)](_0x282ef3=>{const _0x181da5=_0xe5fd49;this[_0x181da5(0x1b1)][_0x181da5(0x299)](_0x282ef3)&&this['_resetChartRuntimeZIndex'](_0x282ef3);});return;}let _0x2b78fc=this[_0xe5fd49(0x279)][_0xe5fd49(0x1a5)](_0x787677);(_0x2b78fc==null?void 0x0:_0x2b78fc[_0xe5fd49(0x3b1)])===_0x28012d[_0xe5fd49(0x3b1)]&&_0x2b78fc[_0xe5fd49(0x42b)]===_0x28012d[_0xe5fd49(0x42b)]&&this[_0xe5fd49(0x48c)](_0x787677);})),this[_0x48f414(0x398)](this[_0x48f414(0x455)][_0x48f414(0x183)]['subscribe'](_0x3d60dd=>{const _0x1eb950=_0x48f414;var _0x2511bf;let _0x4dffc9=(_0x2511bf=this[_0x1eb950(0x1b1)][_0x1eb950(0x39f)])==null?void 0x0:_0x2511bf['id'];if(!_0x4dffc9)return;let _0x5b7451=this[_0x1eb950(0x279)][_0x1eb950(0x1a5)](_0x4dffc9);_0x5b7451&&_0x3d60dd[_0x1eb950(0x310)](_0x11c683=>_0x11c683[_0x1eb950(0x3b1)]===_0x5b7451[_0x1eb950(0x3b1)]&&_0x11c683[_0x1eb950(0x42b)]===_0x5b7451[_0x1eb950(0x42b)])&&this[_0x1eb950(0x48c)](_0x4dffc9);})),this['disposeWithMe'](this[_0x48f414(0x1b1)][_0x48f414(0x146)][_0x48f414(0x21a)](_0x2262d6=>{const _0x234c44=_0x48f414;var _0x3b32ba;this[_0x234c44(0x1de)][_0x234c44(0x528)](_0x2262d6),this[_0x234c44(0x263)]['clearChart'](_0x2262d6),this[_0x234c44(0x2bb)](_0x2262d6),this[_0x234c44(0x1e0)][_0x234c44(0x3f4)](_0x2262d6),((_0x3b32ba=this[_0x234c44(0x1b1)][_0x234c44(0x39f)])==null?void 0x0:_0x3b32ba['id'])===_0x2262d6?this[_0x234c44(0x1b1)][_0x234c44(0x172)](null):this[_0x234c44(0x30f)](_0x2262d6),this[_0x234c44(0x4ab)](_0x2262d6);}));}['_rerenderLatest'](_0x22c35d){const _0x5c5cce=_0x5c69fd;let _0x5e0dd8=this['_lastRenderInputMap'][_0x5c5cce(0x24c)](_0x22c35d);_0x5e0dd8&&this[_0x5c5cce(0x52b)](_0x22c35d,_0x5e0dd8[_0x5c5cce(0x4c7)],_0x5e0dd8[_0x5c5cce(0x32e)]);}[_0x5c69fd(0x405)](_0x544206){const _0x49f45d=_0x5c69fd;let _0x3ad7b3=this[_0x49f45d(0x309)][_0x49f45d(0x24c)](_0x544206);(_0x3ad7b3==null?void 0x0:_0x3ad7b3['mode'])===_0x49f45d(0x369)&&(_0x3ad7b3[_0x49f45d(0x407)](),this['_chartInstanceMap'][_0x49f45d(0x528)](_0x544206)),this[_0x49f45d(0x1e0)][_0x49f45d(0x3f4)](_0x544206),this[_0x49f45d(0x1e0)]['removeHost'](_0x544206);}[_0x5c69fd(0x4ab)](_0x145f91){const _0x50c702=_0x5c69fd;let _0x2674a8=this['_chartInstanceMap'][_0x50c702(0x24c)](_0x145f91);_0x2674a8&&(_0x2674a8[_0x50c702(0x407)](),this['_chartInstanceMap'][_0x50c702(0x528)](_0x145f91)),this['_chartHostProvider'][_0x50c702(0x3f4)](_0x145f91),this['_chartHostProvider']['removeHost'](_0x145f91);}['_clearChartRuntimeCache'](_0x41daec){const _0x96d21d=_0x5c69fd;this[_0x96d21d(0x20b)][_0x96d21d(0x199)](_0x53dec4=>{const _0x377d31=_0x96d21d;var _0x593023;return(_0x593023=_0x53dec4['clearRuntimeCache'])==null?void 0x0:_0x593023[_0x377d31(0x50c)](_0x53dec4,_0x41daec);});}[_0x5c69fd(0x4fe)](_0x38284c,_0x2cf123){const _0x19c8cf=_0x5c69fd;let _0x550195=this[_0x19c8cf(0x455)][_0x19c8cf(0x3dc)](_0x38284c,_0x2cf123);Object['values'](_0x550195==null?{}:_0x550195)[_0x19c8cf(0x199)](_0x42daaa=>{const _0x294368=_0x19c8cf;_0x42daaa[_0x294368(0x4dd)]===_0x2f962f[_0x294368(0x2d3)]&&this[_0x294368(0x2bb)](_0x42daaa['drawingId']);});}[_0x5c69fd(0x492)](_0x361153,_0x204821){const _0x3590e7=_0x5c69fd;var _0x17d121,_0x307206,_0x428fe5;return(_0x17d121=(_0x307206=(_0x428fe5=_0x361153[_0x3590e7(0x505)])==null?void 0x0:_0x428fe5['call'](_0x361153,_0x204821))==null?_0x361153[_0x3590e7(0x486)](_0x204821):_0x307206)==null?null:_0x17d121;}['_getChartRenderObjectContext'](_0x4c3e93){const _0x4d1254=_0x5c69fd;var _0x2e6bd8;let _0xc9fec7=this[_0x4d1254(0x279)][_0x4d1254(0x1a5)](_0x4c3e93);if(!_0xc9fec7)return null;let _0x149e9a=(_0x2e6bd8=this[_0x4d1254(0x177)]['getRenderById'](_0xc9fec7['unitId']))==null?void 0x0:_0x2e6bd8[_0x4d1254(0x46a)];if(!_0x149e9a)return null;let _0x16db14=this['_getChartRenderObject'](_0x149e9a,_0x54a2dc({'unitId':_0xc9fec7['unitId'],'subUnitId':_0xc9fec7['subUnitId'],'drawingId':_0x4c3e93}));return _0x16db14?{'info':_0xc9fec7,'scene':_0x149e9a,'chartObject':_0x16db14}:null;}[_0x5c69fd(0x440)](_0x421cba,_0x14a57f){const _0x596ebe=_0x5c69fd;var _0x4652aa,_0x2d7983,_0x79a69b,_0x32ba64;let _0x3ac814=this[_0x596ebe(0x184)](_0x421cba);_0x3ac814&&((_0x4652aa=(_0x2d7983=_0x3ac814[_0x596ebe(0x389)])[_0x596ebe(0x1b0)])==null||_0x4652aa[_0x596ebe(0x50c)](_0x2d7983,{'zIndex':_0x14a57f}),(_0x79a69b=(_0x32ba64=_0x3ac814[_0x596ebe(0x389)])['makeDirty'])==null||_0x79a69b[_0x596ebe(0x50c)](_0x32ba64,!0x0),_0x3ac814[_0x596ebe(0x46a)][_0x596ebe(0x2ee)](!0x0));}[_0x5c69fd(0x48c)](_0x2dfb35){const _0x1e1b49=_0x5c69fd;let _0xf19ad5=this[_0x1e1b49(0x279)][_0x1e1b49(0x1a5)](_0x2dfb35);if(!_0xf19ad5)return;let _0x5c9d88=this['_drawingManagerService'][_0x1e1b49(0x497)](_0xf19ad5[_0x1e1b49(0x3b1)],_0xf19ad5[_0x1e1b49(0x42b)]);this[_0x1e1b49(0x440)](_0x2dfb35,_0x5c9d88[_0x1e1b49(0x258)]);}[_0x5c69fd(0x30f)](_0x3f9e6d){const _0x45138a=_0x5c69fd;let _0x1bf3fd=this['_sheetCanvasFloatDomManagerService'][_0x45138a(0x1a5)](_0x3f9e6d);if(!_0x1bf3fd)return;let _0x3765b8=this[_0x45138a(0x455)][_0x45138a(0x497)](_0x1bf3fd['unitId'],_0x1bf3fd[_0x45138a(0x42b)]),_0x2555cc=_0x3765b8['indexOf'](_0x3f9e6d);this[_0x45138a(0x440)](_0x3f9e6d,_0x2555cc===-0x1?Math['max'](_0x3765b8['length']-0x1,0x0):_0x2555cc);}['_resizeChart'](_0x2838aa,_0x2d303c){const _0xd2e5b5=_0x5c69fd;let _0x33780c=this[_0xd2e5b5(0x279)][_0xd2e5b5(0x1a5)](_0x2838aa);if(!(_0x2d303c['width']===void 0x0||_0x2d303c['height']===void 0x0)&&_0x33780c){var _0x1d17a9;let {subUnitId:_0x1273c6}=_0x33780c,_0x5640c8=(_0x1d17a9=this[_0xd2e5b5(0x301)][_0xd2e5b5(0x35c)](_0x2adaaf[_0xd2e5b5(0x16d)]))==null?void 0x0:_0x1d17a9['getActiveSheet']();if((_0x5640c8==null?void 0x0:_0x5640c8[_0xd2e5b5(0x217)]())===_0x1273c6){let {width:_0x35378a,height:_0x9befcb}=_0x2d303c,_0x125314=this[_0xd2e5b5(0x1b1)][_0xd2e5b5(0x299)](_0x2838aa),_0x2bba47=_0x125314==null?void 0x0:_0x125314['style'];if(Math[_0xd2e5b5(0x347)](_0x35378a-((_0x2bba47==null?void 0x0:_0x2bba47[_0xd2e5b5(0x252)])||0x0))>0x1||Math[_0xd2e5b5(0x347)](_0x9befcb-((_0x2bba47==null?void 0x0:_0x2bba47['height'])||0x0))>0x1){_0x125314==null||_0x125314[_0xd2e5b5(0x257)]({..._0x2bba47,'width':_0x35378a,'height':_0x9befcb});let _0x3e70c5=this[_0xd2e5b5(0x309)][_0xd2e5b5(0x24c)](_0x2838aa);_0x3e70c5&&(this['_chartHostProvider'][_0xd2e5b5(0x4f9)](_0x2838aa),_0x3e70c5[_0xd2e5b5(0x227)]());}}}}['_debounceHandle'](_0x1821d6,_0x109643,_0x454be7=0x0){const _0x14ecb0=_0x5c69fd;let _0x25e586=this['_debounceHandleMap'][_0x14ecb0(0x24c)](_0x1821d6);_0x25e586||(_0x25e586=_0x352b6a(_0x2757db=>{const _0x5e4742=_0x14ecb0;this[_0x5e4742(0x1ed)](_0x1821d6,_0x2757db);},_0x454be7),this[_0x14ecb0(0x483)]['set'](_0x1821d6,_0x25e586)),_0x25e586(_0x109643);}['handleActiveSubUnitChange'](){const _0x41c990=_0x5c69fd;let _0x3f4834=this[_0x41c990(0x176)],_0x5ca12f=_0x46c750=>{const _0x432a6f=_0x41c990;if(!_0x3f4834['has'](_0x46c750)){let _0x4698ac=_0x352b6a((_0x2a615b,_0x266089,_0x5b45cd,_0x5b4f03)=>{const _0x2261e1=_0x3995;var _0x2b4891,_0x27ff2b;if(!_0x5b45cd)return;(_0x2b4891=_0x5b45cd[_0x2261e1(0x215)])==null||_0x2b4891[_0x2261e1(0x491)][_0x2261e1(0x199)]((_0x3855fb,_0x51bf91)=>{const _0x5701e6=_0x2261e1;_0x3855fb['label']||(_0x3855fb[_0x5701e6(0x147)]=this[_0x5701e6(0x43a)]['t'](_0x5701e6(0x3d0))+'\x20'+(_0x51bf91+0x1));}),_0x5b45cd['series']['forEach']((_0x1828e1,_0x369f64)=>{const _0x43b34a=_0x2261e1;_0x1828e1['name']||(_0x1828e1[_0x43b34a(0x326)]=this[_0x43b34a(0x43a)]['t']('sheets-chart-ui.series')+'\x20'+(_0x369f64+0x1));});let _0x1210a8=da(_0x2a615b,_0x5b4f03),_0x4cae20=(_0x27ff2b=this[_0x2261e1(0x301)][_0x2261e1(0x35c)](_0x2adaaf[_0x2261e1(0x16d)]))==null?void 0x0:_0x27ff2b['getActiveSheet']();(_0x4cae20==null?void 0x0:_0x4cae20['getSheetId']())===_0x266089&&this['render'](_0x2a615b['id'],_0x5b45cd,_0x1210a8);},0x11);_0x3f4834[_0x432a6f(0x52f)](_0x46c750,_0x4698ac);}return _0x3f4834[_0x432a6f(0x24c)](_0x46c750);};this[_0x41c990(0x398)](this[_0x41c990(0x301)]['focused$'][_0x41c990(0x21a)](_0x433811=>{const _0x4acac1=_0x41c990;let _0x18e7d1=this[_0x4acac1(0x301)][_0x4acac1(0x35c)](_0x2adaaf[_0x4acac1(0x16d)]);if(_0x433811&&_0x18e7d1&&_0x18e7d1[_0x4acac1(0x1c7)]()===_0x433811){var _0x3aaaf9;let _0x43731e=_0x18e7d1[_0x4acac1(0x31f)]()['getSheetId']();this[_0x4acac1(0x382)]&&(this['_lastActiveSheet'][_0x4acac1(0x3b1)]!==_0x433811||this[_0x4acac1(0x382)][_0x4acac1(0x42b)]!==_0x43731e)&&this['_clearSheetChartRuntimeCaches'](this[_0x4acac1(0x382)][_0x4acac1(0x3b1)],this[_0x4acac1(0x382)]['subUnitId']),this[_0x4acac1(0x382)]={'unitId':_0x433811,'subUnitId':_0x43731e};let _0x581a37=this[_0x4acac1(0x455)][_0x4acac1(0x3dc)](_0x433811,_0x43731e);if(!((_0x3aaaf9=this[_0x4acac1(0x177)][_0x4acac1(0x2f7)](_0x433811))!=null&&_0x3aaaf9['with'](_0xd8bd35)[_0x4acac1(0x470)](_0x43731e)))return;if(_0x581a37)for(let _0x3bafc0 in _0x581a37){let {drawingId:_0x3a29a6}=_0x581a37[_0x3bafc0],_0x492e42=this[_0x4acac1(0x1b1)][_0x4acac1(0x299)](_0x3a29a6);_0x492e42&&_0x5ca12f(_0x492e42['id'])(_0x492e42,_0x43731e,_0x492e42['config'],this[_0x4acac1(0x43a)][_0x4acac1(0x331)]());}}})),this[_0x41c990(0x398)](this['_themeService'][_0x41c990(0x1eb)][_0x41c990(0x21a)](()=>{const _0x46da27=_0x41c990;var _0x24154;let _0x224901=this[_0x46da27(0x301)]['getCurrentUnitOfType'](_0x2adaaf['UNIVER_SHEET']);if(!_0x224901)return;let _0x3d11af=_0x224901[_0x46da27(0x1c7)](),_0x50db46=_0x224901[_0x46da27(0x31f)]()['getSheetId'](),_0x42ede8=this[_0x46da27(0x455)][_0x46da27(0x3dc)](_0x3d11af,_0x50db46);if((_0x24154=this[_0x46da27(0x177)][_0x46da27(0x2f7)](_0x3d11af))!=null&&_0x24154['with'](_0xd8bd35)[_0x46da27(0x470)](_0x50db46)&&_0x42ede8)for(let _0x4e6c2c in _0x42ede8){let {drawingId:_0x1e023a}=_0x42ede8[_0x4e6c2c],_0x3ae8b2=this[_0x46da27(0x1b1)][_0x46da27(0x299)](_0x1e023a);_0x3ae8b2&&_0x5ca12f(_0x3ae8b2['id'])(_0x3ae8b2,_0x50db46,_0x3ae8b2[_0x46da27(0x4c7)],this[_0x46da27(0x43a)][_0x46da27(0x331)]());}})),this[_0x41c990(0x398)](this[_0x41c990(0x455)][_0x41c990(0x183)]['subscribe'](_0x903a04=>{const _0x1f209a=_0x41c990;_0x903a04[_0x1f209a(0x199)](_0x2013b3=>{const _0x720cce=_0x1f209a;var _0x16a4dc,_0x2f25fc,_0x195aae;let {drawingId:_0x4e0c17,unitId:_0x38288c,subUnitId:_0x33d5ac}=_0x2013b3;if(!((_0x16a4dc=this[_0x720cce(0x177)][_0x720cce(0x2f7)](_0x38288c))!=null&&_0x16a4dc['with'](_0xd8bd35)['getSkeleton'](_0x33d5ac)))return;let {drawingType:_0x3f5707}=this[_0x720cce(0x455)]['getDrawingByParam'](_0x2013b3);if(_0x3f5707!==_0x2f962f[_0x720cce(0x2d3)])return;let _0x1d585c=this[_0x720cce(0x279)]['getFloatDomInfo'](_0x4e0c17),_0x1d8cef=(_0x2f25fc=_0x1d585c==null?void 0x0:_0x1d585c[_0x720cce(0x447)])==null?_0x4e0c17:_0x2f25fc,_0x44d293=_0x1d585c==null?void 0x0:_0x1d585c[_0x720cce(0x1dc)],_0x250063=(_0x195aae=this[_0x720cce(0x177)][_0x720cce(0x2f7)](_0x38288c))==null?void 0x0:_0x195aae[_0x720cce(0x46a)];_0x44d293&&this[_0x720cce(0x398)](_0x44d293==null?void 0x0:_0x44d293[_0x720cce(0x160)][_0x720cce(0x1e6)](_0x26a22c=>{const _0x3897f5=_0x720cce;let {type:_0x199f5f,value:_0x5f0dc5}=_0x26a22c;if(_0x2ff4e3[_0x3897f5(0x227)]===_0x199f5f||_0x2ff4e3[_0x3897f5(0x15d)]===_0x199f5f){let {width:_0x4261df,height:_0x2cfca0}=_0x5f0dc5;this[_0x3897f5(0x1e5)](_0x4e0c17,{'width':_0x4261df,'height':_0x2cfca0},0x64);}})),_0x250063&&this[_0x720cce(0x398)](_0x250063[_0x720cce(0x160)]['subscribeEvent'](_0x387a60=>{const _0x1cd4e8=_0x720cce;var _0x189547;_0x387a60[_0x1cd4e8(0x190)]===_0x2ff4e3['scale']&&(_0x189547=document[_0x1cd4e8(0x1f3)](_0x1d8cef))!=null&&_0x189547[_0x1cd4e8(0x262)](_0x1cd4e8(0x305))&&this[_0x1cd4e8(0x1e0)][_0x1cd4e8(0x4f9)](_0x4e0c17);}));let _0x350664=this[_0x720cce(0x1b1)]['getChartModel'](_0x4e0c17);_0x350664&&this['disposeWithMe'](_0x1a64f5([_0x350664[_0x720cce(0x3eb)],_0x350664[_0x720cce(0x3bc)],this[_0x720cce(0x43a)]['direction$']])['subscribe'](([_0x4b6465,_0x5cb9ab,_0x39128d])=>{_0x5ca12f(_0x350664['id'])(_0x350664,_0x33d5ac,_0x4b6465,_0x39128d);}));});})),this[_0x41c990(0x398)](_0x1a64f5([this[_0x41c990(0x455)][_0x41c990(0x296)]])['subscribe'](([_0x13452f])=>{const _0x5ed340=_0x41c990;_0x13452f[_0x5ed340(0x199)](_0x33c563=>{const _0x5b4dbf=_0x5ed340;var _0x266b50;let {drawingId:_0x2449d2}=_0x33c563;((_0x266b50=this[_0x5b4dbf(0x1b1)][_0x5b4dbf(0x39f)])==null?void 0x0:_0x266b50['id'])===_0x2449d2&&this[_0x5b4dbf(0x1b1)][_0x5b4dbf(0x172)](null),this['_chartHostProvider']['markHostNotReady'](_0x2449d2),this[_0x5b4dbf(0x30f)](_0x2449d2),this['_disposeChartRenderInstance'](_0x2449d2),this[_0x5b4dbf(0x263)][_0x5b4dbf(0x39a)](_0x2449d2),this[_0x5b4dbf(0x2bb)](_0x2449d2),this[_0x5b4dbf(0x1de)][_0x5b4dbf(0x528)](_0x2449d2);});}));}[_0x5c69fd(0x14e)](_0x108331){const _0x7a9d16=_0x5c69fd;let _0x5ba8b3=this['_renderModelMap'][_0x7a9d16(0x24c)](_0x108331),_0x1c4608=this[_0x7a9d16(0x267)]();return _0x5ba8b3&&_0x5ba8b3[_0x7a9d16(0x143)](_0x1c4608),_0x5ba8b3;}['checkChartCanRender'](_0x333789){const _0x431cbd=_0x5c69fd;return this[_0x431cbd(0x321)](_0x333789)==null;}[_0x5c69fd(0x321)](_0x575180){const _0x4be7bd=_0x5c69fd;var _0x1c417b;let _0x924366=this[_0x4be7bd(0x279)][_0x4be7bd(0x1a5)](_0x575180);if(!_0x924366)return _0x4be7bd(0x513);let {subUnitId:_0x292657}=_0x924366,_0x56bf27=(_0x1c417b=this['_univerInstanceService']['getCurrentUnitOfType'](_0x2adaaf[_0x4be7bd(0x16d)]))==null?void 0x0:_0x1c417b['getActiveSheet']();if(!_0x56bf27)return _0x4be7bd(0x31c);if(_0x56bf27[_0x4be7bd(0x217)]()!==_0x292657)return _0x4be7bd(0x503);}async[_0x5c69fd(0x52b)](_0x5b0026,_0x39cb8b,_0x2a5f0c){const _0x30ea2e=_0x5c69fd;let _0x51228b=this[_0x30ea2e(0x14e)](_0x1595f6);if(!_0x51228b||(this[_0x30ea2e(0x1de)][_0x30ea2e(0x52f)](_0x5b0026,{'config':_0x39cb8b,'style':_0x2a5f0c}),this['_getChartRenderSkipReason'](_0x5b0026)))return;let _0x18b275=this[_0x30ea2e(0x2e4)](_0x5b0026);if(_0x18b275===_0x3ce972[_0x30ea2e(0x4f1)])this[_0x30ea2e(0x405)](_0x5b0026);else{var _0xd5489d;this['_chartHostProvider']['invalidateSnapshot'](_0x5b0026),((_0xd5489d=this[_0x30ea2e(0x1b1)]['activeChartModel'])==null?void 0x0:_0xd5489d['id'])===_0x5b0026&&this['_applyActiveChartRuntimeZIndex'](_0x5b0026);}let _0x8cd76=await this[_0x30ea2e(0x1e0)][_0x30ea2e(0x2ec)](_0x5b0026,_0x18b275);if(!_0x8cd76)return;let _0x46f558=this[_0x30ea2e(0x3a5)](_0x5b0026,_0x18b275,_0x51228b);_0x46f558[_0x30ea2e(0x33d)](_0x8cd76);try{await _0x46f558[_0x30ea2e(0x52b)]({'chartId':_0x5b0026,'config':_0x39cb8b,'style':_0x2a5f0c});}catch(_0x3384c1){if(_0x18b275!==_0x3ce972[_0x30ea2e(0x4f1)])throw _0x3384c1;}}[_0x5c69fd(0x3a5)](_0x1b8002,_0x338bda,_0x4552f0){const _0x4012f9=_0x5c69fd;let _0x176d3e=this[_0x4012f9(0x309)][_0x4012f9(0x24c)](_0x1b8002);if((_0x176d3e==null?void 0x0:_0x176d3e[_0x4012f9(0x242)])===_0x338bda)return _0x176d3e;_0x176d3e&&(_0x176d3e['dispose'](),this[_0x4012f9(0x309)]['delete'](_0x1b8002));let _0x577aec=_0x4552f0[_0x4012f9(0x164)](_0x338bda,this[_0x4012f9(0x1ba)]());return this['_chartInstanceMap'][_0x4012f9(0x52f)](_0x1b8002,_0x577aec),_0x577aec;}['_createChartRenderInstanceContext'](){const _0x58e0aa=_0x5c69fd;return{'resolveHostStyle':({style:_0x2034f3})=>{const _0xefa756=_0x3995;var _0x4c5c14;let _0x3d59d9=_0x2034f3[_0xefa756(0x4c3)]?this[_0xefa756(0x18c)][_0xefa756(0x31d)](_0x2034f3[_0xefa756(0x4c3)]):this['_chartThemeService']['getDefaultTheme'](),_0x2a7d2c=_0x4fbb77(_0x2034f3);return{'stroke':(_0x4c5c14=_0x2034f3[_0xefa756(0x444)])==null?_0x3d59d9[_0xefa756(0x4c3)][_0xefa756(0x444)]:_0x4c5c14,'fill':_0x2a7d2c};},'resolveRenderBackgroundColor':({style:_0x58f54a})=>this[_0x58e0aa(0x18c)][_0x58e0aa(0x283)](_0x4fbb77(_0x58f54a))};}async['printChart'](_0xe8c449,_0x177475,_0x166944){const _0x3a0904=_0x5c69fd;var _0xe3408d;let _0x5c59d4=this['_chartModelService']['getChartModel'](_0xe8c449),_0x5aa716=this[_0x3a0904(0x20b)]['get'](_0x1595f6);if(!_0x5c59d4||!_0x5aa716)return;let _0x1dc2da=Jn(_0x166944),_0x31b51f=or(_0x1dc2da['width'],_0x1dc2da['height']);_0x177475['append'](_0x31b51f);let _0x318770=_0xbd6df1[_0x3a0904(0x4bf)](_0x31b51f,null,{'devicePixelRatio':window[_0x3a0904(0x23e)]||0x1}),_0x207148=_0x5c59d4[_0x3a0904(0x4c7)],_0x351f4c=da(_0x5c59d4,this['_localeService']['getDirection']()),_0x42a562=_0x5aa716[_0x3a0904(0x24d)](_0x5aa716[_0x3a0904(0x1a4)](_0x207148,_0x351f4c),{'chartConfig':_0x207148,'chartStyle':_0x351f4c,'chartInstance':_0x318770},_0x1dc2da),_0x21a20b=_0x351f4c['theme']?this[_0x3a0904(0x18c)]['getTheme'](_0x351f4c[_0x3a0904(0x4c3)]):this[_0x3a0904(0x18c)][_0x3a0904(0x438)](),_0x3ce6aa=_0x4fbb77(_0x351f4c);_0x177475[_0x3a0904(0x32e)][_0x3a0904(0x2f1)]=_0x3a0904(0x1d4)+((_0xe3408d=_0x351f4c[_0x3a0904(0x444)])==null?_0x21a20b['theme'][_0x3a0904(0x444)]:_0xe3408d),_0x177475[_0x3a0904(0x32e)][_0x3a0904(0x411)]=this['_chartThemeService'][_0x3a0904(0x283)](_0x3ce6aa),_0x177475[_0x3a0904(0x32e)]['borderRadius']=_0x3a0904(0x484),_0x318770[_0x3a0904(0x17f)](),_0x318770[_0x3a0904(0x302)](la(_0x42a562),!0x0);}[_0x5c69fd(0x1a2)](){const _0x320aeb=_0x5c69fd;this[_0x320aeb(0x176)]['forEach'](_0x52eab0=>_0x52eab0[_0x320aeb(0x1a1)]()),this[_0x320aeb(0x176)][_0x320aeb(0x17f)](),this[_0x320aeb(0x483)]['forEach'](_0x125e32=>_0x125e32[_0x320aeb(0x1a1)]()),this[_0x320aeb(0x483)][_0x320aeb(0x17f)]();}[_0x5c69fd(0x407)](){const _0x2db11b=_0x5c69fd;Array[_0x2db11b(0x1dd)](this[_0x2db11b(0x309)][_0x2db11b(0x385)]())[_0x2db11b(0x199)](_0x204409=>this[_0x2db11b(0x4ab)](_0x204409)),this['_currentModel']=null,this[_0x2db11b(0x20b)][_0x2db11b(0x199)](_0x2b1aa9=>_0x2b1aa9[_0x2db11b(0x407)]()),this[_0x2db11b(0x20b)][_0x2db11b(0x17f)](),this[_0x2db11b(0x1a2)](),this[_0x2db11b(0x1de)][_0x2db11b(0x17f)](),this['_activeChartId']=null,this['_lastActiveSheet']=null,super[_0x2db11b(0x407)]();}};fa=lr([Z(0x0,dr),Z(0x1,_0x290ca6(_0x155c5c)),Z(0x2,_0x290ca6(_0xe41469)),Z(0x3,_0x464c78),Z(0x4,_0x3b6df4),Z(0x5,_0x290ca6(_0x106a74)),Z(0x6,_0x290ca6(_0x58d845)),Z(0x7,_0x290ca6(_0x157d1d)),Z(0x8,_0x290ca6(_0x342977)),Z(0x9,_0x290ca6(_0x52ab6f)),Z(0xa,_0x2d7fd6),Z(0xb,_0x290ca6(ir))],fa);let pa=class extends _0x3b8ec0{constructor(_0x297c1d,_0x3b346d,_0x450382,_0x38c565){const _0x48c2d9=_0x5c69fd;super(),this[_0x48c2d9(0x1b1)]=_0x297c1d,this[_0x48c2d9(0x381)]=_0x3b346d,this[_0x48c2d9(0x43a)]=_0x450382,this[_0x48c2d9(0x236)]=_0x38c565,X(this,_0x48c2d9(0x2f8),new Map()),this[_0x48c2d9(0x2f0)](),this[_0x48c2d9(0x24a)]();}['_init'](){const _0x5e1324=_0x5c69fd;this[_0x5e1324(0x398)](this[_0x5e1324(0x1b1)][_0x5e1324(0x3d9)][_0x5e1324(0x21a)](_0x1f3bc6=>{const _0x45a398=_0x5e1324;if(_0x1f3bc6){let _0x372540=new _0x1cf8dc();_0x372540[_0x45a398(0x2c7)](_0x1f3bc6[_0x45a398(0x3eb)][_0x45a398(0x13b)](_0x4db150(_0x1f3bc6[_0x45a398(0x3bc)]),_0x4db150(this[_0x45a398(0x43a)][_0x45a398(0x433)]),_0x27a5d1(0x64))['subscribe'](([[_0x290d95,_0xf25772],_0x3df9e6])=>{const _0x515886=_0x45a398;var _0x1d4245;if(!_0x290d95)return;(_0x1d4245=_0x290d95[_0x515886(0x215)])==null||_0x1d4245[_0x515886(0x491)]['forEach']((_0xbe691,_0x4151be)=>{const _0x23bf72=_0x515886;_0xbe691[_0x23bf72(0x147)]||(_0xbe691[_0x23bf72(0x147)]=this[_0x23bf72(0x43a)]['t'](_0x23bf72(0x3d0))+'\x20'+(_0x4151be+0x1));}),_0x290d95['series'][_0x515886(0x199)]((_0x438c5c,_0x590d59)=>{const _0x4d6c92=_0x515886;_0x438c5c['name']||(_0x438c5c[_0x4d6c92(0x326)]=this[_0x4d6c92(0x43a)]['t'](_0x4d6c92(0x510))+'\x20'+(_0x590d59+0x1));});let _0x4db804=da(_0x1f3bc6,_0x3df9e6);this[_0x515886(0x381)][_0x515886(0x52b)](_0x1f3bc6['id'],_0x290d95,_0x4db804);})),_0x1f3bc6[_0x45a398(0x52d)](()=>{const _0x25bc49=_0x45a398;_0x372540[_0x25bc49(0x407)]();});}}));}[_0x5c69fd(0x24a)](){const _0x3662dc=_0x5c69fd;this[_0x3662dc(0x398)](this[_0x3662dc(0x236)][_0x3662dc(0x1d9)](_0x3bffa4=>{const _0x355ccc=_0x3662dc;if(_0x3bffa4['id']!==_0x1d2b4d['id'])return;let _0x57607c=_0x3bffa4[_0x355ccc(0x4d3)];_0x57607c!=null&&_0x57607c['chartModelId']&&Promise[_0x355ccc(0x439)]()[_0x355ccc(0x285)](()=>this['_renderAfterChartUpdateMutation'](_0x57607c));}));}['_renderAfterChartUpdateMutation'](_0xe4f9ad){const _0x3f9f9d=_0x5c69fd;let _0x14c526=this['_chartModelService'][_0x3f9f9d(0x299)](_0xe4f9ad[_0x3f9f9d(0x4c9)]);if(!_0x14c526||_0x14c526[_0x3f9f9d(0x2cc)]!==_0x2461ba[_0x3f9f9d(0x44e)])return;let _0x88c487=_0x14c526[_0x3f9f9d(0x4c7)];if(!_0x88c487){this[_0x3f9f9d(0x2ae)](_0x14c526);return;}this[_0x3f9f9d(0x198)](_0x14c526,_0x88c487);}['_renderWhenConfigReady'](_0x19eac8){const _0x1cc96b=_0x5c69fd;if(this[_0x1cc96b(0x2f8)][_0x1cc96b(0x24c)](_0x19eac8['id']))return;let _0x48dbad=_0x19eac8['config$']['pipe'](_0x7401dd(_0xddb32d=>_0xddb32d!=null),_0x11c523(0x1))[_0x1cc96b(0x21a)](_0xa444b0=>{const _0x530831=_0x1cc96b;this[_0x530831(0x2f8)]['delete'](_0x19eac8['id']),this[_0x530831(0x198)](_0x19eac8,_0xa444b0);});this['_pendingMutationConfigRenders'][_0x1cc96b(0x52f)](_0x19eac8['id'],_0x48dbad),_0x19eac8['onDispose'](()=>{const _0x18ef0=_0x1cc96b;_0x48dbad[_0x18ef0(0x521)](),this[_0x18ef0(0x2f8)][_0x18ef0(0x528)](_0x19eac8['id']);});}[_0x5c69fd(0x198)](_0x30f072,_0x368909){const _0x54502f=_0x5c69fd;let _0x2d2a41=da(_0x30f072,this['_localeService'][_0x54502f(0x331)]());this[_0x54502f(0x381)][_0x54502f(0x52b)](_0x30f072['id'],_0x368909,_0x2d2a41);}};pa=lr([Z(0x0,_0x290ca6(_0xe41469)),Z(0x1,_0x290ca6(fa)),Z(0x2,_0x290ca6(_0x58d845)),Z(0x3,_0x1094e2)],pa);let ma=class extends _0x3b8ec0{constructor(_0x25b9d4,_0x2a3c9e,_0x2cf4b1,_0x201a3b){const _0x3be651=_0x5c69fd;super(),this['_univerInstanceService']=_0x25b9d4,this[_0x3be651(0x23c)]=_0x2a3c9e,this[_0x3be651(0x485)]=_0x2cf4b1,this['_chartModelService']=_0x201a3b,this[_0x3be651(0x4a0)]();}[_0x5c69fd(0x4a0)](){const _0x4a7b5c=_0x5c69fd;this[_0x4a7b5c(0x398)](this['_sheetInterceptorService'][_0x4a7b5c(0x401)]({'getMutations':_0x1755df=>{const _0x3f1d1d=_0x4a7b5c;if(_0x1755df['id']===_0x2993e5['id']){let _0xabd090=_0x5b0cf8(this['_univerInstanceService'],_0x1755df[_0x3f1d1d(0x4d3)]);if(!_0xabd090)return{'redos':[],'undos':[]};let {unitId:_0x20fb0d,subUnitId:_0x30b524}=_0xabd090,_0x4f7627=this[_0x3f1d1d(0x485)][_0x3f1d1d(0x3dc)](_0x20fb0d,_0x30b524),_0x153c0f=Object[_0x3f1d1d(0x356)](_0x4f7627)['filter'](_0x5e2516=>_0x5e2516['drawingType']===_0x2f962f[_0x3f1d1d(0x2d3)]);if(_0x153c0f[_0x3f1d1d(0x258)]===0x0)return{'redos':[],'undos':[]};let _0x2bfc69=[],_0x28fcc7=[];for(let _0x5ae5a0=0x0;_0x5ae5a0<_0x153c0f['length'];_0x5ae5a0++){let _0x5c55a4=_0x153c0f[_0x5ae5a0],_0x5236fb=this[_0x3f1d1d(0x1b1)]['getChartModel'](_0x5c55a4['drawingId']);if(!_0x5236fb)continue;let {rangeInfo:_0x22540f,isRowDirection:_0x545d63}=_0x5236fb['dataSource'][_0x3f1d1d(0x311)](),{chartType:_0x4c7810,context:_0x5b983e,style:_0x448f19,dataAggregation:_0x2214b2}=_0x5236fb[_0x3f1d1d(0x153)](),{redo:_0x1f627b,undo:_0x4f0d1e,objects:_0x1fde2f}=this[_0x3f1d1d(0x485)][_0x3f1d1d(0x13e)]([_0x5c55a4]);_0x2bfc69[_0x3f1d1d(0x39b)]({'id':_0x148b8a['id'],'params':{'unitId':_0x20fb0d,'subUnitId':_0x30b524,'chartId':_0x5c55a4[_0x3f1d1d(0x2ab)]}}),_0x2bfc69['push']({'id':_0x37a229['id'],'params':{'unitId':_0x20fb0d,'subUnitId':_0x30b524,'type':_0x205279['REMOVE'],'op':_0x1f627b,'objects':_0x1fde2f}}),_0x28fcc7[_0x3f1d1d(0x39b)]({'id':_0x37a229['id'],'params':{'unitId':_0x20fb0d,'subUnitId':_0x30b524,'type':_0x205279[_0x3f1d1d(0x2c9)],'op':_0x4f0d1e,'objects':_0x1fde2f}}),_0x28fcc7['push']({'id':_0x27409b['id'],'params':{'unitId':_0x20fb0d,'subUnitId':_0x30b524,'chartId':_0x5c55a4[_0x3f1d1d(0x2ab)],'chartType':_0x4c7810,'range':_0x22540f[_0x3f1d1d(0x465)],'rangeUnitId':_0x22540f[_0x3f1d1d(0x3b1)],'rangeSubUnitId':_0x22540f[_0x3f1d1d(0x42b)],'isRowDirection':_0x545d63,'context':_0x5b983e,'style':_0x448f19,'dataAggregation':_0x2214b2}});}return{'redos':_0x2bfc69,'undos':_0x28fcc7};}else{if(_0x1755df['id']===_0x169786['id']){let {unitId:_0x24bd9f,subUnitId:_0x417011,targetSubUnitId:_0x7fcc5b}=_0x1755df[_0x3f1d1d(0x4d3)];if(!_0x24bd9f||!_0x417011||!_0x7fcc5b)return{'redos':[],'undos':[]};let _0x2d89e9=this[_0x3f1d1d(0x485)][_0x3f1d1d(0x3dc)](_0x24bd9f,_0x417011),_0x4e44f9=Object[_0x3f1d1d(0x356)](_0x2d89e9)[_0x3f1d1d(0x1fc)](_0x204a0d=>_0x204a0d[_0x3f1d1d(0x4dd)]===_0x2f962f['DRAWING_CHART']);if(_0x4e44f9[_0x3f1d1d(0x258)]===0x0)return{'redos':[],'undos':[]};let _0x29c19e=[],_0x465659=[];for(let _0x179b87=0x0;_0x179b87<_0x4e44f9['length'];_0x179b87++){let _0x1a3f8b=_0x4e44f9[_0x179b87],_0x54fac3=this[_0x3f1d1d(0x1b1)][_0x3f1d1d(0x299)](_0x1a3f8b[_0x3f1d1d(0x2ab)]);if(!_0x54fac3)continue;let _0x5ae7a8=_0x2d5e21(),_0x5d36e5={..._0x1a3f8b,'unitId':_0x24bd9f,'subUnitId':_0x7fcc5b,'drawingId':_0x5ae7a8},{rangeInfo:_0x1b7dae,isRowDirection:_0x53929d}=_0x54fac3[_0x3f1d1d(0x4c4)][_0x3f1d1d(0x311)](),{chartType:_0x4acdea,context:_0x157983,style:_0x2c0247,dataAggregation:_0x5eb505}=_0x54fac3[_0x3f1d1d(0x153)](),{redo:_0x4e1027,undo:_0x191ada,objects:_0x36a4cd}=this['_sheetDrawingService']['getBatchAddOp']([_0x5d36e5]);_0x29c19e[_0x3f1d1d(0x39b)]({'id':_0x37a229['id'],'params':{'unitId':_0x24bd9f,'subUnitId':_0x7fcc5b,'type':_0x205279['INSERT'],'op':_0x4e1027,'objects':_0x36a4cd}}),_0x29c19e['push']({'id':_0x27409b['id'],'params':{'unitId':_0x24bd9f,'subUnitId':_0x7fcc5b,'chartId':_0x5ae7a8,'chartType':_0x4acdea,'range':_0x1b7dae['range'],'isRowDirection':_0x53929d,'context':_0x157983,'style':_0x2c0247,'dataAggregation':_0x5eb505}}),_0x465659['push']({'id':_0x148b8a['id'],'params':{'unitId':_0x24bd9f,'subUnitId':_0x7fcc5b,'chartId':_0x5ae7a8}}),_0x465659['push']({'id':_0x37a229['id'],'params':{'unitId':_0x24bd9f,'subUnitId':_0x7fcc5b,'type':_0x205279[_0x3f1d1d(0x3ac)],'op':_0x191ada,'objects':_0x36a4cd}});}return{'redos':_0x29c19e,'undos':_0x465659};}}return{'redos':[],'undos':[]};}}));}};ma=lr([Z(0x0,_0x290ca6(_0x3b6df4)),Z(0x1,_0x290ca6(_0x1fb841)),Z(0x2,_0x290ca6(_0x2a3b02)),Z(0x3,_0x290ca6(_0xe41469))],ma);const ha=_0x4f3de5=>_0x47578b[_0x5c69fd(0x307)](_0x16d515=>_0x4f3de5[_0x5c69fd(0x3bb)](_0x16d515)),ga=_0x71b249=>!_0x71b249,_a=_0x1a641c=>!!ha(_0x1a641c)&&_0x1a641c[_0x5c69fd(0x394)]('_('),va=_0x15cc5f=>!!ha(_0x15cc5f)&&!_0x15cc5f['startsWith']('_('),ya=(_0x1a7b67,_0x4b9ad0=0x0)=>{const _0xdae341=_0x5c69fd;var _0x253043;return _0x1a7b67?(_0x253043=_0xfb6494[_0xdae341(0x1e4)](_0x1a7b67)[_0xdae341(0x1da)])==null?_0x4b9ad0:_0x253043:_0x4b9ad0;},ba=_0x236a0b=>Array(Math['min'](Math[_0x5c69fd(0x35e)](0x0,Number(_0x236a0b)),0x1e))[_0x5c69fd(0x38a)](0x0)[_0x5c69fd(0x4e3)](''),xa=(_0x2c0ab0,_0x1af22b)=>_0x2c0ab0[_0x5c69fd(0x457)](';')['map'](_0x3d19a6=>/\.0?/[_0x5c69fd(0x509)](_0x3d19a6)?_0x3d19a6['replace'](/\.0*/g,''+(_0x1af22b>0x0?'.':'')+ba(Number(_0x1af22b||0x0))):/0[^0]?/[_0x5c69fd(0x509)](_0x3d19a6)?_0x3d19a6['replace'](/0[^0]+|0$/,'0'+(_0x1af22b>0x0?'.':'')+ba(Number(_0x1af22b||0x0))):_0x3d19a6)['join'](';'),Sa=()=>Qr['map'](_0x1478f8=>({'label':_0x1478f8[_0x5c69fd(0x147)],'value':_0x1478f8[_0x5c69fd(0x20e)],'color':_0x1478f8[_0x5c69fd(0x297)]})),Ca=_0x5c739d=>Sa()[_0x5c69fd(0x310)](_0x38e683=>_0x29a6a2(_0x38e683[_0x5c69fd(0x46d)],_0x5c739d)),wa=()=>Zr[_0x5c69fd(0x1d1)](_0x6bd9d1=>({'label':_0x6bd9d1['label'],'value':_0x6bd9d1[_0x5c69fd(0x20e)]})),Ta=_0x3a2a04=>{const _0x52989b=_0x5c69fd;let _0x518577=_0xfb6494[_0x52989b(0x1e4)](_0x3a2a04);return wa()['map'](_0x11f0cf=>_0x11f0cf[_0x52989b(0x46d)])[_0x52989b(0x3bb)](_0x3a2a04)||[_0x52989b(0x298),_0x52989b(0x1df),_0x52989b(0x163)][_0x52989b(0x3bb)](_0x518577['type']);},Ea=({handlePatternChange:_0x1c72a1})=>{const _0x40c8a9=_0x5c69fd;let _0x17bafb=_0x4ae2c0(_0x58d845);return _0x250471(()=>{_0x1c72a1('');},[]),_0x2f6b2a(_0x40c8a9(0x144),{'className':_0x40c8a9(0x3ca),'children':_0x17bafb['t'](_0x40c8a9(0x2e9))});},Da=({originPattern:_0x45c45e,handlePatternChange:_0xfb4e1a})=>{const _0x473db4=_0x5c69fd;let _0x13bb92=_0x4ae2c0(_0x58d845),_0x17912a=_0x47578b[_0x473db4(0x1d1)](_0x2c8909=>({'label':_0x2c8909,'value':_0x2c8909})),[_0x5d3681,_0xcd7684]=_0x128082(()=>ya(_0x45c45e||'',0x2)),[_0x590c0e,_0xbd9044]=_0x128082(()=>ha(_0x45c45e==null?'':_0x45c45e)||_0x17912a[0x0]['value']);return _0x250471(()=>{const _0x11813b=_0x473db4;_0xfb4e1a(xa(_0x11813b(0x232)+_0x590c0e+_0x11813b(0x3c9)+(_0x5d3681>0x0?'.0':'')+'_)',_0x5d3681));},[]),_0x34b719('div',{'className':_0x473db4(0x1a6),'children':[_0x34b719(_0x473db4(0x144),{'className':_0x473db4(0x304),'children':[_0x34b719(_0x473db4(0x144),{'className':_0x473db4(0x332),'children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x13bb92['t'](_0x473db4(0x3fb))}),_0x2f6b2a(_0x58af10,{'className':_0x473db4(0x522),'value':_0x5d3681,'max':0x14,'min':0x0,'onChange':_0x6f6785=>{const _0x4eee5c=_0x473db4;let _0x47f55e=_0x6f6785==null?0x0:_0x6f6785;_0xcd7684(_0x47f55e),_0xfb4e1a(xa('_(\x22'+_0x590c0e+_0x4eee5c(0x3c9)+(_0x47f55e>0x0?'.0':'')+'_)',_0x47f55e));}})]}),_0x34b719('div',{'className':_0x473db4(0x332),'children':[_0x2f6b2a(_0x473db4(0x144),{'className':_0x473db4(0x2b4),'children':_0x13bb92['t'](_0x473db4(0x173))}),_0x2f6b2a(_0x419e1b,{'options':_0x17912a,'value':_0x590c0e,'onChange':_0x4b6922=>{const _0x399d8a=_0x473db4;_0xbd9044(_0x4b6922),_0xfb4e1a(xa(_0x399d8a(0x232)+_0x4b6922+_0x399d8a(0x3c9)+(_0x5d3681>0x0?'.0':'')+'_)',_0x5d3681));}})]})]}),_0x2f6b2a(_0x473db4(0x144),{'className':_0x473db4(0x3ca),'children':_0x13bb92['t']('sheets-chart-ui.dialog.numfmt.accountingDesc')})]});},Oa=({originPattern:_0x435a38,handlePatternChange:_0x352efe})=>{const _0x427f0d=_0x5c69fd;let _0x3e0567=_0x4ae2c0(_0x58d845),_0x14edb3=_0x47578b[_0x427f0d(0x1d1)](_0x58228b=>({'label':_0x58228b,'value':_0x58228b})),[_0x5dde4d,_0x4d04cc]=_0x128082(()=>ya(_0x435a38||'',0x2)),[_0x51679b,_0x2d4f58]=_0x128082(()=>ha(_0x435a38==null?'':_0x435a38)||_0x14edb3[0x0][_0x427f0d(0x46d)]),_0x5e8e74=$r[_0x427f0d(0x1d1)](_0x4cac92=>({'label':_0x4cac92[_0x427f0d(0x147)](_0x51679b),'value':_0x4cac92[_0x427f0d(0x20e)](_0x51679b),'color':_0x4cac92[_0x427f0d(0x297)]})),[_0xdbd883,_0x2285bf]=_0x128082(()=>{const _0x4b2c2e=_0x427f0d;var _0x2bc36a;return((_0x2bc36a=_0x5e8e74['find'](_0xe7896=>_0x29a6a2(_0xe7896[_0x4b2c2e(0x46d)],_0x435a38==null?'':_0x435a38)))==null?void 0x0:_0x2bc36a['value'])||_0x5e8e74[0x0]['value'];});return _0x250471(()=>{_0x352efe(xa(_0xdbd883,_0x5dde4d));},[]),_0x34b719(_0x427f0d(0x144),{'className':'univer-mt-2.5','children':[_0x34b719(_0x427f0d(0x144),{'className':_0x427f0d(0x304),'children':[_0x34b719(_0x427f0d(0x144),{'className':'univer-w-[136px]','children':[_0x2f6b2a(_0x427f0d(0x144),{'className':_0x427f0d(0x2b4),'children':_0x3e0567['t'](_0x427f0d(0x3fb))}),_0x2f6b2a(_0x58af10,{'className':'univer-box-border\x20univer-h-8','value':_0x5dde4d,'max':0x14,'min':0x0,'onChange':_0x271aba=>{_0x271aba&&(_0x4d04cc(_0x271aba),_0x352efe(xa(_0xdbd883,_0x271aba)));}})]}),_0x34b719(_0x427f0d(0x144),{'className':_0x427f0d(0x332),'children':[_0x2f6b2a('div',{'className':_0x427f0d(0x2b4),'children':_0x3e0567['t'](_0x427f0d(0x173))}),_0x2f6b2a(_0x419e1b,{'options':_0x14edb3,'value':_0x51679b,'onChange':_0x1ca244=>{const _0x25beed=_0x427f0d;_0x2d4f58(_0x1ca244);let _0x5a7872=$r[_0x25beed(0x1d1)](_0x567175=>({'label':_0x567175['label'](_0x1ca244),'value':_0x567175[_0x25beed(0x20e)](_0x1ca244),'color':_0x567175[_0x25beed(0x297)]}));_0x2285bf(_0x5a7872[0x0]['value']),_0x352efe(xa(_0x5a7872[0x0]['value'],_0x5dde4d));}})]})]}),_0x34b719(_0x427f0d(0x144),{'className':_0x427f0d(0x4fb),'children':[_0x2f6b2a(_0x427f0d(0x144),{'className':_0x427f0d(0x2b4),'children':_0x3e0567['t'](_0x427f0d(0x2c2))}),_0x2f6b2a(_0x5c8124,{'className':_0x252399('univer-rounded-lg\x20univer-p-2',_0x4b9834),'options':_0x5e8e74,'value':_0xdbd883,'onChange':_0x1fa067=>{_0x2285bf(_0x1fa067),_0x352efe(xa(_0x1fa067,_0x5dde4d));}}),_0x2f6b2a(_0x427f0d(0x144),{'className':_0x427f0d(0x3ca),'children':_0x3e0567['t'](_0x427f0d(0x4f2))})]})]});},ka=({originPattern:_0xdc90b,handlePatternChange:_0x23f03b})=>{const _0x47650b=_0x5c69fd;let _0xda8262=_0x4ae2c0(_0x58d845),_0x211b06=Zr[_0x47650b(0x1d1)](_0x1b4131=>({'label':_0x1b4131[_0x47650b(0x147)],'value':_0x1b4131[_0x47650b(0x20e)]})),[_0x471a8a,_0xd49dcb]=_0x128082(()=>{const _0x1d67d2=_0x47650b;if(_0xdc90b){let _0x883bb2=_0x211b06[_0x1d67d2(0x307)](_0x2a60fd=>_0x2a60fd[_0x1d67d2(0x46d)]===_0xdc90b);if(_0x883bb2)return _0x883bb2['value'];}return _0x211b06[0x0][_0x1d67d2(0x46d)];});return _0x250471(()=>{_0x23f03b(_0x471a8a);},[]),_0x2f6b2a(_0x47650b(0x144),{'className':_0x47650b(0x1a6),'children':_0x34b719(_0x47650b(0x144),{'className':'univer-mt-2','children':[_0x2f6b2a(_0x47650b(0x144),{'className':_0x47650b(0x2b4),'children':_0xda8262['t']('sheets-chart-ui.dialog.numfmt.dateTypes')}),_0x2f6b2a(_0x47650b(0x144),{'children':_0x2f6b2a(_0x5c8124,{'className':_0x252399(_0x47650b(0x204),_0x4b9834),'options':_0x211b06,'value':_0x471a8a,'onChange':_0x2382d1=>{_0xd49dcb(_0x2382d1),_0x23f03b(_0x2382d1);}})}),_0x2f6b2a('div',{'className':_0x47650b(0x3ca),'children':_0xda8262['t'](_0x47650b(0x3ee))})]})});},Aa=({originPattern:_0x9e1339,handlePatternChange:_0x322c55})=>{const _0x5a0787=_0x5c69fd;let _0x49f45f=_0x4ae2c0(_0x58d845),[_0x299710,_0x323022]=_0x128082(()=>ya(_0x9e1339||'',0x0)),_0x347de1=Qr[_0x5a0787(0x1d1)](_0x3acf30=>({'label':_0x3acf30[_0x5a0787(0x147)],'value':_0x3acf30[_0x5a0787(0x20e)],'color':_0x3acf30[_0x5a0787(0x297)]})),[_0x3ba1cc,_0x146508]=_0x128082(()=>{const _0x1cff44=_0x5a0787;let _0x362e6a=_0x347de1[_0x1cff44(0x307)](_0x3825e1=>_0x29a6a2(_0x3825e1[_0x1cff44(0x46d)],_0x9e1339||''));return(_0x362e6a==null?void 0x0:_0x362e6a[_0x1cff44(0x46d)])||_0x347de1[0x0][_0x1cff44(0x46d)];});return _0x250471(()=>{_0x322c55(xa(_0x3ba1cc,Number(_0x299710||0x0)));},[]),_0x34b719(_0x5a0787(0x144),{'className':_0x5a0787(0x1a6),'children':[_0x2f6b2a('div',{'className':_0x5a0787(0x304),'children':_0x34b719(_0x5a0787(0x144),{'className':'univer-w-[136px]','children':[_0x2f6b2a('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x49f45f['t'](_0x5a0787(0x3fb))}),_0x2f6b2a(_0x58af10,{'className':'univer-box-border\x20univer-h-8','value':_0x299710,'max':0x14,'min':0x0,'onChange':_0x1c5684=>{_0x1c5684&&(_0x323022(_0x1c5684),_0x322c55(xa(_0x3ba1cc,Number(_0x1c5684))));}})]})}),_0x34b719(_0x5a0787(0x144),{'className':'univer-mt-2','children':[_0x2f6b2a(_0x5a0787(0x144),{'className':_0x5a0787(0x2b4),'children':_0x49f45f['t'](_0x5a0787(0x2c2))}),_0x2f6b2a(_0x5c8124,{'className':_0x252399(_0x5a0787(0x204),_0x4b9834),'options':_0x347de1,'value':_0x3ba1cc,'onChange':_0x26ddca=>{_0x323022(ya(_0x26ddca,0x0)),_0x146508(_0x26ddca),_0x322c55(_0x26ddca);}}),_0x2f6b2a(_0x5a0787(0x144),{'className':_0x5a0787(0x3ca),'children':_0x49f45f['t']('sheets-chart-ui.dialog.numfmt.thousandthPercentileDesc')})]})]});},ja=({originPattern:_0x10b0bb,onPatternApply:_0x35f656})=>{const _0x4a7548=_0x5c69fd;let _0x5e1504=_0x4ae2c0(_0x58d845),_0x57a8bb=_0x4ae2c0(_0x43dd79),_0x499351=_0x4757a9(()=>[{'label':'sheets-chart-ui.dialog.numfmt.general','component':Ea,'key':'sheet.numfmt.general'},{'label':_0x4a7548(0x47f),'component':Da,'key':_0x4a7548(0x487)},{'label':_0x4a7548(0x1f0),'component':Oa,'key':_0x4a7548(0x50a)},{'label':_0x4a7548(0x2c8),'component':ka,'key':_0x4a7548(0x44d)},{'label':'sheets-chart-ui.dialog.numfmt.thousandthPercentile','component':Aa,'key':_0x4a7548(0x4bd)}][_0x4a7548(0x1d1)](_0x5dd542=>({..._0x5dd542,'label':_0x5e1504['t'](_0x5dd542[_0x4a7548(0x147)])})),[_0x5e1504]),_0x46f5ad=_0x12571d=>[ga,_a,va,Ta,Ca][_0x4a7548(0x314)]((_0x8c4c82,_0x27f1f8,_0x710321)=>_0x8c4c82||(_0x27f1f8(_0x12571d==null?'':_0x12571d)?_0x499351[_0x710321][_0x4a7548(0x45e)]:void 0x0),void 0x0)||_0x499351[0x0][_0x4a7548(0x45e)],_0x270f42=_0x499351[_0x4a7548(0x1d1)](_0x13a3b2=>({'label':_0x13a3b2[_0x4a7548(0x147)],'value':_0x13a3b2[_0x4a7548(0x45e)]})),[_0x40a361,_0x732749]=_0x128082(()=>_0x46f5ad(_0x10b0bb)),[_0x1b0019,_0x38d8c3]=_0x128082(_0x10b0bb),_0x22bdea=_0x27276f=>_0x38d8c3(_0x27276f),_0x48ddc1=_0x1c4043=>{_0x732749(_0x1c4043);};return _0x250471(()=>{let _0x4d76b4=_0x46f5ad(_0x10b0bb);_0x4d76b4!==_0x40a361&&_0x732749(_0x4d76b4),_0x10b0bb!==_0x1b0019&&_0x38d8c3(_0x10b0bb);},[_0x10b0bb]),_0x34b719(_0x4a7548(0x144),{'children':[_0x2f6b2a(_0x4a7548(0x144),{'className':'univer-mb-2\x20univer-h-5\x20univer-text-sm\x20univer-font-medium\x20univer-leading-5','children':_0x5e1504['t'](_0x4a7548(0x4c1))}),_0x2f6b2a('div',{'children':_0x2f6b2a(_0x419e1b,{'className':'univer-w-full','onChange':_0x21d20d=>_0x48ddc1(_0x21d20d),'options':_0x270f42,'value':_0x40a361})}),_0x34b719('div',{'className':_0x4a7548(0x4fb),'children':[_0x40a361===_0x4a7548(0x3c0)&&_0x2f6b2a(Ea,{'originPattern':_0x10b0bb,'handlePatternChange':_0x22bdea}),_0x40a361===_0x4a7548(0x487)&&_0x2f6b2a(Da,{'originPattern':_0x10b0bb,'handlePatternChange':_0x22bdea}),_0x40a361==='sheet.numfmt.currency'&&_0x2f6b2a(Oa,{'originPattern':_0x10b0bb,'handlePatternChange':_0x22bdea}),_0x40a361===_0x4a7548(0x44d)&&_0x2f6b2a(ka,{'originPattern':_0x10b0bb,'handlePatternChange':_0x22bdea}),_0x40a361===_0x4a7548(0x4bd)&&_0x2f6b2a(Aa,{'originPattern':_0x10b0bb,'handlePatternChange':_0x22bdea})]}),_0x34b719(_0x4a7548(0x144),{'className':_0x4a7548(0x2ff),'children':[_0x2f6b2a(_0x23b166,{'onClick':()=>{const _0x27fea7=_0x4a7548;_0x57a8bb[_0x27fea7(0x4e2)](ei);},'children':_0x5e1504['t']('sheets-chart-ui.dialog.numfmt.cancel')}),_0x2f6b2a(_0x23b166,{'className':_0x4a7548(0x3f0),'variant':_0x4a7548(0x175),'onClick':()=>{const _0x4114ae=_0x4a7548;_0x35f656&&_0x35f656(_0x1b0019),_0x57a8bb[_0x4114ae(0x4e2)](ei);},'children':_0x5e1504['t'](_0x4a7548(0x383))})]})]});},Ma=_0x1a11b6=>{const _0x1a4b4d=_0x5c69fd;let {floatDomId:_0x1c79d6,context:_0xdb5973}=_0x1a11b6,_0x303bfb=_0x4ae2c0(fa);return _0x250471(()=>{const _0x37e70e=_0x3995;if(_0xdb5973[_0x37e70e(0x2b5)][_0x37e70e(0x406)]){let _0x11380d={'width':Number[_0x37e70e(0x1ab)](_0xdb5973['root']['current'][_0x37e70e(0x32e)][_0x37e70e(0x252)]),'height':Number[_0x37e70e(0x1ab)](_0xdb5973[_0x37e70e(0x2b5)][_0x37e70e(0x406)][_0x37e70e(0x32e)]['height'])};_0x303bfb[_0x37e70e(0x537)](_0x1c79d6,_0xdb5973[_0x37e70e(0x2b5)][_0x37e70e(0x406)],_0x11380d);}},[_0x1c79d6,_0xdb5973[_0x1a4b4d(0x2b5)]['current']]),null;};let Na=class extends _0x3b8ec0{constructor(_0x164698,_0x3323e3){const _0x3597e=_0x5c69fd;super(),this[_0x3597e(0x2d8)]=_0x164698,this[_0x3597e(0x4d5)]=_0x3323e3,this[_0x3597e(0x14c)](),this['_registerComponents']();}['_registerIcons'](){const _0x3b987c=_0x5c69fd;this[_0x3b987c(0x398)](this['_iconManager'][_0x3b987c(0x28e)]({'ChartIcon':_0x1422bb,'AreaChartIcon':_0x4e365d,'BarChartIcon':_0x5a0edf,'ColumnChartIcon':_0x1917ea,'ComboChartIcon':_0x54d246,'LineChartIcon':_0x3ec66f,'PieChartIcon':_0x233338,'RadarChartIcon':_0x139a40,'ScatterChartIcon':_0x3fda41,'FunnelIcon':_0x3b172b,'CloudIcon':_0x460d27,'BubbleIcon':_0x545fdb,'RelationshipIcon':_0x2594a6,'WaterfallChartIcon':_0x1124b0,'SankeyChartIcon':_0x121e94,'HeatmapChartIcon':_0x1d2103,'BoxplotIcon':_0x3c3906}));}[_0x5c69fd(0x442)](){[[_0x246b94,Ma],[ea,$i],[ti,ja]]['forEach'](([_0x2de809,_0x201e49])=>{const _0x3603f3=_0x3995;this[_0x3603f3(0x398)](this[_0x3603f3(0x2d8)][_0x3603f3(0x28e)](_0x2de809,_0x201e49));});}};Na=lr([Z(0x0,_0x290ca6(_0x474386)),Z(0x1,_0x290ca6(_0x394851))],Na);let Pa=class extends _0x3b8ec0{constructor(_0x119164,_0x631287,_0xabf7b4,_0x427426){const _0x1999f3=_0x5c69fd;super(),this[_0x1999f3(0x4ee)]=_0x119164,this[_0x1999f3(0x413)]=_0x631287,this['_sheetDrawingService']=_0xabf7b4,this[_0x1999f3(0x1b1)]=_0x427426,X(this,_0x1999f3(0x430),void 0x0),this[_0x1999f3(0x42a)]();}get[_0x5c69fd(0x216)](){const _0x3c5dbb=_0x5c69fd;return this['_sheetDrawingService'][_0x3c5dbb(0x4ad)]();}[_0x5c69fd(0x42a)](){const _0x4e24d3=_0x5c69fd;this[_0x4e24d3(0x398)](this['_sheetClipboardService'][_0x4e24d3(0x34f)]({'id':_0x225dda,'onBeforeCopy':(_0x4dd195,_0x480580,_0x27f7e9,_0x563232)=>{const _0x5acf5d=_0x4e24d3;this['_copyInfo']=null;let _0x455205=this[_0x5acf5d(0x216)];if(_0x455205[_0x5acf5d(0x258)]){let _0x5c2cc1=_0x455205[_0x5acf5d(0x1fc)](_0x1a3f72=>_0x1a3f72['drawingType']===_0x2f962f['DRAWING_CHART']);if(_0x5c2cc1[_0x5acf5d(0x258)]===0x0)return;this['_copyInfo']={'unitId':_0x4dd195,'subUnitId':_0x480580,'copyType':_0x563232,'drawings':_0x5c2cc1};}else this[_0x5acf5d(0x13c)](_0x4dd195,_0x480580,_0x27f7e9,_0x563232);},'onPasteCells':(_0x2e0649,_0x19b834,_0x25010d,_0x19d649)=>{const _0x401b5f=_0x4e24d3;if(!this[_0x401b5f(0x430)])return{'redos':[],'undos':[]};let {pasteType:_0x5278a1}=_0x19d649;return _0x5278a1===_0x3873d0[_0x401b5f(0x1ff)]?this['_generatePasteMutations'](_0x19b834,this[_0x401b5f(0x430)]['copyType']===_0x10f406[_0x401b5f(0x39d)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x361661=>this[_0x4e24d3(0x430)]?this[_0x4e24d3(0x4f7)](_0x361661,this['_copyInfo']['copyType']===_0x10f406[_0x4e24d3(0x39d)]):{'redos':[],'undos':[]}}));}[_0x5c69fd(0x13c)](_0x25296a,_0x3db29b,_0x3e9c42,_0x1f0257){const _0x1c62f1=_0x5c69fd;let _0x42e5af=this['_sheetSkeletonService'][_0x1c62f1(0x470)](_0x25296a,_0x3db29b);if(!_0x42e5af)return;let _0x5818ba=_0x22be29(_0x42e5af,_0x3e9c42);if(!_0x5818ba)return;let {startX:_0x533e13,endX:_0x1c2988,startY:_0x18190b,endY:_0x2628ad}=_0x5818ba,_0x49e0c7=this[_0x1c62f1(0x485)][_0x1c62f1(0x3dc)](_0x25296a,_0x3db29b),_0x2f2b15=this[_0x1c62f1(0x216)]['slice']();for(let [_0x2a140e,_0x357587]of Object['entries'](_0x49e0c7)){if(_0x357587[_0x1c62f1(0x4dd)]!==_0x2f962f['DRAWING_CHART'])continue;let {transform:_0x11b302}=_0x357587;if(!_0x11b302)continue;let {left:_0x2a4bc4=0x0,top:_0x463aea=0x0,width:_0x1e5373=0x0,height:_0x17e2ff=0x0}=_0x11b302;_0x533e13<=_0x2a4bc4&&_0x1c2988>=_0x2a4bc4+_0x1e5373&&_0x18190b<=_0x463aea&&_0x2628ad>=_0x463aea+_0x17e2ff&&_0x2f2b15[_0x1c62f1(0x39b)](_0x357587);}_0x2f2b15['length']>0x0&&(this['_copyInfo']={'unitId':_0x25296a,'subUnitId':_0x3db29b,'copyType':_0x1f0257,'copyRange':_0x3e9c42,'drawings':_0x2f2b15});}[_0x5c69fd(0x4f7)](_0x21b06a,_0x26b9a6){const _0x1b804f=_0x5c69fd;let {unitId:_0x21f0e6,subUnitId:_0x26646c,range:_0x3e2eba}=_0x21b06a,_0x4ead68=this[_0x1b804f(0x4ee)][_0x1b804f(0x470)](_0x21f0e6,_0x26646c);if(!_0x4ead68)return{'redos':[],'undos':[]};let _0x599977=_0x341674(_0x3e2eba),{unitId:_0x1dfb3d,subUnitId:_0x23fc60,copyRange:_0x55e8e1,drawings:_0x3f1acd}=this['_copyInfo'],_0xda9cff=this[_0x1b804f(0x4ee)][_0x1b804f(0x470)](_0x1dfb3d,_0x23fc60);if(!_0xda9cff)return{'redos':[],'undos':[]};let _0x1f6414=[],_0x59c5fc=[];for(let _0x3bf2e2 of _0x3f1acd){let {drawingId:_0x48cf7f,transform:_0x1ee1c0,sheetTransform:_0x380789}=_0x3bf2e2,_0x59a833=this['_chartModelService']['getChartModel'](_0x48cf7f);if(!_0x59a833||!_0x1ee1c0||!_0x380789)continue;let _0x38b320=this[_0x1b804f(0x2b6)]({'transform':_0x1ee1c0,'sheetTransform':_0x380789},{'skeleton':_0xda9cff,'range':_0x55e8e1},{'skeleton':_0x4ead68,'range':_0x599977});if(_0x26b9a6){let {redos:_0x44cd19,undos:_0x5ddb2d}=this[_0x1b804f(0x459)]({'fromUnitId':_0x1dfb3d,'fromSubUnitId':_0x23fc60,'toUnitId':_0x21f0e6,'toSubUnitId':_0x26646c,'drawing':_0x3bf2e2,'newTransforms':_0x38b320},_0x59a833);_0x1f6414[_0x1b804f(0x39b)](..._0x44cd19),_0x59c5fc[_0x1b804f(0x39b)](..._0x5ddb2d);continue;}let {redos:_0x57230b,undos:_0x175b4c}=this[_0x1b804f(0x3b3)]({'toUnitId':_0x21f0e6,'toSubUnitId':_0x26646c,'drawing':_0x3bf2e2,'newTransforms':_0x38b320},_0x59a833);_0x1f6414[_0x1b804f(0x39b)](..._0x57230b),_0x59c5fc['push'](..._0x175b4c);}return{'redos':_0x1f6414,'undos':_0x59c5fc};}[_0x5c69fd(0x459)](_0x2dc282,_0x2549ff){const _0x32f8a9=_0x5c69fd;let {fromUnitId:_0x485436,fromSubUnitId:_0x26dcd3,toUnitId:_0x588b0f,toSubUnitId:_0x52df14,drawing:_0x5c5272,newTransforms:_0x390bcc}=_0x2dc282,_0x6e9d9c={..._0x5c5272,'unitId':_0x588b0f,'subUnitId':_0x52df14,'transform':_0x390bcc[_0x32f8a9(0x234)],'sheetTransform':_0x390bcc[_0x32f8a9(0x49b)]};if(_0x588b0f===_0x485436&&_0x52df14===_0x26dcd3){let {redo:_0x2f43d3,undo:_0x436aa9,objects:_0x46177e}=this[_0x32f8a9(0x485)][_0x32f8a9(0x312)]([_0x6e9d9c]);return{'redos':[{'id':_0x37a229['id'],'params':{'unitId':_0x588b0f,'subUnitId':_0x52df14,'type':_0x205279['UPDATE'],'op':_0x2f43d3,'objects':_0x46177e}}],'undos':[{'id':_0x37a229['id'],'params':{'unitId':_0x588b0f,'subUnitId':_0x52df14,'type':_0x205279['UPDATE'],'op':_0x436aa9,'objects':_0x46177e}}]};}else{let _0x117e76=this['_sheetDrawingService'][_0x32f8a9(0x13e)]([_0x5c5272]),_0x283e14=this[_0x32f8a9(0x485)][_0x32f8a9(0x400)]([_0x6e9d9c]),{rangeInfo:_0x4ee130,isRowDirection:_0x16fab6}=_0x2549ff[_0x32f8a9(0x4c4)][_0x32f8a9(0x311)](),{chartType:_0x768a56,context:_0x357d6a,style:_0x5872ec,dataAggregation:_0x334b7d}=_0x2549ff['serialize']();return{'redos':[{'id':_0x37a229['id'],'params':{'unitId':_0x485436,'subUnitId':_0x26dcd3,'type':_0x205279[_0x32f8a9(0x3ac)],'op':_0x117e76[_0x32f8a9(0x462)],'objects':_0x117e76['objects']}},{'id':_0x148b8a['id'],'params':{'unitId':_0x485436,'subUnitId':_0x26dcd3,'chartId':_0x5c5272[_0x32f8a9(0x2ab)]}},{'id':_0x37a229['id'],'params':{'unitId':_0x588b0f,'subUnitId':_0x52df14,'type':_0x205279['INSERT'],'op':_0x283e14[_0x32f8a9(0x462)],'objects':_0x283e14['objects']}},{'id':_0x27409b['id'],'params':{'unitId':_0x588b0f,'subUnitId':_0x52df14,'chartId':_0x5c5272[_0x32f8a9(0x2ab)],'chartType':_0x768a56,'range':_0x4ee130['range'],'rangeUnitId':_0x4ee130[_0x32f8a9(0x3b1)],'rangeSubUnitId':_0x4ee130[_0x32f8a9(0x42b)],'isRowDirection':_0x16fab6,'context':_0x357d6a,'style':_0x5872ec,'dataAggregation':_0x334b7d}}],'undos':[{'id':_0x37a229['id'],'params':{'unitId':_0x485436,'subUnitId':_0x26dcd3,'type':_0x205279[_0x32f8a9(0x2c9)],'op':_0x117e76[_0x32f8a9(0x30c)],'objects':_0x117e76['objects']}},{'id':_0x27409b['id'],'params':{'unitId':_0x485436,'subUnitId':_0x26dcd3,'chartId':_0x5c5272['drawingId'],'chartType':_0x768a56,'range':_0x4ee130[_0x32f8a9(0x465)],'rangeUnitId':_0x4ee130[_0x32f8a9(0x3b1)],'rangeSubUnitId':_0x4ee130[_0x32f8a9(0x42b)],'isRowDirection':_0x16fab6,'context':_0x357d6a,'style':_0x5872ec,'dataAggregation':_0x334b7d}},{'id':_0x37a229['id'],'params':{'unitId':_0x588b0f,'subUnitId':_0x52df14,'type':_0x205279[_0x32f8a9(0x3ac)],'op':_0x283e14[_0x32f8a9(0x30c)],'objects':_0x283e14[_0x32f8a9(0x16e)]}},{'id':_0x148b8a['id'],'params':{'unitId':_0x588b0f,'subUnitId':_0x52df14,'chartId':_0x5c5272[_0x32f8a9(0x2ab)]}}]};}}['_generateCopyPasteMutations'](_0x464804,_0x12ccef){const _0x448bf=_0x5c69fd;let {toUnitId:_0x40a11a,toSubUnitId:_0x78abac,drawing:_0x3b2c03,newTransforms:_0x1e4473}=_0x464804,_0x16d95f=_0x2d5e21(),_0x12585e={..._0x3b2c03,'unitId':_0x40a11a,'subUnitId':_0x78abac,'drawingId':_0x16d95f,'transform':_0x1e4473[_0x448bf(0x234)],'sheetTransform':_0x1e4473[_0x448bf(0x49b)]},{redo:_0x2583fc,undo:_0x1f93b7,objects:_0x1e634a}=this[_0x448bf(0x485)]['getBatchAddOp']([_0x12585e]),{rangeInfo:_0x4b2271,isRowDirection:_0x588ea4}=_0x12ccef[_0x448bf(0x4c4)][_0x448bf(0x311)](),{chartType:_0x45e641,context:_0x3e2248,style:_0x49d038,dataAggregation:_0x540bb4}=_0x12ccef['serialize']();return{'redos':[{'id':_0x37a229['id'],'params':{'unitId':_0x40a11a,'subUnitId':_0x78abac,'type':_0x205279[_0x448bf(0x2c9)],'op':_0x2583fc,'objects':_0x1e634a}},{'id':_0x27409b['id'],'params':{'unitId':_0x40a11a,'subUnitId':_0x78abac,'chartId':_0x16d95f,'chartType':_0x45e641,'range':_0x4b2271[_0x448bf(0x465)],'rangeUnitId':_0x4b2271[_0x448bf(0x3b1)],'rangeSubUnitId':_0x4b2271[_0x448bf(0x42b)],'isRowDirection':_0x588ea4,'context':_0x3e2248,'style':_0x49d038,'dataAggregation':_0x540bb4}}],'undos':[{'id':_0x37a229['id'],'params':{'unitId':_0x40a11a,'subUnitId':_0x78abac,'type':_0x205279[_0x448bf(0x3ac)],'op':_0x1f93b7,'objects':_0x1e634a}},{'id':_0x148b8a['id'],'params':{'unitId':_0x40a11a,'subUnitId':_0x78abac,'chartId':_0x16d95f}}]};}[_0x5c69fd(0x2b6)](_0x4d720d,_0x1610be,_0x39b7b1){const _0x549bef=_0x5c69fd;var _0x35adf;let {range:_0x46a2c8,skeleton:_0x35ff73}=_0x1610be,{range:_0x31df7d,skeleton:_0x4bde7c}=_0x39b7b1,{transform:_0x3c75d1,sheetTransform:_0x5ebdc0}=_0x4d720d,_0x381028={..._0x3c75d1};if(_0x46a2c8){let _0x396dd2=_0x22be29(_0x35ff73,_0x46a2c8),_0x5a05bb=_0x22be29(_0x4bde7c,_0x31df7d);if(_0x396dd2&&_0x5a05bb){var _0x1806e7,_0x6913f6;let _0x12f0bb=_0x5a05bb[_0x549bef(0x1c0)]-_0x396dd2[_0x549bef(0x1c0)],_0x18f95e=_0x5a05bb[_0x549bef(0x49e)]-_0x396dd2['startY'];_0x381028[_0x549bef(0x2bf)]=((_0x1806e7=_0x381028[_0x549bef(0x2bf)])==null?0x0:_0x1806e7)+_0x12f0bb,_0x381028[_0x549bef(0x4aa)]=((_0x6913f6=_0x381028[_0x549bef(0x4aa)])==null?0x0:_0x6913f6)+_0x18f95e;}}else{let _0x6b5a3a=_0x22be29(_0x4bde7c,_0x31df7d);_0x381028[_0x549bef(0x2bf)]=_0x6b5a3a==null?void 0x0:_0x6b5a3a[_0x549bef(0x1c0)],_0x381028[_0x549bef(0x4aa)]=_0x6b5a3a==null?void 0x0:_0x6b5a3a['startY'];}return{'transform':_0x381028,'sheetTransform':(_0x35adf=_0x27645e(_0x381028,_0x4bde7c))==null?_0x5ebdc0:_0x35adf};}};Pa=lr([Z(0x0,_0x290ca6(_0xcd05e2)),Z(0x1,_0x290ca6(_0x2d14f8)),Z(0x2,_0x290ca6(_0x2a3b02)),Z(0x3,_0x290ca6(_0xe41469))],Pa);let Fa=class extends _0x3b8ec0{constructor(_0x586e26,_0xc5aaff,_0x2f8354,_0x115560){const _0x1166f6=_0x5c69fd;super(),this[_0x1166f6(0x236)]=_0x586e26,this[_0x1166f6(0x43a)]=_0xc5aaff,this['_sheetPermissionCheckController']=_0x2f8354,this['_sheetsChartService']=_0x115560,this[_0x1166f6(0x1a8)]();}[_0x5c69fd(0x1a8)](){const _0x55026d=_0x5c69fd;this[_0x55026d(0x398)](this[_0x55026d(0x236)][_0x55026d(0x255)](_0x47d31c=>{const _0x36e1d6=_0x55026d;let _0x5bda01,_0x575990;if(_0x47d31c['id']===_0x4431fa['id']){let _0x4bfa00=_0x47d31c['params'];_0x5bda01=_0x4bfa00[_0x36e1d6(0x3b1)],_0x575990=_0x4bfa00[_0x36e1d6(0x42b)];}else{if(_0x47d31c['id']===_0xe8046d['id']||_0x47d31c['id']===_0x4cb3f9['id']){let _0x548cfa=_0x47d31c['params'];_0x5bda01=_0x548cfa[_0x36e1d6(0x3b1)],_0x575990=this[_0x36e1d6(0x319)][_0x36e1d6(0x4eb)](_0x548cfa[_0x36e1d6(0x3b1)],_0x548cfa['chartModelId']);}}!_0x5bda01||!_0x575990||this[_0x36e1d6(0x29c)]['permissionCheckWithoutRange']({'workbookTypes':[_0x534f53],'worksheetTypes':[_0x268650]},_0x5bda01,_0x575990)||this[_0x36e1d6(0x29c)]['blockExecuteWithoutPermission'](this['_localeService']['t']('sheets-chart-ui.permission.editErr'));}));}};Fa=lr([Z(0x0,_0x290ca6(_0x1094e2)),Z(0x1,_0x290ca6(_0x58d845)),Z(0x2,_0x290ca6(_0x26603b)),Z(0x3,_0x290ca6(_0x37740b))],Fa);let Ia=class extends _0xfe120b{constructor(_0x3b852d=Ln,_0x4b7f39,_0x3fea29,_0x37b9b1){const _0x2b0959=_0x5c69fd;super(),this['_config']=_0x3b852d,this[_0x2b0959(0x3da)]=_0x4b7f39,this[_0x2b0959(0x4f4)]=_0x3fea29,this['_commandService']=_0x37b9b1;let {..._0x4d97f8}=_0x367333({},Ln,this['_config']);this['_configService'][_0x2b0959(0x33e)](In,_0x4d97f8),this['_initCommands'](),_0x1e93c8(_0xbd6df1);}[_0x5c69fd(0x330)](){const _0x38c9d3=_0x5c69fd;this[_0x38c9d3(0x3da)][_0x38c9d3(0x2c7)]([Na]),this[_0x38c9d3(0x3da)][_0x38c9d3(0x24c)](Na);let _0x31cee8=this[_0x38c9d3(0x3da)];[[pr],[dr,{'useClass':ur}],[ir],[fa],[na],[aa],[pa],[Pa],[ma],[Fa]]['forEach'](_0x1a581d=>_0x31cee8['add'](_0x1a581d)),_0x34998f(this[_0x38c9d3(0x3da)],[[na],[pa],[aa],[pr],[Pa],[ma],[Fa]]);}[_0x5c69fd(0x13d)](){const _0x19c0ad=_0x5c69fd;var _0x559528;(_0x559528=this[_0x19c0ad(0x3da)][_0x19c0ad(0x24c)](na))==null||_0x559528[_0x19c0ad(0x29d)]();}[_0x5c69fd(0x46e)](){const _0x12d75a=_0x5c69fd;[Bn,zn,Rn]['forEach'](_0x5e45da=>this[_0x12d75a(0x398)](this[_0x12d75a(0x236)][_0x12d75a(0x4d6)](_0x5e45da)));}};X(Ia,_0x5c69fd(0x190),_0x2adaaf['UNIVER_SHEET']),X(Ia,_0x5c69fd(0x264),_0x5c69fd(0x2e8)),X(Ia,_0x5c69fd(0x480),ra),X(Ia,_0x5c69fd(0x451),ia),Ia=lr([_0x2e1b77(_0x1fe3eb,_0x2e3c2a),Z(0x1,_0x290ca6(_0x157d1d)),Z(0x2,_0x2d7fd6),Z(0x3,_0x1094e2)],Ia);export{In as SHEETS_CHART_UI_PLUGIN_CONFIG_KEY,na as SheetsChartUIController,pr as SheetsChartUIService,Ia as UniverSheetsChartUIPlugin};
|