@univerjs-pro/sheets-chart 1.0.0-beta.0 → 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/chart-builder/{sheet-chart-builder-adapter.d.ts → sheet-chart-config-adapter.d.ts} +17 -8
  65. package/lib/types/chart-builder/types.d.ts +5 -1
  66. package/lib/types/chart-source/chart-source.d.ts +2 -0
  67. package/lib/types/chart-source/source-util.d.ts +5 -1
  68. package/lib/types/config/config.d.ts +2 -0
  69. package/lib/types/facade/f-enum.d.ts +27 -0
  70. package/lib/types/facade/f-worksheet.d.ts +134 -0
  71. package/lib/types/facade/index.d.ts +3 -3
  72. package/lib/types/index.d.ts +3 -5
  73. package/lib/types/services/chart-model.service.d.ts +1 -0
  74. package/lib/types/services/sheets-chart.service.d.ts +3 -0
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +10 -9
  97. package/lib/types/chart-builder/sheet-chart-builder.d.ts +0 -17
  98. package/lib/types/chart-builder/sheet-chart-create-spec.d.ts +0 -6
  99. package/lib/types/facade/chart/f-sheet-chart-builder.d.ts +0 -83
  100. package/lib/types/facade/chart/f-sheet-charts.d.ts +0 -100
  101. package/lib/types/facade/chart/sheet-chart-command-adapter.d.ts +0 -13
  102. package/lib/types/facade/f-worksheet-charts.d.ts +0 -12
