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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/lib/cjs/facade.js +1 -1
  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/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/chart-builder/index.d.ts +10 -0
  65. package/lib/types/chart-builder/sheet-chart-builder-adapter.d.ts +41 -0
  66. package/lib/types/chart-builder/sheet-chart-builder.d.ts +17 -0
  67. package/lib/types/chart-builder/sheet-chart-create-spec.d.ts +6 -0
  68. package/lib/types/chart-builder/sheet-chart-description.d.ts +5 -0
  69. package/lib/types/chart-builder/sheet-chart-layout.d.ts +21 -0
  70. package/lib/types/chart-builder/sheet-chart-source.d.ts +32 -0
  71. package/lib/types/chart-builder/types.d.ts +159 -0
  72. package/lib/types/chart-source/chart-source.d.ts +14 -6
  73. package/lib/types/commands/commands/sheets-chart-update-config.command.d.ts +2 -0
  74. package/lib/types/commands/mutations/sheets-chart-update-config.mutation.d.ts +1 -0
  75. package/lib/types/facade/chart/f-sheet-chart-builder.d.ts +83 -0
  76. package/lib/types/facade/chart/f-sheet-charts.d.ts +100 -0
  77. package/lib/types/facade/chart/index.d.ts +2 -0
  78. package/lib/types/facade/chart/sheet-chart-command-adapter.d.ts +13 -0
  79. package/lib/types/facade/f-chart.d.ts +1 -166
  80. package/lib/types/facade/f-enum.d.ts +7 -205
  81. package/lib/types/facade/f-worksheet-charts.d.ts +3 -84
  82. package/lib/types/facade/index.d.ts +3 -24
  83. package/lib/types/index.d.ts +3 -1
  84. package/lib/types/models/types.d.ts +10 -0
  85. package/lib/umd/facade.js +1 -1
  86. package/lib/umd/index.js +1 -1
  87. package/lib/umd/locale/ar-SA.js +1 -1
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -1
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -1
  95. package/lib/umd/locale/it-IT.js +1 -1
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -1
  99. package/lib/umd/locale/pt-BR.js +1 -1
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -1
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +9 -9
  107. package/lib/types/facade/chart-builder/builder-util.d.ts +0 -5
  108. package/lib/types/facade/chart-builder/chart-builder-base.d.ts +0 -919
  109. package/lib/types/facade/chart-builder/line-chart-builder.d.ts +0 -165
  110. package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +0 -196
  111. package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +0 -100
  112. package/lib/types/facade/chart-builder/types.d.ts +0 -34
  113. package/lib/types/facade/chart-facade-adapter.d.ts +0 -68
  114. package/lib/types/facade/chart-facade-builders.d.ts +0 -67
  115. package/lib/types/facade/chart-facade-types.d.ts +0 -212
  116. package/lib/types/facade/f-worksheet.d.ts +0 -208
