@univerjs-pro/sheets-chart-ui 1.0.0-alpha.7 → 1.0.0-beta.0

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.
Files changed (131) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +14 -377
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/commands/focused-chart.command.d.ts +1 -1
  63. package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
  64. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
  65. package/lib/types/config/config.d.ts +4 -0
  66. package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
  67. package/lib/types/controllers/chart-render.controller.d.ts +3 -1
  68. package/lib/types/controllers/ui.controller.d.ts +7 -6
  69. package/lib/types/index.d.ts +0 -2
  70. package/lib/types/locale/en-US.d.ts +55 -302
  71. package/lib/types/services/chart-element-selection.d.ts +6 -6
  72. package/lib/types/services/chart-render.service.d.ts +10 -10
  73. package/lib/types/services/sheet-chart-host.d.ts +2 -4
  74. package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -2
  75. package/lib/types/services/sheets-chart-ui.service.d.ts +25 -138
  76. package/lib/types/util.d.ts +7 -4
  77. package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
  78. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
  79. package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
  80. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -20
  102. package/lib/types/hooks.d.ts +0 -3
  103. package/lib/types/services/chart-panel-route.d.ts +0 -20
  104. package/lib/types/views/chart-edit-panel/Options.d.ts +0 -165
  105. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
  106. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
  107. package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
  108. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
  109. package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
  110. package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
  111. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
  112. package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
  113. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
  114. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
  115. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
  116. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
  117. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
  118. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
  119. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
  120. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
  121. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
  122. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
  123. package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
  124. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
  125. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
  126. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
  127. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
  128. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
  129. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
  130. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
  131. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- (function(_0x3585da,_0x52ee59){const _0x1f642d=_0x1d8f,_0x39076b=_0x3585da();while(!![]){try{const _0x25efb0=parseInt(_0x1f642d(0x526))/0x1*(parseInt(_0x1f642d(0x3a9))/0x2)+-parseInt(_0x1f642d(0x6e3))/0x3+parseInt(_0x1f642d(0x5a7))/0x4+-parseInt(_0x1f642d(0x36c))/0x5+parseInt(_0x1f642d(0x36f))/0x6*(-parseInt(_0x1f642d(0x555))/0x7)+parseInt(_0x1f642d(0x1bf))/0x8*(parseInt(_0x1f642d(0x2bb))/0x9)+parseInt(_0x1f642d(0x4a4))/0xa*(parseInt(_0x1f642d(0x6a7))/0xb);if(_0x25efb0===_0x52ee59)break;else _0x39076b['push'](_0x39076b['shift']());}catch(_0x1fea92){_0x39076b['push'](_0x39076b['shift']());}}}(_0x34dd,0x4ee1c),function(_0x47a8dc,_0x3b60d3){const _0x3b54ed=_0x1d8f;typeof exports==_0x3b54ed(0x399)&&typeof module<'u'?_0x3b60d3(exports,require('@univerjs-pro/sheets-chart'),require('@univerjs/core'),require('@univerjs/drawing'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('rxjs'),require('@univerjs-pro/engine-chart'),require('@univerjs/drawing-ui'),require('@univerjs/engine-render'),require('@univerjs-pro/chart-ui'),require('@univerjs/design'),require('@univerjs/sheets'),require('@univerjs/engine-formula'),require('react'),require('@univerjs/sheets-formula-ui'),require('react/jsx-runtime'),require('@univerjs-pro/license')):typeof define==_0x3b54ed(0x483)&&define['amd']?define([_0x3b54ed(0x26f),_0x3b54ed(0x61c),_0x3b54ed(0x524),_0x3b54ed(0x1a8),_0x3b54ed(0x5cc),_0x3b54ed(0x1ca),_0x3b54ed(0x329),_0x3b54ed(0x659),_0x3b54ed(0x1ed),_0x3b54ed(0x3e6),_0x3b54ed(0x33d),_0x3b54ed(0x1b8),_0x3b54ed(0x3c7),'@univerjs/design',_0x3b54ed(0x2f4),'@univerjs/engine-formula',_0x3b54ed(0x3ce),'@univerjs/sheets-formula-ui',_0x3b54ed(0x1db),_0x3b54ed(0x423)],_0x3b60d3):(_0x47a8dc=typeof globalThis<'u'?globalThis:_0x47a8dc||self,_0x3b60d3(_0x47a8dc['UniverProSheetsChartUi']={},_0x47a8dc[_0x3b54ed(0x6ae)],_0x47a8dc[_0x3b54ed(0x684)],_0x47a8dc['UniverDrawing'],_0x47a8dc[_0x3b54ed(0x15c)],_0x47a8dc[_0x3b54ed(0x601)],_0x47a8dc[_0x3b54ed(0x542)],_0x47a8dc[_0x3b54ed(0x429)],_0x47a8dc[_0x3b54ed(0x1ed)],_0x47a8dc[_0x3b54ed(0x3f5)],_0x47a8dc[_0x3b54ed(0x135)],_0x47a8dc[_0x3b54ed(0x58e)],_0x47a8dc[_0x3b54ed(0x673)],_0x47a8dc[_0x3b54ed(0x169)],_0x47a8dc[_0x3b54ed(0x41f)],_0x47a8dc[_0x3b54ed(0x634)],_0x47a8dc['React'],_0x47a8dc[_0x3b54ed(0x2ca)],_0x47a8dc[_0x3b54ed(0x1b5)],_0x47a8dc['UniverProLicense']));}(this,function(_0x45e1ff,_0x30562c,_0x188e5d,_0x37abf0,_0x3f1d56,_0x5cb320,_0x2901b1,_0x214668,_0x1a3dad,_0x531b83,_0x2a2c94,_0x4c235f,_0x1a6924,_0x2748bd,_0x30d322,_0x41254e,_0x2a9a1d,_0xd6049c,_0x5ad5b4,_0x246ed9){const _0x1671ac=_0x1d8f;Object[_0x1671ac(0x48e)](_0x45e1ff,Symbol['toStringTag'],{'value':_0x1671ac(0x1a9)});let _0x2c0dcc=_0x1671ac(0x2f0),_0x2e535a={'enableChartElementFloatMenu':!0x1},_0x2781ca={'type':_0x188e5d['CommandType']['OPERATION'],'id':'sheet.operation.hide-chart-panel','handler'(){return!0x0;}},_0x45ba65={'type':_0x188e5d[_0x1671ac(0x57e)]['OPERATION'],'id':_0x1671ac(0x33c),'handler'(){return!0x0;}};function _0x4e1e44(_0x3fae55,_0x240066=0x1){const _0x58033d=_0x1671ac;return{'width':Math['max'](_0x240066,_0x3fae55[_0x58033d(0x568)]),'height':Math[_0x58033d(0x438)](_0x240066,_0x3fae55[_0x58033d(0x37a)])};}function _0x284135(_0x3ef470,_0x2f2525={},_0x138305={'left':0x0,'top':0x0}){const _0xdc62d7=_0x1671ac;var _0xd6ded3,_0x116e32;let _0x478c1f=(_0xd6ded3=_0x2f2525[_0xdc62d7(0x6d0)])==null?0x1:_0xd6ded3,_0x4fb617=(_0x116e32=_0x2f2525['scaleY'])==null?0x1:_0x116e32,_0x2d5f16=_0x1a6924[_0xdc62d7(0x1f1)]['resolve']({'logicalOuterRect':{'left':-_0x138305[_0xdc62d7(0x44d)],'top':-_0x138305['top'],..._0x4e1e44(_0x3ef470)},'scale':{'scaleX':_0x478c1f,'scaleY':_0x4fb617},'hostStyle':{},'contentMode':_0x1a6924[_0xdc62d7(0x249)][_0xdc62d7(0x1aa)]});return{'left':_0x2d5f16[_0xdc62d7(0x5b5)][_0xdc62d7(0x44d)],'top':_0x2d5f16[_0xdc62d7(0x5b5)][_0xdc62d7(0x1d8)],'width':_0x2d5f16['logicalOuterRect']['width'],'height':_0x2d5f16[_0xdc62d7(0x5b5)]['height'],'scaleX':_0x478c1f,'scaleY':_0x4fb617};}function _0x177495(_0x4b63f0){'@babel/helpers - typeof';const _0x36c135=_0x1671ac;return _0x177495=typeof Symbol=='function'&&typeof Symbol[_0x36c135(0x37f)]==_0x36c135(0x53c)?function(_0x259d13){return typeof _0x259d13;}:function(_0x2a121d){const _0x4183b5=_0x36c135;return _0x2a121d&&typeof Symbol=='function'&&_0x2a121d[_0x4183b5(0x633)]===Symbol&&_0x2a121d!==Symbol['prototype']?_0x4183b5(0x53c):typeof _0x2a121d;},_0x177495(_0x4b63f0);}function _0x2280ea(_0x5a4a98,_0x1290ba){const _0x178970=_0x1671ac;if(_0x177495(_0x5a4a98)!='object'||!_0x5a4a98)return _0x5a4a98;var _0x55dbab=_0x5a4a98[Symbol[_0x178970(0x675)]];if(_0x55dbab!==void 0x0){var _0x3b94cb=_0x55dbab[_0x178970(0x55a)](_0x5a4a98,_0x1290ba||_0x178970(0x204));if(_0x177495(_0x3b94cb)!=_0x178970(0x399))return _0x3b94cb;throw TypeError(_0x178970(0x2ea));}return(_0x1290ba===_0x178970(0x2d3)?String:Number)(_0x5a4a98);}function _0x2e4f5f(_0x5e75df){const _0x14e20b=_0x1671ac;var _0x5ebb28=_0x2280ea(_0x5e75df,'string');return _0x177495(_0x5ebb28)==_0x14e20b(0x53c)?_0x5ebb28:_0x5ebb28+'';}function _0x3822ce(_0x5c471a,_0x4269c9,_0x24cc04){const _0xfd185a=_0x1671ac;return(_0x4269c9=_0x2e4f5f(_0x4269c9))in _0x5c471a?Object[_0xfd185a(0x48e)](_0x5c471a,_0x4269c9,{'value':_0x24cc04,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5c471a[_0x4269c9]=_0x24cc04,_0x5c471a;}function _0xc368a3(_0x5112f7){const _0xf94ef9=_0x1671ac;switch(_0x5112f7[_0xf94ef9(0x1e7)]){case _0x531b83[_0xf94ef9(0x23e)][_0xf94ef9(0x33b)]:return _0x5112f7[_0xf94ef9(0x325)];case _0x531b83[_0xf94ef9(0x23e)]['ImageBitmap']:return _0x5112f7[_0xf94ef9(0x497)];default:return;}}var _0x50b150=class extends _0x4c235f[_0x1671ac(0x258)]{constructor(_0x42c5f2,_0x5259bd,_0x5555b2,_0x2e077e=()=>!0x1,_0x52ebe5=()=>{}){const _0x41c354=_0x1671ac;var _0xb4dd5;super(_0x42c5f2,{..._0x5259bd,'evented':(_0xb4dd5=_0x5259bd[_0x41c354(0x4af)])==null?!0x0:_0xb4dd5}),this[_0x41c354(0x4cb)]=_0x5555b2,this[_0x41c354(0x4e4)]=_0x2e077e,this[_0x41c354(0x617)]=_0x52ebe5,_0x3822ce(this,_0x41c354(0x39e),null),_0x3822ce(this,'_url',null),this[_0x41c354(0x36b)](_0x4c235f[_0x41c354(0x54f)][_0x41c354(0x690)]);}[_0x1671ac(0x624)](){const _0x5456bf=_0x1671ac;this['_disposeImage'](),super[_0x5456bf(0x624)]();}[_0x1671ac(0x5b0)](_0x3378de,_0x268c12){const _0x4d5577=_0x1671ac;if(!this[_0x4d5577(0x194)])return this[_0x4d5577(0x174)](!0x1),this;if(!this[_0x4d5577(0x50a)])return this;let {width:_0x3f3e71,height:_0x5ef5e9,left:_0x4daa28,top:_0x59d438}=this['getRealBound']();if(this[_0x4d5577(0x299)](_0x268c12)){let {top:_0x1fc3f6,left:_0x2227e7,bottom:_0x2169fd,right:_0x3181b}=_0x268c12[_0x4d5577(0x5d1)];if(_0x3f3e71+this[_0x4d5577(0x506)]+_0x4daa28<_0x2227e7||_0x3181b<_0x4daa28||_0x5ef5e9+this[_0x4d5577(0x506)]+_0x59d438<_0x1fc3f6||_0x2169fd<_0x59d438)return this;}let _0x44b216=this[_0x4d5577(0x50a)][_0x4d5577(0x2aa)]();_0x3378de['save']();let _0x4ed2aa=_0x4daa28+_0x3f3e71/0x2,_0x28c2cb=_0x59d438+_0x5ef5e9/0x2;return _0x3378de['transform'](_0x44b216[0x0],_0x44b216[0x1],_0x44b216[0x2],_0x44b216[0x3],_0x4ed2aa,_0x28c2cb),this[_0x4d5577(0x52c)]!==0x1&&(_0x3378de['globalAlpha']=this[_0x4d5577(0x52c)]),this[_0x4d5577(0x65a)](_0x3378de,void 0x0,_0x3f3e71,_0x5ef5e9),_0x3378de[_0x4d5577(0x569)](),this[_0x4d5577(0x174)](!0x1),this;}[_0x1671ac(0x65a)](_0x1fdc96,_0x9063fc,_0x36e2df=this['width'],_0x28194d=this[_0x1671ac(0x37a)]){const _0x690c60=_0x1671ac;this[_0x690c60(0x6d1)](_0x1fdc96,_0x36e2df,_0x28194d,{'stroke':void 0x0,'strokeWidth':0x0}),this[_0x690c60(0x13e)](_0x1fdc96,_0x36e2df,_0x28194d),this[_0x690c60(0x6d1)](_0x1fdc96,_0x36e2df,_0x28194d,{'fill':void 0x0});}[_0x1671ac(0x6d1)](_0x58db98,_0x4a6f41,_0x349b75,_0x57862e){const _0x1bbc82=_0x1671ac;_0x58db98[_0x1bbc82(0x18a)](),_0x58db98[_0x1bbc82(0x64a)](-_0x4a6f41/0x2,-_0x349b75/0x2),_0x4c235f[_0x1bbc82(0x258)][_0x1bbc82(0x64b)](_0x58db98,_0x4f339a(this,_0x4a6f41,_0x349b75,_0x57862e)),_0x58db98[_0x1bbc82(0x569)]();}[_0x1671ac(0x228)](_0x2444ec){const _0x47b075=_0x1671ac;let {left:_0x31dc0b,top:_0x105109,width:_0x2e9a67,height:_0x1dcfd7}=this[_0x47b075(0x32b)](),_0x1fc314=_0x31dc0b+_0x2e9a67/0x2,_0x452038=_0x105109+_0x1dcfd7/0x2,_0x3afbba=this[_0x47b075(0x50a)][_0x47b075(0x2aa)](),_0x3974b1=new _0x4c235f[(_0x47b075(0x1cb))]([_0x3afbba[0x0],_0x3afbba[0x1],_0x3afbba[0x2],_0x3afbba[0x3],_0x1fc314,_0x452038]),_0x891926=this['getParent'](),_0x10c457=(this['isInGroup']&&(_0x891926==null?void 0x0:_0x891926['classType'])===_0x4c235f['RENDER_CLASS_TYPE'][_0x47b075(0x4f3)]?_0x891926[_0x47b075(0x64c)]['multiply'](_0x3974b1):_0x3974b1)['invert']()[_0x47b075(0x565)](_0x2444ec),_0xe5a0f8=_0x2e9a67/0x2,_0x2b4ff5=_0x1dcfd7/0x2;return _0x10c457['x']>=-_0xe5a0f8-this[_0x47b075(0x506)]/0x2&&_0x10c457['x']<=_0xe5a0f8+this[_0x47b075(0x506)]/0x2&&_0x10c457['y']>=-_0x2b4ff5-this['strokeWidth']/0x2&&_0x10c457['y']<=_0x2b4ff5+this[_0x47b075(0x506)]/0x2;}[_0x1671ac(0x13e)](_0xf832af,_0x60825c,_0x58db75){const _0x3187ce=_0x1671ac;if(this[_0x3187ce(0x4e4)]())return;let _0x264151=this['_getImage'](),_0x42e51c=_0x264151?this[_0x3187ce(0x4c3)](_0x264151):void 0x0;if(!_0x42e51c)return;let {width:_0xb86833,height:_0x3a79a7}=_0x4e1e44({'width':_0x60825c,'height':_0x58db75},0x0);_0xb86833===0x0||_0x3a79a7===0x0||(_0xf832af[_0x3187ce(0x18a)](),_0xf832af['translate'](-_0x60825c/0x2,-_0x58db75/0x2),_0x28d074(_0xf832af,_0xb86833,_0x3a79a7,this[_0x3187ce(0x139)]),_0xf832af[_0x3187ce(0x42b)](),_0xf832af[_0x3187ce(0x417)](_0x42e51c,0x0,0x0,_0xb86833,_0x3a79a7),_0xf832af[_0x3187ce(0x569)]());}[_0x1671ac(0x4c3)](_0x42cfe0){const _0x2ae52a=_0x1671ac;var _0x541484;let _0x385f24=_0xc368a3(_0x42cfe0);if(_0x385f24)return _0x385f24;if(_0x42cfe0[_0x2ae52a(0x1e7)]===_0x531b83[_0x2ae52a(0x23e)][_0x2ae52a(0x15f)]&&(this[_0x2ae52a(0x4aa)]!==_0x42cfe0[_0x2ae52a(0x171)]&&(this[_0x2ae52a(0x4aa)]=_0x42cfe0[_0x2ae52a(0x171)],this[_0x2ae52a(0x39e)]=document[_0x2ae52a(0x54d)](_0x2ae52a(0x587)),this['_urlImage'][_0x2ae52a(0x2e5)]=_0x2ae52a(0x293),this[_0x2ae52a(0x39e)][_0x2ae52a(0x5be)]=()=>this[_0x2ae52a(0x174)](!0x0),this[_0x2ae52a(0x39e)][_0x2ae52a(0x689)]=_0x42cfe0[_0x2ae52a(0x171)]),(_0x541484=this[_0x2ae52a(0x39e)])!=null&&_0x541484[_0x2ae52a(0x2de)]&&this['_urlImage'][_0x2ae52a(0x5c8)]>0x0&&this['_urlImage'][_0x2ae52a(0x2bc)]>0x0))return this[_0x2ae52a(0x39e)];}};function _0x4f339a(_0x97ee53,_0x1af58b,_0x2c5f67,_0x118423){const _0x56e50e=_0x1671ac;let _0x40116e=Object[_0x56e50e(0x17a)](_0x97ee53);return Object['defineProperty'](_0x40116e,_0x56e50e(0x568),{'value':_0x1af58b}),Object[_0x56e50e(0x48e)](_0x40116e,_0x56e50e(0x37a),{'value':_0x2c5f67}),Object[_0x56e50e(0x41d)](_0x118423)['forEach'](_0x272185=>{Object['defineProperty'](_0x40116e,_0x272185,{'value':_0x118423[_0x272185]});}),_0x40116e;}function _0x28d074(_0x2bc60a,_0x4d5b45,_0x12863b,_0x3601db){const _0x2659bd=_0x1671ac;let _0x38eaaf=Math[_0x2659bd(0x186)](_0x3601db||0x0,_0x4d5b45/0x2,_0x12863b/0x2);if(_0x2bc60a['beginPath'](),!_0x38eaaf){_0x2bc60a[_0x2659bd(0x448)](0x0,0x0,_0x4d5b45,_0x12863b),_0x2bc60a[_0x2659bd(0x359)]();return;}_0x2bc60a[_0x2659bd(0x589)](_0x38eaaf,0x0),_0x2bc60a[_0x2659bd(0x479)](_0x4d5b45-_0x38eaaf,0x0),_0x2bc60a['arc'](_0x4d5b45-_0x38eaaf,_0x38eaaf,_0x38eaaf,Math['PI']*0x3/0x2,0x0,!0x1),_0x2bc60a[_0x2659bd(0x479)](_0x4d5b45,_0x12863b-_0x38eaaf),_0x2bc60a[_0x2659bd(0x469)](_0x4d5b45-_0x38eaaf,_0x12863b-_0x38eaaf,_0x38eaaf,0x0,Math['PI']/0x2,!0x1),_0x2bc60a[_0x2659bd(0x479)](_0x38eaaf,_0x12863b),_0x2bc60a[_0x2659bd(0x469)](_0x38eaaf,_0x12863b-_0x38eaaf,_0x38eaaf,Math['PI']/0x2,Math['PI'],!0x1),_0x2bc60a[_0x2659bd(0x479)](0x0,_0x38eaaf),_0x2bc60a[_0x2659bd(0x469)](_0x38eaaf,_0x38eaaf,_0x38eaaf,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x2bc60a[_0x2659bd(0x359)]();}function _0x48cfc5(_0x91c72e){const _0x33299d=_0x1671ac;(_0x91c72e==null?void 0x0:_0x91c72e[_0x33299d(0x1e7)])===_0x531b83[_0x33299d(0x23e)][_0x33299d(0x2d6)]&&_0x91c72e[_0x33299d(0x497)][_0x33299d(0x363)]();}function _0x5cf271(_0x23144b){const _0x3fdf91=_0x1671ac;return _0x23144b[_0x3fdf91(0x52a)]+_0x3fdf91(0x5b9)+_0x23144b[_0x3fdf91(0x567)]+_0x3fdf91(0x5b9)+_0x23144b['chartId'];}var _0x4b94db=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(..._0x4d4209){const _0x11390b=_0x1671ac;super(..._0x4d4209),_0x3822ce(this,_0x11390b(0x6a8),new Map());}[_0x1671ac(0x39c)](_0x373700){const _0x571375=_0x1671ac;var _0x25b94d;let _0x25afc6=_0x5cf271(_0x373700),_0x4b92ec=(_0x25b94d=this[_0x571375(0x6a8)][_0x571375(0x265)](_0x25afc6))==null?{'version':0x0}:_0x25b94d;return _0x4b92ec[_0x571375(0x67c)]+=0x1,this[_0x571375(0x6a8)][_0x571375(0x5da)](_0x25afc6,_0x4b92ec),_0x4b92ec[_0x571375(0x67c)];}[_0x1671ac(0x2fb)](_0x17c02e,_0xde0aa5){const _0x3d32d4=_0x1671ac;var _0x410b92;return((_0x410b92=this[_0x3d32d4(0x6a8)]['get'](_0x5cf271(_0x17c02e)))==null?void 0x0:_0x410b92[_0x3d32d4(0x67c)])===_0xde0aa5;}[_0x1671ac(0x6a2)](_0x5a411d,_0x5ac374,_0x2d6dc8){const _0x30a1b1=_0x1671ac;var _0x23608c;if(!this[_0x30a1b1(0x2fb)](_0x5a411d,_0x2d6dc8))return _0x48cfc5(_0x5ac374),!0x1;let _0x218565=_0x5cf271(_0x5a411d),_0x31afb6=(_0x23608c=this['_entries'][_0x30a1b1(0x265)](_0x218565))==null?{'version':_0x2d6dc8}:_0x23608c,_0x912eb3=_0x31afb6[_0x30a1b1(0x490)];return _0x31afb6[_0x30a1b1(0x490)]=_0x5ac374,_0x31afb6[_0x30a1b1(0x67c)]=_0x2d6dc8,this[_0x30a1b1(0x6a8)]['set'](_0x218565,_0x31afb6),_0x912eb3!==_0x5ac374&&_0x48cfc5(_0x912eb3),!0x0;}[_0x1671ac(0x411)](_0x11250d){const _0x4fecfc=_0x1671ac;var _0x1ae1e1;return(_0x1ae1e1=this['_entries'][_0x4fecfc(0x265)](_0x5cf271(_0x11250d)))==null?void 0x0:_0x1ae1e1['image'];}['clearImage'](_0x39d050){const _0x540c0a=_0x1671ac;let _0x23b558=_0x5cf271(_0x39d050),_0x515ee8=this[_0x540c0a(0x6a8)]['get'](_0x23b558);_0x515ee8&&(_0x48cfc5(_0x515ee8[_0x540c0a(0x490)]),this[_0x540c0a(0x6a8)][_0x540c0a(0x125)](_0x23b558));}[_0x1671ac(0x2fd)](_0x50bf93){const _0x11ec52=_0x1671ac;for(let [_0x270db6,_0x5aaa9f]of this[_0x11ec52(0x6a8)])_0x270db6[_0x11ec52(0x559)](_0x11ec52(0x5b9)+_0x50bf93)&&(_0x48cfc5(_0x5aaa9f[_0x11ec52(0x490)]),this[_0x11ec52(0x6a8)]['delete'](_0x270db6));}[_0x1671ac(0x624)](){const _0x45ef58=_0x1671ac;this[_0x45ef58(0x6a8)][_0x45ef58(0x4b3)](_0x40e350=>_0x48cfc5(_0x40e350['image'])),this[_0x45ef58(0x6a8)][_0x45ef58(0x18c)](),super[_0x45ef58(0x624)]();}};function _0x88389c(_0x45d29a,_0x569fef=0x7d0){let _0x4b5a85=null,_0x45c578=null,_0x27633e=!0x1,_0x29d4fa=()=>{},_0x232fad=()=>{_0x4b5a85!=null&&(clearInterval(_0x4b5a85),_0x4b5a85=null),_0x45c578!=null&&(clearTimeout(_0x45c578),_0x45c578=null);};return{'promise':new Promise((_0x37297b,_0x41e8f7)=>{_0x29d4fa=_0x41e8f7;let _0x28526b=()=>{const _0x408f6b=_0x1d8f;let _0x131b5f=document[_0x408f6b(0x4ad)](_0x45d29a);!_0x131b5f||_0x27633e||(_0x27633e=!0x0,_0x232fad(),_0x37297b(_0x131b5f));};_0x28526b(),!_0x27633e&&(_0x4b5a85=setInterval(_0x28526b,16.666666666666668),_0x45c578=setTimeout(()=>{const _0x5db855=_0x1d8f;_0x27633e||(_0x27633e=!0x0,_0x232fad(),_0x41e8f7(Error(_0x5db855(0x291)+_0x45d29a+'\x22.')));},_0x569fef));}),'cancel':()=>{const _0x152f30=_0x1d8f;_0x27633e||(_0x27633e=!0x0,_0x232fad(),_0x29d4fa(Error(_0x152f30(0x3ab)+_0x45d29a+'\x22.')));}};}var _0x1f4de4=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x848185,_0x115bce,_0xa7a4d,_0x140fa1,_0x54dfec,_0x44bcd8,_0x4c5dc1){const _0x454b6e=_0x1671ac;super(),this[_0x454b6e(0x6b0)]=_0x848185,this[_0x454b6e(0x1eb)]=_0x115bce,this[_0x454b6e(0x20c)]=_0xa7a4d,this[_0x454b6e(0x478)]=_0x140fa1,this[_0x454b6e(0x6bf)]=_0x54dfec,this[_0x454b6e(0x327)]=_0x44bcd8,this[_0x454b6e(0x15e)]=_0x4c5dc1,_0x3822ce(this,_0x454b6e(0x468),_0x531b83['ChartHostRenderMode'][_0x454b6e(0x3c2)]),_0x3822ce(this,_0x454b6e(0x6fc),null),_0x3822ce(this,'_managed',!0x1),_0x3822ce(this,_0x454b6e(0x264),null),_0x3822ce(this,_0x454b6e(0x338),null),_0x3822ce(this,_0x454b6e(0x440),null),_0x3822ce(this,_0x454b6e(0x578),{}),_0x3822ce(this,'_savedWrapperStyle',null);}[_0x1671ac(0x3ad)](){const _0x583fe4=_0x1671ac;return this[_0x583fe4(0x471)];}[_0x1671ac(0x176)](){const _0x4b76fa=_0x1671ac;this[_0x4b76fa(0x471)]=!0x1;}['getRect'](){const _0x4e2daa=_0x1671ac;let _0x2a58ac=this[_0x4e2daa(0x20c)]();return _0x2a58ac?{'width':_0x2a58ac[_0x4e2daa(0x568)],'height':_0x2a58ac['height']}:null;}[_0x1671ac(0x286)](_0x372354){const _0x261a6c=_0x1671ac;this[_0x261a6c(0x578)]=_0x372354,this[_0x261a6c(0x478)](_0x372354),this[_0x261a6c(0x18b)]();}async[_0x1671ac(0x37b)](){const _0xfd236e=_0x1671ac;var _0x193cb1;if(this[_0xfd236e(0x4d1)]||this[_0xfd236e(0x6bf)]())throw Error(_0xfd236e(0x635));let _0x102c72=this[_0xfd236e(0x1eb)](),_0x3a97f3=(_0x193cb1=_0x102c72==null?void 0x0:_0x102c72[_0xfd236e(0x42e)])==null?this[_0xfd236e(0x6b0)]:_0x193cb1,_0x281c05=document[_0xfd236e(0x4ad)](_0x3a97f3);if(this['_domFrame']&&_0x281c05!=null&&_0x281c05[_0xfd236e(0x62c)](this['_domFrame']['mountNode']))return{'mountNode':this['_domFrame'][_0xfd236e(0x366)],'dispose':()=>{const _0x54b814=_0xfd236e;this[_0x54b814(0x624)](),_0x102c72==null||_0x102c72[_0x54b814(0x624)][_0x54b814(0x624)]();}};if(this[_0xfd236e(0x338)])return this[_0xfd236e(0x338)];let _0x30aee2=this[_0xfd236e(0x435)]();return this[_0xfd236e(0x338)]=_0x30aee2,_0x30aee2[_0xfd236e(0x6a9)](()=>{const _0x575eb2=_0xfd236e;this[_0x575eb2(0x338)]===_0x30aee2&&(this[_0x575eb2(0x338)]=null);},()=>{this['_pendingHost']===_0x30aee2&&(this['_pendingHost']=null);}),_0x30aee2;}async[_0x1671ac(0x48a)](){const _0x3a85bc=_0x1671ac;try{return(await this[_0x3a85bc(0x37b)]())[_0x3a85bc(0x366)];}catch{return null;}}[_0x1671ac(0x328)](){const _0x58ed12=_0x1671ac;var _0x12a10a;let _0x2c7dbd=this[_0x58ed12(0x1eb)](),_0x5afacb=(_0x12a10a=_0x2c7dbd==null?void 0x0:_0x2c7dbd[_0x58ed12(0x42e)])==null?this['chartId']:_0x12a10a,_0x8a5fbd=document[_0x58ed12(0x4ad)](_0x5afacb);return!!(this[_0x58ed12(0x6fc)]&&_0x8a5fbd!=null&&_0x8a5fbd[_0x58ed12(0x62c)](this[_0x58ed12(0x6fc)][_0x58ed12(0x366)]));}[_0x1671ac(0x240)](){const _0x3f57c9=_0x1671ac;if(!this[_0x3f57c9(0x6fc)])return;let _0x3c5815=this[_0x3f57c9(0x20c)]();_0x3c5815&&this[_0x3f57c9(0x6fc)][_0x3f57c9(0x2b6)](this[_0x3f57c9(0x5db)](_0x3c5815),this[_0x3f57c9(0x21f)]());}['markReady'](){const _0x1e55a7=_0x1671ac;this[_0x1e55a7(0x327)]();}[_0x1671ac(0x499)](){this['_markNotReady']();}[_0x1671ac(0x624)](){const _0x3e633d=_0x1671ac;var _0x15765d;this[_0x3e633d(0x4d1)]||(this[_0x3e633d(0x499)](),this[_0x3e633d(0x264)]=null,this['_pendingHost']=null,this[_0x3e633d(0x158)](),this[_0x3e633d(0x471)]=!0x1,(_0x15765d=this[_0x3e633d(0x6fc)])==null||_0x15765d['dispose'](),this[_0x3e633d(0x6fc)]=null,this[_0x3e633d(0x4eb)](),super['dispose']());}async[_0x1671ac(0x435)](){const _0x1966d8=_0x1671ac;var _0xa36155;let _0x5a827e=this['_getFloatDomInfo']();if(!_0x5a827e)throw Error(_0x1966d8(0x635));let _0x3c14bc=(_0xa36155=_0x5a827e[_0x1966d8(0x42e)])==null?this[_0x1966d8(0x6b0)]:_0xa36155,_0x53bc46=_0x88389c(_0x3c14bc),_0x5a760d=Symbol(this[_0x1966d8(0x6b0)]);this[_0x1966d8(0x264)]=_0x5a760d,this[_0x1966d8(0x440)]=_0x53bc46;try{var _0x15f4e5;let _0x3b65fb=await _0x53bc46[_0x1966d8(0x63d)],_0xea539d=this[_0x1966d8(0x1eb)](),_0x32c96e=(_0x15f4e5=_0xea539d==null?void 0x0:_0xea539d[_0x1966d8(0x42e)])==null?this[_0x1966d8(0x6b0)]:_0x15f4e5;if(this[_0x1966d8(0x4d1)]||this[_0x1966d8(0x6bf)]()||this[_0x1966d8(0x264)]!==_0x5a760d||!_0xea539d||_0x32c96e!==_0x3c14bc||document['getElementById'](_0x3c14bc)!==_0x3b65fb||!_0x3b65fb[_0x1966d8(0x5f6)])throw Error(_0x1966d8(0x635));let _0xa0b9f2=this['_getPlacement']();if(!_0xa0b9f2)throw Error('Fail\x20to\x20create\x20float\x20dom');let _0xd45c68=new _0x1a6924[(_0x1966d8(0x274))](_0x3b65fb);return _0xd45c68[_0x1966d8(0x2b6)](this[_0x1966d8(0x5db)](_0xa0b9f2),this[_0x1966d8(0x21f)]()),this[_0x1966d8(0x36a)](_0x3b65fb),this[_0x1966d8(0x6fc)]=_0xd45c68,this[_0x1966d8(0x471)]=!0x0,{'mountNode':_0xd45c68[_0x1966d8(0x366)],'dispose':()=>{const _0x4e5fb1=_0x1966d8;this[_0x4e5fb1(0x624)](),_0x5a827e[_0x4e5fb1(0x624)]['dispose']();}};}finally{this['_waiter']===_0x53bc46&&(this[_0x1966d8(0x440)]=null),this['_pendingToken']===_0x5a760d&&(this['_pendingToken']=null);}}[_0x1671ac(0x158)](){const _0x1ba3f2=_0x1671ac;let _0x37153b=this[_0x1ba3f2(0x440)];_0x37153b&&(_0x37153b[_0x1ba3f2(0x638)](),this[_0x1ba3f2(0x440)]=null);}['_applyHostStyle'](){const _0x4dc942=_0x1671ac;let _0x4fee7c=this[_0x4dc942(0x20c)]();this[_0x4dc942(0x6fc)]&&_0x4fee7c&&this[_0x4dc942(0x6fc)][_0x4dc942(0x2b6)](this[_0x4dc942(0x5db)](_0x4fee7c),this[_0x4dc942(0x21f)]());}[_0x1671ac(0x5db)](_0x5b15f0){const _0x1e89db=_0x1671ac;return _0x1a6924[_0x1e89db(0x1f1)][_0x1e89db(0x1ba)]({'logicalOuterRect':{'left':_0x5b15f0[_0x1e89db(0x44d)],'top':_0x5b15f0[_0x1e89db(0x1d8)],'width':_0x5b15f0[_0x1e89db(0x568)],'height':_0x5b15f0[_0x1e89db(0x37a)]},'scale':{'scaleX':_0x5b15f0[_0x1e89db(0x6d0)],'scaleY':_0x5b15f0[_0x1e89db(0x4e8)]},'hostStyle':this['_frameStyle'](),'contentMode':_0x1a6924['ChartFrameContentMode'][_0x1e89db(0x1aa)]});}['_frameStyle'](){const _0x7272d5=_0x1671ac;return{...this['_hostStyle'],'radius':_0x1a6924[_0x7272d5(0x1f8)]};}[_0x1671ac(0x36a)](_0x3c1778){const _0x5d3e07=_0x1671ac;let _0x537029=_0x3c1778['parentElement'];_0x537029&&(this[_0x5d3e07(0x427)]||(this[_0x5d3e07(0x427)]={'zIndex':_0x537029[_0x5d3e07(0x243)]['zIndex'],'pointerEvents':_0x537029[_0x5d3e07(0x243)][_0x5d3e07(0x4c8)]}),_0x537029['style'][_0x5d3e07(0x1a7)]=_0x5d3e07(0x17e),_0x537029[_0x5d3e07(0x243)][_0x5d3e07(0x4c8)]=_0x5d3e07(0x2f1));}[_0x1671ac(0x4eb)](){const _0x2ac04b=_0x1671ac;var _0x5f07b0,_0x20d91d;if(!this['_savedWrapperStyle'])return;let _0x372fa5=this[_0x2ac04b(0x1eb)](),_0x133b09=(_0x5f07b0=_0x372fa5==null?void 0x0:_0x372fa5[_0x2ac04b(0x42e)])==null?this[_0x2ac04b(0x6b0)]:_0x5f07b0,_0x1db664=(_0x20d91d=document[_0x2ac04b(0x4ad)](_0x133b09))==null?void 0x0:_0x20d91d['parentElement'];_0x1db664&&(_0x1db664['style']['zIndex']=this[_0x2ac04b(0x427)][_0x2ac04b(0x1a7)],_0x1db664['style'][_0x2ac04b(0x4c8)]=this['_savedWrapperStyle'][_0x2ac04b(0x4c8)]),this[_0x2ac04b(0x427)]=null;}},_0x1b33bc=class extends _0x531b83[_0x1671ac(0x369)]{constructor(_0x2236f4,_0x32b8b3,_0x27e591,_0x550622,_0x36dd5e,_0x2bd7e2){const _0x21f7c6=_0x1671ac;super(_0x2236f4),this[_0x21f7c6(0x235)]=_0x32b8b3,this[_0x21f7c6(0x478)]=_0x27e591,this[_0x21f7c6(0x586)]=_0x550622,this[_0x21f7c6(0x5f1)]=_0x36dd5e,this['_requestPaint']=_0x2bd7e2;}[_0x1671ac(0x300)](){const _0xef56ed=_0x1671ac;let _0x171236=this[_0xef56ed(0x235)]();return _0x171236?_0x4e1e44(_0x171236):null;}[_0x1671ac(0x286)](_0x3fe5b4){this['_setHostStyle'](_0x3fe5b4);}['nextVersion'](){const _0x58b759=_0x1671ac;return this['_snapshotStore']['nextVersion'](this[_0x58b759(0x586)]);}[_0x1671ac(0x384)](_0x5618df,_0x52a945){const _0x40533b=_0x1671ac;return this[_0x40533b(0x5f1)][_0x40533b(0x6a2)](this['_snapshotKey'],_0x5618df,_0x52a945);}[_0x1671ac(0x454)](){this['_requestPaint']();}[_0x1671ac(0x36d)](){const _0x36d092=_0x1671ac;this[_0x36d092(0x5f1)][_0x36d092(0x39c)](this[_0x36d092(0x586)]);}};function _0x2e55b2(_0x29e068,_0x4c91d1){return function(_0x4d3c22,_0x244979){_0x4c91d1(_0x4d3c22,_0x244979,_0x29e068);};}function _0x5d6e94(_0x204188,_0x5a1c6a,_0x3058d2,_0x4bc8b5){const _0x2c8da8=_0x1671ac;var _0x1f7f60=arguments[_0x2c8da8(0x424)],_0x57c88b=_0x1f7f60<0x3?_0x5a1c6a:_0x4bc8b5===null?_0x4bc8b5=Object[_0x2c8da8(0x1b6)](_0x5a1c6a,_0x3058d2):_0x4bc8b5,_0x1ee418;if(typeof Reflect==_0x2c8da8(0x399)&&typeof Reflect[_0x2c8da8(0x59f)]=='function')_0x57c88b=Reflect['decorate'](_0x204188,_0x5a1c6a,_0x3058d2,_0x4bc8b5);else{for(var _0x5cad10=_0x204188[_0x2c8da8(0x424)]-0x1;_0x5cad10>=0x0;_0x5cad10--)(_0x1ee418=_0x204188[_0x5cad10])&&(_0x57c88b=(_0x1f7f60<0x3?_0x1ee418(_0x57c88b):_0x1f7f60>0x3?_0x1ee418(_0x5a1c6a,_0x3058d2,_0x57c88b):_0x1ee418(_0x5a1c6a,_0x3058d2))||_0x57c88b);}return _0x1f7f60>0x3&&_0x57c88b&&Object[_0x2c8da8(0x48e)](_0x5a1c6a,_0x3058d2,_0x57c88b),_0x57c88b;}function _0x233964(_0x56171a){const _0x15f4db=_0x1671ac;var _0x17ada5,_0x5178dd;if(!Object[_0x15f4db(0x44e)]['hasOwnProperty'][_0x15f4db(0x55a)](_0x56171a,_0x15f4db(0x1f9)))return _0x56171a;let {border:_0x410ff8,..._0x2c446b}=_0x56171a;return{..._0x2c446b,'stroke':(_0x17ada5=_0x410ff8==null?void 0x0:_0x410ff8[_0x15f4db(0x493)])==null?_0x15f4db(0x188):_0x17ada5,'strokeWidth':(_0x5178dd=_0x410ff8==null?void 0x0:_0x410ff8[_0x15f4db(0x568)])==null?0x0:_0x5178dd};}let _0x13d1e4=class extends _0x188e5d['Disposable']{constructor(_0x558e6e,_0x239e20,_0x570388,_0x8a2ee0){const _0x109177=_0x1671ac;super(),this['_sheetCanvasFloatDomManagerService']=_0x558e6e,this[_0x109177(0x4f4)]=_0x239e20,this[_0x109177(0x14c)]=_0x570388,this['_canvasFloatDomService']=_0x8a2ee0,_0x3822ce(this,_0x109177(0x27e),new Map()),_0x3822ce(this,'_activeDomReadyChartIds',new Set()),_0x3822ce(this,_0x109177(0x4b0),new _0x1a3dad[(_0x109177(0x38c))]()),_0x3822ce(this,_0x109177(0x34b),this[_0x109177(0x4b0)][_0x109177(0x508)]()),this[_0x109177(0x40d)](this['_sheetCanvasFloatDomManagerService'][_0x109177(0x6d8)][_0x109177(0x154)](_0x4bbb9d=>{const _0x25997d=_0x109177;let _0x156731=this[_0x25997d(0x27e)][_0x25997d(0x265)](_0x4bbb9d['id']);_0x156731!=null&&_0x156731[_0x25997d(0x3ad)]()&&(_0x156731['markUnmanaged'](),this[_0x25997d(0x4b0)][_0x25997d(0x32e)](_0x4bbb9d['id']));}));}[_0x1671ac(0x3d8)](_0x5b5651){const _0x172565=_0x1671ac;if(_0x5b5651==null)return;let _0xaae4c=this[_0x172565(0x4f4)][_0x172565(0x378)](_0x5b5651),_0x560845=_0xaae4c==null?void 0x0:_0xaae4c[_0x172565(0x5fe)];return _0xaae4c==null||_0x560845==null?null:{'scene':_0x560845,'transformer':_0x560845[_0x172565(0x31e)](),'renderUnit':_0xaae4c,'canvas':_0xaae4c[_0x172565(0x350)][_0x172565(0x402)]()};}[_0x1671ac(0x62a)](_0x480a20,_0x19bcc6){const _0x212a87=_0x1671ac;let _0x36a4c6=this[_0x212a87(0x5e1)],_0x50e0da=_0x19bcc6||'transparent',_0x59a37=_0x36a4c6[_0x212a87(0x610)](_0x480a20);if(_0x59a37){let {unitId:_0x459307,subUnitId:_0x128530}=_0x59a37;_0x36a4c6[_0x212a87(0x3d7)](_0x459307,_0x128530,_0x480a20,{'stroke':_0x50e0da});}}[_0x1671ac(0x3c3)](_0x443a1a,_0x3d48a1){const _0x277637=_0x1671ac;let _0x52671e=this[_0x277637(0x5e1)],_0x2c9ae3=_0x52671e['getFloatDomInfo'](_0x443a1a);if(_0x2c9ae3){let {unitId:_0x3bb8a4,subUnitId:_0x5b7220}=_0x2c9ae3;_0x52671e[_0x277637(0x3d7)](_0x3bb8a4,_0x5b7220,_0x443a1a,_0x233964(_0x3d48a1));}}[_0x1671ac(0x4df)](_0x20b4de){const _0x530f35=_0x1671ac;let _0x294182=this['_sheetCanvasFloatDomManagerService'][_0x530f35(0x610)](_0x20b4de);return _0x294182?_0x294182[_0x530f35(0x448)]:null;}[_0x1671ac(0x3ff)](_0x5ab3be){const _0xad8b2a=_0x1671ac;var _0x5e10ec,_0x4d1eb3;return(_0x5e10ec=(_0x4d1eb3=this[_0xad8b2a(0x27e)][_0xad8b2a(0x265)](_0x5ab3be))==null?void 0x0:_0x4d1eb3[_0xad8b2a(0x328)]())==null?!0x1:_0x5e10ec;}[_0x1671ac(0x611)](_0x260c85){const _0x1c41c8=_0x1671ac;var _0x5efa9b;(_0x5efa9b=this['_chartHostMap'][_0x1c41c8(0x265)](_0x260c85))==null||_0x5efa9b['syncLayout']();}[_0x1671ac(0x431)](_0x3afd0c){const _0xb6d18=_0x1671ac;let _0x1389bd=this['_chartHostMap']['get'](_0x3afd0c);_0x1389bd==null||_0x1389bd[_0xb6d18(0x624)](),this[_0xb6d18(0x27e)]['delete'](_0x3afd0c);}async[_0x1671ac(0x643)](_0xb22650,_0x59ece4){const _0x14c0b5=_0x1671ac;if(_0x59ece4===_0x531b83[_0x14c0b5(0x512)]['Image'])return this['_createImageChartHost'](_0xb22650);if(_0x59ece4===_0x531b83[_0x14c0b5(0x512)]['Dom'])return this[_0x14c0b5(0x155)](_0xb22650);let _0x15b215=this['_getOrCreateSheetChartHost'](_0xb22650);if(!_0x15b215)throw Error('Fail\x20to\x20create\x20float\x20dom');return _0x15b215[_0x14c0b5(0x37b)]();}[_0x1671ac(0x63b)](_0x1cfa4c){const _0x537452=_0x1671ac;return this['_activeDomReadyChartIds'][_0x537452(0x470)](_0x1cfa4c);}['markHostNotReady'](_0x16813f){const _0x144e3f=_0x1671ac;this[_0x144e3f(0x1c0)]['delete'](_0x16813f)&&this[_0x144e3f(0x1ad)](_0x16813f);}[_0x1671ac(0x36d)](_0x4bc8f5){const _0x43987a=_0x1671ac;let _0xe58fca=this[_0x43987a(0x5ca)](_0x4bc8f5);_0xe58fca&&this[_0x43987a(0x14c)][_0x43987a(0x39c)](_0xe58fca);}[_0x1671ac(0x5a3)](_0x5715cd){const _0x12553d=_0x1671ac;let _0x54d267=this['_getChartSnapshotKey'](_0x5715cd);return!_0x54d267||!this[_0x12553d(0x4df)](_0x5715cd)?null:new _0x1b33bc(_0x5715cd,()=>this[_0x12553d(0x4df)](_0x5715cd),_0x526956=>this[_0x12553d(0x3c3)](_0x5715cd,_0x526956),_0x54d267,this[_0x12553d(0x14c)],()=>this[_0x12553d(0x1ad)](_0x5715cd));}[_0x1671ac(0x155)](_0x4fe893){const _0xaa79b5=_0x1671ac;if(!this[_0xaa79b5(0x4df)](_0x4fe893))return null;this[_0xaa79b5(0x279)][_0xaa79b5(0x392)](_0x4fe893,{'contentBox':{'wrapperInset':0x0,'contentInset':0x0}});let _0x27c630=this[_0xaa79b5(0x27e)][_0xaa79b5(0x265)](_0x4fe893);if(_0x27c630)return _0x27c630;let _0x724b34=new _0x1f4de4(_0x4fe893,()=>this[_0xaa79b5(0x5e1)][_0xaa79b5(0x610)](_0x4fe893),()=>this[_0xaa79b5(0x236)](_0x4fe893),_0x3f1f75=>this[_0xaa79b5(0x3c3)](_0x4fe893,_0x3f1f75),()=>this[_0xaa79b5(0x4d1)],()=>this[_0xaa79b5(0x6e4)](_0x4fe893),()=>this['markHostNotReady'](_0x4fe893));return this['_chartHostMap'][_0xaa79b5(0x5da)](_0x4fe893,_0x724b34),_0x724b34;}['_markHostReady'](_0x170469){const _0x403b1d=_0x1671ac;this[_0x403b1d(0x1c0)][_0x403b1d(0x470)](_0x170469)||(this['_activeDomReadyChartIds'][_0x403b1d(0x53f)](_0x170469),this[_0x403b1d(0x1ad)](_0x170469));}['_getChartSnapshotKey'](_0x1af216){const _0x3f17f9=_0x1671ac;let _0x44670e=this[_0x3f17f9(0x5e1)][_0x3f17f9(0x610)](_0x1af216);return _0x44670e?{'unitId':_0x44670e[_0x3f17f9(0x52a)],'subUnitId':_0x44670e[_0x3f17f9(0x567)],'chartId':_0x1af216}:null;}[_0x1671ac(0x1ad)](_0x34648e){const _0x424328=_0x1671ac;var _0x3cd8bd,_0x120ba2,_0x8e220,_0x1e2254,_0x2f39e9;let _0x2b700a=this[_0x424328(0x5e1)][_0x424328(0x610)](_0x34648e);if(!_0x2b700a)return;let _0x3b26da=(_0x3cd8bd=this['_renderManagerService']['getRenderById'](_0x2b700a[_0x424328(0x52a)]))==null?void 0x0:_0x3cd8bd[_0x424328(0x5fe)],_0x2575c6=(_0x120ba2=(_0x8e220=_0x3b26da==null||(_0x1e2254=_0x3b26da[_0x424328(0x68e)])==null?void 0x0:_0x1e2254['call'](_0x3b26da,(0x0,_0x37abf0[_0x424328(0x14a)])({'unitId':_0x2b700a[_0x424328(0x52a)],'subUnitId':_0x2b700a[_0x424328(0x567)],'drawingId':_0x34648e})))==null?_0x3b26da==null?void 0x0:_0x3b26da['getObject']((0x0,_0x37abf0['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x2b700a[_0x424328(0x52a)],'subUnitId':_0x2b700a[_0x424328(0x567)],'drawingId':_0x34648e})):_0x8e220)==null?null:_0x120ba2;_0x2575c6==null||(_0x2f39e9=_0x2575c6['makeDirty'])==null||_0x2f39e9['call'](_0x2575c6,!0x0),_0x3b26da==null||_0x3b26da[_0x424328(0x174)](!0x0);}[_0x1671ac(0x236)](_0x2c6e08){const _0x588b9b=_0x1671ac;var _0x405740,_0x5a217a,_0x1b2884;let _0x57b3aa=this[_0x588b9b(0x5e1)]['getFloatDomInfo'](_0x2c6e08);if(!_0x57b3aa)return null;let _0x5c906e=this['_getSceneAndTransformerByDrawingSearch'](_0x57b3aa[_0x588b9b(0x52a)]),_0x2178fc=_0x5c906e==null?void 0x0:_0x5c906e[_0x588b9b(0x5fe)],_0x4b5979=document['getElementById']((_0x405740=_0x57b3aa[_0x588b9b(0x42e)])==null?_0x2c6e08:_0x405740);return _0x284135(_0x57b3aa[_0x588b9b(0x448)],{'scaleX':(_0x5a217a=_0x2178fc==null?void 0x0:_0x2178fc[_0x588b9b(0x6d0)])==null?0x1:_0x5a217a,'scaleY':(_0x1b2884=_0x2178fc==null?void 0x0:_0x2178fc[_0x588b9b(0x4e8)])==null?0x1:_0x1b2884},_0x4b5979?{'left':_0x4b5979[_0x588b9b(0x4a8)],'top':_0x4b5979[_0x588b9b(0x30d)]}:void 0x0);}[_0x1671ac(0x624)](){const _0x49c1ba=_0x1671ac;this[_0x49c1ba(0x4d1)]||(this[_0x49c1ba(0x27e)][_0x49c1ba(0x4b3)](_0x3c8590=>_0x3c8590[_0x49c1ba(0x624)]()),this[_0x49c1ba(0x27e)][_0x49c1ba(0x18c)](),this['_activeDomReadyChartIds'][_0x49c1ba(0x18c)](),this[_0x49c1ba(0x4b0)]['complete'](),super['dispose']());}};_0x13d1e4=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x5cb320['SheetCanvasFloatDomManagerService'])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4c235f[_0x1671ac(0x625)])),_0x2e55b2(0x2,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4b94db)),_0x2e55b2(0x3,(0x0,_0x188e5d['Inject'])(_0x214668['CanvasFloatDomService']))],_0x13d1e4);let _0x326693=(0x0,_0x188e5d[_0x1671ac(0x6a3)])(_0x1671ac(0x2b7)),_0xbf74f=_0x30562c[_0x1671ac(0x6f0)]['Image'];var _0x1b6d61=class extends _0x531b83[_0x1671ac(0x369)]{constructor(_0x18e1dd,_0x538e7d){const _0x103f5b=_0x1671ac;super(_0x18e1dd),this[_0x103f5b(0x637)]=_0x538e7d,_0x3822ce(this,'_version',0x0),_0x3822ce(this,_0x103f5b(0x666),void 0x0),_0x3822ce(this,_0x103f5b(0x243),{});}[_0x1671ac(0x300)](){const _0x35dcb9=_0x1671ac;return this[_0x35dcb9(0x637)];}['setStyle'](_0xb3b8e){const _0x32c6cf=_0x1671ac;this[_0x32c6cf(0x243)]=_0xb3b8e;}[_0x1671ac(0x39c)](){const _0x45b719=_0x1671ac;return++this[_0x45b719(0x1d4)];}[_0x1671ac(0x384)](_0x3859c2,_0x4bbff8){const _0x18598a=_0x1671ac;return _0x4bbff8===this['_version']?(_0x48cfc5(this['_image']),this[_0x18598a(0x666)]=_0x3859c2,!0x0):(_0x48cfc5(_0x3859c2),!0x1);}[_0x1671ac(0x454)](){}[_0x1671ac(0x36d)](){const _0x44f3e6=_0x1671ac;this[_0x44f3e6(0x1d4)]+=0x1;}[_0x1671ac(0x364)](){const _0x2ed332=_0x1671ac;let _0x32612d=this[_0x2ed332(0x666)];return this[_0x2ed332(0x666)]=void 0x0,_0x32612d;}[_0x1671ac(0x624)](){const _0xff5bdf=_0x1671ac;_0x48cfc5(this[_0xff5bdf(0x666)]),this[_0xff5bdf(0x666)]=void 0x0,super[_0xff5bdf(0x624)]();}};function _0x231550(_0x22d157,_0x58d392){const _0x545712=_0x1671ac;let _0x39c468=_0x22d157['getRuntimeContext'](_0x58d392);return(0x0,_0x531b83[_0x545712(0x4c0)])({..._0x22d157[_0x545712(0x243)],'runtime':{..._0x39c468,'layoutInset':0x8},'direction':_0x58d392},_0x22d157[_0x545712(0x3e8)]);}let _0x4f46da=class extends _0x188e5d['Disposable']{constructor(_0x131ebf,_0x1f9111,_0x3bc827,_0x28839f,_0x1fccb3,_0x5d33e8,_0x52f07b,_0x3ee590,_0x189086,_0x39d907,_0x4d999f,_0x49dc63,_0x23e0fe){const _0x3cb880=_0x1671ac;var _0x33c915;super(),this[_0x3cb880(0x26d)]=_0x131ebf,this[_0x3cb880(0x5e1)]=_0x1f9111,this[_0x3cb880(0x42c)]=_0x3bc827,this[_0x3cb880(0x1f4)]=_0x28839f,this['_univerInstanceService']=_0x1fccb3,this[_0x3cb880(0x4f4)]=_0x5d33e8,this['_localeService']=_0x52f07b,this[_0x3cb880(0x2e1)]=_0x3ee590,this[_0x3cb880(0x2ee)]=_0x189086,this[_0x3cb880(0x25e)]=_0x39d907,this[_0x3cb880(0x576)]=_0x4d999f,this[_0x3cb880(0x14c)]=_0x49dc63,_0x3822ce(this,_0x3cb880(0x549),new Map()),_0x3822ce(this,_0x3cb880(0x5ac),new Map()),_0x3822ce(this,_0x3cb880(0x667),new Map()),_0x3822ce(this,_0x3cb880(0x545),new Map()),_0x3822ce(this,_0x3cb880(0x6db),void 0x0),_0x3822ce(this,'_renderDebounceMap',new Map()),_0x3822ce(this,_0x3cb880(0x28b),new Map()),_0x3822ce(this,_0x3cb880(0x408),void 0x0),_0x3822ce(this,_0x3cb880(0x414),new Map()),_0x3822ce(this,_0x3cb880(0x577),null),_0x3822ce(this,'_lastActiveSheet',null),this[_0x3cb880(0x6db)]=_0x23e0fe;let _0x1a85b0=!0x0,_0x524a0a=(0x0,_0x30562c[_0x3cb880(0x1f5)])(this[_0x3cb880(0x2e1)]);_0x524a0a[_0x3cb880(0x424)]===0x1&&_0x524a0a[0x0]==='all'&&(_0x1a85b0=!0x1);let _0x248a96=this[_0x3cb880(0x576)]['getConfig'](_0x30562c[_0x3cb880(0x18e)]);this[_0x3cb880(0x408)]=(_0x33c915=_0x248a96==null?void 0x0:_0x248a96[_0x3cb880(0x341)])==null?_0xbf74f:_0x33c915,this[_0x3cb880(0x6db)][_0x3cb880(0x153)](_0x531b83[_0x3cb880(0x4ea)])||this[_0x3cb880(0x2bf)](_0x531b83['EChartRenderEngineName'],new _0x531b83[(_0x3cb880(0x48b))](_0x1a85b0,{'wordCloudRenderConfig':_0x248a96==null?void 0x0:_0x248a96[_0x3cb880(0x5a9)]})),this[_0x3cb880(0x172)](),this[_0x3cb880(0x1e8)](),this[_0x3cb880(0x3f4)](),this['_initActiveRuntimeLayerListener'](),this[_0x3cb880(0x35d)]();}[_0x1671ac(0x574)](){const _0x389cd7=_0x1671ac;let _0x3fd776=!0x0,_0x356089=(0x0,_0x30562c[_0x389cd7(0x1f5)])(this['_injector']);return _0x356089[_0x389cd7(0x424)]===0x1&&_0x356089[0x0]===_0x389cd7(0x39b)&&(_0x3fd776=!0x1),_0x3fd776;}[_0x1671ac(0x2bf)](_0x386e5d,_0x2b8a06){const _0x137fce=_0x1671ac;this[_0x137fce(0x6db)][_0x137fce(0x2bf)](_0x386e5d,_0x2b8a06);}[_0x1671ac(0x17d)](_0x52f503){const _0x4ec998=_0x1671ac;this[_0x4ec998(0x6db)][_0x4ec998(0x17d)](_0x52f503);}[_0x1671ac(0x2a9)](_0x1f493b){const _0x10e658=_0x1671ac;let _0x56b73b=this[_0x10e658(0x5ca)](_0x1f493b);return _0x56b73b?this[_0x10e658(0x14c)]['getImage'](_0x56b73b):void 0x0;}['_resolveChartRenderMode'](_0x4d9eb9){const _0x2aa8e5=_0x1671ac;var _0x386d1d;return((_0x386d1d=this[_0x2aa8e5(0x42c)][_0x2aa8e5(0x271)])==null?void 0x0:_0x386d1d['id'])===_0x4d9eb9?_0x30562c[_0x2aa8e5(0x6f0)][_0x2aa8e5(0x3c2)]:this[_0x2aa8e5(0x408)];}[_0x1671ac(0x5ca)](_0x243449){const _0x8bdb88=_0x1671ac;let _0x5668d1=this[_0x8bdb88(0x5e1)][_0x8bdb88(0x610)](_0x243449);return _0x5668d1?{'unitId':_0x5668d1['unitId'],'subUnitId':_0x5668d1[_0x8bdb88(0x567)],'chartId':_0x243449}:null;}[_0x1671ac(0x172)](){const _0x58ac1f=_0x1671ac;this[_0x58ac1f(0x408)]===_0x30562c[_0x58ac1f(0x6f0)]['Image']&&this[_0x58ac1f(0x40d)](this['_sheetCanvasFloatDomManagerService'][_0x58ac1f(0x630)](_0x188e5d[_0x58ac1f(0x1f2)][_0x58ac1f(0x167)],({key:_0x1e2272,config:_0x122a25,unitId:_0xcde2e8,subUnitId:_0x92a162,drawingId:_0x439997})=>new _0x50b150(_0x1e2272,_0x122a25,()=>this[_0x58ac1f(0x14c)][_0x58ac1f(0x411)]({'unitId':_0xcde2e8,'subUnitId':_0x92a162,'chartId':_0x439997}),()=>this[_0x58ac1f(0x26d)][_0x58ac1f(0x63b)](_0x439997))));}[_0x1671ac(0x1e8)](){const _0x4339ef=_0x1671ac;this[_0x4339ef(0x40d)](this['_chartModelService'][_0x4339ef(0x6c9)][_0x4339ef(0x154)](_0x4ea7aa=>{const _0x190b9e=_0x4339ef;var _0x391eec;let _0x44b6e3=(_0x391eec=_0x4ea7aa==null?void 0x0:_0x4ea7aa['id'])==null?null:_0x391eec,_0x5efb6b=this['_activeChartId'];_0x5efb6b!==_0x44b6e3&&(_0x5efb6b&&(this[_0x190b9e(0x26d)][_0x190b9e(0x2ff)](_0x5efb6b),this['_resetChartRuntimeZIndex'](_0x5efb6b),this['_disposeChartDomInstance'](_0x5efb6b),this[_0x190b9e(0x6dd)](_0x5efb6b)),this[_0x190b9e(0x577)]=_0x44b6e3,_0x44b6e3&&(this[_0x190b9e(0x26d)]['markHostNotReady'](_0x44b6e3),this[_0x190b9e(0x37c)](_0x44b6e3),this['_rerenderLatest'](_0x44b6e3)));}));}[_0x1671ac(0x3f4)](){const _0x2fb529=_0x1671ac;this['disposeWithMe'](this[_0x2fb529(0x1f4)][_0x2fb529(0x24c)][_0x2fb529(0x154)](_0x2bc3f7=>{const _0x380b62=_0x2fb529;var _0x7447cf;let _0x2a0320=(_0x7447cf=this[_0x380b62(0x42c)][_0x380b62(0x271)])==null?void 0x0:_0x7447cf['id'];_0x2a0320&&_0x2bc3f7[_0x380b62(0x1c6)](_0x5ce416=>_0x5ce416[_0x380b62(0x552)][_0x380b62(0x1c6)](_0x2c8957=>_0x2c8957[_0x380b62(0x6b5)]===_0x2a0320))&&this['_chartModelService']['setActiveChartModel'](null);})),this[_0x2fb529(0x40d)](this[_0x2fb529(0x1f4)][_0x2fb529(0x128)][_0x2fb529(0x154)](_0x532f8b=>{const _0x481c5b=_0x2fb529;var _0x36457a;let _0x138553=(_0x36457a=this[_0x481c5b(0x42c)][_0x481c5b(0x271)])==null?void 0x0:_0x36457a['id'];_0x138553&&_0x532f8b['some'](_0x27d61e=>_0x27d61e[_0x481c5b(0x275)][_0x481c5b(0x6b5)]===_0x138553||_0x27d61e[_0x481c5b(0x552)][_0x481c5b(0x1c6)](_0x2d5bd3=>_0x2d5bd3[_0x481c5b(0x6b5)]===_0x138553))&&this['_chartModelService'][_0x481c5b(0x152)](null);}));}['_initActiveRuntimeLayerListener'](){const _0x520072=_0x1671ac;this['disposeWithMe'](this[_0x520072(0x1f4)][_0x520072(0x64f)]['subscribe'](_0x3fc488=>{const _0x283f41=_0x520072;var _0x154a01;let _0x42da0d=(_0x154a01=this[_0x283f41(0x42c)][_0x283f41(0x271)])==null?void 0x0:_0x154a01['id'];if(!_0x42da0d){_0x3fc488[_0x283f41(0x383)][_0x283f41(0x4b3)](_0x2a4897=>{const _0x20dfc5=_0x283f41;this[_0x20dfc5(0x42c)]['getChartModel'](_0x2a4897)&&this[_0x20dfc5(0x5c5)](_0x2a4897);});return;}let _0x4e0954=this[_0x283f41(0x5e1)][_0x283f41(0x610)](_0x42da0d);(_0x4e0954==null?void 0x0:_0x4e0954[_0x283f41(0x52a)])===_0x3fc488[_0x283f41(0x52a)]&&_0x4e0954[_0x283f41(0x567)]===_0x3fc488[_0x283f41(0x567)]&&this[_0x283f41(0x37c)](_0x42da0d);})),this[_0x520072(0x40d)](this[_0x520072(0x1f4)]['add$'][_0x520072(0x154)](_0x500260=>{const _0x46923b=_0x520072;var _0x248fbe;let _0xa5bb47=(_0x248fbe=this[_0x46923b(0x42c)][_0x46923b(0x271)])==null?void 0x0:_0x248fbe['id'];if(!_0xa5bb47)return;let _0x117e8e=this[_0x46923b(0x5e1)]['getFloatDomInfo'](_0xa5bb47);_0x117e8e&&_0x500260[_0x46923b(0x1c6)](_0x424ea3=>_0x424ea3[_0x46923b(0x52a)]===_0x117e8e[_0x46923b(0x52a)]&&_0x424ea3[_0x46923b(0x567)]===_0x117e8e['subUnitId'])&&this[_0x46923b(0x37c)](_0xa5bb47);})),this[_0x520072(0x40d)](this[_0x520072(0x42c)]['chartModelRemoved$'][_0x520072(0x154)](_0x32a8ca=>{const _0x19947e=_0x520072;var _0x202aa4;this[_0x19947e(0x414)]['delete'](_0x32a8ca),this[_0x19947e(0x14c)][_0x19947e(0x2fd)](_0x32a8ca),this[_0x19947e(0x5dd)](_0x32a8ca),this['_chartHostProvider'][_0x19947e(0x2ff)](_0x32a8ca),((_0x202aa4=this[_0x19947e(0x42c)][_0x19947e(0x271)])==null?void 0x0:_0x202aa4['id'])===_0x32a8ca?this[_0x19947e(0x42c)][_0x19947e(0x152)](null):this[_0x19947e(0x5c5)](_0x32a8ca),this[_0x19947e(0x5e6)](_0x32a8ca);}));}[_0x1671ac(0x6dd)](_0x3e0f07){const _0x443d6a=_0x1671ac;let _0x20cb3b=this[_0x443d6a(0x414)][_0x443d6a(0x265)](_0x3e0f07);_0x20cb3b&&this[_0x443d6a(0x5b0)](_0x3e0f07,_0x20cb3b['config'],_0x20cb3b['style']);}['_disposeChartDomInstance'](_0x328f8d){const _0x37341b=_0x1671ac;let _0x406091=this['_chartInstanceMap'][_0x37341b(0x265)](_0x328f8d);(_0x406091==null?void 0x0:_0x406091['mode'])==='dom'&&(this[_0x37341b(0x6bb)](_0x328f8d),_0x406091[_0x37341b(0x624)](),this[_0x37341b(0x549)][_0x37341b(0x125)](_0x328f8d)),this['_chartHostProvider'][_0x37341b(0x2ff)](_0x328f8d),this['_chartHostProvider'][_0x37341b(0x431)](_0x328f8d);}['_disposeChartRenderInstance'](_0x3477c7){const _0x450013=_0x1671ac;let _0x5e1a56=this[_0x450013(0x549)][_0x450013(0x265)](_0x3477c7);_0x5e1a56&&(this[_0x450013(0x6bb)](_0x3477c7),_0x5e1a56['dispose'](),this['_chartInstanceMap']['delete'](_0x3477c7)),this['_chartHostProvider']['markHostNotReady'](_0x3477c7),this[_0x450013(0x26d)][_0x450013(0x431)](_0x3477c7);}[_0x1671ac(0x5dd)](_0x2b71e8){const _0xd04ba=_0x1671ac;var _0x5d07e8,_0x1377eb;(_0x5d07e8=this[_0xd04ba(0x153)](_0x531b83[_0xd04ba(0x4ea)]))==null||(_0x1377eb=_0x5d07e8[_0xd04ba(0x55c)])==null||_0x1377eb[_0xd04ba(0x55a)](_0x5d07e8,_0x2b71e8);}['_clearSheetChartRuntimeCaches'](_0x386b92,_0x2d39ed){const _0x21383e=_0x1671ac;let _0x1f5272=this[_0x21383e(0x1f4)][_0x21383e(0x192)](_0x386b92,_0x2d39ed);Object[_0x21383e(0x456)](_0x1f5272==null?{}:_0x1f5272)[_0x21383e(0x4b3)](_0x26b27f=>{const _0x2742d0=_0x21383e;_0x26b27f[_0x2742d0(0x3d6)]===_0x188e5d[_0x2742d0(0x1f2)]['DRAWING_CHART']&&this[_0x2742d0(0x5dd)](_0x26b27f[_0x2742d0(0x6b5)]);});}[_0x1671ac(0x34f)](_0x170bee,_0x44f9ad){const _0x5b7ae3=_0x1671ac;var _0x1c39c3,_0x584186,_0x2f18c9;return(_0x1c39c3=(_0x584186=(_0x2f18c9=_0x170bee['getObjectIncludeInGroup'])==null?void 0x0:_0x2f18c9[_0x5b7ae3(0x55a)](_0x170bee,_0x44f9ad))==null?_0x170bee[_0x5b7ae3(0x2d5)](_0x44f9ad):_0x584186)==null?null:_0x1c39c3;}[_0x1671ac(0x30f)](_0x2d412b){const _0x4645ea=_0x1671ac;var _0x44401c;let _0x5a5464=this[_0x4645ea(0x5e1)][_0x4645ea(0x610)](_0x2d412b);if(!_0x5a5464)return null;let _0x9996c4=(_0x44401c=this[_0x4645ea(0x4f4)]['getRenderById'](_0x5a5464[_0x4645ea(0x52a)]))==null?void 0x0:_0x44401c[_0x4645ea(0x5fe)];if(!_0x9996c4)return null;let _0x270edf=this['_getChartRenderObject'](_0x9996c4,(0x0,_0x37abf0['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x5a5464[_0x4645ea(0x52a)],'subUnitId':_0x5a5464[_0x4645ea(0x567)],'drawingId':_0x2d412b}));return _0x270edf?{'info':_0x5a5464,'scene':_0x9996c4,'chartObject':_0x270edf}:null;}[_0x1671ac(0x69a)](_0x1ebba8,_0x2a06cf){const _0x294392=_0x1671ac;var _0x3817a2,_0x1c1f7d,_0x3208fe,_0xe41a47;let _0x45594b=this['_getChartRenderObjectContext'](_0x1ebba8);_0x45594b&&((_0x3817a2=(_0x1c1f7d=_0x45594b[_0x294392(0x43f)])[_0x294392(0x3ae)])==null||_0x3817a2[_0x294392(0x55a)](_0x1c1f7d,{'zIndex':_0x2a06cf}),(_0x3208fe=(_0xe41a47=_0x45594b['chartObject'])['makeDirty'])==null||_0x3208fe[_0x294392(0x55a)](_0xe41a47,!0x0),_0x45594b[_0x294392(0x5fe)]['makeDirty'](!0x0));}[_0x1671ac(0x37c)](_0x485f77){const _0x5a1708=_0x1671ac;let _0x364270=this['_sheetCanvasFloatDomManagerService'][_0x5a1708(0x610)](_0x485f77);if(!_0x364270)return;let _0x318bd2=this[_0x5a1708(0x1f4)]['getDrawingOrder'](_0x364270[_0x5a1708(0x52a)],_0x364270[_0x5a1708(0x567)]);this[_0x5a1708(0x69a)](_0x485f77,_0x318bd2['length']);}[_0x1671ac(0x5c5)](_0x3bf37a){const _0x7ce256=_0x1671ac;let _0x9356e0=this['_sheetCanvasFloatDomManagerService'][_0x7ce256(0x610)](_0x3bf37a);if(!_0x9356e0)return;let _0x2011d0=this[_0x7ce256(0x1f4)]['getDrawingOrder'](_0x9356e0[_0x7ce256(0x52a)],_0x9356e0[_0x7ce256(0x567)]),_0x24acb7=_0x2011d0[_0x7ce256(0x49c)](_0x3bf37a);this[_0x7ce256(0x69a)](_0x3bf37a,_0x24acb7===-0x1?Math['max'](_0x2011d0[_0x7ce256(0x424)]-0x1,0x0):_0x24acb7);}[_0x1671ac(0x459)](_0x55dcc4,_0x18dc8a){const _0x16ddc4=_0x1671ac;let _0x2a50fc=this[_0x16ddc4(0x5e1)]['getFloatDomInfo'](_0x55dcc4);if(!(_0x18dc8a[_0x16ddc4(0x568)]===void 0x0||_0x18dc8a[_0x16ddc4(0x37a)]===void 0x0)&&_0x2a50fc){var _0x543f0e;let {subUnitId:_0x5f94ad}=_0x2a50fc,_0x358494=(_0x543f0e=this[_0x16ddc4(0x5e8)][_0x16ddc4(0x256)](_0x188e5d['UniverInstanceType']['UNIVER_SHEET']))==null?void 0x0:_0x543f0e[_0x16ddc4(0x45c)]();if((_0x358494==null?void 0x0:_0x358494[_0x16ddc4(0x2b2)]())===_0x5f94ad){let {width:_0x591cb7,height:_0x56c46b}=_0x18dc8a,_0x744dd6=this[_0x16ddc4(0x42c)][_0x16ddc4(0x561)](_0x55dcc4),_0x2ad149=_0x744dd6==null?void 0x0:_0x744dd6[_0x16ddc4(0x243)];if(Math[_0x16ddc4(0x48c)](_0x591cb7-((_0x2ad149==null?void 0x0:_0x2ad149[_0x16ddc4(0x568)])||0x0))>0x1||Math[_0x16ddc4(0x48c)](_0x56c46b-((_0x2ad149==null?void 0x0:_0x2ad149[_0x16ddc4(0x37a)])||0x0))>0x1){_0x744dd6==null||_0x744dd6[_0x16ddc4(0x215)]({..._0x2ad149,'width':_0x591cb7,'height':_0x56c46b});let _0x25d8a3=this[_0x16ddc4(0x549)][_0x16ddc4(0x265)](_0x55dcc4);_0x25d8a3&&(this[_0x16ddc4(0x26d)]['syncHostLayout'](_0x55dcc4),_0x25d8a3['resize']());}}}}['_debounceHandle'](_0x5373a7,_0x2c6c7e,_0x152c6b=0x0){const _0x243cf1=_0x1671ac;let _0x153c5c=this[_0x243cf1(0x28b)][_0x243cf1(0x265)](_0x5373a7);_0x153c5c||(_0x153c5c=(0x0,_0x188e5d[_0x243cf1(0x6bc)])(_0x499d4a=>{const _0x476656=_0x243cf1;this[_0x476656(0x459)](_0x5373a7,_0x499d4a);},_0x152c6b),this[_0x243cf1(0x28b)][_0x243cf1(0x5da)](_0x5373a7,_0x153c5c)),_0x153c5c(_0x2c6c7e);}[_0x1671ac(0x35d)](){const _0x4e3d54=_0x1671ac;let _0x2c3006=this['_renderDebounceMap'],_0xedbab6=_0x35928a=>{const _0x17617b=_0x1d8f;if(!_0x2c3006['has'](_0x35928a)){let _0x219e75=(0x0,_0x188e5d[_0x17617b(0x6bc)])((_0x497c3e,_0x1a080a,_0x2f9df8,_0x5442da)=>{const _0x92bb91=_0x17617b;var _0x54e4c6,_0x111d02;if(!_0x2f9df8)return;(_0x54e4c6=_0x2f9df8['category'])==null||_0x54e4c6[_0x92bb91(0x3fa)][_0x92bb91(0x4b3)]((_0x29eab9,_0x538805)=>{const _0x139d8e=_0x92bb91;_0x29eab9[_0x139d8e(0x3bf)]||(_0x29eab9[_0x139d8e(0x3bf)]=this['_localeService']['t'](_0x139d8e(0x27c))+'\x20'+(_0x538805+0x1));}),_0x2f9df8[_0x92bb91(0x3f7)][_0x92bb91(0x4b3)]((_0x594171,_0x322860)=>{const _0x11878c=_0x92bb91;_0x594171[_0x11878c(0x566)]||(_0x594171[_0x11878c(0x566)]=this[_0x11878c(0x6c5)]['t'](_0x11878c(0x4f8))+'\x20'+(_0x322860+0x1));});let _0x2de30c=_0x231550(_0x497c3e,_0x5442da),_0x9aceed=(_0x111d02=this['_univerInstanceService'][_0x92bb91(0x256)](_0x188e5d[_0x92bb91(0x12c)][_0x92bb91(0x6ec)]))==null?void 0x0:_0x111d02['getActiveSheet']();(_0x9aceed==null?void 0x0:_0x9aceed[_0x92bb91(0x2b2)]())===_0x1a080a&&this[_0x92bb91(0x5b0)](_0x497c3e['id'],_0x2f9df8,_0x2de30c);},0x11);_0x2c3006[_0x17617b(0x5da)](_0x35928a,_0x219e75);}return _0x2c3006['get'](_0x35928a);};this[_0x4e3d54(0x40d)](this['_univerInstanceService'][_0x4e3d54(0x1d7)]['subscribe'](_0x12a9c5=>{const _0x5c84bc=_0x4e3d54;let _0x3f60dd=this[_0x5c84bc(0x5e8)][_0x5c84bc(0x256)](_0x188e5d[_0x5c84bc(0x12c)][_0x5c84bc(0x6ec)]);if(_0x12a9c5&&_0x3f60dd&&_0x3f60dd[_0x5c84bc(0x697)]()===_0x12a9c5){var _0x4151e5;let _0x247d35=_0x3f60dd[_0x5c84bc(0x45c)]()[_0x5c84bc(0x2b2)]();this['_lastActiveSheet']&&(this[_0x5c84bc(0x6d4)][_0x5c84bc(0x52a)]!==_0x12a9c5||this[_0x5c84bc(0x6d4)]['subUnitId']!==_0x247d35)&&this[_0x5c84bc(0x473)](this[_0x5c84bc(0x6d4)][_0x5c84bc(0x52a)],this[_0x5c84bc(0x6d4)]['subUnitId']),this[_0x5c84bc(0x6d4)]={'unitId':_0x12a9c5,'subUnitId':_0x247d35};let _0x326c13=this[_0x5c84bc(0x1f4)]['getDrawingData'](_0x12a9c5,_0x247d35);if(!((_0x4151e5=this[_0x5c84bc(0x4f4)][_0x5c84bc(0x378)](_0x12a9c5))!=null&&_0x4151e5[_0x5c84bc(0x57c)](_0x2901b1[_0x5c84bc(0x193)])[_0x5c84bc(0x2ba)](_0x247d35)))return;if(_0x326c13)for(let _0x4296e7 in _0x326c13){let {drawingId:_0xa755c8}=_0x326c13[_0x4296e7],_0x346859=this[_0x5c84bc(0x42c)][_0x5c84bc(0x561)](_0xa755c8);_0x346859&&_0xedbab6(_0x346859['id'])(_0x346859,_0x247d35,_0x346859[_0x5c84bc(0x21a)],this[_0x5c84bc(0x6c5)]['getDirection']());}}})),this[_0x4e3d54(0x40d)](this[_0x4e3d54(0x25e)]['darkMode$'][_0x4e3d54(0x154)](()=>{const _0x532701=_0x4e3d54;var _0x5510d1;let _0x170287=this['_univerInstanceService'][_0x532701(0x256)](_0x188e5d['UniverInstanceType'][_0x532701(0x6ec)]);if(!_0x170287)return;let _0x24008c=_0x170287[_0x532701(0x697)](),_0xa253d7=_0x170287['getActiveSheet']()[_0x532701(0x2b2)](),_0x4e1c26=this[_0x532701(0x1f4)][_0x532701(0x192)](_0x24008c,_0xa253d7);if((_0x5510d1=this['_renderManagerService'][_0x532701(0x378)](_0x24008c))!=null&&_0x5510d1[_0x532701(0x57c)](_0x2901b1['SheetSkeletonManagerService'])['getSkeleton'](_0xa253d7)&&_0x4e1c26)for(let _0x15e278 in _0x4e1c26){let {drawingId:_0x27d34c}=_0x4e1c26[_0x15e278],_0x46597f=this['_chartModelService'][_0x532701(0x561)](_0x27d34c);_0x46597f&&_0xedbab6(_0x46597f['id'])(_0x46597f,_0xa253d7,_0x46597f['config'],this[_0x532701(0x6c5)]['getDirection']());}})),this[_0x4e3d54(0x40d)](this[_0x4e3d54(0x1f4)][_0x4e3d54(0x248)]['subscribe'](_0x3eec29=>{_0x3eec29['forEach'](_0x4405f1=>{const _0x205fd0=_0x1d8f;var _0x53cdb6,_0x599163,_0x260c93;let {drawingId:_0x5ee6b9,unitId:_0x350d0b,subUnitId:_0x43643d}=_0x4405f1;if(!((_0x53cdb6=this[_0x205fd0(0x4f4)][_0x205fd0(0x378)](_0x350d0b))!=null&&_0x53cdb6[_0x205fd0(0x57c)](_0x2901b1['SheetSkeletonManagerService'])[_0x205fd0(0x2ba)](_0x43643d)))return;let {drawingType:_0xb639a5}=this[_0x205fd0(0x1f4)][_0x205fd0(0x1a2)](_0x4405f1);if(_0xb639a5!==_0x188e5d[_0x205fd0(0x1f2)][_0x205fd0(0x167)])return;let _0x559204=this[_0x205fd0(0x5e1)][_0x205fd0(0x610)](_0x5ee6b9),_0x22ae08=(_0x599163=_0x559204==null?void 0x0:_0x559204[_0x205fd0(0x42e)])==null?_0x5ee6b9:_0x599163,_0x21a873=_0x559204==null?void 0x0:_0x559204[_0x205fd0(0x448)],_0x292b8d=(_0x260c93=this['_renderManagerService'][_0x205fd0(0x378)](_0x350d0b))==null?void 0x0:_0x260c93[_0x205fd0(0x5fe)];_0x21a873&&this[_0x205fd0(0x40d)](_0x21a873==null?void 0x0:_0x21a873[_0x205fd0(0x3b6)][_0x205fd0(0x290)](_0x4b00e6=>{const _0x2de77d=_0x205fd0;let {type:_0x35cbaa,value:_0x164a89}=_0x4b00e6;if(_0x4c235f[_0x2de77d(0x476)][_0x2de77d(0x285)]===_0x35cbaa||_0x4c235f[_0x2de77d(0x476)][_0x2de77d(0x39b)]===_0x35cbaa){let {width:_0x4c067d,height:_0x32f0ae}=_0x164a89;this[_0x2de77d(0x669)](_0x5ee6b9,{'width':_0x4c067d,'height':_0x32f0ae},0x64);}})),_0x292b8d&&this[_0x205fd0(0x40d)](_0x292b8d['onTransformChange$'][_0x205fd0(0x290)](_0x3cbe7c=>{const _0x411b36=_0x205fd0;var _0x314107;_0x3cbe7c[_0x411b36(0x1e7)]===_0x4c235f[_0x411b36(0x476)][_0x411b36(0x65d)]&&(_0x314107=document['getElementById'](_0x22ae08))!=null&&_0x314107['querySelector'](_0x411b36(0x146))&&this[_0x411b36(0x26d)]['syncHostLayout'](_0x5ee6b9);}));let _0x2dc392=this['_chartModelService'][_0x205fd0(0x561)](_0x5ee6b9);_0x2dc392&&this[_0x205fd0(0x40d)]((0x0,_0x1a3dad['combineLatest'])([_0x2dc392[_0x205fd0(0x180)],_0x2dc392['style$'],this['_localeService'][_0x205fd0(0x51e)]])[_0x205fd0(0x154)](([_0x123cca,_0x324f9b,_0x173842])=>{_0xedbab6(_0x2dc392['id'])(_0x2dc392,_0x43643d,_0x123cca,_0x173842);}));});})),this[_0x4e3d54(0x40d)]((0x0,_0x1a3dad[_0x4e3d54(0x59a)])([this['_drawingManagerService'][_0x4e3d54(0x6d8)]])['subscribe'](([_0x3eb804])=>{const _0x50d118=_0x4e3d54;_0x3eb804[_0x50d118(0x4b3)](_0x5a4ab8=>{const _0xcbc12d=_0x50d118;var _0xffa9b1;let {drawingId:_0x18550c}=_0x5a4ab8;((_0xffa9b1=this[_0xcbc12d(0x42c)][_0xcbc12d(0x271)])==null?void 0x0:_0xffa9b1['id'])===_0x18550c&&this['_chartModelService']['setActiveChartModel'](null),this['_disposeChartEventSubscriptions'](_0x18550c),this['_chartEventHandlers'][_0xcbc12d(0x125)](_0x18550c),this[_0xcbc12d(0x26d)][_0xcbc12d(0x2ff)](_0x18550c),this[_0xcbc12d(0x5c5)](_0x18550c),this[_0xcbc12d(0x5e6)](_0x18550c),this['_chartSnapshotStoreService'][_0xcbc12d(0x2fd)](_0x18550c),this[_0xcbc12d(0x5dd)](_0x18550c),this[_0xcbc12d(0x414)]['delete'](_0x18550c),this[_0xcbc12d(0x545)][_0xcbc12d(0x125)](_0x18550c);});}));}[_0x1671ac(0x4e9)](_0x2bc4ac,_0x3c5f18){const _0xa56fda=_0x1671ac;var _0x3ad4d7;_0x3c5f18?this[_0xa56fda(0x545)][_0xa56fda(0x5da)](_0x2bc4ac,!0x0):this[_0xa56fda(0x545)][_0xa56fda(0x125)](_0x2bc4ac),(_0x3ad4d7=this[_0xa56fda(0x549)][_0xa56fda(0x265)](_0x2bc4ac))==null||_0x3ad4d7[_0xa56fda(0x4e9)](_0x3c5f18);}async[_0x1671ac(0x163)](_0x34096e){const _0x57d473=_0x1671ac;let _0x5818d6=this[_0x57d473(0x549)][_0x57d473(0x265)](_0x34096e);if(_0x5818d6){let _0x41bb48=this[_0x57d473(0x545)][_0x57d473(0x265)](_0x34096e)===!0x0;_0x41bb48&&_0x5818d6[_0x57d473(0x4e9)](!0x1);try{let _0x401aef=await _0x5818d6['exportImg']();if(_0x401aef)return _0x401aef;}finally{_0x41bb48&&this[_0x57d473(0x549)][_0x57d473(0x265)](_0x34096e)===_0x5818d6&&_0x5818d6[_0x57d473(0x4e9)](!0x0);}}let _0x2d74a3=this['_getCurrentSnapshotImage'](_0x34096e);return _0x2d74a3?(0x0,_0x531b83['chartImageSourceToDataUrl'])(_0x2d74a3):void 0x0;}['on'](_0x1d6cfc,_0x5efaeb,_0x487156){const _0x35ea8c=_0x1671ac;let _0x5dc5ec=this[_0x35ea8c(0x5ac)][_0x35ea8c(0x265)](_0x1d6cfc);_0x5dc5ec||(_0x5dc5ec=new Map(),this[_0x35ea8c(0x5ac)][_0x35ea8c(0x5da)](_0x1d6cfc,_0x5dc5ec));let _0x2c00fc=_0x5dc5ec[_0x35ea8c(0x265)](_0x5efaeb);_0x2c00fc||(_0x2c00fc=new Set(),_0x5dc5ec[_0x35ea8c(0x5da)](_0x5efaeb,_0x2c00fc)),_0x2c00fc['add'](_0x487156);let _0x4bb38c=this['_chartInstanceMap'][_0x35ea8c(0x265)](_0x1d6cfc);return _0x4bb38c&&this['_bindChartEventHandler'](_0x1d6cfc,_0x4bb38c,_0x5efaeb,_0x487156),{'dispose':()=>{const _0x4e77e4=_0x35ea8c;var _0x217636;(_0x217636=this[_0x4e77e4(0x5ac)][_0x4e77e4(0x265)](_0x1d6cfc))==null||(_0x217636=_0x217636[_0x4e77e4(0x265)](_0x5efaeb))==null||_0x217636[_0x4e77e4(0x125)](_0x487156),this['_disposeChartEventSubscription'](_0x1d6cfc,_0x5efaeb,_0x487156);}};}[_0x1671ac(0x26b)](_0x4ac9e9){const _0x66cf7e=_0x1671ac;let _0x1f7639=this[_0x66cf7e(0x5e8)][_0x66cf7e(0x256)](_0x188e5d[_0x66cf7e(0x12c)][_0x66cf7e(0x6ec)]),_0x3222b6=_0x1f7639==null?void 0x0:_0x1f7639[_0x66cf7e(0x45c)](),_0x46ae3e=_0x1f7639==null?void 0x0:_0x1f7639['getUnitId'](),_0x445aa5=_0x3222b6==null?void 0x0:_0x3222b6[_0x66cf7e(0x2b2)]();if(!(!_0x46ae3e||!_0x445aa5))return this[_0x66cf7e(0x14c)][_0x66cf7e(0x411)]({'unitId':_0x46ae3e,'subUnitId':_0x445aa5,'chartId':_0x4ac9e9});}['_bindChartEventHandlers'](_0x305281,_0x4cfdb1){const _0x265751=_0x1671ac;let _0x47672a=this[_0x265751(0x5ac)][_0x265751(0x265)](_0x305281);_0x47672a&&_0x47672a['forEach']((_0x1153b5,_0x5c657f)=>{const _0x94a4b=_0x265751;_0x1153b5[_0x94a4b(0x4b3)](_0x3e088c=>this[_0x94a4b(0x2eb)](_0x305281,_0x4cfdb1,_0x5c657f,_0x3e088c));});}[_0x1671ac(0x2eb)](_0x1740be,_0x49a28a,_0x2ffe6b,_0xbf8e3a){const _0xa4157b=_0x1671ac;let _0x4e65ef=this[_0xa4157b(0x667)][_0xa4157b(0x265)](_0x1740be);_0x4e65ef||(_0x4e65ef=new Map(),this[_0xa4157b(0x667)][_0xa4157b(0x5da)](_0x1740be,_0x4e65ef));let _0x5e7734=_0x4e65ef[_0xa4157b(0x265)](_0x2ffe6b);_0x5e7734||(_0x5e7734=new Map(),_0x4e65ef[_0xa4157b(0x5da)](_0x2ffe6b,_0x5e7734)),!_0x5e7734[_0xa4157b(0x470)](_0xbf8e3a)&&_0x5e7734[_0xa4157b(0x5da)](_0xbf8e3a,_0x49a28a['on'](_0x2ffe6b,_0xbf8e3a));}[_0x1671ac(0x26a)](_0x43a99b,_0x402f72,_0x394e92){const _0x65ce5e=_0x1671ac;var _0x178266,_0xb6b57f;let _0x33b8c3=(_0x178266=this[_0x65ce5e(0x667)][_0x65ce5e(0x265)](_0x43a99b))==null?void 0x0:_0x178266[_0x65ce5e(0x265)](_0x402f72);_0x33b8c3==null||(_0xb6b57f=_0x33b8c3['get'](_0x394e92))==null||_0xb6b57f[_0x65ce5e(0x624)](),_0x33b8c3==null||_0x33b8c3[_0x65ce5e(0x125)](_0x394e92);}[_0x1671ac(0x6bb)](_0x248f04){const _0x3718a8=_0x1671ac;let _0x588cc6=this[_0x3718a8(0x667)][_0x3718a8(0x265)](_0x248f04);_0x588cc6==null||_0x588cc6[_0x3718a8(0x4b3)](_0xb5faf2=>{const _0x27033e=_0x3718a8;_0xb5faf2[_0x27033e(0x4b3)](_0x25d3e4=>_0x25d3e4[_0x27033e(0x624)]()),_0xb5faf2[_0x27033e(0x18c)]();}),this['_chartEventSubscriptions'][_0x3718a8(0x125)](_0x248f04);}['getRenderModel'](_0x40520a){const _0x2d7fea=_0x1671ac;let _0x5206a1=this[_0x2d7fea(0x6db)][_0x2d7fea(0x153)](_0x40520a),_0x353030=this[_0x2d7fea(0x574)]();return _0x5206a1&&_0x5206a1[_0x2d7fea(0x3d0)](_0x353030),_0x5206a1;}[_0x1671ac(0x3e5)](_0x4ffe98){return this['_getChartRenderSkipReason'](_0x4ffe98)==null;}['_getChartRenderSkipReason'](_0x3b0203){const _0x40d620=_0x1671ac;var _0x3fb976;let _0x4b3217=this[_0x40d620(0x5e1)][_0x40d620(0x610)](_0x3b0203);if(!_0x4b3217)return'missing-float-dom';let {subUnitId:_0x20ef1b}=_0x4b3217,_0x86e33b=(_0x3fb976=this[_0x40d620(0x5e8)][_0x40d620(0x256)](_0x188e5d[_0x40d620(0x12c)][_0x40d620(0x6ec)]))==null?void 0x0:_0x3fb976[_0x40d620(0x45c)]();if(!_0x86e33b)return _0x40d620(0x335);if(_0x86e33b[_0x40d620(0x2b2)]()!==_0x20ef1b)return _0x40d620(0x1b4);}async['render'](_0x5780ad,_0x5a3455,_0x583cb9){const _0x1b2ff8=_0x1671ac;let _0xcc5ee7=this['getRenderModel'](_0x531b83[_0x1b2ff8(0x4ea)]);if(!_0xcc5ee7||(this[_0x1b2ff8(0x414)][_0x1b2ff8(0x5da)](_0x5780ad,{'config':_0x5a3455,'style':_0x583cb9}),this[_0x1b2ff8(0x50e)](_0x5780ad)))return;let _0x587077=this[_0x1b2ff8(0x260)](_0x5780ad);if(_0x587077===_0x30562c['ChartRenderMode'][_0x1b2ff8(0x2d7)])this['_disposeChartDomInstance'](_0x5780ad);else{var _0x248aab;this[_0x1b2ff8(0x26d)]['invalidateSnapshot'](_0x5780ad),((_0x248aab=this[_0x1b2ff8(0x42c)][_0x1b2ff8(0x271)])==null?void 0x0:_0x248aab['id'])===_0x5780ad&&this['_applyActiveChartRuntimeZIndex'](_0x5780ad);}let _0x16d035=_0x587077===_0x30562c[_0x1b2ff8(0x6f0)][_0x1b2ff8(0x2d7)]?_0x531b83['ChartHostRenderMode']['Image']:_0x531b83['ChartHostRenderMode']['Dom'],_0x2f1145=await this['_chartHostProvider'][_0x1b2ff8(0x643)](_0x5780ad,_0x16d035);if(!_0x2f1145)return;let _0x178aa3=this[_0x1b2ff8(0x25c)](_0x5780ad,_0x16d035,_0xcc5ee7);_0x178aa3[_0x1b2ff8(0x4ce)](_0x2f1145);try{await _0x178aa3['render']({'chartId':_0x5780ad,'config':_0x5a3455,'style':_0x583cb9});}catch(_0x44c8f4){if(_0x587077!==_0x30562c[_0x1b2ff8(0x6f0)][_0x1b2ff8(0x2d7)])throw _0x44c8f4;}}async[_0x1671ac(0x43a)](_0x4f11ac,_0xf31ce1,_0x21bb5f){const _0x4eeeeb=_0x1671ac;let _0x35541=this['_drawingManagerService']['getDrawingData'](_0x4f11ac,_0xf31ce1),_0xa6dc65=this['_drawingManagerService'][_0x4eeeeb(0x1e0)](_0x4f11ac,_0xf31ce1),_0x4ef1ee=Object[_0x4eeeeb(0x456)](_0x35541==null?{}:_0x35541)[_0x4eeeeb(0x42d)](_0x14d7fc=>_0x14d7fc[_0x4eeeeb(0x3d6)]===_0x188e5d[_0x4eeeeb(0x1f2)][_0x4eeeeb(0x167)]&&_0x14d7fc[_0x4eeeeb(0x68f)]!==!0x0);await Promise[_0x4eeeeb(0x32a)](_0x4ef1ee[_0x4eeeeb(0x437)](async _0x4d911d=>{const _0x2b3a7c=_0x4eeeeb;let _0x5d8187=await this[_0x2b3a7c(0x389)](_0x4d911d,_0xa6dc65);_0x5d8187&&(_0x21bb5f[_0x2b3a7c(0x5ce)](_0x5d8187,_0x4c235f[_0x2b3a7c(0x2d0)]),_0x4d911d[_0x2b3a7c(0x29f)]&&(0x0,_0x2a2c94[_0x2b3a7c(0x148)])({'drawingId':_0x4d911d[_0x2b3a7c(0x29f)],'unitId':_0x4f11ac,'subUnitId':_0xf31ce1},_0x5d8187,_0x21bb5f,this['_drawingManagerService']));}));}async[_0x1671ac(0x389)](_0x5c84c8,_0xca42){const _0x235c9f=_0x1671ac;var _0x5ed157;let _0x130068=this[_0x235c9f(0x42c)]['getChartModel'](_0x5c84c8['drawingId']),_0x40f347=this['getRenderModel'](_0x531b83[_0x235c9f(0x4ea)]),_0xc7fcc8=_0x5c84c8[_0x235c9f(0x50a)],_0x40b68d=_0x130068==null?void 0x0:_0x130068[_0x235c9f(0x21a)];if(!_0x130068||!_0x40f347||!_0xc7fcc8||!_0x40b68d||_0xc7fcc8[_0x235c9f(0x568)]==null||_0xc7fcc8[_0x235c9f(0x37a)]==null)return null;let _0x198f08=new _0x1b6d61(_0x5c84c8[_0x235c9f(0x6b5)],{'width':_0xc7fcc8[_0x235c9f(0x568)],'height':_0xc7fcc8[_0x235c9f(0x37a)]}),_0x16fd78=_0x40f347[_0x235c9f(0x646)](_0x531b83[_0x235c9f(0x512)]['Image'],this['_createChartRenderInstanceContext']());_0x16fd78[_0x235c9f(0x4ce)](_0x198f08);let _0x2e7dc9;try{await _0x16fd78[_0x235c9f(0x5b0)]({'chartId':_0x5c84c8[_0x235c9f(0x6b5)],'config':_0x40b68d,'style':_0x231550(_0x130068,this[_0x235c9f(0x6c5)][_0x235c9f(0x35b)]())});}catch(_0x1dd65b){console[_0x235c9f(0x2cd)](_0x235c9f(0x394),_0x1dd65b);}finally{_0x2e7dc9=_0x198f08[_0x235c9f(0x364)](),_0x16fd78['dispose'](),_0x198f08['dispose']();}let _0xcf841a=this[_0x235c9f(0x14c)]['getImage']({'unitId':_0x5c84c8[_0x235c9f(0x52a)],'subUnitId':_0x5c84c8['subUnitId'],'chartId':_0x5c84c8['drawingId']}),_0x15fa6c=(_0x5ed157=_0x2e7dc9)==null?_0xcf841a:_0x5ed157;if(!_0x15fa6c)return null;let _0xa06343=_0xca42[_0x235c9f(0x49c)](_0x5c84c8[_0x235c9f(0x6b5)]);return new _0x50b150((0x0,_0x37abf0[_0x235c9f(0x14a)])(_0x5c84c8),{..._0xc7fcc8,..._0x5cb320['SHEET_CHART_RENDER_OBJECT_CONFIG'],..._0x233964(_0x198f08[_0x235c9f(0x243)]),'visible':!0x0,'zIndex':_0xa06343===-0x1?Math[_0x235c9f(0x438)](_0xca42[_0x235c9f(0x424)]-0x1,0x0):_0xa06343},()=>_0x15fa6c,void 0x0,_0x2e7dc9?()=>_0x48cfc5(_0x2e7dc9):void 0x0);}[_0x1671ac(0x25c)](_0x8dc5d5,_0x42660a,_0x48ebdd){const _0x2f90a9=_0x1671ac;let _0x34039=this[_0x2f90a9(0x549)][_0x2f90a9(0x265)](_0x8dc5d5);if((_0x34039==null?void 0x0:_0x34039[_0x2f90a9(0x468)])===_0x42660a)return _0x34039;_0x34039&&(this[_0x2f90a9(0x6bb)](_0x8dc5d5),_0x34039[_0x2f90a9(0x624)](),this[_0x2f90a9(0x549)]['delete'](_0x8dc5d5));let _0x300ffc=_0x48ebdd[_0x2f90a9(0x646)](_0x42660a,this[_0x2f90a9(0x62d)]());return this[_0x2f90a9(0x549)][_0x2f90a9(0x5da)](_0x8dc5d5,_0x300ffc),_0x300ffc[_0x2f90a9(0x4e9)](this[_0x2f90a9(0x545)][_0x2f90a9(0x265)](_0x8dc5d5)===!0x0),this[_0x2f90a9(0x343)](_0x8dc5d5,_0x300ffc),_0x300ffc;}[_0x1671ac(0x62d)](){const _0x5b4447=_0x1671ac;return{'resolveHostStyle':({style:_0x4795ff})=>(0x0,_0x531b83[_0x5b4447(0x61a)])({'style':_0x4795ff,'getRenderColor':_0x522aff=>this[_0x5b4447(0x2ee)][_0x5b4447(0x4dc)](_0x522aff)}),'resolveRenderBackgroundColor':({style:_0x5aedaf})=>this[_0x5b4447(0x2ee)]['getRenderColor']((0x0,_0x531b83[_0x5b4447(0x334)])(_0x5aedaf))};}['_cancelDebouncedCallbacks'](){const _0x15ad74=_0x1671ac;this[_0x15ad74(0x6b8)]['forEach'](_0x4edf7f=>_0x4edf7f[_0x15ad74(0x638)]()),this['_renderDebounceMap'][_0x15ad74(0x18c)](),this['_debounceHandleMap'][_0x15ad74(0x4b3)](_0x48a8a2=>_0x48a8a2['cancel']()),this['_debounceHandleMap'][_0x15ad74(0x18c)]();}[_0x1671ac(0x624)](){const _0x2b47fe=_0x1671ac;Array[_0x2b47fe(0x498)](this['_chartInstanceMap']['keys']())[_0x2b47fe(0x4b3)](_0x494837=>this[_0x2b47fe(0x5e6)](_0x494837)),this[_0x2b47fe(0x545)][_0x2b47fe(0x18c)](),this[_0x2b47fe(0x4d3)](),this[_0x2b47fe(0x414)][_0x2b47fe(0x18c)](),this['_activeChartId']=null,this[_0x2b47fe(0x6d4)]=null,super[_0x2b47fe(0x624)]();}};_0x4f46da=_0x5d6e94([_0x2e55b2(0x0,_0x326693),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x5cb320[_0x1671ac(0x199)])),_0x2e55b2(0x2,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x203)])),_0x2e55b2(0x3,_0x37abf0[_0x1671ac(0x6c2)]),_0x2e55b2(0x4,_0x188e5d[_0x1671ac(0x294)]),_0x2e55b2(0x5,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4c235f[_0x1671ac(0x625)])),_0x2e55b2(0x6,(0x0,_0x188e5d['Inject'])(_0x188e5d[_0x1671ac(0x2e3)])),_0x2e55b2(0x7,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d['Injector'])),_0x2e55b2(0x8,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x531b83[_0x1671ac(0x4d0)])),_0x2e55b2(0x9,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d['ThemeService'])),_0x2e55b2(0xa,_0x188e5d[_0x1671ac(0x4a1)]),_0x2e55b2(0xb,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4b94db)),_0x2e55b2(0xc,_0x531b83[_0x1671ac(0x397)])],_0x4f46da);function _0x2bd291(_0x22a5c2){const _0x28aa92=_0x1671ac;let _0x50b7e5=_0x22a5c2[_0x28aa92(0x265)](_0x3f1d56['ISheetDrawingService'])[_0x28aa92(0x32d)]();if(_0x50b7e5[_0x28aa92(0x424)]!==0x1)return null;let _0x8e27f3=_0x50b7e5[0x0];return _0x8e27f3[_0x28aa92(0x3d6)]===_0x188e5d['DrawingTypeEnum']['DRAWING_CHART']?_0x8e27f3:null;}function _0x335b36(_0x24175b,_0x58e279){const _0x53eb80=_0x1671ac;let _0x5957f0=document[_0x53eb80(0x54d)]('a');_0x5957f0[_0x53eb80(0x273)]=_0x24175b,_0x5957f0[_0x53eb80(0x6e5)]=_0x58e279,_0x5957f0[_0x53eb80(0x62f)]();}let _0x3d26c3={'id':_0x1671ac(0x1cf),'type':_0x188e5d[_0x1671ac(0x57e)][_0x1671ac(0x6e8)],'handler':(_0x54c116,_0x42c122)=>{const _0x46a0cb=_0x1671ac;let _0x5661be=_0x2bd291(_0x54c116);return _0x5661be?_0x54c116[_0x46a0cb(0x265)](_0x188e5d[_0x46a0cb(0x547)])[_0x46a0cb(0x216)](_0x45ba65['id'],{'unitId':_0x5661be[_0x46a0cb(0x52a)],'subUnitId':_0x5661be[_0x46a0cb(0x567)],'drawingId':_0x5661be[_0x46a0cb(0x6b5)],..._0x42c122!=null&&_0x42c122[_0x46a0cb(0x142)]?{'route':_0x42c122['route']}:{}}):!0x1;}},_0x4940e9={'id':_0x1671ac(0x3b3),'type':_0x188e5d[_0x1671ac(0x57e)][_0x1671ac(0x6e8)],'handler':_0x1e20a5=>_0x2bd291(_0x1e20a5)?_0x1e20a5[_0x1671ac(0x265)](_0x188e5d['ICommandService'])[_0x1671ac(0x216)](_0x2901b1[_0x1671ac(0x288)]['id']):!0x1},_0x2538bd={'id':_0x1671ac(0x403),'type':_0x188e5d[_0x1671ac(0x57e)][_0x1671ac(0x6e8)],'handler':async _0x336684=>{const _0x5e9e33=_0x1671ac;let _0x13f8f0=_0x2bd291(_0x336684);if(!_0x13f8f0)return!0x1;let _0x1a12a1=await _0x336684[_0x5e9e33(0x265)](_0x4f46da)['exportImage'](_0x13f8f0[_0x5e9e33(0x6b5)]);return _0x1a12a1?(_0x335b36(_0x1a12a1,_0x13f8f0['drawingId']+_0x5e9e33(0x5dc)),!0x0):!0x1;}},_0x3600fe={'id':_0x1671ac(0x14e),'type':_0x188e5d[_0x1671ac(0x57e)][_0x1671ac(0x6e8)],'handler':_0x54775e=>{const _0x95b16c=_0x1671ac;let _0xc1f5d3=_0x2bd291(_0x54775e);return _0xc1f5d3?_0x54775e['get'](_0x188e5d[_0x95b16c(0x547)])[_0x95b16c(0x216)](_0x3f1d56[_0x95b16c(0x598)]['id'],{'unitId':_0xc1f5d3[_0x95b16c(0x52a)],'drawings':[{'unitId':_0xc1f5d3['unitId'],'subUnitId':_0xc1f5d3[_0x95b16c(0x567)],'drawingId':_0xc1f5d3[_0x95b16c(0x6b5)],'drawingType':_0x188e5d[_0x95b16c(0x1f2)][_0x95b16c(0x167)]}]}):!0x1;}},_0x3b49bb=_0x1671ac(0x360);function _0x5deb4f(_0x267ec2){const _0xe837bf=_0x1671ac;let _0x3d2fcb=_0x267ec2[_0xe837bf(0x265)](_0x3f1d56[_0xe837bf(0x22f)]);return _0x3d2fcb[_0xe837bf(0x132)][_0xe837bf(0x3be)]((0x0,_0x1a3dad['startWith'])(_0x3d2fcb['getFocusDrawings']()),(0x0,_0x1a3dad[_0xe837bf(0x437)])(()=>_0x2bd291(_0x267ec2)==null));}function _0x13e9d4(_0x21bad4){const _0x330423=_0x1671ac;return{'id':_0x3d26c3['id'],'commandId':_0x3d26c3['id'],'type':_0x214668[_0x330423(0x475)][_0x330423(0x663)],'title':_0x330423(0x61f),'icon':_0x330423(0x6fd),'hidden$':_0x5deb4f(_0x21bad4)};}function _0x298a96(_0x3be06d){const _0x196dcf=_0x1671ac;return{'id':_0x4940e9['id'],'commandId':_0x4940e9['id'],'type':_0x214668['MenuItemType']['BUTTON'],'title':_0x196dcf(0x45a),'icon':_0x196dcf(0x202),'hidden$':_0x5deb4f(_0x3be06d)};}function _0x510ed0(_0x52742c){const _0x223ae8=_0x1671ac;return{'id':_0x2538bd['id'],'commandId':_0x2538bd['id'],'type':_0x214668[_0x223ae8(0x475)][_0x223ae8(0x663)],'title':_0x223ae8(0x3f6),'icon':_0x223ae8(0x632),'hidden$':_0x5deb4f(_0x52742c)};}function _0xb43c73(_0x23d46b){const _0x2e3330=_0x1671ac;return{'id':_0x3600fe['id'],'commandId':_0x3600fe['id'],'type':_0x214668[_0x2e3330(0x475)][_0x2e3330(0x663)],'title':_0x2e3330(0x4ec),'icon':_0x2e3330(0x2c0),'hidden$':_0x5deb4f(_0x23d46b)};}let _0x46750d={'type':_0x188e5d['CommandType'][_0x1671ac(0x6e8)],'id':_0x1671ac(0x670),'handler':async(_0x5a4973,_0x15cdc2)=>{const _0xceac7e=_0x1671ac;let _0x560a6d=(0x0,_0x30d322[_0xceac7e(0x245)])(_0x5a4973[_0xceac7e(0x265)](_0x188e5d['IUniverInstanceService']));if(!_0x560a6d)return!0x1;let _0x1ec36d=_0x5a4973[_0xceac7e(0x265)](_0x30d322[_0xceac7e(0x3f3)])[_0xceac7e(0x1fd)]();if(!_0x1ec36d)return!0x1;let {range:_0x45a4e8}=_0x1ec36d;if(_0x45a4e8['startColumn']===_0x45a4e8[_0xceac7e(0x254)])return _0x5a4973['get'](_0x214668[_0xceac7e(0x5fc)])[_0xceac7e(0x22b)]({'type':_0x2748bd[_0xceac7e(0x2b0)][_0xceac7e(0x4c1)],'content':_0x5a4973[_0xceac7e(0x265)](_0x188e5d[_0xceac7e(0x2e3)])['t'](_0xceac7e(0x676))}),!0x1;let _0x5a9edb=_0x5a4973[_0xceac7e(0x265)](_0x188e5d[_0xceac7e(0x547)]),{unitId:_0x3d3a5e,subUnitId:_0xb9ceee}=_0x560a6d,{value:_0x44c9e5}=_0x15cdc2;return _0x5a9edb['executeCommand'](_0x30562c[_0xceac7e(0x4ac)]['id'],{'unitId':_0x3d3a5e,'subUnitId':_0xb9ceee,'chartType':_0x44c9e5,'source':{'rangeInfo':{'unitId':_0x3d3a5e,'subUnitId':_0xb9ceee,'range':_0x45a4e8}}});}};function _0x134ae5(_0x21d3a2,_0x3205df){const _0x3b18de=_0x1671ac;return _0x21d3a2==null||Array[_0x3b18de(0x1b7)](_0x21d3a2)?'':_0x4ec383(_0x21d3a2['rangeInfo'],_0x3205df);}function _0x4ec383(_0x1fe8e2,_0xe66fbd){const _0x3b55e7=_0x1671ac;var _0x5985a6;let {unitId:_0x557aa5,subUnitId:_0x93afd2,range:_0x246dd4}=_0x1fe8e2,_0x10534f=(_0x5985a6=_0xe66fbd[_0x3b55e7(0x22c)](_0x557aa5))==null?void 0x0:_0x5985a6[_0x3b55e7(0x23b)](_0x93afd2);return _0x10534f?(0x0,_0x41254e[_0x3b55e7(0x198)])(_0x10534f[_0x3b55e7(0x5ad)](),_0x246dd4):'';}let _0x3e34da=[{'label':_0x1671ac(0x5b6),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x1c4)],'icon':_0x1671ac(0x2db)},{'label':_0x1671ac(0x6de),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x4ff)],'icon':_0x1671ac(0x156)},{'label':'sheets-chart-ui.chartTypes.pie','value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x30b)],'icon':_0x1671ac(0x6f3)},{'label':'sheets-chart-ui.chartTypes.bar','value':_0x531b83['ChartTypeBits'][_0x1671ac(0x66c)],'icon':_0x1671ac(0x62b)},{'label':'sheets-chart-ui.chartTypes.barStacked','value':_0x531b83[_0x1671ac(0x58c)]['BarStacked'],'icon':_0x1671ac(0x62b)},{'label':_0x1671ac(0x41e),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x514)],'icon':'BarChartIcon'},{'label':_0x1671ac(0x5bf),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x16c)],'icon':_0x1671ac(0x6f3)},{'label':_0x1671ac(0x59d),'value':_0x531b83[_0x1671ac(0x58c)]['Area'],'icon':_0x1671ac(0x67d)},{'label':'sheets-chart-ui.chartTypes.areaStacked','value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x2cc)],'icon':_0x1671ac(0x67d)},{'label':_0x1671ac(0x51c),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x150)],'icon':_0x1671ac(0x67d)},{'label':_0x1671ac(0x48d),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x484)],'icon':_0x1671ac(0x20b)},{'label':_0x1671ac(0x49d),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x211)],'icon':_0x1671ac(0x24f)},{'label':'sheets-chart-ui.chartTypes.scatter','value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x1c7)],'icon':_0x1671ac(0x6fe)},{'label':_0x1671ac(0x6d9),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x31b)],'icon':_0x1671ac(0x486)},{'label':'sheets-chart-ui.chartTypes.funnel','value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x49b)],'icon':_0x1671ac(0x3bc)},{'label':_0x1671ac(0x1be),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x4fd)],'icon':_0x1671ac(0x28f)},{'label':_0x1671ac(0x4fa),'value':_0x531b83['ChartTypeBits'][_0x1671ac(0x442)],'icon':_0x1671ac(0x4fb)},{'label':_0x1671ac(0x481),'value':_0x531b83[_0x1671ac(0x58c)]['Waterfall'],'icon':_0x1671ac(0x332)},{'label':'sheets-chart-ui.chartTypes.pareto','value':_0x531b83[_0x1671ac(0x58c)]['Pareto'],'icon':_0x1671ac(0x24f)},{'label':_0x1671ac(0x2c6),'value':_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x5ea)],'icon':'SankeyChartIcon'},{'label':_0x1671ac(0x26e),'value':_0x531b83['ChartTypeBits'][_0x1671ac(0x24d)],'icon':_0x1671ac(0x4b5)},{'label':'sheets-chart-ui.chartTypes.boxplot','value':_0x531b83['ChartTypeBits']['Boxplot'],'icon':_0x1671ac(0x69b)}];function _0x5708cc(){return _0x3e34da;}let _0x1c7c57=(_0x26badd,_0x21f6cc)=>{const _0xa19733=_0x1671ac;if(_0x21f6cc[_0xa19733(0x424)]===0x1&&_0x21f6cc[0x0]===_0xa19733(0x39b))return _0x26badd;if(_0x21f6cc[_0xa19733(0x424)]>0x1){let _0x1190d2=new Set();for(let _0x13b0d0 of _0x21f6cc)_0x1190d2['add'](Number(_0x13b0d0));return _0x26badd[_0xa19733(0x42d)](_0x1f14ea=>_0x1190d2[_0xa19733(0x470)](_0x1f14ea[_0xa19733(0x52f)]));}return[];};function _0x3b6270(_0x5238db){const _0x5c1fd1=_0x1671ac;let _0x3043fc=_0x5238db[_0x5c1fd1(0x265)](_0x188e5d[_0x5c1fd1(0x294)]),_0x4b98ae=(0x0,_0x30562c['getAllowedChartTypes'])(_0x5238db),_0x4df95d=_0x1c7c57(_0x5708cc()[_0x5c1fd1(0x4a9)](),_0x4b98ae);return{'id':_0x46750d['id'],'type':_0x214668[_0x5c1fd1(0x475)][_0x5c1fd1(0x362)],'selections':_0x4df95d,'icon':_0x5c1fd1(0x416),'tooltip':_0x5c1fd1(0x319),'activated$':(0x0,_0x2901b1[_0x5c1fd1(0x1de)])(_0x3043fc,!0x1,()=>new _0x1a3dad[(_0x5c1fd1(0x227))](_0x4e4c5e=>{const _0x51b839=_0x5c1fd1;_0x4e4c5e[_0x51b839(0x32e)](!0x1);})),'hidden$':(0x0,_0x214668[_0x5c1fd1(0x5d8)])(_0x5238db,_0x188e5d[_0x5c1fd1(0x12c)]['UNIVER_SHEET']),'disabled$':(0x0,_0x2901b1[_0x5c1fd1(0x390)])(_0x5238db)};}let _0x33bbe0={[_0x214668[_0x1671ac(0x6a4)][_0x1671ac(0x313)]]:{[_0x46750d['id']]:{'order':0x4,'menuItemFactory':_0x3b6270}},[_0x214668[_0x1671ac(0x3b7)][_0x1671ac(0x3a4)]]:{[_0x3b49bb]:{'order':0x6,[_0x214668[_0x1671ac(0x1d5)]['OTHERS']]:{[_0x3d26c3['id']]:{'order':0x0,'menuItemFactory':_0x13e9d4},[_0x4940e9['id']]:{'order':0x1,'menuItemFactory':_0x298a96},[_0x2538bd['id']]:{'order':0x2,'menuItemFactory':_0x510ed0},[_0x3600fe['id']]:{'order':0x3,'menuItemFactory':_0xb43c73}}}}};function _0x138a46(_0x5ca78e){const _0x539cc7=_0x1671ac;_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x5fa),_0x408619=>_0x408619[_0x539cc7(0x310)]['pipe']((0x0,_0x1a3dad['map'])(_0x261fb7=>_0x261fb7[_0x539cc7(0x5fa)]))),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x3e8),_0x19fe56=>({'set'(_0x38dea1){const _0x4d3948=_0x539cc7;let _0x4b284c={};_0x38dea1===_0x531b83[_0x4d3948(0x58c)]['Pie']&&(_0x4b284c[_0x4d3948(0x170)]={'doughnutHole':null}),_0x5ca78e[_0x4d3948(0x5bd)]({'chartModelId':_0x19fe56['id'],'chartType':_0x38dea1,'style':_0x4b284c});},'get'(){const _0x58aa0d=_0x539cc7;return _0x19fe56[_0x58aa0d(0x3cc)];}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x2ab),_0x1543e8=>({'set'(_0x43a7e7){const _0x21a22b=_0x539cc7;_0x43a7e7&&_0x5ca78e[_0x21a22b(0x3fe)]({'chartModelId':_0x1543e8['id'],'range':_0x43a7e7});},'get'(){const _0x5218a4=_0x539cc7;let _0x4d0a11=_0x5ca78e['getDataSource'](_0x1543e8['id']);if(_0x4d0a11)return _0x4d0a11[_0x5218a4(0x64e)];}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x510),_0x3ea69b=>({'set'(_0x4f6f7d){const _0xc635e0=_0x539cc7;typeof _0x4f6f7d=='number'&&_0x5ca78e[_0xc635e0(0x5bd)]({'chartModelId':_0x3ea69b['id'],'context':{'categoryIndex':_0x4f6f7d}});},'get'(){const _0x5c9bab=_0x539cc7;return _0x3ea69b['context$'][_0x5c9bab(0x3be)]((0x0,_0x1a3dad[_0x5c9bab(0x437)])(_0x474962=>_0x474962['categoryIndex']),(0x0,_0x1a3dad[_0x5c9bab(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)]('categoryType',_0x523872=>_0x523872[_0x539cc7(0x310)]['pipe']((0x0,_0x1a3dad['map'])(_0x1b43e0=>_0x1b43e0[_0x539cc7(0x3a1)]),(0x0,_0x1a3dad[_0x539cc7(0x46e)])())),_0x5ca78e['registerViewState'](_0x539cc7(0x1fa),_0x13acfc=>{const _0x4505b8=_0x539cc7;var _0x28d3e7;let _0x2c2e3c=(_0x28d3e7=_0x5ca78e['getDataSource'](_0x13acfc['id']))==null?void 0x0:_0x28d3e7['rangeInfo$'];return _0x2c2e3c?_0x13acfc[_0x4505b8(0x310)][_0x4505b8(0x3be)]((0x0,_0x1a3dad[_0x4505b8(0x6a6)])(_0x2c2e3c),(0x0,_0x1a3dad[_0x4505b8(0x437)])(([_0x29a824,_0x17e25d])=>{const _0x43440d=_0x4505b8;let {categoryResourceIndexes:_0x740668,headers:_0x52a37e}=_0x29a824,_0x2ca269=(_0x740668||[])['sort']((_0x16da3f,_0x55d8e7)=>(_0x16da3f||0x0)-(_0x55d8e7||0x0));return!_0x2ca269||Array[_0x43440d(0x1b7)](_0x17e25d)?[]:_0x2ca269[_0x43440d(0x437)](_0x30fd71=>({'label':(_0x52a37e==null?void 0x0:_0x52a37e[_0x30fd71])||_0x5ca78e['t']('sheets-chart-ui.categoryDefaultName',''+(_0x30fd71+0x1)),'value':String(_0x30fd71)}));})):_0x13acfc[_0x4505b8(0x310)][_0x4505b8(0x3be)]((0x0,_0x1a3dad['map'])(()=>[]));}),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x151),_0x232609=>{const _0x5d5bb8=_0x539cc7;var _0x3991b8;let _0x3acebf=(_0x3991b8=_0x5ca78e[_0x5d5bb8(0x368)](_0x232609['id']))==null?void 0x0:_0x3991b8[_0x5d5bb8(0x64e)];return _0x3acebf?_0x232609['context$'][_0x5d5bb8(0x3be)]((0x0,_0x1a3dad[_0x5d5bb8(0x6a6)])(_0x3acebf),(0x0,_0x1a3dad[_0x5d5bb8(0x437)])(([_0x1db737,_0x24e33a])=>{const _0x29fa2c=_0x5d5bb8;let {categoryResourceIndexes:_0x3cefe1,seriesResourceIndexes:_0x1171ca,headers:_0x1dd300}=_0x1db737,_0xceb999=_0x3cefe1==null?void 0x0:_0x3cefe1[_0x29fa2c(0x4a9)](_0x1171ca||[])['sort']((_0x590068,_0x63c5e5)=>(_0x590068||0x0)-(_0x63c5e5||0x0));return!_0xceb999||Array['isArray'](_0x24e33a)?[]:_0xceb999[_0x29fa2c(0x437)](_0x4e7e8e=>({'label':(_0x1dd300==null?void 0x0:_0x1dd300[_0x4e7e8e])||_0x5ca78e['t']('sheets-chart-ui.categoryDefaultName',''+(_0x4e7e8e+0x1)),'value':String(_0x4e7e8e)}));})):_0x232609[_0x5d5bb8(0x310)][_0x5d5bb8(0x3be)]((0x0,_0x1a3dad[_0x5d5bb8(0x437)])(()=>[]));}),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x1e1),_0x55c489=>({'set'(_0x494277){const _0x9fab0e=_0x539cc7;_0x5ca78e[_0x9fab0e(0x5bd)]({'chartModelId':_0x55c489['id'],'context':{'seriesIndexes':_0x494277}});},'get'(){const _0x51ea30=_0x539cc7;return _0x55c489['context$'][_0x51ea30(0x3be)]((0x0,_0x1a3dad['map'])(_0x5d9041=>{let {seriesIndexes:_0x47a21d=[]}=_0x5d9041;return _0x47a21d;}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x43e),_0x31deaa=>({'set'(_0x51bd34){const _0x84bc23=_0x539cc7;_0x5ca78e[_0x84bc23(0x5bd)]({'chartModelId':_0x31deaa['id'],'style':{'trendlines':_0x51bd34}});},'get'(){const _0xa5e76e=_0x539cc7;return _0x31deaa[_0xa5e76e(0x68b)][_0xa5e76e(0x3be)]((0x0,_0x1a3dad[_0xa5e76e(0x437)])(_0x1dffaa=>_0x1dffaa[_0xa5e76e(0x28c)]));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x2e8),_0x4e759f=>{const _0x2d9611=_0x539cc7;var _0xaa76bb;let _0x96e7e1=(_0xaa76bb=_0x5ca78e['getDataSource'](_0x4e759f['id']))==null?void 0x0:_0xaa76bb['rangeInfo$'];return _0x96e7e1?_0x4e759f['context$'][_0x2d9611(0x3be)]((0x0,_0x1a3dad['combineLatestWith'])(_0x96e7e1),(0x0,_0x1a3dad[_0x2d9611(0x437)])(([_0xb20a84,_0x3a72ca])=>{const _0x329a37=_0x2d9611;let {seriesIndexes:_0x378054=[],headers:_0x232025}=_0xb20a84;return Array[_0x329a37(0x1b7)](_0x3a72ca)?[]:_0x378054[_0x329a37(0x437)](_0x299f5b=>({'label':(_0x232025==null?void 0x0:_0x232025[_0x299f5b])||_0x5ca78e['t'](_0x329a37(0x6d3),''+_0x299f5b),'value':String(_0x299f5b)}));})):_0x4e759f[_0x2d9611(0x310)][_0x2d9611(0x3be)]((0x0,_0x1a3dad[_0x2d9611(0x437)])(()=>[]));}),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x3ba),_0x44ab8d=>{const _0x20db69=_0x539cc7;var _0x72cd1a;let _0x405ad1=(_0x72cd1a=_0x5ca78e[_0x20db69(0x368)](_0x44ab8d['id']))==null?void 0x0:_0x72cd1a[_0x20db69(0x64e)];return _0x405ad1?_0x44ab8d[_0x20db69(0x310)][_0x20db69(0x3be)]((0x0,_0x1a3dad[_0x20db69(0x6a6)])(_0x405ad1),(0x0,_0x1a3dad[_0x20db69(0x437)])(([_0x343436,_0x3ec3db])=>{const _0x78ddba=_0x20db69;let {seriesResourceIndexes:_0x211fb1=[],headers:_0x6e52f0}=_0x343436;if(Array[_0x78ddba(0x1b7)](_0x3ec3db))return[];let _0x2fcd7a=new Map();return _0x211fb1[_0x78ddba(0x437)](_0x15b1f2=>{const _0x312e7a=_0x78ddba;let _0x2ec95c=(_0x6e52f0==null?void 0x0:_0x6e52f0[_0x15b1f2])||_0x5ca78e['t'](_0x312e7a(0x6d3),''+_0x15b1f2);return _0x2fcd7a[_0x312e7a(0x470)](_0x2ec95c)?_0x2fcd7a[_0x312e7a(0x5da)](_0x2ec95c,_0x2fcd7a[_0x312e7a(0x265)](_0x2ec95c)+0x1):_0x2fcd7a['set'](_0x2ec95c,0x0),{'label':(_0x2fcd7a[_0x312e7a(0x470)](_0x2ec95c)&&_0x2fcd7a[_0x312e7a(0x265)](_0x2ec95c)>0x0?_0x2ec95c+'\x20'+_0x2fcd7a[_0x312e7a(0x265)](_0x2ec95c):_0x2ec95c)||_0x5ca78e['t'](_0x312e7a(0x6d3),''+_0x15b1f2),'value':String(_0x15b1f2)};});})):_0x44ab8d[_0x20db69(0x310)][_0x20db69(0x3be)]((0x0,_0x1a3dad[_0x20db69(0x437)])(()=>[]));}),_0x5ca78e[_0x539cc7(0x19b)]('aggregate',_0x342113=>({'set'(_0x551eff){const _0x3e585a=_0x539cc7;_0x5ca78e[_0x3e585a(0x5bd)]({'chartModelId':_0x342113['id'],'dataAggregation':{'aggregate':_0x551eff}});},'get'(){const _0x26be25=_0x539cc7;return _0x342113[_0x26be25(0x354)][_0x26be25(0x3be)]((0x0,_0x1a3dad[_0x26be25(0x437)])(_0x313fc2=>_0x313fc2[_0x26be25(0x5a2)]||!0x1),(0x0,_0x1a3dad[_0x26be25(0x46e)])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x3a0),_0x2d0eb5=>({'set'(_0x2c1d4d){const _0x54773d=_0x539cc7;var _0x4f87d3;let _0x3b717b=(_0x4f87d3=_0x5ca78e[_0x54773d(0x368)](_0x2d0eb5['id']))==null?void 0x0:_0x4f87d3['getRangeInfo']();if(_0x3b717b){let _0x55bbd3={..._0x3b717b,'isRowDirection':_0x2c1d4d===_0x531b83[_0x54773d(0x2c4)][_0x54773d(0x488)]};_0x5ca78e[_0x54773d(0x5bd)]({'chartModelId':_0x2d0eb5['id'],'context':{'seriesIndexes':void 0x0,'transform':void 0x0}}),_0x5ca78e[_0x54773d(0x3fe)]({'chartModelId':_0x2d0eb5['id'],'range':_0x55bbd3});}},'get'(){const _0x430e54=_0x539cc7;var _0x1637d6;return(_0x1637d6=_0x5ca78e[_0x430e54(0x368)](_0x2d0eb5['id']))==null?void 0x0:_0x1637d6[_0x430e54(0x64e)][_0x430e54(0x3be)]((0x0,_0x1a3dad[_0x430e54(0x437)])(_0x43dc58=>_0x43dc58[_0x430e54(0x1bc)]?_0x531b83[_0x430e54(0x2c4)][_0x430e54(0x488)]:_0x531b83[_0x430e54(0x2c4)][_0x430e54(0x4ff)]),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e[_0x539cc7(0x19b)]('gradientFill',_0x47d10a=>({'set'(_0x3f27b6){const _0x106435=_0x539cc7;_0x5ca78e[_0x106435(0x5bd)]({'chartModelId':_0x47d10a['id'],'style':{'gradientFill':_0x3f27b6}});},'get'(){const _0x5b6cef=_0x539cc7;return _0x47d10a[_0x5b6cef(0x68b)][_0x5b6cef(0x3be)]((0x0,_0x1a3dad[_0x5b6cef(0x437)])(_0xc58054=>_0xc58054[_0x5b6cef(0x66e)]),(0x0,_0x1a3dad[_0x5b6cef(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x28e),_0x30f9bd=>({'set'(_0x28837b){const _0x4cd47f=_0x539cc7;_0x5ca78e[_0x4cd47f(0x5bd)]({'chartModelId':_0x30f9bd['id'],'style':{'tooltip':_0x28837b}});},'get'(){const _0x51a027=_0x539cc7;return _0x30f9bd[_0x51a027(0x68b)]['pipe']((0x0,_0x1a3dad[_0x51a027(0x437)])(_0xeb0f14=>_0xeb0f14['tooltip']),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x19c),_0x4245f4=>({'set'(_0x3b290e){const _0x481f9d=_0x539cc7;let {context:_0x108682}=_0x4245f4,_0x2a345d=_0x5543bf=>{const _0x44024b=_0x1d8f;var _0xa2a52d;return((_0xa2a52d=_0x108682[_0x44024b(0x304)])==null?void 0x0:_0xa2a52d[_0x44024b(0x49c)](_0x5543bf))!==-0x1;};if(_0x3b290e){var _0x694a8e;let _0x5e5538=(_0x694a8e=_0x108682[_0x481f9d(0x5bb)])==null?void 0x0:_0x694a8e[0x0];if(_0x5e5538===void 0x0)return;let _0x2a6a28={'categoryIndex':_0x5e5538,'categoryType':_0x531b83['CategoryType']['Text']};if(_0x2a345d(_0x5e5538)){var _0x29ea25;_0x2a6a28[_0x481f9d(0x5bb)]=(_0x29ea25=_0x108682['seriesIndexes'])==null?void 0x0:_0x29ea25[_0x481f9d(0x42d)](_0x4bddbf=>_0x4bddbf!==_0x5e5538);}_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x4245f4['id'],'context':_0x2a6a28});}else{if(_0x108682[_0x481f9d(0x510)]===void 0x0)return;let _0x681905={'categoryIndex':void 0x0,'categoryType':void 0x0};_0x2a345d(_0x108682['categoryIndex'])&&(_0x681905[_0x481f9d(0x5bb)]=[_0x108682['categoryIndex']][_0x481f9d(0x4a9)](_0x108682[_0x481f9d(0x5bb)]||[])),_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x4245f4['id'],'context':_0x681905});}},'get'(){const _0x3375d1=_0x539cc7;return _0x4245f4[_0x3375d1(0x310)]['pipe']((0x0,_0x1a3dad[_0x3375d1(0x437)])(_0x46b587=>{const _0x1e330f=_0x3375d1;var _0xb0222c;return _0x46b587[_0x1e330f(0x510)]===void 0x0?!0x1:!!((_0xb0222c=_0x46b587[_0x1e330f(0x304)])!=null&&_0xb0222c[_0x1e330f(0x165)](_0x46b587[_0x1e330f(0x510)]));}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x65f),_0x423283=>({'set'(_0x58e9a4){const _0x59a850=_0x539cc7;_0x5ca78e[_0x59a850(0x5bd)]({'chartModelId':_0x423283['id'],'style':{'backgroundColor':_0x58e9a4==null?null:_0x58e9a4}});},'get'(){const _0x17c0e2=_0x539cc7;return _0x423283[_0x17c0e2(0x68b)][_0x17c0e2(0x3be)]((0x0,_0x1a3dad[_0x17c0e2(0x437)])(_0x44c36=>_0x44c36==null?void 0x0:_0x44c36['backgroundColor']),(0x0,_0x1a3dad[_0x17c0e2(0x46e)])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x2ed),_0x2c6d8c=>({'set'(_0x3b84fa){const _0x494ee6=_0x539cc7;_0x5ca78e[_0x494ee6(0x5bd)]({'chartModelId':_0x2c6d8c['id'],'style':{'borderColor':_0x3b84fa==null?null:_0x3b84fa}}),_0x5ca78e[_0x494ee6(0x62a)](_0x2c6d8c['id'],_0x3b84fa);},'get'(){const _0x4e1f41=_0x539cc7;return _0x2c6d8c[_0x4e1f41(0x68b)][_0x4e1f41(0x3be)]((0x0,_0x1a3dad[_0x4e1f41(0x437)])(_0x223c05=>_0x223c05[_0x4e1f41(0x2ed)]),(0x0,_0x1a3dad[_0x4e1f41(0x46e)])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x614),_0x900c65=>({'set'(_0xb5a75e){const _0x5f0add=_0x539cc7;_0x5ca78e[_0x5f0add(0x5bd)]({'chartModelId':_0x900c65['id'],'style':{'fontSize':_0xb5a75e}});},'get'(){const _0x7b0b57=_0x539cc7;return _0x900c65[_0x7b0b57(0x68b)]['pipe']((0x0,_0x1a3dad[_0x7b0b57(0x437)])(_0xa728cb=>_0xa728cb['fontSize']),(0x0,_0x1a3dad[_0x7b0b57(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x24b),_0x44ddd1=>({'set'(_0x33f7d3){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x44ddd1['id'],'style':{'titleFontSize':_0x33f7d3}});},'get'(){const _0x1f77d9=_0x539cc7;return _0x44ddd1[_0x1f77d9(0x68b)][_0x1f77d9(0x3be)]((0x0,_0x1a3dad[_0x1f77d9(0x437)])(_0x3202e0=>_0x3202e0[_0x1f77d9(0x24b)]),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x69e),_0x34d6dd=>({'set'(_0x4742f3){const _0x488b0d=_0x539cc7;_0x5ca78e[_0x488b0d(0x5bd)]({'chartModelId':_0x34d6dd['id'],'style':{'titles':_0x4742f3}});},'get'(){const _0x58b576=_0x539cc7;return _0x34d6dd['style$']['pipe']((0x0,_0x1a3dad[_0x58b576(0x437)])(_0xf7349d=>_0xf7349d[_0x58b576(0x69e)]));}})),_0x5ca78e[_0x539cc7(0x19b)]('allSeriesStyle',_0x918d6f=>({'set'(_0xbb5d3){const _0x5deeb0=_0x539cc7;let _0x259072=Object[_0x5deeb0(0x41d)](_0xbb5d3),_0x53e560=_0x188e5d[_0x5deeb0(0x44b)][_0x5deeb0(0x3c5)](_0x918d6f[_0x5deeb0(0x243)][_0x5deeb0(0x641)]||{}),_0x4cca63={};for(let _0x4a5302 in _0x53e560)if(Object[_0x5deeb0(0x44e)][_0x5deeb0(0x3db)]['call'](_0x53e560,_0x4a5302)){let _0x593b24=_0x53e560[_0x4a5302];if(!_0x593b24)continue;for(let _0x493951 of _0x259072)Object[_0x5deeb0(0x44e)][_0x5deeb0(0x3db)]['call'](_0x593b24,_0x493951)&&(_0x4cca63[_0x4a5302]={[_0x493951]:null});}let _0x2e3812={'allSeriesStyle':_0xbb5d3,'seriesStyleMap':_0x4cca63},_0x45a4cd=_0x918d6f[_0x5deeb0(0x3e8)],_0xb5bfa=new Set(_0x259072);_0x45a4cd===_0x531b83[_0x5deeb0(0x58c)][_0x5deeb0(0x484)]&&(_0xb5bfa[_0x5deeb0(0x470)](_0x5deeb0(0x493))||_0xb5bfa[_0x5deeb0(0x470)](_0x5deeb0(0x649)))&&(_0x2e3812['radar']={'fill':!0x0}),_0x5ca78e[_0x5deeb0(0x5bd)]({'chartModelId':_0x918d6f['id'],'style':_0x2e3812});},'get'(){const _0x148896=_0x539cc7;return _0x918d6f[_0x148896(0x68b)][_0x148896(0x3be)]((0x0,_0x1a3dad[_0x148896(0x437)])(_0xeea2a7=>_0xeea2a7[_0x148896(0x626)]));}})),_0x5ca78e[_0x539cc7(0x19b)]('seriesStyleMap',_0x8c6a6a=>({'set'(_0x18e92c){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x8c6a6a['id'],'style':{'seriesStyleMap':_0x18e92c}});},'get'(){const _0x32bad6=_0x539cc7;return _0x8c6a6a[_0x32bad6(0x68b)][_0x32bad6(0x3be)]((0x0,_0x1a3dad['map'])(_0xe27edc=>_0xe27edc[_0x32bad6(0x641)]));}})),_0x5ca78e[_0x539cc7(0x19b)]('legendStyle',_0x4fc032=>({'set'(_0x2e8ba2){const _0x306162=_0x539cc7;_0x5ca78e[_0x306162(0x5bd)]({'chartModelId':_0x4fc032['id'],'style':{'legend':_0x2e8ba2}});},'get'(){const _0x29c470=_0x539cc7;return _0x4fc032['style$'][_0x29c470(0x3be)]((0x0,_0x1a3dad[_0x29c470(0x437)])(_0x3c6de3=>_0x3c6de3['legend']));}})),_0x5ca78e['registerViewState'](_0x539cc7(0x5c9),_0x2ce329=>({'set'(_0x224958){const _0x1f516f=_0x539cc7;_0x5ca78e[_0x1f516f(0x5bd)]({'chartModelId':_0x2ce329['id'],'style':{'xAxis':_0x224958}});},'get'(){const _0x250b84=_0x539cc7;return _0x2ce329[_0x250b84(0x68b)][_0x250b84(0x3be)]((0x0,_0x1a3dad[_0x250b84(0x437)])(_0x328cdf=>_0x328cdf[_0x250b84(0x49a)]));}})),_0x5ca78e['registerViewState']('yAxisOptions',_0x4cc819=>({'set'(_0x5f282e){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x4cc819['id'],'style':{'yAxis':_0x5f282e}});},'get'(){const _0x2c42be=_0x539cc7;return _0x4cc819[_0x2c42be(0x68b)][_0x2c42be(0x3be)]((0x0,_0x1a3dad[_0x2c42be(0x437)])(_0x35e758=>_0x35e758[_0x2c42be(0x229)]));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x3a3),_0x2fd8b1=>({'set'(_0x16c0d6){const _0x3f9e5d=_0x539cc7;_0x5ca78e[_0x3f9e5d(0x5bd)]({'chartModelId':_0x2fd8b1['id'],'style':{'rightYAxis':_0x16c0d6}});},'get'(){const _0x59d132=_0x539cc7;return _0x2fd8b1['style$'][_0x59d132(0x3be)]((0x0,_0x1a3dad[_0x59d132(0x437)])(_0x4f2028=>_0x4f2028[_0x59d132(0x25a)]));}})),_0x5ca78e[_0x539cc7(0x19b)]('runtimeAxes',_0x213513=>_0x213513['style$']['pipe']((0x0,_0x1a3dad['combineLatestWith'])(_0x5ca78e[_0x539cc7(0x51e)]),(0x0,_0x1a3dad[_0x539cc7(0x437)])(([,_0x911d97])=>_0x213513[_0x539cc7(0x415)](_0x911d97)[_0x539cc7(0x6cf)]))),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x1cd),_0x26d0e9=>({'set'(_0xfdb913){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x26d0e9['id'],'style':{'area':{'lineStyle':_0xfdb913==null?void 0x0:_0xfdb913}}});},'get'(){const _0x184bc1=_0x539cc7;return _0x26d0e9[_0x184bc1(0x68b)]['pipe']((0x0,_0x1a3dad['map'])(_0xac0dda=>{const _0x1cfd4d=_0x184bc1;var _0x339322;return(_0x339322=_0xac0dda[_0x1cfd4d(0x351)])==null?void 0x0:_0x339322[_0x1cfd4d(0x615)];}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x5a0),_0x4612dd=>({'set'(_0x168246){const _0x37b4e7=_0x539cc7;_0x5ca78e[_0x37b4e7(0x5bd)]({'chartModelId':_0x4612dd['id'],'style':{'pie':{'labelStyle':_0x168246==null?void 0x0:_0x168246}}});},'get'(){const _0x494215=_0x539cc7;return _0x4612dd[_0x494215(0x68b)]['pipe']((0x0,_0x1a3dad[_0x494215(0x437)])(_0x1640c4=>{const _0x1bba2c=_0x494215;var _0x4b2131;return(_0x4b2131=_0x1640c4['pie'])==null?void 0x0:_0x4b2131[_0x1bba2c(0x1b9)];}));}})),_0x5ca78e['registerViewState']('wordCloudShape',_0x450ee7=>({'set'(_0x3cd9a0){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x450ee7['id'],'style':{'wordCloud':{'shape':_0x3cd9a0==null?void 0x0:_0x3cd9a0,'maskImage':_0x3cd9a0==null?void 0x0:_0x3cd9a0}}});},'get'(){const _0x44df47=_0x539cc7;return _0x450ee7[_0x44df47(0x68b)][_0x44df47(0x3be)]((0x0,_0x1a3dad[_0x44df47(0x437)])(_0x3c6c8e=>{const _0x2f5b08=_0x44df47;var _0x862834;return(_0x862834=_0x3c6c8e[_0x2f5b08(0x68c)])==null?void 0x0:_0x862834[_0x2f5b08(0x349)];}));}})),_0x5ca78e[_0x539cc7(0x19b)]('wordCloudMask',_0x340d4b=>({'set'(_0x1d44a1){const _0x3b9e85=_0x539cc7;_0x5ca78e[_0x3b9e85(0x5bd)]({'chartModelId':_0x340d4b['id'],'style':{'wordCloud':{'maskImage':_0x1d44a1==null?void 0x0:_0x1d44a1,'shape':void 0x0}}});},'get'(){const _0x4c2533=_0x539cc7;return _0x340d4b[_0x4c2533(0x68b)]['pipe']((0x0,_0x1a3dad[_0x4c2533(0x437)])(_0xf3a0ce=>{const _0x2a9578=_0x4c2533;var _0x1763f9;return(_0x1763f9=_0xf3a0ce[_0x2a9578(0x68c)])==null?void 0x0:_0x1763f9[_0x2a9578(0x251)];}));}})),_0x5ca78e['registerViewState'](_0x539cc7(0x306),_0x33a3f6=>({'set'(_0x472cd8){const _0x4a53a9=_0x539cc7;_0x5ca78e[_0x4a53a9(0x5bd)]({'chartModelId':_0x33a3f6['id'],'style':{'wordCloud':{'repeat':_0x472cd8==null?void 0x0:_0x472cd8}}});},'get'(){const _0x427992=_0x539cc7;return _0x33a3f6['style$'][_0x427992(0x3be)]((0x0,_0x1a3dad[_0x427992(0x437)])(_0x35e1d1=>{const _0x53d5d7=_0x427992;var _0x4221f3;return(_0x4221f3=_0x35e1d1[_0x53d5d7(0x68c)])==null?void 0x0:_0x4221f3[_0x53d5d7(0x17f)];}));}})),_0x5ca78e[_0x539cc7(0x19b)]('funnelGap',_0x1a00a5=>({'set'(_0xe581f4){const _0x37b9d2=_0x539cc7;_0x5ca78e[_0x37b9d2(0x5bd)]({'chartModelId':_0x1a00a5['id'],'style':{'funnel':{'gap':_0xe581f4==null?void 0x0:_0xe581f4}}});},'get'(){const _0x3b1b2e=_0x539cc7;return _0x1a00a5[_0x3b1b2e(0x68b)][_0x3b1b2e(0x3be)]((0x0,_0x1a3dad[_0x3b1b2e(0x437)])(_0x28c417=>{const _0x235a44=_0x3b1b2e;var _0x265729;return(_0x265729=_0x28c417[_0x235a44(0x627)])==null?void 0x0:_0x265729[_0x235a44(0x55b)];}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x20d),_0x1c38b0=>({'set'(_0x18c806){const _0x1e537a=_0x539cc7;_0x5ca78e[_0x1e537a(0x5bd)]({'chartModelId':_0x1c38b0['id'],'style':{'funnel':{'useAbsValue':_0x18c806==null?void 0x0:_0x18c806}}});},'get'(){const _0xf0bb23=_0x539cc7;return _0x1c38b0['style$'][_0xf0bb23(0x3be)]((0x0,_0x1a3dad['map'])(_0x47a694=>{const _0xb848e0=_0xf0bb23;var _0x29f73b;return(_0x29f73b=_0x47a694[_0xb848e0(0x627)])==null?void 0x0:_0x29f73b['useAbsValue'];}));}})),_0x5ca78e[_0x539cc7(0x19b)]('padAngleStyle',_0x161d77=>({'set'(_0x5ed4f2){const _0x40b2d7=_0x539cc7;_0x5ca78e[_0x40b2d7(0x5bd)]({'chartModelId':_0x161d77['id'],'style':{'pie':{'hasPaddingAngle':!!_0x5ed4f2}}});},'get'(){const _0x323096=_0x539cc7;return _0x161d77['style$'][_0x323096(0x3be)]((0x0,_0x1a3dad[_0x323096(0x437)])(_0xf4c389=>{const _0x27011d=_0x323096;var _0x57dcf5;return(_0x57dcf5=_0xf4c389[_0x27011d(0x170)])==null?void 0x0:_0x57dcf5[_0x27011d(0x6ca)];}));}})),_0x5ca78e['registerViewState'](_0x539cc7(0x3e0),_0x54fd0e=>({'set'(_0x3f9db7){const _0x157be3=_0x539cc7;_0x5ca78e[_0x157be3(0x5bd)]({'chartModelId':_0x54fd0e['id'],'style':{'pie':{'isHalfPie':!!_0x3f9db7}}});},'get'(){const _0x476738=_0x539cc7;return _0x54fd0e[_0x476738(0x68b)][_0x476738(0x3be)]((0x0,_0x1a3dad[_0x476738(0x437)])(_0x425a3c=>{const _0x3085b0=_0x476738;var _0xa68a94;return(_0xa68a94=_0x425a3c[_0x3085b0(0x170)])==null?void 0x0:_0xa68a94[_0x3085b0(0x3e0)];}));}})),_0x5ca78e[_0x539cc7(0x19b)]('valueScale',_0xe71eb9=>({'set'(_0x452c1b){const _0x26a82d=_0x539cc7;_0x5ca78e[_0x26a82d(0x5bd)]({'chartModelId':_0xe71eb9['id'],'style':{'pie':{'valueScale':Number(_0x452c1b)}}});},'get'(){const _0x3c9a4c=_0x539cc7;return _0xe71eb9[_0x3c9a4c(0x68b)][_0x3c9a4c(0x3be)]((0x0,_0x1a3dad[_0x3c9a4c(0x437)])(_0x541d98=>{const _0x19e510=_0x3c9a4c;var _0x3bbc5a;return(_0x3bbc5a=_0x541d98['pie'])==null?void 0x0:_0x3bbc5a[_0x19e510(0x52d)];}));}})),_0x5ca78e['registerViewState'](_0x539cc7(0x52b),_0x46838e=>({'set'(_0x51cb71){const _0xb37fd=_0x539cc7;_0x5ca78e[_0xb37fd(0x5bd)]({'chartModelId':_0x46838e['id'],'style':{'pie':{'digitalFixed':Number(_0x51cb71)}}});},'get'(){const _0x47fc30=_0x539cc7;return _0x46838e[_0x47fc30(0x68b)][_0x47fc30(0x3be)]((0x0,_0x1a3dad[_0x47fc30(0x437)])(_0x5d904d=>{const _0x39ebab=_0x47fc30;var _0x5ae9d8;return(_0x5ae9d8=_0x5d904d[_0x39ebab(0x170)])==null?void 0x0:_0x5ae9d8[_0x39ebab(0x52b)];}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x1c1),_0x2bca31=>({'set'(_0x10c332){const _0x4cdf71=_0x539cc7;_0x5ca78e[_0x4cdf71(0x5bd)]({'chartModelId':_0x2bca31['id'],'style':{'pie':{'valueSuffix':String(_0x10c332)}}});},'get'(){const _0x4df4ff=_0x539cc7;return _0x2bca31[_0x4df4ff(0x68b)]['pipe']((0x0,_0x1a3dad[_0x4df4ff(0x437)])(_0x5c18d1=>{const _0x1456e4=_0x4df4ff;var _0x261553;return(_0x261553=_0x5c18d1[_0x1456e4(0x170)])==null?void 0x0:_0x261553[_0x1456e4(0x1c1)];}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x331),_0x12d9f8=>({'set'(_0x5ea637){const _0xfcebfb=_0x539cc7;_0x5ca78e[_0xfcebfb(0x5bd)]({'chartModelId':_0x12d9f8['id'],'style':{'pie':{'rosePie':!!_0x5ea637}}});},'get'(){const _0x593062=_0x539cc7;return _0x12d9f8[_0x593062(0x68b)][_0x593062(0x3be)]((0x0,_0x1a3dad['map'])(_0x17ebfb=>{const _0x1bc834=_0x593062;var _0x1d1c9c;return(_0x1d1c9c=_0x17ebfb[_0x1bc834(0x170)])==null?void 0x0:_0x1d1c9c[_0x1bc834(0x58a)];}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x3d9),_0x30bd51=>({'set'(_0x810d0f){const _0x252247=_0x539cc7;_0x5ca78e[_0x252247(0x5bd)]({'chartModelId':_0x30bd51['id'],'style':{'pie':{'showLabelLine':!!_0x810d0f}}});},'get'(){const _0x93894=_0x539cc7;return _0x30bd51[_0x93894(0x68b)][_0x93894(0x3be)]((0x0,_0x1a3dad['map'])(_0x178ae6=>{const _0x1515f6=_0x93894;var _0x1fe42a;return(_0x1fe42a=_0x178ae6[_0x1515f6(0x170)])==null?void 0x0:_0x1fe42a[_0x1515f6(0x3d9)];}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x230),_0x5a1140=>({'set'(_0x465e9b){const _0x316ea9=_0x539cc7;_0x5ca78e[_0x316ea9(0x5bd)]({'chartModelId':_0x5a1140['id'],'chartType':_0x465e9b?_0x531b83[_0x316ea9(0x58c)][_0x316ea9(0x16c)]:_0x531b83[_0x316ea9(0x58c)][_0x316ea9(0x30b)],'style':{'pie':{'doughnutHole':_0x465e9b}}});},'get'(){const _0x4fc28e=_0x539cc7;return _0x5a1140[_0x4fc28e(0x68b)]['pipe']((0x0,_0x1a3dad[_0x4fc28e(0x437)])(_0x484887=>{const _0x4aa11b=_0x4fc28e;var _0x4aa6fe;return(_0x4aa6fe=_0x484887[_0x4aa11b(0x170)])==null?void 0x0:_0x4aa6fe['doughnutHole'];}),(0x0,_0x1a3dad[_0x4fc28e(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x53b),_0x2bac1e=>({'set'(_0xddeeff){const _0x2c902c=_0x539cc7;_0x5ca78e[_0x2c902c(0x5bd)]({'chartModelId':_0x2bac1e['id'],'style':{'pie':{'borderColor':_0xddeeff}}});},'get'(){const _0x808710=_0x539cc7;return _0x2bac1e[_0x808710(0x68b)][_0x808710(0x3be)]((0x0,_0x1a3dad[_0x808710(0x437)])(_0x68d601=>{const _0x14fe47=_0x808710;var _0x462ae2;return(_0x462ae2=_0x68d601[_0x14fe47(0x170)])==null?void 0x0:_0x462ae2['borderColor'];}),(0x0,_0x1a3dad[_0x808710(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)]('radarShape',_0xd296ef=>({'set'(_0x563d3f){const _0x3912ad=_0x539cc7;_0x5ca78e[_0x3912ad(0x5bd)]({'chartModelId':_0xd296ef['id'],'style':{'radar':{'shape':_0x563d3f}}});},'get'(){const _0x5d21d4=_0x539cc7;return _0xd296ef[_0x5d21d4(0x68b)][_0x5d21d4(0x3be)]((0x0,_0x1a3dad['map'])(_0x28422c=>{const _0x389fca=_0x5d21d4;var _0x37edfa;return(_0x37edfa=_0x28422c[_0x389fca(0x4c6)])==null?void 0x0:_0x37edfa['shape'];}),(0x0,_0x1a3dad[_0x5d21d4(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x269),_0x3c8a83=>({'set'(_0x5eb354){const _0x5a7ce7=_0x539cc7;_0x5ca78e[_0x5a7ce7(0x5bd)]({'chartModelId':_0x3c8a83['id'],'style':{'radar':{'fill':_0x5eb354}}});},'get'(){const _0x470caa=_0x539cc7;return _0x3c8a83[_0x470caa(0x68b)][_0x470caa(0x3be)]((0x0,_0x1a3dad['map'])(_0x1ef88e=>{const _0xc78224=_0x470caa;var _0xb16b52;return(_0xb16b52=_0x1ef88e[_0xc78224(0x4c6)])==null?void 0x0:_0xb16b52[_0xc78224(0x277)];}),(0x0,_0x1a3dad[_0x470caa(0x46e)])());}})),_0x5ca78e['registerViewState']('invalidValueType',_0x36caff=>({'set'(_0x1c8e10){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x36caff['id'],'style':{'invalidValueType':_0x1c8e10}});},'get'(){const _0x506a04=_0x539cc7;return _0x36caff[_0x506a04(0x68b)][_0x506a04(0x3be)]((0x0,_0x1a3dad[_0x506a04(0x437)])(_0x23c4f1=>_0x23c4f1[_0x506a04(0x51b)]),(0x0,_0x1a3dad[_0x506a04(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)]('dataPointsOptions',_0xad05d0=>_0xad05d0[_0x539cc7(0x180)][_0x539cc7(0x3be)]((0x0,_0x1a3dad['map'])(_0xe93101=>{const _0x570482=_0x539cc7;var _0x5b4409,_0x4326b6;let _0x32e54e=_0xe93101==null||(_0x5b4409=_0xe93101['category'])==null?void 0x0:_0x5b4409['items'];return((_0xe93101==null||(_0x4326b6=_0xe93101[_0x570482(0x3f7)][0x0])==null?void 0x0:_0x4326b6['items'])||[])['map']((_0xba2599,_0x1261ad)=>({'label':_0x32e54e&&_0x32e54e[_0x1261ad]!==void 0x0?_0x32e54e[_0x1261ad][_0x570482(0x3bf)]:_0x5ca78e['t'](_0x570482(0x522),''+(_0x1261ad+0x1)),'value':''+_0x1261ad}));}))),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x12f),_0x3b62d0=>({'set'(_0x18c987){const _0x2ca5d9=_0x539cc7;let _0x12c226={'theme':_0x18c987},_0x12d315=_0x3b62d0[_0x2ca5d9(0x243)][_0x2ca5d9(0x626)];if((_0x12d315==null?void 0x0:_0x12d315[_0x2ca5d9(0x493)])!==void 0x0){var _0xaa4963,_0x37aab0,_0x54bc34;_0x12c226[_0x2ca5d9(0x626)]={'color':null},(_0x12d315==null||(_0xaa4963=_0x12d315[_0x2ca5d9(0x443)])==null||(_0xaa4963=_0xaa4963[_0x2ca5d9(0x4bc)])==null?void 0x0:_0xaa4963[_0x2ca5d9(0x493)])!==void 0x0&&(_0x12d315['waterfall'][_0x2ca5d9(0x4bc)]['color']=null),(_0x12d315==null||(_0x37aab0=_0x12d315[_0x2ca5d9(0x443)])==null||(_0x37aab0=_0x37aab0['negative'])==null?void 0x0:_0x37aab0['color'])!==void 0x0&&(_0x12d315[_0x2ca5d9(0x443)]['negative'][_0x2ca5d9(0x493)]=null),(_0x12d315==null||(_0x54bc34=_0x12d315[_0x2ca5d9(0x443)])==null||(_0x54bc34=_0x54bc34[_0x2ca5d9(0x433)])==null?void 0x0:_0x54bc34['color'])!==void 0x0&&(_0x12d315[_0x2ca5d9(0x443)]['subtotal'][_0x2ca5d9(0x493)]=null);}let _0x442dd2=_0x3b62d0[_0x2ca5d9(0x243)][_0x2ca5d9(0x641)]||{};for(let _0x24edc7 in _0x442dd2){var _0x2eaeae,_0x3ceec5,_0xb4de0f;_0x442dd2[_0x24edc7]['color']!==void 0x0&&(_0x12c226[_0x2ca5d9(0x641)]={..._0x12c226[_0x2ca5d9(0x641)],[_0x24edc7]:{'color':null}}),((_0x2eaeae=_0x442dd2[_0x24edc7])==null||(_0x2eaeae=_0x2eaeae[_0x2ca5d9(0x443)])==null||(_0x2eaeae=_0x2eaeae[_0x2ca5d9(0x4bc)])==null?void 0x0:_0x2eaeae[_0x2ca5d9(0x493)])!==void 0x0&&(_0x442dd2[_0x24edc7][_0x2ca5d9(0x443)][_0x2ca5d9(0x4bc)][_0x2ca5d9(0x493)]=null),((_0x3ceec5=_0x442dd2[_0x24edc7])==null||(_0x3ceec5=_0x3ceec5[_0x2ca5d9(0x443)])==null||(_0x3ceec5=_0x3ceec5[_0x2ca5d9(0x183)])==null?void 0x0:_0x3ceec5['color'])!==void 0x0&&(_0x442dd2[_0x24edc7]['waterfall'][_0x2ca5d9(0x183)][_0x2ca5d9(0x493)]=null),((_0xb4de0f=_0x442dd2[_0x24edc7])==null||(_0xb4de0f=_0xb4de0f['waterfall'])==null||(_0xb4de0f=_0xb4de0f[_0x2ca5d9(0x433)])==null?void 0x0:_0xb4de0f[_0x2ca5d9(0x493)])!==void 0x0&&(_0x442dd2[_0x24edc7][_0x2ca5d9(0x443)][_0x2ca5d9(0x433)]['color']=null);}_0x5ca78e[_0x2ca5d9(0x5bd)]({'chartModelId':_0x3b62d0['id'],'style':_0x12c226});},'get'(){const _0x321f80=_0x539cc7;return _0x3b62d0[_0x321f80(0x68b)][_0x321f80(0x3be)]((0x0,_0x1a3dad[_0x321f80(0x437)])(_0x24127c=>_0x24127c['theme']||'default'));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x13f),_0x14c085=>({'set'(_0x4cd9fb){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x14c085['id'],'style':{'titles':{'titlePosition':_0x4cd9fb}}});},'get'(){const _0x5aa5a6=_0x539cc7;return _0x14c085[_0x5aa5a6(0x68b)]['pipe']((0x0,_0x1a3dad[_0x5aa5a6(0x437)])(_0x4d156e=>{const _0x57b160=_0x5aa5a6;var _0x284c8b;return((_0x284c8b=_0x4d156e[_0x57b160(0x69e)])==null?void 0x0:_0x284c8b[_0x57b160(0x13f)])||void 0x0;}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x1a6924[_0x539cc7(0x4f0)][_0x539cc7(0x20e)],_0x1d2dff=>({'set'(_0x7ab33f){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x1d2dff['id'],'context':{'bubbleSizeIndex':_0x7ab33f}});},'get'(){const _0x8e9d0d=_0x539cc7;return _0x1d2dff[_0x8e9d0d(0x310)][_0x8e9d0d(0x3be)]((0x0,_0x1a3dad[_0x8e9d0d(0x437)])(_0x464be2=>_0x464be2['bubbleSizeIndex']||void 0x0));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x1a6924[_0x539cc7(0x4f0)]['ScatterXIndex'],_0x364e2a=>({'set'(_0x291a56){const _0x24c40f=_0x539cc7;_0x5ca78e[_0x24c40f(0x5bd)]({'chartModelId':_0x364e2a['id'],'context':{'scatterXIndex':_0x291a56}});},'get'(){const _0x5cde7d=_0x539cc7;return _0x364e2a[_0x5cde7d(0x310)][_0x5cde7d(0x3be)]((0x0,_0x1a3dad[_0x5cde7d(0x437)])(_0x541c42=>{const _0x47da67=_0x5cde7d;var _0xd30755;return(_0xd30755=_0x541c42[_0x47da67(0x160)])==null?void 0x0:_0xd30755;}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x1a6924[_0x539cc7(0x4f0)][_0x539cc7(0x51f)],_0x1587e0=>({'set'(_0x420518){const _0x5d4c33=_0x539cc7;_0x5ca78e[_0x5d4c33(0x5bd)]({'chartModelId':_0x1587e0['id'],'context':{'scatterYIndex':_0x420518}});},'get'(){const _0x3b063d=_0x539cc7;return _0x1587e0[_0x3b063d(0x310)]['pipe']((0x0,_0x1a3dad[_0x3b063d(0x437)])(_0xdb97bb=>{const _0x500c0f=_0x3b063d;var _0x4549af;return(_0x4549af=_0xdb97bb[_0x500c0f(0x455)])==null?void 0x0:_0x4549af;}));}})),_0x5ca78e['registerViewState'](_0x1a6924[_0x539cc7(0x4f0)][_0x539cc7(0x6c3)],_0x1dacdf=>({'set'(_0x5ad372){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x1dacdf['id'],'context':{'scatterLabelIndex':_0x5ad372}});},'get'(){const _0x402d83=_0x539cc7;return _0x1dacdf[_0x402d83(0x310)]['pipe']((0x0,_0x1a3dad[_0x402d83(0x437)])(_0x3e2cf7=>{const _0x4994b8=_0x402d83;var _0x474eb1;return(_0x474eb1=_0x3e2cf7[_0x4994b8(0x196)])==null?void 0x0:_0x474eb1;}));}})),_0x5ca78e[_0x539cc7(0x19b)](_0x1a6924['ChartPointMappingStateKey']['BubbleSeriesIndex'],_0x438561=>({'set'(_0x173d80){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x438561['id'],'context':{'bubbleSeriesIndex':_0x173d80}});},'get'(){const _0x2d71a7=_0x539cc7;return _0x438561[_0x2d71a7(0x310)][_0x2d71a7(0x3be)]((0x0,_0x1a3dad[_0x2d71a7(0x437)])(_0x3d2ac0=>{var _0x3d7719;return(_0x3d7719=_0x3d2ac0['bubbleSeriesIndex'])==null?void 0x0:_0x3d7719;}));}})),_0x5ca78e['registerViewState'](_0x539cc7(0x2f2),_0x445505=>({'set'(_0x4d11df){const _0x43e097=_0x539cc7;_0x5ca78e[_0x43e097(0x5bd)]({'chartModelId':_0x445505['id'],'style':{'relation':{'layout':_0x4d11df}}});},'get'(){const _0x45446e=_0x539cc7;return _0x445505[_0x45446e(0x68b)]['pipe']((0x0,_0x1a3dad[_0x45446e(0x437)])(_0x575151=>{const _0x2d8ff2=_0x45446e;var _0x57be09;return(_0x57be09=_0x575151[_0x2d8ff2(0x407)])==null?void 0x0:_0x57be09[_0x2d8ff2(0x579)];}),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x267),_0x28e4fb=>({'set'(_0x2830e4){const _0x531364=_0x539cc7;_0x5ca78e[_0x531364(0x5bd)]({'chartModelId':_0x28e4fb['id'],'style':{'relation':{'useValueAsSymbolSize':!!_0x2830e4}}});},'get'(){const _0x2d93b3=_0x539cc7;return _0x28e4fb[_0x2d93b3(0x68b)][_0x2d93b3(0x3be)]((0x0,_0x1a3dad[_0x2d93b3(0x437)])(_0x2c7892=>{var _0x4d4cfd;return(_0x4d4cfd=_0x2c7892['relation'])==null?void 0x0:_0x4d4cfd['useValueAsSymbolSize'];}),(0x0,_0x1a3dad[_0x2d93b3(0x46e)])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x554),_0x4658ff=>({'set'(_0x52fa89){const _0x3b60ae=_0x539cc7;_0x5ca78e[_0x3b60ae(0x5bd)]({'chartModelId':_0x4658ff['id'],'style':{'relation':{'force':_0x52fa89}}});},'get'(){const _0xa14ad6=_0x539cc7;return _0x4658ff[_0xa14ad6(0x68b)][_0xa14ad6(0x3be)]((0x0,_0x1a3dad[_0xa14ad6(0x437)])(_0x4fddc6=>{const _0x1284c1=_0xa14ad6;var _0x327d00;return(_0x327d00=_0x4fddc6[_0x1284c1(0x407)])==null?void 0x0:_0x327d00[_0x1284c1(0x38e)];}),(0x0,_0x1a3dad[_0xa14ad6(0x46e)])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x3fd),_0x55a15b=>({'set'(_0x284e41){const _0x3506d5=_0x539cc7;_0x5ca78e[_0x3506d5(0x5bd)]({'chartModelId':_0x55a15b['id'],'style':{'relation':{'circular':{'rotateLabel':!!_0x284e41}}}});},'get'(){const _0x2d656d=_0x539cc7;return _0x55a15b[_0x2d656d(0x68b)][_0x2d656d(0x3be)]((0x0,_0x1a3dad[_0x2d656d(0x437)])(_0x43d5b3=>{const _0x5e4901=_0x2d656d;var _0x403304;return(_0x403304=_0x43d5b3[_0x5e4901(0x407)])==null||(_0x403304=_0x403304[_0x5e4901(0x309)])==null?void 0x0:_0x403304[_0x5e4901(0x3fd)];}),(0x0,_0x1a3dad[_0x2d656d(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x444),_0x18afb3=>({'set'(_0x3da531){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x18afb3['id'],'style':{'relation':{'nodeShape':_0x3da531}}});},'get'(){const _0x2b3ac9=_0x539cc7;return _0x18afb3[_0x2b3ac9(0x68b)][_0x2b3ac9(0x3be)]((0x0,_0x1a3dad[_0x2b3ac9(0x437)])(_0x3e93b0=>{const _0x5a3f5d=_0x2b3ac9;var _0x5950c3;return(_0x5950c3=_0x3e93b0[_0x5a3f5d(0x407)])==null?void 0x0:_0x5950c3[_0x5a3f5d(0x2a1)];}),(0x0,_0x1a3dad[_0x2b3ac9(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x29c),_0x5e0452=>({'set'(_0x19c7b0){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x5e0452['id'],'style':{'relation':{'useEmphasis':!!_0x19c7b0}}});},'get'(){const _0xffc567=_0x539cc7;return _0x5e0452[_0xffc567(0x68b)]['pipe']((0x0,_0x1a3dad['map'])(_0x4660dd=>{const _0x5682d7=_0xffc567;var _0x2538d1;return(_0x2538d1=_0x4660dd[_0x5682d7(0x407)])==null?void 0x0:_0x2538d1['useEmphasis'];}),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e['registerViewState']('useDateAxis',_0x5a106c=>({'set'(_0x175ab0){const _0x1c1237=_0x539cc7;_0x5ca78e[_0x1c1237(0x5bd)]({'chartModelId':_0x5a106c['id'],'context':{'useDateAxis':!!_0x175ab0}});},'get'(){const _0x18daf8=_0x539cc7;return _0x5a106c[_0x18daf8(0x310)][_0x18daf8(0x3be)]((0x0,_0x1a3dad[_0x18daf8(0x437)])(_0xc0f97f=>_0xc0f97f[_0x18daf8(0x23d)]),(0x0,_0x1a3dad[_0x18daf8(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x4da),_0x1614c6=>({'set'(_0x56f403){const _0x3b1085=_0x539cc7;_0x5ca78e[_0x3b1085(0x5bd)]({'chartModelId':_0x1614c6['id'],'style':{'waterfall':{'stackType':_0x56f403}}});},'get'(){const _0x115d50=_0x539cc7;return _0x1614c6['style$'][_0x115d50(0x3be)]((0x0,_0x1a3dad[_0x115d50(0x437)])(_0x36be5f=>{const _0x35392f=_0x115d50;var _0x137f84;return(_0x137f84=_0x36be5f[_0x35392f(0x443)])==null?void 0x0:_0x137f84[_0x35392f(0x6be)];}),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x168),_0x12ae40=>({'set'(_0x53bbb2){const _0x1c43b6=_0x539cc7;_0x5ca78e[_0x1c43b6(0x5bd)]({'chartModelId':_0x12ae40['id'],'style':{'waterfall':{'useSubtotal':_0x53bbb2}}});},'get'(){const _0x833476=_0x539cc7;return _0x12ae40['style$'][_0x833476(0x3be)]((0x0,_0x1a3dad['map'])(_0x100863=>{const _0x5010f2=_0x833476;var _0x3b8305;return(_0x3b8305=_0x100863[_0x5010f2(0x443)])==null?void 0x0:_0x3b8305['useSubtotal'];}),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x6b2),_0x420cb9=>({'set'(_0x50b45a){_0x5ca78e['executeChartUpdateConfig']({'chartModelId':_0x420cb9['id'],'style':{'pareto':_0x50b45a}});},'get'(){const _0x34dcc4=_0x539cc7;return _0x420cb9[_0x34dcc4(0x68b)][_0x34dcc4(0x3be)]((0x0,_0x1a3dad['map'])(_0x224484=>_0x224484['pareto']),(0x0,_0x1a3dad[_0x34dcc4(0x46e)])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x412),_0xb98881=>_0xb98881[_0x539cc7(0x180)]['pipe']((0x0,_0x1a3dad[_0x539cc7(0x437)])(_0x248c8b=>{const _0x4f579f=_0x539cc7;var _0x3a47b5;let _0xad4553=_0x248c8b==null||(_0x3a47b5=_0x248c8b[_0x4f579f(0x358)])==null?void 0x0:_0x3a47b5['items'],_0x53c6cd=new Map();return _0x248c8b==null||_0x248c8b[_0x4f579f(0x3f7)][0x0][_0x4f579f(0x3fa)]['forEach']((_0x3b8593,_0x3bb2f3)=>{const _0x43f4a1=_0x4f579f;let _0x5e1c7b=_0xad4553?String(_0xad4553[_0x3bb2f3][_0x43f4a1(0x52f)]):_0x5ca78e['t']('sheets-chart-ui.theIndexItem',''+(_0x3bb2f3+0x1));_0x53c6cd[_0x43f4a1(0x470)](_0x5e1c7b)||_0x53c6cd[_0x43f4a1(0x5da)](_0x5e1c7b,_0x3b8593[_0x43f4a1(0x52f)]);}),Array[_0x4f579f(0x498)](_0x53c6cd[_0x4f579f(0x69c)]())[_0x4f579f(0x42d)](_0x5d067c=>_0x5d067c[0x1]>0x0)[_0x4f579f(0x582)]((_0x299512,_0x5cb966)=>_0x5cb966[0x1]-_0x299512[0x1])[_0x4f579f(0x437)]((_0x413218,_0x3e34f3)=>({'label':_0x413218[0x0]||_0x5ca78e['t'](_0x4f579f(0x522),''+(_0x3e34f3+0x1)),'value':''+_0x3e34f3}));}))),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x2af),_0x3d10cb=>({'set'(_0x3802e3){const _0x539ae8=_0x539cc7;_0x5ca78e[_0x539ae8(0x5bd)]({'chartModelId':_0x3d10cb['id'],'style':{'heatmap':{'visualMapType':_0x3802e3}}});},'get'(){const _0x37dd9d=_0x539cc7;return _0x3d10cb[_0x37dd9d(0x68b)][_0x37dd9d(0x3be)]((0x0,_0x1a3dad[_0x37dd9d(0x437)])(_0x4689d8=>{const _0x1e3340=_0x37dd9d;var _0x16416c;return(_0x16416c=_0x4689d8[_0x1e3340(0x2fc)])==null?void 0x0:_0x16416c[_0x1e3340(0x2af)];}),(0x0,_0x1a3dad[_0x37dd9d(0x46e)])());}})),_0x5ca78e['registerViewState'](_0x539cc7(0x13a),_0x5a4c97=>({'set'(_0x522d66){const _0x408457=_0x539cc7;_0x5ca78e[_0x408457(0x5bd)]({'chartModelId':_0x5a4c97['id'],'style':{'heatmap':{'max':_0x522d66}}});},'get'(){const _0x3f3573=_0x539cc7;return _0x5a4c97[_0x3f3573(0x68b)]['pipe']((0x0,_0x1a3dad[_0x3f3573(0x437)])(_0x1154bc=>{const _0x22a1ab=_0x3f3573;var _0x3ce363;return(_0x3ce363=_0x1154bc[_0x22a1ab(0x2fc)])==null?void 0x0:_0x3ce363[_0x22a1ab(0x438)];}),(0x0,_0x1a3dad['distinctUntilChanged'])());}})),_0x5ca78e[_0x539cc7(0x19b)](_0x539cc7(0x46b),_0x2afec2=>({'set'(_0x2cb358){const _0x4b9024=_0x539cc7;_0x5ca78e[_0x4b9024(0x5bd)]({'chartModelId':_0x2afec2['id'],'style':{'heatmap':{'min':_0x2cb358}}});},'get'(){const _0x38eb49=_0x539cc7;return _0x2afec2['style$'][_0x38eb49(0x3be)]((0x0,_0x1a3dad[_0x38eb49(0x437)])(_0x346934=>{const _0x2fa0a6=_0x38eb49;var _0x326bc3;return(_0x326bc3=_0x346934['heatmap'])==null?void 0x0:_0x326bc3[_0x2fa0a6(0x186)];}),(0x0,_0x1a3dad[_0x38eb49(0x46e)])());}}));}let _0x21996a=(0x0,_0x188e5d['createIdentifier'])(_0x1671ac(0x29b)),_0x38f507=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x2d24ef,_0x384e7e,_0x56ed3a,_0x19cfa3,_0x2cf4c6,_0x4021da){const _0x244d43=_0x1671ac;super(),this[_0x244d43(0x42c)]=_0x2d24ef,this[_0x244d43(0x46c)]=_0x384e7e,this[_0x244d43(0x141)]=_0x56ed3a,this[_0x244d43(0x6c5)]=_0x19cfa3,this['_chartHostProviderService']=_0x2cf4c6,this['_univerInstanceService']=_0x4021da,_0x3822ce(this,'_viewState',new Map()),_0x3822ce(this,_0x244d43(0x134),!0x1),_0x3822ce(this,_0x244d43(0x2cb),new _0x1a3dad[(_0x244d43(0x2b8))](null)),_0x3822ce(this,_0x244d43(0x4a0),new _0x1a3dad['BehaviorSubject'](null)),_0x3822ce(this,_0x244d43(0x4cf),new _0x1a3dad[(_0x244d43(0x2b8))](null)),_0x3822ce(this,'activeEditChart$',this[_0x244d43(0x2cb)][_0x244d43(0x508)]()),_0x3822ce(this,_0x244d43(0x336),this[_0x244d43(0x4a0)][_0x244d43(0x508)]()),_0x3822ce(this,'panelRoute$',this[_0x244d43(0x4cf)][_0x244d43(0x508)]()),_0x138a46(this);}get['activeChartModel'](){const _0x26ee78=_0x1671ac;return this[_0x26ee78(0x42c)][_0x26ee78(0x271)];}get['activeChartModel$'](){const _0x298273=_0x1671ac;return this['_chartModelService'][_0x298273(0x6c9)];}get[_0x1671ac(0x59c)](){const _0x3a4ea3=_0x1671ac;return this[_0x3a4ea3(0x134)];}get[_0x1671ac(0x189)](){const _0x187820=_0x1671ac;return this[_0x187820(0x2cb)]['getValue']();}get[_0x1671ac(0x51e)](){const _0x83357=_0x1671ac;return this[_0x83357(0x6c5)][_0x83357(0x51e)];}[_0x1671ac(0x20a)](_0x5eb6a4){const _0x58ff65=_0x1671ac;this[_0x58ff65(0x134)]=_0x5eb6a4;}['setActiveEditChart'](_0xc5291d){const _0x552390=_0x1671ac;this[_0x552390(0x2cb)][_0x552390(0x27d)]()!==_0xc5291d&&this[_0x552390(0x2cb)][_0x552390(0x32e)](_0xc5291d);}[_0x1671ac(0x5b8)](_0xbb8dfa){const _0x59e50b=_0x1671ac;return this[_0x59e50b(0x2cb)]['getValue']()===_0xbb8dfa;}[_0x1671ac(0x4ae)](_0x31d355){const _0x256f2d=_0x1671ac;this[_0x256f2d(0x4a0)][_0x256f2d(0x32e)](_0x31d355);}[_0x1671ac(0x695)](_0x2cf938,_0x5d4190){const _0x277597=_0x1671ac;this['_panelRoute$'][_0x277597(0x32e)]({'chartId':_0x2cf938,'route':_0x5d4190});}[_0x1671ac(0x48f)](){const _0x572344=_0x1671ac;this['_panelRoute$'][_0x572344(0x32e)](null);}[_0x1671ac(0x368)](_0x3ba9c0){const _0x3609f5=_0x1671ac;return this['_sheetsChartService'][_0x3609f5(0x14b)](_0x3ba9c0);}['registerViewState'](_0x5bc35f,_0x14a502){const _0x5d8784=_0x1671ac;this[_0x5d8784(0x4fe)][_0x5d8784(0x5da)](_0x5bc35f,_0x14a502);}[_0x1671ac(0x6e2)](_0x1edafa,_0x1f3205=this[_0x1671ac(0x42c)][_0x1671ac(0x271)]){const _0x3f2ca4=_0x1671ac;if(!_0x1f3205)return;let _0x52e1ca=this[_0x3f2ca4(0x4fe)][_0x3f2ca4(0x265)](_0x1edafa);if(_0x52e1ca)return _0x52e1ca(_0x1f3205);}['executeChartUpdateConfig'](_0x5ae33b){const _0x5cd0ae=_0x1671ac;var _0x488d68,_0x5db1b7;this[_0x5cd0ae(0x141)][_0x5cd0ae(0x216)](_0x30562c[_0x5cd0ae(0x3aa)]['id'],{..._0x5ae33b,'unitId':(_0x488d68=(_0x5db1b7=this[_0x5cd0ae(0x5e8)]['getFocusedUnit']())==null?void 0x0:_0x5db1b7[_0x5cd0ae(0x697)]())==null?'':_0x488d68});}[_0x1671ac(0x3fe)](_0xda9b38){const _0x6178ed=_0x1671ac;var _0x161347,_0x468ba2;this['_commandService'][_0x6178ed(0x216)](_0x30562c[_0x6178ed(0x3af)]['id'],{..._0xda9b38,'unitId':(_0x161347=(_0x468ba2=this[_0x6178ed(0x5e8)]['getFocusedUnit']())==null?void 0x0:_0x468ba2[_0x6178ed(0x697)]())==null?'':_0x161347});}['removeViewState'](_0x41490f){const _0x163e13=_0x1671ac;let {_viewState:_0xa26b55}=this;_0xa26b55['has'](_0x41490f)&&_0xa26b55[_0x163e13(0x125)](_0x41490f);}[_0x1671ac(0x62a)](_0x39020f,_0x3750bc){const _0x531883=_0x1671ac;this[_0x531883(0x6ba)][_0x531883(0x3c3)](_0x39020f,{'stroke':_0x3750bc});}['t'](..._0x545ada){const _0x1a4ba3=_0x1671ac;return this[_0x1a4ba3(0x6c5)]['t'](..._0x545ada);}['dispose'](){const _0x4fe743=_0x1671ac;super[_0x4fe743(0x624)](),this['_viewState']['clear'](),this[_0x4fe743(0x2cb)]['complete'](),this[_0x4fe743(0x4a0)][_0x4fe743(0x2de)](),this[_0x4fe743(0x4cf)][_0x4fe743(0x2de)]();}};_0x38f507=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d['Inject'])(_0x30562c[_0x1671ac(0x203)])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x2d2)])),_0x2e55b2(0x2,_0x188e5d['ICommandService']),_0x2e55b2(0x3,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d[_0x1671ac(0x2e3)])),_0x2e55b2(0x4,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x326693)),_0x2e55b2(0x5,_0x188e5d[_0x1671ac(0x294)])],_0x38f507);function _0x11698e({ref:_0x412c8e,..._0x1330e5}){const _0x15dd49=_0x1671ac;let {icon:_0x514aaa,id:_0x3d1a4d,className:_0x4a075a,extend:_0x23a286,..._0x4d4beb}=_0x1330e5,_0x4b0432=(_0x15dd49(0x283)+_0x3d1a4d+'\x20'+(_0x4a075a||''))[_0x15dd49(0x543)](),_0x561915=(0x0,_0x2a9a1d['useRef'])('_'+_0x37e44a());return _0x340bc6(_0x514aaa,''+_0x3d1a4d,{'defIds':_0x514aaa[_0x15dd49(0x687)],'idSuffix':_0x561915[_0x15dd49(0x342)]},{'ref':_0x412c8e,'className':_0x4b0432,..._0x4d4beb},_0x23a286);}function _0x340bc6(_0x47d319,_0x59bdf0,_0x5eedac,_0xeee9cc,_0x1d6263){const _0x1721b9=_0x1671ac;return(0x0,_0x2a9a1d[_0x1721b9(0x54d)])(_0x47d319[_0x1721b9(0x2e0)],{'key':_0x59bdf0,..._0x455aa7(_0x47d319,_0x5eedac,_0x1d6263),..._0xeee9cc},(_0x549bf3(_0x47d319,_0x5eedac)[_0x1721b9(0x552)]||[])[_0x1721b9(0x437)]((_0x17bd2c,_0x12a9e9)=>_0x340bc6(_0x17bd2c,_0x59bdf0+'-'+_0x47d319[_0x1721b9(0x2e0)]+'-'+_0x12a9e9,_0x5eedac,void 0x0,_0x1d6263)));}function _0x455aa7(_0x364a59,_0x50c38c,_0x30d58f){const _0x5b82b3=_0x1671ac;let _0x5ae5e9={..._0x364a59[_0x5b82b3(0x5e2)]};_0x30d58f!=null&&_0x30d58f[_0x5b82b3(0x34c)]&&_0x5ae5e9[_0x5b82b3(0x277)]==='colorChannel1'&&(_0x5ae5e9['fill']=_0x30d58f[_0x5b82b3(0x34c)]),_0x30d58f!=null&&_0x30d58f[_0x5b82b3(0x34c)]&&_0x5ae5e9[_0x5b82b3(0x6b7)]==='colorChannel1'&&(_0x5ae5e9[_0x5b82b3(0x6b7)]=_0x30d58f[_0x5b82b3(0x34c)]),_0x364a59['tag']===_0x5b82b3(0x5f7)&&_0x5ae5e9['id']&&(_0x5ae5e9['id']+=_0x50c38c['idSuffix']),Object[_0x5b82b3(0x69c)](_0x5ae5e9)[_0x5b82b3(0x4b3)](([_0x51b43f,_0x51ac5c])=>{const _0x12360a=_0x5b82b3;_0x51b43f===_0x12360a(0x5f7)&&typeof _0x51ac5c==_0x12360a(0x2d3)&&(_0x5ae5e9[_0x51b43f]=_0x51ac5c[_0x12360a(0x259)](/url\(#(.*)\)/,_0x12360a(0x4f9)+_0x50c38c['idSuffix']+')'));});let {defIds:_0x2f7d1a}=_0x50c38c;return!_0x2f7d1a||_0x2f7d1a[_0x5b82b3(0x424)]===0x0?_0x5ae5e9:(_0x364a59[_0x5b82b3(0x2e0)]===_0x5b82b3(0x5c3)&&_0x5ae5e9['xlink:href']&&(_0x5ae5e9[_0x5b82b3(0x136)]+=_0x50c38c[_0x5b82b3(0x3cd)]),Object[_0x5b82b3(0x69c)](_0x5ae5e9)[_0x5b82b3(0x4b3)](([_0x1cf8c4,_0x53367d])=>{const _0x2f1a31=_0x5b82b3;typeof _0x53367d==_0x2f1a31(0x2d3)&&(_0x5ae5e9[_0x1cf8c4]=_0x53367d[_0x2f1a31(0x259)](/url\(#(.*)\)/,'url(#$1'+_0x50c38c[_0x2f1a31(0x3cd)]+')'));}),_0x5ae5e9);}function _0x549bf3(_0x4df73e,_0x4bac55){const _0x5cb110=_0x1671ac;var _0x1d67f6;let {defIds:_0x70233c}=_0x4bac55;return!_0x70233c||_0x70233c[_0x5cb110(0x424)]===0x0?_0x4df73e:_0x4df73e[_0x5cb110(0x2e0)]===_0x5cb110(0x34e)&&(_0x1d67f6=_0x4df73e['children'])!=null&&_0x1d67f6[_0x5cb110(0x424)]?{..._0x4df73e,'children':_0x4df73e['children']['map'](_0x5ba2b8=>typeof _0x5ba2b8[_0x5cb110(0x5e2)]['id']=='string'&&_0x70233c&&_0x70233c[_0x5cb110(0x165)](_0x5ba2b8[_0x5cb110(0x5e2)]['id'])?{..._0x5ba2b8,'attrs':{..._0x5ba2b8[_0x5cb110(0x5e2)],'id':_0x5ba2b8[_0x5cb110(0x5e2)]['id']+_0x4bac55[_0x5cb110(0x3cd)]}}:_0x5ba2b8)}:_0x4df73e;}function _0x37e44a(){const _0xd564df=_0x1671ac;return Math[_0xd564df(0x487)]()[_0xd564df(0x2f5)](0x24)['substring'](0x2,0x8);}_0x11698e['displayName']=_0x1671ac(0x3fb);let _0x2df9c4={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x1a4)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x41a),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x3a5361=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x1c0c14,_0x13907a){const _0x290d98=_0x1671ac;return(0x0,_0x2a9a1d[_0x290d98(0x54d)])(_0x11698e,Object[_0x290d98(0x651)]({},_0x1c0c14,{'id':'area-chart-icon','ref':_0x13907a,'icon':_0x2df9c4}));});_0x3a5361['displayName']=_0x1671ac(0x67d);let _0x471e74={'tag':'svg','attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':'0\x200\x2016\x2016','width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x1671ac(0x6ce),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x3d718c=(0x0,_0x2a9a1d['forwardRef'])(function(_0x30a79f,_0x16e20c){const _0x2d79ae=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x2d79ae(0x651)]({},_0x30a79f,{'id':_0x2d79ae(0x284),'ref':_0x16e20c,'icon':_0x471e74}));});_0x3d718c[_0x1671ac(0x5c0)]='BarChartIcon';let _0x5f5706={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x665),'strokeLinecap':_0x1671ac(0x502),'strokeLinejoin':_0x1671ac(0x502),'strokeWidth':1.2}},{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':'M4.9\x205.1H8.6V10.9H4.9V5.1Z','strokeLinejoin':_0x1671ac(0x502),'strokeWidth':1.2}},{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':'M6.75\x203.4V5.1','strokeLinecap':_0x1671ac(0x502),'strokeWidth':1.2}},{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x6ff),'strokeLinecap':_0x1671ac(0x502),'strokeWidth':1.2}},{'tag':'path','attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x1d9),'strokeLinejoin':_0x1671ac(0x502),'strokeWidth':1.2}},{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x519),'strokeLinecap':_0x1671ac(0x502),'strokeWidth':1.2}},{'tag':'path','attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x2df),'strokeLinecap':_0x1671ac(0x502),'strokeWidth':1.2}}]},_0x39cb4c=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x6295a0,_0x3c66ac){const _0x318619=_0x1671ac;return(0x0,_0x2a9a1d[_0x318619(0x54d)])(_0x11698e,Object[_0x318619(0x651)]({},_0x6295a0,{'id':_0x318619(0x1d6),'ref':_0x3c66ac,'icon':_0x5f5706}));});_0x39cb4c[_0x1671ac(0x5c0)]=_0x1671ac(0x69b);let _0x58e696={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x418)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x1671ac(0x47b),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x1dd),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':'M3.87939\x2010.3876C3.87939\x209.36881\x204.70528\x208.54297\x205.72402\x208.54297C6.74276\x208.54297\x207.56865\x209.36881\x207.56865\x2010.3876C7.56865\x2011.4063\x206.74276\x2012.2322\x205.72402\x2012.2322C4.70528\x2012.2322\x203.87939\x2011.4063\x203.87939\x2010.3876ZM5.72402\x209.74297C5.368\x209.74297\x205.07939\x2010.0316\x205.07939\x2010.3876C5.07939\x2010.7436\x205.368\x2011.0322\x205.72402\x2011.0322C6.08005\x2011.0322\x206.36865\x2010.7436\x206.36865\x2010.3876C6.36865\x2010.0316\x206.08005\x209.74297\x205.72402\x209.74297Z','fillRule':_0x1671ac(0x58f),'clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x1fb),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x50b01d=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x2a9d1d,_0x4fb6ff){const _0x20fd29=_0x1671ac;return(0x0,_0x2a9a1d[_0x20fd29(0x54d)])(_0x11698e,Object[_0x20fd29(0x651)]({},_0x2a9d1d,{'id':_0x20fd29(0x1ac),'ref':_0x4fb6ff,'icon':_0x58e696}));});_0x50b01d[_0x1671ac(0x5c0)]=_0x1671ac(0x28f);let _0x12a53d={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x1671ac(0x604),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x1671ac(0x19e)},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x4e3),'fillRule':_0x1671ac(0x58f),'clipRule':'evenodd'}},{'tag':_0x1671ac(0x448),'attrs':{'width':2.6,'height':5.72,'x':1.94,'y':6.47,'stroke':_0x1671ac(0x544),'rx':1.3,'strokeWidth':1.2}},{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x388),'strokeWidth':1.2}},{'tag':_0x1671ac(0x448),'attrs':{'width':2.6,'height':10.6,'x':11.46,'y':1.59,'stroke':_0x1671ac(0x544),'rx':1.3,'strokeWidth':1.2}}]},_0x2ad5a8=(0x0,_0x2a9a1d['forwardRef'])(function(_0x4d840a,_0xeb1339){const _0x4a7522=_0x1671ac;return(0x0,_0x2a9a1d[_0x4a7522(0x54d)])(_0x11698e,Object[_0x4a7522(0x651)]({},_0x4d840a,{'id':_0x4a7522(0x3ac),'ref':_0xeb1339,'icon':_0x12a53d}));});_0x2ad5a8[_0x1671ac(0x5c0)]='ChartIcon';let _0x178cc1={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x33e),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M6.08178\x205.57109C6.33178\x205.57109\x206.57178\x205.64109\x206.77178\x205.73109C6.99178\x205.82109\x207.17178\x205.95109\x207.33178\x206.12109C7.43178\x206.22109\x207.52178\x206.34109\x207.60178\x206.47109C7.83178\x206.87109\x208.32538\x207.16895\x208.70178\x207.10109L9.01178\x207.06109C9.14178\x207.03109\x209.26178\x207.01109\x209.39178\x207.01109C9.46178\x207.01109\x209.52178\x207.01109\x209.59178\x207.02109C9.74178\x207.04109\x209.85178\x207.06109\x209.95178\x207.10109C10.1318\x207.17109\x2010.2918\x207.25109\x2010.4218\x207.34109C10.5118\x207.41109\x2010.6118\x207.49109\x2010.7018\x207.59109C10.7618\x207.65109\x2010.8318\x207.75109\x2010.9118\x207.88109C11.1518\x208.23109\x2011.5318\x208.43109\x2011.9518\x208.43109H12.0318H12.0918H12.1918C12.2918\x208.41109\x2012.3918\x208.40109\x2012.5218\x208.39109C12.6818\x208.39109\x2012.8518\x208.42109\x2013.0318\x208.48109C13.2418\x208.55109\x2013.4218\x208.66109\x2013.5918\x208.80109C13.8718\x209.04109\x2014.0518\x209.33109\x2014.1518\x209.67109C14.1918\x209.81109\x2014.2118\x209.92109\x2014.2018\x2010.0011C14.2018\x2010.0611\x2014.2018\x2010.1111\x2014.2018\x2010.1711V10.2311C14.1818\x2010.7011\x2014.0018\x2011.0911\x2013.6218\x2011.4311C13.3918\x2011.6411\x2013.1218\x2011.7811\x2012.7918\x2011.8511C12.6718\x2011.8811\x2012.5418\x2011.8911\x2012.4018\x2011.8911H10.4318H8.80178H7.99178H6.93178H5.87178H3.61178C3.45178\x2011.8911\x203.31178\x2011.8811\x203.19178\x2011.8511C2.81178\x2011.7611\x202.50178\x2011.5811\x202.25178\x2011.3011C2.03178\x2011.0511\x201.89178\x2010.7811\x201.83178\x2010.4611C1.76178\x2010.1011\x201.80178\x209.76109\x201.95178\x209.43109C2.04178\x209.21109\x202.17178\x209.03109\x202.32178\x208.88109C2.49178\x208.71109\x202.68178\x208.59109\x202.90178\x208.51109C3.02178\x208.46109\x203.14178\x208.43109\x203.27178\x208.41109C3.86178\x208.31109\x204.29178\x207.84109\x204.34178\x207.24109C4.38178\x206.72109\x204.58178\x206.32109\x204.96178\x205.98109C5.12178\x205.84109\x205.31178\x205.73109\x205.54178\x205.65109C5.70178\x205.60109\x205.88178\x205.57109\x206.08178\x205.57109ZM6.08178\x204.37109C5.76178\x204.37109\x205.45178\x204.41109\x205.15178\x204.51109C4.78178\x204.63109\x204.45178\x204.82109\x204.16178\x205.07109C3.53178\x205.62109\x203.19178\x206.31109\x203.13178\x207.14109C3.13178\x207.19109\x203.11178\x207.21109\x203.06178\x207.22109C2.85178\x207.25109\x202.65178\x207.31109\x202.45178\x207.39109C2.09178\x207.53109\x201.76178\x207.74109\x201.48178\x208.02109C1.21178\x208.29109\x201.00178\x208.60109\x200.841781\x208.95109C0.611781\x209.53109\x200.551781\x2010.1111\x200.661781\x2010.7111C0.761781\x2011.2511\x201.00178\x2011.7211\x201.37178\x2012.1311C1.79178\x2012.6011\x202.32178\x2012.9011\x202.93178\x2013.0411C3.15178\x2013.0911\x203.38178\x2013.1111\x203.62178\x2013.1111C4.37178\x2013.1111\x205.12178\x2013.1111\x205.87178\x2013.1111C6.58178\x2013.1111\x207.29178\x2013.1111\x207.99178\x2013.1111C8.80178\x2013.1111\x209.62178\x2013.1111\x2010.4318\x2013.1111C11.0918\x2013.1111\x2011.7518\x2013.1111\x2012.4018\x2013.1111C12.6118\x2013.1111\x2012.8318\x2013.0911\x2013.0318\x2013.0511C13.5618\x2012.9411\x2014.0318\x2012.7111\x2014.4318\x2012.3411C15.0218\x2011.7911\x2015.3618\x2011.1211\x2015.3918\x2010.3111C15.3918\x2010.2311\x2015.3918\x2010.1511\x2015.3918\x2010.0611C15.3918\x209.83109\x2015.3618\x209.60109\x2015.2918\x209.38109C15.1318\x208.80109\x2014.8118\x208.31109\x2014.3518\x207.91109C14.0718\x207.67109\x2013.7618\x207.49109\x2013.4118\x207.37109C13.1218\x207.27109\x2012.8218\x207.21109\x2012.5118\x207.21109C12.4818\x207.21109\x2012.4618\x207.21109\x2012.4318\x207.21109C12.2718\x207.21109\x2012.0918\x207.24109\x2011.9318\x207.25109C11.9118\x207.25109\x2011.8918\x207.25109\x2011.8718\x207.22109C11.7718\x207.08109\x2011.6718\x206.93109\x2011.5518\x206.80109C11.4118\x206.65109\x2011.2618\x206.51109\x2011.0918\x206.38109C10.8518\x206.21109\x2010.6018\x206.08109\x2010.3218\x205.98109C10.1218\x205.91109\x209.92178\x205.87109\x209.71178\x205.84109C9.59178\x205.82109\x209.47178\x205.82109\x209.36178\x205.82109C9.14178\x205.82109\x208.92178\x205.85109\x208.70178\x205.90109C8.69178\x205.90109\x208.68178\x205.90109\x208.67178\x205.90109C8.64178\x205.90109\x208.63178\x205.89109\x208.61178\x205.86109C8.49178\x205.65109\x208.34178\x205.45109\x208.17178\x205.27109C7.90178\x204.99109\x207.58178\x204.77109\x207.22178\x204.62109C6.85178\x204.46109\x206.48178\x204.37109\x206.08178\x204.37109Z'}}]},_0xe74c6d=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x3aa888,_0xb2f861){const _0x52e2d9=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x52e2d9(0x651)]({},_0x3aa888,{'id':'cloud-outline-icon','ref':_0xb2f861,'icon':_0x178cc1}));});_0xe74c6d[_0x1671ac(0x5c0)]=_0x1671ac(0x22a);let _0x194746={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':'1em','height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x213),'fillRule':'evenodd','clipRule':_0x1671ac(0x58f)}}]},_0x464675=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x522496,_0x181ed){const _0x44fe9d=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x44fe9d(0x651)]({},_0x522496,{'id':_0x44fe9d(0x67e),'ref':_0x181ed,'icon':_0x194746}));});_0x464675[_0x1671ac(0x5c0)]=_0x1671ac(0x156);let _0x346f01={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x37e),'fillRule':'evenodd','clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M14.1895\x201.59372C14.3993\x201.85024\x2014.3614\x202.22824\x2014.1049\x202.43802L10.4498\x205.42707C10.0182\x205.78005\x209.43393\x205.88287\x208.90773\x205.69845L5.86269\x204.63121C5.73433\x204.58623\x205.59191\x204.60955\x205.4846\x204.69312L2.64351\x206.9059C2.38208\x207.10952\x202.00508\x207.06265\x201.80147\x206.80122C1.59785\x206.53978\x201.64472\x206.16279\x201.90615\x205.95917L4.74724\x203.74639C5.17647\x203.41209\x205.74616\x203.31881\x206.2596\x203.49875L9.30464\x204.56599C9.43619\x204.61209\x209.58225\x204.58639\x209.69016\x204.49814L13.3452\x201.50909C13.6017\x201.29931\x2013.9797\x201.3372\x2014.1895\x201.59372Z','fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x508e5d=(0x0,_0x2a9a1d['forwardRef'])(function(_0x5d5660,_0x545c8d){const _0x456da1=_0x1671ac;return(0x0,_0x2a9a1d[_0x456da1(0x54d)])(_0x11698e,Object[_0x456da1(0x651)]({},_0x5d5660,{'id':'combo-chart-icon','ref':_0x545c8d,'icon':_0x346f01}));});_0x508e5d['displayName']=_0x1671ac(0x24f);let _0xb0db11={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':'1em','height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x3e9)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':'M1.09985\x203.64443C1.09985\x203.31306\x201.36848\x203.04443\x201.69985\x203.04443H14.2999C14.6312\x203.04443\x2014.8999\x203.31306\x2014.8999\x203.64443C14.8999\x203.9758\x2014.6312\x204.24443\x2014.2999\x204.24443H1.69985C1.36848\x204.24443\x201.09985\x203.9758\x201.09985\x203.64443Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x1671ac(0x5f3),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x2be5ee=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x439556,_0x5ec642){const _0x1c580f=_0x1671ac;return(0x0,_0x2a9a1d[_0x1c580f(0x54d)])(_0x11698e,Object['assign']({},_0x439556,{'id':_0x1c580f(0x22d),'ref':_0x5ec642,'icon':_0xb0db11}));});_0x2be5ee[_0x1671ac(0x5c0)]=_0x1671ac(0x207);let _0x238016={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x3e9)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x421)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x379)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':'M4.75332\x205.22217C3.86966\x205.22217\x203.15332\x205.93851\x203.15332\x206.82217V12.5331C3.15332\x2013.9691\x204.31738\x2015.1332\x205.75332\x2015.1332H10.2465C11.6825\x2015.1332\x2012.8465\x2013.9691\x2012.8465\x2012.5331V6.82217C12.8465\x205.93851\x2012.1302\x205.22217\x2011.2465\x205.22217H4.75332ZM4.35332\x206.82217C4.35332\x206.60125\x204.53241\x206.42217\x204.75332\x206.42217H11.2465C11.4674\x206.42217\x2011.6465\x206.60125\x2011.6465\x206.82217V12.5331C11.6465\x2013.3063\x2011.0197\x2013.9332\x2010.2465\x2013.9332H5.75332C4.98012\x2013.9332\x204.35332\x2013.3063\x204.35332\x2012.5331V6.82217Z','fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x16db2e=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x3b09d4,_0x7a8e86){const _0x3e55a3=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x3e55a3(0x651)]({},_0x3b09d4,{'id':_0x3e55a3(0x652),'ref':_0x7a8e86,'icon':_0x238016}));});_0x16db2e[_0x1671ac(0x5c0)]='DeleteIcon';let _0x5f2bf1={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x33e),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x685)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x66d)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M13.3428\x2010.8661C13.7965\x2010.8661\x2014.1642\x2010.4984\x2014.1642\x2010.0447C14.1642\x209.59113\x2013.7965\x209.22339\x2013.3428\x209.22339C12.8892\x209.22339\x2012.5215\x209.59113\x2012.5215\x2010.0447C12.5215\x2010.4984\x2012.8892\x2010.8661\x2013.3428\x2010.8661Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M9.38343\x204.61532C9.38343\x205.18234\x208.92375\x205.64202\x208.35673\x205.64202C7.78971\x205.64202\x207.33003\x205.18234\x207.33003\x204.61532C7.33003\x204.04829\x207.78971\x203.58862\x208.35673\x203.58862C8.92375\x203.58862\x209.38343\x204.04829\x209.38343\x204.61532Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x6bd)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x23c)}}]},_0x42fd22=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0xdece11,_0x2e484d){const _0x5885a5=_0x1671ac;return(0x0,_0x2a9a1d[_0x5885a5(0x54d)])(_0x11698e,Object[_0x5885a5(0x651)]({},_0xdece11,{'id':_0x5885a5(0x1af),'ref':_0x2e484d,'icon':_0x5f2bf1}));});_0x42fd22['displayName']=_0x1671ac(0x181);let _0x31538b={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M1\x203.87476C1\x204.97933\x201.89543\x205.87476\x203\x205.87476L3\x207.67383C3\x208.7784\x203.89543\x209.67383\x205\x209.67383H5.5V13.5252C5.5\x2014.4089\x206.21634\x2015.1252\x207.1\x2015.1252H8.9C9.78366\x2015.1252\x2010.5\x2014.4089\x2010.5\x2013.5252V9.67383H11C12.1046\x209.67383\x2013\x208.7784\x2013\x207.67383V5.87476C14.1046\x205.87476\x2015\x204.97933\x2015\x203.87476V2.87476C15\x201.77019\x2014.1046\x200.874756\x2013\x200.874756H3C1.89543\x200.874756\x201\x201.77019\x201\x202.87476V3.87476ZM13\x202.07476H3C2.55817\x202.07476\x202.2\x202.43293\x202.2\x202.87476V3.87476C2.2\x204.31658\x202.55817\x204.67476\x203\x204.67476L13\x204.67383C13.4418\x204.67383\x2013.8\x204.31658\x2013.8\x203.87476V2.87476C13.8\x202.43293\x2013.4418\x202.07476\x2013\x202.07476ZM4.2\x207.67383V5.87476H11.8V7.67383C11.8\x208.11566\x2011.4418\x208.47383\x2011\x208.47383H5C4.55817\x208.47383\x204.2\x208.11566\x204.2\x207.67383ZM6.7\x209.67437H9.3V13.5252C9.3\x2013.7462\x209.12091\x2013.9252\x208.9\x2013.9252H7.1C6.87909\x2013.9252\x206.7\x2013.7462\x206.7\x2013.5252V9.67437Z','fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x421627=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x4c59c6,_0x1610bc){const _0x54f51b=_0x1671ac;return(0x0,_0x2a9a1d[_0x54f51b(0x54d)])(_0x11698e,Object[_0x54f51b(0x651)]({},_0x4c59c6,{'id':_0x54f51b(0x3ea),'ref':_0x1610bc,'icon':_0x31538b}));});_0x421627[_0x1671ac(0x5c0)]=_0x1671ac(0x3bc);let _0x2de785={'tag':'svg','attrs':{'xmlns':_0x1671ac(0x2c1),'fill':'none','viewBox':_0x1671ac(0x4a7),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x404)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x3f2)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x60e)}}]},_0x52c45a=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x405c79,_0x4396e2){const _0x507358=_0x1671ac;return(0x0,_0x2a9a1d[_0x507358(0x54d)])(_0x11698e,Object[_0x507358(0x651)]({},_0x405c79,{'id':_0x507358(0x2f6),'ref':_0x4396e2,'icon':_0x2de785}));});_0x52c45a[_0x1671ac(0x5c0)]=_0x1671ac(0x5f9);let _0x27920b={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':'none','viewBox':_0x1671ac(0x344),'width':'1em','height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x28a)}}]},_0x3e4d73=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x2ad2e6,_0x5ed623){const _0x5ed79a=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x5ed79a(0x651)]({},_0x2ad2e6,{'id':'increase-icon','ref':_0x5ed623,'icon':_0x27920b}));});_0x3e4d73[_0x1671ac(0x5c0)]=_0x1671ac(0x5d2);let _0x151962={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':'M1.9999\x201.54102C2.33127\x201.54102\x202.5999\x201.80964\x202.5999\x202.14102V11.8584C2.5999\x2012.6316\x203.2267\x2013.2584\x203.9999\x2013.2584H13.9999C14.3313\x2013.2584\x2014.5999\x2013.5271\x2014.5999\x2013.8584C14.5999\x2014.1898\x2014.3313\x2014.4584\x2013.9999\x2014.4584H3.9999C2.56396\x2014.4584\x201.3999\x2013.2944\x201.3999\x2011.8584V2.14102C1.3999\x201.80964\x201.66853\x201.54102\x201.9999\x201.54102Z','fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':'M13.9999\x202.55537C14.2902\x202.71518\x2014.396\x203.08005\x2014.2362\x203.37034L11.8001\x208.0077C11.3031\x208.91068\x2010.0943\x209.11491\x209.32815\x208.42536L7.90796\x207.14719C7.71156\x206.97042\x207.40077\x207.02928\x207.2826\x207.26562L5.20323\x2011.4244C5.05503\x2011.7208\x204.69463\x2011.8409\x204.39824\x2011.6927C4.10185\x2011.5445\x203.98172\x2011.1841\x204.12991\x2010.8877L6.20929\x206.72896C6.68197\x205.78361\x207.92511\x205.54818\x208.71072\x206.25523L10.1309\x207.5334C10.3225\x207.70579\x2010.6246\x207.65474\x2010.7489\x207.42899L13.1849\x202.79163C13.3447\x202.50134\x2013.7096\x202.39556\x2013.9999\x202.55537Z','fillRule':'evenodd','clipRule':_0x1671ac(0x58f)}}]},_0x102d71=(0x0,_0x2a9a1d['forwardRef'])(function(_0x3af54f,_0x4834c8){const _0x5424cd=_0x1671ac;return(0x0,_0x2a9a1d[_0x5424cd(0x54d)])(_0x11698e,Object[_0x5424cd(0x651)]({},_0x3af54f,{'id':_0x5424cd(0x5d6),'ref':_0x4834c8,'icon':_0x151962}));});_0x102d71[_0x1671ac(0x5c0)]=_0x1671ac(0x2db);let _0x596779={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x33e),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x685)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x29d)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x57a)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x1b3)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':'M4.97843\x208.51353C5.31866\x208.51353\x205.59445\x208.23774\x205.59445\x207.89751C5.59445\x207.55729\x205.31866\x207.28149\x204.97843\x207.28149C4.6382\x207.28149\x204.36241\x207.55729\x204.36241\x207.89751C4.36241\x208.23774\x204.6382\x208.51353\x204.97843\x208.51353Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M13.5185\x204.17734C13.7528\x203.94302\x2013.7528\x203.56312\x2013.5185\x203.32881C13.2841\x203.0945\x2012.9042\x203.0945\x2012.6699\x203.32881L4.28348\x2011.7154C4.04916\x2011.9497\x204.04916\x2012.3296\x204.28348\x2012.5639C4.5178\x2012.7982\x204.8977\x2012.7982\x205.13201\x2012.5639L13.5185\x204.17734Z'}}]},_0x2318ab=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x21baf5,_0x38e0d6){const _0x1971dc=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x1971dc(0x651)]({},_0x21baf5,{'id':'linear-icon','ref':_0x38e0d6,'icon':_0x596779}));});_0x2318ab[_0x1671ac(0x5c0)]=_0x1671ac(0x55f);let _0x419b06={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':'0\x200\x2016\x2017','width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':'M2.5999\x202.88223C2.5999\x202.55086\x202.33127\x202.28223\x201.9999\x202.28223C1.66853\x202.28223\x201.3999\x202.55086\x201.3999\x202.88223V12.5996C1.3999\x2014.0356\x202.56396\x2015.1996\x203.9999\x2015.1996H13.9999C14.3313\x2015.1996\x2014.5999\x2014.931\x2014.5999\x2014.5996C14.5999\x2014.2683\x2014.3313\x2013.9996\x2013.9999\x2013.9996H3.9999C3.2267\x2013.9996\x202.5999\x2013.3728\x202.5999\x2012.5996V2.88223Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x246)}},{'tag':'path','attrs':{'fill':'currentColor','d':'M11.7991\x209.05214C12.2527\x209.05214\x2012.6205\x208.6844\x2012.6205\x208.23078C12.6205\x207.77717\x2012.2527\x207.40942\x2011.7991\x207.40942C11.3455\x207.40942\x2010.9778\x207.77717\x2010.9778\x208.23078C10.9778\x208.6844\x2011.3455\x209.05214\x2011.7991\x209.05214Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M9.43737\x2012.0721C9.43737\x2012.6391\x208.97769\x2013.0988\x208.41067\x2013.0988C7.84365\x2013.0988\x207.38397\x2012.6391\x207.38397\x2012.0721C7.38397\x2011.5051\x207.84365\x2011.0454\x208.41067\x2011.0454C8.97769\x2011.0454\x209.43737\x2011.5051\x209.43737\x2012.0721Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M7.38399\x203.78038C7.72422\x203.78038\x208.00001\x203.50458\x208.00001\x203.16436C8.00001\x202.82413\x207.72422\x202.54834\x207.38399\x202.54834C7.04377\x202.54834\x206.76797\x202.82413\x206.76797\x203.16436C6.76797\x203.50458\x207.04377\x203.78038\x207.38399\x203.78038Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x297)}}]},_0x5bb356=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0xf73c5c,_0x5676b3){const _0x15a647=_0x1671ac;return(0x0,_0x2a9a1d[_0x15a647(0x54d)])(_0x11698e,Object['assign']({},_0xf73c5c,{'id':_0x15a647(0x430),'ref':_0x5676b3,'icon':_0x419b06}));});_0x5bb356[_0x1671ac(0x5c0)]=_0x1671ac(0x422);let _0x21d76c={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x33e),'width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M2.5999\x202.88223C2.5999\x202.55086\x202.33127\x202.28223\x201.9999\x202.28223C1.66853\x202.28223\x201.3999\x202.55086\x201.3999\x202.88223V12.5996C1.3999\x2014.0356\x202.56396\x2015.1996\x203.9999\x2015.1996H13.9999C14.3313\x2015.1996\x2014.5999\x2014.931\x2014.5999\x2014.5996C14.5999\x2014.2683\x2014.3313\x2013.9996\x2013.9999\x2013.9996H3.9999C3.2267\x2013.9996\x202.5999\x2013.3728\x202.5999\x2012.5996V2.88223Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x5e7)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M12.2923\x209.34608C12.7459\x209.34608\x2013.1136\x208.97834\x2013.1136\x208.52473C13.1136\x208.07111\x2012.7459\x207.70337\x2012.2923\x207.70337C11.8387\x207.70337\x2011.4709\x208.07111\x2011.4709\x208.52473C11.4709\x208.97834\x2011.8387\x209.34608\x2012.2923\x209.34608Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x3ec)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x2ac)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x65c)}}]},_0x44f4cf=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x14f8be,_0x585801){const _0x440dae=_0x1671ac;return(0x0,_0x2a9a1d[_0x440dae(0x54d)])(_0x11698e,Object[_0x440dae(0x651)]({},_0x14f8be,{'id':'moving-average-icon','ref':_0x585801,'icon':_0x21d76c}));});_0x44f4cf[_0x1671ac(0x5c0)]=_0x1671ac(0x1cc);let _0x204bf9={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x4be)}}]},_0x51cb6b=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x5a885b,_0x2736fc){const _0x1e3657=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x1e3657(0x651)]({},_0x5a885b,{'id':_0x1e3657(0x19f),'ref':_0x2736fc,'icon':_0x204bf9}));});_0x51cb6b[_0x1671ac(0x5c0)]=_0x1671ac(0x6fd);let _0x132e52={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':'0\x200\x2016\x2016','width':'1em','height':'1em'},'children':[{'tag':'g','attrs':{'fill':_0x1671ac(0x544),'fillRule':_0x1671ac(0x58f),'clipPath':_0x1671ac(0x21e),'clipRule':_0x1671ac(0x58f)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'d':_0x1671ac(0x6e1)}},{'tag':_0x1671ac(0x23a),'attrs':{'d':_0x1671ac(0x373)}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x1671ac(0x401),'attrs':{'id':_0x1671ac(0x270)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x25f),'d':_0x1671ac(0x400)}}]}]}],'defIds':[_0x1671ac(0x270)]},_0x449436=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x40bade,_0x1e7fe6){const _0x56e63a=_0x1671ac;return(0x0,_0x2a9a1d[_0x56e63a(0x54d)])(_0x11698e,Object[_0x56e63a(0x651)]({},_0x40bade,{'id':_0x56e63a(0x453),'ref':_0x1e7fe6,'icon':_0x132e52}));});_0x449436['displayName']=_0x1671ac(0x6f3);let _0x234342={'tag':'svg','attrs':{'xmlns':_0x1671ac(0x2c1),'fill':'none','viewBox':_0x1671ac(0x33e),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':'M2.5999\x202.88223C2.5999\x202.55086\x202.33127\x202.28223\x201.9999\x202.28223C1.66853\x202.28223\x201.3999\x202.55086\x201.3999\x202.88223V12.5996C1.3999\x2014.0356\x202.56396\x2015.1996\x203.9999\x2015.1996H13.9999C14.3313\x2015.1996\x2014.5999\x2014.931\x2014.5999\x2014.5996C14.5999\x2014.2683\x2014.3313\x2013.9996\x2013.9999\x2013.9996H3.9999C3.2267\x2013.9996\x202.5999\x2013.3728\x202.5999\x2012.5996V2.88223Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x2e2)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M5.12995\x207.1393C5.58357\x207.1393\x205.95131\x206.77155\x205.95131\x206.31794C5.95131\x205.86432\x205.58357\x205.49658\x205.12995\x205.49658C4.67634\x205.49658\x204.30859\x205.86432\x204.30859\x206.31794C4.30859\x206.77155\x204.67634\x207.1393\x205.12995\x207.1393Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M12.3802\x203.85482C12.3802\x204.42185\x2011.9206\x204.88152\x2011.3535\x204.88152C10.7865\x204.88152\x2010.3268\x204.42185\x2010.3268\x203.85482C10.3268\x203.28779\x2010.7865\x202.82812\x2011.3535\x202.82812C11.9206\x202.82812\x2012.3802\x203.28779\x2012.3802\x203.85482Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x54e)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x2be)}}]},_0x4c0799=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x2f2927,_0x4b3dbc){const _0x2f5f50=_0x1671ac;return(0x0,_0x2a9a1d[_0x2f5f50(0x54d)])(_0x11698e,Object[_0x2f5f50(0x651)]({},_0x2f2927,{'id':'polynomial-icon','ref':_0x4b3dbc,'icon':_0x234342}));});_0x4c0799[_0x1671ac(0x5c0)]=_0x1671ac(0x143);let _0x2e1d35={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x33e),'width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x685)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x43b)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M8.82136\x208.26552C9.27497\x208.26552\x209.64272\x207.89778\x209.64272\x207.44416C9.64272\x206.99055\x209.27497\x206.6228\x208.82136\x206.6228C8.36774\x206.6228\x208\x206.99055\x208\x207.44416C8\x207.89778\x208.36774\x208.26552\x208.82136\x208.26552Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x1671ac(0x4f1)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x38f)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x4de)}}]},_0x5714a6=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x756c19,_0x4a0bd1){const _0x6b5760=_0x1671ac;return(0x0,_0x2a9a1d[_0x6b5760(0x54d)])(_0x11698e,Object[_0x6b5760(0x651)]({},_0x756c19,{'id':_0x6b5760(0x4d7),'ref':_0x4a0bd1,'icon':_0x2e1d35}));});_0x5714a6['displayName']=_0x1671ac(0x322);let _0x5487db={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':'0\x200\x2016\x2016','width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':'g','attrs':{'fill':_0x1671ac(0x544),'clipPath':'url(#radar-chart-icon_clip0_1644_119)'},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'d':_0x1671ac(0x6ab),'fillRule':_0x1671ac(0x58f),'clipRule':'evenodd'}},{'tag':_0x1671ac(0x23a),'attrs':{'d':'M9.28601\x205.04477L11.0759\x206.35267C11.8505\x206.91864\x2012.1691\x207.92544\x2011.8623\x208.83754L11.1923\x2010.8292C10.8917\x2011.7227\x2010.0582\x2012.3241\x209.1202\x2012.3241H6.88028C5.94232\x2012.3241\x205.10876\x2011.7227\x204.80817\x2010.8292L4.13821\x208.83754C3.83139\x207.92544\x204.14999\x206.91864\x204.92455\x206.35267L6.71447\x205.04477C7.48116\x204.48455\x208.51932\x204.48455\x209.28601\x205.04477ZM8.58468\x206.01559C8.23619\x205.76095\x207.76429\x205.76095\x207.4158\x206.01559L5.62588\x207.32349C5.27381\x207.58075\x205.12899\x208.03838\x205.26845\x208.45298L5.93841\x2010.4446C6.07504\x2010.8508\x206.45394\x2011.1241\x206.88028\x2011.1241H9.1202C9.54655\x2011.1241\x209.92544\x2010.8508\x2010.0621\x2010.4446L10.732\x208.45298C10.8715\x208.03838\x2010.7267\x207.58075\x2010.3746\x207.32349L8.58468\x206.01559Z','fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':'path','attrs':{'d':_0x1671ac(0x2dc)}}]},{'tag':_0x1671ac(0x34e),'attrs':{},'children':[{'tag':_0x1671ac(0x401),'attrs':{'id':'radar-chart-icon_clip0_1644_119'},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x25f),'d':_0x1671ac(0x400)}}]}]}],'defIds':[_0x1671ac(0x222)]},_0x280d29=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x5d2577,_0x387444){const _0x1ce360=_0x1671ac;return(0x0,_0x2a9a1d[_0x1ce360(0x54d)])(_0x11698e,Object['assign']({},_0x5d2577,{'id':'radar-chart-icon','ref':_0x387444,'icon':_0x5487db}));});_0x280d29[_0x1671ac(0x5c0)]=_0x1671ac(0x20b);let _0x1cd02b={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':_0x1671ac(0x19e)},'children':[{'tag':'g','attrs':{'clipPath':'url(#relationship-icon_clip0_1997_112)'},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x2d1),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x1671ac(0x401),'attrs':{'id':'relationship-icon_clip0_1997_112'},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x25f),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':[_0x1671ac(0x451)]},_0x4ebab7=(0x0,_0x2a9a1d['forwardRef'])(function(_0x2261ce,_0x22b11d){const _0x17073d=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object[_0x17073d(0x651)]({},_0x2261ce,{'id':_0x17073d(0x387),'ref':_0x22b11d,'icon':_0x1cd02b}));});_0x4ebab7[_0x1671ac(0x5c0)]='RelationshipIcon';let _0x4d7507={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x4a7),'width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x14d)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x30e)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':'M2.12012\x207.45312H4C4.70517\x207.45313\x205.06184\x207.42557\x205.34375\x207.38086C5.64789\x207.3326\x205.91281\x207.25895\x206.51953\x207.09863C6.93614\x206.98855\x207.28247\x206.84852\x207.69531\x206.65723C8.08161\x206.47822\x208.6488\x206.19353\x209.27734\x205.93164C9.82013\x205.70547\x2010.1869\x205.51379\x2010.7246\x205.26465C11.2357\x205.02783\x2011.8041\x204.78766\x2012.5195\x204.59863C13.7881\x204.26345\x2014.8181\x204.12012\x2016\x204.12012H17.8799V12.5469H16C15.1819\x2012.5469\x2014.4762\x2012.6383\x2013.4805\x2012.9014C13.0639\x2013.0114\x2012.7175\x2013.1515\x2012.3047\x2013.3428C11.9184\x2013.5218\x2011.3512\x2013.8065\x2010.7227\x2014.0684C10.1799\x2014.2945\x209.81307\x2014.4862\x209.27539\x2014.7354C8.76428\x2014.9722\x208.19585\x2015.2123\x207.48047\x2015.4014C6.21191\x2015.7366\x205.1819\x2015.8799\x204\x2015.8799H2.12012V7.45312ZM4\x2014C5\x2014\x205.86782\x2013.8822\x207\x2013.583C7.99062\x2013.3212\x208.64746\x2012.9343\x209.58105\x2012.5146L10.4189\x2012.1514C11.3524\x2011.7317\x2012.0094\x2011.3447\x2013\x2011.083C13.9908\x2010.8212\x2014.7792\x2010.6984\x2015.6309\x2010.6719L16\x2010.667V6C15\x206\x2014.1322\x206.11784\x2013\x206.41699L12.5938\x206.53613C11.8158\x206.78953\x2011.2191\x207.12567\x2010.4189\x207.48535L9.58105\x207.84863C8.64757\x208.26827\x207.99058\x208.65525\x207\x208.91699L6.26465\x209.1084C5.61325\x209.26765\x205.125\x209.33301\x204\x209.33301V14Z'}},{'tag':_0x1671ac(0x23a),'attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x69d),'strokeWidth':1.88}},{'tag':'path','attrs':{'stroke':_0x1671ac(0x544),'d':_0x1671ac(0x209),'strokeWidth':1.88}}]},_0x2e4944=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x5ddb29,_0x3decd1){const _0x4e03b6=_0x1671ac;return(0x0,_0x2a9a1d['createElement'])(_0x11698e,Object['assign']({},_0x5ddb29,{'id':_0x4e03b6(0x6fb),'ref':_0x3decd1,'icon':_0x4d7507}));});_0x2e4944[_0x1671ac(0x5c0)]=_0x1671ac(0x1fe);let _0x5a7e4f={'tag':_0x1671ac(0x39d),'attrs':{'xmlns':_0x1671ac(0x2c1),'fill':_0x1671ac(0x604),'viewBox':_0x1671ac(0x344),'width':_0x1671ac(0x19e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x63a),'fillRule':'evenodd','clipRule':_0x1671ac(0x58f)}},{'tag':'path','attrs':{'fill':'currentColor','d':'M11.9639\x205.51817C12.7824\x205.51817\x2013.4459\x204.85465\x2013.4459\x204.03618C13.4459\x203.21771\x2012.7824\x202.5542\x2011.9639\x202.5542C11.1454\x202.5542\x2010.4819\x203.21771\x2010.4819\x204.03618C10.4819\x204.85465\x2011.1454\x205.51817\x2011.9639\x205.51817Z','fillRule':'evenodd','clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':'M5.44339\x2011.4461C5.93449\x2011.4461\x206.33258\x2011.048\x206.33258\x2010.5569C6.33258\x2010.0658\x205.93449\x209.66772\x205.44339\x209.66772C4.95229\x209.66772\x204.5542\x2010.0658\x204.5542\x2010.5569C4.5542\x2011.048\x204.95229\x2011.4461\x205.44339\x2011.4461Z','fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':'path','attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x159),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x219),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x3a4622=(0x0,_0x2a9a1d['forwardRef'])(function(_0x5754f5,_0x276745){const _0x102936=_0x1671ac;return(0x0,_0x2a9a1d[_0x102936(0x54d)])(_0x11698e,Object[_0x102936(0x651)]({},_0x5754f5,{'id':_0x102936(0x636),'ref':_0x276745,'icon':_0x5a7e4f}));});_0x3a4622[_0x1671ac(0x5c0)]=_0x1671ac(0x6fe);let _0x4e3401={'tag':'svg','attrs':{'xmlns':_0x1671ac(0x2c1),'fill':'none','viewBox':_0x1671ac(0x344),'width':'1em','height':_0x1671ac(0x19e)},'children':[{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x2a5)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':'currentColor','d':_0x1671ac(0x1a5),'fillRule':'evenodd','clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x2f9),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}},{'tag':_0x1671ac(0x23a),'attrs':{'fill':_0x1671ac(0x544),'d':_0x1671ac(0x620),'fillRule':_0x1671ac(0x58f),'clipRule':_0x1671ac(0x58f)}}]},_0x32909b=(0x0,_0x2a9a1d[_0x1671ac(0x2c9)])(function(_0x257ded,_0x9e3642){const _0x137655=_0x1671ac;return(0x0,_0x2a9a1d[_0x137655(0x54d)])(_0x11698e,Object[_0x137655(0x651)]({},_0x257ded,{'id':_0x137655(0x457),'ref':_0x9e3642,'icon':_0x4e3401}));});_0x32909b[_0x1671ac(0x5c0)]='WaterfallChartIcon';function _0x3d81d2(_0x4199ac,_0x2ffa92){const _0x5cbd0a=_0x1671ac;let _0x2c0486=(0x0,_0x214668['useDependency'])(_0x21996a),_0x397d0c=(0x0,_0x214668[_0x5cbd0a(0x2da)])(_0x2c0486[_0x5cbd0a(0x6c9)],_0x2c0486['activeChartModel']),_0x217fa7=(0x0,_0x2a9a1d[_0x5cbd0a(0x2b4)])(()=>_0x2c0486[_0x5cbd0a(0x6e2)](_0x4199ac,_0x397d0c),[_0x397d0c,_0x4199ac,_0x2c0486]);return[(0x0,_0x214668[_0x5cbd0a(0x2da)])((0x0,_0x2a9a1d[_0x5cbd0a(0x2b4)])(()=>_0x217fa7 instanceof _0x1a3dad[_0x5cbd0a(0x227)]?_0x217fa7:_0x217fa7==null?void 0x0:_0x217fa7[_0x5cbd0a(0x265)](),[_0x217fa7]),_0x2ffa92),(0x0,_0x2a9a1d['useCallback'])(_0xa93cf5=>{const _0x40ab5a=_0x5cbd0a;if(!(_0x217fa7 instanceof _0x1a3dad['Observable'])){var _0x13b030;_0x217fa7==null||(_0x13b030=_0x217fa7['set'])==null||_0x13b030[_0x40ab5a(0x55a)](_0x217fa7,_0xa93cf5);}},[_0x217fa7])];}let _0x13a2ce={'label':_0x1671ac(0x266),'value':_0x1671ac(0x4e5)},_0x1185aa={[_0x531b83['ChartTypeBits'][_0x1671ac(0x1c4)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x102d71,{}),[_0x531b83['ChartTypeBits']['Column']]:(0x0,_0x5ad5b4['jsx'])(_0x464675,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x66c)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x3d718c,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x126)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x3d718c,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x514)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x3d718c,{}),[_0x531b83[_0x1671ac(0x58c)]['Pie']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x449436,{}),[_0x531b83[_0x1671ac(0x58c)]['Doughnut']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x449436,{}),[_0x531b83['ChartTypeBits']['Area']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x3a5361,{}),[_0x531b83[_0x1671ac(0x58c)]['AreaStacked']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x3a5361,{}),[_0x531b83[_0x1671ac(0x58c)]['AreaPercentStacked']]:(0x0,_0x5ad5b4['jsx'])(_0x3a5361,{}),[_0x531b83['ChartTypeBits']['Radar']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x280d29,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x211)]]:(0x0,_0x5ad5b4['jsx'])(_0x508e5d,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x1c7)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x3a4622,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x205)]]:void 0x0,[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x38d)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x464675,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x375)]]:(0x0,_0x5ad5b4['jsx'])(_0x464675,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x31b)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0xe74c6d,{}),[_0x531b83[_0x1671ac(0x58c)]['Funnel']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x421627,{}),[_0x531b83[_0x1671ac(0x58c)]['Bubble']]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x50b01d,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x442)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x4ebab7,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x348)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x32909b,{}),[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x226)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x508e5d,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x5ea)]]:(0x0,_0x5ad5b4['jsx'])(_0x2e4944,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x24d)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x52c45a,{}),[_0x531b83['ChartTypeBits'][_0x1671ac(0x4c9)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x39cb4c,{})},_0x2e87de=_0x3e34da['filter'](_0x4a5524=>[_0x531b83[_0x1671ac(0x58c)]['Line'],_0x531b83[_0x1671ac(0x58c)]['Column'],_0x531b83[_0x1671ac(0x58c)]['Area']][_0x1671ac(0x437)](_0x1f1784=>String(_0x1f1784))[_0x1671ac(0x165)](String(_0x4a5524[_0x1671ac(0x52f)])))[_0x1671ac(0x437)](({label:_0x5dd3aa,value:_0x3fad7c})=>({'label':_0x5dd3aa,'value':String(_0x3fad7c)})),_0x46e0ac=[{'label':_0x1671ac(0x18f),'value':_0x1671ac(0x29e)},{'label':_0x1671ac(0x3b1),'value':'xAxisTitle'},{'label':_0x1671ac(0x2a3),'value':_0x1671ac(0x4ca)},{'label':_0x1671ac(0x595),'value':'rightYAxisTitle'}];function _0x10029d(){const _0x4e6c8a=_0x1671ac;return{'label':_0x4e6c8a(0x6cd),'value':_0x531b83[_0x4e6c8a(0x385)][_0x4e6c8a(0x65b)]};}let _0xcb90ed=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0][_0x1671ac(0x437)](_0x34f8b2=>({'label':_0x34f8b2*0x64+'%','value':String(_0x34f8b2)})),_0x51636b=[{'label':_0x1671ac(0x1a0),'value':_0x531b83[_0x1671ac(0x4e7)][_0x1671ac(0x1ea)]},{'label':'sheets-chart-ui.dashType.dash','value':_0x531b83[_0x1671ac(0x4e7)]['Dashed']},{'label':_0x1671ac(0x2dd),'value':_0x531b83[_0x1671ac(0x4e7)]['Dotted']}],_0x5b59d2=[{'label':_0x1671ac(0x548),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x5e4)]},{'label':_0x1671ac(0x6ea),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x37d)]},{'label':_0x1671ac(0x6aa),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x648)]},{'label':_0x1671ac(0x40a),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x6a1)]},{'label':_0x1671ac(0x59b),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x258)]},{'label':'sheets-chart-ui.shape.roundRect','value':_0x531b83[_0x1671ac(0x2a4)]['RoundRect']},{'label':'sheets-chart-ui.shape.pin','value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x572)]},{'label':_0x1671ac(0x1ab),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x129)]},{'label':'sheets-chart-ui.shape.none','value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x205)]},{'label':_0x1671ac(0x686),'value':_0x531b83['LinePointShape'][_0x1671ac(0x4d8)]},{'label':_0x1671ac(0x386),'value':_0x531b83[_0x1671ac(0x2a4)]['EmptySquare']},{'label':_0x1671ac(0x3e7),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x5ee)]},{'label':_0x1671ac(0x2fe),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x17b)]},{'label':_0x1671ac(0x3c9),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x51a)]},{'label':_0x1671ac(0x1b2),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x505)]},{'label':'sheets-chart-ui.shape.emptyPin','value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x35a)]},{'label':_0x1671ac(0x68a),'value':_0x531b83[_0x1671ac(0x2a4)][_0x1671ac(0x13d)]}],_0x1b0ddf=[0x0,0x2,0x5,0x7,0xa,0xe][_0x1671ac(0x437)](_0x47ceb8=>({'label':_0x47ceb8+'px','value':String(_0x47ceb8)})),_0x382520=[0x0,0x1,0x2,0x4,0x8][_0x1671ac(0x437)](_0x195e42=>({'label':_0x195e42+'px','value':String(_0x195e42)})),_0x3ec6ec=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a]['map'](_0x4c8d44=>({'label':_0x4c8d44+'°','value':String(_0x4c8d44)})),_0x5c728a=[{'label':_0x1671ac(0x177),'value':_0x531b83[_0x1671ac(0x40e)]['linear']},{'label':_0x1671ac(0x3ed),'value':_0x531b83['ChartTrendlineType'][_0x1671ac(0x1ce)]},{'label':_0x1671ac(0x212),'value':_0x531b83[_0x1671ac(0x40e)][_0x1671ac(0x461)]},{'label':_0x1671ac(0x2e7),'value':_0x531b83['ChartTrendlineType'][_0x1671ac(0x253)]},{'label':_0x1671ac(0x278),'value':_0x531b83[_0x1671ac(0x40e)][_0x1671ac(0x3d2)]},{'label':_0x1671ac(0x210),'value':_0x531b83['ChartTrendlineType'][_0x1671ac(0x1c3)]}],_0x1d98ac={[_0x531b83['ChartTrendlineType'][_0x1671ac(0x518)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x2318ab,{}),[_0x531b83[_0x1671ac(0x40e)][_0x1671ac(0x1ce)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x42fd22,{}),[_0x531b83[_0x1671ac(0x40e)]['log']]:(0x0,_0x5ad5b4['jsx'])(_0x5bb356,{}),[_0x531b83['ChartTrendlineType'][_0x1671ac(0x253)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x5714a6,{}),[_0x531b83[_0x1671ac(0x40e)][_0x1671ac(0x3d2)]]:(0x0,_0x5ad5b4[_0x1671ac(0x55e)])(_0x44f4cf,{}),[_0x531b83[_0x1671ac(0x40e)][_0x1671ac(0x1c3)]]:(0x0,_0x5ad5b4['jsx'])(_0x4c0799,{})},_0x1dfb2d=[0x2,0x3,0x4,0x5,0x6][_0x1671ac(0x437)](_0x5066dd=>({'label':''+_0x5066dd,'value':String(_0x5066dd)})),_0x28eddc=[_0x531b83['SeriesLabelPosition']['Auto'],_0x531b83[_0x1671ac(0x558)][_0x1671ac(0x38a)],_0x531b83[_0x1671ac(0x558)][_0x1671ac(0x214)],_0x531b83[_0x1671ac(0x558)]['Right'],_0x531b83['SeriesLabelPosition'][_0x1671ac(0x12a)],_0x531b83['SeriesLabelPosition'][_0x1671ac(0x6c0)]][_0x1671ac(0x437)](_0x250c3e=>({'label':_0x1671ac(0x3ef)+_0x250c3e,'value':_0x250c3e})),_0x156f51=[_0x531b83[_0x1671ac(0x3b0)]['Inside'],_0x531b83['PieLabelPosition'][_0x1671ac(0x6f4)]][_0x1671ac(0x437)](_0x276821=>({'label':_0x1671ac(0x3ef)+_0x276821,'value':_0x276821})),_0x45dc73=[_0x531b83[_0x1671ac(0x5d7)][_0x1671ac(0x12a)],_0x531b83[_0x1671ac(0x5d7)][_0x1671ac(0x6c0)],_0x531b83[_0x1671ac(0x5d7)][_0x1671ac(0x214)],_0x531b83[_0x1671ac(0x5d7)][_0x1671ac(0x658)],_0x531b83[_0x1671ac(0x5d7)][_0x1671ac(0x6da)]]['map'](_0x1f6d43=>({'label':_0x1671ac(0x3ef)+_0x1f6d43,'value':_0x1f6d43})),_0x30a963=[_0x531b83[_0x1671ac(0x371)][_0x1671ac(0x4a3)],_0x531b83[_0x1671ac(0x371)]['Multiple'],_0x531b83[_0x1671ac(0x371)][_0x1671ac(0x57f)]][_0x1671ac(0x437)](_0x4d62c9=>({'label':'sheets-chart-ui.legendSelectModeType.'+_0x4d62c9,'value':_0x4d62c9})),_0x11d7ce=[_0x1671ac(0x365),_0x1671ac(0x4c5)][_0x1671ac(0x437)](_0x1c1467=>({'label':_0x1671ac(0x539)+_0x1c1467,'value':_0x1c1467})),_0x1a1152=[_0x531b83[_0x1671ac(0x2c8)][_0x1671ac(0x12a)],_0x531b83['TitlePositionEnum'][_0x1671ac(0x6c0)],_0x531b83[_0x1671ac(0x2c8)][_0x1671ac(0x214)],_0x531b83['TitlePositionEnum'][_0x1671ac(0x658)],_0x531b83[_0x1671ac(0x2c8)][_0x1671ac(0x6da)]][_0x1671ac(0x437)](_0x56135d=>({'label':_0x1671ac(0x3ef)+_0x56135d,'value':_0x56135d})),_0xe5b695=[_0x531b83[_0x1671ac(0x516)][_0x1671ac(0x63e)],_0x531b83[_0x1671ac(0x516)][_0x1671ac(0x4d5)],_0x531b83[_0x1671ac(0x516)][_0x1671ac(0x581)]][_0x1671ac(0x437)](_0xbbf86f=>({'label':'sheets-chart-ui.axisPositionType.'+_0xbbf86f,'value':_0xbbf86f}));[_0x531b83[_0x1671ac(0x50d)][_0x1671ac(0x214)],_0x531b83[_0x1671ac(0x50d)][_0x1671ac(0x4d5)],_0x531b83[_0x1671ac(0x50d)][_0x1671ac(0x658)]][_0x1671ac(0x437)](_0x5a82b9=>({'label':'sheets-chart-ui.align.'+_0x5a82b9,'value':_0x5a82b9})),[_0x531b83[_0x1671ac(0x5c6)][_0x1671ac(0x12a)],_0x531b83['TextVerticalAlign'][_0x1671ac(0x3f9)],_0x531b83[_0x1671ac(0x5c6)][_0x1671ac(0x6c0)]]['map'](_0x276d16=>({'label':_0x1671ac(0x683)+_0x276d16,'value':_0x276d16}));let _0x459809=[{'value':_0x1671ac(0x49a),'label':_0x1671ac(0x315)},{'value':_0x1671ac(0x229),'label':_0x1671ac(0x242)},{'value':'rightYAxis','label':_0x1671ac(0x31c)}],_0x3906a7=[0x1,0x2,0x3]['map'](_0x40c11e=>({'label':_0x40c11e+'px','value':String(_0x40c11e)})),_0x25638b=[{'label':_0x1671ac(0x450),'value':''},{'label':_0x1671ac(0x21b),'value':_0x531b83[_0x1671ac(0x16e)]['Stacked']},{'label':_0x1671ac(0x314),'value':_0x531b83[_0x1671ac(0x16e)][_0x1671ac(0x6f8)]}],_0x362957=[{'label':_0x1671ac(0x5df),'value':_0x531b83[_0x1671ac(0x69f)][_0x1671ac(0x1c4)]},{'label':'sheets-chart-ui.lineType.smooth','value':_0x531b83[_0x1671ac(0x69f)][_0x1671ac(0x594)]},{'label':'sheets-chart-ui.lineType.step','value':_0x531b83[_0x1671ac(0x69f)][_0x1671ac(0x534)]}],_0xf0196a=[0x0,0.25,0.5,0.75][_0x1671ac(0x437)](_0x2c4e24=>({'label':_0x2c4e24*0x64+'%','value':String(_0x2c4e24)})),_0x51b94=[{'label':'sheets-chart-ui.shape.polygon','value':_0x531b83[_0x1671ac(0x4ef)]['Polygon']},{'label':_0x1671ac(0x548),'value':_0x531b83[_0x1671ac(0x4ef)][_0x1671ac(0x5e4)]}],_0x5a8789=[{'label':_0x1671ac(0x12b),'value':_0x531b83[_0x1671ac(0x553)][_0x1671ac(0x5d0)]},{'label':'sheets-chart-ui.invalidType.zero','value':_0x531b83[_0x1671ac(0x553)][_0x1671ac(0x28d)]},{'label':_0x1671ac(0x46d),'value':_0x531b83['InvalidValueType'][_0x1671ac(0x6cc)]}],_0x48f0f5=[_0x531b83[_0x1671ac(0x3dc)][_0x1671ac(0x1b0)],_0x531b83['LabelContentType']['SeriesName'],_0x531b83[_0x1671ac(0x3dc)][_0x1671ac(0x644)],_0x531b83[_0x1671ac(0x3dc)]['Percentage']],_0x599c72=[{'label':'sheets-chart-ui.category','value':_0x531b83[_0x1671ac(0x3dc)][_0x1671ac(0x1b0)]},{'label':_0x1671ac(0x4f8),'value':_0x531b83['LabelContentType'][_0x1671ac(0x660)]},{'label':'sheets-chart-ui.value','value':_0x531b83[_0x1671ac(0x3dc)][_0x1671ac(0x644)]},{'label':_0x1671ac(0x22e),'value':_0x531b83['LabelContentType'][_0x1671ac(0x6b3)]}][_0x1671ac(0x437)](_0x2be7dc=>({..._0x2be7dc,'value':String(_0x2be7dc['value'])})),_0x581ea0=_0x599c72[_0x1671ac(0x42d)](_0x3c6512=>_0x3c6512[_0x1671ac(0x52f)]!==String(_0x531b83['LabelContentType']['SeriesName'])),_0x56d988=[0x6,0xc,0x12,0x18]['map'](_0x202d13=>({'label':_0x202d13+'px','value':String(_0x202d13)})),_0x510b06=[0x1,0x2,0x4,0x8][_0x1671ac(0x437)](_0x5872ad=>({'label':_0x5872ad+'px','value':String(_0x5872ad)})),_0x271d28=[{'label':_0x1671ac(0x696),'value':_0x1671ac(0x604)},{'label':_0x1671ac(0x19a),'value':_0x1671ac(0x309)},{'label':_0x1671ac(0x4b4),'value':_0x1671ac(0x38e)}],_0x5a68b1=[{'label':_0x1671ac(0x434),'suffix':'yyyy-MM-dd'},{'label':_0x1671ac(0x500),'suffix':_0x1671ac(0x655)},{'label':_0x1671ac(0x699),'suffix':_0x1671ac(0x60b)},{'label':_0x1671ac(0x678),'suffix':'MM-dd'},{'label':_0x1671ac(0x628),'suffix':'M\x22月\x22d\x22日\x22'},{'label':_0x1671ac(0x49e),'suffix':'h:mm:ss'},{'label':_0x1671ac(0x56b),'suffix':'h:mm'},{'label':_0x1671ac(0x4ab),'suffix':_0x1671ac(0x138)},{'label':'下午1:30','suffix':_0x1671ac(0x5c4)},{'label':_0x1671ac(0x4cc),'suffix':'A/P\x20h:mm:ss'},{'label':_0x1671ac(0x3da),'suffix':_0x1671ac(0x425)}],_0x15b782=[{'label':'(1,235)','suffix':_0x1671ac(0x289)},{'label':'(1,235)\x20','suffix':'#,##0_);[Red](#,##0)','color':_0x1671ac(0x382)},{'label':_0x1671ac(0x494),'suffix':_0x1671ac(0x4a5)},{'label':_0x1671ac(0x494),'suffix':_0x1671ac(0x612),'color':'red'},{'label':_0x1671ac(0x656),'suffix':_0x1671ac(0x446)},{'label':_0x1671ac(0x656),'suffix':_0x1671ac(0x523),'color':_0x1671ac(0x382)}],_0x143466=[{'label':_0x24a734=>_0x24a734+_0x1671ac(0x6b1),'suffix':_0x30fac0=>'\x22'+_0x30fac0+_0x1671ac(0x35f)+_0x30fac0+'\x22#,##0.00'},{'label':_0x4541a3=>_0x4541a3+_0x1671ac(0x6b1),'suffix':_0x47d1b6=>'\x22'+_0x47d1b6+_0x1671ac(0x149)+_0x47d1b6+_0x1671ac(0x1d0),'color':_0x1671ac(0x382)},{'label':_0x15cbb4=>'('+_0x15cbb4+'1,235)','suffix':_0xe46e29=>'\x22'+_0xe46e29+_0x1671ac(0x419)+_0xe46e29+_0x1671ac(0x3fc)},{'label':_0x1a8da4=>'('+_0x1a8da4+'1,235)','suffix':_0x5ced83=>'\x22'+_0x5ced83+_0x1671ac(0x5bc)+_0x5ced83+_0x1671ac(0x3fc),'color':_0x1671ac(0x382)},{'label':_0x116f69=>'-'+_0x116f69+_0x1671ac(0x6b1),'suffix':_0x2bb0d0=>'\x22'+_0x2bb0d0+_0x1671ac(0x6df)+_0x2bb0d0+'\x22#,##0.00'},{'label':_0xdae3a7=>'-'+_0xdae3a7+_0x1671ac(0x6b1),'suffix':_0x2d4b43=>'\x22'+_0x2d4b43+_0x1671ac(0x1f6)+_0x2d4b43+_0x1671ac(0x1d0),'color':_0x1671ac(0x382)}],_0x3b57da=_0x1671ac(0x5d4),_0x50ad70=_0x1671ac(0x1ef),_0x30f4cb=[{'label':_0x1671ac(0x217),'value':_0x531b83[_0x1671ac(0x573)]['Arrangement']},{'label':'sheets-chart-ui.waterfall.stacked','value':_0x531b83[_0x1671ac(0x573)]['Stacked']}],_0x576939=_0x446f0c=>{const _0x5148a7=_0x1671ac;let {className:_0x5ae417}=_0x446f0c,_0x16d48b=(0x0,_0x214668[_0x5148a7(0x693)])(_0x188e5d[_0x5148a7(0x2e3)]),[_0x541850,_0xadcfec]=_0x3d81d2(_0x5148a7(0x5d3)),[_0x97ecdd,_0x506c72]=_0x3d81d2('radarFill'),_0x34cd4e=_0x51b94[_0x5148a7(0x437)](_0x2a238a=>({..._0x2a238a,'label':_0x16d48b['t'](_0x2a238a[_0x5148a7(0x3bf)])}));return(0x0,_0x5ad5b4[_0x5148a7(0x449)])(_0x5148a7(0x428),{'className':_0x5ae417,'children':[(0x0,_0x5ad5b4[_0x5148a7(0x55e)])('div',{'children':(0x0,_0x5ad5b4[_0x5148a7(0x55e)])(_0x2748bd['Segmented'],{'value':_0x541850==null?_0x531b83[_0x5148a7(0x385)][_0x5148a7(0x4c6)][_0x5148a7(0x349)]:_0x541850,'items':_0x34cd4e,'onChange':_0xadcfec})}),(0x0,_0x5ad5b4[_0x5148a7(0x55e)])(_0x5148a7(0x428),{'className':'univer-mt-2','children':(0x0,_0x5ad5b4[_0x5148a7(0x55e)])(_0x2748bd[_0x5148a7(0x6f1)],{'checked':!!_0x97ecdd,'onChange':_0x56cde1=>{_0x506c72(!!_0x56cde1);},'children':_0x16d48b['t'](_0x5148a7(0x541))})})]});},_0x26a92f=()=>{const _0x305603=_0x1671ac;var _0x5c0b8f,_0xe19695,_0x394748;let _0x3a117b=(0x0,_0x214668['useDependency'])(_0x188e5d[_0x305603(0x2e3)]),[_0x29c8f2]=_0x3d81d2('seriesList'),[_0x1e5998]=_0x3d81d2(_0x305603(0x151)),[_0x3a0651]=_0x3d81d2(_0x305603(0x3ba)),[_0x3759f6,_0x3620b7]=_0x3d81d2(_0x1a6924[_0x305603(0x4f0)]['ScatterXIndex']),[_0x34a038,_0x4239f1]=_0x3d81d2(_0x1a6924[_0x305603(0x4f0)][_0x305603(0x51f)]),[_0x3f6220,_0x41af7d]=_0x3d81d2(_0x1a6924['ChartPointMappingStateKey'][_0x305603(0x6c3)]),[_0x5a718d,_0x3bdcd5]=_0x3d81d2(_0x1a6924[_0x305603(0x4f0)][_0x305603(0x4d2)]),[_0x22657d,_0x51eb68]=_0x3d81d2(_0x1a6924['ChartPointMappingStateKey']['BubbleSizeIndex']),_0x3d873d=_0x5e4cee=>{_0x51eb68(_0x5e4cee);};return(0x0,_0x5ad5b4['jsxs'])(_0x305603(0x428),{'className':'univer-mb-2','children':[(0x0,_0x5ad5b4[_0x305603(0x55e)])('div',{'className':_0x305603(0x4db),'children':_0x3a117b['t'](_0x305603(0x6ee))}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x2748bd['Select'],{'className':_0x305603(0x34a),'value':typeof _0x3f6220==_0x305603(0x6dc)?String(_0x3f6220):'','options':_0x1e5998||[],'onChange':_0x22a447=>_0x41af7d(Number(_0x22a447))}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x305603(0x428),{'className':_0x305603(0x4db),'children':_0x3a117b['t'](_0x305603(0x25b))}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x2748bd[_0x305603(0x361)],{'className':_0x305603(0x34a),'value':_0x3759f6===void 0x0?(_0x5c0b8f=(_0x3a0651||[])[_0x531b83[_0x305603(0x4bf)]['X']])==null?void 0x0:_0x5c0b8f['value']:String(_0x3759f6),'options':_0x3a0651||[],'onChange':_0x23a42e=>_0x3620b7(Number(_0x23a42e))}),(0x0,_0x5ad5b4[_0x305603(0x55e)])('div',{'className':_0x305603(0x4db),'children':_0x3a117b['t'](_0x305603(0x692))}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x2748bd[_0x305603(0x361)],{'className':_0x305603(0x34a),'value':_0x34a038===void 0x0?(_0xe19695=(_0x3a0651||[])[_0x531b83[_0x305603(0x4bf)]['Y']])==null?void 0x0:_0xe19695[_0x305603(0x52f)]:String(_0x34a038),'options':_0x3a0651,'onChange':_0x70ab3e=>{_0x4239f1(Number(_0x70ab3e));}}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x305603(0x428),{'className':_0x305603(0x4db),'children':_0x3a117b['t'](_0x305603(0x4f8))}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x2748bd['Select'],{'className':_0x305603(0x34a),'value':_0x5a718d===void 0x0?'':String(_0x5a718d),'options':_0x1e5998,'onChange':_0x50d026=>{_0x3bdcd5(Number(_0x50d026));}}),(0x0,_0x5ad5b4[_0x305603(0x55e)])(_0x305603(0x428),{'className':'univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x3a117b['t'](_0x305603(0x485))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x305603(0x361)],{'className':_0x305603(0x34a),'value':_0x22657d?String(_0x22657d):(_0x394748=(_0x3a0651||[])[_0x531b83[_0x305603(0x4bf)]['Size']])==null?void 0x0:_0x394748[_0x305603(0x52f)],'options':_0x29c8f2,'onChange':_0x19d1a4=>_0x3d873d(Number(_0x19d1a4))})]});},_0x816bef=_0xc43a35=>_0xc43a35[_0x1671ac(0x256)](_0x188e5d[_0x1671ac(0x12c)][_0x1671ac(0x6ec)])['getUnitId'](),_0x7681f1=_0x45b3f5=>{const _0x4e12c1=_0x1671ac;var _0x586de6;return(_0x586de6=_0x45b3f5[_0x4e12c1(0x256)](_0x188e5d[_0x4e12c1(0x12c)][_0x4e12c1(0x6ec)])[_0x4e12c1(0x45c)]())==null?void 0x0:_0x586de6[_0x4e12c1(0x2b2)]();},_0x4518df=[_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x311)],_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x66c)]];function _0x504918(_0x20667c){const _0x147a17=_0x1671ac;return(0x0,_0x5ad5b4[_0x147a17(0x55e)])(_0x5ad5b4['Fragment'],{'children':_0x20667c[_0x147a17(0x437)](_0xd94da6=>(0x0,_0x5ad5b4['jsx'])(_0x147a17(0x428),{'className':_0x147a17(0x308),'style':{'backgroundColor':_0xd94da6}},_0xd94da6))});}function _0x560486(_0x4140a7,_0x3806f4){const _0x9386cf=_0x1671ac;return _0x4140a7[_0x9386cf(0x437)](_0x1870af=>({'label':(0x0,_0x5ad5b4[_0x9386cf(0x55e)])(_0x9386cf(0x428),{'className':_0x9386cf(0x353),'children':_0x504918(_0x3806f4[_0x9386cf(0x2e4)](_0x1870af))}),'value':_0x1870af}));}let _0x180ed6=()=>{const _0x2a7874=_0x1671ac;var _0x334ab2;let _0x3699c0=(0x0,_0x214668['useDependency'])(_0x21996a),_0x128336=(0x0,_0x214668[_0x2a7874(0x693)])(_0x188e5d[_0x2a7874(0x294)]),_0x54a7a5=(0x0,_0x214668[_0x2a7874(0x693)])(_0x188e5d[_0x2a7874(0x2e3)]),_0xa80347=(0x0,_0x214668[_0x2a7874(0x693)])(_0x531b83['ChartThemeService']),_0x53565a=_0xa80347[_0x2a7874(0x5e5)](),_0x4c383b=(0x0,_0x30562c[_0x2a7874(0x1f5)])((0x0,_0x214668[_0x2a7874(0x693)])(_0x188e5d['Injector'])),_0x43a700=(0x0,_0x2a9a1d[_0x2a7874(0x2b4)])(()=>_0x1c7c57(_0x3e34da[_0x2a7874(0x4a9)](),_0x4c383b)[_0x2a7874(0x437)](_0x5c19a2=>({'label':(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'className':_0x2a7874(0x2f8),'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2a7874(0x428),{'className':_0x2a7874(0x2c7),'children':_0x1185aa==null?void 0x0:_0x1185aa[_0x5c19a2['value']]}),(0x0,_0x5ad5b4['jsx'])(_0x2a7874(0x428),{'className':_0x2a7874(0x489),'children':_0x54a7a5['t'](_0x5c19a2['label'])})]}),'value':String(_0x5c19a2[_0x2a7874(0x52f)])})),[_0x54a7a5]),[_0x6f4602,_0x10dcc2]=(0x0,_0x2a9a1d[_0x2a7874(0x1d3)])(!0x1);(0x0,_0x2a9a1d[_0x2a7874(0x67a)])(()=>{_0x3699c0['setRangeSelectMode'](_0x6f4602);},[_0x6f4602,_0x3699c0]);let _0x2a1d04=_0x5a8789[_0x2a7874(0x437)](_0x543c16=>({..._0x543c16,'label':_0x54a7a5['t'](_0x543c16['label'])})),_0x23a1da=_0x25638b[_0x2a7874(0x437)](_0x5a9079=>({..._0x5a9079,'label':_0x54a7a5['t'](_0x5a9079[_0x2a7874(0x3bf)])})),_0x5b3afe=_0x362957[_0x2a7874(0x437)](_0x44a743=>({..._0x44a743,'label':_0x54a7a5['t'](_0x44a743['label'])})),_0x15cbb5=_0x30f4cb[_0x2a7874(0x437)](_0x275368=>({..._0x275368,'label':_0x54a7a5['t'](_0x275368[_0x2a7874(0x3bf)])})),_0x40a11a=_0x560486(_0x53565a,_0xa80347),_0x16df46=_0x816bef(_0x128336),_0x120573=_0x7681f1(_0x128336),_0x39f250=(0x0,_0x214668['useDependency'])(_0x188e5d[_0x2a7874(0x6b6)]),[_0x43d854,_0x4b15e8]=_0x3d81d2('chartType'),[_0x41c34b,_0x421920]=_0x3d81d2('dataRange'),[_0x3393bc,_0x5685bf]=_0x3d81d2(_0x2a7874(0x1cd)),[_0x2dd866,_0x47d088]=_0x3d81d2(_0x2a7874(0x510)),[_0x4e0e15]=_0x3d81d2(_0x2a7874(0x3a1)),[_0x2ab14e]=_0x3d81d2('categoryList'),[_0x3d4d72,_0x355397]=_0x3d81d2(_0x2a7874(0x1e1)),[_0x1385e1]=_0x3d81d2('seriesResourceList'),[_0x5a9bdb,_0x53ed16]=_0x3d81d2(_0x2a7874(0x4da)),[_0x596ec2,_0x43afe9]=_0x3d81d2(_0x2a7874(0x168)),[_0x540e66,_0x50ff49]=_0x3d81d2(_0x2a7874(0x13a)),[_0x31da92,_0x1cc376]=_0x3d81d2(_0x2a7874(0x46b)),[_0x5ae7cb,_0x5494e0]=_0x3d81d2('chartThemeColorType'),[_0x568899,_0x46954d]=_0x3d81d2('gradientFill'),_0x2bc813=(0x0,_0x2a9a1d[_0x2a7874(0x2b4)])(()=>_0x568899===void 0x0?_0x43d854?_0x531b83['chartBitsUtils'][_0x2a7874(0x653)](_0x43d854,_0x531b83[_0x2a7874(0x58c)]['Area']):!0x1:_0x568899,[_0x568899,_0x43d854]),[_0xa41ee7,_0x2c09e6]=_0x3d81d2(_0x2a7874(0x3a0)),[_0x203fdc,_0x42a409]=_0x3d81d2(_0x2a7874(0x51b)),[_0x38c440,_0x5be009]=_0x3d81d2(_0x2a7874(0x19c)),[_0x705248,_0x8be725]=_0x3d81d2(_0x2a7874(0x234)),[_0xb3da,_0x3f1394]=_0x3d81d2(_0x2a7874(0x20d)),_0x4124ce=_0x43d854&&_0x4518df[_0x2a7874(0x1c6)](_0x3dc0ef=>_0x531b83[_0x2a7874(0x39f)][_0x2a7874(0x653)](_0x43d854,_0x3dc0ef)),_0x509160=_0x43d854&&[_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x311)],_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x1c4)]][_0x2a7874(0x1c6)](_0xe3bad5=>_0x531b83['chartBitsUtils'][_0x2a7874(0x653)](_0x43d854,_0xe3bad5)),_0x51f968=_0x43d854&&[_0x531b83[_0x2a7874(0x58c)]['Line'],_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x484)],_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x31b)],_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x1c7)]][_0x2a7874(0x57d)](_0x924c16=>_0x924c16!==_0x43d854),_0x26c135=_0x4e0e15===_0x531b83[_0x2a7874(0x2b3)][_0x2a7874(0x317)]||typeof _0x2dd866!=_0x2a7874(0x6dc),_0x26ec01=_0x43d854&&[_0x531b83['ChartTypeBits']['Pie'],_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x16c)]][_0x2a7874(0x1c6)](_0xd67b06=>_0x43d854===_0xd67b06),_0x500ec6=!_0x26ec01||_0x26ec01&&_0x3d4d72&&(_0x3d4d72==null?void 0x0:_0x3d4d72['length'])<0x1,_0x504e29=_0x43d854&&_0x531b83['chartBitsUtils']['baseOn'](_0x43d854,_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x348)]),_0x3dad81=_0x43d854&&(0x0,_0x531b83['chartTypeCanUseTrendLine'])(_0x43d854),[_0x53db30,_0x5ad044]=_0x3d81d2(_0x2a7874(0x43e)),_0x4ed4f8=_0x43d854&&_0x43d854===_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x442)],_0x803b2d=_0x43d854&&_0x43d854===_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x5ea)],_0x4f187c=_0x43d854&&_0x43d854===_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x24d)],_0x392cf7=_0x43d854&&_0x43d854===_0x531b83['ChartTypeBits'][_0x2a7874(0x4c9)],_0x34e330=_0x43d854&&_0x531b83[_0x2a7874(0x39f)][_0x2a7874(0x653)](_0x43d854,_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x4fd)]),_0x3f65d=_0x3f23dc=>{const _0xdb2123=_0x2a7874;_0x53db30&&_0x5ad044(_0x53db30[_0xdb2123(0x42d)]((_0xbf019,_0x237398)=>_0x237398!==_0x3f23dc));},_0x13b943=(_0x26a78b,_0x4152e3)=>{const _0x9833b7=_0x2a7874;if(_0x53db30){_0x53db30[_0x26a78b][_0x9833b7(0x1e5)]=_0x4152e3;let _0x2e56ce=(_0x1385e1==null?void 0x0:_0x1385e1[_0x4152e3][_0x9833b7(0x3bf)])||'';_0x2e56ce&&(_0x53db30[_0x26a78b][_0x9833b7(0x566)]=_0x54a7a5['t']('sheets-chart-ui.trendline.linear')+'-'+_0x54a7a5['t'](_0x9833b7(0x562))+'-('+_0x2e56ce+')'),_0x5ad044(_0x53db30[_0x9833b7(0x337)]());}},_0x6102dc=!!(_0x43d854&&_0x531b83['chartBitsUtils'][_0x2a7874(0x653)](_0x43d854,_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x49b)])),_0x38b00d=_0x382520,[_0x57df43,_0x25b056]=(0x0,_0x2a9a1d[_0x2a7874(0x1d3)])(!0x1),_0x43ec0f=(0x0,_0x2a9a1d[_0x2a7874(0x2b4)])(()=>(0x0,_0x188e5d['debounce'])(async _0x155e90=>{const _0x4661a9=_0x2a7874;var _0xd1b56d;if(_0x134ae5(_0x41c34b,_0x128336)===_0x155e90)return;let {unitId:_0x44bad2,sheetName:_0x5bc693,range:_0x323147}=_0x155e90[_0x4661a9(0x474)](',')[_0x4661a9(0x42d)](_0x46657f=>!!_0x46657f)[_0x4661a9(0x437)](_0x41254e[_0x4661a9(0x61d)])[0x0],_0x3cf8b5=_0x44bad2||_0x16df46;_0x421920({'rangeInfo':{'range':_0x323147,'unitId':_0x3cf8b5,'subUnitId':((_0xd1b56d=_0x128336[_0x4661a9(0x22c)](_0x3cf8b5)[_0x4661a9(0x30c)](_0x5bc693))==null?void 0x0:_0xd1b56d['getSheetId']())||(_0x41c34b==null?void 0x0:_0x41c34b[_0x4661a9(0x303)][_0x4661a9(0x567)])},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x421920,_0x16df46,_0x128336]),_0xd74266=_0x2096ef=>{const _0xf361d9=_0x2a7874;_0x3d4d72&&_0x355397(_0x3d4d72[_0xf361d9(0x42d)]((_0x3fb5fb,_0x112d73)=>_0x112d73!==_0x2096ef));},_0xb6bb80=_0x43d854&&(_0x531b83['chartBitsUtils']['has'](_0x43d854,_0x531b83[_0x2a7874(0x1ee)][_0x2a7874(0x323)])?_0x531b83[_0x2a7874(0x16e)][_0x2a7874(0x6f8)]:_0x531b83['chartBitsUtils'][_0x2a7874(0x470)](_0x43d854,_0x531b83[_0x2a7874(0x1ee)][_0x2a7874(0x528)])?_0x531b83[_0x2a7874(0x16e)]['Stacked']:void 0x0),_0x417df3=!!(_0x43d854&&_0x531b83[_0x2a7874(0x39f)][_0x2a7874(0x653)](_0x43d854,_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x31b)])),_0x412d36=(0x0,_0x2a9a1d[_0x2a7874(0x1e4)])(_0x4a25f3=>{const _0x7d1869=_0x2a7874;if(!_0x43d854)return;let _0x2b63ac=_0x4a25f3,_0x398e7c=_0x531b83[_0x7d1869(0x39f)]['remove'](_0x43d854,_0x531b83['ChartAttributeBits']['PercentStack']);switch(_0x2b63ac){case _0x531b83['StackType'][_0x7d1869(0x34d)]:_0x4b15e8(_0x398e7c|_0x531b83['ChartAttributeBits']['Stack']);break;case _0x531b83[_0x7d1869(0x16e)][_0x7d1869(0x6f8)]:_0x4b15e8(_0x398e7c|_0x531b83[_0x7d1869(0x1ee)][_0x7d1869(0x323)]);break;default:_0x4b15e8(_0x398e7c);break;}},[_0x43d854]);return(0x0,_0x5ad5b4[_0x2a7874(0x449)])('div',{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924[_0x2a7874(0x50b)],{'title':_0x54a7a5['t'](_0x2a7874(0x503))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x2a7874(0x361)],{'className':_0x2a7874(0x34a),'value':_0x43d854?String(_0x43d854):'','options':_0x43a700,'onChange':_0x2d7abf=>_0x4b15e8(Number(_0x2d7abf))})]}),_0x43d854&&(_0x531b83['chartBitsUtils']['baseOn'](_0x43d854,_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x311)])||_0x531b83[_0x2a7874(0x39f)]['baseOn'](_0x43d854,_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x1c4)]))&&(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x2a7874(0x4f7)],{'items':_0x5b3afe,'className':_0x2a7874(0x272),'value':_0x3393bc==null?_0x531b83['defaultChartConfig']['area']['lineStyle']:_0x3393bc,'onChange':_0x5685bf}),_0x43d854===_0x531b83[_0x2a7874(0x58c)][_0x2a7874(0x484)]&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x576939,{'className':_0x2a7874(0x272)}),(0x0,_0x5ad5b4['jsxs'])(_0x2a7874(0x428),{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924['ChartEditBlockTitle'],{'title':_0x54a7a5['t'](_0x2a7874(0x263))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x2a7874(0x361)],{'className':_0x2a7874(0x34a),'value':_0x5ae7cb?String(_0x5ae7cb):'','options':_0x40a11a,'onChange':_0x50fd61=>{_0x5494e0(_0x50fd61);}})]}),_0x504e29&&(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x5ad5b4[_0x2a7874(0x463)],{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924[_0x2a7874(0x50b)],{'title':_0x54a7a5['t'](_0x2a7874(0x410))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x361)],{'className':_0x2a7874(0x34a),'value':_0x5a9bdb==null?_0x531b83[_0x2a7874(0x385)]['waterfall'][_0x2a7874(0x6be)]:_0x5a9bdb,'options':_0x15cbb5,'onChange':_0xc5cfa9=>{_0x53ed16(_0xc5cfa9);}}),(0x0,_0x5ad5b4['jsx'])(_0x2a7874(0x428),{'className':_0x2a7874(0x5aa),'children':(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x6f1)],{'checked':_0x596ec2==null?_0x531b83[_0x2a7874(0x385)][_0x2a7874(0x443)][_0x2a7874(0x168)]:_0x596ec2,'onChange':_0x22b02b=>_0x43afe9(!!_0x22b02b),'children':_0x54a7a5['t'](_0x2a7874(0x347))})})]}),_0x51f968&&!_0x417df3&&!_0x6102dc&&!_0x4ed4f8&&!_0x803b2d&&!_0x4f187c&&!_0x392cf7&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2a7874(0x428),{'className':_0x2a7874(0x5aa),'children':(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x2a7874(0x6f1)],{'checked':!!_0x2bc813,'onChange':_0x47b745=>_0x46954d(!!_0x47b745),'children':_0x54a7a5['t'](_0x2a7874(0x492))})}),_0x6102dc&&(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924[_0x2a7874(0x50b)],{'title':_0x54a7a5['t'](_0x2a7874(0x244))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x361)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x705248==null?_0x531b83[_0x2a7874(0x385)][_0x2a7874(0x627)][_0x2a7874(0x55b)]:_0x705248),'options':_0x38b00d,'onChange':_0x2060bf=>_0x8be725(Number(_0x2060bf))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2a7874(0x428),{'className':'univer-mt-2-base','children':(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd['Checkbox'],{'checked':_0xb3da==null?!0x1:_0xb3da,'onChange':_0x416e6d=>{_0x3f1394(!!_0x416e6d);},'children':_0x54a7a5['t'](_0x2a7874(0x53a))})})]}),_0x4124ce&&(0x0,_0x5ad5b4['jsxs'])(_0x2a7874(0x428),{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924['ChartEditBlockTitle'],{'title':_0x54a7a5['t'](_0x2a7874(0x606))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x361)],{'className':_0x2a7874(0x34a),'value':_0xb6bb80||'','options':_0x23a1da,'onChange':_0x412d36})]}),(0x0,_0x5ad5b4[_0x2a7874(0x449)])('div',{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924['ChartEditBlockTitle'],{'title':_0x54a7a5['t'](_0x2a7874(0x4cd))}),(0x0,_0x5ad5b4['jsx'])(_0xd6049c[_0x2a7874(0x162)],{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x16df46,'subUnitId':_0x120573,'initialValue':_0x41c34b?_0x134ae5(_0x41c34b,_0x128336):'','onChange':(_0x57affa,_0x4537d7)=>_0x43ec0f(_0x4537d7),'onFocusChange':_0x4bb6b1=>{_0x57df43||_0x10dcc2(_0x4bb6b1);},'onRangeSelectorDialogVisibleChange':_0x24af11=>{_0x24af11?(_0x25b056(!0x0),_0x10dcc2(!0x0)):_0x25b056(!0x1);}})]}),!_0x34e330&&!_0x4ed4f8&&!_0x803b2d&&!_0x4f187c&&!_0x392cf7&&(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924[_0x2a7874(0x50b)],{'title':_0x54a7a5['t'](_0x2a7874(0x27c))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x361)],{'className':_0x2a7874(0x34a),'value':typeof _0x2dd866==_0x2a7874(0x6dc)?String(_0x2dd866):'','options':_0x2ab14e||[],'onChange':_0x1257e6=>_0x47d088(Number(_0x1257e6))})]}),(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'children':[!_0x34e330&&!_0x4ed4f8&&!_0x803b2d&&!_0x4f187c&&!_0x392cf7&&(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x5ad5b4[_0x2a7874(0x463)],{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924['ChartEditBlockTitle'],{'title':_0x54a7a5['t']('sheets-chart-ui.series')}),(0x0,_0x5ad5b4['jsxs'])(_0x2a7874(0x428),{'className':_0x2a7874(0x272),'children':[_0x3d4d72==null?void 0x0:_0x3d4d72[_0x2a7874(0x437)]((_0x1e1da2,_0xf04de3)=>(0x0,_0x5ad5b4['jsxs'])(_0x2a7874(0x428),{'className':_0x2a7874(0x3d4),'children':[(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x2a7874(0x361)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x1e1da2),'options':_0x1385e1,'onChange':_0x8ac05e=>{_0x3d4d72[_0xf04de3]=Number(_0x8ac05e),_0x355397(_0x3d4d72['slice']());}}),(0x0,_0x5ad5b4['jsx'])(_0x2a7874(0x428),{'className':_0x2a7874(0x51d),'onClick':()=>_0xd74266(_0xf04de3),'children':(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2be5ee,{})})]},_0xf04de3)),_0x500ec6&&_0x1385e1&&!_0x803b2d&&!_0x4f187c&&!_0x392cf7&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x6af)],{'className':_0x2a7874(0x5b3),'items':_0x1385e1[_0x2a7874(0x437)](_0x427176=>({'type':_0x2a7874(0x333),'children':_0x427176[_0x2a7874(0x3bf)],'onSelect':()=>{const _0x238546=_0x2a7874;_0x355397([..._0x3d4d72||[],Number(_0x427176[_0x238546(0x52f)])]);}})),'children':(0x0,_0x5ad5b4['jsxs'])('a',{'className':_0x2a7874(0x36e),'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x3e4d73,{'className':_0x2a7874(0x262)}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2a7874(0x133),{'className':_0x2a7874(0x6c6),'children':_0x54a7a5['t'](_0x2a7874(0x63f))})]})})]})]}),_0x3dad81&&!_0x34e330&&!_0x4ed4f8&&!_0x803b2d&&!_0x4f187c&&!_0x392cf7&&(0x0,_0x5ad5b4['jsxs'])(_0x5ad5b4[_0x2a7874(0x463)],{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924[_0x2a7874(0x50b)],{'title':_0x54a7a5['t'](_0x2a7874(0x562))}),(0x0,_0x5ad5b4[_0x2a7874(0x449)])('div',{'className':_0x2a7874(0x272),'children':[_0x53db30==null?void 0x0:_0x53db30[_0x2a7874(0x437)]((_0x3a4662,_0x3cd3a9)=>(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'className':'univer-mb-2\x20univer-flex\x20univer-items-center','children':[(0x0,_0x5ad5b4['jsx'])(_0x2748bd['Select'],{'className':_0x2a7874(0x34a),'value':String(_0x3a4662[_0x2a7874(0x566)]),'options':_0x1385e1,'onChange':_0x5020fe=>{_0x13b943(_0x3cd3a9,Number(_0x5020fe)-0x1);}}),(0x0,_0x5ad5b4['jsx'])(_0x2a7874(0x428),{'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':()=>_0x3f65d(_0x3cd3a9),'children':(0x0,_0x5ad5b4['jsx'])(_0x2be5ee,{})})]},_0x3cd3a9)),_0x3dad81&&_0x1385e1&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd['DropdownMenu'],{'className':_0x2a7874(0x5b3),'items':_0x1385e1['map'](_0x29a41f=>({'type':_0x2a7874(0x333),'children':_0x29a41f['label'],'onSelect':()=>{const _0x241951=_0x2a7874;let _0x20405c={'seriesIndex':Number(_0x29a41f[_0x241951(0x52f)])-0x1,'type':_0x531b83[_0x241951(0x40e)][_0x241951(0x518)],'name':_0x54a7a5['t'](_0x241951(0x177))+'-'+_0x54a7a5['t'](_0x241951(0x562))+'-('+_0x29a41f[_0x241951(0x3bf)]+')'};_0x5ad044([..._0x53db30||[],_0x20405c]);}})),'children':(0x0,_0x5ad5b4[_0x2a7874(0x449)])('a',{'className':_0x2a7874(0x36e),'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x3e4d73,{'className':_0x2a7874(0x262)}),(0x0,_0x5ad5b4['jsx'])(_0x2a7874(0x133),{'className':_0x2a7874(0x6c6),'children':_0x54a7a5['t'](_0x2a7874(0x3b5))})]})})]})]}),_0x4f187c&&(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'className':'univer-mt-2','children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924['ChartEditBlockTitle'],{'title':_0x54a7a5['t']('sheets-chart-ui.visualMapScope')}),(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'className':_0x2a7874(0x32c),'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])('div',{'className':_0x2a7874(0x2a8),'children':_0x54a7a5['t'](_0x2a7874(0x5ba))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x42a)],{'value':_0x540e66==null?void 0x0:_0x540e66,'onChange':_0x412740=>{const _0x5c88ef=_0x2a7874;_0x39f250[_0x5c88ef(0x5ae)](_0x188e5d[_0x5c88ef(0x45d)],!0x1),_0x50ff49(Number[_0x5c88ef(0x238)](_0x412740)?null:Number(_0x412740));},'onFocus':()=>_0x39f250[_0x2a7874(0x5ae)](_0x188e5d[_0x2a7874(0x45d)],!0x0),'onBlur':_0x452500=>{const _0x4a19f0=_0x2a7874;_0x39f250[_0x4a19f0(0x5ae)](_0x188e5d[_0x4a19f0(0x45d)],!0x1);let _0x43c20d=_0x452500[_0x4a19f0(0x679)][_0x4a19f0(0x52f)];_0x50ff49(_0x43c20d===''?null:Number(_0x43c20d));},'onPressEnter':_0x1a1a47=>{const _0x21872d=_0x2a7874;let _0x352c2c=_0x1a1a47[_0x21872d(0x679)][_0x21872d(0x52f)];_0x50ff49(_0x352c2c===''?null:Number(_0x352c2c));}})]}),(0x0,_0x5ad5b4[_0x2a7874(0x449)])('div',{'className':_0x2a7874(0x517),'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2a7874(0x428),{'className':_0x2a7874(0x2a8),'children':_0x54a7a5['t'](_0x2a7874(0x46a))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd['InputNumber'],{'value':_0x31da92==null?void 0x0:_0x31da92,'onChange':_0x1b6d21=>{const _0x3fafc0=_0x2a7874;_0x39f250[_0x3fafc0(0x5ae)](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x1),_0x1cc376(Number[_0x3fafc0(0x238)](_0x1b6d21)?null:Number(_0x1b6d21));},'onFocus':()=>_0x39f250[_0x2a7874(0x5ae)](_0x188e5d[_0x2a7874(0x45d)],!0x0),'onBlur':_0x14f3a1=>{const _0x102a85=_0x2a7874;_0x39f250[_0x102a85(0x5ae)](_0x188e5d[_0x102a85(0x45d)],!0x1);let _0x3968e1=_0x14f3a1['target'][_0x102a85(0x52f)];_0x1cc376(_0x3968e1===''?null:Number(_0x3968e1));},'onPressEnter':_0x388847=>{const _0x3a2a90=_0x2a7874;let _0x177f59=_0x388847[_0x3a2a90(0x679)][_0x3a2a90(0x52f)];_0x1cc376(_0x177f59===''?null:Number(_0x177f59));}})]})]}),_0x34e330&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x26a92f,{}),!_0x4ed4f8&&!_0x803b2d&&!_0x4f187c&&!_0x392cf7&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])('div',{'className':_0x2a7874(0x509),'children':(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x178)],{'className':'','size':'small','onClick':()=>{const _0x366499=_0x2a7874;_0x2c09e6(_0xa41ee7===_0x531b83[_0x366499(0x2c4)]['Row']?_0x531b83['DataOrientation'][_0x366499(0x4ff)]:_0x531b83['DataOrientation'][_0x366499(0x488)]);},'children':_0x54a7a5['t'](_0x2a7874(0x66f))})}),_0x26c135&&(0x0,_0x5ad5b4[_0x2a7874(0x55e)])('div',{'className':_0x2a7874(0x509),'children':(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x6f1)],{'checked':_0x38c440,'onChange':_0x24a0e9=>{_0x5be009(!!_0x24a0e9);},'children':_0x54a7a5['t']('sheets-chart-ui.settingsLabels.useAsCategoryLabels',(_0xa41ee7||'')+'\x20'+(((_0x334ab2=_0xa41ee7===_0x531b83[_0x2a7874(0x2c4)][_0x2a7874(0x488)]?_0x41c34b==null?void 0x0:_0x41c34b[_0x2a7874(0x303)][_0x2a7874(0x35c)]['startRow']:_0x41c34b==null?void 0x0:_0x41c34b[_0x2a7874(0x303)][_0x2a7874(0x35c)][_0x2a7874(0x5a4)])==null?0x0:_0x334ab2)+0x1))})})]}),_0x509160&&(0x0,_0x5ad5b4[_0x2a7874(0x449)])(_0x2a7874(0x428),{'children':[(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x1a6924[_0x2a7874(0x50b)],{'title':_0x54a7a5['t'](_0x2a7874(0x521))}),(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2a7874(0x428),{'className':_0x2a7874(0x272),'children':(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x330)],{'value':_0x203fdc==null?_0x531b83[_0x2a7874(0x385)][_0x2a7874(0x51b)]:_0x203fdc,'onChange':_0x377183=>_0x42a409(_0x377183),'className':_0x2a7874(0x702),'children':_0x2a1d04['map'](_0x167c00=>(0x0,_0x5ad5b4[_0x2a7874(0x55e)])(_0x2748bd[_0x2a7874(0x616)],{'value':_0x167c00[_0x2a7874(0x52f)],'children':_0x167c00['label']},_0x167c00[_0x2a7874(0x52f)]))})})]})]});};function _0x46a07d(_0x5891a9){const _0x640f93=_0x1671ac;return!Number[_0x640f93(0x238)](_0x5891a9)&&Number[_0x640f93(0x318)](_0x5891a9);}let _0x5a9ee9=_0x3305e0=>{const _0x45a407=_0x1671ac;var _0x103cc3,_0x5eb001,_0x4ee5e5,_0x4f38bb,_0x256998,_0x509624,_0x19950c,_0x3cbcde,_0x469df4,_0x1a44b0;let {valueAxis:_0x3a4e88,axisOptions:_0x5d5e31,onChange:_0x499fe5,canUseDateAxis:_0x204af2}=_0x3305e0,_0x5e8402=(0x0,_0x214668['useDependency'])(_0x188e5d[_0x45a407(0x2e3)]),[_0x1d6480,_0x147e8b]=(0x0,_0x2a9a1d[_0x45a407(0x1d3)])(_0x5d5e31==null?void 0x0:_0x5d5e31[_0x45a407(0x438)]),[_0x13b13e,_0x2b86e3]=(0x0,_0x2a9a1d[_0x45a407(0x1d3)])(_0x5d5e31==null?void 0x0:_0x5d5e31[_0x45a407(0x186)]),_0x2ce049=(0x0,_0x214668[_0x45a407(0x693)])(_0x188e5d[_0x45a407(0x6b6)]),[_0x4226e0,_0xc52a1a]=_0x3d81d2('useDateAxis',!0x1),_0x47f23b=_0x4dade3=>{if(_0x4dade3!==null&&!_0x46a07d(_0x4dade3)){_0x499fe5==null||_0x499fe5({'min':null}),_0x2b86e3(null);return;}_0x4dade3==null?(_0x2b86e3(null),_0x499fe5==null||_0x499fe5({'min':null})):(_0x2b86e3(_0x4dade3),_0x1d6480!=null&&_0x4dade3>=_0x1d6480?(_0x147e8b(null),_0x499fe5==null||_0x499fe5({'min':_0x4dade3,'max':null})):_0x499fe5==null||_0x499fe5({'min':_0x4dade3}));},_0x1b0366=_0x57a3e4=>{if(_0x57a3e4!==null&&!_0x46a07d(_0x57a3e4)){_0x499fe5==null||_0x499fe5({'max':null}),_0x147e8b(null);return;}_0x57a3e4==null?(_0x147e8b(null),_0x499fe5==null||_0x499fe5({'max':null})):(_0x147e8b(_0x57a3e4),_0x13b13e!=null&&_0x57a3e4<=_0x13b13e?(_0x2b86e3(null),_0x499fe5==null||_0x499fe5({'max':_0x57a3e4,'min':null})):_0x499fe5==null||_0x499fe5({'max':_0x57a3e4}));},_0xcc5a3b=(_0x103cc3=_0x5d5e31==null||(_0x5eb001=_0x5d5e31[_0x45a407(0x3bf)])==null?void 0x0:_0x5eb001[_0x45a407(0x252)])==null?_0x4226e0?_0x531b83['defaultChartConfig'][_0x45a407(0x195)][_0x45a407(0x24e)]:0x0:_0x103cc3;return(0x0,_0x5ad5b4[_0x45a407(0x449)])(_0x45a407(0x29a),{'children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x45a407(0x2a8),'children':_0x5e8402['t'](_0x45a407(0x44c))}),(0x0,_0x5ad5b4[_0x45a407(0x449)])('div',{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x45a407(0x428),{'className':_0x45a407(0x32c),'children':(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x2748bd[_0x45a407(0x6f1)],{'checked':(_0x4ee5e5=_0x5d5e31==null||(_0x4f38bb=_0x5d5e31[_0x45a407(0x3bf)])==null?void 0x0:_0x4f38bb['visible'])==null?_0x531b83['defaultChartConfig']['axis']['labelVisible']:_0x4ee5e5,'onChange':_0x286997=>_0x499fe5==null?void 0x0:_0x499fe5({'label':{'visible':!!_0x286997}}),'children':_0x5e8402['t'](_0x45a407(0x4c7))})}),!_0x3a4e88&&(0x0,_0x5ad5b4['jsxs'])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x2748bd[_0x45a407(0x6f1)],{'checked':(_0x256998=_0x5d5e31==null?void 0x0:_0x5d5e31[_0x45a407(0x130)])==null?_0x531b83[_0x45a407(0x385)][_0x45a407(0x195)][_0x45a407(0x130)]:_0x256998,'onChange':_0xb7ef00=>_0x499fe5==null?void 0x0:_0x499fe5({'reverse':!!_0xb7ef00}),'children':_0x5e8402['t'](_0x45a407(0x27a))}),'\x20']})]}),(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x2748bd[_0x45a407(0x6f1)],{'className':_0x45a407(0x272),'checked':(_0x509624=_0x5d5e31==null?void 0x0:_0x5d5e31[_0x45a407(0x583)])==null?!0x1:_0x509624,'onChange':_0x222f8e=>_0x499fe5==null?void 0x0:_0x499fe5({'lineVisible':!!_0x222f8e}),'children':_0x5e8402['t']('sheets-chart-ui.styleEditPanel.showAxisLine')}),(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x45a407(0x428),{'className':_0x45a407(0x6f2),'children':(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x1a6924[_0x45a407(0x231)],{'className':_0x45a407(0x272),..._0x5d5e31==null?void 0x0:_0x5d5e31[_0x45a407(0x3bf)],'fontSize':(_0x19950c=_0x5d5e31==null||(_0x3cbcde=_0x5d5e31['label'])==null?void 0x0:_0x3cbcde[_0x45a407(0x614)])==null?_0x531b83[_0x45a407(0x385)][_0x45a407(0x2f3)][_0x45a407(0x614)]:_0x19950c,'color':(_0x469df4=_0x5d5e31==null||(_0x1a44b0=_0x5d5e31[_0x45a407(0x3bf)])==null?void 0x0:_0x1a44b0[_0x45a407(0x493)])==null?_0x531b83['defaultChartConfig'][_0x45a407(0x2f3)][_0x45a407(0x493)]:_0x469df4,'onChange':(_0x42bb81,_0x1ae82c)=>_0x499fe5==null?void 0x0:_0x499fe5({'label':{[_0x42bb81]:_0x1ae82c}})})}),_0x204af2&&(0x0,_0x5ad5b4[_0x45a407(0x55e)])('div',{'className':_0x45a407(0x6f2),'children':(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x2748bd[_0x45a407(0x6f1)],{'checked':!!_0x4226e0,'onChange':_0x59473d=>_0xc52a1a==null?void 0x0:_0xc52a1a(!!_0x59473d),'children':(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x45a407(0x5f2)],{'title':_0x5e8402['t'](_0x45a407(0x377)),'children':(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x45a407(0x133),{'children':_0x5e8402['t'](_0x45a407(0x1ff))})})})}),(0x0,_0x5ad5b4[_0x45a407(0x449)])(_0x45a407(0x428),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x45a407(0x428),{'className':_0x45a407(0x2a8),'children':_0x5e8402['t'](_0x45a407(0x677))}),(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x2748bd[_0x45a407(0x361)],{'className':_0x45a407(0x426),'value':String(_0xcc5a3b),'onChange':_0x4fd005=>_0x499fe5==null?void 0x0:_0x499fe5({'label':{'rotate':Number(_0x4fd005)}}),'options':_0x3ec6ec})]}),_0x3a4e88&&(0x0,_0x5ad5b4[_0x45a407(0x449)])(_0x45a407(0x428),{'className':_0x45a407(0x6f2),'children':[(0x0,_0x5ad5b4['jsxs'])(_0x45a407(0x428),{'className':_0x45a407(0x32c),'children':[(0x0,_0x5ad5b4[_0x45a407(0x55e)])('div',{'className':_0x45a407(0x2a8),'children':_0x5e8402['t'](_0x45a407(0x5ba))}),(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x2748bd['InputNumber'],{'value':_0x13b13e,'onChange':_0x159824=>{const _0x69fa2=_0x45a407;_0x2b86e3(_0x159824),_0x2ce049[_0x69fa2(0x5ae)](_0x188e5d[_0x69fa2(0x45d)],!0x1),_0x47f23b(Number[_0x69fa2(0x238)](_0x159824)?null:Number(_0x159824));},'onFocus':()=>_0x2ce049['setContextValue'](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x2c944e=>{const _0x449008=_0x45a407;_0x2ce049[_0x449008(0x5ae)](_0x188e5d[_0x449008(0x45d)],!0x1);let _0x59ec05=_0x2c944e[_0x449008(0x679)][_0x449008(0x52f)];_0x47f23b(_0x59ec05===''?null:Number(_0x59ec05));},'onPressEnter':_0x32a115=>{const _0x5d46ef=_0x45a407;let _0x3f4910=_0x32a115[_0x5d46ef(0x679)]['value'];_0x47f23b(_0x3f4910===''?null:Number(_0x3f4910));}})]}),(0x0,_0x5ad5b4[_0x45a407(0x449)])(_0x45a407(0x428),{'className':_0x45a407(0x32c),'children':[(0x0,_0x5ad5b4[_0x45a407(0x55e)])(_0x45a407(0x428),{'className':_0x45a407(0x2a8),'children':_0x5e8402['t'](_0x45a407(0x46a))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x45a407(0x42a)],{'value':_0x1d6480,'onChange':_0x3d7e0f=>{const _0x114892=_0x45a407;_0x147e8b(_0x3d7e0f),_0x2ce049[_0x114892(0x5ae)](_0x188e5d[_0x114892(0x45d)],!0x1),_0x1b0366(Number[_0x114892(0x238)](_0x3d7e0f)?null:Number(_0x3d7e0f));},'onFocus':()=>_0x2ce049['setContextValue'](_0x188e5d[_0x45a407(0x45d)],!0x0),'onBlur':_0x4851fa=>{const _0x95f59a=_0x45a407;_0x2ce049['setContextValue'](_0x188e5d[_0x95f59a(0x45d)],!0x1);let _0x4096b3=_0x4851fa['target'][_0x95f59a(0x52f)];_0x1b0366(_0x4096b3===''?null:Number(_0x4096b3));},'onPressEnter':_0xba04cc=>{const _0x4a223d=_0x45a407;let _0x45494d=_0xba04cc[_0x4a223d(0x679)]['value'];_0x1b0366(_0x45494d===''?null:Number(_0x45494d));}})]})]})]});},_0x49411c=_0x87d1bf=>{const _0x3c8766=_0x1671ac;var _0x2a9bd7,_0x370a7e,_0x2d9799,_0x138e5d;let {runtimeAxes:_0x58754,className:_0x2d3908}=_0x87d1bf,_0x20c510=(0x0,_0x214668['useDependency'])(_0x188e5d[_0x3c8766(0x2e3)]),_0x251603=(0x0,_0x2a9a1d[_0x3c8766(0x2b4)])(()=>_0x459809[_0x3c8766(0x42d)](_0x181e0a=>{const _0x53a6e0=_0x3c8766;let _0x43195a=_0x58754==null?void 0x0:_0x58754[_0x53a6e0(0x1c6)](_0x970d6=>_0x970d6['position']===_0x531b83[_0x53a6e0(0x1bd)]['Right']);return _0x181e0a[_0x53a6e0(0x52f)]===_0x53a6e0(0x25a)?_0x43195a:!0x0;}),[_0x58754])['map'](_0x52792c=>({..._0x52792c,'label':_0x20c510['t'](_0x52792c['label'])})),_0x1cb055=(0x0,_0x2a9a1d[_0x3c8766(0x2b4)])(()=>_0x58754==null?void 0x0:_0x58754[_0x3c8766(0x58b)](_0x156ddd=>_0x156ddd[_0x3c8766(0x5a6)]===_0x531b83[_0x3c8766(0x161)][_0x3c8766(0x585)]),[_0x58754]),[_0x1a6b01,_0x4149e9]=(0x0,_0x2a9a1d[_0x3c8766(0x1d3)])(_0x459809[0x0][_0x3c8766(0x52f)]),[_0x58de59,_0x1c17ec]=_0x3d81d2(_0x3c8766(0x5c9)),[_0x458deb,_0x21f8e8]=_0x3d81d2(_0x3c8766(0x2ad)),[_0x132e1d,_0x30b20a]=_0x3d81d2(_0x3c8766(0x3a3)),_0x50238c={'xAxis':_0x58de59,'yAxis':_0x458deb,'rightYAxis':_0x132e1d}[_0x1a6b01],_0x50998e={'xAxis':_0x1c17ec,'yAxis':_0x21f8e8,'rightYAxis':_0x30b20a}[_0x1a6b01],_0x35385a={'xAxis':_0x3c8766(0x668),'yAxis':_0x3c8766(0x44d),'rightYAxis':_0x3c8766(0x2c3)}[_0x1a6b01],_0x5721d3=_0x50238c==null?void 0x0:_0x50238c['tick'],_0xe41d1=_0x50238c==null?void 0x0:_0x50238c[_0x3c8766(0x511)],_0x1c5d48=(0x0,_0x2a9a1d['useCallback'])(_0x16f7df=>{_0x50998e==null||_0x50998e({'gridLine':_0x16f7df});},[_0x50998e]),{visible:_0x38e6b2,color:_0x42dd59,width:_0x7faab}=_0xe41d1==null?{}:_0xe41d1,_0x584a64=_0x38e6b2==null?(_0x1cb055==null?void 0x0:_0x1cb055[_0x3c8766(0x3dd)])===_0x35385a:_0x38e6b2,_0x1a4419=_0x156f51[_0x3c8766(0x437)](_0x172456=>({..._0x172456,'label':_0x20c510['t'](_0x172456[_0x3c8766(0x3bf)])})),_0x3e9c85=(0x0,_0x2a9a1d[_0x3c8766(0x2b4)])(()=>[{..._0x13a2ce,'label':_0x20c510['t'](_0x13a2ce[_0x3c8766(0x3bf)])},..._0x56d988],[_0x20c510]),_0x2f4069=(0x0,_0x2a9a1d[_0x3c8766(0x2b4)])(()=>[{..._0x13a2ce,'label':_0x20c510['t'](_0x13a2ce['label'])},..._0x510b06],[_0x20c510]);return(0x0,_0x5ad5b4[_0x3c8766(0x449)])(_0x3c8766(0x428),{'className':_0x2d3908,'children':[(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x3c8766(0x361)],{'className':_0x3c8766(0x34a),'options':_0x251603,'value':_0x1a6b01,'onChange':_0x4149e9})}),(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'className':_0x3c8766(0x6f2),'children':(0x0,_0x5ad5b4['jsx'])(_0x3c8766(0x428),{'className':_0x3c8766(0x32c),'children':(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x2748bd[_0x3c8766(0x6f1)],{'checked':_0x584a64,'onChange':_0x4a47be=>_0x1c5d48==null?void 0x0:_0x1c5d48({'visible':!!_0x4a47be}),'children':_0x20c510['t'](_0x3c8766(0x2ce))})})}),_0x584a64&&(0x0,_0x5ad5b4[_0x3c8766(0x449)])('div',{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x5ad5b4[_0x3c8766(0x449)])('div',{'className':_0x3c8766(0x32c),'children':[(0x0,_0x5ad5b4['jsxs'])(_0x3c8766(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x20c510['t'](_0x3c8766(0x4f2)),_0x20c510['t'](_0x3c8766(0x4c4))]}),(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x1a6924[_0x3c8766(0x2c2)],{'color':_0x42dd59,'onChange':_0x170f6f=>_0x1c5d48==null?void 0x0:_0x1c5d48({'color':_0x170f6f==null?void 0x0:_0x170f6f})})]}),(0x0,_0x5ad5b4[_0x3c8766(0x449)])(_0x3c8766(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x20c510['t'](_0x3c8766(0x6ac),_0x20c510['t'](_0x3c8766(0x4f2)))}),(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x2748bd[_0x3c8766(0x361)],{'className':_0x3c8766(0x34a),'value':String(_0x7faab==null?'':_0x7faab),'onChange':_0x20fda5=>_0x1c5d48==null?void 0x0:_0x1c5d48({'width':Number(_0x20fda5)}),'options':_0x3906a7})]})]}),(0x0,_0x5ad5b4[_0x3c8766(0x449)])('div',{'children':[(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'children':(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x2748bd[_0x3c8766(0x6f1)],{'checked':_0x5721d3==null?void 0x0:_0x5721d3['visible'],'onChange':_0x42caa5=>_0x50998e==null?void 0x0:_0x50998e({'tick':{'visible':!!_0x42caa5}}),'children':_0x20c510['t'](_0x3c8766(0x622))})}),(0x0,_0x5ad5b4['jsxs'])(_0x3c8766(0x428),{'children':[(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x3c8766(0x6f2),'children':[(0x0,_0x5ad5b4['jsxs'])(_0x3c8766(0x428),{'className':_0x3c8766(0x32c),'children':[(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x20c510['t'](_0x3c8766(0x3c0))}),(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x2748bd['Select'],{'className':_0x3c8766(0x34a),'value':(_0x2a9bd7=_0x5721d3==null?void 0x0:_0x5721d3['position'])==null?_0x531b83[_0x3c8766(0x3b0)]['Outside']:_0x2a9bd7,'options':_0x1a4419,'onChange':_0x28b7f2=>_0x50998e==null?void 0x0:_0x50998e({'tick':{'position':_0x28b7f2}})})]}),(0x0,_0x5ad5b4[_0x3c8766(0x449)])(_0x3c8766(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4['jsx'])(_0x3c8766(0x428),{'className':_0x3c8766(0x2a8),'children':_0x20c510['t'](_0x3c8766(0x5fd))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x3c8766(0x361)],{'className':_0x3c8766(0x34a),'value':String((_0x370a7e=_0x5721d3==null?void 0x0:_0x5721d3['length'])==null?_0x13a2ce[_0x3c8766(0x52f)]:_0x370a7e),'options':_0x3e9c85,'onChange':_0x972af0=>_0x50998e==null?void 0x0:_0x50998e({'tick':{'length':_0x972af0===_0x13a2ce['value']?void 0x0:Number(_0x972af0)}})})]})]}),(0x0,_0x5ad5b4['jsxs'])(_0x3c8766(0x428),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x5ad5b4[_0x3c8766(0x449)])(_0x3c8766(0x428),{'className':_0x3c8766(0x32c),'children':[(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'className':_0x3c8766(0x2a8),'children':_0x20c510['t'](_0x3c8766(0x6ac),_0x20c510['t'](_0x3c8766(0x3d1)))}),(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x2748bd[_0x3c8766(0x361)],{'className':_0x3c8766(0x34a),'value':String((_0x2d9799=_0x5721d3==null?void 0x0:_0x5721d3[_0x3c8766(0x5de)])==null?_0x13a2ce[_0x3c8766(0x52f)]:_0x2d9799),'options':_0x2f4069,'onChange':_0x6141b2=>_0x50998e==null?void 0x0:_0x50998e({'tick':{'lineWidth':_0x6141b2===_0x13a2ce[_0x3c8766(0x52f)]?void 0x0:Number(_0x6141b2)}})})]}),(0x0,_0x5ad5b4[_0x3c8766(0x449)])(_0x3c8766(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x3c8766(0x428),{'className':_0x3c8766(0x2a8),'children':_0x20c510['t'](_0x3c8766(0x4e2),_0x20c510['t'](_0x3c8766(0x3d1)))}),(0x0,_0x5ad5b4[_0x3c8766(0x55e)])(_0x1a6924['ColorPickerControl'],{'color':(_0x138e5d=_0x5721d3==null?void 0x0:_0x5721d3[_0x3c8766(0x432)])==null?'':_0x138e5d,'onChange':_0x36e498=>_0x50998e==null?void 0x0:_0x50998e({'tick':{'lineColor':_0x36e498==null?void 0x0:_0x36e498}})})]})]})]})]})]});},_0x317e1c=_0x2b370f=>{const _0x5e9604=_0x1671ac;let {onChange:_0x52bc69,indicatorLabelColor:_0x1a5ef5,indicatorLineType:_0x88f4fc,indicatorLabelTextColor:_0x2a3c20,indicatorLineColor:_0x1ca7fd}=_0x2b370f,_0xe047f6=(0x0,_0x214668['useDependency'])(_0x188e5d['LocaleService']),_0x52dd40=_0x51636b['map'](_0x5fc6c0=>({..._0x5fc6c0,'label':_0xe047f6['t'](_0x5fc6c0[_0x5e9604(0x3bf)])}));return(0x0,_0x5ad5b4['jsxs'])(_0x5ad5b4[_0x5e9604(0x463)],{'children':[(0x0,_0x5ad5b4[_0x5e9604(0x449)])(_0x5e9604(0x428),{'className':_0x5e9604(0x391),'children':[(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x5e9604(0x32c),'children':[(0x0,_0x5ad5b4[_0x5e9604(0x55e)])(_0x5e9604(0x428),{'className':_0x5e9604(0x2a8),'children':_0xe047f6['t']('sheets-chart-ui.indicatorLineType')}),(0x0,_0x5ad5b4[_0x5e9604(0x55e)])(_0x2748bd[_0x5e9604(0x361)],{'className':_0x5e9604(0x34a),'value':_0x88f4fc,'options':_0x52dd40,'onChange':_0x10fb65=>{_0x52bc69==null||_0x52bc69({'indicatorLineType':_0x10fb65});}})]}),(0x0,_0x5ad5b4[_0x5e9604(0x449)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x5e9604(0x55e)])(_0x5e9604(0x428),{'className':_0x5e9604(0x2a8),'children':_0xe047f6['t'](_0x5e9604(0x3d5))}),(0x0,_0x5ad5b4[_0x5e9604(0x55e)])(_0x1a6924['ColorPickerControl'],{'color':_0x1ca7fd,'onChange':_0x111207=>{_0x52bc69==null||_0x52bc69({'indicatorLineColor':_0x111207});}})]})]}),(0x0,_0x5ad5b4['jsxs'])(_0x5e9604(0x428),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x5ad5b4[_0x5e9604(0x449)])(_0x5e9604(0x428),{'className':_0x5e9604(0x32c),'children':[(0x0,_0x5ad5b4['jsx'])(_0x5e9604(0x428),{'className':_0x5e9604(0x2a8),'children':_0xe047f6['t'](_0x5e9604(0x321))}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924[_0x5e9604(0x2c2)],{'color':_0x1a5ef5,'onChange':_0x4fd544=>{_0x52bc69==null||_0x52bc69({'indicatorLabelColor':_0x4fd544});}})]}),(0x0,_0x5ad5b4[_0x5e9604(0x449)])('div',{'className':_0x5e9604(0x32c),'children':[(0x0,_0x5ad5b4[_0x5e9604(0x55e)])(_0x5e9604(0x428),{'className':_0x5e9604(0x2a8),'children':_0xe047f6['t']('sheets-chart-ui.indicatorValue')}),(0x0,_0x5ad5b4[_0x5e9604(0x55e)])(_0x1a6924['ColorPickerControl'],{'color':_0x2a3c20,'onChange':_0x37d11b=>{_0x52bc69==null||_0x52bc69({'indicatorLabelTextColor':_0x37d11b});}})]})]})]});},_0x16002c=new Set([_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x30b)],_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x16c)],_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x150)],_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x514)],_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x375)]]),_0x2112d5=_0x207677=>{const _0x3fcfea=_0x1671ac;var _0x5665e4,_0x254fab;let {fallbackLabelStyle:_0x1461c6,labelStyle:_0x667234,positionOptions:_0x5d2449,contentTypeOptions:_0x3901b4,onLabelStyleChange:_0x3c1cc2,onVisibleChange:_0x3901f1,onPadAngleChange:_0x2d19e1,isPieLike:_0xfd1728,padAngleStyle:_0x46ee7a,onHalfPieChange:_0x4e2209,isHalfPie:_0x1273a1,onRosePieChange:_0x582ce4,isRosePie:_0x143fcd,onShowLabelLineChange:_0x167def,showLabelLine:_0x21e9e5,chartType:_0x2d214e}=_0x207677,_0x48d0f6=(0x0,_0x214668['useDependency'])(_0x188e5d[_0x3fcfea(0x2e3)]),_0x4194cf={..._0x1461c6,..._0x667234},{contentType:_0x297042}=_0x4194cf,_0x2de1bc=(0x0,_0x2a9a1d[_0x3fcfea(0x2b4)])(()=>{const _0x4d8e16=_0x3fcfea;if(!_0x297042)return[];let _0x5ee914=_0x48f0f5[_0x4d8e16(0x42d)](_0x4cc066=>_0x531b83[_0x4d8e16(0x39f)][_0x4d8e16(0x470)](_0x297042,_0x4cc066)),_0x4fc392=[];for(let _0x1ec7de of _0x5ee914)_0x1ec7de===_0x531b83[_0x4d8e16(0x3dc)]['Percentage']?_0x16002c[_0x4d8e16(0x470)](_0x2d214e)&&_0x4fc392['push'](_0x1ec7de):_0x4fc392[_0x4d8e16(0x507)](_0x1ec7de);return _0x4fc392['map'](_0xb0994=>String(_0xb0994));},[_0x297042]),_0x159f86=(0x0,_0x2a9a1d[_0x3fcfea(0x1e4)])(_0xfe5767=>{const _0x1d6a95=_0x3fcfea;let _0x1cd951=_0xfe5767[_0x1d6a95(0x437)](_0x336d43=>Number(_0x336d43));if(_0x1cd951[_0x1d6a95(0x424)]<=0x0)return;let _0x11f553=_0x1cd951[_0x1d6a95(0x424)]>0x0?_0x1cd951[_0x1d6a95(0x393)]((_0x4c9713,_0x561ffb)=>_0x4c9713|_0x561ffb):_0x531b83['LabelContentType'][_0x1d6a95(0x436)];_0x3c1cc2==null||_0x3c1cc2(_0x1d6a95(0x5cd),_0x11f553);},[_0x3c1cc2]);return(0x0,_0x5ad5b4[_0x3fcfea(0x449)])(_0x3fcfea(0x428),{'children':[(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':_0x3fcfea(0x2a8),'children':(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x2748bd[_0x3fcfea(0x6f1)],{'checked':(_0x5665e4=_0x4194cf[_0x3fcfea(0x194)])==null?!0x1:_0x5665e4,'onChange':_0x279ca5=>{_0x3901f1==null||_0x3901f1(!!_0x279ca5);},'children':_0x48d0f6['t'](_0x3fcfea(0x4e6))})}),_0xfd1728&&(0x0,_0x5ad5b4[_0x3fcfea(0x449)])(_0x5ad5b4[_0x3fcfea(0x463)],{'children':[(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':_0x3fcfea(0x2a8),'children':(0x0,_0x5ad5b4['jsx'])(_0x2748bd['Checkbox'],{'checked':_0x46ee7a==null?!0x1:_0x46ee7a,'onChange':_0x4656c0=>{_0x2d19e1==null||_0x2d19e1(!!_0x4656c0);},'children':_0x48d0f6['t'](_0x3fcfea(0x61e))})}),(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x2748bd[_0x3fcfea(0x6f1)],{'checked':_0x1273a1==null?!0x1:_0x1273a1,'onChange':_0x14a169=>{_0x4e2209==null||_0x4e2209(!!_0x14a169);},'children':_0x48d0f6['t']('sheets-chart-ui.styleEditPanel.halfPie')})}),(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x2748bd[_0x3fcfea(0x6f1)],{'checked':_0x143fcd==null?!0x1:_0x143fcd,'onChange':_0x30340e=>{_0x582ce4==null||_0x582ce4(!!_0x30340e);},'children':_0x48d0f6['t']('sheets-chart-ui.styleEditPanel.rosePie')})}),_0x4194cf[_0x3fcfea(0x194)]===!0x0&&(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':_0x3fcfea(0x2a8),'children':(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x2748bd['Checkbox'],{'checked':_0x21e9e5==null?!0x1:_0x21e9e5,'onChange':_0x3c536e=>{_0x167def==null||_0x167def(!!_0x3c536e);},'children':_0x48d0f6['t']('sheets-chart-ui.styleEditPanel.showLabelLine')})})]}),_0x4194cf['visible']&&(0x0,_0x5ad5b4[_0x3fcfea(0x449)])(_0x3fcfea(0x428),{'className':_0x3fcfea(0x3bd),'children':[(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])('div',{'className':_0x3fcfea(0x2a8),'children':_0x48d0f6['t'](_0x3fcfea(0x14f))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x3fcfea(0x361)],{'className':_0x3fcfea(0x34a),'value':(_0x254fab=_0x4194cf['position'])==null?'':_0x254fab,'onChange':_0x618aba=>_0x3c1cc2==null?void 0x0:_0x3c1cc2(_0x3fcfea(0x3dd),_0x618aba),'options':_0x5d2449}),_0x3901b4&&(0x0,_0x5ad5b4[_0x3fcfea(0x449)])(_0x5ad5b4[_0x3fcfea(0x463)],{'children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x48d0f6['t'](_0x3fcfea(0x536))}),(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':_0x3fcfea(0x281),'children':(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x2748bd['MultipleSelect'],{'className':'univer-w-full','value':_0x2de1bc,'options':_0x3901b4,'onChange':_0x159f86})})]}),(0x0,_0x5ad5b4[_0x3fcfea(0x449)])(_0x3fcfea(0x428),{'children':[(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x3fcfea(0x428),{'className':_0x3fcfea(0x2a8),'children':_0x48d0f6['t'](_0x3fcfea(0x698))}),(0x0,_0x5ad5b4[_0x3fcfea(0x55e)])(_0x1a6924[_0x3fcfea(0x231)],{..._0x4194cf,'onChange':_0x3c1cc2})]})]})]});},_0x2ec745=_0x539093=>{const _0x51b70f=_0x1671ac;var _0x5e2ce0,_0x2790af;let {seriesStyle:_0x89233c,onSeriesStyleChange:_0x5af729,controlName:_0x46ff27,allSeriesStyle:_0x5f1c57,chartType:_0x5bf6f2}=_0x539093,_0x446844=(0x0,_0x214668['useDependency'])(_0x188e5d['LocaleService']),_0x2dceaf=_0x5bf6f2===_0x531b83[_0x51b70f(0x58c)][_0x51b70f(0x484)]?_0x531b83[_0x51b70f(0x385)][_0x51b70f(0x4c6)][_0x51b70f(0x54a)]:_0x531b83[_0x51b70f(0x385)][_0x51b70f(0x15d)][_0x51b70f(0x52c)];return(0x0,_0x5ad5b4[_0x51b70f(0x449)])(_0x51b70f(0x428),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x51b70f(0x32c),'children':[(0x0,_0x5ad5b4[_0x51b70f(0x55e)])('div',{'className':_0x51b70f(0x2a8),'children':_0x446844['t'](_0x51b70f(0x4e2),_0x46ff27)}),(0x0,_0x5ad5b4[_0x51b70f(0x55e)])(_0x1a6924[_0x51b70f(0x2c2)],{'color':(_0x89233c==null?void 0x0:_0x89233c['color'])||(_0x5f1c57==null?void 0x0:_0x5f1c57[_0x51b70f(0x493)])||'','onChange':_0x11a7ae=>_0x5af729==null?void 0x0:_0x5af729({'color':_0x11a7ae})})]}),(0x0,_0x5ad5b4[_0x51b70f(0x449)])(_0x51b70f(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x51b70f(0x55e)])(_0x51b70f(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x446844['t']('sheets-chart-ui.withOpacity',_0x46ff27)}),(0x0,_0x5ad5b4[_0x51b70f(0x55e)])(_0x2748bd[_0x51b70f(0x361)],{'className':_0x51b70f(0x34a),'value':String((_0x5e2ce0=(_0x2790af=_0x89233c==null?void 0x0:_0x89233c[_0x51b70f(0x3b2)])==null?_0x5f1c57==null?void 0x0:_0x5f1c57[_0x51b70f(0x3b2)]:_0x2790af)==null?_0x2dceaf:_0x5e2ce0),'options':_0xcb90ed,'onChange':_0x1b37bf=>_0x5af729==null?void 0x0:_0x5af729({'fillOpacity':Number(_0x1b37bf)})})]})]});},_0x2ffeda=_0x49f485=>{const _0x1e651f=_0x1671ac;var _0x1909ec,_0x5dacc1,_0xa41f65,_0x194ccc;let {borderStyle:_0x5ef2fc,onSeriesStyleChange:_0x59936a,controlName:_0x46cfeb,hideBorder:_0x23edec,allSeriesBorderStyle:_0xfd30e7,isLineOrAreaChart:_0x58614b}=_0x49f485,_0x27ff66=(0x0,_0x214668[_0x1e651f(0x693)])(_0x188e5d['LocaleService']),_0x3a4ef0=_0x51636b['map'](_0x2fa587=>({..._0x2fa587,'label':_0x27ff66['t'](_0x2fa587['label'])})),_0x42f016=_0x58614b?_0x382520[_0x1e651f(0x337)](0x1):_0x382520;return(0x0,_0x5ad5b4[_0x1e651f(0x449)])(_0x5ad5b4[_0x1e651f(0x463)],{'children':[_0x23edec&&(0x0,_0x5ad5b4['jsxs'])(_0x1e651f(0x428),{'className':_0x1e651f(0x391),'children':[(0x0,_0x5ad5b4[_0x1e651f(0x449)])(_0x1e651f(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x1e651f(0x55e)])(_0x1e651f(0x428),{'className':_0x1e651f(0x2a8),'children':_0x27ff66['t'](_0x1e651f(0x4e2),_0x46cfeb)}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924[_0x1e651f(0x2c2)],{'color':(_0x1909ec=_0x5ef2fc==null?void 0x0:_0x5ef2fc['color'])==null?_0xfd30e7==null?void 0x0:_0xfd30e7['color']:_0x1909ec,'onChange':_0xd31695=>_0x59936a==null?void 0x0:_0x59936a({'border':{'color':_0xd31695}})})]}),(0x0,_0x5ad5b4[_0x1e651f(0x449)])(_0x1e651f(0x428),{'className':_0x1e651f(0x32c),'children':[(0x0,_0x5ad5b4[_0x1e651f(0x55e)])(_0x1e651f(0x428),{'className':_0x1e651f(0x2a8),'children':_0x27ff66['t']('sheets-chart-ui.withOpacity',_0x46cfeb)}),(0x0,_0x5ad5b4[_0x1e651f(0x55e)])(_0x2748bd[_0x1e651f(0x361)],{'className':_0x1e651f(0x34a),'value':String((_0x5dacc1=_0x5ef2fc==null?void 0x0:_0x5ef2fc[_0x1e651f(0x52c)])==null?_0xfd30e7==null?void 0x0:_0xfd30e7[_0x1e651f(0x52c)]:_0x5dacc1),'options':_0xcb90ed,'onChange':_0x20a25e=>_0x59936a==null?void 0x0:_0x59936a({'border':{'opacity':Number(_0x20a25e)}})})]})]}),(0x0,_0x5ad5b4[_0x1e651f(0x449)])(_0x1e651f(0x428),{'className':_0x1e651f(0x391),'children':[(0x0,_0x5ad5b4[_0x1e651f(0x449)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4['jsx'])(_0x1e651f(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x27ff66['t'](_0x1e651f(0x672),_0x46cfeb)}),(0x0,_0x5ad5b4[_0x1e651f(0x55e)])(_0x2748bd['Select'],{'className':'univer-w-full\x20!univer-min-w-0','value':(_0xa41f65=_0x5ef2fc==null?void 0x0:_0x5ef2fc['dashType'])==null?_0xfd30e7==null?void 0x0:_0xfd30e7[_0x1e651f(0x45b)]:_0xa41f65,'options':_0x3a4ef0,'onChange':_0x218064=>_0x59936a==null?void 0x0:_0x59936a({'border':{'dashType':_0x218064}})})]}),(0x0,_0x5ad5b4[_0x1e651f(0x449)])('div',{'className':_0x1e651f(0x32c),'children':[(0x0,_0x5ad5b4[_0x1e651f(0x55e)])(_0x1e651f(0x428),{'className':_0x1e651f(0x2a8),'children':_0x27ff66['t'](_0x1e651f(0x6ac),_0x46cfeb)}),(0x0,_0x5ad5b4[_0x1e651f(0x55e)])(_0x2748bd[_0x1e651f(0x361)],{'className':_0x1e651f(0x34a),'value':String((_0x194ccc=_0x5ef2fc==null?void 0x0:_0x5ef2fc[_0x1e651f(0x568)])==null?_0xfd30e7==null?void 0x0:_0xfd30e7[_0x1e651f(0x568)]:_0x194ccc),'options':_0x42f016,'onChange':_0x54e741=>_0x59936a==null?void 0x0:_0x59936a({'border':{'width':Number(_0x54e741)}})})]})]})]});},_0x150e42=_0x5812a8=>{const _0x4e5201=_0x1671ac;let {pointStyle:_0x14b757,controls:_0x25954b,onChange:_0x226c23}=_0x5812a8,_0xfd1bd0=(0x0,_0x214668[_0x4e5201(0x693)])(_0x188e5d[_0x4e5201(0x2e3)]),_0x3785f0=_0x5b59d2[_0x4e5201(0x437)](_0x937d8e=>({..._0x937d8e,'label':_0xfd1bd0['t'](_0x937d8e['label'])})),_0x21f3e2=_0x1b0ddf,_0x3097e4=_0x25954b[_0x4e5201(0x437)](_0x3f6dbd=>{const _0x2ee145=_0x4e5201;switch(_0x3f6dbd){case _0x2ee145(0x349):return(0x0,_0x5ad5b4[_0x2ee145(0x449)])(_0x2ee145(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x2ee145(0x55e)])(_0x2ee145(0x428),{'className':_0x2ee145(0x2a8),'children':_0xfd1bd0['t'](_0x2ee145(0x21d),_0xfd1bd0['t'](_0x2ee145(0x54b)))}),(0x0,_0x5ad5b4[_0x2ee145(0x55e)])(_0x2748bd['Select'],{'className':_0x2ee145(0x34a),'value':String(_0x14b757['shape']),'options':_0x3785f0,'onChange':_0x2e7194=>_0x226c23==null?void 0x0:_0x226c23(_0x2ee145(0x349),_0x2e7194)})]},_0x3f6dbd);case _0x2ee145(0x197):return(0x0,_0x5ad5b4[_0x2ee145(0x449)])('div',{'className':_0x2ee145(0x32c),'children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x2ee145(0x2a8),'children':_0xfd1bd0['t'](_0x2ee145(0x296),_0xfd1bd0['t']('sheets-chart-ui.dataPoint'))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x2ee145(0x361)],{'className':_0x2ee145(0x34a),'value':String(_0x14b757[_0x2ee145(0x197)]),'options':_0x21f3e2,'onChange':_0xda7fe5=>_0x226c23==null?void 0x0:_0x226c23('size',Number(_0xda7fe5))})]},_0x3f6dbd);case _0x2ee145(0x493):return(0x0,_0x5ad5b4[_0x2ee145(0x449)])(_0x2ee145(0x428),{'className':_0x2ee145(0x32c),'children':[(0x0,_0x5ad5b4[_0x2ee145(0x55e)])('div',{'className':_0x2ee145(0x2a8),'children':_0xfd1bd0['t'](_0x2ee145(0x4e2),_0xfd1bd0['t'](_0x2ee145(0x201)))}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924['ColorPickerControl'],{'color':_0x14b757[_0x2ee145(0x493)],'onChange':_0x24f37f=>_0x226c23==null?void 0x0:_0x226c23(_0x2ee145(0x493),_0x24f37f)})]},_0x3f6dbd);}return null;}),_0x413765=[];for(let _0x537142=0x0;_0x537142<_0x3097e4[_0x4e5201(0x424)];_0x537142+=0x2)_0x413765[_0x4e5201(0x507)]((0x0,_0x5ad5b4[_0x4e5201(0x449)])('div',{'className':_0x4e5201(0x391),'children':[_0x3097e4[_0x537142],_0x537142+0x1<_0x3097e4[_0x4e5201(0x424)]?_0x3097e4[_0x537142+0x1]:(0x0,_0x5ad5b4[_0x4e5201(0x55e)])(_0x4e5201(0x428),{'className':_0x4e5201(0x32c)})]},_0x537142));return(0x0,_0x5ad5b4['jsx'])(_0x5ad5b4['Fragment'],{'children':[..._0x413765]});},_0x4ff118=_0x3c854a=>{const _0x4bf0e0=_0x1671ac;let {rightYAxis:_0x4c8aab,onSeriesStyleChange:_0x11b407}=_0x3c854a;return(0x0,_0x5ad5b4[_0x4bf0e0(0x55e)])(_0x4bf0e0(0x428),{'className':_0x4bf0e0(0x391),'children':(0x0,_0x5ad5b4[_0x4bf0e0(0x55e)])(_0x4bf0e0(0x428),{'className':_0x4bf0e0(0x32c),'children':(0x0,_0x5ad5b4[_0x4bf0e0(0x55e)])(_0x2748bd[_0x4bf0e0(0x6f1)],{'checked':_0x4c8aab,'onChange':_0x1efc11=>{_0x11b407==null||_0x11b407({'rightYAxis':!!_0x1efc11});},'children':(0x0,_0x214668[_0x4bf0e0(0x693)])(_0x188e5d['LocaleService'])['t'](_0x4bf0e0(0x55d))})})});},_0x1ebf3f={'shape':_0x531b83[_0x1671ac(0x385)]['point'][_0x1671ac(0x349)],'size':_0x531b83[_0x1671ac(0x385)]['point'][_0x1671ac(0x197)],'color':_0x1671ac(0x188)},_0x4435ed=[_0x1671ac(0x349),_0x1671ac(0x197)],_0x5aa331=_0x377e9a=>{const _0x3eb2ed=_0x1671ac;let {chartType:_0x3b9856,data:_0x218b74,options:_0x18884d,onChange:_0x2e3450}=_0x377e9a,_0x18ffb6=(0x0,_0x214668['useDependency'])(_0x188e5d['LocaleService']),_0x4676ba=_0x3b9856===_0x531b83[_0x3eb2ed(0x58c)][_0x3eb2ed(0x1c4)],_0x2307ba=_0x218b74==null?{}:_0x218b74;return(0x0,_0x5ad5b4[_0x3eb2ed(0x55e)])(_0x3eb2ed(0x428),{'className':_0x3eb2ed(0x532),'children':Object[_0x3eb2ed(0x41d)](_0x2307ba)[_0x3eb2ed(0x437)](_0x1f88e5=>({'key':_0x1f88e5,'style':_0x2307ba[Number(_0x1f88e5)]}))[_0x3eb2ed(0x437)](_0x3bc3c9=>{const _0x4e3f00=_0x3eb2ed;var _0x44868,_0x5d85ed,_0x521d88;let {style:_0x57d6c}=_0x3bc3c9;return _0x57d6c===void 0x0?null:(0x0,_0x5ad5b4['jsxs'])(_0x4e3f00(0x428),{'className':_0x4e3f00(0x439),'children':[(0x0,_0x5ad5b4[_0x4e3f00(0x449)])('div',{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x4e3f00(0x32c),'children':[(0x0,_0x5ad5b4[_0x4e3f00(0x55e)])(_0x4e3f00(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x18ffb6['t'](_0x4e3f00(0x201))}),(0x0,_0x5ad5b4[_0x4e3f00(0x55e)])(_0x2748bd[_0x4e3f00(0x361)],{'className':_0x4e3f00(0x34a),'value':_0x3bc3c9[_0x4e3f00(0x2ae)],'options':_0x18884d,'onChange':_0x14dd05=>{const _0x476a27=_0x4e3f00;_0x2e3450==null||_0x2e3450({[_0x3bc3c9['key']]:void 0x0,[Number(_0x14dd05)]:_0x3bc3c9[_0x476a27(0x243)]});}})]}),(0x0,_0x5ad5b4['jsxs'])(_0x4e3f00(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x4e3f00(0x2a8),'children':_0x18ffb6['t']('sheets-chart-ui.color')}),(0x0,_0x5ad5b4[_0x4e3f00(0x55e)])(_0x1a6924['ColorPickerControl'],{'color':(_0x44868=_0x57d6c==null?void 0x0:_0x57d6c[_0x4e3f00(0x493)])==null?'':_0x44868,'onChange':_0x2298fc=>{_0x2e3450==null||_0x2e3450({[_0x3bc3c9['key']]:{'color':_0x2298fc}});}})]}),(0x0,_0x5ad5b4[_0x4e3f00(0x55e)])(_0x2748bd['Button'],{'className':_0x4e3f00(0x13c),'variant':_0x4e3f00(0x621),'onClick':()=>_0x2e3450==null?void 0x0:_0x2e3450({[_0x3bc3c9[_0x4e3f00(0x2ae)]]:void 0x0}),'children':(0x0,_0x5ad5b4[_0x4e3f00(0x55e)])(_0x16db2e,{})})]}),_0x4676ba&&(0x0,_0x5ad5b4[_0x4e3f00(0x55e)])(_0x150e42,{'pointStyle':{..._0x1ebf3f,'shape':(_0x5d85ed=_0x57d6c['shape'])==null?_0x1ebf3f['shape']:_0x5d85ed,'size':(_0x521d88=_0x57d6c[_0x4e3f00(0x197)])==null?_0x1ebf3f[_0x4e3f00(0x197)]:_0x521d88},'controls':_0x4435ed,'onChange':(_0x9eb454,_0x3ccd9f)=>_0x2e3450==null?void 0x0:_0x2e3450({[_0x3bc3c9[_0x4e3f00(0x2ae)]]:{[_0x9eb454]:_0x3ccd9f}})})]},_0x3bc3c9[_0x4e3f00(0x2ae)]);})});},_0x160bb0={'fontSize':_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x2f3)][_0x1671ac(0x614)],'contentType':_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x2cf)],'position':_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x2f3)]['position']},_0x5778e4=_0x706e52=>{const _0x19a08d=_0x1671ac;let {isLineSeries:_0x2eaa55}=_0x706e52,_0x11fc15=(0x0,_0x214668[_0x19a08d(0x693)])(_0x188e5d[_0x19a08d(0x2e3)]),[_0x57e910]=_0x3d81d2('allSeriesStyle'),[_0xda307f,_0x8fc02c]=_0x3d81d2(_0x19a08d(0x6b2)),_0x1166b6=[_0x19a08d(0x349),_0x19a08d(0x197),_0x19a08d(0x493)],[_0x204354]=_0x3d81d2('paretoDataPointsOptions'),_0x536a6e=_0x2eaa55?_0x3213ea=>{_0x8fc02c({'lineStyle':{..._0x3213ea}});}:_0x36ed2c=>{_0x8fc02c({'barStyle':{..._0x36ed2c}});},_0x12bf00=_0x531b83[_0x19a08d(0x385)][_0x19a08d(0x15d)],_0x27dff2=_0x2eaa55?_0xda307f==null?void 0x0:_0xda307f[_0x19a08d(0x615)]:_0xda307f==null?void 0x0:_0xda307f[_0x19a08d(0x25d)],_0x179389=_0x27dff2==null?void 0x0:_0x27dff2['dataPoints'],_0x1a32e9=_0x359833=>{const _0x1951fd=_0x19a08d;_0x27dff2&&_0x27dff2[_0x1951fd(0x6eb)]&&_0x27dff2['dataPoints'][_0x359833]||_0x536a6e({'dataPoints':{[_0x359833]:{}}});},_0x138222=_0x9d60bf=>{_0x536a6e({'dataPoints':_0x9d60bf});},_0x351afd=_0x28eddc[_0x19a08d(0x437)](_0x7496c9=>({..._0x7496c9,'label':_0x11fc15['t'](_0x7496c9[_0x19a08d(0x3bf)])})),_0xb62fdb=(0x0,_0x2a9a1d['useMemo'])(()=>_0x599c72['map'](_0x127a67=>({'value':_0x127a67['value'],'label':_0x11fc15['t'](_0x127a67[_0x19a08d(0x3bf)])})),[_0x11fc15]),_0x42d8e=Object[_0x19a08d(0x651)]({'color':_0x19a08d(0x188),'opacity':_0x12bf00[_0x19a08d(0x52c)],'width':_0x2eaa55?_0x12bf00[_0x19a08d(0x173)][_0x19a08d(0x600)]:_0x12bf00['width'],'dashType':_0x12bf00[_0x19a08d(0x45b)]},_0x27dff2==null?void 0x0:_0x27dff2[_0x19a08d(0x1f9)]),_0xe8aa7=Object[_0x19a08d(0x651)]({'shape':_0x531b83[_0x19a08d(0x385)][_0x19a08d(0x32f)][_0x19a08d(0x349)],'size':_0x531b83['defaultChartConfig'][_0x19a08d(0x5f5)][_0x19a08d(0x12d)],'color':_0x19a08d(0x188)},_0x57e910==null?void 0x0:_0x57e910[_0x19a08d(0x32f)],_0x27dff2==null?void 0x0:_0x27dff2['point']),_0x180c7f=Object[_0x19a08d(0x651)]({},_0x27dff2==null?void 0x0:_0x27dff2[_0x19a08d(0x3bf)]);return(0x0,_0x5ad5b4['jsxs'])(_0x19a08d(0x29a),{'className':_0x19a08d(0x2f7),'children':[(0x0,_0x5ad5b4[_0x19a08d(0x55e)])(_0x2ec745,{'chartType':_0x531b83[_0x19a08d(0x58c)][_0x19a08d(0x226)],'allSeriesStyle':_0x57e910,'controlName':_0x11fc15['t'](_0x2eaa55?_0x19a08d(0x3d1):_0x19a08d(0x541)),'seriesStyle':_0x27dff2,'onSeriesStyleChange':_0x536a6e}),(0x0,_0x5ad5b4['jsx'])(_0x2ffeda,{'isLineOrAreaChart':_0x2eaa55,'allSeriesBorderStyle':_0x27dff2==null?void 0x0:_0x27dff2[_0x19a08d(0x1f9)],'hideBorder':!_0x2eaa55,'controlName':_0x11fc15['t'](_0x2eaa55?_0x19a08d(0x3d1):_0x19a08d(0x464)),'borderStyle':_0x42d8e,'onSeriesStyleChange':_0x536a6e}),_0x2eaa55&&(0x0,_0x5ad5b4[_0x19a08d(0x55e)])(_0x150e42,{'pointStyle':_0xe8aa7,'onChange':(_0x54ee31,_0x452e42)=>_0x536a6e({'point':{[_0x54ee31]:_0x452e42}}),'controls':_0x1166b6}),!_0x2eaa55&&(0x0,_0x5ad5b4[_0x19a08d(0x449)])(_0x5ad5b4[_0x19a08d(0x463)],{'children':[(0x0,_0x5ad5b4[_0x19a08d(0x449)])('div',{'className':_0x19a08d(0x6d7),'children':[(0x0,_0x5ad5b4[_0x19a08d(0x55e)])('div',{'className':_0x19a08d(0x32c),'children':(0x0,_0x5ad5b4['jsx'])(_0x19a08d(0x428),{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x11fc15['t'](_0x19a08d(0x5cb),_0x11fc15['t'](_0x19a08d(0x201)))})}),(0x0,_0x5ad5b4[_0x19a08d(0x55e)])(_0x19a08d(0x428),{'className':_0x19a08d(0x32c),'children':(0x0,_0x5ad5b4[_0x19a08d(0x55e)])(_0x1a6924[_0x19a08d(0x6f5)],{'value':'','menus':_0x204354==null?[]:_0x204354,'onSelect':_0x5546f4=>_0x1a32e9(+_0x5546f4),'children':(0x0,_0x5ad5b4[_0x19a08d(0x449)])(_0x19a08d(0x428),{'className':_0x19a08d(0x564),'children':[(0x0,_0x5ad5b4['jsx'])(_0x3e4d73,{}),(0x0,_0x5ad5b4[_0x19a08d(0x55e)])(_0x19a08d(0x133),{'children':_0x11fc15['t'](_0x19a08d(0x520))})]})})})]}),_0x179389&&(0x0,_0x5ad5b4['jsx'])(_0x5aa331,{'chartType':_0x531b83[_0x19a08d(0x58c)][_0x19a08d(0x226)],'data':_0x179389,'options':_0x204354==null?[]:_0x204354,'onChange':_0x138222})]}),(0x0,_0x5ad5b4[_0x19a08d(0x55e)])('div',{'className':'univer-mt-2','children':(0x0,_0x5ad5b4['jsx'])(_0x2112d5,{'fallbackLabelStyle':_0x160bb0,'labelStyle':_0x180c7f,'positionOptions':_0x351afd,'contentTypeOptions':_0xb62fdb,'onLabelStyleChange':(_0x278649,_0x315c3d)=>_0x536a6e({'label':{[_0x278649]:_0x315c3d}}),'onVisibleChange':_0x259dfa=>_0x536a6e({'label':{'visible':_0x259dfa}}),'isPieLike':!0x1,'chartType':_0x531b83[_0x19a08d(0x58c)][_0x19a08d(0x226)]})})]});},_0x1c5e8f=_0x38e466=>{const _0x8d2a15=_0x1671ac;let {chartType:_0x1782ae,onChartTypeChange:_0x24e2ce}=_0x38e466,_0x22db80=(0x0,_0x214668[_0x8d2a15(0x693)])(_0x188e5d['LocaleService']),[_0x9821c0,_0xb6e3f7]=_0x3d81d2(_0x8d2a15(0x53b)),[_0xb3c395,_0xc4aab6]=_0x3d81d2('pieLabelStyle'),[_0x5494a4,_0x19f275]=_0x3d81d2(_0x8d2a15(0x4b9)),[_0x442d54,_0x1ea7b3]=_0x3d81d2(_0x8d2a15(0x3e0)),[_0x28a6f7,_0x2c693d]=_0x3d81d2(_0x8d2a15(0x331)),[_0xeb0a4b,_0x13ea15]=_0x3d81d2(_0x8d2a15(0x3d9)),[_0x26d6d5,_0xbb1bb]=_0x3d81d2('valueScale'),[_0x3e0f29,_0x5612a7]=_0x3d81d2('valueSuffix'),[_0xc0860,_0x10dda9]=_0x3d81d2(_0x8d2a15(0x52b)),[_0x4d497d,_0x83b5ca]=(0x0,_0x2a9a1d['useState'])(_0x3e0f29||''),_0x123c41=_0x1782ae===_0x531b83['ChartTypeBits'][_0x8d2a15(0x16c)]?_0x531b83[_0x8d2a15(0x385)][_0x8d2a15(0x170)][_0x8d2a15(0x230)]:0x0,[_0x55e8be,_0x3274f7]=_0x3d81d2(_0x8d2a15(0x230)),_0x147166=_0x156f51[_0x8d2a15(0x437)](_0x5ad093=>({..._0x5ad093,'label':_0x22db80['t'](_0x5ad093[_0x8d2a15(0x3bf)])})),_0x5680f9=_0x581ea0[_0x8d2a15(0x437)](_0x517037=>({..._0x517037,'label':_0x22db80['t'](_0x517037[_0x8d2a15(0x3bf)])})),_0x403cb1=(0x0,_0x214668[_0x8d2a15(0x693)])(_0x188e5d[_0x8d2a15(0x6b6)]),_0x16e085=(0x0,_0x2a9a1d['useMemo'])(()=>({'visible':!0x0,'contentType':_0x531b83[_0x8d2a15(0x385)][_0x8d2a15(0x170)]['labelContentType'],'fontSize':_0x531b83[_0x8d2a15(0x385)][_0x8d2a15(0x2f3)][_0x8d2a15(0x614)],'position':_0x531b83[_0x8d2a15(0x3b0)][_0x8d2a15(0x6f4)]}),[]),_0x32911e=(0x0,_0x2a9a1d[_0x8d2a15(0x1e4)])(_0xf4b7b8=>{const _0x12acf2=_0x8d2a15;let _0x2629f2=Number(_0xf4b7b8),_0x12d09d=_0x2629f2>0x0?_0x531b83['ChartTypeBits'][_0x12acf2(0x16c)]:_0x531b83[_0x12acf2(0x58c)][_0x12acf2(0x30b)];_0x12d09d!==_0x1782ae&&(_0x24e2ce==null||_0x24e2ce(_0x12d09d)),_0x3274f7(_0x2629f2);},[_0x1782ae,_0x24e2ce]);return(0x0,_0x5ad5b4[_0x8d2a15(0x449)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x2f7),'children':[(0x0,_0x5ad5b4[_0x8d2a15(0x449)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x6f2),'children':[(0x0,_0x5ad5b4[_0x8d2a15(0x449)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x32c),'children':[(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x2a8),'children':_0x22db80['t'](_0x8d2a15(0x700))}),(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x2748bd[_0x8d2a15(0x361)],{'className':_0x8d2a15(0x34a),'value':_0x55e8be?String(_0x55e8be):_0x123c41*0x64+'%','options':_0xf0196a,'onChange':_0x32911e})]}),(0x0,_0x5ad5b4[_0x8d2a15(0x449)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x32c),'children':[(0x0,_0x5ad5b4['jsx'])(_0x8d2a15(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x22db80['t'](_0x8d2a15(0x4e2),_0x22db80['t']('sheets-chart-ui.border'))}),(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x1a6924[_0x8d2a15(0x2c2)],{'color':_0x9821c0==null?'':_0x9821c0,'onChange':_0xb6e3f7})]})]}),(0x0,_0x5ad5b4['jsxs'])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x32c),'children':[(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x2a8),'children':_0x22db80['t'](_0x8d2a15(0x4b8))}),(0x0,_0x5ad5b4[_0x8d2a15(0x449)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x391),'children':[(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x8d2a15(0x32c),'children':[(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x2a8),'children':_0x22db80['t']('sheets-chart-ui.styleEditPanel.pieValScale')}),(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x2748bd[_0x8d2a15(0x42a)],{'value':_0x26d6d5==null?0x1:_0x26d6d5,'onChange':_0x4e7aa8=>{const _0x5a8aa2=_0x8d2a15;_0x403cb1[_0x5a8aa2(0x5ae)](_0x188e5d[_0x5a8aa2(0x45d)],!0x1),_0xbb1bb(Number[_0x5a8aa2(0x238)](_0x4e7aa8)?null:Number(_0x4e7aa8));},'onFocus':()=>_0x403cb1['setContextValue'](_0x188e5d[_0x8d2a15(0x45d)],!0x0),'onBlur':_0x217afd=>{const _0x35c6d8=_0x8d2a15;_0x403cb1[_0x35c6d8(0x5ae)](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x1);let _0x50a593=_0x217afd[_0x35c6d8(0x679)]['value'];_0xbb1bb(_0x50a593===''?null:Number(_0x50a593));},'onPressEnter':_0x132575=>{let _0x1c41c4=_0x132575['target']['value'];_0xbb1bb(_0x1c41c4===''?null:Number(_0x1c41c4));}})]}),(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x8d2a15(0x32c),'children':[(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x2a8),'children':_0x22db80['t']('sheets-chart-ui.styleEditPanel.pieDigitalFixed')}),(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x2748bd[_0x8d2a15(0x42a)],{'value':_0xc0860==null?0x1:_0xc0860,'onChange':_0x4ce7c1=>{const _0x47e9b1=_0x8d2a15;_0x403cb1[_0x47e9b1(0x5ae)](_0x188e5d[_0x47e9b1(0x45d)],!0x1),_0x10dda9(Number[_0x47e9b1(0x238)](_0x4ce7c1)?null:Number(_0x4ce7c1));},'onFocus':()=>_0x403cb1[_0x8d2a15(0x5ae)](_0x188e5d[_0x8d2a15(0x45d)],!0x0),'onBlur':_0x41e8ae=>{const _0x6dd227=_0x8d2a15;_0x403cb1[_0x6dd227(0x5ae)](_0x188e5d[_0x6dd227(0x45d)],!0x1);let _0x1a6063=_0x41e8ae[_0x6dd227(0x679)][_0x6dd227(0x52f)];_0x10dda9(_0x1a6063===''?null:Number(_0x1a6063));},'onPressEnter':_0x53f2b4=>{const _0x5d2e6e=_0x8d2a15;let _0x55011a=_0x53f2b4['target'][_0x5d2e6e(0x52f)];_0x10dda9(_0x55011a===''?null:Number(_0x55011a));}})]}),(0x0,_0x5ad5b4[_0x8d2a15(0x449)])(_0x8d2a15(0x428),{'className':_0x8d2a15(0x32c),'children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x22db80['t'](_0x8d2a15(0x3f1))}),(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x2748bd[_0x8d2a15(0x307)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x4d497d,'onChange':_0x83b5ca,'onFocus':()=>{const _0x3a8c95=_0x8d2a15;_0x403cb1[_0x3a8c95(0x5ae)](_0x188e5d[_0x3a8c95(0x45d)],!0x0);},'onBlur':()=>{_0x403cb1['setContextValue'](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x1),_0x5612a7(_0x4d497d);}})]})]})]}),(0x0,_0x5ad5b4[_0x8d2a15(0x55e)])(_0x2112d5,{'chartType':_0x1782ae,'fallbackLabelStyle':_0x16e085,'labelStyle':_0xb3c395==null?{}:_0xb3c395,'onVisibleChange':_0x3d55fe=>_0xc4aab6({'visible':_0x3d55fe}),'onLabelStyleChange':(_0x47040f,_0x5920b4)=>_0xc4aab6({[_0x47040f]:_0x5920b4}),'positionOptions':_0x147166,'contentTypeOptions':_0x5680f9,'onPadAngleChange':_0x2f2b38=>_0x19f275(_0x2f2b38),'padAngleStyle':_0x5494a4,'onHalfPieChange':_0x1c6fcc=>_0x1ea7b3(_0x1c6fcc),'isHalfPie':_0x442d54,'isRosePie':_0x28a6f7,'onRosePieChange':_0x54d166=>_0x2c693d(_0x54d166),'onShowLabelLineChange':_0x5b8c95=>_0x13ea15(_0x5b8c95),'showLabelLine':_0xeb0a4b,'isPieLike':!0x0})]});};function _0x378fc1(){const _0x1ad50c=_0x1671ac;var _0x438e92,_0xaf2952;let _0x12e7b9=(0x0,_0x214668[_0x1ad50c(0x693)])(_0x188e5d['LocaleService']),_0x3e2f09=(0x0,_0x214668[_0x1ad50c(0x693)])(_0x188e5d[_0x1ad50c(0x6b6)]),_0x4957ff=_0x271d28['map'](_0x423e7a=>({..._0x423e7a,'label':_0x12e7b9['t'](_0x423e7a['label'])})),[_0x1aa8bd,_0x1582fd]=_0x3d81d2(_0x1ad50c(0x2f2)),[_0x115489,_0x14ba01]=_0x3d81d2(_0x1ad50c(0x267)),[_0x1808d4,_0x489d67]=_0x3d81d2(_0x1ad50c(0x29c)),[_0x449bef,_0x2444c2]=_0x3d81d2(_0x1ad50c(0x554)),[_0x51e46f,_0x2078c2]=_0x3d81d2(_0x1ad50c(0x3fd)),_0x4887dd=_0x59b38a=>{_0x2444c2({..._0x449bef,..._0x59b38a});},_0x4903e2=_0x40bd68=>{_0x1582fd(_0x40bd68);},_0x20c4f2=_0x1aa8bd===_0x531b83['RelationChartLayoutEnum'][_0x1ad50c(0x24a)],_0x3f8a90=_0x1aa8bd===_0x531b83['RelationChartLayoutEnum'][_0x1ad50c(0x276)],_0x2b54cd=_0x5b59d2[_0x1ad50c(0x437)](_0x111567=>({..._0x111567,'label':_0x12e7b9['t'](_0x111567['label'])})),[_0x8cd1f5,_0x45b997]=_0x3d81d2(_0x1ad50c(0x444));return(0x0,_0x5ad5b4['jsxs'])(_0x1ad50c(0x428),{'children':[(0x0,_0x5ad5b4[_0x1ad50c(0x449)])(_0x1ad50c(0x428),{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x2a8),'children':_0x12e7b9['t'](_0x1ad50c(0x409))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x1ad50c(0x361)],{'className':_0x1ad50c(0x34a),'value':String(_0x8cd1f5==null?_0x531b83['defaultChartConfig'][_0x1ad50c(0x407)]['nodeShape']:_0x8cd1f5),'options':_0x2b54cd,'onChange':_0x157e60=>_0x45b997(_0x157e60)})]},_0x1ad50c(0x349)),(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x1ad50c(0x428),{'children':(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x2748bd[_0x1ad50c(0x6f1)],{'checked':_0x115489==null?!0x0:_0x115489,'onChange':_0x40fa95=>{_0x14ba01==null||_0x14ba01(!!_0x40fa95);},'children':_0x12e7b9['t'](_0x1ad50c(0x472))})}),(0x0,_0x5ad5b4['jsx'])(_0x1ad50c(0x428),{'className':'univer-my-2','children':(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x2748bd[_0x1ad50c(0x6f1)],{'checked':_0x1808d4==null?!0x0:_0x1808d4,'onChange':_0x331fd1=>{_0x489d67(!!_0x331fd1);},'children':_0x12e7b9['t']('sheets-chart-ui.relation.emphasis')})}),(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])('div',{'className':'univer-my-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x12e7b9['t'](_0x1ad50c(0x592))}),(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x2748bd[_0x1ad50c(0x361)],{'className':_0x1ad50c(0x34a),'value':_0x1aa8bd==null?_0x531b83['RelationChartLayoutEnum']['None']:_0x1aa8bd,'options':_0x4957ff,'onChange':_0x4903e2}),_0x20c4f2&&(0x0,_0x5ad5b4[_0x1ad50c(0x449)])(_0x1ad50c(0x428),{'className':'univer-mt-4','children':[(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x2a8),'children':_0x12e7b9['t'](_0x1ad50c(0x346))}),(0x0,_0x5ad5b4[_0x1ad50c(0x449)])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x145),'children':[(0x0,_0x5ad5b4['jsx'])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x1d2),'children':_0x12e7b9['t']('sheets-chart-ui.relation.repulsion')}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x1ad50c(0x42a)],{'className':_0x1ad50c(0x1d2),'controls':!0x1,'onFocus':()=>_0x3e2f09['setContextValue'](_0x188e5d[_0x1ad50c(0x45d)],!0x0),'onBlur':_0x2972e7=>{const _0x8f7621=_0x1ad50c;_0x3e2f09[_0x8f7621(0x5ae)](_0x188e5d[_0x8f7621(0x45d)],!0x1);},'value':(_0x438e92=_0x449bef==null?void 0x0:_0x449bef[_0x1ad50c(0x66b)])==null?_0x531b83[_0x1ad50c(0x385)][_0x1ad50c(0x407)][_0x1ad50c(0x38e)][_0x1ad50c(0x66b)]:_0x438e92,'onChange':_0x1caa9c=>_0x4887dd({'repulsion':_0x1caa9c})})]}),(0x0,_0x5ad5b4[_0x1ad50c(0x449)])('div',{'className':_0x1ad50c(0x145),'children':[(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x1ad50c(0x428),{'className':'univer-flex-1','children':_0x12e7b9['t'](_0x1ad50c(0x515))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x1ad50c(0x42a)],{'className':_0x1ad50c(0x1d2),'controls':!0x1,'onFocus':()=>_0x3e2f09[_0x1ad50c(0x5ae)](_0x188e5d[_0x1ad50c(0x45d)],!0x0),'onBlur':_0x1e7efb=>{const _0x44b467=_0x1ad50c;_0x3e2f09['setContextValue'](_0x188e5d[_0x44b467(0x45d)],!0x1);},'value':(_0xaf2952=_0x449bef==null?void 0x0:_0x449bef[_0x1ad50c(0x2ec)])==null?_0x531b83[_0x1ad50c(0x385)][_0x1ad50c(0x407)]['force'][_0x1ad50c(0x2ec)]:_0xaf2952,'onChange':_0x236b5c=>_0x4887dd({'gravity':_0x236b5c})})]}),(0x0,_0x5ad5b4[_0x1ad50c(0x449)])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x145),'children':[(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x1d2),'children':_0x12e7b9['t']('sheets-chart-ui.relation.edgeLength')}),(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x2748bd[_0x1ad50c(0x42a)],{'className':_0x1ad50c(0x1d2),'controls':!0x1,'value':_0x449bef==null?void 0x0:_0x449bef[_0x1ad50c(0x570)],'onFocus':()=>_0x3e2f09[_0x1ad50c(0x5ae)](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x4ed028=>{_0x3e2f09['setContextValue'](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x1);},'onChange':_0x1b474c=>_0x4887dd({'edgeLength':_0x1b474c}),'min':0x0,'step':0xa})]})]}),_0x3f8a90&&(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x1ad50c(0x428),{'className':_0x1ad50c(0x272),'children':(0x0,_0x5ad5b4[_0x1ad50c(0x55e)])(_0x2748bd[_0x1ad50c(0x6f1)],{'checked':_0x51e46f==null?_0x531b83['defaultChartConfig'][_0x1ad50c(0x407)]['circular'][_0x1ad50c(0x3fd)]:_0x51e46f,'onChange':_0x4af424=>{_0x2078c2(!!_0x4af424);},'children':_0x12e7b9['t']('sheets-chart-ui.relation.rotateLabel')})})]});}let _0x2c8d4f=_0x531b83[_0x1671ac(0x385)]['combination'];function _0x317670(_0x3fdd11,_0xc7b52f){const _0x1a53cc=_0x1671ac;let [_0xd8ccc5]=_0x3d81d2(_0x1a53cc(0x641)),[_0x43aa16]=_0x3d81d2(_0x1a53cc(0x1e1)),_0x5a9e0d=_0xc7b52f===_0x531b83['defaultChartConfig'][_0x1a53cc(0x65b)],_0x57bbdb=_0xd8ccc5==null?void 0x0:_0xd8ccc5[_0xc7b52f];return _0x3fdd11===_0x531b83[_0x1a53cc(0x58c)]['Combination']?_0x5a9e0d?((()=>{const _0x324693=_0x1a53cc;let _0x383dcd=_0x43aa16==null?void 0x0:_0x43aa16[_0x324693(0x437)]((_0x933970,_0x3f3198)=>{const _0x1b4793=_0x324693;var _0x1efd73;let _0x6e094a=_0xd8ccc5==null?void 0x0:_0xd8ccc5[_0x933970],_0x48b6e6=_0x3f3198===0x0?_0x2c8d4f[_0x1b4793(0x467)]:_0x2c8d4f[_0x1b4793(0x533)];return(_0x1efd73=_0x6e094a==null?void 0x0:_0x6e094a[_0x1b4793(0x3e8)])==null?_0x48b6e6:_0x1efd73;}),_0x237ec7=_0x383dcd==null?void 0x0:_0x383dcd[0x0];return _0x383dcd!=null&&_0x383dcd[_0x324693(0x57d)](_0x473aef=>_0x473aef===_0x237ec7)?_0x237ec7:_0x531b83[_0x324693(0x58c)][_0x324693(0x205)];})()):((()=>{const _0x2d708e=_0x1a53cc;var _0xaea7af;let _0x5da82f=_0xc7b52f===String(_0x43aa16==null?void 0x0:_0x43aa16[0x0])?_0x2c8d4f[_0x2d708e(0x467)]:_0x2c8d4f[_0x2d708e(0x533)];return(_0xaea7af=_0x57bbdb==null?void 0x0:_0x57bbdb[_0x2d708e(0x3e8)])==null?_0x5da82f:_0xaea7af;})()):_0x3fdd11;}let _0x32625c=_0x2bd8ea=>{const _0x5780cf=_0x1671ac;let {seriesId:_0xcdab4f}=_0x2bd8ea,_0x48bb0c=(0x0,_0x214668[_0x5780cf(0x693)])(_0x188e5d[_0x5780cf(0x2e3)]),_0x54b217=_0x2e87de[_0x5780cf(0x437)](_0x21954c=>({..._0x21954c,'label':_0x48bb0c['t'](_0x21954c[_0x5780cf(0x3bf)])})),[_0x515347,_0x48e87b]=_0x3d81d2(_0x5780cf(0x641)),[_0xa04ef3]=_0x3d81d2('seriesValues'),_0x907387=(0x0,_0x2a9a1d[_0x5780cf(0x1e4)])(_0x1e60fd=>{const _0xf3db0=_0x5780cf;let _0x117aa6=Number(_0x1e60fd);if(_0xcdab4f===_0x531b83[_0xf3db0(0x385)][_0xf3db0(0x65b)]){let _0x3c1403=_0xa04ef3==null?void 0x0:_0xa04ef3['reduce']((_0x1934d1,_0x5393e9)=>(_0x1934d1[String(_0x5393e9)]={'chartType':_0x117aa6},_0x1934d1),{});if(!_0x3c1403)return;_0x48e87b(_0x3c1403);}else _0x48e87b({[_0xcdab4f]:{'chartType':_0x117aa6}});},[_0xcdab4f]),_0x3d5c64=_0x317670(_0x531b83['ChartTypeBits']['Combination'],_0xcdab4f),_0x519090=String(_0x3d5c64==null?'':_0x3d5c64);return(0x0,_0x5ad5b4[_0x5780cf(0x55e)])(_0x2748bd['Select'],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x3d5c64===_0x531b83['ChartTypeBits'][_0x5780cf(0x205)]?'':_0x519090,'options':_0x54b217,'onChange':_0x907387});},_0x33fd58={'shape':_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x4c6)][_0x1671ac(0x221)],'size':_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x4c6)][_0x1671ac(0x12d)],'color':void 0x0},_0x5ddd4b=[_0x1671ac(0x349),'size',_0x1671ac(0x493)],_0x49fcbf=_0xb5e876=>{const _0x5ec01b=_0x1671ac;let {setSeriesStyle:_0x53f8db,pointStyle:_0x2d6278}=_0xb5e876;return(0x0,_0x214668[_0x5ec01b(0x693)])(_0x188e5d[_0x5ec01b(0x2e3)]),(0x0,_0x5ad5b4['jsx'])(_0x150e42,{'pointStyle':{..._0x33fd58,..._0x2d6278},'controls':_0x5ddd4b,'onChange':(_0xecab3b,_0x166970)=>_0x53f8db({'point':{[_0xecab3b]:_0x166970}})});},_0x4352ae={'fontSize':_0x531b83['defaultChartConfig']['textStyle'][_0x1671ac(0x614)],'contentType':_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x2cf)],'position':_0x531b83['defaultChartConfig'][_0x1671ac(0x2f3)][_0x1671ac(0x3dd)]},_0x19eecf=[_0x10029d()],_0x11fb25=_0x531b83[_0x1671ac(0x385)][_0x1671ac(0x15d)],_0x2e9a15=[_0x1671ac(0x349),'size',_0x1671ac(0x493)],_0x24d995=[_0x1671ac(0x349),'size'],_0x4d7033=_0x2af0df=>(_0x2af0df&_0x531b83[_0x1671ac(0x58c)]['Line'])>0x0||(_0x2af0df&_0x531b83[_0x1671ac(0x58c)][_0x1671ac(0x311)])>0x0?_0x11fb25['specialChartWidthMap'][_0x1671ac(0x600)]:_0x2af0df===_0x531b83['ChartTypeBits']['Radar']?_0x11fb25[_0x1671ac(0x173)][_0x1671ac(0x4c6)]:_0x11fb25[_0x1671ac(0x568)],_0x3462d5=_0x312c24=>{const _0x1b42a6=_0x1671ac;var _0x240696,_0x219fca,_0x21dfa,_0x32b5b8;let {chartType:_0x584923,selectedSeriesId:_0x4b44a1}=_0x312c24,_0x182bbc=(0x0,_0x214668[_0x1b42a6(0x693)])(_0x188e5d['LocaleService']),_0x1da119=(0x0,_0x214668[_0x1b42a6(0x2da)])(_0x182bbc[_0x1b42a6(0x51e)],_0x182bbc[_0x1b42a6(0x35b)]()),_0x5c1009=(0x0,_0x2a9a1d[_0x1b42a6(0x2b4)])(()=>_0x1da119==='rtl'?_0x531b83[_0x1b42a6(0x2a0)]:{},[_0x1da119]),_0x5b0775=(0x0,_0x2a9a1d['useMemo'])(()=>{const _0x13950f=_0x1b42a6;var _0x48a18e;return{..._0x4352ae,...(_0x48a18e=_0x5c1009[_0x13950f(0x626)])==null?void 0x0:_0x48a18e[_0x13950f(0x3bf)]};},[_0x5c1009]),_0xd16c2=_0x28eddc[_0x1b42a6(0x437)](_0x3cd725=>({..._0x3cd725,'label':_0x182bbc['t'](_0x3cd725[_0x1b42a6(0x3bf)])})),_0x126150=(0x0,_0x2a9a1d[_0x1b42a6(0x2b4)])(()=>_0x599c72[_0x1b42a6(0x42d)](_0x26d7c9=>_0x584923===_0x531b83[_0x1b42a6(0x58c)][_0x1b42a6(0x484)]?_0x26d7c9['value']!==String(_0x531b83['LabelContentType'][_0x1b42a6(0x660)])&&_0x26d7c9[_0x1b42a6(0x52f)]!==String(_0x531b83[_0x1b42a6(0x3dc)][_0x1b42a6(0x6b3)]):_0x16002c[_0x1b42a6(0x470)](_0x584923)?!0x0:_0x26d7c9[_0x1b42a6(0x52f)]!==String(_0x531b83[_0x1b42a6(0x3dc)][_0x1b42a6(0x6b3)]))[_0x1b42a6(0x437)](_0xbfb966=>({'value':_0xbfb966[_0x1b42a6(0x52f)],'label':_0x182bbc['t'](_0xbfb966[_0x1b42a6(0x3bf)])})),[_0x584923,_0x182bbc]),[_0x1b4c44]=_0x19eecf[_0x1b42a6(0x437)](_0x51b230=>({..._0x51b230,'label':_0x182bbc['t'](_0x51b230['label'])})),[_0x3d459f,_0x5a79b4]=(0x0,_0x2a9a1d[_0x1b42a6(0x1d3)])(_0x531b83[_0x1b42a6(0x385)][_0x1b42a6(0x65b)]),_0x1be880=_0x3d459f===_0x531b83['defaultChartConfig'][_0x1b42a6(0x65b)],[_0x23cf16,_0x5d084e]=_0x3d81d2(_0x1b42a6(0x626)),[_0x491bb1,_0x17fe39]=_0x3d81d2(_0x1b42a6(0x641)),[_0x31cd51]=_0x3d81d2('dataPointsOptions'),_0x40afd1=_0x491bb1==null?void 0x0:_0x491bb1[_0x3d459f],[_0x5a75e4]=_0x3d81d2('seriesList'),_0x3fce86=_0x40afd1==null?void 0x0:_0x40afd1[_0x1b42a6(0x6eb)],_0x15db45=(0x0,_0x2a9a1d[_0x1b42a6(0x2b4)])(()=>_0x5a75e4?[_0x1b4c44,..._0x5a75e4]:[],[_0x1b4c44,_0x5a75e4]);(0x0,_0x2a9a1d['useEffect'])(()=>{const _0x465b90=_0x1b42a6;var _0x1a30bb;if(!_0x4b44a1||_0x15db45[_0x465b90(0x424)]===0x0)return;let _0x2c7183=_0x15db45[_0x465b90(0x58b)](_0x3473de=>_0x3473de[_0x465b90(0x52f)]===_0x4b44a1),_0x556515=_0x15db45[_0x465b90(0x58b)](_0x50bbbb=>_0x50bbbb[_0x465b90(0x52f)]!==_0x531b83[_0x465b90(0x385)][_0x465b90(0x65b)]),_0x4bed51=(_0x1a30bb=_0x2c7183==null?void 0x0:_0x2c7183[_0x465b90(0x52f)])==null?_0x556515==null?void 0x0:_0x556515['value']:_0x1a30bb;_0x4bed51&&_0x5a79b4(_0x4bed51);},[_0x4b44a1,_0x15db45]);let _0x4fffb9=_0x584923?_0x531b83[_0x1b42a6(0x39f)][_0x1b42a6(0x470)](_0x584923,_0x531b83['ChartAttributeBits'][_0x1b42a6(0x1e3)]):!0x1,_0x1f701e=_0x317670(_0x584923,_0x3d459f),_0x17d583=_0x1f701e===_0x531b83[_0x1b42a6(0x58c)]['Line'],_0x24f24a=(_0x1f701e&_0x531b83[_0x1b42a6(0x58c)][_0x1b42a6(0x311)])>0x0,_0x275921=_0x1f701e===_0x531b83[_0x1b42a6(0x58c)]['Radar'],_0x5f3974=_0x1f701e===_0x531b83['ChartTypeBits'][_0x1b42a6(0x1c7)],_0x304cfb=_0x17d583||_0x24f24a,_0x22654d=(_0x584923&_0x531b83[_0x1b42a6(0x58c)][_0x1b42a6(0x30b)])>0x0||_0x275921,_0x5178bc=_0x4d7033(_0x584923),_0x56da0e=(0x0,_0x2a9a1d[_0x1b42a6(0x1e4)])(_0x597e97=>{_0x17fe39({[_0x3d459f]:_0x597e97});},[_0x3d459f]),_0x1b4954=_0x3fdd3f=>{_0x1be880?_0x5d084e(_0x3fdd3f):_0x56da0e(_0x3fdd3f);},_0x2536b7={..._0x40afd1==null?void 0x0:_0x40afd1[_0x1b42a6(0x1f9)]},_0x3fef2f=Object[_0x1b42a6(0x651)]({'color':_0x1b42a6(0x188),'opacity':_0x11fb25[_0x1b42a6(0x52c)],'width':_0x5178bc,'dashType':_0x11fb25[_0x1b42a6(0x45b)]},_0x2536b7),_0x67d6f8=Object[_0x1b42a6(0x651)]({'color':_0x1b42a6(0x188),'opacity':_0x11fb25[_0x1b42a6(0x52c)],'width':_0x5178bc,'dashType':_0x11fb25[_0x1b42a6(0x45b)]},_0x23cf16==null?void 0x0:_0x23cf16[_0x1b42a6(0x1f9)]),_0x1eeddf=Object[_0x1b42a6(0x651)]({'shape':_0x531b83[_0x1b42a6(0x385)][_0x1b42a6(0x32f)][_0x1b42a6(0x349)],'size':_0x5f3974?_0x531b83['defaultChartConfig'][_0x1b42a6(0x32f)][_0x1b42a6(0x50f)]:_0x531b83[_0x1b42a6(0x385)][_0x1b42a6(0x32f)][_0x1b42a6(0x197)],'color':_0x1b42a6(0x188)},_0x23cf16==null?void 0x0:_0x23cf16[_0x1b42a6(0x32f)],_0x40afd1==null?void 0x0:_0x40afd1[_0x1b42a6(0x32f)]),_0x59d573=_0x1be880?(_0x240696=_0x23cf16==null?void 0x0:_0x23cf16[_0x1b42a6(0x3bf)])==null?{}:_0x240696:Object['assign']({},_0x23cf16==null?void 0x0:_0x23cf16[_0x1b42a6(0x3bf)],_0x40afd1==null?void 0x0:_0x40afd1[_0x1b42a6(0x3bf)]),_0x1d817b=(_0x219fca=(_0x21dfa=_0x40afd1==null?void 0x0:_0x40afd1[_0x1b42a6(0x25a)])==null?_0x23cf16==null?void 0x0:_0x23cf16['rightYAxis']:_0x21dfa)==null?(_0x32b5b8=_0x5c1009[_0x1b42a6(0x626)])==null?void 0x0:_0x32b5b8['rightYAxis']:_0x219fca,_0x38ce25=_0x1f701e===_0x531b83[_0x1b42a6(0x58c)]['None']||_0x584923===_0x531b83[_0x1b42a6(0x58c)][_0x1b42a6(0x211)]&&_0x1f701e===_0x531b83['ChartTypeBits'][_0x1b42a6(0x4ff)]&&_0x1be880,_0x178265=(0x0,_0x2a9a1d[_0x1b42a6(0x1e4)])(_0xa6ec69=>{const _0x273d59=_0x1b42a6;_0x40afd1&&_0x40afd1[_0x273d59(0x6eb)]&&_0x40afd1[_0x273d59(0x6eb)][_0xa6ec69]||_0x17fe39({[_0x3d459f]:{'dataPoints':{[_0xa6ec69]:{}}}});},[_0x40afd1,_0x3d459f]),_0x315a35=(0x0,_0x2a9a1d[_0x1b42a6(0x1e4)])(_0x47ac57=>{_0x17fe39({[_0x3d459f]:{'dataPoints':_0x47ac57}});},[_0x3d459f]);return(0x0,_0x5ad5b4[_0x1b42a6(0x449)])(_0x5ad5b4[_0x1b42a6(0x463)],{'children':[(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x2f7),'children':(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x2748bd[_0x1b42a6(0x361)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x3d459f,'onChange':_0x1bbc6f=>_0x5a79b4(_0x1bbc6f),'options':_0x15db45})}),_0x584923===_0x531b83[_0x1b42a6(0x58c)]['Combination']&&(0x0,_0x5ad5b4['jsxs'])('div',{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x182),'children':_0x182bbc['t'](_0x1b42a6(0x503))}),(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x32625c,{'seriesId':_0x3d459f})]}),(0x0,_0x5ad5b4[_0x1b42a6(0x449)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x2f7),'children':[!_0x38ce25&&(0x0,_0x5ad5b4[_0x1b42a6(0x449)])(_0x5ad5b4[_0x1b42a6(0x463)],{'children':[(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x224),'children':_0x182bbc['t'](_0x1b42a6(0x688))}),(!_0x5f3974||_0x5f3974&&!_0x1be880)&&(0x0,_0x5ad5b4['jsx'])(_0x2ec745,{'chartType':_0x584923,'allSeriesStyle':_0x23cf16,'controlName':_0x182bbc['t'](_0x17d583?_0x1b42a6(0x3d1):_0x1b42a6(0x541)),'seriesStyle':_0x1be880?_0x23cf16:_0x40afd1,'onSeriesStyleChange':_0x1b4954}),!_0x5f3974&&(0x0,_0x5ad5b4['jsx'])(_0x2ffeda,{'isLineOrAreaChart':_0x304cfb,'allSeriesBorderStyle':_0x23cf16==null?void 0x0:_0x23cf16[_0x1b42a6(0x1f9)],'hideBorder':!_0x17d583,'controlName':_0x182bbc['t'](_0x17d583||_0x275921?_0x1b42a6(0x3d1):'sheets-chart-ui.border'),'borderStyle':_0x1be880?_0x67d6f8:_0x3fef2f,'onSeriesStyleChange':_0x1b4954}),(_0x304cfb||_0x5f3974)&&(0x0,_0x5ad5b4['jsx'])(_0x150e42,{'pointStyle':_0x1eeddf,'onChange':(_0x1197cb,_0x19ac84)=>_0x1b4954({'point':{[_0x1197cb]:_0x19ac84}}),'controls':_0x1be880?_0x24d995:_0x2e9a15})]}),!_0x4fffb9&&!_0x1be880&&!_0x22654d&&(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x4ff118,{'rightYAxis':!!_0x1d817b,'onSeriesStyleChange':_0x1b4954})]}),(0x0,_0x5ad5b4[_0x1b42a6(0x449)])(_0x1b42a6(0x428),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[!_0x1be880&&_0x275921&&(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x49fcbf,{'pointStyle':_0x40afd1==null?void 0x0:_0x40afd1[_0x1b42a6(0x32f)],'setSeriesStyle':_0x1b4954}),!_0x1be880&&!_0x275921&&(0x0,_0x5ad5b4['jsxs'])(_0x5ad5b4[_0x1b42a6(0x463)],{'children':[(0x0,_0x5ad5b4[_0x1b42a6(0x449)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x6d7),'children':[(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x32c),'children':(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])('div',{'className':_0x1b42a6(0x224),'children':_0x182bbc['t'](_0x1b42a6(0x5cb),_0x182bbc['t'](_0x1b42a6(0x201)))})}),(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x32c),'children':(0x0,_0x5ad5b4['jsx'])(_0x1a6924['DropdownSelector'],{'value':_0x3d459f,'menus':_0x31cd51==null?[]:_0x31cd51,'onSelect':_0x42e16b=>_0x178265(+_0x42e16b),'children':(0x0,_0x5ad5b4[_0x1b42a6(0x449)])(_0x1b42a6(0x428),{'className':_0x1b42a6(0x564),'children':[(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x3e4d73,{}),(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x133),{'children':_0x182bbc['t'](_0x1b42a6(0x520))})]})})})]}),_0x3fce86&&(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x5aa331,{'chartType':_0x584923,'data':_0x3fce86,'options':_0x31cd51==null?[]:_0x31cd51,'onChange':_0x315a35})]})]}),(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x1b42a6(0x428),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x5ad5b4[_0x1b42a6(0x55e)])(_0x2112d5,{'fallbackLabelStyle':_0x5b0775,'labelStyle':_0x59d573,'positionOptions':_0xd16c2,'contentTypeOptions':_0x126150,'onLabelStyleChange':(_0x308d2,_0x1595db)=>_0x1b4954({'label':{[_0x308d2]:_0x1595db}}),'onVisibleChange':_0x27154e=>_0x1b4954({'label':{'visible':_0x27154e}}),'isPieLike':!0x1,'chartType':_0x584923})})]});},_0x62d789=()=>{const _0x25eef9=_0x1671ac;var _0x298d73,_0x207f39,_0x2bdf55,_0x28e911;let _0x42c4d6=(0x0,_0x214668[_0x25eef9(0x693)])(_0x188e5d[_0x25eef9(0x2e3)]),_0x2c041d=(0x0,_0x214668[_0x25eef9(0x693)])(_0x188e5d[_0x25eef9(0x6b6)]),[_0x29aa7f,_0xc19bc]=_0x3d81d2(_0x25eef9(0x43e)),[_0x3726c9,_0x5ee4b1]=(0x0,_0x2a9a1d['useState'])(0x0),_0x86951=_0x5c728a['map'](_0x315651=>({'label':(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':'univer-flex\x20univer-h-6\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':'univer-flex\x20univer-items-center\x20univer-text-base','children':_0x1d98ac==null?void 0x0:_0x1d98ac[_0x315651[_0x25eef9(0x52f)]]}),(0x0,_0x5ad5b4['jsx'])(_0x25eef9(0x428),{'className':'univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x42c4d6['t'](_0x315651[_0x25eef9(0x3bf)])})]}),'value':_0x315651[_0x25eef9(0x52f)]})),_0x521563=_0x51636b[_0x25eef9(0x437)](_0x1bdfc2=>({..._0x1bdfc2,'label':_0x42c4d6['t'](_0x1bdfc2[_0x25eef9(0x3bf)])})),_0x587c7d=_0x382520[_0x25eef9(0x337)](0x1),_0x27c375=(_0x29aa7f||[])['map']((_0x39eb9c,_0x28ddc0)=>({'label':_0x39eb9c[_0x25eef9(0x566)],'value':String(_0x28ddc0)})),_0x13fb36=(0x0,_0x2a9a1d[_0x25eef9(0x1e4)])(_0x21dbd7=>{if(_0x29aa7f){let _0x52702f=[..._0x29aa7f];_0x52702f[_0x3726c9]={..._0x52702f[_0x3726c9],..._0x21dbd7},_0xc19bc(_0x52702f);}},[_0x29aa7f,_0x3726c9]),_0x354199=(0x0,_0x2a9a1d['useMemo'])(()=>_0x29aa7f?_0x29aa7f[_0x3726c9]:void 0x0,[_0x29aa7f,_0x3726c9]),[_0x5bfbfb,_0x15691b]=(0x0,_0x2a9a1d[_0x25eef9(0x1d3)])((_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x566)])||'');return _0x29aa7f===void 0x0||_0x29aa7f[_0x25eef9(0x424)]===0x0?null:(0x0,_0x5ad5b4['jsxs'])(_0x25eef9(0x29a),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':_0x25eef9(0x2a8),'children':(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x361)],{'className':_0x25eef9(0x34a),'value':String(_0x3726c9),'onChange':_0x31e076=>_0x5ee4b1(Number(_0x31e076)),'options':_0x27c375})}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t'](_0x25eef9(0x405))}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x307)],{'value':_0x5bfbfb,'onChange':_0x15691b,'onBlur':()=>{const _0x5ea4d7=_0x25eef9;_0x2c041d[_0x5ea4d7(0x5ae)](_0x188e5d[_0x5ea4d7(0x45d)],!0x1),_0x5bfbfb?_0x13fb36==null||_0x13fb36({'name':_0x5bfbfb}):_0x15691b((_0x354199==null?void 0x0:_0x354199[_0x5ea4d7(0x566)])||'');},'onFocus':()=>{const _0x590a73=_0x25eef9;_0x2c041d[_0x590a73(0x5ae)](_0x188e5d[_0x590a73(0x45d)],!0x0);}})}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':_0x25eef9(0x2a8),'children':_0x42c4d6['t'](_0x25eef9(0x618))}),(0x0,_0x5ad5b4[_0x25eef9(0x449)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x361)],{'className':_0x25eef9(0x5f0),'value':String(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x1e7)]),'onChange':_0x2c8a84=>_0x13fb36==null?void 0x0:_0x13fb36({'type':_0x2c8a84}),'options':_0x86951}),(0x0,_0x5ad5b4['jsx'])(_0x25eef9(0x428),{'className':_0x25eef9(0x5aa),'children':(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x6f1)],{'checked':(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x17c)])||_0x531b83[_0x25eef9(0x385)][_0x25eef9(0x3c4)][_0x25eef9(0x17c)],'onChange':_0x171f29=>_0x13fb36({'showFormula':!!_0x171f29}),'children':_0x42c4d6['t'](_0x25eef9(0x4d4))})}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':_0x25eef9(0x5aa),'children':(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x6f1)],{'checked':(_0x354199==null?void 0x0:_0x354199['showR2'])||_0x531b83[_0x25eef9(0x385)][_0x25eef9(0x3c4)][_0x25eef9(0x609)],'onChange':_0x52198f=>_0x13fb36({'showR2':!!_0x52198f}),'children':_0x42c4d6['t'](_0x25eef9(0x602))})}),((_0x354199==null?void 0x0:_0x354199['type'])===_0x531b83[_0x25eef9(0x40e)][_0x25eef9(0x1c3)]||(_0x354199==null?void 0x0:_0x354199['type'])===_0x531b83[_0x25eef9(0x40e)][_0x25eef9(0x3d2)])&&(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x166),'children':[(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x1e7)])===_0x531b83[_0x25eef9(0x40e)][_0x25eef9(0x1c3)]&&(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x5ad5b4['Fragment'],{'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t'](_0x25eef9(0x4a2))}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x361)],{'className':_0x25eef9(0x34a),'value':String((_0x298d73=_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x31f)])==null?_0x531b83[_0x25eef9(0x385)][_0x25eef9(0x3c4)]['order']:_0x298d73),'options':_0x1dfb2d,'onChange':_0x5b4ff3=>_0x13fb36==null?void 0x0:_0x13fb36({'order':Number(_0x5b4ff3)})})]}),(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x1e7)])===_0x531b83[_0x25eef9(0x40e)][_0x25eef9(0x3d2)]&&(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x5ad5b4[_0x25eef9(0x463)],{'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t'](_0x25eef9(0x3c8))}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x42a)],{'value':(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x3f8)])||_0x531b83[_0x25eef9(0x385)][_0x25eef9(0x3c4)][_0x25eef9(0x3f8)],'onChange':_0x16326f=>_0x13fb36==null?void 0x0:_0x13fb36({'period':Math[_0x25eef9(0x47d)](_0x16326f)})})]})]}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t']('sheets-chart-ui.seriesBlock.format')}),(0x0,_0x5ad5b4['jsxs'])(_0x25eef9(0x428),{'className':_0x25eef9(0x30a),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x32c),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t']('sheets-chart-ui.withColor',_0x42c4d6['t'](_0x25eef9(0x562)))}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924[_0x25eef9(0x2c2)],{'color':(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x493)])||'','onChange':_0x3ba657=>_0x13fb36==null?void 0x0:_0x13fb36({'color':_0x3ba657})})]}),(0x0,_0x5ad5b4['jsxs'])(_0x25eef9(0x428),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t'](_0x25eef9(0x355),_0x42c4d6['t'](_0x25eef9(0x562)))}),(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x2748bd[_0x25eef9(0x361)],{'className':_0x25eef9(0x34a),'value':String((_0x207f39=_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x52c)])==null?_0x531b83[_0x25eef9(0x385)][_0x25eef9(0x3c4)]['opacity']:_0x207f39),'options':_0xcb90ed,'onChange':_0x22c0aa=>_0x13fb36==null?void 0x0:_0x13fb36({'opacity':Number(_0x22c0aa)})})]})]}),(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x30a),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x449)])('div',{'className':_0x25eef9(0x32c),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t'](_0x25eef9(0x672),_0x42c4d6['t']('sheets-chart-ui.trendline.name'))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd['Select'],{'className':_0x25eef9(0x34a),'value':String((_0x2bdf55=_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x45b)])==null?_0x531b83[_0x25eef9(0x385)]['trendline'][_0x25eef9(0x45b)]:_0x2bdf55),'options':_0x521563,'onChange':_0x528169=>_0x13fb36==null?void 0x0:_0x13fb36({'dashType':_0x528169})})]}),(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x32c),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])('div',{'className':_0x25eef9(0x2a8),'children':_0x42c4d6['t']('sheets-chart-ui.withThickness',_0x42c4d6['t']('sheets-chart-ui.trendline.name'))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x25eef9(0x361)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x28e911=_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x568)])==null?_0x531b83[_0x25eef9(0x385)][_0x25eef9(0x3c4)][_0x25eef9(0x568)]:_0x28e911),'options':_0x587c7d,'onChange':_0x596641=>_0x13fb36==null?void 0x0:_0x13fb36({'width':Number(_0x596641)})})]})]}),(_0x354199==null?void 0x0:_0x354199['type'])!==_0x531b83['ChartTrendlineType'][_0x25eef9(0x3d2)]&&(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x30a),'children':[(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x17c)])&&(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x32c),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':_0x25eef9(0x2a8),'children':_0x42c4d6['t']('sheets-chart-ui.withColor',_0x42c4d6['t'](_0x25eef9(0x5a8)))}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924[_0x25eef9(0x2c2)],{'color':(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x671)])||'','onChange':_0xd0de03=>_0x13fb36==null?void 0x0:_0x13fb36({'formulaColor':_0xd0de03})})]}),(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x609)])&&(0x0,_0x5ad5b4[_0x25eef9(0x449)])(_0x25eef9(0x428),{'className':_0x25eef9(0x32c),'children':[(0x0,_0x5ad5b4[_0x25eef9(0x55e)])(_0x25eef9(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x42c4d6['t'](_0x25eef9(0x4e2),_0x42c4d6['t'](_0x25eef9(0x4a6)))}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924[_0x25eef9(0x2c2)],{'color':(_0x354199==null?void 0x0:_0x354199[_0x25eef9(0x21c)])||'','onChange':_0x1edb72=>_0x13fb36==null?void 0x0:_0x13fb36({'r2Color':_0x1edb72})})]})]})]})]});},_0x42d711={'fontSize':_0x531b83[_0x1671ac(0x385)]['textStyle'][_0x1671ac(0x614)],'contentType':_0x531b83['defaultChartConfig'][_0x1671ac(0x2cf)],'position':_0x531b83['defaultChartConfig']['textStyle'][_0x1671ac(0x3dd)]},_0x1cf6f2=()=>{const _0x18535d=_0x1671ac;var _0xddb11f,_0x101c9b,_0x2c93a6,_0x51e433,_0x4e9641,_0x318938,_0x1803f7,_0x375222,_0x1ad21b,_0xa88abd,_0x199d59,_0x1a38d9,_0x1abe40,_0x27594f,_0x3de1e7,_0x2dba89,_0x54f365;let _0x5bef29=(0x0,_0x214668[_0x18535d(0x693)])(_0x188e5d[_0x18535d(0x2e3)]),_0x1062c0=_0x28eddc['map'](_0x107474=>({..._0x107474,'label':_0x5bef29['t'](_0x107474[_0x18535d(0x3bf)])})),_0xc95fdc=(0x0,_0x2a9a1d[_0x18535d(0x2b4)])(()=>_0x599c72[_0x18535d(0x42d)](_0x1d2b68=>_0x1d2b68['value']!==String(_0x531b83[_0x18535d(0x3dc)][_0x18535d(0x6b3)]))[_0x18535d(0x437)](_0xa36e90=>({'value':_0xa36e90['value'],'label':_0x5bef29['t'](_0xa36e90['label'])})),[_0x5bef29]),_0x2ca209=(0x0,_0x214668[_0x18535d(0x693)])(_0x188e5d[_0x18535d(0x6b6)]),[_0x4c6f0a,_0x25a78d]=(0x0,_0x2a9a1d[_0x18535d(0x1d3)])(_0x531b83['defaultChartConfig'][_0x18535d(0x65b)]),_0x1314af=_0x4c6f0a===_0x531b83[_0x18535d(0x385)][_0x18535d(0x65b)],[_0x4fb524,_0x1deea6]=_0x3d81d2('allSeriesStyle'),[_0x5252e9,_0x19a8d6]=_0x3d81d2(_0x18535d(0x641)),[_0x193bde]=_0x3d81d2(_0x18535d(0x2e8)),[_0x136d0c]=_0x3d81d2(_0x18535d(0x4da)),_0x501001=_0x136d0c!==_0x531b83[_0x18535d(0x573)]['Stacked'],[_0x222f49]=[_0x10029d()][_0x18535d(0x437)](_0x460918=>({..._0x460918,'label':_0x5bef29['t'](_0x460918['label'])})),_0x59651a=_0x5252e9==null?void 0x0:_0x5252e9[_0x4c6f0a],_0x5ed1ad=(0x0,_0x2a9a1d[_0x18535d(0x2b4)])(()=>_0x193bde?[_0x222f49,..._0x193bde]:[],[_0x222f49,_0x193bde]),_0x4a3333=_0x4fe9df=>{_0x1314af?_0x1deea6(_0x4fe9df):_0x19a8d6({[_0x4c6f0a]:_0x4fe9df});},_0x383ff7=_0x531b83[_0x18535d(0x385)][_0x18535d(0x15d)],_0x56c5f6={'color':_0x18535d(0x188),'opacity':_0x383ff7[_0x18535d(0x52c)],'width':0x0,'dashType':_0x383ff7[_0x18535d(0x45b)]},_0x5acfac=_0x1314af?{..._0x56c5f6,..._0x4fb524==null||(_0xddb11f=_0x4fb524[_0x18535d(0x443)])==null||(_0xddb11f=_0xddb11f[_0x18535d(0x4bc)])==null?void 0x0:_0xddb11f[_0x18535d(0x1f9)]}:{..._0x56c5f6,..._0x59651a==null||(_0x101c9b=_0x59651a['waterfall'])==null||(_0x101c9b=_0x101c9b[_0x18535d(0x4bc)])==null?void 0x0:_0x101c9b[_0x18535d(0x1f9)]},_0x140dec=_0x1314af?{..._0x56c5f6,..._0x4fb524==null||(_0x2c93a6=_0x4fb524[_0x18535d(0x443)])==null||(_0x2c93a6=_0x2c93a6['negative'])==null?void 0x0:_0x2c93a6[_0x18535d(0x1f9)]}:{..._0x56c5f6,..._0x59651a==null||(_0x51e433=_0x59651a['waterfall'])==null||(_0x51e433=_0x51e433[_0x18535d(0x183)])==null?void 0x0:_0x51e433[_0x18535d(0x1f9)]},_0x3f7394=_0x1314af?{..._0x56c5f6,..._0x4fb524==null||(_0x4e9641=_0x4fb524[_0x18535d(0x443)])==null||(_0x4e9641=_0x4e9641['subtotal'])==null?void 0x0:_0x4e9641['border']}:{..._0x56c5f6,..._0x59651a==null||(_0x318938=_0x59651a['waterfall'])==null||(_0x318938=_0x318938[_0x18535d(0x433)])==null?void 0x0:_0x318938['border']},_0x2ec193=(_0x293ae2,_0x862168)=>{const _0x43afcb=_0x18535d;if(_0x862168===_0x531b83[_0x43afcb(0x6c4)][_0x43afcb(0x433)])return _0x5bef29['t'](_0x43afcb(0x352));let _0x1e9409=_0x193bde==null?void 0x0:_0x193bde[_0x43afcb(0x58b)](_0x3e0f8a=>_0x3e0f8a[_0x43afcb(0x52f)]===_0x293ae2);if(_0x1e9409){let _0x9026d8=_0x1e9409[_0x43afcb(0x3bf)];switch(_0x862168){case _0x531b83['WaterfallSeriesTypeEnum'][_0x43afcb(0x4bc)]:return _0x9026d8+'-('+_0x5bef29['t'](_0x43afcb(0x298))+')';case _0x531b83['WaterfallSeriesTypeEnum'][_0x43afcb(0x183)]:return _0x9026d8+'-('+_0x5bef29['t'](_0x43afcb(0x225))+')';default:return _0x9026d8;}}return'';},_0x863514=_0x1314af?(_0x1803f7=_0x4fb524==null?void 0x0:_0x4fb524['label'])==null?{}:_0x1803f7:Object[_0x18535d(0x651)]({},_0x4fb524==null?void 0x0:_0x4fb524[_0x18535d(0x3bf)],_0x59651a==null?void 0x0:_0x59651a['label']),_0x43ecf9=_0x501001?_0x59651a==null||(_0x375222=_0x59651a[_0x18535d(0x443)])==null||(_0x375222=_0x375222[_0x18535d(0x433)])==null?void 0x0:_0x375222[_0x18535d(0x566)]:_0x4fb524==null||(_0x1ad21b=_0x4fb524[_0x18535d(0x443)])==null||(_0x1ad21b=_0x1ad21b[_0x18535d(0x433)])==null?void 0x0:_0x1ad21b[_0x18535d(0x566)],_0xa30c99=_0x136d0c===_0x531b83[_0x18535d(0x573)][_0x18535d(0x34d)]?_0x1314af:!0x0;return(0x0,_0x5ad5b4[_0x18535d(0x449)])(_0x18535d(0x428),{'children':[(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x18535d(0x428),{'className':'univer-mb-2\x20univer-h-8','children':(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x18535d(0x361)],{'className':_0x18535d(0x34a),'value':_0x4c6f0a,'onChange':_0x592f80=>_0x25a78d(_0x592f80),'options':_0x5ed1ad})}),(0x0,_0x5ad5b4[_0x18535d(0x449)])('div',{'className':_0x18535d(0x2f7),'children':[(0x0,_0x5ad5b4['jsx'])(_0x18535d(0x428),{'className':_0x18535d(0x224),'children':_0x5bef29['t'](_0x18535d(0x588))}),!_0x1314af&&(0x0,_0x5ad5b4['jsxs'])(_0x5ad5b4[_0x18535d(0x463)],{'children':[(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x18535d(0x428),{'className':_0x18535d(0x5d9),'children':_0x5bef29['t'](_0x18535d(0x18d))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x18535d(0x307)],{'className':_0x18535d(0x131),'value':(_0x59651a==null||(_0xa88abd=_0x59651a[_0x18535d(0x443)])==null||(_0xa88abd=_0xa88abd[_0x18535d(0x4bc)])==null?void 0x0:_0xa88abd[_0x18535d(0x566)])||_0x2ec193(_0x4c6f0a,_0x531b83[_0x18535d(0x6c4)][_0x18535d(0x4bc)]),'onChange':_0x19e9b6=>{_0x4a3333({'waterfall':{'positive':{'name':_0x19e9b6}}});},'onFocus':()=>{const _0x1b48e7=_0x18535d;_0x2ca209['setContextValue'](_0x188e5d[_0x1b48e7(0x45d)],!0x0);},'onBlur':()=>{const _0x54f729=_0x18535d;_0x2ca209[_0x54f729(0x5ae)](_0x188e5d[_0x54f729(0x45d)],!0x1);}})]}),(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2ec745,{'chartType':_0x531b83['ChartTypeBits'][_0x18535d(0x348)],'allSeriesStyle':_0x4fb524,'controlName':'','seriesStyle':_0x1314af?_0x4fb524==null||(_0x199d59=_0x4fb524[_0x18535d(0x443)])==null?void 0x0:_0x199d59['positive']:_0x59651a==null||(_0x1a38d9=_0x59651a[_0x18535d(0x443)])==null?void 0x0:_0x1a38d9[_0x18535d(0x4bc)],'onSeriesStyleChange':_0x75e044=>_0x4a3333({'waterfall':{'positive':_0x75e044}})}),(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2ffeda,{'isLineOrAreaChart':!0x1,'allSeriesBorderStyle':_0x4fb524==null?void 0x0:_0x4fb524[_0x18535d(0x1f9)],'hideBorder':!0x0,'controlName':_0x5bef29['t']('sheets-chart-ui.border'),'borderStyle':_0x5acfac,'onSeriesStyleChange':_0x536bd5=>_0x4a3333({'waterfall':{'positive':_0x536bd5}})})]}),(0x0,_0x5ad5b4[_0x18535d(0x449)])(_0x18535d(0x428),{'className':_0x18535d(0x2f7),'children':[(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x18535d(0x428),{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x5bef29['t'](_0x18535d(0x640))}),!_0x1314af&&(0x0,_0x5ad5b4['jsxs'])(_0x5ad5b4[_0x18535d(0x463)],{'children':[(0x0,_0x5ad5b4[_0x18535d(0x55e)])('div',{'className':_0x18535d(0x5d9),'children':_0x5bef29['t'](_0x18535d(0x5b2))}),(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2748bd[_0x18535d(0x307)],{'className':_0x18535d(0x131),'value':(_0x59651a==null||(_0x1abe40=_0x59651a[_0x18535d(0x443)])==null||(_0x1abe40=_0x1abe40[_0x18535d(0x183)])==null?void 0x0:_0x1abe40[_0x18535d(0x566)])||_0x2ec193(_0x4c6f0a,_0x531b83[_0x18535d(0x6c4)][_0x18535d(0x183)]),'onChange':_0x5849ba=>{_0x4a3333({'waterfall':{'negative':{'name':_0x5849ba}}});},'onFocus':()=>{const _0x51f628=_0x18535d;_0x2ca209[_0x51f628(0x5ae)](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x0);},'onBlur':()=>{const _0x2d0073=_0x18535d;_0x2ca209[_0x2d0073(0x5ae)](_0x188e5d[_0x2d0073(0x45d)],!0x1);}})]}),(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2ec745,{'chartType':_0x531b83[_0x18535d(0x58c)]['Waterfall'],'allSeriesStyle':_0x4fb524,'controlName':'','seriesStyle':_0x1314af?_0x4fb524==null||(_0x27594f=_0x4fb524['waterfall'])==null?void 0x0:_0x27594f[_0x18535d(0x183)]:_0x59651a==null||(_0x3de1e7=_0x59651a['waterfall'])==null?void 0x0:_0x3de1e7[_0x18535d(0x183)],'onSeriesStyleChange':_0x43b80e=>_0x4a3333({'waterfall':{'negative':_0x43b80e}})}),(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2ffeda,{'controlName':_0x5bef29['t'](_0x18535d(0x464)),'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x4fb524==null?void 0x0:_0x4fb524[_0x18535d(0x1f9)],'borderStyle':_0x140dec,'onSeriesStyleChange':_0x1a79fe=>_0x4a3333({'waterfall':{'negative':_0x1a79fe}})})]}),_0xa30c99&&(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x5ad5b4[_0x18535d(0x463)],{'children':(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x18535d(0x428),{'className':_0x18535d(0x2f7),'children':(0x0,_0x5ad5b4['jsxs'])(_0x5ad5b4['Fragment'],{'children':[(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x18535d(0x428),{'className':_0x18535d(0x224),'children':_0x5bef29['t'](_0x18535d(0x38b))}),(0x0,_0x5ad5b4[_0x18535d(0x449)])(_0x5ad5b4[_0x18535d(0x463)],{'children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x18535d(0x5d9),'children':_0x5bef29['t'](_0x18535d(0x631))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd['Input'],{'className':_0x18535d(0x131),'value':_0x43ecf9||_0x2ec193(_0x4c6f0a,_0x531b83[_0x18535d(0x6c4)]['subtotal']),'onChange':_0x1a92f7=>{_0x4a3333({'waterfall':{'subtotal':{'name':_0x1a92f7}}});},'onFocus':()=>{const _0x255659=_0x18535d;_0x2ca209[_0x255659(0x5ae)](_0x188e5d[_0x255659(0x45d)],!0x0);},'onBlur':()=>{const _0x49e866=_0x18535d;_0x2ca209[_0x49e866(0x5ae)](_0x188e5d[_0x49e866(0x45d)],!0x1);}})]}),(0x0,_0x5ad5b4['jsx'])(_0x2ec745,{'chartType':_0x531b83[_0x18535d(0x58c)][_0x18535d(0x348)],'allSeriesStyle':_0x4fb524,'controlName':'','seriesStyle':_0x1314af?_0x4fb524==null||(_0x2dba89=_0x4fb524[_0x18535d(0x443)])==null?void 0x0:_0x2dba89[_0x18535d(0x433)]:_0x59651a==null||(_0x54f365=_0x59651a[_0x18535d(0x443)])==null?void 0x0:_0x54f365[_0x18535d(0x433)],'onSeriesStyleChange':_0x251d7a=>_0x4a3333({'waterfall':{'subtotal':_0x251d7a}})}),(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2ffeda,{'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x4fb524==null?void 0x0:_0x4fb524[_0x18535d(0x1f9)],'controlName':_0x5bef29['t']('sheets-chart-ui.border'),'borderStyle':_0x3f7394,'onSeriesStyleChange':_0x1231f4=>_0x4a3333({'waterfall':{'subtotal':_0x1231f4}})})]})})}),(0x0,_0x5ad5b4['jsx'])(_0x18535d(0x428),{'className':_0x18535d(0x2f7),'children':(0x0,_0x5ad5b4[_0x18535d(0x55e)])(_0x2112d5,{'fallbackLabelStyle':_0x42d711,'labelStyle':_0x863514,'positionOptions':_0x1062c0,'contentTypeOptions':_0xc95fdc,'onLabelStyleChange':(_0x5c5230,_0x2afb31)=>_0x4a3333({'label':{[_0x5c5230]:_0x2afb31}}),'onVisibleChange':_0x1ca77b=>_0x4a3333({'label':{'visible':_0x1ca77b}}),'isPieLike':!0x1,'chartType':_0x531b83[_0x18535d(0x58c)]['Waterfall']})})]});};function _0x1e20ea(_0x1c4dd3){const _0x9e6e32=_0x1671ac;let _0x1e2f3e=[];for(let [_0x47c4b3,_0x331de6]of _0x1c4dd3)_0x1e2f3e[_0x9e6e32(0x507)]({'value':_0x47c4b3,'label':_0x47c4b3,'icon':_0x331de6['src']});return _0x1e2f3e;}function _0xdf1ecf(){const _0x234a60=_0x1671ac;let _0x16d4a6=(0x0,_0x214668[_0x234a60(0x693)])(_0x188e5d[_0x234a60(0x2e3)]),_0x3e961a=_0x1e20ea((0x0,_0x214668[_0x234a60(0x693)])(_0x531b83[_0x234a60(0x551)])[_0x234a60(0x445)]()),[_0x132582,_0x4e8d35]=_0x3d81d2(_0x234a60(0x3e3)),[_0x47d04c,_0x4c9d30]=_0x3d81d2(_0x234a60(0x306)),[_0x4bc845,_0x49b8b9]=(0x0,_0x2a9a1d['useState'])(!0x1),_0x9abfe1=_0x3e961a['find'](_0x18b06e=>_0x18b06e[_0x234a60(0x52f)]===_0x132582)||_0x3e961a[0x0];return(0x0,_0x5ad5b4[_0x234a60(0x449)])(_0x234a60(0x428),{'className':_0x234a60(0x2f7),'children':[(0x0,_0x5ad5b4[_0x234a60(0x55e)])('div',{'className':'univer-text\x20univer-mb-2\x20univer-text-sm','children':_0x16d4a6['t'](_0x234a60(0x16a))}),(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x2748bd[_0x234a60(0x54c)],{'open':_0x4bc845,'onOpenChange':_0x49b8b9,'overlay':(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x234a60(0x428),{'className':_0x234a60(0x6c7),'children':_0x3e961a['map'](_0x452859=>(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x234a60(0x190),{'className':(0x0,_0x2748bd[_0x234a60(0x6e6)])(_0x234a60(0x398),_0x2748bd[_0x234a60(0x12e)],{'univer-bg-white':_0x9abfe1[_0x234a60(0x52f)]!==_0x452859[_0x234a60(0x52f)],'univer-select-item-option-selected':_0x9abfe1['value']===_0x452859[_0x234a60(0x52f)]}),'type':_0x234a60(0x190),'onClick':()=>{_0x4e8d35(_0x452859['value']),_0x49b8b9(!0x1);},'children':(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x234a60(0x133),{'className':_0x234a60(0x6e9),'children':(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x234a60(0x587),{'src':_0x452859[_0x234a60(0x367)],'alt':_0x452859[_0x234a60(0x3bf)]})})},_0x452859['value']))}),'children':(0x0,_0x5ad5b4['jsx'])(_0x234a60(0x190),{'className':(0x0,_0x2748bd[_0x234a60(0x6e6)])(_0x234a60(0x58d),_0x2748bd['borderClassName']),'type':'button','children':(0x0,_0x5ad5b4[_0x234a60(0x449)])(_0x234a60(0x133),{'className':_0x234a60(0x691),'children':[(0x0,_0x5ad5b4[_0x234a60(0x55e)])('span',{'className':'univer-mr-2\x20univer-text-2xl','children':(0x0,_0x5ad5b4['jsx'])(_0x234a60(0x587),{'className':'univer-size-4','src':_0x9abfe1[_0x234a60(0x367)],'alt':_0x9abfe1[_0x234a60(0x3bf)]})}),(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x234a60(0x133),{'children':_0x9abfe1['label']})]})})}),(0x0,_0x5ad5b4[_0x234a60(0x55e)])(_0x2748bd[_0x234a60(0x6f1)],{'className':_0x234a60(0x6d5),'checked':_0x47d04c==null?_0x531b83[_0x234a60(0x385)][_0x234a60(0x68c)][_0x234a60(0x17f)]:_0x47d04c,'onChange':_0x9e4204=>{_0x4c9d30==null||_0x4c9d30(!!_0x9e4204);},'children':_0x16d4a6['t'](_0x234a60(0x546))})]});}let {textStyle:_0x48b321}=_0x531b83[_0x1671ac(0x385)];function _0x5ab3b8(_0x25598c){const _0x470e9d=_0x1671ac;var _0x1550e2;return(_0x1550e2=_0x25598c==null?void 0x0:_0x25598c[_0x470e9d(0x58b)](_0x129248=>_0x129248[_0x470e9d(0x3dd)]===_0x531b83['IRuntimeAxisPosition'][_0x470e9d(0x214)]))==null?_0x25598c==null?void 0x0:_0x25598c[_0x470e9d(0x58b)](_0x38e042=>_0x38e042[_0x470e9d(0x3dd)]===_0x531b83[_0x470e9d(0x1bd)]['Right']):_0x1550e2;}let _0x29c138=()=>{const _0x182e94=_0x1671ac;var _0x5be3b8,_0x5632a3,_0x589105,_0x474fde,_0x3c65e7,_0x10302a,_0x32030c,_0x1cea89,_0x2dfb7c;let _0x29d84b=(0x0,_0x214668[_0x182e94(0x693)])(_0x188e5d[_0x182e94(0x2e3)]),_0x394100=(0x0,_0x214668[_0x182e94(0x693)])(_0x188e5d[_0x182e94(0x6b6)]),_0x493324=(0x0,_0x214668[_0x182e94(0x693)])(_0x21996a),_0x4bfc84=(0x0,_0x214668['useDependency'])(_0x214668['IDialogService']),_0x10db2d=(0x0,_0x214668[_0x182e94(0x2da)])(_0x493324[_0x182e94(0x5b1)],null),_0x2ca866=(0x0,_0x214668[_0x182e94(0x2da)])(_0x493324[_0x182e94(0x557)],null),_0x3718b5=(_0x2ca866==null?void 0x0:_0x2ca866[_0x182e94(0x6b0)])===_0x10db2d?_0x2ca866['route']:null,_0x169c40=(0x0,_0x2a9a1d['useRef'])(null),[_0x2b3afe,_0x2bb975]=_0x3d81d2('chartType'),[_0x4fe8af,_0x258425]=_0x3d81d2(_0x182e94(0x65f),''),[_0x2ab1fc,_0x1ff9d7]=_0x3d81d2(_0x182e94(0x2ed),''),[_0x4294d0,_0x4a6f64]=_0x3d81d2(_0x182e94(0x57b)),[_0x3e9b1c,_0x3f2faf]=_0x3d81d2(_0x182e94(0x2af)),[_0x5ab68c,_0x52a79d]=_0x3d81d2(_0x182e94(0x5c9)),[_0x3d87bc,_0x9b82a9]=_0x3d81d2(_0x182e94(0x2ad)),[_0x4af585,_0x550006]=_0x3d81d2('rightYAxisOptions'),[_0x217109,_0x24d451]=_0x3d81d2(_0x182e94(0x69e)),[_0x569d08,_0x50b8aa]=_0x3d81d2('titlePosition'),[_0x2bd4fe,_0x5abadf]=_0x3d81d2(_0x182e94(0x28e)),[_0x14324c]=_0x3d81d2(_0x182e94(0x2a6)),[_0x50ace7]=_0x3d81d2(_0x182e94(0x12f)),_0x9160e5=(0x0,_0x214668[_0x182e94(0x693)])(_0x531b83['ChartThemeService']),[_0x248285,_0x422b96]=(0x0,_0x2a9a1d[_0x182e94(0x1d3)])(''),[_0x171a04]=_0x3d81d2(_0x182e94(0x43e)),_0x402f60=_0x2b3afe&&(0x0,_0x531b83[_0x182e94(0x40c)])(_0x2b3afe),_0xaf0607=_0x171a04&&_0x171a04[_0x182e94(0x424)]>0x0,_0xefe672=_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x1c7)]),_0x1fb1ea=(0x0,_0x2a9a1d[_0x182e94(0x2b4)])(()=>_0x50ace7?_0x9160e5[_0x182e94(0x280)](_0x50ace7):_0x9160e5[_0x182e94(0x381)](),[_0x50ace7]),_0x1d6c39=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)]['baseOn'](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x31b)])),_0x137424=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)]['baseOn'](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x4fd)])),_0x31174b=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83['ChartTypeBits'][_0x182e94(0x49b)])),_0x3aea48=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x442)])),_0x1db468=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x226)])),_0x3c926d=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83['ChartTypeBits'][_0x182e94(0x5ea)])),_0xe00ddc=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x24d)])),_0xc8b856=(0x0,_0x2a9a1d[_0x182e94(0x2b4)])(()=>_0x14324c==null?void 0x0:_0x14324c[_0x182e94(0x393)]((_0x55de61,_0x4389e0)=>(_0x55de61[_0x4389e0[_0x182e94(0x3dd)]]=_0x4389e0,_0x55de61),{}),[_0x14324c]),_0x55483c=!!(_0xc8b856!=null&&_0xc8b856[_0x531b83['IRuntimeAxisPosition'][_0x182e94(0x658)]])&&!!(_0xc8b856!=null&&_0xc8b856[_0x531b83['IRuntimeAxisPosition'][_0x182e94(0x214)]])&&(_0x2b3afe&_0x531b83['ChartTypeBits']['Pie'])===0x0&&(_0x2b3afe&_0x531b83[_0x182e94(0x58c)][_0x182e94(0x484)])===0x0,_0xba5a9e=_0x5ab3b8(_0x14324c),[_0xf49b34,_0x4c4415]=(0x0,_0x2a9a1d[_0x182e94(0x1d3)])(_0x46e0ac[0x0][_0x182e94(0x52f)]),[_0x3a94a3,_0x283949]=(0x0,_0x2a9a1d[_0x182e94(0x1d3)])(null),_0x2b73a6=_0x217109==null?void 0x0:_0x217109[_0xf49b34],_0xe0350d={'color':_0x48b321[_0x182e94(0x493)],'fontSize':_0xf49b34===_0x182e94(0x29e)?_0x48b321[_0x182e94(0x24b)]:_0xf49b34===_0x182e94(0x2b9)?_0x48b321[_0x182e94(0x3ee)]:_0x48b321[_0x182e94(0x614)],..._0x2b73a6},_0xda8824=(0x0,_0x2a9a1d[_0x182e94(0x1e4)])(_0x5eebb0=>{_0x24d451({[_0xf49b34]:_0x5eebb0});},[_0xf49b34]),_0x43e2bc=_0x433db1=>{const _0x448ac9=_0x182e94;let _0x1cff4a={'label':{'axisTitleAlign':_0x433db1}};_0xf49b34===_0x448ac9(0x374)&&_0x52a79d(_0x1cff4a),_0xf49b34===_0x448ac9(0x4ca)&&_0x9b82a9(_0x1cff4a),_0xf49b34===_0x448ac9(0x608)&&_0x550006(_0x1cff4a);},_0x90d147=()=>{const _0xd47645=_0x182e94;if(_0xf49b34===_0xd47645(0x374)){var _0x3629ef;return _0x5ab68c==null||(_0x3629ef=_0x5ab68c[_0xd47645(0x3bf)])==null?void 0x0:_0x3629ef[_0xd47645(0x53e)];}if(_0xf49b34===_0xd47645(0x4ca)){var _0x48f1eb;return _0x3d87bc==null||(_0x48f1eb=_0x3d87bc[_0xd47645(0x3bf)])==null?void 0x0:_0x48f1eb[_0xd47645(0x53e)];}if(_0xf49b34===_0xd47645(0x608)){var _0xf8584c;return _0x4af585==null||(_0xf8584c=_0x4af585['label'])==null?void 0x0:_0xf8584c[_0xd47645(0x53e)];}};(0x0,_0x2a9a1d[_0x182e94(0x67a)])(()=>{var _0x64200b;_0x422b96((_0x64200b=_0xe0350d==null?void 0x0:_0xe0350d['content'])==null?'':_0x64200b);},[_0xe0350d==null?void 0x0:_0xe0350d[_0x182e94(0x16d)]]);let _0x14faec=_0x45dc73['map'](_0x587819=>({..._0x587819,'label':_0x29d84b['t'](_0x587819['label'])})),_0x20e1c7=_0x46e0ac['map'](_0xe91c01=>({..._0xe91c01,'label':_0x29d84b['t'](_0xe91c01[_0x182e94(0x3bf)])})),_0x2b23ff=_0x30a963[_0x182e94(0x437)](_0x133b70=>({..._0x133b70,'label':_0x29d84b['t'](_0x133b70[_0x182e94(0x3bf)])})),_0x20e075=_0x11d7ce[_0x182e94(0x437)](_0x21a75e=>({..._0x21a75e,'label':_0x29d84b['t'](_0x21a75e[_0x182e94(0x3bf)])})),_0x45f4a3=(_0x5be3b8=_0x4294d0==null?void 0x0:_0x4294d0[_0x182e94(0x3dd)])==null?_0x531b83[_0x182e94(0x385)][_0x182e94(0x60a)][_0x182e94(0x3dd)]:_0x5be3b8,_0x5e230f=[_0x20e1c7[0x0]],_0x485c2f=_0x1a1152[_0x182e94(0x437)](_0x1807b3=>({..._0x1807b3,'label':_0x29d84b['t'](_0x1807b3[_0x182e94(0x3bf)])})),_0x18de16=_0xe5b695[_0x182e94(0x437)](_0x330581=>({..._0x330581,'label':_0x29d84b['t'](_0x330581[_0x182e94(0x3bf)])})),_0x26021e=(_0xc572ad,_0x2b21cd)=>{const _0x36d575=_0x182e94;let _0x36f15a={'label':_0x50ad70,'onPatternApply':_0x2b21cd,'originPattern':_0xc572ad};_0x4bfc84[_0x36d575(0x674)]({'id':_0x3b57da,'title':{'title':_0x29d84b['t'](_0x36d575(0x5b7))},'children':_0x36f15a,'width':0x258,'onClose':()=>{const _0x16189a=_0x36d575;_0x4bfc84[_0x16189a(0x363)](_0x3b57da);}});},_0x4b8970=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)]['baseOn'](_0x2b3afe,_0x531b83['ChartTypeBits'][_0x182e94(0x30b)])),_0x3823bd=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83[_0x182e94(0x58c)][_0x182e94(0x484)])),_0x3b2d94=!!(_0x2b3afe&&_0x531b83[_0x182e94(0x39f)][_0x182e94(0x653)](_0x2b3afe,_0x531b83[_0x182e94(0x58c)]['Waterfall'])),_0x581306=[{'id':_0x182e94(0x664),'label':(0x0,_0x5ad5b4['jsx'])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x140))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x29a),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x428),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x5ad5b4['jsxs'])(_0x182e94(0x428),{'className':_0x182e94(0x32c),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x3cf))}),(0x0,_0x5ad5b4['jsx'])(_0x1a6924['ColorPickerControl'],{'color':_0x4fe8af,'onChange':_0x258425})]}),(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x428),{'className':_0x182e94(0x32c),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x2a8),'children':_0x29d84b['t']('sheets-chart-ui.chartBorderColor')}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x1a6924[_0x182e94(0x2c2)],{'color':_0x2ab1fc,'onChange':_0x1ff9d7})]})]})})},{'id':'chartAndAxisTitles','label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x4f6))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x449)])('section',{'children':[(0x0,_0x5ad5b4[_0x182e94(0x449)])('div',{'className':_0x182e94(0x2f7),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x3de))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x182e94(0x361)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0xf49b34,'options':_0x4b8970||_0x3823bd||_0x1d6c39?_0x5e230f:_0x20e1c7,'onChange':_0x471d04=>_0x4c4415(_0x471d04)})]}),(0x0,_0x5ad5b4['jsxs'])(_0x182e94(0x428),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x698))}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd[_0x182e94(0x307)],{'value':_0x248285,'onChange':_0x422b96,'onFocus':()=>{const _0x56b91e=_0x182e94;_0x394100[_0x56b91e(0x5ae)](_0x188e5d[_0x56b91e(0x45d)],!0x0);},'onBlur':()=>{const _0x407fec=_0x182e94;_0x394100['setContextValue'](_0x188e5d['FOCUSING_PANEL_EDITOR'],!0x1),_0x248285!==(_0xe0350d==null?void 0x0:_0xe0350d[_0x407fec(0x16d)])&&_0xda8824({'content':_0x248285});}})]}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x2f7),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x428),{'className':_0x182e94(0x32c),'children':[_0xf49b34===_0x182e94(0x29e)&&(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x5ad5b4[_0x182e94(0x463)],{'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x19d))}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd[_0x182e94(0x361)],{'className':_0x182e94(0x34a),'value':_0x569d08==null?_0x531b83[_0x182e94(0x385)][_0x182e94(0x13f)]:_0x569d08,'options':_0x485c2f,'onChange':_0x4dd788=>_0x50b8aa(_0x4dd788)})]}),_0xf49b34!==_0x182e94(0x29e)&&(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x5ad5b4[_0x182e94(0x463)],{'children':[(0x0,_0x5ad5b4['jsx'])(_0x182e94(0x428),{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x1ae))}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x182e94(0x361)],{'className':_0x182e94(0x34a),'value':(_0x5632a3=_0x90d147())==null?_0x531b83['defaultChartConfig'][_0x182e94(0x195)][_0x182e94(0x4bd)]:_0x5632a3,'options':_0x18de16,'onChange':_0x33cd23=>_0x43e2bc(_0x33cd23)})]})]})})}),(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x428),{'className':_0x182e94(0x2f7),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x29d84b['t'](_0x182e94(0x591))}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x305),'children':(0x0,_0x5ad5b4['jsx'])(_0x1a6924[_0x182e94(0x231)],{'alignControl':_0xf49b34===_0x182e94(0x29e),..._0xe0350d,'onChange':(_0x4d6b00,_0x24aff9)=>_0xda8824({[_0x4d6b00]:_0x24aff9})})})]})]})},_0x1d6c39&&{'id':'wordCloud','label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x29d84b['t'](_0x182e94(0x1da))}),'children':(0x0,_0x5ad5b4['jsx'])(_0xdf1ecf,{})},!_0x1d6c39&&!_0x4b8970&&!_0x137424&&!_0x3aea48&&!_0x3b2d94&&!_0x1db468&&!_0x3c926d&&!_0xe00ddc&&{'id':_0x182e94(0x3f7),'label':(0x0,_0x5ad5b4['jsx'])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x4f8))}),'children':(0x0,_0x5ad5b4['jsx'])(_0x3462d5,{'chartType':_0x2b3afe,'selectedSeriesId':(_0x3718b5==null?void 0x0:_0x3718b5[_0x182e94(0x29a)])==='series'?_0x3718b5[_0x182e94(0x5c7)]:void 0x0})},_0x1db468&&{'id':_0x182e94(0x504),'label':(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x182e94(0x3e1),'children':_0x29d84b['t']('sheets-chart-ui.pareto.barSeries')}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x5778e4,{'isLineSeries':!0x1})},_0x1db468&&{'id':_0x182e94(0x208),'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x44a))}),'children':(0x0,_0x5ad5b4['jsx'])(_0x5778e4,{'isLineSeries':!0x0})},_0x3b2d94&&{'id':_0x182e94(0x5ef),'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x29d84b['t'](_0x182e94(0x4f8))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x1cf6f2,{})},_0x4b8970&&{'id':_0x182e94(0x2e6),'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x185))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x1c5e8f,{'chartType':_0x2b3afe,'onChartTypeChange':_0x2bb975})},!_0x1d6c39&&!_0x3c926d&&{'id':_0x182e94(0x60a),'label':(0x0,_0x5ad5b4['jsx'])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t']('sheets-chart-ui.legend')}),'children':(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x29a),{'children':[(0x0,_0x5ad5b4['jsxs'])('div',{'className':_0x182e94(0x2f7),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x2a8),'children':_0x29d84b['t']('sheets-chart-ui.position')}),(0x0,_0x5ad5b4['jsx'])(_0x2748bd[_0x182e94(0x361)],{'className':_0x182e94(0x34a),'value':(_0x4294d0==null?void 0x0:_0x4294d0[_0x182e94(0x3dd)])||_0x531b83[_0x182e94(0x385)]['legend'][_0x182e94(0x3dd)],'onChange':_0x17c17d=>_0x4a6f64({..._0x4294d0,'position':_0x17c17d}),'options':_0x14faec})]}),(0x0,_0x5ad5b4['jsxs'])(_0x182e94(0x428),{'className':_0x182e94(0x2f7),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x4f5))}),!_0xe00ddc&&(0x0,_0x5ad5b4['jsx'])(_0x2748bd['Select'],{'className':'univer-w-full\x20!univer-min-w-0','value':(_0x4294d0==null?void 0x0:_0x4294d0[_0x182e94(0x477)])||_0x531b83[_0x182e94(0x385)][_0x182e94(0x60a)][_0x182e94(0x477)],'onChange':_0x2fa7ed=>_0x4a6f64({..._0x4294d0,'selectMode':_0x2fa7ed}),'options':_0x2b23ff}),_0xe00ddc&&(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd['Select'],{'className':_0x182e94(0x34a),'value':_0x3e9b1c||_0x531b83['defaultChartConfig'][_0x182e94(0x2fc)]['visualMapType'],'onChange':_0x4f431f=>_0x3f2faf(_0x4f431f),'options':_0x20e075})]}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x1a6924[_0x182e94(0x1bb)],{'chartType':_0x2b3afe,'position':_0x45f4a3,'wrap':_0x4294d0==null?void 0x0:_0x4294d0[_0x182e94(0x47a)],'onChange':_0x11f0d0=>_0x4a6f64({..._0x4294d0,'wrap':_0x11f0d0})}),!_0xe00ddc&&(0x0,_0x5ad5b4['jsxs'])(_0x182e94(0x428),{'className':_0x182e94(0x2f7),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x2a8),'children':_0x29d84b['t'](_0x182e94(0x591))}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x1a6924[_0x182e94(0x231)],{..._0x4294d0==null?void 0x0:_0x4294d0[_0x182e94(0x3bf)],'fontSize':(_0x589105=_0x4294d0==null||(_0x474fde=_0x4294d0['label'])==null?void 0x0:_0x474fde[_0x182e94(0x614)])==null?_0x531b83[_0x182e94(0x385)][_0x182e94(0x2f3)]['fontSize']:_0x589105,'color':(_0x3c65e7=_0x4294d0==null||(_0x10302a=_0x4294d0['label'])==null?void 0x0:_0x10302a[_0x182e94(0x493)])==null?_0x531b83[_0x182e94(0x385)][_0x182e94(0x2f3)][_0x182e94(0x493)]:_0x3c65e7,'onChange':(_0x2d3b03,_0x4a3291)=>_0x4a6f64({'label':{[_0x2d3b03]:_0x4a3291}})})]})]})},!_0x1d6c39&&!_0x4b8970&&!_0x3823bd&&!_0x31174b&&!_0x3aea48&&!_0x3c926d&&!_0xe00ddc&&{'id':_0x182e94(0x4d6),'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t']('sheets-chart-ui.axes.horizontalAxis')}),'children':(0x0,_0x5ad5b4['jsxs'])(_0x182e94(0x29a),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x5a9ee9,{'axisOptions':_0x5ab68c,'canUseDateAxis':_0x2b3afe!==_0x531b83[_0x182e94(0x58c)]['Scatter']&&_0x2b3afe!==_0x531b83['ChartTypeBits'][_0x182e94(0x348)],'valueAxis':_0xefe672||(_0xc8b856==null||(_0x32030c=_0xc8b856[_0x531b83[_0x182e94(0x1bd)][_0x182e94(0x6c0)]])==null?void 0x0:_0x32030c[_0x182e94(0x1e7)])===_0x531b83[_0x182e94(0x56a)][_0x182e94(0x529)],'onChange':_0x52a79d}),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd[_0x182e94(0x178)],{'className':'','size':_0x182e94(0x607),'onClick':()=>{_0x26021e(_0x5ab68c==null?void 0x0:_0x5ab68c['format'],_0x2fee6c=>{_0x52a79d({'format':_0x2fee6c});});},'children':_0x29d84b['t'](_0x182e94(0x5b7))})]})},!_0x1d6c39&&!_0x4b8970&&!_0x3823bd&&!_0x31174b&&!_0x3aea48&&!_0x3c926d&&!_0xe00ddc&&{'id':_0x182e94(0x466),'label':(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x242))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x29a),{'className':_0x182e94(0x2f7),'children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x5a9ee9,{'axisOptions':_0x3d87bc,'canUseDateAxis':!0x1,'valueAxis':(_0xba5a9e==null?void 0x0:_0xba5a9e[_0x182e94(0x1e7)])===_0x531b83[_0x182e94(0x56a)][_0x182e94(0x529)],'onChange':_0x9b82a9}),(_0xba5a9e==null?void 0x0:_0xba5a9e['type'])===_0x531b83[_0x182e94(0x56a)][_0x182e94(0x529)]&&(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd['Button'],{'className':'','size':_0x182e94(0x607),'onClick':()=>{const _0x2cae26=_0x182e94;_0x26021e(_0x3d87bc==null?void 0x0:_0x3d87bc[_0x2cae26(0x4b2)],_0x136e33=>{_0x9b82a9({'format':_0x136e33});});},'children':_0x29d84b['t'](_0x182e94(0x5b7))})]})},!_0x1d6c39&&_0x55483c&&!_0x3aea48&&!_0x3c926d&&!_0xe00ddc&&{'id':_0x182e94(0x694),'label':(0x0,_0x5ad5b4['jsx'])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x3a8))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x449)])(_0x182e94(0x29a),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x5a9ee9,{'canUseDateAxis':!0x1,'axisOptions':_0x4af585,'onChange':_0x550006,'valueAxis':!0x0}),(_0xc8b856==null||(_0x1cea89=_0xc8b856[_0x531b83[_0x182e94(0x1bd)]['Right']])==null?void 0x0:_0x1cea89[_0x182e94(0x1e7)])===_0x531b83['AxisValueType'][_0x182e94(0x529)]&&(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd[_0x182e94(0x178)],{'className':'','size':_0x182e94(0x607),'onClick':()=>{const _0x10b458=_0x182e94;_0x26021e(_0x4af585==null?void 0x0:_0x4af585[_0x10b458(0x4b2)],_0x16e928=>{_0x550006({'format':_0x16e928});});},'children':_0x29d84b['t'](_0x182e94(0x5b7))})]})},!_0x1d6c39&&!_0x4b8970&&!_0x3823bd&&!_0x3aea48&&!_0x31174b&&!_0x3c926d&&!_0xe00ddc&&{'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x45e))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x29a),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x49411c,{'className':'univer-mt-2','runtimeAxes':_0x14324c})})},!_0x1d6c39&&!_0x3aea48&&!_0x4b8970&&!_0x31174b&&!_0x3c926d&&{'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])('div',{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x513))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x29a),{'className':_0x182e94(0x2f7),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x317e1c,{'indicatorLabelColor':(_0x2bd4fe==null?void 0x0:_0x2bd4fe[_0x182e94(0x5eb)])||_0x531b83['defaultChartConfig']['tooltipAxisLabelBackground'],'indicatorLineType':(_0x2bd4fe==null?void 0x0:_0x2bd4fe[_0x182e94(0x575)])||_0x531b83[_0x182e94(0x385)]['indicatorLineType'],'indicatorLabelTextColor':(_0x2bd4fe==null?void 0x0:_0x2bd4fe['indicatorLabelTextColor'])||_0x531b83[_0x182e94(0x385)][_0x182e94(0x20f)],'indicatorLineColor':(_0x2bd4fe==null?void 0x0:_0x2bd4fe[_0x182e94(0x2a2)])||(_0x1fb1ea==null||(_0x2dfb7c=_0x1fb1ea[_0x182e94(0x1e2)])==null?void 0x0:_0x2dfb7c[_0x182e94(0x530)]),'onChange':_0xa2e312=>{_0x5abadf(_0xa2e312);}})})},_0x402f60&&_0xaf0607&&{'label':(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x562))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x62d789,{})},_0x3aea48&&{'id':_0x182e94(0x407),'label':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':_0x182e94(0x3e1),'children':_0x29d84b['t'](_0x182e94(0x6d2))}),'children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])('section',{'className':_0x182e94(0x2f7),'children':(0x0,_0x5ad5b4['jsx'])(_0x378fc1,{})})}]['filter'](Boolean);return(0x0,_0x2a9a1d['useEffect'])(()=>{const _0x1764f5=_0x182e94;if(!_0x3718b5||!_0x2ca866||_0x2ca866[_0x1764f5(0x6b0)]!==_0x10db2d||_0x169c40[_0x1764f5(0x342)]===_0x2ca866)return;_0x3718b5[_0x1764f5(0x2bd)]&&_0x4c4415(_0x3718b5[_0x1764f5(0x2bd)]);let _0xd10f10=_0x581306[_0x1764f5(0x580)](_0x3a2723=>_0x3a2723['id']===_0x3718b5[_0x1764f5(0x29a)]);_0xd10f10>=0x0&&_0x283949(_0xd10f10),_0x169c40[_0x1764f5(0x342)]=_0x2ca866;},[_0x10db2d,_0x3718b5,_0x581306,_0x2ca866]),(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x182e94(0x428),{'className':'','children':(0x0,_0x5ad5b4[_0x182e94(0x55e)])(_0x2748bd[_0x182e94(0x60c)],{'className':_0x182e94(0x1c9),'items':_0x581306,'openIndex':_0x3a94a3,'onOpenIndexChange':_0x283949})});};function _0xd76e45(_0x130321){const _0x489544=_0x1671ac;let {className:_0x4e7819}=_0x130321,[_0x4953ea,_0x156566]=(0x0,_0x2a9a1d[_0x489544(0x1d3)])(0x0),_0x13a0e6=(0x0,_0x214668[_0x489544(0x693)])(_0x188e5d[_0x489544(0x2e3)]),_0x55c758=(0x0,_0x214668['useDependency'])(_0x21996a),_0x3edc38=(0x0,_0x214668[_0x489544(0x2da)])(_0x55c758[_0x489544(0x5b1)],null),_0x264bf1=(0x0,_0x214668['useObservable'])(_0x55c758['panelRoute$'],null);return(0x0,_0x2a9a1d[_0x489544(0x67a)])(()=>{const _0x49985f=_0x489544;var _0x180c96,_0x1ff5eb;(_0x264bf1==null?void 0x0:_0x264bf1['chartId'])===_0x3edc38&&(((_0x180c96=_0x264bf1[_0x49985f(0x142)])==null?void 0x0:_0x180c96[_0x49985f(0x3bb)])===_0x49985f(0x243)&&_0x156566(0x1),((_0x1ff5eb=_0x264bf1[_0x49985f(0x142)])==null?void 0x0:_0x1ff5eb[_0x49985f(0x3bb)])===_0x49985f(0x6a0)&&_0x156566(0x0));},[_0x3edc38,_0x264bf1]),(0x0,_0x5ad5b4[_0x489544(0x449)])(_0x489544(0x428),{'className':(0x0,_0x2748bd[_0x489544(0x6e6)])('univer-size-full',_0x4e7819),'children':[(0x0,_0x5ad5b4[_0x489544(0x55e)])(_0x1a6924[_0x489544(0x15a)],{'value':_0x4953ea,'items':[{'label':_0x13a0e6['t'](_0x489544(0x6ef)),'value':0x0},{'label':_0x13a0e6['t'](_0x489544(0x187)),'value':0x1}],'onChange':_0x156566}),(0x0,_0x5ad5b4[_0x489544(0x55e)])(_0x489544(0x428),{'className':_0x489544(0x599),'children':_0x4953ea===0x0?(0x0,_0x5ad5b4['jsx'])(_0x180ed6,{}):(0x0,_0x5ad5b4['jsx'])(_0x29c138,{})})]});}let _0x16f207=_0x1671ac(0x5e0);function _0x41c884(_0x328baf){const _0xfeea12=_0x1671ac;if(_0x328baf[_0xfeea12(0x424)]!==0x1)return!0x1;let _0x3789a4=_0x328baf[0x0];return _0x3789a4[_0xfeea12(0x3d6)]===_0x188e5d['DrawingTypeEnum'][_0xfeea12(0x167)]&&!_0x3789a4[_0xfeea12(0x29f)];}let _0x5e4eab=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x3a3d98,_0x5564ff,_0x1c6ea4,_0x8fb5ad,_0x3f2b5f,_0x3c97d5,_0xa94ebe,_0x296579,_0x3a87dc,_0x5428ca,_0x431754,_0xb6039b,_0x285055,_0x1e2b20,_0x266044){const _0x444704=_0x1671ac;super(),this[_0x444704(0x1f4)]=_0x3a3d98,this[_0x444704(0x5e8)]=_0x5564ff,this['_chartModelService']=_0x1c6ea4,this['_chartRenderService']=_0x8fb5ad,this[_0x444704(0x452)]=_0x3f2b5f,this['_sidebarService']=_0x3c97d5,this[_0x444704(0x395)]=_0xa94ebe,this[_0x444704(0x2fa)]=_0x296579,this[_0x444704(0x597)]=_0x3a87dc,this[_0x444704(0x5c1)]=_0x5428ca,this[_0x444704(0x5e1)]=_0x431754,this[_0x444704(0x496)]=_0xb6039b,this[_0x444704(0x141)]=_0x285055,this['_sheetsChartUIService']=_0x1e2b20,this[_0x444704(0x60f)]=_0x266044,_0x3822ce(this,_0x444704(0x339),null),this[_0x444704(0x527)](),this[_0x444704(0x40d)](this[_0x444704(0x5e8)][_0x444704(0x560)](_0x188e5d[_0x444704(0x12c)][_0x444704(0x6ec)])[_0x444704(0x154)](_0x32eddb=>{const _0x3d9b79=_0x444704;var _0xec88d9;_0x32eddb||(_0xec88d9=this[_0x3d9b79(0x339)])==null||_0xec88d9[_0x3d9b79(0x624)]();})),this['disposeWithMe']((0x0,_0x188e5d['toDisposable'])(this[_0x444704(0x452)]['onDoubleClick$']['subscribe'](({drawing:_0x59de4f})=>{const _0x2601f3=_0x444704;this[_0x2601f3(0x356)](_0x59de4f);})));}[_0x1671ac(0x3a2)](){const _0x4f060e=_0x1671ac;this[_0x4f060e(0x339)]=this[_0x4f060e(0x1f7)][_0x4f060e(0x674)]({'id':_0x16f207,'header':{'title':'sheets-chart-ui.editChart'},'width':0x154,'children':{'label':_0x16f207},'onClose':()=>{const _0x20508b=_0x4f060e;this[_0x20508b(0x42c)][_0x20508b(0x152)](null),this[_0x20508b(0x56e)](),this[_0x20508b(0x1f4)][_0x20508b(0x5f8)](null),this['_contextService'][_0x20508b(0x5ae)](_0x188e5d[_0x20508b(0x179)],!0x1),this[_0x20508b(0x339)]=null;}});}[_0x1671ac(0x282)](){const _0x2c84da=_0x1671ac;var _0x275788;this[_0x2c84da(0x42c)][_0x2c84da(0x152)](null),this[_0x2c84da(0x56e)](),(_0x275788=this[_0x2c84da(0x339)])==null||_0x275788['dispose']();}[_0x1671ac(0x5e9)](){const _0x297440=_0x1671ac;let _0x63458d=this[_0x297440(0x5e8)]['getCurrentUnitOfType'](_0x188e5d[_0x297440(0x12c)][_0x297440(0x6ec)]);this[_0x297440(0x40d)](this[_0x297440(0x1f7)][_0x297440(0x33a)][_0x297440(0x154)](_0x19e7c8=>{const _0x1a5046=_0x297440;_0x19e7c8['id']===_0x1a5046(0x5e0)&&(_0x19e7c8[_0x1a5046(0x194)]||this['_sidebarService'][_0x1a5046(0x33a)][_0x1a5046(0x32e)]({'visible':!0x1}));})),this[_0x297440(0x40d)](this[_0x297440(0x141)][_0x297440(0x68d)](_0x3c0593=>{const _0x56b9a8=_0x297440;if(_0x3c0593['id']===_0x45ba65['id']){let _0x400495=_0x3c0593['params'];this[_0x56b9a8(0x47e)](_0x400495[_0x56b9a8(0x6b5)],_0x400495[_0x56b9a8(0x142)]);}if(_0x3c0593['id']===_0x2781ca['id']&&this['hidePanel'](),_0x3c0593['id']===_0x30562c['RemoveSheetsChartMutation']['id']){var _0x2126dd;_0x3c0593[_0x56b9a8(0x237)][_0x56b9a8(0x6b0)]===((_0x2126dd=this[_0x56b9a8(0x42c)][_0x56b9a8(0x271)])==null?void 0x0:_0x2126dd['id'])&&this[_0x56b9a8(0x282)](),this[_0x56b9a8(0x60f)][_0x56b9a8(0x4e1)](_0x188e5d[_0x56b9a8(0x179)])&&(this[_0x56b9a8(0x60f)][_0x56b9a8(0x5ae)](_0x188e5d[_0x56b9a8(0x179)],!0x1),this[_0x56b9a8(0x1f4)][_0x56b9a8(0x5f8)](null));}})),this['disposeWithMe'](this[_0x297440(0x5e1)][_0x297440(0x6d8)][_0x297440(0x154)](({id:_0x52113c})=>{const _0x131b2e=_0x297440;_0x52113c===this[_0x131b2e(0x39a)][_0x131b2e(0x189)]&&this['hidePanel']();})),this[_0x297440(0x40d)](this['_sheetCanvasFloatDomManagerService'][_0x297440(0x301)][_0x297440(0x154)](({id:_0x495fee})=>{const _0x5bf72b=_0x297440;_0x495fee===this['_sheetsChartUIService']['activeEditChart']&&(this[_0x5bf72b(0x39a)][_0x5bf72b(0x4ae)](null),this[_0x5bf72b(0x39a)][_0x5bf72b(0x48f)](),this[_0x5bf72b(0x5a1)][_0x5bf72b(0x4e9)](_0x495fee,!0x1),this[_0x5bf72b(0x5a1)]['setElementEditMode'](_0x495fee,!0x0));})),this['disposeWithMe'](this['_drawingManagerService'][_0x297440(0x132)]['subscribe'](_0x2016ce=>{const _0x535ad6=_0x297440;let _0xb3f7db=_0x2016ce[0x0];if(!this[_0x535ad6(0x39a)]['rangeSelectMode']){if(_0x41c884(_0x2016ce)){var _0x3d455a;let _0x551a02=this[_0x535ad6(0x42c)][_0x535ad6(0x561)](_0xb3f7db[_0x535ad6(0x6b5)]);_0x551a02&&((_0x3d455a=this[_0x535ad6(0x42c)][_0x535ad6(0x271)])==null?void 0x0:_0x3d455a['id'])!==_0x551a02['id']&&this[_0x535ad6(0x42c)][_0x535ad6(0x152)](_0x551a02);return;}this[_0x535ad6(0x42c)][_0x535ad6(0x271)]&&this[_0x535ad6(0x42c)][_0x535ad6(0x152)](null),!_0xb3f7db&&!this[_0x535ad6(0x39a)]['rangeSelectMode']&&this[_0x535ad6(0x282)]();}})),_0x63458d&&(this[_0x297440(0x40d)](_0x63458d[_0x297440(0x396)]['subscribe'](()=>{const _0x526a8f=_0x297440;this[_0x526a8f(0x282)]();})),this[_0x297440(0x40d)](_0x63458d['activeSheet$'][_0x297440(0x154)](()=>{const _0x10f5b6=_0x297440;this[_0x10f5b6(0x282)]();})));}[_0x1671ac(0x356)](_0x415439){const _0x516666=_0x1671ac;this[_0x516666(0x39a)][_0x516666(0x189)]||_0x415439[_0x516666(0x3d6)]===_0x188e5d[_0x516666(0x1f2)][_0x516666(0x167)]&&this[_0x516666(0x6e0)](_0x415439[_0x516666(0x52a)],_0x415439[_0x516666(0x567)],_0x415439[_0x516666(0x6b5)]);}['_openEditPanelByDoubleClick'](_0xd678,_0x1f48e3,_0x58ecd1){const _0x91603c=_0x1671ac;let _0x40ff7d=this['_chartModelService']['getChartModel'](_0x58ecd1);_0x40ff7d&&(this[_0x91603c(0x42c)][_0x91603c(0x152)](_0x40ff7d),this[_0x91603c(0x141)][_0x91603c(0x216)](_0x45ba65['id'],{'unitId':_0xd678,'subUnitId':_0x1f48e3,'drawingId':_0x58ecd1}));}[_0x1671ac(0x47e)](_0x48c8a6,_0x3c6714){const _0x1185c8=_0x1671ac;let _0x413ccd=this[_0x1185c8(0x42c)][_0x1185c8(0x561)](_0x48c8a6);_0x413ccd&&(this['_chartModelService'][_0x1185c8(0x152)](_0x413ccd),this[_0x1185c8(0x3a2)](),this[_0x1185c8(0x206)](_0x48c8a6,_0x3c6714==null?null:_0x3c6714));}[_0x1671ac(0x206)](_0x74dd5c,_0x64318a){const _0x1467dc=_0x1671ac;let _0x486d36=this[_0x1467dc(0x39a)]['activeEditChart'];_0x486d36&&_0x486d36!==_0x74dd5c&&(this['_chartRenderService']['setElementEditMode'](_0x486d36,!0x1),this[_0x1467dc(0x39a)]['setSelectedElement'](null)),this[_0x1467dc(0x39a)][_0x1467dc(0x491)](_0x74dd5c),this[_0x1467dc(0x39a)]['setPanelRoute'](_0x74dd5c,_0x64318a),this['_chartRenderService'][_0x1467dc(0x4e9)](_0x74dd5c,!0x0);}[_0x1671ac(0x56e)](){const _0x599204=_0x1671ac;let _0x2b58a4=this[_0x599204(0x39a)][_0x599204(0x189)];_0x2b58a4&&this['_chartRenderService']['setElementEditMode'](_0x2b58a4,!0x1),this['_sheetsChartUIService'][_0x599204(0x491)](null),this['_sheetsChartUIService'][_0x599204(0x4ae)](null),this[_0x599204(0x39a)]['clearPanelRoute']();}[_0x1671ac(0x527)](){const _0x1fcbb2=_0x1671ac;this[_0x1fcbb2(0x597)]['mergeMenu'](_0x33bbe0),this[_0x1fcbb2(0x40d)](this[_0x1fcbb2(0x5c1)]['registerProvider'](_0x188e5d['DrawingTypeEnum'][_0x1fcbb2(0x167)],{'getContextMenuPosition':()=>_0x3b49bb})),this[_0x1fcbb2(0x496)]['registerFeatureMenu'](_0x188e5d['DrawingTypeEnum'][_0x1fcbb2(0x167)],this['getChartPopupMenus'][_0x1fcbb2(0x4ce)](this));}['getChartPopupMenus'](_0x5932ef,_0x23703d,_0x2ac388,_0x4337c6){const _0x332842=_0x1671ac;return[{'label':_0x332842(0x61f),'index':0x0,'commandId':_0x45ba65['id'],'commandParams':{'unitId':_0x5932ef,'subUnitId':_0x23703d,'drawingId':_0x2ac388},'disable':_0x4337c6!==_0x188e5d[_0x332842(0x1f2)][_0x332842(0x167)]},{'label':_0x332842(0x4ec),'index':0x1,'commandId':_0x3f1d56[_0x332842(0x598)]['id'],'commandParams':{'unitId':_0x5932ef,'drawings':[{'unitId':_0x5932ef,'subUnitId':_0x23703d,'drawingId':_0x2ac388,'drawingType':_0x4337c6}]},'disable':!0x1},{'label':_0x332842(0x5ec),'index':0x2,'commandId':_0x2781ca['id'],'commandParams':{'unitId':_0x5932ef,'subUnitId':_0x23703d,'drawingId':_0x2ac388},'disable':!0x1}];}};_0x5e4eab=_0x5d6e94([_0x2e55b2(0x0,_0x37abf0['IDrawingManagerService']),_0x2e55b2(0x1,_0x188e5d[_0x1671ac(0x294)]),_0x2e55b2(0x2,(0x0,_0x188e5d['Inject'])(_0x30562c['ChartModelService'])),_0x2e55b2(0x3,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4f46da)),_0x2e55b2(0x4,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x5cb320['SheetDrawingHitTestService'])),_0x2e55b2(0x5,(0x0,_0x188e5d['Inject'])(_0x214668['ISidebarService'])),_0x2e55b2(0x6,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x214668[_0x1671ac(0x571)])),_0x2e55b2(0x7,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x214668['IconManager'])),_0x2e55b2(0x8,_0x214668[_0x1671ac(0x1fc)]),_0x2e55b2(0x9,_0x5cb320[_0x1671ac(0x15b)]),_0x2e55b2(0xa,(0x0,_0x188e5d['Inject'])(_0x5cb320[_0x1671ac(0x199)])),_0x2e55b2(0xb,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x2901b1['SheetCanvasPopManagerService'])),_0x2e55b2(0xc,_0x188e5d[_0x1671ac(0x547)]),_0x2e55b2(0xd,_0x21996a),_0x2e55b2(0xe,_0x188e5d['IContextService'])],_0x5e4eab);var _0x3c09c7=_0x1671ac(0x4b6),_0x5c2537=_0x1671ac(0x241);let _0xf94c78={'scaleX':0x1,'scaleY':0x1};function _0x1fd037(_0x2f5293){const _0x5633e6=_0x1671ac;let _0x9e5e67=_0x2f5293[_0x5633e6(0x27b)];return _0x9e5e67 instanceof MouseEvent?_0x9e5e67:void 0x0;}function _0x5790c2(_0x5ce73b){const _0x4caf5b=_0x1671ac;let _0x10b19d=_0x5ce73b['nativeEvent'],_0x3320d9=_0x10b19d==null?void 0x0:_0x10b19d[_0x4caf5b(0x679)];return _0x3320d9 instanceof Element?_0x3320d9:void 0x0;}function _0x35ed94(_0x561ef9){const _0x2326fe=_0x1671ac;var _0x313cf7;return(_0x313cf7=_0x5790c2(_0x561ef9))==null?void 0x0:_0x313cf7[_0x2326fe(0x1c8)]();}function _0x544a0d(_0x2cd599){const _0x3b7c19=_0x1671ac;return _0x2cd599[_0x3b7c19(0x568)]||_0x2cd599[_0x3b7c19(0x2c3)]-_0x2cd599[_0x3b7c19(0x44d)];}function _0x1ee484(_0x42a485){const _0x533f81=_0x1671ac;return _0x42a485[_0x533f81(0x37a)]||_0x42a485['bottom']-_0x42a485[_0x533f81(0x1d8)];}function _0x17aa00(_0x3a4e68,_0x1d0fa7){const _0x42f186=_0x1671ac;let _0x3bf4b0=_0x3a4e68[_0x42f186(0x44f)]||(_0x3a4e68 instanceof HTMLElement?_0x3a4e68['offsetWidth']:0x0),_0x60466f=_0x3a4e68[_0x42f186(0x5ff)]||(_0x3a4e68 instanceof HTMLElement?_0x3a4e68[_0x42f186(0x1f0)]:0x0),_0x2b6911=_0x544a0d(_0x1d0fa7),_0x37da11=_0x1ee484(_0x1d0fa7);return{'scaleX':_0x3bf4b0>0x0&&_0x2b6911>0x0?_0x2b6911/_0x3bf4b0:_0xf94c78['scaleX'],'scaleY':_0x60466f>0x0&&_0x37da11>0x0?_0x37da11/_0x60466f:_0xf94c78[_0x42f186(0x4e8)]};}function _0x49b98c(_0x5f2358,_0x123d77,_0x42664c){const _0x444ee4=_0x1671ac;return{'left':_0x5f2358['left']+_0x123d77[_0x444ee4(0x44d)]*_0x42664c['scaleX'],'right':_0x5f2358[_0x444ee4(0x44d)]+_0x123d77[_0x444ee4(0x2c3)]*_0x42664c[_0x444ee4(0x6d0)],'top':_0x5f2358['top']+_0x123d77[_0x444ee4(0x1d8)]*_0x42664c[_0x444ee4(0x4e8)],'bottom':_0x5f2358[_0x444ee4(0x1d8)]+_0x123d77[_0x444ee4(0x668)]*_0x42664c['scaleY']};}function _0x584d9b(_0x5712e0){const _0x190650=_0x1671ac;let _0x41d382=_0x5790c2(_0x5712e0),_0x4ec881=_0x5712e0[_0x190650(0x16b)][_0x190650(0x287)];return _0x41d382&&_0x4ec881?()=>{const _0x79b3a6=_0x190650;let _0x523a0b=_0x41d382[_0x79b3a6(0x1c8)]();return _0x49b98c(_0x523a0b,_0x4ec881,_0x17aa00(_0x41d382,_0x523a0b));}:()=>{const _0x406221=_0x190650;var _0x1c5d8e,_0x336758;let _0x5915e0=_0x35ed94(_0x5712e0);if(_0x5915e0&&_0x4ec881)return _0x49b98c(_0x5915e0,_0x4ec881,_0x41d382?_0x17aa00(_0x41d382,_0x5915e0):_0xf94c78);let _0xe2230c=_0x1fd037(_0x5712e0),_0x4e7f49=_0x41d382&&_0x5915e0?_0x17aa00(_0x41d382,_0x5915e0):_0xf94c78,_0xa174a3=(_0x1c5d8e=_0xe2230c==null?void 0x0:_0xe2230c['clientX'])==null?_0x5915e0?_0x5915e0['left']+_0x5712e0[_0x406221(0x3e2)]['x']*_0x4e7f49['scaleX']:_0x5712e0[_0x406221(0x3e2)]['x']:_0x1c5d8e,_0x1f3338=(_0x336758=_0xe2230c==null?void 0x0:_0xe2230c[_0x406221(0x5c2)])==null?_0x5915e0?_0x5915e0['top']+_0x5712e0[_0x406221(0x3e2)]['y']*_0x4e7f49[_0x406221(0x4e8)]:_0x5712e0['localPoint']['y']:_0x336758;return{'left':_0xa174a3,'right':_0xa174a3+0x1,'top':_0x1f3338,'bottom':_0x1f3338+0x1};};}function _0x3a69dd(_0x5a10bc){const _0x125351=_0x1671ac;return typeof _0x5a10bc==_0x125351(0x6dc)&&Number[_0x125351(0x318)](_0x5a10bc);}function _0x72398e(_0x30ab19){if(!_0x30ab19||typeof _0x30ab19!='object')return!0x0;let {startX:_0x16b98e,endX:_0x430528,startY:_0x19abfc,endY:_0x2312a1}=_0x30ab19;return!_0x3a69dd(_0x16b98e)||!_0x3a69dd(_0x430528)||!_0x3a69dd(_0x19abfc)||!_0x3a69dd(_0x2312a1)?!0x0:_0x430528-_0x16b98e>0x2&&_0x2312a1-_0x19abfc>0x2;}function _0x42e941(_0x1f80ff){const _0x42135c=_0x1671ac;return _0x1f80ff[_0x42135c(0x2c3)]<=_0x1f80ff['left']||_0x1f80ff[_0x42135c(0x668)]<=_0x1f80ff[_0x42135c(0x1d8)]?!0x1:typeof window>'u'?!0x0:_0x1f80ff['right']>0x0&&_0x1f80ff[_0x42135c(0x668)]>0x0&&_0x1f80ff[_0x42135c(0x44d)]<window[_0x42135c(0x1a1)]&&_0x1f80ff[_0x42135c(0x1d8)]<window['innerHeight'];}function _0x1cd6f4(_0x2a16b3){const _0x5285db=_0x1671ac;var _0x2a975c;return _0x2a16b3==null||(_0x2a975c=_0x2a16b3[_0x5285db(0x27d)])==null?void 0x0:_0x2a975c['call'](_0x2a16b3);}function _0x4662f1(_0x4cbf22,_0x595e46,_0x30bf41){const _0x19cd7b=_0x1671ac;let _0x3e1011=_0x584d9b(_0x4cbf22),_0x228d5f=_0x1cd6f4(_0x595e46),_0x103683=_0x3e1011(),_0x2acf0e=new _0x1a3dad[(_0x19cd7b(0x2b8))](_0x103683),_0x47435a=new _0x188e5d['DisposableCollection'](),_0xed256f=!0x1,_0x24b624=!0x1,_0x54a10c=_0x1b1c2f=>_0x72398e(_0x228d5f)&&_0x42e941(_0x1b1c2f),_0x1ad5ae=()=>{_0x24b624||_0xed256f||(_0x24b624=!0x0,queueMicrotask(()=>{const _0x1f8879=_0x1d8f;if(_0x24b624=!0x1,!_0xed256f){let _0x43116d=_0x3e1011();if(!_0x54a10c(_0x43116d)){_0x30bf41();return;}_0x2acf0e[_0x1f8879(0x32e)](_0x43116d);}}));};return _0x595e46&&_0x47435a[_0x19cd7b(0x53f)](_0x595e46['subscribe'](_0x234c3f=>{_0x228d5f=_0x234c3f,_0x1ad5ae();})),typeof window<'u'&&_0x47435a[_0x19cd7b(0x53f)]((0x0,_0x1a3dad[_0x19cd7b(0x642)])((0x0,_0x1a3dad[_0x19cd7b(0x60d)])(window,_0x19cd7b(0x590),{'capture':!0x0}),(0x0,_0x1a3dad[_0x19cd7b(0x60d)])(window,_0x19cd7b(0x285)))['pipe']((0x0,_0x1a3dad['throttleTime'])(0x10))['subscribe'](_0x1ad5ae)),{'initialRect':_0x103683,'anchorRect$':_0x2acf0e[_0x19cd7b(0x508)](),'visible':_0x54a10c(_0x103683),'dispose':()=>{const _0x685ce1=_0x19cd7b;_0xed256f=!0x0,_0x47435a['dispose'](),_0x2acf0e[_0x685ce1(0x2de)]();}};}function _0x2836c1(_0x17d0a6){const _0x101517=_0x1671ac;return _0x17d0a6==='xAxis'?{'tab':'style','section':'horizontalAxis','axisId':_0x17d0a6}:_0x17d0a6===_0x101517(0x25a)?{'tab':_0x101517(0x243),'section':'rightVerticalAxis','axisId':_0x17d0a6}:{'tab':_0x101517(0x243),'section':_0x101517(0x466),'axisId':_0x17d0a6};}function _0x46a3ef(_0x44ed7f){const _0x389589=_0x1671ac;switch(_0x44ed7f[_0x389589(0x261)]){case _0x389589(0x1dc):return{'tab':_0x389589(0x243),'section':'chartStyle'};case _0x389589(0x29e):return{'tab':_0x389589(0x243),'section':_0x389589(0x312),'titleKey':_0x44ed7f['titleKey']};case _0x389589(0x605):return{'tab':'style','section':_0x389589(0x312),'axisId':_0x44ed7f['axisId'],'titleKey':_0x44ed7f[_0x389589(0x2bd)]};case _0x389589(0x195):case'gridLine':case _0x389589(0x1e9):return _0x2836c1(_0x44ed7f[_0x389589(0x64d)]);case _0x389589(0x60a):return{'tab':'style','section':_0x389589(0x60a)};case _0x389589(0x5fb):{let _0x5bb1ff=_0x44ed7f['directEdit'];return(_0x5bb1ff==null?void 0x0:_0x5bb1ff['kind'])===_0x389589(0x27f)?{'tab':_0x389589(0x243),'section':_0x389589(0x3f7),'seriesId':_0x5bb1ff[_0x389589(0x5c7)]}:(_0x5bb1ff==null?void 0x0:_0x5bb1ff[_0x389589(0x250)])===_0x389589(0x2e6)?{'tab':_0x389589(0x243),'section':_0x389589(0x2e6)}:(_0x5bb1ff==null?void 0x0:_0x5bb1ff[_0x389589(0x250)])===_0x389589(0x6b2)?{'tab':_0x389589(0x243),'section':_0x5bb1ff[_0x389589(0x184)]===_0x389589(0x1e6)?_0x389589(0x504):'paretoLineSeries'}:(_0x5bb1ff==null?void 0x0:_0x5bb1ff['kind'])===_0x389589(0x662)?{'tab':_0x389589(0x243),'section':_0x389589(0x5ef),'seriesId':_0x5bb1ff[_0x389589(0x5c7)]}:_0x44ed7f['panel']===_0x389589(0x2e6)?{'tab':_0x389589(0x243),'section':_0x389589(0x2e6)}:_0x44ed7f[_0x389589(0x137)]===_0x389589(0x504)?{'tab':_0x389589(0x243),'section':_0x389589(0x504)}:_0x44ed7f['panel']===_0x389589(0x208)?{'tab':_0x389589(0x243),'section':'paretoLineSeries'}:_0x44ed7f[_0x389589(0x137)]===_0x389589(0x5ef)?{'tab':'style','section':_0x389589(0x5ef),'seriesId':_0x44ed7f[_0x389589(0x5c7)]}:_0x44ed7f[_0x389589(0x137)]==='relation'?{'tab':_0x389589(0x243),'section':'relation'}:_0x44ed7f[_0x389589(0x137)]==='wordCloud'?{'tab':_0x389589(0x243),'section':_0x389589(0x68c)}:_0x44ed7f[_0x389589(0x137)]===_0x389589(0x6a0)?{'tab':_0x389589(0x6a0)}:_0x44ed7f[_0x389589(0x5c7)]?{'tab':_0x389589(0x243),'section':'series','seriesId':_0x44ed7f['seriesId']}:void 0x0;}case'series':return{'tab':'style','section':_0x389589(0x3f7),'seriesId':_0x44ed7f[_0x389589(0x5c7)]};case _0x389589(0x56c):case _0x389589(0x701):return _0x44ed7f['seriesId']?{'tab':_0x389589(0x243),'section':_0x389589(0x3f7),'seriesId':_0x44ed7f[_0x389589(0x5c7)]}:void 0x0;}}function _0x2d7af6(_0x4ebbbe){const _0x36e5e6=_0x1671ac;return _0x4ebbbe===_0x531b83[_0x36e5e6(0x58c)][_0x36e5e6(0x211)]||_0x4ebbbe===_0x531b83['ChartTypeBits']['Radar']||_0x4ebbbe===_0x531b83[_0x36e5e6(0x58c)][_0x36e5e6(0x4c9)]||_0x531b83[_0x36e5e6(0x39f)][_0x36e5e6(0x653)](_0x4ebbbe,_0x531b83['ChartTypeBits'][_0x36e5e6(0x1c4)])||_0x531b83[_0x36e5e6(0x39f)][_0x36e5e6(0x653)](_0x4ebbbe,_0x531b83[_0x36e5e6(0x58c)][_0x36e5e6(0x4ff)])||_0x531b83['chartBitsUtils']['baseOn'](_0x4ebbbe,_0x531b83[_0x36e5e6(0x58c)][_0x36e5e6(0x311)])||_0x531b83['chartBitsUtils'][_0x36e5e6(0x653)](_0x4ebbbe,_0x531b83[_0x36e5e6(0x58c)][_0x36e5e6(0x1c7)]);}function _0x5251a0(_0x4c34a8){const _0x344efa=_0x1671ac;switch(_0x4c34a8){case _0x531b83['WaterfallSeriesTypeEnum'][_0x344efa(0x4bc)]:return _0x344efa(0x4bc);case _0x531b83[_0x344efa(0x6c4)][_0x344efa(0x183)]:return _0x344efa(0x183);case _0x531b83[_0x344efa(0x6c4)][_0x344efa(0x433)]:return _0x344efa(0x433);default:return;}}function _0x2d4a3d(_0x10a5a7,_0x39e6b9){const _0x2066a8=_0x1671ac;var _0xc467c3;if(typeof _0x39e6b9[_0x2066a8(0x1e5)]!=_0x2066a8(0x6dc))return;let _0x5b831c=(_0xc467c3=_0x10a5a7[_0x2066a8(0x5b4)])==null||(_0xc467c3=_0xc467c3[_0x2066a8(0x5bb)])==null?void 0x0:_0xc467c3[_0x39e6b9[_0x2066a8(0x1e5)]],_0x472914=_0x5b831c===void 0x0?_0x39e6b9['seriesId']:String(_0x5b831c);if(typeof _0x472914==_0x2066a8(0x2d3))return{'seriesId':_0x472914,'seriesIndex':_0x39e6b9[_0x2066a8(0x1e5)]};}function _0x6e1ba7(_0x171d75,_0x1fcf59){const _0x16aa67=_0x1671ac;let _0x1eb7e7=_0x171d75['chartType'],_0x4edf2d={'scope':'mark'};if(_0x1fcf59[_0x16aa67(0x5c7)]!==void 0x0&&(_0x4edf2d[_0x16aa67(0x5c7)]=_0x1fcf59[_0x16aa67(0x5c7)]),_0x1fcf59[_0x16aa67(0x1e5)]!==void 0x0&&(_0x4edf2d['seriesIndex']=_0x1fcf59['seriesIndex']),_0x1fcf59[_0x16aa67(0x550)]!==void 0x0&&(_0x4edf2d['dataIndex']=_0x1fcf59['dataIndex']),_0x531b83[_0x16aa67(0x39f)][_0x16aa67(0x653)](_0x1eb7e7,_0x531b83[_0x16aa67(0x58c)][_0x16aa67(0x30b)]))return{..._0x4edf2d,'directEdit':{'kind':_0x16aa67(0x2e6)},'panel':'pieStyle'};if(_0x531b83['chartBitsUtils']['baseOn'](_0x1eb7e7,_0x531b83[_0x16aa67(0x58c)][_0x16aa67(0x226)]))return _0x1fcf59[_0x16aa67(0x1e5)]===0x0?{..._0x4edf2d,'directEdit':{'kind':_0x16aa67(0x6b2),'part':_0x16aa67(0x1e6)},'panel':_0x16aa67(0x504)}:_0x1fcf59[_0x16aa67(0x1e5)]===0x1?{..._0x4edf2d,'directEdit':{'kind':'paretoStyle','part':_0x16aa67(0x326)},'panel':_0x16aa67(0x208)}:{..._0x4edf2d,'panel':'paretoBarSeries'};if(_0x531b83[_0x16aa67(0x39f)]['baseOn'](_0x1eb7e7,_0x531b83[_0x16aa67(0x58c)][_0x16aa67(0x348)])){var _0x4f45ec;let _0x5836ea=_0x5251a0(_0x1fcf59['waterfallSeriesType']),_0x3824c5=(_0x4f45ec=_0x1fcf59['baseSeriesIndex'])==null?_0x1fcf59[_0x16aa67(0x5c7)]:_0x4f45ec;return _0x5836ea&&_0x3824c5?{..._0x4edf2d,'seriesId':_0x3824c5,'directEdit':{'kind':'waterfallStyle','seriesId':_0x3824c5,'seriesIndex':_0x1fcf59[_0x16aa67(0x1e5)],'part':_0x5836ea},'panel':'waterfallSeries'}:{..._0x4edf2d,'seriesId':_0x3824c5,'panel':'waterfallSeries'};}if(_0x2d7af6(_0x1eb7e7)){let _0x590a40=_0x2d4a3d(_0x171d75,_0x1fcf59);return _0x590a40?{..._0x4edf2d,'seriesId':_0x590a40[_0x16aa67(0x5c7)],'seriesIndex':_0x590a40[_0x16aa67(0x1e5)],'directEdit':{'kind':_0x16aa67(0x27f),'seriesId':_0x590a40['seriesId'],'seriesIndex':_0x590a40[_0x16aa67(0x1e5)]}}:void 0x0;}return _0x531b83[_0x16aa67(0x39f)][_0x16aa67(0x653)](_0x1eb7e7,_0x531b83['ChartTypeBits']['Relation'])?{..._0x4edf2d,'panel':_0x16aa67(0x407)}:_0x531b83['chartBitsUtils'][_0x16aa67(0x653)](_0x1eb7e7,_0x531b83[_0x16aa67(0x58c)][_0x16aa67(0x31b)])?{..._0x4edf2d,'panel':'wordCloud'}:{..._0x4edf2d,'panel':_0x16aa67(0x6a0)};}function _0x2cf23e(_0xc296e6,_0x55ac54){const _0x522e3a=_0x1671ac;let _0x213d55=_0x55ac54[_0x522e3a(0x250)]===_0x522e3a(0x5fb)?_0x6e1ba7(_0xc296e6,_0x55ac54):(0x0,_0x1a6924[_0x522e3a(0x46f)])(_0x55ac54),_0x43c8b5=_0x213d55?_0x46a3ef(_0x213d55):void 0x0;if(!(!_0x213d55||!_0x43c8b5))return{'target':_0x213d55,'route':_0x43c8b5,'showFloatMenu':_0x213d55['scope']!==_0x522e3a(0x5fb)||!!_0x213d55[_0x522e3a(0x556)]};}let _0x5cbca0=_0x1671ac(0x4b7),_0x38f7ab=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x1672fd,_0x331a51,_0xa0f9a6,_0xa59096,_0x221f07,_0x17e467,_0x4b7c73,_0x34515a){const _0x54d781=_0x1671ac;super(),this[_0x54d781(0x42c)]=_0x1672fd,this['_chartRenderService']=_0x331a51,this[_0x54d781(0x26d)]=_0xa0f9a6,this[_0x54d781(0x496)]=_0xa59096,this['_sheetCanvasFloatDomManagerService']=_0x221f07,this[_0x54d781(0x39a)]=_0x17e467,this['_adapterRegistry']=_0x4b7c73,this[_0x54d781(0x141)]=_0x34515a,_0x3822ce(this,_0x54d781(0x650),null),_0x3822ce(this,_0x54d781(0x2c5),null),this[_0x54d781(0x67b)](),this[_0x54d781(0x191)]();}[_0x1671ac(0x624)](){const _0x130552=_0x1671ac;this[_0x130552(0x6f9)](),super[_0x130552(0x624)]();}[_0x1671ac(0x67b)](){const _0x27379a=_0x1671ac;this['disposeWithMe'](this[_0x27379a(0x4d9)][_0x27379a(0x6f6)](_0x5cbca0,{'getState':(_0x59ecc0,_0x2cc212)=>{const _0x58a663=_0x27379a;this['_setActiveChart'](_0x59ecc0[_0x58a663(0x6b0)]);let _0x534556=this[_0x58a663(0x39a)][_0x58a663(0x6e2)](_0x2cc212);return _0x534556 instanceof _0x1a3dad['Observable']?_0x534556:_0x534556==null?void 0x0:_0x534556[_0x58a663(0x265)]();},'setState':(_0x2a1efc,_0x475e07,_0x3db532)=>{const _0x2a6d68=_0x27379a;this[_0x2a6d68(0x268)](_0x2a1efc[_0x2a6d68(0x6b0)]);let _0x490718=this['_sheetsChartUIService']['getViewState'](_0x475e07);if(!(_0x490718 instanceof _0x1a3dad[_0x2a6d68(0x227)])){var _0x4b9e03;_0x490718==null||(_0x4b9e03=_0x490718['set'])==null||_0x4b9e03[_0x2a6d68(0x55a)](_0x490718,_0x3db532);}},'close':()=>this[_0x27379a(0x6f9)](),'openFullPanel':_0x37c94d=>{const _0x3f7cb8=_0x27379a;let {unitId:_0x25ec99,subUnitId:_0x5b63f4,drawingId:_0x4e7c61,chartId:_0x581a1d}=_0x37c94d,_0x44592c=_0x46a3ef(_0x37c94d[_0x3f7cb8(0x679)]);this['_commandService'][_0x3f7cb8(0x216)](_0x45ba65['id'],{'unitId':_0x25ec99,'subUnitId':_0x5b63f4==null?'':_0x5b63f4,'drawingId':_0x4e7c61==null?_0x581a1d:_0x4e7c61,..._0x44592c?{'route':_0x44592c}:{}});}}));}[_0x1671ac(0x191)](){const _0x3b0cdf=_0x1671ac;this[_0x3b0cdf(0x40d)](this[_0x3b0cdf(0x42c)][_0x3b0cdf(0x302)]['subscribe'](_0x54706a=>{const _0xc0f1db=_0x3b0cdf;let _0x4e1f65=new _0x188e5d['DisposableCollection']();_0x4e1f65[_0xc0f1db(0x53f)](this[_0xc0f1db(0x5a1)]['on'](_0x54706a['id'],_0xc0f1db(0x62f),_0x397e17=>{const _0x23eaf6=_0xc0f1db;this[_0x23eaf6(0x3a6)](_0x54706a['id'],_0x397e17);})),_0x4e1f65['add'](this[_0xc0f1db(0x5a1)]['on'](_0x54706a['id'],_0xc0f1db(0x56d),()=>{const _0x1e2583=_0xc0f1db;this[_0x1e2583(0x6e0)](_0x54706a['id']);})),_0x54706a[_0xc0f1db(0x45f)](()=>{const _0x1ce165=_0xc0f1db;_0x4e1f65[_0x1ce165(0x624)](),this[_0x1ce165(0x3cb)](_0x54706a['id']);}),this[_0xc0f1db(0x40d)](_0x4e1f65);})),this[_0x3b0cdf(0x40d)](this[_0x3b0cdf(0x39a)][_0x3b0cdf(0x5b1)][_0x3b0cdf(0x154)](_0xaea25a=>{const _0x5324b0=_0x3b0cdf;(!_0xaea25a||this[_0x5324b0(0x2c5)]&&_0xaea25a!==this[_0x5324b0(0x2c5)])&&this[_0x5324b0(0x6f9)]();})),this[_0x3b0cdf(0x40d)](this['_sheetCanvasFloatDomManagerService'][_0x3b0cdf(0x301)][_0x3b0cdf(0x154)](({id:_0x225c25})=>{this['_clearSelectedTarget'](_0x225c25);})),this[_0x3b0cdf(0x40d)](this['_sheetCanvasFloatDomManagerService'][_0x3b0cdf(0x6d8)]['subscribe'](({id:_0x1adb96})=>{const _0x2ef83b=_0x3b0cdf;this[_0x2ef83b(0x3cb)](_0x1adb96);})),this[_0x3b0cdf(0x40d)](this['_chartHostProvider'][_0x3b0cdf(0x34b)][_0x3b0cdf(0x154)](_0x122db2=>{const _0x1a1f83=_0x3b0cdf;this[_0x1a1f83(0x3cb)](_0x122db2);}));}[_0x1671ac(0x6e0)](_0x29c57f){const _0x589da7=_0x1671ac;var _0x293c32;if(this['_sheetsChartUIService'][_0x589da7(0x189)])return;let _0x4ac1c1=this[_0x589da7(0x42c)][_0x589da7(0x561)](_0x29c57f),_0x5f4be0=this[_0x589da7(0x5e1)]['getFloatDomInfo'](_0x29c57f);!_0x4ac1c1||!_0x5f4be0||(this['_chartModelService'][_0x589da7(0x152)](_0x4ac1c1),this[_0x589da7(0x141)][_0x589da7(0x216)](_0x45ba65['id'],{'unitId':_0x5f4be0[_0x589da7(0x52a)],'subUnitId':(_0x293c32=_0x5f4be0[_0x589da7(0x567)])==null?'':_0x293c32,'drawingId':_0x29c57f}));}[_0x1671ac(0x268)](_0x2ed796){const _0x3ffafb=_0x1671ac;let _0xac4185=this[_0x3ffafb(0x42c)]['getChartModel'](_0x2ed796);_0xac4185&&this[_0x3ffafb(0x42c)][_0x3ffafb(0x152)](_0xac4185);}[_0x1671ac(0x3a6)](_0x4ef499,_0x41d513){const _0x3613ed=_0x1671ac;var _0x728a5;if(!this[_0x3613ed(0x39a)][_0x3613ed(0x5b8)](_0x4ef499))return;let _0x3f2a18=this['_chartModelService'][_0x3613ed(0x561)](_0x4ef499),_0x57e6a0=_0x3f2a18?_0x2cf23e(_0x3f2a18,_0x41d513[_0x3613ed(0x16b)]):void 0x0;if(!_0x57e6a0){this[_0x3613ed(0x39a)][_0x3613ed(0x4ae)](null),this[_0x3613ed(0x39a)]['clearPanelRoute'](),this['_closePopup']();return;}let _0x2a232c=this[_0x3613ed(0x5e1)][_0x3613ed(0x610)](_0x4ef499);if(!_0x3f2a18||!_0x2a232c){this[_0x3613ed(0x39a)][_0x3613ed(0x4ae)](null),this['_sheetsChartUIService'][_0x3613ed(0x48f)](),this[_0x3613ed(0x6f9)]();return;}if(this[_0x3613ed(0x42c)][_0x3613ed(0x152)](_0x3f2a18),this['_sheetsChartUIService'][_0x3613ed(0x4ae)]({'chartId':_0x4ef499,'element':_0x41d513[_0x3613ed(0x16b)],'target':_0x57e6a0[_0x3613ed(0x679)],'route':_0x57e6a0[_0x3613ed(0x142)]}),this['_sheetsChartUIService'][_0x3613ed(0x695)](_0x4ef499,_0x57e6a0['route']),this['_closePopup'](),!_0x57e6a0[_0x3613ed(0x255)])return;let _0x34921d=_0x4662f1(_0x41d513,_0x2a232c['position$'],()=>this[_0x3613ed(0x3b4)](_0x4ef499));if(!_0x34921d['visible']){_0x34921d[_0x3613ed(0x624)]();return;}let _0x66b0b5=(_0x728a5=this[_0x3613ed(0x496)]['attachPopupToDynamicAbsolutePosition'](_0x34921d[_0x3613ed(0x2ef)],_0x34921d[_0x3613ed(0x5f4)],{'componentKey':_0x1a6924[_0x3613ed(0x1df)],'direction':_0x3613ed(0x6f7),'offset':[0x0,0x8],'extraProps':{'host':'sheet','unitId':_0x2a232c['unitId'],'subUnitId':_0x2a232c[_0x3613ed(0x567)],'chartId':_0x4ef499,'drawingId':_0x4ef499,'element':_0x41d513[_0x3613ed(0x16b)],'target':_0x57e6a0[_0x3613ed(0x679)],'adapterKey':_0x5cbca0}},_0x2a232c['unitId'],_0x2a232c[_0x3613ed(0x567)]))==null?null:_0x728a5;if(!_0x66b0b5){_0x34921d[_0x3613ed(0x624)]();return;}let _0x311e1d=new _0x188e5d[(_0x3613ed(0x623))]();_0x311e1d['add'](_0x66b0b5),_0x311e1d[_0x3613ed(0x53f)](_0x34921d),this['_popupDisposable']=_0x311e1d,this[_0x3613ed(0x2c5)]=_0x4ef499;}[_0x1671ac(0x6f9)](){const _0x24da45=_0x1671ac;var _0x5264fd;(_0x5264fd=this[_0x24da45(0x650)])==null||_0x5264fd['dispose'](),this[_0x24da45(0x650)]=null,this[_0x24da45(0x2c5)]=null;}['_clearSelectedTarget'](_0x41b4f3){const _0x3788a5=_0x1671ac;!this[_0x3788a5(0x39a)][_0x3788a5(0x5b8)](_0x41b4f3)&&this[_0x3788a5(0x2c5)]!==_0x41b4f3||(this[_0x3788a5(0x39a)][_0x3788a5(0x4ae)](null),this[_0x3788a5(0x39a)][_0x3788a5(0x48f)](),this[_0x3788a5(0x2c5)]===_0x41b4f3&&this[_0x3788a5(0x6f9)]());}['_clearHiddenSelectedTarget'](_0x43d476){const _0x100f7b=_0x1671ac;this[_0x100f7b(0x3cb)](_0x43d476),this[_0x100f7b(0x39a)][_0x100f7b(0x5b8)](_0x43d476)&&(this['_chartRenderService']['setElementEditMode'](_0x43d476,!0x1),this[_0x100f7b(0x5a1)][_0x100f7b(0x4e9)](_0x43d476,!0x0));}};_0x38f7ab=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x203)])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4f46da)),_0x2e55b2(0x2,_0x326693),_0x2e55b2(0x3,(0x0,_0x188e5d['Inject'])(_0x2901b1[_0x1671ac(0x460)])),_0x2e55b2(0x4,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x5cb320['SheetCanvasFloatDomManagerService'])),_0x2e55b2(0x5,_0x21996a),_0x2e55b2(0x6,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x1a6924['ChartElementFloatMenuAdapterRegistry'])),_0x2e55b2(0x7,_0x188e5d['ICommandService'])],_0x38f7ab);let _0x4e2467=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x5d268b,_0x5bdd85){const _0x4216d9=_0x1671ac;super(),this[_0x4216d9(0x6ba)]=_0x5d268b,this['_chartModelService']=_0x5bdd85,this[_0x4216d9(0x324)]();}['_init'](){const _0x5a49f4=_0x1671ac;this[_0x5a49f4(0x40d)](this[_0x5a49f4(0x6ba)]['removeHost$'][_0x5a49f4(0x154)](_0x506d96=>{const _0x29c904=_0x5a49f4;this[_0x29c904(0x42c)][_0x29c904(0x4bb)](_0x506d96);}));}};_0x4e2467=_0x5d6e94([_0x2e55b2(0x0,_0x326693),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x203)]))],_0x4e2467);let _0x3a3700=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x5e7942,_0x708131,_0x42bb00,_0x3a75e4,_0x129fbf){const _0x50eca6=_0x1671ac;super(),this[_0x50eca6(0x42c)]=_0x5e7942,this[_0x50eca6(0x5a1)]=_0x708131,this[_0x50eca6(0x6c5)]=_0x42bb00,this[_0x50eca6(0x141)]=_0x3a75e4,this[_0x50eca6(0x629)]=_0x129fbf,_0x3822ce(this,_0x50eca6(0x645),new Map()),this[_0x50eca6(0x324)](),this[_0x50eca6(0x175)](),this[_0x50eca6(0x406)]();}[_0x1671ac(0x406)](){const _0x76289=_0x1671ac;this[_0x76289(0x40d)](this[_0x76289(0x629)]['interceptor'][_0x76289(0x5ed)](this[_0x76289(0x629)][_0x76289(0x681)][_0x76289(0x441)]()['PRINTING_COMPONENT_COLLECT'],{'handler':(_0x9f3227,_0x50991a,_0x58ace0)=>{const _0x3c9472=_0x76289;let _0x164d4a=this[_0x3c9472(0x5a1)][_0x3c9472(0x43a)](_0x50991a[_0x3c9472(0x52a)],_0x50991a['subUnitId'],_0x50991a[_0x3c9472(0x5fe)]);return _0x50991a['resourceCollector'][_0x3c9472(0x53f)](_0x164d4a),_0x58ace0(_0x9f3227);}}));}[_0x1671ac(0x324)](){const _0x471252=_0x1671ac;this[_0x471252(0x40d)](this[_0x471252(0x42c)][_0x471252(0x302)]['subscribe'](_0x5d3518=>{const _0x20cf93=_0x471252;if(_0x5d3518){let _0x344b4f=new _0x188e5d[(_0x20cf93(0x623))]();_0x344b4f['add'](_0x5d3518[_0x20cf93(0x180)][_0x20cf93(0x3be)]((0x0,_0x1a3dad[_0x20cf93(0x6a6)])(_0x5d3518[_0x20cf93(0x68b)]),(0x0,_0x1a3dad['combineLatestWith'])(this[_0x20cf93(0x6c5)]['direction$']),(0x0,_0x1a3dad[_0x20cf93(0x4c2)])(0x64))[_0x20cf93(0x154)](([[_0x538646,_0x108806],_0x117e74])=>{const _0x5c0bc1=_0x20cf93;var _0x4f2ce4;if(!_0x538646)return;(_0x4f2ce4=_0x538646[_0x5c0bc1(0x358)])==null||_0x4f2ce4[_0x5c0bc1(0x3fa)][_0x5c0bc1(0x4b3)]((_0x37f27d,_0x590ea8)=>{const _0x1cc361=_0x5c0bc1;_0x37f27d['label']||(_0x37f27d[_0x1cc361(0x3bf)]=this[_0x1cc361(0x6c5)]['t'](_0x1cc361(0x27c))+'\x20'+(_0x590ea8+0x1));}),_0x538646[_0x5c0bc1(0x3f7)][_0x5c0bc1(0x4b3)]((_0x53af2a,_0x1f6bb7)=>{const _0x520a0d=_0x5c0bc1;_0x53af2a['name']||(_0x53af2a[_0x520a0d(0x566)]=this[_0x520a0d(0x6c5)]['t'](_0x520a0d(0x4f8))+'\x20'+(_0x1f6bb7+0x1));});let _0x46f2cb=_0x231550(_0x5d3518,_0x117e74);this['_chartRenderService'][_0x5c0bc1(0x5b0)](_0x5d3518['id'],_0x538646,_0x46f2cb);})),_0x5d3518[_0x20cf93(0x45f)](()=>{_0x344b4f['dispose']();});}}));}[_0x1671ac(0x175)](){const _0x3e2532=_0x1671ac;this[_0x3e2532(0x40d)](this['_commandService'][_0x3e2532(0x68d)](_0x514dee=>{const _0x3e6bbd=_0x3e2532;if(_0x514dee['id']!==_0x30562c[_0x3e6bbd(0x1a6)]['id'])return;let _0x428e85=_0x514dee[_0x3e6bbd(0x237)];_0x428e85!=null&&_0x428e85[_0x3e6bbd(0x6a5)]&&Promise['resolve']()[_0x3e6bbd(0x6a9)](()=>this['_renderAfterChartUpdateMutation'](_0x428e85));}));}[_0x1671ac(0x292)](_0x4ab25b){const _0xf5c970=_0x1671ac;let _0x508697=this[_0xf5c970(0x42c)][_0xf5c970(0x561)](_0x4ab25b[_0xf5c970(0x6a5)]);if(!_0x508697||_0x508697[_0xf5c970(0x3e8)]!==_0x531b83[_0xf5c970(0x58c)][_0xf5c970(0x31b)])return;let _0x322532=_0x508697[_0xf5c970(0x21a)];if(!_0x322532){this[_0xf5c970(0x639)](_0x508697);return;}this['_renderChartModel'](_0x508697,_0x322532);}[_0x1671ac(0x639)](_0x5f214c){const _0x25e7eb=_0x1671ac;if(this[_0x25e7eb(0x645)]['get'](_0x5f214c['id']))return;let _0x3b4b87=_0x5f214c['config$'][_0x25e7eb(0x3be)]((0x0,_0x1a3dad[_0x25e7eb(0x42d)])(_0x179f6c=>_0x179f6c!=null),(0x0,_0x1a3dad['take'])(0x1))['subscribe'](_0x502d41=>{const _0x34b7e7=_0x25e7eb;this[_0x34b7e7(0x645)]['delete'](_0x5f214c['id']),this[_0x34b7e7(0x563)](_0x5f214c,_0x502d41);});this[_0x25e7eb(0x645)][_0x25e7eb(0x5da)](_0x5f214c['id'],_0x3b4b87),_0x5f214c[_0x25e7eb(0x45f)](()=>{const _0x1673a1=_0x25e7eb;_0x3b4b87['unsubscribe'](),this[_0x1673a1(0x645)]['delete'](_0x5f214c['id']);});}[_0x1671ac(0x563)](_0x4ed754,_0x49da7c){const _0x131cb1=_0x1671ac;let _0xc5e269=_0x231550(_0x4ed754,this['_localeService'][_0x131cb1(0x35b)]());this[_0x131cb1(0x5a1)][_0x131cb1(0x5b0)](_0x4ed754['id'],_0x49da7c,_0xc5e269);}};_0x3a3700=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d['Inject'])(_0x30562c[_0x1671ac(0x203)])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x4f46da)),_0x2e55b2(0x2,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d[_0x1671ac(0x2e3)])),_0x2e55b2(0x3,_0x188e5d['ICommandService']),_0x2e55b2(0x4,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x2901b1[_0x1671ac(0x540)]))],_0x3a3700);let _0x332530=class extends _0x188e5d['Disposable']{constructor(_0x334376,_0x7a79ec,_0x120197,_0x26a703){const _0x43ee06=_0x1671ac;super(),this[_0x43ee06(0x5e8)]=_0x334376,this[_0x43ee06(0x370)]=_0x7a79ec,this[_0x43ee06(0x50c)]=_0x120197,this['_chartModelService']=_0x26a703,this[_0x43ee06(0x61b)]();}[_0x1671ac(0x61b)](){const _0x19ba1f=_0x1671ac;this[_0x19ba1f(0x40d)](this[_0x19ba1f(0x370)]['interceptCommand']({'getMutations':_0x4bdb86=>{const _0x535e9b=_0x19ba1f;if(_0x4bdb86['id']===_0x30d322[_0x535e9b(0x144)]['id']){let _0x7ab6c3=(0x0,_0x30d322[_0x535e9b(0x245)])(this[_0x535e9b(0x5e8)],_0x4bdb86[_0x535e9b(0x237)]);if(!_0x7ab6c3)return{'redos':[],'undos':[]};let {unitId:_0x299a5b,subUnitId:_0x23c761}=_0x7ab6c3,_0x2d358a=this[_0x535e9b(0x50c)][_0x535e9b(0x192)](_0x299a5b,_0x23c761),_0x3c1c7d=Object[_0x535e9b(0x456)](_0x2d358a)[_0x535e9b(0x42d)](_0x5d6431=>_0x5d6431['drawingType']===_0x188e5d[_0x535e9b(0x1f2)][_0x535e9b(0x167)]);if(_0x3c1c7d[_0x535e9b(0x424)]===0x0)return{'redos':[],'undos':[]};let _0x157a46=[],_0x26b8c5=[];for(let _0x3d0409=0x0;_0x3d0409<_0x3c1c7d[_0x535e9b(0x424)];_0x3d0409++){let _0xbd0c83=_0x3c1c7d[_0x3d0409],_0x39709d=this[_0x535e9b(0x42c)][_0x535e9b(0x561)](_0xbd0c83[_0x535e9b(0x6b5)]);if(!_0x39709d)continue;let _0x3a15a3=_0x39709d['dataSource'][_0x535e9b(0x47f)](),{chartType:_0x28e19c,context:_0x355cdb,style:_0x2e9b69,dataAggregation:_0x364013}=_0x39709d['serialize'](),{redo:_0x42f7c7,undo:_0x69095f,objects:_0x23a75b}=this[_0x535e9b(0x50c)][_0x535e9b(0x525)]([_0xbd0c83]);_0x157a46[_0x535e9b(0x507)]({'id':_0x30562c[_0x535e9b(0x1f3)]['id'],'params':{'unitId':_0x299a5b,'subUnitId':_0x23c761,'chartId':_0xbd0c83[_0x535e9b(0x6b5)]}}),_0x157a46['push']({'id':_0x3f1d56['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x299a5b,'subUnitId':_0x23c761,'type':_0x3f1d56[_0x535e9b(0x2a7)][_0x535e9b(0x66a)],'op':_0x42f7c7,'objects':_0x23a75b}}),_0x26b8c5[_0x535e9b(0x507)]({'id':_0x3f1d56[_0x535e9b(0x447)]['id'],'params':{'unitId':_0x299a5b,'subUnitId':_0x23c761,'type':_0x3f1d56[_0x535e9b(0x2a7)]['INSERT'],'op':_0x69095f,'objects':_0x23a75b}}),_0x26b8c5['push']({'id':_0x30562c['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x299a5b,'subUnitId':_0x23c761,'chartId':_0xbd0c83[_0x535e9b(0x6b5)],'chartType':_0x28e19c,...(0x0,_0x30562c[_0x535e9b(0x462)])(_0x3a15a3),'context':_0x355cdb,'style':_0x2e9b69,'dataAggregation':_0x364013}});}return{'redos':_0x157a46,'undos':_0x26b8c5};}else{if(_0x4bdb86['id']===_0x30d322[_0x535e9b(0x1d1)]['id']){let {unitId:_0x4e1159,subUnitId:_0x3cf84c,targetSubUnitId:_0x575169}=_0x4bdb86[_0x535e9b(0x237)];if(!_0x4e1159||!_0x3cf84c||!_0x575169)return{'redos':[],'undos':[]};let _0x3cefb1=this['_sheetDrawingService'][_0x535e9b(0x192)](_0x4e1159,_0x3cf84c),_0x177730=Object[_0x535e9b(0x456)](_0x3cefb1)[_0x535e9b(0x42d)](_0x8fc6bb=>_0x8fc6bb['drawingType']===_0x188e5d[_0x535e9b(0x1f2)]['DRAWING_CHART']);if(_0x177730[_0x535e9b(0x424)]===0x0)return{'redos':[],'undos':[]};let _0x429d01=[],_0x1d9c67=[];for(let _0x3cdbd6=0x0;_0x3cdbd6<_0x177730[_0x535e9b(0x424)];_0x3cdbd6++){let _0x3e5964=_0x177730[_0x3cdbd6],_0x4c1cce=this['_chartModelService'][_0x535e9b(0x561)](_0x3e5964[_0x535e9b(0x6b5)]);if(!_0x4c1cce)continue;let _0xf01b9f=(0x0,_0x188e5d[_0x535e9b(0x538)])(),_0x215860={..._0x3e5964,'unitId':_0x4e1159,'subUnitId':_0x575169,'drawingId':_0xf01b9f},_0x453d1d=_0x4c1cce[_0x535e9b(0x65e)][_0x535e9b(0x47f)](),_0x5c3f2b=Array['isArray'](_0x453d1d)?_0x453d1d[_0x535e9b(0x437)](_0x28c419=>({..._0x28c419,..._0x28c419['header']?{'header':{..._0x28c419['header'],'subUnitId':_0x575169}}:{},'range':{..._0x28c419['range'],'subUnitId':_0x575169}})):{..._0x453d1d,'rangeInfo':{..._0x453d1d[_0x535e9b(0x303)],'subUnitId':_0x575169}},{chartType:_0x53cc43,context:_0x5c7832,style:_0x5a79bd,dataAggregation:_0x35e408}=_0x4c1cce[_0x535e9b(0x6ed)](),{redo:_0x43f8ec,undo:_0x39cdcf,objects:_0x121eb3}=this[_0x535e9b(0x50c)]['getBatchAddOp']([_0x215860]);_0x429d01[_0x535e9b(0x507)]({'id':_0x3f1d56[_0x535e9b(0x447)]['id'],'params':{'unitId':_0x4e1159,'subUnitId':_0x575169,'type':_0x3f1d56[_0x535e9b(0x2a7)][_0x535e9b(0x372)],'op':_0x43f8ec,'objects':_0x121eb3}}),_0x429d01[_0x535e9b(0x507)]({'id':_0x30562c['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x4e1159,'subUnitId':_0x575169,'chartId':_0xf01b9f,'chartType':_0x53cc43,...(0x0,_0x30562c['toInsertChartMutationSource'])(_0x5c3f2b),'context':_0x5c7832,'style':_0x5a79bd,'dataAggregation':_0x35e408}}),_0x1d9c67[_0x535e9b(0x507)]({'id':_0x30562c[_0x535e9b(0x1f3)]['id'],'params':{'unitId':_0x4e1159,'subUnitId':_0x575169,'chartId':_0xf01b9f}}),_0x1d9c67[_0x535e9b(0x507)]({'id':_0x3f1d56['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x4e1159,'subUnitId':_0x575169,'type':_0x3f1d56[_0x535e9b(0x2a7)][_0x535e9b(0x66a)],'op':_0x39cdcf,'objects':_0x121eb3}});}return{'redos':_0x429d01,'undos':_0x1d9c67};}}return{'redos':[],'undos':[]};}}));}};_0x332530=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d['IUniverInstanceService'])),_0x2e55b2(0x1,(0x0,_0x188e5d['Inject'])(_0x30d322[_0x1671ac(0x200)])),_0x2e55b2(0x2,(0x0,_0x188e5d['Inject'])(_0x3f1d56[_0x1671ac(0x22f)])),_0x2e55b2(0x3,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x203)]))],_0x332530);let _0x2ad417=_0x13075a=>_0x188e5d[_0x1671ac(0x603)]['find'](_0x442d39=>_0x13075a[_0x1671ac(0x165)](_0x442d39)),_0x911088=_0x29c319=>!_0x29c319,_0xec2b86=_0x233506=>!!_0x2ad417(_0x233506)&&_0x233506[_0x1671ac(0x220)]('_('),_0x2fdee1=_0xbe4462=>!!_0x2ad417(_0xbe4462)&&!_0xbe4462[_0x1671ac(0x220)]('_('),_0x2ca95f=(_0x4f7409,_0x2e04a5=0x0)=>{const _0x5868da=_0x1671ac;var _0x1b9e0a;return _0x4f7409?(_0x1b9e0a=_0x188e5d[_0x5868da(0x316)][_0x5868da(0x3c1)](_0x4f7409)[_0x5868da(0x345)])==null?_0x2e04a5:_0x1b9e0a:_0x2e04a5;},_0x5ba717=_0x1387cf=>Array(Math[_0x1671ac(0x186)](Math[_0x1671ac(0x438)](0x0,Number(_0x1387cf)),0x1e))[_0x1671ac(0x277)](0x0)['join'](''),_0x24210c=(_0x88ce6a,_0x83db18)=>_0x88ce6a[_0x1671ac(0x474)](';')[_0x1671ac(0x437)](_0x405aec=>/\.0?/[_0x1671ac(0x1c2)](_0x405aec)?_0x405aec['replace'](/\.0*/g,''+(_0x83db18>0x0?'.':'')+_0x5ba717(Number(_0x83db18||0x0))):/0[^0]?/[_0x1671ac(0x1c2)](_0x405aec)?_0x405aec[_0x1671ac(0x259)](/0[^0]+|0$/,'0'+(_0x83db18>0x0?'.':'')+_0x5ba717(Number(_0x83db18||0x0))):_0x405aec)[_0x1671ac(0x26c)](';'),_0x4b627e=()=>_0x15b782[_0x1671ac(0x437)](_0xcc998f=>({'label':_0xcc998f[_0x1671ac(0x3bf)],'value':_0xcc998f[_0x1671ac(0x465)],'color':_0xcc998f[_0x1671ac(0x493)]})),_0x3d9ad3=_0x3beb34=>_0x4b627e()[_0x1671ac(0x1c6)](_0x50a63c=>(0x0,_0x188e5d['isPatternEqualWithoutDecimal'])(_0x50a63c['value'],_0x3beb34)),_0x68cc4c=()=>_0x5a68b1['map'](_0x1abec3=>({'label':_0x1abec3['label'],'value':_0x1abec3[_0x1671ac(0x465)]})),_0x4c31ae=_0x40be75=>{const _0x356303=_0x1671ac;let _0x177a64=_0x188e5d['numfmt'][_0x356303(0x3c1)](_0x40be75);return _0x68cc4c()[_0x356303(0x437)](_0x41745b=>_0x41745b[_0x356303(0x52f)])[_0x356303(0x165)](_0x40be75)||[_0x356303(0x2b5),_0x356303(0x6cb),_0x356303(0x62e)][_0x356303(0x165)](_0x177a64[_0x356303(0x1e7)]);},_0x542c35=({handlePatternChange:_0x4e86b6})=>{const _0x683368=_0x1671ac;let _0x5879bb=(0x0,_0x214668[_0x683368(0x693)])(_0x188e5d[_0x683368(0x2e3)]);return(0x0,_0x2a9a1d[_0x683368(0x67a)])(()=>{_0x4e86b6('');},[]),(0x0,_0x5ad5b4[_0x683368(0x55e)])('div',{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5879bb['t'](_0x683368(0x413))});},_0x161210=({originPattern:_0x257bc4,handlePatternChange:_0x2cb325})=>{const _0x4feed2=_0x1671ac;let _0x33694b=(0x0,_0x214668[_0x4feed2(0x693)])(_0x188e5d['LocaleService']),_0x3978f6=_0x188e5d[_0x4feed2(0x603)][_0x4feed2(0x437)](_0x4cf444=>({'label':_0x4cf444,'value':_0x4cf444})),[_0xc2a0a2,_0x311b52]=(0x0,_0x2a9a1d['useState'])(()=>_0x2ca95f(_0x257bc4||'',0x2)),[_0x32a03f,_0x1859d4]=(0x0,_0x2a9a1d['useState'])(()=>_0x2ad417(_0x257bc4==null?'':_0x257bc4)||_0x3978f6[0x0][_0x4feed2(0x52f)]);return(0x0,_0x2a9a1d[_0x4feed2(0x67a)])(()=>{const _0x37c9b3=_0x4feed2;_0x2cb325(_0x24210c(_0x37c9b3(0x613)+_0x32a03f+_0x37c9b3(0x320)+(_0xc2a0a2>0x0?'.0':'')+'_)',_0xc2a0a2));},[]),(0x0,_0x5ad5b4[_0x4feed2(0x449)])(_0x4feed2(0x428),{'className':_0x4feed2(0x6d5),'children':[(0x0,_0x5ad5b4[_0x4feed2(0x449)])(_0x4feed2(0x428),{'className':_0x4feed2(0x41c),'children':[(0x0,_0x5ad5b4['jsxs'])(_0x4feed2(0x428),{'className':_0x4feed2(0x3b9),'children':[(0x0,_0x5ad5b4['jsx'])('div',{'className':_0x4feed2(0x3f0),'children':_0x33694b['t'](_0x4feed2(0x13b))}),(0x0,_0x5ad5b4[_0x4feed2(0x55e)])(_0x2748bd[_0x4feed2(0x42a)],{'className':_0x4feed2(0x4ee),'value':_0xc2a0a2,'max':0x14,'min':0x0,'onChange':_0x15898c=>{const _0x4a3ed9=_0x4feed2;let _0x58a3d7=_0x15898c==null?0x0:_0x15898c;_0x311b52(_0x58a3d7),_0x2cb325(_0x24210c(_0x4a3ed9(0x613)+_0x32a03f+_0x4a3ed9(0x320)+(_0x58a3d7>0x0?'.0':'')+'_)',_0x58a3d7));}})]}),(0x0,_0x5ad5b4[_0x4feed2(0x449)])(_0x4feed2(0x428),{'className':_0x4feed2(0x3b9),'children':[(0x0,_0x5ad5b4[_0x4feed2(0x55e)])(_0x4feed2(0x428),{'className':_0x4feed2(0x3f0),'children':_0x33694b['t'](_0x4feed2(0x5ab))}),(0x0,_0x5ad5b4[_0x4feed2(0x55e)])(_0x2748bd['Select'],{'options':_0x3978f6,'value':_0x32a03f,'onChange':_0x91fd34=>{const _0x20236d=_0x4feed2;_0x1859d4(_0x91fd34),_0x2cb325(_0x24210c('_(\x22'+_0x91fd34+_0x20236d(0x320)+(_0xc2a0a2>0x0?'.0':'')+'_)',_0xc2a0a2));}})]})]}),(0x0,_0x5ad5b4[_0x4feed2(0x55e)])(_0x4feed2(0x428),{'className':_0x4feed2(0x33f),'children':_0x33694b['t'](_0x4feed2(0x3a5))})]});},_0x480dfb=({originPattern:_0x36f111,handlePatternChange:_0x257be9})=>{const _0x1d55eb=_0x1671ac;let _0x1cc0a4=(0x0,_0x214668[_0x1d55eb(0x693)])(_0x188e5d[_0x1d55eb(0x2e3)]),_0x345a13=_0x188e5d[_0x1d55eb(0x603)][_0x1d55eb(0x437)](_0x5adb02=>({'label':_0x5adb02,'value':_0x5adb02})),[_0x470913,_0xcc8a90]=(0x0,_0x2a9a1d['useState'])(()=>_0x2ca95f(_0x36f111||'',0x2)),[_0x1839a1,_0x5e7094]=(0x0,_0x2a9a1d[_0x1d55eb(0x1d3)])(()=>_0x2ad417(_0x36f111==null?'':_0x36f111)||_0x345a13[0x0][_0x1d55eb(0x52f)]),_0xa390e2=_0x143466[_0x1d55eb(0x437)](_0xd9981a=>({'label':_0xd9981a[_0x1d55eb(0x3bf)](_0x1839a1),'value':_0xd9981a[_0x1d55eb(0x465)](_0x1839a1),'color':_0xd9981a[_0x1d55eb(0x493)]})),[_0x1c2b29,_0x2731a0]=(0x0,_0x2a9a1d['useState'])(()=>{const _0x18e453=_0x1d55eb;var _0x1c64bd;return((_0x1c64bd=_0xa390e2[_0x18e453(0x58b)](_0x1e0629=>(0x0,_0x188e5d[_0x18e453(0x5a5)])(_0x1e0629[_0x18e453(0x52f)],_0x36f111==null?'':_0x36f111)))==null?void 0x0:_0x1c64bd[_0x18e453(0x52f)])||_0xa390e2[0x0][_0x18e453(0x52f)];});return(0x0,_0x2a9a1d['useEffect'])(()=>{_0x257be9(_0x24210c(_0x1c2b29,_0x470913));},[]),(0x0,_0x5ad5b4[_0x1d55eb(0x449)])(_0x1d55eb(0x428),{'className':_0x1d55eb(0x6d5),'children':[(0x0,_0x5ad5b4[_0x1d55eb(0x449)])(_0x1d55eb(0x428),{'className':_0x1d55eb(0x41c),'children':[(0x0,_0x5ad5b4[_0x1d55eb(0x449)])('div',{'className':'univer-w-[136px]','children':[(0x0,_0x5ad5b4[_0x1d55eb(0x55e)])(_0x1d55eb(0x428),{'className':_0x1d55eb(0x3f0),'children':_0x1cc0a4['t'](_0x1d55eb(0x13b))}),(0x0,_0x5ad5b4[_0x1d55eb(0x55e)])(_0x2748bd[_0x1d55eb(0x42a)],{'className':_0x1d55eb(0x4ee),'value':_0x470913,'max':0x14,'min':0x0,'onChange':_0x19caab=>{_0x19caab&&(_0xcc8a90(_0x19caab),_0x257be9(_0x24210c(_0x1c2b29,_0x19caab)));}})]}),(0x0,_0x5ad5b4['jsxs'])(_0x1d55eb(0x428),{'className':'univer-w-[136px]','children':[(0x0,_0x5ad5b4[_0x1d55eb(0x55e)])(_0x1d55eb(0x428),{'className':_0x1d55eb(0x3f0),'children':_0x1cc0a4['t'](_0x1d55eb(0x5ab))}),(0x0,_0x5ad5b4[_0x1d55eb(0x55e)])(_0x2748bd[_0x1d55eb(0x361)],{'options':_0x345a13,'value':_0x1839a1,'onChange':_0x47a780=>{const _0x22158a=_0x1d55eb;_0x5e7094(_0x47a780);let _0x4a8751=_0x143466[_0x22158a(0x437)](_0x595253=>({'label':_0x595253[_0x22158a(0x3bf)](_0x47a780),'value':_0x595253[_0x22158a(0x465)](_0x47a780),'color':_0x595253[_0x22158a(0x493)]}));_0x2731a0(_0x4a8751[0x0][_0x22158a(0x52f)]),_0x257be9(_0x24210c(_0x4a8751[0x0]['value'],_0x470913));}})]})]}),(0x0,_0x5ad5b4['jsxs'])('div',{'className':'univer-mt-2','children':[(0x0,_0x5ad5b4['jsx'])(_0x1d55eb(0x428),{'className':_0x1d55eb(0x3f0),'children':_0x1cc0a4['t'](_0x1d55eb(0x596))}),(0x0,_0x5ad5b4[_0x1d55eb(0x55e)])(_0x2748bd[_0x1d55eb(0x6b9)],{'className':(0x0,_0x2748bd[_0x1d55eb(0x6e6)])(_0x1d55eb(0x2e9),_0x2748bd[_0x1d55eb(0x43c)]),'options':_0xa390e2,'value':_0x1c2b29,'onChange':_0x13a931=>{_0x2731a0(_0x13a931),_0x257be9(_0x24210c(_0x13a931,_0x470913));}}),(0x0,_0x5ad5b4[_0x1d55eb(0x55e)])(_0x1d55eb(0x428),{'className':_0x1d55eb(0x33f),'children':_0x1cc0a4['t'](_0x1d55eb(0x2b1))})]})]});},_0x4fde0a=({originPattern:_0x44047f,handlePatternChange:_0x10b8b5})=>{const _0x36b7cb=_0x1671ac;let _0x28d741=(0x0,_0x214668[_0x36b7cb(0x693)])(_0x188e5d[_0x36b7cb(0x2e3)]),_0x5dda13=_0x5a68b1[_0x36b7cb(0x437)](_0x27df26=>({'label':_0x27df26[_0x36b7cb(0x3bf)],'value':_0x27df26[_0x36b7cb(0x465)]})),[_0x27cada,_0x15596b]=(0x0,_0x2a9a1d['useState'])(()=>{const _0xbcb561=_0x36b7cb;if(_0x44047f){let _0x3f6268=_0x5dda13['find'](_0x5c9387=>_0x5c9387[_0xbcb561(0x52f)]===_0x44047f);if(_0x3f6268)return _0x3f6268[_0xbcb561(0x52f)];}return _0x5dda13[0x0]['value'];});return(0x0,_0x2a9a1d['useEffect'])(()=>{_0x10b8b5(_0x27cada);},[]),(0x0,_0x5ad5b4[_0x36b7cb(0x55e)])(_0x36b7cb(0x428),{'className':_0x36b7cb(0x6d5),'children':(0x0,_0x5ad5b4[_0x36b7cb(0x449)])(_0x36b7cb(0x428),{'className':_0x36b7cb(0x272),'children':[(0x0,_0x5ad5b4[_0x36b7cb(0x55e)])(_0x36b7cb(0x428),{'className':_0x36b7cb(0x3f0),'children':_0x28d741['t'](_0x36b7cb(0x5af))}),(0x0,_0x5ad5b4[_0x36b7cb(0x55e)])('div',{'children':(0x0,_0x5ad5b4[_0x36b7cb(0x55e)])(_0x2748bd[_0x36b7cb(0x6b9)],{'className':(0x0,_0x2748bd[_0x36b7cb(0x6e6)])(_0x36b7cb(0x2e9),_0x2748bd[_0x36b7cb(0x43c)]),'options':_0x5dda13,'value':_0x27cada,'onChange':_0xf843a4=>{_0x15596b(_0xf843a4),_0x10b8b5(_0xf843a4);}})}),(0x0,_0x5ad5b4[_0x36b7cb(0x55e)])(_0x36b7cb(0x428),{'className':_0x36b7cb(0x33f),'children':_0x28d741['t']('sheets-chart-ui.dialog.numfmt.dateDesc')})]})});},_0xa5b37d=({originPattern:_0x4cb3d2,handlePatternChange:_0x362cc3})=>{const _0x404483=_0x1671ac;let _0x59c79c=(0x0,_0x214668[_0x404483(0x693)])(_0x188e5d[_0x404483(0x2e3)]),[_0x197fdf,_0x2e4614]=(0x0,_0x2a9a1d[_0x404483(0x1d3)])(()=>_0x2ca95f(_0x4cb3d2||'',0x0)),_0x23943d=_0x15b782['map'](_0x210124=>({'label':_0x210124[_0x404483(0x3bf)],'value':_0x210124['suffix'],'color':_0x210124[_0x404483(0x493)]})),[_0x3a30ca,_0xb449e4]=(0x0,_0x2a9a1d['useState'])(()=>{const _0x2ecf83=_0x404483;let _0x1b300c=_0x23943d['find'](_0x31eba4=>(0x0,_0x188e5d[_0x2ecf83(0x5a5)])(_0x31eba4[_0x2ecf83(0x52f)],_0x4cb3d2||''));return(_0x1b300c==null?void 0x0:_0x1b300c[_0x2ecf83(0x52f)])||_0x23943d[0x0][_0x2ecf83(0x52f)];});return(0x0,_0x2a9a1d[_0x404483(0x67a)])(()=>{_0x362cc3(_0x24210c(_0x3a30ca,Number(_0x197fdf||0x0)));},[]),(0x0,_0x5ad5b4[_0x404483(0x449)])(_0x404483(0x428),{'className':_0x404483(0x6d5),'children':[(0x0,_0x5ad5b4[_0x404483(0x55e)])(_0x404483(0x428),{'className':_0x404483(0x41c),'children':(0x0,_0x5ad5b4[_0x404483(0x449)])(_0x404483(0x428),{'className':'univer-w-[136px]','children':[(0x0,_0x5ad5b4[_0x404483(0x55e)])(_0x404483(0x428),{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x59c79c['t'](_0x404483(0x13b))}),(0x0,_0x5ad5b4[_0x404483(0x55e)])(_0x2748bd[_0x404483(0x42a)],{'className':'univer-box-border\x20univer-h-8','value':_0x197fdf,'max':0x14,'min':0x0,'onChange':_0x175399=>{_0x175399&&(_0x2e4614(_0x175399),_0x362cc3(_0x24210c(_0x3a30ca,Number(_0x175399))));}})]})}),(0x0,_0x5ad5b4['jsxs'])(_0x404483(0x428),{'className':_0x404483(0x272),'children':[(0x0,_0x5ad5b4['jsx'])(_0x404483(0x428),{'className':_0x404483(0x3f0),'children':_0x59c79c['t'](_0x404483(0x596))}),(0x0,_0x5ad5b4[_0x404483(0x55e)])(_0x2748bd[_0x404483(0x6b9)],{'className':(0x0,_0x2748bd[_0x404483(0x6e6)])('univer-rounded-lg\x20univer-p-2',_0x2748bd[_0x404483(0x43c)]),'options':_0x23943d,'value':_0x3a30ca,'onChange':_0x12066f=>{_0x2e4614(_0x2ca95f(_0x12066f,0x0)),_0xb449e4(_0x12066f),_0x362cc3(_0x12066f);}}),(0x0,_0x5ad5b4['jsx'])(_0x404483(0x428),{'className':_0x404483(0x33f),'children':_0x59c79c['t'](_0x404483(0x59e))})]})]});},_0x31f98d=({originPattern:_0x4351bf,onPatternApply:_0x2bc7d9})=>{const _0x23a660=_0x1671ac;let _0x4939ab=(0x0,_0x214668['useDependency'])(_0x188e5d['LocaleService']),_0x3260d4=(0x0,_0x214668[_0x23a660(0x693)])(_0x214668[_0x23a660(0x4fc)]),_0x2c01b3=(0x0,_0x2a9a1d['useMemo'])(()=>[{'label':_0x23a660(0x233),'component':_0x542c35,'key':'sheet.numfmt.general'},{'label':_0x23a660(0x4e0),'component':_0x161210,'key':_0x23a660(0x535)},{'label':_0x23a660(0x2d9),'component':_0x480dfb,'key':_0x23a660(0x593)},{'label':_0x23a660(0x52e),'component':_0x4fde0a,'key':_0x23a660(0x147)},{'label':_0x23a660(0x5e3),'component':_0xa5b37d,'key':_0x23a660(0x495)}][_0x23a660(0x437)](_0x4c2bde=>({..._0x4c2bde,'label':_0x4939ab['t'](_0x4c2bde[_0x23a660(0x3bf)])})),[_0x4939ab]),_0x3b1a27=_0x88de69=>[_0x911088,_0xec2b86,_0x2fdee1,_0x4c31ae,_0x3d9ad3][_0x23a660(0x393)]((_0x2d1db0,_0x535934,_0x7dbd7b)=>_0x2d1db0||(_0x535934(_0x88de69==null?'':_0x88de69)?_0x2c01b3[_0x7dbd7b][_0x23a660(0x2ae)]:void 0x0),void 0x0)||_0x2c01b3[0x0][_0x23a660(0x2ae)],_0x107b68=_0x2c01b3[_0x23a660(0x437)](_0x1d68d4=>({'label':_0x1d68d4['label'],'value':_0x1d68d4[_0x23a660(0x2ae)]})),[_0x58c12e,_0x5a6bd7]=(0x0,_0x2a9a1d[_0x23a660(0x1d3)])(()=>_0x3b1a27(_0x4351bf)),[_0x43baf1,_0x24c2d5]=(0x0,_0x2a9a1d[_0x23a660(0x1d3)])(_0x4351bf),_0xa962b5=_0x25ace9=>_0x24c2d5(_0x25ace9),_0x25bbf5=_0x460c6a=>{_0x5a6bd7(_0x460c6a);};return(0x0,_0x2a9a1d[_0x23a660(0x67a)])(()=>{let _0x27e568=_0x3b1a27(_0x4351bf);_0x27e568!==_0x58c12e&&_0x5a6bd7(_0x27e568),_0x4351bf!==_0x43baf1&&_0x24c2d5(_0x4351bf);},[_0x4351bf]),(0x0,_0x5ad5b4[_0x23a660(0x449)])(_0x23a660(0x428),{'children':[(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x23a660(0x428),{'className':'univer-mb-2\x20univer-h-5\x20univer-text-sm\x20univer-font-medium\x20univer-leading-5','children':_0x4939ab['t'](_0x23a660(0x4b1))}),(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x23a660(0x428),{'children':(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x2748bd['Select'],{'className':'univer-w-full','onChange':_0x4cb499=>_0x25bbf5(_0x4cb499),'options':_0x107b68,'value':_0x58c12e})}),(0x0,_0x5ad5b4['jsxs'])(_0x23a660(0x428),{'className':'univer-mt-2','children':[_0x58c12e===_0x23a660(0x3c6)&&(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x542c35,{'originPattern':_0x4351bf,'handlePatternChange':_0xa962b5}),_0x58c12e===_0x23a660(0x535)&&(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x161210,{'originPattern':_0x4351bf,'handlePatternChange':_0xa962b5}),_0x58c12e===_0x23a660(0x593)&&(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x480dfb,{'originPattern':_0x4351bf,'handlePatternChange':_0xa962b5}),_0x58c12e===_0x23a660(0x147)&&(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x4fde0a,{'originPattern':_0x4351bf,'handlePatternChange':_0xa962b5}),_0x58c12e===_0x23a660(0x495)&&(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0xa5b37d,{'originPattern':_0x4351bf,'handlePatternChange':_0xa962b5})]}),(0x0,_0x5ad5b4[_0x23a660(0x449)])('div',{'className':_0x23a660(0x3eb),'children':[(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x2748bd[_0x23a660(0x178)],{'onClick':()=>{_0x3260d4['close'](_0x3b57da);},'children':_0x4939ab['t']('sheets-chart-ui.dialog.numfmt.cancel')}),(0x0,_0x5ad5b4[_0x23a660(0x55e)])(_0x2748bd['Button'],{'className':_0x23a660(0x647),'variant':_0x23a660(0x501),'onClick':()=>{const _0x36003a=_0x23a660;_0x2bc7d9&&_0x2bc7d9(_0x43baf1),_0x3260d4[_0x36003a(0x363)](_0x3b57da);},'children':_0x4939ab['t'](_0x23a660(0x619))})]})]});},_0x40ce6e=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x5883ab,_0x1951a7){const _0x4f452d=_0x1671ac;super(),this[_0x4f452d(0x395)]=_0x5883ab,this[_0x4f452d(0x2fa)]=_0x1951a7,this[_0x4f452d(0x1b1)](),this[_0x4f452d(0x295)]();}[_0x1671ac(0x1b1)](){const _0x347f6d=_0x1671ac;this[_0x347f6d(0x40d)](this[_0x347f6d(0x2fa)]['register']({'ChartIcon':_0x2ad5a8,'AreaChartIcon':_0x3a5361,'BarChartIcon':_0x3d718c,'ColumnChartIcon':_0x464675,'ComboChartIcon':_0x508e5d,'LineChartIcon':_0x102d71,'PenIcon':_0x51cb6b,'PieChartIcon':_0x449436,'RadarChartIcon':_0x280d29,'ScatterChartIcon':_0x3a4622,'FunnelIcon':_0x421627,'CloudIcon':_0xe74c6d,'BubbleIcon':_0x50b01d,'RelationshipIcon':_0x4ebab7,'WaterfallChartIcon':_0x32909b,'SankeyChartIcon':_0x2e4944,'HeatmapChartIcon':_0x52c45a,'BoxplotIcon':_0x39cb4c}));}[_0x1671ac(0x295)](){[[_0x16f207,_0xd76e45],[_0x50ad70,_0x31f98d]]['forEach'](([_0x3f8f70,_0x222431])=>{const _0x4a6904=_0x1d8f;this[_0x4a6904(0x40d)](this[_0x4a6904(0x395)][_0x4a6904(0x6f6)](_0x3f8f70,_0x222431));});}};_0x40ce6e=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x214668[_0x1671ac(0x571)])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x214668['IconManager']))],_0x40ce6e);let _0x3bb7a8=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0xb28f50,_0x4e5f14,_0x5762cc,_0x1b4d50){const _0x1831ef=_0x1671ac;super(),this[_0x1831ef(0x31d)]=_0xb28f50,this[_0x1831ef(0x4ed)]=_0x4e5f14,this[_0x1831ef(0x50c)]=_0x5762cc,this[_0x1831ef(0x42c)]=_0x1b4d50,_0x3822ce(this,_0x1831ef(0x67f),void 0x0),this[_0x1831ef(0x223)]();}get[_0x1671ac(0x35e)](){const _0x58d324=_0x1671ac;return this['_sheetDrawingService'][_0x58d324(0x32d)]();}[_0x1671ac(0x223)](){const _0x54497b=_0x1671ac;this[_0x54497b(0x40d)](this[_0x54497b(0x4ed)][_0x54497b(0x247)]({'id':_0x30562c[_0x54497b(0x47c)],'onBeforeCopy':(_0x3e4ed1,_0x3367df,_0x4a8936,_0x355fdf)=>{const _0x526f67=_0x54497b;this['_copyInfo']=null;let _0x328494=this['_focusedDrawings'];if(_0x328494[_0x526f67(0x424)]){let _0x4d2589=_0x328494[_0x526f67(0x42d)](_0x1ca159=>_0x1ca159[_0x526f67(0x3d6)]===_0x188e5d[_0x526f67(0x1f2)][_0x526f67(0x167)]);if(_0x4d2589[_0x526f67(0x424)]===0x0)return;this[_0x526f67(0x67f)]={'unitId':_0x3e4ed1,'subUnitId':_0x3367df,'copyType':_0x355fdf,'drawings':_0x4d2589};}else this[_0x526f67(0x43d)](_0x3e4ed1,_0x3367df,_0x4a8936,_0x355fdf);},'onPasteCells':(_0x225526,_0x288aa1,_0x5f37ad,_0x1a1044)=>{const _0x5cf007=_0x54497b;if(!this[_0x5cf007(0x67f)])return{'redos':[],'undos':[]};let {pasteType:_0x87dcf7}=_0x1a1044;return _0x87dcf7===_0x2901b1['PREDEFINED_HOOK_NAME'][_0x5cf007(0x1c5)]?this[_0x5cf007(0x42f)](_0x288aa1,this[_0x5cf007(0x67f)][_0x5cf007(0x6c1)]===_0x2901b1['COPY_TYPE']['CUT']):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x14e751=>this[_0x54497b(0x67f)]?this[_0x54497b(0x42f)](_0x14e751,this[_0x54497b(0x67f)]['copyType']===_0x2901b1[_0x54497b(0x157)][_0x54497b(0x56f)]):{'redos':[],'undos':[]}}));}[_0x1671ac(0x43d)](_0x618a52,_0xbfb940,_0x39f39e,_0x4add3d){const _0x1271b7=_0x1671ac;let _0x737488=this['_sheetSkeletonService'][_0x1271b7(0x2ba)](_0x618a52,_0xbfb940);if(!_0x737488)return;let _0x34c2ef=(0x0,_0x30d322[_0x1271b7(0x257)])(_0x737488,_0x39f39e);if(!_0x34c2ef)return;let {startX:_0x2495e8,endX:_0x4227c2,startY:_0x265663,endY:_0x58aea2}=_0x34c2ef,_0x142c26=this['_sheetDrawingService'][_0x1271b7(0x192)](_0x618a52,_0xbfb940),_0x1d1dc4=this['_focusedDrawings']['slice']();for(let [_0x47793d,_0x27ac67]of Object[_0x1271b7(0x69c)](_0x142c26)){if(_0x27ac67[_0x1271b7(0x3d6)]!==_0x188e5d[_0x1271b7(0x1f2)]['DRAWING_CHART'])continue;let {transform:_0x598054}=_0x27ac67;if(!_0x598054)continue;let {left:_0x49d76e=0x0,top:_0x5d668d=0x0,width:_0x11a3f1=0x0,height:_0x938e0b=0x0}=_0x598054;_0x2495e8<=_0x49d76e&&_0x4227c2>=_0x49d76e+_0x11a3f1&&_0x265663<=_0x5d668d&&_0x58aea2>=_0x5d668d+_0x938e0b&&_0x1d1dc4['push'](_0x27ac67);}_0x1d1dc4[_0x1271b7(0x424)]>0x0&&(this[_0x1271b7(0x67f)]={'unitId':_0x618a52,'subUnitId':_0xbfb940,'copyType':_0x4add3d,'copyRange':_0x39f39e,'drawings':_0x1d1dc4});}[_0x1671ac(0x42f)](_0x299900,_0x1fd9fd){const _0x3a15f9=_0x1671ac;let {unitId:_0xd3f4b,subUnitId:_0x1e9b87,range:_0x1af470}=_0x299900,_0x315d17=this['_sheetSkeletonService']['getSkeleton'](_0xd3f4b,_0x1e9b87);if(!_0x315d17)return{'redos':[],'undos':[]};let _0xb6b1b9=(0x0,_0x30d322[_0x3a15f9(0x682)])(_0x1af470),{unitId:_0x5f3b3a,subUnitId:_0x3e287a,copyRange:_0x167cce,drawings:_0x3d020d}=this['_copyInfo'],_0x4b8c7f=this[_0x3a15f9(0x31d)][_0x3a15f9(0x2ba)](_0x5f3b3a,_0x3e287a);if(!_0x4b8c7f)return{'redos':[],'undos':[]};let _0x4fab98=[],_0xab7474=[];for(let _0x3ee9fd of _0x3d020d){let {drawingId:_0x2853e5,transform:_0x20977b,sheetTransform:_0x258582}=_0x3ee9fd,_0x4fbc21=this['_chartModelService'][_0x3a15f9(0x561)](_0x2853e5);if(!_0x4fbc21||!_0x20977b||!_0x258582)continue;let _0x77f19a=this['_updateTransform']({'transform':_0x20977b,'sheetTransform':_0x258582},{'skeleton':_0x4b8c7f,'range':_0x167cce},{'skeleton':_0x315d17,'range':_0xb6b1b9});if(_0x1fd9fd){let {redos:_0x18be0c,undos:_0x20f8ec}=this[_0x3a15f9(0x340)]({'fromUnitId':_0x5f3b3a,'fromSubUnitId':_0x3e287a,'toUnitId':_0xd3f4b,'toSubUnitId':_0x1e9b87,'drawing':_0x3ee9fd,'newTransforms':_0x77f19a},_0x4fbc21);_0x4fab98[_0x3a15f9(0x507)](..._0x18be0c),_0xab7474[_0x3a15f9(0x507)](..._0x20f8ec);continue;}let {redos:_0x2d17b9,undos:_0x47d63b}=this[_0x3a15f9(0x6d6)]({'toUnitId':_0xd3f4b,'toSubUnitId':_0x1e9b87,'drawing':_0x3ee9fd,'newTransforms':_0x77f19a},_0x4fbc21);_0x4fab98[_0x3a15f9(0x507)](..._0x2d17b9),_0xab7474[_0x3a15f9(0x507)](..._0x47d63b);}return{'redos':_0x4fab98,'undos':_0xab7474};}['_generateCutPasteMutations'](_0x402015,_0x134ce4){const _0x28f0f9=_0x1671ac;let {fromUnitId:_0x10effa,fromSubUnitId:_0x426dad,toUnitId:_0x1d3638,toSubUnitId:_0x22b055,drawing:_0x5678c4,newTransforms:_0xdc05f}=_0x402015,_0x304583={..._0x5678c4,'unitId':_0x1d3638,'subUnitId':_0x22b055,'transform':_0xdc05f[_0x28f0f9(0x50a)],'sheetTransform':_0xdc05f[_0x28f0f9(0x3ca)]};if(_0x1d3638===_0x10effa&&_0x22b055===_0x426dad){let {redo:_0xa65dab,undo:_0x42293a,objects:_0xa1b2d5}=this[_0x28f0f9(0x50c)][_0x28f0f9(0x6e7)]([_0x304583]);return{'redos':[{'id':_0x3f1d56[_0x28f0f9(0x447)]['id'],'params':{'unitId':_0x1d3638,'subUnitId':_0x22b055,'type':_0x3f1d56[_0x28f0f9(0x2a7)][_0x28f0f9(0x3b8)],'op':_0xa65dab,'objects':_0xa1b2d5}}],'undos':[{'id':_0x3f1d56[_0x28f0f9(0x447)]['id'],'params':{'unitId':_0x1d3638,'subUnitId':_0x22b055,'type':_0x3f1d56[_0x28f0f9(0x2a7)][_0x28f0f9(0x3b8)],'op':_0x42293a,'objects':_0xa1b2d5}}]};}else{let _0x1f820d=this[_0x28f0f9(0x50c)]['getBatchRemoveOp']([_0x5678c4]),_0x2cbc07=this[_0x28f0f9(0x50c)][_0x28f0f9(0x6b4)]([_0x304583]),_0x26f717=_0x134ce4['dataSource'][_0x28f0f9(0x47f)](),{chartType:_0xc81788,context:_0x50c5ff,style:_0x1fc694,dataAggregation:_0xd796b2}=_0x134ce4['serialize']();return{'redos':[{'id':_0x3f1d56[_0x28f0f9(0x447)]['id'],'params':{'unitId':_0x10effa,'subUnitId':_0x426dad,'type':_0x3f1d56[_0x28f0f9(0x2a7)]['REMOVE'],'op':_0x1f820d[_0x28f0f9(0x5d5)],'objects':_0x1f820d[_0x28f0f9(0x3a7)]}},{'id':_0x30562c[_0x28f0f9(0x1f3)]['id'],'params':{'unitId':_0x10effa,'subUnitId':_0x426dad,'chartId':_0x5678c4['drawingId']}},{'id':_0x3f1d56[_0x28f0f9(0x447)]['id'],'params':{'unitId':_0x1d3638,'subUnitId':_0x22b055,'type':_0x3f1d56[_0x28f0f9(0x2a7)][_0x28f0f9(0x372)],'op':_0x2cbc07[_0x28f0f9(0x5d5)],'objects':_0x2cbc07[_0x28f0f9(0x3a7)]}},{'id':_0x30562c[_0x28f0f9(0x5cf)]['id'],'params':{'unitId':_0x1d3638,'subUnitId':_0x22b055,'chartId':_0x5678c4['drawingId'],'chartType':_0xc81788,...(0x0,_0x30562c['toInsertChartMutationSource'])(_0x26f717),'context':_0x50c5ff,'style':_0x1fc694,'dataAggregation':_0xd796b2}}],'undos':[{'id':_0x3f1d56[_0x28f0f9(0x447)]['id'],'params':{'unitId':_0x10effa,'subUnitId':_0x426dad,'type':_0x3f1d56[_0x28f0f9(0x2a7)][_0x28f0f9(0x372)],'op':_0x1f820d[_0x28f0f9(0x3df)],'objects':_0x1f820d[_0x28f0f9(0x3a7)]}},{'id':_0x30562c[_0x28f0f9(0x5cf)]['id'],'params':{'unitId':_0x10effa,'subUnitId':_0x426dad,'chartId':_0x5678c4[_0x28f0f9(0x6b5)],'chartType':_0xc81788,...(0x0,_0x30562c[_0x28f0f9(0x462)])(_0x26f717),'context':_0x50c5ff,'style':_0x1fc694,'dataAggregation':_0xd796b2}},{'id':_0x3f1d56[_0x28f0f9(0x447)]['id'],'params':{'unitId':_0x1d3638,'subUnitId':_0x22b055,'type':_0x3f1d56[_0x28f0f9(0x2a7)][_0x28f0f9(0x66a)],'op':_0x2cbc07['undo'],'objects':_0x2cbc07[_0x28f0f9(0x3a7)]}},{'id':_0x30562c[_0x28f0f9(0x1f3)]['id'],'params':{'unitId':_0x1d3638,'subUnitId':_0x22b055,'chartId':_0x5678c4[_0x28f0f9(0x6b5)]}}]};}}[_0x1671ac(0x6d6)](_0x57fc8d,_0x1c3827){const _0x1a4b15=_0x1671ac;let {toUnitId:_0x412553,toSubUnitId:_0x452bdd,drawing:_0x49679a,newTransforms:_0x276f91}=_0x57fc8d,_0x1e0695=(0x0,_0x188e5d[_0x1a4b15(0x538)])(),_0x3c832c={..._0x49679a,'unitId':_0x412553,'subUnitId':_0x452bdd,'drawingId':_0x1e0695,'transform':_0x276f91[_0x1a4b15(0x50a)],'sheetTransform':_0x276f91[_0x1a4b15(0x3ca)]},{redo:_0x31b0d1,undo:_0x293be8,objects:_0x303db6}=this[_0x1a4b15(0x50c)]['getBatchAddOp']([_0x3c832c]),_0x39ac6d=_0x1c3827[_0x1a4b15(0x65e)][_0x1a4b15(0x47f)](),{chartType:_0x18e676,context:_0x557fab,style:_0x49fe9f,dataAggregation:_0x30a436}=_0x1c3827[_0x1a4b15(0x6ed)]();return{'redos':[{'id':_0x3f1d56[_0x1a4b15(0x447)]['id'],'params':{'unitId':_0x412553,'subUnitId':_0x452bdd,'type':_0x3f1d56[_0x1a4b15(0x2a7)][_0x1a4b15(0x372)],'op':_0x31b0d1,'objects':_0x303db6}},{'id':_0x30562c['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x412553,'subUnitId':_0x452bdd,'chartId':_0x1e0695,'chartType':_0x18e676,...(0x0,_0x30562c[_0x1a4b15(0x462)])(_0x39ac6d),'context':_0x557fab,'style':_0x49fe9f,'dataAggregation':_0x30a436}}],'undos':[{'id':_0x3f1d56['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x412553,'subUnitId':_0x452bdd,'type':_0x3f1d56[_0x1a4b15(0x2a7)]['REMOVE'],'op':_0x293be8,'objects':_0x303db6}},{'id':_0x30562c[_0x1a4b15(0x1f3)]['id'],'params':{'unitId':_0x412553,'subUnitId':_0x452bdd,'chartId':_0x1e0695}}]};}[_0x1671ac(0x3e4)](_0x52c942,_0x30d214,_0x121bc7){const _0x1ba47f=_0x1671ac;var _0x21c75b;let {range:_0x502288,skeleton:_0x5508a5}=_0x30d214,{range:_0x540e3a,skeleton:_0x5c16a4}=_0x121bc7,{transform:_0x3fe1af,sheetTransform:_0x2100fc}=_0x52c942,_0x41dd53={..._0x3fe1af};if(_0x502288){let _0x4be3e9=(0x0,_0x30d322['attachRangeWithCoord'])(_0x5508a5,_0x502288),_0x370e4f=(0x0,_0x30d322[_0x1ba47f(0x257)])(_0x5c16a4,_0x540e3a);if(_0x4be3e9&&_0x370e4f){var _0xa24c0c,_0x256854;let _0x55bd2b=_0x370e4f[_0x1ba47f(0x380)]-_0x4be3e9[_0x1ba47f(0x380)],_0x285ced=_0x370e4f[_0x1ba47f(0x458)]-_0x4be3e9[_0x1ba47f(0x458)];_0x41dd53[_0x1ba47f(0x44d)]=((_0xa24c0c=_0x41dd53[_0x1ba47f(0x44d)])==null?0x0:_0xa24c0c)+_0x55bd2b,_0x41dd53['top']=((_0x256854=_0x41dd53['top'])==null?0x0:_0x256854)+_0x285ced;}}else{let _0x870fea=(0x0,_0x30d322[_0x1ba47f(0x257)])(_0x5c16a4,_0x540e3a);_0x41dd53[_0x1ba47f(0x44d)]=_0x870fea==null?void 0x0:_0x870fea[_0x1ba47f(0x380)],_0x41dd53['top']=_0x870fea==null?void 0x0:_0x870fea[_0x1ba47f(0x458)];}return{'transform':_0x41dd53,'sheetTransform':(_0x21c75b=(0x0,_0x3f1d56[_0x1ba47f(0x4dd)])(_0x41dd53,_0x5c16a4))==null?_0x2100fc:_0x21c75b};}};_0x3bb7a8=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30d322[_0x1671ac(0x2d4)])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x2901b1[_0x1671ac(0x480)])),_0x2e55b2(0x2,(0x0,_0x188e5d['Inject'])(_0x3f1d56[_0x1671ac(0x22f)])),_0x2e55b2(0x3,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x203)]))],_0x3bb7a8);let _0x36f377=class extends _0x188e5d[_0x1671ac(0x40f)]{constructor(_0x3ccac9,_0xa4d0ae,_0x1db679,_0x177113){const _0x8ef759=_0x1671ac;super(),this[_0x8ef759(0x141)]=_0x3ccac9,this[_0x8ef759(0x6c5)]=_0xa4d0ae,this[_0x8ef759(0x1ec)]=_0x1db679,this[_0x8ef759(0x46c)]=_0x177113,this['_initPermission']();}[_0x1671ac(0x218)](){const _0x3108a6=_0x1671ac;this[_0x3108a6(0x40d)](this[_0x3108a6(0x141)]['beforeCommandExecuted'](_0x2131fd=>{const _0x24d232=_0x3108a6;let _0x13d494,_0x2c1847;if(_0x2131fd['id']===_0x30562c[_0x24d232(0x4ac)]['id']){let _0x18338f=_0x2131fd[_0x24d232(0x237)];_0x13d494=_0x18338f[_0x24d232(0x52a)],_0x2c1847=_0x18338f[_0x24d232(0x567)];}else{if(_0x2131fd['id']===_0x30562c[_0x24d232(0x3aa)]['id']||_0x2131fd['id']===_0x30562c[_0x24d232(0x3af)]['id']){let _0x220fc4=_0x2131fd[_0x24d232(0x237)];_0x13d494=_0x220fc4['unitId'],_0x2c1847=this[_0x24d232(0x46c)][_0x24d232(0x2d8)](_0x220fc4[_0x24d232(0x52a)],_0x220fc4[_0x24d232(0x6a5)]);}}!_0x13d494||!_0x2c1847||this[_0x24d232(0x1ec)]['permissionCheckWithoutRange']({'workbookTypes':[_0x30d322[_0x24d232(0x680)]],'worksheetTypes':[_0x30d322[_0x24d232(0x164)]]},_0x13d494,_0x2c1847)||this[_0x24d232(0x1ec)]['blockExecuteWithoutPermission'](this['_localeService']['t'](_0x24d232(0x357)));}));}};_0x36f377=_0x5d6e94([_0x2e55b2(0x0,(0x0,_0x188e5d['Inject'])(_0x188e5d[_0x1671ac(0x547)])),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d[_0x1671ac(0x2e3)])),_0x2e55b2(0x2,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30d322[_0x1671ac(0x6c8)])),_0x2e55b2(0x3,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x30562c[_0x1671ac(0x2d2)]))],_0x36f377);let _0x5d63a2=class extends _0x188e5d[_0x1671ac(0x654)]{constructor(_0x270d0a=_0x2e535a,_0x3a19bb,_0x394764,_0x3e1acf){const _0x2f1f39=_0x1671ac;super(),this[_0x2f1f39(0x6fa)]=_0x270d0a,this[_0x2f1f39(0x2e1)]=_0x3a19bb,this[_0x2f1f39(0x576)]=_0x394764,this[_0x2f1f39(0x141)]=_0x3e1acf,_0x3822ce(this,'_resolvedConfig',void 0x0);let {..._0x3767b9}=(0x0,_0x188e5d[_0x2f1f39(0x642)])({},_0x2e535a,this['_config']);this[_0x2f1f39(0x49f)]=_0x3767b9,this[_0x2f1f39(0x576)][_0x2f1f39(0x4ba)](_0x2c0dcc,_0x3767b9),this[_0x2f1f39(0x41b)](),(0x0,_0x531b83[_0x2f1f39(0x23f)])(_0x531b83[_0x2f1f39(0x661)]);}['onStarting'](){const _0x535fa8=_0x1671ac;this[_0x535fa8(0x2e1)][_0x535fa8(0x53f)]([_0x40ce6e]),this['_injector'][_0x535fa8(0x265)](_0x40ce6e);let _0x24969a=this[_0x535fa8(0x2e1)],_0x2e9a27=[[_0x21996a,{'useClass':_0x38f507}],[_0x326693,{'useClass':_0x13d1e4}],[_0x4b94db],[_0x4f46da],[_0x5e4eab],[_0x4e2467],[_0x3a3700],[_0x3bb7a8],[_0x332530],[_0x36f377]],_0x4d217d=[[_0x5e4eab],[_0x3a3700],[_0x4e2467],[_0x21996a],[_0x3bb7a8],[_0x332530],[_0x36f377]];this[_0x535fa8(0x49f)][_0x535fa8(0x16f)]&&(_0x2e9a27['push']([_0x38f7ab]),_0x4d217d[_0x535fa8(0x507)]([_0x38f7ab])),_0x2e9a27[_0x535fa8(0x4b3)](_0x3284c4=>_0x24969a['add'](_0x3284c4)),(0x0,_0x188e5d[_0x535fa8(0x31a)])(this[_0x535fa8(0x2e1)],_0x4d217d);}[_0x1671ac(0x531)](){const _0x28f829=_0x1671ac;var _0x24964b;(_0x24964b=this['_injector']['get'](_0x5e4eab))==null||_0x24964b[_0x28f829(0x5e9)]();}[_0x1671ac(0x41b)](){const _0x273df6=_0x1671ac;[_0x46750d,_0x3d26c3,_0x4940e9,_0x2538bd,_0x3600fe,_0x45ba65,_0x2781ca][_0x273df6(0x4b3)](_0x364edf=>this[_0x273df6(0x40d)](this[_0x273df6(0x141)][_0x273df6(0x6ad)](_0x364edf)));}};_0x3822ce(_0x5d63a2,_0x1671ac(0x1e7),_0x188e5d[_0x1671ac(0x12c)]['UNIVER_SHEET']),_0x3822ce(_0x5d63a2,_0x1671ac(0x127),'UniverSheetsChartUIPlugin'),_0x3822ce(_0x5d63a2,_0x1671ac(0x232),_0x3c09c7),_0x3822ce(_0x5d63a2,_0x1671ac(0x67c),_0x5c2537),_0x5d63a2=_0x5d6e94([(0x0,_0x188e5d[_0x1671ac(0x482)])(_0x1a6924[_0x1671ac(0x1a3)],_0x246ed9['UniverLicensePlugin'],_0x5cb320[_0x1671ac(0x537)],_0x30562c[_0x1671ac(0x376)]),_0x2e55b2(0x1,(0x0,_0x188e5d[_0x1671ac(0x63c)])(_0x188e5d[_0x1671ac(0x657)])),_0x2e55b2(0x2,_0x188e5d[_0x1671ac(0x4a1)]),_0x2e55b2(0x3,_0x188e5d['ICommandService'])],_0x5d63a2),_0x45e1ff[_0x1671ac(0x584)]=_0x21996a,_0x45e1ff['SHEETS_CHART_UI_PLUGIN_CONFIG_KEY']=_0x2c0dcc,Object[_0x1671ac(0x48e)](_0x45e1ff,_0x1671ac(0x3d3),{'enumerable':!0x0,'get':function(){return _0x5e4eab;}}),_0x45e1ff[_0x1671ac(0x420)]=_0x33bbe0,Object['defineProperty'](_0x45e1ff,_0x1671ac(0x40b),{'enumerable':!0x0,'get':function(){return _0x38f507;}}),Object[_0x1671ac(0x48e)](_0x45e1ff,_0x1671ac(0x239),{'enumerable':!0x0,'get':function(){return _0x5d63a2;}}),_0x45e1ff[_0x1671ac(0x53d)]=_0x46a3ef;}));function _0x1d8f(_0x575463,_0x542b6d){_0x575463=_0x575463-0x125;const _0x34ddc9=_0x34dd();let _0x1d8fc1=_0x34ddc9[_0x575463];return _0x1d8fc1;}function _0x34dd(){const _0x7f5db1=['sheets-chart-ui.alignY.','UniverCore','M2.5999\x202.88223C2.5999\x202.55086\x202.33127\x202.28223\x201.9999\x202.28223C1.66853\x202.28223\x201.3999\x202.55086\x201.3999\x202.88223V12.5996C1.3999\x2014.0356\x202.56396\x2015.1996\x203.9999\x2015.1996H13.9999C14.3313\x2015.1996\x2014.5999\x2014.931\x2014.5999\x2014.5996C14.5999\x2014.2683\x2014.3313\x2013.9996\x2013.9999\x2013.9996H3.9999C3.2267\x2013.9996\x202.5999\x2013.3728\x202.5999\x2012.5996V2.88223Z','sheets-chart-ui.shape.emptyCircle','defIds','sheets-chart-ui.seriesBlock.format','src','sheets-chart-ui.shape.emptyArrow','style$','wordCloud','onCommandExecuted','getObjectIncludeInGroup','hidden','CHART','univer-flex','sheets-chart-ui.bubble.yAxis','useDependency','rightVerticalAxis','setPanelRoute','sheets-chart-ui.relation.auto','getUnitId','sheets-chart-ui.titles.titleText','1930年08月05日','_setChartRuntimeZIndex','BoxplotIcon','entries','M3\x204.5C3\x204.5\x205.32843\x204.51184\x206.5\x205C7.67157\x205.48816\x209\x207\x209\x207','titles','AreaLineStyle','data','Diamond','setImage','createIdentifier','RibbonInsertGroup','chartModelId','combineLatestWith','21769iFtZVH','_entries','then','sheets-chart-ui.shape.triangle','M9.28587\x201.36401L14.5119\x205.18269C15.2865\x205.74867\x2015.6051\x206.75546\x2015.2983\x207.66757L13.3158\x2013.5609C13.0152\x2014.4544\x2012.1817\x2015.0558\x2011.2437\x2015.0558H4.7565C3.81855\x2015.0558\x202.98498\x2014.4544\x202.6844\x2013.5609L0.701952\x207.66757C0.395129\x206.75546\x200.713731\x205.74867\x201.48829\x205.18269L6.71434\x201.36401C7.48102\x200.803793\x208.51919\x200.803794\x209.28587\x201.36401ZM8.58455\x202.33483C8.23605\x202.08019\x207.76416\x202.08019\x207.41567\x202.33483L2.18962\x206.15351C1.83755\x206.41077\x201.69273\x206.86841\x201.83219\x207.283L3.81464\x2013.1763C3.95127\x2013.5825\x204.33016\x2013.8558\x204.7565\x2013.8558H11.2437C11.6701\x2013.8558\x2012.0489\x2013.5825\x2012.1856\x2013.1763L14.168\x207.283C14.3075\x206.86841\x2014.1627\x206.41077\x2013.8106\x206.15351L8.58455\x202.33483Z','sheets-chart-ui.withThickness','registerCommand','UniverProSheetsChart','DropdownMenu','chartId','1,235','paretoStyle','Percentage','getBatchAddOp','drawingId','IContextService','stroke','_renderDebounceMap','SelectList','_chartHostProviderService','_disposeChartEventSubscriptions','debounce','M7.00001\x208.973C7.34023\x208.973\x207.61602\x208.69721\x207.61602\x208.35698C7.61602\x208.01676\x207.34023\x207.74097\x207.00001\x207.74097C6.65978\x207.74097\x206.38399\x208.01676\x206.38399\x208.35698C6.38399\x208.69721\x206.65978\x208.973\x207.00001\x208.973Z','stackType','_isProviderDisposed','Bottom','copyType','IDrawingManagerService','ScatterLabelIndex','WaterfallSeriesTypeEnum','_localeService','univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','univer-grid\x20univer-w-[290px]\x20univer-grid-cols-4\x20univer-gap-2\x20univer-p-2','SheetPermissionCheckController','activeChartModel$','hasPaddingAngle','datetime','Link','sheets-chart-ui.allSeries','M2.33874\x209.71431C2.34798\x209.71452\x202.35724\x209.71463\x202.36653\x209.71463L11.4614\x209.71463C12.2346\x209.71463\x2012.8614\x209.08783\x2012.8614\x208.31463L12.8614\x207.68516C12.8614\x206.91196\x2012.2347\x206.28516\x2011.4615\x206.28516L2.36653\x206.28516C2.35724\x206.28516\x202.34798\x206.28526\x202.33874\x206.28547L2.33874\x205.51607C2.34797\x205.51628\x202.35722\x205.51639\x202.3665\x205.51639L13.5531\x205.51639C14.3263\x205.51639\x2014.9531\x204.88959\x2014.9531\x204.11639L14.9531\x203.48691C14.9531\x202.71372\x2014.3263\x202.08691\x2013.5531\x202.08691L2.3665\x202.08691C2.35722\x202.08691\x202.34797\x202.08702\x202.33875\x202.08723L2.33875\x201.3334C2.33875\x201.00203\x202.07012\x200.733398\x201.73874\x200.733398C1.40737\x200.733398\x201.13875\x201.00203\x201.13875\x201.3334L1.13874\x2014.6667C1.13874\x2014.9981\x201.40737\x2015.2667\x201.73874\x2015.2667C2.07012\x2015.2667\x202.33874\x2014.9981\x202.33874\x2014.6667L2.33874\x2013.9126C2.34547\x2013.9127\x202.3522\x2013.9128\x202.35895\x2013.9128C2.36146\x2013.9129\x202.36398\x2013.9129\x202.3665\x2013.9129L8.55312\x2013.9129C9.32632\x2013.9129\x209.95312\x2013.2861\x209.95312\x2012.5129L9.95312\x2011.8834C9.95312\x2011.1102\x209.32633\x2010.4834\x208.55312\x2010.4834L2.3665\x2010.4834C2.35722\x2010.4834\x202.34797\x2010.4835\x202.33874\x2010.4837L2.33874\x209.71431ZM11.6614\x207.68516C11.6614\x207.5747\x2011.5719\x207.48516\x2011.4614\x207.48516L2.36653\x207.48516L2.36653\x208.51463L11.4614\x208.51463C11.5719\x208.51463\x2011.6614\x208.42508\x2011.6614\x208.31463L11.6614\x207.68516ZM13.7531\x203.48691C13.7531\x203.37646\x2013.6636\x203.28691\x2013.5531\x203.28691L2.3665\x203.28691L2.3665\x204.31639L13.5531\x204.31639C13.6636\x204.31639\x2013.7531\x204.22684\x2013.7531\x204.11639L13.7531\x203.48691ZM8.55312\x2011.6834C8.66358\x2011.6834\x208.75312\x2011.7729\x208.75312\x2011.8834L8.75312\x2012.5129C8.75312\x2012.6233\x208.66358\x2012.7129\x208.55312\x2012.7129L2.3665\x2012.7129L2.3665\x2011.6834L8.55312\x2011.6834Z','axes','scaleX','_drawChartFrame','sheets-chart-ui.relation.title','sheets-chart-ui.seriesDefaultName','_lastActiveSheet','univer-mt-2.5','_generateCopyPasteMutations','univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','remove$','sheets-chart-ui.chartTypes.wordCloud','Hide','_renderModelManager','number','_rerenderLatest','sheets-chart-ui.chartTypes.column','\x22#,##0.00_);-\x22','_openEditPanelByDoubleClick','M7.40023\x202.22624C4.47633\x202.5265\x202.19561\x204.99701\x202.19561\x208.00023C2.19561\x2011.206\x204.79442\x2013.8048\x208.00023\x2013.8048C11.0034\x2013.8048\x2013.474\x2011.5241\x2013.7742\x208.60023H9.60023C8.3852\x208.60023\x207.40023\x207.61525\x207.40023\x206.40023V2.22624ZM0.995605\x208.00023C0.995605\x204.13168\x204.13168\x200.995605\x208.00023\x200.995605C8.3316\x200.995605\x208.60023\x201.26423\x208.60023\x201.59561V6.40023C8.60023\x206.95251\x209.04794\x207.40023\x209.60023\x207.40023H14.4049C14.7362\x207.40023\x2015.0049\x207.66886\x2015.0049\x208.00023C15.0049\x2011.8688\x2011.8688\x2015.0049\x208.00023\x2015.0049C4.13168\x2015.0049\x200.995605\x2011.8688\x200.995605\x208.00023Z','getViewState','1369902pCnNnu','_markHostReady','download','clsx','getBatchUpdateOp','COMMAND','univer-text-2xl','sheets-chart-ui.shape.square','dataPoints','UNIVER_SHEET','serialize','sheets-chart-ui.bubble.label','sheets-chart-ui.setupChart','ChartRenderMode','Checkbox','univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','PieChartIcon','Outside','DropdownSelector','register','top-center','Percent','_closePopup','_config','sankey-icon','_domFrame','PenIcon','ScatterChartIcon','M6.75\x2010.9V12.6','sheets-chart-ui.doughnutHole','dataLabel','univer-flex\x20univer-flex-col\x20univer-gap-2.5','delete','BarStacked','pluginName','featurePluginUngroupUpdate$','Arrow','Top','sheets-chart-ui.invalidType.gaps','UniverInstanceType','symbolSize','borderClassName','chartThemeColorType','reverse','univer-mb-2','focus$','span','_rangeSelectMode','UniverDrawingUi','xlink:href','panel','A/P\x20hh:mm','radius','heatmapMax','sheets-chart-ui.dialog.numfmt.decimalPlaces','univer-absolute\x20univer-right-2\x20univer-top-2','EmptyArrow','_drawChartImage','titlePosition','sheets-chart-ui.chartStyle','_commandService','route','PolynomialIcon','RemoveSheetCommand','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','.chart-host','sheet.numfmt.date','insertGroupObject','\x22#,##0.00_);[Red]\x22','getDrawingShapeKeyByDrawingSearch','getChartDataSource','_chartSnapshotStoreService','M4\x2017.6522L3.99481\x2017.7895C3.94367\x2018.4696\x203.51757\x2019\x203\x2019C2.48243\x2019\x202.05633\x2018.4696\x202.00519\x2017.7895L2\x2017.6522V2.34916C2\x201.60438\x202.44797\x201\x203\x201C3.55203\x201\x204\x201.60438\x204\x202.34916V17.6522Z','sheet.command.chart.delete-focused-chart','sheets-chart-ui.styleEditPanel.labelPosition','AreaPercentStacked','categoryList','setActiveChartModel','getRenderModel','subscribe','_getOrCreateSheetChartHost','ColumnChartIcon','COPY_TYPE','_cancelHostWait','M10.7784\x2010.2604C11.2695\x2010.2604\x2011.6675\x209.86235\x2011.6675\x209.37125C11.6675\x208.88015\x2011.2695\x208.48206\x2010.7784\x208.48206C10.2873\x208.48206\x209.88916\x208.88015\x209.88916\x209.37125C9.88916\x209.86235\x2010.2873\x2010.2604\x2010.7784\x2010.2604Z','ChartEditPanelTabs','IDrawingContextMenuService','UniverSheetsDrawing','borderStyle','_markNotReady','Url','scatterXIndex','IRuntimeAxisPriority','RangeSelector','exportImage','WorksheetEditPermission','includes','univer-my-2','DRAWING_CHART','useSubtotal','UniverDesign','sheets-chart-ui.styleEditPanel.wordCloudShape','hit','Doughnut','content','StackType','enableChartElementFloatMenu','pie','url','_registerChartImageRenderObjectFactory','specialChartWidthMap','makeDirty','_listenChartUpdateMutations','markUnmanaged','sheets-chart-ui.trendline.linear','Button','FOCUSING_COMMON_DRAWINGS','create','EmptyDiamond','showFormula','setRenderModel','1000','repeat','config$','ExponentialIcon','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600','negative','part','sheets-chart-ui.chartTypes.pie','min','sheets-chart-ui.customChart','transparent','activeEditChart','save','_applyHostStyle','clear','sheets-chart-ui.waterfall.positiveLegendText','SHEETS_CHART_PLUGIN_CONFIG_KEY','sheets-chart-ui.titles.mainTitle','button','_subscribeChartEvents','getDrawingData','SheetSkeletonManagerService','visible','axis','scatterLabelIndex','size','serializeRangeWithSheet','SheetCanvasFloatDomManagerService','sheets-chart-ui.relation.circular','registerViewState','asCategory','sheets-chart-ui.titles.titlePosition','1em','pen-icon','sheets-chart-ui.dashType.solid','innerWidth','getDrawingByParam','UniverChartUIPlugin','M2.5999\x202.14102C2.5999\x201.80964\x202.33127\x201.54102\x201.9999\x201.54102C1.66853\x201.54102\x201.3999\x201.80964\x201.3999\x202.14102V11.8584C1.3999\x2013.2944\x202.56396\x2014.4584\x203.9999\x2014.4584H13.9999C14.3313\x2014.4584\x2014.5999\x2014.1898\x2014.5999\x2013.8584C14.5999\x2013.5271\x2014.3313\x2013.2584\x2013.9999\x2013.2584H3.9999C3.2267\x2013.2584\x202.5999\x2012.6316\x202.5999\x2011.8584V2.14102Z','M13.1367\x201.19824C14.0561\x201.19826\x2014.8015\x201.94395\x2014.8018\x202.86328V10.8633C14.8018\x2011.7828\x2014.0563\x2012.5283\x2013.1367\x2012.5283H12.1367C11.2172\x2012.5283\x2010.4717\x2011.7828\x2010.4717\x2010.8633V2.86328C10.4719\x201.94393\x2011.2173\x201.19824\x2012.1367\x201.19824H13.1367ZM12.1367\x202.52832C11.9519\x202.52832\x2011.802\x202.67847\x2011.8018\x202.86328V10.8633C11.8018\x2011.0483\x2011.9517\x2011.1992\x2012.1367\x2011.1992H13.1367C13.3217\x2011.1992\x2013.4717\x2011.0483\x2013.4717\x2010.8633V2.86328C13.4714\x202.67849\x2013.3216\x202.52834\x2013.1367\x202.52832H12.1367Z','ChartUpdateConfigMutation','zIndex','@univerjs/drawing','Module','Overlay','sheets-chart-ui.shape.arrow','bubble-icon','_requestChartCanvasRender','sheets-chart-ui.titles.titleAlign','exponential-icon','CategoryName','_registerIcons','sheets-chart-ui.shape.emptyRoundRect','M9.05339\x204.76766C9.05339\x205.33469\x208.59372\x205.79436\x208.0267\x205.79436C7.45967\x205.79436\x207\x205.33469\x207\x204.76766C7\x204.20064\x207.45967\x203.74097\x208.0267\x203.74097C8.59372\x203.74097\x209.05339\x204.20064\x209.05339\x204.76766Z','inactive-sheet','React','getOwnPropertyDescriptor','isArray','@univerjs/engine-render','labelStyle','resolve','ChartLegendWrapField','isRowDirection','IRuntimeAxisPosition','sheets-chart-ui.chartTypes.bubble','248hqhJSL','_activeDomReadyChartIds','valueSuffix','test','poly','Line','DEFAULT_PASTE','some','Scatter','getBoundingClientRect','-univer-mx-4','@univerjs/sheets-drawing-ui','Transform','MovingAverageIcon','areaLineStyle','exp','sheet.command.chart.open-focused-panel','\x22#,##0.00','CopySheetCommand','univer-flex-1','useState','_version','ContextMenuGroup','boxplot-icon','focused$','top','M10.4\x203.8H13.7V9.6H10.4V3.8Z','sheets-chart-ui.cloud.title','react/jsx-runtime','chartArea','M5.42285\x205.79336C5.42285\x204.91778\x206.13267\x204.20801\x207.00822\x204.20801C7.88378\x204.20801\x208.59359\x204.91778\x208.59359\x205.79336C8.59359\x206.66893\x207.88378\x207.37871\x207.00822\x207.37871C6.13266\x207.37871\x205.42285\x206.66893\x205.42285\x205.79336ZM7.00822\x205.40801C6.79538\x205.40801\x206.62285\x205.58055\x206.62285\x205.79336C6.62285\x206.00616\x206.79538\x206.17871\x207.00822\x206.17871C7.22107\x206.17871\x207.39359\x206.00616\x207.39359\x205.79336C7.39359\x205.58055\x207.22107\x205.40801\x207.00822\x205.40801Z','deriveStateFromActiveSheet$','CHART_ELEMENT_FLOAT_MENU_COMPONENT','getDrawingOrder','seriesValues','theme','Horizontal','useCallback','seriesIndex','bar','type','_initActiveChartModelListener','tick','Solid','_getFloatDomInfo','_sheetPermissionCheckController','rxjs','ChartAttributeBits','univer-sheet-chart-format-dialog','offsetHeight','ChartFrameLayout','DrawingTypeEnum','RemoveSheetsChartMutation','_drawingManagerService','getAllowedChartTypes','\x22#,##0.00_);[Red]-\x22','_sidebarService','CHART_HOST_BORDER_RADIUS','border','bubbleCategoryList','M8.97998\x209.04309C8.97998\x208.13557\x209.71569\x207.3999\x2010.6232\x207.3999C11.5307\x207.3999\x2012.2664\x208.13557\x2012.2664\x209.04309C12.2664\x209.95061\x2011.5307\x2010.6863\x2010.6232\x2010.6863C9.71569\x2010.6863\x208.97998\x209.95061\x208.97998\x209.04309ZM10.6232\x208.5999C10.3784\x208.5999\x2010.18\x208.79834\x2010.18\x209.04309C10.18\x209.28784\x2010.3784\x209.48628\x2010.6232\x209.48628C10.868\x209.48628\x2011.0664\x209.28784\x2011.0664\x209.04309C11.0664\x208.79834\x2010.868\x208.5999\x2010.6232\x208.5999Z','IMenuManagerService','getCurrentLastSelection','SankeyIcon','sheets-chart-ui.styleEditPanel.useDateAxis','SheetInterceptorService','sheets-chart-ui.dataPoint','CopyDoubleIcon','ChartModelService','default','None','_activateEditPanelState','DeleteEmptyIcon','paretoLineSeries','M17\x2015.5C17\x2015.5\x2014.6716\x2015.4882\x2013.5\x2015C12.3284\x2014.5118\x2011\x2013\x2011\x2013','setRangeSelectMode','RadarChartIcon','_getPlacement','funnelUseAbsValue','BubbleSizeIndex','tooltipAxisLabelColor','sheets-chart-ui.trendline.poly','Combination','sheets-chart-ui.trendline.log','M9.71431\x2013.6614C9.71452\x2013.6521\x209.71463\x2013.6429\x209.71463\x2013.6336V2.53867C9.71463\x201.76547\x209.08783\x201.13867\x208.31463\x201.13867H7.68516C6.91196\x201.13867\x206.28516\x201.76547\x206.28516\x202.53867V13.6336C6.28516\x2013.6429\x206.28526\x2013.6521\x206.28547\x2013.6614H5.51607C5.51628\x2013.6522\x205.51639\x2013.6429\x205.51639\x2013.6336V7.447C5.51639\x206.6738\x204.88959\x206.047\x204.11639\x206.047H3.48691C2.71372\x206.047\x202.08691\x206.6738\x202.08691\x207.447V13.6336C2.08691\x2013.6429\x202.08702\x2013.6522\x202.08723\x2013.6614H1.3334C1.00203\x2013.6614\x200.733398\x2013.93\x200.733398\x2014.2614C0.733398\x2014.5927\x201.00203\x2014.8614\x201.3334\x2014.8614H14.6667C14.9981\x2014.8614\x2015.2667\x2014.5927\x2015.2667\x2014.2614C15.2667\x2013.93\x2014.9981\x2013.6614\x2014.6667\x2013.6614H13.9126C13.9127\x2013.6547\x2013.9128\x2013.6479\x2013.9128\x2013.6412C13.9129\x2013.6387\x2013.9129\x2013.6361\x2013.9129\x2013.6336V7.447C13.9129\x206.6738\x2013.2861\x206.047\x2012.5129\x206.047H11.8834C11.1102\x206.047\x2010.4834\x206.6738\x2010.4834\x207.447V13.6336C10.4834\x2013.6429\x2010.4835\x2013.6522\x2010.4837\x2013.6614H9.71431ZM7.68516\x202.33867C7.5747\x202.33867\x207.48516\x202.42822\x207.48516\x202.53867V13.6336H8.51463V2.53867C8.51463\x202.42822\x208.42509\x202.33867\x208.31463\x202.33867H7.68516ZM3.48691\x207.247C3.37646\x207.247\x203.28691\x207.33654\x203.28691\x207.447V13.6336H4.31639V7.447C4.31639\x207.33654\x204.22684\x207.247\x204.11639\x207.247H3.48691ZM11.6834\x207.447C11.6834\x207.33654\x2011.7729\x207.247\x2011.8834\x207.247H12.5129C12.6233\x207.247\x2012.7129\x207.33654\x2012.7129\x207.447V13.6336H11.6834V7.447Z','Left','applyStyle','executeCommand','sheets-chart-ui.waterfall.arrangement','_initPermission','M1.9999\x201.5415C2.33127\x201.5415\x202.5999\x201.81013\x202.5999\x202.1415V11.8589C2.5999\x2012.6321\x203.2267\x2013.2589\x203.9999\x2013.2589H13.9999C14.3313\x2013.2589\x2014.5999\x2013.5275\x2014.5999\x2013.8589C14.5999\x2014.1903\x2014.3313\x2014.4589\x2013.9999\x2014.4589H3.9999C2.56396\x2014.4589\x201.3999\x2013.2949\x201.3999\x2011.8589V2.1415C1.3999\x201.81013\x201.66853\x201.5415\x201.9999\x201.5415Z','config','sheets-chart-ui.stackType.stack','r2Color','sheets-chart-ui.withShape','url(#pie-chart-icon_clip0_1644_114)','_frameStyle','startsWith','symbolType','radar-chart-icon_clip0_1644_119','_initCopyPaste','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.waterfall.negative','Pareto','Observable','isHit','yAxis','CloudOutlineIcon','show','getUnit','delete-empty-icon','sheets-chart-ui.percentage','ISheetDrawingService','doughnutHole','FontFormatBar','packageName','sheets-chart-ui.dialog.numfmt.general','funnelGap','_getOuterRect','_getHostPlacement','params','isNaN','UniverSheetsChartUIPlugin','path','getSheetBySheetId','M13.9227\x203.89515C14.0078\x203.5749\x2013.8172\x203.24628\x2013.497\x203.16115C13.1767\x203.07603\x2012.8481\x203.26664\x2012.763\x203.58689C11.0567\x2010.0062\x206.67659\x2011.5668\x204.65798\x2011.4831C4.32689\x2011.4694\x204.04737\x2011.7267\x204.03365\x2012.0577C4.01993\x2012.3888\x204.27721\x2012.6683\x204.60829\x2012.6821C7.21672\x2012.7902\x2012.0792\x2010.8308\x2013.9227\x203.89515Z','useDateAxis','ChartImageSourceType','registerWordCloudChart','syncLayout','1.0.0-alpha.7','sheets-chart-ui.axes.verticalAxis','style','sheets-chart-ui.styleEditPanel.gap','getSheetCommandTarget','M5.38249\x206.05767C5.38249\x206.3979\x205.1067\x206.67369\x204.76647\x206.67369C4.42624\x206.67369\x204.15045\x206.3979\x204.15045\x206.05767C4.15045\x205.71744\x204.42624\x205.44165\x204.76647\x205.44165C5.1067\x205.44165\x205.38249\x205.71744\x205.38249\x206.05767Z','addClipboardHook','add$','ChartFrameContentMode','Force','titleFontSize','featurePluginGroupUpdate$','Heatmap','dateAxisRotate','ComboChartIcon','kind','maskImage','rotate','pow','endColumn','showFloatMenu','getCurrentUnitOfType','attachRangeWithCoord','Rect','replace','rightYAxis','sheets-chart-ui.bubble.xAxis','_getOrCreateChartRenderInstance','barStyle','_themeService','white','_resolveChartRenderMode','scope','univer-text-xs','sheets-chart-ui.themes','_pendingToken','get','sheets-chart-ui.default','useValueAsSymbolSize','_setActiveChart','radarFill','_disposeChartEventSubscription','_getCurrentSnapshotImage','join','_chartHostProvider','sheets-chart-ui.chartTypes.heatmap','exports','pie-chart-icon_clip0_1644_114','activeChartModel','univer-mt-2','href','ChartDomFrame','parent','Circular','fill','sheets-chart-ui.trendline.movingAvg','_canvasFloatDomService','sheets-chart-ui.styleEditPanel.reverseAxisOrder','nativeEvent','sheets-chart-ui.category','getValue','_chartHostMap','seriesStyle','getTheme','univer-w-[208px]','hidePanel','univerjs-icon\x20univerjs-icon-','bar-chart-icon','resize','setStyle','bounds','SheetCopyCommand','#,##0_);(#,##0)','M8.6\x201.99991C8.60001\x201.66854\x208.33138\x201.39991\x208.00001\x201.3999C7.66864\x201.3999\x207.40001\x201.66853\x207.4\x201.9999L7.39996\x207.3999H1.9999C1.66853\x207.3999\x201.3999\x207.66853\x201.3999\x207.9999C1.3999\x208.33127\x201.66853\x208.5999\x201.9999\x208.5999H7.39995L7.3999\x2013.9999C7.3999\x2014.3313\x207.66853\x2014.5999\x207.9999\x2014.5999C8.33127\x2014.5999\x208.5999\x2014.3313\x208.5999\x2013.9999L8.59995\x208.5999H13.9999C14.3313\x208.5999\x2014.5999\x208.33127\x2014.5999\x207.9999C14.5999\x207.66853\x2014.3313\x207.3999\x2013.9999\x207.3999H8.59996L8.6\x201.99991Z','_debounceHandleMap','trendlines','Zero','indicator','BubbleIcon','subscribeEvent','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','_renderAfterChartUpdateMutation','anonymous','IUniverInstanceService','_registerComponents','sheets-chart-ui.withSize','M3.9017\x2012.1535C3.83294\x2012.4777\x204.03998\x2012.7962\x204.36414\x2012.865C4.68829\x2012.9338\x205.00682\x2012.7267\x205.07558\x2012.4026C6.28729\x206.69024\x2011.5327\x205.58842\x2013.4001\x205.34697C13.7288\x205.30448\x2013.9607\x205.00363\x2013.9182\x204.67499C13.8757\x204.34636\x2013.5749\x204.11439\x2013.2462\x204.15688C11.3272\x204.40501\x205.28999\x205.60882\x203.9017\x2012.1535Z','sheets-chart-ui.waterfall.positive','isRender','section','sheets-chart.ui.service','useEmphasis','M9.23195\x2011.8333C9.23195\x2012.1735\x208.95615\x2012.4493\x208.61593\x2012.4493C8.2757\x2012.4493\x207.99991\x2012.1735\x207.99991\x2011.8333C7.99991\x2011.4931\x208.2757\x2011.2173\x208.61593\x2011.2173C8.95615\x2011.2173\x209.23195\x2011.4931\x209.23195\x2011.8333Z','title','groupId','RTLChartStyle','nodeShape','indicatorLineColor','sheets-chart-ui.titles.yAxisTitle','LinePointShape','M14.6338\x2013.4854C14.9369\x2013.5473\x2015.165\x2013.8153\x2015.165\x2014.1367C15.1648\x2014.4579\x2014.9368\x2014.7262\x2014.6338\x2014.7881L14.5\x2014.8018H1.5C1.13289\x2014.8018\x200.835225\x2014.5038\x200.834961\x2014.1367C0.834961\x2013.7694\x201.13273\x2013.4717\x201.5\x2013.4717H14.5L14.6338\x2013.4854Z','runtimeAxes','DrawingApplyType','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','getChartSnapshotImage','getMatrix','dataRange','M9.43728\x2012.9515C9.7775\x2012.9515\x2010.0533\x2012.6757\x2010.0533\x2012.3355C10.0533\x2011.9953\x209.7775\x2011.7195\x209.43728\x2011.7195C9.09705\x2011.7195\x208.82126\x2011.9953\x208.82126\x2012.3355C8.82126\x2012.6757\x209.09705\x2012.9515\x209.43728\x2012.9515Z','yAxisOptions','key','visualMapType','MessageType','sheets-chart-ui.dialog.numfmt.currencyDesc','getSheetId','CategoryType','useMemo','date','update','sheets-chart-ui.host.provider','BehaviorSubject','subtitle','getSkeleton','118359lTvDvN','naturalHeight','titleKey','M14.493\x204.62904C14.5502\x204.30265\x2014.3321\x203.99165\x2014.0057\x203.93441C13.6793\x203.87717\x2013.3683\x204.09536\x2013.311\x204.42175C12.6989\x207.91235\x2012.2835\x209.74834\x2011.8467\x2010.7174C11.6353\x2011.1863\x2011.451\x2011.3753\x2011.3035\x2011.4657C11.1551\x2011.5566\x2010.9585\x2011.6014\x2010.5951\x2011.6014C10.2607\x2011.6014\x2010.0669\x2011.4749\x209.89485\x2011.2423C9.6908\x2010.9665\x209.54629\x2010.577\x209.3662\x2010.0725L9.3514\x2010.031C9.19033\x209.5793\x208.99306\x209.02613\x208.67293\x208.59276C8.31092\x208.1027\x207.78029\x207.74701\x207.00933\x207.74701C5.9216\x207.74701\x205.28499\x208.56651\x204.88688\x209.35918C4.57939\x209.97142\x204.33623\x2010.7269\x204.11597\x2011.4113C4.04907\x2011.6191\x203.98428\x2011.8204\x203.92044\x2012.0091C3.81426\x2012.323\x203.98265\x2012.6636\x204.29655\x2012.7698C4.61045\x2012.8759\x204.95099\x2012.7075\x205.05717\x2012.3936C5.13535\x2012.1625\x205.20931\x2011.9331\x205.28188\x2011.708C5.49564\x2011.0449\x205.69734\x2010.4192\x205.95924\x209.89775C6.31282\x209.19372\x206.64525\x208.94701\x207.00933\x208.94701C7.34259\x208.94701\x207.53587\x209.07312\x207.70772\x209.30575C7.91156\x209.58171\x208.0559\x209.97125\x208.23605\x2010.4759L8.25038\x2010.5161C8.4116\x2010.9681\x208.60914\x2011.522\x208.93009\x2011.9559C9.2926\x2012.446\x209.82375\x2012.8014\x2010.5951\x2012.8014C11.0332\x2012.8014\x2011.4987\x2012.7535\x2011.9306\x2012.4888C12.3635\x2012.2235\x2012.6777\x2011.7938\x2012.9406\x2011.2106C13.4524\x2010.0754\x2013.8889\x208.07337\x2014.493\x204.62904Z','registerRenderModel','DeleteIcon','http://www.w3.org/2000/svg','ColorPickerControl','right','DataOrientation','_popupChartId','sheets-chart-ui.chartTypes.sankey','univer-flex\x20univer-items-center\x20univer-text-base','TitlePositionEnum','forwardRef','UniverSheetsFormulaUi','_activeEditChart$','AreaStacked','error','sheets-chart-ui.gridlines.majorGridlines','labelContentType','DRAWING_OBJECT_LAYER_INDEX','M11.0747\x200.735476C10.0085\x200.934851\x209.30579\x201.96079\x209.50517\x203.02697C9.57418\x203.39601\x209.74222\x203.7215\x209.97668\x203.98111L9.29839\x205.01049C8.99668\x204.88865\x208.66698\x204.82158\x208.32162\x204.82158C7.77969\x204.82158\x207.27634\x204.98674\x206.85915\x205.26947L5.85917\x204.17327C6.02533\x203.90491\x206.12065\x203.58819\x206.11915\x203.2493C6.1149\x202.28671\x205.33112\x201.50982\x204.36853\x201.51407C3.40594\x201.51832\x202.62906\x202.3021\x202.63331\x203.26469C2.63756\x204.22728\x203.42134\x205.00417\x204.38393\x204.99992C4.56828\x204.9991\x204.74581\x204.9697\x204.91235\x204.91592L6.04383\x206.15628C5.83275\x206.53245\x205.71216\x206.96622\x205.71155\x207.42811L3.73256\x208.31289C3.35203\x207.90148\x202.78259\x207.67738\x202.18572\x207.76199C1.21919\x207.89899\x200.54673\x208.79358\x200.683732\x209.7601C0.820733\x2010.7266\x201.71532\x2011.3991\x202.68185\x2011.2621C3.59652\x2011.1324\x204.24783\x2010.3243\x204.19898\x209.41883L5.99502\x208.61585C6.3098\x209.23306\x206.86296\x209.7084\x207.53315\x209.92052L7.42549\x2011.7128C6.76942\x2011.9229\x206.25942\x2012.4954\x206.16403\x2013.2237C6.03235\x2014.2292\x206.74071\x2015.1511\x207.7462\x2015.2828C8.7517\x2015.4145\x209.67356\x2014.7061\x209.80525\x2013.7006C9.91852\x2012.8357\x209.41024\x2012.0327\x208.62594\x2011.7412L8.72994\x2010.01C9.41782\x209.90191\x2010.0165\x209.52516\x2010.4152\x208.99052L11.9658\x209.61128C11.9627\x209.67727\x2011.9635\x209.74414\x2011.9684\x209.81166C12.035\x2010.7398\x2012.8414\x2011.4382\x2013.7695\x2011.3716C14.6976\x2011.305\x2015.396\x2010.4986\x2015.3294\x209.57047C15.2628\x208.64234\x2014.4564\x207.94395\x2013.5283\x208.01055C13.1018\x208.04116\x2012.7238\x208.22798\x2012.4463\x208.51105L10.8918\x207.88872C10.918\x207.74031\x2010.9317\x207.58758\x2010.9317\x207.43165C10.9317\x206.76925\x2010.6849\x206.16448\x2010.2783\x205.70425L11.0158\x204.58504C11.2654\x204.63975\x2011.5297\x204.64637\x2011.7967\x204.59646C12.8628\x204.39708\x2013.5655\x203.37114\x2013.3661\x202.30496C13.1668\x201.23878\x2012.1408\x200.5361\x2011.0747\x200.735476ZM10.6847\x202.80639C10.6072\x202.39166\x2010.8805\x201.99258\x2011.2952\x201.91503C11.71\x201.83747\x2012.109\x202.11081\x2012.1866\x202.52554C12.2641\x202.94027\x2011.9908\x203.33935\x2011.5761\x203.4169C11.1614\x203.49446\x2010.7623\x203.22112\x2010.6847\x202.80639ZM4.37383\x202.71406C4.07398\x202.71538\x203.83197\x202.95954\x203.8333\x203.25939C3.83462\x203.55925\x204.07878\x203.80125\x204.37863\x203.79993C4.67848\x203.7986\x204.92049\x203.55445\x204.91917\x203.2546C4.91784\x202.95474\x204.67369\x202.71274\x204.37383\x202.71406ZM6.91155\x207.43165C6.91155\x206.65289\x207.54286\x206.02157\x208.32162\x206.02157C9.10039\x206.02157\x209.7317\x206.65289\x209.7317\x207.43165C9.7317\x208.21042\x209.10039\x208.84173\x208.32162\x208.84173C7.54286\x208.84173\x206.91155\x208.21042\x206.91155\x207.43165ZM2.35413\x208.95011C2.04379\x208.9941\x201.82787\x209.28135\x201.87186\x209.59169C1.91585\x209.90204\x202.20309\x2010.118\x202.51344\x2010.074C2.82378\x2010.03\x203.0397\x209.74273\x202.99571\x209.43239C2.95172\x209.12204\x202.66448\x208.90612\x202.35413\x208.95011ZM13.6142\x209.20747C13.3471\x209.22664\x2013.1461\x209.45869\x2013.1653\x209.72577C13.1845\x209.99285\x2013.4165\x2010.1938\x2013.6836\x2010.1747C13.9507\x2010.1555\x2014.1516\x209.92344\x2014.1325\x209.65636C14.1133\x209.38928\x2013.8813\x209.1883\x2013.6142\x209.20747ZM7.35387\x2013.3796C7.39949\x2013.0312\x207.71888\x2012.7858\x208.06725\x2012.8314C8.41561\x2012.877\x208.66103\x2013.1964\x208.61541\x2013.5448C8.56978\x2013.8931\x208.25039\x2014.1386\x207.90203\x2014.0929C7.55367\x2014.0473\x207.30825\x2013.7279\x207.35387\x2013.3796Z','SheetsChartService','string','SheetSkeletonService','getObject','ImageBitmap','Image','getSubUnitId','sheets-chart-ui.dialog.numfmt.currency','useObservable','LineChartIcon','M7.41577\x207.61551C7.76427\x207.36087\x208.23616\x207.36087\x208.58465\x207.61551L8.85725\x207.8147C9.20932\x208.07196\x209.35414\x208.52959\x209.21467\x208.94419L9.12428\x209.2129C8.98765\x209.61906\x208.60876\x209.89242\x208.18242\x209.89242H7.81801C7.39167\x209.89242\x207.01278\x209.61906\x206.87615\x209.2129L6.78576\x208.94419C6.64629\x208.52959\x206.79111\x208.07196\x207.14318\x207.8147L7.41577\x207.61551Z','sheets-chart-ui.dashType.dot','complete','M12.05\x209.6V11.2','tag','_injector','M7.38398\x2012.3008C7.38398\x2012.6411\x207.10819\x2012.9169\x206.76796\x2012.9169C6.42774\x2012.9169\x206.15195\x2012.6411\x206.15195\x2012.3008C6.15195\x2011.9606\x206.42774\x2011.6848\x206.76796\x2011.6848C7.10819\x2011.6848\x207.38398\x2011.9606\x207.38398\x2012.3008Z','LocaleService','getColors','crossOrigin','pieStyle','sheets-chart-ui.trendline.pow','seriesList','univer-rounded-lg\x20univer-p-2','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_bindChartEventHandler','gravity','borderColor','_chartThemeService','initialRect','sheets-chart-ui.config','auto','relationLayout','textStyle','@univerjs/sheets','toString','heatmap-icon','univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','M3.86328\x204.36426C4.78282\x204.36428\x205.52832\x205.10976\x205.52832\x206.0293V9.0293C5.5283\x209.94882\x204.7828\x2010.6943\x203.86328\x2010.6943H2.86328C1.94374\x2010.6943\x201.19826\x209.94883\x201.19824\x209.0293V6.0293C1.19824\x205.10974\x201.94373\x204.36426\x202.86328\x204.36426H3.86328ZM2.86328\x205.69434C2.67827\x205.69434\x202.52832\x205.84428\x202.52832\x206.0293V9.0293C2.52834\x209.21429\x202.67828\x209.36426\x202.86328\x209.36426H3.86328C4.04827\x209.36424\x204.19822\x209.21428\x204.19824\x209.0293V6.0293C4.19824\x205.84429\x204.04828\x205.69436\x203.86328\x205.69434H2.86328Z','_iconManager','isLatest','heatmap','clearChart','sheets-chart-ui.shape.emptyDiamond','markHostNotReady','getRect','transformChange$','chartModelAdded$','rangeInfo','seriesResourceIndexes','univer-flex\x20univer-items-center','wordCloudRepeat','Input','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','circular','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','Pie','getSheetBySheetName','offsetTop','M18\x2017.6522L17.9948\x2017.7895C17.9437\x2018.4696\x2017.5176\x2019\x2017\x2019C16.4824\x2019\x2016.0563\x2018.4696\x2016.0052\x2017.7895L16\x2017.6522V2.34916C16\x201.60438\x2016.448\x201\x2017\x201C17.552\x201\x2018\x201.60438\x2018\x202.34916V17.6522Z','_getChartRenderObjectContext','context$','Area','chartAndAxisTitles','MEDIA','sheets-chart-ui.stackType.percent','sheets-chart-ui.axes.horizontalAxis','numfmt','Linear','isFinite','sheets-chart-ui.insertChart','touchDependencies','WordCloud','sheets-chart-ui.axes.rightAxis','_sheetSkeletonService','getTransformerByCreate','order','\x22*\x20#,##0','sheets-chart-ui.indicatorLabel','PowerLineIcon','PercentStack','_init','canvas','line','_markReady','checkMounted','@univerjs/sheets-ui','allSettled','getRealBound','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','getFocusDrawings','next','point','RadioGroup','isRosePie','WaterfallChartIcon','item','resolveChartStyleBackgroundColor','missing-active-sheet','selectedElement$','slice','_pendingHost','_sidebarDisposable','sidebarOptions$','Canvas','sheet.operation.open-chart-panel','@univerjs/drawing-ui','0\x200\x2016\x2017','univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_generateCutPasteMutations','chartRenderMode','current','_bindChartEventHandlers','0\x200\x2016\x2016','maxDecimals','sheets-chart-ui.relation.forceOptions','sheets-chart-ui.waterfall.showSubtotal','Waterfall','shape','univer-w-full\x20!univer-min-w-0','removeHost$','colorChannel1','Stacked','defs','_getChartRenderObject','engine','area','sheets-chart-ui.waterfall.subtotal','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center','dataAggregation$','sheets-chart-ui.withOpacity','_handleDrawingDoubleClick','sheets-chart-ui.permission.editErr','category','closePath','EmptyPin','getDirection','range','handleActiveSubUnitChange','_focusedDrawings','\x22#,##0.00_);\x22','SHEETS_CHART_CONTEXT_MENU','Select','SELECTOR','close','takeSnapshot','continuous','mountNode','icon','getDataSource','ImageChartHost','_activateHostWrapper','setObjectType','1381840ZFrARM','invalidateSnapshot','univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','175242bKgeFK','_sheetInterceptorService','SelectModeEnum','INSERT','M9.56654\x201.40506C9.72053\x201.29203\x209.91914\x201.25907\x2010.1014\x201.3163C12.2805\x202.00072\x2013.9997\x203.71989\x2014.6841\x205.899C14.7413\x206.08125\x2014.7083\x206.27986\x2014.5953\x206.43384C14.4823\x206.58783\x2014.3027\x206.67879\x2014.1116\x206.67879H10.0216C9.635\x206.67879\x209.3216\x206.36539\x209.3216\x205.97879V1.88873C9.3216\x201.69771\x209.41256\x201.5181\x209.56654\x201.40506ZM10.5216\x202.77012V5.47879H13.2303C12.6601\x204.29855\x2011.7018\x203.34027\x2010.5216\x202.77012Z','xAxisTitle','ColumnPercentStacked','UniverSheetsChartPlugin','sheets-chart-ui.styleEditPanel.dateAxisTips','getRenderById','M6.12398\x208.30171C6.35829\x208.0674\x206.73819\x208.0674\x206.97251\x208.30171L8.00007\x209.32928L9.02764\x208.30171C9.26195\x208.0674\x209.64185\x208.0674\x209.87617\x208.30171C10.1105\x208.53603\x2010.1105\x208.91593\x209.87617\x209.15024L8.8486\x2010.1778L9.87617\x2011.2054C10.1105\x2011.4397\x2010.1105\x2011.8196\x209.87617\x2012.0539C9.64185\x2012.2882\x209.26195\x2012.2882\x209.02764\x2012.0539L8.00007\x2011.0263L6.97251\x2012.0539C6.73819\x2012.2882\x206.35829\x2012.2882\x206.12398\x2012.0539C5.88966\x2011.8196\x205.88966\x2011.4397\x206.12398\x2011.2054L7.15154\x2010.1778L6.12398\x209.15024C5.88966\x208.91593\x205.88966\x208.53603\x206.12398\x208.30171Z','height','ensureHandle','_applyActiveChartRuntimeZIndex','Square','M9.71431\x2013.4262C9.71452\x2013.4169\x209.71463\x2013.4077\x209.71463\x2013.3984V7.99867C9.71463\x207.22547\x209.08783\x206.59867\x208.31463\x206.59867H7.68516C6.91196\x206.59867\x206.28516\x207.22547\x206.28516\x207.99867V13.3984C6.28516\x2013.4077\x206.28526\x2013.4169\x206.28547\x2013.4262H5.51607C5.51628\x2013.4169\x205.51639\x2013.4077\x205.51639\x2013.3984V9.90699C5.51639\x209.13379\x204.88959\x208.50699\x204.11639\x208.50699H3.48691C2.71372\x208.50699\x202.08691\x209.13379\x202.08691\x209.90699V13.3984C2.08691\x2013.4077\x202.08702\x2013.4169\x202.08723\x2013.4262H1.3334C1.00203\x2013.4262\x200.733398\x2013.6948\x200.733398\x2014.0262C0.733398\x2014.3575\x201.00203\x2014.6262\x201.3334\x2014.6262H14.6667C14.9981\x2014.6262\x2015.2667\x2014.3575\x2015.2667\x2014.0262C15.2667\x2013.6948\x2014.9981\x2013.4262\x2014.6667\x2013.4262H13.9126C13.9127\x2013.4194\x2013.9128\x2013.4127\x2013.9128\x2013.406C13.9129\x2013.4034\x2013.9129\x2013.4009\x2013.9129\x2013.3984V9.90699C13.9129\x209.13379\x2013.2861\x208.50699\x2012.5129\x208.50699H11.8834C11.1102\x208.50699\x2010.4834\x209.13379\x2010.4834\x209.90699V13.3984C10.4834\x2013.4077\x2010.4835\x2013.4169\x2010.4837\x2013.4262H9.71431ZM7.68516\x207.79867C7.5747\x207.79867\x207.48516\x207.88821\x207.48516\x207.99867V13.3984H8.51463V7.99867C8.51463\x207.88821\x208.42509\x207.79867\x208.31463\x207.79867H7.68516ZM3.48691\x209.70699C3.37646\x209.70699\x203.28691\x209.79653\x203.28691\x209.90699V13.3984H4.31639V9.90699C4.31639\x209.79653\x204.22684\x209.70699\x204.11639\x209.70699H3.48691ZM11.6834\x209.90699C11.6834\x209.79653\x2011.7729\x209.70699\x2011.8834\x209.70699H12.5129C12.6233\x209.70699\x2012.7129\x209.79653\x2012.7129\x209.90699V13.3984H11.6834V9.90699Z','iterator','startX','getDefaultTheme','red','drawingIds','commitSnapshot','defaultChartConfig','sheets-chart-ui.shape.emptySquare','relationship-icon','M9.29961\x205.6002V10.892C9.29961\x2011.61\x208.71758\x2012.192\x207.99961\x2012.192C7.28164\x2012.192\x206.69961\x2011.61\x206.69961\x2010.892V5.6002C6.69961\x204.88222\x207.28164\x204.3002\x207.99961\x204.3002C8.71758\x204.3002\x209.29961\x204.88223\x209.29961\x205.6002Z','_createPrintingChartObject','Inside','sheets-chart-ui.waterfall.subtotalStyle','Subject','ColumnStacked','force','M5.24914\x2010.0448C5.58936\x2010.0448\x205.86515\x209.76899\x205.86515\x209.42876C5.86515\x209.08854\x205.58936\x208.81274\x205.24914\x208.81274C4.90891\x208.81274\x204.63312\x209.08854\x204.63312\x209.42876C4.63312\x209.76899\x204.90891\x2010.0448\x205.24914\x2010.0448Z','getCurrentRangeDisable$','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','updateFloatDom','reduce','[ChartRender]\x20Failed\x20to\x20render\x20chart\x20snapshot\x20for\x20printing','_componentManager','sheetDisposed$','IChartRenderModelManagerService','univer-rounded-md\x20univer-p-2\x20hover:univer-bg-gray-200','object','_sheetsChartUIService','all','nextVersion','svg','_urlImage','chartBitsUtils','orient','categoryType','_openPanel','rightYAxisOptions','CONTEXT_MENU','sheets-chart-ui.dialog.numfmt.accountingDesc','_openFloatMenu','objects','sheets-chart-ui.axes.rightVerticalAxis','8HchiOF','ChartUpdateConfigCommand','Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','chart-icon','isManaged','setProps','ChartUpdateSourceCommand','PieLabelPosition','sheets-chart-ui.titles.xAxisTitle','fillOpacity','sheet.command.chart.copy-focused-chart','_clearHiddenSelectedTarget','sheets-chart-ui.trendline.addTrendLine','onTransformChange$','MenuManagerPosition','UPDATE','univer-w-[136px]','seriesResourceList','tab','FunnelIcon','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','pipe','label','sheets-chart-ui.ticks.tickPosition','getFormatInfo','Dom','setHostStyle','trendline','deepClone','sheet.numfmt.general','@univerjs-pro/chart-ui','sheets-chart-ui.trendline.period','sheets-chart-ui.shape.emptyRect','sheetTransform','_clearSelectedTarget','chartType$','idSuffix','react','sheets-chart-ui.backgroundColor','updateWatermark','sheets-chart-ui.line','movingAvg','SheetsChartUIController','univer-mb-2\x20univer-flex\x20univer-items-center','sheets-chart-ui.indicatorLineColor','drawingType','updateFloatDomProps','_getSceneAndTransformerByDrawingSearch','showLabelLine','08-05\x20下午\x2001:30','hasOwnProperty','LabelContentType','position','sheets-chart-ui.titles.title','undo','isHalfPie','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','localPoint','wordCloudMask','_updateTransform','checkChartCanRender','@univerjs-pro/engine-chart','sheets-chart-ui.shape.emptyTriangle','chartType','M5.3313\x201.4667C5.3313\x201.13533\x205.59993\x200.866699\x205.9313\x200.866699H10.069C10.4004\x200.866699\x2010.669\x201.13533\x2010.669\x201.4667C10.669\x201.79807\x2010.4004\x202.0667\x2010.069\x202.0667H5.9313C5.59993\x202.0667\x205.3313\x201.79807\x205.3313\x201.4667Z','funnel-icon','univer-mt-5\x20univer-flex\x20univer-justify-end','M9.62856\x203.6871C9.62856\x204.25412\x209.16889\x204.71379\x208.60186\x204.71379C8.03484\x204.71379\x207.57516\x204.25412\x207.57516\x203.6871C7.57516\x203.12007\x208.03484\x202.6604\x208.60186\x202.6604C9.16889\x202.6604\x209.62856\x203.12007\x209.62856\x203.6871Z','sheets-chart-ui.trendline.exp','subTitleFontSize','sheets-chart-ui.positionType.','univer-mb-2\x20univer-text-sm\x20univer-font-medium','sheets-chart-ui.styleEditPanel.pieValSuffix','M7.5\x209C8\x209.5\x208.5\x209.16667\x209\x2010C9.5\x2010.8333\x209.5\x2012\x209.5\x2012.5C9.5\x2013\x208.5\x2013\x208\x2013.5C7.5\x2014\x207\x2013.5\x206.5\x2013L6\x2012.5C5.55\x2012.05\x205.5\x2011\x205.5\x2010C5.5\x209\x207\x208.5\x207.5\x209Z','SheetsSelectionsService','_initDrawingDeactivationListener','UniverProEngineChart','sheets-chart-ui.exportImage','series','period','Middle','items','UniverIcon','\x22#,##0.00)','rotateLabel','executeChartUpdateSourceConfig','checkHost','M0\x200H16V16H0z','clipPath','getCanvasElement','sheet.command.chart.export-focused-image','M9.93793\x202.79677C11.3594\x201.65977\x2012.9862\x201.36194\x2014.1528\x201.94521C14.751\x202.24442\x2015.2123\x202.78447\x2015.3266\x203.49892C15.4382\x204.19755\x2015.1946\x204.90729\x2014.7202\x205.53993C14.5789\x205.72827\x2014.522\x205.8579\x2014.5004\x205.93251C14.4901\x205.96839\x2014.488\x205.99108\x2014.4877\x206.00185C14.4875\x206.01184\x2014.4881\x206.01698\x2014.4887\x206.01942C14.4912\x206.02851\x2014.5278\x206.13335\x2014.7954\x206.3036C15.0526\x206.46733\x2015.3971\x206.61116\x2015.7905\x206.75771C16.1321\x206.88498\x2016.5953\x207.04147\x2016.9028\x207.19521C17.5102\x207.49898\x2018.1898\x207.99193\x2018.6176\x208.84755C19.0445\x209.70134\x2019.159\x2010.7931\x2018.8823\x2012.1767C18.7701\x2012.7376\x2018.732\x2013.242\x2018.7123\x2013.7099C18.6941\x2014.1439\x2018.6912\x2014.6502\x2018.645\x2015.0595C18.5958\x2015.4945\x2018.4859\x2015.9851\x2018.1635\x2016.4237C17.8337\x2016.8724\x2017.3602\x2017.1615\x2016.7846\x2017.3534C16.1153\x2017.5765\x2015.3331\x2017.5303\x2014.6371\x2017.4306C13.9209\x2017.3279\x2013.1355\x2017.1409\x2012.4272\x2016.9823C11.6924\x2016.8178\x2011.0346\x2016.6817\x2010.4789\x2016.6395C9.89292\x2016.5951\x209.61189\x2016.674\x209.49945\x2016.7489C8.58259\x2017.3602\x207.7238\x2017.5577\x206.7768\x2017.3856C5.93404\x2017.2324\x205.05307\x2016.7826\x204.09711\x2016.3046C3.39193\x2015.9519\x202.95891\x2015.4344\x202.71625\x2014.8104C2.49416\x2014.2394\x202.44441\x2013.6059\x202.41352\x2013.0497C2.34845\x2011.8783\x202.34573\x2010.7042\x201.69477\x209.40224C1.25215\x208.51663\x201.53182\x207.47818\x201.89789\x206.78017C2.09599\x206.40253\x202.35773\x206.04448\x202.66449\x205.75575C2.96389\x205.47405\x203.35811\x205.21019\x203.82367\x205.11708C5.05798\x204.87022\x205.50357\x204.7809\x205.80024\x204.73524C6.0719\x204.69345\x206.30087\x204.68072\x206.88813\x204.60731C7.88715\x204.48244\x208.05401\x204.39758\x208.22602\x204.27431C8.35794\x204.1797\x208.49508\x204.05192\x208.78363\x203.78798C9.05678\x203.53813\x209.41666\x203.21378\x209.93793\x202.79677ZM13.3471\x203.55458C13.0134\x203.38809\x2012.1399\x203.34064\x2011.062\x204.20302C10.5839\x204.58551\x2010.2564\x204.88016\x209.99848\x205.1161C9.75606\x205.33784\x209.51682\x205.56406\x209.27387\x205.73817C8.69604\x206.15213\x208.11243\x206.26836\x207.11176\x206.39345C6.36616\x206.48665\x206.34434\x206.47306\x206.07465\x206.51454C5.82966\x206.55223\x205.4412\x206.62971\x204.17621\x206.88271C4.15095\x206.88789\x204.04916\x206.92397\x203.89789\x207.0663C3.75375\x207.20198\x203.60828\x207.39378\x203.49164\x207.6161C3.2279\x208.11898\x203.24796\x208.48323\x203.30512\x208.59755C4.15407\x2010.2955\x204.15145\x2011.8716\x204.21137\x2012.9501C4.24297\x2013.5189\x204.28795\x2013.8854\x204.39399\x2014.1581C4.47939\x2014.3777\x204.60828\x2014.548\x204.90277\x2014.6952C5.94633\x2015.217\x206.566\x2015.5173\x207.09809\x2015.6142C7.52594\x2015.6919\x207.91745\x2015.6395\x208.50043\x2015.2509C9.13808\x2014.8258\x209.94083\x2014.7935\x2010.6147\x2014.8446C11.3189\x2014.898\x2012.0979\x2015.0646\x2012.8207\x2015.2265C13.5704\x2015.3943\x2014.2645\x2015.5583\x2014.892\x2015.6483C15.5399\x2015.7412\x2015.9669\x2015.7291\x2016.2153\x2015.6464C16.5572\x2015.5324\x2016.668\x2015.419\x2016.7133\x2015.3573C16.766\x2015.2856\x2016.8229\x2015.158\x2016.8569\x2014.8573C16.8937\x2014.5306\x2016.8904\x2014.1821\x2016.9135\x2013.6337C16.9352\x2013.1191\x2016.9799\x2012.512\x2017.1176\x2011.8231C17.3408\x2010.707\x2017.2053\x2010.0484\x2017.0073\x209.65224C16.8101\x209.25817\x2016.4895\x209.00077\x2016.0971\x208.80458C15.9046\x208.70842\x2015.6173\x208.61461\x2015.1625\x208.44521C14.7593\x208.29497\x2014.2596\x208.09577\x2013.8295\x207.82216C13.4114\x207.5561\x2012.9155\x207.1294\x2012.7455\x206.46571C12.5665\x205.76593\x2012.8148\x205.07976\x2013.2797\x204.45985C13.5547\x204.09319\x2013.5624\x203.86578\x2013.5493\x203.7831C13.5386\x203.71641\x2013.4987\x203.6304\x2013.3471\x203.55458Z','sheets-chart-ui.trendline.displayName','_initPrinting','relation','_chartRenderMode','sheets-chart-ui.dataNodeShape','sheets-chart-ui.shape.diamond','SheetsChartUIService','chartTypeCanUseTrendLine','disposeWithMe','ChartTrendlineType','Disposable','sheets-chart-ui.waterfall.stackType','getImage','paretoDataPointsOptions','sheets-chart-ui.dialog.numfmt.generalDesc','_lastRenderInputMap','getRuntimeContext','ChartIcon','drawImage','M2.59355\x202.1415C2.59355\x201.81013\x202.32493\x201.5415\x201.99355\x201.5415C1.66218\x201.5415\x201.39355\x201.81013\x201.39355\x202.1415V11.8589C1.39355\x2013.2949\x202.55761\x2014.4589\x203.99355\x2014.4589H13.9936C14.3249\x2014.4589\x2014.5936\x2014.1903\x2014.5936\x2013.8589C14.5936\x2013.5275\x2014.3249\x2013.2589\x2013.9936\x2013.2589H3.99355C3.22036\x2013.2589\x202.59355\x2012.6321\x202.59355\x2011.8589V2.1415Z','\x22#,##0.00_);(\x22','M14.2697\x202.86338C14.2205\x202.73674\x2014.1282\x202.62602\x2013.9999\x202.55537C13.7096\x202.39556\x2013.3447\x202.50134\x2013.1849\x202.79163L10.7489\x207.42899C10.6246\x207.65474\x2010.3225\x207.70579\x2010.1309\x207.5334L8.71072\x206.25523C7.92511\x205.54818\x206.68197\x205.78361\x206.20929\x206.72896L4.12991\x2010.8877C4.04459\x2011.0584\x204.04822\x2011.2502\x204.12322\x2011.4106C4.21284\x2011.6292\x204.42775\x2011.7832\x204.67863\x2011.7832L13.3137\x2011.783C13.866\x2011.783\x2014.3137\x2011.3353\x2014.3137\x2010.783V3.08926C14.3137\x203.00936\x2014.2981\x202.9331\x2014.2697\x202.86338ZM13.1137\x205.70986C13.1137\x205.65764\x2013.0437\x205.64037\x2013.0194\x205.6866L11.8001\x208.0077C11.3031\x208.91068\x2010.0943\x209.11491\x209.32815\x208.42536L7.90796\x207.14719C7.71156\x206.97042\x207.40077\x207.02928\x207.2826\x207.26562L5.6962\x2010.4384C5.66295\x2010.5049\x205.71131\x2010.5832\x205.78565\x2010.5831L12.7137\x2010.583C12.9346\x2010.583\x2013.1137\x2010.4039\x2013.1137\x2010.183V5.70986Z','_initCommands','univer-flex\x20univer-items-center\x20univer-justify-between','keys','sheets-chart-ui.chartTypes.barPercentStacked','UniverSheets','SheetsChartUIMenuSchema','M1.09985\x203.64443C1.09985\x203.31306\x201.36848\x203.04443\x201.69985\x203.04443H14.2999C14.6312\x203.04443\x2014.8999\x203.31306\x2014.8999\x203.64443C14.8999\x203.9758\x2014.6312\x204.24443\x2014.2999\x204.24443H1.69985C1.36848\x204.24443\x201.09985\x203.9758\x201.09985\x203.64443Z','LogarithmicIcon','@univerjs-pro/license','length','MM-dd\x20A/P\x20hh:mm','!univer-min-w-0\x20univer-flex-1','_savedWrapperStyle','div','UniverUi','InputNumber','clip','_chartModelService','filter','domId','_generatePasteMutations','logarithmic-icon','removeHost','lineColor','subtotal','1930-08-05','_createHost','Empty','map','max','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','renderChartsForPrinting','M11.232\x2012.3274C11.232\x2012.6677\x2010.9562\x2012.9435\x2010.616\x2012.9435C10.2758\x2012.9435\x2010\x2012.6677\x2010\x2012.3274C10\x2011.9872\x2010.2758\x2011.7114\x2010.616\x2011.7114C10.9562\x2011.7114\x2011.232\x2011.9872\x2011.232\x2012.3274Z','scrollbarClassName','_createCopyInfoByRange','trendlineValues','chartObject','_waiter','getInterceptPoints','Relation','waterfall','relationNodeShape','getWordCloudImageMaskMap','#,##0.00_);-#,##0.00','SetDrawingApplyMutation','rect','jsxs','sheets-chart-ui.pareto.lineSeries','Tools','sheets-chart-ui.axes.axisOptions','left','prototype','clientWidth','sheets-chart-ui.none','relationship-icon_clip0_1997_112','_sheetDrawingHitTestService','pie-chart-icon','requestPaint','scatterYIndex','values','waterfall-chart-icon','startY','_resizeChart','sheets-chart-ui.copy','dashType','getActiveSheet','FOCUSING_PANEL_EDITOR','sheets-chart-ui.gridlinesAndTicks','onDispose','SheetCanvasPopManagerService','log','toInsertChartMutationSource','Fragment','sheets-chart-ui.border','suffix','verticalAxis','firstChartType','mode','arc','sheets-chart-ui.max','heatmapMin','_sheetsChartService','sheets-chart-ui.invalidType.connectDataPointsWithStraightLines','distinctUntilChanged','resolveChartElementConfigTarget','has','_managed','sheets-chart-ui.relation.useValueAsSymbolSize','_clearSheetChartRuntimeCaches','split','MenuItemType','TRANSFORM_CHANGE_OBSERVABLE_TYPE','selectMode','_setHostStyle','lineTo','wrap','M12.4466\x201.83691C11.2538\x201.83691\x2010.2868\x202.80388\x2010.2868\x203.99672C10.2868\x205.18956\x2011.2538\x206.15653\x2012.4466\x206.15653C13.6394\x206.15653\x2014.6065\x205.18956\x2014.6065\x203.99672C14.6065\x202.80388\x2013.6394\x201.83691\x2012.4466\x201.83691ZM11.4868\x203.99672C11.4868\x203.46665\x2011.9165\x203.03691\x2012.4466\x203.03691C12.9767\x203.03691\x2013.4065\x203.46665\x2013.4065\x203.99672C13.4065\x204.52679\x2012.9767\x204.95653\x2012.4466\x204.95653C11.9165\x204.95653\x2011.4868\x204.52679\x2011.4868\x203.99672Z','SHEETS_CHART_PLUGIN_NAME','floor','openChartPanelById','getRangeInfo','ISheetClipboardService','sheets-chart-ui.chartTypes.waterfall','DependentOn','function','Radar','sheets-chart-ui.bubble.size','CloudIcon','random','Row','univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','ensureMount','EChartRenderModel','abs','sheets-chart-ui.chartTypes.radar','defineProperty','clearPanelRoute','image','setActiveEditChart','sheets-chart-ui.gradientFill','color','1,234.56','sheet.numfmt.thousandthPercentile','_sheetCanvasPopManagerService','imageBitmap','from','markNotReady','xAxis','Funnel','indexOf','sheets-chart-ui.chartTypes.combination','13:30:30','_resolvedConfig','_selectedElement$','IConfigService','sheets-chart-ui.trendline.order','Single','4580oLeJsf','#,##0.00_);#,##0.00','sheets-chart-ui.trendline.r2','0\x200\x2020\x2020','offsetLeft','concat','_url','下午01:30','InsertChartCommand','getElementById','setSelectedElement','evented','_removeHost$','sheets-chart-ui.dialog.numfmt.formatTypes','format','forEach','sheets-chart-ui.relation.force','HeatmapChartIcon','@univerjs-pro/sheets-chart-ui','sheets-chart-element-float-menu','sheets-chart-ui.styleEditPanel.pieValScale','padAngleStyle','setConfig','removeChartModel','positive','titleAlign','M12.666\x202.70571C11.7769\x201.76476\x2010.3295\x201.76476\x209.4404\x202.70571L3.37843\x209.12427C3.31779\x209.18848\x203.27756\x209.26409\x203.24979\x209.3439C3.24809\x209.3493\x203.24299\x209.3529\x203.24129\x209.3583L2.02912\x2013.2097C1.96112\x2013.4251\x202.01439\x2013.6633\x202.16626\x2013.8236C2.27393\x2013.9382\x202.41901\x2014\x202.56692\x2014C2.62699\x2014\x202.68762\x2013.9898\x202.74599\x2013.9688L6.3825\x2012.6846C6.3876\x2012.6828\x206.391\x2012.678\x206.39553\x2012.6762C6.47147\x2012.6474\x206.54287\x2012.6042\x206.60351\x2012.54L12.666\x206.12202C13.5558\x205.18048\x2013.5558\x203.64725\x2012.666\x202.70571ZM8.62832\x205.26209L9.04031\x205.69836C9.03918\x205.69956\x209.03748\x205.70016\x209.03634\x205.70136L4.99182\x209.9836L4.58096\x209.54853L8.62832\x205.26209ZM3.46287\x2012.4512L4.02673\x2010.6593L5.15446\x2011.8535L3.46287\x2012.4512ZM6.20342\x2011.2672L5.79256\x2010.8321L9.83709\x206.54988C9.83822\x206.54868\x209.83879\x206.54688\x209.83992\x206.54568L10.2513\x206.98135L6.20342\x2011.2672ZM11.8647\x205.27349L11.0532\x206.13282L9.42963\x204.41356L10.2411\x203.55423C10.6888\x203.08016\x2011.417\x203.08076\x2011.8642\x203.55423C12.3124\x204.0283\x2012.3124\x204.79942\x2011.8647\x205.27349Z','CartesianPointRoleIndex','resolveChartRuntimeStyle','Error','debounceTime','_getDrawable','sheets-chart-ui.color','piecewise','radar','sheets-chart-ui.styleEditPanel.showLabels','pointerEvents','Boxplot','yAxisTitle','_getImage','下午1:30:30','sheets-chart-ui.dataRange','bind','_panelRoute$','ChartThemeService','_disposed','BubbleSeriesIndex','_cancelDebouncedCallbacks','sheets-chart-ui.trendline.showFormula','Center','horizontalAxis','power-line-icon','EmptyCircle','_adapterRegistry','waterfallStack','univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','getRenderColor','transformToDrawingPosition','M13.9297\x203.86616C13.9988\x203.54208\x2013.7921\x203.22332\x2013.468\x203.15419C13.1439\x203.08506\x2012.8252\x203.29174\x2012.7561\x203.61582C12.2328\x206.06862\x2011.419\x207.67857\x2010.158\x208.8476C8.88447\x2010.0282\x207.09121\x2010.8196\x204.48135\x2011.5021C4.16076\x2011.5859\x203.96882\x2011.9138\x204.05265\x2012.2343C4.13648\x2012.5549\x204.46433\x2012.7469\x204.78492\x2012.663C7.46014\x2011.9635\x209.48303\x2011.1096\x2010.9738\x209.72762C12.477\x208.33407\x2013.3755\x206.46423\x2013.9297\x203.86616Z','getHostSize','sheets-chart-ui.dialog.numfmt.accounting','getContextValue','sheets-chart-ui.withColor','M0.399902\x2014.4076C0.399902\x2014.0762\x200.668532\x2013.8076\x200.999902\x2013.8076H14.9999C15.3313\x2013.8076\x2015.5999\x2014.0762\x2015.5999\x2014.4076C15.5999\x2014.739\x2015.3313\x2015.0076\x2014.9999\x2015.0076H0.999902C0.668532\x2015.0076\x200.399902\x2014.739\x200.399902\x2014.4076Z','_shouldSuppressSnapshot','__default__','sheets-chart-ui.styleEditPanel.showDataLabels','ChartBorderDashType','scaleY','setElementEditMode','EChartRenderEngineName','_restoreHostWrapper','sheets-chart-ui.deleteChart','_sheetClipboardService','univer-box-border\x20univer-h-8','RadarShape','ChartPointMappingStateKey','M11.232\x203.30892C11.232\x203.87595\x2010.7724\x204.33562\x2010.2053\x204.33562C9.63832\x204.33562\x209.17865\x203.87595\x209.17865\x203.30892C9.17865\x202.7419\x209.63832\x202.28223\x2010.2053\x202.28223C10.7724\x202.28223\x2011.232\x202.7419\x2011.232\x203.30892Z','sheets-chart-ui.gridlines.text','GROUP','_renderManagerService','sheets-chart-ui.legendSelectMode','sheets-chart-ui.chartAndAxisTitles','Segmented','sheets-chart-ui.series','url(#$1','sheets-chart-ui.chartTypes.relation','RelationshipIcon','IDialogService','Bubble','_viewState','Column','1930/08/05','primary','round','sheets-chart-ui.chartType','paretoBarSeries','EmptyRoundRect','strokeWidth','push','asObservable','univer-mt-2-base','transform','ChartEditBlockTitle','_sheetDrawingService','TextAlign','_getChartRenderSkipReason','scatterSymbolSize','categoryIndex','gridLine','ChartHostRenderMode','sheets-chart-ui.indicatorLine','BarPercentStacked','sheets-chart-ui.relation.gravity','AxisAlignEnum','univer-mt-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','linear','M12.05\x202.2V3.8','EmptyRect','invalidValueType','sheets-chart-ui.chartTypes.areaPercentStacked','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','direction$','ScatterYIndex','sheets-chart-ui.addDataPoint','sheets-chart-ui.settingsLabels.showEmptyCellsAs','sheets-chart-ui.theIndexItem','#,##0.00_);[Red]-#,##0.00','@univerjs/core','getBatchRemoveOp','56233mgbLIb','_initMenus','Stack','Numeric','unitId','digitalFixed','opacity','valueScale','sheets-chart-ui.dialog.numfmt.date','value','tooltipAxisColor','onRendered','univer-flex\x20univer-flex-col\x20univer-gap-4','otherChartType','Step','sheet.numfmt.accounting','sheets-chart-ui.styleEditPanel.labelText','UniverSheetsDrawingUIPlugin','generateRandomId','sheets-chart-ui.legendVisualMapType.','sheets-chart-ui.styleEditPanel.useAbsValue','pieBorderColor','symbol','resolveChartEditPanelRoute','axisTitleAlign','add','SheetPrintInterceptorService','sheets-chart-ui.fill','UniverSheetsUi','trim','currentColor','_chartElementEditMode','sheets-chart-ui.styleEditPanel.repeatWordCould','ICommandService','sheets-chart-ui.shape.circle','_chartInstanceMap','areaOpacity','sheets-chart-ui.point','Dropdown','createElement','M9.89214\x208.52476C10.2324\x208.52476\x2010.5082\x208.24897\x2010.5082\x207.90874C10.5082\x207.56852\x2010.2324\x207.29272\x209.89214\x207.29272C9.55191\x207.29272\x209.27612\x207.56852\x209.27612\x207.90874C9.27612\x208.24897\x209.55191\x208.52476\x209.89214\x208.52476Z','ObjectType','dataIndex','WordCloudMuskImageService','children','InvalidValueType','forceOption','126NhRUgj','directEdit','panelRoute$','SeriesLabelPosition','endsWith','call','gap','clearRuntimeCache','sheets-chart-ui.axes.useRightAxis','jsx','LinearIcon','getCurrentTypeOfUnit$','getChartModel','sheets-chart-ui.trendline.name','_renderChartModel','univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','applyPoint','name','subUnitId','width','restore','AxisValueType','13:30','dataPoint','dblclick','_deactivateEditPanelState','CUT','edgeLength','ComponentManager','Pin','WaterfallStackTypeEnum','_getWatermark','indicatorLineType','_configService','_activeChartId','_hostStyle','layout','M12.2729\x209.74037C12.7265\x209.74037\x2013.0942\x209.37263\x2013.0942\x208.91901C13.0942\x208.4654\x2012.7265\x208.09766\x2012.2729\x208.09766C11.8192\x208.09766\x2011.4515\x208.4654\x2011.4515\x208.91901C11.4515\x209.37263\x2011.8192\x209.74037\x2012.2729\x209.74037Z','legendStyle','with','every','CommandType','Close','findIndex','End','sort','lineVisible','ISheetsChartUIService','Secondary','_snapshotKey','img','sheets-chart-ui.waterfall.positiveStyle','moveTo','rosePie','find','ChartTypeBits','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','UniverEngineRender','evenodd','scroll','sheets-chart-ui.titles.titleFormat','sheets-chart-ui.relation.layoutType','sheet.numfmt.currency','Smooth','sheets-chart-ui.titles.rightYAxisTitle','sheets-chart-ui.dialog.numfmt.negativeNumberTypes','_menuManagerService','RemoveSheetDrawingCommand','univer-flex-1\x20univer-overflow-auto','combineLatest','sheets-chart-ui.shape.rect','rangeSelectMode','sheets-chart-ui.chartTypes.area','sheets-chart-ui.dialog.numfmt.thousandthPercentileDesc','decorate','pieLabelStyle','_chartRenderService','aggregate','_createImageChartHost','startColumn','isPatternEqualWithoutDecimal','priority','171332BjkwoI','sheets-chart-ui.trendline.formula','wordCloudRenderConfig','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.dialog.numfmt.currencyTypes','_chartEventHandlers','getName','setContextValue','sheets-chart-ui.dialog.numfmt.dateTypes','render','activeEditChart$','sheets-chart-ui.waterfall.negativeLegendText','univer-w-[--radix-popper-anchor-width]','context','logicalOuterRect','sheets-chart-ui.chartTypes.line','sheets-chart-ui.dialog.setFormat','isElementEditModeActive','#-#','sheets-chart-ui.min','seriesIndexes','\x22#,##0.00_);[Red](\x22','executeChartUpdateConfig','onload','sheets-chart-ui.chartTypes.donut','displayName','_drawingContextMenuService','clientY','use','A/P\x20h:mm','_resetChartRuntimeZIndex','TextVerticalAlign','seriesId','naturalWidth','xAxisOptions','_getChartSnapshotKey','sheets-chart-ui.withFormat','@univerjs/sheets-drawing','contentType','addObject','InsertSheetsChartMutation','Break','viewBound','IncreaseIcon','radarShape','univer-sheet-chart-format-dialog-id','redo','line-chart-icon','LegendPositionEnum','getMenuHiddenObservable','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','set','_resolveLayout','.png','_clearChartRuntimeCache','lineWidth','sheets-chart-ui.lineType.line','sheet.chart.edit.panel','_sheetCanvasFloatDomManagerService','attrs','sheets-chart-ui.dialog.numfmt.thousandthPercentile','Circle','getRegisteredThemes','_disposeChartRenderInstance','M5.19874\x208.12481C5.19874\x208.46503\x204.92295\x208.74083\x204.58272\x208.74083C4.2425\x208.74083\x203.96671\x208.46503\x203.96671\x208.12481C3.96671\x207.78458\x204.2425\x207.50879\x204.58272\x207.50879C4.92295\x207.50879\x205.19874\x207.78458\x205.19874\x208.12481Z','_univerInstanceService','initPanel','Sankey','indicatorLabelColor','sheets-chart-ui.hideChartPanel','intercept','EmptyTriangle','waterfallSeries','univer-mb-2\x20univer-w-full\x20!univer-min-w-0','_snapshotStore','Tooltip','M4.75332\x205.22217C3.86966\x205.22217\x203.15332\x205.93851\x203.15332\x206.82217V13.1332C3.15332\x2014.2377\x204.04875\x2015.1332\x205.15332\x2015.1332H10.8465C11.9511\x2015.1332\x2012.8465\x2014.2377\x2012.8465\x2013.1331V6.82217C12.8465\x205.93851\x2012.1302\x205.22217\x2011.2465\x205.22217H4.75332ZM4.35332\x206.82217C4.35332\x206.60125\x204.53241\x206.42217\x204.75332\x206.42217H11.2465C11.4674\x206.42217\x2011.6465\x206.60125\x2011.6465\x206.82217V13.1331C11.6465\x2013.575\x2011.2884\x2013.9331\x2010.8465\x2013.9331H5.15332C4.71149\x2013.9331\x204.35332\x2013.575\x204.35332\x2013.1332V6.82217Z','anchorRect$','pareto','isConnected','mask','focusDrawing','HeatmapIcon','headers','mark','IMessageService','sheets-chart-ui.ticks.tickLength','scene','clientHeight','lineOrArea','UniverSheetsDrawingUi','sheets-chart-ui.trendline.showR2','currencySymbols','none','axisTitle','sheets-chart-ui.stack','small','rightYAxisTitle','showR2','legend','yyyy\x22年\x22MM\x22月\x22dd\x22日\x22','Accordion','fromEvent','M11.5\x206.5C12.0605\x207.94953\x2012\x208.16666\x2012.5\x208.99999C13\x209.83332\x2015.5\x2010\x2015.5\x2010.5C15.5\x2011\x2016\x2013\x2015\x2014C14\x2015\x2013\x2013.5\x2012\x2013.5C11\x2013.5\x2010.45\x209.95001\x209.99999\x209.50001C9.54999\x209.05001\x209.5\x208.99999\x209.5\x207.99999C9.5\x206.99999\x2010.9395\x205.05046\x2011.5\x206.5Z','_contextService','getFloatDomInfo','syncHostLayout','#,##0.00_);[Red]#,##0.00','_(\x22','fontSize','lineStyle','Radio','_disposeImage','sheets-chart-ui.trendline.trendlineDashType','sheets-chart-ui.dialog.numfmt.confirm','resolveDefaultChartHostFrameStyle','_initSheetChange','@univerjs-pro/sheets-chart','deserializeRangeWithSheet','sheets-chart-ui.styleEditPanel.padAngle','sheets-chart-ui.openChartPanel','M8.5\x201.19824C9.41939\x201.19826\x2010.1648\x201.94395\x2010.165\x202.86328V5.86328C10.165\x206.78282\x209.41954\x207.5283\x208.5\x207.52832H7.5C6.58045\x207.52832\x205.83496\x206.78284\x205.83496\x205.86328V2.86328C5.8352\x201.94393\x206.5806\x201.19824\x207.5\x201.19824H8.5ZM7.5\x202.52832C7.31514\x202.52832\x207.16528\x202.67847\x207.16504\x202.86328V5.86328C7.16504\x206.0483\x207.31498\x206.19922\x207.5\x206.19922H8.5C8.685\x206.1992\x208.83496\x206.04828\x208.83496\x205.86328V2.86328C8.83472\x202.67849\x208.68485\x202.52834\x208.5\x202.52832H7.5Z','text','sheets-chart-ui.ticks.majorTick','DisposableCollection','dispose','IRenderManagerService','allSeriesStyle','funnel','8月5日','_sheetPrintInterceptorService','setBorder','BarChartIcon','contains','_createChartRenderInstanceContext','time','click','registerRenderObjectFactory','sheets-chart-ui.waterfall.subtotalLegendText','DownloadImageIcon','constructor','UniverEngineFormula','Fail\x20to\x20create\x20float\x20dom','scatter-chart-icon','_rect','cancel','_renderWhenConfigReady','M6.92533\x207.88936C7.5801\x207.88936\x208.11092\x207.35855\x208.11092\x206.70378C8.11092\x206.04901\x207.5801\x205.51819\x206.92533\x205.51819C6.27056\x205.51819\x205.73975\x206.04901\x205.73975\x206.70378C5.73975\x207.35855\x206.27056\x207.88936\x206.92533\x207.88936Z','isDomReady','Inject','promise','Start','sheets-chart-ui.addSeries','sheets-chart-ui.waterfall.negativeStyle','seriesStyleMap','merge','ensureHost','Value','_pendingMutationConfigRenders','createChartInstance','univer-ml-3','Triangle','\x22fillOpacity\x22','translate','drawWith','ancestorTransform','axisId','rangeInfo$','featurePluginOrderUpdate$','_popupDisposable','assign','delete-icon','baseOn','Plugin','yyyy/MM/dd','-1,234.56','Injector','Right','@univerjs/ui','_draw','allSeriesId','M14.0492\x205.286C14.3429\x205.13259\x2014.4567\x204.77012\x2014.3032\x204.4764C14.1498\x204.18268\x2013.7874\x204.06894\x2013.4936\x204.22235L8.41786\x206.87348C8.28294\x206.94395\x208.17985\x207.06307\x208.12946\x207.2067L6.68157\x2011.3341L4.68624\x209.71803C4.42874\x209.50947\x204.05092\x209.54914\x203.84236\x209.80665C3.63379\x2010.0642\x203.67347\x2010.442\x203.93097\x2010.6505L6.58816\x2012.8027C6.73982\x2012.9255\x206.94173\x2012.9669\x207.12949\x2012.9137C7.31724\x2012.8604\x207.46737\x2012.7192\x207.53197\x2012.5351L9.18339\x207.82746L14.0492\x205.286Z','scale','dataSource','backgroundColor','SeriesName','echarts','waterfallStyle','BUTTON','chartStyle','M2.2\x202.2V13.8H13.8','_image','_chartEventSubscriptions','bottom','_debounceHandle','REMOVE','repulsion','Bar','M11.232\x2012.357C11.232\x2012.6972\x2010.9562\x2012.973\x2010.616\x2012.973C10.2758\x2012.973\x2010\x2012.6972\x2010\x2012.357C10\x2012.0168\x2010.2758\x2011.741\x2010.616\x2011.741C10.9562\x2011.741\x2011.232\x2012.0168\x2011.232\x2012.357Z','gradientFill','sheets-chart-ui.settingsLabels.switchToRowOrColumn','sheet.command.menu-insert-chart','formulaColor','sheets-chart-ui.withType','UniverProChartUi','open','toPrimitive','sheets-chart-ui.msg.invalidSource','sheets-chart-ui.styleEditPanel.labelRotate','08-05','target','useEffect','_registerAdapter','version','AreaChartIcon','column-chart-icon','_copyInfo','WorkbookEditablePermission','interceptor','discreteRangeToRange'];_0x34dd=function(){return _0x7f5db1;};return _0x34dd();}
1
+ (function(_0x416c7,_0x3ad005){const _0x47f93b=_0x169c,_0x822a3=_0x416c7();while(!![]){try{const _0xedb657=parseInt(_0x47f93b(0x201))/0x1+-parseInt(_0x47f93b(0x498))/0x2+parseInt(_0x47f93b(0x51c))/0x3+parseInt(_0x47f93b(0x31a))/0x4+-parseInt(_0x47f93b(0x45c))/0x5+parseInt(_0x47f93b(0x49f))/0x6+-parseInt(_0x47f93b(0x22f))/0x7*(-parseInt(_0x47f93b(0x52b))/0x8);if(_0xedb657===_0x3ad005)break;else _0x822a3['push'](_0x822a3['shift']());}catch(_0x1f735f){_0x822a3['push'](_0x822a3['shift']());}}}(_0xb883,0xce33d),function(_0x4d83dd,_0x567249){const _0x4bcc4e=_0x169c;typeof exports==_0x4bcc4e(0x284)&&typeof module<'u'?_0x567249(exports,require('@univerjs-pro/sheets-chart'),require('@univerjs/core'),require('@univerjs/drawing'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('rxjs'),require('@univerjs-pro/engine-chart'),require('@univerjs/drawing-ui'),require('@univerjs/engine-render'),require('@univerjs-pro/chart-ui'),require('@univerjs/sheets'),require('@univerjs/engine-formula'),require('react'),require('@univerjs/design'),require('@univerjs/sheets-formula-ui'),require('react/jsx-runtime'),require('@univerjs-pro/license')):typeof define==_0x4bcc4e(0x295)&&define[_0x4bcc4e(0x44b)]?define(['exports',_0x4bcc4e(0x49c),_0x4bcc4e(0x2f5),'@univerjs/drawing',_0x4bcc4e(0x471),_0x4bcc4e(0x24b),_0x4bcc4e(0x2b0),'@univerjs/ui',_0x4bcc4e(0x4dd),_0x4bcc4e(0x3d6),_0x4bcc4e(0x3ee),_0x4bcc4e(0x324),_0x4bcc4e(0x3ba),_0x4bcc4e(0x314),'@univerjs/engine-formula',_0x4bcc4e(0x1e6),_0x4bcc4e(0x2ae),_0x4bcc4e(0x4aa),'react/jsx-runtime',_0x4bcc4e(0x3c1)],_0x567249):(_0x4d83dd=typeof globalThis<'u'?globalThis:_0x4d83dd||self,_0x567249(_0x4d83dd[_0x4bcc4e(0x449)]={},_0x4d83dd['UniverProSheetsChart'],_0x4d83dd[_0x4bcc4e(0x4cb)],_0x4d83dd['UniverDrawing'],_0x4d83dd['UniverSheetsDrawing'],_0x4d83dd[_0x4bcc4e(0x344)],_0x4d83dd['UniverSheetsUi'],_0x4d83dd[_0x4bcc4e(0x213)],_0x4d83dd[_0x4bcc4e(0x4dd)],_0x4d83dd[_0x4bcc4e(0x29f)],_0x4d83dd[_0x4bcc4e(0x4fa)],_0x4d83dd[_0x4bcc4e(0x222)],_0x4d83dd['UniverProChartUi'],_0x4d83dd[_0x4bcc4e(0x2fa)],_0x4d83dd[_0x4bcc4e(0x518)],_0x4d83dd[_0x4bcc4e(0x23e)],_0x4d83dd['UniverDesign'],_0x4d83dd[_0x4bcc4e(0x40f)],_0x4d83dd[_0x4bcc4e(0x23e)],_0x4d83dd['UniverProLicense']));}(this,function(_0xd4719d,_0x28eb9a,_0x1da7ec,_0x5405e4,_0x4754e3,_0x364311,_0x1960ed,_0x58ec7c,_0x15372d,_0x5dd517,_0x311c0b,_0x41ff50,_0x173304,_0x2d166,_0x259b78,_0x370d3a,_0x92e22d,_0x2c5582,_0x1285f2,_0x4d77ba){const _0x7d12da=_0x169c;Object['defineProperty'](_0xd4719d,Symbol[_0x7d12da(0x3ad)],{'value':_0x7d12da(0x283)});let _0x466ca5=_0x7d12da(0x39e),_0x2feb31={'enableChartElementFloatMenu':!0x0},_0x4c56c5={'type':_0x1da7ec[_0x7d12da(0x2c4)][_0x7d12da(0x35e)],'id':_0x7d12da(0x3fd),'handler'(){return!0x0;}},_0x4dcf39={'type':_0x1da7ec[_0x7d12da(0x2c4)]['OPERATION'],'id':_0x7d12da(0x34a),'handler'(){return!0x0;}};function _0x1d1be0(_0x48788e,_0x361f8d=0x1){const _0xeb8255=_0x7d12da;return{'width':Math[_0xeb8255(0x500)](_0x361f8d,_0x48788e[_0xeb8255(0x45d)]),'height':Math[_0xeb8255(0x500)](_0x361f8d,_0x48788e[_0xeb8255(0x308)])};}function _0x1447d2(_0x1135e5,_0x4ad524={},_0x2fec73={'left':0x0,'top':0x0}){const _0x3cdb52=_0x7d12da;let _0xcbe8b=_0x4ad524[_0x3cdb52(0x2d3)]??0x1,_0x527ca8=_0x4ad524['scaleY']??0x1,_0xba16ee=_0x173304['ChartFrameLayout']['resolve']({'logicalOuterRect':{'left':-_0x2fec73[_0x3cdb52(0x418)],'top':-_0x2fec73['top'],..._0x1d1be0(_0x1135e5)},'scale':{'scaleX':_0xcbe8b,'scaleY':_0x527ca8},'hostStyle':{},'contentMode':_0x173304['ChartFrameContentMode'][_0x3cdb52(0x3d5)]});return{'left':_0xba16ee[_0x3cdb52(0x326)][_0x3cdb52(0x418)],'top':_0xba16ee[_0x3cdb52(0x326)][_0x3cdb52(0x4d5)],'width':_0xba16ee['logicalOuterRect'][_0x3cdb52(0x45d)],'height':_0xba16ee[_0x3cdb52(0x326)]['height'],'scaleX':_0xcbe8b,'scaleY':_0x527ca8};}function _0x351e51(_0x17ff1e){'@babel/helpers - typeof';const _0x4c78fb=_0x7d12da;return _0x351e51=typeof Symbol=='function'&&typeof Symbol[_0x4c78fb(0x228)]==_0x4c78fb(0x36a)?function(_0xa99213){return typeof _0xa99213;}:function(_0x112e61){const _0x21beab=_0x4c78fb;return _0x112e61&&typeof Symbol==_0x21beab(0x295)&&_0x112e61[_0x21beab(0x200)]===Symbol&&_0x112e61!==Symbol['prototype']?_0x21beab(0x36a):typeof _0x112e61;},_0x351e51(_0x17ff1e);}function _0x30c4b1(_0xd259f9,_0x4bf694){const _0x4fd6ee=_0x7d12da;if(_0x351e51(_0xd259f9)!=_0x4fd6ee(0x284)||!_0xd259f9)return _0xd259f9;var _0x349a8c=_0xd259f9[Symbol[_0x4fd6ee(0x4dc)]];if(_0x349a8c!==void 0x0){var _0x7488ee=_0x349a8c[_0x4fd6ee(0x255)](_0xd259f9,_0x4bf694||_0x4fd6ee(0x4c0));if(_0x351e51(_0x7488ee)!=_0x4fd6ee(0x284))return _0x7488ee;throw TypeError(_0x4fd6ee(0x257));}return(_0x4bf694===_0x4fd6ee(0x4d8)?String:Number)(_0xd259f9);}function _0x4b2d10(_0x1e8056){const _0x131190=_0x7d12da;var _0x1918e6=_0x30c4b1(_0x1e8056,_0x131190(0x4d8));return _0x351e51(_0x1918e6)=='symbol'?_0x1918e6:_0x1918e6+'';}function _0x451b0c(_0x48b861,_0xaad7e6,_0x137c85){const _0x382e9d=_0x7d12da;return(_0xaad7e6=_0x4b2d10(_0xaad7e6))in _0x48b861?Object[_0x382e9d(0x445)](_0x48b861,_0xaad7e6,{'value':_0x137c85,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x48b861[_0xaad7e6]=_0x137c85,_0x48b861;}function _0xc09c27(_0x43b333){const _0x1d7117=_0x7d12da;switch(_0x43b333[_0x1d7117(0x1fc)]){case _0x5dd517[_0x1d7117(0x3a0)][_0x1d7117(0x32d)]:return _0x43b333[_0x1d7117(0x40c)];case _0x5dd517['ChartImageSourceType']['ImageBitmap']:return _0x43b333['imageBitmap'];default:return;}}var _0x49d975=class extends _0x41ff50[_0x7d12da(0x360)]{constructor(_0x4c2c9a,_0x5e6f04,_0x3f7440,_0x1041c5=()=>!0x1,_0x12ea12=()=>{}){const _0x5de0dc=_0x7d12da;super(_0x4c2c9a,{..._0x5e6f04,'evented':_0x5e6f04[_0x5de0dc(0x2ad)]??!0x0}),this[_0x5de0dc(0x232)]=_0x3f7440,this[_0x5de0dc(0x4a1)]=_0x1041c5,this[_0x5de0dc(0x236)]=_0x12ea12,_0x451b0c(this,'_urlImage',null),_0x451b0c(this,'_url',null),this[_0x5de0dc(0x367)](_0x41ff50[_0x5de0dc(0x33a)][_0x5de0dc(0x2af)]);}['dispose'](){const _0x4fd1ef=_0x7d12da;this[_0x4fd1ef(0x236)](),super[_0x4fd1ef(0x248)]();}[_0x7d12da(0x289)](_0x164c6a,_0x4d8e7a){const _0x207fd7=_0x7d12da;if(!this[_0x207fd7(0x2a0)])return this[_0x207fd7(0x3d9)](!0x1),this;if(!this[_0x207fd7(0x312)])return this;let {width:_0x10a728,height:_0x7aab42,left:_0x48fb54,top:_0x34e82b}=this[_0x207fd7(0x2c9)]();if(this[_0x207fd7(0x251)](_0x4d8e7a)){let {top:_0x56dd13,left:_0x43bd42,bottom:_0x46ea01,right:_0x5205b0}=_0x4d8e7a['viewBound'];if(_0x10a728+this[_0x207fd7(0x1ed)]+_0x48fb54<_0x43bd42||_0x5205b0<_0x48fb54||_0x7aab42+this[_0x207fd7(0x1ed)]+_0x34e82b<_0x56dd13||_0x46ea01<_0x34e82b)return this;}let _0x33b66f=this[_0x207fd7(0x312)][_0x207fd7(0x211)]();_0x164c6a['save']();let _0x469b25=_0x48fb54+_0x10a728/0x2,_0x147a67=_0x34e82b+_0x7aab42/0x2;return _0x164c6a['transform'](_0x33b66f[0x0],_0x33b66f[0x1],_0x33b66f[0x2],_0x33b66f[0x3],_0x469b25,_0x147a67),this['opacity']!==0x1&&(_0x164c6a['globalAlpha']=this[_0x207fd7(0x3fe)]),this[_0x207fd7(0x4a4)](_0x164c6a,void 0x0,_0x10a728,_0x7aab42),_0x164c6a[_0x207fd7(0x1eb)](),this[_0x207fd7(0x3d9)](!0x1),this;}[_0x7d12da(0x4a4)](_0x388b5d,_0x12b839,_0x8b64b7=this['width'],_0x24e7b9=this[_0x7d12da(0x308)]){const _0x48a1f8=_0x7d12da;this[_0x48a1f8(0x4bf)](_0x388b5d,_0x8b64b7,_0x24e7b9,{'stroke':void 0x0,'strokeWidth':0x0}),this[_0x48a1f8(0x369)](_0x388b5d,_0x8b64b7,_0x24e7b9),this[_0x48a1f8(0x4bf)](_0x388b5d,_0x8b64b7,_0x24e7b9,{'fill':void 0x0});}[_0x7d12da(0x4bf)](_0x22cff6,_0x2c3515,_0x451500,_0x1ab257){const _0x3814d9=_0x7d12da;_0x22cff6[_0x3814d9(0x2d5)](),_0x22cff6[_0x3814d9(0x371)](-_0x2c3515/0x2,-_0x451500/0x2),_0x41ff50[_0x3814d9(0x360)][_0x3814d9(0x25a)](_0x22cff6,_0x3e9752(this,_0x2c3515,_0x451500,_0x1ab257)),_0x22cff6['restore']();}[_0x7d12da(0x2e5)](_0x5cf288){const _0x2e6456=_0x7d12da;let {left:_0x1da9ff,top:_0xab386e,width:_0x28a3c0,height:_0x3600e7}=this[_0x2e6456(0x2c9)](),_0x40b12d=_0x1da9ff+_0x28a3c0/0x2,_0x13b490=_0xab386e+_0x3600e7/0x2,_0x5e5584=this[_0x2e6456(0x312)][_0x2e6456(0x211)](),_0x48cab7=new _0x41ff50[(_0x2e6456(0x332))]([_0x5e5584[0x0],_0x5e5584[0x1],_0x5e5584[0x2],_0x5e5584[0x3],_0x40b12d,_0x13b490]),_0x13fdd0=this[_0x2e6456(0x513)](),_0x524a17=(this[_0x2e6456(0x531)]&&(_0x13fdd0==null?void 0x0:_0x13fdd0[_0x2e6456(0x3cf)])===_0x41ff50['RENDER_CLASS_TYPE'][_0x2e6456(0x2e2)]?_0x13fdd0[_0x2e6456(0x3f5)][_0x2e6456(0x43c)](_0x48cab7):_0x48cab7)[_0x2e6456(0x46e)]()[_0x2e6456(0x524)](_0x5cf288),_0x45705b=_0x28a3c0/0x2,_0x104836=_0x3600e7/0x2;return _0x524a17['x']>=-_0x45705b-this[_0x2e6456(0x1ed)]/0x2&&_0x524a17['x']<=_0x45705b+this[_0x2e6456(0x1ed)]/0x2&&_0x524a17['y']>=-_0x104836-this[_0x2e6456(0x1ed)]/0x2&&_0x524a17['y']<=_0x104836+this[_0x2e6456(0x1ed)]/0x2;}[_0x7d12da(0x369)](_0x292bd1,_0x384ca9,_0x28ccdf){const _0x2ba4fe=_0x7d12da;if(this[_0x2ba4fe(0x4a1)]())return;let _0x1b02ad=this[_0x2ba4fe(0x232)](),_0x57b72d=_0x1b02ad?this['_getDrawable'](_0x1b02ad):void 0x0;if(!_0x57b72d)return;let {width:_0xe1d1ab,height:_0x234a79}=_0x1d1be0({'width':_0x384ca9,'height':_0x28ccdf},0x0);_0xe1d1ab!==0x0&&_0x234a79!==0x0&&(_0x292bd1[_0x2ba4fe(0x2d5)](),_0x292bd1[_0x2ba4fe(0x371)](-_0x384ca9/0x2,-_0x28ccdf/0x2),_0x215e5b(_0x292bd1,_0xe1d1ab,_0x234a79,this['radius']),_0x292bd1[_0x2ba4fe(0x463)](),_0x292bd1['drawImage'](_0x57b72d,0x0,0x0,_0xe1d1ab,_0x234a79),_0x292bd1['restore']());}['_getDrawable'](_0x1a7392){const _0x16afac=_0x7d12da;var _0x4e2760;let _0x4932d7=_0xc09c27(_0x1a7392);if(_0x4932d7)return _0x4932d7;if(_0x1a7392[_0x16afac(0x1fc)]===_0x5dd517[_0x16afac(0x3a0)][_0x16afac(0x4a9)]&&(this[_0x16afac(0x20f)]!==_0x1a7392[_0x16afac(0x2a6)]&&(this['_url']=_0x1a7392[_0x16afac(0x2a6)],this[_0x16afac(0x2de)]=document[_0x16afac(0x532)](_0x16afac(0x415)),this[_0x16afac(0x2de)]['crossOrigin']=_0x16afac(0x290),this['_urlImage'][_0x16afac(0x430)]=()=>this[_0x16afac(0x3d9)](!0x0),this[_0x16afac(0x2de)][_0x16afac(0x527)]=_0x1a7392[_0x16afac(0x2a6)]),(_0x4e2760=this['_urlImage'])!=null&&_0x4e2760[_0x16afac(0x240)]&&this['_urlImage'][_0x16afac(0x39c)]>0x0&&this[_0x16afac(0x2de)]['naturalHeight']>0x0))return this[_0x16afac(0x2de)];}};function _0x3e9752(_0x35b61a,_0x1166e1,_0xed1035,_0x26ccb3){const _0x4d87bf=_0x7d12da;let _0xcbcaef=Object[_0x4d87bf(0x2ef)](_0x35b61a);return Object[_0x4d87bf(0x445)](_0xcbcaef,_0x4d87bf(0x45d),{'value':_0x1166e1}),Object[_0x4d87bf(0x445)](_0xcbcaef,'height',{'value':_0xed1035}),Object[_0x4d87bf(0x340)](_0x26ccb3)[_0x4d87bf(0x495)](_0x1bb89f=>{const _0x37fd6b=_0x4d87bf;Object[_0x37fd6b(0x445)](_0xcbcaef,_0x1bb89f,{'value':_0x26ccb3[_0x1bb89f]});}),_0xcbcaef;}function _0x215e5b(_0x4626e8,_0x1a8d08,_0x533ec6,_0xd665ae){const _0x54c091=_0x7d12da;let _0x149cb6=Math['min'](_0xd665ae||0x0,_0x1a8d08/0x2,_0x533ec6/0x2);if(_0x4626e8[_0x54c091(0x2c3)](),!_0x149cb6){_0x4626e8[_0x54c091(0x3af)](0x0,0x0,_0x1a8d08,_0x533ec6),_0x4626e8[_0x54c091(0x33f)]();return;}_0x4626e8[_0x54c091(0x307)](_0x149cb6,0x0),_0x4626e8[_0x54c091(0x35d)](_0x1a8d08-_0x149cb6,0x0),_0x4626e8[_0x54c091(0x310)](_0x1a8d08-_0x149cb6,_0x149cb6,_0x149cb6,Math['PI']*0x3/0x2,0x0,!0x1),_0x4626e8['lineTo'](_0x1a8d08,_0x533ec6-_0x149cb6),_0x4626e8[_0x54c091(0x310)](_0x1a8d08-_0x149cb6,_0x533ec6-_0x149cb6,_0x149cb6,0x0,Math['PI']/0x2,!0x1),_0x4626e8[_0x54c091(0x35d)](_0x149cb6,_0x533ec6),_0x4626e8[_0x54c091(0x310)](_0x149cb6,_0x533ec6-_0x149cb6,_0x149cb6,Math['PI']/0x2,Math['PI'],!0x1),_0x4626e8[_0x54c091(0x35d)](0x0,_0x149cb6),_0x4626e8['arc'](_0x149cb6,_0x149cb6,_0x149cb6,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x4626e8['closePath']();}function _0x149a94(_0x547cef){const _0x36d356=_0x7d12da;(_0x547cef==null?void 0x0:_0x547cef['type'])===_0x5dd517[_0x36d356(0x3a0)][_0x36d356(0x38b)]&&_0x547cef['imageBitmap'][_0x36d356(0x304)]();}function _0x54c26f(_0xd37cb7){const _0x1ec9d4=_0x7d12da;return _0xd37cb7['unitId']+_0x1ec9d4(0x4fb)+_0xd37cb7[_0x1ec9d4(0x26e)]+'#-#'+_0xd37cb7[_0x1ec9d4(0x28f)];}var _0x167f01=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(..._0x51c3a4){const _0x47f8fe=_0x7d12da;super(..._0x51c3a4),_0x451b0c(this,_0x47f8fe(0x253),new Map());}[_0x7d12da(0x4b4)](_0x3b41e3){const _0x5251a5=_0x7d12da;let _0x257d61=_0x54c26f(_0x3b41e3),_0x2fd56f=this[_0x5251a5(0x253)][_0x5251a5(0x287)](_0x257d61)??{'version':0x0};return _0x2fd56f[_0x5251a5(0x29c)]+=0x1,this[_0x5251a5(0x253)][_0x5251a5(0x29a)](_0x257d61,_0x2fd56f),_0x2fd56f[_0x5251a5(0x29c)];}[_0x7d12da(0x26c)](_0x2e9116,_0x1ae0f2){const _0x390b1b=_0x7d12da;var _0x3f7c49;return((_0x3f7c49=this['_entries'][_0x390b1b(0x287)](_0x54c26f(_0x2e9116)))==null?void 0x0:_0x3f7c49[_0x390b1b(0x29c)])===_0x1ae0f2;}[_0x7d12da(0x520)](_0x193d87,_0x1c2ca3,_0x23399a){const _0x57ae4a=_0x7d12da;if(!this['isLatest'](_0x193d87,_0x23399a))return _0x149a94(_0x1c2ca3),!0x1;let _0x439e38=_0x54c26f(_0x193d87),_0x134471=this[_0x57ae4a(0x253)][_0x57ae4a(0x287)](_0x439e38)??{'version':_0x23399a},_0x45af35=_0x134471[_0x57ae4a(0x3c3)];return _0x134471[_0x57ae4a(0x3c3)]=_0x1c2ca3,_0x134471[_0x57ae4a(0x29c)]=_0x23399a,this[_0x57ae4a(0x253)][_0x57ae4a(0x29a)](_0x439e38,_0x134471),_0x45af35!==_0x1c2ca3&&_0x149a94(_0x45af35),!0x0;}[_0x7d12da(0x4eb)](_0x230552){const _0x27ba7a=_0x7d12da;var _0x5417d5;return(_0x5417d5=this[_0x27ba7a(0x253)][_0x27ba7a(0x287)](_0x54c26f(_0x230552)))==null?void 0x0:_0x5417d5[_0x27ba7a(0x3c3)];}[_0x7d12da(0x37a)](_0x41e1b6){const _0x31f0d7=_0x7d12da;let _0x174ece=_0x54c26f(_0x41e1b6),_0x265b8c=this[_0x31f0d7(0x253)][_0x31f0d7(0x287)](_0x174ece);_0x265b8c&&(_0x149a94(_0x265b8c['image']),this['_entries'][_0x31f0d7(0x24c)](_0x174ece));}['clearChart'](_0x4c2f37){const _0x3e5c54=_0x7d12da;for(let [_0x13975b,_0x5dc03c]of this[_0x3e5c54(0x253)])_0x13975b['endsWith'](_0x3e5c54(0x4fb)+_0x4c2f37)&&(_0x149a94(_0x5dc03c[_0x3e5c54(0x3c3)]),this[_0x3e5c54(0x253)]['delete'](_0x13975b));}[_0x7d12da(0x248)](){const _0x2dcba0=_0x7d12da;this['_entries']['forEach'](_0x44d4ed=>_0x149a94(_0x44d4ed[_0x2dcba0(0x3c3)])),this['_entries'][_0x2dcba0(0x493)](),super[_0x2dcba0(0x248)]();}};function _0x509fed(_0x16a048,_0x55b089=0x7d0){let _0x33dca2=null,_0x3226c9=null,_0x4c90d8=!0x1,_0x2449bb=()=>{},_0x3b1ae2=()=>{_0x33dca2!=null&&(clearInterval(_0x33dca2),_0x33dca2=null),_0x3226c9!=null&&(clearTimeout(_0x3226c9),_0x3226c9=null);};return{'promise':new Promise((_0x2dca5e,_0x42af4f)=>{_0x2449bb=_0x42af4f;let _0x50bef4=()=>{const _0x1d03b1=_0x169c;let _0x149bd2=document[_0x1d03b1(0x301)](_0x16a048);!_0x149bd2||_0x4c90d8||(_0x4c90d8=!0x0,_0x3b1ae2(),_0x2dca5e(_0x149bd2));};_0x50bef4(),!_0x4c90d8&&(_0x33dca2=setInterval(_0x50bef4,16.666666666666668),_0x3226c9=setTimeout(()=>{const _0xa57159=_0x169c;_0x4c90d8||(_0x4c90d8=!0x0,_0x3b1ae2(),_0x42af4f(Error(_0xa57159(0x2f6)+_0x16a048+'\x22.')));},_0x55b089));}),'cancel':()=>{const _0x51462c=_0x169c;_0x4c90d8||(_0x4c90d8=!0x0,_0x3b1ae2(),_0x2449bb(Error(_0x51462c(0x2e4)+_0x16a048+'\x22.')));}};}var _0x2f95dc=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x28c1c8,_0x484b98,_0x5f321b,_0x3ba92a,_0x30a9af,_0x529d25,_0x5d2664){const _0x514452=_0x7d12da;super(),this[_0x514452(0x28f)]=_0x28c1c8,this['_getFloatDomInfo']=_0x484b98,this[_0x514452(0x454)]=_0x5f321b,this['_setHostStyle']=_0x3ba92a,this['_isProviderDisposed']=_0x30a9af,this[_0x514452(0x2bf)]=_0x529d25,this['_markNotReady']=_0x5d2664,_0x451b0c(this,'mode',_0x5dd517[_0x514452(0x259)][_0x514452(0x4c9)]),_0x451b0c(this,'_domFrame',null),_0x451b0c(this,_0x514452(0x2e7),!0x1),_0x451b0c(this,'_pendingToken',null),_0x451b0c(this,_0x514452(0x421),null),_0x451b0c(this,'_waiter',null),_0x451b0c(this,_0x514452(0x2c1),{}),_0x451b0c(this,_0x514452(0x52e),null);}[_0x7d12da(0x25f)](){return this['_managed'];}[_0x7d12da(0x469)](){const _0x3d20bb=_0x7d12da;this[_0x3d20bb(0x2e7)]=!0x1;}[_0x7d12da(0x3df)](){const _0x333394=_0x7d12da;let _0x4e2197=this['_getPlacement']();return _0x4e2197?{'width':_0x4e2197['width'],'height':_0x4e2197[_0x333394(0x308)]}:null;}[_0x7d12da(0x3d3)](_0x1c9e7a){const _0x2db6a6=_0x7d12da;this[_0x2db6a6(0x2c1)]=_0x1c9e7a,this['_setHostStyle'](_0x1c9e7a),this['_applyHostStyle']();}async[_0x7d12da(0x52d)](){const _0x30cfa7=_0x7d12da;if(this[_0x30cfa7(0x293)]||this[_0x30cfa7(0x21c)]())throw Error(_0x30cfa7(0x509));let _0x20759f=this[_0x30cfa7(0x474)](),_0x10b369=(_0x20759f==null?void 0x0:_0x20759f[_0x30cfa7(0x4c4)])??this[_0x30cfa7(0x28f)],_0x1e7719=document[_0x30cfa7(0x301)](_0x10b369);if(this[_0x30cfa7(0x2e9)]&&_0x1e7719!=null&&_0x1e7719[_0x30cfa7(0x355)](this['_domFrame'][_0x30cfa7(0x4ba)]))return{'mountNode':this['_domFrame'][_0x30cfa7(0x4ba)],'dispose':()=>{const _0x59e960=_0x30cfa7;this['dispose'](),_0x20759f==null||_0x20759f[_0x59e960(0x248)][_0x59e960(0x248)]();}};if(this['_pendingHost'])return this[_0x30cfa7(0x421)];let _0x41ed30=this[_0x30cfa7(0x428)]();return this[_0x30cfa7(0x421)]=_0x41ed30,_0x41ed30[_0x30cfa7(0x48d)](()=>{const _0x2b6665=_0x30cfa7;this['_pendingHost']===_0x41ed30&&(this[_0x2b6665(0x421)]=null);},()=>{const _0x5b79ce=_0x30cfa7;this[_0x5b79ce(0x421)]===_0x41ed30&&(this[_0x5b79ce(0x421)]=null);}),_0x41ed30;}async[_0x7d12da(0x2fb)](){const _0x3e1317=_0x7d12da;try{return(await this['ensureHandle']())[_0x3e1317(0x4ba)];}catch{return null;}}['checkMounted'](){const _0x354b3d=_0x7d12da;let _0x48a3f7=this[_0x354b3d(0x474)](),_0x2c7b81=(_0x48a3f7==null?void 0x0:_0x48a3f7['domId'])??this[_0x354b3d(0x28f)],_0x322e0e=document[_0x354b3d(0x301)](_0x2c7b81);return!!(this[_0x354b3d(0x2e9)]&&_0x322e0e!=null&&_0x322e0e[_0x354b3d(0x355)](this[_0x354b3d(0x2e9)][_0x354b3d(0x4ba)]));}[_0x7d12da(0x362)](){const _0x512047=_0x7d12da;if(!this[_0x512047(0x2e9)])return;let _0x2722c3=this[_0x512047(0x454)]();_0x2722c3&&this[_0x512047(0x2e9)][_0x512047(0x4f5)](this[_0x512047(0x385)](_0x2722c3),this[_0x512047(0x447)]());}[_0x7d12da(0x35c)](){const _0x4e761c=_0x7d12da;this[_0x4e761c(0x2bf)]();}[_0x7d12da(0x3bc)](){const _0x1e3eb2=_0x7d12da;this[_0x1e3eb2(0x264)]();}['dispose'](){const _0x4e6645=_0x7d12da;var _0x4e2b3d;this[_0x4e6645(0x293)]||(this[_0x4e6645(0x3bc)](),this[_0x4e6645(0x39d)]=null,this[_0x4e6645(0x421)]=null,this[_0x4e6645(0x4d2)](),this['_managed']=!0x1,(_0x4e2b3d=this['_domFrame'])==null||_0x4e2b3d[_0x4e6645(0x248)](),this[_0x4e6645(0x2e9)]=null,this['_restoreHostWrapper'](),super[_0x4e6645(0x248)]());}async[_0x7d12da(0x428)](){const _0xe5037a=_0x7d12da;let _0x4d0c87=this['_getFloatDomInfo']();if(!_0x4d0c87)throw Error(_0xe5037a(0x509));let _0x4ba82e=_0x4d0c87[_0xe5037a(0x4c4)]??this[_0xe5037a(0x28f)],_0x5901d5=_0x509fed(_0x4ba82e),_0xe0a82d=Symbol(this['chartId']);this[_0xe5037a(0x39d)]=_0xe0a82d,this['_waiter']=_0x5901d5;try{let _0x34aab7=await _0x5901d5[_0xe5037a(0x441)],_0x3277b6=this[_0xe5037a(0x474)](),_0x493d18=(_0x3277b6==null?void 0x0:_0x3277b6['domId'])??this[_0xe5037a(0x28f)];if(this[_0xe5037a(0x293)]||this['_isProviderDisposed']()||this[_0xe5037a(0x39d)]!==_0xe0a82d||!_0x3277b6||_0x493d18!==_0x4ba82e||document[_0xe5037a(0x301)](_0x4ba82e)!==_0x34aab7||!_0x34aab7[_0xe5037a(0x357)])throw Error(_0xe5037a(0x509));let _0x1cec93=this[_0xe5037a(0x454)]();if(!_0x1cec93)throw Error(_0xe5037a(0x509));let _0x14873d=new _0x173304[(_0xe5037a(0x217))](_0x34aab7);return _0x14873d[_0xe5037a(0x4f5)](this['_resolveLayout'](_0x1cec93),this['_frameStyle']()),this[_0xe5037a(0x27d)](_0x34aab7),this[_0xe5037a(0x2e9)]=_0x14873d,this[_0xe5037a(0x49a)](_0x3277b6['position$'][_0xe5037a(0x44a)](()=>this['syncLayout']())),this[_0xe5037a(0x2e7)]=!0x0,{'mountNode':_0x14873d[_0xe5037a(0x4ba)],'dispose':()=>{const _0x14ad7d=_0xe5037a;this[_0x14ad7d(0x248)](),_0x4d0c87[_0x14ad7d(0x248)]['dispose']();}};}finally{this[_0xe5037a(0x390)]===_0x5901d5&&(this['_waiter']=null),this[_0xe5037a(0x39d)]===_0xe0a82d&&(this['_pendingToken']=null);}}[_0x7d12da(0x4d2)](){const _0x34c023=_0x7d12da;let _0x53ffbc=this[_0x34c023(0x390)];_0x53ffbc&&(_0x53ffbc[_0x34c023(0x205)](),this[_0x34c023(0x390)]=null);}[_0x7d12da(0x34d)](){const _0x955cbf=_0x7d12da;let _0xc6e0ab=this[_0x955cbf(0x454)]();this['_domFrame']&&_0xc6e0ab&&this[_0x955cbf(0x2e9)][_0x955cbf(0x4f5)](this[_0x955cbf(0x385)](_0xc6e0ab),this[_0x955cbf(0x447)]());}[_0x7d12da(0x385)](_0x29a919){const _0x5d6058=_0x7d12da;return _0x173304[_0x5d6058(0x3c0)]['resolve']({'logicalOuterRect':{'left':_0x29a919[_0x5d6058(0x418)],'top':_0x29a919[_0x5d6058(0x4d5)],'width':_0x29a919[_0x5d6058(0x45d)],'height':_0x29a919[_0x5d6058(0x308)]},'scale':{'scaleX':_0x29a919['scaleX'],'scaleY':_0x29a919[_0x5d6058(0x302)]},'hostStyle':this[_0x5d6058(0x447)](),'contentMode':_0x173304['ChartFrameContentMode'][_0x5d6058(0x3d5)]});}['_frameStyle'](){const _0x1400b4=_0x7d12da;return{...this[_0x1400b4(0x2c1)],'radius':_0x173304[_0x1400b4(0x243)]};}[_0x7d12da(0x27d)](_0x41dae3){const _0x31b7ff=_0x7d12da;let _0x48e498=_0x41dae3[_0x31b7ff(0x504)];_0x48e498&&(this[_0x31b7ff(0x52e)]||={'zIndex':_0x48e498[_0x31b7ff(0x4c7)]['zIndex'],'pointerEvents':_0x48e498[_0x31b7ff(0x4c7)][_0x31b7ff(0x3bb)]},_0x48e498[_0x31b7ff(0x4c7)]['zIndex']=_0x31b7ff(0x438),_0x48e498[_0x31b7ff(0x4c7)][_0x31b7ff(0x3bb)]=_0x31b7ff(0x2b5));}[_0x7d12da(0x4e9)](){const _0x234a40=_0x7d12da;var _0x30f2cf;if(!this[_0x234a40(0x52e)])return;let _0x8cca35=this[_0x234a40(0x474)](),_0x34d596=(_0x8cca35==null?void 0x0:_0x8cca35['domId'])??this[_0x234a40(0x28f)],_0x4b63e6=(_0x30f2cf=document[_0x234a40(0x301)](_0x34d596))==null?void 0x0:_0x30f2cf[_0x234a40(0x504)];_0x4b63e6&&(_0x4b63e6[_0x234a40(0x4c7)]['zIndex']=this['_savedWrapperStyle']['zIndex'],_0x4b63e6[_0x234a40(0x4c7)][_0x234a40(0x3bb)]=this[_0x234a40(0x52e)]['pointerEvents']),this[_0x234a40(0x52e)]=null;}},_0x525637=class extends _0x5dd517[_0x7d12da(0x40e)]{constructor(_0x563f59,_0x3caf99,_0x1c3900,_0x56e008,_0x197784,_0x41be42){const _0x5aa73f=_0x7d12da;super(_0x563f59),this[_0x5aa73f(0x3cb)]=_0x3caf99,this[_0x5aa73f(0x382)]=_0x1c3900,this[_0x5aa73f(0x4bd)]=_0x56e008,this[_0x5aa73f(0x457)]=_0x197784,this[_0x5aa73f(0x3c9)]=_0x41be42;}[_0x7d12da(0x3df)](){const _0x2a2a94=_0x7d12da;let _0x569b3a=this[_0x2a2a94(0x3cb)]();return _0x569b3a?_0x1d1be0(_0x569b3a):null;}[_0x7d12da(0x3d3)](_0x59e9b3){const _0xd87b68=_0x7d12da;this[_0xd87b68(0x382)](_0x59e9b3);}['nextVersion'](){const _0x84825e=_0x7d12da;return this[_0x84825e(0x457)]['nextVersion'](this[_0x84825e(0x4bd)]);}[_0x7d12da(0x28b)](_0x28a93e,_0x2810ce){const _0x35bd2b=_0x7d12da;return this[_0x35bd2b(0x457)][_0x35bd2b(0x520)](this[_0x35bd2b(0x4bd)],_0x28a93e,_0x2810ce);}[_0x7d12da(0x47a)](){const _0x5846a9=_0x7d12da;this[_0x5846a9(0x3c9)]();}[_0x7d12da(0x4e3)](){const _0x3e94f5=_0x7d12da;this['_snapshotStore'][_0x3e94f5(0x4b4)](this[_0x3e94f5(0x4bd)]);}};function _0x493c2e(_0x4b1148,_0x3ade81){return function(_0x126194,_0x16bab6){_0x3ade81(_0x126194,_0x16bab6,_0x4b1148);};}function _0x3b9455(_0x3136c0,_0x242509,_0xe98f,_0x47d290){const _0x3f0e07=_0x7d12da;var _0x5a8962=arguments[_0x3f0e07(0x31c)],_0x2ea500=_0x5a8962<0x3?_0x242509:_0x47d290===null?_0x47d290=Object[_0x3f0e07(0x29e)](_0x242509,_0xe98f):_0x47d290,_0x50cc03;if(typeof Reflect==_0x3f0e07(0x284)&&typeof Reflect['decorate']==_0x3f0e07(0x295))_0x2ea500=Reflect['decorate'](_0x3136c0,_0x242509,_0xe98f,_0x47d290);else{for(var _0x4e714c=_0x3136c0[_0x3f0e07(0x31c)]-0x1;_0x4e714c>=0x0;_0x4e714c--)(_0x50cc03=_0x3136c0[_0x4e714c])&&(_0x2ea500=(_0x5a8962<0x3?_0x50cc03(_0x2ea500):_0x5a8962>0x3?_0x50cc03(_0x242509,_0xe98f,_0x2ea500):_0x50cc03(_0x242509,_0xe98f))||_0x2ea500);}return _0x5a8962>0x3&&_0x2ea500&&Object[_0x3f0e07(0x445)](_0x242509,_0xe98f,_0x2ea500),_0x2ea500;}function _0x1b4564(_0x4e0ae9){const _0x3d1886=_0x7d12da;if(!Object[_0x3d1886(0x48f)][_0x3d1886(0x383)][_0x3d1886(0x255)](_0x4e0ae9,_0x3d1886(0x4d7)))return _0x4e0ae9;let {border:_0x1ec09d,..._0x3b9d3f}=_0x4e0ae9;return{..._0x3b9d3f,'stroke':(_0x1ec09d==null?void 0x0:_0x1ec09d[_0x3d1886(0x43b)])??'transparent','strokeWidth':(_0x1ec09d==null?void 0x0:_0x1ec09d[_0x3d1886(0x45d)])??0x0};}let _0x3f6cbd=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x33d849,_0x37ae0c,_0x41789b,_0x1edb67){const _0x466f33=_0x7d12da;super(),this[_0x466f33(0x22b)]=_0x33d849,this[_0x466f33(0x4f8)]=_0x37ae0c,this[_0x466f33(0x48a)]=_0x41789b,this['_canvasFloatDomService']=_0x1edb67,_0x451b0c(this,_0x466f33(0x480),new Map()),_0x451b0c(this,_0x466f33(0x2f2),new Set()),_0x451b0c(this,'_removeHost$',new _0x15372d['Subject']()),_0x451b0c(this,_0x466f33(0x30e),this[_0x466f33(0x403)][_0x466f33(0x30d)]()),this[_0x466f33(0x49a)](this[_0x466f33(0x22b)][_0x466f33(0x2ed)][_0x466f33(0x44a)](_0x2fd12d=>{const _0x5bf40c=_0x466f33;let _0x5a8eac=this['_chartHostMap'][_0x5bf40c(0x287)](_0x2fd12d['id']);_0x5a8eac!=null&&_0x5a8eac[_0x5bf40c(0x25f)]()&&(_0x5a8eac[_0x5bf40c(0x469)](),this[_0x5bf40c(0x403)][_0x5bf40c(0x3da)](_0x2fd12d['id']));}));}[_0x7d12da(0x2d0)](_0x13df60){const _0x2caea6=_0x7d12da;if(_0x13df60==null)return;let _0x46b85f=this[_0x2caea6(0x4f8)][_0x2caea6(0x4c2)](_0x13df60),_0x50b879=_0x46b85f==null?void 0x0:_0x46b85f[_0x2caea6(0x23f)];return _0x46b85f==null||_0x50b879==null?null:{'scene':_0x50b879,'transformer':_0x50b879[_0x2caea6(0x1e1)](),'renderUnit':_0x46b85f,'canvas':_0x46b85f[_0x2caea6(0x2ce)][_0x2caea6(0x3fb)]()};}[_0x7d12da(0x24f)](_0x46ae7f,_0x1b8007){const _0x17e04b=_0x7d12da;let _0xfc9d01=this['_sheetCanvasFloatDomManagerService'],_0xe264e1=_0x1b8007||_0x17e04b(0x427),_0x60f876=_0xfc9d01[_0x17e04b(0x4a2)](_0x46ae7f);if(_0x60f876){let {unitId:_0x1a10e1,subUnitId:_0x1826e7}=_0x60f876;_0xfc9d01['updateFloatDomProps'](_0x1a10e1,_0x1826e7,_0x46ae7f,{'stroke':_0xe264e1});}}[_0x7d12da(0x325)](_0x50df78,_0x5026f4){const _0x4341e4=_0x7d12da;let _0x324e20=this[_0x4341e4(0x22b)],_0x38fab1=_0x324e20[_0x4341e4(0x4a2)](_0x50df78);if(_0x38fab1){let {unitId:_0x28d69d,subUnitId:_0x32ba9d}=_0x38fab1;_0x324e20[_0x4341e4(0x2bc)](_0x28d69d,_0x32ba9d,_0x50df78,_0x1b4564(_0x5026f4));}}['getHostSize'](_0x47f7a0){const _0x43b1c8=_0x7d12da;let _0xf13c6f=this[_0x43b1c8(0x22b)][_0x43b1c8(0x4a2)](_0x47f7a0);return _0xf13c6f?_0xf13c6f[_0x43b1c8(0x3af)]:null;}[_0x7d12da(0x1da)](_0x1e5757){const _0x18b8f9=_0x7d12da;var _0x1971e1;return((_0x1971e1=this['_chartHostMap'][_0x18b8f9(0x287)](_0x1e5757))==null?void 0x0:_0x1971e1[_0x18b8f9(0x396)]())??!0x1;}[_0x7d12da(0x50e)](_0xaebea6){const _0x2384a4=_0x7d12da;var _0xbde45e;(_0xbde45e=this[_0x2384a4(0x480)][_0x2384a4(0x287)](_0xaebea6))==null||_0xbde45e['syncLayout']();}[_0x7d12da(0x335)](_0x2235c2){const _0x1a89bd=_0x7d12da;let _0x2b00f0=this[_0x1a89bd(0x480)][_0x1a89bd(0x287)](_0x2235c2);_0x2b00f0==null||_0x2b00f0[_0x1a89bd(0x248)](),this[_0x1a89bd(0x480)][_0x1a89bd(0x24c)](_0x2235c2);}async[_0x7d12da(0x4cc)](_0x147962,_0x1fad88){const _0x9999b=_0x7d12da;if(_0x1fad88===_0x5dd517[_0x9999b(0x259)][_0x9999b(0x3c7)])return this[_0x9999b(0x3e2)](_0x147962);if(_0x1fad88===_0x5dd517[_0x9999b(0x259)][_0x9999b(0x4c9)])return this[_0x9999b(0x1fd)](_0x147962);let _0x515289=this[_0x9999b(0x1fd)](_0x147962);if(!_0x515289)throw Error('Fail\x20to\x20create\x20float\x20dom');return _0x515289[_0x9999b(0x52d)]();}[_0x7d12da(0x33d)](_0x261458){const _0x497705=_0x7d12da;return this[_0x497705(0x2f2)][_0x497705(0x353)](_0x261458);}[_0x7d12da(0x34c)](_0x54749d){const _0xd1b6a1=_0x7d12da;this[_0xd1b6a1(0x2f2)][_0xd1b6a1(0x24c)](_0x54749d)&&this[_0xd1b6a1(0x4e4)](_0x54749d);}[_0x7d12da(0x4e3)](_0x4d6fbc){const _0x4d9ec0=_0x7d12da;let _0x51d0bb=this[_0x4d9ec0(0x1ee)](_0x4d6fbc);_0x51d0bb&&this[_0x4d9ec0(0x48a)]['nextVersion'](_0x51d0bb);}[_0x7d12da(0x3e2)](_0x382294){const _0x1e569f=_0x7d12da;let _0x55170e=this[_0x1e569f(0x1ee)](_0x382294);return!_0x55170e||!this[_0x1e569f(0x41f)](_0x382294)?null:new _0x525637(_0x382294,()=>this[_0x1e569f(0x41f)](_0x382294),_0x129509=>this[_0x1e569f(0x325)](_0x382294,_0x129509),_0x55170e,this['_chartSnapshotStoreService'],()=>this[_0x1e569f(0x4e4)](_0x382294));}[_0x7d12da(0x1fd)](_0x1551de){const _0x182ee2=_0x7d12da;if(!this[_0x182ee2(0x41f)](_0x1551de))return null;this[_0x182ee2(0x4fe)][_0x182ee2(0x39b)](_0x1551de,{'contentBox':{'wrapperInset':0x0,'contentInset':0x0}});let _0xd19f40=this['_chartHostMap']['get'](_0x1551de);if(_0xd19f40)return _0xd19f40;let _0x3a6049=new _0x2f95dc(_0x1551de,()=>this['_sheetCanvasFloatDomManagerService'][_0x182ee2(0x4a2)](_0x1551de),()=>this[_0x182ee2(0x387)](_0x1551de),_0x457754=>this[_0x182ee2(0x325)](_0x1551de,_0x457754),()=>this[_0x182ee2(0x293)],()=>this[_0x182ee2(0x46b)](_0x1551de),()=>this[_0x182ee2(0x34c)](_0x1551de));return this['_chartHostMap'][_0x182ee2(0x29a)](_0x1551de,_0x3a6049),_0x3a6049;}[_0x7d12da(0x46b)](_0x59c4e0){const _0xf85495=_0x7d12da;this[_0xf85495(0x2f2)][_0xf85495(0x353)](_0x59c4e0)||(this[_0xf85495(0x2f2)][_0xf85495(0x448)](_0x59c4e0),this[_0xf85495(0x4e4)](_0x59c4e0));}['_getChartSnapshotKey'](_0x1c599f){const _0x3c2f5f=_0x7d12da;let _0x63408f=this[_0x3c2f5f(0x22b)]['getFloatDomInfo'](_0x1c599f);return _0x63408f?{'unitId':_0x63408f[_0x3c2f5f(0x490)],'subUnitId':_0x63408f[_0x3c2f5f(0x26e)],'chartId':_0x1c599f}:null;}[_0x7d12da(0x4e4)](_0x388942){const _0xdf44d5=_0x7d12da;var _0x5e59f3,_0x473190,_0x32494d;let _0x251739=this[_0xdf44d5(0x22b)][_0xdf44d5(0x4a2)](_0x388942);if(!_0x251739)return;let _0x3cf1af=(_0x5e59f3=this['_renderManagerService'][_0xdf44d5(0x4c2)](_0x251739[_0xdf44d5(0x490)]))==null?void 0x0:_0x5e59f3['scene'],_0x5880ca=(_0x3cf1af==null||(_0x473190=_0x3cf1af['getObjectIncludeInGroup'])==null?void 0x0:_0x473190[_0xdf44d5(0x255)](_0x3cf1af,(0x0,_0x5405e4[_0xdf44d5(0x494)])({'unitId':_0x251739['unitId'],'subUnitId':_0x251739['subUnitId'],'drawingId':_0x388942})))??(_0x3cf1af==null?void 0x0:_0x3cf1af[_0xdf44d5(0x316)]((0x0,_0x5405e4['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x251739['unitId'],'subUnitId':_0x251739[_0xdf44d5(0x26e)],'drawingId':_0x388942})))??null;_0x5880ca==null||(_0x32494d=_0x5880ca[_0xdf44d5(0x3d9)])==null||_0x32494d[_0xdf44d5(0x255)](_0x5880ca,!0x0),_0x3cf1af==null||_0x3cf1af['makeDirty'](!0x0);}[_0x7d12da(0x387)](_0x53d283){const _0x21ca28=_0x7d12da;let _0x5d4892=this[_0x21ca28(0x22b)][_0x21ca28(0x4a2)](_0x53d283);if(!_0x5d4892)return null;let _0x1318d5=this['_getSceneAndTransformerByDrawingSearch'](_0x5d4892[_0x21ca28(0x490)]),_0x7b8a5b=_0x1318d5==null?void 0x0:_0x1318d5[_0x21ca28(0x23f)],_0x568296=document[_0x21ca28(0x301)](_0x5d4892[_0x21ca28(0x4c4)]??_0x53d283);return _0x1447d2(_0x5d4892[_0x21ca28(0x3af)],{'scaleX':(_0x7b8a5b==null?void 0x0:_0x7b8a5b[_0x21ca28(0x2d3)])??0x1,'scaleY':(_0x7b8a5b==null?void 0x0:_0x7b8a5b[_0x21ca28(0x302)])??0x1},_0x568296?{'left':_0x568296[_0x21ca28(0x4ef)],'top':_0x568296[_0x21ca28(0x245)]}:void 0x0);}['dispose'](){const _0x1897c9=_0x7d12da;this[_0x1897c9(0x293)]||(this[_0x1897c9(0x480)]['forEach'](_0x53d976=>_0x53d976[_0x1897c9(0x248)]()),this[_0x1897c9(0x480)][_0x1897c9(0x493)](),this[_0x1897c9(0x2f2)]['clear'](),this['_removeHost$']['complete'](),super[_0x1897c9(0x248)]());}};_0x3f6cbd=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec['Inject'])(_0x364311['SheetCanvasFloatDomManagerService'])),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x41ff50[_0x7d12da(0x320)])),_0x493c2e(0x2,(0x0,_0x1da7ec['Inject'])(_0x167f01)),_0x493c2e(0x3,(0x0,_0x1da7ec['Inject'])(_0x58ec7c[_0x7d12da(0x3a2)]))],_0x3f6cbd);let _0xa24186=(0x0,_0x1da7ec['createIdentifier'])(_0x7d12da(0x267)),_0x4b3521=(0x0,_0x1da7ec['createIdentifier'])(_0x7d12da(0x2dc)),_0xd38931=class extends _0x173304[_0x7d12da(0x1f2)]{constructor(_0x40e7e4,_0xb0afaf,_0x2b4805,_0x57137f,_0x14d549,_0x54b8db){const _0x208808=_0x7d12da;super(_0x54b8db),this['_chartModelService']=_0x40e7e4,this['_sheetsChartService']=_0xb0afaf,this[_0x208808(0x261)]=_0x2b4805,this['_localeService']=_0x57137f,this[_0x208808(0x337)]=_0x14d549,_0x451b0c(this,_0x208808(0x47f),!0x1),_0x451b0c(this,_0x208808(0x234),new _0x15372d[(_0x208808(0x266))](null)),_0x451b0c(this,_0x208808(0x2a4),new _0x15372d[(_0x208808(0x266))](null)),_0x451b0c(this,_0x208808(0x4ee),new _0x15372d['BehaviorSubject'](null)),_0x451b0c(this,_0x208808(0x3d1),this[_0x208808(0x234)][_0x208808(0x30d)]()),_0x451b0c(this,_0x208808(0x31b),this['_selectedElement$'][_0x208808(0x30d)]()),_0x451b0c(this,_0x208808(0x434),this[_0x208808(0x4ee)][_0x208808(0x30d)]());}get['activeRuntimeModel'](){const _0x2adb30=_0x7d12da;return this[_0x2adb30(0x3dc)][_0x2adb30(0x48b)]??null;}get[_0x7d12da(0x48b)](){const _0x5d55df=_0x7d12da;return this['_chartModelService'][_0x5d55df(0x48b)];}get[_0x7d12da(0x30b)](){const _0x1f0377=_0x7d12da;return this['_chartModelService'][_0x1f0377(0x30b)];}get[_0x7d12da(0x4df)](){return this['_activeEditChart$']['getValue']();}get[_0x7d12da(0x1fa)](){const _0x263af5=_0x7d12da;return this[_0x263af5(0x507)][_0x263af5(0x1fa)];}get[_0x7d12da(0x280)](){const _0x5352e7=_0x7d12da;return this[_0x5352e7(0x47f)];}['setRangeSelectMode'](_0x45ec55){const _0x527ac1=_0x7d12da;this[_0x527ac1(0x47f)]=_0x45ec55;}[_0x7d12da(0x2b7)](_0xc2e228){const _0x412940=_0x7d12da;this[_0x412940(0x234)][_0x412940(0x4db)]()!==_0xc2e228&&this[_0x412940(0x234)][_0x412940(0x3da)](_0xc2e228);}[_0x7d12da(0x306)](_0x5e7c94){const _0x17b455=_0x7d12da;return this[_0x17b455(0x4df)]===_0x5e7c94;}[_0x7d12da(0x453)](_0x305ab4){const _0x2c0940=_0x7d12da;this[_0x2c0940(0x2a4)]['next'](_0x305ab4);}[_0x7d12da(0x2f4)](_0x48790c,_0x2de9f8){const _0x1bc1e6=_0x7d12da;this['_panelRoute$'][_0x1bc1e6(0x3da)]({'chartId':_0x48790c,'route':_0x2de9f8});}[_0x7d12da(0x4b1)](){const _0x180063=_0x7d12da;this[_0x180063(0x4ee)][_0x180063(0x3da)](null);}[_0x7d12da(0x4bb)](_0x3e1ab7){const _0x4c3138=_0x7d12da;let _0x391849=this[_0x4c3138(0x48b)];_0x391849&&this[_0x4c3138(0x460)]({'chartModelId':_0x391849['id'],'range':_0x3e1ab7});}['setOrientation'](_0x467f75){const _0x490f4f=_0x7d12da;var _0x23cacf;let _0x349079=this[_0x490f4f(0x48b)];if(!_0x349079)return;let _0xc65d26=(_0x23cacf=this[_0x490f4f(0x339)][_0x490f4f(0x272)](_0x349079['id']))==null?void 0x0:_0x23cacf['getRangeInfo']();if(!_0xc65d26)return;let _0x1427a7={..._0xc65d26,'isRowDirection':_0x467f75===_0x5dd517['DataOrientation'][_0x490f4f(0x3ff)]};this[_0x490f4f(0x460)]({'chartModelId':_0x349079['id'],'range':_0x1427a7});}[_0x7d12da(0x512)](_0x51d9a9){const _0x386b73=_0x7d12da;var _0x36f52a;this[_0x386b73(0x261)][_0x386b73(0x40d)](_0x28eb9a['ChartUpdateConfigCommand']['id'],{..._0x51d9a9,'unitId':((_0x36f52a=this[_0x386b73(0x337)][_0x386b73(0x538)]())==null?void 0x0:_0x36f52a[_0x386b73(0x2cf)]())??''});}['_executeChartUpdateSourceConfig'](_0x5927bb){const _0x3644de=_0x7d12da;var _0x3a247c;this[_0x3644de(0x261)][_0x3644de(0x40d)](_0x28eb9a[_0x3644de(0x291)]['id'],{..._0x5927bb,'unitId':((_0x3a247c=this['_univerInstanceService'][_0x3644de(0x538)]())==null?void 0x0:_0x3a247c[_0x3644de(0x2cf)]())??''});}[_0x7d12da(0x248)](){const _0x15f45f=_0x7d12da;this[_0x15f45f(0x234)][_0x15f45f(0x240)](),this[_0x15f45f(0x2a4)][_0x15f45f(0x240)](),this['_panelRoute$']['complete'](),super['dispose']();}};_0xd38931=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a['ChartModelService'])),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a[_0x7d12da(0x423)])),_0x493c2e(0x2,_0x1da7ec[_0x7d12da(0x496)]),_0x493c2e(0x3,(0x0,_0x1da7ec['Inject'])(_0x1da7ec[_0x7d12da(0x21e)])),_0x493c2e(0x4,_0x1da7ec['IUniverInstanceService']),_0x493c2e(0x5,(0x0,_0x1da7ec['Inject'])(_0x173304[_0x7d12da(0x42e)]))],_0xd38931);let _0x3bea03=_0x28eb9a['ChartRenderMode'][_0x7d12da(0x3c7)];var _0x371f2f=class extends _0x5dd517[_0x7d12da(0x40e)]{constructor(_0x3ca23a,_0x3cf3b7){const _0x2b50f9=_0x7d12da;super(_0x3ca23a),this[_0x2b50f9(0x342)]=_0x3cf3b7,_0x451b0c(this,_0x2b50f9(0x398),0x0),_0x451b0c(this,_0x2b50f9(0x233),void 0x0),_0x451b0c(this,_0x2b50f9(0x4c7),{});}['getRect'](){const _0x3e52c2=_0x7d12da;return this[_0x3e52c2(0x342)];}[_0x7d12da(0x3d3)](_0x319d24){const _0x254aa4=_0x7d12da;this[_0x254aa4(0x4c7)]=_0x319d24;}['nextVersion'](){return++this['_version'];}[_0x7d12da(0x28b)](_0x1235c2,_0x1ccdbb){const _0x2427eb=_0x7d12da;return _0x1ccdbb===this[_0x2427eb(0x398)]?(_0x149a94(this[_0x2427eb(0x233)]),this[_0x2427eb(0x233)]=_0x1235c2,!0x0):(_0x149a94(_0x1235c2),!0x1);}[_0x7d12da(0x47a)](){}['invalidateSnapshot'](){const _0x2b1c1f=_0x7d12da;this[_0x2b1c1f(0x398)]+=0x1;}['takeSnapshot'](){const _0x48d977=_0x7d12da;let _0x242d12=this[_0x48d977(0x233)];return this[_0x48d977(0x233)]=void 0x0,_0x242d12;}['dispose'](){const _0x5dea4f=_0x7d12da;_0x149a94(this[_0x5dea4f(0x233)]),this[_0x5dea4f(0x233)]=void 0x0,super[_0x5dea4f(0x248)]();}};function _0xe7c016(_0x327dd4,_0x4224bb,_0xdb650e){const _0x2ee3c6=_0x7d12da;let _0x5a3af4=_0x327dd4['getRuntimeContext'](_0x4224bb);return(0x0,_0x5dd517[_0x2ee3c6(0x36d)])({..._0x327dd4[_0x2ee3c6(0x4c7)],'runtime':{..._0x5a3af4,'layoutInset':0x8,..._0xdb650e===void 0x0?{}:{'addWatermark':_0xdb650e}},'direction':_0x4224bb},_0x327dd4[_0x2ee3c6(0x429)]);}let _0x32f42a=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x49f783,_0x316180,_0x46ec52,_0x2a7d26,_0x38dde8,_0x1f9a58,_0x161c3d,_0x4fe255,_0x3e572a,_0x5da0cd,_0x566dd7,_0x21de80,_0x583f96,_0x28878f){const _0x3e90fa=_0x7d12da;super(),this[_0x3e90fa(0x27a)]=_0x49f783,this[_0x3e90fa(0x22b)]=_0x316180,this[_0x3e90fa(0x3dc)]=_0x46ec52,this[_0x3e90fa(0x2f9)]=_0x2a7d26,this[_0x3e90fa(0x337)]=_0x38dde8,this['_renderManagerService']=_0x1f9a58,this[_0x3e90fa(0x507)]=_0x161c3d,this[_0x3e90fa(0x4d3)]=_0x4fe255,this[_0x3e90fa(0x451)]=_0x3e572a,this['_chartThemeService']=_0x5da0cd,this[_0x3e90fa(0x3fc)]=_0x566dd7,this['_configService']=_0x21de80,this[_0x3e90fa(0x48a)]=_0x583f96,this[_0x3e90fa(0x28c)]=_0x28878f,_0x451b0c(this,_0x3e90fa(0x477),new Map()),_0x451b0c(this,_0x3e90fa(0x365),new Map()),_0x451b0c(this,_0x3e90fa(0x516),new Map()),_0x451b0c(this,_0x3e90fa(0x269),new Map()),_0x451b0c(this,_0x3e90fa(0x52a),new Map()),_0x451b0c(this,_0x3e90fa(0x3ac),new Map()),_0x451b0c(this,_0x3e90fa(0x389),void 0x0),_0x451b0c(this,_0x3e90fa(0x3c5),void 0x0),_0x451b0c(this,_0x3e90fa(0x43f),new Map()),_0x451b0c(this,'_activeChartId',null),_0x451b0c(this,_0x3e90fa(0x503),null);let _0x494a2e=(0x0,_0x28eb9a[_0x3e90fa(0x26b)])(this['_injector']),_0x3b22c2=this[_0x3e90fa(0x3b4)][_0x3e90fa(0x34e)](_0x28eb9a[_0x3e90fa(0x4d0)]);this['_chartRenderMode']=(_0x3b22c2==null?void 0x0:_0x3b22c2[_0x3e90fa(0x220)])??_0x3bea03,this[_0x3e90fa(0x3c5)]=_0x494a2e[_0x3e90fa(0x31c)]!==0x1||_0x494a2e[0x0]!==_0x3e90fa(0x521),this['_registerChartImageRenderObjectFactory'](),this['_initActiveChartModelListener'](),this['_initDrawingDeactivationListener'](),this[_0x3e90fa(0x464)](),this['handleActiveSubUnitChange']();}['getChartSnapshotImage'](_0x4eefc2){const _0x3c0733=_0x7d12da;let _0x4810f0=this[_0x3c0733(0x1ee)](_0x4eefc2);return _0x4810f0?this[_0x3c0733(0x48a)][_0x3c0733(0x4eb)](_0x4810f0):void 0x0;}['_resolveChartRenderMode'](_0xce250e){const _0x26d40b=_0x7d12da;var _0x1a8264;return((_0x1a8264=this['_chartModelService'][_0x26d40b(0x48b)])==null?void 0x0:_0x1a8264['id'])===_0xce250e?_0x28eb9a[_0x26d40b(0x237)][_0x26d40b(0x4c9)]:this[_0x26d40b(0x389)];}[_0x7d12da(0x1ee)](_0x1eaa4d){const _0x47727a=_0x7d12da;let _0x5a8ac6=this[_0x47727a(0x22b)][_0x47727a(0x4a2)](_0x1eaa4d);return _0x5a8ac6?{'unitId':_0x5a8ac6[_0x47727a(0x490)],'subUnitId':_0x5a8ac6['subUnitId'],'chartId':_0x1eaa4d}:null;}['_registerChartImageRenderObjectFactory'](){const _0x372b8d=_0x7d12da;this['_chartRenderMode']===_0x28eb9a[_0x372b8d(0x237)]['Image']&&this[_0x372b8d(0x49a)](this[_0x372b8d(0x22b)][_0x372b8d(0x393)](_0x1da7ec[_0x372b8d(0x2ff)][_0x372b8d(0x3ca)],({key:_0x2f916e,config:_0x53ea0a,unitId:_0xff25c0,subUnitId:_0xd36962,drawingId:_0x49b0d4})=>new _0x49d975(_0x2f916e,_0x53ea0a,()=>this['_chartSnapshotStoreService'][_0x372b8d(0x4eb)]({'unitId':_0xff25c0,'subUnitId':_0xd36962,'chartId':_0x49b0d4}),()=>this[_0x372b8d(0x27a)]['isDomReady'](_0x49b0d4))));}[_0x7d12da(0x1f9)](){const _0x22d28f=_0x7d12da;this['disposeWithMe'](this[_0x22d28f(0x3dc)][_0x22d28f(0x30b)][_0x22d28f(0x44a)](_0x8d1486=>{const _0x364b2d=_0x22d28f;let _0x3bc6d9=(_0x8d1486==null?void 0x0:_0x8d1486['id'])??null,_0x317eb8=this['_activeChartId'];_0x317eb8!==_0x3bc6d9&&(_0x317eb8&&(this[_0x364b2d(0x27a)][_0x364b2d(0x34c)](_0x317eb8),this[_0x364b2d(0x28e)](_0x317eb8),this[_0x364b2d(0x475)](_0x317eb8),this['_rerenderLatest'](_0x317eb8)),this[_0x364b2d(0x2ee)]=_0x3bc6d9,_0x3bc6d9&&(this[_0x364b2d(0x27a)][_0x364b2d(0x34c)](_0x3bc6d9),this[_0x364b2d(0x3c8)](_0x3bc6d9),this[_0x364b2d(0x36f)](_0x3bc6d9)));}));}['_initDrawingDeactivationListener'](){const _0xec2fa1=_0x7d12da;this['disposeWithMe'](this[_0xec2fa1(0x2f9)][_0xec2fa1(0x49e)]['subscribe'](_0x1570ab=>{const _0x51689e=_0xec2fa1;var _0xee8fc3;let _0x53b455=(_0xee8fc3=this[_0x51689e(0x3dc)][_0x51689e(0x48b)])==null?void 0x0:_0xee8fc3['id'];_0x53b455&&_0x1570ab[_0x51689e(0x275)](_0x5916cd=>_0x5916cd[_0x51689e(0x536)][_0x51689e(0x275)](_0x1a03e9=>_0x1a03e9[_0x51689e(0x411)]===_0x53b455))&&this[_0x51689e(0x3dc)][_0x51689e(0x32e)](null);})),this['disposeWithMe'](this['_drawingManagerService'][_0xec2fa1(0x37e)]['subscribe'](_0x52fb35=>{const _0x30f9b9=_0xec2fa1;var _0x37a1fe;let _0xdc1b9e=(_0x37a1fe=this[_0x30f9b9(0x3dc)][_0x30f9b9(0x48b)])==null?void 0x0:_0x37a1fe['id'];_0xdc1b9e&&_0x52fb35[_0x30f9b9(0x275)](_0x43b18a=>_0x43b18a[_0x30f9b9(0x3e1)][_0x30f9b9(0x411)]===_0xdc1b9e||_0x43b18a[_0x30f9b9(0x536)][_0x30f9b9(0x275)](_0x5a35a6=>_0x5a35a6[_0x30f9b9(0x411)]===_0xdc1b9e))&&this['_chartModelService'][_0x30f9b9(0x32e)](null);}));}[_0x7d12da(0x464)](){const _0x349c33=_0x7d12da;this[_0x349c33(0x49a)](this[_0x349c33(0x2f9)][_0x349c33(0x42d)][_0x349c33(0x44a)](_0x1548fa=>{const _0x3c61ad=_0x349c33;var _0x1b01f4;let _0x3c2d26=(_0x1b01f4=this[_0x3c61ad(0x3dc)][_0x3c61ad(0x48b)])==null?void 0x0:_0x1b01f4['id'];if(!_0x3c2d26){_0x1548fa[_0x3c61ad(0x379)][_0x3c61ad(0x495)](_0x3aaee8=>{const _0x4cefc6=_0x3c61ad;this[_0x4cefc6(0x3dc)][_0x4cefc6(0x343)](_0x3aaee8)&&this[_0x4cefc6(0x28e)](_0x3aaee8);});return;}let _0x34a280=this['_sheetCanvasFloatDomManagerService'][_0x3c61ad(0x4a2)](_0x3c2d26);(_0x34a280==null?void 0x0:_0x34a280[_0x3c61ad(0x490)])===_0x1548fa[_0x3c61ad(0x490)]&&_0x34a280['subUnitId']===_0x1548fa[_0x3c61ad(0x26e)]&&this[_0x3c61ad(0x3c8)](_0x3c2d26);})),this[_0x349c33(0x49a)](this[_0x349c33(0x2f9)][_0x349c33(0x45a)][_0x349c33(0x44a)](_0x41a8d5=>{const _0xe999d3=_0x349c33;var _0x79acc9;let _0x5d7133=(_0x79acc9=this[_0xe999d3(0x3dc)][_0xe999d3(0x48b)])==null?void 0x0:_0x79acc9['id'];if(!_0x5d7133)return;let _0x49b345=this['_sheetCanvasFloatDomManagerService'][_0xe999d3(0x4a2)](_0x5d7133);_0x49b345&&_0x41a8d5[_0xe999d3(0x275)](_0x1e3b95=>_0x1e3b95[_0xe999d3(0x490)]===_0x49b345['unitId']&&_0x1e3b95[_0xe999d3(0x26e)]===_0x49b345[_0xe999d3(0x26e)])&&this['_applyActiveChartRuntimeZIndex'](_0x5d7133);})),this[_0x349c33(0x49a)](this[_0x349c33(0x3dc)][_0x349c33(0x51e)]['subscribe'](_0x23f8f5=>{const _0xde1cd4=_0x349c33;var _0x3ff32d;this[_0xde1cd4(0x43f)][_0xde1cd4(0x24c)](_0x23f8f5),this['_chartSnapshotStoreService'][_0xde1cd4(0x3b9)](_0x23f8f5),this['_clearChartRuntimeCache'](_0x23f8f5),this['_chartHostProvider'][_0xde1cd4(0x34c)](_0x23f8f5),((_0x3ff32d=this[_0xde1cd4(0x3dc)][_0xde1cd4(0x48b)])==null?void 0x0:_0x3ff32d['id'])===_0x23f8f5?this[_0xde1cd4(0x3dc)][_0xde1cd4(0x32e)](null):this['_resetChartRuntimeZIndex'](_0x23f8f5),this[_0xde1cd4(0x202)](_0x23f8f5);}));}[_0x7d12da(0x36f)](_0x206925){const _0x5546e8=_0x7d12da;let _0x4e06f8=this['_lastRenderInputMap'][_0x5546e8(0x287)](_0x206925);_0x4e06f8&&this[_0x5546e8(0x289)](_0x206925,_0x4e06f8[_0x5546e8(0x21f)],_0x4e06f8['style']);}[_0x7d12da(0x475)](_0x3e3831){const _0x14a1c6=_0x7d12da;let _0x4c0325=this['_chartInstanceMap'][_0x14a1c6(0x287)](_0x3e3831);(_0x4c0325==null?void 0x0:_0x4c0325[_0x14a1c6(0x329)])===_0x14a1c6(0x426)&&(this[_0x14a1c6(0x376)](_0x3e3831),_0x4c0325[_0x14a1c6(0x248)](),this[_0x14a1c6(0x477)][_0x14a1c6(0x24c)](_0x3e3831)),this[_0x14a1c6(0x27a)][_0x14a1c6(0x34c)](_0x3e3831),this[_0x14a1c6(0x27a)][_0x14a1c6(0x335)](_0x3e3831);}[_0x7d12da(0x202)](_0x3e4804){const _0x29e55c=_0x7d12da;let _0x371918=this[_0x29e55c(0x477)][_0x29e55c(0x287)](_0x3e4804);_0x371918&&(this[_0x29e55c(0x376)](_0x3e4804),_0x371918[_0x29e55c(0x248)](),this[_0x29e55c(0x477)][_0x29e55c(0x24c)](_0x3e4804)),this[_0x29e55c(0x27a)][_0x29e55c(0x34c)](_0x3e4804),this[_0x29e55c(0x27a)][_0x29e55c(0x335)](_0x3e4804);}[_0x7d12da(0x501)](_0x120ac6){const _0x412f32=_0x7d12da;var _0x1f60b6,_0xfc0ef3;(_0x1f60b6=this[_0x412f32(0x28c)][_0x412f32(0x3a1)](_0x5dd517[_0x412f32(0x1e9)]))==null||(_0xfc0ef3=_0x1f60b6[_0x412f32(0x3e6)])==null||_0xfc0ef3[_0x412f32(0x255)](_0x1f60b6,_0x120ac6);}[_0x7d12da(0x4f1)](_0x4e6a1d,_0x591e05){const _0x575d79=_0x7d12da;let _0x17bb7b=this[_0x575d79(0x2f9)]['getDrawingData'](_0x4e6a1d,_0x591e05);Object['values'](_0x17bb7b??{})[_0x575d79(0x495)](_0x58474a=>{const _0x3f3913=_0x575d79;_0x58474a[_0x3f3913(0x214)]===_0x1da7ec[_0x3f3913(0x2ff)][_0x3f3913(0x3ca)]&&this['_clearChartRuntimeCache'](_0x58474a[_0x3f3913(0x411)]);});}['_getChartRenderObject'](_0x17bd5e,_0x27b4c3){const _0x46d50c=_0x7d12da;var _0xee04f9;return((_0xee04f9=_0x17bd5e[_0x46d50c(0x3e9)])==null?void 0x0:_0xee04f9[_0x46d50c(0x255)](_0x17bd5e,_0x27b4c3))??_0x17bd5e[_0x46d50c(0x316)](_0x27b4c3)??null;}[_0x7d12da(0x47e)](_0x43feba){const _0x291164=_0x7d12da;var _0xa9d810;let _0x31e034=this[_0x291164(0x22b)][_0x291164(0x4a2)](_0x43feba);if(!_0x31e034)return null;let _0x3c250a=(_0xa9d810=this[_0x291164(0x4f8)][_0x291164(0x4c2)](_0x31e034['unitId']))==null?void 0x0:_0xa9d810[_0x291164(0x23f)];if(!_0x3c250a)return null;let _0x2b9605=this[_0x291164(0x38a)](_0x3c250a,(0x0,_0x5405e4[_0x291164(0x494)])({'unitId':_0x31e034[_0x291164(0x490)],'subUnitId':_0x31e034['subUnitId'],'drawingId':_0x43feba}));return _0x2b9605?{'info':_0x31e034,'scene':_0x3c250a,'chartObject':_0x2b9605}:null;}[_0x7d12da(0x38c)](_0xe9d619,_0x35236f){const _0x1e0145=_0x7d12da;var _0x58b333,_0x35e603,_0x409ef4,_0x26e430;let _0x4fc4d6=this[_0x1e0145(0x47e)](_0xe9d619);_0x4fc4d6&&((_0x58b333=(_0x35e603=_0x4fc4d6[_0x1e0145(0x4c1)])['setProps'])==null||_0x58b333[_0x1e0145(0x255)](_0x35e603,{'zIndex':_0x35236f}),(_0x409ef4=(_0x26e430=_0x4fc4d6[_0x1e0145(0x4c1)])[_0x1e0145(0x3d9)])==null||_0x409ef4[_0x1e0145(0x255)](_0x26e430,!0x0),_0x4fc4d6[_0x1e0145(0x23f)][_0x1e0145(0x3d9)](!0x0));}[_0x7d12da(0x3c8)](_0x144028){const _0x4bc576=_0x7d12da;let _0x815b45=this[_0x4bc576(0x22b)][_0x4bc576(0x4a2)](_0x144028);if(!_0x815b45)return;let _0x203a13=this['_drawingManagerService'][_0x4bc576(0x25d)](_0x815b45[_0x4bc576(0x490)],_0x815b45[_0x4bc576(0x26e)]);this[_0x4bc576(0x38c)](_0x144028,_0x203a13[_0x4bc576(0x31c)]);}['_resetChartRuntimeZIndex'](_0x276f28){const _0xe4289f=_0x7d12da;let _0x2b1511=this[_0xe4289f(0x22b)][_0xe4289f(0x4a2)](_0x276f28);if(!_0x2b1511)return;let _0x4a57ea=this[_0xe4289f(0x2f9)][_0xe4289f(0x25d)](_0x2b1511[_0xe4289f(0x490)],_0x2b1511[_0xe4289f(0x26e)]),_0x1a3b07=_0x4a57ea[_0xe4289f(0x505)](_0x276f28);this[_0xe4289f(0x38c)](_0x276f28,_0x1a3b07===-0x1?Math['max'](_0x4a57ea[_0xe4289f(0x31c)]-0x1,0x0):_0x1a3b07);}['_resizeChart'](_0x3b0ab2,_0x262c0a){const _0x9ee88c=_0x7d12da;let _0x297236=this[_0x9ee88c(0x22b)]['getFloatDomInfo'](_0x3b0ab2);if(_0x262c0a[_0x9ee88c(0x45d)]!==void 0x0&&_0x262c0a[_0x9ee88c(0x308)]!==void 0x0&&_0x297236){var _0x318885;let {subUnitId:_0x4a9ebc}=_0x297236,_0x57b1e7=(_0x318885=this['_univerInstanceService']['getCurrentUnitOfType'](_0x1da7ec[_0x9ee88c(0x3f8)][_0x9ee88c(0x305)]))==null?void 0x0:_0x318885[_0x9ee88c(0x3e3)]();if((_0x57b1e7==null?void 0x0:_0x57b1e7['getSheetId']())===_0x4a9ebc){let {width:_0xb0cbac,height:_0x506045}=_0x262c0a,_0x3dae4b=this['_chartModelService']['getChartModel'](_0x3b0ab2),_0x3cd66c=_0x3dae4b==null?void 0x0:_0x3dae4b[_0x9ee88c(0x4c7)];if(Math['abs'](_0xb0cbac-((_0x3cd66c==null?void 0x0:_0x3cd66c[_0x9ee88c(0x45d)])||0x0))>0x1||Math[_0x9ee88c(0x465)](_0x506045-((_0x3cd66c==null?void 0x0:_0x3cd66c[_0x9ee88c(0x308)])||0x0))>0x1){_0x3dae4b==null||_0x3dae4b[_0x9ee88c(0x262)]({..._0x3cd66c,'width':_0xb0cbac,'height':_0x506045});let _0x2211bc=this['_chartInstanceMap']['get'](_0x3b0ab2);_0x2211bc&&(this[_0x9ee88c(0x27a)][_0x9ee88c(0x50e)](_0x3b0ab2),_0x2211bc[_0x9ee88c(0x33b)]());}}}}['_debounceHandle'](_0x5a4fcb,_0x4230ab,_0x52d537=0x0){const _0x3e4690=_0x7d12da;let _0x45131d=this[_0x3e4690(0x3ac)][_0x3e4690(0x287)](_0x5a4fcb);_0x45131d||(_0x45131d=(0x0,_0x1da7ec['debounce'])(_0x115d31=>{const _0x45fd9a=_0x3e4690;this[_0x45fd9a(0x286)](_0x5a4fcb,_0x115d31);},_0x52d537),this[_0x3e4690(0x3ac)][_0x3e4690(0x29a)](_0x5a4fcb,_0x45131d)),_0x45131d(_0x4230ab);}[_0x7d12da(0x1f4)](){const _0x3b2045=_0x7d12da;let _0x420460=this[_0x3b2045(0x52a)],_0xace6c7=_0x2c9cf0=>{const _0x2e715e=_0x3b2045;if(!_0x420460[_0x2e715e(0x353)](_0x2c9cf0)){let _0x32d4ad=(0x0,_0x1da7ec[_0x2e715e(0x260)])((_0x1c709d,_0x48ccb2,_0x4e82fa,_0x497055)=>{const _0x5337b0=_0x2e715e;var _0x2969a6,_0x452186;if(!_0x4e82fa)return;(_0x2969a6=_0x4e82fa[_0x5337b0(0x34f)])==null||_0x2969a6[_0x5337b0(0x42c)][_0x5337b0(0x495)]((_0x2f0ed0,_0x54af13)=>{const _0x101b0c=_0x5337b0;_0x2f0ed0['label']||=this[_0x101b0c(0x507)]['t']('sheets-chart-ui.common.category')+'\x20'+(_0x54af13+0x1);}),_0x4e82fa[_0x5337b0(0x229)][_0x5337b0(0x495)]((_0x3fe5d2,_0x3eabab)=>{const _0x513798=_0x5337b0;_0x3fe5d2[_0x513798(0x22c)]||=this[_0x513798(0x507)]['t'](_0x513798(0x3b3))+'\x20'+(_0x3eabab+0x1);});let _0x23ca5c=this['createRuntimeChartStyle'](_0x1c709d,_0x497055),_0x13b0eb=(_0x452186=this[_0x5337b0(0x337)][_0x5337b0(0x484)](_0x1da7ec[_0x5337b0(0x3f8)][_0x5337b0(0x305)]))==null?void 0x0:_0x452186['getActiveSheet']();(_0x13b0eb==null?void 0x0:_0x13b0eb[_0x5337b0(0x4a0)]())===_0x48ccb2&&this['render'](_0x1c709d['id'],_0x4e82fa,_0x23ca5c);},0x11);_0x420460[_0x2e715e(0x29a)](_0x2c9cf0,_0x32d4ad);}return _0x420460[_0x2e715e(0x287)](_0x2c9cf0);};this[_0x3b2045(0x49a)](this[_0x3b2045(0x337)][_0x3b2045(0x43a)][_0x3b2045(0x44a)](_0x2ca1b0=>{const _0x1af5fa=_0x3b2045;let _0x34bff=this['_univerInstanceService']['getCurrentUnitOfType'](_0x1da7ec[_0x1af5fa(0x3f8)][_0x1af5fa(0x305)]);if(_0x2ca1b0&&_0x34bff&&_0x34bff[_0x1af5fa(0x2cf)]()===_0x2ca1b0){var _0x5e1e4a;let _0x2ec5fc=_0x34bff[_0x1af5fa(0x3e3)]()[_0x1af5fa(0x4a0)]();this[_0x1af5fa(0x503)]&&(this[_0x1af5fa(0x503)][_0x1af5fa(0x490)]!==_0x2ca1b0||this[_0x1af5fa(0x503)][_0x1af5fa(0x26e)]!==_0x2ec5fc)&&this['_clearSheetChartRuntimeCaches'](this[_0x1af5fa(0x503)]['unitId'],this['_lastActiveSheet'][_0x1af5fa(0x26e)]),this['_lastActiveSheet']={'unitId':_0x2ca1b0,'subUnitId':_0x2ec5fc};let _0x39cc9c=this[_0x1af5fa(0x2f9)][_0x1af5fa(0x420)](_0x2ca1b0,_0x2ec5fc);if(!((_0x5e1e4a=this[_0x1af5fa(0x4f8)]['getRenderUnitById'](_0x2ca1b0))!=null&&_0x5e1e4a['with'](_0x1960ed['SheetSkeletonManagerService'])[_0x1af5fa(0x247)](_0x2ec5fc)))return;if(_0x39cc9c)for(let _0x2be18d in _0x39cc9c){let {drawingId:_0x2aad2b}=_0x39cc9c[_0x2be18d],_0x214285=this[_0x1af5fa(0x3dc)][_0x1af5fa(0x343)](_0x2aad2b);_0x214285&&_0xace6c7(_0x214285['id'])(_0x214285,_0x2ec5fc,_0x214285[_0x1af5fa(0x21f)],this[_0x1af5fa(0x507)]['getDirection']());}}})),this[_0x3b2045(0x49a)](this[_0x3b2045(0x3fc)][_0x3b2045(0x4ca)][_0x3b2045(0x44a)](()=>{const _0x1d616c=_0x3b2045;var _0x1195c6;let _0xf9a423=this[_0x1d616c(0x337)][_0x1d616c(0x484)](_0x1da7ec[_0x1d616c(0x3f8)][_0x1d616c(0x305)]);if(!_0xf9a423)return;let _0x2e401a=_0xf9a423[_0x1d616c(0x2cf)](),_0x202af7=_0xf9a423[_0x1d616c(0x3e3)]()[_0x1d616c(0x4a0)](),_0x1f8b57=this[_0x1d616c(0x2f9)]['getDrawingData'](_0x2e401a,_0x202af7);if((_0x1195c6=this['_renderManagerService']['getRenderUnitById'](_0x2e401a))!=null&&_0x1195c6[_0x1d616c(0x45b)](_0x1960ed[_0x1d616c(0x2da)])[_0x1d616c(0x247)](_0x202af7)&&_0x1f8b57)for(let _0x454758 in _0x1f8b57){let {drawingId:_0x3090e5}=_0x1f8b57[_0x454758],_0x1ff910=this[_0x1d616c(0x3dc)]['getChartModel'](_0x3090e5);_0x1ff910&&_0xace6c7(_0x1ff910['id'])(_0x1ff910,_0x202af7,_0x1ff910[_0x1d616c(0x21f)],this[_0x1d616c(0x507)][_0x1d616c(0x27f)]());}})),this['disposeWithMe'](this[_0x3b2045(0x2f9)][_0x3b2045(0x45a)][_0x3b2045(0x44a)](_0x378281=>{const _0x2d7798=_0x3b2045;_0x378281[_0x2d7798(0x495)](_0xd009a6=>{const _0x160505=_0x2d7798;var _0x4bbfab,_0x4de12f;let {drawingId:_0x413c49,unitId:_0x3bada5,subUnitId:_0x4bb7f8}=_0xd009a6;if(!((_0x4bbfab=this['_renderManagerService']['getRenderUnitById'](_0x3bada5))!=null&&_0x4bbfab[_0x160505(0x45b)](_0x1960ed[_0x160505(0x2da)])['getSkeleton'](_0x4bb7f8)))return;let {drawingType:_0x1b211a}=this[_0x160505(0x2f9)][_0x160505(0x3aa)](_0xd009a6);if(_0x1b211a!==_0x1da7ec[_0x160505(0x2ff)][_0x160505(0x3ca)])return;let _0x299b3c=this[_0x160505(0x22b)]['getFloatDomInfo'](_0x413c49),_0x348b7b=(_0x299b3c==null?void 0x0:_0x299b3c['domId'])??_0x413c49,_0x6a7106=_0x299b3c==null?void 0x0:_0x299b3c[_0x160505(0x3af)],_0x57169a=(_0x4de12f=this[_0x160505(0x4f8)][_0x160505(0x4c2)](_0x3bada5))==null?void 0x0:_0x4de12f[_0x160505(0x23f)];_0x6a7106&&this['disposeWithMe'](_0x6a7106==null?void 0x0:_0x6a7106[_0x160505(0x24a)][_0x160505(0x256)](_0x2a480c=>{const _0x33c76b=_0x160505;let {type:_0x3874b1,value:_0x4a0841}=_0x2a480c;if(_0x41ff50[_0x33c76b(0x4ad)][_0x33c76b(0x33b)]===_0x3874b1||_0x41ff50['TRANSFORM_CHANGE_OBSERVABLE_TYPE'][_0x33c76b(0x521)]===_0x3874b1){let {width:_0x2900de,height:_0x5ed852}=_0x4a0841;this[_0x33c76b(0x4be)](_0x413c49,{'width':_0x2900de,'height':_0x5ed852},0x64);}})),_0x57169a&&this[_0x160505(0x49a)](_0x57169a['onTransformChange$']['subscribeEvent'](_0x6dcfd4=>{const _0x34b117=_0x160505;var _0x1c186c;_0x6dcfd4['type']===_0x41ff50[_0x34b117(0x4ad)][_0x34b117(0x42f)]&&(_0x1c186c=document[_0x34b117(0x301)](_0x348b7b))!=null&&_0x1c186c[_0x34b117(0x2dd)](_0x34b117(0x242))&&this[_0x34b117(0x27a)][_0x34b117(0x50e)](_0x413c49);}));let _0x2f7768=this[_0x160505(0x3dc)][_0x160505(0x343)](_0x413c49);_0x2f7768&&this[_0x160505(0x49a)]((0x0,_0x15372d[_0x160505(0x2e8)])([_0x2f7768[_0x160505(0x3de)],_0x2f7768[_0x160505(0x300)],this['_localeService']['direction$']])[_0x160505(0x44a)](([_0x400c1a,_0x4ed3d1,_0x3c8d9d])=>{_0xace6c7(_0x2f7768['id'])(_0x2f7768,_0x4bb7f8,_0x400c1a,_0x3c8d9d);}));});})),this['disposeWithMe']((0x0,_0x15372d['combineLatest'])([this[_0x3b2045(0x2f9)][_0x3b2045(0x2ed)]])[_0x3b2045(0x44a)](([_0x193527])=>{const _0x4acbca=_0x3b2045;_0x193527[_0x4acbca(0x495)](_0x4ec774=>{const _0x4bd21a=_0x4acbca;var _0x4f5b95;let {drawingId:_0x4713f6}=_0x4ec774;((_0x4f5b95=this[_0x4bd21a(0x3dc)][_0x4bd21a(0x48b)])==null?void 0x0:_0x4f5b95['id'])===_0x4713f6&&this[_0x4bd21a(0x3dc)][_0x4bd21a(0x32e)](null),this[_0x4bd21a(0x376)](_0x4713f6),this['_chartEventHandlers'][_0x4bd21a(0x24c)](_0x4713f6),this['_chartHostProvider'][_0x4bd21a(0x34c)](_0x4713f6),this['_resetChartRuntimeZIndex'](_0x4713f6),this[_0x4bd21a(0x202)](_0x4713f6),this[_0x4bd21a(0x48a)][_0x4bd21a(0x3b9)](_0x4713f6),this[_0x4bd21a(0x501)](_0x4713f6),this[_0x4bd21a(0x43f)][_0x4bd21a(0x24c)](_0x4713f6),this[_0x4bd21a(0x269)]['delete'](_0x4713f6);});}));}[_0x7d12da(0x425)](_0x35627d,_0x32ed01){const _0x33be3c=_0x7d12da;var _0x1912d4;_0x32ed01?this['_chartElementEditMode'][_0x33be3c(0x29a)](_0x35627d,!0x0):this[_0x33be3c(0x269)][_0x33be3c(0x24c)](_0x35627d),(_0x1912d4=this[_0x33be3c(0x477)]['get'](_0x35627d))==null||_0x1912d4[_0x33be3c(0x425)](_0x32ed01);}async[_0x7d12da(0x336)](_0x21c0c8){const _0x2f54ba=_0x7d12da;let _0x1b2aad=this[_0x2f54ba(0x477)]['get'](_0x21c0c8);if(_0x1b2aad){let _0x878d2a=this[_0x2f54ba(0x269)][_0x2f54ba(0x287)](_0x21c0c8)===!0x0;_0x878d2a&&_0x1b2aad[_0x2f54ba(0x425)](!0x1);try{let _0x16058a=await _0x1b2aad[_0x2f54ba(0x285)]();if(_0x16058a)return _0x16058a;}finally{_0x878d2a&&this[_0x2f54ba(0x477)][_0x2f54ba(0x287)](_0x21c0c8)===_0x1b2aad&&_0x1b2aad['setElementEditMode'](!0x0);}}let _0x5cc586=this[_0x2f54ba(0x322)](_0x21c0c8);return _0x5cc586?(0x0,_0x5dd517[_0x2f54ba(0x276)])(_0x5cc586):void 0x0;}['on'](_0x3a9e36,_0x2aaeb0,_0x15c075){const _0x5d34e7=_0x7d12da;let _0x1e6b13=this[_0x5d34e7(0x365)][_0x5d34e7(0x287)](_0x3a9e36);_0x1e6b13||(_0x1e6b13=new Map(),this['_chartEventHandlers'][_0x5d34e7(0x29a)](_0x3a9e36,_0x1e6b13));let _0x3232ed=_0x1e6b13['get'](_0x2aaeb0);_0x3232ed||(_0x3232ed=new Set(),_0x1e6b13[_0x5d34e7(0x29a)](_0x2aaeb0,_0x3232ed)),_0x3232ed['add'](_0x15c075);let _0x2f526c=this['_chartInstanceMap']['get'](_0x3a9e36);return _0x2f526c&&this[_0x5d34e7(0x466)](_0x3a9e36,_0x2f526c,_0x2aaeb0,_0x15c075),{'dispose':()=>{const _0x293019=_0x5d34e7;var _0x2ec04c;(_0x2ec04c=this[_0x293019(0x365)][_0x293019(0x287)](_0x3a9e36))==null||(_0x2ec04c=_0x2ec04c[_0x293019(0x287)](_0x2aaeb0))==null||_0x2ec04c[_0x293019(0x24c)](_0x15c075),this['_disposeChartEventSubscription'](_0x3a9e36,_0x2aaeb0,_0x15c075);}};}['_getCurrentSnapshotImage'](_0x1326c1){const _0x58eb7e=_0x7d12da;let _0x5c8580=this[_0x58eb7e(0x337)][_0x58eb7e(0x484)](_0x1da7ec[_0x58eb7e(0x3f8)][_0x58eb7e(0x305)]),_0x1e9049=_0x5c8580==null?void 0x0:_0x5c8580[_0x58eb7e(0x3e3)](),_0x2ba58e=_0x5c8580==null?void 0x0:_0x5c8580[_0x58eb7e(0x2cf)](),_0x3835ef=_0x1e9049==null?void 0x0:_0x1e9049[_0x58eb7e(0x4a0)]();if(!(!_0x2ba58e||!_0x3835ef))return this['_chartSnapshotStoreService'][_0x58eb7e(0x4eb)]({'unitId':_0x2ba58e,'subUnitId':_0x3835ef,'chartId':_0x1326c1});}[_0x7d12da(0x4e1)](_0x4adb01,_0x2be87e){const _0x3674e7=_0x7d12da;let _0xc9e6ce=this['_chartEventHandlers'][_0x3674e7(0x287)](_0x4adb01);_0xc9e6ce&&_0xc9e6ce['forEach']((_0x5946ab,_0x505a56)=>{const _0x2fcdda=_0x3674e7;_0x5946ab[_0x2fcdda(0x495)](_0x4a08d9=>this[_0x2fcdda(0x466)](_0x4adb01,_0x2be87e,_0x505a56,_0x4a08d9));});}[_0x7d12da(0x466)](_0x19dc14,_0x43f639,_0xe9b651,_0x1badcb){const _0x345cd9=_0x7d12da;let _0x51aef5=this[_0x345cd9(0x516)][_0x345cd9(0x287)](_0x19dc14);_0x51aef5||(_0x51aef5=new Map(),this[_0x345cd9(0x516)][_0x345cd9(0x29a)](_0x19dc14,_0x51aef5));let _0x3d9952=_0x51aef5[_0x345cd9(0x287)](_0xe9b651);_0x3d9952||(_0x3d9952=new Map(),_0x51aef5[_0x345cd9(0x29a)](_0xe9b651,_0x3d9952)),!_0x3d9952[_0x345cd9(0x353)](_0x1badcb)&&_0x3d9952['set'](_0x1badcb,_0x43f639['on'](_0xe9b651,_0x1badcb));}['_disposeChartEventSubscription'](_0x2dd978,_0x563e8f,_0x505361){const _0x47729f=_0x7d12da;var _0x30a13e,_0x5012c0;let _0x14841f=(_0x30a13e=this[_0x47729f(0x516)]['get'](_0x2dd978))==null?void 0x0:_0x30a13e[_0x47729f(0x287)](_0x563e8f);_0x14841f==null||(_0x5012c0=_0x14841f[_0x47729f(0x287)](_0x505361))==null||_0x5012c0['dispose'](),_0x14841f==null||_0x14841f['delete'](_0x505361);}[_0x7d12da(0x376)](_0x4b0e4c){const _0x297388=_0x7d12da;let _0x1ba888=this[_0x297388(0x516)][_0x297388(0x287)](_0x4b0e4c);_0x1ba888==null||_0x1ba888[_0x297388(0x495)](_0x25c3ec=>{const _0x3eed88=_0x297388;_0x25c3ec[_0x3eed88(0x495)](_0x32a1b0=>_0x32a1b0['dispose']()),_0x25c3ec[_0x3eed88(0x493)]();}),this[_0x297388(0x516)]['delete'](_0x4b0e4c);}[_0x7d12da(0x1db)](_0x524e74,_0x423a0c){const _0x27331e=_0x7d12da;return _0xe7c016(_0x524e74,_0x423a0c,this[_0x27331e(0x3c5)]);}[_0x7d12da(0x21d)](_0xc7498a){const _0x1832c4=_0x7d12da;return this[_0x1832c4(0x36b)](_0xc7498a)==null;}[_0x7d12da(0x36b)](_0x239e78){const _0x547faa=_0x7d12da;var _0xa13047;let _0x3af1c7=this['_sheetCanvasFloatDomManagerService'][_0x547faa(0x4a2)](_0x239e78);if(!_0x3af1c7)return _0x547faa(0x32a);let {subUnitId:_0x13f8ac}=_0x3af1c7,_0x5ec866=(_0xa13047=this[_0x547faa(0x337)]['getCurrentUnitOfType'](_0x1da7ec['UniverInstanceType']['UNIVER_SHEET']))==null?void 0x0:_0xa13047[_0x547faa(0x3e3)]();if(!_0x5ec866)return'missing-active-sheet';if(_0x5ec866[_0x547faa(0x4a0)]()!==_0x13f8ac)return _0x547faa(0x1e8);}async[_0x7d12da(0x289)](_0x8617bd,_0x16baf4,_0x195406){const _0x55b7c9=_0x7d12da;let _0x2bcc51=this[_0x55b7c9(0x28c)][_0x55b7c9(0x3a1)](_0x5dd517[_0x55b7c9(0x1e9)]);if(!_0x2bcc51||(this[_0x55b7c9(0x43f)][_0x55b7c9(0x29a)](_0x8617bd,{'config':_0x16baf4,'style':_0x195406}),this[_0x55b7c9(0x36b)](_0x8617bd)))return;let _0x1c534a=this['_resolveChartRenderMode'](_0x8617bd);if(_0x1c534a===_0x28eb9a[_0x55b7c9(0x237)][_0x55b7c9(0x3c7)])this[_0x55b7c9(0x475)](_0x8617bd);else{var _0x1a7d40;this[_0x55b7c9(0x27a)][_0x55b7c9(0x4e3)](_0x8617bd),((_0x1a7d40=this[_0x55b7c9(0x3dc)][_0x55b7c9(0x48b)])==null?void 0x0:_0x1a7d40['id'])===_0x8617bd&&this[_0x55b7c9(0x3c8)](_0x8617bd);}let _0x222cb0=_0x1c534a===_0x28eb9a[_0x55b7c9(0x237)][_0x55b7c9(0x3c7)]?_0x5dd517['ChartHostRenderMode'][_0x55b7c9(0x3c7)]:_0x5dd517['ChartHostRenderMode'][_0x55b7c9(0x4c9)],_0x2e93d5=await this[_0x55b7c9(0x27a)][_0x55b7c9(0x4cc)](_0x8617bd,_0x222cb0);if(!_0x2e93d5)return;let _0x12fc54=this[_0x55b7c9(0x41c)](_0x8617bd,_0x222cb0,_0x2bcc51);_0x12fc54[_0x55b7c9(0x2ac)](_0x2e93d5);try{await _0x12fc54[_0x55b7c9(0x289)]({'chartId':_0x8617bd,'config':_0x16baf4,'style':_0x195406});}catch(_0x116c29){if(_0x1c534a!==_0x28eb9a[_0x55b7c9(0x237)][_0x55b7c9(0x3c7)])throw _0x116c29;}}async[_0x7d12da(0x377)](_0x5a117d,_0x343935,_0x108691){const _0x577b3e=_0x7d12da;let _0x5797ee=this[_0x577b3e(0x2f9)][_0x577b3e(0x420)](_0x5a117d,_0x343935),_0x59fdc7=this['_drawingManagerService'][_0x577b3e(0x25d)](_0x5a117d,_0x343935),_0x46abff=Object[_0x577b3e(0x297)](_0x5797ee??{})['filter'](_0x14e78b=>_0x14e78b['drawingType']===_0x1da7ec[_0x577b3e(0x2ff)][_0x577b3e(0x3ca)]&&_0x14e78b['hidden']!==!0x0);await Promise[_0x577b3e(0x511)](_0x46abff[_0x577b3e(0x4f2)](async _0x3a0528=>{const _0x10526f=_0x577b3e;let _0x56d08f=await this[_0x10526f(0x51f)](_0x3a0528,_0x59fdc7);_0x56d08f&&(_0x108691[_0x10526f(0x3f6)](_0x56d08f,_0x41ff50[_0x10526f(0x4b3)]),_0x3a0528[_0x10526f(0x278)]&&(0x0,_0x311c0b[_0x10526f(0x281)])({'drawingId':_0x3a0528[_0x10526f(0x278)],'unitId':_0x5a117d,'subUnitId':_0x343935},_0x56d08f,_0x108691,this['_drawingManagerService']));}));}async[_0x7d12da(0x51f)](_0x1efb1e,_0x33478c){const _0x1e013c=_0x7d12da;let _0x4bef76=this[_0x1e013c(0x3dc)]['getChartModel'](_0x1efb1e['drawingId']),_0x362b4b=this[_0x1e013c(0x28c)]['getRenderModel'](_0x5dd517['EChartRenderEngineName']),_0x8aa048=_0x1efb1e[_0x1e013c(0x312)],_0x28e47f=_0x4bef76==null?void 0x0:_0x4bef76[_0x1e013c(0x21f)];if(!_0x4bef76||!_0x362b4b||!_0x8aa048||!_0x28e47f||_0x8aa048['width']==null||_0x8aa048[_0x1e013c(0x308)]==null)return null;let _0x322033=new _0x371f2f(_0x1efb1e['drawingId'],{'width':_0x8aa048[_0x1e013c(0x45d)],'height':_0x8aa048[_0x1e013c(0x308)]}),_0x22292b=_0x362b4b[_0x1e013c(0x22d)](_0x5dd517['ChartHostRenderMode'][_0x1e013c(0x3c7)],this[_0x1e013c(0x41b)]());_0x22292b[_0x1e013c(0x2ac)](_0x322033);let _0x2d057b;try{await _0x22292b['render']({'chartId':_0x1efb1e[_0x1e013c(0x411)],'config':_0x28e47f,'style':this[_0x1e013c(0x1db)](_0x4bef76,this[_0x1e013c(0x507)][_0x1e013c(0x27f)]())});}catch(_0x473fec){console['error'](_0x1e013c(0x219),_0x473fec);}finally{_0x2d057b=_0x322033['takeSnapshot'](),_0x22292b[_0x1e013c(0x248)](),_0x322033[_0x1e013c(0x248)]();}let _0x50d5b7=this['_chartSnapshotStoreService'][_0x1e013c(0x4eb)]({'unitId':_0x1efb1e[_0x1e013c(0x490)],'subUnitId':_0x1efb1e[_0x1e013c(0x26e)],'chartId':_0x1efb1e[_0x1e013c(0x411)]}),_0x36ef2e=_0x2d057b??_0x50d5b7;if(!_0x36ef2e)return null;let _0x4023ad=_0x33478c[_0x1e013c(0x505)](_0x1efb1e[_0x1e013c(0x411)]);return new _0x49d975((0x0,_0x5405e4[_0x1e013c(0x494)])(_0x1efb1e),{..._0x8aa048,..._0x364311[_0x1e013c(0x1dc)],..._0x1b4564(_0x322033['style']),'visible':!0x0,'zIndex':_0x4023ad===-0x1?Math[_0x1e013c(0x500)](_0x33478c['length']-0x1,0x0):_0x4023ad},()=>_0x36ef2e,void 0x0,_0x2d057b?()=>_0x149a94(_0x2d057b):void 0x0);}['_getOrCreateChartRenderInstance'](_0x1a52b0,_0x2e5350,_0x24fa40){const _0x4ec1a2=_0x7d12da;let _0x2b2136=this['_chartInstanceMap'][_0x4ec1a2(0x287)](_0x1a52b0);if((_0x2b2136==null?void 0x0:_0x2b2136[_0x4ec1a2(0x329)])===_0x2e5350)return _0x2b2136;_0x2b2136&&(this['_disposeChartEventSubscriptions'](_0x1a52b0),_0x2b2136[_0x4ec1a2(0x248)](),this[_0x4ec1a2(0x477)][_0x4ec1a2(0x24c)](_0x1a52b0));let _0x3ac8ad=_0x24fa40[_0x4ec1a2(0x22d)](_0x2e5350,this[_0x4ec1a2(0x41b)]());return this[_0x4ec1a2(0x477)][_0x4ec1a2(0x29a)](_0x1a52b0,_0x3ac8ad),_0x3ac8ad[_0x4ec1a2(0x425)](this[_0x4ec1a2(0x269)]['get'](_0x1a52b0)===!0x0),this[_0x4ec1a2(0x4e1)](_0x1a52b0,_0x3ac8ad),_0x3ac8ad;}['_createChartRenderInstanceContext'](){const _0x198f04=_0x7d12da;return{'resolveHostStyle':({style:_0x5b08a0})=>(0x0,_0x5dd517[_0x198f04(0x488)])({'style':_0x5b08a0,'getRenderColor':_0x370838=>this[_0x198f04(0x345)][_0x198f04(0x2b2)](_0x370838)}),'resolveRenderBackgroundColor':({style:_0x46a48e})=>this[_0x198f04(0x345)][_0x198f04(0x2b2)]((0x0,_0x5dd517['resolveChartStyleBackgroundColor'])(_0x46a48e))};}[_0x7d12da(0x510)](){const _0x526b37=_0x7d12da;this[_0x526b37(0x52a)][_0x526b37(0x495)](_0x3ad911=>_0x3ad911[_0x526b37(0x205)]()),this[_0x526b37(0x52a)][_0x526b37(0x493)](),this[_0x526b37(0x3ac)][_0x526b37(0x495)](_0x411f6b=>_0x411f6b[_0x526b37(0x205)]()),this[_0x526b37(0x3ac)][_0x526b37(0x493)]();}['dispose'](){const _0x21d830=_0x7d12da;Array[_0x21d830(0x439)](this[_0x21d830(0x477)]['keys']())[_0x21d830(0x495)](_0xc5227c=>this[_0x21d830(0x202)](_0xc5227c)),this[_0x21d830(0x269)][_0x21d830(0x493)](),this[_0x21d830(0x510)](),this[_0x21d830(0x43f)]['clear'](),this['_activeChartId']=null,this[_0x21d830(0x503)]=null,super[_0x21d830(0x248)]();}};_0x32f42a=_0x3b9455([_0x493c2e(0x0,_0xa24186),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x364311[_0x7d12da(0x4b5)])),_0x493c2e(0x2,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a[_0x7d12da(0x1f6)])),_0x493c2e(0x3,_0x5405e4[_0x7d12da(0x3ea)]),_0x493c2e(0x4,_0x1da7ec['IUniverInstanceService']),_0x493c2e(0x5,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x41ff50[_0x7d12da(0x320)])),_0x493c2e(0x6,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec[_0x7d12da(0x21e)])),_0x493c2e(0x7,_0x4b3521),_0x493c2e(0x8,(0x0,_0x1da7ec['Inject'])(_0x1da7ec[_0x7d12da(0x46f)])),_0x493c2e(0x9,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x5dd517[_0x7d12da(0x43e)])),_0x493c2e(0xa,(0x0,_0x1da7ec['Inject'])(_0x1da7ec[_0x7d12da(0x351)])),_0x493c2e(0xb,_0x1da7ec[_0x7d12da(0x3ae)]),_0x493c2e(0xc,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x167f01)),_0x493c2e(0xd,_0x5dd517['IChartRenderModelManagerService'])],_0x32f42a);function _0x387df4(_0x4e0595){const _0x2b9455=_0x7d12da;let _0xe0c71f=_0x4e0595[_0x2b9455(0x287)](_0x4754e3[_0x2b9455(0x347)])[_0x2b9455(0x2b9)]();if(_0xe0c71f[_0x2b9455(0x31c)]!==0x1)return null;let _0x55bd15=_0xe0c71f[0x0];return _0x55bd15[_0x2b9455(0x214)]===_0x1da7ec[_0x2b9455(0x2ff)][_0x2b9455(0x3ca)]?_0x55bd15:null;}function _0x567d30(_0x1d17dc,_0x40adc0){const _0x2a8c83=_0x7d12da;let _0xcf4ac1=document[_0x2a8c83(0x532)]('a');_0xcf4ac1[_0x2a8c83(0x23d)]=_0x1d17dc,_0xcf4ac1['download']=_0x40adc0,_0xcf4ac1[_0x2a8c83(0x3b2)]();}let _0x5815fc={'id':'sheet.command.chart.open-focused-panel','type':_0x1da7ec['CommandType'][_0x7d12da(0x444)],'handler':(_0x12246b,_0x4cabe7)=>{const _0x2844a1=_0x7d12da;let _0x223351=_0x387df4(_0x12246b);return _0x223351?_0x12246b[_0x2844a1(0x287)](_0x1da7ec[_0x2844a1(0x496)])[_0x2844a1(0x40d)](_0x4dcf39['id'],{'unitId':_0x223351[_0x2844a1(0x490)],'subUnitId':_0x223351[_0x2844a1(0x26e)],'drawingId':_0x223351[_0x2844a1(0x411)],..._0x4cabe7!=null&&_0x4cabe7[_0x2844a1(0x4a3)]?{'route':_0x4cabe7['route']}:{}}):!0x1;}},_0xaff2e8={'id':_0x7d12da(0x33c),'type':_0x1da7ec[_0x7d12da(0x2c4)][_0x7d12da(0x444)],'handler':_0x54b8ef=>_0x387df4(_0x54b8ef)?_0x54b8ef[_0x7d12da(0x287)](_0x1da7ec['ICommandService'])['executeCommand'](_0x1960ed[_0x7d12da(0x207)]['id']):!0x1},_0x509a78={'id':_0x7d12da(0x46d),'type':_0x1da7ec[_0x7d12da(0x2c4)][_0x7d12da(0x444)],'handler':async _0x580c80=>{const _0x26b9a1=_0x7d12da;let _0x314756=_0x387df4(_0x580c80);if(!_0x314756)return!0x1;let _0x162b7c=await _0x580c80['get'](_0x32f42a)[_0x26b9a1(0x336)](_0x314756[_0x26b9a1(0x411)]);return _0x162b7c?(_0x567d30(_0x162b7c,_0x314756[_0x26b9a1(0x411)]+'.png'),!0x0):!0x1;}},_0x4caaf8={'id':_0x7d12da(0x442),'type':_0x1da7ec[_0x7d12da(0x2c4)][_0x7d12da(0x444)],'handler':_0x2c9c97=>{const _0x48b5ca=_0x7d12da;let _0xf9532b=_0x387df4(_0x2c9c97);return _0xf9532b?_0x2c9c97[_0x48b5ca(0x287)](_0x1da7ec['ICommandService'])[_0x48b5ca(0x40d)](_0x4754e3['RemoveSheetDrawingCommand']['id'],{'unitId':_0xf9532b[_0x48b5ca(0x490)],'drawings':[{'unitId':_0xf9532b[_0x48b5ca(0x490)],'subUnitId':_0xf9532b[_0x48b5ca(0x26e)],'drawingId':_0xf9532b[_0x48b5ca(0x411)],'drawingType':_0x1da7ec[_0x48b5ca(0x2ff)][_0x48b5ca(0x3ca)]}]}):!0x1;}},_0xb3edfa='SHEETS_CHART_CONTEXT_MENU';function _0x1d7a47(_0x16d196){const _0x4296f0=_0x7d12da;let _0x436010=_0x16d196[_0x4296f0(0x287)](_0x4754e3[_0x4296f0(0x347)]);return _0x436010[_0x4296f0(0x34b)][_0x4296f0(0x29d)]((0x0,_0x15372d[_0x4296f0(0x209)])(_0x436010[_0x4296f0(0x2b9)]()),(0x0,_0x15372d[_0x4296f0(0x4f2)])(()=>_0x387df4(_0x16d196)==null));}function _0x1a7bd2(_0x467a52){const _0x5d068f=_0x7d12da;return{'id':_0x5815fc['id'],'commandId':_0x5815fc['id'],'type':_0x58ec7c['MenuItemType'][_0x5d068f(0x52c)],'title':_0x467a52[_0x5d068f(0x287)](_0x1da7ec[_0x5d068f(0x21e)])['t'](_0x5d068f(0x370)),'icon':'PenIcon','hidden$':_0x1d7a47(_0x467a52)};}function _0x11f4b8(_0x391048){const _0x55e3a5=_0x7d12da;return{'id':_0xaff2e8['id'],'commandId':_0xaff2e8['id'],'type':_0x58ec7c[_0x55e3a5(0x239)][_0x55e3a5(0x52c)],'title':_0x391048[_0x55e3a5(0x287)](_0x1da7ec[_0x55e3a5(0x21e)])['t']('sheets-chart-ui.common.copy'),'icon':'CopyDoubleIcon','hidden$':_0x1d7a47(_0x391048)};}function _0x1adddf(_0x30ad15){const _0x153059=_0x7d12da;return{'id':_0x509a78['id'],'commandId':_0x509a78['id'],'type':_0x58ec7c[_0x153059(0x239)][_0x153059(0x52c)],'title':_0x30ad15[_0x153059(0x287)](_0x1da7ec['LocaleService'])['t'](_0x153059(0x386)),'icon':_0x153059(0x4a6),'hidden$':_0x1d7a47(_0x30ad15)};}function _0x123b6c(_0xc88c10){const _0x415286=_0x7d12da;return{'id':_0x4caaf8['id'],'commandId':_0x4caaf8['id'],'type':_0x58ec7c[_0x415286(0x239)][_0x415286(0x52c)],'title':_0xc88c10['get'](_0x1da7ec[_0x415286(0x21e)])['t'](_0x415286(0x38f)),'icon':_0x415286(0x436),'hidden$':_0x1d7a47(_0xc88c10)};}let _0x3ddcbf={'type':_0x1da7ec[_0x7d12da(0x2c4)][_0x7d12da(0x444)],'id':_0x7d12da(0x3bd),'handler':async(_0x428507,_0x5c5733)=>{const _0x133a3a=_0x7d12da;let _0x435fb3=(0x0,_0x2d166[_0x133a3a(0x414)])(_0x428507['get'](_0x1da7ec[_0x133a3a(0x47c)]));if(!_0x435fb3)return!0x1;let _0x190fde=_0x428507[_0x133a3a(0x287)](_0x2d166['SheetsSelectionsService'])[_0x133a3a(0x478)]();if(!_0x190fde)return!0x1;let {range:_0x433e21}=_0x190fde,_0x4d979d=_0x428507['get'](_0x1da7ec['ICommandService']),{unitId:_0x594779,subUnitId:_0x54fa87}=_0x435fb3,{pieSecondaryPlotType:_0x114c1b,value:_0x5cb067}=_0x5c5733,_0x1686f8=_0x114c1b!==void 0x0;if(_0x1686f8&&(_0x5cb067!==_0x5dd517['ChartTypeBits'][_0x133a3a(0x381)]||_0x114c1b!==_0x5dd517[_0x133a3a(0x384)][_0x133a3a(0x381)]&&_0x114c1b!==_0x5dd517[_0x133a3a(0x384)][_0x133a3a(0x4bc)]))return!0x1;let _0x2f57f7=_0x1686f8?(0x0,_0x1da7ec[_0x133a3a(0x4ea)])():void 0x0;return _0x4d979d[_0x133a3a(0x40d)](_0x28eb9a['InsertChartCommand']['id'],{'unitId':_0x594779,'subUnitId':_0x54fa87,'chartType':_0x5cb067,..._0x2f57f7&&_0x114c1b?{'chartId':_0x2f57f7,'config':{'unitId':_0x594779,'chartModelId':_0x2f57f7,'style':{'pie':{'composite':{'enabled':!0x0,'secondaryPlot':{'type':_0x114c1b}}}}}}:{},'source':{'rangeInfo':{'unitId':_0x594779,'subUnitId':_0x54fa87,'range':_0x433e21}}});}};function _0x1c0271(_0x5b1055,_0x28e8e5){const _0x433f58=_0x7d12da;return _0x5b1055==null||Array['isArray'](_0x5b1055)?'':_0x499210(_0x5b1055[_0x433f58(0x526)],_0x28e8e5);}function _0x499210(_0x35f5da,_0x310fff){const _0x340f50=_0x7d12da;var _0x369e57;let {unitId:_0xbb125c,subUnitId:_0x580fde,range:_0x497a9f}=_0x35f5da,_0x87f49b=(_0x369e57=_0x310fff[_0x340f50(0x46c)](_0xbb125c))==null?void 0x0:_0x369e57[_0x340f50(0x468)](_0x580fde);return _0x87f49b?(0x0,_0x259b78[_0x340f50(0x3ef)])(_0x87f49b[_0x340f50(0x51b)](),_0x497a9f):'';}let _0x2144b3=new Set([_0x7d12da(0x333),_0x7d12da(0x2f0)]),_0xda0135=_0x173304[_0x7d12da(0x1e7)][_0x7d12da(0x43d)](_0x38255c=>!_0x2144b3[_0x7d12da(0x353)](_0x38255c[_0x7d12da(0x3ed)]))[_0x7d12da(0x4f2)](_0x1ff66c=>({'id':'id'in _0x1ff66c?_0x1ff66c['id']:void 0x0,'labelId':_0x1ff66c['labelId'],'pieSecondaryPlotType':_0x7d12da(0x535)in _0x1ff66c?_0x1ff66c[_0x7d12da(0x535)]:void 0x0,'value':_0x1ff66c[_0x7d12da(0x364)],'icon':_0x1ff66c['iconName']}));function _0x1c3d27(_0x3ab14b=_0xda0135){return _0x3ab14b['map'](({id:_0x3eeb0e,icon:_0x339ade,value:_0x5b5bb2})=>{const _0x482e36=_0x169c;let _0x33cce6=(0x0,_0x173304[_0x482e36(0x4ac)])(_0x3eeb0e??String(_0x5b5bb2)),_0x4d616a=_0x33cce6?{'value':_0x33cce6['chartType'],..._0x33cce6[_0x482e36(0x535)]?{'pieSecondaryPlotType':_0x33cce6['pieSecondaryPlotType']}:{}}:{'value':_0x5b5bb2};return{'icon':_0x339ade,'value':_0x3eeb0e??_0x5b5bb2,'params':_0x4d616a};});}let _0x13d068=(_0x43d857,_0x3ff514)=>{const _0x5564c8=_0x7d12da;if(_0x3ff514['length']===0x1&&_0x3ff514[0x0]===_0x5564c8(0x521))return _0x43d857;if(_0x3ff514[_0x5564c8(0x31c)]>0x1){let _0x2398b3=new Set();for(let _0x4f2671 of _0x3ff514)_0x2398b3['add'](Number(_0x4f2671));return _0x43d857['filter'](_0x444487=>_0x2398b3[_0x5564c8(0x353)](_0x444487[_0x5564c8(0x364)]));}return[];};function _0x12fc2e(_0x3f0efd){const _0x3b4e6c=_0x7d12da;let _0x2048fa=_0x3f0efd[_0x3b4e6c(0x287)](_0x1da7ec[_0x3b4e6c(0x47c)]),_0x4ac85e=(0x0,_0x28eb9a[_0x3b4e6c(0x26b)])(_0x3f0efd),_0x174dd4=_0x13d068(_0xda0135['concat'](),_0x4ac85e),_0xe7aab2=_0x3f0efd[_0x3b4e6c(0x287)](_0x1da7ec[_0x3b4e6c(0x21e)]),_0x4bff5b=_0x1c3d27(_0x174dd4)[_0x3b4e6c(0x4f2)]((_0x24b8fa,_0x4d222e)=>({..._0x24b8fa,'label':_0xe7aab2['t'](_0x3b4e6c(0x3cd)+_0x174dd4[_0x4d222e]['labelId'])}));return{'id':_0x3ddcbf['id'],'type':_0x58ec7c['MenuItemType']['SELECTOR'],'selectionsCommandId':_0x3ddcbf['id'],'selections':_0x4bff5b,'icon':_0x3b4e6c(0x44e),'tooltip':_0xe7aab2['t'](_0x3b4e6c(0x265)),'activated$':(0x0,_0x1960ed[_0x3b4e6c(0x4e5)])(_0x2048fa,!0x1,()=>new _0x15372d[(_0x3b4e6c(0x4cd))](_0x16e757=>{const _0x54e442=_0x3b4e6c;_0x16e757[_0x54e442(0x3da)](!0x1);})),'hidden$':(0x0,_0x58ec7c['getMenuHiddenObservable'])(_0x3f0efd,_0x1da7ec[_0x3b4e6c(0x3f8)][_0x3b4e6c(0x305)]),'disabled$':(0x0,_0x1960ed[_0x3b4e6c(0x2c8)])(_0x3f0efd)};}let _0x4e55e6={[_0x58ec7c[_0x7d12da(0x246)]['MEDIA']]:{[_0x3ddcbf['id']]:{'order':0x4,'menuItemFactory':_0x12fc2e}},[_0x58ec7c[_0x7d12da(0x437)]['CONTEXT_MENU']]:{[_0xb3edfa]:{'order':0x6,[_0x58ec7c[_0x7d12da(0x3d4)]['OTHERS']]:{[_0x5815fc['id']]:{'order':0x0,'menuItemFactory':_0x1a7bd2},[_0xaff2e8['id']]:{'order':0x1,'menuItemFactory':_0x11f4b8},[_0x509a78['id']]:{'order':0x2,'menuItemFactory':_0x1adddf},[_0x4caaf8['id']]:{'order':0x3,'menuItemFactory':_0x123b6c}}}}};function _0x5cfbda(_0x4fc202){const _0x1fa84d=_0x7d12da;return _0x4fc202===_0x5dd517[_0x1fa84d(0x1ff)]['Combination']||_0x4fc202===_0x5dd517['ChartTypeBits'][_0x1fa84d(0x417)]||_0x4fc202===_0x5dd517['ChartTypeBits'][_0x1fa84d(0x271)]||_0x5dd517[_0x1fa84d(0x2d4)]['baseOn'](_0x4fc202,_0x5dd517[_0x1fa84d(0x1ff)]['Line'])||_0x5dd517[_0x1fa84d(0x2d4)][_0x1fa84d(0x263)](_0x4fc202,_0x5dd517[_0x1fa84d(0x1ff)][_0x1fa84d(0x323)])||_0x5dd517['chartBitsUtils'][_0x1fa84d(0x263)](_0x4fc202,_0x5dd517[_0x1fa84d(0x1ff)][_0x1fa84d(0x328)])||_0x5dd517[_0x1fa84d(0x2d4)][_0x1fa84d(0x263)](_0x4fc202,_0x5dd517[_0x1fa84d(0x1ff)][_0x1fa84d(0x473)]);}function _0x181a09(_0x22279d){const _0x23b516=_0x7d12da;return _0x5cfbda(_0x22279d)||_0x5dd517['chartBitsUtils'][_0x23b516(0x263)](_0x22279d,_0x5dd517[_0x23b516(0x1ff)][_0x23b516(0x381)])||_0x5dd517[_0x23b516(0x2d4)]['baseOn'](_0x22279d,_0x5dd517[_0x23b516(0x1ff)]['Pareto'])||_0x5dd517[_0x23b516(0x2d4)][_0x23b516(0x263)](_0x22279d,_0x5dd517[_0x23b516(0x1ff)][_0x23b516(0x1e4)]);}function _0x7c6d76(_0x29534f,_0x1a2129){const _0x5ad7cd=_0x7d12da;let _0x1d5c20=(0x0,_0x173304[_0x5ad7cd(0x216)])(_0x29534f,_0x1a2129),_0xd3b9a8=_0x1d5c20?(0x0,_0x173304['resolveChartEditPanelRoute'])(_0x1d5c20[_0x5ad7cd(0x20e)]):void 0x0;if(!(!_0x1d5c20||!_0xd3b9a8))return{..._0x1d5c20,'route':_0xd3b9a8,'showFloatMenu':_0x181a09(_0x29534f[_0x5ad7cd(0x429)])&&_0x1d5c20[_0x5ad7cd(0x405)]};}var _0x1f3c46;let _0x56b17e={'axis':{..._0x173304[_0x7d12da(0x2a2)],'primaryGridLineVisible':!0x1,'secondaryGridLineVisible':!0x0},'funnel':_0x173304[_0x7d12da(0x388)],'heatmap':_0x173304[_0x7d12da(0x227)],'indicatorLine':_0x173304['DEFAULT_CHART_INDICATOR_LINE_VALUES'],'legend':_0x173304[_0x7d12da(0x517)],'lineAndArea':_0x173304[_0x7d12da(0x1dd)],'pareto':_0x173304[_0x7d12da(0x2c6)],'pie':{..._0x173304['DEFAULT_CHART_PIE_VALUES'],'doughnutHole':0.5,'pieHole':0x0},'relation':{..._0x173304[_0x7d12da(0x525)],'useValueAsSymbolSize':!0x0},'radar':_0x173304['DEFAULT_CHART_RADAR_VALUES'],'series':{..._0x173304[_0x7d12da(0x401)],'radarFillOpacity':0.2,'rightAxis':{'ltr':!0x1,'rtl':((_0x1f3c46=_0x5dd517['RTLChartStyle'][_0x7d12da(0x4ec)])==null?void 0x0:_0x1f3c46[_0x7d12da(0x2e0)])??!0x1}},'style':_0x173304[_0x7d12da(0x462)],'titles':_0x173304[_0x7d12da(0x25c)],'trendline':_0x173304[_0x7d12da(0x534)],'waterfall':{..._0x173304[_0x7d12da(0x3eb)],'useSubtotal':!0x0},'waterfallStyle':_0x173304[_0x7d12da(0x3ab)],'wordCloud':_0x173304[_0x7d12da(0x368)]},_0xde2a56=_0x154624=>_0x154624[_0x7d12da(0x484)](_0x1da7ec[_0x7d12da(0x3f8)][_0x7d12da(0x305)])[_0x7d12da(0x2cf)](),_0x50a924=_0x63de9f=>{const _0x4413af=_0x7d12da;var _0x4b8b06;return(_0x4b8b06=_0x63de9f[_0x4413af(0x484)](_0x1da7ec[_0x4413af(0x3f8)][_0x4413af(0x305)])[_0x4413af(0x3e3)]())==null?void 0x0:_0x4b8b06[_0x4413af(0x4a0)]();},_0x32d58d=[_0x5dd517[_0x7d12da(0x1ff)]['Line'],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x417)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x452)],_0x5dd517['ChartTypeBits']['Scatter'],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x3ec)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x352)],_0x5dd517['ChartTypeBits'][_0x7d12da(0x3a4)],_0x5dd517['ChartTypeBits'][_0x7d12da(0x21a)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x271)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x361)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x4e2)],_0x5dd517[_0x7d12da(0x1ff)]['Treemap'],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x24e)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x268)],_0x5dd517[_0x7d12da(0x1ff)][_0x7d12da(0x3f7)]];function _0x9507ad(){const _0x1bb630=_0x7d12da;let _0xb2c4cf=(0x0,_0x173304[_0x1bb630(0x3f3)])();return(0x0,_0x1285f2[_0x1bb630(0x375)])(_0x173304[_0x1bb630(0x413)],{'visible':_0x32d58d[_0x1bb630(0x356)](_0x1eb869=>!_0x5dd517['chartBitsUtils'][_0x1bb630(0x263)](_0xb2c4cf,_0x1eb869))});}let _0x875677=_0x9c1e2c=>{const _0x1bbefe=_0x7d12da;let _0x18cb7a=(0x0,_0x58ec7c[_0x1bbefe(0x350)])(_0x4b3521),_0x5b7877=(0x0,_0x58ec7c[_0x1bbefe(0x350)])(_0x1da7ec[_0x1bbefe(0x21e)]),_0x811688=(0x0,_0x28eb9a[_0x1bbefe(0x26b)])((0x0,_0x58ec7c[_0x1bbefe(0x350)])(_0x1da7ec['Injector'])),_0x3d8344=(0x0,_0x370d3a['useMemo'])(()=>(0x0,_0x173304[_0x1bbefe(0x4b7)])(_0x13d068(_0xda0135[_0x1bbefe(0x3f4)](),_0x811688)[_0x1bbefe(0x4f2)](_0x409337=>({'id':_0x409337['id'],'label':_0x5b7877['t'](_0x1bbefe(0x3cd)+_0x409337['labelId']),'pieSecondaryPlotType':_0x409337[_0x1bbefe(0x535)],'value':_0x409337[_0x1bbefe(0x364)]}))),[_0x811688,_0x5b7877]),_0x5781ee=(0x0,_0x58ec7c[_0x1bbefe(0x249)])(_0x18cb7a['activeChartModel$'],_0x18cb7a[_0x1bbefe(0x48b)]),_0xf06e0f=(0x0,_0x58ec7c['useObservable'])(_0x5781ee==null?void 0x0:_0x5781ee[_0x1bbefe(0x1e0)][_0x1bbefe(0x4de)],_0x5781ee==null?void 0x0:_0x5781ee[_0x1bbefe(0x1e0)][_0x1bbefe(0x432)]()),_0x1f51e9=_0xf06e0f&&!Array[_0x1bbefe(0x349)](_0xf06e0f)&&_0xf06e0f['isRowDirection']?_0x5dd517[_0x1bbefe(0x235)][_0x1bbefe(0x3ff)]:_0x5dd517[_0x1bbefe(0x235)][_0x1bbefe(0x323)];return(0x0,_0x1285f2['jsxs'])('div',{'className':_0x1bbefe(0x407),'children':[(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x173304[_0x1bbefe(0x48e)],{'options':_0x3d8344}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x173304['ChartTypeSpecificSetupSection'],{}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x173304['ChartThemeField'],{}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x9507ad,{}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x173304['ChartStackField'],{}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x5ceb6c,{'dataRange':_0xf06e0f}),(0x0,_0x1285f2['jsx'])(_0x173304[_0x1bbefe(0x446)],{'categoryToggleLabel':_0x5b7877['t'](_0x1bbefe(0x2c7),_0x1f51e9===_0x5dd517[_0x1bbefe(0x235)][_0x1bbefe(0x3ff)]?_0x1f51e9+'\x20'+(((_0xf06e0f==null?void 0x0:_0xf06e0f[_0x1bbefe(0x526)][_0x1bbefe(0x35f)]['startRow'])??0x0)+0x1):_0x1f51e9+'\x20'+(0x0,_0x1da7ec[_0x1bbefe(0x3e7)])((_0xf06e0f==null?void 0x0:_0xf06e0f[_0x1bbefe(0x526)]['range'][_0x1bbefe(0x4b2)])??0x0)),'orientationControl':(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x92e22d['Button'],{'size':_0x1bbefe(0x20b),'onClick':()=>_0x18cb7a[_0x1bbefe(0x274)](_0x1f51e9===_0x5dd517['DataOrientation'][_0x1bbefe(0x3ff)]?_0x5dd517['DataOrientation'][_0x1bbefe(0x323)]:_0x5dd517[_0x1bbefe(0x235)]['Row']),'children':_0x5b7877['t'](_0x1bbefe(0x37c))})}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x173304['ChartTypeSpecificDataSection'],{}),(0x0,_0x1285f2[_0x1bbefe(0x375)])(_0x173304[_0x1bbefe(0x26f)],{'defaultValues':_0x9c1e2c['defaultValues'][_0x1bbefe(0x2db)]})]});};function _0x5ceb6c(_0x2e15ad){const _0x4775f6=_0x7d12da;let {dataRange:_0x3e3a6d}=_0x2e15ad,_0x13f91e=(0x0,_0x58ec7c[_0x4775f6(0x350)])(_0x4b3521),_0x27ba58=(0x0,_0x58ec7c[_0x4775f6(0x350)])(_0x1da7ec['LocaleService']),_0x356dc9=(0x0,_0x58ec7c[_0x4775f6(0x350)])(_0x1da7ec[_0x4775f6(0x47c)]),[_0xa7cc54,_0x5853bc]=(0x0,_0x370d3a['useState'])(!0x1),[_0x447cee,_0x73051e]=(0x0,_0x370d3a[_0x4775f6(0x373)])(!0x1),_0x33df88=_0xde2a56(_0x356dc9),_0x54c072=_0x50a924(_0x356dc9);(0x0,_0x370d3a['useEffect'])(()=>{const _0x521dac=_0x4775f6;_0x13f91e[_0x521dac(0x51d)](_0xa7cc54);},[_0xa7cc54,_0x13f91e]);let _0x41ea86=(0x0,_0x370d3a['useMemo'])(()=>(0x0,_0x1da7ec[_0x4775f6(0x260)])(async _0x1e904b=>{const _0x18ac94=_0x4775f6;var _0x4cec32;if(_0x1c0271(_0x3e3a6d,_0x356dc9)===_0x1e904b)return;let _0x287318=_0x1e904b['split'](',')[_0x18ac94(0x43d)](Boolean)[_0x18ac94(0x4f2)](_0x259b78['deserializeRangeWithSheet'])[0x0];if(!_0x287318)return;let {unitId:_0x1d0586,sheetName:_0x4106a6,range:_0x210ffb}=_0x287318,_0x5bffb=_0x1d0586||_0x33df88,_0x5cbbac=((_0x4cec32=_0x356dc9[_0x18ac94(0x46c)](_0x5bffb)[_0x18ac94(0x51a)](_0x4106a6))==null?void 0x0:_0x4cec32['getSheetId']())||(_0x3e3a6d==null?void 0x0:_0x3e3a6d[_0x18ac94(0x526)]['subUnitId']);_0x13f91e[_0x18ac94(0x4bb)]({'rangeInfo':{'range':_0x210ffb,'unitId':_0x5bffb,'subUnitId':_0x5cbbac},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x3e3a6d,_0x13f91e,_0x33df88,_0x356dc9]);return(0x0,_0x370d3a['useEffect'])(()=>()=>_0x41ea86[_0x4775f6(0x205)](),[_0x41ea86]),(0x0,_0x1285f2[_0x4775f6(0x375)])('div',{'className':_0x4775f6(0x2e1),'children':(0x0,_0x1285f2[_0x4775f6(0x311)])(_0x4775f6(0x1f8),{'children':[(0x0,_0x1285f2[_0x4775f6(0x375)])(_0x173304[_0x4775f6(0x334)],{'title':_0x27ba58['t']('sheets-chart-ui.common.dataRange')}),(0x0,_0x1285f2[_0x4775f6(0x375)])(_0x2c5582[_0x4775f6(0x241)],{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x33df88,'subUnitId':_0x54c072,'initialValue':_0x3e3a6d?_0x1c0271(_0x3e3a6d,_0x356dc9):'','onChange':(_0x44c463,_0x3c3205)=>_0x41ea86(_0x3c3205),'onFocusChange':_0x50e2ad=>{_0x447cee||_0x5853bc(_0x50e2ad);},'onRangeSelectorDialogVisibleChange':_0x2d9070=>{_0x73051e(_0x2d9070),_0x5853bc(_0x2d9070);}})]})});}function _0x5a3ef2(_0x4337a2){const _0xacd80d=_0x7d12da;return(0x0,_0x1285f2[_0xacd80d(0x311)])(_0x173304[_0xacd80d(0x279)],{'id':_0x4337a2['id'],'children':[(0x0,_0x1285f2[_0xacd80d(0x375)])(_0x173304[_0xacd80d(0x410)],{'children':_0x4337a2[_0xacd80d(0x1f5)]}),(0x0,_0x1285f2[_0xacd80d(0x375)])(_0x173304[_0xacd80d(0x392)],{'children':_0x4337a2[_0xacd80d(0x536)]})]});}let _0x138bfc=_0x3169e5=>{const _0x21e74b=_0x7d12da;let _0x18a83d=(0x0,_0x58ec7c['useDependency'])(_0x1da7ec['LocaleService']),_0x18f5c2=(0x0,_0x58ec7c[_0x21e74b(0x350)])(_0x4b3521),_0x383c06=(0x0,_0x58ec7c['useObservable'])(_0x18f5c2[_0x21e74b(0x3d1)],null),_0x43f1fe=(0x0,_0x58ec7c[_0x21e74b(0x249)])(_0x18f5c2[_0x21e74b(0x434)],null),_0x16a591=(_0x43f1fe==null?void 0x0:_0x43f1fe[_0x21e74b(0x28f)])===_0x383c06?_0x43f1fe[_0x21e74b(0x4a3)]:null,_0x2775ef=(0x0,_0x173304['useChartEditorChartType'])(),_0x3becf3=(0x0,_0x173304['useChartEditorHasRightAxis'])(),[_0x5ae87,_0x18727f]=(0x0,_0x370d3a[_0x21e74b(0x373)])(null);(0x0,_0x370d3a['useEffect'])(()=>{const _0x390b8e=_0x21e74b;_0x16a591!=null&&_0x16a591[_0x390b8e(0x204)]&&_0x18727f(_0x16a591[_0x390b8e(0x204)]);},[_0x16a591]);let _0x4dabe2=_0x5dd517[_0x21e74b(0x2d4)][_0x21e74b(0x263)](_0x2775ef,_0x5dd517['ChartTypeBits'][_0x21e74b(0x381)]),_0x51e3cc=_0x2775ef===_0x5dd517[_0x21e74b(0x1ff)]['Radar'],_0x1aeefa=_0x2775ef===_0x5dd517[_0x21e74b(0x1ff)]['WordCloud'],_0x6032d8=_0x2775ef===_0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x3ec)],_0x999fd1=_0x5dd517['chartBitsUtils'][_0x21e74b(0x263)](_0x2775ef,_0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x52f)]),_0x278413=_0x2775ef===_0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x352)],_0x388db7=_0x2775ef===_0x5dd517['ChartTypeBits'][_0x21e74b(0x1e4)],_0x330216=_0x2775ef===_0x5dd517['ChartTypeBits']['Pareto'],_0x4ec264=_0x2775ef===_0x5dd517['ChartTypeBits'][_0x21e74b(0x21a)],_0x26452a,_0xeb27e7;switch(_0x2775ef){case _0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x361)]:_0x26452a=_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x361)],_0xeb27e7=_0x18a83d['t'](_0x21e74b(0x483));break;case _0x5dd517[_0x21e74b(0x1ff)]['Histogram']:_0x26452a=_0x173304['ChartEditPanelSection'][_0x21e74b(0x4e2)],_0xeb27e7=_0x18a83d['t'](_0x21e74b(0x3e4));break;case _0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x363)]:_0x26452a=_0x173304['ChartEditPanelSection'][_0x21e74b(0x363)],_0xeb27e7=_0x18a83d['t'](_0x21e74b(0x3d2));break;case _0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x24e)]:_0x26452a=_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x24e)],_0xeb27e7=_0x18a83d['t'](_0x21e74b(0x461));break;case _0x5dd517[_0x21e74b(0x1ff)][_0x21e74b(0x268)]:_0x26452a=_0x173304['ChartEditPanelSection'][_0x21e74b(0x268)],_0xeb27e7=_0x18a83d['t']('sheets-chart-ui.section.gauge');break;case _0x5dd517['ChartTypeBits'][_0x21e74b(0x3f7)]:_0x26452a=_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x3f7)],_0xeb27e7=_0x18a83d['t'](_0x21e74b(0x20c));break;}let _0x55c0db=(0x0,_0x173304[_0x21e74b(0x37f)])(_0x2775ef,_0x173304[_0x21e74b(0x523)][_0x21e74b(0x2c5)])&&!_0x999fd1&&!_0x330216;return(0x0,_0x1285f2[_0x21e74b(0x311)])(_0x173304[_0x21e74b(0x4f0)],{'value':_0x5ae87,'onChange':_0x18727f,'children':[(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x4e8)],'label':_0x18a83d['t']('sheets-chart-ui.common.chartStyle'),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x2d2)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x4c7)],'showBodyFont':!0x0})}),(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x533)],'label':_0x18a83d['t'](_0x21e74b(0x3e8)),'children':(0x0,_0x1285f2['jsx'])(_0x173304['ChartTitlesSection'],{'commitMode':_0x21e74b(0x50a),'defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x458)],'selectedTitleKey':_0x16a591==null?void 0x0:_0x16a591[_0x21e74b(0x4b0)]})}),_0x55c0db&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x4b9)],'label':_0x18a83d['t'](_0x21e74b(0x456)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x258)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x229)],'NumberFormatField':_0x173304[_0x21e74b(0x20a)],'selectedSeriesId':_0x16a591==null?void 0x0:_0x16a591['seriesId']})}),_0x388db7&&(0x0,_0x1285f2['jsx'])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x244)],'label':_0x18a83d['t'](_0x21e74b(0x50c)),'children':(0x0,_0x1285f2['jsx'])(_0x173304['ChartWaterfallStyleSection'],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)]['waterfallStyle'],'getDefaultBucketName':({seriesName:_0x1458a9,target:_0x12afdb})=>_0x12afdb===_0x5dd517['ChartWaterfallStyleTarget'][_0x21e74b(0x3b1)]?_0x18a83d['t']('sheets-chart-ui.waterfall.subtotal'):_0x1458a9?_0x1458a9+'-('+_0x18a83d['t'](_0x12afdb===_0x5dd517[_0x21e74b(0x321)][_0x21e74b(0x2a3)]?'sheets-chart-ui.waterfall.positive':'sheets-chart-ui.waterfall.negative')+')':'','NumberFormatField':_0x173304[_0x21e74b(0x20a)],'selectedSeriesId':_0x16a591==null?void 0x0:_0x16a591['seriesId']})}),_0x330216&&(0x0,_0x1285f2[_0x21e74b(0x311)])(_0x1285f2[_0x21e74b(0x3a7)],{'children':[(0x0,_0x1285f2['jsx'])(_0x5a3ef2,{'id':_0x173304['ChartEditPanelSection']['ParetoBarSeries'],'label':_0x18a83d['t'](_0x21e74b(0x42a)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x210)],{'defaultValues':_0x3169e5['defaultValues'][_0x21e74b(0x282)],'NumberFormatField':_0x173304[_0x21e74b(0x20a)],'showDataPointEditor':!0x0,'target':'barStyle'})}),(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)]['ParetoLineSeries'],'label':_0x18a83d['t'](_0x21e74b(0x44c)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x210)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)]['pareto'],'NumberFormatField':_0x173304['ChartNumberFormatAtom'],'showDataPointEditor':!0x1,'target':_0x21e74b(0x3a9)})})]}),_0x4dabe2&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x4b6)],'label':_0x18a83d['t']('sheets-chart-ui.section.pie'),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x455)],{'defaultValues':_0x3169e5['defaultValues']['pie'],'NumberFormatField':_0x173304[_0x21e74b(0x20a)]})}),_0x1aeefa&&(0x0,_0x1285f2['jsx'])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)]['WordCloud'],'label':_0x18a83d['t'](_0x21e74b(0x31f)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304['ChartWordCloudStyleSection'],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)]['wordCloud']})}),_0x51e3cc&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x417)],'label':_0x18a83d['t'](_0x21e74b(0x47b)),'children':(0x0,_0x1285f2['jsx'])(_0x173304[_0x21e74b(0x317)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x3f9)]})}),_0x6032d8&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x3ec)],'label':_0x18a83d['t'](_0x21e74b(0x2b3)),'children':(0x0,_0x1285f2['jsx'])(_0x173304['ChartFunnelStyleSection'],{'defaultValues':_0x3169e5['defaultValues'][_0x21e74b(0x47d)],'gapControl':_0x21e74b(0x402)})}),_0x4ec264&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x21a)],'label':_0x18a83d['t']('sheets-chart-ui.common.heatmap'),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304['ChartHeatmapStyleSection'],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)]['heatmap']})}),_0x278413&&(0x0,_0x1285f2['jsx'])(_0x5a3ef2,{'id':_0x173304['ChartEditPanelSection'][_0x21e74b(0x352)],'label':_0x18a83d['t'](_0x21e74b(0x273)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x4e7)],{'defaultValues':_0x3169e5['defaultValues'][_0x21e74b(0x27e)]})}),(0x0,_0x173304[_0x21e74b(0x491)])(_0x2775ef)&&(0x0,_0x1285f2['jsx'])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)]['LineAndArea'],'label':_0x18a83d['t']('sheets-chart-ui.section.lineAndArea'),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x1ea)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x1f7)],'lineStyleControl':'segmented'})}),(0x0,_0x173304[_0x21e74b(0x37f)])(_0x2775ef,_0x173304[_0x21e74b(0x523)][_0x21e74b(0x45f)])&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)]['Legend'],'label':_0x18a83d['t']('sheets-chart-ui.common.legend'),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x374)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x3a3)]})}),(0x0,_0x173304['chartTypeSupportsCapability'])(_0x2775ef,_0x173304[_0x21e74b(0x523)][_0x21e74b(0x40b)])&&(0x0,_0x1285f2[_0x21e74b(0x311)])(_0x1285f2[_0x21e74b(0x3a7)],{'children':[(0x0,_0x1285f2['jsx'])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x4d9)],'label':_0x18a83d['t']('sheets-chart-ui.common.horizontalAxis'),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x2b8)],{'axis':'x','defaultValues':_0x3169e5[_0x21e74b(0x2d8)][_0x21e74b(0x4f3)],'NumberFormatField':_0x173304[_0x21e74b(0x20a)]})}),(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x406)],'label':_0x18a83d['t'](_0x21e74b(0x2f7)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x2b8)],{'axis':'y','defaultValues':_0x3169e5['defaultValues']['axis'],'NumberFormatField':_0x173304[_0x21e74b(0x20a)]})}),_0x3becf3&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304['ChartEditPanelSection'][_0x21e74b(0x4ce)],'label':_0x18a83d['t'](_0x21e74b(0x4a7)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x2b8)],{'axis':_0x21e74b(0x3b5),'defaultValues':_0x3169e5['defaultValues']['axis'],'NumberFormatField':_0x173304[_0x21e74b(0x20a)]})}),(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304['ChartEditPanelSection'][_0x21e74b(0x40a)],'label':_0x18a83d['t'](_0x21e74b(0x4e6)),'children':(0x0,_0x1285f2['jsx'])(_0x173304[_0x21e74b(0x486)],{'defaultValues':_0x3169e5['defaultValues'][_0x21e74b(0x4f3)]})})]}),(0x0,_0x173304[_0x21e74b(0x37f)])(_0x2775ef,_0x173304['ChartEditorCapability']['IndicatorLine'])&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x1fb)],'label':_0x18a83d['t'](_0x21e74b(0x30a)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x4e0)],{'defaultValues':_0x3169e5['defaultValues'][_0x21e74b(0x41a)]})}),(0x0,_0x5dd517[_0x21e74b(0x4f4)])(_0x2775ef)&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x173304[_0x21e74b(0x2a1)][_0x21e74b(0x404)],'label':_0x18a83d['t'](_0x21e74b(0x508)),'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x28a)],{'defaultValues':_0x3169e5[_0x21e74b(0x2d8)]['trendline']})}),_0x26452a&&_0xeb27e7&&(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x5a3ef2,{'id':_0x26452a,'label':_0xeb27e7,'children':(0x0,_0x1285f2[_0x21e74b(0x375)])(_0x173304[_0x21e74b(0x39f)],{})})]});};function _0xf5a7e1(_0x5f5057){const _0x652f8=_0x7d12da;let {className:_0x58a207}=_0x5f5057,[_0x5168e8,_0x2bb027]=(0x0,_0x370d3a[_0x652f8(0x373)])(_0x173304['ChartEditPanelTab']['Data']),_0x438981=(0x0,_0x58ec7c[_0x652f8(0x350)])(_0x1da7ec[_0x652f8(0x46f)]),_0x17b150=(0x0,_0x58ec7c['useDependency'])(_0x1da7ec[_0x652f8(0x21e)]),_0x193580=(0x0,_0x58ec7c['useDependency'])(_0x4b3521),_0x1ece7f=(0x0,_0x58ec7c['useObservable'])(_0x193580[_0x652f8(0x3d1)],null),_0x5244e3=(0x0,_0x58ec7c['useObservable'])(_0x193580[_0x652f8(0x30b)],null),_0x9bef0d=(0x0,_0x58ec7c[_0x652f8(0x249)])(_0x193580[_0x652f8(0x434)],null),_0x3a01ca=(0x0,_0x370d3a['useMemo'])(()=>{const _0x4a29f6=_0x652f8;var _0x46e90f;if(!_0x5244e3)return null;let _0x47de23=_0x5244e3[_0x4a29f6(0x1e0)][_0x4a29f6(0x432)](),_0x1d34a2=Array[_0x4a29f6(0x349)](_0x47de23)?(_0x46e90f=_0x47de23[0x0])==null?void 0x0:_0x46e90f[_0x4a29f6(0x35f)]:_0x47de23[_0x4a29f6(0x526)];return _0x1d34a2?new _0x173304['ChartHostAdapter'](_0x5244e3,new _0x28eb9a[(_0x4a29f6(0x514))]({'unitId':_0x1d34a2[_0x4a29f6(0x490)],'subUnitId':_0x1d34a2[_0x4a29f6(0x26e)],'chartId':_0x5244e3['id'],'injector':_0x438981})):null;},[_0x5244e3,_0x438981]);(0x0,_0x370d3a[_0x652f8(0x394)])(()=>{const _0x5353da=_0x652f8;var _0x59dd73,_0xa84a80;(_0x9bef0d==null?void 0x0:_0x9bef0d[_0x5353da(0x28f)])===_0x1ece7f&&(((_0x59dd73=_0x9bef0d[_0x5353da(0x4a3)])==null?void 0x0:_0x59dd73[_0x5353da(0x359)])===_0x173304[_0x5353da(0x1e2)][_0x5353da(0x31d)]&&_0x2bb027(_0x173304[_0x5353da(0x1e2)][_0x5353da(0x31d)]),((_0xa84a80=_0x9bef0d['route'])==null?void 0x0:_0xa84a80['tab'])===_0x173304[_0x5353da(0x1e2)][_0x5353da(0x470)]&&_0x2bb027(_0x173304[_0x5353da(0x1e2)][_0x5353da(0x470)]));},[_0x1ece7f,_0x9bef0d]);let _0x5944b4=(0x0,_0x1285f2[_0x652f8(0x311)])(_0x652f8(0x1f8),{'className':_0x652f8(0x346)+(_0x5168e8===_0x173304[_0x652f8(0x1e2)][_0x652f8(0x31d)]?_0x652f8(0x44f):'univer-overflow-hidden')+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x58a207??'')+_0x652f8(0x2bd),'children':[(0x0,_0x1285f2[_0x652f8(0x375)])(_0x173304[_0x652f8(0x45e)],{'ariaLabel':_0x17b150['t'](_0x652f8(0x238)),'className':_0x652f8(0x409),'items':[{'label':_0x17b150['t'](_0x652f8(0x3d8)),'panelId':_0x2c04e4,'value':_0x173304[_0x652f8(0x1e2)]['Data']},{'label':_0x17b150['t']('sheets-chart-ui.common.customize'),'panelId':_0x56120e,'value':_0x173304[_0x652f8(0x1e2)][_0x652f8(0x31d)]}],'value':_0x5168e8,'onChange':_0x2bb027}),_0x5168e8===_0x173304[_0x652f8(0x1e2)][_0x652f8(0x470)]?(0x0,_0x1285f2['jsx'])(_0x173304['ChartEditPanel'],{'id':_0x2c04e4,'label':_0x17b150['t'](_0x652f8(0x3d8)),'children':(0x0,_0x1285f2[_0x652f8(0x375)])(_0x875677,{'defaultValues':_0x56b17e})}):(0x0,_0x1285f2['jsx'])(_0x173304['ChartEditPanel'],{'id':_0x56120e,'className':_0x652f8(0x230),'label':_0x17b150['t'](_0x652f8(0x48c)),'children':(0x0,_0x1285f2[_0x652f8(0x375)])(_0x138bfc,{'defaultValues':_0x56b17e})})]});return _0x3a01ca?(0x0,_0x1285f2['jsx'])(_0x173304[_0x652f8(0x4ed)],{'chartUIService':_0x193580,'hostAdapter':_0x3a01ca,'children':_0x5944b4}):_0x5944b4;}let _0x266dc7=_0x7d12da(0x3be),_0x2c04e4=_0x7d12da(0x3b6),_0x56120e=_0x7d12da(0x32c);function _0x36acd7(_0x4fbeae){const _0x3037e5=_0x7d12da;if(_0x4fbeae[_0x3037e5(0x31c)]!==0x1)return!0x1;let _0x5b6f22=_0x4fbeae[0x0];return _0x5b6f22[_0x3037e5(0x214)]===_0x1da7ec[_0x3037e5(0x2ff)]['DRAWING_CHART']&&!_0x5b6f22[_0x3037e5(0x278)];}let _0xb93665=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x583f5b,_0x260f5a,_0x535d73,_0x4eef62,_0x6d8dd1,_0x3406b4,_0x2be907,_0x16e643,_0x173968,_0x4b30ce,_0x1fc67a,_0x4ea628,_0x43271f,_0x38e632,_0x566ca1){const _0x265fb8=_0x7d12da;var _0x371e33;super(),this[_0x265fb8(0x2f9)]=_0x583f5b,this[_0x265fb8(0x337)]=_0x260f5a,this['_chartModelService']=_0x535d73,this[_0x265fb8(0x4d1)]=_0x4eef62,this[_0x265fb8(0x330)]=_0x6d8dd1,this[_0x265fb8(0x4da)]=_0x3406b4,this['_menuManagerService']=_0x2be907,this['_drawingContextMenuService']=_0x16e643,this[_0x265fb8(0x22b)]=_0x173968,this[_0x265fb8(0x331)]=_0x4b30ce,this['_commandService']=_0x1fc67a,this[_0x265fb8(0x28d)]=_0x4ea628,this['_contextService']=_0x43271f,this[_0x265fb8(0x507)]=_0x38e632,_0x451b0c(this,_0x265fb8(0x2b1),null),_0x451b0c(this,_0x265fb8(0x506),void 0x0),this[_0x265fb8(0x506)]=((_0x371e33=_0x566ca1['getConfig']('sheets-chart-ui.config'))==null?void 0x0:_0x371e33[_0x265fb8(0x3c4)])===!0x0,this['_initMenus'](),this[_0x265fb8(0x49a)](this[_0x265fb8(0x337)][_0x265fb8(0x424)](_0x1da7ec[_0x265fb8(0x3f8)][_0x265fb8(0x305)])[_0x265fb8(0x44a)](_0x4b96e1=>{const _0x38adba=_0x265fb8;var _0x6c8528;_0x4b96e1||(_0x6c8528=this[_0x38adba(0x2b1)])==null||_0x6c8528[_0x38adba(0x248)]();})),this['disposeWithMe']((0x0,_0x1da7ec[_0x265fb8(0x440)])(this['_sheetDrawingHitTestService']['onDoubleClick$']['subscribe'](async({drawing:_0x293bed})=>{await this['_handleDrawingDoubleClick'](_0x293bed);})));}[_0x7d12da(0x37d)](){const _0x3a051a=_0x7d12da;this['_sidebarDisposable']=this['_sidebarService'][_0x3a051a(0x399)]({'id':_0x266dc7,'header':{'title':this[_0x3a051a(0x507)]['t'](_0x3a051a(0x238))},'width':0x154,'children':{'label':_0x266dc7},'onClose':()=>{const _0x342cb6=_0x3a051a;this[_0x342cb6(0x3dc)][_0x342cb6(0x32e)](null),this[_0x342cb6(0x422)](),this[_0x342cb6(0x2f9)][_0x342cb6(0x2eb)](null),this[_0x342cb6(0x30c)][_0x342cb6(0x2c0)](_0x1da7ec[_0x342cb6(0x33e)],!0x1),this['_sidebarDisposable']=null;}});}[_0x7d12da(0x35a)](){const _0x20897e=_0x7d12da;var _0x3b574b;this[_0x20897e(0x3dc)][_0x20897e(0x32e)](null),this[_0x20897e(0x422)](),(_0x3b574b=this[_0x20897e(0x2b1)])==null||_0x3b574b[_0x20897e(0x248)]();}[_0x7d12da(0x2e3)](){const _0x26fa10=_0x7d12da;let _0x267463=this[_0x26fa10(0x337)][_0x26fa10(0x484)](_0x1da7ec[_0x26fa10(0x3f8)][_0x26fa10(0x305)]);this[_0x26fa10(0x49a)](this[_0x26fa10(0x4da)][_0x26fa10(0x450)][_0x26fa10(0x44a)](_0x39e001=>{const _0x1538f2=_0x26fa10;_0x39e001['id']===_0x1538f2(0x3be)&&(_0x39e001['visible']||this['_sidebarService'][_0x1538f2(0x450)][_0x1538f2(0x3da)]({'visible':!0x1}));})),this[_0x26fa10(0x49a)](this[_0x26fa10(0x261)][_0x26fa10(0x4ff)](_0x8d7fd7=>{const _0x4283b9=_0x26fa10;if(_0x8d7fd7['id']===_0x4dcf39['id']){let _0x1e3e52=_0x8d7fd7[_0x4283b9(0x2a9)];this[_0x4283b9(0x226)](_0x1e3e52[_0x4283b9(0x411)],_0x1e3e52[_0x4283b9(0x4a3)]);}if(_0x8d7fd7['id']===_0x4c56c5['id']&&this[_0x4283b9(0x35a)](),_0x8d7fd7['id']===_0x28eb9a[_0x4283b9(0x2e6)]['id']){var _0x3ca930;_0x8d7fd7['params'][_0x4283b9(0x28f)]===((_0x3ca930=this['_chartModelService']['activeChartModel'])==null?void 0x0:_0x3ca930['id'])&&this[_0x4283b9(0x35a)](),this['_contextService'][_0x4283b9(0x4c8)](_0x1da7ec[_0x4283b9(0x33e)])&&(this[_0x4283b9(0x30c)][_0x4283b9(0x2c0)](_0x1da7ec[_0x4283b9(0x33e)],!0x1),this[_0x4283b9(0x2f9)][_0x4283b9(0x2eb)](null));}})),this[_0x26fa10(0x49a)](this[_0x26fa10(0x22b)][_0x26fa10(0x2ed)][_0x26fa10(0x44a)](({id:_0x3ddcbb})=>{const _0x57ad4a=_0x26fa10;_0x3ddcbb===this['_sheetsChartUIService']['activeEditChart']&&this[_0x57ad4a(0x35a)]();})),this[_0x26fa10(0x49a)](this[_0x26fa10(0x22b)]['transformChange$']['subscribe'](({id:_0x30f358})=>{const _0x4ed68f=_0x26fa10;_0x30f358===this[_0x4ed68f(0x28d)]['activeEditChart']&&(this[_0x4ed68f(0x28d)][_0x4ed68f(0x453)](null),this[_0x4ed68f(0x28d)][_0x4ed68f(0x4b1)](),this['_chartRenderService'][_0x4ed68f(0x425)](_0x30f358,!0x1),this['_shouldEnableChartElementEdit'](_0x30f358)&&this[_0x4ed68f(0x4d1)][_0x4ed68f(0x425)](_0x30f358,!0x0));})),this['disposeWithMe'](this[_0x26fa10(0x2f9)]['focus$'][_0x26fa10(0x44a)](_0x52ef54=>{const _0x48c3e9=_0x26fa10;let _0x38d672=_0x52ef54[0x0];if(!this[_0x48c3e9(0x28d)][_0x48c3e9(0x280)]){if(_0x36acd7(_0x52ef54)){var _0xc0fc13;let _0x22cbd1=this[_0x48c3e9(0x3dc)][_0x48c3e9(0x343)](_0x38d672[_0x48c3e9(0x411)]);_0x22cbd1&&((_0xc0fc13=this[_0x48c3e9(0x3dc)][_0x48c3e9(0x48b)])==null?void 0x0:_0xc0fc13['id'])!==_0x22cbd1['id']&&this[_0x48c3e9(0x3dc)]['setActiveChartModel'](_0x22cbd1);return;}this[_0x48c3e9(0x3dc)][_0x48c3e9(0x48b)]&&this[_0x48c3e9(0x3dc)][_0x48c3e9(0x32e)](null),!_0x38d672&&!this[_0x48c3e9(0x28d)][_0x48c3e9(0x280)]&&this['hidePanel']();}})),_0x267463&&(this['disposeWithMe'](_0x267463[_0x26fa10(0x3c6)][_0x26fa10(0x44a)](()=>{const _0x12d7b2=_0x26fa10;this[_0x12d7b2(0x35a)]();})),this[_0x26fa10(0x49a)](_0x267463['activeSheet$']['subscribe'](()=>{const _0x420004=_0x26fa10;this[_0x420004(0x35a)]();})));}async['_handleDrawingDoubleClick'](_0x541684){const _0x517b62=_0x7d12da;this[_0x517b62(0x28d)]['activeEditChart']||_0x541684['drawingType']===_0x1da7ec[_0x517b62(0x2ff)]['DRAWING_CHART']&&await this['_openEditPanelByDoubleClick'](_0x541684[_0x517b62(0x490)],_0x541684[_0x517b62(0x26e)],_0x541684['drawingId']);}async[_0x7d12da(0x354)](_0x110dbf,_0x51474a,_0x2f0991){const _0x17890b=_0x7d12da;let _0x544f9b=this[_0x17890b(0x3dc)][_0x17890b(0x343)](_0x2f0991);_0x544f9b&&(this[_0x17890b(0x3dc)]['setActiveChartModel'](_0x544f9b),await this[_0x17890b(0x261)][_0x17890b(0x40d)](_0x4dcf39['id'],{'unitId':_0x110dbf,'subUnitId':_0x51474a,'drawingId':_0x2f0991}));}[_0x7d12da(0x226)](_0xe4ff1a,_0x14c999){const _0x59a254=_0x7d12da;let _0x5e6b63=this['_chartModelService']['getChartModel'](_0xe4ff1a);_0x5e6b63&&(this[_0x59a254(0x3dc)][_0x59a254(0x32e)](_0x5e6b63),this[_0x59a254(0x37d)](),this[_0x59a254(0x408)](_0xe4ff1a,_0x14c999??null));}[_0x7d12da(0x408)](_0x485aaf,_0x97e46c){const _0x546e5d=_0x7d12da;let _0x31f156=this[_0x546e5d(0x28d)][_0x546e5d(0x4df)];_0x31f156&&_0x31f156!==_0x485aaf&&(this['_chartRenderService'][_0x546e5d(0x425)](_0x31f156,!0x1),this[_0x546e5d(0x28d)]['setSelectedElement'](null)),this[_0x546e5d(0x28d)][_0x546e5d(0x2b7)](_0x485aaf),this['_sheetsChartUIService'][_0x546e5d(0x2f4)](_0x485aaf,_0x97e46c),this[_0x546e5d(0x4d1)][_0x546e5d(0x425)](_0x485aaf,this[_0x546e5d(0x25e)](_0x485aaf));}[_0x7d12da(0x422)](){const _0x352472=_0x7d12da;let _0x589a0d=this[_0x352472(0x28d)][_0x352472(0x4df)];_0x589a0d&&this['_chartRenderService']['setElementEditMode'](_0x589a0d,!0x1),this[_0x352472(0x28d)][_0x352472(0x2b7)](null),this[_0x352472(0x28d)]['setSelectedElement'](null),this[_0x352472(0x28d)][_0x352472(0x4b1)]();}[_0x7d12da(0x497)](){const _0x5dddcc=_0x7d12da;this[_0x5dddcc(0x36c)]['mergeMenu'](_0x4e55e6),this['disposeWithMe'](this['_drawingContextMenuService']['registerProvider'](_0x1da7ec['DrawingTypeEnum'][_0x5dddcc(0x3ca)],{'getContextMenuPosition':()=>_0xb3edfa})),this[_0x5dddcc(0x331)]['registerFeatureMenu'](_0x1da7ec[_0x5dddcc(0x2ff)][_0x5dddcc(0x3ca)],this['getChartPopupMenus'][_0x5dddcc(0x2ac)](this));}[_0x7d12da(0x25e)](_0x383a45){const _0x37aca5=_0x7d12da;let _0x5cbdb7=this[_0x37aca5(0x3dc)]['getChartModel'](_0x383a45);return!this['_isChartElementEditEnabled']||!_0x5cbdb7?!0x1:_0x181a09(_0x5cbdb7[_0x37aca5(0x429)]);}[_0x7d12da(0x416)](_0x2d9f6f,_0x29b8cd,_0x449206,_0x1a3106){const _0x4585e1=_0x7d12da;return[{'label':this[_0x4585e1(0x507)]['t']('sheets-chart-ui.common.openChartPanel'),'index':0x0,'commandId':_0x4dcf39['id'],'commandParams':{'unitId':_0x2d9f6f,'subUnitId':_0x29b8cd,'drawingId':_0x449206},'disable':_0x1a3106!==_0x1da7ec['DrawingTypeEnum']['DRAWING_CHART']},{'label':this[_0x4585e1(0x507)]['t']('sheets-chart-ui.common.deleteChart'),'index':0x1,'commandId':_0x4754e3['RemoveSheetDrawingCommand']['id'],'commandParams':{'unitId':_0x2d9f6f,'drawings':[{'unitId':_0x2d9f6f,'subUnitId':_0x29b8cd,'drawingId':_0x449206,'drawingType':_0x1a3106}]},'disable':!0x1},{'label':this[_0x4585e1(0x507)]['t'](_0x4585e1(0x42b)),'index':0x2,'commandId':_0x4c56c5['id'],'commandParams':{'unitId':_0x2d9f6f,'subUnitId':_0x29b8cd,'drawingId':_0x449206},'disable':!0x1}];}};_0xb93665=_0x3b9455([_0x493c2e(0x0,_0x5405e4[_0x7d12da(0x3ea)]),_0x493c2e(0x1,_0x1da7ec[_0x7d12da(0x47c)]),_0x493c2e(0x2,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a[_0x7d12da(0x1f6)])),_0x493c2e(0x3,(0x0,_0x1da7ec['Inject'])(_0x32f42a)),_0x493c2e(0x4,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x364311['SheetDrawingHitTestService'])),_0x493c2e(0x5,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x58ec7c[_0x7d12da(0x23a)])),_0x493c2e(0x6,_0x58ec7c[_0x7d12da(0x288)]),_0x493c2e(0x7,_0x364311[_0x7d12da(0x2a8)]),_0x493c2e(0x8,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x364311[_0x7d12da(0x4b5)])),_0x493c2e(0x9,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1960ed[_0x7d12da(0x348)])),_0x493c2e(0xa,_0x1da7ec[_0x7d12da(0x496)]),_0x493c2e(0xb,_0x4b3521),_0x493c2e(0xc,_0x1da7ec[_0x7d12da(0x35b)]),_0x493c2e(0xd,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec[_0x7d12da(0x21e)])),_0x493c2e(0xe,_0x1da7ec['IConfigService'])],_0xb93665);var _0x5632c9='@univerjs-pro/sheets-chart-ui',_0xef55d7=_0x7d12da(0x32f);let _0x28c9b0={'scaleX':0x1,'scaleY':0x1};function _0x24ca47(_0x4d4fca){let _0x45df5c=_0x4d4fca['nativeEvent'];return _0x45df5c instanceof MouseEvent?_0x45df5c:void 0x0;}function _0x1cb4a2(_0x313140){const _0x31e3a0=_0x7d12da;let _0x94ea67=_0x313140[_0x31e3a0(0x44d)],_0x1a6df6=_0x94ea67==null?void 0x0:_0x94ea67[_0x31e3a0(0x20e)];return _0x1a6df6 instanceof Element?_0x1a6df6:void 0x0;}function _0x58e9a4(_0x35a14a){const _0xcb49af=_0x7d12da;var _0x4be862;return(_0x4be862=_0x1cb4a2(_0x35a14a))==null?void 0x0:_0x4be862[_0xcb49af(0x4d4)]();}function _0x4e98ec(_0x4cd2a9){const _0x3a78f6=_0x7d12da;return _0x4cd2a9[_0x3a78f6(0x45d)]||_0x4cd2a9['right']-_0x4cd2a9[_0x3a78f6(0x418)];}function _0x463e39(_0x1dab90){const _0x3124ff=_0x7d12da;return _0x1dab90[_0x3124ff(0x308)]||_0x1dab90['bottom']-_0x1dab90[_0x3124ff(0x4d5)];}function _0x1520f7(_0x47aa46,_0x1ef245){const _0x1e25f9=_0x7d12da;let _0x41e4a2=_0x47aa46['clientWidth']||(_0x47aa46 instanceof HTMLElement?_0x47aa46[_0x1e25f9(0x4ae)]:0x0),_0x2c85bb=_0x47aa46[_0x1e25f9(0x32b)]||(_0x47aa46 instanceof HTMLElement?_0x47aa46[_0x1e25f9(0x30f)]:0x0),_0x54b879=_0x4e98ec(_0x1ef245),_0x5bc1c8=_0x463e39(_0x1ef245);return{'scaleX':_0x41e4a2>0x0&&_0x54b879>0x0?_0x54b879/_0x41e4a2:_0x28c9b0[_0x1e25f9(0x2d3)],'scaleY':_0x2c85bb>0x0&&_0x5bc1c8>0x0?_0x5bc1c8/_0x2c85bb:_0x28c9b0[_0x1e25f9(0x302)]};}function _0x5b9ee4(_0xdaf7ff,_0x532e40,_0xfea655){const _0x13a221=_0x7d12da;return{'left':_0xdaf7ff['left']+_0x532e40[_0x13a221(0x418)]*_0xfea655[_0x13a221(0x2d3)],'right':_0xdaf7ff['left']+_0x532e40[_0x13a221(0x2ba)]*_0xfea655[_0x13a221(0x2d3)],'top':_0xdaf7ff['top']+_0x532e40[_0x13a221(0x4d5)]*_0xfea655[_0x13a221(0x302)],'bottom':_0xdaf7ff[_0x13a221(0x4d5)]+_0x532e40[_0x13a221(0x225)]*_0xfea655['scaleY']};}function _0x3e5a29(_0x549c54){const _0x4b69fa=_0x7d12da;let _0x3bd473=_0x1cb4a2(_0x549c54),_0x76931=_0x549c54[_0x4b69fa(0x3d0)]['bounds'];return _0x3bd473&&_0x76931?()=>{let _0x131fed=_0x3bd473['getBoundingClientRect']();return _0x5b9ee4(_0x131fed,_0x76931,_0x1520f7(_0x3bd473,_0x131fed));}:()=>{const _0x3557be=_0x4b69fa;let _0x4e521f=_0x58e9a4(_0x549c54);if(_0x4e521f&&_0x76931)return _0x5b9ee4(_0x4e521f,_0x76931,_0x3bd473?_0x1520f7(_0x3bd473,_0x4e521f):_0x28c9b0);let _0x5a92ee=_0x24ca47(_0x549c54),_0x1be389=_0x3bd473&&_0x4e521f?_0x1520f7(_0x3bd473,_0x4e521f):_0x28c9b0,_0x5ca777=(_0x5a92ee==null?void 0x0:_0x5a92ee[_0x3557be(0x1d9)])??(_0x4e521f?_0x4e521f[_0x3557be(0x418)]+_0x549c54['localPoint']['x']*_0x1be389[_0x3557be(0x2d3)]:_0x549c54['localPoint']['x']),_0x387705=(_0x5a92ee==null?void 0x0:_0x5a92ee['clientY'])??(_0x4e521f?_0x4e521f[_0x3557be(0x4d5)]+_0x549c54[_0x3557be(0x487)]['y']*_0x1be389[_0x3557be(0x302)]:_0x549c54[_0x3557be(0x487)]['y']);return{'left':_0x5ca777,'right':_0x5ca777+0x1,'top':_0x387705,'bottom':_0x387705+0x1};};}function _0x58b68a(_0x172196){const _0x1d979a=_0x7d12da;return typeof _0x172196==_0x1d979a(0x1e5)&&Number['isFinite'](_0x172196);}function _0xc08e6b(_0x376b8b){const _0x338f43=_0x7d12da;if(!_0x376b8b||typeof _0x376b8b!=_0x338f43(0x284))return!0x0;let {startX:_0x36644b,endX:_0x45386e,startY:_0x20eaa2,endY:_0x21c4d8}=_0x376b8b;return!_0x58b68a(_0x36644b)||!_0x58b68a(_0x45386e)||!_0x58b68a(_0x20eaa2)||!_0x58b68a(_0x21c4d8)||_0x45386e-_0x36644b>0x2&&_0x21c4d8-_0x20eaa2>0x2;}function _0x2726d3(_0xe6becb){const _0x1974fc=_0x7d12da;return _0xe6becb['right']<=_0xe6becb[_0x1974fc(0x418)]||_0xe6becb[_0x1974fc(0x225)]<=_0xe6becb['top']?!0x1:typeof window>'u'||_0xe6becb[_0x1974fc(0x2ba)]>0x0&&_0xe6becb[_0x1974fc(0x225)]>0x0&&_0xe6becb[_0x1974fc(0x418)]<window[_0x1974fc(0x2f1)]&&_0xe6becb[_0x1974fc(0x4d5)]<window[_0x1974fc(0x292)];}function _0x35ce62(_0x2d026a){const _0x227352=_0x7d12da;var _0x356f64;return _0x2d026a==null||(_0x356f64=_0x2d026a[_0x227352(0x4db)])==null?void 0x0:_0x356f64[_0x227352(0x255)](_0x2d026a);}function _0x3e3492(_0x4ebbcc,_0x297694,_0x40d51e){const _0x4dd303=_0x7d12da;let _0x51d183=_0x3e5a29(_0x4ebbcc),_0xee8ba6=_0x35ce62(_0x297694),_0x24eb2b=_0x51d183(),_0x93ef21=new _0x15372d[(_0x4dd303(0x266))](_0x24eb2b),_0x3a6165=new _0x1da7ec[(_0x4dd303(0x319))](),_0x53d6d4=!0x1,_0x5c25db=!0x1,_0x1cbbae=_0x53751d=>_0xc08e6b(_0xee8ba6)&&_0x2726d3(_0x53751d),_0x18e4c9=()=>{_0x5c25db||_0x53d6d4||(_0x5c25db=!0x0,queueMicrotask(()=>{const _0x4e54d3=_0x169c;if(_0x5c25db=!0x1,!_0x53d6d4){let _0x417756=_0x51d183();if(!_0x1cbbae(_0x417756)){_0x40d51e();return;}_0x93ef21[_0x4e54d3(0x3da)](_0x417756);}}));};return _0x297694&&_0x3a6165[_0x4dd303(0x448)](_0x297694['subscribe'](_0xf4a8e6=>{_0xee8ba6=_0xf4a8e6,_0x18e4c9();})),typeof window<'u'&&_0x3a6165['add']((0x0,_0x15372d[_0x4dd303(0x50d)])((0x0,_0x15372d[_0x4dd303(0x2cb)])(window,_0x4dd303(0x1f1),{'capture':!0x0}),(0x0,_0x15372d[_0x4dd303(0x2cb)])(window,_0x4dd303(0x33b)))['pipe']((0x0,_0x15372d[_0x4dd303(0x528)])(0x10))[_0x4dd303(0x44a)](_0x18e4c9)),{'initialRect':_0x24eb2b,'anchorRect$':_0x93ef21[_0x4dd303(0x30d)](),'visible':_0x1cbbae(_0x24eb2b),'dispose':()=>{const _0x3c56f1=_0x4dd303;_0x53d6d4=!0x0,_0x3a6165[_0x3c56f1(0x248)](),_0x93ef21[_0x3c56f1(0x240)]();}};}let _0x5568bb=_0x7d12da(0x252),_0x4f74eb=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x25c730,_0x23dad2,_0x41a489,_0x4d7557,_0x1da4b7,_0x12c919,_0x57a417,_0x47d879,_0x1875cb){const _0x5e6f25=_0x7d12da;super(),this[_0x5e6f25(0x3dc)]=_0x25c730,this[_0x5e6f25(0x4d1)]=_0x23dad2,this[_0x5e6f25(0x27a)]=_0x41a489,this[_0x5e6f25(0x331)]=_0x4d7557,this['_sheetCanvasFloatDomManagerService']=_0x1da4b7,this[_0x5e6f25(0x4d3)]=_0x12c919,this[_0x5e6f25(0x412)]=_0x57a417,this[_0x5e6f25(0x261)]=_0x47d879,this['_injector']=_0x1875cb,_0x451b0c(this,'_popupDisposable',null),_0x451b0c(this,'_popupChartId',null),this[_0x5e6f25(0x400)](),this[_0x5e6f25(0x3c2)]();}['dispose'](){const _0x33e968=_0x7d12da;this[_0x33e968(0x4a8)](),super[_0x33e968(0x248)]();}['_registerAdapter'](){const _0x2e084c=_0x7d12da;let _0x145c31=(0x0,_0x173304[_0x2e084c(0x3f0)])({'chartUIService':this['_chartUIService'],'getHostAdapter':_0x23a36d=>{const _0x18c86f=_0x2e084c;this[_0x18c86f(0x537)](_0x23a36d['chartId']);let _0x2e91ef=this['_chartModelService']['getChartModel'](_0x23a36d['chartId']);if(!(!_0x2e91ef||!_0x23a36d[_0x18c86f(0x26e)]))return new _0x173304['ChartHostAdapter'](_0x2e91ef,new _0x28eb9a['SheetChartBuilderAdapter']({'unitId':_0x23a36d['unitId'],'subUnitId':_0x23a36d[_0x18c86f(0x26e)],'chartId':_0x23a36d[_0x18c86f(0x28f)],'injector':this[_0x18c86f(0x451)]}));},'close':()=>this['_closePopup'](),'openFullPanel':_0x2d7429=>{const _0x1ba80a=_0x2e084c;let {unitId:_0x5f1b5d,subUnitId:_0x10cdd5,drawingId:_0x4318ab,chartId:_0xb353ce}=_0x2d7429,_0x5c1cd7=(0x0,_0x173304[_0x1ba80a(0x22a)])(_0x2d7429[_0x1ba80a(0x20e)]);this['_commandService'][_0x1ba80a(0x40d)](_0x4dcf39['id'],{'unitId':_0x5f1b5d,'subUnitId':_0x10cdd5??'','drawingId':_0x4318ab??_0xb353ce,..._0x5c1cd7?{'route':_0x5c1cd7}:{}});}});this[_0x2e084c(0x49a)](this[_0x2e084c(0x412)][_0x2e084c(0x298)](_0x5568bb,_0x145c31));}[_0x7d12da(0x3c2)](){const _0x32de78=_0x7d12da;this[_0x32de78(0x49a)](this['_chartModelService'][_0x32de78(0x26a)][_0x32de78(0x44a)](_0x43d5c6=>{const _0x169c63=_0x32de78;let _0x1b9a24=new _0x1da7ec['DisposableCollection']();_0x1b9a24[_0x169c63(0x448)](this[_0x169c63(0x4d1)]['on'](_0x43d5c6['id'],_0x169c63(0x3b2),_0x30c60f=>{this['_openFloatMenu'](_0x43d5c6['id'],_0x30c60f);})),_0x1b9a24[_0x169c63(0x448)](this[_0x169c63(0x4d1)]['on'](_0x43d5c6['id'],_0x169c63(0x492),()=>{const _0x18b20e=_0x169c63;this[_0x18b20e(0x354)](_0x43d5c6['id']);})),_0x43d5c6['onDispose'](()=>{_0x1b9a24['dispose'](),this['_clearSelectedTarget'](_0x43d5c6['id']);}),this[_0x169c63(0x49a)](_0x1b9a24);})),this['disposeWithMe'](this[_0x32de78(0x4d3)]['activeEditChart$'][_0x32de78(0x44a)](_0x28d762=>{const _0x586df2=_0x32de78;(!_0x28d762||this[_0x586df2(0x218)]&&_0x28d762!==this[_0x586df2(0x218)])&&this['_closePopup']();})),this[_0x32de78(0x49a)](this[_0x32de78(0x22b)][_0x32de78(0x435)][_0x32de78(0x44a)](({id:_0x307b98})=>{const _0x4951d9=_0x32de78;this[_0x4951d9(0x482)](_0x307b98);})),this['disposeWithMe'](this[_0x32de78(0x22b)][_0x32de78(0x2ed)]['subscribe'](({id:_0x4f229f})=>{const _0x3a0814=_0x32de78;this[_0x3a0814(0x482)](_0x4f229f);})),this['disposeWithMe'](this[_0x32de78(0x27a)][_0x32de78(0x30e)][_0x32de78(0x44a)](_0x3867eb=>{const _0x318071=_0x32de78;this[_0x318071(0x482)](_0x3867eb);}));}[_0x7d12da(0x354)](_0x10e704){const _0x278bd9=_0x7d12da;if(this['_chartUIService'][_0x278bd9(0x4df)])return;let _0x2073a0=this[_0x278bd9(0x3dc)][_0x278bd9(0x343)](_0x10e704),_0x1ae273=this[_0x278bd9(0x22b)][_0x278bd9(0x4a2)](_0x10e704);!_0x2073a0||!_0x1ae273||(this[_0x278bd9(0x3dc)][_0x278bd9(0x32e)](_0x2073a0),this[_0x278bd9(0x261)]['executeCommand'](_0x4dcf39['id'],{'unitId':_0x1ae273[_0x278bd9(0x490)],'subUnitId':_0x1ae273[_0x278bd9(0x26e)]??'','drawingId':_0x10e704}));}[_0x7d12da(0x537)](_0x3a9d58){const _0x73251b=_0x7d12da;let _0x41ebbb=this[_0x73251b(0x3dc)][_0x73251b(0x343)](_0x3a9d58);_0x41ebbb&&this[_0x73251b(0x3dc)]['setActiveChartModel'](_0x41ebbb);}[_0x7d12da(0x24d)](_0x540f19,_0x51ebfa){const _0x2200a0=_0x7d12da;if(!this['_chartUIService'][_0x2200a0(0x306)](_0x540f19))return;let _0x15508a=this[_0x2200a0(0x3dc)]['getChartModel'](_0x540f19),_0x34e2bc=_0x15508a?_0x7c6d76(_0x15508a,_0x51ebfa['hit']):void 0x0;if(!_0x34e2bc){this[_0x2200a0(0x4d3)][_0x2200a0(0x453)](null),this[_0x2200a0(0x4d3)]['clearPanelRoute'](),this['_closePopup']();return;}let _0x10653a=this[_0x2200a0(0x22b)][_0x2200a0(0x4a2)](_0x540f19);if(!_0x15508a||!_0x10653a){this['_chartUIService'][_0x2200a0(0x453)](null),this[_0x2200a0(0x4d3)][_0x2200a0(0x4b1)](),this['_closePopup']();return;}if(this[_0x2200a0(0x3dc)][_0x2200a0(0x32e)](_0x15508a),this[_0x2200a0(0x4d3)][_0x2200a0(0x453)]({'chartId':_0x540f19,'element':_0x51ebfa[_0x2200a0(0x3d0)],'target':_0x34e2bc[_0x2200a0(0x20e)],'route':_0x34e2bc[_0x2200a0(0x4a3)]}),this[_0x2200a0(0x4d3)][_0x2200a0(0x2f4)](_0x540f19,_0x34e2bc[_0x2200a0(0x4a3)]),this[_0x2200a0(0x4a8)](),!_0x34e2bc[_0x2200a0(0x405)])return;let _0x1ab600=_0x3e3492(_0x51ebfa,_0x10653a[_0x2200a0(0x391)],()=>this[_0x2200a0(0x3bf)](_0x540f19));if(!_0x1ab600[_0x2200a0(0x2a0)]){_0x1ab600[_0x2200a0(0x248)]();return;}let _0x42928f=this[_0x2200a0(0x331)][_0x2200a0(0x3db)](_0x1ab600['initialRect'],_0x1ab600['anchorRect$'],{'componentKey':_0x173304['CHART_ELEMENT_FLOAT_MENU_COMPONENT'],'direction':'top-center','offset':[0x0,0x8],'extraProps':{'unitId':_0x10653a[_0x2200a0(0x490)],'subUnitId':_0x10653a[_0x2200a0(0x26e)],'chartId':_0x540f19,'drawingId':_0x540f19,'element':_0x51ebfa[_0x2200a0(0x3d0)],'target':_0x34e2bc[_0x2200a0(0x20e)],'adapterKey':_0x5568bb}},_0x10653a[_0x2200a0(0x490)],_0x10653a[_0x2200a0(0x26e)])??null;if(!_0x42928f){_0x1ab600[_0x2200a0(0x248)]();return;}let _0x757fe4=new _0x1da7ec[(_0x2200a0(0x319))]();_0x757fe4[_0x2200a0(0x448)](_0x42928f),_0x757fe4[_0x2200a0(0x448)](_0x1ab600),this[_0x2200a0(0x3dd)]=_0x757fe4,this['_popupChartId']=_0x540f19;}[_0x7d12da(0x4a8)](){const _0x33c3bc=_0x7d12da;var _0x201ce3;(_0x201ce3=this['_popupDisposable'])==null||_0x201ce3['dispose'](),this[_0x33c3bc(0x3dd)]=null,this[_0x33c3bc(0x218)]=null;}[_0x7d12da(0x482)](_0x2f78c7){const _0x566646=_0x7d12da;!this['_chartUIService']['isElementEditModeActive'](_0x2f78c7)&&this[_0x566646(0x218)]!==_0x2f78c7||(this['_chartUIService'][_0x566646(0x453)](null),this[_0x566646(0x4d3)][_0x566646(0x4b1)](),this[_0x566646(0x218)]===_0x2f78c7&&this[_0x566646(0x4a8)]());}[_0x7d12da(0x3bf)](_0xd07946){const _0x23ada4=_0x7d12da;this['_clearSelectedTarget'](_0xd07946),this['_chartUIService'][_0x23ada4(0x306)](_0xd07946)&&(this[_0x23ada4(0x4d1)][_0x23ada4(0x425)](_0xd07946,!0x1),this[_0x23ada4(0x4d1)][_0x23ada4(0x425)](_0xd07946,!0x0));}};_0x4f74eb=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a[_0x7d12da(0x1f6)])),_0x493c2e(0x1,(0x0,_0x1da7ec['Inject'])(_0x32f42a)),_0x493c2e(0x2,_0xa24186),_0x493c2e(0x3,(0x0,_0x1da7ec['Inject'])(_0x1960ed[_0x7d12da(0x348)])),_0x493c2e(0x4,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x364311[_0x7d12da(0x4b5)])),_0x493c2e(0x5,_0x4b3521),_0x493c2e(0x6,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x173304[_0x7d12da(0x502)])),_0x493c2e(0x7,_0x1da7ec[_0x7d12da(0x496)]),_0x493c2e(0x8,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec['Injector']))],_0x4f74eb);let _0x383ff0=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x34348a,_0x5dd054){const _0x58fdf9=_0x7d12da;super(),this[_0x58fdf9(0x358)]=_0x34348a,this[_0x58fdf9(0x3dc)]=_0x5dd054,this[_0x58fdf9(0x294)]();}['_init'](){const _0x3204e0=_0x7d12da;this[_0x3204e0(0x49a)](this[_0x3204e0(0x358)][_0x3204e0(0x30e)][_0x3204e0(0x44a)](_0x1d8258=>{const _0x3f3107=_0x3204e0;this[_0x3f3107(0x3dc)]['removeChartModel'](_0x1d8258);}));}};_0x383ff0=_0x3b9455([_0x493c2e(0x0,_0xa24186),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a['ChartModelService']))],_0x383ff0);let _0x3b6a23=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x35cfda,_0xc4923a,_0x2a65fb,_0x3879dd,_0x5a825e,_0x22a02a){const _0x161b27=_0x7d12da;super(),this['_chartModelService']=_0x35cfda,this['_chartRenderService']=_0xc4923a,this[_0x161b27(0x507)]=_0x2a65fb,this[_0x161b27(0x4d3)]=_0x3879dd,this[_0x161b27(0x261)]=_0x5a825e,this[_0x161b27(0x1ef)]=_0x22a02a,_0x451b0c(this,_0x161b27(0x3cc),new Map()),this[_0x161b27(0x294)](),this['_listenChartUpdateMutations'](),this[_0x161b27(0x4fd)]();}['_initPrinting'](){const _0x3dd990=_0x7d12da;this['disposeWithMe'](this[_0x3dd990(0x1ef)][_0x3dd990(0x4c5)][_0x3dd990(0x341)](this[_0x3dd990(0x1ef)][_0x3dd990(0x4c5)]['getInterceptPoints']()[_0x3dd990(0x2aa)],{'handler':(_0x45d711,_0x1fe9f9,_0x59d193)=>{const _0x114286=_0x3dd990;let _0x3a7939=this[_0x114286(0x4d1)]['renderChartsForPrinting'](_0x1fe9f9[_0x114286(0x490)],_0x1fe9f9['subUnitId'],_0x1fe9f9['scene']);return _0x1fe9f9[_0x114286(0x20d)][_0x114286(0x448)](_0x3a7939),_0x59d193(_0x45d711);}}));}[_0x7d12da(0x294)](){const _0x6d94c4=_0x7d12da;this[_0x6d94c4(0x49a)](this[_0x6d94c4(0x3dc)][_0x6d94c4(0x26a)]['subscribe'](_0x2958c5=>{const _0x29f481=_0x6d94c4;if(_0x2958c5){let _0x3389b7=new _0x1da7ec[(_0x29f481(0x319))]();_0x3389b7[_0x29f481(0x448)](_0x2958c5[_0x29f481(0x3de)][_0x29f481(0x29d)]((0x0,_0x15372d[_0x29f481(0x431)])(_0x2958c5[_0x29f481(0x300)]),(0x0,_0x15372d[_0x29f481(0x431)])(this[_0x29f481(0x507)][_0x29f481(0x1fa)]),(0x0,_0x15372d['debounceTime'])(0x64))[_0x29f481(0x44a)](([[_0x34bed7,_0x141578],_0x4d3a56])=>{const _0x54386b=_0x29f481;var _0x1abd17;if(!_0x34bed7)return;(_0x1abd17=_0x34bed7[_0x54386b(0x34f)])==null||_0x1abd17[_0x54386b(0x42c)][_0x54386b(0x495)]((_0x1b17c0,_0x32fc19)=>{const _0x5e2a95=_0x54386b;_0x1b17c0[_0x5e2a95(0x1f5)]||=this[_0x5e2a95(0x507)]['t']('sheets-chart-ui.common.category')+'\x20'+(_0x32fc19+0x1);}),_0x34bed7[_0x54386b(0x229)][_0x54386b(0x495)]((_0x24735a,_0x558adf)=>{const _0x47de17=_0x54386b;_0x24735a[_0x47de17(0x22c)]||=this[_0x47de17(0x507)]['t']('sheets-chart-ui.chord.target')+'\x20'+(_0x558adf+0x1);});let _0x5c4c5a=this[_0x54386b(0x4d1)]['createRuntimeChartStyle'](_0x2958c5,_0x4d3a56);this['_chartRenderService'][_0x54386b(0x289)](_0x2958c5['id'],_0x34bed7,_0x5c4c5a);})),_0x2958c5[_0x29f481(0x327)](()=>{const _0x1b0ae7=_0x29f481;_0x3389b7[_0x1b0ae7(0x248)]();});}}));}['_listenChartUpdateMutations'](){const _0x5e7610=_0x7d12da;this[_0x5e7610(0x49a)](this[_0x5e7610(0x261)][_0x5e7610(0x4ff)](_0x1b52c0=>{const _0x13e841=_0x5e7610;if(_0x1b52c0['id']!==_0x28eb9a[_0x13e841(0x443)]['id'])return;let _0x41528c=_0x1b52c0[_0x13e841(0x2a9)];_0x41528c!=null&&_0x41528c['chartModelId']&&Promise[_0x13e841(0x26d)]()[_0x13e841(0x48d)](()=>this[_0x13e841(0x529)](_0x41528c));}));}['_renderAfterChartUpdateMutation'](_0x3ece41){const _0xaac21d=_0x7d12da;let _0x16ad1b=this['_chartModelService'][_0xaac21d(0x343)](_0x3ece41['chartModelId']);if(!_0x16ad1b||_0x16ad1b['chartType']!==_0x5dd517['ChartTypeBits'][_0xaac21d(0x452)])return;let _0x34a359=_0x16ad1b['config'];if(!_0x34a359){this[_0xaac21d(0x489)](_0x16ad1b);return;}this[_0xaac21d(0x2ab)](_0x16ad1b,_0x34a359);}[_0x7d12da(0x489)](_0x89a6ef){const _0x3abc27=_0x7d12da;if(this[_0x3abc27(0x3cc)][_0x3abc27(0x287)](_0x89a6ef['id']))return;let _0x56a9f4=_0x89a6ef[_0x3abc27(0x3de)][_0x3abc27(0x29d)]((0x0,_0x15372d[_0x3abc27(0x43d)])(_0xb9e093=>_0xb9e093!=null),(0x0,_0x15372d[_0x3abc27(0x49d)])(0x1))[_0x3abc27(0x44a)](_0x18b973=>{const _0x964be0=_0x3abc27;this[_0x964be0(0x3cc)][_0x964be0(0x24c)](_0x89a6ef['id']),this[_0x964be0(0x2ab)](_0x89a6ef,_0x18b973);});this['_pendingMutationConfigRenders'][_0x3abc27(0x29a)](_0x89a6ef['id'],_0x56a9f4),_0x89a6ef['onDispose'](()=>{const _0x40b203=_0x3abc27;_0x56a9f4[_0x40b203(0x2bb)](),this['_pendingMutationConfigRenders']['delete'](_0x89a6ef['id']);});}[_0x7d12da(0x2ab)](_0x45a3bb,_0x3af0fa){const _0x5be654=_0x7d12da;let _0x331e85=this[_0x5be654(0x4d1)][_0x5be654(0x1db)](_0x45a3bb,this[_0x5be654(0x507)][_0x5be654(0x27f)]());this[_0x5be654(0x4d1)][_0x5be654(0x289)](_0x45a3bb['id'],_0x3af0fa,_0x331e85);}};_0x3b6a23=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a[_0x7d12da(0x1f6)])),_0x493c2e(0x1,(0x0,_0x1da7ec['Inject'])(_0x32f42a)),_0x493c2e(0x2,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec[_0x7d12da(0x21e)])),_0x493c2e(0x3,_0x4b3521),_0x493c2e(0x4,_0x1da7ec[_0x7d12da(0x496)]),_0x493c2e(0x5,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1960ed['SheetPrintInterceptorService']))],_0x3b6a23);let _0x5bd748=class extends _0x1da7ec['Disposable']{constructor(_0x5d2a64,_0x23ff18,_0xa2cc8c,_0x51c6df){const _0x1f7689=_0x7d12da;super(),this[_0x1f7689(0x337)]=_0x5d2a64,this[_0x1f7689(0x221)]=_0x23ff18,this[_0x1f7689(0x41e)]=_0xa2cc8c,this[_0x1f7689(0x3dc)]=_0x51c6df,this[_0x1f7689(0x4fc)]();}[_0x7d12da(0x4fc)](){const _0x546b89=_0x7d12da;this[_0x546b89(0x49a)](this['_sheetInterceptorService'][_0x546b89(0x41d)]({'getMutations':_0x32d29e=>{const _0x412f90=_0x546b89;if(_0x32d29e['id']===_0x2d166[_0x412f90(0x212)]['id']){let _0x5597cd=(0x0,_0x2d166[_0x412f90(0x414)])(this[_0x412f90(0x337)],_0x32d29e[_0x412f90(0x2a9)]);if(!_0x5597cd)return{'redos':[],'undos':[]};let {unitId:_0x4c0cfc,subUnitId:_0x53254d}=_0x5597cd,_0x42fa6e=this[_0x412f90(0x41e)][_0x412f90(0x420)](_0x4c0cfc,_0x53254d),_0x1df226=Object[_0x412f90(0x297)](_0x42fa6e)[_0x412f90(0x43d)](_0x3bf13a=>_0x3bf13a[_0x412f90(0x214)]===_0x1da7ec[_0x412f90(0x2ff)][_0x412f90(0x3ca)]);if(_0x1df226[_0x412f90(0x31c)]===0x0)return{'redos':[],'undos':[]};let _0x59c25f=[],_0x832a64=[];for(let _0x329660=0x0;_0x329660<_0x1df226[_0x412f90(0x31c)];_0x329660++){let _0x3ebdf2=_0x1df226[_0x329660],_0x15ad8c=this[_0x412f90(0x3dc)][_0x412f90(0x343)](_0x3ebdf2[_0x412f90(0x411)]);if(!_0x15ad8c)continue;let _0x5a37d4=_0x15ad8c[_0x412f90(0x1e0)][_0x412f90(0x432)](),{chartType:_0x11399f,context:_0x54a6a1,style:_0xe2c6da,dataAggregation:_0xb2881}=_0x15ad8c[_0x412f90(0x206)](),{redo:_0x774f6c,undo:_0x5e0935,objects:_0x5dcf5d}=this[_0x412f90(0x41e)][_0x412f90(0x2ea)]([_0x3ebdf2]);_0x59c25f[_0x412f90(0x313)]({'id':_0x28eb9a[_0x412f90(0x2e6)]['id'],'params':{'unitId':_0x4c0cfc,'subUnitId':_0x53254d,'chartId':_0x3ebdf2[_0x412f90(0x411)]}}),_0x59c25f['push']({'id':_0x4754e3[_0x412f90(0x3a6)]['id'],'params':{'unitId':_0x4c0cfc,'subUnitId':_0x53254d,'type':_0x4754e3['DrawingApplyType'][_0x412f90(0x479)],'op':_0x774f6c,'objects':_0x5dcf5d}}),_0x832a64[_0x412f90(0x313)]({'id':_0x4754e3['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x4c0cfc,'subUnitId':_0x53254d,'type':_0x4754e3['DrawingApplyType'][_0x412f90(0x224)],'op':_0x5e0935,'objects':_0x5dcf5d}}),_0x832a64['push']({'id':_0x28eb9a['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x4c0cfc,'subUnitId':_0x53254d,'chartId':_0x3ebdf2[_0x412f90(0x411)],'chartType':_0x11399f,...(0x0,_0x28eb9a[_0x412f90(0x2ec)])(_0x5a37d4),'context':_0x54a6a1,'style':_0xe2c6da,'dataAggregation':_0xb2881}});}return{'redos':_0x59c25f,'undos':_0x832a64};}else{if(_0x32d29e['id']===_0x2d166['CopySheetCommand']['id']){let {unitId:_0x169bd1,subUnitId:_0x21bfcf,targetSubUnitId:_0x3bbedf}=_0x32d29e['params'];if(!_0x169bd1||!_0x21bfcf||!_0x3bbedf)return{'redos':[],'undos':[]};let _0x5277f7=this[_0x412f90(0x41e)]['getDrawingData'](_0x169bd1,_0x21bfcf),_0x4f8adc=Object[_0x412f90(0x297)](_0x5277f7)[_0x412f90(0x43d)](_0x133792=>_0x133792[_0x412f90(0x214)]===_0x1da7ec[_0x412f90(0x2ff)]['DRAWING_CHART']);if(_0x4f8adc[_0x412f90(0x31c)]===0x0)return{'redos':[],'undos':[]};let _0xf78d3b=[],_0x5e067c=[];for(let _0x4cbe3b=0x0;_0x4cbe3b<_0x4f8adc['length'];_0x4cbe3b++){let _0x41eeb6=_0x4f8adc[_0x4cbe3b],_0x41e2dd=this[_0x412f90(0x3dc)]['getChartModel'](_0x41eeb6['drawingId']);if(!_0x41e2dd)continue;let _0x2777f5=(0x0,_0x1da7ec[_0x412f90(0x4ea)])(),_0x24832c={..._0x41eeb6,'unitId':_0x169bd1,'subUnitId':_0x3bbedf,'drawingId':_0x2777f5},_0x2be7e1=_0x41e2dd['dataSource'][_0x412f90(0x432)](),_0x411e64=Array['isArray'](_0x2be7e1)?_0x2be7e1[_0x412f90(0x4f2)](_0x4c6ea8=>({..._0x4c6ea8,..._0x4c6ea8[_0x412f90(0x25b)]?{'header':{..._0x4c6ea8[_0x412f90(0x25b)],'subUnitId':_0x3bbedf}}:{},'range':{..._0x4c6ea8['range'],'subUnitId':_0x3bbedf}})):{..._0x2be7e1,'rangeInfo':{..._0x2be7e1['rangeInfo'],'subUnitId':_0x3bbedf}},{chartType:_0x121406,context:_0x44143e,style:_0xb3a701,dataAggregation:_0x115023}=_0x41e2dd[_0x412f90(0x206)](),{redo:_0x3bb800,undo:_0x2f64c9,objects:_0x3c49ec}=this['_sheetDrawingService'][_0x412f90(0x2fc)]([_0x24832c]);_0xf78d3b[_0x412f90(0x313)]({'id':_0x4754e3[_0x412f90(0x3a6)]['id'],'params':{'unitId':_0x169bd1,'subUnitId':_0x3bbedf,'type':_0x4754e3[_0x412f90(0x2f8)][_0x412f90(0x224)],'op':_0x3bb800,'objects':_0x3c49ec}}),_0xf78d3b[_0x412f90(0x313)]({'id':_0x28eb9a[_0x412f90(0x2fd)]['id'],'params':{'unitId':_0x169bd1,'subUnitId':_0x3bbedf,'chartId':_0x2777f5,'chartType':_0x121406,...(0x0,_0x28eb9a[_0x412f90(0x2ec)])(_0x411e64),'context':_0x44143e,'style':_0xb3a701,'dataAggregation':_0x115023}}),_0x5e067c[_0x412f90(0x313)]({'id':_0x28eb9a['RemoveSheetsChartMutation']['id'],'params':{'unitId':_0x169bd1,'subUnitId':_0x3bbedf,'chartId':_0x2777f5}}),_0x5e067c['push']({'id':_0x4754e3[_0x412f90(0x3a6)]['id'],'params':{'unitId':_0x169bd1,'subUnitId':_0x3bbedf,'type':_0x4754e3[_0x412f90(0x2f8)][_0x412f90(0x479)],'op':_0x2f64c9,'objects':_0x3c49ec}});}return{'redos':_0xf78d3b,'undos':_0x5e067c};}}return{'redos':[],'undos':[]};}}));}};_0x5bd748=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec[_0x7d12da(0x47c)])),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x2d166[_0x7d12da(0x203)])),_0x493c2e(0x2,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x4754e3[_0x7d12da(0x347)])),_0x493c2e(0x3,(0x0,_0x1da7ec['Inject'])(_0x28eb9a[_0x7d12da(0x1f6)]))],_0x5bd748);function _0x2bf6b2({ref:_0x59510d,..._0x2389ce}){const _0xb15eeb=_0x7d12da;let {icon:_0x282aa4,id:_0x418a28,className:_0x1b5491,extend:_0x136d48,..._0x5a6f1a}=_0x2389ce,_0x2ef3df=('univerjs-icon\x20univerjs-icon-'+_0x418a28+'\x20'+(_0x1b5491||''))['trim'](),_0x115345=(0x0,_0x370d3a[_0xb15eeb(0x4c6)])('_'+_0xbf2fe6());return _0x2f09cf(_0x282aa4,''+_0x418a28,{'defIds':_0x282aa4[_0xb15eeb(0x372)],'idSuffix':_0x115345[_0xb15eeb(0x481)]},{'ref':_0x59510d,'className':_0x2ef3df,..._0x5a6f1a},_0x136d48);}function _0x2f09cf(_0x417d1a,_0x1a4bb6,_0x422ef4,_0x3f5cab,_0xe9b29a){const _0x2cfc58=_0x7d12da;return(0x0,_0x370d3a[_0x2cfc58(0x532)])(_0x417d1a[_0x2cfc58(0x296)],{'key':_0x1a4bb6,..._0xe6364a(_0x417d1a,_0x422ef4,_0xe9b29a),..._0x3f5cab},(_0x148b02(_0x417d1a,_0x422ef4)['children']||[])['map']((_0x41a069,_0x22d8bc)=>_0x2f09cf(_0x41a069,_0x1a4bb6+'-'+_0x417d1a[_0x2cfc58(0x296)]+'-'+_0x22d8bc,_0x422ef4,void 0x0,_0xe9b29a)));}function _0xe6364a(_0x39920e,_0x85ad2a,_0x2377da){const _0x414fcf=_0x7d12da;let _0x5120fa={..._0x39920e[_0x414fcf(0x208)]};_0x2377da!=null&&_0x2377da[_0x414fcf(0x46a)]&&_0x5120fa[_0x414fcf(0x3e0)]===_0x414fcf(0x46a)&&(_0x5120fa[_0x414fcf(0x3e0)]=_0x2377da['colorChannel1']),_0x2377da!=null&&_0x2377da[_0x414fcf(0x46a)]&&_0x5120fa['stroke']===_0x414fcf(0x46a)&&(_0x5120fa[_0x414fcf(0x1e3)]=_0x2377da['colorChannel1']),_0x39920e['tag']===_0x414fcf(0x36e)&&_0x5120fa['id']&&(_0x5120fa['id']+=_0x85ad2a[_0x414fcf(0x4f6)]),Object[_0x414fcf(0x2b6)](_0x5120fa)[_0x414fcf(0x495)](([_0x3162c6,_0x457cf1])=>{const _0x1f8bf0=_0x414fcf;_0x3162c6==='mask'&&typeof _0x457cf1==_0x1f8bf0(0x4d8)&&(_0x5120fa[_0x3162c6]=_0x457cf1[_0x1f8bf0(0x21b)](/url\(#(.*)\)/,_0x1f8bf0(0x2d6)+_0x85ad2a['idSuffix']+')'));});let {defIds:_0x283e88}=_0x85ad2a;return!_0x283e88||_0x283e88[_0x414fcf(0x31c)]===0x0?_0x5120fa:(_0x39920e[_0x414fcf(0x296)]===_0x414fcf(0x250)&&_0x5120fa[_0x414fcf(0x318)]&&(_0x5120fa[_0x414fcf(0x318)]+=_0x85ad2a[_0x414fcf(0x4f6)]),Object[_0x414fcf(0x2b6)](_0x5120fa)['forEach'](([_0x3824fa,_0x3de7cb])=>{const _0x52c7e2=_0x414fcf;typeof _0x3de7cb=='string'&&(_0x5120fa[_0x3824fa]=_0x3de7cb[_0x52c7e2(0x21b)](/url\(#(.*)\)/,'url(#$1'+_0x85ad2a[_0x52c7e2(0x4f6)]+')'));}),_0x5120fa);}function _0x148b02(_0xb47a66,_0x5b1169){const _0x17ff6a=_0x7d12da;var _0x9d69f4;let {defIds:_0x4b7d82}=_0x5b1169;return!_0x4b7d82||_0x4b7d82[_0x17ff6a(0x31c)]===0x0?_0xb47a66:_0xb47a66[_0x17ff6a(0x296)]===_0x17ff6a(0x1fe)&&(_0x9d69f4=_0xb47a66[_0x17ff6a(0x536)])!=null&&_0x9d69f4[_0x17ff6a(0x31c)]?{..._0xb47a66,'children':_0xb47a66[_0x17ff6a(0x536)][_0x17ff6a(0x4f2)](_0x47d47d=>typeof _0x47d47d[_0x17ff6a(0x208)]['id']==_0x17ff6a(0x4d8)&&_0x4b7d82&&_0x4b7d82[_0x17ff6a(0x1f3)](_0x47d47d[_0x17ff6a(0x208)]['id'])?{..._0x47d47d,'attrs':{..._0x47d47d[_0x17ff6a(0x208)],'id':_0x47d47d[_0x17ff6a(0x208)]['id']+_0x5b1169['idSuffix']}}:_0x47d47d)}:_0xb47a66;}function _0xbf2fe6(){const _0x174ad2=_0x7d12da;return Math['random']()[_0x174ad2(0x23c)](0x24)[_0x174ad2(0x1de)](0x2,0x8);}_0x2bf6b2[_0x7d12da(0x4a5)]=_0x7d12da(0x2d9);let _0x3ca728={'tag':_0x7d12da(0x4ab),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x7d12da(0x4f7),'viewBox':'0\x200\x2016\x2016','width':_0x7d12da(0x467),'height':_0x7d12da(0x467)},'children':[{'tag':_0x7d12da(0x2ca),'attrs':{'fill':_0x7d12da(0x2cc),'d':_0x7d12da(0x433)}}]},_0xdcab5c=(0x0,_0x370d3a[_0x7d12da(0x37b)])(function(_0x30ba5a,_0x4825bb){const _0x2edc75=_0x7d12da;return(0x0,_0x370d3a[_0x2edc75(0x532)])(_0x2bf6b2,Object[_0x2edc75(0x3a8)]({},_0x30ba5a,{'id':_0x2edc75(0x309),'ref':_0x4825bb,'icon':_0x3ca728}));});_0xdcab5c[_0x7d12da(0x4a5)]=_0x7d12da(0x231);let _0x36093d=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x29d618,_0x29814c){const _0x43e6de=_0x7d12da;super(),this[_0x43e6de(0x22e)]=_0x29d618,this[_0x43e6de(0x2fe)]=_0x29814c,this[_0x43e6de(0x303)](),this[_0x43e6de(0x29b)]();}[_0x7d12da(0x303)](){const _0x3123fa=_0x7d12da;this[_0x3123fa(0x49a)](this[_0x3123fa(0x2fe)][_0x3123fa(0x298)]({'PenIcon':_0xdcab5c}));}[_0x7d12da(0x29b)](){const _0x12c398=_0x7d12da;[[_0x266dc7,_0xf5a7e1]][_0x12c398(0x495)](([_0x5b906e,_0x1c3446])=>{const _0x23c608=_0x12c398;this['disposeWithMe'](this[_0x23c608(0x22e)]['register'](_0x5b906e,_0x1c3446));});}};_0x36093d=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x58ec7c[_0x7d12da(0x4f9)])),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x58ec7c[_0x7d12da(0x2f3)]))],_0x36093d);let _0x283938=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x336ac6,_0x287783,_0xd43339,_0x1e77de){const _0x2c054a=_0x7d12da;super(),this[_0x2c054a(0x223)]=_0x336ac6,this[_0x2c054a(0x299)]=_0x287783,this[_0x2c054a(0x41e)]=_0xd43339,this[_0x2c054a(0x3dc)]=_0x1e77de,_0x451b0c(this,_0x2c054a(0x27c),void 0x0),this[_0x2c054a(0x4cf)]();}get[_0x7d12da(0x277)](){const _0x76bcd9=_0x7d12da;return this['_sheetDrawingService'][_0x76bcd9(0x2b9)]();}[_0x7d12da(0x4cf)](){const _0x2ea620=_0x7d12da;this[_0x2ea620(0x49a)](this['_sheetClipboardService']['addClipboardHook']({'id':_0x28eb9a[_0x2ea620(0x522)],'onBeforeCopy':(_0x434dcd,_0x1df15b,_0x222728,_0x4ef436)=>{const _0x4c6175=_0x2ea620;this[_0x4c6175(0x27c)]=null;let _0x38c9dc=this[_0x4c6175(0x277)];if(_0x38c9dc[_0x4c6175(0x31c)]){let _0x84b51c=_0x38c9dc['filter'](_0x3e11c9=>_0x3e11c9['drawingType']===_0x1da7ec[_0x4c6175(0x2ff)][_0x4c6175(0x3ca)]);if(_0x84b51c[_0x4c6175(0x31c)]===0x0)return;this['_copyInfo']={'unitId':_0x434dcd,'subUnitId':_0x1df15b,'copyType':_0x4ef436,'drawings':_0x84b51c};}else this[_0x4c6175(0x519)](_0x434dcd,_0x1df15b,_0x222728,_0x4ef436);},'onPasteCells':(_0x30bd1e,_0x2bbcb6,_0x49bb57,_0x760c0c)=>{const _0x1cfcc5=_0x2ea620;if(!this[_0x1cfcc5(0x27c)])return{'redos':[],'undos':[]};let {pasteType:_0x5e96bc}=_0x760c0c;return _0x5e96bc===_0x1960ed[_0x1cfcc5(0x254)][_0x1cfcc5(0x2d7)]?this[_0x1cfcc5(0x3b0)](_0x2bbcb6,this['_copyInfo'][_0x1cfcc5(0x3d7)]===_0x1960ed[_0x1cfcc5(0x1f0)][_0x1cfcc5(0x2df)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x1ec9ae=>this[_0x2ea620(0x27c)]?this['_generatePasteMutations'](_0x1ec9ae,this[_0x2ea620(0x27c)]['copyType']===_0x1960ed[_0x2ea620(0x1f0)][_0x2ea620(0x2df)]):{'redos':[],'undos':[]}}));}[_0x7d12da(0x519)](_0x203ac2,_0xd9655d,_0x2484ec,_0x1ef63a){const _0x22ee24=_0x7d12da;let _0x388e89=this[_0x22ee24(0x223)][_0x22ee24(0x247)](_0x203ac2,_0xd9655d);if(!_0x388e89)return;let _0x5d1467=(0x0,_0x2d166[_0x22ee24(0x459)])(_0x388e89,_0x2484ec);if(!_0x5d1467)return;let {startX:_0x45be99,endX:_0x3aae07,startY:_0x332d34,endY:_0x13367a}=_0x5d1467,_0x290c46=this[_0x22ee24(0x41e)][_0x22ee24(0x420)](_0x203ac2,_0xd9655d),_0x7ec61=this[_0x22ee24(0x277)][_0x22ee24(0x2b4)]();for(let [_0x544adf,_0x4d0999]of Object[_0x22ee24(0x2b6)](_0x290c46)){if(_0x4d0999[_0x22ee24(0x214)]!==_0x1da7ec[_0x22ee24(0x2ff)][_0x22ee24(0x3ca)])continue;let {transform:_0x5df464}=_0x4d0999;if(!_0x5df464)continue;let {left:_0x545fd2=0x0,top:_0x18421d=0x0,width:_0xbbe5b9=0x0,height:_0x5c8506=0x0}=_0x5df464;_0x45be99<=_0x545fd2&&_0x3aae07>=_0x545fd2+_0xbbe5b9&&_0x332d34<=_0x18421d&&_0x13367a>=_0x18421d+_0x5c8506&&_0x7ec61[_0x22ee24(0x313)](_0x4d0999);}_0x7ec61[_0x22ee24(0x31c)]>0x0&&(this[_0x22ee24(0x27c)]={'unitId':_0x203ac2,'subUnitId':_0xd9655d,'copyType':_0x1ef63a,'copyRange':_0x2484ec,'drawings':_0x7ec61});}[_0x7d12da(0x3b0)](_0x3605c8,_0x33acc0){const _0x178eae=_0x7d12da;let {unitId:_0x57ab0c,subUnitId:_0x2e4acd,range:_0x19da77}=_0x3605c8,_0x57a22a=this[_0x178eae(0x223)]['getSkeleton'](_0x57ab0c,_0x2e4acd);if(!_0x57a22a)return{'redos':[],'undos':[]};let _0xb85089=(0x0,_0x2d166[_0x178eae(0x2d1)])(_0x19da77),{unitId:_0x193162,subUnitId:_0x4a9b39,copyRange:_0x257c2e,drawings:_0x16fc40}=this[_0x178eae(0x27c)],_0x3603df=this[_0x178eae(0x223)][_0x178eae(0x247)](_0x193162,_0x4a9b39);if(!_0x3603df)return{'redos':[],'undos':[]};let _0x4e5256=[],_0x256b77=[];for(let _0x25b3d1 of _0x16fc40){let {drawingId:_0x1378b7,transform:_0x51d308,sheetTransform:_0x5798bc}=_0x25b3d1,_0x36ebd8=this['_chartModelService'][_0x178eae(0x343)](_0x1378b7);if(!_0x36ebd8||!_0x51d308||!_0x5798bc)continue;let _0x3d048c=this['_updateTransform']({'transform':_0x51d308,'sheetTransform':_0x5798bc},{'skeleton':_0x3603df,'range':_0x257c2e},{'skeleton':_0x57a22a,'range':_0xb85089});if(_0x33acc0){let {redos:_0x3dce62,undos:_0x4a60d2}=this[_0x178eae(0x3b8)]({'fromUnitId':_0x193162,'fromSubUnitId':_0x4a9b39,'toUnitId':_0x57ab0c,'toSubUnitId':_0x2e4acd,'drawing':_0x25b3d1,'newTransforms':_0x3d048c},_0x36ebd8);_0x4e5256['push'](..._0x3dce62),_0x256b77[_0x178eae(0x313)](..._0x4a60d2);continue;}let {redos:_0x5d4356,undos:_0xf8a4eb}=this['_generateCopyPasteMutations']({'toUnitId':_0x57ab0c,'toSubUnitId':_0x2e4acd,'drawing':_0x25b3d1,'newTransforms':_0x3d048c},_0x36ebd8);_0x4e5256[_0x178eae(0x313)](..._0x5d4356),_0x256b77[_0x178eae(0x313)](..._0xf8a4eb);}return{'redos':_0x4e5256,'undos':_0x256b77};}[_0x7d12da(0x3b8)](_0x141bdd,_0x16ffaf){const _0x255a8d=_0x7d12da;let {fromUnitId:_0xdaf1f0,fromSubUnitId:_0x2479c5,toUnitId:_0x3fc36b,toSubUnitId:_0x4350a9,drawing:_0x3004d5,newTransforms:_0x5c755e}=_0x141bdd,_0x74a696={..._0x3004d5,'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'transform':_0x5c755e[_0x255a8d(0x312)],'sheetTransform':_0x5c755e[_0x255a8d(0x419)]};if(_0x3fc36b===_0xdaf1f0&&_0x4350a9===_0x2479c5){let {redo:_0x38d514,undo:_0x43af1b,objects:_0x5521c0}=this[_0x255a8d(0x41e)][_0x255a8d(0x39a)]([_0x74a696]);return{'redos':[{'id':_0x4754e3[_0x255a8d(0x3a6)]['id'],'params':{'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'type':_0x4754e3[_0x255a8d(0x2f8)][_0x255a8d(0x380)],'op':_0x38d514,'objects':_0x5521c0}}],'undos':[{'id':_0x4754e3[_0x255a8d(0x3a6)]['id'],'params':{'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'type':_0x4754e3[_0x255a8d(0x2f8)][_0x255a8d(0x380)],'op':_0x43af1b,'objects':_0x5521c0}}]};}else{let _0x1d458f=this[_0x255a8d(0x41e)][_0x255a8d(0x2ea)]([_0x3004d5]),_0x27bb61=this['_sheetDrawingService']['getBatchAddOp']([_0x74a696]),_0x335b5f=_0x16ffaf[_0x255a8d(0x1e0)][_0x255a8d(0x432)](),{chartType:_0x3d08f3,context:_0x40d13e,style:_0x47d7e5,dataAggregation:_0x4866eb}=_0x16ffaf[_0x255a8d(0x206)]();return{'redos':[{'id':_0x4754e3[_0x255a8d(0x3a6)]['id'],'params':{'unitId':_0xdaf1f0,'subUnitId':_0x2479c5,'type':_0x4754e3['DrawingApplyType'][_0x255a8d(0x479)],'op':_0x1d458f[_0x255a8d(0x49b)],'objects':_0x1d458f[_0x255a8d(0x4b8)]}},{'id':_0x28eb9a[_0x255a8d(0x2e6)]['id'],'params':{'unitId':_0xdaf1f0,'subUnitId':_0x2479c5,'chartId':_0x3004d5[_0x255a8d(0x411)]}},{'id':_0x4754e3[_0x255a8d(0x3a6)]['id'],'params':{'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'type':_0x4754e3['DrawingApplyType'][_0x255a8d(0x224)],'op':_0x27bb61['redo'],'objects':_0x27bb61[_0x255a8d(0x4b8)]}},{'id':_0x28eb9a['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'chartId':_0x3004d5[_0x255a8d(0x411)],'chartType':_0x3d08f3,...(0x0,_0x28eb9a[_0x255a8d(0x2ec)])(_0x335b5f),'context':_0x40d13e,'style':_0x47d7e5,'dataAggregation':_0x4866eb}}],'undos':[{'id':_0x4754e3[_0x255a8d(0x3a6)]['id'],'params':{'unitId':_0xdaf1f0,'subUnitId':_0x2479c5,'type':_0x4754e3['DrawingApplyType'][_0x255a8d(0x224)],'op':_0x1d458f[_0x255a8d(0x38d)],'objects':_0x1d458f['objects']}},{'id':_0x28eb9a['InsertSheetsChartMutation']['id'],'params':{'unitId':_0xdaf1f0,'subUnitId':_0x2479c5,'chartId':_0x3004d5['drawingId'],'chartType':_0x3d08f3,...(0x0,_0x28eb9a[_0x255a8d(0x2ec)])(_0x335b5f),'context':_0x40d13e,'style':_0x47d7e5,'dataAggregation':_0x4866eb}},{'id':_0x4754e3[_0x255a8d(0x3a6)]['id'],'params':{'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'type':_0x4754e3[_0x255a8d(0x2f8)][_0x255a8d(0x479)],'op':_0x27bb61[_0x255a8d(0x38d)],'objects':_0x27bb61[_0x255a8d(0x4b8)]}},{'id':_0x28eb9a[_0x255a8d(0x2e6)]['id'],'params':{'unitId':_0x3fc36b,'subUnitId':_0x4350a9,'chartId':_0x3004d5[_0x255a8d(0x411)]}}]};}}[_0x7d12da(0x2be)](_0x5da735,_0x252f23){const _0x4f0f3=_0x7d12da;let {toUnitId:_0x40e096,toSubUnitId:_0x685f51,drawing:_0x214060,newTransforms:_0x482303}=_0x5da735,_0x231697=(0x0,_0x1da7ec[_0x4f0f3(0x4ea)])(),_0x25abf4={..._0x214060,'unitId':_0x40e096,'subUnitId':_0x685f51,'drawingId':_0x231697,'transform':_0x482303[_0x4f0f3(0x312)],'sheetTransform':_0x482303[_0x4f0f3(0x419)]},{redo:_0x3b82af,undo:_0x3d770f,objects:_0x422641}=this[_0x4f0f3(0x41e)][_0x4f0f3(0x2fc)]([_0x25abf4]),_0x5598c9=_0x252f23[_0x4f0f3(0x1e0)][_0x4f0f3(0x432)](),{chartType:_0x14dc1c,context:_0x4da0b8,style:_0x59668d,dataAggregation:_0x26d259}=_0x252f23[_0x4f0f3(0x206)]();return{'redos':[{'id':_0x4754e3['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x40e096,'subUnitId':_0x685f51,'type':_0x4754e3[_0x4f0f3(0x2f8)]['INSERT'],'op':_0x3b82af,'objects':_0x422641}},{'id':_0x28eb9a['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x40e096,'subUnitId':_0x685f51,'chartId':_0x231697,'chartType':_0x14dc1c,...(0x0,_0x28eb9a['toInsertChartMutationSource'])(_0x5598c9),'context':_0x4da0b8,'style':_0x59668d,'dataAggregation':_0x26d259}}],'undos':[{'id':_0x4754e3[_0x4f0f3(0x3a6)]['id'],'params':{'unitId':_0x40e096,'subUnitId':_0x685f51,'type':_0x4754e3['DrawingApplyType'][_0x4f0f3(0x479)],'op':_0x3d770f,'objects':_0x422641}},{'id':_0x28eb9a['RemoveSheetsChartMutation']['id'],'params':{'unitId':_0x40e096,'subUnitId':_0x685f51,'chartId':_0x231697}}]};}[_0x7d12da(0x38e)](_0x4157ff,_0x50e397,_0x23f943){const _0x2e3c38=_0x7d12da;let {range:_0x60b8e3,skeleton:_0x5d7d30}=_0x50e397,{range:_0x55b0cd,skeleton:_0x2d0052}=_0x23f943,{transform:_0x49d93d,sheetTransform:_0xc5a13f}=_0x4157ff,_0x428b1f={..._0x49d93d};if(_0x60b8e3){let _0x1fd0db=(0x0,_0x2d166[_0x2e3c38(0x459)])(_0x5d7d30,_0x60b8e3),_0x37b3a5=(0x0,_0x2d166[_0x2e3c38(0x459)])(_0x2d0052,_0x55b0cd);if(_0x1fd0db&&_0x37b3a5){let _0x3e39d8=_0x37b3a5[_0x2e3c38(0x3ce)]-_0x1fd0db['startX'],_0x40ebd4=_0x37b3a5[_0x2e3c38(0x2a5)]-_0x1fd0db[_0x2e3c38(0x2a5)];_0x428b1f[_0x2e3c38(0x418)]=(_0x428b1f[_0x2e3c38(0x418)]??0x0)+_0x3e39d8,_0x428b1f['top']=(_0x428b1f[_0x2e3c38(0x4d5)]??0x0)+_0x40ebd4;}}else{let _0x1a1096=(0x0,_0x2d166[_0x2e3c38(0x459)])(_0x2d0052,_0x55b0cd);_0x428b1f[_0x2e3c38(0x418)]=_0x1a1096==null?void 0x0:_0x1a1096[_0x2e3c38(0x3ce)],_0x428b1f[_0x2e3c38(0x4d5)]=_0x1a1096==null?void 0x0:_0x1a1096[_0x2e3c38(0x2a5)];}return{'transform':_0x428b1f,'sheetTransform':(0x0,_0x4754e3[_0x2e3c38(0x31e)])(_0x428b1f,_0x2d0052)??_0xc5a13f};}};_0x283938=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x2d166['SheetSkeletonService'])),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1960ed[_0x7d12da(0x3e5)])),_0x493c2e(0x2,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x4754e3[_0x7d12da(0x347)])),_0x493c2e(0x3,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x28eb9a[_0x7d12da(0x1f6)]))],_0x283938);let _0x2a90f9=class extends _0x1da7ec[_0x7d12da(0x499)]{constructor(_0x433b5e,_0x2f496b,_0x39e8dc,_0x13277b){const _0x39f912=_0x7d12da;super(),this['_commandService']=_0x433b5e,this[_0x39f912(0x507)]=_0x2f496b,this['_sheetPermissionCheckController']=_0x39e8dc,this[_0x39f912(0x339)]=_0x13277b,this[_0x39f912(0x3a5)]();}['_initPermission'](){const _0x59903a=_0x7d12da;this[_0x59903a(0x49a)](this['_commandService']['beforeCommandExecuted'](_0x35dd39=>{const _0x514904=_0x59903a;let _0x2b0e2c,_0x3eef5e;if(_0x35dd39['id']===_0x28eb9a['InsertChartCommand']['id']){let _0x51e9af=_0x35dd39[_0x514904(0x2a9)];_0x2b0e2c=_0x51e9af[_0x514904(0x490)],_0x3eef5e=_0x51e9af[_0x514904(0x26e)];}else{if(_0x35dd39['id']===_0x28eb9a['ChartUpdateConfigCommand']['id']||_0x35dd39['id']===_0x28eb9a[_0x514904(0x291)]['id']){let _0x4a0be0=_0x35dd39[_0x514904(0x2a9)];_0x2b0e2c=_0x4a0be0[_0x514904(0x490)],_0x3eef5e=this[_0x514904(0x339)][_0x514904(0x3fa)](_0x4a0be0[_0x514904(0x490)],_0x4a0be0['chartModelId']);}}!_0x2b0e2c||!_0x3eef5e||this[_0x514904(0x395)][_0x514904(0x23b)]({'workbookTypes':[_0x2d166[_0x514904(0x315)]],'worksheetTypes':[_0x2d166[_0x514904(0x2a7)]]},_0x2b0e2c,_0x3eef5e)||this['_sheetPermissionCheckController'][_0x514904(0x215)](this[_0x514904(0x507)]['t'](_0x514904(0x4af)));}));}};_0x2a90f9=_0x3b9455([_0x493c2e(0x0,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec['ICommandService'])),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec[_0x7d12da(0x21e)])),_0x493c2e(0x2,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x2d166[_0x7d12da(0x366)])),_0x493c2e(0x3,(0x0,_0x1da7ec['Inject'])(_0x28eb9a[_0x7d12da(0x423)]))],_0x2a90f9);let _0xc027c4=class extends _0x1da7ec[_0x7d12da(0x50b)]{constructor(_0x3a8496=_0x2feb31,_0x14f708,_0x3c62dd,_0x623a94){const _0x1dc6d9=_0x7d12da;super(),this['_config']=_0x3a8496,this[_0x1dc6d9(0x451)]=_0x14f708,this[_0x1dc6d9(0x3b4)]=_0x3c62dd,this[_0x1dc6d9(0x261)]=_0x623a94,_0x451b0c(this,_0x1dc6d9(0x476),void 0x0);let {..._0x58a6b4}=(0x0,_0x1da7ec[_0x1dc6d9(0x50d)])({},_0x2feb31,this['_config']);this['_resolvedConfig']=_0x58a6b4,this[_0x1dc6d9(0x3b4)][_0x1dc6d9(0x338)](_0x466ca5,_0x58a6b4),this[_0x1dc6d9(0x3b7)](),(0x0,_0x5dd517[_0x1dc6d9(0x27b)])(_0x5dd517[_0x1dc6d9(0x515)]);}[_0x7d12da(0x1df)](){const _0x49e7f6=_0x7d12da;this[_0x49e7f6(0x451)][_0x49e7f6(0x448)]([_0x36093d]),this[_0x49e7f6(0x451)][_0x49e7f6(0x287)](_0x36093d);let _0x1295b9=this[_0x49e7f6(0x451)],_0x58eef0=[[_0x4b3521,{'useClass':_0xd38931}],[_0xa24186,{'useClass':_0x3f6cbd}],[_0x167f01],[_0x32f42a],[_0xb93665],[_0x383ff0],[_0x3b6a23],[_0x283938],[_0x5bd748],[_0x2a90f9]],_0x4a5f22=[[_0xb93665],[_0x3b6a23],[_0x383ff0],[_0x4b3521],[_0x283938],[_0x5bd748],[_0x2a90f9]];this[_0x49e7f6(0x476)]['enableChartElementFloatMenu']&&(_0x58eef0['push']([_0x4f74eb]),_0x4a5f22[_0x49e7f6(0x313)]([_0x4f74eb])),_0x58eef0['forEach'](_0x2b1e32=>_0x1295b9[_0x49e7f6(0x448)](_0x2b1e32)),(0x0,_0x1da7ec['touchDependencies'])(this[_0x49e7f6(0x451)],_0x4a5f22);}['onRendered'](){const _0x4da462=_0x7d12da;var _0x371c35;(_0x371c35=this[_0x4da462(0x451)][_0x4da462(0x287)](_0xb93665))==null||_0x371c35[_0x4da462(0x2e3)]();}[_0x7d12da(0x3b7)](){const _0x4696d3=_0x7d12da;[_0x3ddcbf,_0x5815fc,_0xaff2e8,_0x509a78,_0x4caaf8,_0x4dcf39,_0x4c56c5]['forEach'](_0x3669d5=>this['disposeWithMe'](this[_0x4696d3(0x261)][_0x4696d3(0x2c2)](_0x3669d5)));}};_0x451b0c(_0xc027c4,_0x7d12da(0x1fc),_0x1da7ec[_0x7d12da(0x3f8)]['UNIVER_SHEET']),_0x451b0c(_0xc027c4,_0x7d12da(0x2cd),_0x7d12da(0x270)),_0x451b0c(_0xc027c4,_0x7d12da(0x4c3),_0x5632c9),_0x451b0c(_0xc027c4,_0x7d12da(0x29c),_0xef55d7),_0xc027c4=_0x3b9455([(0x0,_0x1da7ec[_0x7d12da(0x50f)])(_0x4d77ba[_0x7d12da(0x397)],_0x5405e4[_0x7d12da(0x530)],_0x41ff50['UniverRenderEnginePlugin'],_0x2d166[_0x7d12da(0x3f1)],_0x4754e3[_0x7d12da(0x485)],_0x173304['UniverChartUIPlugin'],_0x28eb9a['UniverSheetsChartPlugin'],_0x364311[_0x7d12da(0x3f2)],_0x1960ed['UniverSheetsUIPlugin']),_0x493c2e(0x1,(0x0,_0x1da7ec[_0x7d12da(0x1ec)])(_0x1da7ec['Injector'])),_0x493c2e(0x2,_0x1da7ec[_0x7d12da(0x3ae)]),_0x493c2e(0x3,_0x1da7ec[_0x7d12da(0x496)])],_0xc027c4),_0xd4719d['ISheetsChartUIService']=_0x4b3521,_0xd4719d[_0x7d12da(0x472)]=_0x466ca5,Object[_0x7d12da(0x445)](_0xd4719d,'SheetsChartUIController',{'enumerable':!0x0,'get':function(){return _0xb93665;}}),_0xd4719d[_0x7d12da(0x378)]=_0x4e55e6,Object[_0x7d12da(0x445)](_0xd4719d,_0x7d12da(0x4d6),{'enumerable':!0x0,'get':function(){return _0xd38931;}}),Object['defineProperty'](_0xd4719d,'UniverSheetsChartUIPlugin',{'enumerable':!0x0,'get':function(){return _0xc027c4;}});}));function _0x169c(_0x27d75d,_0x4ca2e8){_0x27d75d=_0x27d75d-0x1d9;const _0xb88369=_0xb883();let _0x169c75=_0xb88369[_0x27d75d];return _0x169c75;}function _0xb883(){const _0x44e967=['_snapshotStore','titles','attachRangeWithCoord','add$','with','6781310xgMlaz','width','ChartEditPanelTabs','Legend','_executeChartUpdateSourceConfig','sheets-chart-ui.section.sunburst','DEFAULT_CHART_STYLE_VALUES','clip','_initActiveRuntimeLayerListener','abs','_bindChartEventHandler','1em','getSheetBySheetId','markUnmanaged','colorChannel1','_markHostReady','getUnit','sheet.command.chart.export-focused-image','invert','Injector','Data','@univerjs/sheets-drawing','SHEETS_CHART_UI_PLUGIN_CONFIG_KEY','Scatter','_getFloatDomInfo','_disposeChartDomInstance','_resolvedConfig','_chartInstanceMap','getCurrentLastSelection','REMOVE','requestPaint','sheets-chart-ui.section.radar','IUniverInstanceService','funnel','_getChartRenderObjectContext','_rangeSelectMode','_chartHostMap','current','_clearSelectedTarget','sheets-chart-ui.section.candlestick','getCurrentUnitOfType','UniverSheetsDrawingPlugin','ChartGridlinesAndTicksSection','localPoint','resolveDefaultChartHostFrameStyle','_renderWhenConfigReady','_chartSnapshotStoreService','activeChartModel','sheets-chart-ui.common.customize','then','ChartTypeField','prototype','unitId','chartTypeSupportsLineAndAreaStyle','dblclick','clear','getDrawingShapeKeyByDrawingSearch','forEach','ICommandService','_initMenus','2557722uzgXGY','Disposable','disposeWithMe','redo','@univerjs-pro/sheets-chart','take','featurePluginGroupUpdate$','3214632wSbeZU','getSheetId','_shouldSuppressSnapshot','getFloatDomInfo','route','_draw','displayName','DownloadImageIcon','sheets-chart-ui.common.rightVerticalAxis','_closePopup','Url','@univerjs/sheets-formula-ui','svg','resolveChartCreationIntent','TRANSFORM_CHANGE_OBSERVABLE_TYPE','offsetWidth','sheets-chart-ui.permission.editErr','titleKey','clearPanelRoute','startColumn','DRAWING_OBJECT_LAYER_INDEX','nextVersion','SheetCanvasFloatDomManagerService','PieStyle','buildChartTypeSelectOptions','objects','Series','mountNode','setDataRange','Bar','_snapshotKey','_debounceHandle','_drawChartFrame','default','chartObject','getRenderUnitById','packageName','domId','interceptor','useRef','style','getContextValue','Dom','darkMode$','UniverCore','ensureHost','Observable','RightVerticalAxis','_initCopyPaste','SHEETS_CHART_PLUGIN_CONFIG_KEY','_chartRenderService','_cancelHostWait','_chartUIService','getBoundingClientRect','top','SheetsChartUIService','border','string','HorizontalAxis','_sidebarService','getValue','toPrimitive','rxjs','rangeInfo$','activeEditChart','ChartIndicatorLineSection','_bindChartEventHandlers','Histogram','invalidateSnapshot','_requestChartCanvasRender','deriveStateFromActiveSheet$','sheets-chart-ui.section.gridlinesAndTicks','ChartRelationStyleSection','ChartStyle','_restoreHostWrapper','generateRandomId','getImage','allSeriesStyle','ChartEditorProvider','_panelRoute$','offsetLeft','ChartSectionAccordion','_clearSheetChartRuntimeCaches','map','axis','chartTypeCanUseTrendLine','update','idSuffix','none','_renderManagerService','ComponentManager','UniverDrawingUi','#-#','_initSheetChange','_initPrinting','_canvasFloatDomService','onCommandExecuted','max','_clearChartRuntimeCache','ChartElementFloatMenuAdapterRegistry','_lastActiveSheet','parentElement','indexOf','_isChartElementEditEnabled','_localeService','sheets-chart-ui.common.trendline','Fail\x20to\x20create\x20float\x20dom','blur','Plugin','sheets-chart-ui.section.waterfall','merge','syncHostLayout','DependentOn','_cancelDebouncedCallbacks','allSettled','executeChartUpdateConfig','getParent','SheetChartBuilderAdapter','echarts','_chartEventSubscriptions','DEFAULT_CHART_LEGEND_VALUES','UniverEngineFormula','_createCopyInfoByRange','getSheetBySheetName','getName','1279437uDffav','setRangeSelectMode','chartModelRemoved$','_createPrintingChartObject','setImage','all','SHEETS_CHART_PLUGIN_NAME','ChartEditorCapability','applyPoint','DEFAULT_CHART_RELATION_VALUES','rangeInfo','src','throttleTime','_renderAfterChartUpdateMutation','_renderDebounceMap','2834984azYpaq','BUTTON','ensureHandle','_savedWrapperStyle','Bubble','UniverDrawingPlugin','isInGroup','createElement','ChartAndAxisTitles','DEFAULT_CHART_TRENDLINE_VALUES','pieSecondaryPlotType','children','_setActiveChart','getFocusedUnit','clientX','checkHost','createRuntimeChartStyle','SHEET_CHART_RENDER_OBJECT_CONFIG','DEFAULT_CHART_LINE_AND_AREA_VALUES','substring','onStarting','dataSource','getTransformerByCreate','ChartEditPanelTab','stroke','Waterfall','number','react','CHART_TYPE_CATALOG','inactive-sheet','EChartRenderEngineName','ChartLineAndAreaSection','restore','Inject','strokeWidth','_getChartSnapshotKey','_sheetPrintInterceptorService','COPY_TYPE','scroll','ChartUIService','includes','handleActiveSubUnitChange','label','ChartModelService','lineAndArea','div','_initActiveChartModelListener','direction$','IndicatorLine','type','_getOrCreateSheetChartHost','defs','ChartTypeBits','constructor','601872ZiAnKN','_disposeChartRenderInstance','SheetInterceptorService','section','cancel','serialize','SheetCopyCommand','attrs','startWith','ChartNumberFormatAtom','small','sheets-chart-ui.section.chord','resourceCollector','target','_url','ChartParetoSeriesSection','getMatrix','RemoveSheetCommand','UniverUi','drawingType','blockExecuteWithoutPermission','resolveChartElementSelection','ChartDomFrame','_popupChartId','[ChartRender]\x20Failed\x20to\x20render\x20chart\x20snapshot\x20for\x20printing','Heatmap','replace','_isProviderDisposed','checkChartCanRender','LocaleService','config','chartRenderMode','_sheetInterceptorService','UniverEngineRender','_sheetSkeletonService','INSERT','bottom','openChartPanelById','DEFAULT_CHART_HEATMAP_VALUES','iterator','series','resolveChartEditPanelRoute','_sheetCanvasFloatDomManagerService','name','createChartInstance','_componentManager','14QBDXBY','-univer-mx-4','PenIcon','_getImage','_image','_activeEditChart$','DataOrientation','_disposeImage','ChartRenderMode','sheets-chart-ui.common.editChart','MenuItemType','ISidebarService','permissionCheckWithoutRange','toString','href','React','scene','complete','RangeSelector','.chart-host','CHART_HOST_BORDER_RADIUS','WaterfallSeries','offsetTop','RibbonInsertGroup','getSkeleton','dispose','useObservable','onTransformChange$','@univerjs/sheets-drawing-ui','delete','_openFloatMenu','Sunburst','setBorder','use','isRender','sheets-chart-element-float-menu','_entries','PREDEFINED_HOOK_NAME','call','subscribeEvent','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','ChartSeriesSection','ChartHostRenderMode','drawWith','header','DEFAULT_CHART_TITLE_VALUES','getDrawingOrder','_shouldEnableChartElementEdit','isManaged','debounce','_commandService','assignStyle','baseOn','_markNotReady','sheets-chart-ui.common.insertChart','BehaviorSubject','sheets-chart-ui.host.provider','Gauge','_chartElementEditMode','chartModelAdded$','getAllowedChartTypes','isLatest','resolve','subUnitId','ChartWaterfallSetupFields','UniverSheetsChartUIPlugin','Boxplot','getChartDataSource','sheets-chart-ui.section.relation','setOrientation','some','chartImageSourceToDataUrl','_focusedDrawings','groupId','ChartSectionAccordionItem','_chartHostProvider','registerWordCloudChart','_copyInfo','_activateHostWrapper','relation','getDirection','rangeSelectMode','insertGroupObject','pareto','Module','object','exportImg','_resizeChart','get','IMenuManagerService','render','ChartTrendlineSection','commitSnapshot','_renderModelManager','_sheetsChartUIService','_resetChartRuntimeZIndex','chartId','anonymous','ChartUpdateSourceCommand','innerHeight','_disposed','_init','function','tag','values','register','_sheetClipboardService','set','_registerComponents','version','pipe','getOwnPropertyDescriptor','UniverProEngineChart','visible','ChartEditPanelSection','DEFAULT_CHART_AXIS_VALUES','Positive','_selectedElement$','startY','url','WorksheetEditPermission','IDrawingContextMenuService','params','PRINTING_COMPONENT_COLLECT','_renderChartModel','bind','evented','@univerjs/design','CHART','@univerjs/sheets-ui','_sidebarDisposable','getRenderColor','sheets-chart-ui.section.funnel','slice','auto','entries','setActiveEditChart','ChartAxisSection','getFocusDrawings','right','unsubscribe','updateFloatDomProps','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','_generateCopyPasteMutations','_markReady','setContextValue','_hostStyle','registerCommand','beginPath','CommandType','GeneralSeries','DEFAULT_CHART_PARETO_VALUES','sheets-chart-ui.common.useAsCategoryLabels','getCurrentRangeDisable$','getRealBound','path','fromEvent','currentColor','pluginName','engine','getUnitId','_getSceneAndTransformerByDrawingSearch','discreteRangeToRange','ChartStyleSection','scaleX','chartBitsUtils','save','url(#$1','DEFAULT_PASTE','defaultValues','UniverIcon','SheetSkeletonManagerService','waterfall','sheets-chart.ui.service','querySelector','_urlImage','CUT','rightYAxis','univer-flex\x20univer-flex-col\x20univer-gap-3','GROUP','initPanel','Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','isHit','RemoveSheetsChartMutation','_managed','combineLatest','_domFrame','getBatchRemoveOp','focusDrawing','toInsertChartMutationSource','remove$','_activeChartId','create','columnPercentStacked','innerWidth','_activeDomReadyChartIds','IconManager','setPanelRoute','@univerjs/core','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','sheets-chart-ui.common.verticalAxis','DrawingApplyType','_drawingManagerService','UniverSheets','ensureMount','getBatchAddOp','InsertSheetsChartMutation','_iconManager','DrawingTypeEnum','style$','getElementById','scaleY','_registerIcons','close','UNIVER_SHEET','isElementEditModeActive','moveTo','height','pen-icon','sheets-chart-ui.section.indicatorLine','activeChartModel$','_contextService','asObservable','removeHost$','offsetHeight','arc','jsxs','transform','push','@univerjs/sheets','WorkbookEditablePermission','getObject','ChartRadarStyleSection','xlink:href','DisposableCollection','4827436lolaZG','selectedElement$','length','Style','transformToDrawingPosition','sheets-chart-ui.section.wordCloud','IRenderManagerService','ChartWaterfallStyleTarget','_getCurrentSnapshotImage','Column','@univerjs/engine-render','setHostStyle','logicalOuterRect','onDispose','Area','mode','missing-float-dom','clientHeight','sheet-chart-style-panel','Canvas','setActiveChartModel','1.0.0-beta.0','_sheetDrawingHitTestService','_sheetCanvasPopManagerService','Transform','columnStacked','ChartEditBlockTitle','removeHost','exportImage','_univerInstanceService','setConfig','_sheetsChartService','ObjectType','resize','sheet.command.chart.copy-focused-chart','isDomReady','FOCUSING_COMMON_DRAWINGS','closePath','keys','intercept','_rect','getChartModel','UniverSheetsDrawingUi','_chartThemeService','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-flex\x20univer-h-0\x20univer-min-h-full\x20univer-w-full\x20univer-flex-col\x20univer-bg-white\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-900\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','ISheetDrawingService','SheetCanvasPopManagerService','isArray','sheet.operation.open-chart-panel','focus$','markHostNotReady','_applyHostStyle','getConfig','category','useDependency','ThemeService','Relation','has','_openEditPanelByDoubleClick','contains','every','isConnected','_chartHostProviderService','tab','hidePanel','IContextService','markReady','lineTo','OPERATION','range','Rect','Candlestick','syncLayout','Treemap','value','_chartEventHandlers','SheetPermissionCheckController','setObjectType','DEFAULT_CHART_WORD_CLOUD_VALUES','_drawChartImage','symbol','_getChartRenderSkipReason','_menuManagerService','resolveChartRuntimeStyle','mask','_rerenderLatest','sheets-chart-ui.common.openChartPanel','translate','defIds','useState','ChartLegendSection','jsx','_disposeChartEventSubscriptions','renderChartsForPrinting','SheetsChartUIMenuSchema','drawingIds','clearImage','forwardRef','sheets-chart-ui.common.switchRowColumn','_openPanel','featurePluginUngroupUpdate$','chartTypeSupportsCapability','UPDATE','Pie','_setHostStyle','hasOwnProperty','PieSecondaryPlotType','_resolveLayout','sheets-chart-ui.common.exportImage','_getHostPlacement','DEFAULT_CHART_FUNNEL_VALUES','_chartRenderMode','_getChartRenderObject','ImageBitmap','_setChartRuntimeZIndex','undo','_updateTransform','sheets-chart-ui.common.deleteChart','_waiter','position$','ChartSectionAccordionContent','registerRenderObjectFactory','useEffect','_sheetPermissionCheckController','checkMounted','UniverLicensePlugin','_version','open','getBatchUpdateOp','updateFloatDom','naturalWidth','_pendingToken','sheets-chart-ui.config','ChartTypeSpecificStyleSection','ChartImageSourceType','getRenderModel','CanvasFloatDomService','legend','Sankey','_initPermission','SetDrawingApplyMutation','Fragment','assign','cumulativeLineStyle','getDrawingByParam','DEFAULT_CHART_WATERFALL_STYLE_VALUES','_debounceHandleMap','toStringTag','IConfigService','rect','_generatePasteMutations','Subtotal','click','sheets-chart-ui.chord.target','_configService','rightY','sheet-chart-setup-panel','_initCommands','_generateCutPasteMutations','clearChart','@univerjs-pro/chart-ui','pointerEvents','markNotReady','sheet.command.menu-insert-chart','sheet.chart.edit.panel','_clearHiddenSelectedTarget','ChartFrameLayout','@univerjs-pro/license','_subscribeChartEvents','image','enableChartElementFloatMenu','_addWatermark','sheetDisposed$','Image','_applyActiveChartRuntimeZIndex','_requestPaint','DRAWING_CHART','_getOuterRect','_pendingMutationConfigRenders','sheets-chart-ui.chartTypes.','startX','classType','hit','activeEditChart$','sheets-chart-ui.section.treemap','setStyle','ContextMenuGroup','Overlay','@univerjs-pro/engine-chart','copyType','sheets-chart-ui.common.setup','makeDirty','next','attachPopupToDynamicAbsolutePosition','_chartModelService','_popupDisposable','config$','getRect','fill','parent','_createImageChartHost','getActiveSheet','sheets-chart-ui.section.histogram','ISheetClipboardService','clearRuntimeCache','numberToABC','sheets-chart-ui.common.chartAndAxisTitles','getObjectIncludeInGroup','IDrawingManagerService','DEFAULT_CHART_WATERFALL_SETUP_VALUES','Funnel','labelId','@univerjs/drawing-ui','serializeRangeWithSheet','createChartElementFloatMenuAdapter','UniverSheetsPlugin','UniverSheetsDrawingUIPlugin','useChartEditorChartType','concat','ancestorTransform','addObject','Chord','UniverInstanceType','radar','getSubUnitId','getCanvasElement','_themeService','sheet.operation.hide-chart-panel','opacity','Row','_registerAdapter','DEFAULT_CHART_SERIES_VALUES','select','_removeHost$','Trendline','showFloatMenu','VerticalAxis','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-5','_activateEditPanelState','univer-shrink-0','GridlinesAndTicks','Axes','canvas','executeCommand','ImageChartHost','UniverSheetsFormulaUi','ChartSectionAccordionTrigger','drawingId','_adapterRegistry','ChartGradientFillField','getSheetCommandTarget','img','getChartPopupMenus','Radar','left','sheetTransform','indicatorLine','_createChartRenderInstanceContext','_getOrCreateChartRenderInstance','interceptCommand','_sheetDrawingService','getHostSize','getDrawingData','_pendingHost','_deactivateEditPanelState','SheetsChartService','getCurrentTypeOfUnit$','setElementEditMode','dom','transparent','_createHost','chartType','sheets-chart-ui.section.paretoBar','sheets-chart-ui.common.hideChartPanel','items','featurePluginOrderUpdate$','ChartViewStateRegistry','scale','onload','combineLatestWith','getRangeInfo','M12.666\x202.70571C11.7769\x201.76476\x2010.3295\x201.76476\x209.4404\x202.70571L3.37843\x209.12427C3.31779\x209.18848\x203.27756\x209.26409\x203.24979\x209.3439C3.24809\x209.3493\x203.24299\x209.3529\x203.24129\x209.3583L2.02912\x2013.2097C1.96112\x2013.4251\x202.01439\x2013.6633\x202.16626\x2013.8236C2.27393\x2013.9382\x202.41901\x2014\x202.56692\x2014C2.62699\x2014\x202.68762\x2013.9898\x202.74599\x2013.9688L6.3825\x2012.6846C6.3876\x2012.6828\x206.391\x2012.678\x206.39553\x2012.6762C6.47147\x2012.6474\x206.54287\x2012.6042\x206.60351\x2012.54L12.666\x206.12202C13.5558\x205.18048\x2013.5558\x203.64725\x2012.666\x202.70571ZM8.62832\x205.26209L9.04031\x205.69836C9.03918\x205.69956\x209.03748\x205.70016\x209.03634\x205.70136L4.99182\x209.9836L4.58096\x209.54853L8.62832\x205.26209ZM3.46287\x2012.4512L4.02673\x2010.6593L5.15446\x2011.8535L3.46287\x2012.4512ZM6.20342\x2011.2672L5.79256\x2010.8321L9.83709\x206.54988C9.83822\x206.54868\x209.83879\x206.54688\x209.83992\x206.54568L10.2513\x206.98135L6.20342\x2011.2672ZM11.8647\x205.27349L11.0532\x206.13282L9.42963\x204.41356L10.2411\x203.55423C10.6888\x203.08016\x2011.417\x203.08076\x2011.8642\x203.55423C12.3124\x204.0283\x2012.3124\x204.79942\x2011.8647\x205.27349Z','panelRoute$','transformChange$','DeleteIcon','MenuManagerPosition','1000','from','focused$','color','multiply','filter','ChartThemeService','_lastRenderInputMap','toDisposable','promise','sheet.command.chart.delete-focused-chart','ChartUpdateConfigMutation','COMMAND','defineProperty','ChartCommonDataMappingSection','_frameStyle','add','UniverProSheetsChartUi','subscribe','amd','sheets-chart-ui.section.paretoLine','nativeEvent','ChartIcon','univer-overflow-visible','sidebarOptions$','_injector','WordCloud','setSelectedElement','_getPlacement','ChartPieStyleSection','sheets-chart-ui.common.series'];_0xb883=function(){return _0x44e967;};return _0xb883();}