@@ -1 +1 @@
1
- const _0x310d75=_0x9c47;function _0x9c47(_0x4c52dc,_0x9a8e9f){_0x4c52dc=_0x4c52dc-0x151;const _0x45cb80=_0x45cb();let _0x9c4749=_0x45cb80[_0x4c52dc];return _0x9c4749;}function _0x45cb(){const _0x2068e9=['الحد\x20الأدنى','يتطلب\x20هذا\x20المخطط\x20المزيد\x20من\x20حقول\x20التسميات.','سعر\x20الإغلاق','الربع\x20الثالث','حقل\x20القيمة','يتطلب\x20مخطط\x20الفقاعات\x20عمودين\x20على\x20الأقل:\x20محور\x20س،\x20محور\x20ص','803874jAcrQQ','إيجابي','القيمة\x20الخاصة','إعداد\x20مخطط\x20المقياس\x20غير\x20صالح.\x20تحقق\x20من\x20المقياس\x20والنطاقات\x20والنسب\x20والأحجام.','990270cUxjkY','Value','الوسيط','يتطلب\x20هذا\x20المخطط\x20المزيد\x20من\x20حقول\x20القيم\x20الرقمية.','فئة\x20{0}','أعلى\x20سعر','4494UKWMOU','التكرار','عدد\x20العلاقات','الهدف','مصدر\x20بيانات\x20مخطط\x20العلاقات\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','الحد\x20الأقصى','(فارغ)','96lhNkYI','يتطلب\x20مخطط\x20الأوتار\x20علاقة\x20واحدة\x20على\x20الأقل\x20ذات\x20وزن\x20موجب\x20بين\x20عقدتين\x20مختلفتين.','Category','198045SzoKtW','9bOVIoq','سلسلة\x20{0}','المجموع\x20الفرعي','سعر\x20الافتتاح','يتطلب\x20مخطط\x20الخريطة\x20الشجرية\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','القيمة\x20المرتبطة','لا\x20تشكل\x20الحقول\x20المحددة\x20بنية\x20بيانات\x20صالحة\x20لهذا\x20المخطط.','إعداد\x20مخطط\x20الأوتار\x20غير\x20صالح.\x20تحقق\x20من\x20الزوايا\x20وأنصاف\x20الأقطار\x20والشفافية\x20والأحجام.','العناصر','أخرى','حقول\x20التسلسل\x20الهرمي','سلبي','الربع\x20الأول','أضف\x20سلسلة\x20لبدء\x20تصور\x20بياناتك','1673112wzyMpU','لم\x20يعد\x20حقل\x20المخطط\x20المحدد\x20متاحًا.','363500DeNkSQ','exports','413346nGbMPo','العناصر\x20الفرعية','لا\x20يحتوي\x20حقل\x20القيمة\x20المحدد\x20على\x20بيانات\x20رقمية.','8ByAnIg','لا\x20يمكن\x20أن\x20يحتوي\x20مخطط\x20سانكي\x20على\x20بيانات\x20دائرية','أدنى\x20سعر','كلمة'];_0x45cb=function(){return _0x2068e9;};return _0x45cb();}(function(_0x496b60,_0x53f185){const _0x105371=_0x9c47,_0x242d83=_0x496b60();while(!![]){try{const _0x191355=parseInt(_0x105371(0x15c))/0x1+-parseInt(_0x105371(0x15e))/0x2+-parseInt(_0x105371(0x16b))/0x3*(-parseInt(_0x105371(0x161))/0x4)+-parseInt(_0x105371(0x17f))/0x5+-parseInt(_0x105371(0x15a))/0x6+-parseInt(_0x105371(0x175))/0x7*(-parseInt(_0x105371(0x17c))/0x8)+-parseInt(_0x105371(0x180))/0x9*(parseInt(_0x105371(0x16f))/0xa);if(_0x191355===_0x53f185)break;else _0x242d83['push'](_0x242d83['shift']());}catch(_0xabca99){_0x242d83['push'](_0x242d83['shift']());}}}(_0x45cb,0x4514f));const e={'sheets-chart':{'seriesDefaultName':_0x310d75(0x181),'categoryDefaultName':_0x310d75(0x173),'blank':_0x310d75(0x17b),'msg':{'emptyTips':_0x310d75(0x159),'sankeyCircularTips':_0x310d75(0x162)},'bubble':{'emptyTips':_0x310d75(0x16a)},'relation':{'emptyTips':_0x310d75(0x179)},'cloud':{'word':_0x310d75(0x164),'frequency':_0x310d75(0x176)},'waterfall':{'positive':_0x310d75(0x16c),'negative':_0x310d75(0x157),'subtotal':_0x310d75(0x182)},'pareto':{'lineName':'النسبة\x20المئوية\x20التراكمية'},'boxplot':{'min':_0x310d75(0x165),'q1':_0x310d75(0x158),'median':_0x310d75(0x171),'q3':_0x310d75(0x168),'max':_0x310d75(0x17a)},'candlestick':{'series':'سلسلة\x20OHLC','category':_0x310d75(0x17e),'open':_0x310d75(0x183),'high':_0x310d75(0x174),'low':_0x310d75(0x163),'close':_0x310d75(0x167)},'histogram':{'frequency':_0x310d75(0x176)},'pie':{'aggregateOther':_0x310d75(0x155),'aggregateMembers':_0x310d75(0x154)},'treemap':{'hierarchy':_0x310d75(0x156),'value':_0x310d75(0x169),'ownValue':_0x310d75(0x16d),'children':'العناصر\x20الفرعية','diagnostic':_0x310d75(0x184)},'sunburst':{'hierarchy':'التسلسل\x20الهرمي','value':_0x310d75(0x170),'ownValue':_0x310d75(0x16d),'children':_0x310d75(0x15f),'diagnostic':'يتطلب\x20مخطط\x20أمة\x20الشمس\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.'},'gauge':{'label':'التسمية','value':_0x310d75(0x170),'emptyDiagnostic':'يتطلب\x20مخطط\x20المقياس\x20قيمة\x20رقمية\x20محدودة\x20واحدة\x20على\x20الأقل.','mappingDiagnostic':'يتطلب\x20مخطط\x20المقياس\x20حقل\x20تسمية\x20واحداً\x20وحقل\x20قيمة\x20واحداً\x20فقط.','configDiagnostic':_0x310d75(0x16e)},'chord':{'emptyDiagnostic':_0x310d75(0x17d),'mappingDiagnostic':'يتطلب\x20مخطط\x20الأوتار\x20حقلي\x20مصدر\x20وهدف\x20مختلفين،\x20ويمكن\x20إضافة\x20حقل\x20قيمة\x20مختلف\x20اختيارياً.','configDiagnostic':_0x310d75(0x153),'source':'المصدر','target':_0x310d75(0x178),'value':_0x310d75(0x170),'count':_0x310d75(0x177),'associatedValue':_0x310d75(0x151)},'chartField':{'missingCategoryFields':_0x310d75(0x166),'missingSeriesFields':_0x310d75(0x172),'invalidFieldIndex':_0x310d75(0x15b),'invalidValueFieldType':_0x310d75(0x160),'invalidDataStructure':_0x310d75(0x152),'unsupportedChartType':'لا\x20يتوفر\x20لهذا\x20النوع\x20من\x20المخططات\x20نهج\x20لاستهلاك\x20الحقول.'}}};module[_0x310d75(0x15d)]=e;
1
+ const _0x3930d4=_0x1324;(function(_0x369aa8,_0x13c2da){const _0x2162b5=_0x1324,_0x5317c3=_0x369aa8();while(!![]){try{const _0x2165a6=parseInt(_0x2162b5(0x1ed))/0x1+-parseInt(_0x2162b5(0x1fd))/0x2+-parseInt(_0x2162b5(0x1de))/0x3*(parseInt(_0x2162b5(0x1fb))/0x4)+-parseInt(_0x2162b5(0x206))/0x5*(-parseInt(_0x2162b5(0x1f2))/0x6)+parseInt(_0x2162b5(0x1e6))/0x7+parseInt(_0x2162b5(0x1d8))/0x8+parseInt(_0x2162b5(0x1fc))/0x9;if(_0x2165a6===_0x13c2da)break;else _0x5317c3['push'](_0x5317c3['shift']());}catch(_0x42d3df){_0x5317c3['push'](_0x5317c3['shift']());}}}(_0x4dde,0xbee51));const e={'sheets-chart':{'seriesDefaultName':'سلسلة\x20{0}','categoryDefaultName':_0x3930d4(0x1ef),'blank':_0x3930d4(0x20a),'msg':{'emptyTips':'أضف\x20سلسلة\x20لبدء\x20تصور\x20بياناتك','sankeyCircularTips':_0x3930d4(0x1db)},'bubble':{'emptyTips':'يتطلب\x20مخطط\x20الفقاعات\x20عمودين\x20على\x20الأقل:\x20محور\x20س،\x20محور\x20ص'},'relation':{'emptyTips':_0x3930d4(0x208)},'cloud':{'word':_0x3930d4(0x1e9),'frequency':'التكرار'},'waterfall':{'positive':_0x3930d4(0x200),'negative':_0x3930d4(0x1f9),'subtotal':_0x3930d4(0x1da)},'pareto':{'lineName':_0x3930d4(0x203)},'boxplot':{'min':'الحد\x20الأدنى','q1':_0x3930d4(0x209),'median':_0x3930d4(0x1e3),'q3':_0x3930d4(0x204),'max':_0x3930d4(0x1df)},'candlestick':{'series':_0x3930d4(0x1f6),'category':_0x3930d4(0x1e8),'open':_0x3930d4(0x1eb),'high':_0x3930d4(0x1e7),'low':_0x3930d4(0x1f4),'close':_0x3930d4(0x202)},'histogram':{'frequency':_0x3930d4(0x1ee)},'pie':{'aggregateOther':_0x3930d4(0x1f3),'aggregateMembers':_0x3930d4(0x1fe)},'treemap':{'hierarchy':'حقول\x20التسلسل\x20الهرمي','value':'حقل\x20القيمة','ownValue':'القيمة\x20الخاصة','children':'العناصر\x20الفرعية','diagnostic':_0x3930d4(0x205)},'sunburst':{'hierarchy':'التسلسل\x20الهرمي','value':'Value','ownValue':_0x3930d4(0x1e2),'children':_0x3930d4(0x201),'diagnostic':_0x3930d4(0x1dd)},'gauge':{'label':'التسمية','value':_0x3930d4(0x1ff),'emptyDiagnostic':_0x3930d4(0x207),'mappingDiagnostic':_0x3930d4(0x1f1),'configDiagnostic':_0x3930d4(0x1ea)},'chord':{'emptyDiagnostic':_0x3930d4(0x1e4),'mappingDiagnostic':_0x3930d4(0x1e1),'configDiagnostic':_0x3930d4(0x1f0),'source':_0x3930d4(0x1e5),'target':_0x3930d4(0x20b),'value':_0x3930d4(0x1ff),'count':_0x3930d4(0x1d9),'associatedValue':_0x3930d4(0x1e0)},'chartField':{'missingCategoryFields':_0x3930d4(0x1f7),'missingSeriesFields':'يتطلب\x20هذا\x20المخطط\x20المزيد\x20من\x20حقول\x20القيم\x20الرقمية.','invalidFieldIndex':_0x3930d4(0x1dc),'invalidValueFieldType':_0x3930d4(0x1f8),'invalidDataStructure':_0x3930d4(0x1ec),'unsupportedChartType':_0x3930d4(0x1fa)}}};function _0x4dde(){const _0x45fcc9=['القيمة\x20المرتبطة','يتطلب\x20مخطط\x20الأوتار\x20حقلي\x20مصدر\x20وهدف\x20مختلفين،\x20ويمكن\x20إضافة\x20حقل\x20قيمة\x20مختلف\x20اختيارياً.','القيمة\x20الخاصة','الوسيط','يتطلب\x20مخطط\x20الأوتار\x20علاقة\x20واحدة\x20على\x20الأقل\x20ذات\x20وزن\x20موجب\x20بين\x20عقدتين\x20مختلفتين.','المصدر','1480598ozKFIW','أعلى\x20سعر','Category','كلمة','إعداد\x20مخطط\x20المقياس\x20غير\x20صالح.\x20تحقق\x20من\x20المقياس\x20والنطاقات\x20والنسب\x20والأحجام.','سعر\x20الافتتاح','لا\x20تشكل\x20الحقول\x20المحددة\x20بنية\x20بيانات\x20صالحة\x20لهذا\x20المخطط.','836453ctsYhe','التكرار','فئة\x20{0}','إعداد\x20مخطط\x20الأوتار\x20غير\x20صالح.\x20تحقق\x20من\x20الزوايا\x20وأنصاف\x20الأقطار\x20والشفافية\x20والأحجام.','يتطلب\x20مخطط\x20المقياس\x20حقل\x20تسمية\x20واحداً\x20وحقل\x20قيمة\x20واحداً\x20فقط.','1134156yAYMIL','أخرى','أدنى\x20سعر','exports','سلسلة\x20OHLC','يتطلب\x20هذا\x20المخطط\x20المزيد\x20من\x20حقول\x20التسميات.','لا\x20يحتوي\x20حقل\x20القيمة\x20المحدد\x20على\x20بيانات\x20رقمية.','سلبي','لا\x20يتوفر\x20لهذا\x20النوع\x20من\x20المخططات\x20نهج\x20لاستهلاك\x20الحقول.','1928YjjCkz','5670432yqpoBQ','1614006FQdwjh','العناصر','Value','إيجابي','العناصر\x20الفرعية','سعر\x20الإغلاق','النسبة\x20المئوية\x20التراكمية','الربع\x20الثالث','يتطلب\x20مخطط\x20الخريطة\x20الشجرية\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','20vAvdII','يتطلب\x20مخطط\x20المقياس\x20قيمة\x20رقمية\x20محدودة\x20واحدة\x20على\x20الأقل.','مصدر\x20بيانات\x20مخطط\x20العلاقات\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','الربع\x20الأول','(فارغ)','الهدف','3934856VdELwE','عدد\x20العلاقات','المجموع\x20الفرعي','لا\x20يمكن\x20أن\x20يحتوي\x20مخطط\x20سانكي\x20على\x20بيانات\x20دائرية','لم\x20يعد\x20حقل\x20المخطط\x20المحدد\x20متاحًا.','يتطلب\x20مخطط\x20أمة\x20الشمس\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','8322nnyDal','الحد\x20الأقصى'];_0x4dde=function(){return _0x45fcc9;};return _0x4dde();}function _0x1324(_0xb28808,_0x238daa){_0xb28808=_0xb28808-0x1d8;const _0x4dde1f=_0x4dde();let _0x1324a3=_0x4dde1f[_0xb28808];return _0x1324a3;}module[_0x3930d4(0x1f5)]=e;
@@ -1 +1 @@
1
- function _0x2812(_0x21106a,_0x42c0f0){_0x21106a=_0x21106a-0xef;const _0x4499a7=_0x4499();let _0x281255=_0x4499a7[_0x21106a];return _0x281255;}const _0x3553e4=_0x2812;function _0x4499(){const _0x1e78c7=['Primer\x20quartil','Font','Aquest\x20gràfic\x20requereix\x20més\x20camps\x20d\x27etiqueta.','Negatiu','exports','Etiqueta','Jerarquia','90380WLZoMg','66090gdYRSS','El\x20gràfic\x20d’indicador\x20necessita\x20almenys\x20un\x20valor\x20numèric\x20finit.','Valor\x20propi','1080335LweYyV','4mHhsCs','334480ALyZmj','1240332hbJnDx','Sèrie\x20OHLC','El\x20mapa\x20d’arbre\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Category','Sèrie\x20{0}','La\x20configuració\x20del\x20diagrama\x20de\x20cordes\x20no\x20és\x20vàlida.\x20Comproveu\x20els\x20angles,\x20els\x20radis,\x20l’opacitat\x20i\x20les\x20mides.','El\x20gràfic\x20d’indicador\x20necessita\x20un\x20camp\x20d’etiqueta\x20i\x20exactament\x20un\x20camp\x20de\x20valor.','El\x20diagrama\x20de\x20cordes\x20necessita\x20almenys\x20una\x20relació\x20de\x20pes\x20positiu\x20entre\x20dos\x20nodes\x20diferents.','La\x20configuració\x20del\x20gràfic\x20d’indicador\x20no\x20és\x20vàlida.\x20Comproveu\x20l’escala,\x20els\x20intervals,\x20les\x20proporcions\x20i\x20les\x20mides.','Recompte\x20de\x20relacions','El\x20gràfic\x20Sankey\x20no\x20pot\x20contenir\x20dades\x20circulars','Mediana','Els\x20camps\x20seleccionats\x20no\x20formen\x20una\x20estructura\x20de\x20dades\x20vàlida\x20per\x20a\x20aquest\x20gràfic.','Elements','Subtotal','Camp\x20de\x20valor','El\x20gràfic\x20de\x20bombolletes\x20requereix\x20almenys\x202\x20columnes:\x20Eix\x20X,\x20Eix\x20Y','El\x20diagrama\x20de\x20cordes\x20necessita\x20camps\x20d’origen\x20i\x20destinació\x20diferents\x20i,\x20opcionalment,\x20un\x20camp\x20de\x20valor\x20diferent.','Percentatge\x20acumulat','(En\x20blanc)','Afegiu\x20una\x20sèrie\x20per\x20començar\x20a\x20visualitzar\x20les\x20vostres\x20dades','Elements\x20fills','Un\x20camp\x20de\x20gràfic\x20seleccionat\x20ja\x20no\x20està\x20disponible.','Màxim','El\x20camp\x20de\x20valors\x20seleccionat\x20no\x20conté\x20dades\x20numèriques.','622352zEGRkf','14XNkIHD','Value','387okpjJz','Positiu','Freqüència','Aquest\x20gràfic\x20requereix\x20més\x20camps\x20de\x20valors\x20numèrics.','Mínim','29733zdypXq'];_0x4499=function(){return _0x1e78c7;};return _0x4499();}(function(_0x5f10c7,_0x198821){const _0x2ea156=_0x2812,_0x12820e=_0x5f10c7();while(!![]){try{const _0x4c4dd6=-parseInt(_0x2ea156(0xfb))/0x1+parseInt(_0x2ea156(0x100))/0x2*(-parseInt(_0x2ea156(0xf3))/0x3)+parseInt(_0x2ea156(0x101))/0x4+parseInt(_0x2ea156(0xff))/0x5+-parseInt(_0x2ea156(0x102))/0x6+-parseInt(_0x2ea156(0x11c))/0x7*(parseInt(_0x2ea156(0x11b))/0x8)+-parseInt(_0x2ea156(0x11e))/0x9*(-parseInt(_0x2ea156(0xfc))/0xa);if(_0x4c4dd6===_0x198821)break;else _0x12820e['push'](_0x12820e['shift']());}catch(_0x3309f8){_0x12820e['push'](_0x12820e['shift']());}}}(_0x4499,0x1b302));const e={'sheets-chart':{'seriesDefaultName':_0x3553e4(0x106),'categoryDefaultName':'Categoria\x20{0}','blank':_0x3553e4(0x115),'msg':{'emptyTips':_0x3553e4(0x116),'sankeyCircularTips':_0x3553e4(0x10c)},'bubble':{'emptyTips':_0x3553e4(0x112)},'relation':{'emptyTips':'La\x20font\x20de\x20dades\x20per\x20al\x20gràfic\x20de\x20relació\x20és\x20la\x20matriu\x20de\x20co-paraules\x20amb\x20la\x20columna\x20addicional\x20de\x20tipus\x20a\x20la\x20segona\x20columna'},'cloud':{'word':'Paraula','frequency':_0x3553e4(0xf0)},'waterfall':{'positive':_0x3553e4(0xef),'negative':_0x3553e4(0xf7),'subtotal':_0x3553e4(0x110)},'pareto':{'lineName':_0x3553e4(0x114)},'boxplot':{'min':'Mínim','q1':_0x3553e4(0xf4),'median':_0x3553e4(0x10d),'q3':'Tercer\x20quartil','max':_0x3553e4(0x119)},'candlestick':{'series':_0x3553e4(0x103),'category':_0x3553e4(0x105),'open':'Obertura','high':_0x3553e4(0x119),'low':_0x3553e4(0xf2),'close':'Tancament'},'histogram':{'frequency':'Freqüència'},'pie':{'aggregateOther':'Altre','aggregateMembers':_0x3553e4(0x10f)},'treemap':{'hierarchy':'Camps\x20de\x20jerarquia','value':_0x3553e4(0x111),'ownValue':_0x3553e4(0xfe),'children':_0x3553e4(0x117),'diagnostic':_0x3553e4(0x104)},'sunburst':{'hierarchy':_0x3553e4(0xfa),'value':_0x3553e4(0x11d),'ownValue':_0x3553e4(0xfe),'children':_0x3553e4(0x117),'diagnostic':'El\x20gràfic\x20de\x20raigs\x20solars\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.'},'gauge':{'label':_0x3553e4(0xf9),'value':_0x3553e4(0x11d),'emptyDiagnostic':_0x3553e4(0xfd),'mappingDiagnostic':_0x3553e4(0x108),'configDiagnostic':_0x3553e4(0x10a)},'chord':{'emptyDiagnostic':_0x3553e4(0x109),'mappingDiagnostic':_0x3553e4(0x113),'configDiagnostic':_0x3553e4(0x107),'source':_0x3553e4(0xf5),'target':'Objectiu','value':_0x3553e4(0x11d),'count':_0x3553e4(0x10b),'associatedValue':'Valor\x20associat'},'chartField':{'missingCategoryFields':_0x3553e4(0xf6),'missingSeriesFields':_0x3553e4(0xf1),'invalidFieldIndex':_0x3553e4(0x118),'invalidValueFieldType':_0x3553e4(0x11a),'invalidDataStructure':_0x3553e4(0x10e),'unsupportedChartType':'Aquest\x20tipus\x20de\x20gràfic\x20no\x20té\x20cap\x20política\x20de\x20consum\x20de\x20camps.'}}};module[_0x3553e4(0xf8)]=e;
1
+ const _0x33f632=_0x57ea;(function(_0x5e0387,_0x51b425){const _0x371e92=_0x57ea,_0x706374=_0x5e0387();while(!![]){try{const _0x3797f3=-parseInt(_0x371e92(0xed))/0x1*(-parseInt(_0x371e92(0xd4))/0x2)+parseInt(_0x371e92(0xf6))/0x3*(parseInt(_0x371e92(0xcb))/0x4)+-parseInt(_0x371e92(0xf1))/0x5+-parseInt(_0x371e92(0xe9))/0x6+-parseInt(_0x371e92(0xe6))/0x7+-parseInt(_0x371e92(0xd7))/0x8*(-parseInt(_0x371e92(0xf5))/0x9)+parseInt(_0x371e92(0xce))/0xa;if(_0x3797f3===_0x51b425)break;else _0x706374['push'](_0x706374['shift']());}catch(_0x430e5d){_0x706374['push'](_0x706374['shift']());}}}(_0x5d65,0x5dfe6));const e={'sheets-chart':{'seriesDefaultName':_0x33f632(0xe7),'categoryDefaultName':'Categoria\x20{0}','blank':_0x33f632(0xc9),'msg':{'emptyTips':_0x33f632(0xd0),'sankeyCircularTips':_0x33f632(0xda)},'bubble':{'emptyTips':'El\x20gràfic\x20de\x20bombolletes\x20requereix\x20almenys\x202\x20columnes:\x20Eix\x20X,\x20Eix\x20Y'},'relation':{'emptyTips':_0x33f632(0xcd)},'cloud':{'word':_0x33f632(0xd2),'frequency':_0x33f632(0xc7)},'waterfall':{'positive':_0x33f632(0xdc),'negative':_0x33f632(0xde),'subtotal':_0x33f632(0xee)},'pareto':{'lineName':_0x33f632(0xd5)},'boxplot':{'min':'Mínim','q1':_0x33f632(0xe1),'median':'Mediana','q3':_0x33f632(0xe3),'max':_0x33f632(0xdb)},'candlestick':{'series':_0x33f632(0xe4),'category':_0x33f632(0xc8),'open':_0x33f632(0xd1),'high':_0x33f632(0xdb),'low':_0x33f632(0xe5),'close':_0x33f632(0xea)},'histogram':{'frequency':'Freqüència'},'pie':{'aggregateOther':_0x33f632(0xcc),'aggregateMembers':_0x33f632(0xd3)},'treemap':{'hierarchy':'Camps\x20de\x20jerarquia','value':'Camp\x20de\x20valor','ownValue':_0x33f632(0xcf),'children':_0x33f632(0xd8),'diagnostic':_0x33f632(0xf2)},'sunburst':{'hierarchy':'Jerarquia','value':_0x33f632(0xd6),'ownValue':_0x33f632(0xcf),'children':_0x33f632(0xd8),'diagnostic':_0x33f632(0xe2)},'gauge':{'label':_0x33f632(0xef),'value':_0x33f632(0xd6),'emptyDiagnostic':'El\x20gràfic\x20d’indicador\x20necessita\x20almenys\x20un\x20valor\x20numèric\x20finit.','mappingDiagnostic':_0x33f632(0xf3),'configDiagnostic':'La\x20configuració\x20del\x20gràfic\x20d’indicador\x20no\x20és\x20vàlida.\x20Comproveu\x20l’escala,\x20els\x20intervals,\x20les\x20proporcions\x20i\x20les\x20mides.'},'chord':{'emptyDiagnostic':_0x33f632(0xf0),'mappingDiagnostic':_0x33f632(0xec),'configDiagnostic':_0x33f632(0xdd),'source':'Font','target':_0x33f632(0xe8),'value':_0x33f632(0xd6),'count':'Recompte\x20de\x20relacions','associatedValue':'Valor\x20associat'},'chartField':{'missingCategoryFields':_0x33f632(0xf4),'missingSeriesFields':_0x33f632(0xe0),'invalidFieldIndex':_0x33f632(0xca),'invalidValueFieldType':'El\x20camp\x20de\x20valors\x20seleccionat\x20no\x20conté\x20dades\x20numèriques.','invalidDataStructure':_0x33f632(0xdf),'unsupportedChartType':_0x33f632(0xeb)}}};function _0x57ea(_0x2676e8,_0x364b2d){_0x2676e8=_0x2676e8-0xc7;const _0x5d65e7=_0x5d65();let _0x57ea2a=_0x5d65e7[_0x2676e8];return _0x57ea2a;}module[_0x33f632(0xd9)]=e;function _0x5d65(){const _0x3ea76f=['Percentatge\x20acumulat','Value','262736zjtvej','Elements\x20fills','exports','El\x20gràfic\x20Sankey\x20no\x20pot\x20contenir\x20dades\x20circulars','Màxim','Positiu','La\x20configuració\x20del\x20diagrama\x20de\x20cordes\x20no\x20és\x20vàlida.\x20Comproveu\x20els\x20angles,\x20els\x20radis,\x20l’opacitat\x20i\x20les\x20mides.','Negatiu','Els\x20camps\x20seleccionats\x20no\x20formen\x20una\x20estructura\x20de\x20dades\x20vàlida\x20per\x20a\x20aquest\x20gràfic.','Aquest\x20gràfic\x20requereix\x20més\x20camps\x20de\x20valors\x20numèrics.','Primer\x20quartil','El\x20gràfic\x20de\x20raigs\x20solars\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Tercer\x20quartil','Sèrie\x20OHLC','Mínim','1452913BVsKiZ','Sèrie\x20{0}','Objectiu','3342834oJwjsf','Tancament','Aquest\x20tipus\x20de\x20gràfic\x20no\x20té\x20cap\x20política\x20de\x20consum\x20de\x20camps.','El\x20diagrama\x20de\x20cordes\x20necessita\x20camps\x20d’origen\x20i\x20destinació\x20diferents\x20i,\x20opcionalment,\x20un\x20camp\x20de\x20valor\x20diferent.','201653QHgrZw','Subtotal','Etiqueta','El\x20diagrama\x20de\x20cordes\x20necessita\x20almenys\x20una\x20relació\x20de\x20pes\x20positiu\x20entre\x20dos\x20nodes\x20diferents.','2305490sphFTG','El\x20mapa\x20d’arbre\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','El\x20gràfic\x20d’indicador\x20necessita\x20un\x20camp\x20d’etiqueta\x20i\x20exactament\x20un\x20camp\x20de\x20valor.','Aquest\x20gràfic\x20requereix\x20més\x20camps\x20d\x27etiqueta.','207ATyHul','149655oZQDcp','Freqüència','Category','(En\x20blanc)','Un\x20camp\x20de\x20gràfic\x20seleccionat\x20ja\x20no\x20està\x20disponible.','40exVShg','Altre','La\x20font\x20de\x20dades\x20per\x20al\x20gràfic\x20de\x20relació\x20és\x20la\x20matriu\x20de\x20co-paraules\x20amb\x20la\x20columna\x20addicional\x20de\x20tipus\x20a\x20la\x20segona\x20columna','1549250aCPqlF','Valor\x20propi','Afegiu\x20una\x20sèrie\x20per\x20començar\x20a\x20visualitzar\x20les\x20vostres\x20dades','Obertura','Paraula','Elements','2VnxwpQ'];_0x5d65=function(){return _0x3ea76f;};return _0x5d65();}
@@ -1 +1 @@
1
- const _0x14f6e4=_0x50d8;(function(_0x42b6b8,_0x1da432){const _0x1daf52=_0x50d8,_0x385884=_0x42b6b8();while(!![]){try{const _0x5c2f0f=-parseInt(_0x1daf52(0x1f7))/0x1+parseInt(_0x1daf52(0x21e))/0x2+parseInt(_0x1daf52(0x213))/0x3+parseInt(_0x1daf52(0x1f3))/0x4*(parseInt(_0x1daf52(0x1fa))/0x5)+-parseInt(_0x1daf52(0x21d))/0x6*(-parseInt(_0x1daf52(0x1f2))/0x7)+-parseInt(_0x1daf52(0x21a))/0x8+parseInt(_0x1daf52(0x1fb))/0x9*(-parseInt(_0x1daf52(0x207))/0xa);if(_0x5c2f0f===_0x1da432)break;else _0x385884['push'](_0x385884['shift']());}catch(_0x31ee2a){_0x385884['push'](_0x385884['shift']());}}}(_0xcd5f,0x4837a));const e={'sheets-chart':{'seriesDefaultName':_0x14f6e4(0x1fc),'categoryDefaultName':_0x14f6e4(0x1fd),'blank':_0x14f6e4(0x219),'msg':{'emptyTips':_0x14f6e4(0x206),'sankeyCircularTips':_0x14f6e4(0x215)},'bubble':{'emptyTips':'Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse'},'relation':{'emptyTips':_0x14f6e4(0x20f)},'cloud':{'word':_0x14f6e4(0x20d),'frequency':_0x14f6e4(0x210)},'waterfall':{'positive':_0x14f6e4(0x1f5),'negative':'Negativ','subtotal':_0x14f6e4(0x209)},'pareto':{'lineName':_0x14f6e4(0x202)},'boxplot':{'min':_0x14f6e4(0x1f0),'q1':_0x14f6e4(0x1f1),'median':_0x14f6e4(0x203),'q3':_0x14f6e4(0x21c),'max':_0x14f6e4(0x21b)},'candlestick':{'series':'OHLC-Reihe','category':_0x14f6e4(0x1f4),'open':'Eröffnung','high':_0x14f6e4(0x1f6),'low':_0x14f6e4(0x20b),'close':_0x14f6e4(0x212)},'histogram':{'frequency':'Häufigkeit'},'pie':{'aggregateOther':_0x14f6e4(0x217),'aggregateMembers':_0x14f6e4(0x204)},'treemap':{'hierarchy':_0x14f6e4(0x201),'value':_0x14f6e4(0x208),'ownValue':_0x14f6e4(0x200),'children':_0x14f6e4(0x205),'diagnostic':_0x14f6e4(0x20e)},'sunburst':{'hierarchy':_0x14f6e4(0x1ef),'value':_0x14f6e4(0x211),'ownValue':_0x14f6e4(0x200),'children':_0x14f6e4(0x205),'diagnostic':'Ein\x20Sunburst-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.'},'gauge':{'label':'Etikett','value':'Value','emptyDiagnostic':_0x14f6e4(0x1ff),'mappingDiagnostic':_0x14f6e4(0x20a),'configDiagnostic':'Die\x20Konfiguration\x20des\x20Tachometerdiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Skala,\x20Bereiche,\x20Verhältnisse\x20und\x20Größen.'},'chord':{'emptyDiagnostic':_0x14f6e4(0x216),'mappingDiagnostic':_0x14f6e4(0x1f9),'configDiagnostic':_0x14f6e4(0x214),'source':'Quelle','target':_0x14f6e4(0x1fe),'value':'Value','count':'Anzahl\x20der\x20Beziehungen','associatedValue':_0x14f6e4(0x21f)},'chartField':{'missingCategoryFields':_0x14f6e4(0x220),'missingSeriesFields':'Dieses\x20Diagramm\x20benötigt\x20weitere\x20numerische\x20Wertefelder.','invalidFieldIndex':_0x14f6e4(0x1f8),'invalidValueFieldType':_0x14f6e4(0x20c),'invalidDataStructure':_0x14f6e4(0x218),'unsupportedChartType':'Für\x20diesen\x20Diagrammtyp\x20gibt\x20es\x20keine\x20Richtlinie\x20zur\x20Feldverwendung.'}}};function _0x50d8(_0xecb9c2,_0xe98489){_0xecb9c2=_0xecb9c2-0x1ef;const _0xcd5fa=_0xcd5f();let _0x50d827=_0xcd5fa[_0xecb9c2];return _0x50d827;}function _0xcd5f(){const _0x136a60=['Ziel','Ein\x20Tachometerdiagramm\x20benötigt\x20mindestens\x20einen\x20endlichen\x20numerischen\x20Wert.','Eigener\x20Wert','Hierarchiefelder','Kumulierte\x20Prozent','Median','Elemente','Untergeordnete\x20Elemente','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','860pRUPRC','Wertfeld','Zwischensumme','Ein\x20Tachometerdiagramm\x20benötigt\x20ein\x20Beschriftungsfeld\x20und\x20genau\x20ein\x20Wertefeld.','Tief','Das\x20ausgewählte\x20Wertefeld\x20enthält\x20keine\x20numerischen\x20Daten.','Wort','Ein\x20Treemap-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte','Häufigkeit','Value','Schluss','1043205ZnQAcH','Die\x20Konfiguration\x20des\x20Sehnendiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Winkel,\x20Radien,\x20Deckkraft\x20und\x20Größen.','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','Ein\x20Sehnendiagramm\x20benötigt\x20mindestens\x20eine\x20positiv\x20gewichtete\x20Beziehung\x20zwischen\x20zwei\x20verschiedenen\x20Knoten.','Sonstige','Die\x20ausgewählten\x20Felder\x20bilden\x20keine\x20gültige\x20Datenstruktur\x20für\x20dieses\x20Diagramm.','(Leer)','3979312dBJaNA','Maximum','Drittes\x20Quartil','2452242jTuYlM','792250vjfVAM','Zugeordneter\x20Wert','Dieses\x20Diagramm\x20benötigt\x20weitere\x20Beschriftungsfelder.','exports','Hierarchie','Minimum','Erstes\x20Quartil','7GGlqzN','4FrZAHR','Category','Positiv','Hoch','97722IUZGfg','Ein\x20ausgewähltes\x20Diagrammfeld\x20ist\x20nicht\x20mehr\x20verfügbar.','Ein\x20Sehnendiagramm\x20benötigt\x20unterschiedliche\x20Quell-\x20und\x20Zielfelder\x20sowie\x20optional\x20ein\x20davon\x20verschiedenes\x20Wertefeld.','182235YoLUom','31194cZiMKL','Datenreihe\x20{0}','Kategorie\x20{0}'];_0xcd5f=function(){return _0x136a60;};return _0xcd5f();}module[_0x14f6e4(0x221)]=e;
1
+ function _0x487e(_0x277391,_0x4fed4a){_0x277391=_0x277391-0x120;const _0x5149aa=_0x5149();let _0x487ea6=_0x5149aa[_0x277391];return _0x487ea6;}const _0x31eafb=_0x487e;(function(_0x3d81f9,_0x2daaf4){const _0x256564=_0x487e,_0x8d4ec0=_0x3d81f9();while(!![]){try{const _0x5d2336=parseInt(_0x256564(0x13f))/0x1+parseInt(_0x256564(0x134))/0x2+parseInt(_0x256564(0x138))/0x3*(parseInt(_0x256564(0x125))/0x4)+-parseInt(_0x256564(0x120))/0x5+-parseInt(_0x256564(0x13d))/0x6*(-parseInt(_0x256564(0x14e))/0x7)+-parseInt(_0x256564(0x13a))/0x8+parseInt(_0x256564(0x130))/0x9*(-parseInt(_0x256564(0x126))/0xa);if(_0x5d2336===_0x2daaf4)break;else _0x8d4ec0['push'](_0x8d4ec0['shift']());}catch(_0x5356f1){_0x8d4ec0['push'](_0x8d4ec0['shift']());}}}(_0x5149,0x811a2));const e={'sheets-chart':{'seriesDefaultName':_0x31eafb(0x124),'categoryDefaultName':'Kategorie\x20{0}','blank':_0x31eafb(0x131),'msg':{'emptyTips':'Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','sankeyCircularTips':_0x31eafb(0x135)},'bubble':{'emptyTips':'Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse'},'relation':{'emptyTips':'Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte'},'cloud':{'word':'Wort','frequency':_0x31eafb(0x12a)},'waterfall':{'positive':_0x31eafb(0x13e),'negative':_0x31eafb(0x129),'subtotal':_0x31eafb(0x128)},'pareto':{'lineName':_0x31eafb(0x144)},'boxplot':{'min':_0x31eafb(0x12b),'q1':_0x31eafb(0x13c),'median':'Median','q3':'Drittes\x20Quartil','max':_0x31eafb(0x140)},'candlestick':{'series':_0x31eafb(0x14b),'category':_0x31eafb(0x12e),'open':_0x31eafb(0x146),'high':_0x31eafb(0x145),'low':'Tief','close':_0x31eafb(0x149)},'histogram':{'frequency':_0x31eafb(0x12a)},'pie':{'aggregateOther':_0x31eafb(0x14f),'aggregateMembers':'Elemente'},'treemap':{'hierarchy':_0x31eafb(0x147),'value':_0x31eafb(0x141),'ownValue':_0x31eafb(0x148),'children':_0x31eafb(0x137),'diagnostic':'Ein\x20Treemap-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.'},'sunburst':{'hierarchy':_0x31eafb(0x14d),'value':_0x31eafb(0x127),'ownValue':_0x31eafb(0x148),'children':_0x31eafb(0x137),'diagnostic':_0x31eafb(0x133)},'gauge':{'label':_0x31eafb(0x132),'value':_0x31eafb(0x127),'emptyDiagnostic':_0x31eafb(0x14a),'mappingDiagnostic':_0x31eafb(0x14c),'configDiagnostic':_0x31eafb(0x13b)},'chord':{'emptyDiagnostic':_0x31eafb(0x142),'mappingDiagnostic':_0x31eafb(0x143),'configDiagnostic':_0x31eafb(0x136),'source':'Quelle','target':_0x31eafb(0x12f),'value':_0x31eafb(0x127),'count':'Anzahl\x20der\x20Beziehungen','associatedValue':_0x31eafb(0x123)},'chartField':{'missingCategoryFields':_0x31eafb(0x121),'missingSeriesFields':_0x31eafb(0x139),'invalidFieldIndex':_0x31eafb(0x150),'invalidValueFieldType':'Das\x20ausgewählte\x20Wertefeld\x20enthält\x20keine\x20numerischen\x20Daten.','invalidDataStructure':_0x31eafb(0x12d),'unsupportedChartType':_0x31eafb(0x12c)}}};function _0x5149(){const _0x2096d7=['Die\x20Konfiguration\x20des\x20Tachometerdiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Skala,\x20Bereiche,\x20Verhältnisse\x20und\x20Größen.','Erstes\x20Quartil','1295076mQtNoK','Positiv','929107BRTNfr','Maximum','Wertfeld','Ein\x20Sehnendiagramm\x20benötigt\x20mindestens\x20eine\x20positiv\x20gewichtete\x20Beziehung\x20zwischen\x20zwei\x20verschiedenen\x20Knoten.','Ein\x20Sehnendiagramm\x20benötigt\x20unterschiedliche\x20Quell-\x20und\x20Zielfelder\x20sowie\x20optional\x20ein\x20davon\x20verschiedenes\x20Wertefeld.','Kumulierte\x20Prozent','Hoch','Eröffnung','Hierarchiefelder','Eigener\x20Wert','Schluss','Ein\x20Tachometerdiagramm\x20benötigt\x20mindestens\x20einen\x20endlichen\x20numerischen\x20Wert.','OHLC-Reihe','Ein\x20Tachometerdiagramm\x20benötigt\x20ein\x20Beschriftungsfeld\x20und\x20genau\x20ein\x20Wertefeld.','Hierarchie','7ggMyKX','Sonstige','Ein\x20ausgewähltes\x20Diagrammfeld\x20ist\x20nicht\x20mehr\x20verfügbar.','1173250yQmHmC','Dieses\x20Diagramm\x20benötigt\x20weitere\x20Beschriftungsfelder.','exports','Zugeordneter\x20Wert','Datenreihe\x20{0}','88mebpeP','30YEpckq','Value','Zwischensumme','Negativ','Häufigkeit','Minimum','Für\x20diesen\x20Diagrammtyp\x20gibt\x20es\x20keine\x20Richtlinie\x20zur\x20Feldverwendung.','Die\x20ausgewählten\x20Felder\x20bilden\x20keine\x20gültige\x20Datenstruktur\x20für\x20dieses\x20Diagramm.','Category','Ziel','4938849tTiVgt','(Leer)','Etikett','Ein\x20Sunburst-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','1956274PEMIqR','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','Die\x20Konfiguration\x20des\x20Sehnendiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Winkel,\x20Radien,\x20Deckkraft\x20und\x20Größen.','Untergeordnete\x20Elemente','117783lAJKfA','Dieses\x20Diagramm\x20benötigt\x20weitere\x20numerische\x20Wertefelder.','4616776wshftA'];_0x5149=function(){return _0x2096d7;};return _0x5149();}module[_0x31eafb(0x122)]=e;
@@ -1 +1 @@
1
- function _0x5546(_0x7606ac,_0x11f1ee){_0x7606ac=_0x7606ac-0xd4;const _0x3a42e8=_0x3a42();let _0x55461c=_0x3a42e8[_0x7606ac];return _0x55461c;}const _0x539cda=_0x5546;(function(_0x116d2e,_0x17453b){const _0x28a893=_0x5546,_0x1e48ec=_0x116d2e();while(!![]){try{const _0x42dac2=-parseInt(_0x28a893(0xf1))/0x1*(parseInt(_0x28a893(0x10b))/0x2)+parseInt(_0x28a893(0xf6))/0x3+parseInt(_0x28a893(0xd5))/0x4*(parseInt(_0x28a893(0x104))/0x5)+-parseInt(_0x28a893(0xfd))/0x6*(parseInt(_0x28a893(0xe3))/0x7)+-parseInt(_0x28a893(0xda))/0x8*(parseInt(_0x28a893(0xe8))/0x9)+-parseInt(_0x28a893(0xe6))/0xa*(-parseInt(_0x28a893(0x107))/0xb)+parseInt(_0x28a893(0xe5))/0xc;if(_0x42dac2===_0x17453b)break;else _0x1e48ec['push'](_0x1e48ec['shift']());}catch(_0x4e725a){_0x1e48ec['push'](_0x1e48ec['shift']());}}}(_0x3a42,0xabd8d));const e={'sheets-chart':{'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x539cda(0xd4),'blank':_0x539cda(0xeb),'msg':{'emptyTips':_0x539cda(0xed),'sankeyCircularTips':_0x539cda(0xf4)},'bubble':{'emptyTips':_0x539cda(0x100)},'relation':{'emptyTips':_0x539cda(0xf7)},'cloud':{'word':'Word','frequency':_0x539cda(0xdd)},'waterfall':{'positive':_0x539cda(0xd8),'negative':_0x539cda(0xf3),'subtotal':_0x539cda(0x106)},'pareto':{'lineName':_0x539cda(0x101)},'boxplot':{'min':_0x539cda(0x103),'q1':'First\x20quartile','median':_0x539cda(0xfc),'q3':_0x539cda(0xe4),'max':_0x539cda(0xdf)},'candlestick':{'series':'OHLC\x20series','category':'Category','open':_0x539cda(0xd6),'high':_0x539cda(0xee),'low':_0x539cda(0xfe),'close':_0x539cda(0xdc)},'histogram':{'frequency':_0x539cda(0xdd)},'pie':{'aggregateOther':_0x539cda(0xe0),'aggregateMembers':_0x539cda(0xe7)},'treemap':{'hierarchy':_0x539cda(0xef),'value':_0x539cda(0xe1),'ownValue':_0x539cda(0x10a),'children':_0x539cda(0xec),'diagnostic':_0x539cda(0xd9)},'sunburst':{'hierarchy':_0x539cda(0xdb),'value':_0x539cda(0xe2),'ownValue':_0x539cda(0x10a),'children':_0x539cda(0xec),'diagnostic':'Sunburst\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.'},'gauge':{'label':_0x539cda(0x109),'value':'Value','emptyDiagnostic':_0x539cda(0xfb),'mappingDiagnostic':_0x539cda(0xf0),'configDiagnostic':_0x539cda(0xff)},'chord':{'emptyDiagnostic':_0x539cda(0x105),'mappingDiagnostic':_0x539cda(0xde),'configDiagnostic':_0x539cda(0x102),'source':_0x539cda(0xe9),'target':'Target','value':_0x539cda(0xe2),'count':_0x539cda(0xea),'associatedValue':'Associated\x20value'},'chartField':{'missingCategoryFields':_0x539cda(0x108),'missingSeriesFields':_0x539cda(0xf8),'invalidFieldIndex':_0x539cda(0xfa),'invalidValueFieldType':_0x539cda(0xf2),'invalidDataStructure':_0x539cda(0xd7),'unsupportedChartType':_0x539cda(0xf9)}}};module[_0x539cda(0xf5)]=e;function _0x3a42(){const _0x28a78a=['Gauge\x20configuration\x20is\x20invalid.\x20Check\x20its\x20scale,\x20ranges,\x20ratios,\x20and\x20sizes.','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Cumulative\x20Percentage','Chord\x20configuration\x20is\x20invalid.\x20Check\x20its\x20angles,\x20radii,\x20opacity,\x20and\x20sizes.','Minimum','15685LEAORd','Chord\x20requires\x20at\x20least\x20one\x20positive-weight\x20relationship\x20between\x20two\x20different\x20nodes.','Subtotal','33gnqgII','This\x20chart\x20requires\x20more\x20label\x20fields.','Label','Own\x20value','2598226CRokEU','Category\x20{0}','184IObNCV','Open','The\x20selected\x20fields\x20do\x20not\x20form\x20a\x20valid\x20data\x20structure\x20for\x20this\x20chart.','Positive','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','343328CgnJpb','Hierarchy','Close','Frequency','Chord\x20requires\x20distinct\x20Source\x20and\x20Target\x20fields\x20and\x20an\x20optional\x20distinct\x20Value\x20field.','Maximum','Other','Value\x20field','Value','4214eXLywf','Third\x20quartile','14016972hOobAC','2692990oPNdpK','Members','27ljumaw','Source','Relationship\x20count','(Blank)','Children','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','High','Hierarchy\x20fields','Gauge\x20requires\x20one\x20label\x20field\x20and\x20exactly\x20one\x20value\x20field.','1jWVDET','A\x20selected\x20value\x20field\x20does\x20not\x20contain\x20numeric\x20data.','Negative','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','exports','2118522NeMpFn','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','This\x20chart\x20requires\x20more\x20numeric\x20value\x20fields.','This\x20chart\x20type\x20does\x20not\x20have\x20a\x20field-consumption\x20policy.','A\x20selected\x20chart\x20field\x20is\x20no\x20longer\x20available.','Gauge\x20requires\x20at\x20least\x20one\x20finite\x20numeric\x20value.','Median','6924zPLTzy','Low'];_0x3a42=function(){return _0x28a78a;};return _0x3a42();}
1
+ function _0x3293(_0x5d01fd,_0x40a94f){_0x5d01fd=_0x5d01fd-0x9d;const _0x3dfa85=_0x3dfa();let _0x329361=_0x3dfa85[_0x5d01fd];return _0x329361;}const _0x583f22=_0x3293;(function(_0x3f4ea9,_0x4cd84b){const _0x35e292=_0x3293,_0x45ff3b=_0x3f4ea9();while(!![]){try{const _0x2fde89=-parseInt(_0x35e292(0x9f))/0x1*(parseInt(_0x35e292(0xc6))/0x2)+-parseInt(_0x35e292(0xa5))/0x3+-parseInt(_0x35e292(0xba))/0x4*(-parseInt(_0x35e292(0xb8))/0x5)+-parseInt(_0x35e292(0xaf))/0x6*(parseInt(_0x35e292(0xa8))/0x7)+parseInt(_0x35e292(0xb5))/0x8*(-parseInt(_0x35e292(0x9e))/0x9)+-parseInt(_0x35e292(0xc0))/0xa+parseInt(_0x35e292(0xbb))/0xb;if(_0x2fde89===_0x4cd84b)break;else _0x45ff3b['push'](_0x45ff3b['shift']());}catch(_0x5d22bc){_0x45ff3b['push'](_0x45ff3b['shift']());}}}(_0x3dfa,0x49936));const e={'sheets-chart':{'seriesDefaultName':_0x583f22(0xb4),'categoryDefaultName':_0x583f22(0xae),'blank':_0x583f22(0xb1),'msg':{'emptyTips':'Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','sankeyCircularTips':_0x583f22(0xa7)},'bubble':{'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'emptyTips':_0x583f22(0xa2)},'cloud':{'word':'Word','frequency':_0x583f22(0xb0)},'waterfall':{'positive':_0x583f22(0xaa),'negative':'Negative','subtotal':'Subtotal'},'pareto':{'lineName':_0x583f22(0xb9)},'boxplot':{'min':_0x583f22(0xa1),'q1':'First\x20quartile','median':'Median','q3':_0x583f22(0xa3),'max':_0x583f22(0xc2)},'candlestick':{'series':_0x583f22(0xac),'category':'Category','open':_0x583f22(0xb2),'high':'High','low':_0x583f22(0xad),'close':_0x583f22(0xb3)},'histogram':{'frequency':'Frequency'},'pie':{'aggregateOther':'Other','aggregateMembers':'Members'},'treemap':{'hierarchy':_0x583f22(0xc8),'value':_0x583f22(0xc9),'ownValue':_0x583f22(0xbd),'children':'Children','diagnostic':_0x583f22(0xb7)},'sunburst':{'hierarchy':_0x583f22(0xcb),'value':_0x583f22(0xa0),'ownValue':_0x583f22(0xbd),'children':_0x583f22(0xa4),'diagnostic':_0x583f22(0xa9)},'gauge':{'label':'Label','value':'Value','emptyDiagnostic':_0x583f22(0xca),'mappingDiagnostic':_0x583f22(0x9d),'configDiagnostic':_0x583f22(0xab)},'chord':{'emptyDiagnostic':'Chord\x20requires\x20at\x20least\x20one\x20positive-weight\x20relationship\x20between\x20two\x20different\x20nodes.','mappingDiagnostic':_0x583f22(0xbf),'configDiagnostic':_0x583f22(0xb6),'source':'Source','target':_0x583f22(0xc7),'value':_0x583f22(0xa0),'count':_0x583f22(0xc4),'associatedValue':_0x583f22(0xc3)},'chartField':{'missingCategoryFields':_0x583f22(0xc5),'missingSeriesFields':'This\x20chart\x20requires\x20more\x20numeric\x20value\x20fields.','invalidFieldIndex':_0x583f22(0xc1),'invalidValueFieldType':_0x583f22(0xbe),'invalidDataStructure':'The\x20selected\x20fields\x20do\x20not\x20form\x20a\x20valid\x20data\x20structure\x20for\x20this\x20chart.','unsupportedChartType':_0x583f22(0xbc)}}};module[_0x583f22(0xa6)]=e;function _0x3dfa(){const _0x3eb141=['Associated\x20value','Relationship\x20count','This\x20chart\x20requires\x20more\x20label\x20fields.','2BzLkXN','Target','Hierarchy\x20fields','Value\x20field','Gauge\x20requires\x20at\x20least\x20one\x20finite\x20numeric\x20value.','Hierarchy','Gauge\x20requires\x20one\x20label\x20field\x20and\x20exactly\x20one\x20value\x20field.','2078235dCWkwB','548865eMmtOb','Value','Minimum','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Third\x20quartile','Children','380430OnblUJ','exports','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','7546biiJNo','Sunburst\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Positive','Gauge\x20configuration\x20is\x20invalid.\x20Check\x20its\x20scale,\x20ranges,\x20ratios,\x20and\x20sizes.','OHLC\x20series','Low','Category\x20{0}','2724qbnBoD','Frequency','(Blank)','Open','Close','Series\x20{0}','16xLORDZ','Chord\x20configuration\x20is\x20invalid.\x20Check\x20its\x20angles,\x20radii,\x20opacity,\x20and\x20sizes.','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','1305RaMpzL','Cumulative\x20Percentage','5228dSbold','19321918RykJcS','This\x20chart\x20type\x20does\x20not\x20have\x20a\x20field-consumption\x20policy.','Own\x20value','A\x20selected\x20value\x20field\x20does\x20not\x20contain\x20numeric\x20data.','Chord\x20requires\x20distinct\x20Source\x20and\x20Target\x20fields\x20and\x20an\x20optional\x20distinct\x20Value\x20field.','1693820FFGSCV','A\x20selected\x20chart\x20field\x20is\x20no\x20longer\x20available.','Maximum'];_0x3dfa=function(){return _0x3eb141;};return _0x3dfa();}
@@ -1 +1 @@
1
- function _0x270c(_0x49dd2f,_0x217edf){_0x49dd2f=_0x49dd2f-0xa8;const _0x2d423a=_0x2d42();let _0x270c8c=_0x2d423a[_0x49dd2f];return _0x270c8c;}const _0x4ebc7c=_0x270c;function _0x2d42(){const _0x244807=['29422qBnbuy','Máximo','Positivo','40rHwbqD','El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y','Value','(En\x20blanco)','Porcentaje\x20acumulado','Valor\x20asociado','Valor\x20propio','Categoría\x20{0}','El\x20diagrama\x20de\x20cuerdas\x20requiere\x20al\x20menos\x20una\x20relación\x20con\x20peso\x20positivo\x20entre\x20dos\x20nodos\x20distintos.','Mínimo','Campos\x20de\x20jerarquía','43NoZPCR','54itvdGG','Etiqueta','Uno\x20de\x20los\x20campos\x20seleccionados\x20para\x20el\x20gráfico\x20ya\x20no\x20está\x20disponible.','3817228ohmkBR','La\x20configuración\x20del\x20gráfico\x20de\x20indicador\x20no\x20es\x20válida.\x20Compruebe\x20la\x20escala,\x20los\x20intervalos,\x20las\x20proporciones\x20y\x20los\x20tamaños.','Subtotal','3QbHXWH','Otro','Category','Jerarquía','4143924qszoIR','Este\x20gráfico\x20requiere\x20más\x20campos\x20de\x20valores\x20numéricos.','11768768djSTUv','Serie\x20OHLC','recuento\x20de\x20relaciones','El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares','El\x20mapa\x20de\x20árbol\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','Elementos','Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','Frecuencia','Elementos\x20secundarios','Objetivo','Negativo','exports','El\x20campo\x20de\x20valores\x20seleccionado\x20no\x20contiene\x20datos\x20numéricos.','Palabra','Fuente','Tercer\x20cuartil','Los\x20campos\x20seleccionados\x20no\x20forman\x20una\x20estructura\x20de\x20datos\x20válida\x20para\x20este\x20gráfico.','520380gbeEZa','824115XrNBlP','2075871LxJTOX','Serie\x20{0}'];_0x2d42=function(){return _0x244807;};return _0x2d42();}(function(_0x3c47cf,_0x46365a){const _0x1e7af9=_0x270c,_0x43fdc8=_0x3c47cf();while(!![]){try{const _0x3efcd6=parseInt(_0x1e7af9(0xab))/0x1*(parseInt(_0x1e7af9(0xcd))/0x2)+-parseInt(_0x1e7af9(0xb2))/0x3*(-parseInt(_0x1e7af9(0xaf))/0x4)+parseInt(_0x1e7af9(0xca))/0x5*(-parseInt(_0x1e7af9(0xac))/0x6)+-parseInt(_0x1e7af9(0xcb))/0x7*(-parseInt(_0x1e7af9(0xd0))/0x8)+parseInt(_0x1e7af9(0xb6))/0x9+-parseInt(_0x1e7af9(0xc9))/0xa+-parseInt(_0x1e7af9(0xb8))/0xb;if(_0x3efcd6===_0x46365a)break;else _0x43fdc8['push'](_0x43fdc8['shift']());}catch(_0x41a2a1){_0x43fdc8['push'](_0x43fdc8['shift']());}}}(_0x2d42,0xe1c4c));const e={'sheets-chart':{'seriesDefaultName':_0x4ebc7c(0xcc),'categoryDefaultName':_0x4ebc7c(0xd7),'blank':_0x4ebc7c(0xd3),'msg':{'emptyTips':_0x4ebc7c(0xbe),'sankeyCircularTips':_0x4ebc7c(0xbb)},'bubble':{'emptyTips':_0x4ebc7c(0xd1)},'relation':{'emptyTips':'La\x20fuente\x20de\x20datos\x20para\x20el\x20gráfico\x20de\x20relación\x20es\x20la\x20matriz\x20de\x20co-palabras\x20con\x20la\x20columna\x20adicional\x20de\x20tipo\x20en\x20la\x20segunda\x20columna'},'cloud':{'word':_0x4ebc7c(0xc5),'frequency':_0x4ebc7c(0xbf)},'waterfall':{'positive':_0x4ebc7c(0xcf),'negative':_0x4ebc7c(0xc2),'subtotal':_0x4ebc7c(0xb1)},'pareto':{'lineName':_0x4ebc7c(0xd4)},'boxplot':{'min':_0x4ebc7c(0xa9),'q1':'Primer\x20cuartil','median':'Mediana','q3':_0x4ebc7c(0xc7),'max':_0x4ebc7c(0xce)},'candlestick':{'series':_0x4ebc7c(0xb9),'category':_0x4ebc7c(0xb4),'open':'Apertura','high':_0x4ebc7c(0xce),'low':_0x4ebc7c(0xa9),'close':'Cierre'},'histogram':{'frequency':_0x4ebc7c(0xbf)},'pie':{'aggregateOther':_0x4ebc7c(0xb3),'aggregateMembers':_0x4ebc7c(0xbd)},'treemap':{'hierarchy':_0x4ebc7c(0xaa),'value':'Campo\x20de\x20valor','ownValue':_0x4ebc7c(0xd6),'children':_0x4ebc7c(0xc0),'diagnostic':_0x4ebc7c(0xbc)},'sunburst':{'hierarchy':_0x4ebc7c(0xb5),'value':_0x4ebc7c(0xd2),'ownValue':'Valor\x20propio','children':_0x4ebc7c(0xc0),'diagnostic':'El\x20gráfico\x20radial\x20jerárquico\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.'},'gauge':{'label':_0x4ebc7c(0xad),'value':_0x4ebc7c(0xd2),'emptyDiagnostic':'El\x20gráfico\x20de\x20indicador\x20requiere\x20al\x20menos\x20un\x20valor\x20numérico\x20finito.','mappingDiagnostic':'El\x20gráfico\x20de\x20indicador\x20requiere\x20un\x20campo\x20de\x20etiqueta\x20y\x20exactamente\x20un\x20campo\x20de\x20valor.','configDiagnostic':_0x4ebc7c(0xb0)},'chord':{'emptyDiagnostic':_0x4ebc7c(0xa8),'mappingDiagnostic':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20campos\x20de\x20origen\x20y\x20destino\x20distintos\x20y,\x20opcionalmente,\x20un\x20campo\x20de\x20valor\x20diferente.','configDiagnostic':'La\x20configuración\x20del\x20diagrama\x20de\x20cuerdas\x20no\x20es\x20válida.\x20Compruebe\x20los\x20ángulos,\x20los\x20radios,\x20la\x20opacidad\x20y\x20los\x20tamaños.','source':_0x4ebc7c(0xc6),'target':_0x4ebc7c(0xc1),'value':_0x4ebc7c(0xd2),'count':_0x4ebc7c(0xba),'associatedValue':_0x4ebc7c(0xd5)},'chartField':{'missingCategoryFields':'Este\x20gráfico\x20requiere\x20más\x20campos\x20de\x20etiquetas.','missingSeriesFields':_0x4ebc7c(0xb7),'invalidFieldIndex':_0x4ebc7c(0xae),'invalidValueFieldType':_0x4ebc7c(0xc4),'invalidDataStructure':_0x4ebc7c(0xc8),'unsupportedChartType':'Este\x20tipo\x20de\x20gráfico\x20no\x20tiene\x20una\x20política\x20de\x20consumo\x20de\x20campos.'}}};module[_0x4ebc7c(0xc3)]=e;
1
+ function _0x5763(){const _0x569d8b=['Frecuencia','2448ycjDhA','exports','34371kyyTht','530PUaUQM','El\x20diagrama\x20de\x20cuerdas\x20requiere\x20al\x20menos\x20una\x20relación\x20con\x20peso\x20positivo\x20entre\x20dos\x20nodos\x20distintos.','Negativo','El\x20gráfico\x20radial\x20jerárquico\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','Mediana','Fuente','Otro','1983035DgJGnz','Apertura','Category','Mínimo','Porcentaje\x20acumulado','4oFcJTX','Campos\x20de\x20jerarquía','Máximo','Elementos','La\x20fuente\x20de\x20datos\x20para\x20el\x20gráfico\x20de\x20relación\x20es\x20la\x20matriz\x20de\x20co-palabras\x20con\x20la\x20columna\x20adicional\x20de\x20tipo\x20en\x20la\x20segunda\x20columna','Este\x20gráfico\x20requiere\x20más\x20campos\x20de\x20valores\x20numéricos.','Serie\x20{0}','Subtotal','Valor\x20asociado','El\x20mapa\x20de\x20árbol\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','La\x20configuración\x20del\x20diagrama\x20de\x20cuerdas\x20no\x20es\x20válida.\x20Compruebe\x20los\x20ángulos,\x20los\x20radios,\x20la\x20opacidad\x20y\x20los\x20tamaños.','Los\x20campos\x20seleccionados\x20no\x20forman\x20una\x20estructura\x20de\x20datos\x20válida\x20para\x20este\x20gráfico.','68057wcwdFL','Este\x20gráfico\x20requiere\x20más\x20campos\x20de\x20etiquetas.','Elementos\x20secundarios','Objetivo','Value','Positivo','971718rwnkVB','El\x20gráfico\x20de\x20indicador\x20requiere\x20un\x20campo\x20de\x20etiqueta\x20y\x20exactamente\x20un\x20campo\x20de\x20valor.','565059GLUnsD','Valor\x20propio','Serie\x20OHLC','Palabra','La\x20configuración\x20del\x20gráfico\x20de\x20indicador\x20no\x20es\x20válida.\x20Compruebe\x20la\x20escala,\x20los\x20intervalos,\x20las\x20proporciones\x20y\x20los\x20tamaños.','128408IKKimo','192egDpEP','135222mFXvDK','(En\x20blanco)','Etiqueta','Campo\x20de\x20valor','Jerarquía','Primer\x20cuartil'];_0x5763=function(){return _0x569d8b;};return _0x5763();}function _0x2d0e(_0xe3d351,_0x340c4f){_0xe3d351=_0xe3d351-0x14a;const _0x576312=_0x5763();let _0x2d0eb1=_0x576312[_0xe3d351];return _0x2d0eb1;}const _0x33be0d=_0x2d0e;(function(_0x3c53fd,_0x255ff2){const _0x4e30b9=_0x2d0e,_0x1762f6=_0x3c53fd();while(!![]){try{const _0x46177e=parseInt(_0x4e30b9(0x16c))/0x1+-parseInt(_0x4e30b9(0x173))/0x2+-parseInt(_0x4e30b9(0x16a))/0x3+parseInt(_0x4e30b9(0x158))/0x4*(-parseInt(_0x4e30b9(0x153))/0x5)+parseInt(_0x4e30b9(0x172))/0x6*(-parseInt(_0x4e30b9(0x171))/0x7)+-parseInt(_0x4e30b9(0x17a))/0x8*(-parseInt(_0x4e30b9(0x14b))/0x9)+-parseInt(_0x4e30b9(0x14c))/0xa*(-parseInt(_0x4e30b9(0x164))/0xb);if(_0x46177e===_0x255ff2)break;else _0x1762f6['push'](_0x1762f6['shift']());}catch(_0x38d64b){_0x1762f6['push'](_0x1762f6['shift']());}}}(_0x5763,0xa7974));const e={'sheets-chart':{'seriesDefaultName':_0x33be0d(0x15e),'categoryDefaultName':'Categoría\x20{0}','blank':_0x33be0d(0x174),'msg':{'emptyTips':'Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','sankeyCircularTips':'El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares'},'bubble':{'emptyTips':'El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y'},'relation':{'emptyTips':_0x33be0d(0x15c)},'cloud':{'word':_0x33be0d(0x16f),'frequency':_0x33be0d(0x179)},'waterfall':{'positive':_0x33be0d(0x169),'negative':_0x33be0d(0x14e),'subtotal':_0x33be0d(0x15f)},'pareto':{'lineName':_0x33be0d(0x157)},'boxplot':{'min':'Mínimo','q1':_0x33be0d(0x178),'median':_0x33be0d(0x150),'q3':'Tercer\x20cuartil','max':_0x33be0d(0x15a)},'candlestick':{'series':_0x33be0d(0x16e),'category':_0x33be0d(0x155),'open':_0x33be0d(0x154),'high':_0x33be0d(0x15a),'low':_0x33be0d(0x156),'close':'Cierre'},'histogram':{'frequency':_0x33be0d(0x179)},'pie':{'aggregateOther':_0x33be0d(0x152),'aggregateMembers':_0x33be0d(0x15b)},'treemap':{'hierarchy':_0x33be0d(0x159),'value':_0x33be0d(0x176),'ownValue':'Valor\x20propio','children':_0x33be0d(0x166),'diagnostic':_0x33be0d(0x161)},'sunburst':{'hierarchy':_0x33be0d(0x177),'value':_0x33be0d(0x168),'ownValue':_0x33be0d(0x16d),'children':'Elementos\x20secundarios','diagnostic':_0x33be0d(0x14f)},'gauge':{'label':_0x33be0d(0x175),'value':_0x33be0d(0x168),'emptyDiagnostic':'El\x20gráfico\x20de\x20indicador\x20requiere\x20al\x20menos\x20un\x20valor\x20numérico\x20finito.','mappingDiagnostic':_0x33be0d(0x16b),'configDiagnostic':_0x33be0d(0x170)},'chord':{'emptyDiagnostic':_0x33be0d(0x14d),'mappingDiagnostic':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20campos\x20de\x20origen\x20y\x20destino\x20distintos\x20y,\x20opcionalmente,\x20un\x20campo\x20de\x20valor\x20diferente.','configDiagnostic':_0x33be0d(0x162),'source':_0x33be0d(0x151),'target':_0x33be0d(0x167),'value':_0x33be0d(0x168),'count':'recuento\x20de\x20relaciones','associatedValue':_0x33be0d(0x160)},'chartField':{'missingCategoryFields':_0x33be0d(0x165),'missingSeriesFields':_0x33be0d(0x15d),'invalidFieldIndex':'Uno\x20de\x20los\x20campos\x20seleccionados\x20para\x20el\x20gráfico\x20ya\x20no\x20está\x20disponible.','invalidValueFieldType':'El\x20campo\x20de\x20valores\x20seleccionado\x20no\x20contiene\x20datos\x20numéricos.','invalidDataStructure':_0x33be0d(0x163),'unsupportedChartType':'Este\x20tipo\x20de\x20gráfico\x20no\x20tiene\x20una\x20política\x20de\x20consumo\x20de\x20campos.'}}};module[_0x33be0d(0x14a)]=e;
@@ -1 +1 @@
1
- const _0x5f39d6=_0x1cb3;(function(_0x35aff0,_0x2c1daf){const _0x2e307f=_0x1cb3,_0x2124aa=_0x35aff0();while(!![]){try{const _0x25bffe=-parseInt(_0x2e307f(0x1c7))/0x1+-parseInt(_0x2e307f(0x1be))/0x2+parseInt(_0x2e307f(0x1d1))/0x3+parseInt(_0x2e307f(0x1c9))/0x4+-parseInt(_0x2e307f(0x1bb))/0x5*(-parseInt(_0x2e307f(0x1d2))/0x6)+parseInt(_0x2e307f(0x1ea))/0x7+-parseInt(_0x2e307f(0x1d8))/0x8;if(_0x25bffe===_0x2c1daf)break;else _0x2124aa['push'](_0x2124aa['shift']());}catch(_0x47dc5b){_0x2124aa['push'](_0x2124aa['shift']());}}}(_0x36f7,0xd7867));const e={'sheets-chart':{'seriesDefaultName':_0x5f39d6(0x1d0),'categoryDefaultName':_0x5f39d6(0x1e9),'blank':_0x5f39d6(0x1cc),'msg':{'emptyTips':_0x5f39d6(0x1da),'sankeyCircularTips':_0x5f39d6(0x1c3)},'bubble':{'emptyTips':_0x5f39d6(0x1e3)},'relation':{'emptyTips':_0x5f39d6(0x1c8)},'cloud':{'word':'کلمه','frequency':_0x5f39d6(0x1c2)},'waterfall':{'positive':_0x5f39d6(0x1ba),'negative':_0x5f39d6(0x1c6),'subtotal':'المجموع\x20الفرعي'},'pareto':{'lineName':_0x5f39d6(0x1e4)},'boxplot':{'min':_0x5f39d6(0x1c5),'q1':_0x5f39d6(0x1c1),'median':_0x5f39d6(0x1e8),'q3':_0x5f39d6(0x1d3),'max':_0x5f39d6(0x1ec)},'candlestick':{'series':'سری\x20OHLC','category':_0x5f39d6(0x1db),'open':_0x5f39d6(0x1cb),'high':_0x5f39d6(0x1de),'low':_0x5f39d6(0x1bd),'close':_0x5f39d6(0x1e5)},'histogram':{'frequency':_0x5f39d6(0x1d4)},'pie':{'aggregateOther':'سایر','aggregateMembers':_0x5f39d6(0x1e6)},'treemap':{'hierarchy':_0x5f39d6(0x1cf),'value':'فیلد\x20ارزش','ownValue':_0x5f39d6(0x1df),'children':'عناصر\x20فرزند','diagnostic':_0x5f39d6(0x1e7)},'sunburst':{'hierarchy':_0x5f39d6(0x1d9),'value':_0x5f39d6(0x1dc),'ownValue':_0x5f39d6(0x1df),'children':_0x5f39d6(0x1ce),'diagnostic':'نمودار\x20آفتاب‌نما\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.'},'gauge':{'label':_0x5f39d6(0x1cd),'value':_0x5f39d6(0x1dc),'emptyDiagnostic':_0x5f39d6(0x1e1),'mappingDiagnostic':_0x5f39d6(0x1ca),'configDiagnostic':_0x5f39d6(0x1bf)},'chord':{'emptyDiagnostic':'نمودار\x20وتر\x20به\x20حداقل\x20یک\x20رابطه\x20با\x20وزن\x20مثبت\x20میان\x20دو\x20گره\x20متفاوت\x20نیاز\x20دارد.','mappingDiagnostic':_0x5f39d6(0x1e0),'configDiagnostic':_0x5f39d6(0x1d7),'source':_0x5f39d6(0x1d6),'target':_0x5f39d6(0x1dd),'value':'Value','count':_0x5f39d6(0x1c4),'associatedValue':_0x5f39d6(0x1d5)},'chartField':{'missingCategoryFields':_0x5f39d6(0x1bc),'missingSeriesFields':_0x5f39d6(0x1c0),'invalidFieldIndex':'یکی\x20از\x20فیلدهای\x20انتخاب‌شده\x20نمودار\x20دیگر\x20در\x20دسترس\x20نیست.','invalidValueFieldType':'فیلد\x20مقدار\x20انتخاب‌شده\x20حاوی\x20داده\x20عددی\x20نیست.','invalidDataStructure':'فیلدهای\x20انتخاب‌شده\x20ساختار\x20داده\x20معتبری\x20برای\x20این\x20نمودار\x20تشکیل\x20نمی‌دهند.','unsupportedChartType':_0x5f39d6(0x1e2)}}};function _0x36f7(){const _0x213e90=['مقدار\x20خود\x20عنصر','نمودار\x20وتر\x20به\x20فیلدهای\x20مبدأ\x20و\x20مقصد\x20متفاوت\x20و\x20در\x20صورت\x20نیاز\x20یک\x20فیلد\x20مقدار\x20متفاوت\x20نیاز\x20دارد.','نمودار\x20سنجه\x20به\x20حداقل\x20یک\x20مقدار\x20عددی\x20متناهی\x20نیاز\x20دارد.','این\x20نوع\x20نمودار\x20سیاستی\x20برای\x20استفاده\x20از\x20فیلدها\x20ندارد.','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','النسبة\x20التراكمية','قیمت\x20بسته\x20شدن','اعضا','نمودار\x20نقشه\x20درختی\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','الوسيط','دسته‌بندی\x20{0}','7630133jfBGjy','exports','القيمة\x20العليا','موجب','675pJVOLS','این\x20نمودار\x20به\x20فیلدهای\x20برچسب\x20بیشتری\x20نیاز\x20دارد.','پایین‌ترین\x20قیمت','1830576LxJVbl','پیکربندی\x20نمودار\x20سنجه\x20نامعتبر\x20است.\x20مقیاس،\x20بازه‌ها،\x20نسبت‌ها\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','این\x20نمودار\x20به\x20فیلدهای\x20مقدار\x20عددی\x20بیشتری\x20نیاز\x20دارد.','الربع\x20الأول','تکرار','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','شمارش\x20رابطه','القيمة\x20الدنيا','سالب','366320anfPok','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','3039184wrmWjM','نمودار\x20سنجه\x20به\x20یک\x20فیلد\x20برچسب\x20و\x20دقیقاً\x20یک\x20فیلد\x20مقدار\x20نیاز\x20دارد.','قیمت\x20باز\x20شدن','(خالی)','برچسب\x20بزنید','عناصر\x20فرزند','زمینه\x20های\x20سلسله\x20مراتبی','سری\x20{0}','3815493qAzHQE','6366QyGPRj','الربع\x20الثالث','فراوانی','مقدار\x20مرتبط','منبع','پیکربندی\x20نمودار\x20وتر\x20نامعتبر\x20است.\x20زاویه‌ها،\x20شعاع‌ها،\x20شفافیت\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','8803856WoBeqs','سلسله\x20مراتب','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','Category','Value','هدف','بالاترین\x20قیمت'];_0x36f7=function(){return _0x213e90;};return _0x36f7();}function _0x1cb3(_0x1aabc1,_0x12557d){_0x1aabc1=_0x1aabc1-0x1ba;const _0x36f7e4=_0x36f7();let _0x1cb330=_0x36f7e4[_0x1aabc1];return _0x1cb330;}module[_0x5f39d6(0x1eb)]=e;
1
+ function _0x2764(_0x2665d5,_0x2a77f3){_0x2665d5=_0x2665d5-0x163;const _0x3a41c8=_0x3a41();let _0x2764d7=_0x3a41c8[_0x2665d5];return _0x2764d7;}const _0x2b44bf=_0x2764;(function(_0x23706e,_0x487096){const _0xbc7d5b=_0x2764,_0x2ef866=_0x23706e();while(!![]){try{const _0x10603d=parseInt(_0xbc7d5b(0x178))/0x1+parseInt(_0xbc7d5b(0x17d))/0x2+parseInt(_0xbc7d5b(0x168))/0x3+-parseInt(_0xbc7d5b(0x188))/0x4*(-parseInt(_0xbc7d5b(0x195))/0x5)+parseInt(_0xbc7d5b(0x165))/0x6*(-parseInt(_0xbc7d5b(0x184))/0x7)+parseInt(_0xbc7d5b(0x17e))/0x8*(parseInt(_0xbc7d5b(0x176))/0x9)+-parseInt(_0xbc7d5b(0x17a))/0xa;if(_0x10603d===_0x487096)break;else _0x2ef866['push'](_0x2ef866['shift']());}catch(_0x164d66){_0x2ef866['push'](_0x2ef866['shift']());}}}(_0x3a41,0xbb303));const e={'sheets-chart':{'seriesDefaultName':_0x2b44bf(0x181),'categoryDefaultName':_0x2b44bf(0x169),'blank':_0x2b44bf(0x191),'msg':{'emptyTips':_0x2b44bf(0x18a),'sankeyCircularTips':'نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد'},'bubble':{'emptyTips':_0x2b44bf(0x189)},'relation':{'emptyTips':_0x2b44bf(0x18d)},'cloud':{'word':_0x2b44bf(0x166),'frequency':_0x2b44bf(0x182)},'waterfall':{'positive':_0x2b44bf(0x17f),'negative':'سالب','subtotal':_0x2b44bf(0x173)},'pareto':{'lineName':_0x2b44bf(0x17c)},'boxplot':{'min':_0x2b44bf(0x171),'q1':_0x2b44bf(0x180),'median':_0x2b44bf(0x16d),'q3':_0x2b44bf(0x163),'max':'القيمة\x20العليا'},'candlestick':{'series':_0x2b44bf(0x175),'category':'Category','open':_0x2b44bf(0x164),'high':_0x2b44bf(0x18c),'low':_0x2b44bf(0x192),'close':_0x2b44bf(0x16c)},'histogram':{'frequency':_0x2b44bf(0x16b)},'pie':{'aggregateOther':_0x2b44bf(0x179),'aggregateMembers':'اعضا'},'treemap':{'hierarchy':_0x2b44bf(0x187),'value':_0x2b44bf(0x185),'ownValue':_0x2b44bf(0x16e),'children':_0x2b44bf(0x196),'diagnostic':'نمودار\x20نقشه\x20درختی\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.'},'sunburst':{'hierarchy':_0x2b44bf(0x194),'value':_0x2b44bf(0x170),'ownValue':_0x2b44bf(0x16e),'children':'عناصر\x20فرزند','diagnostic':_0x2b44bf(0x18e)},'gauge':{'label':_0x2b44bf(0x186),'value':_0x2b44bf(0x170),'emptyDiagnostic':_0x2b44bf(0x190),'mappingDiagnostic':_0x2b44bf(0x183),'configDiagnostic':_0x2b44bf(0x172)},'chord':{'emptyDiagnostic':_0x2b44bf(0x16a),'mappingDiagnostic':_0x2b44bf(0x16f),'configDiagnostic':_0x2b44bf(0x174),'source':_0x2b44bf(0x167),'target':'هدف','value':'Value','count':_0x2b44bf(0x177),'associatedValue':_0x2b44bf(0x193)},'chartField':{'missingCategoryFields':'این\x20نمودار\x20به\x20فیلدهای\x20برچسب\x20بیشتری\x20نیاز\x20دارد.','missingSeriesFields':_0x2b44bf(0x17b),'invalidFieldIndex':_0x2b44bf(0x18b),'invalidValueFieldType':_0x2b44bf(0x18f),'invalidDataStructure':'فیلدهای\x20انتخاب‌شده\x20ساختار\x20داده\x20معتبری\x20برای\x20این\x20نمودار\x20تشکیل\x20نمی‌دهند.','unsupportedChartType':'این\x20نوع\x20نمودار\x20سیاستی\x20برای\x20استفاده\x20از\x20فیلدها\x20ندارد.'}}};function _0x3a41(){const _0x5c9ae4=['زمینه\x20های\x20سلسله\x20مراتبی','148CFEIWP','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','یکی\x20از\x20فیلدهای\x20انتخاب‌شده\x20نمودار\x20دیگر\x20در\x20دسترس\x20نیست.','بالاترین\x20قیمت','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','نمودار\x20آفتاب‌نما\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','فیلد\x20مقدار\x20انتخاب‌شده\x20حاوی\x20داده\x20عددی\x20نیست.','نمودار\x20سنجه\x20به\x20حداقل\x20یک\x20مقدار\x20عددی\x20متناهی\x20نیاز\x20دارد.','(خالی)','پایین‌ترین\x20قیمت','مقدار\x20مرتبط','سلسله\x20مراتب','138745CMCtgS','عناصر\x20فرزند','الربع\x20الثالث','قیمت\x20باز\x20شدن','6egHFOb','کلمه','منبع','680553kLLNlN','دسته‌بندی\x20{0}','نمودار\x20وتر\x20به\x20حداقل\x20یک\x20رابطه\x20با\x20وزن\x20مثبت\x20میان\x20دو\x20گره\x20متفاوت\x20نیاز\x20دارد.','فراوانی','قیمت\x20بسته\x20شدن','الوسيط','مقدار\x20خود\x20عنصر','نمودار\x20وتر\x20به\x20فیلدهای\x20مبدأ\x20و\x20مقصد\x20متفاوت\x20و\x20در\x20صورت\x20نیاز\x20یک\x20فیلد\x20مقدار\x20متفاوت\x20نیاز\x20دارد.','Value','القيمة\x20الدنيا','پیکربندی\x20نمودار\x20سنجه\x20نامعتبر\x20است.\x20مقیاس،\x20بازه‌ها،\x20نسبت‌ها\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','المجموع\x20الفرعي','پیکربندی\x20نمودار\x20وتر\x20نامعتبر\x20است.\x20زاویه‌ها،\x20شعاع‌ها،\x20شفافیت\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','سری\x20OHLC','11658114cqRKHk','شمارش\x20رابطه','431628lkBQmq','سایر','24948070WBCxZO','این\x20نمودار\x20به\x20فیلدهای\x20مقدار\x20عددی\x20بیشتری\x20نیاز\x20دارد.','النسبة\x20التراكمية','2473126tfNTuJ','8nnxykp','موجب','الربع\x20الأول','سری\x20{0}','تکرار','نمودار\x20سنجه\x20به\x20یک\x20فیلد\x20برچسب\x20و\x20دقیقاً\x20یک\x20فیلد\x20مقدار\x20نیاز\x20دارد.','6688997jYjipm','فیلد\x20ارزش','برچسب\x20بزنید'];_0x3a41=function(){return _0x5c9ae4;};return _0x3a41();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x2d592c=_0x15f5;(function(_0x3eb92d,_0x4b2bbc){const _0x3d45dd=_0x15f5,_0x9e759a=_0x3eb92d();while(!![]){try{const _0x232ea9=-parseInt(_0x3d45dd(0x1ef))/0x1*(parseInt(_0x3d45dd(0x1d3))/0x2)+parseInt(_0x3d45dd(0x1ce))/0x3*(-parseInt(_0x3d45dd(0x1e1))/0x4)+-parseInt(_0x3d45dd(0x1c8))/0x5+parseInt(_0x3d45dd(0x1f5))/0x6+-parseInt(_0x3d45dd(0x1de))/0x7*(parseInt(_0x3d45dd(0x1f3))/0x8)+parseInt(_0x3d45dd(0x1c6))/0x9*(parseInt(_0x3d45dd(0x1e0))/0xa)+-parseInt(_0x3d45dd(0x1f0))/0xb*(-parseInt(_0x3d45dd(0x1f6))/0xc);if(_0x232ea9===_0x4b2bbc)break;else _0x9e759a['push'](_0x9e759a['shift']());}catch(_0x2e1612){_0x9e759a['push'](_0x9e759a['shift']());}}}(_0x3fe9,0xe8054));const e={'sheets-chart':{'seriesDefaultName':_0x2d592c(0x1ca),'categoryDefaultName':_0x2d592c(0x1cc),'blank':_0x2d592c(0x1f2),'msg':{'emptyTips':_0x2d592c(0x1df),'sankeyCircularTips':_0x2d592c(0x1f8)},'bubble':{'emptyTips':'Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y'},'relation':{'emptyTips':_0x2d592c(0x1e2)},'cloud':{'word':_0x2d592c(0x1d6),'frequency':_0x2d592c(0x1ee)},'waterfall':{'positive':_0x2d592c(0x1c9),'negative':_0x2d592c(0x1e8),'subtotal':_0x2d592c(0x1e7)},'pareto':{'lineName':_0x2d592c(0x1ec)},'boxplot':{'min':_0x2d592c(0x1d8),'q1':_0x2d592c(0x1d9),'median':_0x2d592c(0x1d4),'q3':_0x2d592c(0x1db),'max':_0x2d592c(0x1f7)},'candlestick':{'series':_0x2d592c(0x1f1),'category':'Category','open':_0x2d592c(0x1e9),'high':'Plus\x20haut','low':_0x2d592c(0x1c5),'close':_0x2d592c(0x1cb)},'histogram':{'frequency':_0x2d592c(0x1ee)},'pie':{'aggregateOther':_0x2d592c(0x1ea),'aggregateMembers':_0x2d592c(0x1e4)},'treemap':{'hierarchy':'Champs\x20de\x20hiérarchie','value':_0x2d592c(0x1c7),'ownValue':_0x2d592c(0x1dd),'children':'Éléments\x20enfants','diagnostic':_0x2d592c(0x1da)},'sunburst':{'hierarchy':_0x2d592c(0x1d1),'value':_0x2d592c(0x1e5),'ownValue':_0x2d592c(0x1dd),'children':_0x2d592c(0x1e6),'diagnostic':'Le\x20graphique\x20en\x20rayons\x20de\x20soleil\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.'},'gauge':{'label':'Étiquette','value':'Value','emptyDiagnostic':_0x2d592c(0x1eb),'mappingDiagnostic':_0x2d592c(0x1c3),'configDiagnostic':_0x2d592c(0x1dc)},'chord':{'emptyDiagnostic':_0x2d592c(0x1cd),'mappingDiagnostic':_0x2d592c(0x1cf),'configDiagnostic':_0x2d592c(0x1d7),'source':_0x2d592c(0x1f4),'target':'Cible','value':_0x2d592c(0x1e5),'count':_0x2d592c(0x1c4),'associatedValue':_0x2d592c(0x1e3)},'chartField':{'missingCategoryFields':'Ce\x20graphique\x20nécessite\x20davantage\x20de\x20champs\x20d’étiquette.','missingSeriesFields':'Ce\x20graphique\x20nécessite\x20davantage\x20de\x20champs\x20de\x20valeurs\x20numériques.','invalidFieldIndex':_0x2d592c(0x1d0),'invalidValueFieldType':_0x2d592c(0x1d2),'invalidDataStructure':'Les\x20champs\x20sélectionnés\x20ne\x20forment\x20pas\x20une\x20structure\x20de\x20données\x20valide\x20pour\x20ce\x20graphique.','unsupportedChartType':_0x2d592c(0x1ed)}}};module[_0x2d592c(0x1d5)]=e;function _0x15f5(_0x3c1354,_0x2af0c0){_0x3c1354=_0x3c1354-0x1c3;const _0x3fe9c8=_0x3fe9();let _0x15f55e=_0x3fe9c8[_0x3c1354];return _0x15f55e;}function _0x3fe9(){const _0x12c4c6=['245rBmlaa','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','73420RpnGgR','6226344aAZgpC','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','Valeur\x20associée','Éléments','Value','Éléments\x20enfants','Sous-total','Négatif','Ouverture','Autre','Le\x20graphique\x20de\x20jauge\x20nécessite\x20au\x20moins\x20une\x20valeur\x20numérique\x20finie.','Pourcentage\x20Cumulé','Ce\x20type\x20de\x20graphique\x20ne\x20dispose\x20d’aucune\x20règle\x20d’utilisation\x20des\x20champs.','Fréquence','64037hcFRFB','350515fjORkq','Série\x20OHLC','(Vide)','82928mbDxZi','Source','572070NfgaZm','1500mdXQQB','Valeur\x20maximale','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Le\x20graphique\x20de\x20jauge\x20nécessite\x20un\x20champ\x20d’étiquette\x20et\x20exactement\x20un\x20champ\x20de\x20valeur.','Nombre\x20de\x20relations','Plus\x20bas','414qNpzBr','Champ\x20de\x20valeur','7412065zfSuRU','Positif','Série\x20{0}','Clôture','Catégorie\x20{0}','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20au\x20moins\x20une\x20relation\x20de\x20poids\x20positif\x20entre\x20deux\x20nœuds\x20distincts.','3tfrOwD','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20des\x20champs\x20Source\x20et\x20Cible\x20distincts\x20et,\x20éventuellement,\x20un\x20champ\x20Valeur\x20différent.','Un\x20champ\x20de\x20graphique\x20sélectionné\x20n’est\x20plus\x20disponible.','Hiérarchie','Le\x20champ\x20de\x20valeurs\x20sélectionné\x20ne\x20contient\x20pas\x20de\x20données\x20numériques.','2fEUWgG','Médiane','exports','Mot','La\x20configuration\x20du\x20diagramme\x20de\x20cordes\x20n’est\x20pas\x20valide.\x20Vérifiez\x20les\x20angles,\x20les\x20rayons,\x20l’opacité\x20et\x20les\x20tailles.','Valeur\x20minimale','Premier\x20quartile','La\x20carte\x20arborescente\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Troisième\x20quartile','La\x20configuration\x20du\x20graphique\x20de\x20jauge\x20n’est\x20pas\x20valide.\x20Vérifiez\x20l’échelle,\x20les\x20plages,\x20les\x20proportions\x20et\x20les\x20tailles.','Valeur\x20propre'];_0x3fe9=function(){return _0x12c4c6;};return _0x3fe9();}
1
+ function _0xae26(){const _0x128765=['Clôture','Premier\x20quartile','Un\x20champ\x20de\x20graphique\x20sélectionné\x20n’est\x20plus\x20disponible.','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20au\x20moins\x20une\x20relation\x20de\x20poids\x20positif\x20entre\x20deux\x20nœuds\x20distincts.','20167QlJTpF','Fréquence','Valeur\x20maximale','exports','23921469ivNgYn','Plus\x20haut','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','Le\x20graphique\x20en\x20rayons\x20de\x20soleil\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Le\x20graphique\x20de\x20jauge\x20nécessite\x20au\x20moins\x20une\x20valeur\x20numérique\x20finie.','La\x20configuration\x20du\x20diagramme\x20de\x20cordes\x20n’est\x20pas\x20valide.\x20Vérifiez\x20les\x20angles,\x20les\x20rayons,\x20l’opacité\x20et\x20les\x20tailles.','2381826HSRooh','568gehkZS','Médiane','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Catégorie\x20{0}','Hiérarchie','73PearDP','Champs\x20de\x20hiérarchie','1907828XfmomQ','Série\x20OHLC','Étiquette','14274EBmmWq','Positif','1929933EyQkAb','(Vide)','Éléments\x20enfants','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Ce\x20type\x20de\x20graphique\x20ne\x20dispose\x20d’aucune\x20règle\x20d’utilisation\x20des\x20champs.','Source','Valeur\x20propre','Plus\x20bas','3340585KSLsIi','La\x20carte\x20arborescente\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Éléments','Autre','Ouverture','Le\x20champ\x20de\x20valeurs\x20sélectionné\x20ne\x20contient\x20pas\x20de\x20données\x20numériques.','Category','Ce\x20graphique\x20nécessite\x20davantage\x20de\x20champs\x20d’étiquette.','Value','Valeur\x20minimale','Troisième\x20quartile','Nombre\x20de\x20relations','Négatif','La\x20configuration\x20du\x20graphique\x20de\x20jauge\x20n’est\x20pas\x20valide.\x20Vérifiez\x20l’échelle,\x20les\x20plages,\x20les\x20proportions\x20et\x20les\x20tailles.','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Champ\x20de\x20valeur','Cible'];_0xae26=function(){return _0x128765;};return _0xae26();}const _0x5968f6=_0x15ec;(function(_0x5c06f9,_0x19d536){const _0x3a7b10=_0x15ec,_0x23a0cf=_0x5c06f9();while(!![]){try{const _0x5d614c=-parseInt(_0x3a7b10(0xab))/0x1*(-parseInt(_0x3a7b10(0xb0))/0x2)+-parseInt(_0x3a7b10(0xb2))/0x3+-parseInt(_0x3a7b10(0xad))/0x4+-parseInt(_0x3a7b10(0x86))/0x5+-parseInt(_0x3a7b10(0xa5))/0x6+-parseInt(_0x3a7b10(0x9b))/0x7*(parseInt(_0x3a7b10(0xa6))/0x8)+parseInt(_0x3a7b10(0x9f))/0x9;if(_0x5d614c===_0x19d536)break;else _0x23a0cf['push'](_0x23a0cf['shift']());}catch(_0xe7e1a2){_0x23a0cf['push'](_0x23a0cf['shift']());}}}(_0xae26,0xc0a2b));function _0x15ec(_0x3e832d,_0x2ede4d){_0x3e832d=_0x3e832d-0x80;const _0xae2608=_0xae26();let _0x15ec6f=_0xae2608[_0x3e832d];return _0x15ec6f;}const e={'sheets-chart':{'seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x5968f6(0xa9),'blank':_0x5968f6(0xb3),'msg':{'emptyTips':_0x5968f6(0x81),'sankeyCircularTips':_0x5968f6(0xa8)},'bubble':{'emptyTips':_0x5968f6(0x94)},'relation':{'emptyTips':_0x5968f6(0xa1)},'cloud':{'word':'Mot','frequency':_0x5968f6(0x9c)},'waterfall':{'positive':_0x5968f6(0xb1),'negative':_0x5968f6(0x92),'subtotal':'Sous-total'},'pareto':{'lineName':'Pourcentage\x20Cumulé'},'boxplot':{'min':_0x5968f6(0x8f),'q1':_0x5968f6(0x98),'median':_0x5968f6(0xa7),'q3':_0x5968f6(0x90),'max':_0x5968f6(0x9d)},'candlestick':{'series':_0x5968f6(0xae),'category':_0x5968f6(0x8c),'open':_0x5968f6(0x8a),'high':_0x5968f6(0xa0),'low':_0x5968f6(0x85),'close':_0x5968f6(0x97)},'histogram':{'frequency':_0x5968f6(0x9c)},'pie':{'aggregateOther':_0x5968f6(0x89),'aggregateMembers':_0x5968f6(0x88)},'treemap':{'hierarchy':_0x5968f6(0xac),'value':_0x5968f6(0x95),'ownValue':_0x5968f6(0x84),'children':_0x5968f6(0x80),'diagnostic':_0x5968f6(0x87)},'sunburst':{'hierarchy':_0x5968f6(0xaa),'value':_0x5968f6(0x8e),'ownValue':_0x5968f6(0x84),'children':_0x5968f6(0x80),'diagnostic':_0x5968f6(0xa2)},'gauge':{'label':_0x5968f6(0xaf),'value':_0x5968f6(0x8e),'emptyDiagnostic':_0x5968f6(0xa3),'mappingDiagnostic':'Le\x20graphique\x20de\x20jauge\x20nécessite\x20un\x20champ\x20d’étiquette\x20et\x20exactement\x20un\x20champ\x20de\x20valeur.','configDiagnostic':_0x5968f6(0x93)},'chord':{'emptyDiagnostic':_0x5968f6(0x9a),'mappingDiagnostic':'Le\x20diagramme\x20de\x20cordes\x20nécessite\x20des\x20champs\x20Source\x20et\x20Cible\x20distincts\x20et,\x20éventuellement,\x20un\x20champ\x20Valeur\x20différent.','configDiagnostic':_0x5968f6(0xa4),'source':_0x5968f6(0x83),'target':_0x5968f6(0x96),'value':_0x5968f6(0x8e),'count':_0x5968f6(0x91),'associatedValue':'Valeur\x20associée'},'chartField':{'missingCategoryFields':_0x5968f6(0x8d),'missingSeriesFields':'Ce\x20graphique\x20nécessite\x20davantage\x20de\x20champs\x20de\x20valeurs\x20numériques.','invalidFieldIndex':_0x5968f6(0x99),'invalidValueFieldType':_0x5968f6(0x8b),'invalidDataStructure':'Les\x20champs\x20sélectionnés\x20ne\x20forment\x20pas\x20une\x20structure\x20de\x20données\x20valide\x20pour\x20ce\x20graphique.','unsupportedChartType':_0x5968f6(0x82)}}};module[_0x5968f6(0x9e)]=e;
@@ -1 +1 @@
1
- function _0x3629(_0x3bda36,_0x2ccf87){_0x3bda36=_0x3bda36-0x67;const _0x3d3e1a=_0x3d3e();let _0x3629aa=_0x3d3e1a[_0x3bda36];return _0x3629aa;}const _0x5f44ae=_0x3629;(function(_0x342dd7,_0x1db002){const _0x51f489=_0x3629,_0x261934=_0x342dd7();while(!![]){try{const _0x43e91c=-parseInt(_0x51f489(0x8c))/0x1+-parseInt(_0x51f489(0x6c))/0x2*(-parseInt(_0x51f489(0x92))/0x3)+-parseInt(_0x51f489(0x91))/0x4+-parseInt(_0x51f489(0x81))/0x5*(parseInt(_0x51f489(0x73))/0x6)+parseInt(_0x51f489(0x70))/0x7+parseInt(_0x51f489(0x78))/0x8*(parseInt(_0x51f489(0x87))/0x9)+parseInt(_0x51f489(0x85))/0xa;if(_0x43e91c===_0x1db002)break;else _0x261934['push'](_0x261934['shift']());}catch(_0x50a2ae){_0x261934['push'](_0x261934['shift']());}}}(_0x3d3e,0xa8977));const e={'sheets-chart':{'seriesDefaultName':'Seri\x20{0}','categoryDefaultName':_0x5f44ae(0x84),'blank':_0x5f44ae(0x7c),'msg':{'emptyTips':'Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','sankeyCircularTips':_0x5f44ae(0x68)},'bubble':{'emptyTips':_0x5f44ae(0x75)},'relation':{'emptyTips':_0x5f44ae(0x90)},'cloud':{'word':_0x5f44ae(0x83),'frequency':_0x5f44ae(0x7a)},'waterfall':{'positive':_0x5f44ae(0x79),'negative':_0x5f44ae(0x7b),'subtotal':'Subtotal'},'pareto':{'lineName':_0x5f44ae(0x88)},'boxplot':{'min':'Minimum','q1':_0x5f44ae(0x98),'median':_0x5f44ae(0x7d),'q3':_0x5f44ae(0x74),'max':'Maksimum'},'candlestick':{'series':_0x5f44ae(0x94),'category':_0x5f44ae(0x77),'open':'Pembukaan','high':_0x5f44ae(0x76),'low':_0x5f44ae(0x6e),'close':'Penutupan'},'histogram':{'frequency':'Frekuensi'},'pie':{'aggregateOther':_0x5f44ae(0x8d),'aggregateMembers':_0x5f44ae(0x93)},'treemap':{'hierarchy':_0x5f44ae(0x86),'value':'Bidang\x20nilai','ownValue':_0x5f44ae(0x8e),'children':_0x5f44ae(0x97),'diagnostic':_0x5f44ae(0x80)},'sunburst':{'hierarchy':_0x5f44ae(0x67),'value':'Value','ownValue':_0x5f44ae(0x8e),'children':'Elemen\x20turunan','diagnostic':_0x5f44ae(0x7f)},'gauge':{'label':_0x5f44ae(0x6b),'value':'Value','emptyDiagnostic':_0x5f44ae(0x8a),'mappingDiagnostic':_0x5f44ae(0x8f),'configDiagnostic':'Konfigurasi\x20grafik\x20pengukur\x20tidak\x20valid.\x20Periksa\x20skala,\x20rentang,\x20rasio,\x20dan\x20ukurannya.'},'chord':{'emptyDiagnostic':_0x5f44ae(0x6a),'mappingDiagnostic':_0x5f44ae(0x72),'configDiagnostic':'Konfigurasi\x20diagram\x20chord\x20tidak\x20valid.\x20Periksa\x20sudut,\x20jari-jari,\x20opasitas,\x20dan\x20ukurannya.','source':_0x5f44ae(0x82),'target':_0x5f44ae(0x69),'value':_0x5f44ae(0x6f),'count':_0x5f44ae(0x7e),'associatedValue':'Nilai\x20terkait'},'chartField':{'missingCategoryFields':_0x5f44ae(0x89),'missingSeriesFields':_0x5f44ae(0x95),'invalidFieldIndex':_0x5f44ae(0x6d),'invalidValueFieldType':_0x5f44ae(0x8b),'invalidDataStructure':_0x5f44ae(0x96),'unsupportedChartType':'Jenis\x20bagan\x20ini\x20tidak\x20memiliki\x20kebijakan\x20penggunaan\x20bidang.'}}};module[_0x5f44ae(0x71)]=e;function _0x3d3e(){const _0x1e8731=['Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Sasaran','Diagram\x20chord\x20memerlukan\x20setidaknya\x20satu\x20hubungan\x20berbobot\x20positif\x20antara\x20dua\x20simpul\x20yang\x20berbeda.','Label','1630rBsfgZ','Bidang\x20bagan\x20yang\x20dipilih\x20sudah\x20tidak\x20tersedia.','Terendah','Value','2090382hSpNKO','exports','Diagram\x20chord\x20memerlukan\x20bidang\x20Sumber\x20dan\x20Target\x20yang\x20berbeda\x20serta\x20bidang\x20Nilai\x20berbeda\x20yang\x20opsional.','307446QLBeyu','Kuartal\x20ketiga','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Tertinggi','Category','8hlaKIT','Positif','Frekuensi','Negatif','(Kosong)','Median','Jumlah\x20hubungan','Grafik\x20sunburst\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Grafik\x20peta\x20pohon\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','25IzMqUF','Sumber','Kata','Kategori\x20{0}','19194660KklvFa','Bidang\x20hierarki','5773239oLhLSc','Persentase\x20Kumulatif','Bagan\x20ini\x20memerlukan\x20lebih\x20banyak\x20bidang\x20label.','Grafik\x20pengukur\x20memerlukan\x20setidaknya\x20satu\x20nilai\x20numerik\x20berhingga.','Bidang\x20nilai\x20yang\x20dipilih\x20tidak\x20berisi\x20data\x20numerik.','679753daWQCg','Lainnya','Nilai\x20sendiri','Grafik\x20pengukur\x20memerlukan\x20satu\x20bidang\x20label\x20dan\x20tepat\x20satu\x20bidang\x20nilai.','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','5457076aQGBss','483klDXRs','Anggota','Seri\x20OHLC','Bagan\x20ini\x20memerlukan\x20lebih\x20banyak\x20bidang\x20nilai\x20numerik.','Bidang\x20yang\x20dipilih\x20tidak\x20membentuk\x20struktur\x20data\x20yang\x20valid\x20untuk\x20bagan\x20ini.','Elemen\x20turunan','Kuartal\x20pertama','Hirarki'];_0x3d3e=function(){return _0x1e8731;};return _0x3d3e();}
1
+ function _0xd9c8(_0x9a9eb2,_0x15204d){_0x9a9eb2=_0x9a9eb2-0xee;const _0x1b1b85=_0x1b1b();let _0xd9c887=_0x1b1b85[_0x9a9eb2];return _0xd9c887;}const _0xf91741=_0xd9c8;(function(_0x45c338,_0x281d33){const _0x487056=_0xd9c8,_0x4537f8=_0x45c338();while(!![]){try{const _0x5f223e=parseInt(_0x487056(0x106))/0x1*(-parseInt(_0x487056(0xfb))/0x2)+-parseInt(_0x487056(0x107))/0x3*(-parseInt(_0x487056(0xf5))/0x4)+parseInt(_0x487056(0xf8))/0x5+-parseInt(_0x487056(0xf6))/0x6+-parseInt(_0x487056(0x104))/0x7*(-parseInt(_0x487056(0xf1))/0x8)+-parseInt(_0x487056(0xf2))/0x9*(parseInt(_0x487056(0x11a))/0xa)+parseInt(_0x487056(0x109))/0xb;if(_0x5f223e===_0x281d33)break;else _0x4537f8['push'](_0x4537f8['shift']());}catch(_0x1a1b7a){_0x4537f8['push'](_0x4537f8['shift']());}}}(_0x1b1b,0xc2019));function _0x1b1b(){const _0x37a768=['Hirarki','Bidang\x20bagan\x20yang\x20dipilih\x20sudah\x20tidak\x20tersedia.','Elemen\x20turunan','Grafik\x20pengukur\x20memerlukan\x20satu\x20bidang\x20label\x20dan\x20tepat\x20satu\x20bidang\x20nilai.','Nilai\x20sendiri','Grafik\x20sunburst\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Jumlah\x20hubungan','Bidang\x20yang\x20dipilih\x20tidak\x20membentuk\x20struktur\x20data\x20yang\x20valid\x20untuk\x20bagan\x20ini.','Seri\x20{0}','Maksimum','exports','Category','Diagram\x20chord\x20memerlukan\x20bidang\x20Sumber\x20dan\x20Target\x20yang\x20berbeda\x20serta\x20bidang\x20Nilai\x20berbeda\x20yang\x20opsional.','144370SDOpgP','Median','(Kosong)','Tertinggi','Kuartal\x20ketiga','Sasaran','Anggota','Bagan\x20ini\x20memerlukan\x20lebih\x20banyak\x20bidang\x20label.','Negatif','Lainnya','1024376nmryml','783OEIHZZ','Subtotal','Value','4hHdNun','6952734vJhHbc','Label','967950IZRzjy','Bidang\x20hierarki','Frekuensi','11830zKEEgH','Kategori\x20{0}','Minimum','Bidang\x20nilai\x20yang\x20dipilih\x20tidak\x20berisi\x20data\x20numerik.','Positif','Terendah','Kata','Seri\x20OHLC','Persentase\x20Kumulatif','7FKbsIu','Penutupan','219PythEF','1184133KKXmYu','Bagan\x20ini\x20memerlukan\x20lebih\x20banyak\x20bidang\x20nilai\x20numerik.','41673434rsSuEA','Diagram\x20chord\x20memerlukan\x20setidaknya\x20satu\x20hubungan\x20berbobot\x20positif\x20antara\x20dua\x20simpul\x20yang\x20berbeda.','Pembukaan','Sumber'];_0x1b1b=function(){return _0x37a768;};return _0x1b1b();}const e={'sheets-chart':{'seriesDefaultName':_0xf91741(0x115),'categoryDefaultName':_0xf91741(0xfc),'blank':_0xf91741(0x11c),'msg':{'emptyTips':'Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','sankeyCircularTips':'Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar'},'bubble':{'emptyTips':'Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y'},'relation':{'emptyTips':'Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua'},'cloud':{'word':_0xf91741(0x101),'frequency':_0xf91741(0xfa)},'waterfall':{'positive':_0xf91741(0xff),'negative':_0xf91741(0xef),'subtotal':_0xf91741(0xf3)},'pareto':{'lineName':_0xf91741(0x103)},'boxplot':{'min':_0xf91741(0xfd),'q1':'Kuartal\x20pertama','median':_0xf91741(0x11b),'q3':_0xf91741(0x11e),'max':_0xf91741(0x116)},'candlestick':{'series':_0xf91741(0x102),'category':_0xf91741(0x118),'open':_0xf91741(0x10b),'high':_0xf91741(0x11d),'low':_0xf91741(0x100),'close':_0xf91741(0x105)},'histogram':{'frequency':_0xf91741(0xfa)},'pie':{'aggregateOther':_0xf91741(0xf0),'aggregateMembers':_0xf91741(0x120)},'treemap':{'hierarchy':_0xf91741(0xf9),'value':'Bidang\x20nilai','ownValue':_0xf91741(0x111),'children':_0xf91741(0x10f),'diagnostic':'Grafik\x20peta\x20pohon\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.'},'sunburst':{'hierarchy':_0xf91741(0x10d),'value':_0xf91741(0xf4),'ownValue':'Nilai\x20sendiri','children':'Elemen\x20turunan','diagnostic':_0xf91741(0x112)},'gauge':{'label':_0xf91741(0xf7),'value':_0xf91741(0xf4),'emptyDiagnostic':'Grafik\x20pengukur\x20memerlukan\x20setidaknya\x20satu\x20nilai\x20numerik\x20berhingga.','mappingDiagnostic':_0xf91741(0x110),'configDiagnostic':'Konfigurasi\x20grafik\x20pengukur\x20tidak\x20valid.\x20Periksa\x20skala,\x20rentang,\x20rasio,\x20dan\x20ukurannya.'},'chord':{'emptyDiagnostic':_0xf91741(0x10a),'mappingDiagnostic':_0xf91741(0x119),'configDiagnostic':'Konfigurasi\x20diagram\x20chord\x20tidak\x20valid.\x20Periksa\x20sudut,\x20jari-jari,\x20opasitas,\x20dan\x20ukurannya.','source':_0xf91741(0x10c),'target':_0xf91741(0x11f),'value':_0xf91741(0xf4),'count':_0xf91741(0x113),'associatedValue':'Nilai\x20terkait'},'chartField':{'missingCategoryFields':_0xf91741(0xee),'missingSeriesFields':_0xf91741(0x108),'invalidFieldIndex':_0xf91741(0x10e),'invalidValueFieldType':_0xf91741(0xfe),'invalidDataStructure':_0xf91741(0x114),'unsupportedChartType':'Jenis\x20bagan\x20ini\x20tidak\x20memiliki\x20kebijakan\x20penggunaan\x20bidang.'}}};module[_0xf91741(0x117)]=e;
@@ -1 +1 @@
1
- function _0x2c1d(){const _0x2a685b=['Primo\x20quartile','Questo\x20grafico\x20richiede\x20più\x20campi\x20etichetta.','Campi\x20gerarchici','Parola','Obiettivo','Mediana','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','5004924nihFkK','Il\x20diagramma\x20a\x20corde\x20richiede\x20almeno\x20una\x20relazione\x20con\x20peso\x20positivo\x20tra\x20due\x20nodi\x20distinti.','Elementi\x20figli','Subtotale','La\x20configurazione\x20del\x20grafico\x20a\x20indicatore\x20non\x20è\x20valida.\x20Controllare\x20scala,\x20intervalli,\x20proporzioni\x20e\x20dimensioni.','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Il\x20grafico\x20a\x20indicatore\x20richiede\x20un\x20campo\x20etichetta\x20ed\x20esattamente\x20un\x20campo\x20valore.','Elementi','Valore\x20proprio','Massimo','Chiusura','Il\x20campo\x20valore\x20selezionato\x20non\x20contiene\x20dati\x20numerici.','La\x20mappa\x20ad\x20albero\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','(Vuoto)','Altro','Frequenza','1350545HbiBjr','Minimo','Value','Un\x20campo\x20del\x20grafico\x20selezionato\x20non\x20è\x20più\x20disponibile.','Category','Il\x20grafico\x20radiale\x20gerarchico\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','Valore\x20associato','Categoria\x20{0}','853668RuxaIY','Questo\x20tipo\x20di\x20grafico\x20non\x20dispone\x20di\x20una\x20regola\x20per\x20l’utilizzo\x20dei\x20campi.','4920kGPMGi','Gerarchia','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','220510dOnUIX','Negativo','Fonte','Il\x20diagramma\x20a\x20corde\x20richiede\x20campi\x20Origine\x20e\x20Destinazione\x20distinti\x20e,\x20facoltativamente,\x20un\x20campo\x20Valore\x20diverso.','La\x20configurazione\x20del\x20diagramma\x20a\x20corde\x20non\x20è\x20valida.\x20Controllare\x20angoli,\x20raggi,\x20opacità\x20e\x20dimensioni.','Questo\x20grafico\x20richiede\x20più\x20campi\x20di\x20valori\x20numerici.','778188BXlYMY','Il\x20grafico\x20a\x20indicatore\x20richiede\x20almeno\x20un\x20valore\x20numerico\x20finito.','17065480GbuSyZ','3875QFGRzt','Conteggio\x20delle\x20relazioni','Campo\x20valore','18AMbePC','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Serie\x20{0}'];_0x2c1d=function(){return _0x2a685b;};return _0x2c1d();}const _0x3ea983=_0x202d;(function(_0x253168,_0x41065b){const _0x2759b5=_0x202d,_0x4565e2=_0x253168();while(!![]){try{const _0x3a5b78=-parseInt(_0x2759b5(0xdd))/0x1+parseInt(_0x2759b5(0xaf))/0x2+-parseInt(_0x2759b5(0xc5))/0x3+-parseInt(_0x2759b5(0xdf))/0x4*(parseInt(_0x2759b5(0xb8))/0x5)+parseInt(_0x2759b5(0xb5))/0x6+-parseInt(_0x2759b5(0xd5))/0x7+parseInt(_0x2759b5(0xb7))/0x8*(parseInt(_0x2759b5(0xbb))/0x9);if(_0x3a5b78===_0x41065b)break;else _0x4565e2['push'](_0x4565e2['shift']());}catch(_0x2009f){_0x4565e2['push'](_0x4565e2['shift']());}}}(_0x2c1d,0xcca12));const e={'sheets-chart':{'seriesDefaultName':_0x3ea983(0xbd),'categoryDefaultName':_0x3ea983(0xdc),'blank':_0x3ea983(0xd2),'msg':{'emptyTips':_0x3ea983(0xbc),'sankeyCircularTips':_0x3ea983(0xca)},'bubble':{'emptyTips':_0x3ea983(0xae)},'relation':{'emptyTips':_0x3ea983(0xc4)},'cloud':{'word':_0x3ea983(0xc1),'frequency':_0x3ea983(0xd4)},'waterfall':{'positive':'Positivo','negative':_0x3ea983(0xb0),'subtotal':_0x3ea983(0xc8)},'pareto':{'lineName':'Percentuale\x20cumulativa'},'boxplot':{'min':_0x3ea983(0xd6),'q1':_0x3ea983(0xbe),'median':_0x3ea983(0xc3),'q3':'Terzo\x20quartile','max':_0x3ea983(0xce)},'candlestick':{'series':'Serie\x20OHLC','category':_0x3ea983(0xd9),'open':'Apertura','high':_0x3ea983(0xce),'low':_0x3ea983(0xd6),'close':_0x3ea983(0xcf)},'histogram':{'frequency':'Frequenza'},'pie':{'aggregateOther':_0x3ea983(0xd3),'aggregateMembers':_0x3ea983(0xcc)},'treemap':{'hierarchy':_0x3ea983(0xc0),'value':_0x3ea983(0xba),'ownValue':_0x3ea983(0xcd),'children':_0x3ea983(0xc7),'diagnostic':_0x3ea983(0xd1)},'sunburst':{'hierarchy':_0x3ea983(0xad),'value':'Value','ownValue':_0x3ea983(0xcd),'children':_0x3ea983(0xc7),'diagnostic':_0x3ea983(0xda)},'gauge':{'label':'Etichetta','value':_0x3ea983(0xd7),'emptyDiagnostic':_0x3ea983(0xb6),'mappingDiagnostic':_0x3ea983(0xcb),'configDiagnostic':_0x3ea983(0xc9)},'chord':{'emptyDiagnostic':_0x3ea983(0xc6),'mappingDiagnostic':_0x3ea983(0xb2),'configDiagnostic':_0x3ea983(0xb3),'source':_0x3ea983(0xb1),'target':_0x3ea983(0xc2),'value':'Value','count':_0x3ea983(0xb9),'associatedValue':_0x3ea983(0xdb)},'chartField':{'missingCategoryFields':_0x3ea983(0xbf),'missingSeriesFields':_0x3ea983(0xb4),'invalidFieldIndex':_0x3ea983(0xd8),'invalidValueFieldType':_0x3ea983(0xd0),'invalidDataStructure':'I\x20campi\x20selezionati\x20non\x20formano\x20una\x20struttura\x20dati\x20valida\x20per\x20questo\x20grafico.','unsupportedChartType':_0x3ea983(0xde)}}};function _0x202d(_0x387188,_0x56cea1){_0x387188=_0x387188-0xad;const _0x2c1dc9=_0x2c1d();let _0x202dee=_0x2c1dc9[_0x387188];return _0x202dee;}module['exports']=e;
1
+ const _0x2ca18e=_0x47b4;(function(_0x1873c2,_0x5efaa2){const _0x25aa6d=_0x47b4,_0x261b15=_0x1873c2();while(!![]){try{const _0x9d9f48=parseInt(_0x25aa6d(0x95))/0x1+-parseInt(_0x25aa6d(0xb9))/0x2*(parseInt(_0x25aa6d(0x9a))/0x3)+-parseInt(_0x25aa6d(0xac))/0x4*(parseInt(_0x25aa6d(0xb8))/0x5)+parseInt(_0x25aa6d(0xb6))/0x6*(parseInt(_0x25aa6d(0xaa))/0x7)+parseInt(_0x25aa6d(0x9f))/0x8+-parseInt(_0x25aa6d(0x8e))/0x9+parseInt(_0x25aa6d(0xa0))/0xa;if(_0x9d9f48===_0x5efaa2)break;else _0x261b15['push'](_0x261b15['shift']());}catch(_0x402bbe){_0x261b15['push'](_0x261b15['shift']());}}}(_0x2804,0x8d021));const e={'sheets-chart':{'seriesDefaultName':_0x2ca18e(0x8f),'categoryDefaultName':_0x2ca18e(0x96),'blank':'(Vuoto)','msg':{'emptyTips':_0x2ca18e(0x99),'sankeyCircularTips':'Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari'},'bubble':{'emptyTips':_0x2ca18e(0x9c)},'relation':{'emptyTips':'La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna'},'cloud':{'word':_0x2ca18e(0xa2),'frequency':_0x2ca18e(0xab)},'waterfall':{'positive':_0x2ca18e(0xb2),'negative':_0x2ca18e(0xa3),'subtotal':'Subtotale'},'pareto':{'lineName':_0x2ca18e(0xa5)},'boxplot':{'min':'Minimo','q1':_0x2ca18e(0xa1),'median':_0x2ca18e(0x90),'q3':_0x2ca18e(0xa9),'max':_0x2ca18e(0x9e)},'candlestick':{'series':_0x2ca18e(0xa8),'category':'Category','open':'Apertura','high':_0x2ca18e(0x9e),'low':_0x2ca18e(0xb4),'close':'Chiusura'},'histogram':{'frequency':_0x2ca18e(0xab)},'pie':{'aggregateOther':'Altro','aggregateMembers':'Elementi'},'treemap':{'hierarchy':_0x2ca18e(0xb1),'value':_0x2ca18e(0x8d),'ownValue':_0x2ca18e(0xb0),'children':_0x2ca18e(0x9b),'diagnostic':_0x2ca18e(0xb7)},'sunburst':{'hierarchy':_0x2ca18e(0xaf),'value':_0x2ca18e(0xb5),'ownValue':_0x2ca18e(0xb0),'children':'Elementi\x20figli','diagnostic':_0x2ca18e(0x97)},'gauge':{'label':_0x2ca18e(0xae),'value':_0x2ca18e(0xb5),'emptyDiagnostic':'Il\x20grafico\x20a\x20indicatore\x20richiede\x20almeno\x20un\x20valore\x20numerico\x20finito.','mappingDiagnostic':_0x2ca18e(0xa4),'configDiagnostic':_0x2ca18e(0x91)},'chord':{'emptyDiagnostic':_0x2ca18e(0xba),'mappingDiagnostic':_0x2ca18e(0xad),'configDiagnostic':_0x2ca18e(0x98),'source':_0x2ca18e(0x94),'target':'Obiettivo','value':'Value','count':_0x2ca18e(0xb3),'associatedValue':_0x2ca18e(0xa6)},'chartField':{'missingCategoryFields':_0x2ca18e(0x9d),'missingSeriesFields':_0x2ca18e(0x93),'invalidFieldIndex':_0x2ca18e(0xa7),'invalidValueFieldType':'Il\x20campo\x20valore\x20selezionato\x20non\x20contiene\x20dati\x20numerici.','invalidDataStructure':'I\x20campi\x20selezionati\x20non\x20formano\x20una\x20struttura\x20dati\x20valida\x20per\x20questo\x20grafico.','unsupportedChartType':_0x2ca18e(0x92)}}};function _0x47b4(_0x31c191,_0xebb1a8){_0x31c191=_0x31c191-0x8d;const _0x280452=_0x2804();let _0x47b461=_0x280452[_0x31c191];return _0x47b461;}function _0x2804(){const _0xdc4dad=['689073fgNnaR','Categoria\x20{0}','Il\x20grafico\x20radiale\x20gerarchico\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','La\x20configurazione\x20del\x20diagramma\x20a\x20corde\x20non\x20è\x20valida.\x20Controllare\x20angoli,\x20raggi,\x20opacità\x20e\x20dimensioni.','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','540Qkuxet','Elementi\x20figli','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Questo\x20grafico\x20richiede\x20più\x20campi\x20etichetta.','Massimo','2040448zGJnTF','799610bogSvg','Primo\x20quartile','Parola','Negativo','Il\x20grafico\x20a\x20indicatore\x20richiede\x20un\x20campo\x20etichetta\x20ed\x20esattamente\x20un\x20campo\x20valore.','Percentuale\x20cumulativa','Valore\x20associato','Un\x20campo\x20del\x20grafico\x20selezionato\x20non\x20è\x20più\x20disponibile.','Serie\x20OHLC','Terzo\x20quartile','7ySwnPK','Frequenza','166468UJNWJN','Il\x20diagramma\x20a\x20corde\x20richiede\x20campi\x20Origine\x20e\x20Destinazione\x20distinti\x20e,\x20facoltativamente,\x20un\x20campo\x20Valore\x20diverso.','Etichetta','Gerarchia','Valore\x20proprio','Campi\x20gerarchici','Positivo','Conteggio\x20delle\x20relazioni','Minimo','Value','5493162FULNhn','La\x20mappa\x20ad\x20albero\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','30XsDVVK','7828RcFmuW','Il\x20diagramma\x20a\x20corde\x20richiede\x20almeno\x20una\x20relazione\x20con\x20peso\x20positivo\x20tra\x20due\x20nodi\x20distinti.','Campo\x20valore','3670434cBZVLX','Serie\x20{0}','Mediana','La\x20configurazione\x20del\x20grafico\x20a\x20indicatore\x20non\x20è\x20valida.\x20Controllare\x20scala,\x20intervalli,\x20proporzioni\x20e\x20dimensioni.','Questo\x20tipo\x20di\x20grafico\x20non\x20dispone\x20di\x20una\x20regola\x20per\x20l’utilizzo\x20dei\x20campi.','Questo\x20grafico\x20richiede\x20più\x20campi\x20di\x20valori\x20numerici.','Fonte'];_0x2804=function(){return _0xdc4dad;};return _0x2804();}module['exports']=e;
@@ -1 +1 @@
1
- function _0x598a(_0x1eb021,_0x265d56){_0x1eb021=_0x1eb021-0xde;const _0x35985e=_0x3598();let _0x598a46=_0x35985e[_0x1eb021];return _0x598a46;}function _0x3598(){const _0x1fa54d=['最大値','このグラフには、ラベル\x20フィールドがさらに必要です。','系列を追加してデータの可視化を開始してください','階層フィールド','14097501ugcEhX','140920FEsHxL','子要素','関係数','2009589MsPNxO','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','164008PDQJdc','2YFWlJK','最小値','自身の値','Value','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','選択した値フィールドに数値データが含まれていません。','Category','4bTwPWW','選択したグラフ\x20フィールドは使用できなくなりました。','系列{0}','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','ターゲット','選択したフィールドは、このグラフに有効なデータ構造を形成していません。','ゲージ図には、1\x20つ以上の有限な数値が必要です。','828KnLikK','1301798nQPukP','ソース','406NwDHca','コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','中央値','負の値','ラベル','第3四分位数','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','5bDrVpz','項目{0}','正の値','このグラフには、数値フィールドがさらに必要です。','その他','2757882jaLXsu','OHLC\x20系列','値フィールド','第1四分位数','サンキー図には循環データを含めることはできません','このグラフの種類には、フィールド使用ポリシーがありません。','9952104DAcrva','累積パーセンテージ'];_0x3598=function(){return _0x1fa54d;};return _0x3598();}const _0xa18931=_0x598a;(function(_0x18c61d,_0x1f2a76){const _0x7e2b7b=_0x598a,_0x1a2b95=_0x18c61d();while(!![]){try{const _0x2100d6=-parseInt(_0x7e2b7b(0xf9))/0x1*(-parseInt(_0x7e2b7b(0x108))/0x2)+-parseInt(_0x7e2b7b(0xf5))/0x3*(parseInt(_0x7e2b7b(0x100))/0x4)+-parseInt(_0x7e2b7b(0xe0))/0x5*(-parseInt(_0x7e2b7b(0xe5))/0x6)+parseInt(_0x7e2b7b(0x10a))/0x7*(-parseInt(_0x7e2b7b(0xf8))/0x8)+parseInt(_0x7e2b7b(0x107))/0x9*(parseInt(_0x7e2b7b(0xf2))/0xa)+-parseInt(_0x7e2b7b(0xf1))/0xb+parseInt(_0x7e2b7b(0xeb))/0xc;if(_0x2100d6===_0x1f2a76)break;else _0x1a2b95['push'](_0x1a2b95['shift']());}catch(_0x12ea5a){_0x1a2b95['push'](_0x1a2b95['shift']());}}}(_0x3598,0xb64f3));const e={'sheets-chart':{'seriesDefaultName':_0xa18931(0x102),'categoryDefaultName':_0xa18931(0xe1),'blank':'(空白)','msg':{'emptyTips':_0xa18931(0xef),'sankeyCircularTips':_0xa18931(0xe9)},'bubble':{'emptyTips':_0xa18931(0x103)},'relation':{'emptyTips':_0xa18931(0xf7)},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':_0xa18931(0xe2),'negative':_0xa18931(0x10d),'subtotal':'小計'},'pareto':{'lineName':_0xa18931(0xec)},'boxplot':{'min':_0xa18931(0xfa),'q1':_0xa18931(0xe8),'median':_0xa18931(0x10c),'q3':_0xa18931(0xde),'max':_0xa18931(0xed)},'candlestick':{'series':_0xa18931(0xe6),'category':_0xa18931(0xff),'open':'始値','high':'高値','low':'安値','close':'終値'},'histogram':{'frequency':'度数'},'pie':{'aggregateOther':_0xa18931(0xe4),'aggregateMembers':'項目'},'treemap':{'hierarchy':_0xa18931(0xf0),'value':_0xa18931(0xe7),'ownValue':_0xa18931(0xfb),'children':'子要素','diagnostic':'ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。'},'sunburst':{'hierarchy':'階層','value':_0xa18931(0xfc),'ownValue':'自身の値','children':_0xa18931(0xf3),'diagnostic':_0xa18931(0xfd)},'gauge':{'label':_0xa18931(0x10e),'value':_0xa18931(0xfc),'emptyDiagnostic':_0xa18931(0x106),'mappingDiagnostic':_0xa18931(0xdf),'configDiagnostic':_0xa18931(0xf6)},'chord':{'emptyDiagnostic':_0xa18931(0x10b),'mappingDiagnostic':'コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','configDiagnostic':'コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','source':_0xa18931(0x109),'target':_0xa18931(0x104),'value':'Value','count':_0xa18931(0xf4),'associatedValue':'関連付けられた値'},'chartField':{'missingCategoryFields':_0xa18931(0xee),'missingSeriesFields':_0xa18931(0xe3),'invalidFieldIndex':_0xa18931(0x101),'invalidValueFieldType':_0xa18931(0xfe),'invalidDataStructure':_0xa18931(0x105),'unsupportedChartType':_0xa18931(0xea)}}};module['exports']=e;
1
+ const _0x5bf834=_0x206f;(function(_0xc03672,_0x5f436c){const _0x4e52ec=_0x206f,_0x4adaae=_0xc03672();while(!![]){try{const _0x18354a=-parseInt(_0x4e52ec(0x158))/0x1+parseInt(_0x4e52ec(0x15a))/0x2*(parseInt(_0x4e52ec(0x155))/0x3)+parseInt(_0x4e52ec(0x151))/0x4*(parseInt(_0x4e52ec(0x16e))/0x5)+-parseInt(_0x4e52ec(0x162))/0x6*(parseInt(_0x4e52ec(0x154))/0x7)+-parseInt(_0x4e52ec(0x156))/0x8+parseInt(_0x4e52ec(0x15c))/0x9*(-parseInt(_0x4e52ec(0x172))/0xa)+parseInt(_0x4e52ec(0x165))/0xb;if(_0x18354a===_0x5f436c)break;else _0x4adaae['push'](_0x4adaae['shift']());}catch(_0x28cd6c){_0x4adaae['push'](_0x4adaae['shift']());}}}(_0x2b69,0x7ec9b));const e={'sheets-chart':{'seriesDefaultName':'系列{0}','categoryDefaultName':_0x5bf834(0x175),'blank':'(空白)','msg':{'emptyTips':_0x5bf834(0x166),'sankeyCircularTips':'サンキー図には循環データを含めることはできません'},'bubble':{'emptyTips':_0x5bf834(0x159)},'relation':{'emptyTips':_0x5bf834(0x177)},'cloud':{'word':'単語','frequency':'頻度'},'waterfall':{'positive':_0x5bf834(0x168),'negative':_0x5bf834(0x164),'subtotal':'小計'},'pareto':{'lineName':'累積パーセンテージ'},'boxplot':{'min':_0x5bf834(0x157),'q1':_0x5bf834(0x16c),'median':'中央値','q3':'第3四分位数','max':_0x5bf834(0x176)},'candlestick':{'series':_0x5bf834(0x167),'category':_0x5bf834(0x15b),'open':'始値','high':'高値','low':'安値','close':'終値'},'histogram':{'frequency':'度数'},'pie':{'aggregateOther':'その他','aggregateMembers':'項目'},'treemap':{'hierarchy':'階層フィールド','value':_0x5bf834(0x16f),'ownValue':_0x5bf834(0x171),'children':_0x5bf834(0x14f),'diagnostic':_0x5bf834(0x15e)},'sunburst':{'hierarchy':'階層','value':_0x5bf834(0x174),'ownValue':_0x5bf834(0x171),'children':_0x5bf834(0x14f),'diagnostic':_0x5bf834(0x15f)},'gauge':{'label':_0x5bf834(0x150),'value':_0x5bf834(0x174),'emptyDiagnostic':'ゲージ図には、1\x20つ以上の有限な数値が必要です。','mappingDiagnostic':_0x5bf834(0x15d),'configDiagnostic':_0x5bf834(0x170)},'chord':{'emptyDiagnostic':_0x5bf834(0x161),'mappingDiagnostic':_0x5bf834(0x153),'configDiagnostic':_0x5bf834(0x16a),'source':'ソース','target':'ターゲット','value':_0x5bf834(0x174),'count':_0x5bf834(0x160),'associatedValue':_0x5bf834(0x152)},'chartField':{'missingCategoryFields':_0x5bf834(0x169),'missingSeriesFields':_0x5bf834(0x178),'invalidFieldIndex':_0x5bf834(0x16b),'invalidValueFieldType':_0x5bf834(0x173),'invalidDataStructure':_0x5bf834(0x16d),'unsupportedChartType':_0x5bf834(0x163)}}};function _0x206f(_0x1c119e,_0xa34e57){_0x1c119e=_0x1c119e-0x14f;const _0x2b6997=_0x2b69();let _0x206f99=_0x2b6997[_0x1c119e];return _0x206f99;}function _0x2b69(){const _0x372556=['コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','選択したグラフ\x20フィールドは使用できなくなりました。','第1四分位数','選択したフィールドは、このグラフに有効なデータ構造を形成していません。','8805IzcZhd','値フィールド','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','自身の値','99170UTnffg','選択した値フィールドに数値データが含まれていません。','Value','項目{0}','最大値','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','このグラフには、数値フィールドがさらに必要です。','子要素','ラベル','388AksleM','関連付けられた値','コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','7SnSjUc','2481dMQUSg','6609000EJWMQm','最小値','856353euImpK','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','776CftNDN','Category','81BSVNJJ','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','関係数','コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','1478460QIOcLV','このグラフの種類には、フィールド使用ポリシーがありません。','負の値','22503481PsZyLd','系列を追加してデータの可視化を開始してください','OHLC\x20系列','正の値','このグラフには、ラベル\x20フィールドがさらに必要です。'];_0x2b69=function(){return _0x372556;};return _0x2b69();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x3868cb=_0x1506;(function(_0x51d250,_0x223032){const _0x49b8fc=_0x1506,_0x37b914=_0x51d250();while(!![]){try{const _0x438778=-parseInt(_0x49b8fc(0xd2))/0x1*(-parseInt(_0x49b8fc(0xdc))/0x2)+-parseInt(_0x49b8fc(0xd0))/0x3*(parseInt(_0x49b8fc(0xdd))/0x4)+-parseInt(_0x49b8fc(0xbe))/0x5+-parseInt(_0x49b8fc(0xdb))/0x6+parseInt(_0x49b8fc(0xbf))/0x7+parseInt(_0x49b8fc(0xe1))/0x8*(parseInt(_0x49b8fc(0xc8))/0x9)+-parseInt(_0x49b8fc(0xcc))/0xa*(parseInt(_0x49b8fc(0xe2))/0xb);if(_0x438778===_0x223032)break;else _0x37b914['push'](_0x37b914['shift']());}catch(_0x47fc34){_0x37b914['push'](_0x37b914['shift']());}}}(_0x4a41,0xc7773));function _0x1506(_0x3750cc,_0xbecfc6){_0x3750cc=_0x3750cc-0xbe;const _0x4a41e7=_0x4a41();let _0x1506fa=_0x4a41e7[_0x3750cc];return _0x1506fa;}const e={'sheets-chart':{'seriesDefaultName':'계열{0}','categoryDefaultName':'항목{0}','blank':_0x3868cb(0xce),'msg':{'emptyTips':'계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','sankeyCircularTips':_0x3868cb(0xc7)},'bubble':{'emptyTips':_0x3868cb(0xd9)},'relation':{'emptyTips':'관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다'},'cloud':{'word':'단어','frequency':'빈도'},'waterfall':{'positive':'양수','negative':'음수','subtotal':_0x3868cb(0xc9)},'pareto':{'lineName':'누적\x20백분율'},'boxplot':{'min':_0x3868cb(0xd3),'q1':_0x3868cb(0xca),'median':_0x3868cb(0xd4),'q3':'제3사분위수','max':_0x3868cb(0xdf)},'candlestick':{'series':'OHLC\x20계열','category':_0x3868cb(0xd5),'open':'시가','high':'고가','low':'저가','close':'종가'},'histogram':{'frequency':'도수'},'pie':{'aggregateOther':'기타','aggregateMembers':'항목'},'treemap':{'hierarchy':_0x3868cb(0xda),'value':_0x3868cb(0xd6),'ownValue':'자체\x20값','children':'하위\x20요소','diagnostic':_0x3868cb(0xcf)},'sunburst':{'hierarchy':'계층','value':_0x3868cb(0xd1),'ownValue':'자체\x20값','children':_0x3868cb(0xde),'diagnostic':_0x3868cb(0xc3)},'gauge':{'label':'라벨','value':_0x3868cb(0xd1),'emptyDiagnostic':_0x3868cb(0xd8),'mappingDiagnostic':_0x3868cb(0xe3),'configDiagnostic':'게이지\x20차트\x20구성이\x20올바르지\x20않습니다.\x20눈금,\x20범위,\x20비율\x20및\x20크기를\x20확인하세요.'},'chord':{'emptyDiagnostic':_0x3868cb(0xc2),'mappingDiagnostic':_0x3868cb(0xc0),'configDiagnostic':_0x3868cb(0xd7),'source':'소스','target':'대상','value':_0x3868cb(0xd1),'count':_0x3868cb(0xc6),'associatedValue':_0x3868cb(0xc1)},'chartField':{'missingCategoryFields':_0x3868cb(0xe0),'missingSeriesFields':_0x3868cb(0xcd),'invalidFieldIndex':'선택한\x20차트\x20필드를\x20더\x20이상\x20사용할\x20수\x20없습니다.','invalidValueFieldType':_0x3868cb(0xc5),'invalidDataStructure':_0x3868cb(0xc4),'unsupportedChartType':_0x3868cb(0xcb)}}};module['exports']=e;function _0x4a41(){const _0x4d977e=['193624RWDyfn','2739LTvjRc','게이지\x20차트에는\x20레이블\x20필드\x20하나와\x20값\x20필드\x20하나가\x20필요합니다.','3015tHdZrF','10123645NTkckc','코드\x20다이어그램에는\x20서로\x20다른\x20원본\x20및\x20대상\x20필드가\x20필요하며,\x20선택적\x20값\x20필드도\x20이들과\x20달라야\x20합니다.','연결된\x20값','코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','선버스트\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','선택한\x20필드가\x20이\x20차트에\x20유효한\x20데이터\x20구조를\x20형성하지\x20않습니다.','선택한\x20값\x20필드에\x20숫자\x20데이터가\x20없습니다.','관계\x20','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','477arpEMQ','부분합','제1사분위수','이\x20차트\x20유형에는\x20필드\x20사용\x20정책이\x20없습니다.','10590FzOkzR','이\x20차트에는\x20숫자\x20값\x20필드가\x20더\x20필요합니다.','(비어\x20있음)','트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','228999iEbCMO','Value','13823XDPaet','최소값','중앙값','Category','값\x20필드','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','계층\x20필드','8414490EkPymD','86AqteUb','44KMbhNl','하위\x20요소','최대값','이\x20차트에는\x20레이블\x20필드가\x20더\x20필요합니다.'];_0x4a41=function(){return _0x4d977e;};return _0x4a41();}
1
+ const _0x47269a=_0x32ee;(function(_0x50a1f8,_0xec95c6){const _0x8bf6f6=_0x32ee,_0x37cbd6=_0x50a1f8();while(!![]){try{const _0x40216a=-parseInt(_0x8bf6f6(0x1b2))/0x1*(-parseInt(_0x8bf6f6(0x1b0))/0x2)+parseInt(_0x8bf6f6(0x1b3))/0x3*(-parseInt(_0x8bf6f6(0x1c3))/0x4)+parseInt(_0x8bf6f6(0x1b4))/0x5*(parseInt(_0x8bf6f6(0x1d3))/0x6)+-parseInt(_0x8bf6f6(0x1b7))/0x7*(parseInt(_0x8bf6f6(0x1bf))/0x8)+-parseInt(_0x8bf6f6(0x1bb))/0x9*(-parseInt(_0x8bf6f6(0x1cc))/0xa)+parseInt(_0x8bf6f6(0x1cf))/0xb*(parseInt(_0x8bf6f6(0x1d6))/0xc)+parseInt(_0x8bf6f6(0x1d5))/0xd;if(_0x40216a===_0xec95c6)break;else _0x37cbd6['push'](_0x37cbd6['shift']());}catch(_0x2e0ef3){_0x37cbd6['push'](_0x37cbd6['shift']());}}}(_0x473a,0x6cf64));const e={'sheets-chart':{'seriesDefaultName':_0x47269a(0x1c7),'categoryDefaultName':'항목{0}','blank':_0x47269a(0x1d0),'msg':{'emptyTips':_0x47269a(0x1ce),'sankeyCircularTips':_0x47269a(0x1d7)},'bubble':{'emptyTips':_0x47269a(0x1c4)},'relation':{'emptyTips':_0x47269a(0x1b8)},'cloud':{'word':'단어','frequency':'빈도'},'waterfall':{'positive':'양수','negative':'음수','subtotal':_0x47269a(0x1d4)},'pareto':{'lineName':_0x47269a(0x1bc)},'boxplot':{'min':_0x47269a(0x1ba),'q1':_0x47269a(0x1cd),'median':_0x47269a(0x1c1),'q3':'제3사분위수','max':_0x47269a(0x1c5)},'candlestick':{'series':_0x47269a(0x1bd),'category':_0x47269a(0x1c8),'open':'시가','high':'고가','low':'저가','close':'종가'},'histogram':{'frequency':'도수'},'pie':{'aggregateOther':'기타','aggregateMembers':'항목'},'treemap':{'hierarchy':'계층\x20필드','value':'값\x20필드','ownValue':_0x47269a(0x1c9),'children':_0x47269a(0x1b6),'diagnostic':_0x47269a(0x1b1)},'sunburst':{'hierarchy':'계층','value':_0x47269a(0x1ca),'ownValue':_0x47269a(0x1c9),'children':'하위\x20요소','diagnostic':_0x47269a(0x1be)},'gauge':{'label':'라벨','value':_0x47269a(0x1ca),'emptyDiagnostic':_0x47269a(0x1d8),'mappingDiagnostic':_0x47269a(0x1d2),'configDiagnostic':'게이지\x20차트\x20구성이\x20올바르지\x20않습니다.\x20눈금,\x20범위,\x20비율\x20및\x20크기를\x20확인하세요.'},'chord':{'emptyDiagnostic':'코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','mappingDiagnostic':'코드\x20다이어그램에는\x20서로\x20다른\x20원본\x20및\x20대상\x20필드가\x20필요하며,\x20선택적\x20값\x20필드도\x20이들과\x20달라야\x20합니다.','configDiagnostic':_0x47269a(0x1d9),'source':'소스','target':'대상','value':_0x47269a(0x1ca),'count':_0x47269a(0x1b9),'associatedValue':_0x47269a(0x1d1)},'chartField':{'missingCategoryFields':_0x47269a(0x1c6),'missingSeriesFields':_0x47269a(0x1c0),'invalidFieldIndex':_0x47269a(0x1cb),'invalidValueFieldType':_0x47269a(0x1b5),'invalidDataStructure':'선택한\x20필드가\x20이\x20차트에\x20유효한\x20데이터\x20구조를\x20형성하지\x20않습니다.','unsupportedChartType':_0x47269a(0x1c2)}}};function _0x473a(){const _0x48ad71=['연결된\x20값','게이지\x20차트에는\x20레이블\x20필드\x20하나와\x20값\x20필드\x20하나가\x20필요합니다.','3036PqEgUG','부분합','2174211rWMvds','8112108LtHXom','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','2hWpDNT','트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','3163hNdDXI','343983NKIRwM','1635xVwNJa','선택한\x20값\x20필드에\x20숫자\x20데이터가\x20없습니다.','하위\x20요소','3371333mBFenC','관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','관계\x20수','최소값','4404159lAMldA','누적\x20백분율','OHLC\x20계열','선버스트\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','8OcHizA','이\x20차트에는\x20숫자\x20값\x20필드가\x20더\x20필요합니다.','중앙값','이\x20차트\x20유형에는\x20필드\x20사용\x20정책이\x20없습니다.','20EFEAcr','거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','최대값','이\x20차트에는\x20레이블\x20필드가\x20더\x20필요합니다.','계열{0}','Category','자체\x20값','Value','선택한\x20차트\x20필드를\x20더\x20이상\x20사용할\x20수\x20없습니다.','10cxplIC','제1사분위수','계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','11vfsGFP','(비어\x20있음)'];_0x473a=function(){return _0x48ad71;};return _0x473a();}function _0x32ee(_0x257b0e,_0x44f274){_0x257b0e=_0x257b0e-0x1b0;const _0x473a85=_0x473a();let _0x32ee62=_0x473a85[_0x257b0e];return _0x32ee62;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x1f360e=_0x4f95;function _0x25af(){const _0x141f60=['5199ZoNUAK','Mediana','Źródło','Wybrane\x20pole\x20wartości\x20nie\x20zawiera\x20danych\x20liczbowych.','Ten\x20wykres\x20wymaga\x20większej\x20liczby\x20pól\x20wartości\x20liczbowych.','261CJWYBl','671JpmLkv','Elementy\x20podrzędne','276zDQISl','Skumulowany\x20procent','Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','830962ratoMG','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','73475ZnqOOc','Wybrane\x20pole\x20wykresu\x20nie\x20jest\x20już\x20dostępne.','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','Value','Hierarchia','Pole\x20wartości','Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','914bmenkT','Wybrane\x20pola\x20nie\x20tworzą\x20prawidłowej\x20struktury\x20danych\x20dla\x20tego\x20wykresu.','6YExBDt','Wartość\x20własna','99870GWickv','4303495oBBRQK','(Puste)','Etykieta','Category','Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','97112rVkmew','Zamknięcie','Liczba\x20relacji','Seria\x20{0}','Otwarcie','Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','Trzeci\x20kwartyl','Suma\x20częściowa','Ujemne','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','Ten\x20wykres\x20wymaga\x20większej\x20liczby\x20pól\x20etykiet.','9023892RwMxuX','Maksimum','Elementy','Częstotliwość','Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','Minimum'];_0x25af=function(){return _0x141f60;};return _0x25af();}(function(_0x3ebed3,_0x4c8f05){const _0x140ca9=_0x4f95,_0x4bd691=_0x3ebed3();while(!![]){try{const _0x90e3c4=-parseInt(_0x140ca9(0x117))/0x1+parseInt(_0x140ca9(0x120))/0x2*(parseInt(_0x140ca9(0x13c))/0x3)+parseInt(_0x140ca9(0x114))/0x4*(-parseInt(_0x140ca9(0x119))/0x5)+-parseInt(_0x140ca9(0x122))/0x6*(-parseInt(_0x140ca9(0x125))/0x7)+parseInt(_0x140ca9(0x12a))/0x8*(-parseInt(_0x140ca9(0x141))/0x9)+-parseInt(_0x140ca9(0x124))/0xa*(-parseInt(_0x140ca9(0x142))/0xb)+parseInt(_0x140ca9(0x136))/0xc;if(_0x90e3c4===_0x4c8f05)break;else _0x4bd691['push'](_0x4bd691['shift']());}catch(_0x1fdbdb){_0x4bd691['push'](_0x4bd691['shift']());}}}(_0x25af,0x8b688));function _0x4f95(_0x41a54e,_0x41e864){_0x41a54e=_0x41a54e-0x114;const _0x25af22=_0x25af();let _0x4f950f=_0x25af22[_0x41a54e];return _0x4f950f;}const e={'sheets-chart':{'seriesDefaultName':_0x1f360e(0x12d),'categoryDefaultName':'Kategoria\x20{0}','blank':_0x1f360e(0x126),'msg':{'emptyTips':_0x1f360e(0x11f),'sankeyCircularTips':_0x1f360e(0x130)},'bubble':{'emptyTips':_0x1f360e(0x11b)},'relation':{'emptyTips':_0x1f360e(0x134)},'cloud':{'word':'Słowo','frequency':'Częstotliwość'},'waterfall':{'positive':'Dodatnie','negative':_0x1f360e(0x133),'subtotal':_0x1f360e(0x132)},'pareto':{'lineName':_0x1f360e(0x115)},'boxplot':{'min':_0x1f360e(0x13b),'q1':'Pierwszy\x20kwartyl','median':_0x1f360e(0x13d),'q3':_0x1f360e(0x131),'max':_0x1f360e(0x137)},'candlestick':{'series':'Seria\x20OHLC','category':_0x1f360e(0x128),'open':_0x1f360e(0x12e),'high':'Maksimum','low':_0x1f360e(0x13b),'close':_0x1f360e(0x12b)},'histogram':{'frequency':_0x1f360e(0x139)},'pie':{'aggregateOther':'Inne','aggregateMembers':_0x1f360e(0x138)},'treemap':{'hierarchy':'Pola\x20hierarchii','value':_0x1f360e(0x11e),'ownValue':_0x1f360e(0x123),'children':_0x1f360e(0x143),'diagnostic':_0x1f360e(0x116)},'sunburst':{'hierarchy':_0x1f360e(0x11d),'value':'Value','ownValue':'Wartość\x20własna','children':'Elementy\x20podrzędne','diagnostic':_0x1f360e(0x13a)},'gauge':{'label':_0x1f360e(0x127),'value':_0x1f360e(0x11c),'emptyDiagnostic':'Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','mappingDiagnostic':'Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','configDiagnostic':_0x1f360e(0x12f)},'chord':{'emptyDiagnostic':_0x1f360e(0x118),'mappingDiagnostic':_0x1f360e(0x129),'configDiagnostic':'Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','source':_0x1f360e(0x13e),'target':'Cel','value':'Value','count':_0x1f360e(0x12c),'associatedValue':'Wartość\x20powiązana'},'chartField':{'missingCategoryFields':_0x1f360e(0x135),'missingSeriesFields':_0x1f360e(0x140),'invalidFieldIndex':_0x1f360e(0x11a),'invalidValueFieldType':_0x1f360e(0x13f),'invalidDataStructure':_0x1f360e(0x121),'unsupportedChartType':'Ten\x20typ\x20wykresu\x20nie\x20ma\x20zasad\x20wykorzystania\x20pól.'}}};module['exports']=e;
1
+ const _0x3d13ce=_0x1fcd;function _0x1fcd(_0x481b97,_0x929d8d){_0x481b97=_0x481b97-0x82;const _0x58df1e=_0x58df();let _0x1fcdef=_0x58df1e[_0x481b97];return _0x1fcdef;}(function(_0x46e30a,_0x12ad8d){const _0xdc13dc=_0x1fcd,_0x3ae065=_0x46e30a();while(!![]){try{const _0x582186=-parseInt(_0xdc13dc(0x82))/0x1*(-parseInt(_0xdc13dc(0x98))/0x2)+-parseInt(_0xdc13dc(0x90))/0x3+parseInt(_0xdc13dc(0xa9))/0x4*(-parseInt(_0xdc13dc(0xaa))/0x5)+-parseInt(_0xdc13dc(0x93))/0x6+parseInt(_0xdc13dc(0x94))/0x7*(-parseInt(_0xdc13dc(0x8e))/0x8)+-parseInt(_0xdc13dc(0x8a))/0x9+parseInt(_0xdc13dc(0x9c))/0xa;if(_0x582186===_0x12ad8d)break;else _0x3ae065['push'](_0x3ae065['shift']());}catch(_0xfa1bfb){_0x3ae065['push'](_0x3ae065['shift']());}}}(_0x58df,0x23895));const e={'sheets-chart':{'seriesDefaultName':_0x3d13ce(0x9a),'categoryDefaultName':_0x3d13ce(0xa1),'blank':_0x3d13ce(0x9b),'msg':{'emptyTips':_0x3d13ce(0xb0),'sankeyCircularTips':'Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych'},'bubble':{'emptyTips':'Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y'},'relation':{'emptyTips':'Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie'},'cloud':{'word':_0x3d13ce(0x8b),'frequency':_0x3d13ce(0x9f)},'waterfall':{'positive':_0x3d13ce(0xac),'negative':'Ujemne','subtotal':_0x3d13ce(0x91)},'pareto':{'lineName':_0x3d13ce(0xa6)},'boxplot':{'min':_0x3d13ce(0xad),'q1':_0x3d13ce(0x8f),'median':_0x3d13ce(0xab),'q3':'Trzeci\x20kwartyl','max':'Maksimum'},'candlestick':{'series':_0x3d13ce(0x89),'category':_0x3d13ce(0xa4),'open':_0x3d13ce(0xa8),'high':'Maksimum','low':_0x3d13ce(0xad),'close':_0x3d13ce(0x88)},'histogram':{'frequency':_0x3d13ce(0x9f)},'pie':{'aggregateOther':_0x3d13ce(0xa7),'aggregateMembers':'Elementy'},'treemap':{'hierarchy':'Pola\x20hierarchii','value':_0x3d13ce(0x86),'ownValue':'Wartość\x20własna','children':_0x3d13ce(0xa2),'diagnostic':_0x3d13ce(0xa3)},'sunburst':{'hierarchy':_0x3d13ce(0x96),'value':_0x3d13ce(0x92),'ownValue':_0x3d13ce(0x87),'children':_0x3d13ce(0xa2),'diagnostic':_0x3d13ce(0xb1)},'gauge':{'label':'Etykieta','value':_0x3d13ce(0x92),'emptyDiagnostic':_0x3d13ce(0x95),'mappingDiagnostic':_0x3d13ce(0xa5),'configDiagnostic':'Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.'},'chord':{'emptyDiagnostic':_0x3d13ce(0xae),'mappingDiagnostic':_0x3d13ce(0xaf),'configDiagnostic':_0x3d13ce(0x99),'source':_0x3d13ce(0xa0),'target':_0x3d13ce(0x84),'value':_0x3d13ce(0x92),'count':_0x3d13ce(0x8d),'associatedValue':_0x3d13ce(0x83)},'chartField':{'missingCategoryFields':_0x3d13ce(0x85),'missingSeriesFields':_0x3d13ce(0x8c),'invalidFieldIndex':_0x3d13ce(0x97),'invalidValueFieldType':_0x3d13ce(0x9d),'invalidDataStructure':'Wybrane\x20pola\x20nie\x20tworzą\x20prawidłowej\x20struktury\x20danych\x20dla\x20tego\x20wykresu.','unsupportedChartType':_0x3d13ce(0x9e)}}};function _0x58df(){const _0x42e264=['Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','Category','Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','Skumulowany\x20procent','Inne','Otwarcie','4nnqmtW','368990ApJJiF','Mediana','Dodatnie','Minimum','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','2vTlDNH','Wartość\x20powiązana','Cel','Ten\x20wykres\x20wymaga\x20większej\x20liczby\x20pól\x20etykiet.','Pole\x20wartości','Wartość\x20własna','Zamknięcie','Seria\x20OHLC','891990nnYigY','Słowo','Ten\x20wykres\x20wymaga\x20większej\x20liczby\x20pól\x20wartości\x20liczbowych.','Liczba\x20relacji','133088WGocDF','Pierwszy\x20kwartyl','60645cxPQta','Suma\x20częściowa','Value','851466bOSAVx','14zTTdUF','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Hierarchia','Wybrane\x20pole\x20wykresu\x20nie\x20jest\x20już\x20dostępne.','173714gHFbxf','Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','Seria\x20{0}','(Puste)','3401490rqAlKd','Wybrane\x20pole\x20wartości\x20nie\x20zawiera\x20danych\x20liczbowych.','Ten\x20typ\x20wykresu\x20nie\x20ma\x20zasad\x20wykorzystania\x20pól.','Częstotliwość','Źródło','Kategoria\x20{0}','Elementy\x20podrzędne'];_0x58df=function(){return _0x42e264;};return _0x58df();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x5b882f=_0x29d6;function _0x3209(){const _0x49d284=['Este\x20gráfico\x20requer\x20mais\x20campos\x20de\x20rótulo.','Itens','1098Doyhfk','7sFASBD','Frequência','Os\x20campos\x20selecionados\x20não\x20formam\x20uma\x20estrutura\x20de\x20dados\x20válida\x20para\x20este\x20gráfico.','Este\x20tipo\x20de\x20gráfico\x20não\x20possui\x20uma\x20política\x20de\x20uso\x20de\x20campos.','Um\x20campo\x20selecionado\x20do\x20gráfico\x20não\x20está\x20mais\x20disponível.','O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','Primeiro\x20quartil','Value','Campo\x20de\x20valor','Mínimo','Outro','Campos\x20de\x20hierarquia','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','Elementos\x20filhos','282WKFcfa','10200388fATAti','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','869552uOKhbO','Categoria\x20{0}','76290lqfHoV','Alvo','Série\x20OHLC','Mediana','Valor\x20próprio','Máximo','Etiqueta','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','Abertura','Fonte','Palavra','Fechamento','Este\x20gráfico\x20requer\x20mais\x20campos\x20de\x20valores\x20numéricos.','4406LzIRjZ','40vMyzSE','10986006LTQSDZ','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','Máxima','Terceiro\x20quartil','1426500qRZCiK','Contagem\x20de\x20relacionamento','7083472skUuTt','Positivo'];_0x3209=function(){return _0x49d284;};return _0x3209();}(function(_0x230169,_0x27cde5){const _0x5897d6=_0x29d6,_0x196b99=_0x230169();while(!![]){try{const _0x4cdb0c=-parseInt(_0x5897d6(0x8b))/0x1*(-parseInt(_0x5897d6(0x9e))/0x2)+-parseInt(_0x5897d6(0x75))/0x3+parseInt(_0x5897d6(0x8f))/0x4*(parseInt(_0x5897d6(0x9f))/0x5)+-parseInt(_0x5897d6(0xa0))/0x6*(parseInt(_0x5897d6(0x7c))/0x7)+parseInt(_0x5897d6(0x77))/0x8+-parseInt(_0x5897d6(0x7b))/0x9*(-parseInt(_0x5897d6(0x91))/0xa)+-parseInt(_0x5897d6(0x8c))/0xb;if(_0x4cdb0c===_0x27cde5)break;else _0x196b99['push'](_0x196b99['shift']());}catch(_0x39d812){_0x196b99['push'](_0x196b99['shift']());}}}(_0x3209,0xe6279));function _0x29d6(_0x4b988,_0x37f7c6){_0x4b988=_0x4b988-0x71;const _0x32097a=_0x3209();let _0x29d625=_0x32097a[_0x4b988];return _0x29d625;}const e={'sheets-chart':{'seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x5b882f(0x90),'blank':'(Vazio)','msg':{'emptyTips':_0x5b882f(0x89),'sankeyCircularTips':_0x5b882f(0x8d)},'bubble':{'emptyTips':_0x5b882f(0x98)},'relation':{'emptyTips':'A\x20fonte\x20de\x20dados\x20para\x20o\x20gráfico\x20de\x20relacionamento\x20é\x20a\x20matriz\x20de\x20coocorrência\x20de\x20palavras\x20com\x20a\x20coluna\x20de\x20tipo\x20adicional\x20na\x20segunda\x20coluna'},'cloud':{'word':_0x5b882f(0x9b),'frequency':_0x5b882f(0x7d)},'waterfall':{'positive':_0x5b882f(0x78),'negative':'Negativo','subtotal':'Subtotal'},'pareto':{'lineName':'Porcentagem\x20Cumulativa'},'boxplot':{'min':_0x5b882f(0x85),'q1':_0x5b882f(0x82),'median':_0x5b882f(0x94),'q3':_0x5b882f(0x74),'max':_0x5b882f(0x96)},'candlestick':{'series':_0x5b882f(0x93),'category':'Category','open':_0x5b882f(0x99),'high':_0x5b882f(0x73),'low':'Mínima','close':_0x5b882f(0x9c)},'histogram':{'frequency':_0x5b882f(0x7d)},'pie':{'aggregateOther':_0x5b882f(0x86),'aggregateMembers':_0x5b882f(0x7a)},'treemap':{'hierarchy':_0x5b882f(0x87),'value':_0x5b882f(0x84),'ownValue':_0x5b882f(0x95),'children':'Elementos\x20filhos','diagnostic':'O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.'},'sunburst':{'hierarchy':'Hierarquia','value':'Value','ownValue':'Valor\x20próprio','children':_0x5b882f(0x8a),'diagnostic':_0x5b882f(0x88)},'gauge':{'label':_0x5b882f(0x97),'value':_0x5b882f(0x83),'emptyDiagnostic':_0x5b882f(0x72),'mappingDiagnostic':_0x5b882f(0x71),'configDiagnostic':_0x5b882f(0x8e)},'chord':{'emptyDiagnostic':'O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','mappingDiagnostic':_0x5b882f(0x81),'configDiagnostic':'A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','source':_0x5b882f(0x9a),'target':_0x5b882f(0x92),'value':_0x5b882f(0x83),'count':_0x5b882f(0x76),'associatedValue':'Valor\x20associado'},'chartField':{'missingCategoryFields':_0x5b882f(0x79),'missingSeriesFields':_0x5b882f(0x9d),'invalidFieldIndex':_0x5b882f(0x80),'invalidValueFieldType':'O\x20campo\x20de\x20valor\x20selecionado\x20não\x20contém\x20dados\x20numéricos.','invalidDataStructure':_0x5b882f(0x7e),'unsupportedChartType':_0x5b882f(0x7f)}}};module['exports']=e;
1
+ const _0x356e2c=_0x5ec7;(function(_0x596a0c,_0x402d98){const _0x41ef60=_0x5ec7,_0x874c09=_0x596a0c();while(!![]){try{const _0x388fd9=parseInt(_0x41ef60(0x9b))/0x1*(parseInt(_0x41ef60(0xb1))/0x2)+-parseInt(_0x41ef60(0xa0))/0x3+parseInt(_0x41ef60(0xa2))/0x4+-parseInt(_0x41ef60(0x9f))/0x5*(parseInt(_0x41ef60(0xb6))/0x6)+-parseInt(_0x41ef60(0xaf))/0x7*(parseInt(_0x41ef60(0xb3))/0x8)+parseInt(_0x41ef60(0xae))/0x9+parseInt(_0x41ef60(0xa6))/0xa*(parseInt(_0x41ef60(0xa4))/0xb);if(_0x388fd9===_0x402d98)break;else _0x874c09['push'](_0x874c09['shift']());}catch(_0x4be494){_0x874c09['push'](_0x874c09['shift']());}}}(_0x269e,0x425f3));const e={'sheets-chart':{'seriesDefaultName':_0x356e2c(0x9e),'categoryDefaultName':'Categoria\x20{0}','blank':'(Vazio)','msg':{'emptyTips':_0x356e2c(0x8d),'sankeyCircularTips':_0x356e2c(0x8c)},'bubble':{'emptyTips':_0x356e2c(0x90)},'relation':{'emptyTips':_0x356e2c(0x9a)},'cloud':{'word':'Palavra','frequency':_0x356e2c(0x92)},'waterfall':{'positive':'Positivo','negative':_0x356e2c(0xa5),'subtotal':_0x356e2c(0x8b)},'pareto':{'lineName':_0x356e2c(0xa1)},'boxplot':{'min':_0x356e2c(0xaa),'q1':_0x356e2c(0xac),'median':'Mediana','q3':_0x356e2c(0x8f),'max':_0x356e2c(0xa8)},'candlestick':{'series':_0x356e2c(0x8e),'category':_0x356e2c(0x86),'open':_0x356e2c(0x8a),'high':_0x356e2c(0x87),'low':'Mínima','close':_0x356e2c(0x9d)},'histogram':{'frequency':_0x356e2c(0x92)},'pie':{'aggregateOther':_0x356e2c(0xb2),'aggregateMembers':_0x356e2c(0x94)},'treemap':{'hierarchy':'Campos\x20de\x20hierarquia','value':_0x356e2c(0xb4),'ownValue':_0x356e2c(0x98),'children':_0x356e2c(0x95),'diagnostic':_0x356e2c(0xa7)},'sunburst':{'hierarchy':_0x356e2c(0x93),'value':_0x356e2c(0x9c),'ownValue':_0x356e2c(0x98),'children':'Elementos\x20filhos','diagnostic':'O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.'},'gauge':{'label':'Etiqueta','value':'Value','emptyDiagnostic':'O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','mappingDiagnostic':'O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','configDiagnostic':_0x356e2c(0x99)},'chord':{'emptyDiagnostic':_0x356e2c(0x89),'mappingDiagnostic':_0x356e2c(0xa3),'configDiagnostic':_0x356e2c(0xb5),'source':_0x356e2c(0xb0),'target':_0x356e2c(0x85),'value':_0x356e2c(0x9c),'count':_0x356e2c(0xa9),'associatedValue':'Valor\x20associado'},'chartField':{'missingCategoryFields':'Este\x20gráfico\x20requer\x20mais\x20campos\x20de\x20rótulo.','missingSeriesFields':_0x356e2c(0xad),'invalidFieldIndex':_0x356e2c(0x88),'invalidValueFieldType':_0x356e2c(0x91),'invalidDataStructure':_0x356e2c(0xab),'unsupportedChartType':_0x356e2c(0x97)}}};function _0x269e(){const _0x21459e=['Fechamento','Série\x20{0}','286185sppigD','824145AGqCvb','Porcentagem\x20Cumulativa','1303068Avqmcq','O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','462LgnOeJ','Negativo','65310QoRCyo','O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Máximo','Contagem\x20de\x20relacionamento','Mínimo','Os\x20campos\x20selecionados\x20não\x20formam\x20uma\x20estrutura\x20de\x20dados\x20válida\x20para\x20este\x20gráfico.','Primeiro\x20quartil','Este\x20gráfico\x20requer\x20mais\x20campos\x20de\x20valores\x20numéricos.','1080684fCQpub','398685FQjppF','Fonte','18628IocEbJ','Outro','24bYnlxK','Campo\x20de\x20valor','A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','12RleVdq','Alvo','Category','Máxima','Um\x20campo\x20selecionado\x20do\x20gráfico\x20não\x20está\x20mais\x20disponível.','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','Abertura','Subtotal','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','Série\x20OHLC','Terceiro\x20quartil','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','O\x20campo\x20de\x20valor\x20selecionado\x20não\x20contém\x20dados\x20numéricos.','Frequência','Hierarquia','Itens','Elementos\x20filhos','exports','Este\x20tipo\x20de\x20gráfico\x20não\x20possui\x20uma\x20política\x20de\x20uso\x20de\x20campos.','Valor\x20próprio','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','A\x20fonte\x20de\x20dados\x20para\x20o\x20gráfico\x20de\x20relacionamento\x20é\x20a\x20matriz\x20de\x20coocorrência\x20de\x20palavras\x20com\x20a\x20coluna\x20de\x20tipo\x20adicional\x20na\x20segunda\x20coluna','12cSsLOf','Value'];_0x269e=function(){return _0x21459e;};return _0x269e();}function _0x5ec7(_0x194639,_0x6e9627){_0x194639=_0x194639-0x85;const _0x269e64=_0x269e();let _0x5ec7f5=_0x269e64[_0x194639];return _0x5ec7f5;}module[_0x356e2c(0x96)]=e;