@univerjs-pro/engine-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 (175) hide show
  1. package/README.md +9 -0
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/chart-builder/chart-builder-adapter.d.ts +1 -3
  66. package/lib/types/chart-builder/chart-builder.d.ts +2 -5
  67. package/lib/types/chart-builder/chart-live-adapter.d.ts +15 -0
  68. package/lib/types/chart-builder/chart-types.d.ts +17 -0
  69. package/lib/types/chart-builder/configuration/cartesian-series.d.ts +1 -0
  70. package/lib/types/chart-builder/configuration/chart-config-group.d.ts +38 -0
  71. package/lib/types/chart-builder/configuration/chart-config-operation.d.ts +1 -38
  72. package/lib/types/chart-builder/configuration/gauge.d.ts +1 -1
  73. package/lib/types/chart-builder/conversion/chart-config-converter.d.ts +24 -11
  74. package/lib/types/chart-builder/conversion/chart-create-config.d.ts +6 -0
  75. package/lib/types/chart-builder/conversion/chart-model-fields.d.ts +17 -0
  76. package/lib/types/chart-builder/conversion/describe-chart-model.d.ts +0 -127
  77. package/lib/types/chart-builder/detached-chart-builder-adapter.d.ts +1 -10
  78. package/lib/types/chart-builder/internal/apply-pending-to-description.d.ts +2 -0
  79. package/lib/types/chart-builder/internal/chart-host-config-adapter.d.ts +3 -0
  80. package/lib/types/chart-builder/internal/chart-pending-patch.d.ts +11 -0
  81. package/lib/types/chart-builder/internal/patch-interpreter.d.ts +17 -0
  82. package/lib/types/facade/builders/f-area-chart-builder.d.ts +52 -7
  83. package/lib/types/facade/builders/f-boxplot-chart-builder.d.ts +88 -3
  84. package/lib/types/facade/builders/f-bubble-chart-builder.d.ts +59 -6
  85. package/lib/types/facade/builders/f-candlestick-chart-builder.d.ts +90 -31
  86. package/lib/types/facade/builders/f-chord-chart-builder.d.ts +180 -8
  87. package/lib/types/facade/builders/f-combination-chart-builder.d.ts +55 -10
  88. package/lib/types/facade/builders/f-funnel-chart-builder.d.ts +55 -9
  89. package/lib/types/facade/builders/f-gauge-chart-builder.d.ts +378 -10
  90. package/lib/types/facade/builders/f-heatmap-chart-builder.d.ts +83 -26
  91. package/lib/types/facade/builders/f-histogram-chart-builder.d.ts +142 -16
  92. package/lib/types/facade/builders/f-line-chart-builder.d.ts +51 -6
  93. package/lib/types/facade/builders/f-pareto-chart-builder.d.ts +83 -20
  94. package/lib/types/facade/builders/f-pie-chart-builder.d.ts +131 -47
  95. package/lib/types/facade/builders/f-radar-chart-builder.d.ts +64 -11
  96. package/lib/types/facade/builders/f-relation-chart-builder.d.ts +72 -38
  97. package/lib/types/facade/builders/f-scatter-chart-builder.d.ts +58 -6
  98. package/lib/types/facade/builders/f-sunburst-chart-builder.d.ts +122 -8
  99. package/lib/types/facade/builders/f-treemap-chart-builder.d.ts +115 -13
  100. package/lib/types/facade/builders/f-waterfall-chart-builder.d.ts +87 -53
  101. package/lib/types/facade/builders/f-word-cloud-chart-builder.d.ts +64 -15
  102. package/lib/types/facade/chart-builder-registry.d.ts +4 -4
  103. package/lib/types/facade/chart-builder-type-map.d.ts +35 -32
  104. package/lib/types/facade/chart-host-builder-types.d.ts +2 -21
  105. package/lib/types/facade/create-chart-builder.d.ts +46 -0
  106. package/lib/types/facade/f-axis-chart-builder.d.ts +21 -38
  107. package/lib/types/facade/f-cartesian-chart-builder.d.ts +32 -20
  108. package/lib/types/facade/f-chart-builder-base.d.ts +202 -73
  109. package/lib/types/facade/f-chart.d.ts +652 -0
  110. package/lib/types/facade/f-enum.d.ts +684 -31
  111. package/lib/types/facade/f-univer.d.ts +51 -0
  112. package/lib/types/facade/index.d.ts +7 -9
  113. package/lib/types/facade/internal/chart-builder-facade-context.d.ts +11 -10
  114. package/lib/types/index.d.ts +25 -15
  115. package/lib/types/models/chart-context/resolve-chart-context.d.ts +3 -0
  116. package/lib/types/models/chart-data/chart-field-consumption-validator.d.ts +1 -1
  117. package/lib/types/models/chart-host/config/chart-config-interpreter.d.ts +13 -0
  118. package/lib/types/models/chart-host/resource/chart-data-source-resolver.d.ts +58 -0
  119. package/lib/types/models/chart-host/resource/chart-resource-repository.d.ts +111 -0
  120. package/lib/types/models/chart-host/resource/chart-resource-serializer.d.ts +2 -1
  121. package/lib/types/models/chart-host/resource/inline-chart-table.d.ts +4 -3
  122. package/lib/types/models/chart-host/resource/persisted-chart-style.d.ts +3 -0
  123. package/lib/types/models/chart-host/resource/resource-ref-chart-data-source.adapter.d.ts +22 -0
  124. package/lib/types/models/chart-host/resource/resource-ref-chart-data-source.provider.d.ts +12 -0
  125. package/lib/types/models/chart-host/static/chart-model-store.d.ts +56 -0
  126. package/lib/types/models/chart-host/static/{static-chart-runtime.d.ts → chart-runtime.d.ts} +6 -5
  127. package/lib/types/models/chart-model/chart-model.d.ts +2 -383
  128. package/lib/types/models/chart-render/axes/chart-runtime-axes.d.ts +2 -2
  129. package/lib/types/models/chart-render/chart-render-input-resolver.d.ts +2 -2
  130. package/lib/types/models/chart-render/converter/converters/gauge-chart-converter.d.ts +5 -3
  131. package/lib/types/models/chart-render/converter/echart-text-overflow.d.ts +7 -0
  132. package/lib/types/models/chart-render/converter/render-spec-operators/grid-operator.d.ts +3 -3
  133. package/lib/types/models/chart-render/converter/render-spec-operators/legend-size.d.ts +1 -2
  134. package/lib/types/models/chart-render/converter/render-spec-operators/series-style-operator/series-style-operator.d.ts +2 -2
  135. package/lib/types/models/chart-render/converter/render-spec-operators/tool-tip-operator.d.ts +3 -13
  136. package/lib/types/models/chart-render/converter/render-spec-operators/tools.d.ts +4 -4
  137. package/lib/types/models/chart-render/converter/render-spec-operators/visual-map-operator.d.ts +4 -0
  138. package/lib/types/models/chart-render/echart-render-model.d.ts +7 -0
  139. package/lib/types/models/chart-render/edit-overlay/chart-element-edit-overlay.d.ts +1 -1
  140. package/lib/types/models/chart-render/edit-overlay/resolve-chart-element-hit-layout.d.ts +1 -1
  141. package/lib/types/models/chart-render/style/chart-runtime-style.d.ts +0 -1
  142. package/lib/types/models/common/constants/default-chart-style.d.ts +53 -53
  143. package/lib/types/models/common/constants/default.d.ts +3 -2
  144. package/lib/types/plugin.d.ts +1 -1
  145. package/lib/types/types.d.ts +2 -4
  146. package/lib/types/utils/compact.d.ts +6 -0
  147. package/lib/umd/facade.js +1 -1
  148. package/lib/umd/index.js +1 -1
  149. package/lib/umd/locale/ar-SA.js +1 -1
  150. package/lib/umd/locale/ca-ES.js +1 -1
  151. package/lib/umd/locale/de-DE.js +1 -1
  152. package/lib/umd/locale/en-US.js +1 -1
  153. package/lib/umd/locale/es-ES.js +1 -1
  154. package/lib/umd/locale/fa-IR.js +1 -1
  155. package/lib/umd/locale/fr-FR.js +1 -1
  156. package/lib/umd/locale/id-ID.js +1 -1
  157. package/lib/umd/locale/it-IT.js +1 -1
  158. package/lib/umd/locale/ja-JP.js +1 -1
  159. package/lib/umd/locale/ko-KR.js +1 -1
  160. package/lib/umd/locale/pl-PL.js +1 -1
  161. package/lib/umd/locale/pt-BR.js +1 -1
  162. package/lib/umd/locale/ru-RU.js +1 -1
  163. package/lib/umd/locale/sk-SK.js +1 -1
  164. package/lib/umd/locale/vi-VN.js +1 -1
  165. package/lib/umd/locale/zh-CN.js +1 -1
  166. package/lib/umd/locale/zh-HK.js +1 -1
  167. package/lib/umd/locale/zh-TW.js +1 -1
  168. package/package.json +6 -5
  169. package/lib/types/chart-builder/internal/host-builder-runtime.d.ts +0 -3
  170. package/lib/types/chart-builder/internal/merge-description.d.ts +0 -2
  171. package/lib/types/facade/f-chart-base.d.ts +0 -82
  172. package/lib/types/facade/f-charts-base.d.ts +0 -74
  173. package/lib/types/facade/internal/host-builder-composer.d.ts +0 -16
  174. package/lib/types/models/chart-host/resource/static-chart-resource-repository.d.ts +0 -75
  175. package/lib/types/models/chart-host/static/static-chart-model-store.d.ts +0 -43
