@univerjs-pro/sheets-chart-ui 0.17.0 → 0.18.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 (115) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.css +547 -1
  31. package/lib/index.js +1 -1
  32. package/lib/locale/ca-ES.js +1 -1
  33. package/lib/locale/en-US.js +1 -1
  34. package/lib/locale/es-ES.js +1 -1
  35. package/lib/locale/fa-IR.js +1 -1
  36. package/lib/locale/fr-FR.js +1 -1
  37. package/lib/locale/ja-JP.js +1 -1
  38. package/lib/locale/ko-KR.js +1 -1
  39. package/lib/locale/ru-RU.js +1 -1
  40. package/lib/locale/sk-SK.js +1 -1
  41. package/lib/locale/vi-VN.js +1 -1
  42. package/lib/locale/zh-CN.js +1 -1
  43. package/lib/locale/zh-TW.js +1 -1
  44. package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +3 -3
  45. package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -3
  46. package/lib/types/commands/operations/hide-chart-panel-operation.d.ts +1 -1
  47. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
  48. package/lib/types/controllers/menu.schema.d.ts +1 -1
  49. package/lib/types/facade/chart-builder/builder-util.d.ts +3 -3
  50. package/lib/types/facade/chart-builder/chart-builder-base.d.ts +2 -2
  51. package/lib/types/facade/chart-builder/line-chart-builder.d.ts +4 -3
  52. package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +3 -2
  53. package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +4 -3
  54. package/lib/types/facade/chart-builder/types.d.ts +3 -3
  55. package/lib/types/facade/f-chart.d.ts +3 -3
  56. package/lib/types/facade/f-worksheet.d.ts +3 -2
  57. package/lib/types/facade/index.d.ts +1 -1
  58. package/lib/types/hooks.d.ts +2 -1
  59. package/lib/types/locale/ca-ES.d.ts +1 -1
  60. package/lib/types/locale/es-ES.d.ts +1 -1
  61. package/lib/types/locale/fa-IR.d.ts +1 -1
  62. package/lib/types/locale/fr-FR.d.ts +1 -1
  63. package/lib/types/locale/ja-JP.d.ts +1 -1
  64. package/lib/types/locale/ko-KR.d.ts +1 -1
  65. package/lib/types/locale/ru-RU.d.ts +1 -1
  66. package/lib/types/locale/sk-SK.d.ts +1 -1
  67. package/lib/types/locale/vi-VN.d.ts +1 -1
  68. package/lib/types/locale/zh-CN.d.ts +1 -1
  69. package/lib/types/locale/zh-TW.d.ts +1 -1
  70. package/lib/types/plugin.d.ts +1 -1
  71. package/lib/types/services/chart-render.service.d.ts +2 -1
  72. package/lib/types/services/sheets-chart-host-provider.service.d.ts +4 -3
  73. package/lib/types/services/sheets-chart-ui.service.d.ts +9 -6
  74. package/lib/types/util.d.ts +2 -2
  75. package/lib/types/views/chart-edit-panel/Options.d.ts +2 -2
  76. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +2 -2
  77. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
  78. package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
  79. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +2 -2
  80. package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +2 -2
  81. package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -1
  82. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +3 -3
  83. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +4 -4
  84. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +2 -2
  85. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +2 -2
  86. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -2
  87. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +2 -2
  88. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +2 -2
  89. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +2 -2
  90. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +2 -2
  91. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +3 -3
  92. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +2 -2
  93. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +4 -3
  94. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +2 -2
  95. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -2
  96. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +3 -2
  97. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -2
  98. package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +2 -2
  99. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -2
  100. package/lib/types/wordcloud/index.d.ts +1 -1
  101. package/lib/umd/facade.js +1 -1
  102. package/lib/umd/index.js +1 -1
  103. package/lib/umd/locale/ca-ES.js +1 -1
  104. package/lib/umd/locale/en-US.js +1 -1
  105. package/lib/umd/locale/es-ES.js +1 -1
  106. package/lib/umd/locale/fa-IR.js +1 -1
  107. package/lib/umd/locale/fr-FR.js +1 -1
  108. package/lib/umd/locale/ja-JP.js +1 -1
  109. package/lib/umd/locale/ko-KR.js +1 -1
  110. package/lib/umd/locale/ru-RU.js +1 -1
  111. package/lib/umd/locale/sk-SK.js +1 -1
  112. package/lib/umd/locale/vi-VN.js +1 -1
  113. package/lib/umd/locale/zh-CN.js +1 -1
  114. package/lib/umd/locale/zh-TW.js +1 -1
  115. package/package.json +21 -20
