@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +547 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +3 -3
- package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -3
- package/lib/types/commands/operations/hide-chart-panel-operation.d.ts +1 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/controllers/menu.schema.d.ts +1 -1
- package/lib/types/facade/chart-builder/builder-util.d.ts +3 -3
- package/lib/types/facade/chart-builder/chart-builder-base.d.ts +2 -2
- package/lib/types/facade/chart-builder/line-chart-builder.d.ts +4 -3
- package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +3 -2
- package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +4 -3
- package/lib/types/facade/chart-builder/types.d.ts +3 -3
- package/lib/types/facade/f-chart.d.ts +3 -3
- package/lib/types/facade/f-worksheet.d.ts +3 -2
- package/lib/types/facade/index.d.ts +1 -1
- package/lib/types/hooks.d.ts +2 -1
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/chart-render.service.d.ts +2 -1
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +4 -3
- package/lib/types/services/sheets-chart-ui.service.d.ts +9 -6
- package/lib/types/util.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/Options.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +4 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +4 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +3 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +2 -2
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -2
- package/lib/types/wordcloud/index.d.ts +1 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -20
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x3401cf=_0x34df;(function(_0x51b5c0,_0x51f6fb){const _0x9a798f=_0x34df,_0x1f947c=_0x51b5c0();while(!![]){try{const _0x4e9736=parseInt(_0x9a798f(0x1b7))/0x1+parseInt(_0x9a798f(0x1ef))/0x2+-parseInt(_0x9a798f(0x1da))/0x3*(-parseInt(_0x9a798f(0x1eb))/0x4)+-parseInt(_0x9a798f(0x15b))/0x5+-parseInt(_0x9a798f(0x1f3))/0x6*(parseInt(_0x9a798f(0x17f))/0x7)+-parseInt(_0x9a798f(0x195))/0x8*(parseInt(_0x9a798f(0x1b3))/0x9)+-parseInt(_0x9a798f(0x1a2))/0xa*(-parseInt(_0x9a798f(0x1f2))/0xb);if(_0x4e9736===_0x51f6fb)break;else _0x1f947c['push'](_0x1f947c['shift']());}catch(_0x38dda5){_0x1f947c['push'](_0x1f947c['shift']());}}}(_0x486d,0xafcfb));function _0x486d(){const _0x313710=['Word\x20cloud\x20chart','Format\x20Types','Solid','Thousandth\x20Percentile','Circular','Maximum','Use\x20{0}\x20as\x20category','Max','Data\x20point\x20style','Subtotal\x20Style','Sankey\x20chart','4kFvmJR','Major\x20tick','Center','Bubble\x20size','2423046tQGvVU','Left','Label\x20text','11JPkAPw','186786rJbYwE','Show\x20empty\x20cells\x20as','Inside','Area\x20chart','Right','Empty\x20square','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Legend\x20select\x20mode','{0}\x20with\x20type','Indicator\x20line\x20type','Currency\x20Types','Pin','Trendline\x20thickness','Dot','Continuous','Cumulative\x20Percentage\x20Series','Positive\x20Style','{0}\x20with\x20thickness','Show\x20data\x20labels','Customize','X-axis','Logarithmic','Sequential','Decimal\x20Places','Show\x20axis\x20line','Point','Repeat\x20word\x20cloud','Gap','Top','Empty\x20triangle','Background\x20color','Rectangle','Hide','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Circle','Radar\x20chart','Border','Step','Main\x20title','Stack\x20Type','Polynomial\x20order','Date','Linear','Visual\x20map\x20scope','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Min','570020nmyMTJ','{0}\x20with\x20opacity','Indicator\x20label','Default','Percent\x20stacked\x20area\x20chart','Subtotal','Word','Trendline\x20dash\x20type','Currency','Connect\x20data\x20points\x20with\x20straight\x20lines','{0}\x20with\x20color','gaps','Tick\x20position','Reset','Label\x20rotate','Smooth','Dash','Series','Series\x20{0}','Value\x20scale','Rose\x20pie','Indicator\x20value','Subtotal\x20Legend\x20Text','(Blank)','Triangle','Negative\x20Number\x20Types','Add\x20trendline','Cancel','Percentage','X-axis\x20title','Right\x20Y-axis\x20title','Right\x20vertical\x20axis','Layout\x20type','Chart\x20border\x20color','Title\x20format','Force-directed\x20options','315kDHauW','Funnel\x20chart','Use\x20date\x20axis','Show\x20R\x20squared','Stack','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Show\x20labels','Label\x20padding\x20angle','Polygon','Setup','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Scatter\x20chart','None','Piecewise','Arrow','Negative','{0}\x20with\x20size','Category','Outside','Category\x20{0}','zero','Use\x20absolute\x20value','6280952bfiCvU','Gridlines\x20and\x20ticks','Trendline\x20type','Square','Axis','Chart\x20and\x20axis\x20titles','Data\x20range','Value\x20suffix','Pareto\x20chart','Stacked\x20area\x20chart','Bottom','Tick\x20length','Line\x20dash\x20type','1016250WeMYBu','Empty\x20rectangle','Exponential','Cumulative\x20Percentage','Auto','Date\x20Types','Power','Line\x20chart','Trendline\x20color','Color','Percent\x20stacked\x20bar\x20chart','exports','Enable\x20selection\x20fade-in\x20effect','Use\x20value\x20as\x20node\x20size','Data\x20point','Trendline\x20name','Label\x20position','9dCHgSq','Multiple','Field\x20Settings','Middle','746522iimqNz','Data\x20labels','Switch\x20to\x20row/column','Gridlines','Chart\x20type','First\x20quartile','Percent\x20stack','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Delete\x20chart','Fill','Combination\x20chart','Pie\x20chart','Right\x20axis','Polynomial','Show\x20label\x20line','Format','Relation\x20chart','Gravity','More\x20settings','Frequency','General','Close','Digital\x20fixed','{0}\x20with\x20shape','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Position','{0}\x20with\x20format','Axis\x20title\x20align','Major\x20gridlines','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Set\x20label\x20format','Diamond','Word\x20cloud\x20shape','Show\x20Subtotal','Line','2881413mIYwuc','Bar\x20chart','Empty\x20diamond','Doughnut\x20hole','Trendline','All\x20series'];_0x486d=function(){return _0x313710;};return _0x486d();}function _0x34df(_0x2171d7,_0x38c3b4){_0x2171d7=_0x2171d7-0x142;const _0x486da8=_0x486d();let _0x34dfe1=_0x486da8[_0x2171d7];return _0x34dfe1;}const e={'chart':{'insertChart':'Insert\x20chart','editChart':'Chart\x20editor','openChartPanel':'Open\x20chart\x20panel','deleteChart':_0x3401cf(0x1bf),'hideChartPanel':'Hide\x20chart\x20panel','setupChart':_0x3401cf(0x188),'customChart':_0x3401cf(0x206),'default':_0x3401cf(0x15e),'reset':_0x3401cf(0x168),'chartType':_0x3401cf(0x1bb),'themes':'Themes','dataRange':_0x3401cf(0x19b),'stack':_0x3401cf(0x183),'category':_0x3401cf(0x190),'aggregate':'Aggregate','allSeries':_0x3401cf(0x1df),'series':_0x3401cf(0x16c),'addSeries':'Add\x20series','moreSettings':_0x3401cf(0x1c9),'min':_0x3401cf(0x15a),'max':_0x3401cf(0x1e7),'invalidType':{'gaps':_0x3401cf(0x166),'zero':_0x3401cf(0x193),'connectDataPointsWithStraightLines':_0x3401cf(0x164)},'blank':_0x3401cf(0x172),'seriesBlock':{'format':_0x3401cf(0x1c6),'dataPointStyle':_0x3401cf(0x1e8)},'backgroundColor':_0x3401cf(0x14b),'chartBorderColor':_0x3401cf(0x17c),'titles':{'title':'Title','mainTitle':_0x3401cf(0x153),'subTitle':'Sub\x20title','xAxisTitle':_0x3401cf(0x178),'yAxisTitle':'Y-axis\x20title','rightYAxisTitle':_0x3401cf(0x179),'titleFormat':_0x3401cf(0x17d),'titleText':'Title\x20text','titlePosition':'Title\x20position','titleAlign':_0x3401cf(0x1d2)},'axisPositionType':{'start':'Start','center':_0x3401cf(0x1ed),'end':'End'},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':_0x3401cf(0x1b9),'useAsCategoryLabels':_0x3401cf(0x1e6),'showEmptyCellsAs':_0x3401cf(0x1f4)},'positionType':{'auto':_0x3401cf(0x1a6),'inside':_0x3401cf(0x1f5),'outside':_0x3401cf(0x191),'top':_0x3401cf(0x149),'bottom':_0x3401cf(0x19f),'left':_0x3401cf(0x1f0),'right':_0x3401cf(0x1f7),'hide':_0x3401cf(0x14d)},'align':{'left':'Left','center':_0x3401cf(0x1ed),'right':_0x3401cf(0x1f7)},'alignY':{'top':_0x3401cf(0x149),'middle':_0x3401cf(0x1b6),'bottom':'Bottom'},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x3401cf(0x19a),'legend':'Legend','legendSelectMode':_0x3401cf(0x1fa),'legendSelectModeType':{'single':'Single','multiple':_0x3401cf(0x1b4),'close':_0x3401cf(0x1cc)},'legendVisualMapType':{'continuous':_0x3401cf(0x201),'piecewise':_0x3401cf(0x18c)},'axes':{'axis':_0x3401cf(0x199),'axisOptions':'Axis\x20options','horizontalAxis':'Horizontal\x20axis','verticalAxis':'Vertical\x20axis','rightVerticalAxis':_0x3401cf(0x17a),'leftAxis':'Left\x20axis','rightAxis':_0x3401cf(0x1c3),'useRightAxis':'Use\x20right\x20axis'},'position':_0x3401cf(0x1d0),'dataLabels':_0x3401cf(0x1b8),'gridlinesAndTicks':_0x3401cf(0x196),'indicatorLine':'Indicator\x20line','indicatorLineType':_0x3401cf(0x1fc),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':_0x3401cf(0x15d),'indicatorValue':_0x3401cf(0x170),'shape':{'polygon':_0x3401cf(0x187),'circle':_0x3401cf(0x14f),'square':_0x3401cf(0x198),'triangle':_0x3401cf(0x173),'diamond':_0x3401cf(0x1d6),'rect':_0x3401cf(0x14c),'roundRect':'Round\x20rectangle','pin':_0x3401cf(0x1fe),'arrow':_0x3401cf(0x18d),'none':'None','emptyCircle':'Empty\x20circle','emptySquare':_0x3401cf(0x1f8),'emptyTriangle':_0x3401cf(0x14a),'emptyDiamond':_0x3401cf(0x1dc),'emptyRect':_0x3401cf(0x1a3),'emptyRoundRect':'Empty\x20round\x20rectangle','emptyPin':'Empty\x20pin','emptyArrow':'Empty\x20arrow'},'border':_0x3401cf(0x151),'value':'Value','fill':_0x3401cf(0x1c0),'line':_0x3401cf(0x1d9),'withOpacity':_0x3401cf(0x15c),'withColor':_0x3401cf(0x165),'withThickness':_0x3401cf(0x204),'withType':_0x3401cf(0x1fb),'withSize':_0x3401cf(0x18f),'withShape':_0x3401cf(0x1ce),'withFormat':_0x3401cf(0x1d1),'dataPoint':_0x3401cf(0x1b0),'dataNodeShape':'Data\x20node\x20shape','addDataPoint':'Add\x20data\x20point','point':_0x3401cf(0x146),'percentage':_0x3401cf(0x177),'lineType':{'line':_0x3401cf(0x1d9),'smooth':_0x3401cf(0x16a),'step':_0x3401cf(0x152)},'stackType':{'stack':_0x3401cf(0x183),'percent':_0x3401cf(0x1bd)},'lineDashType':_0x3401cf(0x1a1),'dashType':{'solid':_0x3401cf(0x1e2),'dash':_0x3401cf(0x16b),'dot':_0x3401cf(0x200)},'color':_0x3401cf(0x1ab),'gridlines':{'majorGridlines':_0x3401cf(0x1d3),'text':_0x3401cf(0x1ba)},'ticks':{'majorTick':_0x3401cf(0x1ec),'tickPosition':_0x3401cf(0x167),'tickLength':_0x3401cf(0x1a0)},'none':_0x3401cf(0x18b),'theIndexItem':'The\x20{0}\x20item','seriesDefaultName':_0x3401cf(0x16d),'categoryDefaultName':_0x3401cf(0x192),'styleEditPanel':{'showLabels':_0x3401cf(0x185),'showDataLabels':_0x3401cf(0x205),'padAngle':_0x3401cf(0x186),'halfPie':'Half\x20pie','rosePie':_0x3401cf(0x16f),'pieValScale':_0x3401cf(0x16e),'pieValSuffix':_0x3401cf(0x19c),'pieDigitalFixed':_0x3401cf(0x1cd),'showLabelLine':_0x3401cf(0x1c5),'reverseAxisOrder':'Reverse\x20axis\x20order','showAxisLine':_0x3401cf(0x145),'labelPosition':_0x3401cf(0x1b2),'labelText':_0x3401cf(0x1f1),'repeatWordCould':_0x3401cf(0x147),'gap':_0x3401cf(0x148),'useAbsValue':_0x3401cf(0x194),'labelRotate':_0x3401cf(0x169),'wordCloudShape':_0x3401cf(0x1d7),'useDateAxis':_0x3401cf(0x181),'dateAxisTips':'Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format'},'doughnutHole':_0x3401cf(0x1dd),'radar':{'fill':_0x3401cf(0x1c0)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x3401cf(0x1f9),'sankeyCircularTips':_0x3401cf(0x184)},'cloud':{'title':'Word\x20cloud','word':_0x3401cf(0x161),'frequency':_0x3401cf(0x1ca)},'trendline':{'name':_0x3401cf(0x1de),'displayName':_0x3401cf(0x1b1),'addTrendLine':_0x3401cf(0x175),'trendlineType':_0x3401cf(0x197),'trendlineName':_0x3401cf(0x1b1),'trendlineColor':_0x3401cf(0x1aa),'trendlineThickness':_0x3401cf(0x1ff),'trendlineDashType':_0x3401cf(0x162),'exp':_0x3401cf(0x1a4),'linear':_0x3401cf(0x157),'log':_0x3401cf(0x142),'pow':_0x3401cf(0x1a8),'movingAvg':'Moving\x20average','poly':_0x3401cf(0x1c4),'order':_0x3401cf(0x155),'period':'Moving\x20average\x20period','showFormula':'Show\x20formula','showR2':_0x3401cf(0x182),'formula':'Formula','r2':'R\x20squared'},'bubble':{'xAxis':_0x3401cf(0x207),'yAxis':'Y-axis','size':_0x3401cf(0x1ee),'label':'Bubble\x20label','emptyTips':_0x3401cf(0x1d4)},'relation':{'title':_0x3401cf(0x1c7),'auto':_0x3401cf(0x1a6),'circular':_0x3401cf(0x1e4),'force':'Force-directed','useValueAsSymbolSize':_0x3401cf(0x1af),'layoutType':_0x3401cf(0x17b),'forceOptions':_0x3401cf(0x17e),'repulsion':'Repulsion','gravity':_0x3401cf(0x1c8),'edgeLength':'Node\x20distance','rotateLabel':'Rotate\x20label','emphasis':_0x3401cf(0x1ae),'emptyTips':_0x3401cf(0x14e)},'waterfall':{'stackType':_0x3401cf(0x154),'arrangement':_0x3401cf(0x143),'stacked':'Stacked','positive':'Positive','negative':_0x3401cf(0x18e),'subtotal':_0x3401cf(0x160),'showSubtotal':_0x3401cf(0x1d8),'positiveStyle':_0x3401cf(0x203),'negativeStyle':'Negative\x20Style','subtotalStyle':_0x3401cf(0x1e9),'positiveLegendText':'Positive\x20Legend\x20Text','negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x3401cf(0x171)},'pareto':{'lineName':_0x3401cf(0x1a5),'lineSeries':_0x3401cf(0x202),'barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':_0x3401cf(0x158),'boxplot':{'min':'Minimum','q1':_0x3401cf(0x1bc),'median':'Median','q3':'Third\x20quartile','max':_0x3401cf(0x1e5)}},'chartTypes':{'line':_0x3401cf(0x1a9),'area':_0x3401cf(0x1f6),'areaStacked':_0x3401cf(0x19e),'areaPercentStacked':_0x3401cf(0x15f),'column':'Column\x20chart','bar':_0x3401cf(0x1db),'barStacked':'Stacked\x20bar\x20chart','barPercentStacked':_0x3401cf(0x1ac),'pie':_0x3401cf(0x1c2),'donut':'Donut\x20chart','scatter':_0x3401cf(0x18a),'radar':_0x3401cf(0x150),'bubble':'Bubble\x20chart','stock':'Stock\x20chart','combination':_0x3401cf(0x1c1),'wordCloud':_0x3401cf(0x1e0),'funnel':_0x3401cf(0x180),'relation':_0x3401cf(0x1c7),'waterfall':'Waterfall\x20chart','pareto':_0x3401cf(0x19d),'sankey':_0x3401cf(0x1ea),'heatmap':'Heatmap','boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':_0x3401cf(0x1cb),'accounting':'Accounting','currency':_0x3401cf(0x163),'date':_0x3401cf(0x156),'thousandthPercentile':_0x3401cf(0x1e3),'fieldSetting':_0x3401cf(0x1b5),'formatTypes':_0x3401cf(0x1e1),'confirm':'OK','cancel':_0x3401cf(0x176),'generalDesc':'General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','accountingDesc':_0x3401cf(0x1be),'currencyDesc':_0x3401cf(0x189),'dateDesc':_0x3401cf(0x1cf),'thousandthPercentileDesc':_0x3401cf(0x159),'decimalPlaces':_0x3401cf(0x144),'currencyTypes':_0x3401cf(0x1fd),'negativeNumberTypes':_0x3401cf(0x174),'dateTypes':_0x3401cf(0x1a7)},'setFormat':_0x3401cf(0x1d5)}},t=e;module[_0x3401cf(0x1ad)]=t;
|
|
1
|
+
const _0x1d856a=_0x4459;function _0x4459(_0x172dfe,_0x2ee255){_0x172dfe=_0x172dfe-0xa2;const _0x1b9d56=_0x1b9d();let _0x445956=_0x1b9d56[_0x172dfe];return _0x445956;}(function(_0x40bab4,_0xbcfb9e){const _0x2a9460=_0x4459,_0x2f5e2c=_0x40bab4();while(!![]){try{const _0x32fe58=parseInt(_0x2a9460(0x110))/0x1*(-parseInt(_0x2a9460(0x105))/0x2)+-parseInt(_0x2a9460(0xed))/0x3*(parseInt(_0x2a9460(0xf8))/0x4)+parseInt(_0x2a9460(0x13c))/0x5+-parseInt(_0x2a9460(0x157))/0x6*(parseInt(_0x2a9460(0x11b))/0x7)+parseInt(_0x2a9460(0x102))/0x8+parseInt(_0x2a9460(0xc8))/0x9*(-parseInt(_0x2a9460(0xc9))/0xa)+-parseInt(_0x2a9460(0xbe))/0xb*(-parseInt(_0x2a9460(0x131))/0xc);if(_0x32fe58===_0xbcfb9e)break;else _0x2f5e2c['push'](_0x2f5e2c['shift']());}catch(_0x3157a7){_0x2f5e2c['push'](_0x2f5e2c['shift']());}}}(_0x1b9d,0x56950));const e={'chart':{'insertChart':_0x1d856a(0x120),'editChart':_0x1d856a(0x15d),'openChartPanel':_0x1d856a(0xe4),'deleteChart':_0x1d856a(0x143),'hideChartPanel':_0x1d856a(0x112),'setupChart':_0x1d856a(0x14b),'customChart':_0x1d856a(0xb7),'default':'Default','reset':'Reset','chartType':_0x1d856a(0xe5),'themes':_0x1d856a(0xc3),'dataRange':_0x1d856a(0xcb),'stack':'Stack','category':_0x1d856a(0x13a),'aggregate':_0x1d856a(0x10e),'allSeries':'All\x20series','series':_0x1d856a(0xde),'addSeries':_0x1d856a(0x11c),'moreSettings':_0x1d856a(0xd4),'min':'Min','max':'Max','invalidType':{'gaps':_0x1d856a(0xc0),'zero':_0x1d856a(0x11a),'connectDataPointsWithStraightLines':_0x1d856a(0xe0)},'blank':'(Blank)','seriesBlock':{'format':_0x1d856a(0x10b),'dataPointStyle':'Data\x20point\x20style'},'backgroundColor':_0x1d856a(0xf9),'chartBorderColor':_0x1d856a(0x124),'titles':{'title':_0x1d856a(0xf6),'mainTitle':_0x1d856a(0xa2),'subTitle':_0x1d856a(0xa5),'xAxisTitle':_0x1d856a(0x14a),'yAxisTitle':_0x1d856a(0x119),'rightYAxisTitle':_0x1d856a(0x116),'titleFormat':_0x1d856a(0xef),'titleText':_0x1d856a(0x10f),'titlePosition':'Title\x20position','titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':_0x1d856a(0xe8),'center':_0x1d856a(0xb2),'end':'End'},'gradientFill':_0x1d856a(0x10a),'settingsLabels':{'switchToRowOrColumn':_0x1d856a(0xd3),'useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':_0x1d856a(0x16d)},'positionType':{'auto':'Auto','inside':_0x1d856a(0xcf),'outside':_0x1d856a(0x138),'top':_0x1d856a(0xbb),'bottom':_0x1d856a(0x15c),'left':_0x1d856a(0x114),'right':_0x1d856a(0x165),'hide':'Hide'},'align':{'left':_0x1d856a(0x114),'center':'Center','right':_0x1d856a(0x165)},'alignY':{'top':_0x1d856a(0xbb),'middle':_0x1d856a(0x163),'bottom':'Bottom'},'chartStyle':_0x1d856a(0x126),'chartAndAxisTitles':_0x1d856a(0x13b),'legend':_0x1d856a(0x103),'legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x1d856a(0xf4),'multiple':_0x1d856a(0xd0),'close':_0x1d856a(0xc1)},'legendVisualMapType':{'continuous':_0x1d856a(0xee),'piecewise':_0x1d856a(0x104)},'axes':{'axis':_0x1d856a(0x161),'axisOptions':_0x1d856a(0x113),'horizontalAxis':_0x1d856a(0x121),'verticalAxis':_0x1d856a(0x144),'rightVerticalAxis':_0x1d856a(0xfb),'leftAxis':_0x1d856a(0x118),'rightAxis':'Right\x20axis','useRightAxis':_0x1d856a(0xad)},'position':'Position','dataLabels':_0x1d856a(0xcc),'gridlinesAndTicks':_0x1d856a(0x162),'indicatorLine':_0x1d856a(0x15b),'indicatorLineType':_0x1d856a(0x101),'indicatorLineColor':_0x1d856a(0xc7),'indicatorLabel':_0x1d856a(0xaa),'indicatorValue':'Indicator\x20value','shape':{'polygon':_0x1d856a(0x146),'circle':_0x1d856a(0x12c),'square':_0x1d856a(0x136),'triangle':_0x1d856a(0xb1),'diamond':_0x1d856a(0xb5),'rect':_0x1d856a(0xf1),'roundRect':_0x1d856a(0xb9),'pin':_0x1d856a(0x154),'arrow':_0x1d856a(0xdf),'none':'None','emptyCircle':_0x1d856a(0xb0),'emptySquare':_0x1d856a(0x133),'emptyTriangle':_0x1d856a(0xfe),'emptyDiamond':_0x1d856a(0xba),'emptyRect':'Empty\x20rectangle','emptyRoundRect':_0x1d856a(0xe3),'emptyPin':_0x1d856a(0x10c),'emptyArrow':_0x1d856a(0x13d)},'border':_0x1d856a(0xae),'value':'Value','fill':_0x1d856a(0x13e),'line':'Line','withOpacity':_0x1d856a(0xab),'withColor':_0x1d856a(0x129),'withThickness':_0x1d856a(0xa6),'withType':_0x1d856a(0x151),'withSize':'{0}\x20with\x20size','withShape':_0x1d856a(0x16b),'withFormat':_0x1d856a(0xdd),'dataPoint':_0x1d856a(0xa9),'dataNodeShape':'Data\x20node\x20shape','addDataPoint':_0x1d856a(0xbc),'point':_0x1d856a(0xd1),'percentage':_0x1d856a(0xfd),'lineType':{'line':_0x1d856a(0x115),'smooth':_0x1d856a(0xc2),'step':_0x1d856a(0x16e)},'stackType':{'stack':_0x1d856a(0x168),'percent':'Percent\x20stack'},'lineDashType':'Line\x20dash\x20type','dashType':{'solid':_0x1d856a(0xf2),'dash':'Dash','dot':_0x1d856a(0xdb)},'color':'Color','gridlines':{'majorGridlines':'Major\x20gridlines','text':'Gridlines'},'ticks':{'majorTick':'Major\x20tick','tickPosition':'Tick\x20position','tickLength':_0x1d856a(0xec)},'none':_0x1d856a(0x145),'theIndexItem':_0x1d856a(0xda),'seriesDefaultName':_0x1d856a(0x12d),'categoryDefaultName':_0x1d856a(0x14d),'styleEditPanel':{'showLabels':_0x1d856a(0xf5),'showDataLabels':'Show\x20data\x20labels','padAngle':_0x1d856a(0x16c),'halfPie':'Half\x20pie','rosePie':_0x1d856a(0x153),'pieValScale':'Value\x20scale','pieValSuffix':'Value\x20suffix','pieDigitalFixed':_0x1d856a(0x149),'showLabelLine':_0x1d856a(0xd2),'reverseAxisOrder':_0x1d856a(0x140),'showAxisLine':_0x1d856a(0xa3),'labelPosition':_0x1d856a(0x152),'labelText':_0x1d856a(0x117),'repeatWordCould':'Repeat\x20word\x20cloud','gap':'Gap','useAbsValue':_0x1d856a(0xff),'labelRotate':_0x1d856a(0x141),'wordCloudShape':_0x1d856a(0x169),'useDateAxis':_0x1d856a(0x122),'dateAxisTips':'Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format'},'doughnutHole':_0x1d856a(0x132),'radar':{'fill':_0x1d856a(0x13e)},'msg':{'invalidSource':_0x1d856a(0x13f),'emptyTips':_0x1d856a(0x111),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':'Word\x20cloud','word':_0x1d856a(0x109),'frequency':_0x1d856a(0x100)},'trendline':{'name':_0x1d856a(0xf0),'displayName':_0x1d856a(0x14f),'addTrendLine':_0x1d856a(0x15a),'trendlineType':_0x1d856a(0x14c),'trendlineName':_0x1d856a(0x14f),'trendlineColor':_0x1d856a(0xfa),'trendlineThickness':_0x1d856a(0x150),'trendlineDashType':'Trendline\x20dash\x20type','exp':_0x1d856a(0x127),'linear':_0x1d856a(0x12f),'log':'Logarithmic','pow':'Power','movingAvg':_0x1d856a(0x12e),'poly':_0x1d856a(0xc6),'order':_0x1d856a(0xac),'period':_0x1d856a(0xbf),'showFormula':_0x1d856a(0xdc),'showR2':_0x1d856a(0x108),'formula':'Formula','r2':_0x1d856a(0xb3)},'bubble':{'xAxis':'X-axis','yAxis':_0x1d856a(0xfc),'size':_0x1d856a(0x125),'label':_0x1d856a(0x135),'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':_0x1d856a(0xe7),'auto':_0x1d856a(0xe1),'circular':'Circular','force':_0x1d856a(0x107),'useValueAsSymbolSize':'Use\x20value\x20as\x20node\x20size','layoutType':_0x1d856a(0x11e),'forceOptions':_0x1d856a(0xd9),'repulsion':_0x1d856a(0xa7),'gravity':_0x1d856a(0x106),'edgeLength':_0x1d856a(0x123),'rotateLabel':'Rotate\x20label','emphasis':_0x1d856a(0xb6),'emptyTips':_0x1d856a(0x12b)},'waterfall':{'stackType':_0x1d856a(0x11f),'arrangement':_0x1d856a(0x130),'stacked':'Stacked','positive':_0x1d856a(0xd7),'negative':_0x1d856a(0x16a),'subtotal':'Subtotal','showSubtotal':_0x1d856a(0x12a),'positiveStyle':_0x1d856a(0x142),'negativeStyle':'Negative\x20Style','subtotalStyle':_0x1d856a(0xeb),'positiveLegendText':_0x1d856a(0xe9),'negativeLegendText':_0x1d856a(0x158),'subtotalLegendText':_0x1d856a(0x11d)},'pareto':{'lineName':_0x1d856a(0x160),'lineSeries':_0x1d856a(0xa8),'barSeries':_0x1d856a(0x137)},'visualMapScope':_0x1d856a(0xce),'boxplot':{'min':_0x1d856a(0xe2),'q1':_0x1d856a(0xb4),'median':_0x1d856a(0xc5),'q3':_0x1d856a(0xd6),'max':_0x1d856a(0x14e)}},'chartTypes':{'line':_0x1d856a(0x155),'area':_0x1d856a(0xa4),'areaStacked':'Stacked\x20area\x20chart','areaPercentStacked':_0x1d856a(0x147),'column':_0x1d856a(0x156),'bar':'Bar\x20chart','barStacked':'Stacked\x20bar\x20chart','barPercentStacked':_0x1d856a(0xe6),'pie':_0x1d856a(0x128),'donut':_0x1d856a(0xea),'scatter':_0x1d856a(0xcd),'radar':'Radar\x20chart','bubble':_0x1d856a(0xf3),'stock':_0x1d856a(0xd5),'combination':_0x1d856a(0xd8),'wordCloud':'Word\x20cloud\x20chart','funnel':'Funnel\x20chart','relation':_0x1d856a(0xe7),'waterfall':'Waterfall\x20chart','pareto':'Pareto\x20chart','sankey':_0x1d856a(0x159),'heatmap':'Heatmap','boxplot':_0x1d856a(0x15e)},'dialog':{'numfmt':{'general':'General','accounting':_0x1d856a(0x164),'currency':'Currency','date':_0x1d856a(0xf7),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x1d856a(0xca),'formatTypes':_0x1d856a(0x10d),'confirm':'OK','cancel':_0x1d856a(0xbd),'generalDesc':_0x1d856a(0x166),'accountingDesc':_0x1d856a(0x134),'currencyDesc':_0x1d856a(0xc4),'dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x1d856a(0x15f),'decimalPlaces':_0x1d856a(0x148),'currencyTypes':_0x1d856a(0x167),'negativeNumberTypes':_0x1d856a(0x16f),'dateTypes':_0x1d856a(0x139)},'setFormat':_0x1d856a(0xb8)}};function _0x1b9d(){const _0x2b279a=['Outside','Date\x20Types','Category','Chart\x20and\x20axis\x20titles','492870LCZZgK','Empty\x20arrow','Fill','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Reverse\x20axis\x20order','Label\x20rotate','Positive\x20Style','Delete\x20chart','Vertical\x20axis','None','Polygon','Percent\x20stacked\x20area\x20chart','Decimal\x20Places','Digital\x20fixed','X-axis\x20title','Setup','Trendline\x20type','Category\x20{0}','Maximum','Trendline\x20name','Trendline\x20thickness','{0}\x20with\x20type','Label\x20position','Rose\x20pie','Pin','Line\x20chart','Column\x20chart','6510SVGNsU','Negative\x20Legend\x20Text','Sankey\x20chart','Add\x20trendline','Indicator\x20line','Bottom','Chart\x20editor','Boxplot\x20chart','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Cumulative\x20Percentage','Axis','Gridlines\x20and\x20ticks','Middle','Accounting','Right','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Currency\x20Types','Stack','Word\x20cloud\x20shape','Negative','{0}\x20with\x20shape','Label\x20padding\x20angle','Show\x20empty\x20cells\x20as','Step','Negative\x20Number\x20Types','Main\x20title','Show\x20axis\x20line','Area\x20chart','Sub\x20title','{0}\x20with\x20thickness','Repulsion','Cumulative\x20Percentage\x20Series','Data\x20point','Indicator\x20label','{0}\x20with\x20opacity','Polynomial\x20order','Use\x20right\x20axis','Border','exports','Empty\x20circle','Triangle','Center','R\x20squared','First\x20quartile','Diamond','Enable\x20selection\x20fade-in\x20effect','Customize','Set\x20label\x20format','Round\x20rectangle','Empty\x20diamond','Top','Add\x20data\x20point','Cancel','2453ifoEZe','Moving\x20average\x20period','gaps','Close','Smooth','Themes','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Median','Polynomial','Indicator\x20line\x20color','246735eqfvFp','20GwqRRc','Field\x20Settings','Data\x20range','Data\x20labels','Scatter\x20chart','Visual\x20map\x20scope','Inside','Multiple','Point','Show\x20label\x20line','Switch\x20to\x20row/column','More\x20settings','Stock\x20chart','Third\x20quartile','Positive','Combination\x20chart','Force-directed\x20options','The\x20{0}\x20item','Dot','Show\x20formula','{0}\x20with\x20format','Series','Arrow','Connect\x20data\x20points\x20with\x20straight\x20lines','Auto','Minimum','Empty\x20round\x20rectangle','Open\x20chart\x20panel','Chart\x20type','Percent\x20stacked\x20bar\x20chart','Relation\x20chart','Start','Positive\x20Legend\x20Text','Donut\x20chart','Subtotal\x20Style','Tick\x20length','20487enZhln','Continuous','Title\x20format','Trendline','Rectangle','Solid','Bubble\x20chart','Single','Show\x20labels','Title','Date','80koDUPL','Background\x20color','Trendline\x20color','Right\x20vertical\x20axis','Y-axis','Percentage','Empty\x20triangle','Use\x20absolute\x20value','Frequency','Indicator\x20line\x20type','690000wIHUYX','Legend','Piecewise','14hQTIPH','Gravity','Force-directed','Show\x20R\x20squared','Word','Gradient\x20fill','Format','Empty\x20pin','Format\x20Types','Aggregate','Title\x20text','60713EtUKsy','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Hide\x20chart\x20panel','Axis\x20options','Left','Line','Right\x20Y-axis\x20title','Label\x20text','Left\x20axis','Y-axis\x20title','zero','2947AFrSYJ','Add\x20series','Subtotal\x20Legend\x20Text','Layout\x20type','Stack\x20Type','Insert\x20chart','Horizontal\x20axis','Use\x20date\x20axis','Node\x20distance','Chart\x20border\x20color','Bubble\x20size','Chart\x20style','Exponential','Pie\x20chart','{0}\x20with\x20color','Show\x20Subtotal','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Circle','Series\x20{0}','Moving\x20average','Linear','Sequential','66888ynIFMs','Doughnut\x20hole','Empty\x20square','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Bubble\x20label','Square','Bar\x20Chart\x20Series'];_0x1b9d=function(){return _0x2b279a;};return _0x1b9d();}module[_0x1d856a(0xaf)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function _0x5329(){const _0x121c69=['Continuous','Category','Trendline\x20color','Maximum','Gridlines','Multiple','Set\x20label\x20format','Point','{0}\x20with\x20opacity','1uJbDcO','Gridlines\x20and\x20ticks','Themes','{0}\x20with\x20thickness','Formula','Empty\x20arrow','Chart\x20editor','Rose\x20pie','411309UeMmon','Trendline\x20dash\x20type','Cancel','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Category\x20{0}','Pie\x20chart','Format','Empty\x20square','Inside','Sankey\x20chart','Heatmap','Switch\x20to\x20row/column','Layout\x20type','Diamond','{0}\x20with\x20size','Step','(Blank)','Median','Add\x20series','Frequency','Data\x20point\x20style','Date','X-axis\x20title','Show\x20labels','Repulsion','Stacked\x20area\x20chart','Empty\x20pin','Horizontal\x20axis','Percent\x20stacked\x20area\x20chart','Auto','Use\x20value\x20as\x20node\x20size','Trendline\x20name','Linear','Percent\x20stacked\x20bar\x20chart','Tick\x20position','Stack\x20Type','Indicator\x20label','Reverse\x20axis\x20order','Circle','Title\x20format','Smooth','Digital\x20fixed','Power','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Arrow','The\x20{0}\x20item','End','Waterfall\x20chart','Axis','Min','Gradient\x20fill','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Start','Line\x20chart','Line','Subtotal\x20Legend\x20Text','Fill','Date\x20Types','Radar\x20chart','Background\x20color','Series','gaps','Outside','Bubble\x20size','Percent\x20stack','Rotate\x20label','Border','Cumulative\x20Percentage','Negative','Indicator\x20line\x20type','Title','Moving\x20average\x20period','Legend\x20select\x20mode','Vertical\x20axis','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Positive','Show\x20formula','Relation\x20chart','Minimum','104CfIiMw','Use\x20absolute\x20value','Major\x20tick','Axis\x20options','Indicator\x20value','Empty\x20circle','Circular','Field\x20Settings','Line\x20dash\x20type','Dash','Polygon','Currency\x20Types','Right\x20vertical\x20axis','Left\x20axis','First\x20quartile','Subtotal\x20Style','Gravity','Value','Middle','Connect\x20data\x20points\x20with\x20straight\x20lines','218184HsbxQH','Label\x20text','Column\x20chart','Donut\x20chart','Setup','Exponential','Add\x20trendline','Use\x20{0}\x20as\x20category','Bubble\x20chart','Cumulative\x20Percentage\x20Series','Third\x20quartile','3376604ujXVHy','Scatter\x20chart','Dot','General','Show\x20Subtotal','Negative\x20Legend\x20Text','Sub\x20title','724040QSRLAE','Left','Trendline','Polynomial\x20order','Solid','Chart\x20and\x20axis\x20titles','Major\x20gridlines','All\x20series','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Trendline\x20type','Sequential','Right','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Pareto\x20chart','Top','Combination\x20chart','Show\x20R\x20squared','Title\x20position','Bar\x20Chart\x20Series','22rXxpen','Axis\x20title\x20align','Positive\x20Style','Show\x20empty\x20cells\x20as','{0}\x20with\x20type','Moving\x20average','165222YfAcHs','6639130lXQSFC','Area\x20chart','Data\x20point','Force-directed','Series\x20{0}','Decimal\x20Places','Add\x20data\x20point','Stack','Close','Data\x20node\x20shape','Round\x20rectangle','Main\x20title','Enable\x20selection\x20fade-in\x20effect','Right\x20Y-axis\x20title','Piecewise','Accounting','5rDNjUC','Chart\x20border\x20color','Word\x20cloud\x20chart','Center','Bar\x20chart','Hide','Pin','Rectangle','Label\x20position','1049464KDxMqT','{0}\x20with\x20format','Right\x20axis','Gap','Use\x20right\x20axis','More\x20settings','Empty\x20round\x20rectangle','Hide\x20chart\x20panel','Subtotal','R\x20squared','Polynomial','Position','{0}\x20with\x20shape','X-axis','Customize','Empty\x20rectangle','None','Label\x20rotate','Triangle','{0}\x20with\x20color','Visual\x20map\x20scope','Doughnut\x20hole','Half\x20pie','Show\x20label\x20line'];_0x5329=function(){return _0x121c69;};return _0x5329();}const _0x20d8cc=_0x5b47;(function(_0x14d418,_0x10a14c){const _0x516360=_0x5b47,_0x1239c8=_0x14d418();while(!![]){try{const _0x222c9e=-parseInt(_0x516360(0xe4))/0x1*(-parseInt(_0x516360(0x162))/0x2)+-parseInt(_0x516360(0x150))/0x3+parseInt(_0x516360(0xc3))/0x4*(-parseInt(_0x516360(0xba))/0x5)+parseInt(_0x516360(0x17b))/0x6+-parseInt(_0x516360(0x15b))/0x7+-parseInt(_0x516360(0x13c))/0x8*(parseInt(_0x516360(0xec))/0x9)+-parseInt(_0x516360(0x17c))/0xa*(-parseInt(_0x516360(0x175))/0xb);if(_0x222c9e===_0x10a14c)break;else _0x1239c8['push'](_0x1239c8['shift']());}catch(_0x183cea){_0x1239c8['push'](_0x1239c8['shift']());}}}(_0x5329,0x4aa8c));function _0x5b47(_0x4cea22,_0x2180f3){_0x4cea22=_0x4cea22-0xb9;const _0x532932=_0x5329();let _0x5b4724=_0x532932[_0x4cea22];return _0x5b4724;}const e={'chart':{'insertChart':'Insert\x20chart','editChart':_0x20d8cc(0xea),'openChartPanel':'Open\x20chart\x20panel','deleteChart':'Delete\x20chart','hideChartPanel':_0x20d8cc(0xca),'setupChart':_0x20d8cc(0x154),'customChart':_0x20d8cc(0xd1),'default':'Default','reset':'Reset','chartType':'Chart\x20type','themes':_0x20d8cc(0xe6),'dataRange':'Data\x20range','stack':'Stack','category':_0x20d8cc(0xdc),'aggregate':'Aggregate','allSeries':_0x20d8cc(0x169),'series':_0x20d8cc(0x128),'addSeries':_0x20d8cc(0xfe),'moreSettings':_0x20d8cc(0xc8),'min':_0x20d8cc(0x11d),'max':'Max','invalidType':{'gaps':_0x20d8cc(0x129),'zero':'zero','connectDataPointsWithStraightLines':_0x20d8cc(0x14f)},'blank':_0x20d8cc(0xfc),'seriesBlock':{'format':_0x20d8cc(0xf2),'dataPointStyle':_0x20d8cc(0x100)},'backgroundColor':_0x20d8cc(0x127),'chartBorderColor':_0x20d8cc(0xbb),'titles':{'title':_0x20d8cc(0x132),'mainTitle':_0x20d8cc(0x187),'subTitle':_0x20d8cc(0x161),'xAxisTitle':_0x20d8cc(0x102),'yAxisTitle':'Y-axis\x20title','rightYAxisTitle':_0x20d8cc(0x189),'titleFormat':_0x20d8cc(0x113),'titleText':'Title\x20text','titlePosition':_0x20d8cc(0x173),'titleAlign':_0x20d8cc(0x176)},'axisPositionType':{'start':_0x20d8cc(0x120),'center':_0x20d8cc(0xbd),'end':_0x20d8cc(0x11a)},'gradientFill':_0x20d8cc(0x11e),'settingsLabels':{'switchToRowOrColumn':_0x20d8cc(0xf7),'useAsCategoryLabels':_0x20d8cc(0x157),'showEmptyCellsAs':_0x20d8cc(0x178)},'positionType':{'auto':_0x20d8cc(0x109),'inside':_0x20d8cc(0xf4),'outside':_0x20d8cc(0x12a),'top':_0x20d8cc(0x170),'bottom':'Bottom','left':_0x20d8cc(0x163),'right':_0x20d8cc(0x16d),'hide':_0x20d8cc(0xbf)},'align':{'left':_0x20d8cc(0x163),'center':'Center','right':_0x20d8cc(0x16d)},'alignY':{'top':_0x20d8cc(0x170),'middle':_0x20d8cc(0x14e),'bottom':'Bottom'},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x20d8cc(0x167),'legend':'Legend','legendSelectMode':_0x20d8cc(0x134),'legendSelectModeType':{'single':'Single','multiple':_0x20d8cc(0xe0),'close':_0x20d8cc(0x184)},'legendVisualMapType':{'continuous':_0x20d8cc(0xdb),'piecewise':_0x20d8cc(0x18a)},'axes':{'axis':_0x20d8cc(0x11c),'axisOptions':_0x20d8cc(0x13f),'horizontalAxis':_0x20d8cc(0x107),'verticalAxis':_0x20d8cc(0x135),'rightVerticalAxis':_0x20d8cc(0x148),'leftAxis':_0x20d8cc(0x149),'rightAxis':_0x20d8cc(0xc5),'useRightAxis':_0x20d8cc(0xc7)},'position':_0x20d8cc(0xce),'dataLabels':'Data\x20labels','gridlinesAndTicks':_0x20d8cc(0xe5),'indicatorLine':'Indicator\x20line','indicatorLineType':_0x20d8cc(0x131),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':_0x20d8cc(0x110),'indicatorValue':_0x20d8cc(0x140),'shape':{'polygon':_0x20d8cc(0x146),'circle':_0x20d8cc(0x112),'square':'Square','triangle':_0x20d8cc(0xd5),'diamond':_0x20d8cc(0xf9),'rect':_0x20d8cc(0xc1),'roundRect':_0x20d8cc(0x186),'pin':_0x20d8cc(0xc0),'arrow':_0x20d8cc(0x118),'none':_0x20d8cc(0xd3),'emptyCircle':_0x20d8cc(0x141),'emptySquare':_0x20d8cc(0xf3),'emptyTriangle':'Empty\x20triangle','emptyDiamond':'Empty\x20diamond','emptyRect':_0x20d8cc(0xd2),'emptyRoundRect':_0x20d8cc(0xc9),'emptyPin':_0x20d8cc(0x106),'emptyArrow':_0x20d8cc(0xe9)},'border':_0x20d8cc(0x12e),'value':_0x20d8cc(0x14d),'fill':_0x20d8cc(0x124),'line':_0x20d8cc(0x122),'withOpacity':_0x20d8cc(0xe3),'withColor':_0x20d8cc(0xd6),'withThickness':_0x20d8cc(0xe7),'withType':_0x20d8cc(0x179),'withSize':_0x20d8cc(0xfa),'withShape':_0x20d8cc(0xcf),'withFormat':_0x20d8cc(0xc4),'dataPoint':_0x20d8cc(0x17e),'dataNodeShape':_0x20d8cc(0x185),'addDataPoint':_0x20d8cc(0x182),'point':_0x20d8cc(0xe2),'percentage':'Percentage','lineType':{'line':_0x20d8cc(0x122),'smooth':_0x20d8cc(0x114),'step':_0x20d8cc(0xfb)},'stackType':{'stack':_0x20d8cc(0x183),'percent':_0x20d8cc(0x12c)},'lineDashType':_0x20d8cc(0x144),'dashType':{'solid':_0x20d8cc(0x166),'dash':_0x20d8cc(0x145),'dot':_0x20d8cc(0x15d)},'color':'Color','gridlines':{'majorGridlines':_0x20d8cc(0x168),'text':_0x20d8cc(0xdf)},'ticks':{'majorTick':_0x20d8cc(0x13e),'tickPosition':_0x20d8cc(0x10e),'tickLength':'Tick\x20length'},'none':_0x20d8cc(0xd3),'theIndexItem':_0x20d8cc(0x119),'seriesDefaultName':_0x20d8cc(0x180),'categoryDefaultName':_0x20d8cc(0xf0),'styleEditPanel':{'showLabels':_0x20d8cc(0x103),'showDataLabels':'Show\x20data\x20labels','padAngle':'Label\x20padding\x20angle','halfPie':_0x20d8cc(0xd9),'rosePie':_0x20d8cc(0xeb),'pieValScale':'Value\x20scale','pieValSuffix':'Value\x20suffix','pieDigitalFixed':_0x20d8cc(0x115),'showLabelLine':_0x20d8cc(0xda),'reverseAxisOrder':_0x20d8cc(0x111),'showAxisLine':'Show\x20axis\x20line','labelPosition':_0x20d8cc(0xc2),'labelText':_0x20d8cc(0x151),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x20d8cc(0xc6),'useAbsValue':_0x20d8cc(0x13d),'labelRotate':_0x20d8cc(0xd4),'wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':'Use\x20date\x20axis','dateAxisTips':_0x20d8cc(0x16a)},'doughnutHole':_0x20d8cc(0xd8),'radar':{'fill':_0x20d8cc(0x124)},'msg':{'invalidSource':_0x20d8cc(0xef),'emptyTips':_0x20d8cc(0x136),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':'Word\x20cloud','word':'Word','frequency':_0x20d8cc(0xff)},'trendline':{'name':_0x20d8cc(0x164),'displayName':'Trendline\x20name','addTrendLine':_0x20d8cc(0x156),'trendlineType':_0x20d8cc(0x16b),'trendlineName':_0x20d8cc(0x10b),'trendlineColor':_0x20d8cc(0xdd),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':_0x20d8cc(0xed),'exp':_0x20d8cc(0x155),'linear':_0x20d8cc(0x10c),'log':'Logarithmic','pow':_0x20d8cc(0x116),'movingAvg':_0x20d8cc(0x17a),'poly':_0x20d8cc(0xcd),'order':_0x20d8cc(0x165),'period':_0x20d8cc(0x133),'showFormula':_0x20d8cc(0x139),'showR2':_0x20d8cc(0x172),'formula':_0x20d8cc(0xe8),'r2':_0x20d8cc(0xcc)},'bubble':{'xAxis':_0x20d8cc(0xd0),'yAxis':'Y-axis','size':_0x20d8cc(0x12b),'label':'Bubble\x20label','emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':'Relation\x20chart','auto':_0x20d8cc(0x109),'circular':_0x20d8cc(0x142),'force':_0x20d8cc(0x17f),'useValueAsSymbolSize':_0x20d8cc(0x10a),'layoutType':_0x20d8cc(0xf8),'forceOptions':'Force-directed\x20options','repulsion':_0x20d8cc(0x104),'gravity':_0x20d8cc(0x14c),'edgeLength':'Node\x20distance','rotateLabel':_0x20d8cc(0x12d),'emphasis':_0x20d8cc(0x188),'emptyTips':_0x20d8cc(0x137)},'waterfall':{'stackType':_0x20d8cc(0x10f),'arrangement':_0x20d8cc(0x16c),'stacked':'Stacked','positive':_0x20d8cc(0x138),'negative':_0x20d8cc(0x130),'subtotal':_0x20d8cc(0xcb),'showSubtotal':_0x20d8cc(0x15f),'positiveStyle':_0x20d8cc(0x177),'negativeStyle':'Negative\x20Style','subtotalStyle':_0x20d8cc(0x14b),'positiveLegendText':'Positive\x20Legend\x20Text','negativeLegendText':_0x20d8cc(0x160),'subtotalLegendText':_0x20d8cc(0x123)},'pareto':{'lineName':_0x20d8cc(0x12f),'lineSeries':_0x20d8cc(0x159),'barSeries':_0x20d8cc(0x174)},'visualMapScope':_0x20d8cc(0xd7),'boxplot':{'min':_0x20d8cc(0x13b),'q1':_0x20d8cc(0x14a),'median':_0x20d8cc(0xfd),'q3':_0x20d8cc(0x15a),'max':_0x20d8cc(0xde)}},'chartTypes':{'line':_0x20d8cc(0x121),'area':_0x20d8cc(0x17d),'areaStacked':_0x20d8cc(0x105),'areaPercentStacked':_0x20d8cc(0x108),'column':_0x20d8cc(0x152),'bar':_0x20d8cc(0xbe),'barStacked':'Stacked\x20bar\x20chart','barPercentStacked':_0x20d8cc(0x10d),'pie':_0x20d8cc(0xf1),'donut':_0x20d8cc(0x153),'scatter':_0x20d8cc(0x15c),'radar':_0x20d8cc(0x126),'bubble':_0x20d8cc(0x158),'stock':'Stock\x20chart','combination':_0x20d8cc(0x171),'wordCloud':_0x20d8cc(0xbc),'funnel':'Funnel\x20chart','relation':_0x20d8cc(0x13a),'waterfall':_0x20d8cc(0x11b),'pareto':_0x20d8cc(0x16f),'sankey':_0x20d8cc(0xf5),'heatmap':_0x20d8cc(0xf6),'boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':_0x20d8cc(0x15e),'accounting':_0x20d8cc(0xb9),'currency':'Currency','date':_0x20d8cc(0x101),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x20d8cc(0x143),'formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x20d8cc(0xee),'generalDesc':_0x20d8cc(0x16e),'accountingDesc':'Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','currencyDesc':_0x20d8cc(0x117),'dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x20d8cc(0x11f),'decimalPlaces':_0x20d8cc(0x181),'currencyTypes':_0x20d8cc(0x147),'negativeNumberTypes':'Negative\x20Number\x20Types','dateTypes':_0x20d8cc(0x125)},'setFormat':_0x20d8cc(0xe1)}};module['exports']=e;
|
|
1
|
+
const _0xc5a57f=_0x1e6f;function _0x1e6f(_0x3ffe2d,_0x1de0ab){_0x3ffe2d=_0x3ffe2d-0xe4;const _0x4a9bcb=_0x4a9b();let _0x1e6ffe=_0x4a9bcb[_0x3ffe2d];return _0x1e6ffe;}(function(_0x2369cc,_0xad0f22){const _0x1faf92=_0x1e6f,_0x4f7e7e=_0x2369cc();while(!![]){try{const _0x1b7d6c=-parseInt(_0x1faf92(0x15d))/0x1+-parseInt(_0x1faf92(0x13b))/0x2*(parseInt(_0x1faf92(0x12e))/0x3)+parseInt(_0x1faf92(0x19c))/0x4+-parseInt(_0x1faf92(0x180))/0x5*(parseInt(_0x1faf92(0x1ab))/0x6)+parseInt(_0x1faf92(0x100))/0x7+-parseInt(_0x1faf92(0x199))/0x8*(parseInt(_0x1faf92(0x11f))/0x9)+parseInt(_0x1faf92(0x165))/0xa;if(_0x1b7d6c===_0xad0f22)break;else _0x4f7e7e['push'](_0x4f7e7e['shift']());}catch(_0x4e7efa){_0x4f7e7e['push'](_0x4f7e7e['shift']());}}}(_0x4a9b,0x3e1d9));function _0x4a9b(){const _0x2629c2=['Rose\x20pie','(Blank)','Empty\x20square','Dash','Stacked\x20area\x20chart','Bar\x20Chart\x20Series','Inside','Frequency','140286zpHkjN','Chart\x20style','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Repeat\x20word\x20cloud','Add\x20data\x20point','Field\x20Settings','Negative\x20Number\x20Types','Circular','Themes','Add\x20trendline','Percent\x20stacked\x20bar\x20chart','Solid','Indicator\x20line\x20type','Legend\x20select\x20mode','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Relation\x20chart','Use\x20right\x20axis','Empty\x20pin','Customize','Cumulative\x20Percentage\x20Series','Pin','Stack\x20Type','X-axis','Default','Category','Linear','Gravity','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Start','Continuous','Diamond','Logarithmic','Force-directed','Title\x20position','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Title\x20text','Radar\x20chart','Data\x20node\x20shape','Arrow','Force-directed\x20options','Add\x20series','Data\x20point','Line','976850lFdaMn','Color','Polynomial\x20order','Boxplot\x20chart','Right\x20axis','Y-axis','Smooth','Top','Bubble\x20label','Series\x20{0}','Axis\x20title\x20align','Position','Stacked','Thousandth\x20Percentile','Use\x20absolute\x20value','Show\x20Subtotal','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Cancel','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Open\x20chart\x20panel','Chart\x20and\x20axis\x20titles','Show\x20label\x20line','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Third\x20quartile','More\x20settings','Legend','Maximum','{0}\x20with\x20size','Exponential','Series','Subtotal\x20Legend\x20Text','16605xktTYV','Formula','Auto','Negative\x20Style','Left\x20axis','Power','Gradient\x20fill','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Gap','Label\x20rotate','Data\x20labels','Value\x20scale','Label\x20text','Minimum','Title\x20format','16209KnnqNp','exports','Area\x20chart','Gridlines\x20and\x20ticks','Half\x20pie','Value','Moving\x20average','Show\x20empty\x20cells\x20as','Aggregate','Format\x20Types','{0}\x20with\x20format','Trendline\x20thickness','Label\x20padding\x20angle','90GPpCbK','Sequential','Word\x20cloud','Show\x20formula','Chart\x20border\x20color','Empty\x20round\x20rectangle','Negative','First\x20quartile','Bubble\x20size','Percent\x20stack','Positive\x20Style','Tick\x20position','Moving\x20average\x20period','Rectangle','gaps','Stack','Switch\x20to\x20row/column','zero','Right\x20vertical\x20axis','Indicator\x20line','Subtotal\x20Style','Indicator\x20line\x20color','Insert\x20chart','Doughnut\x20hole','R\x20squared','Use\x20{0}\x20as\x20category','Gridlines','Middle','Bottom','Show\x20labels','Piecewise','Single','Hide','Circle','506481zGoJvU','Percentage','Center','Hide\x20chart\x20panel','Rotate\x20label','{0}\x20with\x20shape','Main\x20title','Heatmap','13652750ewLjii','Vertical\x20axis','Dot','Currency','{0}\x20with\x20thickness','Sankey\x20chart','Data\x20range','Tick\x20length','Major\x20gridlines','Trendline\x20type','Scatter\x20chart','Step','Max','Node\x20distance','Axis','Enable\x20selection\x20fade-in\x20effect','Empty\x20diamond','Use\x20value\x20as\x20node\x20size','Visual\x20map\x20scope','All\x20series','Fill','Show\x20axis\x20line','Trendline\x20name','Left','Layout\x20type','Line\x20chart','Bubble\x20chart','65KpgzwC','Axis\x20options','X-axis\x20title','Chart\x20editor','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Word\x20cloud\x20chart','Trendline\x20color','Major\x20tick','Show\x20data\x20labels','{0}\x20with\x20color','Percent\x20stacked\x20area\x20chart','Combination\x20chart','Bar\x20chart','Sub\x20title','Label\x20position','Reset','Empty\x20triangle','Delete\x20chart','Empty\x20arrow','Stacked\x20bar\x20chart','Pie\x20chart','Value\x20suffix','Stock\x20chart','Indicator\x20label','Donut\x20chart','1416qzLwzA','Square','Date','518936EinaeG','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Date\x20Types','Trendline','Round\x20rectangle','None','Empty\x20rectangle'];_0x4a9b=function(){return _0x2629c2;};return _0x4a9b();}const e={'chart':{'insertChart':_0xc5a57f(0x151),'editChart':_0xc5a57f(0x183),'openChartPanel':_0xc5a57f(0x113),'deleteChart':_0xc5a57f(0x191),'hideChartPanel':_0xc5a57f(0x160),'setupChart':'Setup','customChart':_0xc5a57f(0xe7),'default':_0xc5a57f(0xec),'reset':_0xc5a57f(0x18f),'chartType':'Chart\x20type','themes':_0xc5a57f(0x1b3),'dataRange':_0xc5a57f(0x16b),'stack':'Stack','category':_0xc5a57f(0xed),'aggregate':_0xc5a57f(0x136),'allSeries':_0xc5a57f(0x178),'series':_0xc5a57f(0x11d),'addSeries':_0xc5a57f(0xfd),'moreSettings':_0xc5a57f(0x118),'min':'Min','max':_0xc5a57f(0x171),'invalidType':{'gaps':_0xc5a57f(0x149),'zero':_0xc5a57f(0x14c),'connectDataPointsWithStraightLines':'Connect\x20data\x20points\x20with\x20straight\x20lines'},'blank':_0xc5a57f(0x1a4),'seriesBlock':{'format':'Format','dataPointStyle':'Data\x20point\x20style'},'backgroundColor':'Background\x20color','chartBorderColor':_0xc5a57f(0x13f),'titles':{'title':'Title','mainTitle':_0xc5a57f(0x163),'subTitle':_0xc5a57f(0x18d),'xAxisTitle':_0xc5a57f(0x182),'yAxisTitle':'Y-axis\x20title','rightYAxisTitle':'Right\x20Y-axis\x20title','titleFormat':_0xc5a57f(0x12d),'titleText':_0xc5a57f(0xf8),'titlePosition':_0xc5a57f(0xf6),'titleAlign':_0xc5a57f(0x10a)},'axisPositionType':{'start':_0xc5a57f(0xf1),'center':_0xc5a57f(0x15f),'end':'End'},'gradientFill':_0xc5a57f(0x125),'settingsLabels':{'switchToRowOrColumn':_0xc5a57f(0x14b),'useAsCategoryLabels':_0xc5a57f(0x154),'showEmptyCellsAs':_0xc5a57f(0x135)},'positionType':{'auto':_0xc5a57f(0x121),'inside':_0xc5a57f(0x1a9),'outside':'Outside','top':'Top','bottom':_0xc5a57f(0x157),'left':_0xc5a57f(0x17c),'right':'Right','hide':_0xc5a57f(0x15b)},'align':{'left':_0xc5a57f(0x17c),'center':_0xc5a57f(0x15f),'right':'Right'},'alignY':{'top':_0xc5a57f(0x107),'middle':_0xc5a57f(0x156),'bottom':_0xc5a57f(0x157)},'chartStyle':_0xc5a57f(0x1ac),'chartAndAxisTitles':_0xc5a57f(0x114),'legend':_0xc5a57f(0x119),'legendSelectMode':_0xc5a57f(0x1b8),'legendSelectModeType':{'single':_0xc5a57f(0x15a),'multiple':'Multiple','close':'Close'},'legendVisualMapType':{'continuous':_0xc5a57f(0xf2),'piecewise':_0xc5a57f(0x159)},'axes':{'axis':_0xc5a57f(0x173),'axisOptions':_0xc5a57f(0x181),'horizontalAxis':'Horizontal\x20axis','verticalAxis':_0xc5a57f(0x166),'rightVerticalAxis':_0xc5a57f(0x14d),'leftAxis':_0xc5a57f(0x123),'rightAxis':_0xc5a57f(0x104),'useRightAxis':_0xc5a57f(0xe5)},'position':_0xc5a57f(0x10b),'dataLabels':_0xc5a57f(0x129),'gridlinesAndTicks':_0xc5a57f(0x131),'indicatorLine':_0xc5a57f(0x14e),'indicatorLineType':_0xc5a57f(0x1b7),'indicatorLineColor':_0xc5a57f(0x150),'indicatorLabel':_0xc5a57f(0x197),'indicatorValue':'Indicator\x20value','shape':{'polygon':'Polygon','circle':_0xc5a57f(0x15c),'square':_0xc5a57f(0x19a),'triangle':'Triangle','diamond':_0xc5a57f(0xf3),'rect':_0xc5a57f(0x148),'roundRect':_0xc5a57f(0x1a0),'pin':_0xc5a57f(0xe9),'arrow':_0xc5a57f(0xfb),'none':_0xc5a57f(0x1a1),'emptyCircle':'Empty\x20circle','emptySquare':_0xc5a57f(0x1a5),'emptyTriangle':_0xc5a57f(0x190),'emptyDiamond':_0xc5a57f(0x175),'emptyRect':_0xc5a57f(0x1a2),'emptyRoundRect':_0xc5a57f(0x140),'emptyPin':_0xc5a57f(0xe6),'emptyArrow':_0xc5a57f(0x192)},'border':'Border','value':_0xc5a57f(0x133),'fill':'Fill','line':'Line','withOpacity':'{0}\x20with\x20opacity','withColor':_0xc5a57f(0x189),'withThickness':_0xc5a57f(0x169),'withType':'{0}\x20with\x20type','withSize':_0xc5a57f(0x11b),'withShape':_0xc5a57f(0x162),'withFormat':_0xc5a57f(0x138),'dataPoint':_0xc5a57f(0xfe),'dataNodeShape':_0xc5a57f(0xfa),'addDataPoint':_0xc5a57f(0x1af),'point':'Point','percentage':_0xc5a57f(0x15e),'lineType':{'line':_0xc5a57f(0xff),'smooth':_0xc5a57f(0x106),'step':_0xc5a57f(0x170)},'stackType':{'stack':_0xc5a57f(0x14a),'percent':_0xc5a57f(0x144)},'lineDashType':'Line\x20dash\x20type','dashType':{'solid':_0xc5a57f(0x1b6),'dash':_0xc5a57f(0x1a6),'dot':_0xc5a57f(0x167)},'color':_0xc5a57f(0x101),'gridlines':{'majorGridlines':_0xc5a57f(0x16d),'text':_0xc5a57f(0x155)},'ticks':{'majorTick':_0xc5a57f(0x187),'tickPosition':_0xc5a57f(0x146),'tickLength':_0xc5a57f(0x16c)},'none':'None','theIndexItem':'The\x20{0}\x20item','seriesDefaultName':_0xc5a57f(0x109),'categoryDefaultName':'Category\x20{0}','styleEditPanel':{'showLabels':_0xc5a57f(0x158),'showDataLabels':_0xc5a57f(0x188),'padAngle':_0xc5a57f(0x13a),'halfPie':_0xc5a57f(0x132),'rosePie':_0xc5a57f(0x1a3),'pieValScale':_0xc5a57f(0x12a),'pieValSuffix':_0xc5a57f(0x195),'pieDigitalFixed':'Digital\x20fixed','showLabelLine':_0xc5a57f(0x115),'reverseAxisOrder':'Reverse\x20axis\x20order','showAxisLine':_0xc5a57f(0x17a),'labelPosition':_0xc5a57f(0x18e),'labelText':_0xc5a57f(0x12b),'repeatWordCould':_0xc5a57f(0x1ae),'gap':_0xc5a57f(0x127),'useAbsValue':_0xc5a57f(0x10e),'labelRotate':_0xc5a57f(0x128),'wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':'Use\x20date\x20axis','dateAxisTips':_0xc5a57f(0x110)},'doughnutHole':_0xc5a57f(0x152),'radar':{'fill':_0xc5a57f(0x179)},'msg':{'invalidSource':_0xc5a57f(0x184),'emptyTips':_0xc5a57f(0x19d),'sankeyCircularTips':_0xc5a57f(0x1ad)},'cloud':{'title':_0xc5a57f(0x13d),'word':'Word','frequency':_0xc5a57f(0x1aa)},'trendline':{'name':_0xc5a57f(0x19f),'displayName':_0xc5a57f(0x17b),'addTrendLine':_0xc5a57f(0x1b4),'trendlineType':_0xc5a57f(0x16e),'trendlineName':_0xc5a57f(0x17b),'trendlineColor':_0xc5a57f(0x186),'trendlineThickness':_0xc5a57f(0x139),'trendlineDashType':'Trendline\x20dash\x20type','exp':_0xc5a57f(0x11c),'linear':_0xc5a57f(0xee),'log':_0xc5a57f(0xf4),'pow':_0xc5a57f(0x124),'movingAvg':_0xc5a57f(0x134),'poly':'Polynomial','order':_0xc5a57f(0x102),'period':_0xc5a57f(0x147),'showFormula':_0xc5a57f(0x13e),'showR2':'Show\x20R\x20squared','formula':_0xc5a57f(0x120),'r2':_0xc5a57f(0x153)},'bubble':{'xAxis':_0xc5a57f(0xeb),'yAxis':_0xc5a57f(0x105),'size':_0xc5a57f(0x143),'label':_0xc5a57f(0x108),'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':_0xc5a57f(0xe4),'auto':_0xc5a57f(0x121),'circular':_0xc5a57f(0x1b2),'force':_0xc5a57f(0xf5),'useValueAsSymbolSize':_0xc5a57f(0x176),'layoutType':_0xc5a57f(0x17d),'forceOptions':_0xc5a57f(0xfc),'repulsion':'Repulsion','gravity':_0xc5a57f(0xef),'edgeLength':_0xc5a57f(0x172),'rotateLabel':_0xc5a57f(0x161),'emphasis':_0xc5a57f(0x174),'emptyTips':_0xc5a57f(0x126)},'waterfall':{'stackType':_0xc5a57f(0xea),'arrangement':_0xc5a57f(0x13c),'stacked':_0xc5a57f(0x10c),'positive':'Positive','negative':_0xc5a57f(0x141),'subtotal':'Subtotal','showSubtotal':_0xc5a57f(0x10f),'positiveStyle':_0xc5a57f(0x145),'negativeStyle':_0xc5a57f(0x122),'subtotalStyle':_0xc5a57f(0x14f),'positiveLegendText':'Positive\x20Legend\x20Text','negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0xc5a57f(0x11e)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':_0xc5a57f(0xe8),'barSeries':_0xc5a57f(0x1a8)},'visualMapScope':_0xc5a57f(0x177),'boxplot':{'min':_0xc5a57f(0x12c),'q1':_0xc5a57f(0x142),'median':'Median','q3':_0xc5a57f(0x117),'max':_0xc5a57f(0x11a)}},'chartTypes':{'line':_0xc5a57f(0x17e),'area':_0xc5a57f(0x130),'areaStacked':_0xc5a57f(0x1a7),'areaPercentStacked':_0xc5a57f(0x18a),'column':'Column\x20chart','bar':_0xc5a57f(0x18c),'barStacked':_0xc5a57f(0x193),'barPercentStacked':_0xc5a57f(0x1b5),'pie':_0xc5a57f(0x194),'donut':_0xc5a57f(0x198),'scatter':_0xc5a57f(0x16f),'radar':_0xc5a57f(0xf9),'bubble':_0xc5a57f(0x17f),'stock':_0xc5a57f(0x196),'combination':_0xc5a57f(0x18b),'wordCloud':_0xc5a57f(0x185),'funnel':'Funnel\x20chart','relation':'Relation\x20chart','waterfall':'Waterfall\x20chart','pareto':'Pareto\x20chart','sankey':_0xc5a57f(0x16a),'heatmap':_0xc5a57f(0x164),'boxplot':_0xc5a57f(0x103)},'dialog':{'numfmt':{'general':'General','accounting':'Accounting','currency':_0xc5a57f(0x168),'date':_0xc5a57f(0x19b),'thousandthPercentile':_0xc5a57f(0x10d),'fieldSetting':_0xc5a57f(0x1b0),'formatTypes':_0xc5a57f(0x137),'confirm':'OK','cancel':_0xc5a57f(0x111),'generalDesc':_0xc5a57f(0x112),'accountingDesc':_0xc5a57f(0xf7),'currencyDesc':_0xc5a57f(0x1b9),'dateDesc':_0xc5a57f(0x116),'thousandthPercentileDesc':_0xc5a57f(0xf0),'decimalPlaces':'Decimal\x20Places','currencyTypes':'Currency\x20Types','negativeNumberTypes':_0xc5a57f(0x1b1),'dateTypes':_0xc5a57f(0x19e)},'setFormat':'Set\x20label\x20format'}};module[_0xc5a57f(0x12f)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x4d27f9=_0x14e0;(function(_0x13f220,_0x3a894f){const _0x455581=_0x14e0,_0x5bef51=_0x13f220();while(!![]){try{const _0x282d5b=parseInt(_0x455581(0x12c))/0x1*(parseInt(_0x455581(0x19b))/0x2)+parseInt(_0x455581(0x19a))/0x3+parseInt(_0x455581(0x16a))/0x4*(-parseInt(_0x455581(0x181))/0x5)+parseInt(_0x455581(0x189))/0x6*(parseInt(_0x455581(0x16d))/0x7)+parseInt(_0x455581(0x188))/0x8+-parseInt(_0x455581(0x13b))/0x9+parseInt(_0x455581(0xfe))/0xa;if(_0x282d5b===_0x3a894f)break;else _0x5bef51['push'](_0x5bef51['shift']());}catch(_0x4d100c){_0x5bef51['push'](_0x5bef51['shift']());}}}(_0x37c8,0xf402e));function _0x37c8(){const _0x38ebb4=['Min','None','Trendline\x20dash\x20type','(Blank)','Percentage','Center','Show\x20empty\x20cells\x20as','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Sankey\x20chart','Y-axis','End','Exponential','Combination\x20chart','Percent\x20stacked\x20bar\x20chart','Empty\x20arrow','{0}\x20with\x20type','Reverse\x20axis\x20order','Diamond','Chart\x20editor','Axis\x20title\x20align','Data\x20point\x20style','Piecewise','Scatter\x20chart','Right\x20Y-axis\x20title','Title\x20text','Label\x20position','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Circle','Multiple','Area\x20chart','Percent\x20stacked\x20area\x20chart','1415240ZiiTBr','Title\x20format','Repeat\x20word\x20cloud','325136nCxpUe','Outside','Data\x20labels','Stack','Pie\x20chart','Cumulative\x20Percentage','Single','Value\x20suffix','Trendline\x20color','Negative\x20Style','X-axis\x20title','Bar\x20Chart\x20Series','Add\x20trendline','Category','Column\x20chart','Donut\x20chart','Negative\x20Legend\x20Text','Empty\x20triangle','Chart\x20border\x20color','Boxplot\x20chart','25cBkbTy','Accounting','Line','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Label\x20text','Right\x20axis','Pin','11348832dFejrc','12OBlTiA','Word\x20cloud','Bar\x20chart','Axis\x20options','Stacked\x20area\x20chart','Show\x20label\x20line','Word\x20cloud\x20chart','Linear','Negative\x20Number\x20Types','Chart\x20and\x20axis\x20titles','Bubble\x20chart','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','All\x20series','Trendline','Currency\x20Types','Circular','Continuous','1936254EvvCzv','330WQJwPQ','Label\x20rotate','Major\x20tick','Smooth','General','Round\x20rectangle','Line\x20dash\x20type','Stacked','Decimal\x20Places','Stock\x20chart','Layout\x20type','Use\x20right\x20axis','Legend\x20select\x20mode','Fill','Inside','Top','Pareto\x20chart','Series\x20{0}','Delete\x20chart','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Add\x20data\x20point','Digital\x20fixed','Gridlines\x20and\x20ticks','Show\x20labels','Subtotal','Major\x20gridlines','Aggregate','Positive\x20Legend\x20Text','gaps','Cumulative\x20Percentage\x20Series','Date','Tick\x20length','Bubble\x20label','Show\x20R\x20squared','exports','Doughnut\x20hole','Border','{0}\x20with\x20thickness','2197530pRKwqW','Polygon','Auto','Dot','{0}\x20with\x20shape','Bubble\x20size','Left','Enable\x20selection\x20fade-in\x20effect','Stacked\x20bar\x20chart','Label\x20padding\x20angle','Chart\x20type','Relation\x20chart','Formula','Use\x20absolute\x20value','Median','Customize','Add\x20series','{0}\x20with\x20opacity','The\x20{0}\x20item','Horizontal\x20axis','Indicator\x20line\x20type','Polynomial\x20order','Y-axis\x20title','Open\x20chart\x20panel','Hide\x20chart\x20panel','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','R\x20squared','Stack\x20Type','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Rectangle','Trendline\x20type','Node\x20distance','Power','Solid','Repulsion','Use\x20date\x20axis','Show\x20axis\x20line','Reset','Visual\x20map\x20scope','Date\x20Types','Thousandth\x20Percentile','Right\x20vertical\x20axis','Maximum','Close','Empty\x20square','Right','3509CUbHIN','Start','Moving\x20average','Use\x20value\x20as\x20node\x20size','{0}\x20with\x20size','Color','Square','Dash','Switch\x20to\x20row/column','Cancel','Empty\x20round\x20rectangle','Minimum','Data\x20range','Triangle','X-axis','1684224uquuse','Tick\x20position','Bottom','Middle','Show\x20data\x20labels','Title','Gap','Gravity','Logarithmic','Word','Max','Vertical\x20axis','Series','Gridlines','Show\x20Subtotal','More\x20settings'];_0x37c8=function(){return _0x38ebb4;};return _0x37c8();}const e={'chart':{'insertChart':'Insert\x20chart','editChart':_0x4d27f9(0x15d),'openChartPanel':_0x4d27f9(0x115),'deleteChart':_0x4d27f9(0x1ad),'hideChartPanel':_0x4d27f9(0x116),'setupChart':'Setup','customChart':_0x4d27f9(0x10d),'default':'Default','reset':_0x4d27f9(0x123),'chartType':_0x4d27f9(0x108),'themes':'Themes','dataRange':_0x4d27f9(0x138),'stack':_0x4d27f9(0x170),'category':_0x4d27f9(0x17a),'aggregate':_0x4d27f9(0xf2),'allSeries':_0x4d27f9(0x195),'series':_0x4d27f9(0x147),'addSeries':_0x4d27f9(0x10e),'moreSettings':_0x4d27f9(0x14a),'min':_0x4d27f9(0x14b),'max':_0x4d27f9(0x145),'invalidType':{'gaps':_0x4d27f9(0xf4),'zero':'zero','connectDataPointsWithStraightLines':'Connect\x20data\x20points\x20with\x20straight\x20lines'},'blank':_0x4d27f9(0x14e),'seriesBlock':{'format':'Format','dataPointStyle':_0x4d27f9(0x15f)},'backgroundColor':'Background\x20color','chartBorderColor':_0x4d27f9(0x17f),'titles':{'title':_0x4d27f9(0x140),'mainTitle':'Main\x20title','subTitle':'Sub\x20title','xAxisTitle':_0x4d27f9(0x177),'yAxisTitle':_0x4d27f9(0x114),'rightYAxisTitle':_0x4d27f9(0x162),'titleFormat':_0x4d27f9(0x16b),'titleText':_0x4d27f9(0x163),'titlePosition':'Title\x20position','titleAlign':_0x4d27f9(0x15e)},'axisPositionType':{'start':_0x4d27f9(0x12d),'center':_0x4d27f9(0x150),'end':_0x4d27f9(0x155)},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':_0x4d27f9(0x134),'useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':_0x4d27f9(0x151)},'positionType':{'auto':_0x4d27f9(0x100),'inside':_0x4d27f9(0x1a9),'outside':_0x4d27f9(0x16e),'top':_0x4d27f9(0x1aa),'bottom':'Bottom','left':_0x4d27f9(0x104),'right':_0x4d27f9(0x12b),'hide':'Hide'},'align':{'left':_0x4d27f9(0x104),'center':'Center','right':_0x4d27f9(0x12b)},'alignY':{'top':_0x4d27f9(0x1aa),'middle':_0x4d27f9(0x13e),'bottom':_0x4d27f9(0x13d)},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x4d27f9(0x192),'legend':'Legend','legendSelectMode':_0x4d27f9(0x1a7),'legendSelectModeType':{'single':_0x4d27f9(0x173),'multiple':_0x4d27f9(0x167),'close':_0x4d27f9(0x129)},'legendVisualMapType':{'continuous':_0x4d27f9(0x199),'piecewise':_0x4d27f9(0x160)},'axes':{'axis':'Axis','axisOptions':_0x4d27f9(0x18c),'horizontalAxis':_0x4d27f9(0x111),'verticalAxis':_0x4d27f9(0x146),'rightVerticalAxis':_0x4d27f9(0x127),'leftAxis':'Left\x20axis','rightAxis':_0x4d27f9(0x186),'useRightAxis':_0x4d27f9(0x1a6)},'position':'Position','dataLabels':_0x4d27f9(0x16f),'gridlinesAndTicks':_0x4d27f9(0x1b2),'indicatorLine':'Indicator\x20line','indicatorLineType':_0x4d27f9(0x112),'indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':'Indicator\x20label','indicatorValue':'Indicator\x20value','shape':{'polygon':_0x4d27f9(0xff),'circle':_0x4d27f9(0x166),'square':_0x4d27f9(0x132),'triangle':_0x4d27f9(0x139),'diamond':_0x4d27f9(0x15c),'rect':_0x4d27f9(0x11b),'roundRect':_0x4d27f9(0x1a0),'pin':_0x4d27f9(0x187),'arrow':'Arrow','none':_0x4d27f9(0x14c),'emptyCircle':'Empty\x20circle','emptySquare':_0x4d27f9(0x12a),'emptyTriangle':_0x4d27f9(0x17e),'emptyDiamond':'Empty\x20diamond','emptyRect':'Empty\x20rectangle','emptyRoundRect':_0x4d27f9(0x136),'emptyPin':'Empty\x20pin','emptyArrow':_0x4d27f9(0x159)},'border':_0x4d27f9(0xfc),'value':'Value','fill':_0x4d27f9(0x1a8),'line':'Line','withOpacity':_0x4d27f9(0x10f),'withColor':'{0}\x20with\x20color','withThickness':_0x4d27f9(0xfd),'withType':_0x4d27f9(0x15a),'withSize':_0x4d27f9(0x130),'withShape':_0x4d27f9(0x102),'withFormat':'{0}\x20with\x20format','dataPoint':'Data\x20point','dataNodeShape':'Data\x20node\x20shape','addDataPoint':_0x4d27f9(0x1b0),'point':'Point','percentage':_0x4d27f9(0x14f),'lineType':{'line':_0x4d27f9(0x183),'smooth':_0x4d27f9(0x19e),'step':'Step'},'stackType':{'stack':_0x4d27f9(0x170),'percent':'Percent\x20stack'},'lineDashType':_0x4d27f9(0x1a1),'dashType':{'solid':_0x4d27f9(0x11f),'dash':_0x4d27f9(0x133),'dot':_0x4d27f9(0x101)},'color':_0x4d27f9(0x131),'gridlines':{'majorGridlines':_0x4d27f9(0xf1),'text':_0x4d27f9(0x148)},'ticks':{'majorTick':_0x4d27f9(0x19d),'tickPosition':_0x4d27f9(0x13c),'tickLength':_0x4d27f9(0xf7)},'none':_0x4d27f9(0x14c),'theIndexItem':_0x4d27f9(0x110),'seriesDefaultName':_0x4d27f9(0x1ac),'categoryDefaultName':'Category\x20{0}','styleEditPanel':{'showLabels':_0x4d27f9(0x1b3),'showDataLabels':_0x4d27f9(0x13f),'padAngle':_0x4d27f9(0x107),'halfPie':'Half\x20pie','rosePie':'Rose\x20pie','pieValScale':'Value\x20scale','pieValSuffix':_0x4d27f9(0x174),'pieDigitalFixed':_0x4d27f9(0x1b1),'showLabelLine':_0x4d27f9(0x18e),'reverseAxisOrder':_0x4d27f9(0x15b),'showAxisLine':_0x4d27f9(0x122),'labelPosition':_0x4d27f9(0x164),'labelText':_0x4d27f9(0x185),'repeatWordCould':_0x4d27f9(0x16c),'gap':_0x4d27f9(0x141),'useAbsValue':_0x4d27f9(0x10b),'labelRotate':_0x4d27f9(0x19c),'wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':_0x4d27f9(0x121),'dateAxisTips':_0x4d27f9(0x184)},'doughnutHole':_0x4d27f9(0xfb),'radar':{'fill':_0x4d27f9(0x1a8)},'msg':{'invalidSource':_0x4d27f9(0x11a),'emptyTips':'Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','sankeyCircularTips':_0x4d27f9(0x1ae)},'cloud':{'title':_0x4d27f9(0x18a),'word':_0x4d27f9(0x144),'frequency':'Frequency'},'trendline':{'name':_0x4d27f9(0x196),'displayName':'Trendline\x20name','addTrendLine':_0x4d27f9(0x179),'trendlineType':_0x4d27f9(0x11c),'trendlineName':'Trendline\x20name','trendlineColor':_0x4d27f9(0x175),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':_0x4d27f9(0x14d),'exp':_0x4d27f9(0x156),'linear':_0x4d27f9(0x190),'log':_0x4d27f9(0x143),'pow':_0x4d27f9(0x11e),'movingAvg':_0x4d27f9(0x12e),'poly':'Polynomial','order':_0x4d27f9(0x113),'period':'Moving\x20average\x20period','showFormula':'Show\x20formula','showR2':_0x4d27f9(0xf9),'formula':_0x4d27f9(0x10a),'r2':_0x4d27f9(0x118)},'bubble':{'xAxis':_0x4d27f9(0x13a),'yAxis':_0x4d27f9(0x154),'size':_0x4d27f9(0x103),'label':_0x4d27f9(0xf8),'emptyTips':_0x4d27f9(0x117)},'relation':{'title':_0x4d27f9(0x109),'auto':'Auto','circular':_0x4d27f9(0x198),'force':'Force-directed','useValueAsSymbolSize':_0x4d27f9(0x12f),'layoutType':_0x4d27f9(0x1a5),'forceOptions':'Force-directed\x20options','repulsion':_0x4d27f9(0x120),'gravity':_0x4d27f9(0x142),'edgeLength':_0x4d27f9(0x11d),'rotateLabel':'Rotate\x20label','emphasis':_0x4d27f9(0x105),'emptyTips':_0x4d27f9(0x165)},'waterfall':{'stackType':_0x4d27f9(0x119),'arrangement':'Sequential','stacked':_0x4d27f9(0x1a2),'positive':'Positive','negative':'Negative','subtotal':_0x4d27f9(0x1b4),'showSubtotal':_0x4d27f9(0x149),'positiveStyle':'Positive\x20Style','negativeStyle':_0x4d27f9(0x176),'subtotalStyle':'Subtotal\x20Style','positiveLegendText':_0x4d27f9(0xf3),'negativeLegendText':_0x4d27f9(0x17d),'subtotalLegendText':'Subtotal\x20Legend\x20Text'},'pareto':{'lineName':_0x4d27f9(0x172),'lineSeries':_0x4d27f9(0xf5),'barSeries':_0x4d27f9(0x178)},'visualMapScope':_0x4d27f9(0x124),'boxplot':{'min':_0x4d27f9(0x137),'q1':'First\x20quartile','median':_0x4d27f9(0x10c),'q3':'Third\x20quartile','max':_0x4d27f9(0x128)}},'chartTypes':{'line':'Line\x20chart','area':_0x4d27f9(0x168),'areaStacked':_0x4d27f9(0x18d),'areaPercentStacked':_0x4d27f9(0x169),'column':_0x4d27f9(0x17b),'bar':_0x4d27f9(0x18b),'barStacked':_0x4d27f9(0x106),'barPercentStacked':_0x4d27f9(0x158),'pie':_0x4d27f9(0x171),'donut':_0x4d27f9(0x17c),'scatter':_0x4d27f9(0x161),'radar':'Radar\x20chart','bubble':_0x4d27f9(0x193),'stock':_0x4d27f9(0x1a4),'combination':_0x4d27f9(0x157),'wordCloud':_0x4d27f9(0x18f),'funnel':'Funnel\x20chart','relation':_0x4d27f9(0x109),'waterfall':'Waterfall\x20chart','pareto':_0x4d27f9(0x1ab),'sankey':_0x4d27f9(0x153),'heatmap':'Heatmap','boxplot':_0x4d27f9(0x180)},'dialog':{'numfmt':{'general':_0x4d27f9(0x19f),'accounting':_0x4d27f9(0x182),'currency':'Currency','date':_0x4d27f9(0xf6),'thousandthPercentile':_0x4d27f9(0x126),'fieldSetting':'Field\x20Settings','formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x4d27f9(0x135),'generalDesc':_0x4d27f9(0x152),'accountingDesc':'Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','currencyDesc':_0x4d27f9(0x1af),'dateDesc':_0x4d27f9(0x194),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':_0x4d27f9(0x1a3),'currencyTypes':_0x4d27f9(0x197),'negativeNumberTypes':_0x4d27f9(0x191),'dateTypes':_0x4d27f9(0x125)},'setFormat':'Set\x20label\x20format'}},t=e;function _0x14e0(_0x323602,_0x2e2918){_0x323602=_0x323602-0xf1;const _0x37c8af=_0x37c8();let _0x14e089=_0x37c8af[_0x323602];return _0x14e089;}module[_0x4d27f9(0xfa)]=t;
|
|
1
|
+
const _0x535965=_0x396b;(function(_0x37d3bf,_0x586298){const _0x2f2de8=_0x396b,_0x3a3709=_0x37d3bf();while(!![]){try{const _0x3cc9ce=parseInt(_0x2f2de8(0x12f))/0x1+parseInt(_0x2f2de8(0x130))/0x2+parseInt(_0x2f2de8(0x10b))/0x3+-parseInt(_0x2f2de8(0xb4))/0x4*(-parseInt(_0x2f2de8(0xf8))/0x5)+-parseInt(_0x2f2de8(0xfc))/0x6*(-parseInt(_0x2f2de8(0x14d))/0x7)+parseInt(_0x2f2de8(0xdc))/0x8*(-parseInt(_0x2f2de8(0x104))/0x9)+parseInt(_0x2f2de8(0xca))/0xa*(-parseInt(_0x2f2de8(0xda))/0xb);if(_0x3cc9ce===_0x586298)break;else _0x3a3709['push'](_0x3a3709['shift']());}catch(_0x2e16e2){_0x3a3709['push'](_0x3a3709['shift']());}}}(_0x5782,0x4fadf));const e={'chart':{'insertChart':_0x535965(0x10a),'editChart':_0x535965(0x145),'openChartPanel':_0x535965(0x119),'deleteChart':_0x535965(0x12d),'hideChartPanel':_0x535965(0xae),'setupChart':'Setup','customChart':_0x535965(0x103),'default':'Default','reset':_0x535965(0xc9),'chartType':_0x535965(0x108),'themes':_0x535965(0x121),'dataRange':_0x535965(0x135),'stack':_0x535965(0x11d),'category':_0x535965(0x14a),'aggregate':_0x535965(0x163),'allSeries':_0x535965(0x15f),'series':_0x535965(0xea),'addSeries':_0x535965(0xd4),'moreSettings':'More\x20settings','min':'Min','max':_0x535965(0x124),'invalidType':{'gaps':_0x535965(0x12e),'zero':'zero','connectDataPointsWithStraightLines':_0x535965(0xb7)},'blank':_0x535965(0xfa),'seriesBlock':{'format':_0x535965(0x126),'dataPointStyle':_0x535965(0x107)},'backgroundColor':_0x535965(0x12c),'chartBorderColor':_0x535965(0x142),'titles':{'title':_0x535965(0x158),'mainTitle':_0x535965(0xbf),'subTitle':'Sub\x20title','xAxisTitle':'X-axis\x20title','yAxisTitle':_0x535965(0xe5),'rightYAxisTitle':'Right\x20Y-axis\x20title','titleFormat':'Title\x20format','titleText':_0x535965(0xa8),'titlePosition':_0x535965(0x144),'titleAlign':_0x535965(0x136)},'axisPositionType':{'start':_0x535965(0x14f),'center':_0x535965(0xd2),'end':'End'},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x535965(0x127),'showEmptyCellsAs':_0x535965(0xad)},'positionType':{'auto':'Auto','inside':_0x535965(0xa5),'outside':_0x535965(0x129),'top':'Top','bottom':_0x535965(0x14c),'left':_0x535965(0x137),'right':_0x535965(0x157),'hide':_0x535965(0x134)},'align':{'left':_0x535965(0x137),'center':_0x535965(0xd2),'right':'Right'},'alignY':{'top':'Top','middle':'Middle','bottom':_0x535965(0x14c)},'chartStyle':_0x535965(0xf1),'chartAndAxisTitles':_0x535965(0xa4),'legend':'Legend','legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x535965(0xa1),'multiple':_0x535965(0x101),'close':_0x535965(0x110)},'legendVisualMapType':{'continuous':_0x535965(0x10c),'piecewise':_0x535965(0xeb)},'axes':{'axis':'Axis','axisOptions':'Axis\x20options','horizontalAxis':_0x535965(0x111),'verticalAxis':_0x535965(0xf5),'rightVerticalAxis':_0x535965(0xff),'leftAxis':_0x535965(0xd9),'rightAxis':_0x535965(0x123),'useRightAxis':_0x535965(0xa7)},'position':_0x535965(0x16e),'dataLabels':_0x535965(0x165),'gridlinesAndTicks':_0x535965(0xe3),'indicatorLine':'Indicator\x20line','indicatorLineType':'Indicator\x20line\x20type','indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':'Indicator\x20label','indicatorValue':_0x535965(0x133),'shape':{'polygon':_0x535965(0x115),'circle':_0x535965(0xc0),'square':_0x535965(0xe2),'triangle':'Triangle','diamond':_0x535965(0x114),'rect':_0x535965(0xb5),'roundRect':'Round\x20rectangle','pin':_0x535965(0xdf),'arrow':_0x535965(0xee),'none':_0x535965(0x16c),'emptyCircle':'Empty\x20circle','emptySquare':_0x535965(0xb1),'emptyTriangle':'Empty\x20triangle','emptyDiamond':_0x535965(0x120),'emptyRect':_0x535965(0xc2),'emptyRoundRect':_0x535965(0x141),'emptyPin':_0x535965(0xb3),'emptyArrow':_0x535965(0x139)},'border':_0x535965(0xfd),'value':_0x535965(0x171),'fill':_0x535965(0x13c),'line':_0x535965(0xe4),'withOpacity':_0x535965(0xd0),'withColor':_0x535965(0xbd),'withThickness':_0x535965(0x102),'withType':_0x535965(0x105),'withSize':_0x535965(0x13f),'withShape':_0x535965(0x151),'withFormat':_0x535965(0xb8),'dataPoint':_0x535965(0x131),'dataNodeShape':'Data\x20node\x20shape','addDataPoint':_0x535965(0xa0),'point':_0x535965(0xa2),'percentage':_0x535965(0xcd),'lineType':{'line':'Line','smooth':_0x535965(0x13d),'step':'Step'},'stackType':{'stack':_0x535965(0x11d),'percent':_0x535965(0xb0)},'lineDashType':_0x535965(0x147),'dashType':{'solid':'Solid','dash':_0x535965(0xe6),'dot':_0x535965(0x167)},'color':_0x535965(0xbb),'gridlines':{'majorGridlines':'Major\x20gridlines','text':'Gridlines'},'ticks':{'majorTick':_0x535965(0x13b),'tickPosition':_0x535965(0x14e),'tickLength':'Tick\x20length'},'none':_0x535965(0x16c),'theIndexItem':_0x535965(0xf4),'seriesDefaultName':_0x535965(0x168),'categoryDefaultName':_0x535965(0x11a),'styleEditPanel':{'showLabels':'Show\x20labels','showDataLabels':_0x535965(0x162),'padAngle':_0x535965(0xf3),'halfPie':_0x535965(0xf2),'rosePie':_0x535965(0xd1),'pieValScale':_0x535965(0x11c),'pieValSuffix':_0x535965(0x16f),'pieDigitalFixed':_0x535965(0x169),'showLabelLine':_0x535965(0xbc),'reverseAxisOrder':_0x535965(0x160),'showAxisLine':'Show\x20axis\x20line','labelPosition':_0x535965(0xd8),'labelText':_0x535965(0xab),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x535965(0x109),'useAbsValue':_0x535965(0x13e),'labelRotate':_0x535965(0x10e),'wordCloudShape':_0x535965(0x117),'useDateAxis':'Use\x20date\x20axis','dateAxisTips':_0x535965(0x161)},'doughnutHole':_0x535965(0x156),'radar':{'fill':'Fill'},'msg':{'invalidSource':_0x535965(0x15e),'emptyTips':_0x535965(0xfb),'sankeyCircularTips':_0x535965(0xc5)},'cloud':{'title':_0x535965(0x132),'word':_0x535965(0x152),'frequency':_0x535965(0x12b)},'trendline':{'name':_0x535965(0x10d),'displayName':_0x535965(0x15c),'addTrendLine':_0x535965(0x153),'trendlineType':'Trendline\x20type','trendlineName':_0x535965(0x15c),'trendlineColor':_0x535965(0x122),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':_0x535965(0x150),'exp':_0x535965(0xac),'linear':'Linear','log':_0x535965(0x172),'pow':_0x535965(0x170),'movingAvg':_0x535965(0x16b),'poly':_0x535965(0x11f),'order':_0x535965(0xe8),'period':'Moving\x20average\x20period','showFormula':_0x535965(0xb2),'showR2':_0x535965(0x125),'formula':_0x535965(0x14b),'r2':'R\x20squared'},'bubble':{'xAxis':_0x535965(0xec),'yAxis':'Y-axis','size':_0x535965(0x138),'label':_0x535965(0x12a),'emptyTips':_0x535965(0xfe)},'relation':{'title':_0x535965(0xc4),'auto':_0x535965(0xcf),'circular':'Circular','force':'Force-directed','useValueAsSymbolSize':_0x535965(0xba),'layoutType':'Layout\x20type','forceOptions':_0x535965(0xd6),'repulsion':_0x535965(0xb9),'gravity':_0x535965(0xc1),'edgeLength':_0x535965(0xf9),'rotateLabel':_0x535965(0x113),'emphasis':_0x535965(0x15d),'emptyTips':_0x535965(0xd3)},'waterfall':{'stackType':_0x535965(0xe1),'arrangement':'Sequential','stacked':_0x535965(0xf0),'positive':_0x535965(0x118),'negative':'Negative','subtotal':_0x535965(0x154),'showSubtotal':_0x535965(0x11e),'positiveStyle':'Positive\x20Style','negativeStyle':_0x535965(0xb6),'subtotalStyle':_0x535965(0x159),'positiveLegendText':_0x535965(0x116),'negativeLegendText':_0x535965(0x143),'subtotalLegendText':_0x535965(0xf7)},'pareto':{'lineName':_0x535965(0xce),'lineSeries':_0x535965(0xaa),'barSeries':_0x535965(0xe9)},'visualMapScope':_0x535965(0xa6),'boxplot':{'min':_0x535965(0x16a),'q1':_0x535965(0x128),'median':_0x535965(0xdb),'q3':'Third\x20quartile','max':_0x535965(0x164)}},'chartTypes':{'line':'Line\x20chart','area':_0x535965(0xc8),'areaStacked':_0x535965(0x16d),'areaPercentStacked':_0x535965(0x100),'column':_0x535965(0xc3),'bar':_0x535965(0x10f),'barStacked':_0x535965(0xa9),'barPercentStacked':'Percent\x20stacked\x20bar\x20chart','pie':'Pie\x20chart','donut':_0x535965(0x166),'scatter':_0x535965(0xd7),'radar':_0x535965(0xed),'bubble':_0x535965(0xc6),'stock':_0x535965(0x11b),'combination':_0x535965(0x148),'wordCloud':_0x535965(0xf6),'funnel':_0x535965(0xe0),'relation':_0x535965(0xc4),'waterfall':'Waterfall\x20chart','pareto':_0x535965(0x13a),'sankey':_0x535965(0x15b),'heatmap':_0x535965(0xbe),'boxplot':_0x535965(0xe7)},'dialog':{'numfmt':{'general':'General','accounting':_0x535965(0xaf),'currency':_0x535965(0xa3),'date':_0x535965(0xde),'thousandthPercentile':_0x535965(0x106),'fieldSetting':_0x535965(0xd5),'formatTypes':_0x535965(0xdd),'confirm':'OK','cancel':'Cancel','generalDesc':_0x535965(0xcb),'accountingDesc':'Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','currencyDesc':_0x535965(0x15a),'dateDesc':_0x535965(0x149),'thousandthPercentileDesc':_0x535965(0xcc),'decimalPlaces':_0x535965(0xef),'currencyTypes':_0x535965(0x112),'negativeNumberTypes':_0x535965(0x155),'dateTypes':_0x535965(0x146)},'setFormat':_0x535965(0x140)}};function _0x5782(){const _0x3d5f16=['Start','Trendline\x20dash\x20type','{0}\x20with\x20shape','Word','Add\x20trendline','Subtotal','Negative\x20Number\x20Types','Doughnut\x20hole','Right','Title','Subtotal\x20Style','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Sankey\x20chart','Trendline\x20name','Enable\x20selection\x20fade-in\x20effect','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','All\x20series','Reverse\x20axis\x20order','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Show\x20data\x20labels','Aggregate','Maximum','Data\x20labels','Donut\x20chart','Dot','Series\x20{0}','Digital\x20fixed','Minimum','Moving\x20average','None','Stacked\x20area\x20chart','Position','Value\x20suffix','Power','Value','Logarithmic','Add\x20data\x20point','Single','Point','Currency','Chart\x20and\x20axis\x20titles','Inside','Visual\x20map\x20scope','Use\x20right\x20axis','Title\x20text','Stacked\x20bar\x20chart','Cumulative\x20Percentage\x20Series','Label\x20text','Exponential','Show\x20empty\x20cells\x20as','Hide\x20chart\x20panel','Accounting','Percent\x20stack','Empty\x20square','Show\x20formula','Empty\x20pin','52PivSze','Rectangle','Negative\x20Style','Connect\x20data\x20points\x20with\x20straight\x20lines','{0}\x20with\x20format','Repulsion','Use\x20value\x20as\x20node\x20size','Color','Show\x20label\x20line','{0}\x20with\x20color','Heatmap','Main\x20title','Circle','Gravity','Empty\x20rectangle','Column\x20chart','Relation\x20chart','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Bubble\x20chart','exports','Area\x20chart','Reset','10RhBusf','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Percentage','Cumulative\x20Percentage','Auto','{0}\x20with\x20opacity','Rose\x20pie','Center','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Add\x20series','Field\x20Settings','Force-directed\x20options','Scatter\x20chart','Label\x20position','Left\x20axis','7839623PeKPTd','Median','1981088BEFWsk','Format\x20Types','Date','Pin','Funnel\x20chart','Stack\x20Type','Square','Gridlines\x20and\x20ticks','Line','Y-axis\x20title','Dash','Boxplot\x20chart','Polynomial\x20order','Bar\x20Chart\x20Series','Series','Piecewise','X-axis','Radar\x20chart','Arrow','Decimal\x20Places','Stacked','Chart\x20style','Half\x20pie','Label\x20padding\x20angle','The\x20{0}\x20item','Vertical\x20axis','Word\x20cloud\x20chart','Subtotal\x20Legend\x20Text','160865aEFyqU','Node\x20distance','(Blank)','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','2904xtZsen','Border','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Right\x20vertical\x20axis','Percent\x20stacked\x20area\x20chart','Multiple','{0}\x20with\x20thickness','Customize','18eysDMK','{0}\x20with\x20type','Thousandth\x20Percentile','Data\x20point\x20style','Chart\x20type','Gap','Insert\x20chart','1060365fgFqLG','Continuous','Trendline','Label\x20rotate','Bar\x20chart','Close','Horizontal\x20axis','Currency\x20Types','Rotate\x20label','Diamond','Polygon','Positive\x20Legend\x20Text','Word\x20cloud\x20shape','Positive','Open\x20chart\x20panel','Category\x20{0}','Stock\x20chart','Value\x20scale','Stack','Show\x20Subtotal','Polynomial','Empty\x20diamond','Themes','Trendline\x20color','Right\x20axis','Max','Show\x20R\x20squared','Format','Use\x20{0}\x20as\x20category','First\x20quartile','Outside','Bubble\x20label','Frequency','Background\x20color','Delete\x20chart','gaps','376705ckgzsy','483382bHXvwJ','Data\x20point','Word\x20cloud','Indicator\x20value','Hide','Data\x20range','Axis\x20title\x20align','Left','Bubble\x20size','Empty\x20arrow','Pareto\x20chart','Major\x20tick','Fill','Smooth','Use\x20absolute\x20value','{0}\x20with\x20size','Set\x20label\x20format','Empty\x20round\x20rectangle','Chart\x20border\x20color','Negative\x20Legend\x20Text','Title\x20position','Chart\x20editor','Date\x20Types','Line\x20dash\x20type','Combination\x20chart','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Category','Formula','Bottom','2086MzDzxE','Tick\x20position'];_0x5782=function(){return _0x3d5f16;};return _0x5782();}function _0x396b(_0x6d60a2,_0x130be9){_0x6d60a2=_0x6d60a2-0xa0;const _0x57820a=_0x5782();let _0x396b08=_0x57820a[_0x6d60a2];return _0x396b08;}module[_0x535965(0xc7)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x137c7f=_0x2a6f;(function(_0x98c98c,_0x4cc105){const _0x517a31=_0x2a6f,_0x17bf85=_0x98c98c();while(!![]){try{const _0x4a6041=parseInt(_0x517a31(0x1b7))/0x1*(parseInt(_0x517a31(0x22c))/0x2)+-parseInt(_0x517a31(0x221))/0x3*(parseInt(_0x517a31(0x22f))/0x4)+-parseInt(_0x517a31(0x225))/0x5+-parseInt(_0x517a31(0x201))/0x6*(-parseInt(_0x517a31(0x1e0))/0x7)+-parseInt(_0x517a31(0x20e))/0x8+-parseInt(_0x517a31(0x210))/0x9+parseInt(_0x517a31(0x1e9))/0xa;if(_0x4a6041===_0x4cc105)break;else _0x17bf85['push'](_0x17bf85['shift']());}catch(_0x138cb2){_0x17bf85['push'](_0x17bf85['shift']());}}}(_0x435b,0xa5657));function _0x2a6f(_0x33dd88,_0x31ca94){_0x33dd88=_0x33dd88-0x193;const _0x435b6a=_0x435b();let _0x2a6f6d=_0x435b6a[_0x33dd88];return _0x2a6f6d;}function _0x435b(){const _0x47d57d=['نمودار\x20سهام','نمودار\x20دایرهای','عنوان','برچسبهای\x20داده','فلش\x20خالی','خطوط\x20شبکه\x20اصلی','نمایش\x20برچسبها','باز\x20کردن\x20پنل\x20نمودار','تنظیمات\x20فیلد','نمط\x20المجموع\x20الفرعي','نمودار\x20مساحتی','محور','بالا','متن\x20عنوان','{0}\x20با\x20رنگ','5202696RVOcBS','نمودار\x20ستونی','منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','پلهای','مجزأ','تغییر\x20به\x20ردیف/ستون','{0}\x20با\x20شکل','داخل','{0}\x20با\x20ضخامت','فلش','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','المجموع\x20الفرعي','معکوس\x20کردن\x20ترتیب\x20محور','2295152djRuRd','پین\x20خالی','6194169ZVirze','نوع\x20خط\x20روند','رنگ','پسوند\x20مقدار\x20دایره','النسبة\x20التراكمية','لوزی\x20خالی','نوع\x20خط\x20تیره','مخفی','نقطهچین','نص\x20وسيلة\x20الإيضاح\x20للموجب','دوره\x20میانگین\x20متحرک','نوع\x20التخطيط','مستمر','القيمة\x20الدنيا','وسط','R\x20مربع','نص\x20وسيلة\x20الإيضاح\x20للسالب','23031FNagmz','محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20دادهها\x20به\x20صورت\x20تاریخ\x20باشند','نمط\x20السالب','تدوير\x20التسمية','1953170CuuwYI','فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','صاف','تمام\x20سریها','ترتیب\x20چندجملهای','افزودن\x20خط\x20روند','محور\x20چپ','296146JGFgxx','نمودار\x20پارتو','محل\x20اعشار','332ltJQWQ','انواع\x20تاریخ','موقعیت\x20عنوان','موجه\x20بالقوة','فاصلهها','ابر\x20کلمات','خطوط\x20شبکه\x20و\x20تیکها','فرمت','محور\x20عمودی\x20راست','محور\x20راست','شروع','محدوده\x20داده','نمایش\x20برچسبهای\x20داده','فرمت\x20عنوان','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','دائري','نام\x20خط\x20روند','صفر','نمودار\x20خطی','تنظیم\x20فرمت\x20برچسب','مكدس','لغو','افزودن\x20نقطه\x20داده','طول\x20تیک','الجاذبية','عناوین\x20نمودار\x20و\x20محور','سبک\x20نقطه\x20داده','مستطیل','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','برچسب\x20نشانگر','نوع\x20خط\x20تیره\x20خط\x20روند','محور\x20افقی','حذف\x20نمودار','تلقائي','مثلث\x20خالی','سلسلة\x20المخطط\x20العمودي','پین','مسافة\x20العقدة','تنظیم\x20نمودار','خارج','چندجملهای','چندضلعی','حداقل','حسابداری','مورد\x20{0}','تایید','خيارات\x20التوجيه\x20بالقوة','رنگ\x20خط\x20روند','عنوان\x20محور\x20Y\x20راست','دایره\x20خالی','نمودار\x20رابطه','اندازه\x20حباب','راست','سلسلة\x20النسبة\x20التراكمية','نمایش\x20خط\x20برچسب','میانگین\x20متحرک','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','خطی','استفاده\x20از\x20محور\x20تاریخ','تکرار\x20ابر\x20کلمات','نمودار\x20ابر\x20کلمات','حداکثر','خط\x20کامل','مربع','عنوان\x20اصلی','\x20نطاق\x20خريطة\x20بصرية','انواع\x20ارز','نمودار\x20حبابی','عنوان\x20محور\x20Y','نوع\x20التكديس','پیشفرض','(خالی)','{0}\x20با\x20فرمت','مستطیل\x20گرد','تاریخ','عرض\x20المجموع\x20الفرعي','یک\x20سری\x20اضافه\x20کنید\x20تا\x20دادههای\x20خود\x20را\x20تجسم\x20کنید','نمودار\x20قیفی','تمها','رنگ\x20حاشیه\x20نمودار','فرمول','درصد','سری','تکرار','نوع\x20نمودار','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','الربع\x20الأول','نمودار\x20مساحتی\x20انباشته','مخطط\x20الصندوق','دستهبندی','5ZDbLfz','القيمة\x20العليا','التنافر','سبک\x20نمودار','شکل\x20ابر\x20کلمات','مثلث','پایین','انواع\x20فرمت','رنگ\x20خط\x20نشانگر','گزینههای\x20محور','عنوان\x20محور\x20X','{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برچسب','{0}\x20با\x20نوع','موقعیت\x20تیک','مقدار','محور\x20عمودی','نمایش\x20فرمول','نقطه','نمایش\x20R\x20مربع','تجمیع','هیچ','نمودار\x20میلهای','محور\x20X','مربع\x20خالی','7uJymNk','پر\x20کردن\x20گرادیان','نوع\x20خط\x20نشانگر','مستطیل\x20گرد\x20خالی','انباشته','چند\x20انتخاب','تک\x20انتخاب','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','خط\x20روند','10729420aRXCCU','رنگ\x20پسزمینه','خط\x20نشانگر','خطوط\x20شبکه','نمودار\x20میلهای\x20انباشته','پر\x20کردن','دایره\x20گلبرگی','محور\x20Y','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دستهبندی'];_0x435b=function(){return _0x47d57d;};return _0x435b();}const e={'chart':{'insertChart':'درج\x20نمودار','editChart':'ویرایش\x20نمودار','openChartPanel':_0x137c7f(0x1f9),'deleteChart':_0x137c7f(0x24f),'hideChartPanel':'مخفی\x20کردن\x20پنل\x20نمودار','setupChart':_0x137c7f(0x255),'customChart':'سفارشیسازی\x20نمودار','default':_0x137c7f(0x1a3),'reset':'بازنشانی','chartType':_0x137c7f(0x1b1),'themes':_0x137c7f(0x1ab),'dataRange':_0x137c7f(0x23a),'stack':'انباشته','category':_0x137c7f(0x1b6),'aggregate':_0x137c7f(0x1db),'allSeries':_0x137c7f(0x228),'series':_0x137c7f(0x1af),'addSeries':'افزودن\x20سری','moreSettings':'تنظیمات\x20بیشتر','min':_0x137c7f(0x259),'max':_0x137c7f(0x19a),'invalidType':{'gaps':_0x137c7f(0x233),'zero':_0x137c7f(0x240),'connectDataPointsWithStraightLines':_0x137c7f(0x23d)},'blank':_0x137c7f(0x1a4),'seriesBlock':{'format':_0x137c7f(0x236),'dataPointStyle':_0x137c7f(0x249)},'backgroundColor':_0x137c7f(0x1ea),'chartBorderColor':_0x137c7f(0x1ac),'titles':{'title':_0x137c7f(0x1f4),'mainTitle':_0x137c7f(0x19d),'subTitle':_0x137c7f(0x1ca),'xAxisTitle':_0x137c7f(0x1c1),'yAxisTitle':_0x137c7f(0x1a1),'rightYAxisTitle':_0x137c7f(0x25f),'titleFormat':_0x137c7f(0x23c),'titleText':_0x137c7f(0x1ff),'titlePosition':_0x137c7f(0x231),'titleAlign':'تراز\x20عنوان\x20محور'},'axisPositionType':{'start':_0x137c7f(0x239),'center':'مرکز','end':'پایان'},'gradientFill':_0x137c7f(0x1e1),'settingsLabels':{'switchToRowOrColumn':_0x137c7f(0x206),'useAsCategoryLabels':_0x137c7f(0x1f1),'showEmptyCellsAs':_0x137c7f(0x1c3)},'positionType':{'auto':'خودکار','inside':_0x137c7f(0x208),'outside':_0x137c7f(0x256),'top':_0x137c7f(0x1fe),'bottom':_0x137c7f(0x1bd),'left':'چپ','right':_0x137c7f(0x263),'hide':_0x137c7f(0x217)},'align':{'left':'چپ','center':_0x137c7f(0x1d1),'right':_0x137c7f(0x263)},'alignY':{'top':'بالا','middle':_0x137c7f(0x21e),'bottom':_0x137c7f(0x1bd)},'chartStyle':_0x137c7f(0x1ba),'chartAndAxisTitles':_0x137c7f(0x248),'legend':'راهنما','legendSelectMode':'حالت\x20انتخاب\x20راهنما','legendSelectModeType':{'single':_0x137c7f(0x1e6),'multiple':_0x137c7f(0x1e5),'close':'بستن'},'legendVisualMapType':{'continuous':_0x137c7f(0x21c),'piecewise':_0x137c7f(0x205)},'axes':{'axis':_0x137c7f(0x1fd),'axisOptions':_0x137c7f(0x1c0),'horizontalAxis':_0x137c7f(0x24e),'verticalAxis':_0x137c7f(0x1d7),'rightVerticalAxis':_0x137c7f(0x237),'leftAxis':_0x137c7f(0x22b),'rightAxis':_0x137c7f(0x238),'useRightAxis':'استفاده\x20از\x20محور\x20راست'},'position':'موقعیت','dataLabels':_0x137c7f(0x1f5),'gridlinesAndTicks':_0x137c7f(0x235),'indicatorLine':_0x137c7f(0x1eb),'indicatorLineType':_0x137c7f(0x1e2),'indicatorLineColor':_0x137c7f(0x1bf),'indicatorLabel':_0x137c7f(0x24c),'indicatorValue':'مقدار\x20نشانگر','shape':{'polygon':_0x137c7f(0x258),'circle':_0x137c7f(0x1c7),'square':_0x137c7f(0x19c),'triangle':_0x137c7f(0x1bc),'diamond':'لوزی','rect':_0x137c7f(0x24a),'roundRect':_0x137c7f(0x1a6),'pin':_0x137c7f(0x253),'arrow':_0x137c7f(0x20a),'none':'هیچ','emptyCircle':_0x137c7f(0x260),'emptySquare':_0x137c7f(0x1df),'emptyTriangle':_0x137c7f(0x251),'emptyDiamond':_0x137c7f(0x215),'emptyRect':'مستطیل\x20خالی','emptyRoundRect':_0x137c7f(0x1e3),'emptyPin':_0x137c7f(0x20f),'emptyArrow':_0x137c7f(0x1f6)},'border':'حاشیه','value':_0x137c7f(0x1d6),'fill':_0x137c7f(0x1ee),'line':'خط','withOpacity':'{0}\x20با\x20شفافیت','withColor':_0x137c7f(0x200),'withThickness':_0x137c7f(0x209),'withType':_0x137c7f(0x1d4),'withSize':_0x137c7f(0x1c2),'withShape':_0x137c7f(0x207),'withFormat':_0x137c7f(0x1a5),'dataPoint':_0x137c7f(0x1d0),'dataNodeShape':'شکل\x20گره\x20داده','addDataPoint':_0x137c7f(0x245),'point':_0x137c7f(0x1d9),'percentage':_0x137c7f(0x1ae),'lineType':{'line':'خط','smooth':_0x137c7f(0x227),'step':_0x137c7f(0x204)},'stackType':{'stack':_0x137c7f(0x1e4),'percent':'درصد\x20انباشته'},'lineDashType':_0x137c7f(0x216),'dashType':{'solid':_0x137c7f(0x19b),'dash':_0x137c7f(0x1c6),'dot':_0x137c7f(0x218)},'color':_0x137c7f(0x212),'gridlines':{'majorGridlines':_0x137c7f(0x1f7),'text':_0x137c7f(0x1ec)},'ticks':{'majorTick':'تیک\x20اصلی','tickPosition':_0x137c7f(0x1d5),'tickLength':_0x137c7f(0x246)},'none':_0x137c7f(0x1dc),'theIndexItem':_0x137c7f(0x25b),'seriesDefaultName':'سری\x20{0}','categoryDefaultName':'دستهبندی\x20{0}','styleEditPanel':{'showLabels':_0x137c7f(0x1f8),'showDataLabels':_0x137c7f(0x23b),'padAngle':'زاویه\x20پد\x20برچسب','halfPie':_0x137c7f(0x1c9),'rosePie':_0x137c7f(0x1ef),'pieValScale':'مقیاس\x20مقدار\x20دایره','pieValSuffix':_0x137c7f(0x213),'pieDigitalFixed':'اعداد\x20ثابت\x20دایره','showLabelLine':_0x137c7f(0x265),'reverseAxisOrder':_0x137c7f(0x20d),'showAxisLine':'نمایش\x20خط\x20محور','labelPosition':'موقعیت\x20برچسب','labelText':_0x137c7f(0x1d3),'repeatWordCould':_0x137c7f(0x198),'gap':'فاصله','useAbsValue':'استفاده\x20از\x20مقدار\x20مطلق','labelRotate':'چرخش\x20برچسب','wordCloudShape':_0x137c7f(0x1bb),'useDateAxis':_0x137c7f(0x197),'dateAxisTips':_0x137c7f(0x222)},'doughnutHole':_0x137c7f(0x1c5),'radar':{'fill':_0x137c7f(0x1ee)},'msg':{'invalidSource':_0x137c7f(0x203),'emptyTips':_0x137c7f(0x1a9),'sankeyCircularTips':'نمودار\x20سانکی\x20نمیتواند\x20دادههای\x20چرخشی\x20داشته\x20باشد'},'cloud':{'title':_0x137c7f(0x234),'word':'کلمه','frequency':_0x137c7f(0x1b0)},'trendline':{'name':_0x137c7f(0x1e8),'displayName':_0x137c7f(0x23f),'addTrendLine':_0x137c7f(0x22a),'trendlineType':_0x137c7f(0x211),'trendlineName':'نام\x20خط\x20روند','trendlineColor':_0x137c7f(0x25e),'trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':_0x137c7f(0x24d),'exp':'نمایی','linear':_0x137c7f(0x196),'log':'لگاریتمی','pow':_0x137c7f(0x1cb),'movingAvg':_0x137c7f(0x193),'poly':_0x137c7f(0x257),'order':_0x137c7f(0x229),'period':_0x137c7f(0x21a),'showFormula':_0x137c7f(0x1d8),'showR2':_0x137c7f(0x1da),'formula':_0x137c7f(0x1ad),'r2':_0x137c7f(0x21f)},'bubble':{'xAxis':_0x137c7f(0x1de),'yAxis':_0x137c7f(0x1f0),'size':_0x137c7f(0x262),'label':_0x137c7f(0x1cf),'emptyTips':_0x137c7f(0x1b2)},'relation':{'title':'مخطط\x20العلاقة','auto':_0x137c7f(0x250),'circular':_0x137c7f(0x23e),'force':_0x137c7f(0x232),'useValueAsSymbolSize':'استخدام\x20القيمة\x20كحجم\x20العقدة','layoutType':_0x137c7f(0x21b),'forceOptions':_0x137c7f(0x25d),'repulsion':_0x137c7f(0x1b9),'gravity':_0x137c7f(0x247),'edgeLength':_0x137c7f(0x254),'rotateLabel':_0x137c7f(0x224),'emphasis':_0x137c7f(0x24b),'emptyTips':_0x137c7f(0x20b)},'waterfall':{'stackType':_0x137c7f(0x1a2),'arrangement':'ترتيبي','stacked':_0x137c7f(0x243),'positive':'موجب','negative':'سالب','subtotal':_0x137c7f(0x20c),'showSubtotal':_0x137c7f(0x1a8),'positiveStyle':'نمط\x20الموجب','negativeStyle':_0x137c7f(0x223),'subtotalStyle':_0x137c7f(0x1fb),'positiveLegendText':_0x137c7f(0x219),'negativeLegendText':_0x137c7f(0x220),'subtotalLegendText':'نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي'},'pareto':{'lineName':_0x137c7f(0x214),'lineSeries':_0x137c7f(0x264),'barSeries':_0x137c7f(0x252)},'visualMapScope':_0x137c7f(0x19e),'boxplot':{'min':_0x137c7f(0x21d),'q1':_0x137c7f(0x1b3),'median':'الوسيط','q3':'الربع\x20الثالث','max':_0x137c7f(0x1b8)}},'chartTypes':{'line':_0x137c7f(0x241),'area':_0x137c7f(0x1fc),'areaStacked':_0x137c7f(0x1b4),'areaPercentStacked':'نمودار\x20مساحتی\x20درصد\x20انباشته','column':_0x137c7f(0x202),'bar':_0x137c7f(0x1dd),'barStacked':_0x137c7f(0x1ed),'barPercentStacked':'نمودار\x20میلهای\x20درصد\x20انباشته','pie':_0x137c7f(0x1f3),'donut':'نمودار\x20دونات','scatter':'نمودار\x20پراکندگی','radar':'نمودار\x20راداری','bubble':_0x137c7f(0x1a0),'stock':_0x137c7f(0x1f2),'combination':'نمودار\x20ترکیبی','wordCloud':_0x137c7f(0x199),'funnel':_0x137c7f(0x1aa),'relation':_0x137c7f(0x261),'waterfall':_0x137c7f(0x1cc),'pareto':_0x137c7f(0x22d),'sankey':'نمودار\x20سانکی','heatmap':_0x137c7f(0x1ce),'boxplot':_0x137c7f(0x1b5)},'dialog':{'numfmt':{'general':_0x137c7f(0x1c8),'accounting':_0x137c7f(0x25a),'currency':_0x137c7f(0x1d2),'date':_0x137c7f(0x1a7),'thousandthPercentile':'درصد\x20هزارم','fieldSetting':_0x137c7f(0x1fa),'formatTypes':_0x137c7f(0x1be),'confirm':_0x137c7f(0x25c),'cancel':_0x137c7f(0x244),'generalDesc':_0x137c7f(0x1e7),'accountingDesc':_0x137c7f(0x1c4),'currencyDesc':_0x137c7f(0x226),'dateDesc':_0x137c7f(0x194),'thousandthPercentileDesc':_0x137c7f(0x195),'decimalPlaces':_0x137c7f(0x22e),'currencyTypes':_0x137c7f(0x19f),'negativeNumberTypes':_0x137c7f(0x1cd),'dateTypes':_0x137c7f(0x230)},'setFormat':_0x137c7f(0x242)}};module['exports']=e;
|
|
1
|
+
function _0x308d(){const _0x288671=['نمودار\x20خطی','فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','محور\x20عمودی','تکرار','دایره\x20خالی','نمایش\x20سلولهای\x20خالی\x20به\x20صورت','مسافة\x20العقدة','مستطیل\x20خالی','خط\x20کامل','تراز\x20عنوان\x20محور','هیچ','رنگ\x20پسزمینه','فرمت\x20عنوان','درصد\x20هزارم','نمودار\x20آبشاری','نص\x20وسيلة\x20الإيضاح\x20للموجب','نوع\x20نمودار','محور\x20Y','سری\x20{0}','نمودار\x20پارتو','سبک\x20نمودار','درصد','حالت\x20انتخاب\x20راهنما','فاصلهها','1233KPsOuD','اندازه\x20حباب','تغییر\x20به\x20ردیف/ستون','استخدام\x20القيمة\x20كحجم\x20العقدة','موقعیت\x20تیک','گزینههای\x20محور','(خالی)','درصد\x20انباشته','عنوان\x20محور\x20X','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دستهبندی','دستهبندی\x20{0}','مثلث','فرمت','نام\x20خط\x20روند','خيارات\x20التوجيه\x20بالقوة','نمودار\x20ابر\x20کلمات','نمودار\x20میلهای\x20درصد\x20انباشته','نمایش\x20خط\x20برچسب','تیک\x20اصلی','التنافر','سالب','القيمة\x20العليا','سری','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','عنوان','نمودار\x20رابطه','القيمة\x20الدنيا','مستمر','نمودار\x20مساحتی\x20انباشته','نقطهچین','موجب','عنوان\x20اصلی','دوره\x20میانگین\x20متحرک','نمودار\x20سانکی','{0}\x20با\x20فرمت','انواع\x20تاریخ','ضخامت\x20خط\x20روند','نیمدایره','افزودن\x20نقطه\x20داده','تایید','صاف','نوع\x20خط\x20نشانگر','exports','رنگ','نمایی','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','پر\x20کردن','R\x20مربع','نوع\x20خط\x20روند','متن\x20عنوان','ارز','سلسلة\x20النسبة\x20التراكمية','محور\x20راست','استفاده\x20از\x20مقدار\x20مطلق','مستطیل\x20گرد','چند\x20انتخاب','محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20دادهها\x20به\x20صورت\x20تاریخ\x20باشند','مخفی','خارج','نمودار\x20سهام','10AEcCMU','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','تاریخ','نمایش\x20برچسبها','{0}\x20با\x20ضخامت','نمودار\x20ترکیبی','مقدار\x20نشانگر','رنگ\x20حاشیه\x20نمودار','محور\x20چپ','نوع\x20التخطيط','نقطه\x20داده','موجه\x20بالقوة','خطی','198ejgujl','دایره','مخطط\x20العلاقة','\x20نطاق\x20خريطة\x20بصرية','پین\x20خالی','تنظیم\x20نمودار','افزودن\x20سری','انواع\x20ارز','نمط\x20السالب','صفر','برچسبهای\x20داده','الوسيط','49161XTAHZB','لوزی\x20خالی','ترتيبي','داخل','پایین','شکل\x20گره\x20داده','افزودن\x20خط\x20روند','تدوير\x20التسمية','بالا','برچسب\x20نشانگر','تجمیع','خطوط\x20شبکه','الجاذبية','ویرایش\x20نمودار','راست','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','مربع','نمط\x20الموجب','وسط','محدوده\x20داده','یک\x20سری\x20اضافه\x20کنید\x20تا\x20دادههای\x20خود\x20را\x20تجسم\x20کنید','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','نمودار\x20مساحتی','محور\x20عمودی\x20راست','2122527ONyEzP','مقیاس\x20مقدار\x20دایره','موقعیت\x20عنوان','عنوان\x20محور\x20Y','نقطه','نمط\x20المجموع\x20الفرعي','خطوط\x20شبکه\x20اصلی','مرکز','نمودار\x20میلهای','خطوط\x20شبکه\x20و\x20تیکها','معکوس\x20کردن\x20ترتیب\x20محور','محور\x20X','عرض\x20المجموع\x20الفرعي','160925CeWEgU','برچسب\x20حباب','درج\x20نمودار','نمودار\x20حبابی','تک\x20انتخاب','چندجملهای','نوع\x20خط\x20تیره\x20خط\x20روند','حذف\x20نمودار','خط\x20روند','تنظیم\x20فرمت\x20برچسب','نمایش\x20R\x20مربع','لگاریتمی','چندضلعی','تلقائي','نمودار\x20میلهای\x20انباشته','نقشه\x20حرارتی','منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','متن\x20برچسب','44320TSxMAx','زیرعنوان','محور\x20افقی','تکرار\x20ابر\x20کلمات','استفاده\x20از\x20محور\x20راست','3690687rvciou','{0}\x20با\x20شفافیت','{0}\x20با\x20اندازه','پلهای','سلسلة\x20المخطط\x20العمودي','انباشته','حداکثر','عمومی','مخطط\x20الصندوق','راهنما','شکل\x20ابر\x20کلمات','نمودار\x20دایرهای','انواع\x20اعداد\x20منفی','مربع\x20خالی','توان','مستطیل\x20گرد\x20خالی','موقعیت\x20برچسب','رنگ\x20خط\x20روند','1791440CPgyun','عنوان\x20محور\x20Y\x20راست','نمودار\x20سانکی\x20نمیتواند\x20دادههای\x20چرخشی\x20داشته\x20باشد','592KhzurJ','محور','34025LrYXnu','{0}\x20با\x20نوع','نمودار\x20قیفی','نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي','پایان','مكدس','نمودار\x20پراکندگی','حاشیه','دائري'];_0x308d=function(){return _0x288671;};return _0x308d();}function _0x52e8(_0x540eca,_0x4cc875){_0x540eca=_0x540eca-0x111;const _0x308d7b=_0x308d();let _0x52e8ed=_0x308d7b[_0x540eca];return _0x52e8ed;}const _0x33dd79=_0x52e8;(function(_0x4f8673,_0x49c30f){const _0x5c418d=_0x52e8,_0x4bdb82=_0x4f8673();while(!![]){try{const _0xf97074=parseInt(_0x5c418d(0x1ac))/0x1*(parseInt(_0x5c418d(0x140))/0x2)+parseInt(_0x5c418d(0x171))/0x3+-parseInt(_0x5c418d(0x1a7))/0x4+-parseInt(_0x5c418d(0x17e))/0x5*(-parseInt(_0x5c418d(0x14d))/0x6)+-parseInt(_0x5c418d(0x159))/0x7*(parseInt(_0x5c418d(0x1aa))/0x8)+parseInt(_0x5c418d(0x1cd))/0x9*(-parseInt(_0x5c418d(0x190))/0xa)+parseInt(_0x5c418d(0x195))/0xb;if(_0xf97074===_0x49c30f)break;else _0x4bdb82['push'](_0x4bdb82['shift']());}catch(_0x109cb8){_0x4bdb82['push'](_0x4bdb82['shift']());}}}(_0x308d,0xab05e));const e={'chart':{'insertChart':_0x33dd79(0x180),'editChart':_0x33dd79(0x166),'openChartPanel':'باز\x20کردن\x20پنل\x20نمودار','deleteChart':_0x33dd79(0x185),'hideChartPanel':'مخفی\x20کردن\x20پنل\x20نمودار','setupChart':_0x33dd79(0x152),'customChart':'سفارشیسازی\x20نمودار','default':'پیشفرض','reset':'بازنشانی','chartType':_0x33dd79(0x1c5),'themes':'تمها','dataRange':_0x33dd79(0x16c),'stack':_0x33dd79(0x19a),'category':'دستهبندی','aggregate':_0x33dd79(0x163),'allSeries':'تمام\x20سریها','series':_0x33dd79(0x11a),'addSeries':_0x33dd79(0x153),'moreSettings':'تنظیمات\x20بیشتر','min':'حداقل','max':_0x33dd79(0x19b),'invalidType':{'gaps':_0x33dd79(0x1cc),'zero':_0x33dd79(0x156),'connectDataPointsWithStraightLines':'اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم'},'blank':_0x33dd79(0x1d3),'seriesBlock':{'format':_0x33dd79(0x1d9),'dataPointStyle':'سبک\x20نقطه\x20داده'},'backgroundColor':_0x33dd79(0x1c0),'chartBorderColor':_0x33dd79(0x147),'titles':{'title':_0x33dd79(0x11c),'mainTitle':_0x33dd79(0x123),'subTitle':_0x33dd79(0x191),'xAxisTitle':_0x33dd79(0x1d5),'yAxisTitle':_0x33dd79(0x174),'rightYAxisTitle':_0x33dd79(0x1a8),'titleFormat':_0x33dd79(0x1c1),'titleText':_0x33dd79(0x135),'titlePosition':_0x33dd79(0x173),'titleAlign':_0x33dd79(0x1be)},'axisPositionType':{'start':'شروع','center':_0x33dd79(0x178),'end':_0x33dd79(0x1b0)},'gradientFill':'پر\x20کردن\x20گرادیان','settingsLabels':{'switchToRowOrColumn':_0x33dd79(0x1cf),'useAsCategoryLabels':_0x33dd79(0x1d6),'showEmptyCellsAs':_0x33dd79(0x1ba)},'positionType':{'auto':'خودکار','inside':_0x33dd79(0x15c),'outside':_0x33dd79(0x13e),'top':_0x33dd79(0x161),'bottom':_0x33dd79(0x15d),'left':'چپ','right':_0x33dd79(0x167),'hide':_0x33dd79(0x13d)},'align':{'left':'چپ','center':_0x33dd79(0x178),'right':_0x33dd79(0x167)},'alignY':{'top':_0x33dd79(0x161),'middle':_0x33dd79(0x16b),'bottom':'پایین'},'chartStyle':_0x33dd79(0x1c9),'chartAndAxisTitles':'عناوین\x20نمودار\x20و\x20محور','legend':_0x33dd79(0x19e),'legendSelectMode':_0x33dd79(0x1cb),'legendSelectModeType':{'single':_0x33dd79(0x182),'multiple':_0x33dd79(0x13b),'close':'بستن'},'legendVisualMapType':{'continuous':_0x33dd79(0x11f),'piecewise':'مجزأ'},'axes':{'axis':_0x33dd79(0x1ab),'axisOptions':_0x33dd79(0x1d2),'horizontalAxis':_0x33dd79(0x192),'verticalAxis':_0x33dd79(0x1b7),'rightVerticalAxis':_0x33dd79(0x170),'leftAxis':_0x33dd79(0x148),'rightAxis':_0x33dd79(0x138),'useRightAxis':_0x33dd79(0x194)},'position':'موقعیت','dataLabels':_0x33dd79(0x157),'gridlinesAndTicks':_0x33dd79(0x17a),'indicatorLine':'خط\x20نشانگر','indicatorLineType':_0x33dd79(0x12d),'indicatorLineColor':'رنگ\x20خط\x20نشانگر','indicatorLabel':_0x33dd79(0x162),'indicatorValue':_0x33dd79(0x146),'shape':{'polygon':_0x33dd79(0x18a),'circle':_0x33dd79(0x14e),'square':_0x33dd79(0x169),'triangle':_0x33dd79(0x1d8),'diamond':'لوزی','rect':'مستطیل','roundRect':_0x33dd79(0x13a),'pin':'پین','arrow':'فلش','none':'هیچ','emptyCircle':_0x33dd79(0x1b9),'emptySquare':_0x33dd79(0x1a2),'emptyTriangle':'مثلث\x20خالی','emptyDiamond':_0x33dd79(0x15a),'emptyRect':_0x33dd79(0x1bc),'emptyRoundRect':_0x33dd79(0x1a4),'emptyPin':_0x33dd79(0x151),'emptyArrow':'فلش\x20خالی'},'border':_0x33dd79(0x1b3),'value':'مقدار','fill':_0x33dd79(0x132),'line':'خط','withOpacity':_0x33dd79(0x196),'withColor':'{0}\x20با\x20رنگ','withThickness':_0x33dd79(0x144),'withType':_0x33dd79(0x1ad),'withSize':_0x33dd79(0x197),'withShape':'{0}\x20با\x20شکل','withFormat':_0x33dd79(0x126),'dataPoint':_0x33dd79(0x14a),'dataNodeShape':_0x33dd79(0x15e),'addDataPoint':_0x33dd79(0x12a),'point':_0x33dd79(0x175),'percentage':_0x33dd79(0x1ca),'lineType':{'line':'خط','smooth':_0x33dd79(0x12c),'step':_0x33dd79(0x198)},'stackType':{'stack':'انباشته','percent':_0x33dd79(0x1d4)},'lineDashType':'نوع\x20خط\x20تیره','dashType':{'solid':_0x33dd79(0x1bd),'dash':'خط\x20تیره','dot':_0x33dd79(0x121)},'color':_0x33dd79(0x12f),'gridlines':{'majorGridlines':_0x33dd79(0x177),'text':_0x33dd79(0x164)},'ticks':{'majorTick':_0x33dd79(0x116),'tickPosition':_0x33dd79(0x1d1),'tickLength':'طول\x20تیک'},'none':_0x33dd79(0x1bf),'theIndexItem':'مورد\x20{0}','seriesDefaultName':_0x33dd79(0x1c7),'categoryDefaultName':_0x33dd79(0x1d7),'styleEditPanel':{'showLabels':_0x33dd79(0x143),'showDataLabels':'نمایش\x20برچسبهای\x20داده','padAngle':'زاویه\x20پد\x20برچسب','halfPie':_0x33dd79(0x129),'rosePie':'دایره\x20گلبرگی','pieValScale':_0x33dd79(0x172),'pieValSuffix':'پسوند\x20مقدار\x20دایره','pieDigitalFixed':'اعداد\x20ثابت\x20دایره','showLabelLine':_0x33dd79(0x115),'reverseAxisOrder':_0x33dd79(0x17b),'showAxisLine':'نمایش\x20خط\x20محور','labelPosition':_0x33dd79(0x1a5),'labelText':_0x33dd79(0x18f),'repeatWordCould':_0x33dd79(0x193),'gap':'فاصله','useAbsValue':_0x33dd79(0x139),'labelRotate':'چرخش\x20برچسب','wordCloudShape':_0x33dd79(0x19f),'useDateAxis':'استفاده\x20از\x20محور\x20تاریخ','dateAxisTips':_0x33dd79(0x13c)},'doughnutHole':'سوراخ\x20دونات','radar':{'fill':_0x33dd79(0x132)},'msg':{'invalidSource':_0x33dd79(0x18e),'emptyTips':_0x33dd79(0x16d),'sankeyCircularTips':_0x33dd79(0x1a9)},'cloud':{'title':'ابر\x20کلمات','word':'کلمه','frequency':_0x33dd79(0x1b8)},'trendline':{'name':_0x33dd79(0x186),'displayName':_0x33dd79(0x111),'addTrendLine':_0x33dd79(0x15f),'trendlineType':_0x33dd79(0x134),'trendlineName':_0x33dd79(0x111),'trendlineColor':_0x33dd79(0x1a6),'trendlineThickness':_0x33dd79(0x128),'trendlineDashType':_0x33dd79(0x184),'exp':_0x33dd79(0x130),'linear':_0x33dd79(0x14c),'log':_0x33dd79(0x189),'pow':_0x33dd79(0x1a3),'movingAvg':'میانگین\x20متحرک','poly':_0x33dd79(0x183),'order':'ترتیب\x20چندجملهای','period':_0x33dd79(0x124),'showFormula':'نمایش\x20فرمول','showR2':_0x33dd79(0x188),'formula':'فرمول','r2':_0x33dd79(0x133)},'bubble':{'xAxis':_0x33dd79(0x17c),'yAxis':_0x33dd79(0x1c6),'size':_0x33dd79(0x1ce),'label':_0x33dd79(0x17f),'emptyTips':_0x33dd79(0x11b)},'relation':{'title':_0x33dd79(0x14f),'auto':_0x33dd79(0x18b),'circular':_0x33dd79(0x1b4),'force':_0x33dd79(0x14b),'useValueAsSymbolSize':_0x33dd79(0x1d0),'layoutType':_0x33dd79(0x149),'forceOptions':_0x33dd79(0x112),'repulsion':_0x33dd79(0x117),'gravity':_0x33dd79(0x165),'edgeLength':_0x33dd79(0x1bb),'rotateLabel':_0x33dd79(0x160),'emphasis':_0x33dd79(0x131),'emptyTips':_0x33dd79(0x16e)},'waterfall':{'stackType':'نوع\x20التكديس','arrangement':_0x33dd79(0x15b),'stacked':_0x33dd79(0x1b1),'positive':_0x33dd79(0x122),'negative':_0x33dd79(0x118),'subtotal':'المجموع\x20الفرعي','showSubtotal':_0x33dd79(0x17d),'positiveStyle':_0x33dd79(0x16a),'negativeStyle':_0x33dd79(0x155),'subtotalStyle':_0x33dd79(0x176),'positiveLegendText':_0x33dd79(0x1c4),'negativeLegendText':'نص\x20وسيلة\x20الإيضاح\x20للسالب','subtotalLegendText':_0x33dd79(0x1af)},'pareto':{'lineName':'النسبة\x20التراكمية','lineSeries':_0x33dd79(0x137),'barSeries':_0x33dd79(0x199)},'visualMapScope':_0x33dd79(0x150),'boxplot':{'min':_0x33dd79(0x11e),'q1':'الربع\x20الأول','median':_0x33dd79(0x158),'q3':'الربع\x20الثالث','max':_0x33dd79(0x119)}},'chartTypes':{'line':_0x33dd79(0x1b5),'area':_0x33dd79(0x16f),'areaStacked':_0x33dd79(0x120),'areaPercentStacked':'نمودار\x20مساحتی\x20درصد\x20انباشته','column':'نمودار\x20ستونی','bar':_0x33dd79(0x179),'barStacked':_0x33dd79(0x18c),'barPercentStacked':_0x33dd79(0x114),'pie':_0x33dd79(0x1a0),'donut':'نمودار\x20دونات','scatter':_0x33dd79(0x1b2),'radar':'نمودار\x20راداری','bubble':_0x33dd79(0x181),'stock':_0x33dd79(0x13f),'combination':_0x33dd79(0x145),'wordCloud':_0x33dd79(0x113),'funnel':_0x33dd79(0x1ae),'relation':_0x33dd79(0x11d),'waterfall':_0x33dd79(0x1c3),'pareto':_0x33dd79(0x1c8),'sankey':_0x33dd79(0x125),'heatmap':_0x33dd79(0x18d),'boxplot':_0x33dd79(0x19d)},'dialog':{'numfmt':{'general':_0x33dd79(0x19c),'accounting':'حسابداری','currency':_0x33dd79(0x136),'date':_0x33dd79(0x142),'thousandthPercentile':_0x33dd79(0x1c2),'fieldSetting':'تنظیمات\x20فیلد','formatTypes':'انواع\x20فرمت','confirm':_0x33dd79(0x12b),'cancel':'لغو','generalDesc':_0x33dd79(0x141),'accountingDesc':_0x33dd79(0x1b6),'currencyDesc':'فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','dateDesc':_0x33dd79(0x168),'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':_0x33dd79(0x154),'negativeNumberTypes':_0x33dd79(0x1a1),'dateTypes':_0x33dd79(0x127)},'setFormat':_0x33dd79(0x187)}};module[_0x33dd79(0x12e)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x586773=_0x3928;function _0x9649(){const _0x2ea2ad=['Puissance','Date','Insérer\x20un\x20graphique','Forme\x20du\x20nœud\x20de\x20données','Afficher\x20les\x20étiquettes\x20de\x20données','Flèche','Lignes\x20de\x20grille\x20principales','Gauche','Période\x20de\x20la\x20moyenne\x20mobile','Graphique\x20boursier','À\x20l’intérieur','{0}\x20avec\x20opacité','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Ouvrir\x20le\x20panneau\x20de\x20graphique','Forme\x20du\x20nuage\x20de\x20mots','Position\x20du\x20titre','Carré','Options\x20de\x20l’axe','R\x20carré','Axe\x20horizontal','Graphique\x20de\x20relation','Graphique\x20de\x20Sankey','Utiliser\x20la\x20valeur\x20absolue','Fréquence','Annuler','Thèmes','11NqqGXV','Types\x20de\x20dates','Graphique\x20radar','Options\x20de\x20disposition\x20par\x20forces','Toutes\x20les\x20séries','Rectangle\x20arrondi\x20vide','Types\x20de\x20formats','Polynomiale','Couleur\x20de\x20fond','Masquer\x20le\x20panneau\x20de\x20graphique','Haut','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','189erGZSZ','Rectangle','Type\x20de\x20ligne\x20indicatrice','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Format','(Vide)','Rotation\x20des\x20étiquettes','Décimales','Cercle\x20vide','Fin','Remplissage\x20en\x20dégradé','Catégorie\x20{0}','{0}\x20avec\x20format','Taille\x20de\x20la\x20bulle','Moyenne\x20mobile','Valeur\x20maximale','Graphique\x20en\x20entonnoir','Pourcentage\x20empilé','Texte\x20de\x20légende\x20positif','4552140VmabMq','Trou\x20du\x20beignet','Nuage\x20de\x20mots','Cercle','Masquer','Étape','Graphique\x20en\x20aires\x20empilées','Légende','Max','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Auto','Remplir','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Étiquette\x20de\x20la\x20bulle','Négatif','Point\x20de\x20données','Graphique\x20de\x20dispersion','Chiffres\x20fixes\x20du\x20camembert','Tiret','Plage\x20de\x20données','Texte\x20des\x20étiquettes','Linéaire','Gravité','72vmhxiu','Par\x20défaut','Ajouter\x20un\x20point\x20de\x20données','Axe\x20X','Titre\x20de\x20l’axe\x20Y','Début','Premier\x20quartile','Style\x20positif','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Graphique\x20en\x20ligne','Axe\x20vertical\x20droit','Lisse','Graphique\x20en\x20beignet','Plus\x20de\x20paramètres','125610vAizNm','Fermer','Formule','Réinitialiser','À\x20l’extérieur','Graphique\x20en\x20bulles','Ligne','zéro','Triangle','Bordure','Graphique\x20en\x20camembert','Titres\x20du\x20graphique\x20et\x20des\x20axes','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Axe\x20vertical','Empilé','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','Bas','Sous-total','Demi-camembert','Triangle\x20vide','Position\x20des\x20graduations','Lignes\x20de\x20grille','Type\x20d\x27empilement','Forces\x20dirigées','Ordre\x20du\x20polynôme','Graduation\x20principale','Point','Configurer','1563qgngXD','Utiliser\x20l’axe\x20droit','Min','Plein','Série\x20de\x20Diagramme\x20en\x20Barres','Exponentielle','Graphique\x20en\x20barres','Positif','Titre\x20de\x20l’axe\x20X','Échelle\x20de\x20valeur\x20du\x20camembert','2863104AajjfE','Style\x20de\x20graphique','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Comptabilité','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','408294JEUOVh','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','Centre','7516KePmne','Ajouter\x20une\x20courbe\x20de\x20tendance','Afficher\x20la\x20formule','Types\x20de\x20nombres\x20négatifs','Épingle','{0}\x20avec\x20type','Valeur','1534455QRYqTV','Agrégat','Axe\x20droit','Afficher\x20le\x20sous-total','Général','Distance\x20entre\x20les\x20nœuds','lacunes','Rectangle\x20arrondi','Lignes\x20de\x20grille\x20et\x20graduations','{0}\x20avec\x20taille','{0}\x20avec\x20couleur','Milieu','Inverser\x20l’ordre\x20des\x20axes','Mode\x20de\x20sélection\x20de\x20la\x20légende','Graphique\x20en\x20colonnes','26681740UioyLj','Continu','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Aucun','Définir\x20le\x20format\x20de\x20l’étiquette','Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','Position\x20des\x20étiquettes','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Séries','Axe\x20gauche','Type\x20de\x20courbe\x20de\x20tendance','Valeur\x20minimale','Titre\x20principal','Paramètres\x20de\x20champ','Suffixe\x20de\x20valeur\x20du\x20camembert','Texte\x20de\x20légende\x20négatif','Camembert\x20en\x20rose','Droite','Éditeur\x20de\x20graphique','Texte\x20de\x20légende\x20du\x20sous-total','exports','Graphique\x20combiné','Série\x20du\x20Pourcentage\x20Cumulé','Étiquettes\x20de\x20données','Médiane','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Titre','Courbe\x20de\x20tendance','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.','Circulaire','Pourcentage','Carré\x20vide','Valeur\x20indicatrice','Supprimer\x20le\x20graphique','Graphique\x20de\x20relations','Losange\x20vide','Ajouter\x20une\x20série','Faire\x20pivoter\x20l’étiquette','Alignement\x20du\x20titre\x20de\x20l’axe'];_0x9649=function(){return _0x2ea2ad;};return _0x9649();}(function(_0x20c955,_0x3e0516){const _0x52f94c=_0x3928,_0x1ed481=_0x20c955();while(!![]){try{const _0xc65d8e=parseInt(_0x52f94c(0x1c0))/0x1+parseInt(_0x52f94c(0x11c))/0x2+-parseInt(_0x52f94c(0x1dc))/0x3*(-parseInt(_0x52f94c(0x124))/0x4)+-parseInt(_0x52f94c(0x19a))/0x5+-parseInt(_0x52f94c(0x121))/0x6*(parseInt(_0x52f94c(0x187))/0x7)+parseInt(_0x52f94c(0x1b2))/0x8*(-parseInt(_0x52f94c(0x12b))/0x9)+parseInt(_0x52f94c(0x13a))/0xa*(parseInt(_0x52f94c(0x17b))/0xb);if(_0xc65d8e===_0x3e0516)break;else _0x1ed481['push'](_0x1ed481['shift']());}catch(_0x114ecc){_0x1ed481['push'](_0x1ed481['shift']());}}}(_0x9649,0xe11e9));const e={'chart':{'insertChart':_0x586773(0x163),'editChart':_0x586773(0x14c),'openChartPanel':_0x586773(0x16e),'deleteChart':_0x586773(0x15b),'hideChartPanel':_0x586773(0x184),'setupChart':_0x586773(0x1db),'customChart':'Personnaliser','default':_0x586773(0x1b3),'reset':_0x586773(0x1c3),'chartType':'Type\x20de\x20graphique','themes':_0x586773(0x17a),'dataRange':_0x586773(0x1ae),'stack':'Empiler','category':'Catégorie','aggregate':_0x586773(0x12c),'allSeries':_0x586773(0x17f),'series':_0x586773(0x142),'addSeries':_0x586773(0x15e),'moreSettings':_0x586773(0x1bf),'min':_0x586773(0x1de),'max':_0x586773(0x1a2),'invalidType':{'gaps':_0x586773(0x131),'zero':_0x586773(0x1c7),'connectDataPointsWithStraightLines':_0x586773(0x122)},'blank':_0x586773(0x18c),'seriesBlock':{'format':_0x586773(0x18b),'dataPointStyle':'Style\x20des\x20points\x20de\x20données'},'backgroundColor':_0x586773(0x183),'chartBorderColor':_0x586773(0x13c),'titles':{'title':_0x586773(0x154),'mainTitle':_0x586773(0x146),'subTitle':'Sous-titre','xAxisTitle':_0x586773(0x11a),'yAxisTitle':_0x586773(0x1b6),'rightYAxisTitle':'Titre\x20de\x20l’axe\x20Y\x20droit','titleFormat':'Format\x20du\x20titre','titleText':'Texte\x20du\x20titre','titlePosition':_0x586773(0x170),'titleAlign':_0x586773(0x160)},'axisPositionType':{'start':_0x586773(0x1b7),'center':'Centre','end':_0x586773(0x190)},'gradientFill':_0x586773(0x191),'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':'Utiliser\x20{0}\x20comme\x20catégorie','showEmptyCellsAs':'Afficher\x20les\x20cellules\x20vides\x20comme'},'positionType':{'auto':'Automatique','inside':_0x586773(0x16b),'outside':_0x586773(0x1c4),'top':_0x586773(0x185),'bottom':_0x586773(0x1d0),'left':'Gauche','right':_0x586773(0x14b),'hide':_0x586773(0x19e)},'align':{'left':_0x586773(0x168),'center':_0x586773(0x123),'right':'Droite'},'alignY':{'top':_0x586773(0x185),'middle':_0x586773(0x136),'bottom':'Bas'},'chartStyle':_0x586773(0x11d),'chartAndAxisTitles':_0x586773(0x1cb),'legend':_0x586773(0x1a1),'legendSelectMode':_0x586773(0x138),'legendSelectModeType':{'single':'Simple','multiple':'Multiple','close':_0x586773(0x1c1)},'legendVisualMapType':{'continuous':_0x586773(0x13b),'piecewise':'Morceaux'},'axes':{'axis':'Axe','axisOptions':_0x586773(0x172),'horizontalAxis':_0x586773(0x174),'verticalAxis':_0x586773(0x1cd),'rightVerticalAxis':_0x586773(0x1bc),'leftAxis':_0x586773(0x143),'rightAxis':_0x586773(0x12d),'useRightAxis':_0x586773(0x1dd)},'position':'Position','dataLabels':_0x586773(0x151),'gridlinesAndTicks':_0x586773(0x133),'indicatorLine':'Ligne\x20indicatrice','indicatorLineType':_0x586773(0x189),'indicatorLineColor':'Couleur\x20de\x20la\x20ligne\x20indicatrice','indicatorLabel':'Étiquette\x20indicatrice','indicatorValue':_0x586773(0x15a),'shape':{'polygon':'Polygone','circle':_0x586773(0x19d),'square':_0x586773(0x171),'triangle':_0x586773(0x1c8),'diamond':'Losange','rect':_0x586773(0x188),'roundRect':_0x586773(0x132),'pin':_0x586773(0x128),'arrow':_0x586773(0x166),'none':_0x586773(0x13d),'emptyCircle':_0x586773(0x18f),'emptySquare':_0x586773(0x159),'emptyTriangle':_0x586773(0x1d3),'emptyDiamond':_0x586773(0x15d),'emptyRect':'Rectangle\x20vide','emptyRoundRect':_0x586773(0x180),'emptyPin':'Épingle\x20vide','emptyArrow':'Flèche\x20vide'},'border':_0x586773(0x1c9),'value':_0x586773(0x12a),'fill':_0x586773(0x1a6),'line':_0x586773(0x1c6),'withOpacity':_0x586773(0x16c),'withColor':_0x586773(0x135),'withThickness':'{0}\x20avec\x20épaisseur','withType':_0x586773(0x129),'withSize':_0x586773(0x134),'withShape':'{0}\x20avec\x20forme','withFormat':_0x586773(0x193),'dataPoint':_0x586773(0x1aa),'dataNodeShape':_0x586773(0x164),'addDataPoint':_0x586773(0x1b4),'point':_0x586773(0x1da),'percentage':_0x586773(0x158),'lineType':{'line':'Ligne','smooth':_0x586773(0x1bd),'step':_0x586773(0x19f)},'stackType':{'stack':'Empiler','percent':_0x586773(0x198)},'lineDashType':'Type\x20de\x20ligne\x20pointillée','dashType':{'solid':_0x586773(0x1df),'dash':_0x586773(0x1ad),'dot':'Pointillé'},'color':'Couleur','gridlines':{'majorGridlines':_0x586773(0x167),'text':_0x586773(0x1d5)},'ticks':{'majorTick':_0x586773(0x1d9),'tickPosition':_0x586773(0x1d4),'tickLength':'Longueur\x20des\x20graduations'},'none':_0x586773(0x13d),'theIndexItem':'L’élément\x20{0}','seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x586773(0x192),'styleEditPanel':{'showLabels':'Afficher\x20les\x20étiquettes','showDataLabels':_0x586773(0x165),'padAngle':'Angle\x20de\x20remplissage\x20des\x20étiquettes','halfPie':_0x586773(0x1d2),'rosePie':_0x586773(0x14a),'pieValScale':_0x586773(0x11b),'pieValSuffix':_0x586773(0x148),'pieDigitalFixed':_0x586773(0x1ac),'showLabelLine':'Afficher\x20la\x20ligne\x20des\x20étiquettes','reverseAxisOrder':_0x586773(0x137),'showAxisLine':'Afficher\x20la\x20ligne\x20de\x20l’axe','labelPosition':_0x586773(0x140),'labelText':_0x586773(0x1af),'repeatWordCould':'Répéter\x20le\x20nuage\x20de\x20mots','gap':'Écart','useAbsValue':_0x586773(0x177),'labelRotate':_0x586773(0x18d),'wordCloudShape':_0x586773(0x16f),'useDateAxis':'Utiliser\x20l’axe\x20des\x20dates','dateAxisTips':_0x586773(0x120)},'doughnutHole':_0x586773(0x19b),'radar':{'fill':_0x586773(0x1a6)},'msg':{'invalidSource':'La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','emptyTips':'Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','sankeyCircularTips':_0x586773(0x1a4)},'cloud':{'title':_0x586773(0x19c),'word':'Mot','frequency':_0x586773(0x178)},'trendline':{'name':_0x586773(0x155),'displayName':_0x586773(0x16d),'addTrendLine':_0x586773(0x125),'trendlineType':_0x586773(0x144),'trendlineName':_0x586773(0x16d),'trendlineColor':_0x586773(0x153),'trendlineThickness':'Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','trendlineDashType':'Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','exp':_0x586773(0x1e1),'linear':_0x586773(0x1b0),'log':'Logarithmique','pow':_0x586773(0x161),'movingAvg':_0x586773(0x195),'poly':_0x586773(0x182),'order':_0x586773(0x1d8),'period':_0x586773(0x169),'showFormula':_0x586773(0x126),'showR2':'Afficher\x20R\x20carré','formula':_0x586773(0x1c2),'r2':_0x586773(0x173)},'bubble':{'xAxis':_0x586773(0x1b5),'yAxis':'Axe\x20Y','size':_0x586773(0x194),'label':_0x586773(0x1a8),'emptyTips':_0x586773(0x11e)},'relation':{'title':_0x586773(0x15c),'auto':_0x586773(0x1a5),'circular':_0x586773(0x157),'force':_0x586773(0x1d7),'useValueAsSymbolSize':_0x586773(0x18a),'layoutType':'Type\x20de\x20disposition','forceOptions':_0x586773(0x17e),'repulsion':'Répulsion','gravity':_0x586773(0x1b1),'edgeLength':_0x586773(0x130),'rotateLabel':_0x586773(0x15f),'emphasis':_0x586773(0x1a7),'emptyTips':_0x586773(0x1cf)},'waterfall':{'stackType':_0x586773(0x1d6),'arrangement':'Séquentiel','stacked':_0x586773(0x1ce),'positive':_0x586773(0x119),'negative':_0x586773(0x1a9),'subtotal':_0x586773(0x1d1),'showSubtotal':_0x586773(0x12e),'positiveStyle':_0x586773(0x1b9),'negativeStyle':'Style\x20négatif','subtotalStyle':'Style\x20du\x20sous-total','positiveLegendText':_0x586773(0x199),'negativeLegendText':_0x586773(0x149),'subtotalLegendText':_0x586773(0x14d)},'pareto':{'lineName':'Pourcentage\x20Cumulé','lineSeries':_0x586773(0x150),'barSeries':_0x586773(0x1e0)},'visualMapScope':'Portée\x20de\x20la\x20carte\x20visuelle','boxplot':{'min':_0x586773(0x145),'q1':_0x586773(0x1b8),'median':_0x586773(0x152),'q3':'Troisième\x20quartile','max':_0x586773(0x196)}},'chartTypes':{'line':_0x586773(0x1bb),'area':'Graphique\x20en\x20aires','areaStacked':_0x586773(0x1a0),'areaPercentStacked':_0x586773(0x1cc),'column':_0x586773(0x139),'bar':_0x586773(0x118),'barStacked':'Graphique\x20en\x20barres\x20empilées','barPercentStacked':_0x586773(0x1ba),'pie':_0x586773(0x1ca),'donut':_0x586773(0x1be),'scatter':_0x586773(0x1ab),'radar':_0x586773(0x17d),'bubble':_0x586773(0x1c5),'stock':_0x586773(0x16a),'combination':_0x586773(0x14f),'wordCloud':'Graphique\x20en\x20nuage\x20de\x20mots','funnel':_0x586773(0x197),'relation':_0x586773(0x175),'waterfall':'Graphique\x20en\x20cascade','pareto':'Graphique\x20de\x20Pareto','sankey':_0x586773(0x176),'heatmap':'Carte\x20thermique','boxplot':'Boîte\x20à\x20moustaches'},'dialog':{'numfmt':{'general':_0x586773(0x12f),'accounting':_0x586773(0x11f),'currency':'Monétaire','date':_0x586773(0x162),'thousandthPercentile':'Milleième','fieldSetting':_0x586773(0x147),'formatTypes':_0x586773(0x181),'confirm':'OK','cancel':_0x586773(0x179),'generalDesc':_0x586773(0x1a3),'accountingDesc':_0x586773(0x186),'currencyDesc':_0x586773(0x13f),'dateDesc':_0x586773(0x141),'thousandthPercentileDesc':_0x586773(0x156),'decimalPlaces':_0x586773(0x18e),'currencyTypes':'Types\x20de\x20devises','negativeNumberTypes':_0x586773(0x127),'dateTypes':_0x586773(0x17c)},'setFormat':_0x586773(0x13e)}};function _0x3928(_0x54ec7c,_0x42fdb2){_0x54ec7c=_0x54ec7c-0x118;const _0x96497=_0x9649();let _0x392818=_0x96497[_0x54ec7c];return _0x392818;}module[_0x586773(0x14e)]=e;
|
|
1
|
+
const _0x129c6f=_0x1769;(function(_0xe53a3b,_0x5da02f){const _0x2e58ad=_0x1769,_0x796402=_0xe53a3b();while(!![]){try{const _0x61d5a9=-parseInt(_0x2e58ad(0x1ed))/0x1+-parseInt(_0x2e58ad(0x225))/0x2+parseInt(_0x2e58ad(0x1f6))/0x3*(parseInt(_0x2e58ad(0x21f))/0x4)+parseInt(_0x2e58ad(0x18b))/0x5+-parseInt(_0x2e58ad(0x174))/0x6*(parseInt(_0x2e58ad(0x1b8))/0x7)+-parseInt(_0x2e58ad(0x1e3))/0x8+parseInt(_0x2e58ad(0x1fc))/0x9;if(_0x61d5a9===_0x5da02f)break;else _0x796402['push'](_0x796402['shift']());}catch(_0x3ae615){_0x796402['push'](_0x796402['shift']());}}}(_0x15e3,0x45bff));const e={'chart':{'insertChart':_0x129c6f(0x1a1),'editChart':_0x129c6f(0x1b9),'openChartPanel':'Ouvrir\x20le\x20panneau\x20de\x20graphique','deleteChart':_0x129c6f(0x188),'hideChartPanel':_0x129c6f(0x18d),'setupChart':_0x129c6f(0x1d2),'customChart':_0x129c6f(0x1cf),'default':'Par\x20défaut','reset':_0x129c6f(0x17e),'chartType':'Type\x20de\x20graphique','themes':_0x129c6f(0x1cb),'dataRange':_0x129c6f(0x207),'stack':_0x129c6f(0x183),'category':_0x129c6f(0x1a9),'aggregate':_0x129c6f(0x170),'allSeries':_0x129c6f(0x216),'series':'Séries','addSeries':_0x129c6f(0x19b),'moreSettings':_0x129c6f(0x1c2),'min':'Min','max':_0x129c6f(0x205),'invalidType':{'gaps':_0x129c6f(0x177),'zero':_0x129c6f(0x20f),'connectDataPointsWithStraightLines':'Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites'},'blank':_0x129c6f(0x1d5),'seriesBlock':{'format':'Format','dataPointStyle':_0x129c6f(0x1d0)},'backgroundColor':_0x129c6f(0x220),'chartBorderColor':'Couleur\x20de\x20la\x20bordure\x20du\x20graphique','titles':{'title':_0x129c6f(0x189),'mainTitle':_0x129c6f(0x227),'subTitle':'Sous-titre','xAxisTitle':'Titre\x20de\x20l’axe\x20X','yAxisTitle':_0x129c6f(0x16a),'rightYAxisTitle':_0x129c6f(0x210),'titleFormat':_0x129c6f(0x1dc),'titleText':_0x129c6f(0x169),'titlePosition':_0x129c6f(0x1c1),'titleAlign':_0x129c6f(0x194)},'axisPositionType':{'start':_0x129c6f(0x17b),'center':'Centre','end':'Fin'},'gradientFill':_0x129c6f(0x19d),'settingsLabels':{'switchToRowOrColumn':_0x129c6f(0x1d3),'useAsCategoryLabels':_0x129c6f(0x16b),'showEmptyCellsAs':_0x129c6f(0x1e6)},'positionType':{'auto':_0x129c6f(0x1ca),'inside':'À\x20l’intérieur','outside':'À\x20l’extérieur','top':'Haut','bottom':_0x129c6f(0x212),'left':'Gauche','right':'Droite','hide':_0x129c6f(0x192)},'align':{'left':_0x129c6f(0x231),'center':_0x129c6f(0x1f0),'right':_0x129c6f(0x20d)},'alignY':{'top':_0x129c6f(0x176),'middle':_0x129c6f(0x16e),'bottom':_0x129c6f(0x212)},'chartStyle':'Style\x20de\x20graphique','chartAndAxisTitles':'Titres\x20du\x20graphique\x20et\x20des\x20axes','legend':'Légende','legendSelectMode':_0x129c6f(0x204),'legendSelectModeType':{'single':_0x129c6f(0x1e5),'multiple':_0x129c6f(0x20a),'close':_0x129c6f(0x233)},'legendVisualMapType':{'continuous':_0x129c6f(0x1b7),'piecewise':_0x129c6f(0x20c)},'axes':{'axis':_0x129c6f(0x202),'axisOptions':'Options\x20de\x20l’axe','horizontalAxis':_0x129c6f(0x1c6),'verticalAxis':_0x129c6f(0x1bb),'rightVerticalAxis':_0x129c6f(0x191),'leftAxis':_0x129c6f(0x167),'rightAxis':'Axe\x20droit','useRightAxis':_0x129c6f(0x230)},'position':_0x129c6f(0x206),'dataLabels':_0x129c6f(0x234),'gridlinesAndTicks':_0x129c6f(0x1c7),'indicatorLine':_0x129c6f(0x17f),'indicatorLineType':_0x129c6f(0x18f),'indicatorLineColor':_0x129c6f(0x20b),'indicatorLabel':_0x129c6f(0x1e8),'indicatorValue':_0x129c6f(0x1f9),'shape':{'polygon':_0x129c6f(0x1dd),'circle':'Cercle','square':_0x129c6f(0x1e7),'triangle':_0x129c6f(0x193),'diamond':_0x129c6f(0x16f),'rect':'Rectangle','roundRect':_0x129c6f(0x180),'pin':_0x129c6f(0x19c),'arrow':_0x129c6f(0x232),'none':'Aucun','emptyCircle':_0x129c6f(0x1fb),'emptySquare':_0x129c6f(0x168),'emptyTriangle':_0x129c6f(0x1a4),'emptyDiamond':_0x129c6f(0x219),'emptyRect':_0x129c6f(0x211),'emptyRoundRect':_0x129c6f(0x21c),'emptyPin':_0x129c6f(0x1ee),'emptyArrow':_0x129c6f(0x1c4)},'border':'Bordure','value':_0x129c6f(0x1a7),'fill':'Remplir','line':'Ligne','withOpacity':_0x129c6f(0x185),'withColor':_0x129c6f(0x21e),'withThickness':'{0}\x20avec\x20épaisseur','withType':_0x129c6f(0x181),'withSize':_0x129c6f(0x1df),'withShape':_0x129c6f(0x197),'withFormat':'{0}\x20avec\x20format','dataPoint':_0x129c6f(0x20e),'dataNodeShape':_0x129c6f(0x213),'addDataPoint':_0x129c6f(0x1c5),'point':_0x129c6f(0x179),'percentage':'Pourcentage','lineType':{'line':_0x129c6f(0x236),'smooth':_0x129c6f(0x1f1),'step':'Étape'},'stackType':{'stack':'Empiler','percent':_0x129c6f(0x1be)},'lineDashType':_0x129c6f(0x1cd),'dashType':{'solid':_0x129c6f(0x201),'dash':'Tiret','dot':_0x129c6f(0x1ec)},'color':_0x129c6f(0x209),'gridlines':{'majorGridlines':_0x129c6f(0x1e2),'text':_0x129c6f(0x1f8)},'ticks':{'majorTick':_0x129c6f(0x172),'tickPosition':_0x129c6f(0x217),'tickLength':_0x129c6f(0x199)},'none':_0x129c6f(0x1f2),'theIndexItem':_0x129c6f(0x1de),'seriesDefaultName':_0x129c6f(0x1e0),'categoryDefaultName':_0x129c6f(0x190),'styleEditPanel':{'showLabels':_0x129c6f(0x1aa),'showDataLabels':'Afficher\x20les\x20étiquettes\x20de\x20données','padAngle':_0x129c6f(0x1b2),'halfPie':'Demi-camembert','rosePie':_0x129c6f(0x1ba),'pieValScale':'Échelle\x20de\x20valeur\x20du\x20camembert','pieValSuffix':_0x129c6f(0x22d),'pieDigitalFixed':_0x129c6f(0x235),'showLabelLine':'Afficher\x20la\x20ligne\x20des\x20étiquettes','reverseAxisOrder':_0x129c6f(0x1da),'showAxisLine':'Afficher\x20la\x20ligne\x20de\x20l’axe','labelPosition':_0x129c6f(0x1c0),'labelText':_0x129c6f(0x22c),'repeatWordCould':_0x129c6f(0x1af),'gap':_0x129c6f(0x178),'useAbsValue':'Utiliser\x20la\x20valeur\x20absolue','labelRotate':'Rotation\x20des\x20étiquettes','wordCloudShape':_0x129c6f(0x22a),'useDateAxis':_0x129c6f(0x195),'dateAxisTips':_0x129c6f(0x17d)},'doughnutHole':_0x129c6f(0x19a),'radar':{'fill':_0x129c6f(0x214)},'msg':{'invalidSource':_0x129c6f(0x1d6),'emptyTips':_0x129c6f(0x175),'sankeyCircularTips':'Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires'},'cloud':{'title':_0x129c6f(0x1e4),'word':_0x129c6f(0x17a),'frequency':_0x129c6f(0x1e9)},'trendline':{'name':_0x129c6f(0x1f4),'displayName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','addTrendLine':_0x129c6f(0x1b3),'trendlineType':'Type\x20de\x20courbe\x20de\x20tendance','trendlineName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','trendlineColor':_0x129c6f(0x19e),'trendlineThickness':_0x129c6f(0x1b6),'trendlineDashType':_0x129c6f(0x21a),'exp':_0x129c6f(0x221),'linear':_0x129c6f(0x1b4),'log':_0x129c6f(0x226),'pow':_0x129c6f(0x1d8),'movingAvg':_0x129c6f(0x1f3),'poly':_0x129c6f(0x215),'order':_0x129c6f(0x187),'period':'Période\x20de\x20la\x20moyenne\x20mobile','showFormula':_0x129c6f(0x19f),'showR2':'Afficher\x20R\x20carré','formula':_0x129c6f(0x22b),'r2':'R\x20carré'},'bubble':{'xAxis':_0x129c6f(0x1ef),'yAxis':_0x129c6f(0x1ff),'size':_0x129c6f(0x224),'label':'Étiquette\x20de\x20la\x20bulle','emptyTips':_0x129c6f(0x1b1)},'relation':{'title':'Graphique\x20de\x20relations','auto':_0x129c6f(0x1a0),'circular':_0x129c6f(0x229),'force':'Forces\x20dirigées','useValueAsSymbolSize':_0x129c6f(0x1ad),'layoutType':_0x129c6f(0x18c),'forceOptions':_0x129c6f(0x196),'repulsion':_0x129c6f(0x184),'gravity':_0x129c6f(0x1f7),'edgeLength':_0x129c6f(0x1fe),'rotateLabel':'Faire\x20pivoter\x20l’étiquette','emphasis':_0x129c6f(0x208),'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':_0x129c6f(0x1d1),'arrangement':_0x129c6f(0x173),'stacked':_0x129c6f(0x18a),'positive':_0x129c6f(0x21d),'negative':_0x129c6f(0x203),'subtotal':'Sous-total','showSubtotal':'Afficher\x20le\x20sous-total','positiveStyle':_0x129c6f(0x1fa),'negativeStyle':_0x129c6f(0x1a2),'subtotalStyle':_0x129c6f(0x1e1),'positiveLegendText':_0x129c6f(0x228),'negativeLegendText':_0x129c6f(0x16d),'subtotalLegendText':_0x129c6f(0x222)},'pareto':{'lineName':_0x129c6f(0x1fd),'lineSeries':_0x129c6f(0x218),'barSeries':_0x129c6f(0x18e)},'visualMapScope':_0x129c6f(0x1ab),'boxplot':{'min':'Valeur\x20minimale','q1':_0x129c6f(0x1ea),'median':_0x129c6f(0x198),'q3':_0x129c6f(0x22f),'max':'Valeur\x20maximale'}},'chartTypes':{'line':'Graphique\x20en\x20ligne','area':'Graphique\x20en\x20aires','areaStacked':'Graphique\x20en\x20aires\x20empilées','areaPercentStacked':'Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','column':_0x129c6f(0x1bd),'bar':_0x129c6f(0x1b5),'barStacked':_0x129c6f(0x1ae),'barPercentStacked':_0x129c6f(0x1a8),'pie':_0x129c6f(0x1c9),'donut':_0x129c6f(0x1b0),'scatter':_0x129c6f(0x16c),'radar':_0x129c6f(0x1a3),'bubble':_0x129c6f(0x17c),'stock':_0x129c6f(0x171),'combination':_0x129c6f(0x1c8),'wordCloud':'Graphique\x20en\x20nuage\x20de\x20mots','funnel':'Graphique\x20en\x20entonnoir','relation':_0x129c6f(0x21b),'waterfall':'Graphique\x20en\x20cascade','pareto':_0x129c6f(0x1d7),'sankey':_0x129c6f(0x1f5),'heatmap':_0x129c6f(0x200),'boxplot':_0x129c6f(0x1cc)},'dialog':{'numfmt':{'general':_0x129c6f(0x1db),'accounting':'Comptabilité','currency':_0x129c6f(0x1d4),'date':_0x129c6f(0x1bf),'thousandthPercentile':_0x129c6f(0x182),'fieldSetting':_0x129c6f(0x1ac),'formatTypes':_0x129c6f(0x186),'confirm':'OK','cancel':_0x129c6f(0x22e),'generalDesc':_0x129c6f(0x1ce),'accountingDesc':_0x129c6f(0x1eb),'currencyDesc':'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.','dateDesc':_0x129c6f(0x1a6),'thousandthPercentileDesc':_0x129c6f(0x1c3),'decimalPlaces':_0x129c6f(0x1a5),'currencyTypes':_0x129c6f(0x1bc),'negativeNumberTypes':'Types\x20de\x20nombres\x20négatifs','dateTypes':'Types\x20de\x20dates'},'setFormat':_0x129c6f(0x223)}};function _0x15e3(){const _0x4bff9e=['Catégorie','Afficher\x20les\x20étiquettes','Portée\x20de\x20la\x20carte\x20visuelle','Paramètres\x20de\x20champ','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Graphique\x20en\x20barres\x20empilées','Répéter\x20le\x20nuage\x20de\x20mots','Graphique\x20en\x20beignet','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Angle\x20de\x20remplissage\x20des\x20étiquettes','Ajouter\x20une\x20courbe\x20de\x20tendance','Linéaire','Graphique\x20en\x20barres','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Continu','7rOtArc','Éditeur\x20de\x20graphique','Camembert\x20en\x20rose','Axe\x20vertical','Types\x20de\x20devises','Graphique\x20en\x20colonnes','Pourcentage\x20empilé','Date','Position\x20des\x20étiquettes','Position\x20du\x20titre','Plus\x20de\x20paramètres','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.','Flèche\x20vide','Ajouter\x20un\x20point\x20de\x20données','Axe\x20horizontal','Lignes\x20de\x20grille\x20et\x20graduations','Graphique\x20combiné','Graphique\x20en\x20camembert','Automatique','Thèmes','Boîte\x20à\x20moustaches','Type\x20de\x20ligne\x20pointillée','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Personnaliser','Style\x20des\x20points\x20de\x20données','Type\x20d\x27empilement','Configurer','Basculer\x20vers\x20ligne/colonne','Monétaire','(Vide)','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Graphique\x20de\x20Pareto','Puissance','exports','Inverser\x20l’ordre\x20des\x20axes','Général','Format\x20du\x20titre','Polygone','L’élément\x20{0}','{0}\x20avec\x20taille','Série\x20{0}','Style\x20du\x20sous-total','Lignes\x20de\x20grille\x20principales','2243536LyBxpq','Nuage\x20de\x20mots','Simple','Afficher\x20les\x20cellules\x20vides\x20comme','Carré','Étiquette\x20indicatrice','Fréquence','Premier\x20quartile','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Pointillé','30415WKMOeT','Épingle\x20vide','Axe\x20X','Centre','Lisse','Aucun','Moyenne\x20mobile','Courbe\x20de\x20tendance','Graphique\x20de\x20Sankey','35844UsJjVN','Gravité','Lignes\x20de\x20grille','Valeur\x20indicatrice','Style\x20positif','Cercle\x20vide','7168779CadXdb','Pourcentage\x20Cumulé','Distance\x20entre\x20les\x20nœuds','Axe\x20Y','Carte\x20thermique','Plein','Axe','Négatif','Mode\x20de\x20sélection\x20de\x20la\x20légende','Max','Position','Plage\x20de\x20données','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Couleur','Multiple','Couleur\x20de\x20la\x20ligne\x20indicatrice','Morceaux','Droite','Point\x20de\x20données','zéro','Titre\x20de\x20l’axe\x20Y\x20droit','Rectangle\x20vide','Bas','Forme\x20du\x20nœud\x20de\x20données','Remplir','Polynomiale','Toutes\x20les\x20séries','Position\x20des\x20graduations','Série\x20du\x20Pourcentage\x20Cumulé','Losange\x20vide','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Graphique\x20de\x20relation','Rectangle\x20arrondi\x20vide','Positif','{0}\x20avec\x20couleur','28gBnJEJ','Couleur\x20de\x20fond','Exponentielle','Texte\x20de\x20légende\x20du\x20sous-total','Définir\x20le\x20format\x20de\x20l’étiquette','Taille\x20de\x20la\x20bulle','293652lshNPy','Logarithmique','Titre\x20principal','Texte\x20de\x20légende\x20positif','Circulaire','Forme\x20du\x20nuage\x20de\x20mots','Formule','Texte\x20des\x20étiquettes','Suffixe\x20de\x20valeur\x20du\x20camembert','Annuler','Troisième\x20quartile','Utiliser\x20l’axe\x20droit','Gauche','Flèche','Fermer','Étiquettes\x20de\x20données','Chiffres\x20fixes\x20du\x20camembert','Ligne','Axe\x20gauche','Carré\x20vide','Texte\x20du\x20titre','Titre\x20de\x20l’axe\x20Y','Utiliser\x20{0}\x20comme\x20catégorie','Graphique\x20de\x20dispersion','Texte\x20de\x20légende\x20négatif','Milieu','Losange','Agrégat','Graphique\x20boursier','Graduation\x20principale','Séquentiel','2357178ElaODc','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Haut','lacunes','Écart','Point','Mot','Début','Graphique\x20en\x20bulles','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Réinitialiser','Ligne\x20indicatrice','Rectangle\x20arrondi','{0}\x20avec\x20type','Milleième','Empiler','Répulsion','{0}\x20avec\x20opacité','Types\x20de\x20formats','Ordre\x20du\x20polynôme','Supprimer\x20le\x20graphique','Titre','Empilé','1280370rTnhkQ','Type\x20de\x20disposition','Masquer\x20le\x20panneau\x20de\x20graphique','Série\x20de\x20Diagramme\x20en\x20Barres','Type\x20de\x20ligne\x20indicatrice','Catégorie\x20{0}','Axe\x20vertical\x20droit','Masquer','Triangle','Alignement\x20du\x20titre\x20de\x20l’axe','Utiliser\x20l’axe\x20des\x20dates','Options\x20de\x20disposition\x20par\x20forces','{0}\x20avec\x20forme','Médiane','Longueur\x20des\x20graduations','Trou\x20du\x20beignet','Ajouter\x20une\x20série','Épingle','Remplissage\x20en\x20dégradé','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Afficher\x20la\x20formule','Auto','Insérer\x20un\x20graphique','Style\x20négatif','Graphique\x20radar','Triangle\x20vide','Décimales','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Valeur','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage'];_0x15e3=function(){return _0x4bff9e;};return _0x15e3();}function _0x1769(_0x8f11cc,_0x97a4f2){_0x8f11cc=_0x8f11cc-0x167;const _0x15e39a=_0x15e3();let _0x17692f=_0x15e39a[_0x8f11cc];return _0x17692f;}module[_0x129c6f(0x1d9)]=e;
|