@@ -1 +1 @@
1
- function _0x3fce(){const _0x489b47=['القيمة\x20الخاصة','4665dHlQgj','الربع\x20الثالث','سعر\x20الإغلاق','يتطلب\x20مخطط\x20الأوتار\x20حقلي\x20مصدر\x20وهدف\x20مختلفين،\x20ويمكن\x20إضافة\x20حقل\x20قيمة\x20مختلف\x20اختيارياً.','سلسلة\x20{0}','لا\x20يمكن\x20أن\x20يحتوي\x20مخطط\x20سانكي\x20على\x20بيانات\x20دائرية','إعداد\x20مخطط\x20المقياس\x20غير\x20صالح.\x20تحقق\x20من\x20المقياس\x20والنطاقات\x20والنسب\x20والأحجام.','20392zFmPQW','أضف\x20سلسلة\x20لبدء\x20تصور\x20بياناتك','exports','يتطلب\x20مخطط\x20الخريطة\x20الشجرية\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','1142212tjnVfP','8nHJeTo','يتطلب\x20مخطط\x20المقياس\x20قيمة\x20رقمية\x20محدودة\x20واحدة\x20على\x20الأقل.','الحد\x20الأقصى','أخرى','الوسيط','1368122GpHGsx','أدنى\x20سعر','إيجابي','كلمة','أعلى\x20سعر','يتطلب\x20مخطط\x20الأوتار\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','العناصر','النسبة\x20المئوية\x20التراكمية','القيمة\x20المرتبطة','يتطلب\x20مخطط\x20أمة\x20الشمس\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','12095136MrpSmB','1797096iIVvHC','فئة\x20{0}','3526205qufrBg','التكرار','الحد\x20الأدنى','يتطلب\x20مخطط\x20المقياس\x20حقل\x20تسمية\x20واحداً\x20وحقل\x20قيمة\x20واحداً\x20فقط.','سعر\x20الافتتاح','العناصر\x20الفرعية','868PYZZCt'];_0x3fce=function(){return _0x489b47;};return _0x3fce();}const _0x573ea9=_0x5f11;(function(_0x2d4633,_0x2285e9){const _0x478e5a=_0x5f11,_0x37f8f=_0x2d4633();while(!![]){try{const _0x5b1e03=-parseInt(_0x478e5a(0x1dd))/0x1+parseInt(_0x478e5a(0x1e1))/0x2+-parseInt(_0x478e5a(0x1d6))/0x3*(-parseInt(_0x478e5a(0x1d4))/0x4)+parseInt(_0x478e5a(0x1ce))/0x5+parseInt(_0x478e5a(0x1cc))/0x6+parseInt(_0x478e5a(0x1e7))/0x7*(-parseInt(_0x478e5a(0x1e2))/0x8)+-parseInt(_0x478e5a(0x1cb))/0x9;if(_0x5b1e03===_0x2285e9)break;else _0x37f8f['push'](_0x37f8f['shift']());}catch(_0x30d046){_0x37f8f['push'](_0x37f8f['shift']());}}}(_0x3fce,0x56514));const e={'engine-chart':{'seriesDefaultName':_0x573ea9(0x1da),'categoryDefaultName':_0x573ea9(0x1cd),'blank':'(فارغ)','boxplotMin':_0x573ea9(0x1d0),'boxplotQ1':'الربع\x20الأول','boxplotMedian':_0x573ea9(0x1e6),'boxplotQ3':_0x573ea9(0x1d7),'boxplotMax':_0x573ea9(0x1e4),'bubbleEmptyTips':'يتطلب\x20مخطط\x20الفقاعات\x20عمودين\x20على\x20الأقل:\x20محور\x20س،\x20محور\x20ص','cloudWord':_0x573ea9(0x1ea),'cloudFrequency':_0x573ea9(0x1cf),'msgEmptyTips':_0x573ea9(0x1de),'msgSankeyCircularTips':_0x573ea9(0x1db),'paretoLineName':_0x573ea9(0x1f0),'pieAggregateOther':_0x573ea9(0x1e5),'pieAggregateMembers':_0x573ea9(0x1ef),'relationEmptyTips':_0x573ea9(0x1ed),'waterfallPositive':_0x573ea9(0x1e9),'waterfallNegative':'سلبي','waterfallSubtotal':'المجموع\x20الفرعي','candlestickSeries':_0x573ea9(0x1ee),'candlestickCategory':'الفئة','candlestickOpen':_0x573ea9(0x1d2),'candlestickHigh':_0x573ea9(0x1eb),'candlestickLow':_0x573ea9(0x1e8),'candlestickClose':_0x573ea9(0x1d8),'histogramFrequency':'التكرار','treemapEmptyTips':_0x573ea9(0x1e0),'treemapOwnValue':_0x573ea9(0x1d5),'treemapChildren':'العناصر\x20الفرعية','sunburstEmptyTips':_0x573ea9(0x1f2),'sunburstOwnValue':_0x573ea9(0x1d5),'sunburstChildren':_0x573ea9(0x1d3),'gaugeEmptyTips':_0x573ea9(0x1e3),'gaugeInvalidMapping':_0x573ea9(0x1d1),'gaugeInvalidConfig':_0x573ea9(0x1dc),'chordEmptyTips':_0x573ea9(0x1ec),'chordInvalidMapping':_0x573ea9(0x1d9),'chordInvalidConfig':'إعداد\x20مخطط\x20الأوتار\x20غير\x20صالح.\x20تحقق\x20من\x20الزوايا\x20وأنصاف\x20الأقطار\x20والشفافية\x20والأحجام.','chordCount':'عدد\x20العلاقات','chordAssociatedValue':_0x573ea9(0x1f1)}};function _0x5f11(_0x55957d,_0xc603b9){_0x55957d=_0x55957d-0x1cb;const _0x3fce27=_0x3fce();let _0x5f11a2=_0x3fce27[_0x55957d];return _0x5f11a2;}module[_0x573ea9(0x1df)]=e;
1
+ const _0x4ab729=_0x2e6c;function _0x2e6c(_0x276792,_0x5c632b){_0x276792=_0x276792-0x8b;const _0x2a65ad=_0x2a65();let _0x2e6cfa=_0x2a65ad[_0x276792];return _0x2e6cfa;}(function(_0x27ed55,_0x1b91bc){const _0x49eb05=_0x2e6c,_0x459cb8=_0x27ed55();while(!![]){try{const _0x33ad67=-parseInt(_0x49eb05(0xa5))/0x1+-parseInt(_0x49eb05(0x8b))/0x2+-parseInt(_0x49eb05(0x91))/0x3+-parseInt(_0x49eb05(0x9e))/0x4*(-parseInt(_0x49eb05(0xad))/0x5)+parseInt(_0x49eb05(0x90))/0x6*(parseInt(_0x49eb05(0xa4))/0x7)+-parseInt(_0x49eb05(0xb0))/0x8*(-parseInt(_0x49eb05(0xaf))/0x9)+-parseInt(_0x49eb05(0xa7))/0xa*(-parseInt(_0x49eb05(0xb3))/0xb);if(_0x33ad67===_0x1b91bc)break;else _0x459cb8['push'](_0x459cb8['shift']());}catch(_0x1fdf37){_0x459cb8['push'](_0x459cb8['shift']());}}}(_0x2a65,0x58c1f));const e={'engine-chart':{'seriesDefaultName':_0x4ab729(0x99),'categoryDefaultName':_0x4ab729(0xa8),'blank':_0x4ab729(0x9f),'boxplotMin':_0x4ab729(0xa9),'boxplotQ1':_0x4ab729(0x97),'boxplotMedian':_0x4ab729(0xaa),'boxplotQ3':_0x4ab729(0x8f),'boxplotMax':_0x4ab729(0x9a),'bubbleEmptyTips':_0x4ab729(0xb1),'cloudWord':_0x4ab729(0x92),'cloudFrequency':'التكرار','msgEmptyTips':_0x4ab729(0x94),'msgSankeyCircularTips':_0x4ab729(0xac),'paretoLineName':_0x4ab729(0x8d),'pieAggregateOther':_0x4ab729(0x96),'pieAggregateMembers':'العناصر','relationEmptyTips':_0x4ab729(0x9b),'waterfallPositive':_0x4ab729(0xa0),'waterfallNegative':_0x4ab729(0xae),'waterfallSubtotal':'المجموع\x20الفرعي','candlestickSeries':'سلسلة\x20OHLC','candlestickCategory':_0x4ab729(0xb2),'candlestickOpen':_0x4ab729(0x95),'candlestickHigh':_0x4ab729(0xa6),'candlestickLow':'أدنى\x20سعر','candlestickClose':_0x4ab729(0x93),'histogramFrequency':_0x4ab729(0x9d),'treemapEmptyTips':'يتطلب\x20مخطط\x20الخريطة\x20الشجرية\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','treemapOwnValue':_0x4ab729(0x8c),'treemapChildren':_0x4ab729(0xa3),'sunburstEmptyTips':_0x4ab729(0xa1),'sunburstOwnValue':'القيمة\x20الخاصة','sunburstChildren':_0x4ab729(0xa3),'gaugeEmptyTips':_0x4ab729(0x8e),'gaugeInvalidMapping':'يتطلب\x20مخطط\x20المقياس\x20حقل\x20تسمية\x20واحداً\x20وحقل\x20قيمة\x20واحداً\x20فقط.','gaugeInvalidConfig':_0x4ab729(0x98),'chordEmptyTips':_0x4ab729(0xab),'chordInvalidMapping':_0x4ab729(0xa2),'chordInvalidConfig':_0x4ab729(0xb4),'chordCount':_0x4ab729(0x9c),'chordAssociatedValue':'القيمة\x20المرتبطة'}};function _0x2a65(){const _0x38a1f2=['الربع\x20الثالث','86034eTVJDW','1767744dTGSNK','كلمة','سعر\x20الإغلاق','أضف\x20سلسلة\x20لبدء\x20تصور\x20بياناتك','سعر\x20الافتتاح','أخرى','الربع\x20الأول','إعداد\x20مخطط\x20المقياس\x20غير\x20صالح.\x20تحقق\x20من\x20المقياس\x20والنطاقات\x20والنسب\x20والأحجام.','سلسلة\x20{0}','الحد\x20الأقصى','مصدر\x20بيانات\x20مخطط\x20العلاقات\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','عدد\x20العلاقات','التكرار','6712qtHqCb','(فارغ)','إيجابي','يتطلب\x20مخطط\x20أمة\x20الشمس\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','يتطلب\x20مخطط\x20الأوتار\x20حقلي\x20مصدر\x20وهدف\x20مختلفين،\x20ويمكن\x20إضافة\x20حقل\x20قيمة\x20مختلف\x20اختيارياً.','العناصر\x20الفرعية','203whFuuW','601052PzYBgq','أعلى\x20سعر','10Qrchuf','فئة\x20{0}','الحد\x20الأدنى','الوسيط','يتطلب\x20مخطط\x20الأوتار\x20علاقة\x20واحدة\x20على\x20الأقل\x20ذات\x20وزن\x20موجب\x20بين\x20عقدتين\x20مختلفتين.','لا\x20يمكن\x20أن\x20يحتوي\x20مخطط\x20سانكي\x20على\x20بيانات\x20دائرية','1525AgGicT','سلبي','99nQpsGd','478872XXwyIx','يتطلب\x20مخطط\x20الفقاعات\x20عمودين\x20على\x20الأقل:\x20محور\x20س،\x20محور\x20ص','الفئة','3013483giaGSJ','إعداد\x20مخطط\x20الأوتار\x20غير\x20صالح.\x20تحقق\x20من\x20الزوايا\x20وأنصاف\x20الأقطار\x20والشفافية\x20والأحجام.','612344MkClcH','القيمة\x20الخاصة','النسبة\x20المئوية\x20التراكمية','يتطلب\x20مخطط\x20المقياس\x20قيمة\x20رقمية\x20محدودة\x20واحدة\x20على\x20الأقل.'];_0x2a65=function(){return _0x38a1f2;};return _0x2a65();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x58262a=_0x565b;(function(_0x51bcce,_0x4708cb){const _0x6593cc=_0x565b,_0x35799c=_0x51bcce();while(!![]){try{const _0x1b3a5b=parseInt(_0x6593cc(0x15d))/0x1*(parseInt(_0x6593cc(0x160))/0x2)+-parseInt(_0x6593cc(0x15e))/0x3*(parseInt(_0x6593cc(0x14e))/0x4)+parseInt(_0x6593cc(0x150))/0x5*(-parseInt(_0x6593cc(0x164))/0x6)+-parseInt(_0x6593cc(0x161))/0x7*(parseInt(_0x6593cc(0x16a))/0x8)+parseInt(_0x6593cc(0x163))/0x9+parseInt(_0x6593cc(0x16d))/0xa*(-parseInt(_0x6593cc(0x147))/0xb)+parseInt(_0x6593cc(0x14b))/0xc;if(_0x1b3a5b===_0x4708cb)break;else _0x35799c['push'](_0x35799c['shift']());}catch(_0x5a23bb){_0x35799c['push'](_0x35799c['shift']());}}}(_0x30fe,0x951e0));const e={'engine-chart':{'seriesDefaultName':_0x58262a(0x149),'categoryDefaultName':'Categoria\x20{0}','blank':_0x58262a(0x156),'boxplotMin':_0x58262a(0x16b),'boxplotQ1':_0x58262a(0x14c),'boxplotMedian':_0x58262a(0x15c),'boxplotQ3':'Tercer\x20quartil','boxplotMax':_0x58262a(0x152),'bubbleEmptyTips':_0x58262a(0x15b),'cloudWord':'Paraula','cloudFrequency':_0x58262a(0x153),'msgEmptyTips':_0x58262a(0x162),'msgSankeyCircularTips':_0x58262a(0x16c),'paretoLineName':_0x58262a(0x154),'pieAggregateOther':'Altre','pieAggregateMembers':_0x58262a(0x167),'relationEmptyTips':_0x58262a(0x169),'waterfallPositive':_0x58262a(0x159),'waterfallNegative':_0x58262a(0x166),'waterfallSubtotal':_0x58262a(0x165),'candlestickSeries':_0x58262a(0x14f),'candlestickCategory':'Categoria','candlestickOpen':_0x58262a(0x168),'candlestickHigh':_0x58262a(0x152),'candlestickLow':_0x58262a(0x16b),'candlestickClose':_0x58262a(0x146),'histogramFrequency':'Freqüència','treemapEmptyTips':_0x58262a(0x148),'treemapOwnValue':_0x58262a(0x14d),'treemapChildren':'Elements\x20fills','sunburstEmptyTips':_0x58262a(0x15a),'sunburstOwnValue':_0x58262a(0x14d),'sunburstChildren':_0x58262a(0x14a),'gaugeEmptyTips':_0x58262a(0x151),'gaugeInvalidMapping':_0x58262a(0x155),'gaugeInvalidConfig':'La\x20configuració\x20del\x20gràfic\x20d’indicador\x20no\x20és\x20vàlida.\x20Comproveu\x20l’escala,\x20els\x20intervals,\x20les\x20proporcions\x20i\x20les\x20mides.','chordEmptyTips':_0x58262a(0x16e),'chordInvalidMapping':'El\x20diagrama\x20de\x20cordes\x20necessita\x20camps\x20d’origen\x20i\x20destinació\x20diferents\x20i,\x20opcionalment,\x20un\x20camp\x20de\x20valor\x20diferent.','chordInvalidConfig':'La\x20configuració\x20del\x20diagrama\x20de\x20cordes\x20no\x20és\x20vàlida.\x20Comproveu\x20els\x20angles,\x20els\x20radis,\x20l’opacitat\x20i\x20les\x20mides.','chordCount':_0x58262a(0x15f),'chordAssociatedValue':_0x58262a(0x157)}};function _0x565b(_0x2a8a0f,_0x35165e){_0x2a8a0f=_0x2a8a0f-0x146;const _0x30fed0=_0x30fe();let _0x565b5b=_0x30fed0[_0x2a8a0f];return _0x565b5b;}function _0x30fe(){const _0x1d9f4d=['Obertura','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','248nQkgew','Mínim','El\x20gràfic\x20Sankey\x20no\x20pot\x20contenir\x20dades\x20circulars','120NVdVRE','El\x20diagrama\x20de\x20cordes\x20necessita\x20almenys\x20una\x20relació\x20de\x20pes\x20positiu\x20entre\x20dos\x20nodes\x20diferents.','Tancament','673904qRxvMG','El\x20mapa\x20d’arbre\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Sèrie\x20{0}','Elements\x20fills','9608820YnpEFC','Primer\x20quartil','Valor\x20propi','24uWsqSM','Sèrie\x20OHLC','548255AobeCJ','El\x20gràfic\x20d’indicador\x20necessita\x20almenys\x20un\x20valor\x20numèric\x20finit.','Màxim','Freqüència','Percentatge\x20acumulat','El\x20gràfic\x20d’indicador\x20necessita\x20un\x20camp\x20d’etiqueta\x20i\x20exactament\x20un\x20camp\x20de\x20valor.','(En\x20blanc)','Valor\x20associat','exports','Positiu','El\x20gràfic\x20de\x20raigs\x20solars\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','El\x20gràfic\x20de\x20bombolletes\x20requereix\x20almenys\x202\x20columnes:\x20Eix\x20X,\x20Eix\x20Y','Mediana','290bCgWjb','5475HZNMPB','Recompte\x20de\x20relacions','6994ijpivG','87045IvYQHl','Afegiu\x20una\x20sèrie\x20per\x20començar\x20a\x20visualitzar\x20les\x20vostres\x20dades','4281993nSFBho','30HpoLEs','Subtotal','Negatiu','Elements'];_0x30fe=function(){return _0x1d9f4d;};return _0x30fe();}module[_0x58262a(0x158)]=e;
1
+ const _0x521156=_0x4f5a;(function(_0x19d2b9,_0x1c08b0){const _0x1b3876=_0x4f5a,_0x55cd8f=_0x19d2b9();while(!![]){try{const _0x1fb317=parseInt(_0x1b3876(0x79))/0x1+-parseInt(_0x1b3876(0x97))/0x2+parseInt(_0x1b3876(0x7f))/0x3+-parseInt(_0x1b3876(0x88))/0x4*(parseInt(_0x1b3876(0x7e))/0x5)+parseInt(_0x1b3876(0x82))/0x6+-parseInt(_0x1b3876(0x84))/0x7*(-parseInt(_0x1b3876(0x96))/0x8)+-parseInt(_0x1b3876(0x91))/0x9*(parseInt(_0x1b3876(0x92))/0xa);if(_0x1fb317===_0x1c08b0)break;else _0x55cd8f['push'](_0x55cd8f['shift']());}catch(_0x5848d9){_0x55cd8f['push'](_0x55cd8f['shift']());}}}(_0x41f9,0x18d10));const e={'engine-chart':{'seriesDefaultName':'Sèrie\x20{0}','categoryDefaultName':_0x521156(0x74),'blank':_0x521156(0x8b),'boxplotMin':_0x521156(0x7a),'boxplotQ1':_0x521156(0x7d),'boxplotMedian':_0x521156(0x7c),'boxplotQ3':_0x521156(0x8f),'boxplotMax':'Màxim','bubbleEmptyTips':_0x521156(0x85),'cloudWord':_0x521156(0x78),'cloudFrequency':_0x521156(0x75),'msgEmptyTips':_0x521156(0x73),'msgSankeyCircularTips':_0x521156(0x76),'paretoLineName':_0x521156(0x8c),'pieAggregateOther':_0x521156(0x86),'pieAggregateMembers':_0x521156(0x70),'relationEmptyTips':'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','waterfallPositive':_0x521156(0x81),'waterfallNegative':_0x521156(0x71),'waterfallSubtotal':_0x521156(0x8e),'candlestickSeries':'Sèrie\x20OHLC','candlestickCategory':_0x521156(0x90),'candlestickOpen':_0x521156(0x83),'candlestickHigh':_0x521156(0x8d),'candlestickLow':_0x521156(0x7a),'candlestickClose':'Tancament','histogramFrequency':_0x521156(0x75),'treemapEmptyTips':_0x521156(0x8a),'treemapOwnValue':_0x521156(0x89),'treemapChildren':_0x521156(0x6f),'sunburstEmptyTips':_0x521156(0x72),'sunburstOwnValue':'Valor\x20propi','sunburstChildren':_0x521156(0x6f),'gaugeEmptyTips':'El\x20gràfic\x20d’indicador\x20necessita\x20almenys\x20un\x20valor\x20numèric\x20finit.','gaugeInvalidMapping':_0x521156(0x77),'gaugeInvalidConfig':_0x521156(0x95),'chordEmptyTips':_0x521156(0x93),'chordInvalidMapping':_0x521156(0x80),'chordInvalidConfig':_0x521156(0x87),'chordCount':_0x521156(0x7b),'chordAssociatedValue':'Valor\x20associat'}};function _0x4f5a(_0x15096c,_0x2394df){_0x15096c=_0x15096c-0x6f;const _0x41f9eb=_0x41f9();let _0x4f5aa6=_0x41f9eb[_0x15096c];return _0x4f5aa6;}module[_0x521156(0x94)]=e;function _0x41f9(){const _0xe72f52=['Màxim','Subtotal','Tercer\x20quartil','Categoria','140895AFnDJN','30eMwDmv','El\x20diagrama\x20de\x20cordes\x20necessita\x20almenys\x20una\x20relació\x20de\x20pes\x20positiu\x20entre\x20dos\x20nodes\x20diferents.','exports','La\x20configuració\x20del\x20gràfic\x20d’indicador\x20no\x20és\x20vàlida.\x20Comproveu\x20l’escala,\x20els\x20intervals,\x20les\x20proporcions\x20i\x20les\x20mides.','157424PogxVZ','266010EFBidL','Elements\x20fills','Elements','Negatiu','El\x20gràfic\x20de\x20raigs\x20solars\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Afegiu\x20una\x20sèrie\x20per\x20començar\x20a\x20visualitzar\x20les\x20vostres\x20dades','Categoria\x20{0}','Freqüència','El\x20gràfic\x20Sankey\x20no\x20pot\x20contenir\x20dades\x20circulars','El\x20gràfic\x20d’indicador\x20necessita\x20un\x20camp\x20d’etiqueta\x20i\x20exactament\x20un\x20camp\x20de\x20valor.','Paraula','76832IrJxIv','Mínim','Recompte\x20de\x20relacions','Mediana','Primer\x20quartil','375botYgO','333096pMdLHz','El\x20diagrama\x20de\x20cordes\x20necessita\x20camps\x20d’origen\x20i\x20destinació\x20diferents\x20i,\x20opcionalment,\x20un\x20camp\x20de\x20valor\x20diferent.','Positiu','802038zzenvM','Obertura','14aoIqQB','El\x20gràfic\x20de\x20bombolletes\x20requereix\x20almenys\x202\x20columnes:\x20Eix\x20X,\x20Eix\x20Y','Altre','La\x20configuració\x20del\x20diagrama\x20de\x20cordes\x20no\x20és\x20vàlida.\x20Comproveu\x20els\x20angles,\x20els\x20radis,\x20l’opacitat\x20i\x20les\x20mides.','4228mWThpU','Valor\x20propi','El\x20mapa\x20d’arbre\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','(En\x20blanc)','Percentatge\x20acumulat'];_0x41f9=function(){return _0xe72f52;};return _0x41f9();}
@@ -1 +1 @@
1
- function _0x8454(_0x3cb7ab,_0x3e253c){_0x3cb7ab=_0x3cb7ab-0x86;const _0x566ad4=_0x566a();let _0x845472=_0x566ad4[_0x3cb7ab];return _0x845472;}function _0x566a(){const _0x3e75aa=['Kategorie\x20{0}','Tief','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','Ein\x20Sehnendiagramm\x20benötigt\x20mindestens\x20eine\x20positiv\x20gewichtete\x20Beziehung\x20zwischen\x20zwei\x20verschiedenen\x20Knoten.','(Leer)','Ein\x20Sunburst-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','Kumulierte\x20Prozent','Erstes\x20Quartil','Zwischensumme','Negativ','Drittes\x20Quartil','Ein\x20Treemap-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','Anzahl\x20der\x20Beziehungen','exports','Ein\x20Tachometerdiagramm\x20benötigt\x20mindestens\x20einen\x20endlichen\x20numerischen\x20Wert.','Kategorie','Eigener\x20Wert','35VJpjkv','792560FhzdrK','Ein\x20Tachometerdiagramm\x20benötigt\x20ein\x20Beschriftungsfeld\x20und\x20genau\x20ein\x20Wertefeld.','Datenreihe\x20{0}','4656xoeklv','Minimum','446946PNWfHC','Median','1101915TlYEMJ','Maximum','Sonstige','OHLC-Reihe','Schluss','19368gDeBuM','1104288SqAFdQ','Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte','2528688ljPRdz','Eröffnung','Elemente','Positiv','Die\x20Konfiguration\x20des\x20Sehnendiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Winkel,\x20Radien,\x20Deckkraft\x20und\x20Größen.','Häufigkeit','Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse','Zugeordneter\x20Wert','Untergeordnete\x20Elemente','567906fMSwHy'];_0x566a=function(){return _0x3e75aa;};return _0x566a();}const _0xf8562c=_0x8454;(function(_0x1bfd5e,_0x358e60){const _0x1314e4=_0x8454,_0xa0124f=_0x1bfd5e();while(!![]){try{const _0x4a2a36=parseInt(_0x1314e4(0xae))/0x1+parseInt(_0x1314e4(0xa9))/0x2+parseInt(_0x1314e4(0x8a))/0x3+parseInt(_0x1314e4(0x8c))/0x4+parseInt(_0x1314e4(0xb0))/0x5+-parseInt(_0x1314e4(0x95))/0x6*(parseInt(_0x1314e4(0xa8))/0x7)+-parseInt(_0x1314e4(0xac))/0x8*(parseInt(_0x1314e4(0x89))/0x9);if(_0x4a2a36===_0x358e60)break;else _0xa0124f['push'](_0xa0124f['shift']());}catch(_0x34ee60){_0xa0124f['push'](_0xa0124f['shift']());}}}(_0x566a,0x528ee));const e={'engine-chart':{'seriesDefaultName':_0xf8562c(0xab),'categoryDefaultName':_0xf8562c(0x96),'blank':_0xf8562c(0x9b),'boxplotMin':_0xf8562c(0xad),'boxplotQ1':_0xf8562c(0x9e),'boxplotMedian':_0xf8562c(0xaf),'boxplotQ3':_0xf8562c(0xa1),'boxplotMax':_0xf8562c(0xb1),'bubbleEmptyTips':_0xf8562c(0x92),'cloudWord':'Wort','cloudFrequency':_0xf8562c(0x91),'msgEmptyTips':_0xf8562c(0x99),'msgSankeyCircularTips':_0xf8562c(0x98),'paretoLineName':_0xf8562c(0x9d),'pieAggregateOther':_0xf8562c(0x86),'pieAggregateMembers':_0xf8562c(0x8e),'relationEmptyTips':_0xf8562c(0x8b),'waterfallPositive':_0xf8562c(0x8f),'waterfallNegative':_0xf8562c(0xa0),'waterfallSubtotal':_0xf8562c(0x9f),'candlestickSeries':_0xf8562c(0x87),'candlestickCategory':_0xf8562c(0xa6),'candlestickOpen':_0xf8562c(0x8d),'candlestickHigh':'Hoch','candlestickLow':_0xf8562c(0x97),'candlestickClose':_0xf8562c(0x88),'histogramFrequency':_0xf8562c(0x91),'treemapEmptyTips':_0xf8562c(0xa2),'treemapOwnValue':_0xf8562c(0xa7),'treemapChildren':'Untergeordnete\x20Elemente','sunburstEmptyTips':_0xf8562c(0x9c),'sunburstOwnValue':'Eigener\x20Wert','sunburstChildren':_0xf8562c(0x94),'gaugeEmptyTips':_0xf8562c(0xa5),'gaugeInvalidMapping':_0xf8562c(0xaa),'gaugeInvalidConfig':'Die\x20Konfiguration\x20des\x20Tachometerdiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Skala,\x20Bereiche,\x20Verhältnisse\x20und\x20Größen.','chordEmptyTips':_0xf8562c(0x9a),'chordInvalidMapping':'Ein\x20Sehnendiagramm\x20benötigt\x20unterschiedliche\x20Quell-\x20und\x20Zielfelder\x20sowie\x20optional\x20ein\x20davon\x20verschiedenes\x20Wertefeld.','chordInvalidConfig':_0xf8562c(0x90),'chordCount':_0xf8562c(0xa3),'chordAssociatedValue':_0xf8562c(0x93)}};module[_0xf8562c(0xa4)]=e;
1
+ const _0xa74b17=_0x7cc1;(function(_0x20dcd7,_0x1a54f8){const _0x55ea9f=_0x7cc1,_0x3b1870=_0x20dcd7();while(!![]){try{const _0x39edbe=parseInt(_0x55ea9f(0xb3))/0x1+-parseInt(_0x55ea9f(0xbe))/0x2+-parseInt(_0x55ea9f(0xd4))/0x3+parseInt(_0x55ea9f(0xd1))/0x4*(parseInt(_0x55ea9f(0xaf))/0x5)+-parseInt(_0x55ea9f(0xb1))/0x6*(parseInt(_0x55ea9f(0xbc))/0x7)+parseInt(_0x55ea9f(0xb2))/0x8+parseInt(_0x55ea9f(0xc4))/0x9*(-parseInt(_0x55ea9f(0xcd))/0xa);if(_0x39edbe===_0x1a54f8)break;else _0x3b1870['push'](_0x3b1870['shift']());}catch(_0x33bc9e){_0x3b1870['push'](_0x3b1870['shift']());}}}(_0x2a3a,0x3899d));function _0x7cc1(_0x505656,_0x189fa0){_0x505656=_0x505656-0xae;const _0x2a3a14=_0x2a3a();let _0x7cc11d=_0x2a3a14[_0x505656];return _0x7cc11d;}const e={'engine-chart':{'seriesDefaultName':_0xa74b17(0xb5),'categoryDefaultName':_0xa74b17(0xc5),'blank':'(Leer)','boxplotMin':_0xa74b17(0xc3),'boxplotQ1':'Erstes\x20Quartil','boxplotMedian':_0xa74b17(0xca),'boxplotQ3':_0xa74b17(0xd3),'boxplotMax':_0xa74b17(0xc6),'bubbleEmptyTips':'Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse','cloudWord':_0xa74b17(0xb8),'cloudFrequency':_0xa74b17(0xc9),'msgEmptyTips':_0xa74b17(0xce),'msgSankeyCircularTips':_0xa74b17(0xd5),'paretoLineName':'Kumulierte\x20Prozent','pieAggregateOther':_0xa74b17(0xc2),'pieAggregateMembers':_0xa74b17(0xc0),'relationEmptyTips':_0xa74b17(0xd0),'waterfallPositive':_0xa74b17(0xc7),'waterfallNegative':'Negativ','waterfallSubtotal':_0xa74b17(0xcc),'candlestickSeries':_0xa74b17(0xb6),'candlestickCategory':_0xa74b17(0xd6),'candlestickOpen':_0xa74b17(0xcb),'candlestickHigh':'Hoch','candlestickLow':_0xa74b17(0xbf),'candlestickClose':_0xa74b17(0xb4),'histogramFrequency':_0xa74b17(0xc9),'treemapEmptyTips':'Ein\x20Treemap-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','treemapOwnValue':'Eigener\x20Wert','treemapChildren':_0xa74b17(0xbb),'sunburstEmptyTips':_0xa74b17(0xb0),'sunburstOwnValue':_0xa74b17(0xae),'sunburstChildren':_0xa74b17(0xbb),'gaugeEmptyTips':_0xa74b17(0xd2),'gaugeInvalidMapping':'Ein\x20Tachometerdiagramm\x20benötigt\x20ein\x20Beschriftungsfeld\x20und\x20genau\x20ein\x20Wertefeld.','gaugeInvalidConfig':_0xa74b17(0xb7),'chordEmptyTips':_0xa74b17(0xb9),'chordInvalidMapping':_0xa74b17(0xc8),'chordInvalidConfig':_0xa74b17(0xba),'chordCount':_0xa74b17(0xcf),'chordAssociatedValue':_0xa74b17(0xbd)}};module[_0xa74b17(0xc1)]=e;function _0x2a3a(){const _0x53daad=['Ein\x20Sehnendiagramm\x20benötigt\x20unterschiedliche\x20Quell-\x20und\x20Zielfelder\x20sowie\x20optional\x20ein\x20davon\x20verschiedenes\x20Wertefeld.','Häufigkeit','Median','Eröffnung','Zwischensumme','90OKyTwO','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','Anzahl\x20der\x20Beziehungen','Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte','4wHNUKM','Ein\x20Tachometerdiagramm\x20benötigt\x20mindestens\x20einen\x20endlichen\x20numerischen\x20Wert.','Drittes\x20Quartil','979200nKSFkw','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','Kategorie','Eigener\x20Wert','1139620CxVPXK','Ein\x20Sunburst-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','6HULbMA','3453112walnVl','172454YcFWmz','Schluss','Datenreihe\x20{0}','OHLC-Reihe','Die\x20Konfiguration\x20des\x20Tachometerdiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Skala,\x20Bereiche,\x20Verhältnisse\x20und\x20Größen.','Wort','Ein\x20Sehnendiagramm\x20benötigt\x20mindestens\x20eine\x20positiv\x20gewichtete\x20Beziehung\x20zwischen\x20zwei\x20verschiedenen\x20Knoten.','Die\x20Konfiguration\x20des\x20Sehnendiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Winkel,\x20Radien,\x20Deckkraft\x20und\x20Größen.','Untergeordnete\x20Elemente','997969hqEEbZ','Zugeordneter\x20Wert','72094HDVLNw','Tief','Elemente','exports','Sonstige','Minimum','95166OSQTgJ','Kategorie\x20{0}','Maximum','Positiv'];_0x2a3a=function(){return _0x53daad;};return _0x2a3a();}
@@ -1 +1 @@
1
- function _0x2cef(){const _0xef5d69=['377760YxYqPg','8gzHVrY','1585USUZtJ','Gauge\x20requires\x20at\x20least\x20one\x20finite\x20numeric\x20value.','3474jGJjyQ','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','1233300JeMiDi','Frequency','Subtotal','Cumulative\x20Percentage','Other','Gauge\x20configuration\x20is\x20invalid.\x20Check\x20its\x20scale,\x20ranges,\x20ratios,\x20and\x20sizes.','Associated\x20value','Gauge\x20requires\x20one\x20label\x20field\x20and\x20exactly\x20one\x20value\x20field.','Series\x20{0}','Children','Category\x20{0}','Third\x20quartile','OHLC\x20series','Minimum','Chord\x20requires\x20at\x20least\x20one\x20positive-weight\x20relationship\x20between\x20two\x20different\x20nodes.','1032549dKYqDj','3798lYssMQ','Relationship\x20count','Negative','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','7PuNWJL','53782mPupOo','Close','421531eRLOjC','Low','(Blank)','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Own\x20value','First\x20quartile','High','Maximum','5410IPOuMs'];_0x2cef=function(){return _0xef5d69;};return _0x2cef();}const _0x45a202=_0x58de;function _0x58de(_0x216773,_0x167674){_0x216773=_0x216773-0xdf;const _0x2cefaa=_0x2cef();let _0x58de46=_0x2cefaa[_0x216773];return _0x58de46;}(function(_0x3c0b3c,_0x6fd2d6){const _0x18e49b=_0x58de,_0x50e73c=_0x3c0b3c();while(!![]){try{const _0x2962ad=-parseInt(_0x18e49b(0xfb))/0x1*(-parseInt(_0x18e49b(0xfc))/0x2)+-parseInt(_0x18e49b(0xe1))/0x3+parseInt(_0x18e49b(0xe7))/0x4+-parseInt(_0x18e49b(0xe3))/0x5*(-parseInt(_0x18e49b(0xf7))/0x6)+parseInt(_0x18e49b(0xf6))/0x7*(-parseInt(_0x18e49b(0xe2))/0x8)+parseInt(_0x18e49b(0xe5))/0x9*(-parseInt(_0x18e49b(0xe0))/0xa)+-parseInt(_0x18e49b(0xfe))/0xb;if(_0x2962ad===_0x6fd2d6)break;else _0x50e73c['push'](_0x50e73c['shift']());}catch(_0x18b7c6){_0x50e73c['push'](_0x50e73c['shift']());}}}(_0x2cef,0x2b209));const e={'engine-chart':{'seriesDefaultName':_0x45a202(0xef),'categoryDefaultName':_0x45a202(0xf1),'blank':_0x45a202(0x100),'boxplotMin':_0x45a202(0xf4),'boxplotQ1':_0x45a202(0x103),'boxplotMedian':'Median','boxplotQ3':_0x45a202(0xf2),'boxplotMax':_0x45a202(0xdf),'bubbleEmptyTips':_0x45a202(0xe6),'cloudWord':'Word','cloudFrequency':_0x45a202(0xe8),'msgEmptyTips':_0x45a202(0xfa),'msgSankeyCircularTips':_0x45a202(0x101),'paretoLineName':_0x45a202(0xea),'pieAggregateOther':_0x45a202(0xeb),'pieAggregateMembers':'Members','relationEmptyTips':'The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','waterfallPositive':'Positive','waterfallNegative':_0x45a202(0xf9),'waterfallSubtotal':_0x45a202(0xe9),'candlestickSeries':_0x45a202(0xf3),'candlestickCategory':'Category','candlestickOpen':'Open','candlestickHigh':_0x45a202(0x104),'candlestickLow':_0x45a202(0xff),'candlestickClose':_0x45a202(0xfd),'histogramFrequency':_0x45a202(0xe8),'treemapEmptyTips':'Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','treemapOwnValue':'Own\x20value','treemapChildren':_0x45a202(0xf0),'sunburstEmptyTips':'Sunburst\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','sunburstOwnValue':_0x45a202(0x102),'sunburstChildren':_0x45a202(0xf0),'gaugeEmptyTips':_0x45a202(0xe4),'gaugeInvalidMapping':_0x45a202(0xee),'gaugeInvalidConfig':_0x45a202(0xec),'chordEmptyTips':_0x45a202(0xf5),'chordInvalidMapping':'Chord\x20requires\x20distinct\x20Source\x20and\x20Target\x20fields\x20and\x20an\x20optional\x20distinct\x20Value\x20field.','chordInvalidConfig':'Chord\x20configuration\x20is\x20invalid.\x20Check\x20its\x20angles,\x20radii,\x20opacity,\x20and\x20sizes.','chordCount':_0x45a202(0xf8),'chordAssociatedValue':_0x45a202(0xed)}};module['exports']=e;
1
+ function _0x395f(){const _0x5d0c7f=['Sunburst\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Relationship\x20count','Median','16757748InEvYO','OHLC\x20series','Gauge\x20requires\x20at\x20least\x20one\x20finite\x20numeric\x20value.','Positive','Associated\x20value','5714ZLyFUe','64908MkkuTQ','Category\x20{0}','30lKBAFl','4191735lpuMFl','Subtotal','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Maximum','Minimum','Other','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','158985zKjfSa','91JfyuCc','1667699STEzeQ','4hOfVsy','Children','First\x20quartile','(Blank)','190158HXdEdG','Gauge\x20configuration\x20is\x20invalid.\x20Check\x20its\x20scale,\x20ranges,\x20ratios,\x20and\x20sizes.','Cumulative\x20Percentage','Own\x20value','Chord\x20requires\x20distinct\x20Source\x20and\x20Target\x20fields\x20and\x20an\x20optional\x20distinct\x20Value\x20field.','490ZRSGnP','Negative','Close','Chord\x20configuration\x20is\x20invalid.\x20Check\x20its\x20angles,\x20radii,\x20opacity,\x20and\x20sizes.','Frequency','1264WCgYMX','exports','Gauge\x20requires\x20one\x20label\x20field\x20and\x20exactly\x20one\x20value\x20field.'];_0x395f=function(){return _0x5d0c7f;};return _0x395f();}const _0x14e9c9=_0x2d73;(function(_0xda3cf8,_0x147a2a){const _0x585d95=_0x2d73,_0x961d80=_0xda3cf8();while(!![]){try{const _0x5837b4=parseInt(_0x585d95(0x105))/0x1*(parseInt(_0x585d95(0x11c))/0x2)+-parseInt(_0x585d95(0x110))/0x3+parseInt(_0x585d95(0x113))/0x4*(-parseInt(_0x585d95(0x109))/0x5)+parseInt(_0x585d95(0x117))/0x6*(-parseInt(_0x585d95(0x111))/0x7)+-parseInt(_0x585d95(0x121))/0x8*(parseInt(_0x585d95(0x106))/0x9)+parseInt(_0x585d95(0x108))/0xa*(parseInt(_0x585d95(0x112))/0xb)+parseInt(_0x585d95(0x100))/0xc;if(_0x5837b4===_0x147a2a)break;else _0x961d80['push'](_0x961d80['shift']());}catch(_0x4b17c2){_0x961d80['push'](_0x961d80['shift']());}}}(_0x395f,0xc55c5));function _0x2d73(_0x657e4a,_0x1867c0){_0x657e4a=_0x657e4a-0xfc;const _0x395f3c=_0x395f();let _0x2d7367=_0x395f3c[_0x657e4a];return _0x2d7367;}const e={'engine-chart':{'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x14e9c9(0x107),'blank':_0x14e9c9(0x116),'boxplotMin':_0x14e9c9(0x10d),'boxplotQ1':_0x14e9c9(0x115),'boxplotMedian':_0x14e9c9(0xff),'boxplotQ3':'Third\x20quartile','boxplotMax':_0x14e9c9(0x10c),'bubbleEmptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','cloudWord':'Word','cloudFrequency':_0x14e9c9(0x120),'msgEmptyTips':'Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','msgSankeyCircularTips':_0x14e9c9(0x10b),'paretoLineName':_0x14e9c9(0x119),'pieAggregateOther':_0x14e9c9(0x10e),'pieAggregateMembers':'Members','relationEmptyTips':_0x14e9c9(0x10f),'waterfallPositive':_0x14e9c9(0x103),'waterfallNegative':_0x14e9c9(0x11d),'waterfallSubtotal':_0x14e9c9(0x10a),'candlestickSeries':_0x14e9c9(0x101),'candlestickCategory':'Category','candlestickOpen':'Open','candlestickHigh':'High','candlestickLow':'Low','candlestickClose':_0x14e9c9(0x11e),'histogramFrequency':'Frequency','treemapEmptyTips':'Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','treemapOwnValue':_0x14e9c9(0x11a),'treemapChildren':_0x14e9c9(0x114),'sunburstEmptyTips':_0x14e9c9(0xfd),'sunburstOwnValue':'Own\x20value','sunburstChildren':_0x14e9c9(0x114),'gaugeEmptyTips':_0x14e9c9(0x102),'gaugeInvalidMapping':_0x14e9c9(0xfc),'gaugeInvalidConfig':_0x14e9c9(0x118),'chordEmptyTips':'Chord\x20requires\x20at\x20least\x20one\x20positive-weight\x20relationship\x20between\x20two\x20different\x20nodes.','chordInvalidMapping':_0x14e9c9(0x11b),'chordInvalidConfig':_0x14e9c9(0x11f),'chordCount':_0x14e9c9(0xfe),'chordAssociatedValue':_0x14e9c9(0x104)}};module[_0x14e9c9(0x122)]=e;
@@ -1 +1 @@
1
- function _0xa457(_0x3d0b19,_0x20ce34){_0x3d0b19=_0x3d0b19-0x1c2;const _0x259a66=_0x259a();let _0xa45736=_0x259a66[_0x3d0b19];return _0xa45736;}const _0x3fae3d=_0xa457;(function(_0x31418d,_0x3dee21){const _0x130623=_0xa457,_0x5adbe5=_0x31418d();while(!![]){try{const _0x158949=-parseInt(_0x130623(0x1da))/0x1+-parseInt(_0x130623(0x1db))/0x2+-parseInt(_0x130623(0x1d6))/0x3*(parseInt(_0x130623(0x1c5))/0x4)+-parseInt(_0x130623(0x1e5))/0x5*(parseInt(_0x130623(0x1e4))/0x6)+-parseInt(_0x130623(0x1d5))/0x7*(-parseInt(_0x130623(0x1e1))/0x8)+parseInt(_0x130623(0x1ca))/0x9+parseInt(_0x130623(0x1d4))/0xa*(parseInt(_0x130623(0x1d0))/0xb);if(_0x158949===_0x3dee21)break;else _0x5adbe5['push'](_0x5adbe5['shift']());}catch(_0x2a3216){_0x5adbe5['push'](_0x5adbe5['shift']());}}}(_0x259a,0x5f6b9));const e={'engine-chart':{'seriesDefaultName':_0x3fae3d(0x1c9),'categoryDefaultName':_0x3fae3d(0x1e3),'blank':_0x3fae3d(0x1c8),'boxplotMin':_0x3fae3d(0x1c3),'boxplotQ1':_0x3fae3d(0x1cc),'boxplotMedian':_0x3fae3d(0x1de),'boxplotQ3':_0x3fae3d(0x1dd),'boxplotMax':_0x3fae3d(0x1c4),'bubbleEmptyTips':'El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y','cloudWord':_0x3fae3d(0x1dc),'cloudFrequency':_0x3fae3d(0x1c7),'msgEmptyTips':_0x3fae3d(0x1d2),'msgSankeyCircularTips':_0x3fae3d(0x1d8),'paretoLineName':_0x3fae3d(0x1e6),'pieAggregateOther':'Otro','pieAggregateMembers':_0x3fae3d(0x1cd),'relationEmptyTips':_0x3fae3d(0x1d3),'waterfallPositive':'Positivo','waterfallNegative':_0x3fae3d(0x1df),'waterfallSubtotal':'Subtotal','candlestickSeries':'Serie\x20OHLC','candlestickCategory':_0x3fae3d(0x1d1),'candlestickOpen':'Apertura','candlestickHigh':_0x3fae3d(0x1c4),'candlestickLow':_0x3fae3d(0x1c3),'candlestickClose':_0x3fae3d(0x1cf),'histogramFrequency':_0x3fae3d(0x1c7),'treemapEmptyTips':'El\x20mapa\x20de\x20árbol\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','treemapOwnValue':_0x3fae3d(0x1cb),'treemapChildren':_0x3fae3d(0x1c6),'sunburstEmptyTips':_0x3fae3d(0x1e0),'sunburstOwnValue':_0x3fae3d(0x1cb),'sunburstChildren':_0x3fae3d(0x1c6),'gaugeEmptyTips':_0x3fae3d(0x1c2),'gaugeInvalidMapping':'El\x20gráfico\x20de\x20indicador\x20requiere\x20un\x20campo\x20de\x20etiqueta\x20y\x20exactamente\x20un\x20campo\x20de\x20valor.','gaugeInvalidConfig':_0x3fae3d(0x1ce),'chordEmptyTips':_0x3fae3d(0x1e7),'chordInvalidMapping':_0x3fae3d(0x1d9),'chordInvalidConfig':_0x3fae3d(0x1d7),'chordCount':_0x3fae3d(0x1e2),'chordAssociatedValue':'Valor\x20asociado'}};function _0x259a(){const _0x59b599=['Primer\x20cuartil','Elementos','La\x20configuración\x20del\x20gráfico\x20de\x20indicador\x20no\x20es\x20válida.\x20Compruebe\x20la\x20escala,\x20los\x20intervalos,\x20las\x20proporciones\x20y\x20los\x20tamaños.','Cierre','187WdbrXS','Categoría','Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','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','1268350tEffFI','7kBydHr','3wqsrCR','La\x20configuración\x20del\x20diagrama\x20de\x20cuerdas\x20no\x20es\x20válida.\x20Compruebe\x20los\x20ángulos,\x20los\x20radios,\x20la\x20opacidad\x20y\x20los\x20tamaños.','El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares','El\x20diagrama\x20de\x20cuerdas\x20requiere\x20campos\x20de\x20origen\x20y\x20destino\x20distintos\x20y,\x20opcionalmente,\x20un\x20campo\x20de\x20valor\x20diferente.','346403PtmldU','1350924DYfkcI','Palabra','Tercer\x20cuartil','Mediana','Negativo','El\x20gráfico\x20radial\x20jerárquico\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','1119432OchTft','recuento\x20de\x20relaciones','Categoría\x20{0}','4362744dhNtKv','5nzJBFl','Porcentaje\x20acumulado','El\x20diagrama\x20de\x20cuerdas\x20requiere\x20al\x20menos\x20una\x20relación\x20con\x20peso\x20positivo\x20entre\x20dos\x20nodos\x20distintos.','El\x20gráfico\x20de\x20indicador\x20requiere\x20al\x20menos\x20un\x20valor\x20numérico\x20finito.','Mínimo','Máximo','1831540bfEKLH','Elementos\x20secundarios','Frecuencia','(En\x20blanco)','Serie\x20{0}','2714319MNctaX','Valor\x20propio'];_0x259a=function(){return _0x59b599;};return _0x259a();}module['exports']=e;
1
+ const _0x557a64=_0x37a8;(function(_0x2155dd,_0x4de945){const _0x3b72f4=_0x37a8,_0x286282=_0x2155dd();while(!![]){try{const _0x21b96=parseInt(_0x3b72f4(0x165))/0x1*(-parseInt(_0x3b72f4(0x156))/0x2)+-parseInt(_0x3b72f4(0x16d))/0x3+-parseInt(_0x3b72f4(0x157))/0x4*(-parseInt(_0x3b72f4(0x172))/0x5)+-parseInt(_0x3b72f4(0x175))/0x6+-parseInt(_0x3b72f4(0x15f))/0x7*(parseInt(_0x3b72f4(0x171))/0x8)+-parseInt(_0x3b72f4(0x162))/0x9+-parseInt(_0x3b72f4(0x16c))/0xa*(-parseInt(_0x3b72f4(0x17a))/0xb);if(_0x21b96===_0x4de945)break;else _0x286282['push'](_0x286282['shift']());}catch(_0x4cb0cf){_0x286282['push'](_0x286282['shift']());}}}(_0x42de,0xeb789));function _0x42de(){const _0xad64c4=['exports','Subtotal','Valor\x20asociado','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','Máximo','Serie\x20OHLC','573370MsOCWT','3698952QjXmFu','Porcentaje\x20acumulado','Negativo','El\x20gráfico\x20de\x20indicador\x20requiere\x20un\x20campo\x20de\x20etiqueta\x20y\x20exactamente\x20un\x20campo\x20de\x20valor.','12570664AWzfPT','1366835UeAovy','Palabra','Serie\x20{0}','1251960DJwoIb','Apertura','El\x20gráfico\x20radial\x20jerárquico\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','Categoría','Tercer\x20cuartil','957dLQlMf','Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','El\x20gráfico\x20de\x20indicador\x20requiere\x20al\x20menos\x20un\x20valor\x20numérico\x20finito.','Mediana','Elementos\x20secundarios','(En\x20blanco)','14poxudt','12GkTebP','Categoría\x20{0}','recuento\x20de\x20relaciones','Valor\x20propio','Mínimo','El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y','La\x20configuración\x20del\x20diagrama\x20de\x20cuerdas\x20no\x20es\x20válida.\x20Compruebe\x20los\x20ángulos,\x20los\x20radios,\x20la\x20opacidad\x20y\x20los\x20tamaños.','El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares','7ytYtRx','El\x20mapa\x20de\x20árbol\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','La\x20configuración\x20del\x20gráfico\x20de\x20indicador\x20no\x20es\x20válida.\x20Compruebe\x20la\x20escala,\x20los\x20intervalos,\x20las\x20proporciones\x20y\x20los\x20tamaños.','14327892cHfnYv','Frecuencia','Positivo','34138kAknlX'];_0x42de=function(){return _0xad64c4;};return _0x42de();}function _0x37a8(_0x1f02ff,_0x54d9c4){_0x1f02ff=_0x1f02ff-0x156;const _0x42de17=_0x42de();let _0x37a8b3=_0x42de17[_0x1f02ff];return _0x37a8b3;}const e={'engine-chart':{'seriesDefaultName':_0x557a64(0x174),'categoryDefaultName':_0x557a64(0x158),'blank':_0x557a64(0x17f),'boxplotMin':_0x557a64(0x15b),'boxplotQ1':'Primer\x20cuartil','boxplotMedian':_0x557a64(0x17d),'boxplotQ3':_0x557a64(0x179),'boxplotMax':_0x557a64(0x16a),'bubbleEmptyTips':_0x557a64(0x15c),'cloudWord':_0x557a64(0x173),'cloudFrequency':_0x557a64(0x163),'msgEmptyTips':_0x557a64(0x17b),'msgSankeyCircularTips':_0x557a64(0x15e),'paretoLineName':_0x557a64(0x16e),'pieAggregateOther':'Otro','pieAggregateMembers':'Elementos','relationEmptyTips':_0x557a64(0x169),'waterfallPositive':_0x557a64(0x164),'waterfallNegative':_0x557a64(0x16f),'waterfallSubtotal':_0x557a64(0x167),'candlestickSeries':_0x557a64(0x16b),'candlestickCategory':_0x557a64(0x178),'candlestickOpen':_0x557a64(0x176),'candlestickHigh':'Máximo','candlestickLow':_0x557a64(0x15b),'candlestickClose':'Cierre','histogramFrequency':_0x557a64(0x163),'treemapEmptyTips':_0x557a64(0x160),'treemapOwnValue':_0x557a64(0x15a),'treemapChildren':_0x557a64(0x17e),'sunburstEmptyTips':_0x557a64(0x177),'sunburstOwnValue':'Valor\x20propio','sunburstChildren':_0x557a64(0x17e),'gaugeEmptyTips':_0x557a64(0x17c),'gaugeInvalidMapping':_0x557a64(0x170),'gaugeInvalidConfig':_0x557a64(0x161),'chordEmptyTips':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20al\x20menos\x20una\x20relación\x20con\x20peso\x20positivo\x20entre\x20dos\x20nodos\x20distintos.','chordInvalidMapping':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20campos\x20de\x20origen\x20y\x20destino\x20distintos\x20y,\x20opcionalmente,\x20un\x20campo\x20de\x20valor\x20diferente.','chordInvalidConfig':_0x557a64(0x15d),'chordCount':_0x557a64(0x159),'chordAssociatedValue':_0x557a64(0x168)}};module[_0x557a64(0x166)]=e;
@@ -1 +1 @@
1
- const _0x417bd2=_0x1216;function _0x1216(_0xd8b7f7,_0x409312){_0xd8b7f7=_0xd8b7f7-0x18f;const _0x34bb6c=_0x34bb();let _0x121694=_0x34bb6c[_0xd8b7f7];return _0x121694;}(function(_0xaca35b,_0x3a9176){const _0x17b6e2=_0x1216,_0x2133da=_0xaca35b();while(!![]){try{const _0x249a78=parseInt(_0x17b6e2(0x1b0))/0x1*(parseInt(_0x17b6e2(0x1ac))/0x2)+parseInt(_0x17b6e2(0x1b1))/0x3*(-parseInt(_0x17b6e2(0x18f))/0x4)+-parseInt(_0x17b6e2(0x1a5))/0x5+parseInt(_0x17b6e2(0x191))/0x6*(-parseInt(_0x17b6e2(0x192))/0x7)+parseInt(_0x17b6e2(0x1a1))/0x8+-parseInt(_0x17b6e2(0x19e))/0x9+parseInt(_0x17b6e2(0x1aa))/0xa*(parseInt(_0x17b6e2(0x19f))/0xb);if(_0x249a78===_0x3a9176)break;else _0x2133da['push'](_0x2133da['shift']());}catch(_0x3f0ead){_0x2133da['push'](_0x2133da['shift']());}}}(_0x34bb,0x2dad3));const e={'engine-chart':{'seriesDefaultName':'سری\x20{0}','categoryDefaultName':'دسته‌بندی\x20{0}','blank':'(خالی)','boxplotMin':'القيمة\x20الدنيا','boxplotQ1':_0x417bd2(0x1a6),'boxplotMedian':_0x417bd2(0x1ad),'boxplotQ3':_0x417bd2(0x198),'boxplotMax':_0x417bd2(0x190),'bubbleEmptyTips':_0x417bd2(0x1b2),'cloudWord':_0x417bd2(0x1a4),'cloudFrequency':'تکرار','msgEmptyTips':'یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','msgSankeyCircularTips':_0x417bd2(0x1a2),'paretoLineName':_0x417bd2(0x1a8),'pieAggregateOther':_0x417bd2(0x19c),'pieAggregateMembers':_0x417bd2(0x1ae),'relationEmptyTips':'مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','waterfallPositive':_0x417bd2(0x1a9),'waterfallNegative':_0x417bd2(0x195),'waterfallSubtotal':'المجموع\x20الفرعي','candlestickSeries':_0x417bd2(0x1a7),'candlestickCategory':'دسته\x20بندی','candlestickOpen':_0x417bd2(0x19b),'candlestickHigh':_0x417bd2(0x197),'candlestickLow':_0x417bd2(0x1a3),'candlestickClose':'قیمت\x20بسته\x20شدن','histogramFrequency':'فراوانی','treemapEmptyTips':_0x417bd2(0x1a0),'treemapOwnValue':'مقدار\x20خود\x20عنصر','treemapChildren':_0x417bd2(0x196),'sunburstEmptyTips':_0x417bd2(0x1af),'sunburstOwnValue':_0x417bd2(0x199),'sunburstChildren':_0x417bd2(0x196),'gaugeEmptyTips':'نمودار\x20سنجه\x20به\x20حداقل\x20یک\x20مقدار\x20عددی\x20متناهی\x20نیاز\x20دارد.','gaugeInvalidMapping':_0x417bd2(0x19a),'gaugeInvalidConfig':'پیکربندی\x20نمودار\x20سنجه\x20نامعتبر\x20است.\x20مقیاس،\x20بازه‌ها،\x20نسبت‌ها\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','chordEmptyTips':_0x417bd2(0x193),'chordInvalidMapping':'نمودار\x20وتر\x20به\x20فیلدهای\x20مبدأ\x20و\x20مقصد\x20متفاوت\x20و\x20در\x20صورت\x20نیاز\x20یک\x20فیلد\x20مقدار\x20متفاوت\x20نیاز\x20دارد.','chordInvalidConfig':_0x417bd2(0x194),'chordCount':_0x417bd2(0x1ab),'chordAssociatedValue':_0x417bd2(0x19d)}};module['exports']=e;function _0x34bb(){const _0xec95c=['مقدار\x20مرتبط','3114837TnVdXR','9811967AKBCAE','نمودار\x20نقشه\x20درختی\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','727696SyGbbB','نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','پایین‌ترین\x20قیمت','کلمه','249725czBwhW','الربع\x20الأول','سری\x20OHLC','النسبة\x20التراكمية','موجب','10FgujDL','شمارش\x20رابطه','26066eauIfW','الوسيط','اعضا','نمودار\x20آفتاب‌نما\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','13aFjesp','1067607rrtJEm','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','4IzKHBW','القيمة\x20العليا','142260LhCYYC','63ANrjmM','نمودار\x20وتر\x20به\x20حداقل\x20یک\x20رابطه\x20با\x20وزن\x20مثبت\x20میان\x20دو\x20گره\x20متفاوت\x20نیاز\x20دارد.','پیکربندی\x20نمودار\x20وتر\x20نامعتبر\x20است.\x20زاویه‌ها،\x20شعاع‌ها،\x20شفافیت\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','سالب','عناصر\x20فرزند','بالاترین\x20قیمت','الربع\x20الثالث','مقدار\x20خود\x20عنصر','نمودار\x20سنجه\x20به\x20یک\x20فیلد\x20برچسب\x20و\x20دقیقاً\x20یک\x20فیلد\x20مقدار\x20نیاز\x20دارد.','قیمت\x20باز\x20شدن','سایر'];_0x34bb=function(){return _0xec95c;};return _0x34bb();}
1
+ const _0x571341=_0x2709;function _0x2709(_0x215b52,_0x518e06){_0x215b52=_0x215b52-0xe2;const _0x271c3d=_0x271c();let _0x2709c6=_0x271c3d[_0x215b52];return _0x2709c6;}function _0x271c(){const _0x42c4b6=['کلمه','تکرار','2276028tNYOJH','سالب','exports','2368AbqlNC','شمارش\x20رابطه','3783920XUsjSW','النسبة\x20التراكمية','نمودار\x20وتر\x20به\x20فیلدهای\x20مبدأ\x20و\x20مقصد\x20متفاوت\x20و\x20در\x20صورت\x20نیاز\x20یک\x20فیلد\x20مقدار\x20متفاوت\x20نیاز\x20دارد.','موجب','القيمة\x20الدنيا','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','نمودار\x20وتر\x20به\x20حداقل\x20یک\x20رابطه\x20با\x20وزن\x20مثبت\x20میان\x20دو\x20گره\x20متفاوت\x20نیاز\x20دارد.','القيمة\x20العليا','پایین‌ترین\x20قیمت','اعضا','سری\x20{0}','نمودار\x20آفتاب‌نما\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','یک\x20سری\x20اضافه\x20کنید\x20تا\x20داده‌های\x20خود\x20را\x20تجسم\x20کنید','دسته‌بندی\x20{0}','نمودار\x20سنجه\x20به\x20یک\x20فیلد\x20برچسب\x20و\x20دقیقاً\x20یک\x20فیلد\x20مقدار\x20نیاز\x20دارد.','16SKfzWI','پیکربندی\x20نمودار\x20سنجه\x20نامعتبر\x20است.\x20مقیاس،\x20بازه‌ها،\x20نسبت‌ها\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','1280bYyVXv','قیمت\x20باز\x20شدن','نمودار\x20نقشه\x20درختی\x20به\x20حداقل\x20یک\x20فیلد\x20سلسله‌مراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','1545NJfYZU','880434fABZFZ','مقدار\x20خود\x20عنصر','سایر','1962432OzhdvM','29GqpTUy','عناصر\x20فرزند','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','15262790hPKENJ','المجموع\x20الفرعي'];_0x271c=function(){return _0x42c4b6;};return _0x271c();}(function(_0xabbbbe,_0x24786f){const _0x12a202=_0x2709,_0x35cd7c=_0xabbbbe();while(!![]){try{const _0x1db95e=-parseInt(_0x12a202(0x103))/0x1*(parseInt(_0x12a202(0xfb))/0x2)+-parseInt(_0x12a202(0xff))/0x3+-parseInt(_0x12a202(0xe8))/0x4*(parseInt(_0x12a202(0xfe))/0x5)+parseInt(_0x12a202(0x102))/0x6+-parseInt(_0x12a202(0xea))/0x7+parseInt(_0x12a202(0xf9))/0x8*(-parseInt(_0x12a202(0xe5))/0x9)+parseInt(_0x12a202(0x106))/0xa;if(_0x1db95e===_0x24786f)break;else _0x35cd7c['push'](_0x35cd7c['shift']());}catch(_0x46dabb){_0x35cd7c['push'](_0x35cd7c['shift']());}}}(_0x271c,0x4c2e9));const e={'engine-chart':{'seriesDefaultName':_0x571341(0xf4),'categoryDefaultName':_0x571341(0xf7),'blank':'(خالی)','boxplotMin':_0x571341(0xee),'boxplotQ1':'الربع\x20الأول','boxplotMedian':'الوسيط','boxplotQ3':'الربع\x20الثالث','boxplotMax':_0x571341(0xf1),'bubbleEmptyTips':_0x571341(0x105),'cloudWord':_0x571341(0xe3),'cloudFrequency':_0x571341(0xe4),'msgEmptyTips':_0x571341(0xf6),'msgSankeyCircularTips':'نمودار\x20سانکی\x20نمی‌تواند\x20داده‌های\x20چرخشی\x20داشته\x20باشد','paretoLineName':_0x571341(0xeb),'pieAggregateOther':_0x571341(0x101),'pieAggregateMembers':_0x571341(0xf3),'relationEmptyTips':_0x571341(0xef),'waterfallPositive':_0x571341(0xed),'waterfallNegative':_0x571341(0xe6),'waterfallSubtotal':_0x571341(0xe2),'candlestickSeries':'سری\x20OHLC','candlestickCategory':'دسته\x20بندی','candlestickOpen':_0x571341(0xfc),'candlestickHigh':'بالاترین\x20قیمت','candlestickLow':_0x571341(0xf2),'candlestickClose':'قیمت\x20بسته\x20شدن','histogramFrequency':'فراوانی','treemapEmptyTips':_0x571341(0xfd),'treemapOwnValue':_0x571341(0x100),'treemapChildren':_0x571341(0x104),'sunburstEmptyTips':_0x571341(0xf5),'sunburstOwnValue':_0x571341(0x100),'sunburstChildren':_0x571341(0x104),'gaugeEmptyTips':'نمودار\x20سنجه\x20به\x20حداقل\x20یک\x20مقدار\x20عددی\x20متناهی\x20نیاز\x20دارد.','gaugeInvalidMapping':_0x571341(0xf8),'gaugeInvalidConfig':_0x571341(0xfa),'chordEmptyTips':_0x571341(0xf0),'chordInvalidMapping':_0x571341(0xec),'chordInvalidConfig':'پیکربندی\x20نمودار\x20وتر\x20نامعتبر\x20است.\x20زاویه‌ها،\x20شعاع‌ها،\x20شفافیت\x20و\x20اندازه‌ها\x20را\x20بررسی\x20کنید.','chordCount':_0x571341(0xe9),'chordAssociatedValue':'مقدار\x20مرتبط'}};module[_0x571341(0xe7)]=e;
@@ -1 +1 @@
1
- const _0x2df55c=_0x3b9c;(function(_0x3a4c4e,_0x4724a9){const _0x386f63=_0x3b9c,_0x204211=_0x3a4c4e();while(!![]){try{const _0x5d1d50=-parseInt(_0x386f63(0x1da))/0x1*(parseInt(_0x386f63(0x1d9))/0x2)+parseInt(_0x386f63(0x1ce))/0x3*(parseInt(_0x386f63(0x1c3))/0x4)+parseInt(_0x386f63(0x1b4))/0x5*(parseInt(_0x386f63(0x1cd))/0x6)+-parseInt(_0x386f63(0x1b6))/0x7*(parseInt(_0x386f63(0x1dd))/0x8)+-parseInt(_0x386f63(0x1bd))/0x9*(parseInt(_0x386f63(0x1b7))/0xa)+parseInt(_0x386f63(0x1b9))/0xb*(-parseInt(_0x386f63(0x1d3))/0xc)+parseInt(_0x386f63(0x1c9))/0xd;if(_0x5d1d50===_0x4724a9)break;else _0x204211['push'](_0x204211['shift']());}catch(_0x1f70df){_0x204211['push'](_0x204211['shift']());}}}(_0x2644,0x54770));function _0x3b9c(_0x3a8bd6,_0x61f242){_0x3a8bd6=_0x3a8bd6-0x1b4;const _0x26443f=_0x2644();let _0x3b9c0d=_0x26443f[_0x3a8bd6];return _0x3b9c0d;}const e={'engine-chart':{'seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x2df55c(0x1c5),'blank':_0x2df55c(0x1be),'boxplotMin':'Valeur\x20minimale','boxplotQ1':'Premier\x20quartile','boxplotMedian':'Médiane','boxplotQ3':_0x2df55c(0x1db),'boxplotMax':_0x2df55c(0x1d6),'bubbleEmptyTips':_0x2df55c(0x1ba),'cloudWord':_0x2df55c(0x1bb),'cloudFrequency':_0x2df55c(0x1c2),'msgEmptyTips':_0x2df55c(0x1bc),'msgSankeyCircularTips':'Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','paretoLineName':_0x2df55c(0x1c7),'pieAggregateOther':_0x2df55c(0x1c4),'pieAggregateMembers':'Éléments','relationEmptyTips':_0x2df55c(0x1cb),'waterfallPositive':_0x2df55c(0x1cc),'waterfallNegative':_0x2df55c(0x1c1),'waterfallSubtotal':_0x2df55c(0x1cf),'candlestickSeries':_0x2df55c(0x1c8),'candlestickCategory':_0x2df55c(0x1bf),'candlestickOpen':'Ouverture','candlestickHigh':_0x2df55c(0x1c6),'candlestickLow':_0x2df55c(0x1dc),'candlestickClose':_0x2df55c(0x1d5),'histogramFrequency':_0x2df55c(0x1c2),'treemapEmptyTips':_0x2df55c(0x1d0),'treemapOwnValue':_0x2df55c(0x1d8),'treemapChildren':_0x2df55c(0x1b8),'sunburstEmptyTips':_0x2df55c(0x1d7),'sunburstOwnValue':_0x2df55c(0x1d8),'sunburstChildren':_0x2df55c(0x1b8),'gaugeEmptyTips':_0x2df55c(0x1d1),'gaugeInvalidMapping':_0x2df55c(0x1d2),'gaugeInvalidConfig':_0x2df55c(0x1b5),'chordEmptyTips':_0x2df55c(0x1ca),'chordInvalidMapping':_0x2df55c(0x1d4),'chordInvalidConfig':'La\x20configuration\x20du\x20diagramme\x20de\x20cordes\x20n’est\x20pas\x20valide.\x20Vérifiez\x20les\x20angles,\x20les\x20rayons,\x20l’opacité\x20et\x20les\x20tailles.','chordCount':'Nombre\x20de\x20relations','chordAssociatedValue':_0x2df55c(0x1c0)}};module['exports']=e;function _0x2644(){const _0x4c56dd=['133398oJsIyH','(Vide)','Catégorie','Valeur\x20associée','Négatif','Fréquence','32SGTnLj','Autre','Catégorie\x20{0}','Plus\x20haut','Pourcentage\x20Cumulé','Série\x20OHLC','8069737xIyHxr','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20au\x20moins\x20une\x20relation\x20de\x20poids\x20positif\x20entre\x20deux\x20nœuds\x20distincts.','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','Positif','3968808FwOwRy','56922BkhxpN','Sous-total','La\x20carte\x20arborescente\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.','Le\x20graphique\x20de\x20jauge\x20nécessite\x20un\x20champ\x20d’étiquette\x20et\x20exactement\x20un\x20champ\x20de\x20valeur.','84udNypa','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20des\x20champs\x20Source\x20et\x20Cible\x20distincts\x20et,\x20éventuellement,\x20un\x20champ\x20Valeur\x20différent.','Clôture','Valeur\x20maximale','Le\x20graphique\x20en\x20rayons\x20de\x20soleil\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Valeur\x20propre','4OyqFVr','118663NWYAvu','Troisième\x20quartile','Plus\x20bas','4823352mrKbyz','5LcnDwO','La\x20configuration\x20du\x20graphique\x20de\x20jauge\x20n’est\x20pas\x20valide.\x20Vérifiez\x20l’échelle,\x20les\x20plages,\x20les\x20proportions\x20et\x20les\x20tailles.','7xogokH','150QXrItq','Éléments\x20enfants','40018BMwBxE','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Mot','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données'];_0x2644=function(){return _0x4c56dd;};return _0x2644();}
1
+ const _0x3cd08f=_0x5f17;(function(_0x4c2e92,_0x315cc2){const _0x4b39fe=_0x5f17,_0x464191=_0x4c2e92();while(!![]){try{const _0x4db53f=parseInt(_0x4b39fe(0x179))/0x1*(parseInt(_0x4b39fe(0x17f))/0x2)+parseInt(_0x4b39fe(0x180))/0x3+-parseInt(_0x4b39fe(0x17d))/0x4+-parseInt(_0x4b39fe(0x189))/0x5*(-parseInt(_0x4b39fe(0x19b))/0x6)+parseInt(_0x4b39fe(0x181))/0x7*(-parseInt(_0x4b39fe(0x199))/0x8)+parseInt(_0x4b39fe(0x182))/0x9*(parseInt(_0x4b39fe(0x190))/0xa)+parseInt(_0x4b39fe(0x198))/0xb*(-parseInt(_0x4b39fe(0x18b))/0xc);if(_0x4db53f===_0x315cc2)break;else _0x464191['push'](_0x464191['shift']());}catch(_0x37dd3e){_0x464191['push'](_0x464191['shift']());}}}(_0x5e76,0xbd238));function _0x5e76(){const _0x32e8fe=['Négatif','Ouverture','(Vide)','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Catégorie\x20{0}','996315gZztsG','Nombre\x20de\x20relations','132rilmVj','Valeur\x20propre','Plus\x20bas','Le\x20graphique\x20en\x20rayons\x20de\x20soleil\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Mot','197540MQsyNl','Série\x20{0}','Éléments\x20enfants','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Valeur\x20maximale','Autre','Éléments','Fréquence','2298692anDQsZ','88IMRdUm','Plus\x20haut','36CFgJPL','Troisième\x20quartile','Valeur\x20associée','Médiane','Valeur\x20minimale','La\x20carte\x20arborescente\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Catégorie','Sous-total','Premier\x20quartile','190oCeDlJ','La\x20configuration\x20du\x20diagramme\x20de\x20cordes\x20n’est\x20pas\x20valide.\x20Vérifiez\x20les\x20angles,\x20les\x20rayons,\x20l’opacité\x20et\x20les\x20tailles.','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20des\x20champs\x20Source\x20et\x20Cible\x20distincts\x20et,\x20éventuellement,\x20un\x20champ\x20Valeur\x20différent.','Le\x20graphique\x20de\x20jauge\x20nécessite\x20au\x20moins\x20une\x20valeur\x20numérique\x20finie.','5533944SiRlMV','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20au\x20moins\x20une\x20relation\x20de\x20poids\x20positif\x20entre\x20deux\x20nœuds\x20distincts.','9538lIivGL','3938151KKGUsC','279405VKiqcG','675gotFpX','Positif'];_0x5e76=function(){return _0x32e8fe;};return _0x5e76();}function _0x5f17(_0x37351f,_0xd0a269){_0x37351f=_0x37351f-0x178;const _0x5e7675=_0x5e76();let _0x5f17e2=_0x5e7675[_0x37351f];return _0x5f17e2;}const e={'engine-chart':{'seriesDefaultName':_0x3cd08f(0x191),'categoryDefaultName':_0x3cd08f(0x188),'blank':_0x3cd08f(0x186),'boxplotMin':_0x3cd08f(0x19f),'boxplotQ1':_0x3cd08f(0x178),'boxplotMedian':_0x3cd08f(0x19e),'boxplotQ3':_0x3cd08f(0x19c),'boxplotMax':_0x3cd08f(0x194),'bubbleEmptyTips':'Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','cloudWord':_0x3cd08f(0x18f),'cloudFrequency':_0x3cd08f(0x197),'msgEmptyTips':_0x3cd08f(0x193),'msgSankeyCircularTips':_0x3cd08f(0x187),'paretoLineName':'Pourcentage\x20Cumulé','pieAggregateOther':_0x3cd08f(0x195),'pieAggregateMembers':_0x3cd08f(0x196),'relationEmptyTips':'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','waterfallPositive':_0x3cd08f(0x183),'waterfallNegative':_0x3cd08f(0x184),'waterfallSubtotal':_0x3cd08f(0x1a2),'candlestickSeries':'Série\x20OHLC','candlestickCategory':_0x3cd08f(0x1a1),'candlestickOpen':_0x3cd08f(0x185),'candlestickHigh':_0x3cd08f(0x19a),'candlestickLow':_0x3cd08f(0x18d),'candlestickClose':'Clôture','histogramFrequency':_0x3cd08f(0x197),'treemapEmptyTips':_0x3cd08f(0x1a0),'treemapOwnValue':'Valeur\x20propre','treemapChildren':_0x3cd08f(0x192),'sunburstEmptyTips':_0x3cd08f(0x18e),'sunburstOwnValue':_0x3cd08f(0x18c),'sunburstChildren':_0x3cd08f(0x192),'gaugeEmptyTips':_0x3cd08f(0x17c),'gaugeInvalidMapping':'Le\x20graphique\x20de\x20jauge\x20nécessite\x20un\x20champ\x20d’étiquette\x20et\x20exactement\x20un\x20champ\x20de\x20valeur.','gaugeInvalidConfig':'La\x20configuration\x20du\x20graphique\x20de\x20jauge\x20n’est\x20pas\x20valide.\x20Vérifiez\x20l’échelle,\x20les\x20plages,\x20les\x20proportions\x20et\x20les\x20tailles.','chordEmptyTips':_0x3cd08f(0x17e),'chordInvalidMapping':_0x3cd08f(0x17b),'chordInvalidConfig':_0x3cd08f(0x17a),'chordCount':_0x3cd08f(0x18a),'chordAssociatedValue':_0x3cd08f(0x19d)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x5d7348=_0x137e;(function(_0x194bcf,_0x2b4ace){const _0x3c1fa6=_0x137e,_0x235dd7=_0x194bcf();while(!![]){try{const _0x4b73a4=parseInt(_0x3c1fa6(0xed))/0x1+-parseInt(_0x3c1fa6(0xe0))/0x2*(-parseInt(_0x3c1fa6(0xef))/0x3)+parseInt(_0x3c1fa6(0xd3))/0x4*(parseInt(_0x3c1fa6(0xd4))/0x5)+-parseInt(_0x3c1fa6(0xd5))/0x6+parseInt(_0x3c1fa6(0xdd))/0x7*(-parseInt(_0x3c1fa6(0xd6))/0x8)+parseInt(_0x3c1fa6(0xeb))/0x9+parseInt(_0x3c1fa6(0xe5))/0xa*(-parseInt(_0x3c1fa6(0xd8))/0xb);if(_0x4b73a4===_0x2b4ace)break;else _0x235dd7['push'](_0x235dd7['shift']());}catch(_0x5f2ff7){_0x235dd7['push'](_0x235dd7['shift']());}}}(_0x5f51,0x9e980));const e={'engine-chart':{'seriesDefaultName':_0x5d7348(0xf2),'categoryDefaultName':_0x5d7348(0xe1),'blank':_0x5d7348(0xcf),'boxplotMin':'Minimum','boxplotQ1':_0x5d7348(0xe4),'boxplotMedian':'Median','boxplotQ3':_0x5d7348(0xe9),'boxplotMax':_0x5d7348(0xd7),'bubbleEmptyTips':_0x5d7348(0xf3),'cloudWord':_0x5d7348(0xdf),'cloudFrequency':'Frekuensi','msgEmptyTips':_0x5d7348(0xd1),'msgSankeyCircularTips':_0x5d7348(0xdb),'paretoLineName':_0x5d7348(0xd9),'pieAggregateOther':_0x5d7348(0xd2),'pieAggregateMembers':_0x5d7348(0xec),'relationEmptyTips':_0x5d7348(0xdc),'waterfallPositive':'Positif','waterfallNegative':'Negatif','waterfallSubtotal':'Subtotal','candlestickSeries':_0x5d7348(0xe8),'candlestickCategory':'Kategori','candlestickOpen':_0x5d7348(0xd0),'candlestickHigh':_0x5d7348(0xe7),'candlestickLow':_0x5d7348(0xe2),'candlestickClose':_0x5d7348(0xf0),'histogramFrequency':'Frekuensi','treemapEmptyTips':_0x5d7348(0xea),'treemapOwnValue':_0x5d7348(0xf1),'treemapChildren':_0x5d7348(0xde),'sunburstEmptyTips':_0x5d7348(0xe3),'sunburstOwnValue':_0x5d7348(0xf1),'sunburstChildren':_0x5d7348(0xde),'gaugeEmptyTips':_0x5d7348(0xce),'gaugeInvalidMapping':'Grafik\x20pengukur\x20memerlukan\x20satu\x20bidang\x20label\x20dan\x20tepat\x20satu\x20bidang\x20nilai.','gaugeInvalidConfig':'Konfigurasi\x20grafik\x20pengukur\x20tidak\x20valid.\x20Periksa\x20skala,\x20rentang,\x20rasio,\x20dan\x20ukurannya.','chordEmptyTips':'Diagram\x20chord\x20memerlukan\x20setidaknya\x20satu\x20hubungan\x20berbobot\x20positif\x20antara\x20dua\x20simpul\x20yang\x20berbeda.','chordInvalidMapping':_0x5d7348(0xee),'chordInvalidConfig':_0x5d7348(0xe6),'chordCount':_0x5d7348(0xda),'chordAssociatedValue':'Nilai\x20terkait'}};module['exports']=e;function _0x137e(_0x4f3431,_0x5d6e73){_0x4f3431=_0x4f3431-0xce;const _0x5f519d=_0x5f51();let _0x137e8d=_0x5f519d[_0x4f3431];return _0x137e8d;}function _0x5f51(){const _0x4ef3a3=['Lainnya','4CdYfJJ','4976455tvUUBu','6609618wIfJEB','42248KDsBgT','Maksimum','4169tLiqfn','Persentase\x20Kumulatif','Jumlah\x20hubungan','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','203DQCGEz','Elemen\x20turunan','Kata','201338ilsVwm','Kategori\x20{0}','Terendah','Grafik\x20sunburst\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Kuartal\x20pertama','27080sxzkse','Konfigurasi\x20diagram\x20chord\x20tidak\x20valid.\x20Periksa\x20sudut,\x20jari-jari,\x20opasitas,\x20dan\x20ukurannya.','Tertinggi','Seri\x20OHLC','Kuartal\x20ketiga','Grafik\x20peta\x20pohon\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','7465149nSIPOW','Anggota','602587mLjmcI','Diagram\x20chord\x20memerlukan\x20bidang\x20Sumber\x20dan\x20Target\x20yang\x20berbeda\x20serta\x20bidang\x20Nilai\x20berbeda\x20yang\x20opsional.','15virMLr','Penutupan','Nilai\x20sendiri','Seri\x20{0}','Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','Grafik\x20pengukur\x20memerlukan\x20setidaknya\x20satu\x20nilai\x20numerik\x20berhingga.','(Kosong)','Pembukaan','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda'];_0x5f51=function(){return _0x4ef3a3;};return _0x5f51();}
1
+ function _0x1246(){const _0x4fb028=['Konfigurasi\x20diagram\x20chord\x20tidak\x20valid.\x20Periksa\x20sudut,\x20jari-jari,\x20opasitas,\x20dan\x20ukurannya.','17365068cuGkgC','Tertinggi','Seri\x20OHLC','39462gmUseN','Terendah','Negatif','92331PXbzKZ','Kuartal\x20ketiga','Diagram\x20chord\x20memerlukan\x20bidang\x20Sumber\x20dan\x20Target\x20yang\x20berbeda\x20serta\x20bidang\x20Nilai\x20berbeda\x20yang\x20opsional.','Anggota','Kuartal\x20pertama','Persentase\x20Kumulatif','Penutupan','Jumlah\x20hubungan','Kategori','47732jkFajn','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Seri\x20{0}','Grafik\x20pengukur\x20memerlukan\x20satu\x20bidang\x20label\x20dan\x20tepat\x20satu\x20bidang\x20nilai.','Elemen\x20turunan','Grafik\x20sunburst\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Grafik\x20pengukur\x20memerlukan\x20setidaknya\x20satu\x20nilai\x20numerik\x20berhingga.','1135208PchXOE','Grafik\x20peta\x20pohon\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Subtotal','620MhVmEL','Pembukaan','185iOIBDy','exports','81KYXmhF','1075066TyMhiA','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','14qrfKZW','Nilai\x20terkait','Maksimum','2592381BERQKY','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Nilai\x20sendiri','Positif','1DGqUZT','Kata'];_0x1246=function(){return _0x4fb028;};return _0x1246();}const _0x5df0ee=_0x4d1b;(function(_0x547235,_0x37b8a7){const _0x25bc5b=_0x4d1b,_0x56e6ca=_0x547235();while(!![]){try{const _0x381ae5=-parseInt(_0x25bc5b(0xd7))/0x1*(-parseInt(_0x25bc5b(0xce))/0x2)+-parseInt(_0x25bc5b(0xcd))/0x3*(-parseInt(_0x25bc5b(0xe9))/0x4)+-parseInt(_0x25bc5b(0xcb))/0x5*(-parseInt(_0x25bc5b(0xdd))/0x6)+-parseInt(_0x25bc5b(0xd0))/0x7*(-parseInt(_0x25bc5b(0xf0))/0x8)+-parseInt(_0x25bc5b(0xe0))/0x9*(-parseInt(_0x25bc5b(0xf3))/0xa)+-parseInt(_0x25bc5b(0xd3))/0xb+-parseInt(_0x25bc5b(0xda))/0xc;if(_0x381ae5===_0x37b8a7)break;else _0x56e6ca['push'](_0x56e6ca['shift']());}catch(_0x2b016f){_0x56e6ca['push'](_0x56e6ca['shift']());}}}(_0x1246,0x530cd));function _0x4d1b(_0xdedc3b,_0x2e4e8f){_0xdedc3b=_0xdedc3b-0xcb;const _0x124694=_0x1246();let _0x4d1baa=_0x124694[_0xdedc3b];return _0x4d1baa;}const e={'engine-chart':{'seriesDefaultName':_0x5df0ee(0xeb),'categoryDefaultName':'Kategori\x20{0}','blank':'(Kosong)','boxplotMin':'Minimum','boxplotQ1':_0x5df0ee(0xe4),'boxplotMedian':'Median','boxplotQ3':_0x5df0ee(0xe1),'boxplotMax':_0x5df0ee(0xd2),'bubbleEmptyTips':'Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','cloudWord':_0x5df0ee(0xd8),'cloudFrequency':'Frekuensi','msgEmptyTips':_0x5df0ee(0xcf),'msgSankeyCircularTips':_0x5df0ee(0xea),'paretoLineName':_0x5df0ee(0xe5),'pieAggregateOther':'Lainnya','pieAggregateMembers':_0x5df0ee(0xe3),'relationEmptyTips':_0x5df0ee(0xd4),'waterfallPositive':_0x5df0ee(0xd6),'waterfallNegative':_0x5df0ee(0xdf),'waterfallSubtotal':_0x5df0ee(0xf2),'candlestickSeries':_0x5df0ee(0xdc),'candlestickCategory':_0x5df0ee(0xe8),'candlestickOpen':_0x5df0ee(0xf4),'candlestickHigh':_0x5df0ee(0xdb),'candlestickLow':_0x5df0ee(0xde),'candlestickClose':_0x5df0ee(0xe6),'histogramFrequency':'Frekuensi','treemapEmptyTips':_0x5df0ee(0xf1),'treemapOwnValue':_0x5df0ee(0xd5),'treemapChildren':'Elemen\x20turunan','sunburstEmptyTips':_0x5df0ee(0xee),'sunburstOwnValue':_0x5df0ee(0xd5),'sunburstChildren':_0x5df0ee(0xed),'gaugeEmptyTips':_0x5df0ee(0xef),'gaugeInvalidMapping':_0x5df0ee(0xec),'gaugeInvalidConfig':'Konfigurasi\x20grafik\x20pengukur\x20tidak\x20valid.\x20Periksa\x20skala,\x20rentang,\x20rasio,\x20dan\x20ukurannya.','chordEmptyTips':'Diagram\x20chord\x20memerlukan\x20setidaknya\x20satu\x20hubungan\x20berbobot\x20positif\x20antara\x20dua\x20simpul\x20yang\x20berbeda.','chordInvalidMapping':_0x5df0ee(0xe2),'chordInvalidConfig':_0x5df0ee(0xd9),'chordCount':_0x5df0ee(0xe7),'chordAssociatedValue':_0x5df0ee(0xd1)}};module[_0x5df0ee(0xcc)]=e;
@@ -1 +1 @@
1
- const _0x281fc5=_0x56ee;function _0x1cd2(){const _0x34c5ae=['Parola','2302690sJdypz','La\x20configurazione\x20del\x20diagramma\x20a\x20corde\x20non\x20è\x20valida.\x20Controllare\x20angoli,\x20raggi,\x20opacità\x20e\x20dimensioni.','Chiusura','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','Altro','Conteggio\x20delle\x20relazioni','150jXtrTs','La\x20mappa\x20ad\x20albero\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','Valore\x20associato','27747KeXwWD','Serie\x20{0}','6uksVoi','Valore\x20proprio','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','Primo\x20quartile','Massimo','Il\x20diagramma\x20a\x20corde\x20richiede\x20campi\x20Origine\x20e\x20Destinazione\x20distinti\x20e,\x20facoltativamente,\x20un\x20campo\x20Valore\x20diverso.','Frequenza','La\x20configurazione\x20del\x20grafico\x20a\x20indicatore\x20non\x20è\x20valida.\x20Controllare\x20scala,\x20intervalli,\x20proporzioni\x20e\x20dimensioni.','24736RFZRKh','450aHtrdK','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Minimo','Elementi\x20figli','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Serie\x20OHLC','Negativo','exports','358381crQHLj','(Vuoto)','22377CdfQXk','Apertura','553154yDrrez','Il\x20grafico\x20radiale\x20gerarchico\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','1808ivoQEz','Positivo','Il\x20grafico\x20a\x20indicatore\x20richiede\x20un\x20campo\x20etichetta\x20ed\x20esattamente\x20un\x20campo\x20valore.','4260894xzgvRp'];_0x1cd2=function(){return _0x34c5ae;};return _0x1cd2();}(function(_0x10e628,_0x3ba7df){const _0xcf2e8e=_0x56ee,_0x8f0436=_0x10e628();while(!![]){try{const _0x288d28=parseInt(_0xcf2e8e(0x206))/0x1+-parseInt(_0xcf2e8e(0x1f0))/0x2*(-parseInt(_0xcf2e8e(0x208))/0x3)+parseInt(_0xcf2e8e(0x1fd))/0x4*(-parseInt(_0xcf2e8e(0x1fe))/0x5)+parseInt(_0xcf2e8e(0x1f5))/0x6*(parseInt(_0xcf2e8e(0x20a))/0x7)+parseInt(_0xcf2e8e(0x20c))/0x8*(-parseInt(_0xcf2e8e(0x1f3))/0x9)+parseInt(_0xcf2e8e(0x211))/0xa+parseInt(_0xcf2e8e(0x20f))/0xb;if(_0x288d28===_0x3ba7df)break;else _0x8f0436['push'](_0x8f0436['shift']());}catch(_0x520952){_0x8f0436['push'](_0x8f0436['shift']());}}}(_0x1cd2,0x582ad));const e={'engine-chart':{'seriesDefaultName':_0x281fc5(0x1f4),'categoryDefaultName':'Categoria\x20{0}','blank':_0x281fc5(0x207),'boxplotMin':_0x281fc5(0x200),'boxplotQ1':_0x281fc5(0x1f8),'boxplotMedian':'Mediana','boxplotQ3':'Terzo\x20quartile','boxplotMax':_0x281fc5(0x1f9),'bubbleEmptyTips':_0x281fc5(0x1ff),'cloudWord':_0x281fc5(0x210),'cloudFrequency':'Frequenza','msgEmptyTips':_0x281fc5(0x202),'msgSankeyCircularTips':_0x281fc5(0x214),'paretoLineName':'Percentuale\x20cumulativa','pieAggregateOther':_0x281fc5(0x215),'pieAggregateMembers':'Elementi','relationEmptyTips':_0x281fc5(0x1f7),'waterfallPositive':_0x281fc5(0x20d),'waterfallNegative':_0x281fc5(0x204),'waterfallSubtotal':'Subtotale','candlestickSeries':_0x281fc5(0x203),'candlestickCategory':'Categoria','candlestickOpen':_0x281fc5(0x209),'candlestickHigh':_0x281fc5(0x1f9),'candlestickLow':_0x281fc5(0x200),'candlestickClose':_0x281fc5(0x213),'histogramFrequency':_0x281fc5(0x1fb),'treemapEmptyTips':_0x281fc5(0x1f1),'treemapOwnValue':_0x281fc5(0x1f6),'treemapChildren':_0x281fc5(0x201),'sunburstEmptyTips':_0x281fc5(0x20b),'sunburstOwnValue':_0x281fc5(0x1f6),'sunburstChildren':_0x281fc5(0x201),'gaugeEmptyTips':'Il\x20grafico\x20a\x20indicatore\x20richiede\x20almeno\x20un\x20valore\x20numerico\x20finito.','gaugeInvalidMapping':_0x281fc5(0x20e),'gaugeInvalidConfig':_0x281fc5(0x1fc),'chordEmptyTips':'Il\x20diagramma\x20a\x20corde\x20richiede\x20almeno\x20una\x20relazione\x20con\x20peso\x20positivo\x20tra\x20due\x20nodi\x20distinti.','chordInvalidMapping':_0x281fc5(0x1fa),'chordInvalidConfig':_0x281fc5(0x212),'chordCount':_0x281fc5(0x216),'chordAssociatedValue':_0x281fc5(0x1f2)}};function _0x56ee(_0x12ec7e,_0x5b48c5){_0x12ec7e=_0x12ec7e-0x1f0;const _0x1cd224=_0x1cd2();let _0x56eee0=_0x1cd224[_0x12ec7e];return _0x56eee0;}module[_0x281fc5(0x205)]=e;
1
+ const _0x2d5fc6=_0xbeff;(function(_0x380ab1,_0x4a3db7){const _0x1d70cd=_0xbeff,_0x5b062c=_0x380ab1();while(!![]){try{const _0x50818b=-parseInt(_0x1d70cd(0x16b))/0x1*(parseInt(_0x1d70cd(0x16e))/0x2)+parseInt(_0x1d70cd(0x170))/0x3*(-parseInt(_0x1d70cd(0x171))/0x4)+parseInt(_0x1d70cd(0x154))/0x5*(parseInt(_0x1d70cd(0x17c))/0x6)+-parseInt(_0x1d70cd(0x16a))/0x7*(parseInt(_0x1d70cd(0x16d))/0x8)+-parseInt(_0x1d70cd(0x161))/0x9*(-parseInt(_0x1d70cd(0x15f))/0xa)+parseInt(_0x1d70cd(0x160))/0xb*(-parseInt(_0x1d70cd(0x15c))/0xc)+-parseInt(_0x1d70cd(0x15a))/0xd*(-parseInt(_0x1d70cd(0x15d))/0xe);if(_0x50818b===_0x4a3db7)break;else _0x5b062c['push'](_0x5b062c['shift']());}catch(_0x1979a2){_0x5b062c['push'](_0x5b062c['shift']());}}}(_0x3fe1,0xb9d76));function _0xbeff(_0x400672,_0x568e5a){_0x400672=_0x400672-0x150;const _0x3fe1bb=_0x3fe1();let _0xbeffce=_0x3fe1bb[_0x400672];return _0xbeffce;}const e={'engine-chart':{'seriesDefaultName':_0x2d5fc6(0x152),'categoryDefaultName':_0x2d5fc6(0x178),'blank':_0x2d5fc6(0x17a),'boxplotMin':_0x2d5fc6(0x165),'boxplotQ1':_0x2d5fc6(0x162),'boxplotMedian':_0x2d5fc6(0x17b),'boxplotQ3':_0x2d5fc6(0x174),'boxplotMax':_0x2d5fc6(0x159),'bubbleEmptyTips':_0x2d5fc6(0x150),'cloudWord':_0x2d5fc6(0x151),'cloudFrequency':'Frequenza','msgEmptyTips':_0x2d5fc6(0x156),'msgSankeyCircularTips':_0x2d5fc6(0x16f),'paretoLineName':_0x2d5fc6(0x157),'pieAggregateOther':_0x2d5fc6(0x175),'pieAggregateMembers':'Elementi','relationEmptyTips':_0x2d5fc6(0x169),'waterfallPositive':_0x2d5fc6(0x164),'waterfallNegative':_0x2d5fc6(0x172),'waterfallSubtotal':'Subtotale','candlestickSeries':_0x2d5fc6(0x176),'candlestickCategory':_0x2d5fc6(0x163),'candlestickOpen':_0x2d5fc6(0x155),'candlestickHigh':'Massimo','candlestickLow':_0x2d5fc6(0x165),'candlestickClose':_0x2d5fc6(0x173),'histogramFrequency':_0x2d5fc6(0x17d),'treemapEmptyTips':'La\x20mappa\x20ad\x20albero\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','treemapOwnValue':_0x2d5fc6(0x168),'treemapChildren':'Elementi\x20figli','sunburstEmptyTips':_0x2d5fc6(0x166),'sunburstOwnValue':_0x2d5fc6(0x168),'sunburstChildren':_0x2d5fc6(0x177),'gaugeEmptyTips':_0x2d5fc6(0x179),'gaugeInvalidMapping':_0x2d5fc6(0x158),'gaugeInvalidConfig':_0x2d5fc6(0x167),'chordEmptyTips':'Il\x20diagramma\x20a\x20corde\x20richiede\x20almeno\x20una\x20relazione\x20con\x20peso\x20positivo\x20tra\x20due\x20nodi\x20distinti.','chordInvalidMapping':_0x2d5fc6(0x153),'chordInvalidConfig':_0x2d5fc6(0x17e),'chordCount':_0x2d5fc6(0x15e),'chordAssociatedValue':_0x2d5fc6(0x16c)}};module[_0x2d5fc6(0x15b)]=e;function _0x3fe1(){const _0x53cede=['264hyQjnK','Frequenza','La\x20configurazione\x20del\x20diagramma\x20a\x20corde\x20non\x20è\x20valida.\x20Controllare\x20angoli,\x20raggi,\x20opacità\x20e\x20dimensioni.','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Parola','Serie\x20{0}','Il\x20diagramma\x20a\x20corde\x20richiede\x20campi\x20Origine\x20e\x20Destinazione\x20distinti\x20e,\x20facoltativamente,\x20un\x20campo\x20Valore\x20diverso.','150935HPgpJY','Apertura','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Percentuale\x20cumulativa','Il\x20grafico\x20a\x20indicatore\x20richiede\x20un\x20campo\x20etichetta\x20ed\x20esattamente\x20un\x20campo\x20valore.','Massimo','1323738FIzvxC','exports','12PZBmlY','182cQQShh','Conteggio\x20delle\x20relazioni','130kOarTR','3376153FPLzid','203157zDBngD','Primo\x20quartile','Categoria','Positivo','Minimo','Il\x20grafico\x20radiale\x20gerarchico\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','La\x20configurazione\x20del\x20grafico\x20a\x20indicatore\x20non\x20è\x20valida.\x20Controllare\x20scala,\x20intervalli,\x20proporzioni\x20e\x20dimensioni.','Valore\x20proprio','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','280DrxiAo','728287rvWLwt','Valore\x20associato','191144kUXNGt','2UPHAkW','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','1671sesLGP','1388RacPKn','Negativo','Chiusura','Terzo\x20quartile','Altro','Serie\x20OHLC','Elementi\x20figli','Categoria\x20{0}','Il\x20grafico\x20a\x20indicatore\x20richiede\x20almeno\x20un\x20valore\x20numerico\x20finito.','(Vuoto)','Mediana'];_0x3fe1=function(){return _0x53cede;};return _0x3fe1();}
@@ -1 +1 @@
1
- const _0x5686c1=_0x552d;(function(_0xb762f7,_0x2e3499){const _0x20fa1c=_0x552d,_0x18c855=_0xb762f7();while(!![]){try{const _0x57a100=-parseInt(_0x20fa1c(0x157))/0x1*(-parseInt(_0x20fa1c(0x160))/0x2)+parseInt(_0x20fa1c(0x155))/0x3*(parseInt(_0x20fa1c(0x162))/0x4)+parseInt(_0x20fa1c(0x149))/0x5+-parseInt(_0x20fa1c(0x154))/0x6*(parseInt(_0x20fa1c(0x150))/0x7)+parseInt(_0x20fa1c(0x158))/0x8+parseInt(_0x20fa1c(0x163))/0x9+parseInt(_0x20fa1c(0x15d))/0xa*(-parseInt(_0x20fa1c(0x143))/0xb);if(_0x57a100===_0x2e3499)break;else _0x18c855['push'](_0x18c855['shift']());}catch(_0x4f5588){_0x18c855['push'](_0x18c855['shift']());}}}(_0x598e,0xeec69));const e={'engine-chart':{'seriesDefaultName':_0x5686c1(0x151),'categoryDefaultName':_0x5686c1(0x144),'blank':_0x5686c1(0x14c),'boxplotMin':_0x5686c1(0x142),'boxplotQ1':_0x5686c1(0x14a),'boxplotMedian':_0x5686c1(0x147),'boxplotQ3':_0x5686c1(0x15b),'boxplotMax':_0x5686c1(0x146),'bubbleEmptyTips':_0x5686c1(0x156),'cloudWord':'単語','cloudFrequency':'頻度','msgEmptyTips':'系列を追加してデータの可視化を開始してください','msgSankeyCircularTips':_0x5686c1(0x148),'paretoLineName':'累積パーセンテージ','pieAggregateOther':_0x5686c1(0x15a),'pieAggregateMembers':'項目','relationEmptyTips':_0x5686c1(0x15f),'waterfallPositive':'正の値','waterfallNegative':'負の値','waterfallSubtotal':'小計','candlestickSeries':'OHLC\x20系列','candlestickCategory':'カテゴリ','candlestickOpen':'始値','candlestickHigh':'高値','candlestickLow':'安値','candlestickClose':'終値','histogramFrequency':'度数','treemapEmptyTips':_0x5686c1(0x145),'treemapOwnValue':_0x5686c1(0x153),'treemapChildren':_0x5686c1(0x159),'sunburstEmptyTips':_0x5686c1(0x15c),'sunburstOwnValue':_0x5686c1(0x153),'sunburstChildren':_0x5686c1(0x159),'gaugeEmptyTips':_0x5686c1(0x14f),'gaugeInvalidMapping':_0x5686c1(0x161),'gaugeInvalidConfig':_0x5686c1(0x152),'chordEmptyTips':'コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','chordInvalidMapping':'コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','chordInvalidConfig':_0x5686c1(0x14b),'chordCount':_0x5686c1(0x14e),'chordAssociatedValue':_0x5686c1(0x14d)}};function _0x598e(){const _0x308faf=['ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','自身の値','51414wYytky','12018sxQmmU','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','1qbpCim','6746608mLufBI','子要素','その他','第3四分位数','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','1728890komuAa','exports','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','360358qPUJOq','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','136phrqOX','3639357MLROYy','最小値','55hOAgvB','項目{0}','ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','最大値','中央値','サンキー図には循環データを含めることはできません','3748415nNZZZg','第1四分位数','コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','(空白)','関連付けられた値','関係数','ゲージ図には、1\x20つ以上の有限な数値が必要です。','385HvsZgj','系列{0}'];_0x598e=function(){return _0x308faf;};return _0x598e();}function _0x552d(_0x2c4693,_0x48c218){_0x2c4693=_0x2c4693-0x142;const _0x598eb5=_0x598e();let _0x552dda=_0x598eb5[_0x2c4693];return _0x552dda;}module[_0x5686c1(0x15e)]=e;
1
+ const _0x5e9a46=_0x12a1;(function(_0x1c341f,_0x559ae0){const _0x48aede=_0x12a1,_0x390d9f=_0x1c341f();while(!![]){try{const _0x2fb823=-parseInt(_0x48aede(0xe3))/0x1*(-parseInt(_0x48aede(0xe0))/0x2)+parseInt(_0x48aede(0xdc))/0x3+parseInt(_0x48aede(0xea))/0x4+parseInt(_0x48aede(0xe2))/0x5*(parseInt(_0x48aede(0xf6))/0x6)+-parseInt(_0x48aede(0xf8))/0x7+parseInt(_0x48aede(0xe5))/0x8+-parseInt(_0x48aede(0xe1))/0x9;if(_0x2fb823===_0x559ae0)break;else _0x390d9f['push'](_0x390d9f['shift']());}catch(_0x3713a0){_0x390d9f['push'](_0x390d9f['shift']());}}}(_0x357f,0xa999c));const e={'engine-chart':{'seriesDefaultName':_0x5e9a46(0xf0),'categoryDefaultName':_0x5e9a46(0xde),'blank':_0x5e9a46(0xf4),'boxplotMin':_0x5e9a46(0xee),'boxplotQ1':'第1四分位数','boxplotMedian':_0x5e9a46(0xe6),'boxplotQ3':'第3四分位数','boxplotMax':'最大値','bubbleEmptyTips':'バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','cloudWord':'単語','cloudFrequency':'頻度','msgEmptyTips':_0x5e9a46(0xf7),'msgSankeyCircularTips':_0x5e9a46(0xfb),'paretoLineName':_0x5e9a46(0xe4),'pieAggregateOther':_0x5e9a46(0xf1),'pieAggregateMembers':'項目','relationEmptyTips':_0x5e9a46(0xec),'waterfallPositive':_0x5e9a46(0xf2),'waterfallNegative':_0x5e9a46(0xe8),'waterfallSubtotal':'小計','candlestickSeries':_0x5e9a46(0xf9),'candlestickCategory':_0x5e9a46(0xfa),'candlestickOpen':'始値','candlestickHigh':'高値','candlestickLow':'安値','candlestickClose':'終値','histogramFrequency':'度数','treemapEmptyTips':'ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','treemapOwnValue':_0x5e9a46(0xef),'treemapChildren':_0x5e9a46(0xe7),'sunburstEmptyTips':_0x5e9a46(0xe9),'sunburstOwnValue':_0x5e9a46(0xef),'sunburstChildren':_0x5e9a46(0xe7),'gaugeEmptyTips':'ゲージ図には、1\x20つ以上の有限な数値が必要です。','gaugeInvalidMapping':_0x5e9a46(0xed),'gaugeInvalidConfig':_0x5e9a46(0xda),'chordEmptyTips':_0x5e9a46(0xf5),'chordInvalidMapping':_0x5e9a46(0xdd),'chordInvalidConfig':_0x5e9a46(0xdb),'chordCount':_0x5e9a46(0xeb),'chordAssociatedValue':_0x5e9a46(0xf3)}};function _0x12a1(_0x532f5c,_0x8af7eb){_0x532f5c=_0x532f5c-0xda;const _0x357f1c=_0x357f();let _0x12a1e9=_0x357f1c[_0x532f5c];return _0x12a1e9;}module[_0x5e9a46(0xdf)]=e;function _0x357f(){const _0x20269d=['自身の値','系列{0}','その他','正の値','関連付けられた値','(空白)','コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','369654RqomaG','系列を追加してデータの可視化を開始してください','9354394XcbgOj','OHLC\x20系列','カテゴリ','サンキー図には循環データを含めることはできません','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','2563407IwLseS','コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','項目{0}','exports','560678NZSmHN','18327906WFgLov','55grNHOS','4HiQQwU','累積パーセンテージ','4079696IdGweq','中央値','子要素','負の値','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','3615896DupSdG','関係数','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','最小値'];_0x357f=function(){return _0x20269d;};return _0x357f();}
@@ -1 +1 @@
1
- function _0x3958(_0xeb4786,_0x5a84e5){_0xeb4786=_0xeb4786-0xc7;const _0x171cd8=_0x171c();let _0x395814=_0x171cd8[_0xeb4786];return _0x395814;}const _0x1a84c5=_0x3958;function _0x171c(){const _0x2b30f7=['코드\x20다이어그램에는\x20서로\x20다른\x20원본\x20및\x20대상\x20필드가\x20필요하며,\x20선택적\x20값\x20필드도\x20이들과\x20달라야\x20합니다.','제1사분위수','40266gJRhis','2350lPKicF','계열{0}','부분합','자체\x20값','관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','연결된\x20값','OHLC\x20계열','제3사분위수','항목{0}','최소값','게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','카테고리','48BtBqXW','코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','168flOymf','856835EqGgvc','59778620zNUqRx','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','exports','계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','누적\x20백분율','8713152wbhtpk','7091570vGhKUB','하위\x20요소','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','119352HGCrfZ','13fnOuJk','관계\x20수','150954nJXSnK'];_0x171c=function(){return _0x2b30f7;};return _0x171c();}(function(_0x42ef1c,_0x46e947){const _0x15dfe5=_0x3958,_0x1fa55b=_0x42ef1c();while(!![]){try{const _0x7fdc22=-parseInt(_0x15dfe5(0xe5))/0x1*(parseInt(_0x15dfe5(0xc7))/0x2)+parseInt(_0x15dfe5(0xe4))/0x3*(-parseInt(_0x15dfe5(0xd9))/0x4)+parseInt(_0x15dfe5(0xe1))/0x5+-parseInt(_0x15dfe5(0xe0))/0x6+parseInt(_0x15dfe5(0xda))/0x7*(-parseInt(_0x15dfe5(0xd7))/0x8)+parseInt(_0x15dfe5(0xca))/0x9*(-parseInt(_0x15dfe5(0xcb))/0xa)+parseInt(_0x15dfe5(0xdb))/0xb;if(_0x7fdc22===_0x46e947)break;else _0x1fa55b['push'](_0x1fa55b['shift']());}catch(_0x4ad427){_0x1fa55b['push'](_0x1fa55b['shift']());}}}(_0x171c,0xeb021));const e={'engine-chart':{'seriesDefaultName':_0x1a84c5(0xcc),'categoryDefaultName':_0x1a84c5(0xd3),'blank':'(비어\x20있음)','boxplotMin':_0x1a84c5(0xd4),'boxplotQ1':_0x1a84c5(0xc9),'boxplotMedian':'중앙값','boxplotQ3':_0x1a84c5(0xd2),'boxplotMax':'최대값','bubbleEmptyTips':'거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','cloudWord':'단어','cloudFrequency':'빈도','msgEmptyTips':_0x1a84c5(0xde),'msgSankeyCircularTips':_0x1a84c5(0xdc),'paretoLineName':_0x1a84c5(0xdf),'pieAggregateOther':'기타','pieAggregateMembers':'항목','relationEmptyTips':_0x1a84c5(0xcf),'waterfallPositive':'양수','waterfallNegative':'음수','waterfallSubtotal':_0x1a84c5(0xcd),'candlestickSeries':_0x1a84c5(0xd1),'candlestickCategory':_0x1a84c5(0xd6),'candlestickOpen':'시가','candlestickHigh':'고가','candlestickLow':'저가','candlestickClose':'종가','histogramFrequency':'도수','treemapEmptyTips':'트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','treemapOwnValue':_0x1a84c5(0xce),'treemapChildren':_0x1a84c5(0xe2),'sunburstEmptyTips':'선버스트\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','sunburstOwnValue':'자체\x20값','sunburstChildren':'하위\x20요소','gaugeEmptyTips':_0x1a84c5(0xd5),'gaugeInvalidMapping':'게이지\x20차트에는\x20레이블\x20필드\x20하나와\x20값\x20필드\x20하나가\x20필요합니다.','gaugeInvalidConfig':'게이지\x20차트\x20구성이\x20올바르지\x20않습니다.\x20눈금,\x20범위,\x20비율\x20및\x20크기를\x20확인하세요.','chordEmptyTips':_0x1a84c5(0xd8),'chordInvalidMapping':_0x1a84c5(0xc8),'chordInvalidConfig':_0x1a84c5(0xe3),'chordCount':_0x1a84c5(0xe6),'chordAssociatedValue':_0x1a84c5(0xd0)}};module[_0x1a84c5(0xdd)]=e;
1
+ function _0xef48(_0x3a3e48,_0x2af570){_0x3a3e48=_0x3a3e48-0x167;const _0x129036=_0x1290();let _0xef48f4=_0x129036[_0x3a3e48];return _0xef48f4;}const _0x3adb8f=_0xef48;(function(_0x252276,_0x23357d){const _0x2d0f1d=_0xef48,_0x4db6da=_0x252276();while(!![]){try{const _0x5907f5=parseInt(_0x2d0f1d(0x186))/0x1*(-parseInt(_0x2d0f1d(0x169))/0x2)+parseInt(_0x2d0f1d(0x17b))/0x3*(parseInt(_0x2d0f1d(0x16d))/0x4)+-parseInt(_0x2d0f1d(0x175))/0x5+parseInt(_0x2d0f1d(0x17e))/0x6+parseInt(_0x2d0f1d(0x17a))/0x7*(-parseInt(_0x2d0f1d(0x171))/0x8)+-parseInt(_0x2d0f1d(0x16b))/0x9+-parseInt(_0x2d0f1d(0x174))/0xa*(-parseInt(_0x2d0f1d(0x178))/0xb);if(_0x5907f5===_0x23357d)break;else _0x4db6da['push'](_0x4db6da['shift']());}catch(_0x36346f){_0x4db6da['push'](_0x4db6da['shift']());}}}(_0x1290,0x599be));const e={'engine-chart':{'seriesDefaultName':_0x3adb8f(0x188),'categoryDefaultName':_0x3adb8f(0x183),'blank':_0x3adb8f(0x17f),'boxplotMin':_0x3adb8f(0x17d),'boxplotQ1':_0x3adb8f(0x170),'boxplotMedian':_0x3adb8f(0x16f),'boxplotQ3':'제3사분위수','boxplotMax':_0x3adb8f(0x180),'bubbleEmptyTips':'거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','cloudWord':'단어','cloudFrequency':'빈도','msgEmptyTips':_0x3adb8f(0x176),'msgSankeyCircularTips':_0x3adb8f(0x181),'paretoLineName':_0x3adb8f(0x179),'pieAggregateOther':'기타','pieAggregateMembers':'항목','relationEmptyTips':'관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','waterfallPositive':'양수','waterfallNegative':'음수','waterfallSubtotal':_0x3adb8f(0x184),'candlestickSeries':'OHLC\x20계열','candlestickCategory':_0x3adb8f(0x172),'candlestickOpen':'시가','candlestickHigh':'고가','candlestickLow':'저가','candlestickClose':'종가','histogramFrequency':'도수','treemapEmptyTips':_0x3adb8f(0x16a),'treemapOwnValue':_0x3adb8f(0x173),'treemapChildren':'하위\x20요소','sunburstEmptyTips':_0x3adb8f(0x168),'sunburstOwnValue':_0x3adb8f(0x173),'sunburstChildren':'하위\x20요소','gaugeEmptyTips':_0x3adb8f(0x182),'gaugeInvalidMapping':'게이지\x20차트에는\x20레이블\x20필드\x20하나와\x20값\x20필드\x20하나가\x20필요합니다.','gaugeInvalidConfig':_0x3adb8f(0x185),'chordEmptyTips':_0x3adb8f(0x16c),'chordInvalidMapping':_0x3adb8f(0x167),'chordInvalidConfig':_0x3adb8f(0x17c),'chordCount':_0x3adb8f(0x16e),'chordAssociatedValue':_0x3adb8f(0x187)}};function _0x1290(){const _0x117b40=['트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','6221718uPqTgT','코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','148kJKjuR','관계\x20수','중앙값','제1사분위수','16HHMIQt','카테고리','자체\x20값','8090HxXjXN','3614190OaotAO','계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','exports','23914QXWLTh','누적\x20백분율','1006383UTnjTO','37014IdhTdI','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','최소값','1421106eMFORK','(비어\x20있음)','최대값','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','항목{0}','부분합','게이지\x20차트\x20구성이\x20올바르지\x20않습니다.\x20눈금,\x20범위,\x20비율\x20및\x20크기를\x20확인하세요.','1cMxFoj','연결된\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필요합니다.','766814fEBcdl'];_0x1290=function(){return _0x117b40;};return _0x1290();}module[_0x3adb8f(0x177)]=e;
@@ -1 +1 @@
1
- const _0x794d0d=_0x1cae;(function(_0x56ab52,_0x1714a6){const _0x45d33d=_0x1cae,_0x519f5a=_0x56ab52();while(!![]){try{const _0x1c4086=-parseInt(_0x45d33d(0x1b5))/0x1+parseInt(_0x45d33d(0x19f))/0x2+-parseInt(_0x45d33d(0x1a9))/0x3*(-parseInt(_0x45d33d(0x1ae))/0x4)+parseInt(_0x45d33d(0x1ad))/0x5+-parseInt(_0x45d33d(0x1a4))/0x6+parseInt(_0x45d33d(0x1bd))/0x7+-parseInt(_0x45d33d(0x1a8))/0x8;if(_0x1c4086===_0x1714a6)break;else _0x519f5a['push'](_0x519f5a['shift']());}catch(_0x260835){_0x519f5a['push'](_0x519f5a['shift']());}}}(_0x5519,0x71b56));function _0x1cae(_0x5eb741,_0x42aaf1){_0x5eb741=_0x5eb741-0x19f;const _0x551998=_0x5519();let _0x1caecb=_0x551998[_0x5eb741];return _0x1caecb;}function _0x5519(){const _0x8ea6b2=['Wartość\x20powiązana','Minimum','Ujemne','Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','Wartość\x20własna','Częstotliwość','Elementy','Zamknięcie','Kategoria','302878MkobPx','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','Inne','Dodatnie','Suma\x20częściowa','780060uuLVDB','Trzeci\x20kwartyl','Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','(Puste)','5103696ephnyp','3JFzKDc','Maksimum','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','1285200YfiyuN','2830876DJOJxo','Słowo','Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','Elementy\x20podrzędne','Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','Skumulowany\x20procent','Mediana','219993DZjpyW','Pierwszy\x20kwartyl','Kategoria\x20{0}','Liczba\x20relacji','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','exports','Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','2362619XZRsdT'];_0x5519=function(){return _0x8ea6b2;};return _0x5519();}const e={'engine-chart':{'seriesDefaultName':'Seria\x20{0}','categoryDefaultName':_0x794d0d(0x1b7),'blank':_0x794d0d(0x1a7),'boxplotMin':'Minimum','boxplotQ1':_0x794d0d(0x1b6),'boxplotMedian':_0x794d0d(0x1b4),'boxplotQ3':_0x794d0d(0x1a5),'boxplotMax':_0x794d0d(0x1aa),'bubbleEmptyTips':_0x794d0d(0x1a0),'cloudWord':_0x794d0d(0x1af),'cloudFrequency':_0x794d0d(0x1c3),'msgEmptyTips':_0x794d0d(0x1b0),'msgSankeyCircularTips':_0x794d0d(0x1a6),'paretoLineName':_0x794d0d(0x1b3),'pieAggregateOther':_0x794d0d(0x1a1),'pieAggregateMembers':_0x794d0d(0x1c4),'relationEmptyTips':_0x794d0d(0x1ba),'waterfallPositive':_0x794d0d(0x1a2),'waterfallNegative':_0x794d0d(0x1c0),'waterfallSubtotal':_0x794d0d(0x1a3),'candlestickSeries':'Seria\x20OHLC','candlestickCategory':_0x794d0d(0x1c6),'candlestickOpen':'Otwarcie','candlestickHigh':_0x794d0d(0x1aa),'candlestickLow':_0x794d0d(0x1bf),'candlestickClose':_0x794d0d(0x1c5),'histogramFrequency':'Częstotliwość','treemapEmptyTips':_0x794d0d(0x1c1),'treemapOwnValue':'Wartość\x20własna','treemapChildren':_0x794d0d(0x1b1),'sunburstEmptyTips':_0x794d0d(0x1b2),'sunburstOwnValue':_0x794d0d(0x1c2),'sunburstChildren':_0x794d0d(0x1b1),'gaugeEmptyTips':_0x794d0d(0x1ab),'gaugeInvalidMapping':'Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','gaugeInvalidConfig':'Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','chordEmptyTips':_0x794d0d(0x1b9),'chordInvalidMapping':_0x794d0d(0x1ac),'chordInvalidConfig':_0x794d0d(0x1bc),'chordCount':_0x794d0d(0x1b8),'chordAssociatedValue':_0x794d0d(0x1be)}};module[_0x794d0d(0x1bb)]=e;
1
+ const _0x2deb60=_0x123d;(function(_0x1c0432,_0xb4d1fd){const _0x5ad37b=_0x123d,_0x5767e4=_0x1c0432();while(!![]){try{const _0x2c0fab=parseInt(_0x5ad37b(0x14e))/0x1*(-parseInt(_0x5ad37b(0x151))/0x2)+parseInt(_0x5ad37b(0x157))/0x3+-parseInt(_0x5ad37b(0x158))/0x4*(parseInt(_0x5ad37b(0x16c))/0x5)+parseInt(_0x5ad37b(0x16a))/0x6*(parseInt(_0x5ad37b(0x155))/0x7)+parseInt(_0x5ad37b(0x166))/0x8*(-parseInt(_0x5ad37b(0x15a))/0x9)+parseInt(_0x5ad37b(0x15c))/0xa*(parseInt(_0x5ad37b(0x15d))/0xb)+-parseInt(_0x5ad37b(0x16b))/0xc;if(_0x2c0fab===_0xb4d1fd)break;else _0x5767e4['push'](_0x5767e4['shift']());}catch(_0x34d118){_0x5767e4['push'](_0x5767e4['shift']());}}}(_0x14fc,0xaf6a7));const e={'engine-chart':{'seriesDefaultName':_0x2deb60(0x15e),'categoryDefaultName':_0x2deb60(0x159),'blank':_0x2deb60(0x147),'boxplotMin':_0x2deb60(0x148),'boxplotQ1':_0x2deb60(0x15f),'boxplotMedian':_0x2deb60(0x169),'boxplotQ3':_0x2deb60(0x149),'boxplotMax':_0x2deb60(0x160),'bubbleEmptyTips':_0x2deb60(0x14b),'cloudWord':'Słowo','cloudFrequency':'Częstotliwość','msgEmptyTips':'Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','msgSankeyCircularTips':'Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','paretoLineName':'Skumulowany\x20procent','pieAggregateOther':_0x2deb60(0x167),'pieAggregateMembers':'Elementy','relationEmptyTips':_0x2deb60(0x14f),'waterfallPositive':_0x2deb60(0x163),'waterfallNegative':_0x2deb60(0x164),'waterfallSubtotal':_0x2deb60(0x15b),'candlestickSeries':_0x2deb60(0x150),'candlestickCategory':_0x2deb60(0x152),'candlestickOpen':_0x2deb60(0x153),'candlestickHigh':_0x2deb60(0x160),'candlestickLow':_0x2deb60(0x148),'candlestickClose':'Zamknięcie','histogramFrequency':'Częstotliwość','treemapEmptyTips':_0x2deb60(0x165),'treemapOwnValue':_0x2deb60(0x154),'treemapChildren':'Elementy\x20podrzędne','sunburstEmptyTips':'Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','sunburstOwnValue':_0x2deb60(0x154),'sunburstChildren':_0x2deb60(0x14a),'gaugeEmptyTips':_0x2deb60(0x14c),'gaugeInvalidMapping':_0x2deb60(0x156),'gaugeInvalidConfig':_0x2deb60(0x168),'chordEmptyTips':_0x2deb60(0x161),'chordInvalidMapping':'Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','chordInvalidConfig':'Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','chordCount':_0x2deb60(0x14d),'chordAssociatedValue':_0x2deb60(0x162)}};function _0x123d(_0x3e7b7c,_0x442e0f){_0x3e7b7c=_0x3e7b7c-0x147;const _0x14fcbd=_0x14fc();let _0x123def=_0x14fcbd[_0x3e7b7c];return _0x123def;}module['exports']=e;function _0x14fc(){const _0x3f4284=['Maksimum','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Wartość\x20powiązana','Dodatnie','Ujemne','Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','176096XJgIlY','Inne','Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','Mediana','22398FCegIz','23325708XuaOSA','30yyGwve','(Puste)','Minimum','Trzeci\x20kwartyl','Elementy\x20podrzędne','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Liczba\x20relacji','42499rRahfU','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','Seria\x20OHLC','10lVQaVm','Kategoria','Otwarcie','Wartość\x20własna','1820gqoCZR','Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','3227403ZaQjDC','135572sgqfTV','Kategoria\x20{0}','81MvvukZ','Suma\x20częściowa','20xOdPJR','6764406Euvelf','Seria\x20{0}','Pierwszy\x20kwartyl'];_0x14fc=function(){return _0x3f4284;};return _0x14fc();}
@@ -1 +1 @@
1
- function _0x4f74(_0x34e486,_0x113ad7){_0x34e486=_0x34e486-0x10d;const _0x162c3f=_0x162c();let _0x4f74b6=_0x162c3f[_0x34e486];return _0x4f74b6;}const _0x3f6a08=_0x4f74;(function(_0x1746c4,_0x948be0){const _0x27a553=_0x4f74,_0x376098=_0x1746c4();while(!![]){try{const _0x1b0711=parseInt(_0x27a553(0x132))/0x1*(-parseInt(_0x27a553(0x11a))/0x2)+-parseInt(_0x27a553(0x130))/0x3+parseInt(_0x27a553(0x10e))/0x4+parseInt(_0x27a553(0x112))/0x5+parseInt(_0x27a553(0x11e))/0x6+parseInt(_0x27a553(0x11d))/0x7*(parseInt(_0x27a553(0x114))/0x8)+-parseInt(_0x27a553(0x11c))/0x9;if(_0x1b0711===_0x948be0)break;else _0x376098['push'](_0x376098['shift']());}catch(_0x3c9888){_0x376098['push'](_0x376098['shift']());}}}(_0x162c,0xa1f73));function _0x162c(){const _0x8365d6=['A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','1938930RqQupf','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','1752wCxlRH','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','exports','Máximo','Mínimo','Série\x20OHLC','15914WSacnQ','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','13721544gdMpVp','38353XDoGpU','6804204CEelIs','Fechamento','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','Negativo','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','Elementos\x20filhos','Abertura','Categoria\x20{0}','Porcentagem\x20Cumulativa','Série\x20{0}','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Contagem\x20de\x20relacionamento','Primeiro\x20quartil','Categoria','Valor\x20próprio','Positivo','O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','Terceiro\x20quartil','1010979lUxMWn','Palavra','93wNhbtW','Subtotal','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','2173200GLCRld','Valor\x20associado'];_0x162c=function(){return _0x8365d6;};return _0x162c();}const e={'engine-chart':{'seriesDefaultName':_0x3f6a08(0x127),'categoryDefaultName':_0x3f6a08(0x125),'blank':'(Vazio)','boxplotMin':_0x3f6a08(0x118),'boxplotQ1':_0x3f6a08(0x12a),'boxplotMedian':'Mediana','boxplotQ3':_0x3f6a08(0x12f),'boxplotMax':_0x3f6a08(0x117),'bubbleEmptyTips':_0x3f6a08(0x11b),'cloudWord':_0x3f6a08(0x131),'cloudFrequency':'Frequência','msgEmptyTips':_0x3f6a08(0x111),'msgSankeyCircularTips':_0x3f6a08(0x122),'paretoLineName':_0x3f6a08(0x126),'pieAggregateOther':'Outro','pieAggregateMembers':'Itens','relationEmptyTips':_0x3f6a08(0x120),'waterfallPositive':_0x3f6a08(0x12d),'waterfallNegative':_0x3f6a08(0x121),'waterfallSubtotal':_0x3f6a08(0x133),'candlestickSeries':_0x3f6a08(0x119),'candlestickCategory':_0x3f6a08(0x12b),'candlestickOpen':_0x3f6a08(0x124),'candlestickHigh':'Máxima','candlestickLow':'Mínima','candlestickClose':_0x3f6a08(0x11f),'histogramFrequency':'Frequência','treemapEmptyTips':'O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','treemapOwnValue':_0x3f6a08(0x12c),'treemapChildren':_0x3f6a08(0x123),'sunburstEmptyTips':_0x3f6a08(0x128),'sunburstOwnValue':'Valor\x20próprio','sunburstChildren':'Elementos\x20filhos','gaugeEmptyTips':'O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','gaugeInvalidMapping':_0x3f6a08(0x113),'gaugeInvalidConfig':_0x3f6a08(0x115),'chordEmptyTips':_0x3f6a08(0x10d),'chordInvalidMapping':_0x3f6a08(0x12e),'chordInvalidConfig':_0x3f6a08(0x110),'chordCount':_0x3f6a08(0x129),'chordAssociatedValue':_0x3f6a08(0x10f)}};module[_0x3f6a08(0x116)]=e;
1
+ function _0x39c4(){const _0x5d1109=['64wTtiYv','Frequência','Negativo','Mediana','Positivo','Palavra','3952062whbZCc','Terceiro\x20quartil','3424399hxnOqZ','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','Categoria','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','4DuCAUH','Série\x20OHLC','4236765VhTIET','92012eIJazT','(Vazio)','473312lVJMLP','Categoria\x20{0}','Máxima','exports','15BRCcBQ','20ktEQOa','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','Contagem\x20de\x20relacionamento','Valor\x20associado','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','Elementos\x20filhos','Mínimo','Itens','O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','4565496ybIpwp','2410434VSPhdY','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','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Valor\x20próprio','Porcentagem\x20Cumulativa'];_0x39c4=function(){return _0x5d1109;};return _0x39c4();}const _0x12125b=_0x282c;function _0x282c(_0x17bd26,_0x94209d){_0x17bd26=_0x17bd26-0xf0;const _0x39c44a=_0x39c4();let _0x282c8b=_0x39c44a[_0x17bd26];return _0x282c8b;}(function(_0x19eef5,_0xc9cee3){const _0x13501f=_0x282c,_0x399ca4=_0x19eef5();while(!![]){try{const _0x3d8e2b=-parseInt(_0x13501f(0x109))/0x1*(parseInt(_0x13501f(0x103))/0x2)+parseInt(_0x13501f(0x117))/0x3+-parseInt(_0x13501f(0x100))/0x4*(parseInt(_0x13501f(0x102))/0x5)+parseInt(_0x13501f(0x116))/0x6+-parseInt(_0x13501f(0x105))/0x7*(parseInt(_0x13501f(0xf3))/0x8)+parseInt(_0x13501f(0xf9))/0x9+-parseInt(_0x13501f(0x10a))/0xa*(-parseInt(_0x13501f(0xfb))/0xb);if(_0x3d8e2b===_0xc9cee3)break;else _0x399ca4['push'](_0x399ca4['shift']());}catch(_0x14f74d){_0x399ca4['push'](_0x399ca4['shift']());}}}(_0x39c4,0x85baf));const e={'engine-chart':{'seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x12125b(0x106),'blank':_0x12125b(0x104),'boxplotMin':_0x12125b(0x111),'boxplotQ1':'Primeiro\x20quartil','boxplotMedian':_0x12125b(0xf6),'boxplotQ3':_0x12125b(0xfa),'boxplotMax':'Máximo','bubbleEmptyTips':_0x12125b(0x10c),'cloudWord':_0x12125b(0xf8),'cloudFrequency':_0x12125b(0xf4),'msgEmptyTips':_0x12125b(0x10b),'msgSankeyCircularTips':_0x12125b(0xff),'paretoLineName':_0x12125b(0xf2),'pieAggregateOther':'Outro','pieAggregateMembers':_0x12125b(0x112),'relationEmptyTips':_0x12125b(0x118),'waterfallPositive':_0x12125b(0xf7),'waterfallNegative':_0x12125b(0xf5),'waterfallSubtotal':'Subtotal','candlestickSeries':_0x12125b(0x101),'candlestickCategory':_0x12125b(0xfd),'candlestickOpen':'Abertura','candlestickHigh':_0x12125b(0x107),'candlestickLow':'Mínima','candlestickClose':'Fechamento','histogramFrequency':'Frequência','treemapEmptyTips':_0x12125b(0x115),'treemapOwnValue':_0x12125b(0xf1),'treemapChildren':_0x12125b(0x110),'sunburstEmptyTips':_0x12125b(0xf0),'sunburstOwnValue':_0x12125b(0xf1),'sunburstChildren':_0x12125b(0x110),'gaugeEmptyTips':_0x12125b(0x113),'gaugeInvalidMapping':_0x12125b(0x10f),'gaugeInvalidConfig':_0x12125b(0xfe),'chordEmptyTips':_0x12125b(0xfc),'chordInvalidMapping':'O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','chordInvalidConfig':_0x12125b(0x114),'chordCount':_0x12125b(0x10d),'chordAssociatedValue':_0x12125b(0x10e)}};module[_0x12125b(0x108)]=e;
@@ -1 +1 @@
1
- const _0x3da13d=_0x3a02;(function(_0x3b36ad,_0x26fd98){const _0x5e294f=_0x3a02,_0x955e8d=_0x3b36ad();while(!![]){try{const _0x3aa184=-parseInt(_0x5e294f(0xb6))/0x1*(parseInt(_0x5e294f(0xa5))/0x2)+parseInt(_0x5e294f(0xb4))/0x3+parseInt(_0x5e294f(0xbd))/0x4+-parseInt(_0x5e294f(0xa3))/0x5*(parseInt(_0x5e294f(0xa9))/0x6)+parseInt(_0x5e294f(0xb0))/0x7+-parseInt(_0x5e294f(0xa6))/0x8*(parseInt(_0x5e294f(0xa8))/0x9)+parseInt(_0x5e294f(0xa4))/0xa;if(_0x3aa184===_0x26fd98)break;else _0x955e8d['push'](_0x955e8d['shift']());}catch(_0x3d5e5d){_0x955e8d['push'](_0x955e8d['shift']());}}}(_0x20f4,0x8a747));const e={'engine-chart':{'seriesDefaultName':'Серия\x20{0}','categoryDefaultName':_0x3da13d(0xbb),'blank':_0x3da13d(0x9f),'boxplotMin':'Минимум','boxplotQ1':'Первый\x20квартиль','boxplotMedian':'Медиана','boxplotQ3':_0x3da13d(0xac),'boxplotMax':_0x3da13d(0xa2),'bubbleEmptyTips':_0x3da13d(0xa1),'cloudWord':_0x3da13d(0xb3),'cloudFrequency':_0x3da13d(0xa7),'msgEmptyTips':_0x3da13d(0xb7),'msgSankeyCircularTips':'Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные','paretoLineName':_0x3da13d(0xbc),'pieAggregateOther':_0x3da13d(0xbf),'pieAggregateMembers':_0x3da13d(0xb9),'relationEmptyTips':'Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','waterfallPositive':'Положительное','waterfallNegative':_0x3da13d(0xb5),'waterfallSubtotal':'Промежуточный\x20итог','candlestickSeries':_0x3da13d(0xa0),'candlestickCategory':_0x3da13d(0xaf),'candlestickOpen':'Открытие','candlestickHigh':_0x3da13d(0xa2),'candlestickLow':'Минимум','candlestickClose':_0x3da13d(0xbe),'histogramFrequency':_0x3da13d(0xa7),'treemapEmptyTips':'Для\x20древовидной\x20карты\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','treemapOwnValue':_0x3da13d(0xb2),'treemapChildren':_0x3da13d(0xae),'sunburstEmptyTips':_0x3da13d(0xb1),'sunburstOwnValue':_0x3da13d(0xb2),'sunburstChildren':_0x3da13d(0xae),'gaugeEmptyTips':_0x3da13d(0xab),'gaugeInvalidMapping':_0x3da13d(0xb8),'gaugeInvalidConfig':'Конфигурация\x20индикаторной\x20диаграммы\x20недопустима.\x20Проверьте\x20шкалу,\x20диапазоны,\x20пропорции\x20и\x20размеры.','chordEmptyTips':_0x3da13d(0xad),'chordInvalidMapping':'Для\x20хордовой\x20диаграммы\x20требуются\x20разные\x20поля\x20источника\x20и\x20назначения,\x20а\x20также\x20необязательное\x20отдельное\x20поле\x20значения.','chordInvalidConfig':_0x3da13d(0xba),'chordCount':_0x3da13d(0x9e),'chordAssociatedValue':'Связанное\x20значение'}};function _0x3a02(_0x38b3aa,_0x2424f6){_0x38b3aa=_0x38b3aa-0x9e;const _0x20f4c3=_0x20f4();let _0x3a0293=_0x20f4c3[_0x38b3aa];return _0x3a0293;}module[_0x3da13d(0xaa)]=e;function _0x20f4(){const _0x36a162=['3398297QuYTZB','Для\x20кольцевой\x20иерархической\x20диаграммы\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','Собственное\x20значение','Слово','33483xgExHj','Отрицательное','6GizYNI','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Для\x20индикаторной\x20диаграммы\x20требуется\x20одно\x20поле\x20подписи\x20и\x20ровно\x20одно\x20поле\x20значения.','Элементы','Конфигурация\x20хордовой\x20диаграммы\x20недопустима.\x20Проверьте\x20углы,\x20радиусы,\x20непрозрачность\x20и\x20размеры.','Категория\x20{0}','Накопительный\x20процент','3912164WNQTro','Закрытие','Другие','Количество\x20отношений','Пусто','Ряд\x20OHLC','Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y','Максимум','45ycmuzg','9381180hNKwZV','239374nkOmLy','2214232AbEEKm','Частота','9OoHLtF','567186BqwSiN','exports','Для\x20индикаторной\x20диаграммы\x20требуется\x20хотя\x20бы\x20одно\x20конечное\x20числовое\x20значение.','Третий\x20квартиль','Для\x20хордовой\x20диаграммы\x20требуется\x20хотя\x20бы\x20одна\x20связь\x20с\x20положительным\x20весом\x20между\x20двумя\x20разными\x20узлами.','Дочерние\x20элементы','Категория'];_0x20f4=function(){return _0x36a162;};return _0x20f4();}
1
+ function _0xe30d(){const _0x812434=['2779nndQAw','Конфигурация\x20хордовой\x20диаграммы\x20недопустима.\x20Проверьте\x20углы,\x20радиусы,\x20непрозрачность\x20и\x20размеры.','2eieeph','393552HhBefe','342471vUkYSJ','665580GKtxgo','Дочерние\x20элементы','252sWZtOu','Категория\x20{0}','1872mjPIoF','Закрытие','Медиана','Для\x20индикаторной\x20диаграммы\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ось\x20X,\x20ось\x20Y','143QUcCzw','Для\x20хордовой\x20диаграммы\x20требуются\x20разные\x20поля\x20источника\x20и\x20назначения,\x20а\x20также\x20необязательное\x20отдельное\x20поле\x20значения.','Третий\x20квартиль','Собственное\x20значение','Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные','exports','Открытие','Элементы','163680ZYoLwL','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Минимум','Связанное\x20значение','25385pyDxTU','Максимум','Ряд\x20OHLC','Конфигурация\x20индикаторной\x20диаграммы\x20недопустима.\x20Проверьте\x20шкалу,\x20диапазоны,\x20пропорции\x20и\x20размеры.','171029cLEZYT','Промежуточный\x20итог','Первый\x20квартиль','Частота'];_0xe30d=function(){return _0x812434;};return _0xe30d();}const _0x34bd87=_0x425f;(function(_0x19a8ea,_0x12ff8f){const _0x44b46c=_0x425f,_0x56ff6c=_0x19a8ea();while(!![]){try{const _0x214d51=-parseInt(_0x44b46c(0xb4))/0x1+-parseInt(_0x44b46c(0xba))/0x2*(parseInt(_0x44b46c(0xbc))/0x3)+parseInt(_0x44b46c(0xbf))/0x4*(-parseInt(_0x44b46c(0xb0))/0x5)+-parseInt(_0x44b46c(0xc1))/0x6*(parseInt(_0x44b46c(0xb8))/0x7)+parseInt(_0x44b46c(0xab))/0x8+parseInt(_0x44b46c(0xbb))/0x9+-parseInt(_0x44b46c(0xbd))/0xa*(-parseInt(_0x44b46c(0xa3))/0xb);if(_0x214d51===_0x12ff8f)break;else _0x56ff6c['push'](_0x56ff6c['shift']());}catch(_0x40efe2){_0x56ff6c['push'](_0x56ff6c['shift']());}}}(_0xe30d,0x30f5d));function _0x425f(_0x244e19,_0x4ca5ff){_0x244e19=_0x244e19-0xa3;const _0xe30dd3=_0xe30d();let _0x425f90=_0xe30dd3[_0x244e19];return _0x425f90;}const e={'engine-chart':{'seriesDefaultName':'Серия\x20{0}','categoryDefaultName':_0x34bd87(0xc0),'blank':'Пусто','boxplotMin':_0x34bd87(0xae),'boxplotQ1':_0x34bd87(0xb6),'boxplotMedian':_0x34bd87(0xc3),'boxplotQ3':_0x34bd87(0xa5),'boxplotMax':_0x34bd87(0xb1),'bubbleEmptyTips':_0x34bd87(0xc9),'cloudWord':_0x34bd87(0xc8),'cloudFrequency':_0x34bd87(0xb7),'msgEmptyTips':_0x34bd87(0xad),'msgSankeyCircularTips':_0x34bd87(0xa7),'paretoLineName':_0x34bd87(0xc5),'pieAggregateOther':'Другие','pieAggregateMembers':_0x34bd87(0xaa),'relationEmptyTips':_0x34bd87(0xac),'waterfallPositive':'Положительное','waterfallNegative':'Отрицательное','waterfallSubtotal':_0x34bd87(0xb5),'candlestickSeries':_0x34bd87(0xb2),'candlestickCategory':'Категория','candlestickOpen':_0x34bd87(0xa9),'candlestickHigh':_0x34bd87(0xb1),'candlestickLow':'Минимум','candlestickClose':_0x34bd87(0xc2),'histogramFrequency':_0x34bd87(0xb7),'treemapEmptyTips':'Для\x20древовидной\x20карты\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','treemapOwnValue':_0x34bd87(0xa6),'treemapChildren':_0x34bd87(0xbe),'sunburstEmptyTips':'Для\x20кольцевой\x20иерархической\x20диаграммы\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','sunburstOwnValue':'Собственное\x20значение','sunburstChildren':_0x34bd87(0xbe),'gaugeEmptyTips':_0x34bd87(0xc7),'gaugeInvalidMapping':_0x34bd87(0xc4),'gaugeInvalidConfig':_0x34bd87(0xb3),'chordEmptyTips':'Для\x20хордовой\x20диаграммы\x20требуется\x20хотя\x20бы\x20одна\x20связь\x20с\x20положительным\x20весом\x20между\x20двумя\x20разными\x20узлами.','chordInvalidMapping':_0x34bd87(0xa4),'chordInvalidConfig':_0x34bd87(0xb9),'chordCount':_0x34bd87(0xc6),'chordAssociatedValue':_0x34bd87(0xaf)}};module[_0x34bd87(0xa8)]=e;
@@ -1 +1 @@
1
- const _0x16285a=_0x341e;(function(_0x43b3ca,_0xc20fd3){const _0x316ed9=_0x341e,_0x272259=_0x43b3ca();while(!![]){try{const _0x318bf8=parseInt(_0x316ed9(0x11c))/0x1*(parseInt(_0x316ed9(0x12e))/0x2)+parseInt(_0x316ed9(0x129))/0x3+-parseInt(_0x316ed9(0x113))/0x4+parseInt(_0x316ed9(0x127))/0x5+-parseInt(_0x316ed9(0x10a))/0x6+parseInt(_0x316ed9(0x111))/0x7*(parseInt(_0x316ed9(0x11d))/0x8)+parseInt(_0x316ed9(0x10f))/0x9*(parseInt(_0x316ed9(0x122))/0xa);if(_0x318bf8===_0xc20fd3)break;else _0x272259['push'](_0x272259['shift']());}catch(_0x18f8ba){_0x272259['push'](_0x272259['shift']());}}}(_0x4cd7,0xac6a6));const e={'engine-chart':{'seriesDefaultName':_0x16285a(0x112),'categoryDefaultName':'Kategória\x20{0}','blank':_0x16285a(0x121),'boxplotMin':'Minimum','boxplotQ1':_0x16285a(0x118),'boxplotMedian':'Medián','boxplotQ3':'Tretí\x20kvartil','boxplotMax':_0x16285a(0x108),'bubbleEmptyTips':_0x16285a(0x123),'cloudWord':'Slovo','cloudFrequency':_0x16285a(0x117),'msgEmptyTips':_0x16285a(0x115),'msgSankeyCircularTips':_0x16285a(0x125),'paretoLineName':_0x16285a(0x11e),'pieAggregateOther':_0x16285a(0x109),'pieAggregateMembers':'Položky','relationEmptyTips':_0x16285a(0x119),'waterfallPositive':_0x16285a(0x12a),'waterfallNegative':_0x16285a(0x110),'waterfallSubtotal':_0x16285a(0x12d),'candlestickSeries':_0x16285a(0x10b),'candlestickCategory':_0x16285a(0x116),'candlestickOpen':'Otvorenie','candlestickHigh':_0x16285a(0x108),'candlestickLow':_0x16285a(0x126),'candlestickClose':_0x16285a(0x10d),'histogramFrequency':_0x16285a(0x117),'treemapEmptyTips':_0x16285a(0x12b),'treemapOwnValue':_0x16285a(0x12c),'treemapChildren':_0x16285a(0x11f),'sunburstEmptyTips':_0x16285a(0x124),'sunburstOwnValue':_0x16285a(0x12c),'sunburstChildren':_0x16285a(0x11f),'gaugeEmptyTips':_0x16285a(0x120),'gaugeInvalidMapping':'Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.','gaugeInvalidConfig':_0x16285a(0x114),'chordEmptyTips':_0x16285a(0x11b),'chordInvalidMapping':_0x16285a(0x11a),'chordInvalidConfig':_0x16285a(0x10c),'chordCount':_0x16285a(0x10e),'chordAssociatedValue':'Priradená\x20hodnota'}};function _0x341e(_0x38a00c,_0x53a4eb){_0x38a00c=_0x38a00c-0x108;const _0x4cd76e=_0x4cd7();let _0x341e0e=_0x4cd76e[_0x38a00c];return _0x341e0e;}function _0x4cd7(){const _0x344bff=['Iné','7223754BjWWXw','Rad\x20OHLC','Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','Zatvorenie','Počet\x20vzťahov','3897ePyVij','Negatívne','7oiJaWJ','Séria\x20{0}','5377496myIKmo','Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','Kategória','Frekvencia','Prvý\x20kvartil','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','23GKsRRl','1571872avDMxb','Kumulatívne\x20percento','Podradené\x20prvky','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','(Prázdne)','27690BgzIiL','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Minimum','4371610rJBIYY','exports','2628405xNuZCO','Pozitívne','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Vlastná\x20hodnota','Medzisúčet','9446AaGKHn','Maximum'];_0x4cd7=function(){return _0x344bff;};return _0x4cd7();}module[_0x16285a(0x128)]=e;
1
+ const _0x40eae3=_0x5e3f;(function(_0x4b2c65,_0x1c9ae2){const _0xfbfede=_0x5e3f,_0x51d4e3=_0x4b2c65();while(!![]){try{const _0x3eadd7=parseInt(_0xfbfede(0x88))/0x1*(parseInt(_0xfbfede(0x8b))/0x2)+-parseInt(_0xfbfede(0xab))/0x3*(parseInt(_0xfbfede(0xad))/0x4)+-parseInt(_0xfbfede(0xa2))/0x5+parseInt(_0xfbfede(0x8f))/0x6+-parseInt(_0xfbfede(0xa8))/0x7+parseInt(_0xfbfede(0x9b))/0x8*(parseInt(_0xfbfede(0xa7))/0x9)+parseInt(_0xfbfede(0xa9))/0xa;if(_0x3eadd7===_0x1c9ae2)break;else _0x51d4e3['push'](_0x51d4e3['shift']());}catch(_0x38ebf6){_0x51d4e3['push'](_0x51d4e3['shift']());}}}(_0x4468,0xee2bf));function _0x5e3f(_0xe11a04,_0x105042){_0xe11a04=_0xe11a04-0x86;const _0x44689c=_0x4468();let _0x5e3faf=_0x44689c[_0xe11a04];return _0x5e3faf;}function _0x4468(){const _0x437736=['Maximum','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Negatívne','Medzisúčet','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Medián','exports','Počet\x20vzťahov','Slovo','8jjXfLL','Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','Frekvencia','Tretí\x20kvartil','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','6191615bAVAQw','Kumulatívne\x20percento','Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','Podradené\x20prvky','Vlastná\x20hodnota','6426648EnmxxN','814828Qwnmjf','9139900QMMroo','Kategória','225lbDVme','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','93172MVrywy','Minimum','Prvý\x20kvartil','Iné','1rgCeNJ','Pozitívne','Séria\x20{0}','2677122dfvRtc','(Prázdne)','Zatvorenie','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','6663780akFKRA','Rad\x20OHLC','Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.'];_0x4468=function(){return _0x437736;};return _0x4468();}const e={'engine-chart':{'seriesDefaultName':_0x40eae3(0x8a),'categoryDefaultName':'Kategória\x20{0}','blank':_0x40eae3(0x8c),'boxplotMin':_0x40eae3(0xae),'boxplotQ1':_0x40eae3(0x86),'boxplotMedian':_0x40eae3(0x97),'boxplotQ3':_0x40eae3(0xa0),'boxplotMax':_0x40eae3(0x92),'bubbleEmptyTips':_0x40eae3(0xa1),'cloudWord':_0x40eae3(0x9a),'cloudFrequency':_0x40eae3(0x9f),'msgEmptyTips':_0x40eae3(0xac),'msgSankeyCircularTips':_0x40eae3(0x9d),'paretoLineName':_0x40eae3(0xa3),'pieAggregateOther':_0x40eae3(0x87),'pieAggregateMembers':'Položky','relationEmptyTips':_0x40eae3(0x96),'waterfallPositive':_0x40eae3(0x89),'waterfallNegative':_0x40eae3(0x94),'waterfallSubtotal':_0x40eae3(0x95),'candlestickSeries':_0x40eae3(0x90),'candlestickCategory':_0x40eae3(0xaa),'candlestickOpen':'Otvorenie','candlestickHigh':_0x40eae3(0x92),'candlestickLow':'Minimum','candlestickClose':_0x40eae3(0x8d),'histogramFrequency':_0x40eae3(0x9f),'treemapEmptyTips':_0x40eae3(0x93),'treemapOwnValue':_0x40eae3(0xa6),'treemapChildren':_0x40eae3(0xa5),'sunburstEmptyTips':'Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','sunburstOwnValue':_0x40eae3(0xa6),'sunburstChildren':_0x40eae3(0xa5),'gaugeEmptyTips':_0x40eae3(0x8e),'gaugeInvalidMapping':_0x40eae3(0x91),'gaugeInvalidConfig':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.','chordEmptyTips':_0x40eae3(0x9c),'chordInvalidMapping':_0x40eae3(0xa4),'chordInvalidConfig':_0x40eae3(0x9e),'chordCount':_0x40eae3(0x99),'chordAssociatedValue':'Priradená\x20hodnota'}};module[_0x40eae3(0x98)]=e;
@@ -1 +1 @@
1
- const _0x529040=_0x5681;function _0x5681(_0x40b9be,_0x3059e0){_0x40b9be=_0x40b9be-0x129;const _0x4ea5d7=_0x4ea5();let _0x56814d=_0x4ea5d7[_0x40b9be];return _0x56814d;}(function(_0x37e9f4,_0x648d59){const _0x51ec70=_0x5681,_0x17f767=_0x37e9f4();while(!![]){try{const _0xdb00ef=parseInt(_0x51ec70(0x140))/0x1+-parseInt(_0x51ec70(0x13f))/0x2*(-parseInt(_0x51ec70(0x12e))/0x3)+-parseInt(_0x51ec70(0x12d))/0x4*(parseInt(_0x51ec70(0x133))/0x5)+-parseInt(_0x51ec70(0x130))/0x6+-parseInt(_0x51ec70(0x149))/0x7+parseInt(_0x51ec70(0x137))/0x8*(parseInt(_0x51ec70(0x135))/0x9)+parseInt(_0x51ec70(0x12b))/0xa*(parseInt(_0x51ec70(0x138))/0xb);if(_0xdb00ef===_0x648d59)break;else _0x17f767['push'](_0x17f767['shift']());}catch(_0x5c815f){_0x17f767['push'](_0x17f767['shift']());}}}(_0x4ea5,0xac100));function _0x4ea5(){const _0x5c66bc=['Giá\x20trị\x20lớn\x20nhất','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','6171032nRKKNz','Phần\x20tư\x20thứ\x20ba','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','Giá\x20trị\x20nhỏ\x20nhất','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Khác','Phần\x20tư\x20thứ\x20nhất','Giá\x20đóng\x20cửa','Giá\x20thấp\x20nhất','1150GJvFNX','Tần\x20suất','32AQmrWi','421677kQcEzR','Giá\x20trị\x20liên\x20kết','6537414viAfSq','Số\x20lượng\x20mối\x20quan\x20hệ','Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','471545OKUszV','Phần\x20tử\x20con','6980409ipMTib','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','8GlKNLQ','95403YPwCHy','Thành\x20phần','Giá\x20cao\x20nhất','Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Trung\x20vị','Giá\x20trị\x20dương','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','6guLUSM','1235712lxSoTY','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','exports','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','Tổng\x20phụ','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Tỷ\x20lệ\x20tích\x20lũy'];_0x4ea5=function(){return _0x5c66bc;};return _0x4ea5();}const e={'engine-chart':{'seriesDefaultName':'Loạt\x20{0}','categoryDefaultName':'Danh\x20mục\x20{0}','blank':'(Trống)','boxplotMin':_0x529040(0x14d),'boxplotQ1':_0x529040(0x150),'boxplotMedian':_0x529040(0x13c),'boxplotQ3':_0x529040(0x14a),'boxplotMax':_0x529040(0x147),'bubbleEmptyTips':_0x529040(0x141),'cloudWord':'Từ','cloudFrequency':_0x529040(0x12c),'msgEmptyTips':_0x529040(0x14e),'msgSankeyCircularTips':_0x529040(0x13e),'paretoLineName':_0x529040(0x146),'pieAggregateOther':_0x529040(0x14f),'pieAggregateMembers':_0x529040(0x139),'relationEmptyTips':_0x529040(0x145),'waterfallPositive':_0x529040(0x13d),'waterfallNegative':'Giá\x20trị\x20âm','waterfallSubtotal':_0x529040(0x144),'candlestickSeries':'Chuỗi\x20OHLC','candlestickCategory':'Danh\x20mục','candlestickOpen':'Giá\x20mở\x20cửa','candlestickHigh':_0x529040(0x13a),'candlestickLow':_0x529040(0x12a),'candlestickClose':_0x529040(0x129),'histogramFrequency':_0x529040(0x12c),'treemapEmptyTips':'Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','treemapOwnValue':'Giá\x20trị\x20riêng','treemapChildren':_0x529040(0x134),'sunburstEmptyTips':_0x529040(0x13b),'sunburstOwnValue':'Giá\x20trị\x20riêng','sunburstChildren':'Phần\x20tử\x20con','gaugeEmptyTips':_0x529040(0x143),'gaugeInvalidMapping':_0x529040(0x148),'gaugeInvalidConfig':_0x529040(0x136),'chordEmptyTips':_0x529040(0x132),'chordInvalidMapping':_0x529040(0x14c),'chordInvalidConfig':_0x529040(0x14b),'chordCount':_0x529040(0x131),'chordAssociatedValue':_0x529040(0x12f)}};module[_0x529040(0x142)]=e;
1
+ const _0x24db1d=_0x7f2d;(function(_0x8232f1,_0x52de50){const _0x2cb0b3=_0x7f2d,_0x48cad0=_0x8232f1();while(!![]){try{const _0x5ea761=parseInt(_0x2cb0b3(0xd7))/0x1+parseInt(_0x2cb0b3(0xcc))/0x2*(-parseInt(_0x2cb0b3(0xeb))/0x3)+parseInt(_0x2cb0b3(0xec))/0x4*(parseInt(_0x2cb0b3(0xef))/0x5)+-parseInt(_0x2cb0b3(0xce))/0x6+-parseInt(_0x2cb0b3(0xd9))/0x7+parseInt(_0x2cb0b3(0xd1))/0x8*(parseInt(_0x2cb0b3(0xe9))/0x9)+-parseInt(_0x2cb0b3(0xe6))/0xa*(-parseInt(_0x2cb0b3(0xe0))/0xb);if(_0x5ea761===_0x52de50)break;else _0x48cad0['push'](_0x48cad0['shift']());}catch(_0x33cdba){_0x48cad0['push'](_0x48cad0['shift']());}}}(_0x3426,0x8c820));function _0x7f2d(_0xd2a76e,_0x2a33df){_0xd2a76e=_0xd2a76e-0xcc;const _0x342605=_0x3426();let _0x7f2d0e=_0x342605[_0xd2a76e];return _0x7f2d0e;}const e={'engine-chart':{'seriesDefaultName':_0x24db1d(0xed),'categoryDefaultName':_0x24db1d(0xcd),'blank':_0x24db1d(0xcf),'boxplotMin':_0x24db1d(0xf1),'boxplotQ1':'Phần\x20tư\x20thứ\x20nhất','boxplotMedian':_0x24db1d(0xd8),'boxplotQ3':_0x24db1d(0xe5),'boxplotMax':_0x24db1d(0xd2),'bubbleEmptyTips':_0x24db1d(0xde),'cloudWord':'Từ','cloudFrequency':'Tần\x20suất','msgEmptyTips':_0x24db1d(0xf0),'msgSankeyCircularTips':_0x24db1d(0xe1),'paretoLineName':_0x24db1d(0xdb),'pieAggregateOther':_0x24db1d(0xea),'pieAggregateMembers':_0x24db1d(0xe2),'relationEmptyTips':'Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','waterfallPositive':_0x24db1d(0xe4),'waterfallNegative':_0x24db1d(0xd0),'waterfallSubtotal':_0x24db1d(0xdf),'candlestickSeries':_0x24db1d(0xe8),'candlestickCategory':_0x24db1d(0xf3),'candlestickOpen':_0x24db1d(0xf2),'candlestickHigh':_0x24db1d(0xe7),'candlestickLow':_0x24db1d(0xee),'candlestickClose':_0x24db1d(0xdd),'histogramFrequency':_0x24db1d(0xda),'treemapEmptyTips':_0x24db1d(0xd4),'treemapOwnValue':_0x24db1d(0xdc),'treemapChildren':_0x24db1d(0xd5),'sunburstEmptyTips':'Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','sunburstOwnValue':_0x24db1d(0xdc),'sunburstChildren':_0x24db1d(0xd5),'gaugeEmptyTips':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','gaugeInvalidMapping':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','gaugeInvalidConfig':'Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','chordEmptyTips':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','chordInvalidMapping':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','chordInvalidConfig':_0x24db1d(0xd3),'chordCount':_0x24db1d(0xe3),'chordAssociatedValue':'Giá\x20trị\x20liên\x20kết'}};module[_0x24db1d(0xd6)]=e;function _0x3426(){const _0x152147=['Giá\x20trị\x20âm','296scaoiJ','Giá\x20trị\x20lớn\x20nhất','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Phần\x20tử\x20con','exports','643451mpvTQZ','Trung\x20vị','3414054BDdcWe','Tần\x20suất','Tỷ\x20lệ\x20tích\x20lũy','Giá\x20trị\x20riêng','Giá\x20đóng\x20cửa','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Tổng\x20phụ','198bZLVvd','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Thành\x20phần','Số\x20lượng\x20mối\x20quan\x20hệ','Giá\x20trị\x20dương','Phần\x20tư\x20thứ\x20ba','296840sjboDE','Giá\x20cao\x20nhất','Chuỗi\x20OHLC','84510FMGvtT','Khác','3jTsyRm','4ENtCNK','Loạt\x20{0}','Giá\x20thấp\x20nhất','3475085iKvPzt','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Giá\x20trị\x20nhỏ\x20nhất','Giá\x20mở\x20cửa','Danh\x20mục','2221334HzligP','Danh\x20mục\x20{0}','277806jJiYgm','(Trống)'];_0x3426=function(){return _0x152147;};return _0x3426();}