@univerjs-pro/sheets-chart-ui 0.25.0 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +0 -4
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/controllers/chart-render.controller.d.ts +8 -2
  63. package/lib/types/controllers/components.controller.d.ts +9 -0
  64. package/lib/types/controllers/{sheets-chart-ui.controller.d.ts → ui.controller.d.ts} +3 -3
  65. package/lib/types/index.d.ts +2 -2
  66. package/lib/types/locale/types.d.ts +3 -0
  67. package/lib/types/services/chart-render.service.d.ts +13 -3
  68. package/lib/types/services/sheets-chart-ui.service.d.ts +1 -0
  69. package/lib/types/views/chart-edit-panel/ChartEditPanel.d.ts +3 -4
  70. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +1 -3
  71. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
  72. package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
  73. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +1 -3
  74. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +2 -2
  75. package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +1 -1
  76. package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -3
  77. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +2 -3
  78. package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +1 -1
  79. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +2 -3
  80. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +1 -3
  81. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +1 -3
  82. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -3
  83. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +1 -3
  84. package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +5 -2
  85. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +1 -3
  86. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +1 -3
  87. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +1 -3
  88. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +2 -3
  89. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +1 -3
  90. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +2 -3
  91. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +1 -3
  92. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -3
  93. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +5 -6
  94. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -1
  95. package/lib/types/views/print-chart/index.d.ts +2 -1
  96. package/lib/umd/index.js +1 -1
  97. package/lib/umd/locale/ar-SA.js +1 -1
  98. package/lib/umd/locale/ca-ES.js +1 -1
  99. package/lib/umd/locale/de-DE.js +1 -1
  100. package/lib/umd/locale/en-US.js +1 -1
  101. package/lib/umd/locale/es-ES.js +1 -1
  102. package/lib/umd/locale/fa-IR.js +1 -1
  103. package/lib/umd/locale/fr-FR.js +1 -1
  104. package/lib/umd/locale/id-ID.js +1 -1
  105. package/lib/umd/locale/it-IT.js +1 -1
  106. package/lib/umd/locale/ja-JP.js +1 -1
  107. package/lib/umd/locale/ko-KR.js +1 -1
  108. package/lib/umd/locale/pl-PL.js +1 -1
  109. package/lib/umd/locale/pt-BR.js +1 -1
  110. package/lib/umd/locale/ru-RU.js +1 -1
  111. package/lib/umd/locale/sk-SK.js +1 -1
  112. package/lib/umd/locale/vi-VN.js +1 -1
  113. package/lib/umd/locale/zh-CN.js +1 -1
  114. package/lib/umd/locale/zh-HK.js +1 -1
  115. package/lib/umd/locale/zh-TW.js +1 -1
  116. package/package.json +19 -19
  117. package/lib/types/wordcloud/index.d.ts +0 -2
  118. package/lib/types/wordcloud/layout.d.ts +0 -13
  119. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- function _0x5184(){var _0x315853=['تراز\x20عنوان\x20محور','رنگ\x20پس‌زمینه','مورد\x20{0}','انواع\x20ارز','فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','نمایی','المجموع\x20الفرعي','داخل','سری\x20{0}','محل\x20اعشار','مثلث','اندازه\x20حباب','خطوط\x20شبکه\x20و\x20تیک‌ها','نمودار\x20خطی','برچسب\x20حباب','متن\x20عنوان','دائري','نمودار\x20رابطه','نمودار\x20دایره‌ای','تنظیم\x20نمودار','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','\x20نطاق\x20خريطة\x20بصرية','مقدار','باز\x20کردن\x20پنل\x20نمودار','نقطه‌چین','تمام\x20سری‌ها','مقیاس\x20مقدار\x20دایره','عنوان\x20محور\x20Y','لغو','سوراخ\x20دونات','فاصله‌ها','درج\x20نمودار','پله‌ای','فلش','گزینه‌های\x20محور','تاریخ','راست','انواع\x20فرمت','نمودار\x20راداری','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','چند\x20انتخاب','افزودن\x20نقطه\x20داده','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','نمایش\x20R\x20مربع','نمودار\x20پارتو','نوع\x20التكديس','محور\x20X','شروع','صفر','عنوان','R\x20مربع','سری','نمودار\x20میله‌ای','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','نمودار\x20آبشاری','کلمه','محور\x20راست','خط\x20کامل','متن\x20برچسب','راهنما','تکرار','{0}\x20با\x20اندازه','عنوان\x20محور\x20Y\x20راست','سبک\x20نمودار','تدوير\x20التسمية','فرمول','مستطیل\x20گرد','فرمت\x20عنوان','حذف\x20نمودار','میانگین\x20متحرک','نمودار\x20سهام','نص\x20وسيلة\x20الإيضاح\x20للسالب','حاشیه','انباشته','الجاذبية','نوع\x20خط\x20تیره','مستطیل\x20خالی','لوزی\x20خالی','عرض\x20المجموع\x20الفرعي','الربع\x20الأول','نمودار\x20مساحتی\x20درصد\x20انباشته','ابر\x20کلمات','پیش‌فرض','نوع\x20خط\x20روند','هیچ','زاویه\x20پد\x20برچسب','پایین','مكدس','نمایش\x20برچسب‌های\x20داده','خطوط\x20شبکه','تک\x20انتخاب','1380MXmHqN','بالا','النسبة\x20التراكمية','موجب','پین\x20خالی','فاصله','2167986ywoFsP','تم‌ها','{0}\x20با\x20شکل','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','ارز','موقعیت','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','دسته‌بندی','نام\x20خط\x20روند','انواع\x20اعداد\x20منفی','ویرایش\x20نمودار','مستمر','تلقائي','محور','محدوده\x20داده','القيمة\x20الدنيا','نمودار\x20مساحتی\x20انباشته','موقعیت\x20برچسب','درصد\x20هزارم','79428vEOjHm','خطوط\x20شبکه\x20اصلی','{0}\x20با\x20رنگ','عمومی','رنگ\x20حاشیه\x20نمودار','استفاده\x20از\x20محور\x20راست','نمودار\x20حبابی','(خالی)','نمودار\x20قیفی','نوع\x20خط\x20تیره\x20خط\x20روند','سلسلة\x20المخطط\x20العمودي','الوسيط','سبک\x20نقطه\x20داده','خارج','نمودار\x20میله‌ای\x20انباشته','فرمت','افزودن\x20سری','القيمة\x20العليا','exports','مخفی\x20کردن\x20پنل\x20نمودار','پر\x20کردن','تنظیمات\x20بیشتر','1488595XgtbFq','function','پایان','object','تجمیع','مجزأ','نمط\x20المجموع\x20الفرعي','2638344yMLiqE','سفارشی‌سازی\x20نمودار','ترتیب\x20چندجمله‌ای','نقشه\x20حرارتی','پین','خط\x20تیره','دسته‌بندی\x20{0}','مخفی','مربع','نمایش\x20فرمول','برچسب‌های\x20داده','محور\x20عمودی\x20راست','لوزی','دایره','خودکار','{0}\x20با\x20ضخامت','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','3451lRGbXq','مرکز','9715235eJVJbv','استفاده\x20از\x20مقدار\x20مطلق','لگاریتمی','دایره\x20خالی','عنوان\x20اصلی','پسوند\x20مقدار\x20دایره','57bUFlHC','نمودار\x20میله‌ای\x20درصد\x20انباشته','24295950OkFEpk','پر\x20کردن\x20گرادیان','نوع\x20نمودار','زیرعنوان','نمودار\x20ستونی','اعداد\x20ثابت\x20دایره','استفاده\x20از\x20محور\x20تاریخ','صاف','شکل\x20گره\x20داده','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','درصد','التنافر','محور\x20چپ','استخدام\x20القيمة\x20كحجم\x20العقدة','وسط','تیک\x20اصلی','حداکثر','نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي','برچسب\x20نشانگر','{0}\x20با\x20شفافیت','مخطط\x20الصندوق','توان','بازنشانی','مخطط\x20العلاقة','افزودن\x20خط\x20روند','الربع\x20الثالث','مسافة\x20العقدة'];_0x5184=function(){return _0x315853;};return _0x5184();}function _0x1b39(_0x8400b4,_0x479af6){_0x8400b4=_0x8400b4-0x74;var _0x51846b=_0x5184();var _0x1b3943=_0x51846b[_0x8400b4];return _0x1b3943;}(function(_0x1bdf16,_0x1e17d7){var _0x1279c5=_0x1b39,_0x2cba3e=_0x1bdf16();while(!![]){try{var _0x5362fc=parseInt(_0x1279c5(0xc4))/0x1+parseInt(_0x1279c5(0x9b))/0x2+parseInt(_0x1279c5(0xe4))/0x3*(-parseInt(_0x1279c5(0xae))/0x4)+parseInt(_0x1279c5(0xde))/0x5+parseInt(_0x1279c5(0x95))/0x6*(-parseInt(_0x1279c5(0xdc))/0x7)+-parseInt(_0x1279c5(0xcb))/0x8+-parseInt(_0x1279c5(0xe6))/0x9;if(_0x5362fc===_0x1e17d7)break;else _0x2cba3e['push'](_0x2cba3e['shift']());}catch(_0x5c477a){_0x2cba3e['push'](_0x2cba3e['shift']());}}}(_0x5184,0xf3123),function(_0x11c260,_0xa77ab4){var _0x1c5224=_0x1b39;typeof exports==_0x1c5224(0xc7)&&typeof module<'u'?module[_0x1c5224(0xc0)]=_0xa77ab4():typeof define==_0x1c5224(0xc5)&&define['amd']?define([],_0xa77ab4):(_0x11c260=typeof globalThis<'u'?globalThis:_0x11c260||self,_0x11c260['UniverProSheetsChartUiFaIR']=_0xa77ab4());}(this,function(){var _0x2e50ac=_0x1b39;return{'sheets-chart-ui':{'permission':{'editErr':_0x2e50ac(0x138)},'insertChart':_0x2e50ac(0x121),'editChart':_0x2e50ac(0xa5),'openChartPanel':_0x2e50ac(0x119),'deleteChart':_0x2e50ac(0x7e),'hideChartPanel':_0x2e50ac(0xc1),'setupChart':_0x2e50ac(0x115),'customChart':_0x2e50ac(0xcc),'default':_0x2e50ac(0x8c),'reset':_0x2e50ac(0xfc),'chartType':_0x2e50ac(0xe8),'themes':_0x2e50ac(0x9c),'dataRange':_0x2e50ac(0xa9),'stack':_0x2e50ac(0x83),'category':_0x2e50ac(0xa2),'aggregate':_0x2e50ac(0xc8),'allSeries':_0x2e50ac(0x11b),'series':_0x2e50ac(0x136),'addSeries':_0x2e50ac(0xbe),'moreSettings':_0x2e50ac(0xc3),'min':'حداقل','max':_0x2e50ac(0xf6),'invalidType':{'gaps':_0x2e50ac(0x120),'zero':_0x2e50ac(0x133),'connectDataPointsWithStraightLines':_0x2e50ac(0x12a)},'blank':_0x2e50ac(0xb5),'seriesBlock':{'format':_0x2e50ac(0xbd),'dataPointStyle':_0x2e50ac(0xba)},'backgroundColor':_0x2e50ac(0x102),'chartBorderColor':_0x2e50ac(0xb2),'titles':{'title':_0x2e50ac(0x134),'mainTitle':_0x2e50ac(0xe2),'subTitle':_0x2e50ac(0xe9),'xAxisTitle':'عنوان\x20محور\x20X','yAxisTitle':_0x2e50ac(0x11d),'rightYAxisTitle':_0x2e50ac(0x78),'titleFormat':_0x2e50ac(0x7d),'titleText':_0x2e50ac(0x111),'titlePosition':'موقعیت\x20عنوان','titleAlign':_0x2e50ac(0x101)},'axisPositionType':{'start':_0x2e50ac(0x132),'center':_0x2e50ac(0xdd),'end':_0x2e50ac(0xc6)},'gradientFill':_0x2e50ac(0xe7),'settingsLabels':{'switchToRowOrColumn':'تغییر\x20به\x20ردیف/ستون','useAsCategoryLabels':_0x2e50ac(0xef),'showEmptyCellsAs':'نمایش\x20سلول‌های\x20خالی\x20به\x20صورت'},'positionType':{'auto':_0x2e50ac(0xd9),'inside':_0x2e50ac(0x109),'outside':_0x2e50ac(0xbb),'top':_0x2e50ac(0x96),'bottom':_0x2e50ac(0x90),'left':'چپ','right':_0x2e50ac(0x126),'hide':_0x2e50ac(0xd2)},'align':{'left':'چپ','center':_0x2e50ac(0xdd),'right':_0x2e50ac(0x126)},'alignY':{'top':_0x2e50ac(0x96),'middle':_0x2e50ac(0xf4),'bottom':_0x2e50ac(0x90)},'chartStyle':_0x2e50ac(0x79),'chartAndAxisTitles':'عناوین\x20نمودار\x20و\x20محور','legend':_0x2e50ac(0x75),'legendSelectMode':'حالت\x20انتخاب\x20راهنما','legendSelectModeType':{'single':_0x2e50ac(0x94),'multiple':_0x2e50ac(0x12b),'close':'بستن'},'legendVisualMapType':{'continuous':_0x2e50ac(0xa6),'piecewise':_0x2e50ac(0xc9)},'axes':{'axis':_0x2e50ac(0xa8),'axisOptions':_0x2e50ac(0x124),'horizontalAxis':'محور\x20افقی','verticalAxis':'محور\x20عمودی','rightVerticalAxis':_0x2e50ac(0xd6),'leftAxis':_0x2e50ac(0xf2),'rightAxis':_0x2e50ac(0x13b),'useRightAxis':_0x2e50ac(0xb3)},'position':_0x2e50ac(0xa0),'dataLabels':_0x2e50ac(0xd5),'gridlinesAndTicks':_0x2e50ac(0x10e),'indicatorLine':'خط\x20نشانگر','indicatorLineType':'نوع\x20خط\x20نشانگر','indicatorLineColor':'رنگ\x20خط\x20نشانگر','indicatorLabel':_0x2e50ac(0xf8),'indicatorValue':'مقدار\x20نشانگر','shape':{'polygon':'چندضلعی','circle':_0x2e50ac(0xd8),'square':_0x2e50ac(0xd3),'triangle':_0x2e50ac(0x10c),'diamond':_0x2e50ac(0xd7),'rect':'مستطیل','roundRect':_0x2e50ac(0x7c),'pin':_0x2e50ac(0xcf),'arrow':_0x2e50ac(0x123),'none':'هیچ','emptyCircle':_0x2e50ac(0xe1),'emptySquare':'مربع\x20خالی','emptyTriangle':'مثلث\x20خالی','emptyDiamond':_0x2e50ac(0x87),'emptyRect':_0x2e50ac(0x86),'emptyRoundRect':'مستطیل\x20گرد\x20خالی','emptyPin':_0x2e50ac(0x99),'emptyArrow':'فلش\x20خالی'},'border':_0x2e50ac(0x82),'value':_0x2e50ac(0x118),'fill':_0x2e50ac(0xc2),'line':'خط','withOpacity':_0x2e50ac(0xf9),'withColor':_0x2e50ac(0xb0),'withThickness':_0x2e50ac(0xda),'withType':'{0}\x20با\x20نوع','withSize':_0x2e50ac(0x77),'withShape':_0x2e50ac(0x9d),'withFormat':'{0}\x20با\x20فرمت','dataPoint':'نقطه\x20داده','dataNodeShape':_0x2e50ac(0xee),'addDataPoint':_0x2e50ac(0x12c),'point':'نقطه','percentage':_0x2e50ac(0xf0),'lineType':{'line':'خط','smooth':_0x2e50ac(0xed),'step':_0x2e50ac(0x122)},'stackType':{'stack':_0x2e50ac(0x83),'percent':'درصد\x20انباشته'},'lineDashType':_0x2e50ac(0x85),'dashType':{'solid':_0x2e50ac(0x13c),'dash':_0x2e50ac(0xd0),'dot':_0x2e50ac(0x11a)},'color':'رنگ','gridlines':{'majorGridlines':_0x2e50ac(0xaf),'text':_0x2e50ac(0x93)},'ticks':{'majorTick':_0x2e50ac(0xf5),'tickPosition':'موقعیت\x20تیک','tickLength':'طول\x20تیک'},'none':_0x2e50ac(0x8e),'theIndexItem':_0x2e50ac(0x103),'seriesDefaultName':_0x2e50ac(0x10a),'categoryDefaultName':_0x2e50ac(0xd1),'styleEditPanel':{'showLabels':'نمایش\x20برچسب‌ها','showDataLabels':_0x2e50ac(0x92),'padAngle':_0x2e50ac(0x8f),'halfPie':'نیم‌دایره','rosePie':'دایره\x20گلبرگی','pieValScale':_0x2e50ac(0x11c),'pieValSuffix':_0x2e50ac(0xe3),'pieDigitalFixed':_0x2e50ac(0xeb),'showLabelLine':'نمایش\x20خط\x20برچسب','reverseAxisOrder':'معکوس\x20کردن\x20ترتیب\x20محور','showAxisLine':'نمایش\x20خط\x20محور','labelPosition':_0x2e50ac(0xac),'labelText':_0x2e50ac(0x74),'repeatWordCould':'تکرار\x20ابر\x20کلمات','gap':_0x2e50ac(0x9a),'useAbsValue':_0x2e50ac(0xdf),'labelRotate':'چرخش\x20برچسب','wordCloudShape':'شکل\x20ابر\x20کلمات','useDateAxis':_0x2e50ac(0xec),'dateAxisTips':'محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20داده‌ها\x20به\x20صورت\x20تاریخ\x20باشند'},'doughnutHole':_0x2e50ac(0x11f),'radar':{'fill':_0x2e50ac(0xc2)},'msg':{'invalidSource':'منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','emptyTips':_0x2e50ac(0x129),'sankeyCircularTips':_0x2e50ac(0xdb)},'cloud':{'title':_0x2e50ac(0x8b),'word':_0x2e50ac(0x13a),'frequency':_0x2e50ac(0x76)},'trendline':{'name':'خط\x20روند','displayName':'نام\x20خط\x20روند','addTrendLine':_0x2e50ac(0xfe),'trendlineType':_0x2e50ac(0x8d),'trendlineName':_0x2e50ac(0xa3),'trendlineColor':'رنگ\x20خط\x20روند','trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':_0x2e50ac(0xb7),'exp':_0x2e50ac(0x107),'linear':'خطی','log':_0x2e50ac(0xe0),'pow':_0x2e50ac(0xfb),'movingAvg':_0x2e50ac(0x7f),'poly':'چندجمله‌ای','order':_0x2e50ac(0xcd),'period':'دوره\x20میانگین\x20متحرک','showFormula':_0x2e50ac(0xd4),'showR2':_0x2e50ac(0x12e),'formula':_0x2e50ac(0x7b),'r2':_0x2e50ac(0x135)},'bubble':{'xAxis':_0x2e50ac(0x131),'yAxis':'محور\x20Y','size':_0x2e50ac(0x10d),'label':_0x2e50ac(0x110),'emptyTips':'نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y'},'relation':{'title':_0x2e50ac(0xfd),'auto':_0x2e50ac(0xa7),'circular':_0x2e50ac(0x112),'force':'موجه\x20بالقوة','useValueAsSymbolSize':_0x2e50ac(0xf3),'layoutType':'نوع\x20التخطيط','forceOptions':'خيارات\x20التوجيه\x20بالقوة','repulsion':_0x2e50ac(0xf1),'gravity':_0x2e50ac(0x84),'edgeLength':_0x2e50ac(0x100),'rotateLabel':_0x2e50ac(0x7a),'emphasis':_0x2e50ac(0xa1),'emptyTips':_0x2e50ac(0x12d)},'waterfall':{'stackType':_0x2e50ac(0x130),'arrangement':'ترتيبي','stacked':_0x2e50ac(0x91),'positive':_0x2e50ac(0x98),'negative':'سالب','subtotal':_0x2e50ac(0x108),'showSubtotal':_0x2e50ac(0x88),'positiveStyle':'نمط\x20الموجب','negativeStyle':'نمط\x20السالب','subtotalStyle':_0x2e50ac(0xca),'positiveLegendText':'نص\x20وسيلة\x20الإيضاح\x20للموجب','negativeLegendText':_0x2e50ac(0x81),'subtotalLegendText':_0x2e50ac(0xf7)},'pareto':{'lineName':_0x2e50ac(0x97),'lineSeries':'سلسلة\x20النسبة\x20التراكمية','barSeries':_0x2e50ac(0xb8)},'visualMapScope':_0x2e50ac(0x117),'boxplot':{'min':_0x2e50ac(0xaa),'q1':_0x2e50ac(0x89),'median':_0x2e50ac(0xb9),'q3':_0x2e50ac(0xff),'max':_0x2e50ac(0xbf)},'chartTypes':{'line':_0x2e50ac(0x10f),'area':'نمودار\x20مساحتی','areaStacked':_0x2e50ac(0xab),'areaPercentStacked':_0x2e50ac(0x8a),'column':_0x2e50ac(0xea),'bar':_0x2e50ac(0x137),'barStacked':_0x2e50ac(0xbc),'barPercentStacked':_0x2e50ac(0xe5),'pie':_0x2e50ac(0x114),'donut':'نمودار\x20دونات','scatter':'نمودار\x20پراکندگی','radar':_0x2e50ac(0x128),'bubble':_0x2e50ac(0xb4),'stock':_0x2e50ac(0x80),'combination':'نمودار\x20ترکیبی','wordCloud':'نمودار\x20ابر\x20کلمات','funnel':_0x2e50ac(0xb6),'relation':_0x2e50ac(0x113),'waterfall':_0x2e50ac(0x139),'pareto':_0x2e50ac(0x12f),'sankey':'نمودار\x20سانکی','heatmap':_0x2e50ac(0xce),'boxplot':_0x2e50ac(0xfa)},'dialog':{'numfmt':{'general':_0x2e50ac(0xb1),'accounting':'حسابداری','currency':_0x2e50ac(0x9f),'date':_0x2e50ac(0x125),'thousandthPercentile':_0x2e50ac(0xad),'fieldSetting':'تنظیمات\x20فیلد','formatTypes':_0x2e50ac(0x127),'confirm':'تایید','cancel':_0x2e50ac(0x11e),'generalDesc':_0x2e50ac(0x116),'accountingDesc':'فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','currencyDesc':_0x2e50ac(0x105),'dateDesc':_0x2e50ac(0x106),'thousandthPercentileDesc':_0x2e50ac(0x9e),'decimalPlaces':_0x2e50ac(0x10b),'currencyTypes':_0x2e50ac(0x104),'negativeNumberTypes':_0x2e50ac(0xa4),'dateTypes':'انواع\x20تاریخ'},'setFormat':'تنظیم\x20فرمت\x20برچسب'}}};}));
