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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +14 -377
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/commands/focused-chart.command.d.ts +1 -1
  63. package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
  64. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
  65. package/lib/types/config/config.d.ts +4 -0
  66. package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
  67. package/lib/types/controllers/chart-render.controller.d.ts +3 -1
  68. package/lib/types/controllers/ui.controller.d.ts +7 -6
  69. package/lib/types/index.d.ts +0 -2
  70. package/lib/types/locale/en-US.d.ts +55 -302
  71. package/lib/types/services/chart-element-selection.d.ts +6 -6
  72. package/lib/types/services/chart-render.service.d.ts +10 -10
  73. package/lib/types/services/sheet-chart-host.d.ts +2 -4
  74. package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -2
  75. package/lib/types/services/sheets-chart-ui.service.d.ts +25 -138
  76. package/lib/types/util.d.ts +7 -4
  77. package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
  78. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
  79. package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
  80. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -20
  102. package/lib/types/hooks.d.ts +0 -3
  103. package/lib/types/services/chart-panel-route.d.ts +0 -20
  104. package/lib/types/views/chart-edit-panel/Options.d.ts +0 -165
  105. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
  106. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
  107. package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
  108. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
  109. package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
  110. package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
  111. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
  112. package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
  113. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
  114. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
  115. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
  116. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
  117. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
  118. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
  119. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
  120. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
  121. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
  122. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
  123. package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
  124. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
  125. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
  126. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
  127. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
  128. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
  129. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
  130. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
  131. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
