@univerjs-pro/slides-chart-ui 1.0.0-alpha.2 → 1.0.0-alpha.4

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 (109) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +0 -130
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/commands/operations/chart-panel.operation.d.ts +2 -0
  64. package/lib/types/common/slide-chart-frame-style.d.ts +8 -0
  65. package/lib/types/components/SlideChartEditPanel.d.ts +13 -4
  66. package/lib/types/components/SlideChartInlineTableEditor.d.ts +2 -4
  67. package/lib/types/controllers/slide-chart-double-click.render-controller.d.ts +3 -1
  68. package/lib/types/controllers/slide-chart-element-float-menu.controller.d.ts +28 -0
  69. package/lib/types/controllers/slide-chart-render-refresh.controller.d.ts +11 -0
  70. package/lib/types/controllers/ui.controller.d.ts +7 -4
  71. package/lib/types/hooks.d.ts +2 -4
  72. package/lib/types/index.d.ts +2 -7
  73. package/lib/types/locale/en-US.d.ts +0 -3
  74. package/lib/types/plugin.d.ts +0 -1
  75. package/lib/types/services/chart-element-selection.d.ts +10 -0
  76. package/lib/types/services/chart-panel-route.d.ts +22 -0
  77. package/lib/types/services/slide-chart-edit-session.service.d.ts +51 -0
  78. package/lib/types/services/slide-chart-host-provider.service.d.ts +83 -0
  79. package/lib/types/services/slide-chart-host.d.ts +11 -4
  80. package/lib/types/services/slide-chart-insert.service.d.ts +3 -1
  81. package/lib/types/services/slide-chart-render-mode.service.d.ts +15 -0
  82. package/lib/types/services/slide-chart-render.service.d.ts +28 -7
  83. package/lib/types/services/slide-chart-ui.service.d.ts +43 -3
  84. package/lib/types/utils/ChartPanelOptions.d.ts +6 -14
  85. package/lib/types/views/render/chart-adaptor.d.ts +5 -4
  86. package/lib/umd/index.js +1 -1
  87. package/lib/umd/locale/ar-SA.js +1 -1
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -1
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -1
  95. package/lib/umd/locale/it-IT.js +1 -1
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -1
  99. package/lib/umd/locale/pt-BR.js +1 -1
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -1
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +16 -15
  107. package/lib/types/controllers/slide-chart-snapshot-refresh.controller.d.ts +0 -12
  108. package/lib/types/services/slide-chart-overlay.service.d.ts +0 -31
  109. package/lib/types/services/slide-chart-snapshot-render.service.d.ts +0 -57