@@ -1 +1 @@
1
- const _0x34a676=_0x5d69;function _0x5d69(_0x55f0d5,_0x240d3e){_0x55f0d5=_0x55f0d5-0x13f;const _0x1a73d4=_0x1a73();let _0x5d69b0=_0x1a73d4[_0x55f0d5];return _0x5d69b0;}(function(_0x24547a,_0x4404e8){const _0x5057bb=_0x5d69,_0x21f809=_0x24547a();while(!![]){try{const _0x980cf5=-parseInt(_0x5057bb(0x14e))/0x1+parseInt(_0x5057bb(0x148))/0x2*(parseInt(_0x5057bb(0x152))/0x3)+-parseInt(_0x5057bb(0x141))/0x4+parseInt(_0x5057bb(0x146))/0x5*(parseInt(_0x5057bb(0x153))/0x6)+parseInt(_0x5057bb(0x14d))/0x7*(-parseInt(_0x5057bb(0x155))/0x8)+-parseInt(_0x5057bb(0x14a))/0x9+parseInt(_0x5057bb(0x14f))/0xa;if(_0x980cf5===_0x4404e8)break;else _0x21f809['push'](_0x21f809['shift']());}catch(_0x16e8f9){_0x21f809['push'](_0x21f809['shift']());}}}(_0x1a73,0xdadca));const e={'sheets-chart':{'category':'Categoria','series':_0x34a676(0x142),'seriesDefaultName':_0x34a676(0x14c),'categoryDefaultName':_0x34a676(0x14b),'blank':'(Vuoto)','msg':{'emptyTips':_0x34a676(0x145),'sankeyCircularTips':_0x34a676(0x147)},'bubble':{'emptyTips':_0x34a676(0x158)},'relation':{'emptyTips':_0x34a676(0x157)},'cloud':{'word':'Parola','frequency':_0x34a676(0x149)},'waterfall':{'positive':_0x34a676(0x150),'negative':'Negativo','subtotal':_0x34a676(0x144)},'pareto':{'lineName':_0x34a676(0x154)},'boxplot':{'min':_0x34a676(0x143),'q1':_0x34a676(0x156),'median':_0x34a676(0x151),'q3':_0x34a676(0x13f),'max':_0x34a676(0x140)}}};function _0x1a73(){const _0x1881db=['89932NfaSmD','Frequenza','3422268aPcXHg','Categoria\x20{0}','Serie\x20{0}','9918020uKSoWu','692784JyrLuU','29421610lxlWcM','Positivo','Mediana','3AcBSWq','12XXLLCH','Percentuale\x20cumulativa','8kTrYAj','Primo\x20quartile','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Terzo\x20quartile','Massimo','2113388tdzhMp','Serie','Minimo','Subtotale','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','2318935ntLnFS','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari'];_0x1a73=function(){return _0x1881db;};return _0x1a73();}export{e as default};
1
+ const _0xa00b55=_0x9684;function _0x9684(_0x2f73e9,_0x299d5c){_0x2f73e9=_0x2f73e9-0x1e0;const _0x125d61=_0x125d();let _0x96849a=_0x125d61[_0x2f73e9];return _0x96849a;}(function(_0x4518ce,_0x30c412){const _0x8f91f4=_0x9684,_0x2d29b9=_0x4518ce();while(!![]){try{const _0x2ec0fe=-parseInt(_0x8f91f4(0x1e2))/0x1+parseInt(_0x8f91f4(0x1e8))/0x2+parseInt(_0x8f91f4(0x1ea))/0x3*(-parseInt(_0x8f91f4(0x1f4))/0x4)+parseInt(_0x8f91f4(0x1ed))/0x5+parseInt(_0x8f91f4(0x1f5))/0x6+parseInt(_0x8f91f4(0x1f8))/0x7*(-parseInt(_0x8f91f4(0x1ec))/0x8)+-parseInt(_0x8f91f4(0x1f7))/0x9*(parseInt(_0x8f91f4(0x1f6))/0xa);if(_0x2ec0fe===_0x30c412)break;else _0x2d29b9['push'](_0x2d29b9['shift']());}catch(_0x2fecf9){_0x2d29b9['push'](_0x2d29b9['shift']());}}}(_0x125d,0xc4fd5));const e={'sheets-chart':{'category':_0xa00b55(0x1f9),'series':_0xa00b55(0x1e3),'seriesDefaultName':'Serie\x20{0}','categoryDefaultName':_0xa00b55(0x1e9),'blank':_0xa00b55(0x1e4),'msg':{'emptyTips':_0xa00b55(0x1e1),'sankeyCircularTips':_0xa00b55(0x1e7)},'bubble':{'emptyTips':'Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y'},'relation':{'emptyTips':_0xa00b55(0x1e5)},'cloud':{'word':_0xa00b55(0x1e0),'frequency':_0xa00b55(0x1f1)},'waterfall':{'positive':_0xa00b55(0x1f0),'negative':_0xa00b55(0x1f2),'subtotal':_0xa00b55(0x1f3)},'pareto':{'lineName':_0xa00b55(0x1ef)},'boxplot':{'min':'Minimo','q1':'Primo\x20quartile','median':_0xa00b55(0x1ee),'q3':_0xa00b55(0x1eb),'max':_0xa00b55(0x1e6)}}};function _0x125d(){const _0x1d440b=['Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','3176944yqKAvE','Categoria\x20{0}','814341XfoYoK','Terzo\x20quartile','30824sTPteC','550310InfIaT','Mediana','Percentuale\x20cumulativa','Positivo','Frequenza','Negativo','Subtotale','12Zxfjpp','5882364AFXjVa','100GheeYk','238977IDGhnj','539LxkzNu','Categoria','Parola','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','495507slaXJi','Serie','(Vuoto)','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','Massimo'];_0x125d=function(){return _0x1d440b;};return _0x125d();}export{e as default};
@@ -1 +1 @@
1
- function _0x3c43(){const _0x29854b=['系列{0}','累積パーセンテージ','項目{0}','62584xZiKvm','981gDhUuN','15cpEciU','カテゴリ','系列を追加してデータの可視化を開始してください','負の値','237vtEayI','1270158uWBqat','第1四分位数','最大値','8038ArZWYU','正の値','13394557EGebGb','9564618GCwQqW','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','第3四分位数','885633AeelaI','2758940uSKuNE','サンキー図には循環データを含めることはできません','30HMobWY'];_0x3c43=function(){return _0x29854b;};return _0x3c43();}const _0x1cfe83=_0x4e12;function _0x4e12(_0x57ab2a,_0x53ba6b){_0x57ab2a=_0x57ab2a-0x18d;const _0x3c433c=_0x3c43();let _0x4e1261=_0x3c433c[_0x57ab2a];return _0x4e1261;}(function(_0x2df89d,_0x415a33){const _0x32d3fb=_0x4e12,_0x38cfb3=_0x2df89d();while(!![]){try{const _0x4fde4c=-parseInt(_0x32d3fb(0x199))/0x1+parseInt(_0x32d3fb(0x193))/0x2*(parseInt(_0x32d3fb(0x18f))/0x3)+-parseInt(_0x32d3fb(0x19a))/0x4+parseInt(_0x32d3fb(0x1a2))/0x5*(parseInt(_0x32d3fb(0x190))/0x6)+-parseInt(_0x32d3fb(0x196))/0x7+parseInt(_0x32d3fb(0x1a0))/0x8*(-parseInt(_0x32d3fb(0x1a1))/0x9)+parseInt(_0x32d3fb(0x19c))/0xa*(parseInt(_0x32d3fb(0x195))/0xb);if(_0x4fde4c===_0x415a33)break;else _0x38cfb3['push'](_0x38cfb3['shift']());}catch(_0x2a6063){_0x38cfb3['push'](_0x38cfb3['shift']());}}}(_0x3c43,0xc60b8));const e={'sheets-chart':{'category':_0x1cfe83(0x1a3),'series':'系列','seriesDefaultName':_0x1cfe83(0x19d),'categoryDefaultName':_0x1cfe83(0x19f),'blank':'(空白)','msg':{'emptyTips':_0x1cfe83(0x18d),'sankeyCircularTips':_0x1cfe83(0x19b)},'bubble':{'emptyTips':_0x1cfe83(0x197)},'relation':{'emptyTips':'関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です'},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':_0x1cfe83(0x194),'negative':_0x1cfe83(0x18e),'subtotal':'小計'},'pareto':{'lineName':_0x1cfe83(0x19e)},'boxplot':{'min':'最小値','q1':_0x1cfe83(0x191),'median':'中央値','q3':_0x1cfe83(0x198),'max':_0x1cfe83(0x192)}}};export{e as default};
1
+ function _0x2d69(){const _0x56b346=['5443232NkaybE','15945aqYYfR','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','累積パーセンテージ','460896pZZJpr','カテゴリ','1004178DkoWBE','474NBaGOJ','負の値','系列を追加してデータの可視化を開始してください','354882eZzrYt','サンキー図には循環データを含めることはできません','3四分位数','系列{0}','208702tSfqdl','(空白)','410596ABnCzk','項目{0}','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','第1四分位数'];_0x2d69=function(){return _0x56b346;};return _0x2d69();}const _0x426687=_0x180b;(function(_0x57d041,_0x5af3e5){const _0x54b712=_0x180b,_0x582f82=_0x57d041();while(!![]){try{const _0x44e363=parseInt(_0x54b712(0x1be))/0x1+parseInt(_0x54b712(0x1c8))/0x2+-parseInt(_0x54b712(0x1ce))/0x3+parseInt(_0x54b712(0x1c0))/0x4+parseInt(_0x54b712(0x1c5))/0x5*(parseInt(_0x54b712(0x1cb))/0x6)+parseInt(_0x54b712(0x1ca))/0x7+-parseInt(_0x54b712(0x1c4))/0x8;if(_0x44e363===_0x5af3e5)break;else _0x582f82['push'](_0x582f82['shift']());}catch(_0x5ebc43){_0x582f82['push'](_0x582f82['shift']());}}}(_0x2d69,0x21cf6));const e={'sheets-chart':{'category':_0x426687(0x1c9),'series':'系列','seriesDefaultName':_0x426687(0x1bd),'categoryDefaultName':_0x426687(0x1c1),'blank':_0x426687(0x1bf),'msg':{'emptyTips':_0x426687(0x1cd),'sankeyCircularTips':_0x426687(0x1cf)},'bubble':{'emptyTips':_0x426687(0x1c2)},'relation':{'emptyTips':_0x426687(0x1c6)},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':'正の値','negative':_0x426687(0x1cc),'subtotal':'小計'},'pareto':{'lineName':_0x426687(0x1c7)},'boxplot':{'min':'最小値','q1':_0x426687(0x1c3),'median':'中央値','q3':_0x426687(0x1bc),'max':'最大値'}}};function _0x180b(_0x122a36,_0x1b36e3){_0x122a36=_0x122a36-0x1bc;const _0x2d6997=_0x2d69();let _0x180b13=_0x2d6997[_0x122a36];return _0x180b13;}export{e as default};
@@ -1 +1 @@
1
- const _0x334dbe=_0x3c7c;function _0x3c7c(_0x4a1f90,_0x12ae76){_0x4a1f90=_0x4a1f90-0x146;const _0x5d86d4=_0x5d86();let _0x3c7c5a=_0x5d86d4[_0x4a1f90];return _0x3c7c5a;}(function(_0x4418df,_0x1aef90){const _0x50754f=_0x3c7c,_0x48f46b=_0x4418df();while(!![]){try{const _0x381cb8=-parseInt(_0x50754f(0x148))/0x1+-parseInt(_0x50754f(0x14e))/0x2*(-parseInt(_0x50754f(0x154))/0x3)+parseInt(_0x50754f(0x157))/0x4+parseInt(_0x50754f(0x156))/0x5+-parseInt(_0x50754f(0x151))/0x6+-parseInt(_0x50754f(0x150))/0x7+parseInt(_0x50754f(0x14a))/0x8;if(_0x381cb8===_0x1aef90)break;else _0x48f46b['push'](_0x48f46b['shift']());}catch(_0xb03d8d){_0x48f46b['push'](_0x48f46b['shift']());}}}(_0x5d86,0x27e77));const e={'sheets-chart':{'category':_0x334dbe(0x14d),'series':'계열','seriesDefaultName':_0x334dbe(0x14c),'categoryDefaultName':_0x334dbe(0x149),'blank':_0x334dbe(0x152),'msg':{'emptyTips':'계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','sankeyCircularTips':_0x334dbe(0x153)},'bubble':{'emptyTips':_0x334dbe(0x147)},'relation':{'emptyTips':_0x334dbe(0x158)},'cloud':{'word':'단어','frequency':'빈도'},'waterfall':{'positive':'양수','negative':'음수','subtotal':_0x334dbe(0x146)},'pareto':{'lineName':_0x334dbe(0x14f)},'boxplot':{'min':'최소값','q1':_0x334dbe(0x159),'median':_0x334dbe(0x155),'q3':'제3사분위수','max':_0x334dbe(0x14b)}}};function _0x5d86(){const _0x53b094=['계열{0}','카테고리','87314vWkfOR','누적\x20백분율','1555953WxVRFU','1737240uVQdij','(비어\x20있음)','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','3GANDzc','중앙값','1073380PYwoem','659108AmJnGt','관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','제1사분위수','부분합','거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','200377TimIUW','항목{0}','3620264xKGBhf','최대값'];_0x5d86=function(){return _0x53b094;};return _0x5d86();}export{e as default};
1
+ function _0x1b7b(_0x3e9519,_0xa1625e){_0x3e9519=_0x3e9519-0x19d;const _0x71bb08=_0x71bb();let _0x1b7bb=_0x71bb08[_0x3e9519];return _0x1b7bb;}const _0x58f563=_0x1b7b;(function(_0x55878e,_0x134bb5){const _0x350bb3=_0x1b7b,_0x300d1c=_0x55878e();while(!![]){try{const _0x43a865=parseInt(_0x350bb3(0x1a4))/0x1*(-parseInt(_0x350bb3(0x19d))/0x2)+-parseInt(_0x350bb3(0x1a7))/0x3*(-parseInt(_0x350bb3(0x1ae))/0x4)+-parseInt(_0x350bb3(0x1a9))/0x5*(-parseInt(_0x350bb3(0x1a5))/0x6)+parseInt(_0x350bb3(0x1a1))/0x7+-parseInt(_0x350bb3(0x1a6))/0x8+parseInt(_0x350bb3(0x1aa))/0x9+-parseInt(_0x350bb3(0x1ab))/0xa*(parseInt(_0x350bb3(0x1b2))/0xb);if(_0x43a865===_0x134bb5)break;else _0x300d1c['push'](_0x300d1c['shift']());}catch(_0x5f5a0d){_0x300d1c['push'](_0x300d1c['shift']());}}}(_0x71bb,0x6d799));function _0x71bb(){const _0x26665b=['428112Qbovvq','1671465djZYMu','최대값','2190lHSTTI','5654691QKTOtU','1790AkeQQb','중앙값','부분합','4WaKttt','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','39655eXcjUo','카테고리','최소값','2716sUGCKn','항목{0}','(비어\x20있음)','제1사분위수','970424BrddVO','누적\x20백분율','제3사분위수','456yBuGEP','6060hdspps'];_0x71bb=function(){return _0x26665b;};return _0x71bb();}const e={'sheets-chart':{'category':_0x58f563(0x1b3),'series':'계열','seriesDefaultName':'계열{0}','categoryDefaultName':_0x58f563(0x19e),'blank':_0x58f563(0x19f),'msg':{'emptyTips':_0x58f563(0x1b1),'sankeyCircularTips':_0x58f563(0x1af)},'bubble':{'emptyTips':'거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다'},'relation':{'emptyTips':_0x58f563(0x1b0)},'cloud':{'word':'단어','frequency':'빈도'},'waterfall':{'positive':'양수','negative':'음수','subtotal':_0x58f563(0x1ad)},'pareto':{'lineName':_0x58f563(0x1a2)},'boxplot':{'min':_0x58f563(0x1b4),'q1':_0x58f563(0x1a0),'median':_0x58f563(0x1ac),'q3':_0x58f563(0x1a3),'max':_0x58f563(0x1a8)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4db1fc=_0x84aa;(function(_0x39c0b5,_0x4abd48){const _0x5768de=_0x84aa,_0x59b5d6=_0x39c0b5();while(!![]){try{const _0x1a1d2e=-parseInt(_0x5768de(0x12a))/0x1+-parseInt(_0x5768de(0x13d))/0x2*(parseInt(_0x5768de(0x127))/0x3)+-parseInt(_0x5768de(0x12c))/0x4+parseInt(_0x5768de(0x13e))/0x5*(-parseInt(_0x5768de(0x128))/0x6)+-parseInt(_0x5768de(0x126))/0x7+parseInt(_0x5768de(0x13b))/0x8+-parseInt(_0x5768de(0x13a))/0x9*(-parseInt(_0x5768de(0x137))/0xa);if(_0x1a1d2e===_0x4abd48)break;else _0x59b5d6['push'](_0x59b5d6['shift']());}catch(_0x4731a0){_0x59b5d6['push'](_0x59b5d6['shift']());}}}(_0x3b4d,0x91d66));function _0x84aa(_0x13ce82,_0x4fce21){_0x13ce82=_0x13ce82-0x126;const _0x3b4d00=_0x3b4d();let _0x84aacf=_0x3b4d00[_0x13ce82];return _0x84aacf;}const e={'sheets-chart':{'category':_0x4db1fc(0x133),'series':_0x4db1fc(0x129),'seriesDefaultName':_0x4db1fc(0x134),'categoryDefaultName':'Kategoria\x20{0}','blank':_0x4db1fc(0x130),'msg':{'emptyTips':_0x4db1fc(0x12e),'sankeyCircularTips':'Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych'},'bubble':{'emptyTips':_0x4db1fc(0x13c)},'relation':{'emptyTips':_0x4db1fc(0x132)},'cloud':{'word':_0x4db1fc(0x12d),'frequency':_0x4db1fc(0x139)},'waterfall':{'positive':'Dodatnie','negative':_0x4db1fc(0x13f),'subtotal':_0x4db1fc(0x12f)},'pareto':{'lineName':_0x4db1fc(0x12b)},'boxplot':{'min':'Minimum','q1':_0x4db1fc(0x138),'median':_0x4db1fc(0x136),'q3':_0x4db1fc(0x135),'max':_0x4db1fc(0x131)}}};export{e as default};function _0x3b4d(){const _0x4b542b=['1284428TEnSZw','Słowo','Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','Suma\x20częściowa','(Puste)','Maksimum','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','Kategoria','Seria\x20{0}','Trzeci\x20kwartyl','Mediana','25011430nhvzvD','Pierwszy\x20kwartyl','Częstotliwość','9ZylyXP','3600584KopIQU','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','39778NPssJC','65xjrkJX','Ujemne','4075974gdfVxR','9pCZfRQ','300948QTgrZO','Seria','738756IQonTM','Skumulowany\x20procent'];_0x3b4d=function(){return _0x4b542b;};return _0x3b4d();}
1
+ const _0x23844a=_0x218a;(function(_0x522d5d,_0x58667c){const _0x3bc31f=_0x218a,_0x399b2f=_0x522d5d();while(!![]){try{const _0x549841=-parseInt(_0x3bc31f(0x17a))/0x1*(parseInt(_0x3bc31f(0x17d))/0x2)+parseInt(_0x3bc31f(0x17e))/0x3+parseInt(_0x3bc31f(0x185))/0x4+parseInt(_0x3bc31f(0x17f))/0x5+-parseInt(_0x3bc31f(0x18b))/0x6+parseInt(_0x3bc31f(0x188))/0x7*(parseInt(_0x3bc31f(0x18a))/0x8)+-parseInt(_0x3bc31f(0x17c))/0x9;if(_0x549841===_0x58667c)break;else _0x399b2f['push'](_0x399b2f['shift']());}catch(_0x29485f){_0x399b2f['push'](_0x399b2f['shift']());}}}(_0x314d,0xc8891));function _0x218a(_0x3fc922,_0x360f73){_0x3fc922=_0x3fc922-0x175;const _0x314dc8=_0x314d();let _0x218aab=_0x314dc8[_0x3fc922];return _0x218aab;}const e={'sheets-chart':{'category':_0x23844a(0x183),'series':_0x23844a(0x176),'seriesDefaultName':_0x23844a(0x182),'categoryDefaultName':_0x23844a(0x180),'blank':'(Puste)','msg':{'emptyTips':_0x23844a(0x177),'sankeyCircularTips':_0x23844a(0x181)},'bubble':{'emptyTips':_0x23844a(0x175)},'relation':{'emptyTips':'Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie'},'cloud':{'word':_0x23844a(0x178),'frequency':_0x23844a(0x18c)},'waterfall':{'positive':_0x23844a(0x189),'negative':_0x23844a(0x17b),'subtotal':_0x23844a(0x187)},'pareto':{'lineName':_0x23844a(0x186)},'boxplot':{'min':'Minimum','q1':'Pierwszy\x20kwartyl','median':_0x23844a(0x18d),'q3':_0x23844a(0x184),'max':_0x23844a(0x179)}}};export{e as default};function _0x314d(){const _0x1a2976=['4393035sCSsOa','1263460WozFua','Kategoria\x20{0}','Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','Seria\x20{0}','Kategoria','Trzeci\x20kwartyl','3641612JKYAuX','Skumulowany\x20procent','Suma\x20częściowa','12894fiwwTT','Dodatnie','4376LxGcSJ','1980660IbYsQz','Częstotliwość','Mediana','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','Seria','Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','Słowo','Maksimum','163XnWkyv','Ujemne','9600435PhApvn','17384bwsDaS'];_0x314d=function(){return _0x1a2976;};return _0x314d();}
@@ -1 +1 @@
1
- const _0x1cc128=_0x303c;(function(_0x395e01,_0x5f0435){const _0x4f6edb=_0x303c,_0x2d83ce=_0x395e01();while(!![]){try{const _0x29cc76=parseInt(_0x4f6edb(0xfa))/0x1+parseInt(_0x4f6edb(0xf6))/0x2+parseInt(_0x4f6edb(0x105))/0x3+-parseInt(_0x4f6edb(0xf7))/0x4+parseInt(_0x4f6edb(0x10d))/0x5*(-parseInt(_0x4f6edb(0x106))/0x6)+parseInt(_0x4f6edb(0xf9))/0x7+parseInt(_0x4f6edb(0x109))/0x8;if(_0x29cc76===_0x5f0435)break;else _0x2d83ce['push'](_0x2d83ce['shift']());}catch(_0x7d2ed3){_0x2d83ce['push'](_0x2d83ce['shift']());}}}(_0x4144,0xdbfd4));const e={'sheets-chart':{'category':_0x1cc128(0x10b),'series':_0x1cc128(0xfb),'seriesDefaultName':_0x1cc128(0x100),'categoryDefaultName':_0x1cc128(0x104),'blank':'(Vazio)','msg':{'emptyTips':_0x1cc128(0xfc),'sankeyCircularTips':_0x1cc128(0x108)},'bubble':{'emptyTips':_0x1cc128(0x103)},'relation':{'emptyTips':_0x1cc128(0xfd)},'cloud':{'word':_0x1cc128(0x101),'frequency':_0x1cc128(0x10c)},'waterfall':{'positive':_0x1cc128(0xf8),'negative':_0x1cc128(0x107),'subtotal':_0x1cc128(0x10a)},'pareto':{'lineName':_0x1cc128(0xfe)},'boxplot':{'min':_0x1cc128(0x102),'q1':'Primeiro\x20quartil','median':'Mediana','q3':'Terceiro\x20quartil','max':_0x1cc128(0xff)}}};function _0x303c(_0x2d93b3,_0x1d6876){_0x2d93b3=_0x2d93b3-0xf6;const _0x414405=_0x4144();let _0x303c8e=_0x414405[_0x2d93b3];return _0x303c8e;}export{e as default};function _0x4144(){const _0x1843c7=['Série\x20{0}','Palavra','Mínimo','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','Categoria\x20{0}','145707GowmpW','66fYcuMI','Negativo','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','5667080OLyzph','Subtotal','Categoria','Frequência','344145jSKXaZ','1851894SpSGYs','6393988xjcLyj','Positivo','6776602fwGEfX','605705XfALJC','Série','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','A\x20fonte\x20de\x20dados\x20para\x20o\x20gráfico\x20de\x20relacionamento\x20é\x20a\x20matriz\x20de\x20coocorrência\x20de\x20palavras\x20com\x20a\x20coluna\x20de\x20tipo\x20adicional\x20na\x20segunda\x20coluna','Porcentagem\x20Cumulativa','Máximo'];_0x4144=function(){return _0x1843c7;};return _0x4144();}
1
+ const _0x5d6420=_0x46b8;(function(_0x22cdf6,_0x2290fa){const _0x5bc732=_0x46b8,_0x46a622=_0x22cdf6();while(!![]){try{const _0x524c42=parseInt(_0x5bc732(0x18c))/0x1*(-parseInt(_0x5bc732(0x191))/0x2)+-parseInt(_0x5bc732(0x18a))/0x3*(parseInt(_0x5bc732(0x17e))/0x4)+parseInt(_0x5bc732(0x187))/0x5+-parseInt(_0x5bc732(0x181))/0x6*(parseInt(_0x5bc732(0x17d))/0x7)+parseInt(_0x5bc732(0x189))/0x8*(parseInt(_0x5bc732(0x182))/0x9)+parseInt(_0x5bc732(0x190))/0xa+parseInt(_0x5bc732(0x17f))/0xb;if(_0x524c42===_0x2290fa)break;else _0x46a622['push'](_0x46a622['shift']());}catch(_0x35267d){_0x46a622['push'](_0x46a622['shift']());}}}(_0x5b33,0x820e1));const e={'sheets-chart':{'category':'Categoria','series':'Série','seriesDefaultName':_0x5d6420(0x183),'categoryDefaultName':_0x5d6420(0x188),'blank':_0x5d6420(0x18f),'msg':{'emptyTips':'Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','sankeyCircularTips':'O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares'},'bubble':{'emptyTips':_0x5d6420(0x18e)},'relation':{'emptyTips':_0x5d6420(0x186)},'cloud':{'word':'Palavra','frequency':'Frequência'},'waterfall':{'positive':_0x5d6420(0x18d),'negative':_0x5d6420(0x18b),'subtotal':_0x5d6420(0x185)},'pareto':{'lineName':'Porcentagem\x20Cumulativa'},'boxplot':{'min':_0x5d6420(0x180),'q1':'Primeiro\x20quartil','median':_0x5d6420(0x17c),'q3':'Terceiro\x20quartil','max':_0x5d6420(0x184)}}};function _0x46b8(_0x223221,_0x3a6f32){_0x223221=_0x223221-0x17c;const _0x5b33fa=_0x5b33();let _0x46b8f4=_0x5b33fa[_0x223221];return _0x46b8f4;}function _0x5b33(){const _0x2b9bf9=['Máximo','Subtotal','A\x20fonte\x20de\x20dados\x20para\x20o\x20gráfico\x20de\x20relacionamento\x20é\x20a\x20matriz\x20de\x20coocorrência\x20de\x20palavras\x20com\x20a\x20coluna\x20de\x20tipo\x20adicional\x20na\x20segunda\x20coluna','1453955sFCtsj','Categoria\x20{0}','328FxYGlf','3168003FJTVyE','Negativo','110HbBCqO','Positivo','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','(Vazio)','10095740LOOBvl','10190KkECWD','Mediana','875VMeXoD','4mTNtkf','14781976gRaejD','Mínimo','44376OGSuiz','94275nJCAUH','Série\x20{0}'];_0x5b33=function(){return _0x2b9bf9;};return _0x5b33();}export{e as default};
@@ -1 +1 @@
1
- const _0x220468=_0x5469;function _0x1ebb(){const _0x7f0121=['Отрицательное','Третий\x20квартиль','3188584wjrQkP','2352DgKEOa','116WOHxFh','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Слово','Минимум','Ряд\x20данных','Положительное','Накопительный\x20процент','Первый\x20квартиль','48788bjIXFj','Промежуточный\x20итог','4896120APDsJP','5yMqPDJ','Медиана','Максимум','15645tKryXU','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','9VnLeQM','Серия\x20{0}','13106071nTubQQ','Частота','4753AyBUwY','8035460pzBnxA','Категория'];_0x1ebb=function(){return _0x7f0121;};return _0x1ebb();}(function(_0x37ea83,_0x55adbf){const _0x2539d4=_0x5469,_0x697830=_0x37ea83();while(!![]){try{const _0x52a2c3=-parseInt(_0x2539d4(0x177))/0x1*(-parseInt(_0x2539d4(0x174))/0x2)+-parseInt(_0x2539d4(0x17a))/0x3*(-parseInt(_0x2539d4(0x187))/0x4)+parseInt(_0x2539d4(0x176))/0x5+parseInt(_0x2539d4(0x186))/0x6*(parseInt(_0x2539d4(0x180))/0x7)+parseInt(_0x2539d4(0x185))/0x8*(-parseInt(_0x2539d4(0x17c))/0x9)+parseInt(_0x2539d4(0x181))/0xa+-parseInt(_0x2539d4(0x17e))/0xb;if(_0x52a2c3===_0x55adbf)break;else _0x697830['push'](_0x697830['shift']());}catch(_0x4c3f07){_0x697830['push'](_0x697830['shift']());}}}(_0x1ebb,0xb2bcd));function _0x5469(_0x131191,_0x31be6f){_0x131191=_0x131191-0x16f;const _0x1ebb52=_0x1ebb();let _0x5469df=_0x1ebb52[_0x131191];return _0x5469df;}const e={'sheets-chart':{'category':_0x220468(0x182),'series':_0x220468(0x170),'seriesDefaultName':_0x220468(0x17d),'categoryDefaultName':'Категория\x20{0}','blank':'Пусто','msg':{'emptyTips':_0x220468(0x188),'sankeyCircularTips':'Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные'},'bubble':{'emptyTips':'Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y'},'relation':{'emptyTips':_0x220468(0x17b)},'cloud':{'word':_0x220468(0x189),'frequency':_0x220468(0x17f)},'waterfall':{'positive':_0x220468(0x171),'negative':_0x220468(0x183),'subtotal':_0x220468(0x175)},'pareto':{'lineName':_0x220468(0x172)},'boxplot':{'min':_0x220468(0x16f),'q1':_0x220468(0x173),'median':_0x220468(0x178),'q3':_0x220468(0x184),'max':_0x220468(0x179)}}};export{e as default};
1
+ const _0x3e7ea9=_0x384e;function _0x384e(_0x5dc4db,_0x331ba9){_0x5dc4db=_0x5dc4db-0x161;const _0x5af477=_0x5af4();let _0x384eb7=_0x5af477[_0x5dc4db];return _0x384eb7;}(function(_0x3ee497,_0x4e53cb){const _0x2be8d7=_0x384e,_0x108fac=_0x3ee497();while(!![]){try{const _0x4193a3=parseInt(_0x2be8d7(0x179))/0x1+parseInt(_0x2be8d7(0x166))/0x2*(-parseInt(_0x2be8d7(0x163))/0x3)+-parseInt(_0x2be8d7(0x164))/0x4+parseInt(_0x2be8d7(0x177))/0x5+parseInt(_0x2be8d7(0x16c))/0x6*(-parseInt(_0x2be8d7(0x165))/0x7)+-parseInt(_0x2be8d7(0x178))/0x8*(-parseInt(_0x2be8d7(0x175))/0x9)+parseInt(_0x2be8d7(0x16d))/0xa;if(_0x4193a3===_0x4e53cb)break;else _0x108fac['push'](_0x108fac['shift']());}catch(_0x9f5d9){_0x108fac['push'](_0x108fac['shift']());}}}(_0x5af4,0xdd02b));const e={'sheets-chart':{'category':'Категория','series':_0x3e7ea9(0x169),'seriesDefaultName':_0x3e7ea9(0x16b),'categoryDefaultName':_0x3e7ea9(0x168),'blank':_0x3e7ea9(0x170),'msg':{'emptyTips':_0x3e7ea9(0x174),'sankeyCircularTips':'Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные'},'bubble':{'emptyTips':_0x3e7ea9(0x172)},'relation':{'emptyTips':_0x3e7ea9(0x16a)},'cloud':{'word':_0x3e7ea9(0x173),'frequency':_0x3e7ea9(0x16f)},'waterfall':{'positive':_0x3e7ea9(0x171),'negative':'Отрицательное','subtotal':_0x3e7ea9(0x161)},'pareto':{'lineName':_0x3e7ea9(0x16e)},'boxplot':{'min':_0x3e7ea9(0x176),'q1':'Первый\x20квартиль','median':_0x3e7ea9(0x162),'q3':_0x3e7ea9(0x167),'max':'Максимум'}}};function _0x5af4(){const _0x1acbd8=['2GjhErR','Третий\x20квартиль','Категория\x20{0}','Ряд\x20данных','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','Серия\x20{0}','1800408sDbViK','14273620uhDynh','Накопительный\x20процент','Частота','Пусто','Положительное','Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y','Слово','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','328266XrrAeD','Минимум','6687785hatAEP','304nESboZ','459916KksPrX','Промежуточный\x20итог','Медиана','4211991iWhrTj','5605548AtsnvZ','21QFUBoE'];_0x5af4=function(){return _0x1acbd8;};return _0x5af4();}export{e as default};
@@ -1 +1 @@
1
- function _0x566b(){const _0x5d2dca=['Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Tretí\x20kvartil','1142940OhMkrJ','Frekvencia','636020GPPgcc','Kumulatívne\x20percento','Séria\x20{0}','1065750aoiXkZ','Pozitívne','593224zkXcNA','118680yYposc','Kategória','429891cVNDyQ','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','Slovo','Prvý\x20kvartil','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Maximum','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','80297EIlbmW','Medián','(Prázdne)','472pPaNXL'];_0x566b=function(){return _0x5d2dca;};return _0x566b();}const _0x2aaf3a=_0x553d;(function(_0x5b4881,_0x41cc9a){const _0x324214=_0x553d,_0x4b01c1=_0x5b4881();while(!![]){try{const _0x117715=-parseInt(_0x324214(0x8d))/0x1+parseInt(_0x324214(0x9c))/0x2+-parseInt(_0x324214(0x8b))/0x3+-parseInt(_0x324214(0x8a))/0x4+parseInt(_0x324214(0x9f))/0x5+-parseInt(_0x324214(0x9a))/0x6+parseInt(_0x324214(0x94))/0x7*(parseInt(_0x324214(0x97))/0x8);if(_0x117715===_0x41cc9a)break;else _0x4b01c1['push'](_0x4b01c1['shift']());}catch(_0x241a66){_0x4b01c1['push'](_0x4b01c1['shift']());}}}(_0x566b,0x61956));function _0x553d(_0x675671,_0x4e676e){_0x675671=_0x675671-0x8a;const _0x566b08=_0x566b();let _0x553d33=_0x566b08[_0x675671];return _0x553d33;}const e={'sheets-chart':{'category':_0x2aaf3a(0x8c),'series':'Séria','seriesDefaultName':_0x2aaf3a(0x9e),'categoryDefaultName':'Kategória\x20{0}','blank':_0x2aaf3a(0x96),'msg':{'emptyTips':_0x2aaf3a(0x8e),'sankeyCircularTips':_0x2aaf3a(0x93)},'bubble':{'emptyTips':_0x2aaf3a(0x98)},'relation':{'emptyTips':_0x2aaf3a(0x91)},'cloud':{'word':_0x2aaf3a(0x8f),'frequency':_0x2aaf3a(0x9b)},'waterfall':{'positive':_0x2aaf3a(0xa0),'negative':'Negatívne','subtotal':'Medzisúčet'},'pareto':{'lineName':_0x2aaf3a(0x9d)},'boxplot':{'min':'Minimum','q1':_0x2aaf3a(0x90),'median':_0x2aaf3a(0x95),'q3':_0x2aaf3a(0x99),'max':_0x2aaf3a(0x92)}}};export{e as default};
1
+ function _0x235c(_0x16fe90,_0x1d892){_0x16fe90=_0x16fe90-0xd2;const _0x9b444e=_0x9b44();let _0x235cca=_0x9b444e[_0x16fe90];return _0x235cca;}const _0x1e82cd=_0x235c;(function(_0x2ba617,_0x4e4746){const _0x179b10=_0x235c,_0x5dc01d=_0x2ba617();while(!![]){try{const _0x42283c=parseInt(_0x179b10(0xe3))/0x1*(-parseInt(_0x179b10(0xeb))/0x2)+-parseInt(_0x179b10(0xe8))/0x3+parseInt(_0x179b10(0xdb))/0x4+-parseInt(_0x179b10(0xd9))/0x5*(parseInt(_0x179b10(0xe4))/0x6)+-parseInt(_0x179b10(0xe2))/0x7*(parseInt(_0x179b10(0xdc))/0x8)+parseInt(_0x179b10(0xd3))/0x9*(-parseInt(_0x179b10(0xd5))/0xa)+parseInt(_0x179b10(0xe9))/0xb;if(_0x42283c===_0x4e4746)break;else _0x5dc01d['push'](_0x5dc01d['shift']());}catch(_0x1d9674){_0x5dc01d['push'](_0x5dc01d['shift']());}}}(_0x9b44,0x1bdda));function _0x9b44(){const _0x6e31f4=['166pYzZkP','Kategória\x20{0}','1317807zejHxW','Negatívne','10lqOYhy','Medzisúčet','Kategória','Séria\x20{0}','41105IWzYmu','Maximum','385880IWOfgz','8akBlgv','(Prázdne)','Slovo','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Kumulatívne\x20percento','1041327foqmmu','2003QCVSDb','12VEWlRb','Pozitívne','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','445914YOhwVe','7085991vflpal','Medián'];_0x9b44=function(){return _0x6e31f4;};return _0x9b44();}const e={'sheets-chart':{'category':_0x1e82cd(0xd7),'series':'Séria','seriesDefaultName':_0x1e82cd(0xd8),'categoryDefaultName':_0x1e82cd(0xd2),'blank':_0x1e82cd(0xdd),'msg':{'emptyTips':_0x1e82cd(0xe7),'sankeyCircularTips':_0x1e82cd(0xdf)},'bubble':{'emptyTips':_0x1e82cd(0xe6)},'relation':{'emptyTips':_0x1e82cd(0xe0)},'cloud':{'word':_0x1e82cd(0xde),'frequency':'Frekvencia'},'waterfall':{'positive':_0x1e82cd(0xe5),'negative':_0x1e82cd(0xd4),'subtotal':_0x1e82cd(0xd6)},'pareto':{'lineName':_0x1e82cd(0xe1)},'boxplot':{'min':'Minimum','q1':'Prvý\x20kvartil','median':_0x1e82cd(0xea),'q3':'Tretí\x20kvartil','max':_0x1e82cd(0xda)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x3579(){const _0xc3e89=['Trung\x20vị','11hApFdF','180860McghQm','3wryHSl','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Loạt\x20{0}','1014416qdLXCm','406287CdkvwN','Giá\x20trị\x20âm','Tổng\x20phụ','(Trống)','Giá\x20trị\x20nhỏ\x20nhất','6457761JlMCsC','Tỷ\x20lệ\x20tích\x20lũy','222GGfzAo','40540860PJgmXW','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','2129060FkbrSd','Tần\x20suất','Danh\x20mục\x20{0}','3535364JnyVTt','Chuỗi','24cAPQpb','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai'];_0x3579=function(){return _0xc3e89;};return _0x3579();}function _0x43ce(_0x4c9d1e,_0x207aed){_0x4c9d1e=_0x4c9d1e-0x118;const _0x357966=_0x3579();let _0x43cebd=_0x357966[_0x4c9d1e];return _0x43cebd;}const _0x49e3e6=_0x43ce;(function(_0x1ce286,_0x186edc){const _0x59411d=_0x43ce,_0x4c68bf=_0x1ce286();while(!![]){try{const _0x460643=parseInt(_0x59411d(0x11a))/0x1+parseInt(_0x59411d(0x125))/0x2+-parseInt(_0x59411d(0x12f))/0x3*(-parseInt(_0x59411d(0x128))/0x4)+parseInt(_0x59411d(0x12e))/0x5*(parseInt(_0x59411d(0x122))/0x6)+-parseInt(_0x59411d(0x11b))/0x7*(parseInt(_0x59411d(0x12a))/0x8)+parseInt(_0x59411d(0x120))/0x9+-parseInt(_0x59411d(0x123))/0xa*(parseInt(_0x59411d(0x12d))/0xb);if(_0x460643===_0x186edc)break;else _0x4c68bf['push'](_0x4c68bf['shift']());}catch(_0x4d92bc){_0x4c68bf['push'](_0x4c68bf['shift']());}}}(_0x3579,0xc0fc7));const e={'sheets-chart':{'category':'Danh\x20mục','series':_0x49e3e6(0x129),'seriesDefaultName':_0x49e3e6(0x119),'categoryDefaultName':_0x49e3e6(0x127),'blank':_0x49e3e6(0x11e),'msg':{'emptyTips':'Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','sankeyCircularTips':_0x49e3e6(0x124)},'bubble':{'emptyTips':_0x49e3e6(0x118)},'relation':{'emptyTips':_0x49e3e6(0x12b)},'cloud':{'word':'Từ','frequency':_0x49e3e6(0x126)},'waterfall':{'positive':'Giá\x20trị\x20dương','negative':_0x49e3e6(0x11c),'subtotal':_0x49e3e6(0x11d)},'pareto':{'lineName':_0x49e3e6(0x121)},'boxplot':{'min':_0x49e3e6(0x11f),'q1':'Phần\x20tư\x20thứ\x20nhất','median':_0x49e3e6(0x12c),'q3':'Phần\x20tư\x20thứ\x20ba','max':'Giá\x20trị\x20lớn\x20nhất'}}};export{e as default};
1
+ function _0x1d79(_0x40068b,_0x480521){_0x40068b=_0x40068b-0xf2;const _0x1fce97=_0x1fce();let _0x1d79fa=_0x1fce97[_0x40068b];return _0x1d79fa;}const _0x3b1670=_0x1d79;(function(_0xc862e8,_0x44fb90){const _0xf0fbe6=_0x1d79,_0x6f3a14=_0xc862e8();while(!![]){try{const _0x296560=-parseInt(_0xf0fbe6(0xfa))/0x1*(-parseInt(_0xf0fbe6(0x101))/0x2)+parseInt(_0xf0fbe6(0x106))/0x3+parseInt(_0xf0fbe6(0x109))/0x4+parseInt(_0xf0fbe6(0x102))/0x5+-parseInt(_0xf0fbe6(0xf8))/0x6+-parseInt(_0xf0fbe6(0xfd))/0x7+parseInt(_0xf0fbe6(0xff))/0x8*(-parseInt(_0xf0fbe6(0xfc))/0x9);if(_0x296560===_0x44fb90)break;else _0x6f3a14['push'](_0x6f3a14['shift']());}catch(_0x184a28){_0x6f3a14['push'](_0x6f3a14['shift']());}}}(_0x1fce,0xf13d2));const e={'sheets-chart':{'category':'Danh\x20mục','series':_0x3b1670(0xf7),'seriesDefaultName':_0x3b1670(0xf3),'categoryDefaultName':_0x3b1670(0xf6),'blank':_0x3b1670(0x100),'msg':{'emptyTips':_0x3b1670(0xf4),'sankeyCircularTips':_0x3b1670(0x103)},'bubble':{'emptyTips':'Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y'},'relation':{'emptyTips':_0x3b1670(0xf2)},'cloud':{'word':'Từ','frequency':'Tần\x20suất'},'waterfall':{'positive':_0x3b1670(0x104),'negative':_0x3b1670(0x107),'subtotal':_0x3b1670(0xfe)},'pareto':{'lineName':_0x3b1670(0xfb)},'boxplot':{'min':_0x3b1670(0x105),'q1':_0x3b1670(0xf5),'median':'Trung\x20vị','q3':_0x3b1670(0xf9),'max':_0x3b1670(0x108)}}};export{e as default};function _0x1fce(){const _0x3af38a=['Giá\x20trị\x20nhỏ\x20nhất','3779715dlizOp','Giá\x20trị\x20âm','Giá\x20trị\x20lớn\x20nhất','5997632KBNmMl','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Loạt\x20{0}','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Phần\x20tư\x20thứ\x20nhất','Danh\x20mục\x20{0}','Chuỗi','11211300hLTaqn','Phần\x20tư\x20thứ\x20ba','37RpXHan','Tỷ\x20lệ\x20tích\x20lũy','9GoZtdz','1494584ponBRg','Tổng\x20phụ','2422456RtfPbK','(Trống)','3550ZjnQKL','2739975WtdyJo','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Giá\x20trị\x20dương'];_0x1fce=function(){return _0x3af38a;};return _0x1fce();}
@@ -1 +1 @@
1
- const _0x2d7ce1=_0x38cd;function _0x81f4(){const _0x353fab=['类别\x20{0}','桑基图不能包含循环数据','(空)','411152BlXXMo','最大值','314enjyuT','2207532otFlko','2280644DAzGJe','气泡图至少需要2列,X轴、Y轴。','5562448eSFfJb','3043845AkeeGf','1542191vIfuFO','第一四分位数','第三四分位数','系列\x20{0}','累积占比','3mBvhQW'];_0x81f4=function(){return _0x353fab;};return _0x81f4();}(function(_0x50e067,_0x5201cd){const _0x2fcb43=_0x38cd,_0x3ec98c=_0x50e067();while(!![]){try{const _0x7a4a5f=-parseInt(_0x2fcb43(0x105))/0x1+parseInt(_0x2fcb43(0x103))/0x2+-parseInt(_0x2fcb43(0xff))/0x3*(parseInt(_0x2fcb43(0xf6))/0x4)+-parseInt(_0x2fcb43(0xf9))/0x5+parseInt(_0x2fcb43(0xf5))/0x6+parseInt(_0x2fcb43(0xfa))/0x7+parseInt(_0x2fcb43(0xf8))/0x8;if(_0x7a4a5f===_0x5201cd)break;else _0x3ec98c['push'](_0x3ec98c['shift']());}catch(_0x58ea23){_0x3ec98c['push'](_0x3ec98c['shift']());}}}(_0x81f4,0x4ba71));function _0x38cd(_0x556ed3,_0x453f28){_0x556ed3=_0x556ed3-0xf5;const _0x81f43a=_0x81f4();let _0x38cd9d=_0x81f43a[_0x556ed3];return _0x38cd9d;}const e={'sheets-chart':{'category':'类别','series':'系列','seriesDefaultName':_0x2d7ce1(0xfd),'categoryDefaultName':_0x2d7ce1(0x100),'blank':_0x2d7ce1(0x102),'msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x2d7ce1(0x101)},'bubble':{'emptyTips':_0x2d7ce1(0xf7)},'relation':{'emptyTips':'关系图数据源为额外添加类型列在第二列的共词矩阵'},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x2d7ce1(0xfe)},'boxplot':{'min':'最小值','q1':_0x2d7ce1(0xfb),'median':'中位数','q3':_0x2d7ce1(0xfc),'max':_0x2d7ce1(0x104)}}};export{e as default};
1
+ const _0x5b2e90=_0x3c06;function _0x3c06(_0x56a00e,_0x3d4323){_0x56a00e=_0x56a00e-0x13f;const _0x5cd42c=_0x5cd4();let _0x3c062a=_0x5cd42c[_0x56a00e];return _0x3c062a;}function _0x5cd4(){const _0x318fd1=['第三四分位数','63lcQEuM','累积占比','中位数','1069418LnRYCE','系列\x20{0}','关系图数据源为额外添加类型列在第二列的共词矩阵','1067544tgkOpc','请先添加系列开始数据可视化','29166RIABfb','378hzwlVR','(空)','气泡图至少需要2列,X轴、Y轴。','216660XsyrfX','104895reJaBs','965070XQhwLh','357752SbhoqL','最大值','第一四分位数','最小值'];_0x5cd4=function(){return _0x318fd1;};return _0x5cd4();}(function(_0x544948,_0x4c3913){const _0x2e2b36=_0x3c06,_0x5b2cf7=_0x544948();while(!![]){try{const _0x574528=-parseInt(_0x2e2b36(0x14d))/0x1+parseInt(_0x2e2b36(0x143))/0x2+-parseInt(_0x2e2b36(0x14e))/0x3+parseInt(_0x2e2b36(0x146))/0x4+-parseInt(_0x2e2b36(0x14c))/0x5+-parseInt(_0x2e2b36(0x148))/0x6*(-parseInt(_0x2e2b36(0x149))/0x7)+parseInt(_0x2e2b36(0x14f))/0x8*(-parseInt(_0x2e2b36(0x140))/0x9);if(_0x574528===_0x4c3913)break;else _0x5b2cf7['push'](_0x5b2cf7['shift']());}catch(_0x191ffb){_0x5b2cf7['push'](_0x5b2cf7['shift']());}}}(_0x5cd4,0x44a33));const e={'sheets-chart':{'category':'类别','series':'系列','seriesDefaultName':_0x5b2e90(0x144),'categoryDefaultName':'类别\x20{0}','blank':_0x5b2e90(0x14a),'msg':{'emptyTips':_0x5b2e90(0x147),'sankeyCircularTips':'桑基图不能包含循环数据'},'bubble':{'emptyTips':_0x5b2e90(0x14b)},'relation':{'emptyTips':_0x5b2e90(0x145)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x5b2e90(0x141)},'boxplot':{'min':_0x5b2e90(0x152),'q1':_0x5b2e90(0x151),'median':_0x5b2e90(0x142),'q3':_0x5b2e90(0x13f),'max':_0x5b2e90(0x150)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x19c4(_0xdeac7a,_0x5c8c4f){_0xdeac7a=_0xdeac7a-0x11d;const _0x5ce57e=_0x5ce5();let _0x19c483=_0x5ce57e[_0xdeac7a];return _0x19c483;}const _0x5180fe=_0x19c4;(function(_0x4a082b,_0x2b0306){const _0x3751bb=_0x19c4,_0x1cb8ea=_0x4a082b();while(!![]){try{const _0x25104e=parseInt(_0x3751bb(0x11f))/0x1*(parseInt(_0x3751bb(0x12a))/0x2)+-parseInt(_0x3751bb(0x123))/0x3+-parseInt(_0x3751bb(0x12d))/0x4+-parseInt(_0x3751bb(0x122))/0x5+-parseInt(_0x3751bb(0x12b))/0x6*(parseInt(_0x3751bb(0x120))/0x7)+-parseInt(_0x3751bb(0x129))/0x8*(-parseInt(_0x3751bb(0x121))/0x9)+parseInt(_0x3751bb(0x127))/0xa;if(_0x25104e===_0x2b0306)break;else _0x1cb8ea['push'](_0x1cb8ea['shift']());}catch(_0x36dd79){_0x1cb8ea['push'](_0x1cb8ea['shift']());}}}(_0x5ce5,0x4250d));const e={'sheets-chart':{'category':'類別','series':'系列','seriesDefaultName':_0x5180fe(0x11d),'categoryDefaultName':_0x5180fe(0x125),'blank':_0x5180fe(0x12f),'msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x5180fe(0x126)},'bubble':{'emptyTips':_0x5180fe(0x12e)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x5180fe(0x12c)},'boxplot':{'min':'最小值','q1':'第一四分位數','median':_0x5180fe(0x124),'q3':_0x5180fe(0x128),'max':_0x5180fe(0x11e)}}};export{e as default};function _0x5ce5(){const _0x545081=['1933765CRrNin','1108929ACCiXJ','中位數','類別\x20{0}','桑基圖不能包含循環數據','13490690dmhiLL','第三四分位數','2000sOsyEG','294776KiNaNU','1158hEVKTh','累積占比','2085868CTViHF','氣泡圖至少需要2欄,X軸、Y軸。','(空)','系列\x20{0}','最大值','2darkGO','18347pJPsBu','14814WfycuX'];_0x5ce5=function(){return _0x545081;};return _0x5ce5();}
1
+ const _0x2e3d7e=_0x22e4;(function(_0x406208,_0x243b7c){const _0xb98174=_0x22e4,_0xa61b13=_0x406208();while(!![]){try{const _0xec4639=-parseInt(_0xb98174(0x80))/0x1+parseInt(_0xb98174(0x7a))/0x2+-parseInt(_0xb98174(0x81))/0x3+-parseInt(_0xb98174(0x88))/0x4+parseInt(_0xb98174(0x7e))/0x5+-parseInt(_0xb98174(0x78))/0x6+parseInt(_0xb98174(0x7f))/0x7;if(_0xec4639===_0x243b7c)break;else _0xa61b13['push'](_0xa61b13['shift']());}catch(_0x165892){_0xa61b13['push'](_0xa61b13['shift']());}}}(_0xd7ea,0x4778e));const e={'sheets-chart':{'category':'類別','series':'系列','seriesDefaultName':_0x2e3d7e(0x84),'categoryDefaultName':_0x2e3d7e(0x87),'blank':_0x2e3d7e(0x86),'msg':{'emptyTips':_0x2e3d7e(0x79),'sankeyCircularTips':_0x2e3d7e(0x7d)},'bubble':{'emptyTips':_0x2e3d7e(0x89)},'relation':{'emptyTips':_0x2e3d7e(0x83)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x2e3d7e(0x8a)},'boxplot':{'min':_0x2e3d7e(0x7b),'q1':_0x2e3d7e(0x7c),'median':_0x2e3d7e(0x82),'q3':_0x2e3d7e(0x85),'max':'最大值'}}};function _0x22e4(_0x224504,_0x1860ed){_0x224504=_0x224504-0x78;const _0xd7ea13=_0xd7ea();let _0x22e4a9=_0xd7ea13[_0x224504];return _0x22e4a9;}export{e as default};function _0xd7ea(){const _0x3303e1=['請先添加系列開始數據可視化','804544hAEIKF','最小值','第一四分位數','桑基圖不能包含循環數據','627665JSviZy','10926608QsuRlf','524016gvesBz','1689843oLPJVn','中位數','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','系列\x20{0}','第三四分位數','(空)','類別\x20{0}','916428NhHDhj','氣泡圖至少需要2欄,X軸、Y軸。','累積占比','2877570xcYNdB'];_0xd7ea=function(){return _0x3303e1;};return _0xd7ea();}
@@ -1 +1 @@
1
- function _0x1c13(){const _0x56351d=['請先添加系列開始數據可視化','第三四分位數','氣泡圖至少需要2欄,X軸、Y軸。','592mbrJFR','第一四分位數','桑基圖不能包含循環數據','中位數','類別\x20{0}','507YftXpd','48WzUQsH','1006UftJFr','54012XiGVxI','126465dbAvcL','435WxZiGj','最大值','60UDUZCb','3688267RQZAFx','9860AsePuH','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','累積占比','3412890pMhuNW','611650QzemhU','(空)'];_0x1c13=function(){return _0x56351d;};return _0x1c13();}function _0x119d(_0x5e0a48,_0x23270b){_0x5e0a48=_0x5e0a48-0x12e;const _0x1c13d4=_0x1c13();let _0x119dc8=_0x1c13d4[_0x5e0a48];return _0x119dc8;}const _0x25cf0b=_0x119d;(function(_0x31d577,_0x500b4f){const _0x4f5e24=_0x119d,_0x492a9a=_0x31d577();while(!![]){try{const _0x5c4a95=parseInt(_0x4f5e24(0x13d))/0x1*(parseInt(_0x4f5e24(0x13f))/0x2)+-parseInt(_0x4f5e24(0x142))/0x3*(parseInt(_0x4f5e24(0x12f))/0x4)+-parseInt(_0x4f5e24(0x141))/0x5*(parseInt(_0x4f5e24(0x13e))/0x6)+parseInt(_0x4f5e24(0x140))/0x7*(-parseInt(_0x4f5e24(0x138))/0x8)+-parseInt(_0x4f5e24(0x132))/0x9+-parseInt(_0x4f5e24(0x133))/0xa+-parseInt(_0x4f5e24(0x12e))/0xb*(-parseInt(_0x4f5e24(0x144))/0xc);if(_0x5c4a95===_0x500b4f)break;else _0x492a9a['push'](_0x492a9a['shift']());}catch(_0x106c3d){_0x492a9a['push'](_0x492a9a['shift']());}}}(_0x1c13,0x57fba));const e={'sheets-chart':{'category':'類別','series':'系列','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x25cf0b(0x13c),'blank':_0x25cf0b(0x134),'msg':{'emptyTips':_0x25cf0b(0x135),'sankeyCircularTips':_0x25cf0b(0x13a)},'bubble':{'emptyTips':_0x25cf0b(0x137)},'relation':{'emptyTips':_0x25cf0b(0x130)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x25cf0b(0x131)},'boxplot':{'min':'最小值','q1':_0x25cf0b(0x139),'median':_0x25cf0b(0x13b),'q3':_0x25cf0b(0x136),'max':_0x25cf0b(0x143)}}};export{e as default};
1
+ const _0x4a1825=_0x1f77;(function(_0x35f092,_0x42403a){const _0x51fa4a=_0x1f77,_0x5bcce0=_0x35f092();while(!![]){try{const _0x31a0f4=parseInt(_0x51fa4a(0x1b7))/0x1+-parseInt(_0x51fa4a(0x1b3))/0x2+parseInt(_0x51fa4a(0x1bc))/0x3*(parseInt(_0x51fa4a(0x1b5))/0x4)+-parseInt(_0x51fa4a(0x1bf))/0x5+-parseInt(_0x51fa4a(0x1bd))/0x6*(parseInt(_0x51fa4a(0x1c1))/0x7)+parseInt(_0x51fa4a(0x1b6))/0x8+-parseInt(_0x51fa4a(0x1c0))/0x9*(-parseInt(_0x51fa4a(0x1be))/0xa);if(_0x31a0f4===_0x42403a)break;else _0x5bcce0['push'](_0x5bcce0['shift']());}catch(_0x3eecd4){_0x5bcce0['push'](_0x5bcce0['shift']());}}}(_0x5901,0xadfc3));function _0x1f77(_0x3558f1,_0x4580e5){_0x3558f1=_0x3558f1-0x1b3;const _0x59014d=_0x5901();let _0x1f772c=_0x59014d[_0x3558f1];return _0x1f772c;}const e={'sheets-chart':{'category':'類別','series':'系列','seriesDefaultName':_0x4a1825(0x1b8),'categoryDefaultName':'類別\x20{0}','blank':_0x4a1825(0x1ba),'msg':{'emptyTips':_0x4a1825(0x1c2),'sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':_0x4a1825(0x1b9)},'relation':{'emptyTips':_0x4a1825(0x1c3)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x4a1825(0x1b4)},'boxplot':{'min':'最小值','q1':_0x4a1825(0x1c4),'median':_0x4a1825(0x1bb),'q3':'第三四分位數','max':'最大值'}}};function _0x5901(){const _0x194c08=['氣泡圖至少需要2欄,X軸、Y軸。','(空)','中位數','3yRNZNX','1062fiecda','2556150NldNkp','6085515qMxFZY','45bRGRQU','15638aBamVp','請先添加系列開始數據可視化','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','第一四分位數','1016458MgOHQC','累積占比','4138268cYotmu','574416AGvewM','448949GcrVEF','系列\x20{0}'];_0x5901=function(){return _0x194c08;};return _0x5901();}export{e as default};
@@ -0,0 +1,10 @@
1
+ export { SheetChartBuilder } from './sheet-chart-builder';
2
+ export { SheetChartBuilderAdapter } from './sheet-chart-builder-adapter';
3
+ export type { ISheetChartBuilderAdapter, ISheetChartBuilderAdapterContext, ISheetChartHostPatch } from './sheet-chart-builder-adapter';
4
+ export { toSheetChartCreateSpec } from './sheet-chart-create-spec';
5
+ export type { ISheetChartDescriptionExtension } from './sheet-chart-description';
6
+ export { buildLayoutDrawingPatch, describeLayout, getWorkbook, resolveInitialChartPosition } from './sheet-chart-layout';
7
+ export type { ISheetChartLayoutContext } from './sheet-chart-layout';
8
+ export { resolveSourceSeries, resolveSourceSpec } from './sheet-chart-source';
9
+ export type { ISheetChartSourceContext } from './sheet-chart-source';
10
+ export * from './types';
@@ -0,0 +1,41 @@
1
+ import type { ChartPendingConfig, IChartBuilderAdapter, IChartDescription, IChartRenderModelImageExportOptions, IChartRenderModelImageExportResult, IResolvedChartData, IUniverDataSet } from '@univerjs-pro/engine-chart';
2
+ import type { Injector } from '@univerjs/core';
3
+ import type { ISheetChartDescriptionExtension } from './sheet-chart-description';
4
+ import type { ChartSourceSpec, IChartLayoutPatch } from './types';
5
+ /** Sheet-owned changes committed alongside engine chart configuration. */
6
+ export interface ISheetChartHostPatch {
7
+ source?: ChartSourceSpec;
8
+ layout?: IChartLayoutPatch;
9
+ }
10
+ /** Persistence seam required by a Sheet chart builder. */
11
+ export interface ISheetChartBuilderAdapter extends IChartBuilderAdapter<ISheetChartDescriptionExtension> {
12
+ commitHost(patch: ISheetChartHostPatch): void;
13
+ resolveData(config: ChartPendingConfig, source?: ChartSourceSpec): IResolvedChartData;
14
+ resolveSource(source: ChartSourceSpec): {
15
+ dataSet: IUniverDataSet;
16
+ isRowDirection: boolean;
17
+ };
18
+ }
19
+ /** Stable Sheet identity and services used by the builder adapter. */
20
+ export interface ISheetChartBuilderAdapterContext {
21
+ unitId: string;
22
+ subUnitId: string;
23
+ chartId: string;
24
+ injector: Injector;
25
+ }
26
+ /** Commits Sheet chart changes using raw identity and package-owned commands. */
27
+ export declare class SheetChartBuilderAdapter implements ISheetChartBuilderAdapter {
28
+ private readonly _context;
29
+ private readonly _injector;
30
+ constructor(_context: ISheetChartBuilderAdapterContext);
31
+ describe(config?: ChartPendingConfig, dataSet?: IUniverDataSet): IChartDescription & ISheetChartDescriptionExtension;
32
+ commit(configChange: ChartPendingConfig): void;
33
+ resolveData(configChange: ChartPendingConfig, source?: ChartSourceSpec): IResolvedChartData;
34
+ resolveSource(source: ChartSourceSpec): {
35
+ dataSet: IUniverDataSet;
36
+ isRowDirection: boolean;
37
+ };
38
+ commitHost(patch: ISheetChartHostPatch): void;
39
+ exportImage(options?: IChartRenderModelImageExportOptions): Promise<IChartRenderModelImageExportResult | null>;
40
+ private _resolveSourceRange;
41
+ }
@@ -0,0 +1,17 @@
1
+ import type { IChartDescription } from '@univerjs-pro/engine-chart';
2
+ import type { ISheetChartBuilderAdapter } from './sheet-chart-builder-adapter';
3
+ import type { ISheetChartDescriptionExtension } from './sheet-chart-description';
4
+ import type { ChartSourceSpec, IChartLayoutPatch } from './types';
5
+ import { ChartBuilder } from '@univerjs-pro/engine-chart';
6
+ /** Maintains engine and Sheet-specific pending state for one chart. */
7
+ export declare class SheetChartBuilder extends ChartBuilder<ISheetChartDescriptionExtension> {
8
+ private _hostPending;
9
+ constructor(id: string, baseline: IChartDescription & ISheetChartDescriptionExtension, adapter: ISheetChartBuilderAdapter);
10
+ setSource(source: ChartSourceSpec): void;
11
+ setLayout(patch: IChartLayoutPatch): void;
12
+ getSource(): Readonly<ChartSourceSpec> | undefined;
13
+ resolveData(): import("@univerjs-pro/engine-chart").IChartData;
14
+ protected composeHostDescription(description: IChartDescription & ISheetChartDescriptionExtension): IChartDescription & ISheetChartDescriptionExtension;
15
+ commit(): void;
16
+ protected getDescriptionDataSetOverride(): import("@univerjs-pro/engine-chart").IUniverDataSet | undefined;
17
+ }
@@ -0,0 +1,6 @@
1
+ import type { ChartPendingConfig, IChartDescription } from '@univerjs-pro/engine-chart';
2
+ import type { DeepReadonly } from '@univerjs/core';
3
+ import type { ISheetChartDescriptionExtension } from './sheet-chart-description';
4
+ import type { IChartCreateSpec } from './types';
5
+ /** Converts a detached Sheet chart description into the canonical create input. */
6
+ export declare function toSheetChartCreateSpec(description: IChartDescription & ISheetChartDescriptionExtension, pending: DeepReadonly<ChartPendingConfig>): IChartCreateSpec;
@@ -0,0 +1,5 @@
1
+ import type { ChartSourceDescription, ChartSourceSpec, IChartLayoutPatch } from './types';
2
+ export interface ISheetChartDescriptionExtension {
3
+ source?: ChartSourceSpec | ChartSourceDescription;
4
+ layout?: IChartLayoutPatch;
5
+ }
@@ -0,0 +1,21 @@
1
+ import type { Injector, Workbook } from '@univerjs/core';
2
+ import type { IChartCreateSpec, IChartDiagnostic, IChartLayoutDescription, IChartLayoutPatch } from './types';
3
+ import { ISheetDrawingService } from '@univerjs/sheets-drawing';
4
+ /** Identifies a Sheet chart drawing and the services used to resolve its layout. */
5
+ export interface ISheetChartLayoutContext {
6
+ unitId: string;
7
+ subUnitId: string;
8
+ chartId: string;
9
+ injector: Injector;
10
+ }
11
+ /** Resolves the workbook that owns a Sheet chart. */
12
+ export declare function getWorkbook(injector: Injector, unitId: string): Workbook | null;
13
+ /** Builds the drawing update produced by a chart layout patch. */
14
+ export declare function buildLayoutDrawingPatch(context: ISheetChartLayoutContext, layout: IChartLayoutPatch, diagnostics: IChartDiagnostic[]): NonNullable<ReturnType<ISheetDrawingService['getDrawingByParam']>> | null;
15
+ /** Resolves the initial drawing position from an absolute position or cell anchor. */
16
+ export declare function resolveInitialChartPosition(context: Pick<ISheetChartLayoutContext, 'unitId' | 'subUnitId' | 'injector'>, layout: Pick<IChartCreateSpec, 'anchor' | 'position'>, diagnostics: IChartDiagnostic[]): {
17
+ x: number;
18
+ y: number;
19
+ } | undefined;
20
+ /** Describes the current position, size, and cell anchor of a Sheet chart. */
21
+ export declare function describeLayout(context: ISheetChartLayoutContext): IChartLayoutDescription | undefined;
@@ -0,0 +1,32 @@
1
+ import type { IChartDataSeries } from '@univerjs-pro/engine-chart';
2
+ import type { IRange, Workbook } from '@univerjs/core';
3
+ import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange } from '../models/types';
4
+ import type { ChartSourceDescription, ChartSourceSpec, IChartDiagnostic } from './types';
5
+ import { ChartFacadeHostGroup, ChartSourceKind } from './types';
6
+ export interface ISheetChartSourceContext {
7
+ unitId: string;
8
+ subUnitId: string;
9
+ workbook: Workbook;
10
+ resolveAutoIsRowDirection?: (rangeInfo: ISheetChartSourceSingleRange) => boolean;
11
+ }
12
+ export interface IResolvedChartRangeSource {
13
+ kind: ChartSourceKind.Range;
14
+ range: IRange;
15
+ sourceSheetName?: string;
16
+ rangeInfo: ISheetChartSourceSingleRange;
17
+ isRowDirection?: boolean;
18
+ }
19
+ export interface IResolvedChartMultiRangeSource {
20
+ kind: ChartSourceKind.Ranges;
21
+ ranges: IChartSourceMultiRangeItem[];
22
+ isRowDirection: boolean;
23
+ }
24
+ export type ResolvedChartSource = IResolvedChartRangeSource | IResolvedChartMultiRangeSource;
25
+ export declare function resolveSourceSpec(source: ChartSourceSpec | undefined, context: ISheetChartSourceContext, diagnostics: IChartDiagnostic[], path?: ChartFacadeHostGroup): ResolvedChartSource | null;
26
+ /**
27
+ * Reads source header entries so name-based series selectors can be resolved
28
+ * before the insert command creates a chart model.
29
+ */
30
+ export declare function resolveSourceSeries(source: ResolvedChartSource, context: ISheetChartSourceContext, categoryIndex?: number): IChartDataSeries[];
31
+ export declare function buildSourceDescription(source: ISheetChartSourceSingleRange, workbook?: Workbook): ChartSourceDescription;
32
+ export declare function buildMultiRangeSourceDescription(source: IChartSourceMultiRangeItem[], workbook?: Workbook): ChartSourceDescription;
@@ -0,0 +1,159 @@
1
+ import type { ChartTypeString, IChartCreateConfig, IEchartTheme, IChartDescription as IEngineChartDescription } from '@univerjs-pro/engine-chart';
2
+ import type { IRange } from '@univerjs/core';
3
+ export declare enum ChartSourceOrientation {
4
+ Auto = "auto",
5
+ Row = "row",
6
+ Column = "column",
7
+ Rows = "rows",
8
+ Columns = "columns",
9
+ RowsAsSeries = "rowsAsSeries",
10
+ ColumnsAsSeries = "columnsAsSeries"
11
+ }
12
+ export declare enum ChartSourceKind {
13
+ Range = "range",
14
+ Ranges = "ranges"
15
+ }
16
+ export type ChartRangeSpec = string | IRange;
17
+ export interface IChartSourceVectorSpec {
18
+ /** One row or one column of values. All vectors are aligned by position. */
19
+ range: ChartRangeSpec;
20
+ /** Optional single-cell display name. It never consumes a value from `range`. */
21
+ header?: ChartRangeSpec;
22
+ }
23
+ interface IChartSourceLocationSpec {
24
+ sheetName?: string;
25
+ sheetId?: string;
26
+ unitId?: string;
27
+ orientation?: ChartSourceOrientation;
28
+ }
29
+ /**
30
+ * Chart data from either one rectangular table or explicit positional vectors.
31
+ * Exactly one of `range` and `ranges` may be provided.
32
+ *
33
+ * @example Single rectangular table
34
+ * ```ts
35
+ * { sheetName: 'Sales', range: 'A1:C7', orientation: univerAPI.Enum.ChartSourceOrientation.Columns }
36
+ * ```
37
+ *
38
+ * @example Equal-length positional vectors with optional single-cell headers
39
+ * ```ts
40
+ * {
41
+ * sheetName: 'Sales',
42
+ * orientation: univerAPI.Enum.ChartSourceOrientation.Columns,
43
+ * ranges: [
44
+ * { header: 'A1', range: 'A2:A7' },
45
+ * { header: 'C1', range: 'C2:C7' },
46
+ * ],
47
+ * }
48
+ * ```
49
+ * Vector array order defines mapping indexes. Vectors must have equal lengths
50
+ * and a common row-or-column orientation; no join or padding is performed.
51
+ */
52
+ export type ChartSourceSpec = ChartRangeSpec | (IChartSourceLocationSpec & {
53
+ range: ChartRangeSpec;
54
+ ranges?: never;
55
+ }) | (IChartSourceLocationSpec & {
56
+ range?: never;
57
+ ranges: readonly IChartSourceVectorSpec[];
58
+ });
59
+ export type ChartAnchorSpec = string | {
60
+ row: number;
61
+ column: number;
62
+ rowOffset?: number;
63
+ columnOffset?: number;
64
+ };
65
+ export interface IChartSizeSpec {
66
+ width?: number;
67
+ height?: number;
68
+ }
69
+ export interface IChartLayoutPatch {
70
+ anchor?: ChartAnchorSpec;
71
+ position?: {
72
+ x: number;
73
+ y: number;
74
+ };
75
+ size?: IChartSizeSpec;
76
+ }
77
+ export interface IChartCreateSpec extends IChartCreateConfig {
78
+ source: ChartSourceSpec;
79
+ anchor?: ChartAnchorSpec;
80
+ position?: {
81
+ x: number;
82
+ y: number;
83
+ };
84
+ size?: IChartSizeSpec;
85
+ }
86
+ export declare enum ChartDiagnosticCode {
87
+ InvalidRange = "INVALID_RANGE",
88
+ SingleCellSource = "SINGLE_CELL_SOURCE",
89
+ CommandFailed = "COMMAND_FAILED"
90
+ }
91
+ export declare enum ChartDiagnosticSeverity {
92
+ Error = "error"
93
+ }
94
+ export declare enum ChartFacadeHostGroup {
95
+ Source = "source",
96
+ Layout = "layout"
97
+ }
98
+ export declare enum ChartFacadeCreateLayoutKey {
99
+ Anchor = "anchor"
100
+ }
101
+ export interface IChartDiagnostic {
102
+ code: ChartDiagnosticCode;
103
+ severity: ChartDiagnosticSeverity;
104
+ message: string;
105
+ path?: string;
106
+ details?: unknown;
107
+ allowedValues?: readonly unknown[];
108
+ suggestion?: string;
109
+ }
110
+ export interface IChartSuggestion {
111
+ type: ChartTypeString;
112
+ orientation: ChartSourceOrientation;
113
+ reason?: string;
114
+ }
115
+ export interface IChartRangeSourceDescription {
116
+ range: IRange;
117
+ ranges?: never;
118
+ sheetName?: string;
119
+ sheetId: string;
120
+ unitId: string;
121
+ orientation: ChartSourceOrientation;
122
+ }
123
+ export interface IChartSourceVectorDescription {
124
+ range: IChartRangeSourceDescription;
125
+ header?: IChartRangeSourceDescription;
126
+ }
127
+ export interface IChartMultiRangeSourceDescription {
128
+ range?: never;
129
+ ranges: IChartSourceVectorDescription[];
130
+ orientation: ChartSourceOrientation;
131
+ }
132
+ export type ChartSourceDescription = IChartRangeSourceDescription | IChartMultiRangeSourceDescription;
133
+ export interface IChartLayoutDescription {
134
+ position?: {
135
+ x: number;
136
+ y: number;
137
+ };
138
+ size?: IChartSizeSpec;
139
+ anchor?: {
140
+ row: number;
141
+ column: number;
142
+ rowOffset?: number;
143
+ columnOffset?: number;
144
+ };
145
+ }
146
+ export interface IChartDescription extends IEngineChartDescription {
147
+ identity: {
148
+ unitId: string;
149
+ subUnitId: string;
150
+ chartId: string;
151
+ };
152
+ dataSource: {
153
+ kind: ChartSourceKind;
154
+ source: ChartSourceDescription | null;
155
+ };
156
+ source: ChartSourceDescription | null;
157
+ layout?: IChartLayoutDescription;
158
+ }
159
+ export type { IEchartTheme };
@@ -1,6 +1,6 @@
1
1
  import type { IUniverInstanceService } from '@univerjs/core';
2
2
  import type { Observable } from 'rxjs';
3
- import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange, IUniverDataSet, OptionDataValue } from '../models/types';
3
+ import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange, ISheetChartSourceSnapshot, IUniverDataSet, OptionDataValue } from '../models/types';
4
4
  import { ChartDataSource, ChartSourceDataTypeEnum } from '@univerjs-pro/engine-chart';
5
5
  /**
6
6
  * @extends ChartDataSourceBase
@@ -9,7 +9,8 @@ import { ChartDataSource, ChartSourceDataTypeEnum } from '@univerjs-pro/engine-c
9
9
  */
10
10
  export declare class ChartDataSourceSingle extends ChartDataSource {
11
11
  private readonly _univerInstanceService;
12
- private _rangeInfo$;
12
+ private _snapshot$;
13
+ snapshot$: Observable<ISheetChartSourceSnapshot>;
13
14
  rangeInfo$: Observable<ISheetChartSourceSingleRange>;
14
15
  constructor(_univerInstanceService: IUniverInstanceService, rangeInfo: ISheetChartSourceSingleRange);
15
16
  getRangeInfo(): ISheetChartSourceSingleRange;
@@ -18,20 +19,24 @@ export declare class ChartDataSourceSingle extends ChartDataSource {
18
19
  canSwitchOrient(): boolean;
19
20
  updateRangeInfo(): void;
20
21
  watchRange(): void;
21
- convertDataSet(): IUniverDataSet;
22
+ convertDataSet(sourceInfo?: ISheetChartSourceSingleRange): IUniverDataSet;
23
+ getDataSet(): IUniverDataSet;
24
+ refresh(): void;
25
+ private _emit;
22
26
  }
23
27
  export declare class ChartDataSourceMulti extends ChartDataSource {
24
28
  private readonly _univerInstanceService;
25
- private _rangeInfo$;
29
+ private _snapshot$;
30
+ snapshot$: Observable<ISheetChartSourceSnapshot>;
26
31
  rangeInfo$: Observable<IChartSourceMultiRangeItem[]>;
27
32
  constructor(_univerInstanceService: IUniverInstanceService, rangeInfo: IChartSourceMultiRangeItem[]);
28
33
  canSwitchOrient(): boolean;
29
34
  getRangeInfo(): IChartSourceMultiRangeItem[];
30
- setOrient(flag: boolean): void;
35
+ setOrient(_flag: boolean): void;
31
36
  setRangeInfo(rangeInfo: ISheetChartSourceSingleRange | IChartSourceMultiRangeItem[]): void;
32
37
  updateRangeInfo(): void;
33
38
  watchRange(): void;
34
- convertDataSet(): {
39
+ convertDataSet(rangeInfos?: IChartSourceMultiRangeItem[]): {
35
40
  dimensions: never[];
36
41
  source: never[];
37
42
  sourceType?: undefined;
@@ -42,5 +47,8 @@ export declare class ChartDataSourceMulti extends ChartDataSource {
42
47
  sourceType: ChartSourceDataTypeEnum[][];
43
48
  sourceLabels: string[][];
44
49
  };
50
+ getDataSet(): IUniverDataSet;
51
+ refresh(): void;
52
+ private _emit;
45
53
  }
46
54
  export declare function createChartDataSource(univerInstanceService: IUniverInstanceService, rangeInfo: ISheetChartSourceSingleRange | IChartSourceMultiRangeItem[]): ChartDataSourceSingle | ChartDataSourceMulti;
@@ -1,5 +1,6 @@
1
1
  import type { ChartStyle, ChartTypeBits, DataOrientation, IChartContext, IChartDataAggregation } from '@univerjs-pro/engine-chart';
2
2
  import type { ICommand } from '@univerjs/core';
3
+ export declare const ReplaceSheetChartConfig: unique symbol;
3
4
  export interface IChartUpdateConfigCommandParams {
4
5
  unitId: string;
5
6
  chartModelId: string;
@@ -8,5 +9,6 @@ export interface IChartUpdateConfigCommandParams {
8
9
  dataAggregation?: Partial<IChartDataAggregation>;
9
10
  style?: ChartStyle;
10
11
  context?: IChartContext;
12
+ [ReplaceSheetChartConfig]?: true;
11
13
  }
12
14
  export declare const ChartUpdateConfigCommand: ICommand<IChartUpdateConfigCommandParams>;
@@ -9,3 +9,4 @@ export interface IChartUpdateConfigMutationParams {
9
9
  context?: IChartContext;
10
10
  }
11
11
  export declare const ChartUpdateConfigMutation: IMutation<IChartUpdateConfigMutationParams>;
12
+ export declare const ChartReplaceConfigMutation: IMutation<IChartUpdateConfigMutationParams>;