@@ -1 +1 @@
1
- const _0x5a943d=_0x2fc6;(function(_0x193248,_0x2dc818){const _0x20f559=_0x2fc6,_0x1b7b77=_0x193248();while(!![]){try{const _0x40071f=-parseInt(_0x20f559(0x1e4))/0x1+parseInt(_0x20f559(0x26e))/0x2*(-parseInt(_0x20f559(0x22e))/0x3)+parseInt(_0x20f559(0x21c))/0x4*(-parseInt(_0x20f559(0x256))/0x5)+-parseInt(_0x20f559(0x238))/0x6*(parseInt(_0x20f559(0x1fb))/0x7)+parseInt(_0x20f559(0x24e))/0x8*(-parseInt(_0x20f559(0x280))/0x9)+-parseInt(_0x20f559(0x27c))/0xa+parseInt(_0x20f559(0x271))/0xb*(parseInt(_0x20f559(0x2a1))/0xc);if(_0x40071f===_0x2dc818)break;else _0x1b7b77['push'](_0x1b7b77['shift']());}catch(_0x43777c){_0x1b7b77['push'](_0x1b7b77['shift']());}}}(_0x158b,0x65045));const e={'sheets-chart-ui':{'permission':{'editErr':_0x5a943d(0x297)},'insertChart':_0x5a943d(0x29d),'editChart':_0x5a943d(0x1de),'openChartPanel':'فتح\x20لوحة\x20المخطط','deleteChart':_0x5a943d(0x20f),'exportImage':'Export\x20as\x20image','copy':_0x5a943d(0x259),'hideChartPanel':_0x5a943d(0x27a),'setupChart':'إعداد','customChart':_0x5a943d(0x28d),'default':'افتراضي','reset':'إعادة\x20تعيين','chartType':_0x5a943d(0x1f7),'themes':_0x5a943d(0x260),'dataRange':'نطاق\x20البيانات','stack':_0x5a943d(0x21d),'category':_0x5a943d(0x230),'aggregate':'تجميع','allSeries':_0x5a943d(0x273),'series':_0x5a943d(0x258),'addSeries':'إضافة\x20سلسلة','moreSettings':_0x5a943d(0x242),'min':_0x5a943d(0x205),'max':_0x5a943d(0x250),'invalidType':{'gaps':'فجوات','zero':_0x5a943d(0x1dc),'connectDataPointsWithStraightLines':_0x5a943d(0x206)},'blank':_0x5a943d(0x264),'seriesBlock':{'format':_0x5a943d(0x269),'dataPointStyle':'نمط\x20نقطة\x20البيانات'},'backgroundColor':_0x5a943d(0x239),'chartBorderColor':_0x5a943d(0x261),'titles':{'title':_0x5a943d(0x2a0),'mainTitle':_0x5a943d(0x214),'subTitle':'العنوان\x20الفرعي','xAxisTitle':_0x5a943d(0x218),'yAxisTitle':_0x5a943d(0x27b),'rightYAxisTitle':_0x5a943d(0x255),'titleFormat':_0x5a943d(0x1da),'titleText':_0x5a943d(0x227),'titlePosition':_0x5a943d(0x200),'titleAlign':_0x5a943d(0x299)},'axisPositionType':{'start':'البداية','center':'الوسط','end':_0x5a943d(0x1f4)},'gradientFill':'تعبئة\x20متدرجة','settingsLabels':{'switchToRowOrColumn':_0x5a943d(0x219),'useAsCategoryLabels':_0x5a943d(0x28c),'showEmptyCellsAs':_0x5a943d(0x26f)},'positionType':{'auto':'تلقائي','inside':'داخل','outside':'خارج','top':_0x5a943d(0x25b),'bottom':_0x5a943d(0x21f),'left':_0x5a943d(0x282),'right':_0x5a943d(0x26d),'hide':'إخفاء'},'align':{'left':_0x5a943d(0x282),'center':_0x5a943d(0x1e3),'right':_0x5a943d(0x26d)},'alignY':{'top':_0x5a943d(0x25b),'middle':_0x5a943d(0x1fa),'bottom':_0x5a943d(0x21f)},'chartStyle':_0x5a943d(0x28a),'chartAndAxisTitles':_0x5a943d(0x204),'legend':'وسيلة\x20إيضاح','legendSelectMode':_0x5a943d(0x26c),'legendSelectModeType':{'single':_0x5a943d(0x234),'multiple':'متعدد','close':'إغلاق'},'legendVisualMapType':{'continuous':'مستمر','piecewise':_0x5a943d(0x25d)},'axes':{'axis':_0x5a943d(0x220),'axisOptions':_0x5a943d(0x252),'horizontalAxis':_0x5a943d(0x22c),'verticalAxis':_0x5a943d(0x268),'rightVerticalAxis':_0x5a943d(0x276),'leftAxis':_0x5a943d(0x210),'rightAxis':_0x5a943d(0x1e7),'useRightAxis':_0x5a943d(0x1ee)},'position':_0x5a943d(0x226),'dataLabels':'تسميات\x20البيانات','gridlinesAndTicks':_0x5a943d(0x26b),'indicatorLine':_0x5a943d(0x29f),'indicatorLineType':'نوع\x20خط\x20المؤشر','indicatorLineColor':_0x5a943d(0x201),'indicatorLabel':'تسمية\x20المؤشر','indicatorValue':_0x5a943d(0x295),'shape':{'polygon':'مضلع','circle':_0x5a943d(0x216),'square':'مربع','triangle':_0x5a943d(0x223),'diamond':_0x5a943d(0x225),'rect':_0x5a943d(0x23f),'roundRect':_0x5a943d(0x29c),'pin':_0x5a943d(0x298),'arrow':_0x5a943d(0x294),'none':_0x5a943d(0x22d),'emptyCircle':'دائرة\x20فارغة','emptySquare':'مربع\x20فارغ','emptyTriangle':'مثلث\x20فارغ','emptyDiamond':_0x5a943d(0x20c),'emptyRect':_0x5a943d(0x277),'emptyRoundRect':_0x5a943d(0x20b),'emptyPin':_0x5a943d(0x209),'emptyArrow':'سهم\x20فارغ'},'border':_0x5a943d(0x283),'value':_0x5a943d(0x236),'fill':_0x5a943d(0x1d6),'line':'خط','withOpacity':'{0}\x20مع\x20عتامة','withColor':_0x5a943d(0x1fe),'withThickness':_0x5a943d(0x22b),'withType':_0x5a943d(0x251),'withSize':_0x5a943d(0x272),'withShape':_0x5a943d(0x25f),'withFormat':_0x5a943d(0x23c),'dataPoint':_0x5a943d(0x212),'dataNodeShape':'شكل\x20عقدة\x20البيانات','addDataPoint':_0x5a943d(0x2a5),'point':'نقطة','percentage':_0x5a943d(0x29e),'lineType':{'line':'خط','smooth':_0x5a943d(0x211),'step':_0x5a943d(0x1ea)},'stackType':{'stack':_0x5a943d(0x21d),'percent':_0x5a943d(0x29b)},'lineDashType':_0x5a943d(0x1f5),'dashType':{'solid':_0x5a943d(0x1e0),'dash':_0x5a943d(0x21e),'dot':_0x5a943d(0x1d8)},'color':'لون','gridlines':{'majorGridlines':_0x5a943d(0x1fc),'text':_0x5a943d(0x1df)},'ticks':{'majorTick':_0x5a943d(0x24d),'tickPosition':_0x5a943d(0x284),'tickLength':_0x5a943d(0x1d9)},'none':'لا\x20شيء','theIndexItem':'العنصر\x20{0}','seriesDefaultName':_0x5a943d(0x2a2),'categoryDefaultName':'فئة\x20{0}','styleEditPanel':{'showLabels':_0x5a943d(0x263),'showDataLabels':'إظهار\x20تسميات\x20البيانات','padAngle':_0x5a943d(0x24f),'halfPie':_0x5a943d(0x270),'rosePie':_0x5a943d(0x266),'pieValScale':_0x5a943d(0x240),'pieValSuffix':_0x5a943d(0x287),'pieDigitalFixed':'رقم\x20ثابت','showLabelLine':_0x5a943d(0x291),'reverseAxisOrder':_0x5a943d(0x1d5),'showAxisLine':_0x5a943d(0x228),'labelPosition':'موضع\x20التسمية','labelText':_0x5a943d(0x207),'repeatWordCould':_0x5a943d(0x281),'gap':_0x5a943d(0x1e9),'useAbsValue':_0x5a943d(0x25c),'labelRotate':_0x5a943d(0x203),'wordCloudShape':_0x5a943d(0x248),'useDateAxis':_0x5a943d(0x267),'dateAxisTips':_0x5a943d(0x1e2)},'doughnutHole':'فتحة\x20الحلقة','radar':{'fill':'تعبئة'},'msg':{'invalidSource':'يجب\x20أن\x20يكون\x20مصدر\x20بيانات\x20المخطط\x20أكثر\x20من\x20صف\x20واحد\x20وعمود\x20واحد.','emptyTips':_0x5a943d(0x20e),'sankeyCircularTips':_0x5a943d(0x249)},'cloud':{'title':_0x5a943d(0x1d7),'word':_0x5a943d(0x288),'frequency':_0x5a943d(0x237)},'trendline':{'name':_0x5a943d(0x202),'displayName':_0x5a943d(0x208),'addTrendLine':_0x5a943d(0x20a),'trendlineType':_0x5a943d(0x22a),'trendlineName':_0x5a943d(0x208),'trendlineColor':'لون\x20خط\x20الاتجاه','trendlineThickness':_0x5a943d(0x279),'trendlineDashType':_0x5a943d(0x25e),'exp':'أسي','linear':'خطي','log':_0x5a943d(0x1f3),'pow':_0x5a943d(0x274),'movingAvg':_0x5a943d(0x27d),'poly':_0x5a943d(0x229),'order':'رتبة\x20كثير\x20الحدود','period':_0x5a943d(0x23b),'showFormula':_0x5a943d(0x289),'showR2':_0x5a943d(0x278),'formula':_0x5a943d(0x286),'r2':_0x5a943d(0x247)},'bubble':{'xAxis':_0x5a943d(0x23d),'yAxis':_0x5a943d(0x1dd),'size':_0x5a943d(0x1ec),'label':_0x5a943d(0x217),'emptyTips':_0x5a943d(0x241)},'relation':{'title':_0x5a943d(0x23e),'auto':_0x5a943d(0x2a4),'circular':'دائري','force':'موجه\x20بالقوة','useValueAsSymbolSize':_0x5a943d(0x1f6),'layoutType':_0x5a943d(0x285),'forceOptions':_0x5a943d(0x22f),'repulsion':_0x5a943d(0x1e1),'gravity':_0x5a943d(0x290),'edgeLength':_0x5a943d(0x27e),'rotateLabel':_0x5a943d(0x203),'emphasis':'تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','emptyTips':_0x5a943d(0x253)},'waterfall':{'stackType':'نوع\x20التكديس','arrangement':_0x5a943d(0x25a),'stacked':_0x5a943d(0x1eb),'positive':_0x5a943d(0x1ed),'negative':_0x5a943d(0x275),'subtotal':'المجموع\x20الفرعي','showSubtotal':_0x5a943d(0x231),'positiveStyle':_0x5a943d(0x1f9),'negativeStyle':_0x5a943d(0x21b),'subtotalStyle':_0x5a943d(0x265),'positiveLegendText':_0x5a943d(0x1e5),'negativeLegendText':'نص\x20وسيلة\x20الإيضاح\x20السلبي','subtotalLegendText':_0x5a943d(0x245)},'pareto':{'lineName':_0x5a943d(0x1d4),'lineSeries':_0x5a943d(0x1ff),'barSeries':_0x5a943d(0x29a)},'visualMapScope':'نطاق\x20الخريطة\x20المرئية','boxplot':{'min':_0x5a943d(0x205),'q1':_0x5a943d(0x293),'median':_0x5a943d(0x292),'q3':_0x5a943d(0x243),'max':_0x5a943d(0x250)},'chartTypes':{'line':_0x5a943d(0x1e6),'area':_0x5a943d(0x28f),'areaStacked':'مخطط\x20مساحي\x20مكدس','areaPercentStacked':_0x5a943d(0x224),'column':'مخطط\x20عمودي','bar':_0x5a943d(0x24c),'barStacked':_0x5a943d(0x246),'barPercentStacked':_0x5a943d(0x26a),'pie':'مخطط\x20دائري','donut':_0x5a943d(0x254),'scatter':'مخطط\x20مبعثر','radar':_0x5a943d(0x244),'bubble':_0x5a943d(0x1f8),'stock':_0x5a943d(0x222),'combination':_0x5a943d(0x233),'wordCloud':_0x5a943d(0x2a3),'funnel':_0x5a943d(0x1f2),'relation':_0x5a943d(0x23e),'waterfall':'مخطط\x20شلالي','pareto':_0x5a943d(0x213),'sankey':_0x5a943d(0x28b),'heatmap':_0x5a943d(0x20d),'boxplot':_0x5a943d(0x1f1)},'dialog':{'numfmt':{'general':_0x5a943d(0x1fd),'accounting':_0x5a943d(0x21a),'currency':'عملة','date':_0x5a943d(0x1ef),'thousandthPercentile':_0x5a943d(0x1e8),'fieldSetting':_0x5a943d(0x1f0),'formatTypes':_0x5a943d(0x27f),'confirm':'موافق','cancel':_0x5a943d(0x296),'generalDesc':_0x5a943d(0x23a),'accountingDesc':_0x5a943d(0x257),'currencyDesc':_0x5a943d(0x24a),'dateDesc':_0x5a943d(0x235),'thousandthPercentileDesc':_0x5a943d(0x232),'decimalPlaces':_0x5a943d(0x28e),'currencyTypes':_0x5a943d(0x1db),'negativeNumberTypes':_0x5a943d(0x262),'dateTypes':_0x5a943d(0x215)},'setFormat':_0x5a943d(0x24b)}}};module[_0x5a943d(0x221)]=e;function _0x2fc6(_0x3b99da,_0x5579ad){_0x3b99da=_0x3b99da-0x1d4;const _0x158b42=_0x158b();let _0x2fc61e=_0x158b42[_0x3b99da];return _0x2fc61e;}function _0x158b(){const _0x49c68f=['إخفاء\x20لوحة\x20المخطط','عنوان\x20محور\x20ص','6899730oThkoK','متوسط\x20متحرك','مسافة\x20العقدة','أنواع\x20التنسيق','18eYHqAD','تكرار\x20سحابة\x20الكلمات','يسار','حدود','موضع\x20العلامة','نوع\x20التخطيط','صيغة','لاحقة\x20القيمة','كلمة','إظهار\x20الصيغة','نمط\x20المخطط','مخطط\x20سانكي','استخدام\x20{0}\x20كفئة','تخصيص','المنازل\x20العشرية','مخطط\x20مساحي','جاذبية','إظهار\x20خط\x20التسمية','الوسيط','الربع\x20الأول','سهم','قيمة\x20المؤشر','إلغاء','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','دبوس','محاذاة\x20عنوان\x20المحور','سلسلة\x20المخطط\x20الشريطي','تكديس\x20نسبي','مستطيل\x20دائري','إدراج\x20مخطط','نسبة\x20مئوية','خط\x20المؤشر','عنوان','6948OfgtYY','سلسلة\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التاريخ','وسط','631054UyOpgJ','نص\x20وسيلة\x20الإيضاح\x20الإيجابي','مخطط\x20خطي','المحور\x20الأيمن','النسبة\x20المئوية\x20بالألف','فجوة','درجة','مكدس','حجم\x20الفقاعة','إيجابي','استخدام\x20المحور\x20الأيمن','تاريخ','إعدادات\x20الحقل','مخطط\x20صندوقي','مخطط\x20قمعي','لوغاريتمي','النهاية','نوع\x20خط\x20متقطع','استخدام\x20القيمة\x20كحجم\x20العقدة','نوع\x20المخطط','مخطط\x20فقاعي','نمط\x20إيجابي','منتصف','14DJBMmC','خطوط\x20الشبكة\x20الرئيسية','عام','{0}\x20مع\x20لون','سلسلة\x20النسبة\x20المئوية\x20التراكمية','موضع\x20العنوان','لون\x20خط\x20المؤشر','خط\x20الاتجاه','تدوير\x20التسمية','عناوين\x20المخطط\x20والمحاور','الحد\x20الأدنى','ربط\x20نقاط\x20البيانات\x20بخطوط\x20مستقيمة','نص\x20التسمية','اسم\x20خط\x20الاتجاه','دبوس\x20فارغ','إضافة\x20خط\x20اتجاه','مستطيل\x20دائري\x20فارغ','معين\x20فارغ','خريطة\x20حرارية','أضف\x20سلسلة\x20لبدء\x20تصور\x20بياناتك','حذف\x20المخطط','المحور\x20الأيسر','ناعم','نقطة\x20بيانات','مخطط\x20باريتو','العنوان\x20الرئيسي','أنواع\x20التاريخ','دائرة','تسمية\x20الفقاعة','عنوان\x20محور\x20س','التبديل\x20إلى\x20صف/عمود','محاسبة','نمط\x20سلبي','969260ZlsKnp','تكديس','متقطع','أسفل','محور','exports','مخطط\x20أسهم','مثلث','مخطط\x20مساحي\x20مكدس\x20نسبي','معين','موضع','نص\x20العنوان','إظهار\x20خط\x20المحور','كثير\x20الحدود','نوع\x20خط\x20الاتجاه','{0}\x20مع\x20سماكة','المحور\x20الأفقي','لا\x20شيء','3kpYJyP','خيارات\x20التوجيه\x20بالقوة','فئة','إظهار\x20المجموع\x20الفرعي','يُستخدم\x20تنسيق\x20النسبة\x20المئوية\x20بالألف\x20للأرقام\x20العامة،\x20وتنسيقات\x20العملة\x20والمحاسبة\x20توفر\x20تنسيقات\x20متخصصة\x20للقيم\x20النقدية.','مخطط\x20مجمع','فردي','يعرض\x20تنسيق\x20التاريخ\x20الأرقام\x20التسلسلية\x20للتاريخ\x20والوقت\x20كقيم\x20تاريخ.','قيمة','التكرار','2439246RvozBB','لون\x20الخلفية','التنسيق\x20العام\x20لا\x20يحتوي\x20على\x20أي\x20تنسيق\x20أرقام\x20محدد.','فترة\x20المتوسط\x20المتحرك','{0}\x20مع\x20تنسيق','محور\x20س','مخطط\x20علاقات','مستطيل','مقياس\x20القيمة','يتطلب\x20مخطط\x20الفقاعات\x20عمودين\x20على\x20الأقل:\x20محور\x20س،\x20محور\x20ص','المزيد\x20من\x20الإعدادات','الربع\x20الثالث','مخطط\x20راداري','نص\x20وسيلة\x20إيضاح\x20المجموع\x20الفرعي','مخطط\x20شريطي\x20مكدس','R\x20تربيع','شكل\x20سحابة\x20الكلمات','لا\x20يمكن\x20أن\x20يحتوي\x20مخطط\x20سانكي\x20على\x20بيانات\x20دائرية','يُستخدم\x20تنسيق\x20العملة\x20للقيم\x20النقدية\x20العامة،\x20ويحاذي\x20تنسيق\x20المحاسبة\x20النقاط\x20العشرية\x20في\x20عمود\x20من\x20القيم.','تعيين\x20تنسيق\x20التسمية','مخطط\x20شريطي','علامة\x20رئيسية','515648aqQthx','زاوية\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الأيمن','5OtUKge','تنسيق\x20الأرقام\x20المحاسبي\x20يحاذي\x20رموز\x20العملة\x20والنقاط\x20العشرية\x20في\x20عمود.','سلسلة','نسخ','متسلسل','أعلى','استخدام\x20القيمة\x20المطلقة','جزئي','نوع\x20خط\x20متقطع\x20لخط\x20الاتجاه','{0}\x20مع\x20شكل','السمات','لون\x20حدود\x20المخطط','أنواع\x20الأرقام\x20السالبة','إظهار\x20التسميات','(فارغ)','نمط\x20المجموع\x20الفرعي','دائرةوردية','استخدام\x20محور\x20التاريخ','المحور\x20العمودي','تنسيق','مخطط\x20شريطي\x20مكدس\x20نسبي','خطوط\x20الشبكة\x20والعلامات','وضع\x20تحديد\x20وسيلة\x20الإيضاح','يمين','861986IMvjaT','إظهار\x20الخلايا\x20الفارغة\x20كـ','نصف\x20دائرة','63646GmfNEU','{0}\x20مع\x20حجم','جميع\x20السلاسل','أسي','سلبي','المحور\x20العمودي\x20الأيمن','مستطيل\x20فارغ','إظهار\x20R\x20تربيع','سماكة\x20خط\x20الاتجاه'];_0x158b=function(){return _0x49c68f;};return _0x158b();}
1
+ const _0x517ec2=_0x30d4;(function(_0x292244,_0x3f9722){const _0x593762=_0x30d4,_0x54bf59=_0x292244();while(!![]){try{const _0x3eca9a=parseInt(_0x593762(0xe6))/0x1+parseInt(_0x593762(0xec))/0x2*(-parseInt(_0x593762(0xd8))/0x3)+-parseInt(_0x593762(0xe7))/0x4*(parseInt(_0x593762(0xe1))/0x5)+-parseInt(_0x593762(0xd4))/0x6+-parseInt(_0x593762(0xd6))/0x7+parseInt(_0x593762(0x10e))/0x8+parseInt(_0x593762(0x10f))/0x9*(parseInt(_0x593762(0x10a))/0xa);if(_0x3eca9a===_0x3f9722)break;else _0x54bf59['push'](_0x54bf59['shift']());}catch(_0x31af5b){_0x54bf59['push'](_0x54bf59['shift']());}}}(_0x141e,0x380b7));const e={'sheets-chart-ui':{'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'common':{'setup':_0x517ec2(0x112),'customize':_0x517ec2(0x10c),'editChart':_0x517ec2(0xfb),'useAsCategoryLabels':_0x517ec2(0x101),'switchRowColumn':_0x517ec2(0x110),'dataRange':_0x517ec2(0xe8),'insertChart':_0x517ec2(0x10b),'openChartPanel':'فتح\x20لوحة\x20المخطط','deleteChart':_0x517ec2(0x100),'hideChartPanel':_0x517ec2(0xe4),'chartAndAxisTitles':_0x517ec2(0xf0),'chartStyle':_0x517ec2(0xdd),'heatmap':_0x517ec2(0x107),'horizontalAxis':_0x517ec2(0x104),'legend':_0x517ec2(0xef),'rightVerticalAxis':_0x517ec2(0xde),'series':_0x517ec2(0xea),'trendline':_0x517ec2(0xe5),'verticalAxis':'المحور\x20العمودي','category':_0x517ec2(0xe2),'copy':_0x517ec2(0xe3),'exportImage':_0x517ec2(0xfe)},'waterfall':{'subtotal':_0x517ec2(0xeb),'positive':_0x517ec2(0xf5),'negative':_0x517ec2(0xd7)},'chartTypes':{'line':_0x517ec2(0xf6),'column':_0x517ec2(0xdf),'bar':'مخطط\x20شريطي','barStacked':_0x517ec2(0xe0),'barPercentStacked':_0x517ec2(0xfa),'pie':_0x517ec2(0x109),'donut':'مخطط\x20حلقي','pieOfPie':_0x517ec2(0xf2),'barOfPie':_0x517ec2(0x102),'area':_0x517ec2(0x115),'areaStacked':_0x517ec2(0xf8),'areaPercentStacked':_0x517ec2(0xd5),'radar':'مخطط\x20راداري','scatter':'مخطط\x20مبعثر','combination':_0x517ec2(0x108),'wordCloud':_0x517ec2(0x111),'funnel':_0x517ec2(0xf1),'bubble':_0x517ec2(0x10d),'relation':_0x517ec2(0x106),'waterfall':_0x517ec2(0x114),'pareto':_0x517ec2(0x113),'sankey':_0x517ec2(0xf3),'heatmap':_0x517ec2(0x107),'boxplot':_0x517ec2(0xdb),'candlestick':_0x517ec2(0xf9),'histogram':_0x517ec2(0xfc),'treemap':_0x517ec2(0xe9),'sunburst':_0x517ec2(0x103),'gauge':'مخطط\x20مقياس','chord':_0x517ec2(0xf4)},'section':{'candlestick':'مخطط\x20الشمعدان','chord':_0x517ec2(0xf7),'funnel':_0x517ec2(0xf1),'gauge':_0x517ec2(0xd3),'gridlinesAndTicks':_0x517ec2(0xda),'histogram':_0x517ec2(0x105),'indicatorLine':_0x517ec2(0xd9),'lineAndArea':_0x517ec2(0xed),'paretoBar':'سلسلة\x20المخطط\x20الشريطي','paretoLine':_0x517ec2(0xff),'pie':_0x517ec2(0x109),'radar':_0x517ec2(0xfd),'relation':_0x517ec2(0x106),'sunburst':_0x517ec2(0x116),'treemap':_0x517ec2(0xee),'waterfall':_0x517ec2(0x114),'wordCloud':_0x517ec2(0xdc)},'chord':{'target':'الهدف'}}};module['exports']=e;function _0x30d4(_0x42f8b8,_0x13140e){_0x42f8b8=_0x42f8b8-0xd3;const _0x141e80=_0x141e();let _0x30d40b=_0x141e80[_0x42f8b8];return _0x30d40b;}function _0x141e(){const _0x530702=['نطاق\x20البيانات','مخطط\x20خريطة\x20شجرية','سلسلة','المجموع\x20الفرعي','4462EALDmq','مخطط\x20خطي\x20/\x20مخطط\x20مساحي','مخطط\x20هيكلي','وسيلة\x20إيضاح','عناوين\x20المخطط\x20والمحاور','مخطط\x20قمعي','مخطط\x20دائري\x20من\x20دائري','مخطط\x20سانكي','مخطط\x20وتري','موجب','مخطط\x20خطي','مخطط\x20الوتر','مخطط\x20مساحي\x20مكدس','مخطط\x20الشموع\x20اليابانية','مخطط\x20شريطي\x20مكدس\x20نسبي','محرر\x20المخطط','رسم\x20بياني\x20تكراري','مخطط\x20راداري','تصدير\x20كصورة','سلسلة\x20النسبة\x20المئوية\x20التراكمية','حذف\x20المخطط','استخدام\x20{0}\x20كفئة','مخطط\x20شريطي\x20من\x20دائري','مخطط\x20شمسي','المحور\x20الأفقي','الرسم\x20البياني\x20الرسم\x20البياني','مخطط\x20علاقات','خريطة\x20حرارية','مخطط\x20مجمع','مخطط\x20دائري','530uBVnYH','إدراج\x20مخطط','تخصيص','مخطط\x20فقاعي','2613312LkphIq','97209GhMZZe','التبديل\x20إلى\x20صف/عمود','مخطط\x20سحابة\x20كلمات','إعداد','مخطط\x20باريتو','مخطط\x20شلالي','مخطط\x20مساحي','الرسم\x20البياني\x20لأشعة\x20الشمس','مخطط\x20القياس','1454004vCwZpn','مخطط\x20مساحي\x20مكدس\x20نسبي','2455411RLEhbA','سالب','3eRsWnT','خط\x20المؤشر','خطوط\x20الشبكة\x20والعلامات','مخطط\x20صندوقي','سحابة\x20كلمات','نمط\x20المخطط','المحور\x20الرأسي\x20الأيمن','مخطط\x20عمودي','مخطط\x20شريطي\x20مكدس','717540zthHsL','الفئة','نسخ','إخفاء\x20لوحة\x20المخطط','خط\x20الاتجاه','69288lnPRyR','4HCqXSN'];_0x141e=function(){return _0x530702;};return _0x141e();}
@@ -1 +1 @@
1
- const _0x27d12e=_0x22b0;(function(_0x15a8fd,_0x234b5e){const _0x53280e=_0x22b0,_0x1cca74=_0x15a8fd();while(!![]){try{const _0x28cec1=-parseInt(_0x53280e(0x233))/0x1*(-parseInt(_0x53280e(0x23b))/0x2)+-parseInt(_0x53280e(0x1fc))/0x3+parseInt(_0x53280e(0x22a))/0x4+-parseInt(_0x53280e(0x228))/0x5+parseInt(_0x53280e(0x244))/0x6+-parseInt(_0x53280e(0x25c))/0x7*(parseInt(_0x53280e(0x20f))/0x8)+parseInt(_0x53280e(0x20a))/0x9*(parseInt(_0x53280e(0x25a))/0xa);if(_0x28cec1===_0x234b5e)break;else _0x1cca74['push'](_0x1cca74['shift']());}catch(_0x57276d){_0x1cca74['push'](_0x1cca74['shift']());}}}(_0x417c,0x850cd));function _0x22b0(_0x1815bb,_0x5c4778){_0x1815bb=_0x1815bb-0x1c3;const _0x417c51=_0x417c();let _0x22b0c6=_0x417c51[_0x1815bb];return _0x22b0c6;}function _0x417c(){const _0x8fdbfb=['Gràfic\x20de\x20bombolletes','L\x27eix\x20de\x20data\x20només\x20està\x20disponible\x20quan\x20totes\x20les\x20dades\x20són\x20en\x20format\x20de\x20data','Mostrar\x20subtotal','Rectangle\x20arrodonit','Categoria\x20{0}','Escala','Posició','Etiquetes\x20de\x20dades','Seqüencial','Mida\x20de\x20bombolleta','Agregar','La\x20font\x20de\x20dades\x20del\x20gràfic\x20ha\x20de\x20tenir\x20més\x20d\x271\x20fila\x20i\x201\x20columna.','Dins','Dreta','Abast\x20del\x20mapa\x20visual','Més\x20configuracions','Copiar','L\x27element\x20{0}','1267825kbGvxF','Múltiple','1067356lYvbZf','Text\x20de\x20llegenda\x20de\x20subtotal','Zero','Decimals','Línia\x20de\x20tendència','Interval\x20de\x20dades','Mínim','Gruix\x20de\x20línia\x20de\x20tendència','Fletxa','11789EhYVSa','Estil\x20negatiu','Màx','Sèrie\x20de\x20gràfic\x20de\x20barres','Cercle','Freqüència','Gràfic\x20combinat','Mig','2opQSGv','Usar\x20eix\x20dret','Personalitzar','Gràfic\x20de\x20Sankey','Gràfic\x20de\x20Pareto','Logarítmica','Mostrar\x20R\x20quadrat','Gràfic\x20d\x27àrea','Color','4995840HCAjWI','Eix\x20dret','Punt\x20de\x20dades','Fixació\x20digital','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Tercer\x20quartil','El\x20format\x20de\x20percentil\x20mil·lèsima\x20s\x27utilitza\x20per\x20a\x20nombres\x20generals,\x20els\x20formats\x20de\x20moneda\x20i\x20comptable\x20proporcionen\x20formats\x20especialitzats\x20per\x20a\x20valors\x20monetaris.','Afegir\x20sèrie','Categoria','Cercle\x20buit','Potència','Gràfic\x20d\x27embuts','Gràfic\x20de\x20relació','Tipus\x20de\x20línia\x20discontinua','Tipus\x20de\x20línia\x20indicadora','Inserir\x20gràfic','Text\x20d\x27etiqueta','Temes','Eliminar\x20gràfic','Text\x20de\x20llegenda\x20positiva','Mostrar\x20fórmula','Percentil\x20mil·lèsima','30HPCBFR','Pastilla\x20rosa','44933ZBZKCb','Ordre\x20polinòmic','El\x20format\x20de\x20data\x20mostra\x20els\x20números\x20de\x20sèrie\x20de\x20data\x20i\x20hora\x20com\x20a\x20valors\x20de\x20data.','D\x27acord','Gràfic\x20d\x27àrea\x20apilada','Cap','Gràfic\x20de\x20rosquilla','Buits','Auto','Mostrar\x20línia\x20d\x27etiqueta','Posició\x20de\x20marca','Estil\x20de\x20punt\x20de\x20dades','Usar\x20{0}\x20com\x20a\x20categoria','Gràfic\x20circular','Valor','Editor\x20de\x20gràfics','{0}\x20amb\x20gruix','Tipus\x20d\x27apilament','Fórmula','Estil\x20de\x20gràfic','Triangle\x20buit','Color\x20de\x20vora\x20del\x20gràfic','General','Etiqueta\x20indicadora','{0}\x20amb\x20tipus','Percentatge\x20acumulat','Títol\x20de\x20l\x27eix\x20X','Amagar\x20panell\x20de\x20gràfics','Apilat','Tipus\x20de\x20data','Estil\x20de\x20subtotal','El\x20format\x20general\x20no\x20conté\x20cap\x20format\x20de\x20nombre\x20específic.','Apilar','Títol\x20de\x20l\x27eix\x20Y\x20dret','Afegiu\x20una\x20sèrie\x20per\x20començar\x20a\x20visualitzar\x20les\x20vostres\x20dades','Eix\x20esquerre','Mostrar\x20línia\x20de\x20l\x27eix','Repulsió','Mín','Posició\x20del\x20títol','Restablir','Establir\x20format\x20d\x27etiqueta','Escala\x20de\x20valor','Sèrie\x20de\x20percentatge\x20acumulat','Subtítol','Percentatge','Vora','Quadrat','Individual','Canviar\x20a\x20fila/columna','Afegir\x20punt\x20de\x20dades','Mostrar\x20etiquetes\x20de\x20dades','Mode\x20de\x20selecció\x20de\x20llegenda','Forma\x20de\x20núvol\x20de\x20paraules','Fletxa\x20buida','Emplenament','Emplenament\x20degradat','El\x20gràfic\x20Sankey\x20no\x20pot\x20contenir\x20dades\x20circulars','Angle\x20d\x27ompliment\x20d\x27etiqueta','Gràfic\x20de\x20dispersió','Nom\x20de\x20línia\x20de\x20tendència','Estil\x20positiu','Marca\x20principal','Diagrama\x20de\x20caixa','Gràfic\x20de\x20columnes','Línies\x20de\x20quadrícula','exports','Centre','Tancar','Continu','Espai','Superior','Primer\x20quartil','Núvol\x20de\x20paraules','Afegir\x20línia\x20de\x20tendència','Comptabilitat','Color\x20de\x20línia\x20de\x20tendència','Mediana','Rectangle','Títol\x20principal','Forat\x20de\x20rosquilla','Data','{0}\x20amb\x20opacitat','Moneda','Gràfic\x20d\x27àrea\x20apilada\x20percentual','Títol','Usar\x20valor\x20com\x20a\x20mida\x20de\x20node','{0}\x20amb\x20forma','Línia\x20indicadora','Text\x20del\x20títol','Negatiu','Gràfic\x20de\x20cotitzacions','Línies\x20de\x20quadrícula\x20i\x20marques','Posició\x20d\x27etiqueta','Força\x20dirigida','Valor\x20indicador','Gràfic\x20de\x20barres\x20apilades','Usar\x20eix\x20de\x20data','Tipus\x20de\x20disseny','Tipus\x20de\x20format','{0}\x20amb\x20format','Etiqueta\x20de\x20bombolleta','Eix\x20vertical','Text\x20de\x20llegenda\x20negativa','Tipus\x20de\x20gràfic','Usar\x20valor\x20absolut','Subtotal','Marcador\x20buit','Color\x20de\x20línia\x20indicadora','Invertir\x20ordre\x20de\x20l\x27eix','Punt','Paraula','Connectar\x20punts\x20de\x20dades\x20amb\x20línies\x20rectes','257076EPOjli','Distància\x20entre\x20nodes','Gràfic\x20de\x20radar','Eix\x20Y','Format','Gràfic\x20de\x20barres','Inici','Eix','Forma\x20de\x20node\x20de\x20dades','Eix\x20vertical\x20dret','Marcador','Gràfic\x20de\x20línies','Tipus\x20de\x20línia\x20de\x20tendència','El\x20format\x20de\x20moneda\x20s\x27utilitza\x20per\x20a\x20valors\x20monetaris\x20generals,\x20el\x20format\x20comptable\x20alinea\x20els\x20punts\x20decimals\x20en\x20una\x20columna\x20de\x20valors.','917217BJeuFb','Obrir\x20panell\x20de\x20gràfics','Longitud\x20de\x20marca','Rectangle\x20arrodonit\x20buit','Discontinua','664ZMBIKz','Títols\x20del\x20gràfic\x20i\x20els\x20eixos','Repetir\x20núvol\x20de\x20paraules','Sòlida','Mitja\x20pastilla','Línies\x20de\x20quadrícula\x20principals','Inferior'];_0x417c=function(){return _0x8fdbfb;};return _0x417c();}const e={'sheets-chart-ui':{'permission':{'editErr':_0x27d12e(0x248)},'insertChart':_0x27d12e(0x253),'editChart':_0x27d12e(0x26b),'openChartPanel':_0x27d12e(0x20b),'deleteChart':_0x27d12e(0x256),'exportImage':'Export\x20as\x20image','copy':_0x27d12e(0x226),'hideChartPanel':_0x27d12e(0x277),'setupChart':'Configurar','customChart':_0x27d12e(0x23d),'default':'Per\x20defecte','reset':_0x27d12e(0x284),'chartType':_0x27d12e(0x1f3),'themes':_0x27d12e(0x255),'dataRange':_0x27d12e(0x22f),'stack':_0x27d12e(0x27c),'category':_0x27d12e(0x24c),'aggregate':_0x27d12e(0x220),'allSeries':'Totes\x20les\x20sèries','series':'Sèrie','addSeries':_0x27d12e(0x24b),'moreSettings':_0x27d12e(0x225),'min':_0x27d12e(0x282),'max':_0x27d12e(0x235),'invalidType':{'gaps':_0x27d12e(0x263),'zero':_0x27d12e(0x22c),'connectDataPointsWithStraightLines':_0x27d12e(0x1fb)},'blank':'(En\x20blanc)','seriesBlock':{'format':_0x27d12e(0x200),'dataPointStyle':_0x27d12e(0x267)},'backgroundColor':'Color\x20de\x20fons','chartBorderColor':_0x27d12e(0x271),'titles':{'title':_0x27d12e(0x1e0),'mainTitle':_0x27d12e(0x1da),'subTitle':_0x27d12e(0x288),'xAxisTitle':_0x27d12e(0x276),'yAxisTitle':'Títol\x20de\x20l\x27eix\x20Y','rightYAxisTitle':_0x27d12e(0x27d),'titleFormat':'Format\x20del\x20títol','titleText':_0x27d12e(0x1e4),'titlePosition':_0x27d12e(0x283),'titleAlign':'Alineació\x20del\x20títol\x20de\x20l\x27eix'},'axisPositionType':{'start':_0x27d12e(0x202),'center':'Centre','end':'Fi'},'gradientFill':_0x27d12e(0x1c3),'settingsLabels':{'switchToRowOrColumn':_0x27d12e(0x28d),'useAsCategoryLabels':_0x27d12e(0x268),'showEmptyCellsAs':'Mostrar\x20cel·les\x20buides\x20com'},'positionType':{'auto':_0x27d12e(0x264),'inside':_0x27d12e(0x222),'outside':'Fora','top':_0x27d12e(0x1d2),'bottom':_0x27d12e(0x215),'left':'Esquerra','right':_0x27d12e(0x223),'hide':'Amagar'},'align':{'left':'Esquerra','center':_0x27d12e(0x1ce),'right':_0x27d12e(0x223)},'alignY':{'top':_0x27d12e(0x1d2),'middle':_0x27d12e(0x23a),'bottom':'Inferior'},'chartStyle':_0x27d12e(0x26f),'chartAndAxisTitles':_0x27d12e(0x210),'legend':'Llegenda','legendSelectMode':_0x27d12e(0x290),'legendSelectModeType':{'single':_0x27d12e(0x28c),'multiple':_0x27d12e(0x229),'close':_0x27d12e(0x1cf)},'legendVisualMapType':{'continuous':_0x27d12e(0x1d0),'piecewise':'Per\x20trams'},'axes':{'axis':_0x27d12e(0x203),'axisOptions':'Opcions\x20de\x20l\x27eix','horizontalAxis':'Eix\x20horitzontal','verticalAxis':_0x27d12e(0x1f1),'rightVerticalAxis':_0x27d12e(0x205),'leftAxis':_0x27d12e(0x27f),'rightAxis':_0x27d12e(0x245),'useRightAxis':_0x27d12e(0x23c)},'position':_0x27d12e(0x21c),'dataLabels':_0x27d12e(0x21d),'gridlinesAndTicks':_0x27d12e(0x1e7),'indicatorLine':_0x27d12e(0x1e3),'indicatorLineType':_0x27d12e(0x252),'indicatorLineColor':_0x27d12e(0x1f7),'indicatorLabel':_0x27d12e(0x273),'indicatorValue':_0x27d12e(0x1ea),'shape':{'polygon':'Polígon','circle':_0x27d12e(0x237),'square':_0x27d12e(0x28b),'triangle':'Triangle','diamond':'Rombe','rect':_0x27d12e(0x1d9),'roundRect':_0x27d12e(0x219),'pin':_0x27d12e(0x206),'arrow':_0x27d12e(0x232),'none':'Cap','emptyCircle':_0x27d12e(0x24d),'emptySquare':'Quadrat\x20buit','emptyTriangle':_0x27d12e(0x270),'emptyDiamond':'Rombe\x20buit','emptyRect':'Rectangle\x20buit','emptyRoundRect':_0x27d12e(0x20d),'emptyPin':_0x27d12e(0x1f6),'emptyArrow':_0x27d12e(0x292)},'border':_0x27d12e(0x28a),'value':_0x27d12e(0x26a),'fill':'Emplenament','line':'Línia','withOpacity':_0x27d12e(0x1dd),'withColor':'{0}\x20amb\x20color','withThickness':_0x27d12e(0x26c),'withType':_0x27d12e(0x274),'withSize':'{0}\x20amb\x20mida','withShape':_0x27d12e(0x1e2),'withFormat':_0x27d12e(0x1ef),'dataPoint':_0x27d12e(0x246),'dataNodeShape':_0x27d12e(0x204),'addDataPoint':_0x27d12e(0x28e),'point':_0x27d12e(0x1f9),'percentage':_0x27d12e(0x289),'lineType':{'line':'Línia','smooth':'Suau','step':_0x27d12e(0x21b)},'stackType':{'stack':'Apilar','percent':'Apilar\x20percentatge'},'lineDashType':_0x27d12e(0x251),'dashType':{'solid':_0x27d12e(0x212),'dash':_0x27d12e(0x20e),'dot':'Puntejada'},'color':_0x27d12e(0x243),'gridlines':{'majorGridlines':_0x27d12e(0x214),'text':_0x27d12e(0x1cc)},'ticks':{'majorTick':_0x27d12e(0x1c9),'tickPosition':_0x27d12e(0x266),'tickLength':_0x27d12e(0x20c)},'none':_0x27d12e(0x261),'theIndexItem':_0x27d12e(0x227),'seriesDefaultName':'Sèrie\x20{0}','categoryDefaultName':_0x27d12e(0x21a),'styleEditPanel':{'showLabels':'Mostrar\x20etiquetes','showDataLabels':_0x27d12e(0x28f),'padAngle':_0x27d12e(0x1c5),'halfPie':_0x27d12e(0x213),'rosePie':_0x27d12e(0x25b),'pieValScale':_0x27d12e(0x286),'pieValSuffix':'Sufix\x20de\x20valor','pieDigitalFixed':_0x27d12e(0x247),'showLabelLine':_0x27d12e(0x265),'reverseAxisOrder':_0x27d12e(0x1f8),'showAxisLine':_0x27d12e(0x280),'labelPosition':_0x27d12e(0x1e8),'labelText':_0x27d12e(0x254),'repeatWordCould':_0x27d12e(0x211),'gap':_0x27d12e(0x1d1),'useAbsValue':_0x27d12e(0x1f4),'labelRotate':'Rotació\x20d\x27etiqueta','wordCloudShape':_0x27d12e(0x291),'useDateAxis':_0x27d12e(0x1ec),'dateAxisTips':_0x27d12e(0x217)},'doughnutHole':_0x27d12e(0x1db),'radar':{'fill':_0x27d12e(0x293)},'msg':{'invalidSource':_0x27d12e(0x221),'emptyTips':_0x27d12e(0x27e),'sankeyCircularTips':_0x27d12e(0x1c4)},'cloud':{'title':'Núvol\x20de\x20paraules','word':_0x27d12e(0x1fa),'frequency':_0x27d12e(0x238)},'trendline':{'name':_0x27d12e(0x22e),'displayName':_0x27d12e(0x1c7),'addTrendLine':_0x27d12e(0x1d5),'trendlineType':_0x27d12e(0x208),'trendlineName':_0x27d12e(0x1c7),'trendlineColor':_0x27d12e(0x1d7),'trendlineThickness':_0x27d12e(0x231),'trendlineDashType':'Tipus\x20de\x20discontinuïtat\x20de\x20línia\x20de\x20tendència','exp':'Exponencial','linear':'Lineal','log':_0x27d12e(0x240),'pow':_0x27d12e(0x24e),'movingAvg':'Mitjana\x20mòbil','poly':'Polinòmica','order':_0x27d12e(0x25d),'period':'Període\x20de\x20mitjana\x20mòbil','showFormula':_0x27d12e(0x258),'showR2':_0x27d12e(0x241),'formula':_0x27d12e(0x26e),'r2':'R\x20quadrat'},'bubble':{'xAxis':'Eix\x20X','yAxis':_0x27d12e(0x1ff),'size':_0x27d12e(0x21f),'label':_0x27d12e(0x1f0),'emptyTips':'El\x20gràfic\x20de\x20bombolletes\x20requereix\x20almenys\x202\x20columnes:\x20Eix\x20X,\x20Eix\x20Y'},'relation':{'title':'Gràfic\x20de\x20relació','auto':_0x27d12e(0x264),'circular':'Circular','force':_0x27d12e(0x1e9),'useValueAsSymbolSize':_0x27d12e(0x1e1),'layoutType':_0x27d12e(0x1ed),'forceOptions':'Opcions\x20de\x20força\x20dirigida','repulsion':_0x27d12e(0x281),'gravity':'Gravetat','edgeLength':_0x27d12e(0x1fd),'rotateLabel':'Rotar\x20etiqueta','emphasis':'Habilitar\x20efecte\x20de\x20desvaniment\x20de\x20selecció','emptyTips':'La\x20font\x20de\x20dades\x20per\x20al\x20gràfic\x20de\x20relació\x20és\x20la\x20matriu\x20de\x20co-paraules\x20amb\x20la\x20columna\x20addicional\x20de\x20tipus\x20a\x20la\x20segona\x20columna'},'waterfall':{'stackType':_0x27d12e(0x26d),'arrangement':_0x27d12e(0x21e),'stacked':_0x27d12e(0x278),'positive':'Positiu','negative':_0x27d12e(0x1e5),'subtotal':_0x27d12e(0x1f5),'showSubtotal':_0x27d12e(0x218),'positiveStyle':_0x27d12e(0x1c8),'negativeStyle':_0x27d12e(0x234),'subtotalStyle':_0x27d12e(0x27a),'positiveLegendText':_0x27d12e(0x257),'negativeLegendText':_0x27d12e(0x1f2),'subtotalLegendText':_0x27d12e(0x22b)},'pareto':{'lineName':_0x27d12e(0x275),'lineSeries':_0x27d12e(0x287),'barSeries':_0x27d12e(0x236)},'visualMapScope':_0x27d12e(0x224),'boxplot':{'min':_0x27d12e(0x230),'q1':_0x27d12e(0x1d3),'median':_0x27d12e(0x1d8),'q3':_0x27d12e(0x249),'max':'Màxim'},'chartTypes':{'line':_0x27d12e(0x207),'area':_0x27d12e(0x242),'areaStacked':_0x27d12e(0x260),'areaPercentStacked':_0x27d12e(0x1df),'column':_0x27d12e(0x1cb),'bar':_0x27d12e(0x201),'barStacked':_0x27d12e(0x1eb),'barPercentStacked':'Gràfic\x20de\x20barres\x20apilades\x20percentual','pie':_0x27d12e(0x269),'donut':_0x27d12e(0x262),'scatter':_0x27d12e(0x1c6),'radar':_0x27d12e(0x1fe),'bubble':_0x27d12e(0x216),'stock':_0x27d12e(0x1e6),'combination':_0x27d12e(0x239),'wordCloud':_0x27d12e(0x1d4),'funnel':_0x27d12e(0x24f),'relation':_0x27d12e(0x250),'waterfall':'Gràfic\x20de\x20cascada','pareto':_0x27d12e(0x23f),'sankey':_0x27d12e(0x23e),'heatmap':'Mapa\x20de\x20calor','boxplot':_0x27d12e(0x1ca)},'dialog':{'numfmt':{'general':_0x27d12e(0x272),'accounting':_0x27d12e(0x1d6),'currency':_0x27d12e(0x1de),'date':_0x27d12e(0x1dc),'thousandthPercentile':_0x27d12e(0x259),'fieldSetting':'Configuració\x20del\x20camp','formatTypes':_0x27d12e(0x1ee),'confirm':_0x27d12e(0x25f),'cancel':'Cancel·lar','generalDesc':_0x27d12e(0x27b),'accountingDesc':'El\x20format\x20de\x20nombre\x20comptable\x20alinea\x20els\x20símbols\x20de\x20moneda\x20i\x20els\x20punts\x20decimals\x20en\x20una\x20columna.','currencyDesc':_0x27d12e(0x209),'dateDesc':_0x27d12e(0x25e),'thousandthPercentileDesc':_0x27d12e(0x24a),'decimalPlaces':_0x27d12e(0x22d),'currencyTypes':'Tipus\x20de\x20moneda','negativeNumberTypes':'Tipus\x20de\x20nombres\x20negatius','dateTypes':_0x27d12e(0x279)},'setFormat':_0x27d12e(0x285)}}};module[_0x27d12e(0x1cd)]=e;
1
+ function _0x5360(){const _0x43f709=['Sèrie\x20de\x20percentatge\x20acumulat','Mapa\x20de\x20calor','441uOeYPD','494056SDJtny','25Rejswa','Gràfic\x20combinat','Gràfic\x20de\x20raigs\x20solars','Títols\x20del\x20gràfic\x20i\x20els\x20eixos','Sèrie\x20de\x20gràfic\x20de\x20barres','Gràfic\x20de\x20línies\x20/\x20Gràfic\x20d\x27àrea','Gràfic\x20de\x20barres\x20de\x20circular','Histograma','506DVvOHT','Gràfic\x20de\x20Sankey','Gràfic\x20d\x27àrea','Exporta\x20com\x20a\x20imatge','21iRBACt','Línia\x20de\x20tendència','52YBXyzN','Gràfic\x20de\x20barres','Gràfic\x20de\x20candeles','Llegenda','Eix\x20horitzontal','Gràfic\x20Sunburst','Usar\x20{0}\x20com\x20a\x20categoria','Subtotal','Gràfic\x20circular','Configurar','Inserir\x20gràfic','Amagar\x20panell\x20de\x20gràfics','Estil\x20de\x20gràfic','Eix\x20vertical\x20dret','212JzdJEW','Gràfic\x20de\x20columnes','737508hxJJBe','Mapa\x20d\x27arbre','Gràfic\x20de\x20cascada','Gràfic\x20d\x27embuts','Gràfic\x20d\x27àrea\x20apilada','2192817Tmczjc','Negatiu','Gràfic\x20de\x20Pareto','Gràfic\x20de\x20relació','Diagrama\x20de\x20cordes','Gràfic\x20de\x20rosquilla','Gràfic\x20de\x20radar','Gràfic\x20circular\x20de\x20circular','Sèrie','22210YCdgxI','Gràfic\x20de\x20mesura','Gràfic\x20de\x20dispersió','29394ubNXBO','Objectiu','Gràfic\x20de\x20línies','Gràfic\x20de\x20canelobres','Eix\x20vertical','Positiu','Gràfic\x20de\x20barres\x20apilades','Núvol\x20de\x20paraules','176160pHCxvl','Categoria','Copiar','3ZbxKfx'];_0x5360=function(){return _0x43f709;};return _0x5360();}function _0x1e5c(_0x1eb5bc,_0x8a9cf1){_0x1eb5bc=_0x1eb5bc-0x100;const _0x536095=_0x5360();let _0x1e5c3d=_0x536095[_0x1eb5bc];return _0x1e5c3d;}const _0x323bd2=_0x1e5c;(function(_0x4e7a3a,_0x22b0dd){const _0x2b612b=_0x1e5c,_0x7963b9=_0x4e7a3a();while(!![]){try{const _0x2ca9d2=parseInt(_0x2b612b(0x12e))/0x1*(-parseInt(_0x2b612b(0x103))/0x2)+-parseInt(_0x2b612b(0x121))/0x3*(-parseInt(_0x2b612b(0x105))/0x4)+parseInt(_0x2b612b(0x126))/0x5*(-parseInt(_0x2b612b(0x116))/0x6)+-parseInt(_0x2b612b(0x132))/0x7*(-parseInt(_0x2b612b(0x125))/0x8)+-parseInt(_0x2b612b(0x124))/0x9*(-parseInt(_0x2b612b(0x113))/0xa)+-parseInt(_0x2b612b(0x10a))/0xb+-parseInt(_0x2b612b(0x11e))/0xc*(parseInt(_0x2b612b(0x134))/0xd);if(_0x2ca9d2===_0x22b0dd)break;else _0x7963b9['push'](_0x7963b9['shift']());}catch(_0x53cffe){_0x7963b9['push'](_0x7963b9['shift']());}}}(_0x5360,0x22bc7));const e={'sheets-chart-ui':{'permission':{'editErr':'L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'},'common':{'setup':_0x323bd2(0x13d),'customize':'Personalitzar','editChart':'Editor\x20de\x20gràfics','useAsCategoryLabels':_0x323bd2(0x13a),'switchRowColumn':'Canviar\x20a\x20fila/columna','dataRange':'Interval\x20de\x20dades','insertChart':_0x323bd2(0x13e),'openChartPanel':'Obrir\x20panell\x20de\x20gràfics','deleteChart':'Eliminar\x20gràfic','hideChartPanel':_0x323bd2(0x100),'chartAndAxisTitles':_0x323bd2(0x129),'chartStyle':_0x323bd2(0x101),'heatmap':_0x323bd2(0x123),'horizontalAxis':_0x323bd2(0x138),'legend':_0x323bd2(0x137),'rightVerticalAxis':_0x323bd2(0x102),'series':_0x323bd2(0x112),'trendline':_0x323bd2(0x133),'verticalAxis':_0x323bd2(0x11a),'category':_0x323bd2(0x11f),'copy':_0x323bd2(0x120),'exportImage':_0x323bd2(0x131)},'waterfall':{'subtotal':_0x323bd2(0x13b),'positive':_0x323bd2(0x11b),'negative':_0x323bd2(0x10b)},'chartTypes':{'line':_0x323bd2(0x118),'column':_0x323bd2(0x104),'bar':_0x323bd2(0x135),'barStacked':_0x323bd2(0x11c),'barPercentStacked':'Gràfic\x20de\x20barres\x20apilades\x20percentual','pie':_0x323bd2(0x13c),'donut':_0x323bd2(0x10f),'pieOfPie':_0x323bd2(0x111),'barOfPie':_0x323bd2(0x12c),'area':_0x323bd2(0x130),'areaStacked':_0x323bd2(0x109),'areaPercentStacked':'Gràfic\x20d\x27àrea\x20apilada\x20percentual','radar':_0x323bd2(0x110),'scatter':_0x323bd2(0x115),'combination':_0x323bd2(0x127),'wordCloud':_0x323bd2(0x11d),'funnel':_0x323bd2(0x108),'bubble':'Gràfic\x20de\x20bombolletes','relation':_0x323bd2(0x10d),'waterfall':_0x323bd2(0x107),'pareto':_0x323bd2(0x10c),'sankey':_0x323bd2(0x12f),'heatmap':'Mapa\x20de\x20calor','boxplot':'Diagrama\x20de\x20caixa','candlestick':_0x323bd2(0x136),'histogram':_0x323bd2(0x12d),'treemap':_0x323bd2(0x106),'sunburst':_0x323bd2(0x128),'gauge':'Gràfic\x20d\x27indicador','chord':_0x323bd2(0x10e)},'section':{'candlestick':_0x323bd2(0x119),'chord':'Taula\x20d\x27acords','funnel':_0x323bd2(0x108),'gauge':_0x323bd2(0x114),'gridlinesAndTicks':'Línies\x20de\x20quadrícula\x20i\x20marques','histogram':'Gràfic\x20d\x27histograma','indicatorLine':'Línia\x20indicadora','lineAndArea':_0x323bd2(0x12b),'paretoBar':_0x323bd2(0x12a),'paretoLine':_0x323bd2(0x122),'pie':'Gràfic\x20circular','radar':'Gràfic\x20de\x20radar','relation':_0x323bd2(0x10d),'sunburst':_0x323bd2(0x139),'treemap':'Gràfic\x20de\x20mapa\x20d\x27arbre','waterfall':'Gràfic\x20de\x20cascada','wordCloud':_0x323bd2(0x11d)},'chord':{'target':_0x323bd2(0x117)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x5037f7=_0x3e4c;(function(_0x101a53,_0x51fa9b){const _0x476fce=_0x3e4c,_0x176f8f=_0x101a53();while(!![]){try{const _0x54865b=parseInt(_0x476fce(0x208))/0x1+parseInt(_0x476fce(0x25c))/0x2+-parseInt(_0x476fce(0x26c))/0x3+-parseInt(_0x476fce(0x20f))/0x4+parseInt(_0x476fce(0x277))/0x5+-parseInt(_0x476fce(0x262))/0x6*(parseInt(_0x476fce(0x2b1))/0x7)+parseInt(_0x476fce(0x2a6))/0x8;if(_0x54865b===_0x51fa9b)break;else _0x176f8f['push'](_0x176f8f['shift']());}catch(_0x10eaeb){_0x176f8f['push'](_0x176f8f['shift']());}}}(_0x4d66,0x883fc));const e={'sheets-chart-ui':{'permission':{'editErr':_0x5037f7(0x214)},'insertChart':'Diagramm\x20einfügen','editChart':_0x5037f7(0x200),'openChartPanel':'Diagramm-Panel\x20öffnen','deleteChart':_0x5037f7(0x1ec),'exportImage':_0x5037f7(0x2b9),'copy':'Kopieren','hideChartPanel':_0x5037f7(0x26d),'setupChart':_0x5037f7(0x201),'customChart':_0x5037f7(0x22c),'default':_0x5037f7(0x21f),'reset':'Zurücksetzen','chartType':_0x5037f7(0x1ef),'themes':'Designs','dataRange':_0x5037f7(0x23d),'stack':_0x5037f7(0x271),'category':_0x5037f7(0x265),'aggregate':_0x5037f7(0x24c),'allSeries':_0x5037f7(0x2b6),'series':'Datenreihe','addSeries':_0x5037f7(0x261),'moreSettings':_0x5037f7(0x238),'min':_0x5037f7(0x242),'max':'Max','invalidType':{'gaps':'Lücken','zero':_0x5037f7(0x28b),'connectDataPointsWithStraightLines':_0x5037f7(0x1f8)},'blank':_0x5037f7(0x2b4),'seriesBlock':{'format':_0x5037f7(0x202),'dataPointStyle':_0x5037f7(0x239)},'backgroundColor':'Hintergrundfarbe','chartBorderColor':_0x5037f7(0x2a9),'titles':{'title':_0x5037f7(0x257),'mainTitle':'Haupttitel','subTitle':'Untertitel','xAxisTitle':_0x5037f7(0x268),'yAxisTitle':_0x5037f7(0x276),'rightYAxisTitle':_0x5037f7(0x291),'titleFormat':_0x5037f7(0x284),'titleText':'Titeltext','titlePosition':_0x5037f7(0x26a),'titleAlign':_0x5037f7(0x217)},'axisPositionType':{'start':_0x5037f7(0x241),'center':_0x5037f7(0x270),'end':'Ende'},'gradientFill':_0x5037f7(0x227),'settingsLabels':{'switchToRowOrColumn':'Zu\x20Zeile/Spalte\x20wechseln','useAsCategoryLabels':'{0}\x20als\x20Kategorie\x20verwenden','showEmptyCellsAs':_0x5037f7(0x260)},'positionType':{'auto':_0x5037f7(0x218),'inside':_0x5037f7(0x223),'outside':_0x5037f7(0x240),'top':_0x5037f7(0x269),'bottom':_0x5037f7(0x22d),'left':_0x5037f7(0x21d),'right':_0x5037f7(0x1fe),'hide':_0x5037f7(0x2aa)},'align':{'left':_0x5037f7(0x21d),'center':'Mitte','right':'Rechts'},'alignY':{'top':_0x5037f7(0x269),'middle':'Mitte','bottom':_0x5037f7(0x22d)},'chartStyle':_0x5037f7(0x283),'chartAndAxisTitles':_0x5037f7(0x2ab),'legend':'Legende','legendSelectMode':_0x5037f7(0x292),'legendSelectModeType':{'single':_0x5037f7(0x204),'multiple':_0x5037f7(0x221),'close':_0x5037f7(0x1f6)},'legendVisualMapType':{'continuous':_0x5037f7(0x297),'piecewise':_0x5037f7(0x21e)},'axes':{'axis':_0x5037f7(0x253),'axisOptions':_0x5037f7(0x278),'horizontalAxis':'Horizontale\x20Achse','verticalAxis':_0x5037f7(0x27b),'rightVerticalAxis':_0x5037f7(0x1f9),'leftAxis':'Linke\x20Achse','rightAxis':'Rechte\x20Achse','useRightAxis':'Rechte\x20Achse\x20verwenden'},'position':_0x5037f7(0x245),'dataLabels':_0x5037f7(0x267),'gridlinesAndTicks':_0x5037f7(0x226),'indicatorLine':'Indikatorlinie','indicatorLineType':_0x5037f7(0x2b2),'indicatorLineColor':_0x5037f7(0x1ea),'indicatorLabel':_0x5037f7(0x25e),'indicatorValue':_0x5037f7(0x255),'shape':{'polygon':'Polygon','circle':'Kreis','square':_0x5037f7(0x2a4),'triangle':'Dreieck','diamond':_0x5037f7(0x23e),'rect':_0x5037f7(0x237),'roundRect':_0x5037f7(0x2a3),'pin':_0x5037f7(0x224),'arrow':_0x5037f7(0x20e),'none':_0x5037f7(0x213),'emptyCircle':_0x5037f7(0x228),'emptySquare':_0x5037f7(0x2ac),'emptyTriangle':_0x5037f7(0x286),'emptyDiamond':_0x5037f7(0x29b),'emptyRect':_0x5037f7(0x24d),'emptyRoundRect':_0x5037f7(0x233),'emptyPin':_0x5037f7(0x246),'emptyArrow':_0x5037f7(0x264)},'border':_0x5037f7(0x26f),'value':_0x5037f7(0x25d),'fill':_0x5037f7(0x296),'line':_0x5037f7(0x293),'withOpacity':_0x5037f7(0x279),'withColor':_0x5037f7(0x28d),'withThickness':_0x5037f7(0x290),'withType':'{0}\x20mit\x20Typ','withSize':'{0}\x20mit\x20Größe','withShape':_0x5037f7(0x28c),'withFormat':'{0}\x20mit\x20Format','dataPoint':_0x5037f7(0x252),'dataNodeShape':_0x5037f7(0x22f),'addDataPoint':'Datenpunkt\x20hinzufügen','point':_0x5037f7(0x298),'percentage':_0x5037f7(0x222),'lineType':{'line':_0x5037f7(0x293),'smooth':_0x5037f7(0x24e),'step':_0x5037f7(0x29f)},'stackType':{'stack':_0x5037f7(0x271),'percent':_0x5037f7(0x27f)},'lineDashType':_0x5037f7(0x263),'dashType':{'solid':_0x5037f7(0x225),'dash':_0x5037f7(0x258),'dot':'Punkt'},'color':_0x5037f7(0x215),'gridlines':{'majorGridlines':_0x5037f7(0x1f2),'text':'Gitternetzlinien'},'ticks':{'majorTick':'Hauptteilstrich','tickPosition':_0x5037f7(0x259),'tickLength':_0x5037f7(0x1ee)},'none':'Keine','theIndexItem':'Das\x20{0}.\x20Element','seriesDefaultName':_0x5037f7(0x2a2),'categoryDefaultName':_0x5037f7(0x25f),'styleEditPanel':{'showLabels':_0x5037f7(0x27d),'showDataLabels':'Datenbeschriftungen\x20anzeigen','padAngle':'Beschriftungswinkel','halfPie':_0x5037f7(0x281),'rosePie':_0x5037f7(0x28a),'pieValScale':_0x5037f7(0x1f3),'pieValSuffix':_0x5037f7(0x1ff),'pieDigitalFixed':'Festgelegte\x20Dezimalstellen','showLabelLine':_0x5037f7(0x1fd),'reverseAxisOrder':_0x5037f7(0x21c),'showAxisLine':_0x5037f7(0x206),'labelPosition':_0x5037f7(0x2b3),'labelText':_0x5037f7(0x234),'repeatWordCould':_0x5037f7(0x210),'gap':_0x5037f7(0x21b),'useAbsValue':_0x5037f7(0x26e),'labelRotate':_0x5037f7(0x1f7),'wordCloudShape':_0x5037f7(0x248),'useDateAxis':_0x5037f7(0x2ae),'dateAxisTips':_0x5037f7(0x266)},'doughnutHole':_0x5037f7(0x207),'radar':{'fill':_0x5037f7(0x296)},'msg':{'invalidSource':_0x5037f7(0x23f),'emptyTips':_0x5037f7(0x243),'sankeyCircularTips':_0x5037f7(0x273)},'cloud':{'title':'Wortwolke','word':_0x5037f7(0x205),'frequency':_0x5037f7(0x23a)},'trendline':{'name':_0x5037f7(0x244),'displayName':_0x5037f7(0x299),'addTrendLine':_0x5037f7(0x216),'trendlineType':_0x5037f7(0x2b8),'trendlineName':'Trendlinienname','trendlineColor':'Trendlinienfarbe','trendlineThickness':_0x5037f7(0x287),'trendlineDashType':'Trendlinienstrichtyp','exp':_0x5037f7(0x24f),'linear':'Linear','log':_0x5037f7(0x20b),'pow':_0x5037f7(0x212),'movingAvg':_0x5037f7(0x1ed),'poly':_0x5037f7(0x27e),'order':_0x5037f7(0x2b5),'period':'Gleitender\x20Durchschnitt\x20Zeitraum','showFormula':_0x5037f7(0x23c),'showR2':_0x5037f7(0x2a5),'formula':_0x5037f7(0x29a),'r2':_0x5037f7(0x250)},'bubble':{'xAxis':_0x5037f7(0x285),'yAxis':'Y-Achse','size':_0x5037f7(0x272),'label':'Blasenbeschriftung','emptyTips':_0x5037f7(0x211)},'relation':{'title':_0x5037f7(0x254),'auto':'Auto','circular':_0x5037f7(0x25b),'force':_0x5037f7(0x20a),'useValueAsSymbolSize':_0x5037f7(0x232),'layoutType':_0x5037f7(0x26b),'forceOptions':_0x5037f7(0x1f1),'repulsion':_0x5037f7(0x29e),'gravity':'Schwerkraft','edgeLength':_0x5037f7(0x23b),'rotateLabel':'Beschriftung\x20drehen','emphasis':_0x5037f7(0x1fa),'emptyTips':'Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte'},'waterfall':{'stackType':_0x5037f7(0x274),'arrangement':_0x5037f7(0x22a),'stacked':_0x5037f7(0x289),'positive':_0x5037f7(0x2af),'negative':_0x5037f7(0x288),'subtotal':_0x5037f7(0x247),'showSubtotal':_0x5037f7(0x2b0),'positiveStyle':'Positiver\x20Stil','negativeStyle':_0x5037f7(0x275),'subtotalStyle':_0x5037f7(0x22e),'positiveLegendText':_0x5037f7(0x20d),'negativeLegendText':_0x5037f7(0x25a),'subtotalLegendText':'Zwischensummen-Legendentext'},'pareto':{'lineName':_0x5037f7(0x203),'lineSeries':_0x5037f7(0x2a8),'barSeries':_0x5037f7(0x219)},'visualMapScope':_0x5037f7(0x28e),'boxplot':{'min':_0x5037f7(0x20c),'q1':_0x5037f7(0x22b),'median':_0x5037f7(0x27a),'q3':'Drittes\x20Quartil','max':'Maximum'},'chartTypes':{'line':'Liniendiagramm','area':_0x5037f7(0x2a1),'areaStacked':_0x5037f7(0x2a7),'areaPercentStacked':_0x5037f7(0x1eb),'column':_0x5037f7(0x24b),'bar':_0x5037f7(0x220),'barStacked':'Gestapeltes\x20Balkendiagramm','barPercentStacked':_0x5037f7(0x229),'pie':_0x5037f7(0x1fc),'donut':_0x5037f7(0x294),'scatter':_0x5037f7(0x2a0),'radar':_0x5037f7(0x249),'bubble':_0x5037f7(0x231),'stock':_0x5037f7(0x2b7),'combination':_0x5037f7(0x1f0),'wordCloud':'Wortwolkendiagramm','funnel':_0x5037f7(0x295),'relation':_0x5037f7(0x254),'waterfall':'Wasserfalldiagramm','pareto':_0x5037f7(0x1fb),'sankey':_0x5037f7(0x29c),'heatmap':_0x5037f7(0x29d),'boxplot':_0x5037f7(0x24a)},'dialog':{'numfmt':{'general':_0x5037f7(0x251),'accounting':_0x5037f7(0x280),'currency':_0x5037f7(0x1f4),'date':_0x5037f7(0x28f),'thousandthPercentile':_0x5037f7(0x2ad),'fieldSetting':'Feldeinstellungen','formatTypes':'Formattypen','confirm':'OK','cancel':'Abbrechen','generalDesc':'Das\x20Allgemein-Format\x20enthält\x20kein\x20spezifisches\x20Zahlenformat.','accountingDesc':'Das\x20Buchhaltungszahlenformat\x20richtet\x20Währungssymbole\x20und\x20Dezimalpunkte\x20in\x20einer\x20Spalte\x20aus.','currencyDesc':_0x5037f7(0x235),'dateDesc':_0x5037f7(0x256),'thousandthPercentileDesc':_0x5037f7(0x27c),'decimalPlaces':_0x5037f7(0x21a),'currencyTypes':_0x5037f7(0x230),'negativeNumberTypes':_0x5037f7(0x209),'dateTypes':_0x5037f7(0x282)},'setFormat':_0x5037f7(0x236)}}};function _0x4d66(){const _0x45decb=['Vertikale\x20Achse','Das\x20Tausendstel-Prozentil-Format\x20wird\x20für\x20allgemeine\x20Zahlen\x20verwendet,\x20Währungs-\x20und\x20Buchhaltungsformate\x20bieten\x20spezialisierte\x20Formate\x20für\x20monetäre\x20Werte.','Beschriftungen\x20anzeigen','Polynomisch','Prozentstapel','Buchhaltung','Halber\x20Kreis','Datumstypen','Diagrammstil','Titelformat','X-Achse','Leeres\x20Dreieck','Trendlinienstärke','Negativ','Gestapelt','Rosendiagramm','Null','{0}\x20mit\x20Form','{0}\x20mit\x20Farbe','Visueller\x20Kartenbereich','Datum','{0}\x20mit\x20Stärke','Rechter\x20Y-Achsentitel','Legenden-Auswahlmodus','Linie','Ringdiagramm','Trichterdiagramm','Füllung','Kontinuierlich','Punkt','Trendlinienname','Formel','Leerer\x20Diamant','Sankey-Diagramm','Heatmap','Abstoßung','Stufe','Streudiagramm','Flächendiagramm','Datenreihe\x20{0}','Abgerundetes\x20Rechteck','Quadrat','R-Quadrat\x20anzeigen','17070416tEJtss','Gestapeltes\x20Flächendiagramm','Kumulierte\x20Prozent-Datenreihe','Diagrammrahmenfarbe','Ausblenden','Diagramm-\x20und\x20Achsentitel','Leeres\x20Quadrat','Tausendstel-Prozentil','Datumsachse\x20verwenden','Positiv','Zwischensumme\x20anzeigen','3416diFbib','Indikatorlinientyp','Beschriftungsposition','(Leer)','Polynomordnung','Alle\x20Datenreihen','Aktiendiagramm','Trendlinientyp','Export\x20as\x20image','Indikatorlinienfarbe','Prozent\x20gestapeltes\x20Flächendiagramm','Diagramm\x20löschen','Gleitender\x20Durchschnitt','Teilstrichlänge','Diagrammtyp','Kombinationsdiagramm','Kraftgesteuerte\x20Optionen','Hauptgitternetzlinien','Wertskalierung','Währung','exports','Schließen','Beschriftung\x20drehen','Datenpunkte\x20mit\x20geraden\x20Linien\x20verbinden','Rechte\x20vertikale\x20Achse','Auswahl-Einblendeffekt\x20aktivieren','Pareto-Diagramm','Kreisdiagramm','Beschriftungslinie\x20anzeigen','Rechts','Wertsuffix','Diagramm-Editor','Einrichten','Format','Kumulierte\x20Prozent','Einzeln','Wort','Achsenlinie\x20anzeigen','Ringloch','418103iJfMOG','Negative\x20Zahlentypen','Kraftgesteuert','Logarithmisch','Minimum','Positive\x20Legendentext','Pfeil','3158188bMCEdp','Wortwolke\x20wiederholen','Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse','Potenz','Keine','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Farbe','Trendlinie\x20hinzufügen','Achsentitelausrichtung','Auto','Balkendiagramm-Datenreihe','Dezimalstellen','Abstand','Achsenreihenfolge\x20umkehren','Links','Stückweise','Standard','Balkendiagramm','Mehrfach','Prozent','Innen','Pin','Durchgezogen','Gitternetzlinien\x20und\x20Teilstriche','Farbverlauffüllung','Leerer\x20Kreis','Prozent\x20gestapeltes\x20Balkendiagramm','Sequentiell','Erstes\x20Quartil','Anpassen','Unten','Zwischensummenstil','Datenknotenform','Währungstypen','Blasendiagramm','Wert\x20als\x20Knotengröße\x20verwenden','Leeres\x20abgerundetes\x20Rechteck','Beschriftungstext','Das\x20Währungsformat\x20wird\x20für\x20allgemeine\x20monetäre\x20Werte\x20verwendet,\x20das\x20Buchhaltungsformat\x20richtet\x20Dezimalpunkte\x20in\x20einer\x20Spalte\x20von\x20Werten\x20aus.','Beschriftungsformat\x20festlegen','Rechteck','Weitere\x20Einstellungen','Datenpunktstil','Häufigkeit','Knotenabstand','Formel\x20anzeigen','Datenbereich','Diamant','Die\x20Diagrammdatenquelle\x20sollte\x20mehr\x20als\x201\x20Zeile\x20und\x201\x20Spalte\x20umfassen.','Außen','Anfang','Min','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','Trendlinie','Position','Leerer\x20Pin','Zwischensumme','Wortwolkenform','Netzdiagramm','Box-Plot-Diagramm','Säulendiagramm','Aggregieren','Leeres\x20Rechteck','Glatt','Exponentiell','R-Quadrat','Allgemein','Datenpunkt','Achse','Beziehungsdiagramm','Indikatorwert','Das\x20Datumsformat\x20zeigt\x20Datums-\x20und\x20Zeitseriennummern\x20als\x20Datumswerte\x20an.','Titel','Strich','Teilstrichposition','Negative\x20Legendentext','Zirkulär','269330Tdtgch','Wert','Indikatorbeschriftung','Kategorie\x20{0}','Leere\x20Zellen\x20anzeigen\x20als','Datenreihe\x20hinzufügen','11946RPFTVA','Linienstrichtyp','Leerer\x20Pfeil','Kategorie','Datumsachse\x20ist\x20nur\x20verfügbar,\x20wenn\x20alle\x20Daten\x20im\x20Datumsformat\x20vorliegen','Datenbeschriftungen','X-Achsentitel','Oben','Titelposition','Layouttyp','1692798mFzyGH','Diagramm-Panel\x20ausblenden','Absoluten\x20Wert\x20verwenden','Rahmen','Mitte','Stapeln','Blasengröße','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','Stapeltyp','Negativer\x20Stil','Y-Achsentitel','984635HjIlxv','Achsenoptionen','{0}\x20mit\x20Deckkraft','Median'];_0x4d66=function(){return _0x45decb;};return _0x4d66();}function _0x3e4c(_0x1b8be0,_0x1c58e0){_0x1b8be0=_0x1b8be0-0x1ea;const _0x4d66ce=_0x4d66();let _0x3e4c79=_0x4d66ce[_0x1b8be0];return _0x3e4c79;}module[_0x5037f7(0x1f5)]=e;
1
+ const _0x2ef57e=_0xc412;function _0xc412(_0x20aea1,_0x2e64a4){_0x20aea1=_0x20aea1-0x198;const _0x1ed2c9=_0x1ed2();let _0xc412d2=_0x1ed2c9[_0x20aea1];return _0xc412d2;}function _0x1ed2(){const _0x404d8a=['Beziehungsdiagramm','1578LuhREQ','4657408MKkaax','Prozent\x20gestapeltes\x20Balkendiagramm','Histogramm','Pareto-Diagramm','Heatmap','Gestapeltes\x20Flächendiagramm','Kumulierte\x20Prozent-Datenreihe','Liniendiagramm\x20/\x20Flächendiagramm','Flächendiagramm','Ziel','Kombinationsdiagramm','Negativ','1826810iEwlIO','9345aitrTS','exports','Gitternetzlinien\x20und\x20Teilstriche','Diagramm-Panel\x20öffnen','Gestapeltes\x20Balkendiagramm','Balkendiagramm','242790OxMogl','Indikatorlinie','Trichterdiagramm','Zu\x20Zeile/Spalte\x20wechseln','Rechte\x20vertikale\x20Achse','Legende','2971565YFkqox','{0}\x20als\x20Kategorie\x20verwenden','Treemap-Diagramm','Prozent\x20gestapeltes\x20Flächendiagramm','Diagramm-Panel\x20ausblenden','Streudiagramm','Kreis-aus-Kreis-Diagramm','2836953uRFswq','Sunburst-Diagramm','Datenreihe','86896QhHNVW','Säulendiagramm','Wortwolkendiagramm','Zwischensumme','Ringdiagramm','Akkorddiagramm','Netzdiagramm','Kreisdiagramm','Histogramm-Diagramm','Candlestick-Diagramm','Anpassen','117nODPvI','Balkendiagramm-Datenreihe','Diagramm-\x20und\x20Achsentitel','Horizontale\x20Achse','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Wortwolke','Blasendiagramm','Box-Plot-Diagramm','Wasserfalldiagramm'];_0x1ed2=function(){return _0x404d8a;};return _0x1ed2();}(function(_0x2de37e,_0x5a238c){const _0x3f8c9e=_0xc412,_0x159d33=_0x2de37e();while(!![]){try{const _0x424075=-parseInt(_0x3f8c9e(0x1a6))/0x1+parseInt(_0x3f8c9e(0x19f))/0x2+-parseInt(_0x3f8c9e(0x1c1))/0x3*(parseInt(_0x3f8c9e(0x1b6))/0x4)+-parseInt(_0x3f8c9e(0x1ac))/0x5+-parseInt(_0x3f8c9e(0x1cb))/0x6*(-parseInt(_0x3f8c9e(0x1a0))/0x7)+parseInt(_0x3f8c9e(0x1cc))/0x8+parseInt(_0x3f8c9e(0x1b3))/0x9;if(_0x424075===_0x5a238c)break;else _0x159d33['push'](_0x159d33['shift']());}catch(_0x1778bf){_0x159d33['push'](_0x159d33['shift']());}}}(_0x1ed2,0x7497c));const e={'sheets-chart-ui':{'permission':{'editErr':_0x2ef57e(0x1c5)},'common':{'setup':'Einrichten','customize':_0x2ef57e(0x1c0),'editChart':'Diagramm-Editor','useAsCategoryLabels':_0x2ef57e(0x1ad),'switchRowColumn':_0x2ef57e(0x1a9),'dataRange':'Datenbereich','insertChart':'Diagramm\x20einfügen','openChartPanel':_0x2ef57e(0x1a3),'deleteChart':'Diagramm\x20löschen','hideChartPanel':_0x2ef57e(0x1b0),'chartAndAxisTitles':_0x2ef57e(0x1c3),'chartStyle':'Diagrammstil','heatmap':'Heatmap','horizontalAxis':_0x2ef57e(0x1c4),'legend':_0x2ef57e(0x1ab),'rightVerticalAxis':_0x2ef57e(0x1aa),'series':_0x2ef57e(0x1b5),'trendline':'Trendlinie','verticalAxis':'Vertikale\x20Achse','category':'Kategorie','copy':'Kopieren','exportImage':'Als\x20Bild\x20exportieren'},'waterfall':{'subtotal':_0x2ef57e(0x1b9),'positive':'Positiv','negative':_0x2ef57e(0x19e)},'chartTypes':{'line':'Liniendiagramm','column':_0x2ef57e(0x1b7),'bar':_0x2ef57e(0x1a5),'barStacked':_0x2ef57e(0x1a4),'barPercentStacked':_0x2ef57e(0x1cd),'pie':_0x2ef57e(0x1bd),'donut':_0x2ef57e(0x1ba),'pieOfPie':_0x2ef57e(0x1b2),'barOfPie':'Balken-aus-Kreis-Diagramm','area':_0x2ef57e(0x19b),'areaStacked':_0x2ef57e(0x198),'areaPercentStacked':_0x2ef57e(0x1af),'radar':_0x2ef57e(0x1bc),'scatter':_0x2ef57e(0x1b1),'combination':_0x2ef57e(0x19d),'wordCloud':_0x2ef57e(0x1b8),'funnel':_0x2ef57e(0x1a8),'bubble':_0x2ef57e(0x1c7),'relation':_0x2ef57e(0x1ca),'waterfall':_0x2ef57e(0x1c9),'pareto':_0x2ef57e(0x1cf),'sankey':'Sankey-Diagramm','heatmap':_0x2ef57e(0x1d0),'boxplot':_0x2ef57e(0x1c8),'candlestick':_0x2ef57e(0x1bf),'histogram':_0x2ef57e(0x1ce),'treemap':_0x2ef57e(0x1ae),'sunburst':_0x2ef57e(0x1b4),'gauge':'Tachometerdiagramm','chord':_0x2ef57e(0x1bb)},'section':{'candlestick':_0x2ef57e(0x1bf),'chord':'Akkordtabelle','funnel':_0x2ef57e(0x1a8),'gauge':'Gauge-Diagramm','gridlinesAndTicks':_0x2ef57e(0x1a2),'histogram':_0x2ef57e(0x1be),'indicatorLine':_0x2ef57e(0x1a7),'lineAndArea':_0x2ef57e(0x19a),'paretoBar':_0x2ef57e(0x1c2),'paretoLine':_0x2ef57e(0x199),'pie':_0x2ef57e(0x1bd),'radar':_0x2ef57e(0x1bc),'relation':_0x2ef57e(0x1ca),'sunburst':_0x2ef57e(0x1b4),'treemap':'Baumkartendiagramm','waterfall':_0x2ef57e(0x1c9),'wordCloud':_0x2ef57e(0x1c6)},'chord':{'target':_0x2ef57e(0x19c)}}};module[_0x2ef57e(0x1a1)]=e;
@@ -1 +1 @@
1
- function _0x3099(_0x28a95a,_0x46994b){_0x28a95a=_0x28a95a-0x112;const _0x288e2a=_0x288e();let _0x30994e=_0x288e2a[_0x28a95a];return _0x30994e;}function _0x288e(){const _0x3701b3=['Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Diamond','Piecewise','Positive\x20Style','Bubble\x20size','Polynomial\x20order','X-axis','Right\x20vertical\x20axis','Border','Connect\x20data\x20points\x20with\x20straight\x20lines','5058IrGewF','Show\x20label\x20line','Relation\x20chart','Empty\x20pin','Show\x20R\x20squared','4975312aKxQwp','Gridlines\x20and\x20ticks','1095948KNwpUl','{0}\x20with\x20shape','Axis','Export\x20as\x20image','None','Y-axis','Copy','Subtotal\x20Legend\x20Text','600uBQNdu','Polygon','Square','Rotate\x20label','Add\x20data\x20point','Currency\x20Types','Label\x20padding\x20angle','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Pareto\x20chart','Stacked\x20area\x20chart','Date','Solid','Force-directed','Triangle','Gap','Power','Circle','Themes','Word\x20cloud\x20chart','Stack\x20Type','Top','Line\x20dash\x20type','Single','Negative','Circular','Min','Step','Show\x20axis\x20line','Empty\x20triangle','Moving\x20average\x20period','Linear','{0}\x20with\x20thickness','Accounting','Data\x20point\x20style','Negative\x20Number\x20Types','Background\x20color','Use\x20right\x20axis','Stacked','Stacked\x20bar\x20chart','Value\x20scale','Set\x20label\x20format','Positive\x20Legend\x20Text','Hide','Bar\x20chart','Outside','(Blank)','Point','Tick\x20length','Add\x20trendline','Category','Minimum','Currency','Major\x20gridlines','118RgYecU','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Title\x20position','Main\x20title','Smooth','Empty\x20arrow','Use\x20value\x20as\x20node\x20size','Pin','24508pIEBOh','All\x20series','Round\x20rectangle','Vertical\x20axis','Fill','Gravity','Cumulative\x20Percentage\x20Series','Word\x20cloud','Trendline\x20name','Column\x20chart','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Stock\x20chart','Bar\x20Chart\x20Series','Right\x20Y-axis\x20title','Show\x20labels','Visual\x20map\x20scope','Title','Trendline','23537gkMzAg','Subtotal\x20Style','Show\x20empty\x20cells\x20as','13394745tlCdHp','Add\x20series','End','Tick\x20position','Bubble\x20label','Formula','Bottom','Category\x20{0}','Force-directed\x20options','More\x20settings','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Sub\x20title','Empty\x20diamond','Start','Negative\x20Style','Empty\x20rectangle','R\x20squared','Empty\x20square','zero','Word','Setup','Polynomial','Logarithmic','Auto','Layout\x20type','Show\x20formula','Data\x20range','Median','The\x20{0}\x20item','Continuous','Half\x20pie','Line','Node\x20distance','X-axis\x20title','Empty\x20circle','Trendline\x20type','Hide\x20chart\x20panel','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Data\x20node\x20shape','Indicator\x20value','Multiple','Position','Center','Series','Format','Color','Line\x20chart','Trendline\x20thickness','Stack','Customize','First\x20quartile','Rose\x20pie','Repulsion','Left','3035QbMlFS','Dot','gaps','Moving\x20average','Label\x20text','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Data\x20point','Area\x20chart','Trendline\x20dash\x20type','Repeat\x20word\x20cloud','Indicator\x20line\x20type','{0}\x20with\x20color','Show\x20data\x20labels','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','22sIkLqq','Waterfall\x20chart','Indicator\x20line','Empty\x20round\x20rectangle','{0}\x20with\x20size','Legend','Chart\x20border\x20color','Right','Enable\x20selection\x20fade-in\x20effect','Cancel','Use\x20{0}\x20as\x20category','8349830ZrspGn','Donut\x20chart','Chart\x20and\x20axis\x20titles','Gridlines','Arrow','Inside','Show\x20Subtotal','Label\x20position','Major\x20tick','Horizontal\x20axis','Use\x20date\x20axis','{0}\x20with\x20format','Label\x20rotate','Delete\x20chart','Aggregate','Doughnut\x20hole','Maximum','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Date\x20Types'];_0x288e=function(){return _0x3701b3;};return _0x288e();}const _0x501563=_0x3099;(function(_0x20208b,_0x17393a){const _0x28e9eb=_0x3099,_0xef60c1=_0x20208b();while(!![]){try{const _0x1c8ad2=parseInt(_0x28e9eb(0x1a8))/0x1*(-parseInt(_0x28e9eb(0x18e))/0x2)+parseInt(_0x28e9eb(0x159))/0x3*(-parseInt(_0x28e9eb(0x196))/0x4)+parseInt(_0x28e9eb(0x113))/0x5*(-parseInt(_0x28e9eb(0x14a))/0x6)+parseInt(_0x28e9eb(0x151))/0x7+parseInt(_0x28e9eb(0x14f))/0x8+parseInt(_0x28e9eb(0x1ab))/0x9+-parseInt(_0x28e9eb(0x12d))/0xa*(-parseInt(_0x28e9eb(0x122))/0xb);if(_0x1c8ad2===_0x17393a)break;else _0xef60c1['push'](_0xef60c1['shift']());}catch(_0x4686f3){_0xef60c1['push'](_0xef60c1['shift']());}}}(_0x288e,0xc5fd5));const e={'sheets-chart-ui':{'permission':{'editErr':_0x501563(0x1d0)},'insertChart':'Insert\x20chart','editChart':'Chart\x20editor','openChartPanel':'Edit\x20chart','deleteChart':_0x501563(0x13a),'exportImage':_0x501563(0x154),'copy':_0x501563(0x157),'hideChartPanel':_0x501563(0x1cf),'setupChart':_0x501563(0x1bf),'customChart':_0x501563(0x1dc),'default':'Default','reset':'Reset','chartType':'Chart\x20type','themes':_0x501563(0x16a),'dataRange':_0x501563(0x1c5),'stack':'Stack','category':_0x501563(0x18a),'aggregate':_0x501563(0x13b),'allSeries':_0x501563(0x197),'series':_0x501563(0x1d6),'addSeries':_0x501563(0x1ac),'moreSettings':_0x501563(0x1b4),'min':_0x501563(0x172),'max':'Max','invalidType':{'gaps':_0x501563(0x115),'zero':_0x501563(0x1bd),'connectDataPointsWithStraightLines':_0x501563(0x149)},'blank':_0x501563(0x186),'seriesBlock':{'format':_0x501563(0x1d7),'dataPointStyle':_0x501563(0x17a)},'backgroundColor':_0x501563(0x17c),'chartBorderColor':_0x501563(0x128),'titles':{'title':_0x501563(0x1a6),'mainTitle':_0x501563(0x191),'subTitle':_0x501563(0x1b6),'xAxisTitle':_0x501563(0x1cc),'yAxisTitle':'Y-axis\x20title','rightYAxisTitle':_0x501563(0x1a3),'titleFormat':'Title\x20format','titleText':'Title\x20text','titlePosition':_0x501563(0x190),'titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':_0x501563(0x1b8),'center':_0x501563(0x1d5),'end':_0x501563(0x1ad)},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x501563(0x12c),'showEmptyCellsAs':_0x501563(0x1aa)},'positionType':{'auto':'Auto','inside':_0x501563(0x132),'outside':_0x501563(0x185),'top':_0x501563(0x16d),'bottom':_0x501563(0x1b1),'left':_0x501563(0x112),'right':_0x501563(0x129),'hide':_0x501563(0x183)},'align':{'left':_0x501563(0x112),'center':_0x501563(0x1d5),'right':'Right'},'alignY':{'top':_0x501563(0x16d),'middle':'Middle','bottom':_0x501563(0x1b1)},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x501563(0x12f),'legend':_0x501563(0x127),'legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x501563(0x16f),'multiple':_0x501563(0x1d3),'close':'Close'},'legendVisualMapType':{'continuous':_0x501563(0x1c8),'piecewise':_0x501563(0x142)},'axes':{'axis':_0x501563(0x153),'axisOptions':'Axis\x20options','horizontalAxis':_0x501563(0x136),'verticalAxis':_0x501563(0x199),'rightVerticalAxis':_0x501563(0x147),'leftAxis':'Left\x20axis','rightAxis':'Right\x20axis','useRightAxis':_0x501563(0x17d)},'position':_0x501563(0x1d4),'dataLabels':'Data\x20labels','gridlinesAndTicks':_0x501563(0x150),'indicatorLine':_0x501563(0x124),'indicatorLineType':_0x501563(0x11e),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':'Indicator\x20label','indicatorValue':_0x501563(0x1d2),'shape':{'polygon':_0x501563(0x15a),'circle':_0x501563(0x169),'square':_0x501563(0x15b),'triangle':_0x501563(0x166),'diamond':_0x501563(0x141),'rect':'Rectangle','roundRect':_0x501563(0x198),'pin':_0x501563(0x195),'arrow':_0x501563(0x131),'none':_0x501563(0x155),'emptyCircle':_0x501563(0x1cd),'emptySquare':_0x501563(0x1bc),'emptyTriangle':_0x501563(0x175),'emptyDiamond':_0x501563(0x1b7),'emptyRect':_0x501563(0x1ba),'emptyRoundRect':_0x501563(0x125),'emptyPin':_0x501563(0x14d),'emptyArrow':_0x501563(0x193)},'border':_0x501563(0x148),'value':'Value','fill':'Fill','line':_0x501563(0x1ca),'withOpacity':'{0}\x20with\x20opacity','withColor':_0x501563(0x11f),'withThickness':_0x501563(0x178),'withType':'{0}\x20with\x20type','withSize':_0x501563(0x126),'withShape':_0x501563(0x152),'withFormat':_0x501563(0x138),'dataPoint':_0x501563(0x11a),'dataNodeShape':_0x501563(0x1d1),'addDataPoint':_0x501563(0x15d),'point':_0x501563(0x187),'percentage':'Percentage','lineType':{'line':_0x501563(0x1ca),'smooth':_0x501563(0x192),'step':_0x501563(0x173)},'stackType':{'stack':_0x501563(0x1db),'percent':'Percent\x20stack'},'lineDashType':_0x501563(0x16e),'dashType':{'solid':_0x501563(0x164),'dash':'Dash','dot':_0x501563(0x114)},'color':_0x501563(0x1d8),'gridlines':{'majorGridlines':_0x501563(0x18d),'text':_0x501563(0x130)},'ticks':{'majorTick':_0x501563(0x135),'tickPosition':_0x501563(0x1ae),'tickLength':_0x501563(0x188)},'none':_0x501563(0x155),'theIndexItem':_0x501563(0x1c7),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x501563(0x1b2),'styleEditPanel':{'showLabels':_0x501563(0x1a4),'showDataLabels':_0x501563(0x120),'padAngle':_0x501563(0x15f),'halfPie':_0x501563(0x1c9),'rosePie':_0x501563(0x1de),'pieValScale':_0x501563(0x180),'pieValSuffix':'Value\x20suffix','pieDigitalFixed':'Digital\x20fixed','showLabelLine':_0x501563(0x14b),'reverseAxisOrder':'Reverse\x20axis\x20order','showAxisLine':_0x501563(0x174),'labelPosition':_0x501563(0x134),'labelText':_0x501563(0x117),'repeatWordCould':_0x501563(0x11d),'gap':_0x501563(0x167),'useAbsValue':'Use\x20absolute\x20value','labelRotate':_0x501563(0x139),'wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':_0x501563(0x137),'dateAxisTips':_0x501563(0x140)},'doughnutHole':_0x501563(0x13c),'radar':{'fill':_0x501563(0x19a)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x501563(0x1a0),'sankeyCircularTips':_0x501563(0x121)},'cloud':{'title':_0x501563(0x19d),'word':_0x501563(0x1be),'frequency':'Frequency'},'trendline':{'name':_0x501563(0x1a7),'displayName':_0x501563(0x19e),'addTrendLine':_0x501563(0x189),'trendlineType':_0x501563(0x1ce),'trendlineName':'Trendline\x20name','trendlineColor':'Trendline\x20color','trendlineThickness':_0x501563(0x1da),'trendlineDashType':_0x501563(0x11c),'exp':'Exponential','linear':_0x501563(0x177),'log':_0x501563(0x1c1),'pow':_0x501563(0x168),'movingAvg':_0x501563(0x116),'poly':_0x501563(0x1c0),'order':_0x501563(0x145),'period':_0x501563(0x176),'showFormula':_0x501563(0x1c4),'showR2':_0x501563(0x14e),'formula':_0x501563(0x1b0),'r2':_0x501563(0x1bb)},'bubble':{'xAxis':_0x501563(0x146),'yAxis':_0x501563(0x156),'size':_0x501563(0x144),'label':_0x501563(0x1af),'emptyTips':_0x501563(0x160)},'relation':{'title':_0x501563(0x14c),'auto':_0x501563(0x1c2),'circular':_0x501563(0x171),'force':_0x501563(0x165),'useValueAsSymbolSize':_0x501563(0x194),'layoutType':_0x501563(0x1c3),'forceOptions':_0x501563(0x1b3),'repulsion':_0x501563(0x1df),'gravity':_0x501563(0x19b),'edgeLength':_0x501563(0x1cb),'rotateLabel':_0x501563(0x15c),'emphasis':_0x501563(0x12a),'emptyTips':_0x501563(0x18f)},'waterfall':{'stackType':_0x501563(0x16c),'arrangement':'Sequential','stacked':_0x501563(0x17e),'positive':'Positive','negative':_0x501563(0x170),'subtotal':'Subtotal','showSubtotal':_0x501563(0x133),'positiveStyle':_0x501563(0x143),'negativeStyle':_0x501563(0x1b9),'subtotalStyle':_0x501563(0x1a9),'positiveLegendText':_0x501563(0x182),'negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x501563(0x158)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':_0x501563(0x19c),'barSeries':_0x501563(0x1a2)},'visualMapScope':_0x501563(0x1a5),'boxplot':{'min':_0x501563(0x18b),'q1':_0x501563(0x1dd),'median':_0x501563(0x1c6),'q3':'Third\x20quartile','max':_0x501563(0x13d)},'chartTypes':{'line':_0x501563(0x1d9),'area':_0x501563(0x11b),'areaStacked':_0x501563(0x162),'areaPercentStacked':'Percent\x20stacked\x20area\x20chart','column':_0x501563(0x19f),'bar':_0x501563(0x184),'barStacked':_0x501563(0x17f),'barPercentStacked':'Percent\x20stacked\x20bar\x20chart','pie':'Pie\x20chart','donut':_0x501563(0x12e),'scatter':'Scatter\x20chart','radar':'Radar\x20chart','bubble':'Bubble\x20chart','stock':_0x501563(0x1a1),'combination':'Combination\x20chart','wordCloud':_0x501563(0x16b),'funnel':'Funnel\x20chart','relation':_0x501563(0x14c),'waterfall':_0x501563(0x123),'pareto':_0x501563(0x161),'sankey':'Sankey\x20chart','heatmap':'Heatmap','boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':'General','accounting':_0x501563(0x179),'currency':_0x501563(0x18c),'date':_0x501563(0x163),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':'Field\x20Settings','formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x501563(0x12b),'generalDesc':_0x501563(0x1b5),'accountingDesc':_0x501563(0x13e),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':_0x501563(0x118),'thousandthPercentileDesc':_0x501563(0x119),'decimalPlaces':'Decimal\x20Places','currencyTypes':_0x501563(0x15e),'negativeNumberTypes':_0x501563(0x17b),'dateTypes':_0x501563(0x13f)},'setFormat':_0x501563(0x181)}}};module['exports']=e;
1
+ function _0x52c9(_0x336bcc,_0x60c146){_0x336bcc=_0x336bcc-0x18a;const _0x14e1fa=_0x14e1();let _0x52c97e=_0x14e1fa[_0x336bcc];return _0x52c97e;}const _0x5dab05=_0x52c9;(function(_0x3b3f1f,_0x54069c){const _0x3d772b=_0x52c9,_0xb262a4=_0x3b3f1f();while(!![]){try{const _0x30ffb6=parseInt(_0x3d772b(0x1b1))/0x1*(parseInt(_0x3d772b(0x191))/0x2)+parseInt(_0x3d772b(0x194))/0x3*(-parseInt(_0x3d772b(0x19a))/0x4)+-parseInt(_0x3d772b(0x1c8))/0x5+parseInt(_0x3d772b(0x1c1))/0x6+-parseInt(_0x3d772b(0x1b7))/0x7+parseInt(_0x3d772b(0x1c6))/0x8*(parseInt(_0x3d772b(0x1b8))/0x9)+parseInt(_0x3d772b(0x18f))/0xa;if(_0x30ffb6===_0x54069c)break;else _0xb262a4['push'](_0xb262a4['shift']());}catch(_0x4c1c98){_0xb262a4['push'](_0xb262a4['shift']());}}}(_0x14e1,0x845d9));function _0x14e1(){const _0x40174c=['3953997GrnxyI','Relation','Chart\x20and\x20axis\x20titles','Treemap\x20chart','Negative','Copy','Trendline','Bar\x20of\x20pie\x20chart','Pareto\x20line\x20series','1295856VaCyjm','Export\x20as\x20image','Category','Column\x20chart','Bar\x20chart','8ddUQzS','Gridlines\x20and\x20ticks','2278410ioJBjv','Boxplot\x20chart','Indicator\x20line','Heatmap','100%\x20stacked\x20bar\x20chart','Radar\x20chart','Doughnut\x20chart','Pie','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Insert\x20chart','Positive','7920680RQELhk','Right\x20vertical\x20axis','28FeVEAH','Vertical\x20axis','Horizontal\x20axis','1001601jmSXUL','Area\x20chart','Scatter\x20chart','Chord','Funnel\x20chart','Target','4XLUnpm','Stacked\x20area\x20chart','Use\x20{0}\x20as\x20category','Radar','Legend','Customize','Waterfall\x20chart','Switch\x20row/column','Histogram\x20chart','Word\x20cloud\x20chart','Word\x20cloud','Line\x20and\x20area','Data\x20range','Bubble\x20chart','Pie\x20chart','Gauge\x20chart','Histogram','Pie\x20of\x20pie\x20chart','Chart\x20style','Chart\x20editor','Stacked\x20bar\x20chart','exports','Relation\x20chart','18169PPFxJl','Hide\x20chart\x20panel','Waterfall\x20series','Treemap','Candlestick','Gauge','2590175NvpmMR'];_0x14e1=function(){return _0x40174c;};return _0x14e1();}const e={'sheets-chart-ui':{'permission':{'editErr':_0x5dab05(0x18c)},'common':{'setup':'Setup','customize':_0x5dab05(0x19f),'editChart':_0x5dab05(0x1ad),'useAsCategoryLabels':_0x5dab05(0x19c),'switchRowColumn':_0x5dab05(0x1a1),'dataRange':_0x5dab05(0x1a6),'insertChart':_0x5dab05(0x18d),'openChartPanel':'Edit\x20chart','deleteChart':'Delete\x20chart','hideChartPanel':_0x5dab05(0x1b2),'chartAndAxisTitles':_0x5dab05(0x1ba),'chartStyle':_0x5dab05(0x1ac),'heatmap':_0x5dab05(0x1cb),'horizontalAxis':_0x5dab05(0x193),'legend':_0x5dab05(0x19e),'rightVerticalAxis':_0x5dab05(0x190),'series':'Series','trendline':_0x5dab05(0x1be),'verticalAxis':_0x5dab05(0x192),'category':_0x5dab05(0x1c3),'copy':_0x5dab05(0x1bd),'exportImage':_0x5dab05(0x1c2)},'waterfall':{'subtotal':'Subtotal','positive':_0x5dab05(0x18e),'negative':_0x5dab05(0x1bc)},'chartTypes':{'line':'Line\x20chart','column':_0x5dab05(0x1c4),'bar':_0x5dab05(0x1c5),'barStacked':_0x5dab05(0x1ae),'barPercentStacked':_0x5dab05(0x1cc),'pie':_0x5dab05(0x1a8),'donut':_0x5dab05(0x18a),'pieOfPie':_0x5dab05(0x1ab),'barOfPie':_0x5dab05(0x1bf),'area':_0x5dab05(0x195),'areaStacked':_0x5dab05(0x19b),'areaPercentStacked':'100%\x20stacked\x20area\x20chart','radar':_0x5dab05(0x1cd),'scatter':_0x5dab05(0x196),'combination':'Combination\x20chart','wordCloud':_0x5dab05(0x1a3),'funnel':_0x5dab05(0x198),'bubble':_0x5dab05(0x1a7),'relation':_0x5dab05(0x1b0),'waterfall':_0x5dab05(0x1a0),'pareto':'Pareto\x20chart','sankey':'Sankey\x20chart','heatmap':_0x5dab05(0x1cb),'boxplot':_0x5dab05(0x1c9),'candlestick':'Candlestick\x20chart','histogram':_0x5dab05(0x1a2),'treemap':_0x5dab05(0x1bb),'sunburst':'Sunburst\x20chart','gauge':_0x5dab05(0x1a9),'chord':'Chord\x20chart'},'section':{'candlestick':_0x5dab05(0x1b5),'chord':_0x5dab05(0x197),'funnel':'Funnel','gauge':_0x5dab05(0x1b6),'gridlinesAndTicks':_0x5dab05(0x1c7),'histogram':_0x5dab05(0x1aa),'indicatorLine':_0x5dab05(0x1ca),'lineAndArea':_0x5dab05(0x1a5),'paretoBar':'Pareto\x20bar\x20series','paretoLine':_0x5dab05(0x1c0),'pie':_0x5dab05(0x18b),'radar':_0x5dab05(0x19d),'relation':_0x5dab05(0x1b9),'sunburst':'Sunburst','treemap':_0x5dab05(0x1b4),'waterfall':_0x5dab05(0x1b3),'wordCloud':_0x5dab05(0x1a4)},'chord':{'target':_0x5dab05(0x199)}}};module[_0x5dab05(0x1af)]=e;
@@ -1 +1 @@
1
- const _0x4fe611=_0x3201;(function(_0x17e32d,_0xbd9c72){const _0x550d0b=_0x3201,_0x88aae1=_0x17e32d();while(!![]){try{const _0x5cd0bd=-parseInt(_0x550d0b(0x1bb))/0x1*(-parseInt(_0x550d0b(0x1dd))/0x2)+-parseInt(_0x550d0b(0x22a))/0x3*(parseInt(_0x550d0b(0x1b7))/0x4)+parseInt(_0x550d0b(0x16c))/0x5+-parseInt(_0x550d0b(0x19c))/0x6*(parseInt(_0x550d0b(0x21f))/0x7)+parseInt(_0x550d0b(0x162))/0x8+parseInt(_0x550d0b(0x179))/0x9+parseInt(_0x550d0b(0x1c9))/0xa*(-parseInt(_0x550d0b(0x16a))/0xb);if(_0x5cd0bd===_0xbd9c72)break;else _0x88aae1['push'](_0x88aae1['shift']());}catch(_0x298e11){_0x88aae1['push'](_0x88aae1['shift']());}}}(_0x7211,0x252a9));function _0x3201(_0x242698,_0x436fc7){_0x242698=_0x242698-0x15f;const _0x721188=_0x7211();let _0x3201c4=_0x721188[_0x242698];return _0x3201c4;}function _0x7211(){const _0x522467=['Izquierda','Etiqueta\x20de\x20burbuja','Modo\x20de\x20selección\x20de\x20leyenda','Usar\x20eje\x20de\x20fecha','Diagrama\x20de\x20caja','Escala\x20de\x20valor','Título\x20del\x20eje\x20Y\x20derecho','Eje\x20Y','El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares','Individual','Tamaño\x20de\x20burbuja','Tipos\x20de\x20moneda','Alcance\x20del\x20mapa\x20visual','Estilo\x20de\x20gráfico','Posición\x20de\x20etiqueta','Mínimo','Ocultar\x20panel\x20de\x20gráficos','Flecha\x20vacía','Mostrar\x20celdas\x20vacías\x20como','Distancia\x20entre\x20nodos','Categoría\x20{0}','General','Eje\x20vertical','Restablecer','Apilar\x20porcentaje','Cuadrado\x20vacío','14KjobMA','Línea\x20de\x20tendencia','Gráfico\x20de\x20Sankey','Sólida','Cuadrado','Abajo','Máximo','Porcentaje','{0}\x20con\x20color','Texto\x20del\x20título','Mostrar\x20subtotal','171xLuutc','Espacio','Tipos\x20de\x20formato','Mostrar\x20etiquetas','Aceptar','Gráfico\x20de\x20columnas','Triángulo\x20vacío','Gráfico\x20de\x20dona','Fecha','Gravedad','El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y','Triángulo','Relleno','Rectángulo\x20redondeado\x20vacío','Longitud\x20de\x20marca','Tipo\x20de\x20diseño','Editor\x20de\x20gráficos','Usar\x20valor\x20como\x20tamaño\x20de\x20nodo','Formato','Repulsión','Palabra','Posición','Percentil\x20milésimo','Agregar\x20punto\x20de\x20datos','Invertir\x20orden\x20del\x20eje','Período\x20de\x20media\x20móvil','Relleno\x20degradado','Línea\x20indicadora','Subtítulo','2079576hTHsTb','Subtotal','{0}\x20con\x20grosor','Color\x20de\x20línea\x20indicadora','Nombre\x20de\x20línea\x20de\x20tendencia','Gráfico\x20de\x20burbujas','Gráfico\x20de\x20barras','{0}\x20con\x20opacidad','187FFcfnc','Rombo\x20vacío','180575cRqqZp','Fijación\x20digital','Auto','Valor\x20indicador','Rotar\x20etiqueta','Sufijo\x20de\x20valor','Agregar\x20serie','Usar\x20valor\x20absoluto','Suave','Cerrar','Logarítmica','El\x20formato\x20de\x20moneda\x20se\x20utiliza\x20para\x20valores\x20monetarios\x20generales,\x20el\x20formato\x20contable\x20alinea\x20los\x20puntos\x20decimales\x20en\x20una\x20columna\x20de\x20valores.','Rotación\x20de\x20etiqueta','1651419vBUFso','Categoría','Gráfico\x20de\x20área','Cancelar','Líneas\x20de\x20cuadrícula\x20principales','Círculo','Serie\x20de\x20porcentaje\x20acumulado','Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','Opciones\x20de\x20fuerza\x20dirigida','Habilitar\x20efecto\x20de\x20desvanecimiento\x20de\x20selección','El\x20formato\x20de\x20número\x20contable\x20alinea\x20los\x20símbolos\x20de\x20moneda\x20y\x20los\x20puntos\x20decimales\x20en\x20una\x20columna.','{0}\x20con\x20tipo','Tipo\x20de\x20línea\x20indicadora','Máx','Tercer\x20cuartil','Texto\x20de\x20leyenda\x20negativa','Posición\x20del\x20título','Positivo','Color','Configuración\x20de\x20campo','Líneas\x20de\x20cuadrícula\x20y\x20marcas','Gráfico\x20de\x20Pareto','Posición\x20de\x20marca','Eje\x20derecho','Serie','Grosor\x20de\x20línea\x20de\x20tendencia','Por\x20tramos','Fuerza\x20dirigida','Insertar\x20gráfico','Mostrar\x20R\x20cuadrado','Predeterminado','Título\x20del\x20eje\x20X','Mostrar\x20línea\x20de\x20etiqueta','Gráfico\x20de\x20líneas','Ángulo\x20de\x20relleno\x20de\x20etiqueta','555540KNqHQj','Títulos\x20del\x20gráfico\x20y\x20ejes','Establecer\x20formato\x20de\x20etiqueta','Porcentaje\x20acumulado','Círculo\x20vacío','Texto\x20de\x20leyenda\x20de\x20subtotal','Exponencial','Borde','Rango\x20de\x20datos','Texto\x20de\x20etiqueta','Fórmula','Temas','Eje','Eje\x20horizontal','Cero','Color\x20de\x20fondo','Título\x20principal','Media\x20móvil','Alineación\x20del\x20título\x20del\x20eje','El\x20formato\x20de\x20fecha\x20muestra\x20los\x20números\x20de\x20serie\x20de\x20fecha\x20y\x20hora\x20como\x20valores\x20de\x20fecha.','Configurar','Centro','Marca\x20principal','R\x20cuadrado','Discontinua','Forma\x20de\x20nodo\x20de\x20datos','Rectángulo\x20vacío','15044SfTJyv','Mapa\x20de\x20calor','Tipo\x20de\x20apilamiento','Gráfico\x20de\x20relación','1NjzkGy','Repetir\x20nube\x20de\x20palabras','Abrir\x20panel\x20de\x20gráficos','Rectángulo\x20redondeado','El\x20formato\x20general\x20no\x20contiene\x20ningún\x20formato\x20de\x20número\x20específico.','Arriba','Polígono','Múltiple','Mostrar\x20fórmula','Primer\x20cuartil','Mostrar\x20etiquetas\x20de\x20datos','Nube\x20de\x20palabras','Color\x20del\x20borde\x20del\x20gráfico','Apilar','20980ZFYtfL','Medio','Valor','Fin','Tipo\x20de\x20discontinuidad\x20de\x20línea\x20de\x20tendencia','Punteada','Gráfico\x20de\x20barras\x20apiladas\x20porcentual','Pastilla\x20rosa','Gráfico\x20de\x20embudo','Frecuencia','Mostrar\x20línea\x20del\x20eje','Mediana','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Gráfico\x20de\x20área\x20apilada\x20porcentual','Ninguno','Usar\x20eje\x20derecho','Título','Etiquetas\x20de\x20datos','Export\x20as\x20image','Polinomial','215806etCNcT','Decimales','Título\x20del\x20eje\x20Y','Orden\x20polinomial','Línea','Rombo','Dentro','Gráfico\x20de\x20cascada','{0}\x20con\x20formato','Estilo\x20negativo','{0}\x20con\x20forma','Usar\x20{0}\x20como\x20categoría','Tipo\x20de\x20línea\x20de\x20tendencia','El\x20elemento\x20{0}','Apilado','Tipos\x20de\x20fecha','Eje\x20izquierdo','Marcador\x20vacío','Agregar','Derecha','Gráfico\x20de\x20acciones','Leyenda','Conectar\x20puntos\x20de\x20datos\x20con\x20líneas\x20rectas','Líneas\x20de\x20cuadrícula','Tipo\x20de\x20línea\x20discontinua','Formato\x20del\x20título','La\x20fuente\x20de\x20datos\x20para\x20el\x20gráfico\x20de\x20relación\x20es\x20la\x20matriz\x20de\x20co-palabras\x20con\x20la\x20columna\x20adicional\x20de\x20tipo\x20en\x20la\x20segunda\x20columna','Gráfico\x20circular','Copiar','Serie\x20de\x20gráfico\x20de\x20barras','Gráfico\x20de\x20dispersión','Espacios','Etiqueta\x20indicadora','Personalizar','Texto\x20de\x20leyenda\x20positiva','Todas\x20las\x20series','Estilo\x20de\x20subtotal','Marcador','Moneda','El\x20formato\x20de\x20percentil\x20milésimo\x20se\x20utiliza\x20para\x20números\x20generales,\x20los\x20formatos\x20de\x20moneda\x20y\x20contable\x20proporcionan\x20formatos\x20especializados\x20para\x20valores\x20monetarios.'];_0x7211=function(){return _0x522467;};return _0x7211();}const e={'sheets-chart-ui':{'permission':{'editErr':_0x4fe611(0x1d5)},'insertChart':_0x4fe611(0x195),'editChart':_0x4fe611(0x23a),'openChartPanel':_0x4fe611(0x1bd),'deleteChart':'Eliminar\x20gráfico','exportImage':_0x4fe611(0x1db),'copy':_0x4fe611(0x1f9),'hideChartPanel':_0x4fe611(0x215),'setupChart':_0x4fe611(0x1b0),'customChart':_0x4fe611(0x1fe),'default':_0x4fe611(0x197),'reset':_0x4fe611(0x21c),'chartType':'Tipo\x20de\x20gráfico','themes':_0x4fe611(0x1a7),'dataRange':_0x4fe611(0x1a4),'stack':_0x4fe611(0x1c8),'category':_0x4fe611(0x17a),'aggregate':_0x4fe611(0x1ef),'allSeries':_0x4fe611(0x200),'series':_0x4fe611(0x191),'addSeries':_0x4fe611(0x172),'moreSettings':'Más\x20configuraciones','min':'Mín','max':_0x4fe611(0x186),'invalidType':{'gaps':_0x4fe611(0x1fc),'zero':_0x4fe611(0x1aa),'connectDataPointsWithStraightLines':_0x4fe611(0x1f3)},'blank':'(En\x20blanco)','seriesBlock':{'format':_0x4fe611(0x23c),'dataPointStyle':'Estilo\x20de\x20punto\x20de\x20datos'},'backgroundColor':_0x4fe611(0x1ab),'chartBorderColor':_0x4fe611(0x1c7),'titles':{'title':_0x4fe611(0x1d9),'mainTitle':_0x4fe611(0x1ac),'subTitle':_0x4fe611(0x161),'xAxisTitle':_0x4fe611(0x198),'yAxisTitle':_0x4fe611(0x1df),'rightYAxisTitle':_0x4fe611(0x20b),'titleFormat':_0x4fe611(0x1f6),'titleText':_0x4fe611(0x228),'titlePosition':_0x4fe611(0x189),'titleAlign':_0x4fe611(0x1ae)},'axisPositionType':{'start':'Inicio','center':_0x4fe611(0x1b1),'end':_0x4fe611(0x1cc)},'gradientFill':_0x4fe611(0x15f),'settingsLabels':{'switchToRowOrColumn':'Cambiar\x20a\x20fila/columna','useAsCategoryLabels':_0x4fe611(0x1e8),'showEmptyCellsAs':_0x4fe611(0x217)},'positionType':{'auto':'Auto','inside':_0x4fe611(0x1e3),'outside':'Fuera','top':_0x4fe611(0x1c0),'bottom':_0x4fe611(0x224),'left':_0x4fe611(0x205),'right':'Derecha','hide':'Ocultar'},'align':{'left':'Izquierda','center':_0x4fe611(0x1b1),'right':_0x4fe611(0x1f0)},'alignY':{'top':_0x4fe611(0x1c0),'middle':_0x4fe611(0x1ca),'bottom':_0x4fe611(0x224)},'chartStyle':_0x4fe611(0x212),'chartAndAxisTitles':_0x4fe611(0x19d),'legend':_0x4fe611(0x1f2),'legendSelectMode':_0x4fe611(0x207),'legendSelectModeType':{'single':_0x4fe611(0x20e),'multiple':_0x4fe611(0x1c2),'close':_0x4fe611(0x175)},'legendVisualMapType':{'continuous':'Continuo','piecewise':_0x4fe611(0x193)},'axes':{'axis':_0x4fe611(0x1a8),'axisOptions':'Opciones\x20de\x20eje','horizontalAxis':_0x4fe611(0x1a9),'verticalAxis':_0x4fe611(0x21b),'rightVerticalAxis':'Eje\x20vertical\x20derecho','leftAxis':_0x4fe611(0x1ed),'rightAxis':_0x4fe611(0x190),'useRightAxis':_0x4fe611(0x1d8)},'position':_0x4fe611(0x23f),'dataLabels':_0x4fe611(0x1da),'gridlinesAndTicks':_0x4fe611(0x18d),'indicatorLine':_0x4fe611(0x160),'indicatorLineType':_0x4fe611(0x185),'indicatorLineColor':_0x4fe611(0x165),'indicatorLabel':_0x4fe611(0x1fd),'indicatorValue':_0x4fe611(0x16f),'shape':{'polygon':_0x4fe611(0x1c1),'circle':_0x4fe611(0x17e),'square':_0x4fe611(0x223),'triangle':_0x4fe611(0x235),'diamond':_0x4fe611(0x1e2),'rect':'Rectángulo','roundRect':_0x4fe611(0x1be),'pin':_0x4fe611(0x202),'arrow':'Flecha','none':_0x4fe611(0x1d7),'emptyCircle':_0x4fe611(0x1a0),'emptySquare':_0x4fe611(0x21e),'emptyTriangle':_0x4fe611(0x230),'emptyDiamond':_0x4fe611(0x16b),'emptyRect':_0x4fe611(0x1b6),'emptyRoundRect':_0x4fe611(0x237),'emptyPin':_0x4fe611(0x1ee),'emptyArrow':_0x4fe611(0x216)},'border':_0x4fe611(0x1a3),'value':_0x4fe611(0x1cb),'fill':_0x4fe611(0x236),'line':'Línea','withOpacity':_0x4fe611(0x169),'withColor':_0x4fe611(0x227),'withThickness':_0x4fe611(0x164),'withType':_0x4fe611(0x184),'withSize':'{0}\x20con\x20tamaño','withShape':_0x4fe611(0x1e7),'withFormat':_0x4fe611(0x1e5),'dataPoint':'Punto\x20de\x20datos','dataNodeShape':_0x4fe611(0x1b5),'addDataPoint':_0x4fe611(0x241),'point':'Punto','percentage':_0x4fe611(0x226),'lineType':{'line':_0x4fe611(0x1e1),'smooth':_0x4fe611(0x174),'step':'Escalón'},'stackType':{'stack':_0x4fe611(0x1c8),'percent':_0x4fe611(0x21d)},'lineDashType':_0x4fe611(0x1f5),'dashType':{'solid':_0x4fe611(0x222),'dash':_0x4fe611(0x1b4),'dot':_0x4fe611(0x1ce)},'color':_0x4fe611(0x18b),'gridlines':{'majorGridlines':_0x4fe611(0x17d),'text':_0x4fe611(0x1f4)},'ticks':{'majorTick':_0x4fe611(0x1b2),'tickPosition':_0x4fe611(0x18f),'tickLength':_0x4fe611(0x238)},'none':_0x4fe611(0x1d7),'theIndexItem':_0x4fe611(0x1ea),'seriesDefaultName':'Serie\x20{0}','categoryDefaultName':_0x4fe611(0x219),'styleEditPanel':{'showLabels':_0x4fe611(0x22d),'showDataLabels':_0x4fe611(0x1c5),'padAngle':_0x4fe611(0x19b),'halfPie':'Media\x20pastilla','rosePie':_0x4fe611(0x1d0),'pieValScale':_0x4fe611(0x20a),'pieValSuffix':_0x4fe611(0x171),'pieDigitalFixed':_0x4fe611(0x16d),'showLabelLine':_0x4fe611(0x199),'reverseAxisOrder':_0x4fe611(0x242),'showAxisLine':_0x4fe611(0x1d3),'labelPosition':_0x4fe611(0x213),'labelText':_0x4fe611(0x1a5),'repeatWordCould':_0x4fe611(0x1bc),'gap':_0x4fe611(0x22b),'useAbsValue':_0x4fe611(0x173),'labelRotate':_0x4fe611(0x178),'wordCloudShape':'Forma\x20de\x20nube\x20de\x20palabras','useDateAxis':_0x4fe611(0x208),'dateAxisTips':'El\x20eje\x20de\x20fecha\x20solo\x20está\x20disponible\x20cuando\x20todos\x20los\x20datos\x20están\x20en\x20formato\x20de\x20fecha'},'doughnutHole':'Agujero\x20de\x20dona','radar':{'fill':_0x4fe611(0x236)},'msg':{'invalidSource':'La\x20fuente\x20de\x20datos\x20del\x20gráfico\x20debe\x20tener\x20más\x20de\x201\x20fila\x20y\x201\x20columna.','emptyTips':_0x4fe611(0x180),'sankeyCircularTips':_0x4fe611(0x20d)},'cloud':{'title':_0x4fe611(0x1c6),'word':_0x4fe611(0x23e),'frequency':_0x4fe611(0x1d2)},'trendline':{'name':_0x4fe611(0x220),'displayName':_0x4fe611(0x166),'addTrendLine':'Agregar\x20línea\x20de\x20tendencia','trendlineType':_0x4fe611(0x1e9),'trendlineName':_0x4fe611(0x166),'trendlineColor':'Color\x20de\x20línea\x20de\x20tendencia','trendlineThickness':_0x4fe611(0x192),'trendlineDashType':_0x4fe611(0x1cd),'exp':_0x4fe611(0x1a2),'linear':'Lineal','log':_0x4fe611(0x176),'pow':'Potencia','movingAvg':_0x4fe611(0x1ad),'poly':_0x4fe611(0x1dc),'order':_0x4fe611(0x1e0),'period':_0x4fe611(0x243),'showFormula':_0x4fe611(0x1c3),'showR2':_0x4fe611(0x196),'formula':_0x4fe611(0x1a6),'r2':_0x4fe611(0x1b3)},'bubble':{'xAxis':'Eje\x20X','yAxis':_0x4fe611(0x20c),'size':_0x4fe611(0x20f),'label':_0x4fe611(0x206),'emptyTips':_0x4fe611(0x234)},'relation':{'title':_0x4fe611(0x1ba),'auto':_0x4fe611(0x16e),'circular':'Circular','force':_0x4fe611(0x194),'useValueAsSymbolSize':_0x4fe611(0x23b),'layoutType':_0x4fe611(0x239),'forceOptions':_0x4fe611(0x181),'repulsion':_0x4fe611(0x23d),'gravity':_0x4fe611(0x233),'edgeLength':_0x4fe611(0x218),'rotateLabel':_0x4fe611(0x170),'emphasis':_0x4fe611(0x182),'emptyTips':_0x4fe611(0x1f7)},'waterfall':{'stackType':_0x4fe611(0x1b9),'arrangement':'Secuencial','stacked':_0x4fe611(0x1eb),'positive':_0x4fe611(0x18a),'negative':'Negativo','subtotal':_0x4fe611(0x163),'showSubtotal':_0x4fe611(0x229),'positiveStyle':'Estilo\x20positivo','negativeStyle':_0x4fe611(0x1e6),'subtotalStyle':_0x4fe611(0x201),'positiveLegendText':_0x4fe611(0x1ff),'negativeLegendText':_0x4fe611(0x188),'subtotalLegendText':_0x4fe611(0x1a1)},'pareto':{'lineName':_0x4fe611(0x19f),'lineSeries':_0x4fe611(0x17f),'barSeries':_0x4fe611(0x1fa)},'visualMapScope':_0x4fe611(0x211),'boxplot':{'min':_0x4fe611(0x214),'q1':_0x4fe611(0x1c4),'median':_0x4fe611(0x1d4),'q3':_0x4fe611(0x187),'max':_0x4fe611(0x225)},'chartTypes':{'line':_0x4fe611(0x19a),'area':_0x4fe611(0x17b),'areaStacked':'Gráfico\x20de\x20área\x20apilada','areaPercentStacked':_0x4fe611(0x1d6),'column':_0x4fe611(0x22f),'bar':_0x4fe611(0x168),'barStacked':'Gráfico\x20de\x20barras\x20apiladas','barPercentStacked':_0x4fe611(0x1cf),'pie':_0x4fe611(0x1f8),'donut':_0x4fe611(0x231),'scatter':_0x4fe611(0x1fb),'radar':'Gráfico\x20de\x20radar','bubble':_0x4fe611(0x167),'stock':_0x4fe611(0x1f1),'combination':'Gráfico\x20combinado','wordCloud':_0x4fe611(0x1c6),'funnel':_0x4fe611(0x1d1),'relation':_0x4fe611(0x1ba),'waterfall':_0x4fe611(0x1e4),'pareto':_0x4fe611(0x18e),'sankey':_0x4fe611(0x221),'heatmap':_0x4fe611(0x1b8),'boxplot':_0x4fe611(0x209)},'dialog':{'numfmt':{'general':_0x4fe611(0x21a),'accounting':'Contabilidad','currency':_0x4fe611(0x203),'date':_0x4fe611(0x232),'thousandthPercentile':_0x4fe611(0x240),'fieldSetting':_0x4fe611(0x18c),'formatTypes':_0x4fe611(0x22c),'confirm':_0x4fe611(0x22e),'cancel':_0x4fe611(0x17c),'generalDesc':_0x4fe611(0x1bf),'accountingDesc':_0x4fe611(0x183),'currencyDesc':_0x4fe611(0x177),'dateDesc':_0x4fe611(0x1af),'thousandthPercentileDesc':_0x4fe611(0x204),'decimalPlaces':_0x4fe611(0x1de),'currencyTypes':_0x4fe611(0x210),'negativeNumberTypes':'Tipos\x20de\x20números\x20negativos','dateTypes':_0x4fe611(0x1ec)},'setFormat':_0x4fe611(0x19e)}}};module['exports']=e;
1
+ const _0x200844=_0x3a01;(function(_0x1937bc,_0x23da13){const _0x427715=_0x3a01,_0x34ef3e=_0x1937bc();while(!![]){try{const _0xabae0e=-parseInt(_0x427715(0xa3))/0x1*(-parseInt(_0x427715(0x7b))/0x2)+-parseInt(_0x427715(0x97))/0x3+parseInt(_0x427715(0x9c))/0x4*(parseInt(_0x427715(0x74))/0x5)+parseInt(_0x427715(0xa1))/0x6*(-parseInt(_0x427715(0x90))/0x7)+-parseInt(_0x427715(0xa4))/0x8*(-parseInt(_0x427715(0x89))/0x9)+-parseInt(_0x427715(0x95))/0xa+-parseInt(_0x427715(0x81))/0xb;if(_0xabae0e===_0x23da13)break;else _0x34ef3e['push'](_0x34ef3e['shift']());}catch(_0x49d3dd){_0x34ef3e['push'](_0x34ef3e['shift']());}}}(_0x1f28,0x33182));function _0x3a01(_0x431432,_0x1d75e9){_0x431432=_0x431432-0x73;const _0x1f2830=_0x1f28();let _0x3a01d1=_0x1f2830[_0x431432];return _0x3a01d1;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x200844(0xa5)},'common':{'setup':_0x200844(0xac),'customize':_0x200844(0x93),'editChart':_0x200844(0x78),'useAsCategoryLabels':_0x200844(0x7a),'switchRowColumn':_0x200844(0xa0),'dataRange':_0x200844(0x7d),'insertChart':'Insertar\x20gráfico','openChartPanel':_0x200844(0xad),'deleteChart':_0x200844(0x8c),'hideChartPanel':_0x200844(0x88),'chartAndAxisTitles':'Títulos\x20del\x20gráfico\x20y\x20ejes','chartStyle':_0x200844(0x96),'heatmap':_0x200844(0x98),'horizontalAxis':_0x200844(0x92),'legend':_0x200844(0xae),'rightVerticalAxis':_0x200844(0x85),'series':_0x200844(0x8b),'trendline':_0x200844(0xab),'verticalAxis':_0x200844(0x73),'category':'Categoría','copy':_0x200844(0x83),'exportImage':_0x200844(0x86)},'waterfall':{'subtotal':_0x200844(0x9a),'positive':_0x200844(0x94),'negative':'Negativo'},'chartTypes':{'line':_0x200844(0x9e),'column':_0x200844(0xaa),'bar':_0x200844(0x7f),'barStacked':_0x200844(0x76),'barPercentStacked':_0x200844(0x77),'pie':_0x200844(0x99),'donut':_0x200844(0x84),'pieOfPie':_0x200844(0xa2),'barOfPie':_0x200844(0xa8),'area':'Gráfico\x20de\x20área','areaStacked':_0x200844(0x8e),'areaPercentStacked':_0x200844(0x8a),'radar':'Gráfico\x20de\x20radar','scatter':'Gráfico\x20de\x20dispersión','combination':_0x200844(0xb2),'wordCloud':_0x200844(0xa6),'funnel':_0x200844(0x91),'bubble':'Gráfico\x20de\x20burbujas','relation':_0x200844(0x9b),'waterfall':'Gráfico\x20de\x20cascada','pareto':_0x200844(0x8d),'sankey':_0x200844(0x75),'heatmap':_0x200844(0x98),'boxplot':_0x200844(0x7e),'candlestick':_0x200844(0x82),'histogram':_0x200844(0x8f),'treemap':_0x200844(0xb3),'sunburst':'Diagrama\x20de\x20rayos\x20solares','gauge':_0x200844(0xa9),'chord':_0x200844(0xb0)},'section':{'candlestick':_0x200844(0xaf),'chord':_0x200844(0x9d),'funnel':_0x200844(0x91),'gauge':_0x200844(0x80),'gridlinesAndTicks':_0x200844(0xa7),'histogram':'gráfico\x20de\x20histograma','indicatorLine':_0x200844(0x7c),'lineAndArea':'Gráfico\x20de\x20líneas\x20/\x20Gráfico\x20de\x20área','paretoBar':_0x200844(0xb1),'paretoLine':'Serie\x20de\x20porcentaje\x20acumulado','pie':'Gráfico\x20circular','radar':_0x200844(0x87),'relation':_0x200844(0x9b),'sunburst':_0x200844(0x9f),'treemap':'Gráfico\x20de\x20mapa\x20de\x20árbol','waterfall':_0x200844(0x79),'wordCloud':_0x200844(0xa6)},'chord':{'target':'Objetivo'}}};function _0x1f28(){const _0x5dccb2=['Gráfico\x20de\x20dona','Eje\x20vertical\x20derecho','Exportar\x20como\x20imagen','Gráfico\x20de\x20radar','Ocultar\x20panel\x20de\x20gráficos','3734217jjUUgQ','Gráfico\x20de\x20área\x20apilada\x20porcentual','Serie','Eliminar\x20gráfico','Gráfico\x20de\x20Pareto','Gráfico\x20de\x20área\x20apilada','Histograma','7cKrSfR','Gráfico\x20de\x20embudo','Eje\x20horizontal','Personalizar','Positivo','915450LyTnyE','Estilo\x20de\x20gráfico','345930UYZMwc','Mapa\x20de\x20calor','Gráfico\x20circular','Subtotal','Gráfico\x20de\x20relación','32JgczUd','tabla\x20de\x20acordes','Gráfico\x20de\x20líneas','gráfico\x20de\x20rayos\x20solares','Cambiar\x20a\x20fila/columna','372786vbctua','Gráfico\x20circular\x20con\x20subgráfico\x20circular','311557JiIddr','8Uayxxa','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Nube\x20de\x20palabras','Líneas\x20de\x20cuadrícula\x20y\x20marcas','Gráfico\x20circular\x20con\x20subgráfico\x20de\x20barras','Gráfico\x20de\x20indicador','Gráfico\x20de\x20columnas','Línea\x20de\x20tendencia','Configurar','Abrir\x20panel\x20de\x20gráficos','Leyenda','gráfico\x20de\x20velas','Diagrama\x20de\x20cuerdas','Serie\x20de\x20gráfico\x20de\x20barras','Gráfico\x20combinado','Mapa\x20de\x20árbol','Eje\x20vertical','222685EwhZOz','Gráfico\x20de\x20Sankey','Gráfico\x20de\x20barras\x20apiladas','Gráfico\x20de\x20barras\x20apiladas\x20porcentual','Editor\x20de\x20gráficos','Gráfico\x20de\x20cascada','Usar\x20{0}\x20como\x20categoría','2DZFtzz','Línea\x20indicadora','Rango\x20de\x20datos','Diagrama\x20de\x20caja','Gráfico\x20de\x20barras','Tabla\x20de\x20calibres','6649478xOIEjn','Gráfico\x20de\x20velas','Copiar'];_0x1f28=function(){return _0x5dccb2;};return _0x1f28();}module['exports']=e;
@@ -1 +1 @@
1
- function _0x1715(_0x286718,_0x4c0e24){_0x286718=_0x286718-0x170;const _0x2a174c=_0x2a17();let _0x17155e=_0x2a174c[_0x286718];return _0x17155e;}const _0x4ff33a=_0x1715;(function(_0x39a952,_0x32acf2){const _0x4cb429=_0x1715,_0x309f4b=_0x39a952();while(!![]){try{const _0x5e4f82=parseInt(_0x4cb429(0x210))/0x1*(-parseInt(_0x4cb429(0x1f8))/0x2)+parseInt(_0x4cb429(0x1e8))/0x3*(parseInt(_0x4cb429(0x20e))/0x4)+-parseInt(_0x4cb429(0x205))/0x5*(-parseInt(_0x4cb429(0x20f))/0x6)+parseInt(_0x4cb429(0x21d))/0x7*(parseInt(_0x4cb429(0x17b))/0x8)+parseInt(_0x4cb429(0x187))/0x9*(-parseInt(_0x4cb429(0x219))/0xa)+-parseInt(_0x4cb429(0x232))/0xb*(parseInt(_0x4cb429(0x222))/0xc)+-parseInt(_0x4cb429(0x1a5))/0xd;if(_0x5e4f82===_0x32acf2)break;else _0x309f4b['push'](_0x309f4b['shift']());}catch(_0x1a1328){_0x309f4b['push'](_0x309f4b['shift']());}}}(_0x2a17,0x7c4bd));const e={'sheets-chart-ui':{'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'insertChart':_0x4ff33a(0x217),'editChart':_0x4ff33a(0x22b),'openChartPanel':_0x4ff33a(0x1ec),'deleteChart':_0x4ff33a(0x1a4),'exportImage':_0x4ff33a(0x201),'copy':_0x4ff33a(0x1d8),'hideChartPanel':_0x4ff33a(0x21c),'setupChart':_0x4ff33a(0x189),'customChart':_0x4ff33a(0x1d9),'default':_0x4ff33a(0x1f4),'reset':'بازنشانی','chartType':_0x4ff33a(0x1d1),'themes':_0x4ff33a(0x1cf),'dataRange':'محدوده\x20داده','stack':_0x4ff33a(0x171),'category':_0x4ff33a(0x1c7),'aggregate':_0x4ff33a(0x1a6),'allSeries':'تمام\x20سری‌ها','series':_0x4ff33a(0x1de),'addSeries':'افزودن\x20سری','moreSettings':'تنظیمات\x20بیشتر','min':_0x4ff33a(0x192),'max':_0x4ff33a(0x19d),'invalidType':{'gaps':_0x4ff33a(0x22c),'zero':_0x4ff33a(0x21f),'connectDataPointsWithStraightLines':_0x4ff33a(0x1c1)},'blank':'(خالی)','seriesBlock':{'format':'فرمت','dataPointStyle':_0x4ff33a(0x176)},'backgroundColor':_0x4ff33a(0x1db),'chartBorderColor':_0x4ff33a(0x1fa),'titles':{'title':_0x4ff33a(0x1d5),'mainTitle':_0x4ff33a(0x228),'subTitle':'زیرعنوان','xAxisTitle':_0x4ff33a(0x238),'yAxisTitle':_0x4ff33a(0x18c),'rightYAxisTitle':_0x4ff33a(0x180),'titleFormat':_0x4ff33a(0x1ed),'titleText':_0x4ff33a(0x1be),'titlePosition':_0x4ff33a(0x1ca),'titleAlign':_0x4ff33a(0x178)},'axisPositionType':{'start':_0x4ff33a(0x198),'center':_0x4ff33a(0x199),'end':_0x4ff33a(0x215)},'gradientFill':_0x4ff33a(0x1b6),'settingsLabels':{'switchToRowOrColumn':'تغییر\x20به\x20ردیف/ستون','useAsCategoryLabels':_0x4ff33a(0x208),'showEmptyCellsAs':_0x4ff33a(0x233)},'positionType':{'auto':_0x4ff33a(0x191),'inside':_0x4ff33a(0x1b5),'outside':'خارج','top':_0x4ff33a(0x229),'bottom':_0x4ff33a(0x22d),'left':'چپ','right':_0x4ff33a(0x17d),'hide':_0x4ff33a(0x170)},'align':{'left':'چپ','center':_0x4ff33a(0x199),'right':_0x4ff33a(0x17d)},'alignY':{'top':_0x4ff33a(0x229),'middle':'وسط','bottom':_0x4ff33a(0x22d)},'chartStyle':_0x4ff33a(0x1b0),'chartAndAxisTitles':_0x4ff33a(0x1c6),'legend':_0x4ff33a(0x1f6),'legendSelectMode':_0x4ff33a(0x18b),'legendSelectModeType':{'single':_0x4ff33a(0x1bb),'multiple':_0x4ff33a(0x1f1),'close':_0x4ff33a(0x1df)},'legendVisualMapType':{'continuous':_0x4ff33a(0x1ba),'piecewise':_0x4ff33a(0x1a8)},'axes':{'axis':_0x4ff33a(0x1fc),'axisOptions':_0x4ff33a(0x19c),'horizontalAxis':_0x4ff33a(0x1cb),'verticalAxis':_0x4ff33a(0x22a),'rightVerticalAxis':_0x4ff33a(0x22e),'leftAxis':_0x4ff33a(0x20c),'rightAxis':_0x4ff33a(0x200),'useRightAxis':_0x4ff33a(0x186)},'position':'موقعیت','dataLabels':_0x4ff33a(0x1c5),'gridlinesAndTicks':_0x4ff33a(0x1c0),'indicatorLine':_0x4ff33a(0x235),'indicatorLineType':_0x4ff33a(0x216),'indicatorLineColor':_0x4ff33a(0x237),'indicatorLabel':_0x4ff33a(0x181),'indicatorValue':'مقدار\x20نشانگر','shape':{'polygon':'چندضلعی','circle':'دایره','square':_0x4ff33a(0x209),'triangle':_0x4ff33a(0x1d3),'diamond':_0x4ff33a(0x231),'rect':'مستطیل','roundRect':'مستطیل\x20گرد','pin':'پین','arrow':'فلش','none':'هیچ','emptyCircle':_0x4ff33a(0x214),'emptySquare':_0x4ff33a(0x177),'emptyTriangle':_0x4ff33a(0x204),'emptyDiamond':_0x4ff33a(0x174),'emptyRect':_0x4ff33a(0x1f2),'emptyRoundRect':_0x4ff33a(0x207),'emptyPin':'پین\x20خالی','emptyArrow':_0x4ff33a(0x196)},'border':'حاشیه','value':_0x4ff33a(0x1f3),'fill':'پر\x20کردن','line':'خط','withOpacity':_0x4ff33a(0x1e2),'withColor':_0x4ff33a(0x225),'withThickness':_0x4ff33a(0x197),'withType':_0x4ff33a(0x224),'withSize':_0x4ff33a(0x1b8),'withShape':_0x4ff33a(0x23a),'withFormat':_0x4ff33a(0x1cd),'dataPoint':_0x4ff33a(0x182),'dataNodeShape':_0x4ff33a(0x1f9),'addDataPoint':_0x4ff33a(0x1c3),'point':_0x4ff33a(0x1f7),'percentage':'درصد','lineType':{'line':'خط','smooth':'صاف','step':_0x4ff33a(0x1a2)},'stackType':{'stack':'انباشته','percent':_0x4ff33a(0x234)},'lineDashType':'نوع\x20خط\x20تیره','dashType':{'solid':_0x4ff33a(0x20b),'dash':_0x4ff33a(0x1e6),'dot':'نقطه‌چین'},'color':'رنگ','gridlines':{'majorGridlines':_0x4ff33a(0x206),'text':_0x4ff33a(0x1ef)},'ticks':{'majorTick':_0x4ff33a(0x1e9),'tickPosition':_0x4ff33a(0x20d),'tickLength':_0x4ff33a(0x1e5)},'none':_0x4ff33a(0x1dd),'theIndexItem':'مورد\x20{0}','seriesDefaultName':_0x4ff33a(0x175),'categoryDefaultName':_0x4ff33a(0x1b4),'styleEditPanel':{'showLabels':_0x4ff33a(0x1af),'showDataLabels':_0x4ff33a(0x1e4),'padAngle':_0x4ff33a(0x221),'halfPie':'نیم‌دایره','rosePie':_0x4ff33a(0x19a),'pieValScale':_0x4ff33a(0x223),'pieValSuffix':'پسوند\x20مقدار\x20دایره','pieDigitalFixed':_0x4ff33a(0x1d2),'showLabelLine':'نمایش\x20خط\x20برچسب','reverseAxisOrder':_0x4ff33a(0x21a),'showAxisLine':_0x4ff33a(0x21e),'labelPosition':_0x4ff33a(0x211),'labelText':_0x4ff33a(0x1bc),'repeatWordCould':_0x4ff33a(0x212),'gap':_0x4ff33a(0x220),'useAbsValue':_0x4ff33a(0x1ce),'labelRotate':_0x4ff33a(0x1a3),'wordCloudShape':_0x4ff33a(0x20a),'useDateAxis':'استفاده\x20از\x20محور\x20تاریخ','dateAxisTips':'محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20داده‌ها\x20به\x20صورت\x20تاریخ\x20باشند'},'doughnutHole':_0x4ff33a(0x1ee),'radar':{'fill':_0x4ff33a(0x202)},'msg':{'invalidSource':'منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','emptyTips':_0x4ff33a(0x213),'sankeyCircularTips':_0x4ff33a(0x195)},'cloud':{'title':_0x4ff33a(0x1e7),'word':'کلمه','frequency':'تکرار'},'trendline':{'name':_0x4ff33a(0x173),'displayName':_0x4ff33a(0x1a0),'addTrendLine':'افزودن\x20خط\x20روند','trendlineType':_0x4ff33a(0x1e0),'trendlineName':_0x4ff33a(0x1a0),'trendlineColor':'رنگ\x20خط\x20روند','trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':_0x4ff33a(0x1d0),'exp':_0x4ff33a(0x18d),'linear':_0x4ff33a(0x218),'log':'لگاریتمی','pow':'توان','movingAvg':_0x4ff33a(0x1e3),'poly':'چندجمله‌ای','order':_0x4ff33a(0x1c2),'period':_0x4ff33a(0x1fb),'showFormula':_0x4ff33a(0x18f),'showR2':_0x4ff33a(0x1a1),'formula':_0x4ff33a(0x1fd),'r2':_0x4ff33a(0x194)},'bubble':{'xAxis':_0x4ff33a(0x239),'yAxis':_0x4ff33a(0x1f5),'size':'اندازه\x20حباب','label':_0x4ff33a(0x184),'emptyTips':_0x4ff33a(0x203)},'relation':{'title':_0x4ff33a(0x1a7),'auto':_0x4ff33a(0x1c4),'circular':'دائري','force':_0x4ff33a(0x1c8),'useValueAsSymbolSize':'استخدام\x20القيمة\x20كحجم\x20العقدة','layoutType':_0x4ff33a(0x190),'forceOptions':'خيارات\x20التوجيه\x20بالقوة','repulsion':'التنافر','gravity':_0x4ff33a(0x227),'edgeLength':_0x4ff33a(0x1cc),'rotateLabel':'تدوير\x20التسمية','emphasis':_0x4ff33a(0x183),'emptyTips':_0x4ff33a(0x236)},'waterfall':{'stackType':_0x4ff33a(0x19e),'arrangement':_0x4ff33a(0x17f),'stacked':'مكدس','positive':_0x4ff33a(0x1b7),'negative':_0x4ff33a(0x1dc),'subtotal':_0x4ff33a(0x179),'showSubtotal':_0x4ff33a(0x226),'positiveStyle':'نمط\x20الموجب','negativeStyle':_0x4ff33a(0x1d7),'subtotalStyle':'نمط\x20المجموع\x20الفرعي','positiveLegendText':_0x4ff33a(0x1d4),'negativeLegendText':_0x4ff33a(0x1e1),'subtotalLegendText':_0x4ff33a(0x1bf)},'pareto':{'lineName':_0x4ff33a(0x1f0),'lineSeries':_0x4ff33a(0x23b),'barSeries':_0x4ff33a(0x1c9)},'visualMapScope':_0x4ff33a(0x1b3),'boxplot':{'min':_0x4ff33a(0x1aa),'q1':_0x4ff33a(0x185),'median':'الوسيط','q3':_0x4ff33a(0x172),'max':_0x4ff33a(0x18a)},'chartTypes':{'line':_0x4ff33a(0x1b1),'area':'نمودار\x20مساحتی','areaStacked':_0x4ff33a(0x19f),'areaPercentStacked':_0x4ff33a(0x17a),'column':'نمودار\x20ستونی','bar':_0x4ff33a(0x21b),'barStacked':'نمودار\x20میله‌ای\x20انباشته','barPercentStacked':_0x4ff33a(0x188),'pie':_0x4ff33a(0x1ac),'donut':'نمودار\x20دونات','scatter':_0x4ff33a(0x1fe),'radar':_0x4ff33a(0x1bd),'bubble':'نمودار\x20حبابی','stock':'نمودار\x20سهام','combination':_0x4ff33a(0x193),'wordCloud':_0x4ff33a(0x1ff),'funnel':_0x4ff33a(0x22f),'relation':_0x4ff33a(0x1da),'waterfall':'نمودار\x20آبشاری','pareto':'نمودار\x20پارتو','sankey':'نمودار\x20سانکی','heatmap':_0x4ff33a(0x18e),'boxplot':'مخطط\x20الصندوق'},'dialog':{'numfmt':{'general':'عمومی','accounting':'حسابداری','currency':_0x4ff33a(0x1ae),'date':'تاریخ','thousandthPercentile':_0x4ff33a(0x1b2),'fieldSetting':_0x4ff33a(0x17e),'formatTypes':_0x4ff33a(0x1eb),'confirm':_0x4ff33a(0x230),'cancel':_0x4ff33a(0x1a9),'generalDesc':_0x4ff33a(0x1ad),'accountingDesc':_0x4ff33a(0x19b),'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':_0x4ff33a(0x1ea),'thousandthPercentileDesc':'فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','decimalPlaces':_0x4ff33a(0x1d6),'currencyTypes':_0x4ff33a(0x17c),'negativeNumberTypes':'انواع\x20اعداد\x20منفی','dateTypes':_0x4ff33a(0x1ab)},'setFormat':'تنظیم\x20فرمت\x20برچسب'}}};module[_0x4ff33a(0x1b9)]=e;function _0x2a17(){const _0x3b5baa=['ویرایش\x20نمودار','فاصله‌ها','پایین','محور\x20عمودی\x20راست','نمودار\x20قیفی','تایید','لوزی','1397AZDCRT','نمایش\x20سلول‌های\x20خالی\x20به\x20صورت','درصد\x20انباشته','خط\x20نشانگر','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','رنگ\x20خط\x20نشانگر','عنوان\x20محور\x20X','محور\x20X','{0}\x20با\x20شکل','سلسلة\x20النسبة\x20التراكمية','مخفی','انباشته','الربع\x20الثالث','خط\x20روند','لوزی\x20خالی','سری\x20{0}','سبک\x20نقطه\x20داده','مربع\x20خالی','تراز\x20عنوان\x20محور','المجموع\x20الفرعي','نمودار\x20مساحتی\x20درصد\x20انباشته','8QCWDjd','انواع\x20ارز','راست','تنظیمات\x20فیلد','ترتيبي','عنوان\x20محور\x20Y\x20راست','برچسب\x20نشانگر','نقطه\x20داده','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','برچسب\x20حباب','الربع\x20الأول','استفاده\x20از\x20محور\x20راست','9QGcdiz','نمودار\x20میله‌ای\x20درصد\x20انباشته','تنظیم\x20نمودار','القيمة\x20العليا','حالت\x20انتخاب\x20راهنما','عنوان\x20محور\x20Y','نمایی','نقشه\x20حرارتی','نمایش\x20فرمول','نوع\x20التخطيط','خودکار','حداقل','نمودار\x20ترکیبی','R\x20مربع','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','فلش\x20خالی','{0}\x20با\x20ضخامت','شروع','مرکز','دایره\x20گلبرگی','فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','گزینه‌های\x20محور','حداکثر','نوع\x20التكديس','نمودار\x20مساحتی\x20انباشته','نام\x20خط\x20روند','نمایش\x20R\x20مربع','پله‌ای','چرخش\x20برچسب','حذف\x20نمودار','11398647WrPAAJ','تجمیع','مخطط\x20العلاقة','مجزأ','لغو','القيمة\x20الدنيا','انواع\x20تاریخ','نمودار\x20دایره‌ای','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','ارز','نمایش\x20برچسب‌ها','سبک\x20نمودار','نمودار\x20خطی','درصد\x20هزارم','\x20نطاق\x20خريطة\x20بصرية','دسته‌بندی\x20{0}','داخل','پر\x20کردن\x20گرادیان','موجب','{0}\x20با\x20اندازه','exports','مستمر','تک\x20انتخاب','متن\x20برچسب','نمودار\x20راداری','متن\x20عنوان','نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي','خطوط\x20شبکه\x20و\x20تیک‌ها','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','ترتیب\x20چندجمله‌ای','افزودن\x20نقطه\x20داده','تلقائي','برچسب‌های\x20داده','عناوین\x20نمودار\x20و\x20محور','دسته‌بندی','موجه\x20بالقوة','سلسلة\x20المخطط\x20العمودي','موقعیت\x20عنوان','محور\x20افقی','مسافة\x20العقدة','{0}\x20با\x20فرمت','استفاده\x20از\x20مقدار\x20مطلق','تم‌ها','نوع\x20خط\x20تیره\x20خط\x20روند','نوع\x20نمودار','اعداد\x20ثابت\x20دایره','مثلث','نص\x20وسيلة\x20الإيضاح\x20للموجب','عنوان','محل\x20اعشار','نمط\x20السالب','کپی','سفارشی‌سازی\x20نمودار','نمودار\x20رابطه','رنگ\x20پس‌زمینه','سالب','هیچ','سری','بستن','نوع\x20خط\x20روند','نص\x20وسيلة\x20الإيضاح\x20للسالب','{0}\x20با\x20شفافیت','میانگین\x20متحرک','نمایش\x20برچسب‌های\x20داده','طول\x20تیک','خط\x20تیره','ابر\x20کلمات','9GGFRMq','تیک\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','راهنما','نقطه','20354ttNUcu','شکل\x20گره\x20داده','رنگ\x20حاشیه\x20نمودار','دوره\x20میانگین\x20متحرک','محور','فرمول','نمودار\x20پراکندگی','نمودار\x20ابر\x20کلمات','محور\x20راست','Export\x20as\x20image','پر\x20کردن','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','مثلث\x20خالی','1325tlgaps','خطوط\x20شبکه\x20اصلی','مستطیل\x20گرد\x20خالی','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','مربع','شکل\x20ابر\x20کلمات','خط\x20کامل','محور\x20چپ','موقعیت\x20تیک','500828dnvaNE','21618YGLeYn','7NTpWUV','موقعیت\x20برچسب','تکرار\x20ابر\x20کلمات','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','دایره\x20خالی','پایان','نوع\x20خط\x20نشانگر','درج\x20نمودار','خطی','2580060QQMaFJ','معکوس\x20کردن\x20ترتیب\x20محور','نمودار\x20میله‌ای','مخفی\x20کردن\x20پنل\x20نمودار','6380927wgHXdU','نمایش\x20خط\x20محور','صفر','فاصله','زاویه\x20پد\x20برچسب','49776UnaDxZ','مقیاس\x20مقدار\x20دایره','{0}\x20با\x20نوع','{0}\x20با\x20رنگ','عرض\x20المجموع\x20الفرعي','الجاذبية','عنوان\x20اصلی','بالا','محور\x20عمودی'];_0x2a17=function(){return _0x3b5baa;};return _0x2a17();}
1
+ const _0x171280=_0x21eb;function _0x35c5(){const _0x5be121=['نمودار\x20خطی','نمودار\x20پراکندگی','137655yBMEvi','خروجی\x20گرفتن\x20به‌صورت\x20تصویر','1105940iEwsey','نمودار\x20دایره‌ای\x20از\x20دایره‌ای','نمودار\x20مساحتی','2709546btBkUd','نمودار\x20ترکیبی','ویرایش\x20نمودار','نقشه\x20حرارتی','نمودار\x20شمعی','نمودار\x20ستونی','نمودار\x20سنجه‌ای','نمودار\x20هیستوگرام','مثبت','نمودار\x20راداری','نمودار\x20جعبه‌ای','نمودار\x20درختی','نمودار\x20مساحتی\x20درصد\x20انباشته','سبک\x20نمودار','تنظیم\x20نمودار','حذف\x20نمودار','نمودار\x20وتر','هدف','نمودار\x20آکورد','نمودار\x20میله‌ای\x20درصد\x20انباشته','نمودار\x20دونات','نمودار\x20ابر\x20کلمات','نمودار\x20گیج','نمودار\x20آبشاری','سری','خط\x20روند','439048SPycAR','محدوده\x20داده','نمودار\x20خطی\x20/\x20نمودار\x20مساحتی','عناوین\x20نمودار\x20و\x20محور','5CylVHv','4548652dFaKvt','جمع\x20فرعی','689731KrDvFJ','نمودار\x20میله‌ای\x20انباشته','نمودار\x20میله‌ای\x20از\x20دایره‌ای','خطوط\x20شبکه\x20و\x20تیک‌ها','منفی','16dvxnEY','نمودار\x20رابطه','نمودار\x20آفتاب\x20سوختگی','ابر\x20کلمات','محور\x20افقی','exports','217110yjxgXl','نمودار\x20قیفی','محور\x20عمودی\x20سمت\x20راست','محور\x20عمودی','نمودار\x20سانکی'];_0x35c5=function(){return _0x5be121;};return _0x35c5();}function _0x21eb(_0x31f190,_0x57215d){_0x31f190=_0x31f190-0x194;const _0x35c5c2=_0x35c5();let _0x21eb58=_0x35c5c2[_0x31f190];return _0x21eb58;}(function(_0x2fdd99,_0x502977){const _0x113ca6=_0x21eb,_0x334f0b=_0x2fdd99();while(!![]){try{const _0x1a2594=-parseInt(_0x113ca6(0x19d))/0x1+parseInt(_0x113ca6(0x1ba))/0x2+parseInt(_0x113ca6(0x1a0))/0x3+parseInt(_0x113ca6(0x1bf))/0x4*(parseInt(_0x113ca6(0x1be))/0x5)+-parseInt(_0x113ca6(0x194))/0x6+parseInt(_0x113ca6(0x1c1))/0x7*(-parseInt(_0x113ca6(0x1c6))/0x8)+parseInt(_0x113ca6(0x19b))/0x9;if(_0x1a2594===_0x502977)break;else _0x334f0b['push'](_0x334f0b['shift']());}catch(_0x27e295){_0x334f0b['push'](_0x334f0b['shift']());}}}(_0x35c5,0xe4825));const e={'sheets-chart-ui':{'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'common':{'setup':_0x171280(0x1ae),'customize':'سفارشی‌سازی\x20نمودار','editChart':_0x171280(0x1a2),'useAsCategoryLabels':'استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','switchRowColumn':'تغییر\x20به\x20ردیف/ستون','dataRange':_0x171280(0x1bb),'insertChart':'درج\x20نمودار','openChartPanel':'باز\x20کردن\x20پنل\x20نمودار','deleteChart':_0x171280(0x1af),'hideChartPanel':'مخفی\x20کردن\x20پنل\x20نمودار','chartAndAxisTitles':_0x171280(0x1bd),'chartStyle':_0x171280(0x1ad),'heatmap':_0x171280(0x1a3),'horizontalAxis':_0x171280(0x1ca),'legend':'راهنما','rightVerticalAxis':_0x171280(0x196),'series':_0x171280(0x1b8),'trendline':_0x171280(0x1b9),'verticalAxis':_0x171280(0x197),'category':'دسته\x20بندی','copy':'کپی','exportImage':_0x171280(0x19c)},'waterfall':{'subtotal':_0x171280(0x1c0),'positive':_0x171280(0x1a8),'negative':_0x171280(0x1c5)},'chartTypes':{'line':_0x171280(0x199),'column':_0x171280(0x1a5),'bar':'نمودار\x20میله‌ای','barStacked':_0x171280(0x1c2),'barPercentStacked':_0x171280(0x1b3),'pie':'نمودار\x20دایره‌ای','donut':_0x171280(0x1b4),'pieOfPie':_0x171280(0x19e),'barOfPie':_0x171280(0x1c3),'area':_0x171280(0x19f),'areaStacked':'نمودار\x20مساحتی\x20انباشته','areaPercentStacked':_0x171280(0x1ac),'radar':_0x171280(0x1a9),'scatter':_0x171280(0x19a),'combination':_0x171280(0x1a1),'wordCloud':_0x171280(0x1b5),'funnel':_0x171280(0x195),'bubble':'نمودار\x20حبابی','relation':_0x171280(0x1c7),'waterfall':_0x171280(0x1b7),'pareto':'نمودار\x20پارتو','sankey':_0x171280(0x198),'heatmap':'نقشه\x20حرارتی','boxplot':_0x171280(0x1aa),'candlestick':_0x171280(0x1a4),'histogram':'هیستوگرام','treemap':_0x171280(0x1ab),'sunburst':'نمودار\x20خورشیدی','gauge':_0x171280(0x1a6),'chord':_0x171280(0x1b0)},'section':{'candlestick':'نمودار\x20شمعدانی','chord':_0x171280(0x1b2),'funnel':_0x171280(0x195),'gauge':_0x171280(0x1b6),'gridlinesAndTicks':_0x171280(0x1c4),'histogram':_0x171280(0x1a7),'indicatorLine':'خط\x20نشانگر','lineAndArea':_0x171280(0x1bc),'paretoBar':'سلسلة\x20المخطط\x20العمودي','paretoLine':'سلسلة\x20النسبة\x20التراكمية','pie':'نمودار\x20دایره‌ای','radar':_0x171280(0x1a9),'relation':_0x171280(0x1c7),'sunburst':_0x171280(0x1c8),'treemap':'نمودار\x20درختی','waterfall':_0x171280(0x1b7),'wordCloud':_0x171280(0x1c9)},'chord':{'target':_0x171280(0x1b1)}}};module[_0x171280(0x1cb)]=e;
@@ -1 +1 @@
1
- function _0x365b(_0x137cce,_0x490cb5){_0x137cce=_0x137cce-0x1c9;const _0x2609b2=_0x2609();let _0x365ba8=_0x2609b2[_0x137cce];return _0x365ba8;}const _0x55ff98=_0x365b;(function(_0x13a8af,_0x8625af){const _0x2233f7=_0x365b,_0x1aa158=_0x13a8af();while(!![]){try{const _0x53e91c=-parseInt(_0x2233f7(0x24f))/0x1*(-parseInt(_0x2233f7(0x222))/0x2)+-parseInt(_0x2233f7(0x249))/0x3+-parseInt(_0x2233f7(0x261))/0x4+parseInt(_0x2233f7(0x282))/0x5*(parseInt(_0x2233f7(0x23c))/0x6)+parseInt(_0x2233f7(0x1d1))/0x7*(parseInt(_0x2233f7(0x205))/0x8)+parseInt(_0x2233f7(0x227))/0x9+parseInt(_0x2233f7(0x237))/0xa*(-parseInt(_0x2233f7(0x24e))/0xb);if(_0x53e91c===_0x8625af)break;else _0x1aa158['push'](_0x1aa158['shift']());}catch(_0x52f6ae){_0x1aa158['push'](_0x1aa158['shift']());}}}(_0x2609,0x1cc3b));const e={'sheets-chart-ui':{'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'insertChart':_0x55ff98(0x23e),'editChart':'Éditeur\x20de\x20graphique','openChartPanel':_0x55ff98(0x24c),'deleteChart':_0x55ff98(0x21b),'exportImage':_0x55ff98(0x214),'copy':_0x55ff98(0x259),'hideChartPanel':_0x55ff98(0x1eb),'setupChart':_0x55ff98(0x23a),'customChart':_0x55ff98(0x1fb),'default':_0x55ff98(0x1ed),'reset':_0x55ff98(0x25e),'chartType':_0x55ff98(0x223),'themes':'Thèmes','dataRange':_0x55ff98(0x1f9),'stack':_0x55ff98(0x294),'category':'Catégorie','aggregate':_0x55ff98(0x26e),'allSeries':_0x55ff98(0x243),'series':_0x55ff98(0x1ea),'addSeries':_0x55ff98(0x218),'moreSettings':'Plus\x20de\x20paramètres','min':_0x55ff98(0x28e),'max':'Max','invalidType':{'gaps':'lacunes','zero':_0x55ff98(0x203),'connectDataPointsWithStraightLines':_0x55ff98(0x221)},'blank':'(Vide)','seriesBlock':{'format':_0x55ff98(0x271),'dataPointStyle':_0x55ff98(0x1e0)},'backgroundColor':_0x55ff98(0x268),'chartBorderColor':_0x55ff98(0x250),'titles':{'title':_0x55ff98(0x264),'mainTitle':_0x55ff98(0x27e),'subTitle':_0x55ff98(0x211),'xAxisTitle':_0x55ff98(0x22b),'yAxisTitle':_0x55ff98(0x20e),'rightYAxisTitle':'Titre\x20de\x20l’axe\x20Y\x20droit','titleFormat':_0x55ff98(0x27b),'titleText':_0x55ff98(0x279),'titlePosition':_0x55ff98(0x216),'titleAlign':_0x55ff98(0x20c)},'axisPositionType':{'start':'Début','center':'Centre','end':_0x55ff98(0x1d9)},'gradientFill':_0x55ff98(0x1ff),'settingsLabels':{'switchToRowOrColumn':_0x55ff98(0x1de),'useAsCategoryLabels':_0x55ff98(0x1d3),'showEmptyCellsAs':_0x55ff98(0x241)},'positionType':{'auto':_0x55ff98(0x201),'inside':_0x55ff98(0x23b),'outside':_0x55ff98(0x202),'top':_0x55ff98(0x27a),'bottom':_0x55ff98(0x28f),'left':_0x55ff98(0x1e1),'right':'Droite','hide':_0x55ff98(0x230)},'align':{'left':_0x55ff98(0x1e1),'center':_0x55ff98(0x1d0),'right':_0x55ff98(0x291)},'alignY':{'top':_0x55ff98(0x27a),'middle':_0x55ff98(0x292),'bottom':_0x55ff98(0x28f)},'chartStyle':_0x55ff98(0x1c9),'chartAndAxisTitles':_0x55ff98(0x255),'legend':_0x55ff98(0x25b),'legendSelectMode':_0x55ff98(0x1d8),'legendSelectModeType':{'single':_0x55ff98(0x20a),'multiple':_0x55ff98(0x245),'close':'Fermer'},'legendVisualMapType':{'continuous':_0x55ff98(0x24a),'piecewise':_0x55ff98(0x20f)},'axes':{'axis':'Axe','axisOptions':_0x55ff98(0x200),'horizontalAxis':'Axe\x20horizontal','verticalAxis':_0x55ff98(0x231),'rightVerticalAxis':'Axe\x20vertical\x20droit','leftAxis':'Axe\x20gauche','rightAxis':_0x55ff98(0x210),'useRightAxis':_0x55ff98(0x1f4)},'position':_0x55ff98(0x1e5),'dataLabels':_0x55ff98(0x21c),'gridlinesAndTicks':'Lignes\x20de\x20grille\x20et\x20graduations','indicatorLine':_0x55ff98(0x21e),'indicatorLineType':_0x55ff98(0x1fc),'indicatorLineColor':'Couleur\x20de\x20la\x20ligne\x20indicatrice','indicatorLabel':_0x55ff98(0x24b),'indicatorValue':_0x55ff98(0x270),'shape':{'polygon':'Polygone','circle':_0x55ff98(0x1ce),'square':_0x55ff98(0x25f),'triangle':'Triangle','diamond':_0x55ff98(0x253),'rect':_0x55ff98(0x252),'roundRect':_0x55ff98(0x22a),'pin':_0x55ff98(0x20d),'arrow':'Flèche','none':_0x55ff98(0x278),'emptyCircle':_0x55ff98(0x21a),'emptySquare':'Carré\x20vide','emptyTriangle':_0x55ff98(0x207),'emptyDiamond':'Losange\x20vide','emptyRect':_0x55ff98(0x27f),'emptyRoundRect':_0x55ff98(0x248),'emptyPin':_0x55ff98(0x26c),'emptyArrow':_0x55ff98(0x1e6)},'border':_0x55ff98(0x1d6),'value':_0x55ff98(0x20b),'fill':'Remplir','line':_0x55ff98(0x226),'withOpacity':'{0}\x20avec\x20opacité','withColor':_0x55ff98(0x262),'withThickness':'{0}\x20avec\x20épaisseur','withType':_0x55ff98(0x235),'withSize':_0x55ff98(0x238),'withShape':_0x55ff98(0x1f8),'withFormat':_0x55ff98(0x234),'dataPoint':_0x55ff98(0x295),'dataNodeShape':_0x55ff98(0x288),'addDataPoint':_0x55ff98(0x21d),'point':_0x55ff98(0x236),'percentage':_0x55ff98(0x269),'lineType':{'line':_0x55ff98(0x226),'smooth':_0x55ff98(0x1f0),'step':_0x55ff98(0x275)},'stackType':{'stack':_0x55ff98(0x294),'percent':_0x55ff98(0x25a)},'lineDashType':_0x55ff98(0x1da),'dashType':{'solid':'Plein','dash':_0x55ff98(0x1ee),'dot':_0x55ff98(0x22c)},'color':_0x55ff98(0x219),'gridlines':{'majorGridlines':_0x55ff98(0x233),'text':_0x55ff98(0x274)},'ticks':{'majorTick':'Graduation\x20principale','tickPosition':_0x55ff98(0x1f5),'tickLength':_0x55ff98(0x28b)},'none':_0x55ff98(0x278),'theIndexItem':_0x55ff98(0x289),'seriesDefaultName':_0x55ff98(0x290),'categoryDefaultName':_0x55ff98(0x27c),'styleEditPanel':{'showLabels':'Afficher\x20les\x20étiquettes','showDataLabels':_0x55ff98(0x208),'padAngle':_0x55ff98(0x225),'halfPie':_0x55ff98(0x1fd),'rosePie':_0x55ff98(0x217),'pieValScale':_0x55ff98(0x23f),'pieValSuffix':'Suffixe\x20de\x20valeur\x20du\x20camembert','pieDigitalFixed':_0x55ff98(0x281),'showLabelLine':_0x55ff98(0x247),'reverseAxisOrder':_0x55ff98(0x28d),'showAxisLine':_0x55ff98(0x26d),'labelPosition':'Position\x20des\x20étiquettes','labelText':_0x55ff98(0x25c),'repeatWordCould':_0x55ff98(0x1e8),'gap':_0x55ff98(0x244),'useAbsValue':_0x55ff98(0x293),'labelRotate':'Rotation\x20des\x20étiquettes','wordCloudShape':'Forme\x20du\x20nuage\x20de\x20mots','useDateAxis':_0x55ff98(0x280),'dateAxisTips':'L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date'},'doughnutHole':_0x55ff98(0x273),'radar':{'fill':_0x55ff98(0x28c)},'msg':{'invalidSource':_0x55ff98(0x266),'emptyTips':'Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','sankeyCircularTips':_0x55ff98(0x277)},'cloud':{'title':_0x55ff98(0x239),'word':'Mot','frequency':'Fréquence'},'trendline':{'name':'Courbe\x20de\x20tendance','displayName':_0x55ff98(0x26b),'addTrendLine':_0x55ff98(0x1ef),'trendlineType':_0x55ff98(0x286),'trendlineName':_0x55ff98(0x26b),'trendlineColor':'Couleur\x20de\x20la\x20courbe\x20de\x20tendance','trendlineThickness':_0x55ff98(0x1e9),'trendlineDashType':_0x55ff98(0x1fe),'exp':'Exponentielle','linear':_0x55ff98(0x267),'log':'Logarithmique','pow':_0x55ff98(0x213),'movingAvg':_0x55ff98(0x1dd),'poly':'Polynomiale','order':_0x55ff98(0x232),'period':_0x55ff98(0x1e7),'showFormula':_0x55ff98(0x1cd),'showR2':_0x55ff98(0x285),'formula':_0x55ff98(0x272),'r2':'R\x20carré'},'bubble':{'xAxis':_0x55ff98(0x242),'yAxis':_0x55ff98(0x1f7),'size':_0x55ff98(0x257),'label':'Étiquette\x20de\x20la\x20bulle','emptyTips':'Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y'},'relation':{'title':_0x55ff98(0x260),'auto':'Auto','circular':_0x55ff98(0x1cb),'force':_0x55ff98(0x229),'useValueAsSymbolSize':'Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','layoutType':'Type\x20de\x20disposition','forceOptions':_0x55ff98(0x206),'repulsion':_0x55ff98(0x1dc),'gravity':_0x55ff98(0x212),'edgeLength':_0x55ff98(0x276),'rotateLabel':'Faire\x20pivoter\x20l’étiquette','emphasis':'Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','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':'Type\x20d\x27empilement','arrangement':'Séquentiel','stacked':_0x55ff98(0x1f6),'positive':_0x55ff98(0x246),'negative':_0x55ff98(0x21f),'subtotal':_0x55ff98(0x258),'showSubtotal':_0x55ff98(0x287),'positiveStyle':_0x55ff98(0x1e2),'negativeStyle':_0x55ff98(0x1ca),'subtotalStyle':_0x55ff98(0x254),'positiveLegendText':'Texte\x20de\x20légende\x20positif','negativeLegendText':'Texte\x20de\x20légende\x20négatif','subtotalLegendText':'Texte\x20de\x20légende\x20du\x20sous-total'},'pareto':{'lineName':'Pourcentage\x20Cumulé','lineSeries':_0x55ff98(0x215),'barSeries':_0x55ff98(0x1cc)},'visualMapScope':'Portée\x20de\x20la\x20carte\x20visuelle','boxplot':{'min':_0x55ff98(0x1f3),'q1':_0x55ff98(0x1d5),'median':'Médiane','q3':_0x55ff98(0x27d),'max':'Valeur\x20maximale'},'chartTypes':{'line':'Graphique\x20en\x20ligne','area':'Graphique\x20en\x20aires','areaStacked':_0x55ff98(0x22d),'areaPercentStacked':_0x55ff98(0x1d4),'column':_0x55ff98(0x22e),'bar':_0x55ff98(0x26a),'barStacked':_0x55ff98(0x263),'barPercentStacked':'Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','pie':_0x55ff98(0x284),'donut':_0x55ff98(0x25d),'scatter':'Graphique\x20de\x20dispersion','radar':_0x55ff98(0x220),'bubble':_0x55ff98(0x1d2),'stock':_0x55ff98(0x1d7),'combination':_0x55ff98(0x204),'wordCloud':_0x55ff98(0x228),'funnel':_0x55ff98(0x283),'relation':_0x55ff98(0x209),'waterfall':_0x55ff98(0x24d),'pareto':'Graphique\x20de\x20Pareto','sankey':_0x55ff98(0x1ec),'heatmap':_0x55ff98(0x251),'boxplot':'Boîte\x20à\x20moustaches'},'dialog':{'numfmt':{'general':_0x55ff98(0x1fa),'accounting':'Comptabilité','currency':_0x55ff98(0x22f),'date':_0x55ff98(0x1e3),'thousandthPercentile':_0x55ff98(0x240),'fieldSetting':'Paramètres\x20de\x20champ','formatTypes':_0x55ff98(0x23d),'confirm':'OK','cancel':_0x55ff98(0x26f),'generalDesc':_0x55ff98(0x1db),'accountingDesc':_0x55ff98(0x1cf),'currencyDesc':_0x55ff98(0x28a),'dateDesc':_0x55ff98(0x265),'thousandthPercentileDesc':_0x55ff98(0x1df),'decimalPlaces':_0x55ff98(0x1f1),'currencyTypes':_0x55ff98(0x224),'negativeNumberTypes':_0x55ff98(0x256),'dateTypes':_0x55ff98(0x1e4)},'setFormat':'Définir\x20le\x20format\x20de\x20l’étiquette'}}};module[_0x55ff98(0x1f2)]=e;function _0x2609(){const _0x3c20c9=['Graphique\x20de\x20relations','24916oalKDv','{0}\x20avec\x20couleur','Graphique\x20en\x20barres\x20empilées','Titre','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Linéaire','Couleur\x20de\x20fond','Pourcentage','Graphique\x20en\x20barres','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Épingle\x20vide','Afficher\x20la\x20ligne\x20de\x20l’axe','Agrégat','Annuler','Valeur\x20indicatrice','Format','Formule','Trou\x20du\x20beignet','Lignes\x20de\x20grille','Étape','Distance\x20entre\x20les\x20nœuds','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Aucun','Texte\x20du\x20titre','Haut','Format\x20du\x20titre','Catégorie\x20{0}','Troisième\x20quartile','Titre\x20principal','Rectangle\x20vide','Utiliser\x20l’axe\x20des\x20dates','Chiffres\x20fixes\x20du\x20camembert','170195iUbfzf','Graphique\x20en\x20entonnoir','Graphique\x20en\x20camembert','Afficher\x20R\x20carré','Type\x20de\x20courbe\x20de\x20tendance','Afficher\x20le\x20sous-total','Forme\x20du\x20nœud\x20de\x20données','L’élément\x20{0}','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.','Longueur\x20des\x20graduations','Remplir','Inverser\x20l’ordre\x20des\x20axes','Min','Bas','Série\x20{0}','Droite','Milieu','Utiliser\x20la\x20valeur\x20absolue','Empiler','Point\x20de\x20données','Style\x20de\x20graphique','Style\x20négatif','Circulaire','Série\x20de\x20Diagramme\x20en\x20Barres','Afficher\x20la\x20formule','Cercle','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Centre','1134OEXrCO','Graphique\x20en\x20bulles','Utiliser\x20{0}\x20comme\x20catégorie','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Premier\x20quartile','Bordure','Graphique\x20boursier','Mode\x20de\x20sélection\x20de\x20la\x20légende','Fin','Type\x20de\x20ligne\x20pointillée','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Répulsion','Moyenne\x20mobile','Basculer\x20vers\x20ligne/colonne','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.','Style\x20des\x20points\x20de\x20données','Gauche','Style\x20positif','Date','Types\x20de\x20dates','Position','Flèche\x20vide','Période\x20de\x20la\x20moyenne\x20mobile','Répéter\x20le\x20nuage\x20de\x20mots','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Séries','Masquer\x20le\x20panneau\x20de\x20graphique','Graphique\x20de\x20Sankey','Par\x20défaut','Tiret','Ajouter\x20une\x20courbe\x20de\x20tendance','Lisse','Décimales','exports','Valeur\x20minimale','Utiliser\x20l’axe\x20droit','Position\x20des\x20graduations','Empilé','Axe\x20Y','{0}\x20avec\x20forme','Plage\x20de\x20données','Général','Personnaliser','Type\x20de\x20ligne\x20indicatrice','Demi-camembert','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Remplissage\x20en\x20dégradé','Options\x20de\x20l’axe','Automatique','À\x20l’extérieur','zéro','Graphique\x20combiné','712ylGglW','Options\x20de\x20disposition\x20par\x20forces','Triangle\x20vide','Afficher\x20les\x20étiquettes\x20de\x20données','Graphique\x20de\x20relation','Simple','Valeur','Alignement\x20du\x20titre\x20de\x20l’axe','Épingle','Titre\x20de\x20l’axe\x20Y','Morceaux','Axe\x20droit','Sous-titre','Gravité','Puissance','Export\x20as\x20image','Série\x20du\x20Pourcentage\x20Cumulé','Position\x20du\x20titre','Camembert\x20en\x20rose','Ajouter\x20une\x20série','Couleur','Cercle\x20vide','Supprimer\x20le\x20graphique','Étiquettes\x20de\x20données','Ajouter\x20un\x20point\x20de\x20données','Ligne\x20indicatrice','Négatif','Graphique\x20radar','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','327260XCiCVb','Type\x20de\x20graphique','Types\x20de\x20devises','Angle\x20de\x20remplissage\x20des\x20étiquettes','Ligne','730107nPwkdy','Graphique\x20en\x20nuage\x20de\x20mots','Forces\x20dirigées','Rectangle\x20arrondi','Titre\x20de\x20l’axe\x20X','Pointillé','Graphique\x20en\x20aires\x20empilées','Graphique\x20en\x20colonnes','Monétaire','Masquer','Axe\x20vertical','Ordre\x20du\x20polynôme','Lignes\x20de\x20grille\x20principales','{0}\x20avec\x20format','{0}\x20avec\x20type','Point','1940gbMHKf','{0}\x20avec\x20taille','Nuage\x20de\x20mots','Configurer','À\x20l’intérieur','24wZwtmX','Types\x20de\x20formats','Insérer\x20un\x20graphique','Échelle\x20de\x20valeur\x20du\x20camembert','Milleième','Afficher\x20les\x20cellules\x20vides\x20comme','Axe\x20X','Toutes\x20les\x20séries','Écart','Multiple','Positif','Afficher\x20la\x20ligne\x20des\x20étiquettes','Rectangle\x20arrondi\x20vide','677067eFegmK','Continu','Étiquette\x20indicatrice','Ouvrir\x20le\x20panneau\x20de\x20graphique','Graphique\x20en\x20cascade','2585olDrqn','1nfJzZO','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Carte\x20thermique','Rectangle','Losange','Style\x20du\x20sous-total','Titres\x20du\x20graphique\x20et\x20des\x20axes','Types\x20de\x20nombres\x20négatifs','Taille\x20de\x20la\x20bulle','Sous-total','Copier','Pourcentage\x20empilé','Légende','Texte\x20des\x20étiquettes','Graphique\x20en\x20beignet','Réinitialiser','Carré'];_0x2609=function(){return _0x3c20c9;};return _0x2609();}
1
+ const _0x7442ee=_0x229c;function _0x229c(_0x1e95f5,_0x12e783){_0x1e95f5=_0x1e95f5-0x76;const _0x157969=_0x1579();let _0x229cdd=_0x157969[_0x1e95f5];return _0x229cdd;}(function(_0x264853,_0x576414){const _0x3266e6=_0x229c,_0x3f4100=_0x264853();while(!![]){try{const _0x3335c8=parseInt(_0x3266e6(0xb4))/0x1*(parseInt(_0x3266e6(0x8c))/0x2)+parseInt(_0x3266e6(0x83))/0x3*(-parseInt(_0x3266e6(0x7e))/0x4)+-parseInt(_0x3266e6(0x99))/0x5+parseInt(_0x3266e6(0x8e))/0x6*(parseInt(_0x3266e6(0x94))/0x7)+parseInt(_0x3266e6(0x7c))/0x8*(-parseInt(_0x3266e6(0xa7))/0x9)+-parseInt(_0x3266e6(0x79))/0xa+parseInt(_0x3266e6(0xaf))/0xb;if(_0x3335c8===_0x576414)break;else _0x3f4100['push'](_0x3f4100['shift']());}catch(_0x33a1f0){_0x3f4100['push'](_0x3f4100['shift']());}}}(_0x1579,0xa1fa2));const e={'sheets-chart-ui':{'permission':{'editErr':_0x7442ee(0x82)},'common':{'setup':_0x7442ee(0x96),'customize':'Personnaliser','editChart':_0x7442ee(0x9a),'useAsCategoryLabels':'Utiliser\x20{0}\x20comme\x20catégorie','switchRowColumn':_0x7442ee(0x9f),'dataRange':_0x7442ee(0x7f),'insertChart':_0x7442ee(0x76),'openChartPanel':_0x7442ee(0xa5),'deleteChart':'Supprimer\x20le\x20graphique','hideChartPanel':_0x7442ee(0x8a),'chartAndAxisTitles':_0x7442ee(0x89),'chartStyle':'Style\x20de\x20graphique','heatmap':_0x7442ee(0x7d),'horizontalAxis':_0x7442ee(0x7b),'legend':_0x7442ee(0x93),'rightVerticalAxis':_0x7442ee(0xa0),'series':_0x7442ee(0x91),'trendline':_0x7442ee(0x9c),'verticalAxis':_0x7442ee(0x8d),'category':_0x7442ee(0x9d),'copy':'Copier','exportImage':_0x7442ee(0x78)},'waterfall':{'subtotal':_0x7442ee(0x86),'positive':'Positif','negative':'Négatif'},'chartTypes':{'line':_0x7442ee(0xa4),'column':_0x7442ee(0x9b),'bar':_0x7442ee(0xb3),'barStacked':_0x7442ee(0xae),'barPercentStacked':_0x7442ee(0x8b),'pie':_0x7442ee(0xa8),'donut':_0x7442ee(0xab),'pieOfPie':_0x7442ee(0x80),'barOfPie':_0x7442ee(0x84),'area':_0x7442ee(0xb2),'areaStacked':_0x7442ee(0x81),'areaPercentStacked':_0x7442ee(0xb5),'radar':_0x7442ee(0xad),'scatter':'Graphique\x20de\x20dispersion','combination':_0x7442ee(0xa2),'wordCloud':_0x7442ee(0x97),'funnel':_0x7442ee(0x8f),'bubble':_0x7442ee(0x88),'relation':_0x7442ee(0x77),'waterfall':_0x7442ee(0x92),'pareto':'Graphique\x20de\x20Pareto','sankey':_0x7442ee(0x87),'heatmap':'Carte\x20thermique','boxplot':'Boîte\x20à\x20moustaches','candlestick':_0x7442ee(0x9e),'histogram':'Histogramme','treemap':_0x7442ee(0xb0),'sunburst':_0x7442ee(0x98),'gauge':_0x7442ee(0xa1),'chord':_0x7442ee(0xa6)},'section':{'candlestick':_0x7442ee(0x9e),'chord':_0x7442ee(0x95),'funnel':_0x7442ee(0x8f),'gauge':_0x7442ee(0xaa),'gridlinesAndTicks':_0x7442ee(0xb6),'histogram':_0x7442ee(0xac),'indicatorLine':_0x7442ee(0x90),'lineAndArea':_0x7442ee(0x7a),'paretoBar':'Série\x20de\x20Diagramme\x20en\x20Barres','paretoLine':_0x7442ee(0x85),'pie':_0x7442ee(0xa8),'radar':'Graphique\x20radar','relation':_0x7442ee(0x77),'sunburst':'Tableau\x20des\x20rayons\x20de\x20soleil','treemap':_0x7442ee(0xa9),'waterfall':_0x7442ee(0x92),'wordCloud':'Nuage\x20de\x20mots'},'chord':{'target':_0x7442ee(0xa3)}}};function _0x1579(){const _0x4600df=['9297794RAFfZb','Carte\x20proportionnelle','exports','Graphique\x20en\x20aires','Graphique\x20en\x20barres','568892HQvJrQ','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Lignes\x20de\x20grille\x20et\x20graduations','Insérer\x20un\x20graphique','Graphique\x20de\x20relation','Exporter\x20en\x20tant\x20qu’image','9158670bSLoAZ','Graphique\x20en\x20ligne\x20/\x20Graphique\x20en\x20aires','Axe\x20horizontal','3557832ZwCJQJ','Carte\x20thermique','76BbeRnU','Plage\x20de\x20données','Graphique\x20secteurs\x20de\x20secteur','Graphique\x20en\x20aires\x20empilées','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','92709aooYVW','Graphique\x20barres\x20de\x20secteur','Série\x20du\x20Pourcentage\x20Cumulé','Sous-total','Graphique\x20de\x20Sankey','Graphique\x20en\x20bulles','Titres\x20du\x20graphique\x20et\x20des\x20axes','Masquer\x20le\x20panneau\x20de\x20graphique','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','4JqqMbb','Axe\x20vertical','6082458KojOYb','Graphique\x20en\x20entonnoir','Ligne\x20indicatrice','Série','Graphique\x20en\x20cascade','Légende','7XXLVrb','Tableau\x20d\x27accords','Configurer','Graphique\x20en\x20nuage\x20de\x20mots','Diagramme\x20en\x20rayons\x20de\x20soleil','1927850fGwjVw','Éditeur\x20de\x20graphique','Graphique\x20en\x20colonnes','Courbe\x20de\x20tendance','Catégorie','Graphique\x20en\x20chandeliers','Basculer\x20vers\x20ligne/colonne','Axe\x20vertical\x20droit','Graphique\x20de\x20jauge','Graphique\x20combiné','Cible','Graphique\x20en\x20ligne','Ouvrir\x20le\x20panneau\x20de\x20graphique','Diagramme\x20de\x20cordes','9qScpIL','Graphique\x20en\x20camembert','Graphique\x20arborescent','Tableau\x20de\x20jauge','Graphique\x20en\x20beignet','Graphique\x20histogramme','Graphique\x20radar','Graphique\x20en\x20barres\x20empilées'];_0x1579=function(){return _0x4600df;};return _0x1579();}module[_0x7442ee(0xb1)]=e;
@@ -1 +1 @@
1
- const _0x259b65=_0x253d;(function(_0x185736,_0x2a310f){const _0x2374c3=_0x253d,_0x5dda2e=_0x185736();while(!![]){try{const _0x8ab3a2=parseInt(_0x2374c3(0x1bc))/0x1+-parseInt(_0x2374c3(0x163))/0x2*(-parseInt(_0x2374c3(0x14e))/0x3)+-parseInt(_0x2374c3(0x1fb))/0x4*(parseInt(_0x2374c3(0x1ce))/0x5)+parseInt(_0x2374c3(0x16e))/0x6+-parseInt(_0x2374c3(0x14b))/0x7*(parseInt(_0x2374c3(0x16c))/0x8)+-parseInt(_0x2374c3(0x179))/0x9+parseInt(_0x2374c3(0x198))/0xa*(parseInt(_0x2374c3(0x1c8))/0xb);if(_0x8ab3a2===_0x2a310f)break;else _0x5dda2e['push'](_0x5dda2e['shift']());}catch(_0x369346){_0x5dda2e['push'](_0x5dda2e['shift']());}}}(_0x39de,0x8fc6d));const e={'sheets-chart-ui':{'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.'},'insertChart':_0x259b65(0x192),'editChart':_0x259b65(0x1b4),'openChartPanel':_0x259b65(0x1a8),'deleteChart':'Hapus\x20grafik','exportImage':_0x259b65(0x145),'copy':_0x259b65(0x185),'hideChartPanel':_0x259b65(0x15e),'setupChart':_0x259b65(0x159),'customChart':_0x259b65(0x183),'default':_0x259b65(0x147),'reset':_0x259b65(0x197),'chartType':'Jenis\x20grafik','themes':_0x259b65(0x149),'dataRange':_0x259b65(0x1db),'stack':_0x259b65(0x1dd),'category':_0x259b65(0x1e2),'aggregate':'Agregat','allSeries':_0x259b65(0x151),'series':'Seri','addSeries':_0x259b65(0x16b),'moreSettings':_0x259b65(0x1e5),'min':_0x259b65(0x1c2),'max':'Maks','invalidType':{'gaps':_0x259b65(0x1a0),'zero':_0x259b65(0x1a9),'connectDataPointsWithStraightLines':'Hubungkan\x20titik\x20data\x20dengan\x20garis\x20lurus'},'blank':_0x259b65(0x13d),'seriesBlock':{'format':'Format','dataPointStyle':'Gaya\x20titik\x20data'},'backgroundColor':_0x259b65(0x190),'chartBorderColor':_0x259b65(0x13a),'titles':{'title':'Judul','mainTitle':_0x259b65(0x18c),'subTitle':_0x259b65(0x19d),'xAxisTitle':_0x259b65(0x173),'yAxisTitle':_0x259b65(0x157),'rightYAxisTitle':_0x259b65(0x156),'titleFormat':_0x259b65(0x19e),'titleText':'Teks\x20judul','titlePosition':_0x259b65(0x1fe),'titleAlign':'Perataan\x20judul\x20sumbu'},'axisPositionType':{'start':_0x259b65(0x1c6),'center':_0x259b65(0x1be),'end':_0x259b65(0x1f4)},'gradientFill':'Isian\x20gradasi','settingsLabels':{'switchToRowOrColumn':_0x259b65(0x1b6),'useAsCategoryLabels':_0x259b65(0x1f1),'showEmptyCellsAs':'Tampilkan\x20sel\x20kosong\x20sebagai'},'positionType':{'auto':_0x259b65(0x174),'inside':_0x259b65(0x171),'outside':'Di\x20luar','top':_0x259b65(0x1c5),'bottom':_0x259b65(0x13e),'left':_0x259b65(0x191),'right':_0x259b65(0x139),'hide':_0x259b65(0x155)},'align':{'left':'Kiri','center':'Tengah','right':_0x259b65(0x139)},'alignY':{'top':'Atas','middle':'Tengah','bottom':_0x259b65(0x13e)},'chartStyle':_0x259b65(0x189),'chartAndAxisTitles':_0x259b65(0x18a),'legend':_0x259b65(0x1e1),'legendSelectMode':'Mode\x20pilih\x20legenda','legendSelectModeType':{'single':_0x259b65(0x1c4),'multiple':_0x259b65(0x1fd),'close':_0x259b65(0x1e9)},'legendVisualMapType':{'continuous':_0x259b65(0x1f7),'piecewise':_0x259b65(0x17b)},'axes':{'axis':'Sumbu','axisOptions':_0x259b65(0x1b9),'horizontalAxis':_0x259b65(0x1eb),'verticalAxis':_0x259b65(0x1f5),'rightVerticalAxis':_0x259b65(0x184),'leftAxis':_0x259b65(0x16a),'rightAxis':_0x259b65(0x1cf),'useRightAxis':_0x259b65(0x1ae)},'position':_0x259b65(0x1d5),'dataLabels':_0x259b65(0x17f),'gridlinesAndTicks':_0x259b65(0x16d),'indicatorLine':_0x259b65(0x1cd),'indicatorLineType':_0x259b65(0x19f),'indicatorLineColor':'Warna\x20garis\x20indikator','indicatorLabel':_0x259b65(0x13f),'indicatorValue':'Nilai\x20indikator','shape':{'polygon':'Poligon','circle':'Lingkaran','square':_0x259b65(0x15c),'triangle':_0x259b65(0x1e6),'diamond':'Wajik','rect':_0x259b65(0x1a4),'roundRect':'Persegi\x20panjang\x20membulat','pin':_0x259b65(0x17c),'arrow':'Panah','none':_0x259b65(0x1f9),'emptyCircle':'Lingkaran\x20kosong','emptySquare':'Persegi\x20kosong','emptyTriangle':'Segitiga\x20kosong','emptyDiamond':'Wajik\x20kosong','emptyRect':_0x259b65(0x144),'emptyRoundRect':_0x259b65(0x1cc),'emptyPin':_0x259b65(0x18d),'emptyArrow':'Panah\x20kosong'},'border':_0x259b65(0x199),'value':_0x259b65(0x143),'fill':_0x259b65(0x161),'line':_0x259b65(0x1ac),'withOpacity':'{0}\x20dengan\x20opacity','withColor':_0x259b65(0x1bb),'withThickness':_0x259b65(0x1ba),'withType':'{0}\x20dengan\x20jenis','withSize':_0x259b65(0x13c),'withShape':'{0}\x20dengan\x20bentuk','withFormat':_0x259b65(0x1af),'dataPoint':_0x259b65(0x154),'dataNodeShape':_0x259b65(0x1d1),'addDataPoint':_0x259b65(0x178),'point':_0x259b65(0x14f),'percentage':_0x259b65(0x1c0),'lineType':{'line':_0x259b65(0x1ac),'smooth':_0x259b65(0x160),'step':'Langkah'},'stackType':{'stack':_0x259b65(0x1dd),'percent':_0x259b65(0x1c7)},'lineDashType':_0x259b65(0x14a),'dashType':{'solid':_0x259b65(0x1d8),'dash':_0x259b65(0x1ee),'dot':_0x259b65(0x14f)},'color':_0x259b65(0x164),'gridlines':{'majorGridlines':_0x259b65(0x1d4),'text':_0x259b65(0x169)},'ticks':{'majorTick':_0x259b65(0x18e),'tickPosition':_0x259b65(0x182),'tickLength':'Panjang\x20tanda\x20centang'},'none':'Tidak\x20ada','theIndexItem':_0x259b65(0x19b),'seriesDefaultName':_0x259b65(0x15a),'categoryDefaultName':'Kategori\x20{0}','styleEditPanel':{'showLabels':_0x259b65(0x17e),'showDataLabels':_0x259b65(0x1d9),'padAngle':_0x259b65(0x1a6),'halfPie':_0x259b65(0x172),'rosePie':_0x259b65(0x1d7),'pieValScale':'Skala\x20nilai','pieValSuffix':'Akhiran\x20nilai','pieDigitalFixed':_0x259b65(0x1ea),'showLabelLine':_0x259b65(0x1b3),'reverseAxisOrder':_0x259b65(0x1fa),'showAxisLine':'Tampilkan\x20garis\x20sumbu','labelPosition':_0x259b65(0x1c1),'labelText':_0x259b65(0x14c),'repeatWordCould':_0x259b65(0x18f),'gap':_0x259b65(0x153),'useAbsValue':_0x259b65(0x181),'labelRotate':_0x259b65(0x194),'wordCloudShape':_0x259b65(0x17d),'useDateAxis':_0x259b65(0x162),'dateAxisTips':_0x259b65(0x170)},'doughnutHole':_0x259b65(0x195),'radar':{'fill':_0x259b65(0x161)},'msg':{'invalidSource':_0x259b65(0x1f6),'emptyTips':_0x259b65(0x1d6),'sankeyCircularTips':'Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar'},'cloud':{'title':_0x259b65(0x17a),'word':_0x259b65(0x19a),'frequency':'Frekuensi'},'trendline':{'name':_0x259b65(0x1ef),'displayName':_0x259b65(0x1e4),'addTrendLine':_0x259b65(0x180),'trendlineType':_0x259b65(0x1f3),'trendlineName':_0x259b65(0x1e4),'trendlineColor':_0x259b65(0x165),'trendlineThickness':'Ketebalan\x20garis\x20tren','trendlineDashType':_0x259b65(0x14d),'exp':_0x259b65(0x1b2),'linear':'Linear','log':'Logaritmik','pow':_0x259b65(0x1bf),'movingAvg':'Rata-rata\x20bergerak','poly':_0x259b65(0x1a5),'order':_0x259b65(0x1e3),'period':_0x259b65(0x150),'showFormula':_0x259b65(0x15f),'showR2':_0x259b65(0x158),'formula':_0x259b65(0x138),'r2':'R\x20kuadrat'},'bubble':{'xAxis':_0x259b65(0x1f2),'yAxis':_0x259b65(0x188),'size':_0x259b65(0x19c),'label':_0x259b65(0x1a3),'emptyTips':_0x259b65(0x1b1)},'relation':{'title':_0x259b65(0x1ad),'auto':_0x259b65(0x174),'circular':'Melingkar','force':_0x259b65(0x1d0),'useValueAsSymbolSize':_0x259b65(0x1c3),'layoutType':_0x259b65(0x13b),'forceOptions':_0x259b65(0x1e0),'repulsion':_0x259b65(0x1a2),'gravity':'Gravitasi','edgeLength':_0x259b65(0x1f8),'rotateLabel':_0x259b65(0x194),'emphasis':'Aktifkan\x20efek\x20fade-in\x20pilihan','emptyTips':_0x259b65(0x1aa)},'waterfall':{'stackType':_0x259b65(0x166),'arrangement':'Sekuensial','stacked':'Ditumpuk','positive':_0x259b65(0x15b),'negative':_0x259b65(0x18b),'subtotal':'Subtotal','showSubtotal':'Tampilkan\x20Subtotal','positiveStyle':'Gaya\x20Positif','negativeStyle':_0x259b65(0x1fc),'subtotalStyle':_0x259b65(0x1de),'positiveLegendText':_0x259b65(0x1b0),'negativeLegendText':_0x259b65(0x1a1),'subtotalLegendText':_0x259b65(0x1a7)},'pareto':{'lineName':_0x259b65(0x1b5),'lineSeries':'Seri\x20Persentase\x20Kumulatif','barSeries':'Seri\x20Grafik\x20Batang'},'visualMapScope':_0x259b65(0x135),'boxplot':{'min':_0x259b65(0x16f),'q1':_0x259b65(0x1cb),'median':_0x259b65(0x1bd),'q3':'Kuartal\x20ketiga','max':'Maksimum'},'chartTypes':{'line':_0x259b65(0x1ed),'area':_0x259b65(0x142),'areaStacked':'Grafik\x20area\x20bertumpuk','areaPercentStacked':_0x259b65(0x187),'column':'Grafik\x20kolom','bar':_0x259b65(0x193),'barStacked':_0x259b65(0x136),'barPercentStacked':_0x259b65(0x148),'pie':'Grafik\x20pai','donut':'Grafik\x20donat','scatter':_0x259b65(0x1ec),'radar':_0x259b65(0x140),'bubble':_0x259b65(0x1df),'stock':_0x259b65(0x141),'combination':_0x259b65(0x1c9),'wordCloud':_0x259b65(0x1dc),'funnel':_0x259b65(0x137),'relation':_0x259b65(0x1ad),'waterfall':_0x259b65(0x15d),'pareto':_0x259b65(0x1f0),'sankey':_0x259b65(0x1b7),'heatmap':'Peta\x20panas','boxplot':_0x259b65(0x176)},'dialog':{'numfmt':{'general':_0x259b65(0x1da),'accounting':_0x259b65(0x196),'currency':_0x259b65(0x1b8),'date':_0x259b65(0x1d3),'thousandthPercentile':'Persentil\x20Ribuan','fieldSetting':_0x259b65(0x1d2),'formatTypes':_0x259b65(0x186),'confirm':'OK','cancel':_0x259b65(0x167),'generalDesc':_0x259b65(0x1e8),'accountingDesc':_0x259b65(0x1ab),'currencyDesc':_0x259b65(0x168),'dateDesc':_0x259b65(0x1ca),'thousandthPercentileDesc':_0x259b65(0x152),'decimalPlaces':_0x259b65(0x177),'currencyTypes':'Jenis\x20Mata\x20Uang','negativeNumberTypes':_0x259b65(0x175),'dateTypes':_0x259b65(0x1e7)},'setFormat':_0x259b65(0x146)}}};function _0x39de(){const _0x46b7ab=['Posisi\x20label','Min','Gunakan\x20nilai\x20sebagai\x20ukuran\x20simpul','Tunggal','Atas','Awal','Tumpuk\x20persen','121XCZZIV','Grafik\x20kombinasi','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Kuartal\x20pertama','Persegi\x20panjang\x20membulat\x20kosong','Garis\x20indikator','101285YtjvYO','Sumbu\x20kanan','Arahkan\x20dengan\x20gaya','Bentuk\x20simpul\x20data','Pengaturan\x20Bidang','Tanggal','Garis\x20kisi\x20utama','Posisi','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','Pai\x20mawar','Padat','Tampilkan\x20label\x20data','Umum','Rentang\x20data','Grafik\x20awan\x20kata','Tumpuk','Gaya\x20Subtotal','Grafik\x20gelembung','Opsi\x20arah\x20gaya','Legenda','Kategori','Urutan\x20polinomial','Nama\x20garis\x20tren','Pengaturan\x20lebih\x20lanjut','Segitiga','Jenis\x20Tanggal','Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','Tutup','Digital\x20tetap','Sumbu\x20horizontal','Grafik\x20sebar','Grafik\x20garis','Putus-putus','Garis\x20tren','Grafik\x20Pareto','Gunakan\x20{0}\x20sebagai\x20kategori','Sumbu\x20X','Jenis\x20garis\x20tren','Akhir','Sumbu\x20vertikal','Sumber\x20data\x20grafik\x20harus\x20lebih\x20dari\x201\x20baris\x20dan\x201\x20kolom.','Kontinu','Jarak\x20simpul','Tidak\x20ada','Balikkan\x20urutan\x20sumbu','60EucWww','Gaya\x20Negatif','Ganda','Posisi\x20judul','Cakupan\x20peta\x20visual','Grafik\x20batang\x20bertumpuk','Grafik\x20corong','Rumus','Kanan','Warna\x20batas\x20grafik','Jenis\x20tata\x20letak','{0}\x20dengan\x20ukuran','(Kosong)','Bawah','Label\x20indikator','Grafik\x20radar','Grafik\x20saham','Grafik\x20area','Nilai','Persegi\x20panjang\x20kosong','Export\x20as\x20image','Atur\x20format\x20label','Default','Grafik\x20batang\x20tumpuk\x20persen','Tema','Jenis\x20garis\x20putus-putus','5419372MozGss','Teks\x20label','Jenis\x20garis\x20putus-putus\x20garis\x20tren','1509330WHSoFG','Titik','Periode\x20rata-rata\x20bergerak','Semua\x20seri','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Celah','Titik\x20data','Sembunyikan','Judul\x20sumbu\x20Y\x20kanan','Judul\x20sumbu\x20Y','Tampilkan\x20R\x20kuadrat','Pengaturan','Seri\x20{0}','Positif','Persegi','Grafik\x20air\x20terjun','Sembunyikan\x20panel\x20grafik','Tampilkan\x20rumus','Halus','Isian','Gunakan\x20sumbu\x20tanggal','4GoRDgn','Warna','Warna\x20garis\x20tren','Jenis\x20tumpuk','Batal','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','Garis\x20kisi','Sumbu\x20kiri','Tambah\x20seri','8VcJkZS','Garis\x20kisi\x20dan\x20tanda\x20centang','2051142gtZJMw','Minimum','Sumbu\x20tanggal\x20hanya\x20tersedia\x20ketika\x20semua\x20data\x20dalam\x20format\x20tanggal','Di\x20dalam','Setengah\x20pai','Judul\x20sumbu\x20X','Otomatis','Jenis\x20Angka\x20Negatif','Grafik\x20boxplot','Tempat\x20Desimal','Tambah\x20titik\x20data','4844088emgPUN','Awan\x20kata','Berdasarkan\x20bagian','Pin','Bentuk\x20awan\x20kata','Tampilkan\x20label','Label\x20data','Tambah\x20garis\x20tren','Gunakan\x20nilai\x20absolut','Posisi\x20tanda\x20centang','Kustomisasi','Sumbu\x20vertikal\x20kanan','Salin','Jenis\x20Format','Grafik\x20area\x20tumpuk\x20persen','Sumbu\x20Y','Gaya\x20grafik','Judul\x20grafik\x20dan\x20sumbu','Negatif','Judul\x20utama','Pin\x20kosong','Tanda\x20centang\x20utama','Ulangi\x20awan\x20kata','Warna\x20latar\x20belakang','Kiri','Sisipkan\x20grafik','Grafik\x20batang','Putar\x20label','Lubang\x20donat','Akuntansi','Atur\x20ulang','193730KILzQQ','Batas','Kata','Item\x20ke-{0}','Ukuran\x20gelembung','Sub\x20judul','Format\x20judul','Jenis\x20garis\x20indikator','celah','Teks\x20Legenda\x20Negatif','Tolakan','Label\x20gelembung','Persegi\x20panjang','Polinomial','Sudut\x20padding\x20label','Teks\x20Legenda\x20Subtotal','Buka\x20panel\x20grafik','nol','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','Garis','Grafik\x20relasi','Gunakan\x20sumbu\x20kanan','{0}\x20dengan\x20format','Teks\x20Legenda\x20Positif','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Eksponensial','Tampilkan\x20garis\x20label','Editor\x20grafik','Persentase\x20Kumulatif','Beralih\x20ke\x20baris/kolom','Grafik\x20Sankey','Mata\x20uang','Opsi\x20sumbu','{0}\x20dengan\x20ketebalan','{0}\x20dengan\x20warna','644012NvQwAE','Median','Tengah','Pangkat','Persentase'];_0x39de=function(){return _0x46b7ab;};return _0x39de();}function _0x253d(_0x2a6afd,_0x120838){_0x2a6afd=_0x2a6afd-0x135;const _0x39de7f=_0x39de();let _0x253d9f=_0x39de7f[_0x2a6afd];return _0x253d9f;}module['exports']=e;
1
+ const _0x3ddfb9=_0x59ba;function _0x59ba(_0x28bff1,_0x46be71){_0x28bff1=_0x28bff1-0x142;const _0x7b1986=_0x7b19();let _0x59ba4f=_0x7b1986[_0x28bff1];return _0x59ba4f;}(function(_0x410612,_0x4e77d9){const _0x15f406=_0x59ba,_0x158ecd=_0x410612();while(!![]){try{const _0xe85b6f=-parseInt(_0x15f406(0x163))/0x1+-parseInt(_0x15f406(0x15b))/0x2+-parseInt(_0x15f406(0x160))/0x3*(parseInt(_0x15f406(0x162))/0x4)+-parseInt(_0x15f406(0x14b))/0x5+parseInt(_0x15f406(0x161))/0x6*(-parseInt(_0x15f406(0x172))/0x7)+parseInt(_0x15f406(0x14f))/0x8+-parseInt(_0x15f406(0x16e))/0x9*(-parseInt(_0x15f406(0x149))/0xa);if(_0xe85b6f===_0x4e77d9)break;else _0x158ecd['push'](_0x158ecd['shift']());}catch(_0x5b0010){_0x158ecd['push'](_0x158ecd['shift']());}}}(_0x7b19,0x8e946));const e={'sheets-chart-ui':{'permission':{'editErr':_0x3ddfb9(0x176)},'common':{'setup':'Pengaturan','customize':_0x3ddfb9(0x14d),'editChart':_0x3ddfb9(0x158),'useAsCategoryLabels':_0x3ddfb9(0x16c),'switchRowColumn':'Beralih\x20ke\x20baris/kolom','dataRange':_0x3ddfb9(0x15f),'insertChart':'Sisipkan\x20grafik','openChartPanel':_0x3ddfb9(0x16d),'deleteChart':'Hapus\x20grafik','hideChartPanel':_0x3ddfb9(0x16a),'chartAndAxisTitles':'Judul\x20grafik\x20dan\x20sumbu','chartStyle':_0x3ddfb9(0x17d),'heatmap':_0x3ddfb9(0x15a),'horizontalAxis':_0x3ddfb9(0x16b),'legend':'Legenda','rightVerticalAxis':_0x3ddfb9(0x14e),'series':'Seri','trendline':_0x3ddfb9(0x167),'verticalAxis':_0x3ddfb9(0x170),'category':_0x3ddfb9(0x142),'copy':'Salin','exportImage':_0x3ddfb9(0x16f)},'waterfall':{'subtotal':_0x3ddfb9(0x17c),'positive':_0x3ddfb9(0x15d),'negative':_0x3ddfb9(0x145)},'chartTypes':{'line':'Grafik\x20garis','column':_0x3ddfb9(0x15c),'bar':'Grafik\x20batang','barStacked':_0x3ddfb9(0x175),'barPercentStacked':'Grafik\x20batang\x20tumpuk\x20persen','pie':_0x3ddfb9(0x147),'donut':_0x3ddfb9(0x14c),'pieOfPie':_0x3ddfb9(0x17e),'barOfPie':_0x3ddfb9(0x166),'area':_0x3ddfb9(0x151),'areaStacked':'Grafik\x20area\x20bertumpuk','areaPercentStacked':_0x3ddfb9(0x17a),'radar':_0x3ddfb9(0x171),'scatter':_0x3ddfb9(0x168),'combination':_0x3ddfb9(0x159),'wordCloud':_0x3ddfb9(0x179),'funnel':_0x3ddfb9(0x144),'bubble':_0x3ddfb9(0x14a),'relation':_0x3ddfb9(0x156),'waterfall':_0x3ddfb9(0x173),'pareto':_0x3ddfb9(0x177),'sankey':_0x3ddfb9(0x178),'heatmap':_0x3ddfb9(0x15a),'boxplot':_0x3ddfb9(0x165),'candlestick':_0x3ddfb9(0x150),'histogram':'Histogram','treemap':'Peta\x20pohon','sunburst':_0x3ddfb9(0x174),'gauge':'Diagram\x20pengukur','chord':'Diagram\x20chord'},'section':{'candlestick':_0x3ddfb9(0x155),'chord':_0x3ddfb9(0x148),'funnel':'Grafik\x20corong','gauge':_0x3ddfb9(0x17b),'gridlinesAndTicks':_0x3ddfb9(0x153),'histogram':'Bagan\x20histogram','indicatorLine':_0x3ddfb9(0x157),'lineAndArea':_0x3ddfb9(0x15e),'paretoBar':_0x3ddfb9(0x169),'paretoLine':_0x3ddfb9(0x164),'pie':_0x3ddfb9(0x147),'radar':'Grafik\x20radar','relation':'Grafik\x20relasi','sunburst':_0x3ddfb9(0x152),'treemap':'Bagan\x20peta\x20pohon','waterfall':_0x3ddfb9(0x173),'wordCloud':_0x3ddfb9(0x143)},'chord':{'target':_0x3ddfb9(0x146)}}};function _0x7b19(){const _0x13f675=['Grafik\x20sebar','Seri\x20Grafik\x20Batang','Sembunyikan\x20panel\x20grafik','Sumbu\x20horizontal','Gunakan\x20{0}\x20sebagai\x20kategori','Buka\x20panel\x20grafik','7608114QVpYYi','Ekspor\x20sebagai\x20gambar','Sumbu\x20vertikal','Grafik\x20radar','721574sNJpbs','Grafik\x20air\x20terjun','Diagram\x20sunburst','Grafik\x20batang\x20bertumpuk','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20silakan\x20hubungi\x20pembuatnya.','Grafik\x20Pareto','Grafik\x20Sankey','Grafik\x20awan\x20kata','Grafik\x20area\x20tumpuk\x20persen','Bagan\x20pengukur','Subtotal','Gaya\x20grafik','Grafik\x20pai\x20dari\x20pai','Kategori','Awan\x20kata','Grafik\x20corong','Negatif','Sasaran','Grafik\x20pai','Bagan\x20akord','40ukqske','Grafik\x20gelembung','2894625eNBqbc','Grafik\x20donat','Kustomisasi','Sumbu\x20vertikal\x20kanan','3333520VjsBuq','Grafik\x20candlestick','Grafik\x20area','Bagan\x20sinar\x20matahari','Garis\x20kisi\x20dan\x20tanda\x20centang','exports','Grafik\x20kandil','Grafik\x20relasi','Garis\x20indikator','Editor\x20grafik','Grafik\x20kombinasi','Peta\x20panas','744142gIzIgi','Grafik\x20kolom','Positif','Grafik\x20garis\x20/\x20Grafik\x20area','Rentang\x20data','267GmSdwS','66qUvMrD','12536cJMZfN','850244rgBTMZ','Seri\x20Persentase\x20Kumulatif','Grafik\x20boxplot','Grafik\x20batang\x20dari\x20pai','Garis\x20tren'];_0x7b19=function(){return _0x13f675;};return _0x7b19();}module[_0x3ddfb9(0x154)]=e;