@univerjs-pro/sheets-chart-ui 1.0.0-alpha.2 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/README.md +5 -3
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +3 -127
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/commands/commands/focused-chart.command.d.ts +9 -0
  64. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +2 -0
  65. package/lib/types/config/config.d.ts +1 -0
  66. package/lib/types/controllers/chart-element-float-menu.controller.d.ts +30 -0
  67. package/lib/types/controllers/chart-render.controller.d.ts +4 -1
  68. package/lib/types/controllers/ui.controller.d.ts +14 -3
  69. package/lib/types/hooks.d.ts +2 -4
  70. package/lib/types/index.d.ts +4 -1
  71. package/lib/types/locale/en-US.d.ts +2 -0
  72. package/lib/types/menu/chart-context-menu.d.ts +7 -0
  73. package/lib/types/plugin.d.ts +1 -0
  74. package/lib/types/services/chart-content-layout.d.ts +1 -2
  75. package/lib/types/services/chart-element-popup-anchor.d.ts +10 -0
  76. package/lib/types/services/chart-element-selection.d.ts +9 -0
  77. package/lib/types/services/chart-image-rect.d.ts +4 -1
  78. package/lib/types/services/chart-panel-route.d.ts +20 -0
  79. package/lib/types/services/chart-render.service.d.ts +21 -9
  80. package/lib/types/services/sheet-chart-host.d.ts +6 -1
  81. package/lib/types/services/sheet-image-chart-host.d.ts +2 -2
  82. package/lib/types/services/sheets-chart-host-provider.service.d.ts +8 -8
  83. package/lib/types/services/sheets-chart-ui.service.d.ts +50 -11
  84. package/lib/types/views/chart-edit-panel/Options.d.ts +26 -85
  85. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -2
  86. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +1 -6
  87. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +0 -3
  88. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -2
  89. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +1 -1
  90. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -2
  91. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -2
  92. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +1 -6
  93. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +1 -6
  94. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +1 -6
  95. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +1 -6
  96. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -2
  97. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -2
  98. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +1 -2
  99. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -8
  100. package/lib/umd/index.js +1 -1
  101. package/lib/umd/locale/ar-SA.js +1 -1
  102. package/lib/umd/locale/ca-ES.js +1 -1
  103. package/lib/umd/locale/de-DE.js +1 -1
  104. package/lib/umd/locale/en-US.js +1 -1
  105. package/lib/umd/locale/es-ES.js +1 -1
  106. package/lib/umd/locale/fa-IR.js +1 -1
  107. package/lib/umd/locale/fr-FR.js +1 -1
  108. package/lib/umd/locale/id-ID.js +1 -1
  109. package/lib/umd/locale/it-IT.js +1 -1
  110. package/lib/umd/locale/ja-JP.js +1 -1
  111. package/lib/umd/locale/ko-KR.js +1 -1
  112. package/lib/umd/locale/pl-PL.js +1 -1
  113. package/lib/umd/locale/pt-BR.js +1 -1
  114. package/lib/umd/locale/ru-RU.js +1 -1
  115. package/lib/umd/locale/sk-SK.js +1 -1
  116. package/lib/umd/locale/vi-VN.js +1 -1
  117. package/lib/umd/locale/zh-CN.js +1 -1
  118. package/lib/umd/locale/zh-HK.js +1 -1
  119. package/lib/umd/locale/zh-TW.js +1 -1
  120. package/package.json +21 -18
  121. package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +0 -6
  122. package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +0 -9
  123. package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +0 -16
  124. package/lib/types/views/chart-edit-panel/font-format-bar/index.d.ts +0 -1
  125. package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +0 -6
  126. package/lib/types/views/print-chart/index.d.ts +0 -10
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x436e(_0x465a6e,_0x3b7df2){_0x465a6e=_0x465a6e-0xb6;const _0x2b7d95=_0x2b7d();let _0x436e4e=_0x2b7d95[_0x465a6e];return _0x436e4e;}function _0x2b7d(){const _0x4e0e30=['indicator','SELECTOR','sheets-chart-ui.trendline.log','currencySymbols','top\x20left','下午01:30','ensureHandle','InvalidValueType','promise','drawWith','Bar','getTransformerByCreate','create','setContextValue','hasOwnProperty','univer-mt-4','getRenderColor','ColorPicker','name','hasPaddingAngle','M12.05\x202.2V3.8','globalAlpha','M10.4\x203.8H13.7V9.6H10.4V3.8Z','chart-host','\x22#,##0.00_);(\x22','(1,235)\x20','(1,235)','ChartModelService','debounce','visible','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-600','sheets-chart-ui.reset','number','Percentage','PRINT_CHART_COMPONENT_KEY','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','resolveChartStyleBackgroundColor','rightYAxisTitle','sheets-chart-ui.lineType.smooth','_initMenus','jsx','top','Combination','symbolSize','red','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','toSpec','_sheetClipboardService','UniverEngineFormula','sheets-chart-ui.msg.invalidSource','CloudOutlineIcon','tooltip','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','movingAvg','univer-sheet-chart-format-dialog','seriesResourceList','bubbleSeries','_setHostStyle','UniverCore','\x22#,##0.00_);\x22','sheets-chart-ui.dialog.numfmt.accountingDesc','_chartHostMap','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.arrow','sheets-chart-ui.dataPoint','endX','trendline','_createHost','syncHostLayout','pointerEvents','checkMounted','sheets-chart-ui.color','sheets-chart-ui.dialog.numfmt.dateDesc','keys','UniverSheets','transformToDrawingPosition','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','_drawingManagerService','transparent','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','sheets-chart-ui.chartTypes.wordCloud','useState','sankey-icon','Square','IUniverInstanceService','startY','Left','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','sheets-chart-ui.permission.editErr','Multiple','_cancelDebouncedCallbacks','_lastActiveSheet','univer-w-full\x20univer-rounded-lg\x20univer-bg-gray-50\x20univer-p-0\x20dark:!univer-bg-gray-900','WaterfallSeriesTypeEnum','subTitleFontSize','clearRuntimeCache','map','sheets-chart-ui.styleEditPanel.repeatWordCould','subscribe','entries','univer-mb-2\x20univer-h-8','TextAlign','find','indicatorLabelTextColor','polynomial-icon','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','Row','sheets-chart-ui.shape.emptyRect','pow','sheets-chart-ui.settingsLabels.showEmptyCellsAs','registerWordCloudChart','bubbleLabel','useObservable','sheets-chart-ui.trendline.showFormula','univer-size-4','silent','Dom','Column','IDrawingManagerService','appendChild','sheets-chart-ui.withColor','sheets-chart-ui.chartTypes.line','sheets-chart-ui.chartTypes.pie','sheets-chart-ui.waterfall.subtotalStyle','univer-ml-1\x20univer-transition-transform\x20univer-duration-300','ISidebarService','_currentModel','getChartPopupMenus','push','BarChartIcon','Polygon','univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','69544PrDctH','sheets-chart-ui.dialog.numfmt.decimalPlaces','categoryList','borderClassName','_resizeChart','border','sheets-chart-ui.dialog.numfmt.cancel','right','markUnmanaged','asCategory','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','sheets-chart-ui.waterfall.arrangement','round','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','sheets-chart-ui.shape.diamond','ChartUpdateSourceCommand','forceRender','dataPointsOptions','_shouldSuppressSnapshot','SeriesLabelPosition','subUnitId','sheets-chart-ui.titles.yAxisTitle','univer-w-full\x20!univer-min-w-0','aggregate','Pie','sheets-chart-ui.indicatorLineType','_getDrawable','__default__','crossOrigin','Pin','sheets-chart-ui.chartTypes.bar','Checkbox','featurePluginOrderUpdate$','getDrawingShapeKeyByDrawingSearch','UniverSheetsUi','sheets-chart-ui.none','univer-mb-2','M12.05\x209.6V11.2','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','interceptCommand','SheetCanvasFloatDomManagerService','Right','_markNotReady','CloudIcon','dataRange','wordCloudMask','syncLayout','sheets-chart-ui.chartTypes.waterfall','floor','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-gap-3\x20univer-p-3\x20univer-pb-3\x20univer-text-sm','evenodd','univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','updateFloatDomProps','radio','Injector','_setChartRuntimeZIndex','titlePosition','sheets-chart-ui.gradientFill','resize','1RJZIam','univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','makeDirty','suffix','area','Bottom','useValueAsSymbolSize','WordCloud','_rangeSelectMode','sheets-chart-ui.dialog.numfmt.currency','decorate','abs','absolute','lineOrArea','exp','Inject','headers','-1,234.56','getDrawingOrder','selectedMode','TextVerticalAlign','_savedWrapperStyle','Waterfall','getBatchAddOp','BoldIcon','univer-flex\x20univer-items-center','sheets-chart-ui.trendline.pow','_generateCopyPasteMutations','MenuItemType','@univerjs/sheets-ui','Boxplot','defaultChartConfig','Observable','endColumn','Top','_getChartSnapshotKey','sheets-chart-ui.waterfall.positiveStyle','LocaleService','_init','_clearSheetChartRuntimeCaches','axis','RemoveSheetsChartMutation','ChartUpdateConfigMutation','sheets-chart-ui.invalidType.zero','sheets-chart-ui.host.provider','bold-icon','univer-text-primary-600','AreaPercentStacked','RTLChartStyle','Segmented','pie','sheets-chart-ui.axes.axisOptions','overflow','UPDATE','univer-text-sm\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','radarFill','size','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','pluginName','category','getCurrentRangeDisable$','endsWith','setRenderModel','sheets-chart-ui.dialog.numfmt.currencyDesc','UniverSheetsDrawingUi','\x22#,##0.00_);[Red]-\x22','Dashed','default','valueSuffix','#ffffff','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','assign','attrs','scatter-chart-icon','url(#radar-chart-icon_clip0_1644_119)','querySelector','Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','startsWith','End','univer-size-5','isArray','sheets-chart-ui.styleEditPanel.reverseAxisOrder','sheet.chart.edit.panel','mode','ICommandService','getFocusDrawings','jsxs','sheets-chart-ui.align.center','layout','iterator','sheets-chart-ui.chartTypes.scatter','Transform','_getOrCreateSheetChartHost','sheets-chart-ui.dialog.numfmt.formatTypes','ObjectType','ancestorTransform','CopySheetCommand','add$','univer-text-2xl','useEmphasis','activeChartModel','onload','1em','src','isRender','sheets-chart-ui.axes.verticalAxis','axisTitleAlign','classType','legendStyle','dataAggregation$','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','_renderModelMap','8884UVqOgS','IConfigService','None','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','DropdownMenu','chartId','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','univer-flex\x20univer-items-center\x20univer-justify-between','SheetSkeletonService','scaleY','_entries','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-ui.shape.polygon','_chartHostProvider','deepClone','univer-w-[136px]','getRegisteredThemes','removeChartModel','mountNode','DependentOn','SheetsChartUIController','getRenderById','sheets-chart-ui.trendline.name','wordCloud','config$','set','sheets-chart-ui.chartTypes.relation','pipe','permissionCheckWithoutRange','_sheetSkeletonService','WorksheetEditPermission','@univerjs/sheets-drawing','gap','AxisValueType','univer-mt-2-base','sheets-chart-ui.settingsLabels.useAsCategoryLabels','DeleteEmptyIcon','chartType$','1.0.0-alpha.2','FunnelIcon','sheets-chart-ui.chartTypes.column','sheets-chart-ui.relation.useValueAsSymbolSize','length','univer-leading-1\x20univer-cursor-pointer\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','repulsion','max','sheets-chart-ui.trendline.linear','sheets-chart-ui.chartTypes.radar','CUT','ThemeService','invalidValueType','140398wIGase','getCurrentUnitOfType','onCommandExecuted','Rect','ISheetClipboardService','config','relationLayout','Secondary','funnel-icon','width','updateWatermark','close','_getChartRenderObject','getRealBound','isFinite','relationship-icon','linear','negative','下午1:30','onRendered','combineLatest','focused$','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','gridLine','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','UniverDesign','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','sheets-chart-ui.withOpacity','position$','Plugin','markHostNotReady','_config','point','cancel','Percent','sheets-chart-ui.dialog.numfmt.confirm','getHostSize','Canvas','UNIVER_SHEET','SHEETS_CHART_PLUGIN_CONFIG_KEY','wordCloudRepeat','PieLabelPosition','univer-absolute\x20univer-right-2\x20univer-top-2','#,##0.00_);#,##0.00','_mountNode','sheets-chart-ui.dialog.numfmt.dateTypes','sheets-chart-ui.waterfall.negativeStyle','object','chartObject','sheets-chart-ui.chartTypes.pareto','sheets-chart-ui.insertChart','copyType','M4.65791\x201.30005C3.77355\x201.30005\x203.05664\x202.01696\x203.05664\x202.90132V12.8588C3.05664\x2013.8755\x203.88086\x2014.6998\x204.89759\x2014.6998H9.1016C11.2233\x2014.6998\x2012.9433\x2012.9798\x2012.9433\x2010.8581C12.9433\x209.13925\x2011.8145\x207.68407\x2010.2578\x207.1934C10.8806\x206.56856\x2011.2655\x205.70659\x2011.2655\x204.75472C11.2655\x202.84676\x209.71883\x201.30005\x207.81087\x201.30005H4.65791ZM4.25664\x202.90132C4.25664\x202.6797\x204.4363\x202.50005\x204.65791\x202.50005H7.81087C9.05609\x202.50005\x2010.0655\x203.5095\x2010.0655\x204.75472C10.0655\x205.99993\x209.05609\x207.00938\x207.81087\x207.00938H4.25664V2.90132ZM4.25664\x2012.8588V8.21636H9.1016C10.5606\x208.21636\x2011.7433\x209.39909\x2011.7433\x2010.8581C11.7433\x2012.317\x2010.5606\x2013.4998\x209.1016\x2013.4998H4.89759C4.5436\x2013.4998\x204.25664\x2013.2128\x204.25664\x2012.8588Z','Sankey','ImageChartHost','deserializeRangeWithSheet','Hide','sheets-chart-ui.fill','PREDEFINED_HOOK_NAME','_createImageChartHost','sheets-chart-ui.titles.xAxisTitle','DisposableCollection','priority','Stacked','save','_url','DataOrientation','get','rightYAxis','_requestPaint','TRANSFORM_CHANGE_OBSERVABLE_TYPE','selectMode','relationNodeShape','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','render','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','scrollbarClassName','heatmap-icon','_getWatermark','sheets-chart-ui.gridlines.majorGridlines','symbol','sheets-chart-ui.styleEditPanel.halfPie','getActiveSheet','UniverDrawing','InsertChartCommand','getElementById','setConfig','MEDIA','lineStyle','_registerComponents','univer-box-border\x20univer-flex\x20univer-w-fit\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-md\x20univer-px-1\x20univer-py-0.5','subscribeEvent','getBatchUpdateOp','_resetChartRuntimeZIndex','sort','gravity','borderStyle','Zero','anonymous','#,##0_);(#,##0)','sheets-chart-ui.positionType.','sheets-chart-ui.legendSelectMode','COPY_TYPE','dataSource','A/P\x20hh:mm','ChartTypeBits','_urlImage','1px\x20solid\x20','endY','div','chartTypeCanUseTrendLine','sheets-chart-ui.titles.titleText','univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','align-text-both-icon','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','format','_chartRenderService','_getOrCreateChartRenderInstance','requestPaint','\x22#,##0.00_);-\x22','ChartAttributeBits','drawingType','shape','RemoveSheetDrawingCommand','onTransformChange$','more-down-icon','EmptyDiamond','boxplot-icon','sheets-chart-ui.chartTypes.bubble','sheets-chart-ui.position','getSheetCommandTarget','applyStyle','sheets-chart-ui.waterfall.positive','DrawingTypeEnum','viewBound','SetDrawingApplyMutation','bottom','rotate','style$','getObject','_pendingMutationConfigRenders','positive','439980WYqeix','sheets-chart-ui.stackType.percent','8月5日','concat','AreaLineStyle','sheets-chart-ui.dialog.numfmt.thousandthPercentileDesc','univer-my-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','_markHostReady','getOwnPropertyDescriptor','PercentStack','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600','substring','children','univer-text\x20univer-mb-2\x20univer-text-sm','registerRenderModel','heatmapMin','indicatorLineType','getObjectIncludeInGroup','sheets-chart-ui.pareto.lineSeries','seriesStyleMap','08-05','DeleteIcon','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','sheets-chart-ui.deleteChart','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','sheets-chart-ui.theIndexItem','useCallback','sheets-chart-ui.shape.triangle','_chartModelService','sheets-chart-ui.align.left','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','sheets-chart-ui.titles.mainTitle','useDateAxis','useSubtotal','AxisAlignEnum','_markReady','_injector','section','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','checkHost','heatmap','\x22#,##0.00_);[Red]\x22','rect','sheet.numfmt.general','h:mm:ss','numfmt','sheet.operation.open-chart-panel','sheet.numfmt.date','getFocusedUnit','ColumnChartIcon','getDrawingData','date','univer-mb-2\x20univer-text-sm\x20univer-font-medium','isNaN','sheets-chart-ui.chartTypes.areaStacked','_draw','focus$','426805SxCESn','delete-empty-icon','InsertSheetsChartMutation','indicatorLabelColor','_sheetInterceptorService','sheets-chart-ui.pareto.barSeries','sheets-chart-ui.trendline.displayName','allSeriesStyle','small','tick','sheets-chart-ui.legendSelectModeType.','SelectList','titleAlign','_initSheetChange','univer-mt-5\x20univer-flex\x20univer-justify-end','sheets-chart-ui.addSeries','amd','@univerjs/sheets-drawing-ui','UniverUi','xAxis','executeChartUpdateSourceConfig','PolynomialIcon','_activeDomReadyChartIds','sheets-chart-ui.titles.titleFormat','SankeyChartIcon','redo','sheets-chart-ui.chartTypes.heatmap','univer-size-full','relation','Tooltip','_sheetDrawingService','path','otherChartType','sheets-chart-ui.stackType.stack','scale(','_viewState','moving-average-icon','sheets-chart-ui.dialog.setFormat','HeatmapChartIcon','sheets-chart-ui.shape.emptyPin','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','currentColor','clipPath','featurePluginGroupUpdate$','RelationshipIcon','slice','scale','REMOVE','tag','lineWidth','isHit','areaLineStyle','EmptyRect','append','useAbsValue','_waiter','getCurrentLastSelection','_debounceHandle','getSkeleton','_localeService','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','ComboChartIcon','_openPanel','add','isInGroup','getFloatDomInfo','contentType','SheetSkeletonManagerService','LabelContentType','_disposed','_sheetCanvasFloatDomManagerService','4745832WKqdMg','sheets-chart-ui.shape.emptySquare','sheets-chart-ui.axes.horizontalAxis','sheets-chart-ui.default','some','AlignTextBothIcon','yAxisOptions','univer-text-gray-500','SheetPermissionCheckController','univer-my-2','line-chart-icon','sheets-chart-ui.setupChart','_focusedDrawings','random','React','INSERT','getWordCloudImageMaskMap','item','sheets-chart-ui.styleEditPanel.padAngle','_iconManager','none','M1.3999\x209.8334C1.3999\x209.50203\x201.66853\x209.2334\x201.9999\x209.2334H13.9999C14.3313\x209.2334\x2014.5999\x209.50203\x2014.5999\x209.8334C14.5999\x2010.1648\x2014.3313\x2010.4334\x2013.9999\x2010.4334H1.9999C1.66853\x2010.4334\x201.3999\x2010.1648\x201.3999\x209.8334Z','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','call','Input','icon','Radio','isRowDirection','ItalicIcon','featurePluginUngroupUpdate$','includes','then','TitlePositionEnum','Step','sheets-chart-ui.point','debounceTime','8px','Empty','sheets-chart-ui.shape.circle','relationship-icon_clip0_1997_112','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','ExponentialIcon','current','SHEETS_CHART_PLUGIN_NAME','EChartRenderModel','column-chart-icon','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','_pendingHost','EChartRenderEngineName','SheetsSelectionsService','getCurrentTypeOfUnit$','1930/08/05','ISheetDrawingService','@univerjs/engine-render','take','trim','remove','seriesIndex','SankeyIcon','resolve','getChartSnapshotImage','printChart','M0\x200H16V16H0z','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','paretoStyle','setHostStyle','#,##0.00_);-#,##0.00','_restoreHostWrapper','13:30','M\x22月\x22d\x22日\x22','force','getImage','_disposeChartDomInstance','contains','pie-chart-icon','EmptyArrow','sheets-chart-ui.relation.gravity','indexOf','Button','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','sheets-chart-ui.align.right','naturalWidth','sheets-chart-ui.waterfall.stackType','#,##0.00_);[Red]-#,##0.00','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','wordCloudShape','dateAxisRotate','generateRandomId','Center','_sidebarService','getRuntimeContext','clear','parent','\x22#,##0.00','_requestChartCanvasRender','value','AreaChartIcon','getBatchRemoveOp','applyPoint','_univerInstanceService','1,235','gradientFill','drawingId','strokeWidth','EmptyTriangle','WordCloudMuskImageService','radar','borderRadius','image','_contextService','text','opacity','MoreDownIcon','sheets-chart-ui.line','xAxisOptions','xAxisTitle','root','_configService','Area','defineProperty','className','sheets-chart-ui.dataNodeShape','univer-text-xs','forwardRef','sheets-chart-ui.editChart','sheets-chart-ui.waterfall.positiveLegendText','ChartRenderMode','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','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_initActiveChartModelListener','sheets-chart-ui.settingsLabels.switchToRowOrColumn','commitSnapshot','nextVersion','colorChannel1','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','open','openChartPanelById','sheets-chart-ui.gridlines.text','sheets-chart-ui.trendline.period','lineColor','align','getDefaultTheme','_isProviderDisposed','bubbleXAxis','_renderAfterChartUpdateMutation','runtimeAxes','nodeShape','zIndex','SHEETS_CHART_UI_PLUGIN_CONFIG_KEY','LinearIcon','asObservable','255QisfHN','dataPoints','ChartUpdateConfigCommand','showR2','activeSheet$','yyyy/MM/dd','categoryIndex','edgeLength','rangeSelectMode','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','complete','sheets-chart-ui.axes.useRightAxis','_(\x22','replace','sheets-chart-ui.styleEditPanel.pieValScale','UniverSheetsChartUIPlugin','sheet.numfmt.thousandthPercentile','univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold','_sheetsChartService','0\x200\x2020\x2020','sheets-chart-ui.withShape','power-line-icon','isHalfPie','bubbleYAxis','sheets-chart-ui.shape.emptyDiamond','executeChartUpdateConfig','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','sheets-chart-ui.lineType.step','pieBorderColor','getDataSource','all','Circle','univer-flex\x20univer-flex-col\x20univer-gap-4','function','_sheetCanvasPopManagerService','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','labelContentType','sheets-chart-ui.shape.emptyTriangle','indicatorLineColor','_snapshotKey','radar-chart-icon_clip0_1644_119','UniverEngineRender','@univerjs-pro/engine-chart','IContextService','univer-rounded-lg\x20univer-p-2','univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','yAxis','LegendPositionEnum','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','\x22#,##0.00)','forEach','axes','sheets-chart-ui.styleEditPanel.pieDigitalFixed','delete','setBorder','sheets-chart-ui.ticks.tickPosition','sheets-chart-ui.max','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','ChartThemeService','auto','resolveChartRuntimeStyle','getFormatInfo','_componentManager','white','funnelUseAbsValue','Auto','titleFontSize','Relation','univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','0\x200\x2017\x2016','chartRenderMode','0\x200\x2016\x2016','6rZukuf','firstChartType','Fail\x20to\x20create\x20float\x20dom','version','getSheetId','BarPercentStacked','sheets-chart-ui.dialog.numfmt.thousandthPercentile','OPERATION','seriesResourceIndexes','ChartIcon','sheets-chart-ui.invalidType.gaps','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','boxSizing','echarts','univerjs-icon\x20univerjs-icon-','startColumn','Arrow','xlink:href','_rerenderLatest','_applyHostPlacement','univer-mt-2.5','sheets-chart-ui.chartTypes.barStacked','sheets-chart-ui.category','_chartSnapshotStoreService','getMenuHiddenObservable','getUnit','activeChartModel$','WaterfallChartIcon','LinePointShape','_snapshotStore','ChartImageSourceType','areaOpacity','bubbleCategoryList','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','Middle','values','reduce','getDirection','sheets-chart-ui.doughnutHole','left','url','Doughnut','dispose','valueScale','content-box','_menuManagerService','getMatrix','parentElement','react','EmptySquare','packageName','ColumnPercentStacked','parseFloat','textStyle','sheets-chart-ui.dashType.dot','univer-w-full','tooltipAxisLabelBackground','LineChartIcon','rangeInfo$','_getPlacement','isDomReady','_sidebarDisposable','clearChart','span','1,234.56','disposeWithMe','sheets-chart-ui.trendline.trendlineDashType','_listenChartUpdateMutations','_getImage','sheets-chart-ui.openChartPanel','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','UniverSheetsDrawing','sheets-chart-ui.waterfall.showSubtotal','with','getAllowedChartTypes','Pareto','img','poly','createElement','_chartInstanceMap','Inside','sheets-chart-ui.chartTypes.area','Dropdown','invalidateSnapshot','canvas','Dotted','UniverSheetsFormulaUi','setImage','getViewState','color','rightYAxisOptions','specialChartWidthMap','lineVisible','chartModelAdded$','BarStacked','sheets-chart-ui.customChart','onStarting','handleActiveSubUnitChange','deriveStateFromActiveSheet$','1,235)','radarShape','url(#relationship-icon_clip0_1997_112)','sheets-chart-ui.relation.repulsion','univer-w-[208px]','http://www.w3.org/2000/svg','Bubble','showFormula','sheets-chart-ui.seriesDefaultName','M10.3014\x201.70389C9.85268\x200.479568\x208.12109\x200.479557\x207.67238\x201.70389L4.72235\x209.75326C4.60832\x2010.0644\x204.76811\x2010.4091\x205.07924\x2010.5231C5.39038\x2010.6371\x205.73504\x2010.4773\x205.84907\x2010.1662L6.99975\x207.02646C7.03588\x207.03324\x207.07314\x207.03679\x207.11123\x207.03679H10.9778L12.1247\x2010.1662C12.2387\x2010.4773\x2012.5834\x2010.6371\x2012.8945\x2010.5231C13.2057\x2010.4091\x2013.3654\x2010.0644\x2013.2514\x209.75326L10.3014\x201.70389ZM10.538\x205.83679L9.17467\x202.11682C9.11057\x201.94192\x208.8632\x201.94192\x208.7991\x202.11682L7.43576\x205.83679H10.538Z','CHART','bind','sheets-chart-ui.shape.rect','sheets-chart-ui.trendline.showR2','ChartTrendlineType','rxjs','svg','sheets-chart-ui.themes','h:mm','\x22*\x20#,##0','univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','sheet.numfmt.currency','visualMapType','min','getRect','transform','ensureHost','@univerjs/design','registerCommand','_createChartRenderInstanceContext','funnelGap','isManaged','_activeChartId','RemoveSheetCommand','yAxisTitle','categoryType','pieLabelStyle','forceOption','sheets-chart-ui.styleEditPanel.rosePie','continuous','sheets-chart-ui.shape.roundRect','dom','_commandService','_chartRenderMode','univer-flex\x20univer-h-6\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','area-chart-icon','univer-flex-1','COMMAND','_chartHostProviderService','setObjectType','combineLatestWith','DRAWING_CHART','sheets-chart-ui.bubble.xAxis','Arrangement','stackType','Heatmap','next','_disposeChartRenderInstance','getUnitId','dashType','yyyy\x22年\x22MM\x22月\x22dd\x22日\x22','stroke','Link','sheets-chart-ui.relation.forceOptions','string','IRuntimeAxisPosition','target','WaterfallStackTypeEnum','BubbleIcon','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','registerViewState','13:30:30','sheets-chart-ui.trendline.poly','trendlines','subtotal','position','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','sheets-chart-ui.axes.rightVerticalAxis','bubble-icon','M1.9999\x2012.9004C1.66853\x2012.9004\x201.3999\x2013.169\x201.3999\x2013.5004C1.3999\x2013.8318\x201.66853\x2014.1004\x201.9999\x2014.1004H13.9999C14.3313\x2014.1004\x2014.5999\x2013.8318\x2014.5999\x2013.5004C14.5999\x2013.169\x2014.3313\x2012.9004\x2013.9999\x2012.9004H1.9999Z','every','univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','AreaStacked','test','content','scaleX','toString','ScatterChartIcon','sheetTransform','range','formulaColor','_getHostPlacement','datetime','sheets-chart-ui.dashType.solid','_getChartRenderObjectContext','waterfall','idSuffix','label','FOCUSING_COMMON_DRAWINGS','univer-box-border\x20univer-flex\x20univer-h-8\x20univer-flex-1\x20univer-items-center\x20univer-justify-between\x20univer-px-3','LogarithmicIcon','_renderChartModel','has','PowerLineIcon','Value','sheets-chart-ui.min','_getFloatDomInfo','getTheme','univer-box-border\x20univer-h-8','join','startX','RadarShape','padAngleStyle','bubbleSizeSeriesId','_generateCutPasteMutations','HeatmapIcon','Radar','clearImage','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','getDrawingByParam','sheets-chart-ui.shape.none','sheets-chart-ui.relation.rotateLabel','sheets-chart-ui.chartType','fontSize','scene','sheets-chart-ui.allSeries','sheets-chart-ui.waterfall.subtotal','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.percentage','StackType','IRenderManagerService','title','Error','_registerChartImageRenderObjectFactory','_updateTransform','radar-chart-icon','Subject','use','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','url(#pie-chart-icon_clip0_1644_114)','domId','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.relation.force','style','objects','titles','UniverInstanceType','sheets-chart-ui.series','init','isLatest','sheets-chart-ui.ticks.majorTick','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','Fragment','getConfig','@univerjs/sheets','@univerjs/engine-formula','filter','sheets-chart-ui.dashType.dash','@univerjs-pro/sheets-chart-ui','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','heatmapMax','_getOuterRect','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','blockExecuteWithoutPermission','serialize','key','hidePanel','invert','height','initPanel','sheets-chart-ui.waterfall.negative','legend','setOption','Triangle','_removeHost$','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','_renderDebounceMap','Image','EmptyCircle','rotateLabel','sheets-chart-ui.bubble.yAxis','RelationChartLayoutEnum','PieChartIcon','defIds','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','A/P\x20h:mm','sheets-chart-ui.indicatorValue','Scatter','fill','useRef','Close','setStyle','direction$','UniverProEngineChart','_sheetsChartUIService','18DoZbpH','_debounceHandleMap','chartBitsUtils','isPatternEqualWithoutDecimal','period','1930-08-05','1000','_registerIcons','onDispose','getSubUnitId','_initCopyPaste','executeCommand','sheets-chart-ui.styleEditPanel.gap','univer-text-base','_managed','203sOkAhQ','UniverSheetsDrawingUIPlugin','removeHost$','sheets-chart-ui.dialog.numfmt.date','sheets-chart-ui.indicatorLine','BoxplotIcon','M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z','sheets-chart-ui.shape.pin','evented','seriesValues','defs','SheetInterceptorService','combination','_pendingToken','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','univer-truncate\x20univer-text-sm\x20univer-leading-tight\x20univer-text-gray-900\x20dark:!univer-text-white','下午1:30:30','DrawingApplyType','univer-w-[--radix-popper-anchor-width]','#-#','sheets-chart-ui.styleEditPanel.labelPosition','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','_renderManagerService','Force','type','waterfallStack','Disposable','ChartBorderDashType','sheets-chart-ui.dialog.numfmt.accounting','sheets-chart-ui.dialog.numfmt.general','pareto','button','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','attachRangeWithCoord','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','naturalHeight','_initDrawingDeactivationListener','doughnutHole','CategoryType','sheets-chart-ui.indicatorLineColor','sheets-chart-ui.categoryDefaultName','undo','sheets-chart-ui.legend','remove$','getRangeInfo','order','items','SelectModeEnum','sidebarOptions$','univer-mt-2','0\x200\x2016\x2017','sheets-chart-ui.relation.title','removeHost','useEffect','bold','imageBitmap','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','time','theme','sheets-chart-ui.trendline.r2','register','M3\x204.5C3\x204.5\x205.32843\x204.51184\x206.5\x205C7.67157\x205.48816\x209\x207\x209\x207','sheets-chart-ui.bubble.size','allSeriesId','univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','from','url(#$1','context$','params','Url','clsx','_initCommands','_copyInfo','italic','sheets-chart-ui.backgroundColor','sheets-chart-ui.border','center','baseOn','sheets-chart-ui.chartTypes.barPercentStacked','isRosePie','digitalFixed','InputNumber','sheets-chart-ui.cloud.title','borderColor','univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','Break','checkChartCanRender','univer-mb-2\x20univer-flex\x20univer-items-center','touchDependencies','beforeCommandExecuted','mask','CommandType','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','IRuntimeAxisPriority','getColors','_resolveChartRenderMode','sheets-chart-ui.axisPositionType.','useDependency','sheets-chart-ui.dialog.numfmt.currencyTypes','_clearChartRuntimeCache','funnel','_chartThemeService','series','fillOpacity','sheets-chart-ui.legendVisualMapType.','univer-flex-1\x20univer-overflow-auto','chart-icon','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','maxDecimals','backgroundColor','discreteRangeToRange','sheets-chart-ui.trendline.movingAvg','sheet.numfmt.accounting','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','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','subtitle','RadioGroup','IncreaseIcon','chartModelId','symbolType','bar-chart-icon','exports','WorkbookEditablePermission','SheetCanvasPopManagerService','sheets-chart-ui.chartTypes.sankey','sheets-chart-ui.withSize','missing-active-sheet','FontColorDoubleIcon','Numeric','Stack','increase-icon','UniverProSheetsChartUi','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','seriesList','IconManager','Horizontal','sheets-chart-ui.relation.edgeLength','darkMode$','useMemo','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','displayName','Line','getParent','sheets-chart-ui.value','sheets-chart-ui.dialog.numfmt.negativeNumberTypes','rangeInfo','seriesIndexes','sheets-chart-ui.shape.square','markReady','_getChartRenderSkipReason','_initPermission','Select','univer-mr-2\x20univer-text-2xl','Text','CategoryName','toPrimitive','_sheetPermissionCheckController','chartThemeColorType','sheets-chart-ui.stack','sheets-chart-ui.align.','209fkwHkm','setProps','getChartModel','react/jsx-runtime','sheets-chart-ui.waterfall.subtotalLegendText','SeriesName','univer-flex','constructor','IMenuManagerService','sheets-chart-ui.chartBorderColor','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','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','_lastRenderInputMap','_themeService','sheets-chart-ui.titles.title','unitId','sheets-chart-ui.withThickness','focusDrawing','animation','rtl','setActiveChartModel','repeat','circular','#,##0_);[Red](#,##0)','linear-icon','showLabelLine','FOCUSING_PANEL_EDITOR','Diamond','IDialogService','sheets-chart-ui.addDataPoint','logarithmic-icon','trendlineValues','sheets-chart-ui.hideChartPanel','113124LYqMRu','distinctUntilChanged','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','sheets-chart-ui.styleEditPanel.pieValSuffix','sheets-chart-ui.styleEditPanel.labelText','Funnel','markNotReady','Start','univer-flex\x20univer-flex-col\x20univer-gap-2.5','univer-flex\x20univer-items-center\x20univer-text-base','univer-sheet-chart-format-dialog-id','paretoDataPointsOptions','_generatePasteMutations','_cancelHostWait','univer-mb-2\x20univer-mt-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','sheet.operation.hide-chart-panel','chartType'];_0x2b7d=function(){return _0x4e0e30;};return _0x2b7d();}(function(_0x2f12c5,_0x67fc79){const _0x1ad81f=_0x436e,_0x373023=_0x2f12c5();while(!![]){try{const _0x576a05=parseInt(_0x1ad81f(0x5d8))/0x1*(parseInt(_0x1ad81f(0x125))/0x2)+parseInt(_0x1ad81f(0x2ca))/0x3*(parseInt(_0x1ad81f(0xf2))/0x4)+-parseInt(_0x1ad81f(0x1ec))/0x5*(-parseInt(_0x1ad81f(0x312))/0x6)+-parseInt(_0x1ad81f(0x447))/0x7*(-parseInt(_0x1ad81f(0x59d))/0x8)+parseInt(_0x1ad81f(0x438))/0x9*(parseInt(_0x1ad81f(0x1b3))/0xa)+-parseInt(_0x1ad81f(0x4e7))/0xb*(parseInt(_0x1ad81f(0x508))/0xc)+-parseInt(_0x1ad81f(0x233))/0xd;if(_0x576a05===_0x67fc79)break;else _0x373023['push'](_0x373023['shift']());}catch(_0x41d577){_0x373023['push'](_0x373023['shift']());}}}(_0x2b7d,0x223e5),function(_0xa0bb88,_0x119552){const _0x4ed813=_0x436e;typeof exports=='object'&&typeof module<'u'?_0x119552(exports,require('@univerjs-pro/sheets-chart'),require('@univerjs/core'),require('@univerjs/drawing'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('@univerjs/design'),require('@univerjs/sheets'),require('rxjs'),require('@univerjs-pro/engine-chart'),require('@univerjs/engine-formula'),require('@univerjs/engine-render'),require('@univerjs/sheets-drawing-ui'),require('react'),require('@univerjs/sheets-formula-ui'),require('react/jsx-runtime')):typeof define==_0x4ed813(0x2eb)&&define[_0x4ed813(0x1fc)]?define([_0x4ed813(0x4c0),'@univerjs-pro/sheets-chart','@univerjs/core','@univerjs/drawing',_0x4ed813(0x111),_0x4ed813(0x5f5),'@univerjs/ui',_0x4ed813(0x390),_0x4ed813(0x40f),_0x4ed813(0x384),_0x4ed813(0x2f4),_0x4ed813(0x410),_0x4ed813(0x268),_0x4ed813(0x1fd),_0x4ed813(0x342),'@univerjs/sheets-formula-ui',_0x4ed813(0x4ea)],_0x119552):(_0xa0bb88=typeof globalThis<'u'?globalThis:_0xa0bb88||self,_0x119552(_0xa0bb88[_0x4ed813(0x4ca)]={},_0xa0bb88['UniverProSheetsChart'],_0xa0bb88[_0x4ed813(0x553)],_0xa0bb88[_0x4ed813(0x178)],_0xa0bb88[_0x4ed813(0x359)],_0xa0bb88[_0x4ed813(0x5bf)],_0xa0bb88[_0x4ed813(0x1fe)],_0xa0bb88[_0x4ed813(0x13e)],_0xa0bb88[_0x4ed813(0x563)],_0xa0bb88['rxjs'],_0xa0bb88[_0x4ed813(0x436)],_0xa0bb88[_0x4ed813(0x549)],_0xa0bb88[_0x4ed813(0x2f3)],_0xa0bb88[_0x4ed813(0xc2)],_0xa0bb88[_0x4ed813(0x241)],_0xa0bb88[_0x4ed813(0x368)],_0xa0bb88[_0x4ed813(0x241)]));}(this,function(_0x5e7e40,_0x2b483c,_0x1dcecb,_0x2032b8,_0x3efe17,_0x10646d,_0x591c64,_0x569e6b,_0xb4fb8d,_0x5b9fc7,_0x446a4a,_0x520aa1,_0x25b25f,_0x1b27ed,_0x543d91,_0x402bbc,_0x10d682){const _0x9fa3c0=_0x436e;Object[_0x9fa3c0(0x2aa)](_0x5e7e40,Symbol['toStringTag'],{'value':'Module'});let _0x4571f3='sheets-chart-ui.config',_0x243162={},_0x4ced9a={'type':_0x1dcecb[_0x9fa3c0(0x4a2)][_0x9fa3c0(0x319)],'id':_0x9fa3c0(0x517),'handler'(){return!0x0;}},_0x27e6ad={'type':_0x1dcecb['CommandType'][_0x9fa3c0(0x319)],'id':_0x9fa3c0(0x1e1),'handler'(){return!0x0;}},_0x47fc2f={'type':_0x1dcecb['CommandType'][_0x9fa3c0(0x3a4)],'id':'sheet.command.menu-insert-chart','handler':async(_0x3acd95,_0x359e55)=>{const _0x3ddc82=_0x9fa3c0;let _0x228c43=(0x0,_0xb4fb8d[_0x3ddc82(0x1a7)])(_0x3acd95[_0x3ddc82(0x168)](_0x1dcecb[_0x3ddc82(0x56d)]));if(!_0x228c43)return!0x1;let _0x1eb312=_0x3acd95[_0x3ddc82(0x168)](_0xb4fb8d[_0x3ddc82(0x264)])[_0x3ddc82(0x224)]();if(!_0x1eb312)return!0x1;let {range:_0x36fd78}=_0x1eb312;if(_0x36fd78[_0x3ddc82(0x321)]===_0x36fd78[_0x3ddc82(0x5f9)])return _0x3acd95[_0x3ddc82(0x168)](_0x591c64['IMessageService'])['show']({'type':_0x569e6b['MessageType'][_0x3ddc82(0x3f9)],'content':_0x3acd95[_0x3ddc82(0x168)](_0x1dcecb[_0x3ddc82(0x5fd)])['t'](_0x3ddc82(0x54a))}),!0x1;let _0x59f087=_0x3acd95[_0x3ddc82(0x168)](_0x1dcecb[_0x3ddc82(0xd6)]),{unitId:_0x3716a4,subUnitId:_0x5218a8}=_0x228c43,{value:_0x364fa3}=_0x359e55;return _0x59f087[_0x3ddc82(0x443)](_0x2b483c[_0x3ddc82(0x179)]['id'],{'unitId':_0x3716a4,'subUnitId':_0x5218a8,'chartType':_0x364fa3,'range':_0x36fd78});}};function _0x23a5ef(_0x17096b,_0x39eeaf){const _0x4302e2=_0x9fa3c0;return _0x17096b==null||Array[_0x4302e2(0xd2)](_0x17096b)?'':_0x3102bd(_0x17096b['rangeInfo'],_0x39eeaf);}function _0x3102bd(_0x5cf0b0,_0x4482de){const _0x541d26=_0x9fa3c0;var _0x3f405c;let {unitId:_0x4c306e,subUnitId:_0x2eb556,range:_0x4e1394}=_0x5cf0b0,_0x3724ef=(_0x3f405c=_0x4482de[_0x541d26(0x32b)](_0x4c306e))==null?void 0x0:_0x3f405c['getSheetBySheetId'](_0x2eb556);return _0x3724ef?(0x0,_0x520aa1['serializeRangeWithSheet'])(_0x3724ef['getName'](),_0x4e1394):'';}let _0x3b4141=[{'label':_0x9fa3c0(0x592),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x4d4)],'icon':_0x9fa3c0(0x34b)},{'label':_0x9fa3c0(0x11a),'value':_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x58e)],'icon':_0x9fa3c0(0x1e4)},{'label':_0x9fa3c0(0x593),'value':_0x446a4a[_0x9fa3c0(0x18e)]['Pie'],'icon':'PieChartIcon'},{'label':_0x9fa3c0(0x5bb),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x523)],'icon':'BarChartIcon'},{'label':_0x9fa3c0(0x327),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x370)],'icon':_0x9fa3c0(0x59a)},{'label':_0x9fa3c0(0x495),'value':_0x446a4a['ChartTypeBits']['BarPercentStacked'],'icon':_0x9fa3c0(0x59a)},{'label':'sheets-chart-ui.chartTypes.donut','value':_0x446a4a[_0x9fa3c0(0x18e)]['Doughnut'],'icon':_0x9fa3c0(0x42b)},{'label':_0x9fa3c0(0x363),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x2a9)],'icon':_0x9fa3c0(0x293)},{'label':_0x9fa3c0(0x1e9),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x3c7)],'icon':_0x9fa3c0(0x293)},{'label':'sheets-chart-ui.chartTypes.areaPercentStacked','value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x607)],'icon':_0x9fa3c0(0x293)},{'label':_0x9fa3c0(0x121),'value':_0x446a4a['ChartTypeBits']['Radar'],'icon':'RadarChartIcon'},{'label':'sheets-chart-ui.chartTypes.combination','value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x543)],'icon':_0x9fa3c0(0x229)},{'label':_0x9fa3c0(0xdc),'value':_0x446a4a[_0x9fa3c0(0x18e)]['Scatter'],'icon':_0x9fa3c0(0x3cc)},{'label':_0x9fa3c0(0x569),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x5df)],'icon':_0x9fa3c0(0x5c8)},{'label':'sheets-chart-ui.chartTypes.funnel','value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x50d)],'icon':_0x9fa3c0(0x119)},{'label':_0x9fa3c0(0x1a5),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x37b)],'icon':_0x9fa3c0(0x3b9)},{'label':_0x9fa3c0(0x10c),'value':_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x30d)],'icon':_0x9fa3c0(0x218)},{'label':_0x9fa3c0(0x5cc),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x5ee)],'icon':_0x9fa3c0(0x32d)},{'label':_0x9fa3c0(0x156),'value':_0x446a4a[_0x9fa3c0(0x18e)]['Pareto'],'icon':'ComboChartIcon'},{'label':_0x9fa3c0(0x4c3),'value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x15a)],'icon':_0x9fa3c0(0x204)},{'label':_0x9fa3c0(0x206),'value':_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x3ac)],'icon':_0x9fa3c0(0x212)},{'label':'sheets-chart-ui.chartTypes.boxplot','value':_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x5f6)],'icon':_0x9fa3c0(0x44c)}];function _0x17c20b(){return _0x3b4141;}let _0xb3d6fa=(_0x2afc67,_0x3dda80)=>{const _0x4d8828=_0x9fa3c0;if(_0x3dda80[_0x4d8828(0x11c)]===0x1&&_0x3dda80[0x0]===_0x4d8828(0x2e8))return _0x2afc67;if(_0x3dda80[_0x4d8828(0x11c)]>0x1){let _0x165d5a=new Set();for(let _0x31dc8a of _0x3dda80)_0x165d5a[_0x4d8828(0x22b)](Number(_0x31dc8a));return _0x2afc67['filter'](_0x122a2c=>_0x165d5a['has'](_0x122a2c[_0x4d8828(0x292)]));}return[];};function _0x516b45(_0x1d8bf9){const _0xe3dbad=_0x9fa3c0;let _0x3603f4=_0x1d8bf9[_0xe3dbad(0x168)](_0x1dcecb[_0xe3dbad(0x56d)]),_0x47d689=(0x0,_0x2b483c['getAllowedChartTypes'])(_0x1d8bf9),_0xdf83a3=_0xb3d6fa(_0x17c20b()[_0xe3dbad(0x1b6)](),_0x47d689);return{'id':_0x47fc2f['id'],'type':_0x591c64[_0xe3dbad(0x5f4)][_0xe3dbad(0x51a)],'selections':_0xdf83a3,'icon':_0xe3dbad(0x31b),'tooltip':_0xe3dbad(0x157),'activated$':(0x0,_0x10646d[_0xe3dbad(0x374)])(_0x3603f4,!0x1,()=>new _0x5b9fc7[(_0xe3dbad(0x5f8))](_0x46d3e2=>{const _0x76a773=_0xe3dbad;_0x46d3e2[_0x76a773(0x3ad)](!0x1);})),'hidden$':(0x0,_0x591c64[_0xe3dbad(0x32a)])(_0x1d8bf9,_0x1dcecb['UniverInstanceType'][_0xe3dbad(0x14b)]),'disabled$':(0x0,_0x10646d[_0xe3dbad(0xbe)])(_0x1d8bf9)};}let _0x50c20a={[_0x591c64['RibbonInsertGroup'][_0x9fa3c0(0x17c)]]:{[_0x47fc2f['id']]:{'order':0x4,'menuItemFactory':_0x516b45}}};function _0x3d760d(_0x29f736,_0xa3d36a=0x1){const _0x1718fb=_0x9fa3c0;return{'width':Math['max'](_0xa3d36a,_0x29f736[_0x1718fb(0x12e)]-0x10),'height':Math[_0x1718fb(0x11f)](_0xa3d36a,_0x29f736[_0x1718fb(0x41d)]-0x10)};}function _0x54436d(_0x28e01d,_0x1e100d={},_0x18e57d){const _0x1ed052=_0x9fa3c0;var _0x14f95b,_0x52a5a9;let _0xd9392e=(_0x14f95b=_0x1e100d[_0x1ed052(0x3ca)])==null?0x1:_0x14f95b,_0x4de706=(_0x52a5a9=_0x1e100d[_0x1ed052(0xfb)])==null?0x1:_0x52a5a9,_0x461a8b=_0x3d760d(_0x28e01d),_0x59916e=_0x4d09be(_0x28e01d,{'scaleX':_0xd9392e,'scaleY':_0x4de706}),_0x1ed372=_0x31793a(_0x18e57d);return{'left':_0x59916e['left']-_0x1ed372[_0x1ed052(0x339)],'top':_0x59916e[_0x1ed052(0x542)]-_0x1ed372[_0x1ed052(0x542)],'width':_0x461a8b[_0x1ed052(0x12e)],'height':_0x461a8b[_0x1ed052(0x41d)],'scaleX':_0xd9392e,'scaleY':_0x4de706};}function _0x4d09be(_0x7ae124,_0x2e0bcf){const _0x572104=_0x9fa3c0;var _0x44229b;let _0x5142e1=((_0x44229b=_0x7ae124[_0x572104(0x29a)])==null?0x0:_0x44229b)/0x2;return{'left':(_0x5142e1+0x8)*_0x2e0bcf[_0x572104(0x3ca)],'top':(_0x5142e1+0x8)*_0x2e0bcf['scaleY']};}function _0x31793a(_0x424385){const _0x1c8470=_0x9fa3c0;return _0x424385?{'left':_0x424385[_0x1c8470(0x5e4)][_0x1c8470(0x339)]?0x0:_0x2df34f(_0x424385[_0x1c8470(0x55a)]-_0x424385[_0x1c8470(0x3e3)],_0x424385['width']),'top':_0x424385[_0x1c8470(0x5e4)][_0x1c8470(0x542)]?0x0:_0x2df34f(_0x424385[_0x1c8470(0x191)]-_0x424385[_0x1c8470(0x56e)],_0x424385[_0x1c8470(0x41d)])}:{'left':0x0,'top':0x0};}function _0x2df34f(_0xd2f14c,_0x45f65c){const _0x5a0c48=_0x9fa3c0;return Math[_0x5a0c48(0x11f)](_0xd2f14c-0x2,0x0)-Math['max'](_0x45f65c-0x4,0x0);}function _0x54b3f9(_0x280cf3){'@babel/helpers - typeof';const _0x22bd28=_0x9fa3c0;return _0x54b3f9=typeof Symbol=='function'&&typeof Symbol[_0x22bd28(0xdb)]==_0x22bd28(0x175)?function(_0x16789d){return typeof _0x16789d;}:function(_0xfb217f){const _0x34e0d8=_0x22bd28;return _0xfb217f&&typeof Symbol=='function'&&_0xfb217f[_0x34e0d8(0x4ee)]===Symbol&&_0xfb217f!==Symbol['prototype']?_0x34e0d8(0x175):typeof _0xfb217f;},_0x54b3f9(_0x280cf3);}function _0x57fdc8(_0x2c9607,_0x131978){const _0x32834d=_0x9fa3c0;if(_0x54b3f9(_0x2c9607)!=_0x32834d(0x154)||!_0x2c9607)return _0x2c9607;var _0x45e4b3=_0x2c9607[Symbol[_0x32834d(0x4e2)]];if(_0x45e4b3!==void 0x0){var _0x100ceb=_0x45e4b3['call'](_0x2c9607,_0x131978||_0x32834d(0xc5));if(_0x54b3f9(_0x100ceb)!=_0x32834d(0x154))return _0x100ceb;throw TypeError(_0x32834d(0x2b3));}return(_0x131978===_0x32834d(0x3b5)?String:Number)(_0x2c9607);}function _0x23b2a8(_0x54741f){const _0x268bce=_0x9fa3c0;var _0x279414=_0x57fdc8(_0x54741f,_0x268bce(0x3b5));return _0x54b3f9(_0x279414)==_0x268bce(0x175)?_0x279414:_0x279414+'';}function _0x159363(_0x355f9b,_0x4639f9,_0x1d3c69){const _0x5e8cac=_0x9fa3c0;return(_0x4639f9=_0x23b2a8(_0x4639f9))in _0x355f9b?Object[_0x5e8cac(0x2aa)](_0x355f9b,_0x4639f9,{'value':_0x1d3c69,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x355f9b[_0x4639f9]=_0x1d3c69,_0x355f9b;}function _0x192325(_0xedbb57){const _0x5c6659=_0x9fa3c0;(_0xedbb57==null?void 0x0:_0xedbb57['type'])===_0x446a4a[_0x5c6659(0x330)]['ImageBitmap']&&_0xedbb57['imageBitmap'][_0x5c6659(0x130)]();}function _0x561a5c(_0x40956b){const _0x5e446f=_0x9fa3c0;return _0x40956b[_0x5e446f(0x4f6)]+_0x5e446f(0x45a)+_0x40956b[_0x5e446f(0x5b1)]+_0x5e446f(0x45a)+_0x40956b[_0x5e446f(0xf7)];}var _0x511255=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(..._0x53f4c0){const _0x25ce23=_0x9fa3c0;super(..._0x53f4c0),_0x159363(this,_0x25ce23(0xfc),new Map());}[_0x9fa3c0(0x2b7)](_0x482fad){const _0xbff363=_0x9fa3c0;var _0x4ecfed;let _0x44f5a7=_0x561a5c(_0x482fad),_0x4c9b33=(_0x4ecfed=this[_0xbff363(0xfc)][_0xbff363(0x168)](_0x44f5a7))==null?{'version':0x0}:_0x4ecfed;return _0x4c9b33[_0xbff363(0x315)]+=0x1,this[_0xbff363(0xfc)]['set'](_0x44f5a7,_0x4c9b33),_0x4c9b33[_0xbff363(0x315)];}[_0x9fa3c0(0x40a)](_0x508b11,_0x56c6eb){const _0xfd473b=_0x9fa3c0;var _0x3c8d47;return((_0x3c8d47=this[_0xfd473b(0xfc)][_0xfd473b(0x168)](_0x561a5c(_0x508b11)))==null?void 0x0:_0x3c8d47['version'])===_0x56c6eb;}[_0x9fa3c0(0x369)](_0x487900,_0x21e20e,_0x5d6ffa){const _0x5d1cf9=_0x9fa3c0;var _0x3bdb12;if(!this[_0x5d1cf9(0x40a)](_0x487900,_0x5d6ffa))return _0x192325(_0x21e20e),!0x1;let _0x3fea28=_0x561a5c(_0x487900),_0x244703=(_0x3bdb12=this[_0x5d1cf9(0xfc)][_0x5d1cf9(0x168)](_0x3fea28))==null?{'version':_0x5d6ffa}:_0x3bdb12,_0x37a196=_0x244703[_0x5d1cf9(0x29f)];return _0x244703[_0x5d1cf9(0x29f)]=_0x21e20e,_0x244703[_0x5d1cf9(0x315)]=_0x5d6ffa,this[_0x5d1cf9(0xfc)]['set'](_0x3fea28,_0x244703),_0x37a196!==_0x21e20e&&_0x192325(_0x37a196),!0x0;}[_0x9fa3c0(0x27a)](_0x25f8f){const _0x2ea95f=_0x9fa3c0;var _0x4446d7;return(_0x4446d7=this[_0x2ea95f(0xfc)][_0x2ea95f(0x168)](_0x561a5c(_0x25f8f)))==null?void 0x0:_0x4446d7['image'];}[_0x9fa3c0(0x3ea)](_0x5ea3a3){const _0x302079=_0x9fa3c0;let _0xa15a18=_0x561a5c(_0x5ea3a3),_0x276c3c=this[_0x302079(0xfc)][_0x302079(0x168)](_0xa15a18);_0x276c3c&&(_0x192325(_0x276c3c[_0x302079(0x29f)]),this['_entries']['delete'](_0xa15a18));}[_0x9fa3c0(0x350)](_0x1ca5a5){const _0x47b126=_0x9fa3c0;for(let [_0x319522,_0x39825b]of this[_0x47b126(0xfc)])_0x319522[_0x47b126(0xbf)](_0x47b126(0x45a)+_0x1ca5a5)&&(_0x192325(_0x39825b[_0x47b126(0x29f)]),this['_entries'][_0x47b126(0x2ff)](_0x319522));}[_0x9fa3c0(0x33c)](){const _0x18dd0b=_0x9fa3c0;this[_0x18dd0b(0xfc)]['forEach'](_0x3fa553=>_0x192325(_0x3fa553[_0x18dd0b(0x29f)])),this['_entries'][_0x18dd0b(0x28e)](),super['dispose']();}};function _0x1f7cde(_0x1db28e,_0x399204=0x7d0){let _0x1b5560=null,_0x516503=null,_0x3cf664=!0x1,_0x3c03a5=()=>{},_0x4afbb7=()=>{_0x1b5560!=null&&(clearInterval(_0x1b5560),_0x1b5560=null),_0x516503!=null&&(clearTimeout(_0x516503),_0x516503=null);};return{'promise':new Promise((_0x12cfb7,_0x1f080d)=>{_0x3c03a5=_0x1f080d;let _0x5dd887=()=>{const _0x3b71c5=_0x436e;let _0x52a6ab=document[_0x3b71c5(0x17a)](_0x1db28e);!_0x52a6ab||_0x3cf664||(_0x3cf664=!0x0,_0x4afbb7(),_0x12cfb7(_0x52a6ab));};_0x5dd887(),!_0x3cf664&&(_0x1b5560=setInterval(_0x5dd887,16.666666666666668),_0x516503=setTimeout(()=>{const _0xa0a3cd=_0x436e;_0x3cf664||(_0x3cf664=!0x0,_0x4afbb7(),_0x1f080d(Error(_0xa0a3cd(0x4b2)+_0x1db28e+'\x22.')));},_0x399204));}),'cancel':()=>{const _0x5502ec=_0x436e;_0x3cf664||(_0x3cf664=!0x0,_0x4afbb7(),_0x3c03a5(Error(_0x5502ec(0xce)+_0x1db28e+'\x22.')));}};}function _0x577dd4(_0x4e391a,_0x2670e1){const _0xb16a02=_0x9fa3c0;let _0x5d3aa4=document['createElement']('div');return _0x5d3aa4['style'][_0xb16a02(0x12e)]=_0x4e391a+'px',_0x5d3aa4['style'][_0xb16a02(0x41d)]=_0x2670e1+'px',_0x5d3aa4[_0xb16a02(0x404)]['border']='0',_0x5d3aa4[_0xb16a02(0x404)][_0xb16a02(0x31e)]=_0xb16a02(0x33e),_0x5d3aa4['style'][_0xb16a02(0x339)]='0',_0x5d3aa4[_0xb16a02(0x404)][_0xb16a02(0x542)]='0',_0x5d3aa4[_0xb16a02(0x404)][_0xb16a02(0xb6)]='hidden',_0x5d3aa4[_0xb16a02(0x2ab)]=_0xb16a02(0x530),_0x5d3aa4;}var _0x5cab8c=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x3cc379,_0x5ac537,_0x796639,_0x1f6531,_0x4a0156,_0x171bf2,_0x281d91){const _0x2dd09f=_0x9fa3c0;super(),this[_0x2dd09f(0xf7)]=_0x3cc379,this[_0x2dd09f(0x3df)]=_0x5ac537,this[_0x2dd09f(0x34d)]=_0x796639,this['_setHostStyle']=_0x1f6531,this[_0x2dd09f(0x2c1)]=_0x4a0156,this[_0x2dd09f(0x1d6)]=_0x171bf2,this[_0x2dd09f(0x5c7)]=_0x281d91,_0x159363(this,_0x2dd09f(0xd5),_0x2dd09f(0x39e)),_0x159363(this,_0x2dd09f(0x151),null),_0x159363(this,_0x2dd09f(0x446),!0x1),_0x159363(this,_0x2dd09f(0x454),null),_0x159363(this,_0x2dd09f(0x262),null),_0x159363(this,'_waiter',null),_0x159363(this,'_savedWrapperStyle',null);}['isManaged'](){const _0x30e395=_0x9fa3c0;return this[_0x30e395(0x446)];}[_0x9fa3c0(0x5a5)](){const _0xf4411f=_0x9fa3c0;this[_0xf4411f(0x446)]=!0x1;}[_0x9fa3c0(0x38d)](){const _0x2ff1b8=_0x9fa3c0;let _0x5dadc6=this[_0x2ff1b8(0x34d)]();return _0x5dadc6?{'width':_0x5dadc6['width'],'height':_0x5dadc6[_0x2ff1b8(0x41d)]}:null;}[_0x9fa3c0(0x434)](_0x2614e5){this['_setHostStyle'](_0x2614e5);}async[_0x9fa3c0(0x51f)](){const _0x5c2e33=_0x9fa3c0;var _0x47d1c5;if(this[_0x5c2e33(0x231)]||this[_0x5c2e33(0x2c1)]())throw Error(_0x5c2e33(0x314));let _0x781d70=this[_0x5c2e33(0x3df)](),_0x347e89=(_0x47d1c5=_0x781d70==null?void 0x0:_0x781d70[_0x5c2e33(0x401)])==null?this['chartId']:_0x47d1c5,_0x3d5fa7=document[_0x5c2e33(0x17a)](_0x347e89);if(this['_mountNode']&&_0x3d5fa7!=null&&_0x3d5fa7['contains'](this[_0x5c2e33(0x151)]))return{'mountNode':this['_mountNode'],'dispose':()=>{const _0xae3db2=_0x5c2e33;this[_0xae3db2(0x33c)](),_0x781d70==null||_0x781d70[_0xae3db2(0x33c)][_0xae3db2(0x33c)]();}};if(this[_0x5c2e33(0x262)])return this[_0x5c2e33(0x262)];let _0x42f1ad=this[_0x5c2e33(0x55c)]();return this[_0x5c2e33(0x262)]=_0x42f1ad,_0x42f1ad[_0x5c2e33(0x252)](()=>{this['_pendingHost']===_0x42f1ad&&(this['_pendingHost']=null);},()=>{const _0x18ea31=_0x5c2e33;this[_0x18ea31(0x262)]===_0x42f1ad&&(this[_0x18ea31(0x262)]=null);}),_0x42f1ad;}async['ensureMount'](){const _0x57234a=_0x9fa3c0;try{return(await this[_0x57234a(0x51f)]())[_0x57234a(0x104)];}catch{return null;}}[_0x9fa3c0(0x55f)](){const _0x59aead=_0x9fa3c0;var _0x3a2004;let _0x1a9085=this['_getFloatDomInfo'](),_0x2b64ad=(_0x3a2004=_0x1a9085==null?void 0x0:_0x1a9085[_0x59aead(0x401)])==null?this[_0x59aead(0xf7)]:_0x3a2004,_0x462dc1=document[_0x59aead(0x17a)](_0x2b64ad);return!!(this[_0x59aead(0x151)]&&_0x462dc1!=null&&_0x462dc1[_0x59aead(0x27c)](this[_0x59aead(0x151)]));}[_0x9fa3c0(0x5cb)](){const _0x1dd57f=_0x9fa3c0;if(!this[_0x1dd57f(0x151)])return;let _0x3addf8=this[_0x1dd57f(0x34d)]();_0x3addf8&&this[_0x1dd57f(0x325)](this[_0x1dd57f(0x151)],_0x3addf8);}[_0x9fa3c0(0x4db)](){this['_markReady']();}[_0x9fa3c0(0x50e)](){const _0x5c3dfe=_0x9fa3c0;this[_0x5c3dfe(0x5c7)]();}[_0x9fa3c0(0x33c)](){const _0x2e25a0=_0x9fa3c0;var _0x51f3f2;this[_0x2e25a0(0x231)]||(this[_0x2e25a0(0x50e)](),this[_0x2e25a0(0x454)]=null,this[_0x2e25a0(0x262)]=null,this[_0x2e25a0(0x515)](),this['_managed']=!0x1,(_0x51f3f2=this[_0x2e25a0(0x151)])==null||_0x51f3f2[_0x2e25a0(0x26b)](),this[_0x2e25a0(0x151)]=null,this[_0x2e25a0(0x276)](),super[_0x2e25a0(0x33c)]());}async[_0x9fa3c0(0x55c)](){const _0x56fd9b=_0x9fa3c0;var _0x1a5143;let _0x5d9181=this['_getFloatDomInfo']();if(!_0x5d9181)throw Error(_0x56fd9b(0x314));let _0x42efee=this['_getPlacement']();if(!_0x42efee)throw Error(_0x56fd9b(0x314));let _0x39f17c=_0x577dd4(_0x42efee['width'],_0x42efee[_0x56fd9b(0x41d)]);this[_0x56fd9b(0x325)](_0x39f17c,_0x42efee);let _0x45671f=(_0x1a5143=_0x5d9181[_0x56fd9b(0x401)])==null?this[_0x56fd9b(0xf7)]:_0x1a5143,_0x3a2564=_0x1f7cde(_0x45671f),_0x4ba29=Symbol(this[_0x56fd9b(0xf7)]);this[_0x56fd9b(0x454)]=_0x4ba29,this[_0x56fd9b(0x223)]=_0x3a2564;try{var _0x56f2c7;let _0x3c91fd=await _0x3a2564[_0x56fd9b(0x521)],_0x5be27a=this[_0x56fd9b(0x3df)](),_0xa1f921=(_0x56f2c7=_0x5be27a==null?void 0x0:_0x5be27a['domId'])==null?this[_0x56fd9b(0xf7)]:_0x56f2c7;if(this[_0x56fd9b(0x231)]||this[_0x56fd9b(0x2c1)]()||this[_0x56fd9b(0x454)]!==_0x4ba29||!_0x5be27a||_0xa1f921!==_0x45671f||document[_0x56fd9b(0x17a)](_0x45671f)!==_0x3c91fd||!_0x3c91fd['isConnected'])throw _0x39f17c[_0x56fd9b(0x26b)](),Error(_0x56fd9b(0x314));return _0x3c91fd[_0x56fd9b(0x590)](_0x39f17c),this['_activateHostWrapper'](_0x3c91fd),this[_0x56fd9b(0x151)]=_0x39f17c,this[_0x56fd9b(0x446)]=!0x0,{'mountNode':_0x39f17c,'dispose':()=>{const _0x1cfcf6=_0x56fd9b;this['dispose'](),_0x5d9181[_0x1cfcf6(0x33c)]['dispose']();}};}finally{this[_0x56fd9b(0x223)]===_0x3a2564&&(this['_waiter']=null),this['_pendingToken']===_0x4ba29&&(this[_0x56fd9b(0x454)]=null);}}[_0x9fa3c0(0x515)](){const _0x8411e7=_0x9fa3c0;let _0x4ccca2=this[_0x8411e7(0x223)];_0x4ccca2&&(_0x4ccca2[_0x8411e7(0x146)](),this[_0x8411e7(0x223)]=null);}[_0x9fa3c0(0x325)](_0x49abd0,_0x36c1ea){const _0x56be8c=_0x9fa3c0;_0x49abd0[_0x56be8c(0x404)][_0x56be8c(0x12e)]=_0x36c1ea['width']+'px',_0x49abd0[_0x56be8c(0x404)][_0x56be8c(0x41d)]=_0x36c1ea[_0x56be8c(0x41d)]+'px',_0x49abd0[_0x56be8c(0x404)][_0x56be8c(0x339)]=_0x36c1ea[_0x56be8c(0x339)]+'px',_0x49abd0[_0x56be8c(0x404)][_0x56be8c(0x542)]=_0x36c1ea[_0x56be8c(0x542)]+'px',_0x49abd0[_0x56be8c(0x404)][_0x56be8c(0x3c0)]=_0x56be8c(0x5e4),_0x49abd0[_0x56be8c(0x404)]['transform']=_0x56be8c(0x20e)+_0x36c1ea['scaleX']+',\x20'+_0x36c1ea['scaleY']+')',_0x49abd0['style']['transformOrigin']=_0x56be8c(0x51d);}['_activateHostWrapper'](_0x5d06c1){const _0x4770b0=_0x9fa3c0;let _0x3c2d8f=_0x5d06c1[_0x4770b0(0x341)];_0x3c2d8f&&(this[_0x4770b0(0x5ed)]||(this['_savedWrapperStyle']={'zIndex':_0x3c2d8f[_0x4770b0(0x404)][_0x4770b0(0x2c6)],'pointerEvents':_0x3c2d8f['style']['pointerEvents']}),_0x3c2d8f[_0x4770b0(0x404)][_0x4770b0(0x2c6)]=_0x4770b0(0x43e),_0x3c2d8f[_0x4770b0(0x404)][_0x4770b0(0x55e)]=_0x4770b0(0x305));}['_restoreHostWrapper'](){const _0x424bba=_0x9fa3c0;var _0x2532c6,_0x55fd4d;if(!this[_0x424bba(0x5ed)])return;let _0x2bbd65=this['_getFloatDomInfo'](),_0x14218b=(_0x2532c6=_0x2bbd65==null?void 0x0:_0x2bbd65[_0x424bba(0x401)])==null?this[_0x424bba(0xf7)]:_0x2532c6,_0x218d64=(_0x55fd4d=document['getElementById'](_0x14218b))==null?void 0x0:_0x55fd4d[_0x424bba(0x341)];_0x218d64&&(_0x218d64[_0x424bba(0x404)][_0x424bba(0x2c6)]=this[_0x424bba(0x5ed)][_0x424bba(0x2c6)],_0x218d64[_0x424bba(0x404)][_0x424bba(0x55e)]=this[_0x424bba(0x5ed)][_0x424bba(0x55e)]),this[_0x424bba(0x5ed)]=null;}},_0x1c3d20=class extends _0x446a4a[_0x9fa3c0(0x15b)]{constructor(_0x1985e5,_0x17e003,_0x20538b,_0x5e4bdf,_0x4443f3,_0x28f6db){const _0x406ae2=_0x9fa3c0;super(_0x1985e5),this['_getOuterRect']=_0x17e003,this[_0x406ae2(0x552)]=_0x20538b,this[_0x406ae2(0x2f1)]=_0x5e4bdf,this[_0x406ae2(0x32f)]=_0x4443f3,this['_requestPaint']=_0x28f6db;}[_0x9fa3c0(0x38d)](){const _0x1edc56=_0x9fa3c0;let _0x1787f5=this[_0x1edc56(0x416)]();return _0x1787f5?_0x54436d(_0x1787f5):null;}['setStyle'](_0x3cd31a){this['_setHostStyle'](_0x3cd31a);}[_0x9fa3c0(0x2b7)](){const _0x1a23aa=_0x9fa3c0;return this[_0x1a23aa(0x32f)][_0x1a23aa(0x2b7)](this['_snapshotKey']);}[_0x9fa3c0(0x2b6)](_0x3e3026,_0x5b2a3b){const _0x11a892=_0x9fa3c0;return this[_0x11a892(0x32f)][_0x11a892(0x369)](this[_0x11a892(0x2f1)],_0x3e3026,_0x5b2a3b);}[_0x9fa3c0(0x19b)](){const _0x513815=_0x9fa3c0;this[_0x513815(0x16a)]();}[_0x9fa3c0(0x365)](){const _0x584174=_0x9fa3c0;this[_0x584174(0x32f)]['nextVersion'](this['_snapshotKey']);}};function _0x164dcc(_0x26c22f,_0x271d32){return function(_0x1e3e3f,_0x4c2c9b){_0x271d32(_0x1e3e3f,_0x4c2c9b,_0x26c22f);};}function _0xefbb1d(_0x4f957a,_0x1f6c96,_0x3d206b,_0x25f4ed){const _0xaf81ed=_0x9fa3c0;var _0xc3c692=arguments['length'],_0x1c8848=_0xc3c692<0x3?_0x1f6c96:_0x25f4ed===null?_0x25f4ed=Object[_0xaf81ed(0x1bb)](_0x1f6c96,_0x3d206b):_0x25f4ed,_0x29381b;if(typeof Reflect=='object'&&typeof Reflect[_0xaf81ed(0x5e2)]==_0xaf81ed(0x2eb))_0x1c8848=Reflect[_0xaf81ed(0x5e2)](_0x4f957a,_0x1f6c96,_0x3d206b,_0x25f4ed);else{for(var _0x46e6f0=_0x4f957a[_0xaf81ed(0x11c)]-0x1;_0x46e6f0>=0x0;_0x46e6f0--)(_0x29381b=_0x4f957a[_0x46e6f0])&&(_0x1c8848=(_0xc3c692<0x3?_0x29381b(_0x1c8848):_0xc3c692>0x3?_0x29381b(_0x1f6c96,_0x3d206b,_0x1c8848):_0x29381b(_0x1f6c96,_0x3d206b))||_0x1c8848);}return _0xc3c692>0x3&&_0x1c8848&&Object[_0xaf81ed(0x2aa)](_0x1f6c96,_0x3d206b,_0x1c8848),_0x1c8848;}let _0x7a99f5=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x4e505b,_0x4493d6,_0x36fddb){const _0x350c05=_0x9fa3c0;super(),this[_0x350c05(0x232)]=_0x4e505b,this[_0x350c05(0x45d)]=_0x4493d6,this['_chartSnapshotStoreService']=_0x36fddb,_0x159363(this,'_chartHostMap',new Map()),_0x159363(this,'_activeDomReadyChartIds',new Set()),_0x159363(this,_0x350c05(0x423),new _0x5b9fc7[(_0x350c05(0x3fd))]()),_0x159363(this,'removeHost$',this[_0x350c05(0x423)][_0x350c05(0x2c9)]()),this[_0x350c05(0x353)](this['_sheetCanvasFloatDomManagerService'][_0x350c05(0x472)][_0x350c05(0x57b)](_0x33e90f=>{const _0x65dc7d=_0x350c05;let _0x9a7d9b=this[_0x65dc7d(0x556)][_0x65dc7d(0x168)](_0x33e90f['id']);_0x9a7d9b!=null&&_0x9a7d9b[_0x65dc7d(0x394)]()&&(_0x9a7d9b['markUnmanaged'](),this[_0x65dc7d(0x423)]['next'](_0x33e90f['id']));}));}['_getSceneAndTransformerByDrawingSearch'](_0x4690e4){const _0x3591d4=_0x9fa3c0;if(_0x4690e4==null)return;let _0x48b175=this[_0x3591d4(0x45d)][_0x3591d4(0x107)](_0x4690e4),_0x3a959d=_0x48b175==null?void 0x0:_0x48b175[_0x3591d4(0x3f1)];return _0x48b175==null||_0x3a959d==null?null:{'scene':_0x3a959d,'transformer':_0x3a959d[_0x3591d4(0x524)](),'renderUnit':_0x48b175,'canvas':_0x48b175['engine']['getCanvasElement']()};}[_0x9fa3c0(0x300)](_0x5c8200,_0x2df67c){const _0x2bb802=_0x9fa3c0;let _0x3c4e5e=this[_0x2bb802(0x232)],_0x1070bc=_0x2df67c||'transparent',_0x5c5f2f=_0x3c4e5e['getFloatDomInfo'](_0x5c8200);if(_0x5c5f2f){let {unitId:_0x2e80df,subUnitId:_0x4a11b9}=_0x5c5f2f;_0x3c4e5e[_0x2bb802(0x5d1)](_0x2e80df,_0x4a11b9,_0x5c8200,{'stroke':_0x1070bc});}}[_0x9fa3c0(0x274)](_0x326c02,_0x211ac2){const _0x421cc3=_0x9fa3c0;let _0x190381=this[_0x421cc3(0x232)],_0x17c6e8=_0x190381['getFloatDomInfo'](_0x326c02);if(_0x17c6e8){let {unitId:_0x1eb27b,subUnitId:_0x2b1de4}=_0x17c6e8;_0x190381[_0x421cc3(0x5d1)](_0x1eb27b,_0x2b1de4,_0x326c02,_0x211ac2);}}[_0x9fa3c0(0x149)](_0x1a5bdf){const _0x914530=_0x9fa3c0;let _0x1817ee=this[_0x914530(0x232)][_0x914530(0x22d)](_0x1a5bdf);return _0x1817ee?_0x1817ee[_0x914530(0x1dd)]:null;}[_0x9fa3c0(0x1da)](_0x24368a){const _0x167b51=_0x9fa3c0;var _0x12d784,_0x6b5e4e;return(_0x12d784=(_0x6b5e4e=this[_0x167b51(0x556)][_0x167b51(0x168)](_0x24368a))==null?void 0x0:_0x6b5e4e['checkMounted']())==null?!0x1:_0x12d784;}['syncHostLayout'](_0x560369){const _0x1cf71a=_0x9fa3c0;var _0x99a385;(_0x99a385=this[_0x1cf71a(0x556)][_0x1cf71a(0x168)](_0x560369))==null||_0x99a385[_0x1cf71a(0x5cb)]();}[_0x9fa3c0(0x47b)](_0x1f0c56){const _0x53c7a5=_0x9fa3c0;let _0x36bb87=this[_0x53c7a5(0x556)][_0x53c7a5(0x168)](_0x1f0c56);_0x36bb87==null||_0x36bb87[_0x53c7a5(0x33c)](),this[_0x53c7a5(0x556)][_0x53c7a5(0x2ff)](_0x1f0c56);}async[_0x9fa3c0(0x38f)](_0x51a74e,_0x3aa949){const _0x37c939=_0x9fa3c0;if(_0x3aa949===_0x37c939(0x29f))return this[_0x37c939(0x160)](_0x51a74e);if(_0x3aa949===_0x37c939(0x39e))return this['_getOrCreateSheetChartHost'](_0x51a74e);let _0x644dc6=this[_0x37c939(0xde)](_0x51a74e);if(!_0x644dc6)throw Error(_0x37c939(0x314));return _0x644dc6[_0x37c939(0x51f)]();}[_0x9fa3c0(0x34e)](_0x3ac07d){const _0x940b2a=_0x9fa3c0;return this[_0x940b2a(0x202)][_0x940b2a(0x3db)](_0x3ac07d);}[_0x9fa3c0(0x143)](_0x328cea){const _0x42c692=_0x9fa3c0;this[_0x42c692(0x202)][_0x42c692(0x2ff)](_0x328cea)&&this['_requestChartCanvasRender'](_0x328cea);}[_0x9fa3c0(0x365)](_0x224d98){const _0x1e76c9=_0x9fa3c0;let _0x222b9d=this[_0x1e76c9(0x5fb)](_0x224d98);_0x222b9d&&this['_chartSnapshotStoreService'][_0x1e76c9(0x2b7)](_0x222b9d);}[_0x9fa3c0(0x160)](_0x1f7ac2){const _0x24f846=_0x9fa3c0;let _0x2236b7=this[_0x24f846(0x5fb)](_0x1f7ac2);return!_0x2236b7||!this[_0x24f846(0x149)](_0x1f7ac2)?null:new _0x1c3d20(_0x1f7ac2,()=>this[_0x24f846(0x149)](_0x1f7ac2),_0x2b3eec=>this['setHostStyle'](_0x1f7ac2,_0x2b3eec),_0x2236b7,this[_0x24f846(0x329)],()=>this[_0x24f846(0x291)](_0x1f7ac2));}[_0x9fa3c0(0xde)](_0x3042b9){const _0x40df5a=_0x9fa3c0;if(!this[_0x40df5a(0x149)](_0x3042b9))return null;let _0x238a5b=this[_0x40df5a(0x556)]['get'](_0x3042b9);if(_0x238a5b)return _0x238a5b;let _0x3e48f7=new _0x5cab8c(_0x3042b9,()=>this[_0x40df5a(0x232)][_0x40df5a(0x22d)](_0x3042b9),()=>this[_0x40df5a(0x3d0)](_0x3042b9),_0x521cf8=>this[_0x40df5a(0x274)](_0x3042b9,_0x521cf8),()=>this[_0x40df5a(0x231)],()=>this[_0x40df5a(0x1ba)](_0x3042b9),()=>this[_0x40df5a(0x143)](_0x3042b9));return this[_0x40df5a(0x556)][_0x40df5a(0x10b)](_0x3042b9,_0x3e48f7),_0x3e48f7;}['_markHostReady'](_0x3f9ede){const _0x25037a=_0x9fa3c0;this[_0x25037a(0x202)][_0x25037a(0x3db)](_0x3f9ede)||(this['_activeDomReadyChartIds'][_0x25037a(0x22b)](_0x3f9ede),this[_0x25037a(0x291)](_0x3f9ede));}[_0x9fa3c0(0x5fb)](_0x144af0){const _0x528f2b=_0x9fa3c0;let _0x501716=this['_sheetCanvasFloatDomManagerService'][_0x528f2b(0x22d)](_0x144af0);return _0x501716?{'unitId':_0x501716[_0x528f2b(0x4f6)],'subUnitId':_0x501716['subUnitId'],'chartId':_0x144af0}:null;}[_0x9fa3c0(0x291)](_0x3cd0a0){const _0x332c05=_0x9fa3c0;var _0x294705,_0x2c578d,_0x2d25d2,_0x343a09,_0x8d73bc;let _0x13c9a8=this[_0x332c05(0x232)][_0x332c05(0x22d)](_0x3cd0a0);if(!_0x13c9a8)return;let _0x2c738a=(_0x294705=this[_0x332c05(0x45d)]['getRenderById'](_0x13c9a8[_0x332c05(0x4f6)]))==null?void 0x0:_0x294705[_0x332c05(0x3f1)],_0x322738=(_0x2c578d=(_0x2d25d2=_0x2c738a==null||(_0x343a09=_0x2c738a[_0x332c05(0x1c4)])==null?void 0x0:_0x343a09['call'](_0x2c738a,(0x0,_0x2032b8[_0x332c05(0x5be)])({'unitId':_0x13c9a8['unitId'],'subUnitId':_0x13c9a8['subUnitId'],'drawingId':_0x3cd0a0})))==null?_0x2c738a==null?void 0x0:_0x2c738a['getObject']((0x0,_0x2032b8['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x13c9a8[_0x332c05(0x4f6)],'subUnitId':_0x13c9a8[_0x332c05(0x5b1)],'drawingId':_0x3cd0a0})):_0x2d25d2)==null?null:_0x2c578d;_0x322738==null||(_0x8d73bc=_0x322738['makeDirty'])==null||_0x8d73bc[_0x332c05(0x24a)](_0x322738,!0x0),_0x2c738a==null||_0x2c738a[_0x332c05(0x5da)](!0x0);}[_0x9fa3c0(0x3d0)](_0x4dbcb5){const _0x18d683=_0x9fa3c0;var _0x53d46f,_0x566509;let _0x78a170=this[_0x18d683(0x232)][_0x18d683(0x22d)](_0x4dbcb5);if(!_0x78a170)return null;let _0x5f693a=this['_getSceneAndTransformerByDrawingSearch'](_0x78a170[_0x18d683(0x4f6)]),_0x4c5807=_0x5f693a==null?void 0x0:_0x5f693a['scene'];return _0x54436d(_0x78a170[_0x18d683(0x1dd)],{'scaleX':(_0x53d46f=_0x4c5807==null?void 0x0:_0x4c5807[_0x18d683(0x3ca)])==null?0x1:_0x53d46f,'scaleY':(_0x566509=_0x4c5807==null?void 0x0:_0x4c5807[_0x18d683(0xfb)])==null?0x1:_0x566509},_0x78a170[_0x18d683(0x141)]['getValue']());}[_0x9fa3c0(0x33c)](){const _0x30c0f0=_0x9fa3c0;this[_0x30c0f0(0x231)]||(this[_0x30c0f0(0x556)][_0x30c0f0(0x2fc)](_0x9eef5b=>_0x9eef5b['dispose']()),this['_chartHostMap'][_0x30c0f0(0x28e)](),this[_0x30c0f0(0x202)]['clear'](),this[_0x30c0f0(0x423)][_0x30c0f0(0x2d4)](),super[_0x30c0f0(0x33c)]());}};_0x7a99f5=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1b27ed[_0x9fa3c0(0x5c5)])),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x25b25f[_0x9fa3c0(0x3f7)])),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x511255))],_0x7a99f5);let _0x51b4bb=(0x0,_0x1dcecb['createIdentifier'])(_0x9fa3c0(0x604));function _0xe19f37(_0x3f778f){const _0x29f3f3=_0x9fa3c0;_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x5e8),_0x1ad420=>_0x1ad420[_0x29f3f3(0x48a)][_0x29f3f3(0x10d)]((0x0,_0x5b9fc7[_0x29f3f3(0x579)])(_0x51cec4=>_0x51cec4[_0x29f3f3(0x5e8)]))),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x518),_0xac2b0c=>({'set'(_0x35f508){const _0x22f129=_0x29f3f3;let _0xb54fb9={};_0x35f508===_0x446a4a[_0x22f129(0x18e)][_0x22f129(0x5b5)]&&(_0xb54fb9['pie']={'doughnutHole':null}),_0x3f778f[_0x22f129(0x2e3)]({'chartModelId':_0xac2b0c['id'],'chartType':_0x35f508,'style':_0xb54fb9});},'get'(){const _0x35017c=_0x29f3f3;return _0xac2b0c[_0x35017c(0x117)];}})),_0x3f778f['registerViewState'](_0x29f3f3(0x5c9),_0x2b3680=>({'set'(_0xa23daa){const _0x29ff2d=_0x29f3f3;_0xa23daa&&_0x3f778f[_0x29ff2d(0x200)]({'chartModelId':_0x2b3680['id'],'range':_0xa23daa});},'get'(){const _0x4426b2=_0x29f3f3;let _0x43f7b2=_0x3f778f[_0x4426b2(0x2e7)](_0x2b3680['id']);if(_0x43f7b2)return _0x43f7b2[_0x4426b2(0x34c)];}})),_0x3f778f['registerViewState']('categoryIndex',_0x473bf4=>({'set'(_0xe8c507){const _0x2be829=_0x29f3f3;typeof _0xe8c507==_0x2be829(0x539)&&_0x3f778f[_0x2be829(0x2e3)]({'chartModelId':_0x473bf4['id'],'context':{'categoryIndex':_0xe8c507}});},'get'(){const _0x2d5b2a=_0x29f3f3;return _0x473bf4[_0x2d5b2a(0x48a)][_0x2d5b2a(0x10d)]((0x0,_0x5b9fc7[_0x2d5b2a(0x579)])(_0x4e789f=>_0x4e789f[_0x2d5b2a(0x2d0)]),(0x0,_0x5b9fc7['distinctUntilChanged'])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x398),_0x41c9a9=>_0x41c9a9[_0x29f3f3(0x48a)]['pipe']((0x0,_0x5b9fc7[_0x29f3f3(0x579)])(_0x3c1fad=>_0x3c1fad[_0x29f3f3(0x398)]),(0x0,_0x5b9fc7[_0x29f3f3(0x509)])())),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x332),_0x172e64=>{const _0x199f62=_0x29f3f3;var _0x311558;let _0x346734=(_0x311558=_0x3f778f[_0x199f62(0x2e7)](_0x172e64['id']))==null?void 0x0:_0x311558['rangeInfo$'];return _0x346734?_0x172e64[_0x199f62(0x48a)][_0x199f62(0x10d)]((0x0,_0x5b9fc7['combineLatestWith'])(_0x346734),(0x0,_0x5b9fc7[_0x199f62(0x579)])(([_0x14db70,_0x32061d])=>{const _0x17d771=_0x199f62;let {categoryResourceIndexes:_0x437c45,headers:_0x5d5b83}=_0x14db70,_0x3b68d3=(_0x437c45||[])[_0x17d771(0x183)]((_0x5297ef,_0x46c05c)=>(_0x5297ef||0x0)-(_0x46c05c||0x0));return!_0x3b68d3||Array[_0x17d771(0xd2)](_0x32061d)?[]:_0x3b68d3['map'](_0x55ad1b=>({'label':(_0x5d5b83==null?void 0x0:_0x5d5b83[_0x55ad1b])||_0x3f778f['t'](_0x17d771(0x46f),''+(_0x55ad1b+0x1)),'value':String(_0x55ad1b)}));})):_0x172e64[_0x199f62(0x48a)][_0x199f62(0x10d)]((0x0,_0x5b9fc7['map'])(()=>[]));}),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x59f),_0x26b0ae=>{const _0x2aa6a6=_0x29f3f3;var _0x4b0f0c;let _0xcf65a6=(_0x4b0f0c=_0x3f778f[_0x2aa6a6(0x2e7)](_0x26b0ae['id']))==null?void 0x0:_0x4b0f0c[_0x2aa6a6(0x34c)];return _0xcf65a6?_0x26b0ae[_0x2aa6a6(0x48a)][_0x2aa6a6(0x10d)]((0x0,_0x5b9fc7[_0x2aa6a6(0x3a7)])(_0xcf65a6),(0x0,_0x5b9fc7[_0x2aa6a6(0x579)])(([_0x50c3d0,_0x4dae64])=>{const _0x299023=_0x2aa6a6;let {categoryResourceIndexes:_0x3e3d3b,seriesResourceIndexes:_0x277416,headers:_0x341b71}=_0x50c3d0,_0x53ca99=_0x3e3d3b==null?void 0x0:_0x3e3d3b[_0x299023(0x1b6)](_0x277416||[])[_0x299023(0x183)]((_0xd6d542,_0x376fa3)=>(_0xd6d542||0x0)-(_0x376fa3||0x0));return!_0x53ca99||Array['isArray'](_0x4dae64)?[]:_0x53ca99['map'](_0x331553=>({'label':(_0x341b71==null?void 0x0:_0x341b71[_0x331553])||_0x3f778f['t']('sheets-chart-ui.categoryDefaultName',''+(_0x331553+0x1)),'value':String(_0x331553)}));})):_0x26b0ae[_0x2aa6a6(0x48a)][_0x2aa6a6(0x10d)]((0x0,_0x5b9fc7['map'])(()=>[]));}),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x450),_0x12858c=>({'set'(_0x3f9e81){const _0x19fb4b=_0x29f3f3;_0x3f778f[_0x19fb4b(0x2e3)]({'chartModelId':_0x12858c['id'],'context':{'seriesIndexes':_0x3f9e81}});},'get'(){const _0x591341=_0x29f3f3;return _0x12858c['context$']['pipe']((0x0,_0x5b9fc7[_0x591341(0x579)])(_0x3eb04=>{let {seriesIndexes:_0x4c02e8=[]}=_0x3eb04;return _0x4c02e8;}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x506),_0x43ccd7=>({'set'(_0x507de4){const _0x6e7c3c=_0x29f3f3;_0x3f778f[_0x6e7c3c(0x2e3)]({'chartModelId':_0x43ccd7['id'],'style':{'trendlines':_0x507de4}});},'get'(){const _0x4ad66b=_0x29f3f3;return _0x43ccd7['style$'][_0x4ad66b(0x10d)]((0x0,_0x5b9fc7['map'])(_0x152598=>_0x152598[_0x4ad66b(0x3be)]));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x4cc),_0x25b81a=>{const _0x32f323=_0x29f3f3;var _0xc2202f;let _0x497f85=(_0xc2202f=_0x3f778f[_0x32f323(0x2e7)](_0x25b81a['id']))==null?void 0x0:_0xc2202f[_0x32f323(0x34c)];return _0x497f85?_0x25b81a[_0x32f323(0x48a)][_0x32f323(0x10d)]((0x0,_0x5b9fc7['combineLatestWith'])(_0x497f85),(0x0,_0x5b9fc7[_0x32f323(0x579)])(([_0x241c90,_0x27079b])=>{const _0x322cf2=_0x32f323;let {seriesIndexes:_0xaf25d0=[],headers:_0x46360c}=_0x241c90;return Array[_0x322cf2(0xd2)](_0x27079b)?[]:_0xaf25d0[_0x322cf2(0x579)](_0x435ccf=>({'label':(_0x46360c==null?void 0x0:_0x46360c[_0x435ccf])||_0x3f778f['t']('sheets-chart-ui.seriesDefaultName',''+_0x435ccf),'value':String(_0x435ccf)}));})):_0x25b81a[_0x32f323(0x48a)]['pipe']((0x0,_0x5b9fc7['map'])(()=>[]));}),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x550),_0x5f2efd=>{const _0x2948e0=_0x29f3f3;var _0x30deb8;let _0x10d6cf=(_0x30deb8=_0x3f778f[_0x2948e0(0x2e7)](_0x5f2efd['id']))==null?void 0x0:_0x30deb8[_0x2948e0(0x34c)];return _0x10d6cf?_0x5f2efd['context$'][_0x2948e0(0x10d)]((0x0,_0x5b9fc7['combineLatestWith'])(_0x10d6cf),(0x0,_0x5b9fc7[_0x2948e0(0x579)])(([_0x99b67b,_0x5b9dfa])=>{const _0x3e1bd2=_0x2948e0;let {seriesResourceIndexes:_0x2d7052=[],headers:_0x548ec9}=_0x99b67b;if(Array[_0x3e1bd2(0xd2)](_0x5b9dfa))return[];let _0x36303c=new Map();return _0x2d7052[_0x3e1bd2(0x579)](_0x383c32=>{const _0x549c65=_0x3e1bd2;let _0x5aec40=(_0x548ec9==null?void 0x0:_0x548ec9[_0x383c32])||_0x3f778f['t'](_0x549c65(0x37d),''+_0x383c32);return _0x36303c[_0x549c65(0x3db)](_0x5aec40)?_0x36303c['set'](_0x5aec40,_0x36303c['get'](_0x5aec40)+0x1):_0x36303c['set'](_0x5aec40,0x0),{'label':(_0x36303c[_0x549c65(0x3db)](_0x5aec40)&&_0x36303c['get'](_0x5aec40)>0x0?_0x5aec40+'\x20'+_0x36303c[_0x549c65(0x168)](_0x5aec40):_0x5aec40)||_0x3f778f['t'](_0x549c65(0x37d),''+_0x383c32),'value':String(_0x383c32)};});})):_0x5f2efd[_0x2948e0(0x48a)][_0x2948e0(0x10d)]((0x0,_0x5b9fc7[_0x2948e0(0x579)])(()=>[]));}),_0x3f778f[_0x29f3f3(0x3bb)]('aggregate',_0x19484c=>({'set'(_0x3706ea){const _0x2bb5b5=_0x29f3f3;_0x3f778f[_0x2bb5b5(0x2e3)]({'chartModelId':_0x19484c['id'],'dataAggregation':{'aggregate':_0x3706ea}});},'get'(){const _0xf42524=_0x29f3f3;return _0x19484c[_0xf42524(0xef)][_0xf42524(0x10d)]((0x0,_0x5b9fc7[_0xf42524(0x579)])(_0x489046=>_0x489046[_0xf42524(0x5b4)]||!0x1),(0x0,_0x5b9fc7[_0xf42524(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)]('orient',_0x266c87=>({'set'(_0x35239b){const _0x203ee7=_0x29f3f3;var _0x5a2e7b;let _0x46db7f=(_0x5a2e7b=_0x3f778f[_0x203ee7(0x2e7)](_0x266c87['id']))==null?void 0x0:_0x5a2e7b[_0x203ee7(0x473)]();if(_0x46db7f){let _0x48ae48={..._0x46db7f,'isRowDirection':_0x35239b===_0x446a4a[_0x203ee7(0x167)][_0x203ee7(0x583)]};_0x3f778f[_0x203ee7(0x2e3)]({'chartModelId':_0x266c87['id'],'context':{'seriesIndexes':void 0x0,'transform':void 0x0}}),_0x3f778f[_0x203ee7(0x200)]({'chartModelId':_0x266c87['id'],'range':_0x48ae48});}},'get'(){const _0x2a1029=_0x29f3f3;var _0x9395c0;return(_0x9395c0=_0x3f778f['getDataSource'](_0x266c87['id']))==null?void 0x0:_0x9395c0[_0x2a1029(0x34c)][_0x2a1029(0x10d)]((0x0,_0x5b9fc7[_0x2a1029(0x579)])(_0x30e7bb=>_0x30e7bb[_0x2a1029(0x24e)]?_0x446a4a[_0x2a1029(0x167)][_0x2a1029(0x583)]:_0x446a4a[_0x2a1029(0x167)]['Column']),(0x0,_0x5b9fc7[_0x2a1029(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x298),_0x1a9354=>({'set'(_0x20d854){const _0x251c25=_0x29f3f3;_0x3f778f[_0x251c25(0x2e3)]({'chartModelId':_0x1a9354['id'],'style':{'gradientFill':_0x20d854}});},'get'(){const _0x16d64d=_0x29f3f3;return _0x1a9354[_0x16d64d(0x1af)][_0x16d64d(0x10d)]((0x0,_0x5b9fc7['map'])(_0x22d252=>_0x22d252[_0x16d64d(0x298)]),(0x0,_0x5b9fc7['distinctUntilChanged'])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x519),_0x3c4562=>({'set'(_0x12bb45){const _0x2ce913=_0x29f3f3;_0x3f778f[_0x2ce913(0x2e3)]({'chartModelId':_0x3c4562['id'],'style':{'tooltip':_0x12bb45}});},'get'(){const _0x1dd04a=_0x29f3f3;return _0x3c4562[_0x1dd04a(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x1dd04a(0x579)])(_0x53d25d=>_0x53d25d[_0x1dd04a(0x54c)]),(0x0,_0x5b9fc7[_0x1dd04a(0x509)])());}})),_0x3f778f['registerViewState'](_0x29f3f3(0x5a6),_0x4d17c3=>({'set'(_0x2db64c){const _0x3b343f=_0x29f3f3;let {context:_0x4481ff}=_0x4d17c3,_0x14eea8=_0x2c917d=>{const _0x2f9942=_0x436e;var _0x171ce2;return((_0x171ce2=_0x4481ff[_0x2f9942(0x31a)])==null?void 0x0:_0x171ce2[_0x2f9942(0x280)](_0x2c917d))!==-0x1;};if(_0x2db64c){var _0x4376c4;let _0x3c77c7=(_0x4376c4=_0x4481ff['seriesIndexes'])==null?void 0x0:_0x4376c4[0x0];if(_0x3c77c7===void 0x0)return;let _0x1a6e9b={'categoryIndex':_0x3c77c7,'categoryType':_0x446a4a['CategoryType'][_0x3b343f(0x4e0)]};if(_0x14eea8(_0x3c77c7)){var _0x16e04f;_0x1a6e9b[_0x3b343f(0x4d9)]=(_0x16e04f=_0x4481ff[_0x3b343f(0x4d9)])==null?void 0x0:_0x16e04f[_0x3b343f(0x411)](_0x415657=>_0x415657!==_0x3c77c7);}_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x4d17c3['id'],'context':_0x1a6e9b});}else{if(_0x4481ff[_0x3b343f(0x2d0)]===void 0x0)return;let _0x13abbd={'categoryIndex':void 0x0,'categoryType':void 0x0};_0x14eea8(_0x4481ff['categoryIndex'])&&(_0x13abbd['seriesIndexes']=[_0x4481ff['categoryIndex']]['concat'](_0x4481ff['seriesIndexes']||[])),_0x3f778f[_0x3b343f(0x2e3)]({'chartModelId':_0x4d17c3['id'],'context':_0x13abbd});}},'get'(){const _0x395a2e=_0x29f3f3;return _0x4d17c3[_0x395a2e(0x48a)][_0x395a2e(0x10d)]((0x0,_0x5b9fc7[_0x395a2e(0x579)])(_0x4e4946=>{const _0x4a1a33=_0x395a2e;var _0x44e0c2;return _0x4e4946[_0x4a1a33(0x2d0)]===void 0x0?!0x1:!!((_0x44e0c2=_0x4e4946['seriesResourceIndexes'])!=null&&_0x44e0c2['includes'](_0x4e4946[_0x4a1a33(0x2d0)]));}));}})),_0x3f778f['registerViewState'](_0x29f3f3(0x4b4),_0x1e339c=>({'set'(_0xd11123){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x1e339c['id'],'style':{'backgroundColor':_0xd11123==null?null:_0xd11123}});},'get'(){const _0x52aa15=_0x29f3f3;return _0x1e339c[_0x52aa15(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x52aa15(0x579)])(_0x758ecc=>_0x758ecc==null?void 0x0:_0x758ecc[_0x52aa15(0x4b4)]),(0x0,_0x5b9fc7['distinctUntilChanged'])());}})),_0x3f778f['registerViewState'](_0x29f3f3(0x49a),_0x1b2703=>({'set'(_0x3e705e){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x1b2703['id'],'style':{'borderColor':_0x3e705e==null?null:_0x3e705e}}),_0x3f778f['setBorder'](_0x1b2703['id'],_0x3e705e);},'get'(){const _0x342d31=_0x29f3f3;return _0x1b2703[_0x342d31(0x1af)][_0x342d31(0x10d)]((0x0,_0x5b9fc7[_0x342d31(0x579)])(_0x5505da=>_0x5505da[_0x342d31(0x49a)]),(0x0,_0x5b9fc7[_0x342d31(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x3f0),_0x814fcb=>({'set'(_0x2de247){const _0x3beef0=_0x29f3f3;_0x3f778f[_0x3beef0(0x2e3)]({'chartModelId':_0x814fcb['id'],'style':{'fontSize':_0x2de247}});},'get'(){const _0x8bf3a6=_0x29f3f3;return _0x814fcb[_0x8bf3a6(0x1af)][_0x8bf3a6(0x10d)]((0x0,_0x5b9fc7[_0x8bf3a6(0x579)])(_0x228590=>_0x228590['fontSize']),(0x0,_0x5b9fc7[_0x8bf3a6(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x30c),_0x326128=>({'set'(_0x43c34e){const _0x4c7c3a=_0x29f3f3;_0x3f778f[_0x4c7c3a(0x2e3)]({'chartModelId':_0x326128['id'],'style':{'titleFontSize':_0x43c34e}});},'get'(){const _0x15e077=_0x29f3f3;return _0x326128[_0x15e077(0x1af)][_0x15e077(0x10d)]((0x0,_0x5b9fc7['map'])(_0x428727=>_0x428727[_0x15e077(0x30c)]),(0x0,_0x5b9fc7[_0x15e077(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x406),_0xa8a946=>({'set'(_0x157235){const _0x36705c=_0x29f3f3;_0x3f778f[_0x36705c(0x2e3)]({'chartModelId':_0xa8a946['id'],'style':{'titles':_0x157235}});},'get'(){const _0x48c85a=_0x29f3f3;return _0xa8a946['style$'][_0x48c85a(0x10d)]((0x0,_0x5b9fc7['map'])(_0x44073b=>_0x44073b[_0x48c85a(0x406)]));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x1f3),_0x3ad95d=>({'set'(_0x59ccec){const _0x7035be=_0x29f3f3;let _0x776fa0=Object['keys'](_0x59ccec),_0xbd2f8c=_0x1dcecb['Tools'][_0x7035be(0x100)](_0x3ad95d[_0x7035be(0x404)][_0x7035be(0x1c6)]||{}),_0x22fcf3={};for(let _0x1f3376 in _0xbd2f8c)if(_0xbd2f8c[_0x7035be(0x527)](_0x1f3376)){let _0x145d4e=_0xbd2f8c[_0x1f3376];if(!_0x145d4e)continue;for(let _0x479553 of _0x776fa0)_0x145d4e[_0x7035be(0x527)](_0x479553)&&(_0x22fcf3[_0x1f3376]={[_0x479553]:null});}let _0x429d6f={'allSeriesStyle':_0x59ccec,'seriesStyleMap':_0x22fcf3},_0x18227a=_0x3ad95d[_0x7035be(0x518)],_0x1f5b09=new Set(_0x776fa0);_0x18227a===_0x446a4a[_0x7035be(0x18e)][_0x7035be(0x3e9)]&&(_0x1f5b09[_0x7035be(0x3db)](_0x7035be(0x36b))||_0x1f5b09[_0x7035be(0x3db)]('\x22fillOpacity\x22'))&&(_0x429d6f[_0x7035be(0x29d)]={'fill':!0x0}),_0x3f778f[_0x7035be(0x2e3)]({'chartModelId':_0x3ad95d['id'],'style':_0x429d6f});},'get'(){const _0x2468dc=_0x29f3f3;return _0x3ad95d[_0x2468dc(0x1af)][_0x2468dc(0x10d)]((0x0,_0x5b9fc7[_0x2468dc(0x579)])(_0xfd6b66=>_0xfd6b66[_0x2468dc(0x1f3)]));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x1c6),_0x45d473=>({'set'(_0x1ee1aa){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x45d473['id'],'style':{'seriesStyleMap':_0x1ee1aa}});},'get'(){const _0x52e1dc=_0x29f3f3;return _0x45d473[_0x52e1dc(0x1af)][_0x52e1dc(0x10d)]((0x0,_0x5b9fc7[_0x52e1dc(0x579)])(_0x1e7cc9=>_0x1e7cc9[_0x52e1dc(0x1c6)]));}})),_0x3f778f[_0x29f3f3(0x3bb)]('legendStyle',_0x567d06=>({'set'(_0x24d20e){const _0xe6ad2d=_0x29f3f3;_0x3f778f[_0xe6ad2d(0x2e3)]({'chartModelId':_0x567d06['id'],'style':{'legend':_0x24d20e}});},'get'(){const _0x416ae0=_0x29f3f3;return _0x567d06[_0x416ae0(0x1af)][_0x416ae0(0x10d)]((0x0,_0x5b9fc7[_0x416ae0(0x579)])(_0x5b3cc3=>_0x5b3cc3[_0x416ae0(0x420)]));}})),_0x3f778f[_0x29f3f3(0x3bb)]('xAxisOptions',_0x48a8e4=>({'set'(_0x3ea34){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x48a8e4['id'],'style':{'xAxis':_0x3ea34}});},'get'(){const _0x1e4092=_0x29f3f3;return _0x48a8e4[_0x1e4092(0x1af)][_0x1e4092(0x10d)]((0x0,_0x5b9fc7['map'])(_0x179782=>_0x179782[_0x1e4092(0x1ff)]));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x239),_0x56d4e9=>({'set'(_0x4b43e6){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x56d4e9['id'],'style':{'yAxis':_0x4b43e6}});},'get'(){const _0x5856a1=_0x29f3f3;return _0x56d4e9[_0x5856a1(0x1af)][_0x5856a1(0x10d)]((0x0,_0x5b9fc7[_0x5856a1(0x579)])(_0x178cec=>_0x178cec['yAxis']));}})),_0x3f778f[_0x29f3f3(0x3bb)]('rightYAxisOptions',_0x27792d=>({'set'(_0x273cf5){const _0x3b3817=_0x29f3f3;_0x3f778f[_0x3b3817(0x2e3)]({'chartModelId':_0x27792d['id'],'style':{'rightYAxis':_0x273cf5}});},'get'(){const _0x15d8e5=_0x29f3f3;return _0x27792d['style$'][_0x15d8e5(0x10d)]((0x0,_0x5b9fc7[_0x15d8e5(0x579)])(_0x40fde2=>_0x40fde2[_0x15d8e5(0x169)]));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x2c4),_0x1946b9=>_0x1946b9[_0x29f3f3(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x29f3f3(0x3a7)])(_0x3f778f['direction$']),(0x0,_0x5b9fc7[_0x29f3f3(0x579)])(([,_0x22c3a4])=>_0x1946b9[_0x29f3f3(0x28d)](_0x22c3a4)[_0x29f3f3(0x2fd)]))),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x21f),_0x1aecb7=>({'set'(_0x173e49){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x1aecb7['id'],'style':{'area':{'lineStyle':_0x173e49==null?void 0x0:_0x173e49}}});},'get'(){const _0x2a09ce=_0x29f3f3;return _0x1aecb7[_0x2a09ce(0x1af)][_0x2a09ce(0x10d)]((0x0,_0x5b9fc7[_0x2a09ce(0x579)])(_0x2d95fb=>{const _0x34850b=_0x2a09ce;var _0x21853d;return(_0x21853d=_0x2d95fb[_0x34850b(0x5dc)])==null?void 0x0:_0x21853d[_0x34850b(0x17d)];}));}})),_0x3f778f['registerViewState'](_0x29f3f3(0x399),_0x50a195=>({'set'(_0x48b370){const _0x419be7=_0x29f3f3;_0x3f778f[_0x419be7(0x2e3)]({'chartModelId':_0x50a195['id'],'style':{'pie':{'labelStyle':_0x48b370==null?void 0x0:_0x48b370}}});},'get'(){const _0x4a3449=_0x29f3f3;return _0x50a195[_0x4a3449(0x1af)][_0x4a3449(0x10d)]((0x0,_0x5b9fc7[_0x4a3449(0x579)])(_0x3b8cc3=>{const _0x4da61c=_0x4a3449;var _0x1dd59c;return(_0x1dd59c=_0x3b8cc3[_0x4da61c(0x60a)])==null?void 0x0:_0x1dd59c['labelStyle'];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x288),_0x4e4d4b=>({'set'(_0x5b183e){const _0x128674=_0x29f3f3;_0x3f778f[_0x128674(0x2e3)]({'chartModelId':_0x4e4d4b['id'],'style':{'wordCloud':{'shape':_0x5b183e==null?void 0x0:_0x5b183e,'maskImage':_0x5b183e==null?void 0x0:_0x5b183e}}});},'get'(){const _0x30c68b=_0x29f3f3;return _0x4e4d4b[_0x30c68b(0x1af)][_0x30c68b(0x10d)]((0x0,_0x5b9fc7[_0x30c68b(0x579)])(_0x45c44a=>{const _0x4ae96c=_0x30c68b;var _0x195df4;return(_0x195df4=_0x45c44a[_0x4ae96c(0x109)])==null?void 0x0:_0x195df4[_0x4ae96c(0x19f)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x5ca),_0x58f4dd=>({'set'(_0x545f95){const _0x324720=_0x29f3f3;_0x3f778f[_0x324720(0x2e3)]({'chartModelId':_0x58f4dd['id'],'style':{'wordCloud':{'maskImage':_0x545f95==null?void 0x0:_0x545f95,'shape':void 0x0}}});},'get'(){return _0x58f4dd['style$']['pipe']((0x0,_0x5b9fc7['map'])(_0xd98f03=>{const _0xdc72b5=_0x436e;var _0x4b75f1;return(_0x4b75f1=_0xd98f03[_0xdc72b5(0x109)])==null?void 0x0:_0x4b75f1['maskImage'];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x14d),_0x33e5e7=>({'set'(_0x521d7a){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x33e5e7['id'],'style':{'wordCloud':{'repeat':_0x521d7a==null?void 0x0:_0x521d7a}}});},'get'(){const _0x5277e7=_0x29f3f3;return _0x33e5e7[_0x5277e7(0x1af)][_0x5277e7(0x10d)]((0x0,_0x5b9fc7[_0x5277e7(0x579)])(_0xdfb147=>{const _0x19b986=_0x5277e7;var _0x34f57c;return(_0x34f57c=_0xdfb147[_0x19b986(0x109)])==null?void 0x0:_0x34f57c['repeat'];}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('funnelGap',_0x4610b4=>({'set'(_0x2ea923){const _0x47a9db=_0x29f3f3;_0x3f778f[_0x47a9db(0x2e3)]({'chartModelId':_0x4610b4['id'],'style':{'funnel':{'gap':_0x2ea923==null?void 0x0:_0x2ea923}}});},'get'(){const _0x489cbe=_0x29f3f3;return _0x4610b4[_0x489cbe(0x1af)][_0x489cbe(0x10d)]((0x0,_0x5b9fc7[_0x489cbe(0x579)])(_0x4bad3f=>{const _0x46d9ba=_0x489cbe;var _0x301d68;return(_0x301d68=_0x4bad3f[_0x46d9ba(0x4ab)])==null?void 0x0:_0x301d68[_0x46d9ba(0x112)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('funnelUseAbsValue',_0x4cf3ad=>({'set'(_0x8a89f3){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x4cf3ad['id'],'style':{'funnel':{'useAbsValue':_0x8a89f3==null?void 0x0:_0x8a89f3}}});},'get'(){const _0x4969c6=_0x29f3f3;return _0x4cf3ad[_0x4969c6(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x4969c6(0x579)])(_0x5f59d5=>{const _0x39f57a=_0x4969c6;var _0x54f09b;return(_0x54f09b=_0x5f59d5[_0x39f57a(0x4ab)])==null?void 0x0:_0x54f09b[_0x39f57a(0x222)];}));}})),_0x3f778f['registerViewState'](_0x29f3f3(0x3e5),_0x2eccb3=>({'set'(_0x1d036c){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x2eccb3['id'],'style':{'pie':{'hasPaddingAngle':!!_0x1d036c}}});},'get'(){const _0x3e96e6=_0x29f3f3;return _0x2eccb3[_0x3e96e6(0x1af)][_0x3e96e6(0x10d)]((0x0,_0x5b9fc7[_0x3e96e6(0x579)])(_0x22d360=>{const _0x8e2d89=_0x3e96e6;var _0x564daf;return(_0x564daf=_0x22d360[_0x8e2d89(0x60a)])==null?void 0x0:_0x564daf[_0x8e2d89(0x52c)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('isHalfPie',_0x5a4fb6=>({'set'(_0x107902){const _0x235950=_0x29f3f3;_0x3f778f[_0x235950(0x2e3)]({'chartModelId':_0x5a4fb6['id'],'style':{'pie':{'isHalfPie':!!_0x107902}}});},'get'(){const _0x4a7764=_0x29f3f3;return _0x5a4fb6[_0x4a7764(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x4a7764(0x579)])(_0x379aab=>{const _0x471d91=_0x4a7764;var _0x1b8ec9;return(_0x1b8ec9=_0x379aab[_0x471d91(0x60a)])==null?void 0x0:_0x1b8ec9[_0x471d91(0x2e0)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x33d),_0x48026e=>({'set'(_0x13832c){const _0x9b9f1d=_0x29f3f3;_0x3f778f[_0x9b9f1d(0x2e3)]({'chartModelId':_0x48026e['id'],'style':{'pie':{'valueScale':Number(_0x13832c)}}});},'get'(){const _0x1be6c0=_0x29f3f3;return _0x48026e['style$'][_0x1be6c0(0x10d)]((0x0,_0x5b9fc7['map'])(_0x1b0769=>{const _0x4ec098=_0x1be6c0;var _0x352a49;return(_0x352a49=_0x1b0769[_0x4ec098(0x60a)])==null?void 0x0:_0x352a49[_0x4ec098(0x33d)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x497),_0x4fcd44=>({'set'(_0x4a87b7){const _0xa12725=_0x29f3f3;_0x3f778f[_0xa12725(0x2e3)]({'chartModelId':_0x4fcd44['id'],'style':{'pie':{'digitalFixed':Number(_0x4a87b7)}}});},'get'(){const _0x569a16=_0x29f3f3;return _0x4fcd44[_0x569a16(0x1af)][_0x569a16(0x10d)]((0x0,_0x5b9fc7['map'])(_0x17e3a8=>{const _0x2a6802=_0x569a16;var _0x660f75;return(_0x660f75=_0x17e3a8['pie'])==null?void 0x0:_0x660f75[_0x2a6802(0x497)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('valueSuffix',_0x4bb439=>({'set'(_0x5b07bc){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x4bb439['id'],'style':{'pie':{'valueSuffix':String(_0x5b07bc)}}});},'get'(){const _0x1c1eb7=_0x29f3f3;return _0x4bb439[_0x1c1eb7(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x1c1eb7(0x579)])(_0x2b1425=>{const _0x2b74a9=_0x1c1eb7;var _0x38ac86;return(_0x38ac86=_0x2b1425[_0x2b74a9(0x60a)])==null?void 0x0:_0x38ac86['valueSuffix'];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x496),_0x41e355=>({'set'(_0x1e9ae9){const _0x4f5a3f=_0x29f3f3;_0x3f778f[_0x4f5a3f(0x2e3)]({'chartModelId':_0x41e355['id'],'style':{'pie':{'rosePie':!!_0x1e9ae9}}});},'get'(){const _0x17f4ca=_0x29f3f3;return _0x41e355['style$'][_0x17f4ca(0x10d)]((0x0,_0x5b9fc7[_0x17f4ca(0x579)])(_0x2c8273=>{const _0x4305d6=_0x17f4ca;var _0x58d932;return(_0x58d932=_0x2c8273[_0x4305d6(0x60a)])==null?void 0x0:_0x58d932['rosePie'];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x500),_0x60bc3c=>({'set'(_0x5cff14){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x60bc3c['id'],'style':{'pie':{'showLabelLine':!!_0x5cff14}}});},'get'(){const _0x184ccb=_0x29f3f3;return _0x60bc3c['style$'][_0x184ccb(0x10d)]((0x0,_0x5b9fc7[_0x184ccb(0x579)])(_0x28f974=>{const _0xca6ec8=_0x184ccb;var _0x50d624;return(_0x50d624=_0x28f974[_0xca6ec8(0x60a)])==null?void 0x0:_0x50d624[_0xca6ec8(0x500)];}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x46c),_0x2c7b32=>({'set'(_0x2ae436){const _0xc89306=_0x29f3f3;_0x3f778f[_0xc89306(0x2e3)]({'chartModelId':_0x2c7b32['id'],'chartType':_0x2ae436?_0x446a4a['ChartTypeBits'][_0xc89306(0x33b)]:_0x446a4a['ChartTypeBits'][_0xc89306(0x5b5)],'style':{'pie':{'doughnutHole':_0x2ae436}}});},'get'(){const _0x3decb1=_0x29f3f3;return _0x2c7b32[_0x3decb1(0x1af)][_0x3decb1(0x10d)]((0x0,_0x5b9fc7[_0x3decb1(0x579)])(_0x2bc396=>{const _0x5707a2=_0x3decb1;var _0x3190ce;return(_0x3190ce=_0x2bc396['pie'])==null?void 0x0:_0x3190ce[_0x5707a2(0x46c)];}),(0x0,_0x5b9fc7[_0x3decb1(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x2e6),_0x24db8e=>({'set'(_0x210245){const _0x54e50a=_0x29f3f3;_0x3f778f[_0x54e50a(0x2e3)]({'chartModelId':_0x24db8e['id'],'style':{'pie':{'borderColor':_0x210245}}});},'get'(){const _0x40602d=_0x29f3f3;return _0x24db8e[_0x40602d(0x1af)][_0x40602d(0x10d)]((0x0,_0x5b9fc7[_0x40602d(0x579)])(_0x53b667=>{const _0x54a750=_0x40602d;var _0x5dbb98;return(_0x5dbb98=_0x53b667[_0x54a750(0x60a)])==null?void 0x0:_0x5dbb98[_0x54a750(0x49a)];}),(0x0,_0x5b9fc7[_0x40602d(0x509)])());}})),_0x3f778f['registerViewState'](_0x29f3f3(0x376),_0x12ab8c=>({'set'(_0x4b3ad1){const _0x52de97=_0x29f3f3;_0x3f778f[_0x52de97(0x2e3)]({'chartModelId':_0x12ab8c['id'],'style':{'radar':{'shape':_0x4b3ad1}}});},'get'(){const _0x342df1=_0x29f3f3;return _0x12ab8c[_0x342df1(0x1af)][_0x342df1(0x10d)]((0x0,_0x5b9fc7['map'])(_0x291cc1=>{const _0x5edebf=_0x342df1;var _0x5c9179;return(_0x5c9179=_0x291cc1[_0x5edebf(0x29d)])==null?void 0x0:_0x5c9179['shape'];}),(0x0,_0x5b9fc7[_0x342df1(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)]('radarFill',_0x12f71c=>({'set'(_0x15f12b){const _0x1f7c18=_0x29f3f3;_0x3f778f[_0x1f7c18(0x2e3)]({'chartModelId':_0x12f71c['id'],'style':{'radar':{'fill':_0x15f12b}}});},'get'(){const _0x7528b3=_0x29f3f3;return _0x12f71c['style$'][_0x7528b3(0x10d)]((0x0,_0x5b9fc7[_0x7528b3(0x579)])(_0x502ed7=>{const _0x1ccfe9=_0x7528b3;var _0xbbd985;return(_0xbbd985=_0x502ed7['radar'])==null?void 0x0:_0xbbd985[_0x1ccfe9(0x431)];}),(0x0,_0x5b9fc7[_0x7528b3(0x509)])());}})),_0x3f778f['registerViewState'](_0x29f3f3(0x124),_0x39a881=>({'set'(_0x11a053){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x39a881['id'],'style':{'invalidValueType':_0x11a053}});},'get'(){const _0x54d8db=_0x29f3f3;return _0x39a881[_0x54d8db(0x1af)][_0x54d8db(0x10d)]((0x0,_0x5b9fc7[_0x54d8db(0x579)])(_0x14060e=>_0x14060e['invalidValueType']),(0x0,_0x5b9fc7[_0x54d8db(0x509)])());}})),_0x3f778f['registerViewState'](_0x29f3f3(0x5ae),_0x213db3=>_0x213db3[_0x29f3f3(0x10a)][_0x29f3f3(0x10d)]((0x0,_0x5b9fc7['map'])(_0x4d8fe3=>{const _0x1c4956=_0x29f3f3;var _0x171495,_0x5547bb;let _0x203c94=_0x4d8fe3==null||(_0x171495=_0x4d8fe3['category'])==null?void 0x0:_0x171495[_0x1c4956(0x475)];return((_0x4d8fe3==null||(_0x5547bb=_0x4d8fe3[_0x1c4956(0x4ad)][0x0])==null?void 0x0:_0x5547bb['items'])||[])[_0x1c4956(0x579)]((_0x4f8b5b,_0x1f1d05)=>({'label':_0x203c94&&_0x203c94[_0x1f1d05]!==void 0x0?_0x203c94[_0x1f1d05][_0x1c4956(0x3d6)]:_0x3f778f['t'](_0x1c4956(0x1cc),''+(_0x1f1d05+0x1)),'value':''+_0x1f1d05}));}))),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x4e4),_0x17a39e=>({'set'(_0x2dcaa5){const _0xed4709=_0x29f3f3;let _0x2a0745={'theme':_0x2dcaa5},_0x72b641=_0x17a39e['style']['allSeriesStyle'];if((_0x72b641==null?void 0x0:_0x72b641['color'])!==void 0x0){var _0x107735,_0x2eac0f,_0xd3e481;_0x2a0745[_0xed4709(0x1f3)]={'color':null},(_0x72b641==null||(_0x107735=_0x72b641[_0xed4709(0x3d4)])==null||(_0x107735=_0x107735[_0xed4709(0x1b2)])==null?void 0x0:_0x107735[_0xed4709(0x36b)])!==void 0x0&&(_0x72b641[_0xed4709(0x3d4)][_0xed4709(0x1b2)][_0xed4709(0x36b)]=null),(_0x72b641==null||(_0x2eac0f=_0x72b641['waterfall'])==null||(_0x2eac0f=_0x2eac0f['negative'])==null?void 0x0:_0x2eac0f['color'])!==void 0x0&&(_0x72b641[_0xed4709(0x3d4)][_0xed4709(0x136)]['color']=null),(_0x72b641==null||(_0xd3e481=_0x72b641[_0xed4709(0x3d4)])==null||(_0xd3e481=_0xd3e481[_0xed4709(0x3bf)])==null?void 0x0:_0xd3e481[_0xed4709(0x36b)])!==void 0x0&&(_0x72b641[_0xed4709(0x3d4)]['subtotal']['color']=null);}let _0xd8de57=_0x17a39e[_0xed4709(0x404)]['seriesStyleMap']||{};for(let _0x43c0f9 in _0xd8de57){var _0x926403,_0x142f65,_0x246817;_0xd8de57[_0x43c0f9][_0xed4709(0x36b)]!==void 0x0&&(_0x2a0745[_0xed4709(0x1c6)]={..._0x2a0745[_0xed4709(0x1c6)],[_0x43c0f9]:{'color':null}}),((_0x926403=_0xd8de57[_0x43c0f9])==null||(_0x926403=_0x926403[_0xed4709(0x3d4)])==null||(_0x926403=_0x926403[_0xed4709(0x1b2)])==null?void 0x0:_0x926403['color'])!==void 0x0&&(_0xd8de57[_0x43c0f9][_0xed4709(0x3d4)][_0xed4709(0x1b2)][_0xed4709(0x36b)]=null),((_0x142f65=_0xd8de57[_0x43c0f9])==null||(_0x142f65=_0x142f65[_0xed4709(0x3d4)])==null||(_0x142f65=_0x142f65[_0xed4709(0x136)])==null?void 0x0:_0x142f65[_0xed4709(0x36b)])!==void 0x0&&(_0xd8de57[_0x43c0f9]['waterfall'][_0xed4709(0x136)]['color']=null),((_0x246817=_0xd8de57[_0x43c0f9])==null||(_0x246817=_0x246817[_0xed4709(0x3d4)])==null||(_0x246817=_0x246817[_0xed4709(0x3bf)])==null?void 0x0:_0x246817[_0xed4709(0x36b)])!==void 0x0&&(_0xd8de57[_0x43c0f9][_0xed4709(0x3d4)][_0xed4709(0x3bf)][_0xed4709(0x36b)]=null);}_0x3f778f[_0xed4709(0x2e3)]({'chartModelId':_0x17a39e['id'],'style':_0x2a0745});},'get'(){const _0x2cdcac=_0x29f3f3;return _0x17a39e['style$']['pipe']((0x0,_0x5b9fc7[_0x2cdcac(0x579)])(_0x173408=>_0x173408[_0x2cdcac(0x481)]||'default'));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x5d5),_0x43e3e8=>({'set'(_0x22432d){const _0x55179a=_0x29f3f3;_0x3f778f[_0x55179a(0x2e3)]({'chartModelId':_0x43e3e8['id'],'style':{'titles':{'titlePosition':_0x22432d}}});},'get'(){const _0x52bc10=_0x29f3f3;return _0x43e3e8[_0x52bc10(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x52bc10(0x579)])(_0x45154b=>{const _0xa0277d=_0x52bc10;var _0x2d7194;return((_0x2d7194=_0x45154b['titles'])==null?void 0x0:_0x2d7194[_0xa0277d(0x5d5)])||void 0x0;}));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x3e6),_0x515488=>({'set'(_0x358de7){const _0x45404c=_0x29f3f3;_0x3f778f[_0x45404c(0x2e3)]({'chartModelId':_0x515488['id'],'context':{'bubbleSizeSeriesId':_0x358de7}});},'get'(){const _0x15ce9c=_0x29f3f3;return _0x515488[_0x15ce9c(0x48a)][_0x15ce9c(0x10d)]((0x0,_0x5b9fc7[_0x15ce9c(0x579)])(_0x2a630d=>_0x2a630d[_0x15ce9c(0x3e6)]||void 0x0));}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x2c2),_0x259ee8=>({'set'(_0x20a8da){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x259ee8['id'],'context':{'bubbleXAxis':_0x20a8da}});},'get'(){const _0x14ae70=_0x29f3f3;return _0x259ee8[_0x14ae70(0x48a)][_0x14ae70(0x10d)]((0x0,_0x5b9fc7[_0x14ae70(0x579)])(_0x267391=>{const _0x5154de=_0x14ae70;var _0x6d49ce;return(_0x6d49ce=_0x267391[_0x5154de(0x2c2)])==null?void 0x0:_0x6d49ce;}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('bubbleYAxis',_0x22dddd=>({'set'(_0x1aeba9){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x22dddd['id'],'context':{'bubbleYAxis':_0x1aeba9}});},'get'(){const _0x99d5a=_0x29f3f3;return _0x22dddd[_0x99d5a(0x48a)][_0x99d5a(0x10d)]((0x0,_0x5b9fc7['map'])(_0x2c975d=>{const _0x58f276=_0x99d5a;var _0x47d4a1;return(_0x47d4a1=_0x2c975d[_0x58f276(0x2e1)])==null?void 0x0:_0x47d4a1;}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('bubbleLabel',_0xc53bf2=>({'set'(_0x1602b2){const _0x8adf68=_0x29f3f3;_0x3f778f[_0x8adf68(0x2e3)]({'chartModelId':_0xc53bf2['id'],'context':{'bubbleLabel':_0x1602b2}});},'get'(){const _0x1b402c=_0x29f3f3;return _0xc53bf2['context$'][_0x1b402c(0x10d)]((0x0,_0x5b9fc7[_0x1b402c(0x579)])(_0xb6fd0e=>{const _0x4fd6fa=_0x1b402c;var _0x5ef3f1;return(_0x5ef3f1=_0xb6fd0e[_0x4fd6fa(0x588)])==null?void 0x0:_0x5ef3f1;}));}})),_0x3f778f[_0x29f3f3(0x3bb)]('bubbleSeries',_0x13e7f4=>({'set'(_0x1a7531){const _0x231bff=_0x29f3f3;_0x3f778f[_0x231bff(0x2e3)]({'chartModelId':_0x13e7f4['id'],'context':{'bubbleSeries':_0x1a7531}});},'get'(){const _0x554d3a=_0x29f3f3;return _0x13e7f4[_0x554d3a(0x48a)][_0x554d3a(0x10d)]((0x0,_0x5b9fc7[_0x554d3a(0x579)])(_0x4b8e6c=>{var _0x42a136;return(_0x42a136=_0x4b8e6c['bubbleSeries'])==null?void 0x0:_0x42a136;}));}})),_0x3f778f['registerViewState'](_0x29f3f3(0x12b),_0x3ba2c8=>({'set'(_0x4d7996){const _0x345702=_0x29f3f3;_0x3f778f[_0x345702(0x2e3)]({'chartModelId':_0x3ba2c8['id'],'style':{'relation':{'layout':_0x4d7996}}});},'get'(){const _0x4298f0=_0x29f3f3;return _0x3ba2c8['style$']['pipe']((0x0,_0x5b9fc7[_0x4298f0(0x579)])(_0x30f63b=>{const _0x413019=_0x4298f0;var _0x476932;return(_0x476932=_0x30f63b[_0x413019(0x208)])==null?void 0x0:_0x476932[_0x413019(0xda)];}),(0x0,_0x5b9fc7[_0x4298f0(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x5de),_0x30b75f=>({'set'(_0x4a7d74){const _0x27ec79=_0x29f3f3;_0x3f778f[_0x27ec79(0x2e3)]({'chartModelId':_0x30b75f['id'],'style':{'relation':{'useValueAsSymbolSize':!!_0x4a7d74}}});},'get'(){const _0x5edf34=_0x29f3f3;return _0x30b75f['style$'][_0x5edf34(0x10d)]((0x0,_0x5b9fc7[_0x5edf34(0x579)])(_0x3ddb49=>{const _0x3735ed=_0x5edf34;var _0x1080c4;return(_0x1080c4=_0x3ddb49[_0x3735ed(0x208)])==null?void 0x0:_0x1080c4[_0x3735ed(0x5de)];}),(0x0,_0x5b9fc7[_0x5edf34(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x39a),_0x3a3d95=>({'set'(_0x22e87e){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x3a3d95['id'],'style':{'relation':{'force':_0x22e87e}}});},'get'(){const _0x376c85=_0x29f3f3;return _0x3a3d95[_0x376c85(0x1af)][_0x376c85(0x10d)]((0x0,_0x5b9fc7[_0x376c85(0x579)])(_0x2b5558=>{const _0x322ac1=_0x376c85;var _0x1644a3;return(_0x1644a3=_0x2b5558[_0x322ac1(0x208)])==null?void 0x0:_0x1644a3[_0x322ac1(0x279)];}),(0x0,_0x5b9fc7[_0x376c85(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x428),_0x3bdf70=>({'set'(_0x3778ae){const _0x4305a8=_0x29f3f3;_0x3f778f[_0x4305a8(0x2e3)]({'chartModelId':_0x3bdf70['id'],'style':{'relation':{'circular':{'rotateLabel':!!_0x3778ae}}}});},'get'(){const _0x528e81=_0x29f3f3;return _0x3bdf70[_0x528e81(0x1af)][_0x528e81(0x10d)]((0x0,_0x5b9fc7[_0x528e81(0x579)])(_0x2a7591=>{const _0x26e0e0=_0x528e81;var _0x4cfc0d;return(_0x4cfc0d=_0x2a7591[_0x26e0e0(0x208)])==null||(_0x4cfc0d=_0x4cfc0d[_0x26e0e0(0x4fd)])==null?void 0x0:_0x4cfc0d[_0x26e0e0(0x428)];}),(0x0,_0x5b9fc7[_0x528e81(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)]('relationNodeShape',_0x240d33=>({'set'(_0x33bf6c){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x240d33['id'],'style':{'relation':{'nodeShape':_0x33bf6c}}});},'get'(){const _0x44911a=_0x29f3f3;return _0x240d33[_0x44911a(0x1af)][_0x44911a(0x10d)]((0x0,_0x5b9fc7['map'])(_0x5b57eb=>{const _0x3f6ed2=_0x44911a;var _0x2e72e3;return(_0x2e72e3=_0x5b57eb[_0x3f6ed2(0x208)])==null?void 0x0:_0x2e72e3[_0x3f6ed2(0x2c5)];}),(0x0,_0x5b9fc7[_0x44911a(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0xe5),_0x3ff239=>({'set'(_0x34b251){const _0x5e7a0e=_0x29f3f3;_0x3f778f[_0x5e7a0e(0x2e3)]({'chartModelId':_0x3ff239['id'],'style':{'relation':{'useEmphasis':!!_0x34b251}}});},'get'(){const _0x5a3827=_0x29f3f3;return _0x3ff239[_0x5a3827(0x1af)][_0x5a3827(0x10d)]((0x0,_0x5b9fc7['map'])(_0xbca8f2=>{const _0x221a77=_0x5a3827;var _0x442a99;return(_0x442a99=_0xbca8f2['relation'])==null?void 0x0:_0x442a99[_0x221a77(0xe5)];}),(0x0,_0x5b9fc7[_0x5a3827(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x1d3),_0x1b7fa7=>({'set'(_0x43a4ac){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x1b7fa7['id'],'context':{'useDateAxis':!!_0x43a4ac}});},'get'(){const _0x36c2b9=_0x29f3f3;return _0x1b7fa7[_0x36c2b9(0x48a)][_0x36c2b9(0x10d)]((0x0,_0x5b9fc7[_0x36c2b9(0x579)])(_0x2f80d5=>_0x2f80d5[_0x36c2b9(0x1d3)]),(0x0,_0x5b9fc7[_0x36c2b9(0x509)])());}})),_0x3f778f['registerViewState']('waterfallStack',_0x53e16f=>({'set'(_0x3168a4){const _0x1c22e8=_0x29f3f3;_0x3f778f[_0x1c22e8(0x2e3)]({'chartModelId':_0x53e16f['id'],'style':{'waterfall':{'stackType':_0x3168a4}}});},'get'(){const _0x26052f=_0x29f3f3;return _0x53e16f[_0x26052f(0x1af)]['pipe']((0x0,_0x5b9fc7[_0x26052f(0x579)])(_0x26bcc7=>{const _0x3f6a3c=_0x26052f;var _0x15d589;return(_0x15d589=_0x26bcc7[_0x3f6a3c(0x3d4)])==null?void 0x0:_0x15d589[_0x3f6a3c(0x3ab)];}),(0x0,_0x5b9fc7[_0x26052f(0x509)])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x1d4),_0x2274dd=>({'set'(_0x5190b6){const _0x549a61=_0x29f3f3;_0x3f778f[_0x549a61(0x2e3)]({'chartModelId':_0x2274dd['id'],'style':{'waterfall':{'useSubtotal':_0x5190b6}}});},'get'(){const _0x335fdd=_0x29f3f3;return _0x2274dd[_0x335fdd(0x1af)][_0x335fdd(0x10d)]((0x0,_0x5b9fc7[_0x335fdd(0x579)])(_0x4bb4a0=>{const _0x24a96b=_0x335fdd;var _0x12bc91;return(_0x12bc91=_0x4bb4a0[_0x24a96b(0x3d4)])==null?void 0x0:_0x12bc91[_0x24a96b(0x1d4)];}),(0x0,_0x5b9fc7['distinctUntilChanged'])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x273),_0x2ad971=>({'set'(_0x411d76){const _0x215250=_0x29f3f3;_0x3f778f[_0x215250(0x2e3)]({'chartModelId':_0x2ad971['id'],'style':{'pareto':_0x411d76}});},'get'(){const _0x3b6879=_0x29f3f3;return _0x2ad971['style$']['pipe']((0x0,_0x5b9fc7[_0x3b6879(0x579)])(_0x348055=>_0x348055[_0x3b6879(0x465)]),(0x0,_0x5b9fc7['distinctUntilChanged'])());}})),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x513),_0x4816b4=>_0x4816b4[_0x29f3f3(0x10a)][_0x29f3f3(0x10d)]((0x0,_0x5b9fc7[_0x29f3f3(0x579)])(_0x8df28d=>{const _0x21b0b8=_0x29f3f3;var _0x526f0d;let _0x122d88=_0x8df28d==null||(_0x526f0d=_0x8df28d[_0x21b0b8(0xbd)])==null?void 0x0:_0x526f0d['items'],_0x5b0e17=new Map();return _0x8df28d==null||_0x8df28d['series'][0x0][_0x21b0b8(0x475)][_0x21b0b8(0x2fc)]((_0x405006,_0x3bcec6)=>{const _0x39dfde=_0x21b0b8;let _0x2c7d66=_0x122d88?String(_0x122d88[_0x3bcec6][_0x39dfde(0x292)]):_0x3f778f['t'](_0x39dfde(0x1cc),''+(_0x3bcec6+0x1));_0x5b0e17['has'](_0x2c7d66)||_0x5b0e17[_0x39dfde(0x10b)](_0x2c7d66,_0x405006[_0x39dfde(0x292)]);}),Array[_0x21b0b8(0x488)](_0x5b0e17[_0x21b0b8(0x57c)]())[_0x21b0b8(0x411)](_0x4a5622=>_0x4a5622[0x1]>0x0)[_0x21b0b8(0x183)]((_0x4005c9,_0x23ab01)=>_0x23ab01[0x1]-_0x4005c9[0x1])[_0x21b0b8(0x579)]((_0x346d77,_0x55e5e4)=>({'label':_0x346d77[0x0]||_0x3f778f['t'](_0x21b0b8(0x1cc),''+(_0x55e5e4+0x1)),'value':''+_0x55e5e4}));}))),_0x3f778f[_0x29f3f3(0x3bb)](_0x29f3f3(0x38b),_0x1797b8=>({'set'(_0xfc7fa9){const _0x212d0f=_0x29f3f3;_0x3f778f[_0x212d0f(0x2e3)]({'chartModelId':_0x1797b8['id'],'style':{'heatmap':{'visualMapType':_0xfc7fa9}}});},'get'(){const _0x3c1bdb=_0x29f3f3;return _0x1797b8[_0x3c1bdb(0x1af)]['pipe']((0x0,_0x5b9fc7['map'])(_0x2c8fc8=>{const _0x51d275=_0x3c1bdb;var _0x41c581;return(_0x41c581=_0x2c8fc8[_0x51d275(0x1db)])==null?void 0x0:_0x41c581['visualMapType'];}),(0x0,_0x5b9fc7[_0x3c1bdb(0x509)])());}})),_0x3f778f['registerViewState'](_0x29f3f3(0x415),_0x193ad0=>({'set'(_0x6c8fb0){const _0x1cc8a0=_0x29f3f3;_0x3f778f[_0x1cc8a0(0x2e3)]({'chartModelId':_0x193ad0['id'],'style':{'heatmap':{'max':_0x6c8fb0}}});},'get'(){const _0x42768c=_0x29f3f3;return _0x193ad0[_0x42768c(0x1af)][_0x42768c(0x10d)]((0x0,_0x5b9fc7[_0x42768c(0x579)])(_0x19cb6a=>{const _0x41a874=_0x42768c;var _0x1eeb8f;return(_0x1eeb8f=_0x19cb6a['heatmap'])==null?void 0x0:_0x1eeb8f[_0x41a874(0x11f)];}),(0x0,_0x5b9fc7['distinctUntilChanged'])());}})),_0x3f778f[_0x29f3f3(0x3bb)]('heatmapMin',_0x4005a6=>({'set'(_0x409187){_0x3f778f['executeChartUpdateConfig']({'chartModelId':_0x4005a6['id'],'style':{'heatmap':{'min':_0x409187}}});},'get'(){const _0x23dcc5=_0x29f3f3;return _0x4005a6[_0x23dcc5(0x1af)]['pipe']((0x0,_0x5b9fc7['map'])(_0x2a1e2f=>{const _0x34baad=_0x23dcc5;var _0x2baa60;return(_0x2baa60=_0x2a1e2f['heatmap'])==null?void 0x0:_0x2baa60[_0x34baad(0x38c)];}),(0x0,_0x5b9fc7['distinctUntilChanged'])());}}));}let _0x375052=class extends _0x1dcecb['Disposable']{constructor(_0x27cf55,_0x24fca4,_0x3914de,_0xf02eb,_0x1d0200,_0x55e76c){const _0x4eba2d=_0x9fa3c0;super(),this[_0x4eba2d(0x1cf)]=_0x27cf55,this[_0x4eba2d(0x2dc)]=_0x24fca4,this[_0x4eba2d(0x39f)]=_0x3914de,this[_0x4eba2d(0x227)]=_0xf02eb,this['_chartHostProviderService']=_0x1d0200,this[_0x4eba2d(0x296)]=_0x55e76c,_0x159363(this,'_viewState',new Map()),_0x159363(this,_0x4eba2d(0x5e0),!0x1),_0xe19f37(this);}get[_0x9fa3c0(0xe6)](){const _0x124e4b=_0x9fa3c0;return this[_0x124e4b(0x1cf)][_0x124e4b(0xe6)];}get[_0x9fa3c0(0x2d2)](){const _0x1beb44=_0x9fa3c0;return this[_0x1beb44(0x5e0)];}get['direction$'](){const _0x23e995=_0x9fa3c0;return this[_0x23e995(0x227)][_0x23e995(0x435)];}set[_0x9fa3c0(0x2d2)](_0x146351){const _0x4492e3=_0x9fa3c0;this[_0x4492e3(0x5e0)]=_0x146351;}['getDataSource'](_0x48f672){return this['_sheetsChartService']['getChartDataSource'](_0x48f672);}[_0x9fa3c0(0x3bb)](_0x5621ee,_0x72be3e){const _0xbce97e=_0x9fa3c0;this[_0xbce97e(0x20f)][_0xbce97e(0x10b)](_0x5621ee,_0x72be3e);}[_0x9fa3c0(0x36a)](_0x2be938){const _0x5e5684=_0x9fa3c0;let {activeChartModel:_0x1608a0}=this['_chartModelService'];if(!_0x1608a0)return;let _0x870a9a=this[_0x5e5684(0x20f)][_0x5e5684(0x168)](_0x2be938);if(_0x870a9a)return _0x870a9a(_0x1608a0);}['executeChartUpdateConfig'](_0x2f5649){const _0x415969=_0x9fa3c0;var _0x249c82,_0x17a068;this['_commandService'][_0x415969(0x443)](_0x2b483c['ChartUpdateConfigCommand']['id'],{..._0x2f5649,'unitId':(_0x249c82=(_0x17a068=this[_0x415969(0x296)][_0x415969(0x1e3)]())==null?void 0x0:_0x17a068[_0x415969(0x3af)]())==null?'':_0x249c82});}[_0x9fa3c0(0x200)](_0x75e00e){const _0x298dea=_0x9fa3c0;var _0x57149f,_0x111452;this[_0x298dea(0x39f)][_0x298dea(0x443)](_0x2b483c['ChartUpdateSourceCommand']['id'],{..._0x75e00e,'unitId':(_0x57149f=(_0x111452=this[_0x298dea(0x296)][_0x298dea(0x1e3)]())==null?void 0x0:_0x111452['getUnitId']())==null?'':_0x57149f});}['removeViewState'](_0x8e1218){const _0x19f924=_0x9fa3c0;let {_viewState:_0x2502d2}=this;_0x2502d2[_0x19f924(0x3db)](_0x8e1218)&&_0x2502d2[_0x19f924(0x2ff)](_0x8e1218);}[_0x9fa3c0(0x300)](_0x5a39f5,_0x3d391a){const _0x57f9ed=_0x9fa3c0;this[_0x57f9ed(0x3a5)][_0x57f9ed(0x274)](_0x5a39f5,{'stroke':_0x3d391a});}['t'](..._0x24994a){const _0x59fdb8=_0x9fa3c0;return this[_0x59fdb8(0x227)]['t'](..._0x24994a);}[_0x9fa3c0(0x33c)](){const _0xfe02fd=_0x9fa3c0;super[_0xfe02fd(0x33c)](),this[_0xfe02fd(0x20f)][_0xfe02fd(0x28e)]();}};_0x375052=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb['Inject'])(_0x2b483c[_0x9fa3c0(0x534)])),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x2b483c['SheetsChartService'])),_0x164dcc(0x2,_0x1dcecb[_0x9fa3c0(0xd6)]),_0x164dcc(0x3,(0x0,_0x1dcecb['Inject'])(_0x1dcecb[_0x9fa3c0(0x5fd)])),_0x164dcc(0x4,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x51b4bb)),_0x164dcc(0x5,_0x1dcecb[_0x9fa3c0(0x56d)])],_0x375052);function _0x4ab8f2({ref:_0x5d1c06,..._0xd5b2f6}){const _0x231e2c=_0x9fa3c0;let {icon:_0x26b7b4,id:_0x5b858e,className:_0xf4febe,extend:_0x4e2ceb,..._0x4e20b8}=_0xd5b2f6,_0x179dbf=(_0x231e2c(0x320)+_0x5b858e+'\x20'+(_0xf4febe||''))[_0x231e2c(0x26a)](),_0x3e9a36=(0x0,_0x543d91[_0x231e2c(0x432)])('_'+_0x6b2a6c());return _0x27ad3e(_0x26b7b4,''+_0x5b858e,{'defIds':_0x26b7b4[_0x231e2c(0x42c)],'idSuffix':_0x3e9a36['current']},{'ref':_0x5d1c06,'className':_0x179dbf,..._0x4e20b8},_0x4e2ceb);}function _0x27ad3e(_0x3feec2,_0x2d8c69,_0xfed832,_0x211049,_0x3514aa){const _0x508ce2=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x3feec2[_0x508ce2(0x21c)],{'key':_0x2d8c69,..._0x248fb1(_0x3feec2,_0xfed832,_0x3514aa),..._0x211049},(_0x490031(_0x3feec2,_0xfed832)[_0x508ce2(0x1bf)]||[])['map']((_0x2f1eee,_0x5cba45)=>_0x27ad3e(_0x2f1eee,_0x2d8c69+'-'+_0x3feec2['tag']+'-'+_0x5cba45,_0xfed832,void 0x0,_0x3514aa)));}function _0x248fb1(_0x207157,_0x48b0b6,_0x48e90a){const _0xcf224c=_0x9fa3c0;let _0x281e6f={..._0x207157[_0xcf224c(0xca)]};_0x48e90a!=null&&_0x48e90a[_0xcf224c(0x2b8)]&&_0x281e6f[_0xcf224c(0x431)]===_0xcf224c(0x2b8)&&(_0x281e6f[_0xcf224c(0x431)]=_0x48e90a[_0xcf224c(0x2b8)]),_0x48e90a!=null&&_0x48e90a[_0xcf224c(0x2b8)]&&_0x281e6f[_0xcf224c(0x3b2)]===_0xcf224c(0x2b8)&&(_0x281e6f[_0xcf224c(0x3b2)]=_0x48e90a[_0xcf224c(0x2b8)]),_0x207157[_0xcf224c(0x21c)]===_0xcf224c(0x4a1)&&_0x281e6f['id']&&(_0x281e6f['id']+=_0x48b0b6[_0xcf224c(0x3d5)]),Object[_0xcf224c(0x57c)](_0x281e6f)['forEach'](([_0x43666e,_0x246c3f])=>{const _0x367013=_0xcf224c;_0x43666e===_0x367013(0x4a1)&&typeof _0x246c3f==_0x367013(0x3b5)&&(_0x281e6f[_0x43666e]=_0x246c3f[_0x367013(0x2d7)](/url\(#(.*)\)/,_0x367013(0x489)+_0x48b0b6[_0x367013(0x3d5)]+')'));});let {defIds:_0xbabd57}=_0x48b0b6;return!_0xbabd57||_0xbabd57[_0xcf224c(0x11c)]===0x0?_0x281e6f:(_0x207157[_0xcf224c(0x21c)]===_0xcf224c(0x3fe)&&_0x281e6f['xlink:href']&&(_0x281e6f[_0xcf224c(0x323)]+=_0x48b0b6[_0xcf224c(0x3d5)]),Object[_0xcf224c(0x57c)](_0x281e6f)[_0xcf224c(0x2fc)](([_0x303614,_0x49b706])=>{const _0x4ada39=_0xcf224c;typeof _0x49b706==_0x4ada39(0x3b5)&&(_0x281e6f[_0x303614]=_0x49b706[_0x4ada39(0x2d7)](/url\(#(.*)\)/,_0x4ada39(0x489)+_0x48b0b6[_0x4ada39(0x3d5)]+')'));}),_0x281e6f);}function _0x490031(_0x1fd277,_0x2a90c1){const _0x28b225=_0x9fa3c0;var _0x1bd648;let {defIds:_0x36f491}=_0x2a90c1;return!_0x36f491||_0x36f491['length']===0x0?_0x1fd277:_0x1fd277['tag']===_0x28b225(0x451)&&(_0x1bd648=_0x1fd277[_0x28b225(0x1bf)])!=null&&_0x1bd648['length']?{..._0x1fd277,'children':_0x1fd277[_0x28b225(0x1bf)]['map'](_0x56c6ca=>typeof _0x56c6ca['attrs']['id']==_0x28b225(0x3b5)&&_0x36f491&&_0x36f491['includes'](_0x56c6ca['attrs']['id'])?{..._0x56c6ca,'attrs':{..._0x56c6ca[_0x28b225(0xca)],'id':_0x56c6ca['attrs']['id']+_0x2a90c1[_0x28b225(0x3d5)]}}:_0x56c6ca)}:_0x1fd277;}function _0x6b2a6c(){const _0x2c3d9e=_0x9fa3c0;return Math[_0x2c3d9e(0x240)]()[_0x2c3d9e(0x3cb)](0x24)[_0x2c3d9e(0x1be)](0x2,0x8);}_0x4ab8f2[_0x9fa3c0(0x4d3)]='UniverIcon';let _0x1e9359={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x9fa3c0(0xe8),'height':'1em'},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x44d)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'M1.9999\x205.56641C1.66853\x205.56641\x201.3999\x205.83504\x201.3999\x206.16641C1.3999\x206.49778\x201.66853\x206.76641\x201.9999\x206.76641H13.9999C14.3313\x206.76641\x2014.5999\x206.49778\x2014.5999\x206.16641C14.5999\x205.83504\x2014.3313\x205.56641\x2013.9999\x205.56641H1.9999Z'}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x248)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x3c4)}}]},_0x2856f5=(0x0,_0x543d91['forwardRef'])(function(_0x295776,_0x33d573){const _0x4f96e7=_0x9fa3c0;return(0x0,_0x543d91[_0x4f96e7(0x360)])(_0x4ab8f2,Object['assign']({},_0x295776,{'id':_0x4f96e7(0x196),'ref':_0x33d573,'icon':_0x1e9359}));});_0x2856f5[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x238);let _0x25bde3={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':'1em'},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x358)}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x287),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x5ca8b4=(0x0,_0x543d91['forwardRef'])(function(_0x218e16,_0x35e6f2){const _0x5d1dde=_0x9fa3c0;return(0x0,_0x543d91[_0x5d1dde(0x360)])(_0x4ab8f2,Object['assign']({},_0x218e16,{'id':_0x5d1dde(0x3a2),'ref':_0x35e6f2,'icon':_0x25bde3}));});_0x5ca8b4['displayName']=_0x9fa3c0(0x293);let _0xa19c37={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x1c9),'fillRule':_0x9fa3c0(0x5cf),'clipRule':'evenodd'}}]},_0x1fb73b=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x28b222,_0x2bc805){const _0x36d062=_0x9fa3c0;return(0x0,_0x543d91[_0x36d062(0x360)])(_0x4ab8f2,Object[_0x36d062(0xc9)]({},_0x28b222,{'id':_0x36d062(0x4bf),'ref':_0x2bc805,'icon':_0xa19c37}));});_0x1fb73b['displayName']=_0x9fa3c0(0x59a);let _0x326ac0={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':'1em'},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x159),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x4bf713=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x38ed64,_0x403335){const _0x2d5a68=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object[_0x2d5a68(0xc9)]({},_0x38ed64,{'id':_0x2d5a68(0x605),'ref':_0x403335,'icon':_0x326ac0}));});_0x4bf713[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x5f0);let _0x474a47={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':'M2.2\x202.2V13.8H13.8','strokeLinecap':_0x9fa3c0(0x5a9),'strokeLinejoin':_0x9fa3c0(0x5a9),'strokeWidth':1.2}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':'M4.9\x205.1H8.6V10.9H4.9V5.1Z','strokeLinejoin':_0x9fa3c0(0x5a9),'strokeWidth':1.2}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':'M6.75\x203.4V5.1','strokeLinecap':_0x9fa3c0(0x5a9),'strokeWidth':1.2}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':'M6.75\x2010.9V12.6','strokeLinecap':_0x9fa3c0(0x5a9),'strokeWidth':1.2}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x52f),'strokeLinejoin':_0x9fa3c0(0x5a9),'strokeWidth':1.2}},{'tag':'path','attrs':{'stroke':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x52d),'strokeLinecap':_0x9fa3c0(0x5a9),'strokeWidth':1.2}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x5c2),'strokeLinecap':_0x9fa3c0(0x5a9),'strokeWidth':1.2}}]},_0x230251=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x1d92fa,_0x201527){const _0x49c8b6=_0x9fa3c0;return(0x0,_0x543d91[_0x49c8b6(0x360)])(_0x4ab8f2,Object['assign']({},_0x1d92fa,{'id':_0x49c8b6(0x1a4),'ref':_0x201527,'icon':_0x474a47}));});_0x230251[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x44c);let _0x4fa62d={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x1cb)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0xfd),'fillRule':_0x9fa3c0(0x5cf),'clipRule':'evenodd'}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x570),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x1b0fae=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x4817ad,_0xdc9bb9){const _0x1ebe56=_0x9fa3c0;return(0x0,_0x543d91[_0x1ebe56(0x360)])(_0x4ab8f2,Object[_0x1ebe56(0xc9)]({},_0x4817ad,{'id':_0x1ebe56(0x3c3),'ref':_0xdc9bb9,'icon':_0x4fa62d}));});_0x1b0fae[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x3b9);let _0x235e8c={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2016','width':_0x9fa3c0(0xe8),'height':'1em'},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x568),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x1dd),'attrs':{'width':2.6,'height':5.72,'x':1.94,'y':6.47,'stroke':_0x9fa3c0(0x215),'rx':1.3,'strokeWidth':1.2}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':'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','strokeWidth':1.2}},{'tag':_0x9fa3c0(0x1dd),'attrs':{'width':2.6,'height':10.6,'x':11.46,'y':1.59,'stroke':_0x9fa3c0(0x215),'rx':1.3,'strokeWidth':1.2}}]},_0x281be0=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x507bb,_0x43511a){const _0x34a417=_0x9fa3c0;return(0x0,_0x543d91[_0x34a417(0x360)])(_0x4ab8f2,Object['assign']({},_0x507bb,{'id':_0x34a417(0x4b1),'ref':_0x43511a,'icon':_0x235e8c}));});_0x281be0[_0x9fa3c0(0x4d3)]='ChartIcon';let _0x4b4457={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2017','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'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'}}]},_0x5af695=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x58482d,_0x56a13e){const _0xa83db9=_0x9fa3c0;return(0x0,_0x543d91[_0xa83db9(0x360)])(_0x4ab8f2,Object['assign']({},_0x58482d,{'id':'cloud-outline-icon','ref':_0x56a13e,'icon':_0x4b4457}));});_0x5af695[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x54b);let _0x50529d={'tag':'svg','attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2016','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x126a88=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x3f8b8f,_0x4d202e){const _0x524f48=_0x9fa3c0;return(0x0,_0x543d91[_0x524f48(0x360)])(_0x4ab8f2,Object[_0x524f48(0xc9)]({},_0x3f8b8f,{'id':_0x524f48(0x260),'ref':_0x4d202e,'icon':_0x50529d}));});_0x126a88[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x1e4);let _0x1f6ea2={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':'1em'},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x9fa3c0(0x228),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x564a76=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0xd4cc48,_0x442c0a){const _0x121856=_0x9fa3c0;return(0x0,_0x543d91[_0x121856(0x360)])(_0x4ab8f2,Object['assign']({},_0xd4cc48,{'id':'combo-chart-icon','ref':_0x442c0a,'icon':_0x1f6ea2}));});_0x564a76[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x229);let _0x4dcf0c={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x4a3)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x4b9)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0xb882f5=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0xf1a44,_0x3d4d71){const _0x117374=_0x9fa3c0;return(0x0,_0x543d91[_0x117374(0x360)])(_0x4ab8f2,Object[_0x117374(0xc9)]({},_0xf1a44,{'id':_0x117374(0x1ed),'ref':_0x3d4d71,'icon':_0x4dcf0c}));});_0xb882f5['displayName']=_0x9fa3c0(0x116);let _0x4d0583={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x4a3)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x4b9)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x417)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x197),'fillRule':_0x9fa3c0(0x5cf),'clipRule':'evenodd'}}]},_0x5d284a=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x38eb7a,_0x35d6c3){const _0x49dcce=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object[_0x49dcce(0xc9)]({},_0x38eb7a,{'id':'delete-icon','ref':_0x35d6c3,'icon':_0x4d0583}));});_0x5d284a[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x1c8);let _0x2ede6c={'tag':'svg','attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2017','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x557)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x582)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x2ed)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x170)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x272)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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'}}]},_0xb82b8=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x37cb25,_0x34341d){const _0xa9f927=_0x9fa3c0;return(0x0,_0x543d91[_0xa9f927(0x360)])(_0x4ab8f2,Object[_0xa9f927(0xc9)]({},_0x37cb25,{'id':'exponential-icon','ref':_0x34341d,'icon':_0x2ede6c}));});_0xb82b8[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x25c);let _0x4e1eda={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2016','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x303),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x75ba23=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x29e733,_0x507b20){const _0x3ba8a7=_0x9fa3c0;return(0x0,_0x543d91[_0x3ba8a7(0x360)])(_0x4ab8f2,Object[_0x3ba8a7(0xc9)]({},_0x29e733,{'id':_0x3ba8a7(0x12d),'ref':_0x507b20,'icon':_0x4e1eda}));});_0x75ba23[_0x9fa3c0(0x4d3)]='FunnelIcon';let _0x1b5fe4={'tag':'svg','attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x2dd),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':'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'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x9fa3c0(0x16e)}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':'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'}}]},_0x2d4e28=(0x0,_0x543d91['forwardRef'])(function(_0x3ca34d,_0xb4e743){const _0x2f25ed=_0x9fa3c0;return(0x0,_0x543d91[_0x2f25ed(0x360)])(_0x4ab8f2,Object['assign']({},_0x3ca34d,{'id':_0x2f25ed(0x172),'ref':_0xb4e743,'icon':_0x1b5fe4}));});_0x2d4e28[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x3e8);let _0x465d7c={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x45c)}}]},_0x2bb397=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x3c94a5,_0x13ed8b){const _0x136337=_0x9fa3c0;return(0x0,_0x543d91[_0x136337(0x360)])(_0x4ab8f2,Object['assign']({},_0x3c94a5,{'id':_0x136337(0x4c9),'ref':_0x13ed8b,'icon':_0x465d7c}));});_0x2bb397[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x4bc);let _0x1a4c9e={'tag':'svg','attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'M9.80385\x201.40005H11.9997C12.3311\x201.40005\x2012.5997\x201.66868\x2012.5997\x202.00005C12.5997\x202.33143\x2012.3311\x202.60005\x2011.9997\x202.60005H10.1185L7.12251\x2013.4001H9.33324C9.66461\x2013.4001\x209.93324\x2013.6687\x209.93324\x2014.0001C9.93324\x2014.3314\x209.66461\x2014.6001\x209.33324\x2014.6001H6.34785C6.33847\x2014.6003\x206.32905\x2014.6003\x206.31962\x2014.6001H3.9999C3.66853\x2014.6001\x203.3999\x2014.3314\x203.3999\x2014.0001C3.3999\x2013.6687\x203.66853\x2013.4001\x203.9999\x2013.4001H5.87719L8.87322\x202.60005H6.66641C6.33504\x202.60005\x206.06641\x202.33143\x206.06641\x202.00005C6.06641\x201.66868\x206.33504\x201.40005\x206.66641\x201.40005H9.52916C9.61698\x201.37929\x209.71064\x201.3781\x209.80385\x201.40005Z'}}]},_0x28e752=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x124b9e,_0x316d99){const _0x11c8e2=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object[_0x11c8e2(0xc9)]({},_0x124b9e,{'id':'italic-icon','ref':_0x316d99,'icon':_0x1a4c9e}));});_0x28e752[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x24f);let _0xd174f9={'tag':'svg','attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0xf5),'fillRule':'evenodd','clipRule':_0x9fa3c0(0x5cf)}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x467),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x5e6a3d=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x19492e,_0x4a82af){const _0x18e340=_0x9fa3c0;return(0x0,_0x543d91[_0x18e340(0x360)])(_0x4ab8f2,Object[_0x18e340(0xc9)]({},_0x19492e,{'id':_0x18e340(0x23d),'ref':_0x4a82af,'icon':_0xd174f9}));});_0x5e6a3d[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x34b);let _0x25b67c={'tag':'svg','attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x479),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x557)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x9fa3c0(0xf8)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x282)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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'}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x40c)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x2e4)}}]},_0x3356ac=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x1664de,_0x189df2){const _0x1c76fa=_0x9fa3c0;return(0x0,_0x543d91[_0x1c76fa(0x360)])(_0x4ab8f2,Object['assign']({},_0x1664de,{'id':_0x1c76fa(0x4ff),'ref':_0x189df2,'icon':_0x25b67c}));});_0x3356ac['displayName']=_0x9fa3c0(0x2c8);let _0x374f1d={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2017','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'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':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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'}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'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':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'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':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x3c1)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x31d)}}]},_0x3cf3a8=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x41e9d8,_0x171c59){const _0x452266=_0x9fa3c0;return(0x0,_0x543d91[_0x452266(0x360)])(_0x4ab8f2,Object[_0x452266(0xc9)]({},_0x41e9d8,{'id':_0x452266(0x505),'ref':_0x171c59,'icon':_0x374f1d}));});_0x3cf3a8[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x3d9);let _0x17be23={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':'1em','height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x261),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x322e9c=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x55be4c,_0x388b28){const _0x45d5eb=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object['assign']({},_0x55be4c,{'id':_0x45d5eb(0x1a2),'ref':_0x388b28,'icon':_0x17be23}));});_0x322e9c[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x2a3);let _0x10ee5f={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2017','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'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':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x2b2)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x13f)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'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'}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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'}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x5aa)}}]},_0x5b7908=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x2d82b2,_0x499b70){const _0x5456b8=_0x9fa3c0;return(0x0,_0x543d91[_0x5456b8(0x360)])(_0x4ab8f2,Object[_0x5456b8(0xc9)]({},_0x2d82b2,{'id':_0x5456b8(0x210),'ref':_0x499b70,'icon':_0x10ee5f}));});_0x5b7908[_0x9fa3c0(0x4d3)]='MovingAverageIcon';let _0x595bb3={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':'0\x200\x2016\x2016','width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':'g','attrs':{'fill':'currentColor','fillRule':_0x9fa3c0(0x5cf),'clipPath':_0x9fa3c0(0x400),'clipRule':'evenodd'},'children':[{'tag':'path','attrs':{'d':_0x9fa3c0(0x3eb)}},{'tag':'path','attrs':{'d':_0x9fa3c0(0x1d1)}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x9fa3c0(0x216),'attrs':{'id':'pie-chart-icon_clip0_1644_114'},'children':[{'tag':'path','attrs':{'fill':'white','d':'M0\x200H16V16H0z'}}]}]}],'defIds':['pie-chart-icon_clip0_1644_114']},_0x4c16fe=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x56723d,_0x56a58b){const _0x5e76f0=_0x9fa3c0;return(0x0,_0x543d91[_0x5e76f0(0x360)])(_0x4ab8f2,Object[_0x5e76f0(0xc9)]({},_0x56723d,{'id':_0x5e76f0(0x27d),'ref':_0x56a58b,'icon':_0x595bb3}));});_0x4c16fe[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x42b);let _0x4bac34={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x479),'width':_0x9fa3c0(0xe8),'height':'1em'},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x557)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x47f)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x4f1)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'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':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x4b8)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0xc8)}}]},_0x51dd17=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0xa24452,_0x396499){const _0x318354=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object[_0x318354(0xc9)]({},_0xa24452,{'id':_0x318354(0x581),'ref':_0x396499,'icon':_0x4bac34}));});_0x51dd17['displayName']=_0x9fa3c0(0x201);let _0x2277c6={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':_0x9fa3c0(0x479),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x557)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x2fa)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x25b)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x402)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x50a)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'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'}}]},_0x4e205e=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x55b6e8,_0x213109){const _0x51ce69=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object[_0x51ce69(0xc9)]({},_0x55b6e8,{'id':_0x51ce69(0x2df),'ref':_0x213109,'icon':_0x2277c6}));});_0x4e205e[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x3dc);let _0x44085f={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':'g','attrs':{'fill':_0x9fa3c0(0x215),'clipPath':_0x9fa3c0(0xcc)},'children':[{'tag':'path','attrs':{'d':_0x9fa3c0(0x3f4),'fillRule':'evenodd','clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'d':_0x9fa3c0(0x54d),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'d':'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'}}]},{'tag':_0x9fa3c0(0x451),'attrs':{},'children':[{'tag':_0x9fa3c0(0x216),'attrs':{'id':_0x9fa3c0(0x2f2)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x309),'d':_0x9fa3c0(0x271)}}]}]}],'defIds':[_0x9fa3c0(0x2f2)]},_0x37ef76=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x227c77,_0x278ca3){const _0x1805cd=_0x9fa3c0;return(0x0,_0x543d91[_0x1805cd(0x360)])(_0x4ab8f2,Object['assign']({},_0x227c77,{'id':_0x1805cd(0x3fc),'ref':_0x278ca3,'icon':_0x44085f}));});_0x37ef76['displayName']='RadarChartIcon';let _0x523719={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2016\x2016','width':'1em','height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x9fa3c0(0x377)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x546),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},{'tag':_0x9fa3c0(0x451),'attrs':{},'children':[{'tag':_0x9fa3c0(0x216),'attrs':{'id':_0x9fa3c0(0x25a)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'white','d':_0x9fa3c0(0x271)}}]}]}],'defIds':[_0x9fa3c0(0x25a)]},_0xa74e04=(0x0,_0x543d91['forwardRef'])(function(_0x249f85,_0x34f303){const _0x4926b4=_0x9fa3c0;return(0x0,_0x543d91[_0x4926b4(0x360)])(_0x4ab8f2,Object[_0x4926b4(0xc9)]({},_0x249f85,{'id':_0x4926b4(0x134),'ref':_0x34f303,'icon':_0x523719}));});_0xa74e04['displayName']=_0x9fa3c0(0x218);let _0x308970={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':_0x9fa3c0(0x2dd),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x4cb)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0xf0)}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x1d9)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'stroke':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x484),'strokeWidth':1.88}},{'tag':'path','attrs':{'stroke':_0x9fa3c0(0x215),'d':'M17\x2015.5C17\x2015.5\x2014.6716\x2015.4882\x2013.5\x2015C12.3284\x2014.5118\x2011\x2013\x2011\x2013','strokeWidth':1.88}}]},_0x4a33f0=(0x0,_0x543d91['forwardRef'])(function(_0x2e3377,_0x3b7384){const _0x15a583=_0x9fa3c0;return(0x0,_0x543d91[_0x15a583(0x360)])(_0x4ab8f2,Object[_0x15a583(0xc9)]({},_0x2e3377,{'id':_0x15a583(0x56b),'ref':_0x3b7384,'icon':_0x308970}));});_0x4a33f0[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x26d);let _0x5d86cb={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':'none','viewBox':_0x9fa3c0(0x311),'width':'1em','height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':_0x9fa3c0(0x455),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x13d),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x3ba),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x5c3),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x5b2aef=(0x0,_0x543d91[_0x9fa3c0(0x2ae)])(function(_0x4a061b,_0x1268c5){const _0x9c9175=_0x9fa3c0;return(0x0,_0x543d91[_0x9c9175(0x360)])(_0x4ab8f2,Object[_0x9c9175(0xc9)]({},_0x4a061b,{'id':_0x9c9175(0xcb),'ref':_0x1268c5,'icon':_0x5d86cb}));});_0x5b2aef[_0x9fa3c0(0x4d3)]='ScatterChartIcon';let _0x3dd5c3={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x311),'width':'1em','height':_0x9fa3c0(0xe8)},'children':[{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':'currentColor','d':'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'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x9fa3c0(0x42d),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}},{'tag':'path','attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x214),'fillRule':'evenodd','clipRule':_0x9fa3c0(0x5cf)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':'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','fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x116d42=(0x0,_0x543d91['forwardRef'])(function(_0x1279bf,_0x390293){const _0x4a3ded=_0x9fa3c0;return(0x0,_0x543d91[_0x4a3ded(0x360)])(_0x4ab8f2,Object['assign']({},_0x1279bf,{'id':'waterfall-chart-icon','ref':_0x390293,'icon':_0x3dd5c3}));});_0x116d42[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x32d);let _0x1588d3={'tag':_0x9fa3c0(0x385),'attrs':{'xmlns':_0x9fa3c0(0x37a),'fill':_0x9fa3c0(0x247),'viewBox':_0x9fa3c0(0x30f),'width':_0x9fa3c0(0xe8),'height':_0x9fa3c0(0xe8)},'children':[{'tag':'path','attrs':{'fill':_0x9fa3c0(0x2b8),'d':_0x9fa3c0(0xbb)}},{'tag':_0x9fa3c0(0x20b),'attrs':{'fill':_0x9fa3c0(0x215),'d':_0x9fa3c0(0x37e),'fillRule':_0x9fa3c0(0x5cf),'clipRule':_0x9fa3c0(0x5cf)}}]},_0x560a6c=(0x0,_0x543d91['forwardRef'])(function(_0x439e27,_0x439a80){const _0x57a903=_0x9fa3c0;return(0x0,_0x543d91['createElement'])(_0x4ab8f2,Object[_0x57a903(0xc9)]({},_0x439e27,{'id':'font-color-double-icon','ref':_0x439a80,'icon':_0x1588d3}));});_0x560a6c[_0x9fa3c0(0x4d3)]=_0x9fa3c0(0x4c6);function _0x523b6a(){const _0x59443d=_0x9fa3c0;let _0x37ec5a=(0x0,_0x591c64[_0x59443d(0x4a8)])(_0x375052);return(0x0,_0x591c64[_0x59443d(0x589)])((0x0,_0x591c64[_0x59443d(0x4a8)])(_0x2b483c[_0x59443d(0x534)])[_0x59443d(0x32c)]),_0x37ec5a;}function _0x57fa09(_0x5cb827,_0x1ef078,_0x5500af){const _0x2953ca=_0x9fa3c0;let _0x11f05a=(0x0,_0x543d91[_0x2953ca(0x4d1)])(()=>_0x1ef078['getViewState'](_0x5cb827),[_0x1ef078,_0x1ef078[_0x2953ca(0xe6)],_0x5cb827]);return[(0x0,_0x591c64[_0x2953ca(0x589)])((0x0,_0x543d91[_0x2953ca(0x4d1)])(()=>_0x11f05a instanceof _0x5b9fc7[_0x2953ca(0x5f8)]?_0x11f05a:_0x11f05a==null?void 0x0:_0x11f05a[_0x2953ca(0x168)](),[_0x11f05a]),_0x5500af),(0x0,_0x543d91['useCallback'])(_0xdcb5df=>{const _0x555b8a=_0x2953ca;if(!(_0x11f05a instanceof _0x5b9fc7['Observable'])){var _0x2945ae;_0x11f05a==null||(_0x2945ae=_0x11f05a[_0x555b8a(0x10b)])==null||_0x2945ae[_0x555b8a(0x24a)](_0x11f05a,_0xdcb5df);}},[_0x11f05a])];}let _0x5b89e9={'label':'sheets-chart-ui.default','value':_0x9fa3c0(0x5b8)},_0x4e3abd={[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x4d4)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x5e6a3d,{}),[_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x58e)]]:(0x0,_0x10d682['jsx'])(_0x126a88,{}),[_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x523)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x1fb73b,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x370)]]:(0x0,_0x10d682['jsx'])(_0x1fb73b,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x317)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x1fb73b,{}),[_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x5b5)]]:(0x0,_0x10d682['jsx'])(_0x4c16fe,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x33b)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x4c16fe,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x2a9)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x5ca8b4,{}),[_0x446a4a[_0x9fa3c0(0x18e)]['AreaStacked']]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x5ca8b4,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x607)]]:(0x0,_0x10d682['jsx'])(_0x5ca8b4,{}),[_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x3e9)]]:(0x0,_0x10d682['jsx'])(_0x37ef76,{}),[_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x543)]]:(0x0,_0x10d682['jsx'])(_0x564a76,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x430)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x5b2aef,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0xf4)]]:void 0x0,[_0x446a4a['ChartTypeBits']['ColumnStacked']]:(0x0,_0x10d682['jsx'])(_0x126a88,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x345)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x126a88,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x5df)]]:(0x0,_0x10d682['jsx'])(_0x5af695,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x50d)]]:(0x0,_0x10d682['jsx'])(_0x75ba23,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x37b)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x1b0fae,{}),[_0x446a4a['ChartTypeBits']['Relation']]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0xa74e04,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x5ee)]]:(0x0,_0x10d682['jsx'])(_0x116d42,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x35d)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x564a76,{}),[_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x15a)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x4a33f0,{}),[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x3ac)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x2d4e28,{}),[_0x446a4a[_0x9fa3c0(0x18e)]['Boxplot']]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x230251,{})},_0xd56fc2=_0x3b4141[_0x9fa3c0(0x411)](_0x1ee6b7=>[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x4d4)],_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x58e)],_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x2a9)]][_0x9fa3c0(0x579)](_0x4c82b5=>String(_0x4c82b5))[_0x9fa3c0(0x251)](String(_0x1ee6b7[_0x9fa3c0(0x292)])))['map'](({label:_0x7709a,value:_0x6474d3})=>({'label':_0x7709a,'value':String(_0x6474d3)})),_0xb02330=[{'label':_0x9fa3c0(0x1d2),'value':_0x9fa3c0(0x3f8)},{'label':_0x9fa3c0(0x161),'value':'xAxisTitle'},{'label':_0x9fa3c0(0x5b2),'value':'yAxisTitle'},{'label':'sheets-chart-ui.titles.rightYAxisTitle','value':'rightYAxisTitle'}],_0x472c95=[{'label':'10','value':'10'},{'label':'12','value':'12'},{'label':'14','value':'14'},{'label':'16','value':'16'},{'label':'18','value':'18'},{'label':'20','value':'20'},{'label':'24','value':'24'},{'label':'30','value':'30'},{'label':'36','value':'36'}],_0x1cea45=[{'label':_0x9fa3c0(0x1d0),'value':'left'},{'label':_0x9fa3c0(0xd9),'value':_0x9fa3c0(0x493)},{'label':_0x9fa3c0(0x283),'value':'right'}];function _0x356c3e(){const _0x2982e5=_0x9fa3c0;return{'label':_0x2982e5(0x3f2),'value':_0x446a4a[_0x2982e5(0x5f7)][_0x2982e5(0x486)]};}let _0x19fbcf=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0]['map'](_0x122c67=>({'label':_0x122c67*0x64+'%','value':String(_0x122c67)})),_0x278788=[{'label':_0x9fa3c0(0x3d2),'value':_0x446a4a['ChartBorderDashType']['Solid']},{'label':_0x9fa3c0(0x412),'value':_0x446a4a[_0x9fa3c0(0x462)][_0x9fa3c0(0xc4)]},{'label':_0x9fa3c0(0x348),'value':_0x446a4a[_0x9fa3c0(0x462)][_0x9fa3c0(0x367)]}],_0x43b02a=[{'label':_0x9fa3c0(0x259),'value':_0x446a4a['LinePointShape'][_0x9fa3c0(0x2e9)]},{'label':_0x9fa3c0(0x4da),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x56c)]},{'label':_0x9fa3c0(0x1ce),'value':_0x446a4a['LinePointShape'][_0x9fa3c0(0x422)]},{'label':_0x9fa3c0(0x5ab),'value':_0x446a4a['LinePointShape'][_0x9fa3c0(0x502)]},{'label':_0x9fa3c0(0x381),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x128)]},{'label':_0x9fa3c0(0x39d),'value':_0x446a4a[_0x9fa3c0(0x32e)]['RoundRect']},{'label':_0x9fa3c0(0x44e),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x5ba)]},{'label':_0x9fa3c0(0x558),'value':_0x446a4a['LinePointShape'][_0x9fa3c0(0x322)]},{'label':_0x9fa3c0(0x3ed),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0xf4)]},{'label':'sheets-chart-ui.shape.emptyCircle','value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x427)]},{'label':_0x9fa3c0(0x234),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x343)]},{'label':_0x9fa3c0(0x2ef),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x29b)]},{'label':_0x9fa3c0(0x2e2),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x1a3)]},{'label':_0x9fa3c0(0x584),'value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x220)]},{'label':'sheets-chart-ui.shape.emptyRoundRect','value':_0x446a4a['LinePointShape']['EmptyRoundRect']},{'label':_0x9fa3c0(0x213),'value':_0x446a4a[_0x9fa3c0(0x32e)]['EmptyPin']},{'label':'sheets-chart-ui.shape.emptyArrow','value':_0x446a4a[_0x9fa3c0(0x32e)][_0x9fa3c0(0x27e)]}],_0x2ad319=[0x0,0x2,0x5,0x7,0xa,0xe][_0x9fa3c0(0x579)](_0x3e0814=>({'label':_0x3e0814+'px','value':String(_0x3e0814)})),_0x23b044=[0x0,0x1,0x2,0x4,0x8][_0x9fa3c0(0x579)](_0x2fb820=>({'label':_0x2fb820+'px','value':String(_0x2fb820)})),_0x7a2bb4=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a][_0x9fa3c0(0x579)](_0x106ccd=>({'label':_0x106ccd+'°','value':String(_0x106ccd)})),_0x429089=[{'label':'sheets-chart-ui.trendline.linear','value':_0x446a4a[_0x9fa3c0(0x383)][_0x9fa3c0(0x135)]},{'label':'sheets-chart-ui.trendline.exp','value':_0x446a4a[_0x9fa3c0(0x383)][_0x9fa3c0(0x5e6)]},{'label':_0x9fa3c0(0x51b),'value':_0x446a4a[_0x9fa3c0(0x383)]['log']},{'label':_0x9fa3c0(0x5f2),'value':_0x446a4a['ChartTrendlineType'][_0x9fa3c0(0x585)]},{'label':_0x9fa3c0(0x4b6),'value':_0x446a4a['ChartTrendlineType'][_0x9fa3c0(0x54e)]},{'label':_0x9fa3c0(0x3bd),'value':_0x446a4a['ChartTrendlineType']['poly']}],_0x5dbfa2={[_0x446a4a[_0x9fa3c0(0x383)]['linear']]:(0x0,_0x10d682['jsx'])(_0x3356ac,{}),[_0x446a4a['ChartTrendlineType'][_0x9fa3c0(0x5e6)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0xb82b8,{}),[_0x446a4a[_0x9fa3c0(0x383)]['log']]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x3cf3a8,{}),[_0x446a4a[_0x9fa3c0(0x383)][_0x9fa3c0(0x585)]]:(0x0,_0x10d682[_0x9fa3c0(0x541)])(_0x4e205e,{}),[_0x446a4a[_0x9fa3c0(0x383)][_0x9fa3c0(0x54e)]]:(0x0,_0x10d682['jsx'])(_0x5b7908,{}),[_0x446a4a['ChartTrendlineType'][_0x9fa3c0(0x35f)]]:(0x0,_0x10d682['jsx'])(_0x51dd17,{})},_0x166f2e=[0x2,0x3,0x4,0x5,0x6][_0x9fa3c0(0x579)](_0x4bad4f=>({'label':''+_0x4bad4f,'value':String(_0x4bad4f)})),_0x49bbe0=[_0x446a4a['SeriesLabelPosition'][_0x9fa3c0(0x30b)],_0x446a4a[_0x9fa3c0(0x5b0)][_0x9fa3c0(0x362)],_0x446a4a[_0x9fa3c0(0x5b0)]['Left'],_0x446a4a[_0x9fa3c0(0x5b0)][_0x9fa3c0(0x5c6)],_0x446a4a[_0x9fa3c0(0x5b0)][_0x9fa3c0(0x5fa)],_0x446a4a[_0x9fa3c0(0x5b0)][_0x9fa3c0(0x5dd)]][_0x9fa3c0(0x579)](_0x85f99b=>({'label':_0x9fa3c0(0x189)+_0x85f99b,'value':_0x85f99b})),_0x5afff1=[_0x446a4a[_0x9fa3c0(0x14e)]['Inside'],_0x446a4a[_0x9fa3c0(0x14e)]['Outside']][_0x9fa3c0(0x579)](_0x342079=>({'label':'sheets-chart-ui.positionType.'+_0x342079,'value':_0x342079})),_0x37d3fc=[_0x446a4a[_0x9fa3c0(0x2f9)][_0x9fa3c0(0x5fa)],_0x446a4a[_0x9fa3c0(0x2f9)][_0x9fa3c0(0x5dd)],_0x446a4a['LegendPositionEnum'][_0x9fa3c0(0x56f)],_0x446a4a[_0x9fa3c0(0x2f9)][_0x9fa3c0(0x5c6)],_0x446a4a[_0x9fa3c0(0x2f9)]['Hide']][_0x9fa3c0(0x579)](_0x2a5433=>({'label':'sheets-chart-ui.positionType.'+_0x2a5433,'value':_0x2a5433})),_0x24e965=[_0x446a4a[_0x9fa3c0(0x476)]['Single'],_0x446a4a[_0x9fa3c0(0x476)][_0x9fa3c0(0x572)],_0x446a4a[_0x9fa3c0(0x476)][_0x9fa3c0(0x433)]][_0x9fa3c0(0x579)](_0x40c71c=>({'label':_0x9fa3c0(0x1f6)+_0x40c71c,'value':_0x40c71c})),_0x3b3b32=[_0x9fa3c0(0x39c),'piecewise'][_0x9fa3c0(0x579)](_0x124015=>({'label':_0x9fa3c0(0x4af)+_0x124015,'value':_0x124015})),_0x38f580=[_0x446a4a['TitlePositionEnum'][_0x9fa3c0(0x5fa)],_0x446a4a['TitlePositionEnum'][_0x9fa3c0(0x5dd)],_0x446a4a['TitlePositionEnum']['Left'],_0x446a4a[_0x9fa3c0(0x253)][_0x9fa3c0(0x5c6)],_0x446a4a[_0x9fa3c0(0x253)][_0x9fa3c0(0x15d)]][_0x9fa3c0(0x579)](_0x340d2f=>({'label':'sheets-chart-ui.positionType.'+_0x340d2f,'value':_0x340d2f})),_0x429ca1=[_0x446a4a['AxisAlignEnum'][_0x9fa3c0(0x50f)],_0x446a4a[_0x9fa3c0(0x1d5)][_0x9fa3c0(0x28b)],_0x446a4a[_0x9fa3c0(0x1d5)][_0x9fa3c0(0xd0)]][_0x9fa3c0(0x579)](_0x3c4f1b=>({'label':_0x9fa3c0(0x4a7)+_0x3c4f1b,'value':_0x3c4f1b}));[_0x446a4a[_0x9fa3c0(0x57e)]['Left'],_0x446a4a['TextAlign']['Center'],_0x446a4a['TextAlign'][_0x9fa3c0(0x5c6)]][_0x9fa3c0(0x579)](_0x435a67=>({'label':_0x9fa3c0(0x4e6)+_0x435a67,'value':_0x435a67})),[_0x446a4a[_0x9fa3c0(0x5ec)][_0x9fa3c0(0x5fa)],_0x446a4a[_0x9fa3c0(0x5ec)][_0x9fa3c0(0x334)],_0x446a4a[_0x9fa3c0(0x5ec)][_0x9fa3c0(0x5dd)]][_0x9fa3c0(0x579)](_0x284caa=>({'label':'sheets-chart-ui.alignY.'+_0x284caa,'value':_0x284caa}));let _0x11e3ce=[{'value':_0x9fa3c0(0x1ff),'label':_0x9fa3c0(0x235)},{'value':_0x9fa3c0(0x2f8),'label':_0x9fa3c0(0xeb)},{'value':_0x9fa3c0(0x169),'label':'sheets-chart-ui.axes.rightAxis'}],_0x38dd9a=[0x1,0x2,0x3][_0x9fa3c0(0x579)](_0x584151=>({'label':_0x584151+'px','value':String(_0x584151)})),_0x26e91f=[{'label':_0x9fa3c0(0x5c0),'value':''},{'label':_0x9fa3c0(0x20d),'value':_0x446a4a[_0x9fa3c0(0x3f6)][_0x9fa3c0(0x164)]},{'label':_0x9fa3c0(0x1b4),'value':_0x446a4a[_0x9fa3c0(0x3f6)]['Percent']}],_0x51af11=[{'label':'sheets-chart-ui.lineType.line','value':_0x446a4a[_0x9fa3c0(0x1b7)]['Line']},{'label':_0x9fa3c0(0x53f),'value':_0x446a4a['AreaLineStyle']['Smooth']},{'label':_0x9fa3c0(0x2e5),'value':_0x446a4a[_0x9fa3c0(0x1b7)][_0x9fa3c0(0x254)]}],_0x8228c6=[0x0,0.25,0.5,0.75][_0x9fa3c0(0x579)](_0x1efc24=>({'label':_0x1efc24*0x64+'%','value':String(_0x1efc24)})),_0x4529a8=[{'label':_0x9fa3c0(0xfe),'value':_0x446a4a[_0x9fa3c0(0x3e4)][_0x9fa3c0(0x59b)]},{'label':'sheets-chart-ui.shape.circle','value':_0x446a4a['RadarShape'][_0x9fa3c0(0x2e9)]}],_0x180497=[{'label':_0x9fa3c0(0x31c),'value':_0x446a4a['InvalidValueType'][_0x9fa3c0(0x49c)]},{'label':_0x9fa3c0(0x603),'value':_0x446a4a[_0x9fa3c0(0x520)][_0x9fa3c0(0x186)]},{'label':'sheets-chart-ui.invalidType.connectDataPointsWithStraightLines','value':_0x446a4a[_0x9fa3c0(0x520)][_0x9fa3c0(0x3b3)]}],_0x3527e2=[_0x446a4a[_0x9fa3c0(0x230)]['CategoryName'],_0x446a4a[_0x9fa3c0(0x230)]['SeriesName'],_0x446a4a['LabelContentType'][_0x9fa3c0(0x3dd)],_0x446a4a['LabelContentType']['Percentage']],_0x1c292c=[{'label':_0x9fa3c0(0x328),'value':_0x446a4a[_0x9fa3c0(0x230)][_0x9fa3c0(0x4e1)]},{'label':_0x9fa3c0(0x408),'value':_0x446a4a[_0x9fa3c0(0x230)][_0x9fa3c0(0x4ec)]},{'label':_0x9fa3c0(0x4d6),'value':_0x446a4a[_0x9fa3c0(0x230)][_0x9fa3c0(0x3dd)]},{'label':_0x9fa3c0(0x3f5),'value':_0x446a4a[_0x9fa3c0(0x230)]['Percentage']}][_0x9fa3c0(0x579)](_0x3dcf2b=>({..._0x3dcf2b,'value':String(_0x3dcf2b['value'])})),_0x56404b=_0x1c292c[_0x9fa3c0(0x411)](_0x491a13=>_0x491a13[_0x9fa3c0(0x292)]!==String(_0x446a4a['LabelContentType'][_0x9fa3c0(0x4ec)])),_0x53b114=[0x6,0xc,0x12,0x18][_0x9fa3c0(0x579)](_0x28f14b=>({'label':_0x28f14b+'px','value':String(_0x28f14b)})),_0x19e844=[0x1,0x2,0x4,0x8][_0x9fa3c0(0x579)](_0x57a711=>({'label':_0x57a711+'px','value':String(_0x57a711)})),_0x19cd0c=[{'label':'sheets-chart-ui.relation.auto','value':_0x9fa3c0(0x247)},{'label':'sheets-chart-ui.relation.circular','value':_0x9fa3c0(0x4fd)},{'label':_0x9fa3c0(0x403),'value':_0x9fa3c0(0x279)}],_0x100c13=[{'label':_0x9fa3c0(0x43d),'suffix':'yyyy-MM-dd'},{'label':_0x9fa3c0(0x266),'suffix':_0x9fa3c0(0x2cf)},{'label':'1930年08月05日','suffix':_0x9fa3c0(0x3b1)},{'label':_0x9fa3c0(0x1c7),'suffix':'MM-dd'},{'label':_0x9fa3c0(0x1b5),'suffix':_0x9fa3c0(0x278)},{'label':_0x9fa3c0(0x3bc),'suffix':_0x9fa3c0(0x1df)},{'label':_0x9fa3c0(0x277),'suffix':_0x9fa3c0(0x387)},{'label':_0x9fa3c0(0x51e),'suffix':_0x9fa3c0(0x18d)},{'label':_0x9fa3c0(0x137),'suffix':_0x9fa3c0(0x42e)},{'label':_0x9fa3c0(0x457),'suffix':'A/P\x20h:mm:ss'},{'label':'08-05\x20下午\x2001:30','suffix':'MM-dd\x20A/P\x20hh:mm'}],_0x14efc8=[{'label':_0x9fa3c0(0x533),'suffix':_0x9fa3c0(0x188)},{'label':_0x9fa3c0(0x532),'suffix':_0x9fa3c0(0x4fe),'color':_0x9fa3c0(0x545)},{'label':'1,234.56','suffix':_0x9fa3c0(0x150)},{'label':_0x9fa3c0(0x352),'suffix':'#,##0.00_);[Red]#,##0.00','color':_0x9fa3c0(0x545)},{'label':_0x9fa3c0(0x5e9),'suffix':_0x9fa3c0(0x275)},{'label':_0x9fa3c0(0x5e9),'suffix':_0x9fa3c0(0x286),'color':_0x9fa3c0(0x545)}],_0x4bb64a=[{'label':_0x101b4d=>_0x101b4d+_0x9fa3c0(0x297),'suffix':_0x36dddf=>'\x22'+_0x36dddf+_0x9fa3c0(0x554)+_0x36dddf+'\x22#,##0.00'},{'label':_0x3ebc70=>_0x3ebc70+_0x9fa3c0(0x297),'suffix':_0x1163d5=>'\x22'+_0x1163d5+_0x9fa3c0(0x1dc)+_0x1163d5+_0x9fa3c0(0x290),'color':_0x9fa3c0(0x545)},{'label':_0x5d9c07=>'('+_0x5d9c07+'1,235)','suffix':_0x1bed47=>'\x22'+_0x1bed47+_0x9fa3c0(0x531)+_0x1bed47+_0x9fa3c0(0x2fb)},{'label':_0x42ef0d=>'('+_0x42ef0d+_0x9fa3c0(0x375),'suffix':_0x184b55=>'\x22'+_0x184b55+'\x22#,##0.00_);[Red](\x22'+_0x184b55+_0x9fa3c0(0x2fb),'color':_0x9fa3c0(0x545)},{'label':_0x43206a=>'-'+_0x43206a+_0x9fa3c0(0x297),'suffix':_0x52b37a=>'\x22'+_0x52b37a+_0x9fa3c0(0x19c)+_0x52b37a+_0x9fa3c0(0x290)},{'label':_0x77519d=>'-'+_0x77519d+'1,235','suffix':_0x4f100d=>'\x22'+_0x4f100d+_0x9fa3c0(0xc3)+_0x4f100d+_0x9fa3c0(0x290),'color':_0x9fa3c0(0x545)}],_0x34c5a6=_0x9fa3c0(0x512),_0x4d8725=_0x9fa3c0(0x54f),_0x1e0c71=[{'label':_0x9fa3c0(0x5a8),'value':_0x446a4a['WaterfallStackTypeEnum'][_0x9fa3c0(0x3aa)]},{'label':'sheets-chart-ui.waterfall.stacked','value':_0x446a4a[_0x9fa3c0(0x3b8)]['Stacked']}];function _0x58ed8c(_0x1a3872,_0x49fe4d){const _0x1ddf63=_0x9fa3c0;return _0x49fe4d[_0x1ddf63(0x579)](_0x25a5d8=>({..._0x25a5d8,'label':_0x1a3872['t'](_0x25a5d8['label'])}));}let _0x2256b0=_0x5c31fa=>{const _0x59d81b=_0x9fa3c0;let {className:_0x287cb3,service:_0x4088b0}=_0x5c31fa,_0xbdb35a=(0x0,_0x591c64[_0x59d81b(0x4a8)])(_0x1dcecb[_0x59d81b(0x5fd)]),[_0x394962,_0x2ed997]=_0x57fa09(_0x59d81b(0x376),_0x4088b0),[_0x88e20,_0x14d46a]=_0x57fa09(_0x59d81b(0xb9),_0x4088b0),_0x56739d=_0x58ed8c(_0xbdb35a,_0x4529a8);return(0x0,_0x10d682['jsxs'])('div',{'className':_0x287cb3,'children':[(0x0,_0x10d682[_0x59d81b(0x541)])('div',{'children':(0x0,_0x10d682[_0x59d81b(0x541)])(_0x569e6b['Segmented'],{'value':_0x394962==null?_0x446a4a[_0x59d81b(0x5f7)]['radar'][_0x59d81b(0x19f)]:_0x394962,'items':_0x56739d,'onChange':_0x2ed997})}),(0x0,_0x10d682[_0x59d81b(0x541)])(_0x59d81b(0x192),{'className':_0x59d81b(0x478),'children':(0x0,_0x10d682[_0x59d81b(0x541)])(_0x569e6b['Checkbox'],{'checked':!!_0x88e20,'onChange':_0x129aa7=>{_0x14d46a(!!_0x129aa7);},'children':_0xbdb35a['t'](_0x59d81b(0x15e))})})]});},_0x585b6b=_0x3f8933=>{const _0x323b1c=_0x9fa3c0;var _0x46b751,_0x35828b,_0x4cfab7;let {service:_0x4219a3}=_0x3f8933,_0x39b4b7=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x323b1c(0x5fd)]),[_0x59f531]=_0x57fa09(_0x323b1c(0x4cc),_0x4219a3),[_0x5b29cc]=_0x57fa09('categoryList',_0x4219a3),[_0x44ceba]=_0x57fa09(_0x323b1c(0x550),_0x4219a3),[_0x421047,_0x1ec106]=_0x57fa09('bubbleXAxis',_0x4219a3),[_0xf7d149,_0x2c2c4d]=_0x57fa09(_0x323b1c(0x2e1),_0x4219a3),[_0x2468da,_0x635ef5]=_0x57fa09('bubbleLabel',_0x4219a3),[_0xf38476,_0x48b3f6]=_0x57fa09(_0x323b1c(0x551),_0x4219a3),[_0x7bb4c6,_0x3efdec]=_0x57fa09(_0x323b1c(0x3e6),_0x4219a3),_0xa8029b=_0x1cbee1=>{_0x3efdec(_0x1cbee1);};return(0x0,_0x10d682[_0x323b1c(0xd8)])(_0x323b1c(0x192),{'className':'univer-mb-2','children':[(0x0,_0x10d682[_0x323b1c(0x541)])(_0x323b1c(0x192),{'className':_0x323b1c(0x5d0),'children':_0x39b4b7['t']('sheets-chart-ui.bubble.label')}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x569e6b[_0x323b1c(0x4de)],{'className':_0x323b1c(0x5b3),'value':typeof _0x2468da=='number'?String(_0x2468da):'','options':_0x5b29cc||[],'onChange':_0x1ce71d=>_0x635ef5(Number(_0x1ce71d))}),(0x0,_0x10d682['jsx'])(_0x323b1c(0x192),{'className':_0x323b1c(0x5d0),'children':_0x39b4b7['t'](_0x323b1c(0x3a9))}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x569e6b[_0x323b1c(0x4de)],{'className':_0x323b1c(0x5b3),'value':_0x421047===void 0x0?(_0x46b751=(_0x44ceba||[])[0x0])==null?void 0x0:_0x46b751[_0x323b1c(0x292)]:String(_0x421047),'options':_0x44ceba||[],'onChange':_0x5c85d5=>_0x1ec106(Number(_0x5c85d5))}),(0x0,_0x10d682[_0x323b1c(0x541)])('div',{'className':_0x323b1c(0x5d0),'children':_0x39b4b7['t'](_0x323b1c(0x429))}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x569e6b[_0x323b1c(0x4de)],{'className':_0x323b1c(0x5b3),'value':_0xf7d149===void 0x0?(_0x35828b=(_0x44ceba||[])[0x1])==null?void 0x0:_0x35828b[_0x323b1c(0x292)]:String(_0xf7d149),'options':_0x44ceba,'onChange':_0x4613cf=>{_0x2c2c4d(Number(_0x4613cf));}}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x323b1c(0x192),{'className':'univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x39b4b7['t'](_0x323b1c(0x408))}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x569e6b[_0x323b1c(0x4de)],{'className':_0x323b1c(0x5b3),'value':_0xf38476===void 0x0?'':String(_0xf38476),'options':_0x5b29cc,'onChange':_0x3d74f3=>{_0x48b3f6(Number(_0x3d74f3));}}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x323b1c(0x192),{'className':_0x323b1c(0x5d0),'children':_0x39b4b7['t'](_0x323b1c(0x485))}),(0x0,_0x10d682[_0x323b1c(0x541)])(_0x569e6b[_0x323b1c(0x4de)],{'className':_0x323b1c(0x5b3),'value':_0x7bb4c6?String(_0x7bb4c6):(_0x4cfab7=(_0x44ceba||[])[0x2])==null?void 0x0:_0x4cfab7[_0x323b1c(0x292)],'options':_0x59f531,'onChange':_0x2795dc=>_0xa8029b(Number(_0x2795dc))})]});},_0x363726=_0x309375=>_0x309375[_0x9fa3c0(0x126)](_0x1dcecb['UniverInstanceType'][_0x9fa3c0(0x14b)])['getUnitId'](),_0x36629f=_0x2b99da=>{const _0x51792f=_0x9fa3c0;var _0x207c16;return(_0x207c16=_0x2b99da[_0x51792f(0x126)](_0x1dcecb[_0x51792f(0x407)][_0x51792f(0x14b)])[_0x51792f(0x177)]())==null?void 0x0:_0x207c16['getSheetId']();},_0x4cab62=[_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x2a9)],_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x523)]];function _0x466837(_0x18f8c2){const _0x294bdd=_0x9fa3c0;return(0x0,_0x10d682[_0x294bdd(0x541)])(_0x10d682[_0x294bdd(0x40d)],{'children':_0x18f8c2[_0x294bdd(0x579)](_0x2096a1=>(0x0,_0x10d682[_0x294bdd(0x541)])('div',{'className':_0x294bdd(0x2d3),'style':{'backgroundColor':_0x2096a1}},_0x2096a1))});}function _0x173e80(_0xfa306a,_0x535c20){const _0x3dc5e4=_0x9fa3c0;return _0xfa306a[_0x3dc5e4(0x579)](_0x1dda57=>({'label':(0x0,_0x10d682[_0x3dc5e4(0x541)])(_0x3dc5e4(0x192),{'className':'univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center','children':_0x466837(_0x535c20[_0x3dc5e4(0x4a5)](_0x1dda57))}),'value':_0x1dda57}));}let _0x1ee8a7=({title:_0xff786b})=>(0x0,_0x10d682[_0x9fa3c0(0x541)])('div',{'className':_0x9fa3c0(0x516),'children':_0xff786b}),_0x54fd86=()=>{const _0x3b36df=_0x9fa3c0;var _0x1b36e8;let _0xc3306e=_0x523b6a(),_0x5edf68=(0x0,_0x591c64[_0x3b36df(0x4a8)])(_0x1dcecb[_0x3b36df(0x56d)]),_0x19fdce=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x3b36df(0x5fd)]),_0x2038e4=(0x0,_0x591c64['useDependency'])(_0x446a4a[_0x3b36df(0x304)]),_0x865397=_0x2038e4[_0x3b36df(0x102)](),_0x5ce66d=(0x0,_0x2b483c[_0x3b36df(0x35c)])((0x0,_0x591c64[_0x3b36df(0x4a8)])(_0x1dcecb[_0x3b36df(0x5d3)])),_0x5ecb67=(0x0,_0x543d91[_0x3b36df(0x4d1)])(()=>_0xb3d6fa(_0x3b4141[_0x3b36df(0x1b6)](),_0x5ce66d)[_0x3b36df(0x579)](_0x42ff4a=>({'label':(0x0,_0x10d682[_0x3b36df(0xd8)])('div',{'className':'univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':_0x3b36df(0x511),'children':_0x4e3abd==null?void 0x0:_0x4e3abd[_0x42ff4a['value']]}),(0x0,_0x10d682['jsx'])(_0x3b36df(0x192),{'className':_0x3b36df(0xb8),'children':_0x19fdce['t'](_0x42ff4a[_0x3b36df(0x3d6)])})]}),'value':String(_0x42ff4a[_0x3b36df(0x292)])})),[_0x19fdce]),[_0x41d634,_0x22157a]=(0x0,_0x543d91['useState'])(!0x1);(0x0,_0x543d91[_0x3b36df(0x47c)])(()=>{const _0x27f79c=_0x3b36df;_0xc3306e[_0x27f79c(0x2d2)]=_0x41d634;},[_0x41d634]);let _0x3d45ed=_0x58ed8c(_0x19fdce,_0x180497),_0x2cd2e5=_0x58ed8c(_0x19fdce,_0x26e91f),_0x43b48a=_0x58ed8c(_0x19fdce,_0x51af11),_0x4833b3=_0x58ed8c(_0x19fdce,_0x1e0c71),_0x35b1d5=_0x173e80(_0x865397,_0x2038e4),_0x2ffbea=_0x363726(_0x5edf68),_0x7ec2f9=_0x36629f(_0x5edf68),_0x3d2fa9=(0x0,_0x591c64[_0x3b36df(0x4a8)])(_0x1dcecb[_0x3b36df(0x2f5)]),[_0x1540bc,_0x3bd753]=_0x57fa09(_0x3b36df(0x518),_0xc3306e),[_0x140862,_0x3b950c]=_0x57fa09(_0x3b36df(0x5c9),_0xc3306e),[_0x2f5894,_0x3c4c3c]=_0x57fa09(_0x3b36df(0x21f),_0xc3306e),[_0x43ccba,_0x3ded05]=_0x57fa09('categoryIndex',_0xc3306e),[_0xf0ae1e]=_0x57fa09(_0x3b36df(0x398),_0xc3306e),[_0x44323e]=_0x57fa09('categoryList',_0xc3306e),[_0x288e61,_0x5d9e90]=_0x57fa09(_0x3b36df(0x450),_0xc3306e),[_0x38c15d]=_0x57fa09(_0x3b36df(0x550),_0xc3306e),[_0x473f3a,_0x1482de]=_0x57fa09('waterfallStack',_0xc3306e),[_0x16c009,_0x14fdfe]=_0x57fa09(_0x3b36df(0x1d4),_0xc3306e),[_0x15016e,_0x43da0b]=_0x57fa09(_0x3b36df(0x415),_0xc3306e),[_0x523dc7,_0x5f1ac4]=_0x57fa09(_0x3b36df(0x1c2),_0xc3306e),[_0x3d31db,_0x1adcf7]=_0x57fa09(_0x3b36df(0x4e4),_0xc3306e),[_0xdf448f,_0x2d71d0]=_0x57fa09(_0x3b36df(0x298),_0xc3306e),_0x290fdb=(0x0,_0x543d91[_0x3b36df(0x4d1)])(()=>_0xdf448f===void 0x0?_0x1540bc?_0x446a4a[_0x3b36df(0x43a)][_0x3b36df(0x494)](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x2a9)]):!0x1:_0xdf448f,[_0xdf448f,_0x1540bc]),[_0x21b63a,_0x35a1b2]=_0x57fa09('orient',_0xc3306e),[_0x4c9caf,_0x365bfe]=_0x57fa09(_0x3b36df(0x124),_0xc3306e),[_0xe4c92d,_0x2afeeb]=_0x57fa09(_0x3b36df(0x5a6),_0xc3306e),[_0x3ed17f,_0x32e45c]=_0x57fa09(_0x3b36df(0x393),_0xc3306e),[_0x3ddee2,_0x1f0dee]=_0x57fa09(_0x3b36df(0x30a),_0xc3306e),_0x1d361c=_0x1540bc&&_0x4cab62['some'](_0x225f2b=>_0x446a4a[_0x3b36df(0x43a)][_0x3b36df(0x494)](_0x1540bc,_0x225f2b)),_0x223684=_0x1540bc&&[_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x2a9)],_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x4d4)]][_0x3b36df(0x237)](_0xf81a40=>_0x446a4a[_0x3b36df(0x43a)]['baseOn'](_0x1540bc,_0xf81a40)),_0x109bb5=_0x1540bc&&[_0x446a4a[_0x3b36df(0x18e)]['Line'],_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x3e9)],_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x5df)],_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x430)]]['every'](_0x14afb6=>_0x14afb6!==_0x1540bc),_0x4a3595=_0xf0ae1e===_0x446a4a[_0x3b36df(0x46d)]['Linear']||typeof _0x43ccba!='number',_0x439f0b=_0x1540bc&&[_0x446a4a['ChartTypeBits']['Pie'],_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x33b)]][_0x3b36df(0x237)](_0x3b028b=>_0x1540bc===_0x3b028b),_0x3c52cb=!_0x439f0b||_0x439f0b&&_0x288e61&&(_0x288e61==null?void 0x0:_0x288e61['length'])<0x1,_0x5b2997=_0x1540bc&&_0x446a4a[_0x3b36df(0x43a)]['baseOn'](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x5ee)]),_0x2e5fc9=_0x1540bc&&(0x0,_0x446a4a[_0x3b36df(0x193)])(_0x1540bc),[_0x18660e,_0x324b12]=_0x57fa09('trendlineValues',_0xc3306e),_0x300ffc=_0x1540bc&&_0x1540bc===_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x30d)],_0x18d168=_0x1540bc&&_0x1540bc===_0x446a4a[_0x3b36df(0x18e)]['Sankey'],_0x272ac3=_0x1540bc&&_0x1540bc===_0x446a4a['ChartTypeBits'][_0x3b36df(0x3ac)],_0x5abb2c=_0x1540bc&&_0x1540bc===_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x5f6)],_0x33bafa=_0x1540bc&&_0x446a4a[_0x3b36df(0x43a)]['baseOn'](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x37b)]),_0x322604=_0x5e2976=>{const _0x763e61=_0x3b36df;_0x18660e&&_0x324b12(_0x18660e[_0x763e61(0x411)]((_0x96d96d,_0x46f7a1)=>_0x46f7a1!==_0x5e2976));},_0x40efe1=(_0x2b44eb,_0x2fa6fe)=>{const _0x1051d4=_0x3b36df;if(_0x18660e){_0x18660e[_0x2b44eb][_0x1051d4(0x26c)]=_0x2fa6fe;let _0x5c14ef=(_0x38c15d==null?void 0x0:_0x38c15d[_0x2fa6fe][_0x1051d4(0x3d6)])||'';_0x5c14ef&&(_0x18660e[_0x2b44eb][_0x1051d4(0x52b)]=_0x19fdce['t'](_0x1051d4(0x120))+'-'+_0x19fdce['t'](_0x1051d4(0x108))+'-('+_0x5c14ef+')'),_0x324b12(_0x18660e[_0x1051d4(0x219)]());}},_0x555fde=!!(_0x1540bc&&_0x446a4a[_0x3b36df(0x43a)][_0x3b36df(0x494)](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x50d)])),_0x14586f=_0x23b044,[_0x3ab62d,_0x37d7ec]=(0x0,_0x543d91['useState'])(!0x1),_0x1672ae=(0x0,_0x543d91[_0x3b36df(0x4d1)])(()=>(0x0,_0x1dcecb[_0x3b36df(0x535)])(async _0x4e4d1b=>{const _0x5a1d4b=_0x3b36df;var _0x4add9e;if(_0x23a5ef(_0x140862,_0x5edf68)===_0x4e4d1b)return;let {unitId:_0x1c3e94,sheetName:_0xeaa0a9,range:_0x46a0ad}=_0x4e4d1b['split'](',')[_0x5a1d4b(0x411)](_0x32ffc7=>!!_0x32ffc7)[_0x5a1d4b(0x579)](_0x520aa1[_0x5a1d4b(0x15c)])[0x0],_0x71c388=_0x1c3e94||_0x2ffbea;_0x3b950c({'rangeInfo':{'range':_0x46a0ad,'unitId':_0x71c388,'subUnitId':((_0x4add9e=_0x5edf68['getUnit'](_0x71c388)['getSheetBySheetName'](_0xeaa0a9))==null?void 0x0:_0x4add9e[_0x5a1d4b(0x316)]())||(_0x140862==null?void 0x0:_0x140862[_0x5a1d4b(0x4d8)][_0x5a1d4b(0x5b1)])},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x3b950c,_0x2ffbea,_0x5edf68]),_0x5df3fb=_0xfdba0f=>{const _0x5a3669=_0x3b36df;_0x288e61&&_0x5d9e90(_0x288e61[_0x5a3669(0x411)]((_0x423dc7,_0x172712)=>_0x172712!==_0xfdba0f));},_0x170076=_0x1540bc&&(_0x446a4a['chartBitsUtils']['has'](_0x1540bc,_0x446a4a['ChartAttributeBits'][_0x3b36df(0x1bc)])?_0x446a4a['StackType'][_0x3b36df(0x147)]:_0x446a4a['chartBitsUtils'][_0x3b36df(0x3db)](_0x1540bc,_0x446a4a[_0x3b36df(0x19d)][_0x3b36df(0x4c8)])?_0x446a4a['StackType']['Stacked']:void 0x0),_0x1dd568=!!(_0x1540bc&&_0x446a4a[_0x3b36df(0x43a)]['baseOn'](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)]['WordCloud'])),_0xb0d60=(0x0,_0x543d91['useCallback'])(_0x423ecf=>{const _0x27e29e=_0x3b36df;if(!_0x1540bc)return;let _0x31609c=_0x423ecf,_0x499a1e=_0x446a4a[_0x27e29e(0x43a)][_0x27e29e(0x26b)](_0x1540bc,_0x446a4a['ChartAttributeBits']['PercentStack']);switch(_0x31609c){case _0x446a4a[_0x27e29e(0x3f6)][_0x27e29e(0x164)]:_0x3bd753(_0x499a1e|_0x446a4a[_0x27e29e(0x19d)][_0x27e29e(0x4c8)]);break;case _0x446a4a[_0x27e29e(0x3f6)][_0x27e29e(0x147)]:_0x3bd753(_0x499a1e|_0x446a4a[_0x27e29e(0x19d)][_0x27e29e(0x1bc)]);break;default:_0x3bd753(_0x499a1e);break;}},[_0x1540bc]);return(0x0,_0x10d682[_0x3b36df(0xd8)])('div',{'children':[(0x0,_0x10d682['jsxs'])(_0x3b36df(0x192),{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x3ef))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x1540bc?String(_0x1540bc):'','options':_0x5ecb67,'onChange':_0x22baea=>_0x3bd753(Number(_0x22baea))})]}),_0x1540bc&&(_0x446a4a['chartBitsUtils'][_0x3b36df(0x494)](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)]['Area'])||_0x446a4a[_0x3b36df(0x43a)]['baseOn'](_0x1540bc,_0x446a4a[_0x3b36df(0x18e)]['Line']))&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x609)],{'items':_0x43b48a,'className':'univer-mt-2','value':_0x2f5894==null?_0x446a4a[_0x3b36df(0x5f7)][_0x3b36df(0x5dc)][_0x3b36df(0x17d)]:_0x2f5894,'onChange':_0x3c4c3c}),_0x1540bc===_0x446a4a[_0x3b36df(0x18e)][_0x3b36df(0x3e9)]&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x2256b0,{'service':_0xc3306e,'className':_0x3b36df(0x478)}),(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x386))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x4de)],{'className':_0x3b36df(0x5b3),'value':_0x3d31db?String(_0x3d31db):'','options':_0x35b1d5,'onChange':_0x259cdc=>{_0x1adcf7(_0x259cdc);}})]}),_0x5b2997&&(0x0,_0x10d682['jsxs'])(_0x10d682[_0x3b36df(0x40d)],{'children':[(0x0,_0x10d682['jsx'])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x285))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x4de)],{'className':_0x3b36df(0x5b3),'value':_0x473f3a==null?_0x446a4a['defaultChartConfig'][_0x3b36df(0x3d4)][_0x3b36df(0x3ab)]:_0x473f3a,'options':_0x4833b3,'onChange':_0x14b680=>{_0x1482de(_0x14b680);}}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':'univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0x3b36df(0x5bc)],{'checked':_0x16c009==null?_0x446a4a[_0x3b36df(0x5f7)][_0x3b36df(0x3d4)][_0x3b36df(0x1d4)]:_0x16c009,'onChange':_0x5bfe63=>_0x14fdfe(!!_0x5bfe63),'children':_0x19fdce['t'](_0x3b36df(0x35a))})})]}),_0x109bb5&&!_0x1dd568&&!_0x555fde&&!_0x300ffc&&!_0x18d168&&!_0x272ac3&&!_0x5abb2c&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':_0x3b36df(0x4f2),'children':(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b['Checkbox'],{'checked':!!_0x290fdb,'onChange':_0x2c7f33=>_0x2d71d0(!!_0x2c7f33),'children':_0x19fdce['t'](_0x3b36df(0x5d6))})}),_0x555fde&&(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'className':_0x3b36df(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x444))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x3b36df(0x4de)],{'className':_0x3b36df(0x5b3),'value':String(_0x3ed17f==null?_0x446a4a[_0x3b36df(0x5f7)]['funnel'][_0x3b36df(0x112)]:_0x3ed17f),'options':_0x14586f,'onChange':_0xe5e1b2=>_0x32e45c(Number(_0xe5e1b2))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':'univer-mt-2-base','children':(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b['Checkbox'],{'checked':_0x3ddee2==null?!0x1:_0x3ddee2,'onChange':_0x2fa196=>{_0x1f0dee(!!_0x2fa196);},'children':_0x19fdce['t']('sheets-chart-ui.styleEditPanel.useAbsValue')})})]}),_0x1d361c&&(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x4e5))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x4de)],{'className':_0x3b36df(0x5b3),'value':_0x170076||'','options':_0x2cd2e5,'onChange':_0xb0d60})]}),(0x0,_0x10d682[_0x3b36df(0xd8)])('div',{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t']('sheets-chart-ui.dataRange')}),(0x0,_0x10d682['jsx'])(_0x402bbc['RangeSelector'],{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x2ffbea,'subUnitId':_0x7ec2f9,'initialValue':_0x140862?_0x23a5ef(_0x140862,_0x5edf68):'','onChange':(_0x550980,_0x4c3582)=>_0x1672ae(_0x4c3582),'onFocusChange':_0x2ced29=>{_0x3ab62d||_0x22157a(_0x2ced29);},'onRangeSelectorDialogVisibleChange':_0x158995=>{_0x158995?(_0x37d7ec(!0x0),_0x22157a(!0x0)):_0x37d7ec(!0x1);}})]}),!_0x33bafa&&!_0x300ffc&&!_0x18d168&&!_0x272ac3&&!_0x5abb2c&&(0x0,_0x10d682['jsxs'])(_0x3b36df(0x192),{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x328))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b['Select'],{'className':_0x3b36df(0x5b3),'value':typeof _0x43ccba==_0x3b36df(0x539)?String(_0x43ccba):'','options':_0x44323e||[],'onChange':_0x4b8410=>_0x3ded05(Number(_0x4b8410))})]}),(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'children':[!_0x33bafa&&!_0x300ffc&&!_0x18d168&&!_0x272ac3&&!_0x5abb2c&&(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x10d682['Fragment'],{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x408))}),(0x0,_0x10d682['jsxs'])(_0x3b36df(0x192),{'className':_0x3b36df(0x478),'children':[_0x288e61==null?void 0x0:_0x288e61[_0x3b36df(0x579)]((_0x175662,_0xc28064)=>(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'className':'univer-mb-2\x20univer-flex\x20univer-items-center','children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x175662),'options':_0x38c15d,'onChange':_0x3581f3=>{const _0x414501=_0x3b36df;_0x288e61[_0xc28064]=Number(_0x3581f3),_0x5d9e90(_0x288e61[_0x414501(0x219)]());}}),(0x0,_0x10d682[_0x3b36df(0x541)])('div',{'className':_0x3b36df(0x565),'onClick':()=>_0x5df3fb(_0xc28064),'children':(0x0,_0x10d682[_0x3b36df(0x541)])(_0xb882f5,{})})]},_0xc28064)),_0x3c52cb&&_0x38c15d&&!_0x18d168&&!_0x272ac3&&!_0x5abb2c&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0xf6)],{'className':_0x3b36df(0x459),'items':_0x38c15d['map'](_0x475b36=>({'type':_0x3b36df(0x244),'children':_0x475b36[_0x3b36df(0x3d6)],'onSelect':()=>{const _0x59b675=_0x3b36df;_0x5d9e90([..._0x288e61||[],Number(_0x475b36[_0x59b675(0x292)])]);}})),'children':(0x0,_0x10d682[_0x3b36df(0xd8)])('a',{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x2bb397,{'className':_0x3b36df(0x2ad)}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x351),{'className':_0x3b36df(0x5d9),'children':_0x19fdce['t'](_0x3b36df(0x1fb))})]})})]})]}),_0x2e5fc9&&!_0x33bafa&&!_0x300ffc&&!_0x18d168&&!_0x272ac3&&!_0x5abb2c&&(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x10d682[_0x3b36df(0x40d)],{'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x108))}),(0x0,_0x10d682[_0x3b36df(0xd8)])('div',{'className':_0x3b36df(0x478),'children':[_0x18660e==null?void 0x0:_0x18660e[_0x3b36df(0x579)]((_0x17d54e,_0xae0ab4)=>(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'className':_0x3b36df(0x49e),'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x4de)],{'className':_0x3b36df(0x5b3),'value':String(_0x17d54e['name']),'options':_0x38c15d,'onChange':_0x393401=>{_0x40efe1(_0xae0ab4,Number(_0x393401)-0x1);}}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':_0x3b36df(0x565),'onClick':()=>_0x322604(_0xae0ab4),'children':(0x0,_0x10d682[_0x3b36df(0x541)])(_0xb882f5,{})})]},_0xae0ab4)),_0x2e5fc9&&_0x38c15d&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0xf6)],{'className':'univer-w-[--radix-popper-anchor-width]','items':_0x38c15d['map'](_0x270e6=>({'type':_0x3b36df(0x244),'children':_0x270e6['label'],'onSelect':()=>{const _0x23f36a=_0x3b36df;let _0x2490e9={'seriesIndex':Number(_0x270e6[_0x23f36a(0x292)])-0x1,'type':_0x446a4a['ChartTrendlineType'][_0x23f36a(0x135)],'name':_0x19fdce['t'](_0x23f36a(0x120))+'-'+_0x19fdce['t']('sheets-chart-ui.trendline.name')+'-('+_0x270e6[_0x23f36a(0x3d6)]+')'};_0x324b12([..._0x18660e||[],_0x2490e9]);}})),'children':(0x0,_0x10d682['jsxs'])('a',{'className':_0x3b36df(0x59c),'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x2bb397,{'className':'univer-text-xs'}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x351),{'className':_0x3b36df(0x5d9),'children':_0x19fdce['t']('sheets-chart-ui.trendline.addTrendLine')})]})})]})]}),_0x272ac3&&(0x0,_0x10d682[_0x3b36df(0xd8)])('div',{'className':_0x3b36df(0x478),'children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x1ee8a7,{'title':_0x19fdce['t']('sheets-chart-ui.visualMapScope')}),(0x0,_0x10d682['jsxs'])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':_0x3b36df(0x53c),'children':_0x19fdce['t'](_0x3b36df(0x3de))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x498)],{'value':_0x15016e==null?void 0x0:_0x15016e,'onChange':_0x237932=>{const _0x4dd70b=_0x3b36df;_0x3d2fa9['setContextValue'](_0x1dcecb[_0x4dd70b(0x501)],!0x1),_0x43da0b(Number[_0x4dd70b(0x1e8)](_0x237932)?null:Number(_0x237932));},'onFocus':()=>_0x3d2fa9[_0x3b36df(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x351015=>{const _0x344d16=_0x3b36df;_0x3d2fa9[_0x344d16(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x1);let _0x51a273=_0x351015[_0x344d16(0x3b7)]['value'];_0x43da0b(_0x51a273===''?null:Number(_0x51a273));},'onPressEnter':_0xcf4e15=>{const _0x176768=_0x3b36df;let _0x3567d0=_0xcf4e15[_0x176768(0x3b7)][_0x176768(0x292)];_0x43da0b(_0x3567d0===''?null:Number(_0x3567d0));}})]}),(0x0,_0x10d682[_0x3b36df(0xd8)])('div',{'className':'univer-mt-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682[_0x3b36df(0x541)])('div',{'className':_0x3b36df(0x53c),'children':_0x19fdce['t'](_0x3b36df(0x302))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x498)],{'value':_0x523dc7==null?void 0x0:_0x523dc7,'onChange':_0x5936f2=>{const _0x286ae0=_0x3b36df;_0x3d2fa9['setContextValue'](_0x1dcecb[_0x286ae0(0x501)],!0x1),_0x5f1ac4(Number['isNaN'](_0x5936f2)?null:Number(_0x5936f2));},'onFocus':()=>_0x3d2fa9[_0x3b36df(0x526)](_0x1dcecb[_0x3b36df(0x501)],!0x0),'onBlur':_0x126460=>{const _0x5c8894=_0x3b36df;_0x3d2fa9[_0x5c8894(0x526)](_0x1dcecb[_0x5c8894(0x501)],!0x1);let _0x5a6bb7=_0x126460[_0x5c8894(0x3b7)]['value'];_0x5f1ac4(_0x5a6bb7===''?null:Number(_0x5a6bb7));},'onPressEnter':_0x23d506=>{const _0x308baa=_0x3b36df;let _0x311e43=_0x23d506[_0x308baa(0x3b7)]['value'];_0x5f1ac4(_0x311e43===''?null:Number(_0x311e43));}})]})]}),_0x33bafa&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x585b6b,{'service':_0xc3306e}),!_0x300ffc&&!_0x18d168&&!_0x272ac3&&!_0x5abb2c&&(0x0,_0x10d682[_0x3b36df(0x541)])('div',{'className':_0x3b36df(0x114),'children':(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b['Button'],{'className':'','size':_0x3b36df(0x1f4),'onClick':()=>{const _0x35cba4=_0x3b36df;_0x35a1b2(_0x21b63a===_0x446a4a['DataOrientation'][_0x35cba4(0x583)]?_0x446a4a['DataOrientation'][_0x35cba4(0x58e)]:_0x446a4a['DataOrientation']['Row']);},'children':_0x19fdce['t'](_0x3b36df(0x2b5))})}),_0x4a3595&&(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':_0x3b36df(0x114),'children':(0x0,_0x10d682['jsx'])(_0x569e6b['Checkbox'],{'checked':_0xe4c92d,'onChange':_0x222cf0=>{_0x2afeeb(!!_0x222cf0);},'children':_0x19fdce['t'](_0x3b36df(0x115),(_0x21b63a||'')+'\x20'+(((_0x1b36e8=_0x21b63a===_0x446a4a[_0x3b36df(0x167)][_0x3b36df(0x583)]?_0x140862==null?void 0x0:_0x140862['rangeInfo'][_0x3b36df(0x3ce)]['startRow']:_0x140862==null?void 0x0:_0x140862[_0x3b36df(0x4d8)]['range'][_0x3b36df(0x321)])==null?0x0:_0x1b36e8)+0x1))})})]}),_0x223684&&(0x0,_0x10d682[_0x3b36df(0xd8)])(_0x3b36df(0x192),{'children':[(0x0,_0x10d682['jsx'])(_0x1ee8a7,{'title':_0x19fdce['t'](_0x3b36df(0x586))}),(0x0,_0x10d682[_0x3b36df(0x541)])(_0x3b36df(0x192),{'className':_0x3b36df(0x478),'children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0x3b36df(0x4bb)],{'value':_0x4c9caf==null?_0x446a4a[_0x3b36df(0x5f7)][_0x3b36df(0x124)]:_0x4c9caf,'onChange':_0x31ba21=>_0x365bfe(_0x31ba21),'className':_0x3b36df(0x510),'children':_0x3d45ed[_0x3b36df(0x579)](_0x5ca3c4=>(0x0,_0x10d682[_0x3b36df(0x541)])(_0x569e6b[_0x3b36df(0x24d)],{'value':_0x5ca3c4['value'],'children':_0x5ca3c4[_0x3b36df(0x3d6)]},_0x5ca3c4[_0x3b36df(0x292)]))})})]})]});},_0x35d1f2=_0xf01d36=>{const _0x302831=_0x9fa3c0;let {color:_0x5b28b2,onChange:_0x436be1}=_0xf01d36,[_0x5f3ffd,_0x3856fd]=(0x0,_0x543d91[_0x302831(0x56a)])(!0x1),_0x15ef8f=(0x0,_0x591c64['useDependency'])(_0x1dcecb['LocaleService']),_0x40a274=_0x5b28b2==='transparent'||_0x5b28b2==null,_0x3a6ba0=(0x0,_0x543d91[_0x302831(0x1cd)])(_0x1e165e=>{_0x436be1==null||_0x436be1(_0x1e165e),_0x3856fd(!0x1);},[_0x436be1]);return(0x0,_0x10d682[_0x302831(0x541)])(_0x569e6b[_0x302831(0x364)],{'overlay':(0x0,_0x10d682[_0x302831(0xd8)])(_0x302831(0x192),{'className':_0x302831(0x5ce),'children':[(0x0,_0x10d682[_0x302831(0x541)])(_0x569e6b[_0x302831(0x281)],{'className':_0x302831(0x349),'onClick':()=>_0x3a6ba0(null),'children':_0x15ef8f['t'](_0x302831(0x538))}),(0x0,_0x10d682[_0x302831(0x541)])(_0x569e6b[_0x302831(0x52a)],{'value':_0x40a274?_0x302831(0xc7):_0x5b28b2,'onChange':_0x3a6ba0})]}),'open':_0x5f3ffd,'onOpenChange':_0x3856fd,'children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0x302831(0x281)],{'className':_0x302831(0x575),'children':(0x0,_0x10d682['jsxs'])(_0x302831(0x192),{'className':_0x302831(0x3d8),'children':[_0x40a274?(0x0,_0x10d682[_0x302831(0x541)])(_0x302831(0x192),{'className':_0x302831(0x456),'children':_0x15ef8f['t'](_0x302831(0x236))}):(0x0,_0x10d682[_0x302831(0x541)])(_0x302831(0x192),{'className':(0x0,_0x569e6b[_0x302831(0x48d)])(_0x302831(0xd1),_0x569e6b[_0x302831(0x5a0)]),'style':{'backgroundColor':_0x5b28b2}}),(0x0,_0x10d682[_0x302831(0x541)])(_0x322e9c,{'className':(0x0,_0x569e6b[_0x302831(0x48d)])('univer-ml-2\x20univer-transition-transform',{'univer-rotate-180':_0x5f3ffd})})]})})});},_0x48dc71=_0x1aa662=>{const _0x3f880f=_0x9fa3c0;let {value:_0x3e8008,menus:_0x3cd530,onSelect:_0xbeeccc,children:_0x6b998}=_0x1aa662,[_0x151fd0,_0x43a26c]=(0x0,_0x543d91[_0x3f880f(0x56a)])(!0x1);return(0x0,_0x10d682['jsx'])(_0x569e6b['DropdownMenu'],{'items':[{'type':_0x3f880f(0x5d2),'value':_0x3e8008[_0x3f880f(0x3cb)](),'options':_0x3cd530,'onSelect':_0x1dd32a=>_0xbeeccc==null?void 0x0:_0xbeeccc(_0x1dd32a)}],'open':_0x151fd0,'onOpenChange':_0x43a26c,'children':typeof _0x6b998=='function'?_0x6b998(_0x151fd0):_0x6b998});},_0x36f8cf=_0x41dee7=>{const _0x5d5b26=_0x9fa3c0;var _0x1d9669;let {className:_0x1e1996,fontSize:_0x78952f=_0x446a4a[_0x5d5b26(0x5f7)][_0x5d5b26(0x347)][_0x5d5b26(0x30c)],color:_0x3005b7,bold:_0x15bf86,italic:_0x5d26d5,align:_0x1cc48e,alignControl:_0x78cd0c=!0x1,onChange:_0x40218a}=_0x41dee7,_0x378b97=_0x58ed8c((0x0,_0x591c64[_0x5d5b26(0x4a8)])(_0x1dcecb['LocaleService']),_0x1cea45),[_0x5b5332,_0x2fc318]=(0x0,_0x543d91['useState'])(!0x1);return(0x0,_0x10d682[_0x5d5b26(0xd8)])(_0x5d5b26(0x192),{'className':(0x0,_0x569e6b[_0x5d5b26(0x48d)])(_0x5d5b26(0x17f),_0x569e6b[_0x5d5b26(0x5a0)],_0x1e1996),'children':[(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x48dc71,{'value':_0x78952f[_0x5d5b26(0x3cb)](),'menus':_0x472c95[_0x5d5b26(0x579)](_0x23bb30=>({..._0x23bb30})),'onSelect':_0x38e36=>_0x40218a==null?void 0x0:_0x40218a(_0x5d5b26(0x3f0),Number(_0x38e36)),'children':_0x11b385=>(0x0,_0x10d682[_0x5d5b26(0xd8)])(_0x5d5b26(0x192),{'className':'univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1\x20univer-rounded-sm\x20univer-px-1.5\x20univer-py-1','children':[(0x0,_0x10d682['jsx'])(_0x5d5b26(0x351),{'children':_0x78952f}),(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x322e9c,{'className':(0x0,_0x569e6b[_0x5d5b26(0x48d)])('univer-transition-transform\x20univer-duration-300',{'univer-rotate-180':_0x11b385})})]})}),(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x569e6b[_0x5d5b26(0x364)],{'overlay':(0x0,_0x10d682['jsx'])(_0x5d5b26(0x192),{'className':'univer-p-1.5\x20univer-text-xs','children':(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x569e6b[_0x5d5b26(0x52a)],{'value':_0x3005b7,'onChange':_0x156eca=>_0x40218a==null?void 0x0:_0x40218a(_0x5d5b26(0x36b),_0x156eca)})}),'open':_0x5b5332,'onOpenChange':_0x2fc318,'children':(0x0,_0x10d682[_0x5d5b26(0xd8)])(_0x5d5b26(0x192),{'className':_0x5d5b26(0x2f7),'children':[(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x560a6c,{'className':_0x5d5b26(0x445),'extend':{'colorChannel1':_0x3005b7==null?_0x446a4a['defaultChartConfig'][_0x5d5b26(0x347)][_0x5d5b26(0x36b)]:_0x3005b7}}),(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x322e9c,{'className':(0x0,_0x569e6b[_0x5d5b26(0x48d)])(_0x5d5b26(0x595),{'univer-rotate-180':_0x5b5332})})]})}),_0x78cd0c&&(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x48dc71,{'value':(_0x1d9669=_0x1cc48e==null?void 0x0:_0x1cc48e[_0x5d5b26(0x3cb)]())==null?'':_0x1d9669,'menus':_0x378b97[_0x5d5b26(0x579)](_0x45d057=>({..._0x45d057})),'onSelect':_0xbc7621=>_0x40218a==null?void 0x0:_0x40218a(_0x5d5b26(0x2bf),_0xbc7621),'children':(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x5d5b26(0x192),{'className':_0x5d5b26(0x11d),'children':(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x2856f5,{})})}),(0x0,_0x10d682['jsx'])(_0x5d5b26(0x192),{'onClick':()=>_0x40218a==null?void 0x0:_0x40218a(_0x5d5b26(0x47d),!_0x15bf86),'className':(0x0,_0x569e6b[_0x5d5b26(0x48d)])(_0x5d5b26(0x11d),{'univer-bg-gray-50\x20univer-text-primary-600':_0x15bf86}),'children':(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x4bf713,{})}),(0x0,_0x10d682['jsx'])(_0x5d5b26(0x192),{'onClick':()=>_0x40218a==null?void 0x0:_0x40218a(_0x5d5b26(0x490),!_0x5d26d5),'className':(0x0,_0x569e6b['clsx'])(_0x5d5b26(0x11d),{'univer-bg-gray-50\x20univer-text-primary-600':_0x5d26d5}),'children':(0x0,_0x10d682[_0x5d5b26(0x541)])(_0x28e752,{})})]});};function _0x398c04(_0x22b298){const _0x42175e=_0x9fa3c0;return!Number[_0x42175e(0x1e8)](_0x22b298)&&Number[_0x42175e(0x133)](_0x22b298);}let _0x4b80b4=_0x1c9346=>{const _0x2c9ca4=_0x9fa3c0;var _0x494f57,_0x5d4c1b,_0x4c02bc,_0x88aad2,_0x5d72e4,_0x115945,_0x6a0c40,_0x277957,_0x180954,_0x260bbd;let {valueAxis:_0x45a844,axisOptions:_0x198fe9,onChange:_0x390122,canUseDateAxis:_0x24c68a,sheetsChartUIService:_0xca7749}=_0x1c9346,_0x376e5d=(0x0,_0x591c64[_0x2c9ca4(0x4a8)])(_0x1dcecb[_0x2c9ca4(0x5fd)]),[_0x52afc0,_0x41a0c1]=(0x0,_0x543d91['useState'])(_0x198fe9==null?void 0x0:_0x198fe9[_0x2c9ca4(0x11f)]),[_0x5a5f0f,_0x486e83]=(0x0,_0x543d91[_0x2c9ca4(0x56a)])(_0x198fe9==null?void 0x0:_0x198fe9['min']),_0x10f4ed=(0x0,_0x591c64[_0x2c9ca4(0x4a8)])(_0x1dcecb[_0x2c9ca4(0x2f5)]),[_0x5c1fad,_0x2ef575]=_0x57fa09(_0x2c9ca4(0x1d3),_0xca7749,!0x1),_0x438c02=_0x47d496=>{if(_0x47d496!==null&&!_0x398c04(_0x47d496)){_0x390122==null||_0x390122({'min':null}),_0x486e83(null);return;}_0x47d496==null?(_0x486e83(null),_0x390122==null||_0x390122({'min':null})):(_0x486e83(_0x47d496),_0x52afc0!=null&&_0x47d496>=_0x52afc0?(_0x41a0c1(null),_0x390122==null||_0x390122({'min':_0x47d496,'max':null})):_0x390122==null||_0x390122({'min':_0x47d496}));},_0x25f295=_0x2d854f=>{if(_0x2d854f!==null&&!_0x398c04(_0x2d854f)){_0x390122==null||_0x390122({'max':null}),_0x41a0c1(null);return;}_0x2d854f==null?(_0x41a0c1(null),_0x390122==null||_0x390122({'max':null})):(_0x41a0c1(_0x2d854f),_0x5a5f0f!=null&&_0x2d854f<=_0x5a5f0f?(_0x486e83(null),_0x390122==null||_0x390122({'max':_0x2d854f,'min':null})):_0x390122==null||_0x390122({'max':_0x2d854f}));},_0x102388=(_0x494f57=_0x198fe9==null||(_0x5d4c1b=_0x198fe9[_0x2c9ca4(0x3d6)])==null?void 0x0:_0x5d4c1b[_0x2c9ca4(0x1ae)])==null?_0x5c1fad?_0x446a4a[_0x2c9ca4(0x5f7)]['axis'][_0x2c9ca4(0x289)]:0x0:_0x494f57;return(0x0,_0x10d682[_0x2c9ca4(0xd8)])(_0x2c9ca4(0x1d8),{'children':[(0x0,_0x10d682[_0x2c9ca4(0x541)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x376e5d['t'](_0x2c9ca4(0x60b))}),(0x0,_0x10d682[_0x2c9ca4(0xd8)])(_0x2c9ca4(0x192),{'className':_0x2c9ca4(0x30e),'children':[(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x2c9ca4(0x192),{'className':_0x2c9ca4(0x333),'children':(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b[_0x2c9ca4(0x5bc)],{'checked':(_0x4c02bc=_0x198fe9==null||(_0x88aad2=_0x198fe9[_0x2c9ca4(0x3d6)])==null?void 0x0:_0x88aad2['visible'])==null?_0x446a4a[_0x2c9ca4(0x5f7)][_0x2c9ca4(0x600)]['labelVisible']:_0x4c02bc,'onChange':_0x396996=>_0x390122==null?void 0x0:_0x390122({'label':{'visible':!!_0x396996}}),'children':_0x376e5d['t']('sheets-chart-ui.styleEditPanel.showLabels')})}),!_0x45a844&&(0x0,_0x10d682[_0x2c9ca4(0xd8)])('div',{'className':_0x2c9ca4(0x333),'children':[(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b[_0x2c9ca4(0x5bc)],{'checked':(_0x5d72e4=_0x198fe9==null?void 0x0:_0x198fe9['reverse'])==null?_0x446a4a[_0x2c9ca4(0x5f7)]['axis']['reverse']:_0x5d72e4,'onChange':_0x5665e0=>_0x390122==null?void 0x0:_0x390122({'reverse':!!_0x5665e0}),'children':_0x376e5d['t'](_0x2c9ca4(0xd3))}),'\x20']})]}),(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b[_0x2c9ca4(0x5bc)],{'className':_0x2c9ca4(0x478),'checked':(_0x115945=_0x198fe9==null?void 0x0:_0x198fe9[_0x2c9ca4(0x36e)])==null?!0x1:_0x115945,'onChange':_0x8022df=>_0x390122==null?void 0x0:_0x390122({'lineVisible':!!_0x8022df}),'children':_0x376e5d['t']('sheets-chart-ui.styleEditPanel.showAxisLine')}),(0x0,_0x10d682['jsx'])(_0x2c9ca4(0x192),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x36f8cf,{'className':_0x2c9ca4(0x478),..._0x198fe9==null?void 0x0:_0x198fe9[_0x2c9ca4(0x3d6)],'fontSize':(_0x6a0c40=_0x198fe9==null||(_0x277957=_0x198fe9['label'])==null?void 0x0:_0x277957[_0x2c9ca4(0x3f0)])==null?_0x446a4a[_0x2c9ca4(0x5f7)][_0x2c9ca4(0x347)][_0x2c9ca4(0x3f0)]:_0x6a0c40,'color':(_0x180954=_0x198fe9==null||(_0x260bbd=_0x198fe9[_0x2c9ca4(0x3d6)])==null?void 0x0:_0x260bbd[_0x2c9ca4(0x36b)])==null?_0x446a4a[_0x2c9ca4(0x5f7)]['textStyle'][_0x2c9ca4(0x36b)]:_0x180954,'onChange':(_0x53422f,_0x123b39)=>_0x390122==null?void 0x0:_0x390122({'label':{[_0x53422f]:_0x123b39}})})}),_0x24c68a&&(0x0,_0x10d682['jsx'])(_0x2c9ca4(0x192),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b[_0x2c9ca4(0x5bc)],{'checked':!!_0x5c1fad,'onChange':_0x1611d0=>_0x2ef575==null?void 0x0:_0x2ef575(!!_0x1611d0),'children':(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b[_0x2c9ca4(0x209)],{'title':_0x376e5d['t']('sheets-chart-ui.styleEditPanel.dateAxisTips'),'children':(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x2c9ca4(0x351),{'children':_0x376e5d['t']('sheets-chart-ui.styleEditPanel.useDateAxis')})})})}),(0x0,_0x10d682[_0x2c9ca4(0xd8)])(_0x2c9ca4(0x192),{'className':_0x2c9ca4(0x30e),'children':[(0x0,_0x10d682[_0x2c9ca4(0x541)])('div',{'className':_0x2c9ca4(0x53c),'children':_0x376e5d['t']('sheets-chart-ui.styleEditPanel.labelRotate')}),(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b[_0x2c9ca4(0x4de)],{'className':'!univer-min-w-0\x20univer-flex-1','value':String(_0x102388),'onChange':_0x5e8ff6=>_0x390122==null?void 0x0:_0x390122({'label':{'rotate':Number(_0x5e8ff6)}}),'options':_0x7a2bb4})]}),_0x45a844&&(0x0,_0x10d682[_0x2c9ca4(0xd8)])(_0x2c9ca4(0x192),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x10d682[_0x2c9ca4(0xd8)])(_0x2c9ca4(0x192),{'className':_0x2c9ca4(0x333),'children':[(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x2c9ca4(0x192),{'className':_0x2c9ca4(0x53c),'children':_0x376e5d['t'](_0x2c9ca4(0x3de))}),(0x0,_0x10d682[_0x2c9ca4(0x541)])(_0x569e6b['InputNumber'],{'value':_0x5a5f0f,'onChange':_0x4bc623=>{const _0x12a8d2=_0x2c9ca4;_0x486e83(_0x4bc623),_0x10f4ed[_0x12a8d2(0x526)](_0x1dcecb[_0x12a8d2(0x501)],!0x1),_0x438c02(Number['isNaN'](_0x4bc623)?null:Number(_0x4bc623));},'onFocus':()=>_0x10f4ed[_0x2c9ca4(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x11c213=>{const _0x40983b=_0x2c9ca4;_0x10f4ed[_0x40983b(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x1);let _0x54cfbf=_0x11c213[_0x40983b(0x3b7)][_0x40983b(0x292)];_0x438c02(_0x54cfbf===''?null:Number(_0x54cfbf));},'onPressEnter':_0x2f65db=>{let _0x1ebd60=_0x2f65db['target']['value'];_0x438c02(_0x1ebd60===''?null:Number(_0x1ebd60));}})]}),(0x0,_0x10d682[_0x2c9ca4(0xd8)])('div',{'className':_0x2c9ca4(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x2c9ca4(0x192),{'className':_0x2c9ca4(0x53c),'children':_0x376e5d['t'](_0x2c9ca4(0x302))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x2c9ca4(0x498)],{'value':_0x52afc0,'onChange':_0x13bb08=>{const _0x19330c=_0x2c9ca4;_0x41a0c1(_0x13bb08),_0x10f4ed[_0x19330c(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x1),_0x25f295(Number[_0x19330c(0x1e8)](_0x13bb08)?null:Number(_0x13bb08));},'onFocus':()=>_0x10f4ed[_0x2c9ca4(0x526)](_0x1dcecb[_0x2c9ca4(0x501)],!0x0),'onBlur':_0x58829b=>{const _0x86f074=_0x2c9ca4;_0x10f4ed['setContextValue'](_0x1dcecb[_0x86f074(0x501)],!0x1);let _0x1def2f=_0x58829b['target'][_0x86f074(0x292)];_0x25f295(_0x1def2f===''?null:Number(_0x1def2f));},'onPressEnter':_0x2f6f18=>{const _0xdc9a48=_0x2c9ca4;let _0x5bc42f=_0x2f6f18[_0xdc9a48(0x3b7)][_0xdc9a48(0x292)];_0x25f295(_0x5bc42f===''?null:Number(_0x5bc42f));}})]})]})]});},_0x3d6210=_0x5ed8a3=>{const _0x23ff0f=_0x9fa3c0;var _0x602142,_0x43a769,_0xf3b674,_0x1af3c2;let {runtimeAxes:_0x54daf9,service:_0x29c5f4,className:_0x11b000}=_0x5ed8a3,_0x5c5490=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x23ff0f(0x5fd)]),_0x4a26f2=_0x58ed8c(_0x5c5490,(0x0,_0x543d91[_0x23ff0f(0x4d1)])(()=>_0x11e3ce[_0x23ff0f(0x411)](_0x4f2033=>{const _0x28aaee=_0x23ff0f;let _0x14967c=_0x54daf9==null?void 0x0:_0x54daf9[_0x28aaee(0x237)](_0x2956fb=>_0x2956fb[_0x28aaee(0x3c0)]===_0x446a4a[_0x28aaee(0x3b6)][_0x28aaee(0x5c6)]);return _0x4f2033[_0x28aaee(0x292)]==='rightYAxis'?_0x14967c:!0x0;}),[_0x54daf9])),_0x485490=(0x0,_0x543d91[_0x23ff0f(0x4d1)])(()=>_0x54daf9==null?void 0x0:_0x54daf9[_0x23ff0f(0x57f)](_0x494401=>_0x494401[_0x23ff0f(0x163)]===_0x446a4a[_0x23ff0f(0x4a4)][_0x23ff0f(0x12c)]),[_0x54daf9]),[_0x45b1a9,_0x78f803]=(0x0,_0x543d91['useState'])(_0x11e3ce[0x0][_0x23ff0f(0x292)]),[_0x13910e,_0x2dd705]=_0x57fa09(_0x23ff0f(0x2a5),_0x29c5f4),[_0x26f291,_0x4f36ba]=_0x57fa09(_0x23ff0f(0x239),_0x29c5f4),[_0x4bcb6a,_0x4bbdaf]=_0x57fa09(_0x23ff0f(0x36c),_0x29c5f4),_0x1887cb={'xAxis':_0x13910e,'yAxis':_0x26f291,'rightYAxis':_0x4bcb6a}[_0x45b1a9],_0x101d5d={'xAxis':_0x2dd705,'yAxis':_0x4f36ba,'rightYAxis':_0x4bbdaf}[_0x45b1a9],_0x34a85f={'xAxis':_0x23ff0f(0x1ad),'yAxis':_0x23ff0f(0x339),'rightYAxis':_0x23ff0f(0x5a4)}[_0x45b1a9],_0x56ab2c=_0x1887cb==null?void 0x0:_0x1887cb[_0x23ff0f(0x1f5)],_0x5b8ed0=_0x1887cb==null?void 0x0:_0x1887cb[_0x23ff0f(0x13c)],_0x414d79=(0x0,_0x543d91['useCallback'])(_0x363309=>{_0x101d5d==null||_0x101d5d({'gridLine':_0x363309});},[_0x101d5d]),{visible:_0x4716c4,color:_0x20a5b0,width:_0x495b1c}=_0x5b8ed0==null?{}:_0x5b8ed0,_0x2e85b4=_0x4716c4==null?(_0x485490==null?void 0x0:_0x485490[_0x23ff0f(0x3c0)])===_0x34a85f:_0x4716c4,_0x21b766=_0x58ed8c(_0x5c5490,_0x5afff1),_0x2c7a99=(0x0,_0x543d91[_0x23ff0f(0x4d1)])(()=>(_0x5b89e9[_0x23ff0f(0x3d6)]=_0x5c5490['t'](_0x5b89e9[_0x23ff0f(0x3d6)]),[_0x5b89e9,..._0x53b114]),[_0x5c5490]),_0x45525c=(0x0,_0x543d91[_0x23ff0f(0x4d1)])(()=>(_0x5b89e9[_0x23ff0f(0x3d6)]=_0x5c5490['t'](_0x5b89e9[_0x23ff0f(0x3d6)]),[_0x5b89e9,..._0x19e844]),[_0x5c5490]);return(0x0,_0x10d682[_0x23ff0f(0xd8)])('div',{'className':_0x11b000,'children':[(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x23ff0f(0x192),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x569e6b[_0x23ff0f(0x4de)],{'className':_0x23ff0f(0x5b3),'options':_0x4a26f2,'value':_0x45b1a9,'onChange':_0x78f803})}),(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x30e),'children':(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x569e6b[_0x23ff0f(0x5bc)],{'checked':_0x2e85b4,'onChange':_0x40076f=>_0x414d79==null?void 0x0:_0x414d79({'visible':!!_0x40076f}),'children':_0x5c5490['t'](_0x23ff0f(0x174))})})}),_0x2e85b4&&(0x0,_0x10d682['jsxs'])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x30e),'children':[(0x0,_0x10d682[_0x23ff0f(0xd8)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':[(0x0,_0x10d682['jsxs'])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x53c),'children':[_0x5c5490['t']('sheets-chart-ui.gridlines.text'),_0x5c5490['t'](_0x23ff0f(0x560))]}),(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x35d1f2,{'color':_0x20a5b0,'onChange':_0x36e192=>_0x414d79==null?void 0x0:_0x414d79({'color':_0x36e192==null?void 0x0:_0x36e192})})]}),(0x0,_0x10d682[_0x23ff0f(0xd8)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':[(0x0,_0x10d682[_0x23ff0f(0x541)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5c5490['t'](_0x23ff0f(0x4f7),_0x5c5490['t'](_0x23ff0f(0x2bc)))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x23ff0f(0x4de)],{'className':_0x23ff0f(0x5b3),'value':String(_0x495b1c==null?'':_0x495b1c),'onChange':_0x1efaf4=>_0x414d79==null?void 0x0:_0x414d79({'width':Number(_0x1efaf4)}),'options':_0x38dd9a})]})]}),(0x0,_0x10d682['jsxs'])(_0x23ff0f(0x192),{'children':[(0x0,_0x10d682['jsx'])('div',{'children':(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x569e6b[_0x23ff0f(0x5bc)],{'checked':_0x56ab2c==null?void 0x0:_0x56ab2c[_0x23ff0f(0x536)],'onChange':_0x44f853=>_0x101d5d==null?void 0x0:_0x101d5d({'tick':{'visible':!!_0x44f853}}),'children':_0x5c5490['t'](_0x23ff0f(0x40b))})}),(0x0,_0x10d682['jsxs'])(_0x23ff0f(0x192),{'children':[(0x0,_0x10d682[_0x23ff0f(0xd8)])('div',{'className':_0x23ff0f(0x30e),'children':[(0x0,_0x10d682[_0x23ff0f(0xd8)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x53c),'children':_0x5c5490['t'](_0x23ff0f(0x301))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x23ff0f(0x4de)],{'className':_0x23ff0f(0x5b3),'value':(_0x602142=_0x56ab2c==null?void 0x0:_0x56ab2c[_0x23ff0f(0x3c0)])==null?_0x446a4a[_0x23ff0f(0x14e)]['Outside']:_0x602142,'options':_0x21b766,'onChange':_0xeb9bf7=>_0x101d5d==null?void 0x0:_0x101d5d({'tick':{'position':_0xeb9bf7}})})]}),(0x0,_0x10d682[_0x23ff0f(0xd8)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':[(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x53c),'children':_0x5c5490['t']('sheets-chart-ui.ticks.tickLength')}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x23ff0f(0x4de)],{'className':_0x23ff0f(0x5b3),'value':String((_0x43a769=_0x56ab2c==null?void 0x0:_0x56ab2c[_0x23ff0f(0x11c)])==null?_0x5b89e9[_0x23ff0f(0x292)]:_0x43a769),'options':_0x2c7a99,'onChange':_0x583fb5=>_0x101d5d==null?void 0x0:_0x101d5d({'tick':{'length':_0x583fb5===_0x5b89e9[_0x23ff0f(0x292)]?void 0x0:Number(_0x583fb5)}})})]})]}),(0x0,_0x10d682[_0x23ff0f(0xd8)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x30e),'children':[(0x0,_0x10d682['jsxs'])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':[(0x0,_0x10d682['jsx'])('div',{'className':_0x23ff0f(0x53c),'children':_0x5c5490['t'](_0x23ff0f(0x4f7),_0x5c5490['t'](_0x23ff0f(0x2a4)))}),(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x569e6b[_0x23ff0f(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0xf3b674=_0x56ab2c==null?void 0x0:_0x56ab2c[_0x23ff0f(0x21d)])==null?_0x5b89e9[_0x23ff0f(0x292)]:_0xf3b674),'options':_0x45525c,'onChange':_0x3d101b=>_0x101d5d==null?void 0x0:_0x101d5d({'tick':{'lineWidth':_0x3d101b===_0x5b89e9[_0x23ff0f(0x292)]?void 0x0:Number(_0x3d101b)}})})]}),(0x0,_0x10d682[_0x23ff0f(0xd8)])(_0x23ff0f(0x192),{'className':_0x23ff0f(0x333),'children':[(0x0,_0x10d682[_0x23ff0f(0x541)])('div',{'className':_0x23ff0f(0x53c),'children':_0x5c5490['t']('sheets-chart-ui.withColor',_0x5c5490['t'](_0x23ff0f(0x2a4)))}),(0x0,_0x10d682[_0x23ff0f(0x541)])(_0x35d1f2,{'color':(_0x1af3c2=_0x56ab2c==null?void 0x0:_0x56ab2c[_0x23ff0f(0x2be)])==null?'':_0x1af3c2,'onChange':_0x15bd36=>_0x101d5d==null?void 0x0:_0x101d5d({'tick':{'lineColor':_0x15bd36==null?void 0x0:_0x15bd36}})})]})]})]})]})]});},_0x1eeee1=_0x2681fb=>{const _0x56e8b9=_0x9fa3c0;let {onChange:_0x421e4d,indicatorLabelColor:_0x27971c,indicatorLineType:_0x59df85,indicatorLabelTextColor:_0xf607a7,indicatorLineColor:_0x484e97}=_0x2681fb,_0x298d52=(0x0,_0x591c64[_0x56e8b9(0x4a8)])(_0x1dcecb['LocaleService']),_0x15982f=_0x58ed8c(_0x298d52,_0x278788);return(0x0,_0x10d682['jsxs'])(_0x10d682[_0x56e8b9(0x40d)],{'children':[(0x0,_0x10d682[_0x56e8b9(0xd8)])(_0x56e8b9(0x192),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x10d682[_0x56e8b9(0xd8)])(_0x56e8b9(0x192),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682[_0x56e8b9(0x541)])('div',{'className':_0x56e8b9(0x53c),'children':_0x298d52['t'](_0x56e8b9(0x5b6))}),(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x569e6b['Select'],{'className':_0x56e8b9(0x5b3),'value':_0x59df85,'options':_0x15982f,'onChange':_0x398d2a=>{_0x421e4d==null||_0x421e4d({'indicatorLineType':_0x398d2a});}})]}),(0x0,_0x10d682['jsxs'])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x333),'children':[(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x53c),'children':_0x298d52['t'](_0x56e8b9(0x46e))}),(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x35d1f2,{'color':_0x484e97,'onChange':_0x1d2e97=>{_0x421e4d==null||_0x421e4d({'indicatorLineColor':_0x1d2e97});}})]})]}),(0x0,_0x10d682['jsxs'])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x249),'children':[(0x0,_0x10d682['jsxs'])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x333),'children':[(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x53c),'children':_0x298d52['t']('sheets-chart-ui.indicatorLabel')}),(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x35d1f2,{'color':_0x27971c,'onChange':_0xdc481=>{_0x421e4d==null||_0x421e4d({'indicatorLabelColor':_0xdc481});}})]}),(0x0,_0x10d682[_0x56e8b9(0xd8)])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x333),'children':[(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x56e8b9(0x192),{'className':_0x56e8b9(0x53c),'children':_0x298d52['t'](_0x56e8b9(0x42f))}),(0x0,_0x10d682[_0x56e8b9(0x541)])(_0x35d1f2,{'color':_0xf607a7,'onChange':_0x2fa990=>{_0x421e4d==null||_0x421e4d({'indicatorLabelTextColor':_0x2fa990});}})]})]})]});},_0x5eaae3=new Set([_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x5b5)],_0x446a4a[_0x9fa3c0(0x18e)]['Doughnut'],_0x446a4a[_0x9fa3c0(0x18e)]['AreaPercentStacked'],_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x317)],_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x345)]]),_0x5934fb=_0x24bb5f=>{const _0x2447bb=_0x9fa3c0;var _0x586adc,_0x47c261;let {fallbackLabelStyle:_0x1c8bd7,labelStyle:_0x101202,positionOptions:_0x54df99,contentTypeOptions:_0x4b3c54,onLabelStyleChange:_0x3b02a3,onVisibleChange:_0x56a113,onPadAngleChange:_0x2ab198,isPieLike:_0x53617d,padAngleStyle:_0xf8e344,onHalfPieChange:_0x213558,isHalfPie:_0x2fe173,onRosePieChange:_0x48c524,isRosePie:_0x113106,onShowLabelLineChange:_0x4cdf80,showLabelLine:_0x29d5d9,chartType:_0x3cae1e}=_0x24bb5f,_0x229e9c=(0x0,_0x591c64[_0x2447bb(0x4a8)])(_0x1dcecb[_0x2447bb(0x5fd)]),_0x26bafe={..._0x1c8bd7,..._0x101202},{contentType:_0x5b34d5}=_0x26bafe,_0x16d848=(0x0,_0x543d91[_0x2447bb(0x4d1)])(()=>{const _0x387ecf=_0x2447bb;if(!_0x5b34d5)return[];let _0x4f60c5=_0x3527e2[_0x387ecf(0x411)](_0x515418=>_0x446a4a[_0x387ecf(0x43a)][_0x387ecf(0x3db)](_0x5b34d5,_0x515418)),_0x5c3f86=[];for(let _0x137296 of _0x4f60c5)_0x137296===_0x446a4a[_0x387ecf(0x230)][_0x387ecf(0x53a)]?_0x5eaae3[_0x387ecf(0x3db)](_0x3cae1e)&&_0x5c3f86[_0x387ecf(0x599)](_0x137296):_0x5c3f86[_0x387ecf(0x599)](_0x137296);return _0x5c3f86[_0x387ecf(0x579)](_0x41ba08=>String(_0x41ba08));},[_0x5b34d5]),_0x564d0c=(0x0,_0x543d91[_0x2447bb(0x1cd)])(_0x443756=>{const _0x34e29d=_0x2447bb;let _0x2d276f=_0x443756[_0x34e29d(0x579)](_0xa846d3=>Number(_0xa846d3));if(_0x2d276f[_0x34e29d(0x11c)]<=0x0)return;let _0x3b7465=_0x2d276f['length']>0x0?_0x2d276f['reduce']((_0x577b49,_0x20e6e3)=>_0x577b49|_0x20e6e3):_0x446a4a[_0x34e29d(0x230)][_0x34e29d(0x258)];_0x3b02a3==null||_0x3b02a3(_0x34e29d(0x22e),_0x3b7465);},[_0x3b02a3]);return(0x0,_0x10d682['jsxs'])(_0x2447bb(0x192),{'children':[(0x0,_0x10d682[_0x2447bb(0x541)])(_0x2447bb(0x192),{'className':_0x2447bb(0x53c),'children':(0x0,_0x10d682[_0x2447bb(0x541)])(_0x569e6b['Checkbox'],{'checked':(_0x586adc=_0x26bafe[_0x2447bb(0x536)])==null?!0x1:_0x586adc,'onChange':_0x1eba47=>{_0x56a113==null||_0x56a113(!!_0x1eba47);},'children':_0x229e9c['t']('sheets-chart-ui.styleEditPanel.showDataLabels')})}),_0x53617d&&(0x0,_0x10d682[_0x2447bb(0xd8)])(_0x10d682[_0x2447bb(0x40d)],{'children':[(0x0,_0x10d682[_0x2447bb(0x541)])(_0x2447bb(0x192),{'className':_0x2447bb(0x53c),'children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0x2447bb(0x5bc)],{'checked':_0xf8e344==null?!0x1:_0xf8e344,'onChange':_0x47c0a8=>{_0x2ab198==null||_0x2ab198(!!_0x47c0a8);},'children':_0x229e9c['t'](_0x2447bb(0x245))})}),(0x0,_0x10d682['jsx'])('div',{'className':_0x2447bb(0x53c),'children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0x2447bb(0x5bc)],{'checked':_0x2fe173==null?!0x1:_0x2fe173,'onChange':_0xcf3118=>{_0x213558==null||_0x213558(!!_0xcf3118);},'children':_0x229e9c['t'](_0x2447bb(0x176))})}),(0x0,_0x10d682['jsx'])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x10d682[_0x2447bb(0x541)])(_0x569e6b[_0x2447bb(0x5bc)],{'checked':_0x113106==null?!0x1:_0x113106,'onChange':_0x349808=>{_0x48c524==null||_0x48c524(!!_0x349808);},'children':_0x229e9c['t'](_0x2447bb(0x39b))})}),_0x26bafe['visible']===!0x0&&(0x0,_0x10d682['jsx'])(_0x2447bb(0x192),{'className':_0x2447bb(0x53c),'children':(0x0,_0x10d682[_0x2447bb(0x541)])(_0x569e6b[_0x2447bb(0x5bc)],{'checked':_0x29d5d9==null?!0x1:_0x29d5d9,'onChange':_0x4b71df=>{_0x4cdf80==null||_0x4cdf80(!!_0x4b71df);},'children':_0x229e9c['t']('sheets-chart-ui.styleEditPanel.showLabelLine')})})]}),_0x26bafe[_0x2447bb(0x536)]&&(0x0,_0x10d682['jsxs'])(_0x2447bb(0x192),{'className':'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','children':[(0x0,_0x10d682[_0x2447bb(0x541)])(_0x2447bb(0x192),{'className':_0x2447bb(0x53c),'children':_0x229e9c['t'](_0x2447bb(0x45b))}),(0x0,_0x10d682[_0x2447bb(0x541)])(_0x569e6b['Select'],{'className':_0x2447bb(0x5b3),'value':(_0x47c261=_0x26bafe[_0x2447bb(0x3c0)])==null?'':_0x47c261,'onChange':_0x27badb=>_0x3b02a3==null?void 0x0:_0x3b02a3(_0x2447bb(0x3c0),_0x27badb),'options':_0x54df99}),_0x4b3c54&&(0x0,_0x10d682[_0x2447bb(0xd8)])(_0x10d682['Fragment'],{'children':[(0x0,_0x10d682[_0x2447bb(0x541)])(_0x2447bb(0x192),{'className':_0x2447bb(0x53c),'children':_0x229e9c['t'](_0x2447bb(0x50c))}),(0x0,_0x10d682[_0x2447bb(0x541)])('div',{'className':_0x2447bb(0x379),'children':(0x0,_0x10d682[_0x2447bb(0x541)])(_0x569e6b['MultipleSelect'],{'className':'univer-w-full','value':_0x16d848,'options':_0x4b3c54,'onChange':_0x564d0c})})]}),(0x0,_0x10d682[_0x2447bb(0xd8)])(_0x2447bb(0x192),{'children':[(0x0,_0x10d682[_0x2447bb(0x541)])(_0x2447bb(0x192),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x229e9c['t'](_0x2447bb(0x194))}),(0x0,_0x10d682['jsx'])(_0x36f8cf,{..._0x26bafe,'onChange':_0x3b02a3})]})]})]});},_0xd748f8=_0x56d25c=>{const _0x2a1f4a=_0x9fa3c0;var _0x22351f,_0x435e1d;let {seriesStyle:_0x10d86d,onSeriesStyleChange:_0x45f2cc,controlName:_0x8e791f,allSeriesStyle:_0x58ad75,chartType:_0x389e49}=_0x56d25c,_0x5bf76d=(0x0,_0x591c64[_0x2a1f4a(0x4a8)])(_0x1dcecb[_0x2a1f4a(0x5fd)]),_0x427e66=_0x389e49===_0x446a4a[_0x2a1f4a(0x18e)]['Radar']?_0x446a4a[_0x2a1f4a(0x5f7)][_0x2a1f4a(0x29d)][_0x2a1f4a(0x331)]:_0x446a4a[_0x2a1f4a(0x5f7)][_0x2a1f4a(0x185)][_0x2a1f4a(0x2a2)];return(0x0,_0x10d682[_0x2a1f4a(0xd8)])(_0x2a1f4a(0x192),{'className':_0x2a1f4a(0x249),'children':[(0x0,_0x10d682[_0x2a1f4a(0xd8)])('div',{'className':_0x2a1f4a(0x333),'children':[(0x0,_0x10d682[_0x2a1f4a(0x541)])('div',{'className':_0x2a1f4a(0x53c),'children':_0x5bf76d['t']('sheets-chart-ui.withColor',_0x8e791f)}),(0x0,_0x10d682[_0x2a1f4a(0x541)])(_0x35d1f2,{'color':(_0x10d86d==null?void 0x0:_0x10d86d[_0x2a1f4a(0x36b)])||(_0x58ad75==null?void 0x0:_0x58ad75['color'])||'','onChange':_0x13f3ba=>_0x45f2cc==null?void 0x0:_0x45f2cc({'color':_0x13f3ba})})]}),(0x0,_0x10d682[_0x2a1f4a(0xd8)])(_0x2a1f4a(0x192),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682[_0x2a1f4a(0x541)])(_0x2a1f4a(0x192),{'className':_0x2a1f4a(0x53c),'children':_0x5bf76d['t'](_0x2a1f4a(0x140),_0x8e791f)}),(0x0,_0x10d682[_0x2a1f4a(0x541)])(_0x569e6b[_0x2a1f4a(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x22351f=(_0x435e1d=_0x10d86d==null?void 0x0:_0x10d86d[_0x2a1f4a(0x4ae)])==null?_0x58ad75==null?void 0x0:_0x58ad75[_0x2a1f4a(0x4ae)]:_0x435e1d)==null?_0x427e66:_0x22351f),'options':_0x19fbcf,'onChange':_0x4df574=>_0x45f2cc==null?void 0x0:_0x45f2cc({'fillOpacity':Number(_0x4df574)})})]})]});},_0x2740c8=_0x1e60ca=>{const _0x2cbd20=_0x9fa3c0;var _0xce0f71,_0x21fd47,_0x888faa,_0x1c2156;let {borderStyle:_0x8c4a60,onSeriesStyleChange:_0x4bb162,controlName:_0xc0770f,hideBorder:_0x1dc29f,allSeriesBorderStyle:_0x3b3e4b,isLineOrAreaChart:_0x102f74}=_0x1e60ca,_0x326212=(0x0,_0x591c64[_0x2cbd20(0x4a8)])(_0x1dcecb['LocaleService']),_0x1e7c8f=_0x58ed8c(_0x326212,_0x278788),_0x36e997=_0x102f74?_0x23b044['slice'](0x1):_0x23b044;return(0x0,_0x10d682[_0x2cbd20(0xd8)])(_0x10d682[_0x2cbd20(0x40d)],{'children':[_0x1dc29f&&(0x0,_0x10d682['jsxs'])(_0x2cbd20(0x192),{'className':_0x2cbd20(0x249),'children':[(0x0,_0x10d682[_0x2cbd20(0xd8)])('div',{'className':_0x2cbd20(0x333),'children':[(0x0,_0x10d682[_0x2cbd20(0x541)])(_0x2cbd20(0x192),{'className':_0x2cbd20(0x53c),'children':_0x326212['t'](_0x2cbd20(0x591),_0xc0770f)}),(0x0,_0x10d682[_0x2cbd20(0x541)])(_0x35d1f2,{'color':(_0xce0f71=_0x8c4a60==null?void 0x0:_0x8c4a60['color'])==null?_0x3b3e4b==null?void 0x0:_0x3b3e4b['color']:_0xce0f71,'onChange':_0x2f4ead=>_0x4bb162==null?void 0x0:_0x4bb162({'border':{'color':_0x2f4ead}})})]}),(0x0,_0x10d682['jsxs'])(_0x2cbd20(0x192),{'className':_0x2cbd20(0x333),'children':[(0x0,_0x10d682[_0x2cbd20(0x541)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x326212['t'](_0x2cbd20(0x140),_0xc0770f)}),(0x0,_0x10d682[_0x2cbd20(0x541)])(_0x569e6b[_0x2cbd20(0x4de)],{'className':_0x2cbd20(0x5b3),'value':String((_0x21fd47=_0x8c4a60==null?void 0x0:_0x8c4a60['opacity'])==null?_0x3b3e4b==null?void 0x0:_0x3b3e4b[_0x2cbd20(0x2a2)]:_0x21fd47),'options':_0x19fbcf,'onChange':_0x2591d5=>_0x4bb162==null?void 0x0:_0x4bb162({'border':{'opacity':Number(_0x2591d5)}})})]})]}),(0x0,_0x10d682[_0x2cbd20(0xd8)])(_0x2cbd20(0x192),{'className':_0x2cbd20(0x249),'children':[(0x0,_0x10d682[_0x2cbd20(0xd8)])(_0x2cbd20(0x192),{'className':_0x2cbd20(0x333),'children':[(0x0,_0x10d682[_0x2cbd20(0x541)])(_0x2cbd20(0x192),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x326212['t']('sheets-chart-ui.withType',_0xc0770f)}),(0x0,_0x10d682[_0x2cbd20(0x541)])(_0x569e6b[_0x2cbd20(0x4de)],{'className':_0x2cbd20(0x5b3),'value':(_0x888faa=_0x8c4a60==null?void 0x0:_0x8c4a60[_0x2cbd20(0x3b0)])==null?_0x3b3e4b==null?void 0x0:_0x3b3e4b['dashType']:_0x888faa,'options':_0x1e7c8f,'onChange':_0x3c3990=>_0x4bb162==null?void 0x0:_0x4bb162({'border':{'dashType':_0x3c3990}})})]}),(0x0,_0x10d682['jsxs'])('div',{'className':_0x2cbd20(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x2cbd20(0x192),{'className':_0x2cbd20(0x53c),'children':_0x326212['t'](_0x2cbd20(0x4f7),_0xc0770f)}),(0x0,_0x10d682[_0x2cbd20(0x541)])(_0x569e6b[_0x2cbd20(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x1c2156=_0x8c4a60==null?void 0x0:_0x8c4a60[_0x2cbd20(0x12e)])==null?_0x3b3e4b==null?void 0x0:_0x3b3e4b[_0x2cbd20(0x12e)]:_0x1c2156),'options':_0x36e997,'onChange':_0x39f0cc=>_0x4bb162==null?void 0x0:_0x4bb162({'border':{'width':Number(_0x39f0cc)}})})]})]})]});},_0x46aea7=_0x5e9457=>{const _0x48ecea=_0x9fa3c0;let {pointStyle:_0x3bb8f2,controls:_0x44fadb,onChange:_0x5eee57}=_0x5e9457,_0xb8dd35=(0x0,_0x591c64[_0x48ecea(0x4a8)])(_0x1dcecb[_0x48ecea(0x5fd)]),_0x37cc65=_0x58ed8c(_0xb8dd35,_0x43b02a),_0x3fd9fb=_0x58ed8c(_0xb8dd35,_0x2ad319),_0x10c1e2=_0x44fadb[_0x48ecea(0x579)](_0x289d6a=>{const _0x20bd51=_0x48ecea;switch(_0x289d6a){case _0x20bd51(0x19f):return(0x0,_0x10d682[_0x20bd51(0xd8)])(_0x20bd51(0x192),{'className':_0x20bd51(0x333),'children':[(0x0,_0x10d682[_0x20bd51(0x541)])(_0x20bd51(0x192),{'className':_0x20bd51(0x53c),'children':_0xb8dd35['t'](_0x20bd51(0x2de),_0xb8dd35['t'](_0x20bd51(0x255)))}),(0x0,_0x10d682['jsx'])(_0x569e6b['Select'],{'className':_0x20bd51(0x5b3),'value':String(_0x3bb8f2['shape']),'options':_0x37cc65,'onChange':_0x1f70b9=>_0x5eee57==null?void 0x0:_0x5eee57(_0x20bd51(0x19f),_0x1f70b9)})]},_0x289d6a);case _0x20bd51(0xba):return(0x0,_0x10d682[_0x20bd51(0xd8)])(_0x20bd51(0x192),{'className':_0x20bd51(0x333),'children':[(0x0,_0x10d682[_0x20bd51(0x541)])(_0x20bd51(0x192),{'className':_0x20bd51(0x53c),'children':_0xb8dd35['t'](_0x20bd51(0x4c4),_0xb8dd35['t'](_0x20bd51(0x559)))}),(0x0,_0x10d682[_0x20bd51(0x541)])(_0x569e6b[_0x20bd51(0x4de)],{'className':_0x20bd51(0x5b3),'value':String(_0x3bb8f2[_0x20bd51(0xba)]),'options':_0x3fd9fb,'onChange':_0x4a7640=>_0x5eee57==null?void 0x0:_0x5eee57('size',Number(_0x4a7640))})]},_0x289d6a);case _0x20bd51(0x36b):return(0x0,_0x10d682[_0x20bd51(0xd8)])(_0x20bd51(0x192),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682['jsx'])(_0x20bd51(0x192),{'className':_0x20bd51(0x53c),'children':_0xb8dd35['t']('sheets-chart-ui.withColor',_0xb8dd35['t'](_0x20bd51(0x559)))}),(0x0,_0x10d682[_0x20bd51(0x541)])(_0x35d1f2,{'color':_0x3bb8f2[_0x20bd51(0x36b)],'onChange':_0x2ad3dd=>_0x5eee57==null?void 0x0:_0x5eee57(_0x20bd51(0x36b),_0x2ad3dd)})]},_0x289d6a);}return null;}),_0x303dfe=[];for(let _0x218646=0x0;_0x218646<_0x10c1e2[_0x48ecea(0x11c)];_0x218646+=0x2)_0x303dfe[_0x48ecea(0x599)]((0x0,_0x10d682[_0x48ecea(0xd8)])(_0x48ecea(0x192),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x10c1e2[_0x218646],_0x218646+0x1<_0x10c1e2[_0x48ecea(0x11c)]?_0x10c1e2[_0x218646+0x1]:(0x0,_0x10d682[_0x48ecea(0x541)])(_0x48ecea(0x192),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between'})]},_0x218646));return(0x0,_0x10d682[_0x48ecea(0x541)])(_0x10d682[_0x48ecea(0x40d)],{'children':[..._0x303dfe]});},_0xd86714=_0x3bcd68=>{const _0x52a3a4=_0x9fa3c0;let {rightYAxis:_0x299b41,onSeriesStyleChange:_0x1f537f}=_0x3bcd68;return(0x0,_0x10d682[_0x52a3a4(0x541)])(_0x52a3a4(0x192),{'className':_0x52a3a4(0x249),'children':(0x0,_0x10d682[_0x52a3a4(0x541)])(_0x52a3a4(0x192),{'className':_0x52a3a4(0x333),'children':(0x0,_0x10d682[_0x52a3a4(0x541)])(_0x569e6b['Checkbox'],{'checked':_0x299b41,'onChange':_0x2b34f6=>{_0x1f537f==null||_0x1f537f({'rightYAxis':!!_0x2b34f6});},'children':(0x0,_0x591c64[_0x52a3a4(0x4a8)])(_0x1dcecb[_0x52a3a4(0x5fd)])['t'](_0x52a3a4(0x2d5))})})});},_0x4702a6={'shape':_0x446a4a['defaultChartConfig'][_0x9fa3c0(0x145)][_0x9fa3c0(0x19f)],'size':_0x446a4a['defaultChartConfig']['point'][_0x9fa3c0(0xba)],'color':_0x9fa3c0(0x567)},_0xb6133=[_0x9fa3c0(0x19f),_0x9fa3c0(0xba)],_0x3e3390=_0x37ca88=>{const _0x1716c5=_0x9fa3c0;let {chartType:_0x5b9699,data:_0x336b34,options:_0x1436f9,onChange:_0x40bdb1}=_0x37ca88,_0x2d2f7b=(0x0,_0x591c64[_0x1716c5(0x4a8)])(_0x1dcecb[_0x1716c5(0x5fd)]),_0x2ea394=_0x5b9699===_0x446a4a[_0x1716c5(0x18e)][_0x1716c5(0x4d4)],_0x332321=_0x336b34==null?{}:_0x336b34;return(0x0,_0x10d682[_0x1716c5(0x541)])(_0x1716c5(0x192),{'className':_0x1716c5(0x2ea),'children':Object[_0x1716c5(0x562)](_0x332321)['map'](_0x35dc5c=>({'key':_0x35dc5c,'style':_0x332321[Number(_0x35dc5c)]}))[_0x1716c5(0x579)](_0x7fd300=>{const _0x8bd684=_0x1716c5;var _0x5269b2;let {style:_0x1cf9f1}=_0x7fd300;return _0x1cf9f1===void 0x0?null:(0x0,_0x10d682[_0x8bd684(0xd8)])(_0x8bd684(0x192),{'className':'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','children':[(0x0,_0x10d682['jsxs'])(_0x8bd684(0x192),{'className':_0x8bd684(0x249),'children':[(0x0,_0x10d682[_0x8bd684(0xd8)])(_0x8bd684(0x192),{'className':_0x8bd684(0x333),'children':[(0x0,_0x10d682[_0x8bd684(0x541)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2d2f7b['t'](_0x8bd684(0x559))}),(0x0,_0x10d682[_0x8bd684(0x541)])(_0x569e6b[_0x8bd684(0x4de)],{'className':_0x8bd684(0x5b3),'value':_0x7fd300['key'],'options':_0x1436f9,'onChange':_0x174776=>{const _0x2791b5=_0x8bd684;_0x40bdb1==null||_0x40bdb1({[_0x7fd300[_0x2791b5(0x41a)]]:void 0x0,[Number(_0x174776)]:_0x7fd300['style']});}})]}),(0x0,_0x10d682['jsxs'])(_0x8bd684(0x192),{'className':_0x8bd684(0x333),'children':[(0x0,_0x10d682[_0x8bd684(0x541)])(_0x8bd684(0x192),{'className':_0x8bd684(0x53c),'children':_0x2d2f7b['t'](_0x8bd684(0x560))}),(0x0,_0x10d682[_0x8bd684(0x541)])(_0x35d1f2,{'color':(_0x5269b2=_0x1cf9f1==null?void 0x0:_0x1cf9f1[_0x8bd684(0x36b)])==null?'':_0x5269b2,'onChange':_0x41ad91=>{const _0xa591d8=_0x8bd684;_0x40bdb1==null||_0x40bdb1({[_0x7fd300[_0xa591d8(0x41a)]]:{'color':_0x41ad91}});}})]}),(0x0,_0x10d682[_0x8bd684(0x541)])(_0x569e6b[_0x8bd684(0x281)],{'className':_0x8bd684(0x14f),'variant':_0x8bd684(0x2a1),'onClick':()=>_0x40bdb1==null?void 0x0:_0x40bdb1({[_0x7fd300[_0x8bd684(0x41a)]]:void 0x0}),'children':(0x0,_0x10d682[_0x8bd684(0x541)])(_0x5d284a,{})})]}),_0x2ea394&&(0x0,_0x10d682[_0x8bd684(0x541)])(_0x46aea7,{'pointStyle':{..._0x4702a6,..._0x7fd300[_0x8bd684(0x404)]},'controls':_0xb6133,'onChange':(_0x29f724,_0x1c5e4b)=>_0x40bdb1==null?void 0x0:_0x40bdb1({[_0x7fd300[_0x8bd684(0x41a)]]:{[_0x29f724]:_0x1c5e4b}})})]},_0x7fd300[_0x8bd684(0x41a)]);})});},_0x46ed4f={'fontSize':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x347)][_0x9fa3c0(0x3f0)],'contentType':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x2ee)],'position':_0x446a4a['defaultChartConfig'][_0x9fa3c0(0x347)][_0x9fa3c0(0x3c0)]},_0x32b7ae=_0x22719b=>{const _0x3950ce=_0x9fa3c0;let {service:_0x147690,isLineSeries:_0x44ff86}=_0x22719b,_0x209096=(0x0,_0x591c64['useDependency'])(_0x1dcecb['LocaleService']),[_0x13ef2d]=_0x57fa09('allSeriesStyle',_0x147690),[_0x4de1e6,_0x2ded68]=_0x57fa09(_0x3950ce(0x273),_0x147690),_0x7ad3f=[_0x3950ce(0x19f),_0x3950ce(0xba),_0x3950ce(0x36b)],[_0x17cfeb]=_0x57fa09(_0x3950ce(0x513),_0x147690),_0xa21743=_0x44ff86?_0x30d9ab=>{_0x2ded68({'lineStyle':{..._0x30d9ab}});}:_0x1555e0=>{_0x2ded68({'barStyle':{..._0x1555e0}});},_0x30d828=_0x446a4a[_0x3950ce(0x5f7)][_0x3950ce(0x185)],_0x32e955=_0x44ff86?_0x4de1e6==null?void 0x0:_0x4de1e6[_0x3950ce(0x17d)]:_0x4de1e6==null?void 0x0:_0x4de1e6['barStyle'],_0x2026c5=_0x32e955==null?void 0x0:_0x32e955['dataPoints'],_0x80e22d=_0x4aabb8=>{const _0x449141=_0x3950ce;_0x32e955&&_0x32e955[_0x449141(0x2cb)]&&_0x32e955[_0x449141(0x2cb)][_0x4aabb8]||_0xa21743({'dataPoints':{[_0x4aabb8]:{}}});},_0x305458=_0x2a8f2c=>{_0xa21743({'dataPoints':_0x2a8f2c});},_0x210f9b=_0x58ed8c(_0x209096,_0x49bbe0),_0x3ac8fd=(0x0,_0x543d91[_0x3950ce(0x4d1)])(()=>_0x1c292c[_0x3950ce(0x579)](_0x265dd6=>({'value':_0x265dd6[_0x3950ce(0x292)],'label':_0x209096['t'](_0x265dd6[_0x3950ce(0x3d6)])})),[_0x209096]),_0x586c94=Object[_0x3950ce(0xc9)]({'color':_0x3950ce(0x567),'opacity':_0x30d828[_0x3950ce(0x2a2)],'width':_0x44ff86?_0x30d828[_0x3950ce(0x36d)][_0x3950ce(0x5e5)]:_0x30d828[_0x3950ce(0x12e)],'dashType':_0x30d828[_0x3950ce(0x3b0)]},_0x32e955==null?void 0x0:_0x32e955[_0x3950ce(0x5a2)]),_0x2bff7f=Object[_0x3950ce(0xc9)]({'shape':_0x446a4a[_0x3950ce(0x5f7)]['point'][_0x3950ce(0x19f)],'size':_0x446a4a['defaultChartConfig']['pareto'][_0x3950ce(0x544)],'color':_0x3950ce(0x567)},_0x13ef2d==null?void 0x0:_0x13ef2d[_0x3950ce(0x145)],_0x32e955==null?void 0x0:_0x32e955[_0x3950ce(0x145)]),_0x584cae=Object['assign']({},_0x32e955==null?void 0x0:_0x32e955[_0x3950ce(0x3d6)]);return(0x0,_0x10d682[_0x3950ce(0xd8)])(_0x3950ce(0x1d8),{'className':_0x3950ce(0x389),'children':[(0x0,_0x10d682[_0x3950ce(0x541)])(_0xd748f8,{'chartType':_0x446a4a[_0x3950ce(0x18e)][_0x3950ce(0x35d)],'allSeriesStyle':_0x13ef2d,'controlName':_0x209096['t'](_0x44ff86?_0x3950ce(0x2a4):_0x3950ce(0x15e)),'seriesStyle':_0x32e955,'onSeriesStyleChange':_0xa21743}),(0x0,_0x10d682['jsx'])(_0x2740c8,{'isLineOrAreaChart':_0x44ff86,'allSeriesBorderStyle':_0x32e955==null?void 0x0:_0x32e955['border'],'hideBorder':!_0x44ff86,'controlName':_0x209096['t'](_0x44ff86?_0x3950ce(0x2a4):'sheets-chart-ui.border'),'borderStyle':_0x586c94,'onSeriesStyleChange':_0xa21743}),_0x44ff86&&(0x0,_0x10d682[_0x3950ce(0x541)])(_0x46aea7,{'pointStyle':_0x2bff7f,'onChange':(_0xdb0aa0,_0x8cc91)=>_0xa21743({'point':{[_0xdb0aa0]:_0x8cc91}}),'controls':_0x7ad3f}),!_0x44ff86&&(0x0,_0x10d682[_0x3950ce(0xd8)])(_0x10d682[_0x3950ce(0x40d)],{'children':[(0x0,_0x10d682[_0x3950ce(0xd8)])(_0x3950ce(0x192),{'className':'univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','children':[(0x0,_0x10d682[_0x3950ce(0x541)])(_0x3950ce(0x192),{'className':_0x3950ce(0x333),'children':(0x0,_0x10d682[_0x3950ce(0x541)])(_0x3950ce(0x192),{'className':_0x3950ce(0x424),'children':_0x209096['t']('sheets-chart-ui.withFormat',_0x209096['t'](_0x3950ce(0x559)))})}),(0x0,_0x10d682[_0x3950ce(0x541)])(_0x3950ce(0x192),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':(0x0,_0x10d682[_0x3950ce(0x541)])(_0x48dc71,{'value':'','menus':_0x17cfeb==null?[]:_0x17cfeb,'onSelect':_0x1e84f4=>_0x80e22d(+_0x1e84f4),'children':(0x0,_0x10d682[_0x3950ce(0xd8)])(_0x3950ce(0x192),{'className':_0x3950ce(0x195),'children':[(0x0,_0x10d682['jsx'])(_0x2bb397,{}),(0x0,_0x10d682[_0x3950ce(0x541)])(_0x3950ce(0x351),{'children':_0x209096['t'](_0x3950ce(0x504))})]})})})]}),_0x2026c5&&(0x0,_0x10d682['jsx'])(_0x3e3390,{'chartType':_0x446a4a[_0x3950ce(0x18e)][_0x3950ce(0x35d)],'data':_0x2026c5,'options':_0x17cfeb==null?[]:_0x17cfeb,'onChange':_0x305458})]}),(0x0,_0x10d682[_0x3950ce(0x541)])(_0x3950ce(0x192),{'className':'univer-mt-2','children':(0x0,_0x10d682['jsx'])(_0x5934fb,{'fallbackLabelStyle':_0x46ed4f,'labelStyle':_0x584cae,'positionOptions':_0x210f9b,'contentTypeOptions':_0x3ac8fd,'onLabelStyleChange':(_0x49900e,_0x3e6200)=>_0xa21743({'label':{[_0x49900e]:_0x3e6200}}),'onVisibleChange':_0x2b5991=>_0xa21743({'label':{'visible':_0x2b5991}}),'isPieLike':!0x1,'chartType':_0x446a4a[_0x3950ce(0x18e)][_0x3950ce(0x35d)]})})]});},_0x4e4a14=_0x416f3f=>{const _0x1a4f0a=_0x9fa3c0;let {chartType:_0x5bb784,service:_0xc2b5d3,onChartTypeChange:_0x91b7b6}=_0x416f3f,_0x1d9eb7=(0x0,_0x591c64[_0x1a4f0a(0x4a8)])(_0x1dcecb[_0x1a4f0a(0x5fd)]),[_0x4b458d,_0x74b6ac]=_0x57fa09(_0x1a4f0a(0x2e6),_0xc2b5d3),[_0x1ba16c,_0x448dc1]=_0x57fa09(_0x1a4f0a(0x399),_0xc2b5d3),[_0x4acb3b,_0x3b4172]=_0x57fa09(_0x1a4f0a(0x3e5),_0xc2b5d3),[_0x538038,_0x175d7e]=_0x57fa09(_0x1a4f0a(0x2e0),_0xc2b5d3),[_0x2dbbf1,_0x4bd762]=_0x57fa09(_0x1a4f0a(0x496),_0xc2b5d3),[_0x30e2d9,_0x406e78]=_0x57fa09('showLabelLine',_0xc2b5d3),[_0x1b2c72,_0xcaa2b5]=_0x57fa09(_0x1a4f0a(0x33d),_0xc2b5d3),[_0x523566,_0x54f670]=_0x57fa09(_0x1a4f0a(0xc6),_0xc2b5d3),[_0x43d17a,_0xfe6af0]=_0x57fa09('digitalFixed',_0xc2b5d3),[_0x426b04,_0x4bccc8]=(0x0,_0x543d91[_0x1a4f0a(0x56a)])(_0x523566||''),_0x45a5f9=_0x5bb784===_0x446a4a[_0x1a4f0a(0x18e)][_0x1a4f0a(0x33b)]?_0x446a4a[_0x1a4f0a(0x5f7)][_0x1a4f0a(0x60a)][_0x1a4f0a(0x46c)]:0x0,[_0x3df31d,_0x481a0e]=_0x57fa09(_0x1a4f0a(0x46c),_0xc2b5d3),_0x24e60d=_0x58ed8c(_0x1d9eb7,_0x5afff1),_0x57425a=_0x58ed8c(_0x1d9eb7,_0x56404b),_0x4c2cff=(0x0,_0x591c64[_0x1a4f0a(0x4a8)])(_0x1dcecb[_0x1a4f0a(0x2f5)]),_0x12396b=(0x0,_0x543d91[_0x1a4f0a(0x4d1)])(()=>({'visible':!0x0,'contentType':_0x446a4a[_0x1a4f0a(0x5f7)][_0x1a4f0a(0x60a)][_0x1a4f0a(0x2ee)],'fontSize':_0x446a4a[_0x1a4f0a(0x5f7)][_0x1a4f0a(0x347)][_0x1a4f0a(0x3f0)],'position':_0x446a4a[_0x1a4f0a(0x14e)]['Outside']}),[]),_0x4de340=(0x0,_0x543d91[_0x1a4f0a(0x1cd)])(_0x2ead36=>{const _0x489dc3=_0x1a4f0a;let _0x411dad=Number(_0x2ead36),_0x3434e8=_0x411dad>0x0?_0x446a4a[_0x489dc3(0x18e)]['Doughnut']:_0x446a4a[_0x489dc3(0x18e)][_0x489dc3(0x5b5)];_0x3434e8!==_0x5bb784&&(_0x91b7b6==null||_0x91b7b6(_0x3434e8)),_0x481a0e(_0x411dad);},[_0x5bb784,_0x91b7b6]);return(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x49b),'children':[(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x53c),'children':_0x1d9eb7['t'](_0x1a4f0a(0x338))}),(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x569e6b['Select'],{'className':_0x1a4f0a(0x5b3),'value':_0x3df31d?String(_0x3df31d):_0x45a5f9*0x64+'%','options':_0x8228c6,'onChange':_0x4de340})]}),(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x333),'children':[(0x0,_0x10d682[_0x1a4f0a(0x541)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1d9eb7['t'](_0x1a4f0a(0x591),_0x1d9eb7['t'](_0x1a4f0a(0x492)))}),(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x35d1f2,{'color':_0x4b458d==null?'':_0x4b458d,'onChange':_0x74b6ac})]})]}),(0x0,_0x10d682['jsxs'])('div',{'className':_0x1a4f0a(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x53c),'children':_0x1d9eb7['t'](_0x1a4f0a(0x2d8))}),(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x53c),'children':_0x1d9eb7['t'](_0x1a4f0a(0x2d8))}),(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x569e6b[_0x1a4f0a(0x498)],{'value':_0x1b2c72==null?0x1:_0x1b2c72,'onChange':_0x2e64da=>{const _0x25230e=_0x1a4f0a;_0x4c2cff['setContextValue'](_0x1dcecb[_0x25230e(0x501)],!0x1),_0xcaa2b5(Number[_0x25230e(0x1e8)](_0x2e64da)?null:Number(_0x2e64da));},'onFocus':()=>_0x4c2cff['setContextValue'](_0x1dcecb[_0x1a4f0a(0x501)],!0x0),'onBlur':_0x18dd3c=>{const _0xbb0f3=_0x1a4f0a;_0x4c2cff[_0xbb0f3(0x526)](_0x1dcecb[_0xbb0f3(0x501)],!0x1);let _0x687f65=_0x18dd3c[_0xbb0f3(0x3b7)][_0xbb0f3(0x292)];_0xcaa2b5(_0x687f65===''?null:Number(_0x687f65));},'onPressEnter':_0xa1a398=>{const _0x5927fc=_0x1a4f0a;let _0x38169a=_0xa1a398[_0x5927fc(0x3b7)][_0x5927fc(0x292)];_0xcaa2b5(_0x38169a===''?null:Number(_0x38169a));}})]}),(0x0,_0x10d682[_0x1a4f0a(0xd8)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682['jsx'])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x53c),'children':_0x1d9eb7['t'](_0x1a4f0a(0x2fe))}),(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x569e6b['InputNumber'],{'value':_0x43d17a==null?0x1:_0x43d17a,'onChange':_0x23e81f=>{const _0x4ef07a=_0x1a4f0a;_0x4c2cff['setContextValue'](_0x1dcecb[_0x4ef07a(0x501)],!0x1),_0xfe6af0(Number[_0x4ef07a(0x1e8)](_0x23e81f)?null:Number(_0x23e81f));},'onFocus':()=>_0x4c2cff[_0x1a4f0a(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x5e2932=>{const _0x3fd74d=_0x1a4f0a;_0x4c2cff[_0x3fd74d(0x526)](_0x1dcecb[_0x3fd74d(0x501)],!0x1);let _0x39ed5b=_0x5e2932[_0x3fd74d(0x3b7)][_0x3fd74d(0x292)];_0xfe6af0(_0x39ed5b===''?null:Number(_0x39ed5b));},'onPressEnter':_0x2d5579=>{const _0x2d2226=_0x1a4f0a;let _0x220255=_0x2d5579[_0x2d2226(0x3b7)]['value'];_0xfe6af0(_0x220255===''?null:Number(_0x220255));}})]}),(0x0,_0x10d682[_0x1a4f0a(0xd8)])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x333),'children':[(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x1a4f0a(0x192),{'className':_0x1a4f0a(0x53c),'children':_0x1d9eb7['t'](_0x1a4f0a(0x50b))}),(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x569e6b[_0x1a4f0a(0x24b)],{'className':_0x1a4f0a(0x5b3),'value':_0x426b04,'onChange':_0x4bccc8,'onFocus':()=>{const _0x2f7547=_0x1a4f0a;_0x4c2cff[_0x2f7547(0x526)](_0x1dcecb[_0x2f7547(0x501)],!0x0);},'onBlur':()=>{const _0x4d99bb=_0x1a4f0a;_0x4c2cff[_0x4d99bb(0x526)](_0x1dcecb[_0x4d99bb(0x501)],!0x1),_0x54f670(_0x426b04);}})]})]})]}),(0x0,_0x10d682[_0x1a4f0a(0x541)])(_0x5934fb,{'chartType':_0x5bb784,'fallbackLabelStyle':_0x12396b,'labelStyle':_0x1ba16c==null?{}:_0x1ba16c,'onVisibleChange':_0x543044=>_0x448dc1({'visible':_0x543044}),'onLabelStyleChange':(_0x3a1784,_0xe3ccf3)=>_0x448dc1({[_0x3a1784]:_0xe3ccf3}),'positionOptions':_0x24e60d,'contentTypeOptions':_0x57425a,'onPadAngleChange':_0x53caf6=>_0x3b4172(_0x53caf6),'padAngleStyle':_0x4acb3b,'onHalfPieChange':_0x1c6114=>_0x175d7e(_0x1c6114),'isHalfPie':_0x538038,'isRosePie':_0x2dbbf1,'onRosePieChange':_0x1bfdc5=>_0x4bd762(_0x1bfdc5),'onShowLabelLineChange':_0x52a056=>_0x406e78(_0x52a056),'showLabelLine':_0x30e2d9,'isPieLike':!0x0})]});};function _0x1bef04(_0xd46e10){const _0xa3318e=_0x9fa3c0;var _0x3d019b,_0x2d47ba;let {service:_0x5867fd}=_0xd46e10,_0x485d46=(0x0,_0x591c64[_0xa3318e(0x4a8)])(_0x1dcecb[_0xa3318e(0x5fd)]),_0x4c44b7=(0x0,_0x591c64[_0xa3318e(0x4a8)])(_0x1dcecb[_0xa3318e(0x2f5)]),_0x22b4f0=_0x58ed8c(_0x485d46,_0x19cd0c),[_0x547a23,_0x5ae667]=_0x57fa09(_0xa3318e(0x12b),_0x5867fd),[_0x3e0927,_0x3ca081]=_0x57fa09(_0xa3318e(0x5de),_0x5867fd),[_0x5b0333,_0x13da82]=_0x57fa09('useEmphasis',_0x5867fd),[_0x1e52fa,_0x25887e]=_0x57fa09(_0xa3318e(0x39a),_0x5867fd),[_0x2000f5,_0xc408e1]=_0x57fa09(_0xa3318e(0x428),_0x5867fd),_0x11bd21=_0x37aebb=>{_0x25887e({..._0x1e52fa,..._0x37aebb});},_0x21a2c5=_0x310cee=>{_0x5ae667(_0x310cee);},_0x2f141a=_0x547a23===_0x446a4a[_0xa3318e(0x42a)][_0xa3318e(0x45e)],_0x24269e=_0x547a23===_0x446a4a['RelationChartLayoutEnum']['Circular'],_0x4863b9=_0x58ed8c(_0x485d46,_0x43b02a),[_0x3cc5f5,_0x1776ae]=_0x57fa09(_0xa3318e(0x16d),_0x5867fd);return(0x0,_0x10d682[_0xa3318e(0xd8)])(_0xa3318e(0x192),{'children':[(0x0,_0x10d682[_0xa3318e(0xd8)])(_0xa3318e(0x192),{'className':_0xa3318e(0x414),'children':[(0x0,_0x10d682['jsx'])(_0xa3318e(0x192),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x485d46['t'](_0xa3318e(0x2ac))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0xa3318e(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x3cc5f5==null?_0x446a4a[_0xa3318e(0x5f7)][_0xa3318e(0x208)][_0xa3318e(0x2c5)]:_0x3cc5f5),'options':_0x4863b9,'onChange':_0x44d6e4=>_0x1776ae(_0x44d6e4)})]},_0xa3318e(0x19f)),(0x0,_0x10d682['jsx'])(_0xa3318e(0x192),{'children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0xa3318e(0x5bc)],{'checked':_0x3e0927==null?!0x0:_0x3e0927,'onChange':_0x2c380e=>{_0x3ca081==null||_0x3ca081(!!_0x2c380e);},'children':_0x485d46['t'](_0xa3318e(0x11b))})}),(0x0,_0x10d682['jsx'])('div',{'className':_0xa3318e(0x23c),'children':(0x0,_0x10d682['jsx'])(_0x569e6b[_0xa3318e(0x5bc)],{'checked':_0x5b0333==null?!0x0:_0x5b0333,'onChange':_0x565fb0=>{_0x13da82(!!_0x565fb0);},'children':_0x485d46['t']('sheets-chart-ui.relation.emphasis')})}),(0x0,_0x10d682['jsx'])(_0xa3318e(0x192),{'className':_0xa3318e(0x1b9),'children':_0x485d46['t']('sheets-chart-ui.relation.layoutType')}),(0x0,_0x10d682[_0xa3318e(0x541)])(_0x569e6b[_0xa3318e(0x4de)],{'className':_0xa3318e(0x5b3),'value':_0x547a23==null?_0x446a4a[_0xa3318e(0x42a)]['None']:_0x547a23,'options':_0x22b4f0,'onChange':_0x21a2c5}),_0x2f141a&&(0x0,_0x10d682['jsxs'])('div',{'className':_0xa3318e(0x528),'children':[(0x0,_0x10d682[_0xa3318e(0x541)])(_0xa3318e(0x192),{'className':_0xa3318e(0x53c),'children':_0x485d46['t'](_0xa3318e(0x3b4))}),(0x0,_0x10d682[_0xa3318e(0xd8)])(_0xa3318e(0x192),{'className':_0xa3318e(0x469),'children':[(0x0,_0x10d682['jsx'])(_0xa3318e(0x192),{'className':_0xa3318e(0x3a3),'children':_0x485d46['t'](_0xa3318e(0x378))}),(0x0,_0x10d682[_0xa3318e(0x541)])(_0x569e6b['InputNumber'],{'className':_0xa3318e(0x3a3),'controls':!0x1,'onFocus':()=>_0x4c44b7[_0xa3318e(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x20db55=>{const _0x3b19a8=_0xa3318e;_0x4c44b7['setContextValue'](_0x1dcecb[_0x3b19a8(0x501)],!0x1);},'value':(_0x3d019b=_0x1e52fa==null?void 0x0:_0x1e52fa[_0xa3318e(0x11e)])==null?_0x446a4a[_0xa3318e(0x5f7)][_0xa3318e(0x208)][_0xa3318e(0x279)][_0xa3318e(0x11e)]:_0x3d019b,'onChange':_0x2543ff=>_0x11bd21({'repulsion':_0x2543ff})})]}),(0x0,_0x10d682['jsxs'])('div',{'className':_0xa3318e(0x469),'children':[(0x0,_0x10d682[_0xa3318e(0x541)])('div',{'className':_0xa3318e(0x3a3),'children':_0x485d46['t'](_0xa3318e(0x27f))}),(0x0,_0x10d682[_0xa3318e(0x541)])(_0x569e6b['InputNumber'],{'className':_0xa3318e(0x3a3),'controls':!0x1,'onFocus':()=>_0x4c44b7[_0xa3318e(0x526)](_0x1dcecb[_0xa3318e(0x501)],!0x0),'onBlur':_0x426ca2=>{const _0x127688=_0xa3318e;_0x4c44b7[_0x127688(0x526)](_0x1dcecb[_0x127688(0x501)],!0x1);},'value':(_0x2d47ba=_0x1e52fa==null?void 0x0:_0x1e52fa[_0xa3318e(0x184)])==null?_0x446a4a['defaultChartConfig'][_0xa3318e(0x208)][_0xa3318e(0x279)][_0xa3318e(0x184)]:_0x2d47ba,'onChange':_0x5ace42=>_0x11bd21({'gravity':_0x5ace42})})]}),(0x0,_0x10d682[_0xa3318e(0xd8)])(_0xa3318e(0x192),{'className':_0xa3318e(0x469),'children':[(0x0,_0x10d682[_0xa3318e(0x541)])('div',{'className':'univer-flex-1','children':_0x485d46['t'](_0xa3318e(0x4cf))}),(0x0,_0x10d682['jsx'])(_0x569e6b['InputNumber'],{'className':'univer-flex-1','controls':!0x1,'value':_0x1e52fa==null?void 0x0:_0x1e52fa[_0xa3318e(0x2d1)],'onFocus':()=>_0x4c44b7[_0xa3318e(0x526)](_0x1dcecb[_0xa3318e(0x501)],!0x0),'onBlur':_0x38f96b=>{const _0x25765b=_0xa3318e;_0x4c44b7['setContextValue'](_0x1dcecb[_0x25765b(0x501)],!0x1);},'onChange':_0x508e45=>_0x11bd21({'edgeLength':_0x508e45}),'min':0x0,'step':0xa})]})]}),_0x24269e&&(0x0,_0x10d682[_0xa3318e(0x541)])(_0xa3318e(0x192),{'className':_0xa3318e(0x478),'children':(0x0,_0x10d682[_0xa3318e(0x541)])(_0x569e6b[_0xa3318e(0x5bc)],{'checked':_0x2000f5==null?_0x446a4a[_0xa3318e(0x5f7)][_0xa3318e(0x208)]['circular'][_0xa3318e(0x428)]:_0x2000f5,'onChange':_0x557854=>{_0xc408e1(!!_0x557854);},'children':_0x485d46['t'](_0xa3318e(0x3ee))})})]});}let _0x53ae7a=_0x446a4a['defaultChartConfig'][_0x9fa3c0(0x453)];function _0x5596b5(_0x594daf,_0x34342e,_0x3a3f53){const _0x230444=_0x9fa3c0;let [_0x339493]=_0x57fa09(_0x230444(0x1c6),_0x3a3f53),[_0x2fb89a]=_0x57fa09(_0x230444(0x450),_0x3a3f53),_0x1c86c8=_0x34342e===_0x446a4a[_0x230444(0x5f7)]['allSeriesId'],_0x15ca06=_0x339493==null?void 0x0:_0x339493[_0x34342e];return _0x594daf===_0x446a4a['ChartTypeBits'][_0x230444(0x543)]?_0x1c86c8?((()=>{const _0x398276=_0x230444;let _0x5bbe2f=_0x2fb89a==null?void 0x0:_0x2fb89a[_0x398276(0x579)]((_0x490186,_0x4ee59f)=>{const _0x1136eb=_0x398276;var _0x1ce0c1;let _0x587a9b=_0x339493==null?void 0x0:_0x339493[_0x490186],_0x94cbf3=_0x4ee59f===0x0?_0x53ae7a[_0x1136eb(0x313)]:_0x53ae7a[_0x1136eb(0x20c)];return(_0x1ce0c1=_0x587a9b==null?void 0x0:_0x587a9b['chartType'])==null?_0x94cbf3:_0x1ce0c1;}),_0x956164=_0x5bbe2f==null?void 0x0:_0x5bbe2f[0x0];return _0x5bbe2f!=null&&_0x5bbe2f[_0x398276(0x3c5)](_0x1b84c9=>_0x1b84c9===_0x956164)?_0x956164:_0x446a4a[_0x398276(0x18e)][_0x398276(0xf4)];})()):((()=>{const _0x3896dd=_0x230444;var _0x1ff51e;let _0x28ca69=_0x34342e===String(_0x2fb89a==null?void 0x0:_0x2fb89a[0x0])?_0x53ae7a['firstChartType']:_0x53ae7a[_0x3896dd(0x20c)];return(_0x1ff51e=_0x15ca06==null?void 0x0:_0x15ca06[_0x3896dd(0x518)])==null?_0x28ca69:_0x1ff51e;})()):_0x594daf;}let _0x50057f=_0x51f3f8=>{const _0x31a8e8=_0x9fa3c0;let {seriesId:_0x48d9ce,service:_0x25b20c}=_0x51f3f8,_0x50cb12=_0x58ed8c((0x0,_0x591c64[_0x31a8e8(0x4a8)])(_0x1dcecb[_0x31a8e8(0x5fd)]),_0xd56fc2),[_0x5030ad,_0x465f51]=_0x57fa09('seriesStyleMap',_0x25b20c),[_0x2587ef]=_0x57fa09(_0x31a8e8(0x450),_0x25b20c),_0x59f0fa=(0x0,_0x543d91['useCallback'])(_0x51be20=>{const _0x155eca=_0x31a8e8;let _0x5b1871=Number(_0x51be20);if(_0x48d9ce===_0x446a4a[_0x155eca(0x5f7)][_0x155eca(0x486)]){let _0x362140=_0x2587ef==null?void 0x0:_0x2587ef['reduce']((_0x29c0b4,_0x5890a9)=>(_0x29c0b4[String(_0x5890a9)]={'chartType':_0x5b1871},_0x29c0b4),{});if(!_0x362140)return;_0x465f51(_0x362140);}else _0x465f51({[_0x48d9ce]:{'chartType':_0x5b1871}});},[_0x48d9ce]),_0x52c60d=_0x5596b5(_0x446a4a[_0x31a8e8(0x18e)][_0x31a8e8(0x543)],_0x48d9ce,_0x25b20c),_0x1938e1=String(_0x52c60d==null?'':_0x52c60d);return(0x0,_0x10d682[_0x31a8e8(0x541)])(_0x569e6b[_0x31a8e8(0x4de)],{'className':_0x31a8e8(0x5b3),'value':_0x52c60d===_0x446a4a[_0x31a8e8(0x18e)]['None']?'':_0x1938e1,'options':_0x50cb12,'onChange':_0x59f0fa});},_0x4eca2e={'shape':_0x446a4a[_0x9fa3c0(0x5f7)]['radar'][_0x9fa3c0(0x4be)],'size':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x29d)][_0x9fa3c0(0x544)],'color':void 0x0},_0x496fb0=[_0x9fa3c0(0x19f),_0x9fa3c0(0xba),_0x9fa3c0(0x36b)],_0x5f456b=_0x26dc68=>{const _0x501e64=_0x9fa3c0;let {setSeriesStyle:_0xdac0b1,pointStyle:_0x5f3149}=_0x26dc68;return(0x0,_0x591c64[_0x501e64(0x4a8)])(_0x1dcecb[_0x501e64(0x5fd)]),(0x0,_0x10d682[_0x501e64(0x541)])(_0x46aea7,{'pointStyle':{..._0x4eca2e,..._0x5f3149},'controls':_0x496fb0,'onChange':(_0x52fe55,_0x5d0342)=>_0xdac0b1({'point':{[_0x52fe55]:_0x5d0342}})});},_0x4a4420={'fontSize':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x347)]['fontSize'],'contentType':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x2ee)],'position':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x347)][_0x9fa3c0(0x3c0)]},_0x346dff=[_0x356c3e()],_0x137b67=_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x185)],_0x4695c9=['shape',_0x9fa3c0(0xba),_0x9fa3c0(0x36b)],_0x54eddf=[_0x9fa3c0(0x19f),_0x9fa3c0(0xba)],_0x958959=_0x5d8f0d=>(_0x5d8f0d&_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x4d4)])>0x0||(_0x5d8f0d&_0x446a4a['ChartTypeBits'][_0x9fa3c0(0x2a9)])>0x0?_0x137b67[_0x9fa3c0(0x36d)]['lineOrArea']:_0x5d8f0d===_0x446a4a[_0x9fa3c0(0x18e)][_0x9fa3c0(0x3e9)]?_0x137b67[_0x9fa3c0(0x36d)][_0x9fa3c0(0x29d)]:_0x137b67['width'],_0x2d7195=_0x152788=>{const _0x4aea5b=_0x9fa3c0;var _0x3d8f7d,_0x5d4e3d,_0x1a095f,_0x5ec70d;let {chartType:_0x1c6295,service:_0x57bade}=_0x152788,_0x3b304f=(0x0,_0x591c64[_0x4aea5b(0x4a8)])(_0x1dcecb[_0x4aea5b(0x5fd)]),_0x162ca5=(0x0,_0x591c64[_0x4aea5b(0x589)])(_0x3b304f[_0x4aea5b(0x435)],_0x3b304f[_0x4aea5b(0x337)]()),_0x7d55c1=(0x0,_0x543d91[_0x4aea5b(0x4d1)])(()=>_0x162ca5===_0x4aea5b(0x4fa)?_0x446a4a[_0x4aea5b(0x608)]:{},[_0x162ca5]),_0x5bc24c=(0x0,_0x543d91[_0x4aea5b(0x4d1)])(()=>{const _0x34a986=_0x4aea5b;var _0x37917c;return{..._0x4a4420,...(_0x37917c=_0x7d55c1[_0x34a986(0x1f3)])==null?void 0x0:_0x37917c[_0x34a986(0x3d6)]};},[_0x7d55c1]),_0x4df9b8=_0x58ed8c(_0x3b304f,_0x49bbe0),_0x28bb30=(0x0,_0x543d91[_0x4aea5b(0x4d1)])(()=>_0x1c292c[_0x4aea5b(0x411)](_0x5d6116=>_0x1c6295===_0x446a4a[_0x4aea5b(0x18e)][_0x4aea5b(0x3e9)]?_0x5d6116[_0x4aea5b(0x292)]!==String(_0x446a4a[_0x4aea5b(0x230)][_0x4aea5b(0x4ec)])&&_0x5d6116[_0x4aea5b(0x292)]!==String(_0x446a4a['LabelContentType']['Percentage']):_0x5eaae3[_0x4aea5b(0x3db)](_0x1c6295)?!0x0:_0x5d6116['value']!==String(_0x446a4a[_0x4aea5b(0x230)][_0x4aea5b(0x53a)]))[_0x4aea5b(0x579)](_0x41a7e1=>({'value':_0x41a7e1[_0x4aea5b(0x292)],'label':_0x3b304f['t'](_0x41a7e1[_0x4aea5b(0x3d6)])})),[_0x1c6295,_0x3b304f]),[_0x49eb96]=_0x58ed8c(_0x3b304f,_0x346dff),[_0x23bc8b,_0xbcbb40]=(0x0,_0x543d91[_0x4aea5b(0x56a)])(_0x446a4a[_0x4aea5b(0x5f7)][_0x4aea5b(0x486)]),_0x153c7d=_0x23bc8b===_0x446a4a[_0x4aea5b(0x5f7)][_0x4aea5b(0x486)],[_0x28f500,_0x46b2ba]=_0x57fa09(_0x4aea5b(0x1f3),_0x57bade),[_0x44e38e,_0x19b8b6]=_0x57fa09(_0x4aea5b(0x1c6),_0x57bade),[_0x42b1d4]=_0x57fa09(_0x4aea5b(0x5ae),_0x57bade),_0x3461ea=_0x44e38e==null?void 0x0:_0x44e38e[_0x23bc8b],[_0x34f406]=_0x57fa09(_0x4aea5b(0x4cc),_0x57bade),_0x51e210=_0x3461ea==null?void 0x0:_0x3461ea[_0x4aea5b(0x2cb)],_0x73fc46=(0x0,_0x543d91[_0x4aea5b(0x4d1)])(()=>_0x34f406?[_0x49eb96,..._0x34f406]:[],[_0x49eb96,_0x34f406]),_0x14f292=_0x1c6295?_0x446a4a[_0x4aea5b(0x43a)]['has'](_0x1c6295,_0x446a4a['ChartAttributeBits'][_0x4aea5b(0x4ce)]):!0x1,_0x35fce4=_0x5596b5(_0x1c6295,_0x23bc8b,_0x57bade),_0x9332a4=_0x35fce4===_0x446a4a['ChartTypeBits'][_0x4aea5b(0x4d4)],_0x548697=(_0x35fce4&_0x446a4a['ChartTypeBits']['Area'])>0x0,_0x4f81d1=_0x35fce4===_0x446a4a[_0x4aea5b(0x18e)][_0x4aea5b(0x3e9)],_0x1d3fe4=_0x35fce4===_0x446a4a['ChartTypeBits'][_0x4aea5b(0x430)],_0xa42e0f=_0x9332a4||_0x548697,_0x129318=(_0x1c6295&_0x446a4a[_0x4aea5b(0x18e)][_0x4aea5b(0x5b5)])>0x0||_0x4f81d1,_0x869563=_0x958959(_0x1c6295),_0x1c4f44=(0x0,_0x543d91[_0x4aea5b(0x1cd)])(_0x193c4a=>{_0x19b8b6({[_0x23bc8b]:_0x193c4a});},[_0x23bc8b]),_0x4e0a25=_0x19b888=>{_0x153c7d?_0x46b2ba(_0x19b888):_0x1c4f44(_0x19b888);},_0x5f5c2f={..._0x3461ea==null?void 0x0:_0x3461ea[_0x4aea5b(0x5a2)]},_0x244588=Object[_0x4aea5b(0xc9)]({'color':_0x4aea5b(0x567),'opacity':_0x137b67['opacity'],'width':_0x869563,'dashType':_0x137b67[_0x4aea5b(0x3b0)]},_0x5f5c2f),_0x58fe76=Object[_0x4aea5b(0xc9)]({'color':'transparent','opacity':_0x137b67[_0x4aea5b(0x2a2)],'width':_0x869563,'dashType':_0x137b67['dashType']},_0x28f500==null?void 0x0:_0x28f500[_0x4aea5b(0x5a2)]),_0x2d2d57=Object[_0x4aea5b(0xc9)]({'shape':_0x446a4a[_0x4aea5b(0x5f7)][_0x4aea5b(0x145)][_0x4aea5b(0x19f)],'size':_0x1d3fe4?_0x446a4a['defaultChartConfig'][_0x4aea5b(0x145)]['scatterSymbolSize']:_0x446a4a[_0x4aea5b(0x5f7)][_0x4aea5b(0x145)]['size'],'color':'transparent'},_0x28f500==null?void 0x0:_0x28f500['point'],_0x3461ea==null?void 0x0:_0x3461ea['point']),_0x3e6c8a=_0x153c7d?(_0x3d8f7d=_0x28f500==null?void 0x0:_0x28f500[_0x4aea5b(0x3d6)])==null?{}:_0x3d8f7d:Object['assign']({},_0x28f500==null?void 0x0:_0x28f500['label'],_0x3461ea==null?void 0x0:_0x3461ea[_0x4aea5b(0x3d6)]),_0x42f8b6=(_0x5d4e3d=(_0x1a095f=_0x3461ea==null?void 0x0:_0x3461ea[_0x4aea5b(0x169)])==null?_0x28f500==null?void 0x0:_0x28f500[_0x4aea5b(0x169)]:_0x1a095f)==null?(_0x5ec70d=_0x7d55c1[_0x4aea5b(0x1f3)])==null?void 0x0:_0x5ec70d['rightYAxis']:_0x5d4e3d,_0x3f5d23=_0x35fce4===_0x446a4a['ChartTypeBits'][_0x4aea5b(0xf4)]||_0x1c6295===_0x446a4a['ChartTypeBits'][_0x4aea5b(0x543)]&&_0x35fce4===_0x446a4a[_0x4aea5b(0x18e)][_0x4aea5b(0x58e)]&&_0x153c7d,_0x164d52=(0x0,_0x543d91[_0x4aea5b(0x1cd)])(_0x18a0d7=>{const _0x48348a=_0x4aea5b;_0x3461ea&&_0x3461ea[_0x48348a(0x2cb)]&&_0x3461ea[_0x48348a(0x2cb)][_0x18a0d7]||_0x19b8b6({[_0x23bc8b]:{'dataPoints':{[_0x18a0d7]:{}}}});},[_0x3461ea,_0x23bc8b]),_0x306600=(0x0,_0x543d91['useCallback'])(_0x5c548c=>{_0x19b8b6({[_0x23bc8b]:{'dataPoints':_0x5c548c}});},[_0x23bc8b]);return(0x0,_0x10d682[_0x4aea5b(0xd8)])(_0x10d682[_0x4aea5b(0x40d)],{'children':[(0x0,_0x10d682['jsx'])('div',{'className':_0x4aea5b(0x49b),'children':(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x569e6b[_0x4aea5b(0x4de)],{'className':_0x4aea5b(0x5b3),'value':_0x23bc8b,'onChange':_0xb99804=>_0xbcbb40(_0xb99804),'options':_0x73fc46})}),_0x1c6295===_0x446a4a[_0x4aea5b(0x18e)][_0x4aea5b(0x543)]&&(0x0,_0x10d682[_0x4aea5b(0xd8)])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x49b),'children':[(0x0,_0x10d682['jsx'])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x1bd),'children':_0x3b304f['t'](_0x4aea5b(0x3ef))}),(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x50057f,{'seriesId':_0x23bc8b,'service':_0x57bade})]}),(0x0,_0x10d682[_0x4aea5b(0xd8)])('div',{'className':_0x4aea5b(0x49b),'children':[!_0x3f5d23&&(0x0,_0x10d682[_0x4aea5b(0xd8)])(_0x10d682['Fragment'],{'children':[(0x0,_0x10d682['jsx'])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x424),'children':_0x3b304f['t']('sheets-chart-ui.seriesBlock.format')}),(!_0x1d3fe4||_0x1d3fe4&&!_0x153c7d)&&(0x0,_0x10d682[_0x4aea5b(0x541)])(_0xd748f8,{'chartType':_0x1c6295,'allSeriesStyle':_0x28f500,'controlName':_0x3b304f['t'](_0x9332a4?_0x4aea5b(0x2a4):_0x4aea5b(0x15e)),'seriesStyle':_0x153c7d?_0x28f500:_0x3461ea,'onSeriesStyleChange':_0x4e0a25}),!_0x1d3fe4&&(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x2740c8,{'isLineOrAreaChart':_0xa42e0f,'allSeriesBorderStyle':_0x28f500==null?void 0x0:_0x28f500['border'],'hideBorder':!_0x9332a4,'controlName':_0x3b304f['t'](_0x9332a4||_0x4f81d1?_0x4aea5b(0x2a4):_0x4aea5b(0x492)),'borderStyle':_0x153c7d?_0x58fe76:_0x244588,'onSeriesStyleChange':_0x4e0a25}),(_0xa42e0f||_0x1d3fe4)&&(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x46aea7,{'pointStyle':_0x2d2d57,'onChange':(_0x5aebe4,_0x406108)=>_0x4e0a25({'point':{[_0x5aebe4]:_0x406108}}),'controls':_0x153c7d?_0x54eddf:_0x4695c9})]}),!_0x14f292&&!_0x153c7d&&!_0x129318&&(0x0,_0x10d682[_0x4aea5b(0x541)])(_0xd86714,{'rightYAxis':!!_0x42f8b6,'onSeriesStyleChange':_0x4e0a25})]}),(0x0,_0x10d682[_0x4aea5b(0xd8)])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x49b),'children':[!_0x153c7d&&_0x4f81d1&&(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x5f456b,{'pointStyle':_0x3461ea==null?void 0x0:_0x3461ea[_0x4aea5b(0x145)],'setSeriesStyle':_0x4e0a25}),!_0x153c7d&&!_0x4f81d1&&(0x0,_0x10d682[_0x4aea5b(0xd8)])(_0x10d682[_0x4aea5b(0x40d)],{'children':[(0x0,_0x10d682[_0x4aea5b(0xd8)])('div',{'className':_0x4aea5b(0x3c6),'children':[(0x0,_0x10d682['jsx'])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x333),'children':(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x424),'children':_0x3b304f['t']('sheets-chart-ui.withFormat',_0x3b304f['t'](_0x4aea5b(0x559)))})}),(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x333),'children':(0x0,_0x10d682['jsx'])(_0x48dc71,{'value':_0x23bc8b,'menus':_0x42b1d4==null?[]:_0x42b1d4,'onSelect':_0x5d1a7e=>_0x164d52(+_0x5d1a7e),'children':(0x0,_0x10d682['jsxs'])(_0x4aea5b(0x192),{'className':_0x4aea5b(0x195),'children':[(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x2bb397,{}),(0x0,_0x10d682['jsx'])(_0x4aea5b(0x351),{'children':_0x3b304f['t'](_0x4aea5b(0x504))})]})})})]}),_0x51e210&&(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x3e3390,{'chartType':_0x1c6295,'data':_0x51e210,'options':_0x42b1d4==null?[]:_0x42b1d4,'onChange':_0x306600})]})]}),(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x4aea5b(0x192),{'className':'univer-box-border\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x10d682[_0x4aea5b(0x541)])(_0x5934fb,{'fallbackLabelStyle':_0x5bc24c,'labelStyle':_0x3e6c8a,'positionOptions':_0x4df9b8,'contentTypeOptions':_0x28bb30,'onLabelStyleChange':(_0xb0a6bd,_0x441e2e)=>_0x4e0a25({'label':{[_0xb0a6bd]:_0x441e2e}}),'onVisibleChange':_0xa66fd=>_0x4e0a25({'label':{'visible':_0xa66fd}}),'isPieLike':!0x1,'chartType':_0x1c6295})})]});},_0x21ddee=_0x15b83b=>{const _0x492ed1=_0x9fa3c0;var _0x48ec0b,_0x2ce596,_0x438f0c,_0xf3f087;let {uiService:_0x338e0b}=_0x15b83b,_0xb8235f=(0x0,_0x591c64[_0x492ed1(0x4a8)])(_0x1dcecb[_0x492ed1(0x5fd)]),_0x405fec=(0x0,_0x591c64[_0x492ed1(0x4a8)])(_0x1dcecb['IContextService']),[_0x198479,_0xd44cdc]=_0x57fa09(_0x492ed1(0x506),_0x338e0b),[_0x1ca08e,_0x1feba2]=(0x0,_0x543d91[_0x492ed1(0x56a)])(0x0),_0x2bfa45=_0x429089[_0x492ed1(0x579)](_0x422760=>({'label':(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':_0x492ed1(0x3a1),'children':[(0x0,_0x10d682[_0x492ed1(0x541)])('div',{'className':_0x492ed1(0x511),'children':_0x5dbfa2==null?void 0x0:_0x5dbfa2[_0x422760['value']]}),(0x0,_0x10d682[_0x492ed1(0x541)])('div',{'className':'univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0xb8235f['t'](_0x422760['label'])})]}),'value':_0x422760['value']})),_0x6c6280=_0x58ed8c(_0xb8235f,_0x278788),_0x5e2b71=_0x23b044[_0x492ed1(0x219)](0x1),_0x3416e9=(_0x198479||[])[_0x492ed1(0x579)]((_0x276c18,_0x113837)=>({'label':_0x276c18[_0x492ed1(0x52b)],'value':String(_0x113837)})),_0x31b4bd=(0x0,_0x543d91['useCallback'])(_0x16e35c=>{if(_0x198479){let _0x5141d9=[..._0x198479];_0x5141d9[_0x1ca08e]={..._0x5141d9[_0x1ca08e],..._0x16e35c},_0xd44cdc(_0x5141d9);}},[_0x198479,_0x1ca08e]),_0x3a0efc=(0x0,_0x543d91[_0x492ed1(0x4d1)])(()=>_0x198479?_0x198479[_0x1ca08e]:void 0x0,[_0x198479,_0x1ca08e]),[_0x509e3b,_0x5d823a]=(0x0,_0x543d91[_0x492ed1(0x56a)])((_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x52b)])||'');return _0x198479===void 0x0||_0x198479[_0x492ed1(0x11c)]===0x0?null:(0x0,_0x10d682['jsxs'])(_0x492ed1(0x1d8),{'className':_0x492ed1(0x389),'children':[(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b[_0x492ed1(0x4de)],{'className':_0x492ed1(0x5b3),'value':String(_0x1ca08e),'onChange':_0x31d286=>_0x1feba2(Number(_0x31d286)),'options':_0x3416e9})}),(0x0,_0x10d682['jsx'])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t'](_0x492ed1(0x1f2))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b['Input'],{'value':_0x509e3b,'onChange':_0x5d823a,'onBlur':()=>{const _0x4e163e=_0x492ed1;_0x405fec[_0x4e163e(0x526)](_0x1dcecb[_0x4e163e(0x501)],!0x1),_0x509e3b?_0x31b4bd==null||_0x31b4bd({'name':_0x509e3b}):_0x5d823a((_0x3a0efc==null?void 0x0:_0x3a0efc[_0x4e163e(0x52b)])||'');},'onFocus':()=>{const _0x3ddb42=_0x492ed1;_0x405fec[_0x3ddb42(0x526)](_0x1dcecb[_0x3ddb42(0x501)],!0x0);}})}),(0x0,_0x10d682['jsx'])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t'](_0x492ed1(0x354))}),(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':[(0x0,_0x10d682['jsx'])(_0x569e6b[_0x492ed1(0x4de)],{'className':'univer-mb-2\x20univer-w-full\x20!univer-min-w-0','value':String(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x45f)]),'onChange':_0x3204ec=>_0x31b4bd==null?void 0x0:_0x31b4bd({'type':_0x3204ec}),'options':_0x2bfa45}),(0x0,_0x10d682[_0x492ed1(0x541)])('div',{'className':'univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b[_0x492ed1(0x5bc)],{'checked':(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x37c)])||_0x446a4a[_0x492ed1(0x5f7)][_0x492ed1(0x55b)][_0x492ed1(0x37c)],'onChange':_0x404d02=>_0x31b4bd({'showFormula':!!_0x404d02}),'children':_0xb8235f['t'](_0x492ed1(0x58a))})}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':_0x492ed1(0x4f2),'children':(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b['Checkbox'],{'checked':(_0x3a0efc==null?void 0x0:_0x3a0efc['showR2'])||_0x446a4a['defaultChartConfig'][_0x492ed1(0x55b)][_0x492ed1(0x2cd)],'onChange':_0x57b6f3=>_0x31b4bd({'showR2':!!_0x57b6f3}),'children':_0xb8235f['t'](_0x492ed1(0x382))})}),((_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x45f)])===_0x446a4a['ChartTrendlineType'][_0x492ed1(0x35f)]||(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x45f)])===_0x446a4a[_0x492ed1(0x383)][_0x492ed1(0x54e)])&&(0x0,_0x10d682['jsxs'])(_0x492ed1(0x192),{'className':'univer-my-2','children':[(_0x3a0efc==null?void 0x0:_0x3a0efc['type'])===_0x446a4a[_0x492ed1(0x383)][_0x492ed1(0x35f)]&&(0x0,_0x10d682['jsxs'])(_0x10d682['Fragment'],{'children':[(0x0,_0x10d682[_0x492ed1(0x541)])('div',{'className':_0x492ed1(0x53c),'children':_0xb8235f['t']('sheets-chart-ui.trendline.order')}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b['Select'],{'className':_0x492ed1(0x5b3),'value':String((_0x48ec0b=_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x474)])==null?_0x446a4a[_0x492ed1(0x5f7)][_0x492ed1(0x55b)][_0x492ed1(0x474)]:_0x48ec0b),'options':_0x166f2e,'onChange':_0x5502a6=>_0x31b4bd==null?void 0x0:_0x31b4bd({'order':Number(_0x5502a6)})})]}),(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x45f)])===_0x446a4a[_0x492ed1(0x383)][_0x492ed1(0x54e)]&&(0x0,_0x10d682['jsxs'])(_0x10d682[_0x492ed1(0x40d)],{'children':[(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t'](_0x492ed1(0x2bd))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b['InputNumber'],{'value':(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x43c)])||_0x446a4a['defaultChartConfig'][_0x492ed1(0x55b)][_0x492ed1(0x43c)],'onChange':_0x3ad423=>_0x31b4bd==null?void 0x0:_0x31b4bd({'period':Math[_0x492ed1(0x5cd)](_0x3ad423)})})]})]}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0xb8235f['t']('sheets-chart-ui.seriesBlock.format')}),(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':_0x492ed1(0x3ff),'children':[(0x0,_0x10d682[_0x492ed1(0xd8)])('div',{'className':_0x492ed1(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t']('sheets-chart-ui.withColor',_0xb8235f['t'](_0x492ed1(0x108)))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x35d1f2,{'color':(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x36b)])||'','onChange':_0x587a74=>_0x31b4bd==null?void 0x0:_0x31b4bd({'color':_0x587a74})})]}),(0x0,_0x10d682[_0x492ed1(0xd8)])('div',{'className':_0x492ed1(0x333),'children':[(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t'](_0x492ed1(0x140),_0xb8235f['t'](_0x492ed1(0x108)))}),(0x0,_0x10d682['jsx'])(_0x569e6b['Select'],{'className':_0x492ed1(0x5b3),'value':String((_0x2ce596=_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x2a2)])==null?_0x446a4a['defaultChartConfig'][_0x492ed1(0x55b)]['opacity']:_0x2ce596),'options':_0x19fbcf,'onChange':_0x2a5068=>_0x31b4bd==null?void 0x0:_0x31b4bd({'opacity':Number(_0x2a5068)})})]})]}),(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','children':[(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':_0x492ed1(0x333),'children':[(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t']('sheets-chart-ui.withType',_0xb8235f['t'](_0x492ed1(0x108)))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b[_0x492ed1(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x438f0c=_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x3b0)])==null?_0x446a4a[_0x492ed1(0x5f7)]['trendline'][_0x492ed1(0x3b0)]:_0x438f0c),'options':_0x6c6280,'onChange':_0x2b21b1=>_0x31b4bd==null?void 0x0:_0x31b4bd({'dashType':_0x2b21b1})})]}),(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':_0x492ed1(0x333),'children':[(0x0,_0x10d682['jsx'])(_0x492ed1(0x192),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0xb8235f['t'](_0x492ed1(0x4f7),_0xb8235f['t']('sheets-chart-ui.trendline.name'))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x569e6b[_0x492ed1(0x4de)],{'className':_0x492ed1(0x5b3),'value':String((_0xf3f087=_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x12e)])==null?_0x446a4a[_0x492ed1(0x5f7)][_0x492ed1(0x55b)][_0x492ed1(0x12e)]:_0xf3f087),'options':_0x5e2b71,'onChange':_0x12514d=>_0x31b4bd==null?void 0x0:_0x31b4bd({'width':Number(_0x12514d)})})]})]}),(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x45f)])!==_0x446a4a[_0x492ed1(0x383)][_0x492ed1(0x54e)]&&(0x0,_0x10d682[_0x492ed1(0xd8)])('div',{'className':_0x492ed1(0x3ff),'children':[(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x37c)])&&(0x0,_0x10d682[_0x492ed1(0xd8)])(_0x492ed1(0x192),{'className':_0x492ed1(0x333),'children':[(0x0,_0x10d682[_0x492ed1(0x541)])('div',{'className':_0x492ed1(0x53c),'children':_0xb8235f['t'](_0x492ed1(0x591),_0xb8235f['t']('sheets-chart-ui.trendline.formula'))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x35d1f2,{'color':(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x3cf)])||'','onChange':_0x4ed7b6=>_0x31b4bd==null?void 0x0:_0x31b4bd({'formulaColor':_0x4ed7b6})})]}),(_0x3a0efc==null?void 0x0:_0x3a0efc[_0x492ed1(0x2cd)])&&(0x0,_0x10d682['jsxs'])(_0x492ed1(0x192),{'className':_0x492ed1(0x333),'children':[(0x0,_0x10d682[_0x492ed1(0x541)])(_0x492ed1(0x192),{'className':_0x492ed1(0x53c),'children':_0xb8235f['t'](_0x492ed1(0x591),_0xb8235f['t'](_0x492ed1(0x482)))}),(0x0,_0x10d682[_0x492ed1(0x541)])(_0x35d1f2,{'color':(_0x3a0efc==null?void 0x0:_0x3a0efc['r2Color'])||'','onChange':_0x285dd8=>_0x31b4bd==null?void 0x0:_0x31b4bd({'r2Color':_0x285dd8})})]})]})]})]});},_0x25ac81={'fontSize':_0x446a4a[_0x9fa3c0(0x5f7)]['textStyle'][_0x9fa3c0(0x3f0)],'contentType':_0x446a4a[_0x9fa3c0(0x5f7)]['labelContentType'],'position':_0x446a4a[_0x9fa3c0(0x5f7)][_0x9fa3c0(0x347)]['position']},_0x1916d1=_0x36986a=>{const _0x4b4076=_0x9fa3c0;var _0x117d55,_0x326122,_0x4f3922,_0x188a45,_0x530e19,_0x32a124,_0x576d8d,_0x5cd27c,_0xfb6e73,_0x50e98b,_0x516cfb,_0x382df4,_0x52aebe,_0x3f88c7,_0x385ba7,_0x464e88,_0x297ed2;let {service:_0x16b7e8}=_0x36986a,_0x211d4a=(0x0,_0x591c64[_0x4b4076(0x4a8)])(_0x1dcecb[_0x4b4076(0x5fd)]),_0x3e4e9c=_0x58ed8c(_0x211d4a,_0x49bbe0),_0x5f362c=(0x0,_0x543d91[_0x4b4076(0x4d1)])(()=>_0x1c292c[_0x4b4076(0x411)](_0x5102e2=>_0x5102e2['value']!==String(_0x446a4a[_0x4b4076(0x230)][_0x4b4076(0x53a)]))['map'](_0xd8b14f=>({'value':_0xd8b14f[_0x4b4076(0x292)],'label':_0x211d4a['t'](_0xd8b14f['label'])})),[_0x211d4a]),_0x2ca1e6=(0x0,_0x591c64[_0x4b4076(0x4a8)])(_0x1dcecb[_0x4b4076(0x2f5)]),[_0x322b07,_0x26b497]=(0x0,_0x543d91[_0x4b4076(0x56a)])(_0x446a4a['defaultChartConfig'][_0x4b4076(0x486)]),_0x506046=_0x322b07===_0x446a4a[_0x4b4076(0x5f7)]['allSeriesId'],[_0x14f76d,_0x233b28]=_0x57fa09(_0x4b4076(0x1f3),_0x16b7e8),[_0x21361a,_0x526295]=_0x57fa09(_0x4b4076(0x1c6),_0x16b7e8),[_0x4b6962]=_0x57fa09('seriesList',_0x16b7e8),[_0x23c87f]=_0x57fa09(_0x4b4076(0x460),_0x16b7e8),_0x34d83c=_0x23c87f!==_0x446a4a[_0x4b4076(0x3b8)][_0x4b4076(0x164)],[_0x545ee8]=_0x58ed8c(_0x211d4a,[_0x356c3e()]),_0x261d8f=_0x21361a==null?void 0x0:_0x21361a[_0x322b07],_0x3c69b3=(0x0,_0x543d91[_0x4b4076(0x4d1)])(()=>_0x4b6962?[_0x545ee8,..._0x4b6962]:[],[_0x545ee8,_0x4b6962]),_0x55ad9c=_0x433d11=>{_0x506046?_0x233b28(_0x433d11):_0x526295({[_0x322b07]:_0x433d11});},_0x1f0625=_0x446a4a['defaultChartConfig']['borderStyle'],_0x1ffecd={'color':_0x4b4076(0x567),'opacity':_0x1f0625[_0x4b4076(0x2a2)],'width':0x0,'dashType':_0x1f0625['dashType']},_0x1f694a=_0x506046?{..._0x1ffecd,..._0x14f76d==null||(_0x117d55=_0x14f76d[_0x4b4076(0x3d4)])==null||(_0x117d55=_0x117d55[_0x4b4076(0x1b2)])==null?void 0x0:_0x117d55[_0x4b4076(0x5a2)]}:{..._0x1ffecd,..._0x261d8f==null||(_0x326122=_0x261d8f[_0x4b4076(0x3d4)])==null||(_0x326122=_0x326122[_0x4b4076(0x1b2)])==null?void 0x0:_0x326122[_0x4b4076(0x5a2)]},_0x170915=_0x506046?{..._0x1ffecd,..._0x14f76d==null||(_0x4f3922=_0x14f76d[_0x4b4076(0x3d4)])==null||(_0x4f3922=_0x4f3922['negative'])==null?void 0x0:_0x4f3922['border']}:{..._0x1ffecd,..._0x261d8f==null||(_0x188a45=_0x261d8f['waterfall'])==null||(_0x188a45=_0x188a45[_0x4b4076(0x136)])==null?void 0x0:_0x188a45[_0x4b4076(0x5a2)]},_0x54da7b=_0x506046?{..._0x1ffecd,..._0x14f76d==null||(_0x530e19=_0x14f76d[_0x4b4076(0x3d4)])==null||(_0x530e19=_0x530e19[_0x4b4076(0x3bf)])==null?void 0x0:_0x530e19[_0x4b4076(0x5a2)]}:{..._0x1ffecd,..._0x261d8f==null||(_0x32a124=_0x261d8f['waterfall'])==null||(_0x32a124=_0x32a124[_0x4b4076(0x3bf)])==null?void 0x0:_0x32a124[_0x4b4076(0x5a2)]},_0x442db2=(_0x29a97b,_0x48e562)=>{const _0x32e90a=_0x4b4076;if(_0x48e562===_0x446a4a['WaterfallSeriesTypeEnum'][_0x32e90a(0x3bf)])return _0x211d4a['t'](_0x32e90a(0x3f3));let _0x33b2df=_0x4b6962==null?void 0x0:_0x4b6962['find'](_0x5b631f=>_0x5b631f[_0x32e90a(0x292)]===_0x29a97b);if(_0x33b2df){let _0x5e22b2=_0x33b2df[_0x32e90a(0x3d6)];switch(_0x48e562){case _0x446a4a[_0x32e90a(0x576)][_0x32e90a(0x1b2)]:return _0x5e22b2+'-('+_0x211d4a['t'](_0x32e90a(0x1a9))+')';case _0x446a4a[_0x32e90a(0x576)][_0x32e90a(0x136)]:return _0x5e22b2+'-('+_0x211d4a['t'](_0x32e90a(0x41f))+')';default:return _0x5e22b2;}}return'';},_0x3e6f7b=_0x506046?(_0x576d8d=_0x14f76d==null?void 0x0:_0x14f76d[_0x4b4076(0x3d6)])==null?{}:_0x576d8d:Object[_0x4b4076(0xc9)]({},_0x14f76d==null?void 0x0:_0x14f76d[_0x4b4076(0x3d6)],_0x261d8f==null?void 0x0:_0x261d8f['label']),_0x358347=_0x34d83c?_0x261d8f==null||(_0x5cd27c=_0x261d8f['waterfall'])==null||(_0x5cd27c=_0x5cd27c[_0x4b4076(0x3bf)])==null?void 0x0:_0x5cd27c[_0x4b4076(0x52b)]:_0x14f76d==null||(_0xfb6e73=_0x14f76d[_0x4b4076(0x3d4)])==null||(_0xfb6e73=_0xfb6e73[_0x4b4076(0x3bf)])==null?void 0x0:_0xfb6e73[_0x4b4076(0x52b)],_0x2a6357=_0x23c87f===_0x446a4a[_0x4b4076(0x3b8)][_0x4b4076(0x164)]?_0x506046:!0x0;return(0x0,_0x10d682[_0x4b4076(0xd8)])('div',{'children':[(0x0,_0x10d682[_0x4b4076(0x541)])(_0x4b4076(0x192),{'className':_0x4b4076(0x57d),'children':(0x0,_0x10d682[_0x4b4076(0x541)])(_0x569e6b[_0x4b4076(0x4de)],{'className':_0x4b4076(0x5b3),'value':_0x322b07,'onChange':_0xee02f1=>_0x26b497(_0xee02f1),'options':_0x3c69b3})}),(0x0,_0x10d682[_0x4b4076(0xd8)])('div',{'className':_0x4b4076(0x389),'children':[(0x0,_0x10d682['jsx'])('div',{'className':_0x4b4076(0x424),'children':_0x211d4a['t'](_0x4b4076(0x5fc))}),!_0x506046&&(0x0,_0x10d682[_0x4b4076(0xd8)])(_0x10d682['Fragment'],{'children':[(0x0,_0x10d682['jsx'])('div',{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x211d4a['t'](_0x4b4076(0x2b0))}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0x569e6b[_0x4b4076(0x24b)],{'className':_0x4b4076(0x5c1),'value':(_0x261d8f==null||(_0x50e98b=_0x261d8f[_0x4b4076(0x3d4)])==null||(_0x50e98b=_0x50e98b[_0x4b4076(0x1b2)])==null?void 0x0:_0x50e98b[_0x4b4076(0x52b)])||_0x442db2(_0x322b07,_0x446a4a[_0x4b4076(0x576)][_0x4b4076(0x1b2)]),'onChange':_0x29823f=>{_0x55ad9c({'waterfall':{'positive':{'name':_0x29823f}}});},'onFocus':()=>{const _0x228e7a=_0x4b4076;_0x2ca1e6[_0x228e7a(0x526)](_0x1dcecb[_0x228e7a(0x501)],!0x0);},'onBlur':()=>{const _0x194adf=_0x4b4076;_0x2ca1e6[_0x194adf(0x526)](_0x1dcecb['FOCUSING_PANEL_EDITOR'],!0x1);}})]}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0xd748f8,{'chartType':_0x446a4a[_0x4b4076(0x18e)][_0x4b4076(0x5ee)],'allSeriesStyle':_0x14f76d,'controlName':'','seriesStyle':_0x506046?_0x14f76d==null||(_0x516cfb=_0x14f76d['waterfall'])==null?void 0x0:_0x516cfb[_0x4b4076(0x1b2)]:_0x261d8f==null||(_0x382df4=_0x261d8f[_0x4b4076(0x3d4)])==null?void 0x0:_0x382df4[_0x4b4076(0x1b2)],'onSeriesStyleChange':_0x2ccd61=>_0x55ad9c({'waterfall':{'positive':_0x2ccd61}})}),(0x0,_0x10d682['jsx'])(_0x2740c8,{'isLineOrAreaChart':!0x1,'allSeriesBorderStyle':_0x14f76d==null?void 0x0:_0x14f76d[_0x4b4076(0x5a2)],'hideBorder':!0x0,'controlName':_0x211d4a['t'](_0x4b4076(0x492)),'borderStyle':_0x1f694a,'onSeriesStyleChange':_0x2f7e1e=>_0x55ad9c({'waterfall':{'positive':_0x2f7e1e}})})]}),(0x0,_0x10d682[_0x4b4076(0xd8)])(_0x4b4076(0x192),{'className':_0x4b4076(0x389),'children':[(0x0,_0x10d682[_0x4b4076(0x541)])(_0x4b4076(0x192),{'className':_0x4b4076(0x424),'children':_0x211d4a['t'](_0x4b4076(0x153))}),!_0x506046&&(0x0,_0x10d682['jsxs'])(_0x10d682[_0x4b4076(0x40d)],{'children':[(0x0,_0x10d682[_0x4b4076(0x541)])('div',{'className':_0x4b4076(0x414),'children':_0x211d4a['t']('sheets-chart-ui.waterfall.negativeLegendText')}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0x569e6b[_0x4b4076(0x24b)],{'className':'univer-mb-2','value':(_0x261d8f==null||(_0x52aebe=_0x261d8f[_0x4b4076(0x3d4)])==null||(_0x52aebe=_0x52aebe[_0x4b4076(0x136)])==null?void 0x0:_0x52aebe[_0x4b4076(0x52b)])||_0x442db2(_0x322b07,_0x446a4a[_0x4b4076(0x576)][_0x4b4076(0x136)]),'onChange':_0x2b2028=>{_0x55ad9c({'waterfall':{'negative':{'name':_0x2b2028}}});},'onFocus':()=>{const _0x175975=_0x4b4076;_0x2ca1e6[_0x175975(0x526)](_0x1dcecb[_0x175975(0x501)],!0x0);},'onBlur':()=>{const _0x1bb2a1=_0x4b4076;_0x2ca1e6[_0x1bb2a1(0x526)](_0x1dcecb[_0x1bb2a1(0x501)],!0x1);}})]}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0xd748f8,{'chartType':_0x446a4a[_0x4b4076(0x18e)][_0x4b4076(0x5ee)],'allSeriesStyle':_0x14f76d,'controlName':'','seriesStyle':_0x506046?_0x14f76d==null||(_0x3f88c7=_0x14f76d[_0x4b4076(0x3d4)])==null?void 0x0:_0x3f88c7['negative']:_0x261d8f==null||(_0x385ba7=_0x261d8f['waterfall'])==null?void 0x0:_0x385ba7[_0x4b4076(0x136)],'onSeriesStyleChange':_0x12cc14=>_0x55ad9c({'waterfall':{'negative':_0x12cc14}})}),(0x0,_0x10d682['jsx'])(_0x2740c8,{'controlName':_0x211d4a['t'](_0x4b4076(0x492)),'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x14f76d==null?void 0x0:_0x14f76d[_0x4b4076(0x5a2)],'borderStyle':_0x170915,'onSeriesStyleChange':_0x5107e5=>_0x55ad9c({'waterfall':{'negative':_0x5107e5}})})]}),_0x2a6357&&(0x0,_0x10d682['jsx'])(_0x10d682[_0x4b4076(0x40d)],{'children':(0x0,_0x10d682['jsx'])('div',{'className':_0x4b4076(0x389),'children':(0x0,_0x10d682[_0x4b4076(0xd8)])(_0x10d682[_0x4b4076(0x40d)],{'children':[(0x0,_0x10d682[_0x4b4076(0x541)])('div',{'className':_0x4b4076(0x424),'children':_0x211d4a['t'](_0x4b4076(0x594))}),(0x0,_0x10d682[_0x4b4076(0xd8)])(_0x10d682['Fragment'],{'children':[(0x0,_0x10d682['jsx'])('div',{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x211d4a['t'](_0x4b4076(0x4eb))}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0x569e6b[_0x4b4076(0x24b)],{'className':_0x4b4076(0x5c1),'value':_0x358347||_0x442db2(_0x322b07,_0x446a4a[_0x4b4076(0x576)]['subtotal']),'onChange':_0x589fc3=>{_0x55ad9c({'waterfall':{'subtotal':{'name':_0x589fc3}}});},'onFocus':()=>{const _0x2b0802=_0x4b4076;_0x2ca1e6[_0x2b0802(0x526)](_0x1dcecb[_0x2b0802(0x501)],!0x0);},'onBlur':()=>{const _0x509330=_0x4b4076;_0x2ca1e6[_0x509330(0x526)](_0x1dcecb[_0x509330(0x501)],!0x1);}})]}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0xd748f8,{'chartType':_0x446a4a[_0x4b4076(0x18e)]['Waterfall'],'allSeriesStyle':_0x14f76d,'controlName':'','seriesStyle':_0x506046?_0x14f76d==null||(_0x464e88=_0x14f76d[_0x4b4076(0x3d4)])==null?void 0x0:_0x464e88[_0x4b4076(0x3bf)]:_0x261d8f==null||(_0x297ed2=_0x261d8f[_0x4b4076(0x3d4)])==null?void 0x0:_0x297ed2[_0x4b4076(0x3bf)],'onSeriesStyleChange':_0x406d96=>_0x55ad9c({'waterfall':{'subtotal':_0x406d96}})}),(0x0,_0x10d682[_0x4b4076(0x541)])(_0x2740c8,{'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x14f76d==null?void 0x0:_0x14f76d[_0x4b4076(0x5a2)],'controlName':_0x211d4a['t']('sheets-chart-ui.border'),'borderStyle':_0x54da7b,'onSeriesStyleChange':_0x500f0c=>_0x55ad9c({'waterfall':{'subtotal':_0x500f0c}})})]})})}),(0x0,_0x10d682['jsx'])('div',{'className':_0x4b4076(0x389),'children':(0x0,_0x10d682[_0x4b4076(0x541)])(_0x5934fb,{'fallbackLabelStyle':_0x25ac81,'labelStyle':_0x3e6f7b,'positionOptions':_0x3e4e9c,'contentTypeOptions':_0x5f362c,'onLabelStyleChange':(_0x49bc35,_0x4cfb44)=>_0x55ad9c({'label':{[_0x49bc35]:_0x4cfb44}}),'onVisibleChange':_0x180484=>_0x55ad9c({'label':{'visible':_0x180484}}),'isPieLike':!0x1,'chartType':_0x446a4a['ChartTypeBits'][_0x4b4076(0x5ee)]})})]});};function _0x10a7b2(_0x38bf88){let _0x179359=[];for(let [_0x1fe2f4,_0x3920b9]of _0x38bf88)_0x179359['push']({'value':_0x1fe2f4,'label':_0x1fe2f4,'icon':_0x3920b9['src']});return _0x179359;}function _0x5206b8(_0x193b5e){const _0x4e7300=_0x9fa3c0;let {service:_0x17a624}=_0x193b5e,_0x3debd7=(0x0,_0x591c64[_0x4e7300(0x4a8)])(_0x1dcecb[_0x4e7300(0x5fd)]),_0x492676=_0x10a7b2((0x0,_0x591c64['useDependency'])(_0x446a4a[_0x4e7300(0x29c)])[_0x4e7300(0x243)]()),[_0x448f33,_0x33f5fc]=_0x57fa09(_0x4e7300(0x5ca),_0x17a624),[_0xf277af,_0x41ffd0]=_0x57fa09(_0x4e7300(0x14d),_0x17a624),[_0x2fafca,_0xfe12e4]=(0x0,_0x543d91[_0x4e7300(0x56a)])(!0x1),_0x4610f7=_0x492676[_0x4e7300(0x57f)](_0x3a0049=>_0x3a0049[_0x4e7300(0x292)]===_0x448f33)||_0x492676[0x0];return(0x0,_0x10d682[_0x4e7300(0xd8)])(_0x4e7300(0x192),{'className':'univer-box-border\x20univer-w-full\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x10d682[_0x4e7300(0x541)])(_0x4e7300(0x192),{'className':_0x4e7300(0x1c0),'children':_0x3debd7['t']('sheets-chart-ui.styleEditPanel.wordCloudShape')}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x4e7300(0x364)],{'open':_0x2fafca,'onOpenChange':_0xfe12e4,'overlay':(0x0,_0x10d682['jsx'])(_0x4e7300(0x192),{'className':'univer-grid\x20univer-w-[290px]\x20univer-grid-cols-4\x20univer-gap-2\x20univer-p-2','children':_0x492676[_0x4e7300(0x579)](_0x380c02=>(0x0,_0x10d682['jsx'])(_0x4e7300(0x466),{'className':(0x0,_0x569e6b[_0x4e7300(0x48d)])('univer-rounded-md\x20univer-p-2\x20hover:univer-bg-gray-200',_0x569e6b[_0x4e7300(0x5a0)],{'univer-bg-white':_0x4610f7['value']!==_0x380c02[_0x4e7300(0x292)],'univer-select-item-option-selected':_0x4610f7[_0x4e7300(0x292)]===_0x380c02[_0x4e7300(0x292)]}),'type':_0x4e7300(0x466),'onClick':()=>{const _0x4b3b26=_0x4e7300;_0x33f5fc(_0x380c02[_0x4b3b26(0x292)]),_0xfe12e4(!0x1);},'children':(0x0,_0x10d682[_0x4e7300(0x541)])('span',{'className':_0x4e7300(0xe4),'children':(0x0,_0x10d682[_0x4e7300(0x541)])('img',{'src':_0x380c02[_0x4e7300(0x24c)],'alt':_0x380c02[_0x4e7300(0x3d6)]})})},_0x380c02[_0x4e7300(0x292)]))}),'children':(0x0,_0x10d682[_0x4e7300(0x541)])(_0x4e7300(0x466),{'className':(0x0,_0x569e6b[_0x4e7300(0x48d)])(_0x4e7300(0x4d2),_0x569e6b[_0x4e7300(0x5a0)]),'type':'button','children':(0x0,_0x10d682[_0x4e7300(0xd8)])(_0x4e7300(0x351),{'className':_0x4e7300(0x4ed),'children':[(0x0,_0x10d682[_0x4e7300(0x541)])(_0x4e7300(0x351),{'className':_0x4e7300(0x4df),'children':(0x0,_0x10d682['jsx'])(_0x4e7300(0x35e),{'className':_0x4e7300(0x58b),'src':_0x4610f7[_0x4e7300(0x24c)],'alt':_0x4610f7['label']})}),(0x0,_0x10d682[_0x4e7300(0x541)])(_0x4e7300(0x351),{'children':_0x4610f7['label']})]})})}),(0x0,_0x10d682[_0x4e7300(0x541)])(_0x569e6b['Checkbox'],{'className':'univer-mt-2.5','checked':_0xf277af==null?_0x446a4a['defaultChartConfig'][_0x4e7300(0x109)][_0x4e7300(0x4fc)]:_0xf277af,'onChange':_0x1345b4=>{_0x41ffd0==null||_0x41ffd0(!!_0x1345b4);},'children':_0x3debd7['t'](_0x4e7300(0x57a))})]});}let {textStyle:_0x51a492}=_0x446a4a[_0x9fa3c0(0x5f7)];function _0x486df6(_0xd89a83){const _0x580dcd=_0x9fa3c0;var _0x249a19;return(_0x249a19=_0xd89a83==null?void 0x0:_0xd89a83['find'](_0x518262=>_0x518262[_0x580dcd(0x3c0)]===_0x446a4a[_0x580dcd(0x3b6)][_0x580dcd(0x56f)]))==null?_0xd89a83==null?void 0x0:_0xd89a83[_0x580dcd(0x57f)](_0x275c60=>_0x275c60[_0x580dcd(0x3c0)]===_0x446a4a['IRuntimeAxisPosition'][_0x580dcd(0x5c6)]):_0x249a19;}let _0x36f9e0=()=>{const _0x5caa56=_0x9fa3c0;var _0x3288bd,_0x3b7b8a,_0x197340,_0x529fbf,_0x243eb8,_0x571e18,_0x5f2ab8,_0x5cb630;let _0x192597=(0x0,_0x591c64[_0x5caa56(0x4a8)])(_0x1dcecb[_0x5caa56(0x5fd)]),_0x4fe538=(0x0,_0x591c64[_0x5caa56(0x4a8)])(_0x1dcecb[_0x5caa56(0x2f5)]),_0x435245=_0x523b6a(),_0x5c06af=(0x0,_0x591c64[_0x5caa56(0x4a8)])(_0x591c64['IDialogService']),[_0x56cb34,_0x952c22]=_0x57fa09('chartType',_0x435245),[_0x4aec36]=_0x57fa09(_0x5caa56(0x5e8),_0x435245),[_0x43be4c,_0x274e06]=_0x57fa09('backgroundColor',_0x435245,''),[_0x2037c9,_0x2f9a0f]=_0x57fa09(_0x5caa56(0x49a),_0x435245,''),[_0x3eab00,_0x39a28f]=_0x57fa09(_0x5caa56(0xee),_0x435245),[_0x267b66,_0x1d0779]=_0x57fa09('visualMapType',_0x435245),[_0x16b5fe,_0x2346ea]=_0x57fa09('xAxisOptions',_0x435245),[_0x386962,_0xdab046]=_0x57fa09(_0x5caa56(0x239),_0x435245),[_0x1a9efb,_0x39cda5]=_0x57fa09('rightYAxisOptions',_0x435245),[_0x5f1dba,_0x434bcf]=_0x57fa09('titles',_0x435245),[_0x406f91,_0x332b28]=_0x57fa09(_0x5caa56(0x5d5),_0x435245),[_0xf1c7de,_0x37dd83]=_0x57fa09(_0x5caa56(0x519),_0x435245),[_0x406623]=_0x57fa09(_0x5caa56(0x2c4),_0x435245),[_0x1fc2cf]=_0x57fa09(_0x5caa56(0x4e4),_0x435245),_0xe8cebc=(0x0,_0x591c64[_0x5caa56(0x4a8)])(_0x446a4a[_0x5caa56(0x304)]),[_0x2c8e78,_0x168f6c]=(0x0,_0x543d91[_0x5caa56(0x56a)])(''),[_0x5bee62]=_0x57fa09(_0x5caa56(0x506),_0x435245),_0x2d215e=_0x56cb34&&(0x0,_0x446a4a[_0x5caa56(0x193)])(_0x56cb34),_0x179b16=_0x5bee62&&_0x5bee62[_0x5caa56(0x11c)]>0x0,_0x212497=_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)]['baseOn'](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x430)]),_0x547f7c=(0x0,_0x543d91['useMemo'])(()=>_0x1fc2cf?_0xe8cebc[_0x5caa56(0x3e0)](_0x1fc2cf):_0xe8cebc[_0x5caa56(0x2c0)](),[_0x1fc2cf]),_0x4934f0=!!(_0x56cb34&&_0x446a4a['chartBitsUtils'][_0x5caa56(0x494)](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x5df)])),_0x3eb72b=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)]['baseOn'](_0x56cb34,_0x446a4a['ChartTypeBits'][_0x5caa56(0x37b)])),_0x516344=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)][_0x5caa56(0x494)](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x50d)])),_0x51e972=!!(_0x56cb34&&_0x446a4a['chartBitsUtils'][_0x5caa56(0x494)](_0x56cb34,_0x446a4a['ChartTypeBits'][_0x5caa56(0x30d)])),_0x17fc25=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)]['baseOn'](_0x56cb34,_0x446a4a['ChartTypeBits']['Pareto'])),_0x3a50a4=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)][_0x5caa56(0x494)](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x15a)])),_0x31034=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)]['baseOn'](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x3ac)])),_0xa191cf=(0x0,_0x543d91[_0x5caa56(0x4d1)])(()=>_0x406623==null?void 0x0:_0x406623[_0x5caa56(0x336)]((_0x287aee,_0x33c956)=>(_0x287aee[_0x33c956[_0x5caa56(0x3c0)]]=_0x33c956,_0x287aee),{}),[_0x406623]),_0x34e211=!!(_0xa191cf!=null&&_0xa191cf[_0x446a4a[_0x5caa56(0x3b6)][_0x5caa56(0x5c6)]])&&!!(_0xa191cf!=null&&_0xa191cf[_0x446a4a[_0x5caa56(0x3b6)][_0x5caa56(0x56f)]])&&(_0x56cb34&_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x5b5)])===0x0&&(_0x56cb34&_0x446a4a['ChartTypeBits'][_0x5caa56(0x3e9)])===0x0,_0x468103=_0x486df6(_0x406623),[_0x25014a,_0x34a534]=(0x0,_0x543d91[_0x5caa56(0x56a)])(_0xb02330[0x0]['value']),_0x784400=_0x5f1dba==null?void 0x0:_0x5f1dba[_0x25014a],_0x518719={'color':_0x51a492[_0x5caa56(0x36b)],'fontSize':_0x25014a==='title'?_0x51a492[_0x5caa56(0x30c)]:_0x25014a===_0x5caa56(0x4ba)?_0x51a492[_0x5caa56(0x577)]:_0x51a492[_0x5caa56(0x3f0)],..._0x784400},_0x42c0d9=(0x0,_0x543d91[_0x5caa56(0x1cd)])(_0x41e6e2=>{_0x434bcf({[_0x25014a]:_0x41e6e2});},[_0x25014a]),_0x1d817c=_0x3afa39=>{const _0x2b056f=_0x5caa56;let _0x38ec11={'label':{'axisTitleAlign':_0x3afa39}};_0x25014a==='xAxisTitle'&&_0x2346ea(_0x38ec11),_0x25014a===_0x2b056f(0x397)&&_0xdab046(_0x38ec11),_0x25014a===_0x2b056f(0x53e)&&_0x39cda5(_0x38ec11);},_0x2e8c5a=()=>{const _0x217611=_0x5caa56;if(_0x25014a===_0x217611(0x2a6)){var _0x17bef9;return _0x16b5fe==null||(_0x17bef9=_0x16b5fe[_0x217611(0x3d6)])==null?void 0x0:_0x17bef9[_0x217611(0xec)];}if(_0x25014a==='yAxisTitle'){var _0x2647a5;return _0x386962==null||(_0x2647a5=_0x386962[_0x217611(0x3d6)])==null?void 0x0:_0x2647a5['axisTitleAlign'];}if(_0x25014a==='rightYAxisTitle'){var _0x182058;return _0x1a9efb==null||(_0x182058=_0x1a9efb[_0x217611(0x3d6)])==null?void 0x0:_0x182058[_0x217611(0xec)];}};(0x0,_0x543d91[_0x5caa56(0x47c)])(()=>{const _0x49f4bd=_0x5caa56;var _0x432423;_0x168f6c((_0x432423=_0x518719==null?void 0x0:_0x518719[_0x49f4bd(0x3c9)])==null?'':_0x432423);},[_0x518719==null?void 0x0:_0x518719['content']]);let _0x49316a=_0x58ed8c(_0x192597,_0x37d3fc),_0x2f5336=_0x58ed8c(_0x192597,_0xb02330),_0x46ca1b=_0x58ed8c(_0x192597,_0x24e965),_0x45567b=_0x58ed8c(_0x192597,_0x3b3b32),_0x33a1f1=[_0x2f5336[0x0]],_0x5dcbaf=_0x58ed8c(_0x192597,_0x38f580),_0x3b19bd=_0x58ed8c(_0x192597,_0x429ca1),_0x2b5868=(_0x56c4e1,_0x5eacc1)=>{const _0x69e6bd=_0x5caa56;let _0x40c665={'label':_0x4d8725,'onPatternApply':_0x5eacc1,'originPattern':_0x56c4e1};_0x5c06af[_0x69e6bd(0x2ba)]({'id':_0x34c5a6,'title':{'title':_0x192597['t']('sheets-chart-ui.dialog.setFormat')},'children':_0x40c665,'width':0x258,'onClose':()=>{_0x5c06af['close'](_0x34c5a6);}});},_0x3209a7=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)][_0x5caa56(0x494)](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x5b5)])),_0x2aaf5d=!!(_0x56cb34&&_0x446a4a['chartBitsUtils'][_0x5caa56(0x494)](_0x56cb34,_0x446a4a[_0x5caa56(0x18e)]['Radar'])),_0x23dee8=!!(_0x56cb34&&_0x446a4a[_0x5caa56(0x43a)][_0x5caa56(0x494)](_0x56cb34,_0x446a4a['ChartTypeBits'][_0x5caa56(0x5ee)]));return(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':'','children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b['Accordion'],{'items':[{'label':(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x2b9),'children':_0x192597['t']('sheets-chart-ui.chartStyle')}),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x1d8),{'className':_0x5caa56(0x389),'children':(0x0,_0x10d682[_0x5caa56(0xd8)])('div',{'className':_0x5caa56(0x30e),'children':[(0x0,_0x10d682[_0x5caa56(0xd8)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x491))}),(0x0,_0x10d682[_0x5caa56(0x541)])(_0x35d1f2,{'color':_0x43be4c,'onChange':_0x274e06})]}),(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x192),{'className':_0x5caa56(0x333),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x4f0))}),(0x0,_0x10d682['jsx'])(_0x35d1f2,{'color':_0x2037c9,'onChange':_0x2f9a0f})]})]})})},{'label':(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x2b9),'children':_0x192597['t']('sheets-chart-ui.chartAndAxisTitles')}),'children':(0x0,_0x10d682['jsxs'])(_0x5caa56(0x1d8),{'children':[(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x192),{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x4f5))}),(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b[_0x5caa56(0x4de)],{'className':_0x5caa56(0x5b3),'value':_0x25014a,'options':_0x3209a7||_0x2aaf5d||_0x4934f0?_0x33a1f1:_0x2f5336,'onChange':_0x2952ee=>_0x34a534(_0x2952ee)})]}),(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x192),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x194))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x5caa56(0x24b)],{'value':_0x2c8e78,'onChange':_0x168f6c,'onFocus':()=>{const _0x3f70c3=_0x5caa56;_0x4fe538[_0x3f70c3(0x526)](_0x1dcecb[_0x3f70c3(0x501)],!0x0);},'onBlur':()=>{const _0xcf66a9=_0x5caa56;_0x4fe538['setContextValue'](_0x1dcecb[_0xcf66a9(0x501)],!0x1),_0x2c8e78!==(_0x518719==null?void 0x0:_0x518719[_0xcf66a9(0x3c9)])&&_0x42c0d9({'content':_0x2c8e78});}})]}),(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x389),'children':(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x30e),'children':(0x0,_0x10d682[_0x5caa56(0xd8)])('div',{'className':_0x5caa56(0x333),'children':[_0x25014a==='title'&&(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x10d682[_0x5caa56(0x40d)],{'children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x53c),'children':_0x192597['t']('sheets-chart-ui.titles.titlePosition')}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x5caa56(0x4de)],{'className':_0x5caa56(0x5b3),'value':_0x406f91==null?_0x446a4a[_0x5caa56(0x5f7)]['titlePosition']:_0x406f91,'options':_0x5dcbaf,'onChange':_0x3003a7=>_0x332b28(_0x3003a7)})]}),_0x25014a!==_0x5caa56(0x3f8)&&(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x10d682[_0x5caa56(0x40d)],{'children':[(0x0,_0x10d682['jsx'])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x192597['t']('sheets-chart-ui.titles.titleAlign')}),(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b[_0x5caa56(0x4de)],{'className':_0x5caa56(0x5b3),'value':(_0x3288bd=_0x2e8c5a())==null?_0x446a4a[_0x5caa56(0x5f7)][_0x5caa56(0x600)][_0x5caa56(0x1f8)]:_0x3288bd,'options':_0x3b19bd,'onChange':_0x4fea4d=>_0x1d817c(_0x4fea4d)})]})]})})}),(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x192),{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x203))}),(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x5f1),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x36f8cf,{'alignControl':_0x25014a===_0x5caa56(0x3f8),..._0x518719,'onChange':(_0x1c5c08,_0x10f3aa)=>_0x42c0d9({[_0x1c5c08]:_0x10f3aa})})})]})]})},_0x4934f0&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x499))}),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5206b8,{'service':_0x435245})},!_0x4934f0&&!_0x3209a7&&!_0x3eb72b&&!_0x51e972&&!_0x23dee8&&!_0x17fc25&&!_0x3a50a4&&!_0x31034&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x408))}),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x2d7195,{'chartType':_0x56cb34,'service':_0x435245})},_0x17fc25&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x1f1))}),'children':(0x0,_0x10d682['jsx'])(_0x32b7ae,{'service':_0x435245,'isLineSeries':!0x1})},_0x17fc25&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x1c5))}),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x32b7ae,{'service':_0x435245,'isLineSeries':!0x0})},_0x23dee8&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x408))}),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x1916d1,{'service':_0x435245})},_0x3209a7&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x593))}),'children':(0x0,_0x10d682['jsx'])(_0x4e4a14,{'chartType':_0x56cb34,'service':_0x435245,'onChartTypeChange':_0x952c22})},!_0x4934f0&&!_0x3a50a4&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x471))}),'children':(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x1d8),{'children':[(0x0,_0x10d682[_0x5caa56(0xd8)])('div',{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x1a6))}),(0x0,_0x10d682['jsx'])(_0x569e6b[_0x5caa56(0x4de)],{'className':'univer-w-full\x20!univer-min-w-0','value':(_0x3eab00==null?void 0x0:_0x3eab00[_0x5caa56(0x3c0)])||_0x446a4a[_0x5caa56(0x5f7)][_0x5caa56(0x420)][_0x5caa56(0x3c0)],'onChange':_0x307ed9=>_0x39a28f({..._0x3eab00,'position':_0x307ed9}),'options':_0x49316a})]}),(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x192),{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682['jsx'])('div',{'className':_0x5caa56(0x53c),'children':_0x192597['t'](_0x5caa56(0x18a))}),!_0x31034&&(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b['Select'],{'className':_0x5caa56(0x5b3),'value':(_0x3eab00==null?void 0x0:_0x3eab00[_0x5caa56(0x16c)])||_0x446a4a[_0x5caa56(0x5f7)][_0x5caa56(0x420)]['selectMode'],'onChange':_0x3528e6=>_0x39a28f({..._0x3eab00,'selectMode':_0x3528e6}),'options':_0x46ca1b}),_0x31034&&(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b[_0x5caa56(0x4de)],{'className':_0x5caa56(0x5b3),'value':_0x267b66||_0x446a4a['defaultChartConfig'][_0x5caa56(0x1db)][_0x5caa56(0x38b)],'onChange':_0x1ecd00=>_0x1d0779(_0x1ecd00),'options':_0x45567b})]}),!_0x31034&&(0x0,_0x10d682['jsxs'])(_0x5caa56(0x192),{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x192597['t']('sheets-chart-ui.titles.titleFormat')}),(0x0,_0x10d682[_0x5caa56(0x541)])(_0x36f8cf,{..._0x3eab00==null?void 0x0:_0x3eab00[_0x5caa56(0x3d6)],'fontSize':(_0x3b7b8a=_0x3eab00==null||(_0x197340=_0x3eab00[_0x5caa56(0x3d6)])==null?void 0x0:_0x197340['fontSize'])==null?_0x446a4a[_0x5caa56(0x5f7)][_0x5caa56(0x347)][_0x5caa56(0x3f0)]:_0x3b7b8a,'color':(_0x529fbf=_0x3eab00==null||(_0x243eb8=_0x3eab00['label'])==null?void 0x0:_0x243eb8[_0x5caa56(0x36b)])==null?_0x446a4a[_0x5caa56(0x5f7)][_0x5caa56(0x347)]['color']:_0x529fbf,'onChange':(_0x4a8469,_0x127a87)=>_0x39a28f({'label':{[_0x4a8469]:_0x127a87}})})]})]})},!_0x4934f0&&!_0x3209a7&&!_0x2aaf5d&&!_0x516344&&!_0x51e972&&!_0x3a50a4&&!_0x31034&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x235))}),'children':(0x0,_0x10d682[_0x5caa56(0xd8)])(_0x5caa56(0x1d8),{'className':'univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x4b80b4,{'sheetsChartUIService':_0x435245,'axisOptions':_0x16b5fe,'canUseDateAxis':_0x56cb34!==_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x430)]&&_0x56cb34!==_0x446a4a[_0x5caa56(0x18e)][_0x5caa56(0x5ee)],'valueAxis':_0x212497||(_0xa191cf==null||(_0x571e18=_0xa191cf[_0x446a4a['IRuntimeAxisPosition'][_0x5caa56(0x5dd)]])==null?void 0x0:_0x571e18['type'])===_0x446a4a['AxisValueType'][_0x5caa56(0x4c7)],'onChange':_0x2346ea}),(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b[_0x5caa56(0x281)],{'className':'','size':_0x5caa56(0x1f4),'onClick':()=>{_0x2b5868(_0x16b5fe==null?void 0x0:_0x16b5fe['format'],_0x44dfd5=>{_0x2346ea({'format':_0x44dfd5});});},'children':_0x192597['t'](_0x5caa56(0x211))})]})},!_0x4934f0&&!_0x3209a7&&!_0x2aaf5d&&!_0x516344&&!_0x51e972&&!_0x3a50a4&&!_0x31034&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0xeb))}),'children':(0x0,_0x10d682[_0x5caa56(0xd8)])('section',{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x4b80b4,{'sheetsChartUIService':_0x435245,'axisOptions':_0x386962,'canUseDateAxis':!0x1,'valueAxis':(_0x468103==null?void 0x0:_0x468103[_0x5caa56(0x45f)])===_0x446a4a[_0x5caa56(0x113)]['Numeric'],'onChange':_0xdab046}),(_0x468103==null?void 0x0:_0x468103['type'])===_0x446a4a[_0x5caa56(0x113)]['Numeric']&&(0x0,_0x10d682[_0x5caa56(0x541)])(_0x569e6b[_0x5caa56(0x281)],{'className':'','size':'small','onClick':()=>{const _0x54d4f0=_0x5caa56;_0x2b5868(_0x386962==null?void 0x0:_0x386962[_0x54d4f0(0x198)],_0x4d9362=>{_0xdab046({'format':_0x4d9362});});},'children':_0x192597['t'](_0x5caa56(0x211))})]})},!_0x4934f0&&_0x34e211&&!_0x51e972&&!_0x3a50a4&&!_0x31034&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x3c2))}),'children':(0x0,_0x10d682['jsxs'])(_0x5caa56(0x1d8),{'className':_0x5caa56(0x389),'children':[(0x0,_0x10d682[_0x5caa56(0x541)])(_0x4b80b4,{'sheetsChartUIService':_0x435245,'canUseDateAxis':!0x1,'axisOptions':_0x1a9efb,'onChange':_0x39cda5,'valueAxis':!0x0}),(_0xa191cf==null||(_0x5f2ab8=_0xa191cf[_0x446a4a['IRuntimeAxisPosition'][_0x5caa56(0x5c6)]])==null?void 0x0:_0x5f2ab8[_0x5caa56(0x45f)])===_0x446a4a['AxisValueType']['Numeric']&&(0x0,_0x10d682['jsx'])(_0x569e6b['Button'],{'className':'','size':_0x5caa56(0x1f4),'onClick':()=>{const _0x9e591e=_0x5caa56;_0x2b5868(_0x1a9efb==null?void 0x0:_0x1a9efb[_0x9e591e(0x198)],_0xb98e51=>{_0x39cda5({'format':_0xb98e51});});},'children':_0x192597['t'](_0x5caa56(0x211))})]})},!_0x4934f0&&!_0x3209a7&&!_0x2aaf5d&&!_0x51e972&&!_0x516344&&!_0x3a50a4&&!_0x31034&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t']('sheets-chart-ui.gridlinesAndTicks')}),'children':(0x0,_0x10d682['jsx'])('section',{'className':_0x5caa56(0x389),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x3d6210,{'service':_0x435245,'className':'univer-mt-2','runtimeAxes':_0x406623})})},!_0x4934f0&&!_0x51e972&&!_0x3209a7&&!_0x516344&&!_0x3a50a4&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x192597['t'](_0x5caa56(0x44b))}),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x1d8),{'className':_0x5caa56(0x389),'children':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x1eeee1,{'indicatorLabelColor':(_0xf1c7de==null?void 0x0:_0xf1c7de[_0x5caa56(0x1ef)])||_0x446a4a['defaultChartConfig'][_0x5caa56(0x34a)],'indicatorLineType':(_0xf1c7de==null?void 0x0:_0xf1c7de[_0x5caa56(0x1c3)])||_0x446a4a[_0x5caa56(0x5f7)][_0x5caa56(0x1c3)],'indicatorLabelTextColor':(_0xf1c7de==null?void 0x0:_0xf1c7de[_0x5caa56(0x580)])||_0x446a4a[_0x5caa56(0x5f7)]['tooltipAxisLabelColor'],'indicatorLineColor':(_0xf1c7de==null?void 0x0:_0xf1c7de[_0x5caa56(0x2f0)])||(_0x547f7c==null||(_0x5cb630=_0x547f7c['theme'])==null?void 0x0:_0x5cb630['tooltipAxisColor']),'onChange':_0xc39242=>{_0x37dd83(_0xc39242);}})})},_0x2d215e&&_0x179b16&&{'label':(0x0,_0x10d682[_0x5caa56(0x541)])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x108))}),'children':(0x0,_0x10d682['jsx'])(_0x21ddee,{'uiService':_0x435245})},_0x51e972&&{'label':(0x0,_0x10d682['jsx'])(_0x5caa56(0x192),{'className':_0x5caa56(0x2b9),'children':_0x192597['t'](_0x5caa56(0x47a))}),'children':(0x0,_0x10d682['jsx'])('section',{'className':_0x5caa56(0x389),'children':(0x0,_0x10d682['jsx'])(_0x1bef04,{'service':_0x435245})})}][_0x5caa56(0x411)](Boolean)})});};function _0xe928cf(_0x36b642){const _0x54cc6d=_0x9fa3c0;let {className:_0x33e055}=_0x36b642,[_0xdd8884,_0x3fa8de]=(0x0,_0x543d91[_0x54cc6d(0x56a)])(0x0),_0x34f548=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x54cc6d(0x5fd)]);return(0x0,_0x10d682[_0x54cc6d(0xd8)])('div',{'className':(0x0,_0x569e6b[_0x54cc6d(0x48d)])(_0x54cc6d(0x207),_0x33e055),'children':[(0x0,_0x10d682['jsxs'])('div',{'className':_0x54cc6d(0x5a7),'children':[(0x0,_0x10d682[_0x54cc6d(0xd8)])(_0x54cc6d(0x192),{'className':(0x0,_0x569e6b[_0x54cc6d(0x48d)])('univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold',_0xdd8884===0x0?_0x54cc6d(0x606):_0x54cc6d(0x23a)),'onClick':()=>_0x3fa8de(0x0),'children':[_0x34f548['t'](_0x54cc6d(0x23e)),(0x0,_0x10d682[_0x54cc6d(0x541)])(_0x54cc6d(0x192),{'className':(0x0,_0x569e6b[_0x54cc6d(0x48d)])(_0x54cc6d(0x13b),{'univer-bg-primary-600':_0xdd8884===0x0,'univer-bg-transparent':_0xdd8884!==0x0})})]}),(0x0,_0x10d682[_0x54cc6d(0xd8)])(_0x54cc6d(0x192),{'className':(0x0,_0x569e6b[_0x54cc6d(0x48d)])(_0x54cc6d(0x2db),{'univer-text-primary-600':_0xdd8884===0x1,'univer-text-gray-500':_0xdd8884!==0x1}),'onClick':()=>_0x3fa8de(0x1),'children':[_0x34f548['t'](_0x54cc6d(0x371)),(0x0,_0x10d682[_0x54cc6d(0x541)])('div',{'className':(0x0,_0x569e6b[_0x54cc6d(0x48d)])(_0x54cc6d(0x537),{'univer-bg-primary-600':_0xdd8884===0x1,'univer-bg-transparent':_0xdd8884!==0x1})})]})]}),(0x0,_0x10d682['jsx'])(_0x54cc6d(0x192),{'className':_0x54cc6d(0x4b0),'children':_0xdd8884===0x0?(0x0,_0x10d682[_0x54cc6d(0x541)])(_0x54fd86,{}):(0x0,_0x10d682['jsx'])(_0x36f9e0,{})})]});}let _0xe5ddc='sheet.chart.edit.panel';function _0x4ebf78(_0x4d3050){const _0x458402=_0x9fa3c0;if(_0x4d3050['length']!==0x1)return!0x1;let _0x15ac89=_0x4d3050[0x0];return _0x15ac89[_0x458402(0x19e)]===_0x1dcecb[_0x458402(0x1aa)][_0x458402(0x3a8)]&&!_0x15ac89['groupId'];}let _0x500266=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x14908f,_0xe4a9f5,_0x514042,_0x1e58de,_0x57d49d,_0x394d3e,_0x1ca3f0,_0x1f7914,_0x2124a1,_0x5546b7,_0x340783){const _0x8a439a=_0x9fa3c0;super(),this[_0x8a439a(0x566)]=_0x14908f,this[_0x8a439a(0x296)]=_0xe4a9f5,this[_0x8a439a(0x1cf)]=_0x514042,this['_sidebarService']=_0x1e58de,this[_0x8a439a(0x308)]=_0x57d49d,this[_0x8a439a(0x246)]=_0x394d3e,this[_0x8a439a(0x33f)]=_0x1ca3f0,this['_sheetCanvasPopManagerService']=_0x1f7914,this[_0x8a439a(0x39f)]=_0x2124a1,this[_0x8a439a(0x437)]=_0x5546b7,this['_contextService']=_0x340783,_0x159363(this,_0x8a439a(0x34f),null),this[_0x8a439a(0x540)](),this[_0x8a439a(0x353)](this[_0x8a439a(0x296)][_0x8a439a(0x265)](_0x1dcecb[_0x8a439a(0x407)][_0x8a439a(0x14b)])[_0x8a439a(0x57b)](_0x369411=>{const _0x165154=_0x8a439a;var _0x304f63;_0x369411||(_0x304f63=this[_0x165154(0x34f)])==null||_0x304f63['dispose']();}));}[_0x9fa3c0(0x22a)](){const _0x2c7230=_0x9fa3c0;this['_sidebarDisposable']=this[_0x2c7230(0x28c)]['open']({'id':_0xe5ddc,'header':{'title':_0x2c7230(0x2af)},'width':0x154,'children':{'label':_0xe5ddc},'onClose':()=>{const _0x1d9e9e=_0x2c7230;this[_0x1d9e9e(0x566)]['focusDrawing'](null),this[_0x1d9e9e(0x2a0)][_0x1d9e9e(0x526)](_0x1dcecb[_0x1d9e9e(0x3d7)],!0x1),this[_0x1d9e9e(0x34f)]=null;}});}[_0x9fa3c0(0x41b)](){const _0x9106c5=_0x9fa3c0;var _0x143b0e;this['_chartModelService'][_0x9106c5(0x4fb)](null),(_0x143b0e=this['_sidebarDisposable'])==null||_0x143b0e[_0x9106c5(0x33c)]();}[_0x9fa3c0(0x41e)](){const _0x10ede4=_0x9fa3c0;let _0x3b64f4=this[_0x10ede4(0x296)][_0x10ede4(0x126)](_0x1dcecb[_0x10ede4(0x407)][_0x10ede4(0x14b)]);this[_0x10ede4(0x353)](this['_sidebarService'][_0x10ede4(0x477)][_0x10ede4(0x57b)](_0x399b86=>{const _0x17eb1e=_0x10ede4;_0x399b86['id']===_0x17eb1e(0xd4)&&(_0x399b86[_0x17eb1e(0x536)]||this['_sidebarService'][_0x17eb1e(0x477)][_0x17eb1e(0x3ad)]({'visible':!0x1}));})),this['disposeWithMe'](this['_commandService'][_0x10ede4(0x127)](_0x55dbaf=>{const _0xd3f488=_0x10ede4;if(_0x55dbaf['id']===_0x27e6ad['id']){let _0x207381=_0x55dbaf[_0xd3f488(0x48b)];this[_0xd3f488(0x2bb)](_0x207381['drawingId']);}if(_0x55dbaf['id']===_0x4ced9a['id']&&this[_0xd3f488(0x41b)](),_0x55dbaf['id']===_0x2b483c[_0xd3f488(0x601)]['id']){var _0x5163f3;_0x55dbaf[_0xd3f488(0x48b)]['chartId']===((_0x5163f3=this[_0xd3f488(0x1cf)][_0xd3f488(0xe6)])==null?void 0x0:_0x5163f3['id'])&&this['hidePanel'](),this[_0xd3f488(0x2a0)]['getContextValue'](_0x1dcecb['FOCUSING_COMMON_DRAWINGS'])&&(this[_0xd3f488(0x2a0)][_0xd3f488(0x526)](_0x1dcecb['FOCUSING_COMMON_DRAWINGS'],!0x1),this[_0xd3f488(0x566)][_0xd3f488(0x4f8)](null));}})),this['disposeWithMe'](this[_0x10ede4(0x566)][_0x10ede4(0x1eb)][_0x10ede4(0x57b)](_0x54172f=>{const _0x144c5f=_0x10ede4;let _0x105539=_0x54172f[0x0];if(!this[_0x144c5f(0x437)][_0x144c5f(0x2d2)]){if(_0x4ebf78(_0x54172f)){var _0x33bf90;let _0x497120=this[_0x144c5f(0x1cf)]['getChartModel'](_0x105539[_0x144c5f(0x299)]);_0x497120&&((_0x33bf90=this[_0x144c5f(0x1cf)][_0x144c5f(0xe6)])==null?void 0x0:_0x33bf90['id'])!==_0x497120['id']&&this[_0x144c5f(0x1cf)][_0x144c5f(0x4fb)](_0x497120);return;}this[_0x144c5f(0x1cf)][_0x144c5f(0xe6)]&&this[_0x144c5f(0x1cf)][_0x144c5f(0x4fb)](null),!_0x105539&&!this[_0x144c5f(0x437)][_0x144c5f(0x2d2)]&&this[_0x144c5f(0x41b)]();}})),_0x3b64f4&&(this[_0x10ede4(0x353)](_0x3b64f4['sheetDisposed$'][_0x10ede4(0x57b)](()=>{const _0x3920af=_0x10ede4;this[_0x3920af(0x41b)]();})),this[_0x10ede4(0x353)](_0x3b64f4[_0x10ede4(0x2ce)][_0x10ede4(0x57b)](()=>{const _0x3c7d8c=_0x10ede4;this[_0x3c7d8c(0x41b)]();})));}['openChartPanelById'](_0x11f8a8){const _0x4733c0=_0x9fa3c0;let _0x3f6db1=this['_chartModelService'][_0x4733c0(0x4e9)](_0x11f8a8);_0x3f6db1&&(this[_0x4733c0(0x1cf)][_0x4733c0(0x4fb)](_0x3f6db1),this[_0x4733c0(0x22a)]());}[_0x9fa3c0(0x540)](){const _0x5d16ea=_0x9fa3c0;this[_0x5d16ea(0x33f)]['mergeMenu'](_0x50c20a),this[_0x5d16ea(0x2ec)]['registerFeatureMenu'](_0x1dcecb[_0x5d16ea(0x1aa)][_0x5d16ea(0x3a8)],this[_0x5d16ea(0x598)][_0x5d16ea(0x380)](this));}[_0x9fa3c0(0x598)](_0x2e0410,_0x3d3e4d,_0x4ef12b,_0x4c1938){const _0x59d839=_0x9fa3c0;return[{'label':_0x59d839(0x357),'index':0x0,'commandId':_0x27e6ad['id'],'commandParams':{'unitId':_0x2e0410,'subUnitId':_0x3d3e4d,'drawingId':_0x4ef12b},'disable':_0x4c1938!==_0x1dcecb[_0x59d839(0x1aa)][_0x59d839(0x3a8)]},{'label':_0x59d839(0x1ca),'index':0x1,'commandId':_0x3efe17[_0x59d839(0x1a0)]['id'],'commandParams':{'unitId':_0x2e0410,'drawings':[{'unitId':_0x2e0410,'subUnitId':_0x3d3e4d,'drawingId':_0x4ef12b,'drawingType':_0x4c1938}]},'disable':!0x1},{'label':_0x59d839(0x507),'index':0x2,'commandId':_0x4ced9a['id'],'commandParams':{'unitId':_0x2e0410,'subUnitId':_0x3d3e4d,'drawingId':_0x4ef12b},'disable':!0x1}];}};_0x500266=_0xefbb1d([_0x164dcc(0x0,_0x2032b8['IDrawingManagerService']),_0x164dcc(0x1,_0x1dcecb[_0x9fa3c0(0x56d)]),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x2b483c[_0x9fa3c0(0x534)])),_0x164dcc(0x3,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x591c64[_0x9fa3c0(0x596)])),_0x164dcc(0x4,(0x0,_0x1dcecb['Inject'])(_0x591c64['ComponentManager'])),_0x164dcc(0x5,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x591c64[_0x9fa3c0(0x4cd)])),_0x164dcc(0x6,_0x591c64[_0x9fa3c0(0x4ef)]),_0x164dcc(0x7,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x10646d[_0x9fa3c0(0x4c2)])),_0x164dcc(0x8,_0x1dcecb[_0x9fa3c0(0xd6)]),_0x164dcc(0x9,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x375052)),_0x164dcc(0xa,_0x1dcecb[_0x9fa3c0(0x2f5)])],_0x500266);var _0xfc20a=_0x9fa3c0(0x413),_0x2ff4df=_0x9fa3c0(0x118);let _0x3bfa3e=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x1c77a2,_0x2ded39){const _0x16a4ba=_0x9fa3c0;super(),this['_chartHostProviderService']=_0x1c77a2,this[_0x16a4ba(0x1cf)]=_0x2ded39,this[_0x16a4ba(0x5fe)]();}[_0x9fa3c0(0x5fe)](){const _0x263138=_0x9fa3c0;this[_0x263138(0x353)](this[_0x263138(0x3a5)][_0x263138(0x449)][_0x263138(0x57b)](_0x2d97a3=>{const _0x3c8d6a=_0x263138;this['_chartModelService'][_0x3c8d6a(0x103)](_0x2d97a3);}));}};_0x3bfa3e=_0xefbb1d([_0x164dcc(0x0,_0x51b4bb),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x2b483c[_0x9fa3c0(0x534)]))],_0x3bfa3e);function _0x58f9cd(_0x4b950a){const _0x584468=_0x9fa3c0;switch(_0x4b950a[_0x584468(0x45f)]){case _0x446a4a['ChartImageSourceType'][_0x584468(0x14a)]:return _0x4b950a[_0x584468(0x366)];case _0x446a4a[_0x584468(0x330)]['ImageBitmap']:return _0x4b950a[_0x584468(0x47e)];default:return;}}var _0xc90ed6=class extends _0x25b25f[_0x9fa3c0(0x128)]{constructor(_0xfa8604,_0x48b507,_0x4e83c6,_0x3f36be=()=>!0x1){const _0x4e88f2=_0x9fa3c0;var _0x19b507;super(_0xfa8604,{..._0x48b507,'evented':(_0x19b507=_0x48b507[_0x4e88f2(0x44f)])==null?!0x0:_0x19b507}),this[_0x4e88f2(0x356)]=_0x4e83c6,this[_0x4e88f2(0x5af)]=_0x3f36be,_0x159363(this,'_urlImage',null),_0x159363(this,'_url',null),this[_0x4e88f2(0x3a6)](_0x25b25f[_0x4e88f2(0xe0)][_0x4e88f2(0x37f)]);}[_0x9fa3c0(0x16f)](_0x288c76,_0x477b8d){const _0x491b76=_0x9fa3c0;if(!this['visible'])return this['makeDirty'](!0x1),this;if(!this[_0x491b76(0x38e)])return this;let {width:_0x5e21c2,height:_0x1fbcc2,left:_0x317fc3,top:_0x27a946}=this[_0x491b76(0x132)]();if(this[_0x491b76(0xea)](_0x477b8d)){let {top:_0x4dec4e,left:_0xefa49a,bottom:_0x2f1143,right:_0x5abc26}=_0x477b8d[_0x491b76(0x1ab)];if(_0x5e21c2+this[_0x491b76(0x29a)]+_0x317fc3<_0xefa49a||_0x5abc26<_0x317fc3||_0x1fbcc2+this[_0x491b76(0x29a)]+_0x27a946<_0x4dec4e||_0x2f1143<_0x27a946)return this;}let _0x27374c=this['transform'][_0x491b76(0x340)]();_0x288c76['save']();let _0x3efe86=_0x317fc3+_0x5e21c2/0x2,_0x523b47=_0x27a946+_0x1fbcc2/0x2;return _0x288c76['transform'](_0x27374c[0x0],_0x27374c[0x1],_0x27374c[0x2],_0x27374c[0x3],_0x3efe86,_0x523b47),this[_0x491b76(0x2a2)]!==0x1&&(_0x288c76[_0x491b76(0x52e)]=this[_0x491b76(0x2a2)]),this[_0x491b76(0x1ea)](_0x288c76,void 0x0,_0x5e21c2,_0x1fbcc2),_0x288c76['restore'](),this['makeDirty'](!0x1),this;}[_0x9fa3c0(0x1ea)](_0x1f9041,_0x20615d,_0x2d1b3a=this[_0x9fa3c0(0x12e)],_0x5dc125=this[_0x9fa3c0(0x41d)]){const _0x877e93=_0x9fa3c0;_0x1f9041[_0x877e93(0x165)](),_0x1f9041['translate'](-_0x2d1b3a/0x2,-_0x5dc125/0x2),_0x25b25f[_0x877e93(0x128)][_0x877e93(0x522)](_0x1f9041,_0x5396db(this,_0x2d1b3a,_0x5dc125)),_0x1f9041['restore'](),this['_drawChartImage'](_0x1f9041,_0x2d1b3a,_0x5dc125);}[_0x9fa3c0(0x21e)](_0x265087){const _0x5ca52b=_0x9fa3c0;let {left:_0x1aee44,top:_0x51f799,width:_0x537e32,height:_0x42a849}=this[_0x5ca52b(0x132)](),_0x355c5c=_0x1aee44+_0x537e32/0x2,_0x1cad70=_0x51f799+_0x42a849/0x2,_0xc88673=this['transform'][_0x5ca52b(0x340)](),_0x6394b=new _0x25b25f[(_0x5ca52b(0xdd))]([_0xc88673[0x0],_0xc88673[0x1],_0xc88673[0x2],_0xc88673[0x3],_0x355c5c,_0x1cad70]),_0x48b289=this[_0x5ca52b(0x4d5)](),_0x11388c=(this[_0x5ca52b(0x22c)]&&(_0x48b289==null?void 0x0:_0x48b289[_0x5ca52b(0xed)])===_0x25b25f['RENDER_CLASS_TYPE']['GROUP']?_0x48b289[_0x5ca52b(0xe1)]['multiply'](_0x6394b):_0x6394b)[_0x5ca52b(0x41c)]()[_0x5ca52b(0x295)](_0x265087),_0x19cd87=_0x537e32/0x2,_0x4c051e=_0x42a849/0x2;return _0x11388c['x']>=-_0x19cd87-this[_0x5ca52b(0x29a)]/0x2&&_0x11388c['x']<=_0x19cd87+this['strokeWidth']/0x2&&_0x11388c['y']>=-_0x4c051e-this[_0x5ca52b(0x29a)]/0x2&&_0x11388c['y']<=_0x4c051e+this['strokeWidth']/0x2;}['_drawChartImage'](_0x245b64,_0x5c2620,_0x52978e){const _0x5afed5=_0x9fa3c0;if(this[_0x5afed5(0x5af)]())return;let _0x47fbc1=this[_0x5afed5(0x356)](),_0x1ae0f5=_0x47fbc1?this[_0x5afed5(0x5b7)](_0x47fbc1):void 0x0;if(!_0x1ae0f5)return;let {width:_0x5cf38e,height:_0x233fdf}=_0x3d760d({'width':_0x5c2620,'height':_0x52978e},0x0);_0x5cf38e===0x0||_0x233fdf===0x0||_0x245b64['drawImage'](_0x1ae0f5,-_0x5c2620/0x2+0x8,-_0x52978e/0x2+0x8,_0x5cf38e,_0x233fdf);}[_0x9fa3c0(0x5b7)](_0x41ecef){const _0x191f8f=_0x9fa3c0;var _0x425591;let _0x11ec7d=_0x58f9cd(_0x41ecef);if(_0x11ec7d)return _0x11ec7d;if(_0x41ecef[_0x191f8f(0x45f)]===_0x446a4a[_0x191f8f(0x330)][_0x191f8f(0x48c)]&&(this[_0x191f8f(0x166)]!==_0x41ecef[_0x191f8f(0x33a)]&&(this[_0x191f8f(0x166)]=_0x41ecef['url'],this[_0x191f8f(0x18f)]=document[_0x191f8f(0x360)]('img'),this[_0x191f8f(0x18f)][_0x191f8f(0x5b9)]=_0x191f8f(0x187),this[_0x191f8f(0x18f)][_0x191f8f(0xe7)]=()=>this[_0x191f8f(0x5da)](!0x0),this[_0x191f8f(0x18f)][_0x191f8f(0xe9)]=_0x41ecef[_0x191f8f(0x33a)]),(_0x425591=this['_urlImage'])!=null&&_0x425591[_0x191f8f(0x2d4)]&&this[_0x191f8f(0x18f)][_0x191f8f(0x284)]>0x0&&this['_urlImage'][_0x191f8f(0x46a)]>0x0))return this[_0x191f8f(0x18f)];}};function _0x5396db(_0x5abc7b,_0x43de42,_0x411400){const _0x30243c=_0x9fa3c0;let _0x51f138=Object[_0x30243c(0x525)](_0x5abc7b);return Object[_0x30243c(0x2aa)](_0x51f138,'width',{'value':_0x43de42}),Object[_0x30243c(0x2aa)](_0x51f138,_0x30243c(0x41d),{'value':_0x411400}),_0x51f138;}let _0x15857b=_0x3b0ed7=>(_0x3b0ed7[_0x9fa3c0(0x4f9)]=!0x1,_0x3b0ed7[_0x9fa3c0(0x5ad)]=!0x0,_0x3b0ed7['series'][_0x9fa3c0(0x2fc)](_0x461112=>{const _0x86b929=_0x9fa3c0;_0x461112[_0x86b929(0x58c)]=!0x0;}),_0x3b0ed7[_0x9fa3c0(0x54c)]={'show':!0x1,'axisPointer':{'type':_0x9fa3c0(0x247)}},_0x3b0ed7[_0x9fa3c0(0x420)]&&(_0x3b0ed7['legend'][_0x9fa3c0(0x5eb)]=!0x1),_0x3b0ed7),_0x6ffc7f=_0x2b483c[_0x9fa3c0(0x2b1)]['Image'];function _0x4839cf(_0x25a5ca,_0x5941ca){const _0x10c68d=_0x9fa3c0;let _0x56d45d=_0x25a5ca[_0x10c68d(0x28d)](_0x5941ca);return(0x0,_0x446a4a[_0x10c68d(0x306)])({..._0x25a5ca[_0x10c68d(0x404)],'runtime':_0x56d45d,'direction':_0x5941ca},_0x25a5ca[_0x10c68d(0x518)]);}let _0x5a8fc8=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x701b2d,_0xa16a39,_0x102329,_0xd669b0,_0x5c6066,_0x4c43ff,_0x2036ab,_0x58b46e,_0x5280c0,_0x4665b2,_0x3f46ff,_0xec8742){const _0x2d90ca=_0x9fa3c0;var _0x1a7c0d;super(),this[_0x2d90ca(0xff)]=_0x701b2d,this[_0x2d90ca(0x232)]=_0xa16a39,this['_chartModelService']=_0x102329,this[_0x2d90ca(0x566)]=_0xd669b0,this['_univerInstanceService']=_0x5c6066,this['_renderManagerService']=_0x4c43ff,this['_localeService']=_0x2036ab,this[_0x2d90ca(0x1d7)]=_0x58b46e,this[_0x2d90ca(0x4ac)]=_0x5280c0,this[_0x2d90ca(0x4f4)]=_0x4665b2,this[_0x2d90ca(0x2a8)]=_0x3f46ff,this[_0x2d90ca(0x329)]=_0xec8742,_0x159363(this,_0x2d90ca(0xf1),new Map()),_0x159363(this,_0x2d90ca(0x361),new Map()),_0x159363(this,_0x2d90ca(0x597),null),_0x159363(this,_0x2d90ca(0x425),new Map()),_0x159363(this,_0x2d90ca(0x439),new Map()),_0x159363(this,_0x2d90ca(0x3a0),void 0x0),_0x159363(this,_0x2d90ca(0x4f3),new Map()),_0x159363(this,_0x2d90ca(0x395),null),_0x159363(this,_0x2d90ca(0x574),null);let _0x47a22a=!0x0,_0x5b8dac=(0x0,_0x2b483c['getAllowedChartTypes'])(this[_0x2d90ca(0x1d7)]);_0x5b8dac['length']===0x1&&_0x5b8dac[0x0]===_0x2d90ca(0x2e8)&&(_0x47a22a=!0x1);let _0x46b81d=this[_0x2d90ca(0x2a8)][_0x2d90ca(0x40e)](_0x2b483c[_0x2d90ca(0x14c)]);this[_0x2d90ca(0x3a0)]=(_0x1a7c0d=_0x46b81d==null?void 0x0:_0x46b81d[_0x2d90ca(0x310)])==null?_0x6ffc7f:_0x1a7c0d,this['registerRenderModel'](_0x446a4a[_0x2d90ca(0x263)],new _0x446a4a[(_0x2d90ca(0x25f))](_0x47a22a,{'wordCloudRenderConfig':_0x46b81d==null?void 0x0:_0x46b81d['wordCloudRenderConfig']})),this['_registerChartImageRenderObjectFactory'](),this['_initActiveChartModelListener'](),this[_0x2d90ca(0x46b)](),this['_initActiveRuntimeLayerListener'](),this[_0x2d90ca(0x373)]();}[_0x9fa3c0(0x173)](){const _0x1ff6da=_0x9fa3c0;let _0x41df03=!0x0,_0x242059=(0x0,_0x2b483c['getAllowedChartTypes'])(this[_0x1ff6da(0x1d7)]);return _0x242059[_0x1ff6da(0x11c)]===0x1&&_0x242059[0x0]===_0x1ff6da(0x2e8)&&(_0x41df03=!0x1),_0x41df03;}[_0x9fa3c0(0x1c1)](_0xba2141,_0x157a73){const _0x26dc41=_0x9fa3c0;this[_0x26dc41(0xf1)][_0x26dc41(0x10b)](_0xba2141,_0x157a73),this[_0x26dc41(0x597)]=_0x157a73;}[_0x9fa3c0(0xc0)](_0x475910){const _0x2ce37c=_0x9fa3c0;let _0x25e39d=this[_0x2ce37c(0xf1)]['get'](_0x475910);_0x25e39d&&(this['_currentModel']=_0x25e39d);}[_0x9fa3c0(0x26f)](_0x170229){const _0x354699=_0x9fa3c0;let _0x2881c9=this[_0x354699(0x5fb)](_0x170229);return _0x2881c9?this[_0x354699(0x329)][_0x354699(0x27a)](_0x2881c9):void 0x0;}[_0x9fa3c0(0x4a6)](_0x3a4f5a){const _0x20d46d=_0x9fa3c0;var _0x58781d;return((_0x58781d=this[_0x20d46d(0x1cf)][_0x20d46d(0xe6)])==null?void 0x0:_0x58781d['id'])===_0x3a4f5a?_0x2b483c['ChartRenderMode'][_0x20d46d(0x58d)]:this[_0x20d46d(0x3a0)];}[_0x9fa3c0(0x5fb)](_0xa2d7a0){const _0x378a35=_0x9fa3c0;let _0x5e7b3d=this[_0x378a35(0x232)]['getFloatDomInfo'](_0xa2d7a0);return _0x5e7b3d?{'unitId':_0x5e7b3d['unitId'],'subUnitId':_0x5e7b3d[_0x378a35(0x5b1)],'chartId':_0xa2d7a0}:null;}[_0x9fa3c0(0x3fa)](){const _0xb94b59=_0x9fa3c0;this[_0xb94b59(0x3a0)]===_0x2b483c[_0xb94b59(0x2b1)]['Image']&&this['disposeWithMe'](this[_0xb94b59(0x232)]['registerRenderObjectFactory'](_0x1dcecb['DrawingTypeEnum'][_0xb94b59(0x3a8)],({key:_0x874d4c,config:_0x1b9d23,unitId:_0x18465a,subUnitId:_0x43f086,drawingId:_0x518275})=>new _0xc90ed6(_0x874d4c,_0x1b9d23,()=>this[_0xb94b59(0x329)]['getImage']({'unitId':_0x18465a,'subUnitId':_0x43f086,'chartId':_0x518275}),()=>this[_0xb94b59(0xff)][_0xb94b59(0x34e)](_0x518275))));}[_0x9fa3c0(0x2b4)](){const _0x396ff1=_0x9fa3c0;this[_0x396ff1(0x353)](this[_0x396ff1(0x1cf)]['activeChartModel$']['subscribe'](_0x19e451=>{const _0x3e0111=_0x396ff1;var _0x269bb6;let _0x51f729=(_0x269bb6=_0x19e451==null?void 0x0:_0x19e451['id'])==null?null:_0x269bb6,_0x223c67=this['_activeChartId'];_0x223c67!==_0x51f729&&(_0x223c67&&(this['_chartHostProvider']['markHostNotReady'](_0x223c67),this[_0x3e0111(0x182)](_0x223c67),this[_0x3e0111(0x27b)](_0x223c67),this[_0x3e0111(0x324)](_0x223c67)),this[_0x3e0111(0x395)]=_0x51f729,_0x51f729&&(this['_chartHostProvider'][_0x3e0111(0x143)](_0x51f729),this['_applyActiveChartRuntimeZIndex'](_0x51f729),this['_rerenderLatest'](_0x51f729)));}));}[_0x9fa3c0(0x46b)](){const _0x4994d4=_0x9fa3c0;this[_0x4994d4(0x353)](this[_0x4994d4(0x566)][_0x4994d4(0x217)]['subscribe'](_0x2b01a2=>{const _0x2d002d=_0x4994d4;var _0xf13fb0;let _0x3d5df0=(_0xf13fb0=this[_0x2d002d(0x1cf)][_0x2d002d(0xe6)])==null?void 0x0:_0xf13fb0['id'];_0x3d5df0&&_0x2b01a2[_0x2d002d(0x237)](_0x39d796=>_0x39d796[_0x2d002d(0x1bf)][_0x2d002d(0x237)](_0x5b70cc=>_0x5b70cc[_0x2d002d(0x299)]===_0x3d5df0))&&this['_chartModelService']['setActiveChartModel'](null);})),this[_0x4994d4(0x353)](this[_0x4994d4(0x566)][_0x4994d4(0x250)][_0x4994d4(0x57b)](_0x195776=>{const _0x35e74b=_0x4994d4;var _0x389a27;let _0x5763b0=(_0x389a27=this[_0x35e74b(0x1cf)][_0x35e74b(0xe6)])==null?void 0x0:_0x389a27['id'];_0x5763b0&&_0x195776[_0x35e74b(0x237)](_0x498db7=>_0x498db7[_0x35e74b(0x28f)][_0x35e74b(0x299)]===_0x5763b0||_0x498db7['children'][_0x35e74b(0x237)](_0x35c7af=>_0x35c7af[_0x35e74b(0x299)]===_0x5763b0))&&this['_chartModelService'][_0x35e74b(0x4fb)](null);}));}['_initActiveRuntimeLayerListener'](){const _0x1af9d8=_0x9fa3c0;this['disposeWithMe'](this[_0x1af9d8(0x566)][_0x1af9d8(0x5bd)]['subscribe'](_0x3df0f2=>{const _0x1da287=_0x1af9d8;var _0x2d9fdd;let _0x34f241=(_0x2d9fdd=this[_0x1da287(0x1cf)][_0x1da287(0xe6)])==null?void 0x0:_0x2d9fdd['id'];if(!_0x34f241){_0x3df0f2['drawingIds'][_0x1da287(0x2fc)](_0x3d431a=>{const _0x4fdbc7=_0x1da287;this[_0x4fdbc7(0x1cf)][_0x4fdbc7(0x4e9)](_0x3d431a)&&this[_0x4fdbc7(0x182)](_0x3d431a);});return;}let _0x10c1f6=this[_0x1da287(0x232)]['getFloatDomInfo'](_0x34f241);(_0x10c1f6==null?void 0x0:_0x10c1f6[_0x1da287(0x4f6)])===_0x3df0f2[_0x1da287(0x4f6)]&&_0x10c1f6[_0x1da287(0x5b1)]===_0x3df0f2[_0x1da287(0x5b1)]&&this['_applyActiveChartRuntimeZIndex'](_0x34f241);})),this[_0x1af9d8(0x353)](this[_0x1af9d8(0x566)][_0x1af9d8(0xe3)][_0x1af9d8(0x57b)](_0x2dfada=>{const _0x545572=_0x1af9d8;var _0x213ea2;let _0x4ed75e=(_0x213ea2=this[_0x545572(0x1cf)][_0x545572(0xe6)])==null?void 0x0:_0x213ea2['id'];if(!_0x4ed75e)return;let _0x4a337b=this[_0x545572(0x232)][_0x545572(0x22d)](_0x4ed75e);_0x4a337b&&_0x2dfada[_0x545572(0x237)](_0x59524d=>_0x59524d['unitId']===_0x4a337b[_0x545572(0x4f6)]&&_0x59524d['subUnitId']===_0x4a337b[_0x545572(0x5b1)])&&this['_applyActiveChartRuntimeZIndex'](_0x4ed75e);})),this[_0x1af9d8(0x353)](this['_chartModelService']['chartModelRemoved$'][_0x1af9d8(0x57b)](_0x1136cb=>{const _0x256cb3=_0x1af9d8;var _0x4f96a8;this['_lastRenderInputMap'][_0x256cb3(0x2ff)](_0x1136cb),this[_0x256cb3(0x329)][_0x256cb3(0x350)](_0x1136cb),this[_0x256cb3(0x4aa)](_0x1136cb),this[_0x256cb3(0xff)][_0x256cb3(0x143)](_0x1136cb),((_0x4f96a8=this[_0x256cb3(0x1cf)][_0x256cb3(0xe6)])==null?void 0x0:_0x4f96a8['id'])===_0x1136cb?this[_0x256cb3(0x1cf)][_0x256cb3(0x4fb)](null):this[_0x256cb3(0x182)](_0x1136cb),this[_0x256cb3(0x3ae)](_0x1136cb);}));}[_0x9fa3c0(0x324)](_0x75dca0){const _0x40286e=_0x9fa3c0;let _0x359c65=this[_0x40286e(0x4f3)][_0x40286e(0x168)](_0x75dca0);_0x359c65&&this[_0x40286e(0x16f)](_0x75dca0,_0x359c65[_0x40286e(0x12a)],_0x359c65[_0x40286e(0x404)]);}[_0x9fa3c0(0x27b)](_0x25520b){const _0x58aeed=_0x9fa3c0;let _0x85e324=this[_0x58aeed(0x361)][_0x58aeed(0x168)](_0x25520b);(_0x85e324==null?void 0x0:_0x85e324[_0x58aeed(0xd5)])===_0x58aeed(0x39e)&&(_0x85e324['dispose'](),this[_0x58aeed(0x361)][_0x58aeed(0x2ff)](_0x25520b)),this[_0x58aeed(0xff)][_0x58aeed(0x143)](_0x25520b),this[_0x58aeed(0xff)][_0x58aeed(0x47b)](_0x25520b);}[_0x9fa3c0(0x3ae)](_0x229d33){const _0x97015c=_0x9fa3c0;let _0x42ff2e=this[_0x97015c(0x361)]['get'](_0x229d33);_0x42ff2e&&(_0x42ff2e[_0x97015c(0x33c)](),this['_chartInstanceMap'][_0x97015c(0x2ff)](_0x229d33)),this[_0x97015c(0xff)][_0x97015c(0x143)](_0x229d33),this[_0x97015c(0xff)]['removeHost'](_0x229d33);}['_clearChartRuntimeCache'](_0x276e7b){const _0x4b0d50=_0x9fa3c0;this[_0x4b0d50(0xf1)][_0x4b0d50(0x2fc)](_0xe1606=>{const _0x381954=_0x4b0d50;var _0x2cbb9d;return(_0x2cbb9d=_0xe1606[_0x381954(0x578)])==null?void 0x0:_0x2cbb9d['call'](_0xe1606,_0x276e7b);});}[_0x9fa3c0(0x5ff)](_0x23b001,_0x19b04b){const _0x2bda3b=_0x9fa3c0;let _0x1a1d18=this['_drawingManagerService'][_0x2bda3b(0x1e5)](_0x23b001,_0x19b04b);Object['values'](_0x1a1d18==null?{}:_0x1a1d18)[_0x2bda3b(0x2fc)](_0x45c141=>{const _0x25439c=_0x2bda3b;_0x45c141[_0x25439c(0x19e)]===_0x1dcecb[_0x25439c(0x1aa)][_0x25439c(0x3a8)]&&this['_clearChartRuntimeCache'](_0x45c141[_0x25439c(0x299)]);});}['_getChartRenderObject'](_0x3a0fef,_0x252bd4){const _0x40383e=_0x9fa3c0;var _0x4a8ac4,_0x2328e9,_0x4370cf;return(_0x4a8ac4=(_0x2328e9=(_0x4370cf=_0x3a0fef[_0x40383e(0x1c4)])==null?void 0x0:_0x4370cf[_0x40383e(0x24a)](_0x3a0fef,_0x252bd4))==null?_0x3a0fef[_0x40383e(0x1b0)](_0x252bd4):_0x2328e9)==null?null:_0x4a8ac4;}[_0x9fa3c0(0x3d3)](_0x263640){const _0x23c6b2=_0x9fa3c0;var _0x204f28;let _0x7a5ccd=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x263640);if(!_0x7a5ccd)return null;let _0x59190f=(_0x204f28=this[_0x23c6b2(0x45d)][_0x23c6b2(0x107)](_0x7a5ccd['unitId']))==null?void 0x0:_0x204f28[_0x23c6b2(0x3f1)];if(!_0x59190f)return null;let _0x47a547=this[_0x23c6b2(0x131)](_0x59190f,(0x0,_0x2032b8[_0x23c6b2(0x5be)])({'unitId':_0x7a5ccd['unitId'],'subUnitId':_0x7a5ccd[_0x23c6b2(0x5b1)],'drawingId':_0x263640}));return _0x47a547?{'info':_0x7a5ccd,'scene':_0x59190f,'chartObject':_0x47a547}:null;}['_setChartRuntimeZIndex'](_0x2650a1,_0x41f678){const _0x5f01a9=_0x9fa3c0;var _0x1603bd,_0x101d8d,_0x17db56,_0x16295d;let _0x381289=this[_0x5f01a9(0x3d3)](_0x2650a1);_0x381289&&((_0x1603bd=(_0x101d8d=_0x381289['chartObject'])[_0x5f01a9(0x4e8)])==null||_0x1603bd['call'](_0x101d8d,{'zIndex':_0x41f678}),(_0x17db56=(_0x16295d=_0x381289[_0x5f01a9(0x155)])[_0x5f01a9(0x5da)])==null||_0x17db56[_0x5f01a9(0x24a)](_0x16295d,!0x0),_0x381289[_0x5f01a9(0x3f1)][_0x5f01a9(0x5da)](!0x0));}['_applyActiveChartRuntimeZIndex'](_0x5961c9){const _0x1d6f79=_0x9fa3c0;let _0x5b9d12=this[_0x1d6f79(0x232)][_0x1d6f79(0x22d)](_0x5961c9);if(!_0x5b9d12)return;let _0x3ae98b=this[_0x1d6f79(0x566)][_0x1d6f79(0x5ea)](_0x5b9d12['unitId'],_0x5b9d12['subUnitId']);this['_setChartRuntimeZIndex'](_0x5961c9,_0x3ae98b[_0x1d6f79(0x11c)]);}[_0x9fa3c0(0x182)](_0x3881b4){const _0x1ef21b=_0x9fa3c0;let _0x41cbc3=this['_sheetCanvasFloatDomManagerService'][_0x1ef21b(0x22d)](_0x3881b4);if(!_0x41cbc3)return;let _0x43d47b=this[_0x1ef21b(0x566)][_0x1ef21b(0x5ea)](_0x41cbc3[_0x1ef21b(0x4f6)],_0x41cbc3[_0x1ef21b(0x5b1)]),_0x5dc780=_0x43d47b[_0x1ef21b(0x280)](_0x3881b4);this[_0x1ef21b(0x5d4)](_0x3881b4,_0x5dc780===-0x1?Math[_0x1ef21b(0x11f)](_0x43d47b[_0x1ef21b(0x11c)]-0x1,0x0):_0x5dc780);}[_0x9fa3c0(0x5a1)](_0x722a16,_0x3cbd29){const _0x55cc47=_0x9fa3c0;let _0x49ae13=this[_0x55cc47(0x232)][_0x55cc47(0x22d)](_0x722a16);if(!(_0x3cbd29[_0x55cc47(0x12e)]===void 0x0||_0x3cbd29[_0x55cc47(0x41d)]===void 0x0)&&_0x49ae13){var _0x15a65e;let {subUnitId:_0x5e3765}=_0x49ae13,_0x15b56d=(_0x15a65e=this[_0x55cc47(0x296)][_0x55cc47(0x126)](_0x1dcecb[_0x55cc47(0x407)][_0x55cc47(0x14b)]))==null?void 0x0:_0x15a65e[_0x55cc47(0x177)]();if((_0x15b56d==null?void 0x0:_0x15b56d[_0x55cc47(0x316)]())===_0x5e3765){let {width:_0x5ad042,height:_0x1b22d0}=_0x3cbd29,_0x5eaa17=this['_chartModelService']['getChartModel'](_0x722a16),_0x87e3c1=_0x5eaa17==null?void 0x0:_0x5eaa17[_0x55cc47(0x404)];if(Math['abs'](_0x5ad042-((_0x87e3c1==null?void 0x0:_0x87e3c1[_0x55cc47(0x12e)])||0x0))>0x1||Math[_0x55cc47(0x5e3)](_0x1b22d0-((_0x87e3c1==null?void 0x0:_0x87e3c1[_0x55cc47(0x41d)])||0x0))>0x1){_0x5eaa17==null||_0x5eaa17[_0x55cc47(0x1a8)]({..._0x87e3c1,'width':_0x5ad042,'height':_0x1b22d0});let _0x518a5b=this['_chartInstanceMap'][_0x55cc47(0x168)](_0x722a16);_0x518a5b&&(this['_chartHostProvider'][_0x55cc47(0x55d)](_0x722a16),_0x518a5b[_0x55cc47(0x5d7)]());}}}}[_0x9fa3c0(0x225)](_0x301ef4,_0x5ca5c5,_0x1c878c=0x0){const _0x2ecd26=_0x9fa3c0;let _0x46d0fb=this[_0x2ecd26(0x439)]['get'](_0x301ef4);_0x46d0fb||(_0x46d0fb=(0x0,_0x1dcecb[_0x2ecd26(0x535)])(_0x52051f=>{const _0x3e43a7=_0x2ecd26;this[_0x3e43a7(0x5a1)](_0x301ef4,_0x52051f);},_0x1c878c),this[_0x2ecd26(0x439)][_0x2ecd26(0x10b)](_0x301ef4,_0x46d0fb)),_0x46d0fb(_0x5ca5c5);}[_0x9fa3c0(0x373)](){const _0x5dbdc5=_0x9fa3c0;let _0x3c9b10=this[_0x5dbdc5(0x425)],_0x457a89=_0x5bc25f=>{const _0x55a14b=_0x5dbdc5;if(!_0x3c9b10['has'](_0x5bc25f)){let _0x329c6f=(0x0,_0x1dcecb[_0x55a14b(0x535)])((_0x5c1b3a,_0x363142,_0x46a4e9,_0x2eea30)=>{const _0x595e4d=_0x55a14b;var _0x1c4a08,_0x4f2506;if(!_0x46a4e9)return;(_0x1c4a08=_0x46a4e9['category'])==null||_0x1c4a08[_0x595e4d(0x475)][_0x595e4d(0x2fc)]((_0x413cfe,_0x2d226e)=>{const _0x3d44e6=_0x595e4d;_0x413cfe[_0x3d44e6(0x3d6)]||(_0x413cfe[_0x3d44e6(0x3d6)]=this[_0x3d44e6(0x227)]['t']('sheets-chart-ui.category')+'\x20'+(_0x2d226e+0x1));}),_0x46a4e9[_0x595e4d(0x4ad)][_0x595e4d(0x2fc)]((_0xade00a,_0xee1fc1)=>{const _0x3b1336=_0x595e4d;_0xade00a['name']||(_0xade00a[_0x3b1336(0x52b)]=this[_0x3b1336(0x227)]['t'](_0x3b1336(0x408))+'\x20'+(_0xee1fc1+0x1));});let _0x125ab0=_0x4839cf(_0x5c1b3a,_0x2eea30),_0x232317=(_0x4f2506=this[_0x595e4d(0x296)]['getCurrentUnitOfType'](_0x1dcecb[_0x595e4d(0x407)]['UNIVER_SHEET']))==null?void 0x0:_0x4f2506[_0x595e4d(0x177)]();(_0x232317==null?void 0x0:_0x232317[_0x595e4d(0x316)]())===_0x363142&&this[_0x595e4d(0x16f)](_0x5c1b3a['id'],_0x46a4e9,_0x125ab0);},0x11);_0x3c9b10[_0x55a14b(0x10b)](_0x5bc25f,_0x329c6f);}return _0x3c9b10[_0x55a14b(0x168)](_0x5bc25f);};this[_0x5dbdc5(0x353)](this[_0x5dbdc5(0x296)][_0x5dbdc5(0x13a)]['subscribe'](_0x4fa68a=>{const _0x2888d3=_0x5dbdc5;let _0x9c3905=this['_univerInstanceService']['getCurrentUnitOfType'](_0x1dcecb[_0x2888d3(0x407)][_0x2888d3(0x14b)]);if(_0x4fa68a&&_0x9c3905&&_0x9c3905[_0x2888d3(0x3af)]()===_0x4fa68a){var _0x583c4e;let _0x32014d=_0x9c3905['getActiveSheet']()[_0x2888d3(0x316)]();this[_0x2888d3(0x574)]&&(this['_lastActiveSheet']['unitId']!==_0x4fa68a||this[_0x2888d3(0x574)][_0x2888d3(0x5b1)]!==_0x32014d)&&this[_0x2888d3(0x5ff)](this[_0x2888d3(0x574)][_0x2888d3(0x4f6)],this[_0x2888d3(0x574)]['subUnitId']),this[_0x2888d3(0x574)]={'unitId':_0x4fa68a,'subUnitId':_0x32014d};let _0x356d87=this[_0x2888d3(0x566)][_0x2888d3(0x1e5)](_0x4fa68a,_0x32014d);if(!((_0x583c4e=this['_renderManagerService']['getRenderById'](_0x4fa68a))!=null&&_0x583c4e[_0x2888d3(0x35b)](_0x10646d['SheetSkeletonManagerService'])[_0x2888d3(0x226)](_0x32014d)))return;if(_0x356d87)for(let _0x2e23ab in _0x356d87){let {drawingId:_0x42c902}=_0x356d87[_0x2e23ab],_0x8ff820=this['_chartModelService']['getChartModel'](_0x42c902);_0x8ff820&&_0x457a89(_0x8ff820['id'])(_0x8ff820,_0x32014d,_0x8ff820[_0x2888d3(0x12a)],this[_0x2888d3(0x227)][_0x2888d3(0x337)]());}}})),this[_0x5dbdc5(0x353)](this[_0x5dbdc5(0x4f4)][_0x5dbdc5(0x4d0)]['subscribe'](()=>{const _0x45d698=_0x5dbdc5;var _0x15e047;let _0xd016f6=this[_0x45d698(0x296)]['getCurrentUnitOfType'](_0x1dcecb[_0x45d698(0x407)]['UNIVER_SHEET']);if(!_0xd016f6)return;let _0x16483f=_0xd016f6['getUnitId'](),_0x4296c=_0xd016f6[_0x45d698(0x177)]()[_0x45d698(0x316)](),_0x8d3145=this[_0x45d698(0x566)][_0x45d698(0x1e5)](_0x16483f,_0x4296c);if((_0x15e047=this[_0x45d698(0x45d)][_0x45d698(0x107)](_0x16483f))!=null&&_0x15e047[_0x45d698(0x35b)](_0x10646d[_0x45d698(0x22f)])['getSkeleton'](_0x4296c)&&_0x8d3145)for(let _0x5ca42f in _0x8d3145){let {drawingId:_0x8a37f0}=_0x8d3145[_0x5ca42f],_0x435044=this['_chartModelService'][_0x45d698(0x4e9)](_0x8a37f0);_0x435044&&_0x457a89(_0x435044['id'])(_0x435044,_0x4296c,_0x435044[_0x45d698(0x12a)],this[_0x45d698(0x227)][_0x45d698(0x337)]());}})),this[_0x5dbdc5(0x353)](this['_drawingManagerService'][_0x5dbdc5(0xe3)][_0x5dbdc5(0x57b)](_0xaf38f3=>{const _0xd51b5d=_0x5dbdc5;_0xaf38f3[_0xd51b5d(0x2fc)](_0x1d9786=>{const _0x557319=_0xd51b5d;var _0x2a463b,_0x1387d0,_0x302aea;let {drawingId:_0x25ec30,unitId:_0x1053c1,subUnitId:_0x3ee01f}=_0x1d9786;if(!((_0x2a463b=this[_0x557319(0x45d)][_0x557319(0x107)](_0x1053c1))!=null&&_0x2a463b[_0x557319(0x35b)](_0x10646d[_0x557319(0x22f)])[_0x557319(0x226)](_0x3ee01f)))return;let {drawingType:_0x5ec409}=this['_drawingManagerService'][_0x557319(0x3ec)](_0x1d9786);if(_0x5ec409!==_0x1dcecb[_0x557319(0x1aa)][_0x557319(0x3a8)])return;let _0x5a96a1=this[_0x557319(0x232)][_0x557319(0x22d)](_0x25ec30),_0x21f198=(_0x1387d0=_0x5a96a1==null?void 0x0:_0x5a96a1['domId'])==null?_0x25ec30:_0x1387d0,_0x5a8fc6=_0x5a96a1==null?void 0x0:_0x5a96a1[_0x557319(0x1dd)],_0x1f558d=(_0x302aea=this[_0x557319(0x45d)][_0x557319(0x107)](_0x1053c1))==null?void 0x0:_0x302aea[_0x557319(0x3f1)];_0x5a8fc6&&this[_0x557319(0x353)](_0x5a8fc6==null?void 0x0:_0x5a8fc6[_0x557319(0x1a1)][_0x557319(0x180)](_0x6bb82a=>{const _0x197943=_0x557319;let {type:_0x2f4d3b,value:_0x34bae5}=_0x6bb82a;if(_0x25b25f['TRANSFORM_CHANGE_OBSERVABLE_TYPE']['resize']===_0x2f4d3b||_0x25b25f['TRANSFORM_CHANGE_OBSERVABLE_TYPE'][_0x197943(0x2e8)]===_0x2f4d3b){let {width:_0x58eea5,height:_0x2cc6e7}=_0x34bae5;this[_0x197943(0x225)](_0x25ec30,{'width':_0x58eea5,'height':_0x2cc6e7},0x64);}})),_0x1f558d&&this['disposeWithMe'](_0x1f558d[_0x557319(0x1a1)][_0x557319(0x180)](_0x5cfb0f=>{const _0x326589=_0x557319;var _0x41c412;_0x5cfb0f[_0x326589(0x45f)]===_0x25b25f[_0x326589(0x16b)][_0x326589(0x21a)]&&(_0x41c412=document[_0x326589(0x17a)](_0x21f198))!=null&&_0x41c412[_0x326589(0xcd)]('.chart-host')&&this[_0x326589(0xff)][_0x326589(0x55d)](_0x25ec30);}));let _0x233734=this[_0x557319(0x1cf)]['getChartModel'](_0x25ec30);_0x233734&&this[_0x557319(0x353)]((0x0,_0x5b9fc7[_0x557319(0x139)])([_0x233734[_0x557319(0x10a)],_0x233734[_0x557319(0x1af)],this[_0x557319(0x227)][_0x557319(0x435)]])[_0x557319(0x57b)](([_0x1dd576,_0x3be25a,_0x4440f6])=>{_0x457a89(_0x233734['id'])(_0x233734,_0x3ee01f,_0x1dd576,_0x4440f6);}));});})),this[_0x5dbdc5(0x353)]((0x0,_0x5b9fc7[_0x5dbdc5(0x139)])([this[_0x5dbdc5(0x566)][_0x5dbdc5(0x472)]])[_0x5dbdc5(0x57b)](([_0x50af80])=>{const _0x299410=_0x5dbdc5;_0x50af80[_0x299410(0x2fc)](_0x25e8a2=>{const _0x2c9683=_0x299410;var _0x4ba930;let {drawingId:_0x243174}=_0x25e8a2;((_0x4ba930=this[_0x2c9683(0x1cf)][_0x2c9683(0xe6)])==null?void 0x0:_0x4ba930['id'])===_0x243174&&this[_0x2c9683(0x1cf)][_0x2c9683(0x4fb)](null),this[_0x2c9683(0xff)][_0x2c9683(0x143)](_0x243174),this['_resetChartRuntimeZIndex'](_0x243174),this['_disposeChartRenderInstance'](_0x243174),this[_0x2c9683(0x329)][_0x2c9683(0x350)](_0x243174),this[_0x2c9683(0x4aa)](_0x243174),this[_0x2c9683(0x4f3)][_0x2c9683(0x2ff)](_0x243174);});}));}['getRenderModel'](_0x2fd368){const _0x12cfe2=_0x9fa3c0;let _0x53f781=this[_0x12cfe2(0xf1)][_0x12cfe2(0x168)](_0x2fd368),_0xa426b5=this[_0x12cfe2(0x173)]();return _0x53f781&&_0x53f781[_0x12cfe2(0x12f)](_0xa426b5),_0x53f781;}[_0x9fa3c0(0x49d)](_0x2ae9fc){const _0x53982d=_0x9fa3c0;return this[_0x53982d(0x4dc)](_0x2ae9fc)==null;}[_0x9fa3c0(0x4dc)](_0x4c7738){const _0x1c6203=_0x9fa3c0;var _0xa175a2;let _0x5774a8=this[_0x1c6203(0x232)][_0x1c6203(0x22d)](_0x4c7738);if(!_0x5774a8)return'missing-float-dom';let {subUnitId:_0x31a0cc}=_0x5774a8,_0x18efc9=(_0xa175a2=this[_0x1c6203(0x296)]['getCurrentUnitOfType'](_0x1dcecb[_0x1c6203(0x407)][_0x1c6203(0x14b)]))==null?void 0x0:_0xa175a2[_0x1c6203(0x177)]();if(!_0x18efc9)return _0x1c6203(0x4c5);if(_0x18efc9[_0x1c6203(0x316)]()!==_0x31a0cc)return'inactive-sheet';}async[_0x9fa3c0(0x16f)](_0x239a31,_0x4c2031,_0x2c9781){const _0x176a66=_0x9fa3c0;let _0x93d832=this['getRenderModel'](_0x446a4a['EChartRenderEngineName']);if(!_0x93d832||(this[_0x176a66(0x4f3)][_0x176a66(0x10b)](_0x239a31,{'config':_0x4c2031,'style':_0x2c9781}),this[_0x176a66(0x4dc)](_0x239a31)))return;let _0x2aff40=this[_0x176a66(0x4a6)](_0x239a31);if(_0x2aff40===_0x2b483c[_0x176a66(0x2b1)][_0x176a66(0x426)])this['_disposeChartDomInstance'](_0x239a31);else{var _0x4da273;this[_0x176a66(0xff)][_0x176a66(0x365)](_0x239a31),((_0x4da273=this[_0x176a66(0x1cf)][_0x176a66(0xe6)])==null?void 0x0:_0x4da273['id'])===_0x239a31&&this['_applyActiveChartRuntimeZIndex'](_0x239a31);}let _0x4b0a4a=await this['_chartHostProvider'][_0x176a66(0x38f)](_0x239a31,_0x2aff40);if(!_0x4b0a4a)return;let _0x354ba7=this[_0x176a66(0x19a)](_0x239a31,_0x2aff40,_0x93d832);_0x354ba7[_0x176a66(0x380)](_0x4b0a4a);try{await _0x354ba7[_0x176a66(0x16f)]({'chartId':_0x239a31,'config':_0x4c2031,'style':_0x2c9781});}catch(_0x187f03){if(_0x2aff40!==_0x2b483c['ChartRenderMode'][_0x176a66(0x426)])throw _0x187f03;}}['_getOrCreateChartRenderInstance'](_0x2ce3e1,_0x3fc1c9,_0x5665fa){const _0x185f56=_0x9fa3c0;let _0x1761b2=this[_0x185f56(0x361)][_0x185f56(0x168)](_0x2ce3e1);if((_0x1761b2==null?void 0x0:_0x1761b2[_0x185f56(0xd5)])===_0x3fc1c9)return _0x1761b2;_0x1761b2&&(_0x1761b2['dispose'](),this[_0x185f56(0x361)][_0x185f56(0x2ff)](_0x2ce3e1));let _0x13c88f=_0x5665fa['createChartInstance'](_0x3fc1c9,this[_0x185f56(0x392)]());return this[_0x185f56(0x361)][_0x185f56(0x10b)](_0x2ce3e1,_0x13c88f),_0x13c88f;}[_0x9fa3c0(0x392)](){const _0x15b0c6=_0x9fa3c0;return{'resolveHostStyle':({style:_0x4a1802})=>{const _0xb0056e=_0x436e;var _0x23ec26;let _0x8b908c=_0x4a1802[_0xb0056e(0x481)]?this[_0xb0056e(0x4ac)][_0xb0056e(0x3e0)](_0x4a1802['theme']):this[_0xb0056e(0x4ac)][_0xb0056e(0x2c0)](),_0xe590a1=(0x0,_0x446a4a[_0xb0056e(0x53d)])(_0x4a1802);return{'stroke':(_0x23ec26=_0x4a1802[_0xb0056e(0x49a)])==null?_0x8b908c[_0xb0056e(0x481)][_0xb0056e(0x49a)]:_0x23ec26,'fill':_0xe590a1};},'resolveRenderBackgroundColor':({style:_0x1090d8})=>this[_0x15b0c6(0x4ac)][_0x15b0c6(0x529)]((0x0,_0x446a4a[_0x15b0c6(0x53d)])(_0x1090d8))};}async[_0x9fa3c0(0x270)](_0xc7a01f,_0x46b6f7,_0x50914b){const _0x38882b=_0x9fa3c0;var _0x2796c2;let _0x43e373=this[_0x38882b(0x1cf)][_0x38882b(0x4e9)](_0xc7a01f),_0x27f217=this['_renderModelMap'][_0x38882b(0x168)](_0x446a4a[_0x38882b(0x263)]);if(!_0x43e373||!_0x27f217)return;let _0x403dda=_0x3d760d(_0x50914b),_0x5e8711=_0x577dd4(_0x403dda[_0x38882b(0x12e)],_0x403dda[_0x38882b(0x41d)]);_0x46b6f7[_0x38882b(0x221)](_0x5e8711);let _0xbf41b4=_0x446a4a['echarts'][_0x38882b(0x409)](_0x5e8711,null,{'devicePixelRatio':window['devicePixelRatio']||0x1}),_0x24ca80=_0x43e373[_0x38882b(0x12a)],_0x24d174=_0x4839cf(_0x43e373,this[_0x38882b(0x227)][_0x38882b(0x337)]()),_0x4ca6cb=_0x27f217['stylizeSpec'](_0x27f217[_0x38882b(0x547)](_0x24ca80,_0x24d174),{'chartConfig':_0x24ca80,'chartStyle':_0x24d174,'chartInstance':_0xbf41b4},_0x403dda),_0x22bef5=_0x24d174[_0x38882b(0x481)]?this[_0x38882b(0x4ac)][_0x38882b(0x3e0)](_0x24d174[_0x38882b(0x481)]):this['_chartThemeService']['getDefaultTheme'](),_0x5de46e=(0x0,_0x446a4a[_0x38882b(0x53d)])(_0x24d174);_0x46b6f7[_0x38882b(0x404)]['border']=_0x38882b(0x190)+((_0x2796c2=_0x24d174['borderColor'])==null?_0x22bef5[_0x38882b(0x481)][_0x38882b(0x49a)]:_0x2796c2),_0x46b6f7[_0x38882b(0x404)]['backgroundColor']=this[_0x38882b(0x4ac)][_0x38882b(0x529)](_0x5de46e),_0x46b6f7['style'][_0x38882b(0x29e)]=_0x38882b(0x257),_0xbf41b4['clear'](),_0xbf41b4[_0x38882b(0x421)](_0x15857b(_0x4ca6cb),!0x0);}['_cancelDebouncedCallbacks'](){const _0x1b600a=_0x9fa3c0;this[_0x1b600a(0x425)][_0x1b600a(0x2fc)](_0x4c9859=>_0x4c9859['cancel']()),this[_0x1b600a(0x425)][_0x1b600a(0x28e)](),this[_0x1b600a(0x439)]['forEach'](_0x1ef1f9=>_0x1ef1f9[_0x1b600a(0x146)]()),this[_0x1b600a(0x439)][_0x1b600a(0x28e)]();}[_0x9fa3c0(0x33c)](){const _0x129712=_0x9fa3c0;Array[_0x129712(0x488)](this[_0x129712(0x361)]['keys']())[_0x129712(0x2fc)](_0x21a261=>this['_disposeChartRenderInstance'](_0x21a261)),this[_0x129712(0x597)]=null,this[_0x129712(0xf1)][_0x129712(0x2fc)](_0x2b122b=>_0x2b122b[_0x129712(0x33c)]()),this[_0x129712(0xf1)][_0x129712(0x28e)](),this[_0x129712(0x573)](),this[_0x129712(0x4f3)][_0x129712(0x28e)](),this[_0x129712(0x395)]=null,this[_0x129712(0x574)]=null,super[_0x129712(0x33c)]();}};_0x5a8fc8=_0xefbb1d([_0x164dcc(0x0,_0x51b4bb),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1b27ed['SheetCanvasFloatDomManagerService'])),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x2b483c[_0x9fa3c0(0x534)])),_0x164dcc(0x3,_0x2032b8[_0x9fa3c0(0x58f)]),_0x164dcc(0x4,_0x1dcecb[_0x9fa3c0(0x56d)]),_0x164dcc(0x5,(0x0,_0x1dcecb['Inject'])(_0x25b25f[_0x9fa3c0(0x3f7)])),_0x164dcc(0x6,(0x0,_0x1dcecb['Inject'])(_0x1dcecb[_0x9fa3c0(0x5fd)])),_0x164dcc(0x7,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb[_0x9fa3c0(0x5d3)])),_0x164dcc(0x8,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x446a4a[_0x9fa3c0(0x304)])),_0x164dcc(0x9,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb[_0x9fa3c0(0x123)])),_0x164dcc(0xa,_0x1dcecb[_0x9fa3c0(0xf3)]),_0x164dcc(0xb,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x511255))],_0x5a8fc8);let _0x42d960=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0xb01d91,_0x1186b2,_0x273cad,_0x1a68df){const _0x328b6=_0x9fa3c0;super(),this[_0x328b6(0x1cf)]=_0xb01d91,this['_chartRenderService']=_0x1186b2,this['_localeService']=_0x273cad,this[_0x328b6(0x39f)]=_0x1a68df,_0x159363(this,_0x328b6(0x1b1),new Map()),this[_0x328b6(0x5fe)](),this[_0x328b6(0x355)]();}[_0x9fa3c0(0x5fe)](){const _0x644a18=_0x9fa3c0;this[_0x644a18(0x353)](this[_0x644a18(0x1cf)][_0x644a18(0x36f)][_0x644a18(0x57b)](_0x5bcdde=>{const _0x1f4396=_0x644a18;if(_0x5bcdde){let _0x11dae2=new _0x1dcecb[(_0x1f4396(0x162))]();_0x11dae2[_0x1f4396(0x22b)](_0x5bcdde['config$'][_0x1f4396(0x10d)]((0x0,_0x5b9fc7[_0x1f4396(0x3a7)])(_0x5bcdde['style$']),(0x0,_0x5b9fc7[_0x1f4396(0x3a7)])(this['_localeService']['direction$']),(0x0,_0x5b9fc7[_0x1f4396(0x256)])(0x64))['subscribe'](([[_0xc17549,_0x2065ce],_0x840559])=>{const _0x5ca3d8=_0x1f4396;var _0xb72118;if(!_0xc17549)return;(_0xb72118=_0xc17549[_0x5ca3d8(0xbd)])==null||_0xb72118[_0x5ca3d8(0x475)][_0x5ca3d8(0x2fc)]((_0x4f8f20,_0x268c33)=>{const _0x2de79e=_0x5ca3d8;_0x4f8f20[_0x2de79e(0x3d6)]||(_0x4f8f20['label']=this[_0x2de79e(0x227)]['t']('sheets-chart-ui.category')+'\x20'+(_0x268c33+0x1));}),_0xc17549[_0x5ca3d8(0x4ad)][_0x5ca3d8(0x2fc)]((_0x4af7e3,_0x1a650b)=>{const _0x30c83a=_0x5ca3d8;_0x4af7e3[_0x30c83a(0x52b)]||(_0x4af7e3[_0x30c83a(0x52b)]=this[_0x30c83a(0x227)]['t']('sheets-chart-ui.series')+'\x20'+(_0x1a650b+0x1));});let _0x488cd7=_0x4839cf(_0x5bcdde,_0x840559);this['_chartRenderService'][_0x5ca3d8(0x16f)](_0x5bcdde['id'],_0xc17549,_0x488cd7);})),_0x5bcdde[_0x1f4396(0x440)](()=>{_0x11dae2['dispose']();});}}));}[_0x9fa3c0(0x355)](){const _0x25ee90=_0x9fa3c0;this[_0x25ee90(0x353)](this['_commandService'][_0x25ee90(0x127)](_0xb15c92=>{const _0x426808=_0x25ee90;if(_0xb15c92['id']!==_0x2b483c[_0x426808(0x602)]['id'])return;let _0x1d14b3=_0xb15c92[_0x426808(0x48b)];_0x1d14b3!=null&&_0x1d14b3[_0x426808(0x4bd)]&&Promise[_0x426808(0x26e)]()['then'](()=>this[_0x426808(0x2c3)](_0x1d14b3));}));}[_0x9fa3c0(0x2c3)](_0x10e8c8){const _0x1b853c=_0x9fa3c0;let _0x1c7984=this['_chartModelService'][_0x1b853c(0x4e9)](_0x10e8c8['chartModelId']);if(!_0x1c7984||_0x1c7984[_0x1b853c(0x518)]!==_0x446a4a['ChartTypeBits']['WordCloud'])return;let _0x53a9cb=_0x1c7984[_0x1b853c(0x12a)];if(!_0x53a9cb){this['_renderWhenConfigReady'](_0x1c7984);return;}this['_renderChartModel'](_0x1c7984,_0x53a9cb);}['_renderWhenConfigReady'](_0x39094f){const _0x4fbc71=_0x9fa3c0;if(this[_0x4fbc71(0x1b1)][_0x4fbc71(0x168)](_0x39094f['id']))return;let _0x2cc495=_0x39094f[_0x4fbc71(0x10a)]['pipe']((0x0,_0x5b9fc7[_0x4fbc71(0x411)])(_0x44a315=>_0x44a315!=null),(0x0,_0x5b9fc7[_0x4fbc71(0x269)])(0x1))[_0x4fbc71(0x57b)](_0x1e2387=>{const _0x44c4c8=_0x4fbc71;this['_pendingMutationConfigRenders'][_0x44c4c8(0x2ff)](_0x39094f['id']),this[_0x44c4c8(0x3da)](_0x39094f,_0x1e2387);});this[_0x4fbc71(0x1b1)][_0x4fbc71(0x10b)](_0x39094f['id'],_0x2cc495),_0x39094f[_0x4fbc71(0x440)](()=>{const _0x5d06ba=_0x4fbc71;_0x2cc495['unsubscribe'](),this[_0x5d06ba(0x1b1)][_0x5d06ba(0x2ff)](_0x39094f['id']);});}[_0x9fa3c0(0x3da)](_0x4b4786,_0x48bc2){const _0x52a318=_0x9fa3c0;let _0xe9569c=_0x4839cf(_0x4b4786,this[_0x52a318(0x227)]['getDirection']());this[_0x52a318(0x199)][_0x52a318(0x16f)](_0x4b4786['id'],_0x48bc2,_0xe9569c);}};_0x42d960=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb['Inject'])(_0x2b483c[_0x9fa3c0(0x534)])),_0x164dcc(0x1,(0x0,_0x1dcecb['Inject'])(_0x5a8fc8)),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb[_0x9fa3c0(0x5fd)])),_0x164dcc(0x3,_0x1dcecb['ICommandService'])],_0x42d960);let _0x5e61b5=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x3ae00b,_0x159907,_0x552406,_0x97f9c3){const _0x57bfd7=_0x9fa3c0;super(),this[_0x57bfd7(0x296)]=_0x3ae00b,this[_0x57bfd7(0x1f0)]=_0x159907,this[_0x57bfd7(0x20a)]=_0x552406,this[_0x57bfd7(0x1cf)]=_0x97f9c3,this[_0x57bfd7(0x1f9)]();}['_initSheetChange'](){const _0x507bf9=_0x9fa3c0;this[_0x507bf9(0x353)](this[_0x507bf9(0x1f0)][_0x507bf9(0x5c4)]({'getMutations':_0x189206=>{const _0x4b6bf2=_0x507bf9;if(_0x189206['id']===_0xb4fb8d[_0x4b6bf2(0x396)]['id']){let _0x3c2645=(0x0,_0xb4fb8d[_0x4b6bf2(0x1a7)])(this[_0x4b6bf2(0x296)],_0x189206[_0x4b6bf2(0x48b)]);if(!_0x3c2645)return{'redos':[],'undos':[]};let {unitId:_0x440093,subUnitId:_0x3a0363}=_0x3c2645,_0x417154=this['_sheetDrawingService'][_0x4b6bf2(0x1e5)](_0x440093,_0x3a0363),_0x255002=Object[_0x4b6bf2(0x335)](_0x417154)[_0x4b6bf2(0x411)](_0x24d0cf=>_0x24d0cf[_0x4b6bf2(0x19e)]===_0x1dcecb[_0x4b6bf2(0x1aa)][_0x4b6bf2(0x3a8)]);if(_0x255002[_0x4b6bf2(0x11c)]===0x0)return{'redos':[],'undos':[]};let _0x523cac=[],_0x2c6c75=[];for(let _0x5436e6=0x0;_0x5436e6<_0x255002[_0x4b6bf2(0x11c)];_0x5436e6++){let _0x4d2fab=_0x255002[_0x5436e6],_0x76de6d=this['_chartModelService'][_0x4b6bf2(0x4e9)](_0x4d2fab[_0x4b6bf2(0x299)]);if(!_0x76de6d)continue;let {rangeInfo:_0x2de9a6,isRowDirection:_0x46ed7d}=_0x76de6d[_0x4b6bf2(0x18c)]['getRangeInfo'](),{chartType:_0x53af7f,context:_0x3a4ddc,style:_0x53b75e,dataAggregation:_0xedb0c6}=_0x76de6d[_0x4b6bf2(0x419)](),{redo:_0x5f9d8e,undo:_0x114168,objects:_0x328101}=this[_0x4b6bf2(0x20a)][_0x4b6bf2(0x294)]([_0x4d2fab]);_0x523cac[_0x4b6bf2(0x599)]({'id':_0x2b483c['RemoveSheetsChartMutation']['id'],'params':{'unitId':_0x440093,'subUnitId':_0x3a0363,'chartId':_0x4d2fab['drawingId']}}),_0x523cac[_0x4b6bf2(0x599)]({'id':_0x3efe17[_0x4b6bf2(0x1ac)]['id'],'params':{'unitId':_0x440093,'subUnitId':_0x3a0363,'type':_0x3efe17[_0x4b6bf2(0x458)]['REMOVE'],'op':_0x5f9d8e,'objects':_0x328101}}),_0x2c6c75[_0x4b6bf2(0x599)]({'id':_0x3efe17['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x440093,'subUnitId':_0x3a0363,'type':_0x3efe17['DrawingApplyType'][_0x4b6bf2(0x242)],'op':_0x114168,'objects':_0x328101}}),_0x2c6c75[_0x4b6bf2(0x599)]({'id':_0x2b483c[_0x4b6bf2(0x1ee)]['id'],'params':{'unitId':_0x440093,'subUnitId':_0x3a0363,'chartId':_0x4d2fab[_0x4b6bf2(0x299)],'chartType':_0x53af7f,'range':_0x2de9a6['range'],'rangeUnitId':_0x2de9a6[_0x4b6bf2(0x4f6)],'rangeSubUnitId':_0x2de9a6[_0x4b6bf2(0x5b1)],'isRowDirection':_0x46ed7d,'context':_0x3a4ddc,'style':_0x53b75e,'dataAggregation':_0xedb0c6}});}return{'redos':_0x523cac,'undos':_0x2c6c75};}else{if(_0x189206['id']===_0xb4fb8d[_0x4b6bf2(0xe2)]['id']){let {unitId:_0x260694,subUnitId:_0x4078e0,targetSubUnitId:_0x3e4c2a}=_0x189206[_0x4b6bf2(0x48b)];if(!_0x260694||!_0x4078e0||!_0x3e4c2a)return{'redos':[],'undos':[]};let _0x2092ea=this[_0x4b6bf2(0x20a)][_0x4b6bf2(0x1e5)](_0x260694,_0x4078e0),_0x9e0efd=Object['values'](_0x2092ea)[_0x4b6bf2(0x411)](_0x52a155=>_0x52a155[_0x4b6bf2(0x19e)]===_0x1dcecb['DrawingTypeEnum']['DRAWING_CHART']);if(_0x9e0efd[_0x4b6bf2(0x11c)]===0x0)return{'redos':[],'undos':[]};let _0x3147d6=[],_0x4db83f=[];for(let _0x4a92f2=0x0;_0x4a92f2<_0x9e0efd[_0x4b6bf2(0x11c)];_0x4a92f2++){let _0x5139fd=_0x9e0efd[_0x4a92f2],_0x9857b6=this[_0x4b6bf2(0x1cf)][_0x4b6bf2(0x4e9)](_0x5139fd['drawingId']);if(!_0x9857b6)continue;let _0x44b481=(0x0,_0x1dcecb['generateRandomId'])(),_0x2a60c5={..._0x5139fd,'unitId':_0x260694,'subUnitId':_0x3e4c2a,'drawingId':_0x44b481},{rangeInfo:_0x44ea5d,isRowDirection:_0x520953}=_0x9857b6[_0x4b6bf2(0x18c)][_0x4b6bf2(0x473)](),{chartType:_0x52fe46,context:_0x3db33b,style:_0x11bcb5,dataAggregation:_0x51fe0e}=_0x9857b6[_0x4b6bf2(0x419)](),{redo:_0x5da032,undo:_0x2f556d,objects:_0x7a6d08}=this['_sheetDrawingService'][_0x4b6bf2(0x5ef)]([_0x2a60c5]);_0x3147d6[_0x4b6bf2(0x599)]({'id':_0x3efe17[_0x4b6bf2(0x1ac)]['id'],'params':{'unitId':_0x260694,'subUnitId':_0x3e4c2a,'type':_0x3efe17[_0x4b6bf2(0x458)]['INSERT'],'op':_0x5da032,'objects':_0x7a6d08}}),_0x3147d6[_0x4b6bf2(0x599)]({'id':_0x2b483c['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x260694,'subUnitId':_0x3e4c2a,'chartId':_0x44b481,'chartType':_0x52fe46,'range':_0x44ea5d['range'],'isRowDirection':_0x520953,'context':_0x3db33b,'style':_0x11bcb5,'dataAggregation':_0x51fe0e}}),_0x4db83f[_0x4b6bf2(0x599)]({'id':_0x2b483c[_0x4b6bf2(0x601)]['id'],'params':{'unitId':_0x260694,'subUnitId':_0x3e4c2a,'chartId':_0x44b481}}),_0x4db83f[_0x4b6bf2(0x599)]({'id':_0x3efe17[_0x4b6bf2(0x1ac)]['id'],'params':{'unitId':_0x260694,'subUnitId':_0x3e4c2a,'type':_0x3efe17['DrawingApplyType'][_0x4b6bf2(0x21b)],'op':_0x2f556d,'objects':_0x7a6d08}});}return{'redos':_0x3147d6,'undos':_0x4db83f};}}return{'redos':[],'undos':[]};}}));}};_0x5e61b5=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb['IUniverInstanceService'])),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0xb4fb8d[_0x9fa3c0(0x452)])),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x3efe17[_0x9fa3c0(0x267)])),_0x164dcc(0x3,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x2b483c['ChartModelService']))],_0x5e61b5);let _0x566686=_0x14390f=>_0x1dcecb[_0x9fa3c0(0x51c)][_0x9fa3c0(0x57f)](_0x34178e=>_0x14390f[_0x9fa3c0(0x251)](_0x34178e)),_0x1510fd=_0x5d91a6=>!_0x5d91a6,_0x1a5ad4=_0x4e26d1=>!!_0x566686(_0x4e26d1)&&_0x4e26d1[_0x9fa3c0(0xcf)]('_('),_0x29616d=_0x1e6e0d=>!!_0x566686(_0x1e6e0d)&&!_0x1e6e0d[_0x9fa3c0(0xcf)]('_('),_0x5643b8=(_0x3fbcec,_0x3c9ff2=0x0)=>{const _0x3326d1=_0x9fa3c0;var _0xb81981;return _0x3fbcec?(_0xb81981=_0x1dcecb[_0x3326d1(0x1e0)][_0x3326d1(0x307)](_0x3fbcec)[_0x3326d1(0x4b3)])==null?_0x3c9ff2:_0xb81981:_0x3c9ff2;},_0x4c3b17=_0x117747=>Array(Math[_0x9fa3c0(0x38c)](Math[_0x9fa3c0(0x11f)](0x0,Number(_0x117747)),0x1e))[_0x9fa3c0(0x431)](0x0)[_0x9fa3c0(0x3e2)](''),_0x5cf56e=(_0x43b5ef,_0x148062)=>_0x43b5ef['split'](';')[_0x9fa3c0(0x579)](_0x577523=>/\.0?/['test'](_0x577523)?_0x577523[_0x9fa3c0(0x2d7)](/\.0*/g,''+(_0x148062>0x0?'.':'')+_0x4c3b17(Number(_0x148062||0x0))):/0[^0]?/[_0x9fa3c0(0x3c8)](_0x577523)?_0x577523['replace'](/0[^0]+|0$/,'0'+(_0x148062>0x0?'.':'')+_0x4c3b17(Number(_0x148062||0x0))):_0x577523)['join'](';'),_0x4af2ec=()=>_0x14efc8[_0x9fa3c0(0x579)](_0x44efac=>({'label':_0x44efac[_0x9fa3c0(0x3d6)],'value':_0x44efac[_0x9fa3c0(0x5db)],'color':_0x44efac[_0x9fa3c0(0x36b)]})),_0x3b3588=_0x192dd2=>_0x4af2ec()[_0x9fa3c0(0x237)](_0x4d71ef=>(0x0,_0x1dcecb['isPatternEqualWithoutDecimal'])(_0x4d71ef[_0x9fa3c0(0x292)],_0x192dd2)),_0x20e58c=()=>_0x100c13['map'](_0x871e57=>({'label':_0x871e57[_0x9fa3c0(0x3d6)],'value':_0x871e57[_0x9fa3c0(0x5db)]})),_0x42a642=_0x45c8db=>{const _0x8756e9=_0x9fa3c0;let _0x3f2525=_0x1dcecb[_0x8756e9(0x1e0)][_0x8756e9(0x307)](_0x45c8db);return _0x20e58c()[_0x8756e9(0x579)](_0x502de8=>_0x502de8[_0x8756e9(0x292)])[_0x8756e9(0x251)](_0x45c8db)||[_0x8756e9(0x1e6),_0x8756e9(0x3d1),_0x8756e9(0x480)][_0x8756e9(0x251)](_0x3f2525[_0x8756e9(0x45f)]);},_0x1b7d20=({handlePatternChange:_0x44f14c})=>{const _0x44a93c=_0x9fa3c0;let _0x2201b9=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x44a93c(0x5fd)]);return(0x0,_0x543d91[_0x44a93c(0x47c)])(()=>{_0x44f14c('');},[]),(0x0,_0x10d682[_0x44a93c(0x541)])(_0x44a93c(0x192),{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2201b9['t']('sheets-chart-ui.dialog.numfmt.generalDesc')});},_0x42bada=({originPattern:_0xcffd2a,handlePatternChange:_0x3f29ff})=>{const _0x331f90=_0x9fa3c0;let _0x2f9e77=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x331f90(0x5fd)]),_0x1f0a19=_0x1dcecb['currencySymbols'][_0x331f90(0x579)](_0x23f059=>({'label':_0x23f059,'value':_0x23f059})),[_0x53c342,_0x4704e2]=(0x0,_0x543d91[_0x331f90(0x56a)])(()=>_0x5643b8(_0xcffd2a||'',0x2)),[_0x51f4ac,_0x5d05f7]=(0x0,_0x543d91[_0x331f90(0x56a)])(()=>_0x566686(_0xcffd2a==null?'':_0xcffd2a)||_0x1f0a19[0x0][_0x331f90(0x292)]);return(0x0,_0x543d91[_0x331f90(0x47c)])(()=>{const _0x40943a=_0x331f90;_0x3f29ff(_0x5cf56e(_0x40943a(0x2d6)+_0x51f4ac+_0x40943a(0x388)+(_0x53c342>0x0?'.0':'')+'_)',_0x53c342));},[]),(0x0,_0x10d682[_0x331f90(0xd8)])(_0x331f90(0x192),{'className':_0x331f90(0x326),'children':[(0x0,_0x10d682['jsxs'])(_0x331f90(0x192),{'className':_0x331f90(0xf9),'children':[(0x0,_0x10d682[_0x331f90(0xd8)])('div',{'className':_0x331f90(0x101),'children':[(0x0,_0x10d682[_0x331f90(0x541)])('div',{'className':_0x331f90(0x1e7),'children':_0x2f9e77['t'](_0x331f90(0x59e))}),(0x0,_0x10d682[_0x331f90(0x541)])(_0x569e6b[_0x331f90(0x498)],{'className':_0x331f90(0x3e1),'value':_0x53c342,'max':0x14,'min':0x0,'onChange':_0x593961=>{const _0x4f6b87=_0x331f90;let _0x5413c2=_0x593961==null?0x0:_0x593961;_0x4704e2(_0x5413c2),_0x3f29ff(_0x5cf56e(_0x4f6b87(0x2d6)+_0x51f4ac+'\x22*\x20#,##0'+(_0x5413c2>0x0?'.0':'')+'_)',_0x5413c2));}})]}),(0x0,_0x10d682[_0x331f90(0xd8)])(_0x331f90(0x192),{'className':_0x331f90(0x101),'children':[(0x0,_0x10d682[_0x331f90(0x541)])(_0x331f90(0x192),{'className':_0x331f90(0x1e7),'children':_0x2f9e77['t'](_0x331f90(0x4a9))}),(0x0,_0x10d682[_0x331f90(0x541)])(_0x569e6b['Select'],{'options':_0x1f0a19,'value':_0x51f4ac,'onChange':_0x4d35c1=>{const _0x4d1559=_0x331f90;_0x5d05f7(_0x4d35c1),_0x3f29ff(_0x5cf56e(_0x4d1559(0x2d6)+_0x4d35c1+_0x4d1559(0x388)+(_0x53c342>0x0?'.0':'')+'_)',_0x53c342));}})]})]}),(0x0,_0x10d682[_0x331f90(0x541)])(_0x331f90(0x192),{'className':_0x331f90(0x487),'children':_0x2f9e77['t'](_0x331f90(0x555))})]});},_0x5cf481=({originPattern:_0x2a64e6,handlePatternChange:_0x252e3e})=>{const _0x4a3938=_0x9fa3c0;let _0x56f4c9=(0x0,_0x591c64[_0x4a3938(0x4a8)])(_0x1dcecb[_0x4a3938(0x5fd)]),_0x59a4c2=_0x1dcecb['currencySymbols']['map'](_0x24ada5=>({'label':_0x24ada5,'value':_0x24ada5})),[_0x28c315,_0x12495b]=(0x0,_0x543d91[_0x4a3938(0x56a)])(()=>_0x5643b8(_0x2a64e6||'',0x2)),[_0xf06b4d,_0x4726f0]=(0x0,_0x543d91[_0x4a3938(0x56a)])(()=>_0x566686(_0x2a64e6==null?'':_0x2a64e6)||_0x59a4c2[0x0][_0x4a3938(0x292)]),_0x5329a4=_0x4bb64a[_0x4a3938(0x579)](_0x177c44=>({'label':_0x177c44[_0x4a3938(0x3d6)](_0xf06b4d),'value':_0x177c44[_0x4a3938(0x5db)](_0xf06b4d),'color':_0x177c44[_0x4a3938(0x36b)]})),[_0x2d2874,_0x19159c]=(0x0,_0x543d91[_0x4a3938(0x56a)])(()=>{const _0x6d8675=_0x4a3938;var _0x5f1604;return((_0x5f1604=_0x5329a4['find'](_0x23e055=>(0x0,_0x1dcecb[_0x6d8675(0x43b)])(_0x23e055[_0x6d8675(0x292)],_0x2a64e6==null?'':_0x2a64e6)))==null?void 0x0:_0x5f1604[_0x6d8675(0x292)])||_0x5329a4[0x0][_0x6d8675(0x292)];});return(0x0,_0x543d91['useEffect'])(()=>{_0x252e3e(_0x5cf56e(_0x2d2874,_0x28c315));},[]),(0x0,_0x10d682[_0x4a3938(0xd8)])(_0x4a3938(0x192),{'className':_0x4a3938(0x326),'children':[(0x0,_0x10d682['jsxs'])(_0x4a3938(0x192),{'className':_0x4a3938(0xf9),'children':[(0x0,_0x10d682[_0x4a3938(0xd8)])(_0x4a3938(0x192),{'className':_0x4a3938(0x101),'children':[(0x0,_0x10d682[_0x4a3938(0x541)])('div',{'className':_0x4a3938(0x1e7),'children':_0x56f4c9['t'](_0x4a3938(0x59e))}),(0x0,_0x10d682['jsx'])(_0x569e6b['InputNumber'],{'className':_0x4a3938(0x3e1),'value':_0x28c315,'max':0x14,'min':0x0,'onChange':_0x47e0af=>{_0x47e0af&&(_0x12495b(_0x47e0af),_0x252e3e(_0x5cf56e(_0x2d2874,_0x47e0af)));}})]}),(0x0,_0x10d682[_0x4a3938(0xd8)])(_0x4a3938(0x192),{'className':_0x4a3938(0x101),'children':[(0x0,_0x10d682['jsx'])(_0x4a3938(0x192),{'className':_0x4a3938(0x1e7),'children':_0x56f4c9['t'](_0x4a3938(0x4a9))}),(0x0,_0x10d682[_0x4a3938(0x541)])(_0x569e6b['Select'],{'options':_0x59a4c2,'value':_0xf06b4d,'onChange':_0x323343=>{const _0x503f5f=_0x4a3938;_0x4726f0(_0x323343);let _0x24f634=_0x4bb64a[_0x503f5f(0x579)](_0x2f2ce4=>({'label':_0x2f2ce4['label'](_0x323343),'value':_0x2f2ce4[_0x503f5f(0x5db)](_0x323343),'color':_0x2f2ce4[_0x503f5f(0x36b)]}));_0x19159c(_0x24f634[0x0][_0x503f5f(0x292)]),_0x252e3e(_0x5cf56e(_0x24f634[0x0][_0x503f5f(0x292)],_0x28c315));}})]})]}),(0x0,_0x10d682[_0x4a3938(0xd8)])('div',{'className':'univer-mt-2','children':[(0x0,_0x10d682['jsx'])(_0x4a3938(0x192),{'className':_0x4a3938(0x1e7),'children':_0x56f4c9['t']('sheets-chart-ui.dialog.numfmt.negativeNumberTypes')}),(0x0,_0x10d682['jsx'])(_0x569e6b['SelectList'],{'className':(0x0,_0x569e6b[_0x4a3938(0x48d)])(_0x4a3938(0x2f6),_0x569e6b[_0x4a3938(0x171)]),'options':_0x5329a4,'value':_0x2d2874,'onChange':_0xeaedcb=>{_0x19159c(_0xeaedcb),_0x252e3e(_0x5cf56e(_0xeaedcb,_0x28c315));}}),(0x0,_0x10d682[_0x4a3938(0x541)])(_0x4a3938(0x192),{'className':_0x4a3938(0x487),'children':_0x56f4c9['t'](_0x4a3938(0xc1))})]})]});},_0x32a9b7=({originPattern:_0xec1d9a,handlePatternChange:_0x4f84ab})=>{const _0x3a2367=_0x9fa3c0;let _0xeea4c=(0x0,_0x591c64[_0x3a2367(0x4a8)])(_0x1dcecb['LocaleService']),_0x2ae3f6=_0x100c13[_0x3a2367(0x579)](_0x470ed7=>({'label':_0x470ed7[_0x3a2367(0x3d6)],'value':_0x470ed7[_0x3a2367(0x5db)]})),[_0x94bcc9,_0x270b88]=(0x0,_0x543d91[_0x3a2367(0x56a)])(()=>{const _0xf6581b=_0x3a2367;if(_0xec1d9a){let _0x4d71e5=_0x2ae3f6[_0xf6581b(0x57f)](_0x5417d4=>_0x5417d4['value']===_0xec1d9a);if(_0x4d71e5)return _0x4d71e5[_0xf6581b(0x292)];}return _0x2ae3f6[0x0][_0xf6581b(0x292)];});return(0x0,_0x543d91[_0x3a2367(0x47c)])(()=>{_0x4f84ab(_0x94bcc9);},[]),(0x0,_0x10d682['jsx'])(_0x3a2367(0x192),{'className':'univer-mt-2.5','children':(0x0,_0x10d682[_0x3a2367(0xd8)])(_0x3a2367(0x192),{'className':_0x3a2367(0x478),'children':[(0x0,_0x10d682[_0x3a2367(0x541)])(_0x3a2367(0x192),{'className':_0x3a2367(0x1e7),'children':_0xeea4c['t'](_0x3a2367(0x152))}),(0x0,_0x10d682[_0x3a2367(0x541)])(_0x3a2367(0x192),{'children':(0x0,_0x10d682[_0x3a2367(0x541)])(_0x569e6b[_0x3a2367(0x1f7)],{'className':(0x0,_0x569e6b[_0x3a2367(0x48d)])(_0x3a2367(0x2f6),_0x569e6b[_0x3a2367(0x171)]),'options':_0x2ae3f6,'value':_0x94bcc9,'onChange':_0x4bef99=>{_0x270b88(_0x4bef99),_0x4f84ab(_0x4bef99);}})}),(0x0,_0x10d682[_0x3a2367(0x541)])('div',{'className':_0x3a2367(0x487),'children':_0xeea4c['t'](_0x3a2367(0x561))})]})});},_0x4f184b=({originPattern:_0x483a4f,handlePatternChange:_0x51d543})=>{const _0x1cc82=_0x9fa3c0;let _0x70cd50=(0x0,_0x591c64[_0x1cc82(0x4a8)])(_0x1dcecb[_0x1cc82(0x5fd)]),[_0x4eb6bf,_0x31c419]=(0x0,_0x543d91[_0x1cc82(0x56a)])(()=>_0x5643b8(_0x483a4f||'',0x0)),_0x535a0c=_0x14efc8[_0x1cc82(0x579)](_0x581ace=>({'label':_0x581ace[_0x1cc82(0x3d6)],'value':_0x581ace[_0x1cc82(0x5db)],'color':_0x581ace[_0x1cc82(0x36b)]})),[_0x47cd1a,_0x3d9685]=(0x0,_0x543d91[_0x1cc82(0x56a)])(()=>{const _0x268c20=_0x1cc82;let _0xef216c=_0x535a0c[_0x268c20(0x57f)](_0x579ef2=>(0x0,_0x1dcecb[_0x268c20(0x43b)])(_0x579ef2[_0x268c20(0x292)],_0x483a4f||''));return(_0xef216c==null?void 0x0:_0xef216c['value'])||_0x535a0c[0x0]['value'];});return(0x0,_0x543d91[_0x1cc82(0x47c)])(()=>{_0x51d543(_0x5cf56e(_0x47cd1a,Number(_0x4eb6bf||0x0)));},[]),(0x0,_0x10d682['jsxs'])('div',{'className':_0x1cc82(0x326),'children':[(0x0,_0x10d682[_0x1cc82(0x541)])('div',{'className':_0x1cc82(0xf9),'children':(0x0,_0x10d682[_0x1cc82(0xd8)])(_0x1cc82(0x192),{'className':_0x1cc82(0x101),'children':[(0x0,_0x10d682['jsx'])(_0x1cc82(0x192),{'className':_0x1cc82(0x1e7),'children':_0x70cd50['t'](_0x1cc82(0x59e))}),(0x0,_0x10d682[_0x1cc82(0x541)])(_0x569e6b[_0x1cc82(0x498)],{'className':_0x1cc82(0x3e1),'value':_0x4eb6bf,'max':0x14,'min':0x0,'onChange':_0x433206=>{_0x433206&&(_0x31c419(_0x433206),_0x51d543(_0x5cf56e(_0x47cd1a,Number(_0x433206))));}})]})}),(0x0,_0x10d682[_0x1cc82(0xd8)])(_0x1cc82(0x192),{'className':'univer-mt-2','children':[(0x0,_0x10d682[_0x1cc82(0x541)])('div',{'className':_0x1cc82(0x1e7),'children':_0x70cd50['t'](_0x1cc82(0x4d7))}),(0x0,_0x10d682[_0x1cc82(0x541)])(_0x569e6b['SelectList'],{'className':(0x0,_0x569e6b[_0x1cc82(0x48d)])(_0x1cc82(0x2f6),_0x569e6b['scrollbarClassName']),'options':_0x535a0c,'value':_0x47cd1a,'onChange':_0x26b1c3=>{_0x31c419(_0x5643b8(_0x26b1c3,0x0)),_0x3d9685(_0x26b1c3),_0x51d543(_0x26b1c3);}}),(0x0,_0x10d682[_0x1cc82(0x541)])(_0x1cc82(0x192),{'className':_0x1cc82(0x487),'children':_0x70cd50['t'](_0x1cc82(0x1b8))})]})]});},_0x395e10=({originPattern:_0x3d428b,onPatternApply:_0x40e466})=>{const _0x2c406f=_0x9fa3c0;let _0x71c586=(0x0,_0x591c64['useDependency'])(_0x1dcecb[_0x2c406f(0x5fd)]),_0x57019c=(0x0,_0x591c64[_0x2c406f(0x4a8)])(_0x591c64[_0x2c406f(0x503)]),_0x41df18=(0x0,_0x543d91['useMemo'])(()=>[{'label':_0x2c406f(0x464),'component':_0x1b7d20,'key':_0x2c406f(0x1de)},{'label':_0x2c406f(0x463),'component':_0x42bada,'key':_0x2c406f(0x4b7)},{'label':_0x2c406f(0x5e1),'component':_0x5cf481,'key':_0x2c406f(0x38a)},{'label':_0x2c406f(0x44a),'component':_0x32a9b7,'key':_0x2c406f(0x1e2)},{'label':_0x2c406f(0x318),'component':_0x4f184b,'key':_0x2c406f(0x2da)}][_0x2c406f(0x579)](_0x5e1c0d=>({..._0x5e1c0d,'label':_0x71c586['t'](_0x5e1c0d[_0x2c406f(0x3d6)])})),[_0x71c586]),_0x2cbcc9=_0x24e3c3=>[_0x1510fd,_0x1a5ad4,_0x29616d,_0x42a642,_0x3b3588][_0x2c406f(0x336)]((_0x1f0222,_0x42d259,_0x2e307e)=>_0x1f0222||(_0x42d259(_0x24e3c3==null?'':_0x24e3c3)?_0x41df18[_0x2e307e][_0x2c406f(0x41a)]:void 0x0),void 0x0)||_0x41df18[0x0][_0x2c406f(0x41a)],_0x40637f=_0x41df18['map'](_0x680186=>({'label':_0x680186[_0x2c406f(0x3d6)],'value':_0x680186[_0x2c406f(0x41a)]})),[_0x1dda03,_0x2a5db0]=(0x0,_0x543d91[_0x2c406f(0x56a)])(()=>_0x2cbcc9(_0x3d428b)),[_0xc6431f,_0x1fc5b9]=(0x0,_0x543d91[_0x2c406f(0x56a)])(_0x3d428b),_0x53eee4=_0x53e44d=>_0x1fc5b9(_0x53e44d),_0x364544=_0x44fd47=>{_0x2a5db0(_0x44fd47);};return(0x0,_0x543d91[_0x2c406f(0x47c)])(()=>{let _0x485660=_0x2cbcc9(_0x3d428b);_0x485660!==_0x1dda03&&_0x2a5db0(_0x485660),_0x3d428b!==_0xc6431f&&_0x1fc5b9(_0x3d428b);},[_0x3d428b]),(0x0,_0x10d682[_0x2c406f(0xd8)])('div',{'children':[(0x0,_0x10d682['jsx'])(_0x2c406f(0x192),{'className':'univer-mb-2\x20univer-h-5\x20univer-text-sm\x20univer-font-medium\x20univer-leading-5','children':_0x71c586['t'](_0x2c406f(0xdf))}),(0x0,_0x10d682[_0x2c406f(0x541)])(_0x2c406f(0x192),{'children':(0x0,_0x10d682[_0x2c406f(0x541)])(_0x569e6b[_0x2c406f(0x4de)],{'className':_0x2c406f(0x349),'onChange':_0x587fda=>_0x364544(_0x587fda),'options':_0x40637f,'value':_0x1dda03})}),(0x0,_0x10d682[_0x2c406f(0xd8)])('div',{'className':_0x2c406f(0x478),'children':[_0x1dda03===_0x2c406f(0x1de)&&(0x0,_0x10d682[_0x2c406f(0x541)])(_0x1b7d20,{'originPattern':_0x3d428b,'handlePatternChange':_0x53eee4}),_0x1dda03===_0x2c406f(0x4b7)&&(0x0,_0x10d682[_0x2c406f(0x541)])(_0x42bada,{'originPattern':_0x3d428b,'handlePatternChange':_0x53eee4}),_0x1dda03===_0x2c406f(0x38a)&&(0x0,_0x10d682[_0x2c406f(0x541)])(_0x5cf481,{'originPattern':_0x3d428b,'handlePatternChange':_0x53eee4}),_0x1dda03===_0x2c406f(0x1e2)&&(0x0,_0x10d682[_0x2c406f(0x541)])(_0x32a9b7,{'originPattern':_0x3d428b,'handlePatternChange':_0x53eee4}),_0x1dda03===_0x2c406f(0x2da)&&(0x0,_0x10d682[_0x2c406f(0x541)])(_0x4f184b,{'originPattern':_0x3d428b,'handlePatternChange':_0x53eee4})]}),(0x0,_0x10d682['jsxs'])(_0x2c406f(0x192),{'className':_0x2c406f(0x1fa),'children':[(0x0,_0x10d682['jsx'])(_0x569e6b[_0x2c406f(0x281)],{'onClick':()=>{_0x57019c['close'](_0x34c5a6);},'children':_0x71c586['t'](_0x2c406f(0x5a3))}),(0x0,_0x10d682[_0x2c406f(0x541)])(_0x569e6b['Button'],{'className':'univer-ml-3','variant':'primary','onClick':()=>{const _0x14edba=_0x2c406f;_0x40e466&&_0x40e466(_0xc6431f),_0x57019c[_0x14edba(0x130)](_0x34c5a6);},'children':_0x71c586['t'](_0x2c406f(0x148))})]})]});},_0xcda819=_0xb878fd=>{const _0x1844da=_0x9fa3c0;let {floatDomId:_0x191c4f,context:_0x4c7f3b}=_0xb878fd,_0x5edace=(0x0,_0x591c64[_0x1844da(0x4a8)])(_0x5a8fc8);return(0x0,_0x543d91[_0x1844da(0x47c)])(()=>{const _0x333327=_0x1844da;if(_0x4c7f3b[_0x333327(0x2a7)][_0x333327(0x25d)]){let _0x45f721={'width':Number[_0x333327(0x346)](_0x4c7f3b[_0x333327(0x2a7)][_0x333327(0x25d)][_0x333327(0x404)][_0x333327(0x12e)]),'height':Number[_0x333327(0x346)](_0x4c7f3b[_0x333327(0x2a7)][_0x333327(0x25d)][_0x333327(0x404)]['height'])};_0x5edace['printChart'](_0x191c4f,_0x4c7f3b['root'][_0x333327(0x25d)],_0x45f721);}},[_0x191c4f,_0x4c7f3b[_0x1844da(0x2a7)]['current']]),null;},_0x5909f3=class extends _0x1dcecb[_0x9fa3c0(0x461)]{constructor(_0x19583f,_0x4059f2){const _0x21b3fd=_0x9fa3c0;super(),this[_0x21b3fd(0x308)]=_0x19583f,this['_iconManager']=_0x4059f2,this[_0x21b3fd(0x43f)](),this['_registerComponents']();}['_registerIcons'](){const _0x465eb9=_0x9fa3c0;this[_0x465eb9(0x353)](this[_0x465eb9(0x246)][_0x465eb9(0x483)]({'ChartIcon':_0x281be0,'AreaChartIcon':_0x5ca8b4,'BarChartIcon':_0x1fb73b,'ColumnChartIcon':_0x126a88,'ComboChartIcon':_0x564a76,'LineChartIcon':_0x5e6a3d,'PieChartIcon':_0x4c16fe,'RadarChartIcon':_0x37ef76,'ScatterChartIcon':_0x5b2aef,'FunnelIcon':_0x75ba23,'CloudIcon':_0x5af695,'BubbleIcon':_0x1b0fae,'RelationshipIcon':_0xa74e04,'WaterfallChartIcon':_0x116d42,'SankeyChartIcon':_0x4a33f0,'HeatmapChartIcon':_0x2d4e28,'BoxplotIcon':_0x230251}));}[_0x9fa3c0(0x17e)](){const _0xf608ca=_0x9fa3c0;[[_0x1dcecb[_0xf608ca(0x53b)],_0xcda819],[_0xe5ddc,_0xe928cf],[_0x4d8725,_0x395e10]][_0xf608ca(0x2fc)](([_0x55f424,_0x2d2452])=>{const _0x5b785e=_0xf608ca;this[_0x5b785e(0x353)](this[_0x5b785e(0x308)][_0x5b785e(0x483)](_0x55f424,_0x2d2452));});}};_0x5909f3=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb['Inject'])(_0x591c64['ComponentManager'])),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x591c64['IconManager']))],_0x5909f3);let _0x52c2f6=class extends _0x1dcecb['Disposable']{constructor(_0x1c4cb8,_0x57ee80,_0x2e8649,_0x5cb593){const _0x2d0430=_0x9fa3c0;super(),this[_0x2d0430(0x10f)]=_0x1c4cb8,this[_0x2d0430(0x548)]=_0x57ee80,this[_0x2d0430(0x20a)]=_0x2e8649,this['_chartModelService']=_0x5cb593,_0x159363(this,_0x2d0430(0x48f),void 0x0),this[_0x2d0430(0x442)]();}get['_focusedDrawings'](){const _0xf55f35=_0x9fa3c0;return this[_0xf55f35(0x20a)][_0xf55f35(0xd7)]();}[_0x9fa3c0(0x442)](){const _0x2b6f73=_0x9fa3c0;this['disposeWithMe'](this[_0x2b6f73(0x548)]['addClipboardHook']({'id':_0x2b483c[_0x2b6f73(0x25e)],'onBeforeCopy':(_0x19bff1,_0x22f56c,_0x1a81af,_0x13df14)=>{const _0x306c6d=_0x2b6f73;this['_copyInfo']=null;let _0x154eed=this[_0x306c6d(0x23f)];if(_0x154eed[_0x306c6d(0x11c)]){let _0x16d091=_0x154eed[_0x306c6d(0x411)](_0xf5dab4=>_0xf5dab4['drawingType']===_0x1dcecb[_0x306c6d(0x1aa)][_0x306c6d(0x3a8)]);if(_0x16d091['length']===0x0)return;this[_0x306c6d(0x48f)]={'unitId':_0x19bff1,'subUnitId':_0x22f56c,'copyType':_0x13df14,'drawings':_0x16d091};}else this['_createCopyInfoByRange'](_0x19bff1,_0x22f56c,_0x1a81af,_0x13df14);},'onPasteCells':(_0x2bfc14,_0xb88b7f,_0x805183,_0x2af929)=>{const _0x4961b1=_0x2b6f73;if(!this['_copyInfo'])return{'redos':[],'undos':[]};let {pasteType:_0x12bb0d}=_0x2af929;return _0x12bb0d===_0x10646d[_0x4961b1(0x15f)]['DEFAULT_PASTE']?this[_0x4961b1(0x514)](_0xb88b7f,this[_0x4961b1(0x48f)][_0x4961b1(0x158)]===_0x10646d[_0x4961b1(0x18b)][_0x4961b1(0x122)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x39ac32=>this[_0x2b6f73(0x48f)]?this[_0x2b6f73(0x514)](_0x39ac32,this[_0x2b6f73(0x48f)][_0x2b6f73(0x158)]===_0x10646d[_0x2b6f73(0x18b)]['CUT']):{'redos':[],'undos':[]}}));}['_createCopyInfoByRange'](_0x2ec28b,_0x12263c,_0x58b2df,_0x137782){const _0xcc072e=_0x9fa3c0;let _0xe173c4=this[_0xcc072e(0x10f)]['getSkeleton'](_0x2ec28b,_0x12263c);if(!_0xe173c4)return;let _0x949415=(0x0,_0xb4fb8d[_0xcc072e(0x468)])(_0xe173c4,_0x58b2df);if(!_0x949415)return;let {startX:_0x247ace,endX:_0x3a3f90,startY:_0xf13b59,endY:_0x23d7d0}=_0x949415,_0x5c6130=this[_0xcc072e(0x20a)][_0xcc072e(0x1e5)](_0x2ec28b,_0x12263c),_0xbd56bc=this[_0xcc072e(0x23f)][_0xcc072e(0x219)]();for(let [_0x421aac,_0x431d8f]of Object[_0xcc072e(0x57c)](_0x5c6130)){if(_0x431d8f['drawingType']!==_0x1dcecb['DrawingTypeEnum'][_0xcc072e(0x3a8)])continue;let {transform:_0x22ef00}=_0x431d8f;if(!_0x22ef00)continue;let {left:_0x49a6b3=0x0,top:_0x528896=0x0,width:_0x56bb5d=0x0,height:_0x1e6ad9=0x0}=_0x22ef00;_0x247ace<=_0x49a6b3&&_0x3a3f90>=_0x49a6b3+_0x56bb5d&&_0xf13b59<=_0x528896&&_0x23d7d0>=_0x528896+_0x1e6ad9&&_0xbd56bc[_0xcc072e(0x599)](_0x431d8f);}_0xbd56bc[_0xcc072e(0x11c)]>0x0&&(this[_0xcc072e(0x48f)]={'unitId':_0x2ec28b,'subUnitId':_0x12263c,'copyType':_0x137782,'copyRange':_0x58b2df,'drawings':_0xbd56bc});}[_0x9fa3c0(0x514)](_0x115ddb,_0x13a5cf){const _0x417309=_0x9fa3c0;let {unitId:_0x38600e,subUnitId:_0x190861,range:_0x5eed1a}=_0x115ddb,_0x325ad0=this[_0x417309(0x10f)][_0x417309(0x226)](_0x38600e,_0x190861);if(!_0x325ad0)return{'redos':[],'undos':[]};let _0x4579d9=(0x0,_0xb4fb8d[_0x417309(0x4b5)])(_0x5eed1a),{unitId:_0x154ede,subUnitId:_0x124c68,copyRange:_0x6f7586,drawings:_0x47d683}=this[_0x417309(0x48f)],_0x45dbf2=this[_0x417309(0x10f)][_0x417309(0x226)](_0x154ede,_0x124c68);if(!_0x45dbf2)return{'redos':[],'undos':[]};let _0x50b004=[],_0x20d9d1=[];for(let _0x253292 of _0x47d683){let {drawingId:_0x46125a,transform:_0x599a83,sheetTransform:_0x5516b0}=_0x253292,_0x2dfa3f=this[_0x417309(0x1cf)][_0x417309(0x4e9)](_0x46125a);if(!_0x2dfa3f||!_0x599a83||!_0x5516b0)continue;let _0x1140c8=this[_0x417309(0x3fb)]({'transform':_0x599a83,'sheetTransform':_0x5516b0},{'skeleton':_0x45dbf2,'range':_0x6f7586},{'skeleton':_0x325ad0,'range':_0x4579d9});if(_0x13a5cf){let {redos:_0x5b5928,undos:_0x493bdc}=this[_0x417309(0x3e7)]({'fromUnitId':_0x154ede,'fromSubUnitId':_0x124c68,'toUnitId':_0x38600e,'toSubUnitId':_0x190861,'drawing':_0x253292,'newTransforms':_0x1140c8},_0x2dfa3f);_0x50b004[_0x417309(0x599)](..._0x5b5928),_0x20d9d1[_0x417309(0x599)](..._0x493bdc);continue;}let {redos:_0x24fd85,undos:_0x3360b0}=this[_0x417309(0x5f3)]({'toUnitId':_0x38600e,'toSubUnitId':_0x190861,'drawing':_0x253292,'newTransforms':_0x1140c8},_0x2dfa3f);_0x50b004[_0x417309(0x599)](..._0x24fd85),_0x20d9d1[_0x417309(0x599)](..._0x3360b0);}return{'redos':_0x50b004,'undos':_0x20d9d1};}[_0x9fa3c0(0x3e7)](_0x978c1f,_0x2f5cd0){const _0x279506=_0x9fa3c0;let {fromUnitId:_0x58c7f3,fromSubUnitId:_0x40bc72,toUnitId:_0x20fc6a,toSubUnitId:_0x1d1b2c,drawing:_0x1877b6,newTransforms:_0x5bf748}=_0x978c1f,_0x4c35e7={..._0x1877b6,'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'transform':_0x5bf748[_0x279506(0x38e)],'sheetTransform':_0x5bf748[_0x279506(0x3cd)]};if(_0x20fc6a===_0x58c7f3&&_0x1d1b2c===_0x40bc72){let {redo:_0x33f091,undo:_0x3bcf21,objects:_0x5c2698}=this['_sheetDrawingService'][_0x279506(0x181)]([_0x4c35e7]);return{'redos':[{'id':_0x3efe17[_0x279506(0x1ac)]['id'],'params':{'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'type':_0x3efe17[_0x279506(0x458)][_0x279506(0xb7)],'op':_0x33f091,'objects':_0x5c2698}}],'undos':[{'id':_0x3efe17[_0x279506(0x1ac)]['id'],'params':{'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'type':_0x3efe17[_0x279506(0x458)][_0x279506(0xb7)],'op':_0x3bcf21,'objects':_0x5c2698}}]};}else{let _0x125c33=this['_sheetDrawingService']['getBatchRemoveOp']([_0x1877b6]),_0x3b5754=this[_0x279506(0x20a)][_0x279506(0x5ef)]([_0x4c35e7]),{rangeInfo:_0x4765e8,isRowDirection:_0x3045ac}=_0x2f5cd0[_0x279506(0x18c)][_0x279506(0x473)](),{chartType:_0x5255bc,context:_0x21c06a,style:_0x2fccc6,dataAggregation:_0x5d2ffe}=_0x2f5cd0[_0x279506(0x419)]();return{'redos':[{'id':_0x3efe17[_0x279506(0x1ac)]['id'],'params':{'unitId':_0x58c7f3,'subUnitId':_0x40bc72,'type':_0x3efe17[_0x279506(0x458)][_0x279506(0x21b)],'op':_0x125c33[_0x279506(0x205)],'objects':_0x125c33['objects']}},{'id':_0x2b483c[_0x279506(0x601)]['id'],'params':{'unitId':_0x58c7f3,'subUnitId':_0x40bc72,'chartId':_0x1877b6[_0x279506(0x299)]}},{'id':_0x3efe17['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'type':_0x3efe17[_0x279506(0x458)][_0x279506(0x242)],'op':_0x3b5754[_0x279506(0x205)],'objects':_0x3b5754[_0x279506(0x405)]}},{'id':_0x2b483c[_0x279506(0x1ee)]['id'],'params':{'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'chartId':_0x1877b6[_0x279506(0x299)],'chartType':_0x5255bc,'range':_0x4765e8[_0x279506(0x3ce)],'rangeUnitId':_0x4765e8[_0x279506(0x4f6)],'rangeSubUnitId':_0x4765e8['subUnitId'],'isRowDirection':_0x3045ac,'context':_0x21c06a,'style':_0x2fccc6,'dataAggregation':_0x5d2ffe}}],'undos':[{'id':_0x3efe17[_0x279506(0x1ac)]['id'],'params':{'unitId':_0x58c7f3,'subUnitId':_0x40bc72,'type':_0x3efe17[_0x279506(0x458)][_0x279506(0x242)],'op':_0x125c33[_0x279506(0x470)],'objects':_0x125c33[_0x279506(0x405)]}},{'id':_0x2b483c[_0x279506(0x1ee)]['id'],'params':{'unitId':_0x58c7f3,'subUnitId':_0x40bc72,'chartId':_0x1877b6[_0x279506(0x299)],'chartType':_0x5255bc,'range':_0x4765e8['range'],'rangeUnitId':_0x4765e8[_0x279506(0x4f6)],'rangeSubUnitId':_0x4765e8[_0x279506(0x5b1)],'isRowDirection':_0x3045ac,'context':_0x21c06a,'style':_0x2fccc6,'dataAggregation':_0x5d2ffe}},{'id':_0x3efe17[_0x279506(0x1ac)]['id'],'params':{'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'type':_0x3efe17[_0x279506(0x458)]['REMOVE'],'op':_0x3b5754[_0x279506(0x470)],'objects':_0x3b5754[_0x279506(0x405)]}},{'id':_0x2b483c['RemoveSheetsChartMutation']['id'],'params':{'unitId':_0x20fc6a,'subUnitId':_0x1d1b2c,'chartId':_0x1877b6['drawingId']}}]};}}[_0x9fa3c0(0x5f3)](_0x14d9ea,_0x298322){const _0x5f2e5a=_0x9fa3c0;let {toUnitId:_0x1cdf39,toSubUnitId:_0x5029a3,drawing:_0x44b6ba,newTransforms:_0x3780e8}=_0x14d9ea,_0x5c79d0=(0x0,_0x1dcecb[_0x5f2e5a(0x28a)])(),_0x4191a2={..._0x44b6ba,'unitId':_0x1cdf39,'subUnitId':_0x5029a3,'drawingId':_0x5c79d0,'transform':_0x3780e8[_0x5f2e5a(0x38e)],'sheetTransform':_0x3780e8[_0x5f2e5a(0x3cd)]},{redo:_0x581070,undo:_0x316086,objects:_0x57c660}=this[_0x5f2e5a(0x20a)]['getBatchAddOp']([_0x4191a2]),{rangeInfo:_0x3fecd,isRowDirection:_0x5aebdc}=_0x298322[_0x5f2e5a(0x18c)][_0x5f2e5a(0x473)](),{chartType:_0x422b00,context:_0x4235e1,style:_0x4ec641,dataAggregation:_0x4afb09}=_0x298322[_0x5f2e5a(0x419)]();return{'redos':[{'id':_0x3efe17[_0x5f2e5a(0x1ac)]['id'],'params':{'unitId':_0x1cdf39,'subUnitId':_0x5029a3,'type':_0x3efe17[_0x5f2e5a(0x458)][_0x5f2e5a(0x242)],'op':_0x581070,'objects':_0x57c660}},{'id':_0x2b483c[_0x5f2e5a(0x1ee)]['id'],'params':{'unitId':_0x1cdf39,'subUnitId':_0x5029a3,'chartId':_0x5c79d0,'chartType':_0x422b00,'range':_0x3fecd[_0x5f2e5a(0x3ce)],'rangeUnitId':_0x3fecd['unitId'],'rangeSubUnitId':_0x3fecd[_0x5f2e5a(0x5b1)],'isRowDirection':_0x5aebdc,'context':_0x4235e1,'style':_0x4ec641,'dataAggregation':_0x4afb09}}],'undos':[{'id':_0x3efe17[_0x5f2e5a(0x1ac)]['id'],'params':{'unitId':_0x1cdf39,'subUnitId':_0x5029a3,'type':_0x3efe17[_0x5f2e5a(0x458)][_0x5f2e5a(0x21b)],'op':_0x316086,'objects':_0x57c660}},{'id':_0x2b483c[_0x5f2e5a(0x601)]['id'],'params':{'unitId':_0x1cdf39,'subUnitId':_0x5029a3,'chartId':_0x5c79d0}}]};}[_0x9fa3c0(0x3fb)](_0x2a5b84,_0x32cfd1,_0x33f005){const _0x46ffd7=_0x9fa3c0;var _0x5d335d;let {range:_0x3c4eb9,skeleton:_0x14f5ac}=_0x32cfd1,{range:_0x19b36d,skeleton:_0x446d7b}=_0x33f005,{transform:_0x540a9d,sheetTransform:_0x17d0bd}=_0x2a5b84,_0x16f010={..._0x540a9d};if(_0x3c4eb9){let _0x107740=(0x0,_0xb4fb8d['attachRangeWithCoord'])(_0x14f5ac,_0x3c4eb9),_0x4d2a64=(0x0,_0xb4fb8d['attachRangeWithCoord'])(_0x446d7b,_0x19b36d);if(_0x107740&&_0x4d2a64){var _0x807b1d,_0x522fe1;let _0x151bcc=_0x4d2a64[_0x46ffd7(0x3e3)]-_0x107740[_0x46ffd7(0x3e3)],_0x3b07e3=_0x4d2a64['startY']-_0x107740[_0x46ffd7(0x56e)];_0x16f010[_0x46ffd7(0x339)]=((_0x807b1d=_0x16f010[_0x46ffd7(0x339)])==null?0x0:_0x807b1d)+_0x151bcc,_0x16f010[_0x46ffd7(0x542)]=((_0x522fe1=_0x16f010[_0x46ffd7(0x542)])==null?0x0:_0x522fe1)+_0x3b07e3;}}else{let _0x25fcc7=(0x0,_0xb4fb8d['attachRangeWithCoord'])(_0x446d7b,_0x19b36d);_0x16f010[_0x46ffd7(0x339)]=_0x25fcc7==null?void 0x0:_0x25fcc7[_0x46ffd7(0x3e3)],_0x16f010[_0x46ffd7(0x542)]=_0x25fcc7==null?void 0x0:_0x25fcc7[_0x46ffd7(0x56e)];}return{'transform':_0x16f010,'sheetTransform':(_0x5d335d=(0x0,_0x3efe17[_0x46ffd7(0x564)])(_0x16f010,_0x446d7b))==null?_0x17d0bd:_0x5d335d};}};_0x52c2f6=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0xb4fb8d[_0x9fa3c0(0xfa)])),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x10646d[_0x9fa3c0(0x129)])),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x3efe17[_0x9fa3c0(0x267)])),_0x164dcc(0x3,(0x0,_0x1dcecb['Inject'])(_0x2b483c[_0x9fa3c0(0x534)]))],_0x52c2f6);let _0xe21092=class extends _0x1dcecb['Disposable']{constructor(_0x3bbe0c,_0xb1f707,_0x24e09a,_0x18aa8c){const _0x5de7fa=_0x9fa3c0;super(),this[_0x5de7fa(0x39f)]=_0x3bbe0c,this[_0x5de7fa(0x227)]=_0xb1f707,this['_sheetPermissionCheckController']=_0x24e09a,this[_0x5de7fa(0x2dc)]=_0x18aa8c,this[_0x5de7fa(0x4dd)]();}['_initPermission'](){const _0x34e03a=_0x9fa3c0;this[_0x34e03a(0x353)](this[_0x34e03a(0x39f)][_0x34e03a(0x4a0)](_0x224119=>{const _0x5de213=_0x34e03a;let _0x55f6f1,_0x9ebe9d;if(_0x224119['id']===_0x2b483c[_0x5de213(0x179)]['id']){let _0x113b07=_0x224119[_0x5de213(0x48b)];_0x55f6f1=_0x113b07[_0x5de213(0x4f6)],_0x9ebe9d=_0x113b07[_0x5de213(0x5b1)];}else{if(_0x224119['id']===_0x2b483c[_0x5de213(0x2cc)]['id']||_0x224119['id']===_0x2b483c[_0x5de213(0x5ac)]['id']){let _0x813ff7=_0x224119[_0x5de213(0x48b)];_0x55f6f1=_0x813ff7[_0x5de213(0x4f6)],_0x9ebe9d=this['_sheetsChartService'][_0x5de213(0x441)](_0x813ff7['unitId'],_0x813ff7[_0x5de213(0x4bd)]);}}!_0x55f6f1||!_0x9ebe9d||this[_0x5de213(0x4e3)][_0x5de213(0x10e)]({'workbookTypes':[_0xb4fb8d[_0x5de213(0x4c1)]],'worksheetTypes':[_0xb4fb8d[_0x5de213(0x110)]]},_0x55f6f1,_0x9ebe9d)||this[_0x5de213(0x4e3)][_0x5de213(0x418)](this[_0x5de213(0x227)]['t'](_0x5de213(0x571)));}));}};_0xe21092=_0xefbb1d([_0x164dcc(0x0,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb[_0x9fa3c0(0xd6)])),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb[_0x9fa3c0(0x5fd)])),_0x164dcc(0x2,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0xb4fb8d[_0x9fa3c0(0x23b)])),_0x164dcc(0x3,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x2b483c['SheetsChartService']))],_0xe21092);let _0x5a5ee4=class extends _0x1dcecb[_0x9fa3c0(0x142)]{constructor(_0x3132b5=_0x243162,_0x2f4420,_0x5cc572,_0x675558){const _0x2eadd7=_0x9fa3c0;super(),this[_0x2eadd7(0x144)]=_0x3132b5,this['_injector']=_0x2f4420,this['_configService']=_0x5cc572,this['_commandService']=_0x675558;let {..._0xd8484c}=(0x0,_0x1dcecb['merge'])({},_0x243162,this[_0x2eadd7(0x144)]);this[_0x2eadd7(0x2a8)][_0x2eadd7(0x17b)](_0x4571f3,_0xd8484c),this[_0x2eadd7(0x48e)](),(0x0,_0x446a4a[_0x2eadd7(0x587)])(_0x446a4a[_0x2eadd7(0x31f)]);}[_0x9fa3c0(0x372)](){const _0x382027=_0x9fa3c0;this['_injector']['add']([_0x5909f3]),this[_0x382027(0x1d7)][_0x382027(0x168)](_0x5909f3);let _0x1bb6a9=this[_0x382027(0x1d7)];[[_0x375052],[_0x51b4bb,{'useClass':_0x7a99f5}],[_0x511255],[_0x5a8fc8],[_0x500266],[_0x3bfa3e],[_0x42d960],[_0x52c2f6],[_0x5e61b5],[_0xe21092]]['forEach'](_0x1cebc2=>_0x1bb6a9[_0x382027(0x22b)](_0x1cebc2)),(0x0,_0x1dcecb[_0x382027(0x49f)])(this[_0x382027(0x1d7)],[[_0x500266],[_0x42d960],[_0x3bfa3e],[_0x375052],[_0x52c2f6],[_0x5e61b5],[_0xe21092]]);}[_0x9fa3c0(0x138)](){const _0xa0f67b=_0x9fa3c0;var _0x2bd904;(_0x2bd904=this[_0xa0f67b(0x1d7)][_0xa0f67b(0x168)](_0x500266))==null||_0x2bd904[_0xa0f67b(0x41e)]();}[_0x9fa3c0(0x48e)](){const _0x579b77=_0x9fa3c0;[_0x47fc2f,_0x27e6ad,_0x4ced9a][_0x579b77(0x2fc)](_0x200849=>this[_0x579b77(0x353)](this['_commandService'][_0x579b77(0x391)](_0x200849)));}};_0x159363(_0x5a5ee4,'type',_0x1dcecb['UniverInstanceType']['UNIVER_SHEET']),_0x159363(_0x5a5ee4,_0x9fa3c0(0xbc),_0x9fa3c0(0x2d9)),_0x159363(_0x5a5ee4,_0x9fa3c0(0x344),_0xfc20a),_0x159363(_0x5a5ee4,'version',_0x2ff4df),_0x5a5ee4=_0xefbb1d([(0x0,_0x1dcecb[_0x9fa3c0(0x105)])(_0x1b27ed[_0x9fa3c0(0x448)],_0x2b483c['UniverSheetsChartPlugin']),_0x164dcc(0x1,(0x0,_0x1dcecb[_0x9fa3c0(0x5e7)])(_0x1dcecb[_0x9fa3c0(0x5d3)])),_0x164dcc(0x2,_0x1dcecb['IConfigService']),_0x164dcc(0x3,_0x1dcecb['ICommandService'])],_0x5a5ee4),_0x5e7e40[_0x9fa3c0(0x2c7)]=_0x4571f3,Object[_0x9fa3c0(0x2aa)](_0x5e7e40,_0x9fa3c0(0x106),{'enumerable':!0x0,'get':function(){return _0x500266;}}),Object[_0x9fa3c0(0x2aa)](_0x5e7e40,'SheetsChartUIService',{'enumerable':!0x0,'get':function(){return _0x375052;}}),Object[_0x9fa3c0(0x2aa)](_0x5e7e40,_0x9fa3c0(0x2d9),{'enumerable':!0x0,'get':function(){return _0x5a5ee4;}});}));
1
+ function _0xd37a(){const _0x1d915e=['getSheetBySheetId','repeat','category','_urlImage','_sheetsChartUIService','_borderNode','seriesId','SheetsChartService','with','color','#,##0_);[Red](#,##0)','featurePluginOrderUpdate$','getActiveSheet','config','_copyInfo','visible','Error','visualMapType','sheets-chart-ui.titles.mainTitle','add$','@univerjs-pro/sheets-chart-ui','chartModelAdded$','08-05\x20下午\x2001:30','sheets-chart-ui.chartTypes.barStacked','exp','UniverIcon','naturalHeight','sheets-chart-ui.legendSelectModeType.','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','reduce','forwardRef','asCategory','_chartEventHandlers','sheets-chart-ui.trendline.order','funnel-icon','scatterYIndex','arc','sheets-chart-ui.border','scatterSymbolSize','path','numfmt','transform','gradientFill','sheets-chart-ui.chartTypes.sankey','Button','getBatchUpdateOp','CHART','radar','order','time','_chartRenderService','horizontalAxis','_initSheetChange','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center','legend','echarts','waterfallStyle','getOwnPropertyDescriptor','@univerjs/sheets','_image','Disposable','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','getObjectIncludeInGroup','sheets-chart-ui.none','add','sheets-chart-ui.shape.emptyDiamond','idSuffix','exponential-icon','_adapterRegistry','transformToDrawingPosition','TextVerticalAlign','UniverUi','_renderAfterChartUpdateMutation','chartType','ColorPickerControl','dataAggregation$','ChartModelService','indicatorLineColor','sheets-chart-ui.chartTypes.heatmap','_chartInstanceMap','title','(1,235)','DataOrientation','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','0\x200\x2016\x2016','getParent','replace','constructor','ISheetDrawingService','seriesValues','_setChartRuntimeZIndex','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','applyPoint','Checkbox','fontSize','_applyHostStyle','_panelRoute$','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','scale(','getFloatDomInfo','maskImage','getObject','UniverSheetsDrawingUi','UniverSheetsChartUIPlugin','sheets-chart-ui.relation.useValueAsSymbolSize','getRealBound','sheet.chart.edit.panel','Funnel','_chartElementEditMode','copyType','0\x200\x2020\x2020','AxisValueType','Center','DRAWING_OBJECT_LAYER_INDEX','chartModelId','_sheetCanvasFloatDomManagerService','InvalidValueType','SHEETS_CHART_PLUGIN_CONFIG_KEY','assign','FunnelIcon','Dom','@univerjs/engine-render','@univerjs/sheets-ui','sheets-chart-ui.dialog.numfmt.accountingDesc','sheets-chart-ui.dashType.dash','Observable','round','featurePluginGroupUpdate$','sheets-chart-ui.bubble.size','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','deepClone','ensureHost','SankeyChartIcon','resourceCollector','_clearSelectedTarget','sheet.command.chart.copy-focused-chart','bounds','executeChartUpdateConfig','_sidebarDisposable','sheets-chart-ui.dialog.numfmt.accounting','render','EChartRenderModel','RTLChartStyle','ISidebarService','anonymous','ChartImageSourceType','_setActiveChart','react/jsx-runtime','wordCloudRenderConfig','removeHost$','relationNodeShape','sheets-chart-ui.shape.triangle','setRangeSelectMode','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','bottom','drawWith','univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','_chartRenderMode','part','section','#,##0_);(#,##0)','symbolSize','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','onDispose','innerHeight','span','_activateHostWrapper','bubble-icon','config$','sheets-chart-ui.percentage','resolveChartElementConfigTarget','sheets-chart-ui.trendline.log','zIndex','univer-mt-5\x20univer-flex\x20univer-justify-end','sheets-chart-ui.chartTypes.relation','ChartThemeService','serializeRangeWithSheet','symbolType','promise','UniverProSheetsChartUi','hidden','DependentOn','_snapshotStore','sankey-icon','undo','header','updateFloatDomProps','sheets-chart-ui.shape.circle','slice','debounce','scale','padAngleStyle','subtotal','logarithmic-icon','SeriesName','_disposed','sheets-chart-ui.themes','ChartUpdateSourceCommand','COPY_TYPE','waterfallStack','Size','isElementEditModeActive','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','_sheetPermissionCheckController','createElement','_requestPaint','sheets-chart-ui.waterfall.showSubtotal','showFormula','backgroundColor','univer-flex\x20univer-items-center\x20univer-text-base','indicator','range','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','UniverEngineFormula','IContextService','isNaN','ScatterYIndex','fill','firstChartType','activeChartModel$','ChartUpdateConfigCommand','sheets-chart-ui.shape.none','DrawingTypeEnum','tag','Percentage','hidePanel','invert','_getFloatDomInfo','getRegisteredThemes','complete','_ownsRenderModelManager','Hide','axisTitle','isManaged','_clearHiddenSelectedTarget','_deactivateEditPanelState','univer-mb-2','_url','gravity','relationLayout','sheets-chart-ui.addDataPoint','sheets-chart-ui.axes.rightVerticalAxis','sheets-chart-ui.relation.title','function','forEach','_registerIcons','combo-chart-icon','sheets-chart-ui.shape.emptyPin','onload','LogarithmicIcon','M12.05\x202.2V3.8','@univerjs/sheets-formula-ui','UniverProChartUi','symbol','sheets-chart-ui.dialog.setFormat','sheets-chart-ui.styleEditPanel.reverseAxisOrder','getRuntimeContext','scatterXIndex','seriesIndex','Select','RemoveSheetCommand','univer-w-full\x20!univer-min-w-0','FOCUSING_PANEL_EDITOR','text','selectedElement$','chartBitsUtils','PRINTING_COMPONENT_COLLECT','sheets-chart-ui.dialog.numfmt.formatTypes','sheets-chart-ui.doughnutHole','sheets-chart-ui.series','layout','useCallback','MessageType','checkHost','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','merge','\x22#,##0.00_);[Red]\x22','verticalAxis','_getPlacement','Arrow','IChartRenderModelManagerService','imageBitmap','getUnitId','ComboChartIcon','test','Stacked','getChartDataSource','None','1,234.56','Smooth','_version','focusDrawing','stackType','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','linear','1997572dIxTNF','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','href','SHEETS_CHART_UI_PLUGIN_CONFIG_KEY','_drawChartImage','_clearChartRuntimeCache','combination','bubbleCategoryList','CategoryName','_chartHostProvider','sheets-chart-ui.backgroundColor','M\x22月\x22d\x22日\x22','getFocusedUnit','Start','#-#','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','ISheetClipboardService','_openFloatMenu','_getOrCreateChartRenderInstance','_selectedElement$','currentColor','requestPaint','width','EmptyPin','sheets-chart-ui.legendVisualMapType.','svg','Image','_clearSheetChartRuntimeCaches','getBatchAddOp','sheets-chart-ui.dataPoint','pie','sheets-chart-ui.gradientFill','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','bar','ChartTypeBits','getChartSnapshotImage','isHalfPie','\x22#,##0.00)','offsetWidth','sheets-chart-ui.waterfall.positive','_commandService','titles','TRANSFORM_CHANGE_OBSERVABLE_TYPE','_requestChartCanvasRender','defaultChartConfig','A/P\x20hh:mm','_getHostPlacement','style$','point','50520LlwXlg','then','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','toPrimitive','subtitle','toStringTag','IDialogService','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','dblclick','AreaPercentStacked','registerRenderObjectFactory','chartImageSourceToDataUrl','entries','sheets-chart-ui.dialog.numfmt.date','sheets-chart-ui.titles.rightYAxisTitle','sheets-chart-ui.alignY.','sheets-chart-ui.axes.rightAxis','_updateTransform','sheets-chart-ui.shape.polygon','univer-text-xs','Bottom','sheets-chart-ui.withType','mountNode','FOCUSING_COMMON_DRAWINGS','updateWatermark','setContextValue','click','setElementEditMode','M17\x2015.5C17\x2015.5\x2014.6716\x2015.4882\x2013.5\x2015C12.3284\x2014.5118\x2011\x2013\x2011\x2013','engine','absolute','sheets-chart-ui.relation.repulsion','register','amd','sheets-chart-ui.axisPositionType.','labelContentType','registerProvider','MenuManagerPosition','Dropdown','univer-mb-2\x20univer-flex\x20univer-items-center','useState','sheet.numfmt.accounting','sheets-chart-ui.openChartPanel','ChartUpdateConfigMutation','univer-sheet-chart-format-dialog','data','getConfig','sheets-chart-ui.chartTypes.bar','cloud-outline-icon','value','nodeShape','13:30:30','_isProviderDisposed','sheets-chart-ui.invalidType.zero','useObservable','_resolvedConfig','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.dialog.numfmt.negativeNumberTypes','_openPanel','isRosePie','addClipboardHook','@univerjs/drawing','sheets-chart-ui.chartAndAxisTitles','_getImage','src','SheetDrawingHitTestService','increase-icon','getCurrentRangeDisable$','sheet.operation.open-chart-panel','pointerEvents','sort','REMOVE','_disposeImage','scroll','save','showLabelLine','allSettled','CUT','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','set','pluginName','sheets-chart-ui.dialog.numfmt.currencyTypes','_sheetSkeletonService','#,##0.00_);-#,##0.00','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','OPERATION','waterfallSeries','\x22#,##0.00_);\x22','sheets-chart-ui.dashType.solid','waterfall','registerRenderModel','border-box','isPatternEqualWithoutDecimal','clsx','SheetCanvasFloatDomManagerService','_init','chartTypeCanUseTrendLine','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','bar-chart-icon','nativeEvent','EmptyDiamond','RadarShape','univer-size-full','CopySheetCommand','_getOrCreateSheetChartHost','sheets-chart-ui.msg.invalidSource','SheetCanvasPopManagerService','Middle','areaOpacity','exportImage','_rect','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','asObservable','useDateAxis','categoryList','FontFormatBar','.png','ChartBorderDashType','_renderChartModel','getValue','_activeDomReadyChartIds','sheets-chart-ui.dialog.numfmt.confirm','ChartAttributeBits','onRendered','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','sheets-chart-ui.permission.editErr','setProps','indicatorLineType','radarFill','isFinite','defs','INSERT','_markNotReady','sheets-chart-ui.value','_chartHostProviderService','power-line-icon','sheets-chart-ui.cloud.title','rightYAxis','HeatmapIcon','invalidateSnapshot','_registerComponents','SelectModeEnum','relationship-icon','executeChartUpdateSourceConfig','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','getSheetId','Scatter','RENDER_CLASS_TYPE','getCurrentUnitOfType','sheets-chart-ui.dataRange','_getSceneAndTransformerByDrawingSearch','sheets-chart-ui.titles.title','movingAvg','defineProperty','scrollbarClassName','seriesList','react','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','Polygon','sheets-chart-ui.waterfall.stackType','_renderDebounceMap','sheets-chart-ui.indicatorLabel','isHit','_getChartSnapshotKey','univer-mt-2','renderChartsForPrinting','dataPointsOptions','__default__','isRender','_contextService','100%','paretoDataPointsOptions','addObject','PieLabelPosition','isDomReady','sheets-chart-ui.customChart','Sankey','Optional','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','_(\x22','sheets-chart-ui.styleEditPanel.padAngle','useRef','fillOpacity','clientY','CommandType','pareto','ColumnStacked','sheets-chart-ui.trendline.exp','CONTEXT_MENU','Tooltip','sheets-chart-ui.styleEditPanel.labelRotate','0\x200\x2016\x2017','displayName','sheets-chart-ui.styleEditPanel.showLabelLine','CHART_ELEMENT_FLOAT_MENU_COMPONENT','Transform','univer-mt-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','setHostStyle','drawingType','DrawingApplyType','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','_sheetCanvasPopManagerService','sheets-chart-ui.min','fromEvent','Line','ContextMenuGroup','sheets-chart-ui.withOpacity','primary','scaleX','Multiple','EmptyRect','hit','useSubtotal','univer-flex\x20univer-h-6\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','UniverDrawing','sheetDisposed$','ChartRenderModelManagerService','UniverSheetsChartPlugin','kind','sheets-chart-ui.dialog.numfmt.dateTypes','sheets-chart-ui.color','ScatterXIndex','endColumn','PenIcon','version','sheets-chart-ui.shape.emptyRect','_getChartRenderObjectContext','getRect','_activateEditPanelState','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','Arrangement','sheets-chart-ui.relation.auto','M6.75\x203.4V5.1','ExponentialIcon','sheets-chart-ui.trendline.r2','label','opacity','_popupDisposable','Percent','sheets-chart-ui.chartTypes.pie','sheets-chart-ui.chartTypes.wordCloud','univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','getRenderColor','univer-rounded-lg\x20univer-p-2','items','DisposableCollection','Dotted','yAxis','sheets-chart-ui.shape.emptyTriangle','sidebarOptions$','trendlineValues','rangeSelectMode','innerWidth','_applyActiveChartRuntimeZIndex','decorate','_draw','getDefaultTheme','overflow','Outside','Module','sheets-chart-ui.chartTypes.column','xAxis','SheetSkeletonManagerService','React','circular','none','@univerjs-pro/sheets-chart','generateRandomId','syncHostLayout','_activeEditChart$','headers','unitId','activeChartModel','sheets-chart-ui.styleEditPanel.showAxisLine','legendStyle','univer-flex\x20univer-items-center\x20univer-justify-between','indicatorLabelColor','1em','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','getDrawingOrder','insertGroupObject','sheets-chart-ui.shape.emptyCircle','sheets-chart-ui.indicatorLine','domId','globalAlpha','_viewState','markReady','ChartRenderMode','InsertSheetsChartMutation','executeCommand','hasPaddingAngle','categoryType','sheets-chart-ui.settingsLabels.showEmptyCellsAs','barStyle','ChartPointMappingStateKey','getTransformerByCreate','sheets-chart-ui.host.provider','clientHeight','_registerAdapter','446620lDxUAx','sheets-chart-ui.waterfall.negativeLegendText','M6.75\x2010.9V12.6','titleFontSize','M2.2\x202.2V13.8H13.8','evented','split','sheets-chart-ui.dialog.numfmt.generalDesc','BehaviorSubject','onCommandExecuted','small','UniverEngineRender','direction$','_drawChartFrame','univer-text-2xl','image','groupId','EChartRenderEngineName','isRowDirection','string','attachPopupToDynamicAbsolutePosition','trendline','sheets-chart-ui.chartTypes.radar','sheets-chart-ui.waterfall.negativeStyle','_managed','_renderManagerService','dataRange','sheets-chart-ui.config','negative','_activeChartId','ensureHandle','content-box','boxSizing','debounceTime','top\x20left','_generateCutPasteMutations','labelStyle','A/P\x20h:mm:ss','1px\x20solid\x20','_debounceHandle','titlePosition','datetime','sheets-chart-ui.categoryDefaultName','delete-icon','Top','_createPrintingChartObject','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','all','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','priority','sheetTransform','yyyy-MM-dd','univer-flex\x20univer-flex-col\x20univer-gap-2.5','axisId','getTheme','xAxisOptions','bubbleSizeIndex','RemoveSheetsChartMutation','_sheetInterceptorService','Doughnut','_bindChartEventHandler','\x22#,##0.00_);[Red]-\x22','sheets-chart-ui.titles.xAxisTitle','M0\x200H16V16H0z','\x22fillOpacity\x22','sheets-chart-ui.waterfall.stacked','bind','sheets-chart-ui.lineType.line','chartThemeColorType','SeriesLabelPosition','orient','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','MovingAverageIcon','sheets-chart-ui.legend','setConfig','markHostNotReady','Radio','LineChartIcon','getDrawingShapeKeyByDrawingSearch','_disposeChartEventSubscriptions','useMemo','_generatePasteMutations','sheets-chart-ui.styleEditPanel.halfPie','isArray','LinePointShape','univer-w-[136px]','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','LegendPositionEnum','IMessageService','parent','_disposeChartEventSubscription','sheet.numfmt.date','Waterfall','maxDecimals','ScatterLabelIndex','findIndex','allSeriesId','_chartEventSubscriptions','PieChartIcon','mask','interceptCommand','_renderModelManager','useDependency','chart-host','Square','open','auto','activeSheet$','CHART_HOST_BORDER_RADIUS','labelVisible','xAxisTitle','_drawingManagerService','_getWatermark','setSelectedElement','CloudIcon','startY','clientWidth','panelRoute$','getBatchRemoveOp','titleKey','registerWordCloudChart','DropdownMenu','_createHost','url','endX','_sheetDrawingService','RemoveSheetDrawingCommand','sheets-chart.ui.service','BUTTON','univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','SheetPrintInterceptorService','AxisAlignEnum','\x22#,##0.00_);-\x22','EmptyArrow','chartModelRemoved$','sheets-chart-ui.trendline.movingAvg','sheets-chart-ui.point','SHEET_CHART_RENDER_OBJECT_CONFIG','drawingIds','sheets-chart-ui.seriesBlock.format','_markHostReady','CategoryType','Dashed','Radar','Zero','_configService','find','AreaStacked','univer-flex\x20univer-items-center','tooltipAxisLabelColor','commitSnapshot','_getCurrentSnapshotImage','distinctUntilChanged','chartAndAxisTitles','focused$','sheets-chart-ui.settingsLabels.switchToRowOrColumn','Empty','Numeric','wordCloud','Step','chartType$','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','createChartInstance','ancestorTransform','getImage','removeViewState','1930/08/05','concat','DropdownSelector','url(#relationship-icon_clip0_1997_112)','StackType','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','Area','radarShape','_drawingContextMenuService','waterfallSeriesType','sheets-chart-ui.dialog.numfmt.decimalPlaces','startsWith','RelationshipIcon','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','_cancelDebouncedCallbacks','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','1930-08-05','_initMenus','date','sheets-chart-ui.chartType','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','sheets-chart-ui.axes.horizontalAxis','rightYAxisOptions','registerFeatureMenu','dispose','close','initPanel','radar-chart-icon','sheets-chart-ui.positionType.','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','_pendingHost','\x22#,##0.00_);(\x22','univer-absolute\x20univer-right-2\x20univer-top-2','WaterfallSeriesTypeEnum','univer-mb-2\x20univer-h-8','sheets-chart-ui.dialog.numfmt.currency','abs','startColumn','transformOrigin','sheet.numfmt.currency','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','chartId','IRenderManagerService','getUnit','sheets-chart-ui.trendline.formula','yAxisOptions','url(#pie-chart-icon_clip0_1644_114)','rotateLabel','contentType','_sidebarService','naturalWidth','DeleteIcon','UPDATE','_pendingToken','Pareto','getSkeleton','LabelContentType','currencySymbols','_openEditPanelByDoubleClick','getElementById','sheets-chart-ui.max','SelectList','area','sheets-chart-element-float-menu','univer-ml-3','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','sheets-chart-ui.hideChartPanel','from','sheets-chart-ui.indicatorValue','valueScale','univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','ThemeService','clip','icon','sheets-chart-ui.chartStyle','_initCommands','sheets-chart-ui.dialog.numfmt.thousandthPercentileDesc','Row','div','line-chart-icon','baseSeriesIndex','seriesResourceList','Boxplot','getFocusDrawings','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','sheets-chart-ui.waterfall.subtotal','resize','_resetChartRuntimeZIndex','sheets-chart-ui.withFormat','3590520fTGEue','otherChartType','yyyy/MM/dd','digitalFixed','sheets-chart-ui.chartTypes.bubble','Fail\x20to\x20create\x20float\x20dom','pie-chart-icon_clip0_1644_114','M3\x204.5C3\x204.5\x205.32843\x204.51184\x206.5\x205C7.67157\x205.48816\x209\x207\x209\x207','area-chart-icon','_lastRenderInputMap','_chartModelService','_univerInstanceService','@univerjs-pro/chart-ui','InputNumber','url(#radar-chart-icon_clip0_1644_119)','sheets-chart-ui.withThickness','SheetsSelectionsService','includes','sheets-chart-ui.category','_initPermission','sheets-chart-ui.withShape','MenuItemType','ChartElementFloatMenuAdapterRegistry','context$','CopyDoubleIcon','COMMAND','sheets-chart-ui.bubble.label','jsx','evenodd','M12.05\x209.6V11.2','univer-mr-2\x20univer-text-2xl','_rangeSelectMode','_sheetClipboardService','getWordCloudImageMaskMap','runtimeAxes','ensureMount','sheets-chart-ui.styleEditPanel.pieValScale','_getChartRenderObject','CloudOutlineIcon','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','sheets-chart-ui.chartTypes.combination','repulsion','take','moveTo','style','sheets-chart-ui.styleEditPanel.gap','IMenuManagerService','rect','sheets-chart-ui.line','funnelGap','sheets-chart-ui.ticks.tickLength','sheets-chart-ui.fill','_disposeChartDomInstance','dashType','sheets-chart-ui.titles.titleFormat','floor','linear-icon','sheets-chart-ui.theIndexItem','sheets-chart-ui.seriesDefaultName','Relation','border','_sheetDrawingHitTestService','key','sheets-chart-ui.settingsLabels.useAsCategoryLabels','isLatest','setBorder','button','sheets-chart-ui.shape.emptySquare','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','08-05','_initActiveRuntimeLayerListener','defIds','getRenderModel','ChartEditPanelTabs','log','sheets-chart-ui.titles.titleText','\x22#,##0.00','univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','viewBound','borderStyle','UniverProSheetsChart','classType','SHEETS_CHART_PLUGIN_NAME','rxjs','relationship-icon_clip0_1997_112','random','_handleDrawingDoubleClick','size','IDrawingManagerService','BarChartIcon','_generateCopyPasteMutations','paretoStyle','_chartThemeService','_lastActiveSheet','axis','axes','hasOwnProperty','sheets-chart-ui.styleEditPanel.wordCloudShape','every','setPanelRoute','axisTitleAlign','piecewise','[ChartRender]\x20Failed\x20to\x20render\x20chart\x20snapshot\x20for\x20printing','download','aggregate','use','UniverProEngineChart','combineLatestWith','getAllowedChartTypes','sheets-chart-ui.stackType.percent','GROUP','MultipleSelect','lineTo','isInGroup','univer-sheet-chart-format-dialog-id','getBoundingClientRect','restore','sheets-chart-ui.visualMapScope','subTitleFontSize','lineStyle','ColumnChartIcon','pieStyle','_initActiveChartModelListener','下午1:30:30','subUnitId','SankeyIcon','_setHostStyle','left','max','_focusedDrawings','dateAxisRotate','dataSource','suffix','localPoint','sheets-chart-ui.styleEditPanel.pieDigitalFixed','PREDEFINED_HOOK_NAME','rightVerticalAxis','inherit','dataPoints','sheets-chart-ui.styleEditPanel.labelText','-univer-mx-4','selectMode','EmptyRoundRect','SheetCopyCommand','WaterfallChartIcon','pen-icon','@univerjs/engine-formula','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','dataIndex','LocaleService','sheets-chart-ui.axes.axisOptions','discreteRangeToRange','ICommandService','univer-rounded-md\x20univer-p-2\x20hover:univer-bg-gray-200','1930年08月05日','white','textStyle','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','sheets-chart-ui.dialog.numfmt.general','ChartIcon','sheet.command.chart.export-focused-image','transparent','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','SheetInterceptorService','HeatmapChartIcon','red','getSubUnitId','chartObject','default','redo','call','sheet.numfmt.general','resolveChartRuntimeStyle','Circle','line','seriesStyleMap','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','clear','OTHERS','sheets-chart-ui.axes.verticalAxis','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','checkChartCanRender','IUniverInstanceService','UniverDesign','@univerjs/drawing-ui','_hostStyle','strokeWidth','Fragment','sheets-chart-ui.waterfall.subtotalLegendText','remove$','SheetPermissionCheckController','getMatrix','jsxs','sheets-chart-ui.relation.circular','Tools','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','xlink:href','checkMounted','sheets-chart-ui.styleEditPanel.showLabels','formulaColor','_waiter','BubbleSizeIndex','push','chart-host-border','combineLatest','Heatmap','r2Color','markNotReady','bubbleSeriesIndex','permissionCheckWithoutRange','getColors','object','@univerjs-pro/engine-chart','has','top','UNIVER_SHEET','_iconManager','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','\x22*\x20#,##0','prototype','Injector','url(#$1','sheets-chart-ui.ticks.majorTick','getRangeInfo','waterfall-chart-icon','useEmphasis','indexOf','_localeService','trendlines','tooltip','scene','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','position','_entries','attachRangeWithCoord','_applyHostPlacement','toInsertChartMutationSource','sheets-chart-ui.trendline.displayName','univer-w-[--radix-popper-anchor-width]','_componentManager','sheets-chart-ui.align.','substring','sheets-chart-ui.chartTypes.donut','tab','gridLine','univer-mb-2\x20univer-w-full\x20!univer-min-w-0','forceOption','BarPercentStacked','sheets-chart-ui.pareto.barSeries','wordCloudRepeat','params','attrs','_initCopyPaste','setStyle','rangeInfo$','UniverSheetsDrawingUIPlugin','sheets-chart-ui.chartTypes.area','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','-1,234.56','lineVisible','activeEditChart','univer-box-border\x20univer-h-8','baseOn','nextVersion','Canvas','useValueAsSymbolSize','reverse','_bindChartEventHandlers','Rect','specialChartWidthMap','sheets-chart-ui.chartTypes.boxplot','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','WaterfallStackTypeEnum','getChartModel','paretoBarSeries','route','img','sheets-chart-ui.relation.force','stroke','wordCloudMask','getCurrentTypeOfUnit$','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600','_getDrawable','getChartPopupMenus','SheetsChartUIMenuSchema','_debounceHandleMap','next','sheets-chart-ui.waterfall.subtotalStyle','_chartHostMap','min','univer-w-full','UniverDrawingUi','SheetSkeletonService','openChartPanelById','length','sheets-chart-ui.relation.forceOptions','sheets-chart-ui.withColor','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','markUnmanaged','startX','radar-chart-icon_clip0_1644_119','_sheetsChartService','mark','translate','sheets-chart-ui.deleteChart','Segmented','handleActiveSubUnitChange','serialize','MM-dd','height','LinearIcon','getDrawingData','_frameNode','drawingId','_createImageChartHost','univer-mb-2\x20univer-text-sm\x20univer-font-medium','univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','SheetsChartUIService','BarStacked','remove','directEdit','className','ColumnPercentStacked','_snapshotKey','lineOrArea','sheet.command.chart.open-focused-panel','_resolveChartRenderMode','SELECTOR','registerCommand','rtl','delete-empty-icon','_closePopup','_removeHost$','exportImg','Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','IRuntimeAxisPriority','seriesIndexes','_rerenderLatest','delete','186BomDff','panel','sheets-chart-ui.chartBorderColor','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','#,##0.00_);[Red]#,##0.00','invalidValueType','continuous','children','tooltipAxisLabelBackground','_disposeChartRenderInstance','sheet','BubbleSeriesIndex','univer-mt-4','104ISYbPH','IconManager','borderColor','sheets-chart-ui.pareto.lineSeries','WorkbookEditablePermission','poly','subscribe','heatmapMin','IncreaseIcon','univer-my-2','tooltipAxisColor','RelationChartLayoutEnum','anchorRect$','makeDirty','isConnected','clipPath','sheets-chart-ui.chartTypes.pareto','content','lineColor','type','resolveChartStyleBackgroundColor','paretoLineSeries','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','_menuManagerService','ChartTrendlineType','SetDrawingApplyMutation','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','doughnutHole','Auto','format','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','Close','showFloatMenu','sheets-chart-ui.trendline.name','interceptor','_createChartRenderInstanceContext','scaleY','setImage','PercentStack','sheets-chart-ui.dashType.dot','sheet.command.menu-insert-chart','sheets-chart-ui.dialog.numfmt.currencyDesc','sheets-chart-ui.default','tick','univer-mt-2-base','_sheetPrintInterceptorService','univer-mb-2\x20univer-h-5\x20univer-text-sm\x20univer-font-medium\x20univer-leading-5','sheets-chart-ui.waterfall.positiveStyle','@univerjs/sheets-drawing-ui','univer-text-sm\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','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','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','sheets-chart-ui.lineType.step','syncLayout','useEffect','Bar','touchDependencies','WordCloud','IRuntimeAxisPosition','Link','pieBorderColor','getViewState','1000','Bubble','_createCopyInfoByRange','pow','ChartEditBlockTitle','allSeriesStyle','current','UniverChartUIPlugin','cancel','1,235)','UniverInstanceType','showR2','_injector','top-center','sheets-chart-ui.shape.rect','univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','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','sheets-chart-ui.lineType.smooth','disposeWithMe','keys','intercept','Value','ChartHostRenderMode','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','BubbleIcon','DEFAULT_PASTE','univer-mt-2.5','yAxisTitle','InsertChartCommand','M4.9\x205.1H8.6V10.9H4.9V5.1Z','EmptyCircle','MM-dd\x20A/P\x20hh:mm','removeChartModel','initialRect','EmptyTriangle','_getOuterRect','UniverProLicense','DRAWING_CHART','sheets-chart-ui.trendline.linear','objects','pieLabelStyle','categoryIndex','_listenChartUpdateMutations','sheets-chart-ui.shape.diamond','IConfigService','pipe','series','#,##0.00_);#,##0.00','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','univer-grid\x20univer-w-[290px]\x20univer-grid-cols-4\x20univer-gap-2\x20univer-p-2','@univerjs-pro/license','endY','1,235','append','univer-my-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','Pie','_shouldSuppressSnapshot','clearPanelRoute','Solid','!univer-min-w-0\x20univer-flex-1','funnel','force','removeHost','sheets-chart-ui.trendline.showFormula','BoxplotIcon','colorChannel1','Column','getDirection','sheets-chart-ui.waterfall.positiveLegendText','Inject','ImageChartHost','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','Left','Inside','AreaChartIcon','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','Input','getRenderById','map','mode','80253ndaRaX','sheets-chart-ui.editChart','Combination','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','sheets-chart-ui.axes.useRightAxis','1332096LaSpOW','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','sheets-chart-ui.shape.emptyArrow','_chartSnapshotStoreService','ImageBitmap','sheets-chart-ui.stackType.stack','sheets-chart-ui.indicatorLineType','onTransformChange$','_initDrawingDeactivationListener','A/P\x20h:mm','seriesResourceIndexes','getCanvasElement','createIdentifier','registerViewState','_markReady','TitlePositionEnum','univer-flex','univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','UniverSheetsDrawing','name','values','getDataSource','rangeInfo','heatmapMax','edgeLength','_pendingMutationConfigRenders','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_subscribeChartEvents','activeEditChart$','shape','24577nNFGQW','some','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','_savedWrapperStyle','positive','canvas','Right','_registerChartImageRenderObjectFactory','sheets-chart-ui.trendline.trendlineDashType','subscribeEvent','clearChart','valueSuffix','sheets-chart-ui.titles.titlePosition','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','Horizontal','Break','contains','UniverCore','position$','univer-flex-1','Secondary','CartesianPointRoleIndex','item','sheets-chart-ui.trendline.addTrendLine','relation','_mountNode','Stack','End','transformChange$','period','_themeService','error','parentElement','number','join','filter','setActiveEditChart','getCurrentLastSelection','setActiveChartModel','sheets-chart-ui.gridlines.text','_popupChartId','areaLineStyle','inactive-sheet','http://www.w3.org/2000/svg','right','sheets-chart-ui.withSize','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','rightYAxisTitle','takeSnapshot','_config','getSheetCommandTarget','sheets-chart-ui.styleEditPanel.useDateAxis','gap','TextAlign','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','target','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','get','heatmap','borderRadius','@univerjs/core','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','pie-chart-icon'];_0xd37a=function(){return _0x1d915e;};return _0xd37a();}function _0x3286(_0xeba85b,_0x3466d0){_0xeba85b=_0xeba85b-0x95;const _0xd37ae9=_0xd37a();let _0x328640=_0xd37ae9[_0xeba85b];return _0x328640;}(function(_0x4ece33,_0x4ae461){const _0x37f030=_0x3286,_0x394b87=_0x4ece33();while(!![]){try{const _0x2900e1=parseInt(_0x37f030(0x203))/0x1+parseInt(_0x37f030(0xa7))/0x2+-parseInt(_0x37f030(0x302))/0x3+parseInt(_0x37f030(0x4f5))/0x4+parseInt(_0x37f030(0xd8))/0x5+parseInt(_0x37f030(0x455))/0x6*(-parseInt(_0x37f030(0x513))/0x7)+parseInt(_0x37f030(0x462))/0x8*(parseInt(_0x37f030(0x4f0))/0x9);if(_0x2900e1===_0x4ae461)break;else _0x394b87['push'](_0x394b87['shift']());}catch(_0x423be9){_0x394b87['push'](_0x394b87['shift']());}}}(_0xd37a,0x922f6),function(_0x17faab,_0x3b5ce2){const _0x1fa0c1=_0x3286;typeof exports=='object'&&typeof module<'u'?_0x3b5ce2(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('@univerjs-pro/engine-chart'),require('@univerjs/drawing-ui'),require('@univerjs/engine-render'),require('rxjs'),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=='function'&&define[_0x1fa0c1(0xf9)]?define(['exports',_0x1fa0c1(0x1e2),_0x1fa0c1(0x54f),_0x1fa0c1(0x115),'@univerjs/sheets-drawing',_0x1fa0c1(0x492),_0x1fa0c1(0x5cc),'@univerjs/ui',_0x1fa0c1(0x3d6),_0x1fa0c1(0x3ba),_0x1fa0c1(0x5cb),_0x1fa0c1(0x355),_0x1fa0c1(0x30e),'@univerjs/design',_0x1fa0c1(0x58c),_0x1fa0c1(0x394),_0x1fa0c1(0x174),_0x1fa0c1(0x64d),_0x1fa0c1(0x5e5),_0x1fa0c1(0x4d2)],_0x3b5ce2):(_0x17faab=typeof globalThis<'u'?globalThis:_0x17faab||self,_0x3b5ce2(_0x17faab[_0x1fa0c1(0x605)]={},_0x17faab[_0x1fa0c1(0x352)],_0x17faab[_0x1fa0c1(0x524)],_0x17faab[_0x1fa0c1(0x1ae)],_0x17faab[_0x1fa0c1(0x507)],_0x17faab[_0x1fa0c1(0x5b8)],_0x17faab['UniverSheetsUi'],_0x17faab[_0x1fa0c1(0x599)],_0x17faab[_0x1fa0c1(0x36c)],_0x17faab[_0x1fa0c1(0x425)],_0x17faab[_0x1fa0c1(0x20e)],_0x17faab[_0x1fa0c1(0x355)],_0x17faab[_0x1fa0c1(0x64e)],_0x17faab[_0x1fa0c1(0x3b9)],_0x17faab['UniverSheets'],_0x17faab[_0x1fa0c1(0x627)],_0x17faab[_0x1fa0c1(0x1df)],_0x17faab['UniverSheetsFormulaUi'],_0x17faab[_0x1fa0c1(0x1df)],_0x17faab[_0x1fa0c1(0x4c4)]));}(this,function(_0x4f1d72,_0x5b1eb9,_0x9858af,_0xe08c46,_0x2d5d06,_0x41e08b,_0x5f3dc9,_0x376ff1,_0x1ac4f6,_0x3d38c9,_0x382958,_0x50a9a7,_0x536aec,_0xd4f7f1,_0x390233,_0x475c07,_0x2da8fe,_0x1f3bec,_0x95d316,_0xac5843){const _0x3e9a16=_0x3286;Object[_0x3e9a16(0x171)](_0x4f1d72,Symbol[_0x3e9a16(0xdd)],{'value':_0x3e9a16(0x1db)});let _0x437c0d=_0x3e9a16(0x21e),_0x9f7a0e={'enableChartElementFloatMenu':!0x1},_0x546d95={'type':_0x9858af[_0x3e9a16(0x190)][_0x3e9a16(0x12d)],'id':'sheet.operation.hide-chart-panel','handler'(){return!0x0;}},_0x4233d3={'type':_0x9858af[_0x3e9a16(0x190)][_0x3e9a16(0x12d)],'id':_0x3e9a16(0x11c),'handler'(){return!0x0;}};function _0x296788(_0x5160e0,_0x55a902=0x1){const _0x177deb=_0x3e9a16;return{'width':Math['max'](_0x55a902,_0x5160e0[_0x177deb(0xbd)]),'height':Math['max'](_0x55a902,_0x5160e0[_0x177deb(0x437)])};}function _0x359780(_0x36b632,_0x420c19={},_0x483ea6){const _0x12a8fb=_0x3e9a16;var _0x4b1104,_0x48f8e6;let _0x3901dc=(_0x4b1104=_0x420c19[_0x12a8fb(0x1a8)])==null?0x1:_0x4b1104,_0xd233d2=(_0x48f8e6=_0x420c19[_0x12a8fb(0x486)])==null?0x1:_0x48f8e6,_0x91d4d=_0x296788(_0x36b632),_0x3d22fb=_0x1f4ac2({'scaleX':_0x3901dc,'scaleY':_0xd233d2}),_0x3a22d8=_0x6bcb76(_0x483ea6);return{'left':_0x3d22fb[_0x12a8fb(0x381)]-_0x3a22d8[_0x12a8fb(0x381)],'top':_0x3d22fb['top']-_0x3a22d8[_0x12a8fb(0x3d8)],'width':_0x91d4d[_0x12a8fb(0xbd)],'height':_0x91d4d[_0x12a8fb(0x437)],'scaleX':_0x3901dc,'scaleY':_0xd233d2};}function _0x1f4ac2(_0x1a17b8={}){return{'left':0x0,'top':0x0};}function _0x6bcb76(_0x1ced6f){const _0x41a0f2=_0x3e9a16;return _0x1ced6f?{'left':_0x1ced6f[_0x41a0f2(0xf6)]['left']?0x0:_0x21cadb(_0x1ced6f[_0x41a0f2(0x27f)]-_0x1ced6f[_0x41a0f2(0x42d)],_0x1ced6f['width']),'top':_0x1ced6f[_0x41a0f2(0xf6)][_0x41a0f2(0x3d8)]?0x0:_0x21cadb(_0x1ced6f[_0x41a0f2(0x4d3)]-_0x1ced6f[_0x41a0f2(0x276)],_0x1ced6f[_0x41a0f2(0x437)])}:{'left':0x0,'top':0x0};}function _0x21cadb(_0x419c46,_0xd2cf73){const _0x58bc7c=_0x3e9a16;return Math[_0x58bc7c(0x382)](_0x419c46-0x2,0x0)-Math['max'](_0xd2cf73-0x4,0x0);}function _0x33c359(_0x2cfc7c){'@babel/helpers - typeof';const _0x181255=_0x3e9a16;return _0x33c359=typeof Symbol==_0x181255(0x645)&&typeof Symbol['iterator']==_0x181255(0x64f)?function(_0x844969){return typeof _0x844969;}:function(_0x4e476a){const _0x48a64d=_0x181255;return _0x4e476a&&typeof Symbol==_0x48a64d(0x645)&&_0x4e476a[_0x48a64d(0x5a9)]===Symbol&&_0x4e476a!==Symbol[_0x48a64d(0x3dd)]?_0x48a64d(0x64f):typeof _0x4e476a;},_0x33c359(_0x2cfc7c);}function _0x120509(_0x3fbac0,_0x3e49d9){const _0x47d364=_0x3e9a16;if(_0x33c359(_0x3fbac0)!='object'||!_0x3fbac0)return _0x3fbac0;var _0x5a368e=_0x3fbac0[Symbol[_0x47d364(0xdb)]];if(_0x5a368e!==void 0x0){var _0x373522=_0x5a368e[_0x47d364(0x3ac)](_0x3fbac0,_0x3e49d9||_0x47d364(0x3aa));if(_0x33c359(_0x373522)!=_0x47d364(0x3d5))return _0x373522;throw TypeError(_0x47d364(0x50f));}return(_0x3e49d9===_0x47d364(0x216)?String:Number)(_0x3fbac0);}function _0x5fb54(_0x315586){const _0x76713b=_0x3e9a16;var _0x39c85c=_0x120509(_0x315586,'string');return _0x33c359(_0x39c85c)==_0x76713b(0x64f)?_0x39c85c:_0x39c85c+'';}function _0x484c8a(_0x3b056d,_0x99228e,_0x27a767){const _0x25ab8a=_0x3e9a16;return(_0x99228e=_0x5fb54(_0x99228e))in _0x3b056d?Object[_0x25ab8a(0x171)](_0x3b056d,_0x99228e,{'value':_0x27a767,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3b056d[_0x99228e]=_0x27a767,_0x3b056d;}function _0x432a0e(_0x290841){const _0x5db4b1=_0x3e9a16;switch(_0x290841[_0x5db4b1(0x475)]){case _0x1ac4f6[_0x5db4b1(0x5e3)][_0x5db4b1(0x40a)]:return _0x290841[_0x5db4b1(0x518)];case _0x1ac4f6[_0x5db4b1(0x5e3)][_0x5db4b1(0x4f9)]:return _0x290841[_0x5db4b1(0x99)];default:return;}}var _0x396554=class extends _0x382958['Rect']{constructor(_0x133fd5,_0x3e0ef2,_0x4f8486,_0x138c1d=()=>!0x1,_0x1933aa=()=>{}){const _0x3b492a=_0x3e9a16;var _0x5759a2;super(_0x133fd5,{..._0x3e0ef2,'evented':(_0x5759a2=_0x3e0ef2[_0x3b492a(0x208)])==null?!0x0:_0x5759a2}),this['_getImage']=_0x4f8486,this[_0x3b492a(0x4d8)]=_0x138c1d,this[_0x3b492a(0x120)]=_0x1933aa,_0x484c8a(this,_0x3b492a(0x555),null),_0x484c8a(this,_0x3b492a(0x63f),null),this['setObjectType'](_0x382958['ObjectType'][_0x3b492a(0x580)]);}[_0x3e9a16(0x2c1)](){const _0xfa874a=_0x3e9a16;this[_0xfa874a(0x120)](),super[_0xfa874a(0x2c1)]();}[_0x3e9a16(0x5de)](_0xac0ee5,_0x19b333){const _0x50df92=_0x3e9a16;if(!this['visible'])return this[_0x50df92(0x46f)](!0x1),this;if(!this[_0x50df92(0x57b)])return this;let {width:_0x5503c9,height:_0x187c74,left:_0x5ef7e4,top:_0x348205}=this['getRealBound']();if(this[_0x50df92(0x180)](_0x19b333)){let {top:_0xfe6a22,left:_0x1cc3e5,bottom:_0x2d1c6c,right:_0x5054e6}=_0x19b333[_0x50df92(0x350)];if(_0x5503c9+this[_0x50df92(0x3bc)]+_0x5ef7e4<_0x1cc3e5||_0x5054e6<_0x5ef7e4||_0x187c74+this['strokeWidth']+_0x348205<_0xfe6a22||_0x2d1c6c<_0x348205)return this;}let _0x2f0aa2=this[_0x50df92(0x57b)][_0x50df92(0x3c1)]();_0xac0ee5[_0x50df92(0x122)]();let _0x3b3b16=_0x5ef7e4+_0x5503c9/0x2,_0x59f071=_0x348205+_0x187c74/0x2;return _0xac0ee5['transform'](_0x2f0aa2[0x0],_0x2f0aa2[0x1],_0x2f0aa2[0x2],_0x2f0aa2[0x3],_0x3b3b16,_0x59f071),this['opacity']!==0x1&&(_0xac0ee5[_0x50df92(0x1f4)]=this[_0x50df92(0x1c4)]),this[_0x50df92(0x1d7)](_0xac0ee5,void 0x0,_0x5503c9,_0x187c74),_0xac0ee5[_0x50df92(0x376)](),this[_0x50df92(0x46f)](!0x1),this;}[_0x3e9a16(0x1d7)](_0x540848,_0x54a59a,_0x1f05a4=this[_0x3e9a16(0xbd)],_0x2c72af=this['height']){const _0x133279=_0x3e9a16;this[_0x133279(0x210)](_0x540848,_0x1f05a4,_0x2c72af,{'stroke':void 0x0,'strokeWidth':0x0}),this[_0x133279(0xab)](_0x540848,_0x1f05a4,_0x2c72af),this[_0x133279(0x210)](_0x540848,_0x1f05a4,_0x2c72af,{'fill':void 0x0});}[_0x3e9a16(0x210)](_0x365a58,_0x3f160f,_0x31d311,_0x1393ac){const _0x5b583c=_0x3e9a16;_0x365a58[_0x5b583c(0x122)](),_0x365a58['translate'](-_0x3f160f/0x2,-_0x31d311/0x2),_0x382958[_0x5b583c(0x40e)][_0x5b583c(0x5ed)](_0x365a58,_0x4aed8c(this,_0x3f160f,_0x31d311,_0x1393ac)),_0x365a58[_0x5b583c(0x376)]();}[_0x3e9a16(0x17a)](_0x82633b){const _0x1c2b11=_0x3e9a16;let {left:_0x38e966,top:_0x29f09a,width:_0x177314,height:_0x385351}=this[_0x1c2b11(0x5bb)](),_0x403cd2=_0x38e966+_0x177314/0x2,_0x46a39d=_0x29f09a+_0x385351/0x2,_0x738ea0=this[_0x1c2b11(0x57b)][_0x1c2b11(0x3c1)](),_0x1c7bbe=new _0x382958[(_0x1c2b11(0x19b))]([_0x738ea0[0x0],_0x738ea0[0x1],_0x738ea0[0x2],_0x738ea0[0x3],_0x403cd2,_0x46a39d]),_0x5c6c5a=this[_0x1c2b11(0x5a7)](),_0x4e1ec5=(this[_0x1c2b11(0x373)]&&(_0x5c6c5a==null?void 0x0:_0x5c6c5a[_0x1c2b11(0x353)])===_0x382958[_0x1c2b11(0x16b)][_0x1c2b11(0x370)]?_0x5c6c5a[_0x1c2b11(0x2a6)]['multiply'](_0x1c7bbe):_0x1c7bbe)[_0x1c2b11(0x634)]()[_0x1c2b11(0x5ae)](_0x82633b),_0x465344=_0x177314/0x2,_0x27bfb7=_0x385351/0x2;return _0x4e1ec5['x']>=-_0x465344-this[_0x1c2b11(0x3bc)]/0x2&&_0x4e1ec5['x']<=_0x465344+this[_0x1c2b11(0x3bc)]/0x2&&_0x4e1ec5['y']>=-_0x27bfb7-this[_0x1c2b11(0x3bc)]/0x2&&_0x4e1ec5['y']<=_0x27bfb7+this['strokeWidth']/0x2;}['_drawChartImage'](_0x13f44f,_0x554881,_0x59d0f2){const _0x3cf425=_0x3e9a16;if(this[_0x3cf425(0x4d8)]())return;let _0x541421=this[_0x3cf425(0x117)](),_0x151734=_0x541421?this[_0x3cf425(0x41c)](_0x541421):void 0x0;if(!_0x151734)return;let {width:_0x24500f,height:_0x416480}=_0x296788({'width':_0x554881,'height':_0x59d0f2},0x0);_0x24500f===0x0||_0x416480===0x0||(_0x13f44f['save'](),_0x13f44f[_0x3cf425(0x431)](-_0x554881/0x2,-_0x59d0f2/0x2),_0x3cbd4d(_0x13f44f,_0x24500f,_0x416480,this['radius']),_0x13f44f[_0x3cf425(0x2f1)](),_0x13f44f['drawImage'](_0x151734,0x0,0x0,_0x24500f,_0x416480),_0x13f44f[_0x3cf425(0x376)]());}['_getDrawable'](_0x5d09a1){const _0xc6f7f0=_0x3e9a16;var _0x4cdc97;let _0xddbf2=_0x432a0e(_0x5d09a1);if(_0xddbf2)return _0xddbf2;if(_0x5d09a1[_0xc6f7f0(0x475)]===_0x1ac4f6['ChartImageSourceType']['Url']&&(this['_url']!==_0x5d09a1[_0xc6f7f0(0x27e)]&&(this['_url']=_0x5d09a1[_0xc6f7f0(0x27e)],this['_urlImage']=document[_0xc6f7f0(0x61e)](_0xc6f7f0(0x416)),this[_0xc6f7f0(0x555)]['crossOrigin']=_0xc6f7f0(0x5e2),this['_urlImage'][_0xc6f7f0(0x64a)]=()=>this[_0xc6f7f0(0x46f)](!0x0),this[_0xc6f7f0(0x555)][_0xc6f7f0(0x118)]=_0x5d09a1[_0xc6f7f0(0x27e)]),(_0x4cdc97=this['_urlImage'])!=null&&_0x4cdc97[_0xc6f7f0(0x637)]&&this[_0xc6f7f0(0x555)][_0xc6f7f0(0x2db)]>0x0&&this[_0xc6f7f0(0x555)][_0xc6f7f0(0x56c)]>0x0))return this[_0xc6f7f0(0x555)];}};function _0x4aed8c(_0x5aa3b2,_0x41622b,_0x4a9275,_0x22906d){const _0x3ba31c=_0x3e9a16;let _0x496548=Object['create'](_0x5aa3b2);return Object[_0x3ba31c(0x171)](_0x496548,'width',{'value':_0x41622b}),Object['defineProperty'](_0x496548,_0x3ba31c(0x437),{'value':_0x4a9275}),Object['keys'](_0x22906d)['forEach'](_0x34ea58=>{const _0x3689d0=_0x3ba31c;Object[_0x3689d0(0x171)](_0x496548,_0x34ea58,{'value':_0x22906d[_0x34ea58]});}),_0x496548;}function _0x3cbd4d(_0xa44108,_0x9500de,_0x4a7a29,_0x155d4e){const _0x466978=_0x3e9a16;let _0x37eeea=Math[_0x466978(0x423)](_0x155d4e||0x0,_0x9500de/0x2,_0x4a7a29/0x2);if(_0xa44108['beginPath'](),!_0x37eeea){_0xa44108[_0x466978(0x331)](0x0,0x0,_0x9500de,_0x4a7a29),_0xa44108['closePath']();return;}_0xa44108[_0x466978(0x32d)](_0x37eeea,0x0),_0xa44108[_0x466978(0x372)](_0x9500de-_0x37eeea,0x0),_0xa44108[_0x466978(0x576)](_0x9500de-_0x37eeea,_0x37eeea,_0x37eeea,Math['PI']*0x3/0x2,0x0,!0x1),_0xa44108[_0x466978(0x372)](_0x9500de,_0x4a7a29-_0x37eeea),_0xa44108['arc'](_0x9500de-_0x37eeea,_0x4a7a29-_0x37eeea,_0x37eeea,0x0,Math['PI']/0x2,!0x1),_0xa44108[_0x466978(0x372)](_0x37eeea,_0x4a7a29),_0xa44108[_0x466978(0x576)](_0x37eeea,_0x4a7a29-_0x37eeea,_0x37eeea,Math['PI']/0x2,Math['PI'],!0x1),_0xa44108[_0x466978(0x372)](0x0,_0x37eeea),_0xa44108[_0x466978(0x576)](_0x37eeea,_0x37eeea,_0x37eeea,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0xa44108['closePath']();}function _0x184068(_0x39783b){const _0x4bcc05=_0x3e9a16;(_0x39783b==null?void 0x0:_0x39783b['type'])===_0x1ac4f6[_0x4bcc05(0x5e3)][_0x4bcc05(0x4f9)]&&_0x39783b['imageBitmap'][_0x4bcc05(0x2c2)]();}function _0x16dea7(_0x2ef80e){const _0x4d530f=_0x3e9a16;return _0x2ef80e['unitId']+'#-#'+_0x2ef80e['subUnitId']+'#-#'+_0x2ef80e[_0x4d530f(0x2d2)];}var _0x46304b=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(..._0xd39186){const _0x1816fc=_0x3e9a16;super(..._0xd39186),_0x484c8a(this,_0x1816fc(0x3eb),new Map());}[_0x3e9a16(0x409)](_0x1653e9){const _0x206e1c=_0x3e9a16;var _0x2315c8;let _0x567c43=_0x16dea7(_0x1653e9),_0xb70649=(_0x2315c8=this['_entries']['get'](_0x567c43))==null?{'version':0x0}:_0x2315c8;return _0xb70649[_0x206e1c(0x1b8)]+=0x1,this[_0x206e1c(0x3eb)][_0x206e1c(0x127)](_0x567c43,_0xb70649),_0xb70649[_0x206e1c(0x1b8)];}[_0x3e9a16(0x342)](_0x58d3f7,_0x50abdd){const _0x198e49=_0x3e9a16;var _0x20d5d3;return((_0x20d5d3=this['_entries'][_0x198e49(0x54c)](_0x16dea7(_0x58d3f7)))==null?void 0x0:_0x20d5d3[_0x198e49(0x1b8)])===_0x50abdd;}['setImage'](_0x16a5ee,_0x16c0ed,_0x24ff6f){const _0x11e1cd=_0x3e9a16;var _0x33e641;if(!this['isLatest'](_0x16a5ee,_0x24ff6f))return _0x184068(_0x16c0ed),!0x1;let _0x458cc1=_0x16dea7(_0x16a5ee),_0x4f920b=(_0x33e641=this[_0x11e1cd(0x3eb)]['get'](_0x458cc1))==null?{'version':_0x24ff6f}:_0x33e641,_0x3a673e=_0x4f920b['image'];return _0x4f920b[_0x11e1cd(0x212)]=_0x16c0ed,_0x4f920b['version']=_0x24ff6f,this[_0x11e1cd(0x3eb)][_0x11e1cd(0x127)](_0x458cc1,_0x4f920b),_0x3a673e!==_0x16c0ed&&_0x184068(_0x3a673e),!0x0;}[_0x3e9a16(0x2a7)](_0x3c8944){const _0x51dcba=_0x3e9a16;var _0x4596cb;return(_0x4596cb=this[_0x51dcba(0x3eb)][_0x51dcba(0x54c)](_0x16dea7(_0x3c8944)))==null?void 0x0:_0x4596cb['image'];}['clearImage'](_0x5e5a20){const _0x40b12b=_0x3e9a16;let _0x3aad73=_0x16dea7(_0x5e5a20),_0x10bf41=this['_entries'][_0x40b12b(0x54c)](_0x3aad73);_0x10bf41&&(_0x184068(_0x10bf41['image']),this['_entries'][_0x40b12b(0x454)](_0x3aad73));}[_0x3e9a16(0x51d)](_0x35e616){const _0x464ad3=_0x3e9a16;for(let [_0x4f4d52,_0x3ac382]of this['_entries'])_0x4f4d52['endsWith'](_0x464ad3(0xb5)+_0x35e616)&&(_0x184068(_0x3ac382['image']),this[_0x464ad3(0x3eb)][_0x464ad3(0x454)](_0x4f4d52));}['dispose'](){const _0x1bbf4d=_0x3e9a16;this[_0x1bbf4d(0x3eb)]['forEach'](_0x5556c0=>_0x184068(_0x5556c0[_0x1bbf4d(0x212)])),this['_entries']['clear'](),super[_0x1bbf4d(0x2c1)]();}};function _0x57fc21(_0x5b98b4,_0x3ccf38=0x7d0){let _0xc9d544=null,_0x1d0291=null,_0x5c6568=!0x1,_0x22a803=()=>{},_0x49328d=()=>{_0xc9d544!=null&&(clearInterval(_0xc9d544),_0xc9d544=null),_0x1d0291!=null&&(clearTimeout(_0x1d0291),_0x1d0291=null);};return{'promise':new Promise((_0x12531c,_0x146876)=>{_0x22a803=_0x146876;let _0x22180a=()=>{const _0x4b3fd3=_0x3286;let _0x51ad5b=document[_0x4b3fd3(0x2e4)](_0x5b98b4);!_0x51ad5b||_0x5c6568||(_0x5c6568=!0x0,_0x49328d(),_0x12531c(_0x51ad5b));};_0x22180a(),!_0x5c6568&&(_0xc9d544=setInterval(_0x22180a,16.666666666666668),_0x1d0291=setTimeout(()=>{const _0x42e1dd=_0x3286;_0x5c6568||(_0x5c6568=!0x0,_0x49328d(),_0x146876(Error(_0x42e1dd(0x541)+_0x5b98b4+'\x22.')));},_0x3ccf38));}),'cancel':()=>{const _0x34c96f=_0x3286;_0x5c6568||(_0x5c6568=!0x0,_0x49328d(),_0x22a803(Error(_0x34c96f(0x450)+_0x5b98b4+'\x22.')));}};}function _0x105ff0(_0x41e12b,_0x1ac61e){const _0x5018ac=_0x3e9a16;let _0xff1463=document[_0x5018ac(0x61e)](_0x5018ac(0x2f7));return _0x51f6f3(_0xff1463,_0x41e12b,_0x1ac61e),_0xff1463['style'][_0x5018ac(0x33e)]='0',_0xff1463[_0x5018ac(0x32e)]['boxSizing']=_0x5018ac(0x222),_0xff1463[_0x5018ac(0x32e)][_0x5018ac(0x381)]='0',_0xff1463[_0x5018ac(0x32e)][_0x5018ac(0x3d8)]='0',_0xff1463[_0x5018ac(0x32e)][_0x5018ac(0x1d9)]=_0x5018ac(0x606),_0xff1463[_0x5018ac(0x443)]=_0x5018ac(0x26a),_0xff1463;}function _0x1cbd0e(_0xf7443,_0x5c6cce){const _0x3ee7ef=_0x3e9a16;let _0x2e9649=document[_0x3ee7ef(0x61e)](_0x3ee7ef(0x2f7));_0x51f6f3(_0x2e9649,_0xf7443,_0x5c6cce),_0x2e9649[_0x3ee7ef(0x32e)][_0x3ee7ef(0x54e)]=_0x536aec[_0x3ee7ef(0x26f)]+'px',_0x2e9649[_0x3ee7ef(0x32e)]['boxSizing']='border-box',_0x2e9649[_0x3ee7ef(0x32e)]['overflow']=_0x3ee7ef(0x606),_0x2e9649['className']='chart-host-frame';let _0x545345=_0x105ff0(_0xf7443,_0x5c6cce);_0x545345[_0x3ee7ef(0x32e)][_0x3ee7ef(0x3ea)]=_0x3ee7ef(0xf6);let _0x1cd1aa=document[_0x3ee7ef(0x61e)](_0x3ee7ef(0x2f7));return _0x1cd1aa[_0x3ee7ef(0x32e)][_0x3ee7ef(0x3ea)]='absolute',_0x1cd1aa[_0x3ee7ef(0x32e)]['left']='0',_0x1cd1aa['style']['top']='0',_0x1cd1aa['style'][_0x3ee7ef(0xbd)]=_0x3ee7ef(0x182),_0x1cd1aa[_0x3ee7ef(0x32e)][_0x3ee7ef(0x437)]=_0x3ee7ef(0x182),_0x1cd1aa[_0x3ee7ef(0x32e)][_0x3ee7ef(0x223)]=_0x3ee7ef(0x133),_0x1cd1aa[_0x3ee7ef(0x32e)][_0x3ee7ef(0x11d)]=_0x3ee7ef(0x1e1),_0x1cd1aa[_0x3ee7ef(0x32e)][_0x3ee7ef(0x54e)]=_0x3ee7ef(0x38b),_0x1cd1aa[_0x3ee7ef(0x443)]=_0x3ee7ef(0x3cd),_0x2e9649[_0x3ee7ef(0x4d5)](_0x545345,_0x1cd1aa),{'frameNode':_0x2e9649,'mountNode':_0x545345,'borderNode':_0x1cd1aa};}function _0x51f6f3(_0x2dc270,_0x2da17a,_0x25e3d3){const _0x2d256a=_0x3e9a16;_0x2dc270[_0x2d256a(0x32e)][_0x2d256a(0xbd)]=_0x2da17a+'px',_0x2dc270[_0x2d256a(0x32e)]['height']=_0x25e3d3+'px';}var _0x1fe9d6=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x5be437,_0x45102b,_0x5713d5,_0x192e06,_0x57e093,_0x2c7094,_0x170f97){const _0x4103a1=_0x3e9a16;super(),this[_0x4103a1(0x2d2)]=_0x5be437,this[_0x4103a1(0x635)]=_0x45102b,this[_0x4103a1(0x96)]=_0x5713d5,this[_0x4103a1(0x380)]=_0x192e06,this[_0x4103a1(0x10c)]=_0x57e093,this[_0x4103a1(0x503)]=_0x2c7094,this[_0x4103a1(0x15c)]=_0x170f97,_0x484c8a(this,_0x4103a1(0x4ef),_0x1ac4f6[_0x4103a1(0x4b6)][_0x4103a1(0x5ca)]),_0x484c8a(this,'_frameNode',null),_0x484c8a(this,_0x4103a1(0x52c),null),_0x484c8a(this,'_borderNode',null),_0x484c8a(this,'_managed',!0x1),_0x484c8a(this,_0x4103a1(0x2de),null),_0x484c8a(this,_0x4103a1(0x2c7),null),_0x484c8a(this,_0x4103a1(0x3ca),null),_0x484c8a(this,'_hostStyle',{}),_0x484c8a(this,_0x4103a1(0x516),null);}[_0x3e9a16(0x63b)](){const _0x2bd618=_0x3e9a16;return this[_0x2bd618(0x21b)];}[_0x3e9a16(0x42c)](){const _0x2c3433=_0x3e9a16;this[_0x2c3433(0x21b)]=!0x1;}['getRect'](){const _0xcd83cc=_0x3e9a16;let _0x8d9486=this[_0xcd83cc(0x96)]();return _0x8d9486?{'width':_0x8d9486['width'],'height':_0x8d9486[_0xcd83cc(0x437)]}:null;}[_0x3e9a16(0x3ff)](_0x324f18){const _0x300b32=_0x3e9a16;this[_0x300b32(0x3bb)]=_0x324f18,this[_0x300b32(0x380)](_0x324f18),this['_applyHostStyle']();}async[_0x3e9a16(0x221)](){const _0x6d30ab=_0x3e9a16;var _0x3f7d49;if(this['_disposed']||this[_0x6d30ab(0x10c)]())throw Error(_0x6d30ab(0x307));let _0x1c9502=this[_0x6d30ab(0x635)](),_0x5a0a8d=(_0x3f7d49=_0x1c9502==null?void 0x0:_0x1c9502[_0x6d30ab(0x1f3)])==null?this[_0x6d30ab(0x2d2)]:_0x3f7d49,_0x3fbc56=document['getElementById'](_0x5a0a8d);if(this[_0x6d30ab(0x52c)]&&_0x3fbc56!=null&&_0x3fbc56[_0x6d30ab(0x523)](this[_0x6d30ab(0x52c)]))return{'mountNode':this['_mountNode'],'dispose':()=>{const _0x5a2de0=_0x6d30ab;this['dispose'](),_0x1c9502==null||_0x1c9502['dispose'][_0x5a2de0(0x2c1)]();}};if(this['_pendingHost'])return this[_0x6d30ab(0x2c7)];let _0x2cbed5=this['_createHost']();return this[_0x6d30ab(0x2c7)]=_0x2cbed5,_0x2cbed5[_0x6d30ab(0xd9)](()=>{const _0x11e7bd=_0x6d30ab;this[_0x11e7bd(0x2c7)]===_0x2cbed5&&(this['_pendingHost']=null);},()=>{this['_pendingHost']===_0x2cbed5&&(this['_pendingHost']=null);}),_0x2cbed5;}async[_0x3e9a16(0x325)](){const _0x4287c6=_0x3e9a16;try{return(await this[_0x4287c6(0x221)]())[_0x4287c6(0xee)];}catch{return null;}}[_0x3e9a16(0x3c7)](){const _0x5d98cb=_0x3e9a16;var _0x2d385e;let _0x5a66b2=this['_getFloatDomInfo'](),_0x2e35ef=(_0x2d385e=_0x5a66b2==null?void 0x0:_0x5a66b2[_0x5d98cb(0x1f3)])==null?this['chartId']:_0x2d385e,_0x15d37f=document[_0x5d98cb(0x2e4)](_0x2e35ef);return!!(this[_0x5d98cb(0x52c)]&&_0x15d37f!=null&&_0x15d37f[_0x5d98cb(0x523)](this['_mountNode']));}[_0x3e9a16(0x497)](){const _0x8f91f8=_0x3e9a16;if(!this['_frameNode']||!this[_0x8f91f8(0x52c)])return;let _0x1a6f57=this[_0x8f91f8(0x96)]();_0x1a6f57&&(this[_0x8f91f8(0x3ed)](this[_0x8f91f8(0x43a)],_0x1a6f57),_0x51f6f3(this['_mountNode'],_0x1a6f57[_0x8f91f8(0xbd)],_0x1a6f57[_0x8f91f8(0x437)]));}[_0x3e9a16(0x1f6)](){this['_markReady']();}[_0x3e9a16(0x3d1)](){this['_markNotReady']();}['dispose'](){const _0x5bd60f=_0x3e9a16;var _0x426f45;this[_0x5bd60f(0x615)]||(this[_0x5bd60f(0x3d1)](),this[_0x5bd60f(0x2de)]=null,this['_pendingHost']=null,this['_cancelHostWait'](),this[_0x5bd60f(0x21b)]=!0x1,(_0x426f45=this[_0x5bd60f(0x43a)])==null||_0x426f45[_0x5bd60f(0x441)](),this['_frameNode']=null,this['_mountNode']=null,this[_0x5bd60f(0x557)]=null,this['_restoreHostWrapper'](),super[_0x5bd60f(0x2c1)]());}async[_0x3e9a16(0x27d)](){const _0x1c85a7=_0x3e9a16;var _0x33edb7;let _0x4be6d8=this[_0x1c85a7(0x635)]();if(!_0x4be6d8)throw Error(_0x1c85a7(0x307));let _0x310764=this[_0x1c85a7(0x96)]();if(!_0x310764)throw Error('Fail\x20to\x20create\x20float\x20dom');let {frameNode:_0x55ac7e,mountNode:_0x566f7b,borderNode:_0x3b9d92}=_0x1cbd0e(_0x310764[_0x1c85a7(0xbd)],_0x310764['height']);this[_0x1c85a7(0x3ed)](_0x55ac7e,_0x310764);let _0x46851d=(_0x33edb7=_0x4be6d8[_0x1c85a7(0x1f3)])==null?this[_0x1c85a7(0x2d2)]:_0x33edb7,_0x513819=_0x57fc21(_0x46851d),_0x5ee857=Symbol(this[_0x1c85a7(0x2d2)]);this['_pendingToken']=_0x5ee857,this[_0x1c85a7(0x3ca)]=_0x513819;try{var _0x399fb0;let _0x46f404=await _0x513819[_0x1c85a7(0x604)],_0x26a758=this[_0x1c85a7(0x635)](),_0x53e861=(_0x399fb0=_0x26a758==null?void 0x0:_0x26a758[_0x1c85a7(0x1f3)])==null?this['chartId']:_0x399fb0;if(this[_0x1c85a7(0x615)]||this[_0x1c85a7(0x10c)]()||this['_pendingToken']!==_0x5ee857||!_0x26a758||_0x53e861!==_0x46851d||document[_0x1c85a7(0x2e4)](_0x46851d)!==_0x46f404||!_0x46f404[_0x1c85a7(0x470)])throw _0x55ac7e[_0x1c85a7(0x441)](),Error(_0x1c85a7(0x307));return _0x46f404['appendChild'](_0x55ac7e),this[_0x1c85a7(0x5f8)](_0x46f404),this[_0x1c85a7(0x43a)]=_0x55ac7e,this[_0x1c85a7(0x52c)]=_0x566f7b,this[_0x1c85a7(0x557)]=_0x3b9d92,this[_0x1c85a7(0x5b1)](),this[_0x1c85a7(0x21b)]=!0x0,{'mountNode':_0x566f7b,'dispose':()=>{const _0x1a732f=_0x1c85a7;this[_0x1a732f(0x2c1)](),_0x4be6d8['dispose'][_0x1a732f(0x2c1)]();}};}finally{this['_waiter']===_0x513819&&(this['_waiter']=null),this[_0x1c85a7(0x2de)]===_0x5ee857&&(this[_0x1c85a7(0x2de)]=null);}}['_cancelHostWait'](){const _0x318690=_0x3e9a16;let _0x2d3ba8=this['_waiter'];_0x2d3ba8&&(_0x2d3ba8['cancel'](),this[_0x318690(0x3ca)]=null);}['_applyHostPlacement'](_0x1e38f3,_0x133df4){const _0x57604c=_0x3e9a16;_0x51f6f3(_0x1e38f3,_0x133df4['width'],_0x133df4[_0x57604c(0x437)]),_0x1e38f3['style'][_0x57604c(0x381)]=_0x133df4['left']+'px',_0x1e38f3[_0x57604c(0x32e)][_0x57604c(0x3d8)]=_0x133df4[_0x57604c(0x3d8)]+'px',_0x1e38f3[_0x57604c(0x32e)][_0x57604c(0x3ea)]='absolute',_0x1e38f3[_0x57604c(0x32e)][_0x57604c(0x57b)]=_0x57604c(0x5b4)+_0x133df4[_0x57604c(0x1a8)]+',\x20'+_0x133df4[_0x57604c(0x486)]+')',_0x1e38f3[_0x57604c(0x32e)][_0x57604c(0x2cf)]=_0x57604c(0x225);}['_applyHostStyle'](){const _0x16fd2d=_0x3e9a16;if(this['_frameNode']){var _0x2b9b96;this[_0x16fd2d(0x43a)]['style'][_0x16fd2d(0x622)]=(_0x2b9b96=this[_0x16fd2d(0x3bb)][_0x16fd2d(0x62b)])==null?'':_0x2b9b96;}this[_0x16fd2d(0x557)]&&(this[_0x16fd2d(0x557)][_0x16fd2d(0x32e)][_0x16fd2d(0x33e)]=this[_0x16fd2d(0x3bb)][_0x16fd2d(0x418)]?_0x16fd2d(0x229)+this[_0x16fd2d(0x3bb)]['stroke']:'0');}[_0x3e9a16(0x5f8)](_0x32098a){const _0x49a5db=_0x3e9a16;let _0x5defa3=_0x32098a['parentElement'];_0x5defa3&&(this[_0x49a5db(0x516)]||(this[_0x49a5db(0x516)]={'zIndex':_0x5defa3[_0x49a5db(0x32e)]['zIndex'],'pointerEvents':_0x5defa3[_0x49a5db(0x32e)][_0x49a5db(0x11d)]}),_0x5defa3[_0x49a5db(0x32e)][_0x49a5db(0x5fe)]=_0x49a5db(0x4a0),_0x5defa3[_0x49a5db(0x32e)][_0x49a5db(0x11d)]=_0x49a5db(0x26d));}['_restoreHostWrapper'](){const _0x22616e=_0x3e9a16;var _0x55fe0b,_0x1673e0;if(!this['_savedWrapperStyle'])return;let _0x2fc85a=this[_0x22616e(0x635)](),_0x2ea7ad=(_0x55fe0b=_0x2fc85a==null?void 0x0:_0x2fc85a['domId'])==null?this['chartId']:_0x55fe0b,_0x3d3c1b=(_0x1673e0=document['getElementById'](_0x2ea7ad))==null?void 0x0:_0x1673e0[_0x22616e(0x533)];_0x3d3c1b&&(_0x3d3c1b[_0x22616e(0x32e)][_0x22616e(0x5fe)]=this['_savedWrapperStyle'][_0x22616e(0x5fe)],_0x3d3c1b[_0x22616e(0x32e)][_0x22616e(0x11d)]=this[_0x22616e(0x516)][_0x22616e(0x11d)]),this[_0x22616e(0x516)]=null;}},_0x6b8c41=class extends _0x1ac4f6[_0x3e9a16(0x4e6)]{constructor(_0x2b836f,_0x2ebec0,_0x364b8f,_0x1c2945,_0x177752,_0xf53e88){const _0x57ae10=_0x3e9a16;super(_0x2b836f),this[_0x57ae10(0x4c3)]=_0x2ebec0,this[_0x57ae10(0x380)]=_0x364b8f,this['_snapshotKey']=_0x1c2945,this['_snapshotStore']=_0x177752,this[_0x57ae10(0x61f)]=_0xf53e88;}[_0x3e9a16(0x1bb)](){const _0x596dfc=_0x3e9a16;let _0x1f6809=this[_0x596dfc(0x4c3)]();return _0x1f6809?_0x296788(_0x1f6809):null;}[_0x3e9a16(0x3ff)](_0xd53645){this['_setHostStyle'](_0xd53645);}[_0x3e9a16(0x409)](){const _0x4d566d=_0x3e9a16;return this[_0x4d566d(0x608)][_0x4d566d(0x409)](this[_0x4d566d(0x445)]);}[_0x3e9a16(0x299)](_0x1ab539,_0x20ea60){const _0x581ffc=_0x3e9a16;return this[_0x581ffc(0x608)][_0x581ffc(0x487)](this[_0x581ffc(0x445)],_0x1ab539,_0x20ea60);}[_0x3e9a16(0xbc)](){this['_requestPaint']();}[_0x3e9a16(0x163)](){const _0x20be71=_0x3e9a16;this[_0x20be71(0x608)][_0x20be71(0x409)](this[_0x20be71(0x445)]);}};function _0x196a56(_0x75321f,_0x46af1e){return function(_0x19b399,_0x283423){_0x46af1e(_0x19b399,_0x283423,_0x75321f);};}function _0x5099d7(_0x3f6781,_0x4ea8fb,_0x35719f,_0x23dac4){const _0x5d2eed=_0x3e9a16;var _0x21c04f=arguments[_0x5d2eed(0x428)],_0x25fe68=_0x21c04f<0x3?_0x4ea8fb:_0x23dac4===null?_0x23dac4=Object[_0x5d2eed(0x58b)](_0x4ea8fb,_0x35719f):_0x23dac4,_0x508bc0;if(typeof Reflect=='object'&&typeof Reflect[_0x5d2eed(0x1d6)]==_0x5d2eed(0x645))_0x25fe68=Reflect[_0x5d2eed(0x1d6)](_0x3f6781,_0x4ea8fb,_0x35719f,_0x23dac4);else{for(var _0x6ffe96=_0x3f6781[_0x5d2eed(0x428)]-0x1;_0x6ffe96>=0x0;_0x6ffe96--)(_0x508bc0=_0x3f6781[_0x6ffe96])&&(_0x25fe68=(_0x21c04f<0x3?_0x508bc0(_0x25fe68):_0x21c04f>0x3?_0x508bc0(_0x4ea8fb,_0x35719f,_0x25fe68):_0x508bc0(_0x4ea8fb,_0x35719f))||_0x25fe68);}return _0x21c04f>0x3&&_0x25fe68&&Object[_0x5d2eed(0x171)](_0x4ea8fb,_0x35719f,_0x25fe68),_0x25fe68;}let _0x13bdf6=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x4dc5c0,_0x3a5c12,_0x2672ab){const _0xeff767=_0x3e9a16;super(),this[_0xeff767(0x5c5)]=_0x4dc5c0,this['_renderManagerService']=_0x3a5c12,this[_0xeff767(0x4f8)]=_0x2672ab,_0x484c8a(this,'_chartHostMap',new Map()),_0x484c8a(this,'_activeDomReadyChartIds',new Set()),_0x484c8a(this,_0xeff767(0x44e),new _0x50a9a7['Subject']()),_0x484c8a(this,_0xeff767(0x5e7),this['_removeHost$'][_0xeff767(0x148)]()),this['disposeWithMe'](this[_0xeff767(0x5c5)][_0xeff767(0x3bf)][_0xeff767(0x468)](_0x5555df=>{const _0x4e2b66=_0xeff767;let _0x4b4e35=this[_0x4e2b66(0x422)][_0x4e2b66(0x54c)](_0x5555df['id']);_0x4b4e35!=null&&_0x4b4e35[_0x4e2b66(0x63b)]()&&(_0x4b4e35[_0x4e2b66(0x42c)](),this[_0x4e2b66(0x44e)]['next'](_0x5555df['id']));}));}[_0x3e9a16(0x16e)](_0x431062){const _0x27ab9f=_0x3e9a16;if(_0x431062==null)return;let _0x281d9e=this[_0x27ab9f(0x21c)][_0x27ab9f(0x4ed)](_0x431062),_0x229f9e=_0x281d9e==null?void 0x0:_0x281d9e[_0x27ab9f(0x3e8)];return _0x281d9e==null||_0x229f9e==null?null:{'scene':_0x229f9e,'transformer':_0x229f9e[_0x27ab9f(0x1ff)](),'renderUnit':_0x281d9e,'canvas':_0x281d9e[_0x27ab9f(0xf5)][_0x27ab9f(0x500)]()};}['setBorder'](_0x34379a,_0x5ca36e){const _0x2f421f=_0x3e9a16;let _0x937b71=this[_0x2f421f(0x5c5)],_0x1075d5=_0x5ca36e||_0x2f421f(0x3a3),_0x3c030e=_0x937b71[_0x2f421f(0x5b5)](_0x34379a);if(_0x3c030e){let {unitId:_0x9c8f13,subUnitId:_0x3e7e75}=_0x3c030e;_0x937b71[_0x2f421f(0x60c)](_0x9c8f13,_0x3e7e75,_0x34379a,{'stroke':_0x1075d5});}}[_0x3e9a16(0x19d)](_0xe963e1,_0x468cb4){const _0x401906=_0x3e9a16;let _0x660a13=this[_0x401906(0x5c5)],_0x1c0e71=_0x660a13[_0x401906(0x5b5)](_0xe963e1);if(_0x1c0e71){let {unitId:_0x4875cf,subUnitId:_0x2a4e6b}=_0x1c0e71;_0x660a13[_0x401906(0x60c)](_0x4875cf,_0x2a4e6b,_0xe963e1,_0x468cb4);}}['getHostSize'](_0x5b2e5c){const _0x47d90e=_0x3e9a16;let _0x54d4f2=this[_0x47d90e(0x5c5)][_0x47d90e(0x5b5)](_0x5b2e5c);return _0x54d4f2?_0x54d4f2[_0x47d90e(0x331)]:null;}[_0x3e9a16(0x663)](_0x5b98cc){const _0x5d4d43=_0x3e9a16;var _0x17bac1,_0x46ee0b;return(_0x17bac1=(_0x46ee0b=this[_0x5d4d43(0x422)][_0x5d4d43(0x54c)](_0x5b98cc))==null?void 0x0:_0x46ee0b[_0x5d4d43(0x3c7)]())==null?!0x1:_0x17bac1;}[_0x3e9a16(0x1e4)](_0x41113a){const _0x1bf43f=_0x3e9a16;var _0x294d3e;(_0x294d3e=this[_0x1bf43f(0x422)][_0x1bf43f(0x54c)](_0x41113a))==null||_0x294d3e[_0x1bf43f(0x497)]();}[_0x3e9a16(0x4de)](_0x48f8ab){const _0x55b96f=_0x3e9a16;let _0x3cfd83=this[_0x55b96f(0x422)][_0x55b96f(0x54c)](_0x48f8ab);_0x3cfd83==null||_0x3cfd83[_0x55b96f(0x2c1)](),this['_chartHostMap']['delete'](_0x48f8ab);}async[_0x3e9a16(0x5d5)](_0x46b7c3,_0x5c89d8){const _0xd9ec0b=_0x3e9a16;if(_0x5c89d8===_0x1ac4f6[_0xd9ec0b(0x4b6)][_0xd9ec0b(0xc1)])return this[_0xd9ec0b(0x43c)](_0x46b7c3);if(_0x5c89d8===_0x1ac4f6[_0xd9ec0b(0x4b6)][_0xd9ec0b(0x5ca)])return this[_0xd9ec0b(0x140)](_0x46b7c3);let _0x6a9206=this[_0xd9ec0b(0x140)](_0x46b7c3);if(!_0x6a9206)throw Error(_0xd9ec0b(0x307));return _0x6a9206[_0xd9ec0b(0x221)]();}[_0x3e9a16(0x186)](_0x15d9da){const _0x2b4c3c=_0x3e9a16;return this[_0x2b4c3c(0x150)][_0x2b4c3c(0x3d7)](_0x15d9da);}['markHostNotReady'](_0x3c46f5){const _0x14c892=_0x3e9a16;this[_0x14c892(0x150)][_0x14c892(0x454)](_0x3c46f5)&&this['_requestChartCanvasRender'](_0x3c46f5);}[_0x3e9a16(0x163)](_0x8f6936){const _0x1c16d4=_0x3e9a16;let _0x30da56=this[_0x1c16d4(0x17b)](_0x8f6936);_0x30da56&&this[_0x1c16d4(0x4f8)][_0x1c16d4(0x409)](_0x30da56);}[_0x3e9a16(0x43c)](_0x2ee72b){const _0x54d8d3=_0x3e9a16;let _0x4b5248=this[_0x54d8d3(0x17b)](_0x2ee72b);return!_0x4b5248||!this['getHostSize'](_0x2ee72b)?null:new _0x6b8c41(_0x2ee72b,()=>this['getHostSize'](_0x2ee72b),_0x4490ee=>this['setHostStyle'](_0x2ee72b,_0x4490ee),_0x4b5248,this[_0x54d8d3(0x4f8)],()=>this[_0x54d8d3(0xd2)](_0x2ee72b));}[_0x3e9a16(0x140)](_0x2ebae4){const _0x3ec569=_0x3e9a16;if(!this['getHostSize'](_0x2ebae4))return null;let _0x1f11ce=this[_0x3ec569(0x422)][_0x3ec569(0x54c)](_0x2ebae4);if(_0x1f11ce)return _0x1f11ce;let _0x1cc29a=new _0x1fe9d6(_0x2ebae4,()=>this[_0x3ec569(0x5c5)][_0x3ec569(0x5b5)](_0x2ebae4),()=>this[_0x3ec569(0xd5)](_0x2ebae4),_0x1d073a=>this['setHostStyle'](_0x2ebae4,_0x1d073a),()=>this[_0x3ec569(0x615)],()=>this[_0x3ec569(0x28f)](_0x2ebae4),()=>this[_0x3ec569(0x24e)](_0x2ebae4));return this[_0x3ec569(0x422)][_0x3ec569(0x127)](_0x2ebae4,_0x1cc29a),_0x1cc29a;}[_0x3e9a16(0x28f)](_0x495ecd){const _0x15d8e8=_0x3e9a16;this[_0x15d8e8(0x150)][_0x15d8e8(0x3d7)](_0x495ecd)||(this[_0x15d8e8(0x150)][_0x15d8e8(0x592)](_0x495ecd),this['_requestChartCanvasRender'](_0x495ecd));}[_0x3e9a16(0x17b)](_0x16a841){const _0x5b883b=_0x3e9a16;let _0x2b0e0f=this['_sheetCanvasFloatDomManagerService'][_0x5b883b(0x5b5)](_0x16a841);return _0x2b0e0f?{'unitId':_0x2b0e0f['unitId'],'subUnitId':_0x2b0e0f[_0x5b883b(0x37e)],'chartId':_0x16a841}:null;}[_0x3e9a16(0xd2)](_0x1cb286){const _0x45f857=_0x3e9a16;var _0x1bd51b,_0x59315d,_0x54b007,_0x48a95f,_0x41e176;let _0x1ac5eb=this[_0x45f857(0x5c5)][_0x45f857(0x5b5)](_0x1cb286);if(!_0x1ac5eb)return;let _0x5bb5cf=(_0x1bd51b=this[_0x45f857(0x21c)][_0x45f857(0x4ed)](_0x1ac5eb['unitId']))==null?void 0x0:_0x1bd51b['scene'],_0x18fb07=(_0x59315d=(_0x54b007=_0x5bb5cf==null||(_0x48a95f=_0x5bb5cf[_0x45f857(0x590)])==null?void 0x0:_0x48a95f['call'](_0x5bb5cf,(0x0,_0xe08c46[_0x45f857(0x251)])({'unitId':_0x1ac5eb[_0x45f857(0x1e7)],'subUnitId':_0x1ac5eb[_0x45f857(0x37e)],'drawingId':_0x1cb286})))==null?_0x5bb5cf==null?void 0x0:_0x5bb5cf[_0x45f857(0x5b7)]((0x0,_0xe08c46[_0x45f857(0x251)])({'unitId':_0x1ac5eb[_0x45f857(0x1e7)],'subUnitId':_0x1ac5eb[_0x45f857(0x37e)],'drawingId':_0x1cb286})):_0x54b007)==null?null:_0x59315d;_0x18fb07==null||(_0x41e176=_0x18fb07[_0x45f857(0x46f)])==null||_0x41e176[_0x45f857(0x3ac)](_0x18fb07,!0x0),_0x5bb5cf==null||_0x5bb5cf[_0x45f857(0x46f)](!0x0);}[_0x3e9a16(0xd5)](_0x2bf190){const _0x59aec1=_0x3e9a16;var _0x137149,_0x3b3870;let _0x51cc7b=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x2bf190);if(!_0x51cc7b)return null;let _0x9b4709=this[_0x59aec1(0x16e)](_0x51cc7b['unitId']),_0x2f3cd0=_0x9b4709==null?void 0x0:_0x9b4709[_0x59aec1(0x3e8)];return _0x359780(_0x51cc7b[_0x59aec1(0x331)],{'scaleX':(_0x137149=_0x2f3cd0==null?void 0x0:_0x2f3cd0[_0x59aec1(0x1a8)])==null?0x1:_0x137149,'scaleY':(_0x3b3870=_0x2f3cd0==null?void 0x0:_0x2f3cd0['scaleY'])==null?0x1:_0x3b3870},_0x51cc7b['position$'][_0x59aec1(0x14f)]());}[_0x3e9a16(0x2c1)](){const _0x5b674d=_0x3e9a16;this[_0x5b674d(0x615)]||(this[_0x5b674d(0x422)]['forEach'](_0x168c27=>_0x168c27['dispose']()),this['_chartHostMap']['clear'](),this[_0x5b674d(0x150)][_0x5b674d(0x3b3)](),this[_0x5b674d(0x44e)][_0x5b674d(0x637)](),super[_0x5b674d(0x2c1)]());}};_0x13bdf6=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af['Inject'])(_0x41e08b[_0x3e9a16(0x136)])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x382958[_0x3e9a16(0x2d3)])),_0x196a56(0x2,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x46304b))],_0x13bdf6);let _0x47c56a=(0x0,_0x9858af[_0x3e9a16(0x501)])(_0x3e9a16(0x200)),_0x4d2661=_0x5b1eb9['ChartRenderMode']['Image'];var _0x3a32d5=class extends _0x1ac4f6[_0x3e9a16(0x4e6)]{constructor(_0xf11895,_0x4f189f){const _0x43d131=_0x3e9a16;super(_0xf11895),this[_0x43d131(0x146)]=_0x4f189f,_0x484c8a(this,_0x43d131(0xa2),0x0),_0x484c8a(this,_0x43d131(0x58d),void 0x0),_0x484c8a(this,'style',{});}['getRect'](){const _0x4235e1=_0x3e9a16;return this[_0x4235e1(0x146)];}[_0x3e9a16(0x3ff)](_0x2a1c72){const _0x13e7e7=_0x3e9a16;this[_0x13e7e7(0x32e)]=_0x2a1c72;}[_0x3e9a16(0x409)](){const _0x23473a=_0x3e9a16;return++this[_0x23473a(0xa2)];}[_0x3e9a16(0x299)](_0x19be39,_0x18c9d5){const _0x8fb1bd=_0x3e9a16;return _0x18c9d5===this[_0x8fb1bd(0xa2)]?(_0x184068(this[_0x8fb1bd(0x58d)]),this['_image']=_0x19be39,!0x0):(_0x184068(_0x19be39),!0x1);}[_0x3e9a16(0xbc)](){}['invalidateSnapshot'](){const _0x49f460=_0x3e9a16;this[_0x49f460(0xa2)]+=0x1;}[_0x3e9a16(0x543)](){const _0x5936c2=_0x3e9a16;let _0x341195=this[_0x5936c2(0x58d)];return this[_0x5936c2(0x58d)]=void 0x0,_0x341195;}['dispose'](){const _0xa1dc4d=_0x3e9a16;_0x184068(this[_0xa1dc4d(0x58d)]),this[_0xa1dc4d(0x58d)]=void 0x0,super[_0xa1dc4d(0x2c1)]();}};function _0x58e92a(_0x24d134,_0x419c19){const _0x3c9732=_0x3e9a16;let _0x233748=_0x24d134[_0x3c9732(0x652)](_0x419c19);return(0x0,_0x1ac4f6[_0x3c9732(0x3ae)])({..._0x24d134['style'],'runtime':{..._0x233748,'layoutInset':0x8},'direction':_0x419c19},_0x24d134[_0x3c9732(0x59b)]);}let _0x20c73b=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x189f13,_0x5849d3,_0x2d914d,_0x4d945a,_0xdd9963,_0x2f816a,_0xb47c5e,_0x60e767,_0x5e616f,_0x2cde8b,_0xedbb73,_0x12656f,_0x56eb3b){const _0x3c956f=_0x3e9a16;var _0x3c36b9;super(),this['_chartHostProvider']=_0x189f13,this[_0x3c956f(0x5c5)]=_0x5849d3,this[_0x3c956f(0x30c)]=_0x2d914d,this['_drawingManagerService']=_0x4d945a,this[_0x3c956f(0x30d)]=_0xdd9963,this[_0x3c956f(0x21c)]=_0x2f816a,this[_0x3c956f(0x3e5)]=_0xb47c5e,this[_0x3c956f(0x4ac)]=_0x60e767,this[_0x3c956f(0x35e)]=_0x5e616f,this[_0x3c956f(0x531)]=_0x2cde8b,this[_0x3c956f(0x294)]=_0xedbb73,this[_0x3c956f(0x4f8)]=_0x12656f,_0x484c8a(this,_0x3c956f(0x5a1),new Map()),_0x484c8a(this,_0x3c956f(0x572),new Map()),_0x484c8a(this,_0x3c956f(0x264),new Map()),_0x484c8a(this,'_chartElementEditMode',new Map()),_0x484c8a(this,'_renderModelManager',void 0x0),_0x484c8a(this,'_ownsRenderModelManager',void 0x0),_0x484c8a(this,'_renderDebounceMap',new Map()),_0x484c8a(this,_0x3c956f(0x41f),new Map()),_0x484c8a(this,_0x3c956f(0x5ef),void 0x0),_0x484c8a(this,_0x3c956f(0x30b),new Map()),_0x484c8a(this,_0x3c956f(0x220),null),_0x484c8a(this,'_lastActiveSheet',null),this[_0x3c956f(0x638)]=!_0x56eb3b,this[_0x3c956f(0x268)]=_0x56eb3b==null?new _0x1ac4f6[(_0x3c956f(0x1b0))]():_0x56eb3b;let _0x42002a=!0x0,_0x4115ac=(0x0,_0x5b1eb9[_0x3c956f(0x36e)])(this['_injector']);_0x4115ac[_0x3c956f(0x428)]===0x1&&_0x4115ac[0x0]===_0x3c956f(0x232)&&(_0x42002a=!0x1);let _0x5dd852=this[_0x3c956f(0x294)][_0x3c956f(0x106)](_0x5b1eb9[_0x3c956f(0x5c7)]);this[_0x3c956f(0x5ef)]=(_0x3c36b9=_0x5dd852==null?void 0x0:_0x5dd852['chartRenderMode'])==null?_0x4d2661:_0x3c36b9,this[_0x3c956f(0x268)][_0x3c956f(0x34a)](_0x1ac4f6[_0x3c956f(0x214)])||this[_0x3c956f(0x132)](_0x1ac4f6[_0x3c956f(0x214)],new _0x1ac4f6[(_0x3c956f(0x5df))](_0x42002a,{'wordCloudRenderConfig':_0x5dd852==null?void 0x0:_0x5dd852[_0x3c956f(0x5e6)]})),this[_0x3c956f(0x51a)](),this[_0x3c956f(0x37c)](),this[_0x3c956f(0x4fd)](),this[_0x3c956f(0x348)](),this['handleActiveSubUnitChange']();}[_0x3e9a16(0x273)](){const _0x2b0ce2=_0x3e9a16;let _0x547b2a=!0x0,_0x4696f7=(0x0,_0x5b1eb9[_0x2b0ce2(0x36e)])(this[_0x2b0ce2(0x4ac)]);return _0x4696f7[_0x2b0ce2(0x428)]===0x1&&_0x4696f7[0x0]===_0x2b0ce2(0x232)&&(_0x547b2a=!0x1),_0x547b2a;}[_0x3e9a16(0x132)](_0x334467,_0x4c6197){const _0x4a22a7=_0x3e9a16;this[_0x4a22a7(0x268)][_0x4a22a7(0x132)](_0x334467,_0x4c6197);}['setRenderModel'](_0x3a9a66){const _0x329376=_0x3e9a16;this[_0x329376(0x268)]['setRenderModel'](_0x3a9a66);}[_0x3e9a16(0xca)](_0x9f1f72){let _0x29c81f=this['_getChartSnapshotKey'](_0x9f1f72);return _0x29c81f?this['_chartSnapshotStoreService']['getImage'](_0x29c81f):void 0x0;}[_0x3e9a16(0x448)](_0x31ad48){const _0x421608=_0x3e9a16;var _0x5d1bc8;return((_0x5d1bc8=this[_0x421608(0x30c)][_0x421608(0x1e8)])==null?void 0x0:_0x5d1bc8['id'])===_0x31ad48?_0x5b1eb9[_0x421608(0x1f7)][_0x421608(0x5ca)]:this[_0x421608(0x5ef)];}['_getChartSnapshotKey'](_0x53a3dd){const _0x22831c=_0x3e9a16;let _0x2df021=this[_0x22831c(0x5c5)][_0x22831c(0x5b5)](_0x53a3dd);return _0x2df021?{'unitId':_0x2df021['unitId'],'subUnitId':_0x2df021['subUnitId'],'chartId':_0x53a3dd}:null;}['_registerChartImageRenderObjectFactory'](){const _0x2af192=_0x3e9a16;this[_0x2af192(0x5ef)]===_0x5b1eb9[_0x2af192(0x1f7)][_0x2af192(0xc1)]&&this['disposeWithMe'](this[_0x2af192(0x5c5)][_0x2af192(0xe2)](_0x9858af[_0x2af192(0x630)][_0x2af192(0x4c5)],({key:_0xb7ac46,config:_0x5b8c79,unitId:_0x5d96ea,subUnitId:_0x5a3d89,drawingId:_0x472924})=>new _0x396554(_0xb7ac46,_0x5b8c79,()=>this[_0x2af192(0x4f8)][_0x2af192(0x2a7)]({'unitId':_0x5d96ea,'subUnitId':_0x5a3d89,'chartId':_0x472924}),()=>this[_0x2af192(0xb0)]['isDomReady'](_0x472924))));}[_0x3e9a16(0x37c)](){const _0x168d22=_0x3e9a16;this[_0x168d22(0x4b2)](this[_0x168d22(0x30c)][_0x168d22(0x62d)][_0x168d22(0x468)](_0x4ba491=>{const _0x1fd2fe=_0x168d22;var _0x2e32ed;let _0x1da498=(_0x2e32ed=_0x4ba491==null?void 0x0:_0x4ba491['id'])==null?null:_0x2e32ed,_0x48ae54=this[_0x1fd2fe(0x220)];_0x48ae54!==_0x1da498&&(_0x48ae54&&(this[_0x1fd2fe(0xb0)][_0x1fd2fe(0x24e)](_0x48ae54),this[_0x1fd2fe(0x300)](_0x48ae54),this[_0x1fd2fe(0x336)](_0x48ae54),this[_0x1fd2fe(0x453)](_0x48ae54)),this[_0x1fd2fe(0x220)]=_0x1da498,_0x1da498&&(this[_0x1fd2fe(0xb0)][_0x1fd2fe(0x24e)](_0x1da498),this[_0x1fd2fe(0x1d5)](_0x1da498),this['_rerenderLatest'](_0x1da498)));}));}['_initDrawingDeactivationListener'](){const _0x5aecae=_0x3e9a16;this[_0x5aecae(0x4b2)](this['_drawingManagerService'][_0x5aecae(0x5d1)][_0x5aecae(0x468)](_0x29af29=>{const _0x353764=_0x5aecae;var _0xfc8d43;let _0x4fd538=(_0xfc8d43=this[_0x353764(0x30c)][_0x353764(0x1e8)])==null?void 0x0:_0xfc8d43['id'];_0x4fd538&&_0x29af29[_0x353764(0x514)](_0x16db9f=>_0x16db9f[_0x353764(0x45c)][_0x353764(0x514)](_0x167843=>_0x167843[_0x353764(0x43b)]===_0x4fd538))&&this['_chartModelService']['setActiveChartModel'](null);})),this[_0x5aecae(0x4b2)](this[_0x5aecae(0x272)]['featurePluginUngroupUpdate$'][_0x5aecae(0x468)](_0x43b6a7=>{const _0x4ce7eb=_0x5aecae;var _0x5d28bc;let _0x3f8184=(_0x5d28bc=this['_chartModelService'][_0x4ce7eb(0x1e8)])==null?void 0x0:_0x5d28bc['id'];_0x3f8184&&_0x43b6a7[_0x4ce7eb(0x514)](_0x354b25=>_0x354b25[_0x4ce7eb(0x25c)]['drawingId']===_0x3f8184||_0x354b25[_0x4ce7eb(0x45c)][_0x4ce7eb(0x514)](_0x5bab51=>_0x5bab51[_0x4ce7eb(0x43b)]===_0x3f8184))&&this[_0x4ce7eb(0x30c)][_0x4ce7eb(0x539)](null);}));}[_0x3e9a16(0x348)](){const _0x49bcf7=_0x3e9a16;this[_0x49bcf7(0x4b2)](this[_0x49bcf7(0x272)][_0x49bcf7(0x55d)][_0x49bcf7(0x468)](_0x46b6ff=>{const _0x122976=_0x49bcf7;var _0x1ebaca;let _0x45f19d=(_0x1ebaca=this[_0x122976(0x30c)][_0x122976(0x1e8)])==null?void 0x0:_0x1ebaca['id'];if(!_0x45f19d){_0x46b6ff[_0x122976(0x28d)][_0x122976(0x646)](_0x1c580a=>{const _0x1d32d2=_0x122976;this[_0x1d32d2(0x30c)][_0x1d32d2(0x413)](_0x1c580a)&&this[_0x1d32d2(0x300)](_0x1c580a);});return;}let _0x1cf789=this['_sheetCanvasFloatDomManagerService'][_0x122976(0x5b5)](_0x45f19d);(_0x1cf789==null?void 0x0:_0x1cf789[_0x122976(0x1e7)])===_0x46b6ff['unitId']&&_0x1cf789[_0x122976(0x37e)]===_0x46b6ff[_0x122976(0x37e)]&&this[_0x122976(0x1d5)](_0x45f19d);})),this['disposeWithMe'](this[_0x49bcf7(0x272)][_0x49bcf7(0x565)]['subscribe'](_0x135e15=>{const _0xea9687=_0x49bcf7;var _0x5bdf0f;let _0x3dfd51=(_0x5bdf0f=this[_0xea9687(0x30c)][_0xea9687(0x1e8)])==null?void 0x0:_0x5bdf0f['id'];if(!_0x3dfd51)return;let _0x36a9b8=this[_0xea9687(0x5c5)][_0xea9687(0x5b5)](_0x3dfd51);_0x36a9b8&&_0x135e15[_0xea9687(0x514)](_0x22ef7f=>_0x22ef7f[_0xea9687(0x1e7)]===_0x36a9b8[_0xea9687(0x1e7)]&&_0x22ef7f[_0xea9687(0x37e)]===_0x36a9b8[_0xea9687(0x37e)])&&this[_0xea9687(0x1d5)](_0x3dfd51);})),this[_0x49bcf7(0x4b2)](this[_0x49bcf7(0x30c)][_0x49bcf7(0x289)][_0x49bcf7(0x468)](_0x272fd8=>{const _0x1ee1d9=_0x49bcf7;var _0x64b2a5;this[_0x1ee1d9(0x30b)][_0x1ee1d9(0x454)](_0x272fd8),this[_0x1ee1d9(0x4f8)][_0x1ee1d9(0x51d)](_0x272fd8),this[_0x1ee1d9(0xac)](_0x272fd8),this[_0x1ee1d9(0xb0)][_0x1ee1d9(0x24e)](_0x272fd8),((_0x64b2a5=this[_0x1ee1d9(0x30c)]['activeChartModel'])==null?void 0x0:_0x64b2a5['id'])===_0x272fd8?this[_0x1ee1d9(0x30c)][_0x1ee1d9(0x539)](null):this['_resetChartRuntimeZIndex'](_0x272fd8),this[_0x1ee1d9(0x45e)](_0x272fd8);}));}[_0x3e9a16(0x453)](_0x15c950){const _0x6e2c13=_0x3e9a16;let _0x30280f=this[_0x6e2c13(0x30b)]['get'](_0x15c950);_0x30280f&&this[_0x6e2c13(0x5de)](_0x15c950,_0x30280f[_0x6e2c13(0x55f)],_0x30280f[_0x6e2c13(0x32e)]);}[_0x3e9a16(0x336)](_0x595b57){const _0x2ddcd4=_0x3e9a16;let _0x152556=this[_0x2ddcd4(0x5a1)][_0x2ddcd4(0x54c)](_0x595b57);(_0x152556==null?void 0x0:_0x152556['mode'])==='dom'&&(this[_0x2ddcd4(0x252)](_0x595b57),_0x152556[_0x2ddcd4(0x2c1)](),this[_0x2ddcd4(0x5a1)][_0x2ddcd4(0x454)](_0x595b57)),this['_chartHostProvider'][_0x2ddcd4(0x24e)](_0x595b57),this[_0x2ddcd4(0xb0)][_0x2ddcd4(0x4de)](_0x595b57);}[_0x3e9a16(0x45e)](_0x1088c1){const _0x5bcc63=_0x3e9a16;let _0x4a68d1=this[_0x5bcc63(0x5a1)][_0x5bcc63(0x54c)](_0x1088c1);_0x4a68d1&&(this[_0x5bcc63(0x252)](_0x1088c1),_0x4a68d1[_0x5bcc63(0x2c1)](),this[_0x5bcc63(0x5a1)][_0x5bcc63(0x454)](_0x1088c1)),this[_0x5bcc63(0xb0)][_0x5bcc63(0x24e)](_0x1088c1),this[_0x5bcc63(0xb0)][_0x5bcc63(0x4de)](_0x1088c1);}[_0x3e9a16(0xac)](_0x42defa){const _0x417777=_0x3e9a16;var _0x2df69f,_0x48008d;(_0x2df69f=this[_0x417777(0x34a)](_0x1ac4f6[_0x417777(0x214)]))==null||(_0x48008d=_0x2df69f['clearRuntimeCache'])==null||_0x48008d['call'](_0x2df69f,_0x42defa);}[_0x3e9a16(0xc2)](_0x5bef3a,_0x57e310){const _0x31653a=_0x3e9a16;let _0x572718=this[_0x31653a(0x272)][_0x31653a(0x439)](_0x5bef3a,_0x57e310);Object['values'](_0x572718==null?{}:_0x572718)[_0x31653a(0x646)](_0x534bc2=>{const _0x21b5cc=_0x31653a;_0x534bc2[_0x21b5cc(0x19e)]===_0x9858af[_0x21b5cc(0x630)][_0x21b5cc(0x4c5)]&&this[_0x21b5cc(0xac)](_0x534bc2['drawingId']);});}[_0x3e9a16(0x327)](_0x49f7dd,_0x2a071c){const _0x36be38=_0x3e9a16;var _0x7a2b08,_0x44c210,_0x5a8ebb;return(_0x7a2b08=(_0x44c210=(_0x5a8ebb=_0x49f7dd[_0x36be38(0x590)])==null?void 0x0:_0x5a8ebb[_0x36be38(0x3ac)](_0x49f7dd,_0x2a071c))==null?_0x49f7dd[_0x36be38(0x5b7)](_0x2a071c):_0x44c210)==null?null:_0x7a2b08;}[_0x3e9a16(0x1ba)](_0x39cd15){const _0x207380=_0x3e9a16;var _0x1a4e90;let _0x5c537c=this[_0x207380(0x5c5)]['getFloatDomInfo'](_0x39cd15);if(!_0x5c537c)return null;let _0xbb07e6=(_0x1a4e90=this[_0x207380(0x21c)]['getRenderById'](_0x5c537c['unitId']))==null?void 0x0:_0x1a4e90['scene'];if(!_0xbb07e6)return null;let _0x51e4d5=this[_0x207380(0x327)](_0xbb07e6,(0x0,_0xe08c46[_0x207380(0x251)])({'unitId':_0x5c537c['unitId'],'subUnitId':_0x5c537c[_0x207380(0x37e)],'drawingId':_0x39cd15}));return _0x51e4d5?{'info':_0x5c537c,'scene':_0xbb07e6,'chartObject':_0x51e4d5}:null;}['_setChartRuntimeZIndex'](_0x841f36,_0x267027){const _0x2e50ae=_0x3e9a16;var _0x3f5c83,_0x26d2a5,_0x2a9f30,_0x5b73c4;let _0x2a367d=this['_getChartRenderObjectContext'](_0x841f36);_0x2a367d&&((_0x3f5c83=(_0x26d2a5=_0x2a367d['chartObject'])[_0x2e50ae(0x156)])==null||_0x3f5c83['call'](_0x26d2a5,{'zIndex':_0x267027}),(_0x2a9f30=(_0x5b73c4=_0x2a367d[_0x2e50ae(0x3a9)])['makeDirty'])==null||_0x2a9f30[_0x2e50ae(0x3ac)](_0x5b73c4,!0x0),_0x2a367d['scene'][_0x2e50ae(0x46f)](!0x0));}[_0x3e9a16(0x1d5)](_0x43a497){const _0x46d315=_0x3e9a16;let _0x296957=this[_0x46d315(0x5c5)][_0x46d315(0x5b5)](_0x43a497);if(!_0x296957)return;let _0x1b0619=this['_drawingManagerService'][_0x46d315(0x1ef)](_0x296957[_0x46d315(0x1e7)],_0x296957[_0x46d315(0x37e)]);this[_0x46d315(0x5ac)](_0x43a497,_0x1b0619[_0x46d315(0x428)]);}[_0x3e9a16(0x300)](_0x1a8c61){const _0x5599f6=_0x3e9a16;let _0x2937dd=this[_0x5599f6(0x5c5)][_0x5599f6(0x5b5)](_0x1a8c61);if(!_0x2937dd)return;let _0x346c58=this[_0x5599f6(0x272)]['getDrawingOrder'](_0x2937dd[_0x5599f6(0x1e7)],_0x2937dd['subUnitId']),_0x12b68a=_0x346c58['indexOf'](_0x1a8c61);this[_0x5599f6(0x5ac)](_0x1a8c61,_0x12b68a===-0x1?Math[_0x5599f6(0x382)](_0x346c58[_0x5599f6(0x428)]-0x1,0x0):_0x12b68a);}['_resizeChart'](_0x4c3a83,_0x3c2926){const _0x34af64=_0x3e9a16;let _0x277cf0=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x4c3a83);if(!(_0x3c2926[_0x34af64(0xbd)]===void 0x0||_0x3c2926[_0x34af64(0x437)]===void 0x0)&&_0x277cf0){var _0x31a9bd;let {subUnitId:_0x4bce94}=_0x277cf0,_0x13c39d=(_0x31a9bd=this['_univerInstanceService']['getCurrentUnitOfType'](_0x9858af[_0x34af64(0x4aa)][_0x34af64(0x3d9)]))==null?void 0x0:_0x31a9bd['getActiveSheet']();if((_0x13c39d==null?void 0x0:_0x13c39d[_0x34af64(0x169)]())===_0x4bce94){let {width:_0xe05369,height:_0x4e5814}=_0x3c2926,_0x3788ef=this[_0x34af64(0x30c)]['getChartModel'](_0x4c3a83),_0x5991ac=_0x3788ef==null?void 0x0:_0x3788ef[_0x34af64(0x32e)];if(Math[_0x34af64(0x2cd)](_0xe05369-((_0x5991ac==null?void 0x0:_0x5991ac[_0x34af64(0xbd)])||0x0))>0x1||Math[_0x34af64(0x2cd)](_0x4e5814-((_0x5991ac==null?void 0x0:_0x5991ac['height'])||0x0))>0x1){_0x3788ef==null||_0x3788ef['applyStyle']({..._0x5991ac,'width':_0xe05369,'height':_0x4e5814});let _0x340f11=this[_0x34af64(0x5a1)][_0x34af64(0x54c)](_0x4c3a83);_0x340f11&&(this[_0x34af64(0xb0)][_0x34af64(0x1e4)](_0x4c3a83),_0x340f11[_0x34af64(0x2ff)]());}}}}['_debounceHandle'](_0x36d839,_0x5a0ebe,_0x912960=0x0){const _0x39f89f=_0x3e9a16;let _0x34d7e2=this[_0x39f89f(0x41f)][_0x39f89f(0x54c)](_0x36d839);_0x34d7e2||(_0x34d7e2=(0x0,_0x9858af[_0x39f89f(0x60f)])(_0xf8e8c8=>{this['_resizeChart'](_0x36d839,_0xf8e8c8);},_0x912960),this[_0x39f89f(0x41f)][_0x39f89f(0x127)](_0x36d839,_0x34d7e2)),_0x34d7e2(_0x5a0ebe);}[_0x3e9a16(0x434)](){const _0x5b69b8=_0x3e9a16;let _0x3e37ed=this[_0x5b69b8(0x178)],_0x1aa66b=_0x594e5e=>{const _0x31a804=_0x5b69b8;if(!_0x3e37ed[_0x31a804(0x3d7)](_0x594e5e)){let _0x3c0cf8=(0x0,_0x9858af[_0x31a804(0x60f)])((_0x556cee,_0x369c93,_0x30b455,_0x16330a)=>{const _0x399307=_0x31a804;var _0x283678,_0x30707f;if(!_0x30b455)return;(_0x283678=_0x30b455[_0x399307(0x554)])==null||_0x283678[_0x399307(0x1cc)][_0x399307(0x646)]((_0x36f827,_0x2b917f)=>{const _0x3d8f15=_0x399307;_0x36f827['label']||(_0x36f827[_0x3d8f15(0x1c3)]=this[_0x3d8f15(0x3e5)]['t'](_0x3d8f15(0x314))+'\x20'+(_0x2b917f+0x1));}),_0x30b455[_0x399307(0x4ce)]['forEach']((_0x5796d4,_0x36bfdb)=>{const _0x452827=_0x399307;_0x5796d4['name']||(_0x5796d4['name']=this['_localeService']['t'](_0x452827(0x65f))+'\x20'+(_0x36bfdb+0x1));});let _0x35066d=_0x58e92a(_0x556cee,_0x16330a),_0x47e000=(_0x30707f=this['_univerInstanceService']['getCurrentUnitOfType'](_0x9858af[_0x399307(0x4aa)][_0x399307(0x3d9)]))==null?void 0x0:_0x30707f['getActiveSheet']();(_0x47e000==null?void 0x0:_0x47e000['getSheetId']())===_0x369c93&&this[_0x399307(0x5de)](_0x556cee['id'],_0x30b455,_0x35066d);},0x11);_0x3e37ed[_0x31a804(0x127)](_0x594e5e,_0x3c0cf8);}return _0x3e37ed[_0x31a804(0x54c)](_0x594e5e);};this['disposeWithMe'](this[_0x5b69b8(0x30d)][_0x5b69b8(0x29d)][_0x5b69b8(0x468)](_0x3ee2d7=>{const _0x3f3331=_0x5b69b8;let _0x377a0c=this[_0x3f3331(0x30d)][_0x3f3331(0x16c)](_0x9858af[_0x3f3331(0x4aa)]['UNIVER_SHEET']);if(_0x3ee2d7&&_0x377a0c&&_0x377a0c[_0x3f3331(0x9a)]()===_0x3ee2d7){var _0x575727;let _0x167da0=_0x377a0c[_0x3f3331(0x55e)]()[_0x3f3331(0x169)]();this[_0x3f3331(0x35f)]&&(this[_0x3f3331(0x35f)][_0x3f3331(0x1e7)]!==_0x3ee2d7||this['_lastActiveSheet']['subUnitId']!==_0x167da0)&&this[_0x3f3331(0xc2)](this['_lastActiveSheet'][_0x3f3331(0x1e7)],this['_lastActiveSheet'][_0x3f3331(0x37e)]),this[_0x3f3331(0x35f)]={'unitId':_0x3ee2d7,'subUnitId':_0x167da0};let _0x5beec7=this[_0x3f3331(0x272)]['getDrawingData'](_0x3ee2d7,_0x167da0);if(!((_0x575727=this[_0x3f3331(0x21c)][_0x3f3331(0x4ed)](_0x3ee2d7))!=null&&_0x575727[_0x3f3331(0x55a)](_0x5f3dc9[_0x3f3331(0x1de)])[_0x3f3331(0x2e0)](_0x167da0)))return;if(_0x5beec7)for(let _0x1c97da in _0x5beec7){let {drawingId:_0x1890d2}=_0x5beec7[_0x1c97da],_0x4de697=this[_0x3f3331(0x30c)][_0x3f3331(0x413)](_0x1890d2);_0x4de697&&_0x1aa66b(_0x4de697['id'])(_0x4de697,_0x167da0,_0x4de697['config'],this[_0x3f3331(0x3e5)][_0x3f3331(0x4e3)]());}}})),this[_0x5b69b8(0x4b2)](this[_0x5b69b8(0x531)]['darkMode$']['subscribe'](()=>{const _0x590e9a=_0x5b69b8;var _0xd8128f;let _0x2e1cbc=this[_0x590e9a(0x30d)]['getCurrentUnitOfType'](_0x9858af[_0x590e9a(0x4aa)]['UNIVER_SHEET']);if(!_0x2e1cbc)return;let _0x26d9bb=_0x2e1cbc[_0x590e9a(0x9a)](),_0x5857af=_0x2e1cbc[_0x590e9a(0x55e)]()[_0x590e9a(0x169)](),_0x27ca97=this[_0x590e9a(0x272)]['getDrawingData'](_0x26d9bb,_0x5857af);if((_0xd8128f=this[_0x590e9a(0x21c)][_0x590e9a(0x4ed)](_0x26d9bb))!=null&&_0xd8128f[_0x590e9a(0x55a)](_0x5f3dc9[_0x590e9a(0x1de)])[_0x590e9a(0x2e0)](_0x5857af)&&_0x27ca97)for(let _0x4e744a in _0x27ca97){let {drawingId:_0xbfba98}=_0x27ca97[_0x4e744a],_0x3463d9=this[_0x590e9a(0x30c)]['getChartModel'](_0xbfba98);_0x3463d9&&_0x1aa66b(_0x3463d9['id'])(_0x3463d9,_0x5857af,_0x3463d9['config'],this[_0x590e9a(0x3e5)][_0x590e9a(0x4e3)]());}})),this['disposeWithMe'](this[_0x5b69b8(0x272)][_0x5b69b8(0x565)][_0x5b69b8(0x468)](_0x5a08a2=>{_0x5a08a2['forEach'](_0x3b0a86=>{const _0x4b628c=_0x3286;var _0x55e12d,_0x158e5d,_0x3dc192;let {drawingId:_0x42159a,unitId:_0x21bf73,subUnitId:_0x42c1ab}=_0x3b0a86;if(!((_0x55e12d=this[_0x4b628c(0x21c)][_0x4b628c(0x4ed)](_0x21bf73))!=null&&_0x55e12d[_0x4b628c(0x55a)](_0x5f3dc9[_0x4b628c(0x1de)])[_0x4b628c(0x2e0)](_0x42c1ab)))return;let {drawingType:_0x49a970}=this[_0x4b628c(0x272)]['getDrawingByParam'](_0x3b0a86);if(_0x49a970!==_0x9858af[_0x4b628c(0x630)]['DRAWING_CHART'])return;let _0x3db458=this['_sheetCanvasFloatDomManagerService'][_0x4b628c(0x5b5)](_0x42159a),_0x38d541=(_0x158e5d=_0x3db458==null?void 0x0:_0x3db458[_0x4b628c(0x1f3)])==null?_0x42159a:_0x158e5d,_0x441bc7=_0x3db458==null?void 0x0:_0x3db458[_0x4b628c(0x331)],_0x597c63=(_0x3dc192=this[_0x4b628c(0x21c)][_0x4b628c(0x4ed)](_0x21bf73))==null?void 0x0:_0x3dc192[_0x4b628c(0x3e8)];_0x441bc7&&this[_0x4b628c(0x4b2)](_0x441bc7==null?void 0x0:_0x441bc7[_0x4b628c(0x4fc)][_0x4b628c(0x51c)](_0x13b94b=>{const _0x1aaa52=_0x4b628c;let {type:_0x8b222c,value:_0x5bdef6}=_0x13b94b;if(_0x382958[_0x1aaa52(0xd1)][_0x1aaa52(0x2ff)]===_0x8b222c||_0x382958[_0x1aaa52(0xd1)][_0x1aaa52(0x232)]===_0x8b222c){let {width:_0x3e44ed,height:_0x48e340}=_0x5bdef6;this[_0x1aaa52(0x22a)](_0x42159a,{'width':_0x3e44ed,'height':_0x48e340},0x64);}})),_0x597c63&&this[_0x4b628c(0x4b2)](_0x597c63[_0x4b628c(0x4fc)]['subscribeEvent'](_0x1e65af=>{const _0x267ead=_0x4b628c;var _0x4986d;_0x1e65af[_0x267ead(0x475)]===_0x382958['TRANSFORM_CHANGE_OBSERVABLE_TYPE'][_0x267ead(0x610)]&&(_0x4986d=document[_0x267ead(0x2e4)](_0x38d541))!=null&&_0x4986d['querySelector']('.chart-host')&&this[_0x267ead(0xb0)][_0x267ead(0x1e4)](_0x42159a);}));let _0x9f4ad0=this[_0x4b628c(0x30c)]['getChartModel'](_0x42159a);_0x9f4ad0&&this['disposeWithMe']((0x0,_0x50a9a7[_0x4b628c(0x3ce)])([_0x9f4ad0[_0x4b628c(0x5fa)],_0x9f4ad0[_0x4b628c(0xd6)],this['_localeService'][_0x4b628c(0x20f)]])['subscribe'](([_0x38d8a3,_0x1ed3ff,_0x40e0e7])=>{_0x1aa66b(_0x9f4ad0['id'])(_0x9f4ad0,_0x42c1ab,_0x38d8a3,_0x40e0e7);}));});})),this[_0x5b69b8(0x4b2)]((0x0,_0x50a9a7[_0x5b69b8(0x3ce)])([this[_0x5b69b8(0x272)][_0x5b69b8(0x3bf)]])[_0x5b69b8(0x468)](([_0x210ab3])=>{const _0x35f55e=_0x5b69b8;_0x210ab3[_0x35f55e(0x646)](_0x3005e9=>{const _0x2c4fd4=_0x35f55e;var _0x3ecc87;let {drawingId:_0x43b12a}=_0x3005e9;((_0x3ecc87=this[_0x2c4fd4(0x30c)][_0x2c4fd4(0x1e8)])==null?void 0x0:_0x3ecc87['id'])===_0x43b12a&&this[_0x2c4fd4(0x30c)][_0x2c4fd4(0x539)](null),this[_0x2c4fd4(0x252)](_0x43b12a),this[_0x2c4fd4(0x572)][_0x2c4fd4(0x454)](_0x43b12a),this['_chartHostProvider']['markHostNotReady'](_0x43b12a),this[_0x2c4fd4(0x300)](_0x43b12a),this[_0x2c4fd4(0x45e)](_0x43b12a),this['_chartSnapshotStoreService'][_0x2c4fd4(0x51d)](_0x43b12a),this['_clearChartRuntimeCache'](_0x43b12a),this[_0x2c4fd4(0x30b)][_0x2c4fd4(0x454)](_0x43b12a),this['_chartElementEditMode'][_0x2c4fd4(0x454)](_0x43b12a);});}));}[_0x3e9a16(0xf3)](_0x1da898,_0x1d2f85){const _0x44f09f=_0x3e9a16;var _0x5bfae6;_0x1d2f85?this[_0x44f09f(0x5be)][_0x44f09f(0x127)](_0x1da898,!0x0):this[_0x44f09f(0x5be)][_0x44f09f(0x454)](_0x1da898),(_0x5bfae6=this[_0x44f09f(0x5a1)]['get'](_0x1da898))==null||_0x5bfae6[_0x44f09f(0xf3)](_0x1d2f85);}async[_0x3e9a16(0x145)](_0x117368){const _0x5a7167=_0x3e9a16;let _0x802b2=this[_0x5a7167(0x5a1)][_0x5a7167(0x54c)](_0x117368);if(_0x802b2){let _0x4d90d2=this[_0x5a7167(0x5be)][_0x5a7167(0x54c)](_0x117368)===!0x0;_0x4d90d2&&_0x802b2[_0x5a7167(0xf3)](!0x1);try{let _0x1d151a=await _0x802b2[_0x5a7167(0x44f)]();if(_0x1d151a)return _0x1d151a;}finally{_0x4d90d2&&this[_0x5a7167(0x5a1)][_0x5a7167(0x54c)](_0x117368)===_0x802b2&&_0x802b2[_0x5a7167(0xf3)](!0x0);}}let _0x136095=this[_0x5a7167(0x29a)](_0x117368);return _0x136095?(0x0,_0x1ac4f6[_0x5a7167(0xe3)])(_0x136095):void 0x0;}['on'](_0x4dfa76,_0x21496e,_0x50269a){const _0x45510a=_0x3e9a16;let _0x94dc3b=this['_chartEventHandlers'][_0x45510a(0x54c)](_0x4dfa76);_0x94dc3b||(_0x94dc3b=new Map(),this[_0x45510a(0x572)][_0x45510a(0x127)](_0x4dfa76,_0x94dc3b));let _0x44240f=_0x94dc3b[_0x45510a(0x54c)](_0x21496e);_0x44240f||(_0x44240f=new Set(),_0x94dc3b['set'](_0x21496e,_0x44240f)),_0x44240f[_0x45510a(0x592)](_0x50269a);let _0x46a102=this['_chartInstanceMap'][_0x45510a(0x54c)](_0x4dfa76);return _0x46a102&&this[_0x45510a(0x23f)](_0x4dfa76,_0x46a102,_0x21496e,_0x50269a),{'dispose':()=>{const _0x3c7df3=_0x45510a;var _0x2a869f;(_0x2a869f=this[_0x3c7df3(0x572)][_0x3c7df3(0x54c)](_0x4dfa76))==null||(_0x2a869f=_0x2a869f[_0x3c7df3(0x54c)](_0x21496e))==null||_0x2a869f['delete'](_0x50269a),this[_0x3c7df3(0x25d)](_0x4dfa76,_0x21496e,_0x50269a);}};}[_0x3e9a16(0x29a)](_0x49d6e3){const _0x242b28=_0x3e9a16;let _0x1f415e=this[_0x242b28(0x30d)][_0x242b28(0x16c)](_0x9858af[_0x242b28(0x4aa)][_0x242b28(0x3d9)]),_0x5c6b20=_0x1f415e==null?void 0x0:_0x1f415e[_0x242b28(0x55e)](),_0x56f891=_0x1f415e==null?void 0x0:_0x1f415e[_0x242b28(0x9a)](),_0x3fc39b=_0x5c6b20==null?void 0x0:_0x5c6b20[_0x242b28(0x169)]();if(!(!_0x56f891||!_0x3fc39b))return this[_0x242b28(0x4f8)][_0x242b28(0x2a7)]({'unitId':_0x56f891,'subUnitId':_0x3fc39b,'chartId':_0x49d6e3});}[_0x3e9a16(0x40d)](_0xc99616,_0x532088){const _0x2216e9=_0x3e9a16;let _0x5ca59a=this['_chartEventHandlers'][_0x2216e9(0x54c)](_0xc99616);_0x5ca59a&&_0x5ca59a[_0x2216e9(0x646)]((_0x22089a,_0x49fd61)=>{const _0x343cbb=_0x2216e9;_0x22089a[_0x343cbb(0x646)](_0x1be579=>this[_0x343cbb(0x23f)](_0xc99616,_0x532088,_0x49fd61,_0x1be579));});}[_0x3e9a16(0x23f)](_0x34e08d,_0x4839ac,_0x47032f,_0x2f8e95){const _0x44426c=_0x3e9a16;let _0x3a868a=this[_0x44426c(0x264)]['get'](_0x34e08d);_0x3a868a||(_0x3a868a=new Map(),this[_0x44426c(0x264)]['set'](_0x34e08d,_0x3a868a));let _0x26d036=_0x3a868a[_0x44426c(0x54c)](_0x47032f);_0x26d036||(_0x26d036=new Map(),_0x3a868a['set'](_0x47032f,_0x26d036)),!_0x26d036[_0x44426c(0x3d7)](_0x2f8e95)&&_0x26d036['set'](_0x2f8e95,_0x4839ac['on'](_0x47032f,_0x2f8e95));}[_0x3e9a16(0x25d)](_0x522ce6,_0x31ce42,_0x3dad69){const _0x581f2d=_0x3e9a16;var _0x55f601,_0x1fd2c2;let _0x5c2dd0=(_0x55f601=this[_0x581f2d(0x264)]['get'](_0x522ce6))==null?void 0x0:_0x55f601[_0x581f2d(0x54c)](_0x31ce42);_0x5c2dd0==null||(_0x1fd2c2=_0x5c2dd0[_0x581f2d(0x54c)](_0x3dad69))==null||_0x1fd2c2[_0x581f2d(0x2c1)](),_0x5c2dd0==null||_0x5c2dd0[_0x581f2d(0x454)](_0x3dad69);}[_0x3e9a16(0x252)](_0x400feb){const _0x1bb190=_0x3e9a16;let _0xfcaff7=this[_0x1bb190(0x264)]['get'](_0x400feb);_0xfcaff7==null||_0xfcaff7['forEach'](_0x2ee345=>{const _0x3a4904=_0x1bb190;_0x2ee345[_0x3a4904(0x646)](_0x357acd=>_0x357acd[_0x3a4904(0x2c1)]()),_0x2ee345[_0x3a4904(0x3b3)]();}),this['_chartEventSubscriptions'][_0x1bb190(0x454)](_0x400feb);}['getRenderModel'](_0x5a5b04){const _0x349b61=_0x3e9a16;let _0x421e04=this[_0x349b61(0x268)][_0x349b61(0x34a)](_0x5a5b04),_0x4c9ad1=this[_0x349b61(0x273)]();return _0x421e04&&_0x421e04[_0x349b61(0xf0)](_0x4c9ad1),_0x421e04;}[_0x3e9a16(0x3b7)](_0x1e3bb1){return this['_getChartRenderSkipReason'](_0x1e3bb1)==null;}['_getChartRenderSkipReason'](_0x33f388){const _0x25a804=_0x3e9a16;var _0x244f30;let _0x5ddbcd=this[_0x25a804(0x5c5)][_0x25a804(0x5b5)](_0x33f388);if(!_0x5ddbcd)return'missing-float-dom';let {subUnitId:_0x53de20}=_0x5ddbcd,_0x249c10=(_0x244f30=this[_0x25a804(0x30d)][_0x25a804(0x16c)](_0x9858af[_0x25a804(0x4aa)][_0x25a804(0x3d9)]))==null?void 0x0:_0x244f30[_0x25a804(0x55e)]();if(!_0x249c10)return'missing-active-sheet';if(_0x249c10[_0x25a804(0x169)]()!==_0x53de20)return _0x25a804(0x53d);}async[_0x3e9a16(0x5de)](_0x2d319e,_0x5de1d2,_0x52fdd7){const _0xf9842a=_0x3e9a16;let _0x3535ae=this[_0xf9842a(0x34a)](_0x1ac4f6[_0xf9842a(0x214)]);if(!_0x3535ae||(this['_lastRenderInputMap'][_0xf9842a(0x127)](_0x2d319e,{'config':_0x5de1d2,'style':_0x52fdd7}),this['_getChartRenderSkipReason'](_0x2d319e)))return;let _0x1191cb=this[_0xf9842a(0x448)](_0x2d319e);if(_0x1191cb===_0x5b1eb9[_0xf9842a(0x1f7)]['Image'])this[_0xf9842a(0x336)](_0x2d319e);else{var _0x1027bb;this[_0xf9842a(0xb0)][_0xf9842a(0x163)](_0x2d319e),((_0x1027bb=this['_chartModelService']['activeChartModel'])==null?void 0x0:_0x1027bb['id'])===_0x2d319e&&this[_0xf9842a(0x1d5)](_0x2d319e);}let _0x54cd5f=_0x1191cb===_0x5b1eb9[_0xf9842a(0x1f7)]['Image']?_0x1ac4f6['ChartHostRenderMode'][_0xf9842a(0xc1)]:_0x1ac4f6[_0xf9842a(0x4b6)][_0xf9842a(0x5ca)],_0x4ddbfd=await this['_chartHostProvider'][_0xf9842a(0x5d5)](_0x2d319e,_0x54cd5f);if(!_0x4ddbfd)return;let _0x49f67c=this['_getOrCreateChartRenderInstance'](_0x2d319e,_0x54cd5f,_0x3535ae);_0x49f67c[_0xf9842a(0x245)](_0x4ddbfd);try{await _0x49f67c[_0xf9842a(0x5de)]({'chartId':_0x2d319e,'config':_0x5de1d2,'style':_0x52fdd7});}catch(_0x18eb38){if(_0x1191cb!==_0x5b1eb9[_0xf9842a(0x1f7)]['Image'])throw _0x18eb38;}}async[_0x3e9a16(0x17d)](_0x2e9131,_0x256eb9,_0x42f825){const _0x222917=_0x3e9a16;let _0x3293e9=this[_0x222917(0x272)][_0x222917(0x439)](_0x2e9131,_0x256eb9),_0x2e0344=this['_drawingManagerService'][_0x222917(0x1ef)](_0x2e9131,_0x256eb9),_0x4571c6=Object[_0x222917(0x509)](_0x3293e9==null?{}:_0x3293e9)[_0x222917(0x536)](_0x1bd9ae=>_0x1bd9ae[_0x222917(0x19e)]===_0x9858af[_0x222917(0x630)]['DRAWING_CHART']&&_0x1bd9ae[_0x222917(0x606)]!==!0x0);await Promise[_0x222917(0x124)](_0x4571c6[_0x222917(0x4ee)](async _0x10466c=>{const _0x54732a=_0x222917;let _0x28dcc5=await this[_0x54732a(0x230)](_0x10466c,_0x2e0344);_0x28dcc5&&(_0x42f825[_0x54732a(0x184)](_0x28dcc5,_0x382958[_0x54732a(0x5c3)]),_0x10466c['groupId']&&(0x0,_0x3d38c9[_0x54732a(0x1f0)])({'drawingId':_0x10466c[_0x54732a(0x213)],'unitId':_0x2e9131,'subUnitId':_0x256eb9},_0x28dcc5,_0x42f825,this[_0x54732a(0x272)]));}));}async['_createPrintingChartObject'](_0x223b48,_0x6abaa5){const _0x2d5ac4=_0x3e9a16;var _0x3a4f87;let _0x3319b9=this[_0x2d5ac4(0x30c)][_0x2d5ac4(0x413)](_0x223b48[_0x2d5ac4(0x43b)]),_0x1b0b8c=this[_0x2d5ac4(0x34a)](_0x1ac4f6['EChartRenderEngineName']),_0x174a77=_0x223b48['transform'],_0x4a0523=_0x3319b9==null?void 0x0:_0x3319b9['config'];if(!_0x3319b9||!_0x1b0b8c||!_0x174a77||!_0x4a0523||_0x174a77[_0x2d5ac4(0xbd)]==null||_0x174a77[_0x2d5ac4(0x437)]==null)return null;let _0x1a66d3=new _0x3a32d5(_0x223b48[_0x2d5ac4(0x43b)],{'width':_0x174a77[_0x2d5ac4(0xbd)],'height':_0x174a77['height']}),_0x483863=_0x1b0b8c['createChartInstance'](_0x1ac4f6[_0x2d5ac4(0x4b6)][_0x2d5ac4(0xc1)],this['_createChartRenderInstanceContext']());_0x483863[_0x2d5ac4(0x245)](_0x1a66d3);let _0x5b5fa0;try{await _0x483863['render']({'chartId':_0x223b48[_0x2d5ac4(0x43b)],'config':_0x4a0523,'style':_0x58e92a(_0x3319b9,this[_0x2d5ac4(0x3e5)][_0x2d5ac4(0x4e3)]())});}catch(_0x28343a){console[_0x2d5ac4(0x532)](_0x2d5ac4(0x368),_0x28343a);}finally{_0x5b5fa0=_0x1a66d3[_0x2d5ac4(0x543)](),_0x483863['dispose'](),_0x1a66d3[_0x2d5ac4(0x2c1)]();}let _0x8c74f2=this[_0x2d5ac4(0x4f8)][_0x2d5ac4(0x2a7)]({'unitId':_0x223b48[_0x2d5ac4(0x1e7)],'subUnitId':_0x223b48[_0x2d5ac4(0x37e)],'chartId':_0x223b48[_0x2d5ac4(0x43b)]}),_0x257ae1=(_0x3a4f87=_0x5b5fa0)==null?_0x8c74f2:_0x3a4f87;if(!_0x257ae1)return null;let _0x21b8f1=_0x6abaa5['indexOf'](_0x223b48[_0x2d5ac4(0x43b)]);return new _0x396554((0x0,_0xe08c46[_0x2d5ac4(0x251)])(_0x223b48),{..._0x174a77,..._0x1a66d3[_0x2d5ac4(0x32e)],..._0x41e08b[_0x2d5ac4(0x28c)],'visible':!0x0,'zIndex':_0x21b8f1===-0x1?Math[_0x2d5ac4(0x382)](_0x6abaa5[_0x2d5ac4(0x428)]-0x1,0x0):_0x21b8f1},()=>_0x257ae1,void 0x0,_0x5b5fa0?()=>_0x184068(_0x5b5fa0):void 0x0);}[_0x3e9a16(0xb9)](_0x5cf50e,_0x1a0427,_0x468618){const _0x44db88=_0x3e9a16;let _0x49e6e4=this[_0x44db88(0x5a1)][_0x44db88(0x54c)](_0x5cf50e);if((_0x49e6e4==null?void 0x0:_0x49e6e4[_0x44db88(0x4ef)])===_0x1a0427)return _0x49e6e4;_0x49e6e4&&(this['_disposeChartEventSubscriptions'](_0x5cf50e),_0x49e6e4[_0x44db88(0x2c1)](),this['_chartInstanceMap'][_0x44db88(0x454)](_0x5cf50e));let _0x2be043=_0x468618[_0x44db88(0x2a5)](_0x1a0427,this[_0x44db88(0x485)]());return this['_chartInstanceMap'][_0x44db88(0x127)](_0x5cf50e,_0x2be043),_0x2be043[_0x44db88(0xf3)](this[_0x44db88(0x5be)][_0x44db88(0x54c)](_0x5cf50e)===!0x0),this[_0x44db88(0x40d)](_0x5cf50e,_0x2be043),_0x2be043;}[_0x3e9a16(0x485)](){const _0x96951a=_0x3e9a16;return{'resolveHostStyle':({style:_0xaaf0bd})=>{const _0x4e366b=_0x3286;let _0x13a1fb=(0x0,_0x1ac4f6['resolveDefaultChartHostFrameStyle'])({'style':_0xaaf0bd,'getRenderColor':_0x1e5470=>this['_chartThemeService'][_0x4e366b(0x1ca)](_0x1e5470)});return{'stroke':_0x13a1fb['stroke'],'fill':_0x13a1fb[_0x4e366b(0x62b)]};},'resolveRenderBackgroundColor':({style:_0x58a08e})=>this['_chartThemeService'][_0x96951a(0x1ca)]((0x0,_0x1ac4f6[_0x96951a(0x476)])(_0x58a08e))};}[_0x3e9a16(0x2b7)](){const _0x374b0a=_0x3e9a16;this[_0x374b0a(0x178)][_0x374b0a(0x646)](_0x303e0a=>_0x303e0a[_0x374b0a(0x4a8)]()),this[_0x374b0a(0x178)][_0x374b0a(0x3b3)](),this[_0x374b0a(0x41f)][_0x374b0a(0x646)](_0x1f75e4=>_0x1f75e4[_0x374b0a(0x4a8)]()),this[_0x374b0a(0x41f)][_0x374b0a(0x3b3)]();}[_0x3e9a16(0x2c1)](){const _0x4a1dfa=_0x3e9a16;Array[_0x4a1dfa(0x2ec)](this[_0x4a1dfa(0x5a1)][_0x4a1dfa(0x4b3)]())[_0x4a1dfa(0x646)](_0x328066=>this[_0x4a1dfa(0x45e)](_0x328066)),this['_chartElementEditMode']['clear'](),this['_ownsRenderModelManager']&&this[_0x4a1dfa(0x268)][_0x4a1dfa(0x2c1)](),this['_cancelDebouncedCallbacks'](),this['_lastRenderInputMap']['clear'](),this['_activeChartId']=null,this[_0x4a1dfa(0x35f)]=null,super[_0x4a1dfa(0x2c1)]();}};_0x20c73b=_0x5099d7([_0x196a56(0x0,_0x47c56a),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x41e08b[_0x3e9a16(0x136)])),_0x196a56(0x2,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5b1eb9[_0x3e9a16(0x59e)])),_0x196a56(0x3,_0xe08c46['IDrawingManagerService']),_0x196a56(0x4,_0x9858af[_0x3e9a16(0x3b8)]),_0x196a56(0x5,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x382958[_0x3e9a16(0x2d3)])),_0x196a56(0x6,(0x0,_0x9858af['Inject'])(_0x9858af[_0x3e9a16(0x397)])),_0x196a56(0x7,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af[_0x3e9a16(0x3de)])),_0x196a56(0x8,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x1ac4f6[_0x3e9a16(0x601)])),_0x196a56(0x9,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af[_0x3e9a16(0x2f0)])),_0x196a56(0xa,_0x9858af['IConfigService']),_0x196a56(0xb,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x46304b)),_0x196a56(0xc,(0x0,_0x9858af[_0x3e9a16(0x189)])(_0x1ac4f6[_0x3e9a16(0x98)]))],_0x20c73b);function _0x5013d1(_0x208e1c){const _0x4f0c98=_0x3e9a16;let _0x1b5219=_0x208e1c[_0x4f0c98(0x54c)](_0x2d5d06[_0x4f0c98(0x5aa)])[_0x4f0c98(0x2fc)]();if(_0x1b5219[_0x4f0c98(0x428)]!==0x1)return null;let _0x28dcb4=_0x1b5219[0x0];return _0x28dcb4['drawingType']===_0x9858af[_0x4f0c98(0x630)][_0x4f0c98(0x4c5)]?_0x28dcb4:null;}function _0x4374af(_0x4fb016,_0x43e39c){const _0x241aef=_0x3e9a16;let _0x1f6714=document[_0x241aef(0x61e)]('a');_0x1f6714[_0x241aef(0xa9)]=_0x4fb016,_0x1f6714[_0x241aef(0x369)]=_0x43e39c,_0x1f6714[_0x241aef(0xf2)]();}let _0x3915e1={'id':_0x3e9a16(0x447),'type':_0x9858af[_0x3e9a16(0x190)]['COMMAND'],'handler':(_0x235e51,_0x3de94d)=>{const _0x5edd5b=_0x3e9a16;let _0x5f2f52=_0x5013d1(_0x235e51);return _0x5f2f52?_0x235e51[_0x5edd5b(0x54c)](_0x9858af['ICommandService'])[_0x5edd5b(0x1f9)](_0x4233d3['id'],{'unitId':_0x5f2f52[_0x5edd5b(0x1e7)],'subUnitId':_0x5f2f52[_0x5edd5b(0x37e)],'drawingId':_0x5f2f52[_0x5edd5b(0x43b)],..._0x3de94d!=null&&_0x3de94d[_0x5edd5b(0x415)]?{'route':_0x3de94d[_0x5edd5b(0x415)]}:{}}):!0x1;}},_0x599cc1={'id':_0x3e9a16(0x5d9),'type':_0x9858af[_0x3e9a16(0x190)][_0x3e9a16(0x31b)],'handler':_0x1d3692=>_0x5013d1(_0x1d3692)?_0x1d3692[_0x3e9a16(0x54c)](_0x9858af['ICommandService'])['executeCommand'](_0x5f3dc9[_0x3e9a16(0x391)]['id']):!0x1},_0x559437={'id':_0x3e9a16(0x3a2),'type':_0x9858af[_0x3e9a16(0x190)][_0x3e9a16(0x31b)],'handler':async _0x29c01=>{const _0xd1d5ef=_0x3e9a16;let _0x267ab0=_0x5013d1(_0x29c01);if(!_0x267ab0)return!0x1;let _0x3d5599=await _0x29c01[_0xd1d5ef(0x54c)](_0x20c73b)['exportImage'](_0x267ab0['drawingId']);return _0x3d5599?(_0x4374af(_0x3d5599,_0x267ab0[_0xd1d5ef(0x43b)]+_0xd1d5ef(0x14c)),!0x0):!0x1;}},_0x3f24ec={'id':'sheet.command.chart.delete-focused-chart','type':_0x9858af[_0x3e9a16(0x190)][_0x3e9a16(0x31b)],'handler':_0x3ea83d=>{const _0x419aa6=_0x3e9a16;let _0x26befa=_0x5013d1(_0x3ea83d);return _0x26befa?_0x3ea83d['get'](_0x9858af['ICommandService'])[_0x419aa6(0x1f9)](_0x2d5d06[_0x419aa6(0x281)]['id'],{'unitId':_0x26befa[_0x419aa6(0x1e7)],'drawings':[{'unitId':_0x26befa['unitId'],'subUnitId':_0x26befa[_0x419aa6(0x37e)],'drawingId':_0x26befa['drawingId'],'drawingType':_0x9858af[_0x419aa6(0x630)][_0x419aa6(0x4c5)]}]}):!0x1;}},_0x25ca7c='SHEETS_CHART_CONTEXT_MENU';function _0xda776a(_0x1d60d5){const _0x193375=_0x3e9a16;return{'id':_0x3915e1['id'],'commandId':_0x3915e1['id'],'type':_0x376ff1[_0x193375(0x317)]['BUTTON'],'title':_0x193375(0x102),'icon':'PenIcon'};}function _0x2459e0(_0x535cf5){const _0x46be20=_0x3e9a16;return{'id':_0x599cc1['id'],'commandId':_0x599cc1['id'],'type':_0x376ff1['MenuItemType'][_0x46be20(0x283)],'title':'sheets-chart-ui.copy','icon':_0x46be20(0x31a)};}function _0x5d1bb9(_0x3538d8){const _0x464a47=_0x3e9a16;return{'id':_0x559437['id'],'commandId':_0x559437['id'],'type':_0x376ff1['MenuItemType'][_0x464a47(0x283)],'title':'sheets-chart-ui.exportImage','icon':'DownloadImageIcon'};}function _0x4ab706(_0x308207){const _0xd07240=_0x3e9a16;return{'id':_0x3f24ec['id'],'commandId':_0x3f24ec['id'],'type':_0x376ff1[_0xd07240(0x317)][_0xd07240(0x283)],'title':_0xd07240(0x432),'icon':_0xd07240(0x2dc)};}let _0x1f6be8={'type':_0x9858af[_0x3e9a16(0x190)][_0x3e9a16(0x31b)],'id':_0x3e9a16(0x48a),'handler':async(_0x3e2def,_0x23e517)=>{const _0x488573=_0x3e9a16;let _0xfcc3ce=(0x0,_0x390233[_0x488573(0x545)])(_0x3e2def[_0x488573(0x54c)](_0x9858af[_0x488573(0x3b8)]));if(!_0xfcc3ce)return!0x1;let _0x23a87e=_0x3e2def['get'](_0x390233[_0x488573(0x312)])[_0x488573(0x538)]();if(!_0x23a87e)return!0x1;let {range:_0x256e28}=_0x23a87e;if(_0x256e28[_0x488573(0x2ce)]===_0x256e28[_0x488573(0x1b6)])return _0x3e2def[_0x488573(0x54c)](_0x376ff1[_0x488573(0x25b)])['show']({'type':_0xd4f7f1[_0x488573(0x662)][_0x488573(0x562)],'content':_0x3e2def[_0x488573(0x54c)](_0x9858af[_0x488573(0x397)])['t'](_0x488573(0x141))}),!0x1;let _0x5dc372=_0x3e2def[_0x488573(0x54c)](_0x9858af[_0x488573(0x39a)]),{unitId:_0x2667f1,subUnitId:_0x611c0d}=_0xfcc3ce,{value:_0x2fd592}=_0x23e517;return _0x5dc372['executeCommand'](_0x5b1eb9[_0x488573(0x4bc)]['id'],{'unitId':_0x2667f1,'subUnitId':_0x611c0d,'chartType':_0x2fd592,'source':{'rangeInfo':{'unitId':_0x2667f1,'subUnitId':_0x611c0d,'range':_0x256e28}}});}};function _0x24abed(_0x1f9bb4,_0x34c513){const _0x4c8abb=_0x3e9a16;return _0x1f9bb4==null||Array['isArray'](_0x1f9bb4)?'':_0x45770c(_0x1f9bb4[_0x4c8abb(0x50b)],_0x34c513);}function _0x45770c(_0x546745,_0x1cb213){const _0x4056ec=_0x3e9a16;var _0x788b28;let {unitId:_0x5b6679,subUnitId:_0xb442d4,range:_0x501a51}=_0x546745,_0x5a4081=(_0x788b28=_0x1cb213['getUnit'](_0x5b6679))==null?void 0x0:_0x788b28[_0x4056ec(0x552)](_0xb442d4);return _0x5a4081?(0x0,_0x475c07[_0x4056ec(0x602)])(_0x5a4081['getName'](),_0x501a51):'';}let _0x2449f9=[{'label':'sheets-chart-ui.chartTypes.line','value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x1a4)],'icon':_0x3e9a16(0x250)},{'label':_0x3e9a16(0x1dc),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x4e2)],'icon':_0x3e9a16(0x37a)},{'label':_0x3e9a16(0x1c7),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x4d7)],'icon':_0x3e9a16(0x265)},{'label':_0x3e9a16(0x107),'value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x499)],'icon':_0x3e9a16(0x35b)},{'label':_0x3e9a16(0x569),'value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x440)],'icon':_0x3e9a16(0x35b)},{'label':'sheets-chart-ui.chartTypes.barPercentStacked','value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x3f9)],'icon':_0x3e9a16(0x35b)},{'label':_0x3e9a16(0x3f4),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x23e)],'icon':'PieChartIcon'},{'label':_0x3e9a16(0x402),'value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x2af)],'icon':'AreaChartIcon'},{'label':'sheets-chart-ui.chartTypes.areaStacked','value':_0x1ac4f6['ChartTypeBits']['AreaStacked'],'icon':_0x3e9a16(0x4ea)},{'label':'sheets-chart-ui.chartTypes.areaPercentStacked','value':_0x1ac4f6['ChartTypeBits']['AreaPercentStacked'],'icon':_0x3e9a16(0x4ea)},{'label':_0x3e9a16(0x219),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x292)],'icon':'RadarChartIcon'},{'label':_0x3e9a16(0x32a),'value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x4f2)],'icon':_0x3e9a16(0x9b)},{'label':'sheets-chart-ui.chartTypes.scatter','value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x16a)],'icon':'ScatterChartIcon'},{'label':_0x3e9a16(0x1c8),'value':_0x1ac4f6[_0x3e9a16(0xc9)]['WordCloud'],'icon':_0x3e9a16(0x275)},{'label':'sheets-chart-ui.chartTypes.funnel','value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x5bd)],'icon':_0x3e9a16(0x5c9)},{'label':_0x3e9a16(0x306),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x4a1)],'icon':_0x3e9a16(0x4b8)},{'label':_0x3e9a16(0x600),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x33d)],'icon':_0x3e9a16(0x2b5)},{'label':'sheets-chart-ui.chartTypes.waterfall','value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x25f)],'icon':_0x3e9a16(0x392)},{'label':_0x3e9a16(0x472),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x2df)],'icon':'ComboChartIcon'},{'label':_0x3e9a16(0x57d),'value':_0x1ac4f6[_0x3e9a16(0xc9)]['Sankey'],'icon':_0x3e9a16(0x5d6)},{'label':_0x3e9a16(0x5a0),'value':_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x3cf)],'icon':_0x3e9a16(0x3a6)},{'label':_0x3e9a16(0x410),'value':_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x2fb)],'icon':_0x3e9a16(0x4e0)}];function _0x55d906(){return _0x2449f9;}let _0x199ef8=(_0xac8b72,_0x118247)=>{const _0x434fff=_0x3e9a16;if(_0x118247[_0x434fff(0x428)]===0x1&&_0x118247[0x0]==='all')return _0xac8b72;if(_0x118247[_0x434fff(0x428)]>0x1){let _0x95c781=new Set();for(let _0x3b2091 of _0x118247)_0x95c781[_0x434fff(0x592)](Number(_0x3b2091));return _0xac8b72[_0x434fff(0x536)](_0xdbd852=>_0x95c781[_0x434fff(0x3d7)](_0xdbd852[_0x434fff(0x109)]));}return[];};function _0x2c968a(_0xd682ba){const _0x181c3c=_0x3e9a16;let _0x5060cf=_0xd682ba['get'](_0x9858af[_0x181c3c(0x3b8)]),_0x19cd73=(0x0,_0x5b1eb9[_0x181c3c(0x36e)])(_0xd682ba),_0x3c0127=_0x199ef8(_0x55d906()[_0x181c3c(0x2aa)](),_0x19cd73);return{'id':_0x1f6be8['id'],'type':_0x376ff1[_0x181c3c(0x317)][_0x181c3c(0x449)],'selections':_0x3c0127,'icon':_0x181c3c(0x3a1),'tooltip':'sheets-chart-ui.insertChart','activated$':(0x0,_0x5f3dc9['deriveStateFromActiveSheet$'])(_0x5060cf,!0x1,()=>new _0x50a9a7[(_0x181c3c(0x5cf))](_0x45ee6f=>{const _0x31bc28=_0x181c3c;_0x45ee6f[_0x31bc28(0x420)](!0x1);})),'hidden$':(0x0,_0x376ff1['getMenuHiddenObservable'])(_0xd682ba,_0x9858af[_0x181c3c(0x4aa)]['UNIVER_SHEET']),'disabled$':(0x0,_0x5f3dc9[_0x181c3c(0x11b)])(_0xd682ba)};}let _0x5c2b3f={[_0x376ff1['RibbonInsertGroup']['MEDIA']]:{[_0x1f6be8['id']]:{'order':0x4,'menuItemFactory':_0x2c968a}},[_0x376ff1[_0x3e9a16(0xfd)][_0x3e9a16(0x194)]]:{[_0x25ca7c]:{'order':0x6,[_0x376ff1[_0x3e9a16(0x1a5)][_0x3e9a16(0x3b4)]]:{[_0x3915e1['id']]:{'order':0x0,'menuItemFactory':_0xda776a},[_0x599cc1['id']]:{'order':0x1,'menuItemFactory':_0x2459e0},[_0x559437['id']]:{'order':0x2,'menuItemFactory':_0x5d1bb9},[_0x3f24ec['id']]:{'order':0x3,'menuItemFactory':_0x4ab706}}}}};function _0x4ab6e1(_0x5ced78){const _0x5c20ec=_0x3e9a16;_0x5ced78[_0x5c20ec(0x502)]('headers',_0x2b9f37=>_0x2b9f37[_0x5c20ec(0x319)]['pipe']((0x0,_0x50a9a7[_0x5c20ec(0x4ee)])(_0x58e07d=>_0x58e07d[_0x5c20ec(0x1e6)]))),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x59b),_0x7d0536=>({'set'(_0x28cf6e){const _0x3da885=_0x5c20ec;let _0x5bd03e={};_0x28cf6e===_0x1ac4f6[_0x3da885(0xc9)][_0x3da885(0x4d7)]&&(_0x5bd03e['pie']={'doughnutHole':null}),_0x5ced78[_0x3da885(0x5db)]({'chartModelId':_0x7d0536['id'],'chartType':_0x28cf6e,'style':_0x5bd03e});},'get'(){const _0x44efb7=_0x5c20ec;return _0x7d0536[_0x44efb7(0x2a3)];}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x21d),_0xc1e3d7=>({'set'(_0x661514){const _0x1dca05=_0x5c20ec;_0x661514&&_0x5ced78[_0x1dca05(0x167)]({'chartModelId':_0xc1e3d7['id'],'range':_0x661514});},'get'(){const _0x3e106f=_0x5c20ec;let _0x26293e=_0x5ced78[_0x3e106f(0x50a)](_0xc1e3d7['id']);if(_0x26293e)return _0x26293e[_0x3e106f(0x400)];}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x4c9),_0x7c4c89=>({'set'(_0x28205d){typeof _0x28205d=='number'&&_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x7c4c89['id'],'context':{'categoryIndex':_0x28205d}});},'get'(){const _0x1b986b=_0x5c20ec;return _0x7c4c89['context$'][_0x1b986b(0x4cd)]((0x0,_0x50a9a7[_0x1b986b(0x4ee)])(_0x18da1f=>_0x18da1f['categoryIndex']),(0x0,_0x50a9a7['distinctUntilChanged'])());}})),_0x5ced78['registerViewState'](_0x5c20ec(0x1fb),_0x271e6b=>_0x271e6b[_0x5c20ec(0x319)][_0x5c20ec(0x4cd)]((0x0,_0x50a9a7[_0x5c20ec(0x4ee)])(_0x13e5c6=>_0x13e5c6['categoryType']),(0x0,_0x50a9a7['distinctUntilChanged'])())),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0xae),_0x10f388=>{const _0x4f32d3=_0x5c20ec;var _0xa89f1f;let _0x5066b2=(_0xa89f1f=_0x5ced78['getDataSource'](_0x10f388['id']))==null?void 0x0:_0xa89f1f[_0x4f32d3(0x400)];return _0x5066b2?_0x10f388[_0x4f32d3(0x319)][_0x4f32d3(0x4cd)]((0x0,_0x50a9a7[_0x4f32d3(0x36d)])(_0x5066b2),(0x0,_0x50a9a7[_0x4f32d3(0x4ee)])(([_0x557af5,_0x16b45a])=>{const _0x4af001=_0x4f32d3;let {categoryResourceIndexes:_0x285cd3,headers:_0x5b2395}=_0x557af5,_0x3bd474=(_0x285cd3||[])['sort']((_0x206450,_0x45c8f0)=>(_0x206450||0x0)-(_0x45c8f0||0x0));return!_0x3bd474||Array[_0x4af001(0x256)](_0x16b45a)?[]:_0x3bd474[_0x4af001(0x4ee)](_0x4aa0e0=>({'label':(_0x5b2395==null?void 0x0:_0x5b2395[_0x4aa0e0])||_0x5ced78['t'](_0x4af001(0x22d),''+(_0x4aa0e0+0x1)),'value':String(_0x4aa0e0)}));})):_0x10f388[_0x4f32d3(0x319)]['pipe']((0x0,_0x50a9a7[_0x4f32d3(0x4ee)])(()=>[]));}),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x14a),_0x33d74a=>{const _0x4cfc41=_0x5c20ec;var _0xd0f3ba;let _0x36f142=(_0xd0f3ba=_0x5ced78[_0x4cfc41(0x50a)](_0x33d74a['id']))==null?void 0x0:_0xd0f3ba[_0x4cfc41(0x400)];return _0x36f142?_0x33d74a[_0x4cfc41(0x319)][_0x4cfc41(0x4cd)]((0x0,_0x50a9a7['combineLatestWith'])(_0x36f142),(0x0,_0x50a9a7[_0x4cfc41(0x4ee)])(([_0x4e53fe,_0x179cf4])=>{const _0xffb198=_0x4cfc41;let {categoryResourceIndexes:_0x1d612a,seriesResourceIndexes:_0x42780c,headers:_0x1fd0ea}=_0x4e53fe,_0xdf8138=_0x1d612a==null?void 0x0:_0x1d612a[_0xffb198(0x2aa)](_0x42780c||[])['sort']((_0x63478a,_0x4611bb)=>(_0x63478a||0x0)-(_0x4611bb||0x0));return!_0xdf8138||Array[_0xffb198(0x256)](_0x179cf4)?[]:_0xdf8138[_0xffb198(0x4ee)](_0x53018e=>({'label':(_0x1fd0ea==null?void 0x0:_0x1fd0ea[_0x53018e])||_0x5ced78['t'](_0xffb198(0x22d),''+(_0x53018e+0x1)),'value':String(_0x53018e)}));})):_0x33d74a['context$'][_0x4cfc41(0x4cd)]((0x0,_0x50a9a7[_0x4cfc41(0x4ee)])(()=>[]));}),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x5ab),_0x4f1239=>({'set'(_0x225499){const _0x2cd76e=_0x5c20ec;_0x5ced78[_0x2cd76e(0x5db)]({'chartModelId':_0x4f1239['id'],'context':{'seriesIndexes':_0x225499}});},'get'(){const _0xa1d98=_0x5c20ec;return _0x4f1239['context$']['pipe']((0x0,_0x50a9a7[_0xa1d98(0x4ee)])(_0x2366ca=>{let {seriesIndexes:_0x4dbb56=[]}=_0x2366ca;return _0x4dbb56;}));}})),_0x5ced78['registerViewState']('trendlineValues',_0x27d8fc=>({'set'(_0xd85613){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x27d8fc['id'],'style':{'trendlines':_0xd85613}});},'get'(){const _0xf6e692=_0x5c20ec;return _0x27d8fc[_0xf6e692(0xd6)]['pipe']((0x0,_0x50a9a7['map'])(_0x13351b=>_0x13351b[_0xf6e692(0x3e6)]));}})),_0x5ced78[_0x5c20ec(0x502)]('seriesList',_0x642802=>{const _0xe57025=_0x5c20ec;var _0x5d2951;let _0x485555=(_0x5d2951=_0x5ced78[_0xe57025(0x50a)](_0x642802['id']))==null?void 0x0:_0x5d2951[_0xe57025(0x400)];return _0x485555?_0x642802['context$']['pipe']((0x0,_0x50a9a7[_0xe57025(0x36d)])(_0x485555),(0x0,_0x50a9a7['map'])(([_0x19fc66,_0x552942])=>{const _0x1eaefa=_0xe57025;let {seriesIndexes:_0x2ca90a=[],headers:_0xa05b}=_0x19fc66;return Array[_0x1eaefa(0x256)](_0x552942)?[]:_0x2ca90a[_0x1eaefa(0x4ee)](_0x14b93e=>({'label':(_0xa05b==null?void 0x0:_0xa05b[_0x14b93e])||_0x5ced78['t'](_0x1eaefa(0x33c),''+_0x14b93e),'value':String(_0x14b93e)}));})):_0x642802['context$'][_0xe57025(0x4cd)]((0x0,_0x50a9a7[_0xe57025(0x4ee)])(()=>[]));}),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x2fa),_0x418bba=>{const _0x35cba2=_0x5c20ec;var _0x1df3a4;let _0x40e6b6=(_0x1df3a4=_0x5ced78[_0x35cba2(0x50a)](_0x418bba['id']))==null?void 0x0:_0x1df3a4[_0x35cba2(0x400)];return _0x40e6b6?_0x418bba['context$'][_0x35cba2(0x4cd)]((0x0,_0x50a9a7[_0x35cba2(0x36d)])(_0x40e6b6),(0x0,_0x50a9a7['map'])(([_0x2c6613,_0x3b7a9b])=>{const _0xffc904=_0x35cba2;let {seriesResourceIndexes:_0x2bac68=[],headers:_0x45c84f}=_0x2c6613;if(Array['isArray'](_0x3b7a9b))return[];let _0x408506=new Map();return _0x2bac68[_0xffc904(0x4ee)](_0x512f9a=>{const _0x525b76=_0xffc904;let _0x288dee=(_0x45c84f==null?void 0x0:_0x45c84f[_0x512f9a])||_0x5ced78['t'](_0x525b76(0x33c),''+_0x512f9a);return _0x408506[_0x525b76(0x3d7)](_0x288dee)?_0x408506[_0x525b76(0x127)](_0x288dee,_0x408506[_0x525b76(0x54c)](_0x288dee)+0x1):_0x408506[_0x525b76(0x127)](_0x288dee,0x0),{'label':(_0x408506[_0x525b76(0x3d7)](_0x288dee)&&_0x408506[_0x525b76(0x54c)](_0x288dee)>0x0?_0x288dee+'\x20'+_0x408506[_0x525b76(0x54c)](_0x288dee):_0x288dee)||_0x5ced78['t'](_0x525b76(0x33c),''+_0x512f9a),'value':String(_0x512f9a)};});})):_0x418bba[_0x35cba2(0x319)]['pipe']((0x0,_0x50a9a7[_0x35cba2(0x4ee)])(()=>[]));}),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x36a),_0x4a9cc8=>({'set'(_0xabb431){const _0x4a3160=_0x5c20ec;_0x5ced78[_0x4a3160(0x5db)]({'chartModelId':_0x4a9cc8['id'],'dataAggregation':{'aggregate':_0xabb431}});},'get'(){const _0x255166=_0x5c20ec;return _0x4a9cc8[_0x255166(0x59d)][_0x255166(0x4cd)]((0x0,_0x50a9a7['map'])(_0x5a4609=>_0x5a4609['aggregate']||!0x1),(0x0,_0x50a9a7[_0x255166(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x249),_0x4dc81c=>({'set'(_0x52cbb5){const _0x2043cc=_0x5c20ec;var _0x26fe91;let _0x3aa274=(_0x26fe91=_0x5ced78['getDataSource'](_0x4dc81c['id']))==null?void 0x0:_0x26fe91[_0x2043cc(0x3e1)]();if(_0x3aa274){let _0x42dc6c={..._0x3aa274,'isRowDirection':_0x52cbb5===_0x1ac4f6[_0x2043cc(0x5a4)][_0x2043cc(0x2f6)]};_0x5ced78[_0x2043cc(0x5db)]({'chartModelId':_0x4dc81c['id'],'context':{'seriesIndexes':void 0x0,'transform':void 0x0}}),_0x5ced78[_0x2043cc(0x167)]({'chartModelId':_0x4dc81c['id'],'range':_0x42dc6c});}},'get'(){const _0x41de49=_0x5c20ec;var _0x17bea9;return(_0x17bea9=_0x5ced78[_0x41de49(0x50a)](_0x4dc81c['id']))==null?void 0x0:_0x17bea9[_0x41de49(0x400)][_0x41de49(0x4cd)]((0x0,_0x50a9a7[_0x41de49(0x4ee)])(_0x26278e=>_0x26278e[_0x41de49(0x215)]?_0x1ac4f6[_0x41de49(0x5a4)]['Row']:_0x1ac4f6[_0x41de49(0x5a4)][_0x41de49(0x4e2)]),(0x0,_0x50a9a7[_0x41de49(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x57c),_0x14726c=>({'set'(_0x9697a8){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x14726c['id'],'style':{'gradientFill':_0x9697a8}});},'get'(){const _0x5ca8f1=_0x5c20ec;return _0x14726c[_0x5ca8f1(0xd6)]['pipe']((0x0,_0x50a9a7[_0x5ca8f1(0x4ee)])(_0x58990e=>_0x58990e[_0x5ca8f1(0x57c)]),(0x0,_0x50a9a7[_0x5ca8f1(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)]('indicator',_0x228e2b=>({'set'(_0x45db52){const _0x2264f7=_0x5c20ec;_0x5ced78[_0x2264f7(0x5db)]({'chartModelId':_0x228e2b['id'],'style':{'tooltip':_0x45db52}});},'get'(){const _0xb9a926=_0x5c20ec;return _0x228e2b['style$'][_0xb9a926(0x4cd)]((0x0,_0x50a9a7[_0xb9a926(0x4ee)])(_0x5d5568=>_0x5d5568[_0xb9a926(0x3e7)]),(0x0,_0x50a9a7[_0xb9a926(0x29b)])());}})),_0x5ced78['registerViewState'](_0x5c20ec(0x571),_0x500bb1=>({'set'(_0x3eb3c5){const _0x2f1d41=_0x5c20ec;let {context:_0x14bcdb}=_0x500bb1,_0x427eb2=_0x2ce7c8=>{const _0x37a57c=_0x3286;var _0x45f3e3;return((_0x45f3e3=_0x14bcdb[_0x37a57c(0x4ff)])==null?void 0x0:_0x45f3e3[_0x37a57c(0x3e4)](_0x2ce7c8))!==-0x1;};if(_0x3eb3c5){var _0x3ef16e;let _0x140492=(_0x3ef16e=_0x14bcdb[_0x2f1d41(0x452)])==null?void 0x0:_0x3ef16e[0x0];if(_0x140492===void 0x0)return;let _0x36c33c={'categoryIndex':_0x140492,'categoryType':_0x1ac4f6[_0x2f1d41(0x290)]['Text']};if(_0x427eb2(_0x140492)){var _0x10d985;_0x36c33c[_0x2f1d41(0x452)]=(_0x10d985=_0x14bcdb['seriesIndexes'])==null?void 0x0:_0x10d985['filter'](_0x516da2=>_0x516da2!==_0x140492);}_0x5ced78[_0x2f1d41(0x5db)]({'chartModelId':_0x500bb1['id'],'context':_0x36c33c});}else{if(_0x14bcdb['categoryIndex']===void 0x0)return;let _0x19d30c={'categoryIndex':void 0x0,'categoryType':void 0x0};_0x427eb2(_0x14bcdb[_0x2f1d41(0x4c9)])&&(_0x19d30c['seriesIndexes']=[_0x14bcdb[_0x2f1d41(0x4c9)]]['concat'](_0x14bcdb[_0x2f1d41(0x452)]||[])),_0x5ced78[_0x2f1d41(0x5db)]({'chartModelId':_0x500bb1['id'],'context':_0x19d30c});}},'get'(){const _0x339b73=_0x5c20ec;return _0x500bb1[_0x339b73(0x319)][_0x339b73(0x4cd)]((0x0,_0x50a9a7[_0x339b73(0x4ee)])(_0x1ed4e2=>{const _0x324dba=_0x339b73;var _0x59f075;return _0x1ed4e2[_0x324dba(0x4c9)]===void 0x0?!0x1:!!((_0x59f075=_0x1ed4e2['seriesResourceIndexes'])!=null&&_0x59f075[_0x324dba(0x313)](_0x1ed4e2[_0x324dba(0x4c9)]));}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x622),_0x513109=>({'set'(_0x47bdfc){const _0x355e50=_0x5c20ec;_0x5ced78[_0x355e50(0x5db)]({'chartModelId':_0x513109['id'],'style':{'backgroundColor':_0x47bdfc==null?null:_0x47bdfc}});},'get'(){const _0x48f0da=_0x5c20ec;return _0x513109[_0x48f0da(0xd6)][_0x48f0da(0x4cd)]((0x0,_0x50a9a7[_0x48f0da(0x4ee)])(_0xf512fa=>_0xf512fa==null?void 0x0:_0xf512fa[_0x48f0da(0x622)]),(0x0,_0x50a9a7[_0x48f0da(0x29b)])());}})),_0x5ced78['registerViewState']('borderColor',_0x4c58be=>({'set'(_0x1b44b8){const _0x5a4caa=_0x5c20ec;_0x5ced78[_0x5a4caa(0x5db)]({'chartModelId':_0x4c58be['id'],'style':{'borderColor':_0x1b44b8==null?null:_0x1b44b8}}),_0x5ced78[_0x5a4caa(0x343)](_0x4c58be['id'],_0x1b44b8);},'get'(){const _0xd856fb=_0x5c20ec;return _0x4c58be['style$'][_0xd856fb(0x4cd)]((0x0,_0x50a9a7[_0xd856fb(0x4ee)])(_0x45da72=>_0x45da72[_0xd856fb(0x464)]),(0x0,_0x50a9a7[_0xd856fb(0x29b)])());}})),_0x5ced78['registerViewState'](_0x5c20ec(0x5b0),_0x47f611=>({'set'(_0x256d37){const _0x4f88cf=_0x5c20ec;_0x5ced78[_0x4f88cf(0x5db)]({'chartModelId':_0x47f611['id'],'style':{'fontSize':_0x256d37}});},'get'(){const _0x2597f1=_0x5c20ec;return _0x47f611[_0x2597f1(0xd6)]['pipe']((0x0,_0x50a9a7[_0x2597f1(0x4ee)])(_0x250af5=>_0x250af5['fontSize']),(0x0,_0x50a9a7['distinctUntilChanged'])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x206),_0x51dad2=>({'set'(_0x525898){const _0x3c1cb6=_0x5c20ec;_0x5ced78[_0x3c1cb6(0x5db)]({'chartModelId':_0x51dad2['id'],'style':{'titleFontSize':_0x525898}});},'get'(){const _0x3be802=_0x5c20ec;return _0x51dad2[_0x3be802(0xd6)][_0x3be802(0x4cd)]((0x0,_0x50a9a7[_0x3be802(0x4ee)])(_0x351d64=>_0x351d64[_0x3be802(0x206)]),(0x0,_0x50a9a7[_0x3be802(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0xd0),_0xd74fc9=>({'set'(_0x4a6261){const _0x2f1958=_0x5c20ec;_0x5ced78[_0x2f1958(0x5db)]({'chartModelId':_0xd74fc9['id'],'style':{'titles':_0x4a6261}});},'get'(){const _0xadfc59=_0x5c20ec;return _0xd74fc9[_0xadfc59(0xd6)]['pipe']((0x0,_0x50a9a7[_0xadfc59(0x4ee)])(_0x491591=>_0x491591['titles']));}})),_0x5ced78['registerViewState'](_0x5c20ec(0x4a5),_0x177588=>({'set'(_0x4464a5){const _0x2c671b=_0x5c20ec;let _0x65962b=Object[_0x2c671b(0x4b3)](_0x4464a5),_0x643f9e=_0x9858af[_0x2c671b(0x3c4)][_0x2c671b(0x5d4)](_0x177588[_0x2c671b(0x32e)][_0x2c671b(0x3b1)]||{}),_0x3e0131={};for(let _0x40afe0 in _0x643f9e)if(Object[_0x2c671b(0x3dd)][_0x2c671b(0x362)][_0x2c671b(0x3ac)](_0x643f9e,_0x40afe0)){let _0x5a4199=_0x643f9e[_0x40afe0];if(!_0x5a4199)continue;for(let _0x397a80 of _0x65962b)Object[_0x2c671b(0x3dd)][_0x2c671b(0x362)][_0x2c671b(0x3ac)](_0x5a4199,_0x397a80)&&(_0x3e0131[_0x40afe0]={[_0x397a80]:null});}let _0x55ec1d={'allSeriesStyle':_0x4464a5,'seriesStyleMap':_0x3e0131},_0x294c37=_0x177588[_0x2c671b(0x59b)],_0x1bdb8f=new Set(_0x65962b);_0x294c37===_0x1ac4f6['ChartTypeBits']['Radar']&&(_0x1bdb8f[_0x2c671b(0x3d7)](_0x2c671b(0x55b))||_0x1bdb8f['has'](_0x2c671b(0x243)))&&(_0x55ec1d[_0x2c671b(0x581)]={'fill':!0x0}),_0x5ced78[_0x2c671b(0x5db)]({'chartModelId':_0x177588['id'],'style':_0x55ec1d});},'get'(){const _0x331809=_0x5c20ec;return _0x177588['style$'][_0x331809(0x4cd)]((0x0,_0x50a9a7[_0x331809(0x4ee)])(_0x48ebd8=>_0x48ebd8[_0x331809(0x4a5)]));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x3b1),_0x119de3=>({'set'(_0x3b78d0){const _0x2c2652=_0x5c20ec;_0x5ced78[_0x2c2652(0x5db)]({'chartModelId':_0x119de3['id'],'style':{'seriesStyleMap':_0x3b78d0}});},'get'(){const _0x3d3bad=_0x5c20ec;return _0x119de3[_0x3d3bad(0xd6)][_0x3d3bad(0x4cd)]((0x0,_0x50a9a7[_0x3d3bad(0x4ee)])(_0x55a965=>_0x55a965[_0x3d3bad(0x3b1)]));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x1ea),_0x46af60=>({'set'(_0x127861){const _0x11837e=_0x5c20ec;_0x5ced78[_0x11837e(0x5db)]({'chartModelId':_0x46af60['id'],'style':{'legend':_0x127861}});},'get'(){const _0x598627=_0x5c20ec;return _0x46af60[_0x598627(0xd6)][_0x598627(0x4cd)]((0x0,_0x50a9a7[_0x598627(0x4ee)])(_0x294351=>_0x294351[_0x598627(0x588)]));}})),_0x5ced78['registerViewState'](_0x5c20ec(0x23a),_0x40623b=>({'set'(_0x156197){const _0x35d9fd=_0x5c20ec;_0x5ced78[_0x35d9fd(0x5db)]({'chartModelId':_0x40623b['id'],'style':{'xAxis':_0x156197}});},'get'(){const _0x3ad075=_0x5c20ec;return _0x40623b[_0x3ad075(0xd6)][_0x3ad075(0x4cd)]((0x0,_0x50a9a7['map'])(_0x35134c=>_0x35134c[_0x3ad075(0x1dd)]));}})),_0x5ced78['registerViewState']('yAxisOptions',_0x16fcf7=>({'set'(_0x3185d6){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x16fcf7['id'],'style':{'yAxis':_0x3185d6}});},'get'(){const _0x2f94d7=_0x5c20ec;return _0x16fcf7[_0x2f94d7(0xd6)][_0x2f94d7(0x4cd)]((0x0,_0x50a9a7['map'])(_0x34ca48=>_0x34ca48[_0x2f94d7(0x1cf)]));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x2bf),_0x50ae49=>({'set'(_0x1569ef){const _0x3b4a63=_0x5c20ec;_0x5ced78[_0x3b4a63(0x5db)]({'chartModelId':_0x50ae49['id'],'style':{'rightYAxis':_0x1569ef}});},'get'(){const _0x195a29=_0x5c20ec;return _0x50ae49[_0x195a29(0xd6)]['pipe']((0x0,_0x50a9a7[_0x195a29(0x4ee)])(_0x443b26=>_0x443b26['rightYAxis']));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x324),_0x360873=>_0x360873[_0x5c20ec(0xd6)]['pipe']((0x0,_0x50a9a7[_0x5c20ec(0x36d)])(_0x5ced78[_0x5c20ec(0x20f)]),(0x0,_0x50a9a7['map'])(([,_0x2a7af6])=>_0x360873['getRuntimeContext'](_0x2a7af6)[_0x5c20ec(0x361)]))),_0x5ced78[_0x5c20ec(0x502)]('areaLineStyle',_0x1a3dce=>({'set'(_0x5481d9){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x1a3dce['id'],'style':{'area':{'lineStyle':_0x5481d9==null?void 0x0:_0x5481d9}}});},'get'(){const _0x29fa46=_0x5c20ec;return _0x1a3dce['style$'][_0x29fa46(0x4cd)]((0x0,_0x50a9a7[_0x29fa46(0x4ee)])(_0x1c5bd9=>{const _0x4fb478=_0x29fa46;var _0x3670e7;return(_0x3670e7=_0x1c5bd9[_0x4fb478(0x2e7)])==null?void 0x0:_0x3670e7['lineStyle'];}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x4c8),_0x4a8f85=>({'set'(_0xd826ba){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x4a8f85['id'],'style':{'pie':{'labelStyle':_0xd826ba==null?void 0x0:_0xd826ba}}});},'get'(){const _0x3a68ca=_0x5c20ec;return _0x4a8f85[_0x3a68ca(0xd6)]['pipe']((0x0,_0x50a9a7[_0x3a68ca(0x4ee)])(_0x4ab4fc=>{const _0x36770e=_0x3a68ca;var _0x157cd0;return(_0x157cd0=_0x4ab4fc['pie'])==null?void 0x0:_0x157cd0[_0x36770e(0x227)];}));}})),_0x5ced78[_0x5c20ec(0x502)]('wordCloudShape',_0x1e96f8=>({'set'(_0x405a54){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x1e96f8['id'],'style':{'wordCloud':{'shape':_0x405a54==null?void 0x0:_0x405a54,'maskImage':_0x405a54==null?void 0x0:_0x405a54}}});},'get'(){const _0x535c37=_0x5c20ec;return _0x1e96f8['style$'][_0x535c37(0x4cd)]((0x0,_0x50a9a7[_0x535c37(0x4ee)])(_0x187b2a=>{const _0x10c06f=_0x535c37;var _0x57c817;return(_0x57c817=_0x187b2a[_0x10c06f(0x2a1)])==null?void 0x0:_0x57c817[_0x10c06f(0x512)];}));}})),_0x5ced78[_0x5c20ec(0x502)]('wordCloudMask',_0x3c9612=>({'set'(_0x1cdf80){const _0x802016=_0x5c20ec;_0x5ced78[_0x802016(0x5db)]({'chartModelId':_0x3c9612['id'],'style':{'wordCloud':{'maskImage':_0x1cdf80==null?void 0x0:_0x1cdf80,'shape':void 0x0}}});},'get'(){const _0x24d2c9=_0x5c20ec;return _0x3c9612[_0x24d2c9(0xd6)][_0x24d2c9(0x4cd)]((0x0,_0x50a9a7['map'])(_0x3ea659=>{const _0x5ab3bc=_0x24d2c9;var _0x80eeb6;return(_0x80eeb6=_0x3ea659[_0x5ab3bc(0x2a1)])==null?void 0x0:_0x80eeb6[_0x5ab3bc(0x5b6)];}));}})),_0x5ced78['registerViewState']('wordCloudRepeat',_0x40aaec=>({'set'(_0x16578c){const _0x510723=_0x5c20ec;_0x5ced78[_0x510723(0x5db)]({'chartModelId':_0x40aaec['id'],'style':{'wordCloud':{'repeat':_0x16578c==null?void 0x0:_0x16578c}}});},'get'(){const _0x47c2bd=_0x5c20ec;return _0x40aaec['style$']['pipe']((0x0,_0x50a9a7[_0x47c2bd(0x4ee)])(_0x5471ff=>{var _0x2d373c;return(_0x2d373c=_0x5471ff['wordCloud'])==null?void 0x0:_0x2d373c['repeat'];}));}})),_0x5ced78['registerViewState']('funnelGap',_0xdae204=>({'set'(_0x68ffa){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0xdae204['id'],'style':{'funnel':{'gap':_0x68ffa==null?void 0x0:_0x68ffa}}});},'get'(){const _0x289d31=_0x5c20ec;return _0xdae204[_0x289d31(0xd6)][_0x289d31(0x4cd)]((0x0,_0x50a9a7[_0x289d31(0x4ee)])(_0x20c484=>{const _0x894387=_0x289d31;var _0x22932f;return(_0x22932f=_0x20c484[_0x894387(0x4dc)])==null?void 0x0:_0x22932f[_0x894387(0x547)];}));}})),_0x5ced78[_0x5c20ec(0x502)]('funnelUseAbsValue',_0x6f0e70=>({'set'(_0x479cee){const _0x56dc42=_0x5c20ec;_0x5ced78[_0x56dc42(0x5db)]({'chartModelId':_0x6f0e70['id'],'style':{'funnel':{'useAbsValue':_0x479cee==null?void 0x0:_0x479cee}}});},'get'(){const _0x24c4df=_0x5c20ec;return _0x6f0e70['style$']['pipe']((0x0,_0x50a9a7[_0x24c4df(0x4ee)])(_0x2700e3=>{const _0x51b9f2=_0x24c4df;var _0x19fcad;return(_0x19fcad=_0x2700e3[_0x51b9f2(0x4dc)])==null?void 0x0:_0x19fcad['useAbsValue'];}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x611),_0x190ed7=>({'set'(_0x1f56c8){const _0x5f366a=_0x5c20ec;_0x5ced78[_0x5f366a(0x5db)]({'chartModelId':_0x190ed7['id'],'style':{'pie':{'hasPaddingAngle':!!_0x1f56c8}}});},'get'(){const _0x57c772=_0x5c20ec;return _0x190ed7[_0x57c772(0xd6)][_0x57c772(0x4cd)]((0x0,_0x50a9a7[_0x57c772(0x4ee)])(_0x58bbc7=>{const _0x4070c5=_0x57c772;var _0xf362d6;return(_0xf362d6=_0x58bbc7['pie'])==null?void 0x0:_0xf362d6[_0x4070c5(0x1fa)];}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0xcb),_0x38ea81=>({'set'(_0x2284ee){const _0x3002d1=_0x5c20ec;_0x5ced78[_0x3002d1(0x5db)]({'chartModelId':_0x38ea81['id'],'style':{'pie':{'isHalfPie':!!_0x2284ee}}});},'get'(){const _0x37328a=_0x5c20ec;return _0x38ea81['style$'][_0x37328a(0x4cd)]((0x0,_0x50a9a7[_0x37328a(0x4ee)])(_0x56e005=>{const _0xe959fe=_0x37328a;var _0x5c00fd;return(_0x5c00fd=_0x56e005[_0xe959fe(0xc5)])==null?void 0x0:_0x5c00fd['isHalfPie'];}));}})),_0x5ced78['registerViewState'](_0x5c20ec(0x2ee),_0x10cc6c=>({'set'(_0x2a48b9){const _0x3aab1c=_0x5c20ec;_0x5ced78[_0x3aab1c(0x5db)]({'chartModelId':_0x10cc6c['id'],'style':{'pie':{'valueScale':Number(_0x2a48b9)}}});},'get'(){const _0x3e4328=_0x5c20ec;return _0x10cc6c[_0x3e4328(0xd6)][_0x3e4328(0x4cd)]((0x0,_0x50a9a7[_0x3e4328(0x4ee)])(_0x1911a3=>{const _0x552502=_0x3e4328;var _0x242cfe;return(_0x242cfe=_0x1911a3[_0x552502(0xc5)])==null?void 0x0:_0x242cfe[_0x552502(0x2ee)];}));}})),_0x5ced78['registerViewState'](_0x5c20ec(0x305),_0x4e4f70=>({'set'(_0x53fedf){const _0x49226c=_0x5c20ec;_0x5ced78[_0x49226c(0x5db)]({'chartModelId':_0x4e4f70['id'],'style':{'pie':{'digitalFixed':Number(_0x53fedf)}}});},'get'(){const _0x3e328a=_0x5c20ec;return _0x4e4f70[_0x3e328a(0xd6)][_0x3e328a(0x4cd)]((0x0,_0x50a9a7[_0x3e328a(0x4ee)])(_0x53fbf3=>{const _0x511426=_0x3e328a;var _0x31843a;return(_0x31843a=_0x53fbf3[_0x511426(0xc5)])==null?void 0x0:_0x31843a['digitalFixed'];}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x51e),_0x4a32c7=>({'set'(_0x4bbdf0){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x4a32c7['id'],'style':{'pie':{'valueSuffix':String(_0x4bbdf0)}}});},'get'(){const _0x5ed77c=_0x5c20ec;return _0x4a32c7[_0x5ed77c(0xd6)][_0x5ed77c(0x4cd)]((0x0,_0x50a9a7['map'])(_0x260f86=>{const _0x44a98d=_0x5ed77c;var _0x5cfa0c;return(_0x5cfa0c=_0x260f86['pie'])==null?void 0x0:_0x5cfa0c[_0x44a98d(0x51e)];}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x113),_0x2c9093=>({'set'(_0x5515ea){const _0x9d2b72=_0x5c20ec;_0x5ced78[_0x9d2b72(0x5db)]({'chartModelId':_0x2c9093['id'],'style':{'pie':{'rosePie':!!_0x5515ea}}});},'get'(){const _0x5ed110=_0x5c20ec;return _0x2c9093[_0x5ed110(0xd6)][_0x5ed110(0x4cd)]((0x0,_0x50a9a7[_0x5ed110(0x4ee)])(_0x4b33e8=>{const _0x20c466=_0x5ed110;var _0x478c22;return(_0x478c22=_0x4b33e8[_0x20c466(0xc5)])==null?void 0x0:_0x478c22['rosePie'];}));}})),_0x5ced78[_0x5c20ec(0x502)]('showLabelLine',_0x3869e9=>({'set'(_0x5f10d3){const _0x525a72=_0x5c20ec;_0x5ced78[_0x525a72(0x5db)]({'chartModelId':_0x3869e9['id'],'style':{'pie':{'showLabelLine':!!_0x5f10d3}}});},'get'(){const _0x3a8c8a=_0x5c20ec;return _0x3869e9['style$'][_0x3a8c8a(0x4cd)]((0x0,_0x50a9a7[_0x3a8c8a(0x4ee)])(_0x11312e=>{const _0x51808a=_0x3a8c8a;var _0x45a30b;return(_0x45a30b=_0x11312e[_0x51808a(0xc5)])==null?void 0x0:_0x45a30b[_0x51808a(0x123)];}));}})),_0x5ced78['registerViewState']('doughnutHole',_0x2e886d=>({'set'(_0x4f3244){const _0x1507fe=_0x5c20ec;_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x2e886d['id'],'chartType':_0x4f3244?_0x1ac4f6[_0x1507fe(0xc9)][_0x1507fe(0x23e)]:_0x1ac4f6['ChartTypeBits'][_0x1507fe(0x4d7)],'style':{'pie':{'doughnutHole':_0x4f3244}}});},'get'(){const _0x21ef06=_0x5c20ec;return _0x2e886d[_0x21ef06(0xd6)]['pipe']((0x0,_0x50a9a7[_0x21ef06(0x4ee)])(_0x92e80a=>{const _0x3a7901=_0x21ef06;var _0x5eaf82;return(_0x5eaf82=_0x92e80a[_0x3a7901(0xc5)])==null?void 0x0:_0x5eaf82['doughnutHole'];}),(0x0,_0x50a9a7[_0x21ef06(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)]('pieBorderColor',_0x499b8b=>({'set'(_0x138924){const _0x2c4759=_0x5c20ec;_0x5ced78[_0x2c4759(0x5db)]({'chartModelId':_0x499b8b['id'],'style':{'pie':{'borderColor':_0x138924}}});},'get'(){const _0x4cc3ec=_0x5c20ec;return _0x499b8b[_0x4cc3ec(0xd6)]['pipe']((0x0,_0x50a9a7[_0x4cc3ec(0x4ee)])(_0x3b79a2=>{const _0x332c49=_0x4cc3ec;var _0xdcaefc;return(_0xdcaefc=_0x3b79a2[_0x332c49(0xc5)])==null?void 0x0:_0xdcaefc[_0x332c49(0x464)];}),(0x0,_0x50a9a7['distinctUntilChanged'])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x2b0),_0x3f03ff=>({'set'(_0x42d07b){const _0x38b5b8=_0x5c20ec;_0x5ced78[_0x38b5b8(0x5db)]({'chartModelId':_0x3f03ff['id'],'style':{'radar':{'shape':_0x42d07b}}});},'get'(){const _0x63f988=_0x5c20ec;return _0x3f03ff[_0x63f988(0xd6)][_0x63f988(0x4cd)]((0x0,_0x50a9a7[_0x63f988(0x4ee)])(_0x1e8298=>{const _0x24542e=_0x63f988;var _0x5cdd95;return(_0x5cdd95=_0x1e8298[_0x24542e(0x581)])==null?void 0x0:_0x5cdd95[_0x24542e(0x512)];}),(0x0,_0x50a9a7[_0x63f988(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x158),_0x2d2282=>({'set'(_0x5a34cf){const _0x21dd8d=_0x5c20ec;_0x5ced78[_0x21dd8d(0x5db)]({'chartModelId':_0x2d2282['id'],'style':{'radar':{'fill':_0x5a34cf}}});},'get'(){const _0x564d4f=_0x5c20ec;return _0x2d2282[_0x564d4f(0xd6)]['pipe']((0x0,_0x50a9a7[_0x564d4f(0x4ee)])(_0x4d58a8=>{const _0x4f3bf3=_0x564d4f;var _0x95fa8f;return(_0x95fa8f=_0x4d58a8[_0x4f3bf3(0x581)])==null?void 0x0:_0x95fa8f[_0x4f3bf3(0x62b)];}),(0x0,_0x50a9a7[_0x564d4f(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x45a),_0x4fcec8=>({'set'(_0x42b2c6){const _0x56552c=_0x5c20ec;_0x5ced78[_0x56552c(0x5db)]({'chartModelId':_0x4fcec8['id'],'style':{'invalidValueType':_0x42b2c6}});},'get'(){const _0x1e7f99=_0x5c20ec;return _0x4fcec8[_0x1e7f99(0xd6)][_0x1e7f99(0x4cd)]((0x0,_0x50a9a7['map'])(_0x3bc115=>_0x3bc115[_0x1e7f99(0x45a)]),(0x0,_0x50a9a7['distinctUntilChanged'])());}})),_0x5ced78[_0x5c20ec(0x502)]('dataPointsOptions',_0x503baa=>_0x503baa[_0x5c20ec(0x5fa)][_0x5c20ec(0x4cd)]((0x0,_0x50a9a7['map'])(_0x1863a5=>{const _0x3d5816=_0x5c20ec;var _0x3ff620,_0x40db07;let _0x5e5bd8=_0x1863a5==null||(_0x3ff620=_0x1863a5[_0x3d5816(0x554)])==null?void 0x0:_0x3ff620[_0x3d5816(0x1cc)];return((_0x1863a5==null||(_0x40db07=_0x1863a5[_0x3d5816(0x4ce)][0x0])==null?void 0x0:_0x40db07[_0x3d5816(0x1cc)])||[])[_0x3d5816(0x4ee)]((_0x4d5883,_0x238f87)=>({'label':_0x5e5bd8&&_0x5e5bd8[_0x238f87]!==void 0x0?_0x5e5bd8[_0x238f87][_0x3d5816(0x1c3)]:_0x5ced78['t'](_0x3d5816(0x33b),''+(_0x238f87+0x1)),'value':''+_0x238f87}));}))),_0x5ced78[_0x5c20ec(0x502)]('chartThemeColorType',_0x1a4d35=>({'set'(_0x206762){const _0x5d597e=_0x5c20ec;let _0x36c436={'theme':_0x206762},_0x5b622b=_0x1a4d35[_0x5d597e(0x32e)]['allSeriesStyle'];if((_0x5b622b==null?void 0x0:_0x5b622b[_0x5d597e(0x55b)])!==void 0x0){var _0x1a2ab9,_0x2cf9a6,_0x17c298;_0x36c436[_0x5d597e(0x4a5)]={'color':null},(_0x5b622b==null||(_0x1a2ab9=_0x5b622b[_0x5d597e(0x131)])==null||(_0x1a2ab9=_0x1a2ab9[_0x5d597e(0x517)])==null?void 0x0:_0x1a2ab9['color'])!==void 0x0&&(_0x5b622b['waterfall'][_0x5d597e(0x517)][_0x5d597e(0x55b)]=null),(_0x5b622b==null||(_0x2cf9a6=_0x5b622b[_0x5d597e(0x131)])==null||(_0x2cf9a6=_0x2cf9a6[_0x5d597e(0x21f)])==null?void 0x0:_0x2cf9a6['color'])!==void 0x0&&(_0x5b622b[_0x5d597e(0x131)][_0x5d597e(0x21f)][_0x5d597e(0x55b)]=null),(_0x5b622b==null||(_0x17c298=_0x5b622b[_0x5d597e(0x131)])==null||(_0x17c298=_0x17c298[_0x5d597e(0x612)])==null?void 0x0:_0x17c298[_0x5d597e(0x55b)])!==void 0x0&&(_0x5b622b['waterfall'][_0x5d597e(0x612)][_0x5d597e(0x55b)]=null);}let _0x5dadb0=_0x1a4d35['style'][_0x5d597e(0x3b1)]||{};for(let _0x41671b in _0x5dadb0){var _0x4ac548,_0x577a21,_0x3fbe20;_0x5dadb0[_0x41671b]['color']!==void 0x0&&(_0x36c436[_0x5d597e(0x3b1)]={..._0x36c436[_0x5d597e(0x3b1)],[_0x41671b]:{'color':null}}),((_0x4ac548=_0x5dadb0[_0x41671b])==null||(_0x4ac548=_0x4ac548[_0x5d597e(0x131)])==null||(_0x4ac548=_0x4ac548[_0x5d597e(0x517)])==null?void 0x0:_0x4ac548['color'])!==void 0x0&&(_0x5dadb0[_0x41671b]['waterfall'][_0x5d597e(0x517)][_0x5d597e(0x55b)]=null),((_0x577a21=_0x5dadb0[_0x41671b])==null||(_0x577a21=_0x577a21[_0x5d597e(0x131)])==null||(_0x577a21=_0x577a21[_0x5d597e(0x21f)])==null?void 0x0:_0x577a21['color'])!==void 0x0&&(_0x5dadb0[_0x41671b][_0x5d597e(0x131)][_0x5d597e(0x21f)][_0x5d597e(0x55b)]=null),((_0x3fbe20=_0x5dadb0[_0x41671b])==null||(_0x3fbe20=_0x3fbe20[_0x5d597e(0x131)])==null||(_0x3fbe20=_0x3fbe20[_0x5d597e(0x612)])==null?void 0x0:_0x3fbe20[_0x5d597e(0x55b)])!==void 0x0&&(_0x5dadb0[_0x41671b][_0x5d597e(0x131)]['subtotal'][_0x5d597e(0x55b)]=null);}_0x5ced78[_0x5d597e(0x5db)]({'chartModelId':_0x1a4d35['id'],'style':_0x36c436});},'get'(){const _0x127f5c=_0x5c20ec;return _0x1a4d35[_0x127f5c(0xd6)][_0x127f5c(0x4cd)]((0x0,_0x50a9a7[_0x127f5c(0x4ee)])(_0x240439=>_0x240439['theme']||'default'));}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x22b),_0x54573f=>({'set'(_0x11bb12){const _0x23ee08=_0x5c20ec;_0x5ced78[_0x23ee08(0x5db)]({'chartModelId':_0x54573f['id'],'style':{'titles':{'titlePosition':_0x11bb12}}});},'get'(){const _0x5d97e1=_0x5c20ec;return _0x54573f['style$']['pipe']((0x0,_0x50a9a7[_0x5d97e1(0x4ee)])(_0x39c0ea=>{const _0x4c05d3=_0x5d97e1;var _0x252242;return((_0x252242=_0x39c0ea[_0x4c05d3(0xd0)])==null?void 0x0:_0x252242[_0x4c05d3(0x22b)])||void 0x0;}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x536aec[_0x5c20ec(0x1fe)][_0x5c20ec(0x3cb)],_0xed535f=>({'set'(_0x2a8a2d){const _0x2d6622=_0x5c20ec;_0x5ced78[_0x2d6622(0x5db)]({'chartModelId':_0xed535f['id'],'context':{'bubbleSizeIndex':_0x2a8a2d}});},'get'(){const _0x5117eb=_0x5c20ec;return _0xed535f[_0x5117eb(0x319)]['pipe']((0x0,_0x50a9a7[_0x5117eb(0x4ee)])(_0x25e7a3=>_0x25e7a3[_0x5117eb(0x23b)]||void 0x0));}})),_0x5ced78['registerViewState'](_0x536aec['ChartPointMappingStateKey']['ScatterXIndex'],_0x488bf2=>({'set'(_0x22453b){const _0x4b70d2=_0x5c20ec;_0x5ced78[_0x4b70d2(0x5db)]({'chartModelId':_0x488bf2['id'],'context':{'scatterXIndex':_0x22453b}});},'get'(){const _0x459006=_0x5c20ec;return _0x488bf2[_0x459006(0x319)]['pipe']((0x0,_0x50a9a7[_0x459006(0x4ee)])(_0x17f633=>{const _0x18b693=_0x459006;var _0x595cb8;return(_0x595cb8=_0x17f633[_0x18b693(0x653)])==null?void 0x0:_0x595cb8;}));}})),_0x5ced78['registerViewState'](_0x536aec[_0x5c20ec(0x1fe)][_0x5c20ec(0x62a)],_0x480ae2=>({'set'(_0x9a10b7){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x480ae2['id'],'context':{'scatterYIndex':_0x9a10b7}});},'get'(){const _0x4c292e=_0x5c20ec;return _0x480ae2[_0x4c292e(0x319)][_0x4c292e(0x4cd)]((0x0,_0x50a9a7[_0x4c292e(0x4ee)])(_0x57eef7=>{const _0x2c7e3b=_0x4c292e;var _0x5763b2;return(_0x5763b2=_0x57eef7[_0x2c7e3b(0x575)])==null?void 0x0:_0x5763b2;}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x536aec[_0x5c20ec(0x1fe)][_0x5c20ec(0x261)],_0x5c6ab2=>({'set'(_0x579bda){const _0xd2e98=_0x5c20ec;_0x5ced78[_0xd2e98(0x5db)]({'chartModelId':_0x5c6ab2['id'],'context':{'scatterLabelIndex':_0x579bda}});},'get'(){const _0x2da1d5=_0x5c20ec;return _0x5c6ab2[_0x2da1d5(0x319)][_0x2da1d5(0x4cd)]((0x0,_0x50a9a7[_0x2da1d5(0x4ee)])(_0x305003=>{var _0x4328b8;return(_0x4328b8=_0x305003['scatterLabelIndex'])==null?void 0x0:_0x4328b8;}));}})),_0x5ced78[_0x5c20ec(0x502)](_0x536aec[_0x5c20ec(0x1fe)][_0x5c20ec(0x460)],_0x4e3157=>({'set'(_0x4e125c){const _0x4f3a16=_0x5c20ec;_0x5ced78[_0x4f3a16(0x5db)]({'chartModelId':_0x4e3157['id'],'context':{'bubbleSeriesIndex':_0x4e125c}});},'get'(){const _0x3b2e47=_0x5c20ec;return _0x4e3157[_0x3b2e47(0x319)][_0x3b2e47(0x4cd)]((0x0,_0x50a9a7[_0x3b2e47(0x4ee)])(_0x17e8ab=>{const _0x5dc80c=_0x3b2e47;var _0x55593d;return(_0x55593d=_0x17e8ab[_0x5dc80c(0x3d2)])==null?void 0x0:_0x55593d;}));}})),_0x5ced78['registerViewState']('relationLayout',_0x2a3c09=>({'set'(_0x15e798){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x2a3c09['id'],'style':{'relation':{'layout':_0x15e798}}});},'get'(){const _0x574eef=_0x5c20ec;return _0x2a3c09[_0x574eef(0xd6)][_0x574eef(0x4cd)]((0x0,_0x50a9a7[_0x574eef(0x4ee)])(_0x19f11b=>{const _0x299fd5=_0x574eef;var _0x501c79;return(_0x501c79=_0x19f11b[_0x299fd5(0x52b)])==null?void 0x0:_0x501c79[_0x299fd5(0x660)];}),(0x0,_0x50a9a7[_0x574eef(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x40b),_0x428950=>({'set'(_0x536ea1){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x428950['id'],'style':{'relation':{'useValueAsSymbolSize':!!_0x536ea1}}});},'get'(){const _0x2a39d3=_0x5c20ec;return _0x428950[_0x2a39d3(0xd6)][_0x2a39d3(0x4cd)]((0x0,_0x50a9a7[_0x2a39d3(0x4ee)])(_0x1cfd74=>{const _0x1c1346=_0x2a39d3;var _0x406ddc;return(_0x406ddc=_0x1cfd74['relation'])==null?void 0x0:_0x406ddc[_0x1c1346(0x40b)];}),(0x0,_0x50a9a7[_0x2a39d3(0x29b)])());}})),_0x5ced78['registerViewState'](_0x5c20ec(0x3f8),_0xb31f44=>({'set'(_0x3ccef6){const _0x11a236=_0x5c20ec;_0x5ced78[_0x11a236(0x5db)]({'chartModelId':_0xb31f44['id'],'style':{'relation':{'force':_0x3ccef6}}});},'get'(){const _0x5ea2ad=_0x5c20ec;return _0xb31f44[_0x5ea2ad(0xd6)][_0x5ea2ad(0x4cd)]((0x0,_0x50a9a7[_0x5ea2ad(0x4ee)])(_0x242994=>{const _0x257ceb=_0x5ea2ad;var _0x10de5b;return(_0x10de5b=_0x242994[_0x257ceb(0x52b)])==null?void 0x0:_0x10de5b[_0x257ceb(0x4dd)];}),(0x0,_0x50a9a7[_0x5ea2ad(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x2d8),_0x492c1b=>({'set'(_0x59e068){const _0x851ac0=_0x5c20ec;_0x5ced78[_0x851ac0(0x5db)]({'chartModelId':_0x492c1b['id'],'style':{'relation':{'circular':{'rotateLabel':!!_0x59e068}}}});},'get'(){const _0x41e7d3=_0x5c20ec;return _0x492c1b[_0x41e7d3(0xd6)]['pipe']((0x0,_0x50a9a7[_0x41e7d3(0x4ee)])(_0x36514c=>{const _0x89fb1a=_0x41e7d3;var _0x33ff63;return(_0x33ff63=_0x36514c[_0x89fb1a(0x52b)])==null||(_0x33ff63=_0x33ff63[_0x89fb1a(0x1e0)])==null?void 0x0:_0x33ff63[_0x89fb1a(0x2d8)];}),(0x0,_0x50a9a7[_0x41e7d3(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x5e8),_0x427b83=>({'set'(_0x76dea9){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x427b83['id'],'style':{'relation':{'nodeShape':_0x76dea9}}});},'get'(){const _0x183ef=_0x5c20ec;return _0x427b83['style$'][_0x183ef(0x4cd)]((0x0,_0x50a9a7['map'])(_0x56cc13=>{const _0x16ca2c=_0x183ef;var _0x1c1b08;return(_0x1c1b08=_0x56cc13[_0x16ca2c(0x52b)])==null?void 0x0:_0x1c1b08[_0x16ca2c(0x10a)];}),(0x0,_0x50a9a7[_0x183ef(0x29b)])());}})),_0x5ced78['registerViewState'](_0x5c20ec(0x3e3),_0x53adaa=>({'set'(_0x2a2273){_0x5ced78['executeChartUpdateConfig']({'chartModelId':_0x53adaa['id'],'style':{'relation':{'useEmphasis':!!_0x2a2273}}});},'get'(){const _0x1f640e=_0x5c20ec;return _0x53adaa[_0x1f640e(0xd6)][_0x1f640e(0x4cd)]((0x0,_0x50a9a7[_0x1f640e(0x4ee)])(_0x4e91f2=>{const _0x21ef41=_0x1f640e;var _0x17d82d;return(_0x17d82d=_0x4e91f2[_0x21ef41(0x52b)])==null?void 0x0:_0x17d82d[_0x21ef41(0x3e3)];}),(0x0,_0x50a9a7[_0x1f640e(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x149),_0x59fa7b=>({'set'(_0x329ca0){const _0x9264ba=_0x5c20ec;_0x5ced78[_0x9264ba(0x5db)]({'chartModelId':_0x59fa7b['id'],'context':{'useDateAxis':!!_0x329ca0}});},'get'(){const _0x12474e=_0x5c20ec;return _0x59fa7b['context$'][_0x12474e(0x4cd)]((0x0,_0x50a9a7[_0x12474e(0x4ee)])(_0x458c92=>_0x458c92['useDateAxis']),(0x0,_0x50a9a7[_0x12474e(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x619),_0x4d1271=>({'set'(_0x318c1a){const _0x2f1344=_0x5c20ec;_0x5ced78[_0x2f1344(0x5db)]({'chartModelId':_0x4d1271['id'],'style':{'waterfall':{'stackType':_0x318c1a}}});},'get'(){const _0x59b216=_0x5c20ec;return _0x4d1271[_0x59b216(0xd6)][_0x59b216(0x4cd)]((0x0,_0x50a9a7[_0x59b216(0x4ee)])(_0x30b2c2=>{const _0x52535d=_0x59b216;var _0x3341f6;return(_0x3341f6=_0x30b2c2['waterfall'])==null?void 0x0:_0x3341f6[_0x52535d(0xa4)];}),(0x0,_0x50a9a7[_0x59b216(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x1ac),_0x118d44=>({'set'(_0xa14699){const _0x136777=_0x5c20ec;_0x5ced78[_0x136777(0x5db)]({'chartModelId':_0x118d44['id'],'style':{'waterfall':{'useSubtotal':_0xa14699}}});},'get'(){const _0x20b0b2=_0x5c20ec;return _0x118d44['style$'][_0x20b0b2(0x4cd)]((0x0,_0x50a9a7[_0x20b0b2(0x4ee)])(_0x34774c=>{const _0x232e4c=_0x20b0b2;var _0x4fdaf9;return(_0x4fdaf9=_0x34774c[_0x232e4c(0x131)])==null?void 0x0:_0x4fdaf9[_0x232e4c(0x1ac)];}),(0x0,_0x50a9a7[_0x20b0b2(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x35d),_0x56781d=>({'set'(_0x9a6b26){const _0x37d18d=_0x5c20ec;_0x5ced78[_0x37d18d(0x5db)]({'chartModelId':_0x56781d['id'],'style':{'pareto':_0x9a6b26}});},'get'(){const _0x24ceed=_0x5c20ec;return _0x56781d[_0x24ceed(0xd6)]['pipe']((0x0,_0x50a9a7[_0x24ceed(0x4ee)])(_0x54ca4d=>_0x54ca4d['pareto']),(0x0,_0x50a9a7[_0x24ceed(0x29b)])());}})),_0x5ced78[_0x5c20ec(0x502)](_0x5c20ec(0x183),_0x17c297=>_0x17c297[_0x5c20ec(0x5fa)][_0x5c20ec(0x4cd)]((0x0,_0x50a9a7[_0x5c20ec(0x4ee)])(_0x5a826c=>{const _0x3017e4=_0x5c20ec;var _0x4e9e9c;let _0xcdb045=_0x5a826c==null||(_0x4e9e9c=_0x5a826c[_0x3017e4(0x554)])==null?void 0x0:_0x4e9e9c[_0x3017e4(0x1cc)],_0x32708b=new Map();return _0x5a826c==null||_0x5a826c[_0x3017e4(0x4ce)][0x0][_0x3017e4(0x1cc)][_0x3017e4(0x646)]((_0x5bfe14,_0xb4e5ef)=>{const _0x4fac2e=_0x3017e4;let _0xf9e57d=_0xcdb045?String(_0xcdb045[_0xb4e5ef]['value']):_0x5ced78['t']('sheets-chart-ui.theIndexItem',''+(_0xb4e5ef+0x1));_0x32708b[_0x4fac2e(0x3d7)](_0xf9e57d)||_0x32708b[_0x4fac2e(0x127)](_0xf9e57d,_0x5bfe14[_0x4fac2e(0x109)]);}),Array[_0x3017e4(0x2ec)](_0x32708b[_0x3017e4(0xe4)]())['filter'](_0x776c31=>_0x776c31[0x1]>0x0)[_0x3017e4(0x11e)]((_0x12b61a,_0x6b517c)=>_0x6b517c[0x1]-_0x12b61a[0x1])[_0x3017e4(0x4ee)]((_0xd5a8e9,_0x323d5a)=>({'label':_0xd5a8e9[0x0]||_0x5ced78['t'](_0x3017e4(0x33b),''+(_0x323d5a+0x1)),'value':''+_0x323d5a}));}))),_0x5ced78['registerViewState'](_0x5c20ec(0x563),_0x5b9812=>({'set'(_0x330959){const _0x4900a7=_0x5c20ec;_0x5ced78[_0x4900a7(0x5db)]({'chartModelId':_0x5b9812['id'],'style':{'heatmap':{'visualMapType':_0x330959}}});},'get'(){const _0x51621c=_0x5c20ec;return _0x5b9812[_0x51621c(0xd6)][_0x51621c(0x4cd)]((0x0,_0x50a9a7['map'])(_0x24f1e6=>{var _0x2fbe7a;return(_0x2fbe7a=_0x24f1e6['heatmap'])==null?void 0x0:_0x2fbe7a['visualMapType'];}),(0x0,_0x50a9a7[_0x51621c(0x29b)])());}})),_0x5ced78['registerViewState'](_0x5c20ec(0x50c),_0x41ca95=>({'set'(_0x416f72){const _0x520c0c=_0x5c20ec;_0x5ced78[_0x520c0c(0x5db)]({'chartModelId':_0x41ca95['id'],'style':{'heatmap':{'max':_0x416f72}}});},'get'(){const _0x479697=_0x5c20ec;return _0x41ca95['style$'][_0x479697(0x4cd)]((0x0,_0x50a9a7[_0x479697(0x4ee)])(_0x2c1923=>{const _0x1d9a62=_0x479697;var _0x318ea3;return(_0x318ea3=_0x2c1923[_0x1d9a62(0x54d)])==null?void 0x0:_0x318ea3[_0x1d9a62(0x382)];}),(0x0,_0x50a9a7['distinctUntilChanged'])());}})),_0x5ced78[_0x5c20ec(0x502)]('heatmapMin',_0xdea011=>({'set'(_0x3d56ff){const _0x53bc1a=_0x5c20ec;_0x5ced78[_0x53bc1a(0x5db)]({'chartModelId':_0xdea011['id'],'style':{'heatmap':{'min':_0x3d56ff}}});},'get'(){const _0x3b76ae=_0x5c20ec;return _0xdea011[_0x3b76ae(0xd6)][_0x3b76ae(0x4cd)]((0x0,_0x50a9a7[_0x3b76ae(0x4ee)])(_0x26f0d9=>{const _0x15bf0a=_0x3b76ae;var _0x4802f5;return(_0x4802f5=_0x26f0d9[_0x15bf0a(0x54d)])==null?void 0x0:_0x4802f5[_0x15bf0a(0x423)];}),(0x0,_0x50a9a7[_0x3b76ae(0x29b)])());}}));}let _0x53066b=(0x0,_0x9858af['createIdentifier'])(_0x3e9a16(0x282)),_0x1b5824=class extends _0x9858af['Disposable']{constructor(_0xfc4127,_0x553250,_0x314b91,_0xc0a2bf,_0x38b292,_0x448234){const _0x44453=_0x3e9a16;super(),this[_0x44453(0x30c)]=_0xfc4127,this[_0x44453(0x42f)]=_0x553250,this[_0x44453(0xcf)]=_0x314b91,this[_0x44453(0x3e5)]=_0xc0a2bf,this[_0x44453(0x15e)]=_0x38b292,this[_0x44453(0x30d)]=_0x448234,_0x484c8a(this,'_viewState',new Map()),_0x484c8a(this,_0x44453(0x321),!0x1),_0x484c8a(this,_0x44453(0x1e5),new _0x50a9a7[(_0x44453(0x20b))](null)),_0x484c8a(this,_0x44453(0xba),new _0x50a9a7[(_0x44453(0x20b))](null)),_0x484c8a(this,_0x44453(0x5b2),new _0x50a9a7[(_0x44453(0x20b))](null)),_0x484c8a(this,'activeEditChart$',this[_0x44453(0x1e5)][_0x44453(0x148)]()),_0x484c8a(this,_0x44453(0x65a),this[_0x44453(0xba)]['asObservable']()),_0x484c8a(this,_0x44453(0x278),this[_0x44453(0x5b2)]['asObservable']()),_0x4ab6e1(this);}get['activeChartModel'](){const _0x719e51=_0x3e9a16;return this['_chartModelService'][_0x719e51(0x1e8)];}get[_0x3e9a16(0x62d)](){const _0x4f8372=_0x3e9a16;return this[_0x4f8372(0x30c)][_0x4f8372(0x62d)];}get[_0x3e9a16(0x1d3)](){return this['_rangeSelectMode'];}get['activeEditChart'](){const _0x1a5a5c=_0x3e9a16;return this[_0x1a5a5c(0x1e5)]['getValue']();}get['direction$'](){const _0x20da9d=_0x3e9a16;return this[_0x20da9d(0x3e5)][_0x20da9d(0x20f)];}['setRangeSelectMode'](_0x3398e4){const _0x5a846d=_0x3e9a16;this[_0x5a846d(0x321)]=_0x3398e4;}[_0x3e9a16(0x537)](_0x540985){const _0x19797a=_0x3e9a16;this[_0x19797a(0x1e5)]['getValue']()!==_0x540985&&this['_activeEditChart$']['next'](_0x540985);}[_0x3e9a16(0x61b)](_0x1cddd0){const _0x5b0643=_0x3e9a16;return this['_activeEditChart$'][_0x5b0643(0x14f)]()===_0x1cddd0;}[_0x3e9a16(0x274)](_0x501435){const _0x149a01=_0x3e9a16;this[_0x149a01(0xba)][_0x149a01(0x420)](_0x501435);}[_0x3e9a16(0x365)](_0x4d7603,_0x284f18){const _0x556491=_0x3e9a16;this[_0x556491(0x5b2)][_0x556491(0x420)]({'chartId':_0x4d7603,'route':_0x284f18});}[_0x3e9a16(0x4d9)](){const _0x313d7c=_0x3e9a16;this['_panelRoute$'][_0x313d7c(0x420)](null);}[_0x3e9a16(0x50a)](_0x2e2097){const _0x31b85a=_0x3e9a16;return this[_0x31b85a(0x42f)][_0x31b85a(0x9e)](_0x2e2097);}[_0x3e9a16(0x502)](_0x57d0eb,_0x1de420){const _0x45a925=_0x3e9a16;this['_viewState'][_0x45a925(0x127)](_0x57d0eb,_0x1de420);}[_0x3e9a16(0x49f)](_0x5d9dd8,_0x24a9fa=this[_0x3e9a16(0x30c)][_0x3e9a16(0x1e8)]){const _0x5f5c0e=_0x3e9a16;if(!_0x24a9fa)return;let _0x415504=this[_0x5f5c0e(0x1f5)]['get'](_0x5d9dd8);if(_0x415504)return _0x415504(_0x24a9fa);}[_0x3e9a16(0x5db)](_0x511f7c){const _0x240036=_0x3e9a16;var _0x112e65,_0x38efdd;this[_0x240036(0xcf)][_0x240036(0x1f9)](_0x5b1eb9[_0x240036(0x62e)]['id'],{..._0x511f7c,'unitId':(_0x112e65=(_0x38efdd=this[_0x240036(0x30d)]['getFocusedUnit']())==null?void 0x0:_0x38efdd[_0x240036(0x9a)]())==null?'':_0x112e65});}[_0x3e9a16(0x167)](_0xe32d08){const _0x482aff=_0x3e9a16;var _0x4c60c3,_0x41607b;this['_commandService'][_0x482aff(0x1f9)](_0x5b1eb9[_0x482aff(0x617)]['id'],{..._0xe32d08,'unitId':(_0x4c60c3=(_0x41607b=this[_0x482aff(0x30d)][_0x482aff(0xb3)]())==null?void 0x0:_0x41607b[_0x482aff(0x9a)]())==null?'':_0x4c60c3});}[_0x3e9a16(0x2a8)](_0x390caa){const _0x51125=_0x3e9a16;let {_viewState:_0x43a7fc}=this;_0x43a7fc[_0x51125(0x3d7)](_0x390caa)&&_0x43a7fc['delete'](_0x390caa);}[_0x3e9a16(0x343)](_0x3045bc,_0x1193da){const _0xba01d3=_0x3e9a16;this['_chartHostProviderService'][_0xba01d3(0x19d)](_0x3045bc,{'stroke':_0x1193da});}['t'](..._0x1b6745){return this['_localeService']['t'](..._0x1b6745);}[_0x3e9a16(0x2c1)](){const _0x1e1bde=_0x3e9a16;super[_0x1e1bde(0x2c1)](),this[_0x1e1bde(0x1f5)][_0x1e1bde(0x3b3)](),this[_0x1e1bde(0x1e5)]['complete'](),this[_0x1e1bde(0xba)][_0x1e1bde(0x637)](),this[_0x1e1bde(0x5b2)]['complete']();}};_0x1b5824=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af['Inject'])(_0x5b1eb9[_0x3e9a16(0x59e)])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5b1eb9[_0x3e9a16(0x559)])),_0x196a56(0x2,_0x9858af[_0x3e9a16(0x39a)]),_0x196a56(0x3,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af['LocaleService'])),_0x196a56(0x4,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x47c56a)),_0x196a56(0x5,_0x9858af[_0x3e9a16(0x3b8)])],_0x1b5824);function _0x779b9({ref:_0x144b0f,..._0x43501f}){const _0x4b2d8f=_0x3e9a16;let {icon:_0x56b689,id:_0x34886e,className:_0x5d34df,extend:_0x2435fc,..._0x3aeeea}=_0x43501f,_0x325400=('univerjs-icon\x20univerjs-icon-'+_0x34886e+'\x20'+(_0x5d34df||''))['trim'](),_0x45ddca=(0x0,_0x2da8fe[_0x4b2d8f(0x18d)])('_'+_0x6faf2b());return _0x5adb7f(_0x56b689,''+_0x34886e,{'defIds':_0x56b689[_0x4b2d8f(0x349)],'idSuffix':_0x45ddca[_0x4b2d8f(0x4a6)]},{'ref':_0x144b0f,'className':_0x325400,..._0x3aeeea},_0x2435fc);}function _0x5adb7f(_0x5b3a18,_0x597e2f,_0x2f5e7b,_0x2a29d8,_0x85d3cb){const _0x6d982f=_0x3e9a16;return(0x0,_0x2da8fe['createElement'])(_0x5b3a18[_0x6d982f(0x631)],{'key':_0x597e2f,..._0xa4aa03(_0x5b3a18,_0x2f5e7b,_0x85d3cb),..._0x2a29d8},(_0x4cba7d(_0x5b3a18,_0x2f5e7b)[_0x6d982f(0x45c)]||[])[_0x6d982f(0x4ee)]((_0x31e2d9,_0x379f46)=>_0x5adb7f(_0x31e2d9,_0x597e2f+'-'+_0x5b3a18[_0x6d982f(0x631)]+'-'+_0x379f46,_0x2f5e7b,void 0x0,_0x85d3cb)));}function _0xa4aa03(_0x20d9ce,_0x3a53f9,_0x22cf57){const _0x18402a=_0x3e9a16;let _0x1c555e={..._0x20d9ce[_0x18402a(0x3fd)]};_0x22cf57!=null&&_0x22cf57[_0x18402a(0x4e1)]&&_0x1c555e[_0x18402a(0x62b)]===_0x18402a(0x4e1)&&(_0x1c555e['fill']=_0x22cf57[_0x18402a(0x4e1)]),_0x22cf57!=null&&_0x22cf57['colorChannel1']&&_0x1c555e['stroke']===_0x18402a(0x4e1)&&(_0x1c555e[_0x18402a(0x418)]=_0x22cf57[_0x18402a(0x4e1)]),_0x20d9ce[_0x18402a(0x631)]===_0x18402a(0x266)&&_0x1c555e['id']&&(_0x1c555e['id']+=_0x3a53f9[_0x18402a(0x594)]),Object[_0x18402a(0xe4)](_0x1c555e)[_0x18402a(0x646)](([_0x1747b0,_0x40a88d])=>{const _0x4d9ff2=_0x18402a;_0x1747b0===_0x4d9ff2(0x266)&&typeof _0x40a88d==_0x4d9ff2(0x216)&&(_0x1c555e[_0x1747b0]=_0x40a88d[_0x4d9ff2(0x5a8)](/url\(#(.*)\)/,_0x4d9ff2(0x3df)+_0x3a53f9[_0x4d9ff2(0x594)]+')'));});let {defIds:_0x3552f8}=_0x3a53f9;return!_0x3552f8||_0x3552f8[_0x18402a(0x428)]===0x0?_0x1c555e:(_0x20d9ce['tag']===_0x18402a(0x36b)&&_0x1c555e[_0x18402a(0x3c6)]&&(_0x1c555e[_0x18402a(0x3c6)]+=_0x3a53f9[_0x18402a(0x594)]),Object[_0x18402a(0xe4)](_0x1c555e)[_0x18402a(0x646)](([_0x1346f8,_0x24962c])=>{const _0x57bb64=_0x18402a;typeof _0x24962c==_0x57bb64(0x216)&&(_0x1c555e[_0x1346f8]=_0x24962c['replace'](/url\(#(.*)\)/,_0x57bb64(0x3df)+_0x3a53f9[_0x57bb64(0x594)]+')'));}),_0x1c555e);}function _0x4cba7d(_0x2c0b6a,_0x45d694){const _0x54d18b=_0x3e9a16;var _0x18938a;let {defIds:_0x308eac}=_0x45d694;return!_0x308eac||_0x308eac[_0x54d18b(0x428)]===0x0?_0x2c0b6a:_0x2c0b6a[_0x54d18b(0x631)]==='defs'&&(_0x18938a=_0x2c0b6a[_0x54d18b(0x45c)])!=null&&_0x18938a[_0x54d18b(0x428)]?{..._0x2c0b6a,'children':_0x2c0b6a[_0x54d18b(0x45c)][_0x54d18b(0x4ee)](_0x6f717a=>typeof _0x6f717a[_0x54d18b(0x3fd)]['id']==_0x54d18b(0x216)&&_0x308eac&&_0x308eac['includes'](_0x6f717a[_0x54d18b(0x3fd)]['id'])?{..._0x6f717a,'attrs':{..._0x6f717a[_0x54d18b(0x3fd)],'id':_0x6f717a[_0x54d18b(0x3fd)]['id']+_0x45d694['idSuffix']}}:_0x6f717a)}:_0x2c0b6a;}function _0x6faf2b(){const _0x275d3b=_0x3e9a16;return Math[_0x275d3b(0x357)]()['toString'](0x24)[_0x275d3b(0x3f3)](0x2,0x8);}_0x779b9['displayName']=_0x3e9a16(0x56b);let _0x2e83cb={'tag':'svg','attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':'0\x200\x2016\x2016','width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x231)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0xa5),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},_0x1ba8bb=(0x0,_0x2da8fe['forwardRef'])(function(_0x1c9b7f,_0x4db0de){const _0xece586=_0x3e9a16;return(0x0,_0x2da8fe[_0xece586(0x61e)])(_0x779b9,Object['assign']({},_0x1c9b7f,{'id':_0xece586(0x30a),'ref':_0x4db0de,'icon':_0x2e83cb}));});_0x1ba8bb[_0x3e9a16(0x198)]='AreaChartIcon';let _0x32a167={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x3e9a16(0x5a6),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x1bd),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},_0x8483ed=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x45e096,_0x2b64be){const _0x1583df=_0x3e9a16;return(0x0,_0x2da8fe[_0x1583df(0x61e)])(_0x779b9,Object[_0x1583df(0x5c8)]({},_0x45e096,{'id':_0x1583df(0x13a),'ref':_0x2b64be,'icon':_0x32a167}));});_0x8483ed[_0x3e9a16(0x198)]=_0x3e9a16(0x35b);let _0x4f39be={'tag':'svg','attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'stroke':'currentColor','d':_0x3e9a16(0x207),'strokeLinecap':_0x3e9a16(0x5d0),'strokeLinejoin':_0x3e9a16(0x5d0),'strokeWidth':1.2}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x4bd),'strokeLinejoin':'round','strokeWidth':1.2}},{'tag':'path','attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x1c0),'strokeLinecap':_0x3e9a16(0x5d0),'strokeWidth':1.2}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x205),'strokeLinecap':_0x3e9a16(0x5d0),'strokeWidth':1.2}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':'M10.4\x203.8H13.7V9.6H10.4V3.8Z','strokeLinejoin':'round','strokeWidth':1.2}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x64c),'strokeLinecap':_0x3e9a16(0x5d0),'strokeWidth':1.2}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x31f),'strokeLinecap':'round','strokeWidth':1.2}}]},_0x37b1de=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x3ede7d,_0x4f274b){const _0x26dd99=_0x3e9a16;return(0x0,_0x2da8fe[_0x26dd99(0x61e)])(_0x779b9,Object[_0x26dd99(0x5c8)]({},_0x3ede7d,{'id':'boxplot-icon','ref':_0x4f274b,'icon':_0x4f39be}));});_0x37b1de[_0x3e9a16(0x198)]=_0x3e9a16(0x4e0);let _0x25b331={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':'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','fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x5ad),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x3c5),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x4e7),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},_0x1e5498=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x54660f,_0x48e1fa){const _0x371c4a=_0x3e9a16;return(0x0,_0x2da8fe[_0x371c4a(0x61e)])(_0x779b9,Object[_0x371c4a(0x5c8)]({},_0x54660f,{'id':_0x371c4a(0x5f9),'ref':_0x48e1fa,'icon':_0x25b331}));});_0x1e5498['displayName']=_0x3e9a16(0x4b8);let _0x32d078={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x494),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':'rect','attrs':{'width':2.6,'height':5.72,'x':1.94,'y':6.47,'stroke':_0x3e9a16(0xbb),'rx':1.3,'strokeWidth':1.2}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x18a),'strokeWidth':1.2}},{'tag':'rect','attrs':{'width':2.6,'height':10.6,'x':11.46,'y':1.59,'stroke':_0x3e9a16(0xbb),'rx':1.3,'strokeWidth':1.2}}]},_0x906612=(0x0,_0x2da8fe['forwardRef'])(function(_0x26e2c5,_0x5a837e){const _0x5ea534=_0x3e9a16;return(0x0,_0x2da8fe[_0x5ea534(0x61e)])(_0x779b9,Object['assign']({},_0x26e2c5,{'id':'chart-icon','ref':_0x5a837e,'icon':_0x32d078}));});_0x906612['displayName']='ChartIcon';let _0x20ecd0={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x197),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'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'}}]},_0x586874=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x55529a,_0x158a64){const _0x312d3e=_0x3e9a16;return(0x0,_0x2da8fe[_0x312d3e(0x61e)])(_0x779b9,Object['assign']({},_0x55529a,{'id':_0x312d3e(0x108),'ref':_0x158a64,'icon':_0x20ecd0}));});_0x586874[_0x3e9a16(0x198)]=_0x3e9a16(0x328);let _0x1af418={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x126),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},_0x29fca9=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x7988d8,_0x53ebb7){return(0x0,_0x2da8fe['createElement'])(_0x779b9,Object['assign']({},_0x7988d8,{'id':'column-chart-icon','ref':_0x53ebb7,'icon':_0x1af418}));});_0x29fca9[_0x3e9a16(0x198)]=_0x3e9a16(0x37a);let _0x47345d={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x5eb),'fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x1a0),'fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}}]},_0x2ffc60=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0xfbdc05,_0x141564){const _0x439723=_0x3e9a16;return(0x0,_0x2da8fe[_0x439723(0x61e)])(_0x779b9,Object['assign']({},_0xfbdc05,{'id':_0x439723(0x648),'ref':_0x141564,'icon':_0x47345d}));});_0x2ffc60[_0x3e9a16(0x198)]='ComboChartIcon';let _0x1538ed={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':'1em'},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x520)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x233),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},_0x2e8380=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x2c4680,_0x42ec80){const _0x30b602=_0x3e9a16;return(0x0,_0x2da8fe[_0x30b602(0x61e)])(_0x779b9,Object[_0x30b602(0x5c8)]({},_0x2c4680,{'id':_0x30b602(0x44c),'ref':_0x42ec80,'icon':_0x1538ed}));});_0x2e8380[_0x3e9a16(0x198)]='DeleteEmptyIcon';let _0x1ba9ef={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x58f)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x520)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x139)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x24a),'fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}}]},_0x55ec07=(0x0,_0x2da8fe['forwardRef'])(function(_0xb77df7,_0x3eb65a){const _0x2b48fc=_0x3e9a16;return(0x0,_0x2da8fe[_0x2b48fc(0x61e)])(_0x779b9,Object[_0x2b48fc(0x5c8)]({},_0xb77df7,{'id':_0x2b48fc(0x22e),'ref':_0x3eb65a,'icon':_0x1ba9ef}));});_0x55ec07[_0x3e9a16(0x198)]='DeleteIcon';let _0x369123={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x197),'width':'1em','height':_0x3e9a16(0x1ed)},'children':[{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x54b)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x12c)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x56e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x549)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0xc7)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}}]},_0x2ba1d5=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x53e030,_0x48b9f5){const _0x5ceb8c=_0x3e9a16;return(0x0,_0x2da8fe[_0x5ceb8c(0x61e)])(_0x779b9,Object[_0x5ceb8c(0x5c8)]({},_0x53e030,{'id':_0x5ceb8c(0x595),'ref':_0x48b9f5,'icon':_0x369123}));});_0x2ba1d5[_0x3e9a16(0x198)]=_0x3e9a16(0x1c1);let _0x58aa85={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':'none','viewBox':_0x3e9a16(0x5a6),'width':'1em','height':_0x3e9a16(0x1ed)},'children':[{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x147),'fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}}]},_0x5e2646=(0x0,_0x2da8fe['forwardRef'])(function(_0x10a5f9,_0x52eb15){const _0x48bd8d=_0x3e9a16;return(0x0,_0x2da8fe[_0x48bd8d(0x61e)])(_0x779b9,Object[_0x48bd8d(0x5c8)]({},_0x10a5f9,{'id':_0x48bd8d(0x574),'ref':_0x52eb15,'icon':_0x58aa85}));});_0x5e2646[_0x3e9a16(0x198)]=_0x3e9a16(0x5c9);let _0x55f825={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5c0),'width':'1em','height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x3a4)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x2b8)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}}]},_0x4b9c23=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x2ced7d,_0x26ec5a){const _0x27c13a=_0x3e9a16;return(0x0,_0x2da8fe[_0x27c13a(0x61e)])(_0x779b9,Object[_0x27c13a(0x5c8)]({},_0x2ced7d,{'id':'heatmap-icon','ref':_0x26ec5a,'icon':_0x55f825}));});_0x4b9c23[_0x3e9a16(0x198)]=_0x3e9a16(0x162);let _0x443572={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x458)}}]},_0x190f14=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x5114dd,_0x47c520){const _0xa2aee8=_0x3e9a16;return(0x0,_0x2da8fe[_0xa2aee8(0x61e)])(_0x779b9,Object[_0xa2aee8(0x5c8)]({},_0x5114dd,{'id':_0xa2aee8(0x11a),'ref':_0x47c520,'icon':_0x443572}));});_0x190f14[_0x3e9a16(0x198)]=_0x3e9a16(0x46a);let _0x9fddc={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3e9a16(0x1e1),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x2bd),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x626),'fillRule':_0x3e9a16(0x31e),'clipRule':'evenodd'}}]},_0x47ff42=(0x0,_0x2da8fe['forwardRef'])(function(_0x4eda3c,_0x27100c){const _0x9cb28d=_0x3e9a16;return(0x0,_0x2da8fe['createElement'])(_0x779b9,Object['assign']({},_0x4eda3c,{'id':_0x9cb28d(0x2f8),'ref':_0x27100c,'icon':_0x9fddc}));});_0x47ff42[_0x3e9a16(0x198)]=_0x3e9a16(0x250);let _0x4427df={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3e9a16(0x1e1),'viewBox':'0\x200\x2016\x2017','width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x54b)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x61c)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x664)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x1ee)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x3b2)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'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'}}]},_0x2c7804=(0x0,_0x2da8fe['forwardRef'])(function(_0x21fd52,_0x3a2bd7){const _0x4e8a72=_0x3e9a16;return(0x0,_0x2da8fe[_0x4e8a72(0x61e)])(_0x779b9,Object[_0x4e8a72(0x5c8)]({},_0x21fd52,{'id':_0x4e8a72(0x33a),'ref':_0x3a2bd7,'icon':_0x4427df}));});_0x2c7804[_0x3e9a16(0x198)]=_0x3e9a16(0x438);let _0x3e6f65={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x197),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x54b)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'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':'path','attrs':{'fill':'currentColor','d':_0x3e9a16(0x395)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x411)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x110)}}]},_0x13a0bf=(0x0,_0x2da8fe['forwardRef'])(function(_0x4df7ca,_0x5c9595){const _0x3cd6ea=_0x3e9a16;return(0x0,_0x2da8fe[_0x3cd6ea(0x61e)])(_0x779b9,Object[_0x3cd6ea(0x5c8)]({},_0x4df7ca,{'id':_0x3cd6ea(0x613),'ref':_0x5c9595,'icon':_0x3e6f65}));});_0x13a0bf[_0x3e9a16(0x198)]=_0x3e9a16(0x64b);let _0x130280={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':'0\x200\x2016\x2017','width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x54b)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x495)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x3db)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x403)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0xa8)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x4eb)}}]},_0xb55dd=(0x0,_0x2da8fe['forwardRef'])(function(_0x3f3d8a,_0x31bbd9){const _0x4afd13=_0x3e9a16;return(0x0,_0x2da8fe[_0x4afd13(0x61e)])(_0x779b9,Object[_0x4afd13(0x5c8)]({},_0x3f3d8a,{'id':'moving-average-icon','ref':_0x31bbd9,'icon':_0x130280}));});_0xb55dd['displayName']=_0x3e9a16(0x24b);let _0x5b033c={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':'none','viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':'1em'},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x42b)}}]},_0x16629f=(0x0,_0x2da8fe['forwardRef'])(function(_0x52545e,_0x25e997){const _0x191d2a=_0x3e9a16;return(0x0,_0x2da8fe['createElement'])(_0x779b9,Object[_0x191d2a(0x5c8)]({},_0x52545e,{'id':_0x191d2a(0x393),'ref':_0x25e997,'icon':_0x5b033c}));});_0x16629f[_0x3e9a16(0x198)]=_0x3e9a16(0x1b7);let _0x11c808={'tag':'svg','attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':'1em'},'children':[{'tag':'g','attrs':{'fill':_0x3e9a16(0xbb),'fillRule':_0x3e9a16(0x31e),'clipPath':_0x3e9a16(0x2d7),'clipRule':_0x3e9a16(0x31e)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'d':_0x3e9a16(0x4b0)}},{'tag':_0x3e9a16(0x579),'attrs':{'d':'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'}}]},{'tag':_0x3e9a16(0x15a),'attrs':{},'children':[{'tag':_0x3e9a16(0x471),'attrs':{'id':_0x3e9a16(0x308)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0x39d),'d':_0x3e9a16(0x242)}}]}]}],'defIds':[_0x3e9a16(0x308)]},_0x10ea02=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x5c428a,_0x3aeaa6){const _0x2146fa=_0x3e9a16;return(0x0,_0x2da8fe[_0x2146fa(0x61e)])(_0x779b9,Object[_0x2146fa(0x5c8)]({},_0x5c428a,{'id':_0x2146fa(0x551),'ref':_0x3aeaa6,'icon':_0x11c808}));});_0x10ea02[_0x3e9a16(0x198)]=_0x3e9a16(0x265);let _0x46ec96={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x197),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x54b)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'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':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x47c)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x346)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':'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'}}]},_0x1a5f70=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x23166b,_0x216213){const _0x482f05=_0x3e9a16;return(0x0,_0x2da8fe[_0x482f05(0x61e)])(_0x779b9,Object[_0x482f05(0x5c8)]({},_0x23166b,{'id':'polynomial-icon','ref':_0x216213,'icon':_0x46ec96}));});_0x1a5f70[_0x3e9a16(0x198)]='PolynomialIcon';let _0x3a08e7={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x197),'width':'1em','height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x54b)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x5b3)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'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':'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'}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x3b6)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x2ea)}}]},_0x1b1ea1=(0x0,_0x2da8fe['forwardRef'])(function(_0x3d99da,_0x41acc1){const _0x1e58af=_0x3e9a16;return(0x0,_0x2da8fe[_0x1e58af(0x61e)])(_0x779b9,Object[_0x1e58af(0x5c8)]({},_0x3d99da,{'id':_0x1e58af(0x15f),'ref':_0x41acc1,'icon':_0x3a08e7}));});_0x1b1ea1[_0x3e9a16(0x198)]='PowerLineIcon';let _0x5b8474={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':'g','attrs':{'fill':_0x3e9a16(0xbb),'clipPath':_0x3e9a16(0x310)},'children':[{'tag':'path','attrs':{'d':_0x3e9a16(0xda),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':'path','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':_0x3e9a16(0x31e),'clipRule':'evenodd'}},{'tag':'path','attrs':{'d':_0x3e9a16(0x4d0)}}]},{'tag':_0x3e9a16(0x15a),'attrs':{},'children':[{'tag':_0x3e9a16(0x471),'attrs':{'id':_0x3e9a16(0x42e)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0x39d),'d':_0x3e9a16(0x242)}}]}]}],'defIds':[_0x3e9a16(0x42e)]},_0x15d695=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x1a560d,_0x3a292b){const _0x5badcc=_0x3e9a16;return(0x0,_0x2da8fe[_0x5badcc(0x61e)])(_0x779b9,Object[_0x5badcc(0x5c8)]({},_0x1a560d,{'id':_0x5badcc(0x2c4),'ref':_0x3a292b,'icon':_0x5b8474}));});_0x15d695[_0x3e9a16(0x198)]='RadarChartIcon';let _0x1761e9={'tag':'svg','attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':'0\x200\x2016\x2016','width':'1em','height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x3e9a16(0x2ac)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x5d3),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},{'tag':'defs','attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x3e9a16(0x356)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0x39d),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':[_0x3e9a16(0x356)]},_0x296208=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x183076,_0x1ed12e){const _0x15842d=_0x3e9a16;return(0x0,_0x2da8fe[_0x15842d(0x61e)])(_0x779b9,Object[_0x15842d(0x5c8)]({},_0x183076,{'id':_0x15842d(0x166),'ref':_0x1ed12e,'icon':_0x1761e9}));});_0x296208['displayName']='RelationshipIcon';let _0x4a251d={'tag':'svg','attrs':{'xmlns':_0x3e9a16(0x53e),'fill':'none','viewBox':_0x3e9a16(0x5c0),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':_0x3e9a16(0x579),'attrs':{'fill':'currentColor','d':_0x3e9a16(0x480)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x550)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x39f)}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0x309),'strokeWidth':1.88}},{'tag':_0x3e9a16(0x579),'attrs':{'stroke':_0x3e9a16(0xbb),'d':_0x3e9a16(0xf4),'strokeWidth':1.88}}]},_0x3d047c=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x1268be,_0x3f49e7){const _0xdc3356=_0x3e9a16;return(0x0,_0x2da8fe['createElement'])(_0x779b9,Object[_0xdc3356(0x5c8)]({},_0x1268be,{'id':_0xdc3356(0x609),'ref':_0x3f49e7,'icon':_0x4a251d}));});_0x3d047c['displayName']=_0x3e9a16(0x37f);let _0x263de9={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':'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','fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x2ae),'fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x478),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x2fd),'fillRule':_0x3e9a16(0x31e),'clipRule':'evenodd'}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x259),'fillRule':_0x3e9a16(0x31e),'clipRule':'evenodd'}}]},_0x40a865=(0x0,_0x2da8fe[_0x3e9a16(0x570)])(function(_0x547e54,_0x352eda){const _0x3a47f9=_0x3e9a16;return(0x0,_0x2da8fe[_0x3a47f9(0x61e)])(_0x779b9,Object['assign']({},_0x547e54,{'id':'scatter-chart-icon','ref':_0x352eda,'icon':_0x263de9}));});_0x40a865['displayName']='ScatterChartIcon';let _0x3ef7bd={'tag':_0x3e9a16(0xc0),'attrs':{'xmlns':_0x3e9a16(0x53e),'fill':_0x3e9a16(0x1e1),'viewBox':_0x3e9a16(0x5a6),'width':_0x3e9a16(0x1ed),'height':_0x3e9a16(0x1ed)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x3e9a16(0x515)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x2c6),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}},{'tag':'path','attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0x168),'fillRule':'evenodd','clipRule':_0x3e9a16(0x31e)}},{'tag':_0x3e9a16(0x579),'attrs':{'fill':_0x3e9a16(0xbb),'d':_0x3e9a16(0xb6),'fillRule':_0x3e9a16(0x31e),'clipRule':_0x3e9a16(0x31e)}}]},_0x2d5484=(0x0,_0x2da8fe['forwardRef'])(function(_0x41b9f6,_0x9991ba){const _0x52cfe7=_0x3e9a16;return(0x0,_0x2da8fe[_0x52cfe7(0x61e)])(_0x779b9,Object[_0x52cfe7(0x5c8)]({},_0x41b9f6,{'id':_0x52cfe7(0x3e2),'ref':_0x9991ba,'icon':_0x3ef7bd}));});_0x2d5484['displayName']=_0x3e9a16(0x392);function _0x3cf868(_0x32731b,_0x203ed3){const _0x4de13e=_0x3e9a16;let _0x272ad0=(0x0,_0x376ff1[_0x4de13e(0x269)])(_0x53066b),_0x406529=(0x0,_0x376ff1[_0x4de13e(0x10e)])(_0x272ad0[_0x4de13e(0x62d)],_0x272ad0['activeChartModel']),_0x418f92=(0x0,_0x2da8fe[_0x4de13e(0x253)])(()=>_0x272ad0[_0x4de13e(0x49f)](_0x32731b,_0x406529),[_0x406529,_0x32731b,_0x272ad0]);return[(0x0,_0x376ff1[_0x4de13e(0x10e)])((0x0,_0x2da8fe[_0x4de13e(0x253)])(()=>_0x418f92 instanceof _0x50a9a7[_0x4de13e(0x5cf)]?_0x418f92:_0x418f92==null?void 0x0:_0x418f92[_0x4de13e(0x54c)](),[_0x418f92]),_0x203ed3),(0x0,_0x2da8fe[_0x4de13e(0x661)])(_0x4efffa=>{const _0x3e3cfd=_0x4de13e;if(!(_0x418f92 instanceof _0x50a9a7[_0x3e3cfd(0x5cf)])){var _0x203a1a;_0x418f92==null||(_0x203a1a=_0x418f92[_0x3e3cfd(0x127)])==null||_0x203a1a[_0x3e3cfd(0x3ac)](_0x418f92,_0x4efffa);}},[_0x418f92])];}let _0x4abebe={'label':_0x3e9a16(0x48c),'value':_0x3e9a16(0x17f)},_0x247412={[_0x1ac4f6[_0x3e9a16(0xc9)]['Line']]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x47ff42,{}),[_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x4e2)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x29fca9,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x499)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x8483ed,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x440)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x8483ed,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x3f9)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x8483ed,{}),[_0x1ac4f6[_0x3e9a16(0xc9)]['Pie']]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x10ea02,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x23e)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x10ea02,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x2af)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x1ba8bb,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x296)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x1ba8bb,{}),[_0x1ac4f6['ChartTypeBits']['AreaPercentStacked']]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x1ba8bb,{}),[_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x292)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x15d695,{}),[_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x4f2)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x2ffc60,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x16a)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x40a865,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x9f)]]:void 0x0,[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x192)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x29fca9,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x444)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x29fca9,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x49b)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x586874,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x5bd)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x5e2646,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x4a1)]]:(0x0,_0x95d316['jsx'])(_0x1e5498,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x33d)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x296208,{}),[_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x25f)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x2d5484,{}),[_0x1ac4f6[_0x3e9a16(0xc9)]['Pareto']]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x2ffc60,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x188)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x3d047c,{}),[_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x3cf)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x4b9c23,{}),[_0x1ac4f6[_0x3e9a16(0xc9)]['Boxplot']]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x37b1de,{})},_0x376062=_0x2449f9[_0x3e9a16(0x536)](_0x594ca4=>[_0x1ac4f6[_0x3e9a16(0xc9)]['Line'],_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x4e2)],_0x1ac4f6[_0x3e9a16(0xc9)]['Area']][_0x3e9a16(0x4ee)](_0x54cd79=>String(_0x54cd79))['includes'](String(_0x594ca4[_0x3e9a16(0x109)])))[_0x3e9a16(0x4ee)](({label:_0x594c8e,value:_0xa196fc})=>({'label':_0x594c8e,'value':String(_0xa196fc)})),_0x3a99fa=[{'label':_0x3e9a16(0x564),'value':_0x3e9a16(0x5a2)},{'label':_0x3e9a16(0x241),'value':'xAxisTitle'},{'label':'sheets-chart-ui.titles.yAxisTitle','value':_0x3e9a16(0x4bb)},{'label':_0x3e9a16(0xe6),'value':_0x3e9a16(0x542)}];function _0x547fdb(){const _0x438d76=_0x3e9a16;return{'label':'sheets-chart-ui.allSeries','value':_0x1ac4f6['defaultChartConfig'][_0x438d76(0x263)]};}let _0x4fabcf=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0]['map'](_0x15cf39=>({'label':_0x15cf39*0x64+'%','value':String(_0x15cf39)})),_0x570d50=[{'label':_0x3e9a16(0x130),'value':_0x1ac4f6['ChartBorderDashType'][_0x3e9a16(0x4da)]},{'label':_0x3e9a16(0x5ce),'value':_0x1ac4f6['ChartBorderDashType'][_0x3e9a16(0x291)]},{'label':_0x3e9a16(0x489),'value':_0x1ac4f6[_0x3e9a16(0x14d)][_0x3e9a16(0x1ce)]}],_0x3d6b2c=[{'label':_0x3e9a16(0x60d),'value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x3af)]},{'label':'sheets-chart-ui.shape.square','value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x26b)]},{'label':_0x3e9a16(0x5e9),'value':_0x1ac4f6[_0x3e9a16(0x257)]['Triangle']},{'label':_0x3e9a16(0x4cb),'value':_0x1ac4f6[_0x3e9a16(0x257)]['Diamond']},{'label':_0x3e9a16(0x4ae),'value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x40e)]},{'label':'sheets-chart-ui.shape.roundRect','value':_0x1ac4f6[_0x3e9a16(0x257)]['RoundRect']},{'label':'sheets-chart-ui.shape.pin','value':_0x1ac4f6[_0x3e9a16(0x257)]['Pin']},{'label':'sheets-chart-ui.shape.arrow','value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x97)]},{'label':_0x3e9a16(0x62f),'value':_0x1ac4f6[_0x3e9a16(0x257)]['None']},{'label':_0x3e9a16(0x1f1),'value':_0x1ac4f6['LinePointShape'][_0x3e9a16(0x4be)]},{'label':_0x3e9a16(0x345),'value':_0x1ac4f6['LinePointShape']['EmptySquare']},{'label':_0x3e9a16(0x1d0),'value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x4c2)]},{'label':_0x3e9a16(0x593),'value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x13c)]},{'label':_0x3e9a16(0x1b9),'value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x1aa)]},{'label':'sheets-chart-ui.shape.emptyRoundRect','value':_0x1ac4f6['LinePointShape'][_0x3e9a16(0x390)]},{'label':_0x3e9a16(0x649),'value':_0x1ac4f6['LinePointShape'][_0x3e9a16(0xbe)]},{'label':_0x3e9a16(0x4f7),'value':_0x1ac4f6[_0x3e9a16(0x257)][_0x3e9a16(0x288)]}],_0x4ccd28=[0x0,0x2,0x5,0x7,0xa,0xe]['map'](_0x98e935=>({'label':_0x98e935+'px','value':String(_0x98e935)})),_0x5989dd=[0x0,0x1,0x2,0x4,0x8][_0x3e9a16(0x4ee)](_0x3781ed=>({'label':_0x3781ed+'px','value':String(_0x3781ed)})),_0x8eeaa2=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a][_0x3e9a16(0x4ee)](_0x56fe51=>({'label':_0x56fe51+'°','value':String(_0x56fe51)})),_0x427030=[{'label':_0x3e9a16(0x4c6),'value':_0x1ac4f6['ChartTrendlineType'][_0x3e9a16(0xa6)]},{'label':_0x3e9a16(0x193),'value':_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x56a)]},{'label':_0x3e9a16(0x5fd),'value':_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x34c)]},{'label':'sheets-chart-ui.trendline.pow','value':_0x1ac4f6['ChartTrendlineType'][_0x3e9a16(0x4a3)]},{'label':_0x3e9a16(0x28a),'value':_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x170)]},{'label':'sheets-chart-ui.trendline.poly','value':_0x1ac4f6[_0x3e9a16(0x47a)]['poly']}],_0x2bd248={[_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0xa6)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x2c7804,{}),[_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x56a)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x2ba1d5,{}),[_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x34c)]]:(0x0,_0x95d316['jsx'])(_0x13a0bf,{}),[_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x4a3)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x1b1ea1,{}),[_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x170)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0xb55dd,{}),[_0x1ac4f6[_0x3e9a16(0x47a)][_0x3e9a16(0x467)]]:(0x0,_0x95d316[_0x3e9a16(0x31d)])(_0x1a5f70,{})},_0x396741=[0x2,0x3,0x4,0x5,0x6][_0x3e9a16(0x4ee)](_0x2358d9=>({'label':''+_0x2358d9,'value':String(_0x2358d9)})),_0x1f0e00=[_0x1ac4f6[_0x3e9a16(0x248)][_0x3e9a16(0x47e)],_0x1ac4f6[_0x3e9a16(0x248)][_0x3e9a16(0x4e9)],_0x1ac4f6[_0x3e9a16(0x248)][_0x3e9a16(0x4e8)],_0x1ac4f6['SeriesLabelPosition'][_0x3e9a16(0x519)],_0x1ac4f6['SeriesLabelPosition'][_0x3e9a16(0x22f)],_0x1ac4f6[_0x3e9a16(0x248)][_0x3e9a16(0xec)]][_0x3e9a16(0x4ee)](_0x373811=>({'label':_0x3e9a16(0x2c5)+_0x373811,'value':_0x373811})),_0x3bcd03=[_0x1ac4f6[_0x3e9a16(0x185)][_0x3e9a16(0x4e9)],_0x1ac4f6['PieLabelPosition'][_0x3e9a16(0x1da)]][_0x3e9a16(0x4ee)](_0xe1ddd1=>({'label':_0x3e9a16(0x2c5)+_0xe1ddd1,'value':_0xe1ddd1})),_0x14c2a1=[_0x1ac4f6[_0x3e9a16(0x25a)]['Top'],_0x1ac4f6[_0x3e9a16(0x25a)]['Bottom'],_0x1ac4f6[_0x3e9a16(0x25a)]['Left'],_0x1ac4f6[_0x3e9a16(0x25a)]['Right'],_0x1ac4f6['LegendPositionEnum'][_0x3e9a16(0x639)]]['map'](_0x32fba9=>({'label':'sheets-chart-ui.positionType.'+_0x32fba9,'value':_0x32fba9})),_0x301ce1=[_0x1ac4f6['SelectModeEnum']['Single'],_0x1ac4f6['SelectModeEnum'][_0x3e9a16(0x1a9)],_0x1ac4f6[_0x3e9a16(0x165)][_0x3e9a16(0x481)]][_0x3e9a16(0x4ee)](_0xa6b44d=>({'label':_0x3e9a16(0x56d)+_0xa6b44d,'value':_0xa6b44d})),_0x25ffb2=[_0x3e9a16(0x45b),_0x3e9a16(0x367)][_0x3e9a16(0x4ee)](_0x23eeff=>({'label':_0x3e9a16(0xbf)+_0x23eeff,'value':_0x23eeff})),_0x48b85d=[_0x1ac4f6[_0x3e9a16(0x504)][_0x3e9a16(0x22f)],_0x1ac4f6[_0x3e9a16(0x504)][_0x3e9a16(0xec)],_0x1ac4f6[_0x3e9a16(0x504)][_0x3e9a16(0x4e8)],_0x1ac4f6[_0x3e9a16(0x504)]['Right'],_0x1ac4f6[_0x3e9a16(0x504)][_0x3e9a16(0x639)]][_0x3e9a16(0x4ee)](_0x258b29=>({'label':_0x3e9a16(0x2c5)+_0x258b29,'value':_0x258b29})),_0x2216c3=[_0x1ac4f6[_0x3e9a16(0x286)][_0x3e9a16(0xb4)],_0x1ac4f6[_0x3e9a16(0x286)]['Center'],_0x1ac4f6[_0x3e9a16(0x286)][_0x3e9a16(0x52e)]][_0x3e9a16(0x4ee)](_0xf24b96=>({'label':_0x3e9a16(0xfa)+_0xf24b96,'value':_0xf24b96}));[_0x1ac4f6[_0x3e9a16(0x548)][_0x3e9a16(0x4e8)],_0x1ac4f6['TextAlign'][_0x3e9a16(0x5c2)],_0x1ac4f6['TextAlign'][_0x3e9a16(0x519)]][_0x3e9a16(0x4ee)](_0x137e70=>({'label':_0x3e9a16(0x3f2)+_0x137e70,'value':_0x137e70})),[_0x1ac4f6['TextVerticalAlign']['Top'],_0x1ac4f6[_0x3e9a16(0x598)][_0x3e9a16(0x143)],_0x1ac4f6[_0x3e9a16(0x598)][_0x3e9a16(0xec)]]['map'](_0x250044=>({'label':_0x3e9a16(0xe7)+_0x250044,'value':_0x250044}));let _0x1e39d6=[{'value':_0x3e9a16(0x1dd),'label':_0x3e9a16(0x2be)},{'value':'yAxis','label':'sheets-chart-ui.axes.verticalAxis'},{'value':'rightYAxis','label':_0x3e9a16(0xe8)}],_0x4d99f5=[0x1,0x2,0x3][_0x3e9a16(0x4ee)](_0x257d41=>({'label':_0x257d41+'px','value':String(_0x257d41)})),_0x59e2d6=[{'label':_0x3e9a16(0x591),'value':''},{'label':_0x3e9a16(0x4fa),'value':_0x1ac4f6[_0x3e9a16(0x2ad)][_0x3e9a16(0x9d)]},{'label':_0x3e9a16(0x36f),'value':_0x1ac4f6[_0x3e9a16(0x2ad)][_0x3e9a16(0x1c6)]}],_0xa96c1d=[{'label':_0x3e9a16(0x246),'value':_0x1ac4f6['AreaLineStyle'][_0x3e9a16(0x1a4)]},{'label':_0x3e9a16(0x4b1),'value':_0x1ac4f6['AreaLineStyle'][_0x3e9a16(0xa1)]},{'label':_0x3e9a16(0x496),'value':_0x1ac4f6['AreaLineStyle'][_0x3e9a16(0x2a2)]}],_0x20ab2=[0x0,0.25,0.5,0.75][_0x3e9a16(0x4ee)](_0xe968e7=>({'label':_0xe968e7*0x64+'%','value':String(_0xe968e7)})),_0x2e9b38=[{'label':_0x3e9a16(0xea),'value':_0x1ac4f6[_0x3e9a16(0x13d)][_0x3e9a16(0x176)]},{'label':_0x3e9a16(0x60d),'value':_0x1ac4f6[_0x3e9a16(0x13d)][_0x3e9a16(0x3af)]}],_0xf2a364=[{'label':'sheets-chart-ui.invalidType.gaps','value':_0x1ac4f6[_0x3e9a16(0x5c6)][_0x3e9a16(0x522)]},{'label':_0x3e9a16(0x10d),'value':_0x1ac4f6[_0x3e9a16(0x5c6)][_0x3e9a16(0x293)]},{'label':'sheets-chart-ui.invalidType.connectDataPointsWithStraightLines','value':_0x1ac4f6[_0x3e9a16(0x5c6)][_0x3e9a16(0x49d)]}],_0x3a516c=[_0x1ac4f6[_0x3e9a16(0x2e1)][_0x3e9a16(0xaf)],_0x1ac4f6['LabelContentType'][_0x3e9a16(0x614)],_0x1ac4f6[_0x3e9a16(0x2e1)][_0x3e9a16(0x4b5)],_0x1ac4f6[_0x3e9a16(0x2e1)]['Percentage']],_0x481206=[{'label':'sheets-chart-ui.category','value':_0x1ac4f6['LabelContentType'][_0x3e9a16(0xaf)]},{'label':_0x3e9a16(0x65f),'value':_0x1ac4f6[_0x3e9a16(0x2e1)]['SeriesName']},{'label':_0x3e9a16(0x15d),'value':_0x1ac4f6[_0x3e9a16(0x2e1)]['Value']},{'label':_0x3e9a16(0x5fb),'value':_0x1ac4f6['LabelContentType']['Percentage']}]['map'](_0x2a9386=>({..._0x2a9386,'value':String(_0x2a9386['value'])})),_0x27b7b6=_0x481206[_0x3e9a16(0x536)](_0x4db36f=>_0x4db36f[_0x3e9a16(0x109)]!==String(_0x1ac4f6['LabelContentType'][_0x3e9a16(0x614)])),_0x1aedf1=[0x6,0xc,0x12,0x18][_0x3e9a16(0x4ee)](_0x27c74d=>({'label':_0x27c74d+'px','value':String(_0x27c74d)})),_0x293eae=[0x1,0x2,0x4,0x8][_0x3e9a16(0x4ee)](_0x35070d=>({'label':_0x35070d+'px','value':String(_0x35070d)})),_0x5d2055=[{'label':_0x3e9a16(0x1bf),'value':_0x3e9a16(0x1e1)},{'label':_0x3e9a16(0x3c3),'value':_0x3e9a16(0x1e0)},{'label':_0x3e9a16(0x417),'value':_0x3e9a16(0x4dd)}],_0x382f55=[{'label':_0x3e9a16(0x2b9),'suffix':_0x3e9a16(0x236)},{'label':_0x3e9a16(0x2a9),'suffix':_0x3e9a16(0x304)},{'label':_0x3e9a16(0x39c),'suffix':'yyyy\x22年\x22MM\x22月\x22dd\x22日\x22'},{'label':_0x3e9a16(0x347),'suffix':_0x3e9a16(0x436)},{'label':'8月5日','suffix':_0x3e9a16(0xb2)},{'label':_0x3e9a16(0x10b),'suffix':'h:mm:ss'},{'label':'13:30','suffix':'h:mm'},{'label':'下午01:30','suffix':_0x3e9a16(0xd4)},{'label':'下午1:30','suffix':_0x3e9a16(0x4fe)},{'label':_0x3e9a16(0x37d),'suffix':_0x3e9a16(0x228)},{'label':_0x3e9a16(0x568),'suffix':_0x3e9a16(0x4bf)}],_0x1f1ef3=[{'label':_0x3e9a16(0x5a3),'suffix':_0x3e9a16(0x5f2)},{'label':'(1,235)\x20','suffix':_0x3e9a16(0x55c),'color':_0x3e9a16(0x3a7)},{'label':_0x3e9a16(0xa0),'suffix':_0x3e9a16(0x4cf)},{'label':_0x3e9a16(0xa0),'suffix':_0x3e9a16(0x459),'color':'red'},{'label':_0x3e9a16(0x404),'suffix':_0x3e9a16(0x12b)},{'label':'-1,234.56','suffix':'#,##0.00_);[Red]-#,##0.00','color':_0x3e9a16(0x3a7)}],_0x189e22=[{'label':_0x3477c2=>_0x3477c2+_0x3e9a16(0x4d4),'suffix':_0x2be3f5=>'\x22'+_0x2be3f5+_0x3e9a16(0x12f)+_0x2be3f5+_0x3e9a16(0x34e)},{'label':_0x49903f=>_0x49903f+_0x3e9a16(0x4d4),'suffix':_0x1f8ce2=>'\x22'+_0x1f8ce2+_0x3e9a16(0x666)+_0x1f8ce2+_0x3e9a16(0x34e),'color':_0x3e9a16(0x3a7)},{'label':_0x50438e=>'('+_0x50438e+_0x3e9a16(0x4a9),'suffix':_0x572779=>'\x22'+_0x572779+_0x3e9a16(0x2c8)+_0x572779+_0x3e9a16(0xcc)},{'label':_0x123e73=>'('+_0x123e73+'1,235)','suffix':_0x16c165=>'\x22'+_0x16c165+'\x22#,##0.00_);[Red](\x22'+_0x16c165+'\x22#,##0.00)','color':_0x3e9a16(0x3a7)},{'label':_0x1e354c=>'-'+_0x1e354c+_0x3e9a16(0x4d4),'suffix':_0xa66197=>'\x22'+_0xa66197+_0x3e9a16(0x287)+_0xa66197+'\x22#,##0.00'},{'label':_0x306c4f=>'-'+_0x306c4f+_0x3e9a16(0x4d4),'suffix':_0x2c21a3=>'\x22'+_0x2c21a3+_0x3e9a16(0x240)+_0x2c21a3+'\x22#,##0.00','color':'red'}],_0x3a141d=_0x3e9a16(0x374),_0x49d10b=_0x3e9a16(0x104),_0x2f302a=[{'label':'sheets-chart-ui.waterfall.arrangement','value':_0x1ac4f6[_0x3e9a16(0x412)][_0x3e9a16(0x1be)]},{'label':_0x3e9a16(0x244),'value':_0x1ac4f6[_0x3e9a16(0x412)]['Stacked']}],_0x34008b=_0x2d1fdb=>{const _0x4b2d3a=_0x3e9a16;let {className:_0x1f0315}=_0x2d1fdb,_0x3ffb60=(0x0,_0x376ff1['useDependency'])(_0x9858af[_0x4b2d3a(0x397)]),[_0x3f2cc7,_0x3dc8eb]=_0x3cf868(_0x4b2d3a(0x2b0)),[_0x1d5cc0,_0x1286c9]=_0x3cf868(_0x4b2d3a(0x158)),_0x121efb=_0x2e9b38[_0x4b2d3a(0x4ee)](_0x25f21a=>({..._0x25f21a,'label':_0x3ffb60['t'](_0x25f21a[_0x4b2d3a(0x1c3)])}));return(0x0,_0x95d316['jsxs'])(_0x4b2d3a(0x2f7),{'className':_0x1f0315,'children':[(0x0,_0x95d316[_0x4b2d3a(0x31d)])(_0x4b2d3a(0x2f7),{'children':(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x4b2d3a(0x433)],{'value':_0x3f2cc7==null?_0x1ac4f6[_0x4b2d3a(0xd3)][_0x4b2d3a(0x581)][_0x4b2d3a(0x512)]:_0x3f2cc7,'items':_0x121efb,'onChange':_0x3dc8eb})}),(0x0,_0x95d316['jsx'])(_0x4b2d3a(0x2f7),{'className':_0x4b2d3a(0x17c),'children':(0x0,_0x95d316[_0x4b2d3a(0x31d)])(_0xd4f7f1[_0x4b2d3a(0x5af)],{'checked':!!_0x1d5cc0,'onChange':_0x372d2f=>{_0x1286c9(!!_0x372d2f);},'children':_0x3ffb60['t'](_0x4b2d3a(0x335))})})]});},_0x62615d=()=>{const _0x1e52be=_0x3e9a16;var _0x2f8f68,_0x177f0,_0x127cc4;let _0x1bf873=(0x0,_0x376ff1[_0x1e52be(0x269)])(_0x9858af['LocaleService']),[_0x1f7c21]=_0x3cf868(_0x1e52be(0x173)),[_0x14bbf6]=_0x3cf868(_0x1e52be(0x14a)),[_0x5432ed]=_0x3cf868(_0x1e52be(0x2fa)),[_0x36c892,_0x5f0b57]=_0x3cf868(_0x536aec[_0x1e52be(0x1fe)][_0x1e52be(0x1b5)]),[_0x2b190c,_0x3e9ee8]=_0x3cf868(_0x536aec[_0x1e52be(0x1fe)][_0x1e52be(0x62a)]),[_0x2ed1d0,_0x8fc2b]=_0x3cf868(_0x536aec[_0x1e52be(0x1fe)][_0x1e52be(0x261)]),[_0x4dad1f,_0x5ed0fa]=_0x3cf868(_0x536aec['ChartPointMappingStateKey'][_0x1e52be(0x460)]),[_0x138b77,_0x45ced8]=_0x3cf868(_0x536aec['ChartPointMappingStateKey']['BubbleSizeIndex']),_0x20bd04=_0x3fbe89=>{_0x45ced8(_0x3fbe89);};return(0x0,_0x95d316['jsxs'])(_0x1e52be(0x2f7),{'className':_0x1e52be(0x63e),'children':[(0x0,_0x95d316[_0x1e52be(0x31d)])('div',{'className':'univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1bf873['t'](_0x1e52be(0x31c))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1['Select'],{'className':'univer-w-full\x20!univer-min-w-0','value':typeof _0x2ed1d0==_0x1e52be(0x534)?String(_0x2ed1d0):'','options':_0x14bbf6||[],'onChange':_0x9e64d0=>_0x8fc2b(Number(_0x9e64d0))}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0x1e52be(0x2f7),{'className':_0x1e52be(0x506),'children':_0x1bf873['t']('sheets-chart-ui.bubble.xAxis')}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0xd4f7f1[_0x1e52be(0x655)],{'className':_0x1e52be(0x657),'value':_0x36c892===void 0x0?(_0x2f8f68=(_0x5432ed||[])[_0x1ac4f6[_0x1e52be(0x528)]['X']])==null?void 0x0:_0x2f8f68[_0x1e52be(0x109)]:String(_0x36c892),'options':_0x5432ed||[],'onChange':_0x242f54=>_0x5f0b57(Number(_0x242f54))}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0x1e52be(0x2f7),{'className':_0x1e52be(0x506),'children':_0x1bf873['t']('sheets-chart-ui.bubble.yAxis')}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0xd4f7f1[_0x1e52be(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x2b190c===void 0x0?(_0x177f0=(_0x5432ed||[])[_0x1ac4f6[_0x1e52be(0x528)]['Y']])==null?void 0x0:_0x177f0[_0x1e52be(0x109)]:String(_0x2b190c),'options':_0x5432ed,'onChange':_0x18f399=>{_0x3e9ee8(Number(_0x18f399));}}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0x1e52be(0x2f7),{'className':_0x1e52be(0x506),'children':_0x1bf873['t'](_0x1e52be(0x65f))}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0xd4f7f1[_0x1e52be(0x655)],{'className':_0x1e52be(0x657),'value':_0x4dad1f===void 0x0?'':String(_0x4dad1f),'options':_0x14bbf6,'onChange':_0x45233d=>{_0x5ed0fa(Number(_0x45233d));}}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0x1e52be(0x2f7),{'className':_0x1e52be(0x506),'children':_0x1bf873['t'](_0x1e52be(0x5d2))}),(0x0,_0x95d316[_0x1e52be(0x31d)])(_0xd4f7f1[_0x1e52be(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x138b77?String(_0x138b77):(_0x127cc4=(_0x5432ed||[])[_0x1ac4f6['CartesianPointRoleIndex'][_0x1e52be(0x61a)]])==null?void 0x0:_0x127cc4['value'],'options':_0x1f7c21,'onChange':_0xe0c58=>_0x20bd04(Number(_0xe0c58))})]});},_0xec0a3a=_0x5a09ea=>_0x5a09ea[_0x3e9a16(0x16c)](_0x9858af[_0x3e9a16(0x4aa)][_0x3e9a16(0x3d9)])[_0x3e9a16(0x9a)](),_0x123344=_0x3e4037=>{const _0x47ac60=_0x3e9a16;var _0x48907f;return(_0x48907f=_0x3e4037[_0x47ac60(0x16c)](_0x9858af[_0x47ac60(0x4aa)][_0x47ac60(0x3d9)])[_0x47ac60(0x55e)]())==null?void 0x0:_0x48907f[_0x47ac60(0x169)]();},_0x3b8608=[_0x1ac4f6[_0x3e9a16(0xc9)]['Area'],_0x1ac4f6['ChartTypeBits'][_0x3e9a16(0x499)]];function _0x32ecbf(_0x278749){const _0x301aab=_0x3e9a16;return(0x0,_0x95d316[_0x301aab(0x31d)])(_0x95d316[_0x301aab(0x3bd)],{'children':_0x278749[_0x301aab(0x4ee)](_0x165a09=>(0x0,_0x95d316[_0x301aab(0x31d)])('div',{'className':_0x301aab(0x175),'style':{'backgroundColor':_0x165a09}},_0x165a09))});}function _0x2a5b6e(_0x4aa79e,_0x3a88e9){const _0x178204=_0x3e9a16;return _0x4aa79e[_0x178204(0x4ee)](_0xd61ba1=>({'label':(0x0,_0x95d316['jsx'])(_0x178204(0x2f7),{'className':_0x178204(0x587),'children':_0x32ecbf(_0x3a88e9[_0x178204(0x3d4)](_0xd61ba1))}),'value':_0xd61ba1}));}let _0xea3ef=()=>{const _0x36f983=_0x3e9a16;var _0x4b3945;let _0x2a8d27=(0x0,_0x376ff1['useDependency'])(_0x53066b),_0x53d5b2=(0x0,_0x376ff1[_0x36f983(0x269)])(_0x9858af[_0x36f983(0x3b8)]),_0x1a42b6=(0x0,_0x376ff1[_0x36f983(0x269)])(_0x9858af[_0x36f983(0x397)]),_0x559b58=(0x0,_0x376ff1[_0x36f983(0x269)])(_0x1ac4f6[_0x36f983(0x601)]),_0x1de6ce=_0x559b58[_0x36f983(0x636)](),_0x258755=(0x0,_0x5b1eb9[_0x36f983(0x36e)])((0x0,_0x376ff1[_0x36f983(0x269)])(_0x9858af[_0x36f983(0x3de)])),_0x2946c0=(0x0,_0x2da8fe['useMemo'])(()=>_0x199ef8(_0x2449f9['concat'](),_0x258755)[_0x36f983(0x4ee)](_0x5e4513=>({'label':(0x0,_0x95d316[_0x36f983(0x3c2)])('div',{'className':'univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':_0x36f983(0x623),'children':_0x247412==null?void 0x0:_0x247412[_0x5e4513[_0x36f983(0x109)]]}),(0x0,_0x95d316[_0x36f983(0x31d)])('div',{'className':_0x36f983(0x493),'children':_0x1a42b6['t'](_0x5e4513['label'])})]}),'value':String(_0x5e4513[_0x36f983(0x109)])})),[_0x1a42b6]),[_0x1001af,_0xa3bf14]=(0x0,_0x2da8fe[_0x36f983(0x100)])(!0x1);(0x0,_0x2da8fe[_0x36f983(0x498)])(()=>{const _0x1fe6ea=_0x36f983;_0x2a8d27[_0x1fe6ea(0x5ea)](_0x1001af);},[_0x1001af,_0x2a8d27]);let _0x37ae70=_0xf2a364[_0x36f983(0x4ee)](_0xb22e38=>({..._0xb22e38,'label':_0x1a42b6['t'](_0xb22e38[_0x36f983(0x1c3)])})),_0x2fb7fb=_0x59e2d6[_0x36f983(0x4ee)](_0x927969=>({..._0x927969,'label':_0x1a42b6['t'](_0x927969[_0x36f983(0x1c3)])})),_0x3c31f1=_0xa96c1d['map'](_0x1e2f95=>({..._0x1e2f95,'label':_0x1a42b6['t'](_0x1e2f95['label'])})),_0x120699=_0x2f302a['map'](_0x3773ca=>({..._0x3773ca,'label':_0x1a42b6['t'](_0x3773ca[_0x36f983(0x1c3)])})),_0x52a358=_0x2a5b6e(_0x1de6ce,_0x559b58),_0x1a3fe1=_0xec0a3a(_0x53d5b2),_0x22f809=_0x123344(_0x53d5b2),_0x8e0f85=(0x0,_0x376ff1['useDependency'])(_0x9858af[_0x36f983(0x628)]),[_0x1d1174,_0x19818c]=_0x3cf868(_0x36f983(0x59b)),[_0x14ba7c,_0x485586]=_0x3cf868(_0x36f983(0x21d)),[_0x59e1df,_0xb0f8ff]=_0x3cf868(_0x36f983(0x53c)),[_0x40636a,_0x13468b]=_0x3cf868(_0x36f983(0x4c9)),[_0x4a664f]=_0x3cf868('categoryType'),[_0x1ccc0e]=_0x3cf868(_0x36f983(0x14a)),[_0x50940e,_0x5a9ca1]=_0x3cf868(_0x36f983(0x5ab)),[_0x257656]=_0x3cf868(_0x36f983(0x2fa)),[_0x5953c5,_0x1c00ea]=_0x3cf868(_0x36f983(0x619)),[_0x228075,_0x23bad1]=_0x3cf868(_0x36f983(0x1ac)),[_0x4db607,_0x3f1296]=_0x3cf868(_0x36f983(0x50c)),[_0x14bbaf,_0x309181]=_0x3cf868(_0x36f983(0x469)),[_0x19e850,_0x11b6dd]=_0x3cf868(_0x36f983(0x247)),[_0x5eb830,_0x608a66]=_0x3cf868(_0x36f983(0x57c)),_0x30719a=(0x0,_0x2da8fe['useMemo'])(()=>_0x5eb830===void 0x0?_0x1d1174?_0x1ac4f6[_0x36f983(0x65b)][_0x36f983(0x408)](_0x1d1174,_0x1ac4f6['ChartTypeBits'][_0x36f983(0x2af)]):!0x1:_0x5eb830,[_0x5eb830,_0x1d1174]),[_0x4d386a,_0x210394]=_0x3cf868(_0x36f983(0x249)),[_0x13db14,_0x5c08c6]=_0x3cf868('invalidValueType'),[_0xfda67,_0x31ed91]=_0x3cf868(_0x36f983(0x571)),[_0x5393b1,_0x317105]=_0x3cf868(_0x36f983(0x333)),[_0x19ed72,_0x1e7018]=_0x3cf868('funnelUseAbsValue'),_0x56ae49=_0x1d1174&&_0x3b8608[_0x36f983(0x514)](_0x520019=>_0x1ac4f6[_0x36f983(0x65b)][_0x36f983(0x408)](_0x1d1174,_0x520019)),_0x3650ed=_0x1d1174&&[_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x2af)],_0x1ac4f6['ChartTypeBits'][_0x36f983(0x1a4)]][_0x36f983(0x514)](_0x22835d=>_0x1ac4f6[_0x36f983(0x65b)][_0x36f983(0x408)](_0x1d1174,_0x22835d)),_0x5c5fdb=_0x1d1174&&[_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x1a4)],_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x292)],_0x1ac4f6[_0x36f983(0xc9)]['WordCloud'],_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x16a)]]['every'](_0x2fb7b3=>_0x2fb7b3!==_0x1d1174),_0x47439f=_0x4a664f===_0x1ac4f6[_0x36f983(0x290)]['Linear']||typeof _0x40636a!=_0x36f983(0x534),_0x48ea94=_0x1d1174&&[_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x4d7)],_0x1ac4f6['ChartTypeBits'][_0x36f983(0x23e)]][_0x36f983(0x514)](_0x2c734b=>_0x1d1174===_0x2c734b),_0x906422=!_0x48ea94||_0x48ea94&&_0x50940e&&(_0x50940e==null?void 0x0:_0x50940e[_0x36f983(0x428)])<0x1,_0x3f69fb=_0x1d1174&&_0x1ac4f6['chartBitsUtils']['baseOn'](_0x1d1174,_0x1ac4f6[_0x36f983(0xc9)]['Waterfall']),_0xe99559=_0x1d1174&&(0x0,_0x1ac4f6[_0x36f983(0x138)])(_0x1d1174),[_0xb83121,_0x2e1b36]=_0x3cf868(_0x36f983(0x1d2)),_0xe6cd0d=_0x1d1174&&_0x1d1174===_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x33d)],_0xc54149=_0x1d1174&&_0x1d1174===_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x188)],_0x36045b=_0x1d1174&&_0x1d1174===_0x1ac4f6['ChartTypeBits'][_0x36f983(0x3cf)],_0x25af4e=_0x1d1174&&_0x1d1174===_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x2fb)],_0x424333=_0x1d1174&&_0x1ac4f6[_0x36f983(0x65b)][_0x36f983(0x408)](_0x1d1174,_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x4a1)]),_0x250662=_0x5d7b3f=>{const _0x211570=_0x36f983;_0xb83121&&_0x2e1b36(_0xb83121[_0x211570(0x536)]((_0x87847b,_0x1c2d0c)=>_0x1c2d0c!==_0x5d7b3f));},_0x58e75d=(_0x173aba,_0x104af5)=>{const _0x3c3c8c=_0x36f983;if(_0xb83121){_0xb83121[_0x173aba][_0x3c3c8c(0x654)]=_0x104af5;let _0x320878=(_0x257656==null?void 0x0:_0x257656[_0x104af5][_0x3c3c8c(0x1c3)])||'';_0x320878&&(_0xb83121[_0x173aba][_0x3c3c8c(0x508)]=_0x1a42b6['t']('sheets-chart-ui.trendline.linear')+'-'+_0x1a42b6['t'](_0x3c3c8c(0x483))+'-('+_0x320878+')'),_0x2e1b36(_0xb83121[_0x3c3c8c(0x60e)]());}},_0x1c22eb=!!(_0x1d1174&&_0x1ac4f6[_0x36f983(0x65b)][_0x36f983(0x408)](_0x1d1174,_0x1ac4f6[_0x36f983(0xc9)]['Funnel'])),_0x24b0d5=_0x5989dd,[_0x1e51aa,_0x52c59a]=(0x0,_0x2da8fe[_0x36f983(0x100)])(!0x1),_0x2d589d=(0x0,_0x2da8fe[_0x36f983(0x253)])(()=>(0x0,_0x9858af[_0x36f983(0x60f)])(async _0x3bb327=>{const _0xe1a5f8=_0x36f983;var _0x2449cd;if(_0x24abed(_0x14ba7c,_0x53d5b2)===_0x3bb327)return;let {unitId:_0x9f1e88,sheetName:_0x39487a,range:_0x5b2241}=_0x3bb327['split'](',')[_0xe1a5f8(0x536)](_0x4cf686=>!!_0x4cf686)[_0xe1a5f8(0x4ee)](_0x475c07['deserializeRangeWithSheet'])[0x0],_0x4ff978=_0x9f1e88||_0x1a3fe1;_0x485586({'rangeInfo':{'range':_0x5b2241,'unitId':_0x4ff978,'subUnitId':((_0x2449cd=_0x53d5b2[_0xe1a5f8(0x2d4)](_0x4ff978)['getSheetBySheetName'](_0x39487a))==null?void 0x0:_0x2449cd[_0xe1a5f8(0x169)]())||(_0x14ba7c==null?void 0x0:_0x14ba7c[_0xe1a5f8(0x50b)][_0xe1a5f8(0x37e)])},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x485586,_0x1a3fe1,_0x53d5b2]),_0xc4fe15=_0x280220=>{const _0x28730a=_0x36f983;_0x50940e&&_0x5a9ca1(_0x50940e[_0x28730a(0x536)]((_0x22a101,_0x53975d)=>_0x53975d!==_0x280220));},_0x206cc0=_0x1d1174&&(_0x1ac4f6['chartBitsUtils'][_0x36f983(0x3d7)](_0x1d1174,_0x1ac4f6[_0x36f983(0x152)][_0x36f983(0x488)])?_0x1ac4f6['StackType'][_0x36f983(0x1c6)]:_0x1ac4f6[_0x36f983(0x65b)]['has'](_0x1d1174,_0x1ac4f6[_0x36f983(0x152)][_0x36f983(0x52d)])?_0x1ac4f6['StackType'][_0x36f983(0x9d)]:void 0x0),_0x40d066=!!(_0x1d1174&&_0x1ac4f6[_0x36f983(0x65b)]['baseOn'](_0x1d1174,_0x1ac4f6[_0x36f983(0xc9)]['WordCloud'])),_0x1b0a9a=(0x0,_0x2da8fe[_0x36f983(0x661)])(_0x5450a7=>{const _0x4d6009=_0x36f983;if(!_0x1d1174)return;let _0x389b1b=_0x5450a7,_0x4925c3=_0x1ac4f6['chartBitsUtils'][_0x4d6009(0x441)](_0x1d1174,_0x1ac4f6['ChartAttributeBits'][_0x4d6009(0x488)]);switch(_0x389b1b){case _0x1ac4f6['StackType'][_0x4d6009(0x9d)]:_0x19818c(_0x4925c3|_0x1ac4f6[_0x4d6009(0x152)]['Stack']);break;case _0x1ac4f6[_0x4d6009(0x2ad)][_0x4d6009(0x1c6)]:_0x19818c(_0x4925c3|_0x1ac4f6[_0x4d6009(0x152)][_0x4d6009(0x488)]);break;default:_0x19818c(_0x4925c3);break;}},[_0x1d1174]);return(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'children':[(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x2bc))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x655)],{'className':_0x36f983(0x657),'value':_0x1d1174?String(_0x1d1174):'','options':_0x2946c0,'onChange':_0x254d59=>_0x19818c(Number(_0x254d59))})]}),_0x1d1174&&(_0x1ac4f6[_0x36f983(0x65b)][_0x36f983(0x408)](_0x1d1174,_0x1ac4f6[_0x36f983(0xc9)]['Area'])||_0x1ac4f6[_0x36f983(0x65b)]['baseOn'](_0x1d1174,_0x1ac4f6[_0x36f983(0xc9)]['Line']))&&(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x433)],{'items':_0x3c31f1,'className':_0x36f983(0x17c),'value':_0x59e1df==null?_0x1ac4f6[_0x36f983(0xd3)]['area'][_0x36f983(0x379)]:_0x59e1df,'onChange':_0xb0f8ff}),_0x1d1174===_0x1ac4f6[_0x36f983(0xc9)][_0x36f983(0x292)]&&(0x0,_0x95d316[_0x36f983(0x31d)])(_0x34008b,{'className':'univer-mt-2'}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x616))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1['Select'],{'className':_0x36f983(0x657),'value':_0x19e850?String(_0x19e850):'','options':_0x52a358,'onChange':_0xf54406=>{_0x11b6dd(_0xf54406);}})]}),_0x3f69fb&&(0x0,_0x95d316['jsxs'])(_0x95d316['Fragment'],{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x177))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x36f983(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x5953c5==null?_0x1ac4f6[_0x36f983(0xd3)]['waterfall'][_0x36f983(0xa4)]:_0x5953c5,'options':_0x120699,'onChange':_0xadb95f=>{_0x1c00ea(_0xadb95f);}}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':'univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x36f983(0x5af)],{'checked':_0x228075==null?_0x1ac4f6['defaultChartConfig'][_0x36f983(0x131)][_0x36f983(0x1ac)]:_0x228075,'onChange':_0x2397db=>_0x23bad1(!!_0x2397db),'children':_0x1a42b6['t'](_0x36f983(0x620))})})]}),_0x5c5fdb&&!_0x40d066&&!_0x1c22eb&&!_0xe6cd0d&&!_0xc54149&&!_0x36045b&&!_0x25af4e&&(0x0,_0x95d316['jsx'])(_0x36f983(0x2f7),{'className':'univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x5af)],{'checked':!!_0x30719a,'onChange':_0xe7de25=>_0x608a66(!!_0xe7de25),'children':_0x1a42b6['t'](_0x36f983(0xc6))})}),_0x1c22eb&&(0x0,_0x95d316['jsxs'])(_0x36f983(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x32f))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1['Select'],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x5393b1==null?_0x1ac4f6[_0x36f983(0xd3)][_0x36f983(0x4dc)]['gap']:_0x5393b1),'options':_0x24b0d5,'onChange':_0x204c58=>_0x317105(Number(_0x204c58))}),(0x0,_0x95d316[_0x36f983(0x31d)])('div',{'className':'univer-mt-2-base','children':(0x0,_0x95d316['jsx'])(_0xd4f7f1['Checkbox'],{'checked':_0x19ed72==null?!0x1:_0x19ed72,'onChange':_0x29e559=>{_0x1e7018(!!_0x29e559);},'children':_0x1a42b6['t']('sheets-chart-ui.styleEditPanel.useAbsValue')})})]}),_0x56ae49&&(0x0,_0x95d316['jsxs'])('div',{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec['ChartEditBlockTitle'],{'title':_0x1a42b6['t']('sheets-chart-ui.stack')}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x655)],{'className':_0x36f983(0x657),'value':_0x206cc0||'','options':_0x2fb7fb,'onChange':_0x1b0a9a})]}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'children':[(0x0,_0x95d316['jsx'])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x16d))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0x1f3bec['RangeSelector'],{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x1a3fe1,'subUnitId':_0x22f809,'initialValue':_0x14ba7c?_0x24abed(_0x14ba7c,_0x53d5b2):'','onChange':(_0xbaa66b,_0x5abbf8)=>_0x2d589d(_0x5abbf8),'onFocusChange':_0x3934a4=>{_0x1e51aa||_0xa3bf14(_0x3934a4);},'onRangeSelectorDialogVisibleChange':_0x3bc0b6=>{_0x3bc0b6?(_0x52c59a(!0x0),_0xa3bf14(!0x0)):_0x52c59a(!0x1);}})]}),!_0x424333&&!_0xe6cd0d&&!_0xc54149&&!_0x36045b&&!_0x25af4e&&(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x314))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x36f983(0x655)],{'className':_0x36f983(0x657),'value':typeof _0x40636a=='number'?String(_0x40636a):'','options':_0x1ccc0e||[],'onChange':_0x4293b3=>_0x13468b(Number(_0x4293b3))})]}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'children':[!_0x424333&&!_0xe6cd0d&&!_0xc54149&&!_0x36045b&&!_0x25af4e&&(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x95d316[_0x36f983(0x3bd)],{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x65f))}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'className':_0x36f983(0x17c),'children':[_0x50940e==null?void 0x0:_0x50940e['map']((_0x688f07,_0xfde27b)=>(0x0,_0x95d316[_0x36f983(0x3c2)])('div',{'className':_0x36f983(0xff),'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1['Select'],{'className':_0x36f983(0x657),'value':String(_0x688f07),'options':_0x257656,'onChange':_0x13c211=>{const _0x2ab803=_0x36f983;_0x50940e[_0xfde27b]=Number(_0x13c211),_0x5a9ca1(_0x50940e[_0x2ab803(0x60e)]());}}),(0x0,_0x95d316['jsx'])(_0x36f983(0x2f7),{'className':_0x36f983(0x4f3),'onClick':()=>_0xc4fe15(_0xfde27b),'children':(0x0,_0x95d316['jsx'])(_0x2e8380,{})})]},_0xfde27b)),_0x906422&&_0x257656&&!_0xc54149&&!_0x36045b&&!_0x25af4e&&(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x36f983(0x27c)],{'className':_0x36f983(0x3f0),'items':_0x257656[_0x36f983(0x4ee)](_0x3bf9bf=>({'type':_0x36f983(0x529),'children':_0x3bf9bf['label'],'onSelect':()=>{const _0x323b95=_0x36f983;_0x5a9ca1([..._0x50940e||[],Number(_0x3bf9bf[_0x323b95(0x109)])]);}})),'children':(0x0,_0x95d316[_0x36f983(0x3c2)])('a',{'className':_0x36f983(0x4af),'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x190f14,{'className':_0x36f983(0xeb)}),(0x0,_0x95d316[_0x36f983(0x31d)])('span',{'className':_0x36f983(0x5ee),'children':_0x1a42b6['t']('sheets-chart-ui.addSeries')})]})})]})]}),_0xe99559&&!_0x424333&&!_0xe6cd0d&&!_0xc54149&&!_0x36045b&&!_0x25af4e&&(0x0,_0x95d316['jsxs'])(_0x95d316[_0x36f983(0x3bd)],{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec['ChartEditBlockTitle'],{'title':_0x1a42b6['t'](_0x36f983(0x483))}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'className':_0x36f983(0x17c),'children':[_0xb83121==null?void 0x0:_0xb83121[_0x36f983(0x4ee)]((_0x2f57a4,_0x58f23f)=>(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'className':_0x36f983(0xff),'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x655)],{'className':_0x36f983(0x657),'value':String(_0x2f57a4[_0x36f983(0x508)]),'options':_0x257656,'onChange':_0x46c563=>{_0x58e75d(_0x58f23f,Number(_0x46c563)-0x1);}}),(0x0,_0x95d316[_0x36f983(0x31d)])('div',{'className':_0x36f983(0x4f3),'onClick':()=>_0x250662(_0x58f23f),'children':(0x0,_0x95d316['jsx'])(_0x2e8380,{})})]},_0x58f23f)),_0xe99559&&_0x257656&&(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x27c)],{'className':_0x36f983(0x3f0),'items':_0x257656['map'](_0x31793b=>({'type':'item','children':_0x31793b[_0x36f983(0x1c3)],'onSelect':()=>{const _0x1dc400=_0x36f983;let _0x36bec1={'seriesIndex':Number(_0x31793b['value'])-0x1,'type':_0x1ac4f6[_0x1dc400(0x47a)][_0x1dc400(0xa6)],'name':_0x1a42b6['t'](_0x1dc400(0x4c6))+'-'+_0x1a42b6['t']('sheets-chart-ui.trendline.name')+'-('+_0x31793b[_0x1dc400(0x1c3)]+')'};_0x2e1b36([..._0xb83121||[],_0x36bec1]);}})),'children':(0x0,_0x95d316[_0x36f983(0x3c2)])('a',{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x190f14,{'className':_0x36f983(0xeb)}),(0x0,_0x95d316[_0x36f983(0x31d)])('span',{'className':_0x36f983(0x5ee),'children':_0x1a42b6['t'](_0x36f983(0x52a))})]})})]})]}),_0x36045b&&(0x0,_0x95d316['jsxs'])(_0x36f983(0x2f7),{'className':_0x36f983(0x17c),'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x377))}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':_0x36f983(0x154),'children':_0x1a42b6['t'](_0x36f983(0x1a2))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1['InputNumber'],{'value':_0x4db607==null?void 0x0:_0x4db607,'onChange':_0x55a640=>{const _0x140368=_0x36f983;_0x8e0f85[_0x140368(0xf1)](_0x9858af[_0x140368(0x658)],!0x1),_0x3f1296(Number[_0x140368(0x629)](_0x55a640)?null:Number(_0x55a640));},'onFocus':()=>_0x8e0f85[_0x36f983(0xf1)](_0x9858af[_0x36f983(0x658)],!0x0),'onBlur':_0x313c19=>{const _0x4c48ad=_0x36f983;_0x8e0f85[_0x4c48ad(0xf1)](_0x9858af[_0x4c48ad(0x658)],!0x1);let _0x2654b2=_0x313c19[_0x4c48ad(0x54a)][_0x4c48ad(0x109)];_0x3f1296(_0x2654b2===''?null:Number(_0x2654b2));},'onPressEnter':_0x1cfc93=>{const _0x321216=_0x36f983;let _0x46b43d=_0x1cfc93[_0x321216(0x54a)][_0x321216(0x109)];_0x3f1296(_0x46b43d===''?null:Number(_0x46b43d));}})]}),(0x0,_0x95d316[_0x36f983(0x3c2)])(_0x36f983(0x2f7),{'className':_0x36f983(0x19c),'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':_0x36f983(0x154),'children':_0x1a42b6['t'](_0x36f983(0x2e5))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1['InputNumber'],{'value':_0x14bbaf==null?void 0x0:_0x14bbaf,'onChange':_0x3e8ac2=>{const _0x5aa2e8=_0x36f983;_0x8e0f85[_0x5aa2e8(0xf1)](_0x9858af[_0x5aa2e8(0x658)],!0x1),_0x309181(Number['isNaN'](_0x3e8ac2)?null:Number(_0x3e8ac2));},'onFocus':()=>_0x8e0f85['setContextValue'](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x159c59=>{const _0x5726f2=_0x36f983;_0x8e0f85[_0x5726f2(0xf1)](_0x9858af[_0x5726f2(0x658)],!0x1);let _0x503920=_0x159c59[_0x5726f2(0x54a)][_0x5726f2(0x109)];_0x309181(_0x503920===''?null:Number(_0x503920));},'onPressEnter':_0x57ed66=>{const _0x26b27a=_0x36f983;let _0x4f15a5=_0x57ed66[_0x26b27a(0x54a)]['value'];_0x309181(_0x4f15a5===''?null:Number(_0x4f15a5));}})]})]}),_0x424333&&(0x0,_0x95d316[_0x36f983(0x31d)])(_0x62615d,{}),!_0xe6cd0d&&!_0xc54149&&!_0x36045b&&!_0x25af4e&&(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':_0x36f983(0x48e),'children':(0x0,_0x95d316[_0x36f983(0x31d)])(_0xd4f7f1[_0x36f983(0x57e)],{'className':'','size':'small','onClick':()=>{const _0x5a58a9=_0x36f983;_0x210394(_0x4d386a===_0x1ac4f6[_0x5a58a9(0x5a4)][_0x5a58a9(0x2f6)]?_0x1ac4f6[_0x5a58a9(0x5a4)][_0x5a58a9(0x4e2)]:_0x1ac4f6[_0x5a58a9(0x5a4)][_0x5a58a9(0x2f6)]);},'children':_0x1a42b6['t'](_0x36f983(0x29e))})}),_0x47439f&&(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':_0x36f983(0x48e),'children':(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x36f983(0x5af)],{'checked':_0xfda67,'onChange':_0x5b8679=>{_0x31ed91(!!_0x5b8679);},'children':_0x1a42b6['t'](_0x36f983(0x341),(_0x4d386a||'')+'\x20'+(((_0x4b3945=_0x4d386a===_0x1ac4f6[_0x36f983(0x5a4)][_0x36f983(0x2f6)]?_0x14ba7c==null?void 0x0:_0x14ba7c[_0x36f983(0x50b)][_0x36f983(0x625)]['startRow']:_0x14ba7c==null?void 0x0:_0x14ba7c[_0x36f983(0x50b)][_0x36f983(0x625)][_0x36f983(0x2ce)])==null?0x0:_0x4b3945)+0x1))})})]}),_0x3650ed&&(0x0,_0x95d316['jsxs'])(_0x36f983(0x2f7),{'children':[(0x0,_0x95d316[_0x36f983(0x31d)])(_0x536aec[_0x36f983(0x4a4)],{'title':_0x1a42b6['t'](_0x36f983(0x1fc))}),(0x0,_0x95d316[_0x36f983(0x31d)])(_0x36f983(0x2f7),{'className':_0x36f983(0x17c),'children':(0x0,_0x95d316['jsx'])(_0xd4f7f1['RadioGroup'],{'value':_0x13db14==null?_0x1ac4f6[_0x36f983(0xd3)][_0x36f983(0x45a)]:_0x13db14,'onChange':_0x11360f=>_0x5c08c6(_0x11360f),'className':_0x36f983(0x237),'children':_0x37ae70[_0x36f983(0x4ee)](_0x5d99a2=>(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x36f983(0x24f)],{'value':_0x5d99a2[_0x36f983(0x109)],'children':_0x5d99a2[_0x36f983(0x1c3)]},_0x5d99a2['value']))})})]})]});};function _0x22baa2(_0x471ebb){const _0x294d73=_0x3e9a16;return!Number['isNaN'](_0x471ebb)&&Number[_0x294d73(0x159)](_0x471ebb);}let _0x5e564f=_0xf2bfbf=>{const _0x4e2cb2=_0x3e9a16;var _0x1e8dfe,_0x39bd6b,_0x924512,_0x5261d4,_0x4946a1,_0x4c5a35,_0x232563,_0x56f56a,_0x18d024,_0x59342c;let {valueAxis:_0x467c65,axisOptions:_0x11b3f9,onChange:_0x284ee9,canUseDateAxis:_0x63e403}=_0xf2bfbf,_0x1ad72e=(0x0,_0x376ff1[_0x4e2cb2(0x269)])(_0x9858af[_0x4e2cb2(0x397)]),[_0x28e5c5,_0x2b0f91]=(0x0,_0x2da8fe['useState'])(_0x11b3f9==null?void 0x0:_0x11b3f9[_0x4e2cb2(0x382)]),[_0x361346,_0x4f42cf]=(0x0,_0x2da8fe[_0x4e2cb2(0x100)])(_0x11b3f9==null?void 0x0:_0x11b3f9[_0x4e2cb2(0x423)]),_0x2d9930=(0x0,_0x376ff1['useDependency'])(_0x9858af[_0x4e2cb2(0x628)]),[_0x9dc067,_0x5e0c64]=_0x3cf868('useDateAxis',!0x1),_0x4c4d8a=_0xaa185b=>{if(_0xaa185b!==null&&!_0x22baa2(_0xaa185b)){_0x284ee9==null||_0x284ee9({'min':null}),_0x4f42cf(null);return;}_0xaa185b==null?(_0x4f42cf(null),_0x284ee9==null||_0x284ee9({'min':null})):(_0x4f42cf(_0xaa185b),_0x28e5c5!=null&&_0xaa185b>=_0x28e5c5?(_0x2b0f91(null),_0x284ee9==null||_0x284ee9({'min':_0xaa185b,'max':null})):_0x284ee9==null||_0x284ee9({'min':_0xaa185b}));},_0xe63556=_0x1acdb7=>{if(_0x1acdb7!==null&&!_0x22baa2(_0x1acdb7)){_0x284ee9==null||_0x284ee9({'max':null}),_0x2b0f91(null);return;}_0x1acdb7==null?(_0x2b0f91(null),_0x284ee9==null||_0x284ee9({'max':null})):(_0x2b0f91(_0x1acdb7),_0x361346!=null&&_0x1acdb7<=_0x361346?(_0x4f42cf(null),_0x284ee9==null||_0x284ee9({'max':_0x1acdb7,'min':null})):_0x284ee9==null||_0x284ee9({'max':_0x1acdb7}));},_0x321271=(_0x1e8dfe=_0x11b3f9==null||(_0x39bd6b=_0x11b3f9[_0x4e2cb2(0x1c3)])==null?void 0x0:_0x39bd6b['rotate'])==null?_0x9dc067?_0x1ac4f6[_0x4e2cb2(0xd3)][_0x4e2cb2(0x360)][_0x4e2cb2(0x384)]:0x0:_0x1e8dfe;return(0x0,_0x95d316['jsxs'])(_0x4e2cb2(0x5f1),{'children':[(0x0,_0x95d316['jsx'])('div',{'className':_0x4e2cb2(0x154),'children':_0x1ad72e['t'](_0x4e2cb2(0x398))}),(0x0,_0x95d316[_0x4e2cb2(0x3c2)])('div',{'className':_0x4e2cb2(0x284),'children':[(0x0,_0x95d316[_0x4e2cb2(0x31d)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1[_0x4e2cb2(0x5af)],{'checked':(_0x924512=_0x11b3f9==null||(_0x5261d4=_0x11b3f9[_0x4e2cb2(0x1c3)])==null?void 0x0:_0x5261d4[_0x4e2cb2(0x561)])==null?_0x1ac4f6[_0x4e2cb2(0xd3)]['axis'][_0x4e2cb2(0x270)]:_0x924512,'onChange':_0x5194a6=>_0x284ee9==null?void 0x0:_0x284ee9({'label':{'visible':!!_0x5194a6}}),'children':_0x1ad72e['t'](_0x4e2cb2(0x3c8))})}),!_0x467c65&&(0x0,_0x95d316[_0x4e2cb2(0x3c2)])('div',{'className':_0x4e2cb2(0x329),'children':[(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1[_0x4e2cb2(0x5af)],{'checked':(_0x4946a1=_0x11b3f9==null?void 0x0:_0x11b3f9['reverse'])==null?_0x1ac4f6[_0x4e2cb2(0xd3)][_0x4e2cb2(0x360)][_0x4e2cb2(0x40c)]:_0x4946a1,'onChange':_0x41daca=>_0x284ee9==null?void 0x0:_0x284ee9({'reverse':!!_0x41daca}),'children':_0x1ad72e['t'](_0x4e2cb2(0x651))}),'\x20']})]}),(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1['Checkbox'],{'className':'univer-mt-2','checked':(_0x4c5a35=_0x11b3f9==null?void 0x0:_0x11b3f9[_0x4e2cb2(0x405)])==null?!0x1:_0x4c5a35,'onChange':_0x5d0445=>_0x284ee9==null?void 0x0:_0x284ee9({'lineVisible':!!_0x5d0445}),'children':_0x1ad72e['t'](_0x4e2cb2(0x1e9))}),(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x284),'children':(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0x536aec[_0x4e2cb2(0x14b)],{'className':_0x4e2cb2(0x17c),..._0x11b3f9==null?void 0x0:_0x11b3f9['label'],'fontSize':(_0x232563=_0x11b3f9==null||(_0x56f56a=_0x11b3f9[_0x4e2cb2(0x1c3)])==null?void 0x0:_0x56f56a['fontSize'])==null?_0x1ac4f6[_0x4e2cb2(0xd3)]['textStyle'][_0x4e2cb2(0x5b0)]:_0x232563,'color':(_0x18d024=_0x11b3f9==null||(_0x59342c=_0x11b3f9[_0x4e2cb2(0x1c3)])==null?void 0x0:_0x59342c[_0x4e2cb2(0x55b)])==null?_0x1ac4f6[_0x4e2cb2(0xd3)]['textStyle'][_0x4e2cb2(0x55b)]:_0x18d024,'onChange':(_0xe3f024,_0x4dc9b8)=>_0x284ee9==null?void 0x0:_0x284ee9({'label':{[_0xe3f024]:_0x4dc9b8}})})}),_0x63e403&&(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x284),'children':(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x4e2cb2(0x5af)],{'checked':!!_0x9dc067,'onChange':_0x5c7b39=>_0x5e0c64==null?void 0x0:_0x5e0c64(!!_0x5c7b39),'children':(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1[_0x4e2cb2(0x195)],{'title':_0x1ad72e['t']('sheets-chart-ui.styleEditPanel.dateAxisTips'),'children':(0x0,_0x95d316['jsx'])('span',{'children':_0x1ad72e['t'](_0x4e2cb2(0x546))})})})}),(0x0,_0x95d316[_0x4e2cb2(0x3c2)])(_0x4e2cb2(0x2f7),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x154),'children':_0x1ad72e['t'](_0x4e2cb2(0x196))}),(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1[_0x4e2cb2(0x655)],{'className':_0x4e2cb2(0x4db),'value':String(_0x321271),'onChange':_0x528970=>_0x284ee9==null?void 0x0:_0x284ee9({'label':{'rotate':Number(_0x528970)}}),'options':_0x8eeaa2})]}),_0x467c65&&(0x0,_0x95d316[_0x4e2cb2(0x3c2)])(_0x4e2cb2(0x2f7),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x95d316['jsxs'])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x329),'children':[(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x154),'children':_0x1ad72e['t'](_0x4e2cb2(0x1a2))}),(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1[_0x4e2cb2(0x30f)],{'value':_0x361346,'onChange':_0x97157a=>{const _0x48967a=_0x4e2cb2;_0x4f42cf(_0x97157a),_0x2d9930[_0x48967a(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x1),_0x4c4d8a(Number[_0x48967a(0x629)](_0x97157a)?null:Number(_0x97157a));},'onFocus':()=>_0x2d9930[_0x4e2cb2(0xf1)](_0x9858af[_0x4e2cb2(0x658)],!0x0),'onBlur':_0x1161eb=>{const _0x50f0b2=_0x4e2cb2;_0x2d9930[_0x50f0b2(0xf1)](_0x9858af[_0x50f0b2(0x658)],!0x1);let _0x46fbd8=_0x1161eb[_0x50f0b2(0x54a)][_0x50f0b2(0x109)];_0x4c4d8a(_0x46fbd8===''?null:Number(_0x46fbd8));},'onPressEnter':_0x3f55d5=>{const _0x122317=_0x4e2cb2;let _0x1e8fa7=_0x3f55d5[_0x122317(0x54a)][_0x122317(0x109)];_0x4c4d8a(_0x1e8fa7===''?null:Number(_0x1e8fa7));}})]}),(0x0,_0x95d316[_0x4e2cb2(0x3c2)])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x329),'children':[(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0x4e2cb2(0x2f7),{'className':_0x4e2cb2(0x154),'children':_0x1ad72e['t']('sheets-chart-ui.max')}),(0x0,_0x95d316[_0x4e2cb2(0x31d)])(_0xd4f7f1[_0x4e2cb2(0x30f)],{'value':_0x28e5c5,'onChange':_0xed2e47=>{const _0x5a8dae=_0x4e2cb2;_0x2b0f91(_0xed2e47),_0x2d9930[_0x5a8dae(0xf1)](_0x9858af[_0x5a8dae(0x658)],!0x1),_0xe63556(Number[_0x5a8dae(0x629)](_0xed2e47)?null:Number(_0xed2e47));},'onFocus':()=>_0x2d9930[_0x4e2cb2(0xf1)](_0x9858af[_0x4e2cb2(0x658)],!0x0),'onBlur':_0x3faa5a=>{const _0x301d59=_0x4e2cb2;_0x2d9930['setContextValue'](_0x9858af[_0x301d59(0x658)],!0x1);let _0x9ad97a=_0x3faa5a[_0x301d59(0x54a)][_0x301d59(0x109)];_0xe63556(_0x9ad97a===''?null:Number(_0x9ad97a));},'onPressEnter':_0xe8d208=>{const _0x14cf09=_0x4e2cb2;let _0x1e46e6=_0xe8d208[_0x14cf09(0x54a)][_0x14cf09(0x109)];_0xe63556(_0x1e46e6===''?null:Number(_0x1e46e6));}})]})]})]});},_0x2b2c4c=_0x283d57=>{const _0x51ebef=_0x3e9a16;var _0x41bcbb,_0x437651,_0x27f63b,_0x58dbf4;let {runtimeAxes:_0x907e02,className:_0x4f906a}=_0x283d57,_0x1f45fc=(0x0,_0x376ff1[_0x51ebef(0x269)])(_0x9858af[_0x51ebef(0x397)]),_0x5b222d=(0x0,_0x2da8fe[_0x51ebef(0x253)])(()=>_0x1e39d6[_0x51ebef(0x536)](_0x3ab964=>{const _0x36bda1=_0x51ebef;let _0x386afb=_0x907e02==null?void 0x0:_0x907e02[_0x36bda1(0x514)](_0x57d61a=>_0x57d61a[_0x36bda1(0x3ea)]===_0x1ac4f6[_0x36bda1(0x49c)][_0x36bda1(0x519)]);return _0x3ab964[_0x36bda1(0x109)]==='rightYAxis'?_0x386afb:!0x0;}),[_0x907e02])['map'](_0x234289=>({..._0x234289,'label':_0x1f45fc['t'](_0x234289[_0x51ebef(0x1c3)])})),_0x314e63=(0x0,_0x2da8fe['useMemo'])(()=>_0x907e02==null?void 0x0:_0x907e02['find'](_0x3b5f07=>_0x3b5f07[_0x51ebef(0x234)]===_0x1ac4f6[_0x51ebef(0x451)][_0x51ebef(0x527)]),[_0x907e02]),[_0x437527,_0x57a122]=(0x0,_0x2da8fe[_0x51ebef(0x100)])(_0x1e39d6[0x0][_0x51ebef(0x109)]),[_0x5ba7af,_0x54b6be]=_0x3cf868(_0x51ebef(0x23a)),[_0x51e4cc,_0x58a5ab]=_0x3cf868(_0x51ebef(0x2d6)),[_0x1b584c,_0x53c175]=_0x3cf868(_0x51ebef(0x2bf)),_0x37c3db={'xAxis':_0x5ba7af,'yAxis':_0x51e4cc,'rightYAxis':_0x1b584c}[_0x437527],_0xa68ad={'xAxis':_0x54b6be,'yAxis':_0x58a5ab,'rightYAxis':_0x53c175}[_0x437527],_0x247c2a={'xAxis':'bottom','yAxis':'left','rightYAxis':_0x51ebef(0x53f)}[_0x437527],_0x48d7fb=_0x37c3db==null?void 0x0:_0x37c3db['tick'],_0x56acf1=_0x37c3db==null?void 0x0:_0x37c3db[_0x51ebef(0x3f6)],_0x30fb0f=(0x0,_0x2da8fe[_0x51ebef(0x661)])(_0x28de32=>{_0xa68ad==null||_0xa68ad({'gridLine':_0x28de32});},[_0xa68ad]),{visible:_0x5a41ab,color:_0x28e26f,width:_0xefacd5}=_0x56acf1==null?{}:_0x56acf1,_0x3c48ab=_0x5a41ab==null?(_0x314e63==null?void 0x0:_0x314e63[_0x51ebef(0x3ea)])===_0x247c2a:_0x5a41ab,_0x7e04e8=_0x3bcd03[_0x51ebef(0x4ee)](_0x4a666e=>({..._0x4a666e,'label':_0x1f45fc['t'](_0x4a666e['label'])})),_0x280c0c=(0x0,_0x2da8fe['useMemo'])(()=>[{..._0x4abebe,'label':_0x1f45fc['t'](_0x4abebe[_0x51ebef(0x1c3)])},..._0x1aedf1],[_0x1f45fc]),_0x273ade=(0x0,_0x2da8fe['useMemo'])(()=>[{..._0x4abebe,'label':_0x1f45fc['t'](_0x4abebe['label'])},..._0x293eae],[_0x1f45fc]);return(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x4f906a,'children':[(0x0,_0x95d316[_0x51ebef(0x31d)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x284),'children':(0x0,_0x95d316[_0x51ebef(0x31d)])(_0xd4f7f1['Select'],{'className':_0x51ebef(0x657),'options':_0x5b222d,'value':_0x437527,'onChange':_0x57a122})}),(0x0,_0x95d316['jsx'])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x284),'children':(0x0,_0x95d316['jsx'])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x329),'children':(0x0,_0x95d316[_0x51ebef(0x31d)])(_0xd4f7f1[_0x51ebef(0x5af)],{'checked':_0x3c48ab,'onChange':_0x22bc50=>_0x30fb0f==null?void 0x0:_0x30fb0f({'visible':!!_0x22bc50}),'children':_0x1f45fc['t']('sheets-chart-ui.gridlines.majorGridlines')})})}),_0x3c48ab&&(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x284),'children':[(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x329),'children':[(0x0,_0x95d316[_0x51ebef(0x3c2)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x1f45fc['t'](_0x51ebef(0x53a)),_0x1f45fc['t'](_0x51ebef(0x1b4))]}),(0x0,_0x95d316['jsx'])(_0x536aec[_0x51ebef(0x59c)],{'color':_0x28e26f,'onChange':_0x2cfe30=>_0x30fb0f==null?void 0x0:_0x30fb0f({'color':_0x2cfe30==null?void 0x0:_0x2cfe30})})]}),(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x329),'children':[(0x0,_0x95d316[_0x51ebef(0x31d)])(_0x51ebef(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1f45fc['t'](_0x51ebef(0x311),_0x1f45fc['t'](_0x51ebef(0x53a)))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x51ebef(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0xefacd5==null?'':_0xefacd5),'onChange':_0xdb9ea9=>_0x30fb0f==null?void 0x0:_0x30fb0f({'width':Number(_0xdb9ea9)}),'options':_0x4d99f5})]})]}),(0x0,_0x95d316[_0x51ebef(0x3c2)])('div',{'children':[(0x0,_0x95d316[_0x51ebef(0x31d)])('div',{'children':(0x0,_0x95d316[_0x51ebef(0x31d)])(_0xd4f7f1['Checkbox'],{'checked':_0x48d7fb==null?void 0x0:_0x48d7fb['visible'],'onChange':_0x2cf6c8=>_0xa68ad==null?void 0x0:_0xa68ad({'tick':{'visible':!!_0x2cf6c8}}),'children':_0x1f45fc['t'](_0x51ebef(0x3e0))})}),(0x0,_0x95d316['jsxs'])(_0x51ebef(0x2f7),{'children':[(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':[(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x329),'children':[(0x0,_0x95d316[_0x51ebef(0x31d)])(_0x51ebef(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1f45fc['t']('sheets-chart-ui.ticks.tickPosition')}),(0x0,_0x95d316[_0x51ebef(0x31d)])(_0xd4f7f1[_0x51ebef(0x655)],{'className':_0x51ebef(0x657),'value':(_0x41bcbb=_0x48d7fb==null?void 0x0:_0x48d7fb['position'])==null?_0x1ac4f6[_0x51ebef(0x185)]['Outside']:_0x41bcbb,'options':_0x7e04e8,'onChange':_0x37d4c7=>_0xa68ad==null?void 0x0:_0xa68ad({'tick':{'position':_0x37d4c7}})})]}),(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x329),'children':[(0x0,_0x95d316['jsx'])(_0x51ebef(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1f45fc['t'](_0x51ebef(0x334))}),(0x0,_0x95d316[_0x51ebef(0x31d)])(_0xd4f7f1[_0x51ebef(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x437651=_0x48d7fb==null?void 0x0:_0x48d7fb[_0x51ebef(0x428)])==null?_0x4abebe[_0x51ebef(0x109)]:_0x437651),'options':_0x280c0c,'onChange':_0x52d788=>_0xa68ad==null?void 0x0:_0xa68ad({'tick':{'length':_0x52d788===_0x4abebe[_0x51ebef(0x109)]?void 0x0:Number(_0x52d788)}})})]})]}),(0x0,_0x95d316['jsxs'])('div',{'className':_0x51ebef(0x284),'children':[(0x0,_0x95d316[_0x51ebef(0x3c2)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x329),'children':[(0x0,_0x95d316['jsx'])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x154),'children':_0x1f45fc['t']('sheets-chart-ui.withThickness',_0x1f45fc['t'](_0x51ebef(0x332)))}),(0x0,_0x95d316[_0x51ebef(0x31d)])(_0xd4f7f1['Select'],{'className':_0x51ebef(0x657),'value':String((_0x27f63b=_0x48d7fb==null?void 0x0:_0x48d7fb['lineWidth'])==null?_0x4abebe[_0x51ebef(0x109)]:_0x27f63b),'options':_0x273ade,'onChange':_0x4d01e0=>_0xa68ad==null?void 0x0:_0xa68ad({'tick':{'lineWidth':_0x4d01e0===_0x4abebe[_0x51ebef(0x109)]?void 0x0:Number(_0x4d01e0)}})})]}),(0x0,_0x95d316['jsxs'])('div',{'className':_0x51ebef(0x329),'children':[(0x0,_0x95d316[_0x51ebef(0x31d)])(_0x51ebef(0x2f7),{'className':_0x51ebef(0x154),'children':_0x1f45fc['t'](_0x51ebef(0x42a),_0x1f45fc['t'](_0x51ebef(0x332)))}),(0x0,_0x95d316['jsx'])(_0x536aec[_0x51ebef(0x59c)],{'color':(_0x58dbf4=_0x48d7fb==null?void 0x0:_0x48d7fb[_0x51ebef(0x474)])==null?'':_0x58dbf4,'onChange':_0x3c1eb5=>_0xa68ad==null?void 0x0:_0xa68ad({'tick':{'lineColor':_0x3c1eb5==null?void 0x0:_0x3c1eb5}})})]})]})]})]})]});},_0x13563d=_0x237e6d=>{const _0x5d5225=_0x3e9a16;let {onChange:_0x2b4265,indicatorLabelColor:_0x198d3c,indicatorLineType:_0x159d37,indicatorLabelTextColor:_0x227add,indicatorLineColor:_0x445a20}=_0x237e6d,_0x587ba6=(0x0,_0x376ff1['useDependency'])(_0x9858af[_0x5d5225(0x397)]),_0x1989b4=_0x570d50[_0x5d5225(0x4ee)](_0x395ab2=>({..._0x395ab2,'label':_0x587ba6['t'](_0x395ab2[_0x5d5225(0x1c3)])}));return(0x0,_0x95d316[_0x5d5225(0x3c2)])(_0x95d316[_0x5d5225(0x3bd)],{'children':[(0x0,_0x95d316[_0x5d5225(0x3c2)])('div',{'className':_0x5d5225(0x3e9),'children':[(0x0,_0x95d316[_0x5d5225(0x3c2)])('div',{'className':_0x5d5225(0x329),'children':[(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x5d5225(0x2f7),{'className':_0x5d5225(0x154),'children':_0x587ba6['t'](_0x5d5225(0x4fb))}),(0x0,_0x95d316[_0x5d5225(0x31d)])(_0xd4f7f1[_0x5d5225(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x159d37,'options':_0x1989b4,'onChange':_0xde9dcf=>{_0x2b4265==null||_0x2b4265({'indicatorLineType':_0xde9dcf});}})]}),(0x0,_0x95d316[_0x5d5225(0x3c2)])(_0x5d5225(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x5d5225(0x2f7),{'className':_0x5d5225(0x154),'children':_0x587ba6['t']('sheets-chart-ui.indicatorLineColor')}),(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x536aec['ColorPickerControl'],{'color':_0x445a20,'onChange':_0x401a5b=>{_0x2b4265==null||_0x2b4265({'indicatorLineColor':_0x401a5b});}})]})]}),(0x0,_0x95d316[_0x5d5225(0x3c2)])('div',{'className':_0x5d5225(0x3e9),'children':[(0x0,_0x95d316[_0x5d5225(0x3c2)])(_0x5d5225(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x5d5225(0x2f7),{'className':_0x5d5225(0x154),'children':_0x587ba6['t'](_0x5d5225(0x179))}),(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x536aec[_0x5d5225(0x59c)],{'color':_0x198d3c,'onChange':_0x3d1d1e=>{_0x2b4265==null||_0x2b4265({'indicatorLabelColor':_0x3d1d1e});}})]}),(0x0,_0x95d316[_0x5d5225(0x3c2)])(_0x5d5225(0x2f7),{'className':_0x5d5225(0x329),'children':[(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x5d5225(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x587ba6['t'](_0x5d5225(0x2ed))}),(0x0,_0x95d316[_0x5d5225(0x31d)])(_0x536aec['ColorPickerControl'],{'color':_0x227add,'onChange':_0x2ad0f4=>{_0x2b4265==null||_0x2b4265({'indicatorLabelTextColor':_0x2ad0f4});}})]})]})]});},_0x31ef69=new Set([_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x4d7)],_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x23e)],_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0xe1)],_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x3f9)],_0x1ac4f6['ChartTypeBits']['ColumnPercentStacked']]),_0x4d9a2a=_0xe6f608=>{const _0x1b3679=_0x3e9a16;var _0x24e5a8,_0x5b603e;let {fallbackLabelStyle:_0x3098ed,labelStyle:_0x2fd7b9,positionOptions:_0xc90f52,contentTypeOptions:_0x197fe3,onLabelStyleChange:_0x4976e2,onVisibleChange:_0x5882da,onPadAngleChange:_0x5f5a6d,isPieLike:_0x2543a5,padAngleStyle:_0xfd8ee,onHalfPieChange:_0x5dbb2d,isHalfPie:_0x156b7e,onRosePieChange:_0x139cf4,isRosePie:_0xc074fa,onShowLabelLineChange:_0x48166f,showLabelLine:_0xe91400,chartType:_0xb8869c}=_0xe6f608,_0x4a5096=(0x0,_0x376ff1[_0x1b3679(0x269)])(_0x9858af['LocaleService']),_0x26e38c={..._0x3098ed,..._0x2fd7b9},{contentType:_0x480493}=_0x26e38c,_0x2ec6ba=(0x0,_0x2da8fe[_0x1b3679(0x253)])(()=>{const _0x396beb=_0x1b3679;if(!_0x480493)return[];let _0xa9e150=_0x3a516c[_0x396beb(0x536)](_0x639dfb=>_0x1ac4f6[_0x396beb(0x65b)][_0x396beb(0x3d7)](_0x480493,_0x639dfb)),_0x4d5f0a=[];for(let _0x5a519b of _0xa9e150)_0x5a519b===_0x1ac4f6[_0x396beb(0x2e1)][_0x396beb(0x632)]?_0x31ef69[_0x396beb(0x3d7)](_0xb8869c)&&_0x4d5f0a[_0x396beb(0x3cc)](_0x5a519b):_0x4d5f0a[_0x396beb(0x3cc)](_0x5a519b);return _0x4d5f0a['map'](_0x1e7c5d=>String(_0x1e7c5d));},[_0x480493]),_0x1e96a3=(0x0,_0x2da8fe[_0x1b3679(0x661)])(_0x443921=>{const _0x136f0c=_0x1b3679;let _0x2d10e8=_0x443921[_0x136f0c(0x4ee)](_0x3ee189=>Number(_0x3ee189));if(_0x2d10e8[_0x136f0c(0x428)]<=0x0)return;let _0x32edfa=_0x2d10e8[_0x136f0c(0x428)]>0x0?_0x2d10e8[_0x136f0c(0x56f)]((_0x3ea8a4,_0x9c0309)=>_0x3ea8a4|_0x9c0309):_0x1ac4f6[_0x136f0c(0x2e1)][_0x136f0c(0x29f)];_0x4976e2==null||_0x4976e2(_0x136f0c(0x2d9),_0x32edfa);},[_0x4976e2]);return(0x0,_0x95d316[_0x1b3679(0x3c2)])(_0x1b3679(0x2f7),{'children':[(0x0,_0x95d316[_0x1b3679(0x31d)])('div',{'className':_0x1b3679(0x154),'children':(0x0,_0x95d316[_0x1b3679(0x31d)])(_0xd4f7f1[_0x1b3679(0x5af)],{'checked':(_0x24e5a8=_0x26e38c[_0x1b3679(0x561)])==null?!0x1:_0x24e5a8,'onChange':_0x48cba4=>{_0x5882da==null||_0x5882da(!!_0x48cba4);},'children':_0x4a5096['t']('sheets-chart-ui.styleEditPanel.showDataLabels')})}),_0x2543a5&&(0x0,_0x95d316[_0x1b3679(0x3c2)])(_0x95d316[_0x1b3679(0x3bd)],{'children':[(0x0,_0x95d316['jsx'])('div',{'className':_0x1b3679(0x154),'children':(0x0,_0x95d316['jsx'])(_0xd4f7f1['Checkbox'],{'checked':_0xfd8ee==null?!0x1:_0xfd8ee,'onChange':_0x2d7dd3=>{_0x5f5a6d==null||_0x5f5a6d(!!_0x2d7dd3);},'children':_0x4a5096['t'](_0x1b3679(0x18c))})}),(0x0,_0x95d316[_0x1b3679(0x31d)])(_0x1b3679(0x2f7),{'className':_0x1b3679(0x154),'children':(0x0,_0x95d316[_0x1b3679(0x31d)])(_0xd4f7f1[_0x1b3679(0x5af)],{'checked':_0x156b7e==null?!0x1:_0x156b7e,'onChange':_0x500306=>{_0x5dbb2d==null||_0x5dbb2d(!!_0x500306);},'children':_0x4a5096['t'](_0x1b3679(0x255))})}),(0x0,_0x95d316[_0x1b3679(0x31d)])('div',{'className':_0x1b3679(0x154),'children':(0x0,_0x95d316[_0x1b3679(0x31d)])(_0xd4f7f1[_0x1b3679(0x5af)],{'checked':_0xc074fa==null?!0x1:_0xc074fa,'onChange':_0x8d576a=>{_0x139cf4==null||_0x139cf4(!!_0x8d576a);},'children':_0x4a5096['t']('sheets-chart-ui.styleEditPanel.rosePie')})}),_0x26e38c['visible']===!0x0&&(0x0,_0x95d316['jsx'])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x1b3679(0x5af)],{'checked':_0xe91400==null?!0x1:_0xe91400,'onChange':_0x42b3b5=>{_0x48166f==null||_0x48166f(!!_0x42b3b5);},'children':_0x4a5096['t'](_0x1b3679(0x199))})})]}),_0x26e38c[_0x1b3679(0x561)]&&(0x0,_0x95d316[_0x1b3679(0x3c2)])(_0x1b3679(0x2f7),{'className':_0x1b3679(0x5a5),'children':[(0x0,_0x95d316[_0x1b3679(0x31d)])(_0x1b3679(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4a5096['t']('sheets-chart-ui.styleEditPanel.labelPosition')}),(0x0,_0x95d316[_0x1b3679(0x31d)])(_0xd4f7f1[_0x1b3679(0x655)],{'className':_0x1b3679(0x657),'value':(_0x5b603e=_0x26e38c[_0x1b3679(0x3ea)])==null?'':_0x5b603e,'onChange':_0x2febfe=>_0x4976e2==null?void 0x0:_0x4976e2(_0x1b3679(0x3ea),_0x2febfe),'options':_0xc90f52}),_0x197fe3&&(0x0,_0x95d316[_0x1b3679(0x3c2)])(_0x95d316['Fragment'],{'children':[(0x0,_0x95d316[_0x1b3679(0x31d)])(_0x1b3679(0x2f7),{'className':_0x1b3679(0x154),'children':_0x4a5096['t'](_0x1b3679(0x38d))}),(0x0,_0x95d316['jsx'])(_0x1b3679(0x2f7),{'className':'univer-w-[208px]','children':(0x0,_0x95d316[_0x1b3679(0x31d)])(_0xd4f7f1[_0x1b3679(0x371)],{'className':'univer-w-full','value':_0x2ec6ba,'options':_0x197fe3,'onChange':_0x1e96a3})})]}),(0x0,_0x95d316[_0x1b3679(0x3c2)])(_0x1b3679(0x2f7),{'children':[(0x0,_0x95d316[_0x1b3679(0x31d)])(_0x1b3679(0x2f7),{'className':_0x1b3679(0x154),'children':_0x4a5096['t'](_0x1b3679(0x34d))}),(0x0,_0x95d316['jsx'])(_0x536aec[_0x1b3679(0x14b)],{..._0x26e38c,'onChange':_0x4976e2})]})]})]});},_0x1d264e=_0x56cdf3=>{const _0x3bd9ca=_0x3e9a16;var _0xd75c22,_0x1daf46;let {seriesStyle:_0x15a9fe,onSeriesStyleChange:_0x5b903b,controlName:_0x201ae5,allSeriesStyle:_0x32df59,chartType:_0x5a30d7}=_0x56cdf3,_0x178b00=(0x0,_0x376ff1['useDependency'])(_0x9858af['LocaleService']),_0x50b360=_0x5a30d7===_0x1ac4f6['ChartTypeBits'][_0x3bd9ca(0x292)]?_0x1ac4f6[_0x3bd9ca(0xd3)][_0x3bd9ca(0x581)][_0x3bd9ca(0x144)]:_0x1ac4f6['defaultChartConfig']['borderStyle'][_0x3bd9ca(0x1c4)];return(0x0,_0x95d316[_0x3bd9ca(0x3c2)])(_0x3bd9ca(0x2f7),{'className':_0x3bd9ca(0x3e9),'children':[(0x0,_0x95d316[_0x3bd9ca(0x3c2)])(_0x3bd9ca(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316['jsx'])('div',{'className':_0x3bd9ca(0x154),'children':_0x178b00['t'](_0x3bd9ca(0x42a),_0x201ae5)}),(0x0,_0x95d316[_0x3bd9ca(0x31d)])(_0x536aec[_0x3bd9ca(0x59c)],{'color':(_0x15a9fe==null?void 0x0:_0x15a9fe['color'])||(_0x32df59==null?void 0x0:_0x32df59[_0x3bd9ca(0x55b)])||'','onChange':_0x518924=>_0x5b903b==null?void 0x0:_0x5b903b({'color':_0x518924})})]}),(0x0,_0x95d316['jsxs'])('div',{'className':_0x3bd9ca(0x329),'children':[(0x0,_0x95d316[_0x3bd9ca(0x31d)])(_0x3bd9ca(0x2f7),{'className':_0x3bd9ca(0x154),'children':_0x178b00['t'](_0x3bd9ca(0x1a6),_0x201ae5)}),(0x0,_0x95d316['jsx'])(_0xd4f7f1['Select'],{'className':_0x3bd9ca(0x657),'value':String((_0xd75c22=(_0x1daf46=_0x15a9fe==null?void 0x0:_0x15a9fe[_0x3bd9ca(0x18e)])==null?_0x32df59==null?void 0x0:_0x32df59[_0x3bd9ca(0x18e)]:_0x1daf46)==null?_0x50b360:_0xd75c22),'options':_0x4fabcf,'onChange':_0x5d2cf4=>_0x5b903b==null?void 0x0:_0x5b903b({'fillOpacity':Number(_0x5d2cf4)})})]})]});},_0x47d176=_0x2f2103=>{const _0x5be636=_0x3e9a16;var _0x272eb4,_0xfcfa1e,_0x9989dd,_0x50d1e0;let {borderStyle:_0x5350ae,onSeriesStyleChange:_0x487db7,controlName:_0x468dd0,hideBorder:_0x1004fb,allSeriesBorderStyle:_0x4c2c46,isLineOrAreaChart:_0x483bda}=_0x2f2103,_0x575153=(0x0,_0x376ff1[_0x5be636(0x269)])(_0x9858af[_0x5be636(0x397)]),_0x391d9b=_0x570d50['map'](_0x4127de=>({..._0x4127de,'label':_0x575153['t'](_0x4127de[_0x5be636(0x1c3)])})),_0x4e7592=_0x483bda?_0x5989dd[_0x5be636(0x60e)](0x1):_0x5989dd;return(0x0,_0x95d316[_0x5be636(0x3c2)])(_0x95d316[_0x5be636(0x3bd)],{'children':[_0x1004fb&&(0x0,_0x95d316[_0x5be636(0x3c2)])(_0x5be636(0x2f7),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x95d316['jsxs'])(_0x5be636(0x2f7),{'className':_0x5be636(0x329),'children':[(0x0,_0x95d316[_0x5be636(0x31d)])('div',{'className':_0x5be636(0x154),'children':_0x575153['t'](_0x5be636(0x42a),_0x468dd0)}),(0x0,_0x95d316[_0x5be636(0x31d)])(_0x536aec[_0x5be636(0x59c)],{'color':(_0x272eb4=_0x5350ae==null?void 0x0:_0x5350ae[_0x5be636(0x55b)])==null?_0x4c2c46==null?void 0x0:_0x4c2c46[_0x5be636(0x55b)]:_0x272eb4,'onChange':_0x3e428e=>_0x487db7==null?void 0x0:_0x487db7({'border':{'color':_0x3e428e}})})]}),(0x0,_0x95d316[_0x5be636(0x3c2)])(_0x5be636(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316['jsx'])(_0x5be636(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x575153['t'](_0x5be636(0x1a6),_0x468dd0)}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x5be636(0x655)],{'className':_0x5be636(0x657),'value':String((_0xfcfa1e=_0x5350ae==null?void 0x0:_0x5350ae[_0x5be636(0x1c4)])==null?_0x4c2c46==null?void 0x0:_0x4c2c46[_0x5be636(0x1c4)]:_0xfcfa1e),'options':_0x4fabcf,'onChange':_0x216863=>_0x487db7==null?void 0x0:_0x487db7({'border':{'opacity':Number(_0x216863)}})})]})]}),(0x0,_0x95d316[_0x5be636(0x3c2)])('div',{'className':_0x5be636(0x3e9),'children':[(0x0,_0x95d316[_0x5be636(0x3c2)])(_0x5be636(0x2f7),{'className':_0x5be636(0x329),'children':[(0x0,_0x95d316[_0x5be636(0x31d)])(_0x5be636(0x2f7),{'className':_0x5be636(0x154),'children':_0x575153['t'](_0x5be636(0xed),_0x468dd0)}),(0x0,_0x95d316[_0x5be636(0x31d)])(_0xd4f7f1[_0x5be636(0x655)],{'className':_0x5be636(0x657),'value':(_0x9989dd=_0x5350ae==null?void 0x0:_0x5350ae[_0x5be636(0x337)])==null?_0x4c2c46==null?void 0x0:_0x4c2c46[_0x5be636(0x337)]:_0x9989dd,'options':_0x391d9b,'onChange':_0x5a9f9d=>_0x487db7==null?void 0x0:_0x487db7({'border':{'dashType':_0x5a9f9d}})})]}),(0x0,_0x95d316[_0x5be636(0x3c2)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x5be636(0x31d)])(_0x5be636(0x2f7),{'className':_0x5be636(0x154),'children':_0x575153['t'](_0x5be636(0x311),_0x468dd0)}),(0x0,_0x95d316[_0x5be636(0x31d)])(_0xd4f7f1[_0x5be636(0x655)],{'className':_0x5be636(0x657),'value':String((_0x50d1e0=_0x5350ae==null?void 0x0:_0x5350ae[_0x5be636(0xbd)])==null?_0x4c2c46==null?void 0x0:_0x4c2c46[_0x5be636(0xbd)]:_0x50d1e0),'options':_0x4e7592,'onChange':_0xe4e3a2=>_0x487db7==null?void 0x0:_0x487db7({'border':{'width':Number(_0xe4e3a2)}})})]})]})]});},_0x7281aa=_0x3ef8fc=>{const _0x33d87b=_0x3e9a16;let {pointStyle:_0x3ce4c9,controls:_0x10d1c2,onChange:_0x12a1b6}=_0x3ef8fc,_0x351d8c=(0x0,_0x376ff1['useDependency'])(_0x9858af['LocaleService']),_0x4b1ef1=_0x3d6b2c[_0x33d87b(0x4ee)](_0x455572=>({..._0x455572,'label':_0x351d8c['t'](_0x455572['label'])})),_0xe7ead=_0x4ccd28,_0xbf3466=_0x10d1c2[_0x33d87b(0x4ee)](_0x157ebe=>{const _0x1fe73f=_0x33d87b;switch(_0x157ebe){case'shape':return(0x0,_0x95d316[_0x1fe73f(0x3c2)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x1fe73f(0x31d)])(_0x1fe73f(0x2f7),{'className':_0x1fe73f(0x154),'children':_0x351d8c['t'](_0x1fe73f(0x316),_0x351d8c['t'](_0x1fe73f(0x28b)))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1['Select'],{'className':_0x1fe73f(0x657),'value':String(_0x3ce4c9[_0x1fe73f(0x512)]),'options':_0x4b1ef1,'onChange':_0x4fd2d0=>_0x12a1b6==null?void 0x0:_0x12a1b6(_0x1fe73f(0x512),_0x4fd2d0)})]},_0x157ebe);case _0x1fe73f(0x359):return(0x0,_0x95d316[_0x1fe73f(0x3c2)])(_0x1fe73f(0x2f7),{'className':_0x1fe73f(0x329),'children':[(0x0,_0x95d316[_0x1fe73f(0x31d)])(_0x1fe73f(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x351d8c['t'](_0x1fe73f(0x540),_0x351d8c['t']('sheets-chart-ui.dataPoint'))}),(0x0,_0x95d316[_0x1fe73f(0x31d)])(_0xd4f7f1['Select'],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x3ce4c9[_0x1fe73f(0x359)]),'options':_0xe7ead,'onChange':_0x49a6b2=>_0x12a1b6==null?void 0x0:_0x12a1b6(_0x1fe73f(0x359),Number(_0x49a6b2))})]},_0x157ebe);case _0x1fe73f(0x55b):return(0x0,_0x95d316['jsxs'])(_0x1fe73f(0x2f7),{'className':_0x1fe73f(0x329),'children':[(0x0,_0x95d316[_0x1fe73f(0x31d)])('div',{'className':_0x1fe73f(0x154),'children':_0x351d8c['t']('sheets-chart-ui.withColor',_0x351d8c['t'](_0x1fe73f(0xc4)))}),(0x0,_0x95d316[_0x1fe73f(0x31d)])(_0x536aec[_0x1fe73f(0x59c)],{'color':_0x3ce4c9[_0x1fe73f(0x55b)],'onChange':_0x2949ec=>_0x12a1b6==null?void 0x0:_0x12a1b6('color',_0x2949ec)})]},_0x157ebe);}return null;}),_0x1a25f0=[];for(let _0x2be88e=0x0;_0x2be88e<_0xbf3466[_0x33d87b(0x428)];_0x2be88e+=0x2)_0x1a25f0['push']((0x0,_0x95d316[_0x33d87b(0x3c2)])(_0x33d87b(0x2f7),{'className':_0x33d87b(0x3e9),'children':[_0xbf3466[_0x2be88e],_0x2be88e+0x1<_0xbf3466['length']?_0xbf3466[_0x2be88e+0x1]:(0x0,_0x95d316[_0x33d87b(0x31d)])(_0x33d87b(0x2f7),{'className':_0x33d87b(0x329)})]},_0x2be88e));return(0x0,_0x95d316[_0x33d87b(0x31d)])(_0x95d316['Fragment'],{'children':[..._0x1a25f0]});},_0x50a71b=_0x4911a6=>{const _0x13413f=_0x3e9a16;let {rightYAxis:_0x2380c6,onSeriesStyleChange:_0x142bee}=_0x4911a6;return(0x0,_0x95d316[_0x13413f(0x31d)])('div',{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':(0x0,_0x95d316[_0x13413f(0x31d)])(_0x13413f(0x2f7),{'className':_0x13413f(0x329),'children':(0x0,_0x95d316[_0x13413f(0x31d)])(_0xd4f7f1[_0x13413f(0x5af)],{'checked':_0x2380c6,'onChange':_0x184d0a=>{_0x142bee==null||_0x142bee({'rightYAxis':!!_0x184d0a});},'children':(0x0,_0x376ff1[_0x13413f(0x269)])(_0x9858af[_0x13413f(0x397)])['t'](_0x13413f(0x4f4))})})});},_0x5d7dcd={'shape':_0x1ac4f6['defaultChartConfig'][_0x3e9a16(0xd7)][_0x3e9a16(0x512)],'size':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0xd7)][_0x3e9a16(0x359)],'color':_0x3e9a16(0x3a3)},_0x467758=[_0x3e9a16(0x512),_0x3e9a16(0x359)],_0xb09330=_0x378458=>{const _0x3a700e=_0x3e9a16;let {chartType:_0xe5730c,data:_0xbdc8ed,options:_0x1cac3b,onChange:_0xfb2f09}=_0x378458,_0x3d325a=(0x0,_0x376ff1[_0x3a700e(0x269)])(_0x9858af[_0x3a700e(0x397)]),_0x50b0bf=_0xe5730c===_0x1ac4f6[_0x3a700e(0xc9)]['Line'],_0x3fc8fe=_0xbdc8ed==null?{}:_0xbdc8ed;return(0x0,_0x95d316['jsx'])(_0x3a700e(0x2f7),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-4','children':Object['keys'](_0x3fc8fe)[_0x3a700e(0x4ee)](_0x48149c=>({'key':_0x48149c,'style':_0x3fc8fe[Number(_0x48149c)]}))[_0x3a700e(0x4ee)](_0x31a450=>{const _0x5a345a=_0x3a700e;var _0x262198;let {style:_0x1dcfb1}=_0x31a450;return _0x1dcfb1===void 0x0?null:(0x0,_0x95d316[_0x5a345a(0x3c2)])(_0x5a345a(0x2f7),{'className':'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','children':[(0x0,_0x95d316[_0x5a345a(0x3c2)])(_0x5a345a(0x2f7),{'className':_0x5a345a(0x3e9),'children':[(0x0,_0x95d316[_0x5a345a(0x3c2)])('div',{'className':_0x5a345a(0x329),'children':[(0x0,_0x95d316[_0x5a345a(0x31d)])(_0x5a345a(0x2f7),{'className':_0x5a345a(0x154),'children':_0x3d325a['t'](_0x5a345a(0xc4))}),(0x0,_0x95d316[_0x5a345a(0x31d)])(_0xd4f7f1[_0x5a345a(0x655)],{'className':_0x5a345a(0x657),'value':_0x31a450['key'],'options':_0x1cac3b,'onChange':_0x4477fe=>{const _0x3a205a=_0x5a345a;_0xfb2f09==null||_0xfb2f09({[_0x31a450[_0x3a205a(0x340)]]:void 0x0,[Number(_0x4477fe)]:_0x31a450[_0x3a205a(0x32e)]});}})]}),(0x0,_0x95d316[_0x5a345a(0x3c2)])(_0x5a345a(0x2f7),{'className':_0x5a345a(0x329),'children':[(0x0,_0x95d316['jsx'])(_0x5a345a(0x2f7),{'className':_0x5a345a(0x154),'children':_0x3d325a['t'](_0x5a345a(0x1b4))}),(0x0,_0x95d316['jsx'])(_0x536aec[_0x5a345a(0x59c)],{'color':(_0x262198=_0x1dcfb1==null?void 0x0:_0x1dcfb1[_0x5a345a(0x55b)])==null?'':_0x262198,'onChange':_0x4a95b7=>{const _0x15c1ec=_0x5a345a;_0xfb2f09==null||_0xfb2f09({[_0x31a450[_0x15c1ec(0x340)]]:{'color':_0x4a95b7}});}})]}),(0x0,_0x95d316[_0x5a345a(0x31d)])(_0xd4f7f1[_0x5a345a(0x57e)],{'className':_0x5a345a(0x2c9),'variant':_0x5a345a(0x659),'onClick':()=>_0xfb2f09==null?void 0x0:_0xfb2f09({[_0x31a450[_0x5a345a(0x340)]]:void 0x0}),'children':(0x0,_0x95d316['jsx'])(_0x55ec07,{})})]}),_0x50b0bf&&(0x0,_0x95d316['jsx'])(_0x7281aa,{'pointStyle':{..._0x5d7dcd,..._0x31a450[_0x5a345a(0x32e)]},'controls':_0x467758,'onChange':(_0x35c16e,_0x3aeb10)=>_0xfb2f09==null?void 0x0:_0xfb2f09({[_0x31a450[_0x5a345a(0x340)]]:{[_0x35c16e]:_0x3aeb10}})})]},_0x31a450[_0x5a345a(0x340)]);})});},_0xc164f3={'fontSize':_0x1ac4f6['defaultChartConfig'][_0x3e9a16(0x39e)][_0x3e9a16(0x5b0)],'contentType':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0xfb)],'position':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0x39e)][_0x3e9a16(0x3ea)]},_0x55016d=_0x4242b4=>{const _0x6f837b=_0x3e9a16;let {isLineSeries:_0x104a46}=_0x4242b4,_0x18ea0f=(0x0,_0x376ff1[_0x6f837b(0x269)])(_0x9858af['LocaleService']),[_0x947796]=_0x3cf868('allSeriesStyle'),[_0x328f4c,_0x5f3fe2]=_0x3cf868(_0x6f837b(0x35d)),_0x36ef3e=[_0x6f837b(0x512),_0x6f837b(0x359),_0x6f837b(0x55b)],[_0x520a1f]=_0x3cf868(_0x6f837b(0x183)),_0x57d79b=_0x104a46?_0xdedfc6=>{_0x5f3fe2({'lineStyle':{..._0xdedfc6}});}:_0x4ab9df=>{_0x5f3fe2({'barStyle':{..._0x4ab9df}});},_0x261b56=_0x1ac4f6[_0x6f837b(0xd3)][_0x6f837b(0x351)],_0x2fd862=_0x104a46?_0x328f4c==null?void 0x0:_0x328f4c['lineStyle']:_0x328f4c==null?void 0x0:_0x328f4c[_0x6f837b(0x1fd)],_0x96e1a4=_0x2fd862==null?void 0x0:_0x2fd862[_0x6f837b(0x38c)],_0xeff3ef=_0x46a058=>{const _0x3baddb=_0x6f837b;_0x2fd862&&_0x2fd862['dataPoints']&&_0x2fd862[_0x3baddb(0x38c)][_0x46a058]||_0x57d79b({'dataPoints':{[_0x46a058]:{}}});},_0x2a00df=_0x23dd97=>{_0x57d79b({'dataPoints':_0x23dd97});},_0x5df8dc=_0x1f0e00['map'](_0x548f98=>({..._0x548f98,'label':_0x18ea0f['t'](_0x548f98[_0x6f837b(0x1c3)])})),_0x6641fc=(0x0,_0x2da8fe[_0x6f837b(0x253)])(()=>_0x481206['map'](_0x5c5dbd=>({'value':_0x5c5dbd[_0x6f837b(0x109)],'label':_0x18ea0f['t'](_0x5c5dbd[_0x6f837b(0x1c3)])})),[_0x18ea0f]),_0x4bdf16=Object[_0x6f837b(0x5c8)]({'color':'transparent','opacity':_0x261b56[_0x6f837b(0x1c4)],'width':_0x104a46?_0x261b56['specialChartWidthMap'][_0x6f837b(0x446)]:_0x261b56[_0x6f837b(0xbd)],'dashType':_0x261b56[_0x6f837b(0x337)]},_0x2fd862==null?void 0x0:_0x2fd862[_0x6f837b(0x33e)]),_0x492270=Object[_0x6f837b(0x5c8)]({'shape':_0x1ac4f6[_0x6f837b(0xd3)][_0x6f837b(0xd7)][_0x6f837b(0x512)],'size':_0x1ac4f6[_0x6f837b(0xd3)][_0x6f837b(0x191)][_0x6f837b(0x5f3)],'color':_0x6f837b(0x3a3)},_0x947796==null?void 0x0:_0x947796[_0x6f837b(0xd7)],_0x2fd862==null?void 0x0:_0x2fd862[_0x6f837b(0xd7)]),_0x452ef5=Object[_0x6f837b(0x5c8)]({},_0x2fd862==null?void 0x0:_0x2fd862[_0x6f837b(0x1c3)]);return(0x0,_0x95d316['jsxs'])(_0x6f837b(0x5f1),{'className':_0x6f837b(0x2ef),'children':[(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x1d264e,{'chartType':_0x1ac4f6[_0x6f837b(0xc9)][_0x6f837b(0x2df)],'allSeriesStyle':_0x947796,'controlName':_0x18ea0f['t'](_0x104a46?_0x6f837b(0x332):'sheets-chart-ui.fill'),'seriesStyle':_0x2fd862,'onSeriesStyleChange':_0x57d79b}),(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x47d176,{'isLineOrAreaChart':_0x104a46,'allSeriesBorderStyle':_0x2fd862==null?void 0x0:_0x2fd862[_0x6f837b(0x33e)],'hideBorder':!_0x104a46,'controlName':_0x18ea0f['t'](_0x104a46?_0x6f837b(0x332):'sheets-chart-ui.border'),'borderStyle':_0x4bdf16,'onSeriesStyleChange':_0x57d79b}),_0x104a46&&(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x7281aa,{'pointStyle':_0x492270,'onChange':(_0x276413,_0x5895da)=>_0x57d79b({'point':{[_0x276413]:_0x5895da}}),'controls':_0x36ef3e}),!_0x104a46&&(0x0,_0x95d316[_0x6f837b(0x3c2)])(_0x95d316[_0x6f837b(0x3bd)],{'children':[(0x0,_0x95d316['jsxs'])(_0x6f837b(0x2f7),{'className':_0x6f837b(0x43e),'children':[(0x0,_0x95d316['jsx'])(_0x6f837b(0x2f7),{'className':_0x6f837b(0x329),'children':(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x6f837b(0x2f7),{'className':_0x6f837b(0x2a4),'children':_0x18ea0f['t'](_0x6f837b(0x301),_0x18ea0f['t'](_0x6f837b(0xc4)))})}),(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x6f837b(0x2f7),{'className':_0x6f837b(0x329),'children':(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x536aec[_0x6f837b(0x2ab)],{'value':'','menus':_0x520a1f==null?[]:_0x520a1f,'onSelect':_0x36edb9=>_0xeff3ef(+_0x36edb9),'children':(0x0,_0x95d316[_0x6f837b(0x3c2)])(_0x6f837b(0x2f7),{'className':_0x6f837b(0x34f),'children':[(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x190f14,{}),(0x0,_0x95d316['jsx'])(_0x6f837b(0x5f7),{'children':_0x18ea0f['t'](_0x6f837b(0x642))})]})})})]}),_0x96e1a4&&(0x0,_0x95d316[_0x6f837b(0x31d)])(_0xb09330,{'chartType':_0x1ac4f6[_0x6f837b(0xc9)][_0x6f837b(0x2df)],'data':_0x96e1a4,'options':_0x520a1f==null?[]:_0x520a1f,'onChange':_0x2a00df})]}),(0x0,_0x95d316['jsx'])(_0x6f837b(0x2f7),{'className':_0x6f837b(0x17c),'children':(0x0,_0x95d316[_0x6f837b(0x31d)])(_0x4d9a2a,{'fallbackLabelStyle':_0xc164f3,'labelStyle':_0x452ef5,'positionOptions':_0x5df8dc,'contentTypeOptions':_0x6641fc,'onLabelStyleChange':(_0x2f9d21,_0x4c6a77)=>_0x57d79b({'label':{[_0x2f9d21]:_0x4c6a77}}),'onVisibleChange':_0xd0bc3c=>_0x57d79b({'label':{'visible':_0xd0bc3c}}),'isPieLike':!0x1,'chartType':_0x1ac4f6[_0x6f837b(0xc9)][_0x6f837b(0x2df)]})})]});},_0x23c570=_0x211d61=>{const _0x22a440=_0x3e9a16;let {chartType:_0x380d9e,onChartTypeChange:_0x450b67}=_0x211d61,_0x4a0e84=(0x0,_0x376ff1[_0x22a440(0x269)])(_0x9858af['LocaleService']),[_0x25f1b2,_0x218ce9]=_0x3cf868(_0x22a440(0x49e)),[_0x53604e,_0x400703]=_0x3cf868(_0x22a440(0x4c8)),[_0x3398a9,_0x324f0a]=_0x3cf868(_0x22a440(0x611)),[_0x4d4b64,_0x53c1c6]=_0x3cf868(_0x22a440(0xcb)),[_0xb31071,_0x3e2cf8]=_0x3cf868('isRosePie'),[_0x14ca4d,_0x1955c5]=_0x3cf868(_0x22a440(0x123)),[_0x358fbd,_0x218bfb]=_0x3cf868('valueScale'),[_0x40c1c7,_0x33ee9c]=_0x3cf868(_0x22a440(0x51e)),[_0x52adc9,_0x19f5d0]=_0x3cf868(_0x22a440(0x305)),[_0x199ba6,_0xe01705]=(0x0,_0x2da8fe[_0x22a440(0x100)])(_0x40c1c7||''),_0x4280b7=_0x380d9e===_0x1ac4f6[_0x22a440(0xc9)][_0x22a440(0x23e)]?_0x1ac4f6[_0x22a440(0xd3)]['pie'][_0x22a440(0x47d)]:0x0,[_0x102b6f,_0x2d7819]=_0x3cf868(_0x22a440(0x47d)),_0x17b2a5=_0x3bcd03[_0x22a440(0x4ee)](_0x1b2562=>({..._0x1b2562,'label':_0x4a0e84['t'](_0x1b2562['label'])})),_0x53652d=_0x27b7b6[_0x22a440(0x4ee)](_0x176d2a=>({..._0x176d2a,'label':_0x4a0e84['t'](_0x176d2a[_0x22a440(0x1c3)])})),_0x4b74a1=(0x0,_0x376ff1[_0x22a440(0x269)])(_0x9858af[_0x22a440(0x628)]),_0x5b60d2=(0x0,_0x2da8fe['useMemo'])(()=>({'visible':!0x0,'contentType':_0x1ac4f6[_0x22a440(0xd3)][_0x22a440(0xc5)][_0x22a440(0xfb)],'fontSize':_0x1ac4f6['defaultChartConfig']['textStyle'][_0x22a440(0x5b0)],'position':_0x1ac4f6[_0x22a440(0x185)][_0x22a440(0x1da)]}),[]),_0x22050f=(0x0,_0x2da8fe[_0x22a440(0x661)])(_0x40bd28=>{const _0x2cab2e=_0x22a440;let _0x4663b6=Number(_0x40bd28),_0x42fd5e=_0x4663b6>0x0?_0x1ac4f6[_0x2cab2e(0xc9)][_0x2cab2e(0x23e)]:_0x1ac4f6[_0x2cab2e(0xc9)][_0x2cab2e(0x4d7)];_0x42fd5e!==_0x380d9e&&(_0x450b67==null||_0x450b67(_0x42fd5e)),_0x2d7819(_0x4663b6);},[_0x380d9e,_0x450b67]);return(0x0,_0x95d316[_0x22a440(0x3c2)])(_0x22a440(0x2f7),{'className':_0x22a440(0x2ef),'children':[(0x0,_0x95d316['jsxs'])(_0x22a440(0x2f7),{'className':_0x22a440(0x284),'children':[(0x0,_0x95d316['jsxs'])(_0x22a440(0x2f7),{'className':_0x22a440(0x329),'children':[(0x0,_0x95d316[_0x22a440(0x31d)])(_0x22a440(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4a0e84['t'](_0x22a440(0x65e))}),(0x0,_0x95d316[_0x22a440(0x31d)])(_0xd4f7f1[_0x22a440(0x655)],{'className':_0x22a440(0x657),'value':_0x102b6f?String(_0x102b6f):_0x4280b7*0x64+'%','options':_0x20ab2,'onChange':_0x22050f})]}),(0x0,_0x95d316[_0x22a440(0x3c2)])(_0x22a440(0x2f7),{'className':_0x22a440(0x329),'children':[(0x0,_0x95d316[_0x22a440(0x31d)])('div',{'className':_0x22a440(0x154),'children':_0x4a0e84['t'](_0x22a440(0x42a),_0x4a0e84['t'](_0x22a440(0x577)))}),(0x0,_0x95d316['jsx'])(_0x536aec[_0x22a440(0x59c)],{'color':_0x25f1b2==null?'':_0x25f1b2,'onChange':_0x218ce9})]})]}),(0x0,_0x95d316[_0x22a440(0x3c2)])('div',{'className':_0x22a440(0x329),'children':[(0x0,_0x95d316[_0x22a440(0x31d)])(_0x22a440(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4a0e84['t'](_0x22a440(0x326))}),(0x0,_0x95d316[_0x22a440(0x3c2)])(_0x22a440(0x2f7),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[(0x0,_0x95d316[_0x22a440(0x3c2)])(_0x22a440(0x2f7),{'className':_0x22a440(0x329),'children':[(0x0,_0x95d316[_0x22a440(0x31d)])(_0x22a440(0x2f7),{'className':_0x22a440(0x154),'children':_0x4a0e84['t'](_0x22a440(0x326))}),(0x0,_0x95d316[_0x22a440(0x31d)])(_0xd4f7f1[_0x22a440(0x30f)],{'value':_0x358fbd==null?0x1:_0x358fbd,'onChange':_0x44a556=>{const _0x284fb5=_0x22a440;_0x4b74a1[_0x284fb5(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x1),_0x218bfb(Number[_0x284fb5(0x629)](_0x44a556)?null:Number(_0x44a556));},'onFocus':()=>_0x4b74a1[_0x22a440(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x21f84d=>{const _0x3ebfb8=_0x22a440;_0x4b74a1[_0x3ebfb8(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x1);let _0x1bfa7d=_0x21f84d[_0x3ebfb8(0x54a)][_0x3ebfb8(0x109)];_0x218bfb(_0x1bfa7d===''?null:Number(_0x1bfa7d));},'onPressEnter':_0x110623=>{const _0x54f0f8=_0x22a440;let _0x256994=_0x110623[_0x54f0f8(0x54a)]['value'];_0x218bfb(_0x256994===''?null:Number(_0x256994));}})]}),(0x0,_0x95d316['jsxs'])('div',{'className':_0x22a440(0x329),'children':[(0x0,_0x95d316['jsx'])(_0x22a440(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4a0e84['t'](_0x22a440(0x388))}),(0x0,_0x95d316[_0x22a440(0x31d)])(_0xd4f7f1[_0x22a440(0x30f)],{'value':_0x52adc9==null?0x1:_0x52adc9,'onChange':_0x4023dc=>{const _0x3b9b6b=_0x22a440;_0x4b74a1[_0x3b9b6b(0xf1)](_0x9858af[_0x3b9b6b(0x658)],!0x1),_0x19f5d0(Number['isNaN'](_0x4023dc)?null:Number(_0x4023dc));},'onFocus':()=>_0x4b74a1[_0x22a440(0xf1)](_0x9858af[_0x22a440(0x658)],!0x0),'onBlur':_0x1534d1=>{const _0x16d13a=_0x22a440;_0x4b74a1[_0x16d13a(0xf1)](_0x9858af[_0x16d13a(0x658)],!0x1);let _0x189e52=_0x1534d1[_0x16d13a(0x54a)][_0x16d13a(0x109)];_0x19f5d0(_0x189e52===''?null:Number(_0x189e52));},'onPressEnter':_0x5a3427=>{const _0xc0085c=_0x22a440;let _0x228754=_0x5a3427['target'][_0xc0085c(0x109)];_0x19f5d0(_0x228754===''?null:Number(_0x228754));}})]}),(0x0,_0x95d316[_0x22a440(0x3c2)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x22a440(0x31d)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4a0e84['t']('sheets-chart-ui.styleEditPanel.pieValSuffix')}),(0x0,_0x95d316['jsx'])(_0xd4f7f1['Input'],{'className':_0x22a440(0x657),'value':_0x199ba6,'onChange':_0xe01705,'onFocus':()=>{const _0x4de542=_0x22a440;_0x4b74a1['setContextValue'](_0x9858af[_0x4de542(0x658)],!0x0);},'onBlur':()=>{const _0x55c359=_0x22a440;_0x4b74a1[_0x55c359(0xf1)](_0x9858af[_0x55c359(0x658)],!0x1),_0x33ee9c(_0x199ba6);}})]})]})]}),(0x0,_0x95d316[_0x22a440(0x31d)])(_0x4d9a2a,{'chartType':_0x380d9e,'fallbackLabelStyle':_0x5b60d2,'labelStyle':_0x53604e==null?{}:_0x53604e,'onVisibleChange':_0x1dab95=>_0x400703({'visible':_0x1dab95}),'onLabelStyleChange':(_0x2a6e12,_0x5451e5)=>_0x400703({[_0x2a6e12]:_0x5451e5}),'positionOptions':_0x17b2a5,'contentTypeOptions':_0x53652d,'onPadAngleChange':_0x2e5e58=>_0x324f0a(_0x2e5e58),'padAngleStyle':_0x3398a9,'onHalfPieChange':_0x323e1d=>_0x53c1c6(_0x323e1d),'isHalfPie':_0x4d4b64,'isRosePie':_0xb31071,'onRosePieChange':_0x3ad3a4=>_0x3e2cf8(_0x3ad3a4),'onShowLabelLineChange':_0x3526ee=>_0x1955c5(_0x3526ee),'showLabelLine':_0x14ca4d,'isPieLike':!0x0})]});};function _0x426de7(){const _0x5bae9e=_0x3e9a16;var _0x39f51f,_0x22ebae;let _0x28be67=(0x0,_0x376ff1[_0x5bae9e(0x269)])(_0x9858af[_0x5bae9e(0x397)]),_0x533696=(0x0,_0x376ff1[_0x5bae9e(0x269)])(_0x9858af[_0x5bae9e(0x628)]),_0x3fb203=_0x5d2055[_0x5bae9e(0x4ee)](_0x258ad6=>({..._0x258ad6,'label':_0x28be67['t'](_0x258ad6[_0x5bae9e(0x1c3)])})),[_0x850e2f,_0x5dabae]=_0x3cf868(_0x5bae9e(0x641)),[_0x41c5b3,_0x4568fe]=_0x3cf868('useValueAsSymbolSize'),[_0x36edd2,_0x5f5bdb]=_0x3cf868(_0x5bae9e(0x3e3)),[_0x227b9a,_0x35485e]=_0x3cf868('forceOption'),[_0x32b593,_0xc6c111]=_0x3cf868(_0x5bae9e(0x2d8)),_0x137a59=_0xd0a578=>{_0x35485e({..._0x227b9a,..._0xd0a578});},_0x2a3a6d=_0x143389=>{_0x5dabae(_0x143389);},_0x30cebd=_0x850e2f===_0x1ac4f6['RelationChartLayoutEnum']['Force'],_0x239ffc=_0x850e2f===_0x1ac4f6[_0x5bae9e(0x46d)]['Circular'],_0x3a1297=_0x3d6b2c['map'](_0x1125fa=>({..._0x1125fa,'label':_0x28be67['t'](_0x1125fa['label'])})),[_0x107a30,_0x4281b2]=_0x3cf868(_0x5bae9e(0x5e8));return(0x0,_0x95d316[_0x5bae9e(0x3c2)])(_0x5bae9e(0x2f7),{'children':[(0x0,_0x95d316['jsxs'])('div',{'className':_0x5bae9e(0x5f4),'children':[(0x0,_0x95d316[_0x5bae9e(0x31d)])('div',{'className':_0x5bae9e(0x154),'children':_0x28be67['t']('sheets-chart-ui.dataNodeShape')}),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x107a30==null?_0x1ac4f6[_0x5bae9e(0xd3)]['relation'][_0x5bae9e(0x10a)]:_0x107a30),'options':_0x3a1297,'onChange':_0x1a3ca9=>_0x4281b2(_0x1a3ca9)})]},_0x5bae9e(0x512)),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0x5bae9e(0x2f7),{'children':(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1['Checkbox'],{'checked':_0x41c5b3==null?!0x0:_0x41c5b3,'onChange':_0x42ffce=>{_0x4568fe==null||_0x4568fe(!!_0x42ffce);},'children':_0x28be67['t'](_0x5bae9e(0x5ba))})}),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x46b),'children':(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x5af)],{'checked':_0x36edd2==null?!0x0:_0x36edd2,'onChange':_0x497a6d=>{_0x5f5bdb(!!_0x497a6d);},'children':_0x28be67['t']('sheets-chart-ui.relation.emphasis')})}),(0x0,_0x95d316['jsx'])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x4d6),'children':_0x28be67['t']('sheets-chart-ui.relation.layoutType')}),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x655)],{'className':_0x5bae9e(0x657),'value':_0x850e2f==null?_0x1ac4f6[_0x5bae9e(0x46d)][_0x5bae9e(0x9f)]:_0x850e2f,'options':_0x3fb203,'onChange':_0x2a3a6d}),_0x30cebd&&(0x0,_0x95d316[_0x5bae9e(0x3c2)])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x461),'children':[(0x0,_0x95d316['jsx'])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x154),'children':_0x28be67['t'](_0x5bae9e(0x429))}),(0x0,_0x95d316[_0x5bae9e(0x3c2)])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x2d1),'children':[(0x0,_0x95d316[_0x5bae9e(0x31d)])('div',{'className':_0x5bae9e(0x526),'children':_0x28be67['t'](_0x5bae9e(0xf7))}),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x30f)],{'className':_0x5bae9e(0x526),'controls':!0x1,'onFocus':()=>_0x533696[_0x5bae9e(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x40183c=>{const _0x3fd8fc=_0x5bae9e;_0x533696['setContextValue'](_0x9858af[_0x3fd8fc(0x658)],!0x1);},'value':(_0x39f51f=_0x227b9a==null?void 0x0:_0x227b9a[_0x5bae9e(0x32b)])==null?_0x1ac4f6[_0x5bae9e(0xd3)][_0x5bae9e(0x52b)][_0x5bae9e(0x4dd)][_0x5bae9e(0x32b)]:_0x39f51f,'onChange':_0x2eb288=>_0x137a59({'repulsion':_0x2eb288})})]}),(0x0,_0x95d316[_0x5bae9e(0x3c2)])(_0x5bae9e(0x2f7),{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','children':[(0x0,_0x95d316['jsx'])('div',{'className':_0x5bae9e(0x526),'children':_0x28be67['t']('sheets-chart-ui.relation.gravity')}),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x30f)],{'className':_0x5bae9e(0x526),'controls':!0x1,'onFocus':()=>_0x533696[_0x5bae9e(0xf1)](_0x9858af[_0x5bae9e(0x658)],!0x0),'onBlur':_0x29e526=>{const _0xef005=_0x5bae9e;_0x533696[_0xef005(0xf1)](_0x9858af[_0xef005(0x658)],!0x1);},'value':(_0x22ebae=_0x227b9a==null?void 0x0:_0x227b9a[_0x5bae9e(0x640)])==null?_0x1ac4f6['defaultChartConfig']['relation'][_0x5bae9e(0x4dd)]['gravity']:_0x22ebae,'onChange':_0x54aad1=>_0x137a59({'gravity':_0x54aad1})})]}),(0x0,_0x95d316[_0x5bae9e(0x3c2)])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x2d1),'children':[(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x526),'children':_0x28be67['t']('sheets-chart-ui.relation.edgeLength')}),(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x30f)],{'className':_0x5bae9e(0x526),'controls':!0x1,'value':_0x227b9a==null?void 0x0:_0x227b9a[_0x5bae9e(0x50d)],'onFocus':()=>_0x533696[_0x5bae9e(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0xfab16f=>{const _0x5e66f8=_0x5bae9e;_0x533696[_0x5e66f8(0xf1)](_0x9858af[_0x5e66f8(0x658)],!0x1);},'onChange':_0x3c4ebe=>_0x137a59({'edgeLength':_0x3c4ebe}),'min':0x0,'step':0xa})]})]}),_0x239ffc&&(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0x5bae9e(0x2f7),{'className':_0x5bae9e(0x17c),'children':(0x0,_0x95d316[_0x5bae9e(0x31d)])(_0xd4f7f1[_0x5bae9e(0x5af)],{'checked':_0x32b593==null?_0x1ac4f6[_0x5bae9e(0xd3)][_0x5bae9e(0x52b)][_0x5bae9e(0x1e0)][_0x5bae9e(0x2d8)]:_0x32b593,'onChange':_0x403916=>{_0xc6c111(!!_0x403916);},'children':_0x28be67['t']('sheets-chart-ui.relation.rotateLabel')})})]});}let _0xfbf8ab=_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0xad)];function _0x22843a(_0x354b1e,_0xe0be99){const _0x1fd928=_0x3e9a16;let [_0x4af758]=_0x3cf868(_0x1fd928(0x3b1)),[_0x4d2b63]=_0x3cf868(_0x1fd928(0x5ab)),_0x3178c9=_0xe0be99===_0x1ac4f6[_0x1fd928(0xd3)]['allSeriesId'],_0x5a24bd=_0x4af758==null?void 0x0:_0x4af758[_0xe0be99];return _0x354b1e===_0x1ac4f6['ChartTypeBits'][_0x1fd928(0x4f2)]?_0x3178c9?((()=>{const _0x57a201=_0x1fd928;let _0x2e8d37=_0x4d2b63==null?void 0x0:_0x4d2b63[_0x57a201(0x4ee)]((_0x2a0877,_0x168d49)=>{const _0x5b7fba=_0x57a201;var _0x47dda2;let _0x5e5ec8=_0x4af758==null?void 0x0:_0x4af758[_0x2a0877],_0xf002ef=_0x168d49===0x0?_0xfbf8ab[_0x5b7fba(0x62c)]:_0xfbf8ab['otherChartType'];return(_0x47dda2=_0x5e5ec8==null?void 0x0:_0x5e5ec8[_0x5b7fba(0x59b)])==null?_0xf002ef:_0x47dda2;}),_0x38c3b3=_0x2e8d37==null?void 0x0:_0x2e8d37[0x0];return _0x2e8d37!=null&&_0x2e8d37[_0x57a201(0x364)](_0x4e894e=>_0x4e894e===_0x38c3b3)?_0x38c3b3:_0x1ac4f6[_0x57a201(0xc9)][_0x57a201(0x9f)];})()):((()=>{const _0x14c71b=_0x1fd928;var _0x27a114;let _0x5565b8=_0xe0be99===String(_0x4d2b63==null?void 0x0:_0x4d2b63[0x0])?_0xfbf8ab[_0x14c71b(0x62c)]:_0xfbf8ab[_0x14c71b(0x303)];return(_0x27a114=_0x5a24bd==null?void 0x0:_0x5a24bd[_0x14c71b(0x59b)])==null?_0x5565b8:_0x27a114;})()):_0x354b1e;}let _0x2c0e3d=_0x21f77e=>{const _0x4795be=_0x3e9a16;let {seriesId:_0x512939}=_0x21f77e,_0x1b7a37=(0x0,_0x376ff1[_0x4795be(0x269)])(_0x9858af[_0x4795be(0x397)]),_0x2d5c67=_0x376062[_0x4795be(0x4ee)](_0x2ee6e6=>({..._0x2ee6e6,'label':_0x1b7a37['t'](_0x2ee6e6['label'])})),[_0x449807,_0x5490d1]=_0x3cf868(_0x4795be(0x3b1)),[_0x43c96a]=_0x3cf868('seriesValues'),_0x386e8f=(0x0,_0x2da8fe[_0x4795be(0x661)])(_0x1598ba=>{const _0x10b70b=_0x4795be;let _0x1a72e7=Number(_0x1598ba);if(_0x512939===_0x1ac4f6[_0x10b70b(0xd3)][_0x10b70b(0x263)]){let _0x31a9d0=_0x43c96a==null?void 0x0:_0x43c96a['reduce']((_0x3ca409,_0x1ba572)=>(_0x3ca409[String(_0x1ba572)]={'chartType':_0x1a72e7},_0x3ca409),{});if(!_0x31a9d0)return;_0x5490d1(_0x31a9d0);}else _0x5490d1({[_0x512939]:{'chartType':_0x1a72e7}});},[_0x512939]),_0x4e8e06=_0x22843a(_0x1ac4f6[_0x4795be(0xc9)][_0x4795be(0x4f2)],_0x512939),_0x667f2c=String(_0x4e8e06==null?'':_0x4e8e06);return(0x0,_0x95d316[_0x4795be(0x31d)])(_0xd4f7f1[_0x4795be(0x655)],{'className':_0x4795be(0x657),'value':_0x4e8e06===_0x1ac4f6[_0x4795be(0xc9)]['None']?'':_0x667f2c,'options':_0x2d5c67,'onChange':_0x386e8f});},_0x2c0f5c={'shape':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0x581)][_0x3e9a16(0x603)],'size':_0x1ac4f6[_0x3e9a16(0xd3)]['radar'][_0x3e9a16(0x5f3)],'color':void 0x0},_0x3f03fc=[_0x3e9a16(0x512),_0x3e9a16(0x359),_0x3e9a16(0x55b)],_0x26adc4=_0x5edd49=>{const _0x514ba1=_0x3e9a16;let {setSeriesStyle:_0x402528,pointStyle:_0x12ac22}=_0x5edd49;return(0x0,_0x376ff1[_0x514ba1(0x269)])(_0x9858af[_0x514ba1(0x397)]),(0x0,_0x95d316[_0x514ba1(0x31d)])(_0x7281aa,{'pointStyle':{..._0x2c0f5c,..._0x12ac22},'controls':_0x3f03fc,'onChange':(_0x5d490b,_0x100f3b)=>_0x402528({'point':{[_0x5d490b]:_0x100f3b}})});},_0x3f49f9={'fontSize':_0x1ac4f6['defaultChartConfig']['textStyle']['fontSize'],'contentType':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0xfb)],'position':_0x1ac4f6['defaultChartConfig'][_0x3e9a16(0x39e)][_0x3e9a16(0x3ea)]},_0x57f4ed=[_0x547fdb()],_0x16e4de=_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0x351)],_0x6c5792=[_0x3e9a16(0x512),_0x3e9a16(0x359),'color'],_0x5e0122=[_0x3e9a16(0x512),_0x3e9a16(0x359)],_0x329f97=_0x53f341=>(_0x53f341&_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x1a4)])>0x0||(_0x53f341&_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x2af)])>0x0?_0x16e4de['specialChartWidthMap'][_0x3e9a16(0x446)]:_0x53f341===_0x1ac4f6[_0x3e9a16(0xc9)][_0x3e9a16(0x292)]?_0x16e4de[_0x3e9a16(0x40f)]['radar']:_0x16e4de[_0x3e9a16(0xbd)],_0x4aadc1=_0x404877=>{const _0x2bf3f2=_0x3e9a16;var _0x28a9d9,_0x34635e,_0x4470a1,_0x1aa64f;let {chartType:_0x20d0d8,selectedSeriesId:_0x1ad8b0}=_0x404877,_0x560999=(0x0,_0x376ff1[_0x2bf3f2(0x269)])(_0x9858af[_0x2bf3f2(0x397)]),_0x11c3ac=(0x0,_0x376ff1[_0x2bf3f2(0x10e)])(_0x560999[_0x2bf3f2(0x20f)],_0x560999[_0x2bf3f2(0x4e3)]()),_0x596146=(0x0,_0x2da8fe[_0x2bf3f2(0x253)])(()=>_0x11c3ac===_0x2bf3f2(0x44b)?_0x1ac4f6[_0x2bf3f2(0x5e0)]:{},[_0x11c3ac]),_0x2f55a7=(0x0,_0x2da8fe[_0x2bf3f2(0x253)])(()=>{const _0x3a51b1=_0x2bf3f2;var _0xff6450;return{..._0x3f49f9,...(_0xff6450=_0x596146[_0x3a51b1(0x4a5)])==null?void 0x0:_0xff6450[_0x3a51b1(0x1c3)]};},[_0x596146]),_0x3938e8=_0x1f0e00[_0x2bf3f2(0x4ee)](_0x3a1918=>({..._0x3a1918,'label':_0x560999['t'](_0x3a1918[_0x2bf3f2(0x1c3)])})),_0x5d8ef9=(0x0,_0x2da8fe[_0x2bf3f2(0x253)])(()=>_0x481206[_0x2bf3f2(0x536)](_0x545e98=>_0x20d0d8===_0x1ac4f6[_0x2bf3f2(0xc9)][_0x2bf3f2(0x292)]?_0x545e98[_0x2bf3f2(0x109)]!==String(_0x1ac4f6[_0x2bf3f2(0x2e1)][_0x2bf3f2(0x614)])&&_0x545e98[_0x2bf3f2(0x109)]!==String(_0x1ac4f6[_0x2bf3f2(0x2e1)][_0x2bf3f2(0x632)]):_0x31ef69[_0x2bf3f2(0x3d7)](_0x20d0d8)?!0x0:_0x545e98[_0x2bf3f2(0x109)]!==String(_0x1ac4f6[_0x2bf3f2(0x2e1)][_0x2bf3f2(0x632)]))[_0x2bf3f2(0x4ee)](_0x1a6db9=>({'value':_0x1a6db9[_0x2bf3f2(0x109)],'label':_0x560999['t'](_0x1a6db9[_0x2bf3f2(0x1c3)])})),[_0x20d0d8,_0x560999]),[_0x32c575]=_0x57f4ed[_0x2bf3f2(0x4ee)](_0x1ba174=>({..._0x1ba174,'label':_0x560999['t'](_0x1ba174[_0x2bf3f2(0x1c3)])})),[_0x222280,_0x14b308]=(0x0,_0x2da8fe['useState'])(_0x1ac4f6[_0x2bf3f2(0xd3)][_0x2bf3f2(0x263)]),_0x3449b8=_0x222280===_0x1ac4f6[_0x2bf3f2(0xd3)]['allSeriesId'],[_0x54bf37,_0x56f62d]=_0x3cf868('allSeriesStyle'),[_0x4558cc,_0xa5ede1]=_0x3cf868(_0x2bf3f2(0x3b1)),[_0x3e6689]=_0x3cf868(_0x2bf3f2(0x17e)),_0x26dc30=_0x4558cc==null?void 0x0:_0x4558cc[_0x222280],[_0x376e26]=_0x3cf868(_0x2bf3f2(0x173)),_0x5ae817=_0x26dc30==null?void 0x0:_0x26dc30[_0x2bf3f2(0x38c)],_0xa114a9=(0x0,_0x2da8fe[_0x2bf3f2(0x253)])(()=>_0x376e26?[_0x32c575,..._0x376e26]:[],[_0x32c575,_0x376e26]);(0x0,_0x2da8fe[_0x2bf3f2(0x498)])(()=>{const _0x50f362=_0x2bf3f2;var _0xf56092;if(!_0x1ad8b0||_0xa114a9[_0x50f362(0x428)]===0x0)return;let _0x4e4cf3=_0xa114a9['find'](_0x5502cf=>_0x5502cf[_0x50f362(0x109)]===_0x1ad8b0),_0x4e1cc6=_0xa114a9[_0x50f362(0x295)](_0x4b1900=>_0x4b1900['value']!==_0x1ac4f6[_0x50f362(0xd3)]['allSeriesId']),_0x3fa8c4=(_0xf56092=_0x4e4cf3==null?void 0x0:_0x4e4cf3['value'])==null?_0x4e1cc6==null?void 0x0:_0x4e1cc6[_0x50f362(0x109)]:_0xf56092;_0x3fa8c4&&_0x14b308(_0x3fa8c4);},[_0x1ad8b0,_0xa114a9]);let _0x343fcb=_0x20d0d8?_0x1ac4f6['chartBitsUtils']['has'](_0x20d0d8,_0x1ac4f6[_0x2bf3f2(0x152)][_0x2bf3f2(0x521)]):!0x1,_0x1e6350=_0x22843a(_0x20d0d8,_0x222280),_0x1ce7b1=_0x1e6350===_0x1ac4f6['ChartTypeBits']['Line'],_0x2d7765=(_0x1e6350&_0x1ac4f6[_0x2bf3f2(0xc9)][_0x2bf3f2(0x2af)])>0x0,_0x5cf563=_0x1e6350===_0x1ac4f6['ChartTypeBits'][_0x2bf3f2(0x292)],_0x4422ac=_0x1e6350===_0x1ac4f6[_0x2bf3f2(0xc9)][_0x2bf3f2(0x16a)],_0x28f855=_0x1ce7b1||_0x2d7765,_0x5a79ce=(_0x20d0d8&_0x1ac4f6[_0x2bf3f2(0xc9)][_0x2bf3f2(0x4d7)])>0x0||_0x5cf563,_0x5cfa9e=_0x329f97(_0x20d0d8),_0xb052c9=(0x0,_0x2da8fe[_0x2bf3f2(0x661)])(_0x964f3f=>{_0xa5ede1({[_0x222280]:_0x964f3f});},[_0x222280]),_0x45f4dc=_0x5907a1=>{_0x3449b8?_0x56f62d(_0x5907a1):_0xb052c9(_0x5907a1);},_0x1d3372={..._0x26dc30==null?void 0x0:_0x26dc30[_0x2bf3f2(0x33e)]},_0x38566b=Object['assign']({'color':_0x2bf3f2(0x3a3),'opacity':_0x16e4de[_0x2bf3f2(0x1c4)],'width':_0x5cfa9e,'dashType':_0x16e4de[_0x2bf3f2(0x337)]},_0x1d3372),_0x5819cb=Object[_0x2bf3f2(0x5c8)]({'color':_0x2bf3f2(0x3a3),'opacity':_0x16e4de[_0x2bf3f2(0x1c4)],'width':_0x5cfa9e,'dashType':_0x16e4de[_0x2bf3f2(0x337)]},_0x54bf37==null?void 0x0:_0x54bf37['border']),_0x2530ca=Object[_0x2bf3f2(0x5c8)]({'shape':_0x1ac4f6[_0x2bf3f2(0xd3)]['point'][_0x2bf3f2(0x512)],'size':_0x4422ac?_0x1ac4f6[_0x2bf3f2(0xd3)][_0x2bf3f2(0xd7)][_0x2bf3f2(0x578)]:_0x1ac4f6['defaultChartConfig'][_0x2bf3f2(0xd7)][_0x2bf3f2(0x359)],'color':_0x2bf3f2(0x3a3)},_0x54bf37==null?void 0x0:_0x54bf37[_0x2bf3f2(0xd7)],_0x26dc30==null?void 0x0:_0x26dc30[_0x2bf3f2(0xd7)]),_0x1ba066=_0x3449b8?(_0x28a9d9=_0x54bf37==null?void 0x0:_0x54bf37[_0x2bf3f2(0x1c3)])==null?{}:_0x28a9d9:Object[_0x2bf3f2(0x5c8)]({},_0x54bf37==null?void 0x0:_0x54bf37['label'],_0x26dc30==null?void 0x0:_0x26dc30[_0x2bf3f2(0x1c3)]),_0x4f01ad=(_0x34635e=(_0x4470a1=_0x26dc30==null?void 0x0:_0x26dc30[_0x2bf3f2(0x161)])==null?_0x54bf37==null?void 0x0:_0x54bf37[_0x2bf3f2(0x161)]:_0x4470a1)==null?(_0x1aa64f=_0x596146[_0x2bf3f2(0x4a5)])==null?void 0x0:_0x1aa64f[_0x2bf3f2(0x161)]:_0x34635e,_0x206bff=_0x1e6350===_0x1ac4f6[_0x2bf3f2(0xc9)][_0x2bf3f2(0x9f)]||_0x20d0d8===_0x1ac4f6['ChartTypeBits'][_0x2bf3f2(0x4f2)]&&_0x1e6350===_0x1ac4f6['ChartTypeBits'][_0x2bf3f2(0x4e2)]&&_0x3449b8,_0x17d890=(0x0,_0x2da8fe[_0x2bf3f2(0x661)])(_0x30c052=>{const _0x1c87e7=_0x2bf3f2;_0x26dc30&&_0x26dc30[_0x1c87e7(0x38c)]&&_0x26dc30['dataPoints'][_0x30c052]||_0xa5ede1({[_0x222280]:{'dataPoints':{[_0x30c052]:{}}}});},[_0x26dc30,_0x222280]),_0xe905b5=(0x0,_0x2da8fe[_0x2bf3f2(0x661)])(_0x5dd9c9=>{_0xa5ede1({[_0x222280]:{'dataPoints':_0x5dd9c9}});},[_0x222280]);return(0x0,_0x95d316['jsxs'])(_0x95d316['Fragment'],{'children':[(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x2ef),'children':(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0xd4f7f1[_0x2bf3f2(0x655)],{'className':_0x2bf3f2(0x657),'value':_0x222280,'onChange':_0x1797b7=>_0x14b308(_0x1797b7),'options':_0xa114a9})}),_0x20d0d8===_0x1ac4f6['ChartTypeBits'][_0x2bf3f2(0x4f2)]&&(0x0,_0x95d316[_0x2bf3f2(0x3c2)])('div',{'className':_0x2bf3f2(0x2ef),'children':[(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x41b),'children':_0x560999['t'](_0x2bf3f2(0x2bc))}),(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2c0e3d,{'seriesId':_0x222280})]}),(0x0,_0x95d316[_0x2bf3f2(0x3c2)])('div',{'className':_0x2bf3f2(0x2ef),'children':[!_0x206bff&&(0x0,_0x95d316[_0x2bf3f2(0x3c2)])(_0x95d316[_0x2bf3f2(0x3bd)],{'children':[(0x0,_0x95d316['jsx'])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x2a4),'children':_0x560999['t'](_0x2bf3f2(0x28e))}),(!_0x4422ac||_0x4422ac&&!_0x3449b8)&&(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x1d264e,{'chartType':_0x20d0d8,'allSeriesStyle':_0x54bf37,'controlName':_0x560999['t'](_0x1ce7b1?'sheets-chart-ui.line':_0x2bf3f2(0x335)),'seriesStyle':_0x3449b8?_0x54bf37:_0x26dc30,'onSeriesStyleChange':_0x45f4dc}),!_0x4422ac&&(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x47d176,{'isLineOrAreaChart':_0x28f855,'allSeriesBorderStyle':_0x54bf37==null?void 0x0:_0x54bf37['border'],'hideBorder':!_0x1ce7b1,'controlName':_0x560999['t'](_0x1ce7b1||_0x5cf563?_0x2bf3f2(0x332):_0x2bf3f2(0x577)),'borderStyle':_0x3449b8?_0x5819cb:_0x38566b,'onSeriesStyleChange':_0x45f4dc}),(_0x28f855||_0x4422ac)&&(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x7281aa,{'pointStyle':_0x2530ca,'onChange':(_0x2ac1b0,_0x100875)=>_0x45f4dc({'point':{[_0x2ac1b0]:_0x100875}}),'controls':_0x3449b8?_0x5e0122:_0x6c5792})]}),!_0x343fcb&&!_0x3449b8&&!_0x5a79ce&&(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x50a71b,{'rightYAxis':!!_0x4f01ad,'onSeriesStyleChange':_0x45f4dc})]}),(0x0,_0x95d316['jsxs'])(_0x2bf3f2(0x2f7),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[!_0x3449b8&&_0x5cf563&&(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x26adc4,{'pointStyle':_0x26dc30==null?void 0x0:_0x26dc30['point'],'setSeriesStyle':_0x45f4dc}),!_0x3449b8&&!_0x5cf563&&(0x0,_0x95d316['jsxs'])(_0x95d316[_0x2bf3f2(0x3bd)],{'children':[(0x0,_0x95d316[_0x2bf3f2(0x3c2)])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x43e),'children':[(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2bf3f2(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':(0x0,_0x95d316['jsx'])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x2a4),'children':_0x560999['t']('sheets-chart-ui.withFormat',_0x560999['t']('sheets-chart-ui.dataPoint'))})}),(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x329),'children':(0x0,_0x95d316['jsx'])(_0x536aec[_0x2bf3f2(0x2ab)],{'value':_0x222280,'menus':_0x3e6689==null?[]:_0x3e6689,'onSelect':_0x3ced9f=>_0x17d890(+_0x3ced9f),'children':(0x0,_0x95d316[_0x2bf3f2(0x3c2)])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x34f),'children':[(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x190f14,{}),(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2bf3f2(0x5f7),{'children':_0x560999['t'](_0x2bf3f2(0x642))})]})})})]}),_0x5ae817&&(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0xb09330,{'chartType':_0x20d0d8,'data':_0x5ae817,'options':_0x3e6689==null?[]:_0x3e6689,'onChange':_0xe905b5})]})]}),(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x2bf3f2(0x2f7),{'className':_0x2bf3f2(0x2ef),'children':(0x0,_0x95d316[_0x2bf3f2(0x31d)])(_0x4d9a2a,{'fallbackLabelStyle':_0x2f55a7,'labelStyle':_0x1ba066,'positionOptions':_0x3938e8,'contentTypeOptions':_0x5d8ef9,'onLabelStyleChange':(_0x35d6,_0x3aea89)=>_0x45f4dc({'label':{[_0x35d6]:_0x3aea89}}),'onVisibleChange':_0x474b8c=>_0x45f4dc({'label':{'visible':_0x474b8c}}),'isPieLike':!0x1,'chartType':_0x20d0d8})})]});},_0x4229f2=()=>{const _0x3f9c9b=_0x3e9a16;var _0x4c0b15,_0x1e6736,_0x1c83af,_0x5524af;let _0x404b0a=(0x0,_0x376ff1[_0x3f9c9b(0x269)])(_0x9858af[_0x3f9c9b(0x397)]),_0x147871=(0x0,_0x376ff1[_0x3f9c9b(0x269)])(_0x9858af['IContextService']),[_0x3d9dff,_0x2a12d0]=_0x3cf868(_0x3f9c9b(0x1d2)),[_0x1967ec,_0x40e8da]=(0x0,_0x2da8fe[_0x3f9c9b(0x100)])(0x0),_0x17ccab=_0x427030['map'](_0x296d21=>({'label':(0x0,_0x95d316[_0x3f9c9b(0x3c2)])('div',{'className':_0x3f9c9b(0x1ad),'children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])('div',{'className':_0x3f9c9b(0x623),'children':_0x2bd248==null?void 0x0:_0x2bd248[_0x296d21['value']]}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':'univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x404b0a['t'](_0x296d21[_0x3f9c9b(0x1c3)])})]}),'value':_0x296d21[_0x3f9c9b(0x109)]})),_0x582cd4=_0x570d50[_0x3f9c9b(0x4ee)](_0x392bbf=>({..._0x392bbf,'label':_0x404b0a['t'](_0x392bbf[_0x3f9c9b(0x1c3)])})),_0x1c6d7a=_0x5989dd[_0x3f9c9b(0x60e)](0x1),_0x5b70ed=(_0x3d9dff||[])[_0x3f9c9b(0x4ee)]((_0x4697e3,_0x2e777c)=>({'label':_0x4697e3[_0x3f9c9b(0x508)],'value':String(_0x2e777c)})),_0x22cce2=(0x0,_0x2da8fe[_0x3f9c9b(0x661)])(_0x57de19=>{if(_0x3d9dff){let _0x44aae4=[..._0x3d9dff];_0x44aae4[_0x1967ec]={..._0x44aae4[_0x1967ec],..._0x57de19},_0x2a12d0(_0x44aae4);}},[_0x3d9dff,_0x1967ec]),_0x4265d1=(0x0,_0x2da8fe['useMemo'])(()=>_0x3d9dff?_0x3d9dff[_0x1967ec]:void 0x0,[_0x3d9dff,_0x1967ec]),[_0x90838b,_0x476d3f]=(0x0,_0x2da8fe[_0x3f9c9b(0x100)])((_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x508)])||'');return _0x3d9dff===void 0x0||_0x3d9dff[_0x3f9c9b(0x428)]===0x0?null:(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x3f9c9b(0x5f1),{'className':_0x3f9c9b(0x2ef),'children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x1967ec),'onChange':_0x967bbb=>_0x40e8da(Number(_0x967bbb)),'options':_0x5b70ed})}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t'](_0x3f9c9b(0x3ef))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1['Input'],{'value':_0x90838b,'onChange':_0x476d3f,'onBlur':()=>{const _0x3e982f=_0x3f9c9b;_0x147871[_0x3e982f(0xf1)](_0x9858af[_0x3e982f(0x658)],!0x1),_0x90838b?_0x22cce2==null||_0x22cce2({'name':_0x90838b}):_0x476d3f((_0x4265d1==null?void 0x0:_0x4265d1[_0x3e982f(0x508)])||'');},'onFocus':()=>{const _0x31a1ce=_0x3f9c9b;_0x147871[_0x31a1ce(0xf1)](_0x9858af[_0x31a1ce(0x658)],!0x0);}})}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t'](_0x3f9c9b(0x51b))}),(0x0,_0x95d316['jsxs'])(_0x3f9c9b(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x655)],{'className':_0x3f9c9b(0x3f7),'value':String(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x475)]),'onChange':_0x5398a8=>_0x22cce2==null?void 0x0:_0x22cce2({'type':_0x5398a8}),'options':_0x17ccab}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x2b6),'children':(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x3f9c9b(0x5af)],{'checked':(_0x4265d1==null?void 0x0:_0x4265d1['showFormula'])||_0x1ac4f6[_0x3f9c9b(0xd3)][_0x3f9c9b(0x218)][_0x3f9c9b(0x621)],'onChange':_0x3d30ac=>_0x22cce2({'showFormula':!!_0x3d30ac}),'children':_0x404b0a['t'](_0x3f9c9b(0x4df))})}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x2b6),'children':(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x5af)],{'checked':(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x4ab)])||_0x1ac4f6[_0x3f9c9b(0xd3)][_0x3f9c9b(0x218)][_0x3f9c9b(0x4ab)],'onChange':_0x3eafcf=>_0x22cce2({'showR2':!!_0x3eafcf}),'children':_0x404b0a['t']('sheets-chart-ui.trendline.showR2')})}),((_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x475)])===_0x1ac4f6[_0x3f9c9b(0x47a)][_0x3f9c9b(0x467)]||(_0x4265d1==null?void 0x0:_0x4265d1['type'])===_0x1ac4f6['ChartTrendlineType'][_0x3f9c9b(0x170)])&&(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x46b),'children':[(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x475)])===_0x1ac4f6[_0x3f9c9b(0x47a)]['poly']&&(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x95d316[_0x3f9c9b(0x3bd)],{'children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t'](_0x3f9c9b(0x573))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x655)],{'className':_0x3f9c9b(0x657),'value':String((_0x4c0b15=_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x582)])==null?_0x1ac4f6[_0x3f9c9b(0xd3)][_0x3f9c9b(0x218)][_0x3f9c9b(0x582)]:_0x4c0b15),'options':_0x396741,'onChange':_0x83000=>_0x22cce2==null?void 0x0:_0x22cce2({'order':Number(_0x83000)})})]}),(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x475)])===_0x1ac4f6[_0x3f9c9b(0x47a)][_0x3f9c9b(0x170)]&&(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x95d316[_0x3f9c9b(0x3bd)],{'children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t']('sheets-chart-ui.trendline.period')}),(0x0,_0x95d316['jsx'])(_0xd4f7f1['InputNumber'],{'value':(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x530)])||_0x1ac4f6[_0x3f9c9b(0xd3)][_0x3f9c9b(0x218)][_0x3f9c9b(0x530)],'onChange':_0x2f2ccd=>_0x22cce2==null?void 0x0:_0x22cce2({'period':Math[_0x3f9c9b(0x339)](_0x2f2ccd)})})]})]}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t'](_0x3f9c9b(0x28e))}),(0x0,_0x95d316[_0x3f9c9b(0x3c2)])('div',{'className':_0x3f9c9b(0x4f6),'children':[(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x3f9c9b(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t'](_0x3f9c9b(0x42a),_0x404b0a['t']('sheets-chart-ui.trendline.name'))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x536aec[_0x3f9c9b(0x59c)],{'color':(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x55b)])||'','onChange':_0x44d983=>_0x22cce2==null?void 0x0:_0x22cce2({'color':_0x44d983})})]}),(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x329),'children':[(0x0,_0x95d316['jsx'])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x154),'children':_0x404b0a['t'](_0x3f9c9b(0x1a6),_0x404b0a['t']('sheets-chart-ui.trendline.name'))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x655)],{'className':_0x3f9c9b(0x657),'value':String((_0x1e6736=_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x1c4)])==null?_0x1ac4f6[_0x3f9c9b(0xd3)]['trendline'][_0x3f9c9b(0x1c4)]:_0x1e6736),'options':_0x4fabcf,'onChange':_0x2b4ac4=>_0x22cce2==null?void 0x0:_0x22cce2({'opacity':Number(_0x2b4ac4)})})]})]}),(0x0,_0x95d316[_0x3f9c9b(0x3c2)])('div',{'className':_0x3f9c9b(0x4f6),'children':[(0x0,_0x95d316[_0x3f9c9b(0x3c2)])('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316['jsx'])(_0x3f9c9b(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x404b0a['t']('sheets-chart-ui.withType',_0x404b0a['t']('sheets-chart-ui.trendline.name'))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x1c83af=_0x4265d1==null?void 0x0:_0x4265d1['dashType'])==null?_0x1ac4f6[_0x3f9c9b(0xd3)][_0x3f9c9b(0x218)][_0x3f9c9b(0x337)]:_0x1c83af),'options':_0x582cd4,'onChange':_0x1fe444=>_0x22cce2==null?void 0x0:_0x22cce2({'dashType':_0x1fe444})})]}),(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x3f9c9b(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[(0x0,_0x95d316['jsx'])(_0x3f9c9b(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x404b0a['t'](_0x3f9c9b(0x311),_0x404b0a['t'](_0x3f9c9b(0x483)))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0xd4f7f1[_0x3f9c9b(0x655)],{'className':_0x3f9c9b(0x657),'value':String((_0x5524af=_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0xbd)])==null?_0x1ac4f6['defaultChartConfig'][_0x3f9c9b(0x218)][_0x3f9c9b(0xbd)]:_0x5524af),'options':_0x1c6d7a,'onChange':_0x22476f=>_0x22cce2==null?void 0x0:_0x22cce2({'width':Number(_0x22476f)})})]})]}),(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x475)])!==_0x1ac4f6[_0x3f9c9b(0x47a)][_0x3f9c9b(0x170)]&&(0x0,_0x95d316['jsxs'])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x4f6),'children':[(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x621)])&&(0x0,_0x95d316[_0x3f9c9b(0x3c2)])(_0x3f9c9b(0x2f7),{'className':_0x3f9c9b(0x329),'children':[(0x0,_0x95d316['jsx'])(_0x3f9c9b(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x404b0a['t'](_0x3f9c9b(0x42a),_0x404b0a['t'](_0x3f9c9b(0x2d5)))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x536aec['ColorPickerControl'],{'color':(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x3c9)])||'','onChange':_0x4876a8=>_0x22cce2==null?void 0x0:_0x22cce2({'formulaColor':_0x4876a8})})]}),(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x4ab)])&&(0x0,_0x95d316['jsxs'])('div',{'className':_0x3f9c9b(0x329),'children':[(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x3f9c9b(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x404b0a['t'](_0x3f9c9b(0x42a),_0x404b0a['t'](_0x3f9c9b(0x1c2)))}),(0x0,_0x95d316[_0x3f9c9b(0x31d)])(_0x536aec['ColorPickerControl'],{'color':(_0x4265d1==null?void 0x0:_0x4265d1[_0x3f9c9b(0x3d0)])||'','onChange':_0x321701=>_0x22cce2==null?void 0x0:_0x22cce2({'r2Color':_0x321701})})]})]})]})]});},_0x395ba8={'fontSize':_0x1ac4f6[_0x3e9a16(0xd3)]['textStyle'][_0x3e9a16(0x5b0)],'contentType':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0xfb)],'position':_0x1ac4f6[_0x3e9a16(0xd3)][_0x3e9a16(0x39e)][_0x3e9a16(0x3ea)]},_0x5c6f00=()=>{const _0x31e1ec=_0x3e9a16;var _0x17f3e0,_0x1c396d,_0x4da6df,_0x52132f,_0x1cfadd,_0x1953a7,_0x2b7697,_0x30bef1,_0x69d624,_0x5b43b1,_0x2f09c8,_0x4a5f13,_0x2fe50f,_0x276cf3,_0x4c33b6,_0x2ffbea,_0x499359;let _0x2336bb=(0x0,_0x376ff1[_0x31e1ec(0x269)])(_0x9858af[_0x31e1ec(0x397)]),_0x951556=_0x1f0e00[_0x31e1ec(0x4ee)](_0x5c010e=>({..._0x5c010e,'label':_0x2336bb['t'](_0x5c010e[_0x31e1ec(0x1c3)])})),_0x5cb8c2=(0x0,_0x2da8fe[_0x31e1ec(0x253)])(()=>_0x481206[_0x31e1ec(0x536)](_0x23aa71=>_0x23aa71['value']!==String(_0x1ac4f6['LabelContentType'][_0x31e1ec(0x632)]))[_0x31e1ec(0x4ee)](_0x533ace=>({'value':_0x533ace['value'],'label':_0x2336bb['t'](_0x533ace[_0x31e1ec(0x1c3)])})),[_0x2336bb]),_0x59ddfa=(0x0,_0x376ff1[_0x31e1ec(0x269)])(_0x9858af['IContextService']),[_0x151fe7,_0x45a3c6]=(0x0,_0x2da8fe[_0x31e1ec(0x100)])(_0x1ac4f6[_0x31e1ec(0xd3)]['allSeriesId']),_0x40393e=_0x151fe7===_0x1ac4f6[_0x31e1ec(0xd3)][_0x31e1ec(0x263)],[_0x2740f4,_0x1840bd]=_0x3cf868(_0x31e1ec(0x4a5)),[_0x214850,_0x552e0e]=_0x3cf868(_0x31e1ec(0x3b1)),[_0x10d021]=_0x3cf868('seriesList'),[_0xb4840a]=_0x3cf868(_0x31e1ec(0x619)),_0x1b8efc=_0xb4840a!==_0x1ac4f6[_0x31e1ec(0x412)]['Stacked'],[_0x5d973f]=[_0x547fdb()][_0x31e1ec(0x4ee)](_0x3eedc4=>({..._0x3eedc4,'label':_0x2336bb['t'](_0x3eedc4[_0x31e1ec(0x1c3)])})),_0x476639=_0x214850==null?void 0x0:_0x214850[_0x151fe7],_0x375d0b=(0x0,_0x2da8fe[_0x31e1ec(0x253)])(()=>_0x10d021?[_0x5d973f,..._0x10d021]:[],[_0x5d973f,_0x10d021]),_0x2483f2=_0x15e617=>{_0x40393e?_0x1840bd(_0x15e617):_0x552e0e({[_0x151fe7]:_0x15e617});},_0xa41c28=_0x1ac4f6['defaultChartConfig']['borderStyle'],_0xb2fd97={'color':'transparent','opacity':_0xa41c28[_0x31e1ec(0x1c4)],'width':0x0,'dashType':_0xa41c28[_0x31e1ec(0x337)]},_0x529309=_0x40393e?{..._0xb2fd97,..._0x2740f4==null||(_0x17f3e0=_0x2740f4[_0x31e1ec(0x131)])==null||(_0x17f3e0=_0x17f3e0[_0x31e1ec(0x517)])==null?void 0x0:_0x17f3e0[_0x31e1ec(0x33e)]}:{..._0xb2fd97,..._0x476639==null||(_0x1c396d=_0x476639[_0x31e1ec(0x131)])==null||(_0x1c396d=_0x1c396d[_0x31e1ec(0x517)])==null?void 0x0:_0x1c396d['border']},_0x1cd0a8=_0x40393e?{..._0xb2fd97,..._0x2740f4==null||(_0x4da6df=_0x2740f4['waterfall'])==null||(_0x4da6df=_0x4da6df['negative'])==null?void 0x0:_0x4da6df[_0x31e1ec(0x33e)]}:{..._0xb2fd97,..._0x476639==null||(_0x52132f=_0x476639[_0x31e1ec(0x131)])==null||(_0x52132f=_0x52132f[_0x31e1ec(0x21f)])==null?void 0x0:_0x52132f['border']},_0xa51057=_0x40393e?{..._0xb2fd97,..._0x2740f4==null||(_0x1cfadd=_0x2740f4[_0x31e1ec(0x131)])==null||(_0x1cfadd=_0x1cfadd['subtotal'])==null?void 0x0:_0x1cfadd[_0x31e1ec(0x33e)]}:{..._0xb2fd97,..._0x476639==null||(_0x1953a7=_0x476639['waterfall'])==null||(_0x1953a7=_0x1953a7[_0x31e1ec(0x612)])==null?void 0x0:_0x1953a7[_0x31e1ec(0x33e)]},_0x29c354=(_0x1bbd75,_0x1e8118)=>{const _0x1739c8=_0x31e1ec;if(_0x1e8118===_0x1ac4f6['WaterfallSeriesTypeEnum'][_0x1739c8(0x612)])return _0x2336bb['t'](_0x1739c8(0x2fe));let _0x42ec4e=_0x10d021==null?void 0x0:_0x10d021['find'](_0x305b6b=>_0x305b6b[_0x1739c8(0x109)]===_0x1bbd75);if(_0x42ec4e){let _0x3bbdae=_0x42ec4e[_0x1739c8(0x1c3)];switch(_0x1e8118){case _0x1ac4f6[_0x1739c8(0x2ca)][_0x1739c8(0x517)]:return _0x3bbdae+'-('+_0x2336bb['t'](_0x1739c8(0xce))+')';case _0x1ac4f6[_0x1739c8(0x2ca)][_0x1739c8(0x21f)]:return _0x3bbdae+'-('+_0x2336bb['t']('sheets-chart-ui.waterfall.negative')+')';default:return _0x3bbdae;}}return'';},_0x2d60cd=_0x40393e?(_0x2b7697=_0x2740f4==null?void 0x0:_0x2740f4[_0x31e1ec(0x1c3)])==null?{}:_0x2b7697:Object[_0x31e1ec(0x5c8)]({},_0x2740f4==null?void 0x0:_0x2740f4[_0x31e1ec(0x1c3)],_0x476639==null?void 0x0:_0x476639[_0x31e1ec(0x1c3)]),_0x52265d=_0x1b8efc?_0x476639==null||(_0x30bef1=_0x476639[_0x31e1ec(0x131)])==null||(_0x30bef1=_0x30bef1[_0x31e1ec(0x612)])==null?void 0x0:_0x30bef1[_0x31e1ec(0x508)]:_0x2740f4==null||(_0x69d624=_0x2740f4[_0x31e1ec(0x131)])==null||(_0x69d624=_0x69d624[_0x31e1ec(0x612)])==null?void 0x0:_0x69d624[_0x31e1ec(0x508)],_0xd2dc2=_0xb4840a===_0x1ac4f6[_0x31e1ec(0x412)][_0x31e1ec(0x9d)]?_0x40393e:!0x0;return(0x0,_0x95d316['jsxs'])('div',{'children':[(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2cb),'children':(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0xd4f7f1['Select'],{'className':_0x31e1ec(0x657),'value':_0x151fe7,'onChange':_0x4acd27=>_0x45a3c6(_0x4acd27),'options':_0x375d0b})}),(0x0,_0x95d316[_0x31e1ec(0x3c2)])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2ef),'children':[(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2a4),'children':_0x2336bb['t'](_0x31e1ec(0x491))}),!_0x40393e&&(0x0,_0x95d316['jsxs'])(_0x95d316[_0x31e1ec(0x3bd)],{'children':[(0x0,_0x95d316['jsx'])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x5f4),'children':_0x2336bb['t'](_0x31e1ec(0x4e4))}),(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0xd4f7f1['Input'],{'className':_0x31e1ec(0x63e),'value':(_0x476639==null||(_0x5b43b1=_0x476639['waterfall'])==null||(_0x5b43b1=_0x5b43b1[_0x31e1ec(0x517)])==null?void 0x0:_0x5b43b1[_0x31e1ec(0x508)])||_0x29c354(_0x151fe7,_0x1ac4f6[_0x31e1ec(0x2ca)][_0x31e1ec(0x517)]),'onChange':_0x15fa17=>{_0x2483f2({'waterfall':{'positive':{'name':_0x15fa17}}});},'onFocus':()=>{_0x59ddfa['setContextValue'](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0);},'onBlur':()=>{const _0x527ab8=_0x31e1ec;_0x59ddfa[_0x527ab8(0xf1)](_0x9858af[_0x527ab8(0x658)],!0x1);}})]}),(0x0,_0x95d316['jsx'])(_0x1d264e,{'chartType':_0x1ac4f6[_0x31e1ec(0xc9)][_0x31e1ec(0x25f)],'allSeriesStyle':_0x2740f4,'controlName':'','seriesStyle':_0x40393e?_0x2740f4==null||(_0x2f09c8=_0x2740f4[_0x31e1ec(0x131)])==null?void 0x0:_0x2f09c8[_0x31e1ec(0x517)]:_0x476639==null||(_0x4a5f13=_0x476639['waterfall'])==null?void 0x0:_0x4a5f13[_0x31e1ec(0x517)],'onSeriesStyleChange':_0x540cf8=>_0x2483f2({'waterfall':{'positive':_0x540cf8}})}),(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x47d176,{'isLineOrAreaChart':!0x1,'allSeriesBorderStyle':_0x2740f4==null?void 0x0:_0x2740f4[_0x31e1ec(0x33e)],'hideBorder':!0x0,'controlName':_0x2336bb['t'](_0x31e1ec(0x577)),'borderStyle':_0x529309,'onSeriesStyleChange':_0x5aa6db=>_0x2483f2({'waterfall':{'positive':_0x5aa6db}})})]}),(0x0,_0x95d316[_0x31e1ec(0x3c2)])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2ef),'children':[(0x0,_0x95d316['jsx'])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2a4),'children':_0x2336bb['t'](_0x31e1ec(0x21a))}),!_0x40393e&&(0x0,_0x95d316[_0x31e1ec(0x3c2)])(_0x95d316[_0x31e1ec(0x3bd)],{'children':[(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x5f4),'children':_0x2336bb['t'](_0x31e1ec(0x204))}),(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0xd4f7f1[_0x31e1ec(0x4ec)],{'className':_0x31e1ec(0x63e),'value':(_0x476639==null||(_0x2fe50f=_0x476639[_0x31e1ec(0x131)])==null||(_0x2fe50f=_0x2fe50f[_0x31e1ec(0x21f)])==null?void 0x0:_0x2fe50f[_0x31e1ec(0x508)])||_0x29c354(_0x151fe7,_0x1ac4f6[_0x31e1ec(0x2ca)][_0x31e1ec(0x21f)]),'onChange':_0x1330e0=>{_0x2483f2({'waterfall':{'negative':{'name':_0x1330e0}}});},'onFocus':()=>{const _0x37ef4f=_0x31e1ec;_0x59ddfa[_0x37ef4f(0xf1)](_0x9858af[_0x37ef4f(0x658)],!0x0);},'onBlur':()=>{const _0x365f67=_0x31e1ec;_0x59ddfa['setContextValue'](_0x9858af[_0x365f67(0x658)],!0x1);}})]}),(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x1d264e,{'chartType':_0x1ac4f6[_0x31e1ec(0xc9)][_0x31e1ec(0x25f)],'allSeriesStyle':_0x2740f4,'controlName':'','seriesStyle':_0x40393e?_0x2740f4==null||(_0x276cf3=_0x2740f4[_0x31e1ec(0x131)])==null?void 0x0:_0x276cf3[_0x31e1ec(0x21f)]:_0x476639==null||(_0x4c33b6=_0x476639[_0x31e1ec(0x131)])==null?void 0x0:_0x4c33b6[_0x31e1ec(0x21f)],'onSeriesStyleChange':_0x453244=>_0x2483f2({'waterfall':{'negative':_0x453244}})}),(0x0,_0x95d316['jsx'])(_0x47d176,{'controlName':_0x2336bb['t']('sheets-chart-ui.border'),'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x2740f4==null?void 0x0:_0x2740f4[_0x31e1ec(0x33e)],'borderStyle':_0x1cd0a8,'onSeriesStyleChange':_0x1c10db=>_0x2483f2({'waterfall':{'negative':_0x1c10db}})})]}),_0xd2dc2&&(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x95d316['Fragment'],{'children':(0x0,_0x95d316['jsx'])(_0x31e1ec(0x2f7),{'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,_0x95d316[_0x31e1ec(0x3c2)])(_0x95d316[_0x31e1ec(0x3bd)],{'children':[(0x0,_0x95d316['jsx'])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2a4),'children':_0x2336bb['t'](_0x31e1ec(0x421))}),(0x0,_0x95d316[_0x31e1ec(0x3c2)])(_0x95d316[_0x31e1ec(0x3bd)],{'children':[(0x0,_0x95d316['jsx'])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x5f4),'children':_0x2336bb['t'](_0x31e1ec(0x3be))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x31e1ec(0x4ec)],{'className':_0x31e1ec(0x63e),'value':_0x52265d||_0x29c354(_0x151fe7,_0x1ac4f6[_0x31e1ec(0x2ca)][_0x31e1ec(0x612)]),'onChange':_0x3c1ea3=>{_0x2483f2({'waterfall':{'subtotal':{'name':_0x3c1ea3}}});},'onFocus':()=>{const _0x180309=_0x31e1ec;_0x59ddfa[_0x180309(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0);},'onBlur':()=>{const _0x3e5387=_0x31e1ec;_0x59ddfa[_0x3e5387(0xf1)](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x1);}})]}),(0x0,_0x95d316['jsx'])(_0x1d264e,{'chartType':_0x1ac4f6[_0x31e1ec(0xc9)][_0x31e1ec(0x25f)],'allSeriesStyle':_0x2740f4,'controlName':'','seriesStyle':_0x40393e?_0x2740f4==null||(_0x2ffbea=_0x2740f4[_0x31e1ec(0x131)])==null?void 0x0:_0x2ffbea[_0x31e1ec(0x612)]:_0x476639==null||(_0x499359=_0x476639[_0x31e1ec(0x131)])==null?void 0x0:_0x499359[_0x31e1ec(0x612)],'onSeriesStyleChange':_0x4acc53=>_0x2483f2({'waterfall':{'subtotal':_0x4acc53}})}),(0x0,_0x95d316['jsx'])(_0x47d176,{'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x2740f4==null?void 0x0:_0x2740f4['border'],'controlName':_0x2336bb['t']('sheets-chart-ui.border'),'borderStyle':_0xa51057,'onSeriesStyleChange':_0x49622b=>_0x2483f2({'waterfall':{'subtotal':_0x49622b}})})]})})}),(0x0,_0x95d316[_0x31e1ec(0x31d)])(_0x31e1ec(0x2f7),{'className':_0x31e1ec(0x2ef),'children':(0x0,_0x95d316['jsx'])(_0x4d9a2a,{'fallbackLabelStyle':_0x395ba8,'labelStyle':_0x2d60cd,'positionOptions':_0x951556,'contentTypeOptions':_0x5cb8c2,'onLabelStyleChange':(_0x1ae249,_0x424ee1)=>_0x2483f2({'label':{[_0x1ae249]:_0x424ee1}}),'onVisibleChange':_0x2db4c5=>_0x2483f2({'label':{'visible':_0x2db4c5}}),'isPieLike':!0x1,'chartType':_0x1ac4f6[_0x31e1ec(0xc9)]['Waterfall']})})]});};function _0x2714ae(_0x2983f9){const _0x3c1d3e=_0x3e9a16;let _0x4c2c58=[];for(let [_0x4a683d,_0x12c2fd]of _0x2983f9)_0x4c2c58[_0x3c1d3e(0x3cc)]({'value':_0x4a683d,'label':_0x4a683d,'icon':_0x12c2fd[_0x3c1d3e(0x118)]});return _0x4c2c58;}function _0x5ed653(){const _0x5b3c29=_0x3e9a16;let _0x137b9e=(0x0,_0x376ff1[_0x5b3c29(0x269)])(_0x9858af[_0x5b3c29(0x397)]),_0x49bf1b=_0x2714ae((0x0,_0x376ff1['useDependency'])(_0x1ac4f6['WordCloudMuskImageService'])[_0x5b3c29(0x323)]()),[_0x221b2b,_0x166ee6]=_0x3cf868(_0x5b3c29(0x419)),[_0x34be67,_0x1e3211]=_0x3cf868(_0x5b3c29(0x3fb)),[_0x294149,_0x34e9c3]=(0x0,_0x2da8fe[_0x5b3c29(0x100)])(!0x1),_0x239373=_0x49bf1b[_0x5b3c29(0x295)](_0x5eb4b1=>_0x5eb4b1[_0x5b3c29(0x109)]===_0x221b2b)||_0x49bf1b[0x0];return(0x0,_0x95d316['jsxs'])(_0x5b3c29(0x2f7),{'className':_0x5b3c29(0x2ef),'children':[(0x0,_0x95d316['jsx'])(_0x5b3c29(0x2f7),{'className':'univer-text\x20univer-mb-2\x20univer-text-sm','children':_0x137b9e['t'](_0x5b3c29(0x363))}),(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0xd4f7f1[_0x5b3c29(0xfe)],{'open':_0x294149,'onOpenChange':_0x34e9c3,'overlay':(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0x5b3c29(0x2f7),{'className':_0x5b3c29(0x4d1),'children':_0x49bf1b['map'](_0x592f74=>(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0x5b3c29(0x344),{'className':(0x0,_0xd4f7f1[_0x5b3c29(0x135)])(_0x5b3c29(0x39b),_0xd4f7f1['borderClassName'],{'univer-bg-white':_0x239373[_0x5b3c29(0x109)]!==_0x592f74[_0x5b3c29(0x109)],'univer-select-item-option-selected':_0x239373[_0x5b3c29(0x109)]===_0x592f74[_0x5b3c29(0x109)]}),'type':_0x5b3c29(0x344),'onClick':()=>{_0x166ee6(_0x592f74['value']),_0x34e9c3(!0x1);},'children':(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0x5b3c29(0x5f7),{'className':_0x5b3c29(0x211),'children':(0x0,_0x95d316['jsx'])(_0x5b3c29(0x416),{'src':_0x592f74['icon'],'alt':_0x592f74['label']})})},_0x592f74[_0x5b3c29(0x109)]))}),'children':(0x0,_0x95d316[_0x5b3c29(0x31d)])('button',{'className':(0x0,_0xd4f7f1['clsx'])(_0x5b3c29(0xdf),_0xd4f7f1['borderClassName']),'type':_0x5b3c29(0x344),'children':(0x0,_0x95d316['jsxs'])(_0x5b3c29(0x5f7),{'className':_0x5b3c29(0x505),'children':[(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0x5b3c29(0x5f7),{'className':_0x5b3c29(0x320),'children':(0x0,_0x95d316['jsx'])('img',{'className':'univer-size-4','src':_0x239373[_0x5b3c29(0x2f2)],'alt':_0x239373[_0x5b3c29(0x1c3)]})}),(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0x5b3c29(0x5f7),{'children':_0x239373['label']})]})})}),(0x0,_0x95d316[_0x5b3c29(0x31d)])(_0xd4f7f1[_0x5b3c29(0x5af)],{'className':_0x5b3c29(0x4ba),'checked':_0x34be67==null?_0x1ac4f6['defaultChartConfig'][_0x5b3c29(0x2a1)][_0x5b3c29(0x553)]:_0x34be67,'onChange':_0x30a3d1=>{_0x1e3211==null||_0x1e3211(!!_0x30a3d1);},'children':_0x137b9e['t']('sheets-chart-ui.styleEditPanel.repeatWordCould')})]});}let {textStyle:_0x2d9d14}=_0x1ac4f6[_0x3e9a16(0xd3)];function _0x5b0c99(_0xa4ca61){const _0x3cba86=_0x3e9a16;var _0x49fb93;return(_0x49fb93=_0xa4ca61==null?void 0x0:_0xa4ca61[_0x3cba86(0x295)](_0x2491e6=>_0x2491e6[_0x3cba86(0x3ea)]===_0x1ac4f6[_0x3cba86(0x49c)][_0x3cba86(0x4e8)]))==null?_0xa4ca61==null?void 0x0:_0xa4ca61[_0x3cba86(0x295)](_0x14db51=>_0x14db51[_0x3cba86(0x3ea)]===_0x1ac4f6[_0x3cba86(0x49c)]['Right']):_0x49fb93;}let _0x938264=()=>{const _0x3cbd3b=_0x3e9a16;var _0x2c6513,_0x1fb6f0,_0x19491d,_0x723c2f,_0x2ac13d,_0x380f12,_0x322ae7,_0x5530bf;let _0x599d68=(0x0,_0x376ff1[_0x3cbd3b(0x269)])(_0x9858af['LocaleService']),_0x236c44=(0x0,_0x376ff1[_0x3cbd3b(0x269)])(_0x9858af['IContextService']),_0x57ed71=(0x0,_0x376ff1['useDependency'])(_0x53066b),_0x355cba=(0x0,_0x376ff1[_0x3cbd3b(0x269)])(_0x376ff1[_0x3cbd3b(0xde)]),_0xcee71=(0x0,_0x376ff1[_0x3cbd3b(0x10e)])(_0x57ed71[_0x3cbd3b(0x511)],null),_0x465da1=(0x0,_0x376ff1['useObservable'])(_0x57ed71[_0x3cbd3b(0x278)],null),_0x548df4=(_0x465da1==null?void 0x0:_0x465da1[_0x3cbd3b(0x2d2)])===_0xcee71?_0x465da1['route']:null,_0xee2ef9=(0x0,_0x2da8fe[_0x3cbd3b(0x18d)])(null),[_0x9ddc0f,_0xa98f86]=_0x3cf868(_0x3cbd3b(0x59b)),[_0x3e13c0,_0x199946]=_0x3cf868('backgroundColor',''),[_0x4f1012,_0x2f09db]=_0x3cf868('borderColor',''),[_0x5dffc1,_0x465d42]=_0x3cf868(_0x3cbd3b(0x1ea)),[_0x3dbbaa,_0x194424]=_0x3cf868('visualMapType'),[_0x18b01a,_0x3e047c]=_0x3cf868('xAxisOptions'),[_0xaa08f2,_0x26e022]=_0x3cf868(_0x3cbd3b(0x2d6)),[_0x46ddab,_0x51ac76]=_0x3cf868(_0x3cbd3b(0x2bf)),[_0x38194a,_0xbbbef]=_0x3cf868(_0x3cbd3b(0xd0)),[_0x2aaea1,_0x55bda1]=_0x3cf868(_0x3cbd3b(0x22b)),[_0x36b07a,_0x4361ad]=_0x3cf868(_0x3cbd3b(0x624)),[_0x25f2e1]=_0x3cf868('runtimeAxes'),[_0x18e531]=_0x3cf868(_0x3cbd3b(0x247)),_0x1cc327=(0x0,_0x376ff1[_0x3cbd3b(0x269)])(_0x1ac4f6[_0x3cbd3b(0x601)]),[_0x3acc17,_0x246fda]=(0x0,_0x2da8fe['useState'])(''),[_0xf22b4d]=_0x3cf868(_0x3cbd3b(0x1d2)),_0x1e3e9d=_0x9ddc0f&&(0x0,_0x1ac4f6[_0x3cbd3b(0x138)])(_0x9ddc0f),_0x28ee03=_0xf22b4d&&_0xf22b4d[_0x3cbd3b(0x428)]>0x0,_0x5b552f=_0x9ddc0f&&_0x1ac4f6['chartBitsUtils'][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x16a)]),_0x2c8764=(0x0,_0x2da8fe[_0x3cbd3b(0x253)])(()=>_0x18e531?_0x1cc327[_0x3cbd3b(0x239)](_0x18e531):_0x1cc327[_0x3cbd3b(0x1d8)](),[_0x18e531]),_0x2d44cc=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6['ChartTypeBits'][_0x3cbd3b(0x49b)])),_0x2ee037=!!(_0x9ddc0f&&_0x1ac4f6['chartBitsUtils']['baseOn'](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x4a1)])),_0x377f0f=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)]['baseOn'](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x5bd)])),_0x26d7dd=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)]['Relation'])),_0x47383b=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x2df)])),_0x1ad9e0=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x188)])),_0xb5d25=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x3cf)])),_0x510b69=(0x0,_0x2da8fe[_0x3cbd3b(0x253)])(()=>_0x25f2e1==null?void 0x0:_0x25f2e1[_0x3cbd3b(0x56f)]((_0x16a1c3,_0x1f2a14)=>(_0x16a1c3[_0x1f2a14[_0x3cbd3b(0x3ea)]]=_0x1f2a14,_0x16a1c3),{}),[_0x25f2e1]),_0x2431ce=!!(_0x510b69!=null&&_0x510b69[_0x1ac4f6[_0x3cbd3b(0x49c)][_0x3cbd3b(0x519)]])&&!!(_0x510b69!=null&&_0x510b69[_0x1ac4f6[_0x3cbd3b(0x49c)][_0x3cbd3b(0x4e8)]])&&(_0x9ddc0f&_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x4d7)])===0x0&&(_0x9ddc0f&_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x292)])===0x0,_0x34e7de=_0x5b0c99(_0x25f2e1),[_0x1163cd,_0x3f3a96]=(0x0,_0x2da8fe[_0x3cbd3b(0x100)])(_0x3a99fa[0x0][_0x3cbd3b(0x109)]),[_0x217227,_0x250507]=(0x0,_0x2da8fe[_0x3cbd3b(0x100)])(null),_0x571b55=_0x38194a==null?void 0x0:_0x38194a[_0x1163cd],_0x4aaa7b={'color':_0x2d9d14[_0x3cbd3b(0x55b)],'fontSize':_0x1163cd===_0x3cbd3b(0x5a2)?_0x2d9d14[_0x3cbd3b(0x206)]:_0x1163cd===_0x3cbd3b(0xdc)?_0x2d9d14[_0x3cbd3b(0x378)]:_0x2d9d14[_0x3cbd3b(0x5b0)],..._0x571b55},_0x14ad78=(0x0,_0x2da8fe[_0x3cbd3b(0x661)])(_0x15d60f=>{_0xbbbef({[_0x1163cd]:_0x15d60f});},[_0x1163cd]),_0x59f27a=_0x17e1b5=>{const _0x1db3e5=_0x3cbd3b;let _0x4a20c6={'label':{'axisTitleAlign':_0x17e1b5}};_0x1163cd===_0x1db3e5(0x271)&&_0x3e047c(_0x4a20c6),_0x1163cd==='yAxisTitle'&&_0x26e022(_0x4a20c6),_0x1163cd===_0x1db3e5(0x542)&&_0x51ac76(_0x4a20c6);},_0x2a7513=()=>{const _0x46ca7c=_0x3cbd3b;if(_0x1163cd===_0x46ca7c(0x271)){var _0x58d9a0;return _0x18b01a==null||(_0x58d9a0=_0x18b01a[_0x46ca7c(0x1c3)])==null?void 0x0:_0x58d9a0[_0x46ca7c(0x366)];}if(_0x1163cd===_0x46ca7c(0x4bb)){var _0x1537f8;return _0xaa08f2==null||(_0x1537f8=_0xaa08f2[_0x46ca7c(0x1c3)])==null?void 0x0:_0x1537f8[_0x46ca7c(0x366)];}if(_0x1163cd===_0x46ca7c(0x542)){var _0xd16455;return _0x46ddab==null||(_0xd16455=_0x46ddab['label'])==null?void 0x0:_0xd16455[_0x46ca7c(0x366)];}};(0x0,_0x2da8fe[_0x3cbd3b(0x498)])(()=>{const _0x1d4136=_0x3cbd3b;var _0x104652;_0x246fda((_0x104652=_0x4aaa7b==null?void 0x0:_0x4aaa7b[_0x1d4136(0x473)])==null?'':_0x104652);},[_0x4aaa7b==null?void 0x0:_0x4aaa7b[_0x3cbd3b(0x473)]]);let _0x3c61e9=_0x14c2a1[_0x3cbd3b(0x4ee)](_0xf05a3e=>({..._0xf05a3e,'label':_0x599d68['t'](_0xf05a3e[_0x3cbd3b(0x1c3)])})),_0x260016=_0x3a99fa[_0x3cbd3b(0x4ee)](_0x2b9341=>({..._0x2b9341,'label':_0x599d68['t'](_0x2b9341['label'])})),_0x361fbb=_0x301ce1[_0x3cbd3b(0x4ee)](_0x8641cb=>({..._0x8641cb,'label':_0x599d68['t'](_0x8641cb['label'])})),_0x3cc411=_0x25ffb2[_0x3cbd3b(0x4ee)](_0x4c0227=>({..._0x4c0227,'label':_0x599d68['t'](_0x4c0227[_0x3cbd3b(0x1c3)])})),_0x19fb4e=[_0x260016[0x0]],_0x567772=_0x48b85d[_0x3cbd3b(0x4ee)](_0x3b16f1=>({..._0x3b16f1,'label':_0x599d68['t'](_0x3b16f1['label'])})),_0x4dfca2=_0x2216c3['map'](_0x118ef4=>({..._0x118ef4,'label':_0x599d68['t'](_0x118ef4[_0x3cbd3b(0x1c3)])})),_0x1b9386=(_0x156ff6,_0x22c6a9)=>{const _0x5ace19=_0x3cbd3b;let _0x3bf50f={'label':_0x49d10b,'onPatternApply':_0x22c6a9,'originPattern':_0x156ff6};_0x355cba[_0x5ace19(0x26c)]({'id':_0x3a141d,'title':{'title':_0x599d68['t']('sheets-chart-ui.dialog.setFormat')},'children':_0x3bf50f,'width':0x258,'onClose':()=>{const _0x289cd8=_0x5ace19;_0x355cba[_0x289cd8(0x2c2)](_0x3a141d);}});},_0x38a1d0=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x4d7)])),_0x4b8b0a=!!(_0x9ddc0f&&_0x1ac4f6[_0x3cbd3b(0x65b)][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x292)])),_0x206356=!!(_0x9ddc0f&&_0x1ac4f6['chartBitsUtils'][_0x3cbd3b(0x408)](_0x9ddc0f,_0x1ac4f6['ChartTypeBits'][_0x3cbd3b(0x25f)])),_0xfb6cf7=[{'id':'chartStyle','label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x2f3))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x5f1),{'className':_0x3cbd3b(0x2ef),'children':(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x284),'children':[(0x0,_0x95d316[_0x3cbd3b(0x3c2)])('div',{'className':_0x3cbd3b(0x329),'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x154),'children':_0x599d68['t'](_0x3cbd3b(0xb1))}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x536aec['ColorPickerControl'],{'color':_0x3e13c0,'onChange':_0x199946})]}),(0x0,_0x95d316[_0x3cbd3b(0x3c2)])('div',{'className':_0x3cbd3b(0x329),'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x154),'children':_0x599d68['t'](_0x3cbd3b(0x457))}),(0x0,_0x95d316['jsx'])(_0x536aec[_0x3cbd3b(0x59c)],{'color':_0x4f1012,'onChange':_0x2f09db})]})]})})},{'id':_0x3cbd3b(0x29c),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x116))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x5f1),{'children':[(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x2ef),'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x154),'children':_0x599d68['t'](_0x3cbd3b(0x16f))}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x655)],{'className':_0x3cbd3b(0x657),'value':_0x1163cd,'options':_0x38a1d0||_0x4b8b0a||_0x2d44cc?_0x19fb4e:_0x260016,'onChange':_0x30354c=>_0x3f3a96(_0x30354c)})]}),(0x0,_0x95d316['jsxs'])(_0x3cbd3b(0x2f7),{'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,_0x95d316['jsx'])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x154),'children':_0x599d68['t'](_0x3cbd3b(0x34d))}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x4ec)],{'value':_0x3acc17,'onChange':_0x246fda,'onFocus':()=>{_0x236c44['setContextValue'](_0x9858af['FOCUSING_PANEL_EDITOR'],!0x0);},'onBlur':()=>{const _0x1e8dff=_0x3cbd3b;_0x236c44[_0x1e8dff(0xf1)](_0x9858af[_0x1e8dff(0x658)],!0x1),_0x3acc17!==(_0x4aaa7b==null?void 0x0:_0x4aaa7b['content'])&&_0x14ad78({'content':_0x3acc17});}})]}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x2ef),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x284),'children':(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x2f7),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x1163cd===_0x3cbd3b(0x5a2)&&(0x0,_0x95d316['jsxs'])(_0x95d316['Fragment'],{'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x599d68['t'](_0x3cbd3b(0x51f))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x3cbd3b(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':_0x2aaea1==null?_0x1ac4f6[_0x3cbd3b(0xd3)]['titlePosition']:_0x2aaea1,'options':_0x567772,'onChange':_0x394cb1=>_0x55bda1(_0x394cb1)})]}),_0x1163cd!==_0x3cbd3b(0x5a2)&&(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x95d316[_0x3cbd3b(0x3bd)],{'children':[(0x0,_0x95d316['jsx'])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x154),'children':_0x599d68['t']('sheets-chart-ui.titles.titleAlign')}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x655)],{'className':_0x3cbd3b(0x657),'value':(_0x2c6513=_0x2a7513())==null?_0x1ac4f6[_0x3cbd3b(0xd3)][_0x3cbd3b(0x360)]['titleAlign']:_0x2c6513,'options':_0x4dfca2,'onChange':_0x248b40=>_0x59f27a(_0x248b40)})]})]})})}),(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x2ef),'children':[(0x0,_0x95d316['jsx'])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x154),'children':_0x599d68['t'](_0x3cbd3b(0x338))}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x297),'children':(0x0,_0x95d316['jsx'])(_0x536aec[_0x3cbd3b(0x14b)],{'alignControl':_0x1163cd===_0x3cbd3b(0x5a2),..._0x4aaa7b,'onChange':(_0x40df42,_0x354a2f)=>_0x14ad78({[_0x40df42]:_0x354a2f})})})]})]})},_0x2d44cc&&{'id':'wordCloud','label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x160))}),'children':(0x0,_0x95d316['jsx'])(_0x5ed653,{})},!_0x2d44cc&&!_0x38a1d0&&!_0x2ee037&&!_0x26d7dd&&!_0x206356&&!_0x47383b&&!_0x1ad9e0&&!_0xb5d25&&{'id':_0x3cbd3b(0x4ce),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t']('sheets-chart-ui.series')}),'children':(0x0,_0x95d316['jsx'])(_0x4aadc1,{'chartType':_0x9ddc0f,'selectedSeriesId':(_0x548df4==null?void 0x0:_0x548df4['section'])===_0x3cbd3b(0x4ce)?_0x548df4['seriesId']:void 0x0})},_0x47383b&&{'id':'paretoBarSeries','label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x3fa))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x55016d,{'isLineSeries':!0x1})},_0x47383b&&{'id':'paretoLineSeries','label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x465))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x55016d,{'isLineSeries':!0x0})},_0x206356&&{'id':_0x3cbd3b(0x12e),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t']('sheets-chart-ui.series')}),'children':(0x0,_0x95d316['jsx'])(_0x5c6f00,{})},_0x38a1d0&&{'id':'pieStyle','label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x599d68['t'](_0x3cbd3b(0x1c7))}),'children':(0x0,_0x95d316['jsx'])(_0x23c570,{'chartType':_0x9ddc0f,'onChartTypeChange':_0xa98f86})},!_0x2d44cc&&!_0x1ad9e0&&{'id':'legend','label':(0x0,_0x95d316['jsx'])('div',{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x599d68['t'](_0x3cbd3b(0x24c))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x5f1),{'children':[(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x2ef),'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x154),'children':_0x599d68['t']('sheets-chart-ui.position')}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x655)],{'className':'univer-w-full\x20!univer-min-w-0','value':(_0x5dffc1==null?void 0x0:_0x5dffc1['position'])||_0x1ac4f6[_0x3cbd3b(0xd3)][_0x3cbd3b(0x588)][_0x3cbd3b(0x3ea)],'onChange':_0x20ac0e=>_0x465d42({..._0x5dffc1,'position':_0x20ac0e}),'options':_0x3c61e9})]}),(0x0,_0x95d316['jsxs'])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x2ef),'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x154),'children':_0x599d68['t']('sheets-chart-ui.legendSelectMode')}),!_0xb5d25&&(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x655)],{'className':_0x3cbd3b(0x657),'value':(_0x5dffc1==null?void 0x0:_0x5dffc1[_0x3cbd3b(0x38f)])||_0x1ac4f6[_0x3cbd3b(0xd3)][_0x3cbd3b(0x588)]['selectMode'],'onChange':_0x4bb760=>_0x465d42({..._0x5dffc1,'selectMode':_0x4bb760}),'options':_0x361fbb}),_0xb5d25&&(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x655)],{'className':_0x3cbd3b(0x657),'value':_0x3dbbaa||_0x1ac4f6['defaultChartConfig'][_0x3cbd3b(0x54d)][_0x3cbd3b(0x563)],'onChange':_0x284f8b=>_0x194424(_0x284f8b),'options':_0x3cc411})]}),!_0xb5d25&&(0x0,_0x95d316['jsxs'])(_0x3cbd3b(0x2f7),{'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,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x154),'children':_0x599d68['t'](_0x3cbd3b(0x338))}),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x536aec[_0x3cbd3b(0x14b)],{..._0x5dffc1==null?void 0x0:_0x5dffc1[_0x3cbd3b(0x1c3)],'fontSize':(_0x1fb6f0=_0x5dffc1==null||(_0x19491d=_0x5dffc1['label'])==null?void 0x0:_0x19491d[_0x3cbd3b(0x5b0)])==null?_0x1ac4f6[_0x3cbd3b(0xd3)]['textStyle'][_0x3cbd3b(0x5b0)]:_0x1fb6f0,'color':(_0x723c2f=_0x5dffc1==null||(_0x2ac13d=_0x5dffc1[_0x3cbd3b(0x1c3)])==null?void 0x0:_0x2ac13d[_0x3cbd3b(0x55b)])==null?_0x1ac4f6[_0x3cbd3b(0xd3)][_0x3cbd3b(0x39e)][_0x3cbd3b(0x55b)]:_0x723c2f,'onChange':(_0x19040d,_0x2a11c6)=>_0x465d42({'label':{[_0x19040d]:_0x2a11c6}})})]})]})},!_0x2d44cc&&!_0x38a1d0&&!_0x4b8b0a&&!_0x377f0f&&!_0x26d7dd&&!_0x1ad9e0&&!_0xb5d25&&{'id':_0x3cbd3b(0x585),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x2be))}),'children':(0x0,_0x95d316['jsxs'])(_0x3cbd3b(0x5f1),{'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,_0x95d316['jsx'])(_0x5e564f,{'axisOptions':_0x18b01a,'canUseDateAxis':_0x9ddc0f!==_0x1ac4f6[_0x3cbd3b(0xc9)][_0x3cbd3b(0x16a)]&&_0x9ddc0f!==_0x1ac4f6['ChartTypeBits'][_0x3cbd3b(0x25f)],'valueAxis':_0x5b552f||(_0x510b69==null||(_0x380f12=_0x510b69[_0x1ac4f6[_0x3cbd3b(0x49c)][_0x3cbd3b(0xec)]])==null?void 0x0:_0x380f12[_0x3cbd3b(0x475)])===_0x1ac4f6[_0x3cbd3b(0x5c1)][_0x3cbd3b(0x2a0)],'onChange':_0x3e047c}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x3cbd3b(0x57e)],{'className':'','size':_0x3cbd3b(0x20d),'onClick':()=>{_0x1b9386(_0x18b01a==null?void 0x0:_0x18b01a['format'],_0x3e60e3=>{_0x3e047c({'format':_0x3e60e3});});},'children':_0x599d68['t'](_0x3cbd3b(0x650))})]})},!_0x2d44cc&&!_0x38a1d0&&!_0x4b8b0a&&!_0x377f0f&&!_0x26d7dd&&!_0x1ad9e0&&!_0xb5d25&&{'id':_0x3cbd3b(0x95),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x3b5))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x5f1),{'className':_0x3cbd3b(0x2ef),'children':[(0x0,_0x95d316['jsx'])(_0x5e564f,{'axisOptions':_0xaa08f2,'canUseDateAxis':!0x1,'valueAxis':(_0x34e7de==null?void 0x0:_0x34e7de[_0x3cbd3b(0x475)])===_0x1ac4f6[_0x3cbd3b(0x5c1)][_0x3cbd3b(0x2a0)],'onChange':_0x26e022}),(_0x34e7de==null?void 0x0:_0x34e7de[_0x3cbd3b(0x475)])===_0x1ac4f6[_0x3cbd3b(0x5c1)]['Numeric']&&(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1['Button'],{'className':'','size':_0x3cbd3b(0x20d),'onClick':()=>{const _0x17b784=_0x3cbd3b;_0x1b9386(_0xaa08f2==null?void 0x0:_0xaa08f2[_0x17b784(0x47f)],_0x1b30ca=>{_0x26e022({'format':_0x1b30ca});});},'children':_0x599d68['t'](_0x3cbd3b(0x650))})]})},!_0x2d44cc&&_0x2431ce&&!_0x26d7dd&&!_0x1ad9e0&&!_0xb5d25&&{'id':_0x3cbd3b(0x38a),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x643))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x3c2)])(_0x3cbd3b(0x5f1),{'className':_0x3cbd3b(0x2ef),'children':[(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x5e564f,{'canUseDateAxis':!0x1,'axisOptions':_0x46ddab,'onChange':_0x51ac76,'valueAxis':!0x0}),(_0x510b69==null||(_0x322ae7=_0x510b69[_0x1ac4f6[_0x3cbd3b(0x49c)][_0x3cbd3b(0x519)]])==null?void 0x0:_0x322ae7['type'])===_0x1ac4f6[_0x3cbd3b(0x5c1)][_0x3cbd3b(0x2a0)]&&(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1[_0x3cbd3b(0x57e)],{'className':'','size':_0x3cbd3b(0x20d),'onClick':()=>{const _0x2459a3=_0x3cbd3b;_0x1b9386(_0x46ddab==null?void 0x0:_0x46ddab[_0x2459a3(0x47f)],_0x1fdf57=>{_0x51ac76({'format':_0x1fdf57});});},'children':_0x599d68['t']('sheets-chart-ui.dialog.setFormat')})]})},!_0x2d44cc&&!_0x38a1d0&&!_0x4b8b0a&&!_0x26d7dd&&!_0x377f0f&&!_0x1ad9e0&&!_0xb5d25&&{'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t']('sheets-chart-ui.gridlinesAndTicks')}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x5f1),{'className':_0x3cbd3b(0x2ef),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x2b2c4c,{'className':_0x3cbd3b(0x17c),'runtimeAxes':_0x25f2e1})})},!_0x2d44cc&&!_0x26d7dd&&!_0x38a1d0&&!_0x377f0f&&!_0x1ad9e0&&{'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x1f2))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x5f1),{'className':_0x3cbd3b(0x2ef),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x13563d,{'indicatorLabelColor':(_0x36b07a==null?void 0x0:_0x36b07a[_0x3cbd3b(0x1ec)])||_0x1ac4f6[_0x3cbd3b(0xd3)][_0x3cbd3b(0x45d)],'indicatorLineType':(_0x36b07a==null?void 0x0:_0x36b07a['indicatorLineType'])||_0x1ac4f6['defaultChartConfig'][_0x3cbd3b(0x157)],'indicatorLabelTextColor':(_0x36b07a==null?void 0x0:_0x36b07a['indicatorLabelTextColor'])||_0x1ac4f6['defaultChartConfig'][_0x3cbd3b(0x298)],'indicatorLineColor':(_0x36b07a==null?void 0x0:_0x36b07a[_0x3cbd3b(0x59f)])||(_0x2c8764==null||(_0x5530bf=_0x2c8764['theme'])==null?void 0x0:_0x5530bf[_0x3cbd3b(0x46c)]),'onChange':_0x4bf1c5=>{_0x4361ad(_0x4bf1c5);}})})},_0x1e3e9d&&_0x28ee03&&{'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('div',{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x483))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x4229f2,{})},_0x26d7dd&&{'id':_0x3cbd3b(0x52b),'label':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':_0x3cbd3b(0x4b7),'children':_0x599d68['t'](_0x3cbd3b(0x644))}),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])('section',{'className':_0x3cbd3b(0x2ef),'children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x426de7,{})})}][_0x3cbd3b(0x536)](Boolean);return(0x0,_0x2da8fe['useEffect'])(()=>{const _0x213630=_0x3cbd3b;if(!_0x548df4||!_0x465da1||_0x465da1['chartId']!==_0xcee71||_0xee2ef9[_0x213630(0x4a6)]===_0x465da1)return;_0x548df4['titleKey']&&_0x3f3a96(_0x548df4['titleKey']);let _0x159e79=_0xfb6cf7[_0x213630(0x262)](_0x368b34=>_0x368b34['id']===_0x548df4[_0x213630(0x5f1)]);_0x159e79>=0x0&&_0x250507(_0x159e79),_0xee2ef9[_0x213630(0x4a6)]=_0x465da1;},[_0xcee71,_0x548df4,_0xfb6cf7,_0x465da1]),(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0x3cbd3b(0x2f7),{'className':'','children':(0x0,_0x95d316[_0x3cbd3b(0x31d)])(_0xd4f7f1['Accordion'],{'className':_0x3cbd3b(0x38e),'items':_0xfb6cf7,'openIndex':_0x217227,'onOpenIndexChange':_0x250507})});};function _0x547768(_0x3fc647){const _0x15ba8f=_0x3e9a16;let {className:_0xb99da2}=_0x3fc647,[_0x33633e,_0x39de7d]=(0x0,_0x2da8fe['useState'])(0x0),_0x1a7b0d=(0x0,_0x376ff1[_0x15ba8f(0x269)])(_0x9858af[_0x15ba8f(0x397)]),_0x57fd40=(0x0,_0x376ff1[_0x15ba8f(0x269)])(_0x53066b),_0x5c365f=(0x0,_0x376ff1[_0x15ba8f(0x10e)])(_0x57fd40['activeEditChart$'],null),_0x540b12=(0x0,_0x376ff1[_0x15ba8f(0x10e)])(_0x57fd40[_0x15ba8f(0x278)],null);return(0x0,_0x2da8fe[_0x15ba8f(0x498)])(()=>{const _0x56b44b=_0x15ba8f;var _0x504dfd,_0x1c5d46;(_0x540b12==null?void 0x0:_0x540b12[_0x56b44b(0x2d2)])===_0x5c365f&&(((_0x504dfd=_0x540b12[_0x56b44b(0x415)])==null?void 0x0:_0x504dfd[_0x56b44b(0x3f5)])===_0x56b44b(0x32e)&&_0x39de7d(0x1),((_0x1c5d46=_0x540b12[_0x56b44b(0x415)])==null?void 0x0:_0x1c5d46['tab'])===_0x56b44b(0x105)&&_0x39de7d(0x0));},[_0x5c365f,_0x540b12]),(0x0,_0x95d316[_0x15ba8f(0x3c2)])(_0x15ba8f(0x2f7),{'className':(0x0,_0xd4f7f1['clsx'])(_0x15ba8f(0x13e),_0xb99da2),'children':[(0x0,_0x95d316[_0x15ba8f(0x31d)])(_0x536aec[_0x15ba8f(0x34b)],{'value':_0x33633e,'items':[{'label':_0x1a7b0d['t']('sheets-chart-ui.setupChart'),'value':0x0},{'label':_0x1a7b0d['t'](_0x15ba8f(0x187)),'value':0x1}],'onChange':_0x39de7d}),(0x0,_0x95d316[_0x15ba8f(0x31d)])(_0x15ba8f(0x2f7),{'className':'univer-flex-1\x20univer-overflow-auto','children':_0x33633e===0x0?(0x0,_0x95d316[_0x15ba8f(0x31d)])(_0xea3ef,{}):(0x0,_0x95d316['jsx'])(_0x938264,{})})]});}let _0x17fcbf=_0x3e9a16(0x5bc);function _0x3608db(_0x1556a0){const _0x50f912=_0x3e9a16;if(_0x1556a0['length']!==0x1)return!0x1;let _0x5bebb0=_0x1556a0[0x0];return _0x5bebb0[_0x50f912(0x19e)]===_0x9858af[_0x50f912(0x630)][_0x50f912(0x4c5)]&&!_0x5bebb0['groupId'];}let _0x1f975f=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0xbbacff,_0x13c948,_0x3389be,_0x22ffd3,_0x3ab3b2,_0x287a95,_0xdf97fb,_0x38646c,_0x118156,_0x1f51c6,_0x38a8ae,_0x55d95e,_0x4bfb30,_0x1ed396,_0x3e73f5){const _0x51dbc7=_0x3e9a16;super(),this[_0x51dbc7(0x272)]=_0xbbacff,this[_0x51dbc7(0x30d)]=_0x13c948,this[_0x51dbc7(0x30c)]=_0x3389be,this[_0x51dbc7(0x584)]=_0x22ffd3,this[_0x51dbc7(0x33f)]=_0x3ab3b2,this['_sidebarService']=_0x287a95,this['_componentManager']=_0xdf97fb,this[_0x51dbc7(0x3da)]=_0x38646c,this[_0x51dbc7(0x479)]=_0x118156,this['_drawingContextMenuService']=_0x1f51c6,this[_0x51dbc7(0x5c5)]=_0x38a8ae,this['_sheetCanvasPopManagerService']=_0x55d95e,this[_0x51dbc7(0xcf)]=_0x4bfb30,this[_0x51dbc7(0x556)]=_0x1ed396,this['_contextService']=_0x3e73f5,_0x484c8a(this,_0x51dbc7(0x5dc),null),this[_0x51dbc7(0x2ba)](),this[_0x51dbc7(0x4b2)](this['_univerInstanceService'][_0x51dbc7(0x41a)](_0x9858af[_0x51dbc7(0x4aa)][_0x51dbc7(0x3d9)])[_0x51dbc7(0x468)](_0xdcefca=>{const _0x299256=_0x51dbc7;var _0x539ba1;_0xdcefca||(_0x539ba1=this[_0x299256(0x5dc)])==null||_0x539ba1[_0x299256(0x2c1)]();})),this[_0x51dbc7(0x4b2)]((0x0,_0x9858af['toDisposable'])(this[_0x51dbc7(0x33f)]['onDoubleClick$'][_0x51dbc7(0x468)](({drawing:_0xed8df7})=>{this['_handleDrawingDoubleClick'](_0xed8df7);})));}['_openPanel'](){const _0x25216b=_0x3e9a16;this[_0x25216b(0x5dc)]=this[_0x25216b(0x2da)][_0x25216b(0x26c)]({'id':_0x17fcbf,'header':{'title':_0x25216b(0x4f1)},'width':0x154,'children':{'label':_0x17fcbf},'onClose':()=>{const _0x5a054e=_0x25216b;this['_chartModelService'][_0x5a054e(0x539)](null),this[_0x5a054e(0x63d)](),this[_0x5a054e(0x272)]['focusDrawing'](null),this[_0x5a054e(0x181)][_0x5a054e(0xf1)](_0x9858af[_0x5a054e(0xef)],!0x1),this[_0x5a054e(0x5dc)]=null;}});}[_0x3e9a16(0x633)](){const _0x3a1174=_0x3e9a16;var _0x5c5374;this[_0x3a1174(0x30c)][_0x3a1174(0x539)](null),this[_0x3a1174(0x63d)](),(_0x5c5374=this[_0x3a1174(0x5dc)])==null||_0x5c5374[_0x3a1174(0x2c1)]();}[_0x3e9a16(0x2c3)](){const _0x22123a=_0x3e9a16;let _0xdcae0=this['_univerInstanceService'][_0x22123a(0x16c)](_0x9858af[_0x22123a(0x4aa)]['UNIVER_SHEET']);this['disposeWithMe'](this[_0x22123a(0x2da)][_0x22123a(0x1d1)][_0x22123a(0x468)](_0x449433=>{const _0x2398ee=_0x22123a;_0x449433['id']==='sheet.chart.edit.panel'&&(_0x449433[_0x2398ee(0x561)]||this[_0x2398ee(0x2da)]['sidebarOptions$']['next']({'visible':!0x1}));})),this[_0x22123a(0x4b2)](this[_0x22123a(0xcf)][_0x22123a(0x20c)](_0x2de83d=>{const _0x57b2a7=_0x22123a;if(_0x2de83d['id']===_0x4233d3['id']){let _0x1edb74=_0x2de83d[_0x57b2a7(0x3fc)];this['openChartPanelById'](_0x1edb74[_0x57b2a7(0x43b)],_0x1edb74[_0x57b2a7(0x415)]);}if(_0x2de83d['id']===_0x546d95['id']&&this[_0x57b2a7(0x633)](),_0x2de83d['id']===_0x5b1eb9[_0x57b2a7(0x23c)]['id']){var _0x63b61e;_0x2de83d['params']['chartId']===((_0x63b61e=this[_0x57b2a7(0x30c)][_0x57b2a7(0x1e8)])==null?void 0x0:_0x63b61e['id'])&&this['hidePanel'](),this['_contextService']['getContextValue'](_0x9858af[_0x57b2a7(0xef)])&&(this[_0x57b2a7(0x181)]['setContextValue'](_0x9858af[_0x57b2a7(0xef)],!0x1),this['_drawingManagerService'][_0x57b2a7(0xa3)](null));}})),this['disposeWithMe'](this[_0x22123a(0x5c5)]['remove$'][_0x22123a(0x468)](({id:_0xdc7925})=>{const _0xee3c31=_0x22123a;_0xdc7925===this[_0xee3c31(0x556)][_0xee3c31(0x406)]&&this[_0xee3c31(0x633)]();})),this[_0x22123a(0x4b2)](this['_sheetCanvasFloatDomManagerService'][_0x22123a(0x52f)][_0x22123a(0x468)](({id:_0xc819b5})=>{const _0x5696e3=_0x22123a;_0xc819b5===this[_0x5696e3(0x556)]['activeEditChart']&&(this[_0x5696e3(0x556)][_0x5696e3(0x274)](null),this[_0x5696e3(0x556)][_0x5696e3(0x4d9)](),this[_0x5696e3(0x584)][_0x5696e3(0xf3)](_0xc819b5,!0x1),this['_chartRenderService'][_0x5696e3(0xf3)](_0xc819b5,!0x0));})),this[_0x22123a(0x4b2)](this[_0x22123a(0x272)]['focus$'][_0x22123a(0x468)](_0x5a466e=>{const _0x24ba94=_0x22123a;let _0x2b7538=_0x5a466e[0x0];if(!this[_0x24ba94(0x556)][_0x24ba94(0x1d3)]){if(_0x3608db(_0x5a466e)){var _0xa669f2;let _0x1acea0=this[_0x24ba94(0x30c)][_0x24ba94(0x413)](_0x2b7538[_0x24ba94(0x43b)]);_0x1acea0&&((_0xa669f2=this[_0x24ba94(0x30c)]['activeChartModel'])==null?void 0x0:_0xa669f2['id'])!==_0x1acea0['id']&&this[_0x24ba94(0x30c)][_0x24ba94(0x539)](_0x1acea0);return;}this[_0x24ba94(0x30c)]['activeChartModel']&&this[_0x24ba94(0x30c)][_0x24ba94(0x539)](null),!_0x2b7538&&!this[_0x24ba94(0x556)][_0x24ba94(0x1d3)]&&this[_0x24ba94(0x633)]();}})),_0xdcae0&&(this['disposeWithMe'](_0xdcae0[_0x22123a(0x1af)][_0x22123a(0x468)](()=>{const _0x24d807=_0x22123a;this[_0x24d807(0x633)]();})),this[_0x22123a(0x4b2)](_0xdcae0[_0x22123a(0x26e)]['subscribe'](()=>{this['hidePanel']();})));}[_0x3e9a16(0x358)](_0x2c4050){const _0x5c74db=_0x3e9a16;this['_sheetsChartUIService'][_0x5c74db(0x406)]||_0x2c4050['drawingType']===_0x9858af[_0x5c74db(0x630)][_0x5c74db(0x4c5)]&&this['_openEditPanelByDoubleClick'](_0x2c4050[_0x5c74db(0x1e7)],_0x2c4050['subUnitId'],_0x2c4050[_0x5c74db(0x43b)]);}[_0x3e9a16(0x2e3)](_0x1bec9d,_0x256168,_0x1cc028){const _0x2a2a6c=_0x3e9a16;let _0xe0ffe4=this['_chartModelService'][_0x2a2a6c(0x413)](_0x1cc028);_0xe0ffe4&&(this['_chartModelService'][_0x2a2a6c(0x539)](_0xe0ffe4),this['_commandService'][_0x2a2a6c(0x1f9)](_0x4233d3['id'],{'unitId':_0x1bec9d,'subUnitId':_0x256168,'drawingId':_0x1cc028}));}[_0x3e9a16(0x427)](_0xcd0a85,_0x558a90){const _0x3614d1=_0x3e9a16;let _0x1c3ea4=this[_0x3614d1(0x30c)][_0x3614d1(0x413)](_0xcd0a85);_0x1c3ea4&&(this[_0x3614d1(0x30c)][_0x3614d1(0x539)](_0x1c3ea4),this[_0x3614d1(0x112)](),this[_0x3614d1(0x1bc)](_0xcd0a85,_0x558a90==null?null:_0x558a90));}['_activateEditPanelState'](_0xb80986,_0x18f985){const _0x2d7d9f=_0x3e9a16;let _0x3c0aec=this[_0x2d7d9f(0x556)][_0x2d7d9f(0x406)];_0x3c0aec&&_0x3c0aec!==_0xb80986&&(this['_chartRenderService'][_0x2d7d9f(0xf3)](_0x3c0aec,!0x1),this[_0x2d7d9f(0x556)][_0x2d7d9f(0x274)](null)),this[_0x2d7d9f(0x556)]['setActiveEditChart'](_0xb80986),this[_0x2d7d9f(0x556)]['setPanelRoute'](_0xb80986,_0x18f985),this['_chartRenderService'][_0x2d7d9f(0xf3)](_0xb80986,!0x0);}[_0x3e9a16(0x63d)](){const _0x3ed147=_0x3e9a16;let _0x2b4060=this['_sheetsChartUIService'][_0x3ed147(0x406)];_0x2b4060&&this[_0x3ed147(0x584)][_0x3ed147(0xf3)](_0x2b4060,!0x1),this[_0x3ed147(0x556)][_0x3ed147(0x537)](null),this[_0x3ed147(0x556)]['setSelectedElement'](null),this[_0x3ed147(0x556)][_0x3ed147(0x4d9)]();}[_0x3e9a16(0x2ba)](){const _0x3c7628=_0x3e9a16;this[_0x3c7628(0x479)]['mergeMenu'](_0x5c2b3f),this[_0x3c7628(0x4b2)](this[_0x3c7628(0x2b1)][_0x3c7628(0xfc)](_0x9858af['DrawingTypeEnum'][_0x3c7628(0x4c5)],{'getContextMenuPosition':()=>_0x25ca7c})),this[_0x3c7628(0x1a1)][_0x3c7628(0x2c0)](_0x9858af[_0x3c7628(0x630)]['DRAWING_CHART'],this[_0x3c7628(0x41d)]['bind'](this));}[_0x3e9a16(0x41d)](_0x79ba8c,_0x1fdf67,_0x26c3e9,_0x5ecfae){const _0x46609f=_0x3e9a16;return[{'label':_0x46609f(0x102),'index':0x0,'commandId':_0x4233d3['id'],'commandParams':{'unitId':_0x79ba8c,'subUnitId':_0x1fdf67,'drawingId':_0x26c3e9},'disable':_0x5ecfae!==_0x9858af[_0x46609f(0x630)][_0x46609f(0x4c5)]},{'label':_0x46609f(0x432),'index':0x1,'commandId':_0x2d5d06['RemoveSheetDrawingCommand']['id'],'commandParams':{'unitId':_0x79ba8c,'drawings':[{'unitId':_0x79ba8c,'subUnitId':_0x1fdf67,'drawingId':_0x26c3e9,'drawingType':_0x5ecfae}]},'disable':!0x1},{'label':_0x46609f(0x2eb),'index':0x2,'commandId':_0x546d95['id'],'commandParams':{'unitId':_0x79ba8c,'subUnitId':_0x1fdf67,'drawingId':_0x26c3e9},'disable':!0x1}];}};_0x1f975f=_0x5099d7([_0x196a56(0x0,_0xe08c46[_0x3e9a16(0x35a)]),_0x196a56(0x1,_0x9858af[_0x3e9a16(0x3b8)]),_0x196a56(0x2,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5b1eb9[_0x3e9a16(0x59e)])),_0x196a56(0x3,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x20c73b)),_0x196a56(0x4,(0x0,_0x9858af['Inject'])(_0x41e08b[_0x3e9a16(0x119)])),_0x196a56(0x5,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x376ff1[_0x3e9a16(0x5e1)])),_0x196a56(0x6,(0x0,_0x9858af['Inject'])(_0x376ff1['ComponentManager'])),_0x196a56(0x7,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x376ff1[_0x3e9a16(0x463)])),_0x196a56(0x8,_0x376ff1[_0x3e9a16(0x330)]),_0x196a56(0x9,_0x41e08b['IDrawingContextMenuService']),_0x196a56(0xa,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x41e08b[_0x3e9a16(0x136)])),_0x196a56(0xb,(0x0,_0x9858af['Inject'])(_0x5f3dc9[_0x3e9a16(0x142)])),_0x196a56(0xc,_0x9858af[_0x3e9a16(0x39a)]),_0x196a56(0xd,_0x53066b),_0x196a56(0xe,_0x9858af[_0x3e9a16(0x628)])],_0x1f975f);var _0x77380d=_0x3e9a16(0x566),_0x348b9f='1.0.0-alpha.3';let _0x58fffd={'scaleX':0x1,'scaleY':0x1};function _0x38da7f(_0x1492e4){let _0x36a4c5=_0x1492e4['nativeEvent'];return _0x36a4c5 instanceof MouseEvent?_0x36a4c5:void 0x0;}function _0x4b88aa(_0x3c58e0){const _0x315447=_0x3e9a16;let _0x1f31d9=_0x3c58e0[_0x315447(0x13b)],_0xc3a877=_0x1f31d9==null?void 0x0:_0x1f31d9[_0x315447(0x54a)];return _0xc3a877 instanceof Element?_0xc3a877:void 0x0;}function _0x151b42(_0x8fd62e){const _0x4527ec=_0x3e9a16;var _0x100dcb;return(_0x100dcb=_0x4b88aa(_0x8fd62e))==null?void 0x0:_0x100dcb[_0x4527ec(0x375)]();}function _0x365231(_0x31971a){const _0xcc367b=_0x3e9a16;return _0x31971a[_0xcc367b(0xbd)]||_0x31971a[_0xcc367b(0x53f)]-_0x31971a[_0xcc367b(0x381)];}function _0x3b83dc(_0x997396){const _0x5352d0=_0x3e9a16;return _0x997396['height']||_0x997396[_0x5352d0(0x5ec)]-_0x997396[_0x5352d0(0x3d8)];}function _0x5dd825(_0x1d6906,_0x2e9051){const _0x19204a=_0x3e9a16;let _0x55301a=_0x1d6906[_0x19204a(0x277)]||(_0x1d6906 instanceof HTMLElement?_0x1d6906[_0x19204a(0xcd)]:0x0),_0xd22999=_0x1d6906[_0x19204a(0x201)]||(_0x1d6906 instanceof HTMLElement?_0x1d6906['offsetHeight']:0x0),_0x947716=_0x365231(_0x2e9051),_0xabefcc=_0x3b83dc(_0x2e9051);return{'scaleX':_0x55301a>0x0&&_0x947716>0x0?_0x947716/_0x55301a:_0x58fffd['scaleX'],'scaleY':_0xd22999>0x0&&_0xabefcc>0x0?_0xabefcc/_0xd22999:_0x58fffd[_0x19204a(0x486)]};}function _0x40e7b0(_0x3b4d3b,_0x705150,_0x421ec5){const _0x570092=_0x3e9a16;return{'left':_0x3b4d3b[_0x570092(0x381)]+_0x705150['left']*_0x421ec5[_0x570092(0x1a8)],'right':_0x3b4d3b[_0x570092(0x381)]+_0x705150['right']*_0x421ec5[_0x570092(0x1a8)],'top':_0x3b4d3b[_0x570092(0x3d8)]+_0x705150[_0x570092(0x3d8)]*_0x421ec5[_0x570092(0x486)],'bottom':_0x3b4d3b[_0x570092(0x3d8)]+_0x705150[_0x570092(0x5ec)]*_0x421ec5[_0x570092(0x486)]};}function _0x166d9c(_0x5947af){const _0x2b632a=_0x3e9a16;let _0x28bfac=_0x4b88aa(_0x5947af),_0x3da18a=_0x5947af[_0x2b632a(0x1ab)][_0x2b632a(0x5da)];return _0x28bfac&&_0x3da18a?()=>{const _0x3d6efe=_0x2b632a;let _0x26408e=_0x28bfac[_0x3d6efe(0x375)]();return _0x40e7b0(_0x26408e,_0x3da18a,_0x5dd825(_0x28bfac,_0x26408e));}:()=>{const _0x5e2cac=_0x2b632a;var _0x5bdb00,_0x584f88;let _0x36f9aa=_0x151b42(_0x5947af);if(_0x36f9aa&&_0x3da18a)return _0x40e7b0(_0x36f9aa,_0x3da18a,_0x28bfac?_0x5dd825(_0x28bfac,_0x36f9aa):_0x58fffd);let _0xc11cf8=_0x38da7f(_0x5947af),_0x341108=_0x28bfac&&_0x36f9aa?_0x5dd825(_0x28bfac,_0x36f9aa):_0x58fffd,_0xe2d65d=(_0x5bdb00=_0xc11cf8==null?void 0x0:_0xc11cf8['clientX'])==null?_0x36f9aa?_0x36f9aa[_0x5e2cac(0x381)]+_0x5947af[_0x5e2cac(0x387)]['x']*_0x341108[_0x5e2cac(0x1a8)]:_0x5947af[_0x5e2cac(0x387)]['x']:_0x5bdb00,_0x2a8240=(_0x584f88=_0xc11cf8==null?void 0x0:_0xc11cf8[_0x5e2cac(0x18f)])==null?_0x36f9aa?_0x36f9aa[_0x5e2cac(0x3d8)]+_0x5947af[_0x5e2cac(0x387)]['y']*_0x341108['scaleY']:_0x5947af[_0x5e2cac(0x387)]['y']:_0x584f88;return{'left':_0xe2d65d,'right':_0xe2d65d+0x1,'top':_0x2a8240,'bottom':_0x2a8240+0x1};};}function _0x75f8ad(_0x186189){const _0x4837b3=_0x3e9a16;return typeof _0x186189=='number'&&Number[_0x4837b3(0x159)](_0x186189);}function _0x2acf2d(_0x3fd234){const _0x247f0c=_0x3e9a16;if(!_0x3fd234||typeof _0x3fd234!=_0x247f0c(0x3d5))return!0x0;let {startX:_0x5255b4,endX:_0x38c49b,startY:_0x3f03dd,endY:_0x4ddd4d}=_0x3fd234;return!_0x75f8ad(_0x5255b4)||!_0x75f8ad(_0x38c49b)||!_0x75f8ad(_0x3f03dd)||!_0x75f8ad(_0x4ddd4d)?!0x0:_0x38c49b-_0x5255b4>0x2&&_0x4ddd4d-_0x3f03dd>0x2;}function _0x5bd2ac(_0x36ac88){const _0x5f18e1=_0x3e9a16;return _0x36ac88[_0x5f18e1(0x53f)]<=_0x36ac88[_0x5f18e1(0x381)]||_0x36ac88[_0x5f18e1(0x5ec)]<=_0x36ac88[_0x5f18e1(0x3d8)]?!0x1:typeof window>'u'?!0x0:_0x36ac88[_0x5f18e1(0x53f)]>0x0&&_0x36ac88['bottom']>0x0&&_0x36ac88[_0x5f18e1(0x381)]<window[_0x5f18e1(0x1d4)]&&_0x36ac88[_0x5f18e1(0x3d8)]<window[_0x5f18e1(0x5f6)];}function _0x1ed2a1(_0x366cc3){const _0x7975f=_0x3e9a16;var _0x462f58;return _0x366cc3==null||(_0x462f58=_0x366cc3[_0x7975f(0x14f)])==null?void 0x0:_0x462f58[_0x7975f(0x3ac)](_0x366cc3);}function _0x4d6504(_0x333e8c,_0x4c6960,_0x39f284){const _0x178f94=_0x3e9a16;let _0x53e17a=_0x166d9c(_0x333e8c),_0x312955=_0x1ed2a1(_0x4c6960),_0x2d8c06=_0x53e17a(),_0xcede8e=new _0x50a9a7[(_0x178f94(0x20b))](_0x2d8c06),_0x5e5e22=new _0x9858af['DisposableCollection'](),_0xfa4e0b=!0x1,_0x46db2a=!0x1,_0x3c95b0=_0x360aa8=>_0x2acf2d(_0x312955)&&_0x5bd2ac(_0x360aa8),_0x5c6393=()=>{_0x46db2a||_0xfa4e0b||(_0x46db2a=!0x0,queueMicrotask(()=>{if(_0x46db2a=!0x1,!_0xfa4e0b){let _0xcd1199=_0x53e17a();if(!_0x3c95b0(_0xcd1199)){_0x39f284();return;}_0xcede8e['next'](_0xcd1199);}}));};return _0x4c6960&&_0x5e5e22['add'](_0x4c6960[_0x178f94(0x468)](_0x205573=>{_0x312955=_0x205573,_0x5c6393();})),typeof window<'u'&&_0x5e5e22['add']((0x0,_0x50a9a7['merge'])((0x0,_0x50a9a7['fromEvent'])(window,_0x178f94(0x121),{'capture':!0x0}),(0x0,_0x50a9a7[_0x178f94(0x1a3)])(window,_0x178f94(0x2ff)))['pipe']((0x0,_0x50a9a7['throttleTime'])(0x10))['subscribe'](_0x5c6393)),{'initialRect':_0x2d8c06,'anchorRect$':_0xcede8e[_0x178f94(0x148)](),'visible':_0x3c95b0(_0x2d8c06),'dispose':()=>{const _0x1f41b6=_0x178f94;_0xfa4e0b=!0x0,_0x5e5e22[_0x1f41b6(0x2c1)](),_0xcede8e[_0x1f41b6(0x637)]();}};}function _0x38ad26(_0x3cfa93){const _0x41e6e0=_0x3e9a16;return _0x3cfa93==='xAxis'?{'tab':_0x41e6e0(0x32e),'section':_0x41e6e0(0x585),'axisId':_0x3cfa93}:_0x3cfa93==='rightYAxis'?{'tab':_0x41e6e0(0x32e),'section':'rightVerticalAxis','axisId':_0x3cfa93}:{'tab':_0x41e6e0(0x32e),'section':_0x41e6e0(0x95),'axisId':_0x3cfa93};}function _0x4bc0e8(_0x4d2f2c){const _0x4f2580=_0x3e9a16;switch(_0x4d2f2c['scope']){case'chartArea':return{'tab':'style','section':'chartStyle'};case'title':return{'tab':'style','section':_0x4f2580(0x29c),'titleKey':_0x4d2f2c[_0x4f2580(0x27a)]};case _0x4f2580(0x63a):return{'tab':_0x4f2580(0x32e),'section':_0x4f2580(0x29c),'axisId':_0x4d2f2c['axisId'],'titleKey':_0x4d2f2c[_0x4f2580(0x27a)]};case _0x4f2580(0x360):case _0x4f2580(0x3f6):case _0x4f2580(0x48d):return _0x38ad26(_0x4d2f2c[_0x4f2580(0x238)]);case _0x4f2580(0x588):return{'tab':_0x4f2580(0x32e),'section':_0x4f2580(0x588)};case _0x4f2580(0x430):{let _0x12c1dd=_0x4d2f2c['directEdit'];return(_0x12c1dd==null?void 0x0:_0x12c1dd['kind'])==='seriesStyle'?{'tab':_0x4f2580(0x32e),'section':_0x4f2580(0x4ce),'seriesId':_0x12c1dd[_0x4f2580(0x558)]}:(_0x12c1dd==null?void 0x0:_0x12c1dd[_0x4f2580(0x1b2)])==='pieStyle'?{'tab':'style','section':'pieStyle'}:(_0x12c1dd==null?void 0x0:_0x12c1dd[_0x4f2580(0x1b2)])===_0x4f2580(0x35d)?{'tab':_0x4f2580(0x32e),'section':_0x12c1dd[_0x4f2580(0x5f0)]===_0x4f2580(0xc8)?_0x4f2580(0x414):_0x4f2580(0x477)}:(_0x12c1dd==null?void 0x0:_0x12c1dd['kind'])===_0x4f2580(0x58a)?{'tab':_0x4f2580(0x32e),'section':_0x4f2580(0x12e),'seriesId':_0x12c1dd[_0x4f2580(0x558)]}:_0x4d2f2c[_0x4f2580(0x456)]===_0x4f2580(0x37b)?{'tab':'style','section':'pieStyle'}:_0x4d2f2c[_0x4f2580(0x456)]===_0x4f2580(0x414)?{'tab':'style','section':_0x4f2580(0x414)}:_0x4d2f2c['panel']===_0x4f2580(0x477)?{'tab':_0x4f2580(0x32e),'section':'paretoLineSeries'}:_0x4d2f2c['panel']==='waterfallSeries'?{'tab':_0x4f2580(0x32e),'section':_0x4f2580(0x12e),'seriesId':_0x4d2f2c[_0x4f2580(0x558)]}:_0x4d2f2c[_0x4f2580(0x456)]===_0x4f2580(0x52b)?{'tab':'style','section':_0x4f2580(0x52b)}:_0x4d2f2c[_0x4f2580(0x456)]===_0x4f2580(0x2a1)?{'tab':'style','section':_0x4f2580(0x2a1)}:_0x4d2f2c[_0x4f2580(0x456)]===_0x4f2580(0x105)?{'tab':_0x4f2580(0x105)}:_0x4d2f2c['seriesId']?{'tab':'style','section':_0x4f2580(0x4ce),'seriesId':_0x4d2f2c[_0x4f2580(0x558)]}:void 0x0;}case _0x4f2580(0x4ce):return{'tab':'style','section':_0x4f2580(0x4ce),'seriesId':_0x4d2f2c[_0x4f2580(0x558)]};case'dataPoint':case'dataLabel':return _0x4d2f2c[_0x4f2580(0x558)]?{'tab':_0x4f2580(0x32e),'section':_0x4f2580(0x4ce),'seriesId':_0x4d2f2c[_0x4f2580(0x558)]}:void 0x0;}}function _0x440c06(_0x323db6){const _0x301d7e=_0x3e9a16;return _0x323db6===_0x1ac4f6[_0x301d7e(0xc9)][_0x301d7e(0x4f2)]||_0x323db6===_0x1ac4f6[_0x301d7e(0xc9)][_0x301d7e(0x292)]||_0x323db6===_0x1ac4f6[_0x301d7e(0xc9)]['Boxplot']||_0x1ac4f6[_0x301d7e(0x65b)][_0x301d7e(0x408)](_0x323db6,_0x1ac4f6[_0x301d7e(0xc9)][_0x301d7e(0x1a4)])||_0x1ac4f6[_0x301d7e(0x65b)][_0x301d7e(0x408)](_0x323db6,_0x1ac4f6[_0x301d7e(0xc9)][_0x301d7e(0x4e2)])||_0x1ac4f6[_0x301d7e(0x65b)][_0x301d7e(0x408)](_0x323db6,_0x1ac4f6[_0x301d7e(0xc9)]['Area'])||_0x1ac4f6[_0x301d7e(0x65b)]['baseOn'](_0x323db6,_0x1ac4f6[_0x301d7e(0xc9)][_0x301d7e(0x16a)]);}function _0x3d52dd(_0x1e3db1){const _0x5cd64e=_0x3e9a16;switch(_0x1e3db1){case _0x1ac4f6[_0x5cd64e(0x2ca)][_0x5cd64e(0x517)]:return _0x5cd64e(0x517);case _0x1ac4f6[_0x5cd64e(0x2ca)][_0x5cd64e(0x21f)]:return'negative';case _0x1ac4f6['WaterfallSeriesTypeEnum'][_0x5cd64e(0x612)]:return _0x5cd64e(0x612);default:return;}}function _0x453e92(_0xe5f4a,_0xbd305d){const _0x27930b=_0x3e9a16;var _0x4713c5;if(typeof _0xbd305d[_0x27930b(0x654)]!=_0x27930b(0x534))return;let _0x1809bf=(_0x4713c5=_0xe5f4a['context'])==null||(_0x4713c5=_0x4713c5[_0x27930b(0x452)])==null?void 0x0:_0x4713c5[_0xbd305d[_0x27930b(0x654)]],_0x50c3b3=_0x1809bf===void 0x0?_0xbd305d[_0x27930b(0x558)]:String(_0x1809bf);if(typeof _0x50c3b3==_0x27930b(0x216))return{'seriesId':_0x50c3b3,'seriesIndex':_0xbd305d[_0x27930b(0x654)]};}function _0x4172fb(_0x5c8b10,_0x5661fd){const _0x5da890=_0x3e9a16;let _0xf1de42=_0x5c8b10['chartType'],_0x2ae090={'scope':_0x5da890(0x430)};if(_0x5661fd[_0x5da890(0x558)]!==void 0x0&&(_0x2ae090[_0x5da890(0x558)]=_0x5661fd[_0x5da890(0x558)]),_0x5661fd[_0x5da890(0x654)]!==void 0x0&&(_0x2ae090[_0x5da890(0x654)]=_0x5661fd['seriesIndex']),_0x5661fd[_0x5da890(0x396)]!==void 0x0&&(_0x2ae090['dataIndex']=_0x5661fd[_0x5da890(0x396)]),_0x1ac4f6['chartBitsUtils'][_0x5da890(0x408)](_0xf1de42,_0x1ac4f6[_0x5da890(0xc9)][_0x5da890(0x4d7)]))return{..._0x2ae090,'directEdit':{'kind':_0x5da890(0x37b)},'panel':'pieStyle'};if(_0x1ac4f6['chartBitsUtils'][_0x5da890(0x408)](_0xf1de42,_0x1ac4f6['ChartTypeBits'][_0x5da890(0x2df)]))return _0x5661fd[_0x5da890(0x654)]===0x0?{..._0x2ae090,'directEdit':{'kind':_0x5da890(0x35d),'part':_0x5da890(0xc8)},'panel':_0x5da890(0x414)}:_0x5661fd[_0x5da890(0x654)]===0x1?{..._0x2ae090,'directEdit':{'kind':'paretoStyle','part':_0x5da890(0x3b0)},'panel':_0x5da890(0x477)}:{..._0x2ae090,'panel':_0x5da890(0x414)};if(_0x1ac4f6[_0x5da890(0x65b)][_0x5da890(0x408)](_0xf1de42,_0x1ac4f6['ChartTypeBits'][_0x5da890(0x25f)])){var _0x3484b4;let _0x50dea8=_0x3d52dd(_0x5661fd[_0x5da890(0x2b2)]),_0xc230cb=(_0x3484b4=_0x5661fd[_0x5da890(0x2f9)])==null?_0x5661fd[_0x5da890(0x558)]:_0x3484b4;return _0x50dea8&&_0xc230cb?{..._0x2ae090,'seriesId':_0xc230cb,'directEdit':{'kind':_0x5da890(0x58a),'seriesId':_0xc230cb,'seriesIndex':_0x5661fd[_0x5da890(0x654)],'part':_0x50dea8},'panel':_0x5da890(0x12e)}:{..._0x2ae090,'seriesId':_0xc230cb,'panel':_0x5da890(0x12e)};}if(_0x440c06(_0xf1de42)){let _0x13782a=_0x453e92(_0x5c8b10,_0x5661fd);return _0x13782a?{..._0x2ae090,'seriesId':_0x13782a[_0x5da890(0x558)],'seriesIndex':_0x13782a[_0x5da890(0x654)],'directEdit':{'kind':'seriesStyle','seriesId':_0x13782a[_0x5da890(0x558)],'seriesIndex':_0x13782a[_0x5da890(0x654)]}}:void 0x0;}return _0x1ac4f6[_0x5da890(0x65b)][_0x5da890(0x408)](_0xf1de42,_0x1ac4f6[_0x5da890(0xc9)][_0x5da890(0x33d)])?{..._0x2ae090,'panel':_0x5da890(0x52b)}:_0x1ac4f6[_0x5da890(0x65b)]['baseOn'](_0xf1de42,_0x1ac4f6['ChartTypeBits'][_0x5da890(0x49b)])?{..._0x2ae090,'panel':_0x5da890(0x2a1)}:{..._0x2ae090,'panel':'data'};}function _0x389235(_0x33b55d,_0xec7828){const _0x1de51c=_0x3e9a16;let _0x37f84e=_0xec7828[_0x1de51c(0x1b2)]==='mark'?_0x4172fb(_0x33b55d,_0xec7828):(0x0,_0x536aec[_0x1de51c(0x5fc)])(_0xec7828),_0x4f3b35=_0x37f84e?_0x4bc0e8(_0x37f84e):void 0x0;if(!(!_0x37f84e||!_0x4f3b35))return{'target':_0x37f84e,'route':_0x4f3b35,'showFloatMenu':_0x37f84e['scope']!==_0x1de51c(0x430)||!!_0x37f84e[_0x1de51c(0x442)]};}let _0x7c68a7=_0x3e9a16(0x2e8),_0x20b19f=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x373095,_0x303794,_0x3a4d42,_0x37c4f8,_0x563d1b,_0x5f129c,_0x34e665,_0x18c45c){const _0x4b5327=_0x3e9a16;super(),this[_0x4b5327(0x30c)]=_0x373095,this[_0x4b5327(0x584)]=_0x303794,this[_0x4b5327(0xb0)]=_0x3a4d42,this[_0x4b5327(0x1a1)]=_0x37c4f8,this[_0x4b5327(0x5c5)]=_0x563d1b,this[_0x4b5327(0x556)]=_0x5f129c,this[_0x4b5327(0x596)]=_0x34e665,this[_0x4b5327(0xcf)]=_0x18c45c,_0x484c8a(this,_0x4b5327(0x1c5),null),_0x484c8a(this,'_popupChartId',null),this[_0x4b5327(0x202)](),this[_0x4b5327(0x510)]();}[_0x3e9a16(0x2c1)](){const _0x12d427=_0x3e9a16;this[_0x12d427(0x44d)](),super[_0x12d427(0x2c1)]();}[_0x3e9a16(0x202)](){const _0x1c9095=_0x3e9a16;this[_0x1c9095(0x4b2)](this['_adapterRegistry'][_0x1c9095(0xf8)](_0x7c68a7,{'getState':(_0x2a9a3d,_0x25e389)=>{const _0x5a151d=_0x1c9095;this[_0x5a151d(0x5e4)](_0x2a9a3d[_0x5a151d(0x2d2)]);let _0xce7549=this[_0x5a151d(0x556)][_0x5a151d(0x49f)](_0x25e389);return _0xce7549 instanceof _0x50a9a7[_0x5a151d(0x5cf)]?_0xce7549:_0xce7549==null?void 0x0:_0xce7549[_0x5a151d(0x54c)]();},'setState':(_0x41d0b2,_0x2c32dc,_0x5e1787)=>{const _0x4278e7=_0x1c9095;this[_0x4278e7(0x5e4)](_0x41d0b2['chartId']);let _0x2c5450=this['_sheetsChartUIService'][_0x4278e7(0x49f)](_0x2c32dc);if(!(_0x2c5450 instanceof _0x50a9a7[_0x4278e7(0x5cf)])){var _0x2fcdb1;_0x2c5450==null||(_0x2fcdb1=_0x2c5450[_0x4278e7(0x127)])==null||_0x2fcdb1[_0x4278e7(0x3ac)](_0x2c5450,_0x5e1787);}},'close':()=>this[_0x1c9095(0x44d)](),'openFullPanel':_0x1e01d7=>{const _0x286127=_0x1c9095;let {unitId:_0x1d529,subUnitId:_0x20e0a7,drawingId:_0x3bac86,chartId:_0x300a75}=_0x1e01d7,_0x37fe25=_0x4bc0e8(_0x1e01d7['target']);this[_0x286127(0xcf)][_0x286127(0x1f9)](_0x4233d3['id'],{'unitId':_0x1d529,'subUnitId':_0x20e0a7==null?'':_0x20e0a7,'drawingId':_0x3bac86==null?_0x300a75:_0x3bac86,..._0x37fe25?{'route':_0x37fe25}:{}});}}));}[_0x3e9a16(0x510)](){const _0xd3490c=_0x3e9a16;this[_0xd3490c(0x4b2)](this[_0xd3490c(0x30c)][_0xd3490c(0x567)][_0xd3490c(0x468)](_0x5d5dfc=>{const _0x241c2c=_0xd3490c;let _0x2d9d58=new _0x9858af[(_0x241c2c(0x1cd))]();_0x2d9d58[_0x241c2c(0x592)](this['_chartRenderService']['on'](_0x5d5dfc['id'],_0x241c2c(0xf2),_0x660303=>{const _0x4ddbde=_0x241c2c;this[_0x4ddbde(0xb8)](_0x5d5dfc['id'],_0x660303);})),_0x2d9d58[_0x241c2c(0x592)](this[_0x241c2c(0x584)]['on'](_0x5d5dfc['id'],_0x241c2c(0xe0),()=>{const _0x1874a5=_0x241c2c;this[_0x1874a5(0x2e3)](_0x5d5dfc['id']);})),_0x5d5dfc[_0x241c2c(0x5f5)](()=>{const _0x56b60e=_0x241c2c;_0x2d9d58['dispose'](),this[_0x56b60e(0x5d8)](_0x5d5dfc['id']);}),this[_0x241c2c(0x4b2)](_0x2d9d58);})),this[_0xd3490c(0x4b2)](this[_0xd3490c(0x556)]['activeEditChart$']['subscribe'](_0x4c8c82=>{const _0x4ac218=_0xd3490c;(!_0x4c8c82||this[_0x4ac218(0x53b)]&&_0x4c8c82!==this[_0x4ac218(0x53b)])&&this[_0x4ac218(0x44d)]();})),this[_0xd3490c(0x4b2)](this[_0xd3490c(0x5c5)][_0xd3490c(0x52f)][_0xd3490c(0x468)](({id:_0x1f45f7})=>{this['_clearSelectedTarget'](_0x1f45f7);})),this[_0xd3490c(0x4b2)](this[_0xd3490c(0x5c5)][_0xd3490c(0x3bf)]['subscribe'](({id:_0x26a84c})=>{const _0x5e2771=_0xd3490c;this[_0x5e2771(0x5d8)](_0x26a84c);})),this[_0xd3490c(0x4b2)](this[_0xd3490c(0xb0)][_0xd3490c(0x5e7)][_0xd3490c(0x468)](_0x3b6033=>{const _0x33760c=_0xd3490c;this[_0x33760c(0x5d8)](_0x3b6033);}));}[_0x3e9a16(0x2e3)](_0x17f75f){const _0x49085e=_0x3e9a16;var _0x1bed1a;if(this[_0x49085e(0x556)][_0x49085e(0x406)])return;let _0x4b5635=this[_0x49085e(0x30c)][_0x49085e(0x413)](_0x17f75f),_0x37fb50=this[_0x49085e(0x5c5)]['getFloatDomInfo'](_0x17f75f);!_0x4b5635||!_0x37fb50||(this[_0x49085e(0x30c)][_0x49085e(0x539)](_0x4b5635),this['_commandService'][_0x49085e(0x1f9)](_0x4233d3['id'],{'unitId':_0x37fb50['unitId'],'subUnitId':(_0x1bed1a=_0x37fb50[_0x49085e(0x37e)])==null?'':_0x1bed1a,'drawingId':_0x17f75f}));}[_0x3e9a16(0x5e4)](_0x45d7b7){const _0x825127=_0x3e9a16;let _0x22711e=this[_0x825127(0x30c)][_0x825127(0x413)](_0x45d7b7);_0x22711e&&this['_chartModelService'][_0x825127(0x539)](_0x22711e);}[_0x3e9a16(0xb8)](_0x427904,_0x320700){const _0x4a740a=_0x3e9a16;var _0x27ad42;if(!this[_0x4a740a(0x556)][_0x4a740a(0x61b)](_0x427904))return;let _0x51b13f=this[_0x4a740a(0x30c)][_0x4a740a(0x413)](_0x427904),_0xe8cdbd=_0x51b13f?_0x389235(_0x51b13f,_0x320700['hit']):void 0x0;if(!_0xe8cdbd){this[_0x4a740a(0x556)]['setSelectedElement'](null),this[_0x4a740a(0x556)][_0x4a740a(0x4d9)](),this[_0x4a740a(0x44d)]();return;}let _0x17c0dc=this[_0x4a740a(0x5c5)][_0x4a740a(0x5b5)](_0x427904);if(!_0x51b13f||!_0x17c0dc){this['_sheetsChartUIService'][_0x4a740a(0x274)](null),this['_sheetsChartUIService'][_0x4a740a(0x4d9)](),this[_0x4a740a(0x44d)]();return;}if(this[_0x4a740a(0x30c)][_0x4a740a(0x539)](_0x51b13f),this['_sheetsChartUIService'][_0x4a740a(0x274)]({'chartId':_0x427904,'element':_0x320700[_0x4a740a(0x1ab)],'target':_0xe8cdbd[_0x4a740a(0x54a)],'route':_0xe8cdbd[_0x4a740a(0x415)]}),this['_sheetsChartUIService'][_0x4a740a(0x365)](_0x427904,_0xe8cdbd[_0x4a740a(0x415)]),this[_0x4a740a(0x44d)](),!_0xe8cdbd[_0x4a740a(0x482)])return;let _0xf148c8=_0x4d6504(_0x320700,_0x17c0dc[_0x4a740a(0x525)],()=>this[_0x4a740a(0x63c)](_0x427904));if(!_0xf148c8[_0x4a740a(0x561)]){_0xf148c8['dispose']();return;}let _0x452ff6=(_0x27ad42=this[_0x4a740a(0x1a1)][_0x4a740a(0x217)](_0xf148c8[_0x4a740a(0x4c1)],_0xf148c8[_0x4a740a(0x46e)],{'componentKey':_0x536aec[_0x4a740a(0x19a)],'direction':_0x4a740a(0x4ad),'offset':[0x0,0x8],'extraProps':{'host':_0x4a740a(0x45f),'unitId':_0x17c0dc[_0x4a740a(0x1e7)],'subUnitId':_0x17c0dc[_0x4a740a(0x37e)],'chartId':_0x427904,'drawingId':_0x427904,'element':_0x320700[_0x4a740a(0x1ab)],'target':_0xe8cdbd[_0x4a740a(0x54a)],'adapterKey':_0x7c68a7}},_0x17c0dc[_0x4a740a(0x1e7)],_0x17c0dc['subUnitId']))==null?null:_0x27ad42;if(!_0x452ff6){_0xf148c8[_0x4a740a(0x2c1)]();return;}let _0x100246=new _0x9858af[(_0x4a740a(0x1cd))]();_0x100246[_0x4a740a(0x592)](_0x452ff6),_0x100246[_0x4a740a(0x592)](_0xf148c8),this[_0x4a740a(0x1c5)]=_0x100246,this[_0x4a740a(0x53b)]=_0x427904;}['_closePopup'](){const _0x2d888f=_0x3e9a16;var _0x2614f5;(_0x2614f5=this[_0x2d888f(0x1c5)])==null||_0x2614f5[_0x2d888f(0x2c1)](),this[_0x2d888f(0x1c5)]=null,this[_0x2d888f(0x53b)]=null;}[_0x3e9a16(0x5d8)](_0x4ea36f){const _0x5a4b42=_0x3e9a16;!this[_0x5a4b42(0x556)][_0x5a4b42(0x61b)](_0x4ea36f)&&this[_0x5a4b42(0x53b)]!==_0x4ea36f||(this['_sheetsChartUIService']['setSelectedElement'](null),this[_0x5a4b42(0x556)]['clearPanelRoute'](),this['_popupChartId']===_0x4ea36f&&this['_closePopup']());}[_0x3e9a16(0x63c)](_0x4483bf){const _0x42d88f=_0x3e9a16;this[_0x42d88f(0x5d8)](_0x4483bf),this[_0x42d88f(0x556)]['isElementEditModeActive'](_0x4483bf)&&(this[_0x42d88f(0x584)][_0x42d88f(0xf3)](_0x4483bf,!0x1),this['_chartRenderService'][_0x42d88f(0xf3)](_0x4483bf,!0x0));}};_0x20b19f=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5b1eb9[_0x3e9a16(0x59e)])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x20c73b)),_0x196a56(0x2,_0x47c56a),_0x196a56(0x3,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5f3dc9['SheetCanvasPopManagerService'])),_0x196a56(0x4,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x41e08b[_0x3e9a16(0x136)])),_0x196a56(0x5,_0x53066b),_0x196a56(0x6,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x536aec[_0x3e9a16(0x318)])),_0x196a56(0x7,_0x9858af['ICommandService'])],_0x20b19f);let _0x5cf31c=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x290c7f,_0x9a8309){const _0xf1b268=_0x3e9a16;super(),this[_0xf1b268(0x15e)]=_0x290c7f,this[_0xf1b268(0x30c)]=_0x9a8309,this['_init']();}['_init'](){const _0x1b9387=_0x3e9a16;this[_0x1b9387(0x4b2)](this['_chartHostProviderService']['removeHost$']['subscribe'](_0x2c0eb9=>{const _0x36eb37=_0x1b9387;this[_0x36eb37(0x30c)][_0x36eb37(0x4c0)](_0x2c0eb9);}));}};_0x5cf31c=_0x5099d7([_0x196a56(0x0,_0x47c56a),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5b1eb9[_0x3e9a16(0x59e)]))],_0x5cf31c);let _0x47bcc7=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x542bb6,_0x323ce3,_0x4bafd9,_0x46141a,_0x8714b4){const _0x479bc0=_0x3e9a16;super(),this[_0x479bc0(0x30c)]=_0x542bb6,this['_chartRenderService']=_0x323ce3,this['_localeService']=_0x4bafd9,this[_0x479bc0(0xcf)]=_0x46141a,this[_0x479bc0(0x48f)]=_0x8714b4,_0x484c8a(this,_0x479bc0(0x50e),new Map()),this['_init'](),this[_0x479bc0(0x4ca)](),this['_initPrinting']();}['_initPrinting'](){const _0x3589f7=_0x3e9a16;this[_0x3589f7(0x4b2)](this[_0x3589f7(0x48f)][_0x3589f7(0x484)][_0x3589f7(0x4b4)](this[_0x3589f7(0x48f)][_0x3589f7(0x484)]['getInterceptPoints']()[_0x3589f7(0x65c)],{'handler':(_0x3a0170,_0x3b0d08,_0x2953be)=>{const _0x28cf47=_0x3589f7;let _0x4f13fc=this[_0x28cf47(0x584)]['renderChartsForPrinting'](_0x3b0d08[_0x28cf47(0x1e7)],_0x3b0d08['subUnitId'],_0x3b0d08[_0x28cf47(0x3e8)]);return _0x3b0d08[_0x28cf47(0x5d7)][_0x28cf47(0x592)](_0x4f13fc),_0x2953be(_0x3a0170);}}));}[_0x3e9a16(0x137)](){const _0x206130=_0x3e9a16;this[_0x206130(0x4b2)](this['_chartModelService'][_0x206130(0x567)][_0x206130(0x468)](_0x33f411=>{const _0x17a472=_0x206130;if(_0x33f411){let _0x47cfc9=new _0x9858af['DisposableCollection']();_0x47cfc9[_0x17a472(0x592)](_0x33f411[_0x17a472(0x5fa)]['pipe']((0x0,_0x50a9a7[_0x17a472(0x36d)])(_0x33f411['style$']),(0x0,_0x50a9a7[_0x17a472(0x36d)])(this['_localeService']['direction$']),(0x0,_0x50a9a7[_0x17a472(0x224)])(0x64))[_0x17a472(0x468)](([[_0x47d68a,_0x424aad],_0x4575a2])=>{const _0x251b53=_0x17a472;var _0x37f12a;if(!_0x47d68a)return;(_0x37f12a=_0x47d68a[_0x251b53(0x554)])==null||_0x37f12a[_0x251b53(0x1cc)]['forEach']((_0x4678e9,_0x2f5109)=>{const _0x9d4a18=_0x251b53;_0x4678e9[_0x9d4a18(0x1c3)]||(_0x4678e9[_0x9d4a18(0x1c3)]=this['_localeService']['t']('sheets-chart-ui.category')+'\x20'+(_0x2f5109+0x1));}),_0x47d68a[_0x251b53(0x4ce)][_0x251b53(0x646)]((_0x2773c5,_0x5b98f0)=>{const _0x4e8aef=_0x251b53;_0x2773c5[_0x4e8aef(0x508)]||(_0x2773c5['name']=this[_0x4e8aef(0x3e5)]['t'](_0x4e8aef(0x65f))+'\x20'+(_0x5b98f0+0x1));});let _0x50782c=_0x58e92a(_0x33f411,_0x4575a2);this['_chartRenderService'][_0x251b53(0x5de)](_0x33f411['id'],_0x47d68a,_0x50782c);})),_0x33f411[_0x17a472(0x5f5)](()=>{const _0x242754=_0x17a472;_0x47cfc9[_0x242754(0x2c1)]();});}}));}[_0x3e9a16(0x4ca)](){const _0x23f806=_0x3e9a16;this[_0x23f806(0x4b2)](this[_0x23f806(0xcf)][_0x23f806(0x20c)](_0x333b46=>{const _0x29e694=_0x23f806;if(_0x333b46['id']!==_0x5b1eb9[_0x29e694(0x103)]['id'])return;let _0x2a910b=_0x333b46[_0x29e694(0x3fc)];_0x2a910b!=null&&_0x2a910b[_0x29e694(0x5c4)]&&Promise['resolve']()[_0x29e694(0xd9)](()=>this['_renderAfterChartUpdateMutation'](_0x2a910b));}));}[_0x3e9a16(0x59a)](_0x5c77cf){const _0x445905=_0x3e9a16;let _0x55568c=this['_chartModelService']['getChartModel'](_0x5c77cf[_0x445905(0x5c4)]);if(!_0x55568c||_0x55568c['chartType']!==_0x1ac4f6['ChartTypeBits'][_0x445905(0x49b)])return;let _0x3fc663=_0x55568c[_0x445905(0x55f)];if(!_0x3fc663){this['_renderWhenConfigReady'](_0x55568c);return;}this[_0x445905(0x14e)](_0x55568c,_0x3fc663);}['_renderWhenConfigReady'](_0x6c40fb){const _0x4dac6b=_0x3e9a16;if(this[_0x4dac6b(0x50e)][_0x4dac6b(0x54c)](_0x6c40fb['id']))return;let _0xc97773=_0x6c40fb[_0x4dac6b(0x5fa)][_0x4dac6b(0x4cd)]((0x0,_0x50a9a7['filter'])(_0x19fcfe=>_0x19fcfe!=null),(0x0,_0x50a9a7[_0x4dac6b(0x32c)])(0x1))[_0x4dac6b(0x468)](_0x3b8d8f=>{const _0x556603=_0x4dac6b;this[_0x556603(0x50e)][_0x556603(0x454)](_0x6c40fb['id']),this[_0x556603(0x14e)](_0x6c40fb,_0x3b8d8f);});this['_pendingMutationConfigRenders']['set'](_0x6c40fb['id'],_0xc97773),_0x6c40fb[_0x4dac6b(0x5f5)](()=>{const _0x220fe0=_0x4dac6b;_0xc97773['unsubscribe'](),this[_0x220fe0(0x50e)][_0x220fe0(0x454)](_0x6c40fb['id']);});}[_0x3e9a16(0x14e)](_0x68bc60,_0x4b3d18){const _0x3bf4e7=_0x3e9a16;let _0x1a6e5b=_0x58e92a(_0x68bc60,this[_0x3bf4e7(0x3e5)][_0x3bf4e7(0x4e3)]());this[_0x3bf4e7(0x584)][_0x3bf4e7(0x5de)](_0x68bc60['id'],_0x4b3d18,_0x1a6e5b);}};_0x47bcc7=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af['Inject'])(_0x5b1eb9['ChartModelService'])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x20c73b)),_0x196a56(0x2,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af[_0x3e9a16(0x397)])),_0x196a56(0x3,_0x9858af[_0x3e9a16(0x39a)]),_0x196a56(0x4,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5f3dc9[_0x3e9a16(0x285)]))],_0x47bcc7);let _0x1818cf=class extends _0x9858af['Disposable']{constructor(_0x29a6c7,_0x58b65f,_0x1999af,_0x2d5866){const _0x2b7e51=_0x3e9a16;super(),this[_0x2b7e51(0x30d)]=_0x29a6c7,this[_0x2b7e51(0x23d)]=_0x58b65f,this[_0x2b7e51(0x280)]=_0x1999af,this[_0x2b7e51(0x30c)]=_0x2d5866,this[_0x2b7e51(0x586)]();}[_0x3e9a16(0x586)](){const _0x252f6b=_0x3e9a16;this['disposeWithMe'](this[_0x252f6b(0x23d)][_0x252f6b(0x267)]({'getMutations':_0x8d3a67=>{const _0x464f6a=_0x252f6b;if(_0x8d3a67['id']===_0x390233[_0x464f6a(0x656)]['id']){let _0x423274=(0x0,_0x390233['getSheetCommandTarget'])(this[_0x464f6a(0x30d)],_0x8d3a67[_0x464f6a(0x3fc)]);if(!_0x423274)return{'redos':[],'undos':[]};let {unitId:_0x454215,subUnitId:_0x28230}=_0x423274,_0x12f1f8=this[_0x464f6a(0x280)][_0x464f6a(0x439)](_0x454215,_0x28230),_0x5644c9=Object[_0x464f6a(0x509)](_0x12f1f8)[_0x464f6a(0x536)](_0x25dcb8=>_0x25dcb8[_0x464f6a(0x19e)]===_0x9858af[_0x464f6a(0x630)]['DRAWING_CHART']);if(_0x5644c9[_0x464f6a(0x428)]===0x0)return{'redos':[],'undos':[]};let _0x31f5f0=[],_0x306d0c=[];for(let _0x177d0b=0x0;_0x177d0b<_0x5644c9[_0x464f6a(0x428)];_0x177d0b++){let _0x56b5a0=_0x5644c9[_0x177d0b],_0x448e7b=this[_0x464f6a(0x30c)]['getChartModel'](_0x56b5a0[_0x464f6a(0x43b)]);if(!_0x448e7b)continue;let _0x3d8881=_0x448e7b[_0x464f6a(0x385)]['getRangeInfo'](),{chartType:_0x50a0b6,context:_0x452c9e,style:_0x1322ab,dataAggregation:_0x318e47}=_0x448e7b[_0x464f6a(0x435)](),{redo:_0x27fa0f,undo:_0xd1768,objects:_0x53dbc8}=this[_0x464f6a(0x280)][_0x464f6a(0x279)]([_0x56b5a0]);_0x31f5f0[_0x464f6a(0x3cc)]({'id':_0x5b1eb9[_0x464f6a(0x23c)]['id'],'params':{'unitId':_0x454215,'subUnitId':_0x28230,'chartId':_0x56b5a0['drawingId']}}),_0x31f5f0[_0x464f6a(0x3cc)]({'id':_0x2d5d06['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x454215,'subUnitId':_0x28230,'type':_0x2d5d06['DrawingApplyType'][_0x464f6a(0x11f)],'op':_0x27fa0f,'objects':_0x53dbc8}}),_0x306d0c[_0x464f6a(0x3cc)]({'id':_0x2d5d06[_0x464f6a(0x47b)]['id'],'params':{'unitId':_0x454215,'subUnitId':_0x28230,'type':_0x2d5d06[_0x464f6a(0x19f)][_0x464f6a(0x15b)],'op':_0xd1768,'objects':_0x53dbc8}}),_0x306d0c[_0x464f6a(0x3cc)]({'id':_0x5b1eb9[_0x464f6a(0x1f8)]['id'],'params':{'unitId':_0x454215,'subUnitId':_0x28230,'chartId':_0x56b5a0['drawingId'],'chartType':_0x50a0b6,...(0x0,_0x5b1eb9[_0x464f6a(0x3ee)])(_0x3d8881),'context':_0x452c9e,'style':_0x1322ab,'dataAggregation':_0x318e47}});}return{'redos':_0x31f5f0,'undos':_0x306d0c};}else{if(_0x8d3a67['id']===_0x390233[_0x464f6a(0x13f)]['id']){let {unitId:_0x3cdf62,subUnitId:_0x588ee2,targetSubUnitId:_0x5a6445}=_0x8d3a67[_0x464f6a(0x3fc)];if(!_0x3cdf62||!_0x588ee2||!_0x5a6445)return{'redos':[],'undos':[]};let _0x352f38=this[_0x464f6a(0x280)][_0x464f6a(0x439)](_0x3cdf62,_0x588ee2),_0x1d4e4d=Object[_0x464f6a(0x509)](_0x352f38)['filter'](_0x1ebdf4=>_0x1ebdf4['drawingType']===_0x9858af[_0x464f6a(0x630)]['DRAWING_CHART']);if(_0x1d4e4d['length']===0x0)return{'redos':[],'undos':[]};let _0x409f76=[],_0x4e5ac2=[];for(let _0x27cb6a=0x0;_0x27cb6a<_0x1d4e4d[_0x464f6a(0x428)];_0x27cb6a++){let _0x50df5d=_0x1d4e4d[_0x27cb6a],_0x3655b9=this[_0x464f6a(0x30c)][_0x464f6a(0x413)](_0x50df5d[_0x464f6a(0x43b)]);if(!_0x3655b9)continue;let _0x3191fc=(0x0,_0x9858af[_0x464f6a(0x1e3)])(),_0x232bc9={..._0x50df5d,'unitId':_0x3cdf62,'subUnitId':_0x5a6445,'drawingId':_0x3191fc},_0x2751f2=_0x3655b9[_0x464f6a(0x385)][_0x464f6a(0x3e1)](),_0x3eb322=Array['isArray'](_0x2751f2)?_0x2751f2[_0x464f6a(0x4ee)](_0x39c553=>({..._0x39c553,..._0x39c553['header']?{'header':{..._0x39c553[_0x464f6a(0x60b)],'subUnitId':_0x5a6445}}:{},'range':{..._0x39c553[_0x464f6a(0x625)],'subUnitId':_0x5a6445}})):{..._0x2751f2,'rangeInfo':{..._0x2751f2['rangeInfo'],'subUnitId':_0x5a6445}},{chartType:_0x3ea28d,context:_0x587670,style:_0x2fd873,dataAggregation:_0x40e7cb}=_0x3655b9[_0x464f6a(0x435)](),{redo:_0x1f1382,undo:_0x4d0602,objects:_0x361966}=this[_0x464f6a(0x280)][_0x464f6a(0xc3)]([_0x232bc9]);_0x409f76[_0x464f6a(0x3cc)]({'id':_0x2d5d06[_0x464f6a(0x47b)]['id'],'params':{'unitId':_0x3cdf62,'subUnitId':_0x5a6445,'type':_0x2d5d06[_0x464f6a(0x19f)][_0x464f6a(0x15b)],'op':_0x1f1382,'objects':_0x361966}}),_0x409f76[_0x464f6a(0x3cc)]({'id':_0x5b1eb9[_0x464f6a(0x1f8)]['id'],'params':{'unitId':_0x3cdf62,'subUnitId':_0x5a6445,'chartId':_0x3191fc,'chartType':_0x3ea28d,...(0x0,_0x5b1eb9[_0x464f6a(0x3ee)])(_0x3eb322),'context':_0x587670,'style':_0x2fd873,'dataAggregation':_0x40e7cb}}),_0x4e5ac2['push']({'id':_0x5b1eb9[_0x464f6a(0x23c)]['id'],'params':{'unitId':_0x3cdf62,'subUnitId':_0x5a6445,'chartId':_0x3191fc}}),_0x4e5ac2[_0x464f6a(0x3cc)]({'id':_0x2d5d06[_0x464f6a(0x47b)]['id'],'params':{'unitId':_0x3cdf62,'subUnitId':_0x5a6445,'type':_0x2d5d06['DrawingApplyType'][_0x464f6a(0x11f)],'op':_0x4d0602,'objects':_0x361966}});}return{'redos':_0x409f76,'undos':_0x4e5ac2};}}return{'redos':[],'undos':[]};}}));}};_0x1818cf=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af['IUniverInstanceService'])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x390233[_0x3e9a16(0x3a5)])),_0x196a56(0x2,(0x0,_0x9858af['Inject'])(_0x2d5d06[_0x3e9a16(0x5aa)])),_0x196a56(0x3,(0x0,_0x9858af['Inject'])(_0x5b1eb9[_0x3e9a16(0x59e)]))],_0x1818cf);let _0x5479ad=_0x30a242=>_0x9858af[_0x3e9a16(0x2e2)]['find'](_0x3a9647=>_0x30a242[_0x3e9a16(0x313)](_0x3a9647)),_0x4db62a=_0x266e6b=>!_0x266e6b,_0x77c32c=_0x251cbd=>!!_0x5479ad(_0x251cbd)&&_0x251cbd[_0x3e9a16(0x2b4)]('_('),_0x4a132a=_0x5a46b3=>!!_0x5479ad(_0x5a46b3)&&!_0x5a46b3['startsWith']('_('),_0x64b601=(_0x35ff03,_0x434add=0x0)=>{const _0x140cdf=_0x3e9a16;var _0x5edf81;return _0x35ff03?(_0x5edf81=_0x9858af[_0x140cdf(0x57a)]['getFormatInfo'](_0x35ff03)[_0x140cdf(0x260)])==null?_0x434add:_0x5edf81:_0x434add;},_0x1eb895=_0x742c12=>Array(Math[_0x3e9a16(0x423)](Math[_0x3e9a16(0x382)](0x0,Number(_0x742c12)),0x1e))[_0x3e9a16(0x62b)](0x0)[_0x3e9a16(0x535)](''),_0x25841e=(_0xae5d32,_0x2db284)=>_0xae5d32[_0x3e9a16(0x209)](';')[_0x3e9a16(0x4ee)](_0x99a256=>/\.0?/['test'](_0x99a256)?_0x99a256['replace'](/\.0*/g,''+(_0x2db284>0x0?'.':'')+_0x1eb895(Number(_0x2db284||0x0))):/0[^0]?/[_0x3e9a16(0x9c)](_0x99a256)?_0x99a256[_0x3e9a16(0x5a8)](/0[^0]+|0$/,'0'+(_0x2db284>0x0?'.':'')+_0x1eb895(Number(_0x2db284||0x0))):_0x99a256)[_0x3e9a16(0x535)](';'),_0x81ac49=()=>_0x1f1ef3[_0x3e9a16(0x4ee)](_0x53b744=>({'label':_0x53b744['label'],'value':_0x53b744[_0x3e9a16(0x386)],'color':_0x53b744[_0x3e9a16(0x55b)]})),_0x531b3f=_0xd2aa45=>_0x81ac49()[_0x3e9a16(0x514)](_0x324878=>(0x0,_0x9858af[_0x3e9a16(0x134)])(_0x324878[_0x3e9a16(0x109)],_0xd2aa45)),_0x3e01c9=()=>_0x382f55[_0x3e9a16(0x4ee)](_0x460f08=>({'label':_0x460f08[_0x3e9a16(0x1c3)],'value':_0x460f08[_0x3e9a16(0x386)]})),_0x2c7f3b=_0x2d411b=>{const _0x2f346f=_0x3e9a16;let _0x3f4d6a=_0x9858af[_0x2f346f(0x57a)]['getFormatInfo'](_0x2d411b);return _0x3e01c9()[_0x2f346f(0x4ee)](_0x30041d=>_0x30041d[_0x2f346f(0x109)])[_0x2f346f(0x313)](_0x2d411b)||[_0x2f346f(0x2bb),_0x2f346f(0x22c),_0x2f346f(0x583)][_0x2f346f(0x313)](_0x3f4d6a[_0x2f346f(0x475)]);},_0x5d23fd=({handlePatternChange:_0x2ed0e7})=>{const _0x511879=_0x3e9a16;let _0x343902=(0x0,_0x376ff1[_0x511879(0x269)])(_0x9858af['LocaleService']);return(0x0,_0x2da8fe[_0x511879(0x498)])(()=>{_0x2ed0e7('');},[]),(0x0,_0x95d316[_0x511879(0x31d)])(_0x511879(0x2f7),{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x343902['t'](_0x511879(0x20a))});},_0x1040a8=({originPattern:_0x4ae8d4,handlePatternChange:_0x143e5f})=>{const _0x11b944=_0x3e9a16;let _0x416b28=(0x0,_0x376ff1[_0x11b944(0x269)])(_0x9858af[_0x11b944(0x397)]),_0x115ce4=_0x9858af[_0x11b944(0x2e2)][_0x11b944(0x4ee)](_0x457bfa=>({'label':_0x457bfa,'value':_0x457bfa})),[_0x318001,_0xbf1092]=(0x0,_0x2da8fe['useState'])(()=>_0x64b601(_0x4ae8d4||'',0x2)),[_0x3e90c2,_0x6d4e38]=(0x0,_0x2da8fe[_0x11b944(0x100)])(()=>_0x5479ad(_0x4ae8d4==null?'':_0x4ae8d4)||_0x115ce4[0x0]['value']);return(0x0,_0x2da8fe[_0x11b944(0x498)])(()=>{const _0x552e23=_0x11b944;_0x143e5f(_0x25841e(_0x552e23(0x18b)+_0x3e90c2+_0x552e23(0x3dc)+(_0x318001>0x0?'.0':'')+'_)',_0x318001));},[]),(0x0,_0x95d316[_0x11b944(0x3c2)])('div',{'className':_0x11b944(0x4ba),'children':[(0x0,_0x95d316[_0x11b944(0x3c2)])(_0x11b944(0x2f7),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x95d316['jsxs'])(_0x11b944(0x2f7),{'className':'univer-w-[136px]','children':[(0x0,_0x95d316[_0x11b944(0x31d)])('div',{'className':_0x11b944(0x43d),'children':_0x416b28['t'](_0x11b944(0x2b3))}),(0x0,_0x95d316[_0x11b944(0x31d)])(_0xd4f7f1[_0x11b944(0x30f)],{'className':'univer-box-border\x20univer-h-8','value':_0x318001,'max':0x14,'min':0x0,'onChange':_0x273c95=>{const _0x5a02e8=_0x11b944;let _0x35a640=_0x273c95==null?0x0:_0x273c95;_0xbf1092(_0x35a640),_0x143e5f(_0x25841e(_0x5a02e8(0x18b)+_0x3e90c2+_0x5a02e8(0x3dc)+(_0x35a640>0x0?'.0':'')+'_)',_0x35a640));}})]}),(0x0,_0x95d316[_0x11b944(0x3c2)])(_0x11b944(0x2f7),{'className':_0x11b944(0x258),'children':[(0x0,_0x95d316[_0x11b944(0x31d)])(_0x11b944(0x2f7),{'className':_0x11b944(0x43d),'children':_0x416b28['t'](_0x11b944(0x129))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x11b944(0x655)],{'options':_0x115ce4,'value':_0x3e90c2,'onChange':_0x532041=>{const _0x1f49c6=_0x11b944;_0x6d4e38(_0x532041),_0x143e5f(_0x25841e(_0x1f49c6(0x18b)+_0x532041+_0x1f49c6(0x3dc)+(_0x318001>0x0?'.0':'')+'_)',_0x318001));}})]})]}),(0x0,_0x95d316[_0x11b944(0x31d)])('div',{'className':_0x11b944(0x1c9),'children':_0x416b28['t'](_0x11b944(0x5cd))})]});},_0x3b1479=({originPattern:_0x39104e,handlePatternChange:_0x4208f7})=>{const _0x5d5a5b=_0x3e9a16;let _0x37d9a5=(0x0,_0x376ff1[_0x5d5a5b(0x269)])(_0x9858af[_0x5d5a5b(0x397)]),_0xebce4c=_0x9858af['currencySymbols'][_0x5d5a5b(0x4ee)](_0x22d80e=>({'label':_0x22d80e,'value':_0x22d80e})),[_0x379a5a,_0x3e68e1]=(0x0,_0x2da8fe['useState'])(()=>_0x64b601(_0x39104e||'',0x2)),[_0x35c2be,_0x4d2d27]=(0x0,_0x2da8fe[_0x5d5a5b(0x100)])(()=>_0x5479ad(_0x39104e==null?'':_0x39104e)||_0xebce4c[0x0][_0x5d5a5b(0x109)]),_0x26d126=_0x189e22[_0x5d5a5b(0x4ee)](_0x350649=>({'label':_0x350649[_0x5d5a5b(0x1c3)](_0x35c2be),'value':_0x350649['suffix'](_0x35c2be),'color':_0x350649[_0x5d5a5b(0x55b)]})),[_0xfbe65d,_0x2c4626]=(0x0,_0x2da8fe[_0x5d5a5b(0x100)])(()=>{const _0x54a80e=_0x5d5a5b;var _0x1e4d18;return((_0x1e4d18=_0x26d126['find'](_0x5a80da=>(0x0,_0x9858af[_0x54a80e(0x134)])(_0x5a80da[_0x54a80e(0x109)],_0x39104e==null?'':_0x39104e)))==null?void 0x0:_0x1e4d18[_0x54a80e(0x109)])||_0x26d126[0x0][_0x54a80e(0x109)];});return(0x0,_0x2da8fe[_0x5d5a5b(0x498)])(()=>{_0x4208f7(_0x25841e(_0xfbe65d,_0x379a5a));},[]),(0x0,_0x95d316['jsxs'])('div',{'className':_0x5d5a5b(0x4ba),'children':[(0x0,_0x95d316[_0x5d5a5b(0x3c2)])(_0x5d5a5b(0x2f7),{'className':_0x5d5a5b(0x1eb),'children':[(0x0,_0x95d316[_0x5d5a5b(0x3c2)])(_0x5d5a5b(0x2f7),{'className':_0x5d5a5b(0x258),'children':[(0x0,_0x95d316[_0x5d5a5b(0x31d)])(_0x5d5a5b(0x2f7),{'className':_0x5d5a5b(0x43d),'children':_0x37d9a5['t'](_0x5d5a5b(0x2b3))}),(0x0,_0x95d316[_0x5d5a5b(0x31d)])(_0xd4f7f1[_0x5d5a5b(0x30f)],{'className':_0x5d5a5b(0x407),'value':_0x379a5a,'max':0x14,'min':0x0,'onChange':_0x3d95b4=>{_0x3d95b4&&(_0x3e68e1(_0x3d95b4),_0x4208f7(_0x25841e(_0xfbe65d,_0x3d95b4)));}})]}),(0x0,_0x95d316[_0x5d5a5b(0x3c2)])(_0x5d5a5b(0x2f7),{'className':_0x5d5a5b(0x258),'children':[(0x0,_0x95d316[_0x5d5a5b(0x31d)])('div',{'className':_0x5d5a5b(0x43d),'children':_0x37d9a5['t'](_0x5d5a5b(0x129))}),(0x0,_0x95d316[_0x5d5a5b(0x31d)])(_0xd4f7f1[_0x5d5a5b(0x655)],{'options':_0xebce4c,'value':_0x35c2be,'onChange':_0x4b4f81=>{const _0xdb6e9c=_0x5d5a5b;_0x4d2d27(_0x4b4f81);let _0x7ef615=_0x189e22[_0xdb6e9c(0x4ee)](_0x354ea4=>({'label':_0x354ea4[_0xdb6e9c(0x1c3)](_0x4b4f81),'value':_0x354ea4[_0xdb6e9c(0x386)](_0x4b4f81),'color':_0x354ea4[_0xdb6e9c(0x55b)]}));_0x2c4626(_0x7ef615[0x0][_0xdb6e9c(0x109)]),_0x4208f7(_0x25841e(_0x7ef615[0x0]['value'],_0x379a5a));}})]})]}),(0x0,_0x95d316[_0x5d5a5b(0x3c2)])(_0x5d5a5b(0x2f7),{'className':'univer-mt-2','children':[(0x0,_0x95d316[_0x5d5a5b(0x31d)])('div',{'className':_0x5d5a5b(0x43d),'children':_0x37d9a5['t'](_0x5d5a5b(0x111))}),(0x0,_0x95d316['jsx'])(_0xd4f7f1[_0x5d5a5b(0x2e6)],{'className':(0x0,_0xd4f7f1[_0x5d5a5b(0x135)])(_0x5d5a5b(0x1cb),_0xd4f7f1[_0x5d5a5b(0x172)]),'options':_0x26d126,'value':_0xfbe65d,'onChange':_0x396061=>{_0x2c4626(_0x396061),_0x4208f7(_0x25841e(_0x396061,_0x379a5a));}}),(0x0,_0x95d316[_0x5d5a5b(0x31d)])('div',{'className':_0x5d5a5b(0x1c9),'children':_0x37d9a5['t'](_0x5d5a5b(0x48b))})]})]});},_0x593f7a=({originPattern:_0x1525bb,handlePatternChange:_0x5ec40f})=>{const _0x33c14b=_0x3e9a16;let _0x21d552=(0x0,_0x376ff1[_0x33c14b(0x269)])(_0x9858af['LocaleService']),_0x4678bb=_0x382f55[_0x33c14b(0x4ee)](_0x38909d=>({'label':_0x38909d[_0x33c14b(0x1c3)],'value':_0x38909d[_0x33c14b(0x386)]})),[_0x34f1f5,_0x44d091]=(0x0,_0x2da8fe[_0x33c14b(0x100)])(()=>{const _0x149850=_0x33c14b;if(_0x1525bb){let _0x2eecbb=_0x4678bb[_0x149850(0x295)](_0x195cb6=>_0x195cb6[_0x149850(0x109)]===_0x1525bb);if(_0x2eecbb)return _0x2eecbb['value'];}return _0x4678bb[0x0][_0x149850(0x109)];});return(0x0,_0x2da8fe['useEffect'])(()=>{_0x5ec40f(_0x34f1f5);},[]),(0x0,_0x95d316[_0x33c14b(0x31d)])('div',{'className':'univer-mt-2.5','children':(0x0,_0x95d316[_0x33c14b(0x3c2)])(_0x33c14b(0x2f7),{'className':_0x33c14b(0x17c),'children':[(0x0,_0x95d316['jsx'])('div',{'className':_0x33c14b(0x43d),'children':_0x21d552['t'](_0x33c14b(0x1b3))}),(0x0,_0x95d316[_0x33c14b(0x31d)])(_0x33c14b(0x2f7),{'children':(0x0,_0x95d316[_0x33c14b(0x31d)])(_0xd4f7f1[_0x33c14b(0x2e6)],{'className':(0x0,_0xd4f7f1[_0x33c14b(0x135)])('univer-rounded-lg\x20univer-p-2',_0xd4f7f1[_0x33c14b(0x172)]),'options':_0x4678bb,'value':_0x34f1f5,'onChange':_0x478a72=>{_0x44d091(_0x478a72),_0x5ec40f(_0x478a72);}})}),(0x0,_0x95d316['jsx'])(_0x33c14b(0x2f7),{'className':_0x33c14b(0x1c9),'children':_0x21d552['t']('sheets-chart-ui.dialog.numfmt.dateDesc')})]})});},_0x59276e=({originPattern:_0x1bd510,handlePatternChange:_0x5cfeef})=>{const _0x2a9270=_0x3e9a16;let _0x37a02c=(0x0,_0x376ff1[_0x2a9270(0x269)])(_0x9858af[_0x2a9270(0x397)]),[_0x33166a,_0x19b79c]=(0x0,_0x2da8fe['useState'])(()=>_0x64b601(_0x1bd510||'',0x0)),_0x504904=_0x1f1ef3[_0x2a9270(0x4ee)](_0x39862f=>({'label':_0x39862f[_0x2a9270(0x1c3)],'value':_0x39862f[_0x2a9270(0x386)],'color':_0x39862f[_0x2a9270(0x55b)]})),[_0x3ab3a1,_0x2cec3a]=(0x0,_0x2da8fe[_0x2a9270(0x100)])(()=>{const _0x3d7ab2=_0x2a9270;let _0x4cd964=_0x504904[_0x3d7ab2(0x295)](_0x28c36d=>(0x0,_0x9858af['isPatternEqualWithoutDecimal'])(_0x28c36d[_0x3d7ab2(0x109)],_0x1bd510||''));return(_0x4cd964==null?void 0x0:_0x4cd964[_0x3d7ab2(0x109)])||_0x504904[0x0][_0x3d7ab2(0x109)];});return(0x0,_0x2da8fe[_0x2a9270(0x498)])(()=>{_0x5cfeef(_0x25841e(_0x3ab3a1,Number(_0x33166a||0x0)));},[]),(0x0,_0x95d316[_0x2a9270(0x3c2)])('div',{'className':_0x2a9270(0x4ba),'children':[(0x0,_0x95d316[_0x2a9270(0x31d)])(_0x2a9270(0x2f7),{'className':_0x2a9270(0x1eb),'children':(0x0,_0x95d316['jsxs'])(_0x2a9270(0x2f7),{'className':_0x2a9270(0x258),'children':[(0x0,_0x95d316['jsx'])(_0x2a9270(0x2f7),{'className':_0x2a9270(0x43d),'children':_0x37a02c['t'](_0x2a9270(0x2b3))}),(0x0,_0x95d316[_0x2a9270(0x31d)])(_0xd4f7f1[_0x2a9270(0x30f)],{'className':'univer-box-border\x20univer-h-8','value':_0x33166a,'max':0x14,'min':0x0,'onChange':_0x33ffc6=>{_0x33ffc6&&(_0x19b79c(_0x33ffc6),_0x5cfeef(_0x25841e(_0x3ab3a1,Number(_0x33ffc6))));}})]})}),(0x0,_0x95d316[_0x2a9270(0x3c2)])(_0x2a9270(0x2f7),{'className':_0x2a9270(0x17c),'children':[(0x0,_0x95d316['jsx'])('div',{'className':_0x2a9270(0x43d),'children':_0x37a02c['t'](_0x2a9270(0x111))}),(0x0,_0x95d316[_0x2a9270(0x31d)])(_0xd4f7f1['SelectList'],{'className':(0x0,_0xd4f7f1[_0x2a9270(0x135)])(_0x2a9270(0x1cb),_0xd4f7f1[_0x2a9270(0x172)]),'options':_0x504904,'value':_0x3ab3a1,'onChange':_0x3d2cf7=>{_0x19b79c(_0x64b601(_0x3d2cf7,0x0)),_0x2cec3a(_0x3d2cf7),_0x5cfeef(_0x3d2cf7);}}),(0x0,_0x95d316['jsx'])(_0x2a9270(0x2f7),{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x37a02c['t'](_0x2a9270(0x2f5))})]})]});},_0xe81be9=({originPattern:_0xd9b868,onPatternApply:_0xf8906f})=>{const _0x2e8f8e=_0x3e9a16;let _0x2ea946=(0x0,_0x376ff1[_0x2e8f8e(0x269)])(_0x9858af[_0x2e8f8e(0x397)]),_0x5019a5=(0x0,_0x376ff1['useDependency'])(_0x376ff1[_0x2e8f8e(0xde)]),_0x8fda9e=(0x0,_0x2da8fe[_0x2e8f8e(0x253)])(()=>[{'label':_0x2e8f8e(0x3a0),'component':_0x5d23fd,'key':_0x2e8f8e(0x3ad)},{'label':_0x2e8f8e(0x5dd),'component':_0x1040a8,'key':_0x2e8f8e(0x101)},{'label':_0x2e8f8e(0x2cc),'component':_0x3b1479,'key':_0x2e8f8e(0x2d0)},{'label':_0x2e8f8e(0xe5),'component':_0x593f7a,'key':_0x2e8f8e(0x25e)},{'label':'sheets-chart-ui.dialog.numfmt.thousandthPercentile','component':_0x59276e,'key':'sheet.numfmt.thousandthPercentile'}][_0x2e8f8e(0x4ee)](_0x4a963a=>({..._0x4a963a,'label':_0x2ea946['t'](_0x4a963a[_0x2e8f8e(0x1c3)])})),[_0x2ea946]),_0x10181c=_0x4cfb75=>[_0x4db62a,_0x77c32c,_0x4a132a,_0x2c7f3b,_0x531b3f]['reduce']((_0x3a5e40,_0x59e796,_0x3ae510)=>_0x3a5e40||(_0x59e796(_0x4cfb75==null?'':_0x4cfb75)?_0x8fda9e[_0x3ae510][_0x2e8f8e(0x340)]:void 0x0),void 0x0)||_0x8fda9e[0x0]['key'],_0x5d05be=_0x8fda9e[_0x2e8f8e(0x4ee)](_0x2584af=>({'label':_0x2584af[_0x2e8f8e(0x1c3)],'value':_0x2584af['key']})),[_0x2e8560,_0xf480fb]=(0x0,_0x2da8fe[_0x2e8f8e(0x100)])(()=>_0x10181c(_0xd9b868)),[_0x78c6f4,_0x217fa5]=(0x0,_0x2da8fe['useState'])(_0xd9b868),_0x18c112=_0x476c6b=>_0x217fa5(_0x476c6b),_0x319972=_0x474860=>{_0xf480fb(_0x474860);};return(0x0,_0x2da8fe[_0x2e8f8e(0x498)])(()=>{let _0x5d5c39=_0x10181c(_0xd9b868);_0x5d5c39!==_0x2e8560&&_0xf480fb(_0x5d5c39),_0xd9b868!==_0x78c6f4&&_0x217fa5(_0xd9b868);},[_0xd9b868]),(0x0,_0x95d316[_0x2e8f8e(0x3c2)])(_0x2e8f8e(0x2f7),{'children':[(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0x2e8f8e(0x2f7),{'className':_0x2e8f8e(0x490),'children':_0x2ea946['t'](_0x2e8f8e(0x65d))}),(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0x2e8f8e(0x2f7),{'children':(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0xd4f7f1[_0x2e8f8e(0x655)],{'className':_0x2e8f8e(0x424),'onChange':_0x271fe4=>_0x319972(_0x271fe4),'options':_0x5d05be,'value':_0x2e8560})}),(0x0,_0x95d316['jsxs'])('div',{'className':_0x2e8f8e(0x17c),'children':[_0x2e8560===_0x2e8f8e(0x3ad)&&(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0x5d23fd,{'originPattern':_0xd9b868,'handlePatternChange':_0x18c112}),_0x2e8560===_0x2e8f8e(0x101)&&(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0x1040a8,{'originPattern':_0xd9b868,'handlePatternChange':_0x18c112}),_0x2e8560===_0x2e8f8e(0x2d0)&&(0x0,_0x95d316['jsx'])(_0x3b1479,{'originPattern':_0xd9b868,'handlePatternChange':_0x18c112}),_0x2e8560===_0x2e8f8e(0x25e)&&(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0x593f7a,{'originPattern':_0xd9b868,'handlePatternChange':_0x18c112}),_0x2e8560==='sheet.numfmt.thousandthPercentile'&&(0x0,_0x95d316['jsx'])(_0x59276e,{'originPattern':_0xd9b868,'handlePatternChange':_0x18c112})]}),(0x0,_0x95d316[_0x2e8f8e(0x3c2)])(_0x2e8f8e(0x2f7),{'className':_0x2e8f8e(0x5ff),'children':[(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0xd4f7f1[_0x2e8f8e(0x57e)],{'onClick':()=>{_0x5019a5['close'](_0x3a141d);},'children':_0x2ea946['t']('sheets-chart-ui.dialog.numfmt.cancel')}),(0x0,_0x95d316[_0x2e8f8e(0x31d)])(_0xd4f7f1['Button'],{'className':_0x2e8f8e(0x2e9),'variant':_0x2e8f8e(0x1a7),'onClick':()=>{_0xf8906f&&_0xf8906f(_0x78c6f4),_0x5019a5['close'](_0x3a141d);},'children':_0x2ea946['t'](_0x2e8f8e(0x151))})]})]});},_0x463dc7=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x221eb6,_0x2ce706){const _0x54f4ee=_0x3e9a16;super(),this[_0x54f4ee(0x3f1)]=_0x221eb6,this[_0x54f4ee(0x3da)]=_0x2ce706,this[_0x54f4ee(0x647)](),this[_0x54f4ee(0x164)]();}[_0x3e9a16(0x647)](){const _0x11be19=_0x3e9a16;this['disposeWithMe'](this[_0x11be19(0x3da)][_0x11be19(0xf8)]({'ChartIcon':_0x906612,'AreaChartIcon':_0x1ba8bb,'BarChartIcon':_0x8483ed,'ColumnChartIcon':_0x29fca9,'ComboChartIcon':_0x2ffc60,'LineChartIcon':_0x47ff42,'PenIcon':_0x16629f,'PieChartIcon':_0x10ea02,'RadarChartIcon':_0x15d695,'ScatterChartIcon':_0x40a865,'FunnelIcon':_0x5e2646,'CloudIcon':_0x586874,'BubbleIcon':_0x1e5498,'RelationshipIcon':_0x296208,'WaterfallChartIcon':_0x2d5484,'SankeyChartIcon':_0x3d047c,'HeatmapChartIcon':_0x4b9c23,'BoxplotIcon':_0x37b1de}));}[_0x3e9a16(0x164)](){const _0x5438c8=_0x3e9a16;[[_0x17fcbf,_0x547768],[_0x49d10b,_0xe81be9]][_0x5438c8(0x646)](([_0x218f23,_0x2ae440])=>{const _0x41b189=_0x5438c8;this[_0x41b189(0x4b2)](this[_0x41b189(0x3f1)]['register'](_0x218f23,_0x2ae440));});}};_0x463dc7=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af['Inject'])(_0x376ff1['ComponentManager'])),_0x196a56(0x1,(0x0,_0x9858af['Inject'])(_0x376ff1[_0x3e9a16(0x463)]))],_0x463dc7);let _0x186022=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x1dd4c1,_0x394c13,_0x2ad4be,_0x58c480){const _0x8f4074=_0x3e9a16;super(),this[_0x8f4074(0x12a)]=_0x1dd4c1,this[_0x8f4074(0x322)]=_0x394c13,this[_0x8f4074(0x280)]=_0x2ad4be,this[_0x8f4074(0x30c)]=_0x58c480,_0x484c8a(this,_0x8f4074(0x560),void 0x0),this[_0x8f4074(0x3fe)]();}get[_0x3e9a16(0x383)](){const _0x2daf2f=_0x3e9a16;return this[_0x2daf2f(0x280)][_0x2daf2f(0x2fc)]();}[_0x3e9a16(0x3fe)](){const _0x1059de=_0x3e9a16;this[_0x1059de(0x4b2)](this[_0x1059de(0x322)][_0x1059de(0x114)]({'id':_0x5b1eb9[_0x1059de(0x354)],'onBeforeCopy':(_0xeb1308,_0x2be68e,_0x12acba,_0x49c351)=>{const _0x457fc6=_0x1059de;this['_copyInfo']=null;let _0x5dff22=this[_0x457fc6(0x383)];if(_0x5dff22[_0x457fc6(0x428)]){let _0x52c46b=_0x5dff22['filter'](_0x3c147f=>_0x3c147f[_0x457fc6(0x19e)]===_0x9858af['DrawingTypeEnum'][_0x457fc6(0x4c5)]);if(_0x52c46b['length']===0x0)return;this[_0x457fc6(0x560)]={'unitId':_0xeb1308,'subUnitId':_0x2be68e,'copyType':_0x49c351,'drawings':_0x52c46b};}else this['_createCopyInfoByRange'](_0xeb1308,_0x2be68e,_0x12acba,_0x49c351);},'onPasteCells':(_0x351016,_0x7c18d7,_0x29b16f,_0x482d42)=>{const _0x568891=_0x1059de;if(!this[_0x568891(0x560)])return{'redos':[],'undos':[]};let {pasteType:_0x548263}=_0x482d42;return _0x548263===_0x5f3dc9[_0x568891(0x389)][_0x568891(0x4b9)]?this[_0x568891(0x254)](_0x7c18d7,this[_0x568891(0x560)][_0x568891(0x5bf)]===_0x5f3dc9['COPY_TYPE'][_0x568891(0x125)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x2b9726=>this[_0x1059de(0x560)]?this[_0x1059de(0x254)](_0x2b9726,this[_0x1059de(0x560)][_0x1059de(0x5bf)]===_0x5f3dc9[_0x1059de(0x618)]['CUT']):{'redos':[],'undos':[]}}));}[_0x3e9a16(0x4a2)](_0x2bc1ea,_0x3e45c5,_0x52ae17,_0xb0b12f){const _0x4c0d22=_0x3e9a16;let _0x353e3f=this[_0x4c0d22(0x12a)]['getSkeleton'](_0x2bc1ea,_0x3e45c5);if(!_0x353e3f)return;let _0x43be06=(0x0,_0x390233['attachRangeWithCoord'])(_0x353e3f,_0x52ae17);if(!_0x43be06)return;let {startX:_0x80a476,endX:_0x568f63,startY:_0x30cdef,endY:_0x570568}=_0x43be06,_0x3157cf=this[_0x4c0d22(0x280)][_0x4c0d22(0x439)](_0x2bc1ea,_0x3e45c5),_0x113739=this[_0x4c0d22(0x383)][_0x4c0d22(0x60e)]();for(let [_0x505838,_0x3a81cb]of Object[_0x4c0d22(0xe4)](_0x3157cf)){if(_0x3a81cb[_0x4c0d22(0x19e)]!==_0x9858af['DrawingTypeEnum'][_0x4c0d22(0x4c5)])continue;let {transform:_0x2cd03a}=_0x3a81cb;if(!_0x2cd03a)continue;let {left:_0x4fb579=0x0,top:_0x213754=0x0,width:_0x87cf80=0x0,height:_0x497d2b=0x0}=_0x2cd03a;_0x80a476<=_0x4fb579&&_0x568f63>=_0x4fb579+_0x87cf80&&_0x30cdef<=_0x213754&&_0x570568>=_0x213754+_0x497d2b&&_0x113739['push'](_0x3a81cb);}_0x113739[_0x4c0d22(0x428)]>0x0&&(this[_0x4c0d22(0x560)]={'unitId':_0x2bc1ea,'subUnitId':_0x3e45c5,'copyType':_0xb0b12f,'copyRange':_0x52ae17,'drawings':_0x113739});}[_0x3e9a16(0x254)](_0x352639,_0x43670e){const _0x2db6e8=_0x3e9a16;let {unitId:_0x438089,subUnitId:_0x1d9fe4,range:_0x3c0907}=_0x352639,_0x552fa6=this[_0x2db6e8(0x12a)][_0x2db6e8(0x2e0)](_0x438089,_0x1d9fe4);if(!_0x552fa6)return{'redos':[],'undos':[]};let _0xde6175=(0x0,_0x390233[_0x2db6e8(0x399)])(_0x3c0907),{unitId:_0x5aa30f,subUnitId:_0x3712c3,copyRange:_0x514c51,drawings:_0x321c21}=this[_0x2db6e8(0x560)],_0x15606b=this['_sheetSkeletonService'][_0x2db6e8(0x2e0)](_0x5aa30f,_0x3712c3);if(!_0x15606b)return{'redos':[],'undos':[]};let _0x2b1f7e=[],_0x5fe423=[];for(let _0x316c77 of _0x321c21){let {drawingId:_0x1c317d,transform:_0xc7ff68,sheetTransform:_0x126c6e}=_0x316c77,_0x9c4b42=this['_chartModelService'][_0x2db6e8(0x413)](_0x1c317d);if(!_0x9c4b42||!_0xc7ff68||!_0x126c6e)continue;let _0x3f4827=this[_0x2db6e8(0xe9)]({'transform':_0xc7ff68,'sheetTransform':_0x126c6e},{'skeleton':_0x15606b,'range':_0x514c51},{'skeleton':_0x552fa6,'range':_0xde6175});if(_0x43670e){let {redos:_0x2b3e56,undos:_0x578afd}=this[_0x2db6e8(0x226)]({'fromUnitId':_0x5aa30f,'fromSubUnitId':_0x3712c3,'toUnitId':_0x438089,'toSubUnitId':_0x1d9fe4,'drawing':_0x316c77,'newTransforms':_0x3f4827},_0x9c4b42);_0x2b1f7e[_0x2db6e8(0x3cc)](..._0x2b3e56),_0x5fe423[_0x2db6e8(0x3cc)](..._0x578afd);continue;}let {redos:_0x3c04dc,undos:_0x349554}=this[_0x2db6e8(0x35c)]({'toUnitId':_0x438089,'toSubUnitId':_0x1d9fe4,'drawing':_0x316c77,'newTransforms':_0x3f4827},_0x9c4b42);_0x2b1f7e[_0x2db6e8(0x3cc)](..._0x3c04dc),_0x5fe423['push'](..._0x349554);}return{'redos':_0x2b1f7e,'undos':_0x5fe423};}['_generateCutPasteMutations'](_0x464125,_0x1e304d){const _0x44d9d0=_0x3e9a16;let {fromUnitId:_0x42a18e,fromSubUnitId:_0xa91fb4,toUnitId:_0x35eb43,toSubUnitId:_0x58d845,drawing:_0x1dd9a2,newTransforms:_0x173ecf}=_0x464125,_0x8b50c0={..._0x1dd9a2,'unitId':_0x35eb43,'subUnitId':_0x58d845,'transform':_0x173ecf['transform'],'sheetTransform':_0x173ecf['sheetTransform']};if(_0x35eb43===_0x42a18e&&_0x58d845===_0xa91fb4){let {redo:_0x5658fb,undo:_0x4b9fbd,objects:_0xcba5f8}=this[_0x44d9d0(0x280)][_0x44d9d0(0x57f)]([_0x8b50c0]);return{'redos':[{'id':_0x2d5d06[_0x44d9d0(0x47b)]['id'],'params':{'unitId':_0x35eb43,'subUnitId':_0x58d845,'type':_0x2d5d06['DrawingApplyType'][_0x44d9d0(0x2dd)],'op':_0x5658fb,'objects':_0xcba5f8}}],'undos':[{'id':_0x2d5d06[_0x44d9d0(0x47b)]['id'],'params':{'unitId':_0x35eb43,'subUnitId':_0x58d845,'type':_0x2d5d06['DrawingApplyType'][_0x44d9d0(0x2dd)],'op':_0x4b9fbd,'objects':_0xcba5f8}}]};}else{let _0x29dd66=this[_0x44d9d0(0x280)][_0x44d9d0(0x279)]([_0x1dd9a2]),_0x4e4110=this[_0x44d9d0(0x280)][_0x44d9d0(0xc3)]([_0x8b50c0]),_0x8d12d=_0x1e304d[_0x44d9d0(0x385)][_0x44d9d0(0x3e1)](),{chartType:_0x3bc76c,context:_0x132f1e,style:_0x3fe330,dataAggregation:_0x3b16d8}=_0x1e304d[_0x44d9d0(0x435)]();return{'redos':[{'id':_0x2d5d06[_0x44d9d0(0x47b)]['id'],'params':{'unitId':_0x42a18e,'subUnitId':_0xa91fb4,'type':_0x2d5d06[_0x44d9d0(0x19f)][_0x44d9d0(0x11f)],'op':_0x29dd66[_0x44d9d0(0x3ab)],'objects':_0x29dd66['objects']}},{'id':_0x5b1eb9[_0x44d9d0(0x23c)]['id'],'params':{'unitId':_0x42a18e,'subUnitId':_0xa91fb4,'chartId':_0x1dd9a2[_0x44d9d0(0x43b)]}},{'id':_0x2d5d06['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x35eb43,'subUnitId':_0x58d845,'type':_0x2d5d06['DrawingApplyType'][_0x44d9d0(0x15b)],'op':_0x4e4110[_0x44d9d0(0x3ab)],'objects':_0x4e4110[_0x44d9d0(0x4c7)]}},{'id':_0x5b1eb9[_0x44d9d0(0x1f8)]['id'],'params':{'unitId':_0x35eb43,'subUnitId':_0x58d845,'chartId':_0x1dd9a2[_0x44d9d0(0x43b)],'chartType':_0x3bc76c,...(0x0,_0x5b1eb9[_0x44d9d0(0x3ee)])(_0x8d12d),'context':_0x132f1e,'style':_0x3fe330,'dataAggregation':_0x3b16d8}}],'undos':[{'id':_0x2d5d06[_0x44d9d0(0x47b)]['id'],'params':{'unitId':_0x42a18e,'subUnitId':_0xa91fb4,'type':_0x2d5d06['DrawingApplyType'][_0x44d9d0(0x15b)],'op':_0x29dd66[_0x44d9d0(0x60a)],'objects':_0x29dd66['objects']}},{'id':_0x5b1eb9['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x42a18e,'subUnitId':_0xa91fb4,'chartId':_0x1dd9a2[_0x44d9d0(0x43b)],'chartType':_0x3bc76c,...(0x0,_0x5b1eb9['toInsertChartMutationSource'])(_0x8d12d),'context':_0x132f1e,'style':_0x3fe330,'dataAggregation':_0x3b16d8}},{'id':_0x2d5d06[_0x44d9d0(0x47b)]['id'],'params':{'unitId':_0x35eb43,'subUnitId':_0x58d845,'type':_0x2d5d06['DrawingApplyType']['REMOVE'],'op':_0x4e4110['undo'],'objects':_0x4e4110['objects']}},{'id':_0x5b1eb9[_0x44d9d0(0x23c)]['id'],'params':{'unitId':_0x35eb43,'subUnitId':_0x58d845,'chartId':_0x1dd9a2[_0x44d9d0(0x43b)]}}]};}}[_0x3e9a16(0x35c)](_0xf74196,_0x7fe36a){const _0x37c635=_0x3e9a16;let {toUnitId:_0x971557,toSubUnitId:_0x1a0bc1,drawing:_0xd1ac40,newTransforms:_0x5886a9}=_0xf74196,_0x972c6f=(0x0,_0x9858af[_0x37c635(0x1e3)])(),_0x3f4bb5={..._0xd1ac40,'unitId':_0x971557,'subUnitId':_0x1a0bc1,'drawingId':_0x972c6f,'transform':_0x5886a9[_0x37c635(0x57b)],'sheetTransform':_0x5886a9[_0x37c635(0x235)]},{redo:_0x60df9c,undo:_0x3bbf5c,objects:_0x5ddc6d}=this[_0x37c635(0x280)]['getBatchAddOp']([_0x3f4bb5]),_0xd34e00=_0x7fe36a['dataSource']['getRangeInfo'](),{chartType:_0x3c4d27,context:_0x445d94,style:_0x3f3baa,dataAggregation:_0x5204e2}=_0x7fe36a[_0x37c635(0x435)]();return{'redos':[{'id':_0x2d5d06['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x971557,'subUnitId':_0x1a0bc1,'type':_0x2d5d06[_0x37c635(0x19f)][_0x37c635(0x15b)],'op':_0x60df9c,'objects':_0x5ddc6d}},{'id':_0x5b1eb9['InsertSheetsChartMutation']['id'],'params':{'unitId':_0x971557,'subUnitId':_0x1a0bc1,'chartId':_0x972c6f,'chartType':_0x3c4d27,...(0x0,_0x5b1eb9['toInsertChartMutationSource'])(_0xd34e00),'context':_0x445d94,'style':_0x3f3baa,'dataAggregation':_0x5204e2}}],'undos':[{'id':_0x2d5d06[_0x37c635(0x47b)]['id'],'params':{'unitId':_0x971557,'subUnitId':_0x1a0bc1,'type':_0x2d5d06['DrawingApplyType'][_0x37c635(0x11f)],'op':_0x3bbf5c,'objects':_0x5ddc6d}},{'id':_0x5b1eb9[_0x37c635(0x23c)]['id'],'params':{'unitId':_0x971557,'subUnitId':_0x1a0bc1,'chartId':_0x972c6f}}]};}['_updateTransform'](_0x5506e1,_0x3ff1f1,_0x23bf3a){const _0x51aff5=_0x3e9a16;var _0x2187e5;let {range:_0x130be3,skeleton:_0x462109}=_0x3ff1f1,{range:_0x481201,skeleton:_0x28b904}=_0x23bf3a,{transform:_0x30c763,sheetTransform:_0x16b675}=_0x5506e1,_0x29606e={..._0x30c763};if(_0x130be3){let _0x366e4e=(0x0,_0x390233['attachRangeWithCoord'])(_0x462109,_0x130be3),_0x3aa792=(0x0,_0x390233[_0x51aff5(0x3ec)])(_0x28b904,_0x481201);if(_0x366e4e&&_0x3aa792){var _0x2a6972,_0x446801;let _0x293a64=_0x3aa792[_0x51aff5(0x42d)]-_0x366e4e[_0x51aff5(0x42d)],_0x2c81aa=_0x3aa792[_0x51aff5(0x276)]-_0x366e4e['startY'];_0x29606e[_0x51aff5(0x381)]=((_0x2a6972=_0x29606e[_0x51aff5(0x381)])==null?0x0:_0x2a6972)+_0x293a64,_0x29606e['top']=((_0x446801=_0x29606e['top'])==null?0x0:_0x446801)+_0x2c81aa;}}else{let _0x130b34=(0x0,_0x390233[_0x51aff5(0x3ec)])(_0x28b904,_0x481201);_0x29606e[_0x51aff5(0x381)]=_0x130b34==null?void 0x0:_0x130b34[_0x51aff5(0x42d)],_0x29606e[_0x51aff5(0x3d8)]=_0x130b34==null?void 0x0:_0x130b34[_0x51aff5(0x276)];}return{'transform':_0x29606e,'sheetTransform':(_0x2187e5=(0x0,_0x2d5d06[_0x51aff5(0x597)])(_0x29606e,_0x28b904))==null?_0x16b675:_0x2187e5};}};_0x186022=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x390233[_0x3e9a16(0x426)])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5f3dc9[_0x3e9a16(0xb7)])),_0x196a56(0x2,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x2d5d06[_0x3e9a16(0x5aa)])),_0x196a56(0x3,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x5b1eb9['ChartModelService']))],_0x186022);let _0x19cacb=class extends _0x9858af[_0x3e9a16(0x58e)]{constructor(_0x7bd8df,_0xa1c231,_0x4b321a,_0x4307c0){const _0x4f4bf7=_0x3e9a16;super(),this[_0x4f4bf7(0xcf)]=_0x7bd8df,this[_0x4f4bf7(0x3e5)]=_0xa1c231,this[_0x4f4bf7(0x61d)]=_0x4b321a,this[_0x4f4bf7(0x42f)]=_0x4307c0,this[_0x4f4bf7(0x315)]();}[_0x3e9a16(0x315)](){const _0x53daab=_0x3e9a16;this[_0x53daab(0x4b2)](this[_0x53daab(0xcf)]['beforeCommandExecuted'](_0x140403=>{const _0x5de782=_0x53daab;let _0x15ed9b,_0x208bd0;if(_0x140403['id']===_0x5b1eb9['InsertChartCommand']['id']){let _0x2b05aa=_0x140403['params'];_0x15ed9b=_0x2b05aa[_0x5de782(0x1e7)],_0x208bd0=_0x2b05aa['subUnitId'];}else{if(_0x140403['id']===_0x5b1eb9['ChartUpdateConfigCommand']['id']||_0x140403['id']===_0x5b1eb9[_0x5de782(0x617)]['id']){let _0x365491=_0x140403[_0x5de782(0x3fc)];_0x15ed9b=_0x365491[_0x5de782(0x1e7)],_0x208bd0=this[_0x5de782(0x42f)][_0x5de782(0x3a8)](_0x365491[_0x5de782(0x1e7)],_0x365491[_0x5de782(0x5c4)]);}}!_0x15ed9b||!_0x208bd0||this[_0x5de782(0x61d)][_0x5de782(0x3d3)]({'workbookTypes':[_0x390233[_0x5de782(0x466)]],'worksheetTypes':[_0x390233['WorksheetEditPermission']]},_0x15ed9b,_0x208bd0)||this[_0x5de782(0x61d)]['blockExecuteWithoutPermission'](this[_0x5de782(0x3e5)]['t'](_0x5de782(0x155)));}));}};_0x19cacb=_0x5099d7([_0x196a56(0x0,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af[_0x3e9a16(0x39a)])),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af[_0x3e9a16(0x397)])),_0x196a56(0x2,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x390233[_0x3e9a16(0x3c0)])),_0x196a56(0x3,(0x0,_0x9858af['Inject'])(_0x5b1eb9[_0x3e9a16(0x559)]))],_0x19cacb);let _0xe2273e=class extends _0x9858af['Plugin']{constructor(_0x140a60=_0x9f7a0e,_0x55128e,_0x2f737f,_0x484b22){const _0x1c0ef3=_0x3e9a16;super(),this[_0x1c0ef3(0x544)]=_0x140a60,this['_injector']=_0x55128e,this[_0x1c0ef3(0x294)]=_0x2f737f,this[_0x1c0ef3(0xcf)]=_0x484b22,_0x484c8a(this,_0x1c0ef3(0x10f),void 0x0);let {..._0x55b3f0}=(0x0,_0x9858af[_0x1c0ef3(0x665)])({},_0x9f7a0e,this['_config']);this[_0x1c0ef3(0x10f)]=_0x55b3f0,this[_0x1c0ef3(0x294)][_0x1c0ef3(0x24d)](_0x437c0d,_0x55b3f0),this[_0x1c0ef3(0x2f4)](),(0x0,_0x1ac4f6[_0x1c0ef3(0x27b)])(_0x1ac4f6[_0x1c0ef3(0x589)]);}['onStarting'](){const _0xd6fc1f=_0x3e9a16;this[_0xd6fc1f(0x4ac)][_0xd6fc1f(0x592)]([_0x463dc7]),this[_0xd6fc1f(0x4ac)]['get'](_0x463dc7);let _0x19df62=this[_0xd6fc1f(0x4ac)],_0x296b3f=[[_0x53066b,{'useClass':_0x1b5824}],[_0x47c56a,{'useClass':_0x13bdf6}],[_0x46304b],[_0x20c73b],[_0x1f975f],[_0x5cf31c],[_0x47bcc7],[_0x186022],[_0x1818cf],[_0x19cacb]],_0xb5a381=[[_0x1f975f],[_0x47bcc7],[_0x5cf31c],[_0x53066b],[_0x186022],[_0x1818cf],[_0x19cacb]];this[_0xd6fc1f(0x10f)]['enableChartElementFloatMenu']&&(_0x296b3f[_0xd6fc1f(0x3cc)]([_0x20b19f]),_0xb5a381[_0xd6fc1f(0x3cc)]([_0x20b19f])),_0x296b3f['forEach'](_0x14edf1=>_0x19df62['add'](_0x14edf1)),(0x0,_0x9858af[_0xd6fc1f(0x49a)])(this[_0xd6fc1f(0x4ac)],_0xb5a381);}[_0x3e9a16(0x153)](){const _0x34160c=_0x3e9a16;var _0x454c1a;(_0x454c1a=this['_injector'][_0x34160c(0x54c)](_0x1f975f))==null||_0x454c1a[_0x34160c(0x2c3)]();}[_0x3e9a16(0x2f4)](){const _0x5421a3=_0x3e9a16;[_0x1f6be8,_0x3915e1,_0x599cc1,_0x559437,_0x3f24ec,_0x4233d3,_0x546d95][_0x5421a3(0x646)](_0x729be4=>this[_0x5421a3(0x4b2)](this['_commandService'][_0x5421a3(0x44a)](_0x729be4)));}};_0x484c8a(_0xe2273e,_0x3e9a16(0x475),_0x9858af['UniverInstanceType'][_0x3e9a16(0x3d9)]),_0x484c8a(_0xe2273e,_0x3e9a16(0x128),_0x3e9a16(0x5b9)),_0x484c8a(_0xe2273e,'packageName',_0x77380d),_0x484c8a(_0xe2273e,_0x3e9a16(0x1b8),_0x348b9f),_0xe2273e=_0x5099d7([(0x0,_0x9858af[_0x3e9a16(0x607)])(_0x536aec[_0x3e9a16(0x4a7)],_0xac5843['UniverLicensePlugin'],_0x41e08b[_0x3e9a16(0x401)],_0x5b1eb9[_0x3e9a16(0x1b1)]),_0x196a56(0x1,(0x0,_0x9858af[_0x3e9a16(0x4e5)])(_0x9858af[_0x3e9a16(0x3de)])),_0x196a56(0x2,_0x9858af[_0x3e9a16(0x4cc)]),_0x196a56(0x3,_0x9858af[_0x3e9a16(0x39a)])],_0xe2273e),_0x4f1d72['ISheetsChartUIService']=_0x53066b,_0x4f1d72[_0x3e9a16(0xaa)]=_0x437c0d,Object[_0x3e9a16(0x171)](_0x4f1d72,'SheetsChartUIController',{'enumerable':!0x0,'get':function(){return _0x1f975f;}}),_0x4f1d72[_0x3e9a16(0x41e)]=_0x5c2b3f,Object[_0x3e9a16(0x171)](_0x4f1d72,_0x3e9a16(0x43f),{'enumerable':!0x0,'get':function(){return _0x1b5824;}}),Object[_0x3e9a16(0x171)](_0x4f1d72,_0x3e9a16(0x5b9),{'enumerable':!0x0,'get':function(){return _0xe2273e;}}),_0x4f1d72['resolveChartEditPanelRoute']=_0x4bc0e8;}));