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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) 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.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/config/config.d.ts +5 -0
  62. package/lib/types/controllers/ui.controller.d.ts +2 -0
  63. package/lib/types/index.d.ts +2 -1
  64. package/lib/types/plugin.d.ts +4 -3
  65. package/lib/types/services/chart-content-layout.d.ts +36 -0
  66. package/lib/types/services/chart-image-rect.d.ts +15 -0
  67. package/lib/types/services/chart-render.service.d.ts +28 -3
  68. package/lib/types/services/chart-snapshot-store.service.d.ts +18 -0
  69. package/lib/types/services/sheet-chart-host.d.ts +51 -0
  70. package/lib/types/services/sheet-image-chart-host.d.ts +24 -0
  71. package/lib/types/services/sheets-chart-host-provider.service.d.ts +34 -10
  72. package/lib/types/util.d.ts +2 -1
  73. package/lib/types/views/chart-edit-panel/Options.d.ts +7 -6
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +16 -16
@@ -1 +1 @@
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
+ function _0x2ee3(){var _0x2bca9e=['سری','مربع','نمایش\x20فرمول','چندضلعی','التنافر','نقطه\x20داده','مورد\x20{0}','تدوير\x20التسمية','حالت\x20انتخاب\x20راهنما','2987540uVTqbA','نمودار\x20ابر\x20کلمات','عمومی','\x20نطاق\x20خريطة\x20بصرية','نوع\x20التكديس','نمایش\x20سلول‌های\x20خالی\x20به\x20صورت','103889rSKXam','داخل','معکوس\x20کردن\x20ترتیب\x20محور','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','عناوین\x20نمودار\x20و\x20محور','شکل\x20ابر\x20کلمات','نمط\x20المجموع\x20الفرعي','R\x20مربع','6650840lIXAVn','محور\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محور\x20X','سالب','درصد\x20هزارم','چندجمله‌ای','هیچ','الربع\x20الأول','نمودار\x20سهام','اعداد\x20ثابت\x20دایره','نمودار\x20پراکندگی','موجب','1237905wfhBdZ','ترتيبي','نمودار\x20راداری','نمط\x20السالب','{0}\x20با\x20رنگ','توان','محور\x20Y','24PXisNp','سبک\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نمودار','مخفی','7wsSsSP','مقدار\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عمودی','مستطیل','حداقل','14RwICxC','نمودار\x20میله‌ای\x20درصد\x20انباشته','تکرار','درصد\x20انباشته','مستطیل\x20گرد','دایره\x20خالی','محدوده\x20داده','خيارات\x20التوجيه\x20بالقوة','1236126ogaMDi','{0}\x20با\x20اندازه','دوره\x20میانگین\x20متحرک','سری\x20{0}','مكدس','مستمر','افزودن\x20سری','{0}\x20با\x20شفافیت','لوزی','ارز','تلقائي','مرکز','object','صفر','النسبة\x20التراكمية','فرمت','فرمت\x20عنوان','function','انباشته','انواع\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الدنيا','4Tkmdgo','مثلث\x20خالی','رنگ','حاشیه','انواع\x20فرمت','القيمة\x20العليا','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','(خالی)','نمایش\x20R\x20مربع','برچسب‌های\x20داده','منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','خودکار','ابر\x20کلمات','محور\x20X','فاصله‌ها','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','تیک\x20اصلی','پر\x20کردن','نمودار\x20ستونی','دایره\x20گلبرگی','تجمیع','دایره','متن\x20عنوان','378189zFVELw','زیرعنوان','نص\x20وسيلة\x20الإيضاح\x20للموجب','حسابداری','درصد','نوع\x20خط\x20تیره','exports','{0}\x20با\x20ضخامت','نوع\x20خط\x20روند','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','برچسب\x20نشانگر','موقعیت\x20برچسب','خط\x20تیره','amd','UniverProSheetsChartUiFaIR','دسته‌بندی\x20{0}','پله‌ای','مقیاس\x20مقدار\x20دایره','24RsoLcU','6849007kvMCSA','شروع','نمودار\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بالقوة'];_0x2ee3=function(){return _0x2bca9e;};return _0x2ee3();}function _0x5cf1(_0x276434,_0x2ce47c){_0x276434=_0x276434-0x1a3;var _0x2ee39d=_0x2ee3();var _0x5cf137=_0x2ee39d[_0x276434];return _0x5cf137;}(function(_0xd92eed,_0x150007){var _0x15abda=_0x5cf1,_0x32d523=_0xd92eed();while(!![]){try{var _0x5e714a=parseInt(_0x15abda(0x203))/0x1*(parseInt(_0x15abda(0x26e))/0x2)+-parseInt(_0x15abda(0x1d2))/0x3+-parseInt(_0x15abda(0x1bb))/0x4*(parseInt(_0x15abda(0x1fd))/0x5)+-parseInt(_0x15abda(0x276))/0x6*(-parseInt(_0x15abda(0x25c))/0x7)+parseInt(_0x15abda(0x1e4))/0x8*(-parseInt(_0x15abda(0x233))/0x9)+-parseInt(_0x15abda(0x20b))/0xa+parseInt(_0x15abda(0x1e5))/0xb*(parseInt(_0x15abda(0x23a))/0xc);if(_0x5e714a===_0x150007)break;else _0x32d523['push'](_0x32d523['shift']());}catch(_0xda2380){_0x32d523['push'](_0x32d523['shift']());}}}(_0x2ee3,0x5c18c),function(_0x51c4d2,_0x3a4de6){var _0x569612=_0x5cf1;typeof exports==_0x569612(0x1aa)&&typeof module<'u'?module[_0x569612(0x1d8)]=_0x3a4de6():typeof define==_0x569612(0x1af)&&define[_0x569612(0x1df)]?define([],_0x3a4de6):(_0x51c4d2=typeof globalThis<'u'?globalThis:_0x51c4d2||self,_0x51c4d2[_0x569612(0x1e0)]=_0x3a4de6());}(this,function(){var _0x4f6352=_0x5cf1;return{'sheets-chart-ui':{'permission':{'editErr':_0x4f6352(0x1eb)},'insertChart':'درج\x20نمودار','editChart':'ویرایش\x20نمودار','openChartPanel':'باز\x20کردن\x20پنل\x20نمودار','deleteChart':'حذف\x20نمودار','hideChartPanel':'مخفی\x20کردن\x20پنل\x20نمودار','setupChart':'تنظیم\x20نمودار','customChart':_0x4f6352(0x25a),'default':'پیش‌فرض','reset':'بازنشانی','chartType':_0x4f6352(0x1f2),'themes':_0x4f6352(0x252),'dataRange':_0x4f6352(0x274),'stack':'انباشته','category':'دسته‌بندی','aggregate':_0x4f6352(0x1cf),'allSeries':_0x4f6352(0x223),'series':_0x4f6352(0x1f4),'addSeries':_0x4f6352(0x1a4),'moreSettings':_0x4f6352(0x1b7),'min':_0x4f6352(0x26d),'max':'حداکثر','invalidType':{'gaps':_0x4f6352(0x1c9),'zero':_0x4f6352(0x1ab),'connectDataPointsWithStraightLines':'اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم'},'blank':_0x4f6352(0x1c2),'seriesBlock':{'format':_0x4f6352(0x1ad),'dataPointStyle':_0x4f6352(0x23b)},'backgroundColor':_0x4f6352(0x263),'chartBorderColor':'رنگ\x20حاشیه\x20نمودار','titles':{'title':_0x4f6352(0x24e),'mainTitle':_0x4f6352(0x260),'subTitle':_0x4f6352(0x1d3),'xAxisTitle':_0x4f6352(0x229),'yAxisTitle':'عنوان\x20محور\x20Y','rightYAxisTitle':_0x4f6352(0x26a),'titleFormat':_0x4f6352(0x1ae),'titleText':_0x4f6352(0x1d1),'titlePosition':_0x4f6352(0x21a),'titleAlign':'تراز\x20عنوان\x20محور'},'axisPositionType':{'start':_0x4f6352(0x1e6),'center':_0x4f6352(0x1a9),'end':_0x4f6352(0x250)},'gradientFill':_0x4f6352(0x211),'settingsLabels':{'switchToRowOrColumn':_0x4f6352(0x262),'useAsCategoryLabels':_0x4f6352(0x206),'showEmptyCellsAs':_0x4f6352(0x202)},'positionType':{'auto':_0x4f6352(0x1c6),'inside':_0x4f6352(0x204),'outside':'خارج','top':_0x4f6352(0x227),'bottom':_0x4f6352(0x1b6),'left':'چپ','right':_0x4f6352(0x257),'hide':_0x4f6352(0x25b)},'align':{'left':'چپ','center':'مرکز','right':_0x4f6352(0x257)},'alignY':{'top':_0x4f6352(0x227),'middle':'وسط','bottom':'پایین'},'chartStyle':_0x4f6352(0x21c),'chartAndAxisTitles':_0x4f6352(0x207),'legend':'راهنما','legendSelectMode':_0x4f6352(0x1fc),'legendSelectModeType':{'single':_0x4f6352(0x244),'multiple':_0x4f6352(0x23d),'close':_0x4f6352(0x1ef)},'legendVisualMapType':{'continuous':_0x4f6352(0x1a3),'piecewise':_0x4f6352(0x23e)},'axes':{'axis':_0x4f6352(0x241),'axisOptions':_0x4f6352(0x210),'horizontalAxis':'محور\x20افقی','verticalAxis':_0x4f6352(0x26b),'rightVerticalAxis':'محور\x20عمودی\x20راست','leftAxis':_0x4f6352(0x20c),'rightAxis':'محور\x20راست','useRightAxis':'استفاده\x20از\x20محور\x20راست'},'position':'موقعیت','dataLabels':_0x4f6352(0x1c4),'gridlinesAndTicks':_0x4f6352(0x24a),'indicatorLine':'خط\x20نشانگر','indicatorLineType':_0x4f6352(0x242),'indicatorLineColor':'رنگ\x20خط\x20نشانگر','indicatorLabel':_0x4f6352(0x1dc),'indicatorValue':_0x4f6352(0x25d),'shape':{'polygon':_0x4f6352(0x1f7),'circle':_0x4f6352(0x1d0),'square':_0x4f6352(0x1f5),'triangle':_0x4f6352(0x251),'diamond':_0x4f6352(0x1a6),'rect':_0x4f6352(0x26c),'roundRect':_0x4f6352(0x272),'pin':_0x4f6352(0x23f),'arrow':_0x4f6352(0x226),'none':_0x4f6352(0x22d),'emptyCircle':_0x4f6352(0x273),'emptySquare':_0x4f6352(0x25e),'emptyTriangle':_0x4f6352(0x1bc),'emptyDiamond':'لوزی\x20خالی','emptyRect':_0x4f6352(0x1b2),'emptyRoundRect':_0x4f6352(0x21e),'emptyPin':_0x4f6352(0x228),'emptyArrow':_0x4f6352(0x265)},'border':_0x4f6352(0x1be),'value':_0x4f6352(0x266),'fill':_0x4f6352(0x1cc),'line':'خط','withOpacity':_0x4f6352(0x1a5),'withColor':_0x4f6352(0x237),'withThickness':_0x4f6352(0x1d9),'withType':'{0}\x20با\x20نوع','withSize':_0x4f6352(0x277),'withShape':_0x4f6352(0x1ea),'withFormat':'{0}\x20با\x20فرمت','dataPoint':_0x4f6352(0x1f9),'dataNodeShape':_0x4f6352(0x1ec),'addDataPoint':'افزودن\x20نقطه\x20داده','point':'نقطه','percentage':_0x4f6352(0x1d6),'lineType':{'line':'خط','smooth':'صاف','step':_0x4f6352(0x1e2)},'stackType':{'stack':_0x4f6352(0x1b0),'percent':_0x4f6352(0x271)},'lineDashType':_0x4f6352(0x1d7),'dashType':{'solid':_0x4f6352(0x256),'dash':_0x4f6352(0x1de),'dot':_0x4f6352(0x1b9)},'color':_0x4f6352(0x1bd),'gridlines':{'majorGridlines':'خطوط\x20شبکه\x20اصلی','text':_0x4f6352(0x1e8)},'ticks':{'majorTick':_0x4f6352(0x1cb),'tickPosition':'موقعیت\x20تیک','tickLength':_0x4f6352(0x220)},'none':_0x4f6352(0x22d),'theIndexItem':_0x4f6352(0x1fa),'seriesDefaultName':_0x4f6352(0x279),'categoryDefaultName':_0x4f6352(0x1e1),'styleEditPanel':{'showLabels':_0x4f6352(0x240),'showDataLabels':'نمایش\x20برچسب‌های\x20داده','padAngle':'زاویه\x20پد\x20برچسب','halfPie':_0x4f6352(0x20d),'rosePie':_0x4f6352(0x1ce),'pieValScale':_0x4f6352(0x1e3),'pieValSuffix':_0x4f6352(0x249),'pieDigitalFixed':_0x4f6352(0x230),'showLabelLine':'نمایش\x20خط\x20برچسب','reverseAxisOrder':_0x4f6352(0x205),'showAxisLine':_0x4f6352(0x218),'labelPosition':_0x4f6352(0x1dd),'labelText':'متن\x20برچسب','repeatWordCould':_0x4f6352(0x264),'gap':_0x4f6352(0x21f),'useAbsValue':'استفاده\x20از\x20مقدار\x20مطلق','labelRotate':_0x4f6352(0x222),'wordCloudShape':_0x4f6352(0x208),'useDateAxis':'استفاده\x20از\x20محور\x20تاریخ','dateAxisTips':'محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20داده‌ها\x20به\x20صورت\x20تاریخ\x20باشند'},'doughnutHole':'سوراخ\x20دونات','radar':{'fill':_0x4f6352(0x1cc)},'msg':{'invalidSource':_0x4f6352(0x1c5),'emptyTips':_0x4f6352(0x268),'sankeyCircularTips':_0x4f6352(0x1ca)},'cloud':{'title':_0x4f6352(0x1c7),'word':'کلمه','frequency':_0x4f6352(0x270)},'trendline':{'name':_0x4f6352(0x215),'displayName':_0x4f6352(0x258),'addTrendLine':'افزودن\x20خط\x20روند','trendlineType':_0x4f6352(0x1da),'trendlineName':_0x4f6352(0x258),'trendlineColor':_0x4f6352(0x21d),'trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':_0x4f6352(0x214),'exp':'نمایی','linear':_0x4f6352(0x21b),'log':_0x4f6352(0x1f1),'pow':_0x4f6352(0x238),'movingAvg':'میانگین\x20متحرک','poly':_0x4f6352(0x22c),'order':_0x4f6352(0x255),'period':_0x4f6352(0x278),'showFormula':_0x4f6352(0x1f6),'showR2':_0x4f6352(0x1c3),'formula':'فرمول','r2':_0x4f6352(0x20a)},'bubble':{'xAxis':_0x4f6352(0x1c8),'yAxis':_0x4f6352(0x239),'size':'اندازه\x20حباب','label':_0x4f6352(0x247),'emptyTips':_0x4f6352(0x1db)},'relation':{'title':'مخطط\x20العلاقة','auto':_0x4f6352(0x1a8),'circular':'دائري','force':_0x4f6352(0x1f3),'useValueAsSymbolSize':'استخدام\x20القيمة\x20كحجم\x20العقدة','layoutType':_0x4f6352(0x24f),'forceOptions':_0x4f6352(0x275),'repulsion':_0x4f6352(0x1f8),'gravity':'الجاذبية','edgeLength':_0x4f6352(0x216),'rotateLabel':_0x4f6352(0x1fb),'emphasis':'تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','emptyTips':_0x4f6352(0x1c1)},'waterfall':{'stackType':_0x4f6352(0x201),'arrangement':_0x4f6352(0x234),'stacked':_0x4f6352(0x27a),'positive':_0x4f6352(0x232),'negative':_0x4f6352(0x22a),'subtotal':_0x4f6352(0x24c),'showSubtotal':_0x4f6352(0x1f0),'positiveStyle':_0x4f6352(0x1e9),'negativeStyle':_0x4f6352(0x236),'subtotalStyle':_0x4f6352(0x209),'positiveLegendText':_0x4f6352(0x1d4),'negativeLegendText':_0x4f6352(0x24b),'subtotalLegendText':_0x4f6352(0x24d)},'pareto':{'lineName':_0x4f6352(0x1ac),'lineSeries':_0x4f6352(0x213),'barSeries':_0x4f6352(0x259)},'visualMapScope':_0x4f6352(0x200),'boxplot':{'min':_0x4f6352(0x1ba),'q1':_0x4f6352(0x22e),'median':_0x4f6352(0x269),'q3':_0x4f6352(0x243),'max':_0x4f6352(0x1c0)},'chartTypes':{'line':_0x4f6352(0x219),'area':_0x4f6352(0x1e7),'areaStacked':_0x4f6352(0x1b3),'areaPercentStacked':_0x4f6352(0x20f),'column':_0x4f6352(0x1cd),'bar':'نمودار\x20میله‌ای','barStacked':_0x4f6352(0x25f),'barPercentStacked':_0x4f6352(0x26f),'pie':'نمودار\x20دایره‌ای','donut':_0x4f6352(0x254),'scatter':_0x4f6352(0x231),'radar':_0x4f6352(0x235),'bubble':_0x4f6352(0x1ee),'stock':_0x4f6352(0x22f),'combination':_0x4f6352(0x245),'wordCloud':_0x4f6352(0x1fe),'funnel':_0x4f6352(0x221),'relation':'نمودار\x20رابطه','waterfall':_0x4f6352(0x1b5),'pareto':_0x4f6352(0x267),'sankey':_0x4f6352(0x217),'heatmap':_0x4f6352(0x23c),'boxplot':_0x4f6352(0x224)},'dialog':{'numfmt':{'general':_0x4f6352(0x1ff),'accounting':_0x4f6352(0x1d5),'currency':_0x4f6352(0x1a7),'date':_0x4f6352(0x212),'thousandthPercentile':_0x4f6352(0x22b),'fieldSetting':_0x4f6352(0x1b4),'formatTypes':_0x4f6352(0x1bf),'confirm':_0x4f6352(0x20e),'cancel':_0x4f6352(0x1ed),'generalDesc':_0x4f6352(0x248),'accountingDesc':_0x4f6352(0x253),'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':_0x4f6352(0x225),'thousandthPercentileDesc':_0x4f6352(0x1b8),'decimalPlaces':'محل\x20اعشار','currencyTypes':'انواع\x20ارز','negativeNumberTypes':_0x4f6352(0x261),'dateTypes':_0x4f6352(0x1b1)},'setFormat':_0x4f6352(0x246)}}};}));
@@ -1 +1 @@
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
+ function _0x274b(){var _0x36c68f=['Camembert\x20en\x20rose','Réinitialiser','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Cercle\x20vide','Graphique\x20en\x20barres\x20empilées','Titres\x20du\x20graphique\x20et\x20des\x20axes','Masquer\x20le\x20panneau\x20de\x20graphique','Négatif','Type\x20de\x20ligne\x20indicatrice','Axe\x20vertical','Texte\x20des\x20étiquettes','Série\x20du\x20Pourcentage\x20Cumulé','{0}\x20avec\x20couleur','Rotation\x20des\x20étiquettes','Trou\x20du\x20beignet','Ajouter\x20une\x20courbe\x20de\x20tendance','Utiliser\x20{0}\x20comme\x20catégorie','Pourcentage\x20empilé','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Début','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Texte\x20de\x20légende\x20du\x20sous-total','10nRGNCn','Éditeur\x20de\x20graphique','amd','Graphique\x20en\x20ligne','Afficher\x20la\x20formule','Polynomiale','Texte\x20du\x20titre','exports','Valeur\x20minimale','2134305OSTVvO','Type\x20de\x20ligne\x20pointillée','Position\x20du\x20titre','Utiliser\x20la\x20valeur\x20absolue','Ligne','R\x20carré','Ligne\x20indicatrice','Max','Distance\x20entre\x20les\x20nœuds','Empiler','Fin','Général','Série\x20{0}','Lignes\x20de\x20grille\x20et\x20graduations','Point\x20de\x20données','Axe\x20horizontal','Empilé','Séries','Agrégat','Taille\x20de\x20la\x20bulle','Boîte\x20à\x20moustaches','Graphique\x20boursier','Inverser\x20l’ordre\x20des\x20axes','Graphique\x20en\x20cascade','Losange\x20vide','Valeur\x20maximale','object','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Médiane','Ouvrir\x20le\x20panneau\x20de\x20graphique','Échelle\x20de\x20valeur\x20du\x20camembert','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Rectangle','Forme\x20du\x20nœud\x20de\x20données','Monétaire','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','Losange','Ajouter\x20une\x20série','Annuler','Tiret','Épingle','Triangle\x20vide','Exponentielle','Catégorie','Haut','Linéaire','Lignes\x20de\x20grille','Par\x20défaut','Moyenne\x20mobile','lacunes','Graphique\x20de\x20Sankey','Droite','Cercle','Bas','Ajouter\x20un\x20point\x20de\x20données','Style\x20négatif','Types\x20de\x20formats','Toutes\x20les\x20séries','L’élément\x20{0}','Lisse','Titre\x20de\x20l’axe\x20Y\x20droit','Paramètres\x20de\x20champ','1953216JTBCbE','{0}\x20avec\x20opacité','Étiquette\x20de\x20la\x20bulle','function','Style\x20de\x20graphique','{0}\x20avec\x20épaisseur','Options\x20de\x20l’axe','{0}\x20avec\x20type','Premier\x20quartile','Titre\x20de\x20l’axe\x20X','Répéter\x20le\x20nuage\x20de\x20mots','Min','Pointillé','Plage\x20de\x20données','Position\x20des\x20étiquettes','Rectangle\x20arrondi','Remplissage\x20en\x20dégradé','Date','{0}\x20avec\x20forme','Longueur\x20des\x20graduations','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.','Position','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Utiliser\x20l’axe\x20des\x20dates','Format','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.','49vJnQFX','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Plus\x20de\x20paramètres','À\x20l’extérieur','4CwaBxn','Forme\x20du\x20nuage\x20de\x20mots','Options\x20de\x20disposition\x20par\x20forces','Mot','Texte\x20de\x20légende\x20négatif','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Valeur','Continu','Simple','2394887KvFriU','Graphique\x20en\x20bulles','Décimales','738639xNibgV','Remplir','Carte\x20thermique','{0}\x20avec\x20taille','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Faire\x20pivoter\x20l’étiquette','Style\x20des\x20points\x20de\x20données','Puissance','Graphique\x20en\x20beignet','Graphique\x20en\x20camembert','zéro','Plein','Nuage\x20de\x20mots','Graphique\x20combiné','Axe\x20droit','Type\x20de\x20courbe\x20de\x20tendance','Axe\x20gauche','Fermer','Valeur\x20indicatrice','Courbe\x20de\x20tendance','Légende','Couleur','Forces\x20dirigées','Graphique\x20en\x20barres','Graphique\x20en\x20aires\x20empilées','UniverProSheetsChartUiFrFR','Flèche','Graduation\x20principale','Sous-titre','32AQrPpj','Couleur\x20de\x20la\x20ligne\x20indicatrice','Étape','Personnaliser','Mode\x20de\x20sélection\x20de\x20la\x20légende','Afficher\x20les\x20étiquettes\x20de\x20données','Insérer\x20un\x20graphique','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Lignes\x20de\x20grille\x20principales','Graphique\x20radar','Afficher\x20les\x20cellules\x20vides\x20comme','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Graphique\x20en\x20colonnes','Séquentiel','Basculer\x20vers\x20ligne/colonne','Logarithmique','Texte\x20de\x20légende\x20positif','19166QRWVMC','Configurer','Centre','Titre','Axe\x20vertical\x20droit','Type\x20de\x20disposition','Axe\x20Y','1259679IuSdWc','Période\x20de\x20la\x20moyenne\x20mobile','1151843iOYSVp','Types\x20de\x20dates','Gravité','Point','Définir\x20le\x20format\x20de\x20l’étiquette','Épingle\x20vide','Couleur\x20de\x20fond','Graphique\x20en\x20entonnoir','Titre\x20de\x20l’axe\x20Y','Comptabilité','Répulsion','Portée\x20de\x20la\x20carte\x20visuelle','Type\x20d\x27empilement','Masquer','Graphique\x20en\x20nuage\x20de\x20mots','Polygone','Ordre\x20du\x20polynôme','Afficher\x20R\x20carré','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','{0}\x20avec\x20format','Positif','Demi-camembert','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Automatique','À\x20l’intérieur','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Gauche','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Afficher\x20la\x20ligne\x20de\x20l’axe','Carré\x20vide','Titre\x20principal','Étiquette\x20indicatrice','Style\x20du\x20sous-total','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Chiffres\x20fixes\x20du\x20camembert'];_0x274b=function(){return _0x36c68f;};return _0x274b();}function _0x2bbf(_0x220636,_0x37bda8){_0x220636=_0x220636-0x1e6;var _0x274b4d=_0x274b();var _0x2bbfbb=_0x274b4d[_0x220636];return _0x2bbfbb;}(function(_0x2b4a43,_0x36f0c3){var _0x46241c=_0x2bbf,_0x2ed9fd=_0x2b4a43();while(!![]){try{var _0xd34813=parseInt(_0x46241c(0x1ea))/0x1*(-parseInt(_0x46241c(0x228))/0x2)+parseInt(_0x46241c(0x22f))/0x3+-parseInt(_0x46241c(0x1ee))/0x4*(-parseInt(_0x46241c(0x274))/0x5)+parseInt(_0x46241c(0x2b2))/0x6+parseInt(_0x46241c(0x231))/0x7*(-parseInt(_0x46241c(0x217))/0x8)+parseInt(_0x46241c(0x1fa))/0x9+-parseInt(_0x46241c(0x26b))/0xa*(-parseInt(_0x46241c(0x1f7))/0xb);if(_0xd34813===_0x36f0c3)break;else _0x2ed9fd['push'](_0x2ed9fd['shift']());}catch(_0xf81ba7){_0x2ed9fd['push'](_0x2ed9fd['shift']());}}}(_0x274b,0x540fb),function(_0x3903e8,_0x56c0ac){var _0x1d5a84=_0x2bbf;typeof exports==_0x1d5a84(0x28e)&&typeof module<'u'?module[_0x1d5a84(0x272)]=_0x56c0ac():typeof define==_0x1d5a84(0x2b5)&&define[_0x1d5a84(0x26d)]?define([],_0x56c0ac):(_0x3903e8=typeof globalThis<'u'?globalThis:_0x3903e8||self,_0x3903e8[_0x1d5a84(0x213)]=_0x56c0ac());}(this,function(){var _0x394ff2=_0x2bbf;return{'sheets-chart-ui':{'permission':{'editErr':_0x394ff2(0x257)},'insertChart':_0x394ff2(0x21d),'editChart':_0x394ff2(0x26c),'openChartPanel':_0x394ff2(0x291),'deleteChart':'Supprimer\x20le\x20graphique','hideChartPanel':_0x394ff2(0x25b),'setupChart':_0x394ff2(0x229),'customChart':_0x394ff2(0x21a),'default':_0x394ff2(0x2a3),'reset':_0x394ff2(0x256),'chartType':'Type\x20de\x20graphique','themes':'Thèmes','dataRange':_0x394ff2(0x2bf),'stack':_0x394ff2(0x27d),'category':_0x394ff2(0x29f),'aggregate':_0x394ff2(0x286),'allSeries':_0x394ff2(0x2ad),'series':_0x394ff2(0x285),'addSeries':_0x394ff2(0x299),'moreSettings':_0x394ff2(0x1ec),'min':_0x394ff2(0x2bd),'max':_0x394ff2(0x27b),'invalidType':{'gaps':_0x394ff2(0x2a5),'zero':_0x394ff2(0x204),'connectDataPointsWithStraightLines':_0x394ff2(0x243)},'blank':'(Vide)','seriesBlock':{'format':_0x394ff2(0x1e8),'dataPointStyle':_0x394ff2(0x200)},'backgroundColor':_0x394ff2(0x237),'chartBorderColor':_0x394ff2(0x269),'titles':{'title':_0x394ff2(0x22b),'mainTitle':_0x394ff2(0x24f),'subTitle':_0x394ff2(0x216),'xAxisTitle':_0x394ff2(0x2bb),'yAxisTitle':_0x394ff2(0x239),'rightYAxisTitle':_0x394ff2(0x2b0),'titleFormat':'Format\x20du\x20titre','titleText':_0x394ff2(0x271),'titlePosition':_0x394ff2(0x276),'titleAlign':'Alignement\x20du\x20titre\x20de\x20l’axe'},'axisPositionType':{'start':_0x394ff2(0x268),'center':_0x394ff2(0x22a),'end':_0x394ff2(0x27e)},'gradientFill':_0x394ff2(0x2c2),'settingsLabels':{'switchToRowOrColumn':_0x394ff2(0x225),'useAsCategoryLabels':_0x394ff2(0x265),'showEmptyCellsAs':_0x394ff2(0x221)},'positionType':{'auto':_0x394ff2(0x248),'inside':_0x394ff2(0x249),'outside':_0x394ff2(0x1ed),'top':'Haut','bottom':_0x394ff2(0x2a9),'left':'Gauche','right':_0x394ff2(0x2a7),'hide':_0x394ff2(0x23e)},'align':{'left':_0x394ff2(0x24b),'center':_0x394ff2(0x22a),'right':_0x394ff2(0x2a7)},'alignY':{'top':_0x394ff2(0x2a0),'middle':'Milieu','bottom':_0x394ff2(0x2a9)},'chartStyle':_0x394ff2(0x2b6),'chartAndAxisTitles':_0x394ff2(0x25a),'legend':_0x394ff2(0x20e),'legendSelectMode':_0x394ff2(0x21b),'legendSelectModeType':{'single':_0x394ff2(0x1f6),'multiple':'Multiple','close':_0x394ff2(0x20b)},'legendVisualMapType':{'continuous':_0x394ff2(0x1f5),'piecewise':'Morceaux'},'axes':{'axis':'Axe','axisOptions':_0x394ff2(0x2b8),'horizontalAxis':_0x394ff2(0x283),'verticalAxis':_0x394ff2(0x25e),'rightVerticalAxis':_0x394ff2(0x22c),'leftAxis':_0x394ff2(0x20a),'rightAxis':_0x394ff2(0x208),'useRightAxis':'Utiliser\x20l’axe\x20droit'},'position':_0x394ff2(0x2c7),'dataLabels':'Étiquettes\x20de\x20données','gridlinesAndTicks':_0x394ff2(0x281),'indicatorLine':_0x394ff2(0x27a),'indicatorLineType':_0x394ff2(0x25d),'indicatorLineColor':_0x394ff2(0x218),'indicatorLabel':_0x394ff2(0x250),'indicatorValue':_0x394ff2(0x20c),'shape':{'polygon':_0x394ff2(0x240),'circle':_0x394ff2(0x2a8),'square':'Carré','triangle':'Triangle','diamond':_0x394ff2(0x298),'rect':_0x394ff2(0x294),'roundRect':_0x394ff2(0x2c1),'pin':_0x394ff2(0x29c),'arrow':_0x394ff2(0x214),'none':'Aucun','emptyCircle':_0x394ff2(0x258),'emptySquare':_0x394ff2(0x24e),'emptyTriangle':_0x394ff2(0x29d),'emptyDiamond':_0x394ff2(0x28c),'emptyRect':'Rectangle\x20vide','emptyRoundRect':'Rectangle\x20arrondi\x20vide','emptyPin':_0x394ff2(0x236),'emptyArrow':'Flèche\x20vide'},'border':'Bordure','value':_0x394ff2(0x1f4),'fill':_0x394ff2(0x1fb),'line':_0x394ff2(0x278),'withOpacity':_0x394ff2(0x2b3),'withColor':_0x394ff2(0x261),'withThickness':_0x394ff2(0x2b7),'withType':_0x394ff2(0x2b9),'withSize':_0x394ff2(0x1fd),'withShape':_0x394ff2(0x2c4),'withFormat':_0x394ff2(0x244),'dataPoint':_0x394ff2(0x282),'dataNodeShape':_0x394ff2(0x295),'addDataPoint':_0x394ff2(0x2aa),'point':_0x394ff2(0x234),'percentage':'Pourcentage','lineType':{'line':_0x394ff2(0x278),'smooth':_0x394ff2(0x2af),'step':_0x394ff2(0x219)},'stackType':{'stack':_0x394ff2(0x27d),'percent':_0x394ff2(0x266)},'lineDashType':_0x394ff2(0x275),'dashType':{'solid':_0x394ff2(0x205),'dash':_0x394ff2(0x29b),'dot':_0x394ff2(0x2be)},'color':_0x394ff2(0x20f),'gridlines':{'majorGridlines':_0x394ff2(0x21f),'text':_0x394ff2(0x2a2)},'ticks':{'majorTick':_0x394ff2(0x215),'tickPosition':'Position\x20des\x20graduations','tickLength':_0x394ff2(0x2c5)},'none':'Aucun','theIndexItem':_0x394ff2(0x2ae),'seriesDefaultName':_0x394ff2(0x280),'categoryDefaultName':'Catégorie\x20{0}','styleEditPanel':{'showLabels':'Afficher\x20les\x20étiquettes','showDataLabels':_0x394ff2(0x21c),'padAngle':'Angle\x20de\x20remplissage\x20des\x20étiquettes','halfPie':_0x394ff2(0x246),'rosePie':_0x394ff2(0x255),'pieValScale':_0x394ff2(0x292),'pieValSuffix':'Suffixe\x20de\x20valeur\x20du\x20camembert','pieDigitalFixed':_0x394ff2(0x254),'showLabelLine':'Afficher\x20la\x20ligne\x20des\x20étiquettes','reverseAxisOrder':_0x394ff2(0x28a),'showAxisLine':_0x394ff2(0x24d),'labelPosition':_0x394ff2(0x2c0),'labelText':_0x394ff2(0x25f),'repeatWordCould':_0x394ff2(0x2bc),'gap':'Écart','useAbsValue':_0x394ff2(0x277),'labelRotate':_0x394ff2(0x262),'wordCloudShape':_0x394ff2(0x1ef),'useDateAxis':_0x394ff2(0x1e7),'dateAxisTips':'L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date'},'doughnutHole':_0x394ff2(0x263),'radar':{'fill':_0x394ff2(0x1fb)},'msg':{'invalidSource':_0x394ff2(0x1f3),'emptyTips':_0x394ff2(0x28f),'sankeyCircularTips':'Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires'},'cloud':{'title':_0x394ff2(0x206),'word':_0x394ff2(0x1f1),'frequency':'Fréquence'},'trendline':{'name':_0x394ff2(0x20d),'displayName':_0x394ff2(0x24c),'addTrendLine':_0x394ff2(0x264),'trendlineType':_0x394ff2(0x209),'trendlineName':_0x394ff2(0x24c),'trendlineColor':_0x394ff2(0x247),'trendlineThickness':_0x394ff2(0x21e),'trendlineDashType':_0x394ff2(0x253),'exp':_0x394ff2(0x29e),'linear':_0x394ff2(0x2a1),'log':_0x394ff2(0x226),'pow':_0x394ff2(0x201),'movingAvg':_0x394ff2(0x2a4),'poly':_0x394ff2(0x270),'order':_0x394ff2(0x241),'period':_0x394ff2(0x230),'showFormula':_0x394ff2(0x26f),'showR2':_0x394ff2(0x242),'formula':'Formule','r2':_0x394ff2(0x279)},'bubble':{'xAxis':'Axe\x20X','yAxis':_0x394ff2(0x22e),'size':_0x394ff2(0x287),'label':_0x394ff2(0x2b4),'emptyTips':_0x394ff2(0x252)},'relation':{'title':'Graphique\x20de\x20relations','auto':'Auto','circular':'Circulaire','force':_0x394ff2(0x210),'useValueAsSymbolSize':_0x394ff2(0x1fe),'layoutType':_0x394ff2(0x22d),'forceOptions':_0x394ff2(0x1f0),'repulsion':_0x394ff2(0x23b),'gravity':_0x394ff2(0x233),'edgeLength':_0x394ff2(0x27c),'rotateLabel':_0x394ff2(0x1ff),'emphasis':_0x394ff2(0x293),'emptyTips':_0x394ff2(0x297)},'waterfall':{'stackType':_0x394ff2(0x23d),'arrangement':_0x394ff2(0x224),'stacked':_0x394ff2(0x284),'positive':_0x394ff2(0x245),'negative':_0x394ff2(0x25c),'subtotal':'Sous-total','showSubtotal':'Afficher\x20le\x20sous-total','positiveStyle':'Style\x20positif','negativeStyle':_0x394ff2(0x2ab),'subtotalStyle':_0x394ff2(0x251),'positiveLegendText':_0x394ff2(0x227),'negativeLegendText':_0x394ff2(0x1f2),'subtotalLegendText':_0x394ff2(0x26a)},'pareto':{'lineName':'Pourcentage\x20Cumulé','lineSeries':_0x394ff2(0x260),'barSeries':'Série\x20de\x20Diagramme\x20en\x20Barres'},'visualMapScope':_0x394ff2(0x23c),'boxplot':{'min':_0x394ff2(0x273),'q1':_0x394ff2(0x2ba),'median':_0x394ff2(0x290),'q3':'Troisième\x20quartile','max':_0x394ff2(0x28d)},'chartTypes':{'line':_0x394ff2(0x26e),'area':'Graphique\x20en\x20aires','areaStacked':_0x394ff2(0x212),'areaPercentStacked':_0x394ff2(0x267),'column':_0x394ff2(0x223),'bar':_0x394ff2(0x211),'barStacked':_0x394ff2(0x259),'barPercentStacked':_0x394ff2(0x24a),'pie':_0x394ff2(0x203),'donut':_0x394ff2(0x202),'scatter':'Graphique\x20de\x20dispersion','radar':_0x394ff2(0x220),'bubble':_0x394ff2(0x1f8),'stock':_0x394ff2(0x289),'combination':_0x394ff2(0x207),'wordCloud':_0x394ff2(0x23f),'funnel':_0x394ff2(0x238),'relation':'Graphique\x20de\x20relation','waterfall':_0x394ff2(0x28b),'pareto':'Graphique\x20de\x20Pareto','sankey':_0x394ff2(0x2a6),'heatmap':_0x394ff2(0x1fc),'boxplot':_0x394ff2(0x288)},'dialog':{'numfmt':{'general':_0x394ff2(0x27f),'accounting':_0x394ff2(0x23a),'currency':_0x394ff2(0x296),'date':_0x394ff2(0x2c3),'thousandthPercentile':'Milleième','fieldSetting':_0x394ff2(0x2b1),'formatTypes':_0x394ff2(0x2ac),'confirm':'OK','cancel':_0x394ff2(0x29a),'generalDesc':_0x394ff2(0x1eb),'accountingDesc':_0x394ff2(0x1e6),'currencyDesc':_0x394ff2(0x2c6),'dateDesc':_0x394ff2(0x222),'thousandthPercentileDesc':_0x394ff2(0x1e9),'decimalPlaces':_0x394ff2(0x1f9),'currencyTypes':'Types\x20de\x20devises','negativeNumberTypes':'Types\x20de\x20nombres\x20négatifs','dateTypes':_0x394ff2(0x232)},'setFormat':_0x394ff2(0x235)}}};}));
@@ -1 +1 @@
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
+ function _0x646e(_0x22f10c,_0x2d0a6d){_0x22f10c=_0x22f10c-0x9d;var _0x1482f8=_0x1482();var _0x646e44=_0x1482f8[_0x22f10c];return _0x646e44;}(function(_0x11cf48,_0x18b888){var _0x4065e3=_0x646e,_0x3b4ac0=_0x11cf48();while(!![]){try{var _0x3d95f9=parseInt(_0x4065e3(0x167))/0x1*(parseInt(_0x4065e3(0xe1))/0x2)+-parseInt(_0x4065e3(0xcd))/0x3*(-parseInt(_0x4065e3(0xd1))/0x4)+-parseInt(_0x4065e3(0x128))/0x5*(parseInt(_0x4065e3(0x148))/0x6)+-parseInt(_0x4065e3(0x11d))/0x7+parseInt(_0x4065e3(0x125))/0x8*(-parseInt(_0x4065e3(0xa9))/0x9)+-parseInt(_0x4065e3(0x14f))/0xa+-parseInt(_0x4065e3(0x11e))/0xb*(-parseInt(_0x4065e3(0x129))/0xc);if(_0x3d95f9===_0x18b888)break;else _0x3b4ac0['push'](_0x3b4ac0['shift']());}catch(_0x3a710f){_0x3b4ac0['push'](_0x3b4ac0['shift']());}}}(_0x1482,0x4f7d7),function(_0x1b67fa,_0x1e3801){var _0x1cdcb3=_0x646e;typeof exports==_0x1cdcb3(0xe6)&&typeof module<'u'?module['exports']=_0x1e3801():typeof define==_0x1cdcb3(0x156)&&define[_0x1cdcb3(0x137)]?define([],_0x1e3801):(_0x1b67fa=typeof globalThis<'u'?globalThis:_0x1b67fa||self,_0x1b67fa[_0x1cdcb3(0xe0)]=_0x1e3801());}(this,function(){var _0x55d536=_0x646e;return{'sheets-chart-ui':{'permission':{'editErr':_0x55d536(0xc5)},'insertChart':'Sisipkan\x20grafik','editChart':'Editor\x20grafik','openChartPanel':_0x55d536(0xed),'deleteChart':_0x55d536(0xd4),'hideChartPanel':'Sembunyikan\x20panel\x20grafik','setupChart':_0x55d536(0xeb),'customChart':_0x55d536(0x140),'default':_0x55d536(0x159),'reset':'Atur\x20ulang','chartType':_0x55d536(0x158),'themes':'Tema','dataRange':_0x55d536(0xfa),'stack':_0x55d536(0xcf),'category':_0x55d536(0x132),'aggregate':_0x55d536(0x166),'allSeries':'Semua\x20seri','series':_0x55d536(0xdd),'addSeries':_0x55d536(0x144),'moreSettings':_0x55d536(0x12f),'min':_0x55d536(0x160),'max':_0x55d536(0x15e),'invalidType':{'gaps':'celah','zero':_0x55d536(0x10a),'connectDataPointsWithStraightLines':'Hubungkan\x20titik\x20data\x20dengan\x20garis\x20lurus'},'blank':_0x55d536(0x112),'seriesBlock':{'format':_0x55d536(0x150),'dataPointStyle':_0x55d536(0xb3)},'backgroundColor':'Warna\x20latar\x20belakang','chartBorderColor':'Warna\x20batas\x20grafik','titles':{'title':_0x55d536(0xfe),'mainTitle':'Judul\x20utama','subTitle':_0x55d536(0x123),'xAxisTitle':_0x55d536(0xf2),'yAxisTitle':_0x55d536(0x15c),'rightYAxisTitle':_0x55d536(0x14a),'titleFormat':_0x55d536(0xe5),'titleText':'Teks\x20judul','titlePosition':_0x55d536(0xec),'titleAlign':'Perataan\x20judul\x20sumbu'},'axisPositionType':{'start':_0x55d536(0x118),'center':'Tengah','end':'Akhir'},'gradientFill':'Isian\x20gradasi','settingsLabels':{'switchToRowOrColumn':_0x55d536(0xe9),'useAsCategoryLabels':_0x55d536(0x168),'showEmptyCellsAs':_0x55d536(0xae)},'positionType':{'auto':_0x55d536(0x130),'inside':_0x55d536(0xd7),'outside':'Di\x20luar','top':'Atas','bottom':_0x55d536(0x114),'left':_0x55d536(0xa5),'right':'Kanan','hide':_0x55d536(0xef)},'align':{'left':_0x55d536(0xa5),'center':_0x55d536(0xc7),'right':_0x55d536(0x151)},'alignY':{'top':_0x55d536(0xb0),'middle':_0x55d536(0xc7),'bottom':_0x55d536(0x114)},'chartStyle':'Gaya\x20grafik','chartAndAxisTitles':'Judul\x20grafik\x20dan\x20sumbu','legend':'Legenda','legendSelectMode':'Mode\x20pilih\x20legenda','legendSelectModeType':{'single':_0x55d536(0x9d),'multiple':_0x55d536(0xd5),'close':_0x55d536(0xd0)},'legendVisualMapType':{'continuous':_0x55d536(0x12e),'piecewise':_0x55d536(0xb7)},'axes':{'axis':_0x55d536(0x14e),'axisOptions':_0x55d536(0x12c),'horizontalAxis':_0x55d536(0x117),'verticalAxis':_0x55d536(0xee),'rightVerticalAxis':_0x55d536(0xc0),'leftAxis':_0x55d536(0x131),'rightAxis':_0x55d536(0x14b),'useRightAxis':_0x55d536(0xe2)},'position':_0x55d536(0xaa),'dataLabels':_0x55d536(0x11b),'gridlinesAndTicks':_0x55d536(0xdb),'indicatorLine':_0x55d536(0xd8),'indicatorLineType':'Jenis\x20garis\x20indikator','indicatorLineColor':_0x55d536(0x115),'indicatorLabel':'Label\x20indikator','indicatorValue':_0x55d536(0xc1),'shape':{'polygon':'Poligon','circle':'Lingkaran','square':_0x55d536(0x102),'triangle':_0x55d536(0x116),'diamond':'Wajik','rect':_0x55d536(0xbe),'roundRect':_0x55d536(0x147),'pin':_0x55d536(0x10d),'arrow':_0x55d536(0x120),'none':_0x55d536(0x14d),'emptyCircle':_0x55d536(0xf7),'emptySquare':_0x55d536(0xa7),'emptyTriangle':_0x55d536(0x133),'emptyDiamond':_0x55d536(0x122),'emptyRect':'Persegi\x20panjang\x20kosong','emptyRoundRect':_0x55d536(0x163),'emptyPin':_0x55d536(0x13f),'emptyArrow':_0x55d536(0x161)},'border':_0x55d536(0xfd),'value':_0x55d536(0xfc),'fill':_0x55d536(0xbb),'line':_0x55d536(0x153),'withOpacity':_0x55d536(0x12d),'withColor':'{0}\x20dengan\x20warna','withThickness':_0x55d536(0x139),'withType':_0x55d536(0xa0),'withSize':_0x55d536(0xa1),'withShape':_0x55d536(0x11f),'withFormat':_0x55d536(0x142),'dataPoint':_0x55d536(0x124),'dataNodeShape':_0x55d536(0x14c),'addDataPoint':'Tambah\x20titik\x20data','point':'Titik','percentage':'Persentase','lineType':{'line':'Garis','smooth':_0x55d536(0x12b),'step':_0x55d536(0x146)},'stackType':{'stack':_0x55d536(0xcf),'percent':_0x55d536(0x16a)},'lineDashType':_0x55d536(0xac),'dashType':{'solid':'Padat','dash':_0x55d536(0x169),'dot':_0x55d536(0xbf)},'color':'Warna','gridlines':{'majorGridlines':_0x55d536(0x15f),'text':_0x55d536(0xf9)},'ticks':{'majorTick':_0x55d536(0x15b),'tickPosition':'Posisi\x20tanda\x20centang','tickLength':_0x55d536(0xb1)},'none':'Tidak\x20ada','theIndexItem':_0x55d536(0x13c),'seriesDefaultName':_0x55d536(0x12a),'categoryDefaultName':_0x55d536(0xb8),'styleEditPanel':{'showLabels':'Tampilkan\x20label','showDataLabels':_0x55d536(0x154),'padAngle':_0x55d536(0xd3),'halfPie':_0x55d536(0xf5),'rosePie':_0x55d536(0x126),'pieValScale':'Skala\x20nilai','pieValSuffix':_0x55d536(0xaf),'pieDigitalFixed':_0x55d536(0x104),'showLabelLine':_0x55d536(0x164),'reverseAxisOrder':_0x55d536(0x165),'showAxisLine':_0x55d536(0x10c),'labelPosition':_0x55d536(0x149),'labelText':_0x55d536(0xc9),'repeatWordCould':_0x55d536(0xf4),'gap':_0x55d536(0x108),'useAbsValue':_0x55d536(0x107),'labelRotate':_0x55d536(0xf3),'wordCloudShape':_0x55d536(0x9f),'useDateAxis':_0x55d536(0x11c),'dateAxisTips':_0x55d536(0xf1)},'doughnutHole':'Lubang\x20donat','radar':{'fill':'Isian'},'msg':{'invalidSource':'Sumber\x20data\x20grafik\x20harus\x20lebih\x20dari\x201\x20baris\x20dan\x201\x20kolom.','emptyTips':'Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','sankeyCircularTips':_0x55d536(0xc3)},'cloud':{'title':_0x55d536(0xa4),'word':_0x55d536(0xab),'frequency':'Frekuensi'},'trendline':{'name':_0x55d536(0xb2),'displayName':'Nama\x20garis\x20tren','addTrendLine':_0x55d536(0x157),'trendlineType':'Jenis\x20garis\x20tren','trendlineName':_0x55d536(0xbc),'trendlineColor':'Warna\x20garis\x20tren','trendlineThickness':_0x55d536(0x15a),'trendlineDashType':'Jenis\x20garis\x20putus-putus\x20garis\x20tren','exp':_0x55d536(0xca),'linear':_0x55d536(0x113),'log':'Logaritmik','pow':_0x55d536(0x103),'movingAvg':_0x55d536(0x13a),'poly':'Polinomial','order':_0x55d536(0x105),'period':_0x55d536(0x100),'showFormula':_0x55d536(0xba),'showR2':_0x55d536(0xad),'formula':_0x55d536(0x101),'r2':_0x55d536(0x110)},'bubble':{'xAxis':_0x55d536(0x138),'yAxis':'Sumbu\x20Y','size':_0x55d536(0xe7),'label':_0x55d536(0x152),'emptyTips':_0x55d536(0x109)},'relation':{'title':_0x55d536(0x162),'auto':_0x55d536(0x130),'circular':_0x55d536(0xd9),'force':_0x55d536(0xf8),'useValueAsSymbolSize':_0x55d536(0x111),'layoutType':_0x55d536(0x11a),'forceOptions':'Opsi\x20arah\x20gaya','repulsion':_0x55d536(0x141),'gravity':_0x55d536(0x119),'edgeLength':_0x55d536(0xde),'rotateLabel':_0x55d536(0xf3),'emphasis':'Aktifkan\x20efek\x20fade-in\x20pilihan','emptyTips':'Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua'},'waterfall':{'stackType':_0x55d536(0x134),'arrangement':'Sekuensial','stacked':_0x55d536(0xce),'positive':'Positif','negative':_0x55d536(0x15d),'subtotal':_0x55d536(0xfb),'showSubtotal':_0x55d536(0xc8),'positiveStyle':_0x55d536(0xea),'negativeStyle':_0x55d536(0x10b),'subtotalStyle':_0x55d536(0x145),'positiveLegendText':'Teks\x20Legenda\x20Positif','negativeLegendText':_0x55d536(0xb6),'subtotalLegendText':_0x55d536(0xb9)},'pareto':{'lineName':_0x55d536(0xa6),'lineSeries':_0x55d536(0x136),'barSeries':_0x55d536(0xd2)},'visualMapScope':'Cakupan\x20peta\x20visual','boxplot':{'min':_0x55d536(0xe8),'q1':_0x55d536(0x106),'median':_0x55d536(0xb4),'q3':_0x55d536(0xa3),'max':_0x55d536(0xcb)},'chartTypes':{'line':_0x55d536(0xdf),'area':_0x55d536(0x13e),'areaStacked':'Grafik\x20area\x20bertumpuk','areaPercentStacked':_0x55d536(0xa2),'column':_0x55d536(0xf6),'bar':'Grafik\x20batang','barStacked':_0x55d536(0x9e),'barPercentStacked':_0x55d536(0xc2),'pie':'Grafik\x20pai','donut':'Grafik\x20donat','scatter':_0x55d536(0xf0),'radar':_0x55d536(0x155),'bubble':_0x55d536(0x121),'stock':_0x55d536(0xe4),'combination':'Grafik\x20kombinasi','wordCloud':_0x55d536(0xc6),'funnel':_0x55d536(0xa8),'relation':_0x55d536(0x162),'waterfall':'Grafik\x20air\x20terjun','pareto':_0x55d536(0x10e),'sankey':'Grafik\x20Sankey','heatmap':_0x55d536(0x135),'boxplot':_0x55d536(0xe3)},'dialog':{'numfmt':{'general':_0x55d536(0xff),'accounting':'Akuntansi','currency':_0x55d536(0xc4),'date':_0x55d536(0xcc),'thousandthPercentile':_0x55d536(0xd6),'fieldSetting':_0x55d536(0xb5),'formatTypes':_0x55d536(0xda),'confirm':'OK','cancel':'Batal','generalDesc':_0x55d536(0xbd),'accountingDesc':'Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','currencyDesc':_0x55d536(0x13d),'dateDesc':_0x55d536(0xdc),'thousandthPercentileDesc':_0x55d536(0x127),'decimalPlaces':'Tempat\x20Desimal','currencyTypes':'Jenis\x20Mata\x20Uang','negativeNumberTypes':_0x55d536(0x10f),'dateTypes':_0x55d536(0x143)},'setFormat':_0x55d536(0x13b)}}};}));function _0x1482(){var _0x3e988b=['Rata-rata\x20bergerak','Atur\x20format\x20label','Item\x20ke-{0}','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','Grafik\x20area','Pin\x20kosong','Kustomisasi','Tolakan','{0}\x20dengan\x20format','Jenis\x20Tanggal','Tambah\x20seri','Gaya\x20Subtotal','Langkah','Persegi\x20panjang\x20membulat','83172InsUWn','Posisi\x20label','Judul\x20sumbu\x20Y\x20kanan','Sumbu\x20kanan','Bentuk\x20simpul\x20data','Tidak\x20ada','Sumbu','5049270qqivrM','Format','Kanan','Label\x20gelembung','Garis','Tampilkan\x20label\x20data','Grafik\x20radar','function','Tambah\x20garis\x20tren','Jenis\x20grafik','Default','Ketebalan\x20garis\x20tren','Tanda\x20centang\x20utama','Judul\x20sumbu\x20Y','Negatif','Maks','Garis\x20kisi\x20utama','Min','Panah\x20kosong','Grafik\x20relasi','Persegi\x20panjang\x20membulat\x20kosong','Tampilkan\x20garis\x20label','Balikkan\x20urutan\x20sumbu','Agregat','883MVsJbz','Gunakan\x20{0}\x20sebagai\x20kategori','Putus-putus','Tumpuk\x20persen','Tunggal','Grafik\x20batang\x20bertumpuk','Bentuk\x20awan\x20kata','{0}\x20dengan\x20jenis','{0}\x20dengan\x20ukuran','Grafik\x20area\x20tumpuk\x20persen','Kuartal\x20ketiga','Awan\x20kata','Kiri','Persentase\x20Kumulatif','Persegi\x20kosong','Grafik\x20corong','1737tDAKxQ','Posisi','Kata','Jenis\x20garis\x20putus-putus','Tampilkan\x20R\x20kuadrat','Tampilkan\x20sel\x20kosong\x20sebagai','Akhiran\x20nilai','Atas','Panjang\x20tanda\x20centang','Garis\x20tren','Gaya\x20titik\x20data','Median','Pengaturan\x20Bidang','Teks\x20Legenda\x20Negatif','Berdasarkan\x20bagian','Kategori\x20{0}','Teks\x20Legenda\x20Subtotal','Tampilkan\x20rumus','Isian','Nama\x20garis\x20tren','Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','Persegi\x20panjang','Titik','Sumbu\x20vertikal\x20kanan','Nilai\x20indikator','Grafik\x20batang\x20tumpuk\x20persen','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Mata\x20uang','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.','Grafik\x20awan\x20kata','Tengah','Tampilkan\x20Subtotal','Teks\x20label','Eksponensial','Maksimum','Tanggal','618216fnzUDO','Ditumpuk','Tumpuk','Tutup','8uimUhH','Seri\x20Grafik\x20Batang','Sudut\x20padding\x20label','Hapus\x20grafik','Ganda','Persentil\x20Ribuan','Di\x20dalam','Garis\x20indikator','Melingkar','Jenis\x20Format','Garis\x20kisi\x20dan\x20tanda\x20centang','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Seri','Jarak\x20simpul','Grafik\x20garis','UniverProSheetsChartUiIdID','118iiemgE','Gunakan\x20sumbu\x20kanan','Grafik\x20boxplot','Grafik\x20saham','Format\x20judul','object','Ukuran\x20gelembung','Minimum','Beralih\x20ke\x20baris/kolom','Gaya\x20Positif','Pengaturan','Posisi\x20judul','Buka\x20panel\x20grafik','Sumbu\x20vertikal','Sembunyikan','Grafik\x20sebar','Sumbu\x20tanggal\x20hanya\x20tersedia\x20ketika\x20semua\x20data\x20dalam\x20format\x20tanggal','Judul\x20sumbu\x20X','Putar\x20label','Ulangi\x20awan\x20kata','Setengah\x20pai','Grafik\x20kolom','Lingkaran\x20kosong','Arahkan\x20dengan\x20gaya','Garis\x20kisi','Rentang\x20data','Subtotal','Nilai','Batas','Judul','Umum','Periode\x20rata-rata\x20bergerak','Rumus','Persegi','Pangkat','Digital\x20tetap','Urutan\x20polinomial','Kuartal\x20pertama','Gunakan\x20nilai\x20absolut','Celah','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','nol','Gaya\x20Negatif','Tampilkan\x20garis\x20sumbu','Pin','Grafik\x20Pareto','Jenis\x20Angka\x20Negatif','R\x20kuadrat','Gunakan\x20nilai\x20sebagai\x20ukuran\x20simpul','(Kosong)','Linear','Bawah','Warna\x20garis\x20indikator','Segitiga','Sumbu\x20horizontal','Awal','Gravitasi','Jenis\x20tata\x20letak','Label\x20data','Gunakan\x20sumbu\x20tanggal','2601900FTTtxj','1936yFDbdr','{0}\x20dengan\x20bentuk','Panah','Grafik\x20gelembung','Wajik\x20kosong','Sub\x20judul','Titik\x20data','25448DSwrMQ','Pai\x20mawar','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','195kQnuMg','129036IpcBzX','Seri\x20{0}','Halus','Opsi\x20sumbu','{0}\x20dengan\x20opacity','Kontinu','Pengaturan\x20lebih\x20lanjut','Otomatis','Sumbu\x20kiri','Kategori','Segitiga\x20kosong','Jenis\x20tumpuk','Peta\x20panas','Seri\x20Persentase\x20Kumulatif','amd','Sumbu\x20X','{0}\x20dengan\x20ketebalan'];_0x1482=function(){return _0x3e988b;};return _0x1482();}
@@ -1 +1 @@
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
+ function _0x5a64(_0x23b15c,_0xa50648){_0x23b15c=_0x23b15c-0x168;var _0x5dc677=_0x5dc6();var _0x5a6499=_0x5dc677[_0x23b15c];return _0x5a6499;}function _0x5dc6(){var _0x50ed4d=['Usa\x20valore\x20assoluto','Liscia','La\x20fonte\x20dati\x20del\x20grafico\x20deve\x20avere\x20più\x20di\x201\x20riga\x20e\x201\x20colonna.','Posizione\x20etichetta','{0}\x20con\x20tipo','Tratteggiata','Tipo\x20impilamento','Etichetta\x20bolla','Mappa\x20di\x20calore','Percentuale','14FXfhTD','Grafico\x20a\x20torta','Grafico\x20a\x20cascata','Tipo\x20layout','Grafico\x20azionario','Asse\x20destro','Grafico\x20a\x20barre\x20impilato','Poligono','Inserisci\x20grafico','Primo\x20quartile','Mostra\x20formula','3Gjkuhg','Titolo\x20principale','Contabilità','Testo\x20legenda\x20subtotale','Suffisso\x20valore','Editor\x20grafico','687984mbAgqW','Valuta','Grafico\x20ad\x20area\x20impilato\x20percentuale','Grafico\x20a\x20colonne','Positivo','function','Mostra\x20subtotale','Massimo','Repulsione','Parola','Ruota\x20etichetta','Chiudi','63412ppjezW','Linea','Il\x20formato\x20generale\x20non\x20contiene\x20alcun\x20formato\x20numerico\x20specifico.','Valore','Inferiore','Sequenziale','Aggrega','Bordo','Colore','{0}\x20con\x20spessore','Nessuno','Linea\x20indicatore','Triangolo\x20vuoto','Colore\x20linea\x20di\x20tendenza','Rettangolo\x20arrotondato','Usa\x20valore\x20come\x20dimensione\x20nodo','Serie','Testo\x20legenda\x20negativo','Il\x20formato\x20contabilità\x20allinea\x20i\x20simboli\x20di\x20valuta\x20e\x20i\x20punti\x20decimali\x20in\x20una\x20colonna.','Impila\x20percentuale','Usa\x20asse\x20data','Mezza\x20torta','Intervallo\x20dati','19730qlmsev','Usa\x20asse\x20destro','11VxcEQi','Nascondi\x20pannello\x20grafico','Spillo','Testo\x20titolo','Colore\x20sfondo','Grafico\x20combinato','Continua','Quadrato\x20vuoto','Stile\x20grafico','{0}\x20con\x20opacità','Ambito\x20mappa\x20visiva','Inverti\x20ordine\x20asse','object','Tipo\x20tratteggio\x20linea\x20di\x20tendenza','Linee\x20griglia\x20principali','Lineare','Imposta\x20formato\x20etichetta','Segno\x20di\x20graduazione\x20principale','Singola','Tipi\x20formato','4151964npPOIh','Tipi\x20di\x20data','Grafico\x20a\x20bolle','Percentuale\x20cumulativa','Apri\x20pannello\x20grafico','Min','Opzioni\x20forza-diretta','Punteggiata','Frequenza','amd','Superiore','Rotazione\x20etichetta','Etichette\x20dati','UniverProSheetsChartUiItIT','Opzioni\x20asse','Cerchio','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Sottotitolo','Stile\x20positivo','Nascondi','Max','Modalità\x20selezione\x20legenda','Periodo\x20media\x20mobile','Titolo\x20asse\x20Y\x20destro','Diamante\x20vuoto','Fine','Formula','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Posizione\x20titolo','Linee\x20griglia\x20e\x20segni\x20di\x20graduazione','Mostra\x20etichette','Diamante','Grafico\x20nuvola\x20di\x20parole','Sinistra','Grafico\x20a\x20imbuto','A\x20gradini','Interno','Distanza\x20nodi','Inizio','Grafico\x20radar','Mediana','Potenza','Grafico\x20a\x20barre','Ordine\x20polinomiale','Automatico','Mostra\x20celle\x20vuote\x20come','Posizione\x20segno\x20di\x20graduazione','Cifre\x20decimali\x20fisse','3789896AIvNle','Riempimento\x20gradiente','Spillo\x20vuoto','Freccia\x20vuota','Connetti\x20punti\x20dati\x20con\x20linee\x20rette','Aggiungi\x20punto\x20dati','Forma\x20nuvola\x20di\x20parole','R\x20quadro','81YpuYDO','Asse\x20orizzontale','Punto\x20dati','Media\x20mobile','Testo\x20legenda\x20positivo','Titolo','zero','Logaritmica','Tipo\x20linea\x20di\x20tendenza','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Centro','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','Formato\x20titolo','{0}\x20con\x20formato','Forma\x20nodo\x20dati','Aggiungi\x20linea\x20di\x20tendenza','Titoli\x20grafico\x20e\x20assi','(Vuoto)','85IpJIKl','Tipo\x20linea\x20indicatore','Allineamento\x20titolo\x20asse','Rettangolo\x20arrotondato\x20vuoto','Titolo\x20asse\x20Y','Rettangolo','4517492QrYOIU','Grafico\x20delle\x20relazioni','Asse','Abilita\x20effetto\x20dissolvenza\x20selezione','Serie\x20{0}','Il\x20formato\x20valuta\x20è\x20usato\x20per\x20valori\x20monetari\x20generali,\x20il\x20formato\x20contabilità\x20allinea\x20i\x20punti\x20decimali\x20in\x20una\x20colonna\x20di\x20valori.','Aggiungi\x20serie','Asse\x20sinistro','Data','Personalizza','Il\x20formato\x20data\x20visualizza\x20i\x20numeri\x20seriali\x20di\x20data\x20e\x20ora\x20come\x20valori\x20di\x20data.','Destra','Polinomiale','Cifre\x20decimali','Riempimento','L\x27asse\x20data\x20è\x20disponibile\x20solo\x20quando\x20tutti\x20i\x20dati\x20sono\x20in\x20formato\x20data','Mostra\x20R\x20quadro','Asse\x20verticale\x20destro','Temi','Circolare','Box\x20plot','Nome\x20linea\x20di\x20tendenza','Tipi\x20di\x20numeri\x20negativi','Ripeti\x20nuvola\x20di\x20parole','{0}\x20con\x20forma','Subtotale','Reimposta','A\x20tratti','Angolo\x20spaziatura\x20etichetta','Il\x20formato\x20percentile\x20millesimo\x20è\x20usato\x20per\x20numeri\x20generali,\x20i\x20formati\x20valuta\x20e\x20contabilità\x20forniscono\x20formati\x20specializzati\x20per\x20valori\x20monetari.','Spazio','Linea\x20di\x20tendenza','Freccia','Quadrato','Passa\x20a\x20riga/colonna','Tutte\x20le\x20serie','21564aQcKEc','Grafico\x20a\x20dispersione','Impila','Impostazioni\x20campo'];_0x5dc6=function(){return _0x50ed4d;};return _0x5dc6();}(function(_0x1648df,_0x4ab270){var _0x5ebf07=_0x5a64,_0x161544=_0x1648df();while(!![]){try{var _0x15fdb5=parseInt(_0x5ebf07(0x168))/0x1*(parseInt(_0x5ebf07(0x185))/0x2)+-parseInt(_0x5ebf07(0x173))/0x3*(parseInt(_0x5ebf07(0x1e2))/0x4)+parseInt(_0x5ebf07(0x1fc))/0x5*(parseInt(_0x5ebf07(0x226))/0x6)+parseInt(_0x5ebf07(0x202))/0x7+-parseInt(_0x5ebf07(0x179))/0x8+parseInt(_0x5ebf07(0x1ea))/0x9*(parseInt(_0x5ebf07(0x19c))/0xa)+parseInt(_0x5ebf07(0x19e))/0xb*(parseInt(_0x5ebf07(0x1b2))/0xc);if(_0x15fdb5===_0x4ab270)break;else _0x161544['push'](_0x161544['shift']());}catch(_0x10b876){_0x161544['push'](_0x161544['shift']());}}}(_0x5dc6,0x7556c),function(_0x98d9eb,_0x5ed626){var _0x3a02b4=_0x5a64;typeof exports==_0x3a02b4(0x1aa)&&typeof module<'u'?module['exports']=_0x5ed626():typeof define==_0x3a02b4(0x17e)&&define[_0x3a02b4(0x1bb)]?define([],_0x5ed626):(_0x98d9eb=typeof globalThis<'u'?globalThis:_0x98d9eb||self,_0x98d9eb[_0x3a02b4(0x1bf)]=_0x5ed626());}(this,function(){var _0x129224=_0x5a64;return{'sheets-chart-ui':{'permission':{'editErr':_0x129224(0x1c2)},'insertChart':_0x129224(0x170),'editChart':_0x129224(0x178),'openChartPanel':_0x129224(0x1b6),'deleteChart':'Elimina\x20grafico','hideChartPanel':_0x129224(0x19f),'setupChart':'Configura','customChart':_0x129224(0x20b),'default':'Predefinito','reset':_0x129224(0x21c),'chartType':'Tipo\x20di\x20grafico','themes':_0x129224(0x214),'dataRange':_0x129224(0x19b),'stack':_0x129224(0x228),'category':'Categoria','aggregate':_0x129224(0x18b),'allSeries':_0x129224(0x225),'series':_0x129224(0x195),'addSeries':_0x129224(0x208),'moreSettings':'Altre\x20impostazioni','min':_0x129224(0x1b7),'max':_0x129224(0x1c6),'invalidType':{'gaps':'vuoti','zero':_0x129224(0x1f0),'connectDataPointsWithStraightLines':_0x129224(0x1e6)},'blank':_0x129224(0x1fb),'seriesBlock':{'format':'Formato','dataPointStyle':'Stile\x20punto\x20dati'},'backgroundColor':_0x129224(0x1a2),'chartBorderColor':'Colore\x20bordo\x20grafico','titles':{'title':_0x129224(0x1ef),'mainTitle':_0x129224(0x174),'subTitle':_0x129224(0x1c3),'xAxisTitle':'Titolo\x20asse\x20X','yAxisTitle':_0x129224(0x200),'rightYAxisTitle':_0x129224(0x1c9),'titleFormat':_0x129224(0x1f6),'titleText':_0x129224(0x1a1),'titlePosition':_0x129224(0x1ce),'titleAlign':_0x129224(0x1fe)},'axisPositionType':{'start':_0x129224(0x1d8),'center':'Centro','end':_0x129224(0x1cb)},'gradientFill':_0x129224(0x1e3),'settingsLabels':{'switchToRowOrColumn':_0x129224(0x224),'useAsCategoryLabels':'Usa\x20{0}\x20come\x20categoria','showEmptyCellsAs':_0x129224(0x1df)},'positionType':{'auto':_0x129224(0x1de),'inside':_0x129224(0x1d6),'outside':'Esterno','top':_0x129224(0x1bc),'bottom':_0x129224(0x189),'left':_0x129224(0x1d3),'right':_0x129224(0x20d),'hide':_0x129224(0x1c5)},'align':{'left':_0x129224(0x1d3),'center':_0x129224(0x1f4),'right':_0x129224(0x20d)},'alignY':{'top':_0x129224(0x1bc),'middle':'Centrale','bottom':_0x129224(0x189)},'chartStyle':_0x129224(0x1a6),'chartAndAxisTitles':_0x129224(0x1fa),'legend':'Legenda','legendSelectMode':_0x129224(0x1c7),'legendSelectModeType':{'single':_0x129224(0x1b0),'multiple':'Multipla','close':_0x129224(0x184)},'legendVisualMapType':{'continuous':_0x129224(0x1a4),'piecewise':_0x129224(0x21d)},'axes':{'axis':_0x129224(0x204),'axisOptions':_0x129224(0x1c0),'horizontalAxis':_0x129224(0x1eb),'verticalAxis':'Asse\x20verticale','rightVerticalAxis':_0x129224(0x213),'leftAxis':_0x129224(0x209),'rightAxis':_0x129224(0x16d),'useRightAxis':_0x129224(0x19d)},'position':'Posizione','dataLabels':_0x129224(0x1be),'gridlinesAndTicks':_0x129224(0x1cf),'indicatorLine':_0x129224(0x190),'indicatorLineType':_0x129224(0x1fd),'indicatorLineColor':'Colore\x20linea\x20indicatore','indicatorLabel':'Etichetta\x20indicatore','indicatorValue':'Valore\x20indicatore','shape':{'polygon':_0x129224(0x16f),'circle':_0x129224(0x1c1),'square':_0x129224(0x223),'triangle':'Triangolo','diamond':_0x129224(0x1d1),'rect':_0x129224(0x201),'roundRect':_0x129224(0x193),'pin':_0x129224(0x1a0),'arrow':_0x129224(0x222),'none':_0x129224(0x18f),'emptyCircle':'Cerchio\x20vuoto','emptySquare':_0x129224(0x1a5),'emptyTriangle':_0x129224(0x191),'emptyDiamond':_0x129224(0x1ca),'emptyRect':'Rettangolo\x20vuoto','emptyRoundRect':_0x129224(0x1ff),'emptyPin':_0x129224(0x1e4),'emptyArrow':_0x129224(0x1e5)},'border':_0x129224(0x18c),'value':_0x129224(0x188),'fill':'Riempimento','line':'Linea','withOpacity':_0x129224(0x1a7),'withColor':'{0}\x20con\x20colore','withThickness':_0x129224(0x18e),'withType':_0x129224(0x22e),'withSize':'{0}\x20con\x20dimensione','withShape':_0x129224(0x21a),'withFormat':_0x129224(0x1f7),'dataPoint':_0x129224(0x1ec),'dataNodeShape':_0x129224(0x1f8),'addDataPoint':_0x129224(0x1e7),'point':'Punto','percentage':_0x129224(0x233),'lineType':{'line':_0x129224(0x186),'smooth':_0x129224(0x22b),'step':_0x129224(0x1d5)},'stackType':{'stack':_0x129224(0x228),'percent':_0x129224(0x198)},'lineDashType':'Tipo\x20tratteggio\x20linea','dashType':{'solid':_0x129224(0x1a4),'dash':_0x129224(0x22f),'dot':_0x129224(0x1b9)},'color':_0x129224(0x18d),'gridlines':{'majorGridlines':_0x129224(0x1ac),'text':'Linee\x20griglia'},'ticks':{'majorTick':_0x129224(0x1af),'tickPosition':_0x129224(0x1e0),'tickLength':'Lunghezza\x20segno\x20di\x20graduazione'},'none':_0x129224(0x18f),'theIndexItem':'L\x27elemento\x20{0}','seriesDefaultName':_0x129224(0x206),'categoryDefaultName':'Categoria\x20{0}','styleEditPanel':{'showLabels':_0x129224(0x1d0),'showDataLabels':'Mostra\x20etichette\x20dati','padAngle':_0x129224(0x21e),'halfPie':_0x129224(0x19a),'rosePie':'Torta\x20a\x20rosa','pieValScale':'Scala\x20valore','pieValSuffix':_0x129224(0x177),'pieDigitalFixed':_0x129224(0x1e1),'showLabelLine':'Mostra\x20linea\x20etichetta','reverseAxisOrder':_0x129224(0x1a9),'showAxisLine':'Mostra\x20linea\x20asse','labelPosition':_0x129224(0x22d),'labelText':'Testo\x20etichetta','repeatWordCould':_0x129224(0x219),'gap':_0x129224(0x220),'useAbsValue':_0x129224(0x22a),'labelRotate':_0x129224(0x1bd),'wordCloudShape':_0x129224(0x1e8),'useDateAxis':_0x129224(0x199),'dateAxisTips':_0x129224(0x211)},'doughnutHole':'Foro\x20ad\x20anello','radar':{'fill':_0x129224(0x210)},'msg':{'invalidSource':_0x129224(0x22c),'emptyTips':'Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','sankeyCircularTips':_0x129224(0x1cd)},'cloud':{'title':'Nuvola\x20di\x20parole','word':_0x129224(0x182),'frequency':_0x129224(0x1ba)},'trendline':{'name':_0x129224(0x221),'displayName':_0x129224(0x217),'addTrendLine':_0x129224(0x1f9),'trendlineType':_0x129224(0x1f2),'trendlineName':_0x129224(0x217),'trendlineColor':_0x129224(0x192),'trendlineThickness':'Spessore\x20linea\x20di\x20tendenza','trendlineDashType':_0x129224(0x1ab),'exp':'Esponenziale','linear':_0x129224(0x1ad),'log':_0x129224(0x1f1),'pow':_0x129224(0x1db),'movingAvg':_0x129224(0x1ed),'poly':_0x129224(0x20e),'order':_0x129224(0x1dd),'period':_0x129224(0x1c8),'showFormula':_0x129224(0x172),'showR2':_0x129224(0x212),'formula':_0x129224(0x1cc),'r2':_0x129224(0x1e9)},'bubble':{'xAxis':'Asse\x20X','yAxis':'Asse\x20Y','size':'Dimensione\x20bolla','label':_0x129224(0x231),'emptyTips':_0x129224(0x1f3)},'relation':{'title':_0x129224(0x203),'auto':'Automatico','circular':_0x129224(0x215),'force':'Forza-diretta','useValueAsSymbolSize':_0x129224(0x194),'layoutType':_0x129224(0x16b),'forceOptions':_0x129224(0x1b8),'repulsion':_0x129224(0x181),'gravity':'Gravità','edgeLength':_0x129224(0x1d7),'rotateLabel':_0x129224(0x183),'emphasis':_0x129224(0x205),'emptyTips':_0x129224(0x1f5)},'waterfall':{'stackType':_0x129224(0x230),'arrangement':_0x129224(0x18a),'stacked':'Impilato','positive':_0x129224(0x17d),'negative':'Negativo','subtotal':_0x129224(0x21b),'showSubtotal':_0x129224(0x17f),'positiveStyle':_0x129224(0x1c4),'negativeStyle':'Stile\x20negativo','subtotalStyle':'Stile\x20subtotale','positiveLegendText':_0x129224(0x1ee),'negativeLegendText':_0x129224(0x196),'subtotalLegendText':_0x129224(0x176)},'pareto':{'lineName':_0x129224(0x1b5),'lineSeries':'Serie\x20percentuale\x20cumulativa','barSeries':'Serie\x20grafico\x20a\x20barre'},'visualMapScope':_0x129224(0x1a8),'boxplot':{'min':'Minimo','q1':_0x129224(0x171),'median':_0x129224(0x1da),'q3':'Terzo\x20quartile','max':_0x129224(0x180)},'chartTypes':{'line':'Grafico\x20a\x20linee','area':'Grafico\x20ad\x20area','areaStacked':'Grafico\x20ad\x20area\x20impilato','areaPercentStacked':_0x129224(0x17b),'column':_0x129224(0x17c),'bar':_0x129224(0x1dc),'barStacked':_0x129224(0x16e),'barPercentStacked':'Grafico\x20a\x20barre\x20impilato\x20percentuale','pie':_0x129224(0x169),'donut':'Grafico\x20ad\x20anello','scatter':_0x129224(0x227),'radar':_0x129224(0x1d9),'bubble':_0x129224(0x1b4),'stock':_0x129224(0x16c),'combination':_0x129224(0x1a3),'wordCloud':_0x129224(0x1d2),'funnel':_0x129224(0x1d4),'relation':'Grafico\x20delle\x20relazioni','waterfall':_0x129224(0x16a),'pareto':'Grafico\x20di\x20Pareto','sankey':'Grafico\x20di\x20Sankey','heatmap':_0x129224(0x232),'boxplot':_0x129224(0x216)},'dialog':{'numfmt':{'general':'Generale','accounting':_0x129224(0x175),'currency':_0x129224(0x17a),'date':_0x129224(0x20a),'thousandthPercentile':'Percentile\x20millesimo','fieldSetting':_0x129224(0x229),'formatTypes':_0x129224(0x1b1),'confirm':'OK','cancel':'Annulla','generalDesc':_0x129224(0x187),'accountingDesc':_0x129224(0x197),'currencyDesc':_0x129224(0x207),'dateDesc':_0x129224(0x20c),'thousandthPercentileDesc':_0x129224(0x21f),'decimalPlaces':_0x129224(0x20f),'currencyTypes':'Tipi\x20di\x20valuta','negativeNumberTypes':_0x129224(0x218),'dateTypes':_0x129224(0x1b3)},'setFormat':_0x129224(0x1ae)}}};}));
@@ -1 +1 @@
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();}
1
+ function _0x4068(_0x51a390,_0xa8e844){_0x51a390=_0x51a390-0xb7;var _0x3f23e0=_0x3f23();var _0x406804=_0x3f23e0[_0x51a390];return _0x406804;}function _0x3f23(){var _0x37a58a=['面グラフ','R-2乗値','上揃え','白抜きピン','小計の凡例テキスト','データラベル','行/列の切り替え','3023488JRcPTo','exports','パレート図','選択時のフェードイン効果を有効にする','白抜き矢印','白抜き四角','指標線の種類','ヒートマップ','{0}\x20(不透明度)','グラフと軸のタイトル','小計のスタイル','グラフの削除','グラフエディター','ノード間の距離','550887YlwZiJ','目盛の長さ','白抜き三角形','移動平均','縦棒グラフ系列','フィールドの設定','箱ひげ図','最小値','ラベル線を表示','{0}\x20(種類)','縦棒グラフ','移動平均の期間','白抜きひし形','{0}\x20(太さ)','下揃え','キャンセル','円グラフ','グラフパネルを非表示','標準形式には、特定の表示形式が含まれていません。','近似曲線を追加','ワードクラウド','主目盛線','中央値','サンキー図','ポイント','3090815IqMizA','軸のオプション','詳細設定','目盛線','近似曲線の太さ','UniverProSheetsChartUiJaJP','10515329CmNFSs','積み上げ','第2縦軸','多項式の次数','18LLIBGO','日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','amd','平滑線','グラフパネルを開く','50AgyAIz','カスタマイズ','サブタイトル','積み上げの種類','値の接尾辞','{0}を項目として使用','軸線を表示','タイトル','多角形','力指向','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','絶対値を使用','目盛の位置','{0}\x20(形状)','ドーナツグラフ','object','多項式','負の値','ビジュアルマップの範囲','ウォーターフォール図','461118LaYHni','負の数の表示形式','第2縦軸ラベル','近似曲線名','最大値','日付軸は、すべてのデータが日付形式の場合のみ使用できます','{0}\x20(サイズ)','近似曲線の種類','バブルのサイズ','第1四分位数','角丸四角形','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','累積パーセンテージ系列','中央揃え','127lhVjui','べき乗','テーマ','データポイントを直線で結ぶ','目盛線と目盛','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','値のスケール','株価チャート','小数点以下の桁数','ラベルの位置','正の値','タイトルの書式','近似曲線の線種','表示形式の種類','日付の種類','数式を表示','近似曲線の色','小計を表示','桁区切り','R-2乗値を表示','{0}番目の項目','461040ugNxCF','折れ線','100%積み上げ面グラフ','線の種類','近似曲線','積み上げ面グラフ','データポイントのスタイル','(空白)','{0}\x20(色)','バブルのラベル','タイトルの位置','グラフのデータソースは1行1列以上である必要があります。','じょうごグラフ','ラベルを回転','グラデーション塗りつぶし','日付軸を使用','塗りつぶし','累積パーセンテージ','指標線の色','レイアウトの種類','10iFtMMQ','凡例の選択モード','指標ラベル','第3四分位数','function','グラフの枠線の色','白抜き長方形','縦(値)軸ラベル','ドーナツの穴','反発力','三角形','すべての系列','レーダーチャート','負の値の凡例テキスト','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','関係図','閉じる','データノードの形状','通貨記号','6056WKsXwx','力指向のオプション','軸の順序を反転','白抜き角丸四角形','ラベルを表示','正の値のスタイル','値をノードサイズとして使用','グラフの挿入','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','指標線','{0}\x20(書式)','バブルチャート','主目盛','系列{0}','グラフタイトル','ひし形','ラベルの回転'];_0x3f23=function(){return _0x37a58a;};return _0x3f23();}(function(_0x3767c4,_0x4fcc54){var _0x1ec160=_0x4068,_0x3d39c9=_0x3767c4();while(!![]){try{var _0x44ea6c=parseInt(_0x1ec160(0x14f))/0x1*(-parseInt(_0x1ec160(0xdf))/0x2)+parseInt(_0x1ec160(0x105))/0x3+parseInt(_0x1ec160(0xb8))/0x4+parseInt(_0x1ec160(0x12d))/0x5*(parseInt(_0x1ec160(0x141))/0x6)+-parseInt(_0x1ec160(0x11e))/0x7+-parseInt(_0x1ec160(0xf7))/0x8*(parseInt(_0x1ec160(0x128))/0x9)+-parseInt(_0x1ec160(0xcc))/0xa*(-parseInt(_0x1ec160(0x124))/0xb);if(_0x44ea6c===_0x4fcc54)break;else _0x3d39c9['push'](_0x3d39c9['shift']());}catch(_0x5d414b){_0x3d39c9['push'](_0x3d39c9['shift']());}}}(_0x3f23,0x6bc29),function(_0x5967a8,_0x9de5b3){var _0x2ec068=_0x4068;typeof exports==_0x2ec068(0x13c)&&typeof module<'u'?module[_0x2ec068(0xf8)]=_0x9de5b3():typeof define==_0x2ec068(0xd0)&&define[_0x2ec068(0x12a)]?define([],_0x9de5b3):(_0x5967a8=typeof globalThis<'u'?globalThis:_0x5967a8||self,_0x5967a8[_0x2ec068(0x123)]=_0x9de5b3());}(this,function(){var _0x5bf136=_0x4068;return{'sheets-chart-ui':{'permission':{'editErr':_0x5bf136(0xe7)},'insertChart':_0x5bf136(0xe6),'editChart':_0x5bf136(0x103),'openChartPanel':_0x5bf136(0x12c),'deleteChart':_0x5bf136(0x102),'hideChartPanel':_0x5bf136(0x116),'setupChart':'設定','customChart':_0x5bf136(0x12e),'default':'既定','reset':'リセット','chartType':'グラフの種類','themes':_0x5bf136(0x151),'dataRange':'データ範囲','stack':'積み上げ','category':'項目','aggregate':'集計','allSeries':_0x5bf136(0xd7),'series':'系列','addSeries':'系列を追加','moreSettings':_0x5bf136(0x120),'min':_0x5bf136(0x10c),'max':_0x5bf136(0x145),'invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':_0x5bf136(0x152)},'blank':_0x5bf136(0xbf),'seriesBlock':{'format':'書式','dataPointStyle':_0x5bf136(0xbe)},'backgroundColor':'背景色','chartBorderColor':_0x5bf136(0xd1),'titles':{'title':_0x5bf136(0x134),'mainTitle':_0x5bf136(0xed),'subTitle':_0x5bf136(0x12f),'xAxisTitle':'横(項目)軸ラベル','yAxisTitle':_0x5bf136(0xd3),'rightYAxisTitle':_0x5bf136(0x143),'titleFormat':_0x5bf136(0x15a),'titleText':'タイトルのテキスト','titlePosition':_0x5bf136(0xc2),'titleAlign':'軸ラベルの配置'},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':_0x5bf136(0xc6),'settingsLabels':{'switchToRowOrColumn':_0x5bf136(0xf6),'useAsCategoryLabels':_0x5bf136(0x132),'showEmptyCellsAs':'空白セルの表示'},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':'非表示'},'align':{'left':'左揃え','center':_0x5bf136(0x14e),'right':'右揃え'},'alignY':{'top':_0x5bf136(0xf2),'middle':_0x5bf136(0x14e),'bottom':_0x5bf136(0x113)},'chartStyle':'グラフのスタイル','chartAndAxisTitles':_0x5bf136(0x100),'legend':'凡例','legendSelectMode':_0x5bf136(0xcd),'legendSelectModeType':{'single':'単一','multiple':'複数','close':_0x5bf136(0xdc)},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':_0x5bf136(0x11f),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x5bf136(0x126),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'第2軸を使用'},'position':'位置','dataLabels':_0x5bf136(0xf5),'gridlinesAndTicks':_0x5bf136(0x153),'indicatorLine':_0x5bf136(0xe8),'indicatorLineType':_0x5bf136(0xfd),'indicatorLineColor':_0x5bf136(0xca),'indicatorLabel':_0x5bf136(0xce),'indicatorValue':'指標値','shape':{'polygon':_0x5bf136(0x135),'circle':'円','square':'四角','triangle':_0x5bf136(0xd6),'diamond':_0x5bf136(0xee),'rect':'長方形','roundRect':_0x5bf136(0x14b),'pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':'白抜き円','emptySquare':_0x5bf136(0xfc),'emptyTriangle':_0x5bf136(0x107),'emptyDiamond':_0x5bf136(0x111),'emptyRect':_0x5bf136(0xd2),'emptyRoundRect':_0x5bf136(0xe2),'emptyPin':_0x5bf136(0xf3),'emptyArrow':_0x5bf136(0xfb)},'border':'枠線','value':'値','fill':_0x5bf136(0xc8),'line':'線','withOpacity':_0x5bf136(0xff),'withColor':_0x5bf136(0xc0),'withThickness':_0x5bf136(0x112),'withType':_0x5bf136(0x10e),'withSize':_0x5bf136(0x147),'withShape':_0x5bf136(0x13a),'withFormat':_0x5bf136(0xe9),'dataPoint':'データポイント','dataNodeShape':_0x5bf136(0xdd),'addDataPoint':'データポイントを追加','point':_0x5bf136(0x11d),'percentage':'パーセンテージ','lineType':{'line':_0x5bf136(0xb9),'smooth':_0x5bf136(0x12b),'step':'階段'},'stackType':{'stack':_0x5bf136(0x125),'percent':'100%積み上げ'},'lineDashType':_0x5bf136(0xbb),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':_0x5bf136(0x11a),'text':_0x5bf136(0x121)},'ticks':{'majorTick':_0x5bf136(0xeb),'tickPosition':_0x5bf136(0x139),'tickLength':_0x5bf136(0x106)},'none':'なし','theIndexItem':_0x5bf136(0xb7),'seriesDefaultName':_0x5bf136(0xec),'categoryDefaultName':'項目{0}','styleEditPanel':{'showLabels':_0x5bf136(0xe3),'showDataLabels':'データラベルを表示','padAngle':'ラベルの余白角度','halfPie':'半円','rosePie':'ローズ円','pieValScale':_0x5bf136(0x155),'pieValSuffix':_0x5bf136(0x131),'pieDigitalFixed':_0x5bf136(0x157),'showLabelLine':_0x5bf136(0x10d),'reverseAxisOrder':_0x5bf136(0xe1),'showAxisLine':_0x5bf136(0x133),'labelPosition':_0x5bf136(0x158),'labelText':'ラベルのテキスト','repeatWordCould':'ワードクラウドを繰り返す','gap':'間隔','useAbsValue':_0x5bf136(0x138),'labelRotate':_0x5bf136(0xef),'wordCloudShape':'ワードクラウドの形状','useDateAxis':_0x5bf136(0xc7),'dateAxisTips':_0x5bf136(0x146)},'doughnutHole':_0x5bf136(0xd4),'radar':{'fill':'塗りつぶし'},'msg':{'invalidSource':_0x5bf136(0xc3),'emptyTips':'系列を追加してデータの可視化を開始してください','sankeyCircularTips':'サンキー図には循環データを含めることはできません'},'cloud':{'title':_0x5bf136(0x119),'word':'単語','frequency':'頻度'},'trendline':{'name':_0x5bf136(0xbc),'displayName':_0x5bf136(0x144),'addTrendLine':_0x5bf136(0x118),'trendlineType':_0x5bf136(0x148),'trendlineName':'近似曲線名','trendlineColor':_0x5bf136(0x15f),'trendlineThickness':_0x5bf136(0x122),'trendlineDashType':_0x5bf136(0x15b),'exp':'指数','linear':'線形','log':'対数','pow':_0x5bf136(0x150),'movingAvg':_0x5bf136(0x108),'poly':_0x5bf136(0x13d),'order':_0x5bf136(0x127),'period':_0x5bf136(0x110),'showFormula':_0x5bf136(0x15e),'showR2':_0x5bf136(0x162),'formula':'数式','r2':_0x5bf136(0xf1)},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':_0x5bf136(0x149),'label':_0x5bf136(0xc1),'emptyTips':'バブルチャートには少なくとも2列必要です:\x20横軸、縦軸'},'relation':{'title':_0x5bf136(0xdb),'auto':'自動','circular':'円形','force':_0x5bf136(0x136),'useValueAsSymbolSize':_0x5bf136(0xe5),'layoutType':_0x5bf136(0xcb),'forceOptions':_0x5bf136(0xe0),'repulsion':_0x5bf136(0xd5),'gravity':'重力','edgeLength':_0x5bf136(0x104),'rotateLabel':_0x5bf136(0xc5),'emphasis':_0x5bf136(0xfa),'emptyTips':_0x5bf136(0x137)},'waterfall':{'stackType':_0x5bf136(0x130),'arrangement':'順次','stacked':'積み上げ','positive':_0x5bf136(0x159),'negative':_0x5bf136(0x13e),'subtotal':'小計','showSubtotal':_0x5bf136(0x160),'positiveStyle':_0x5bf136(0xe4),'negativeStyle':'負の値のスタイル','subtotalStyle':_0x5bf136(0x101),'positiveLegendText':'正の値の凡例テキスト','negativeLegendText':_0x5bf136(0xd9),'subtotalLegendText':_0x5bf136(0xf4)},'pareto':{'lineName':_0x5bf136(0xc9),'lineSeries':_0x5bf136(0x14d),'barSeries':_0x5bf136(0x109)},'visualMapScope':_0x5bf136(0x13f),'boxplot':{'min':'最小値','q1':_0x5bf136(0x14a),'median':_0x5bf136(0x11b),'q3':_0x5bf136(0xcf),'max':_0x5bf136(0x145)},'chartTypes':{'line':'折れ線グラフ','area':_0x5bf136(0xf0),'areaStacked':_0x5bf136(0xbd),'areaPercentStacked':_0x5bf136(0xba),'column':_0x5bf136(0x10f),'bar':'横棒グラフ','barStacked':'積み上げ横棒グラフ','barPercentStacked':'100%積み上げ横棒グラフ','pie':_0x5bf136(0x115),'donut':_0x5bf136(0x13b),'scatter':'散布図','radar':_0x5bf136(0xd8),'bubble':_0x5bf136(0xea),'stock':_0x5bf136(0x156),'combination':'複合グラフ','wordCloud':_0x5bf136(0x119),'funnel':_0x5bf136(0xc4),'relation':_0x5bf136(0xdb),'waterfall':_0x5bf136(0x140),'pareto':_0x5bf136(0xf9),'sankey':_0x5bf136(0x11c),'heatmap':_0x5bf136(0xfe),'boxplot':_0x5bf136(0x10b)},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x5bf136(0x161),'fieldSetting':_0x5bf136(0x10a),'formatTypes':_0x5bf136(0x15c),'confirm':'OK','cancel':_0x5bf136(0x114),'generalDesc':_0x5bf136(0x117),'accountingDesc':_0x5bf136(0x154),'currencyDesc':_0x5bf136(0x14c),'dateDesc':_0x5bf136(0x129),'thousandthPercentileDesc':_0x5bf136(0xda),'decimalPlaces':'小数点以下の桁数','currencyTypes':_0x5bf136(0xde),'negativeNumberTypes':_0x5bf136(0x142),'dateTypes':_0x5bf136(0x15d)},'setFormat':'ラベルの書式設定'}}};}));