@univerjs-pro/sheets-chart 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) 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 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -0
  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 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  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 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -0
  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 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  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 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -0
  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 -0
  53. package/lib/locale/it-IT.js +1 -0
  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 -0
  57. package/lib/locale/pt-BR.js +1 -0
  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 -0
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/facade/chart-builder/chart-builder-base.d.ts +40 -20
  65. package/lib/types/facade/chart-builder/line-chart-builder.d.ts +10 -5
  66. package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +14 -7
  67. package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +6 -3
  68. package/lib/types/facade/f-chart.d.ts +10 -5
  69. package/lib/types/facade/f-enum.d.ts +16 -8
  70. package/lib/types/facade/f-worksheet.d.ts +12 -6
  71. package/lib/types/locale/ar-SA.d.ts +3 -0
  72. package/lib/types/locale/ca-ES.d.ts +1 -1
  73. package/lib/types/locale/de-DE.d.ts +3 -0
  74. package/lib/types/locale/en-US.d.ts +33 -1
  75. package/lib/types/locale/es-ES.d.ts +1 -1
  76. package/lib/types/locale/fa-IR.d.ts +1 -1
  77. package/lib/types/locale/fr-FR.d.ts +1 -1
  78. package/lib/types/locale/id-ID.d.ts +3 -0
  79. package/lib/types/locale/it-IT.d.ts +3 -0
  80. package/lib/types/locale/pl-PL.d.ts +3 -0
  81. package/lib/types/locale/pt-BR.d.ts +3 -0
  82. package/lib/types/locale/ru-RU.d.ts +1 -1
  83. package/lib/types/locale/zh-HK.d.ts +3 -0
  84. package/lib/types/models/chart-model.d.ts +4 -1
  85. package/lib/types/services/chart-model.service.d.ts +3 -2
  86. package/lib/umd/facade.js +1 -1
  87. package/lib/umd/index.js +1 -1
  88. package/lib/umd/locale/ar-SA.js +1 -0
  89. package/lib/umd/locale/ca-ES.js +1 -1
  90. package/lib/umd/locale/de-DE.js +1 -0
  91. package/lib/umd/locale/en-US.js +1 -1
  92. package/lib/umd/locale/es-ES.js +1 -1
  93. package/lib/umd/locale/fa-IR.js +1 -1
  94. package/lib/umd/locale/fr-FR.js +1 -1
  95. package/lib/umd/locale/id-ID.js +1 -0
  96. package/lib/umd/locale/it-IT.js +1 -0
  97. package/lib/umd/locale/ja-JP.js +1 -1
  98. package/lib/umd/locale/ko-KR.js +1 -1
  99. package/lib/umd/locale/pl-PL.js +1 -0
  100. package/lib/umd/locale/pt-BR.js +1 -0
  101. package/lib/umd/locale/ru-RU.js +1 -1
  102. package/lib/umd/locale/sk-SK.js +1 -1
  103. package/lib/umd/locale/vi-VN.js +1 -1
  104. package/lib/umd/locale/zh-CN.js +1 -1
  105. package/lib/umd/locale/zh-HK.js +1 -0
  106. package/lib/umd/locale/zh-TW.js +1 -1
  107. package/package.json +9 -9