@@ -1 +1 @@
1
- const _0x29b17a=_0x4f96;(function(_0x40db2b,_0x551d62){const _0x503d59=_0x4f96,_0x1cbe54=_0x40db2b();while(!![]){try{const _0x2658bc=parseInt(_0x503d59(0x150))/0x1+-parseInt(_0x503d59(0x110))/0x2*(parseInt(_0x503d59(0x12b))/0x3)+parseInt(_0x503d59(0x144))/0x4+-parseInt(_0x503d59(0x154))/0x5*(parseInt(_0x503d59(0x149))/0x6)+-parseInt(_0x503d59(0x138))/0x7*(parseInt(_0x503d59(0x13d))/0x8)+parseInt(_0x503d59(0x147))/0x9+parseInt(_0x503d59(0x14e))/0xa;if(_0x2658bc===_0x551d62)break;else _0x1cbe54['push'](_0x1cbe54['shift']());}catch(_0x3485e2){_0x1cbe54['push'](_0x1cbe54['shift']());}}}(_0x5683,0xe461e));function _0x5683(){const _0x4eb210=['حذف\x20المخطط','مخطط\x20مخصص','فتح\x20لوحة\x20المخططات','إلغاء','الحدود','Border\x20with\x20color','Show\x20data\x20labels','عناوين\x20المخطط\x20والمحاور','Doughnut\x20hole','Label\x20padding\x20angle','علاقة','باريتو','إدراج\x20مخطط','سانكي','مجمع','الفئة','شريطي','بيانات\x20مضمنة','تحرير\x20المخطط','48qSgalc','أعلى','تعبئة\x20متدرجة','نوع\x20المخطط','Label\x20position','يمين','إخفاء\x20لوحة\x20المخططات','Label\x20text','شلالي','نمط\x20المخطط','المحور\x20الأفقي','تحرير\x20البيانات','Value\x20suffix','497tCcXuF','Label\x20font\x20size','قمعي','انسخ\x20والصق\x20البيانات\x20هنا','مرئي','2056QLeWHN','فشل\x20إدراج\x20المخطط','خط\x20المؤشر','Half\x20pie','السلسلة\x20{0}','اللون','شريطي\x20مكدس\x20بالنسبة\x20المئوية','2370492vwlCOM','شريطي\x20مكدس','خطوط\x20الشبكة\x20والعلامات','405675ohivfu','المحور\x20الرأسي','180phWyeC','تكرار','مبعثر','بدون','Arrangement','17848590uVwbSb','إضافة\x20عمود','588828hQxFmt','التبديل\x20إلى\x20صف/عمود','مساحي\x20مكدس','خطي','143150BuXHnB','خريطة\x20حرارية','يسار','الفئة\x20{0}','مكدس','أسفل','إدراج','دائري','مساحي','إضافة\x20صف','السمات','149848dSSnDP','سحابة\x20كلمات','تكديس','البيانات','صندوقي','Digital\x20fixed','حلقي','إعداد\x20المخطط'];_0x5683=function(){return _0x4eb210;};return _0x5683();}function _0x4f96(_0x1dc387,_0x396601){_0x1dc387=_0x1dc387-0x108;const _0x568317=_0x5683();let _0x4f9647=_0x568317[_0x1dc387];return _0x4f9647;}const e={'slides-chart-ui':{'insertChart':_0x29b17a(0x124),'editChart':_0x29b17a(0x12a),'openChartPanel':_0x29b17a(0x11a),'deleteChart':_0x29b17a(0x118),'hideChartPanel':_0x29b17a(0x131),'setupChart':_0x29b17a(0x117),'customChart':_0x29b17a(0x119),'chartType':_0x29b17a(0x12e),'themes':_0x29b17a(0x10f),'data':_0x29b17a(0x113),'editData':_0x29b17a(0x136),'inlineData':_0x29b17a(0x129),'inlineDataPasteHint':_0x29b17a(0x13b),'addRow':_0x29b17a(0x10e),'addColumn':_0x29b17a(0x14f),'cancel':_0x29b17a(0x11b),'insert':_0x29b17a(0x10b),'apply':'تطبيق','duplicate':_0x29b17a(0x14a),'tableDataEmpty':'بيانات\x20الجدول\x20فارغة','insertChartFailed':_0x29b17a(0x13e),'gradientFill':_0x29b17a(0x12d),'stack':_0x29b17a(0x112),'category':_0x29b17a(0x127),'series':'السلسلة','addSeries':'إضافة\x20سلسلة','chartStyle':_0x29b17a(0x134),'chartAndAxisTitles':_0x29b17a(0x11f),'fill':'التعبئة','border':_0x29b17a(0x11c),'title':'العنوان','legend':'مفتاح\x20الخريطة','horizontalAxis':_0x29b17a(0x135),'verticalAxis':_0x29b17a(0x148),'visible':_0x29b17a(0x13c),'gridlinesAndTicks':_0x29b17a(0x146),'indicatorLine':_0x29b17a(0x13f),'color':_0x29b17a(0x142),'styleEditPanel':{'doughnutHole':_0x29b17a(0x120),'borderWithColor':_0x29b17a(0x11d),'valueScale':'Value\x20scale','digitalFixed':_0x29b17a(0x115),'valueSuffix':_0x29b17a(0x137),'showDataLabels':_0x29b17a(0x11e),'padAngle':_0x29b17a(0x121),'halfPie':_0x29b17a(0x140),'rosePie':'Rose\x20pie','showLabelLine':'Show\x20label\x20line','labelPosition':_0x29b17a(0x12f),'labelText':_0x29b17a(0x132),'labelFontSize':_0x29b17a(0x139),'labelColor':'Label\x20color','wordCloudShape':'Word\x20cloud\x20shape','repeatWordCloud':'Repeat\x20word\x20cloud'},'waterfall':{'stackType':'Stack\x20type','arrangement':_0x29b17a(0x14d),'stacked':'Stacked','showSubtotal':'Show\x20subtotal'},'none':_0x29b17a(0x14c),'position':{'top':_0x29b17a(0x12c),'right':_0x29b17a(0x130),'bottom':_0x29b17a(0x10a),'left':_0x29b17a(0x156),'none':_0x29b17a(0x14c)},'stackType':{'stack':_0x29b17a(0x109),'percent':'مكدس\x20بالنسبة\x20المئوية'},'settingsLabels':{'switchToRowOrColumn':_0x29b17a(0x151)},'seriesDefaultName':_0x29b17a(0x141),'categoryDefaultName':_0x29b17a(0x108),'chartTypes':{'line':_0x29b17a(0x153),'area':_0x29b17a(0x10d),'areaStacked':_0x29b17a(0x152),'areaPercentStacked':'مساحي\x20مكدس\x20بالنسبة\x20المئوية','column':'عمودي','bar':_0x29b17a(0x128),'barStacked':_0x29b17a(0x145),'barPercentStacked':_0x29b17a(0x143),'pie':_0x29b17a(0x10c),'donut':_0x29b17a(0x116),'scatter':_0x29b17a(0x14b),'radar':'رادار','bubble':'فقاعي','combination':_0x29b17a(0x126),'wordCloud':_0x29b17a(0x111),'funnel':_0x29b17a(0x13a),'relation':_0x29b17a(0x122),'waterfall':_0x29b17a(0x133),'pareto':_0x29b17a(0x123),'sankey':_0x29b17a(0x125),'heatmap':_0x29b17a(0x155),'boxplot':_0x29b17a(0x114)}}};export{e as default};
1
+ const _0x27113c=_0x55d1;function _0x55d1(_0x1a064c,_0x4b553b){_0x1a064c=_0x1a064c-0x1f2;const _0xedc7d3=_0xedc7();let _0x55d179=_0xedc7d3[_0x1a064c];return _0x55d179;}(function(_0xd0d0ee,_0x79cd38){const _0x4608b3=_0x55d1,_0x1be205=_0xd0d0ee();while(!![]){try{const _0xad342b=parseInt(_0x4608b3(0x21e))/0x1*(-parseInt(_0x4608b3(0x212))/0x2)+parseInt(_0x4608b3(0x1f9))/0x3+-parseInt(_0x4608b3(0x22d))/0x4*(parseInt(_0x4608b3(0x230))/0x5)+-parseInt(_0x4608b3(0x216))/0x6+parseInt(_0x4608b3(0x201))/0x7*(parseInt(_0x4608b3(0x20d))/0x8)+-parseInt(_0x4608b3(0x202))/0x9+-parseInt(_0x4608b3(0x213))/0xa*(-parseInt(_0x4608b3(0x1f4))/0xb);if(_0xad342b===_0x79cd38)break;else _0x1be205['push'](_0x1be205['shift']());}catch(_0x1fbc30){_0x1be205['push'](_0x1be205['shift']());}}}(_0xedc7,0x53401));const e={'slides-chart-ui':{'insertChart':_0x27113c(0x231),'editChart':_0x27113c(0x210),'openChartPanel':'فتح\x20لوحة\x20المخططات','deleteChart':_0x27113c(0x1f7),'hideChartPanel':'إخفاء\x20لوحة\x20المخططات','setupChart':_0x27113c(0x21a),'customChart':_0x27113c(0x236),'chartType':_0x27113c(0x221),'themes':'السمات','data':_0x27113c(0x219),'editData':'تحرير\x20البيانات','inlineData':_0x27113c(0x227),'cancel':_0x27113c(0x20c),'insert':_0x27113c(0x22f),'apply':'تطبيق','duplicate':'تكرار','tableDataEmpty':'بيانات\x20الجدول\x20فارغة','insertChartFailed':_0x27113c(0x223),'gradientFill':_0x27113c(0x20f),'stack':'تكديس','category':_0x27113c(0x228),'series':_0x27113c(0x207),'addSeries':_0x27113c(0x232),'chartStyle':_0x27113c(0x1f8),'chartAndAxisTitles':_0x27113c(0x1f2),'fill':'التعبئة','border':_0x27113c(0x203),'title':_0x27113c(0x1fb),'legend':'مفتاح\x20الخريطة','horizontalAxis':_0x27113c(0x200),'verticalAxis':_0x27113c(0x1fd),'visible':_0x27113c(0x211),'gridlinesAndTicks':'خطوط\x20الشبكة\x20والعلامات','indicatorLine':_0x27113c(0x205),'color':'اللون','styleEditPanel':{'doughnutHole':'فتحة\x20الحلقة','borderWithColor':_0x27113c(0x214),'valueScale':_0x27113c(0x235),'digitalFixed':'رقم\x20ثابت','valueSuffix':'لاحقة\x20القيمة','showDataLabels':'إظهار\x20تسميات\x20البيانات','padAngle':_0x27113c(0x1fa),'halfPie':_0x27113c(0x22b),'rosePie':_0x27113c(0x21b),'showLabelLine':'إظهار\x20خط\x20التسمية','labelPosition':_0x27113c(0x22c),'labelText':_0x27113c(0x21d),'labelFontSize':_0x27113c(0x218),'labelColor':'لون\x20التسمية','wordCloudShape':_0x27113c(0x1f3),'repeatWordCloud':_0x27113c(0x22e)},'waterfall':{'stackType':'نوع\x20التكديس','arrangement':'متسلسل','stacked':_0x27113c(0x209),'showSubtotal':_0x27113c(0x229)},'none':'بدون','position':{'top':'أعلى','right':_0x27113c(0x222),'bottom':_0x27113c(0x234),'left':'يسار','none':_0x27113c(0x226)},'stackType':{'stack':_0x27113c(0x21c),'percent':_0x27113c(0x1f5)},'settingsLabels':{'switchToRowOrColumn':'التبديل\x20إلى\x20صف/عمود'},'seriesDefaultName':_0x27113c(0x225),'categoryDefaultName':_0x27113c(0x208),'chartTypes':{'line':_0x27113c(0x20e),'area':'مساحي','areaStacked':_0x27113c(0x1f6),'areaPercentStacked':_0x27113c(0x22a),'column':_0x27113c(0x224),'bar':_0x27113c(0x1ff),'barStacked':'شريطي\x20مكدس','barPercentStacked':'شريطي\x20مكدس\x20بالنسبة\x20المئوية','pie':_0x27113c(0x206),'donut':_0x27113c(0x215),'scatter':_0x27113c(0x1fe),'radar':_0x27113c(0x1fc),'bubble':'فقاعي','combination':_0x27113c(0x220),'wordCloud':_0x27113c(0x21f),'funnel':_0x27113c(0x204),'relation':_0x27113c(0x217),'waterfall':_0x27113c(0x20b),'pareto':'باريتو','sankey':_0x27113c(0x20a),'heatmap':_0x27113c(0x233),'boxplot':'صندوقي'}}};function _0xedc7(){const _0x2e783c=['خط\x20المؤشر','دائري','السلسلة','الفئة\x20{0}','تكديس','سانكي','شلالي','إلغاء','616spCKIF','خطي','تعبئة\x20متدرجة','تحرير\x20المخطط','مرئي','2nXOlle','10980nJBwKw','حدود\x20ملونة','حلقي','4065354CzMtmY','علاقة','حجم\x20خط\x20التسمية','البيانات','إعداد\x20المخطط','دائرةوردية','مكدس','تسمية\x20الفقاعة\x20·\x20نص\x20العنوان','322999TLQjQK','سحابة\x20كلمات','مجمع','نوع\x20المخطط','يمين','فشل\x20إدراج\x20المخطط','عمودي','السلسلة\x20{0}','بدون','بيانات\x20مضمنة','الفئة','إظهار\x20المجموع\x20الفرعي','مساحي\x20مكدس\x20بالنسبة\x20المئوية','نصف\x20دائرة','موضع\x20التسمية','2195052MvNwVF','تكرار\x20سحابة\x20الكلمات','إدراج','5SnifJq','إدراج\x20مخطط','إضافة\x20سلسلة','خريطة\x20حرارية','أسفل','مقياس\x20القيمة','مخطط\x20مخصص','عناوين\x20المخطط\x20والمحاور','شكل\x20سحابة\x20الكلمات','13651NFRITL','مكدس\x20بالنسبة\x20المئوية','مساحي\x20مكدس','حذف\x20المخطط','نمط\x20المخطط','1454571pNrsit','زاوية\x20حشو\x20التسمية','العنوان','رادار','المحور\x20الرأسي','مبعثر','شريطي','المحور\x20الأفقي','61201gcMfzs','5673348fuIbrI','الحدود','قمعي'];_0xedc7=function(){return _0x2e783c;};return _0xedc7();}export{e as default};
@@ -1 +1 @@
1
- function _0x1a51(){const _0x283121=['Dònut','Estil\x20de\x20gràfic','7440ApwXiq','Configura\x20gràfic','Word\x20cloud\x20shape','12rMKrsA','Afegeix\x20fila','Apila','Pareto','Eix\x20vertical','Canviar\x20a\x20fila/columna','Categoria\x20{0}','Show\x20subtotal','Edita\x20les\x20dades','Label\x20font\x20size','Half\x20pie','Barra\x20apilada','Aplica','Llegenda','Afegeix\x20sèrie','Edita\x20gràfic','Inferior','Afegeix\x20columna','Label\x20padding\x20angle','Visible','Categoria','Cascada','8HCnpOO','Combinació','No\x20s\x27ha\x20pogut\x20inserir\x20el\x20gràfic','Cancel·la','Digital\x20fixed','Stack\x20type','Tipus\x20de\x20gràfic','Insereix','Vora','Personalitza\x20gràfic','Títols\x20del\x20gràfic\x20i\x20dels\x20eixos','919764ZdOWES','Eix\x20horitzontal','Diagrama\x20de\x20caixa','Repeat\x20word\x20cloud','Show\x20label\x20line','Value\x20suffix','Dreta','Sèrie\x20{0}','Border\x20with\x20color','Les\x20dades\x20de\x20la\x20taula\x20estan\x20buides','Temes','Apilat','Esquerra','Bombolla','Sankey','Relació','Dispersió','7364mPXlIm','Color','Label\x20text','32aLEawH','Sèrie','Doughnut\x20hole','Dades\x20en\x20línia','2396195aMuptG','Superior','359124STFprH','182127OMEHQj','Ompliment','Línies\x20de\x20quadrícula\x20i\x20marques','Mapa\x20de\x20calor','Àrea\x20apilada','792484UJaxpd','Pastís','Títol','Cap','9388730qfHqTs','Columna','Duplica','Label\x20position','Línia','Amaga\x20el\x20tauler\x20de\x20gràfics','Barra','Ompliment\x20degradat','Arrangement','Àrea','902zBgdng'];_0x1a51=function(){return _0x283121;};return _0x1a51();}const _0xf41717=_0x2a41;(function(_0x3cf612,_0x913a56){const _0x2d3267=_0x2a41,_0x52518a=_0x3cf612();while(!![]){try{const _0x480cb4=-parseInt(_0x2d3267(0x15a))/0x1+-parseInt(_0x2d3267(0x12f))/0x2*(parseInt(_0x2d3267(0x155))/0x3)+parseInt(_0x2d3267(0x16e))/0x4*(-parseInt(_0x2d3267(0x152))/0x5)+-parseInt(_0x2d3267(0x16b))/0x6*(-parseInt(_0x2d3267(0x14b))/0x7)+parseInt(_0x2d3267(0x14e))/0x8*(parseInt(_0x2d3267(0x13a))/0x9)+-parseInt(_0x2d3267(0x15e))/0xa+parseInt(_0x2d3267(0x168))/0xb*(parseInt(_0x2d3267(0x154))/0xc);if(_0x480cb4===_0x913a56)break;else _0x52518a['push'](_0x52518a['shift']());}catch(_0x560396){_0x52518a['push'](_0x52518a['shift']());}}}(_0x1a51,0xb86a8));const e={'slides-chart-ui':{'insertChart':'Insereix\x20gràfic','editChart':_0xf41717(0x128),'openChartPanel':'Obre\x20el\x20tauler\x20de\x20gràfics','deleteChart':'Suprimeix\x20gràfic','hideChartPanel':_0xf41717(0x163),'setupChart':_0xf41717(0x16c),'customChart':_0xf41717(0x138),'chartType':_0xf41717(0x135),'themes':_0xf41717(0x144),'data':'Dades','editData':_0xf41717(0x121),'inlineData':_0xf41717(0x151),'inlineDataPasteHint':'Copieu\x20i\x20enganxeu\x20les\x20dades\x20aquí','addRow':_0xf41717(0x16f),'addColumn':_0xf41717(0x12a),'cancel':_0xf41717(0x132),'insert':_0xf41717(0x136),'apply':_0xf41717(0x125),'duplicate':_0xf41717(0x160),'tableDataEmpty':_0xf41717(0x143),'insertChartFailed':_0xf41717(0x131),'gradientFill':_0xf41717(0x165),'stack':_0xf41717(0x170),'category':_0xf41717(0x12d),'series':_0xf41717(0x14f),'addSeries':_0xf41717(0x127),'chartStyle':_0xf41717(0x16a),'chartAndAxisTitles':_0xf41717(0x139),'fill':_0xf41717(0x156),'border':_0xf41717(0x137),'title':_0xf41717(0x15c),'legend':_0xf41717(0x126),'horizontalAxis':_0xf41717(0x13b),'verticalAxis':_0xf41717(0x172),'visible':_0xf41717(0x12c),'gridlinesAndTicks':_0xf41717(0x157),'indicatorLine':'Línia\x20indicadora','color':_0xf41717(0x14c),'styleEditPanel':{'doughnutHole':_0xf41717(0x150),'borderWithColor':_0xf41717(0x142),'valueScale':'Value\x20scale','digitalFixed':_0xf41717(0x133),'valueSuffix':_0xf41717(0x13f),'showDataLabels':'Show\x20data\x20labels','padAngle':_0xf41717(0x12b),'halfPie':_0xf41717(0x123),'rosePie':'Rose\x20pie','showLabelLine':_0xf41717(0x13e),'labelPosition':_0xf41717(0x161),'labelText':_0xf41717(0x14d),'labelFontSize':_0xf41717(0x122),'labelColor':'Label\x20color','wordCloudShape':_0xf41717(0x16d),'repeatWordCloud':_0xf41717(0x13d)},'waterfall':{'stackType':_0xf41717(0x134),'arrangement':_0xf41717(0x166),'stacked':'Stacked','showSubtotal':_0xf41717(0x120)},'none':_0xf41717(0x15d),'position':{'top':_0xf41717(0x153),'right':_0xf41717(0x140),'bottom':_0xf41717(0x129),'left':_0xf41717(0x146),'none':_0xf41717(0x15d)},'stackType':{'stack':_0xf41717(0x145),'percent':'Apilat\x20percentual'},'settingsLabels':{'switchToRowOrColumn':_0xf41717(0x173)},'seriesDefaultName':_0xf41717(0x141),'categoryDefaultName':_0xf41717(0x11f),'chartTypes':{'line':_0xf41717(0x162),'area':_0xf41717(0x167),'areaStacked':_0xf41717(0x159),'areaPercentStacked':'Àrea\x20apilada\x20en\x20percentatge','column':_0xf41717(0x15f),'bar':_0xf41717(0x164),'barStacked':_0xf41717(0x124),'barPercentStacked':'Barra\x20apilada\x20en\x20percentatge','pie':_0xf41717(0x15b),'donut':_0xf41717(0x169),'scatter':_0xf41717(0x14a),'radar':'Radar','bubble':_0xf41717(0x147),'combination':_0xf41717(0x130),'wordCloud':'Núvol\x20de\x20paraules','funnel':'Embut','relation':_0xf41717(0x149),'waterfall':_0xf41717(0x12e),'pareto':_0xf41717(0x171),'sankey':_0xf41717(0x148),'heatmap':_0xf41717(0x158),'boxplot':_0xf41717(0x13c)}}};function _0x2a41(_0x11b7e7,_0x3bf01e){_0x11b7e7=_0x11b7e7-0x11f;const _0x1a5148=_0x1a51();let _0x2a41fa=_0x1a5148[_0x11b7e7];return _0x2a41fa;}export{e as default};
1
+ function _0x5c36(_0x529a97,_0x233bc4){_0x529a97=_0x529a97-0x16c;const _0x37c758=_0x37c7();let _0x5c367f=_0x37c758[_0x529a97];return _0x5c367f;}const _0x4f5a0c=_0x5c36;function _0x37c7(){const _0x792da9=['Mostra\x20el\x20subtotal','Aplica','Mostrar\x20línia\x20d\x27etiqueta','Sankey','Amaga\x20el\x20tauler\x20de\x20gràfics','1820352KhrsnF','Angle\x20d\x27ompliment\x20d\x27etiqueta','Línia\x20indicadora','Les\x20dades\x20de\x20la\x20taula\x20estan\x20buides','Categoria','Ompliment\x20degradat','Llegenda','Cancel·la','2795612jdwXTu','Sèrie\x20{0}','Apilat\x20percentual','Barra\x20apilada','Color','Mapa\x20de\x20calor','Apilar','Eix\x20horitzontal','Pareto','Mitja\x20pastilla','Mostrar\x20etiquetes\x20de\x20dades','Cascada','Àrea\x20apilada\x20en\x20percentatge','Títols\x20del\x20gràfic\x20i\x20dels\x20eixos','Dreta','Pastilla\x20rosa','Escala\x20de\x20valor','Inferior','Etiqueta\x20de\x20bombolleta\x20·\x20Text\x20del\x20títol','Línies\x20de\x20quadrícula\x20i\x20marques','Temes','Seqüencial','3YreaHD','Sèrie','Columna','No\x20s\x27ha\x20pogut\x20inserir\x20el\x20gràfic','Relació','936335usShUD','Dispersió','Apila','Àrea','Superior','Línia','Cap','Edita\x20les\x20dades','Insereix','Afegeix\x20sèrie','114ArfbHe','Categoria\x20{0}','Tipus\x20de\x20gràfic','Dades','Embut','Eix\x20vertical','Vora\x20amb\x20color','1WYUNgc','Combinació','Esquerra','Duplica','Radar','Insereix\x20gràfic','Núvol\x20de\x20paraules','8261816qszqjp','Personalitza\x20gràfic','1320XikXgQ','10390581ILdMcc','Color\x20de\x20l’etiqueta','Suprimeix\x20gràfic','132797qpKgCg','Mida\x20de\x20la\x20lletra\x20de\x20l’etiqueta','10TlsqPM','Estil\x20de\x20gràfic','Ompliment','164329BGSAvj'];_0x37c7=function(){return _0x792da9;};return _0x37c7();}(function(_0x210c0d,_0x2377f1){const _0x5c97b1=_0x5c36,_0x4a7ec2=_0x210c0d();while(!![]){try{const _0x4af21a=parseInt(_0x5c97b1(0x16f))/0x1*(parseInt(_0x5c97b1(0x187))/0x2)+parseInt(_0x5c97b1(0x1a5))/0x3*(parseInt(_0x5c97b1(0x18f))/0x4)+parseInt(_0x5c97b1(0x1aa))/0x5+parseInt(_0x5c97b1(0x1b4))/0x6*(-parseInt(_0x5c97b1(0x17c))/0x7)+-parseInt(_0x5c97b1(0x176))/0x8+parseInt(_0x5c97b1(0x179))/0x9*(-parseInt(_0x5c97b1(0x17e))/0xa)+-parseInt(_0x5c97b1(0x181))/0xb*(-parseInt(_0x5c97b1(0x178))/0xc);if(_0x4af21a===_0x2377f1)break;else _0x4a7ec2['push'](_0x4a7ec2['shift']());}catch(_0x885f16){_0x4a7ec2['push'](_0x4a7ec2['shift']());}}}(_0x37c7,0xd9c2f));const e={'slides-chart-ui':{'insertChart':_0x4f5a0c(0x174),'editChart':'Edita\x20gràfic','openChartPanel':'Obre\x20el\x20tauler\x20de\x20gràfics','deleteChart':_0x4f5a0c(0x17b),'hideChartPanel':_0x4f5a0c(0x186),'setupChart':'Configura\x20gràfic','customChart':_0x4f5a0c(0x177),'chartType':_0x4f5a0c(0x1b6),'themes':_0x4f5a0c(0x1a3),'data':_0x4f5a0c(0x1b7),'editData':_0x4f5a0c(0x1b1),'inlineData':'Dades\x20en\x20línia','cancel':_0x4f5a0c(0x18e),'insert':_0x4f5a0c(0x1b2),'apply':_0x4f5a0c(0x183),'duplicate':_0x4f5a0c(0x172),'tableDataEmpty':_0x4f5a0c(0x18a),'insertChartFailed':_0x4f5a0c(0x1a8),'gradientFill':_0x4f5a0c(0x18c),'stack':_0x4f5a0c(0x1ac),'category':_0x4f5a0c(0x18b),'series':_0x4f5a0c(0x1a6),'addSeries':_0x4f5a0c(0x1b3),'chartStyle':_0x4f5a0c(0x17f),'chartAndAxisTitles':_0x4f5a0c(0x19c),'fill':_0x4f5a0c(0x180),'border':'Vora','title':'Títol','legend':_0x4f5a0c(0x18d),'horizontalAxis':_0x4f5a0c(0x196),'verticalAxis':_0x4f5a0c(0x16d),'visible':'Visible','gridlinesAndTicks':_0x4f5a0c(0x1a2),'indicatorLine':_0x4f5a0c(0x189),'color':_0x4f5a0c(0x193),'styleEditPanel':{'doughnutHole':'Forat\x20de\x20rosquilla','borderWithColor':_0x4f5a0c(0x16e),'valueScale':_0x4f5a0c(0x19f),'digitalFixed':'Fixació\x20digital','valueSuffix':'Sufix\x20de\x20valor','showDataLabels':_0x4f5a0c(0x199),'padAngle':_0x4f5a0c(0x188),'halfPie':_0x4f5a0c(0x198),'rosePie':_0x4f5a0c(0x19e),'showLabelLine':_0x4f5a0c(0x184),'labelPosition':'Posició\x20d\x27etiqueta','labelText':_0x4f5a0c(0x1a1),'labelFontSize':_0x4f5a0c(0x17d),'labelColor':_0x4f5a0c(0x17a),'wordCloudShape':'Forma\x20de\x20núvol\x20de\x20paraules','repeatWordCloud':'Repetir\x20núvol\x20de\x20paraules'},'waterfall':{'stackType':'Tipus\x20d’apilament','arrangement':_0x4f5a0c(0x1a4),'stacked':_0x4f5a0c(0x195),'showSubtotal':_0x4f5a0c(0x182)},'none':_0x4f5a0c(0x1b0),'position':{'top':_0x4f5a0c(0x1ae),'right':_0x4f5a0c(0x19d),'bottom':_0x4f5a0c(0x1a0),'left':_0x4f5a0c(0x171),'none':'Cap'},'stackType':{'stack':'Apilat','percent':_0x4f5a0c(0x191)},'settingsLabels':{'switchToRowOrColumn':'Canviar\x20a\x20fila/columna'},'seriesDefaultName':_0x4f5a0c(0x190),'categoryDefaultName':_0x4f5a0c(0x1b5),'chartTypes':{'line':_0x4f5a0c(0x1af),'area':_0x4f5a0c(0x1ad),'areaStacked':'Àrea\x20apilada','areaPercentStacked':_0x4f5a0c(0x19b),'column':_0x4f5a0c(0x1a7),'bar':'Barra','barStacked':_0x4f5a0c(0x192),'barPercentStacked':'Barra\x20apilada\x20en\x20percentatge','pie':'Pastís','donut':'Dònut','scatter':_0x4f5a0c(0x1ab),'radar':_0x4f5a0c(0x173),'bubble':'Bombolla','combination':_0x4f5a0c(0x170),'wordCloud':_0x4f5a0c(0x175),'funnel':_0x4f5a0c(0x16c),'relation':_0x4f5a0c(0x1a9),'waterfall':_0x4f5a0c(0x19a),'pareto':_0x4f5a0c(0x197),'sankey':_0x4f5a0c(0x185),'heatmap':_0x4f5a0c(0x194),'boxplot':'Diagrama\x20de\x20caixa'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x47a625=_0x2d20;(function(_0xb65f2f,_0x1daa40){const _0x454548=_0x2d20,_0x54e183=_0xb65f2f();while(!![]){try{const _0x5e2e3a=-parseInt(_0x454548(0x7c))/0x1+-parseInt(_0x454548(0x95))/0x2+parseInt(_0x454548(0xbb))/0x3*(parseInt(_0x454548(0x83))/0x4)+-parseInt(_0x454548(0xa9))/0x5*(-parseInt(_0x454548(0x90))/0x6)+-parseInt(_0x454548(0xbe))/0x7+-parseInt(_0x454548(0xaa))/0x8*(parseInt(_0x454548(0x82))/0x9)+parseInt(_0x454548(0x6f))/0xa*(parseInt(_0x454548(0x80))/0xb);if(_0x5e2e3a===_0x1daa40)break;else _0x54e183['push'](_0x54e183['shift']());}catch(_0x42f3d8){_0x54e183['push'](_0x54e183['shift']());}}}(_0x2ebf,0x47def));function _0x2ebf(){const _0x4518d0=['Digital\x20fixed','Diagramm\x20konnte\x20nicht\x20eingefügt\x20werden','Balken','Reihe\x20{0}','Benutzerdefiniertes\x20Diagramm','Label\x20font\x20size','Doughnut\x20hole','Bereich','Gestapelter\x20Balken','Titel','Diagramm\x20bearbeiten','Designs','Streudiagramm','Horizontale\x20Achse','Säule','Stacked','Verlaufsfüllung','Diagrammbereich\x20öffnen','5qCRLfx','3089112LRWIwN','Sichtbar','Prozentual\x20gestapelt','Gestapelter\x20Bereich','Arrangement','Value\x20scale','Spalte\x20hinzufügen','Inline-Daten','Vertikale\x20Achse','Füllung','Kombination','Oben','Anwenden','Word\x20cloud\x20shape','Stack\x20type','Tabellendaten\x20sind\x20leer','Ring','5931BKGmNF','Border\x20with\x20color','Show\x20label\x20line','1799595LfiZXp','Diagrammstil','Label\x20color','Keine','Zeile\x20hinzufügen','Rahmen','Half\x20pie','752120VjUMBT','Duplizieren','Diagramm-\x20und\x20Achsentitel','Einfügen','Reihe','Farbe','Rose\x20pie','Kreis','Linie','Show\x20data\x20labels','Stapeln','Label\x20padding\x20angle','Beziehung','336002PYQcCK','Diagrammtyp','Legende','Diagramm\x20einrichten','132MYBLCn','Blase','9pzNACX','764CoUtrR','Abbrechen','Prozentual\x20gestapelter\x20Balken','Radar','Sankey','Repeat\x20word\x20cloud','Zu\x20Zeile/Spalte\x20wechseln','Wortwolke','Reihe\x20hinzufügen','Gestapelt','Boxplot','Rechts','Value\x20suffix','111198vcphPl','Wasserfall','Diagrammbereich\x20ausblenden','Diagramm\x20löschen','Daten\x20hier\x20kopieren\x20und\x20einfügen','50150yywVGs','Label\x20text'];_0x2ebf=function(){return _0x4518d0;};return _0x2ebf();}function _0x2d20(_0x2b578e,_0x1ae503){_0x2b578e=_0x2b578e-0x6f;const _0x2ebfad=_0x2ebf();let _0x2d2050=_0x2ebfad[_0x2b578e];return _0x2d2050;}const e={'slides-chart-ui':{'insertChart':'Diagramm\x20einfügen','editChart':_0x47a625(0xa1),'openChartPanel':_0x47a625(0xa8),'deleteChart':_0x47a625(0x93),'hideChartPanel':_0x47a625(0x92),'setupChart':_0x47a625(0x7f),'customChart':_0x47a625(0x9b),'chartType':_0x47a625(0x7d),'themes':_0x47a625(0xa2),'data':'Daten','editData':'Daten\x20bearbeiten','inlineData':_0x47a625(0xb1),'inlineDataPasteHint':_0x47a625(0x94),'addRow':_0x47a625(0xc2),'addColumn':_0x47a625(0xb0),'cancel':_0x47a625(0x84),'insert':_0x47a625(0x72),'apply':_0x47a625(0xb6),'duplicate':_0x47a625(0x70),'tableDataEmpty':_0x47a625(0xb9),'insertChartFailed':_0x47a625(0x98),'gradientFill':_0x47a625(0xa7),'stack':_0x47a625(0x79),'category':'Kategorie','series':_0x47a625(0x73),'addSeries':_0x47a625(0x8b),'chartStyle':_0x47a625(0xbf),'chartAndAxisTitles':_0x47a625(0x71),'fill':_0x47a625(0xb3),'border':_0x47a625(0xc3),'title':_0x47a625(0xa0),'legend':_0x47a625(0x7e),'horizontalAxis':_0x47a625(0xa4),'verticalAxis':_0x47a625(0xb2),'visible':_0x47a625(0xab),'gridlinesAndTicks':'Gitternetzlinien\x20und\x20Teilstriche','indicatorLine':'Indikatorlinie','color':_0x47a625(0x74),'styleEditPanel':{'doughnutHole':_0x47a625(0x9d),'borderWithColor':_0x47a625(0xbc),'valueScale':_0x47a625(0xaf),'digitalFixed':_0x47a625(0x97),'valueSuffix':_0x47a625(0x8f),'showDataLabels':_0x47a625(0x78),'padAngle':_0x47a625(0x7a),'halfPie':_0x47a625(0xc4),'rosePie':_0x47a625(0x75),'showLabelLine':_0x47a625(0xbd),'labelPosition':'Label\x20position','labelText':_0x47a625(0x96),'labelFontSize':_0x47a625(0x9c),'labelColor':_0x47a625(0xc0),'wordCloudShape':_0x47a625(0xb7),'repeatWordCloud':_0x47a625(0x88)},'waterfall':{'stackType':_0x47a625(0xb8),'arrangement':_0x47a625(0xae),'stacked':_0x47a625(0xa6),'showSubtotal':'Show\x20subtotal'},'none':'Keine','position':{'top':_0x47a625(0xb5),'right':_0x47a625(0x8e),'bottom':'Unten','left':'Links','none':_0x47a625(0xc1)},'stackType':{'stack':_0x47a625(0x8c),'percent':_0x47a625(0xac)},'settingsLabels':{'switchToRowOrColumn':_0x47a625(0x89)},'seriesDefaultName':_0x47a625(0x9a),'categoryDefaultName':'Kategorie\x20{0}','chartTypes':{'line':_0x47a625(0x77),'area':_0x47a625(0x9e),'areaStacked':_0x47a625(0xad),'areaPercentStacked':'Prozentual\x20gestapelter\x20Bereich','column':_0x47a625(0xa5),'bar':_0x47a625(0x99),'barStacked':_0x47a625(0x9f),'barPercentStacked':_0x47a625(0x85),'pie':_0x47a625(0x76),'donut':_0x47a625(0xba),'scatter':_0x47a625(0xa3),'radar':_0x47a625(0x86),'bubble':_0x47a625(0x81),'combination':_0x47a625(0xb4),'wordCloud':_0x47a625(0x8a),'funnel':'Trichter','relation':_0x47a625(0x7b),'waterfall':_0x47a625(0x91),'pareto':'Pareto','sankey':_0x47a625(0x87),'heatmap':'Heatmap','boxplot':_0x47a625(0x8d)}}};export{e as default};
1
+ function _0x2c09(){const _0x708ab1=['20ctQatt','Einfügen','10EXkHMd','Diagramm\x20einfügen','Prozentual\x20gestapelter\x20Balken','Wertsuffix','Wortwolke\x20wiederholen','Wertskalierung','Daten\x20bearbeiten','Kombination','Daten','Diagramm\x20konnte\x20nicht\x20eingefügt\x20werden','48PpulAE','77oqPqBQ','45653uOmFSe','432136KSpnnA','Diagrammtyp','Gitternetzlinien\x20und\x20Teilstriche','Duplizieren','Beziehung','Beschriftungsposition','Heatmap','Radar','Indikatorlinie','Schriftgröße\x20der\x20Beschriftung','Festgelegte\x20Dezimalstellen','306891dVUSfl','Beschriftungswinkel','Diagramm\x20löschen','Stapeln','Diagramm\x20einrichten','22734396NZFDST','Wasserfall','Tabellendaten\x20sind\x20leer','Designs','Rosendiagramm','Beschriftungslinie\x20anzeigen','Wortwolkenform','Diagrammstil','Kategorie','Unten','Säule','Kategorie\x20{0}','Sankey','Wortwolke','Stapeltyp','Diagrammbereich\x20öffnen','Benutzerdefiniertes\x20Diagramm','2248664jkpBrB','Ringloch','80034LEtmgY','Diagrammbereich\x20ausblenden','Prozentual\x20gestapelt','10EeEHDI','Sequentiell','Zu\x20Zeile/Spalte\x20wechseln','Gestapelt','Legende','Keine','Reihe\x20hinzufügen','Streudiagramm','Diagramm\x20bearbeiten','Reihe','Gestapelter\x20Bereich','Boxplot','Horizontale\x20Achse','Halber\x20Kreis','Reihe\x20{0}','Datenbeschriftungen\x20anzeigen','Abbrechen','1004763AjwSPq'];_0x2c09=function(){return _0x708ab1;};return _0x2c09();}const _0xf12343=_0x4b8b;(function(_0x1b010b,_0x3135f9){const _0x4e3ae8=_0x4b8b,_0x49927e=_0x1b010b();while(!![]){try{const _0x4ab81d=-parseInt(_0x4e3ae8(0x183))/0x1*(parseInt(_0x4e3ae8(0x1aa))/0x2)+-parseInt(_0x4e3ae8(0x1bb))/0x3+parseInt(_0x4e3ae8(0x184))/0x4*(-parseInt(_0x4e3ae8(0x177))/0x5)+-parseInt(_0x4e3ae8(0x1a7))/0x6*(parseInt(_0x4e3ae8(0x182))/0x7)+-parseInt(_0x4e3ae8(0x181))/0x8*(parseInt(_0x4e3ae8(0x18f))/0x9)+-parseInt(_0x4e3ae8(0x175))/0xa*(parseInt(_0x4e3ae8(0x1a5))/0xb)+parseInt(_0x4e3ae8(0x194))/0xc;if(_0x4ab81d===_0x3135f9)break;else _0x49927e['push'](_0x49927e['shift']());}catch(_0x2b0d88){_0x49927e['push'](_0x49927e['shift']());}}}(_0x2c09,0x56b24));function _0x4b8b(_0x3aa565,_0x592fa0){_0x3aa565=_0x3aa565-0x175;const _0x2c098b=_0x2c09();let _0x4b8b73=_0x2c098b[_0x3aa565];return _0x4b8b73;}const e={'slides-chart-ui':{'insertChart':_0xf12343(0x178),'editChart':_0xf12343(0x1b2),'openChartPanel':_0xf12343(0x1a3),'deleteChart':_0xf12343(0x191),'hideChartPanel':_0xf12343(0x1a8),'setupChart':_0xf12343(0x193),'customChart':_0xf12343(0x1a4),'chartType':_0xf12343(0x185),'themes':_0xf12343(0x197),'data':_0xf12343(0x17f),'editData':_0xf12343(0x17d),'inlineData':'Inline-Daten','cancel':_0xf12343(0x1ba),'insert':_0xf12343(0x176),'apply':'Anwenden','duplicate':_0xf12343(0x187),'tableDataEmpty':_0xf12343(0x196),'insertChartFailed':_0xf12343(0x180),'gradientFill':'Verlaufsfüllung','stack':_0xf12343(0x192),'category':_0xf12343(0x19c),'series':_0xf12343(0x1b3),'addSeries':_0xf12343(0x1b0),'chartStyle':_0xf12343(0x19b),'chartAndAxisTitles':'Diagramm-\x20und\x20Achsentitel','fill':'Füllung','border':'Rahmen','title':'Titel','legend':_0xf12343(0x1ae),'horizontalAxis':_0xf12343(0x1b6),'verticalAxis':'Vertikale\x20Achse','visible':'Sichtbar','gridlinesAndTicks':_0xf12343(0x186),'indicatorLine':_0xf12343(0x18c),'color':'Farbe','styleEditPanel':{'doughnutHole':_0xf12343(0x1a6),'borderWithColor':'Farbiger\x20Rand','valueScale':_0xf12343(0x17c),'digitalFixed':_0xf12343(0x18e),'valueSuffix':_0xf12343(0x17a),'showDataLabels':_0xf12343(0x1b9),'padAngle':_0xf12343(0x190),'halfPie':_0xf12343(0x1b7),'rosePie':_0xf12343(0x198),'showLabelLine':_0xf12343(0x199),'labelPosition':_0xf12343(0x189),'labelText':'Blasenbeschriftung\x20·\x20Titeltext','labelFontSize':_0xf12343(0x18d),'labelColor':'Beschriftungsfarbe','wordCloudShape':_0xf12343(0x19a),'repeatWordCloud':_0xf12343(0x17b)},'waterfall':{'stackType':_0xf12343(0x1a2),'arrangement':_0xf12343(0x1ab),'stacked':_0xf12343(0x192),'showSubtotal':'Zwischensumme\x20anzeigen'},'none':'Keine','position':{'top':'Oben','right':'Rechts','bottom':_0xf12343(0x19d),'left':'Links','none':_0xf12343(0x1af)},'stackType':{'stack':_0xf12343(0x1ad),'percent':_0xf12343(0x1a9)},'settingsLabels':{'switchToRowOrColumn':_0xf12343(0x1ac)},'seriesDefaultName':_0xf12343(0x1b8),'categoryDefaultName':_0xf12343(0x19f),'chartTypes':{'line':'Linie','area':'Bereich','areaStacked':_0xf12343(0x1b4),'areaPercentStacked':'Prozentual\x20gestapelter\x20Bereich','column':_0xf12343(0x19e),'bar':'Balken','barStacked':'Gestapelter\x20Balken','barPercentStacked':_0xf12343(0x179),'pie':'Kreis','donut':'Ring','scatter':_0xf12343(0x1b1),'radar':_0xf12343(0x18b),'bubble':'Blase','combination':_0xf12343(0x17e),'wordCloud':_0xf12343(0x1a1),'funnel':'Trichter','relation':_0xf12343(0x188),'waterfall':_0xf12343(0x195),'pareto':'Pareto','sankey':_0xf12343(0x1a0),'heatmap':_0xf12343(0x18a),'boxplot':_0xf12343(0x1b5)}}};export{e as default};
@@ -1 +1 @@
1
- function _0xdab2(){const _0x1e94ea=['Combination\x20chart','155670oPOsYP','Chart\x20and\x20axis\x20titles','Switch\x20to\x20row/column','Apply','Doughnut\x20hole','None','Column\x20chart','Percent\x20stack','Waterfall\x20chart','Horizontal\x20axis','Label\x20padding\x20angle','538965sPVxaa','Repeat\x20word\x20cloud','Show\x20data\x20labels','Title','Add\x20column','5leIKnR','Border\x20with\x20color','Boxplot\x20chart','Gradient\x20fill','242505virIfV','Duplicate','Unable\x20to\x20insert\x20chart.','28jwYEJS','Stack','Left','Label\x20text','2567192loUqFC','Chart\x20style','Cancel','Word\x20cloud\x20chart','Stack\x20type','Add\x20row','Percent\x20stacked\x20area\x20chart','Vertical\x20axis','Series\x20{0}','2151352qvNAmq','Word\x20cloud\x20shape','Chart\x20type','Border','Delete\x20chart','Color','Line\x20chart','Hide\x20chart\x20panel','Open\x20chart\x20panel','Label\x20font\x20size','Bottom','Funnel\x20chart','Inline\x20data','Themes','Modify\x20data','Relation\x20chart','Category\x20{0}','Rose\x20pie','Right','Visible','Area\x20chart','Percent\x20stacked\x20bar\x20chart','Value\x20scale','Label\x20position','Pie\x20chart','Table\x20data\x20is\x20empty.','Add\x20series','Bar\x20chart','Heatmap','Chart\x20editor','Stacked','Setup','Arrangement','Legend','Gridlines\x20and\x20ticks','Insert','Show\x20subtotal','3580827KsxnGO','24139170BiIBQK','4HveYcE'];_0xdab2=function(){return _0x1e94ea;};return _0xdab2();}function _0x300a(_0x35e2be,_0x1bf599){_0x35e2be=_0x35e2be-0x14c;const _0xdab213=_0xdab2();let _0x300aa4=_0xdab213[_0x35e2be];return _0x300aa4;}const _0x36d66b=_0x300a;(function(_0xe6e452,_0x4e898e){const _0x1fecfd=_0x300a,_0x170d80=_0xe6e452();while(!![]){try{const _0xbc5252=-parseInt(_0x1fecfd(0x160))/0x1+parseInt(_0x1fecfd(0x170))/0x2+-parseInt(_0x1fecfd(0x151))/0x3*(parseInt(_0x1fecfd(0x153))/0x4)+-parseInt(_0x1fecfd(0x165))/0x5*(-parseInt(_0x1fecfd(0x155))/0x6)+parseInt(_0x1fecfd(0x16c))/0x7*(-parseInt(_0x1fecfd(0x179))/0x8)+-parseInt(_0x1fecfd(0x169))/0x9+parseInt(_0x1fecfd(0x152))/0xa;if(_0xbc5252===_0x4e898e)break;else _0x170d80['push'](_0x170d80['shift']());}catch(_0xfce0f5){_0x170d80['push'](_0x170d80['shift']());}}}(_0xdab2,0xd8dc7));const e={'slides-chart-ui':{'insertChart':'Insert\x20chart','editChart':_0x36d66b(0x196),'openChartPanel':_0x36d66b(0x181),'deleteChart':_0x36d66b(0x17d),'hideChartPanel':_0x36d66b(0x180),'setupChart':_0x36d66b(0x198),'customChart':'Customize','chartType':_0x36d66b(0x17b),'themes':_0x36d66b(0x186),'data':'Data','editData':_0x36d66b(0x187),'inlineData':_0x36d66b(0x185),'inlineDataPasteHint':'Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','addRow':_0x36d66b(0x175),'addColumn':_0x36d66b(0x164),'cancel':_0x36d66b(0x172),'insert':_0x36d66b(0x14f),'apply':_0x36d66b(0x158),'duplicate':_0x36d66b(0x16a),'tableDataEmpty':_0x36d66b(0x192),'insertChartFailed':_0x36d66b(0x16b),'gradientFill':_0x36d66b(0x168),'stack':_0x36d66b(0x16d),'category':'Category','series':'Series','addSeries':_0x36d66b(0x193),'chartStyle':_0x36d66b(0x171),'chartAndAxisTitles':_0x36d66b(0x156),'fill':'Fill','border':_0x36d66b(0x17c),'title':_0x36d66b(0x163),'legend':_0x36d66b(0x14d),'horizontalAxis':_0x36d66b(0x15e),'verticalAxis':_0x36d66b(0x177),'visible':_0x36d66b(0x18c),'gridlinesAndTicks':_0x36d66b(0x14e),'indicatorLine':'Indicator\x20line','color':_0x36d66b(0x17e),'styleEditPanel':{'doughnutHole':_0x36d66b(0x159),'borderWithColor':_0x36d66b(0x166),'valueScale':_0x36d66b(0x18f),'digitalFixed':'Digital\x20fixed','valueSuffix':'Value\x20suffix','showDataLabels':_0x36d66b(0x162),'padAngle':_0x36d66b(0x15f),'halfPie':'Half\x20pie','rosePie':_0x36d66b(0x18a),'showLabelLine':'Show\x20label\x20line','labelPosition':_0x36d66b(0x190),'labelText':_0x36d66b(0x16f),'labelFontSize':_0x36d66b(0x182),'labelColor':'Label\x20color','wordCloudShape':_0x36d66b(0x17a),'repeatWordCloud':_0x36d66b(0x161)},'waterfall':{'stackType':_0x36d66b(0x174),'arrangement':_0x36d66b(0x14c),'stacked':_0x36d66b(0x197),'showSubtotal':_0x36d66b(0x150)},'none':'None','position':{'top':'Top','right':_0x36d66b(0x18b),'bottom':_0x36d66b(0x183),'left':_0x36d66b(0x16e),'none':_0x36d66b(0x15a)},'stackType':{'stack':_0x36d66b(0x16d),'percent':_0x36d66b(0x15c)},'settingsLabels':{'switchToRowOrColumn':_0x36d66b(0x157)},'seriesDefaultName':_0x36d66b(0x178),'categoryDefaultName':_0x36d66b(0x189),'chartTypes':{'line':_0x36d66b(0x17f),'area':_0x36d66b(0x18d),'areaStacked':'Stacked\x20area\x20chart','areaPercentStacked':_0x36d66b(0x176),'column':_0x36d66b(0x15b),'bar':_0x36d66b(0x194),'barStacked':'Stacked\x20bar\x20chart','barPercentStacked':_0x36d66b(0x18e),'pie':_0x36d66b(0x191),'donut':'Donut\x20chart','scatter':'Scatter\x20chart','radar':'Radar\x20chart','bubble':'Bubble\x20chart','combination':_0x36d66b(0x154),'wordCloud':_0x36d66b(0x173),'funnel':_0x36d66b(0x184),'relation':_0x36d66b(0x188),'waterfall':_0x36d66b(0x15d),'pareto':'Pareto\x20chart','sankey':'Sankey\x20chart','heatmap':_0x36d66b(0x195),'boxplot':_0x36d66b(0x167)}}};export{e as default};
1
+ function _0x1035(_0x19b34c,_0x4a0b5f){_0x19b34c=_0x19b34c-0x138;const _0x399967=_0x3999();let _0x1035d2=_0x399967[_0x19b34c];return _0x1035d2;}const _0x3bdf93=_0x1035;function _0x3999(){const _0x5594ca=['Value\x20scale','Modify\x20data','Stack\x20type','Duplicate','Fill','Boxplot\x20chart','Series\x20{0}','Indicator\x20line','Area\x20chart','Doughnut\x20hole','373050SmxCNg','16invuNh','32wWTbGN','4723130qHGtTL','Switch\x20to\x20row/column','Chart\x20and\x20axis\x20titles','None','Heatmap','Customize','Inline\x20data','Stack','Data','Bottom','Top','1584779YjOUKz','Label\x20font\x20size','Donut\x20chart','Cancel','Bubble\x20chart','Radar\x20chart','Value\x20suffix','Percent\x20stacked\x20area\x20chart','2736XczRDJ','Stacked\x20area\x20chart','1304hricvX','Percent\x20stacked\x20bar\x20chart','Border','Percent\x20stack','Right','Label\x20padding\x20angle','Insert\x20chart','Stacked','Show\x20label\x20line','Left','6WPETlM','Pie\x20chart','1543956BAIRIm','Table\x20data\x20is\x20empty.','Legend','22TGFoAw','Color','Line\x20chart','Delete\x20chart','Sankey\x20chart','Chart\x20style','Hide\x20chart\x20panel','Add\x20series','Digital\x20fixed','Chart\x20type','Unable\x20to\x20insert\x20chart.','Arrangement','Label\x20position','Show\x20subtotal','Vertical\x20axis','Word\x20cloud\x20shape','Scatter\x20chart','2961040EVpZuk','Bar\x20chart','Category\x20{0}','26439NleQmt','Setup','Label\x20text','Insert','Title','Gradient\x20fill','Gridlines\x20and\x20ticks','Open\x20chart\x20panel','Show\x20data\x20labels','Word\x20cloud\x20chart','Label\x20color'];_0x3999=function(){return _0x5594ca;};return _0x3999();}(function(_0xb54a5b,_0x949e6e){const _0xe6d29f=_0x1035,_0xfc801b=_0xb54a5b();while(!![]){try{const _0x40eabd=parseInt(_0xe6d29f(0x165))/0x1*(parseInt(_0xe6d29f(0x17b))/0x2)+parseInt(_0xe6d29f(0x140))/0x3*(parseInt(_0xe6d29f(0x142))/0x4)+-parseInt(_0xe6d29f(0x162))/0x5*(-parseInt(_0xe6d29f(0x14c))/0x6)+-parseInt(_0xe6d29f(0x138))/0x7+parseInt(_0xe6d29f(0x17c))/0x8*(parseInt(_0xe6d29f(0x17a))/0x9)+-parseInt(_0xe6d29f(0x17d))/0xa+-parseInt(_0xe6d29f(0x151))/0xb*(parseInt(_0xe6d29f(0x14e))/0xc);if(_0x40eabd===_0x949e6e)break;else _0xfc801b['push'](_0xfc801b['shift']());}catch(_0x202ee8){_0xfc801b['push'](_0xfc801b['shift']());}}}(_0x3999,0x4be0c));const e={'slides-chart-ui':{'insertChart':_0x3bdf93(0x148),'editChart':'Chart\x20editor','openChartPanel':_0x3bdf93(0x16c),'deleteChart':_0x3bdf93(0x154),'hideChartPanel':_0x3bdf93(0x157),'setupChart':_0x3bdf93(0x166),'customChart':_0x3bdf93(0x182),'chartType':_0x3bdf93(0x15a),'themes':'Themes','data':_0x3bdf93(0x185),'editData':_0x3bdf93(0x171),'inlineData':_0x3bdf93(0x183),'cancel':_0x3bdf93(0x13b),'insert':_0x3bdf93(0x168),'apply':'Apply','duplicate':_0x3bdf93(0x173),'tableDataEmpty':_0x3bdf93(0x14f),'insertChartFailed':_0x3bdf93(0x15b),'gradientFill':_0x3bdf93(0x16a),'stack':_0x3bdf93(0x184),'category':'Category','series':'Series','addSeries':_0x3bdf93(0x158),'chartStyle':_0x3bdf93(0x156),'chartAndAxisTitles':_0x3bdf93(0x17f),'fill':_0x3bdf93(0x174),'border':_0x3bdf93(0x144),'title':_0x3bdf93(0x169),'legend':_0x3bdf93(0x150),'horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x3bdf93(0x15f),'visible':'Visible','gridlinesAndTicks':_0x3bdf93(0x16b),'indicatorLine':_0x3bdf93(0x177),'color':_0x3bdf93(0x152),'styleEditPanel':{'doughnutHole':_0x3bdf93(0x179),'borderWithColor':'Border\x20with\x20color','valueScale':_0x3bdf93(0x170),'digitalFixed':_0x3bdf93(0x159),'valueSuffix':_0x3bdf93(0x13e),'showDataLabels':_0x3bdf93(0x16d),'padAngle':_0x3bdf93(0x147),'halfPie':'Half\x20pie','rosePie':'Rose\x20pie','showLabelLine':_0x3bdf93(0x14a),'labelPosition':_0x3bdf93(0x15d),'labelText':_0x3bdf93(0x167),'labelFontSize':_0x3bdf93(0x139),'labelColor':_0x3bdf93(0x16f),'wordCloudShape':_0x3bdf93(0x160),'repeatWordCloud':'Repeat\x20word\x20cloud'},'waterfall':{'stackType':_0x3bdf93(0x172),'arrangement':_0x3bdf93(0x15c),'stacked':_0x3bdf93(0x149),'showSubtotal':_0x3bdf93(0x15e)},'none':_0x3bdf93(0x180),'position':{'top':_0x3bdf93(0x187),'right':_0x3bdf93(0x146),'bottom':_0x3bdf93(0x186),'left':_0x3bdf93(0x14b),'none':_0x3bdf93(0x180)},'stackType':{'stack':_0x3bdf93(0x184),'percent':_0x3bdf93(0x145)},'settingsLabels':{'switchToRowOrColumn':_0x3bdf93(0x17e)},'seriesDefaultName':_0x3bdf93(0x176),'categoryDefaultName':_0x3bdf93(0x164),'chartTypes':{'line':_0x3bdf93(0x153),'area':_0x3bdf93(0x178),'areaStacked':_0x3bdf93(0x141),'areaPercentStacked':_0x3bdf93(0x13f),'column':'Column\x20chart','bar':_0x3bdf93(0x163),'barStacked':'Stacked\x20bar\x20chart','barPercentStacked':_0x3bdf93(0x143),'pie':_0x3bdf93(0x14d),'donut':_0x3bdf93(0x13a),'scatter':_0x3bdf93(0x161),'radar':_0x3bdf93(0x13d),'bubble':_0x3bdf93(0x13c),'combination':'Combination\x20chart','wordCloud':_0x3bdf93(0x16e),'funnel':'Funnel\x20chart','relation':'Relation\x20chart','waterfall':'Waterfall\x20chart','pareto':'Pareto\x20chart','sankey':_0x3bdf93(0x155),'heatmap':_0x3bdf93(0x181),'boxplot':_0x3bdf93(0x175)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x584aeb=_0xb449;(function(_0x5afa2a,_0x47b81){const _0x5b1013=_0xb449,_0x32f233=_0x5afa2a();while(!![]){try{const _0x51b2f4=-parseInt(_0x5b1013(0x14e))/0x1+-parseInt(_0x5b1013(0x173))/0x2+-parseInt(_0x5b1013(0x184))/0x3+parseInt(_0x5b1013(0x151))/0x4*(-parseInt(_0x5b1013(0x14a))/0x5)+parseInt(_0x5b1013(0x17b))/0x6*(parseInt(_0x5b1013(0x16b))/0x7)+parseInt(_0x5b1013(0x18d))/0x8*(-parseInt(_0x5b1013(0x162))/0x9)+parseInt(_0x5b1013(0x170))/0xa;if(_0x51b2f4===_0x47b81)break;else _0x32f233['push'](_0x32f233['shift']());}catch(_0xbe89e8){_0x32f233['push'](_0x32f233['shift']());}}}(_0x3af5,0xa30a2));function _0xb449(_0x42d1cb,_0x5bef85){_0x42d1cb=_0x42d1cb-0x144;const _0x3af546=_0x3af5();let _0xb449f2=_0x3af546[_0x42d1cb];return _0xb449f2;}const e={'slides-chart-ui':{'insertChart':_0x584aeb(0x17a),'editChart':'Editar\x20gráfico','openChartPanel':'Abrir\x20panel\x20de\x20gráficos','deleteChart':'Eliminar\x20gráfico','hideChartPanel':_0x584aeb(0x146),'setupChart':_0x584aeb(0x187),'customChart':_0x584aeb(0x171),'chartType':_0x584aeb(0x189),'themes':_0x584aeb(0x152),'data':'Datos','editData':_0x584aeb(0x160),'inlineData':'Datos\x20en\x20línea','inlineDataPasteHint':_0x584aeb(0x157),'addRow':_0x584aeb(0x154),'addColumn':_0x584aeb(0x18c),'cancel':'Cancelar','insert':'Insertar','apply':_0x584aeb(0x158),'duplicate':_0x584aeb(0x14d),'tableDataEmpty':_0x584aeb(0x155),'insertChartFailed':_0x584aeb(0x15e),'gradientFill':_0x584aeb(0x149),'stack':_0x584aeb(0x167),'category':_0x584aeb(0x16a),'series':_0x584aeb(0x185),'addSeries':_0x584aeb(0x179),'chartStyle':_0x584aeb(0x172),'chartAndAxisTitles':'Títulos\x20del\x20gráfico\x20y\x20ejes','fill':'Relleno','border':_0x584aeb(0x178),'title':_0x584aeb(0x17e),'legend':_0x584aeb(0x156),'horizontalAxis':_0x584aeb(0x164),'verticalAxis':_0x584aeb(0x176),'visible':'Visible','gridlinesAndTicks':_0x584aeb(0x150),'indicatorLine':'Línea\x20indicadora','color':'Color','styleEditPanel':{'doughnutHole':_0x584aeb(0x14f),'borderWithColor':_0x584aeb(0x177),'valueScale':_0x584aeb(0x165),'digitalFixed':'Digital\x20fixed','valueSuffix':'Value\x20suffix','showDataLabels':'Show\x20data\x20labels','padAngle':_0x584aeb(0x168),'halfPie':_0x584aeb(0x169),'rosePie':_0x584aeb(0x18a),'showLabelLine':'Show\x20label\x20line','labelPosition':_0x584aeb(0x153),'labelText':_0x584aeb(0x16c),'labelFontSize':'Label\x20font\x20size','labelColor':'Label\x20color','wordCloudShape':_0x584aeb(0x17c),'repeatWordCloud':_0x584aeb(0x15d)},'waterfall':{'stackType':'Stack\x20type','arrangement':_0x584aeb(0x148),'stacked':_0x584aeb(0x15f),'showSubtotal':_0x584aeb(0x166)},'none':'Ninguno','position':{'top':_0x584aeb(0x17f),'right':'Derecha','bottom':_0x584aeb(0x181),'left':_0x584aeb(0x182),'none':_0x584aeb(0x147)},'stackType':{'stack':_0x584aeb(0x180),'percent':_0x584aeb(0x17d)},'settingsLabels':{'switchToRowOrColumn':_0x584aeb(0x18b)},'seriesDefaultName':_0x584aeb(0x16f),'categoryDefaultName':'Categoría\x20{0}','chartTypes':{'line':_0x584aeb(0x159),'area':_0x584aeb(0x163),'areaStacked':_0x584aeb(0x14c),'areaPercentStacked':_0x584aeb(0x16d),'column':'Columna','bar':_0x584aeb(0x186),'barStacked':_0x584aeb(0x16e),'barPercentStacked':_0x584aeb(0x15b),'pie':_0x584aeb(0x175),'donut':_0x584aeb(0x161),'scatter':_0x584aeb(0x188),'radar':_0x584aeb(0x15c),'bubble':'Burbuja','combination':_0x584aeb(0x145),'wordCloud':_0x584aeb(0x14b),'funnel':_0x584aeb(0x183),'relation':_0x584aeb(0x15a),'waterfall':'Cascada','pareto':_0x584aeb(0x174),'sankey':_0x584aeb(0x144),'heatmap':'Mapa\x20de\x20calor','boxplot':'Diagrama\x20de\x20caja'}}};export{e as default};function _0x3af5(){const _0xa5223e=['Izquierda','Embudo','356334ClaVUr','Serie','Barra','Configurar\x20gráfico','Dispersión','Tipo\x20de\x20gráfico','Rose\x20pie','Cambiar\x20a\x20fila/columna','Agregar\x20columna','11512HNoDnq','Sankey','Combinación','Ocultar\x20panel\x20de\x20gráficos','Ninguno','Arrangement','Relleno\x20degradado','20295Xityhz','Nube\x20de\x20palabras','Área\x20apilada','Duplicar','43103cihriP','Doughnut\x20hole','Líneas\x20de\x20cuadrícula\x20y\x20marcas','1268oNhZmp','Temas','Label\x20position','Agregar\x20fila','Los\x20datos\x20de\x20la\x20tabla\x20están\x20vacíos','Leyenda','Copia\x20y\x20pega\x20datos\x20aquí','Aplicar','Línea','Relación','Barra\x20apilada\x20porcentual','Radar','Repeat\x20word\x20cloud','No\x20se\x20pudo\x20insertar\x20el\x20gráfico','Stacked','Editar\x20datos','Anillo','819LRBGmL','Área','Eje\x20horizontal','Value\x20scale','Show\x20subtotal','Apilar','Label\x20padding\x20angle','Half\x20pie','Categoría','5062771ySwgnK','Label\x20text','Área\x20apilada\x20porcentual','Barra\x20apilada','Serie\x20{0}','17068640tqWWer','Personalizar\x20gráfico','Estilo\x20de\x20gráfico','365548OZmuhL','Pareto','Circular','Eje\x20vertical','Border\x20with\x20color','Borde','Agregar\x20serie','Insertar\x20gráfico','6wtPhpr','Word\x20cloud\x20shape','Apilado\x20porcentual','Título','Superior','Apilado','Inferior'];_0x3af5=function(){return _0xa5223e;};return _0x3af5();}
1
+ function _0x279d(){const _0x2553db=['Cambiar\x20a\x20fila/columna','Mostrar\x20línea\x20de\x20etiqueta','Pastilla\x20rosa','Radar','Títulos\x20del\x20gráfico\x20y\x20ejes','1911350nsOzIL','6416EzfkUo','Borde','Secuencial','Aplicar','Editar\x20datos','Barra\x20apilada','Categoría','Etiqueta\x20de\x20burbuja\x20·\x20Texto\x20del\x20título','Apilar','Fijación\x20digital','6QcSZbj','Estilo\x20de\x20gráfico','Personalizar\x20gráfico','Ninguno','198622owsdfl','74238YbBgSK','Pareto','Configurar\x20gráfico','Sankey','Línea\x20indicadora','Circular','Relleno\x20degradado','Cascada','Embudo','Datos\x20en\x20línea','Relación','48bqgSfc','Abrir\x20panel\x20de\x20gráficos','Barra','Eliminar\x20gráfico','Los\x20datos\x20de\x20la\x20tabla\x20están\x20vacíos','Categoría\x20{0}','Temas','Insertar','82964PLeVCw','Posición\x20de\x20etiqueta','Área\x20apilada\x20porcentual','Tipo\x20de\x20gráfico','Inferior','Color','Apilado\x20porcentual','Eje\x20horizontal','1962ubUlOY','Ocultar\x20panel\x20de\x20gráficos','Área','Nube\x20de\x20palabras','Editar\x20gráfico','Mapa\x20de\x20calor','972545OHMSaY','Superior','Agujero\x20de\x20dona','Ángulo\x20de\x20relleno\x20de\x20etiqueta','Tamaño\x20de\x20fuente\x20de\x20la\x20etiqueta','440180JHXfft','Serie\x20{0}','Mostrar\x20etiquetas\x20de\x20datos','Burbuja','Media\x20pastilla','Duplicar','Eje\x20vertical','Sufijo\x20de\x20valor','Datos','Color\x20de\x20la\x20etiqueta','Repetir\x20nube\x20de\x20palabras','Derecha','Borde\x20con\x20color','Líneas\x20de\x20cuadrícula\x20y\x20marcas','Agregar\x20serie','Visible'];_0x279d=function(){return _0x2553db;};return _0x279d();}function _0x536a(_0x74ddb4,_0x1df249){_0x74ddb4=_0x74ddb4-0xa4;const _0x279d83=_0x279d();let _0x536a73=_0x279d83[_0x74ddb4];return _0x536a73;}const _0x5f0fe8=_0x536a;(function(_0x435a5c,_0x3507ae){const _0xf23162=_0x536a,_0x1035a4=_0x435a5c();while(!![]){try{const _0x3d263f=parseInt(_0xf23162(0xd0))/0x1+parseInt(_0xf23162(0xbc))/0x2+-parseInt(_0xf23162(0xbd))/0x3*(parseInt(_0xf23162(0xc8))/0x4)+parseInt(_0xf23162(0xe3))/0x5+-parseInt(_0xf23162(0xb8))/0x6*(parseInt(_0xf23162(0xde))/0x7)+parseInt(_0xf23162(0xae))/0x8*(parseInt(_0xf23162(0xd8))/0x9)+parseInt(_0xf23162(0xad))/0xa;if(_0x3d263f===_0x3507ae)break;else _0x1035a4['push'](_0x1035a4['shift']());}catch(_0x3ddade){_0x1035a4['push'](_0x1035a4['shift']());}}}(_0x279d,0x30ecb));const e={'slides-chart-ui':{'insertChart':'Insertar\x20gráfico','editChart':_0x5f0fe8(0xdc),'openChartPanel':_0x5f0fe8(0xc9),'deleteChart':_0x5f0fe8(0xcb),'hideChartPanel':_0x5f0fe8(0xd9),'setupChart':_0x5f0fe8(0xbf),'customChart':_0x5f0fe8(0xba),'chartType':_0x5f0fe8(0xd3),'themes':_0x5f0fe8(0xce),'data':_0x5f0fe8(0xeb),'editData':_0x5f0fe8(0xb2),'inlineData':_0x5f0fe8(0xc6),'cancel':'Cancelar','insert':_0x5f0fe8(0xcf),'apply':_0x5f0fe8(0xb1),'duplicate':_0x5f0fe8(0xe8),'tableDataEmpty':_0x5f0fe8(0xcc),'insertChartFailed':'No\x20se\x20pudo\x20insertar\x20el\x20gráfico','gradientFill':_0x5f0fe8(0xc3),'stack':_0x5f0fe8(0xb6),'category':_0x5f0fe8(0xb4),'series':'Serie','addSeries':_0x5f0fe8(0xa6),'chartStyle':_0x5f0fe8(0xb9),'chartAndAxisTitles':_0x5f0fe8(0xac),'fill':'Relleno','border':_0x5f0fe8(0xaf),'title':'Título','legend':'Leyenda','horizontalAxis':_0x5f0fe8(0xd7),'verticalAxis':_0x5f0fe8(0xe9),'visible':_0x5f0fe8(0xa7),'gridlinesAndTicks':_0x5f0fe8(0xa5),'indicatorLine':_0x5f0fe8(0xc1),'color':_0x5f0fe8(0xd5),'styleEditPanel':{'doughnutHole':_0x5f0fe8(0xe0),'borderWithColor':_0x5f0fe8(0xa4),'valueScale':'Escala\x20de\x20valor','digitalFixed':_0x5f0fe8(0xb7),'valueSuffix':_0x5f0fe8(0xea),'showDataLabels':_0x5f0fe8(0xe5),'padAngle':_0x5f0fe8(0xe1),'halfPie':_0x5f0fe8(0xe7),'rosePie':_0x5f0fe8(0xaa),'showLabelLine':_0x5f0fe8(0xa9),'labelPosition':_0x5f0fe8(0xd1),'labelText':_0x5f0fe8(0xb5),'labelFontSize':_0x5f0fe8(0xe2),'labelColor':_0x5f0fe8(0xec),'wordCloudShape':'Forma\x20de\x20nube\x20de\x20palabras','repeatWordCloud':_0x5f0fe8(0xed)},'waterfall':{'stackType':'Tipo\x20de\x20apilamiento','arrangement':_0x5f0fe8(0xb0),'stacked':_0x5f0fe8(0xb6),'showSubtotal':'Mostrar\x20subtotal'},'none':_0x5f0fe8(0xbb),'position':{'top':_0x5f0fe8(0xdf),'right':_0x5f0fe8(0xee),'bottom':_0x5f0fe8(0xd4),'left':'Izquierda','none':_0x5f0fe8(0xbb)},'stackType':{'stack':'Apilado','percent':_0x5f0fe8(0xd6)},'settingsLabels':{'switchToRowOrColumn':_0x5f0fe8(0xa8)},'seriesDefaultName':_0x5f0fe8(0xe4),'categoryDefaultName':_0x5f0fe8(0xcd),'chartTypes':{'line':'Línea','area':_0x5f0fe8(0xda),'areaStacked':'Área\x20apilada','areaPercentStacked':_0x5f0fe8(0xd2),'column':'Columna','bar':_0x5f0fe8(0xca),'barStacked':_0x5f0fe8(0xb3),'barPercentStacked':'Barra\x20apilada\x20porcentual','pie':_0x5f0fe8(0xc2),'donut':'Anillo','scatter':'Dispersión','radar':_0x5f0fe8(0xab),'bubble':_0x5f0fe8(0xe6),'combination':'Combinación','wordCloud':_0x5f0fe8(0xdb),'funnel':_0x5f0fe8(0xc5),'relation':_0x5f0fe8(0xc7),'waterfall':_0x5f0fe8(0xc4),'pareto':_0x5f0fe8(0xbe),'sankey':_0x5f0fe8(0xc0),'heatmap':_0x5f0fe8(0xdd),'boxplot':'Diagrama\x20de\x20caja'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4f6790=_0x11b9;function _0x5147(){const _0x21e2b9=['ابر\x20واژه','10xqrret','Stack\x20type','لغو','ویرایش\x20داده‌ها','نمودار\x20جعبه‌ای','69enmQGZ','داده‌ها\x20را\x20اینجا\x20کپی\x20و\x20جای‌گذاری\x20کنید','تم‌ها','Rose\x20pie','میله‌ای','عنوان','باز\x20کردن\x20پنل\x20نمودار','دسته‌بندی\x20{0}','Digital\x20fixed','مساحت','افزودن\x20سری','ترکیبی','محور\x20عمودی','درج\x20نمودار','8974917mHRpPa','Value\x20suffix','Word\x20cloud\x20shape','داده\x20درون‌خطی','نقشه\x20حرارتی','104592VYqrND','Half\x20pie','سری\x20{0}','خط\x20شاخص','داده‌های\x20جدول\x20خالی\x20است','ارتباط','نمودار\x20سفارشی','آبشاری','Stacked','Label\x20font\x20size','دایره‌ای','437380PkZgbW','میله‌ای\x20درصدی\x20انباشته','دونات','نوع\x20نمودار','خطوط\x20شبکه\x20و\x20علامت‌ها','افزودن\x20سطر','پر\x20کردن\x20گرادیان','بالا','قابل\x20مشاهده','پشته‌ای','631179wqrhnI','Doughnut\x20hole','مساحت\x20درصدی\x20انباشته','215RhUSAJ','سانکی','111396MRsBXS','دسته‌بندی','4722245SVUlBd','پارتو','پایین','میله‌ای\x20انباشته','965493kXnTJd','درج','هیچ‌کدام','رنگ','پنهان\x20کردن\x20پنل\x20نمودار','200vbjhhC','ستونی','راهنما','Label\x20text','Show\x20data\x20labels','Value\x20scale','راست','Border\x20with\x20color','پر\x20کردن','تکرار','قیف','پشته‌ای\x20درصدی','مساحت\x20انباشته','Label\x20padding\x20angle','Label\x20position'];_0x5147=function(){return _0x21e2b9;};return _0x5147();}function _0x11b9(_0x54e8cf,_0x25e065){_0x54e8cf=_0x54e8cf-0x7d;const _0x5147cf=_0x5147();let _0x11b9f4=_0x5147cf[_0x54e8cf];return _0x11b9f4;}(function(_0x12f9e8,_0x5bedcb){const _0x1193ba=_0x11b9,_0x5b1418=_0x12f9e8();while(!![]){try{const _0x41e4b9=-parseInt(_0x1193ba(0xc0))/0x1+-parseInt(_0x1193ba(0xab))/0x2+parseInt(_0x1193ba(0x8d))/0x3*(-parseInt(_0x1193ba(0xba))/0x4)+-parseInt(_0x1193ba(0xb8))/0x5*(parseInt(_0x1193ba(0xa0))/0x6)+parseInt(_0x1193ba(0x9b))/0x7+parseInt(_0x1193ba(0xc5))/0x8*(parseInt(_0x1193ba(0xb5))/0x9)+-parseInt(_0x1193ba(0x88))/0xa*(-parseInt(_0x1193ba(0xbc))/0xb);if(_0x41e4b9===_0x5bedcb)break;else _0x5b1418['push'](_0x5b1418['shift']());}catch(_0x455194){_0x5b1418['push'](_0x5b1418['shift']());}}}(_0x5147,0xd962f));const e={'slides-chart-ui':{'insertChart':_0x4f6790(0x9a),'editChart':'ویرایش\x20نمودار','openChartPanel':_0x4f6790(0x93),'deleteChart':'حذف\x20نمودار','hideChartPanel':_0x4f6790(0xc4),'setupChart':'راه‌اندازی\x20نمودار','customChart':_0x4f6790(0xa6),'chartType':_0x4f6790(0xae),'themes':_0x4f6790(0x8f),'data':'داده‌ها','editData':_0x4f6790(0x8b),'inlineData':_0x4f6790(0x9e),'inlineDataPasteHint':_0x4f6790(0x8e),'addRow':_0x4f6790(0xb0),'addColumn':'افزودن\x20ستون','cancel':_0x4f6790(0x8a),'insert':_0x4f6790(0xc1),'apply':'اعمال','duplicate':_0x4f6790(0x81),'tableDataEmpty':_0x4f6790(0xa4),'insertChartFailed':'درج\x20نمودار\x20ناموفق\x20بود','gradientFill':_0x4f6790(0xb1),'stack':'پشته','category':_0x4f6790(0xbb),'series':'سری','addSeries':_0x4f6790(0x97),'chartStyle':'سبک\x20نمودار','chartAndAxisTitles':'عناوین\x20نمودار\x20و\x20محورها','fill':_0x4f6790(0x80),'border':'حاشیه','title':_0x4f6790(0x92),'legend':_0x4f6790(0xc7),'horizontalAxis':'محور\x20افقی','verticalAxis':_0x4f6790(0x99),'visible':_0x4f6790(0xb3),'gridlinesAndTicks':_0x4f6790(0xaf),'indicatorLine':_0x4f6790(0xa3),'color':_0x4f6790(0xc3),'styleEditPanel':{'doughnutHole':_0x4f6790(0xb6),'borderWithColor':_0x4f6790(0x7f),'valueScale':_0x4f6790(0x7d),'digitalFixed':_0x4f6790(0x95),'valueSuffix':_0x4f6790(0x9c),'showDataLabels':_0x4f6790(0xc9),'padAngle':_0x4f6790(0x85),'halfPie':_0x4f6790(0xa1),'rosePie':_0x4f6790(0x90),'showLabelLine':'Show\x20label\x20line','labelPosition':_0x4f6790(0x86),'labelText':_0x4f6790(0xc8),'labelFontSize':_0x4f6790(0xa9),'labelColor':'Label\x20color','wordCloudShape':_0x4f6790(0x9d),'repeatWordCloud':'Repeat\x20word\x20cloud'},'waterfall':{'stackType':_0x4f6790(0x89),'arrangement':'Arrangement','stacked':_0x4f6790(0xa8),'showSubtotal':'Show\x20subtotal'},'none':_0x4f6790(0xc2),'position':{'top':_0x4f6790(0xb2),'right':_0x4f6790(0x7e),'bottom':_0x4f6790(0xbe),'left':'چپ','none':_0x4f6790(0xc2)},'stackType':{'stack':_0x4f6790(0xb4),'percent':_0x4f6790(0x83)},'settingsLabels':{'switchToRowOrColumn':'تعویض\x20به\x20سطر/ستون'},'seriesDefaultName':_0x4f6790(0xa2),'categoryDefaultName':_0x4f6790(0x94),'chartTypes':{'line':'خطی','area':_0x4f6790(0x96),'areaStacked':_0x4f6790(0x84),'areaPercentStacked':_0x4f6790(0xb7),'column':_0x4f6790(0xc6),'bar':_0x4f6790(0x91),'barStacked':_0x4f6790(0xbf),'barPercentStacked':_0x4f6790(0xac),'pie':_0x4f6790(0xaa),'donut':_0x4f6790(0xad),'scatter':'پراکندگی','radar':'رادار','bubble':'حبابی','combination':_0x4f6790(0x98),'wordCloud':_0x4f6790(0x87),'funnel':_0x4f6790(0x82),'relation':_0x4f6790(0xa5),'waterfall':_0x4f6790(0xa7),'pareto':_0x4f6790(0xbd),'sankey':_0x4f6790(0xb9),'heatmap':_0x4f6790(0x9f),'boxplot':_0x4f6790(0x8c)}}};export{e as default};
1
+ const _0x559340=_0x2b1b;(function(_0xab1c8a,_0x4f83c0){const _0x8af960=_0x2b1b,_0x2bddeb=_0xab1c8a();while(!![]){try{const _0x250098=-parseInt(_0x8af960(0x12e))/0x1+-parseInt(_0x8af960(0x12f))/0x2+-parseInt(_0x8af960(0x146))/0x3*(-parseInt(_0x8af960(0x138))/0x4)+-parseInt(_0x8af960(0x153))/0x5*(-parseInt(_0x8af960(0x132))/0x6)+-parseInt(_0x8af960(0x159))/0x7+-parseInt(_0x8af960(0x139))/0x8+-parseInt(_0x8af960(0x126))/0x9*(-parseInt(_0x8af960(0x119))/0xa);if(_0x250098===_0x4f83c0)break;else _0x2bddeb['push'](_0x2bddeb['shift']());}catch(_0x2d8ae5){_0x2bddeb['push'](_0x2bddeb['shift']());}}}(_0x462a,0x7a940));function _0x462a(){const _0x96bd1d=['پر\x20کردن\x20گرادیان','دونات','نمایش\x20برچسب‌های\x20داده','اعمال','1393731tHFWOS','نوع\x20نمودار','مقیاس\x20مقدار\x20دایره','نمودار\x20سفارشی','ترکیبی','سبک\x20نمودار','تکرار\x20ابر\x20کلمات','نوع\x20انباشتگی','634383GWVVxs','977874xFyZFt','نمایش\x20جمع\x20جزئی','ویرایش\x20داده‌ها','24VOYRRQ','داده‌ها','پشته‌ای','درج\x20نمودار','رادار','میله‌ای','28VzQwff','4033680GfdEQQ','محور\x20افقی','عناوین\x20نمودار\x20و\x20محورها','سانکی','شکل\x20ابر\x20کلمات','برچسب\x20حباب\x20·\x20متن\x20عنوان','حاشیه','تکرار','سری','پارتو','ارتباط','دایره‌ای','بالا','58746ZjErVi','رنگ\x20برچسب','هیچ‌کدام','راه‌اندازی\x20نمودار','مساحت','سوراخ\x20دونات','ستونی','حذف\x20نمودار','اعداد\x20ثابت\x20دایره','درج\x20نمودار\x20ناموفق\x20بود','محور\x20عمودی','نقشه\x20حرارتی','مساحت\x20درصدی\x20انباشته','987715rxHMrq','موقعیت\x20برچسب','خطی','عنوان','قابل\x20مشاهده','پایین','1339569qgEOnz','حبابی','پراکندگی','نیم‌دایره','پنهان\x20کردن\x20پنل\x20نمودار','میله‌ای\x20انباشته','میله‌ای\x20درصدی\x20انباشته','قیف','مساحت\x20انباشته','خط\x20شاخص','پسوند\x20مقدار\x20دایره','اندازه\x20قلم\x20برچسب','انباشته','سری\x20{0}','راهنما','90kJVmsE','لغو','آبشاری','پر\x20کردن','حاشیه\x20رنگی','افزودن\x20سری','پشته‌ای\x20درصدی','باز\x20کردن\x20پنل\x20نمودار','خطوط\x20شبکه\x20و\x20علامت‌ها'];_0x462a=function(){return _0x96bd1d;};return _0x462a();}function _0x2b1b(_0x51842f,_0x4d6184){_0x51842f=_0x51842f-0x10b;const _0x462a70=_0x462a();let _0x2b1b9f=_0x462a70[_0x51842f];return _0x2b1b9f;}const e={'slides-chart-ui':{'insertChart':_0x559340(0x135),'editChart':'ویرایش\x20نمودار','openChartPanel':_0x559340(0x120),'deleteChart':_0x559340(0x14d),'hideChartPanel':_0x559340(0x10e),'setupChart':_0x559340(0x149),'customChart':_0x559340(0x129),'chartType':_0x559340(0x127),'themes':'تم‌ها','data':_0x559340(0x133),'editData':_0x559340(0x131),'inlineData':'داده\x20درون‌خطی','cancel':_0x559340(0x11a),'insert':'درج','apply':_0x559340(0x125),'duplicate':_0x559340(0x140),'tableDataEmpty':'داده‌های\x20جدول\x20خالی\x20است','insertChartFailed':_0x559340(0x14f),'gradientFill':_0x559340(0x122),'stack':'پشته','category':'دسته‌بندی','series':_0x559340(0x141),'addSeries':_0x559340(0x11e),'chartStyle':_0x559340(0x12b),'chartAndAxisTitles':_0x559340(0x13b),'fill':_0x559340(0x11c),'border':_0x559340(0x13f),'title':_0x559340(0x156),'legend':_0x559340(0x118),'horizontalAxis':_0x559340(0x13a),'verticalAxis':_0x559340(0x150),'visible':_0x559340(0x157),'gridlinesAndTicks':_0x559340(0x121),'indicatorLine':_0x559340(0x113),'color':'رنگ','styleEditPanel':{'doughnutHole':_0x559340(0x14b),'borderWithColor':_0x559340(0x11d),'valueScale':_0x559340(0x128),'digitalFixed':_0x559340(0x14e),'valueSuffix':_0x559340(0x114),'showDataLabels':_0x559340(0x124),'padAngle':'زاویه\x20پد\x20برچسب','halfPie':_0x559340(0x10d),'rosePie':'دایره\x20گلبرگی','showLabelLine':'نمایش\x20خط\x20برچسب','labelPosition':_0x559340(0x154),'labelText':_0x559340(0x13e),'labelFontSize':_0x559340(0x115),'labelColor':_0x559340(0x147),'wordCloudShape':_0x559340(0x13d),'repeatWordCloud':_0x559340(0x12c)},'waterfall':{'stackType':_0x559340(0x12d),'arrangement':'ترتيبي','stacked':_0x559340(0x116),'showSubtotal':_0x559340(0x130)},'none':_0x559340(0x148),'position':{'top':_0x559340(0x145),'right':'راست','bottom':_0x559340(0x158),'left':'چپ','none':_0x559340(0x148)},'stackType':{'stack':_0x559340(0x134),'percent':_0x559340(0x11f)},'settingsLabels':{'switchToRowOrColumn':'تعویض\x20به\x20سطر/ستون'},'seriesDefaultName':_0x559340(0x117),'categoryDefaultName':'دسته‌بندی\x20{0}','chartTypes':{'line':_0x559340(0x155),'area':_0x559340(0x14a),'areaStacked':_0x559340(0x112),'areaPercentStacked':_0x559340(0x152),'column':_0x559340(0x14c),'bar':_0x559340(0x137),'barStacked':_0x559340(0x10f),'barPercentStacked':_0x559340(0x110),'pie':_0x559340(0x144),'donut':_0x559340(0x123),'scatter':_0x559340(0x10c),'radar':_0x559340(0x136),'bubble':_0x559340(0x10b),'combination':_0x559340(0x12a),'wordCloud':'ابر\x20واژه','funnel':_0x559340(0x111),'relation':_0x559340(0x143),'waterfall':_0x559340(0x11b),'pareto':_0x559340(0x142),'sankey':_0x559340(0x13c),'heatmap':_0x559340(0x151),'boxplot':'نمودار\x20جعبه‌ای'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x36dc(_0x530fda,_0x4d4145){_0x530fda=_0x530fda-0xd6;const _0x19b189=_0x19b1();let _0x36dca8=_0x19b189[_0x530fda];return _0x36dca8;}const _0xa5144c=_0x36dc;(function(_0x3cf70b,_0x3e9c6c){const _0xc868a1=_0x36dc,_0x1bb721=_0x3cf70b();while(!![]){try{const _0x2bab53=parseInt(_0xc868a1(0x11a))/0x1+parseInt(_0xc868a1(0xe8))/0x2*(parseInt(_0xc868a1(0xfd))/0x3)+-parseInt(_0xc868a1(0x116))/0x4*(parseInt(_0xc868a1(0xe2))/0x5)+-parseInt(_0xc868a1(0x11e))/0x6+-parseInt(_0xc868a1(0x10e))/0x7*(parseInt(_0xc868a1(0xf8))/0x8)+-parseInt(_0xc868a1(0x101))/0x9+parseInt(_0xc868a1(0x123))/0xa;if(_0x2bab53===_0x3e9c6c)break;else _0x1bb721['push'](_0x1bb721['shift']());}catch(_0x58fb37){_0x1bb721['push'](_0x1bb721['shift']());}}}(_0x19b1,0x7ece2));const e={'slides-chart-ui':{'insertChart':_0xa5144c(0xd6),'editChart':_0xa5144c(0xdd),'openChartPanel':_0xa5144c(0x11b),'deleteChart':_0xa5144c(0x110),'hideChartPanel':_0xa5144c(0x103),'setupChart':_0xa5144c(0x10f),'customChart':_0xa5144c(0xf0),'chartType':'Type\x20de\x20graphique','themes':_0xa5144c(0xec),'data':'Données','editData':_0xa5144c(0xdc),'inlineData':_0xa5144c(0xd9),'inlineDataPasteHint':_0xa5144c(0x11d),'addRow':_0xa5144c(0x109),'addColumn':_0xa5144c(0xf6),'cancel':_0xa5144c(0x112),'insert':_0xa5144c(0xe1),'apply':'Appliquer','duplicate':_0xa5144c(0xfc),'tableDataEmpty':_0xa5144c(0x105),'insertChartFailed':_0xa5144c(0x121),'gradientFill':_0xa5144c(0xe4),'stack':_0xa5144c(0x10d),'category':_0xa5144c(0xdb),'series':_0xa5144c(0xf7),'addSeries':_0xa5144c(0x107),'chartStyle':_0xa5144c(0x118),'chartAndAxisTitles':'Titres\x20du\x20graphique\x20et\x20des\x20axes','fill':_0xa5144c(0xe6),'border':'Bordure','title':_0xa5144c(0xf9),'legend':'Légende','horizontalAxis':'Axe\x20horizontal','verticalAxis':_0xa5144c(0x119),'visible':'Visible','gridlinesAndTicks':_0xa5144c(0x117),'indicatorLine':'Ligne\x20indicatrice','color':_0xa5144c(0xee),'styleEditPanel':{'doughnutHole':_0xa5144c(0x11f),'borderWithColor':_0xa5144c(0xda),'valueScale':'Value\x20scale','digitalFixed':_0xa5144c(0x100),'valueSuffix':_0xa5144c(0x115),'showDataLabels':'Show\x20data\x20labels','padAngle':'Label\x20padding\x20angle','halfPie':_0xa5144c(0xf5),'rosePie':'Rose\x20pie','showLabelLine':_0xa5144c(0x113),'labelPosition':_0xa5144c(0xfa),'labelText':_0xa5144c(0xeb),'labelFontSize':_0xa5144c(0x122),'labelColor':_0xa5144c(0xf1),'wordCloudShape':_0xa5144c(0x108),'repeatWordCloud':_0xa5144c(0x111)},'waterfall':{'stackType':'Stack\x20type','arrangement':_0xa5144c(0xe3),'stacked':_0xa5144c(0x106),'showSubtotal':_0xa5144c(0xff)},'none':'Aucun','position':{'top':_0xa5144c(0xea),'right':'Droite','bottom':_0xa5144c(0x102),'left':_0xa5144c(0xef),'none':_0xa5144c(0x10a)},'stackType':{'stack':_0xa5144c(0xf4),'percent':_0xa5144c(0xe9)},'settingsLabels':{'switchToRowOrColumn':_0xa5144c(0xd7)},'seriesDefaultName':_0xa5144c(0x114),'categoryDefaultName':_0xa5144c(0xed),'chartTypes':{'line':_0xa5144c(0x120),'area':_0xa5144c(0xe5),'areaStacked':_0xa5144c(0x10b),'areaPercentStacked':_0xa5144c(0xd8),'column':'Colonne','bar':_0xa5144c(0x11c),'barStacked':'Barre\x20empilée','barPercentStacked':_0xa5144c(0x10c),'pie':_0xa5144c(0x124),'donut':'Anneau','scatter':_0xa5144c(0xde),'radar':_0xa5144c(0xf2),'bubble':_0xa5144c(0x104),'combination':_0xa5144c(0x125),'wordCloud':_0xa5144c(0xfe),'funnel':'Entonnoir','relation':_0xa5144c(0xfb),'waterfall':_0xa5144c(0xe0),'pareto':_0xa5144c(0xdf),'sankey':'Sankey','heatmap':_0xa5144c(0xf3),'boxplot':_0xa5144c(0xe7)}}};export{e as default};function _0x19b1(){const _0x4fd563=['Masquer\x20le\x20panneau\x20de\x20graphiques','Bulle','Les\x20données\x20du\x20tableau\x20sont\x20vides','Stacked','Ajouter\x20une\x20série','Word\x20cloud\x20shape','Ajouter\x20une\x20ligne','Aucun','Zone\x20empilée','Barre\x20empilée\x20en\x20pourcentage','Empiler','7DPChUH','Configurer\x20le\x20graphique','Supprimer\x20le\x20graphique','Repeat\x20word\x20cloud','Annuler','Show\x20label\x20line','Série\x20{0}','Value\x20suffix','4FtZieo','Quadrillage\x20et\x20graduations','Style\x20de\x20graphique','Axe\x20vertical','712008vxxbiR','Ouvrir\x20le\x20panneau\x20de\x20graphiques','Barre','Copiez\x20et\x20collez\x20les\x20données\x20ici','3357750zexxvA','Doughnut\x20hole','Ligne','Échec\x20de\x20l\x27insertion\x20du\x20graphique','Label\x20font\x20size','7485670ocLqFG','Camembert','Combinaison','Insérer\x20un\x20graphique','Basculer\x20vers\x20ligne/colonne','Zone\x20empilée\x20en\x20pourcentage','Données\x20en\x20ligne','Border\x20with\x20color','Catégorie','Modifier\x20les\x20données','Modifier\x20le\x20graphique','Nuage\x20de\x20points','Pareto','Cascade','Insérer','1260785vYVPFe','Arrangement','Remplissage\x20dégradé','Zone','Remplissage','Boîte\x20à\x20moustaches','4jFhKMs','Empilé\x20en\x20pourcentage','Haut','Label\x20text','Thèmes','Catégorie\x20{0}','Couleur','Gauche','Graphique\x20personnalisé','Label\x20color','Radar','Carte\x20de\x20chaleur','Empilé','Half\x20pie','Ajouter\x20une\x20colonne','Série','4050248ftttUz','Titre','Label\x20position','Relation','Dupliquer','909651KNHkgX','Nuage\x20de\x20mots','Show\x20subtotal','Digital\x20fixed','2065968bZagUN','Bas'];_0x19b1=function(){return _0x4fd563;};return _0x19b1();}
1
+ const _0x308386=_0x28f6;function _0x2be8(){const _0x18faf0=['Haut','Relation','Appliquer','Suffixe\x20de\x20valeur\x20du\x20camembert','Axe\x20vertical','Anneau','Titre','Camembert\x20en\x20rose','Radar','Titres\x20du\x20graphique\x20et\x20des\x20axes','Zone','405252PyIuYU','1308765Ntpsqp','Bordure\x20colorée','Barre','Modifier\x20le\x20graphique','Insérer','Zone\x20empilée\x20en\x20pourcentage','Annuler','Axe\x20horizontal','Catégorie','Combinaison','Barre\x20empilée','Couleur\x20de\x20l’étiquette','Supprimer\x20le\x20graphique','Ouvrir\x20le\x20panneau\x20de\x20graphiques','20VpkZwg','Pareto','4fUgudS','Remplissage','Visible','Graphique\x20personnalisé','Camembert','Forme\x20du\x20nuage\x20de\x20mots','Couleur','Ligne\x20indicatrice','Entonnoir','Carte\x20de\x20chaleur','Nuage\x20de\x20mots','Dupliquer','Configurer\x20le\x20graphique','Série','Modifier\x20les\x20données','Aucun','866YdWIVP','Répéter\x20le\x20nuage\x20de\x20mots','Type\x20de\x20graphique','Thèmes','Gauche','Remplissage\x20dégradé','2289340yudrah','3095645UKrvlv','Empilé','Données\x20en\x20ligne','Afficher\x20le\x20sous-total','6178282WigInI','Style\x20de\x20graphique','Masquer\x20le\x20panneau\x20de\x20graphiques','Catégorie\x20{0}','Bordure','Position\x20des\x20étiquettes','Empiler','955YYePxE','Empilé\x20en\x20pourcentage','Quadrillage\x20et\x20graduations','Les\x20données\x20du\x20tableau\x20sont\x20vides','Afficher\x20la\x20ligne\x20des\x20étiquettes','6KCJBSe','Taille\x20de\x20police\x20de\x20l’étiquette','Zone\x20empilée','Échelle\x20de\x20valeur\x20du\x20camembert','Colonne','Boîte\x20à\x20moustaches','2055160KiKAOp','Données','Bulle','Bas'];_0x2be8=function(){return _0x18faf0;};return _0x2be8();}(function(_0x57a6df,_0xb395eb){const _0x13e61e=_0x28f6,_0x58bf0a=_0x57a6df();while(!![]){try{const _0x45f92d=parseInt(_0x13e61e(0xcc))/0x1*(-parseInt(_0x13e61e(0xba))/0x2)+parseInt(_0x13e61e(0x9a))/0x3*(-parseInt(_0x13e61e(0xaa))/0x4)+-parseInt(_0x13e61e(0xc0))/0x5*(-parseInt(_0x13e61e(0xd1))/0x6)+parseInt(_0x13e61e(0xc1))/0x7+-parseInt(_0x13e61e(0xd7))/0x8+parseInt(_0x13e61e(0x99))/0x9*(-parseInt(_0x13e61e(0xa8))/0xa)+parseInt(_0x13e61e(0xc5))/0xb;if(_0x45f92d===_0xb395eb)break;else _0x58bf0a['push'](_0x58bf0a['shift']());}catch(_0x187df6){_0x58bf0a['push'](_0x58bf0a['shift']());}}}(_0x2be8,0x40b54));const e={'slides-chart-ui':{'insertChart':'Insérer\x20un\x20graphique','editChart':_0x308386(0x9d),'openChartPanel':_0x308386(0xa7),'deleteChart':_0x308386(0xa6),'hideChartPanel':_0x308386(0xc7),'setupChart':_0x308386(0xb6),'customChart':_0x308386(0xad),'chartType':_0x308386(0xbc),'themes':_0x308386(0xbd),'data':_0x308386(0xd8),'editData':_0x308386(0xb8),'inlineData':_0x308386(0xc3),'cancel':_0x308386(0xa0),'insert':_0x308386(0x9e),'apply':_0x308386(0xdd),'duplicate':_0x308386(0xb5),'tableDataEmpty':_0x308386(0xcf),'insertChartFailed':'Échec\x20de\x20l\x27insertion\x20du\x20graphique','gradientFill':_0x308386(0xbf),'stack':'Empiler','category':_0x308386(0xa2),'series':_0x308386(0xb7),'addSeries':'Ajouter\x20une\x20série','chartStyle':_0x308386(0xc6),'chartAndAxisTitles':_0x308386(0x97),'fill':_0x308386(0xab),'border':_0x308386(0xc9),'title':_0x308386(0x94),'legend':'Légende','horizontalAxis':_0x308386(0xa1),'verticalAxis':_0x308386(0x92),'visible':_0x308386(0xac),'gridlinesAndTicks':_0x308386(0xce),'indicatorLine':_0x308386(0xb1),'color':_0x308386(0xb0),'styleEditPanel':{'doughnutHole':'Trou\x20du\x20beignet','borderWithColor':_0x308386(0x9b),'valueScale':_0x308386(0xd4),'digitalFixed':'Chiffres\x20fixes\x20du\x20camembert','valueSuffix':_0x308386(0xde),'showDataLabels':'Afficher\x20les\x20étiquettes\x20de\x20données','padAngle':'Angle\x20de\x20remplissage\x20des\x20étiquettes','halfPie':'Demi-camembert','rosePie':_0x308386(0x95),'showLabelLine':_0x308386(0xd0),'labelPosition':_0x308386(0xca),'labelText':'Étiquette\x20de\x20la\x20bulle\x20·\x20Texte\x20du\x20titre','labelFontSize':_0x308386(0xd2),'labelColor':_0x308386(0xa5),'wordCloudShape':_0x308386(0xaf),'repeatWordCloud':_0x308386(0xbb)},'waterfall':{'stackType':'Type\x20d’empilement','arrangement':'Séquentiel','stacked':_0x308386(0xcb),'showSubtotal':_0x308386(0xc4)},'none':'Aucun','position':{'top':_0x308386(0xdb),'right':'Droite','bottom':_0x308386(0xda),'left':_0x308386(0xbe),'none':_0x308386(0xb9)},'stackType':{'stack':_0x308386(0xc2),'percent':_0x308386(0xcd)},'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne'},'seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x308386(0xc8),'chartTypes':{'line':'Ligne','area':_0x308386(0x98),'areaStacked':_0x308386(0xd3),'areaPercentStacked':_0x308386(0x9f),'column':_0x308386(0xd5),'bar':_0x308386(0x9c),'barStacked':_0x308386(0xa4),'barPercentStacked':'Barre\x20empilée\x20en\x20pourcentage','pie':_0x308386(0xae),'donut':_0x308386(0x93),'scatter':'Nuage\x20de\x20points','radar':_0x308386(0x96),'bubble':_0x308386(0xd9),'combination':_0x308386(0xa3),'wordCloud':_0x308386(0xb4),'funnel':_0x308386(0xb2),'relation':_0x308386(0xdc),'waterfall':'Cascade','pareto':_0x308386(0xa9),'sankey':'Sankey','heatmap':_0x308386(0xb3),'boxplot':_0x308386(0xd6)}}};function _0x28f6(_0x38dddd,_0x43fd2f){_0x38dddd=_0x38dddd-0x92;const _0x2be8bd=_0x2be8();let _0x28f69a=_0x2be8bd[_0x38dddd];return _0x28f69a;}export{e as default};
@@ -1 +1 @@
1
- function _0xc516(_0xaf9fee,_0x493750){_0xaf9fee=_0xaf9fee-0x99;const _0x308064=_0x3080();let _0xc51611=_0x308064[_0xaf9fee];return _0xc51611;}const _0x5c791f=_0xc516;function _0x3080(){const _0x480cc0=['Isian','Border\x20with\x20color','Label\x20color','Kategori\x20{0}','Tambah\x20Baris','Data','Batal','Area\x20Bertumpuk','230728vPrksa','Batang','Sankey','Isian\x20Gradien','Gaya\x20Grafik','Repeat\x20word\x20cloud','Corong','Duplikat','Radar','Terlihat','Kolom','Kategori','4897890QimUIk','Data\x20Inline','1002CsqZpZ','Relasi','Tumpuk\x20Persen','Show\x20label\x20line','Label\x20padding\x20angle','Seri\x20{0}','Rose\x20pie','Beralih\x20ke\x20baris/kolom','Tema','Gagal\x20menyisipkan\x20grafik','Sumbu\x20Vertikal','32947387uBOmNS','16855360HtWkjr','Digital\x20fixed','Label\x20font\x20size','Tidak\x20Ada','Tumpuk','Judul\x20Grafik\x20dan\x20Sumbu','Kiri','Bawah','195318wAMGrk','531efGzCJ','Label\x20text','Label\x20position','Doughnut\x20hole','Garis','Judul','Atas','Kombinasi','Batang\x20Bertumpuk\x20Persen','Seri','Word\x20cloud\x20shape','Lingkaran','2lzVDSu','Warna','Show\x20data\x20labels','Batas','Data\x20tabel\x20kosong','Show\x20subtotal','7jOBdbW','Donat','Kanan','1252UfGXtd','Stack\x20type','Grafik\x20Kustom','Buka\x20Panel\x20Grafik','Salin\x20dan\x20tempel\x20data\x20di\x20sini','Arrangement','Gelembung','Peta\x20Panas','Area','Value\x20scale','Jenis\x20Grafik','248468NzrCqM','Half\x20pie','Batang\x20Bertumpuk'];_0x3080=function(){return _0x480cc0;};return _0x3080();}(function(_0x5a4f41,_0xf8bce5){const _0x1c5d2e=_0xc516,_0x360973=_0x5a4f41();while(!![]){try{const _0x5027dc=-parseInt(_0x1c5d2e(0xa9))/0x1*(-parseInt(_0x1c5d2e(0xbd))/0x2)+-parseInt(_0x1c5d2e(0xd6))/0x3*(-parseInt(_0x1c5d2e(0xb2))/0x4)+parseInt(_0x1c5d2e(0xd4))/0x5+-parseInt(_0x1c5d2e(0x9c))/0x6*(parseInt(_0x1c5d2e(0xaf))/0x7)+parseInt(_0x1c5d2e(0xc8))/0x8*(-parseInt(_0x1c5d2e(0x9d))/0x9)+-parseInt(_0x1c5d2e(0xe2))/0xa+parseInt(_0x1c5d2e(0xe1))/0xb;if(_0x5027dc===_0xf8bce5)break;else _0x360973['push'](_0x360973['shift']());}catch(_0x54fd89){_0x360973['push'](_0x360973['shift']());}}}(_0x3080,0xddb41));const e={'slides-chart-ui':{'insertChart':'Sisipkan\x20Grafik','editChart':'Edit\x20Grafik','openChartPanel':_0x5c791f(0xb5),'deleteChart':'Hapus\x20Grafik','hideChartPanel':'Sembunyikan\x20Panel\x20Grafik','setupChart':'Atur\x20Grafik','customChart':_0x5c791f(0xb4),'chartType':_0x5c791f(0xbc),'themes':_0x5c791f(0xde),'data':_0x5c791f(0xc5),'editData':'Edit\x20Data','inlineData':_0x5c791f(0xd5),'inlineDataPasteHint':_0x5c791f(0xb6),'addRow':_0x5c791f(0xc4),'addColumn':'Tambah\x20Kolom','cancel':_0x5c791f(0xc6),'insert':'Sisipkan','apply':'Terapkan','duplicate':_0x5c791f(0xcf),'tableDataEmpty':_0x5c791f(0xad),'insertChartFailed':_0x5c791f(0xdf),'gradientFill':_0x5c791f(0xcb),'stack':'Tumpuk','category':_0x5c791f(0xd3),'series':_0x5c791f(0xa6),'addSeries':'Tambah\x20Seri','chartStyle':_0x5c791f(0xcc),'chartAndAxisTitles':_0x5c791f(0x99),'fill':_0x5c791f(0xc0),'border':_0x5c791f(0xac),'title':_0x5c791f(0xa2),'legend':'Legenda','horizontalAxis':'Sumbu\x20Horizontal','verticalAxis':_0x5c791f(0xe0),'visible':_0x5c791f(0xd1),'gridlinesAndTicks':'Garis\x20Kisi\x20dan\x20Tanda','indicatorLine':'Garis\x20Indikator','color':_0x5c791f(0xaa),'styleEditPanel':{'doughnutHole':_0x5c791f(0xa0),'borderWithColor':_0x5c791f(0xc1),'valueScale':_0x5c791f(0xbb),'digitalFixed':_0x5c791f(0xe3),'valueSuffix':'Value\x20suffix','showDataLabels':_0x5c791f(0xab),'padAngle':_0x5c791f(0xda),'halfPie':_0x5c791f(0xbe),'rosePie':_0x5c791f(0xdc),'showLabelLine':_0x5c791f(0xd9),'labelPosition':_0x5c791f(0x9f),'labelText':_0x5c791f(0x9e),'labelFontSize':_0x5c791f(0xe4),'labelColor':_0x5c791f(0xc2),'wordCloudShape':_0x5c791f(0xa7),'repeatWordCloud':_0x5c791f(0xcd)},'waterfall':{'stackType':_0x5c791f(0xb3),'arrangement':_0x5c791f(0xb7),'stacked':'Stacked','showSubtotal':_0x5c791f(0xae)},'none':_0x5c791f(0xe5),'position':{'top':_0x5c791f(0xa3),'right':_0x5c791f(0xb1),'bottom':_0x5c791f(0x9b),'left':_0x5c791f(0x9a),'none':'Tidak\x20Ada'},'stackType':{'stack':_0x5c791f(0xe6),'percent':_0x5c791f(0xd8)},'settingsLabels':{'switchToRowOrColumn':_0x5c791f(0xdd)},'seriesDefaultName':_0x5c791f(0xdb),'categoryDefaultName':_0x5c791f(0xc3),'chartTypes':{'line':_0x5c791f(0xa1),'area':_0x5c791f(0xba),'areaStacked':_0x5c791f(0xc7),'areaPercentStacked':'Area\x20Bertumpuk\x20Persen','column':_0x5c791f(0xd2),'bar':_0x5c791f(0xc9),'barStacked':_0x5c791f(0xbf),'barPercentStacked':_0x5c791f(0xa5),'pie':_0x5c791f(0xa8),'donut':_0x5c791f(0xb0),'scatter':'Sebaran','radar':_0x5c791f(0xd0),'bubble':_0x5c791f(0xb8),'combination':_0x5c791f(0xa4),'wordCloud':'Awan\x20Kata','funnel':_0x5c791f(0xce),'relation':_0x5c791f(0xd7),'waterfall':'Air\x20Terjun','pareto':'Pareto','sankey':_0x5c791f(0xca),'heatmap':_0x5c791f(0xb9),'boxplot':'Diagram\x20Kotak'}}};export{e as default};
1
+ function _0x4a98(){const _0xdd9096=['Data\x20Inline','Isian','Sudut\x20padding\x20label','Terapkan','Kanan','Kategori','Tampilkan\x20garis\x20label','Donat','Gaya\x20Grafik','Batal','Relasi','Sebaran','Posisi\x20label','Grafik\x20Kustom','Lingkaran','3647604RaSaZm','Lubang\x20donat','Pareto','Data\x20tabel\x20kosong','3238855QnQXUf','Data','Label\x20gelembung\x20·\x20Teks\x20judul','Radar','Sisipkan','Gagal\x20menyisipkan\x20grafik','Garis\x20Indikator','Area\x20Bertumpuk\x20Persen','Area','Sumbu\x20Vertikal','Atas','Bentuk\x20awan\x20kata','Batang\x20Bertumpuk','147ApcKtC','Seri\x20{0}','Tampilkan\x20subtotal','Terlihat','5845483ByeEsh','Ulangi\x20awan\x20kata','Judul','Kiri','Area\x20Bertumpuk','Jenis\x20tumpukan','Awan\x20Kata','Sisipkan\x20Grafik','Kategori\x20{0}','Tampilkan\x20label\x20data','Sankey','47836FmLuES','Batang','Garis\x20Kisi\x20dan\x20Tanda','Jenis\x20Grafik','Sumbu\x20Horizontal','Gelembung','34393689snldKz','Buka\x20Panel\x20Grafik','Kolom','Legenda','Tema','Air\x20Terjun','Edit\x20Grafik','Garis','Batas\x20berwarna','Sembunyikan\x20Panel\x20Grafik','Setengah\x20pai','6oOsHVM','Bawah','6832680Nnzorm','Peta\x20Panas','17859wDsPzp','Pai\x20mawar','Tambah\x20Seri','Beralih\x20ke\x20baris/kolom','Sekuensial','Tumpuk'];_0x4a98=function(){return _0xdd9096;};return _0x4a98();}const _0x5993f7=_0x12d1;function _0x12d1(_0xcc67dc,_0x2899a8){_0xcc67dc=_0xcc67dc-0x118;const _0x4a98ff=_0x4a98();let _0x12d1d1=_0x4a98ff[_0xcc67dc];return _0x12d1d1;}(function(_0x221b4e,_0x433817){const _0x159406=_0x12d1,_0x207a26=_0x221b4e();while(!![]){try{const _0x3ebb75=parseInt(_0x159406(0x12f))/0x1+parseInt(_0x159406(0x11a))/0x2*(-parseInt(_0x159406(0x155))/0x3)+-parseInt(_0x159406(0x144))/0x4+parseInt(_0x159406(0x148))/0x5*(parseInt(_0x159406(0x12b))/0x6)+-parseInt(_0x159406(0x159))/0x7+-parseInt(_0x159406(0x12d))/0x8+parseInt(_0x159406(0x120))/0x9;if(_0x3ebb75===_0x433817)break;else _0x207a26['push'](_0x207a26['shift']());}catch(_0x57439e){_0x207a26['push'](_0x207a26['shift']());}}}(_0x4a98,0xae582));const e={'slides-chart-ui':{'insertChart':_0x5993f7(0x160),'editChart':_0x5993f7(0x126),'openChartPanel':_0x5993f7(0x121),'deleteChart':'Hapus\x20Grafik','hideChartPanel':_0x5993f7(0x129),'setupChart':'Atur\x20Grafik','customChart':_0x5993f7(0x142),'chartType':_0x5993f7(0x11d),'themes':_0x5993f7(0x124),'data':_0x5993f7(0x149),'editData':'Edit\x20Data','inlineData':_0x5993f7(0x135),'cancel':_0x5993f7(0x13e),'insert':_0x5993f7(0x14c),'apply':_0x5993f7(0x138),'duplicate':'Duplikat','tableDataEmpty':_0x5993f7(0x147),'insertChartFailed':_0x5993f7(0x14d),'gradientFill':'Isian\x20Gradien','stack':_0x5993f7(0x134),'category':_0x5993f7(0x13a),'series':'Seri','addSeries':_0x5993f7(0x131),'chartStyle':_0x5993f7(0x13d),'chartAndAxisTitles':'Judul\x20Grafik\x20dan\x20Sumbu','fill':_0x5993f7(0x136),'border':'Batas','title':_0x5993f7(0x15b),'legend':_0x5993f7(0x123),'horizontalAxis':_0x5993f7(0x11e),'verticalAxis':_0x5993f7(0x151),'visible':_0x5993f7(0x158),'gridlinesAndTicks':_0x5993f7(0x11c),'indicatorLine':_0x5993f7(0x14e),'color':'Warna','styleEditPanel':{'doughnutHole':_0x5993f7(0x145),'borderWithColor':_0x5993f7(0x128),'valueScale':'Skala\x20nilai','digitalFixed':'Digital\x20tetap','valueSuffix':'Akhiran\x20nilai','showDataLabels':_0x5993f7(0x118),'padAngle':_0x5993f7(0x137),'halfPie':_0x5993f7(0x12a),'rosePie':_0x5993f7(0x130),'showLabelLine':_0x5993f7(0x13b),'labelPosition':_0x5993f7(0x141),'labelText':_0x5993f7(0x14a),'labelFontSize':'Ukuran\x20font\x20label','labelColor':'Warna\x20label','wordCloudShape':_0x5993f7(0x153),'repeatWordCloud':_0x5993f7(0x15a)},'waterfall':{'stackType':_0x5993f7(0x15e),'arrangement':_0x5993f7(0x133),'stacked':_0x5993f7(0x134),'showSubtotal':_0x5993f7(0x157)},'none':'Tidak\x20Ada','position':{'top':_0x5993f7(0x152),'right':_0x5993f7(0x139),'bottom':_0x5993f7(0x12c),'left':_0x5993f7(0x15c),'none':'Tidak\x20Ada'},'stackType':{'stack':'Tumpuk','percent':'Tumpuk\x20Persen'},'settingsLabels':{'switchToRowOrColumn':_0x5993f7(0x132)},'seriesDefaultName':_0x5993f7(0x156),'categoryDefaultName':_0x5993f7(0x161),'chartTypes':{'line':_0x5993f7(0x127),'area':_0x5993f7(0x150),'areaStacked':_0x5993f7(0x15d),'areaPercentStacked':_0x5993f7(0x14f),'column':_0x5993f7(0x122),'bar':_0x5993f7(0x11b),'barStacked':_0x5993f7(0x154),'barPercentStacked':'Batang\x20Bertumpuk\x20Persen','pie':_0x5993f7(0x143),'donut':_0x5993f7(0x13c),'scatter':_0x5993f7(0x140),'radar':_0x5993f7(0x14b),'bubble':_0x5993f7(0x11f),'combination':'Kombinasi','wordCloud':_0x5993f7(0x15f),'funnel':'Corong','relation':_0x5993f7(0x13f),'waterfall':_0x5993f7(0x125),'pareto':_0x5993f7(0x146),'sankey':_0x5993f7(0x119),'heatmap':_0x5993f7(0x12e),'boxplot':'Diagram\x20Kotak'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x37fcb8=_0x2d06;function _0x45bd(){const _0x9e84dd=['Serie\x20{0}','9515LMmFuM','Sinistra','Combinazione','Border\x20with\x20color','Repeat\x20word\x20cloud','Riempimento\x20sfumato','Griglia\x20e\x20tacche','Grafico\x20personalizzato','Mappa\x20di\x20calore','Barra\x20impilata','Torta','Duplica','Show\x20data\x20labels','Dispersione','Tipo\x20di\x20grafico','Visibile','Linea','257568ETYIqF','168voHsAx','Rose\x20pie','I\x20dati\x20della\x20tabella\x20sono\x20vuoti','Half\x20pie','Elimina\x20grafico','Passa\x20a\x20riga/colonna','Dati\x20in\x20linea','Doughnut\x20hole','Alto','584420tnotXW','9340bZVPJZ','24RaurCG','Barra','Value\x20scale','Area','Arrangement','Nuvola\x20di\x20parole','A\x20cascata','Asse\x20verticale','858882ALpkvf','Sankey','3688832RliImd','595161LSMOvU','Serie','Titolo','Destra','Colore','Temi','Relazione','Nessuno','Aggiungi\x20serie','Aggiungi\x20riga','Bordo','Box\x20plot','Label\x20position','Label\x20text','Modifica\x20grafico','Bolla','Applica','Barra\x20impilata\x20percentuale','Aggiungi\x20colonna','Titoli\x20del\x20grafico\x20e\x20degli\x20assi','Imbuto','Stacked','Categoria\x20{0}','Show\x20label\x20line','Basso','Categoria','1190732hmnAJB','Copia\x20e\x20incolla\x20i\x20dati\x20qui','Linea\x20indicatore','Value\x20suffix','Inserisci','Label\x20color','Riempimento','Word\x20cloud\x20shape','6ohWqSx','Label\x20padding\x20angle','Impilato\x20percentuale','Stack\x20type','Digital\x20fixed','Show\x20subtotal','Stile\x20grafico','Legenda','Annulla','Modifica\x20dati'];_0x45bd=function(){return _0x9e84dd;};return _0x45bd();}function _0x2d06(_0x5272cf,_0x31c4df){_0x5272cf=_0x5272cf-0xe8;const _0x45bd84=_0x45bd();let _0x2d06ce=_0x45bd84[_0x5272cf];return _0x2d06ce;}(function(_0x3df529,_0x36a367){const _0x13b0ab=_0x2d06,_0x1d260b=_0x3df529();while(!![]){try{const _0x5a9a32=-parseInt(_0x13b0ab(0xfd))/0x1+-parseInt(_0x13b0ab(0xe9))/0x2+parseInt(_0x13b0ab(0x122))/0x3*(parseInt(_0x13b0ab(0x11a))/0x4)+-parseInt(_0x13b0ab(0xf3))/0x5*(parseInt(_0x13b0ab(0xf5))/0x6)+-parseInt(_0x13b0ab(0xff))/0x7+-parseInt(_0x13b0ab(0xea))/0x8*(-parseInt(_0x13b0ab(0x100))/0x9)+parseInt(_0x13b0ab(0xf4))/0xa*(parseInt(_0x13b0ab(0x12d))/0xb);if(_0x5a9a32===_0x36a367)break;else _0x1d260b['push'](_0x1d260b['shift']());}catch(_0x5010aa){_0x1d260b['push'](_0x1d260b['shift']());}}}(_0x45bd,0xc5b4f));const e={'slides-chart-ui':{'insertChart':'Inserisci\x20grafico','editChart':_0x37fcb8(0x10e),'openChartPanel':'Apri\x20pannello\x20grafici','deleteChart':_0x37fcb8(0xee),'hideChartPanel':'Nascondi\x20pannello\x20grafici','setupChart':'Configura\x20grafico','customChart':_0x37fcb8(0x134),'chartType':_0x37fcb8(0x13b),'themes':_0x37fcb8(0x105),'data':'Dati','editData':_0x37fcb8(0x12b),'inlineData':_0x37fcb8(0xf0),'inlineDataPasteHint':_0x37fcb8(0x11b),'addRow':_0x37fcb8(0x109),'addColumn':_0x37fcb8(0x112),'cancel':_0x37fcb8(0x12a),'insert':_0x37fcb8(0x11e),'apply':_0x37fcb8(0x110),'duplicate':_0x37fcb8(0x138),'tableDataEmpty':_0x37fcb8(0xec),'insertChartFailed':'Inserimento\x20grafico\x20non\x20riuscito','gradientFill':_0x37fcb8(0x132),'stack':'Impila','category':_0x37fcb8(0x119),'series':_0x37fcb8(0x101),'addSeries':_0x37fcb8(0x108),'chartStyle':_0x37fcb8(0x128),'chartAndAxisTitles':_0x37fcb8(0x113),'fill':_0x37fcb8(0x120),'border':_0x37fcb8(0x10a),'title':_0x37fcb8(0x102),'legend':_0x37fcb8(0x129),'horizontalAxis':'Asse\x20orizzontale','verticalAxis':_0x37fcb8(0xfc),'visible':_0x37fcb8(0x13c),'gridlinesAndTicks':_0x37fcb8(0x133),'indicatorLine':_0x37fcb8(0x11c),'color':_0x37fcb8(0x104),'styleEditPanel':{'doughnutHole':_0x37fcb8(0xf1),'borderWithColor':_0x37fcb8(0x130),'valueScale':_0x37fcb8(0xf7),'digitalFixed':_0x37fcb8(0x126),'valueSuffix':_0x37fcb8(0x11d),'showDataLabels':_0x37fcb8(0x139),'padAngle':_0x37fcb8(0x123),'halfPie':_0x37fcb8(0xed),'rosePie':_0x37fcb8(0xeb),'showLabelLine':_0x37fcb8(0x117),'labelPosition':_0x37fcb8(0x10c),'labelText':_0x37fcb8(0x10d),'labelFontSize':'Label\x20font\x20size','labelColor':_0x37fcb8(0x11f),'wordCloudShape':_0x37fcb8(0x121),'repeatWordCloud':_0x37fcb8(0x131)},'waterfall':{'stackType':_0x37fcb8(0x125),'arrangement':_0x37fcb8(0xf9),'stacked':_0x37fcb8(0x115),'showSubtotal':_0x37fcb8(0x127)},'none':_0x37fcb8(0x107),'position':{'top':_0x37fcb8(0xf2),'right':_0x37fcb8(0x103),'bottom':_0x37fcb8(0x118),'left':_0x37fcb8(0x12e),'none':'Nessuno'},'stackType':{'stack':'Impilato','percent':_0x37fcb8(0x124)},'settingsLabels':{'switchToRowOrColumn':_0x37fcb8(0xef)},'seriesDefaultName':_0x37fcb8(0x12c),'categoryDefaultName':_0x37fcb8(0x116),'chartTypes':{'line':_0x37fcb8(0xe8),'area':_0x37fcb8(0xf8),'areaStacked':'Area\x20impilata','areaPercentStacked':'Area\x20impilata\x20percentuale','column':'Colonna','bar':_0x37fcb8(0xf6),'barStacked':_0x37fcb8(0x136),'barPercentStacked':_0x37fcb8(0x111),'pie':_0x37fcb8(0x137),'donut':'Anello','scatter':_0x37fcb8(0x13a),'radar':'Radar','bubble':_0x37fcb8(0x10f),'combination':_0x37fcb8(0x12f),'wordCloud':_0x37fcb8(0xfa),'funnel':_0x37fcb8(0x114),'relation':_0x37fcb8(0x106),'waterfall':_0x37fcb8(0xfb),'pareto':'Pareto','sankey':_0x37fcb8(0xfe),'heatmap':_0x37fcb8(0x135),'boxplot':_0x37fcb8(0x10b)}}};export{e as default};
1
+ function _0x40fa(_0x4f7887,_0x2a01bc){_0x4f7887=_0x4f7887-0x1af;const _0x3206fc=_0x3206();let _0x40fa33=_0x3206fc[_0x4f7887];return _0x40fa33;}const _0x19f251=_0x40fa;(function(_0x4bb247,_0x4550ad){const _0x58e15b=_0x40fa,_0x553484=_0x4bb247();while(!![]){try{const _0x9929b0=parseInt(_0x58e15b(0x1c9))/0x1*(parseInt(_0x58e15b(0x1ea))/0x2)+parseInt(_0x58e15b(0x1ed))/0x3+parseInt(_0x58e15b(0x1e4))/0x4*(-parseInt(_0x58e15b(0x1f3))/0x5)+-parseInt(_0x58e15b(0x1d0))/0x6+-parseInt(_0x58e15b(0x1af))/0x7+-parseInt(_0x58e15b(0x1f8))/0x8*(-parseInt(_0x58e15b(0x1da))/0x9)+parseInt(_0x58e15b(0x1b2))/0xa;if(_0x9929b0===_0x4550ad)break;else _0x553484['push'](_0x553484['shift']());}catch(_0xbe56b8){_0x553484['push'](_0x553484['shift']());}}}(_0x3206,0x535d2));function _0x3206(){const _0x3f2ab0=['969039ALBfpJ','Suffisso\x20valore','Forma\x20nuvola\x20di\x20parole','Griglia\x20e\x20tacche','Linea\x20indicatore','Titoli\x20del\x20grafico\x20e\x20degli\x20assi','Scala\x20valore','Nuvola\x20di\x20parole','Pareto','Colore\x20etichetta','262756xpSgDN','Inserimento\x20grafico\x20non\x20riuscito','Imbuto','Asse\x20verticale','Serie','Etichetta\x20bolla\x20·\x20Testo\x20titolo','118rBNiaT','Modifica\x20dati','Tipo\x20di\x20grafico','348183NmuzRE','Categoria\x20{0}','Area\x20impilata','Basso','Legenda','Sankey','45pqsyZx','Duplica','Destra','Colonna','Dispersione','8tZqpZT','Cifre\x20decimali\x20fisse','Visibile','4117596Gqhrrp','Dati\x20in\x20linea','Posizione\x20etichetta','17394780EJLTxz','Torta\x20a\x20rosa','Impila','Nascondi\x20pannello\x20grafici','Dati','Barra\x20impilata\x20percentuale','Bolla','Inserisci','Titolo','Box\x20plot','Impilato','Colore','Barra','Area\x20impilata\x20percentuale','Foro\x20ad\x20anello','Angolo\x20spaziatura\x20etichetta','Tipo\x20di\x20impilamento','Barra\x20impilata','Ripeti\x20nuvola\x20di\x20parole','Alto','Passa\x20a\x20riga/colonna','Modifica\x20grafico','Inserisci\x20grafico','809uDHAKB','Asse\x20orizzontale','Apri\x20pannello\x20grafici','Configura\x20grafico','Applica','Area','Mostra\x20etichette\x20dati','2940324VlHExF','Mezza\x20torta','Serie\x20{0}','Impilato\x20percentuale','Aggiungi\x20serie','Grafico\x20personalizzato','Relazione','Anello','Temi','I\x20dati\x20della\x20tabella\x20sono\x20vuoti'];_0x3206=function(){return _0x3f2ab0;};return _0x3206();}const e={'slides-chart-ui':{'insertChart':_0x19f251(0x1c8),'editChart':_0x19f251(0x1c7),'openChartPanel':_0x19f251(0x1cb),'deleteChart':'Elimina\x20grafico','hideChartPanel':_0x19f251(0x1b5),'setupChart':_0x19f251(0x1cc),'customChart':_0x19f251(0x1d5),'chartType':_0x19f251(0x1ec),'themes':_0x19f251(0x1d8),'data':_0x19f251(0x1b6),'editData':_0x19f251(0x1eb),'inlineData':_0x19f251(0x1b0),'cancel':'Annulla','insert':_0x19f251(0x1b9),'apply':_0x19f251(0x1cd),'duplicate':_0x19f251(0x1f4),'tableDataEmpty':_0x19f251(0x1d9),'insertChartFailed':_0x19f251(0x1e5),'gradientFill':'Riempimento\x20sfumato','stack':_0x19f251(0x1b4),'category':'Categoria','series':_0x19f251(0x1e8),'addSeries':_0x19f251(0x1d4),'chartStyle':'Stile\x20grafico','chartAndAxisTitles':_0x19f251(0x1df),'fill':'Riempimento','border':'Bordo','title':_0x19f251(0x1ba),'legend':_0x19f251(0x1f1),'horizontalAxis':_0x19f251(0x1ca),'verticalAxis':_0x19f251(0x1e7),'visible':_0x19f251(0x1fa),'gridlinesAndTicks':_0x19f251(0x1dd),'indicatorLine':_0x19f251(0x1de),'color':_0x19f251(0x1bd),'styleEditPanel':{'doughnutHole':_0x19f251(0x1c0),'borderWithColor':'Bordo\x20colorato','valueScale':_0x19f251(0x1e0),'digitalFixed':_0x19f251(0x1f9),'valueSuffix':_0x19f251(0x1db),'showDataLabels':_0x19f251(0x1cf),'padAngle':_0x19f251(0x1c1),'halfPie':_0x19f251(0x1d1),'rosePie':_0x19f251(0x1b3),'showLabelLine':'Mostra\x20linea\x20etichetta','labelPosition':_0x19f251(0x1b1),'labelText':_0x19f251(0x1e9),'labelFontSize':'Dimensione\x20carattere\x20etichetta','labelColor':_0x19f251(0x1e3),'wordCloudShape':_0x19f251(0x1dc),'repeatWordCloud':_0x19f251(0x1c4)},'waterfall':{'stackType':_0x19f251(0x1c2),'arrangement':'Sequenziale','stacked':'Impila','showSubtotal':'Mostra\x20subtotale'},'none':'Nessuno','position':{'top':_0x19f251(0x1c5),'right':_0x19f251(0x1f5),'bottom':_0x19f251(0x1f0),'left':'Sinistra','none':'Nessuno'},'stackType':{'stack':_0x19f251(0x1bc),'percent':_0x19f251(0x1d3)},'settingsLabels':{'switchToRowOrColumn':_0x19f251(0x1c6)},'seriesDefaultName':_0x19f251(0x1d2),'categoryDefaultName':_0x19f251(0x1ee),'chartTypes':{'line':'Linea','area':_0x19f251(0x1ce),'areaStacked':_0x19f251(0x1ef),'areaPercentStacked':_0x19f251(0x1bf),'column':_0x19f251(0x1f6),'bar':_0x19f251(0x1be),'barStacked':_0x19f251(0x1c3),'barPercentStacked':_0x19f251(0x1b7),'pie':'Torta','donut':_0x19f251(0x1d7),'scatter':_0x19f251(0x1f7),'radar':'Radar','bubble':_0x19f251(0x1b8),'combination':'Combinazione','wordCloud':_0x19f251(0x1e1),'funnel':_0x19f251(0x1e6),'relation':_0x19f251(0x1d6),'waterfall':'A\x20cascata','pareto':_0x19f251(0x1e2),'sankey':_0x19f251(0x1f2),'heatmap':'Mappa\x20di\x20calore','boxplot':_0x19f251(0x1bb)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x32cc1c=_0x17e8;(function(_0xc76df2,_0x513b83){const _0x49558f=_0x17e8,_0xb7777f=_0xc76df2();while(!![]){try{const _0x3ea8ee=parseInt(_0x49558f(0x178))/0x1+parseInt(_0x49558f(0x174))/0x2*(parseInt(_0x49558f(0x19b))/0x3)+-parseInt(_0x49558f(0x181))/0x4*(parseInt(_0x49558f(0x175))/0x5)+-parseInt(_0x49558f(0x18c))/0x6*(parseInt(_0x49558f(0x195))/0x7)+-parseInt(_0x49558f(0x1a7))/0x8*(-parseInt(_0x49558f(0x179))/0x9)+parseInt(_0x49558f(0x17b))/0xa*(parseInt(_0x49558f(0x17e))/0xb)+-parseInt(_0x49558f(0x192))/0xc;if(_0x3ea8ee===_0x513b83)break;else _0xb7777f['push'](_0xb7777f['shift']());}catch(_0x5e5729){_0xb7777f['push'](_0xb7777f['shift']());}}}(_0x30ec,0x8015d));function _0x30ec(){const _0x637337=['14748NVzNzt','列を追加','ワードクラウド','Label\x20font\x20size','ファネル','Value\x20scale','積み上げ横棒','Word\x20cloud\x20shape','積み上げ','カスタムグラフ','グラフパネルを開く','テーブルデータが空です','4992KnWVrb','Stack\x20type','グラフの種類','グラフと軸のタイトル','グラフを設定','カテゴリ','サンキー','キャンセル','Repeat\x20word\x20cloud','折れ線','タイトル','128gvMJcx','438715JjWWUK','パーセント積み上げ横棒','Arrangement','10249dDDIMX','3114hPynYr','ドーナツ','109790TROrwg','Rose\x20pie','グラフパネルを非表示','1045qTdeWn','系列\x20{0}','グラフを削除','12btxgFz','Label\x20padding\x20angle','Border\x20with\x20color','Value\x20suffix','ヒートマップ','グラフを挿入','行/列を切り替え','Stacked','散布図','塗りつぶし','ウォーターフォール','942RnkQsw','系列を追加','Label\x20color','グラフの挿入に失敗しました','レーダー','パレート','4511292pxFwfG','グラフスタイル','行を追加','18725fiWggc','ここにデータをコピー&ペースト','カテゴリ\x20{0}','テーマ','Label\x20position','バブル'];_0x30ec=function(){return _0x637337;};return _0x30ec();}function _0x17e8(_0x3eb7b4,_0x31b0dc){_0x3eb7b4=_0x3eb7b4-0x16a;const _0x30ec48=_0x30ec();let _0x17e815=_0x30ec48[_0x3eb7b4];return _0x17e815;}const e={'slides-chart-ui':{'insertChart':_0x32cc1c(0x186),'editChart':'グラフを編集','openChartPanel':_0x32cc1c(0x1a5),'deleteChart':_0x32cc1c(0x180),'hideChartPanel':_0x32cc1c(0x17d),'setupChart':_0x32cc1c(0x16d),'customChart':_0x32cc1c(0x1a4),'chartType':_0x32cc1c(0x16b),'themes':_0x32cc1c(0x198),'data':'データ','editData':'データを編集','inlineData':'インラインデータ','inlineDataPasteHint':_0x32cc1c(0x196),'addRow':_0x32cc1c(0x194),'addColumn':_0x32cc1c(0x19c),'cancel':_0x32cc1c(0x170),'insert':'挿入','apply':'適用','duplicate':'複製','tableDataEmpty':_0x32cc1c(0x1a6),'insertChartFailed':_0x32cc1c(0x18f),'gradientFill':'グラデーション塗りつぶし','stack':_0x32cc1c(0x1a3),'category':_0x32cc1c(0x16e),'series':'系列','addSeries':_0x32cc1c(0x18d),'chartStyle':_0x32cc1c(0x193),'chartAndAxisTitles':_0x32cc1c(0x16c),'fill':_0x32cc1c(0x18a),'border':'枠線','title':_0x32cc1c(0x173),'legend':'凡例','horizontalAxis':'横軸','verticalAxis':'縦軸','visible':'表示','gridlinesAndTicks':'グリッド線と目盛り','indicatorLine':'指標線','color':'色','styleEditPanel':{'doughnutHole':'Doughnut\x20hole','borderWithColor':_0x32cc1c(0x183),'valueScale':_0x32cc1c(0x1a0),'digitalFixed':'Digital\x20fixed','valueSuffix':_0x32cc1c(0x184),'showDataLabels':'Show\x20data\x20labels','padAngle':_0x32cc1c(0x182),'halfPie':'Half\x20pie','rosePie':_0x32cc1c(0x17c),'showLabelLine':'Show\x20label\x20line','labelPosition':_0x32cc1c(0x199),'labelText':'Label\x20text','labelFontSize':_0x32cc1c(0x19e),'labelColor':_0x32cc1c(0x18e),'wordCloudShape':_0x32cc1c(0x1a2),'repeatWordCloud':_0x32cc1c(0x171)},'waterfall':{'stackType':_0x32cc1c(0x16a),'arrangement':_0x32cc1c(0x177),'stacked':_0x32cc1c(0x188),'showSubtotal':'Show\x20subtotal'},'none':'なし','position':{'top':'上','right':'右','bottom':'下','left':'左','none':'なし'},'stackType':{'stack':_0x32cc1c(0x1a3),'percent':'パーセント積み上げ'},'settingsLabels':{'switchToRowOrColumn':_0x32cc1c(0x187)},'seriesDefaultName':_0x32cc1c(0x17f),'categoryDefaultName':_0x32cc1c(0x197),'chartTypes':{'line':_0x32cc1c(0x172),'area':'面','areaStacked':'積み上げ面','areaPercentStacked':'パーセント積み上げ面','column':'縦棒','bar':'横棒','barStacked':_0x32cc1c(0x1a1),'barPercentStacked':_0x32cc1c(0x176),'pie':'円','donut':_0x32cc1c(0x17a),'scatter':_0x32cc1c(0x189),'radar':_0x32cc1c(0x190),'bubble':_0x32cc1c(0x19a),'combination':'複合','wordCloud':_0x32cc1c(0x19d),'funnel':_0x32cc1c(0x19f),'relation':'相関','waterfall':_0x32cc1c(0x18b),'pareto':_0x32cc1c(0x191),'sankey':_0x32cc1c(0x16f),'heatmap':_0x32cc1c(0x185),'boxplot':'箱ひげ図'}}};export{e as default};
1
+ function _0x2e86(_0x105066,_0x54ab36){_0x105066=_0x105066-0x6a;const _0x3f3ef9=_0x3f3e();let _0x2e8666=_0x3f3ef9[_0x105066];return _0x2e8666;}const _0x388a14=_0x2e86;(function(_0x321bd1,_0x208b28){const _0x1bea50=_0x2e86,_0x1058b8=_0x321bd1();while(!![]){try{const _0xbc2551=parseInt(_0x1bea50(0x98))/0x1*(parseInt(_0x1bea50(0x94))/0x2)+-parseInt(_0x1bea50(0x96))/0x3+-parseInt(_0x1bea50(0x97))/0x4+-parseInt(_0x1bea50(0x83))/0x5*(-parseInt(_0x1bea50(0x7d))/0x6)+parseInt(_0x1bea50(0x7f))/0x7+-parseInt(_0x1bea50(0x9f))/0x8+parseInt(_0x1bea50(0x82))/0x9;if(_0xbc2551===_0x208b28)break;else _0x1058b8['push'](_0x1058b8['shift']());}catch(_0x2830bc){_0x1058b8['push'](_0x1058b8['shift']());}}}(_0x3f3e,0x7d2b7));const e={'slides-chart-ui':{'insertChart':'グラフを挿入','editChart':_0x388a14(0x99),'openChartPanel':'グラフパネルを開く','deleteChart':'グラフを削除','hideChartPanel':_0x388a14(0x86),'setupChart':_0x388a14(0x6f),'customChart':'カスタムグラフ','chartType':_0x388a14(0x81),'themes':'テーマ','data':'データ','editData':_0x388a14(0x8b),'inlineData':'インラインデータ','cancel':_0x388a14(0x77),'insert':'挿入','apply':'適用','duplicate':'複製','tableDataEmpty':_0x388a14(0x9a),'insertChartFailed':_0x388a14(0x75),'gradientFill':'グラデーション塗りつぶし','stack':_0x388a14(0x9b),'category':_0x388a14(0x78),'series':'系列','addSeries':_0x388a14(0xa0),'chartStyle':_0x388a14(0x84),'chartAndAxisTitles':_0x388a14(0x95),'fill':_0x388a14(0x6d),'border':'枠線','title':_0x388a14(0x6a),'legend':'凡例','horizontalAxis':'横軸','verticalAxis':'縦軸','visible':'表示','gridlinesAndTicks':_0x388a14(0x9d),'indicatorLine':_0x388a14(0x91),'color':'色','styleEditPanel':{'doughnutHole':_0x388a14(0x79),'borderWithColor':_0x388a14(0x7a),'valueScale':_0x388a14(0x92),'digitalFixed':'小数点以下の桁数','valueSuffix':_0x388a14(0x8f),'showDataLabels':_0x388a14(0x85),'padAngle':'ラベルの余白角度','halfPie':'半円','rosePie':'ローズ円','showLabelLine':_0x388a14(0x90),'labelPosition':_0x388a14(0x8a),'labelText':_0x388a14(0x7e),'labelFontSize':_0x388a14(0x8e),'labelColor':_0x388a14(0x80),'wordCloudShape':_0x388a14(0x87),'repeatWordCloud':_0x388a14(0x6e)},'waterfall':{'stackType':_0x388a14(0x71),'arrangement':'並列','stacked':_0x388a14(0x9b),'showSubtotal':'小計を表示'},'none':'なし','position':{'top':'上','right':'右','bottom':'下','left':'左','none':'なし'},'stackType':{'stack':_0x388a14(0x9b),'percent':_0x388a14(0x6c)},'settingsLabels':{'switchToRowOrColumn':'行/列を切り替え'},'seriesDefaultName':_0x388a14(0x72),'categoryDefaultName':_0x388a14(0x9e),'chartTypes':{'line':_0x388a14(0x8d),'area':'面','areaStacked':_0x388a14(0x89),'areaPercentStacked':_0x388a14(0x74),'column':'縦棒','bar':'横棒','barStacked':_0x388a14(0x88),'barPercentStacked':_0x388a14(0x9c),'pie':'円','donut':_0x388a14(0x76),'scatter':'散布図','radar':_0x388a14(0x8c),'bubble':_0x388a14(0x73),'combination':'複合','wordCloud':_0x388a14(0x93),'funnel':'ファネル','relation':'相関','waterfall':_0x388a14(0x7c),'pareto':_0x388a14(0x6b),'sankey':_0x388a14(0x7b),'heatmap':_0x388a14(0x70),'boxplot':'箱ひげ図'}}};function _0x3f3e(){const _0x1ac568=['ラベルのフォントサイズ','値の接尾辞','ラベル線を表示','指標線','値のスケール','ワードクラウド','6unGpqt','グラフと軸のタイトル','3075660JkyDtd','3687216RoEsdF','127266HwaOws','グラフを編集','テーブルデータが空です','積み上げ','パーセント積み上げ横棒','グリッド線と目盛り','カテゴリ\x20{0}','2747248ZyCDtA','系列を追加','タイトル','パレート','パーセント積み上げ','塗りつぶし','ワードクラウドを繰り返す','グラフを設定','ヒートマップ','積み上げの種類','系列\x20{0}','バブル','パーセント積み上げ面','グラフの挿入に失敗しました','ドーナツ','キャンセル','カテゴリ','ドーナツの穴','色付きの枠線','サンキー','ウォーターフォール','60846tsaCif','ラベルのテキスト','4553801TyQgGI','ラベルの色','グラフの種類','14385483beYFmJ','85eSwBDN','グラフスタイル','データラベルを表示','グラフパネルを非表示','ワードクラウドの形状','積み上げ横棒','積み上げ面','ラベルの位置','データを編集','レーダー','折れ線'];_0x3f3e=function(){return _0x1ac568;};return _0x3f3e();}export{e as default};
@@ -1 +1 @@
1
- const _0x23c81e=_0x15f5;(function(_0x4a3da5,_0x95551f){const _0x3b7f89=_0x15f5,_0x234b08=_0x4a3da5();while(!![]){try{const _0x154920=parseInt(_0x3b7f89(0x10a))/0x1+-parseInt(_0x3b7f89(0xff))/0x2*(parseInt(_0x3b7f89(0x122))/0x3)+parseInt(_0x3b7f89(0x100))/0x4+-parseInt(_0x3b7f89(0x104))/0x5*(-parseInt(_0x3b7f89(0x12d))/0x6)+parseInt(_0x3b7f89(0x116))/0x7+-parseInt(_0x3b7f89(0x12a))/0x8*(-parseInt(_0x3b7f89(0x102))/0x9)+-parseInt(_0x3b7f89(0x137))/0xa;if(_0x154920===_0x95551f)break;else _0x234b08['push'](_0x234b08['shift']());}catch(_0x14567f){_0x234b08['push'](_0x234b08['shift']());}}}(_0x1aad,0xb9e66));const e={'slides-chart-ui':{'insertChart':_0x23c81e(0x129),'editChart':_0x23c81e(0xfe),'openChartPanel':_0x23c81e(0x10d),'deleteChart':_0x23c81e(0x123),'hideChartPanel':'차트\x20패널\x20숨기기','setupChart':_0x23c81e(0x112),'customChart':_0x23c81e(0x130),'chartType':'차트\x20유형','themes':'테마','data':_0x23c81e(0x10c),'editData':'데이터\x20편집','inlineData':_0x23c81e(0x12e),'inlineDataPasteHint':_0x23c81e(0x12f),'addRow':'행\x20추가','addColumn':_0x23c81e(0x105),'cancel':'취소','insert':'삽입','apply':'적용','duplicate':'복제','tableDataEmpty':'테이블\x20데이터가\x20비어\x20있습니다','insertChartFailed':_0x23c81e(0x11d),'gradientFill':_0x23c81e(0x10e),'stack':'누적','category':'범주','series':'계열','addSeries':_0x23c81e(0x118),'chartStyle':_0x23c81e(0x110),'chartAndAxisTitles':'차트\x20및\x20축\x20제목','fill':'채우기','border':'테두리','title':'제목','legend':'범례','horizontalAxis':_0x23c81e(0x134),'verticalAxis':_0x23c81e(0x107),'visible':'표시','gridlinesAndTicks':_0x23c81e(0x12b),'indicatorLine':_0x23c81e(0x115),'color':'색','styleEditPanel':{'doughnutHole':_0x23c81e(0x10b),'borderWithColor':_0x23c81e(0x11a),'valueScale':_0x23c81e(0x10f),'digitalFixed':'Digital\x20fixed','valueSuffix':_0x23c81e(0x125),'showDataLabels':_0x23c81e(0x101),'padAngle':_0x23c81e(0x124),'halfPie':'Half\x20pie','rosePie':_0x23c81e(0x114),'showLabelLine':_0x23c81e(0x128),'labelPosition':_0x23c81e(0x11e),'labelText':'Label\x20text','labelFontSize':_0x23c81e(0x11b),'labelColor':'Label\x20color','wordCloudShape':_0x23c81e(0x121),'repeatWordCloud':'Repeat\x20word\x20cloud'},'waterfall':{'stackType':'Stack\x20type','arrangement':_0x23c81e(0x11c),'stacked':_0x23c81e(0x103),'showSubtotal':_0x23c81e(0x108)},'none':'없음','position':{'top':'위','right':'오른쪽','bottom':'아래','left':'왼쪽','none':'없음'},'stackType':{'stack':'누적','percent':_0x23c81e(0x113)},'settingsLabels':{'switchToRowOrColumn':_0x23c81e(0x132)},'seriesDefaultName':_0x23c81e(0x111),'categoryDefaultName':'범주\x20{0}','chartTypes':{'line':_0x23c81e(0x106),'area':'영역','areaStacked':_0x23c81e(0xfc),'areaPercentStacked':'백분율\x20누적\x20영역','column':_0x23c81e(0x127),'bar':_0x23c81e(0x133),'barStacked':_0x23c81e(0x135),'barPercentStacked':_0x23c81e(0x136),'pie':'원형','donut':_0x23c81e(0x12c),'scatter':_0x23c81e(0xfb),'radar':_0x23c81e(0x119),'bubble':_0x23c81e(0x126),'combination':'혼합형','wordCloud':_0x23c81e(0x120),'funnel':_0x23c81e(0x11f),'relation':'관계형','waterfall':_0x23c81e(0xfd),'pareto':_0x23c81e(0x109),'sankey':'생키','heatmap':_0x23c81e(0x117),'boxplot':_0x23c81e(0x131)}}};function _0x15f5(_0x4b8d2f,_0x5beb04){_0x4b8d2f=_0x4b8d2f-0xfb;const _0x1aad5d=_0x1aad();let _0x15f532=_0x1aad5d[_0x4b8d2f];return _0x15f532;}export{e as default};function _0x1aad(){const _0x122a11=['상자\x20수염\x20그래프','행/열\x20전환','가로\x20막대형','가로\x20축','누적\x20가로\x20막대형','백분율\x20누적\x20가로\x20막대형','21058500OdxvAP','분산형','누적\x20영역','폭포형','차트\x20편집','4oJkHfV','3033296EDZCJK','Show\x20data\x20labels','387qHOOwr','Stacked','125IjFiil','열\x20추가','꺾은선형','세로\x20축','Show\x20subtotal','파레토','188042vZwtJc','Doughnut\x20hole','데이터','차트\x20패널\x20열기','그라데이션\x20채우기','Value\x20scale','차트\x20스타일','계열\x20{0}','차트\x20설정','백분율\x20누적','Rose\x20pie','지표선','9648492SvQXVz','히트맵','계열\x20추가','방사형','Border\x20with\x20color','Label\x20font\x20size','Arrangement','차트\x20삽입\x20실패','Label\x20position','깔때기형','워드\x20클라우드','Word\x20cloud\x20shape','106842eKSVya','차트\x20삭제','Label\x20padding\x20angle','Value\x20suffix','거품형','세로\x20막대형','Show\x20label\x20line','차트\x20삽입','86312HGIFdr','눈금선\x20및\x20눈금','도넛형','35970WVocSz','인라인\x20데이터','여기에\x20데이터를\x20복사하여\x20붙여넣기','사용자\x20지정\x20차트'];_0x1aad=function(){return _0x122a11;};return _0x1aad();}
1
+ const _0x39408d=_0x3ef0;function _0x2a93(){const _0x636688=['세로\x20막대형','계열\x20추가','값\x20접미사','665379WQFKzD','값\x20배율','58330dZgxdl','가로\x20막대형','색상\x20테두리','방사형','채우기','2874684JYGffq','백분율\x20누적\x20영역','데이터','상자\x20수염\x20그래프','차트\x20편집','4214727ehkCza','차트\x20패널\x20숨기기','그라데이션\x20채우기','차트\x20삽입\x20실패','레이블\x20간격\x20각도','지표선','7891016WoRWxh','파레토','단어\x20반복','레이블\x20글꼴\x20크기','계열\x20{0}','차트\x20패널\x20열기','13522599VkNUEK','126906mmGIRY','꺾은선형','차트\x20스타일','테두리','워드\x20클라우드','레이블\x20위치','데이터\x20편집','도넛\x20구멍\x20크기','깔때기형','14SzcQfl','테이블\x20데이터가\x20비어\x20있습니다','차트\x20삭제','레이블\x20색상','백분율\x20누적\x20가로\x20막대형','도넛형','레이블\x20선\x20표시','백분율\x20누적','차트\x20유형','데이터\x20레이블\x20표시','차트\x20설정','누적\x20영역','거품형','히트맵','차트\x20및\x20축\x20제목','누적\x20가로\x20막대형','소계\x20표시','136ZlDdAs','행/열\x20전환','차트\x20삽입','관계형','눈금선\x20및\x20눈금','로즈\x20원형','거품\x20레이블\x20·\x20제목\x20텍스트'];_0x2a93=function(){return _0x636688;};return _0x2a93();}function _0x3ef0(_0x712c14,_0x610d5e){_0x712c14=_0x712c14-0x1bb;const _0x2a931a=_0x2a93();let _0x3ef045=_0x2a931a[_0x712c14];return _0x3ef045;}(function(_0x262a07,_0x36627a){const _0x10debf=_0x3ef0,_0x443a5c=_0x262a07();while(!![]){try{const _0x5aa9a9=-parseInt(_0x10debf(0x1e6))/0x1+-parseInt(_0x10debf(0x1c2))/0x2+parseInt(_0x10debf(0x1f2))/0x3+-parseInt(_0x10debf(0x1dc))/0x4*(parseInt(_0x10debf(0x1e8))/0x5)+-parseInt(_0x10debf(0x1ed))/0x6*(-parseInt(_0x10debf(0x1cb))/0x7)+parseInt(_0x10debf(0x1bb))/0x8+-parseInt(_0x10debf(0x1c1))/0x9;if(_0x5aa9a9===_0x36627a)break;else _0x443a5c['push'](_0x443a5c['shift']());}catch(_0x5a9ae1){_0x443a5c['push'](_0x443a5c['shift']());}}}(_0x2a93,0xb0277));const e={'slides-chart-ui':{'insertChart':_0x39408d(0x1de),'editChart':_0x39408d(0x1f1),'openChartPanel':_0x39408d(0x1c0),'deleteChart':_0x39408d(0x1cd),'hideChartPanel':_0x39408d(0x1f3),'setupChart':_0x39408d(0x1d5),'customChart':'사용자\x20지정\x20차트','chartType':_0x39408d(0x1d3),'themes':'테마','data':_0x39408d(0x1ef),'editData':_0x39408d(0x1c8),'inlineData':'인라인\x20데이터','cancel':'취소','insert':'삽입','apply':'적용','duplicate':'복제','tableDataEmpty':_0x39408d(0x1cc),'insertChartFailed':_0x39408d(0x1f5),'gradientFill':_0x39408d(0x1f4),'stack':'누적','category':'범주','series':'계열','addSeries':_0x39408d(0x1e4),'chartStyle':_0x39408d(0x1c4),'chartAndAxisTitles':_0x39408d(0x1d9),'fill':_0x39408d(0x1ec),'border':_0x39408d(0x1c5),'title':'제목','legend':'범례','horizontalAxis':'가로\x20축','verticalAxis':'세로\x20축','visible':'표시','gridlinesAndTicks':_0x39408d(0x1e0),'indicatorLine':_0x39408d(0x1f7),'color':'색','styleEditPanel':{'doughnutHole':_0x39408d(0x1c9),'borderWithColor':_0x39408d(0x1ea),'valueScale':_0x39408d(0x1e7),'digitalFixed':'소수\x20자릿수','valueSuffix':_0x39408d(0x1e5),'showDataLabels':_0x39408d(0x1d4),'padAngle':_0x39408d(0x1f6),'halfPie':'반원','rosePie':_0x39408d(0x1e1),'showLabelLine':_0x39408d(0x1d1),'labelPosition':_0x39408d(0x1c7),'labelText':_0x39408d(0x1e2),'labelFontSize':_0x39408d(0x1be),'labelColor':_0x39408d(0x1ce),'wordCloudShape':'워드\x20클라우드\x20모양','repeatWordCloud':_0x39408d(0x1bd)},'waterfall':{'stackType':'누적\x20유형','arrangement':'순차','stacked':'누적','showSubtotal':_0x39408d(0x1db)},'none':'없음','position':{'top':'위','right':'오른쪽','bottom':'아래','left':'왼쪽','none':'없음'},'stackType':{'stack':'누적','percent':_0x39408d(0x1d2)},'settingsLabels':{'switchToRowOrColumn':_0x39408d(0x1dd)},'seriesDefaultName':_0x39408d(0x1bf),'categoryDefaultName':'범주\x20{0}','chartTypes':{'line':_0x39408d(0x1c3),'area':'영역','areaStacked':_0x39408d(0x1d6),'areaPercentStacked':_0x39408d(0x1ee),'column':_0x39408d(0x1e3),'bar':_0x39408d(0x1e9),'barStacked':_0x39408d(0x1da),'barPercentStacked':_0x39408d(0x1cf),'pie':'원형','donut':_0x39408d(0x1d0),'scatter':'분산형','radar':_0x39408d(0x1eb),'bubble':_0x39408d(0x1d7),'combination':'혼합형','wordCloud':_0x39408d(0x1c6),'funnel':_0x39408d(0x1ca),'relation':_0x39408d(0x1df),'waterfall':'폭포형','pareto':_0x39408d(0x1bc),'sankey':'생키','heatmap':_0x39408d(0x1d8),'boxplot':_0x39408d(0x1f0)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x14ed(_0x30c1d8,_0x1ed421){_0x30c1d8=_0x30c1d8-0xd6;const _0x23181d=_0x2318();let _0x14edd7=_0x23181d[_0x30c1d8];return _0x14edd7;}const _0x3e7422=_0x14ed;function _0x2318(){const _0x1b3ce8=['Widoczny','Radarowy','Pierścieniowy','Bąbelkowy','5125358vYybav','Wypełnienie','Dane\x20tabeli\x20są\x20puste','Oś\x20pionowa','Stack\x20type','Wypełnienie\x20gradientowe','Brak','Arrangement','Word\x20cloud\x20shape','Typ\x20wykresu','345363ZapVNu','Tytuł','Góra','Anuluj','Zastosuj','Procentowo\x20skumulowany','Kołowy','Słupkowy\x20skumulowany','Obszarowy\x20skumulowany','Obszarowy','Oś\x20pozioma','Wstaw','Styl\x20wykresu','167607EpnBUs','Kolor','Dół','8iCJAjD','Legenda','Edytuj\x20dane','26898dpuBpH','Show\x20data\x20labels','Lejkowy','Wodospadowy','Ukryj\x20panel\x20wykresów','Edytuj\x20wykres','Liniowy','Seria','Label\x20color','Kolumnowy','Dane\x20wbudowane','Show\x20subtotal','Border\x20with\x20color','Sankey','Wstaw\x20wykres','Skopiuj\x20i\x20wklej\x20dane\x20tutaj','88016lQRmtQ','Skonfiguruj\x20wykres','Kategoria','Duplikuj','Relacyjny','Punktowy','Label\x20text','15560001TFCclg','Rose\x20pie','Stos','Chmura\x20słów','Usuń\x20wykres','Dodaj\x20wiersz','875172TWQoMh','Lewo','Skumulowany','Motywy','730OZISgz','Wykres\x20niestandardowy','Repeat\x20word\x20cloud','Obszarowy\x20procentowo\x20skumulowany','Linia\x20wskaźnikowa','Tytuły\x20wykresu\x20i\x20osi','Half\x20pie','Label\x20font\x20size','Show\x20label\x20line','Dodaj\x20kolumnę','Pareto','Prawo'];_0x2318=function(){return _0x1b3ce8;};return _0x2318();}(function(_0x214142,_0x3612a8){const _0x194e15=_0x14ed,_0x22bded=_0x214142();while(!![]){try{const _0x1fdfa0=-parseInt(_0x194e15(0xfa))/0x1+parseInt(_0x194e15(0xdc))/0x2+-parseInt(_0x194e15(0x107))/0x3+parseInt(_0x194e15(0x11d))/0x4+-parseInt(_0x194e15(0xe0))/0x5*(parseInt(_0x194e15(0x10d))/0x6)+-parseInt(_0x194e15(0xf0))/0x7+-parseInt(_0x194e15(0x10a))/0x8*(-parseInt(_0x194e15(0xd6))/0x9);if(_0x1fdfa0===_0x3612a8)break;else _0x22bded['push'](_0x22bded['shift']());}catch(_0x47d390){_0x22bded['push'](_0x22bded['shift']());}}}(_0x2318,0x61c97));const e={'slides-chart-ui':{'insertChart':_0x3e7422(0x11b),'editChart':_0x3e7422(0x112),'openChartPanel':'Otwórz\x20panel\x20wykresów','deleteChart':_0x3e7422(0xda),'hideChartPanel':_0x3e7422(0x111),'setupChart':_0x3e7422(0x11e),'customChart':_0x3e7422(0xe1),'chartType':_0x3e7422(0xf9),'themes':_0x3e7422(0xdf),'data':'Dane','editData':_0x3e7422(0x10c),'inlineData':_0x3e7422(0x117),'inlineDataPasteHint':_0x3e7422(0x11c),'addRow':_0x3e7422(0xdb),'addColumn':_0x3e7422(0xe9),'cancel':_0x3e7422(0xfd),'insert':_0x3e7422(0x105),'apply':_0x3e7422(0xfe),'duplicate':_0x3e7422(0x120),'tableDataEmpty':_0x3e7422(0xf2),'insertChartFailed':'Nie\x20udało\x20się\x20wstawić\x20wykresu','gradientFill':_0x3e7422(0xf5),'stack':_0x3e7422(0xd8),'category':_0x3e7422(0x11f),'series':_0x3e7422(0x114),'addSeries':'Dodaj\x20serię','chartStyle':_0x3e7422(0x106),'chartAndAxisTitles':_0x3e7422(0xe5),'fill':_0x3e7422(0xf1),'border':'Obramowanie','title':_0x3e7422(0xfb),'legend':_0x3e7422(0x10b),'horizontalAxis':_0x3e7422(0x104),'verticalAxis':_0x3e7422(0xf3),'visible':_0x3e7422(0xec),'gridlinesAndTicks':'Linie\x20siatki\x20i\x20znaczniki','indicatorLine':_0x3e7422(0xe4),'color':_0x3e7422(0x108),'styleEditPanel':{'doughnutHole':'Doughnut\x20hole','borderWithColor':_0x3e7422(0x119),'valueScale':'Value\x20scale','digitalFixed':'Digital\x20fixed','valueSuffix':'Value\x20suffix','showDataLabels':_0x3e7422(0x10e),'padAngle':'Label\x20padding\x20angle','halfPie':_0x3e7422(0xe6),'rosePie':_0x3e7422(0xd7),'showLabelLine':_0x3e7422(0xe8),'labelPosition':'Label\x20position','labelText':_0x3e7422(0x123),'labelFontSize':_0x3e7422(0xe7),'labelColor':_0x3e7422(0x115),'wordCloudShape':_0x3e7422(0xf8),'repeatWordCloud':_0x3e7422(0xe2)},'waterfall':{'stackType':_0x3e7422(0xf4),'arrangement':_0x3e7422(0xf7),'stacked':'Stacked','showSubtotal':_0x3e7422(0x118)},'none':_0x3e7422(0xf6),'position':{'top':_0x3e7422(0xfc),'right':_0x3e7422(0xeb),'bottom':_0x3e7422(0x109),'left':_0x3e7422(0xdd),'none':_0x3e7422(0xf6)},'stackType':{'stack':_0x3e7422(0xde),'percent':_0x3e7422(0xff)},'settingsLabels':{'switchToRowOrColumn':'Przełącz\x20na\x20wiersz/kolumnę'},'seriesDefaultName':'Seria\x20{0}','categoryDefaultName':'Kategoria\x20{0}','chartTypes':{'line':_0x3e7422(0x113),'area':_0x3e7422(0x103),'areaStacked':_0x3e7422(0x102),'areaPercentStacked':_0x3e7422(0xe3),'column':_0x3e7422(0x116),'bar':'Słupkowy','barStacked':_0x3e7422(0x101),'barPercentStacked':'Słupkowy\x20procentowo\x20skumulowany','pie':_0x3e7422(0x100),'donut':_0x3e7422(0xee),'scatter':_0x3e7422(0x122),'radar':_0x3e7422(0xed),'bubble':_0x3e7422(0xef),'combination':'Kombinowany','wordCloud':_0x3e7422(0xd9),'funnel':_0x3e7422(0x10f),'relation':_0x3e7422(0x121),'waterfall':_0x3e7422(0x110),'pareto':_0x3e7422(0xea),'sankey':_0x3e7422(0x11a),'heatmap':'Mapa\x20ciepła','boxplot':'Wykres\x20pudełkowy'}}};export{e as default};
1
+ const _0x2bb201=_0x421e;(function(_0x34f54c,_0x1cda2d){const _0x11f6d0=_0x421e,_0x2e378e=_0x34f54c();while(!![]){try{const _0x1536ad=parseInt(_0x11f6d0(0x91))/0x1*(parseInt(_0x11f6d0(0x85))/0x2)+parseInt(_0x11f6d0(0xa2))/0x3+-parseInt(_0x11f6d0(0x92))/0x4*(parseInt(_0x11f6d0(0x94))/0x5)+parseInt(_0x11f6d0(0x80))/0x6+-parseInt(_0x11f6d0(0xaa))/0x7+-parseInt(_0x11f6d0(0x93))/0x8*(-parseInt(_0x11f6d0(0xb1))/0x9)+parseInt(_0x11f6d0(0xab))/0xa*(-parseInt(_0x11f6d0(0x71))/0xb);if(_0x1536ad===_0x1cda2d)break;else _0x2e378e['push'](_0x2e378e['shift']());}catch(_0x4cc012){_0x2e378e['push'](_0x2e378e['shift']());}}}(_0x442a,0x6d65a));const e={'slides-chart-ui':{'insertChart':_0x2bb201(0x82),'editChart':_0x2bb201(0xa7),'openChartPanel':_0x2bb201(0x83),'deleteChart':_0x2bb201(0x88),'hideChartPanel':_0x2bb201(0x9e),'setupChart':_0x2bb201(0x79),'customChart':_0x2bb201(0xa1),'chartType':_0x2bb201(0x69),'themes':_0x2bb201(0x9a),'data':_0x2bb201(0x6c),'editData':_0x2bb201(0x6d),'inlineData':_0x2bb201(0x72),'cancel':'Anuluj','insert':'Wstaw','apply':_0x2bb201(0x86),'duplicate':_0x2bb201(0x7f),'tableDataEmpty':_0x2bb201(0x98),'insertChartFailed':_0x2bb201(0xad),'gradientFill':'Wypełnienie\x20gradientowe','stack':_0x2bb201(0xaf),'category':_0x2bb201(0xb2),'series':_0x2bb201(0x9b),'addSeries':_0x2bb201(0xa9),'chartStyle':_0x2bb201(0x97),'chartAndAxisTitles':_0x2bb201(0x89),'fill':_0x2bb201(0x6e),'border':_0x2bb201(0xb0),'title':_0x2bb201(0x75),'legend':_0x2bb201(0x9f),'horizontalAxis':_0x2bb201(0xa4),'verticalAxis':_0x2bb201(0x84),'visible':_0x2bb201(0x81),'gridlinesAndTicks':_0x2bb201(0x6b),'indicatorLine':_0x2bb201(0x90),'color':_0x2bb201(0x96),'styleEditPanel':{'doughnutHole':'Otwór\x20pierścieniowy','borderWithColor':_0x2bb201(0x87),'valueScale':'Skala\x20wartości','digitalFixed':'Stała\x20liczba\x20cyfr','valueSuffix':_0x2bb201(0x6a),'showDataLabels':_0x2bb201(0x7a),'padAngle':_0x2bb201(0xae),'halfPie':_0x2bb201(0x7c),'rosePie':_0x2bb201(0xa8),'showLabelLine':_0x2bb201(0x73),'labelPosition':_0x2bb201(0x7b),'labelText':_0x2bb201(0x6f),'labelFontSize':'Rozmiar\x20czcionki\x20etykiety','labelColor':'Kolor\x20etykiety','wordCloudShape':'Kształt\x20chmury\x20słów','repeatWordCloud':_0x2bb201(0x8f)},'waterfall':{'stackType':'Typ\x20stosu','arrangement':_0x2bb201(0x95),'stacked':_0x2bb201(0xaf),'showSubtotal':_0x2bb201(0xa5)},'none':_0x2bb201(0x7e),'position':{'top':'Góra','right':'Prawo','bottom':_0x2bb201(0xa6),'left':_0x2bb201(0xb6),'none':'Brak'},'stackType':{'stack':_0x2bb201(0x8d),'percent':'Procentowo\x20skumulowany'},'settingsLabels':{'switchToRowOrColumn':_0x2bb201(0x9d)},'seriesDefaultName':_0x2bb201(0x74),'categoryDefaultName':_0x2bb201(0x9c),'chartTypes':{'line':'Liniowy','area':_0x2bb201(0x78),'areaStacked':_0x2bb201(0xb3),'areaPercentStacked':_0x2bb201(0x99),'column':_0x2bb201(0xb4),'bar':_0x2bb201(0x8e),'barStacked':'Słupkowy\x20skumulowany','barPercentStacked':_0x2bb201(0x76),'pie':_0x2bb201(0x70),'donut':_0x2bb201(0xb5),'scatter':_0x2bb201(0xa0),'radar':_0x2bb201(0x8c),'bubble':_0x2bb201(0x8b),'combination':_0x2bb201(0x77),'wordCloud':_0x2bb201(0x8a),'funnel':'Lejkowy','relation':_0x2bb201(0x68),'waterfall':_0x2bb201(0x7d),'pareto':'Pareto','sankey':_0x2bb201(0xac),'heatmap':_0x2bb201(0xa3),'boxplot':'Wykres\x20pudełkowy'}}};function _0x421e(_0x439b9e,_0x2aa7fe){_0x439b9e=_0x439b9e-0x68;const _0x442a8f=_0x442a();let _0x421e5f=_0x442a8f[_0x439b9e];return _0x421e5f;}function _0x442a(){const _0x9c970=['Linie\x20siatki\x20i\x20znaczniki','Dane','Edytuj\x20dane','Wypełnienie','Etykieta\x20bąbelka\x20·\x20Tekst\x20tytułu','Kołowy','524689aMoHmM','Dane\x20wbudowane','Pokaż\x20linię\x20etykiety','Seria\x20{0}','Tytuł','Słupkowy\x20procentowo\x20skumulowany','Kombinowany','Obszarowy','Skonfiguruj\x20wykres','Pokaż\x20etykiety\x20danych','Pozycja\x20etykiety','Pół\x20wykresu\x20kołowego','Wodospadowy','Brak','Duplikuj','4803114vjPXgy','Widoczny','Wstaw\x20wykres','Otwórz\x20panel\x20wykresów','Oś\x20pionowa','2QtgQvF','Zastosuj','Kolorowe\x20obramowanie','Usuń\x20wykres','Tytuły\x20wykresu\x20i\x20osi','Chmura\x20słów','Bąbelkowy','Radarowy','Skumulowany','Słupkowy','Powtórz\x20chmurę\x20słów','Linia\x20wskaźnikowa','256538kplqAK','1911544WsSwyo','72mUejce','5PCaled','Sekwencyjny','Kolor','Styl\x20wykresu','Dane\x20tabeli\x20są\x20puste','Obszarowy\x20procentowo\x20skumulowany','Motywy','Seria','Kategoria\x20{0}','Przełącz\x20na\x20wiersz/kolumnę','Ukryj\x20panel\x20wykresów','Legenda','Punktowy','Wykres\x20niestandardowy','1065612pxZpGu','Mapa\x20ciepła','Oś\x20pozioma','Pokaż\x20sumę\x20częściową','Dół','Edytuj\x20wykres','Wykres\x20różany','Dodaj\x20serię','1059632eBppZn','170iZFDLv','Sankey','Nie\x20udało\x20się\x20wstawić\x20wykresu','Kąt\x20odstępu\x20etykiety','Stos','Obramowanie','475974oTDkKC','Kategoria','Obszarowy\x20skumulowany','Kolumnowy','Pierścieniowy','Lewo','Relacyjny','Typ\x20wykresu','Przyrostek\x20wartości'];_0x442a=function(){return _0x9c970;};return _0x442a();}export{e as default};