@univerjs-pro/sheets-chart 0.24.0 → 0.25.0-insiders.20260608-e4336f7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/facade/chart-builder/chart-builder-base.d.ts +40 -20
- package/lib/types/facade/chart-builder/line-chart-builder.d.ts +10 -5
- package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +14 -7
- package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +6 -3
- package/lib/types/facade/f-chart.d.ts +10 -5
- package/lib/types/facade/f-enum.d.ts +16 -8
- package/lib/types/facade/f-worksheet.d.ts +12 -6
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +33 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/models/chart-model.d.ts +4 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/chart-model.service.d.ts +3 -2
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +10 -10
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2892e7,_0x23981d){var _0x2ca2ba=_0x5726,_0x4e9ca5=_0x2892e7();while(!![]){try{var _0x3c0a5b=-parseInt(_0x2ca2ba(0x141))/0x1*(parseInt(_0x2ca2ba(0x146))/0x2)+parseInt(_0x2ca2ba(0x13d))/0x3+-parseInt(_0x2ca2ba(0x140))/0x4*(-parseInt(_0x2ca2ba(0x151))/0x5)+-parseInt(_0x2ca2ba(0x150))/0x6*(parseInt(_0x2ca2ba(0x14d))/0x7)+-parseInt(_0x2ca2ba(0x148))/0x8*(parseInt(_0x2ca2ba(0x14a))/0x9)+-parseInt(_0x2ca2ba(0x14c))/0xa*(-parseInt(_0x2ca2ba(0x149))/0xb)+-parseInt(_0x2ca2ba(0x142))/0xc;if(_0x3c0a5b===_0x23981d)break;else _0x4e9ca5['push'](_0x4e9ca5['shift']());}catch(_0x2fd49c){_0x4e9ca5['push'](_0x4e9ca5['shift']());}}}(_0x5f1f,0x6627d),function(_0xd6bb2a,_0x109e3a){var _0x35862c=_0x5726;typeof exports=='object'&&typeof module<'u'?module[_0x35862c(0x13f)]=_0x109e3a():typeof define=='function'&&define[_0x35862c(0x152)]?define([],_0x109e3a):(_0xd6bb2a=typeof globalThis<'u'?globalThis:_0xd6bb2a||self,_0xd6bb2a['UniverProSheetsChartFaIR']=_0x109e3a());}(this,function(){var _0x500c00=_0x5726;return{'sheets-chart':{'category':_0x500c00(0x154),'series':_0x500c00(0x14b),'seriesDefaultName':_0x500c00(0x144),'categoryDefaultName':'دستهبندی\x20{0}','blank':'(خالی)','msg':{'emptyTips':'یک\x20سری\x20اضافه\x20کنید\x20تا\x20دادههای\x20خود\x20را\x20تجسم\x20کنید','sankeyCircularTips':_0x500c00(0x143)},'bubble':{'emptyTips':_0x500c00(0x145)},'relation':{'emptyTips':'مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني'},'cloud':{'word':_0x500c00(0x13e),'frequency':_0x500c00(0x13a)},'waterfall':{'positive':'موجب','negative':'سالب','subtotal':_0x500c00(0x13c)},'pareto':{'lineName':_0x500c00(0x13b)},'boxplot':{'min':_0x500c00(0x153),'q1':'الربع\x20الأول','median':_0x500c00(0x14e),'q3':_0x500c00(0x147),'max':_0x500c00(0x14f)}}};}));function _0x5726(_0x555f5d,_0x1beccf){_0x555f5d=_0x555f5d-0x13a;var _0x5f1f5f=_0x5f1f();var _0x572636=_0x5f1f5f[_0x555f5d];return _0x572636;}function _0x5f1f(){var _0xe64b25=['النسبة\x20التراكمية','المجموع\x20الفرعي','2116023RThMFV','کلمه','exports','154340ZEqWbF','340580JXuuxq','11309088zacuRx','نمودار\x20سانکی\x20نمیتواند\x20دادههای\x20چرخشی\x20داشته\x20باشد','سری\x20{0}','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','2CddWys','الربع\x20الثالث','1960vIStyj','56947HYLtpV','11079BtnTDr','Series','1450uavtLl','7EjDTdl','الوسيط','القيمة\x20العليا','653538wRkstZ','85kDxzNH','amd','القيمة\x20الدنيا','Category','تکرار'];_0x5f1f=function(){return _0xe64b25;};return _0x5f1f();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x14ca(_0x18d5d4,_0x3d9abb){_0x18d5d4=_0x18d5d4-0x120;var _0x51bd76=_0x51bd();var _0x14ca02=_0x51bd76[_0x18d5d4];return _0x14ca02;}(function(_0x55ebde,_0x55fb52){var _0x3aa87e=_0x14ca,_0x4d3c90=_0x55ebde();while(!![]){try{var _0x49f471=parseInt(_0x3aa87e(0x128))/0x1*(parseInt(_0x3aa87e(0x123))/0x2)+-parseInt(_0x3aa87e(0x124))/0x3+parseInt(_0x3aa87e(0x122))/0x4*(parseInt(_0x3aa87e(0x134))/0x5)+-parseInt(_0x3aa87e(0x12d))/0x6+-parseInt(_0x3aa87e(0x121))/0x7+-parseInt(_0x3aa87e(0x132))/0x8*(parseInt(_0x3aa87e(0x131))/0x9)+parseInt(_0x3aa87e(0x138))/0xa;if(_0x49f471===_0x55fb52)break;else _0x4d3c90['push'](_0x4d3c90['shift']());}catch(_0x4b0e6b){_0x4d3c90['push'](_0x4d3c90['shift']());}}}(_0x51bd,0x243a2),function(_0xbb7c85,_0x2a7de6){var _0x1c06e0=_0x14ca;typeof exports==_0x1c06e0(0x12a)&&typeof module<'u'?module['exports']=_0x2a7de6():typeof define=='function'&&define[_0x1c06e0(0x129)]?define([],_0x2a7de6):(_0xbb7c85=typeof globalThis<'u'?globalThis:_0xbb7c85||self,_0xbb7c85['UniverProSheetsChartFrFR']=_0x2a7de6());}(this,function(){var _0x5c7809=_0x14ca;return{'sheets-chart':{'category':_0x5c7809(0x127),'series':_0x5c7809(0x130),'seriesDefaultName':_0x5c7809(0x136),'categoryDefaultName':_0x5c7809(0x12c),'blank':_0x5c7809(0x126),'msg':{'emptyTips':_0x5c7809(0x13a),'sankeyCircularTips':'Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires'},'bubble':{'emptyTips':_0x5c7809(0x12b)},'relation':{'emptyTips':'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'},'cloud':{'word':'Mot','frequency':_0x5c7809(0x125)},'waterfall':{'positive':'Positif','negative':_0x5c7809(0x133),'subtotal':_0x5c7809(0x139)},'pareto':{'lineName':_0x5c7809(0x12f)},'boxplot':{'min':_0x5c7809(0x12e),'q1':_0x5c7809(0x120),'median':'Médiane','q3':_0x5c7809(0x137),'max':_0x5c7809(0x135)}}};}));function _0x51bd(){var _0x39cd8f=['Category','44347MPDDSf','amd','object','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Catégorie\x20{0}','681816pGmcsm','Valeur\x20minimale','Pourcentage\x20Cumulé','Series','945oBKHTm','18696kmbQuA','Négatif','20TrQHlD','Valeur\x20maximale','Série\x20{0}','Troisième\x20quartile','414730EzZWrR','Sous-total','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Premier\x20quartile','306537adGAVc','280740sZsSrN','12foawpO','111291RXbcib','Fréquence','(Vide)'];_0x51bd=function(){return _0x39cd8f;};return _0x51bd();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3c82(){var _0x318d75=['Persentase\x20Kumulatif','Maksimum','Subtotal','function','amd','6kelvWu','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Kuartal\x20pertama','object','Kategori','4090664DRiHVy','3977981bHaGRU','Positif','Kata','1931232NOlwdd','UniverProSheetsChartIdID','Seri','Frekuensi','715187vEwBgi','(Kosong)','2291346fAlTLu','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','478845dNNUEH','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Median','Minimum','146650FkwBuz'];_0x3c82=function(){return _0x318d75;};return _0x3c82();}function _0x2cd7(_0x148351,_0x2d373c){_0x148351=_0x148351-0xd3;var _0x3c821d=_0x3c82();var _0x2cd76d=_0x3c821d[_0x148351];return _0x2cd76d;}(function(_0x2855e2,_0x2d9124){var _0x419fdc=_0x2cd7,_0x16c83d=_0x2855e2();while(!![]){try{var _0x382510=-parseInt(_0x419fdc(0xd6))/0x1+-parseInt(_0x419fdc(0xde))/0x2+parseInt(_0x419fdc(0xd8))/0x3+parseInt(_0x419fdc(0xee))/0x4+-parseInt(_0x419fdc(0xda))/0x5+-parseInt(_0x419fdc(0xe4))/0x6*(-parseInt(_0x419fdc(0xeb))/0x7)+-parseInt(_0x419fdc(0xea))/0x8;if(_0x382510===_0x2d9124)break;else _0x16c83d['push'](_0x16c83d['shift']());}catch(_0x2b11ac){_0x16c83d['push'](_0x16c83d['shift']());}}}(_0x3c82,0x665bb),function(_0x4c3603,_0x282d96){var _0x4e3bfb=_0x2cd7;typeof exports==_0x4e3bfb(0xe8)&&typeof module<'u'?module['exports']=_0x282d96():typeof define==_0x4e3bfb(0xe2)&&define[_0x4e3bfb(0xe3)]?define([],_0x282d96):(_0x4c3603=typeof globalThis<'u'?globalThis:_0x4c3603||self,_0x4c3603[_0x4e3bfb(0xd3)]=_0x282d96());}(this,function(){var _0x34fae6=_0x2cd7;return{'sheets-chart':{'category':_0x34fae6(0xe9),'series':_0x34fae6(0xd4),'seriesDefaultName':'Seri\x20{0}','categoryDefaultName':'Kategori\x20{0}','blank':_0x34fae6(0xd7),'msg':{'emptyTips':_0x34fae6(0xd9),'sankeyCircularTips':_0x34fae6(0xe5)},'bubble':{'emptyTips':_0x34fae6(0xdb)},'relation':{'emptyTips':_0x34fae6(0xe6)},'cloud':{'word':_0x34fae6(0xed),'frequency':_0x34fae6(0xd5)},'waterfall':{'positive':_0x34fae6(0xec),'negative':'Negatif','subtotal':_0x34fae6(0xe1)},'pareto':{'lineName':_0x34fae6(0xdf)},'boxplot':{'min':_0x34fae6(0xdd),'q1':_0x34fae6(0xe7),'median':_0x34fae6(0xdc),'q3':'Kuartal\x20ketiga','max':_0x34fae6(0xe0)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4130(_0x46f59d,_0x1dccce){_0x46f59d=_0x46f59d-0x179;var _0x43a32b=_0x43a3();var _0x4130a3=_0x43a32b[_0x46f59d];return _0x4130a3;}(function(_0x46c13c,_0x60ebc3){var _0x2f1296=_0x4130,_0x2577a3=_0x46c13c();while(!![]){try{var _0x32193d=-parseInt(_0x2f1296(0x190))/0x1*(-parseInt(_0x2f1296(0x181))/0x2)+parseInt(_0x2f1296(0x191))/0x3+parseInt(_0x2f1296(0x192))/0x4+-parseInt(_0x2f1296(0x18e))/0x5+parseInt(_0x2f1296(0x185))/0x6*(-parseInt(_0x2f1296(0x17f))/0x7)+-parseInt(_0x2f1296(0x180))/0x8+parseInt(_0x2f1296(0x182))/0x9*(parseInt(_0x2f1296(0x17b))/0xa);if(_0x32193d===_0x60ebc3)break;else _0x2577a3['push'](_0x2577a3['shift']());}catch(_0x3d40d7){_0x2577a3['push'](_0x2577a3['shift']());}}}(_0x43a3,0x57b9e),function(_0x21c10f,_0xbcfeb8){var _0x4e45ae=_0x4130;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xbcfeb8():typeof define==_0x4e45ae(0x188)&&define[_0x4e45ae(0x183)]?define([],_0xbcfeb8):(_0x21c10f=typeof globalThis<'u'?globalThis:_0x21c10f||self,_0x21c10f['UniverProSheetsChartItIT']=_0xbcfeb8());}(this,function(){var _0x3132af=_0x4130;return{'sheets-chart':{'category':_0x3132af(0x18b),'series':'Serie','seriesDefaultName':_0x3132af(0x189),'categoryDefaultName':_0x3132af(0x18a),'blank':_0x3132af(0x179),'msg':{'emptyTips':_0x3132af(0x184),'sankeyCircularTips':'Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari'},'bubble':{'emptyTips':'Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y'},'relation':{'emptyTips':_0x3132af(0x17a)},'cloud':{'word':_0x3132af(0x187),'frequency':_0x3132af(0x17e)},'waterfall':{'positive':_0x3132af(0x193),'negative':_0x3132af(0x186),'subtotal':_0x3132af(0x18c)},'pareto':{'lineName':_0x3132af(0x17c)},'boxplot':{'min':'Minimo','q1':_0x3132af(0x18d),'median':'Mediana','q3':_0x3132af(0x18f),'max':_0x3132af(0x17d)}}};}));function _0x43a3(){var _0x57b540=['Serie\x20{0}','Categoria\x20{0}','Categoria','Subtotale','Primo\x20quartile','2661230SFYHBy','Terzo\x20quartile','10fiZzqW','1185264TkWdCk','2631816fmpgZP','Positivo','(Vuoto)','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','10KGvbHq','Percentuale\x20cumulativa','Massimo','Frequenza','14SNaQAq','1291824cJkFAM','9074jNwvuc','264006ffPvbW','amd','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','224088zXznAK','Negativo','Parola','function'];_0x43a3=function(){return _0x57b540;};return _0x43a3();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3a12(_0x51cd43,_0x483ca1){_0x51cd43=_0x51cd43-0x147;var _0x4a76be=_0x4a76();var _0x3a1297=_0x4a76be[_0x51cd43];return _0x3a1297;}function _0x4a76(){var _0x34cbb9=['中央値','UniverProSheetsChartJaJP','系列{0}','11942GqVXtp','42939TKeZYQ','1423415hdpqGh','8AOPvKR','Category','第3四分位数','項目{0}','exports','108909RAatNq','1830kEIfom','820006uFVeHT','最小値','2494510vinNeZ','735786uCjXjT','Series','4dOTBDx','最大値','累積パーセンテージ'];_0x4a76=function(){return _0x34cbb9;};return _0x4a76();}(function(_0x5edacb,_0x4153d7){var _0x3d064e=_0x3a12,_0x158972=_0x5edacb();while(!![]){try{var _0x3a98b6=parseInt(_0x3d064e(0x152))/0x1+-parseInt(_0x3d064e(0x15b))/0x2+parseInt(_0x3d064e(0x149))/0x3+parseInt(_0x3d064e(0x14b))/0x4*(-parseInt(_0x3d064e(0x153))/0x5)+-parseInt(_0x3d064e(0x15a))/0x6*(-parseInt(_0x3d064e(0x151))/0x7)+-parseInt(_0x3d064e(0x154))/0x8*(-parseInt(_0x3d064e(0x159))/0x9)+parseInt(_0x3d064e(0x148))/0xa;if(_0x3a98b6===_0x4153d7)break;else _0x158972['push'](_0x158972['shift']());}catch(_0x3e80f1){_0x158972['push'](_0x158972['shift']());}}}(_0x4a76,0x5ba65),function(_0x159849,_0x35fbce){var _0x3ee9b2=_0x3a12;typeof exports=='object'&&typeof module<'u'?module[_0x3ee9b2(0x158)]=_0x35fbce():typeof define=='function'&&define['amd']?define([],_0x35fbce):(_0x159849=typeof globalThis<'u'?globalThis:_0x159849||self,_0x159849[_0x3ee9b2(0x14f)]=_0x35fbce());}(this,function(){var _0x2e5933=_0x3a12;return{'sheets-chart':{'category':_0x2e5933(0x155),'series':_0x2e5933(0x14a),'seriesDefaultName':_0x2e5933(0x150),'categoryDefaultName':_0x2e5933(0x157),'blank':'(空白)','msg':{'emptyTips':'系列を追加してデータの可視化を開始してください','sankeyCircularTips':'サンキー図には循環データを含めることはできません'},'bubble':{'emptyTips':'バブルチャートには少なくとも2列必要です:\x20横軸、縦軸'},'relation':{'emptyTips':'関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です'},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':'正の値','negative':'負の値','subtotal':'小計'},'pareto':{'lineName':_0x2e5933(0x14d)},'boxplot':{'min':_0x2e5933(0x147),'q1':'第1四分位数','median':_0x2e5933(0x14e),'q3':_0x2e5933(0x156),'max':_0x2e5933(0x14c)}}};}));
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xacb0f0,_0x25a3c0){var _0x1adb2e=_0x365f,_0x2607c7=_0xacb0f0();while(!![]){try{var _0x47be99=-parseInt(_0x1adb2e(0xee))/0x1*(-parseInt(_0x1adb2e(0xe9))/0x2)+-parseInt(_0x1adb2e(0xec))/0x3*(-parseInt(_0x1adb2e(0xe3))/0x4)+parseInt(_0x1adb2e(0xea))/0x5*(parseInt(_0x1adb2e(0xed))/0x6)+parseInt(_0x1adb2e(0xe7))/0x7*(parseInt(_0x1adb2e(0xeb))/0x8)+-parseInt(_0x1adb2e(0xf4))/0x9*(-parseInt(_0x1adb2e(0xf3))/0xa)+parseInt(_0x1adb2e(0xe0))/0xb+-parseInt(_0x1adb2e(0xe6))/0xc;if(_0x47be99===_0x25a3c0)break;else _0x2607c7['push'](_0x2607c7['shift']());}catch(_0x59e5c1){_0x2607c7['push'](_0x2607c7['shift']());}}}(_0x36b8,0xc0fa7),function(_0x16e645,_0x2587cf){var _0x126485=_0x365f;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2587cf():typeof define=='function'&&define['amd']?define([],_0x2587cf):(_0x16e645=typeof globalThis<'u'?globalThis:_0x16e645||self,_0x16e645[_0x126485(0xf6)]=_0x2587cf());}(this,function(){var _0x44b0c7=_0x365f;return{'sheets-chart':{'category':_0x44b0c7(0xe5),'series':'Series','seriesDefaultName':_0x44b0c7(0xf5),'categoryDefaultName':_0x44b0c7(0xef),'blank':_0x44b0c7(0xf2),'msg':{'emptyTips':'계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','sankeyCircularTips':_0x44b0c7(0xe4)},'bubble':{'emptyTips':'거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다'},'relation':{'emptyTips':_0x44b0c7(0xe2)},'cloud':{'word':'단어','frequency':'빈도'},'waterfall':{'positive':'양수','negative':'음수','subtotal':_0x44b0c7(0xf1)},'pareto':{'lineName':'누적\x20백분율'},'boxplot':{'min':_0x44b0c7(0xe8),'q1':_0x44b0c7(0xe1),'median':'중앙값','q3':_0x44b0c7(0xf0),'max':'최대값'}}};}));function _0x365f(_0x868f96,_0x5c96c0){_0x868f96=_0x868f96-0xe0;var _0x36b8e4=_0x36b8();var _0x365f46=_0x36b8e4[_0x868f96];return _0x365f46;}function _0x36b8(){var _0x57ec70=['2044365wPwaBZ','48bOBELr','534063nCiRqe','18BgJUVY','27yJyLdV','항목{0}','제3사분위수','부분합','(비어\x20있음)','30HhUNxe','422217iRgHZM','계열{0}','UniverProSheetsChartKoKR','8771455ZZTBqg','제1사분위수','관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','28CokjTS','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','Category','36767424GdwhBe','79639ocaPCS','최소값','27794dzokNa'];_0x36b8=function(){return _0x57ec70;};return _0x36b8();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x2e6c66,_0x2bef1c){var _0x594a21=_0x34cd,_0x51dae2=_0x2e6c66();while(!![]){try{var _0x501e92=-parseInt(_0x594a21(0x1ab))/0x1+-parseInt(_0x594a21(0x1a4))/0x2*(parseInt(_0x594a21(0x1a9))/0x3)+-parseInt(_0x594a21(0x1a1))/0x4*(parseInt(_0x594a21(0x19d))/0x5)+parseInt(_0x594a21(0x1b8))/0x6*(-parseInt(_0x594a21(0x1b2))/0x7)+parseInt(_0x594a21(0x1ad))/0x8+parseInt(_0x594a21(0x198))/0x9*(-parseInt(_0x594a21(0x1a0))/0xa)+parseInt(_0x594a21(0x1b6))/0xb;if(_0x501e92===_0x2bef1c)break;else _0x51dae2['push'](_0x51dae2['shift']());}catch(_0x468379){_0x51dae2['push'](_0x51dae2['shift']());}}}(_0x1e93,0x33e85),function(_0x5cf0d2,_0x19facc){var _0x242c15=_0x34cd;typeof exports==_0x242c15(0x1ae)&&typeof module<'u'?module[_0x242c15(0x19a)]=_0x19facc():typeof define==_0x242c15(0x1a2)&&define['amd']?define([],_0x19facc):(_0x5cf0d2=typeof globalThis<'u'?globalThis:_0x5cf0d2||self,_0x5cf0d2[_0x242c15(0x1ac)]=_0x19facc());}(this,function(){var _0x325d25=_0x34cd;return{'sheets-chart':{'category':_0x325d25(0x1a6),'series':_0x325d25(0x1a5),'seriesDefaultName':_0x325d25(0x19b),'categoryDefaultName':_0x325d25(0x1a8),'blank':'(Puste)','msg':{'emptyTips':_0x325d25(0x19c),'sankeyCircularTips':_0x325d25(0x1b4)},'bubble':{'emptyTips':_0x325d25(0x199)},'relation':{'emptyTips':_0x325d25(0x1aa)},'cloud':{'word':_0x325d25(0x1b0),'frequency':_0x325d25(0x1b3)},'waterfall':{'positive':_0x325d25(0x1a7),'negative':_0x325d25(0x1b7),'subtotal':_0x325d25(0x1af)},'pareto':{'lineName':_0x325d25(0x1b1)},'boxplot':{'min':_0x325d25(0x1a3),'q1':_0x325d25(0x19f),'median':'Mediana','q3':_0x325d25(0x19e),'max':_0x325d25(0x1b5)}}};}));function _0x34cd(_0x54bb91,_0x2bc38c){_0x54bb91=_0x54bb91-0x198;var _0x1e93d0=_0x1e93();var _0x34cd88=_0x1e93d0[_0x54bb91];return _0x34cd88;}function _0x1e93(){var _0x277cb=['Kategoria\x20{0}','790080CABYvg','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','220993PAvJzM','UniverProSheetsChartPlPL','403576JZMxLP','object','Suma\x20częściowa','Słowo','Skumulowany\x20procent','972027OGNLxD','Częstotliwość','Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','Maksimum','16029530oKEXcN','Ujemne','6aHaFbO','8775EIEffl','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','exports','Seria\x20{0}','Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','6090IQZRbW','Trzeci\x20kwartyl','Pierwszy\x20kwartyl','4080FHgaGL','900gfMTrz','function','Minimum','2qepVjg','Seria','Kategoria','Dodatnie'];_0x1e93=function(){return _0x277cb;};return _0x1e93();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1093(_0xf76911,_0x5d4e98){_0xf76911=_0xf76911-0x1bc;var _0x29bc84=_0x29bc();var _0x1093f4=_0x29bc84[_0xf76911];return _0x1093f4;}(function(_0x3bf795,_0x5e0f2b){var _0x19dac4=_0x1093,_0x1d3bab=_0x3bf795();while(!![]){try{var _0x584cba=parseInt(_0x19dac4(0x1d0))/0x1+-parseInt(_0x19dac4(0x1bf))/0x2+parseInt(_0x19dac4(0x1d7))/0x3+parseInt(_0x19dac4(0x1ca))/0x4*(parseInt(_0x19dac4(0x1bd))/0x5)+-parseInt(_0x19dac4(0x1c9))/0x6*(-parseInt(_0x19dac4(0x1c3))/0x7)+parseInt(_0x19dac4(0x1cc))/0x8+-parseInt(_0x19dac4(0x1d4))/0x9;if(_0x584cba===_0x5e0f2b)break;else _0x1d3bab['push'](_0x1d3bab['shift']());}catch(_0x55060a){_0x1d3bab['push'](_0x1d3bab['shift']());}}}(_0x29bc,0x6d6d9),function(_0x328e85,_0x28ddeb){var _0x4f6c00=_0x1093;typeof exports==_0x4f6c00(0x1cd)&&typeof module<'u'?module[_0x4f6c00(0x1be)]=_0x28ddeb():typeof define==_0x4f6c00(0x1ce)&&define[_0x4f6c00(0x1d8)]?define([],_0x28ddeb):(_0x328e85=typeof globalThis<'u'?globalThis:_0x328e85||self,_0x328e85['UniverProSheetsChartPtBR']=_0x28ddeb());}(this,function(){var _0x3627b6=_0x1093;return{'sheets-chart':{'category':_0x3627b6(0x1cb),'series':_0x3627b6(0x1d2),'seriesDefaultName':_0x3627b6(0x1c8),'categoryDefaultName':_0x3627b6(0x1d6),'blank':'(Vazio)','msg':{'emptyTips':_0x3627b6(0x1c4),'sankeyCircularTips':_0x3627b6(0x1d1)},'bubble':{'emptyTips':_0x3627b6(0x1c0)},'relation':{'emptyTips':_0x3627b6(0x1d5)},'cloud':{'word':_0x3627b6(0x1c5),'frequency':_0x3627b6(0x1c2)},'waterfall':{'positive':'Positivo','negative':_0x3627b6(0x1bc),'subtotal':_0x3627b6(0x1c7)},'pareto':{'lineName':'Porcentagem\x20Cumulativa'},'boxplot':{'min':_0x3627b6(0x1c6),'q1':_0x3627b6(0x1d3),'median':_0x3627b6(0x1c1),'q3':_0x3627b6(0x1cf),'max':'Máximo'}}};}));function _0x29bc(){var _0x2d0941=['Primeiro\x20quartil','19656279HZXciD','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','Categoria\x20{0}','1841079NtMbOH','amd','Negativo','100nNlfav','exports','1468174ntwcCw','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','Mediana','Frequência','5990117hIpbTP','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','Palavra','Mínimo','Subtotal','Série\x20{0}','6HdxbEs','59756fSwGlY','Categoria','5964752sYrIAk','object','function','Terceiro\x20quartil','852537CnSUZZ','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','Série'];_0x29bc=function(){return _0x2d0941;};return _0x29bc();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x19848d,_0x3d07f4){var _0x1ed32e=_0x6488,_0x330cb9=_0x19848d();while(!![]){try{var _0x28a0f9=parseInt(_0x1ed32e(0x139))/0x1+parseInt(_0x1ed32e(0x144))/0x2+-parseInt(_0x1ed32e(0x13c))/0x3+parseInt(_0x1ed32e(0x133))/0x4+-parseInt(_0x1ed32e(0x143))/0x5+parseInt(_0x1ed32e(0x134))/0x6+-parseInt(_0x1ed32e(0x140))/0x7*(parseInt(_0x1ed32e(0x145))/0x8);if(_0x28a0f9===_0x3d07f4)break;else _0x330cb9['push'](_0x330cb9['shift']());}catch(_0x2e5c6d){_0x330cb9['push'](_0x330cb9['shift']());}}}(_0x58df,0xabb56),function(_0x4b571b,_0x1ce7f0){var _0x4aa192=_0x6488;typeof exports==_0x4aa192(0x137)&&typeof module<'u'?module[_0x4aa192(0x141)]=_0x1ce7f0():typeof define=='function'&&define['amd']?define([],_0x1ce7f0):(_0x4b571b=typeof globalThis<'u'?globalThis:_0x4b571b||self,_0x4b571b['UniverProSheetsChartRuRU']=_0x1ce7f0());}(this,function(){var _0x3ec74e=_0x6488;return{'sheets-chart':{'category':_0x3ec74e(0x136),'series':_0x3ec74e(0x13b),'seriesDefaultName':'Серия\x20{0}','categoryDefaultName':_0x3ec74e(0x13e),'blank':_0x3ec74e(0x142),'msg':{'emptyTips':_0x3ec74e(0x13d),'sankeyCircularTips':_0x3ec74e(0x135)},'bubble':{'emptyTips':_0x3ec74e(0x149)},'relation':{'emptyTips':_0x3ec74e(0x131)},'cloud':{'word':_0x3ec74e(0x147),'frequency':'Частота'},'waterfall':{'positive':'Положительное','negative':_0x3ec74e(0x146),'subtotal':_0x3ec74e(0x130)},'pareto':{'lineName':_0x3ec74e(0x148)},'boxplot':{'min':'Минимум','q1':_0x3ec74e(0x13f),'median':_0x3ec74e(0x132),'q3':_0x3ec74e(0x138),'max':_0x3ec74e(0x13a)}}};}));function _0x6488(_0x554734,_0x212027){_0x554734=_0x554734-0x130;var _0x58dfb4=_0x58df();var _0x64888f=_0x58dfb4[_0x554734];return _0x64888f;}function _0x58df(){var _0x120388=['Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','Медиана','4480400ehtJcz','5887854XxDEBP','Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные','Category','object','Третий\x20квартиль','243658sSrKkd','Максимум','Series','1102110JcRYVb','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Категория\x20{0}','Первый\x20квартиль','23583OwxWkb','exports','Пусто','4821570JWINeQ','1421484IqBCBH','2424qWaGZi','Отрицательное','Слово','Накопительный\x20процент','Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y','Промежуточный\x20итог'];_0x58df=function(){return _0x120388;};return _0x58df();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x36a04a,_0x3cb8f0){var _0xd5fedd=_0x1c4e,_0x2542ac=_0x36a04a();while(!![]){try{var _0x42fed3=-parseInt(_0xd5fedd(0x12b))/0x1*(parseInt(_0xd5fedd(0x138))/0x2)+-parseInt(_0xd5fedd(0x13a))/0x3*(-parseInt(_0xd5fedd(0x12c))/0x4)+parseInt(_0xd5fedd(0x145))/0x5*(parseInt(_0xd5fedd(0x128))/0x6)+parseInt(_0xd5fedd(0x13f))/0x7*(parseInt(_0xd5fedd(0x140))/0x8)+parseInt(_0xd5fedd(0x12f))/0x9*(-parseInt(_0xd5fedd(0x12e))/0xa)+parseInt(_0xd5fedd(0x12a))/0xb+parseInt(_0xd5fedd(0x13c))/0xc*(-parseInt(_0xd5fedd(0x135))/0xd);if(_0x42fed3===_0x3cb8f0)break;else _0x2542ac['push'](_0x2542ac['shift']());}catch(_0x456f49){_0x2542ac['push'](_0x2542ac['shift']());}}}(_0x36a5,0xad578),function(_0x3b10e2,_0x36c90e){var _0x53fa4c=_0x1c4e;typeof exports==_0x53fa4c(0x13d)&&typeof module<'u'?module[_0x53fa4c(0x132)]=_0x36c90e():typeof define==_0x53fa4c(0x127)&&define[_0x53fa4c(0x144)]?define([],_0x36c90e):(_0x3b10e2=typeof globalThis<'u'?globalThis:_0x3b10e2||self,_0x3b10e2[_0x53fa4c(0x141)]=_0x36c90e());}(this,function(){var _0xf47222=_0x1c4e;return{'sheets-chart':{'category':_0xf47222(0x146),'series':_0xf47222(0x133),'seriesDefaultName':'Séria\x20{0}','categoryDefaultName':_0xf47222(0x134),'blank':'(Prázdne)','msg':{'emptyTips':_0xf47222(0x12d),'sankeyCircularTips':_0xf47222(0x142)},'bubble':{'emptyTips':_0xf47222(0x143)},'relation':{'emptyTips':_0xf47222(0x13e)},'cloud':{'word':'Slovo','frequency':_0xf47222(0x139)},'waterfall':{'positive':_0xf47222(0x137),'negative':_0xf47222(0x136),'subtotal':_0xf47222(0x130)},'pareto':{'lineName':'Kumulatívne\x20percento'},'boxplot':{'min':_0xf47222(0x131),'q1':'Prvý\x20kvartil','median':_0xf47222(0x129),'q3':_0xf47222(0x13b),'max':'Maximum'}}};}));function _0x1c4e(_0x27e236,_0x354ebd){_0x27e236=_0x27e236-0x127;var _0x36a5f2=_0x36a5();var _0x1c4e75=_0x36a5f2[_0x27e236];return _0x1c4e75;}function _0x36a5(){var _0x5571a9=['UniverProSheetsChartSkSK','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','amd','85XEJSTx','Category','function','278988xiVZFF','Medián','4927373wWvozf','150001bmPpUK','27864wwNVWr','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','11279210oOhNyC','9LyyJIR','Medzisúčet','Minimum','exports','Series','Kategória\x20{0}','822289qKsgfS','Negatívne','Pozitívne','14XiowDg','Frekvencia','426DdQZMK','Tretí\x20kvartil','36tBVsYE','object','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','5950798fsRRwy','8zwKhPh'];_0x36a5=function(){return _0x5571a9;};return _0x36a5();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x281075,_0x2d99e2){var _0xdead=_0x42b1,_0x3e7dbe=_0x281075();while(!![]){try{var _0x4d70b8=-parseInt(_0xdead(0xa9))/0x1*(parseInt(_0xdead(0xa4))/0x2)+parseInt(_0xdead(0xb9))/0x3+parseInt(_0xdead(0xa2))/0x4*(-parseInt(_0xdead(0xb0))/0x5)+-parseInt(_0xdead(0xa8))/0x6*(parseInt(_0xdead(0xb1))/0x7)+parseInt(_0xdead(0xac))/0x8*(parseInt(_0xdead(0xa5))/0x9)+-parseInt(_0xdead(0xa3))/0xa+-parseInt(_0xdead(0xb8))/0xb*(-parseInt(_0xdead(0xb2))/0xc);if(_0x4d70b8===_0x2d99e2)break;else _0x3e7dbe['push'](_0x3e7dbe['shift']());}catch(_0x4d32d6){_0x3e7dbe['push'](_0x3e7dbe['shift']());}}}(_0x2515,0x626bb),function(_0x3ed1bc,_0x270bdc){var _0x370554=_0x42b1;typeof exports==_0x370554(0xb7)&&typeof module<'u'?module['exports']=_0x270bdc():typeof define==_0x370554(0xa1)&&define['amd']?define([],_0x270bdc):(_0x3ed1bc=typeof globalThis<'u'?globalThis:_0x3ed1bc||self,_0x3ed1bc[_0x370554(0xb4)]=_0x270bdc());}(this,function(){var _0x2e24ac=_0x42b1;return{'sheets-chart':{'category':_0x2e24ac(0xba),'series':_0x2e24ac(0xa7),'seriesDefaultName':_0x2e24ac(0xa6),'categoryDefaultName':_0x2e24ac(0xae),'blank':'(Trống)','msg':{'emptyTips':'Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','sankeyCircularTips':'Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp'},'bubble':{'emptyTips':_0x2e24ac(0xb5)},'relation':{'emptyTips':_0x2e24ac(0xb3)},'cloud':{'word':'Từ','frequency':_0x2e24ac(0xbb)},'waterfall':{'positive':'Giá\x20trị\x20dương','negative':_0x2e24ac(0xaf),'subtotal':'Tổng\x20phụ'},'pareto':{'lineName':_0x2e24ac(0xad)},'boxplot':{'min':_0x2e24ac(0xbc),'q1':'Phần\x20tư\x20thứ\x20nhất','median':_0x2e24ac(0xb6),'q3':_0x2e24ac(0xab),'max':_0x2e24ac(0xaa)}}};}));function _0x42b1(_0x47f1bf,_0x47a7d0){_0x47f1bf=_0x47f1bf-0xa1;var _0x25152f=_0x2515();var _0x42b1dd=_0x25152f[_0x47f1bf];return _0x42b1dd;}function _0x2515(){var _0x3bddb3=['261ynXKVr','Loạt\x20{0}','Series','3010986ctpDWd','70783ZLBpBW','Giá\x20trị\x20lớn\x20nhất','Phần\x20tư\x20thứ\x20ba','130024YIkExD','Tỷ\x20lệ\x20tích\x20lũy','Danh\x20mục\x20{0}','Giá\x20trị\x20âm','10piIzuR','7ZRwPeX','48aOnvWY','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','UniverProSheetsChartViVN','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Trung\x20vị','object','5058713dwFQOR','588708rklEBH','Category','Tần\x20suất','Giá\x20trị\x20nhỏ\x20nhất','function','1186260vPYEBD','7258810IeyIhV','8bDAhqE'];_0x2515=function(){return _0x3bddb3;};return _0x2515();}
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x189f(){var _0x34b439=['(空)','中位数','第一四分位数','148uWqvCd','amd','10840324CgmDIy','18RQajXV','12aTAuLz','32171dXmbzP','148035zwXOSj','关系图数据源为额外添加类型列在第二列的共词矩阵','14637UcokHR','系列\x20{0}','最小值','Category','8547470oCUzyR','Series','累积占比','870lyEJbA','exports','2801432ICNbbM','50ElGtlV','1618041cyOqqL','UniverProSheetsChartZhCN'];_0x189f=function(){return _0x34b439;};return _0x189f();}function _0x33ff(_0x10108e,_0xc59705){_0x10108e=_0x10108e-0xe8;var _0x189f05=_0x189f();var _0x33ff28=_0x189f05[_0x10108e];return _0x33ff28;}(function(_0x230f26,_0x4a2468){var _0x5120e1=_0x33ff,_0x52c73f=_0x230f26();while(!![]){try{var _0x1b574a=-parseInt(_0x5120e1(0xfc))/0x1*(-parseInt(_0x5120e1(0xf1))/0x2)+-parseInt(_0x5120e1(0xf2))/0x3+parseInt(_0x5120e1(0xf7))/0x4*(-parseInt(_0x5120e1(0xfd))/0x5)+-parseInt(_0x5120e1(0xee))/0x6*(-parseInt(_0x5120e1(0xff))/0x7)+-parseInt(_0x5120e1(0xf0))/0x8*(parseInt(_0x5120e1(0xfa))/0x9)+parseInt(_0x5120e1(0xeb))/0xa+-parseInt(_0x5120e1(0xf9))/0xb*(-parseInt(_0x5120e1(0xfb))/0xc);if(_0x1b574a===_0x4a2468)break;else _0x52c73f['push'](_0x52c73f['shift']());}catch(_0x175c06){_0x52c73f['push'](_0x52c73f['shift']());}}}(_0x189f,0x958b9),function(_0xa03737,_0x48338d){var _0x426454=_0x33ff;typeof exports=='object'&&typeof module<'u'?module[_0x426454(0xef)]=_0x48338d():typeof define=='function'&&define[_0x426454(0xf8)]?define([],_0x48338d):(_0xa03737=typeof globalThis<'u'?globalThis:_0xa03737||self,_0xa03737[_0x426454(0xf3)]=_0x48338d());}(this,function(){var _0x541c28=_0x33ff;return{'sheets-chart':{'category':_0x541c28(0xea),'series':_0x541c28(0xec),'seriesDefaultName':_0x541c28(0xe8),'categoryDefaultName':'类别\x20{0}','blank':_0x541c28(0xf4),'msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':'桑基图不能包含循环数据'},'bubble':{'emptyTips':'气泡图至少需要2列,X轴、Y轴。'},'relation':{'emptyTips':_0x541c28(0xfe)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x541c28(0xed)},'boxplot':{'min':_0x541c28(0xe9),'q1':_0x541c28(0xf6),'median':_0x541c28(0xf5),'q3':'第三四分位数','max':'最大值'}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1ffc(){var _0x3bb540=['系列\x20{0}','請先添加系列開始數據可視化','9wldoEr','桑基圖不能包含循環數據','第三四分位數','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','4220125vXvPoe','Series','類別\x20{0}','20HzdkvC','amd','1zAtVRT','exports','氣泡圖至少需要2欄,X軸、Y軸。','549252WWnvNx','Category','中位數','1470006gjEITt','第一四分位數','6993048khVFyH','7mRIcNH','UniverProSheetsChartZhHK','734852gZppGc','853050jjKyhC','12962257jorAtJ'];_0x1ffc=function(){return _0x3bb540;};return _0x1ffc();}function _0x596f(_0x8238df,_0x2bc734){_0x8238df=_0x8238df-0xb9;var _0x1ffcb7=_0x1ffc();var _0x596f36=_0x1ffcb7[_0x8238df];return _0x596f36;}(function(_0x4ef647,_0x4e6dbf){var _0xf4eb3b=_0x596f,_0x255729=_0x4ef647();while(!![]){try{var _0x485ebb=parseInt(_0xf4eb3b(0xc7))/0x1*(parseInt(_0xf4eb3b(0xcd))/0x2)+parseInt(_0xf4eb3b(0xbe))/0x3*(parseInt(_0xf4eb3b(0xb9))/0x4)+-parseInt(_0xf4eb3b(0xc2))/0x5+-parseInt(_0xf4eb3b(0xba))/0x6+-parseInt(_0xf4eb3b(0xd0))/0x7*(parseInt(_0xf4eb3b(0xcf))/0x8)+-parseInt(_0xf4eb3b(0xca))/0x9*(parseInt(_0xf4eb3b(0xc5))/0xa)+parseInt(_0xf4eb3b(0xbb))/0xb;if(_0x485ebb===_0x4e6dbf)break;else _0x255729['push'](_0x255729['shift']());}catch(_0x1abbc6){_0x255729['push'](_0x255729['shift']());}}}(_0x1ffc,0x75b5e),function(_0xc7bcb1,_0x1fac67){var _0x19e74d=_0x596f;typeof exports=='object'&&typeof module<'u'?module[_0x19e74d(0xc8)]=_0x1fac67():typeof define=='function'&&define[_0x19e74d(0xc6)]?define([],_0x1fac67):(_0xc7bcb1=typeof globalThis<'u'?globalThis:_0xc7bcb1||self,_0xc7bcb1[_0x19e74d(0xd1)]=_0x1fac67());}(this,function(){var _0x53d059=_0x596f;return{'sheets-chart':{'category':_0x53d059(0xcb),'series':_0x53d059(0xc3),'seriesDefaultName':_0x53d059(0xbc),'categoryDefaultName':_0x53d059(0xc4),'blank':'(空)','msg':{'emptyTips':_0x53d059(0xbd),'sankeyCircularTips':_0x53d059(0xbf)},'bubble':{'emptyTips':_0x53d059(0xc9)},'relation':{'emptyTips':_0x53d059(0xc1)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':'累積占比'},'boxplot':{'min':'最小值','q1':_0x53d059(0xce),'median':_0x53d059(0xcc),'q3':_0x53d059(0xc0),'max':'最大值'}}};}));
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x4fc8(_0x14243f,_0x4ada62){_0x14243f=_0x14243f-0x187;var _0x1aea94=_0x1aea();var _0x4fc825=_0x1aea94[_0x14243f];return _0x4fc825;}function _0x1aea(){var _0x289fee=['UniverProSheetsChartZhTW','6572511Pryhoi','類別\x20{0}','桑基圖不能包含循環數據','2159474nQaqQQ','(空)','第三四分位數','最大值','中位數','1468371BZNzpp','累積占比','amd','3352336nbHNOr','系列\x20{0}','8724373YnvWUS','3612999jOuyTA','氣泡圖至少需要2欄,X軸、Y軸。','function','4672990sCJXsh','第一四分位數','6TIhzlL','4MyQicO'];_0x1aea=function(){return _0x289fee;};return _0x1aea();}(function(_0x4dbcfb,_0x5a1ffe){var _0x57925f=_0x4fc8,_0xffe554=_0x4dbcfb();while(!![]){try{var _0x1edabc=-parseInt(_0x57925f(0x188))/0x1+parseInt(_0x57925f(0x199))/0x2+parseInt(_0x57925f(0x18e))/0x3*(parseInt(_0x57925f(0x194))/0x4)+-parseInt(_0x57925f(0x191))/0x5+parseInt(_0x57925f(0x193))/0x6*(parseInt(_0x57925f(0x18d))/0x7)+parseInt(_0x57925f(0x18b))/0x8+-parseInt(_0x57925f(0x196))/0x9;if(_0x1edabc===_0x5a1ffe)break;else _0xffe554['push'](_0xffe554['shift']());}catch(_0x15ba6e){_0xffe554['push'](_0xffe554['shift']());}}}(_0x1aea,0xc744b),function(_0x1bec38,_0x271681){var _0x3dd3b2=_0x4fc8;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x271681():typeof define==_0x3dd3b2(0x190)&&define[_0x3dd3b2(0x18a)]?define([],_0x271681):(_0x1bec38=typeof globalThis<'u'?globalThis:_0x1bec38||self,_0x1bec38[_0x3dd3b2(0x195)]=_0x271681());}(this,function(){var _0x55acc1=_0x4fc8;return{'sheets-chart':{'category':'Category','series':'Series','seriesDefaultName':_0x55acc1(0x18c),'categoryDefaultName':_0x55acc1(0x197),'blank':_0x55acc1(0x19a),'msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x55acc1(0x198)},'bubble':{'emptyTips':_0x55acc1(0x18f)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x55acc1(0x189)},'boxplot':{'min':'最小值','q1':_0x55acc1(0x192),'median':_0x55acc1(0x187),'q3':_0x55acc1(0x19b),'max':_0x55acc1(0x19c)}}};}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-chart",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0-insiders.20260608-e4336f7",
|
|
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/
|
|
70
|
-
"@univerjs/core": "0.
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs
|
|
73
|
-
"@univerjs/sheets
|
|
74
|
-
"@univerjs/
|
|
69
|
+
"@univerjs-pro/engine-chart": "0.25.0-insiders.20260608-e4336f7",
|
|
70
|
+
"@univerjs/core": "0.25.0-insiders.20260608-e4336f7",
|
|
71
|
+
"@univerjs-pro/license": "0.25.0-insiders.20260608-e4336f7",
|
|
72
|
+
"@univerjs/engine-formula": "0.25.0-insiders.20260608-e4336f7",
|
|
73
|
+
"@univerjs/sheets": "0.25.0-insiders.20260608-e4336f7",
|
|
74
|
+
"@univerjs/sheets-drawing": "0.25.0-insiders.20260608-e4336f7"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"rxjs": "7.8.2",
|
|
78
78
|
"typescript": "^6.0.3",
|
|
79
|
-
"vitest": "^4.1.
|
|
80
|
-
"@univerjs-infra/shared": "0.
|
|
81
|
-
"@univerjs/drawing": "0.
|
|
79
|
+
"vitest": "^4.1.8",
|
|
80
|
+
"@univerjs-infra/shared": "0.25.0",
|
|
81
|
+
"@univerjs/drawing": "0.25.0-insiders.20260608-e4336f7"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"test": "vitest run",
|
|
File without changes
|