@@ -1 +1 @@
1
- function _0x38b0(_0x304cbf,_0x1639ad){_0x304cbf=_0x304cbf-0xd0;var _0x261138=_0x2611();var _0x38b03e=_0x261138[_0x304cbf];return _0x38b03e;}function _0x2611(){var _0x4a089b=['function','Repulsion','Legend\x20select\x20mode','Maximum','Series','Fill','Value','Tick\x20length','Percent\x20stacked\x20bar\x20chart','object','Positive','exports','Sequential','Linear','Auto','1359280MaZeOL','{0}\x20with\x20shape','Category\x20{0}','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Major\x20gridlines','Formula','Stack','Currency','Diamond','Show\x20R\x20squared','Use\x20absolute\x20value','{0}\x20with\x20color','None','More\x20settings','Stock\x20chart','Pin','Trendline\x20thickness','Data\x20point\x20style','Vertical\x20axis','Show\x20Subtotal','Decimal\x20Places','Right\x20vertical\x20axis','Gridlines\x20and\x20ticks','Point','Stacked','2629896kUKnNt','Gradient\x20fill','Indicator\x20line','Chart\x20editor','Top','Use\x20date\x20axis','Sankey\x20chart','Position','Hide','Radar\x20chart','Frequency','Y-axis\x20title','Tick\x20position','Positive\x20Legend\x20Text','Logarithmic','Bubble\x20chart','3942120PqyKsQ','Bottom','{0}\x20with\x20type','Use\x20right\x20axis','Min','Thousandth\x20Percentile','Center','Chart\x20and\x20axis\x20titles','Rose\x20pie','Chart\x20style','Use\x20value\x20as\x20node\x20size','Force-directed','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Word','Continuous','Major\x20tick','939088WfUrtG','{0}\x20with\x20thickness','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Trendline\x20name','Left','Step','Title\x20text','Polygon','Word\x20cloud\x20shape','Force-directed\x20options','Bar\x20Chart\x20Series','Circle','Boxplot\x20chart','Cancel','Reverse\x20axis\x20order','Middle','Accounting','Funnel\x20chart','10tFbuhd','Stack\x20Type','Dot','The\x20{0}\x20item','Value\x20suffix','Positive\x20Style','amd','Default','Donut\x20chart','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Empty\x20square','Show\x20data\x20labels','Percentage','Subtotal\x20Legend\x20Text','Subtotal','Smooth','Percent\x20stack','Indicator\x20label','Pareto\x20chart','Enable\x20selection\x20fade-in\x20effect','Customize','Circular','10000900VPSeyK','Waterfall\x20chart','Solid','Word\x20cloud','Connect\x20data\x20points\x20with\x20straight\x20lines','Axis','(Blank)','Pie\x20chart','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Cumulative\x20Percentage\x20Series','Median','Arrow','Series\x20{0}','Empty\x20triangle','zero','gaps','Indicator\x20line\x20type','Label\x20text','Node\x20distance','Title\x20format','Right','Triangle','X-axis\x20title','Power','Rectangle','Visual\x20map\x20scope','Polynomial\x20order','Negative\x20Style','Empty\x20pin','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Set\x20label\x20format','Line','UniverProSheetsChartUiCaES','Left\x20axis','Y-axis','{0}\x20with\x20format','Category','Word\x20cloud\x20chart','543kCwwyd','Main\x20title','R\x20squared','Combination\x20chart','Subtotal\x20Style','Start','Moving\x20average\x20period','Gravity','General','Data\x20point','Max','126mSrkOq','Layout\x20type','Stacked\x20area\x20chart','X-axis','Multiple','Empty\x20circle','Relation\x20chart','Add\x20series','Data\x20node\x20shape','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Label\x20rotate','Empty\x20rectangle','Heatmap','Single','Trendline','Line\x20dash\x20type','Inside','Repeat\x20word\x20cloud','Format','Show\x20labels','Scatter\x20chart','Line\x20chart','Date','Axis\x20title\x20align','Label\x20padding\x20angle','Border','Indicator\x20value','All\x20series','Negative\x20Number\x20Types','Moving\x20average','Setup','Cumulative\x20Percentage','Outside','Right\x20Y-axis\x20title','6886XmrtPm','Trendline\x20type','1121204AYtFLm','Themes','Negative\x20Legend\x20Text','{0}\x20with\x20size','Show\x20label\x20line','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Percent\x20stacked\x20area\x20chart','Legend','Column\x20chart','Exponential','Chart\x20border\x20color','Label\x20position','Delete\x20chart','Sub\x20title'];_0x2611=function(){return _0x4a089b;};return _0x2611();}(function(_0x343381,_0x55d644){var _0x344a7a=_0x38b0,_0x5e7141=_0x343381();while(!![]){try{var _0x536736=parseInt(_0x344a7a(0x192))/0x1+parseInt(_0x344a7a(0x173))/0x2*(parseInt(_0x344a7a(0x146))/0x3)+-parseInt(_0x344a7a(0xe8))/0x4+-parseInt(_0x344a7a(0x10a))/0x5*(parseInt(_0x344a7a(0xd8))/0x6)+parseInt(_0x344a7a(0x175))/0x7+-parseInt(_0x344a7a(0xf8))/0x8*(-parseInt(_0x344a7a(0x151))/0x9)+-parseInt(_0x344a7a(0x120))/0xa;if(_0x536736===_0x55d644)break;else _0x5e7141['push'](_0x5e7141['shift']());}catch(_0x47b5a5){_0x5e7141['push'](_0x5e7141['shift']());}}}(_0x2611,0xe188b),function(_0x53ffd6,_0x1bde44){var _0x943065=_0x38b0;typeof exports==_0x943065(0x18c)&&typeof module<'u'?module[_0x943065(0x18e)]=_0x1bde44():typeof define==_0x943065(0x183)&&define[_0x943065(0x110)]?define(_0x1bde44):(_0x53ffd6=typeof globalThis<'u'?globalThis:_0x53ffd6||self,_0x53ffd6[_0x943065(0x140)]=_0x1bde44());}(this,function(){'use strict';var _0x5a8f4f=_0x38b0;return{'chart':{'insertChart':'Insert\x20chart','editChart':_0x5a8f4f(0xdb),'openChartPanel':'Open\x20chart\x20panel','deleteChart':_0x5a8f4f(0x181),'hideChartPanel':'Hide\x20chart\x20panel','setupChart':_0x5a8f4f(0x16f),'customChart':_0x5a8f4f(0x11e),'default':_0x5a8f4f(0x111),'reset':'Reset','chartType':'Chart\x20type','themes':_0x5a8f4f(0x176),'dataRange':'Data\x20range','stack':_0x5a8f4f(0x198),'category':_0x5a8f4f(0x144),'aggregate':'Aggregate','allSeries':_0x5a8f4f(0x16c),'series':_0x5a8f4f(0x187),'addSeries':_0x5a8f4f(0x158),'moreSettings':_0x5a8f4f(0x19f),'min':_0x5a8f4f(0xec),'max':_0x5a8f4f(0x150),'invalidType':{'gaps':_0x5a8f4f(0x12f),'zero':_0x5a8f4f(0x12e),'connectDataPointsWithStraightLines':_0x5a8f4f(0x124)},'blank':_0x5a8f4f(0x126),'seriesBlock':{'format':_0x5a8f4f(0x163),'dataPointStyle':_0x5a8f4f(0xd0)},'backgroundColor':'Background\x20color','chartBorderColor':_0x5a8f4f(0x17f),'titles':{'title':'Title','mainTitle':_0x5a8f4f(0x147),'subTitle':_0x5a8f4f(0x182),'xAxisTitle':_0x5a8f4f(0x136),'yAxisTitle':_0x5a8f4f(0xe3),'rightYAxisTitle':_0x5a8f4f(0x172),'titleFormat':_0x5a8f4f(0x133),'titleText':_0x5a8f4f(0xfe),'titlePosition':'Title\x20position','titleAlign':_0x5a8f4f(0x168)},'axisPositionType':{'start':_0x5a8f4f(0x14b),'center':'Center','end':'End'},'gradientFill':_0x5a8f4f(0xd9),'settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':_0x5a8f4f(0x191),'inside':_0x5a8f4f(0x161),'outside':_0x5a8f4f(0x171),'top':_0x5a8f4f(0xdc),'bottom':_0x5a8f4f(0xe9),'left':_0x5a8f4f(0xfc),'right':_0x5a8f4f(0x134),'hide':_0x5a8f4f(0xe0)},'align':{'left':_0x5a8f4f(0xfc),'center':_0x5a8f4f(0xee),'right':_0x5a8f4f(0x134)},'alignY':{'top':_0x5a8f4f(0xdc),'middle':_0x5a8f4f(0x107),'bottom':_0x5a8f4f(0xe9)},'chartStyle':_0x5a8f4f(0xf1),'chartAndAxisTitles':_0x5a8f4f(0xef),'legend':_0x5a8f4f(0x17c),'legendSelectMode':_0x5a8f4f(0x185),'legendSelectModeType':{'single':_0x5a8f4f(0x15e),'multiple':_0x5a8f4f(0x155),'close':'Close'},'legendVisualMapType':{'continuous':_0x5a8f4f(0xf6),'piecewise':'Piecewise'},'axes':{'axis':_0x5a8f4f(0x125),'axisOptions':'Axis\x20options','horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x5a8f4f(0xd1),'rightVerticalAxis':_0x5a8f4f(0xd4),'leftAxis':_0x5a8f4f(0x141),'rightAxis':'Right\x20axis','useRightAxis':_0x5a8f4f(0xeb)},'position':_0x5a8f4f(0xdf),'dataLabels':'Data\x20labels','gridlinesAndTicks':_0x5a8f4f(0xd5),'indicatorLine':_0x5a8f4f(0xda),'indicatorLineType':_0x5a8f4f(0x130),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':_0x5a8f4f(0x11b),'indicatorValue':_0x5a8f4f(0x16b),'shape':{'polygon':_0x5a8f4f(0xff),'circle':_0x5a8f4f(0x103),'square':'Square','triangle':_0x5a8f4f(0x135),'diamond':_0x5a8f4f(0x19a),'rect':_0x5a8f4f(0x138),'roundRect':'Round\x20rectangle','pin':_0x5a8f4f(0x1a1),'arrow':_0x5a8f4f(0x12b),'none':_0x5a8f4f(0x19e),'emptyCircle':_0x5a8f4f(0x156),'emptySquare':_0x5a8f4f(0x114),'emptyTriangle':_0x5a8f4f(0x12d),'emptyDiamond':'Empty\x20diamond','emptyRect':_0x5a8f4f(0x15c),'emptyRoundRect':'Empty\x20round\x20rectangle','emptyPin':_0x5a8f4f(0x13c),'emptyArrow':'Empty\x20arrow'},'border':_0x5a8f4f(0x16a),'value':_0x5a8f4f(0x189),'fill':'Fill','line':_0x5a8f4f(0x13f),'withOpacity':'{0}\x20with\x20opacity','withColor':_0x5a8f4f(0x19d),'withThickness':_0x5a8f4f(0xf9),'withType':_0x5a8f4f(0xea),'withSize':_0x5a8f4f(0x178),'withShape':_0x5a8f4f(0x193),'withFormat':_0x5a8f4f(0x143),'dataPoint':_0x5a8f4f(0x14f),'dataNodeShape':_0x5a8f4f(0x159),'addDataPoint':'Add\x20data\x20point','point':_0x5a8f4f(0xd6),'percentage':_0x5a8f4f(0x116),'lineType':{'line':'Line','smooth':_0x5a8f4f(0x119),'step':_0x5a8f4f(0xfd)},'stackType':{'stack':'Stack','percent':_0x5a8f4f(0x11a)},'lineDashType':_0x5a8f4f(0x160),'dashType':{'solid':_0x5a8f4f(0x122),'dash':'Dash','dot':_0x5a8f4f(0x10c)},'color':'Color','gridlines':{'majorGridlines':_0x5a8f4f(0x196),'text':'Gridlines'},'ticks':{'majorTick':_0x5a8f4f(0xf7),'tickPosition':_0x5a8f4f(0xe4),'tickLength':_0x5a8f4f(0x18a)},'none':_0x5a8f4f(0x19e),'theIndexItem':_0x5a8f4f(0x10d),'seriesDefaultName':_0x5a8f4f(0x12c),'categoryDefaultName':_0x5a8f4f(0x194),'styleEditPanel':{'showLabels':_0x5a8f4f(0x164),'showDataLabels':_0x5a8f4f(0x115),'padAngle':_0x5a8f4f(0x169),'halfPie':'Half\x20pie','rosePie':_0x5a8f4f(0xf0),'pieValScale':'Value\x20scale','pieValSuffix':_0x5a8f4f(0x10e),'pieDigitalFixed':'Digital\x20fixed','showLabelLine':_0x5a8f4f(0x179),'reverseAxisOrder':_0x5a8f4f(0x106),'showAxisLine':'Show\x20axis\x20line','labelPosition':_0x5a8f4f(0x180),'labelText':_0x5a8f4f(0x131),'repeatWordCould':_0x5a8f4f(0x162),'gap':'Gap','useAbsValue':_0x5a8f4f(0x19c),'labelRotate':_0x5a8f4f(0x15b),'wordCloudShape':_0x5a8f4f(0x100),'useDateAxis':_0x5a8f4f(0xdd),'dateAxisTips':_0x5a8f4f(0xf4)},'doughnutHole':'Doughnut\x20hole','radar':{'fill':_0x5a8f4f(0x188)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x5a8f4f(0x13d),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':_0x5a8f4f(0x123),'word':_0x5a8f4f(0xf5),'frequency':_0x5a8f4f(0xe2)},'trendline':{'name':_0x5a8f4f(0x15f),'displayName':_0x5a8f4f(0xfb),'addTrendLine':'Add\x20trendline','trendlineType':_0x5a8f4f(0x174),'trendlineName':_0x5a8f4f(0xfb),'trendlineColor':'Trendline\x20color','trendlineThickness':_0x5a8f4f(0x1a2),'trendlineDashType':'Trendline\x20dash\x20type','exp':_0x5a8f4f(0x17e),'linear':_0x5a8f4f(0x190),'log':_0x5a8f4f(0xe6),'pow':_0x5a8f4f(0x137),'movingAvg':_0x5a8f4f(0x16e),'poly':'Polynomial','order':_0x5a8f4f(0x13a),'period':_0x5a8f4f(0x14c),'showFormula':'Show\x20formula','showR2':_0x5a8f4f(0x19b),'formula':_0x5a8f4f(0x197),'r2':_0x5a8f4f(0x148)},'bubble':{'xAxis':_0x5a8f4f(0x154),'yAxis':_0x5a8f4f(0x142),'size':'Bubble\x20size','label':'Bubble\x20label','emptyTips':_0x5a8f4f(0x128)},'relation':{'title':_0x5a8f4f(0x157),'auto':'Auto','circular':_0x5a8f4f(0x11f),'force':_0x5a8f4f(0xf3),'useValueAsSymbolSize':_0x5a8f4f(0xf2),'layoutType':_0x5a8f4f(0x152),'forceOptions':_0x5a8f4f(0x101),'repulsion':_0x5a8f4f(0x184),'gravity':_0x5a8f4f(0x14d),'edgeLength':_0x5a8f4f(0x132),'rotateLabel':'Rotate\x20label','emphasis':_0x5a8f4f(0x11d),'emptyTips':_0x5a8f4f(0xfa)},'waterfall':{'stackType':_0x5a8f4f(0x10b),'arrangement':_0x5a8f4f(0x18f),'stacked':_0x5a8f4f(0xd7),'positive':_0x5a8f4f(0x18d),'negative':'Negative','subtotal':_0x5a8f4f(0x118),'showSubtotal':_0x5a8f4f(0xd2),'positiveStyle':_0x5a8f4f(0x10f),'negativeStyle':_0x5a8f4f(0x13b),'subtotalStyle':_0x5a8f4f(0x14a),'positiveLegendText':_0x5a8f4f(0xe5),'negativeLegendText':_0x5a8f4f(0x177),'subtotalLegendText':_0x5a8f4f(0x117)},'pareto':{'lineName':_0x5a8f4f(0x170),'lineSeries':_0x5a8f4f(0x129),'barSeries':_0x5a8f4f(0x102)},'visualMapScope':_0x5a8f4f(0x139),'boxplot':{'min':'Minimum','q1':'First\x20quartile','median':_0x5a8f4f(0x12a),'q3':'Third\x20quartile','max':_0x5a8f4f(0x186)}},'chartTypes':{'line':_0x5a8f4f(0x166),'area':'Area\x20chart','areaStacked':_0x5a8f4f(0x153),'areaPercentStacked':_0x5a8f4f(0x17b),'column':_0x5a8f4f(0x17d),'bar':'Bar\x20chart','barStacked':'Stacked\x20bar\x20chart','barPercentStacked':_0x5a8f4f(0x18b),'pie':_0x5a8f4f(0x127),'donut':_0x5a8f4f(0x112),'scatter':_0x5a8f4f(0x165),'radar':_0x5a8f4f(0xe1),'bubble':_0x5a8f4f(0xe7),'stock':_0x5a8f4f(0x1a0),'combination':_0x5a8f4f(0x149),'wordCloud':_0x5a8f4f(0x145),'funnel':_0x5a8f4f(0x109),'relation':_0x5a8f4f(0x157),'waterfall':_0x5a8f4f(0x121),'pareto':_0x5a8f4f(0x11c),'sankey':_0x5a8f4f(0xde),'heatmap':_0x5a8f4f(0x15d),'boxplot':_0x5a8f4f(0x104)},'dialog':{'numfmt':{'general':_0x5a8f4f(0x14e),'accounting':_0x5a8f4f(0x108),'currency':_0x5a8f4f(0x199),'date':_0x5a8f4f(0x167),'thousandthPercentile':_0x5a8f4f(0xed),'fieldSetting':'Field\x20Settings','formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x5a8f4f(0x105),'generalDesc':_0x5a8f4f(0x15a),'accountingDesc':_0x5a8f4f(0x113),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':_0x5a8f4f(0x195),'thousandthPercentileDesc':_0x5a8f4f(0x17a),'decimalPlaces':_0x5a8f4f(0xd3),'currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x5a8f4f(0x16d),'dateTypes':'Date\x20Types'},'setFormat':_0x5a8f4f(0x13e)}};}));
1
+ function _0x59bb(){var _0x3f9eb7=['Positive\x20Style','Smooth','Category','Currency\x20Types','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Close','Percent\x20stack','Thousandth\x20Percentile','Set\x20label\x20format','29446BiNbDB','Line','6543EzVFSf','60ubIjFk','Customize','Min','Gradient\x20fill','4499429HyAxnC','Label\x20rotate','30sqvLUW','Moving\x20average\x20period','Cancel','Indicator\x20line\x20type','{0}\x20with\x20size','Right\x20Y-axis\x20title','Main\x20title','Y-axis\x20title','Data\x20point\x20style','Title\x20format','Doughnut\x20hole','Relation\x20chart','32MokyBy','Square','Indicator\x20value','Series','Right','Trendline\x20name','Layout\x20type','Chart\x20and\x20axis\x20titles','Half\x20pie','74sFISfr','Horizontal\x20axis','Pareto\x20chart','Trendline\x20color','Negative\x20Style','Label\x20padding\x20angle','Repulsion','Digital\x20fixed','Legend\x20select\x20mode','Title\x20position','Indicator\x20line','Circular','Subtotal\x20Style','Step','Indicator\x20line\x20color','Stack\x20Type','Stack','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Reverse\x20axis\x20order','Frequency','Y-axis','{0}\x20with\x20color','Node\x20distance','Major\x20tick','function','None','Max','Stacked','Gravity','Scatter\x20chart','Inside','Tick\x20position','Middle','Triangle','Show\x20R\x20squared','Aggregate','Left\x20axis','Power','Bubble\x20chart','Empty\x20circle','Line\x20dash\x20type','Negative\x20Number\x20Types','Data\x20point','Empty\x20diamond','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Start','Rotate\x20label','Bar\x20chart','Subtotal\x20Legend\x20Text','Use\x20absolute\x20value','Reset','(Blank)','Moving\x20average','Stacked\x20area\x20chart','Position','Value\x20suffix','Insert\x20chart','Hide','Boxplot\x20chart','Formula','Left','Axis\x20title\x20align','UniverProSheetsChartUiCaES','Data\x20range','Heatmap','Force-directed\x20options','X-axis','Polynomial','Bubble\x20label','Legend','Show\x20formula','Chart\x20style','Value','Continuous','All\x20series','Connect\x20data\x20points\x20with\x20straight\x20lines','Round\x20rectangle','Format\x20Types','Empty\x20rectangle','Border','Delete\x20chart','25124676yRuwee','Multiple','Maximum','Positive','Enable\x20selection\x20fade-in\x20effect','Third\x20quartile','Show\x20labels','Format','object','Right\x20vertical\x20axis','Negative','Axis\x20options','Show\x20label\x20line','Bottom','Solid','Circle','Diamond','{0}\x20with\x20type','Minimum','Fill','Decimal\x20Places','Rose\x20pie','Setup','Add\x20data\x20point','{0}\x20with\x20thickness','Open\x20chart\x20panel','Value\x20scale','zero','Center','731990JHoeXu','Empty\x20pin','Force-directed','Arrow','Sankey\x20chart','Dash','Stock\x20chart','Right\x20axis','Switch\x20to\x20row/column','Exponential','Repeat\x20word\x20cloud','More\x20settings','Vertical\x20axis','Top','Title\x20text','Field\x20Settings','Pin','Chart\x20type','Category\x20{0}','Radar\x20chart','Percent\x20stacked\x20area\x20chart','Show\x20Subtotal','Stacked\x20bar\x20chart','Waterfall\x20chart','Gridlines','R\x20squared','Single','Cumulative\x20Percentage','Word\x20cloud\x20chart','Hide\x20chart\x20panel','Label\x20text','Positive\x20Legend\x20Text','Title','Add\x20trendline','Percentage','Subtotal','{0}\x20with\x20opacity','Auto','Point','Tick\x20length','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','4664mdWgIT','End','Combination\x20chart','Word\x20cloud','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','119754wSjLyl','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Pie\x20chart','1812490SGVlGW','Median','Empty\x20triangle','Use\x20value\x20as\x20node\x20size','Gridlines\x20and\x20ticks','Empty\x20arrow','gaps','The\x20{0}\x20item','Percent\x20stacked\x20bar\x20chart'];_0x59bb=function(){return _0x3f9eb7;};return _0x59bb();}function _0x15d4(_0x2afbab,_0x2525f7){_0x2afbab=_0x2afbab-0x1c9;var _0x59bb2a=_0x59bb();var _0x15d448=_0x59bb2a[_0x2afbab];return _0x15d448;}(function(_0x39129f,_0x4d5bcf){var _0x2534a6=_0x15d4,_0x5190ed=_0x39129f();while(!![]){try{var _0x2041e3=parseInt(_0x2534a6(0x26a))/0x1*(-parseInt(_0x2534a6(0x288))/0x2)+parseInt(_0x2534a6(0x255))/0x3*(parseInt(_0x2534a6(0x27f))/0x4)+-parseInt(_0x2534a6(0x258))/0x5+parseInt(_0x2534a6(0x26d))/0x6*(-parseInt(_0x2534a6(0x226))/0x7)+-parseInt(_0x2534a6(0x24f))/0x8*(parseInt(_0x2534a6(0x26c))/0x9)+parseInt(_0x2534a6(0x273))/0xa*(parseInt(_0x2534a6(0x271))/0xb)+parseInt(_0x2534a6(0x209))/0xc;if(_0x2041e3===_0x4d5bcf)break;else _0x5190ed['push'](_0x5190ed['shift']());}catch(_0x3a6c8b){_0x5190ed['push'](_0x5190ed['shift']());}}}(_0x59bb,0xaf733),function(_0x24216e,_0x7bd2bc){var _0x4f82e4=_0x15d4;typeof exports==_0x4f82e4(0x211)&&typeof module<'u'?module['exports']=_0x7bd2bc():typeof define==_0x4f82e4(0x1d0)&&define['amd']?define([],_0x7bd2bc):(_0x24216e=typeof globalThis<'u'?globalThis:_0x24216e||self,_0x24216e[_0x4f82e4(0x1f6)]=_0x7bd2bc());}(this,function(){var _0x343799=_0x15d4;return{'chart':{'insertChart':_0x343799(0x1f0),'editChart':'Chart\x20editor','openChartPanel':_0x343799(0x222),'deleteChart':_0x343799(0x208),'hideChartPanel':_0x343799(0x243),'setupChart':_0x343799(0x21f),'customChart':_0x343799(0x26e),'default':'Default','reset':_0x343799(0x1ea),'chartType':_0x343799(0x237),'themes':'Themes','dataRange':_0x343799(0x1f7),'stack':_0x343799(0x298),'category':_0x343799(0x263),'aggregate':_0x343799(0x1db),'allSeries':_0x343799(0x202),'series':_0x343799(0x282),'addSeries':'Add\x20series','moreSettings':_0x343799(0x231),'min':_0x343799(0x26f),'max':_0x343799(0x1d2),'invalidType':{'gaps':_0x343799(0x25e),'zero':_0x343799(0x224),'connectDataPointsWithStraightLines':_0x343799(0x203)},'blank':_0x343799(0x1eb),'seriesBlock':{'format':_0x343799(0x210),'dataPointStyle':_0x343799(0x27b)},'backgroundColor':'Background\x20color','chartBorderColor':'Chart\x20border\x20color','titles':{'title':_0x343799(0x246),'mainTitle':_0x343799(0x279),'subTitle':'Sub\x20title','xAxisTitle':'X-axis\x20title','yAxisTitle':_0x343799(0x27a),'rightYAxisTitle':_0x343799(0x278),'titleFormat':_0x343799(0x27c),'titleText':_0x343799(0x234),'titlePosition':_0x343799(0x291),'titleAlign':_0x343799(0x1f5)},'axisPositionType':{'start':_0x343799(0x1e5),'center':_0x343799(0x225),'end':_0x343799(0x250)},'gradientFill':_0x343799(0x270),'settingsLabels':{'switchToRowOrColumn':_0x343799(0x22e),'useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':_0x343799(0x24b),'inside':_0x343799(0x1d6),'outside':'Outside','top':'Top','bottom':'Bottom','left':_0x343799(0x1f4),'right':_0x343799(0x283),'hide':_0x343799(0x1f1)},'align':{'left':_0x343799(0x1f4),'center':_0x343799(0x225),'right':_0x343799(0x283)},'alignY':{'top':_0x343799(0x233),'middle':_0x343799(0x1d8),'bottom':_0x343799(0x216)},'chartStyle':_0x343799(0x1ff),'chartAndAxisTitles':_0x343799(0x286),'legend':_0x343799(0x1fd),'legendSelectMode':_0x343799(0x290),'legendSelectModeType':{'single':_0x343799(0x240),'multiple':_0x343799(0x20a),'close':_0x343799(0x266)},'legendVisualMapType':{'continuous':_0x343799(0x201),'piecewise':'Piecewise'},'axes':{'axis':'Axis','axisOptions':_0x343799(0x214),'horizontalAxis':_0x343799(0x289),'verticalAxis':_0x343799(0x232),'rightVerticalAxis':_0x343799(0x212),'leftAxis':_0x343799(0x1dc),'rightAxis':_0x343799(0x22d),'useRightAxis':'Use\x20right\x20axis'},'position':_0x343799(0x1ee),'dataLabels':'Data\x20labels','gridlinesAndTicks':_0x343799(0x25c),'indicatorLine':_0x343799(0x292),'indicatorLineType':_0x343799(0x276),'indicatorLineColor':_0x343799(0x296),'indicatorLabel':'Indicator\x20label','indicatorValue':_0x343799(0x281),'shape':{'polygon':'Polygon','circle':_0x343799(0x218),'square':_0x343799(0x280),'triangle':_0x343799(0x1d9),'diamond':_0x343799(0x219),'rect':'Rectangle','roundRect':_0x343799(0x204),'pin':_0x343799(0x236),'arrow':_0x343799(0x229),'none':_0x343799(0x1d1),'emptyCircle':_0x343799(0x1df),'emptySquare':'Empty\x20square','emptyTriangle':_0x343799(0x25a),'emptyDiamond':_0x343799(0x1e3),'emptyRect':_0x343799(0x206),'emptyRoundRect':'Empty\x20round\x20rectangle','emptyPin':_0x343799(0x227),'emptyArrow':_0x343799(0x25d)},'border':_0x343799(0x207),'value':_0x343799(0x200),'fill':_0x343799(0x21c),'line':_0x343799(0x26b),'withOpacity':_0x343799(0x24a),'withColor':_0x343799(0x1cd),'withThickness':_0x343799(0x221),'withType':_0x343799(0x21a),'withSize':_0x343799(0x277),'withShape':'{0}\x20with\x20shape','withFormat':'{0}\x20with\x20format','dataPoint':_0x343799(0x1e2),'dataNodeShape':'Data\x20node\x20shape','addDataPoint':_0x343799(0x220),'point':_0x343799(0x24c),'percentage':_0x343799(0x248),'lineType':{'line':_0x343799(0x26b),'smooth':_0x343799(0x262),'step':_0x343799(0x295)},'stackType':{'stack':_0x343799(0x298),'percent':_0x343799(0x267)},'lineDashType':_0x343799(0x1e0),'dashType':{'solid':_0x343799(0x217),'dash':_0x343799(0x22b),'dot':'Dot'},'color':'Color','gridlines':{'majorGridlines':'Major\x20gridlines','text':_0x343799(0x23e)},'ticks':{'majorTick':_0x343799(0x1cf),'tickPosition':_0x343799(0x1d7),'tickLength':_0x343799(0x24d)},'none':_0x343799(0x1d1),'theIndexItem':_0x343799(0x25f),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x343799(0x238),'styleEditPanel':{'showLabels':_0x343799(0x20f),'showDataLabels':'Show\x20data\x20labels','padAngle':_0x343799(0x28d),'halfPie':_0x343799(0x287),'rosePie':_0x343799(0x21e),'pieValScale':_0x343799(0x223),'pieValSuffix':_0x343799(0x1ef),'pieDigitalFixed':_0x343799(0x28f),'showLabelLine':_0x343799(0x215),'reverseAxisOrder':_0x343799(0x1ca),'showAxisLine':'Show\x20axis\x20line','labelPosition':'Label\x20position','labelText':_0x343799(0x244),'repeatWordCould':_0x343799(0x230),'gap':'Gap','useAbsValue':_0x343799(0x1e9),'labelRotate':_0x343799(0x272),'wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':'Use\x20date\x20axis','dateAxisTips':'Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format'},'doughnutHole':_0x343799(0x27d),'radar':{'fill':_0x343799(0x21c)},'msg':{'invalidSource':_0x343799(0x1e4),'emptyTips':_0x343799(0x1c9),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':_0x343799(0x252),'word':'Word','frequency':_0x343799(0x1cb)},'trendline':{'name':'Trendline','displayName':_0x343799(0x284),'addTrendLine':_0x343799(0x247),'trendlineType':'Trendline\x20type','trendlineName':_0x343799(0x284),'trendlineColor':_0x343799(0x28b),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':'Trendline\x20dash\x20type','exp':_0x343799(0x22f),'linear':'Linear','log':'Logarithmic','pow':_0x343799(0x1dd),'movingAvg':_0x343799(0x1ec),'poly':_0x343799(0x1fb),'order':'Polynomial\x20order','period':_0x343799(0x274),'showFormula':_0x343799(0x1fe),'showR2':_0x343799(0x1da),'formula':_0x343799(0x1f3),'r2':_0x343799(0x23f)},'bubble':{'xAxis':_0x343799(0x1fa),'yAxis':_0x343799(0x1cc),'size':'Bubble\x20size','label':_0x343799(0x1fc),'emptyTips':_0x343799(0x24e)},'relation':{'title':_0x343799(0x27e),'auto':_0x343799(0x24b),'circular':_0x343799(0x293),'force':_0x343799(0x228),'useValueAsSymbolSize':_0x343799(0x25b),'layoutType':_0x343799(0x285),'forceOptions':_0x343799(0x1f9),'repulsion':_0x343799(0x28e),'gravity':_0x343799(0x1d4),'edgeLength':_0x343799(0x1ce),'rotateLabel':_0x343799(0x1e6),'emphasis':_0x343799(0x20d),'emptyTips':'The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column'},'waterfall':{'stackType':_0x343799(0x297),'arrangement':'Sequential','stacked':_0x343799(0x1d3),'positive':_0x343799(0x20c),'negative':_0x343799(0x213),'subtotal':_0x343799(0x249),'showSubtotal':_0x343799(0x23b),'positiveStyle':_0x343799(0x261),'negativeStyle':_0x343799(0x28c),'subtotalStyle':_0x343799(0x294),'positiveLegendText':_0x343799(0x245),'negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x343799(0x1e8)},'pareto':{'lineName':_0x343799(0x241),'lineSeries':'Cumulative\x20Percentage\x20Series','barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':'Visual\x20map\x20scope','boxplot':{'min':_0x343799(0x21b),'q1':'First\x20quartile','median':_0x343799(0x259),'q3':_0x343799(0x20e),'max':_0x343799(0x20b)}},'chartTypes':{'line':'Line\x20chart','area':'Area\x20chart','areaStacked':_0x343799(0x1ed),'areaPercentStacked':_0x343799(0x23a),'column':'Column\x20chart','bar':_0x343799(0x1e7),'barStacked':_0x343799(0x23c),'barPercentStacked':_0x343799(0x260),'pie':_0x343799(0x257),'donut':'Donut\x20chart','scatter':_0x343799(0x1d5),'radar':_0x343799(0x239),'bubble':_0x343799(0x1de),'stock':_0x343799(0x22c),'combination':_0x343799(0x251),'wordCloud':_0x343799(0x242),'funnel':'Funnel\x20chart','relation':_0x343799(0x27e),'waterfall':_0x343799(0x23d),'pareto':_0x343799(0x28a),'sankey':_0x343799(0x22a),'heatmap':_0x343799(0x1f8),'boxplot':_0x343799(0x1f2)},'dialog':{'numfmt':{'general':'General','accounting':'Accounting','currency':'Currency','date':'Date','thousandthPercentile':_0x343799(0x268),'fieldSetting':_0x343799(0x235),'formatTypes':_0x343799(0x205),'confirm':'OK','cancel':_0x343799(0x275),'generalDesc':_0x343799(0x253),'accountingDesc':_0x343799(0x265),'currencyDesc':_0x343799(0x256),'dateDesc':_0x343799(0x254),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':_0x343799(0x21d),'currencyTypes':_0x343799(0x264),'negativeNumberTypes':_0x343799(0x1e1),'dateTypes':'Date\x20Types'},'setFormat':_0x343799(0x269)}};}));
@@ -1 +1 @@
1
- function _0x386d(){var _0x44ab15=['Trendline\x20name','Show\x20label\x20line','Set\x20label\x20format','Stacked','Default','Value\x20scale','Use\x20absolute\x20value','Visual\x20map\x20scope','Smooth','Word\x20cloud\x20shape','Accounting','Chart\x20style','Cumulative\x20Percentage\x20Series','Fill','Center','Add\x20trendline','Indicator\x20line\x20type','Enable\x20selection\x20fade-in\x20effect','Percent\x20stacked\x20area\x20chart','Force-directed','Cancel','Exponential','113517lAytEX','Pareto\x20chart','Rotate\x20label','(Blank)','Category','The\x20{0}\x20item','Negative\x20Number\x20Types','Stacked\x20bar\x20chart','Main\x20title','435802DVXFHJ','Switch\x20to\x20row/column','Hide','Bottom','Minimum','Date\x20Types','{0}\x20with\x20type','Background\x20color','Sequential','Bubble\x20size','498vwiOhm','Arrow','{0}\x20with\x20shape','Use\x20right\x20axis','Gridlines\x20and\x20ticks','Axis\x20options','Trendline','Heatmap','Add\x20series','Single','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Category\x20{0}','Pin','Use\x20date\x20axis','More\x20settings','Label\x20position','Hide\x20chart\x20panel','Percent\x20stacked\x20bar\x20chart','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Point','Continuous','General','Scatter\x20chart','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Line\x20dash\x20type','Solid','Line','Polynomial\x20order','Auto','Step','Y-axis','Negative\x20Legend\x20Text','Outside','Negative\x20Style','amd','Empty\x20circle','Thousandth\x20Percentile','Reverse\x20axis\x20order','Indicator\x20line\x20color','Relation\x20chart','Use\x20{0}\x20as\x20category','Series\x20{0}','Subtotal','Diamond','Color','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Data\x20range','Donut\x20chart','Date','Vertical\x20axis','Rectangle','Linear','Maximum','Indicator\x20value','112lAbNkX','Third\x20quartile','Insert\x20chart','Show\x20axis\x20line','Dot','Min','Circle','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Moving\x20average','Stock\x20chart','Moving\x20average\x20period','Subtotal\x20Legend\x20Text','Show\x20formula','R\x20squared','Word\x20cloud\x20chart','First\x20quartile','Y-axis\x20title','Show\x20R\x20squared','Bubble\x20chart','{0}\x20with\x20thickness','Decimal\x20Places','Currency','Positive','Trendline\x20type','Add\x20data\x20point','{0}\x20with\x20format','Format','Chart\x20border\x20color','X-axis','Setup','Aggregate','Cumulative\x20Percentage','Tick\x20length','Left','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Indicator\x20line','26285bdReeO','Word\x20cloud','Connect\x20data\x20points\x20with\x20straight\x20lines','Data\x20point\x20style','Horizontal\x20axis','Top','Data\x20point','End','Legend\x20select\x20mode','gaps','Legend','Multiple','Show\x20data\x20labels','Circular','Stack','Half\x20pie','Format\x20Types','1848240DSNytZ','Axis\x20title\x20align','Trendline\x20color','Start','Piecewise','Logarithmic','Close','Label\x20rotate','Percentage','Square','Gravity','exports','Bar\x20chart','Doughnut\x20hole','Frequency','Chart\x20type','Title\x20text','Data\x20labels','Trendline\x20thickness','Line\x20chart','zero','Polynomial','Column\x20chart','Positive\x20Style','Boxplot\x20chart','Stacked\x20area\x20chart','Median','Title\x20format','Radar\x20chart','820cqHYFH','Axis','430451vUfYOc','Positive\x20Legend\x20Text','UniverProSheetsChartUiEnUS','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Empty\x20rectangle','None','Title\x20position','Formula','Right\x20vertical\x20axis','Power','Force-directed\x20options','Reset','Percent\x20stack','Max','66705XUyzZL','{0}\x20with\x20color','Middle','Position','Empty\x20arrow','Bar\x20Chart\x20Series','Sub\x20title','function','Label\x20padding\x20angle','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Major\x20gridlines','Funnel\x20chart','Themes','Gradient\x20fill','1255644oXhuoi'];_0x386d=function(){return _0x44ab15;};return _0x386d();}function _0x47c8(_0x2e3f7d,_0x3bb1be){_0x2e3f7d=_0x2e3f7d-0xc8;var _0x386d0f=_0x386d();var _0x47c8bd=_0x386d0f[_0x2e3f7d];return _0x47c8bd;}(function(_0x170f16,_0x301a38){var _0x183777=_0x47c8,_0x5217c1=_0x170f16();while(!![]){try{var _0x171a71=-parseInt(_0x183777(0xd7))/0x1+-parseInt(_0x183777(0x113))/0x2+-parseInt(_0x183777(0xf3))/0x3+-parseInt(_0x183777(0x153))/0x4*(-parseInt(_0x183777(0xe5))/0x5)+parseInt(_0x183777(0x11d))/0x6*(-parseInt(_0x183777(0x177))/0x7)+parseInt(_0x183777(0x188))/0x8+-parseInt(_0x183777(0x10a))/0x9*(-parseInt(_0x183777(0xd5))/0xa);if(_0x171a71===_0x301a38)break;else _0x5217c1['push'](_0x5217c1['shift']());}catch(_0x995279){_0x5217c1['push'](_0x5217c1['shift']());}}}(_0x386d,0x3f8b7),function(_0x3a7e56,_0x5e831c){var _0x44c1d0=_0x47c8;typeof exports=='object'&&typeof module<'u'?module[_0x44c1d0(0x193)]=_0x5e831c():typeof define==_0x44c1d0(0xec)&&define[_0x44c1d0(0x13f)]?define(_0x5e831c):(_0x3a7e56=typeof globalThis<'u'?globalThis:_0x3a7e56||self,_0x3a7e56[_0x44c1d0(0xd9)]=_0x5e831c());}(this,function(){'use strict';var _0x5a6322=_0x47c8;return{'chart':{'insertChart':_0x5a6322(0x155),'editChart':'Chart\x20editor','openChartPanel':'Open\x20chart\x20panel','deleteChart':'Delete\x20chart','hideChartPanel':_0x5a6322(0x12d),'setupChart':_0x5a6322(0x170),'customChart':'Customize','default':_0x5a6322(0xf8),'reset':_0x5a6322(0xe2),'chartType':_0x5a6322(0x197),'themes':_0x5a6322(0xf1),'dataRange':_0x5a6322(0x14b),'stack':'Stack','category':_0x5a6322(0x10e),'aggregate':_0x5a6322(0x171),'allSeries':'All\x20series','series':'Series','addSeries':_0x5a6322(0x125),'moreSettings':_0x5a6322(0x12b),'min':_0x5a6322(0x158),'max':_0x5a6322(0xe4),'invalidType':{'gaps':_0x5a6322(0x180),'zero':_0x5a6322(0xcc),'connectDataPointsWithStraightLines':_0x5a6322(0x179)},'blank':_0x5a6322(0x10d),'seriesBlock':{'format':_0x5a6322(0x16d),'dataPointStyle':_0x5a6322(0x17a)},'backgroundColor':_0x5a6322(0x11a),'chartBorderColor':_0x5a6322(0x16e),'titles':{'title':'Title','mainTitle':_0x5a6322(0x112),'subTitle':_0x5a6322(0xeb),'xAxisTitle':'X-axis\x20title','yAxisTitle':_0x5a6322(0x163),'rightYAxisTitle':'Right\x20Y-axis\x20title','titleFormat':_0x5a6322(0xd3),'titleText':_0x5a6322(0xc8),'titlePosition':_0x5a6322(0xdd),'titleAlign':_0x5a6322(0x189)},'axisPositionType':{'start':_0x5a6322(0x18b),'center':_0x5a6322(0x102),'end':_0x5a6322(0x17e)},'gradientFill':_0x5a6322(0xf2),'settingsLabels':{'switchToRowOrColumn':_0x5a6322(0x114),'useAsCategoryLabels':_0x5a6322(0x145),'showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':'Auto','inside':'Inside','outside':_0x5a6322(0x13d),'top':_0x5a6322(0x17c),'bottom':_0x5a6322(0x116),'left':'Left','right':'Right','hide':_0x5a6322(0x115)},'align':{'left':_0x5a6322(0x174),'center':_0x5a6322(0x102),'right':'Right'},'alignY':{'top':_0x5a6322(0x17c),'middle':_0x5a6322(0xe7),'bottom':_0x5a6322(0x116)},'chartStyle':_0x5a6322(0xff),'chartAndAxisTitles':'Chart\x20and\x20axis\x20titles','legend':_0x5a6322(0x181),'legendSelectMode':_0x5a6322(0x17f),'legendSelectModeType':{'single':_0x5a6322(0x126),'multiple':_0x5a6322(0x182),'close':_0x5a6322(0x18e)},'legendVisualMapType':{'continuous':_0x5a6322(0x131),'piecewise':_0x5a6322(0x18c)},'axes':{'axis':_0x5a6322(0xd6),'axisOptions':_0x5a6322(0x122),'horizontalAxis':_0x5a6322(0x17b),'verticalAxis':_0x5a6322(0x14e),'rightVerticalAxis':_0x5a6322(0xdf),'leftAxis':'Left\x20axis','rightAxis':'Right\x20axis','useRightAxis':_0x5a6322(0x120)},'position':_0x5a6322(0xe8),'dataLabels':_0x5a6322(0xc9),'gridlinesAndTicks':_0x5a6322(0x121),'indicatorLine':_0x5a6322(0x176),'indicatorLineType':_0x5a6322(0x104),'indicatorLineColor':_0x5a6322(0x143),'indicatorLabel':'Indicator\x20label','indicatorValue':_0x5a6322(0x152),'shape':{'polygon':'Polygon','circle':_0x5a6322(0x159),'square':_0x5a6322(0x191),'triangle':'Triangle','diamond':_0x5a6322(0x148),'rect':_0x5a6322(0x14f),'roundRect':'Round\x20rectangle','pin':_0x5a6322(0x129),'arrow':_0x5a6322(0x11e),'none':_0x5a6322(0xdc),'emptyCircle':_0x5a6322(0x140),'emptySquare':'Empty\x20square','emptyTriangle':'Empty\x20triangle','emptyDiamond':'Empty\x20diamond','emptyRect':_0x5a6322(0xdb),'emptyRoundRect':'Empty\x20round\x20rectangle','emptyPin':'Empty\x20pin','emptyArrow':_0x5a6322(0xe9)},'border':'Border','value':'Value','fill':_0x5a6322(0x101),'line':_0x5a6322(0x137),'withOpacity':'{0}\x20with\x20opacity','withColor':_0x5a6322(0xe6),'withThickness':_0x5a6322(0x166),'withType':_0x5a6322(0x119),'withSize':'{0}\x20with\x20size','withShape':_0x5a6322(0x11f),'withFormat':_0x5a6322(0x16c),'dataPoint':_0x5a6322(0x17d),'dataNodeShape':'Data\x20node\x20shape','addDataPoint':_0x5a6322(0x16b),'point':_0x5a6322(0x130),'percentage':_0x5a6322(0x190),'lineType':{'line':_0x5a6322(0x137),'smooth':_0x5a6322(0xfc),'step':_0x5a6322(0x13a)},'stackType':{'stack':_0x5a6322(0x185),'percent':_0x5a6322(0xe3)},'lineDashType':_0x5a6322(0x135),'dashType':{'solid':_0x5a6322(0x136),'dash':'Dash','dot':_0x5a6322(0x157)},'color':_0x5a6322(0x149),'gridlines':{'majorGridlines':_0x5a6322(0xef),'text':'Gridlines'},'ticks':{'majorTick':'Major\x20tick','tickPosition':'Tick\x20position','tickLength':_0x5a6322(0x173)},'none':'None','theIndexItem':_0x5a6322(0x10f),'seriesDefaultName':_0x5a6322(0x146),'categoryDefaultName':_0x5a6322(0x128),'styleEditPanel':{'showLabels':'Show\x20labels','showDataLabels':_0x5a6322(0x183),'padAngle':_0x5a6322(0xed),'halfPie':_0x5a6322(0x186),'rosePie':'Rose\x20pie','pieValScale':_0x5a6322(0xf9),'pieValSuffix':'Value\x20suffix','pieDigitalFixed':'Digital\x20fixed','showLabelLine':_0x5a6322(0xf5),'reverseAxisOrder':_0x5a6322(0x142),'showAxisLine':_0x5a6322(0x156),'labelPosition':_0x5a6322(0x12c),'labelText':'Label\x20text','repeatWordCould':'Repeat\x20word\x20cloud','gap':'Gap','useAbsValue':_0x5a6322(0xfa),'labelRotate':_0x5a6322(0x18f),'wordCloudShape':_0x5a6322(0xfd),'useDateAxis':_0x5a6322(0x12a),'dateAxisTips':_0x5a6322(0x14a)},'doughnutHole':_0x5a6322(0x195),'radar':{'fill':_0x5a6322(0x101)},'msg':{'invalidSource':_0x5a6322(0x12f),'emptyTips':'Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','sankeyCircularTips':_0x5a6322(0xda)},'cloud':{'title':_0x5a6322(0x178),'word':'Word','frequency':_0x5a6322(0x196)},'trendline':{'name':_0x5a6322(0x123),'displayName':_0x5a6322(0xf4),'addTrendLine':_0x5a6322(0x103),'trendlineType':_0x5a6322(0x16a),'trendlineName':_0x5a6322(0xf4),'trendlineColor':_0x5a6322(0x18a),'trendlineThickness':_0x5a6322(0xca),'trendlineDashType':'Trendline\x20dash\x20type','exp':_0x5a6322(0x109),'linear':_0x5a6322(0x150),'log':_0x5a6322(0x18d),'pow':_0x5a6322(0xe0),'movingAvg':_0x5a6322(0x15b),'poly':_0x5a6322(0xcd),'order':_0x5a6322(0x138),'period':_0x5a6322(0x15d),'showFormula':_0x5a6322(0x15f),'showR2':_0x5a6322(0x164),'formula':_0x5a6322(0xde),'r2':_0x5a6322(0x160)},'bubble':{'xAxis':_0x5a6322(0x16f),'yAxis':_0x5a6322(0x13b),'size':_0x5a6322(0x11c),'label':'Bubble\x20label','emptyTips':_0x5a6322(0xee)},'relation':{'title':_0x5a6322(0x144),'auto':_0x5a6322(0x139),'circular':_0x5a6322(0x184),'force':_0x5a6322(0x107),'useValueAsSymbolSize':'Use\x20value\x20as\x20node\x20size','layoutType':'Layout\x20type','forceOptions':_0x5a6322(0xe1),'repulsion':'Repulsion','gravity':_0x5a6322(0x192),'edgeLength':'Node\x20distance','rotateLabel':_0x5a6322(0x10c),'emphasis':_0x5a6322(0x105),'emptyTips':'The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column'},'waterfall':{'stackType':'Stack\x20Type','arrangement':_0x5a6322(0x11b),'stacked':_0x5a6322(0xf7),'positive':_0x5a6322(0x169),'negative':'Negative','subtotal':_0x5a6322(0x147),'showSubtotal':'Show\x20Subtotal','positiveStyle':_0x5a6322(0xcf),'negativeStyle':_0x5a6322(0x13e),'subtotalStyle':'Subtotal\x20Style','positiveLegendText':_0x5a6322(0xd8),'negativeLegendText':_0x5a6322(0x13c),'subtotalLegendText':_0x5a6322(0x15e)},'pareto':{'lineName':_0x5a6322(0x172),'lineSeries':_0x5a6322(0x100),'barSeries':_0x5a6322(0xea)},'visualMapScope':_0x5a6322(0xfb),'boxplot':{'min':_0x5a6322(0x117),'q1':_0x5a6322(0x162),'median':_0x5a6322(0xd2),'q3':_0x5a6322(0x154),'max':_0x5a6322(0x151)}},'chartTypes':{'line':_0x5a6322(0xcb),'area':'Area\x20chart','areaStacked':_0x5a6322(0xd1),'areaPercentStacked':_0x5a6322(0x106),'column':_0x5a6322(0xce),'bar':_0x5a6322(0x194),'barStacked':_0x5a6322(0x111),'barPercentStacked':_0x5a6322(0x12e),'pie':'Pie\x20chart','donut':_0x5a6322(0x14c),'scatter':_0x5a6322(0x133),'radar':_0x5a6322(0xd4),'bubble':_0x5a6322(0x165),'stock':_0x5a6322(0x15c),'combination':'Combination\x20chart','wordCloud':_0x5a6322(0x161),'funnel':_0x5a6322(0xf0),'relation':_0x5a6322(0x144),'waterfall':'Waterfall\x20chart','pareto':_0x5a6322(0x10b),'sankey':'Sankey\x20chart','heatmap':_0x5a6322(0x124),'boxplot':_0x5a6322(0xd0)},'dialog':{'numfmt':{'general':_0x5a6322(0x132),'accounting':_0x5a6322(0xfe),'currency':_0x5a6322(0x168),'date':_0x5a6322(0x14d),'thousandthPercentile':_0x5a6322(0x141),'fieldSetting':'Field\x20Settings','formatTypes':_0x5a6322(0x187),'confirm':'OK','cancel':_0x5a6322(0x108),'generalDesc':_0x5a6322(0x15a),'accountingDesc':_0x5a6322(0x175),'currencyDesc':_0x5a6322(0x127),'dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x5a6322(0x134),'decimalPlaces':_0x5a6322(0x167),'currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x5a6322(0x110),'dateTypes':_0x5a6322(0x118)},'setFormat':_0x5a6322(0xf6)}};}));
1
+ function _0x32d0(_0x5eba9b,_0x5996ec){_0x5eba9b=_0x5eba9b-0x100;var _0x1c5eb4=_0x1c5e();var _0x32d0cc=_0x1c5eb4[_0x5eba9b];return _0x32d0cc;}function _0x1c5e(){var _0x52d362=['Major\x20tick','Decimal\x20Places','Percent\x20stack','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Polygon','9MQkGbO','Node\x20distance','Trendline\x20name','Indicator\x20label','Reverse\x20axis\x20order','Show\x20Subtotal','Pie\x20chart','Stacked\x20area\x20chart','Empty\x20square','Date\x20Types','X-axis\x20title','Show\x20axis\x20line','Percent\x20stacked\x20area\x20chart','Empty\x20pin','2964928kZSBzX','Label\x20rotate','Repeat\x20word\x20cloud','Word','Data\x20point\x20style','Force-directed','Cancel','Chart\x20border\x20color','Left','Moving\x20average\x20period','Bubble\x20label','amd','Empty\x20triangle','Fill','Negative\x20Style','All\x20series','Enable\x20selection\x20fade-in\x20effect','Show\x20empty\x20cells\x20as','Rotate\x20label','Boxplot\x20chart','Combination\x20chart','Value\x20scale','Series\x20{0}','Stack\x20Type','{0}\x20with\x20opacity','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Trendline\x20type','Logarithmic','Right\x20Y-axis\x20title','Hide','Use\x20right\x20axis','Negative','{0}\x20with\x20format','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Bubble\x20size','Themes','Gradient\x20fill','Label\x20position','Vertical\x20axis','Single','Circle','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Currency','Field\x20Settings','Piecewise','Indicator\x20line\x20type','Negative\x20Number\x20Types','Maximum','Y-axis\x20title','Circular','Triangle','Positive\x20Style','{0}\x20with\x20size','Radar\x20chart','Layout\x20type','22674pcxnxI','Word\x20cloud\x20chart','End','Sankey\x20chart','Empty\x20round\x20rectangle','Pin','Use\x20absolute\x20value','Aggregate','Gridlines','Label\x20padding\x20angle','UniverProSheetsChartUiEnUS','Data\x20labels','Cumulative\x20Percentage','Cumulative\x20Percentage\x20Series','Bar\x20Chart\x20Series','Data\x20point','Use\x20value\x20as\x20node\x20size','437055sfZQGg','Add\x20data\x20point','Stacked','{0}\x20with\x20type','Linear','Show\x20label\x20line','gaps','Sub\x20title','Right','{0}\x20with\x20shape','Point','Use\x20{0}\x20as\x20category','Word\x20cloud\x20shape','Add\x20trendline','{0}\x20with\x20thickness','Title\x20format','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Value\x20suffix','Tick\x20length','Bar\x20chart','Auto','Repulsion','Donut\x20chart','Title\x20text','Gap','231NpQgNA','Force-directed\x20options','Line\x20dash\x20type','Empty\x20diamond','Scatter\x20chart','Middle','Chart\x20editor','Polynomial\x20order','Indicator\x20value','Trendline','Show\x20formula','Pareto\x20chart','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Connect\x20data\x20points\x20with\x20straight\x20lines','Add\x20series','Date','Left\x20axis','Trendline\x20color','Open\x20chart\x20panel','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Center','Digital\x20fixed','Indicator\x20line','Chart\x20and\x20axis\x20titles','Dash','Series','(Blank)','Area\x20chart','Bottom','Axis\x20title\x20align','General','Close','Third\x20quartile','Position','510219ALDlLE','86548PSTEtj','Waterfall\x20chart','Title\x20position','Multiple','Axis','Line\x20chart','Data\x20node\x20shape','Border','The\x20{0}\x20item','Square','Positive','Relation\x20chart','Tick\x20position','More\x20settings','Show\x20data\x20labels','Outside','Step','Set\x20label\x20format','Chart\x20style','Min','Median','Main\x20title','Power','Rectangle','Stock\x20chart','Doughnut\x20hole','881bnHuUi','Top','Y-axis','Smooth','Sequential','Setup','Percentage','Title','Horizontal\x20axis','Currency\x20Types','Dot','Round\x20rectangle','Subtotal\x20Style','Hide\x20chart\x20panel','Background\x20color','Default','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Rose\x20pie','Subtotal\x20Legend\x20Text','Empty\x20arrow','Customize','function','Show\x20R\x20squared','Empty\x20circle','8330290RQeKRJ','Continuous','Stack','Visual\x20map\x20scope','Format\x20Types','Percent\x20stacked\x20bar\x20chart','Start','Positive\x20Legend\x20Text','1414ilYpMQ','Color','Trendline\x20dash\x20type','{0}\x20with\x20color','Line','None','Stacked\x20bar\x20chart','Diamond','Switch\x20to\x20row/column'];_0x1c5e=function(){return _0x52d362;};return _0x1c5e();}(function(_0x23cb2f,_0x139b90){var _0xdaf432=_0x32d0,_0x1f786d=_0x23cb2f();while(!![]){try{var _0x2f552e=-parseInt(_0xdaf432(0x1c7))/0x1*(-parseInt(_0xdaf432(0x10d))/0x2)+parseInt(_0xdaf432(0x1ac))/0x3+parseInt(_0xdaf432(0x1ad))/0x4+parseInt(_0xdaf432(0x171))/0x5+parseInt(_0xdaf432(0x160))/0x6*(-parseInt(_0xdaf432(0x18a))/0x7)+-parseInt(_0xdaf432(0x129))/0x8*(-parseInt(_0xdaf432(0x11b))/0x9)+-parseInt(_0xdaf432(0x105))/0xa;if(_0x2f552e===_0x139b90)break;else _0x1f786d['push'](_0x1f786d['shift']());}catch(_0x187078){_0x1f786d['push'](_0x1f786d['shift']());}}}(_0x1c5e,0x4cdf4),function(_0xf659bb,_0x2f1a44){var _0x5832e6=_0x32d0;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2f1a44():typeof define==_0x5832e6(0x102)&&define[_0x5832e6(0x134)]?define([],_0x2f1a44):(_0xf659bb=typeof globalThis<'u'?globalThis:_0xf659bb||self,_0xf659bb[_0x5832e6(0x16a)]=_0x2f1a44());}(this,function(){var _0x4421bc=_0x32d0;return{'chart':{'insertChart':'Insert\x20chart','editChart':_0x4421bc(0x190),'openChartPanel':_0x4421bc(0x19c),'deleteChart':'Delete\x20chart','hideChartPanel':_0x4421bc(0x1d4),'setupChart':_0x4421bc(0x1cc),'customChart':_0x4421bc(0x101),'default':_0x4421bc(0x1d6),'reset':'Reset','chartType':'Chart\x20type','themes':_0x4421bc(0x14c),'dataRange':'Data\x20range','stack':_0x4421bc(0x107),'category':'Category','aggregate':_0x4421bc(0x167),'allSeries':_0x4421bc(0x138),'series':_0x4421bc(0x1a3),'addSeries':_0x4421bc(0x198),'moreSettings':_0x4421bc(0x1ba),'min':_0x4421bc(0x1c0),'max':'Max','invalidType':{'gaps':_0x4421bc(0x177),'zero':'zero','connectDataPointsWithStraightLines':_0x4421bc(0x197)},'blank':_0x4421bc(0x1a4),'seriesBlock':{'format':'Format','dataPointStyle':_0x4421bc(0x12d)},'backgroundColor':_0x4421bc(0x1d5),'chartBorderColor':_0x4421bc(0x130),'titles':{'title':_0x4421bc(0x1ce),'mainTitle':_0x4421bc(0x1c2),'subTitle':_0x4421bc(0x178),'xAxisTitle':_0x4421bc(0x125),'yAxisTitle':_0x4421bc(0x159),'rightYAxisTitle':_0x4421bc(0x145),'titleFormat':_0x4421bc(0x180),'titleText':_0x4421bc(0x188),'titlePosition':_0x4421bc(0x1af),'titleAlign':_0x4421bc(0x1a7)},'axisPositionType':{'start':_0x4421bc(0x10b),'center':_0x4421bc(0x19e),'end':_0x4421bc(0x162)},'gradientFill':_0x4421bc(0x14d),'settingsLabels':{'switchToRowOrColumn':_0x4421bc(0x115),'useAsCategoryLabels':_0x4421bc(0x17c),'showEmptyCellsAs':_0x4421bc(0x13a)},'positionType':{'auto':_0x4421bc(0x185),'inside':'Inside','outside':_0x4421bc(0x1bc),'top':_0x4421bc(0x1c8),'bottom':'Bottom','left':_0x4421bc(0x131),'right':'Right','hide':_0x4421bc(0x146)},'align':{'left':_0x4421bc(0x131),'center':_0x4421bc(0x19e),'right':_0x4421bc(0x179)},'alignY':{'top':_0x4421bc(0x1c8),'middle':_0x4421bc(0x18f),'bottom':_0x4421bc(0x1a6)},'chartStyle':_0x4421bc(0x1bf),'chartAndAxisTitles':_0x4421bc(0x1a1),'legend':'Legend','legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x4421bc(0x150),'multiple':_0x4421bc(0x1b0),'close':_0x4421bc(0x1a9)},'legendVisualMapType':{'continuous':_0x4421bc(0x106),'piecewise':_0x4421bc(0x155)},'axes':{'axis':_0x4421bc(0x1b1),'axisOptions':'Axis\x20options','horizontalAxis':_0x4421bc(0x1cf),'verticalAxis':_0x4421bc(0x14f),'rightVerticalAxis':'Right\x20vertical\x20axis','leftAxis':_0x4421bc(0x19a),'rightAxis':'Right\x20axis','useRightAxis':_0x4421bc(0x147)},'position':_0x4421bc(0x1ab),'dataLabels':_0x4421bc(0x16b),'gridlinesAndTicks':'Gridlines\x20and\x20ticks','indicatorLine':_0x4421bc(0x1a0),'indicatorLineType':_0x4421bc(0x156),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':_0x4421bc(0x11e),'indicatorValue':_0x4421bc(0x192),'shape':{'polygon':_0x4421bc(0x11a),'circle':_0x4421bc(0x151),'square':_0x4421bc(0x1b6),'triangle':_0x4421bc(0x15b),'diamond':_0x4421bc(0x114),'rect':_0x4421bc(0x1c4),'roundRect':_0x4421bc(0x1d2),'pin':_0x4421bc(0x165),'arrow':'Arrow','none':'None','emptyCircle':_0x4421bc(0x104),'emptySquare':_0x4421bc(0x123),'emptyTriangle':_0x4421bc(0x135),'emptyDiamond':_0x4421bc(0x18d),'emptyRect':'Empty\x20rectangle','emptyRoundRect':_0x4421bc(0x164),'emptyPin':_0x4421bc(0x128),'emptyArrow':_0x4421bc(0x100)},'border':_0x4421bc(0x1b4),'value':'Value','fill':_0x4421bc(0x136),'line':_0x4421bc(0x111),'withOpacity':_0x4421bc(0x141),'withColor':_0x4421bc(0x110),'withThickness':_0x4421bc(0x17f),'withType':_0x4421bc(0x174),'withSize':_0x4421bc(0x15d),'withShape':_0x4421bc(0x17a),'withFormat':_0x4421bc(0x149),'dataPoint':_0x4421bc(0x16f),'dataNodeShape':_0x4421bc(0x1b3),'addDataPoint':_0x4421bc(0x172),'point':_0x4421bc(0x17b),'percentage':_0x4421bc(0x1cd),'lineType':{'line':_0x4421bc(0x111),'smooth':_0x4421bc(0x1ca),'step':_0x4421bc(0x1bd)},'stackType':{'stack':_0x4421bc(0x107),'percent':_0x4421bc(0x118)},'lineDashType':_0x4421bc(0x18c),'dashType':{'solid':'Solid','dash':_0x4421bc(0x1a2),'dot':_0x4421bc(0x1d1)},'color':_0x4421bc(0x10e),'gridlines':{'majorGridlines':'Major\x20gridlines','text':_0x4421bc(0x168)},'ticks':{'majorTick':_0x4421bc(0x116),'tickPosition':_0x4421bc(0x1b9),'tickLength':_0x4421bc(0x183)},'none':_0x4421bc(0x112),'theIndexItem':_0x4421bc(0x1b5),'seriesDefaultName':_0x4421bc(0x13f),'categoryDefaultName':'Category\x20{0}','styleEditPanel':{'showLabels':'Show\x20labels','showDataLabels':_0x4421bc(0x1bb),'padAngle':_0x4421bc(0x169),'halfPie':'Half\x20pie','rosePie':_0x4421bc(0x1d8),'pieValScale':_0x4421bc(0x13e),'pieValSuffix':_0x4421bc(0x182),'pieDigitalFixed':_0x4421bc(0x19f),'showLabelLine':_0x4421bc(0x176),'reverseAxisOrder':_0x4421bc(0x11f),'showAxisLine':_0x4421bc(0x126),'labelPosition':_0x4421bc(0x14e),'labelText':'Label\x20text','repeatWordCould':_0x4421bc(0x12b),'gap':_0x4421bc(0x189),'useAbsValue':_0x4421bc(0x166),'labelRotate':_0x4421bc(0x12a),'wordCloudShape':_0x4421bc(0x17d),'useDateAxis':'Use\x20date\x20axis','dateAxisTips':_0x4421bc(0x19d)},'doughnutHole':_0x4421bc(0x1c6),'radar':{'fill':'Fill'},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x4421bc(0x1d7),'sankeyCircularTips':_0x4421bc(0x181)},'cloud':{'title':'Word\x20cloud','word':_0x4421bc(0x12c),'frequency':'Frequency'},'trendline':{'name':_0x4421bc(0x193),'displayName':_0x4421bc(0x11d),'addTrendLine':_0x4421bc(0x17e),'trendlineType':_0x4421bc(0x143),'trendlineName':_0x4421bc(0x11d),'trendlineColor':_0x4421bc(0x19b),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':_0x4421bc(0x10f),'exp':'Exponential','linear':_0x4421bc(0x175),'log':_0x4421bc(0x144),'pow':_0x4421bc(0x1c3),'movingAvg':'Moving\x20average','poly':'Polynomial','order':_0x4421bc(0x191),'period':_0x4421bc(0x132),'showFormula':_0x4421bc(0x194),'showR2':_0x4421bc(0x103),'formula':'Formula','r2':'R\x20squared'},'bubble':{'xAxis':'X-axis','yAxis':_0x4421bc(0x1c9),'size':_0x4421bc(0x14b),'label':_0x4421bc(0x133),'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':_0x4421bc(0x1b8),'auto':'Auto','circular':_0x4421bc(0x15a),'force':_0x4421bc(0x12e),'useValueAsSymbolSize':_0x4421bc(0x170),'layoutType':_0x4421bc(0x15f),'forceOptions':_0x4421bc(0x18b),'repulsion':_0x4421bc(0x186),'gravity':'Gravity','edgeLength':_0x4421bc(0x11c),'rotateLabel':_0x4421bc(0x13b),'emphasis':_0x4421bc(0x139),'emptyTips':_0x4421bc(0x152)},'waterfall':{'stackType':_0x4421bc(0x140),'arrangement':_0x4421bc(0x1cb),'stacked':_0x4421bc(0x173),'positive':_0x4421bc(0x1b7),'negative':_0x4421bc(0x148),'subtotal':'Subtotal','showSubtotal':_0x4421bc(0x120),'positiveStyle':_0x4421bc(0x15c),'negativeStyle':_0x4421bc(0x137),'subtotalStyle':_0x4421bc(0x1d3),'positiveLegendText':_0x4421bc(0x10c),'negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x4421bc(0x1d9)},'pareto':{'lineName':_0x4421bc(0x16c),'lineSeries':_0x4421bc(0x16d),'barSeries':_0x4421bc(0x16e)},'visualMapScope':_0x4421bc(0x108),'boxplot':{'min':'Minimum','q1':'First\x20quartile','median':_0x4421bc(0x1c1),'q3':_0x4421bc(0x1aa),'max':_0x4421bc(0x158)}},'chartTypes':{'line':_0x4421bc(0x1b2),'area':_0x4421bc(0x1a5),'areaStacked':_0x4421bc(0x122),'areaPercentStacked':_0x4421bc(0x127),'column':'Column\x20chart','bar':_0x4421bc(0x184),'barStacked':_0x4421bc(0x113),'barPercentStacked':_0x4421bc(0x10a),'pie':_0x4421bc(0x121),'donut':_0x4421bc(0x187),'scatter':_0x4421bc(0x18e),'radar':_0x4421bc(0x15e),'bubble':'Bubble\x20chart','stock':_0x4421bc(0x1c5),'combination':_0x4421bc(0x13d),'wordCloud':_0x4421bc(0x161),'funnel':'Funnel\x20chart','relation':_0x4421bc(0x1b8),'waterfall':_0x4421bc(0x1ae),'pareto':_0x4421bc(0x195),'sankey':_0x4421bc(0x163),'heatmap':'Heatmap','boxplot':_0x4421bc(0x13c)},'dialog':{'numfmt':{'general':_0x4421bc(0x1a8),'accounting':'Accounting','currency':_0x4421bc(0x153),'date':_0x4421bc(0x199),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x4421bc(0x154),'formatTypes':_0x4421bc(0x109),'confirm':'OK','cancel':_0x4421bc(0x12f),'generalDesc':_0x4421bc(0x142),'accountingDesc':_0x4421bc(0x119),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':_0x4421bc(0x196),'thousandthPercentileDesc':_0x4421bc(0x14a),'decimalPlaces':_0x4421bc(0x117),'currencyTypes':_0x4421bc(0x1d0),'negativeNumberTypes':_0x4421bc(0x157),'dateTypes':_0x4421bc(0x124)},'setFormat':_0x4421bc(0x1be)}};}));
@@ -1 +1 @@
1
- (function(_0x50a651,_0x11508c){var _0x2cfc05=_0x5e96,_0x17ba4b=_0x50a651();while(!![]){try{var _0x3e2bae=parseInt(_0x2cfc05(0x229))/0x1+parseInt(_0x2cfc05(0x241))/0x2+-parseInt(_0x2cfc05(0x238))/0x3+parseInt(_0x2cfc05(0x222))/0x4*(parseInt(_0x2cfc05(0x21b))/0x5)+-parseInt(_0x2cfc05(0x200))/0x6+-parseInt(_0x2cfc05(0x1b5))/0x7*(parseInt(_0x2cfc05(0x1cd))/0x8)+parseInt(_0x2cfc05(0x18a))/0x9;if(_0x3e2bae===_0x11508c)break;else _0x17ba4b['push'](_0x17ba4b['shift']());}catch(_0x5b78ba){_0x17ba4b['push'](_0x17ba4b['shift']());}}}(_0x3233,0x50c57),function(_0x5bfa29,_0x129524){var _0x253fd4=_0x5e96;typeof exports==_0x253fd4(0x1ae)&&typeof module<'u'?module[_0x253fd4(0x1fc)]=_0x129524():typeof define==_0x253fd4(0x23c)&&define[_0x253fd4(0x226)]?define(_0x129524):(_0x5bfa29=typeof globalThis<'u'?globalThis:_0x5bfa29||self,_0x5bfa29[_0x253fd4(0x198)]=_0x129524());}(this,function(){'use strict';var _0x25cdc7=_0x5e96;return{'chart':{'insertChart':_0x25cdc7(0x1b1),'editChart':_0x25cdc7(0x1a7),'openChartPanel':_0x25cdc7(0x1f7),'deleteChart':'Delete\x20chart','hideChartPanel':_0x25cdc7(0x1a6),'setupChart':_0x25cdc7(0x1d0),'customChart':'Customize','default':_0x25cdc7(0x1a2),'reset':'Reset','chartType':_0x25cdc7(0x1c4),'themes':'Themes','dataRange':_0x25cdc7(0x218),'stack':'Stack','category':_0x25cdc7(0x1eb),'aggregate':'Aggregate','allSeries':_0x25cdc7(0x192),'series':'Series','addSeries':_0x25cdc7(0x1a1),'moreSettings':_0x25cdc7(0x1d7),'min':_0x25cdc7(0x214),'max':_0x25cdc7(0x1da),'invalidType':{'gaps':_0x25cdc7(0x1fd),'zero':'zero','connectDataPointsWithStraightLines':_0x25cdc7(0x1ca)},'blank':_0x25cdc7(0x1bb),'seriesBlock':{'format':_0x25cdc7(0x1dd),'dataPointStyle':_0x25cdc7(0x186)},'backgroundColor':_0x25cdc7(0x204),'chartBorderColor':_0x25cdc7(0x1a8),'titles':{'title':'Title','mainTitle':_0x25cdc7(0x20e),'subTitle':_0x25cdc7(0x1ec),'xAxisTitle':_0x25cdc7(0x22b),'yAxisTitle':_0x25cdc7(0x1fa),'rightYAxisTitle':_0x25cdc7(0x1ef),'titleFormat':'Title\x20format','titleText':_0x25cdc7(0x234),'titlePosition':_0x25cdc7(0x1e5),'titleAlign':_0x25cdc7(0x212)},'axisPositionType':{'start':_0x25cdc7(0x1fe),'center':_0x25cdc7(0x185),'end':_0x25cdc7(0x1c5)},'gradientFill':_0x25cdc7(0x17e),'settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x25cdc7(0x18b),'showEmptyCellsAs':_0x25cdc7(0x1ad)},'positionType':{'auto':_0x25cdc7(0x1df),'inside':_0x25cdc7(0x1bc),'outside':_0x25cdc7(0x1bd),'top':_0x25cdc7(0x1f2),'bottom':_0x25cdc7(0x223),'left':_0x25cdc7(0x232),'right':_0x25cdc7(0x18c),'hide':'Hide'},'align':{'left':_0x25cdc7(0x232),'center':'Center','right':_0x25cdc7(0x18c)},'alignY':{'top':_0x25cdc7(0x1f2),'middle':_0x25cdc7(0x22a),'bottom':_0x25cdc7(0x223)},'chartStyle':_0x25cdc7(0x21d),'chartAndAxisTitles':_0x25cdc7(0x1e6),'legend':'Legend','legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x25cdc7(0x202),'multiple':_0x25cdc7(0x216),'close':_0x25cdc7(0x231)},'legendVisualMapType':{'continuous':_0x25cdc7(0x20d),'piecewise':'Piecewise'},'axes':{'axis':'Axis','axisOptions':'Axis\x20options','horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x25cdc7(0x199),'rightVerticalAxis':'Right\x20vertical\x20axis','leftAxis':'Left\x20axis','rightAxis':_0x25cdc7(0x1c1),'useRightAxis':_0x25cdc7(0x203)},'position':'Position','dataLabels':_0x25cdc7(0x215),'gridlinesAndTicks':_0x25cdc7(0x1dc),'indicatorLine':_0x25cdc7(0x1be),'indicatorLineType':_0x25cdc7(0x1ed),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':_0x25cdc7(0x23e),'indicatorValue':_0x25cdc7(0x1cb),'shape':{'polygon':_0x25cdc7(0x1f8),'circle':_0x25cdc7(0x235),'square':_0x25cdc7(0x23f),'triangle':_0x25cdc7(0x225),'diamond':_0x25cdc7(0x1bf),'rect':_0x25cdc7(0x21a),'roundRect':_0x25cdc7(0x18f),'pin':'Pin','arrow':_0x25cdc7(0x20a),'none':'None','emptyCircle':_0x25cdc7(0x1d2),'emptySquare':'Empty\x20square','emptyTriangle':_0x25cdc7(0x18d),'emptyDiamond':_0x25cdc7(0x1f3),'emptyRect':_0x25cdc7(0x181),'emptyRoundRect':_0x25cdc7(0x240),'emptyPin':_0x25cdc7(0x189),'emptyArrow':'Empty\x20arrow'},'border':_0x25cdc7(0x180),'value':_0x25cdc7(0x1de),'fill':_0x25cdc7(0x1e7),'line':_0x25cdc7(0x1a9),'withOpacity':'{0}\x20with\x20opacity','withColor':'{0}\x20with\x20color','withThickness':_0x25cdc7(0x1f9),'withType':_0x25cdc7(0x221),'withSize':'{0}\x20with\x20size','withShape':'{0}\x20with\x20shape','withFormat':_0x25cdc7(0x19f),'dataPoint':_0x25cdc7(0x22e),'dataNodeShape':_0x25cdc7(0x1a0),'addDataPoint':_0x25cdc7(0x1d8),'point':_0x25cdc7(0x1c9),'percentage':_0x25cdc7(0x1ce),'lineType':{'line':_0x25cdc7(0x1a9),'smooth':_0x25cdc7(0x1b0),'step':'Step'},'stackType':{'stack':_0x25cdc7(0x1db),'percent':_0x25cdc7(0x1cc)},'lineDashType':'Line\x20dash\x20type','dashType':{'solid':_0x25cdc7(0x1ff),'dash':'Dash','dot':'Dot'},'color':'Color','gridlines':{'majorGridlines':_0x25cdc7(0x1ea),'text':_0x25cdc7(0x1b9)},'ticks':{'majorTick':_0x25cdc7(0x1c0),'tickPosition':'Tick\x20position','tickLength':'Tick\x20length'},'none':_0x25cdc7(0x230),'theIndexItem':_0x25cdc7(0x1af),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x25cdc7(0x1d9),'styleEditPanel':{'showLabels':_0x25cdc7(0x190),'showDataLabels':_0x25cdc7(0x1b8),'padAngle':_0x25cdc7(0x205),'halfPie':_0x25cdc7(0x236),'rosePie':_0x25cdc7(0x1a3),'pieValScale':'Value\x20scale','pieValSuffix':_0x25cdc7(0x23b),'pieDigitalFixed':_0x25cdc7(0x228),'showLabelLine':_0x25cdc7(0x210),'reverseAxisOrder':_0x25cdc7(0x224),'showAxisLine':_0x25cdc7(0x1aa),'labelPosition':'Label\x20position','labelText':'Label\x20text','repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x25cdc7(0x1d4),'useAbsValue':_0x25cdc7(0x237),'labelRotate':'Label\x20rotate','wordCloudShape':_0x25cdc7(0x182),'useDateAxis':_0x25cdc7(0x227),'dateAxisTips':_0x25cdc7(0x196)},'doughnutHole':'Doughnut\x20hole','radar':{'fill':'Fill'},'msg':{'invalidSource':_0x25cdc7(0x23d),'emptyTips':_0x25cdc7(0x1fb),'sankeyCircularTips':_0x25cdc7(0x19c)},'cloud':{'title':_0x25cdc7(0x1d3),'word':_0x25cdc7(0x1d1),'frequency':_0x25cdc7(0x191)},'trendline':{'name':'Trendline','displayName':_0x25cdc7(0x184),'addTrendLine':'Add\x20trendline','trendlineType':'Trendline\x20type','trendlineName':'Trendline\x20name','trendlineColor':'Trendline\x20color','trendlineThickness':'Trendline\x20thickness','trendlineDashType':_0x25cdc7(0x1e3),'exp':_0x25cdc7(0x188),'linear':_0x25cdc7(0x1d5),'log':'Logarithmic','pow':_0x25cdc7(0x1b4),'movingAvg':_0x25cdc7(0x23a),'poly':'Polynomial','order':'Polynomial\x20order','period':'Moving\x20average\x20period','showFormula':'Show\x20formula','showR2':_0x25cdc7(0x1ba),'formula':_0x25cdc7(0x243),'r2':_0x25cdc7(0x211)},'bubble':{'xAxis':'X-axis','yAxis':'Y-axis','size':_0x25cdc7(0x21e),'label':_0x25cdc7(0x193),'emptyTips':_0x25cdc7(0x20b)},'relation':{'title':_0x25cdc7(0x19d),'auto':_0x25cdc7(0x1df),'circular':'Circular','force':_0x25cdc7(0x209),'useValueAsSymbolSize':_0x25cdc7(0x1e1),'layoutType':_0x25cdc7(0x1f0),'forceOptions':_0x25cdc7(0x1b3),'repulsion':_0x25cdc7(0x1e2),'gravity':_0x25cdc7(0x194),'edgeLength':'Node\x20distance','rotateLabel':_0x25cdc7(0x22c),'emphasis':'Enable\x20selection\x20fade-in\x20effect','emptyTips':_0x25cdc7(0x1e9)},'waterfall':{'stackType':_0x25cdc7(0x1ab),'arrangement':_0x25cdc7(0x1e4),'stacked':_0x25cdc7(0x1f5),'positive':_0x25cdc7(0x242),'negative':_0x25cdc7(0x1f4),'subtotal':_0x25cdc7(0x1f1),'showSubtotal':_0x25cdc7(0x239),'positiveStyle':'Positive\x20Style','negativeStyle':_0x25cdc7(0x207),'subtotalStyle':_0x25cdc7(0x1b6),'positiveLegendText':_0x25cdc7(0x1cf),'negativeLegendText':_0x25cdc7(0x1d6),'subtotalLegendText':_0x25cdc7(0x1f6)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':'Cumulative\x20Percentage\x20Series','barSeries':_0x25cdc7(0x195)},'visualMapScope':_0x25cdc7(0x1c3),'boxplot':{'min':'Minimum','q1':_0x25cdc7(0x1e0),'median':_0x25cdc7(0x19e),'q3':_0x25cdc7(0x217),'max':_0x25cdc7(0x1b7)}},'chartTypes':{'line':_0x25cdc7(0x19b),'area':_0x25cdc7(0x233),'areaStacked':_0x25cdc7(0x1c2),'areaPercentStacked':_0x25cdc7(0x213),'column':_0x25cdc7(0x219),'bar':_0x25cdc7(0x1ee),'barStacked':'Stacked\x20bar\x20chart','barPercentStacked':'Percent\x20stacked\x20bar\x20chart','pie':'Pie\x20chart','donut':'Donut\x20chart','scatter':_0x25cdc7(0x183),'radar':_0x25cdc7(0x20c),'bubble':_0x25cdc7(0x1e8),'stock':'Stock\x20chart','combination':_0x25cdc7(0x197),'wordCloud':_0x25cdc7(0x1c8),'funnel':_0x25cdc7(0x208),'relation':_0x25cdc7(0x19d),'waterfall':'Waterfall\x20chart','pareto':_0x25cdc7(0x1ac),'sankey':_0x25cdc7(0x187),'heatmap':_0x25cdc7(0x19a),'boxplot':_0x25cdc7(0x220)},'dialog':{'numfmt':{'general':_0x25cdc7(0x22f),'accounting':_0x25cdc7(0x22d),'currency':'Currency','date':'Date','thousandthPercentile':_0x25cdc7(0x1b2),'fieldSetting':_0x25cdc7(0x206),'formatTypes':'Format\x20Types','confirm':'OK','cancel':'Cancel','generalDesc':_0x25cdc7(0x18e),'accountingDesc':_0x25cdc7(0x201),'currencyDesc':_0x25cdc7(0x21c),'dateDesc':_0x25cdc7(0x17f),'thousandthPercentileDesc':_0x25cdc7(0x1c6),'decimalPlaces':_0x25cdc7(0x1a4),'currencyTypes':_0x25cdc7(0x1c7),'negativeNumberTypes':_0x25cdc7(0x1a5),'dateTypes':_0x25cdc7(0x20f)},'setFormat':_0x25cdc7(0x21f)}};}));function _0x5e96(_0x2fbb8f,_0x26e5c1){_0x2fbb8f=_0x2fbb8f-0x17e;var _0x323361=_0x3233();var _0x5e9630=_0x323361[_0x2fbb8f];return _0x5e9630;}function _0x3233(){var _0x2f888f=['Negative','Stacked','Subtotal\x20Legend\x20Text','Open\x20chart\x20panel','Polygon','{0}\x20with\x20thickness','Y-axis\x20title','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','exports','gaps','Start','Solid','2814156SvmXsW','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Single','Use\x20right\x20axis','Background\x20color','Label\x20padding\x20angle','Field\x20Settings','Negative\x20Style','Funnel\x20chart','Force-directed','Arrow','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Radar\x20chart','Continuous','Main\x20title','Date\x20Types','Show\x20label\x20line','R\x20squared','Axis\x20title\x20align','Percent\x20stacked\x20area\x20chart','Min','Data\x20labels','Multiple','Third\x20quartile','Data\x20range','Column\x20chart','Rectangle','10LNYtRg','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Chart\x20style','Bubble\x20size','Set\x20label\x20format','Boxplot\x20chart','{0}\x20with\x20type','616388lUKBuz','Bottom','Reverse\x20axis\x20order','Triangle','amd','Use\x20date\x20axis','Digital\x20fixed','520839GpORJZ','Middle','X-axis\x20title','Rotate\x20label','Accounting','Data\x20point','General','None','Close','Left','Area\x20chart','Title\x20text','Circle','Half\x20pie','Use\x20absolute\x20value','511299wJPIrO','Show\x20Subtotal','Moving\x20average','Value\x20suffix','function','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Indicator\x20label','Square','Empty\x20round\x20rectangle','509712wQnIyw','Positive','Formula','Gradient\x20fill','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Border','Empty\x20rectangle','Word\x20cloud\x20shape','Scatter\x20chart','Trendline\x20name','Center','Data\x20point\x20style','Sankey\x20chart','Exponential','Empty\x20pin','3940920ocBGQl','Use\x20{0}\x20as\x20category','Right','Empty\x20triangle','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Round\x20rectangle','Show\x20labels','Frequency','All\x20series','Bubble\x20label','Gravity','Bar\x20Chart\x20Series','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Combination\x20chart','UniverProSheetsChartUiEsES','Vertical\x20axis','Heatmap','Line\x20chart','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Relation\x20chart','Median','{0}\x20with\x20format','Data\x20node\x20shape','Add\x20series','Default','Rose\x20pie','Decimal\x20Places','Negative\x20Number\x20Types','Hide\x20chart\x20panel','Chart\x20editor','Chart\x20border\x20color','Line','Show\x20axis\x20line','Stack\x20Type','Pareto\x20chart','Show\x20empty\x20cells\x20as','object','The\x20{0}\x20item','Smooth','Insert\x20chart','Thousandth\x20Percentile','Force-directed\x20options','Power','7vPnvXd','Subtotal\x20Style','Maximum','Show\x20data\x20labels','Gridlines','Show\x20R\x20squared','(Blank)','Inside','Outside','Indicator\x20line','Diamond','Major\x20tick','Right\x20axis','Stacked\x20area\x20chart','Visual\x20map\x20scope','Chart\x20type','End','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Currency\x20Types','Word\x20cloud\x20chart','Point','Connect\x20data\x20points\x20with\x20straight\x20lines','Indicator\x20value','Percent\x20stack','4411768aAglLA','Percentage','Positive\x20Legend\x20Text','Setup','Word','Empty\x20circle','Word\x20cloud','Gap','Linear','Negative\x20Legend\x20Text','More\x20settings','Add\x20data\x20point','Category\x20{0}','Max','Stack','Gridlines\x20and\x20ticks','Format','Value','Auto','First\x20quartile','Use\x20value\x20as\x20node\x20size','Repulsion','Trendline\x20dash\x20type','Sequential','Title\x20position','Chart\x20and\x20axis\x20titles','Fill','Bubble\x20chart','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Major\x20gridlines','Category','Sub\x20title','Indicator\x20line\x20type','Bar\x20chart','Right\x20Y-axis\x20title','Layout\x20type','Subtotal','Top','Empty\x20diamond'];_0x3233=function(){return _0x2f888f;};return _0x3233();}
1
+ function _0xf745(){var _0x4015dd=['Stack\x20Type','Main\x20title','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Stack','Line\x20chart','Point','Use\x20value\x20as\x20node\x20size','Subtotal\x20Legend\x20Text','Circular','Add\x20series','(Blank)','Label\x20padding\x20angle','Start','X-axis','Right\x20Y-axis\x20title','Cumulative\x20Percentage\x20Series','Empty\x20circle','Maximum','Title\x20position','Empty\x20rectangle','753402NEHMme','Polygon','Axis\x20options','5799iFSPwO','Top','Line','Data\x20point\x20style','Indicator\x20line','Show\x20Subtotal','Category','Title\x20format','Doughnut\x20hole','Line\x20dash\x20type','Indicator\x20line\x20color','Chart\x20and\x20axis\x20titles','Cumulative\x20Percentage','exports','Tick\x20position','1625dWQjvu','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Empty\x20round\x20rectangle','Format','Min','Show\x20label\x20line','32230QdfcpI','121yXVYwO','7TAElNO','Node\x20distance','Repulsion','Positive\x20Legend\x20Text','Set\x20label\x20format','Logarithmic','function','Third\x20quartile','Percent\x20stacked\x20area\x20chart','{0}\x20with\x20color','Trendline\x20name','Formula','The\x20{0}\x20item','Reset','Format\x20Types','Boxplot\x20chart','Trendline\x20thickness','Axis\x20title\x20align','Subtotal','None','Dot','Cancel','Trendline\x20color','Y-axis','Major\x20tick','Show\x20formula','46amNxlb','Show\x20data\x20labels','Empty\x20square','Percent\x20stack','Subtotal\x20Style','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','1109040cQTeaL','Show\x20labels','Pareto\x20chart','Middle','Reverse\x20axis\x20order','9tGCsjN','Triangle','Category\x20{0}','Positive\x20Style','Close','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Step','Percentage','First\x20quartile','Rose\x20pie','Label\x20text','Half\x20pie','Visual\x20map\x20scope','Data\x20labels','4lhQHcv','3487884JnUDGL','Bar\x20chart','Data\x20point','Piecewise','Position','Word\x20cloud\x20shape','Outside','Series','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Indicator\x20label','Use\x20date\x20axis','Combination\x20chart','Axis','Negative\x20Style','Add\x20trendline','Label\x20position','Donut\x20chart','More\x20settings','Show\x20R\x20squared','Heatmap','X-axis\x20title','Data\x20node\x20shape','65672dAtxCi','Sequential','Indicator\x20line\x20type','Left','Minimum','Insert\x20chart','Title\x20text','Empty\x20arrow','Major\x20gridlines','{0}\x20with\x20shape','Max','Field\x20Settings','Bubble\x20chart','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Digital\x20fixed','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Auto','Right','Chart\x20editor','Word\x20cloud','Right\x20vertical\x20axis','Value\x20suffix','Rotate\x20label','Thousandth\x20Percentile','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Dash','Single','Use\x20right\x20axis','R\x20squared','Data\x20range','All\x20series','Gap','amd','Gridlines\x20and\x20ticks','Square','Gradient\x20fill','Round\x20rectangle','Positive','{0}\x20with\x20type','Force-directed\x20options','Waterfall\x20chart','Date\x20Types','Currency\x20Types','Title','Border','Color','Pin','Sub\x20title','Setup','Funnel\x20chart','Continuous','Smooth','zero','Word','Enable\x20selection\x20fade-in\x20effect','Empty\x20triangle','Connect\x20data\x20points\x20with\x20straight\x20lines','Median','Layout\x20type','Fill','Arrow','Scatter\x20chart','Themes','{0}\x20with\x20opacity','Delete\x20chart','Empty\x20pin','Linear','Polynomial','Center','Pie\x20chart','Bubble\x20size','Multiple','Use\x20{0}\x20as\x20category','Y-axis\x20title','Left\x20axis','Relation\x20chart','Repeat\x20word\x20cloud','Open\x20chart\x20panel','Aggregate','Label\x20rotate','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Customize'];_0xf745=function(){return _0x4015dd;};return _0xf745();}function _0x3784(_0x16d258,_0x34461a){_0x16d258=_0x16d258-0x113;var _0xf74572=_0xf745();var _0x3784d7=_0xf74572[_0x16d258];return _0x3784d7;}(function(_0x28105c,_0x32eb9e){var _0x583adb=_0x3784,_0xe5c45a=_0x28105c();while(!![]){try{var _0x4f7aaf=parseInt(_0x583adb(0x11d))/0x1+parseInt(_0x583adb(0x1b7))/0x2*(parseInt(_0x583adb(0x186))/0x3)+parseInt(_0x583adb(0x1d0))/0x4*(-parseInt(_0x583adb(0x195))/0x5)+-parseInt(_0x583adb(0x183))/0x6*(parseInt(_0x583adb(0x19d))/0x7)+parseInt(_0x583adb(0x1bd))/0x8*(-parseInt(_0x583adb(0x1c2))/0x9)+parseInt(_0x583adb(0x19b))/0xa*(-parseInt(_0x583adb(0x19c))/0xb)+parseInt(_0x583adb(0x1d1))/0xc;if(_0x4f7aaf===_0x32eb9e)break;else _0xe5c45a['push'](_0xe5c45a['shift']());}catch(_0x3276ef){_0xe5c45a['push'](_0xe5c45a['shift']());}}}(_0xf745,0x189cd),function(_0x24060d,_0x5a1fef){var _0xc087d6=_0x3784;typeof exports=='object'&&typeof module<'u'?module[_0xc087d6(0x193)]=_0x5a1fef():typeof define==_0xc087d6(0x1a3)&&define[_0xc087d6(0x13d)]?define([],_0x5a1fef):(_0x24060d=typeof globalThis<'u'?globalThis:_0x24060d||self,_0x24060d['UniverProSheetsChartUiEsES']=_0x5a1fef());}(this,function(){var _0x19fb75=_0x3784;return{'chart':{'insertChart':_0x19fb75(0x122),'editChart':_0x19fb75(0x12f),'openChartPanel':_0x19fb75(0x16a),'deleteChart':_0x19fb75(0x15d),'hideChartPanel':'Hide\x20chart\x20panel','setupChart':_0x19fb75(0x14d),'customChart':_0x19fb75(0x16e),'default':'Default','reset':_0x19fb75(0x1aa),'chartType':'Chart\x20type','themes':_0x19fb75(0x15b),'dataRange':_0x19fb75(0x13a),'stack':_0x19fb75(0x172),'category':_0x19fb75(0x18c),'aggregate':_0x19fb75(0x16b),'allSeries':_0x19fb75(0x13b),'series':_0x19fb75(0x1d8),'addSeries':_0x19fb75(0x178),'moreSettings':_0x19fb75(0x118),'min':_0x19fb75(0x199),'max':_0x19fb75(0x127),'invalidType':{'gaps':'gaps','zero':_0x19fb75(0x151),'connectDataPointsWithStraightLines':_0x19fb75(0x155)},'blank':_0x19fb75(0x179),'seriesBlock':{'format':_0x19fb75(0x198),'dataPointStyle':_0x19fb75(0x189)},'backgroundColor':'Background\x20color','chartBorderColor':'Chart\x20border\x20color','titles':{'title':_0x19fb75(0x148),'mainTitle':_0x19fb75(0x170),'subTitle':_0x19fb75(0x14c),'xAxisTitle':_0x19fb75(0x11b),'yAxisTitle':_0x19fb75(0x166),'rightYAxisTitle':_0x19fb75(0x17d),'titleFormat':_0x19fb75(0x18d),'titleText':_0x19fb75(0x123),'titlePosition':_0x19fb75(0x181),'titleAlign':_0x19fb75(0x1ae)},'axisPositionType':{'start':_0x19fb75(0x17b),'center':_0x19fb75(0x161),'end':'End'},'gradientFill':_0x19fb75(0x140),'settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x19fb75(0x165),'showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':_0x19fb75(0x12d),'inside':'Inside','outside':_0x19fb75(0x1d7),'top':_0x19fb75(0x187),'bottom':'Bottom','left':_0x19fb75(0x120),'right':_0x19fb75(0x12e),'hide':'Hide'},'align':{'left':_0x19fb75(0x120),'center':'Center','right':_0x19fb75(0x12e)},'alignY':{'top':_0x19fb75(0x187),'middle':_0x19fb75(0x1c0),'bottom':'Bottom'},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x19fb75(0x191),'legend':'Legend','legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x19fb75(0x137),'multiple':_0x19fb75(0x164),'close':_0x19fb75(0x1c6)},'legendVisualMapType':{'continuous':_0x19fb75(0x14f),'piecewise':_0x19fb75(0x1d4)},'axes':{'axis':_0x19fb75(0x113),'axisOptions':_0x19fb75(0x185),'horizontalAxis':'Horizontal\x20axis','verticalAxis':'Vertical\x20axis','rightVerticalAxis':_0x19fb75(0x131),'leftAxis':_0x19fb75(0x167),'rightAxis':'Right\x20axis','useRightAxis':_0x19fb75(0x138)},'position':_0x19fb75(0x1d5),'dataLabels':_0x19fb75(0x1cf),'gridlinesAndTicks':_0x19fb75(0x13e),'indicatorLine':_0x19fb75(0x18a),'indicatorLineType':_0x19fb75(0x11f),'indicatorLineColor':_0x19fb75(0x190),'indicatorLabel':_0x19fb75(0x1da),'indicatorValue':'Indicator\x20value','shape':{'polygon':_0x19fb75(0x184),'circle':'Circle','square':_0x19fb75(0x13f),'triangle':_0x19fb75(0x1c3),'diamond':'Diamond','rect':'Rectangle','roundRect':_0x19fb75(0x141),'pin':_0x19fb75(0x14b),'arrow':_0x19fb75(0x159),'none':'None','emptyCircle':_0x19fb75(0x17f),'emptySquare':_0x19fb75(0x1b9),'emptyTriangle':_0x19fb75(0x154),'emptyDiamond':'Empty\x20diamond','emptyRect':_0x19fb75(0x182),'emptyRoundRect':_0x19fb75(0x197),'emptyPin':_0x19fb75(0x15e),'emptyArrow':_0x19fb75(0x124)},'border':_0x19fb75(0x149),'value':'Value','fill':_0x19fb75(0x158),'line':_0x19fb75(0x188),'withOpacity':_0x19fb75(0x15c),'withColor':_0x19fb75(0x1a6),'withThickness':'{0}\x20with\x20thickness','withType':_0x19fb75(0x143),'withSize':'{0}\x20with\x20size','withShape':_0x19fb75(0x126),'withFormat':'{0}\x20with\x20format','dataPoint':_0x19fb75(0x1d3),'dataNodeShape':_0x19fb75(0x11c),'addDataPoint':'Add\x20data\x20point','point':_0x19fb75(0x174),'percentage':_0x19fb75(0x1c9),'lineType':{'line':_0x19fb75(0x188),'smooth':_0x19fb75(0x150),'step':_0x19fb75(0x1c8)},'stackType':{'stack':'Stack','percent':_0x19fb75(0x1ba)},'lineDashType':_0x19fb75(0x18f),'dashType':{'solid':'Solid','dash':_0x19fb75(0x136),'dot':_0x19fb75(0x1b1)},'color':_0x19fb75(0x14a),'gridlines':{'majorGridlines':_0x19fb75(0x125),'text':'Gridlines'},'ticks':{'majorTick':_0x19fb75(0x1b5),'tickPosition':_0x19fb75(0x194),'tickLength':'Tick\x20length'},'none':_0x19fb75(0x1b0),'theIndexItem':_0x19fb75(0x1a9),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x19fb75(0x1c4),'styleEditPanel':{'showLabels':_0x19fb75(0x1be),'showDataLabels':_0x19fb75(0x1b8),'padAngle':_0x19fb75(0x17a),'halfPie':_0x19fb75(0x1cd),'rosePie':_0x19fb75(0x1cb),'pieValScale':'Value\x20scale','pieValSuffix':_0x19fb75(0x132),'pieDigitalFixed':_0x19fb75(0x12b),'showLabelLine':_0x19fb75(0x19a),'reverseAxisOrder':_0x19fb75(0x1c1),'showAxisLine':'Show\x20axis\x20line','labelPosition':_0x19fb75(0x116),'labelText':_0x19fb75(0x1cc),'repeatWordCould':_0x19fb75(0x169),'gap':_0x19fb75(0x13c),'useAbsValue':'Use\x20absolute\x20value','labelRotate':_0x19fb75(0x16c),'wordCloudShape':_0x19fb75(0x1d6),'useDateAxis':_0x19fb75(0x1db),'dateAxisTips':_0x19fb75(0x1bc)},'doughnutHole':_0x19fb75(0x18e),'radar':{'fill':'Fill'},'msg':{'invalidSource':_0x19fb75(0x16d),'emptyTips':_0x19fb75(0x12a),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':_0x19fb75(0x130),'word':_0x19fb75(0x152),'frequency':'Frequency'},'trendline':{'name':'Trendline','displayName':_0x19fb75(0x1a7),'addTrendLine':_0x19fb75(0x115),'trendlineType':'Trendline\x20type','trendlineName':_0x19fb75(0x1a7),'trendlineColor':_0x19fb75(0x1b3),'trendlineThickness':_0x19fb75(0x1ad),'trendlineDashType':'Trendline\x20dash\x20type','exp':'Exponential','linear':_0x19fb75(0x15f),'log':_0x19fb75(0x1a2),'pow':'Power','movingAvg':'Moving\x20average','poly':_0x19fb75(0x160),'order':'Polynomial\x20order','period':'Moving\x20average\x20period','showFormula':_0x19fb75(0x1b6),'showR2':_0x19fb75(0x119),'formula':_0x19fb75(0x1a8),'r2':_0x19fb75(0x139)},'bubble':{'xAxis':_0x19fb75(0x17c),'yAxis':_0x19fb75(0x1b4),'size':_0x19fb75(0x163),'label':'Bubble\x20label','emptyTips':_0x19fb75(0x135)},'relation':{'title':_0x19fb75(0x168),'auto':_0x19fb75(0x12d),'circular':_0x19fb75(0x177),'force':'Force-directed','useValueAsSymbolSize':_0x19fb75(0x175),'layoutType':_0x19fb75(0x157),'forceOptions':_0x19fb75(0x144),'repulsion':_0x19fb75(0x19f),'gravity':'Gravity','edgeLength':_0x19fb75(0x19e),'rotateLabel':_0x19fb75(0x133),'emphasis':_0x19fb75(0x153),'emptyTips':_0x19fb75(0x171)},'waterfall':{'stackType':_0x19fb75(0x16f),'arrangement':_0x19fb75(0x11e),'stacked':'Stacked','positive':_0x19fb75(0x142),'negative':'Negative','subtotal':_0x19fb75(0x1af),'showSubtotal':_0x19fb75(0x18b),'positiveStyle':_0x19fb75(0x1c5),'negativeStyle':_0x19fb75(0x114),'subtotalStyle':_0x19fb75(0x1bb),'positiveLegendText':_0x19fb75(0x1a0),'negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x19fb75(0x176)},'pareto':{'lineName':_0x19fb75(0x192),'lineSeries':_0x19fb75(0x17e),'barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':_0x19fb75(0x1ce),'boxplot':{'min':_0x19fb75(0x121),'q1':_0x19fb75(0x1ca),'median':_0x19fb75(0x156),'q3':_0x19fb75(0x1a4),'max':_0x19fb75(0x180)}},'chartTypes':{'line':_0x19fb75(0x173),'area':'Area\x20chart','areaStacked':'Stacked\x20area\x20chart','areaPercentStacked':_0x19fb75(0x1a5),'column':'Column\x20chart','bar':_0x19fb75(0x1d2),'barStacked':'Stacked\x20bar\x20chart','barPercentStacked':'Percent\x20stacked\x20bar\x20chart','pie':_0x19fb75(0x162),'donut':_0x19fb75(0x117),'scatter':_0x19fb75(0x15a),'radar':'Radar\x20chart','bubble':_0x19fb75(0x129),'stock':'Stock\x20chart','combination':_0x19fb75(0x1dc),'wordCloud':'Word\x20cloud\x20chart','funnel':_0x19fb75(0x14e),'relation':_0x19fb75(0x168),'waterfall':_0x19fb75(0x145),'pareto':_0x19fb75(0x1bf),'sankey':'Sankey\x20chart','heatmap':_0x19fb75(0x11a),'boxplot':_0x19fb75(0x1ac)},'dialog':{'numfmt':{'general':'General','accounting':'Accounting','currency':'Currency','date':'Date','thousandthPercentile':_0x19fb75(0x134),'fieldSetting':_0x19fb75(0x128),'formatTypes':_0x19fb75(0x1ab),'confirm':'OK','cancel':_0x19fb75(0x1b2),'generalDesc':_0x19fb75(0x196),'accountingDesc':_0x19fb75(0x1d9),'currencyDesc':_0x19fb75(0x1c7),'dateDesc':_0x19fb75(0x12c),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':'Decimal\x20Places','currencyTypes':_0x19fb75(0x147),'negativeNumberTypes':'Negative\x20Number\x20Types','dateTypes':_0x19fb75(0x146)},'setFormat':_0x19fb75(0x1a1)}};}));
@@ -1 +1 @@
1
- function _0x28fa(_0x4ec4af,_0x134dfc){_0x4ec4af=_0x4ec4af-0x1a5;var _0x56d3ff=_0x56d3();var _0x28fad2=_0x56d3ff[_0x4ec4af];return _0x28fad2;}function _0x56d3(){var _0x146871=['\x20نطاق\x20خريطة\x20بصرية','موقعیت\x20برچسب','{0}\x20با\x20شکل','میانگین\x20متحرک','تک\x20انتخاب','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','موجب','ضخامت\x20خط\x20روند','رنگ\x20خط\x20نشانگر','سبک\x20نمودار','الربع\x20الأول','لگاریتمی','function','موقعیت\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سهام','نوع\x20خط\x20تیره\x20خط\x20روند','خط\x20تیره','حذف\x20نمودار','النسبة\x20التراكمية','متن\x20برچسب','فلش\x20خالی','15160iBZeIz','مثلث\x20خالی','نقطه‌چین','هیچ','تدوير\x20التسمية','حداقل','نمودار\x20آبشاری','نمط\x20الموجب','موقعیت','محدوده\x20داده','خيارات\x20التوجيه\x20بالقوة','رنگ','التنافر','دوره\x20میانگین\x20متحرک','تلقائي','نام\x20خط\x20روند','درصد','الوسيط','سلسلة\x20النسبة\x20التراكمية','تجمیع','خطی','صاف','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','فرمت\x20عنوان','تاریخ','پایان','تنظیم\x20فرمت\x20برچسب','چندجمله‌ای','انواع\x20تاریخ','تم‌ها','عنوان\x20محور\x20X','ارز','نمودار\x20قیفی','الجاذبية','لغو','داخل','لوزی','عنوان','عنوان\x20محور\x20Y\x20راست','مقیاس\x20مقدار\x20دایره','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','محور\x20راست','{0}\x20با\x20اندازه','محور\x20چپ','محور\x20Y','مرکز','نمودار\x20خطی','نمط\x20المجموع\x20الفرعي','متن\x20عنوان','513038gSJImJ','انباشته','پایین','عمومی','استفاده\x20از\x20محور\x20راست','حاشیه','مكدس','نمایش\x20سلول‌های\x20خالی\x20به\x20صورت','نص\x20وسيلة\x20الإيضاح\x20للسالب','محور\x20تاریخ\x20فقط\x20زمانی\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}','{0}\x20با\x20ضخامت','سالب','بازنشانی','راست','نمودار\x20مساحتی\x20درصد\x20انباشته','ترتيبي','خط\x20نشانگر','چندضلعی','فاصله','تغییر\x20به\x20ردیف/ستون','نمودار\x20پارتو','نمودار\x20میله‌ای','راهنما','نمودار\x20ترکیبی','نمودار\x20ستونی','دسته‌بندی','اعداد\x20ثابت\x20دایره','افزودن\x20نقطه\x20داده','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','9905xqMrGt','مجزأ','فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','مسافة\x20العقدة','تنظیمات\x20بیشتر','انواع\x20ارز','نمودار\x20میله‌ای\x20درصد\x20انباشته','نمایش\x20فرمول','ویرایش\x20نمودار','محور\x20عمودی\x20راست','فلش','1230pxkMOH','باز\x20کردن\x20پنل\x20نمودار','ابر\x20کلمات','برچسب‌های\x20داده','1467120PNtQLr','پیش‌فرض','فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','نوع\x20خط\x20نشانگر','خط\x20روند','3572688DCvNdA','استفاده\x20از\x20محور\x20تاریخ','مخفی','نمودار\x20میله‌ای\x20انباشته','نمایش\x20خط\x20محور','سفارشی‌سازی\x20نمودار','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','مورد\x20{0}','object','نیم‌دایره','محور\x20X','رنگ\x20حاشیه\x20نمودار','مثلث','سوراخ\x20دونات','بالا','نمودار\x20رابطه','پین\x20خالی','{0}\x20با\x20شفافیت','زیرعنوان','عرض\x20المجموع\x20الفرعي','مستطیل\x20گرد','مربع','تکرار','amd','انواع\x20فرمت','تراز\x20عنوان\x20محور','نمودار\x20ابر\x20کلمات','نمایش\x20R\x20مربع','نقشه\x20حرارتی','مخطط\x20الصندوق','چند\x20انتخاب','خارج','R\x20مربع','921188qvnfsd','نقطه\x20داده','کلمه','پین','الربع\x20الثالث','خط\x20کامل','تنظیم\x20نمودار','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','نوع\x20التكديس','طول\x20تیک','المجموع\x20الفرعي','423702bpmZqR'];_0x56d3=function(){return _0x146871;};return _0x56d3();}(function(_0x1dcce3,_0x4ccb63){var _0x1f72e9=_0x28fa,_0x2c6d01=_0x1dcce3();while(!![]){try{var _0x353758=parseInt(_0x1f72e9(0x1d6))/0x1+parseInt(_0x1f72e9(0x231))/0x2+-parseInt(_0x1f72e9(0x1a5))/0x3+parseInt(_0x1f72e9(0x1cb))/0x4+-parseInt(_0x1f72e9(0x200))/0x5+-parseInt(_0x1f72e9(0x264))/0x6*(-parseInt(_0x1f72e9(0x259))/0x7)+-parseInt(_0x1f72e9(0x1aa))/0x8;if(_0x353758===_0x4ccb63)break;else _0x2c6d01['push'](_0x2c6d01['shift']());}catch(_0x2f60d3){_0x2c6d01['push'](_0x2c6d01['shift']());}}}(_0x56d3,0x3ff2f),function(_0x187e74,_0x15840f){var _0x5c511c=_0x28fa;typeof exports==_0x5c511c(0x1b2)&&typeof module<'u'?module[_0x5c511c(0x1e5)]=_0x15840f():typeof define==_0x5c511c(0x1e3)&&define[_0x5c511c(0x1c1)]?define(_0x15840f):(_0x187e74=typeof globalThis<'u'?globalThis:_0x187e74||self,_0x187e74['UniverProSheetsChartUiFaIR']=_0x15840f());}(this,function(){'use strict';var _0x2ed961=_0x28fa;return{'chart':{'insertChart':'درج\x20نمودار','editChart':_0x2ed961(0x261),'openChartPanel':_0x2ed961(0x265),'deleteChart':_0x2ed961(0x1fc),'hideChartPanel':'مخفی\x20کردن\x20پنل\x20نمودار','setupChart':_0x2ed961(0x1d1),'customChart':_0x2ed961(0x1af),'default':_0x2ed961(0x1a6),'reset':_0x2ed961(0x248),'chartType':'نوع\x20نمودار','themes':_0x2ed961(0x21d),'dataRange':_0x2ed961(0x209),'stack':_0x2ed961(0x232),'category':_0x2ed961(0x255),'aggregate':_0x2ed961(0x213),'allSeries':_0x2ed961(0x1e9),'series':_0x2ed961(0x23b),'addSeries':'افزودن\x20سری','moreSettings':_0x2ed961(0x25d),'min':_0x2ed961(0x205),'max':'حداکثر','invalidType':{'gaps':'فاصله‌ها','zero':_0x2ed961(0x1f0),'connectDataPointsWithStraightLines':_0x2ed961(0x1dc)},'blank':_0x2ed961(0x1f1),'seriesBlock':{'format':'فرمت','dataPointStyle':'سبک\x20نقطه\x20داده'},'backgroundColor':'رنگ\x20پس‌زمینه','chartBorderColor':_0x2ed961(0x1b5),'titles':{'title':_0x2ed961(0x225),'mainTitle':'عنوان\x20اصلی','subTitle':_0x2ed961(0x1bc),'xAxisTitle':_0x2ed961(0x21e),'yAxisTitle':'عنوان\x20محور\x20Y','rightYAxisTitle':_0x2ed961(0x226),'titleFormat':_0x2ed961(0x217),'titleText':_0x2ed961(0x230),'titlePosition':_0x2ed961(0x1e4),'titleAlign':_0x2ed961(0x1c3)},'axisPositionType':{'start':'شروع','center':_0x2ed961(0x22d),'end':_0x2ed961(0x219)},'gradientFill':_0x2ed961(0x1f8),'settingsLabels':{'switchToRowOrColumn':_0x2ed961(0x24f),'useAsCategoryLabels':_0x2ed961(0x1d2),'showEmptyCellsAs':_0x2ed961(0x238)},'positionType':{'auto':'خودکار','inside':_0x2ed961(0x223),'outside':_0x2ed961(0x1c9),'top':'بالا','bottom':'پایین','left':'چپ','right':_0x2ed961(0x249),'hide':_0x2ed961(0x1ac)},'align':{'left':'چپ','center':_0x2ed961(0x22d),'right':'راست'},'alignY':{'top':_0x2ed961(0x1b8),'middle':'وسط','bottom':_0x2ed961(0x233)},'chartStyle':_0x2ed961(0x1e0),'chartAndAxisTitles':'عناوین\x20نمودار\x20و\x20محور','legend':_0x2ed961(0x252),'legendSelectMode':_0x2ed961(0x1ee),'legendSelectModeType':{'single':_0x2ed961(0x1db),'multiple':_0x2ed961(0x1c8),'close':'بستن'},'legendVisualMapType':{'continuous':_0x2ed961(0x1ec),'piecewise':_0x2ed961(0x25a)},'axes':{'axis':_0x2ed961(0x1f7),'axisOptions':_0x2ed961(0x1e7),'horizontalAxis':'محور\x20افقی','verticalAxis':'محور\x20عمودی','rightVerticalAxis':_0x2ed961(0x262),'leftAxis':_0x2ed961(0x22b),'rightAxis':_0x2ed961(0x229),'useRightAxis':_0x2ed961(0x235)},'position':_0x2ed961(0x208),'dataLabels':_0x2ed961(0x267),'gridlinesAndTicks':'خطوط\x20شبکه\x20و\x20تیک‌ها','indicatorLine':_0x2ed961(0x24c),'indicatorLineType':_0x2ed961(0x1a8),'indicatorLineColor':_0x2ed961(0x1df),'indicatorLabel':'برچسب\x20نشانگر','indicatorValue':'مقدار\x20نشانگر','shape':{'polygon':_0x2ed961(0x24d),'circle':'دایره','square':_0x2ed961(0x1bf),'triangle':_0x2ed961(0x1b6),'diamond':_0x2ed961(0x224),'rect':_0x2ed961(0x23f),'roundRect':_0x2ed961(0x1be),'pin':_0x2ed961(0x1ce),'arrow':_0x2ed961(0x263),'none':'هیچ','emptyCircle':_0x2ed961(0x240),'emptySquare':'مربع\x20خالی','emptyTriangle':_0x2ed961(0x201),'emptyDiamond':'لوزی\x20خالی','emptyRect':'مستطیل\x20خالی','emptyRoundRect':'مستطیل\x20گرد\x20خالی','emptyPin':_0x2ed961(0x1ba),'emptyArrow':_0x2ed961(0x1ff)},'border':_0x2ed961(0x236),'value':'مقدار','fill':_0x2ed961(0x241),'line':'خط','withOpacity':_0x2ed961(0x1bb),'withColor':'{0}\x20با\x20رنگ','withThickness':_0x2ed961(0x246),'withType':'{0}\x20با\x20نوع','withSize':_0x2ed961(0x22a),'withShape':_0x2ed961(0x1d9),'withFormat':'{0}\x20با\x20فرمت','dataPoint':_0x2ed961(0x1cc),'dataNodeShape':'شکل\x20گره\x20داده','addDataPoint':_0x2ed961(0x257),'point':'نقطه','percentage':_0x2ed961(0x210),'lineType':{'line':'خط','smooth':_0x2ed961(0x215),'step':'پله‌ای'},'stackType':{'stack':_0x2ed961(0x232),'percent':'درصد\x20انباشته'},'lineDashType':_0x2ed961(0x23c),'dashType':{'solid':_0x2ed961(0x1d0),'dash':_0x2ed961(0x1fb),'dot':_0x2ed961(0x202)},'color':_0x2ed961(0x20b),'gridlines':{'majorGridlines':'خطوط\x20شبکه\x20اصلی','text':'خطوط\x20شبکه'},'ticks':{'majorTick':'تیک\x20اصلی','tickPosition':'موقعیت\x20تیک','tickLength':_0x2ed961(0x1d4)},'none':_0x2ed961(0x203),'theIndexItem':_0x2ed961(0x1b1),'seriesDefaultName':'سری\x20{0}','categoryDefaultName':_0x2ed961(0x245),'styleEditPanel':{'showLabels':'نمایش\x20برچسب‌ها','showDataLabels':'نمایش\x20برچسب‌های\x20داده','padAngle':_0x2ed961(0x1e8),'halfPie':_0x2ed961(0x1b3),'rosePie':'دایره\x20گلبرگی','pieValScale':_0x2ed961(0x227),'pieValSuffix':_0x2ed961(0x1f6),'pieDigitalFixed':_0x2ed961(0x256),'showLabelLine':'نمایش\x20خط\x20برچسب','reverseAxisOrder':_0x2ed961(0x1f4),'showAxisLine':_0x2ed961(0x1ae),'labelPosition':_0x2ed961(0x1d8),'labelText':_0x2ed961(0x1fe),'repeatWordCould':'تکرار\x20ابر\x20کلمات','gap':_0x2ed961(0x24e),'useAbsValue':_0x2ed961(0x1f5),'labelRotate':'چرخش\x20برچسب','wordCloudShape':'شکل\x20ابر\x20کلمات','useDateAxis':_0x2ed961(0x1ab),'dateAxisTips':_0x2ed961(0x23a)},'doughnutHole':_0x2ed961(0x1b7),'radar':{'fill':_0x2ed961(0x241)},'msg':{'invalidSource':'منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','emptyTips':_0x2ed961(0x1b0),'sankeyCircularTips':_0x2ed961(0x228)},'cloud':{'title':_0x2ed961(0x266),'word':_0x2ed961(0x1cd),'frequency':_0x2ed961(0x1c0)},'trendline':{'name':_0x2ed961(0x1a9),'displayName':'نام\x20خط\x20روند','addTrendLine':_0x2ed961(0x23d),'trendlineType':_0x2ed961(0x1ed),'trendlineName':_0x2ed961(0x20f),'trendlineColor':_0x2ed961(0x1e6),'trendlineThickness':_0x2ed961(0x1de),'trendlineDashType':_0x2ed961(0x1fa),'exp':_0x2ed961(0x243),'linear':_0x2ed961(0x214),'log':_0x2ed961(0x1e2),'pow':_0x2ed961(0x1ef),'movingAvg':_0x2ed961(0x1da),'poly':_0x2ed961(0x21b),'order':'ترتیب\x20چندجمله‌ای','period':_0x2ed961(0x20d),'showFormula':_0x2ed961(0x260),'showR2':_0x2ed961(0x1c5),'formula':'فرمول','r2':_0x2ed961(0x1ca)},'bubble':{'xAxis':_0x2ed961(0x1b4),'yAxis':_0x2ed961(0x22c),'size':'اندازه\x20حباب','label':'برچسب\x20حباب','emptyTips':_0x2ed961(0x258)},'relation':{'title':'مخطط\x20العلاقة','auto':_0x2ed961(0x20e),'circular':_0x2ed961(0x1f3),'force':'موجه\x20بالقوة','useValueAsSymbolSize':_0x2ed961(0x244),'layoutType':'نوع\x20التخطيط','forceOptions':_0x2ed961(0x20a),'repulsion':_0x2ed961(0x20c),'gravity':_0x2ed961(0x221),'edgeLength':_0x2ed961(0x25c),'rotateLabel':_0x2ed961(0x204),'emphasis':_0x2ed961(0x242),'emptyTips':'مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني'},'waterfall':{'stackType':_0x2ed961(0x1d3),'arrangement':_0x2ed961(0x24b),'stacked':_0x2ed961(0x237),'positive':_0x2ed961(0x1dd),'negative':_0x2ed961(0x247),'subtotal':_0x2ed961(0x1d5),'showSubtotal':_0x2ed961(0x1bd),'positiveStyle':_0x2ed961(0x207),'negativeStyle':'نمط\x20السالب','subtotalStyle':_0x2ed961(0x22f),'positiveLegendText':_0x2ed961(0x1ea),'negativeLegendText':_0x2ed961(0x239),'subtotalLegendText':_0x2ed961(0x1eb)},'pareto':{'lineName':_0x2ed961(0x1fd),'lineSeries':_0x2ed961(0x212),'barSeries':'سلسلة\x20المخطط\x20العمودي'},'visualMapScope':_0x2ed961(0x1d7),'boxplot':{'min':'القيمة\x20الدنيا','q1':_0x2ed961(0x1e1),'median':_0x2ed961(0x211),'q3':_0x2ed961(0x1cf),'max':_0x2ed961(0x23e)}},'chartTypes':{'line':_0x2ed961(0x22e),'area':_0x2ed961(0x1f2),'areaStacked':'نمودار\x20مساحتی\x20انباشته','areaPercentStacked':_0x2ed961(0x24a),'column':_0x2ed961(0x254),'bar':_0x2ed961(0x251),'barStacked':_0x2ed961(0x1ad),'barPercentStacked':_0x2ed961(0x25f),'pie':'نمودار\x20دایره‌ای','donut':'نمودار\x20دونات','scatter':'نمودار\x20پراکندگی','radar':'نمودار\x20راداری','bubble':'نمودار\x20حبابی','stock':_0x2ed961(0x1f9),'combination':_0x2ed961(0x253),'wordCloud':_0x2ed961(0x1c4),'funnel':_0x2ed961(0x220),'relation':_0x2ed961(0x1b9),'waterfall':_0x2ed961(0x206),'pareto':_0x2ed961(0x250),'sankey':'نمودار\x20سانکی','heatmap':_0x2ed961(0x1c6),'boxplot':_0x2ed961(0x1c7)},'dialog':{'numfmt':{'general':_0x2ed961(0x234),'accounting':'حسابداری','currency':_0x2ed961(0x21f),'date':_0x2ed961(0x218),'thousandthPercentile':'درصد\x20هزارم','fieldSetting':'تنظیمات\x20فیلد','formatTypes':_0x2ed961(0x1c2),'confirm':'تایید','cancel':_0x2ed961(0x222),'generalDesc':_0x2ed961(0x216),'accountingDesc':_0x2ed961(0x25b),'currencyDesc':_0x2ed961(0x1a7),'dateDesc':'فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','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':'محل\x20اعشار','currencyTypes':_0x2ed961(0x25e),'negativeNumberTypes':'انواع\x20اعداد\x20منفی','dateTypes':_0x2ed961(0x21c)},'setFormat':_0x2ed961(0x21a)}};}));
1
+ function _0x42d9(_0x5f4833,_0x4f46cb){_0x5f4833=_0x5f4833-0x120;var _0x3aa533=_0x3aa5();var _0x42d975=_0x3aa533[_0x5f4833];return _0x42d975;}function _0x3aa5(){var _0x225e59=['نمودار\x20ترکیبی','موجب','مورد\x20{0}','معکوس\x20کردن\x20ترتیب\x20محور','محدوده\x20داده','نمط\x20السالب','مرکز','برچسب\x20حباب','موقعیت\x20برچسب','مقیاس\x20مقدار\x20دایره','نمایش\x20R\x20مربع','تنظیمات\x20بیشتر','محور\x20X','نوع\x20خط\x20تیره\x20خط\x20روند','پین\x20خالی','استفاده\x20از\x20مقدار\x20مطلق','حداکثر','موقعیت\x20تیک','چند\x20انتخاب','وسط','عنوان\x20اصلی','مستطیل\x20گرد\x20خالی','تک\x20انتخاب','کلمه','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','عناوین\x20نمودار\x20و\x20محور','نمایی','تاریخ','دائري','افزودن\x20خط\x20روند','نمودار\x20راداری','پسوند\x20مقدار\x20دایره','ویرایش\x20نمودار','نمودار\x20میله‌ای\x20درصد\x20انباشته','عنوان\x20محور\x20X','تمام\x20سری‌ها','مقدار\x20نشانگر','بالا','نمودار\x20پارتو','نمایش\x20فرمول','نقطه','تغییر\x20به\x20ردیف/ستون','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','پر\x20کردن','المجموع\x20الفرعي','برچسب\x20نشانگر','طول\x20تیک','نمط\x20الموجب','پایین','نمودار\x20مساحتی\x20انباشته','فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','نوع\x20خط\x20نشانگر','صاف','زاویه\x20پد\x20برچسب','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','چرخش\x20برچسب','موقعیت\x20عنوان','نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي','نمودار\x20آبشاری','نمایش\x20سلول‌های\x20خالی\x20به\x20صورت','4mpmzPZ','حداقل','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دسته‌بندی','907233aeoMtI','انباشته','سوراخ\x20دونات','النسبة\x20التراكمية','لگاریتمی','پایان','محور\x20چپ','سری','انواع\x20ارز','نمودار\x20ستونی','نیم‌دایره','حسابداری','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','فاصله','القيمة\x20الدنيا','شکل\x20ابر\x20کلمات','نوع\x20التكديس','amd','منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','نمودار\x20دونات','خطوط\x20شبکه\x20اصلی','چندجمله‌ای','راهنما','پله‌ای','محور\x20راست','گزینه‌های\x20محور','1848gyUYzr','{0}\x20با\x20نوع','مستطیل\x20گرد','714Dkevrc','نقطه‌چین','انواع\x20فرمت','ابر\x20کلمات','هیچ','درج\x20نمودار','استفاده\x20از\x20محور\x20تاریخ','عرض\x20المجموع\x20الفرعي','خطی','object','{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راهنما','4203840gesyBH','28080POIZLE','خط\x20کامل','فاصله‌ها','متن\x20برچسب','5664DSfcvu','حذف\x20نمودار','التنافر','نمودار\x20پراکندگی','افزودن\x20نقطه\x20داده','تکرار\x20ابر\x20کلمات','تم‌ها','زیرعنوان','مخطط\x20الصندوق','محور','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','نمایش\x20برچسب‌ها','صفر','نمودار\x20میله‌ای','فلش','محور\x20عمودی','محور\x20Y','ترتیب\x20چندجمله‌ای','ارز','برچسب‌های\x20داده','انواع\x20تاریخ','پین','باز\x20کردن\x20پنل\x20نمودار','محور\x20افقی','راست','533209BXMYaa','تنظیم\x20نمودار','چندضلعی','رنگ\x20خط\x20روند','نمودار\x20ابر\x20کلمات','مستطیل','درصد\x20هزارم','الربع\x20الأول','سبک\x20نمودار','پیش‌فرض','نمایش\x20خط\x20محور','نام\x20خط\x20روند','لوزی','تیک\x20اصلی','نمودار\x20خطی','حاشیه','نوع\x20خط\x20روند','function','تکرار','لغو','خط\x20نشانگر','عنوان\x20محور\x20Y\x20راست','انواع\x20اعداد\x20منفی','نمودار\x20مساحتی','موقعیت','سلسلة\x20المخطط\x20العمودي','دوره\x20میانگین\x20متحرک','مربع','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','خطوط\x20شبکه','فرمول','خط\x20تیره','نقشه\x20حرارتی','تجمیع','رنگ','نمایش\x20خط\x20برچسب','موجه\x20بالقوة','دایره\x20خالی','فلش\x20خالی','داخل','محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20داده‌ها\x20به\x20صورت\x20تاریخ\x20باشند','{0}\x20با\x20ضخامت','متن\x20عنوان','{0}\x20با\x20شفافیت','پر\x20کردن\x20گرادیان','نمودار\x20رابطه','رنگ\x20پس‌زمینه','99225HIEiKE','{0}\x20با\x20فرمت','نمودار\x20مساحتی\x20درصد\x20انباشته','نمودار\x20سهام','{0}\x20با\x20اندازه','محور\x20عمودی\x20راست','مثلث\x20خالی','درصد','مستطیل\x20خالی','دسته‌بندی','نوع\x20التخطيط','تراز\x20عنوان\x20محور','فرمت','مثلث','\x20نطاق\x20خريطة\x20بصرية','ترتيبي','مستمر','عنوان','القيمة\x20العليا','1318704sIaBzW','توان','اعداد\x20ثابت\x20دایره','تایید','نوع\x20نمودار'];_0x3aa5=function(){return _0x225e59;};return _0x3aa5();}(function(_0x15f68e,_0x4a33b7){var _0x17a063=_0x42d9,_0x1d3dfa=_0x15f68e();while(!![]){try{var _0x44f02d=parseInt(_0x17a063(0x12c))/0x1+-parseInt(_0x17a063(0x16e))/0x2+parseInt(_0x17a063(0x1b2))/0x3*(parseInt(_0x17a063(0x1af))/0x4)+-parseInt(_0x17a063(0x15b))/0x5+parseInt(_0x17a063(0x1ec))/0x6*(-parseInt(_0x17a063(0x1cf))/0x7)+parseInt(_0x17a063(0x1cc))/0x8*(parseInt(_0x17a063(0x1e8))/0x9)+-parseInt(_0x17a063(0x1e7))/0xa;if(_0x44f02d===_0x4a33b7)break;else _0x1d3dfa['push'](_0x1d3dfa['shift']());}catch(_0x2ca079){_0x1d3dfa['push'](_0x1d3dfa['shift']());}}}(_0x3aa5,0x58017),function(_0x1e0067,_0x3faaae){var _0x32ed84=_0x42d9;typeof exports==_0x32ed84(0x1d8)&&typeof module<'u'?module['exports']=_0x3faaae():typeof define==_0x32ed84(0x13d)&&define[_0x32ed84(0x1c3)]?define([],_0x3faaae):(_0x1e0067=typeof globalThis<'u'?globalThis:_0x1e0067||self,_0x1e0067['UniverProSheetsChartUiFaIR']=_0x3faaae());}(this,function(){var _0x1a7c70=_0x42d9;return{'chart':{'insertChart':_0x1a7c70(0x1d4),'editChart':_0x1a7c70(0x193),'openChartPanel':_0x1a7c70(0x129),'deleteChart':_0x1a7c70(0x1ed),'hideChartPanel':'مخفی\x20کردن\x20پنل\x20نمودار','setupChart':_0x1a7c70(0x12d),'customChart':'سفارشی‌سازی\x20نمودار','default':_0x1a7c70(0x135),'reset':'بازنشانی','chartType':_0x1a7c70(0x172),'themes':_0x1a7c70(0x1f2),'dataRange':_0x1a7c70(0x177),'stack':'انباشته','category':_0x1a7c70(0x164),'aggregate':_0x1a7c70(0x14d),'allSeries':_0x1a7c70(0x196),'series':_0x1a7c70(0x1b9),'addSeries':_0x1a7c70(0x1dd),'moreSettings':_0x1a7c70(0x17e),'min':_0x1a7c70(0x1b0),'max':_0x1a7c70(0x183),'invalidType':{'gaps':_0x1a7c70(0x1ea),'zero':_0x1a7c70(0x1f8),'connectDataPointsWithStraightLines':'اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم'},'blank':'(خالی)','seriesBlock':{'format':_0x1a7c70(0x167),'dataPointStyle':'سبک\x20نقطه\x20داده'},'backgroundColor':_0x1a7c70(0x15a),'chartBorderColor':'رنگ\x20حاشیه\x20نمودار','titles':{'title':_0x1a7c70(0x16c),'mainTitle':_0x1a7c70(0x187),'subTitle':_0x1a7c70(0x1f3),'xAxisTitle':_0x1a7c70(0x195),'yAxisTitle':'عنوان\x20محور\x20Y','rightYAxisTitle':_0x1a7c70(0x141),'titleFormat':_0x1a7c70(0x1e0),'titleText':_0x1a7c70(0x156),'titlePosition':_0x1a7c70(0x1ab),'titleAlign':_0x1a7c70(0x166)},'axisPositionType':{'start':_0x1a7c70(0x1e3),'center':_0x1a7c70(0x179),'end':_0x1a7c70(0x1b7)},'gradientFill':_0x1a7c70(0x158),'settingsLabels':{'switchToRowOrColumn':_0x1a7c70(0x19c),'useAsCategoryLabels':_0x1a7c70(0x1b1),'showEmptyCellsAs':_0x1a7c70(0x1ae)},'positionType':{'auto':'خودکار','inside':_0x1a7c70(0x153),'outside':'خارج','top':'بالا','bottom':_0x1a7c70(0x1a3),'left':'چپ','right':_0x1a7c70(0x12b),'hide':'مخفی'},'align':{'left':'چپ','center':'مرکز','right':_0x1a7c70(0x12b)},'alignY':{'top':_0x1a7c70(0x198),'middle':_0x1a7c70(0x186),'bottom':'پایین'},'chartStyle':_0x1a7c70(0x134),'chartAndAxisTitles':_0x1a7c70(0x18c),'legend':_0x1a7c70(0x1c8),'legendSelectMode':_0x1a7c70(0x1e6),'legendSelectModeType':{'single':_0x1a7c70(0x189),'multiple':_0x1a7c70(0x185),'close':'بستن'},'legendVisualMapType':{'continuous':_0x1a7c70(0x16b),'piecewise':'مجزأ'},'axes':{'axis':_0x1a7c70(0x1f5),'axisOptions':_0x1a7c70(0x1cb),'horizontalAxis':_0x1a7c70(0x12a),'verticalAxis':_0x1a7c70(0x122),'rightVerticalAxis':_0x1a7c70(0x160),'leftAxis':_0x1a7c70(0x1b8),'rightAxis':_0x1a7c70(0x1ca),'useRightAxis':'استفاده\x20از\x20محور\x20راست'},'position':_0x1a7c70(0x144),'dataLabels':_0x1a7c70(0x126),'gridlinesAndTicks':'خطوط\x20شبکه\x20و\x20تیک‌ها','indicatorLine':_0x1a7c70(0x140),'indicatorLineType':_0x1a7c70(0x1a6),'indicatorLineColor':'رنگ\x20خط\x20نشانگر','indicatorLabel':_0x1a7c70(0x1a0),'indicatorValue':_0x1a7c70(0x197),'shape':{'polygon':_0x1a7c70(0x12e),'circle':'دایره','square':_0x1a7c70(0x147),'triangle':_0x1a7c70(0x168),'diamond':_0x1a7c70(0x138),'rect':_0x1a7c70(0x131),'roundRect':_0x1a7c70(0x1ce),'pin':_0x1a7c70(0x128),'arrow':_0x1a7c70(0x121),'none':_0x1a7c70(0x1d3),'emptyCircle':_0x1a7c70(0x151),'emptySquare':'مربع\x20خالی','emptyTriangle':_0x1a7c70(0x161),'emptyDiamond':'لوزی\x20خالی','emptyRect':_0x1a7c70(0x163),'emptyRoundRect':_0x1a7c70(0x188),'emptyPin':_0x1a7c70(0x181),'emptyArrow':_0x1a7c70(0x152)},'border':_0x1a7c70(0x13b),'value':'مقدار','fill':_0x1a7c70(0x19e),'line':'خط','withOpacity':_0x1a7c70(0x157),'withColor':'{0}\x20با\x20رنگ','withThickness':_0x1a7c70(0x155),'withType':_0x1a7c70(0x1cd),'withSize':_0x1a7c70(0x15f),'withShape':_0x1a7c70(0x1d9),'withFormat':_0x1a7c70(0x15c),'dataPoint':_0x1a7c70(0x1de),'dataNodeShape':_0x1a7c70(0x1e1),'addDataPoint':_0x1a7c70(0x1f0),'point':_0x1a7c70(0x19b),'percentage':_0x1a7c70(0x162),'lineType':{'line':'خط','smooth':_0x1a7c70(0x1a7),'step':_0x1a7c70(0x1c9)},'stackType':{'stack':_0x1a7c70(0x1b3),'percent':_0x1a7c70(0x1dc)},'lineDashType':'نوع\x20خط\x20تیره','dashType':{'solid':_0x1a7c70(0x1e9),'dash':_0x1a7c70(0x14b),'dot':_0x1a7c70(0x1d0)},'color':_0x1a7c70(0x14e),'gridlines':{'majorGridlines':_0x1a7c70(0x1c6),'text':_0x1a7c70(0x149)},'ticks':{'majorTick':_0x1a7c70(0x139),'tickPosition':_0x1a7c70(0x184),'tickLength':_0x1a7c70(0x1a1)},'none':_0x1a7c70(0x1d3),'theIndexItem':_0x1a7c70(0x175),'seriesDefaultName':'سری\x20{0}','categoryDefaultName':'دسته‌بندی\x20{0}','styleEditPanel':{'showLabels':_0x1a7c70(0x1f7),'showDataLabels':'نمایش\x20برچسب‌های\x20داده','padAngle':_0x1a7c70(0x1a8),'halfPie':_0x1a7c70(0x1bc),'rosePie':'دایره\x20گلبرگی','pieValScale':_0x1a7c70(0x17c),'pieValSuffix':_0x1a7c70(0x192),'pieDigitalFixed':_0x1a7c70(0x170),'showLabelLine':_0x1a7c70(0x14f),'reverseAxisOrder':_0x1a7c70(0x176),'showAxisLine':_0x1a7c70(0x136),'labelPosition':_0x1a7c70(0x17b),'labelText':_0x1a7c70(0x1eb),'repeatWordCould':_0x1a7c70(0x1f1),'gap':_0x1a7c70(0x1bf),'useAbsValue':_0x1a7c70(0x182),'labelRotate':_0x1a7c70(0x1aa),'wordCloudShape':_0x1a7c70(0x1c1),'useDateAxis':_0x1a7c70(0x1d5),'dateAxisTips':_0x1a7c70(0x154)},'doughnutHole':_0x1a7c70(0x1b4),'radar':{'fill':_0x1a7c70(0x19e)},'msg':{'invalidSource':_0x1a7c70(0x1c4),'emptyTips':_0x1a7c70(0x1f6),'sankeyCircularTips':'نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد'},'cloud':{'title':_0x1a7c70(0x1d2),'word':_0x1a7c70(0x18a),'frequency':_0x1a7c70(0x13e)},'trendline':{'name':'خط\x20روند','displayName':'نام\x20خط\x20روند','addTrendLine':_0x1a7c70(0x190),'trendlineType':_0x1a7c70(0x13c),'trendlineName':_0x1a7c70(0x137),'trendlineColor':_0x1a7c70(0x12f),'trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':_0x1a7c70(0x180),'exp':_0x1a7c70(0x18d),'linear':_0x1a7c70(0x1d7),'log':_0x1a7c70(0x1b6),'pow':_0x1a7c70(0x16f),'movingAvg':'میانگین\x20متحرک','poly':_0x1a7c70(0x1c7),'order':_0x1a7c70(0x124),'period':_0x1a7c70(0x146),'showFormula':_0x1a7c70(0x19a),'showR2':_0x1a7c70(0x17d),'formula':_0x1a7c70(0x14a),'r2':'R\x20مربع'},'bubble':{'xAxis':_0x1a7c70(0x17f),'yAxis':_0x1a7c70(0x123),'size':_0x1a7c70(0x1e5),'label':_0x1a7c70(0x17a),'emptyTips':_0x1a7c70(0x19d)},'relation':{'title':_0x1a7c70(0x1e2),'auto':'تلقائي','circular':_0x1a7c70(0x18f),'force':_0x1a7c70(0x150),'useValueAsSymbolSize':_0x1a7c70(0x1db),'layoutType':_0x1a7c70(0x165),'forceOptions':'خيارات\x20التوجيه\x20بالقوة','repulsion':_0x1a7c70(0x1ee),'gravity':'الجاذبية','edgeLength':'مسافة\x20العقدة','rotateLabel':'تدوير\x20التسمية','emphasis':_0x1a7c70(0x148),'emptyTips':_0x1a7c70(0x1a9)},'waterfall':{'stackType':_0x1a7c70(0x1c2),'arrangement':_0x1a7c70(0x16a),'stacked':'مكدس','positive':_0x1a7c70(0x174),'negative':'سالب','subtotal':_0x1a7c70(0x19f),'showSubtotal':_0x1a7c70(0x1d6),'positiveStyle':_0x1a7c70(0x1a2),'negativeStyle':_0x1a7c70(0x178),'subtotalStyle':'نمط\x20المجموع\x20الفرعي','positiveLegendText':'نص\x20وسيلة\x20الإيضاح\x20للموجب','negativeLegendText':'نص\x20وسيلة\x20الإيضاح\x20للسالب','subtotalLegendText':_0x1a7c70(0x1ac)},'pareto':{'lineName':_0x1a7c70(0x1b5),'lineSeries':_0x1a7c70(0x1da),'barSeries':_0x1a7c70(0x145)},'visualMapScope':_0x1a7c70(0x169),'boxplot':{'min':_0x1a7c70(0x1c0),'q1':_0x1a7c70(0x133),'median':'الوسيط','q3':'الربع\x20الثالث','max':_0x1a7c70(0x16d)}},'chartTypes':{'line':_0x1a7c70(0x13a),'area':_0x1a7c70(0x143),'areaStacked':_0x1a7c70(0x1a4),'areaPercentStacked':_0x1a7c70(0x15d),'column':_0x1a7c70(0x1bb),'bar':_0x1a7c70(0x120),'barStacked':'نمودار\x20میله‌ای\x20انباشته','barPercentStacked':_0x1a7c70(0x194),'pie':'نمودار\x20دایره‌ای','donut':_0x1a7c70(0x1c5),'scatter':_0x1a7c70(0x1ef),'radar':_0x1a7c70(0x191),'bubble':'نمودار\x20حبابی','stock':_0x1a7c70(0x15e),'combination':_0x1a7c70(0x173),'wordCloud':_0x1a7c70(0x130),'funnel':_0x1a7c70(0x1df),'relation':_0x1a7c70(0x159),'waterfall':_0x1a7c70(0x1ad),'pareto':_0x1a7c70(0x199),'sankey':'نمودار\x20سانکی','heatmap':_0x1a7c70(0x14c),'boxplot':_0x1a7c70(0x1f4)},'dialog':{'numfmt':{'general':'عمومی','accounting':_0x1a7c70(0x1bd),'currency':_0x1a7c70(0x125),'date':_0x1a7c70(0x18e),'thousandthPercentile':_0x1a7c70(0x132),'fieldSetting':'تنظیمات\x20فیلد','formatTypes':_0x1a7c70(0x1d1),'confirm':_0x1a7c70(0x171),'cancel':_0x1a7c70(0x13f),'generalDesc':'فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','accountingDesc':_0x1a7c70(0x1a5),'currencyDesc':_0x1a7c70(0x1e4),'dateDesc':_0x1a7c70(0x1be),'thousandthPercentileDesc':_0x1a7c70(0x18b),'decimalPlaces':'محل\x20اعشار','currencyTypes':_0x1a7c70(0x1ba),'negativeNumberTypes':_0x1a7c70(0x142),'dateTypes':_0x1a7c70(0x127)},'setFormat':'تنظیم\x20فرمت\x20برچسب'}};}));
@@ -1 +1 @@
1
- function _0x2d52(_0x5b97f3,_0x26f58f){_0x5b97f3=_0x5b97f3-0xb8;var _0x3c598f=_0x3c59();var _0x2d5234=_0x3c598f[_0x5b97f3];return _0x2d5234;}(function(_0xf04f7,_0x314a35){var _0x196bdd=_0x2d52,_0x411f3c=_0xf04f7();while(!![]){try{var _0x15e062=parseInt(_0x196bdd(0xd4))/0x1*(parseInt(_0x196bdd(0xc9))/0x2)+-parseInt(_0x196bdd(0x13d))/0x3*(-parseInt(_0x196bdd(0x147))/0x4)+-parseInt(_0x196bdd(0x113))/0x5+-parseInt(_0x196bdd(0x12a))/0x6+parseInt(_0x196bdd(0xbb))/0x7+-parseInt(_0x196bdd(0x139))/0x8*(parseInt(_0x196bdd(0xc6))/0x9)+-parseInt(_0x196bdd(0x166))/0xa;if(_0x15e062===_0x314a35)break;else _0x411f3c['push'](_0x411f3c['shift']());}catch(_0x290c01){_0x411f3c['push'](_0x411f3c['shift']());}}}(_0x3c59,0x43853),function(_0x1cd59d,_0x2a23f0){var _0x416003=_0x2d52;typeof exports==_0x416003(0x12e)&&typeof module<'u'?module['exports']=_0x2a23f0():typeof define==_0x416003(0x181)&&define[_0x416003(0x15b)]?define(_0x2a23f0):(_0x1cd59d=typeof globalThis<'u'?globalThis:_0x1cd59d||self,_0x1cd59d[_0x416003(0xc4)]=_0x2a23f0());}(this,function(){'use strict';var _0x359c79=_0x2d52;return{'chart':{'insertChart':_0x359c79(0xd8),'editChart':_0x359c79(0x160),'openChartPanel':'Ouvrir\x20le\x20panneau\x20de\x20graphique','deleteChart':_0x359c79(0x10e),'hideChartPanel':_0x359c79(0xde),'setupChart':_0x359c79(0x114),'customChart':_0x359c79(0xe0),'default':_0x359c79(0xf4),'reset':_0x359c79(0x11d),'chartType':'Type\x20de\x20graphique','themes':_0x359c79(0x108),'dataRange':_0x359c79(0xbe),'stack':_0x359c79(0x171),'category':'Catégorie','aggregate':_0x359c79(0xfb),'allSeries':'Toutes\x20les\x20séries','series':_0x359c79(0x117),'addSeries':_0x359c79(0x17d),'moreSettings':_0x359c79(0x10d),'min':_0x359c79(0x15d),'max':_0x359c79(0x190),'invalidType':{'gaps':_0x359c79(0x161),'zero':_0x359c79(0x138),'connectDataPointsWithStraightLines':'Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites'},'blank':_0x359c79(0x17e),'seriesBlock':{'format':_0x359c79(0xf7),'dataPointStyle':_0x359c79(0xbf)},'backgroundColor':_0x359c79(0x118),'chartBorderColor':_0x359c79(0x16e),'titles':{'title':_0x359c79(0x112),'mainTitle':_0x359c79(0x165),'subTitle':_0x359c79(0xe2),'xAxisTitle':'Titre\x20de\x20l’axe\x20X','yAxisTitle':_0x359c79(0x109),'rightYAxisTitle':_0x359c79(0xf0),'titleFormat':_0x359c79(0xc3),'titleText':'Texte\x20du\x20titre','titlePosition':_0x359c79(0x182),'titleAlign':_0x359c79(0x115)},'axisPositionType':{'start':'Début','center':_0x359c79(0xe5),'end':'Fin'},'gradientFill':_0x359c79(0x179),'settingsLabels':{'switchToRowOrColumn':_0x359c79(0xc2),'useAsCategoryLabels':_0x359c79(0xc7),'showEmptyCellsAs':_0x359c79(0xdb)},'positionType':{'auto':_0x359c79(0x157),'inside':_0x359c79(0x169),'outside':_0x359c79(0x14d),'top':_0x359c79(0x177),'bottom':'Bas','left':_0x359c79(0x10c),'right':_0x359c79(0x183),'hide':_0x359c79(0x186)},'align':{'left':_0x359c79(0x10c),'center':_0x359c79(0xe5),'right':_0x359c79(0x183)},'alignY':{'top':_0x359c79(0x177),'middle':_0x359c79(0x106),'bottom':_0x359c79(0x152)},'chartStyle':_0x359c79(0x178),'chartAndAxisTitles':_0x359c79(0x18f),'legend':'Légende','legendSelectMode':_0x359c79(0x11b),'legendSelectModeType':{'single':_0x359c79(0xf3),'multiple':_0x359c79(0x13a),'close':_0x359c79(0x14e)},'legendVisualMapType':{'continuous':_0x359c79(0xfa),'piecewise':_0x359c79(0xd3)},'axes':{'axis':'Axe','axisOptions':_0x359c79(0xbd),'horizontalAxis':_0x359c79(0x122),'verticalAxis':_0x359c79(0x135),'rightVerticalAxis':_0x359c79(0x13f),'leftAxis':_0x359c79(0x128),'rightAxis':_0x359c79(0xcf),'useRightAxis':_0x359c79(0xd5)},'position':_0x359c79(0x12f),'dataLabels':'Étiquettes\x20de\x20données','gridlinesAndTicks':'Lignes\x20de\x20grille\x20et\x20graduations','indicatorLine':_0x359c79(0xd2),'indicatorLineType':_0x359c79(0xf8),'indicatorLineColor':_0x359c79(0xec),'indicatorLabel':_0x359c79(0x13c),'indicatorValue':_0x359c79(0x104),'shape':{'polygon':_0x359c79(0xf6),'circle':_0x359c79(0x133),'square':_0x359c79(0xef),'triangle':_0x359c79(0xe1),'diamond':_0x359c79(0xf5),'rect':_0x359c79(0x124),'roundRect':'Rectangle\x20arrondi','pin':_0x359c79(0xe6),'arrow':_0x359c79(0x173),'none':_0x359c79(0xea),'emptyCircle':_0x359c79(0x11f),'emptySquare':'Carré\x20vide','emptyTriangle':_0x359c79(0x185),'emptyDiamond':_0x359c79(0xbc),'emptyRect':_0x359c79(0x158),'emptyRoundRect':_0x359c79(0x146),'emptyPin':_0x359c79(0x144),'emptyArrow':_0x359c79(0x16b)},'border':_0x359c79(0x154),'value':_0x359c79(0x100),'fill':_0x359c79(0x15e),'line':'Ligne','withOpacity':_0x359c79(0x14f),'withColor':'{0}\x20avec\x20couleur','withThickness':_0x359c79(0x175),'withType':'{0}\x20avec\x20type','withSize':_0x359c79(0x143),'withShape':'{0}\x20avec\x20forme','withFormat':_0x359c79(0xd6),'dataPoint':'Point\x20de\x20données','dataNodeShape':_0x359c79(0x145),'addDataPoint':_0x359c79(0xed),'point':'Point','percentage':_0x359c79(0x141),'lineType':{'line':_0x359c79(0x170),'smooth':_0x359c79(0x120),'step':'Étape'},'stackType':{'stack':_0x359c79(0x171),'percent':_0x359c79(0x129)},'lineDashType':_0x359c79(0x11c),'dashType':{'solid':_0x359c79(0xf2),'dash':_0x359c79(0x150),'dot':_0x359c79(0x187)},'color':_0x359c79(0x164),'gridlines':{'majorGridlines':_0x359c79(0x16a),'text':_0x359c79(0x12b)},'ticks':{'majorTick':'Graduation\x20principale','tickPosition':_0x359c79(0x10b),'tickLength':_0x359c79(0x155)},'none':'Aucun','theIndexItem':'L’élément\x20{0}','seriesDefaultName':_0x359c79(0x16f),'categoryDefaultName':_0x359c79(0x15f),'styleEditPanel':{'showLabels':_0x359c79(0xc8),'showDataLabels':_0x359c79(0x140),'padAngle':'Angle\x20de\x20remplissage\x20des\x20étiquettes','halfPie':'Demi-camembert','rosePie':_0x359c79(0x151),'pieValScale':_0x359c79(0xba),'pieValSuffix':_0x359c79(0xcb),'pieDigitalFixed':_0x359c79(0xfd),'showLabelLine':_0x359c79(0x116),'reverseAxisOrder':_0x359c79(0x127),'showAxisLine':_0x359c79(0x168),'labelPosition':_0x359c79(0x105),'labelText':_0x359c79(0x131),'repeatWordCould':'Répéter\x20le\x20nuage\x20de\x20mots','gap':'Écart','useAbsValue':_0x359c79(0x10f),'labelRotate':_0x359c79(0x102),'wordCloudShape':_0x359c79(0x137),'useDateAxis':'Utiliser\x20l’axe\x20des\x20dates','dateAxisTips':_0x359c79(0x107)},'doughnutHole':'Trou\x20du\x20beignet','radar':{'fill':'Remplir'},'msg':{'invalidSource':_0x359c79(0x136),'emptyTips':_0x359c79(0xda),'sankeyCircularTips':_0x359c79(0x184)},'cloud':{'title':_0x359c79(0xcd),'word':'Mot','frequency':'Fréquence'},'trendline':{'name':_0x359c79(0xb9),'displayName':_0x359c79(0xfc),'addTrendLine':_0x359c79(0x162),'trendlineType':_0x359c79(0x132),'trendlineName':_0x359c79(0xfc),'trendlineColor':_0x359c79(0x188),'trendlineThickness':_0x359c79(0x174),'trendlineDashType':_0x359c79(0xd9),'exp':'Exponentielle','linear':_0x359c79(0x11a),'log':'Logarithmique','pow':'Puissance','movingAvg':_0x359c79(0xfe),'poly':'Polynomiale','order':_0x359c79(0x17f),'period':'Période\x20de\x20la\x20moyenne\x20mobile','showFormula':_0x359c79(0x163),'showR2':_0x359c79(0x189),'formula':_0x359c79(0xc5),'r2':_0x359c79(0x17c)},'bubble':{'xAxis':_0x359c79(0xf9),'yAxis':'Axe\x20Y','size':_0x359c79(0xd0),'label':'Étiquette\x20de\x20la\x20bulle','emptyTips':_0x359c79(0x111)},'relation':{'title':_0x359c79(0xd7),'auto':_0x359c79(0x101),'circular':_0x359c79(0x110),'force':_0x359c79(0x12d),'useValueAsSymbolSize':_0x359c79(0xe9),'layoutType':_0x359c79(0x18e),'forceOptions':_0x359c79(0x15a),'repulsion':_0x359c79(0xb8),'gravity':'Gravité','edgeLength':_0x359c79(0x156),'rotateLabel':_0x359c79(0xca),'emphasis':_0x359c79(0x13b),'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':_0x359c79(0x11e),'positive':_0x359c79(0xc1),'negative':_0x359c79(0x18b),'subtotal':_0x359c79(0xcc),'showSubtotal':_0x359c79(0x10a),'positiveStyle':_0x359c79(0x130),'negativeStyle':_0x359c79(0x176),'subtotalStyle':_0x359c79(0xf1),'positiveLegendText':'Texte\x20de\x20légende\x20positif','negativeLegendText':_0x359c79(0xdf),'subtotalLegendText':'Texte\x20de\x20légende\x20du\x20sous-total'},'pareto':{'lineName':'Pourcentage\x20Cumulé','lineSeries':_0x359c79(0xeb),'barSeries':_0x359c79(0x125)},'visualMapScope':'Portée\x20de\x20la\x20carte\x20visuelle','boxplot':{'min':_0x359c79(0xd1),'q1':_0x359c79(0xce),'median':_0x359c79(0x15c),'q3':'Troisième\x20quartile','max':_0x359c79(0x12c)}},'chartTypes':{'line':_0x359c79(0xee),'area':'Graphique\x20en\x20aires','areaStacked':_0x359c79(0xdc),'areaPercentStacked':_0x359c79(0xc0),'column':_0x359c79(0x13e),'bar':_0x359c79(0x18d),'barStacked':_0x359c79(0xe8),'barPercentStacked':_0x359c79(0x121),'pie':'Graphique\x20en\x20camembert','donut':_0x359c79(0xe4),'scatter':_0x359c79(0x149),'radar':_0x359c79(0x123),'bubble':_0x359c79(0x17a),'stock':_0x359c79(0x14a),'combination':_0x359c79(0xdd),'wordCloud':'Graphique\x20en\x20nuage\x20de\x20mots','funnel':_0x359c79(0x153),'relation':'Graphique\x20de\x20relation','waterfall':_0x359c79(0x172),'pareto':_0x359c79(0x134),'sankey':_0x359c79(0x16c),'heatmap':_0x359c79(0x16d),'boxplot':_0x359c79(0x14b)},'dialog':{'numfmt':{'general':'Général','accounting':'Comptabilité','currency':_0x359c79(0x148),'date':_0x359c79(0x142),'thousandthPercentile':_0x359c79(0x14c),'fieldSetting':'Paramètres\x20de\x20champ','formatTypes':_0x359c79(0x159),'confirm':'OK','cancel':_0x359c79(0xe3),'generalDesc':_0x359c79(0x18c),'accountingDesc':_0x359c79(0x17b),'currencyDesc':_0x359c79(0x167),'dateDesc':_0x359c79(0x119),'thousandthPercentileDesc':_0x359c79(0x126),'decimalPlaces':_0x359c79(0xff),'currencyTypes':_0x359c79(0xe7),'negativeNumberTypes':_0x359c79(0x18a),'dateTypes':_0x359c79(0x180)},'setFormat':_0x359c79(0x103)}};}));function _0x3c59(){var _0x5e9953=['À\x20l’intérieur','Lignes\x20de\x20grille\x20principales','Flèche\x20vide','Graphique\x20de\x20Sankey','Carte\x20thermique','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Série\x20{0}','Ligne','Empiler','Graphique\x20en\x20cascade','Flèche','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','{0}\x20avec\x20épaisseur','Style\x20négatif','Haut','Style\x20de\x20graphique','Remplissage\x20en\x20dégradé','Graphique\x20en\x20bulles','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','R\x20carré','Ajouter\x20une\x20série','(Vide)','Ordre\x20du\x20polynôme','Types\x20de\x20dates','function','Position\x20du\x20titre','Droite','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Triangle\x20vide','Masquer','Pointillé','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Afficher\x20R\x20carré','Types\x20de\x20nombres\x20négatifs','Négatif','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Graphique\x20en\x20barres','Type\x20de\x20disposition','Titres\x20du\x20graphique\x20et\x20des\x20axes','Max','Répulsion','Courbe\x20de\x20tendance','Échelle\x20de\x20valeur\x20du\x20camembert','3781624BcXvfP','Losange\x20vide','Options\x20de\x20l’axe','Plage\x20de\x20données','Style\x20des\x20points\x20de\x20données','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Positif','Basculer\x20vers\x20ligne/colonne','Format\x20du\x20titre','UniverProSheetsChartUiFrFR','Formule','45tkhAtE','Utiliser\x20{0}\x20comme\x20catégorie','Afficher\x20les\x20étiquettes','526cxibDs','Faire\x20pivoter\x20l’étiquette','Suffixe\x20de\x20valeur\x20du\x20camembert','Sous-total','Nuage\x20de\x20mots','Premier\x20quartile','Axe\x20droit','Taille\x20de\x20la\x20bulle','Valeur\x20minimale','Ligne\x20indicatrice','Morceaux','1569BDnZIv','Utiliser\x20l’axe\x20droit','{0}\x20avec\x20format','Graphique\x20de\x20relations','Insérer\x20un\x20graphique','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Afficher\x20les\x20cellules\x20vides\x20comme','Graphique\x20en\x20aires\x20empilées','Graphique\x20combiné','Masquer\x20le\x20panneau\x20de\x20graphique','Texte\x20de\x20légende\x20négatif','Personnaliser','Triangle','Sous-titre','Annuler','Graphique\x20en\x20beignet','Centre','Épingle','Types\x20de\x20devises','Graphique\x20en\x20barres\x20empilées','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Aucun','Série\x20du\x20Pourcentage\x20Cumulé','Couleur\x20de\x20la\x20ligne\x20indicatrice','Ajouter\x20un\x20point\x20de\x20données','Graphique\x20en\x20ligne','Carré','Titre\x20de\x20l’axe\x20Y\x20droit','Style\x20du\x20sous-total','Plein','Simple','Par\x20défaut','Losange','Polygone','Format','Type\x20de\x20ligne\x20indicatrice','Axe\x20X','Continu','Agrégat','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Chiffres\x20fixes\x20du\x20camembert','Moyenne\x20mobile','Décimales','Valeur','Auto','Rotation\x20des\x20étiquettes','Définir\x20le\x20format\x20de\x20l’étiquette','Valeur\x20indicatrice','Position\x20des\x20étiquettes','Milieu','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Thèmes','Titre\x20de\x20l’axe\x20Y','Afficher\x20le\x20sous-total','Position\x20des\x20graduations','Gauche','Plus\x20de\x20paramètres','Supprimer\x20le\x20graphique','Utiliser\x20la\x20valeur\x20absolue','Circulaire','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Titre','900270ZTqmEl','Configurer','Alignement\x20du\x20titre\x20de\x20l’axe','Afficher\x20la\x20ligne\x20des\x20étiquettes','Séries','Couleur\x20de\x20fond','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Linéaire','Mode\x20de\x20sélection\x20de\x20la\x20légende','Type\x20de\x20ligne\x20pointillée','Réinitialiser','Empilé','Cercle\x20vide','Lisse','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Axe\x20horizontal','Graphique\x20radar','Rectangle','Série\x20de\x20Diagramme\x20en\x20Barres','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.','Inverser\x20l’ordre\x20des\x20axes','Axe\x20gauche','Pourcentage\x20empilé','2870526pWIVtO','Lignes\x20de\x20grille','Valeur\x20maximale','Forces\x20dirigées','object','Position','Style\x20positif','Texte\x20des\x20étiquettes','Type\x20de\x20courbe\x20de\x20tendance','Cercle','Graphique\x20de\x20Pareto','Axe\x20vertical','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Forme\x20du\x20nuage\x20de\x20mots','zéro','291208LiUyXW','Multiple','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Étiquette\x20indicatrice','6bmgmHi','Graphique\x20en\x20colonnes','Axe\x20vertical\x20droit','Afficher\x20les\x20étiquettes\x20de\x20données','Pourcentage','Date','{0}\x20avec\x20taille','Épingle\x20vide','Forme\x20du\x20nœud\x20de\x20données','Rectangle\x20arrondi\x20vide','726820ihTAEc','Monétaire','Graphique\x20de\x20dispersion','Graphique\x20boursier','Boîte\x20à\x20moustaches','Milleième','À\x20l’extérieur','Fermer','{0}\x20avec\x20opacité','Tiret','Camembert\x20en\x20rose','Bas','Graphique\x20en\x20entonnoir','Bordure','Longueur\x20des\x20graduations','Distance\x20entre\x20les\x20nœuds','Automatique','Rectangle\x20vide','Types\x20de\x20formats','Options\x20de\x20disposition\x20par\x20forces','amd','Médiane','Min','Remplir','Catégorie\x20{0}','Éditeur\x20de\x20graphique','lacunes','Ajouter\x20une\x20courbe\x20de\x20tendance','Afficher\x20la\x20formule','Couleur','Titre\x20principal','1992460QyMquG','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.','Afficher\x20la\x20ligne\x20de\x20l’axe'];_0x3c59=function(){return _0x5e9953;};return _0x3c59();}
1
+ function _0x2549(_0x32d87a,_0x58b0df){_0x32d87a=_0x32d87a-0x18a;var _0x1f1060=_0x1f10();var _0x2549a2=_0x1f1060[_0x32d87a];return _0x2549a2;}(function(_0x12be2d,_0x2d863d){var _0x5f1dc1=_0x2549,_0x3840f2=_0x12be2d();while(!![]){try{var _0x108243=parseInt(_0x5f1dc1(0x210))/0x1*(parseInt(_0x5f1dc1(0x20e))/0x2)+-parseInt(_0x5f1dc1(0x1df))/0x3*(parseInt(_0x5f1dc1(0x221))/0x4)+parseInt(_0x5f1dc1(0x24e))/0x5*(-parseInt(_0x5f1dc1(0x1de))/0x6)+-parseInt(_0x5f1dc1(0x1d0))/0x7+parseInt(_0x5f1dc1(0x199))/0x8*(parseInt(_0x5f1dc1(0x1a5))/0x9)+-parseInt(_0x5f1dc1(0x23c))/0xa+parseInt(_0x5f1dc1(0x246))/0xb;if(_0x108243===_0x2d863d)break;else _0x3840f2['push'](_0x3840f2['shift']());}catch(_0x3248c9){_0x3840f2['push'](_0x3840f2['shift']());}}}(_0x1f10,0xc415e),function(_0x30ff0b,_0x1e2004){var _0x205d77=_0x2549;typeof exports==_0x205d77(0x234)&&typeof module<'u'?module[_0x205d77(0x25d)]=_0x1e2004():typeof define==_0x205d77(0x1f9)&&define[_0x205d77(0x21c)]?define([],_0x1e2004):(_0x30ff0b=typeof globalThis<'u'?globalThis:_0x30ff0b||self,_0x30ff0b[_0x205d77(0x256)]=_0x1e2004());}(this,function(){var _0x2c9100=_0x2549;return{'chart':{'insertChart':_0x2c9100(0x1d1),'editChart':_0x2c9100(0x19d),'openChartPanel':_0x2c9100(0x19f),'deleteChart':_0x2c9100(0x243),'hideChartPanel':_0x2c9100(0x1a3),'setupChart':_0x2c9100(0x1cb),'customChart':_0x2c9100(0x237),'default':_0x2c9100(0x260),'reset':_0x2c9100(0x205),'chartType':_0x2c9100(0x1e7),'themes':_0x2c9100(0x24b),'dataRange':_0x2c9100(0x219),'stack':_0x2c9100(0x1b0),'category':_0x2c9100(0x196),'aggregate':'Agrégat','allSeries':_0x2c9100(0x214),'series':'Séries','addSeries':_0x2c9100(0x1c5),'moreSettings':_0x2c9100(0x20a),'min':_0x2c9100(0x21a),'max':_0x2c9100(0x1fb),'invalidType':{'gaps':_0x2c9100(0x1d6),'zero':_0x2c9100(0x19b),'connectDataPointsWithStraightLines':_0x2c9100(0x1f1)},'blank':_0x2c9100(0x1ba),'seriesBlock':{'format':_0x2c9100(0x1d5),'dataPointStyle':_0x2c9100(0x1d2)},'backgroundColor':_0x2c9100(0x1ed),'chartBorderColor':_0x2c9100(0x218),'titles':{'title':'Titre','mainTitle':_0x2c9100(0x230),'subTitle':_0x2c9100(0x248),'xAxisTitle':_0x2c9100(0x1d3),'yAxisTitle':'Titre\x20de\x20l’axe\x20Y','rightYAxisTitle':_0x2c9100(0x1c3),'titleFormat':_0x2c9100(0x1dc),'titleText':'Texte\x20du\x20titre','titlePosition':_0x2c9100(0x1f0),'titleAlign':_0x2c9100(0x1f8)},'axisPositionType':{'start':_0x2c9100(0x202),'center':'Centre','end':_0x2c9100(0x209)},'gradientFill':_0x2c9100(0x244),'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':_0x2c9100(0x22d),'showEmptyCellsAs':_0x2c9100(0x23e)},'positionType':{'auto':_0x2c9100(0x213),'inside':_0x2c9100(0x203),'outside':_0x2c9100(0x1c0),'top':_0x2c9100(0x232),'bottom':_0x2c9100(0x18f),'left':_0x2c9100(0x1ce),'right':_0x2c9100(0x25f),'hide':_0x2c9100(0x1a4)},'align':{'left':'Gauche','center':_0x2c9100(0x200),'right':_0x2c9100(0x25f)},'alignY':{'top':_0x2c9100(0x232),'middle':_0x2c9100(0x23b),'bottom':_0x2c9100(0x18f)},'chartStyle':_0x2c9100(0x1bb),'chartAndAxisTitles':_0x2c9100(0x1ae),'legend':'Légende','legendSelectMode':_0x2c9100(0x201),'legendSelectModeType':{'single':'Simple','multiple':_0x2c9100(0x1e6),'close':'Fermer'},'legendVisualMapType':{'continuous':_0x2c9100(0x192),'piecewise':'Morceaux'},'axes':{'axis':_0x2c9100(0x18e),'axisOptions':_0x2c9100(0x18d),'horizontalAxis':_0x2c9100(0x1c4),'verticalAxis':_0x2c9100(0x193),'rightVerticalAxis':'Axe\x20vertical\x20droit','leftAxis':_0x2c9100(0x1ea),'rightAxis':_0x2c9100(0x223),'useRightAxis':_0x2c9100(0x1d7)},'position':_0x2c9100(0x197),'dataLabels':_0x2c9100(0x1af),'gridlinesAndTicks':_0x2c9100(0x1ac),'indicatorLine':_0x2c9100(0x245),'indicatorLineType':_0x2c9100(0x235),'indicatorLineColor':_0x2c9100(0x222),'indicatorLabel':'Étiquette\x20indicatrice','indicatorValue':_0x2c9100(0x19c),'shape':{'polygon':'Polygone','circle':'Cercle','square':_0x2c9100(0x1ef),'triangle':_0x2c9100(0x195),'diamond':_0x2c9100(0x1e1),'rect':_0x2c9100(0x225),'roundRect':_0x2c9100(0x263),'pin':_0x2c9100(0x238),'arrow':_0x2c9100(0x1e5),'none':_0x2c9100(0x1ab),'emptyCircle':'Cercle\x20vide','emptySquare':_0x2c9100(0x1cf),'emptyTriangle':_0x2c9100(0x240),'emptyDiamond':'Losange\x20vide','emptyRect':_0x2c9100(0x1a7),'emptyRoundRect':_0x2c9100(0x1b1),'emptyPin':'Épingle\x20vide','emptyArrow':_0x2c9100(0x1a1)},'border':_0x2c9100(0x217),'value':_0x2c9100(0x247),'fill':_0x2c9100(0x24f),'line':'Ligne','withOpacity':'{0}\x20avec\x20opacité','withColor':_0x2c9100(0x21e),'withThickness':_0x2c9100(0x1bd),'withType':'{0}\x20avec\x20type','withSize':_0x2c9100(0x216),'withShape':_0x2c9100(0x1f5),'withFormat':_0x2c9100(0x262),'dataPoint':_0x2c9100(0x228),'dataNodeShape':_0x2c9100(0x1ec),'addDataPoint':_0x2c9100(0x1e0),'point':_0x2c9100(0x1f6),'percentage':_0x2c9100(0x1bf),'lineType':{'line':_0x2c9100(0x1fe),'smooth':_0x2c9100(0x1d4),'step':_0x2c9100(0x233)},'stackType':{'stack':_0x2c9100(0x1b0),'percent':_0x2c9100(0x257)},'lineDashType':_0x2c9100(0x1bc),'dashType':{'solid':_0x2c9100(0x261),'dash':'Tiret','dot':_0x2c9100(0x1a9)},'color':_0x2c9100(0x1eb),'gridlines':{'majorGridlines':_0x2c9100(0x1ff),'text':_0x2c9100(0x206)},'ticks':{'majorTick':_0x2c9100(0x22e),'tickPosition':_0x2c9100(0x1cd),'tickLength':_0x2c9100(0x242)},'none':_0x2c9100(0x1ab),'theIndexItem':_0x2c9100(0x1f3),'seriesDefaultName':_0x2c9100(0x253),'categoryDefaultName':_0x2c9100(0x19a),'styleEditPanel':{'showLabels':_0x2c9100(0x1b3),'showDataLabels':_0x2c9100(0x1c7),'padAngle':_0x2c9100(0x22c),'halfPie':_0x2c9100(0x1fd),'rosePie':_0x2c9100(0x229),'pieValScale':_0x2c9100(0x20d),'pieValSuffix':_0x2c9100(0x259),'pieDigitalFixed':'Chiffres\x20fixes\x20du\x20camembert','showLabelLine':_0x2c9100(0x19e),'reverseAxisOrder':_0x2c9100(0x1c9),'showAxisLine':_0x2c9100(0x23a),'labelPosition':_0x2c9100(0x254),'labelText':'Texte\x20des\x20étiquettes','repeatWordCould':_0x2c9100(0x1a0),'gap':_0x2c9100(0x1e2),'useAbsValue':_0x2c9100(0x20c),'labelRotate':'Rotation\x20des\x20étiquettes','wordCloudShape':'Forme\x20du\x20nuage\x20de\x20mots','useDateAxis':_0x2c9100(0x1dd),'dateAxisTips':_0x2c9100(0x1fa)},'doughnutHole':'Trou\x20du\x20beignet','radar':{'fill':_0x2c9100(0x24f)},'msg':{'invalidSource':_0x2c9100(0x1c8),'emptyTips':'Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','sankeyCircularTips':_0x2c9100(0x250)},'cloud':{'title':'Nuage\x20de\x20mots','word':_0x2c9100(0x1f2),'frequency':_0x2c9100(0x20f)},'trendline':{'name':_0x2c9100(0x25b),'displayName':_0x2c9100(0x24d),'addTrendLine':'Ajouter\x20une\x20courbe\x20de\x20tendance','trendlineType':_0x2c9100(0x1c6),'trendlineName':_0x2c9100(0x24d),'trendlineColor':'Couleur\x20de\x20la\x20courbe\x20de\x20tendance','trendlineThickness':_0x2c9100(0x249),'trendlineDashType':_0x2c9100(0x241),'exp':'Exponentielle','linear':_0x2c9100(0x1b7),'log':_0x2c9100(0x23f),'pow':'Puissance','movingAvg':'Moyenne\x20mobile','poly':_0x2c9100(0x1c2),'order':_0x2c9100(0x24a),'period':'Période\x20de\x20la\x20moyenne\x20mobile','showFormula':'Afficher\x20la\x20formule','showR2':_0x2c9100(0x21f),'formula':_0x2c9100(0x1aa),'r2':_0x2c9100(0x239)},'bubble':{'xAxis':_0x2c9100(0x1b5),'yAxis':'Axe\x20Y','size':_0x2c9100(0x1a8),'label':_0x2c9100(0x236),'emptyTips':_0x2c9100(0x224)},'relation':{'title':_0x2c9100(0x1ad),'auto':_0x2c9100(0x18b),'circular':_0x2c9100(0x1f7),'force':_0x2c9100(0x20b),'useValueAsSymbolSize':'Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','layoutType':_0x2c9100(0x1b4),'forceOptions':'Options\x20de\x20disposition\x20par\x20forces','repulsion':'Répulsion','gravity':_0x2c9100(0x1b2),'edgeLength':'Distance\x20entre\x20les\x20nœuds','rotateLabel':_0x2c9100(0x1d9),'emphasis':_0x2c9100(0x21d),'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':_0x2c9100(0x252),'arrangement':'Séquentiel','stacked':_0x2c9100(0x1d8),'positive':_0x2c9100(0x251),'negative':_0x2c9100(0x1db),'subtotal':_0x2c9100(0x1b8),'showSubtotal':'Afficher\x20le\x20sous-total','positiveStyle':_0x2c9100(0x1ee),'negativeStyle':_0x2c9100(0x211),'subtotalStyle':_0x2c9100(0x1b6),'positiveLegendText':'Texte\x20de\x20légende\x20positif','negativeLegendText':_0x2c9100(0x22f),'subtotalLegendText':_0x2c9100(0x25e)},'pareto':{'lineName':_0x2c9100(0x204),'lineSeries':'Série\x20du\x20Pourcentage\x20Cumulé','barSeries':_0x2c9100(0x18c)},'visualMapScope':_0x2c9100(0x1cc),'boxplot':{'min':_0x2c9100(0x227),'q1':_0x2c9100(0x18a),'median':_0x2c9100(0x215),'q3':'Troisième\x20quartile','max':_0x2c9100(0x212)}},'chartTypes':{'line':_0x2c9100(0x1be),'area':_0x2c9100(0x25a),'areaStacked':_0x2c9100(0x1e3),'areaPercentStacked':_0x2c9100(0x21b),'column':_0x2c9100(0x1a2),'bar':_0x2c9100(0x208),'barStacked':'Graphique\x20en\x20barres\x20empilées','barPercentStacked':'Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','pie':'Graphique\x20en\x20camembert','donut':_0x2c9100(0x198),'scatter':'Graphique\x20de\x20dispersion','radar':'Graphique\x20radar','bubble':_0x2c9100(0x22a),'stock':_0x2c9100(0x191),'combination':_0x2c9100(0x23d),'wordCloud':_0x2c9100(0x258),'funnel':_0x2c9100(0x231),'relation':_0x2c9100(0x1c1),'waterfall':_0x2c9100(0x194),'pareto':_0x2c9100(0x1e9),'sankey':'Graphique\x20de\x20Sankey','heatmap':_0x2c9100(0x1fc),'boxplot':'Boîte\x20à\x20moustaches'},'dialog':{'numfmt':{'general':_0x2c9100(0x220),'accounting':_0x2c9100(0x190),'currency':_0x2c9100(0x1b9),'date':_0x2c9100(0x1da),'thousandthPercentile':_0x2c9100(0x1e4),'fieldSetting':'Paramètres\x20de\x20champ','formatTypes':_0x2c9100(0x25c),'confirm':'OK','cancel':_0x2c9100(0x22b),'generalDesc':'Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','accountingDesc':_0x2c9100(0x1e8),'currencyDesc':_0x2c9100(0x1a6),'dateDesc':_0x2c9100(0x1ca),'thousandthPercentileDesc':'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.','decimalPlaces':_0x2c9100(0x207),'currencyTypes':_0x2c9100(0x24c),'negativeNumberTypes':_0x2c9100(0x226),'dateTypes':_0x2c9100(0x255)},'setFormat':_0x2c9100(0x1f4)}};}));function _0x1f10(){var _0x4cdf8b=['Titres\x20du\x20graphique\x20et\x20des\x20axes','Étiquettes\x20de\x20données','Empiler','Rectangle\x20arrondi\x20vide','Gravité','Afficher\x20les\x20étiquettes','Type\x20de\x20disposition','Axe\x20X','Style\x20du\x20sous-total','Linéaire','Sous-total','Monétaire','(Vide)','Style\x20de\x20graphique','Type\x20de\x20ligne\x20pointillée','{0}\x20avec\x20épaisseur','Graphique\x20en\x20ligne','Pourcentage','À\x20l’extérieur','Graphique\x20de\x20relation','Polynomiale','Titre\x20de\x20l’axe\x20Y\x20droit','Axe\x20horizontal','Ajouter\x20une\x20série','Type\x20de\x20courbe\x20de\x20tendance','Afficher\x20les\x20étiquettes\x20de\x20données','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Inverser\x20l’ordre\x20des\x20axes','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Configurer','Portée\x20de\x20la\x20carte\x20visuelle','Position\x20des\x20graduations','Gauche','Carré\x20vide','10511347ersyGl','Insérer\x20un\x20graphique','Style\x20des\x20points\x20de\x20données','Titre\x20de\x20l’axe\x20X','Lisse','Format','lacunes','Utiliser\x20l’axe\x20droit','Empilé','Faire\x20pivoter\x20l’étiquette','Date','Négatif','Format\x20du\x20titre','Utiliser\x20l’axe\x20des\x20dates','2692920YJbBnh','12sIRPAp','Ajouter\x20un\x20point\x20de\x20données','Losange','Écart','Graphique\x20en\x20aires\x20empilées','Milleième','Flèche','Multiple','Type\x20de\x20graphique','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Graphique\x20de\x20Pareto','Axe\x20gauche','Couleur','Forme\x20du\x20nœud\x20de\x20données','Couleur\x20de\x20fond','Style\x20positif','Carré','Position\x20du\x20titre','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','Mot','L’élément\x20{0}','Définir\x20le\x20format\x20de\x20l’étiquette','{0}\x20avec\x20forme','Point','Circulaire','Alignement\x20du\x20titre\x20de\x20l’axe','function','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Max','Carte\x20thermique','Demi-camembert','Ligne','Lignes\x20de\x20grille\x20principales','Centre','Mode\x20de\x20sélection\x20de\x20la\x20légende','Début','À\x20l’intérieur','Pourcentage\x20Cumulé','Réinitialiser','Lignes\x20de\x20grille','Décimales','Graphique\x20en\x20barres','Fin','Plus\x20de\x20paramètres','Forces\x20dirigées','Utiliser\x20la\x20valeur\x20absolue','Échelle\x20de\x20valeur\x20du\x20camembert','2DhNkmK','Fréquence','995023GtFwdr','Style\x20négatif','Valeur\x20maximale','Automatique','Toutes\x20les\x20séries','Médiane','{0}\x20avec\x20taille','Bordure','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Plage\x20de\x20données','Min','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','amd','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','{0}\x20avec\x20couleur','Afficher\x20R\x20carré','Général','1137716EBshTk','Couleur\x20de\x20la\x20ligne\x20indicatrice','Axe\x20droit','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Rectangle','Types\x20de\x20nombres\x20négatifs','Valeur\x20minimale','Point\x20de\x20données','Camembert\x20en\x20rose','Graphique\x20en\x20bulles','Annuler','Angle\x20de\x20remplissage\x20des\x20étiquettes','Utiliser\x20{0}\x20comme\x20catégorie','Graduation\x20principale','Texte\x20de\x20légende\x20négatif','Titre\x20principal','Graphique\x20en\x20entonnoir','Haut','Étape','object','Type\x20de\x20ligne\x20indicatrice','Étiquette\x20de\x20la\x20bulle','Personnaliser','Épingle','R\x20carré','Afficher\x20la\x20ligne\x20de\x20l’axe','Milieu','10305560YEsZVl','Graphique\x20combiné','Afficher\x20les\x20cellules\x20vides\x20comme','Logarithmique','Triangle\x20vide','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Longueur\x20des\x20graduations','Supprimer\x20le\x20graphique','Remplissage\x20en\x20dégradé','Ligne\x20indicatrice','28389218jQrHog','Valeur','Sous-titre','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Ordre\x20du\x20polynôme','Thèmes','Types\x20de\x20devises','Nom\x20de\x20la\x20courbe\x20de\x20tendance','5LgWMnz','Remplir','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Positif','Type\x20d\x27empilement','Série\x20{0}','Position\x20des\x20étiquettes','Types\x20de\x20dates','UniverProSheetsChartUiFrFR','Pourcentage\x20empilé','Graphique\x20en\x20nuage\x20de\x20mots','Suffixe\x20de\x20valeur\x20du\x20camembert','Graphique\x20en\x20aires','Courbe\x20de\x20tendance','Types\x20de\x20formats','exports','Texte\x20de\x20légende\x20du\x20sous-total','Droite','Par\x20défaut','Plein','{0}\x20avec\x20format','Rectangle\x20arrondi','Premier\x20quartile','Auto','Série\x20de\x20Diagramme\x20en\x20Barres','Options\x20de\x20l’axe','Axe','Bas','Comptabilité','Graphique\x20boursier','Continu','Axe\x20vertical','Graphique\x20en\x20cascade','Triangle','Catégorie','Position','Graphique\x20en\x20beignet','5384072BuBTEY','Catégorie\x20{0}','zéro','Valeur\x20indicatrice','Éditeur\x20de\x20graphique','Afficher\x20la\x20ligne\x20des\x20étiquettes','Ouvrir\x20le\x20panneau\x20de\x20graphique','Répéter\x20le\x20nuage\x20de\x20mots','Flèche\x20vide','Graphique\x20en\x20colonnes','Masquer\x20le\x20panneau\x20de\x20graphique','Masquer','18qVhgYy','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.','Rectangle\x20vide','Taille\x20de\x20la\x20bulle','Pointillé','Formule','Aucun','Lignes\x20de\x20grille\x20et\x20graduations','Graphique\x20de\x20relations'];_0x1f10=function(){return _0x4cdf8b;};return _0x1f10();}
@@ -1 +1 @@
1
- (function(_0x14a04b,_0x44fd64){var _0x166c25=_0x21c0,_0x227b30=_0x14a04b();while(!![]){try{var _0x3c8d16=-parseInt(_0x166c25(0x222))/0x1+-parseInt(_0x166c25(0x248))/0x2+parseInt(_0x166c25(0x205))/0x3+-parseInt(_0x166c25(0x257))/0x4*(-parseInt(_0x166c25(0x23e))/0x5)+parseInt(_0x166c25(0x232))/0x6*(-parseInt(_0x166c25(0x245))/0x7)+-parseInt(_0x166c25(0x1dd))/0x8+parseInt(_0x166c25(0x20a))/0x9;if(_0x3c8d16===_0x44fd64)break;else _0x227b30['push'](_0x227b30['shift']());}catch(_0x1e61da){_0x227b30['push'](_0x227b30['shift']());}}}(_0x411b,0x827c3),function(_0x54119b,_0x4766d3){var _0xdb658f=_0x21c0;typeof exports==_0xdb658f(0x24f)&&typeof module<'u'?module[_0xdb658f(0x212)]=_0x4766d3():typeof define==_0xdb658f(0x1ed)&&define[_0xdb658f(0x215)]?define(_0x4766d3):(_0x54119b=typeof globalThis<'u'?globalThis:_0x54119b||self,_0x54119b[_0xdb658f(0x221)]=_0x4766d3());}(this,function(){'use strict';var _0x1f26c9=_0x21c0;return{'chart':{'insertChart':_0x1f26c9(0x247),'editChart':_0x1f26c9(0x24c),'openChartPanel':_0x1f26c9(0x1ea),'deleteChart':_0x1f26c9(0x208),'hideChartPanel':_0x1f26c9(0x1ec),'setupChart':'設定','customChart':_0x1f26c9(0x1d4),'default':'既定','reset':_0x1f26c9(0x1c5),'chartType':'グラフの種類','themes':_0x1f26c9(0x233),'dataRange':'データ範囲','stack':_0x1f26c9(0x218),'category':'項目','aggregate':'集計','allSeries':_0x1f26c9(0x1e2),'series':'系列','addSeries':_0x1f26c9(0x255),'moreSettings':_0x1f26c9(0x254),'min':'最小値','max':_0x1f26c9(0x251),'invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':'データポイントを直線で結ぶ'},'blank':_0x1f26c9(0x244),'seriesBlock':{'format':'書式','dataPointStyle':_0x1f26c9(0x22c)},'backgroundColor':_0x1f26c9(0x229),'chartBorderColor':_0x1f26c9(0x1f4),'titles':{'title':'タイトル','mainTitle':'グラフタイトル','subTitle':_0x1f26c9(0x1c8),'xAxisTitle':'横(項目)軸ラベル','yAxisTitle':_0x1f26c9(0x1ca),'rightYAxisTitle':_0x1f26c9(0x21f),'titleFormat':_0x1f26c9(0x259),'titleText':_0x1f26c9(0x1da),'titlePosition':_0x1f26c9(0x23a),'titleAlign':_0x1f26c9(0x23f)},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':_0x1f26c9(0x1f2),'settingsLabels':{'switchToRowOrColumn':_0x1f26c9(0x213),'useAsCategoryLabels':'{0}を項目として使用','showEmptyCellsAs':_0x1f26c9(0x22b)},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':_0x1f26c9(0x23b)},'align':{'left':_0x1f26c9(0x1e3),'center':'中央揃え','right':_0x1f26c9(0x1de)},'alignY':{'top':_0x1f26c9(0x1c4),'middle':_0x1f26c9(0x21a),'bottom':_0x1f26c9(0x1f9)},'chartStyle':_0x1f26c9(0x25f),'chartAndAxisTitles':_0x1f26c9(0x1f1),'legend':'凡例','legendSelectMode':_0x1f26c9(0x24a),'legendSelectModeType':{'single':'単一','multiple':'複数','close':_0x1f26c9(0x1e4)},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':_0x1f26c9(0x1dc),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x1f26c9(0x216),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x1f26c9(0x25b)},'position':'位置','dataLabels':_0x1f26c9(0x1d3),'gridlinesAndTicks':_0x1f26c9(0x223),'indicatorLine':_0x1f26c9(0x1db),'indicatorLineType':_0x1f26c9(0x238),'indicatorLineColor':_0x1f26c9(0x234),'indicatorLabel':_0x1f26c9(0x253),'indicatorValue':_0x1f26c9(0x25a),'shape':{'polygon':'多角形','circle':'円','square':'四角','triangle':_0x1f26c9(0x20e),'diamond':_0x1f26c9(0x20f),'rect':_0x1f26c9(0x1fd),'roundRect':'角丸四角形','pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':'白抜き円','emptySquare':_0x1f26c9(0x207),'emptyTriangle':'白抜き三角形','emptyDiamond':_0x1f26c9(0x252),'emptyRect':_0x1f26c9(0x249),'emptyRoundRect':_0x1f26c9(0x1df),'emptyPin':_0x1f26c9(0x1fa),'emptyArrow':_0x1f26c9(0x206)},'border':'枠線','value':'値','fill':'塗りつぶし','line':'線','withOpacity':_0x1f26c9(0x236),'withColor':'{0}\x20(色)','withThickness':'{0}\x20(太さ)','withType':'{0}\x20(種類)','withSize':_0x1f26c9(0x250),'withShape':_0x1f26c9(0x24d),'withFormat':_0x1f26c9(0x1ce),'dataPoint':'データポイント','dataNodeShape':'データノードの形状','addDataPoint':_0x1f26c9(0x1cf),'point':_0x1f26c9(0x241),'percentage':'パーセンテージ','lineType':{'line':_0x1f26c9(0x1f6),'smooth':_0x1f26c9(0x1f5),'step':'階段'},'stackType':{'stack':_0x1f26c9(0x218),'percent':_0x1f26c9(0x240)},'lineDashType':_0x1f26c9(0x209),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':_0x1f26c9(0x20b),'text':'目盛線'},'ticks':{'majorTick':_0x1f26c9(0x243),'tickPosition':_0x1f26c9(0x227),'tickLength':_0x1f26c9(0x200)},'none':'なし','theIndexItem':_0x1f26c9(0x1c6),'seriesDefaultName':'系列{0}','categoryDefaultName':_0x1f26c9(0x1d1),'styleEditPanel':{'showLabels':_0x1f26c9(0x22e),'showDataLabels':_0x1f26c9(0x1f0),'padAngle':_0x1f26c9(0x24b),'halfPie':'半円','rosePie':_0x1f26c9(0x25d),'pieValScale':_0x1f26c9(0x1e9),'pieValSuffix':_0x1f26c9(0x1c7),'pieDigitalFixed':'小数点以下の桁数','showLabelLine':'ラベル線を表示','reverseAxisOrder':_0x1f26c9(0x1e8),'showAxisLine':_0x1f26c9(0x21d),'labelPosition':_0x1f26c9(0x228),'labelText':_0x1f26c9(0x1cc),'repeatWordCould':_0x1f26c9(0x23d),'gap':'間隔','useAbsValue':_0x1f26c9(0x1fc),'labelRotate':_0x1f26c9(0x1fb),'wordCloudShape':_0x1f26c9(0x237),'useDateAxis':_0x1f26c9(0x231),'dateAxisTips':'日付軸は、すべてのデータが日付形式の場合のみ使用できます'},'doughnutHole':'ドーナツの穴','radar':{'fill':_0x1f26c9(0x20c)},'msg':{'invalidSource':_0x1f26c9(0x1ee),'emptyTips':_0x1f26c9(0x1e6),'sankeyCircularTips':'サンキー図には循環データを含めることはできません'},'cloud':{'title':'ワードクラウド','word':'単語','frequency':'頻度'},'trendline':{'name':'近似曲線','displayName':_0x1f26c9(0x1d2),'addTrendLine':_0x1f26c9(0x1f7),'trendlineType':_0x1f26c9(0x1d6),'trendlineName':_0x1f26c9(0x1d2),'trendlineColor':'近似曲線の色','trendlineThickness':'近似曲線の太さ','trendlineDashType':_0x1f26c9(0x1e1),'exp':'指数','linear':'線形','log':'対数','pow':_0x1f26c9(0x1d9),'movingAvg':'移動平均','poly':_0x1f26c9(0x21b),'order':_0x1f26c9(0x1c9),'period':_0x1f26c9(0x25e),'showFormula':_0x1f26c9(0x1cd),'showR2':'R-2乗値を表示','formula':'数式','r2':_0x1f26c9(0x22f)},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':_0x1f26c9(0x25c),'label':'バブルのラベル','emptyTips':_0x1f26c9(0x203)},'relation':{'title':_0x1f26c9(0x24e),'auto':'自動','circular':'円形','force':_0x1f26c9(0x256),'useValueAsSymbolSize':_0x1f26c9(0x23c),'layoutType':_0x1f26c9(0x220),'forceOptions':_0x1f26c9(0x219),'repulsion':_0x1f26c9(0x246),'gravity':'重力','edgeLength':_0x1f26c9(0x235),'rotateLabel':_0x1f26c9(0x204),'emphasis':'選択時のフェードイン効果を有効にする','emptyTips':'関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です'},'waterfall':{'stackType':_0x1f26c9(0x214),'arrangement':'順次','stacked':_0x1f26c9(0x218),'positive':'正の値','negative':_0x1f26c9(0x1ef),'subtotal':'小計','showSubtotal':_0x1f26c9(0x224),'positiveStyle':'正の値のスタイル','negativeStyle':'負の値のスタイル','subtotalStyle':_0x1f26c9(0x1ff),'positiveLegendText':_0x1f26c9(0x22d),'negativeLegendText':_0x1f26c9(0x1f3),'subtotalLegendText':_0x1f26c9(0x258)},'pareto':{'lineName':_0x1f26c9(0x230),'lineSeries':_0x1f26c9(0x1d0),'barSeries':_0x1f26c9(0x20d)},'visualMapScope':_0x1f26c9(0x1eb),'boxplot':{'min':_0x1f26c9(0x21e),'q1':'第1四分位数','median':'中央値','q3':'第3四分位数','max':_0x1f26c9(0x251)}},'chartTypes':{'line':'折れ線グラフ','area':_0x1f26c9(0x202),'areaStacked':_0x1f26c9(0x1e5),'areaPercentStacked':'100%積み上げ面グラフ','column':_0x1f26c9(0x242),'bar':'横棒グラフ','barStacked':_0x1f26c9(0x1f8),'barPercentStacked':_0x1f26c9(0x260),'pie':_0x1f26c9(0x1fe),'donut':'ドーナツグラフ','scatter':_0x1f26c9(0x225),'radar':'レーダーチャート','bubble':'バブルチャート','stock':_0x1f26c9(0x226),'combination':'複合グラフ','wordCloud':_0x1f26c9(0x1d7),'funnel':_0x1f26c9(0x1cb),'relation':_0x1f26c9(0x24e),'waterfall':_0x1f26c9(0x21c),'pareto':'パレート図','sankey':'サンキー図','heatmap':_0x1f26c9(0x210),'boxplot':_0x1f26c9(0x1d8)},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x1f26c9(0x217),'fieldSetting':_0x1f26c9(0x201),'formatTypes':_0x1f26c9(0x1e7),'confirm':'OK','cancel':_0x1f26c9(0x239),'generalDesc':'標準形式には、特定の表示形式が含まれていません。','accountingDesc':'会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','currencyDesc':_0x1f26c9(0x1d5),'dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandthPercentileDesc':_0x1f26c9(0x1e0),'decimalPlaces':'小数点以下の桁数','currencyTypes':_0x1f26c9(0x211),'negativeNumberTypes':_0x1f26c9(0x22a),'dateTypes':'日付の種類'},'setFormat':'ラベルの書式設定'}};}));function _0x21c0(_0x32dc13,_0x38792e){_0x32dc13=_0x32dc13-0x1c4;var _0x411b35=_0x411b();var _0x21c0e3=_0x411b35[_0x32dc13];return _0x21c0e3;}function _0x411b(){var _0x372a95=['100%積み上げ','ポイント','縦棒グラフ','主目盛','(空白)','1966391Soaftq','反発力','グラフの挿入','1910326awidJW','白抜き長方形','凡例の選択モード','ラベルの余白角度','グラフエディター','{0}\x20(形状)','関係図','object','{0}\x20(サイズ)','最大値','白抜きひし形','指標ラベル','詳細設定','系列を追加','力指向','203516ZFCsvv','小計の凡例テキスト','タイトルの書式','指標値','第2軸を使用','バブルのサイズ','ローズ円','移動平均の期間','グラフのスタイル','100%積み上げ横棒グラフ','上揃え','リセット','{0}番目の項目','値の接尾辞','サブタイトル','多項式の次数','縦(値)軸ラベル','じょうごグラフ','ラベルのテキスト','数式を表示','{0}\x20(書式)','データポイントを追加','累積パーセンテージ系列','項目{0}','近似曲線名','データラベル','カスタマイズ','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','近似曲線の種類','ワードクラウド','箱ひげ図','べき乗','タイトルのテキスト','指標線','軸のオプション','2705320bxhKAG','右揃え','白抜き角丸四角形','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','近似曲線の線種','すべての系列','左揃え','閉じる','積み上げ面グラフ','系列を追加してデータの可視化を開始してください','表示形式の種類','軸の順序を反転','値のスケール','グラフパネルを開く','ビジュアルマップの範囲','グラフパネルを非表示','function','グラフのデータソースは1行1列以上である必要があります。','負の値','データラベルを表示','グラフと軸のタイトル','グラデーション塗りつぶし','負の値の凡例テキスト','グラフの枠線の色','平滑線','折れ線','近似曲線を追加','積み上げ横棒グラフ','下揃え','白抜きピン','ラベルの回転','絶対値を使用','長方形','円グラフ','小計のスタイル','目盛の長さ','フィールドの設定','面グラフ','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','ラベルを回転','1610076JVrQHr','白抜き矢印','白抜き四角','グラフの削除','線の種類','20266731FCbYAE','主目盛線','塗りつぶし','縦棒グラフ系列','三角形','ひし形','ヒートマップ','通貨記号','exports','行/列の切り替え','積み上げの種類','amd','第2縦軸','桁区切り','積み上げ','力指向のオプション','中央揃え','多項式','ウォーターフォール図','軸線を表示','最小値','第2縦軸ラベル','レイアウトの種類','UniverProSheetsChartUiJaJP','982960dQsNlO','目盛線と目盛','小計を表示','散布図','株価チャート','目盛の位置','ラベルの位置','背景色','負の数の表示形式','空白セルの表示','データポイントのスタイル','正の値の凡例テキスト','ラベルを表示','R-2乗値','累積パーセンテージ','日付軸を使用','18JroAVz','テーマ','指標線の色','ノード間の距離','{0}\x20(不透明度)','ワードクラウドの形状','指標線の種類','キャンセル','タイトルの位置','非表示','値をノードサイズとして使用','ワードクラウドを繰り返す','85JaigjE','軸ラベルの配置'];_0x411b=function(){return _0x372a95;};return _0x411b();}
1
+ (function(_0x15c29f,_0x222ffa){var _0x36840b=_0x2020,_0xc4e7f9=_0x15c29f();while(!![]){try{var _0x1e5911=parseInt(_0x36840b(0x188))/0x1*(-parseInt(_0x36840b(0x160))/0x2)+-parseInt(_0x36840b(0x19b))/0x3*(parseInt(_0x36840b(0x155))/0x4)+parseInt(_0x36840b(0x18b))/0x5+-parseInt(_0x36840b(0x15b))/0x6*(-parseInt(_0x36840b(0x132))/0x7)+parseInt(_0x36840b(0x141))/0x8+-parseInt(_0x36840b(0x138))/0x9+parseInt(_0x36840b(0x134))/0xa;if(_0x1e5911===_0x222ffa)break;else _0xc4e7f9['push'](_0xc4e7f9['shift']());}catch(_0x3ec406){_0xc4e7f9['push'](_0xc4e7f9['shift']());}}}(_0x165c,0x9295f),function(_0x468b03,_0x10c2dc){var _0x3e10b2=_0x2020;typeof exports==_0x3e10b2(0x157)&&typeof module<'u'?module[_0x3e10b2(0x16a)]=_0x10c2dc():typeof define==_0x3e10b2(0x150)&&define[_0x3e10b2(0x18a)]?define([],_0x10c2dc):(_0x468b03=typeof globalThis<'u'?globalThis:_0x468b03||self,_0x468b03['UniverProSheetsChartUiJaJP']=_0x10c2dc());}(this,function(){var _0x173e2b=_0x2020;return{'chart':{'insertChart':_0x173e2b(0x196),'editChart':'グラフエディター','openChartPanel':_0x173e2b(0x1ae),'deleteChart':_0x173e2b(0x19c),'hideChartPanel':_0x173e2b(0x154),'setupChart':'設定','customChart':_0x173e2b(0x167),'default':'既定','reset':_0x173e2b(0x1c4),'chartType':_0x173e2b(0x1bc),'themes':_0x173e2b(0x172),'dataRange':_0x173e2b(0x144),'stack':_0x173e2b(0x192),'category':'項目','aggregate':'集計','allSeries':'すべての系列','series':'系列','addSeries':_0x173e2b(0x16f),'moreSettings':_0x173e2b(0x176),'min':_0x173e2b(0x1c7),'max':_0x173e2b(0x18d),'invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':_0x173e2b(0x193)},'blank':_0x173e2b(0x14d),'seriesBlock':{'format':'書式','dataPointStyle':'データポイントのスタイル'},'backgroundColor':_0x173e2b(0x190),'chartBorderColor':'グラフの枠線の色','titles':{'title':_0x173e2b(0x18c),'mainTitle':_0x173e2b(0x1a8),'subTitle':_0x173e2b(0x186),'xAxisTitle':_0x173e2b(0x17d),'yAxisTitle':_0x173e2b(0x1c6),'rightYAxisTitle':_0x173e2b(0x1ac),'titleFormat':_0x173e2b(0x16b),'titleText':'タイトルのテキスト','titlePosition':'タイトルの位置','titleAlign':_0x173e2b(0x1be)},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':'グラデーション塗りつぶし','settingsLabels':{'switchToRowOrColumn':_0x173e2b(0x14c),'useAsCategoryLabels':_0x173e2b(0x122),'showEmptyCellsAs':_0x173e2b(0x177)},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':_0x173e2b(0x14f)},'align':{'left':'左揃え','center':_0x173e2b(0x1c2),'right':'右揃え'},'alignY':{'top':'上揃え','middle':_0x173e2b(0x1c2),'bottom':_0x173e2b(0x18e)},'chartStyle':_0x173e2b(0x16c),'chartAndAxisTitles':_0x173e2b(0x17e),'legend':'凡例','legendSelectMode':_0x173e2b(0x145),'legendSelectModeType':{'single':'単一','multiple':'複数','close':_0x173e2b(0x169)},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':'軸のオプション','horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x173e2b(0x12e),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x173e2b(0x175)},'position':'位置','dataLabels':'データラベル','gridlinesAndTicks':_0x173e2b(0x1c0),'indicatorLine':_0x173e2b(0x1b2),'indicatorLineType':_0x173e2b(0x17f),'indicatorLineColor':'指標線の色','indicatorLabel':_0x173e2b(0x1b6),'indicatorValue':_0x173e2b(0x161),'shape':{'polygon':_0x173e2b(0x120),'circle':'円','square':'四角','triangle':_0x173e2b(0x129),'diamond':_0x173e2b(0x136),'rect':_0x173e2b(0x15f),'roundRect':_0x173e2b(0x14a),'pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':_0x173e2b(0x18f),'emptySquare':_0x173e2b(0x19f),'emptyTriangle':_0x173e2b(0x1b4),'emptyDiamond':_0x173e2b(0x199),'emptyRect':_0x173e2b(0x140),'emptyRoundRect':_0x173e2b(0x149),'emptyPin':_0x173e2b(0x1b7),'emptyArrow':'白抜き矢印'},'border':'枠線','value':'値','fill':_0x173e2b(0x164),'line':'線','withOpacity':_0x173e2b(0x191),'withColor':_0x173e2b(0x187),'withThickness':_0x173e2b(0x195),'withType':_0x173e2b(0x162),'withSize':_0x173e2b(0x13b),'withShape':_0x173e2b(0x1a9),'withFormat':_0x173e2b(0x13d),'dataPoint':_0x173e2b(0x124),'dataNodeShape':_0x173e2b(0x185),'addDataPoint':_0x173e2b(0x139),'point':'ポイント','percentage':_0x173e2b(0x1a6),'lineType':{'line':'折れ線','smooth':'平滑線','step':'階段'},'stackType':{'stack':_0x173e2b(0x192),'percent':_0x173e2b(0x123)},'lineDashType':_0x173e2b(0x15e),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':'主目盛線','text':_0x173e2b(0x148)},'ticks':{'majorTick':_0x173e2b(0x137),'tickPosition':_0x173e2b(0x1b8),'tickLength':_0x173e2b(0x151)},'none':'なし','theIndexItem':'{0}番目の項目','seriesDefaultName':_0x173e2b(0x15c),'categoryDefaultName':_0x173e2b(0x1b3),'styleEditPanel':{'showLabels':_0x173e2b(0x1a5),'showDataLabels':_0x173e2b(0x179),'padAngle':_0x173e2b(0x12b),'halfPie':'半円','rosePie':_0x173e2b(0x1a4),'pieValScale':_0x173e2b(0x19d),'pieValSuffix':_0x173e2b(0x121),'pieDigitalFixed':_0x173e2b(0x1b0),'showLabelLine':'ラベル線を表示','reverseAxisOrder':_0x173e2b(0x17a),'showAxisLine':_0x173e2b(0x1ba),'labelPosition':_0x173e2b(0x1ad),'labelText':_0x173e2b(0x142),'repeatWordCould':_0x173e2b(0x13e),'gap':'間隔','useAbsValue':_0x173e2b(0x1a0),'labelRotate':_0x173e2b(0x153),'wordCloudShape':_0x173e2b(0x19a),'useDateAxis':_0x173e2b(0x1c1),'dateAxisTips':_0x173e2b(0x159)},'doughnutHole':_0x173e2b(0x19e),'radar':{'fill':_0x173e2b(0x164)},'msg':{'invalidSource':_0x173e2b(0x14b),'emptyTips':'系列を追加してデータの可視化を開始してください','sankeyCircularTips':_0x173e2b(0x1c5)},'cloud':{'title':_0x173e2b(0x174),'word':'単語','frequency':'頻度'},'trendline':{'name':_0x173e2b(0x165),'displayName':_0x173e2b(0x1bb),'addTrendLine':_0x173e2b(0x1ab),'trendlineType':_0x173e2b(0x12f),'trendlineName':'近似曲線名','trendlineColor':'近似曲線の色','trendlineThickness':_0x173e2b(0x15a),'trendlineDashType':_0x173e2b(0x133),'exp':'指数','linear':'線形','log':'対数','pow':_0x173e2b(0x147),'movingAvg':'移動平均','poly':_0x173e2b(0x158),'order':_0x173e2b(0x146),'period':_0x173e2b(0x131),'showFormula':_0x173e2b(0x178),'showR2':'R-2乗値を表示','formula':'数式','r2':'R-2乗値'},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':'バブルのサイズ','label':_0x173e2b(0x180),'emptyTips':_0x173e2b(0x1af)},'relation':{'title':'関係図','auto':'自動','circular':'円形','force':'力指向','useValueAsSymbolSize':'値をノードサイズとして使用','layoutType':_0x173e2b(0x16d),'forceOptions':_0x173e2b(0x170),'repulsion':'反発力','gravity':'重力','edgeLength':_0x173e2b(0x128),'rotateLabel':'ラベルを回転','emphasis':_0x173e2b(0x194),'emptyTips':_0x173e2b(0x1b5)},'waterfall':{'stackType':_0x173e2b(0x12d),'arrangement':'順次','stacked':_0x173e2b(0x192),'positive':_0x173e2b(0x198),'negative':'負の値','subtotal':'小計','showSubtotal':_0x173e2b(0x130),'positiveStyle':'正の値のスタイル','negativeStyle':_0x173e2b(0x156),'subtotalStyle':_0x173e2b(0x125),'positiveLegendText':_0x173e2b(0x13a),'negativeLegendText':_0x173e2b(0x1a2),'subtotalLegendText':_0x173e2b(0x13f)},'pareto':{'lineName':_0x173e2b(0x17c),'lineSeries':'累積パーセンテージ系列','barSeries':_0x173e2b(0x143)},'visualMapScope':_0x173e2b(0x15d),'boxplot':{'min':_0x173e2b(0x1c7),'q1':_0x173e2b(0x152),'median':_0x173e2b(0x173),'q3':_0x173e2b(0x1b9),'max':'最大値'}},'chartTypes':{'line':_0x173e2b(0x184),'area':_0x173e2b(0x1c3),'areaStacked':_0x173e2b(0x13c),'areaPercentStacked':_0x173e2b(0x1a3),'column':'縦棒グラフ','bar':_0x173e2b(0x16e),'barStacked':_0x173e2b(0x1bf),'barPercentStacked':_0x173e2b(0x183),'pie':_0x173e2b(0x166),'donut':_0x173e2b(0x127),'scatter':'散布図','radar':'レーダーチャート','bubble':_0x173e2b(0x1aa),'stock':_0x173e2b(0x1b1),'combination':_0x173e2b(0x189),'wordCloud':_0x173e2b(0x174),'funnel':_0x173e2b(0x12a),'relation':_0x173e2b(0x17b),'waterfall':'ウォーターフォール図','pareto':_0x173e2b(0x168),'sankey':_0x173e2b(0x135),'heatmap':_0x173e2b(0x182),'boxplot':_0x173e2b(0x14e)},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':'桁区切り','fieldSetting':_0x173e2b(0x12c),'formatTypes':'表示形式の種類','confirm':'OK','cancel':_0x173e2b(0x1a1),'generalDesc':_0x173e2b(0x163),'accountingDesc':_0x173e2b(0x181),'currencyDesc':_0x173e2b(0x171),'dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandthPercentileDesc':_0x173e2b(0x197),'decimalPlaces':'小数点以下の桁数','currencyTypes':_0x173e2b(0x1bd),'negativeNumberTypes':_0x173e2b(0x126),'dateTypes':_0x173e2b(0x1a7)},'setFormat':'ラベルの書式設定'}};}));function _0x2020(_0x3e1fdb,_0x13642c){_0x3e1fdb=_0x3e1fdb-0x120;var _0x165caf=_0x165c();var _0x202019=_0x165caf[_0x3e1fdb];return _0x202019;}function _0x165c(){var _0x8965cb=['じょうごグラフ','ラベルの余白角度','フィールドの設定','積み上げの種類','第2縦軸','近似曲線の種類','小計を表示','移動平均の期間','4558022CNjMty','近似曲線の線種','8895440fCAACH','サンキー図','ひし形','主目盛','788895wLpQsN','データポイントを追加','正の値の凡例テキスト','{0}\x20(サイズ)','積み上げ面グラフ','{0}\x20(書式)','ワードクラウドを繰り返す','小計の凡例テキスト','白抜き長方形','5821224WIkRhB','ラベルのテキスト','縦棒グラフ系列','データ範囲','凡例の選択モード','多項式の次数','べき乗','目盛線','白抜き角丸四角形','角丸四角形','グラフのデータソースは1行1列以上である必要があります。','行/列の切り替え','(空白)','箱ひげ図','非表示','function','目盛の長さ','第1四分位数','ラベルの回転','グラフパネルを非表示','2395324vElbxy','負の値のスタイル','object','多項式','日付軸は、すべてのデータが日付形式の場合のみ使用できます','近似曲線の太さ','6QPtVpS','系列{0}','ビジュアルマップの範囲','線の種類','長方形','16406cRmMhq','指標値','{0}\x20(種類)','標準形式には、特定の表示形式が含まれていません。','塗りつぶし','近似曲線','円グラフ','カスタマイズ','パレート図','閉じる','exports','タイトルの書式','グラフのスタイル','レイアウトの種類','横棒グラフ','系列を追加','力指向のオプション','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','テーマ','中央値','ワードクラウド','第2軸を使用','詳細設定','空白セルの表示','数式を表示','データラベルを表示','軸の順序を反転','関係図','累積パーセンテージ','横(項目)軸ラベル','グラフと軸のタイトル','指標線の種類','バブルのラベル','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','ヒートマップ','100%積み上げ横棒グラフ','折れ線グラフ','データノードの形状','サブタイトル','{0}\x20(色)','136UaaCwS','複合グラフ','amd','3664985ftXMMU','タイトル','最大値','下揃え','白抜き円','背景色','{0}\x20(不透明度)','積み上げ','データポイントを直線で結ぶ','選択時のフェードイン効果を有効にする','{0}\x20(太さ)','グラフの挿入','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','正の値','白抜きひし形','ワードクラウドの形状','6XFXsWm','グラフの削除','値のスケール','ドーナツの穴','白抜き四角','絶対値を使用','キャンセル','負の値の凡例テキスト','100%積み上げ面グラフ','ローズ円','ラベルを表示','パーセンテージ','日付の種類','グラフタイトル','{0}\x20(形状)','バブルチャート','近似曲線を追加','第2縦軸ラベル','ラベルの位置','グラフパネルを開く','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','小数点以下の桁数','株価チャート','指標線','項目{0}','白抜き三角形','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','指標ラベル','白抜きピン','目盛の位置','第3四分位数','軸線を表示','近似曲線名','グラフの種類','通貨記号','軸ラベルの配置','積み上げ横棒グラフ','目盛線と目盛','日付軸を使用','中央揃え','面グラフ','リセット','サンキー図には循環データを含めることはできません','縦(値)軸ラベル','最小値','多角形','値の接尾辞','{0}を項目として使用','100%積み上げ','データポイント','小計のスタイル','負の数の表示形式','ドーナツグラフ','ノード間の距離','三角形'];_0x165c=function(){return _0x8965cb;};return _0x165c();}