@univerjs-pro/sheets-chart 1.0.0-beta.1 → 1.0.0-beta.2

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 (92) 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-source/category-span-projection.d.ts +10 -0
  65. package/lib/types/chart-source/chart-source.d.ts +3 -13
  66. package/lib/types/chart-source/initial-chart-context.d.ts +7 -0
  67. package/lib/types/commands/chart-persisted-context.d.ts +1 -1
  68. package/lib/types/common/util.d.ts +0 -1
  69. package/lib/types/index.d.ts +1 -1
  70. package/lib/types/services/sheets-chart.service.d.ts +1 -0
  71. package/lib/umd/facade.js +1 -1
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -1
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -1
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -1
  81. package/lib/umd/locale/it-IT.js +1 -1
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -1
  85. package/lib/umd/locale/pt-BR.js +1 -1
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +11 -11
@@ -1 +1 @@
1
- const _0x1a6b4e=_0xffe3;(function(_0x53c583,_0x2bbce9){const _0x4de3f2=_0xffe3,_0x2ed6c=_0x53c583();while(!![]){try{const _0x14bc47=-parseInt(_0x4de3f2(0xf7))/0x1*(parseInt(_0x4de3f2(0x10a))/0x2)+parseInt(_0x4de3f2(0xea))/0x3*(parseInt(_0x4de3f2(0xf4))/0x4)+-parseInt(_0x4de3f2(0xe0))/0x5*(parseInt(_0x4de3f2(0xe2))/0x6)+parseInt(_0x4de3f2(0xdf))/0x7+parseInt(_0x4de3f2(0xed))/0x8*(parseInt(_0x4de3f2(0xfd))/0x9)+parseInt(_0x4de3f2(0xee))/0xa*(parseInt(_0x4de3f2(0xf8))/0xb)+-parseInt(_0x4de3f2(0xf6))/0xc;if(_0x14bc47===_0x2bbce9)break;else _0x2ed6c['push'](_0x2ed6c['shift']());}catch(_0x5495f7){_0x2ed6c['push'](_0x2ed6c['shift']());}}}(_0x3f0f,0x48a4e));function _0xffe3(_0x50890e,_0x34c84d){_0x50890e=_0x50890e-0xdc;const _0x3f0ffe=_0x3f0f();let _0xffe3ae=_0x3f0ffe[_0x50890e];return _0xffe3ae;}const e={'sheets-chart':{'seriesDefaultName':_0x1a6b4e(0xe8),'categoryDefaultName':'Kategória\x20{0}','blank':_0x1a6b4e(0xe5),'msg':{'emptyTips':_0x1a6b4e(0xec),'sankeyCircularTips':_0x1a6b4e(0x102)},'bubble':{'emptyTips':_0x1a6b4e(0xe4)},'relation':{'emptyTips':_0x1a6b4e(0xdc)},'cloud':{'word':_0x1a6b4e(0x10b),'frequency':_0x1a6b4e(0x106)},'waterfall':{'positive':_0x1a6b4e(0xf0),'negative':_0x1a6b4e(0x107),'subtotal':_0x1a6b4e(0xfe)},'pareto':{'lineName':'Kumulatívne\x20percento'},'boxplot':{'min':'Minimum','q1':_0x1a6b4e(0x105),'median':_0x1a6b4e(0xfb),'q3':_0x1a6b4e(0xf5),'max':_0x1a6b4e(0xf1)},'candlestick':{'series':_0x1a6b4e(0xef),'category':_0x1a6b4e(0xf3),'open':'Otvorenie','high':'Maximum','low':_0x1a6b4e(0x100),'close':_0x1a6b4e(0x104)},'histogram':{'frequency':_0x1a6b4e(0x106)},'pie':{'aggregateOther':_0x1a6b4e(0xdd),'aggregateMembers':_0x1a6b4e(0xf2)},'treemap':{'hierarchy':_0x1a6b4e(0xff),'value':_0x1a6b4e(0x101),'ownValue':_0x1a6b4e(0x103),'children':_0x1a6b4e(0xe6),'diagnostic':_0x1a6b4e(0xde)},'sunburst':{'hierarchy':'Hierarchia','value':'Value','ownValue':'Vlastná\x20hodnota','children':_0x1a6b4e(0xe6),'diagnostic':_0x1a6b4e(0xeb)},'gauge':{'label':'Označenie','value':'Value','emptyDiagnostic':_0x1a6b4e(0xfc),'mappingDiagnostic':'Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.','configDiagnostic':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.'},'chord':{'emptyDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','mappingDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','configDiagnostic':'Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','source':_0x1a6b4e(0xfa),'target':_0x1a6b4e(0xe7),'value':_0x1a6b4e(0xf9),'count':_0x1a6b4e(0xe1),'associatedValue':'Priradená\x20hodnota'},'chartField':{'missingCategoryFields':_0x1a6b4e(0xe3),'missingSeriesFields':'Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20číselných\x20hodnôt.','invalidFieldIndex':_0x1a6b4e(0x109),'invalidValueFieldType':_0x1a6b4e(0xe9),'invalidDataStructure':_0x1a6b4e(0x108),'unsupportedChartType':'Tento\x20typ\x20grafu\x20nemá\x20pravidlá\x20používania\x20polí.'}}};export{e as default};function _0x3f0f(){const _0x397aaa=['Value','Zdroj','Medián','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','189QptfLV','Medzisúčet','Polia\x20hierarchie','Minimum','Pole\x20hodnoty','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Vlastná\x20hodnota','Zatvorenie','Prvý\x20kvartil','Frekvencia','Negatívne','Vybrané\x20polia\x20netvoria\x20platnú\x20dátovú\x20štruktúru\x20pre\x20tento\x20graf.','Vybrané\x20pole\x20grafu\x20už\x20nie\x20je\x20k\x20dispozícii.','131786TxGPfE','Slovo','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Iné','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','2035481gIEPXm','2551045yroZgc','Počet\x20vzťahov','6hQlQWZ','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20menoviek.','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','(Prázdne)','Podradené\x20prvky','Cieľ','Séria\x20{0}','Vybrané\x20pole\x20hodnôt\x20neobsahuje\x20číselné\x20údaje.','3OgWPky','Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','7432dWCHTE','3980oIozhh','Rad\x20OHLC','Pozitívne','Maximum','Položky','Category','2377100fKjHSY','Tretí\x20kvartil','3833580OhrZqi','1sJcQPI','7975fuYHtf'];_0x3f0f=function(){return _0x397aaa;};return _0x3f0f();}
1
+ const _0x89d65f=_0x11ab;(function(_0x1ece10,_0x321d55){const _0x39ff18=_0x11ab,_0x5ef853=_0x1ece10();while(!![]){try{const _0x21fac5=parseInt(_0x39ff18(0x1e2))/0x1+parseInt(_0x39ff18(0x1dd))/0x2*(-parseInt(_0x39ff18(0x1ef))/0x3)+parseInt(_0x39ff18(0x1d9))/0x4*(-parseInt(_0x39ff18(0x1c3))/0x5)+-parseInt(_0x39ff18(0x1e7))/0x6+parseInt(_0x39ff18(0x1ca))/0x7+parseInt(_0x39ff18(0x1ec))/0x8*(parseInt(_0x39ff18(0x1eb))/0x9)+parseInt(_0x39ff18(0x1c5))/0xa*(-parseInt(_0x39ff18(0x1db))/0xb);if(_0x21fac5===_0x321d55)break;else _0x5ef853['push'](_0x5ef853['shift']());}catch(_0x4adc3c){_0x5ef853['push'](_0x5ef853['shift']());}}}(_0xa7c6,0x9f6f4));const e={'sheets-chart':{'seriesDefaultName':_0x89d65f(0x1e6),'categoryDefaultName':_0x89d65f(0x1c8),'blank':_0x89d65f(0x1d6),'msg':{'emptyTips':_0x89d65f(0x1cb),'sankeyCircularTips':_0x89d65f(0x1d3)},'bubble':{'emptyTips':_0x89d65f(0x1c0)},'relation':{'emptyTips':_0x89d65f(0x1ee)},'cloud':{'word':_0x89d65f(0x1c2),'frequency':'Frekvencia'},'waterfall':{'positive':_0x89d65f(0x1c4),'negative':'Negatívne','subtotal':_0x89d65f(0x1f1)},'pareto':{'lineName':'Kumulatívne\x20percento'},'boxplot':{'min':_0x89d65f(0x1c9),'q1':_0x89d65f(0x1d8),'median':_0x89d65f(0x1d5),'q3':_0x89d65f(0x1c7),'max':'Maximum'},'candlestick':{'series':'Rad\x20OHLC','category':_0x89d65f(0x1e8),'open':_0x89d65f(0x1c1),'high':_0x89d65f(0x1ed),'low':_0x89d65f(0x1c9),'close':_0x89d65f(0x1d0)},'histogram':{'frequency':_0x89d65f(0x1da)},'pie':{'aggregateOther':_0x89d65f(0x1e0),'aggregateMembers':'Položky'},'treemap':{'hierarchy':_0x89d65f(0x1cf),'value':_0x89d65f(0x1df),'ownValue':_0x89d65f(0x1d1),'children':'Podradené\x20prvky','diagnostic':_0x89d65f(0x1cc)},'sunburst':{'hierarchy':_0x89d65f(0x1e9),'value':_0x89d65f(0x1c6),'ownValue':_0x89d65f(0x1d1),'children':_0x89d65f(0x1e5),'diagnostic':'Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.'},'gauge':{'label':_0x89d65f(0x1dc),'value':_0x89d65f(0x1c6),'emptyDiagnostic':_0x89d65f(0x1d7),'mappingDiagnostic':_0x89d65f(0x1ea),'configDiagnostic':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.'},'chord':{'emptyDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','mappingDiagnostic':_0x89d65f(0x1e4),'configDiagnostic':_0x89d65f(0x1d4),'source':_0x89d65f(0x1e1),'target':'Cieľ','value':_0x89d65f(0x1c6),'count':'Počet\x20vzťahov','associatedValue':_0x89d65f(0x1ce)},'chartField':{'missingCategoryFields':_0x89d65f(0x1e3),'missingSeriesFields':_0x89d65f(0x1de),'invalidFieldIndex':_0x89d65f(0x1cd),'invalidValueFieldType':_0x89d65f(0x1d2),'invalidDataStructure':'Vybrané\x20polia\x20netvoria\x20platnú\x20dátovú\x20štruktúru\x20pre\x20tento\x20graf.','unsupportedChartType':_0x89d65f(0x1f0)}}};function _0x11ab(_0x2736b4,_0x54bb0f){_0x2736b4=_0x2736b4-0x1c0;const _0xa7c6f1=_0xa7c6();let _0x11ab2c=_0xa7c6f1[_0x2736b4];return _0x11ab2c;}export{e as default};function _0xa7c6(){const _0x33c3d8=['Minimum','5925388LLOeeP','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Vybrané\x20pole\x20grafu\x20už\x20nie\x20je\x20k\x20dispozícii.','Priradená\x20hodnota','Polia\x20hierarchie','Zatvorenie','Vlastná\x20hodnota','Vybrané\x20pole\x20hodnôt\x20neobsahuje\x20číselné\x20údaje.','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','Medián','(Prázdne)','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','Prvý\x20kvartil','20waPmSm','Frekvencia','33JCOoks','Označenie','16880BknQts','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20číselných\x20hodnôt.','Pole\x20hodnoty','Iné','Zdroj','828008QNsjbI','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20menoviek.','Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','Podradené\x20prvky','Séria\x20{0}','1198764nYlEpx','Kategória','Hierarchia','Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.','673587AZJmMm','64XbPRHw','Maximum','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','204IkpyPp','Tento\x20typ\x20grafu\x20nemá\x20pravidlá\x20používania\x20polí.','Medzisúčet','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Otvorenie','Slovo','253675uGbqzL','Pozitívne','1976010YJpecK','Hodnota','Tretí\x20kvartil','Kategória\x20{0}'];_0xa7c6=function(){return _0x33c3d8;};return _0xa7c6();}
@@ -1 +1 @@
1
- const _0x248298=_0x36d2;function _0x36d2(_0x48fb9a,_0x209c1c){_0x48fb9a=_0x48fb9a-0x120;const _0x2aa378=_0x2aa3();let _0x36d2d4=_0x2aa378[_0x48fb9a];return _0x36d2d4;}(function(_0x2a72de,_0x4114a0){const _0x3cc585=_0x36d2,_0x489a9c=_0x2a72de();while(!![]){try{const _0x365e34=-parseInt(_0x3cc585(0x12d))/0x1*(-parseInt(_0x3cc585(0x121))/0x2)+-parseInt(_0x3cc585(0x13f))/0x3*(-parseInt(_0x3cc585(0x120))/0x4)+parseInt(_0x3cc585(0x128))/0x5+-parseInt(_0x3cc585(0x12a))/0x6*(-parseInt(_0x3cc585(0x150))/0x7)+parseInt(_0x3cc585(0x12f))/0x8+-parseInt(_0x3cc585(0x147))/0x9+-parseInt(_0x3cc585(0x125))/0xa;if(_0x365e34===_0x4114a0)break;else _0x489a9c['push'](_0x489a9c['shift']());}catch(_0x82a493){_0x489a9c['push'](_0x489a9c['shift']());}}}(_0x2aa3,0x6daa9));const e={'sheets-chart':{'seriesDefaultName':_0x248298(0x14d),'categoryDefaultName':_0x248298(0x138),'blank':_0x248298(0x136),'msg':{'emptyTips':_0x248298(0x148),'sankeyCircularTips':_0x248298(0x151)},'bubble':{'emptyTips':_0x248298(0x14e)},'relation':{'emptyTips':'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'},'cloud':{'word':'Từ','frequency':_0x248298(0x143)},'waterfall':{'positive':_0x248298(0x13d),'negative':_0x248298(0x14b),'subtotal':_0x248298(0x14f)},'pareto':{'lineName':_0x248298(0x149)},'boxplot':{'min':_0x248298(0x124),'q1':'Phần\x20tư\x20thứ\x20nhất','median':_0x248298(0x141),'q3':_0x248298(0x14a),'max':_0x248298(0x131)},'candlestick':{'series':_0x248298(0x145),'category':_0x248298(0x146),'open':_0x248298(0x132),'high':_0x248298(0x140),'low':_0x248298(0x12c),'close':_0x248298(0x13a)},'histogram':{'frequency':'Tần\x20suất'},'pie':{'aggregateOther':_0x248298(0x129),'aggregateMembers':_0x248298(0x152)},'treemap':{'hierarchy':_0x248298(0x135),'value':_0x248298(0x123),'ownValue':'Giá\x20trị\x20riêng','children':_0x248298(0x144),'diagnostic':_0x248298(0x154)},'sunburst':{'hierarchy':_0x248298(0x13c),'value':'Value','ownValue':_0x248298(0x13e),'children':'Phần\x20tử\x20con','diagnostic':_0x248298(0x130)},'gauge':{'label':_0x248298(0x127),'value':_0x248298(0x155),'emptyDiagnostic':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','mappingDiagnostic':_0x248298(0x133),'configDiagnostic':_0x248298(0x153)},'chord':{'emptyDiagnostic':_0x248298(0x137),'mappingDiagnostic':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','configDiagnostic':_0x248298(0x12e),'source':_0x248298(0x14c),'target':_0x248298(0x139),'value':_0x248298(0x155),'count':'Số\x20lượng\x20mối\x20quan\x20hệ','associatedValue':_0x248298(0x134)},'chartField':{'missingCategoryFields':_0x248298(0x126),'missingSeriesFields':_0x248298(0x13b),'invalidFieldIndex':_0x248298(0x12b),'invalidValueFieldType':'Trường\x20giá\x20trị\x20đã\x20chọn\x20không\x20chứa\x20dữ\x20liệu\x20số.','invalidDataStructure':_0x248298(0x122),'unsupportedChartType':_0x248298(0x142)}}};export{e as default};function _0x2aa3(){const _0x13a0be=['Giá\x20trị\x20dương','Giá\x20trị\x20riêng','3DxWOYa','Giá\x20cao\x20nhất','Trung\x20vị','Loại\x20biểu\x20đồ\x20này\x20không\x20có\x20chính\x20sách\x20sử\x20dụng\x20trường.','Tần\x20suất','Phần\x20tử\x20con','Chuỗi\x20OHLC','Category','6254145gdvXaD','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tỷ\x20lệ\x20tích\x20lũy','Phần\x20tư\x20thứ\x20ba','Giá\x20trị\x20âm','Nguồn','Loạt\x20{0}','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Tổng\x20phụ','2303XyJEHq','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Thành\x20phần','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Value','182948zSpokI','110XgJInI','Các\x20trường\x20đã\x20chọn\x20không\x20tạo\x20thành\x20cấu\x20trúc\x20dữ\x20liệu\x20hợp\x20lệ\x20cho\x20biểu\x20đồ\x20này.','Trường\x20giá\x20trị','Giá\x20trị\x20nhỏ\x20nhất','4201460ewjqUN','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20nhãn.','Nhãn','173300eLTnSV','Khác','6078yrueXB','Một\x20trường\x20biểu\x20đồ\x20đã\x20chọn\x20không\x20còn\x20khả\x20dụng.','Giá\x20thấp\x20nhất','11996ADJSzC','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','3926320qEKsdG','Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Giá\x20trị\x20lớn\x20nhất','Giá\x20mở\x20cửa','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','Giá\x20trị\x20liên\x20kết','Trường\x20phân\x20cấp','(Trống)','Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','Danh\x20mục\x20{0}','Mục\x20tiêu','Giá\x20đóng\x20cửa','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20giá\x20trị\x20số.','Hệ\x20thống\x20phân\x20cấp'];_0x2aa3=function(){return _0x13a0be;};return _0x2aa3();}
1
+ const _0x8b7a49=_0xae99;(function(_0x4be58e,_0x2f3e89){const _0x2ebfd3=_0xae99,_0x4881ad=_0x4be58e();while(!![]){try{const _0xbab55=parseInt(_0x2ebfd3(0x16d))/0x1+parseInt(_0x2ebfd3(0x160))/0x2*(-parseInt(_0x2ebfd3(0x15e))/0x3)+parseInt(_0x2ebfd3(0x166))/0x4+parseInt(_0x2ebfd3(0x150))/0x5+parseInt(_0x2ebfd3(0x15d))/0x6*(-parseInt(_0x2ebfd3(0x14f))/0x7)+parseInt(_0x2ebfd3(0x161))/0x8+parseInt(_0x2ebfd3(0x156))/0x9*(parseInt(_0x2ebfd3(0x153))/0xa);if(_0xbab55===_0x2f3e89)break;else _0x4881ad['push'](_0x4881ad['shift']());}catch(_0x2f6eea){_0x4881ad['push'](_0x4881ad['shift']());}}}(_0x64df,0x6e677));function _0xae99(_0x290c15,_0x18b19f){_0x290c15=_0x290c15-0x145;const _0x64df0b=_0x64df();let _0xae99a6=_0x64df0b[_0x290c15];return _0xae99a6;}const e={'sheets-chart':{'seriesDefaultName':_0x8b7a49(0x169),'categoryDefaultName':'Danh\x20mục\x20{0}','blank':_0x8b7a49(0x16c),'msg':{'emptyTips':_0x8b7a49(0x15b),'sankeyCircularTips':_0x8b7a49(0x167)},'bubble':{'emptyTips':_0x8b7a49(0x147)},'relation':{'emptyTips':_0x8b7a49(0x158)},'cloud':{'word':'Từ','frequency':_0x8b7a49(0x16b)},'waterfall':{'positive':'Giá\x20trị\x20dương','negative':_0x8b7a49(0x164),'subtotal':_0x8b7a49(0x15c)},'pareto':{'lineName':_0x8b7a49(0x14b)},'boxplot':{'min':'Giá\x20trị\x20nhỏ\x20nhất','q1':'Phần\x20tư\x20thứ\x20nhất','median':'Trung\x20vị','q3':_0x8b7a49(0x152),'max':'Giá\x20trị\x20lớn\x20nhất'},'candlestick':{'series':'Chuỗi\x20OHLC','category':_0x8b7a49(0x14c),'open':'Giá\x20mở\x20cửa','high':'Giá\x20cao\x20nhất','low':_0x8b7a49(0x149),'close':'Giá\x20đóng\x20cửa'},'histogram':{'frequency':_0x8b7a49(0x16b)},'pie':{'aggregateOther':'Khác','aggregateMembers':_0x8b7a49(0x16e)},'treemap':{'hierarchy':_0x8b7a49(0x146),'value':_0x8b7a49(0x159),'ownValue':'Giá\x20trị\x20riêng','children':'Phần\x20tử\x20con','diagnostic':_0x8b7a49(0x16a)},'sunburst':{'hierarchy':_0x8b7a49(0x15f),'value':_0x8b7a49(0x151),'ownValue':_0x8b7a49(0x145),'children':_0x8b7a49(0x162),'diagnostic':'Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.'},'gauge':{'label':_0x8b7a49(0x148),'value':'Giá\x20trị','emptyDiagnostic':_0x8b7a49(0x163),'mappingDiagnostic':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','configDiagnostic':_0x8b7a49(0x14a)},'chord':{'emptyDiagnostic':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','mappingDiagnostic':_0x8b7a49(0x165),'configDiagnostic':_0x8b7a49(0x154),'source':_0x8b7a49(0x157),'target':_0x8b7a49(0x168),'value':_0x8b7a49(0x151),'count':_0x8b7a49(0x155),'associatedValue':'Giá\x20trị\x20liên\x20kết'},'chartField':{'missingCategoryFields':'Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20nhãn.','missingSeriesFields':_0x8b7a49(0x14e),'invalidFieldIndex':_0x8b7a49(0x15a),'invalidValueFieldType':'Trường\x20giá\x20trị\x20đã\x20chọn\x20không\x20chứa\x20dữ\x20liệu\x20số.','invalidDataStructure':'Các\x20trường\x20đã\x20chọn\x20không\x20tạo\x20thành\x20cấu\x20trúc\x20dữ\x20liệu\x20hợp\x20lệ\x20cho\x20biểu\x20đồ\x20này.','unsupportedChartType':_0x8b7a49(0x14d)}}};function _0x64df(){const _0x360ded=['Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','Giá\x20trị\x20âm','Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','2961908njVmfM','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Mục\x20tiêu','Loạt\x20{0}','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Tần\x20suất','(Trống)','839663icTdCI','Thành\x20phần','Giá\x20trị\x20riêng','Trường\x20phân\x20cấp','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Nhãn','Giá\x20thấp\x20nhất','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','Tỷ\x20lệ\x20tích\x20lũy','Danh\x20mục','Loại\x20biểu\x20đồ\x20này\x20không\x20có\x20chính\x20sách\x20sử\x20dụng\x20trường.','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20giá\x20trị\x20số.','245WqTfjz','61420hOWGPJ','Giá\x20trị','Phần\x20tư\x20thứ\x20ba','475070TsJKnj','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Số\x20lượng\x20mối\x20quan\x20hệ','9BbpGGL','Nguồn','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','Trường\x20giá\x20tr','Một\x20trường\x20biểu\x20đồ\x20đã\x20chọn\x20không\x20còn\x20khả\x20dụng.','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tổng\x20phụ','147006nrHfst','22251aFklpb','Hệ\x20thống\x20phân\x20cấp','234THlCAw','4300864mbgmbZ','Phần\x20tử\x20con'];_0x64df=function(){return _0x360ded;};return _0x64df();}export{e as default};
@@ -1 +1 @@
1
- const _0x10c420=_0x4abc;function _0x4abc(_0x1f722a,_0x21c48f){_0x1f722a=_0x1f722a-0xe6;const _0x4fcbb9=_0x4fcb();let _0x4abc7c=_0x4fcbb9[_0x1f722a];return _0x4abc7c;}(function(_0x9fd58d,_0x133686){const _0x3db50f=_0x4abc,_0x2b1d46=_0x9fd58d();while(!![]){try{const _0x343100=-parseInt(_0x3db50f(0xfa))/0x1+-parseInt(_0x3db50f(0xfd))/0x2+parseInt(_0x3db50f(0xfe))/0x3+parseInt(_0x3db50f(0xeb))/0x4+-parseInt(_0x3db50f(0xf5))/0x5*(-parseInt(_0x3db50f(0xf4))/0x6)+-parseInt(_0x3db50f(0xe7))/0x7*(-parseInt(_0x3db50f(0x107))/0x8)+-parseInt(_0x3db50f(0x104))/0x9*(parseInt(_0x3db50f(0xe6))/0xa);if(_0x343100===_0x133686)break;else _0x2b1d46['push'](_0x2b1d46['shift']());}catch(_0x3b81a4){_0x2b1d46['push'](_0x2b1d46['shift']());}}}(_0x4fcb,0x495d9));const e={'sheets-chart':{'seriesDefaultName':_0x10c420(0xf0),'categoryDefaultName':_0x10c420(0xe8),'blank':_0x10c420(0x108),'msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x10c420(0xf1)},'bubble':{'emptyTips':_0x10c420(0xf2)},'relation':{'emptyTips':_0x10c420(0x103)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x10c420(0xea)},'boxplot':{'min':'最小值','q1':_0x10c420(0xf6),'median':_0x10c420(0xec),'q3':_0x10c420(0xe9),'max':_0x10c420(0xf7)},'candlestick':{'series':'OHLC\x20系列','category':'Category','open':'开盘','high':'最高','low':'最低','close':'收盘'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':'成员数'},'treemap':{'hierarchy':_0x10c420(0x100),'value':_0x10c420(0xed),'ownValue':'自身值','children':'子项','diagnostic':_0x10c420(0x109)},'sunburst':{'hierarchy':'层级','value':_0x10c420(0xfb),'ownValue':_0x10c420(0x106),'children':'子项','diagnostic':_0x10c420(0xf8)},'gauge':{'label':'标签','value':'Value','emptyDiagnostic':_0x10c420(0x101),'mappingDiagnostic':_0x10c420(0xef),'configDiagnostic':'仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。'},'chord':{'emptyDiagnostic':_0x10c420(0x105),'mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':_0x10c420(0xf9),'source':'来源','target':'目标','value':_0x10c420(0xfb),'count':_0x10c420(0xf3),'associatedValue':'关联值'},'chartField':{'missingCategoryFields':'此图表需要更多标签字段。','missingSeriesFields':_0x10c420(0xee),'invalidFieldIndex':_0x10c420(0x102),'invalidValueFieldType':_0x10c420(0xfc),'invalidDataStructure':'所选字段无法构成此图表所需的有效数据结构。','unsupportedChartType':_0x10c420(0xff)}}};function _0x4fcb(){const _0xf19a9a=['所选值字段不包含数值数据。','665902kKywME','225822IzPnoJ','此图表类型没有字段使用规则。','层级字段','仪表图至少需要一个有限数值。','所选图表字段已不可用。','关系图数据源为额外添加类型列在第二列的共词矩阵','81SFsoBV','弦图至少需要两个不同节点之间的一条正权重关系。','自身值','3712488heASrn','(空)','矩形树图至少需要一个层级字段和一个数值字段。','370070EDmBtD','7QTfqMC','类别\x20{0}','第三四分位数','累积占比','1416304JWAebK','中位数','数值字段','此图表需要更多数值字段。','仪表图需要一个标签字段且只能有一个数值字段。','系列\x20{0}','桑基图不能包含循环数据','气泡图至少需要2列,X轴、Y轴。','关系计数','48pQsnfm','49625pgsRzs','第一四分位数','最大值','旭日图至少需要一个层级字段和一个数值字段。','弦图配置无效,请检查角度、半径、不透明度和尺寸。','6292uXHqvX','Value'];_0x4fcb=function(){return _0xf19a9a;};return _0x4fcb();}export{e as default};
1
+ const _0xc776d2=_0x3bf2;(function(_0x2ace13,_0x4cf9d3){const _0x59f091=_0x3bf2,_0x4d78a7=_0x2ace13();while(!![]){try{const _0x211d27=parseInt(_0x59f091(0x191))/0x1+parseInt(_0x59f091(0x187))/0x2+parseInt(_0x59f091(0x17d))/0x3+-parseInt(_0x59f091(0x173))/0x4*(-parseInt(_0x59f091(0x170))/0x5)+parseInt(_0x59f091(0x175))/0x6*(parseInt(_0x59f091(0x17c))/0x7)+parseInt(_0x59f091(0x18e))/0x8+-parseInt(_0x59f091(0x181))/0x9*(parseInt(_0x59f091(0x188))/0xa);if(_0x211d27===_0x4cf9d3)break;else _0x4d78a7['push'](_0x4d78a7['shift']());}catch(_0x3e2496){_0x4d78a7['push'](_0x4d78a7['shift']());}}}(_0x1b52,0x68a12));function _0x3bf2(_0x5727da,_0x34aed9){_0x5727da=_0x5727da-0x16e;const _0x1b5209=_0x1b52();let _0x3bf212=_0x1b5209[_0x5727da];return _0x3bf212;}const e={'sheets-chart':{'seriesDefaultName':_0xc776d2(0x183),'categoryDefaultName':_0xc776d2(0x172),'blank':'()','msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0xc776d2(0x189)},'bubble':{'emptyTips':_0xc776d2(0x171)},'relation':{'emptyTips':_0xc776d2(0x17b)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0xc776d2(0x190)},'boxplot':{'min':_0xc776d2(0x176),'q1':'第一四分位数','median':_0xc776d2(0x18b),'q3':_0xc776d2(0x16e),'max':'最大值'},'candlestick':{'series':_0xc776d2(0x180),'category':'类别','open':'开盘','high':'最高','low':'最低','close':'收盘'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':_0xc776d2(0x18a)},'treemap':{'hierarchy':_0xc776d2(0x18c),'value':_0xc776d2(0x17f),'ownValue':_0xc776d2(0x174),'children':'子项','diagnostic':'矩形树图至少需要一个层级字段和一个数值字段。'},'sunburst':{'hierarchy':'层级','value':'数值','ownValue':_0xc776d2(0x174),'children':'子项','diagnostic':_0xc776d2(0x18d)},'gauge':{'label':'标签','value':'数值','emptyDiagnostic':_0xc776d2(0x16f),'mappingDiagnostic':_0xc776d2(0x177),'configDiagnostic':_0xc776d2(0x186)},'chord':{'emptyDiagnostic':_0xc776d2(0x18f),'mappingDiagnostic':_0xc776d2(0x178),'configDiagnostic':_0xc776d2(0x17a),'source':'来源','target':'目标','value':'数值','count':'关系计数','associatedValue':'关联值'},'chartField':{'missingCategoryFields':_0xc776d2(0x185),'missingSeriesFields':_0xc776d2(0x182),'invalidFieldIndex':_0xc776d2(0x179),'invalidValueFieldType':'所选值字段不包含数值数据。','invalidDataStructure':_0xc776d2(0x17e),'unsupportedChartType':_0xc776d2(0x184)}}};export{e as default};function _0x1b52(){const _0x59d1da=['1308vwzXzo','自身值','18tvXZgH','最小值','仪表图需要一个标签字段且只能有一个数值字段。','弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','所选图表字段已不可用。','弦图配置无效,请检查角度、半径、不透明度和尺寸。','关系图数据源为额外添加类型列在第二列的共词矩阵','1672937aiGUgH','1833699jyxezd','所选字段无法构成此图表所需的有效数据结构。','数值字段','OHLC\x20系列','272574DSFzaS','此图表需要更多数值字段。','系列\x20{0}','此图表类型没有字段使用规则。','此图表需要更多标签字段。','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','1565308AakKLS','760GnvDLe','桑基图不能包含循环数据','成员数','中位数','层级字段','旭日图至少需要一个层级字段和一个数值字段。','101176qglJAl','弦图至少需要两个不同节点之间的一条正权重关系。','累积占比','429230HDbhEj','第三四分位数','仪表图至少需要一个有限数值。','2715iiRypF','气泡图至少需要2列,X轴、Y轴。','类别\x20{0}'];_0x1b52=function(){return _0x59d1da;};return _0x1b52();}
@@ -1 +1 @@
1
- function _0x183c(_0x3d2f2b,_0x3524a3){_0x3d2f2b=_0x3d2f2b-0x8c;const _0x172c7f=_0x172c();let _0x183c93=_0x172c7f[_0x3d2f2b];return _0x183c93;}const _0x2c14e4=_0x183c;(function(_0x3ad54e,_0x5e9154){const _0x466109=_0x183c,_0x3c191c=_0x3ad54e();while(!![]){try{const _0x47380d=parseInt(_0x466109(0x8d))/0x1+parseInt(_0x466109(0x9c))/0x2*(-parseInt(_0x466109(0x93))/0x3)+-parseInt(_0x466109(0xb0))/0x4+-parseInt(_0x466109(0x8f))/0x5+parseInt(_0x466109(0xa0))/0x6*(parseInt(_0x466109(0x90))/0x7)+-parseInt(_0x466109(0xa7))/0x8+-parseInt(_0x466109(0xae))/0x9*(-parseInt(_0x466109(0x99))/0xa);if(_0x47380d===_0x5e9154)break;else _0x3c191c['push'](_0x3c191c['shift']());}catch(_0x357d45){_0x3c191c['push'](_0x3c191c['shift']());}}}(_0x172c,0xa26b2));const e={'sheets-chart':{'seriesDefaultName':_0x2c14e4(0xa6),'categoryDefaultName':_0x2c14e4(0xa4),'blank':_0x2c14e4(0xb4),'msg':{'emptyTips':_0x2c14e4(0xaf),'sankeyCircularTips':_0x2c14e4(0xa2)},'bubble':{'emptyTips':_0x2c14e4(0x94)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x2c14e4(0x9a)},'boxplot':{'min':'最小值','q1':_0x2c14e4(0xaa),'median':_0x2c14e4(0xad),'q3':'第三四分位數','max':_0x2c14e4(0x97)},'candlestick':{'series':_0x2c14e4(0xb2),'category':_0x2c14e4(0x8e),'open':'開盤價','high':_0x2c14e4(0xa9),'low':_0x2c14e4(0xac),'close':_0x2c14e4(0x8c)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x2c14e4(0x9f),'value':_0x2c14e4(0x9d),'ownValue':_0x2c14e4(0x98),'children':'子項','diagnostic':_0x2c14e4(0x9b)},'sunburst':{'hierarchy':'階層','value':_0x2c14e4(0xb3),'ownValue':_0x2c14e4(0x98),'children':'子項','diagnostic':_0x2c14e4(0xb1)},'gauge':{'label':'標籤','value':'Value','emptyDiagnostic':_0x2c14e4(0x91),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0x2c14e4(0x92),'configDiagnostic':_0x2c14e4(0x96),'source':'來源','target':'目標','value':_0x2c14e4(0xb3),'count':_0x2c14e4(0x95),'associatedValue':_0x2c14e4(0xa1)},'chartField':{'missingCategoryFields':_0x2c14e4(0xa5),'missingSeriesFields':_0x2c14e4(0x9e),'invalidFieldIndex':_0x2c14e4(0xab),'invalidValueFieldType':_0x2c14e4(0xa8),'invalidDataStructure':'所選欄位無法構成此圖表所需的有效資料結構。','unsupportedChartType':_0x2c14e4(0xa3)}}};function _0x172c(){const _0x5c42fd=['儀表圖至少需要一個有限數值。','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','291PiPisT','氣泡圖至少需要2欄,X軸、Y軸。','關係數','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','最大值','自身值','119230BIUxqc','累積占比','矩形樹圖至少需要一個階層欄位和一個數值欄位。','22284exmAES','數值欄位','此圖表需要更多數值欄位。','階層欄位','1056DTjkji','關聯值','桑基圖不能包含循環數據','此圖表類型沒有欄位使用規則。','類別\x20{0}','此圖表需要更多標籤欄位。','系列\x20{0}','3439800PDBKwv','所選數值欄位不包含數值資料。','最高價','第一四分位數','所選圖表欄位已無法使用。','最低價','中位數','2583kVGIZu','請先添加系列開始數據可視化','3683152pgCxVU','旭日圖至少需要一個階層欄位和一個數值欄位。','OHLC\x20數列','Value','(空)','收盤價','100886YqGkHM','Category','5378000sWaCBY','25837IIhIMc'];_0x172c=function(){return _0x5c42fd;};return _0x172c();}export{e as default};
1
+ const _0x5f51c3=_0x4d2c;(function(_0x200a93,_0x18d13f){const _0x1d4ffa=_0x4d2c,_0x4075ac=_0x200a93();while(!![]){try{const _0x140232=parseInt(_0x1d4ffa(0x213))/0x1+parseInt(_0x1d4ffa(0x206))/0x2+-parseInt(_0x1d4ffa(0x1ff))/0x3*(parseInt(_0x1d4ffa(0x1fd))/0x4)+parseInt(_0x1d4ffa(0x20e))/0x5*(-parseInt(_0x1d4ffa(0x207))/0x6)+-parseInt(_0x1d4ffa(0x214))/0x7*(-parseInt(_0x1d4ffa(0x216))/0x8)+parseInt(_0x1d4ffa(0x1f3))/0x9*(-parseInt(_0x1d4ffa(0x219))/0xa)+-parseInt(_0x1d4ffa(0x209))/0xb;if(_0x140232===_0x18d13f)break;else _0x4075ac['push'](_0x4075ac['shift']());}catch(_0x13bf7c){_0x4075ac['push'](_0x4075ac['shift']());}}}(_0xc421,0x39411));const e={'sheets-chart':{'seriesDefaultName':_0x5f51c3(0x1fb),'categoryDefaultName':_0x5f51c3(0x1f7),'blank':'()','msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x5f51c3(0x218)},'bubble':{'emptyTips':_0x5f51c3(0x1f5)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x5f51c3(0x203)},'boxplot':{'min':_0x5f51c3(0x215),'q1':_0x5f51c3(0x200),'median':_0x5f51c3(0x1fc),'q3':_0x5f51c3(0x212),'max':'最大值'},'candlestick':{'series':_0x5f51c3(0x20b),'category':'類別','open':'開盤價','high':_0x5f51c3(0x211),'low':_0x5f51c3(0x1f6),'close':_0x5f51c3(0x205)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x5f51c3(0x204),'value':_0x5f51c3(0x20c),'ownValue':_0x5f51c3(0x20d),'children':'子項','diagnostic':_0x5f51c3(0x1fe)},'sunburst':{'hierarchy':'階層','value':'數值','ownValue':'自身值','children':'子項','diagnostic':_0x5f51c3(0x201)},'gauge':{'label':'標籤','value':'數值','emptyDiagnostic':_0x5f51c3(0x20a),'mappingDiagnostic':_0x5f51c3(0x1f9),'configDiagnostic':_0x5f51c3(0x1f2)},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0x5f51c3(0x210),'configDiagnostic':_0x5f51c3(0x202),'source':'來源','target':'目標','value':'數值','count':'關係數','associatedValue':'關聯值'},'chartField':{'missingCategoryFields':_0x5f51c3(0x1f4),'missingSeriesFields':_0x5f51c3(0x1f8),'invalidFieldIndex':_0x5f51c3(0x208),'invalidValueFieldType':_0x5f51c3(0x217),'invalidDataStructure':_0x5f51c3(0x20f),'unsupportedChartType':_0x5f51c3(0x1fa)}}};export{e as default};function _0x4d2c(_0x242cd3,_0x2cf513){_0x242cd3=_0x242cd3-0x1f2;const _0xc421ee=_0xc421();let _0x4d2c93=_0xc421ee[_0x242cd3];return _0x4d2c93;}function _0xc421(){const _0x5de5be=['累積占比','階層欄位','收盤價','697228SDNYFV','624xHLNOw','所選圖表欄位已無法使用。','944471ZNZunk','儀表圖至少需要一個有限數值。','OHLC\x20數列','數值欄位','自身值','12500szpJSU','所選欄位無法構成此圖表所需的有效資料結構。','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','最高價','第三四分位數','263129WXQckG','7JaAYgy','最小值','1193208whkhOS','所選數值欄位不包含數值資料。','桑基圖不能包含循環數據','240680SzwMpK','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','45RVbGJK','此圖表需要更多標籤欄位。','氣泡圖至少需要2欄,X軸、Y軸。','最低價','類別\x20{0}','此圖表需要更多數值欄位。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','此圖表類型沒有欄位使用規則。','系列\x20{0}','中位數','4720eNdTQe','矩形樹圖至少需要一個階層欄位和一個數值欄位。','153IgcnZS','第一四分位數','旭日圖至少需要一個階層欄位和一個數值欄位。','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。'];_0xc421=function(){return _0x5de5be;};return _0xc421();}
@@ -1 +1 @@
1
- const _0xa5ae37=_0x1183;(function(_0x3d00a1,_0x117974){const _0xa64fcf=_0x1183,_0x5dac38=_0x3d00a1();while(!![]){try{const _0x4c4857=parseInt(_0xa64fcf(0x151))/0x1*(-parseInt(_0xa64fcf(0x138))/0x2)+-parseInt(_0xa64fcf(0x148))/0x3*(parseInt(_0xa64fcf(0x132))/0x4)+-parseInt(_0xa64fcf(0x12d))/0x5*(-parseInt(_0xa64fcf(0x13b))/0x6)+parseInt(_0xa64fcf(0x136))/0x7+-parseInt(_0xa64fcf(0x129))/0x8+-parseInt(_0xa64fcf(0x14f))/0x9+parseInt(_0xa64fcf(0x12a))/0xa*(parseInt(_0xa64fcf(0x13f))/0xb);if(_0x4c4857===_0x117974)break;else _0x5dac38['push'](_0x5dac38['shift']());}catch(_0x2336e9){_0x5dac38['push'](_0x5dac38['shift']());}}}(_0x3dce,0xdfe5e));function _0x1183(_0x35a232,_0x4023de){_0x35a232=_0x35a232-0x129;const _0x3dce67=_0x3dce();let _0x1183fa=_0x3dce67[_0x35a232];return _0x1183fa;}function _0x3dce(){const _0x3fc9e8=['最大值','168aQhCoN','選取的欄位無法構成這個圖表所需的有效資料結構。','這個圖表需要更多標籤欄位。','關係數','33BRZaKo','最高價','旭日圖至少需要一個階層欄位和一個數值欄位。','選取的圖表欄位已無法使用。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','儀表圖至少需要一個有限數值。','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','第三四分位數','這個圖表需要更多數值欄位。','1452rOGfcg','累積占比','自身值','類別\x20{0}','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','關聯值','最小值','202428oAXgOF','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','2YeZjIb','8047112bhuZLd','11264410ErZPVr','收盤價','最低價','31905cuoFrJ','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','開盤價','氣泡圖至少需要2欄,X軸、Y軸。','請先添加系列開始數據可視化','10312wDtLkm','第一四分位數','(空)','這個圖表類型沒有欄位使用規則。','7997822mnLnFj','OHLC\x20數列','1507318MyTuxu','中位數'];_0x3dce=function(){return _0x3fc9e8;};return _0x3dce();}const e={'sheets-chart':{'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0xa5ae37(0x14b),'blank':_0xa5ae37(0x134),'msg':{'emptyTips':_0xa5ae37(0x131),'sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':_0xa5ae37(0x130)},'relation':{'emptyTips':_0xa5ae37(0x150)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0xa5ae37(0x149)},'boxplot':{'min':_0xa5ae37(0x14e),'q1':_0xa5ae37(0x133),'median':_0xa5ae37(0x139),'q3':_0xa5ae37(0x146),'max':_0xa5ae37(0x13a)},'candlestick':{'series':_0xa5ae37(0x137),'category':'Category','open':_0xa5ae37(0x12f),'high':_0xa5ae37(0x140),'low':_0xa5ae37(0x12c),'close':_0xa5ae37(0x12b)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':'階層欄位','value':'數值欄位','ownValue':_0xa5ae37(0x14a),'children':'子項','diagnostic':'矩形樹圖至少需要一個階層欄位和一個數值欄位。'},'sunburst':{'hierarchy':'階層','value':'Value','ownValue':_0xa5ae37(0x14a),'children':'子項','diagnostic':_0xa5ae37(0x141)},'gauge':{'label':'標籤','value':'Value','emptyDiagnostic':_0xa5ae37(0x144),'mappingDiagnostic':_0xa5ae37(0x143),'configDiagnostic':_0xa5ae37(0x14c)},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0xa5ae37(0x145),'configDiagnostic':_0xa5ae37(0x12e),'source':'來源','target':'目標','value':'Value','count':_0xa5ae37(0x13e),'associatedValue':_0xa5ae37(0x14d)},'chartField':{'missingCategoryFields':_0xa5ae37(0x13d),'missingSeriesFields':_0xa5ae37(0x147),'invalidFieldIndex':_0xa5ae37(0x142),'invalidValueFieldType':'選取的數值欄位不包含數值資料。','invalidDataStructure':_0xa5ae37(0x13c),'unsupportedChartType':_0xa5ae37(0x135)}}};export{e as default};
1
+ const _0x440f4f=_0x1fa9;function _0x1fa9(_0x5e08a6,_0x530da2){_0x5e08a6=_0x5e08a6-0x70;const _0x1b98cb=_0x1b98();let _0x1fa928=_0x1b98cb[_0x5e08a6];return _0x1fa928;}(function(_0x5013fd,_0x176722){const _0xd447e1=_0x1fa9,_0x3783a6=_0x5013fd();while(!![]){try{const _0x434a35=parseInt(_0xd447e1(0x8c))/0x1+-parseInt(_0xd447e1(0x8f))/0x2+parseInt(_0xd447e1(0x72))/0x3*(-parseInt(_0xd447e1(0x75))/0x4)+-parseInt(_0xd447e1(0x79))/0x5*(parseInt(_0xd447e1(0x80))/0x6)+parseInt(_0xd447e1(0x82))/0x7+-parseInt(_0xd447e1(0x7a))/0x8*(-parseInt(_0xd447e1(0x86))/0x9)+parseInt(_0xd447e1(0x81))/0xa;if(_0x434a35===_0x176722)break;else _0x3783a6['push'](_0x3783a6['shift']());}catch(_0x4d2d37){_0x3783a6['push'](_0x3783a6['shift']());}}}(_0x1b98,0xef1fe));const e={'sheets-chart':{'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x440f4f(0x7b),'blank':_0x440f4f(0x84),'msg':{'emptyTips':_0x440f4f(0x78),'sankeyCircularTips':_0x440f4f(0x73)},'bubble':{'emptyTips':_0x440f4f(0x7d)},'relation':{'emptyTips':_0x440f4f(0x89)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':'累積占比'},'boxplot':{'min':'最小值','q1':_0x440f4f(0x7e),'median':_0x440f4f(0x71),'q3':_0x440f4f(0x76),'max':'最大值'},'candlestick':{'series':_0x440f4f(0x93),'category':'類別','open':_0x440f4f(0x7f),'high':'最高價','low':_0x440f4f(0x87),'close':_0x440f4f(0x8d)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x440f4f(0x90),'value':_0x440f4f(0x88),'ownValue':_0x440f4f(0x77),'children':'子項','diagnostic':_0x440f4f(0x85)},'sunburst':{'hierarchy':'階層','value':'數值','ownValue':_0x440f4f(0x77),'children':'子項','diagnostic':_0x440f4f(0x83)},'gauge':{'label':'標籤','value':'數值','emptyDiagnostic':_0x440f4f(0x91),'mappingDiagnostic':_0x440f4f(0x8b),'configDiagnostic':_0x440f4f(0x7c)},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x440f4f(0x94),'source':'來源','target':'目標','value':'數值','count':_0x440f4f(0x70),'associatedValue':_0x440f4f(0x96)},'chartField':{'missingCategoryFields':'這個圖表需要更多標籤欄位。','missingSeriesFields':_0x440f4f(0x8a),'invalidFieldIndex':_0x440f4f(0x74),'invalidValueFieldType':_0x440f4f(0x92),'invalidDataStructure':_0x440f4f(0x95),'unsupportedChartType':_0x440f4f(0x8e)}}};export{e as default};function _0x1b98(){const _0x534fed=['4816638MsiQpq','15752500tWYIto','8929837lgbRRU','旭日圖至少需要一個階層欄位和一個數值欄位。','(空)','矩形樹圖至少需要一個階層欄位和一個數值欄位。','6921AVUAsf','最低價','數值欄位','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','這個圖表需要更多數值欄位。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','422648ZuNiqd','收盤價','這個圖表類型沒有欄位使用規則。','1439272EzFfnA','階層欄位','儀表圖至少需要一個有限數值。','選取的數值欄位不包含數值資料。','OHLC\x20數列','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','選取的欄位無法構成這個圖表所需的有效資料結構。','關聯值','關係數','中位數','4726182pFuBkL','桑基圖不能包含循環數據','選取的圖表欄位已無法使用。','4CMASeR','第三四分位數','自身值','請先添加系列開始數據可視化','10oJsDDZ','16712IVByjZ','類別\x20{0}','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','氣泡圖至少需要2欄,X軸、Y軸。','第一四分位數','開盤價'];_0x1b98=function(){return _0x534fed;};return _0x1b98();}
package/lib/facade.js CHANGED
@@ -1 +1 @@
1
- const _0xb9d434=_0x4736;(function(_0x548a7d,_0x8b70c8){const _0x55d89d=_0x4736,_0x7ae91a=_0x548a7d();while(!![]){try{const _0x393b47=-parseInt(_0x55d89d(0xdc))/0x1*(parseInt(_0x55d89d(0xe5))/0x2)+parseInt(_0x55d89d(0xd0))/0x3*(parseInt(_0x55d89d(0xd9))/0x4)+-parseInt(_0x55d89d(0xd2))/0x5+parseInt(_0x55d89d(0x107))/0x6*(-parseInt(_0x55d89d(0xf8))/0x7)+parseInt(_0x55d89d(0x104))/0x8*(-parseInt(_0x55d89d(0xd4))/0x9)+-parseInt(_0x55d89d(0x103))/0xa*(parseInt(_0x55d89d(0xe8))/0xb)+parseInt(_0x55d89d(0xde))/0xc;if(_0x393b47===_0x8b70c8)break;else _0x7ae91a['push'](_0x7ae91a['shift']());}catch(_0x22fc90){_0x7ae91a['push'](_0x7ae91a['shift']());}}}(_0x2de3,0xa65e4));import{DataOrientation as _0x46746f,chartTypeToBits as _0x43b8f0,toChartModelConfig as _0x231b6c}from'@univerjs-pro/engine-chart';import{FChart as _0x2f0cc8,createChartBuilder as _0x3ec7a3}from'@univerjs-pro/engine-chart/facade';import{ChartDiagnosticSeverity as _0x262e7f,ChartSourceKind as _0x17b603,ChartSourceOrientation as _0x5cc9bf,InsertChartCommand as _0x405634,SheetChartConfigAdapter as _0x33fd5c,SheetsChartService as _0x131e9e,resolveInitialChartPosition as _0x459274,resolveSourceSeries as _0x7dbc78,resolveSourceSpec as _0x32e321}from'@univerjs-pro/sheets-chart';import{ICommandService as _0x18a423,generateRandomId as _0x961028}from'@univerjs/core';import{FWorksheet as _0x288439}from'@univerjs/sheets/facade';import{FEnum as _0x2087f4}from'@univerjs/core/facade';function _0x2de3(){const _0xe19a26=['severity','4zGNsoK','Invalid\x20Sheet\x20chart\x20source.','width','21881uxKSHa','Range','57697584uxeIwv','mapping','height','getRange','Row','message','insertChart','118nNKFCx','theme','orient','66srwrCO','join','kind','categoryIndex','ChartSourceOrientation','map','_chartSourceContext','_injector','extend','Error','ranges','dataSource','subUnitId','getInject','unitId','getSubUnitId','1295DkLpnq','dataAggregation','some','_createSheetAdapter','source','getUnitId','size','anchor','chartId','getRangeInfo','style','1550290ePjYFz','40lyYibi','executeCommand','getChartSuggestion','42702ucAYtP','Failed\x20to\x20create\x20Sheet\x20chart.','getChart','setPosition','context','filter','73761ejPmrv','Insert\x20the\x20Sheet\x20chart\x20before\x20updating\x20it.','482835fgmiJM','type','930438CSkENA','createInstance','get','commitHost'];_0x2de3=function(){return _0xe19a26;};return _0x2de3();}var v=class extends _0x2f0cc8{constructor(_0x24e567,_0x4230f9,_0x48809e,_0x417770){const _0x334130=_0x4736;super(_0x48809e,()=>new _0x33fd5c({'unitId':_0x24e567,'subUnitId':_0x4230f9,'chartId':_0x48809e,'injector':_0x417770}),(_0x33fcce,_0x42d867,_0x1b38e1)=>_0x3ec7a3({'info':_0x33fcce,'description':_0x42d867,'type':_0x1b38e1,'normalizeSource':_0x348064=>_0x348064,'extension':({setInfo:_0x57839f})=>({'setPosition'(_0x1347fb){const _0x548b52=_0x4736;return _0x57839f(_0x548b52(0xff),_0x1347fb),this;}})}),_0x417770),this[_0x334130(0xf6)]=_0x24e567,this[_0x334130(0xf4)]=_0x4230f9,this[_0x334130(0x100)]=_0x48809e;}[_0xb9d434(0xe1)](){const _0x2133b2=_0xb9d434;var _0x2858fa;return(_0x2858fa=this[_0x2133b2(0xef)][_0x2133b2(0xd6)](_0x131e9e)['getChartModel'](this[_0x2133b2(0x100)]))==null?void 0x0:_0x2858fa[_0x2133b2(0xf3)][_0x2133b2(0x101)]();}[_0xb9d434(0x10a)](_0x5ae9ff){const _0x30eb86=_0xb9d434;return this[_0x30eb86(0xfb)]()[_0x30eb86(0xd7)]({'layout':{'anchor':_0x5ae9ff}}),this;}[_0xb9d434(0xfb)](){const _0x28f427=_0xb9d434;return new _0x33fd5c({'unitId':this[_0x28f427(0xf6)],'subUnitId':this[_0x28f427(0xf4)],'chartId':this[_0x28f427(0x100)],'injector':this[_0x28f427(0xef)]});}},y=class extends _0x288439{['newChart'](_0x3c2b18){const _0x44c790=_0xb9d434;return _0x3ec7a3({'type':_0x3c2b18,'injector':this[_0x44c790(0xef)],'commitError':_0x44c790(0xd1),'normalizeSource':_0x7e15cb=>_0x7e15cb,'createInfo':()=>({'anchor':void 0x0}),'extension':({setInfo:_0x157179})=>({'setPosition'(_0x3469e5){const _0x9af2cb=_0x44c790;return _0x157179(_0x9af2cb(0xff),_0x3469e5),this;}})});}async[_0xb9d434(0xe4)](_0x5d9cec){const _0x3c1934=_0xb9d434;var _0x574252,_0x5ac4ac,_0x2bea6c;let {config:_0xa7b634,dataSource:_0x5e794c,anchor:_0x177ef3,position:_0x34c5f8,size:_0x1fc85d}=_0x5d9cec,_0x21547d={..._0xa7b634,'source':_0x5e794c,'anchor':_0x177ef3,'position':_0x34c5f8,'size':_0x1fc85d},_0x40bb2d=this['_chartSourceContext'](),_0x5ace14=[],_0x27c70f=_0x32e321(_0x21547d[_0x3c1934(0xfc)],_0x40bb2d,_0x5ace14);if(!_0x27c70f||_0x5ace14[_0x3c1934(0xfa)](_0x4167b7=>_0x4167b7[_0x3c1934(0xd8)]===_0x262e7f[_0x3c1934(0xf1)]))throw Error(_0x5ace14[_0x3c1934(0xed)](_0x1002ae=>_0x1002ae[_0x3c1934(0xe3)])[_0x3c1934(0xe9)](';\x20')||_0x3c1934(0xda));let _0x322abd=_0x961028(),_0x20fbd1=_0x231b6c(_0x21547d,{'series':_0x7dbc78(_0x27c70f,_0x40bb2d,((_0x574252=_0x21547d[_0x3c1934(0xdf)])==null?void 0x0:_0x574252[_0x3c1934(0xeb)])??0x0)}),_0x2bf9fa=_0x459274({'unitId':_0x40bb2d[_0x3c1934(0xf6)],'subUnitId':_0x40bb2d[_0x3c1934(0xf4)],'injector':this[_0x3c1934(0xf5)]()},_0x21547d,_0x5ace14),_0x53fc41={'unitId':_0x40bb2d[_0x3c1934(0xf6)],'subUnitId':_0x40bb2d[_0x3c1934(0xf4)],'chartId':_0x322abd,'chartType':_0x43b8f0(_0x21547d[_0x3c1934(0xd3)]),'source':_0x27c70f[_0x3c1934(0xea)]===_0x17b603[_0x3c1934(0xdd)]?_0x27c70f['rangeInfo']:_0x27c70f[_0x3c1934(0xf2)],'position':_0x2bf9fa,'width':(_0x5ac4ac=_0x21547d[_0x3c1934(0xfe)])==null?void 0x0:_0x5ac4ac[_0x3c1934(0xdb)],'height':(_0x2bea6c=_0x21547d[_0x3c1934(0xfe)])==null?void 0x0:_0x2bea6c[_0x3c1934(0xe0)],'theme':_0x21547d[_0x3c1934(0xe6)]??void 0x0,'config':{'unitId':_0x40bb2d[_0x3c1934(0xf6)],'chartModelId':_0x322abd,'style':_0x20fbd1[_0x3c1934(0x102)],'context':_0x20fbd1[_0x3c1934(0xce)],'dataAggregation':_0x20fbd1[_0x3c1934(0xf9)]}};if(!await this[_0x3c1934(0xf5)]()[_0x3c1934(0xd6)](_0x18a423)[_0x3c1934(0x105)](_0x405634['id'],_0x53fc41))throw Error(_0x3c1934(0x108));return this[_0x3c1934(0xef)][_0x3c1934(0xd5)](v,_0x40bb2d['unitId'],_0x40bb2d[_0x3c1934(0xf4)],_0x322abd,this[_0x3c1934(0xef)]);}[_0xb9d434(0x109)](_0x3c7a1c){const _0x1d05d4=_0xb9d434;let {unitId:_0x275e78,subUnitId:_0x507b2f}=this['_chartSourceContext'](),_0x4153c5=this[_0x1d05d4(0xf5)]()[_0x1d05d4(0xd6)](_0x131e9e);return _0x4153c5['getChartModel'](_0x3c7a1c)&&_0x4153c5[_0x1d05d4(0xf7)](_0x275e78,_0x3c7a1c)===_0x507b2f?this[_0x1d05d4(0xef)][_0x1d05d4(0xd5)](v,_0x275e78,_0x507b2f,_0x3c7a1c,this[_0x1d05d4(0xef)]):null;}['getCharts'](){const _0x5c828d=_0xb9d434;let {unitId:_0x52be60,subUnitId:_0x14a598}=this['_chartSourceContext']();return this['getInject']()[_0x5c828d(0xd6)](_0x131e9e)['getUnitChartModels'](_0x52be60,_0x14a598)[_0x5c828d(0xcf)](Boolean)[_0x5c828d(0xed)](_0x4b8942=>this[_0x5c828d(0xef)][_0x5c828d(0xd5)](v,_0x52be60,_0x14a598,_0x4b8942['id'],this['_injector']));}[_0xb9d434(0xee)](){const _0x16d42e=_0xb9d434;let _0x3e942b=this['getWorkbook'](),_0x55ecec=this[_0x16d42e(0xf5)]()[_0x16d42e(0xd6)](_0x131e9e);return{'unitId':_0x3e942b[_0x16d42e(0xfd)](),'subUnitId':this['getSheetId'](),'workbook':_0x3e942b,'resolveAutoIsRowDirection':_0x401d2a=>_0x55ecec[_0x16d42e(0x106)](_0x401d2a)[_0x16d42e(0xe7)]===_0x46746f[_0x16d42e(0xe2)]};}};_0x288439[_0xb9d434(0xf0)](y);var b=class extends _0x2087f4{get[_0xb9d434(0xec)](){return _0x5cc9bf;}};_0x2087f4[_0xb9d434(0xf0)](b);function _0x4736(_0xc51aab,_0x26ff26){_0xc51aab=_0xc51aab-0xce;const _0x2de3c1=_0x2de3();let _0x473639=_0x2de3c1[_0xc51aab];return _0x473639;}export{v as FSheetChart};
1
+ const _0x519f64=_0x1310;(function(_0x4a1b74,_0x180fc2){const _0x4a17f6=_0x1310,_0x580ac1=_0x4a1b74();while(!![]){try{const _0x42ba21=parseInt(_0x4a17f6(0x138))/0x1*(parseInt(_0x4a17f6(0x135))/0x2)+-parseInt(_0x4a17f6(0x15c))/0x3*(parseInt(_0x4a17f6(0x139))/0x4)+parseInt(_0x4a17f6(0x157))/0x5+parseInt(_0x4a17f6(0x160))/0x6*(-parseInt(_0x4a17f6(0x150))/0x7)+-parseInt(_0x4a17f6(0x169))/0x8*(parseInt(_0x4a17f6(0x143))/0x9)+parseInt(_0x4a17f6(0x137))/0xa*(parseInt(_0x4a17f6(0x13c))/0xb)+parseInt(_0x4a17f6(0x148))/0xc*(parseInt(_0x4a17f6(0x13a))/0xd);if(_0x42ba21===_0x180fc2)break;else _0x580ac1['push'](_0x580ac1['shift']());}catch(_0x5bcdf5){_0x580ac1['push'](_0x580ac1['shift']());}}}(_0xe7a7,0x8df48));import{DataOrientation as _0x9a5fd6,chartTypeToBits as _0x1ce5c,toChartModelConfig as _0x30ac29}from'@univerjs-pro/engine-chart';import{FChart as _0x19f784,createChartBuilder as _0x2ad7ba}from'@univerjs-pro/engine-chart/facade';import{ChartDiagnosticSeverity as _0x48148e,ChartSourceKind as _0x236625,ChartSourceOrientation as _0x4c3aac,InsertChartCommand as _0xde9faf,SheetChartConfigAdapter as _0x9090b,SheetsChartService as _0x440a5f,resolveInitialChartPosition as _0x241840,resolveSourceSeries as _0x5b864d,resolveSourceSpec as _0xb66c0e}from'@univerjs-pro/sheets-chart';import{ICommandService as _0x22adcb,generateRandomId as _0x131b14}from'@univerjs/core';import{FWorksheet as _0x327ec2}from'@univerjs/sheets/facade';function _0xe7a7(){const _0x3ad94d=['8xxhUUA','Invalid\x20Sheet\x20chart\x20source.','1360140nabCUV','89849dUaaAx','90908HuQZdN','10244182koWRXM','getChartModel','44fCHfrP','anchor','executeCommand','dataAggregation','orient','type','ranges','6748569IlJtsC','subUnitId','source','_createSheetAdapter','_chartSourceContext','12qtIGnI','setPosition','map','getWorkbook','some','mapping','ChartSourceOrientation','Row','3948ApKOff','unitId','rangeInfo','dataSource','getSheetId','getRangeInfo','_injector','490200qYqfvO','getChartSuggestion','newChart','getInject','getChart','45lFJncn','getRange','Failed\x20to\x20create\x20Sheet\x20chart.','createInstance','1248ewTQyK','getUnitChartModels','Error','message','chartId','commitHost','getSubUnitId','extend','severity','8QbjQlQ','get','size','context'];_0xe7a7=function(){return _0x3ad94d;};return _0xe7a7();}import{FEnum as _0x4ba6ae}from'@univerjs/core/facade';var v=class extends _0x19f784{constructor(_0x2d816a,_0x249402,_0x23288d,_0x4932f5){const _0x330f54=_0x1310;super(_0x23288d,()=>new _0x9090b({'unitId':_0x2d816a,'subUnitId':_0x249402,'chartId':_0x23288d,'injector':_0x4932f5}),(_0xcc1d8e,_0x44bcc8,_0x1f01d9)=>_0x2ad7ba({'info':_0xcc1d8e,'description':_0x44bcc8,'type':_0x1f01d9,'normalizeSource':_0x30d532=>_0x30d532,'extension':({setInfo:_0x12291c})=>({'setPosition'(_0x548ba9){const _0x472aba=_0x1310;return _0x12291c(_0x472aba(0x13d),_0x548ba9),this;}})}),_0x4932f5),this[_0x330f54(0x151)]=_0x2d816a,this['subUnitId']=_0x249402,this[_0x330f54(0x164)]=_0x23288d;}[_0x519f64(0x15d)](){const _0x43405b=_0x519f64;var _0x51fcbf;return(_0x51fcbf=this[_0x43405b(0x156)][_0x43405b(0x16a)](_0x440a5f)[_0x43405b(0x13b)](this[_0x43405b(0x164)]))==null?void 0x0:_0x51fcbf[_0x43405b(0x153)][_0x43405b(0x155)]();}[_0x519f64(0x149)](_0x45559d){const _0x1d4c46=_0x519f64;return this['_createSheetAdapter']()[_0x1d4c46(0x165)]({'layout':{'anchor':_0x45559d}}),this;}[_0x519f64(0x146)](){const _0x158e55=_0x519f64;return new _0x9090b({'unitId':this[_0x158e55(0x151)],'subUnitId':this['subUnitId'],'chartId':this[_0x158e55(0x164)],'injector':this['_injector']});}},y=class extends _0x327ec2{[_0x519f64(0x159)](_0x446606){return _0x2ad7ba({'type':_0x446606,'injector':this['_injector'],'commitError':'Insert\x20the\x20Sheet\x20chart\x20before\x20updating\x20it.','normalizeSource':_0x4f29d0=>_0x4f29d0,'createInfo':()=>({'anchor':void 0x0}),'extension':({setInfo:_0x9e9d02})=>({'setPosition'(_0x2343bc){const _0x226969=_0x1310;return _0x9e9d02(_0x226969(0x13d),_0x2343bc),this;}})});}async['insertChart'](_0x80cef5){const _0x46aa0b=_0x519f64;var _0x2ba10d,_0x15cc29,_0x5b8368;let {config:_0x713743,dataSource:_0x574ae2,anchor:_0x4f12df,position:_0x206b6a,size:_0xfe2af3}=_0x80cef5,_0x18861f={..._0x713743,'source':_0x574ae2,'anchor':_0x4f12df,'position':_0x206b6a,'size':_0xfe2af3},_0x51c5c5=this[_0x46aa0b(0x147)](),_0x35bd56=[],_0xdcbccb=_0xb66c0e(_0x18861f[_0x46aa0b(0x145)],_0x51c5c5,_0x35bd56);if(!_0xdcbccb||_0x35bd56[_0x46aa0b(0x14c)](_0x326394=>_0x326394[_0x46aa0b(0x168)]===_0x48148e[_0x46aa0b(0x162)]))throw Error(_0x35bd56['map'](_0x18ce78=>_0x18ce78[_0x46aa0b(0x163)])['join'](';\x20')||_0x46aa0b(0x136));let _0x38c18e=_0x131b14(),_0x48433e=_0x30ac29(_0x18861f,{'series':_0x5b864d(_0xdcbccb,_0x51c5c5,((_0x2ba10d=_0x18861f[_0x46aa0b(0x14d)])==null?void 0x0:_0x2ba10d['categoryIndex'])??0x0)}),_0x18674d=_0x241840({'unitId':_0x51c5c5[_0x46aa0b(0x151)],'subUnitId':_0x51c5c5['subUnitId'],'injector':this[_0x46aa0b(0x15a)]()},_0x18861f,_0x35bd56),_0x59a5f0={'unitId':_0x51c5c5[_0x46aa0b(0x151)],'subUnitId':_0x51c5c5[_0x46aa0b(0x144)],'chartId':_0x38c18e,'chartType':_0x1ce5c(_0x18861f[_0x46aa0b(0x141)]),'source':_0xdcbccb['kind']===_0x236625['Range']?_0xdcbccb[_0x46aa0b(0x152)]:_0xdcbccb[_0x46aa0b(0x142)],'position':_0x18674d,'width':(_0x15cc29=_0x18861f[_0x46aa0b(0x16b)])==null?void 0x0:_0x15cc29['width'],'height':(_0x5b8368=_0x18861f[_0x46aa0b(0x16b)])==null?void 0x0:_0x5b8368['height'],'theme':_0x18861f['theme']??void 0x0,'config':{'unitId':_0x51c5c5[_0x46aa0b(0x151)],'chartModelId':_0x38c18e,'style':_0x48433e['style'],'context':_0x48433e[_0x46aa0b(0x134)],'dataAggregation':_0x48433e[_0x46aa0b(0x13f)]}};if(!await this['getInject']()['get'](_0x22adcb)[_0x46aa0b(0x13e)](_0xde9faf['id'],_0x59a5f0))throw Error(_0x46aa0b(0x15e));return this[_0x46aa0b(0x156)][_0x46aa0b(0x15f)](v,_0x51c5c5[_0x46aa0b(0x151)],_0x51c5c5[_0x46aa0b(0x144)],_0x38c18e,this[_0x46aa0b(0x156)]);}[_0x519f64(0x15b)](_0x43b3bc){const _0x19514c=_0x519f64;let {unitId:_0x29c6e9,subUnitId:_0x5459a0}=this['_chartSourceContext'](),_0x308931=this[_0x19514c(0x15a)]()[_0x19514c(0x16a)](_0x440a5f);return _0x308931[_0x19514c(0x13b)](_0x43b3bc)&&_0x308931[_0x19514c(0x166)](_0x29c6e9,_0x43b3bc)===_0x5459a0?this[_0x19514c(0x156)]['createInstance'](v,_0x29c6e9,_0x5459a0,_0x43b3bc,this[_0x19514c(0x156)]):null;}['getCharts'](){const _0x59bfb0=_0x519f64;let {unitId:_0x16e5e7,subUnitId:_0xc9bfee}=this[_0x59bfb0(0x147)]();return this[_0x59bfb0(0x15a)]()[_0x59bfb0(0x16a)](_0x440a5f)[_0x59bfb0(0x161)](_0x16e5e7,_0xc9bfee)['filter'](Boolean)[_0x59bfb0(0x14a)](_0x2f5b51=>this[_0x59bfb0(0x156)][_0x59bfb0(0x15f)](v,_0x16e5e7,_0xc9bfee,_0x2f5b51['id'],this[_0x59bfb0(0x156)]));}['_chartSourceContext'](){const _0x52e80f=_0x519f64;let _0x389e5b=this[_0x52e80f(0x14b)](),_0x4d8610=this[_0x52e80f(0x15a)]()['get'](_0x440a5f);return{'unitId':_0x389e5b['getUnitId'](),'subUnitId':this[_0x52e80f(0x154)](),'workbook':_0x389e5b,'resolveAutoIsRowDirection':_0xc3b8be=>_0x4d8610[_0x52e80f(0x158)](_0xc3b8be)[_0x52e80f(0x140)]===_0x9a5fd6[_0x52e80f(0x14f)]};}};_0x327ec2[_0x519f64(0x167)](y);var b=class extends _0x4ba6ae{get[_0x519f64(0x14e)](){return _0x4c3aac;}};function _0x1310(_0x2571c2,_0xd0673f){_0x2571c2=_0x2571c2-0x134;const _0xe7a750=_0xe7a7();let _0x1310dc=_0xe7a750[_0x2571c2];return _0x1310dc;}_0x4ba6ae[_0x519f64(0x167)](b);export{v as FSheetChart};