1
+ function _0xd01f(_0x5b8f00,_0x1d3431){_0x5b8f00=_0x5b8f00-0x173;var _0x559f2b=_0x559f();var _0xd01f04=_0x559f2b[_0x5b8f00];return _0xd01f04;}function _0x559f(){var _0x17b855=['خط\x20کامل','سلسلة\x20النسبة\x20التراكمية','انواع\x20تاریخ','مربع','نمایش\x20برچسب‌های\x20داده','تلقائي','{0}\x20با\x20فرمت','نمودار\x20سانکی','درصد','نوع\x20خط\x20تیره\x20خط\x20روند','چندضلعی','مرکز','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','محور\x20چپ','حداکثر','فلش\x20خالی','داخل','صاف','{0}\x20با\x20شفافیت','دوره\x20میانگین\x20متحرک','محور\x20Y','نمودار\x20پراکندگی','حسابداری','برچسب\x20نشانگر','متن\x20برچسب','رنگ\x20خط\x20روند','ترتیب\x20چندجمله‌ای','رنگ\x20خط\x20نشانگر','زیرعنوان','حداقل','نمایی','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','رنگ\x20حاشیه\x20نمودار','نص\x20وسيلة\x20الإيضاح\x20للموجب','نمودار\x20خطی','تکرار\x20ابر\x20کلمات','نقطه','عنوان','بستن','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','نوع\x20التكديس','نام\x20خط\x20روند','لوزی','گزینه‌های\x20محور','انواع\x20اعداد\x20منفی','تنظیمات\x20فیلد','محل\x20اعشار','نمودار\x20دایره‌ای','محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20داده‌ها\x20به\x20صورت\x20تاریخ\x20باشند','تغییر\x20به\x20ردیف/ستون','موقعیت\x20برچسب','برچسب‌های\x20داده','فرمت','دایره\x20خالی','انباشته','خطی','تنظیم\x20فرمت\x20برچسب','چندجمله‌ای','مستطیل\x20گرد\x20خالی','میانگین\x20متحرک','نمایش\x20خط\x20محور','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','اندازه\x20حباب','خيارات\x20التوجيه\x20بالقوة','ویرایش\x20نمودار','\x20نطاق\x20خريطة\x20بصرية','9309744dFiGCo','محور\x20عمودی','خط\x20تیره','نمودار\x20قیفی','31654jnIgPt','القيمة\x20الدنيا','استفاده\x20از\x20محور\x20راست','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','پایین','الوسيط','نوع\x20خط\x20روند','مقدار\x20نشانگر','مخطط\x20الصندوق','موجه\x20بالقوة','تنظیم\x20نمودار','تیک\x20اصلی','سالب','ارز','دائري','سبک\x20نقطه\x20داده','چرخش\x20برچسب','دسته‌بندی\x20{0}','محور\x20افقی','مستطیل\x20خالی','سلسلة\x20المخطط\x20العمودي','استفاده\x20از\x20محور\x20تاریخ','محور\x20X','التنافر','المجموع\x20الفرعي','نوع\x20التخطيط','فاصله‌ها','711260OUQywe','تایید','نمودار\x20حبابی','محور\x20عمودی\x20راست','درصد\x20هزارم','تجمیع','نمودار\x20مساحتی\x20درصد\x20انباشته','خطوط\x20شبکه\x20اصلی','هیچ','نمایش\x20فرمول','نوع\x20خط\x20تیره','exports','131579xlqwdl','تدوير\x20التسمية','مخفی\x20کردن\x20پنل\x20نمودار','شکل\x20گره\x20داده','لگاریتمی','بالا','5PuYYQF','عنوان\x20محور\x20X','نمودار\x20رابطه','موقعیت\x20عنوان','دایره\x20گلبرگی','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','خطوط\x20شبکه\x20و\x20تیک‌ها','ابر\x20کلمات','نوع\x20نمودار','استخدام\x20القيمة\x20كحجم\x20العقدة','استفاده\x20از\x20مقدار\x20مطلق','نمودار\x20مساحتی','تاریخ','نمودار\x20مساحتی\x20انباشته','نمودار\x20سهام','نیم‌دایره','افزودن\x20خط\x20روند','انواع\x20فرمت','نمودار\x20میله‌ای','پسوند\x20مقدار\x20دایره','تراز\x20عنوان\x20محور','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','الربع\x20الأول','سری','افزودن\x20نقطه\x20داده','نقطه‌چین','مجزأ','نمودار\x20دونات','محور','پله‌ای','نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي','مثلث\x20خالی','موجب','منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','خط\x20نشانگر','سفارشی‌سازی\x20نمودار','خط\x20روند','توان','مخفی','نمودار\x20راداری','مقدار','نمودار\x20پارتو','سبک\x20نمودار','عنوان\x20اصلی','حالت\x20انتخاب\x20راهنما','مستمر','سوراخ\x20دونات','UniverProSheetsChartUiFaIR','پین\x20خالی','افزودن\x20سری','پایان','باز\x20کردن\x20پنل\x20نمودار','النسبة\x20التراكمية','نمودار\x20آبشاری','پیش‌فرض','کلمه','زاویه\x20پد\x20برچسب','مستطیل\x20گرد','نقطه\x20داده','رنگ','فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','نمایش\x20خط\x20برچسب','نمودار\x20میله‌ای\x20انباشته','چند\x20انتخاب','مثلث','نمط\x20المجموع\x20الفرعي','نمایش\x20سلول‌های\x20خالی\x20به\x20صورت','799623KrYvZz','مقیاس\x20مقدار\x20دایره','خطوط\x20شبکه','2987238KePrMk','عرض\x20المجموع\x20الفرعي','محدوده\x20داده','amd','معکوس\x20کردن\x20ترتیب\x20محور','{0}\x20با\x20شکل','نمایش\x20برچسب‌ها','{0}\x20با\x20نوع','مكدس','پر\x20کردن\x20گرادیان','موقعیت\x20تیک','مستطیل','1758128zYaEbp','فاصله','لوزی\x20خالی','بازنشانی','عمومی','عنوان\x20محور\x20Y\x20راست','عناوین\x20نمودار\x20و\x20محور','راست','R\x20مربع','نقشه\x20حرارتی'];_0x559f=function(){return _0x17b855;};return _0x559f();}(function(_0x4777dc,_0x356203){var _0x568196=_0xd01f,_0x825993=_0x4777dc();while(!![]){try{var _0x41768a=parseInt(_0x568196(0x17a))/0x1*(-parseInt(_0x568196(0x21c))/0x2)+parseInt(_0x568196(0x1bd))/0x3+-parseInt(_0x568196(0x1cc))/0x4+-parseInt(_0x568196(0x238))/0x5+-parseInt(_0x568196(0x1c0))/0x6+-parseInt(_0x568196(0x174))/0x7+parseInt(_0x568196(0x218))/0x8;if(_0x41768a===_0x356203)break;else _0x825993['push'](_0x825993['shift']());}catch(_0x5baf55){_0x825993['push'](_0x825993['shift']());}}}(_0x559f,0x3dafe),function(_0x5ef74d,_0x34d74d){var _0x372383=_0xd01f;typeof exports=='object'&&typeof module<'u'?module[_0x372383(0x173)]=_0x34d74d():typeof define=='function'&&define[_0x372383(0x1c3)]?define([],_0x34d74d):(_0x5ef74d=typeof globalThis<'u'?globalThis:_0x5ef74d||self,_0x5ef74d[_0x372383(0x1a9)]=_0x34d74d());}(this,function(){var _0x3f4362=_0xd01f;return{'sheets-chart-ui':{'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'insertChart':'درج\x20نمودار','editChart':_0x3f4362(0x216),'openChartPanel':_0x3f4362(0x1ad),'deleteChart':'حذف\x20نمودار','hideChartPanel':_0x3f4362(0x176),'setupChart':_0x3f4362(0x227),'customChart':_0x3f4362(0x19d),'default':_0x3f4362(0x1b0),'reset':_0x3f4362(0x1cf),'chartType':_0x3f4362(0x182),'themes':'تم‌ها','dataRange':_0x3f4362(0x1c2),'stack':'انباشته','category':'دسته‌بندی','aggregate':_0x3f4362(0x23d),'allSeries':'تمام\x20سری‌ها','series':_0x3f4362(0x191),'addSeries':_0x3f4362(0x1ab),'moreSettings':'تنظیمات\x20بیشتر','min':_0x3f4362(0x1f3),'max':_0x3f4362(0x1e4),'invalidType':{'gaps':_0x3f4362(0x237),'zero':'صفر','connectDataPointsWithStraightLines':_0x3f4362(0x1f5)},'blank':'(خالی)','seriesBlock':{'format':_0x3f4362(0x20a),'dataPointStyle':_0x3f4362(0x22c)},'backgroundColor':'رنگ\x20پس‌زمینه','chartBorderColor':_0x3f4362(0x1f6),'titles':{'title':_0x3f4362(0x1fb),'mainTitle':_0x3f4362(0x1a5),'subTitle':_0x3f4362(0x1f2),'xAxisTitle':_0x3f4362(0x17b),'yAxisTitle':'عنوان\x20محور\x20Y','rightYAxisTitle':_0x3f4362(0x1d1),'titleFormat':'فرمت\x20عنوان','titleText':'متن\x20عنوان','titlePosition':_0x3f4362(0x17d),'titleAlign':_0x3f4362(0x18e)},'axisPositionType':{'start':'شروع','center':_0x3f4362(0x1e1),'end':_0x3f4362(0x1ac)},'gradientFill':_0x3f4362(0x1c9),'settingsLabels':{'switchToRowOrColumn':_0x3f4362(0x207),'useAsCategoryLabels':'استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','showEmptyCellsAs':_0x3f4362(0x1bc)},'positionType':{'auto':'خودکار','inside':_0x3f4362(0x1e6),'outside':'خارج','top':'بالا','bottom':_0x3f4362(0x221),'left':'چپ','right':_0x3f4362(0x1d3),'hide':_0x3f4362(0x1a0)},'align':{'left':'چپ','center':_0x3f4362(0x1e1),'right':_0x3f4362(0x1d3)},'alignY':{'top':_0x3f4362(0x179),'middle':'وسط','bottom':'پایین'},'chartStyle':_0x3f4362(0x1a4),'chartAndAxisTitles':_0x3f4362(0x1d2),'legend':'راهنما','legendSelectMode':_0x3f4362(0x1a6),'legendSelectModeType':{'single':'تک\x20انتخاب','multiple':_0x3f4362(0x1b9),'close':_0x3f4362(0x1fc)},'legendVisualMapType':{'continuous':_0x3f4362(0x1a7),'piecewise':_0x3f4362(0x194)},'axes':{'axis':_0x3f4362(0x196),'axisOptions':_0x3f4362(0x201),'horizontalAxis':_0x3f4362(0x22f),'verticalAxis':_0x3f4362(0x219),'rightVerticalAxis':_0x3f4362(0x23b),'leftAxis':_0x3f4362(0x1e3),'rightAxis':'محور\x20راست','useRightAxis':_0x3f4362(0x21e)},'position':'موقعیت','dataLabels':_0x3f4362(0x209),'gridlinesAndTicks':_0x3f4362(0x180),'indicatorLine':_0x3f4362(0x19c),'indicatorLineType':'نوع\x20خط\x20نشانگر','indicatorLineColor':_0x3f4362(0x1f1),'indicatorLabel':_0x3f4362(0x1ed),'indicatorValue':_0x3f4362(0x224),'shape':{'polygon':_0x3f4362(0x1e0),'circle':'دایره','square':_0x3f4362(0x1d9),'triangle':_0x3f4362(0x1ba),'diamond':_0x3f4362(0x200),'rect':_0x3f4362(0x1cb),'roundRect':_0x3f4362(0x1b3),'pin':'پین','arrow':'فلش','none':_0x3f4362(0x240),'emptyCircle':_0x3f4362(0x20b),'emptySquare':'مربع\x20خالی','emptyTriangle':_0x3f4362(0x199),'emptyDiamond':_0x3f4362(0x1ce),'emptyRect':_0x3f4362(0x230),'emptyRoundRect':_0x3f4362(0x210),'emptyPin':_0x3f4362(0x1aa),'emptyArrow':_0x3f4362(0x1e5)},'border':'حاشیه','value':_0x3f4362(0x1a2),'fill':'پر\x20کردن','line':'خط','withOpacity':_0x3f4362(0x1e8),'withColor':'{0}\x20با\x20رنگ','withThickness':'{0}\x20با\x20ضخامت','withType':_0x3f4362(0x1c7),'withSize':'{0}\x20با\x20اندازه','withShape':_0x3f4362(0x1c5),'withFormat':_0x3f4362(0x1dc),'dataPoint':_0x3f4362(0x1b4),'dataNodeShape':_0x3f4362(0x177),'addDataPoint':_0x3f4362(0x192),'point':_0x3f4362(0x1fa),'percentage':_0x3f4362(0x1de),'lineType':{'line':'خط','smooth':_0x3f4362(0x1e7),'step':_0x3f4362(0x197)},'stackType':{'stack':_0x3f4362(0x20c),'percent':'درصد\x20انباشته'},'lineDashType':_0x3f4362(0x242),'dashType':{'solid':_0x3f4362(0x1d6),'dash':_0x3f4362(0x21a),'dot':_0x3f4362(0x193)},'color':_0x3f4362(0x1b5),'gridlines':{'majorGridlines':_0x3f4362(0x23f),'text':_0x3f4362(0x1bf)},'ticks':{'majorTick':_0x3f4362(0x228),'tickPosition':_0x3f4362(0x1ca),'tickLength':'طول\x20تیک'},'none':_0x3f4362(0x240),'theIndexItem':'مورد\x20{0}','seriesDefaultName':'سری\x20{0}','categoryDefaultName':_0x3f4362(0x22e),'styleEditPanel':{'showLabels':_0x3f4362(0x1c6),'showDataLabels':_0x3f4362(0x1da),'padAngle':_0x3f4362(0x1b2),'halfPie':_0x3f4362(0x189),'rosePie':_0x3f4362(0x17e),'pieValScale':_0x3f4362(0x1be),'pieValSuffix':_0x3f4362(0x18d),'pieDigitalFixed':'اعداد\x20ثابت\x20دایره','showLabelLine':_0x3f4362(0x1b7),'reverseAxisOrder':_0x3f4362(0x1c4),'showAxisLine':_0x3f4362(0x212),'labelPosition':_0x3f4362(0x208),'labelText':_0x3f4362(0x1ee),'repeatWordCould':_0x3f4362(0x1f9),'gap':_0x3f4362(0x1cd),'useAbsValue':_0x3f4362(0x184),'labelRotate':_0x3f4362(0x22d),'wordCloudShape':'شکل\x20ابر\x20کلمات','useDateAxis':_0x3f4362(0x232),'dateAxisTips':_0x3f4362(0x206)},'doughnutHole':_0x3f4362(0x1a8),'radar':{'fill':'پر\x20کردن'},'msg':{'invalidSource':_0x3f4362(0x19b),'emptyTips':_0x3f4362(0x213),'sankeyCircularTips':_0x3f4362(0x1e2)},'cloud':{'title':_0x3f4362(0x181),'word':_0x3f4362(0x1b1),'frequency':'تکرار'},'trendline':{'name':_0x3f4362(0x19e),'displayName':_0x3f4362(0x1ff),'addTrendLine':_0x3f4362(0x18a),'trendlineType':_0x3f4362(0x223),'trendlineName':'نام\x20خط\x20روند','trendlineColor':_0x3f4362(0x1ef),'trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':_0x3f4362(0x1df),'exp':_0x3f4362(0x1f4),'linear':_0x3f4362(0x20d),'log':_0x3f4362(0x178),'pow':_0x3f4362(0x19f),'movingAvg':_0x3f4362(0x211),'poly':_0x3f4362(0x20f),'order':_0x3f4362(0x1f0),'period':_0x3f4362(0x1e9),'showFormula':_0x3f4362(0x241),'showR2':'نمایش\x20R\x20مربع','formula':'فرمول','r2':_0x3f4362(0x1d4)},'bubble':{'xAxis':_0x3f4362(0x233),'yAxis':_0x3f4362(0x1ea),'size':_0x3f4362(0x214),'label':'برچسب\x20حباب','emptyTips':_0x3f4362(0x18f)},'relation':{'title':'مخطط\x20العلاقة','auto':_0x3f4362(0x1db),'circular':_0x3f4362(0x22b),'force':_0x3f4362(0x226),'useValueAsSymbolSize':_0x3f4362(0x183),'layoutType':_0x3f4362(0x236),'forceOptions':_0x3f4362(0x215),'repulsion':_0x3f4362(0x234),'gravity':'الجاذبية','edgeLength':'مسافة\x20العقدة','rotateLabel':_0x3f4362(0x175),'emphasis':_0x3f4362(0x17f),'emptyTips':'مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني'},'waterfall':{'stackType':_0x3f4362(0x1fe),'arrangement':'ترتيبي','stacked':_0x3f4362(0x1c8),'positive':_0x3f4362(0x19a),'negative':_0x3f4362(0x229),'subtotal':_0x3f4362(0x235),'showSubtotal':_0x3f4362(0x1c1),'positiveStyle':'نمط\x20الموجب','negativeStyle':'نمط\x20السالب','subtotalStyle':_0x3f4362(0x1bb),'positiveLegendText':_0x3f4362(0x1f7),'negativeLegendText':'نص\x20وسيلة\x20الإيضاح\x20للسالب','subtotalLegendText':_0x3f4362(0x198)},'pareto':{'lineName':_0x3f4362(0x1ae),'lineSeries':_0x3f4362(0x1d7),'barSeries':_0x3f4362(0x231)},'visualMapScope':_0x3f4362(0x217),'boxplot':{'min':_0x3f4362(0x21d),'q1':_0x3f4362(0x190),'median':_0x3f4362(0x222),'q3':'الربع\x20الثالث','max':'القيمة\x20العليا'},'chartTypes':{'line':_0x3f4362(0x1f8),'area':_0x3f4362(0x185),'areaStacked':_0x3f4362(0x187),'areaPercentStacked':_0x3f4362(0x23e),'column':'نمودار\x20ستونی','bar':_0x3f4362(0x18c),'barStacked':_0x3f4362(0x1b8),'barPercentStacked':'نمودار\x20میله‌ای\x20درصد\x20انباشته','pie':_0x3f4362(0x205),'donut':_0x3f4362(0x195),'scatter':_0x3f4362(0x1eb),'radar':_0x3f4362(0x1a1),'bubble':_0x3f4362(0x23a),'stock':_0x3f4362(0x188),'combination':'نمودار\x20ترکیبی','wordCloud':'نمودار\x20ابر\x20کلمات','funnel':_0x3f4362(0x21b),'relation':_0x3f4362(0x17c),'waterfall':_0x3f4362(0x1af),'pareto':_0x3f4362(0x1a3),'sankey':_0x3f4362(0x1dd),'heatmap':_0x3f4362(0x1d5),'boxplot':_0x3f4362(0x225)},'dialog':{'numfmt':{'general':_0x3f4362(0x1d0),'accounting':_0x3f4362(0x1ec),'currency':_0x3f4362(0x22a),'date':_0x3f4362(0x186),'thousandthPercentile':_0x3f4362(0x23c),'fieldSetting':_0x3f4362(0x203),'formatTypes':_0x3f4362(0x18b),'confirm':_0x3f4362(0x239),'cancel':'لغو','generalDesc':_0x3f4362(0x220),'accountingDesc':_0x3f4362(0x1b6),'currencyDesc':'فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','dateDesc':_0x3f4362(0x1fd),'thousandthPercentileDesc':_0x3f4362(0x21f),'decimalPlaces':_0x3f4362(0x204),'currencyTypes':'انواع\x20ارز','negativeNumberTypes':_0x3f4362(0x202),'dateTypes':_0x3f4362(0x1d8)},'setFormat':_0x3f4362(0x20e)}}};}));
@@ -1 +1 @@
1
- function _0x3cd9(_0x5a7554,_0x4ff0cf){_0x5a7554=_0x5a7554-0xba;var _0x37beb6=_0x37be();var _0x3cd903=_0x37beb6[_0x5a7554];return _0x3cd903;}function _0x37be(){var _0x36a854=['Position\x20des\x20graduations','Types\x20de\x20dates','Rectangle','Remplissage\x20en\x20dégradé','Milieu','12967776rTmsHN','Graphique\x20radar','Ligne\x20indicatrice','Style\x20positif','272972ngqZAS','Cercle','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Médiane','Étiquette\x20de\x20la\x20bulle','Graphique\x20en\x20cascade','Graphique\x20de\x20relation','Catégorie','Axe\x20vertical\x20droit','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Triangle','Options\x20de\x20disposition\x20par\x20forces','Lisse','110892dDOBcg','Texte\x20des\x20étiquettes','Catégorie\x20{0}','Multiple','Décimales','Ligne','Types\x20de\x20devises','Rotation\x20des\x20étiquettes','Séquentiel','Titre','Type\x20de\x20graphique','667130gjNYWI','À\x20l’extérieur','Remplir','Style\x20des\x20points\x20de\x20données','Axe\x20droit','{0}\x20avec\x20taille','Tiret','Flèche','Titre\x20principal','Série\x20de\x20Diagramme\x20en\x20Barres','{0}\x20avec\x20couleur','Sous-total','Axe','Utiliser\x20{0}\x20comme\x20catégorie','Forces\x20dirigées','(Vide)','Texte\x20du\x20titre','4163105WkizsJ','Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','Flèche\x20vide','Série\x20du\x20Pourcentage\x20Cumulé','Centre','Pourcentage\x20Cumulé','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Agrégat','function','Bordure','Légende','Type\x20de\x20ligne\x20indicatrice','Graphique\x20en\x20aires','Types\x20de\x20formats','Graduation\x20principale','Masquer','Droite','Masquer\x20le\x20panneau\x20de\x20graphique','Graphique\x20en\x20ligne','Répulsion','Réinitialiser','Couleur\x20de\x20fond','Ordre\x20du\x20polynôme','Carré','15880667PNUHyb','Polygone','Titre\x20de\x20l’axe\x20Y\x20droit','Circulaire','Longueur\x20des\x20graduations','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Général','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Graphique\x20de\x20Pareto','Empiler','1kPrVwR','Format','Aucun','Ajouter\x20une\x20série','Taille\x20de\x20la\x20bulle','{0}\x20avec\x20format','Mot','Épingle\x20vide','Graphique\x20combiné','Premier\x20quartile','Afficher\x20les\x20cellules\x20vides\x20comme','Éditeur\x20de\x20graphique','Style\x20du\x20sous-total','Position\x20du\x20titre','Formule','Toutes\x20les\x20séries','Graphique\x20en\x20aires\x20empilées','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','{0}\x20avec\x20forme','Ajouter\x20une\x20courbe\x20de\x20tendance','Titre\x20de\x20l’axe\x20X','Axe\x20gauche','Axe\x20horizontal','Distance\x20entre\x20les\x20nœuds','À\x20l’intérieur','Point\x20de\x20données','855OSPIVP','Afficher\x20le\x20sous-total','Max','Suffixe\x20de\x20valeur\x20du\x20camembert','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Forme\x20du\x20nuage\x20de\x20mots','Échelle\x20de\x20valeur\x20du\x20camembert','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Couleur','Annuler','Automatique','Valeur\x20maximale','Afficher\x20les\x20étiquettes','Valeur\x20minimale','zéro','Valeur\x20indicatrice','Pourcentage\x20empilé','350KKDHQr','Losange','Comptabilité','Trou\x20du\x20beignet','Options\x20de\x20l’axe','La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Continu','Graphique\x20de\x20relations','Alignement\x20du\x20titre\x20de\x20l’axe','Forme\x20du\x20nœud\x20de\x20données','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Linéaire','Style\x20négatif','Fréquence','Graphique\x20boursier','Mode\x20de\x20sélection\x20de\x20la\x20légende','Paramètres\x20de\x20champ','Gravité','L’élément\x20{0}','Empilé','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Inverser\x20l’ordre\x20des\x20axes','Épingle','Le\x20format\x20millième\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux\x20;\x20les\x20formats\x20monétaire\x20et\x20comptabilité\x20offrent\x20des\x20options\x20spécifiques\x20pour\x20les\x20valeurs\x20financières.','Carte\x20thermique','Positif','Sous-titre','Position','Ouvrir\x20le\x20panneau\x20de\x20graphique','Par\x20défaut','Graphique\x20en\x20entonnoir','Répéter\x20le\x20nuage\x20de\x20mots','Afficher\x20R\x20carré','12lBbZhw','{0}\x20avec\x20épaisseur','Afficher\x20la\x20ligne\x20des\x20étiquettes','R\x20carré','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Lignes\x20de\x20grille\x20principales','Demi-camembert','Graphique\x20de\x20dispersion','Afficher\x20la\x20ligne\x20de\x20l’axe','Plage\x20de\x20données','Utiliser\x20l’axe\x20des\x20dates','Série\x20{0}','Personnaliser','Fin','Date','Afficher\x20les\x20étiquettes\x20de\x20données','Séries','Carré\x20vide','Camembert\x20en\x20rose','Lignes\x20de\x20grille','Titres\x20du\x20graphique\x20et\x20des\x20axes','lacunes','Texte\x20de\x20légende\x20positif','Troisième\x20quartile','Type\x20de\x20ligne\x20pointillée','Pourcentage','Rectangle\x20arrondi\x20vide','Puissance','Logarithmique','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Étiquettes\x20de\x20données','Format\x20du\x20titre','Graphique\x20en\x20bulles','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Négatif','Plus\x20de\x20paramètres','Graphique\x20en\x20colonnes','Type\x20de\x20disposition','object','Simple','Graphique\x20en\x20nuage\x20de\x20mots','Graphique\x20en\x20camembert','Gauche','Supprimer\x20le\x20graphique','Utiliser\x20la\x20valeur\x20absolue','UniverProSheetsChartUiFrFR','Bas','Chiffres\x20fixes\x20du\x20camembert','Courbe\x20de\x20tendance','Haut','Rectangle\x20arrondi','Graphique\x20de\x20Sankey','93PIzLXa','Position\x20des\x20étiquettes','Couleur\x20de\x20la\x20ligne\x20indicatrice'];_0x37be=function(){return _0x36a854;};return _0x37be();}(function(_0x8975a9,_0x4652e9){var _0x52ca10=_0x3cd9,_0x313c78=_0x8975a9();while(!![]){try{var _0x260329=parseInt(_0x52ca10(0x11f))/0x1*(parseInt(_0x52ca10(0xec))/0x2)+-parseInt(_0x52ca10(0xc8))/0x3*(parseInt(_0x52ca10(0xe1))/0x4)+-parseInt(_0x52ca10(0xfd))/0x5*(parseInt(_0x52ca10(0x16c))/0x6)+parseInt(_0x52ca10(0xd4))/0x7+parseInt(_0x52ca10(0xd0))/0x8+parseInt(_0x52ca10(0x139))/0x9*(-parseInt(_0x52ca10(0x14a))/0xa)+parseInt(_0x52ca10(0x115))/0xb;if(_0x260329===_0x4652e9)break;else _0x313c78['push'](_0x313c78['shift']());}catch(_0x3c5d63){_0x313c78['push'](_0x313c78['shift']());}}}(_0x37be,0xddfc2),function(_0x2c6b71,_0x4f9a28){var _0x8438d6=_0x3cd9;typeof exports==_0x8438d6(0xba)&&typeof module<'u'?module['exports']=_0x4f9a28():typeof define==_0x8438d6(0x105)&&define['amd']?define([],_0x4f9a28):(_0x2c6b71=typeof globalThis<'u'?globalThis:_0x2c6b71||self,_0x2c6b71[_0x8438d6(0xc1)]=_0x4f9a28());}(this,function(){var _0x563dd3=_0x3cd9;return{'sheets-chart-ui':{'permission':{'editErr':_0x563dd3(0xd6)},'insertChart':'Insérer\x20un\x20graphique','editChart':_0x563dd3(0x12a),'openChartPanel':_0x563dd3(0x167),'deleteChart':_0x563dd3(0xbf),'hideChartPanel':_0x563dd3(0x10e),'setupChart':'Configurer','customChart':_0x563dd3(0x178),'default':_0x563dd3(0x168),'reset':_0x563dd3(0x111),'chartType':_0x563dd3(0xeb),'themes':'Thèmes','dataRange':_0x563dd3(0x175),'stack':'Empiler','category':_0x563dd3(0xdb),'aggregate':_0x563dd3(0x104),'allSeries':_0x563dd3(0x12e),'series':_0x563dd3(0x17c),'addSeries':_0x563dd3(0x122),'moreSettings':_0x563dd3(0x18f),'min':'Min','max':_0x563dd3(0x13b),'invalidType':{'gaps':_0x563dd3(0x181),'zero':_0x563dd3(0x147),'connectDataPointsWithStraightLines':'Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites'},'blank':_0x563dd3(0xfb),'seriesBlock':{'format':_0x563dd3(0x120),'dataPointStyle':_0x563dd3(0xef)},'backgroundColor':_0x563dd3(0x112),'chartBorderColor':_0x563dd3(0x150),'titles':{'title':_0x563dd3(0xea),'mainTitle':_0x563dd3(0xf4),'subTitle':_0x563dd3(0x165),'xAxisTitle':_0x563dd3(0x133),'yAxisTitle':'Titre\x20de\x20l’axe\x20Y','rightYAxisTitle':_0x563dd3(0x117),'titleFormat':_0x563dd3(0x18b),'titleText':_0x563dd3(0xfc),'titlePosition':_0x563dd3(0x12c),'titleAlign':_0x563dd3(0x153)},'axisPositionType':{'start':'Début','center':_0x563dd3(0x101),'end':_0x563dd3(0x179)},'gradientFill':_0x563dd3(0xce),'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':_0x563dd3(0xf9),'showEmptyCellsAs':_0x563dd3(0x129)},'positionType':{'auto':_0x563dd3(0x143),'inside':_0x563dd3(0x137),'outside':_0x563dd3(0xed),'top':_0x563dd3(0xc5),'bottom':_0x563dd3(0xc2),'left':'Gauche','right':_0x563dd3(0x10d),'hide':_0x563dd3(0x10c)},'align':{'left':_0x563dd3(0xbe),'center':'Centre','right':_0x563dd3(0x10d)},'alignY':{'top':'Haut','middle':_0x563dd3(0xcf),'bottom':_0x563dd3(0xc2)},'chartStyle':'Style\x20de\x20graphique','chartAndAxisTitles':_0x563dd3(0x180),'legend':_0x563dd3(0x107),'legendSelectMode':_0x563dd3(0x15a),'legendSelectModeType':{'single':_0x563dd3(0xbb),'multiple':_0x563dd3(0xe4),'close':'Fermer'},'legendVisualMapType':{'continuous':_0x563dd3(0x151),'piecewise':'Morceaux'},'axes':{'axis':_0x563dd3(0xf8),'axisOptions':_0x563dd3(0x14e),'horizontalAxis':_0x563dd3(0x135),'verticalAxis':'Axe\x20vertical','rightVerticalAxis':_0x563dd3(0xdc),'leftAxis':_0x563dd3(0x134),'rightAxis':_0x563dd3(0xf0),'useRightAxis':'Utiliser\x20l’axe\x20droit'},'position':_0x563dd3(0x166),'dataLabels':_0x563dd3(0x18a),'gridlinesAndTicks':'Lignes\x20de\x20grille\x20et\x20graduations','indicatorLine':_0x563dd3(0xd2),'indicatorLineType':_0x563dd3(0x108),'indicatorLineColor':_0x563dd3(0xca),'indicatorLabel':'Étiquette\x20indicatrice','indicatorValue':_0x563dd3(0x148),'shape':{'polygon':_0x563dd3(0x116),'circle':_0x563dd3(0xd5),'square':_0x563dd3(0x114),'triangle':_0x563dd3(0xde),'diamond':_0x563dd3(0x14b),'rect':_0x563dd3(0xcd),'roundRect':_0x563dd3(0xc6),'pin':_0x563dd3(0x161),'arrow':_0x563dd3(0xf3),'none':_0x563dd3(0x121),'emptyCircle':'Cercle\x20vide','emptySquare':_0x563dd3(0x17d),'emptyTriangle':'Triangle\x20vide','emptyDiamond':'Losange\x20vide','emptyRect':'Rectangle\x20vide','emptyRoundRect':_0x563dd3(0x186),'emptyPin':_0x563dd3(0x126),'emptyArrow':_0x563dd3(0xff)},'border':_0x563dd3(0x106),'value':'Valeur','fill':_0x563dd3(0xee),'line':_0x563dd3(0xe6),'withOpacity':'{0}\x20avec\x20opacité','withColor':_0x563dd3(0xf6),'withThickness':_0x563dd3(0x16d),'withType':'{0}\x20avec\x20type','withSize':_0x563dd3(0xf1),'withShape':_0x563dd3(0x131),'withFormat':_0x563dd3(0x124),'dataPoint':_0x563dd3(0x138),'dataNodeShape':_0x563dd3(0x154),'addDataPoint':'Ajouter\x20un\x20point\x20de\x20données','point':'Point','percentage':_0x563dd3(0x185),'lineType':{'line':_0x563dd3(0xe6),'smooth':_0x563dd3(0xe0),'step':'Étape'},'stackType':{'stack':_0x563dd3(0x11e),'percent':_0x563dd3(0x149)},'lineDashType':_0x563dd3(0x184),'dashType':{'solid':'Plein','dash':_0x563dd3(0xf2),'dot':'Pointillé'},'color':_0x563dd3(0x141),'gridlines':{'majorGridlines':_0x563dd3(0x171),'text':_0x563dd3(0x17f)},'ticks':{'majorTick':_0x563dd3(0x10b),'tickPosition':_0x563dd3(0xcb),'tickLength':_0x563dd3(0x119)},'none':_0x563dd3(0x121),'theIndexItem':_0x563dd3(0x15d),'seriesDefaultName':_0x563dd3(0x177),'categoryDefaultName':_0x563dd3(0xe3),'styleEditPanel':{'showLabels':_0x563dd3(0x145),'showDataLabels':_0x563dd3(0x17b),'padAngle':'Angle\x20de\x20remplissage\x20des\x20étiquettes','halfPie':_0x563dd3(0x172),'rosePie':_0x563dd3(0x17e),'pieValScale':_0x563dd3(0x13f),'pieValSuffix':_0x563dd3(0x13c),'pieDigitalFixed':_0x563dd3(0xc3),'showLabelLine':_0x563dd3(0x16e),'reverseAxisOrder':_0x563dd3(0x160),'showAxisLine':_0x563dd3(0x174),'labelPosition':_0x563dd3(0xc9),'labelText':_0x563dd3(0xe2),'repeatWordCould':_0x563dd3(0x16a),'gap':'Écart','useAbsValue':_0x563dd3(0xc0),'labelRotate':_0x563dd3(0xe8),'wordCloudShape':_0x563dd3(0x13e),'useDateAxis':_0x563dd3(0x176),'dateAxisTips':_0x563dd3(0x103)},'doughnutHole':_0x563dd3(0x14d),'radar':{'fill':_0x563dd3(0xee)},'msg':{'invalidSource':'La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','emptyTips':'Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','sankeyCircularTips':_0x563dd3(0x130)},'cloud':{'title':'Nuage\x20de\x20mots','word':_0x563dd3(0x125),'frequency':_0x563dd3(0x158)},'trendline':{'name':_0x563dd3(0xc4),'displayName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','addTrendLine':_0x563dd3(0x132),'trendlineType':'Type\x20de\x20courbe\x20de\x20tendance','trendlineName':_0x563dd3(0x11a),'trendlineColor':_0x563dd3(0x15f),'trendlineThickness':_0x563dd3(0x11c),'trendlineDashType':_0x563dd3(0x18d),'exp':'Exponentielle','linear':_0x563dd3(0x156),'log':_0x563dd3(0x188),'pow':_0x563dd3(0x187),'movingAvg':'Moyenne\x20mobile','poly':'Polynomiale','order':_0x563dd3(0x113),'period':'Période\x20de\x20la\x20moyenne\x20mobile','showFormula':'Afficher\x20la\x20formule','showR2':_0x563dd3(0x16b),'formula':_0x563dd3(0x12d),'r2':_0x563dd3(0x16f)},'bubble':{'xAxis':'Axe\x20X','yAxis':'Axe\x20Y','size':_0x563dd3(0x123),'label':_0x563dd3(0xd8),'emptyTips':'Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y'},'relation':{'title':_0x563dd3(0x152),'auto':'Auto','circular':_0x563dd3(0x118),'force':_0x563dd3(0xfa),'useValueAsSymbolSize':_0x563dd3(0x189),'layoutType':_0x563dd3(0x191),'forceOptions':_0x563dd3(0xdf),'repulsion':_0x563dd3(0x110),'gravity':_0x563dd3(0x15c),'edgeLength':_0x563dd3(0x136),'rotateLabel':'Faire\x20pivoter\x20l’étiquette','emphasis':_0x563dd3(0x155),'emptyTips':_0x563dd3(0x14f)},'waterfall':{'stackType':'Type\x20d\x27empilement','arrangement':_0x563dd3(0xe9),'stacked':_0x563dd3(0x15e),'positive':_0x563dd3(0x164),'negative':_0x563dd3(0x18e),'subtotal':_0x563dd3(0xf7),'showSubtotal':_0x563dd3(0x13a),'positiveStyle':_0x563dd3(0xd3),'negativeStyle':_0x563dd3(0x157),'subtotalStyle':_0x563dd3(0x12b),'positiveLegendText':_0x563dd3(0x182),'negativeLegendText':'Texte\x20de\x20légende\x20négatif','subtotalLegendText':'Texte\x20de\x20légende\x20du\x20sous-total'},'pareto':{'lineName':_0x563dd3(0x102),'lineSeries':_0x563dd3(0x100),'barSeries':_0x563dd3(0xf5)},'visualMapScope':'Portée\x20de\x20la\x20carte\x20visuelle','boxplot':{'min':_0x563dd3(0x146),'q1':_0x563dd3(0x128),'median':_0x563dd3(0xd7),'q3':_0x563dd3(0x183),'max':_0x563dd3(0x144)},'chartTypes':{'line':_0x563dd3(0x10f),'area':_0x563dd3(0x109),'areaStacked':_0x563dd3(0x12f),'areaPercentStacked':_0x563dd3(0x13d),'column':_0x563dd3(0x190),'bar':'Graphique\x20en\x20barres','barStacked':'Graphique\x20en\x20barres\x20empilées','barPercentStacked':_0x563dd3(0x170),'pie':_0x563dd3(0xbd),'donut':'Graphique\x20en\x20beignet','scatter':_0x563dd3(0x173),'radar':_0x563dd3(0xd1),'bubble':_0x563dd3(0x18c),'stock':_0x563dd3(0x159),'combination':_0x563dd3(0x127),'wordCloud':_0x563dd3(0xbc),'funnel':_0x563dd3(0x169),'relation':_0x563dd3(0xda),'waterfall':_0x563dd3(0xd9),'pareto':_0x563dd3(0x11d),'sankey':_0x563dd3(0xc7),'heatmap':_0x563dd3(0x163),'boxplot':'Boîte\x20à\x20moustaches'},'dialog':{'numfmt':{'general':_0x563dd3(0x11b),'accounting':_0x563dd3(0x14c),'currency':'Monétaire','date':_0x563dd3(0x17a),'thousandthPercentile':'Milleième','fieldSetting':_0x563dd3(0x15b),'formatTypes':_0x563dd3(0x10a),'confirm':'OK','cancel':_0x563dd3(0x142),'generalDesc':'Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','accountingDesc':_0x563dd3(0xdd),'currencyDesc':_0x563dd3(0xfe),'dateDesc':_0x563dd3(0x140),'thousandthPercentileDesc':_0x563dd3(0x162),'decimalPlaces':_0x563dd3(0xe5),'currencyTypes':_0x563dd3(0xe7),'negativeNumberTypes':'Types\x20de\x20nombres\x20négatifs','dateTypes':_0x563dd3(0xcc)},'setFormat':'Définir\x20le\x20format\x20de\x20l’étiquette'}}};}));
1
+ function _0x1ec8(_0x5141e6,_0xcbae29){_0x5141e6=_0x5141e6-0x14b;var _0x144e77=_0x144e();var _0x1ec8f6=_0x144e77[_0x5141e6];return _0x1ec8f6;}function _0x144e(){var _0x3ca26a=['Tiret','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Utiliser\x20{0}\x20comme\x20catégorie','Bordure','Trou\x20du\x20beignet','Milieu','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Flèche','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Carré','Position\x20des\x20graduations','Empilé','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Style\x20du\x20sous-total','Remplir','Taille\x20de\x20la\x20bulle','Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','Lignes\x20de\x20grille','Décimales','Toutes\x20les\x20séries','Utiliser\x20l’axe\x20droit','Graphique\x20en\x20ligne','exports','Style\x20des\x20points\x20de\x20données','Types\x20de\x20nombres\x20négatifs','Afficher\x20R\x20carré','Insérer\x20un\x20graphique','Étiquettes\x20de\x20données','{0}\x20avec\x20type','Options\x20de\x20l’axe','Utiliser\x20l’axe\x20des\x20dates','Catégorie\x20{0}','Droite','Troisième\x20quartile','698KclScx','Graphique\x20en\x20aires\x20empilées','Par\x20défaut','Linéaire','Plus\x20de\x20paramètres','Pointillé','Le\x20format\x20millième\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux\x20;\x20les\x20formats\x20monétaire\x20et\x20comptabilité\x20offrent\x20des\x20options\x20spécifiques\x20pour\x20les\x20valeurs\x20financières.','Simple','Remplissage\x20en\x20dégradé','Distance\x20entre\x20les\x20nœuds','Format\x20du\x20titre','Réinitialiser','2810403hjYPZG','Afficher\x20la\x20formule','Médiane','Multiple','Cercle\x20vide','{0}\x20avec\x20forme','Valeur\x20minimale','Losange','Négatif','Catégorie','Séries','Valeur','{0}\x20avec\x20épaisseur','Formule','Thèmes','Triangle\x20vide','Agrégat','Texte\x20des\x20étiquettes','Polynomiale','Sous-total','Carré\x20vide','Ligne','Ajouter\x20un\x20point\x20de\x20données','Graphique\x20de\x20Pareto','Personnaliser','UniverProSheetsChartUiFrFR','Axe\x20gauche','Auto','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Type\x20d\x27empilement','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Basculer\x20vers\x20ligne/colonne','Point','Axe','Comptabilité','Couleur\x20de\x20fond','Afficher\x20les\x20étiquettes\x20de\x20données','Configurer','1341ptifCJ','Ligne\x20indicatrice','Graphique\x20de\x20relations','Lisse','Graphique\x20en\x20camembert','Aucun','1686MpuREV','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Type\x20de\x20ligne\x20pointillée','Centre','Milleième','Moyenne\x20mobile','Graphique\x20en\x20colonnes','Couleur\x20de\x20la\x20ligne\x20indicatrice','Nuage\x20de\x20mots','Axe\x20vertical','Boîte\x20à\x20moustaches','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Max','Titre\x20de\x20l’axe\x20Y\x20droit','Fréquence','Rotation\x20des\x20étiquettes','Circulaire','Faire\x20pivoter\x20l’étiquette','7052645TpWDkK','Exponentielle','Répéter\x20le\x20nuage\x20de\x20mots','Min','Options\x20de\x20disposition\x20par\x20forces','Série\x20du\x20Pourcentage\x20Cumulé','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Gauche','Positif','amd','Titres\x20du\x20graphique\x20et\x20des\x20axes','Forme\x20du\x20nœud\x20de\x20données','Texte\x20du\x20titre','Séquentiel','Valeur\x20indicatrice','Graphique\x20radar','{0}\x20avec\x20format','Texte\x20de\x20légende\x20négatif','Angle\x20de\x20remplissage\x20des\x20étiquettes','Ajouter\x20une\x20série','Éditeur\x20de\x20graphique','Pourcentage\x20empilé','Losange\x20vide','Graphique\x20de\x20dispersion','R\x20carré','Longueur\x20des\x20graduations','Graphique\x20en\x20cascade','Date','Axe\x20vertical\x20droit','Point\x20de\x20données','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Lignes\x20de\x20grille\x20principales','Position','Polygone','Cercle','Masquer','Annuler','Type\x20de\x20graphique','Graphique\x20en\x20bulles','Rectangle\x20arrondi\x20vide','Afficher\x20les\x20cellules\x20vides\x20comme','Utiliser\x20la\x20valeur\x20absolue','Bas','Supprimer\x20le\x20graphique','Étape','Rectangle\x20vide','Axe\x20Y','Mode\x20de\x20sélection\x20de\x20la\x20légende','Afficher\x20le\x20sous-total','Mot','Type\x20de\x20disposition','function','Haut','Portée\x20de\x20la\x20carte\x20visuelle','Graphique\x20en\x20barres','Camembert\x20en\x20rose','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Ouvrir\x20le\x20panneau\x20de\x20graphique','Graphique\x20boursier','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','Ajouter\x20une\x20courbe\x20de\x20tendance','Couleur','4770668mnDaLV','À\x20l’extérieur','Série\x20{0}','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Continu','Afficher\x20la\x20ligne\x20de\x20l’axe','Position\x20du\x20titre','Forme\x20du\x20nuage\x20de\x20mots','Types\x20de\x20devises','Demi-camembert','Étiquette\x20indicatrice','Suffixe\x20de\x20valeur\x20du\x20camembert','Alignement\x20du\x20titre\x20de\x20l’axe','Automatique','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Style\x20de\x20graphique','lacunes','Style\x20positif','Valeur\x20maximale','Période\x20de\x20la\x20moyenne\x20mobile','Graphique\x20en\x20beignet','Étiquette\x20de\x20la\x20bulle','Forces\x20dirigées','Graphique\x20combiné','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','7372744KCZSuE','2662TrjoOB','Pourcentage\x20Cumulé','Gravité','Début','Légende','zéro','Logarithmique','Texte\x20de\x20légende\x20positif','{0}\x20avec\x20couleur','16430POMrVq','Empiler','Courbe\x20de\x20tendance','Axe\x20droit','Axe\x20X','Titre\x20de\x20l’axe\x20Y','3563GjxaRm'];_0x144e=function(){return _0x3ca26a;};return _0x144e();}(function(_0x29450e,_0x370ecf){var _0x2f610f=_0x1ec8,_0x210c3f=_0x29450e();while(!![]){try{var _0x5912ec=-parseInt(_0x2f610f(0x202))/0x1*(-parseInt(_0x2f610f(0x1d0))/0x2)+parseInt(_0x2f610f(0x20e))/0x3+-parseInt(_0x2f610f(0x1b6))/0x4+parseInt(_0x2f610f(0x177))/0x5+-parseInt(_0x2f610f(0x164))/0x6*(parseInt(_0x2f610f(0x1df))/0x7)+-parseInt(_0x2f610f(0x1cf))/0x8+parseInt(_0x2f610f(0x15e))/0x9*(-parseInt(_0x2f610f(0x1d9))/0xa);if(_0x5912ec===_0x370ecf)break;else _0x210c3f['push'](_0x210c3f['shift']());}catch(_0x4c36a8){_0x210c3f['push'](_0x210c3f['shift']());}}}(_0x144e,0xbd080),function(_0x5cd0ad,_0x1fe3a3){var _0xc9a9d1=_0x1ec8;typeof exports=='object'&&typeof module<'u'?module[_0xc9a9d1(0x1f6)]=_0x1fe3a3():typeof define==_0xc9a9d1(0x1aa)&&define[_0xc9a9d1(0x180)]?define([],_0x1fe3a3):(_0x5cd0ad=typeof globalThis<'u'?globalThis:_0x5cd0ad||self,_0x5cd0ad[_0xc9a9d1(0x151)]=_0x1fe3a3());}(this,function(){var _0x2da0cc=_0x1ec8;return{'sheets-chart-ui':{'permission':{'editErr':_0x2da0cc(0x1b9)},'insertChart':_0x2da0cc(0x1fa),'editChart':_0x2da0cc(0x18b),'openChartPanel':_0x2da0cc(0x1b0),'deleteChart':_0x2da0cc(0x1a2),'hideChartPanel':'Masquer\x20le\x20panneau\x20de\x20graphique','setupChart':_0x2da0cc(0x15d),'customChart':_0x2da0cc(0x150),'default':_0x2da0cc(0x204),'reset':_0x2da0cc(0x20d),'chartType':_0x2da0cc(0x19c),'themes':_0x2da0cc(0x21c),'dataRange':'Plage\x20de\x20données','stack':_0x2da0cc(0x1da),'category':_0x2da0cc(0x217),'aggregate':_0x2da0cc(0x21e),'allSeries':_0x2da0cc(0x1f3),'series':_0x2da0cc(0x218),'addSeries':_0x2da0cc(0x18a),'moreSettings':_0x2da0cc(0x206),'min':_0x2da0cc(0x17a),'max':_0x2da0cc(0x171),'invalidType':{'gaps':_0x2da0cc(0x1c6),'zero':_0x2da0cc(0x1d5),'connectDataPointsWithStraightLines':_0x2da0cc(0x1b3)},'blank':'(Vide)','seriesBlock':{'format':'Format','dataPointStyle':_0x2da0cc(0x1f7)},'backgroundColor':_0x2da0cc(0x15b),'chartBorderColor':_0x2da0cc(0x165),'titles':{'title':'Titre','mainTitle':'Titre\x20principal','subTitle':'Sous-titre','xAxisTitle':'Titre\x20de\x20l’axe\x20X','yAxisTitle':_0x2da0cc(0x1de),'rightYAxisTitle':_0x2da0cc(0x172),'titleFormat':_0x2da0cc(0x20c),'titleText':_0x2da0cc(0x183),'titlePosition':_0x2da0cc(0x1bc),'titleAlign':_0x2da0cc(0x1c2)},'axisPositionType':{'start':_0x2da0cc(0x1d3),'center':_0x2da0cc(0x168),'end':'Fin'},'gradientFill':_0x2da0cc(0x20a),'settingsLabels':{'switchToRowOrColumn':_0x2da0cc(0x157),'useAsCategoryLabels':_0x2da0cc(0x1e2),'showEmptyCellsAs':_0x2da0cc(0x19f)},'positionType':{'auto':_0x2da0cc(0x1c3),'inside':'À\x20l’intérieur','outside':_0x2da0cc(0x1b7),'top':'Haut','bottom':'Bas','left':_0x2da0cc(0x17e),'right':_0x2da0cc(0x200),'hide':_0x2da0cc(0x19a)},'align':{'left':'Gauche','center':_0x2da0cc(0x168),'right':_0x2da0cc(0x200)},'alignY':{'top':_0x2da0cc(0x1ab),'middle':_0x2da0cc(0x1e5),'bottom':_0x2da0cc(0x1a1)},'chartStyle':_0x2da0cc(0x1c5),'chartAndAxisTitles':_0x2da0cc(0x181),'legend':_0x2da0cc(0x1d4),'legendSelectMode':_0x2da0cc(0x1a6),'legendSelectModeType':{'single':_0x2da0cc(0x209),'multiple':_0x2da0cc(0x211),'close':'Fermer'},'legendVisualMapType':{'continuous':_0x2da0cc(0x1ba),'piecewise':'Morceaux'},'axes':{'axis':_0x2da0cc(0x159),'axisOptions':_0x2da0cc(0x1fd),'horizontalAxis':'Axe\x20horizontal','verticalAxis':_0x2da0cc(0x16e),'rightVerticalAxis':_0x2da0cc(0x193),'leftAxis':_0x2da0cc(0x152),'rightAxis':_0x2da0cc(0x1dc),'useRightAxis':_0x2da0cc(0x1f4)},'position':_0x2da0cc(0x197),'dataLabels':_0x2da0cc(0x1fb),'gridlinesAndTicks':'Lignes\x20de\x20grille\x20et\x20graduations','indicatorLine':_0x2da0cc(0x15f),'indicatorLineType':'Type\x20de\x20ligne\x20indicatrice','indicatorLineColor':_0x2da0cc(0x16c),'indicatorLabel':_0x2da0cc(0x1c0),'indicatorValue':_0x2da0cc(0x185),'shape':{'polygon':_0x2da0cc(0x198),'circle':_0x2da0cc(0x199),'square':_0x2da0cc(0x1e9),'triangle':'Triangle','diamond':_0x2da0cc(0x215),'rect':'Rectangle','roundRect':'Rectangle\x20arrondi','pin':'Épingle','arrow':_0x2da0cc(0x1e7),'none':_0x2da0cc(0x163),'emptyCircle':_0x2da0cc(0x212),'emptySquare':_0x2da0cc(0x14c),'emptyTriangle':_0x2da0cc(0x21d),'emptyDiamond':_0x2da0cc(0x18d),'emptyRect':_0x2da0cc(0x1a4),'emptyRoundRect':_0x2da0cc(0x19e),'emptyPin':'Épingle\x20vide','emptyArrow':'Flèche\x20vide'},'border':_0x2da0cc(0x1e3),'value':_0x2da0cc(0x219),'fill':_0x2da0cc(0x1ee),'line':_0x2da0cc(0x14d),'withOpacity':'{0}\x20avec\x20opacité','withColor':_0x2da0cc(0x1d8),'withThickness':_0x2da0cc(0x21a),'withType':_0x2da0cc(0x1fc),'withSize':'{0}\x20avec\x20taille','withShape':_0x2da0cc(0x213),'withFormat':_0x2da0cc(0x187),'dataPoint':_0x2da0cc(0x194),'dataNodeShape':_0x2da0cc(0x182),'addDataPoint':_0x2da0cc(0x14e),'point':_0x2da0cc(0x158),'percentage':'Pourcentage','lineType':{'line':_0x2da0cc(0x14d),'smooth':_0x2da0cc(0x161),'step':_0x2da0cc(0x1a3)},'stackType':{'stack':_0x2da0cc(0x1da),'percent':_0x2da0cc(0x18c)},'lineDashType':_0x2da0cc(0x167),'dashType':{'solid':'Plein','dash':_0x2da0cc(0x1e0),'dot':_0x2da0cc(0x207)},'color':_0x2da0cc(0x1b5),'gridlines':{'majorGridlines':_0x2da0cc(0x196),'text':_0x2da0cc(0x1f1)},'ticks':{'majorTick':'Graduation\x20principale','tickPosition':_0x2da0cc(0x1ea),'tickLength':_0x2da0cc(0x190)},'none':_0x2da0cc(0x163),'theIndexItem':'L’élément\x20{0}','seriesDefaultName':_0x2da0cc(0x1b8),'categoryDefaultName':_0x2da0cc(0x1ff),'styleEditPanel':{'showLabels':'Afficher\x20les\x20étiquettes','showDataLabels':_0x2da0cc(0x15c),'padAngle':_0x2da0cc(0x189),'halfPie':_0x2da0cc(0x1bf),'rosePie':_0x2da0cc(0x1ae),'pieValScale':'Échelle\x20de\x20valeur\x20du\x20camembert','pieValSuffix':_0x2da0cc(0x1c1),'pieDigitalFixed':'Chiffres\x20fixes\x20du\x20camembert','showLabelLine':'Afficher\x20la\x20ligne\x20des\x20étiquettes','reverseAxisOrder':'Inverser\x20l’ordre\x20des\x20axes','showAxisLine':_0x2da0cc(0x1bb),'labelPosition':'Position\x20des\x20étiquettes','labelText':_0x2da0cc(0x21f),'repeatWordCould':_0x2da0cc(0x179),'gap':'Écart','useAbsValue':_0x2da0cc(0x1a0),'labelRotate':_0x2da0cc(0x174),'wordCloudShape':_0x2da0cc(0x1bd),'useDateAxis':_0x2da0cc(0x1fe),'dateAxisTips':_0x2da0cc(0x154)},'doughnutHole':_0x2da0cc(0x1e4),'radar':{'fill':'Remplir'},'msg':{'invalidSource':_0x2da0cc(0x1b2),'emptyTips':_0x2da0cc(0x1e1),'sankeyCircularTips':_0x2da0cc(0x1e8)},'cloud':{'title':_0x2da0cc(0x16d),'word':_0x2da0cc(0x1a8),'frequency':_0x2da0cc(0x173)},'trendline':{'name':_0x2da0cc(0x1db),'displayName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','addTrendLine':_0x2da0cc(0x1b4),'trendlineType':'Type\x20de\x20courbe\x20de\x20tendance','trendlineName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','trendlineColor':_0x2da0cc(0x166),'trendlineThickness':_0x2da0cc(0x1e6),'trendlineDashType':_0x2da0cc(0x1ec),'exp':_0x2da0cc(0x178),'linear':_0x2da0cc(0x205),'log':_0x2da0cc(0x1d6),'pow':'Puissance','movingAvg':_0x2da0cc(0x16a),'poly':_0x2da0cc(0x220),'order':'Ordre\x20du\x20polynôme','period':_0x2da0cc(0x1c9),'showFormula':_0x2da0cc(0x20f),'showR2':_0x2da0cc(0x1f9),'formula':_0x2da0cc(0x21b),'r2':_0x2da0cc(0x18f)},'bubble':{'xAxis':_0x2da0cc(0x1dd),'yAxis':_0x2da0cc(0x1a5),'size':_0x2da0cc(0x1ef),'label':_0x2da0cc(0x1cb),'emptyTips':_0x2da0cc(0x1ce)},'relation':{'title':_0x2da0cc(0x160),'auto':_0x2da0cc(0x153),'circular':_0x2da0cc(0x175),'force':_0x2da0cc(0x1cc),'useValueAsSymbolSize':_0x2da0cc(0x170),'layoutType':_0x2da0cc(0x1a9),'forceOptions':_0x2da0cc(0x17b),'repulsion':'Répulsion','gravity':_0x2da0cc(0x1d2),'edgeLength':_0x2da0cc(0x20b),'rotateLabel':_0x2da0cc(0x176),'emphasis':_0x2da0cc(0x195),'emptyTips':'La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne'},'waterfall':{'stackType':_0x2da0cc(0x155),'arrangement':_0x2da0cc(0x184),'stacked':_0x2da0cc(0x1eb),'positive':_0x2da0cc(0x17f),'negative':_0x2da0cc(0x216),'subtotal':_0x2da0cc(0x14b),'showSubtotal':_0x2da0cc(0x1a7),'positiveStyle':_0x2da0cc(0x1c7),'negativeStyle':'Style\x20négatif','subtotalStyle':_0x2da0cc(0x1ed),'positiveLegendText':_0x2da0cc(0x1d7),'negativeLegendText':_0x2da0cc(0x188),'subtotalLegendText':'Texte\x20de\x20légende\x20du\x20sous-total'},'pareto':{'lineName':_0x2da0cc(0x1d1),'lineSeries':_0x2da0cc(0x17c),'barSeries':'Série\x20de\x20Diagramme\x20en\x20Barres'},'visualMapScope':_0x2da0cc(0x1ac),'boxplot':{'min':_0x2da0cc(0x214),'q1':'Premier\x20quartile','median':_0x2da0cc(0x210),'q3':_0x2da0cc(0x201),'max':_0x2da0cc(0x1c8)},'chartTypes':{'line':_0x2da0cc(0x1f5),'area':'Graphique\x20en\x20aires','areaStacked':_0x2da0cc(0x203),'areaPercentStacked':_0x2da0cc(0x156),'column':_0x2da0cc(0x16b),'bar':_0x2da0cc(0x1ad),'barStacked':'Graphique\x20en\x20barres\x20empilées','barPercentStacked':_0x2da0cc(0x1c4),'pie':_0x2da0cc(0x162),'donut':_0x2da0cc(0x1ca),'scatter':_0x2da0cc(0x18e),'radar':_0x2da0cc(0x186),'bubble':_0x2da0cc(0x19d),'stock':_0x2da0cc(0x1b1),'combination':_0x2da0cc(0x1cd),'wordCloud':'Graphique\x20en\x20nuage\x20de\x20mots','funnel':'Graphique\x20en\x20entonnoir','relation':'Graphique\x20de\x20relation','waterfall':_0x2da0cc(0x191),'pareto':_0x2da0cc(0x14f),'sankey':'Graphique\x20de\x20Sankey','heatmap':'Carte\x20thermique','boxplot':_0x2da0cc(0x16f)},'dialog':{'numfmt':{'general':'Général','accounting':_0x2da0cc(0x15a),'currency':'Monétaire','date':_0x2da0cc(0x192),'thousandthPercentile':_0x2da0cc(0x169),'fieldSetting':'Paramètres\x20de\x20champ','formatTypes':'Types\x20de\x20formats','confirm':'OK','cancel':_0x2da0cc(0x19b),'generalDesc':_0x2da0cc(0x1af),'accountingDesc':'Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','currencyDesc':_0x2da0cc(0x1f0),'dateDesc':_0x2da0cc(0x17d),'thousandthPercentileDesc':_0x2da0cc(0x208),'decimalPlaces':_0x2da0cc(0x1f2),'currencyTypes':_0x2da0cc(0x1be),'negativeNumberTypes':_0x2da0cc(0x1f8),'dateTypes':'Types\x20de\x20dates'},'setFormat':'Définir\x20le\x20format\x20de\x20l’étiquette'}}};}));
@@ -1 +1 @@
1
- function _0x5d56(_0x186b93,_0x4b86f3){_0x186b93=_0x186b93-0xa8;var _0x59731b=_0x5973();var _0x5d5620=_0x59731b[_0x186b93];return _0x5d5620;}function _0x5973(){var _0x3468b3=['Pai\x20mawar','Sisipkan\x20grafik','Berdasarkan\x20bagian','Gunakan\x20sumbu\x20kanan','Urutan\x20polinomial','Bawah','Negatif','Kuartal\x20ketiga','Awal','Sumber\x20data\x20grafik\x20harus\x20lebih\x20dari\x201\x20baris\x20dan\x201\x20kolom.','Linear','Perataan\x20judul\x20sumbu','Tutup','Wajik','Persentase','Tolakan','Judul\x20sumbu\x20X','Awan\x20kata','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Bentuk\x20awan\x20kata','Grafik\x20corong','Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','Sub\x20judul','Jenis\x20tata\x20letak','Logaritmik','Jenis\x20garis\x20putus-putus\x20garis\x20tren','Garis\x20kisi\x20utama','Jenis\x20Angka\x20Negatif','1467004fhhvdv','Otomatis','Tengah','Nilai','3360172jdovJD','Batas','Akhiran\x20nilai','Pin\x20kosong','Label\x20data','Tanda\x20centang\x20utama','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.','Kiri','Grafik\x20Pareto','Seri\x20Grafik\x20Batang','Lingkaran','Isian\x20gradasi','Grafik\x20area\x20tumpuk\x20persen','Teks\x20Legenda\x20Subtotal','Kategori\x20{0}','Median','Cakupan\x20peta\x20visual','Default','Judul\x20sumbu\x20Y','Tambah\x20seri','Ulangi\x20awan\x20kata','Pengaturan','Kustomisasi','Garis\x20indikator','2773594CZnGaP','Gaya\x20titik\x20data','Garis\x20kisi\x20dan\x20tanda\x20centang','Tampilkan\x20R\x20kuadrat','Grafik\x20area','Persentil\x20Ribuan','12423663HcDCHc','Sumbu\x20horizontal','Warna\x20latar\x20belakang','Legenda','Subtotal','Gunakan\x20nilai\x20absolut','Frekuensi','Rentang\x20data','Kategori','nol','Jenis\x20tumpuk','Tampilkan\x20garis\x20label','Umum','Grafik\x20radar','Teks\x20Legenda\x20Positif','Grafik\x20saham','Sumbu\x20vertikal\x20kanan','Garis\x20tren','(Kosong)','{0}\x20dengan\x20format','4836nznBIp','Digital\x20tetap','function','{0}\x20dengan\x20opacity','Grafik\x20area\x20bertumpuk','Jarak\x20simpul','1035624fpXiPt','Grafik\x20sebar','Di\x20luar','Opsi\x20sumbu','Persegi\x20panjang','Sumbu\x20kiri','Warna\x20batas\x20grafik','Tampilkan\x20sel\x20kosong\x20sebagai','Hubungkan\x20titik\x20data\x20dengan\x20garis\x20lurus','Polinomial','Jenis\x20grafik','Editor\x20grafik','Tambah\x20garis\x20tren','Lubang\x20donat','UniverProSheetsChartUiIdID','Judul\x20sumbu\x20Y\x20kanan','Arahkan\x20dengan\x20gaya','Sumbu\x20kanan','Ukuran\x20gelembung','Tunggal','Sumbu','Posisi\x20judul','Persegi\x20panjang\x20membulat','Warna\x20garis\x20tren','221469MKNCad','Grafik\x20donat','Sembunyikan\x20panel\x20grafik','Tampilkan\x20rumus','Tempat\x20Desimal','Jenis\x20Tanggal','{0}\x20dengan\x20jenis','Tampilkan\x20garis\x20sumbu','Kuartal\x20pertama','Grafik\x20boxplot','Ditumpuk','Wajik\x20kosong','{0}\x20dengan\x20ukuran','Positif','Gunakan\x20{0}\x20sebagai\x20kategori','Min','amd','Segitiga\x20kosong','Tumpuk','Titik\x20data','Tampilkan\x20label','84myuShw','Celah','Teks\x20Legenda\x20Negatif','Agregat','Format','Tema','Sembunyikan','Jenis\x20garis\x20tren','Nilai\x20indikator','Maks','Aktifkan\x20efek\x20fade-in\x20pilihan','Teks\x20judul','Nama\x20garis\x20tren','Kanan','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Gravitasi','Minimum','Peta\x20panas','Grafik\x20air\x20terjun','Atas','Padat','Atur\x20ulang','Ganda','Grafik\x20batang\x20bertumpuk','Putar\x20label','Jenis\x20garis\x20indikator','Grafik\x20batang\x20tumpuk\x20persen','Kontinu','{0}\x20dengan\x20warna','Pin','Warna','Panjang\x20tanda\x20centang','Sumbu\x20X','Segitiga','Di\x20dalam','R\x20kuadrat','Posisi\x20label','Panah','Rumus','Garis','Bentuk\x20simpul\x20data','Tampilkan\x20Subtotal','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Seri\x20Persentase\x20Kumulatif','Beralih\x20ke\x20baris/kolom','Mata\x20uang','Grafik\x20relasi','Gunakan\x20nilai\x20sebagai\x20ukuran\x20simpul','Persegi\x20panjang\x20kosong','Seri\x20{0}','Atur\x20format\x20label','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Label\x20indikator','Gaya\x20Negatif','Gaya\x20Positif','Format\x20judul','Titik','Gaya\x20Subtotal','Melingkar','Tumpuk\x20persen','Ketebalan\x20garis\x20tren','Putus-putus','Grafik\x20Sankey','Judul\x20utama','Kata','Hapus\x20grafik','Semua\x20seri','Jenis\x20Format','Grafik\x20kombinasi','Mode\x20pilih\x20legenda','Panah\x20kosong','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','Isian','Halus','Pengaturan\x20lebih\x20lanjut','Akhir','Skala\x20nilai','Rata-rata\x20bergerak','Item\x20ke-{0}','8905yANrfZ','celah'];_0x5973=function(){return _0x3468b3;};return _0x5973();}(function(_0x1e8c5a,_0x5b22cb){var _0x31e432=_0x5d56,_0x215752=_0x1e8c5a();while(!![]){try{var _0x336e19=parseInt(_0x31e432(0xd0))/0x1+-parseInt(_0x31e432(0xec))/0x2+parseInt(_0x31e432(0x124))/0x3+-parseInt(_0x31e432(0xd4))/0x4+parseInt(_0x31e432(0xb2))/0x5*(parseInt(_0x31e432(0x106))/0x6)+parseInt(_0x31e432(0x139))/0x7*(parseInt(_0x31e432(0x10c))/0x8)+-parseInt(_0x31e432(0xf2))/0x9;if(_0x336e19===_0x5b22cb)break;else _0x215752['push'](_0x215752['shift']());}catch(_0x348637){_0x215752['push'](_0x215752['shift']());}}}(_0x5973,0xe1386),function(_0x5176c3,_0x1448b2){var _0x4a52f=_0x5d56;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1448b2():typeof define==_0x4a52f(0x108)&&define[_0x4a52f(0x134)]?define([],_0x1448b2):(_0x5176c3=typeof globalThis<'u'?globalThis:_0x5176c3||self,_0x5176c3[_0x4a52f(0x11a)]=_0x1448b2());}(this,function(){var _0x36e038=_0x5d56;return{'sheets-chart-ui':{'permission':{'editErr':_0x36e038(0xda)},'insertChart':_0x36e038(0xb5),'editChart':_0x36e038(0x117),'openChartPanel':'Buka\x20panel\x20grafik','deleteChart':_0x36e038(0x17a),'hideChartPanel':_0x36e038(0x126),'setupChart':_0x36e038(0xe9),'customChart':_0x36e038(0xea),'default':_0x36e038(0xe5),'reset':_0x36e038(0x14e),'chartType':_0x36e038(0x116),'themes':_0x36e038(0x13e),'dataRange':_0x36e038(0xf9),'stack':_0x36e038(0x136),'category':_0x36e038(0xfa),'aggregate':_0x36e038(0x13c),'allSeries':_0x36e038(0x17b),'series':'Seri','addSeries':_0x36e038(0xe7),'moreSettings':_0x36e038(0xad),'min':_0x36e038(0x133),'max':_0x36e038(0x142),'invalidType':{'gaps':_0x36e038(0xb3),'zero':_0x36e038(0xfb),'connectDataPointsWithStraightLines':_0x36e038(0x114)},'blank':_0x36e038(0x104),'seriesBlock':{'format':_0x36e038(0x13d),'dataPointStyle':_0x36e038(0xed)},'backgroundColor':_0x36e038(0xf4),'chartBorderColor':_0x36e038(0x112),'titles':{'title':'Judul','mainTitle':_0x36e038(0x178),'subTitle':_0x36e038(0xca),'xAxisTitle':_0x36e038(0xc4),'yAxisTitle':_0x36e038(0xe6),'rightYAxisTitle':_0x36e038(0x11b),'titleFormat':_0x36e038(0x170),'titleText':_0x36e038(0x144),'titlePosition':_0x36e038(0x121),'titleAlign':_0x36e038(0xbf)},'axisPositionType':{'start':_0x36e038(0xbc),'center':'Tengah','end':_0x36e038(0xae)},'gradientFill':_0x36e038(0xdf),'settingsLabels':{'switchToRowOrColumn':_0x36e038(0x165),'useAsCategoryLabels':_0x36e038(0x132),'showEmptyCellsAs':_0x36e038(0x113)},'positionType':{'auto':_0x36e038(0xd1),'inside':_0x36e038(0x15b),'outside':_0x36e038(0x10e),'top':_0x36e038(0x14c),'bottom':_0x36e038(0xb9),'left':_0x36e038(0xdb),'right':_0x36e038(0x146),'hide':_0x36e038(0x13f)},'align':{'left':_0x36e038(0xdb),'center':_0x36e038(0xd2),'right':'Kanan'},'alignY':{'top':_0x36e038(0x14c),'middle':_0x36e038(0xd2),'bottom':_0x36e038(0xb9)},'chartStyle':'Gaya\x20grafik','chartAndAxisTitles':'Judul\x20grafik\x20dan\x20sumbu','legend':_0x36e038(0xf5),'legendSelectMode':_0x36e038(0xa8),'legendSelectModeType':{'single':_0x36e038(0x11f),'multiple':_0x36e038(0x14f),'close':_0x36e038(0xc0)},'legendVisualMapType':{'continuous':_0x36e038(0x154),'piecewise':_0x36e038(0xb6)},'axes':{'axis':_0x36e038(0x120),'axisOptions':_0x36e038(0x10f),'horizontalAxis':_0x36e038(0xf3),'verticalAxis':'Sumbu\x20vertikal','rightVerticalAxis':_0x36e038(0x102),'leftAxis':_0x36e038(0x111),'rightAxis':_0x36e038(0x11d),'useRightAxis':_0x36e038(0xb7)},'position':'Posisi','dataLabels':_0x36e038(0xd8),'gridlinesAndTicks':_0x36e038(0xee),'indicatorLine':_0x36e038(0xeb),'indicatorLineType':_0x36e038(0x152),'indicatorLineColor':'Warna\x20garis\x20indikator','indicatorLabel':_0x36e038(0x16d),'indicatorValue':_0x36e038(0x141),'shape':{'polygon':'Poligon','circle':_0x36e038(0xde),'square':'Persegi','triangle':_0x36e038(0x15a),'diamond':_0x36e038(0xc1),'rect':_0x36e038(0x110),'roundRect':_0x36e038(0x122),'pin':_0x36e038(0x156),'arrow':_0x36e038(0x15e),'none':'Tidak\x20ada','emptyCircle':'Lingkaran\x20kosong','emptySquare':'Persegi\x20kosong','emptyTriangle':_0x36e038(0x135),'emptyDiamond':_0x36e038(0x12f),'emptyRect':_0x36e038(0x169),'emptyRoundRect':'Persegi\x20panjang\x20membulat\x20kosong','emptyPin':_0x36e038(0xd7),'emptyArrow':_0x36e038(0xa9)},'border':_0x36e038(0xd5),'value':_0x36e038(0xd3),'fill':_0x36e038(0xab),'line':_0x36e038(0x160),'withOpacity':_0x36e038(0x109),'withColor':_0x36e038(0x155),'withThickness':'{0}\x20dengan\x20ketebalan','withType':_0x36e038(0x12a),'withSize':_0x36e038(0x130),'withShape':'{0}\x20dengan\x20bentuk','withFormat':_0x36e038(0x105),'dataPoint':_0x36e038(0x137),'dataNodeShape':_0x36e038(0x161),'addDataPoint':'Tambah\x20titik\x20data','point':'Titik','percentage':_0x36e038(0xc2),'lineType':{'line':'Garis','smooth':_0x36e038(0xac),'step':'Langkah'},'stackType':{'stack':_0x36e038(0x136),'percent':_0x36e038(0x174)},'lineDashType':'Jenis\x20garis\x20putus-putus','dashType':{'solid':_0x36e038(0x14d),'dash':_0x36e038(0x176),'dot':_0x36e038(0x171)},'color':_0x36e038(0x157),'gridlines':{'majorGridlines':_0x36e038(0xce),'text':'Garis\x20kisi'},'ticks':{'majorTick':_0x36e038(0xd9),'tickPosition':'Posisi\x20tanda\x20centang','tickLength':_0x36e038(0x158)},'none':'Tidak\x20ada','theIndexItem':_0x36e038(0xb1),'seriesDefaultName':_0x36e038(0x16a),'categoryDefaultName':_0x36e038(0xe2),'styleEditPanel':{'showLabels':_0x36e038(0x138),'showDataLabels':'Tampilkan\x20label\x20data','padAngle':'Sudut\x20padding\x20label','halfPie':'Setengah\x20pai','rosePie':_0x36e038(0xb4),'pieValScale':_0x36e038(0xaf),'pieValSuffix':_0x36e038(0xd6),'pieDigitalFixed':_0x36e038(0x107),'showLabelLine':_0x36e038(0xfd),'reverseAxisOrder':'Balikkan\x20urutan\x20sumbu','showAxisLine':_0x36e038(0x12b),'labelPosition':_0x36e038(0x15d),'labelText':'Teks\x20label','repeatWordCould':_0x36e038(0xe8),'gap':_0x36e038(0x13a),'useAbsValue':_0x36e038(0xf7),'labelRotate':_0x36e038(0x151),'wordCloudShape':_0x36e038(0xc7),'useDateAxis':'Gunakan\x20sumbu\x20tanggal','dateAxisTips':'Sumbu\x20tanggal\x20hanya\x20tersedia\x20ketika\x20semua\x20data\x20dalam\x20format\x20tanggal'},'doughnutHole':_0x36e038(0x119),'radar':{'fill':'Isian'},'msg':{'invalidSource':_0x36e038(0xbd),'emptyTips':_0x36e038(0x147),'sankeyCircularTips':'Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar'},'cloud':{'title':_0x36e038(0xc5),'word':_0x36e038(0x179),'frequency':_0x36e038(0xf8)},'trendline':{'name':_0x36e038(0x103),'displayName':_0x36e038(0x145),'addTrendLine':_0x36e038(0x118),'trendlineType':_0x36e038(0x140),'trendlineName':_0x36e038(0x145),'trendlineColor':_0x36e038(0x123),'trendlineThickness':_0x36e038(0x175),'trendlineDashType':_0x36e038(0xcd),'exp':'Eksponensial','linear':_0x36e038(0xbe),'log':_0x36e038(0xcc),'pow':'Pangkat','movingAvg':_0x36e038(0xb0),'poly':_0x36e038(0x115),'order':_0x36e038(0xb8),'period':'Periode\x20rata-rata\x20bergerak','showFormula':_0x36e038(0x127),'showR2':_0x36e038(0xef),'formula':_0x36e038(0x15f),'r2':_0x36e038(0x15c)},'bubble':{'xAxis':_0x36e038(0x159),'yAxis':'Sumbu\x20Y','size':_0x36e038(0x11e),'label':'Label\x20gelembung','emptyTips':_0x36e038(0x16c)},'relation':{'title':_0x36e038(0x167),'auto':_0x36e038(0xd1),'circular':_0x36e038(0x173),'force':_0x36e038(0x11c),'useValueAsSymbolSize':_0x36e038(0x168),'layoutType':_0x36e038(0xcb),'forceOptions':'Opsi\x20arah\x20gaya','repulsion':_0x36e038(0xc3),'gravity':_0x36e038(0x148),'edgeLength':_0x36e038(0x10b),'rotateLabel':_0x36e038(0x151),'emphasis':_0x36e038(0x143),'emptyTips':'Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua'},'waterfall':{'stackType':_0x36e038(0xfc),'arrangement':'Sekuensial','stacked':_0x36e038(0x12e),'positive':_0x36e038(0x131),'negative':_0x36e038(0xba),'subtotal':_0x36e038(0xf6),'showSubtotal':_0x36e038(0x162),'positiveStyle':_0x36e038(0x16f),'negativeStyle':_0x36e038(0x16e),'subtotalStyle':_0x36e038(0x172),'positiveLegendText':_0x36e038(0x100),'negativeLegendText':_0x36e038(0x13b),'subtotalLegendText':_0x36e038(0xe1)},'pareto':{'lineName':'Persentase\x20Kumulatif','lineSeries':_0x36e038(0x164),'barSeries':_0x36e038(0xdd)},'visualMapScope':_0x36e038(0xe4),'boxplot':{'min':_0x36e038(0x149),'q1':_0x36e038(0x12c),'median':_0x36e038(0xe3),'q3':_0x36e038(0xbb),'max':'Maksimum'},'chartTypes':{'line':'Grafik\x20garis','area':_0x36e038(0xf0),'areaStacked':_0x36e038(0x10a),'areaPercentStacked':_0x36e038(0xe0),'column':'Grafik\x20kolom','bar':'Grafik\x20batang','barStacked':_0x36e038(0x150),'barPercentStacked':_0x36e038(0x153),'pie':'Grafik\x20pai','donut':_0x36e038(0x125),'scatter':_0x36e038(0x10d),'radar':_0x36e038(0xff),'bubble':'Grafik\x20gelembung','stock':_0x36e038(0x101),'combination':_0x36e038(0x17d),'wordCloud':'Grafik\x20awan\x20kata','funnel':_0x36e038(0xc8),'relation':_0x36e038(0x167),'waterfall':_0x36e038(0x14b),'pareto':_0x36e038(0xdc),'sankey':_0x36e038(0x177),'heatmap':_0x36e038(0x14a),'boxplot':_0x36e038(0x12d)},'dialog':{'numfmt':{'general':_0x36e038(0xfe),'accounting':'Akuntansi','currency':_0x36e038(0x166),'date':'Tanggal','thousandthPercentile':_0x36e038(0xf1),'fieldSetting':'Pengaturan\x20Bidang','formatTypes':_0x36e038(0x17c),'confirm':'OK','cancel':'Batal','generalDesc':_0x36e038(0xc9),'accountingDesc':'Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','currencyDesc':_0x36e038(0xaa),'dateDesc':_0x36e038(0xc6),'thousandthPercentileDesc':_0x36e038(0x163),'decimalPlaces':_0x36e038(0x128),'currencyTypes':'Jenis\x20Mata\x20Uang','negativeNumberTypes':_0x36e038(0xcf),'dateTypes':_0x36e038(0x129)},'setFormat':_0x36e038(0x16b)}}};}));
1
+ (function(_0x52f2d1,_0x37d43f){var _0x352e0f=_0x124d,_0x2d8c68=_0x52f2d1();while(!![]){try{var _0x96db4c=parseInt(_0x352e0f(0x279))/0x1+parseInt(_0x352e0f(0x1ef))/0x2+parseInt(_0x352e0f(0x2b6))/0x3+parseInt(_0x352e0f(0x22c))/0x4*(-parseInt(_0x352e0f(0x1f0))/0x5)+-parseInt(_0x352e0f(0x1fc))/0x6+parseInt(_0x352e0f(0x1f5))/0x7*(parseInt(_0x352e0f(0x204))/0x8)+parseInt(_0x352e0f(0x248))/0x9*(-parseInt(_0x352e0f(0x263))/0xa);if(_0x96db4c===_0x37d43f)break;else _0x2d8c68['push'](_0x2d8c68['shift']());}catch(_0xd07eb7){_0x2d8c68['push'](_0x2d8c68['shift']());}}}(_0x1a4e,0x88f61),function(_0x48c1ff,_0x1321f9){var _0x2ce32a=_0x124d;typeof exports==_0x2ce32a(0x252)&&typeof module<'u'?module[_0x2ce32a(0x27b)]=_0x1321f9():typeof define==_0x2ce32a(0x2b1)&&define[_0x2ce32a(0x226)]?define([],_0x1321f9):(_0x48c1ff=typeof globalThis<'u'?globalThis:_0x48c1ff||self,_0x48c1ff[_0x2ce32a(0x1eb)]=_0x1321f9());}(this,function(){var _0x285069=_0x124d;return{'sheets-chart-ui':{'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.'},'insertChart':_0x285069(0x216),'editChart':_0x285069(0x228),'openChartPanel':'Buka\x20panel\x20grafik','deleteChart':_0x285069(0x1f9),'hideChartPanel':'Sembunyikan\x20panel\x20grafik','setupChart':_0x285069(0x219),'customChart':_0x285069(0x229),'default':_0x285069(0x285),'reset':_0x285069(0x22e),'chartType':_0x285069(0x23a),'themes':_0x285069(0x275),'dataRange':_0x285069(0x281),'stack':'Tumpuk','category':'Kategori','aggregate':_0x285069(0x2a1),'allSeries':_0x285069(0x202),'series':_0x285069(0x291),'addSeries':'Tambah\x20seri','moreSettings':_0x285069(0x253),'min':_0x285069(0x240),'max':_0x285069(0x255),'invalidType':{'gaps':_0x285069(0x23f),'zero':_0x285069(0x220),'connectDataPointsWithStraightLines':'Hubungkan\x20titik\x20data\x20dengan\x20garis\x20lurus'},'blank':'(Kosong)','seriesBlock':{'format':_0x285069(0x1ee),'dataPointStyle':_0x285069(0x287)},'backgroundColor':_0x285069(0x258),'chartBorderColor':_0x285069(0x223),'titles':{'title':_0x285069(0x249),'mainTitle':_0x285069(0x213),'subTitle':_0x285069(0x2a8),'xAxisTitle':_0x285069(0x245),'yAxisTitle':_0x285069(0x2a9),'rightYAxisTitle':_0x285069(0x25a),'titleFormat':'Format\x20judul','titleText':_0x285069(0x21c),'titlePosition':_0x285069(0x28c),'titleAlign':'Perataan\x20judul\x20sumbu'},'axisPositionType':{'start':_0x285069(0x2b3),'center':'Tengah','end':_0x285069(0x261)},'gradientFill':'Isian\x20gradasi','settingsLabels':{'switchToRowOrColumn':_0x285069(0x284),'useAsCategoryLabels':_0x285069(0x20e),'showEmptyCellsAs':_0x285069(0x28e)},'positionType':{'auto':_0x285069(0x22b),'inside':_0x285069(0x2a2),'outside':_0x285069(0x2b0),'top':_0x285069(0x21a),'bottom':_0x285069(0x247),'left':_0x285069(0x21b),'right':'Kanan','hide':_0x285069(0x237)},'align':{'left':_0x285069(0x21b),'center':_0x285069(0x292),'right':_0x285069(0x1ff)},'alignY':{'top':_0x285069(0x21a),'middle':_0x285069(0x292),'bottom':_0x285069(0x247)},'chartStyle':_0x285069(0x236),'chartAndAxisTitles':_0x285069(0x274),'legend':_0x285069(0x2a5),'legendSelectMode':_0x285069(0x23b),'legendSelectModeType':{'single':_0x285069(0x27c),'multiple':_0x285069(0x2a0),'close':_0x285069(0x25d)},'legendVisualMapType':{'continuous':_0x285069(0x1fb),'piecewise':_0x285069(0x264)},'axes':{'axis':_0x285069(0x26c),'axisOptions':_0x285069(0x200),'horizontalAxis':_0x285069(0x28d),'verticalAxis':_0x285069(0x207),'rightVerticalAxis':_0x285069(0x227),'leftAxis':'Sumbu\x20kiri','rightAxis':'Sumbu\x20kanan','useRightAxis':'Gunakan\x20sumbu\x20kanan'},'position':_0x285069(0x20f),'dataLabels':'Label\x20data','gridlinesAndTicks':_0x285069(0x289),'indicatorLine':_0x285069(0x280),'indicatorLineType':_0x285069(0x22f),'indicatorLineColor':'Warna\x20garis\x20indikator','indicatorLabel':'Label\x20indikator','indicatorValue':_0x285069(0x29e),'shape':{'polygon':_0x285069(0x208),'circle':_0x285069(0x2b8),'square':'Persegi','triangle':'Segitiga','diamond':_0x285069(0x231),'rect':_0x285069(0x28b),'roundRect':_0x285069(0x238),'pin':_0x285069(0x294),'arrow':'Panah','none':_0x285069(0x1f4),'emptyCircle':_0x285069(0x24f),'emptySquare':_0x285069(0x234),'emptyTriangle':_0x285069(0x1f8),'emptyDiamond':'Wajik\x20kosong','emptyRect':'Persegi\x20panjang\x20kosong','emptyRoundRect':'Persegi\x20panjang\x20membulat\x20kosong','emptyPin':_0x285069(0x262),'emptyArrow':_0x285069(0x21d)},'border':_0x285069(0x283),'value':'Nilai','fill':'Isian','line':'Garis','withOpacity':_0x285069(0x26d),'withColor':_0x285069(0x233),'withThickness':_0x285069(0x21f),'withType':_0x285069(0x22d),'withSize':_0x285069(0x271),'withShape':_0x285069(0x20b),'withFormat':_0x285069(0x205),'dataPoint':'Titik\x20data','dataNodeShape':_0x285069(0x244),'addDataPoint':_0x285069(0x251),'point':_0x285069(0x22a),'percentage':'Persentase','lineType':{'line':_0x285069(0x20d),'smooth':'Halus','step':'Langkah'},'stackType':{'stack':_0x285069(0x259),'percent':_0x285069(0x24a)},'lineDashType':_0x285069(0x23e),'dashType':{'solid':'Padat','dash':_0x285069(0x269),'dot':_0x285069(0x22a)},'color':_0x285069(0x2ab),'gridlines':{'majorGridlines':_0x285069(0x25b),'text':_0x285069(0x27e)},'ticks':{'majorTick':_0x285069(0x215),'tickPosition':_0x285069(0x1f1),'tickLength':_0x285069(0x221)},'none':_0x285069(0x1f4),'theIndexItem':_0x285069(0x256),'seriesDefaultName':'Seri\x20{0}','categoryDefaultName':_0x285069(0x288),'styleEditPanel':{'showLabels':_0x285069(0x2ae),'showDataLabels':'Tampilkan\x20label\x20data','padAngle':_0x285069(0x25c),'halfPie':_0x285069(0x29b),'rosePie':'Pai\x20mawar','pieValScale':_0x285069(0x260),'pieValSuffix':_0x285069(0x242),'pieDigitalFixed':_0x285069(0x225),'showLabelLine':_0x285069(0x232),'reverseAxisOrder':_0x285069(0x235),'showAxisLine':_0x285069(0x28f),'labelPosition':_0x285069(0x222),'labelText':_0x285069(0x23c),'repeatWordCould':_0x285069(0x20a),'gap':'Celah','useAbsValue':_0x285069(0x295),'labelRotate':'Putar\x20label','wordCloudShape':_0x285069(0x29a),'useDateAxis':_0x285069(0x1f2),'dateAxisTips':_0x285069(0x2aa)},'doughnutHole':_0x285069(0x267),'radar':{'fill':'Isian'},'msg':{'invalidSource':_0x285069(0x1f7),'emptyTips':'Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','sankeyCircularTips':_0x285069(0x212)},'cloud':{'title':'Awan\x20kata','word':_0x285069(0x26f),'frequency':_0x285069(0x218)},'trendline':{'name':_0x285069(0x1f3),'displayName':'Nama\x20garis\x20tren','addTrendLine':_0x285069(0x297),'trendlineType':'Jenis\x20garis\x20tren','trendlineName':_0x285069(0x211),'trendlineColor':_0x285069(0x217),'trendlineThickness':_0x285069(0x2b7),'trendlineDashType':_0x285069(0x20c),'exp':_0x285069(0x2ac),'linear':_0x285069(0x2a3),'log':'Logaritmik','pow':_0x285069(0x254),'movingAvg':'Rata-rata\x20bergerak','poly':_0x285069(0x209),'order':'Urutan\x20polinomial','period':_0x285069(0x21e),'showFormula':_0x285069(0x26e),'showR2':_0x285069(0x268),'formula':_0x285069(0x282),'r2':_0x285069(0x25f)},'bubble':{'xAxis':_0x285069(0x277),'yAxis':_0x285069(0x2b4),'size':'Ukuran\x20gelembung','label':'Label\x20gelembung','emptyTips':'Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y'},'relation':{'title':_0x285069(0x2ad),'auto':_0x285069(0x22b),'circular':_0x285069(0x201),'force':_0x285069(0x23d),'useValueAsSymbolSize':'Gunakan\x20nilai\x20sebagai\x20ukuran\x20simpul','layoutType':_0x285069(0x239),'forceOptions':'Opsi\x20arah\x20gaya','repulsion':_0x285069(0x241),'gravity':'Gravitasi','edgeLength':_0x285069(0x257),'rotateLabel':_0x285069(0x266),'emphasis':_0x285069(0x24c),'emptyTips':'Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua'},'waterfall':{'stackType':'Jenis\x20tumpuk','arrangement':'Sekuensial','stacked':'Ditumpuk','positive':_0x285069(0x26b),'negative':_0x285069(0x246),'subtotal':_0x285069(0x26a),'showSubtotal':_0x285069(0x1ec),'positiveStyle':_0x285069(0x2af),'negativeStyle':_0x285069(0x230),'subtotalStyle':_0x285069(0x250),'positiveLegendText':'Teks\x20Legenda\x20Positif','negativeLegendText':_0x285069(0x286),'subtotalLegendText':_0x285069(0x243)},'pareto':{'lineName':_0x285069(0x224),'lineSeries':'Seri\x20Persentase\x20Kumulatif','barSeries':'Seri\x20Grafik\x20Batang'},'visualMapScope':'Cakupan\x20peta\x20visual','boxplot':{'min':_0x285069(0x1f6),'q1':_0x285069(0x1fe),'median':_0x285069(0x203),'q3':_0x285069(0x270),'max':_0x285069(0x2a4)},'chartTypes':{'line':'Grafik\x20garis','area':_0x285069(0x293),'areaStacked':_0x285069(0x2b2),'areaPercentStacked':_0x285069(0x1ed),'column':'Grafik\x20kolom','bar':_0x285069(0x2b5),'barStacked':'Grafik\x20batang\x20bertumpuk','barPercentStacked':_0x285069(0x2a7),'pie':_0x285069(0x1fa),'donut':_0x285069(0x299),'scatter':'Grafik\x20sebar','radar':_0x285069(0x24e),'bubble':_0x285069(0x24d),'stock':_0x285069(0x28a),'combination':_0x285069(0x265),'wordCloud':_0x285069(0x29c),'funnel':_0x285069(0x2a6),'relation':_0x285069(0x2ad),'waterfall':_0x285069(0x24b),'pareto':_0x285069(0x25e),'sankey':_0x285069(0x296),'heatmap':_0x285069(0x290),'boxplot':'Grafik\x20boxplot'},'dialog':{'numfmt':{'general':_0x285069(0x214),'accounting':_0x285069(0x29d),'currency':_0x285069(0x29f),'date':_0x285069(0x206),'thousandthPercentile':'Persentil\x20Ribuan','fieldSetting':'Pengaturan\x20Bidang','formatTypes':_0x285069(0x273),'confirm':'OK','cancel':_0x285069(0x27d),'generalDesc':'Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','accountingDesc':_0x285069(0x272),'currencyDesc':'Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','dateDesc':_0x285069(0x1fd),'thousandthPercentileDesc':_0x285069(0x298),'decimalPlaces':_0x285069(0x278),'currencyTypes':_0x285069(0x210),'negativeNumberTypes':_0x285069(0x276),'dateTypes':_0x285069(0x27f)},'setFormat':_0x285069(0x27a)}}};}));function _0x124d(_0x412729,_0x5c2e53){_0x412729=_0x412729-0x1eb;var _0x1a4e8f=_0x1a4e();var _0x124d84=_0x1a4e8f[_0x412729];return _0x124d84;}function _0x1a4e(){var _0x546c8a=['Lubang\x20donat','Tampilkan\x20R\x20kuadrat','Putus-putus','Subtotal','Positif','Sumbu','{0}\x20dengan\x20opacity','Tampilkan\x20rumus','Kata','Kuartal\x20ketiga','{0}\x20dengan\x20ukuran','Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','Jenis\x20Format','Judul\x20grafik\x20dan\x20sumbu','Tema','Jenis\x20Angka\x20Negatif','Sumbu\x20X','Tempat\x20Desimal','921854CYUafG','Atur\x20format\x20label','exports','Tunggal','Batal','Garis\x20kisi','Jenis\x20Tanggal','Garis\x20indikator','Rentang\x20data','Rumus','Batas','Beralih\x20ke\x20baris/kolom','Default','Teks\x20Legenda\x20Negatif','Gaya\x20titik\x20data','Kategori\x20{0}','Garis\x20kisi\x20dan\x20tanda\x20centang','Grafik\x20saham','Persegi\x20panjang','Posisi\x20judul','Sumbu\x20horizontal','Tampilkan\x20sel\x20kosong\x20sebagai','Tampilkan\x20garis\x20sumbu','Peta\x20panas','Seri','Tengah','Grafik\x20area','Pin','Gunakan\x20nilai\x20absolut','Grafik\x20Sankey','Tambah\x20garis\x20tren','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Grafik\x20donat','Bentuk\x20awan\x20kata','Setengah\x20pai','Grafik\x20awan\x20kata','Akuntansi','Nilai\x20indikator','Mata\x20uang','Ganda','Agregat','Di\x20dalam','Linear','Maksimum','Legenda','Grafik\x20corong','Grafik\x20batang\x20tumpuk\x20persen','Sub\x20judul','Judul\x20sumbu\x20Y','Sumbu\x20tanggal\x20hanya\x20tersedia\x20ketika\x20semua\x20data\x20dalam\x20format\x20tanggal','Warna','Eksponensial','Grafik\x20relasi','Tampilkan\x20label','Gaya\x20Positif','Di\x20luar','function','Grafik\x20area\x20bertumpuk','Awal','Sumbu\x20Y','Grafik\x20batang','1043436JkYsAQ','Ketebalan\x20garis\x20tren','Lingkaran','UniverProSheetsChartUiIdID','Tampilkan\x20Subtotal','Grafik\x20area\x20tumpuk\x20persen','Format','91110izoyaa','44600IReqlE','Posisi\x20tanda\x20centang','Gunakan\x20sumbu\x20tanggal','Garis\x20tren','Tidak\x20ada','37429hRuhMx','Minimum','Sumber\x20data\x20grafik\x20harus\x20lebih\x20dari\x201\x20baris\x20dan\x201\x20kolom.','Segitiga\x20kosong','Hapus\x20grafik','Grafik\x20pai','Kontinu','69462lJpFYb','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Kuartal\x20pertama','Kanan','Opsi\x20sumbu','Melingkar','Semua\x20seri','Median','808ehVRXY','{0}\x20dengan\x20format','Tanggal','Sumbu\x20vertikal','Poligon','Polinomial','Ulangi\x20awan\x20kata','{0}\x20dengan\x20bentuk','Jenis\x20garis\x20putus-putus\x20garis\x20tren','Garis','Gunakan\x20{0}\x20sebagai\x20kategori','Posisi','Jenis\x20Mata\x20Uang','Nama\x20garis\x20tren','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Judul\x20utama','Umum','Tanda\x20centang\x20utama','Sisipkan\x20grafik','Warna\x20garis\x20tren','Frekuensi','Pengaturan','Atas','Kiri','Teks\x20judul','Panah\x20kosong','Periode\x20rata-rata\x20bergerak','{0}\x20dengan\x20ketebalan','nol','Panjang\x20tanda\x20centang','Posisi\x20label','Warna\x20batas\x20grafik','Persentase\x20Kumulatif','Digital\x20tetap','amd','Sumbu\x20vertikal\x20kanan','Editor\x20grafik','Kustomisasi','Titik','Otomatis','304eUHCAH','{0}\x20dengan\x20jenis','Atur\x20ulang','Jenis\x20garis\x20indikator','Gaya\x20Negatif','Wajik','Tampilkan\x20garis\x20label','{0}\x20dengan\x20warna','Persegi\x20kosong','Balikkan\x20urutan\x20sumbu','Gaya\x20grafik','Sembunyikan','Persegi\x20panjang\x20membulat','Jenis\x20tata\x20letak','Jenis\x20grafik','Mode\x20pilih\x20legenda','Teks\x20label','Arahkan\x20dengan\x20gaya','Jenis\x20garis\x20putus-putus','celah','Min','Tolakan','Akhiran\x20nilai','Teks\x20Legenda\x20Subtotal','Bentuk\x20simpul\x20data','Judul\x20sumbu\x20X','Negatif','Bawah','18uRgItl','Judul','Tumpuk\x20persen','Grafik\x20air\x20terjun','Aktifkan\x20efek\x20fade-in\x20pilihan','Grafik\x20gelembung','Grafik\x20radar','Lingkaran\x20kosong','Gaya\x20Subtotal','Tambah\x20titik\x20data','object','Pengaturan\x20lebih\x20lanjut','Pangkat','Maks','Item\x20ke-{0}','Jarak\x20simpul','Warna\x20latar\x20belakang','Tumpuk','Judul\x20sumbu\x20Y\x20kanan','Garis\x20kisi\x20utama','Sudut\x20padding\x20label','Tutup','Grafik\x20Pareto','R\x20kuadrat','Skala\x20nilai','Akhir','Pin\x20kosong','3023890XpWIEC','Berdasarkan\x20bagian','Grafik\x20kombinasi','Putar\x20label'];_0x1a4e=function(){return _0x546c8a;};return _0x1a4e();}
@@ -1 +1 @@
1
- function _0x1bd4(){var _0x1b7498=['La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','Serie\x20grafico\x20a\x20barre','Valore','Formato','function','46989hPAxqP','Stile\x20subtotale','Impilato','Aggiungi\x20serie','Valore\x20indicatore','Dimensione\x20bolla','L\x27elemento\x20{0}','Legenda','Tipi\x20di\x20valuta','Tipo\x20tratteggio\x20linea\x20di\x20tendenza','Posizione','Nessuno','Grafico\x20nuvola\x20di\x20parole','51LbSzSI','Rotazione\x20etichetta','Opzioni\x20asse','Allineamento\x20titolo\x20asse','La\x20fonte\x20dati\x20del\x20grafico\x20deve\x20avere\x20più\x20di\x201\x20riga\x20e\x201\x20colonna.','Posizione\x20segno\x20di\x20graduazione','Primo\x20quartile','Linee\x20griglia','Linee\x20griglia\x20principali','Superiore','Logaritmica','Continua','Percentuale','Massimo','Angolo\x20spaziatura\x20etichetta','Foro\x20ad\x20anello','Mappa\x20di\x20calore','Il\x20formato\x20contabilità\x20allinea\x20i\x20simboli\x20di\x20valuta\x20e\x20i\x20punti\x20decimali\x20in\x20una\x20colonna.','Il\x20formato\x20data\x20visualizza\x20i\x20numeri\x20seriali\x20di\x20data\x20e\x20ora\x20come\x20valori\x20di\x20data.','142840TJdPhw','Generale','Grafico\x20a\x20imbuto','object','exports','Temi','Titolo\x20asse\x20X','56FsiFAz','Imposta\x20formato\x20etichetta','Colore\x20bordo\x20grafico','Asse\x20orizzontale','14346804irlaYl','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Tipi\x20di\x20numeri\x20negativi','Nome\x20linea\x20di\x20tendenza','Grafico\x20a\x20torta','Impila','Polinomiale','Cifre\x20decimali','Distanza\x20nodi','Tipo\x20di\x20grafico','Stile\x20punto\x20dati','Categoria\x20{0}','Tipo\x20layout','Tipo\x20tratteggio\x20linea','Personalizza','Max','Titoli\x20grafico\x20e\x20assi','Titolo\x20asse\x20Y\x20destro','Testo\x20titolo','Colore','zero','Serie','Negativo','Poligono','Usa\x20valore\x20assoluto','Mostra\x20etichette','Terzo\x20quartile','Scala\x20valore','Testo\x20etichetta','Grafico\x20di\x20Pareto','Grafico\x20a\x20bolle','Testo\x20legenda\x20negativo','Bordo','A\x20tratti','Subtotale','Forma\x20nodo\x20dati','Mezza\x20torta','Testo\x20legenda\x20subtotale','Mostra\x20etichette\x20dati','Annulla','Linea','Forza-diretta','Grafico\x20a\x20barre\x20impilato','5fIsHlN','Tipo\x20linea\x20indicatore','{0}\x20con\x20opacità','Percentuale\x20cumulativa','Punto','Asse\x20verticale\x20destro','Percentile\x20millesimo','Grafico\x20radar','Formato\x20titolo','{0}\x20con\x20spessore','Sinistra','Grafico\x20delle\x20relazioni','Spillo\x20vuoto','Mostra\x20formula','Chiudi','Suffisso\x20valore','Impila\x20percentuale','Colore\x20linea\x20di\x20tendenza','Grafico\x20azionario','Ruota\x20etichetta','Automatico','Liscia','A\x20gradini','Punto\x20dati','Linee\x20griglia\x20e\x20segni\x20di\x20graduazione','Serie\x20{0}','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Nascondi','Altre\x20impostazioni','Fine','Periodo\x20media\x20mobile','Nuvola\x20di\x20parole','Etichette\x20dati','Box\x20plot','Impostazioni\x20campo','2407092tUgzQW','Asse\x20destro','Contabilità','Mostra\x20subtotale','Grafico\x20a\x20linee','Forma\x20nuvola\x20di\x20parole','Diamante\x20vuoto','Asse','Grafico\x20combinato','vuoti','Tipi\x20di\x20data','Lunghezza\x20segno\x20di\x20graduazione','L\x27asse\x20data\x20è\x20disponibile\x20solo\x20quando\x20tutti\x20i\x20dati\x20sono\x20in\x20formato\x20data','Configura','Min','Grafico\x20a\x20cascata','Multipla','Posizione\x20titolo','Abilita\x20effetto\x20dissolvenza\x20selezione','Grafico\x20ad\x20area\x20impilato','Sottotitolo','Data','UniverProSheetsChartUiItIT','Grafico\x20ad\x20area','Quadrato','amd','Grafico\x20a\x20colonne','Connetti\x20punti\x20dati\x20con\x20linee\x20rette','11CDLaJY','Modalità\x20selezione\x20legenda','Etichetta\x20bolla','Titolo\x20asse\x20Y','81810qtDfDj','Sequenziale','Grafico\x20a\x20barre\x20impilato\x20percentuale','Ordine\x20polinomiale','Formula','6251dZbvrE','Apri\x20pannello\x20grafico','Usa\x20{0}\x20come\x20categoria','Spillo','Stile\x20negativo','Grafico\x20ad\x20anello','Asse\x20sinistro','Singola','Triangolo\x20vuoto','Inferiore','Stile\x20grafico','Linea\x20indicatore','Linea\x20di\x20tendenza','{0}\x20con\x20forma','Triangolo','Inserisci\x20grafico','Opzioni\x20forza-diretta','Inizio','Minimo','3708goOTec','Riempimento','Frequenza','Aggiungi\x20linea\x20di\x20tendenza','Usa\x20asse\x20data','Cifre\x20decimali\x20fisse','Torta\x20a\x20rosa','Usa\x20valore\x20come\x20dimensione\x20nodo','Ambito\x20mappa\x20visiva','Aggiungi\x20punto\x20dati','Testo\x20legenda\x20positivo','{0}\x20con\x20dimensione','6944790KAEhjN','{0}\x20con\x20colore','Serie\x20percentuale\x20cumulativa','Tipo\x20linea\x20di\x20tendenza','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Nascondi\x20pannello\x20grafico','Lineare','Passa\x20a\x20riga/colonna','Categoria','Destra','Cerchio\x20vuoto','Diamante'];_0x1bd4=function(){return _0x1b7498;};return _0x1bd4();}function _0x24ad(_0x517835,_0x4fd935){_0x517835=_0x517835-0xc7;var _0x1bd408=_0x1bd4();var _0x24ad5b=_0x1bd408[_0x517835];return _0x24ad5b;}(function(_0x1d4db0,_0xec19b3){var _0x1755bb=_0x24ad,_0x187ff0=_0x1d4db0();while(!![]){try{var _0x27c578=parseInt(_0x1755bb(0x122))/0x1+-parseInt(_0x1755bb(0xcd))/0x2*(-parseInt(_0x1755bb(0x10f))/0x3)+parseInt(_0x1755bb(0x17b))/0x4*(parseInt(_0x1755bb(0x158))/0x5)+-parseInt(_0x1755bb(0xe5))/0x6*(parseInt(_0x1755bb(0xd2))/0x7)+parseInt(_0x1755bb(0x129))/0x8*(-parseInt(_0x1755bb(0x102))/0x9)+parseInt(_0x1755bb(0xf1))/0xa*(parseInt(_0x1755bb(0xc9))/0xb)+-parseInt(_0x1755bb(0x12d))/0xc;if(_0x27c578===_0xec19b3)break;else _0x187ff0['push'](_0x187ff0['shift']());}catch(_0x3ea276){_0x187ff0['push'](_0x187ff0['shift']());}}}(_0x1bd4,0x55919),function(_0x1d6510,_0x55dfe5){var _0x8783fb=_0x24ad;typeof exports==_0x8783fb(0x125)&&typeof module<'u'?module[_0x8783fb(0x126)]=_0x55dfe5():typeof define==_0x8783fb(0x101)&&define[_0x8783fb(0x194)]?define([],_0x55dfe5):(_0x1d6510=typeof globalThis<'u'?globalThis:_0x1d6510||self,_0x1d6510[_0x8783fb(0x191)]=_0x55dfe5());}(this,function(){var _0x38dc5d=_0x24ad;return{'sheets-chart-ui':{'permission':{'editErr':_0x38dc5d(0x172)},'insertChart':_0x38dc5d(0xe1),'editChart':'Editor\x20grafico','openChartPanel':_0x38dc5d(0xd3),'deleteChart':'Elimina\x20grafico','hideChartPanel':_0x38dc5d(0xf6),'setupChart':_0x38dc5d(0x188),'customChart':_0x38dc5d(0x13b),'default':'Predefinito','reset':'Reimposta','chartType':_0x38dc5d(0x136),'themes':_0x38dc5d(0x127),'dataRange':'Intervallo\x20dati','stack':_0x38dc5d(0x132),'category':_0x38dc5d(0xf9),'aggregate':'Aggrega','allSeries':'Tutte\x20le\x20serie','series':_0x38dc5d(0x142),'addSeries':_0x38dc5d(0x105),'moreSettings':_0x38dc5d(0x174),'min':_0x38dc5d(0x189),'max':_0x38dc5d(0x13c),'invalidType':{'gaps':_0x38dc5d(0x184),'zero':_0x38dc5d(0x141),'connectDataPointsWithStraightLines':_0x38dc5d(0xc8)},'blank':'(Vuoto)','seriesBlock':{'format':_0x38dc5d(0x100),'dataPointStyle':_0x38dc5d(0x137)},'backgroundColor':'Colore\x20sfondo','chartBorderColor':_0x38dc5d(0x12b),'titles':{'title':'Titolo','mainTitle':'Titolo\x20principale','subTitle':_0x38dc5d(0x18f),'xAxisTitle':_0x38dc5d(0x128),'yAxisTitle':_0x38dc5d(0xcc),'rightYAxisTitle':_0x38dc5d(0x13e),'titleFormat':_0x38dc5d(0x160),'titleText':_0x38dc5d(0x13f),'titlePosition':_0x38dc5d(0x18c),'titleAlign':_0x38dc5d(0x112)},'axisPositionType':{'start':_0x38dc5d(0xe3),'center':'Centro','end':_0x38dc5d(0x175)},'gradientFill':'Riempimento\x20gradiente','settingsLabels':{'switchToRowOrColumn':_0x38dc5d(0xf8),'useAsCategoryLabels':_0x38dc5d(0xd4),'showEmptyCellsAs':'Mostra\x20celle\x20vuote\x20come'},'positionType':{'auto':_0x38dc5d(0x16c),'inside':'Interno','outside':'Esterno','top':_0x38dc5d(0x118),'bottom':_0x38dc5d(0xdb),'left':_0x38dc5d(0x162),'right':_0x38dc5d(0xfa),'hide':_0x38dc5d(0x173)},'align':{'left':'Sinistra','center':'Centro','right':'Destra'},'alignY':{'top':_0x38dc5d(0x118),'middle':'Centrale','bottom':_0x38dc5d(0xdb)},'chartStyle':_0x38dc5d(0xdc),'chartAndAxisTitles':_0x38dc5d(0x13d),'legend':_0x38dc5d(0x109),'legendSelectMode':_0x38dc5d(0xca),'legendSelectModeType':{'single':_0x38dc5d(0xd9),'multiple':_0x38dc5d(0x18b),'close':_0x38dc5d(0x166)},'legendVisualMapType':{'continuous':_0x38dc5d(0x11a),'piecewise':_0x38dc5d(0x14e)},'axes':{'axis':_0x38dc5d(0x182),'axisOptions':_0x38dc5d(0x111),'horizontalAxis':_0x38dc5d(0x12c),'verticalAxis':'Asse\x20verticale','rightVerticalAxis':_0x38dc5d(0x15d),'leftAxis':_0x38dc5d(0xd8),'rightAxis':_0x38dc5d(0x17c),'useRightAxis':'Usa\x20asse\x20destro'},'position':_0x38dc5d(0x10c),'dataLabels':_0x38dc5d(0x178),'gridlinesAndTicks':_0x38dc5d(0x170),'indicatorLine':_0x38dc5d(0xdd),'indicatorLineType':_0x38dc5d(0x159),'indicatorLineColor':'Colore\x20linea\x20indicatore','indicatorLabel':'Etichetta\x20indicatore','indicatorValue':_0x38dc5d(0x106),'shape':{'polygon':_0x38dc5d(0x144),'circle':'Cerchio','square':_0x38dc5d(0x193),'triangle':_0x38dc5d(0xe0),'diamond':_0x38dc5d(0xfc),'rect':'Rettangolo','roundRect':'Rettangolo\x20arrotondato','pin':_0x38dc5d(0xd5),'arrow':'Freccia','none':_0x38dc5d(0x10d),'emptyCircle':_0x38dc5d(0xfb),'emptySquare':'Quadrato\x20vuoto','emptyTriangle':_0x38dc5d(0xda),'emptyDiamond':_0x38dc5d(0x181),'emptyRect':'Rettangolo\x20vuoto','emptyRoundRect':'Rettangolo\x20arrotondato\x20vuoto','emptyPin':_0x38dc5d(0x164),'emptyArrow':'Freccia\x20vuota'},'border':_0x38dc5d(0x14d),'value':_0x38dc5d(0xff),'fill':'Riempimento','line':'Linea','withOpacity':_0x38dc5d(0x15a),'withColor':_0x38dc5d(0xf2),'withThickness':_0x38dc5d(0x161),'withType':'{0}\x20con\x20tipo','withSize':_0x38dc5d(0xf0),'withShape':_0x38dc5d(0xdf),'withFormat':'{0}\x20con\x20formato','dataPoint':_0x38dc5d(0x16f),'dataNodeShape':_0x38dc5d(0x150),'addDataPoint':_0x38dc5d(0xee),'point':_0x38dc5d(0x15c),'percentage':_0x38dc5d(0x11b),'lineType':{'line':_0x38dc5d(0x155),'smooth':_0x38dc5d(0x16d),'step':_0x38dc5d(0x16e)},'stackType':{'stack':_0x38dc5d(0x132),'percent':_0x38dc5d(0x168)},'lineDashType':_0x38dc5d(0x13a),'dashType':{'solid':'Continua','dash':'Tratteggiata','dot':'Punteggiata'},'color':_0x38dc5d(0x140),'gridlines':{'majorGridlines':_0x38dc5d(0x117),'text':_0x38dc5d(0x116)},'ticks':{'majorTick':'Segno\x20di\x20graduazione\x20principale','tickPosition':_0x38dc5d(0x114),'tickLength':_0x38dc5d(0x186)},'none':'Nessuno','theIndexItem':_0x38dc5d(0x108),'seriesDefaultName':_0x38dc5d(0x171),'categoryDefaultName':_0x38dc5d(0x138),'styleEditPanel':{'showLabels':_0x38dc5d(0x146),'showDataLabels':_0x38dc5d(0x153),'padAngle':_0x38dc5d(0x11d),'halfPie':_0x38dc5d(0x151),'rosePie':_0x38dc5d(0xeb),'pieValScale':_0x38dc5d(0x148),'pieValSuffix':_0x38dc5d(0x167),'pieDigitalFixed':_0x38dc5d(0xea),'showLabelLine':'Mostra\x20linea\x20etichetta','reverseAxisOrder':'Inverti\x20ordine\x20asse','showAxisLine':'Mostra\x20linea\x20asse','labelPosition':'Posizione\x20etichetta','labelText':_0x38dc5d(0x149),'repeatWordCould':'Ripeti\x20nuvola\x20di\x20parole','gap':'Spazio','useAbsValue':_0x38dc5d(0x145),'labelRotate':_0x38dc5d(0x110),'wordCloudShape':_0x38dc5d(0x180),'useDateAxis':_0x38dc5d(0xe9),'dateAxisTips':_0x38dc5d(0x187)},'doughnutHole':_0x38dc5d(0x11e),'radar':{'fill':_0x38dc5d(0xe6)},'msg':{'invalidSource':_0x38dc5d(0x113),'emptyTips':_0x38dc5d(0x12e),'sankeyCircularTips':_0x38dc5d(0xf5)},'cloud':{'title':_0x38dc5d(0x177),'word':'Parola','frequency':_0x38dc5d(0xe7)},'trendline':{'name':_0x38dc5d(0xde),'displayName':_0x38dc5d(0x130),'addTrendLine':_0x38dc5d(0xe8),'trendlineType':_0x38dc5d(0xf4),'trendlineName':_0x38dc5d(0x130),'trendlineColor':_0x38dc5d(0x169),'trendlineThickness':'Spessore\x20linea\x20di\x20tendenza','trendlineDashType':_0x38dc5d(0x10b),'exp':'Esponenziale','linear':_0x38dc5d(0xf7),'log':_0x38dc5d(0x119),'pow':'Potenza','movingAvg':'Media\x20mobile','poly':_0x38dc5d(0x133),'order':_0x38dc5d(0xd0),'period':_0x38dc5d(0x176),'showFormula':_0x38dc5d(0x165),'showR2':'Mostra\x20R\x20quadro','formula':_0x38dc5d(0xd1),'r2':'R\x20quadro'},'bubble':{'xAxis':'Asse\x20X','yAxis':'Asse\x20Y','size':_0x38dc5d(0x107),'label':_0x38dc5d(0xcb),'emptyTips':'Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y'},'relation':{'title':'Grafico\x20delle\x20relazioni','auto':_0x38dc5d(0x16c),'circular':'Circolare','force':_0x38dc5d(0x156),'useValueAsSymbolSize':_0x38dc5d(0xec),'layoutType':_0x38dc5d(0x139),'forceOptions':_0x38dc5d(0xe2),'repulsion':'Repulsione','gravity':'Gravità','edgeLength':_0x38dc5d(0x135),'rotateLabel':_0x38dc5d(0x16b),'emphasis':_0x38dc5d(0x18d),'emptyTips':_0x38dc5d(0xfd)},'waterfall':{'stackType':'Tipo\x20impilamento','arrangement':_0x38dc5d(0xce),'stacked':_0x38dc5d(0x104),'positive':'Positivo','negative':_0x38dc5d(0x143),'subtotal':_0x38dc5d(0x14f),'showSubtotal':_0x38dc5d(0x17e),'positiveStyle':'Stile\x20positivo','negativeStyle':_0x38dc5d(0xd6),'subtotalStyle':_0x38dc5d(0x103),'positiveLegendText':_0x38dc5d(0xef),'negativeLegendText':_0x38dc5d(0x14c),'subtotalLegendText':_0x38dc5d(0x152)},'pareto':{'lineName':_0x38dc5d(0x15b),'lineSeries':_0x38dc5d(0xf3),'barSeries':_0x38dc5d(0xfe)},'visualMapScope':_0x38dc5d(0xed),'boxplot':{'min':_0x38dc5d(0xe4),'q1':_0x38dc5d(0x115),'median':'Mediana','q3':_0x38dc5d(0x147),'max':_0x38dc5d(0x11c)},'chartTypes':{'line':_0x38dc5d(0x17f),'area':_0x38dc5d(0x192),'areaStacked':_0x38dc5d(0x18e),'areaPercentStacked':'Grafico\x20ad\x20area\x20impilato\x20percentuale','column':_0x38dc5d(0xc7),'bar':'Grafico\x20a\x20barre','barStacked':_0x38dc5d(0x157),'barPercentStacked':_0x38dc5d(0xcf),'pie':_0x38dc5d(0x131),'donut':_0x38dc5d(0xd7),'scatter':'Grafico\x20a\x20dispersione','radar':_0x38dc5d(0x15f),'bubble':_0x38dc5d(0x14b),'stock':_0x38dc5d(0x16a),'combination':_0x38dc5d(0x183),'wordCloud':_0x38dc5d(0x10e),'funnel':_0x38dc5d(0x124),'relation':_0x38dc5d(0x163),'waterfall':_0x38dc5d(0x18a),'pareto':_0x38dc5d(0x14a),'sankey':'Grafico\x20di\x20Sankey','heatmap':_0x38dc5d(0x11f),'boxplot':_0x38dc5d(0x179)},'dialog':{'numfmt':{'general':_0x38dc5d(0x123),'accounting':_0x38dc5d(0x17d),'currency':'Valuta','date':_0x38dc5d(0x190),'thousandthPercentile':_0x38dc5d(0x15e),'fieldSetting':_0x38dc5d(0x17a),'formatTypes':'Tipi\x20formato','confirm':'OK','cancel':_0x38dc5d(0x154),'generalDesc':'Il\x20formato\x20generale\x20non\x20contiene\x20alcun\x20formato\x20numerico\x20specifico.','accountingDesc':_0x38dc5d(0x120),'currencyDesc':'Il\x20formato\x20valuta\x20è\x20usato\x20per\x20valori\x20monetari\x20generali,\x20il\x20formato\x20contabilità\x20allinea\x20i\x20punti\x20decimali\x20in\x20una\x20colonna\x20di\x20valori.','dateDesc':_0x38dc5d(0x121),'thousandthPercentileDesc':'Il\x20formato\x20percentile\x20millesimo\x20è\x20usato\x20per\x20numeri\x20generali,\x20i\x20formati\x20valuta\x20e\x20contabilità\x20forniscono\x20formati\x20specializzati\x20per\x20valori\x20monetari.','decimalPlaces':_0x38dc5d(0x134),'currencyTypes':_0x38dc5d(0x10a),'negativeNumberTypes':_0x38dc5d(0x12f),'dateTypes':_0x38dc5d(0x185)},'setFormat':_0x38dc5d(0x12a)}}};}));
1
+ function _0xb2a8(){var _0x456f45=['Mostra\x20celle\x20vuote\x20come','Mostra\x20etichette\x20dati','Tipo\x20layout','795155ehuHvq','Asse\x20verticale','Automatico','Testo\x20legenda\x20negativo','Testo\x20legenda\x20positivo','Linea','Rettangolo\x20arrotondato','Grafico\x20di\x20Sankey','{0}\x20con\x20dimensione','Asse\x20destro','R\x20quadro','Forza-diretta','Etichetta\x20indicatore','Grafico\x20delle\x20relazioni','Opzioni\x20forza-diretta','Editor\x20grafico','Percentile\x20millesimo','Usa\x20asse\x20data','Predefinito','L\x27asse\x20data\x20è\x20disponibile\x20solo\x20quando\x20tutti\x20i\x20dati\x20sono\x20in\x20formato\x20data','Stile\x20positivo','Primo\x20quartile','Passa\x20a\x20riga/colonna','Segno\x20di\x20graduazione\x20principale','Formula','Grafico\x20azionario','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Grafico\x20a\x20imbuto','Inferiore','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Tipo\x20impilamento','Cifre\x20decimali','Mostra\x20formula','La\x20fonte\x20dati\x20del\x20grafico\x20deve\x20avere\x20più\x20di\x201\x20riga\x20e\x201\x20colonna.','Sequenziale','UniverProSheetsChartUiItIT','Usa\x20valore\x20assoluto','Stile\x20subtotale','function','A\x20tratti','Serie','Multipla','Il\x20formato\x20data\x20visualizza\x20i\x20numeri\x20seriali\x20di\x20data\x20e\x20ora\x20come\x20valori\x20di\x20data.','Mostra\x20linea\x20etichetta','Tipo\x20linea\x20indicatore','Grafico\x20nuvola\x20di\x20parole','Fine','Abilita\x20effetto\x20dissolvenza\x20selezione','Aggrega','Tratteggiata','Triangolo\x20vuoto','Terzo\x20quartile','Inizio','Stile\x20negativo','Riempimento','Min','Serie\x20grafico\x20a\x20barre','Contabilità','Polinomiale','Asse\x20verticale\x20destro','Esterno','102252DMnNLl','Ruota\x20etichetta','Aggiungi\x20serie','Colore','Grafico\x20ad\x20anello','Sinistra','Colore\x20linea\x20indicatore','Posizione\x20etichetta','Stile\x20punto\x20dati','Posizione\x20segno\x20di\x20graduazione','Titoli\x20grafico\x20e\x20assi','Etichetta\x20bolla','Destra','Centro','Cifre\x20decimali\x20fisse','Asse\x20Y','Forma\x20nodo\x20dati','Tipo\x20linea\x20di\x20tendenza','Centrale','Serie\x20percentuale\x20cumulativa','Impostazioni\x20campo','Diamante\x20vuoto','Valore\x20indicatore','Logaritmica','Grafico\x20a\x20colonne','Ripeti\x20nuvola\x20di\x20parole','Cerchio','Reimposta','3243795eiljWw','Grafico\x20radar','Tipi\x20formato','Torta\x20a\x20rosa','Mediana','Rettangolo','Scala\x20valore','Diamante','Impilato','Tutte\x20le\x20serie','Frequenza','Usa\x20{0}\x20come\x20categoria','Chiudi','Aggiungi\x20punto\x20dati','Posizione','Valore','Punto\x20dati','Rotazione\x20etichetta','33444KHqKjs','Poligono','Nuvola\x20di\x20parole','Grafico\x20ad\x20area\x20impilato\x20percentuale','Punteggiata','8130360xXuqqF','Valuta','6OBgmef','875464cxwOSj','zero','Asse\x20sinistro','Configura','Inverti\x20ordine\x20asse','Media\x20mobile','exports','Categoria','Continua','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Linea\x20indicatore','Percentuale\x20cumulativa','Allineamento\x20titolo\x20asse','Box\x20plot','Spazio','Rettangolo\x20vuoto','Repulsione','Grafico\x20a\x20barre','Asse\x20X','Tipi\x20di\x20numeri\x20negativi','Tipo\x20tratteggio\x20linea','Lunghezza\x20segno\x20di\x20graduazione','Categoria\x20{0}','Serie\x20{0}','Tipi\x20di\x20valuta','Linee\x20griglia','Legenda','Punto','Bordo','Circolare','Parola','Triangolo','Linee\x20griglia\x20principali','Grafico\x20a\x20barre\x20impilato\x20percentuale','(Vuoto)','Modalità\x20selezione\x20legenda','Subtotale','Percentuale','1960AuWmjr','Minimo','Mostra\x20linea\x20asse','Dimensione\x20bolla','Mostra\x20subtotale','Tipo\x20di\x20grafico','Titolo\x20principale','Etichette\x20dati','{0}\x20con\x20formato','Max','Potenza','Forma\x20nuvola\x20di\x20parole','Il\x20formato\x20contabilità\x20allinea\x20i\x20simboli\x20di\x20valuta\x20e\x20i\x20punti\x20decimali\x20in\x20una\x20colonna.','Superiore','Grafico\x20a\x20cascata','Mostra\x20R\x20quadro','Nascondi','Quadrato\x20vuoto','Testo\x20titolo','Aggiungi\x20linea\x20di\x20tendenza','Nessuno','Freccia','Opzioni\x20asse','Massimo','Formato\x20titolo','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Riempimento\x20gradiente','Distanza\x20nodi','427rNVPDq','Linee\x20griglia\x20e\x20segni\x20di\x20graduazione','Singola','1772622vwhpbk','Colore\x20linea\x20di\x20tendenza','Mappa\x20di\x20calore','Asse','Freccia\x20vuota','{0}\x20con\x20spessore','Titolo','Grafico\x20a\x20torta','{0}\x20con\x20tipo','Positivo','Grafico\x20a\x20barre\x20impilato','Spessore\x20linea\x20di\x20tendenza','A\x20gradini','Impila','Sottotitolo','{0}\x20con\x20forma','Usa\x20valore\x20come\x20dimensione\x20nodo','Cerchio\x20vuoto','Gravità','Mezza\x20torta','Nome\x20linea\x20di\x20tendenza','Tipi\x20di\x20data','Stile\x20grafico','Colore\x20sfondo','Lineare','Liscia'];_0xb2a8=function(){return _0x456f45;};return _0xb2a8();}function _0x5c0a(_0x5a6f35,_0x4a65c6){_0x5a6f35=_0x5a6f35-0xc4;var _0xb2a8c1=_0xb2a8();var _0x5c0a1b=_0xb2a8c1[_0x5a6f35];return _0x5c0a1b;}(function(_0x45faca,_0x46fc7e){var _0x3e8728=_0x5c0a,_0x387248=_0x45faca();while(!![]){try{var _0x46a7ba=parseInt(_0x3e8728(0x123))/0x1+parseInt(_0x3e8728(0x106))/0x2+parseInt(_0x3e8728(0x195))/0x3*(parseInt(_0x3e8728(0x196))/0x4)+-parseInt(_0x3e8728(0x17c))/0x5+parseInt(_0x3e8728(0x160))/0x6*(-parseInt(_0x3e8728(0x103))/0x7)+-parseInt(_0x3e8728(0xe7))/0x8*(-parseInt(_0x3e8728(0x18e))/0x9)+-parseInt(_0x3e8728(0x193))/0xa;if(_0x46a7ba===_0x46fc7e)break;else _0x387248['push'](_0x387248['shift']());}catch(_0x7ca98e){_0x387248['push'](_0x387248['shift']());}}}(_0xb2a8,0x80f85),function(_0x3bedf2,_0x444e77){var _0x4d6bf9=_0x5c0a;typeof exports=='object'&&typeof module<'u'?module[_0x4d6bf9(0xc7)]=_0x444e77():typeof define==_0x4d6bf9(0x149)&&define['amd']?define([],_0x444e77):(_0x3bedf2=typeof globalThis<'u'?globalThis:_0x3bedf2||self,_0x3bedf2[_0x4d6bf9(0x146)]=_0x444e77());}(this,function(){var _0xad5905=_0x5c0a;return{'sheets-chart-ui':{'permission':{'editErr':_0xad5905(0x13d)},'insertChart':'Inserisci\x20grafico','editChart':_0xad5905(0x132),'openChartPanel':'Apri\x20pannello\x20grafico','deleteChart':'Elimina\x20grafico','hideChartPanel':'Nascondi\x20pannello\x20grafico','setupChart':_0xad5905(0xc4),'customChart':'Personalizza','default':_0xad5905(0x135),'reset':_0xad5905(0x17b),'chartType':_0xad5905(0xec),'themes':'Temi','dataRange':'Intervallo\x20dati','stack':_0xad5905(0x113),'category':_0xad5905(0xc8),'aggregate':_0xad5905(0x153),'allSeries':_0xad5905(0x185),'series':_0xad5905(0x14b),'addSeries':_0xad5905(0x162),'moreSettings':'Altre\x20impostazioni','min':_0xad5905(0x15a),'max':_0xad5905(0xf0),'invalidType':{'gaps':'vuoti','zero':_0xad5905(0x197),'connectDataPointsWithStraightLines':'Connetti\x20punti\x20dati\x20con\x20linee\x20rette'},'blank':_0xad5905(0xe3),'seriesBlock':{'format':'Formato','dataPointStyle':_0xad5905(0x168)},'backgroundColor':_0xad5905(0x11d),'chartBorderColor':'Colore\x20bordo\x20grafico','titles':{'title':_0xad5905(0x10c),'mainTitle':_0xad5905(0xed),'subTitle':_0xad5905(0x114),'xAxisTitle':'Titolo\x20asse\x20X','yAxisTitle':'Titolo\x20asse\x20Y','rightYAxisTitle':'Titolo\x20asse\x20Y\x20destro','titleFormat':_0xad5905(0xff),'titleText':_0xad5905(0xf9),'titlePosition':'Posizione\x20titolo','titleAlign':_0xad5905(0xcd)},'axisPositionType':{'start':_0xad5905(0x157),'center':_0xad5905(0x16d),'end':_0xad5905(0x151)},'gradientFill':_0xad5905(0x101),'settingsLabels':{'switchToRowOrColumn':_0xad5905(0x139),'useAsCategoryLabels':_0xad5905(0x187),'showEmptyCellsAs':_0xad5905(0x120)},'positionType':{'auto':_0xad5905(0x125),'inside':'Interno','outside':_0xad5905(0x15f),'top':_0xad5905(0xf4),'bottom':_0xad5905(0x13f),'left':_0xad5905(0x165),'right':_0xad5905(0x16c),'hide':_0xad5905(0xf7)},'align':{'left':_0xad5905(0x165),'center':_0xad5905(0x16d),'right':_0xad5905(0x16c)},'alignY':{'top':'Superiore','middle':_0xad5905(0x172),'bottom':'Inferiore'},'chartStyle':_0xad5905(0x11c),'chartAndAxisTitles':_0xad5905(0x16a),'legend':_0xad5905(0xdb),'legendSelectMode':_0xad5905(0xe4),'legendSelectModeType':{'single':_0xad5905(0x105),'multiple':_0xad5905(0x14c),'close':_0xad5905(0x188)},'legendVisualMapType':{'continuous':'Continua','piecewise':_0xad5905(0x14a)},'axes':{'axis':_0xad5905(0x109),'axisOptions':_0xad5905(0xfd),'horizontalAxis':'Asse\x20orizzontale','verticalAxis':_0xad5905(0x124),'rightVerticalAxis':_0xad5905(0x15e),'leftAxis':_0xad5905(0x198),'rightAxis':_0xad5905(0x12c),'useRightAxis':'Usa\x20asse\x20destro'},'position':_0xad5905(0x18a),'dataLabels':_0xad5905(0xee),'gridlinesAndTicks':_0xad5905(0x104),'indicatorLine':_0xad5905(0xcb),'indicatorLineType':_0xad5905(0x14f),'indicatorLineColor':_0xad5905(0x166),'indicatorLabel':_0xad5905(0x12f),'indicatorValue':_0xad5905(0x176),'shape':{'polygon':_0xad5905(0x18f),'circle':_0xad5905(0x17a),'square':'Quadrato','triangle':_0xad5905(0xe0),'diamond':_0xad5905(0x183),'rect':_0xad5905(0x181),'roundRect':_0xad5905(0x129),'pin':'Spillo','arrow':_0xad5905(0xfc),'none':_0xad5905(0xfb),'emptyCircle':_0xad5905(0x117),'emptySquare':_0xad5905(0xf8),'emptyTriangle':_0xad5905(0x155),'emptyDiamond':_0xad5905(0x175),'emptyRect':_0xad5905(0xd0),'emptyRoundRect':'Rettangolo\x20arrotondato\x20vuoto','emptyPin':'Spillo\x20vuoto','emptyArrow':_0xad5905(0x10a)},'border':_0xad5905(0xdd),'value':_0xad5905(0x18b),'fill':_0xad5905(0x159),'line':_0xad5905(0x128),'withOpacity':'{0}\x20con\x20opacità','withColor':'{0}\x20con\x20colore','withThickness':_0xad5905(0x10b),'withType':_0xad5905(0x10e),'withSize':_0xad5905(0x12b),'withShape':_0xad5905(0x115),'withFormat':_0xad5905(0xef),'dataPoint':_0xad5905(0x18c),'dataNodeShape':_0xad5905(0x170),'addDataPoint':_0xad5905(0x189),'point':_0xad5905(0xdc),'percentage':_0xad5905(0xe6),'lineType':{'line':'Linea','smooth':_0xad5905(0x11f),'step':_0xad5905(0x112)},'stackType':{'stack':'Impila','percent':'Impila\x20percentuale'},'lineDashType':_0xad5905(0xd5),'dashType':{'solid':_0xad5905(0xc9),'dash':_0xad5905(0x154),'dot':_0xad5905(0x192)},'color':_0xad5905(0x163),'gridlines':{'majorGridlines':_0xad5905(0xe1),'text':_0xad5905(0xda)},'ticks':{'majorTick':_0xad5905(0x13a),'tickPosition':_0xad5905(0x169),'tickLength':_0xad5905(0xd6)},'none':'Nessuno','theIndexItem':'L\x27elemento\x20{0}','seriesDefaultName':_0xad5905(0xd8),'categoryDefaultName':_0xad5905(0xd7),'styleEditPanel':{'showLabels':'Mostra\x20etichette','showDataLabels':_0xad5905(0x121),'padAngle':'Angolo\x20spaziatura\x20etichetta','halfPie':_0xad5905(0x119),'rosePie':_0xad5905(0x17f),'pieValScale':_0xad5905(0x182),'pieValSuffix':'Suffisso\x20valore','pieDigitalFixed':_0xad5905(0x16e),'showLabelLine':_0xad5905(0x14e),'reverseAxisOrder':_0xad5905(0xc5),'showAxisLine':_0xad5905(0xe9),'labelPosition':_0xad5905(0x167),'labelText':'Testo\x20etichetta','repeatWordCould':_0xad5905(0x179),'gap':_0xad5905(0xcf),'useAbsValue':_0xad5905(0x147),'labelRotate':_0xad5905(0x18d),'wordCloudShape':_0xad5905(0xf2),'useDateAxis':_0xad5905(0x134),'dateAxisTips':_0xad5905(0x136)},'doughnutHole':'Foro\x20ad\x20anello','radar':{'fill':_0xad5905(0x159)},'msg':{'invalidSource':_0xad5905(0x144),'emptyTips':_0xad5905(0xca),'sankeyCircularTips':_0xad5905(0x100)},'cloud':{'title':_0xad5905(0x190),'word':_0xad5905(0xdf),'frequency':_0xad5905(0x186)},'trendline':{'name':'Linea\x20di\x20tendenza','displayName':_0xad5905(0x11a),'addTrendLine':_0xad5905(0xfa),'trendlineType':_0xad5905(0x171),'trendlineName':_0xad5905(0x11a),'trendlineColor':_0xad5905(0x107),'trendlineThickness':_0xad5905(0x111),'trendlineDashType':'Tipo\x20tratteggio\x20linea\x20di\x20tendenza','exp':'Esponenziale','linear':_0xad5905(0x11e),'log':_0xad5905(0x177),'pow':_0xad5905(0xf1),'movingAvg':_0xad5905(0xc6),'poly':_0xad5905(0x15d),'order':'Ordine\x20polinomiale','period':'Periodo\x20media\x20mobile','showFormula':_0xad5905(0x143),'showR2':_0xad5905(0xf6),'formula':_0xad5905(0x13b),'r2':_0xad5905(0x12d)},'bubble':{'xAxis':_0xad5905(0xd3),'yAxis':_0xad5905(0x16f),'size':_0xad5905(0xea),'label':_0xad5905(0x16b),'emptyTips':_0xad5905(0x140)},'relation':{'title':_0xad5905(0x130),'auto':'Automatico','circular':_0xad5905(0xde),'force':_0xad5905(0x12e),'useValueAsSymbolSize':_0xad5905(0x116),'layoutType':_0xad5905(0x122),'forceOptions':_0xad5905(0x131),'repulsion':_0xad5905(0xd1),'gravity':_0xad5905(0x118),'edgeLength':_0xad5905(0x102),'rotateLabel':_0xad5905(0x161),'emphasis':_0xad5905(0x152),'emptyTips':'La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna'},'waterfall':{'stackType':_0xad5905(0x141),'arrangement':_0xad5905(0x145),'stacked':_0xad5905(0x184),'positive':_0xad5905(0x10f),'negative':'Negativo','subtotal':_0xad5905(0xe5),'showSubtotal':_0xad5905(0xeb),'positiveStyle':_0xad5905(0x137),'negativeStyle':_0xad5905(0x158),'subtotalStyle':_0xad5905(0x148),'positiveLegendText':_0xad5905(0x127),'negativeLegendText':_0xad5905(0x126),'subtotalLegendText':'Testo\x20legenda\x20subtotale'},'pareto':{'lineName':_0xad5905(0xcc),'lineSeries':_0xad5905(0x173),'barSeries':_0xad5905(0x15b)},'visualMapScope':'Ambito\x20mappa\x20visiva','boxplot':{'min':_0xad5905(0xe8),'q1':_0xad5905(0x138),'median':_0xad5905(0x180),'q3':_0xad5905(0x156),'max':_0xad5905(0xfe)},'chartTypes':{'line':'Grafico\x20a\x20linee','area':'Grafico\x20ad\x20area','areaStacked':'Grafico\x20ad\x20area\x20impilato','areaPercentStacked':_0xad5905(0x191),'column':_0xad5905(0x178),'bar':_0xad5905(0xd2),'barStacked':_0xad5905(0x110),'barPercentStacked':_0xad5905(0xe2),'pie':_0xad5905(0x10d),'donut':_0xad5905(0x164),'scatter':'Grafico\x20a\x20dispersione','radar':_0xad5905(0x17d),'bubble':'Grafico\x20a\x20bolle','stock':_0xad5905(0x13c),'combination':'Grafico\x20combinato','wordCloud':_0xad5905(0x150),'funnel':_0xad5905(0x13e),'relation':_0xad5905(0x130),'waterfall':_0xad5905(0xf5),'pareto':'Grafico\x20di\x20Pareto','sankey':_0xad5905(0x12a),'heatmap':_0xad5905(0x108),'boxplot':_0xad5905(0xce)},'dialog':{'numfmt':{'general':'Generale','accounting':_0xad5905(0x15c),'currency':_0xad5905(0x194),'date':'Data','thousandthPercentile':_0xad5905(0x133),'fieldSetting':_0xad5905(0x174),'formatTypes':_0xad5905(0x17e),'confirm':'OK','cancel':'Annulla','generalDesc':'Il\x20formato\x20generale\x20non\x20contiene\x20alcun\x20formato\x20numerico\x20specifico.','accountingDesc':_0xad5905(0xf3),'currencyDesc':'Il\x20formato\x20valuta\x20è\x20usato\x20per\x20valori\x20monetari\x20generali,\x20il\x20formato\x20contabilità\x20allinea\x20i\x20punti\x20decimali\x20in\x20una\x20colonna\x20di\x20valori.','dateDesc':_0xad5905(0x14d),'thousandthPercentileDesc':'Il\x20formato\x20percentile\x20millesimo\x20è\x20usato\x20per\x20numeri\x20generali,\x20i\x20formati\x20valuta\x20e\x20contabilità\x20forniscono\x20formati\x20specializzati\x20per\x20valori\x20monetari.','decimalPlaces':_0xad5905(0x142),'currencyTypes':_0xad5905(0xd9),'negativeNumberTypes':_0xad5905(0xd4),'dateTypes':_0xad5905(0x11b)},'setFormat':'Imposta\x20formato\x20etichetta'}}};}));
@@ -1 +1 @@
1
- function _0x5719(_0x1dc324,_0x22cb17){_0x1dc324=_0x1dc324-0x192;var _0x4b005a=_0x4b00();var _0x5719d0=_0x4b005a[_0x1dc324];return _0x5719d0;}(function(_0x1c8a93,_0x5e0366){var _0x5b694c=_0x5719,_0x1421e6=_0x1c8a93();while(!![]){try{var _0x263f12=parseInt(_0x5b694c(0x19f))/0x1+parseInt(_0x5b694c(0x1ea))/0x2*(-parseInt(_0x5b694c(0x199))/0x3)+parseInt(_0x5b694c(0x1ff))/0x4*(-parseInt(_0x5b694c(0x19d))/0x5)+parseInt(_0x5b694c(0x1e2))/0x6+-parseInt(_0x5b694c(0x192))/0x7*(-parseInt(_0x5b694c(0x1bb))/0x8)+-parseInt(_0x5b694c(0x1b3))/0x9*(parseInt(_0x5b694c(0x21c))/0xa)+-parseInt(_0x5b694c(0x1ec))/0xb;if(_0x263f12===_0x5e0366)break;else _0x1421e6['push'](_0x1421e6['shift']());}catch(_0xd5f9ed){_0x1421e6['push'](_0x1421e6['shift']());}}}(_0x4b00,0x66edb),function(_0x4a69bb,_0x554485){var _0xb31c4d=_0x5719;typeof exports=='object'&&typeof module<'u'?module[_0xb31c4d(0x214)]=_0x554485():typeof define==_0xb31c4d(0x20e)&&define['amd']?define([],_0x554485):(_0x4a69bb=typeof globalThis<'u'?globalThis:_0x4a69bb||self,_0x4a69bb['UniverProSheetsChartUiJaJP']=_0x554485());}(this,function(){var _0x3432cf=_0x5719;return{'sheets-chart-ui':{'permission':{'editErr':_0x3432cf(0x1bd)},'insertChart':_0x3432cf(0x20b),'editChart':_0x3432cf(0x1b7),'openChartPanel':_0x3432cf(0x204),'deleteChart':'グラフの削除','hideChartPanel':_0x3432cf(0x1fa),'setupChart':'設定','customChart':_0x3432cf(0x228),'default':'既定','reset':_0x3432cf(0x211),'chartType':_0x3432cf(0x1bc),'themes':'テーマ','dataRange':_0x3432cf(0x1e8),'stack':'積み上げ','category':'項目','aggregate':'集計','allSeries':_0x3432cf(0x22a),'series':'系列','addSeries':_0x3432cf(0x203),'moreSettings':_0x3432cf(0x1ac),'min':'最小値','max':_0x3432cf(0x1f8),'invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':_0x3432cf(0x198)},'blank':_0x3432cf(0x1db),'seriesBlock':{'format':'書式','dataPointStyle':_0x3432cf(0x1a2)},'backgroundColor':'背景色','chartBorderColor':'グラフの枠線の色','titles':{'title':_0x3432cf(0x202),'mainTitle':_0x3432cf(0x1d5),'subTitle':_0x3432cf(0x21d),'xAxisTitle':'横(項目)軸ラベル','yAxisTitle':'縦(値)軸ラベル','rightYAxisTitle':_0x3432cf(0x1ad),'titleFormat':'タイトルの書式','titleText':_0x3432cf(0x1ca),'titlePosition':'タイトルの位置','titleAlign':_0x3432cf(0x1e3)},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':'グラデーション塗りつぶし','settingsLabels':{'switchToRowOrColumn':_0x3432cf(0x1a4),'useAsCategoryLabels':_0x3432cf(0x207),'showEmptyCellsAs':'空白セルの表示'},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':'非表示'},'align':{'left':'左揃え','center':_0x3432cf(0x1d2),'right':_0x3432cf(0x1ed)},'alignY':{'top':_0x3432cf(0x227),'middle':_0x3432cf(0x1d2),'bottom':_0x3432cf(0x1d1)},'chartStyle':_0x3432cf(0x1f3),'chartAndAxisTitles':_0x3432cf(0x206),'legend':'凡例','legendSelectMode':'凡例の選択モード','legendSelectModeType':{'single':'単一','multiple':'複数','close':_0x3432cf(0x1de)},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':_0x3432cf(0x1d3),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x3432cf(0x200),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x3432cf(0x19e)},'position':'位置','dataLabels':_0x3432cf(0x1a5),'gridlinesAndTicks':'目盛線と目盛','indicatorLine':_0x3432cf(0x1b6),'indicatorLineType':'指標線の種類','indicatorLineColor':'指標線の色','indicatorLabel':_0x3432cf(0x1c8),'indicatorValue':_0x3432cf(0x1ce),'shape':{'polygon':_0x3432cf(0x1d9),'circle':'円','square':'四角','triangle':_0x3432cf(0x1cf),'diamond':'ひし形','rect':'長方形','roundRect':_0x3432cf(0x1f5),'pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':_0x3432cf(0x1f6),'emptySquare':_0x3432cf(0x212),'emptyTriangle':_0x3432cf(0x220),'emptyDiamond':_0x3432cf(0x1f9),'emptyRect':_0x3432cf(0x1a7),'emptyRoundRect':'白抜き角丸四角形','emptyPin':_0x3432cf(0x1f4),'emptyArrow':_0x3432cf(0x1be)},'border':'枠線','value':'値','fill':_0x3432cf(0x1f0),'line':'線','withOpacity':'{0}\x20(不透明度)','withColor':_0x3432cf(0x197),'withThickness':_0x3432cf(0x21f),'withType':'{0}\x20(種類)','withSize':_0x3432cf(0x1fc),'withShape':'{0}\x20(形状)','withFormat':_0x3432cf(0x215),'dataPoint':'データポイント','dataNodeShape':'データノードの形状','addDataPoint':'データポイントを追加','point':_0x3432cf(0x194),'percentage':_0x3432cf(0x225),'lineType':{'line':_0x3432cf(0x1ba),'smooth':_0x3432cf(0x1c0),'step':'階段'},'stackType':{'stack':'積み上げ','percent':_0x3432cf(0x195)},'lineDashType':_0x3432cf(0x1b8),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':_0x3432cf(0x205),'text':'目盛線'},'ticks':{'majorTick':_0x3432cf(0x1c9),'tickPosition':_0x3432cf(0x1c5),'tickLength':_0x3432cf(0x1e4)},'none':'なし','theIndexItem':_0x3432cf(0x1ab),'seriesDefaultName':_0x3432cf(0x19a),'categoryDefaultName':_0x3432cf(0x1d7),'styleEditPanel':{'showLabels':_0x3432cf(0x1cd),'showDataLabels':'データラベルを表示','padAngle':_0x3432cf(0x1b9),'halfPie':'半円','rosePie':_0x3432cf(0x219),'pieValScale':_0x3432cf(0x1ef),'pieValSuffix':_0x3432cf(0x222),'pieDigitalFixed':_0x3432cf(0x1dc),'showLabelLine':_0x3432cf(0x1e0),'reverseAxisOrder':_0x3432cf(0x1b2),'showAxisLine':'軸線を表示','labelPosition':_0x3432cf(0x1a0),'labelText':_0x3432cf(0x1f7),'repeatWordCould':_0x3432cf(0x1b4),'gap':'間隔','useAbsValue':'絶対値を使用','labelRotate':_0x3432cf(0x221),'wordCloudShape':'ワードクラウドの形状','useDateAxis':_0x3432cf(0x1d6),'dateAxisTips':_0x3432cf(0x1e1)},'doughnutHole':_0x3432cf(0x1e7),'radar':{'fill':'塗りつぶし'},'msg':{'invalidSource':_0x3432cf(0x1af),'emptyTips':_0x3432cf(0x1c3),'sankeyCircularTips':'サンキー図には循環データを含めることはできません'},'cloud':{'title':'ワードクラウド','word':'単語','frequency':'頻度'},'trendline':{'name':'近似曲線','displayName':_0x3432cf(0x1df),'addTrendLine':_0x3432cf(0x1a9),'trendlineType':_0x3432cf(0x1e6),'trendlineName':'近似曲線名','trendlineColor':'近似曲線の色','trendlineThickness':_0x3432cf(0x1a1),'trendlineDashType':_0x3432cf(0x193),'exp':'指数','linear':'線形','log':'対数','pow':'べき乗','movingAvg':_0x3432cf(0x21a),'poly':_0x3432cf(0x1f2),'order':_0x3432cf(0x209),'period':'移動平均の期間','showFormula':'数式を表示','showR2':_0x3432cf(0x229),'formula':'数式','r2':_0x3432cf(0x1fb)},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':_0x3432cf(0x1cc),'label':_0x3432cf(0x19c),'emptyTips':_0x3432cf(0x208)},'relation':{'title':_0x3432cf(0x1a6),'auto':'自動','circular':'円形','force':'力指向','useValueAsSymbolSize':_0x3432cf(0x1b5),'layoutType':_0x3432cf(0x1fd),'forceOptions':'力指向のオプション','repulsion':_0x3432cf(0x1fe),'gravity':'重力','edgeLength':_0x3432cf(0x1eb),'rotateLabel':_0x3432cf(0x21b),'emphasis':_0x3432cf(0x20f),'emptyTips':_0x3432cf(0x1e5)},'waterfall':{'stackType':'積み上げの種類','arrangement':'順次','stacked':_0x3432cf(0x1d0),'positive':_0x3432cf(0x1c7),'negative':_0x3432cf(0x224),'subtotal':'小計','showSubtotal':_0x3432cf(0x21e),'positiveStyle':'正の値のスタイル','negativeStyle':_0x3432cf(0x1aa),'subtotalStyle':'小計のスタイル','positiveLegendText':'正の値の凡例テキスト','negativeLegendText':'負の値の凡例テキスト','subtotalLegendText':_0x3432cf(0x1b1)},'pareto':{'lineName':_0x3432cf(0x19b),'lineSeries':_0x3432cf(0x20a),'barSeries':_0x3432cf(0x1bf)},'visualMapScope':'ビジュアルマップの範囲','boxplot':{'min':_0x3432cf(0x223),'q1':'第1四分位数','median':'中央値','q3':_0x3432cf(0x1c4),'max':_0x3432cf(0x1f8)},'chartTypes':{'line':_0x3432cf(0x201),'area':_0x3432cf(0x1e9),'areaStacked':_0x3432cf(0x1f1),'areaPercentStacked':'100%積み上げ面グラフ','column':_0x3432cf(0x226),'bar':_0x3432cf(0x1b0),'barStacked':'積み上げ横棒グラフ','barPercentStacked':_0x3432cf(0x1a3),'pie':_0x3432cf(0x20c),'donut':_0x3432cf(0x210),'scatter':_0x3432cf(0x1dd),'radar':'レーダーチャート','bubble':_0x3432cf(0x1c2),'stock':'株価チャート','combination':'複合グラフ','wordCloud':_0x3432cf(0x1d4),'funnel':_0x3432cf(0x20d),'relation':'関係図','waterfall':_0x3432cf(0x196),'pareto':_0x3432cf(0x213),'sankey':_0x3432cf(0x1c1),'heatmap':'ヒートマップ','boxplot':'箱ひげ図'},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x3432cf(0x1c6),'fieldSetting':_0x3432cf(0x1ee),'formatTypes':_0x3432cf(0x1da),'confirm':'OK','cancel':_0x3432cf(0x1cb),'generalDesc':'標準形式には、特定の表示形式が含まれていません。','accountingDesc':_0x3432cf(0x1a8),'currencyDesc':_0x3432cf(0x1d8),'dateDesc':_0x3432cf(0x218),'thousandthPercentileDesc':_0x3432cf(0x1ae),'decimalPlaces':_0x3432cf(0x1dc),'currencyTypes':'通貨記号','negativeNumberTypes':'負の数の表示形式','dateTypes':_0x3432cf(0x216)},'setFormat':_0x3432cf(0x217)}}};}));function _0x4b00(){var _0x368436=['多項式','グラフのスタイル','白抜きピン','角丸四角形','白抜き円','ラベルのテキスト','最大値','白抜きひし形','グラフパネルを非表示','R-2乗値','{0}\x20(サイズ)','レイアウトの種類','反発力','1532tAClYy','第2縦軸','折れ線グラフ','タイトル','系列を追加','グラフパネルを開く','主目盛線','グラフと軸のタイトル','{0}を項目として使用','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','多項式の次数','累積パーセンテージ系列','グラフの挿入','円グラフ','じょうごグラフ','function','選択時のフェードイン効果を有効にする','ドーナツグラフ','リセット','白抜き四角','パレート図','exports','{0}\x20(書式)','日付の種類','ラベルの書式設定','日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','ローズ円','移動平均','ラベルを回転','10JsHlZT','サブタイトル','小計を表示','{0}\x20(太さ)','白抜き三角形','ラベルの回転','値の接尾辞','最小値','負の値','パーセンテージ','縦棒グラフ','上揃え','カスタマイズ','R-2乗値を表示','すべての系列','5724166glEmfW','近似曲線の線種','ポイント','100%積み上げ','ウォーターフォール図','{0}\x20(色)','データポイントを直線で結ぶ','72qnPFUs','系列{0}','累積パーセンテージ','バブルのラベル','205qshhSu','第2軸を使用','175740uhNtAR','ラベルの位置','近似曲線の太さ','データポイントのスタイル','100%積み上げ横棒グラフ','行/列の切り替え','データラベル','関係図','白抜き長方形','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','近似曲線を追加','負の値のスタイル','{0}番目の項目','詳細設定','第2縦軸ラベル','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','グラフのデータソースは1行1列以上である必要があります。','横棒グラフ','小計の凡例テキスト','軸の順序を反転','4599036TvgnvO','ワードクラウドを繰り返す','値をノードサイズとして使用','指標線','グラフエディター','線の種類','ラベルの余白角度','折れ線','8HZGrbv','グラフの種類','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','白抜き矢印','縦棒グラフ系列','平滑線','サンキー図','バブルチャート','系列を追加してデータの可視化を開始してください','第3四分位数','目盛の位置','桁区切り','正の値','指標ラベル','主目盛','タイトルのテキスト','キャンセル','バブルのサイズ','ラベルを表示','指標値','三角形','積み上げ','下揃え','中央揃え','軸のオプション','ワードクラウド','グラフタイトル','日付軸を使用','項目{0}','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','多角形','表示形式の種類','(空白)','小数点以下の桁数','散布図','閉じる','近似曲線名','ラベル線を表示','日付軸は、すべてのデータが日付形式の場合のみ使用できます','4918920RdpXkD','軸ラベルの配置','目盛の長さ','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','近似曲線の種類','ドーナツの穴','データ範囲','面グラフ','65570dxMwEQ','ノード間の距離','859716SyXLta','右揃え','フィールドの設定','値のスケール','塗りつぶし','積み上げ面グラフ'];_0x4b00=function(){return _0x368436;};return _0x4b00();}
1
+ (function(_0x4067ce,_0x4766e2){var _0x56367c=_0x3c23,_0x1edfd2=_0x4067ce();while(!![]){try{var _0x287352=-parseInt(_0x56367c(0x132))/0x1+parseInt(_0x56367c(0x113))/0x2*(parseInt(_0x56367c(0x186))/0x3)+-parseInt(_0x56367c(0x16d))/0x4+-parseInt(_0x56367c(0x10f))/0x5+parseInt(_0x56367c(0x177))/0x6*(-parseInt(_0x56367c(0x101))/0x7)+parseInt(_0x56367c(0x139))/0x8*(parseInt(_0x56367c(0x130))/0x9)+-parseInt(_0x56367c(0x179))/0xa*(-parseInt(_0x56367c(0x131))/0xb);if(_0x287352===_0x4766e2)break;else _0x1edfd2['push'](_0x1edfd2['shift']());}catch(_0x4b2035){_0x1edfd2['push'](_0x1edfd2['shift']());}}}(_0x17cb,0xc7341),function(_0x4d526f,_0x39b906){var _0x73a695=_0x3c23;typeof exports=='object'&&typeof module<'u'?module[_0x73a695(0x15a)]=_0x39b906():typeof define==_0x73a695(0x154)&&define[_0x73a695(0x168)]?define([],_0x39b906):(_0x4d526f=typeof globalThis<'u'?globalThis:_0x4d526f||self,_0x4d526f[_0x73a695(0x174)]=_0x39b906());}(this,function(){var _0x549f86=_0x3c23;return{'sheets-chart-ui':{'permission':{'editErr':_0x549f86(0x171)},'insertChart':_0x549f86(0xee),'editChart':'グラフエディター','openChartPanel':_0x549f86(0x151),'deleteChart':_0x549f86(0xe9),'hideChartPanel':_0x549f86(0x147),'setupChart':'設定','customChart':_0x549f86(0x116),'default':'既定','reset':_0x549f86(0x124),'chartType':_0x549f86(0x129),'themes':_0x549f86(0xf5),'dataRange':_0x549f86(0xff),'stack':_0x549f86(0x121),'category':'項目','aggregate':'集計','allSeries':_0x549f86(0x125),'series':'系列','addSeries':_0x549f86(0x145),'moreSettings':'詳細設定','min':_0x549f86(0xfe),'max':_0x549f86(0x12d),'invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':_0x549f86(0x127)},'blank':'(空白)','seriesBlock':{'format':'書式','dataPointStyle':_0x549f86(0x16b)},'backgroundColor':_0x549f86(0xf4),'chartBorderColor':_0x549f86(0x18d),'titles':{'title':'タイトル','mainTitle':'グラフタイトル','subTitle':'サブタイトル','xAxisTitle':'横(項目)軸ラベル','yAxisTitle':_0x549f86(0x118),'rightYAxisTitle':'第2縦軸ラベル','titleFormat':_0x549f86(0x117),'titleText':'タイトルのテキスト','titlePosition':_0x549f86(0x166),'titleAlign':_0x549f86(0x11a)},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':'グラデーション塗りつぶし','settingsLabels':{'switchToRowOrColumn':'行/列の切り替え','useAsCategoryLabels':_0x549f86(0xfd),'showEmptyCellsAs':_0x549f86(0xe8)},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':_0x549f86(0x133)},'align':{'left':'左揃え','center':'中央揃え','right':'右揃え'},'alignY':{'top':'上揃え','middle':'中央揃え','bottom':_0x549f86(0x14b)},'chartStyle':_0x549f86(0x123),'chartAndAxisTitles':'グラフと軸のタイトル','legend':'凡例','legendSelectMode':'凡例の選択モード','legendSelectModeType':{'single':'単一','multiple':'複数','close':_0x549f86(0x114)},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':_0x549f86(0xef),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':'第2縦軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x549f86(0x187)},'position':'位置','dataLabels':_0x549f86(0x181),'gridlinesAndTicks':'目盛線と目盛','indicatorLine':_0x549f86(0x17e),'indicatorLineType':_0x549f86(0x136),'indicatorLineColor':_0x549f86(0x182),'indicatorLabel':_0x549f86(0xea),'indicatorValue':_0x549f86(0xf1),'shape':{'polygon':'多角形','circle':'円','square':'四角','triangle':'三角形','diamond':_0x549f86(0x17d),'rect':'長方形','roundRect':_0x549f86(0x157),'pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':_0x549f86(0x10b),'emptySquare':'白抜き四角','emptyTriangle':_0x549f86(0x183),'emptyDiamond':_0x549f86(0x112),'emptyRect':_0x549f86(0x103),'emptyRoundRect':_0x549f86(0x11e),'emptyPin':_0x549f86(0x14a),'emptyArrow':_0x549f86(0x12f)},'border':'枠線','value':'値','fill':_0x549f86(0x155),'line':'線','withOpacity':'{0}\x20(不透明度)','withColor':_0x549f86(0x13b),'withThickness':_0x549f86(0x18a),'withType':_0x549f86(0x126),'withSize':_0x549f86(0x115),'withShape':_0x549f86(0x109),'withFormat':'{0}\x20(書式)','dataPoint':_0x549f86(0x165),'dataNodeShape':'データノードの形状','addDataPoint':'データポイントを追加','point':'ポイント','percentage':_0x549f86(0x141),'lineType':{'line':_0x549f86(0x10e),'smooth':_0x549f86(0x16a),'step':'階段'},'stackType':{'stack':'積み上げ','percent':'100%積み上げ'},'lineDashType':_0x549f86(0x160),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':_0x549f86(0x134),'text':_0x549f86(0x104)},'ticks':{'majorTick':_0x549f86(0x158),'tickPosition':_0x549f86(0x149),'tickLength':_0x549f86(0x16f)},'none':'なし','theIndexItem':'{0}番目の項目','seriesDefaultName':'系列{0}','categoryDefaultName':_0x549f86(0xed),'styleEditPanel':{'showLabels':'ラベルを表示','showDataLabels':_0x549f86(0x13a),'padAngle':_0x549f86(0x161),'halfPie':'半円','rosePie':_0x549f86(0x11c),'pieValScale':_0x549f86(0x122),'pieValSuffix':_0x549f86(0x14e),'pieDigitalFixed':_0x549f86(0x144),'showLabelLine':_0x549f86(0xf9),'reverseAxisOrder':_0x549f86(0x137),'showAxisLine':_0x549f86(0x12b),'labelPosition':_0x549f86(0x140),'labelText':'ラベルのテキスト','repeatWordCould':_0x549f86(0x105),'gap':'間隔','useAbsValue':'絶対値を使用','labelRotate':_0x549f86(0x11f),'wordCloudShape':_0x549f86(0x13d),'useDateAxis':'日付軸を使用','dateAxisTips':_0x549f86(0x11d)},'doughnutHole':'ドーナツの穴','radar':{'fill':_0x549f86(0x155)},'msg':{'invalidSource':_0x549f86(0xf7),'emptyTips':_0x549f86(0xfb),'sankeyCircularTips':_0x549f86(0x17c)},'cloud':{'title':_0x549f86(0x172),'word':'単語','frequency':'頻度'},'trendline':{'name':_0x549f86(0x17f),'displayName':_0x549f86(0xec),'addTrendLine':_0x549f86(0x15f),'trendlineType':_0x549f86(0x10a),'trendlineName':_0x549f86(0xec),'trendlineColor':_0x549f86(0x15c),'trendlineThickness':'近似曲線の太さ','trendlineDashType':_0x549f86(0x100),'exp':'指数','linear':'線形','log':'対数','pow':_0x549f86(0x167),'movingAvg':_0x549f86(0x17b),'poly':_0x549f86(0x106),'order':_0x549f86(0x176),'period':'移動平均の期間','showFormula':_0x549f86(0xeb),'showR2':_0x549f86(0x135),'formula':'数式','r2':_0x549f86(0x17a)},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':_0x549f86(0x185),'label':_0x549f86(0x13f),'emptyTips':_0x549f86(0x11b)},'relation':{'title':_0x549f86(0x163),'auto':'自動','circular':'円形','force':_0x549f86(0x12e),'useValueAsSymbolSize':_0x549f86(0x18c),'layoutType':_0x549f86(0x14f),'forceOptions':_0x549f86(0x142),'repulsion':_0x549f86(0x16c),'gravity':'重力','edgeLength':_0x549f86(0x153),'rotateLabel':_0x549f86(0x128),'emphasis':_0x549f86(0x15e),'emptyTips':_0x549f86(0x13e)},'waterfall':{'stackType':_0x549f86(0x15b),'arrangement':'順次','stacked':'積み上げ','positive':_0x549f86(0x150),'negative':_0x549f86(0x119),'subtotal':'小計','showSubtotal':_0x549f86(0x188),'positiveStyle':_0x549f86(0x180),'negativeStyle':_0x549f86(0x108),'subtotalStyle':_0x549f86(0xfc),'positiveLegendText':_0x549f86(0x14d),'negativeLegendText':_0x549f86(0xf2),'subtotalLegendText':_0x549f86(0x110)},'pareto':{'lineName':_0x549f86(0x16e),'lineSeries':'累積パーセンテージ系列','barSeries':_0x549f86(0xf6)},'visualMapScope':_0x549f86(0x164),'boxplot':{'min':'最小値','q1':'第1四分位数','median':_0x549f86(0x12c),'q3':_0x549f86(0x120),'max':_0x549f86(0x12d)},'chartTypes':{'line':_0x549f86(0xfa),'area':_0x549f86(0x175),'areaStacked':_0x549f86(0x189),'areaPercentStacked':_0x549f86(0x178),'column':'縦棒グラフ','bar':'横棒グラフ','barStacked':'積み上げ横棒グラフ','barPercentStacked':_0x549f86(0x138),'pie':_0x549f86(0x18b),'donut':_0x549f86(0x15d),'scatter':_0x549f86(0x107),'radar':_0x549f86(0x14c),'bubble':_0x549f86(0x12a),'stock':_0x549f86(0x152),'combination':_0x549f86(0x13c),'wordCloud':'ワードクラウド','funnel':_0x549f86(0x102),'relation':_0x549f86(0x163),'waterfall':_0x549f86(0xf8),'pareto':'パレート図','sankey':_0x549f86(0x143),'heatmap':_0x549f86(0xf0),'boxplot':_0x549f86(0x170)},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x549f86(0x146),'fieldSetting':_0x549f86(0x10c),'formatTypes':_0x549f86(0xf3),'confirm':'OK','cancel':_0x549f86(0x156),'generalDesc':_0x549f86(0x162),'accountingDesc':_0x549f86(0x159),'currencyDesc':_0x549f86(0x148),'dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandthPercentileDesc':_0x549f86(0x173),'decimalPlaces':_0x549f86(0x144),'currencyTypes':_0x549f86(0x10d),'negativeNumberTypes':_0x549f86(0x184),'dateTypes':_0x549f86(0x169)},'setFormat':_0x549f86(0x111)}}};}));function _0x3c23(_0x416e6d,_0x160943){_0x416e6d=_0x416e6d-0xe8;var _0x17cb14=_0x17cb();var _0x3c231a=_0x17cb14[_0x416e6d];return _0x3c231a;}function _0x17cb(){var _0x5b5103=['角丸四角形','主目盛','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','exports','積み上げの種類','近似曲線の色','ドーナツグラフ','選択時のフェードイン効果を有効にする','近似曲線を追加','線の種類','ラベルの余白角度','標準形式には、特定の表示形式が含まれていません。','関係図','ビジュアルマップの範囲','データポイント','タイトルの位置','べき乗','amd','日付の種類','平滑線','データポイントのスタイル','反発力','1693080MccVgg','累積パーセンテージ','目盛の長さ','箱ひげ図','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','ワードクラウド','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','UniverProSheetsChartUiJaJP','面グラフ','多項式の次数','366NuohKv','100%積み上げ面グラフ','10wYPSja','R-2乗値','移動平均','サンキー図には循環データを含めることはできません','ひし形','指標線','近似曲線','正の値のスタイル','データラベル','指標線の色','白抜き三角形','負の数の表示形式','バブルのサイズ','30WNjzwc','第2軸を使用','小計を表示','積み上げ面グラフ','{0}\x20(太さ)','円グラフ','値をノードサイズとして使用','グラフの枠線の色','空白セルの表示','グラフの削除','指標ラベル','数式を表示','近似曲線名','項目{0}','グラフの挿入','軸のオプション','ヒートマップ','指標値','負の値の凡例テキスト','表示形式の種類','背景色','テーマ','縦棒グラフ系列','グラフのデータソースは1行1列以上である必要があります。','ウォーターフォール図','ラベル線を表示','折れ線グラフ','系列を追加してデータの可視化を開始してください','小計のスタイル','{0}を項目として使用','最小値','データ範囲','近似曲線の線種','142996uxPSnY','じょうごグラフ','白抜き長方形','目盛線','ワードクラウドを繰り返す','多項式','散布図','負の値のスタイル','{0}\x20(形状)','近似曲線の種類','白抜き円','フィールドの設定','通貨記号','折れ線','3298290PxDvco','小計の凡例テキスト','ラベルの書式設定','白抜きひし形','89032VfbqgS','閉じる','{0}\x20(サイズ)','カスタマイズ','タイトルの書式','縦(値)軸ラベル','負の値','軸ラベルの配置','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','ローズ円','日付軸は、すべてのデータが日付形式の場合のみ使用できます','白抜き角丸四角形','ラベルの回転','第3四分位数','積み上げ','値のスケール','グラフのスタイル','リセット','すべての系列','{0}\x20(種類)','データポイントを直線で結ぶ','ラベルを回転','グラフの種類','バブルチャート','軸線を表示','中央値','最大値','力指向','白抜き矢印','38043XJaZJQ','31441421kVDxof','1515365QayvYT','非表示','主目盛線','R-2乗値を表示','指標線の種類','軸の順序を反転','100%積み上げ横棒グラフ','2568YXtpDX','データラベルを表示','{0}\x20(色)','複合グラフ','ワードクラウドの形状','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','バブルのラベル','ラベルの位置','パーセンテージ','力指向のオプション','サンキー図','小数点以下の桁数','系列を追加','桁区切り','グラフパネルを非表示','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','目盛の位置','白抜きピン','下揃え','レーダーチャート','正の値の凡例テキスト','値の接尾辞','レイアウトの種類','正の値','グラフパネルを開く','株価チャート','ノード間の距離','function','塗りつぶし','キャンセル'];_0x17cb=function(){return _0x5b5103;};return _0x17cb();}