@@ -1 +1 @@
1
- function _0x3505(_0x453e3a,_0x117c3f){_0x453e3a=_0x453e3a-0x176;var _0x370da1=_0x370d();var _0x350558=_0x370da1[_0x453e3a];return _0x350558;}(function(_0x376f05,_0x91050e){var _0x54d7ec=_0x3505,_0x5d36f7=_0x376f05();while(!![]){try{var _0x42b0ba=parseInt(_0x54d7ec(0x185))/0x1+-parseInt(_0x54d7ec(0x17a))/0x2*(parseInt(_0x54d7ec(0x17f))/0x3)+parseInt(_0x54d7ec(0x17e))/0x4*(parseInt(_0x54d7ec(0x184))/0x5)+parseInt(_0x54d7ec(0x177))/0x6+parseInt(_0x54d7ec(0x180))/0x7+parseInt(_0x54d7ec(0x176))/0x8+-parseInt(_0x54d7ec(0x182))/0x9;if(_0x42b0ba===_0x91050e)break;else _0x5d36f7['push'](_0x5d36f7['shift']());}catch(_0x5f46dc){_0x5d36f7['push'](_0x5d36f7['shift']());}}}(_0x370d,0x594cf),function(_0x3ea873,_0xcbc998){var _0x1662d9=_0x3505;typeof exports==_0x1662d9(0x179)&&typeof module<'u'?module[_0x1662d9(0x17c)]=_0xcbc998():typeof define==_0x1662d9(0x183)&&define[_0x1662d9(0x17d)]?define([],_0xcbc998):(_0x3ea873=typeof globalThis<'u'?globalThis:_0x3ea873||self,_0x3ea873[_0x1662d9(0x17b)]=_0xcbc998());}(this,function(){var _0x105ff4=_0x3505;return{'chart':{'category':_0x105ff4(0x178),'series':_0x105ff4(0x181)}};}));function _0x370d(){var _0x116a30=['2480352FzKJGO','Category','object','8BJJein','UniverProSheetsChartFrFR','exports','amd','116eYLiwO','483771uYigFY','3908247HRtVPp','Series','9146565dqIUlu','function','64445DMxhPb','409728gjpXSk','2174928dJapbz'];_0x370d=function(){return _0x116a30;};return _0x370d();}
1
+ (function(_0x175f9e,_0x3f42e5){var _0x23d634=_0x60e0,_0x4909e3=_0x175f9e();while(!![]){try{var _0x37f4f9=-parseInt(_0x23d634(0x184))/0x1+-parseInt(_0x23d634(0x17c))/0x2*(parseInt(_0x23d634(0x178))/0x3)+parseInt(_0x23d634(0x17b))/0x4+parseInt(_0x23d634(0x187))/0x5+-parseInt(_0x23d634(0x18b))/0x6+parseInt(_0x23d634(0x17e))/0x7+-parseInt(_0x23d634(0x18a))/0x8*(-parseInt(_0x23d634(0x177))/0x9);if(_0x37f4f9===_0x3f42e5)break;else _0x4909e3['push'](_0x4909e3['shift']());}catch(_0x50b164){_0x4909e3['push'](_0x4909e3['shift']());}}}(_0x42a4,0x1d577),function(_0x6a7ff2,_0xf793be){var _0x12432d=_0x60e0;typeof exports==_0x12432d(0x173)&&typeof module<'u'?module[_0x12432d(0x18c)]=_0xf793be():typeof define=='function'&&define[_0x12432d(0x185)]?define([],_0xf793be):(_0x6a7ff2=typeof globalThis<'u'?globalThis:_0x6a7ff2||self,_0x6a7ff2[_0x12432d(0x17d)]=_0xf793be());}(this,function(){var _0x5c6c4a=_0x60e0;return{'sheets-chart':{'category':_0x5c6c4a(0x175),'series':_0x5c6c4a(0x180),'seriesDefaultName':_0x5c6c4a(0x179),'categoryDefaultName':'Catégorie\x20{0}','blank':_0x5c6c4a(0x174),'msg':{'emptyTips':_0x5c6c4a(0x171),'sankeyCircularTips':_0x5c6c4a(0x183)},'bubble':{'emptyTips':_0x5c6c4a(0x188)},'relation':{'emptyTips':_0x5c6c4a(0x18e)},'cloud':{'word':_0x5c6c4a(0x182),'frequency':_0x5c6c4a(0x18d)},'waterfall':{'positive':_0x5c6c4a(0x17a),'negative':_0x5c6c4a(0x172),'subtotal':_0x5c6c4a(0x181)},'pareto':{'lineName':'Pourcentage\x20Cumulé'},'boxplot':{'min':_0x5c6c4a(0x176),'q1':'Premier\x20quartile','median':_0x5c6c4a(0x186),'q3':_0x5c6c4a(0x189),'max':_0x5c6c4a(0x17f)}}};}));function _0x60e0(_0x5367a3,_0x17d493){_0x5367a3=_0x5367a3-0x171;var _0x42a428=_0x42a4();var _0x60e077=_0x42a428[_0x5367a3];return _0x60e077;}function _0x42a4(){var _0x456ff2=['1127886IoDMzK','exports','Fréquence','La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Négatif','object','(Vide)','Category','Valeur\x20minimale','2300256AQkjMt','6ePsSHb','Série\x20{0}','Positif','884148IxPgQn','71050ZesAOz','UniverProSheetsChartFrFR','150304gcMGmP','Valeur\x20maximale','Series','Sous-total','Mot','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','205513UXSauc','amd','Médiane','433170QOPdqN','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Troisième\x20quartile','8fxDURY'];_0x42a4=function(){return _0x456ff2;};return _0x42a4();}
@@ -0,0 +1 @@
1
+ (function(_0x5430c3,_0xe1dc7){var _0x51ce36=_0x3d04,_0x5db20c=_0x5430c3();while(!![]){try{var _0x5a7743=-parseInt(_0x51ce36(0xe7))/0x1*(-parseInt(_0x51ce36(0xfa))/0x2)+-parseInt(_0x51ce36(0xf2))/0x3+parseInt(_0x51ce36(0xe8))/0x4*(-parseInt(_0x51ce36(0xee))/0x5)+parseInt(_0x51ce36(0xeb))/0x6*(parseInt(_0x51ce36(0xf0))/0x7)+-parseInt(_0x51ce36(0xe5))/0x8+parseInt(_0x51ce36(0xfb))/0x9*(parseInt(_0x51ce36(0xe6))/0xa)+parseInt(_0x51ce36(0xed))/0xb;if(_0x5a7743===_0xe1dc7)break;else _0x5db20c['push'](_0x5db20c['shift']());}catch(_0x5b356b){_0x5db20c['push'](_0x5db20c['shift']());}}}(_0x223c,0xd43f8),function(_0x968538,_0x3c619d){var _0x57157f=_0x3d04;typeof exports==_0x57157f(0xea)&&typeof module<'u'?module[_0x57157f(0xe0)]=_0x3c619d():typeof define==_0x57157f(0xec)&&define[_0x57157f(0xef)]?define([],_0x3c619d):(_0x968538=typeof globalThis<'u'?globalThis:_0x968538||self,_0x968538[_0x57157f(0xf1)]=_0x3c619d());}(this,function(){var _0x531027=_0x3d04;return{'sheets-chart':{'category':_0x531027(0xdd),'series':_0x531027(0xf6),'seriesDefaultName':_0x531027(0xf9),'categoryDefaultName':'Kategori\x20{0}','blank':'(Kosong)','msg':{'emptyTips':_0x531027(0xf3),'sankeyCircularTips':_0x531027(0xf8)},'bubble':{'emptyTips':_0x531027(0xf5)},'relation':{'emptyTips':_0x531027(0xde)},'cloud':{'word':_0x531027(0xe9),'frequency':_0x531027(0xe4)},'waterfall':{'positive':_0x531027(0xe1),'negative':'Negatif','subtotal':'Subtotal'},'pareto':{'lineName':_0x531027(0xf7)},'boxplot':{'min':_0x531027(0xdf),'q1':_0x531027(0xf4),'median':'Median','q3':_0x531027(0xe3),'max':_0x531027(0xe2)}}};}));function _0x3d04(_0x56633e,_0x1d9fd9){_0x56633e=_0x56633e-0xdd;var _0x223c4a=_0x223c();var _0x3d04b2=_0x223c4a[_0x56633e];return _0x3d04b2;}function _0x223c(){var _0x5b0ba4=['6cXQAsB','function','25974872OaTvew','8569630sqxGuH','amd','981211ADQgmN','UniverProSheetsChartIdID','4214133fmtyNE','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Kuartal\x20pertama','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Seri','Persentase\x20Kumulatif','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Seri\x20{0}','2sRFWcw','2470599vQUAXu','Kategori','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Minimum','exports','Positif','Maksimum','Kuartal\x20ketiga','Frekuensi','1298008Dntelp','10cCERgO','1374220pALORg','4pLyKva','Kata','object'];_0x223c=function(){return _0x5b0ba4;};return _0x223c();}
@@ -0,0 +1 @@
1
+ function _0x32f7(_0x35223d,_0x384a13){_0x35223d=_0x35223d-0x121;var _0x12409d=_0x1240();var _0x32f71d=_0x12409d[_0x35223d];return _0x32f71d;}(function(_0xe94f72,_0x3f2099){var _0x588ede=_0x32f7,_0x596f95=_0xe94f72();while(!![]){try{var _0x3374d3=-parseInt(_0x588ede(0x139))/0x1+parseInt(_0x588ede(0x12d))/0x2*(parseInt(_0x588ede(0x12f))/0x3)+-parseInt(_0x588ede(0x122))/0x4*(parseInt(_0x588ede(0x129))/0x5)+parseInt(_0x588ede(0x134))/0x6*(-parseInt(_0x588ede(0x123))/0x7)+parseInt(_0x588ede(0x125))/0x8*(parseInt(_0x588ede(0x130))/0x9)+-parseInt(_0x588ede(0x126))/0xa+parseInt(_0x588ede(0x13b))/0xb*(parseInt(_0x588ede(0x121))/0xc);if(_0x3374d3===_0x3f2099)break;else _0x596f95['push'](_0x596f95['shift']());}catch(_0x3201cc){_0x596f95['push'](_0x596f95['shift']());}}}(_0x1240,0xb6d3e),function(_0x47e94d,_0x13d1ac){var _0x5d2f83=_0x32f7;typeof exports==_0x5d2f83(0x12a)&&typeof module<'u'?module[_0x5d2f83(0x12b)]=_0x13d1ac():typeof define=='function'&&define[_0x5d2f83(0x12e)]?define([],_0x13d1ac):(_0x47e94d=typeof globalThis<'u'?globalThis:_0x47e94d||self,_0x47e94d[_0x5d2f83(0x132)]=_0x13d1ac());}(this,function(){var _0x3ea0a0=_0x32f7;return{'sheets-chart':{'category':_0x3ea0a0(0x128),'series':_0x3ea0a0(0x133),'seriesDefaultName':_0x3ea0a0(0x138),'categoryDefaultName':_0x3ea0a0(0x13f),'blank':_0x3ea0a0(0x13e),'msg':{'emptyTips':_0x3ea0a0(0x127),'sankeyCircularTips':_0x3ea0a0(0x13a)},'bubble':{'emptyTips':'Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y'},'relation':{'emptyTips':_0x3ea0a0(0x124)},'cloud':{'word':_0x3ea0a0(0x136),'frequency':_0x3ea0a0(0x137)},'waterfall':{'positive':'Positivo','negative':_0x3ea0a0(0x13c),'subtotal':'Subtotale'},'pareto':{'lineName':_0x3ea0a0(0x12c)},'boxplot':{'min':'Minimo','q1':_0x3ea0a0(0x131),'median':_0x3ea0a0(0x135),'q3':_0x3ea0a0(0x13d),'max':'Massimo'}}};}));function _0x1240(){var _0x536751=['60eUgDGj','4ThfuUu','63hFRydF','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','3824WQpPQc','1795070iAVIoD','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Categoria','493345tvrdTD','object','exports','Percentuale\x20cumulativa','3392FUfIfM','amd','429NQQFnu','4185jRiFOz','Primo\x20quartile','UniverProSheetsChartItIT','Serie','425394XHursB','Mediana','Parola','Frequenza','Serie\x20{0}','1037364jAWOKZ','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','4922929PXzYYp','Negativo','Terzo\x20quartile','(Vuoto)','Categoria\x20{0}'];_0x1240=function(){return _0x536751;};return _0x1240();}
@@ -1 +1 @@
1
- (function(_0x4862bc,_0x56273c){var _0x4b813d=_0x10a1,_0x3961e8=_0x4862bc();while(!![]){try{var _0x37d694=-parseInt(_0x4b813d(0x19d))/0x1+-parseInt(_0x4b813d(0x194))/0x2*(parseInt(_0x4b813d(0x19e))/0x3)+parseInt(_0x4b813d(0x196))/0x4*(parseInt(_0x4b813d(0x191))/0x5)+parseInt(_0x4b813d(0x19f))/0x6*(-parseInt(_0x4b813d(0x1a1))/0x7)+-parseInt(_0x4b813d(0x198))/0x8*(-parseInt(_0x4b813d(0x192))/0x9)+parseInt(_0x4b813d(0x19b))/0xa*(parseInt(_0x4b813d(0x19a))/0xb)+-parseInt(_0x4b813d(0x199))/0xc*(-parseInt(_0x4b813d(0x197))/0xd);if(_0x37d694===_0x56273c)break;else _0x3961e8['push'](_0x3961e8['shift']());}catch(_0x2001c2){_0x3961e8['push'](_0x3961e8['shift']());}}}(_0xf7b4,0x190c5),function(_0x2f55b6,_0x4cc17b){var _0x48f469=_0x10a1;typeof exports=='object'&&typeof module<'u'?module[_0x48f469(0x193)]=_0x4cc17b():typeof define==_0x48f469(0x195)&&define[_0x48f469(0x1a0)]?define([],_0x4cc17b):(_0x2f55b6=typeof globalThis<'u'?globalThis:_0x2f55b6||self,_0x2f55b6[_0x48f469(0x19c)]=_0x4cc17b());}(this,function(){return{'chart':{'category':'項目','series':'系列'}};}));function _0x10a1(_0x500c8a,_0x35bb5e){_0x500c8a=_0x500c8a-0x191;var _0xf7b434=_0xf7b4();var _0x10a18a=_0xf7b434[_0x500c8a];return _0x10a18a;}function _0xf7b4(){var _0xe588b2=['280410IsHtBu','amd','28iUYlEC','65iwkLNG','914796OhaBvi','exports','2bcasPa','function','17620OgZFAQ','39ZBldHX','8oaZWfS','1057476EXgkjY','209luYMfQ','39790gzbdED','UniverProSheetsChartJaJP','182005nkfWZR','82011MuRstx'];_0xf7b4=function(){return _0xe588b2;};return _0xf7b4();}
1
+ function _0xcec3(){var _0x5b1d4a=['949186JkCEQG','第1四分位数','66335MnDzID','amd','136512zuCDzI','Series','680fZAtIW','中央値','8900023yxhtZj','負の値','第3四分位数','48srAtPR','系列を追加してデータの可視化を開始してください','累積パーセンテージ','16FsLVzc','object','Category','正の値','6004710nXjSSU','項目{0}','2315MOQLom','12hmrmAH','1089459OlKSXl','260GRfFQy','(空白)','サンキー図には循環データを含めることはできません','最小値','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です'];_0xcec3=function(){return _0x5b1d4a;};return _0xcec3();}function _0x4300(_0x2b8829,_0x254f38){_0x2b8829=_0x2b8829-0x104;var _0xcec300=_0xcec3();var _0x430026=_0xcec300[_0x2b8829];return _0x430026;}(function(_0x4f01e7,_0x449a44){var _0x18b7d5=_0x4300,_0x2066e1=_0x4f01e7();while(!![]){try{var _0x2ace1c=parseInt(_0x18b7d5(0x114))/0x1*(-parseInt(_0x18b7d5(0x106))/0x2)+parseInt(_0x18b7d5(0x104))/0x3+parseInt(_0x18b7d5(0x117))/0x4*(parseInt(_0x18b7d5(0x11e))/0x5)+-parseInt(_0x18b7d5(0x10b))/0x6*(parseInt(_0x18b7d5(0x11c))/0x7)+-parseInt(_0x18b7d5(0x10e))/0x8*(-parseInt(_0x18b7d5(0x116))/0x9)+parseInt(_0x18b7d5(0x112))/0xa+parseInt(_0x18b7d5(0x108))/0xb*(parseInt(_0x18b7d5(0x115))/0xc);if(_0x2ace1c===_0x449a44)break;else _0x2066e1['push'](_0x2066e1['shift']());}catch(_0x2700e9){_0x2066e1['push'](_0x2066e1['shift']());}}}(_0xcec3,0xa7e19),function(_0xaace90,_0x1c6658){var _0x101d64=_0x4300;typeof exports==_0x101d64(0x10f)&&typeof module<'u'?module['exports']=_0x1c6658():typeof define=='function'&&define[_0x101d64(0x11f)]?define([],_0x1c6658):(_0xaace90=typeof globalThis<'u'?globalThis:_0xaace90||self,_0xaace90['UniverProSheetsChartJaJP']=_0x1c6658());}(this,function(){var _0x13bde6=_0x4300;return{'sheets-chart':{'category':_0x13bde6(0x110),'series':_0x13bde6(0x105),'seriesDefaultName':'系列{0}','categoryDefaultName':_0x13bde6(0x113),'blank':_0x13bde6(0x118),'msg':{'emptyTips':_0x13bde6(0x10c),'sankeyCircularTips':_0x13bde6(0x119)},'bubble':{'emptyTips':'バブルチャートには少なくとも2列必要です:\x20横軸、縦軸'},'relation':{'emptyTips':_0x13bde6(0x11b)},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':_0x13bde6(0x111),'negative':_0x13bde6(0x109),'subtotal':'小計'},'pareto':{'lineName':_0x13bde6(0x10d)},'boxplot':{'min':_0x13bde6(0x11a),'q1':_0x13bde6(0x11d),'median':_0x13bde6(0x107),'q3':_0x13bde6(0x10a),'max':'最大値'}}};}));
@@ -1 +1 @@
1
- function _0x1718(){var _0x501751=['53811IdHODw','1962868lfYnvr','2608104ojcXYt','5468870ldVvyE','function','exports','7086849oTFpRo','6464NMzbMf','2254700jVasxF','amd','1081058nfpJlZ','3hgRSah','object'];_0x1718=function(){return _0x501751;};return _0x1718();}function _0xa7d4(_0x21f4a2,_0x4b1d1a){_0x21f4a2=_0x21f4a2-0x1ef;var _0x1718c5=_0x1718();var _0xa7d489=_0x1718c5[_0x21f4a2];return _0xa7d489;}(function(_0x2c5456,_0x3e6fbf){var _0x328d4c=_0xa7d4,_0x5ab7aa=_0x2c5456();while(!![]){try{var _0x175ff8=-parseInt(_0x328d4c(0x1f8))/0x1+-parseInt(_0x328d4c(0x1f6))/0x2+parseInt(_0x328d4c(0x1f9))/0x3*(parseInt(_0x328d4c(0x1ef))/0x4)+-parseInt(_0x328d4c(0x1f1))/0x5+-parseInt(_0x328d4c(0x1f0))/0x6+-parseInt(_0x328d4c(0x1f4))/0x7+parseInt(_0x328d4c(0x1f5))/0x8*(parseInt(_0x328d4c(0x1fb))/0x9);if(_0x175ff8===_0x3e6fbf)break;else _0x5ab7aa['push'](_0x5ab7aa['shift']());}catch(_0xdf0b2d){_0x5ab7aa['push'](_0x5ab7aa['shift']());}}}(_0x1718,0x8bc3c),function(_0x4c4ffb,_0x2f098d){var _0x53363d=_0xa7d4;typeof exports==_0x53363d(0x1fa)&&typeof module<'u'?module[_0x53363d(0x1f3)]=_0x2f098d():typeof define==_0x53363d(0x1f2)&&define[_0x53363d(0x1f7)]?define([],_0x2f098d):(_0x4c4ffb=typeof globalThis<'u'?globalThis:_0x4c4ffb||self,_0x4c4ffb['UniverProSheetsChartKoKR']=_0x2f098d());}(this,function(){return{'chart':{'category':'항목','series':'계열'}};}));
1
+ function _0x5edc(){var _0x52c13d=['204tcLDtP','Series','누적\x20백분율','72sMLecb','4DAyFXO','UniverProSheetsChartKoKR','6250075ALFrJj','2fwkRHT','관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','30653vtNpuN','중앙값','112605LWMplZ','제1사분위수','432118cVvofU','거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','6466140GaHeRI','12WkeITJ','최대값','계열{0}','최소값','113955LscFjy','function','5106717BOjctS','부분합','Category','object','계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','10eDlgYD'];_0x5edc=function(){return _0x52c13d;};return _0x5edc();}function _0x28d0(_0x45701b,_0x4c018e){_0x45701b=_0x45701b-0x111;var _0x5edc52=_0x5edc();var _0x28d057=_0x5edc52[_0x45701b];return _0x28d057;}(function(_0x854c2a,_0x453bb5){var _0x1f319a=_0x28d0,_0x86cbb3=_0x854c2a();while(!![]){try{var _0x13cb39=-parseInt(_0x1f319a(0x129))/0x1*(-parseInt(_0x1f319a(0x123))/0x2)+-parseInt(_0x1f319a(0x127))/0x3*(-parseInt(_0x1f319a(0x120))/0x4)+parseInt(_0x1f319a(0x114))/0x5*(-parseInt(_0x1f319a(0x11c))/0x6)+parseInt(_0x1f319a(0x125))/0x7*(-parseInt(_0x1f319a(0x11f))/0x8)+parseInt(_0x1f319a(0x12b))/0x9+-parseInt(_0x1f319a(0x11b))/0xa*(parseInt(_0x1f319a(0x116))/0xb)+-parseInt(_0x1f319a(0x12c))/0xc*(-parseInt(_0x1f319a(0x122))/0xd);if(_0x13cb39===_0x453bb5)break;else _0x86cbb3['push'](_0x86cbb3['shift']());}catch(_0x204897){_0x86cbb3['push'](_0x86cbb3['shift']());}}}(_0x5edc,0x5f4c0),function(_0x220552,_0x98d7b3){var _0x11548e=_0x28d0;typeof exports==_0x11548e(0x119)&&typeof module<'u'?module['exports']=_0x98d7b3():typeof define==_0x11548e(0x115)&&define['amd']?define([],_0x98d7b3):(_0x220552=typeof globalThis<'u'?globalThis:_0x220552||self,_0x220552[_0x11548e(0x121)]=_0x98d7b3());}(this,function(){var _0x137efa=_0x28d0;return{'sheets-chart':{'category':_0x137efa(0x118),'series':_0x137efa(0x11d),'seriesDefaultName':_0x137efa(0x112),'categoryDefaultName':'항목{0}','blank':'(비어\x20있음)','msg':{'emptyTips':_0x137efa(0x11a),'sankeyCircularTips':'생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다'},'bubble':{'emptyTips':_0x137efa(0x12a)},'relation':{'emptyTips':_0x137efa(0x124)},'cloud':{'word':'단어','frequency':'빈도'},'waterfall':{'positive':'양수','negative':'음수','subtotal':_0x137efa(0x117)},'pareto':{'lineName':_0x137efa(0x11e)},'boxplot':{'min':_0x137efa(0x113),'q1':_0x137efa(0x128),'median':_0x137efa(0x126),'q3':'제3사분위수','max':_0x137efa(0x111)}}};}));
@@ -0,0 +1 @@
1
+ function _0x5f1a(_0x37fe84,_0x9c9b7f){_0x37fe84=_0x37fe84-0x13c;var _0x4b3d92=_0x4b3d();var _0x5f1a2c=_0x4b3d92[_0x37fe84];return _0x5f1a2c;}(function(_0x2cda01,_0x767acd){var _0xe1e778=_0x5f1a,_0x972f2d=_0x2cda01();while(!![]){try{var _0x14b659=parseInt(_0xe1e778(0x146))/0x1*(-parseInt(_0xe1e778(0x156))/0x2)+parseInt(_0xe1e778(0x13f))/0x3*(parseInt(_0xe1e778(0x14c))/0x4)+-parseInt(_0xe1e778(0x13e))/0x5+parseInt(_0xe1e778(0x140))/0x6+parseInt(_0xe1e778(0x14f))/0x7+parseInt(_0xe1e778(0x145))/0x8+-parseInt(_0xe1e778(0x150))/0x9;if(_0x14b659===_0x767acd)break;else _0x972f2d['push'](_0x972f2d['shift']());}catch(_0x333f35){_0x972f2d['push'](_0x972f2d['shift']());}}}(_0x4b3d,0x2db7b),function(_0x531548,_0xcb462b){var _0x3458b5=_0x5f1a;typeof exports==_0x3458b5(0x153)&&typeof module<'u'?module['exports']=_0xcb462b():typeof define==_0x3458b5(0x147)&&define[_0x3458b5(0x155)]?define([],_0xcb462b):(_0x531548=typeof globalThis<'u'?globalThis:_0x531548||self,_0x531548[_0x3458b5(0x13d)]=_0xcb462b());}(this,function(){var _0x20b31f=_0x5f1a;return{'sheets-chart':{'category':_0x20b31f(0x151),'series':'Seria','seriesDefaultName':'Seria\x20{0}','categoryDefaultName':'Kategoria\x20{0}','blank':'(Puste)','msg':{'emptyTips':'Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','sankeyCircularTips':_0x20b31f(0x14a)},'bubble':{'emptyTips':_0x20b31f(0x154)},'relation':{'emptyTips':_0x20b31f(0x143)},'cloud':{'word':_0x20b31f(0x13c),'frequency':_0x20b31f(0x152)},'waterfall':{'positive':_0x20b31f(0x149),'negative':_0x20b31f(0x144),'subtotal':_0x20b31f(0x14d)},'pareto':{'lineName':'Skumulowany\x20procent'},'boxplot':{'min':_0x20b31f(0x14e),'q1':_0x20b31f(0x14b),'median':_0x20b31f(0x141),'q3':_0x20b31f(0x142),'max':_0x20b31f(0x148)}}};}));function _0x4b3d(){var _0x27a87b=['Kategoria','Częstotliwość','object','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','amd','34CqrMRZ','Słowo','UniverProSheetsChartPlPL','212735cWcTww','177TSDLrR','1710174kXMkkt','Mediana','Trzeci\x20kwartyl','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','Ujemne','2674912hSRlGn','9382fpDSxh','function','Maksimum','Dodatnie','Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','Pierwszy\x20kwartyl','3500NpvUjV','Suma\x20częściowa','Minimum','1098615fxwJcP','3947967hPfGcX'];_0x4b3d=function(){return _0x27a87b;};return _0x4b3d();}
@@ -0,0 +1 @@
1
+ (function(_0x46e124,_0x43a934){var _0x4a4361=_0x3dff,_0x4b879f=_0x46e124();while(!![]){try{var _0x55cd8c=-parseInt(_0x4a4361(0x73))/0x1*(-parseInt(_0x4a4361(0x71))/0x2)+parseInt(_0x4a4361(0x76))/0x3+parseInt(_0x4a4361(0x84))/0x4+-parseInt(_0x4a4361(0x89))/0x5*(-parseInt(_0x4a4361(0x83))/0x6)+parseInt(_0x4a4361(0x87))/0x7+parseInt(_0x4a4361(0x77))/0x8*(-parseInt(_0x4a4361(0x81))/0x9)+-parseInt(_0x4a4361(0x79))/0xa;if(_0x55cd8c===_0x43a934)break;else _0x4b879f['push'](_0x4b879f['shift']());}catch(_0x279aa5){_0x4b879f['push'](_0x4b879f['shift']());}}}(_0x4cc7,0x88d97),function(_0x20cc2b,_0x1f232b){var _0x312c1e=_0x3dff;typeof exports==_0x312c1e(0x85)&&typeof module<'u'?module[_0x312c1e(0x7a)]=_0x1f232b():typeof define==_0x312c1e(0x7d)&&define['amd']?define([],_0x1f232b):(_0x20cc2b=typeof globalThis<'u'?globalThis:_0x20cc2b||self,_0x20cc2b['UniverProSheetsChartPtBR']=_0x1f232b());}(this,function(){var _0x2d671c=_0x3dff;return{'sheets-chart':{'category':'Categoria','series':_0x2d671c(0x7b),'seriesDefaultName':_0x2d671c(0x72),'categoryDefaultName':_0x2d671c(0x7f),'blank':_0x2d671c(0x88),'msg':{'emptyTips':'Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','sankeyCircularTips':_0x2d671c(0x86)},'bubble':{'emptyTips':'O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y'},'relation':{'emptyTips':_0x2d671c(0x6f)},'cloud':{'word':_0x2d671c(0x74),'frequency':_0x2d671c(0x78)},'waterfall':{'positive':_0x2d671c(0x7e),'negative':_0x2d671c(0x7c),'subtotal':_0x2d671c(0x75)},'pareto':{'lineName':_0x2d671c(0x8a)},'boxplot':{'min':'Mínimo','q1':_0x2d671c(0x80),'median':'Mediana','q3':_0x2d671c(0x70),'max':_0x2d671c(0x82)}}};}));function _0x3dff(_0x31474e,_0x2fac8a){_0x31474e=_0x31474e-0x6f;var _0x4cc74c=_0x4cc7();var _0x3dffe3=_0x4cc74c[_0x31474e];return _0x3dffe3;}function _0x4cc7(){var _0x78fffd=['314720FSfFtf','Porcentagem\x20Cumulativa','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','Terceiro\x20quartil','220804fPZWgn','Série\x20{0}','8loDFFB','Palavra','Subtotal','2571843JoHxhI','12976LvYVsc','Frequência','24326720ilqcZq','exports','Série','Negativo','function','Positivo','Categoria\x20{0}','Primeiro\x20quartil','5436PEiRSZ','Máximo','66xFmcan','4409176xUzNTI','object','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','3064040WuHNHs','(Vazio)'];_0x4cc7=function(){return _0x78fffd;};return _0x4cc7();}
@@ -1 +1 @@
1
- function _0x1a06(){var _0x3fefee=['104QiYSzD','function','1285LmEIjq','13467930jWqpAp','Category','2760mkImcZ','12uuuKhI','132152HqeNOa','343684sexflh','9510420hwbZbN','amd','11tybUtG','2995755QAekeK','213624stSAHO','51NjoSpm'];_0x1a06=function(){return _0x3fefee;};return _0x1a06();}function _0x48f5(_0x33c8ae,_0x3bd2ed){_0x33c8ae=_0x33c8ae-0x68;var _0x1a0601=_0x1a06();var _0x48f596=_0x1a0601[_0x33c8ae];return _0x48f596;}(function(_0x2e889b,_0x12909d){var _0x28b13f=_0x48f5,_0x50c3a3=_0x2e889b();while(!![]){try{var _0x2803b5=parseInt(_0x28b13f(0x6c))/0x1*(-parseInt(_0x28b13f(0x6b))/0x2)+parseInt(_0x28b13f(0x73))/0x3*(-parseInt(_0x28b13f(0x6d))/0x4)+parseInt(_0x28b13f(0x76))/0x5*(parseInt(_0x28b13f(0x6a))/0x6)+parseInt(_0x28b13f(0x71))/0x7+-parseInt(_0x28b13f(0x74))/0x8*(-parseInt(_0x28b13f(0x72))/0x9)+parseInt(_0x28b13f(0x68))/0xa*(parseInt(_0x28b13f(0x70))/0xb)+parseInt(_0x28b13f(0x6e))/0xc;if(_0x2803b5===_0x12909d)break;else _0x50c3a3['push'](_0x50c3a3['shift']());}catch(_0x1acad3){_0x50c3a3['push'](_0x50c3a3['shift']());}}}(_0x1a06,0xb4ca0),function(_0x180951,_0x156b15){var _0x2f0013=_0x48f5;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x156b15():typeof define==_0x2f0013(0x75)&&define[_0x2f0013(0x6f)]?define([],_0x156b15):(_0x180951=typeof globalThis<'u'?globalThis:_0x180951||self,_0x180951['UniverProSheetsChartRuRU']=_0x156b15());}(this,function(){var _0x52cc74=_0x48f5;return{'chart':{'category':_0x52cc74(0x69),'series':'Series'}};}));
1
+ function _0x2236(_0xffd3f7,_0x2451f7){_0xffd3f7=_0xffd3f7-0x148;var _0x153d6c=_0x153d();var _0x223600=_0x153d6c[_0xffd3f7];return _0x223600;}(function(_0x17dc32,_0x1c92df){var _0x1f0b1e=_0x2236,_0x24d21a=_0x17dc32();while(!![]){try{var _0x1696bd=-parseInt(_0x1f0b1e(0x160))/0x1*(parseInt(_0x1f0b1e(0x14e))/0x2)+parseInt(_0x1f0b1e(0x155))/0x3*(-parseInt(_0x1f0b1e(0x157))/0x4)+-parseInt(_0x1f0b1e(0x14c))/0x5+parseInt(_0x1f0b1e(0x159))/0x6+parseInt(_0x1f0b1e(0x15a))/0x7+-parseInt(_0x1f0b1e(0x162))/0x8*(parseInt(_0x1f0b1e(0x153))/0x9)+parseInt(_0x1f0b1e(0x164))/0xa;if(_0x1696bd===_0x1c92df)break;else _0x24d21a['push'](_0x24d21a['shift']());}catch(_0x2bb106){_0x24d21a['push'](_0x24d21a['shift']());}}}(_0x153d,0xaa0c7),function(_0x2ec67c,_0x45dd44){var _0x589116=_0x2236;typeof exports=='object'&&typeof module<'u'?module[_0x589116(0x149)]=_0x45dd44():typeof define==_0x589116(0x154)&&define[_0x589116(0x15c)]?define([],_0x45dd44):(_0x2ec67c=typeof globalThis<'u'?globalThis:_0x2ec67c||self,_0x2ec67c[_0x589116(0x163)]=_0x45dd44());}(this,function(){var _0x18a81b=_0x2236;return{'sheets-chart':{'category':_0x18a81b(0x15b),'series':_0x18a81b(0x14a),'seriesDefaultName':_0x18a81b(0x148),'categoryDefaultName':_0x18a81b(0x14f),'blank':_0x18a81b(0x150),'msg':{'emptyTips':_0x18a81b(0x156),'sankeyCircularTips':_0x18a81b(0x14d)},'bubble':{'emptyTips':'Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y'},'relation':{'emptyTips':_0x18a81b(0x158)},'cloud':{'word':_0x18a81b(0x14b),'frequency':_0x18a81b(0x151)},'waterfall':{'positive':_0x18a81b(0x152),'negative':_0x18a81b(0x165),'subtotal':_0x18a81b(0x15f)},'pareto':{'lineName':_0x18a81b(0x166)},'boxplot':{'min':'Минимум','q1':_0x18a81b(0x161),'median':_0x18a81b(0x15d),'q3':'Третий\x20квартиль','max':_0x18a81b(0x15e)}}};}));function _0x153d(){var _0x56e3af=['46voRvGn','Категория\x20{0}','Пусто','Частота','Положительное','135iAfFBY','function','411fwrzFW','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','17224ROwcJW','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','1165626SLZmGQ','2573452YKcgMC','Category','amd','Медиана','Максимум','Промежуточный\x20итог','10411rLwrYn','Первый\x20квартиль','402416zCTJdv','UniverProSheetsChartRuRU','29360590YAoRPS','Отрицательное','Накопительный\x20процент','Серия\x20{0}','exports','Series','Слово','6087710SuKnGT','Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные'];_0x153d=function(){return _0x56e3af;};return _0x153d();}
@@ -1 +1 @@
1
- (function(_0x3c1e28,_0x3551db){var _0x3c7b43=_0x3161,_0x46b344=_0x3c1e28();while(!![]){try{var _0x6d12a2=-parseInt(_0x3c7b43(0x106))/0x1+-parseInt(_0x3c7b43(0xfd))/0x2+parseInt(_0x3c7b43(0x103))/0x3*(-parseInt(_0x3c7b43(0xfe))/0x4)+parseInt(_0x3c7b43(0x107))/0x5*(-parseInt(_0x3c7b43(0xfb))/0x6)+parseInt(_0x3c7b43(0xfc))/0x7+-parseInt(_0x3c7b43(0x104))/0x8*(-parseInt(_0x3c7b43(0x105))/0x9)+parseInt(_0x3c7b43(0xfa))/0xa;if(_0x6d12a2===_0x3551db)break;else _0x46b344['push'](_0x46b344['shift']());}catch(_0x22597d){_0x46b344['push'](_0x46b344['shift']());}}}(_0x53f1,0xb4eaf),function(_0x1aeb63,_0x595305){var _0x1379cd=_0x3161;typeof exports==_0x1379cd(0x109)&&typeof module<'u'?module[_0x1379cd(0xff)]=_0x595305():typeof define==_0x1379cd(0x101)&&define[_0x1379cd(0x108)]?define([],_0x595305):(_0x1aeb63=typeof globalThis<'u'?globalThis:_0x1aeb63||self,_0x1aeb63[_0x1379cd(0x100)]=_0x595305());}(this,function(){var _0x4d4dbb=_0x3161;return{'chart':{'category':'Kategória','series':_0x4d4dbb(0x102)}};}));function _0x3161(_0xd99b41,_0x557f55){_0xd99b41=_0xd99b41-0xfa;var _0x53f1fd=_0x53f1();var _0x316139=_0x53f1fd[_0xd99b41];return _0x316139;}function _0x53f1(){var _0x710a36=['1431014jhMgbo','1455715oGMaBg','amd','object','29851440pdiyXo','12DnPFJi','1580838DQTKWC','1805378upFACR','125944pUytkY','exports','UniverProSheetsChartSkSK','function','Séria','87zsctYC','252864KLGHOO','387dHGGhk'];_0x53f1=function(){return _0x710a36;};return _0x53f1();}
1
+ function _0x56c3(_0x3a2c0d,_0x216dc8){_0x3a2c0d=_0x3a2c0d-0x110;var _0x32069a=_0x3206();var _0x56c392=_0x32069a[_0x3a2c0d];return _0x56c392;}function _0x3206(){var _0x37db32=['Maximum','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Minimum','Kumulatívne\x20percento','10929iEOwjM','Category','735NqVyZq','72QynJLJ','Frekvencia','Medzisúčet','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','amd','exports','Séria\x20{0}','770SwxSgi','Medián','46300PoXKTS','9601235XdNklq','Pozitívne','328999NvcpWf','(Prázdne)','Tretí\x20kvartil','1686933gXJhSD','function','10310454dwdsQR','26mcSSZw','1403694eGSpzr','object','Negatívne'];_0x3206=function(){return _0x37db32;};return _0x3206();}(function(_0x57e93e,_0x5163c1){var _0x297bd0=_0x56c3,_0x499584=_0x57e93e();while(!![]){try{var _0x40a149=parseInt(_0x297bd0(0x11f))/0x1*(-parseInt(_0x297bd0(0x117))/0x2)+parseInt(_0x297bd0(0x114))/0x3+-parseInt(_0x297bd0(0x12b))/0x4*(parseInt(_0x297bd0(0x121))/0x5)+parseInt(_0x297bd0(0x116))/0x6+parseInt(_0x297bd0(0x12c))/0x7+-parseInt(_0x297bd0(0x122))/0x8*(-parseInt(_0x297bd0(0x118))/0x9)+parseInt(_0x297bd0(0x129))/0xa*(-parseInt(_0x297bd0(0x111))/0xb);if(_0x40a149===_0x5163c1)break;else _0x499584['push'](_0x499584['shift']());}catch(_0x3b0519){_0x499584['push'](_0x499584['shift']());}}}(_0x3206,0xde070),function(_0x527dd7,_0x5f3803){var _0x98b6ea=_0x56c3;typeof exports==_0x98b6ea(0x119)&&typeof module<'u'?module[_0x98b6ea(0x127)]=_0x5f3803():typeof define==_0x98b6ea(0x115)&&define[_0x98b6ea(0x126)]?define([],_0x5f3803):(_0x527dd7=typeof globalThis<'u'?globalThis:_0x527dd7||self,_0x527dd7['UniverProSheetsChartSkSK']=_0x5f3803());}(this,function(){var _0x1af1f9=_0x56c3;return{'sheets-chart':{'category':_0x1af1f9(0x120),'series':'Series','seriesDefaultName':_0x1af1f9(0x128),'categoryDefaultName':'Kategória\x20{0}','blank':_0x1af1f9(0x112),'msg':{'emptyTips':'Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','sankeyCircularTips':_0x1af1f9(0x11c)},'bubble':{'emptyTips':'Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y'},'relation':{'emptyTips':_0x1af1f9(0x125)},'cloud':{'word':'Slovo','frequency':_0x1af1f9(0x123)},'waterfall':{'positive':_0x1af1f9(0x110),'negative':_0x1af1f9(0x11a),'subtotal':_0x1af1f9(0x124)},'pareto':{'lineName':_0x1af1f9(0x11e)},'boxplot':{'min':_0x1af1f9(0x11d),'q1':'Prvý\x20kvartil','median':_0x1af1f9(0x12a),'q3':_0x1af1f9(0x113),'max':_0x1af1f9(0x11b)}}};}));
@@ -1 +1 @@
1
- function _0x2bd2(_0x4d7e18,_0x14dd5a){_0x4d7e18=_0x4d7e18-0x191;var _0x42473a=_0x4247();var _0x2bd222=_0x42473a[_0x4d7e18];return _0x2bd222;}function _0x4247(){var _0x59a6fa=['5XerGLq','24900216AvUKzb','821356eloEaI','Danh\x20mục','4008822NopsLT','exports','2757106qKOxEh','1060155gLuGHW','function','27704jiWPHl','1qyaxLw','amd','10CrdnHL','1043EjWDNY','UniverProSheetsChartViVN','1917952KLErCe','3CRHHMi'];_0x4247=function(){return _0x59a6fa;};return _0x4247();}(function(_0x56501e,_0x54b8a2){var _0x43bf3d=_0x2bd2,_0x388004=_0x56501e();while(!![]){try{var _0x1c6113=parseInt(_0x43bf3d(0x19c))/0x1*(parseInt(_0x43bf3d(0x194))/0x2)+parseInt(_0x43bf3d(0x191))/0x3*(parseInt(_0x43bf3d(0x1a1))/0x4)+parseInt(_0x43bf3d(0x192))/0x5*(parseInt(_0x43bf3d(0x196))/0x6)+-parseInt(_0x43bf3d(0x19f))/0x7*(-parseInt(_0x43bf3d(0x19b))/0x8)+parseInt(_0x43bf3d(0x199))/0x9+parseInt(_0x43bf3d(0x19e))/0xa*(parseInt(_0x43bf3d(0x198))/0xb)+-parseInt(_0x43bf3d(0x193))/0xc;if(_0x1c6113===_0x54b8a2)break;else _0x388004['push'](_0x388004['shift']());}catch(_0x20657e){_0x388004['push'](_0x388004['shift']());}}}(_0x4247,0x59c61),function(_0x20402d,_0x2afb20){var _0x56e10c=_0x2bd2;typeof exports=='object'&&typeof module<'u'?module[_0x56e10c(0x197)]=_0x2afb20():typeof define==_0x56e10c(0x19a)&&define[_0x56e10c(0x19d)]?define([],_0x2afb20):(_0x20402d=typeof globalThis<'u'?globalThis:_0x20402d||self,_0x20402d[_0x56e10c(0x1a0)]=_0x2afb20());}(this,function(){var _0x174d17=_0x2bd2;return{'chart':{'category':_0x174d17(0x195),'series':'Chuỗi'}};}));
1
+ function _0x25c8(_0x22198d,_0x178f8){_0x22198d=_0x22198d-0x13a;var _0x1fa8f3=_0x1fa8();var _0x25c8dd=_0x1fa8f3[_0x22198d];return _0x25c8dd;}function _0x1fa8(){var _0x449e90=['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','1204917dBbgTC','UniverProSheetsChartViVN','130UlziNm','(Trống)','198848uPwJXh','Giá\x20trị\x20nhỏ\x20nhất','exports','413566bDmaij','Trung\x20vị','105205hBLzYf','Category','2987881zMbunC','amd','Giá\x20trị\x20lớn\x20nhất','Tần\x20suất','7201464YoBERU','15suHWov','45yCAVEm','Danh\x20mục\x20{0}','Tổng\x20phụ','Giá\x20trị\x20âm','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','977009IJiWuN','Tỷ\x20lệ\x20tích\x20lũy','Series','7UuQloN','36XZEzna','function','12niHuPA'];_0x1fa8=function(){return _0x449e90;};return _0x1fa8();}(function(_0x112139,_0x73496a){var _0x467467=_0x25c8,_0x1eb807=_0x112139();while(!![]){try{var _0x2b5880=-parseInt(_0x467467(0x14a))/0x1+parseInt(_0x467467(0x151))/0x2*(-parseInt(_0x467467(0x13c))/0x3)+-parseInt(_0x467467(0x148))/0x4*(parseInt(_0x467467(0x153))/0x5)+parseInt(_0x467467(0x13b))/0x6*(parseInt(_0x467467(0x145))/0x7)+-parseInt(_0x467467(0x14e))/0x8*(parseInt(_0x467467(0x13d))/0x9)+-parseInt(_0x467467(0x14c))/0xa*(-parseInt(_0x467467(0x142))/0xb)+parseInt(_0x467467(0x146))/0xc*(parseInt(_0x467467(0x155))/0xd);if(_0x2b5880===_0x73496a)break;else _0x1eb807['push'](_0x1eb807['shift']());}catch(_0x29eb54){_0x1eb807['push'](_0x1eb807['shift']());}}}(_0x1fa8,0x96eb7),function(_0x69c422,_0x3d428c){var _0x34473d=_0x25c8;typeof exports=='object'&&typeof module<'u'?module[_0x34473d(0x150)]=_0x3d428c():typeof define==_0x34473d(0x147)&&define[_0x34473d(0x156)]?define([],_0x3d428c):(_0x69c422=typeof globalThis<'u'?globalThis:_0x69c422||self,_0x69c422[_0x34473d(0x14b)]=_0x3d428c());}(this,function(){var _0x1b8300=_0x25c8;return{'sheets-chart':{'category':_0x1b8300(0x154),'series':_0x1b8300(0x144),'seriesDefaultName':'Loạt\x20{0}','categoryDefaultName':_0x1b8300(0x13e),'blank':_0x1b8300(0x14d),'msg':{'emptyTips':_0x1b8300(0x141),'sankeyCircularTips':'Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp'},'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':_0x1b8300(0x149)},'cloud':{'word':'Từ','frequency':_0x1b8300(0x13a)},'waterfall':{'positive':'Giá\x20trị\x20dương','negative':_0x1b8300(0x140),'subtotal':_0x1b8300(0x13f)},'pareto':{'lineName':_0x1b8300(0x143)},'boxplot':{'min':_0x1b8300(0x14f),'q1':'Phần\x20tư\x20thứ\x20nhất','median':_0x1b8300(0x152),'q3':'Phần\x20tư\x20thứ\x20ba','max':_0x1b8300(0x157)}}};}));
@@ -1 +1 @@
1
- function _0x53dd(){var _0x3dde31=['296hWezOj','395sEkJuF','1726970tFUySS','1070642aerdnn','140652swWiPk','4569844seToqJ','13638UmoEsJ','13562760pFjOad','UniverProSheetsChartZhCN','amd','object','exports','927143iqHQTx','3NfNglW','function'];_0x53dd=function(){return _0x3dde31;};return _0x53dd();}function _0x2185(_0x1a6f11,_0xe0facc){_0x1a6f11=_0x1a6f11-0x1c1;var _0x53ddeb=_0x53dd();var _0x2185f1=_0x53ddeb[_0x1a6f11];return _0x2185f1;}(function(_0x2eda00,_0x393f94){var _0x41c88a=_0x2185,_0x3db291=_0x2eda00();while(!![]){try{var _0x150622=parseInt(_0x41c88a(0x1cd))/0x1+-parseInt(_0x41c88a(0x1c4))/0x2+parseInt(_0x41c88a(0x1ce))/0x3*(-parseInt(_0x41c88a(0x1c6))/0x4)+-parseInt(_0x41c88a(0x1c2))/0x5*(parseInt(_0x41c88a(0x1c7))/0x6)+-parseInt(_0x41c88a(0x1c3))/0x7+-parseInt(_0x41c88a(0x1c1))/0x8*(-parseInt(_0x41c88a(0x1c5))/0x9)+parseInt(_0x41c88a(0x1c8))/0xa;if(_0x150622===_0x393f94)break;else _0x3db291['push'](_0x3db291['shift']());}catch(_0x39dc88){_0x3db291['push'](_0x3db291['shift']());}}}(_0x53dd,0xb8f5c),function(_0x599427,_0x3482c3){var _0x53cfc2=_0x2185;typeof exports==_0x53cfc2(0x1cb)&&typeof module<'u'?module[_0x53cfc2(0x1cc)]=_0x3482c3():typeof define==_0x53cfc2(0x1cf)&&define[_0x53cfc2(0x1ca)]?define([],_0x3482c3):(_0x599427=typeof globalThis<'u'?globalThis:_0x599427||self,_0x599427[_0x53cfc2(0x1c9)]=_0x3482c3());}(this,function(){return{'chart':{'category':'类别','series':'系列'}};}));
1
+ (function(_0x420198,_0x4df57c){var _0x12b4c7=_0x2de7,_0x111e19=_0x420198();while(!![]){try{var _0x1067c2=-parseInt(_0x12b4c7(0x8d))/0x1*(parseInt(_0x12b4c7(0x8b))/0x2)+-parseInt(_0x12b4c7(0x7d))/0x3+-parseInt(_0x12b4c7(0x7f))/0x4*(parseInt(_0x12b4c7(0x79))/0x5)+-parseInt(_0x12b4c7(0x84))/0x6+parseInt(_0x12b4c7(0x80))/0x7+parseInt(_0x12b4c7(0x83))/0x8+-parseInt(_0x12b4c7(0x7c))/0x9*(-parseInt(_0x12b4c7(0x85))/0xa);if(_0x1067c2===_0x4df57c)break;else _0x111e19['push'](_0x111e19['shift']());}catch(_0x5bf2d7){_0x111e19['push'](_0x111e19['shift']());}}}(_0x383d,0x6bf7e),function(_0x267787,_0x2484ad){var _0x36b5d0=_0x2de7;typeof exports=='object'&&typeof module<'u'?module[_0x36b5d0(0x89)]=_0x2484ad():typeof define=='function'&&define['amd']?define([],_0x2484ad):(_0x267787=typeof globalThis<'u'?globalThis:_0x267787||self,_0x267787[_0x36b5d0(0x78)]=_0x2484ad());}(this,function(){var _0x584f13=_0x2de7;return{'sheets-chart':{'category':_0x584f13(0x90),'series':'Series','seriesDefaultName':_0x584f13(0x86),'categoryDefaultName':_0x584f13(0x81),'blank':_0x584f13(0x88),'msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x584f13(0x8e)},'bubble':{'emptyTips':_0x584f13(0x7e)},'relation':{'emptyTips':_0x584f13(0x7a)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x584f13(0x87)},'boxplot':{'min':_0x584f13(0x8a),'q1':_0x584f13(0x8c),'median':_0x584f13(0x8f),'q3':_0x584f13(0x7b),'max':_0x584f13(0x82)}}};}));function _0x2de7(_0x5da549,_0x420d00){_0x5da549=_0x5da549-0x78;var _0x383d7d=_0x383d();var _0x2de70d=_0x383d7d[_0x5da549];return _0x2de70d;}function _0x383d(){var _0x424cb9=['气泡图至少需要2列,X轴、Y轴。','6804LfLjOC','2712241SEMCBt','类别\x20{0}','最大值','61920uWMKgS','3186078itoDPh','9734290beOXLM','系列\x20{0}','累积占比','(空)','exports','最小值','2GsVDah','第一四分位数','107079iOzEyc','桑基图不能包含循环数据','中位数','Category','UniverProSheetsChartZhCN','1585igvcAD','关系图数据源为额外添加类型列在第二列的共词矩阵','第三四分位数','18bTIXTs','2167542hKjYUK'];_0x383d=function(){return _0x424cb9;};return _0x383d();}
@@ -0,0 +1 @@
1
+ function _0x37dd(_0x21dc3c,_0x28a57b){_0x21dc3c=_0x21dc3c-0x8c;var _0x2501ec=_0x2501();var _0x37dd7d=_0x2501ec[_0x21dc3c];return _0x37dd7d;}(function(_0xa990a3,_0x4122e3){var _0x448503=_0x37dd,_0x2bd1fa=_0xa990a3();while(!![]){try{var _0x2c1d7e=parseInt(_0x448503(0x9d))/0x1*(parseInt(_0x448503(0xa2))/0x2)+parseInt(_0x448503(0x8d))/0x3+parseInt(_0x448503(0x9f))/0x4*(parseInt(_0x448503(0x97))/0x5)+-parseInt(_0x448503(0x9a))/0x6*(parseInt(_0x448503(0x90))/0x7)+parseInt(_0x448503(0xa8))/0x8+-parseInt(_0x448503(0xa5))/0x9*(-parseInt(_0x448503(0xa4))/0xa)+-parseInt(_0x448503(0x9c))/0xb*(parseInt(_0x448503(0x99))/0xc);if(_0x2c1d7e===_0x4122e3)break;else _0x2bd1fa['push'](_0x2bd1fa['shift']());}catch(_0xeb043c){_0x2bd1fa['push'](_0x2bd1fa['shift']());}}}(_0x2501,0xd0f0b),function(_0x5a2a71,_0xfe02b6){var _0xa541c5=_0x37dd;typeof exports==_0xa541c5(0x9b)&&typeof module<'u'?module[_0xa541c5(0x96)]=_0xfe02b6():typeof define==_0xa541c5(0x92)&&define[_0xa541c5(0xa3)]?define([],_0xfe02b6):(_0x5a2a71=typeof globalThis<'u'?globalThis:_0x5a2a71||self,_0x5a2a71[_0xa541c5(0x8f)]=_0xfe02b6());}(this,function(){var _0x200102=_0x37dd;return{'sheets-chart':{'category':'Category','series':_0x200102(0xa6),'seriesDefaultName':_0x200102(0xa7),'categoryDefaultName':'類別\x20{0}','blank':_0x200102(0x93),'msg':{'emptyTips':_0x200102(0xa0),'sankeyCircularTips':_0x200102(0x95)},'bubble':{'emptyTips':_0x200102(0x9e)},'relation':{'emptyTips':_0x200102(0x91)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':'累積占比'},'boxplot':{'min':_0x200102(0x94),'q1':_0x200102(0x8c),'median':_0x200102(0x8e),'q3':_0x200102(0xa1),'max':_0x200102(0x98)}}};}));function _0x2501(){var _0x583cac=['980060EeVcEh','18gNlJsn','Series','系列\x20{0}','5367056SUvLZX','第一四分位數','4425603ihqxaH','中位數','UniverProSheetsChartZhHK','231ksXoTK','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','function','(空)','最小值','桑基圖不能包含循環數據','exports','195ApyNou','最大值','12XtTPEm','169314MTYWLj','object','33655171XBxKRa','28526TRAFNG','氣泡圖至少需要2欄,X軸、Y軸。','154472wzyGNx','請先添加系列開始數據可視化','第三四分位數','70NlBFmZ','amd'];_0x2501=function(){return _0x583cac;};return _0x2501();}
@@ -1 +1 @@
1
- (function(_0x56247e,_0x40f12a){var _0x8649e4=_0x45bf,_0x884468=_0x56247e();while(!![]){try{var _0x4eb5ce=-parseInt(_0x8649e4(0xb3))/0x1*(-parseInt(_0x8649e4(0xae))/0x2)+parseInt(_0x8649e4(0xb9))/0x3*(-parseInt(_0x8649e4(0xb7))/0x4)+-parseInt(_0x8649e4(0xa9))/0x5*(-parseInt(_0x8649e4(0xb6))/0x6)+parseInt(_0x8649e4(0xaf))/0x7*(parseInt(_0x8649e4(0xab))/0x8)+parseInt(_0x8649e4(0xb8))/0x9*(-parseInt(_0x8649e4(0xaa))/0xa)+parseInt(_0x8649e4(0xb1))/0xb*(parseInt(_0x8649e4(0xb5))/0xc)+parseInt(_0x8649e4(0xb2))/0xd*(-parseInt(_0x8649e4(0xac))/0xe);if(_0x4eb5ce===_0x40f12a)break;else _0x884468['push'](_0x884468['shift']());}catch(_0x213b65){_0x884468['push'](_0x884468['shift']());}}}(_0x5c6b,0x9a86d),function(_0x65454e,_0xaca32d){var _0x216d2c=_0x45bf;typeof exports==_0x216d2c(0xad)&&typeof module<'u'?module[_0x216d2c(0xb0)]=_0xaca32d():typeof define=='function'&&define['amd']?define([],_0xaca32d):(_0x65454e=typeof globalThis<'u'?globalThis:_0x65454e||self,_0x65454e[_0x216d2c(0xb4)]=_0xaca32d());}(this,function(){return{'chart':{'category':'類別','series':'系列'}};}));function _0x45bf(_0x25740f,_0x3207a3){_0x25740f=_0x25740f-0xa9;var _0x5c6b16=_0x5c6b();var _0x45bf77=_0x5c6b16[_0x25740f];return _0x45bf77;}function _0x5c6b(){var _0x41e34b=['4269588LAIPCq','9116lBnbsP','204084ZPIQJq','606xxOoAU','5mVFfkT','270PrNrjn','8CUoUbJ','20619550NnnJkY','object','34RjhtTc','513527SmPBMX','exports','3136562FyjcHS','13RkYUfo','73697HtxJOC','UniverProSheetsChartZhTW','48itytKY'];_0x5c6b=function(){return _0x41e34b;};return _0x5c6b();}
1
+ function _0x410a(){var _0x4041ff=['3dTYKfN','第三四分位數','3wCKdzv','(空)','function','exports','402874dXnsBP','amd','累積占比','中位數','1210mixScv','UniverProSheetsChartZhTW','4159592iolifI','17001zYQjuN','11130kkOjUf','470068GtSMQu','類別\x20{0}','第一四分位數','1250650EKiWXV','10361538YLhWpM','Series','氣泡圖至少需要2欄,X軸、Y軸。','Category','最小值','1494gElMjH'];_0x410a=function(){return _0x4041ff;};return _0x410a();}function _0x4b65(_0x17d74f,_0x392265){_0x17d74f=_0x17d74f-0xf9;var _0x410a5e=_0x410a();var _0x4b6577=_0x410a5e[_0x17d74f];return _0x4b6577;}(function(_0x542efd,_0x50e0ae){var _0x25e318=_0x4b65,_0x530ce1=_0x542efd();while(!![]){try{var _0x31e9d4=-parseInt(_0x25e318(0x101))/0x1*(-parseInt(_0x25e318(0x105))/0x2)+-parseInt(_0x25e318(0xff))/0x3*(-parseInt(_0x25e318(0x10e))/0x4)+parseInt(_0x25e318(0x111))/0x5+parseInt(_0x25e318(0xfe))/0x6*(-parseInt(_0x25e318(0x10d))/0x7)+parseInt(_0x25e318(0x10b))/0x8+parseInt(_0x25e318(0x10c))/0x9*(parseInt(_0x25e318(0x109))/0xa)+-parseInt(_0x25e318(0xf9))/0xb;if(_0x31e9d4===_0x50e0ae)break;else _0x530ce1['push'](_0x530ce1['shift']());}catch(_0x415ceb){_0x530ce1['push'](_0x530ce1['shift']());}}}(_0x410a,0x5d690),function(_0x48c231,_0x44f834){var _0x283cfe=_0x4b65;typeof exports=='object'&&typeof module<'u'?module[_0x283cfe(0x104)]=_0x44f834():typeof define==_0x283cfe(0x103)&&define[_0x283cfe(0x106)]?define([],_0x44f834):(_0x48c231=typeof globalThis<'u'?globalThis:_0x48c231||self,_0x48c231[_0x283cfe(0x10a)]=_0x44f834());}(this,function(){var _0x3bfdfd=_0x4b65;return{'sheets-chart':{'category':_0x3bfdfd(0xfc),'series':_0x3bfdfd(0xfa),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x3bfdfd(0x10f),'blank':_0x3bfdfd(0x102),'msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':_0x3bfdfd(0xfb)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x3bfdfd(0x107)},'boxplot':{'min':_0x3bfdfd(0xfd),'q1':_0x3bfdfd(0x110),'median':_0x3bfdfd(0x108),'q3':_0x3bfdfd(0x100),'max':'最大值'}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-chart",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Chart model integration for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -66,19 +66,19 @@
66
66
  "rxjs": ">=7.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@univerjs-pro/license": "0.24.0",
70
- "@univerjs/core": "0.24.0",
71
- "@univerjs/sheets": "0.24.0",
72
- "@univerjs-pro/engine-chart": "0.24.0",
73
- "@univerjs/sheets-drawing": "0.24.0",
74
- "@univerjs/engine-formula": "0.24.0"
69
+ "@univerjs-pro/engine-chart": "0.25.0",
70
+ "@univerjs-pro/license": "0.25.0",
71
+ "@univerjs/engine-formula": "0.25.0",
72
+ "@univerjs/sheets": "0.25.0",
73
+ "@univerjs/core": "0.25.0",
74
+ "@univerjs/sheets-drawing": "0.25.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "rxjs": "7.8.2",
78
78
  "typescript": "^6.0.3",
79
79
  "vitest": "^4.1.6",
80
- "@univerjs-infra/shared": "0.24.0",
81
- "@univerjs/drawing": "0.24.0"
80
+ "@univerjs-infra/shared": "0.25.0",
81
+ "@univerjs/drawing": "0.25.0"
82
82
  },
83
83
  "scripts": {
84
84
  "test": "vitest run",