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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +232 -7
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/ChartEditPanel.d.ts +49 -0
  63. package/lib/types/components/ChartInlineTableEditor.d.ts +1 -1
  64. package/lib/types/components/ChartSemanticDataFields.d.ts +3 -3
  65. package/lib/types/components/ChartTypeOptions.d.ts +148 -2
  66. package/lib/types/components/FontFormatBar.d.ts +19 -1
  67. package/lib/types/components/chart-inline-starter-data.d.ts +16 -6
  68. package/lib/types/components/use-chart-panel-input-focus.d.ts +4 -0
  69. package/lib/types/controllers/components.controller.d.ts +4 -2
  70. package/lib/types/editor/ChartEditorProvider.d.ts +11 -0
  71. package/lib/types/editor/atoms/common/ChartFontAtom.d.ts +28 -0
  72. package/lib/types/editor/atoms/common/ChartNumberFormatAtom.d.ts +9 -0
  73. package/lib/types/editor/atoms/common/chart-number-format.d.ts +28 -0
  74. package/lib/types/editor/components/ChartCheckboxField.d.ts +11 -0
  75. package/lib/types/editor/components/ChartColorField.d.ts +13 -0
  76. package/lib/types/editor/components/ChartField.d.ts +15 -0
  77. package/lib/types/editor/components/ChartFieldGroup.d.ts +9 -0
  78. package/lib/types/editor/components/ChartFieldGroupTitle.d.ts +6 -0
  79. package/lib/types/editor/components/ChartFieldRow.d.ts +5 -0
  80. package/lib/types/editor/components/ChartFontField.d.ts +28 -0
  81. package/lib/types/editor/components/ChartImageSelectField.d.ts +13 -0
  82. package/lib/types/editor/components/ChartListField.d.ts +18 -0
  83. package/lib/types/editor/components/ChartMultiSelectField.d.ts +25 -0
  84. package/lib/types/editor/components/ChartNumberField.d.ts +16 -0
  85. package/lib/types/editor/components/ChartSelectField.d.ts +25 -0
  86. package/lib/types/editor/components/ChartTextField.d.ts +14 -0
  87. package/lib/types/editor/hooks/use-chart-config-state.d.ts +3 -0
  88. package/lib/types/editor/hooks/use-chart-data-mapping-fields.d.ts +5 -0
  89. package/lib/types/editor/hooks/use-chart-editor-model.d.ts +3 -0
  90. package/lib/types/editor/hooks/use-chart-runtime-context.d.ts +13 -0
  91. package/lib/types/editor/routing/chart-edit-panel-route.d.ts +21 -0
  92. package/lib/types/editor/sections/ChartAxisSections.d.ts +63 -0
  93. package/lib/types/editor/sections/ChartIndicatorLineSection.d.ts +20 -0
  94. package/lib/types/editor/sections/ChartLegendSection.d.ts +27 -0
  95. package/lib/types/editor/sections/ChartLineAndAreaSection.d.ts +11 -0
  96. package/lib/types/editor/sections/ChartParetoSeriesSection.d.ts +26 -0
  97. package/lib/types/editor/sections/ChartSeriesSection.d.ts +60 -0
  98. package/lib/types/editor/sections/ChartSetupSections.d.ts +21 -0
  99. package/lib/types/editor/sections/ChartStyleSection.d.ts +15 -0
  100. package/lib/types/editor/sections/ChartTitleSections.d.ts +50 -0
  101. package/lib/types/editor/sections/ChartTrendlineSection.d.ts +18 -0
  102. package/lib/types/editor/sections/chart-capabilities.d.ts +10 -0
  103. package/lib/types/editor/sections/chart-style-options.d.ts +86 -0
  104. package/lib/types/editor/sections/specific-section/ChartCandlestickStyleSection.d.ts +1 -0
  105. package/lib/types/editor/sections/specific-section/ChartFunnelStyleSection.d.ts +10 -0
  106. package/lib/types/editor/sections/specific-section/ChartHeatmapStyleSection.d.ts +10 -0
  107. package/lib/types/editor/sections/specific-section/ChartHistogramStyleSection.d.ts +1 -0
  108. package/lib/types/editor/sections/specific-section/ChartPieStyleSection.d.ts +21 -0
  109. package/lib/types/editor/sections/specific-section/ChartRadarStyleSection.d.ts +9 -0
  110. package/lib/types/editor/sections/specific-section/ChartRelationStyleSection.d.ts +17 -0
  111. package/lib/types/editor/sections/specific-section/ChartTreemapStyleSection.d.ts +1 -0
  112. package/lib/types/editor/sections/specific-section/ChartTypeSpecificSections.d.ts +9 -0
  113. package/lib/types/editor/sections/specific-section/ChartWaterfallStyleSection.d.ts +26 -0
  114. package/lib/types/editor/sections/specific-section/ChartWordCloudStyleSection.d.ts +21 -0
  115. package/lib/types/editor/sections/specific-section/ChordDataMappingAtom.d.ts +1 -0
  116. package/lib/types/editor/sections/specific-section/ChordLabelAtom.d.ts +1 -0
  117. package/lib/types/editor/sections/specific-section/ChordLayoutAtom.d.ts +1 -0
  118. package/lib/types/editor/sections/specific-section/ChordRibbonAtom.d.ts +1 -0
  119. package/lib/types/editor/sections/specific-section/GaugeDataMappingAtom.d.ts +1 -0
  120. package/lib/types/editor/sections/specific-section/GaugeModeAtom.d.ts +1 -0
  121. package/lib/types/editor/sections/specific-section/GaugePointerAtom.d.ts +1 -0
  122. package/lib/types/editor/sections/specific-section/GaugeProgressAtom.d.ts +1 -0
  123. package/lib/types/editor/sections/specific-section/GaugeRangesAtom.d.ts +1 -0
  124. package/lib/types/editor/sections/specific-section/GaugeScaleAtom.d.ts +1 -0
  125. package/lib/types/editor/sections/specific-section/SunburstCenterLabelAtom.d.ts +1 -0
  126. package/lib/types/editor/sections/specific-section/SunburstDataMappingAtom.d.ts +1 -0
  127. package/lib/types/editor/sections/specific-section/SunburstLabelAtom.d.ts +1 -0
  128. package/lib/types/editor/sections/specific-section/chord-field-options.d.ts +2 -0
  129. package/lib/types/editor/sections/specific-section/chord-style.d.ts +16 -0
  130. package/lib/types/editor/sections/specific-section/gauge-style.d.ts +10 -0
  131. package/lib/types/editor/sections/specific-section/sunburst-label.d.ts +8 -0
  132. package/lib/types/editor/utils/chart-runtime-axis.d.ts +3 -0
  133. package/lib/types/float-menu/ChartElementFloatMenu.d.ts +2 -2
  134. package/lib/types/float-menu/chart-element-selection.d.ts +7 -0
  135. package/lib/types/float-menu/constants.d.ts +72 -77
  136. package/lib/types/float-menu/create-chart-element-float-menu-adapter.d.ts +10 -0
  137. package/lib/types/float-menu/pie-mark-patch.d.ts +8 -0
  138. package/lib/types/float-menu/types.d.ts +28 -9
  139. package/lib/types/index.d.ts +68 -3
  140. package/lib/types/locale/en-US.d.ts +481 -58
  141. package/lib/types/services/chart-host-adapter.d.ts +12 -0
  142. package/lib/types/services/chart-snapshot-queue.d.ts +58 -0
  143. package/lib/types/services/chart-ui.service.d.ts +19 -0
  144. package/lib/types/services/chart-view-state-projector.d.ts +15 -0
  145. package/lib/types/services/chart-view-state-registry.d.ts +11 -0
  146. package/lib/types/services/chart-view-state.d.ts +118 -0
  147. package/lib/types/services/inline-chart-creation.d.ts +42 -0
  148. package/lib/types/services/register-chart-config-states.d.ts +3 -0
  149. package/lib/types/services/register-chart-view-states/chart-specific.d.ts +4 -0
  150. package/lib/types/services/register-chart-view-states/semantic.d.ts +4 -0
  151. package/lib/umd/index.js +1 -1
  152. package/lib/umd/locale/ar-SA.js +1 -1
  153. package/lib/umd/locale/ca-ES.js +1 -1
  154. package/lib/umd/locale/de-DE.js +1 -1
  155. package/lib/umd/locale/en-US.js +1 -1
  156. package/lib/umd/locale/es-ES.js +1 -1
  157. package/lib/umd/locale/fa-IR.js +1 -1
  158. package/lib/umd/locale/fr-FR.js +1 -1
  159. package/lib/umd/locale/id-ID.js +1 -1
  160. package/lib/umd/locale/it-IT.js +1 -1
  161. package/lib/umd/locale/ja-JP.js +1 -1
  162. package/lib/umd/locale/ko-KR.js +1 -1
  163. package/lib/umd/locale/pl-PL.js +1 -1
  164. package/lib/umd/locale/pt-BR.js +1 -1
  165. package/lib/umd/locale/ru-RU.js +1 -1
  166. package/lib/umd/locale/sk-SK.js +1 -1
  167. package/lib/umd/locale/vi-VN.js +1 -1
  168. package/lib/umd/locale/zh-CN.js +1 -1
  169. package/lib/umd/locale/zh-HK.js +1 -1
  170. package/lib/umd/locale/zh-TW.js +1 -1
  171. package/package.json +11 -9
  172. package/lib/types/components/ChartEditPanelScaffold.d.ts +0 -32
  173. package/lib/types/components/ChartEditorFields.d.ts +0 -68
  174. package/lib/types/components/ChartPresentationFields.d.ts +0 -9
  175. package/lib/types/components/index.d.ts +0 -19
  176. package/lib/types/float-menu/index.d.ts +0 -5
@@ -1 +1 @@
1
- const _0x2830e3=_0x441c;(function(_0x4d2f26,_0x910e51){const _0x6402b5=_0x441c,_0x516e90=_0x4d2f26();while(!![]){try{const _0x4124f8=parseInt(_0x6402b5(0xb9))/0x1+parseInt(_0x6402b5(0xd4))/0x2+parseInt(_0x6402b5(0xc4))/0x3+-parseInt(_0x6402b5(0xcf))/0x4*(-parseInt(_0x6402b5(0xde))/0x5)+parseInt(_0x6402b5(0xcb))/0x6*(parseInt(_0x6402b5(0xbc))/0x7)+-parseInt(_0x6402b5(0xc6))/0x8*(parseInt(_0x6402b5(0xd3))/0x9)+-parseInt(_0x6402b5(0xce))/0xa;if(_0x4124f8===_0x910e51)break;else _0x516e90['push'](_0x516e90['shift']());}catch(_0x619d02){_0x516e90['push'](_0x516e90['shift']());}}}(_0x191b,0x3a0ba));const e={'chart-ui':{'common':{'default':_0x2830e3(0xbe),'reset':_0x2830e3(0xcc)},'presentation':{'wrapLegend':_0x2830e3(0xb3)},'inlineTable':{'pasteHint':_0x2830e3(0xd0),'addRow':_0x2830e3(0xd1),'addColumn':_0x2830e3(0xe0)},'floatMenu':{'menuTitle':{'chart':_0x2830e3(0xb8),'chartTitle':_0x2830e3(0xd9),'subtitle':_0x2830e3(0xae),'axisTitle':'Titre\x20de\x20l’axe','legend':_0x2830e3(0xb5),'horizontalAxis':'Axe\x20horizontal','verticalAxis':_0x2830e3(0xd6),'rightVerticalAxis':'Axe\x20vertical\x20droit','gridline':_0x2830e3(0xdb),'tick':'Graduation','mark':_0x2830e3(0xbf),'series':'Séries','dataPoint':_0x2830e3(0xb4),'dataLabel':'Étiquette\x20de\x20données'},'field':{'title':'Titre','subtitle':_0x2830e3(0xae),'position':_0x2830e3(0xb1),'size':_0x2830e3(0xb7),'align':_0x2830e3(0xc7),'mode':'Mode','map':_0x2830e3(0xad),'rotate':_0x2830e3(0xbd),'min':'Min.','max':_0x2830e3(0xb6),'color':'Couleur','borderColor':'Couleur\x20de\x20bordure','opacity':_0x2830e3(0xca),'labelPosition':'Position\x20des\x20étiquettes','labelText':_0x2830e3(0xcd),'titleText':_0x2830e3(0xb2)},'action':{'more':_0x2830e3(0xc8),'bold':_0x2830e3(0xdf),'italic':_0x2830e3(0xdc)},'control':{'labels':'Étiquettes','line':_0x2830e3(0xda),'reverse':_0x2830e3(0xc2),'date':_0x2830e3(0xbb)},'option':{'textAlign':{'left':'Gauche','center':_0x2830e3(0xe1),'right':_0x2830e3(0xc0)},'position':{'top':_0x2830e3(0xc5),'bottom':_0x2830e3(0xc9),'left':_0x2830e3(0xd2),'right':_0x2830e3(0xc0),'hide':'Masquer','inside':_0x2830e3(0xaf),'outside':'À\x20l’extérieur'},'labelText':{'category':_0x2830e3(0xc1),'value':_0x2830e3(0xba),'percentage':_0x2830e3(0xd7)},'axisAlign':{'start':_0x2830e3(0xc3),'center':_0x2830e3(0xe1),'end':_0x2830e3(0xb0)},'legendSelectMode':{'single':_0x2830e3(0xd5),'multiple':_0x2830e3(0xdd),'close':_0x2830e3(0xd8)},'visualMapType':{'continuous':'Continu','piecewise':'Morceaux'}}}}};function _0x441c(_0x28f0d9,_0x20418c){_0x28f0d9=_0x28f0d9-0xad;const _0x191ba4=_0x191b();let _0x441c19=_0x191ba4[_0x28f0d9];return _0x441c19;}export{e as default};function _0x191b(){const _0x3fad72=['Jour','49427qMhArp','Faire\x20pivoter','Par\x20défaut','Marque','Droite','Catégorie','Inverser','Début','294189KZgdet','Haut','8sRdPCr','Aligner','Plus','Bas','Opacité','60iWhENi','Réinitialiser','Texte\x20des\x20étiquettes','3247690JRuMbA','4RFgBVo','Copiez\x20et\x20collez\x20les\x20données\x20ici','Ajouter\x20une\x20ligne','Gauche','172917DwTSFD','685328MIMwLF','Simple','Axe\x20vertical','Pourcentage','Fermer','Titre\x20du\x20graphique','Ligne','Quadrillage','Italique','Multiple','288545IFXKQh','Gras','Ajouter\x20une\x20colonne','Centre','Carte','Sous-titre','À\x20l’intérieur','Fin','Position','Texte\x20du\x20titre','Renvoyer\x20la\x20légende','Point\x20de\x20données','Légende','Max.','Taille','Graphique','12690inAWtf','Valeur'];_0x191b=function(){return _0x3fad72;};return _0x191b();}
1
+ function _0x4d5d(_0x3ec127,_0x14602b){_0x3ec127=_0x3ec127-0xda;const _0x4f245a=_0x4f24();let _0x4d5d67=_0x4f245a[_0x3ec127];return _0x4d5d67;}function _0x4f24(){const _0x4ff396=['Nœud\x20actuel','Graphique\x20barres\x20de\x20secteur','Cardioïde','Supprimer\x20le\x20graphique','Éléments\x20enfants','Série\x20de\x20Diagramme\x20en\x20Barres','Remplissez\x20l\x27opacité','Numéro','Graphique\x20en\x20chandeliers','Types\x20de\x20dates','Tiques','Graphique\x20en\x20bulles','Opacité\x20de\x20la\x20mèche','Échelle','Largeur\x20de\x20bordure','Seuil\x20de\x20débordement','Début','Date','Supprimer\x20la\x20plage','Ligne\x20indicatrice','Logarithmique','La\x20gravité','{0}\x20points\x20de\x20données\x20sélectionnés','Gras','Corps','Texte\x20du\x20titre','Type\x20de\x20titre','Nœud','Aiguille\x20fine','Polygone','Axe','Empilé','Bas','Bougie\x20creuse','Étiquettes\x20des\x20axes','Catégorie','Couleur\x20de\x20la\x20mèche','Ajouter\x20une\x20ligne','Espace\x20entre\x20les\x20bacs','Commande','Rectangle\x20arrondi\x20vide','Puissance','Données','Type\x20de\x20bordure','Sous-titre','Graphique\x20en\x20entonnoir','Quadrillage','Graphique\x20de\x20Sankey','Tableau\x20des\x20rayons\x20de\x20soleil','469833UJlGXk','Ajouter\x20une\x20plage','Divisions\x20principales','Flèche\x20vide','Aiguille\x20classique','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Disposition\x20avancée','Clôture','Insérer','Graphique\x20en\x20camembert','Italique','Forme\x20du\x20graphique','Police','Couleur\x20par\x20défaut','Ajouter\x20une\x20hiérarchie','Ligne','Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','Graphique\x20arborescent','Tableau\x20de\x20jauge','Graphique\x20en\x20nuage\x20de\x20mots','Plot\x20area','Diagramme\x20en\x20rayons\x20de\x20soleil','Secteurs\x20de\x20secteur','Empiler\x20·\x20Graphique\x20en\x20colonnes','Angle\x20de\x20fin','Légende','39085470rlLBJa','Nom\x20de\x20la\x20catégorie','Maximum','Standard','ID\x20de\x20l\x27image\x20du\x20masque','Connecter\x20des\x20points\x20de\x20données','Automatique','Maximale','Devise','Coeur','Manual','Paramètres\x20avancés','Axe\x20inversé','Linéaire','Largeur\x20de\x20tique','Largeur\x20de\x20la\x20ligne\x20de\x20connexion','Pointillé','Format\x20des\x20nombres','Couleur\x20de\x20fond','Fractionnement\x20personnalisé','Carte\x20thermique','Forme\x20du\x20nœud','Graphique','Ruban','Copier','Le\x20graphique\x20de\x20jauge\x20nécessite\x20au\x20moins\x20une\x20valeur\x20numérique\x20finie.','Disposition\x20de\x20l\x27étiquette\x20parent','Échec\x20de\x20l\x27insertion\x20du\x20graphique','Couleur\x20de\x20la\x20coche','Traiter\x20comme\x20zéro','Titre','Poste','Le\x20graphique\x20en\x20rayons\x20de\x20soleil\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Axe\x20vertical','36xwNxIH','Ligne\x20d\x27axe','Collez\x20un\x20tableau\x20à\x20partir\x20de\x20Sheets,\x20d\x27Excel\x20ou\x20d\x27une\x20page\x20Web\x20pour\x20remplacer\x20les\x20données\x20en\x20ligne.','La\x20configuration\x20du\x20graphique\x20de\x20jauge\x20n’est\x20pas\x20valide.\x20Vérifiez\x20l’échelle,\x20les\x20plages,\x20les\x20proportions\x20et\x20les\x20tailles.','Courbe\x20de\x20tendance','Personnalisé','Dans\x20le\x20sens\x20des\x20aiguilles\x20d\x27une\x20montre','Graphique\x20en\x20cascade','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Graphique\x20en\x20beignet','Left\x20(%)','Afficher\x20la\x20formule','Échelle\x20des\x20valeurs','Détail','Diamant','Progrès','Style\x20de\x20ligne','Réinitialiser','Rayon\x20extérieur','Types\x20de\x20formats','Par\x20morceaux','Simple','Tapez','Décimales','Height\x20(%)','Lignes\x20divisées','Disposition','Éditeur\x20de\x20graphique','Forme\x20du\x20point','Source','Couleur\x20de\x20la\x20formule','En\x20hausse','Boîte\x20à\x20moustaches','Axe\x20droit','2063640lnSNeI','Position','Polynôme','Étoile','Moyenne\x20mobile','Types\x20de\x20devises','Texte\x20des\x20étiquettes','Empiler','Dégradé','Ouvrir\x20le\x20panneau\x20de\x20graphique','Largeur\x20de\x20mèche','Masquer\x20le\x20panneau\x20de\x20graphique','Type\x20de\x20graphique','Lignes\x20de\x20grille\x20et\x20graduations','Le\x20format\x20millième\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux\x20;\x20les\x20formats\x20monétaire\x20et\x20comptabilité\x20offrent\x20des\x20options\x20spécifiques\x20pour\x20les\x20valeurs\x20financières.','Barres\x20de\x20secteur','Gauche','Type\x20de\x20ligne\x20indicatrice','Graphique\x20radar','Largeur\x20du\x20quadrillage','Bougie','Start\x20angle','Mode\x20de\x20regroupement','Aucun','Carré','Cible','Fond\x20d\x27étiquette','Rayon\x20intérieur','21vKIUvK','Triangle\x20vide','Couleur\x20de\x20ligne','Cible\x20du\x20style','Demi-tarte','Ouverture','Pourcentage\x20empilé','Fréquence','Types\x20de\x20nombres\x20négatifs','Carré\x20vide','Format\x20source','Valeur\x20inférieure\x20à','Plus\x20haut','Répéter\x20des\x20mots','Valeur\x20propre','Dupliquer','Type\x20de\x20ligne\x20de\x20connexion','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Étiquettes\x20de\x20données','Forcer','Unité\x20de\x20valeur','Plage\x20de\x20données','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Pourcentage\x20empilé\x20·\x20Graphique\x20en\x20colonnes','À\x20l\x27intérieur','Étiquettes','Bar\x20spacing','Rectangulaire','Taille\x20du\x20point','2137734uciLhT','Couleur\x20du\x20point','Graphique\x20de\x20relation','Utiliser\x20{0}\x20comme\x20catégorie','Graphique\x20en\x20aires','Titre\x20de\x20l’axe','Dimensionner\x20les\x20nœuds\x20par\x20valeur','Épingle\x20vide','Masquer','Secteurs','Rectangle\x20vide','Répulsion','Ancre','Triangle\x20avant','Titres\x20du\x20graphique\x20et\x20des\x20axes','Graphique\x20de\x20dispersion','Total\x20central','Format\x20personnalisé','Titre\x20de\x20l\x27axe\x20vertical\x20droit','Position\x20de\x20l\x27étiquette','Largeur\x20de\x20ligne','Nom\x20de\x20la\x20série','Carte\x20visuelle','Nombre\x20de\x20relations','Opacité\x20de\x20la\x20bordure','Nœuds\x20adjacents','Alignement','Contenu\x20de\x20l’étiquette','Gap\x20width\x20(%)','Configurer','Fin','Le\x20graphique\x20de\x20jauge\x20nécessite\x20un\x20champ\x20d’étiquette\x20et\x20exactement\x20un\x20champ\x20de\x20valeur.','Graphique\x20en\x20ligne','Axe\x20vertical\x20droit','7574345DVZbeU','Inverseur','Épingle','Minime','934340OEzMhC','Définir\x20le\x20format\x20de\x20l’étiquette','Minimum','Hiérarchie','Accentuation','Supprimer\x20le\x20champ\x20de\x20hiérarchie','Longueur\x20des\x20arêtes','Graphique\x20combiné','Nombre\x20de\x20points\x20de\x20données\x20secondaires','Le\x20rayon\x20intérieur\x20doit\x20être\x20plus\x20petit\x20que\x20le\x20rayon\x20extérieur.','Nuage','Taille\x20de\x20la\x20police','Plus\x20bas','Circulaire','Inclure\x20des\x20valeurs\x20nulles','Gammes','Série\x20OHLC','Taille\x20de\x20la\x20police\x20du\x20corps','Général','Couleur\x20de\x20la\x20ligne\x20de\x20connexion','Histogramme','Taille','Haut','Trou\x20de\x20beignet','Remplissage\x20de\x20la\x20zone','Continu','Scientifique','Tableau\x20d\x27accords','Largeur','Chevauchement','Angle\x20minimal','Triangle','Couleur\x20de\x20la\x20ligne\x20indicatrice','Carte\x20proportionnelle','Marque','Ligne\x20d\x27étiquette','Style\x20de\x20graphique','Légende\x20de\x20l\x27enveloppe','Exponentiel','Déplacer\x20le\x20champ\x20hiérarchique\x20vers\x20le\x20haut','Compter','Aperçu','2446464bJLvMa','Top\x20(%)','Couleur\x20du\x20quadrillage','Écart\x20entre\x20les\x20graphiques\x20principal\x20et\x20secondaire','Tarte\x20aux\x20roses','Mode','Series\x20overlap\x20(%)','Valeur\x20associée','Champs\x20de\x20hiérarchie','Utiliser\x20des\x20valeurs\x20absolues','Explosion\x20(%)','Remise\x20des\x20diplômes','Milleième','Largeur\x20du\x20bac','Moderne','Rectangle','Personnaliser','Carte','Mèche','Format\x20du\x20numéro\x20de\x20détail','Positif','Concentrez-vous','État\x20de\x20la\x20bougie','Déplacer\x20le\x20champ\x20hiérarchique\x20vers\x20le\x20bas','Nuage\x20de\x20mots','Exporter\x20en\x20tant\x20qu’image','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20des\x20champs\x20Source\x20et\x20Cible\x20distincts\x20et,\x20éventuellement,\x20un\x20champ\x20Valeur\x20différent.','Supprimer\x20le\x20point\x20de\x20données','Titre\x20du\x20graphique','Les\x20données\x20du\x20graphique\x20en\x20chandeliers\x20nécessitent\x20les\x20colonnes\x20Catégorie,\x20Ouverture,\x20Plus\x20haut,\x20Plus\x20bas\x20et\x20Clôture.','Graphique\x20de\x20jauge','Ligne\x20de\x20connecteur','Couleur\x20R²'];_0x4f24=function(){return _0x4ff396;};return _0x4f24();}const _0x5b0ffa=_0x4d5d;(function(_0x29cbe2,_0x5cb30e){const _0x2e1c31=_0x4d5d,_0x46ca4a=_0x29cbe2();while(!![]){try{const _0x34ac9d=parseInt(_0x2e1c31(0x1fa))/0x1+-parseInt(_0x2e1c31(0x1d4))/0x2+-parseInt(_0x2e1c31(0x13d))/0x3*(parseInt(_0x2e1c31(0x179))/0x4)+-parseInt(_0x2e1c31(0x1f6))/0x5+parseInt(_0x2e1c31(0xea))/0x6+-parseInt(_0x2e1c31(0x1b7))/0x7*(parseInt(_0x2e1c31(0x19b))/0x8)+parseInt(_0x2e1c31(0x157))/0x9;if(_0x34ac9d===_0x5cb30e)break;else _0x46ca4a['push'](_0x46ca4a['shift']());}catch(_0x572aa1){_0x46ca4a['push'](_0x46ca4a['shift']());}}}(_0x4f24,0xe0136));const e={'chart-ui':{'editor':{'defaultColor':_0x5b0ffa(0x14a),'fontSize':_0x5b0ffa(0x205)},'setup':{'stack':_0x5b0ffa(0x1a2),'percentStacked':_0x5b0ffa(0x1bd)},'chartTypes':{'line':_0x5b0ffa(0x1f4),'column':'Graphique\x20en\x20colonnes','columnStacked':_0x5b0ffa(0x154),'columnPercentStacked':_0x5b0ffa(0x1ce),'bar':'Graphique\x20en\x20barres','barStacked':'Graphique\x20en\x20barres\x20empilées','barPercentStacked':_0x5b0ffa(0x104),'pie':_0x5b0ffa(0x146),'donut':_0x5b0ffa(0x182),'pieOfPie':'Graphique\x20secteurs\x20de\x20secteur','barOfPie':_0x5b0ffa(0x10d),'area':_0x5b0ffa(0x1d8),'areaStacked':'Graphique\x20en\x20aires\x20empilées','areaPercentStacked':_0x5b0ffa(0x142),'radar':_0x5b0ffa(0x1ad),'scatter':_0x5b0ffa(0x1e3),'combination':_0x5b0ffa(0x201),'wordCloud':_0x5b0ffa(0x150),'funnel':_0x5b0ffa(0x139),'bubble':_0x5b0ffa(0x117),'relation':_0x5b0ffa(0x1d6),'waterfall':_0x5b0ffa(0x180),'pareto':'Graphique\x20de\x20Pareto','sankey':_0x5b0ffa(0x13b),'heatmap':_0x5b0ffa(0x16b),'boxplot':_0x5b0ffa(0x199),'candlestick':'Graphique\x20en\x20chandeliers','histogram':_0x5b0ffa(0x20e),'treemap':_0x5b0ffa(0xe1),'sunburst':_0x5b0ffa(0x152),'gauge':_0x5b0ffa(0x109),'chord':'Diagramme\x20de\x20cordes'},'section':{'waterfall':_0x5b0ffa(0x180),'paretoBar':_0x5b0ffa(0x111),'paretoLine':'Série\x20du\x20Pourcentage\x20Cumulé','pie':_0x5b0ffa(0x146),'wordCloud':_0x5b0ffa(0x102),'radar':'Graphique\x20radar','funnel':_0x5b0ffa(0x139),'relation':_0x5b0ffa(0x1d6),'lineAndArea':'Graphique\x20en\x20ligne\x20/\x20Graphique\x20en\x20aires','gridlinesAndTicks':_0x5b0ffa(0x1a8),'indicatorLine':_0x5b0ffa(0x11f),'candlestick':_0x5b0ffa(0x114),'histogram':'Graphique\x20histogramme','treemap':_0x5b0ffa(0x14e),'sunburst':_0x5b0ffa(0x13c),'gauge':_0x5b0ffa(0x14f),'chord':_0x5b0ffa(0xdb)},'presentation':{'backgroundColor':_0x5b0ffa(0x169),'theme':'Thème','gradientFill':'Remplissage\x20dégradé','bodyFontSize':_0x5b0ffa(0x20b),'bodyFontColor':'Couleur\x20de\x20la\x20police\x20du\x20corps','titleType':_0x5b0ffa(0x126),'horizontalAxisTitle':'Titre\x20de\x20l\x27axe\x20horizontal','verticalAxisTitle':'Titre\x20de\x20l\x27axe\x20vertical','rightVerticalAxisTitle':_0x5b0ffa(0x1e6),'wrap':_0x5b0ffa(0xe5),'selectMode':'Mode\x20de\x20sélection','visualMapType':_0x5b0ffa(0x1ea),'align':_0x5b0ffa(0x1ee)},'numberFormat':{'source':_0x5b0ffa(0x1c1),'number':_0x5b0ffa(0x113),'scientific':_0x5b0ffa(0xda),'custom':_0x5b0ffa(0x1e5),'preview':_0x5b0ffa(0xe9),'generalType':_0x5b0ffa(0x20c),'accountingType':'Comptabilité','thousandsType':_0x5b0ffa(0xf6),'formatTypes':_0x5b0ffa(0x18c),'generalDesc':_0x5b0ffa(0x1cd),'accountingDesc':_0x5b0ffa(0x181),'currencyDesc':_0x5b0ffa(0x14d),'dateDesc':_0x5b0ffa(0x1c8),'thousandsDesc':_0x5b0ffa(0x1a9),'decimalPlaces':_0x5b0ffa(0x190),'currencyTypes':_0x5b0ffa(0x1a0),'negativeNumberTypes':_0x5b0ffa(0x1bf),'dateTypes':_0x5b0ffa(0x115),'setFormat':_0x5b0ffa(0x1fb)},'series':{'rightAxis':_0x5b0ffa(0x19a),'allSeries':'Toutes\x20les\x20séries','aggregate':'Agréger','borderOpacity':_0x5b0ffa(0x1ec),'solid':'Solide','pointShape':_0x5b0ffa(0x195),'pointSize':_0x5b0ffa(0x1d3),'pointColor':_0x5b0ffa(0x1d5),'removeDataPoint':_0x5b0ffa(0x106),'square':_0x5b0ffa(0x1b3),'rect':_0x5b0ffa(0xf9),'roundRect':'Rectangle\x20arrondi','pin':_0x5b0ffa(0x1f8),'emptyCircle':'Cercle\x20vide','emptySquare':_0x5b0ffa(0x1c0),'emptyTriangle':_0x5b0ffa(0x1b8),'emptyDiamond':'Losange\x20vide','emptyRect':_0x5b0ffa(0x1de),'emptyRoundRect':_0x5b0ffa(0x134),'emptyPin':_0x5b0ffa(0x1db),'emptyArrow':_0x5b0ffa(0x140)},'lineAndArea':{'lineStyle':_0x5b0ffa(0x189),'line':_0x5b0ffa(0x14c),'smooth':'Lisse','step':'Étape','invalidValues':'Valeurs\x20invalides','breakLine':'Ligne\x20de\x20rupture','connect':_0x5b0ffa(0x15c),'zero':_0x5b0ffa(0x174)},'axis':{'useDateAxis':'Traiter\x20les\x20étiquettes\x20comme\x20des\x20dates','target':_0x5b0ffa(0x12a),'lineColor':_0x5b0ffa(0x1b9),'lineWidth':_0x5b0ffa(0x1e8),'labelRotation':'Rotation\x20des\x20étiquettes','reverse':_0x5b0ffa(0x163),'gridlineVisible':'Quadrillage','gridlineColor':_0x5b0ffa(0xec),'gridlineWidth':_0x5b0ffa(0x1ae),'tickVisible':_0x5b0ffa(0x116),'tickLength':'Longueur\x20de\x20tique','tickWidth':_0x5b0ffa(0x165),'tickColor':_0x5b0ffa(0x173),'tickPosition':'Position\x20de\x20la\x20coche'},'indicator':{'lineColor':_0x5b0ffa(0xe0),'lineType':_0x5b0ffa(0x1ac),'labelBackground':_0x5b0ffa(0x1b5),'labelText':'Couleur\x20du\x20texte\x20de\x20l\x27étiquette'},'trendline':{'add':'Ajouter\x20une\x20courbe\x20de\x20tendance','type':_0x5b0ffa(0x18f),'linear':_0x5b0ffa(0x164),'exponential':_0x5b0ffa(0xe6),'logarithmic':_0x5b0ffa(0x120),'polynomial':_0x5b0ffa(0x19d),'power':_0x5b0ffa(0x135),'movingAverage':_0x5b0ffa(0x19f),'showFormula':_0x5b0ffa(0x184),'showR2':'Afficher\x20R²','order':_0x5b0ffa(0x133),'period':'Période','formulaColor':_0x5b0ffa(0x197),'r2Color':_0x5b0ffa(0x10b)},'pareto':{'includeZeroValues':_0x5b0ffa(0x208)},'plotArea':{'label':_0x5b0ffa(0x151),'manual':_0x5b0ffa(0x161),'left':_0x5b0ffa(0x183),'top':_0x5b0ffa(0xeb),'width':'Width\x20(%)','height':_0x5b0ffa(0x191)},'bar':{'layout':_0x5b0ffa(0x1d1),'gapWidth':_0x5b0ffa(0x1f0),'overlap':_0x5b0ffa(0xf0)},'pie':{'mode':_0x5b0ffa(0x148),'modeNormal':_0x5b0ffa(0x15a),'modePieOfPie':_0x5b0ffa(0x153),'modeBarOfPie':_0x5b0ffa(0x1aa),'splitType':'Fractionner\x20par','splitAuto':'Automatique','splitPosition':_0x5b0ffa(0x19c),'splitCustom':_0x5b0ffa(0x17e),'customSelectedCount':_0x5b0ffa(0x16a),'customSelectedCountValue':_0x5b0ffa(0x122),'positionCount':_0x5b0ffa(0x202),'valueLessThan':_0x5b0ffa(0x1c2),'percentageLessThan':'Pourcentage\x20inférieur\x20à','secondarySize':'Taille\x20du\x20graphique\x20secondaire','advancedLayout':_0x5b0ffa(0x143),'connector':'Connecteur','slices':_0x5b0ffa(0x1dd),'gapWidth':_0x5b0ffa(0xed),'connectorColor':_0x5b0ffa(0x20d),'connectorWidth':_0x5b0ffa(0x166),'connectorType':_0x5b0ffa(0x1c7),'aggregateOther':'Autre','aggregateMembers':'Éléments','valueScale':_0x5b0ffa(0x185),'doughnutHole':_0x5b0ffa(0x211),'startAngle':_0x5b0ffa(0x1b0),'explosion':_0x5b0ffa(0xf4),'paddingAngle':'Espacement\x20des\x20tranches','halfPie':_0x5b0ffa(0x1bb),'rosePie':_0x5b0ffa(0xee),'labelLine':_0x5b0ffa(0xe3)},'radar':{'shape':'Forme\x20du\x20radar','polygon':_0x5b0ffa(0x129),'fill':_0x5b0ffa(0x212)},'funnel':{'gap':'Écart\x20entre\x20les\x20articles','absoluteValues':_0x5b0ffa(0xf3)},'heatmap':{'unit':_0x5b0ffa(0x1cb),'labels':'Étiquettes\x20de\x20cellules'},'relation':{'nodes':'Nœuds','interaction':'Interaction','edgeLength':_0x5b0ffa(0x200),'circular':_0x5b0ffa(0x207),'force':_0x5b0ffa(0x1ca),'nodeShape':_0x5b0ffa(0x16c),'valueSize':_0x5b0ffa(0x1da),'rotateLabels':'Faire\x20pivoter\x20les\x20étiquettes','gravity':_0x5b0ffa(0x121),'repulsion':_0x5b0ffa(0x1df)},'wordCloud':{'maskImage':_0x5b0ffa(0x15b),'repeat':_0x5b0ffa(0x1c4),'cloud':_0x5b0ffa(0x204),'rect':_0x5b0ffa(0x1d2),'cardioid':_0x5b0ffa(0x10e),'heart':_0x5b0ffa(0x160),'triangle-forward':_0x5b0ffa(0x1e1),'pentagon':'Pentagone','star':_0x5b0ffa(0x19e)},'waterfall':{'styleTarget':_0x5b0ffa(0x1ba),'positive':_0x5b0ffa(0xfe),'negative':'Négatif','stackType':_0x5b0ffa(0x193),'arrangement':'Cascade','subtotal':'Sous-total','includeSubtotal':'Utiliser\x20le\x20sous-total','connector':_0x5b0ffa(0x10a)},'candlestick':{'candle':_0x5b0ffa(0x1af),'body':_0x5b0ffa(0x124),'wick':_0x5b0ffa(0xfc),'state':_0x5b0ffa(0x100),'open':_0x5b0ffa(0x1bc),'high':_0x5b0ffa(0x1c3),'low':_0x5b0ffa(0x206),'close':_0x5b0ffa(0x144),'rising':_0x5b0ffa(0x198),'falling':'Chute','doji':'Doji','bodyColor':'Couleur\x20du\x20corps','fillOpacity':_0x5b0ffa(0x112),'wickColor':_0x5b0ffa(0x130),'wickWidth':_0x5b0ffa(0x1a5),'wickOpacity':_0x5b0ffa(0x118),'candleWidth':'Largeur\x20de\x20bougie','hollow':_0x5b0ffa(0x12d),'columnsError':_0x5b0ffa(0x108),'series':_0x5b0ffa(0x20a)},'histogram':{'binGap':_0x5b0ffa(0x132),'binningMode':_0x5b0ffa(0x1b1),'count':_0x5b0ffa(0xe8),'width':_0x5b0ffa(0xdc),'binCount':'Nombre\x20de\x20bacs','binWidth':_0x5b0ffa(0xf7),'underflow':_0x5b0ffa(0x11b),'overflow':_0x5b0ffa(0x11b),'frequency':_0x5b0ffa(0x1be)},'treemap':{'parentLabelLayout':_0x5b0ffa(0x171),'banner':'Bannière','overlapping':_0x5b0ffa(0xdd),'leafLabel':'Étiquettes\x20de\x20feuilles','hierarchy':_0x5b0ffa(0xf2),'diagnostic':'La\x20carte\x20arborescente\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.'},'sunburst':{'hierarchy':_0x5b0ffa(0x1fd),'addHierarchy':_0x5b0ffa(0x14b),'moveUp':_0x5b0ffa(0xe7),'moveDown':_0x5b0ffa(0x101),'removeHierarchy':_0x5b0ffa(0x1ff),'centerLabel':_0x5b0ffa(0x1e4),'labelFormat':'Style\x20d\x27étiquette','diagnostic':_0x5b0ffa(0x177)},'gauge':{'scale':_0x5b0ffa(0x119),'majorDivisions':_0x5b0ffa(0x13f),'minorDivisions':'Divisions\x20secondaires\x20par\x20division\x20principale','angles':'Angles','endAngle':_0x5b0ffa(0x155),'ranges':_0x5b0ffa(0x209),'rangeFrom':'De','rangeTo':'À','addRange':_0x5b0ffa(0x13e),'removeRange':_0x5b0ffa(0x11e),'axisTick':'Tiques\x20d\x27axe','splitLine':_0x5b0ffa(0x192),'pointer':'Pointeur','anchor':_0x5b0ffa(0x1e0),'progress':_0x5b0ffa(0x188),'detail':_0x5b0ffa(0x186),'pointerNeedle':_0x5b0ffa(0x141),'pointerSlim':_0x5b0ffa(0x128),'template':'Modèle','modern':_0x5b0ffa(0xf8),'classic':'Classique','minimal':_0x5b0ffa(0x1f9),'advanced':_0x5b0ffa(0x162),'customized':_0x5b0ffa(0x17e),'axisLabelNumberFormat':'Format\x20numérique\x20des\x20étiquettes\x20de\x20l’axe','detailNumberFormat':_0x5b0ffa(0xfd),'emptyDiagnostic':_0x5b0ffa(0x170),'mappingDiagnostic':_0x5b0ffa(0x1f3),'configDiagnostic':_0x5b0ffa(0x17c)},'chord':{'source':_0x5b0ffa(0x196),'target':_0x5b0ffa(0x1b4),'count':_0x5b0ffa(0x1eb),'node':_0x5b0ffa(0x127),'ribbon':_0x5b0ffa(0x16e),'clockwise':_0x5b0ffa(0x17f),'padAngle':'Angle\x20du\x20tampon','minAngle':_0x5b0ffa(0xde),'innerRadius':_0x5b0ffa(0x1b6),'outerRadius':_0x5b0ffa(0x18b),'invalidRadii':_0x5b0ffa(0x203),'rotation':'Rotation','distance':'Distance','width':_0x5b0ffa(0xdc),'focus':_0x5b0ffa(0xff),'solid':'Couleur\x20unie','gradient':_0x5b0ffa(0x1a3),'adjacency':_0x5b0ffa(0x1ed),'self':_0x5b0ffa(0x10c),'emptyDiagnostic':'Le\x20diagramme\x20de\x20cordes\x20nécessite\x20au\x20moins\x20une\x20relation\x20de\x20poids\x20positif\x20entre\x20deux\x20nœuds\x20distincts.','mappingDiagnostic':_0x5b0ffa(0x105),'configDiagnostic':'La\x20configuration\x20du\x20diagramme\x20de\x20cordes\x20n’est\x20pas\x20valide.\x20Vérifiez\x20les\x20angles,\x20les\x20rayons,\x20l’opacité\x20et\x20les\x20tailles.','associatedValue':_0x5b0ffa(0xf1)},'common':{'category':_0x5b0ffa(0x12f),'seriesName':_0x5b0ffa(0x1e9),'value':'Valeur','percentage':'Pourcentage','borderColor':'Couleur\x20de\x20la\x20bordure','labelContent':_0x5b0ffa(0x1ef),'labelPosition':_0x5b0ffa(0x1e7),'dataLabels':_0x5b0ffa(0x1c9),'chartType':_0x5b0ffa(0x1a7),'bold':_0x5b0ffa(0x123),'italic':_0x5b0ffa(0x147),'shape':'Forme','chartStyle':_0x5b0ffa(0xe4),'chartAndAxisTitles':_0x5b0ffa(0x1e2),'legend':_0x5b0ffa(0x156),'chartTitle':_0x5b0ffa(0x107),'subtitle':_0x5b0ffa(0x138),'series':'Série','dataPoint':'Point\x20de\x20données','trendline':_0x5b0ffa(0x17d),'horizontalAxis':'Axe\x20horizontal','verticalAxis':_0x5b0ffa(0x178),'rightVerticalAxis':_0x5b0ffa(0x1f5),'layout':_0x5b0ffa(0x193),'arrow':'Flèche','axisLabels':_0x5b0ffa(0x12e),'currency':_0x5b0ffa(0x15f),'date':_0x5b0ffa(0x11d),'displayName':'Nom\x20d\x27affichage','emphasis':_0x5b0ffa(0x1fe),'heatmap':_0x5b0ffa(0x16b),'lineColor':_0x5b0ffa(0x1b9),'lineWidth':_0x5b0ffa(0x1e8),'min':_0x5b0ffa(0x1fc),'max':_0x5b0ffa(0x159),'mode':_0x5b0ffa(0xef),'stacked':_0x5b0ffa(0x12b),'title':_0x5b0ffa(0x175),'auto':_0x5b0ffa(0x15d),'position':{'label':_0x5b0ffa(0x19c),'inside':_0x5b0ffa(0x1cf),'outside':'À\x20l\x27extérieur','top':_0x5b0ffa(0x210),'right':'Droite','bottom':_0x5b0ffa(0x12c),'left':_0x5b0ffa(0x1ab),'hide':_0x5b0ffa(0x1dc)},'axisAlign':{'start':_0x5b0ffa(0x11c),'center':'Centre','end':_0x5b0ffa(0x1f2)},'textAlign':{'left':_0x5b0ffa(0x1ab),'center':'Centre','right':'Droite'},'legendSelectMode':{'single':_0x5b0ffa(0x18e),'multiple':'Plusieurs','disabled':'Désactivé'},'visualMapType':{'continuous':_0x5b0ffa(0x213),'piecewise':_0x5b0ffa(0x18d)},'default':'Par\x20défaut','reset':_0x5b0ffa(0x18a),'color':'Couleur','opacity':'Opacité','font':_0x5b0ffa(0x149),'none':_0x5b0ffa(0x1b2),'numberFormat':_0x5b0ffa(0x168),'borderWidth':_0x5b0ffa(0x11a),'borderType':_0x5b0ffa(0x137),'lineType':'Type\x20de\x20ligne','dashed':'En\x20pointillés','dotted':_0x5b0ffa(0x167),'circle':'Cercle','triangle':_0x5b0ffa(0xdf),'diamond':_0x5b0ffa(0x187),'axisLine':_0x5b0ffa(0x17a),'minimum':_0x5b0ffa(0x1fc),'maximum':_0x5b0ffa(0x15e),'startAngle':'Angle\x20de\x20départ','valueField':'Champ\x20de\x20valeur','categoryName':_0x5b0ffa(0x158),'ownValue':_0x5b0ffa(0x1c5),'children':_0x5b0ffa(0x110),'label':'Étiquette','editChart':_0x5b0ffa(0x194),'deleteChart':_0x5b0ffa(0x10f),'insertChart':'Insérer\x20un\x20graphique','insertChartFailed':_0x5b0ffa(0x172),'openChartPanel':_0x5b0ffa(0x1a4),'hideChartPanel':_0x5b0ffa(0x1a6),'exportImage':_0x5b0ffa(0x103),'copy':_0x5b0ffa(0x16f),'setup':_0x5b0ffa(0x1f1),'customize':_0x5b0ffa(0xfa),'data':_0x5b0ffa(0x136),'tableDataEmpty':'Les\x20données\x20du\x20tableau\x20sont\x20vides','dataRange':_0x5b0ffa(0x1cc),'editData':'Modifier\x20les\x20données','inlineData':'Données\x20en\x20ligne','switchRowColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':_0x5b0ffa(0x1d7),'cancel':'Annuler','insert':_0x5b0ffa(0x145),'apply':'Appliquer','duplicate':_0x5b0ffa(0x1c6)},'inlineTable':{'pasteHint':_0x5b0ffa(0x17b),'addRow':_0x5b0ffa(0x131),'addColumn':'Ajouter\x20une\x20colonne'},'floatMenu':{'menuTitle':{'chart':_0x5b0ffa(0x16d),'axisTitle':_0x5b0ffa(0x1d9),'gridline':_0x5b0ffa(0x13a),'tick':_0x5b0ffa(0xf5),'mark':_0x5b0ffa(0xe2),'dataLabel':'Étiquette\x20de\x20données'},'field':{'position':_0x5b0ffa(0x176),'size':_0x5b0ffa(0x20f),'align':'Aligneur','map':_0x5b0ffa(0xfb),'rotate':'Faire\x20pivoter','labelText':_0x5b0ffa(0x1a1),'titleText':_0x5b0ffa(0x125)},'action':{'more':'Plus'},'control':{'labels':_0x5b0ffa(0x1d0),'line':'Ligne','reverse':_0x5b0ffa(0x1f7)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0xc1efa2=_0x4e87;function _0x2479(){const _0x4a54b2=['Di\x20dalam','Bagan','Legenda','Tanda','Berdasarkan\x20bagian','Sembunyikan','Ganda','Kanan','Tambah\x20Kolom','Warna','Putar','Ukuran','68dVDzuv','Opasitas','111291PhjkgE','Teks\x20label','Balikkan','Teks\x20judul','Perataan','Posisi','348hKOymU','Tebal','Label','Judul\x20sumbu','1869336owIrXB','Sumbu\x20vertikal','Salin\x20dan\x20tempel\x20data\x20di\x20sini','Seri','Sumbu\x20horizontal','Kategori','Tambah\x20Baris','Nilai','1176704dkNqyw','Label\x20data','Lainnya','Subjudul','Mode','Garis','Tanggal','17449695qsnOFk','Titik\x20data','38635SOHySJ','Persentase','Kiri','Bawaan','Sumbu\x20vertikal\x20kanan','Posisi\x20label','6589100oFkipl','Warna\x20batas','Peta','Miring','Tutup','Judul\x20bagan','Tanda\x20skala','Di\x20luar','Tengah','Akhir','Bungkus\x20legenda','171886tAUVFo'];_0x2479=function(){return _0x4a54b2;};return _0x2479();}(function(_0x89d50d,_0x42fb61){const _0x39431a=_0x4e87,_0x6a0416=_0x89d50d();while(!![]){try{const _0x1ea24f=parseInt(_0x39431a(0xe1))/0x1+-parseInt(_0x39431a(0xc7))/0x2+-parseInt(_0x39431a(0xb5))/0x3*(-parseInt(_0x39431a(0xb3))/0x4)+-parseInt(_0x39431a(0xd0))/0x5*(parseInt(_0x39431a(0xbb))/0x6)+-parseInt(_0x39431a(0xd6))/0x7+-parseInt(_0x39431a(0xbf))/0x8+parseInt(_0x39431a(0xce))/0x9;if(_0x1ea24f===_0x42fb61)break;else _0x6a0416['push'](_0x6a0416['shift']());}catch(_0x520070){_0x6a0416['push'](_0x6a0416['shift']());}}}(_0x2479,0x815f1));function _0x4e87(_0x30df7d,_0x1fd456){_0x30df7d=_0x30df7d-0xab;const _0x2479de=_0x2479();let _0x4e8784=_0x2479de[_0x30df7d];return _0x4e8784;}const e={'chart-ui':{'common':{'default':_0xc1efa2(0xd3),'reset':'Atur\x20ulang'},'presentation':{'wrapLegend':_0xc1efa2(0xe0)},'inlineTable':{'pasteHint':_0xc1efa2(0xc1),'addRow':_0xc1efa2(0xc5),'addColumn':_0xc1efa2(0xaf)},'floatMenu':{'menuTitle':{'chart':_0xc1efa2(0xe3),'chartTitle':_0xc1efa2(0xdb),'subtitle':_0xc1efa2(0xca),'axisTitle':_0xc1efa2(0xbe),'legend':_0xc1efa2(0xe4),'horizontalAxis':_0xc1efa2(0xc3),'verticalAxis':_0xc1efa2(0xc0),'rightVerticalAxis':_0xc1efa2(0xd4),'gridline':'Garis\x20kisi','tick':_0xc1efa2(0xdc),'mark':_0xc1efa2(0xe5),'series':_0xc1efa2(0xc2),'dataPoint':_0xc1efa2(0xcf),'dataLabel':_0xc1efa2(0xc8)},'field':{'title':'Judul','subtitle':_0xc1efa2(0xca),'position':_0xc1efa2(0xba),'size':_0xc1efa2(0xb2),'align':_0xc1efa2(0xb9),'mode':_0xc1efa2(0xcb),'map':_0xc1efa2(0xd8),'rotate':_0xc1efa2(0xb1),'min':'Minimal','max':'Maks','color':_0xc1efa2(0xb0),'borderColor':_0xc1efa2(0xd7),'opacity':_0xc1efa2(0xb4),'labelPosition':_0xc1efa2(0xd5),'labelText':_0xc1efa2(0xb6),'titleText':_0xc1efa2(0xb8)},'action':{'more':_0xc1efa2(0xc9),'bold':_0xc1efa2(0xbc),'italic':_0xc1efa2(0xd9)},'control':{'labels':_0xc1efa2(0xbd),'line':_0xc1efa2(0xcc),'reverse':_0xc1efa2(0xb7),'date':_0xc1efa2(0xcd)},'option':{'textAlign':{'left':_0xc1efa2(0xd2),'center':_0xc1efa2(0xde),'right':_0xc1efa2(0xae)},'position':{'top':'Atas','bottom':'Bawah','left':'Kiri','right':_0xc1efa2(0xae),'hide':_0xc1efa2(0xac),'inside':_0xc1efa2(0xe2),'outside':_0xc1efa2(0xdd)},'labelText':{'category':_0xc1efa2(0xc4),'value':_0xc1efa2(0xc6),'percentage':_0xc1efa2(0xd1)},'axisAlign':{'start':'Awal','center':_0xc1efa2(0xde),'end':_0xc1efa2(0xdf)},'legendSelectMode':{'single':'Tunggal','multiple':_0xc1efa2(0xad),'close':_0xc1efa2(0xda)},'visualMapType':{'continuous':'Kontinu','piecewise':_0xc1efa2(0xab)}}}}};export{e as default};
1
+ const _0x1f62f7=_0x3f8b;(function(_0x33684b,_0x3922a7){const _0x31f959=_0x3f8b,_0x35571d=_0x33684b();while(!![]){try{const _0x57e3d6=parseInt(_0x31f959(0x283))/0x1*(-parseInt(_0x31f959(0x215))/0x2)+parseInt(_0x31f959(0x1c9))/0x3*(parseInt(_0x31f959(0x272))/0x4)+-parseInt(_0x31f959(0x284))/0x5*(-parseInt(_0x31f959(0x237))/0x6)+parseInt(_0x31f959(0x207))/0x7*(parseInt(_0x31f959(0x15d))/0x8)+-parseInt(_0x31f959(0x200))/0x9*(parseInt(_0x31f959(0x18c))/0xa)+parseInt(_0x31f959(0x210))/0xb*(-parseInt(_0x31f959(0x279))/0xc)+parseInt(_0x31f959(0x278))/0xd;if(_0x57e3d6===_0x3922a7)break;else _0x35571d['push'](_0x35571d['shift']());}catch(_0x35fff9){_0x35571d['push'](_0x35571d['shift']());}}}(_0xac24,0x85e1f));const e={'chart-ui':{'editor':{'defaultColor':_0x1f62f7(0x1a9),'fontSize':'Ukuran\x20huruf'},'setup':{'stack':'Tumpuk','percentStacked':_0x1f62f7(0x233)},'chartTypes':{'line':_0x1f62f7(0x194),'column':_0x1f62f7(0x224),'columnStacked':'Tumpuk\x20·\x20Grafik\x20kolom','columnPercentStacked':'Tumpuk\x20persen\x20·\x20Grafik\x20kolom','bar':'Grafik\x20batang','barStacked':_0x1f62f7(0x16b),'barPercentStacked':_0x1f62f7(0x180),'pie':_0x1f62f7(0x1eb),'donut':_0x1f62f7(0x230),'pieOfPie':_0x1f62f7(0x221),'barOfPie':'Grafik\x20batang\x20dari\x20pai','area':_0x1f62f7(0x146),'areaStacked':_0x1f62f7(0x212),'areaPercentStacked':'Grafik\x20area\x20tumpuk\x20persen','radar':_0x1f62f7(0x142),'scatter':_0x1f62f7(0x248),'combination':_0x1f62f7(0x275),'wordCloud':_0x1f62f7(0x1aa),'funnel':_0x1f62f7(0x17e),'bubble':_0x1f62f7(0x1b7),'relation':_0x1f62f7(0x240),'waterfall':'Grafik\x20air\x20terjun','pareto':_0x1f62f7(0x1ad),'sankey':_0x1f62f7(0x1ba),'heatmap':'Peta\x20panas','boxplot':'Grafik\x20boxplot','candlestick':'Grafik\x20candlestick','histogram':_0x1f62f7(0x1c1),'treemap':_0x1f62f7(0x267),'sunburst':_0x1f62f7(0x1f1),'gauge':'Diagram\x20pengukur','chord':'Diagram\x20chord'},'section':{'waterfall':'Grafik\x20air\x20terjun','paretoBar':'Seri\x20Grafik\x20Batang','paretoLine':_0x1f62f7(0x179),'pie':'Grafik\x20pai','wordCloud':_0x1f62f7(0x1db),'radar':_0x1f62f7(0x142),'funnel':_0x1f62f7(0x17e),'relation':_0x1f62f7(0x240),'lineAndArea':_0x1f62f7(0x254),'gridlinesAndTicks':_0x1f62f7(0x217),'indicatorLine':_0x1f62f7(0x1a7),'candlestick':_0x1f62f7(0x14f),'histogram':'Bagan\x20histogram','treemap':_0x1f62f7(0x15a),'sunburst':_0x1f62f7(0x165),'gauge':_0x1f62f7(0x25e),'chord':_0x1f62f7(0x152)},'presentation':{'backgroundColor':_0x1f62f7(0x23d),'theme':_0x1f62f7(0x1d4),'gradientFill':_0x1f62f7(0x1af),'bodyFontSize':_0x1f62f7(0x1a2),'bodyFontColor':'Warna\x20font\x20tubuh','titleType':'Jenis\x20judul','horizontalAxisTitle':_0x1f62f7(0x25c),'verticalAxisTitle':_0x1f62f7(0x227),'rightVerticalAxisTitle':'Judul\x20sumbu\x20vertikal\x20kanan','wrap':'Bungkus\x20legenda','selectMode':_0x1f62f7(0x1b9),'visualMapType':_0x1f62f7(0x1ca),'align':_0x1f62f7(0x21b)},'numberFormat':{'source':_0x1f62f7(0x232),'number':_0x1f62f7(0x1fb),'scientific':_0x1f62f7(0x145),'custom':'Format\x20khusus','preview':_0x1f62f7(0x24e),'generalType':_0x1f62f7(0x27d),'accountingType':'Akuntansi','thousandsType':_0x1f62f7(0x168),'formatTypes':_0x1f62f7(0x16c),'generalDesc':_0x1f62f7(0x1da),'accountingDesc':_0x1f62f7(0x170),'currencyDesc':_0x1f62f7(0x176),'dateDesc':_0x1f62f7(0x191),'thousandsDesc':_0x1f62f7(0x246),'decimalPlaces':_0x1f62f7(0x1a8),'currencyTypes':_0x1f62f7(0x14d),'negativeNumberTypes':_0x1f62f7(0x26c),'dateTypes':_0x1f62f7(0x1ac),'setFormat':'Atur\x20format\x20label'},'series':{'rightAxis':'Sumbu\x20kanan','allSeries':_0x1f62f7(0x181),'aggregate':'Agregasikan','borderOpacity':_0x1f62f7(0x155),'solid':_0x1f62f7(0x1bf),'pointShape':'Bentuk\x20titik','pointSize':_0x1f62f7(0x17a),'pointColor':'Warna\x20titik','removeDataPoint':_0x1f62f7(0x1ef),'square':_0x1f62f7(0x1a5),'rect':_0x1f62f7(0x234),'roundRect':_0x1f62f7(0x1a3),'pin':_0x1f62f7(0x223),'emptyCircle':_0x1f62f7(0x241),'emptySquare':_0x1f62f7(0x18d),'emptyTriangle':_0x1f62f7(0x27b),'emptyDiamond':_0x1f62f7(0x19e),'emptyRect':_0x1f62f7(0x171),'emptyRoundRect':_0x1f62f7(0x18b),'emptyPin':_0x1f62f7(0x258),'emptyArrow':_0x1f62f7(0x19b)},'lineAndArea':{'lineStyle':'Gaya\x20garis','line':_0x1f62f7(0x1d8),'smooth':_0x1f62f7(0x201),'step':'Langkah','invalidValues':_0x1f62f7(0x1e5),'breakLine':'Garis\x20putus-putus','connect':_0x1f62f7(0x22f),'zero':_0x1f62f7(0x14e)},'axis':{'useDateAxis':_0x1f62f7(0x18f),'target':'sumbu','lineColor':'Warna\x20garis','lineWidth':_0x1f62f7(0x211),'labelRotation':'Rotasi\x20label','reverse':_0x1f62f7(0x25a),'gridlineVisible':_0x1f62f7(0x15c),'gridlineColor':_0x1f62f7(0x174),'gridlineWidth':_0x1f62f7(0x219),'tickVisible':_0x1f62f7(0x27e),'tickLength':_0x1f62f7(0x209),'tickWidth':_0x1f62f7(0x198),'tickColor':_0x1f62f7(0x1ea),'tickPosition':_0x1f62f7(0x164)},'indicator':{'lineColor':_0x1f62f7(0x1c6),'lineType':_0x1f62f7(0x216),'labelBackground':_0x1f62f7(0x1fc),'labelText':_0x1f62f7(0x22b)},'trendline':{'add':'Tambah\x20garis\x20tren','type':_0x1f62f7(0x22e),'linear':_0x1f62f7(0x1b5),'exponential':'Eksponensial','logarithmic':'Logaritma','polynomial':_0x1f62f7(0x18e),'power':'Kekuatan','movingAverage':_0x1f62f7(0x19a),'showFormula':_0x1f62f7(0x14c),'showR2':_0x1f62f7(0x25f),'order':_0x1f62f7(0x281),'period':_0x1f62f7(0x1b1),'formulaColor':_0x1f62f7(0x26d),'r2Color':_0x1f62f7(0x14a)},'pareto':{'includeZeroValues':_0x1f62f7(0x20d)},'plotArea':{'label':_0x1f62f7(0x1e6),'manual':'Manual','left':'Left\x20(%)','top':'Top\x20(%)','width':_0x1f62f7(0x251),'height':'Height\x20(%)'},'bar':{'layout':_0x1f62f7(0x1b4),'gapWidth':_0x1f62f7(0x1d5),'overlap':'Series\x20overlap\x20(%)'},'pie':{'mode':_0x1f62f7(0x150),'modeNormal':'Reguler','modePieOfPie':_0x1f62f7(0x23a),'modeBarOfPie':'Batang\x20dari\x20pai','splitType':_0x1f62f7(0x245),'splitAuto':'Otomatis','splitPosition':_0x1f62f7(0x16d),'splitCustom':_0x1f62f7(0x269),'customSelectedCount':_0x1f62f7(0x24b),'customSelectedCountValue':_0x1f62f7(0x1f8),'positionCount':_0x1f62f7(0x204),'valueLessThan':_0x1f62f7(0x285),'percentageLessThan':'Persentase\x20kurang\x20dari','secondarySize':_0x1f62f7(0x178),'advancedLayout':_0x1f62f7(0x1ff),'connector':'Konektor','slices':'Irisan','gapWidth':_0x1f62f7(0x243),'connectorColor':_0x1f62f7(0x242),'connectorWidth':_0x1f62f7(0x19f),'connectorType':_0x1f62f7(0x20f),'aggregateOther':_0x1f62f7(0x20e),'aggregateMembers':_0x1f62f7(0x182),'valueScale':_0x1f62f7(0x188),'doughnutHole':_0x1f62f7(0x1c7),'startAngle':'Start\x20angle','explosion':_0x1f62f7(0x27f),'paddingAngle':_0x1f62f7(0x1ed),'halfPie':'Setengah\x20kue','rosePie':_0x1f62f7(0x1f9),'labelLine':_0x1f62f7(0x228)},'radar':{'shape':_0x1f62f7(0x1f4),'polygon':_0x1f62f7(0x20a),'fill':'Isi\x20wilayah'},'funnel':{'gap':_0x1f62f7(0x27c),'absoluteValues':_0x1f62f7(0x1ae)},'heatmap':{'unit':_0x1f62f7(0x25d),'labels':_0x1f62f7(0x175)},'relation':{'nodes':_0x1f62f7(0x1a0),'interaction':_0x1f62f7(0x260),'edgeLength':_0x1f62f7(0x206),'circular':_0x1f62f7(0x213),'force':'Memaksa','nodeShape':_0x1f62f7(0x23f),'valueSize':'Ukuran\x20node\x20berdasarkan\x20nilai','rotateLabels':_0x1f62f7(0x143),'gravity':_0x1f62f7(0x15f),'repulsion':'Tolakan'},'wordCloud':{'maskImage':_0x1f62f7(0x1a1),'repeat':_0x1f62f7(0x1e4),'cloud':'Awan','rect':'Persegi\x20panjang','cardioid':_0x1f62f7(0x203),'heart':'Hati','triangle-forward':_0x1f62f7(0x197),'pentagon':_0x1f62f7(0x17f),'star':_0x1f62f7(0x26f)},'waterfall':{'styleTarget':_0x1f62f7(0x24a),'positive':'Positif','negative':_0x1f62f7(0x151),'stackType':_0x1f62f7(0x1b3),'arrangement':_0x1f62f7(0x17d),'subtotal':_0x1f62f7(0x23b),'includeSubtotal':_0x1f62f7(0x229),'connector':_0x1f62f7(0x263)},'candlestick':{'candle':_0x1f62f7(0x1ce),'body':_0x1f62f7(0x21f),'wick':_0x1f62f7(0x1a6),'state':'Keadaan\x20lilin','open':_0x1f62f7(0x1df),'high':_0x1f62f7(0x156),'low':_0x1f62f7(0x1e1),'close':_0x1f62f7(0x1ec),'rising':'Bangkit','falling':'Jatuh','doji':_0x1f62f7(0x147),'bodyColor':'Warna\x20tubuh','fillOpacity':_0x1f62f7(0x1c8),'wickColor':_0x1f62f7(0x18a),'wickWidth':'Lebar\x20sumbu','wickOpacity':_0x1f62f7(0x249),'candleWidth':_0x1f62f7(0x21e),'hollow':_0x1f62f7(0x270),'columnsError':_0x1f62f7(0x190),'series':_0x1f62f7(0x1d2)},'histogram':{'binGap':_0x1f62f7(0x257),'binningMode':_0x1f62f7(0x1bb),'count':_0x1f62f7(0x1a4),'width':_0x1f62f7(0x1e2),'binCount':_0x1f62f7(0x1fa),'binWidth':_0x1f62f7(0x16e),'underflow':_0x1f62f7(0x24c),'overflow':_0x1f62f7(0x1c4),'frequency':'Frekuensi'},'treemap':{'parentLabelLayout':'Tata\x20letak\x20label\x20induk','banner':_0x1f62f7(0x162),'overlapping':_0x1f62f7(0x196),'leafLabel':'Label\x20daun','hierarchy':_0x1f62f7(0x169),'diagnostic':_0x1f62f7(0x20b)},'sunburst':{'hierarchy':_0x1f62f7(0x149),'addHierarchy':_0x1f62f7(0x16f),'moveUp':_0x1f62f7(0x259),'moveDown':_0x1f62f7(0x144),'removeHierarchy':_0x1f62f7(0x167),'centerLabel':'Total\x20tengah','labelFormat':'Gaya\x20label','diagnostic':_0x1f62f7(0x1d9)},'gauge':{'scale':_0x1f62f7(0x1c3),'majorDivisions':_0x1f62f7(0x1d7),'minorDivisions':_0x1f62f7(0x153),'angles':_0x1f62f7(0x189),'endAngle':_0x1f62f7(0x1cf),'ranges':_0x1f62f7(0x1e3),'rangeFrom':_0x1f62f7(0x1e8),'rangeTo':_0x1f62f7(0x172),'addRange':_0x1f62f7(0x19d),'removeRange':'Hapus\x20jangkauan','axisTick':'Kutu\x20sumbu','splitLine':_0x1f62f7(0x250),'pointer':_0x1f62f7(0x280),'anchor':_0x1f62f7(0x16a),'progress':_0x1f62f7(0x222),'detail':_0x1f62f7(0x231),'pointerNeedle':'Jarum\x20klasik','pointerSlim':'Jarum\x20ramping','template':_0x1f62f7(0x255),'modern':_0x1f62f7(0x1b8),'classic':_0x1f62f7(0x17c),'minimal':_0x1f62f7(0x140),'advanced':_0x1f62f7(0x1f7),'customized':_0x1f62f7(0x269),'axisLabelNumberFormat':_0x1f62f7(0x14b),'detailNumberFormat':_0x1f62f7(0x1c5),'emptyDiagnostic':_0x1f62f7(0x208),'mappingDiagnostic':_0x1f62f7(0x1bd),'configDiagnostic':_0x1f62f7(0x235)},'chord':{'source':_0x1f62f7(0x23e),'target':'Sasaran','count':_0x1f62f7(0x15b),'node':_0x1f62f7(0x1d1),'ribbon':'Pita','clockwise':'Searah\x20jarum\x20jam','padAngle':_0x1f62f7(0x187),'minAngle':_0x1f62f7(0x226),'innerRadius':_0x1f62f7(0x1cb),'outerRadius':_0x1f62f7(0x22a),'invalidRadii':_0x1f62f7(0x253),'rotation':_0x1f62f7(0x277),'distance':_0x1f62f7(0x1f0),'width':_0x1f62f7(0x1e2),'focus':'Fokus','solid':_0x1f62f7(0x161),'gradient':_0x1f62f7(0x199),'adjacency':'Simpul\x20yang\x20berdekatan','self':_0x1f62f7(0x183),'emptyDiagnostic':_0x1f62f7(0x27a),'mappingDiagnostic':_0x1f62f7(0x1d0),'configDiagnostic':'Konfigurasi\x20diagram\x20chord\x20tidak\x20valid.\x20Periksa\x20sudut,\x20jari-jari,\x20opasitas,\x20dan\x20ukurannya.','associatedValue':_0x1f62f7(0x1c2)},'common':{'category':_0x1f62f7(0x244),'seriesName':_0x1f62f7(0x26a),'value':_0x1f62f7(0x159),'percentage':'Persentase','borderColor':'Warna\x20perbatasan','labelContent':_0x1f62f7(0x1fe),'labelPosition':'Posisi\x20label','dataLabels':'Label\x20data','chartType':_0x1f62f7(0x1b2),'bold':_0x1f62f7(0x173),'italic':_0x1f62f7(0x1f6),'shape':_0x1f62f7(0x158),'chartStyle':'Gaya\x20grafik','chartAndAxisTitles':'Judul\x20grafik\x20dan\x20sumbu','legend':_0x1f62f7(0x1ee),'chartTitle':_0x1f62f7(0x236),'subtitle':'Subjudul','series':_0x1f62f7(0x26b),'dataPoint':_0x1f62f7(0x225),'trendline':'Garis\x20tren','horizontalAxis':_0x1f62f7(0x1fd),'verticalAxis':'Sumbu\x20vertikal','rightVerticalAxis':_0x1f62f7(0x239),'layout':_0x1f62f7(0x262),'arrow':_0x1f62f7(0x1be),'axisLabels':'Label\x20sumbu','currency':_0x1f62f7(0x266),'date':_0x1f62f7(0x195),'displayName':'Nama\x20tampilan','emphasis':_0x1f62f7(0x271),'heatmap':'Peta\x20panas','lineColor':_0x1f62f7(0x19c),'lineWidth':_0x1f62f7(0x211),'min':'Minimum','max':_0x1f62f7(0x274),'mode':_0x1f62f7(0x21d),'stacked':_0x1f62f7(0x1d3),'title':_0x1f62f7(0x218),'auto':_0x1f62f7(0x184),'position':{'label':_0x1f62f7(0x16d),'inside':'Di\x20dalam','outside':'Di\x20luar','top':'Atas','right':_0x1f62f7(0x247),'bottom':_0x1f62f7(0x282),'left':_0x1f62f7(0x205),'hide':'Sembunyikan'},'axisAlign':{'start':_0x1f62f7(0x185),'center':_0x1f62f7(0x1cd),'end':_0x1f62f7(0x20c)},'textAlign':{'left':_0x1f62f7(0x205),'center':'Tengah','right':_0x1f62f7(0x247)},'legendSelectMode':{'single':_0x1f62f7(0x1c0),'multiple':_0x1f62f7(0x192),'disabled':_0x1f62f7(0x24f)},'visualMapType':{'continuous':_0x1f62f7(0x238),'piecewise':_0x1f62f7(0x1d6)},'default':_0x1f62f7(0x1dd),'reset':_0x1f62f7(0x21c),'color':_0x1f62f7(0x15e),'opacity':_0x1f62f7(0x1f5),'font':_0x1f62f7(0x1f3),'none':_0x1f62f7(0x22d),'numberFormat':_0x1f62f7(0x273),'borderWidth':'Lebar\x20perbatasan','borderType':_0x1f62f7(0x252),'lineType':_0x1f62f7(0x177),'dashed':'Putus-putus','dotted':_0x1f62f7(0x1ab),'circle':_0x1f62f7(0x160),'triangle':_0x1f62f7(0x1bc),'diamond':_0x1f62f7(0x154),'axisLine':_0x1f62f7(0x1e0),'minimum':_0x1f62f7(0x140),'maximum':_0x1f62f7(0x26e),'startAngle':_0x1f62f7(0x1b0),'valueField':_0x1f62f7(0x1dc),'categoryName':'Nama\x20kategori','ownValue':_0x1f62f7(0x186),'children':_0x1f62f7(0x1e7),'label':_0x1f62f7(0x1b6),'editChart':_0x1f62f7(0x25b),'deleteChart':_0x1f62f7(0x193),'insertChart':'Sisipkan\x20grafik','insertChartFailed':_0x1f62f7(0x22c),'openChartPanel':'Buka\x20panel\x20grafik','hideChartPanel':'Sembunyikan\x20panel\x20grafik','exportImage':_0x1f62f7(0x166),'copy':_0x1f62f7(0x1f2),'setup':_0x1f62f7(0x1b3),'customize':'Kustomisasi','data':_0x1f62f7(0x163),'tableDataEmpty':_0x1f62f7(0x220),'dataRange':_0x1f62f7(0x1cc),'editData':'Edit\x20Data','inlineData':_0x1f62f7(0x157),'switchRowColumn':'Beralih\x20ke\x20baris/kolom','useAsCategoryLabels':'Gunakan\x20{0}\x20sebagai\x20kategori','cancel':_0x1f62f7(0x214),'insert':_0x1f62f7(0x23c),'apply':_0x1f62f7(0x24d),'duplicate':_0x1f62f7(0x268)},'inlineTable':{'pasteHint':'Tempelkan\x20tabel\x20dari\x20Spreadsheet,\x20Excel,\x20atau\x20halaman\x20web\x20untuk\x20menggantikan\x20data\x20sebaris.','addRow':'Tambahkan\x20baris','addColumn':_0x1f62f7(0x202)},'floatMenu':{'menuTitle':{'chart':_0x1f62f7(0x256),'axisTitle':_0x1f62f7(0x1de),'gridline':'Garis\x20kisi','tick':_0x1f62f7(0x21a),'mark':_0x1f62f7(0x276),'dataLabel':_0x1f62f7(0x17b)},'field':{'position':'Posisi','size':'Ukuran','align':_0x1f62f7(0x1e9),'map':'Peta','rotate':_0x1f62f7(0x148),'labelText':_0x1f62f7(0x261),'titleText':_0x1f62f7(0x264)},'action':{'more':'Lainnya'},'control':{'labels':_0x1f62f7(0x265),'line':_0x1f62f7(0x1d8),'reverse':_0x1f62f7(0x141)}}}};function _0x3f8b(_0x516e6d,_0x5e488a){_0x516e6d=_0x516e6d-0x140;const _0xac24ce=_0xac24();let _0x3f8b1f=_0xac24ce[_0x516e6d];return _0x3f8b1f;}function _0xac24(){const _0x12255e=['3DJLuzx','Peta\x20visual','Jari-jari\x20dalam','Rentang\x20data','Tengah','Lilin','Sudut\x20akhir','Diagram\x20chord\x20memerlukan\x20bidang\x20Sumber\x20dan\x20Target\x20yang\x20berbeda\x20serta\x20bidang\x20Nilai\x20berbeda\x20yang\x20opsional.','simpul','Seri\x20OHLC','Ditumpuk','Tema','Gap\x20width\x20(%)','Berdasarkan\x20bagian','Pembagian\x20utama','Garis','Grafik\x20sunburst\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Format\x20umum\x20tidak\x20mengandung\x20format\x20angka\x20tertentu.','Awan\x20kata','Bidang\x20nilai','Bawaan','Judul\x20sumbu','Pembukaan','Garis\x20sumbu','Terendah','Lebar','Rentang','Ulangi\x20kata-kata','Nilai\x20tidak\x20valid','Plot\x20area','Elemen\x20turunan','Dari','Pelaaan','Centang\x20warna','Grafik\x20pai','Penutupan','Jarak\x20irisan','Legenda','Hapus\x20titik\x20data','Jarak','Diagram\x20sunburst','Salin','huruf','Bentuk\x20radar','Opasitas','Miring','Pengaturan\x20lanjutan','{0}\x20titik\x20data\x20dipilih','pai\x20mawar','Jumlah\x20sampah','Nomor','Latar\x20belakang\x20label','Sumbu\x20horizontal','Isi\x20label','Tata\x20letak\x20lanjutan','9VtnLMP','Halus','Tambahkan\x20kolom','Kardioid','Jumlah\x20titik\x20data\x20grafik\x20sekunder','kiri','Panjang\x20sisi','7rjZAKa','Grafik\x20pengukur\x20memerlukan\x20setidaknya\x20satu\x20nilai\x20numerik\x20berhingga.','Panjang\x20centang','Poligon','Grafik\x20peta\x20pohon\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Akhir','Sertakan\x20nilai\x20nol','Lainnya','Jenis\x20garis\x20penghubung','60302xudugc','Lebar\x20garis','Grafik\x20area\x20bertumpuk','Melingkar','Batal','54566velSDH','Jenis\x20garis\x20indikator','Garis\x20kisi\x20dan\x20tanda\x20centang','Judul','Lebar\x20garis\x20kisi','Tanda\x20Skala','Penyelarasan','Setel\x20ulang','Modus','Lebar\x20lilin','Badan','Data\x20tabel\x20kosong','Grafik\x20pai\x20dari\x20pai','Kemajuan','Pin','Grafik\x20kolom','Titik\x20data','Sudut\x20minimal','Judul\x20sumbu\x20vertikal','Garis\x20label','Gunakan\x20subtotal','Jari-jari\x20luar','Label\x20warna\x20teks','Gagal\x20menyisipkan\x20grafik','Tidak\x20ada','Ketik','Hubungkan\x20titik\x20data','Grafik\x20donat','Detil','Format\x20sumber','Tumpuk\x20persen','Persegi\x20panjang','Konfigurasi\x20grafik\x20pengukur\x20tidak\x20valid.\x20Periksa\x20skala,\x20rentang,\x20rasio,\x20dan\x20ukurannya.','Judul\x20bagan','534QPgoCb','Kontinu','Sumbu\x20vertikal\x20kanan','Pai\x20dari\x20pai','Subtotal','Sisipkan','Warna\x20latar\x20belakang','Sumber','Bentuk\x20simpul','Grafik\x20relasi','Lingkaran\x20kosong','Warna\x20garis\x20penghubung','Jarak\x20antara\x20grafik\x20utama\x20dan\x20sekunder','Kategori','Pisahkan\x20berdasarkan','Format\x20persentil\x20ribuan\x20digunakan\x20untuk\x20angka\x20umum,\x20format\x20mata\x20uang\x20dan\x20akuntansi\x20menyediakan\x20format\x20khusus\x20untuk\x20nilai\x20moneter.','Kanan','Grafik\x20sebar','Opasitas\x20sumbu','Target\x20gaya','Pemisahan\x20kustom','Ambang\x20batas\x20aliran\x20bawah','Terapkan','Pratinjau','Dinonaktifkan','Garis\x20terpisah','Width\x20(%)','Jenis\x20perbatasan','Jari-jari\x20dalam\x20harus\x20lebih\x20kecil\x20dari\x20jari-jari\x20luar.','Grafik\x20garis\x20/\x20Grafik\x20area','Templat','Bagan','Celah\x20tempat\x20sampah','Pin\x20kosong','Pindahkan\x20bidang\x20hierarki\x20ke\x20atas','Sumbu\x20terbalik','Editor\x20grafik','Judul\x20sumbu\x20horizontal','Satuan\x20nilai','Bagan\x20pengukur','Tunjukkan\x20R²','Interaksi','label\x20teks','Tata\x20letak','Garis\x20konektor','Teks\x20judul','Label\x20gelembung','Mata\x20uang','Peta\x20pohon','Duplikat','Kustom','Nama\x20seri','Seri','Jenis\x20Angka\x20Negatif','Warna\x20rumus','Maksimal','Bintang','Lilin\x20berongga','Penekanan','2079276Afiure','Format\x20angka','Maksimum','Grafik\x20kombinasi','Tanda','Rotasi','16611907ClVBuO','168RKCjCI','Diagram\x20chord\x20memerlukan\x20setidaknya\x20satu\x20hubungan\x20berbobot\x20positif\x20antara\x20dua\x20simpul\x20yang\x20berbeda.','Segitiga\x20kosong','Kesenjangan\x20barang','Umum','kutu','Explosion\x20(%)','penunjuk','Memesan','Bawah','14DvGYfU','14845gyajIq','Nilai\x20kurang\x20dari','Minimal','Balikkan','Grafik\x20radar','Putar\x20label','Pindahkan\x20bidang\x20hierarki\x20ke\x20bawah','Ilmiah','Grafik\x20area','Doji','Putar','Hirarki','warna\x20R²','Format\x20angka\x20label\x20sumbu','Tampilkan\x20rumus','Jenis\x20Mata\x20Uang','Perlakukan\x20sebagai\x20nol','Grafik\x20kandil','Bentuk\x20grafik','Negatif','Bagan\x20akord','Pembagian\x20kecil\x20per\x20pembagian\x20utama','berlian','Opasitas\x20batas','Tertinggi','Data\x20Inline','Bentuk','Nilai','Bagan\x20peta\x20pohon','Jumlah\x20hubungan','Garis\x20kisi','235304MKLNTM','Warna','Gravitasi','Lingkaran','Warna\x20solid','Spanduk','Data','Posisi\x20centang','Bagan\x20sinar\x20matahari','Ekspor\x20sebagai\x20gambar','Hapus\x20bidang\x20hierarki','Persentil\x20Ribuan','Bidang\x20hierarki','Jangkar','Grafik\x20batang\x20bertumpuk','Jenis\x20Format','Posisi','Lebar\x20wadah','Tambahkan\x20hierarki','Format\x20angka\x20akuntansi\x20menyelaraskan\x20simbol\x20mata\x20uang\x20dan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom.','Persegi\x20panjang\x20kosong','Untuk','Tebal','Warna\x20garis\x20kisi','Label\x20sel','Format\x20mata\x20uang\x20digunakan\x20untuk\x20nilai\x20moneter\x20umum,\x20format\x20akuntansi\x20menyelaraskan\x20titik\x20desimal\x20dalam\x20sebuah\x20kolom\x20nilai.','Tipe\x20garis','Ukuran\x20grafik\x20sekunder','Seri\x20Persentase\x20Kumulatif','Ukuran\x20titik','Labeli\x20data','Klasik','Air\x20terjun','Grafik\x20corong','segi\x20lima','Grafik\x20batang\x20tumpuk\x20persen','Semua\x20seri','Anggota','Simpul\x20saat\x20ini','Otomatis','Awal','Nilai\x20sendiri','Sudut\x20bantalan','Skala\x20nilai','Sudut','Warna\x20sumbu','Persegi\x20panjang\x20membulat\x20kosong','10842190ZZbfuk','Persegi\x20kosong','Polinomial','Perlakukan\x20label\x20sebagai\x20tanggal','Data\x20grafik\x20kandil\x20memerlukan\x20kolom\x20Kategori,\x20Buka,\x20Tertinggi,\x20Terendah,\x20dan\x20Tutup.','Format\x20tanggal\x20menampilkan\x20nomor\x20seri\x20tanggal\x20dan\x20waktu\x20sebagai\x20nilai\x20tanggal.','Ganda','Hapus\x20grafik','Grafik\x20garis','Tanggal','Tumpang\x20tindih','Segitiga\x20ke\x20depan','Lebar\x20centang','Gradien','Rata-rata\x20bergerak','Panah\x20kosong','Warna\x20garis','Tambahkan\x20jangkauan','Wajik\x20kosong','Lebar\x20garis\x20penghubung','Node','ID\x20gambar\x20topeng','Ukuran\x20font\x20tubuh','Persegi\x20panjang\x20membulat','Hitung','Persegi','Sumbu','Garis\x20indikator','Tempat\x20Desimal','Warna\x20bawaan','Grafik\x20awan\x20kata','bertitik','Jenis\x20Tanggal','Grafik\x20Pareto','Gunakan\x20nilai\x20absolut','Isian\x20gradien','Sudut\x20awal','Titik','Jenis\x20grafik','Pengaturan','Bar\x20spacing','Linier','Label','Grafik\x20gelembung','Modern','Modus\x20pemilihan','Grafik\x20Sankey','Mode\x20pengelompokan','Segitiga','Grafik\x20pengukur\x20memerlukan\x20satu\x20bidang\x20label\x20dan\x20tepat\x20satu\x20bidang\x20nilai.','Panah','Padat','Tunggal','Histogram','Nilai\x20terkait','Skala','Ambang\x20batas\x20meluap','Format\x20angka\x20detail','Warna\x20garis\x20indikator','Lubang\x20donat','Isi\x20opacity'];_0xac24=function(){return _0x12255e;};return _0xac24();}export{e as default};
@@ -1 +1 @@
1
- const _0x527dc1=_0x45f0;function _0x45f0(_0xb4ea72,_0x214e91){_0xb4ea72=_0xb4ea72-0xb9;const _0x4e14e8=_0x4e14();let _0x45f0a3=_0x4e14e8[_0xb4ea72];return _0x45f0a3;}function _0x4e14(){const _0x437973=['Titolo','Dimensione','Singola','Corsivo','Inferiore','Inverti','Sottotitolo','Posizione','Marca','2261bxBHgY','minimo','Asse\x20verticale','Valore','Etichette','Mappa','Inizio','Opacità','Titolo\x20del\x20grafico','Continua','Colore','261AqlPgv','Asse\x20verticale\x20destro','Allinea','Aggiungi\x20riga','Testo\x20titolo','Categoria','Ruota','Linea','Predefinito','740464OSbZiC','Centro','Tacca','Nascondi','2514774DzfAgb','Legenda','Aggiungi\x20colonna','1128hzphTL','5778PrjDOk','Reimposta','Interno','Titolo\x20dell’asse','Punto\x20dati','A\x20tratti','36014xcgCuO','7066490LcPQpm','4MbqzcT','736FRBWnT','Modalità','Percentuale','Grassetto','A\x20capo\x20legenda','Grafico','2CnnDkz','Superiore','Sinistra','Linea\x20della\x20griglia','3450200qiCeyC','Destra','Copia\x20e\x20incolla\x20i\x20dati\x20qui','Asse\x20orizzontale','Etichetta\x20dati'];_0x4e14=function(){return _0x437973;};return _0x4e14();}(function(_0x91a118,_0x43da72){const _0x48e53d=_0x45f0,_0xb27935=_0x91a118();while(!![]){try{const _0x3f834c=-parseInt(_0x48e53d(0xc7))/0x1+-parseInt(_0x48e53d(0xde))/0x2*(-parseInt(_0x48e53d(0xcb))/0x3)+-parseInt(_0x48e53d(0xd7))/0x4*(-parseInt(_0x48e53d(0xe2))/0x5)+-parseInt(_0x48e53d(0xcf))/0x6*(-parseInt(_0x48e53d(0xf0))/0x7)+-parseInt(_0x48e53d(0xd8))/0x8*(-parseInt(_0x48e53d(0xbe))/0x9)+-parseInt(_0x48e53d(0xd6))/0xa+parseInt(_0x48e53d(0xd5))/0xb*(parseInt(_0x48e53d(0xce))/0xc);if(_0x3f834c===_0x43da72)break;else _0xb27935['push'](_0xb27935['shift']());}catch(_0x37d847){_0xb27935['push'](_0xb27935['shift']());}}}(_0x4e14,0xab8c2));const e={'chart-ui':{'common':{'default':_0x527dc1(0xc6),'reset':_0x527dc1(0xd0)},'presentation':{'wrapLegend':_0x527dc1(0xdc)},'inlineTable':{'pasteHint':_0x527dc1(0xe4),'addRow':_0x527dc1(0xc1),'addColumn':_0x527dc1(0xcd)},'floatMenu':{'menuTitle':{'chart':_0x527dc1(0xdd),'chartTitle':_0x527dc1(0xbb),'subtitle':_0x527dc1(0xed),'axisTitle':_0x527dc1(0xd2),'legend':_0x527dc1(0xcc),'horizontalAxis':_0x527dc1(0xe5),'verticalAxis':_0x527dc1(0xf2),'rightVerticalAxis':_0x527dc1(0xbf),'gridline':_0x527dc1(0xe1),'tick':_0x527dc1(0xc9),'mark':_0x527dc1(0xef),'series':'Serie','dataPoint':_0x527dc1(0xd3),'dataLabel':_0x527dc1(0xe6)},'field':{'title':_0x527dc1(0xe7),'subtitle':_0x527dc1(0xed),'position':_0x527dc1(0xee),'size':_0x527dc1(0xe8),'align':_0x527dc1(0xc0),'mode':_0x527dc1(0xd9),'map':_0x527dc1(0xf5),'rotate':_0x527dc1(0xc4),'min':_0x527dc1(0xf1),'max':'Massimo','color':_0x527dc1(0xbd),'borderColor':'Colore\x20bordo','opacity':_0x527dc1(0xba),'labelPosition':'Posizione\x20etichetta','labelText':'Testo\x20etichetta','titleText':_0x527dc1(0xc2)},'action':{'more':'Altro','bold':_0x527dc1(0xdb),'italic':_0x527dc1(0xea)},'control':{'labels':_0x527dc1(0xf4),'line':_0x527dc1(0xc5),'reverse':_0x527dc1(0xec),'date':'Data'},'option':{'textAlign':{'left':_0x527dc1(0xe0),'center':_0x527dc1(0xc8),'right':'Destra'},'position':{'top':_0x527dc1(0xdf),'bottom':_0x527dc1(0xeb),'left':'Sinistra','right':_0x527dc1(0xe3),'hide':_0x527dc1(0xca),'inside':_0x527dc1(0xd1),'outside':'Esterno'},'labelText':{'category':_0x527dc1(0xc3),'value':_0x527dc1(0xf3),'percentage':_0x527dc1(0xda)},'axisAlign':{'start':_0x527dc1(0xb9),'center':'Centro','end':'Fine'},'legendSelectMode':{'single':_0x527dc1(0xe9),'multiple':'Multipla','close':'Chiudi'},'visualMapType':{'continuous':_0x527dc1(0xbc),'piecewise':_0x527dc1(0xd4)}}}}};export{e as default};
1
+ const _0x3b9269=_0x431c;function _0x54de(){const _0x152e29=['Candela','Dimensioni\x20dei\x20nodi\x20in\x20base\x20al\x20valore','Impostazioni\x20avanzate','Includere\x20valori\x20zero','Il\x20grafico\x20a\x20indicatore\x20richiede\x20almeno\x20un\x20valore\x20numerico\x20finito.','Il\x20formato\x20percentile\x20millesimo\x20è\x20usato\x20per\x20numeri\x20generali,\x20i\x20formati\x20valuta\x20e\x20contabilità\x20forniscono\x20formati\x20specializzati\x20per\x20valori\x20monetari.','Grafico\x20a\x20torta\x20della\x20torta','Grafico\x20degli\x20accordi','Valori\x20non\x20validi','Angolo\x20iniziale','Rettangolo','Normale','Aggiungi\x20linea\x20di\x20tendenza','Posizione\x20della\x20spunta','Connetti\x20punti\x20dati','Raggio\x20interno','Gap\x20width\x20(%)','Puntatore','Grafico\x20radiale','Forza','Freccia','Configura','Grafico\x20ad\x20anello','Soglia\x20di\x20sottoflusso','Spillo\x20vuoto','Sposta\x20il\x20campo\x20della\x20gerarchia\x20verso\x20il\x20basso','Stendardo','Larghezza\x20della\x20candela','Grafico\x20ad\x20area\x20impilato','Grafico\x20delle\x20relazioni','Linea\x20di\x20tendenza','Angolo\x20finale','Stile\x20della\x20linea','Start\x20angle','Tipi\x20formato','Rettangolo\x20arrotondato\x20vuoto','Series\x20overlap\x20(%)','Il\x20raggio\x20interno\x20deve\x20essere\x20inferiore\x20al\x20raggio\x20esterno.','Istogramma','Grafico\x20a\x20barre','Dimensione','La\x20configurazione\x20del\x20diagramma\x20a\x20corde\x20non\x20è\x20valida.\x20Controllare\x20angoli,\x20raggi,\x20opacità\x20e\x20dimensioni.','Plot\x20area','Aggrega','Colore\x20R²','Nodi','Scientifico','Grafico\x20a\x20bolle','Layout\x20dell\x27etichetta\x20principale','Percentuale\x20inferiore\x20a','Forma\x20del\x20punto','Grafico\x20di\x20Sankey','Utilizza\x20valori\x20assoluti','Modifica\x20dati','Ordine','Stato\x20della\x20candela','I\x20dati\x20del\x20grafico\x20a\x20candele\x20richiedono\x20le\x20colonne\x20Categoria,\x20Apertura,\x20Massimo,\x20Minimo\x20e\x20Chiusura.','Colore\x20di\x20sfondo','Ticchettii\x20dell\x27asse','Interazione','Posizione','Etichette\x20dati','Fuori','Larghezza\x20dello\x20stoppino','Allinea','Layout\x20avanzato','Rompere\x20la\x20linea','Rettangolo\x20arrotondato','Classico','Divisioni\x20secondarie\x20per\x20divisione\x20principale','Dimensione\x20del\x20grafico\x20secondario','Box\x20plot','Candela\x20cava','Etichetta','Diagramma\x20a\x20corde','Stella','Dimensione\x20del\x20carattere\x20del\x20corpo','Serie\x20OHLC','Dimensione\x20in\x20punti','Linee\x20griglia\x20e\x20segni\x20di\x20graduazione','Data','Colore\x20del\x20testo\x20dell\x27etichetta','Serie\x20grafico\x20a\x20barre','Rettangolo\x20vuoto','Elementi\x20figli','Distanza','Mappa\x20visiva','Rotazione\x20dell\x27etichetta','Contenuto\x20dell’etichetta','Mostra\x20formula','Nodo\x20corrente','Sfondo\x20dell\x27etichetta','Width\x20(%)','Riempimento\x20sfumato','Personalizza','Asse','Ago\x20classico','Corsivo','Modalità','Torta\x20della\x20torta','Moderno','Lineare','Formato\x20personalizzato','Il\x20formato\x20contabilità\x20allinea\x20i\x20simboli\x20di\x20valuta\x20e\x20i\x20punti\x20decimali\x20in\x20una\x20colonna.','Triangolo\x20vuoto','Mappa\x20ad\x20albero','Stoppino','Circolare','Esporta\x20come\x20immagine','Inserisci\x20grafico','Opacità\x20del\x20bordo','Usa\x20{0}\x20come\x20categoria','Linea\x20della\x20griglia','Gradiente','Colore\x20predefinito','257458aVqKam','Nessuno','Opacità\x20dello\x20stoppino','Tipo\x20di\x20linea\x20di\x20connessione','Automatico','Grafico\x20a\x20barre\x20della\x20torta','Grafico\x20a\x20tachimetro','Il\x20grafico\x20a\x20indicatore\x20richiede\x20un\x20campo\x20etichetta\x20ed\x20esattamente\x20un\x20campo\x20valore.','Disattivato','Colore\x20della\x20linea','Sinistra','La\x20configurazione\x20del\x20grafico\x20a\x20indicatore\x20non\x20è\x20valida.\x20Controllare\x20scala,\x20intervalli,\x20proporzioni\x20e\x20dimensioni.','Larghezza','Campo\x20valore','805613snetgm','Lunghezza\x20collegamento','Gerarchia','Mappa\x20di\x20calore','Centro','Grafico\x20a\x20imbuto','Repulsione','Raggio\x20esterno','Posizione\x20dell\x27etichetta','Etichetta\x20dati','Punteggiato','Rimuovi\x20il\x20campo\x20della\x20gerarchia','Ripeti\x20le\x20parole','Colore\x20del\x20carattere\x20del\x20corpo','Inserisci','5454547fshxoe','Allineamento','Elimina\x20grafico','Tipi\x20di\x20numeri\x20negativi','Percentile\x20millesimo','Carattere','Soglia\x20di\x20superamento','Aggiungi\x20colonna','Positivo','Grafico\x20dello\x20sprazzo\x20di\x20sole','Concentrarsi','Rimuovi\x20punto\x20dati','Digitare','Modalità\x20di\x20raccolta','Modalità\x20di\x20selezione','Colore\x20della\x20spunta','Grafico\x20a\x20dispersione','Valore\x20inferiore\x20a','Nascondi\x20pannello\x20grafico','Opacità','Contabilità','Incolla\x20una\x20tabella\x20da\x20Fogli,\x20Excel\x20o\x20una\x20pagina\x20web\x20per\x20sostituire\x20i\x20dati\x20incorporati.','Nodi\x20adiacenti','Inizio','Dimensione\x20del\x20carattere','Continuo','Asse\x20orizzontale','Top\x20(%)','Avvolgere\x20la\x20leggenda','Buco\x20della\x20ciambella','Titolo\x20dell\x27asse\x20verticale\x20destro','Grafico\x20di\x20Pareto','Grassetto','Inferiore','Scala','Connettore','Il\x20formato\x20generale\x20non\x20contiene\x20alcun\x20formato\x20numerico\x20specifico.','Cadere','Asse\x20destro','4674570UACMdW','Destinazione\x20stile','2525132hDcFli','Conteggio\x20contenitori','Pentagono','Asse\x20verticale','Larghezza\x20della\x20linea','Potenza','Colore','Fonte','Impilato','Tacca','Spessore\x20della\x20linea\x20di\x20connessione','Cuore','Colore\x20della\x20griglia','Tipi\x20di\x20valuta','Ruota\x20le\x20etichette','Diamante','A\x20tratti','Larghezza\x20del\x20bordo','Riempimento\x20dell\x27area','Legenda','Explosion\x20(%)','Singola','Etichette\x20delle\x20celle','Colore\x20del\x20punto','Chiusura','Linea\x20indicatore','Liscio','Logaritmico','Cerchio','Passo','Quadrato\x20vuoto','Impila','Stile\x20grafico','Il\x20formato\x20valuta\x20è\x20usato\x20per\x20valori\x20monetari\x20generali,\x20il\x20formato\x20contabilità\x20allinea\x20i\x20punti\x20decimali\x20in\x20una\x20colonna\x20di\x20valori.','Fette','Ancora','Grafico\x20a\x20linee','Linea','Tema','Personalizzato','Colore\x20della\x20linea\x20di\x20connessione','Serie','Enfasi','Minimo','Cascata','Polinomio','Apertura','Angolo\x20del\x20cuscinetto','Divisioni\x20principali','Tutte\x20le\x20serie','Valore\x20proprio','Nuvola\x20di\x20parole','Totale\x20centrale','Forma','Intervallo\x20dati','Quadrato','Dettaglio','Multipli','Formato\x20sorgente','Nome\x20della\x20serie','Scala\x20valori','Progresso','Manual','93357jLeVwm','Ago\x20sottile','ID\x20immagine\x20maschera','Grafico','Conteggio\x20delle\x20relazioni','Campi\x20gerarchici','Il\x20diagramma\x20a\x20corde\x20richiede\x20almeno\x20una\x20relazione\x20con\x20peso\x20positivo\x20tra\x20due\x20nodi\x20distinti.','Aggiungi\x20gerarchia','Larghezza\x20del\x20contenitore','Numero\x20di\x20punti\x20dati\x20secondari','Obiettivo','Superiore','Titolo\x20dell\x27asse\x20orizzontale','Serie\x20percentuale\x20cumulativa','Valore','Grafico\x20a\x20torta','3622128vORUtA','Formato\x20numerico\x20delle\x20etichette\x20dell’asse','Impila\x20percentuale','Barre\x20della\x20torta','Considera\x20le\x20etichette\x20come\x20date','Spillo','Colore\x20uniforme','Angoli','Colore\x20del\x20bordo','Titolo\x20dell’asse','{0}\x20punti\x20dati\x20selezionati','Lunghezza\x20della\x20spunta','Grafico\x20del\x20calibro','Modello','Left\x20(%)','Freccia\x20vuota','Grafico\x20dell\x27istogramma','Colore\x20stoppino','Generale','Dati\x20in\x20linea','Anteprima','Etichette\x20fogliari','Massimo','Larghezza\x20della\x20linea\x20della\x20griglia','Corpo','Nome\x20visualizzato','Bar\x20spacing','Distanza\x20tra\x20grafico\x20principale\x20e\x20secondario','Ripristina','Colore\x20della\x20linea\x20dell\x27indicatore','Altro','Grafico\x20a\x20cascata','Linea\x20del\x20connettore','Mezza\x20torta','Punto\x20dati','Cifre\x20decimali','Dividi\x20per','Sottotitolo','Grafico\x20a\x20linee\x20/\x20Grafico\x20ad\x20area','Testo\x20etichetta','Angolo\x20minimo','Grafico\x20della\x20mappa\x20ad\x20albero','Diamante\x20vuoto','Duplica','Mostra\x20R²','Height\x20(%)','Grafico\x20a\x20barre\x20impilato\x20percentuale','Editor\x20grafico','Cardioide','In\x20aumento','Il\x20grafico\x20radiale\x20gerarchico\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','Triangolo\x20in\x20avanti','Subtotale','Elementi','Numero','Destra','Categoria','Riempi\x20l\x27opacità','Tipo\x20di\x20linea\x20dell\x27indicatore','Disposizione','Grafico\x20radar','Spazio\x20vuoto\x20nell\x27articolo','Forma\x20radar','Il\x20diagramma\x20a\x20corde\x20richiede\x20campi\x20Origine\x20e\x20Destinazione\x20distinti\x20e,\x20facoltativamente,\x20un\x20campo\x20Valore\x20diverso.','Inserimento\x20grafico\x20non\x20riuscito','Passa\x20a\x20riga/colonna','Nastro','Sposta\x20il\x20campo\x20della\x20gerarchia\x20verso\x20l\x27alto','Linee\x20divise'];_0x54de=function(){return _0x152e29;};return _0x54de();}(function(_0x203505,_0x136d75){const _0x3ad997=_0x431c,_0x3bdc3c=_0x203505();while(!![]){try{const _0x2f7371=parseInt(_0x3ad997(0x161))/0x1+-parseInt(_0x3ad997(0x153))/0x2+parseInt(_0x3ad997(0x1d8))/0x3+parseInt(_0x3ad997(0x199))/0x4+-parseInt(_0x3ad997(0x197))/0x5+-parseInt(_0x3ad997(0x1e8))/0x6+parseInt(_0x3ad997(0x170))/0x7;if(_0x2f7371===_0x136d75)break;else _0x3bdc3c['push'](_0x3bdc3c['shift']());}catch(_0x12fc27){_0x3bdc3c['push'](_0x3bdc3c['shift']());}}}(_0x54de,0x8d941));function _0x431c(_0x2e4cd2,_0x2aacae){_0x2e4cd2=_0x2e4cd2-0xf7;const _0x54de5b=_0x54de();let _0x431c5c=_0x54de5b[_0x2e4cd2];return _0x431c5c;}const e={'chart-ui':{'editor':{'defaultColor':_0x3b9269(0x152),'fontSize':_0x3b9269(0x188)},'setup':{'stack':_0x3b9269(0x1b8),'percentStacked':_0x3b9269(0x1ea)},'chartTypes':{'line':_0x3b9269(0x1bd),'column':'Grafico\x20a\x20colonne','columnStacked':'Impila\x20·\x20Grafico\x20a\x20colonne','columnPercentStacked':'Impila\x20percentuale\x20·\x20Grafico\x20a\x20colonne','bar':_0x3b9269(0x107),'barStacked':'Grafico\x20a\x20barre\x20impilato','barPercentStacked':_0x3b9269(0x216),'pie':_0x3b9269(0x1e7),'donut':_0x3b9269(0x243),'pieOfPie':_0x3b9269(0x233),'barOfPie':_0x3b9269(0x158),'area':'Grafico\x20ad\x20area','areaStacked':_0x3b9269(0xfc),'areaPercentStacked':'Grafico\x20ad\x20area\x20impilato\x20percentuale','radar':_0x3b9269(0x224),'scatter':_0x3b9269(0x180),'combination':'Grafico\x20combinato','wordCloud':'Grafico\x20nuvola\x20di\x20parole','funnel':'Grafico\x20a\x20imbuto','bubble':_0x3b9269(0x10f),'relation':_0x3b9269(0xfd),'waterfall':_0x3b9269(0x207),'pareto':_0x3b9269(0x18f),'sankey':_0x3b9269(0x113),'heatmap':'Mappa\x20di\x20calore','boxplot':_0x3b9269(0x127),'candlestick':'Grafico\x20a\x20candele','histogram':_0x3b9269(0x106),'treemap':_0x3b9269(0x149),'sunburst':_0x3b9269(0x23f),'gauge':_0x3b9269(0x159),'chord':_0x3b9269(0x12a)},'section':{'waterfall':_0x3b9269(0x207),'paretoBar':_0x3b9269(0x132),'paretoLine':_0x3b9269(0x1e5),'pie':'Grafico\x20a\x20torta','wordCloud':_0x3b9269(0x1cc),'radar':'Grafico\x20radar','funnel':_0x3b9269(0x166),'relation':'Grafico\x20delle\x20relazioni','lineAndArea':_0x3b9269(0x20e),'gridlinesAndTicks':_0x3b9269(0x12f),'indicatorLine':_0x3b9269(0x1b2),'candlestick':'Grafico\x20a\x20candela','histogram':_0x3b9269(0x1f8),'treemap':_0x3b9269(0x211),'sunburst':_0x3b9269(0x179),'gauge':_0x3b9269(0x1f4),'chord':_0x3b9269(0x234)},'presentation':{'backgroundColor':_0x3b9269(0x119),'theme':_0x3b9269(0x1bf),'gradientFill':_0x3b9269(0x13d),'bodyFontSize':_0x3b9269(0x12c),'bodyFontColor':_0x3b9269(0x16e),'titleType':'Tipo\x20di\x20titolo','horizontalAxisTitle':_0x3b9269(0x1e4),'verticalAxisTitle':'Titolo\x20dell\x27asse\x20verticale','rightVerticalAxisTitle':_0x3b9269(0x18e),'wrap':_0x3b9269(0x18c),'selectMode':_0x3b9269(0x17e),'visualMapType':_0x3b9269(0x136),'align':_0x3b9269(0x171)},'numberFormat':{'source':_0x3b9269(0x1d3),'number':_0x3b9269(0x21e),'scientific':_0x3b9269(0x10e),'custom':_0x3b9269(0x146),'preview':_0x3b9269(0x1fc),'generalType':_0x3b9269(0x1fa),'accountingType':_0x3b9269(0x184),'thousandsType':_0x3b9269(0x174),'formatTypes':_0x3b9269(0x102),'generalDesc':_0x3b9269(0x194),'accountingDesc':_0x3b9269(0x147),'currencyDesc':_0x3b9269(0x1ba),'dateDesc':'Il\x20formato\x20data\x20visualizza\x20i\x20numeri\x20seriali\x20di\x20data\x20e\x20ora\x20come\x20valori\x20di\x20data.','thousandsDesc':_0x3b9269(0x232),'decimalPlaces':_0x3b9269(0x20b),'currencyTypes':_0x3b9269(0x1a6),'negativeNumberTypes':_0x3b9269(0x173),'dateTypes':'Tipi\x20di\x20data','setFormat':'Imposta\x20formato\x20etichetta'},'series':{'rightAxis':_0x3b9269(0x196),'allSeries':_0x3b9269(0x1ca),'aggregate':_0x3b9269(0x10b),'borderOpacity':_0x3b9269(0x14e),'solid':'Solido','pointShape':_0x3b9269(0x112),'pointSize':_0x3b9269(0x12e),'pointColor':_0x3b9269(0x1b0),'removeDataPoint':_0x3b9269(0x17b),'square':_0x3b9269(0x1d0),'rect':_0x3b9269(0x237),'roundRect':_0x3b9269(0x123),'pin':_0x3b9269(0x1ed),'emptyCircle':'Cerchio\x20vuoto','emptySquare':_0x3b9269(0x1b7),'emptyTriangle':_0x3b9269(0x148),'emptyDiamond':_0x3b9269(0x212),'emptyRect':_0x3b9269(0x133),'emptyRoundRect':_0x3b9269(0x103),'emptyPin':_0x3b9269(0xf8),'emptyArrow':_0x3b9269(0x1f7)},'lineAndArea':{'lineStyle':_0x3b9269(0x100),'line':_0x3b9269(0x1be),'smooth':_0x3b9269(0x1b3),'step':_0x3b9269(0x1b6),'invalidValues':_0x3b9269(0x235),'breakLine':_0x3b9269(0x122),'connect':_0x3b9269(0x23b),'zero':'Trattalo\x20come\x20zero'},'axis':{'useDateAxis':_0x3b9269(0x1ec),'target':_0x3b9269(0x13f),'lineColor':_0x3b9269(0x15c),'lineWidth':_0x3b9269(0x19d),'labelRotation':_0x3b9269(0x137),'reverse':'Asse\x20inverso','gridlineVisible':'Linee\x20della\x20griglia','gridlineColor':_0x3b9269(0x1a5),'gridlineWidth':_0x3b9269(0x1ff),'tickVisible':'Zecche','tickLength':_0x3b9269(0x1f3),'tickWidth':'Larghezza\x20del\x20segno\x20di\x20spunta','tickColor':_0x3b9269(0x17f),'tickPosition':_0x3b9269(0x23a)},'indicator':{'lineColor':_0x3b9269(0x205),'lineType':_0x3b9269(0x222),'labelBackground':_0x3b9269(0x13b),'labelText':_0x3b9269(0x131)},'trendline':{'add':_0x3b9269(0x239),'type':_0x3b9269(0x17c),'linear':_0x3b9269(0x145),'exponential':'Esponenziale','logarithmic':_0x3b9269(0x1b4),'polynomial':_0x3b9269(0x1c6),'power':_0x3b9269(0x19e),'movingAverage':'Media\x20mobile','showFormula':_0x3b9269(0x139),'showR2':_0x3b9269(0x214),'order':_0x3b9269(0x116),'period':'Periodo','formulaColor':'Colore\x20della\x20formula','r2Color':_0x3b9269(0x10c)},'pareto':{'includeZeroValues':_0x3b9269(0x230)},'plotArea':{'label':_0x3b9269(0x10a),'manual':_0x3b9269(0x1d7),'left':_0x3b9269(0x1f6),'top':_0x3b9269(0x18b),'width':_0x3b9269(0x13c),'height':_0x3b9269(0x215)},'bar':{'layout':_0x3b9269(0x202),'gapWidth':_0x3b9269(0x23d),'overlap':_0x3b9269(0x104)},'pie':{'mode':'Forma\x20del\x20grafico','modeNormal':_0x3b9269(0x238),'modePieOfPie':_0x3b9269(0x143),'modeBarOfPie':_0x3b9269(0x1eb),'splitType':_0x3b9269(0x20c),'splitAuto':'Automatico','splitPosition':_0x3b9269(0x11c),'splitCustom':_0x3b9269(0x1c0),'customSelectedCount':'Divisione\x20personalizzata','customSelectedCountValue':_0x3b9269(0x1f2),'positionCount':_0x3b9269(0x1e1),'valueLessThan':_0x3b9269(0x181),'percentageLessThan':_0x3b9269(0x111),'secondarySize':_0x3b9269(0x126),'advancedLayout':_0x3b9269(0x121),'connector':_0x3b9269(0x193),'slices':_0x3b9269(0x1bb),'gapWidth':_0x3b9269(0x203),'connectorColor':_0x3b9269(0x1c1),'connectorWidth':_0x3b9269(0x1a3),'connectorType':_0x3b9269(0x156),'aggregateOther':_0x3b9269(0x206),'aggregateMembers':_0x3b9269(0x21d),'valueScale':_0x3b9269(0x1d5),'doughnutHole':_0x3b9269(0x18d),'startAngle':_0x3b9269(0x101),'explosion':_0x3b9269(0x1ad),'paddingAngle':'Spaziatura\x20delle\x20fette','halfPie':_0x3b9269(0x209),'rosePie':'Torta\x20di\x20rose','labelLine':'Linea\x20di\x20etichetta'},'radar':{'shape':_0x3b9269(0x226),'polygon':'Poligono','fill':_0x3b9269(0x1ab)},'funnel':{'gap':_0x3b9269(0x225),'absoluteValues':_0x3b9269(0x114)},'heatmap':{'unit':'Unità\x20di\x20valore','labels':_0x3b9269(0x1af)},'relation':{'nodes':_0x3b9269(0x10d),'interaction':_0x3b9269(0x11b),'edgeLength':_0x3b9269(0x162),'circular':_0x3b9269(0x14b),'force':_0x3b9269(0x240),'nodeShape':'Forma\x20del\x20nodo','valueSize':_0x3b9269(0x22e),'rotateLabels':_0x3b9269(0x1a7),'gravity':'Gravità','repulsion':_0x3b9269(0x167)},'wordCloud':{'maskImage':_0x3b9269(0x1da),'repeat':_0x3b9269(0x16d),'cloud':'Nuvola','rect':_0x3b9269(0x237),'cardioid':_0x3b9269(0x218),'heart':_0x3b9269(0x1a4),'triangle-forward':_0x3b9269(0x21b),'pentagon':_0x3b9269(0x19b),'star':_0x3b9269(0x12b)},'waterfall':{'styleTarget':_0x3b9269(0x198),'positive':_0x3b9269(0x178),'negative':'Negativo','stackType':'Disposizione','arrangement':_0x3b9269(0x1c5),'subtotal':_0x3b9269(0x21c),'includeSubtotal':'Utilizza\x20subtotale','connector':_0x3b9269(0x208)},'candlestick':{'candle':_0x3b9269(0x22d),'body':_0x3b9269(0x200),'wick':_0x3b9269(0x14a),'state':_0x3b9269(0x117),'open':_0x3b9269(0x1c7),'high':_0x3b9269(0x1fe),'low':'Minimo','close':_0x3b9269(0x1b1),'rising':_0x3b9269(0x219),'falling':_0x3b9269(0x195),'doji':'Doji','bodyColor':'Colore\x20del\x20corpo','fillOpacity':_0x3b9269(0x221),'wickColor':_0x3b9269(0x1f9),'wickWidth':_0x3b9269(0x11f),'wickOpacity':_0x3b9269(0x155),'candleWidth':_0x3b9269(0xfb),'hollow':_0x3b9269(0x128),'columnsError':_0x3b9269(0x118),'series':_0x3b9269(0x12d)},'histogram':{'binGap':'Spazio\x20nel\x20contenitore','binningMode':_0x3b9269(0x17d),'count':'Conte','width':_0x3b9269(0x15f),'binCount':_0x3b9269(0x19a),'binWidth':_0x3b9269(0x1e0),'underflow':_0x3b9269(0xf7),'overflow':_0x3b9269(0x176),'frequency':'Frequenza'},'treemap':{'parentLabelLayout':_0x3b9269(0x110),'banner':_0x3b9269(0xfa),'overlapping':'Sovrapposizione','leafLabel':_0x3b9269(0x1fd),'hierarchy':_0x3b9269(0x1dd),'diagnostic':'La\x20mappa\x20ad\x20albero\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.'},'sunburst':{'hierarchy':_0x3b9269(0x163),'addHierarchy':_0x3b9269(0x1df),'moveUp':_0x3b9269(0x22b),'moveDown':_0x3b9269(0xf9),'removeHierarchy':_0x3b9269(0x16c),'centerLabel':_0x3b9269(0x1cd),'labelFormat':'Stile\x20dell\x27etichetta','diagnostic':_0x3b9269(0x21a)},'gauge':{'scale':_0x3b9269(0x192),'majorDivisions':_0x3b9269(0x1c9),'minorDivisions':_0x3b9269(0x125),'angles':_0x3b9269(0x1ef),'endAngle':_0x3b9269(0xff),'ranges':'Gamme','rangeFrom':'Da','rangeTo':'A','addRange':'Aggiungi\x20intervallo','removeRange':'Rimuovi\x20intervallo','axisTick':_0x3b9269(0x11a),'splitLine':_0x3b9269(0x22c),'pointer':_0x3b9269(0x23e),'anchor':_0x3b9269(0x1bc),'progress':_0x3b9269(0x1d6),'detail':_0x3b9269(0x1d1),'pointerNeedle':_0x3b9269(0x140),'pointerSlim':_0x3b9269(0x1d9),'template':_0x3b9269(0x1f5),'modern':_0x3b9269(0x144),'classic':_0x3b9269(0x124),'minimal':_0x3b9269(0x1c4),'advanced':_0x3b9269(0x22f),'customized':_0x3b9269(0x1c0),'axisLabelNumberFormat':_0x3b9269(0x1e9),'detailNumberFormat':'Formato\x20del\x20numero\x20di\x20dettaglio','emptyDiagnostic':_0x3b9269(0x231),'mappingDiagnostic':_0x3b9269(0x15a),'configDiagnostic':_0x3b9269(0x15e)},'chord':{'source':_0x3b9269(0x1a0),'target':_0x3b9269(0x1e2),'count':_0x3b9269(0x1dc),'node':'Nodo','ribbon':_0x3b9269(0x22a),'clockwise':'In\x20senso\x20orario','padAngle':_0x3b9269(0x1c8),'minAngle':_0x3b9269(0x210),'innerRadius':_0x3b9269(0x23c),'outerRadius':_0x3b9269(0x168),'invalidRadii':_0x3b9269(0x105),'rotation':'Rotazione','distance':_0x3b9269(0x135),'width':'Larghezza','focus':_0x3b9269(0x17a),'solid':_0x3b9269(0x1ee),'gradient':_0x3b9269(0x151),'adjacency':_0x3b9269(0x186),'self':_0x3b9269(0x13a),'emptyDiagnostic':_0x3b9269(0x1de),'mappingDiagnostic':_0x3b9269(0x227),'configDiagnostic':_0x3b9269(0x109),'associatedValue':'Valore\x20associato'},'common':{'category':_0x3b9269(0x220),'seriesName':_0x3b9269(0x1d4),'value':_0x3b9269(0x1e6),'percentage':'Percentuale','borderColor':_0x3b9269(0x1f0),'labelContent':_0x3b9269(0x138),'labelPosition':_0x3b9269(0x169),'dataLabels':_0x3b9269(0x11d),'chartType':'Tipo\x20di\x20grafico','bold':_0x3b9269(0x190),'italic':_0x3b9269(0x141),'shape':_0x3b9269(0x1ce),'chartStyle':_0x3b9269(0x1b9),'chartAndAxisTitles':'Titoli\x20grafico\x20e\x20assi','legend':_0x3b9269(0x1ac),'chartTitle':'Titolo\x20del\x20grafico','subtitle':_0x3b9269(0x20d),'series':_0x3b9269(0x1c2),'dataPoint':_0x3b9269(0x20a),'trendline':_0x3b9269(0xfe),'horizontalAxis':_0x3b9269(0x18a),'verticalAxis':_0x3b9269(0x19c),'rightVerticalAxis':'Asse\x20verticale\x20destro','layout':_0x3b9269(0x223),'arrow':_0x3b9269(0x241),'axisLabels':'Etichette\x20degli\x20assi','currency':'Valuta','date':_0x3b9269(0x130),'displayName':_0x3b9269(0x201),'emphasis':_0x3b9269(0x1c3),'heatmap':_0x3b9269(0x164),'lineColor':'Colore\x20della\x20linea','lineWidth':_0x3b9269(0x19d),'min':_0x3b9269(0x1c4),'max':_0x3b9269(0x1fe),'mode':_0x3b9269(0x142),'stacked':_0x3b9269(0x1a1),'title':'Titolo','auto':_0x3b9269(0x157),'position':{'label':_0x3b9269(0x11c),'inside':'Dentro','outside':_0x3b9269(0x11e),'top':_0x3b9269(0x1e3),'right':_0x3b9269(0x21f),'bottom':_0x3b9269(0x191),'left':_0x3b9269(0x15d),'hide':'Nascondi'},'axisAlign':{'start':_0x3b9269(0x187),'center':_0x3b9269(0x165),'end':'Fine'},'textAlign':{'left':_0x3b9269(0x15d),'center':_0x3b9269(0x165),'right':_0x3b9269(0x21f)},'legendSelectMode':{'single':_0x3b9269(0x1ae),'multiple':_0x3b9269(0x1d2),'disabled':_0x3b9269(0x15b)},'visualMapType':{'continuous':_0x3b9269(0x189),'piecewise':_0x3b9269(0x1a9)},'default':'Predefinito','reset':_0x3b9269(0x204),'color':_0x3b9269(0x19f),'opacity':_0x3b9269(0x183),'font':_0x3b9269(0x175),'none':_0x3b9269(0x154),'numberFormat':'Formato\x20numero','borderWidth':_0x3b9269(0x1aa),'borderType':'Tipo\x20di\x20confine','lineType':'Tipo\x20di\x20linea','dashed':'Tratteggiato','dotted':_0x3b9269(0x16b),'circle':_0x3b9269(0x1b5),'triangle':'Triangolo','diamond':_0x3b9269(0x1a8),'axisLine':'Linea\x20dell\x27asse','minimum':_0x3b9269(0x1c4),'maximum':_0x3b9269(0x1fe),'startAngle':_0x3b9269(0x236),'valueField':_0x3b9269(0x160),'categoryName':'Nome\x20della\x20categoria','ownValue':_0x3b9269(0x1cb),'children':_0x3b9269(0x134),'label':_0x3b9269(0x129),'editChart':_0x3b9269(0x217),'deleteChart':_0x3b9269(0x172),'insertChart':_0x3b9269(0x14d),'insertChartFailed':_0x3b9269(0x228),'openChartPanel':'Apri\x20pannello\x20grafico','hideChartPanel':_0x3b9269(0x182),'exportImage':_0x3b9269(0x14c),'copy':'Copia','setup':_0x3b9269(0x242),'customize':_0x3b9269(0x13e),'data':'Dati','tableDataEmpty':'I\x20dati\x20della\x20tabella\x20sono\x20vuoti','dataRange':_0x3b9269(0x1cf),'editData':_0x3b9269(0x115),'inlineData':_0x3b9269(0x1fb),'switchRowColumn':_0x3b9269(0x229),'useAsCategoryLabels':_0x3b9269(0x14f),'cancel':'Annulla','insert':_0x3b9269(0x16f),'apply':'Applica','duplicate':_0x3b9269(0x213)},'inlineTable':{'pasteHint':_0x3b9269(0x185),'addRow':'Aggiungi\x20riga','addColumn':_0x3b9269(0x177)},'floatMenu':{'menuTitle':{'chart':_0x3b9269(0x1db),'axisTitle':_0x3b9269(0x1f1),'gridline':_0x3b9269(0x150),'tick':_0x3b9269(0x1a2),'mark':'Marca','dataLabel':_0x3b9269(0x16a)},'field':{'position':'Posizione','size':_0x3b9269(0x108),'align':_0x3b9269(0x120),'map':'Mappa','rotate':'Ruota','labelText':_0x3b9269(0x20f),'titleText':'Titolo\x20del\x20testo'},'action':{'more':_0x3b9269(0x206)},'control':{'labels':_0x3b9269(0x129),'line':_0x3b9269(0x1be),'reverse':'Invertiti'}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x518b66=_0x84c4;(function(_0x1f3b37,_0x285ed6){const _0x2dcc4c=_0x84c4,_0x297c7c=_0x1f3b37();while(!![]){try{const _0x53cf31=parseInt(_0x2dcc4c(0x200))/0x1*(-parseInt(_0x2dcc4c(0x1f6))/0x2)+parseInt(_0x2dcc4c(0x1e7))/0x3+-parseInt(_0x2dcc4c(0x1f7))/0x4+parseInt(_0x2dcc4c(0x1ff))/0x5+parseInt(_0x2dcc4c(0x1fc))/0x6*(parseInt(_0x2dcc4c(0x1e6))/0x7)+-parseInt(_0x2dcc4c(0x1ec))/0x8*(-parseInt(_0x2dcc4c(0x1f2))/0x9)+parseInt(_0x2dcc4c(0x1ed))/0xa*(-parseInt(_0x2dcc4c(0x1f5))/0xb);if(_0x53cf31===_0x285ed6)break;else _0x297c7c['push'](_0x297c7c['shift']());}catch(_0x4638f1){_0x297c7c['push'](_0x297c7c['shift']());}}}(_0x96e6,0x44f83));function _0x84c4(_0x5c8e79,_0x911601){_0x5c8e79=_0x5c8e79-0x1e6;const _0x96e674=_0x96e6();let _0x84c4f6=_0x96e674[_0x5c8e79];return _0x84c4f6;}const e={'chart-ui':{'common':{'default':'既定','reset':_0x518b66(0x1e9)},'presentation':{'wrapLegend':'凡例を折り返す'},'inlineTable':{'pasteHint':'ここにデータをコピー&ペースト','addRow':_0x518b66(0x1fe),'addColumn':_0x518b66(0x1fa)},'floatMenu':{'menuTitle':{'chart':_0x518b66(0x1eb),'chartTitle':_0x518b66(0x1fb),'subtitle':'サブタイトル','axisTitle':_0x518b66(0x1ee),'legend':'凡例','horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':'第2縦軸','gridline':_0x518b66(0x1f8),'tick':'目盛','mark':'インジケーター','series':'系列','dataPoint':_0x518b66(0x1ef),'dataLabel':_0x518b66(0x1f4)},'field':{'title':'タイトル','subtitle':'サブタイトル','position':'位置','size':'サイズ','align':'配置','mode':'モード','map':_0x518b66(0x201),'rotate':'回転','min':_0x518b66(0x202),'max':_0x518b66(0x1f3),'color':'色','borderColor':_0x518b66(0x1ea),'opacity':'不透明度','labelPosition':_0x518b66(0x1e8),'labelText':_0x518b66(0x1fd),'titleText':'タイトルのテキスト'},'action':{'more':'詳細','bold':'太字','italic':'斜体'},'control':{'labels':_0x518b66(0x1f0),'line':'線','reverse':'反転','date':'日付'},'option':{'textAlign':{'left':'左','center':'中央','right':'右'},'position':{'top':'上','bottom':'下','left':'左','right':'右','hide':_0x518b66(0x1f1),'inside':'内側','outside':'外側'},'labelText':{'category':'項目','value':'値','percentage':'パーセンテージ'},'axisAlign':{'start':'先頭','center':'中央','end':'末尾'},'legendSelectMode':{'single':'単一','multiple':'複数','close':_0x518b66(0x1f9)},'visualMapType':{'continuous':'連続','piecewise':'区分'}}}}};export{e as default};function _0x96e6(){const _0x4bd1d7=['マップ','最小値','42pQNEZF','1145652lAtmJF','ラベルの位置','リセット','罫線の色','チャート','3840BOBWhy','10CLjEVr','軸のタイトル','データポイント','ラベル','非表示','6030HNDCcD','最大値','データ\x20ラベル','849189oomhpz','2ovTKmY','1369372oQOYeS','目盛線','閉じる','列を追加','グラフのタイトル','8382oufefg','ラベルのテキスト','行を追加','642080CChDAG','138241tsRtSH'];_0x96e6=function(){return _0x4bd1d7;};return _0x96e6();}
1
+ function _0x2fe3(_0x18a970,_0x3a82de){_0x18a970=_0x18a970-0xc8;const _0x44c8c2=_0x44c8();let _0x2fe3f2=_0x44c8c2[_0x18a970];return _0x2fe3f2;}const _0x2cc885=_0x2fe3;(function(_0x3ec122,_0x2f8e02){const _0x496b9d=_0x2fe3,_0x196109=_0x3ec122();while(!![]){try{const _0x2b15bc=-parseInt(_0x496b9d(0x164))/0x1+-parseInt(_0x496b9d(0xcd))/0x2*(parseInt(_0x496b9d(0xf7))/0x3)+-parseInt(_0x496b9d(0x1c8))/0x4*(-parseInt(_0x496b9d(0x105))/0x5)+-parseInt(_0x496b9d(0xeb))/0x6+parseInt(_0x496b9d(0x1b0))/0x7+parseInt(_0x496b9d(0x156))/0x8+-parseInt(_0x496b9d(0x17b))/0x9*(-parseInt(_0x496b9d(0x173))/0xa);if(_0x2b15bc===_0x2f8e02)break;else _0x196109['push'](_0x196109['shift']());}catch(_0x19b42f){_0x196109['push'](_0x196109['shift']());}}}(_0x44c8,0xbbece));const e={'chart-ui':{'editor':{'defaultColor':'デフォルトの色','fontSize':_0x2cc885(0x176)},'setup':{'stack':_0x2cc885(0x16f),'percentStacked':_0x2cc885(0x117)},'chartTypes':{'line':_0x2cc885(0x187),'column':'縦棒グラフ','columnStacked':_0x2cc885(0x16e),'columnPercentStacked':_0x2cc885(0x123),'bar':'横棒グラフ','barStacked':_0x2cc885(0x1c5),'barPercentStacked':_0x2cc885(0x1c2),'pie':_0x2cc885(0x15c),'donut':_0x2cc885(0x152),'pieOfPie':_0x2cc885(0x157),'barOfPie':_0x2cc885(0xd3),'area':_0x2cc885(0x1b1),'areaStacked':'積み上げ面グラフ','areaPercentStacked':_0x2cc885(0x16b),'radar':_0x2cc885(0x108),'scatter':'散布図','combination':_0x2cc885(0x12a),'wordCloud':_0x2cc885(0x1ad),'funnel':_0x2cc885(0x13c),'bubble':'バブルグラフ','relation':'相関グラフ','waterfall':_0x2cc885(0x13e),'pareto':_0x2cc885(0x11b),'sankey':_0x2cc885(0x135),'heatmap':_0x2cc885(0x1af),'boxplot':_0x2cc885(0xd7),'candlestick':'ローソク足チャート','histogram':'ヒストグラム','treemap':_0x2cc885(0x14d),'sunburst':_0x2cc885(0x184),'gauge':_0x2cc885(0x172),'chord':_0x2cc885(0xda)},'section':{'waterfall':'ウォーターフォール図','paretoBar':_0x2cc885(0x155),'paretoLine':_0x2cc885(0x124),'pie':_0x2cc885(0x15c),'wordCloud':_0x2cc885(0x1ad),'radar':_0x2cc885(0xe8),'funnel':'じょうごグラフ','relation':_0x2cc885(0xe3),'lineAndArea':_0x2cc885(0x10a),'gridlinesAndTicks':_0x2cc885(0x12e),'indicatorLine':_0x2cc885(0x12d),'candlestick':'ローソク足チャート','histogram':_0x2cc885(0xef),'treemap':'ツリーマップチャート','sunburst':_0x2cc885(0x184),'gauge':_0x2cc885(0x172),'chord':_0x2cc885(0xe7)},'presentation':{'backgroundColor':_0x2cc885(0x1b5),'theme':_0x2cc885(0x17d),'gradientFill':_0x2cc885(0x126),'bodyFontSize':_0x2cc885(0x120),'bodyFontColor':_0x2cc885(0x10c),'titleType':_0x2cc885(0xc8),'horizontalAxisTitle':_0x2cc885(0x16c),'verticalAxisTitle':_0x2cc885(0xd8),'rightVerticalAxisTitle':_0x2cc885(0x196),'wrap':'凡例をラップする','selectMode':_0x2cc885(0x110),'visualMapType':_0x2cc885(0x1aa),'align':'位置合わせ'},'numberFormat':{'source':_0x2cc885(0x149),'number':'番号','scientific':_0x2cc885(0xfc),'custom':_0x2cc885(0x1a3),'preview':_0x2cc885(0x166),'generalType':'標準','accountingType':'会計','thousandsType':_0x2cc885(0x159),'formatTypes':'表示形式の種類','generalDesc':_0x2cc885(0x162),'accountingDesc':'会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','currencyDesc':'通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandsDesc':_0x2cc885(0x16a),'decimalPlaces':_0x2cc885(0x15b),'currencyTypes':'通貨記号','negativeNumberTypes':'負の数の表示形式','dateTypes':_0x2cc885(0x19f),'setFormat':_0x2cc885(0x181)},'series':{'rightAxis':'右軸','allSeries':_0x2cc885(0x158),'aggregate':'集計','borderOpacity':_0x2cc885(0x1a6),'solid':'固体','pointShape':_0x2cc885(0xc9),'pointSize':_0x2cc885(0xf6),'pointColor':_0x2cc885(0x1bd),'removeDataPoint':_0x2cc885(0xde),'square':_0x2cc885(0x1c3),'rect':_0x2cc885(0xfa),'roundRect':_0x2cc885(0xe2),'pin':'ピン','emptyCircle':'白抜き円','emptySquare':_0x2cc885(0x101),'emptyTriangle':_0x2cc885(0x1ab),'emptyDiamond':_0x2cc885(0xf9),'emptyRect':_0x2cc885(0x1bb),'emptyRoundRect':'白抜き角丸四角形','emptyPin':_0x2cc885(0xea),'emptyArrow':_0x2cc885(0x17e)},'lineAndArea':{'lineStyle':_0x2cc885(0x16d),'line':_0x2cc885(0x192),'smooth':'スムーズ','step':'ステップ','invalidValues':'無効な値','breakLine':'ブレークライン','connect':_0x2cc885(0xfe),'zero':_0x2cc885(0x194)},'axis':{'useDateAxis':_0x2cc885(0x1cb),'target':'軸','lineColor':_0x2cc885(0x182),'lineWidth':'線幅','labelRotation':_0x2cc885(0x111),'reverse':'逆軸','gridlineVisible':'グリッド線','gridlineColor':'グリッド線の色','gridlineWidth':_0x2cc885(0x1be),'tickVisible':'ダニ','tickLength':'目盛りの長さ','tickWidth':_0x2cc885(0x14e),'tickColor':_0x2cc885(0x145),'tickPosition':'目盛りの位置'},'indicator':{'lineColor':_0x2cc885(0x11e),'lineType':_0x2cc885(0xd4),'labelBackground':_0x2cc885(0x1a9),'labelText':_0x2cc885(0x1ba)},'trendline':{'add':_0x2cc885(0x137),'type':'種類','linear':_0x2cc885(0x143),'exponential':_0x2cc885(0x1b9),'logarithmic':'対数','polynomial':_0x2cc885(0x185),'power':_0x2cc885(0x17c),'movingAverage':_0x2cc885(0xf8),'showFormula':_0x2cc885(0x10d),'showR2':_0x2cc885(0x140),'order':'注文','period':'期間','formulaColor':_0x2cc885(0x198),'r2Color':_0x2cc885(0x114)},'pareto':{'includeZeroValues':_0x2cc885(0xce)},'plotArea':{'label':_0x2cc885(0x1ca),'manual':'Manual','left':_0x2cc885(0x129),'top':_0x2cc885(0x199),'width':_0x2cc885(0x19d),'height':_0x2cc885(0x161)},'bar':{'layout':_0x2cc885(0x127),'gapWidth':_0x2cc885(0x103),'overlap':_0x2cc885(0x133)},'pie':{'mode':_0x2cc885(0xfb),'modeNormal':'標準','modePieOfPie':_0x2cc885(0x157),'modeBarOfPie':_0x2cc885(0xd3),'splitType':'分割基準','splitAuto':'自動','splitPosition':'位置','splitCustom':_0x2cc885(0x15e),'customSelectedCount':_0x2cc885(0xcb),'customSelectedCountValue':_0x2cc885(0x118),'positionCount':_0x2cc885(0x175),'valueLessThan':_0x2cc885(0x1b8),'percentageLessThan':'次のパーセンテージ未満','secondarySize':_0x2cc885(0x183),'advancedLayout':_0x2cc885(0x104),'connector':'コネクター','slices':_0x2cc885(0x18a),'gapWidth':_0x2cc885(0x19c),'connectorColor':'接続線の色','connectorWidth':_0x2cc885(0xf5),'connectorType':_0x2cc885(0x128),'aggregateOther':_0x2cc885(0x167),'aggregateMembers':'項目','valueScale':_0x2cc885(0x1cc),'doughnutHole':_0x2cc885(0x14b),'startAngle':_0x2cc885(0x1a8),'explosion':_0x2cc885(0xf3),'paddingAngle':_0x2cc885(0x107),'halfPie':_0x2cc885(0x136),'rosePie':_0x2cc885(0x163),'labelLine':_0x2cc885(0xdb)},'radar':{'shape':_0x2cc885(0x116),'polygon':_0x2cc885(0x147),'fill':_0x2cc885(0x165)},'funnel':{'gap':_0x2cc885(0x131),'absoluteValues':_0x2cc885(0x1c4)},'heatmap':{'unit':_0x2cc885(0x12f),'labels':_0x2cc885(0x139)},'relation':{'nodes':_0x2cc885(0x168),'interaction':'操作','edgeLength':'エッジの長さ','circular':'円形','force':'力','nodeShape':_0x2cc885(0x106),'valueSize':'値によるノードのサイズ設定','rotateLabels':_0x2cc885(0x144),'gravity':'重力','repulsion':'反発力'},'wordCloud':{'maskImage':'マスク画像ID','repeat':_0x2cc885(0xd9),'cloud':_0x2cc885(0x19e),'rect':_0x2cc885(0xfa),'cardioid':_0x2cc885(0x171),'heart':'ハート','triangle-forward':_0x2cc885(0x109),'pentagon':_0x2cc885(0x1bf),'star':'スター'},'waterfall':{'styleTarget':_0x2cc885(0xd1),'positive':_0x2cc885(0x151),'negative':_0x2cc885(0x13d),'stackType':_0x2cc885(0x1c6),'arrangement':'滝','subtotal':'小計','includeSubtotal':_0x2cc885(0x169),'connector':_0x2cc885(0x119)},'candlestick':{'candle':_0x2cc885(0x18d),'body':'実体','wick':'ヒゲ','state':_0x2cc885(0x10b),'open':'始値','high':'高値','low':'安値','close':'終値','rising':'上昇','falling':'下落','doji':_0x2cc885(0x19a),'bodyColor':_0x2cc885(0x17a),'fillOpacity':_0x2cc885(0x113),'wickColor':'ヒゲの色','wickWidth':_0x2cc885(0xf2),'wickOpacity':_0x2cc885(0x1ac),'candleWidth':_0x2cc885(0x125),'hollow':_0x2cc885(0xe0),'columnsError':_0x2cc885(0x1a7),'series':'OHLC\x20系列'},'histogram':{'binGap':'ビンギャップ','binningMode':_0x2cc885(0x13a),'count':_0x2cc885(0x188),'width':'幅','binCount':_0x2cc885(0x193),'binWidth':_0x2cc885(0x18e),'underflow':_0x2cc885(0x1c9),'overflow':'オーバーフローしきい値','frequency':'度数'},'treemap':{'parentLabelLayout':_0x2cc885(0x189),'banner':'バナー','overlapping':_0x2cc885(0x13f),'leafLabel':_0x2cc885(0x15a),'hierarchy':_0x2cc885(0xed),'diagnostic':_0x2cc885(0x1a5)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x2cc885(0x170),'moveUp':_0x2cc885(0x1b7),'moveDown':_0x2cc885(0x132),'removeHierarchy':_0x2cc885(0x1c1),'centerLabel':_0x2cc885(0x11c),'labelFormat':_0x2cc885(0x150),'diagnostic':_0x2cc885(0x177)},'gauge':{'scale':_0x2cc885(0xfd),'majorDivisions':'主目盛数','minorDivisions':_0x2cc885(0x1a1),'angles':'角度','endAngle':_0x2cc885(0x154),'ranges':'範囲','rangeFrom':'開始値','rangeTo':'終了値','addRange':'範囲を追加','removeRange':_0x2cc885(0x112),'axisTick':'軸の目盛り','splitLine':_0x2cc885(0x1b4),'pointer':_0x2cc885(0x18f),'anchor':'アンカー','progress':_0x2cc885(0x148),'detail':'詳細','pointerNeedle':'クラシック針','pointerSlim':_0x2cc885(0x19b),'template':'テンプレート','modern':'モダン','classic':_0x2cc885(0x12b),'minimal':_0x2cc885(0x195),'advanced':_0x2cc885(0x121),'customized':_0x2cc885(0x178),'axisLabelNumberFormat':_0x2cc885(0xdf),'detailNumberFormat':_0x2cc885(0xf0),'emptyDiagnostic':'ゲージ図には、1\x20つ以上の有限な数値が必要です。','mappingDiagnostic':_0x2cc885(0xe9),'configDiagnostic':_0x2cc885(0x15f)},'chord':{'source':_0x2cc885(0xd2),'target':_0x2cc885(0x10f),'count':_0x2cc885(0x1c0),'node':_0x2cc885(0x168),'ribbon':_0x2cc885(0x100),'clockwise':_0x2cc885(0xd0),'padAngle':_0x2cc885(0xff),'minAngle':_0x2cc885(0xf1),'innerRadius':_0x2cc885(0x11a),'outerRadius':_0x2cc885(0xec),'invalidRadii':_0x2cc885(0x14c),'rotation':'回転','distance':'距離','width':'幅','focus':_0x2cc885(0x179),'solid':'単色','gradient':_0x2cc885(0x190),'adjacency':_0x2cc885(0x146),'self':_0x2cc885(0xe1),'emptyDiagnostic':_0x2cc885(0x1bc),'mappingDiagnostic':'コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','configDiagnostic':'コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','associatedValue':_0x2cc885(0x197)},'common':{'category':_0x2cc885(0x141),'seriesName':_0x2cc885(0x1b3),'value':'値','percentage':'パーセンテージ','borderColor':_0x2cc885(0x186),'labelContent':_0x2cc885(0x138),'labelPosition':'ラベルの位置','dataLabels':_0x2cc885(0x122),'chartType':'グラフの種類','bold':'太字','italic':'斜体','shape':'形状','chartStyle':'グラフのスタイル','chartAndAxisTitles':_0x2cc885(0xe5),'legend':'凡例','chartTitle':_0x2cc885(0x130),'subtitle':'サブタイトル','series':'系列','dataPoint':_0x2cc885(0x13b),'trendline':_0x2cc885(0x115),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x2cc885(0x15d),'layout':'レイアウト','arrow':'矢印','axisLabels':_0x2cc885(0x1b2),'currency':'通貨','date':'日付','displayName':_0x2cc885(0x14f),'emphasis':'強調','heatmap':_0x2cc885(0x1af),'lineColor':_0x2cc885(0x182),'lineWidth':'線幅','min':_0x2cc885(0xee),'max':'最大値','mode':_0x2cc885(0x14a),'stacked':'積み上げ','title':_0x2cc885(0x180),'auto':'自動','position':{'label':'位置','inside':'内側','outside':'外側','top':'上','right':'右','bottom':'下','left':'左','hide':'非表示'},'axisAlign':{'start':'先頭','center':'中央','end':'末尾'},'textAlign':{'left':'左','center':'中央','right':'右'},'legendSelectMode':{'single':'単一','multiple':'複数','disabled':'無効'},'visualMapType':{'continuous':'連続','piecewise':'区分'},'default':_0x2cc885(0x1a2),'reset':'リセット','color':'色','opacity':_0x2cc885(0xca),'font':_0x2cc885(0x1a0),'none':'なし','numberFormat':_0x2cc885(0x18b),'borderWidth':_0x2cc885(0xe4),'borderType':_0x2cc885(0xcc),'lineType':'線種','dashed':'破線','dotted':'点線','circle':'サークル','triangle':_0x2cc885(0xd6),'diamond':'ダイヤモンド','axisLine':'軸線','minimum':_0x2cc885(0xee),'maximum':'最大値','startAngle':_0x2cc885(0x17f),'valueField':_0x2cc885(0xdc),'categoryName':_0x2cc885(0x1ae),'ownValue':'自身の値','children':_0x2cc885(0x160),'label':_0x2cc885(0x191),'editChart':_0x2cc885(0xf4),'deleteChart':_0x2cc885(0x1b6),'insertChart':'グラフの挿入','insertChartFailed':_0x2cc885(0x142),'openChartPanel':_0x2cc885(0x12c),'hideChartPanel':_0x2cc885(0x11d),'exportImage':'画像としてエクスポート','copy':'コピー','setup':'設定','customize':'カスタマイズ','data':'データ','tableDataEmpty':_0x2cc885(0xd5),'dataRange':_0x2cc885(0x153),'editData':'データを編集','inlineData':_0x2cc885(0x1a4),'switchRowColumn':_0x2cc885(0x174),'useAsCategoryLabels':'{0}を項目として使用','cancel':_0x2cc885(0x134),'insert':'挿入','apply':'適用','duplicate':'複製'},'inlineTable':{'pasteHint':'スプレッドシート、Excel、またはウェブページから表を貼り付けて、インライン\x20データを置き換えます。','addRow':'行を追加','addColumn':_0x2cc885(0x102)},'floatMenu':{'menuTitle':{'chart':_0x2cc885(0xdd),'axisTitle':'軸のタイトル','gridline':_0x2cc885(0x1c7),'tick':'目盛','mark':_0x2cc885(0x11f),'dataLabel':_0x2cc885(0xcf)},'field':{'position':'位置','size':_0x2cc885(0x10e),'align':'配置','map':_0x2cc885(0x18c),'rotate':'回転','labelText':_0x2cc885(0xe6),'titleText':'タイトルのテキスト'},'action':{'more':'詳細'},'control':{'labels':_0x2cc885(0x191),'line':'線','reverse':'反転'}}}};function _0x44c8(){const _0x43239f=['重なる','R²を表示','カテゴリ','グラフの挿入に失敗しました','リニア','ラベルを回転する','目盛りの色','隣接ノード','ポリゴン','進捗状況','ソース形式','モード','ドーナツの穴','内側半径は外側半径より小さくなければなりません。','ツリーマップ','目盛りの幅','表示名','ラベルのスタイル','正の値','ドーナツグラフ','データ範囲','終了角度','縦棒グラフ系列','7662424Ieixls','補助円グラフ付き円グラフ','全シリーズ','桁区切り','葉のラベル','小数点以下の桁数','円グラフ','右縦軸','ユーザー設定','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','子要素','Height\x20(%)','標準形式には、特定の表示形式が含まれていません。','ローズパイ','1338543bdjzzV','エリアフィル','プレビュー','その他','ノード','小計を使用する','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','100%\x20積み上げ面グラフ','横軸タイトル','線のスタイル','積み上げ縦棒グラフ','積み上げ','階層の追加','カーディオイド','ゲージチャート','710OdGtnx','行/列を切り替え','補助グラフのデータ\x20ポイント数','フォントサイズ','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','カスタム','フォーカス','実体の色','212553ZelGiz','パワー','テーマ','白抜き矢印','開始角度','タイトル','ラベルの書式設定','線の色','補助グラフのサイズ','サンバーストチャート','多項式','枠線の色','折れ線グラフ','カウント','親ラベルのレイアウト','スライス','数値形式','マップ','ローソク足','ビンの幅','ポインタ','グラデーション','ラベル','ライン','ビン数','ゼロとして扱う','ミニマル','右縦軸タイトル','関連付けられた値','配合色','Top\x20(%)','同時線','細い針','主グラフと補助グラフの間隔','Width\x20(%)','クラウド','日付の種類','フォント','主目盛ごとの補助目盛数','デフォルト','カスタムフォーマット','インラインデータ','ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','枠線の不透明度','ローソク足チャートのデータには、カテゴリ、始値、高値、安値、終値の列が必要です。','Start\x20angle','ラベルの背景','ビジュアルマップ','白抜き三角形','ヒゲの不透明度','ワードクラウド','カテゴリ名','ヒートマップ','8250151nwYyKd','面グラフ','軸ラベル','シリーズ名','分割線','背景色','グラフを削除','階層フィールドを上へ移動','次の値未満','指数関数的','ラベルの文字色','白抜き長方形','コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','ポイントの色','グリッド線の幅','ペンタゴン','関係数','階層フィールドを削除','100%\x20積み上げ横棒グラフ','正方形','絶対値を使用する','積み上げ横棒グラフ','アレンジメント','目盛線','13796ZLtjdV','アンダーフローしきい値','Plot\x20area','ラベルを日付として扱う','値のスケール','タイトルの種類','点の形状','不透明度','ユーザー設定の分割','枠線の種類','2264qLgMyb','ゼロ値を含める','データ\x20ラベル','時計回り','スタイル対象','ソース','補助縦棒グラフ付き円グラフ','インジケーターラインの種類','表データが空です。','トライアングル','箱ひげ図','縦軸タイトル','単語を繰り返す','コードダイアグラム','ラベルライン','値フィールド','チャート','データ\x20ポイントを削除','軸ラベルの数値形式','中空ローソク','現在のノード','角丸四角形','関係図','枠線の幅','グラフと軸のタイトル','ラベルのテキスト','コード表','レーダーチャート','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','白抜きピン','7824318NEceiY','外半径','階層フィールド','最小値','ヒストグラムチャート','詳細値の数値形式','最小角度','ヒゲの幅','Explosion\x20(%)','グラフエディター','接続線の幅','ポイントサイズ','2991PJkIeD','移動平均','白抜きひし形','長方形','グラフの形状','科学的','目盛範囲','データポイントを接続する','間隔角度','リボン','白抜き四角','列の追加','Gap\x20width\x20(%)','詳細レイアウト','1055nRtLJc','ノードの形状','スライス間隔','レーダーグラフ','前三角','折れ線グラフ\x20/\x20面グラフ','キャンドルの状態','本文の文字色','数式を表示','サイズ','ターゲット','選択モード','ラベルの回転','範囲を削除','塗りつぶしの不透明度','R²カラー','近似曲線','レーダー形状','100%積み上げ','{0}\x20個のデータ\x20ポイントを選択','コネクタライン','内半径','パレートグラフ','中央の合計','グラフパネルを非表示','インジケーターの線の色','インジケーター','本文のフォントサイズ','詳細設定','データラベル','100%\x20積み上げ縦棒グラフ','累積パーセンテージ系列','ローソクの幅','グラデーション塗りつぶし','Bar\x20spacing','接続線の種類','Left\x20(%)','複合グラフ','クラシック','グラフパネルを開く','指標線','目盛線と目盛','値の単位','グラフのタイトル','アイテムギャップ','階層フィールドを下へ移動','Series\x20overlap\x20(%)','キャンセル','サンキーグラフ','ハーフパイ','近似曲線を追加','ラベルの内容','細胞ラベル','ビニングモード','データ\x20ポイント','ファネルグラフ','負の値','ウォーターフォールグラフ'];_0x44c8=function(){return _0x43239f;};return _0x44c8();}export{e as default};
@@ -1 +1 @@
1
- function _0x8f19(){const _0x3815a3=['숨기기','가로\x20축','6213510CRBSBO','레이블\x20텍스트','4956760hLUtSt','차트\x20제목','8432641meESir','행\x20추가','18zHrYab','가운데','세로\x20축','451hfzOjw','여기에\x20데이터를\x20복사하여\x20붙여넣기','보조\x20세로\x20축','6nYDxsz','범례\x20줄\x20바꿈','제목\x20텍스트','기본값','백분율','32pDWmgW','290760GSclDk','테두리\x20색','레이블\x20위치','레이블','4381288rCbNbS','바깥쪽','3PKWVUn','324iBbTDy','370773rUvHVy','기울임꼴','데이터\x20레이블','오른쪽','눈금선','최소값','부제목','데이터\x20요소','78173SugiSe','더\x20보기'];_0x8f19=function(){return _0x3815a3;};return _0x8f19();}function _0x4912(_0x23f4d7,_0x3dd6dc){_0x23f4d7=_0x23f4d7-0x9c;const _0x8f19b9=_0x8f19();let _0x491297=_0x8f19b9[_0x23f4d7];return _0x491297;}const _0xedad84=_0x4912;(function(_0x1e0d9b,_0x5a759c){const _0x22137f=_0x4912,_0x253715=_0x1e0d9b();while(!![]){try{const _0x58e531=-parseInt(_0x22137f(0xb9))/0x1*(parseInt(_0x22137f(0xa8))/0x2)+parseInt(_0x22137f(0xaf))/0x3*(-parseInt(_0x22137f(0xbf))/0x4)+parseInt(_0x22137f(0xbd))/0x5*(parseInt(_0x22137f(0xa3))/0x6)+parseInt(_0x22137f(0xc1))/0x7+-parseInt(_0x22137f(0xad))/0x8*(-parseInt(_0x22137f(0x9d))/0x9)+-parseInt(_0x22137f(0xa9))/0xa*(parseInt(_0x22137f(0xa0))/0xb)+-parseInt(_0x22137f(0xb0))/0xc*(-parseInt(_0x22137f(0xb1))/0xd);if(_0x58e531===_0x5a759c)break;else _0x253715['push'](_0x253715['shift']());}catch(_0x3dab66){_0x253715['push'](_0x253715['shift']());}}}(_0x8f19,0x99f98));const e={'chart-ui':{'common':{'default':_0xedad84(0xa6),'reset':'재설정'},'presentation':{'wrapLegend':_0xedad84(0xa4)},'inlineTable':{'pasteHint':_0xedad84(0xa1),'addRow':_0xedad84(0x9c),'addColumn':'열\x20추가'},'floatMenu':{'menuTitle':{'chart':'차트','chartTitle':_0xedad84(0xc0),'subtitle':_0xedad84(0xb7),'axisTitle':'축\x20제목','legend':'범례','horizontalAxis':_0xedad84(0xbc),'verticalAxis':_0xedad84(0x9f),'rightVerticalAxis':_0xedad84(0xa2),'gridline':_0xedad84(0xb5),'tick':'눈금','mark':'표식','series':'계열','dataPoint':_0xedad84(0xb8),'dataLabel':_0xedad84(0xb3)},'field':{'title':'제목','subtitle':_0xedad84(0xb7),'position':'위치','size':'크기','align':'맞춤','mode':'모드','map':'맵','rotate':'회전','min':_0xedad84(0xb6),'max':'최대값','color':'색','borderColor':_0xedad84(0xaa),'opacity':'불투명도','labelPosition':_0xedad84(0xab),'labelText':_0xedad84(0xbe),'titleText':_0xedad84(0xa5)},'action':{'more':_0xedad84(0xba),'bold':'굵게','italic':_0xedad84(0xb2)},'control':{'labels':_0xedad84(0xac),'line':'선','reverse':'반전','date':'날짜'},'option':{'textAlign':{'left':'왼쪽','center':_0xedad84(0x9e),'right':_0xedad84(0xb4)},'position':{'top':'위','bottom':'아래','left':'왼쪽','right':'오른쪽','hide':_0xedad84(0xbb),'inside':'안쪽','outside':_0xedad84(0xae)},'labelText':{'category':'항목','value':'값','percentage':_0xedad84(0xa7)},'axisAlign':{'start':'시작','center':_0xedad84(0x9e),'end':'끝'},'legendSelectMode':{'single':'단일','multiple':'다중','close':'닫기'},'visualMapType':{'continuous':'연속','piecewise':'구분'}}}}};export{e as default};
1
+ function _0x4309(_0x5d2da4,_0x4b031a){_0x5d2da4=_0x5d2da4-0x111;const _0x497a7e=_0x497a();let _0x43092a=_0x497a7e[_0x5d2da4];return _0x43092a;}const _0x26e5fa=_0x4309;(function(_0x218e5a,_0x5e0c3a){const _0x512fdb=_0x4309,_0x53b523=_0x218e5a();while(!![]){try{const _0x23b52e=-parseInt(_0x512fdb(0x1bb))/0x1*(parseInt(_0x512fdb(0x181))/0x2)+-parseInt(_0x512fdb(0x12f))/0x3+-parseInt(_0x512fdb(0x1ee))/0x4*(parseInt(_0x512fdb(0x1a5))/0x5)+parseInt(_0x512fdb(0x17d))/0x6+-parseInt(_0x512fdb(0x19b))/0x7*(parseInt(_0x512fdb(0x1cf))/0x8)+parseInt(_0x512fdb(0x1c8))/0x9*(parseInt(_0x512fdb(0x164))/0xa)+parseInt(_0x512fdb(0x1fb))/0xb*(parseInt(_0x512fdb(0x1b1))/0xc);if(_0x23b52e===_0x5e0c3a)break;else _0x53b523['push'](_0x53b523['shift']());}catch(_0x597559){_0x53b523['push'](_0x53b523['shift']());}}}(_0x497a,0x6becc));function _0x497a(){const _0x38de45=['선택\x20모드','값\x20배율','진드기\x20위치','게이지\x20차트','내부\x20반경은\x20외부\x20반경보다\x20작아야\x20합니다.','세로\x20막대형\x20계열','현대식','2447940wRrqLV','가로축\x20제목','포인트\x20색상','빈\x20삼각형','하프파이','차트\x20편집','빈\x20사각형','절대값\x20사용','보조\x20원형\x20차트가\x20있는\x20원형\x20차트','부드러운','간격\x20각도','선\x20너비','화살표','소수\x20자릿수','코드\x20다이어그램','빈\x20둥근\x20모서리\x20직사각형','선버스트\x20차트','상호\x20작용','천\x20단위\x20구분\x20기호\x20서식은\x20일반적인\x20숫자에\x20사용됩니다.\x20통화\x20및\x20회계\x20서식은\x20통화\x20값에\x20대한\x20특수\x20서식을\x20제공합니다.','Gap\x20width\x20(%)','추세선\x20추가','가운데','히트맵','행/열\x20전환','통화\x20기호','기울임꼴','계층\x20필드\x20제거','0으로\x20취급','연결선','눈금\x20색상','꼬리\x20너비','통화\x20서식은\x20일반적인\x20통화\x20값에\x20사용됩니다.\x20열의\x20소수점을\x20정렬하려면\x20회계\x20서식을\x20사용하십시오.','겹치는','선\x20색상','상자\x20수염\x20그림','클래식\x20바늘','보조\x20막대\x20차트가\x20있는\x20원형\x20차트','브레이크\x20라인','데이터\x20레이블','빈\x20화살표','빈\x20캔들','레이블을\x20날짜로\x20처리','데이터\x20편집','라벨\x20위치','히스토그램','카테고리','코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','꼬리\x20색상','맞춤\x20형식','세로축','레이더\x20모양','데이터','템플릿','18010YDkYiX','레이블','캔들스틱\x20차트','행\x20추가','로즈파이','사용자\x20지정','분산형','라벨\x20스타일','표시\x20형식\x20범주','라벨\x20회전','구분선','세로\x20막대형','시리즈명','차트\x20삭제','숨기기','차트\x20제목','눈금\x20범위','오른쪽\x20세로축\x20제목','차트\x20패널\x20열기','더\x20보기','표시선\x20유형','눈금\x20폭','종료값','본문\x20글꼴\x20크기','인라인\x20데이터를\x20대체하려면\x20스프레드시트,\x20Excel\x20또는\x20웹페이지의\x20표를\x20붙여넣으세요.','1857144QgNOdx','숫자\x20형식','삼각형','계층\x20필드','682202pgeOdI','다항식','소계\x20사용','빈\x20너비','수식\x20표시','영역형','캔들\x20너비','오른쪽\x20축','관계형','도넛\x20구멍','부분합','빈\x20갭','계층\x20필드를\x20위로\x20이동','Explosion\x20(%)','축\x20레이블\x20숫자\x20형식','차트\x20종류','비닝\x20모드','{0}을(를)\x20항목으로\x20사용','카디오이드','그라데이션','Series\x20overlap\x20(%)','미리보기','캔들\x20상태','반발력','가는\x20바늘','카테고리\x20이름','7HPDFSz','공식\x20색상','시계방향','포인트\x20크기','차트\x20삽입\x20실패','잘못된\x20값','둥근\x20모서리\x20직사각형','지표\x20선','이동\x20평균','전방\x20삼각형','129305TXAOvh','시작값','라벨\x20텍스트\x20색상','마스크\x20이미지\x20ID','누적\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유형','재설정','1332TmkWbN','테두리\x20색상','Plot\x20area','날짜\x20형식','오른쪽','직사각형','시작\x20각도','끝\x20각도','백분율이\x20다음보다\x20작음','추세선','2ECBsSz','이미지로\x20내보내기','인라인\x20데이터','방사형','상세\x20값\x20숫자\x20형식','라벨\x20배경','제목\x20텍스트','자체\x20값','배경색','코드\x20다이어그램에는\x20서로\x20다른\x20원본\x20및\x20대상\x20필드가\x20필요하며,\x20선택적\x20값\x20필드도\x20이들과\x20달라야\x20합니다.','폭포형','세로축\x20제목','상위\x20라벨\x20레이아웃','774ewERVn','노드\x20모양','100%\x20기준\x20누적\x20영역형','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','아이템\x20격차','몸통\x20색상','워드\x20클라우드','4484008MPVrIA','세부정보','데이터\x20라벨','분할\x20기준','주\x20차트와\x20보조\x20차트\x20간격','도넛형','언더플로\x20임계값','보조\x20차트\x20데이터\x20요소\x20수','열\x20추가','데이터\x20요소\x20제거','보조\x20차트\x20크기','연결선\x20길이','누적\x20백분율\x20계열','주\x20눈금당\x20보조\x20눈금\x20수','R²\x20색상','레이블\x20내용','테이블\x20데이터가\x20비어\x20있습니다','트리맵','누적\x20·\x20세로\x20막대형','시각적\x20지도','다각형','진드기','차트\x20패널\x20숨기기','코드\x20차트','100%\x20기준\x20누적\x20·\x20세로\x20막대형','값으로\x20노드\x20크기\x20조정','불투명도\x20채우기','선\x20종류','게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','눈금선\x20및\x20눈금','게이지\x20차트에는\x20레이블\x20필드\x20하나와\x20값\x20필드\x20하나가\x20필요합니다.','76wKAXIn','본문\x20글꼴\x20색상','꼬리\x20불투명도','랩\x20범례','관계\x20수','고급\x20설정','격자선','연결선\x20종류','눈금\x20길이','빈\x20핀','100%\x20기준\x20누적','Manual','빈\x20개수','250492kGmywg','꺾은선형\x20/\x20영역형','축\x20제목','인접\x20노드','Bar\x20spacing','차트\x20삽입','깔때기형','레이블\x20텍스트','거품형','최소\x20각도','눈금선','Left\x20(%)','과학적','스타일\x20대상','값\x20필드','기본\x20색상','빈\x20직사각형','100%\x20기준\x20누적\x20가로\x20막대형','히스토그램\x20차트','중앙\x20합계','점\x20모양','차트\x20스타일','빈\x20다이아몬드','글꼴\x20크기','가로\x20막대형','사용\x20안\x20함','OHLC\x20계열','범위\x20삭제','연결된\x20값'];_0x497a=function(){return _0x38de45;};return _0x497a();}const e={'chart-ui':{'editor':{'defaultColor':_0x26e5fa(0x11a),'fontSize':_0x26e5fa(0x122)},'setup':{'stack':'누적','percentStacked':_0x26e5fa(0x1f8)},'chartTypes':{'line':'꺾은선형','column':_0x26e5fa(0x16f),'columnStacked':_0x26e5fa(0x1e1),'columnPercentStacked':_0x26e5fa(0x1e7),'bar':_0x26e5fa(0x123),'barStacked':_0x26e5fa(0x1a9),'barPercentStacked':_0x26e5fa(0x11c),'pie':'원형','donut':_0x26e5fa(0x1d4),'pieOfPie':_0x26e5fa(0x137),'barOfPie':_0x26e5fa(0x153),'area':_0x26e5fa(0x186),'areaStacked':'누적\x20영역형','areaPercentStacked':_0x26e5fa(0x1ca),'radar':_0x26e5fa(0x1be),'scatter':_0x26e5fa(0x16a),'combination':'혼합','wordCloud':'워드\x20클라우드','funnel':'깔때기형','bubble':_0x26e5fa(0x113),'relation':_0x26e5fa(0x189),'waterfall':_0x26e5fa(0x1c5),'pareto':'파레토','sankey':'생키','heatmap':_0x26e5fa(0x145),'boxplot':_0x26e5fa(0x151),'candlestick':_0x26e5fa(0x166),'histogram':_0x26e5fa(0x15b),'treemap':_0x26e5fa(0x1e0),'sunburst':_0x26e5fa(0x13f),'gauge':_0x26e5fa(0x12b),'chord':_0x26e5fa(0x13d)},'section':{'waterfall':_0x26e5fa(0x1c5),'paretoBar':_0x26e5fa(0x12d),'paretoLine':_0x26e5fa(0x1db),'pie':'원형','wordCloud':_0x26e5fa(0x1ce),'radar':_0x26e5fa(0x1be),'funnel':_0x26e5fa(0x111),'relation':'관계형','lineAndArea':_0x26e5fa(0x1fc),'gridlinesAndTicks':_0x26e5fa(0x1ec),'indicatorLine':_0x26e5fa(0x1a2),'candlestick':'촛대\x20차트','histogram':_0x26e5fa(0x11d),'treemap':'트리맵\x20차트','sunburst':_0x26e5fa(0x13f),'gauge':_0x26e5fa(0x12b),'chord':_0x26e5fa(0x1e6)},'presentation':{'backgroundColor':_0x26e5fa(0x1c3),'theme':'테마','gradientFill':'그라데이션\x20채우기','bodyFontSize':_0x26e5fa(0x17b),'bodyFontColor':_0x26e5fa(0x1ef),'titleType':_0x26e5fa(0x1af),'horizontalAxisTitle':_0x26e5fa(0x130),'verticalAxisTitle':_0x26e5fa(0x1c6),'rightVerticalAxisTitle':_0x26e5fa(0x175),'wrap':_0x26e5fa(0x1f1),'selectMode':_0x26e5fa(0x128),'visualMapType':_0x26e5fa(0x1e2),'align':'정렬'},'numberFormat':{'source':'소스\x20형식','number':'번호','scientific':_0x26e5fa(0x117),'custom':_0x26e5fa(0x15f),'preview':_0x26e5fa(0x196),'generalType':'일반','accountingType':'회계','thousandsType':'천\x20단위\x20구분\x20기호','formatTypes':_0x26e5fa(0x16c),'generalDesc':'일반\x20서식은\x20특정\x20숫자\x20서식을\x20지정하지\x20않습니다.','accountingDesc':'회계\x20서식은\x20열의\x20통화\x20기호와\x20소수점을\x20정렬합니다.','currencyDesc':_0x26e5fa(0x14e),'dateDesc':'날짜\x20서식은\x20날짜\x20및\x20시간\x20일련\x20번호를\x20날짜\x20값으로\x20표시합니다.','thousandsDesc':_0x26e5fa(0x141),'decimalPlaces':_0x26e5fa(0x13c),'currencyTypes':_0x26e5fa(0x147),'negativeNumberTypes':'음수','dateTypes':_0x26e5fa(0x1b4),'setFormat':'레이블\x20서식\x20설정'},'series':{'rightAxis':_0x26e5fa(0x188),'allSeries':'모든\x20시리즈','aggregate':'집계','borderOpacity':'테두리\x20불투명도','solid':'솔리드','pointShape':_0x26e5fa(0x11f),'pointSize':_0x26e5fa(0x19e),'pointColor':_0x26e5fa(0x131),'removeDataPoint':_0x26e5fa(0x1d8),'square':'광장','rect':_0x26e5fa(0x1b6),'roundRect':_0x26e5fa(0x1a1),'pin':'핀','emptyCircle':'빈\x20원','emptySquare':_0x26e5fa(0x135),'emptyTriangle':_0x26e5fa(0x132),'emptyDiamond':_0x26e5fa(0x121),'emptyRect':_0x26e5fa(0x11b),'emptyRoundRect':_0x26e5fa(0x13e),'emptyPin':_0x26e5fa(0x1f7),'emptyArrow':_0x26e5fa(0x156)},'lineAndArea':{'lineStyle':'선\x20스타일','line':'라인','smooth':_0x26e5fa(0x138),'step':'단계','invalidValues':_0x26e5fa(0x1a0),'breakLine':_0x26e5fa(0x154),'connect':'데이터\x20포인트\x20연결','zero':_0x26e5fa(0x14a)},'axis':{'useDateAxis':_0x26e5fa(0x158),'target':'축','lineColor':'선\x20색상','lineWidth':_0x26e5fa(0x13a),'labelRotation':_0x26e5fa(0x16d),'reverse':'역축','gridlineVisible':_0x26e5fa(0x1f4),'gridlineColor':'격자선\x20색상','gridlineWidth':'격자선\x20너비','tickVisible':_0x26e5fa(0x1e4),'tickLength':_0x26e5fa(0x1f6),'tickWidth':_0x26e5fa(0x179),'tickColor':_0x26e5fa(0x14c),'tickPosition':_0x26e5fa(0x12a)},'indicator':{'lineColor':'표시선\x20색상','lineType':_0x26e5fa(0x178),'labelBackground':_0x26e5fa(0x1c0),'labelText':_0x26e5fa(0x1a7)},'trendline':{'add':_0x26e5fa(0x143),'type':'유형','linear':'선형','exponential':'지수','logarithmic':'대수','polynomial':_0x26e5fa(0x182),'power':'힘','movingAverage':_0x26e5fa(0x1a3),'showFormula':_0x26e5fa(0x185),'showR2':'R²\x20표시','order':'주문','period':'기간','formulaColor':_0x26e5fa(0x19c),'r2Color':_0x26e5fa(0x1dd)},'pareto':{'includeZeroValues':_0x26e5fa(0x1ad)},'plotArea':{'label':_0x26e5fa(0x1b3),'manual':_0x26e5fa(0x1f9),'left':_0x26e5fa(0x116),'top':'Top\x20(%)','width':'Width\x20(%)','height':'Height\x20(%)'},'bar':{'layout':_0x26e5fa(0x1ff),'gapWidth':_0x26e5fa(0x142),'overlap':_0x26e5fa(0x195)},'pie':{'mode':'차트\x20모양','modeNormal':'기본','modePieOfPie':'보조\x20원형\x20차트','modeBarOfPie':'보조\x20막대\x20차트','splitType':_0x26e5fa(0x1d2),'splitAuto':'자동','splitPosition':'위치','splitCustom':_0x26e5fa(0x169),'customSelectedCount':'사용자\x20지정\x20분할','customSelectedCountValue':'{0}개\x20데이터\x20요소\x20선택됨','positionCount':_0x26e5fa(0x1d6),'valueLessThan':'값이\x20다음보다\x20작음','percentageLessThan':_0x26e5fa(0x1b9),'secondarySize':_0x26e5fa(0x1d9),'advancedLayout':'고급\x20레이아웃','connector':_0x26e5fa(0x14b),'slices':'조각','gapWidth':_0x26e5fa(0x1d3),'connectorColor':'연결선\x20색','connectorWidth':'연결선\x20너비','connectorType':_0x26e5fa(0x1f5),'aggregateOther':'기타','aggregateMembers':'항목','valueScale':_0x26e5fa(0x129),'doughnutHole':_0x26e5fa(0x18a),'startAngle':'Start\x20angle','explosion':_0x26e5fa(0x18e),'paddingAngle':'슬라이스\x20간격','halfPie':_0x26e5fa(0x133),'rosePie':_0x26e5fa(0x168),'labelLine':'라벨라인'},'radar':{'shape':_0x26e5fa(0x161),'polygon':_0x26e5fa(0x1e3),'fill':'영역\x20채우기'},'funnel':{'gap':_0x26e5fa(0x1cc),'absoluteValues':_0x26e5fa(0x136)},'heatmap':{'unit':'가치\x20단위','labels':'셀\x20라벨'},'relation':{'nodes':'노드','interaction':_0x26e5fa(0x140),'edgeLength':_0x26e5fa(0x1da),'circular':'원형','force':'힘','nodeShape':_0x26e5fa(0x1c9),'valueSize':_0x26e5fa(0x1e8),'rotateLabels':_0x26e5fa(0x16d),'gravity':'중력','repulsion':_0x26e5fa(0x198)},'wordCloud':{'maskImage':_0x26e5fa(0x1a8),'repeat':'단어\x20반복','cloud':'클라우드','rect':'직사각형','cardioid':_0x26e5fa(0x193),'heart':'하트','triangle-forward':_0x26e5fa(0x1a4),'pentagon':'펜타곤','star':'스타'},'waterfall':{'styleTarget':_0x26e5fa(0x118),'positive':'양수','negative':'음수','stackType':'배열','arrangement':'폭포','subtotal':_0x26e5fa(0x18b),'includeSubtotal':_0x26e5fa(0x183),'connector':_0x26e5fa(0x1ac)},'candlestick':{'candle':'캔들','body':'몸통','wick':'꼬리','state':_0x26e5fa(0x197),'open':'시가','high':'고가','low':'저가','close':'종가','rising':'상승','falling':'하락','doji':'도지','bodyColor':_0x26e5fa(0x1cd),'fillOpacity':_0x26e5fa(0x1e9),'wickColor':_0x26e5fa(0x15e),'wickWidth':_0x26e5fa(0x14d),'wickOpacity':_0x26e5fa(0x1f0),'candleWidth':_0x26e5fa(0x187),'hollow':_0x26e5fa(0x157),'columnsError':_0x26e5fa(0x1ab),'series':_0x26e5fa(0x125)},'histogram':{'binGap':_0x26e5fa(0x18c),'binningMode':_0x26e5fa(0x191),'count':'개수','width':'폭','binCount':_0x26e5fa(0x1fa),'binWidth':_0x26e5fa(0x184),'underflow':_0x26e5fa(0x1d5),'overflow':'오버플로\x20임계값','frequency':'도수'},'treemap':{'parentLabelLayout':_0x26e5fa(0x1c7),'banner':'배너','overlapping':_0x26e5fa(0x14f),'leafLabel':'잎\x20라벨','hierarchy':_0x26e5fa(0x180),'diagnostic':'트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.'},'sunburst':{'hierarchy':'계층','addHierarchy':'계층\x20추가','moveUp':_0x26e5fa(0x18d),'moveDown':'계층\x20필드를\x20아래로\x20이동','removeHierarchy':_0x26e5fa(0x149),'centerLabel':_0x26e5fa(0x11e),'labelFormat':_0x26e5fa(0x16b),'diagnostic':'선버스트\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.'},'gauge':{'scale':_0x26e5fa(0x174),'majorDivisions':'주\x20눈금\x20수','minorDivisions':_0x26e5fa(0x1dc),'angles':'각도','endAngle':_0x26e5fa(0x1b8),'ranges':'범위','rangeFrom':_0x26e5fa(0x1a6),'rangeTo':_0x26e5fa(0x17a),'addRange':'범위\x20추가','removeRange':_0x26e5fa(0x126),'axisTick':_0x26e5fa(0x115),'splitLine':_0x26e5fa(0x16e),'pointer':_0x26e5fa(0x1aa),'anchor':'앵커','progress':'진행률','detail':_0x26e5fa(0x1d0),'pointerNeedle':_0x26e5fa(0x152),'pointerSlim':_0x26e5fa(0x199),'template':_0x26e5fa(0x163),'modern':_0x26e5fa(0x12e),'classic':'클래식','minimal':'미니멀','advanced':_0x26e5fa(0x1f3),'customized':_0x26e5fa(0x169),'axisLabelNumberFormat':_0x26e5fa(0x18f),'detailNumberFormat':_0x26e5fa(0x1bf),'emptyDiagnostic':_0x26e5fa(0x1eb),'mappingDiagnostic':_0x26e5fa(0x1ed),'configDiagnostic':_0x26e5fa(0x1ae)},'chord':{'source':'소스','target':'대상','count':_0x26e5fa(0x1f2),'node':'노드','ribbon':'리본','clockwise':_0x26e5fa(0x19d),'padAngle':_0x26e5fa(0x139),'minAngle':_0x26e5fa(0x114),'innerRadius':'내부\x20반경','outerRadius':'외부\x20반경','invalidRadii':_0x26e5fa(0x12c),'rotation':'회전','distance':'거리','width':'폭','focus':'초점','solid':'단색','gradient':_0x26e5fa(0x194),'adjacency':_0x26e5fa(0x1fe),'self':'현재\x20노드','emptyDiagnostic':_0x26e5fa(0x15d),'mappingDiagnostic':_0x26e5fa(0x1c4),'configDiagnostic':_0x26e5fa(0x1cb),'associatedValue':_0x26e5fa(0x127)},'common':{'category':_0x26e5fa(0x15c),'seriesName':_0x26e5fa(0x170),'value':'값','percentage':'백분율','borderColor':_0x26e5fa(0x1b2),'labelContent':_0x26e5fa(0x1de),'labelPosition':_0x26e5fa(0x15a),'dataLabels':_0x26e5fa(0x1d1),'chartType':_0x26e5fa(0x190),'bold':'굵게','italic':_0x26e5fa(0x148),'shape':'모양','chartStyle':_0x26e5fa(0x120),'chartAndAxisTitles':'차트\x20및\x20축\x20제목','legend':'범례','chartTitle':_0x26e5fa(0x173),'subtitle':'부제','series':'계열','dataPoint':'데이터\x20포인트','trendline':_0x26e5fa(0x1ba),'horizontalAxis':'가로축','verticalAxis':_0x26e5fa(0x160),'rightVerticalAxis':'오른쪽\x20세로축','layout':'레이아웃','arrow':_0x26e5fa(0x13b),'axisLabels':'축\x20레이블','currency':'통화','date':'날짜','displayName':'표시\x20이름','emphasis':'강조','heatmap':_0x26e5fa(0x145),'lineColor':_0x26e5fa(0x150),'lineWidth':_0x26e5fa(0x13a),'min':'최솟값','max':'최댓값','mode':'모드','stacked':'누적','title':'제목','auto':'자동','position':{'label':'위치','inside':'내부','outside':'외부','top':'위','right':_0x26e5fa(0x1b5),'bottom':'아래','left':'왼쪽','hide':_0x26e5fa(0x172)},'axisAlign':{'start':'시작','center':_0x26e5fa(0x144),'end':'끝'},'textAlign':{'left':'왼쪽','center':'가운데','right':_0x26e5fa(0x1b5)},'legendSelectMode':{'single':'단일','multiple':'다중','disabled':_0x26e5fa(0x124)},'visualMapType':{'continuous':'연속','piecewise':'구분'},'default':'기본값','reset':_0x26e5fa(0x1b0),'color':'색상','opacity':'불투명도','font':'글꼴','none':'없음','numberFormat':_0x26e5fa(0x17e),'borderWidth':'테두리\x20너비','borderType':'테두리\x20유형','lineType':_0x26e5fa(0x1ea),'dashed':'점선','dotted':'점선','circle':'서클','triangle':_0x26e5fa(0x17f),'diamond':'다이아몬드','axisLine':'축선','minimum':'최소','maximum':'최대','startAngle':_0x26e5fa(0x1b7),'valueField':_0x26e5fa(0x119),'categoryName':_0x26e5fa(0x19a),'ownValue':_0x26e5fa(0x1c2),'children':'하위\x20요소','label':'라벨','editChart':_0x26e5fa(0x134),'deleteChart':_0x26e5fa(0x171),'insertChart':_0x26e5fa(0x200),'insertChartFailed':_0x26e5fa(0x19f),'openChartPanel':_0x26e5fa(0x176),'hideChartPanel':_0x26e5fa(0x1e5),'exportImage':_0x26e5fa(0x1bc),'copy':'복사','setup':'설정','customize':_0x26e5fa(0x169),'data':_0x26e5fa(0x162),'tableDataEmpty':_0x26e5fa(0x1df),'dataRange':'데이터\x20범위','editData':_0x26e5fa(0x159),'inlineData':_0x26e5fa(0x1bd),'switchRowColumn':_0x26e5fa(0x146),'useAsCategoryLabels':_0x26e5fa(0x192),'cancel':'취소','insert':'삽입','apply':'적용','duplicate':'복제'},'inlineTable':{'pasteHint':_0x26e5fa(0x17c),'addRow':_0x26e5fa(0x167),'addColumn':_0x26e5fa(0x1d7)},'floatMenu':{'menuTitle':{'chart':'차트','axisTitle':_0x26e5fa(0x1fd),'gridline':_0x26e5fa(0x115),'tick':'눈금','mark':'표식','dataLabel':_0x26e5fa(0x155)},'field':{'position':'위치','size':'크기','align':'맞춤','map':'맵','rotate':'회전','labelText':_0x26e5fa(0x112),'titleText':_0x26e5fa(0x1c1)},'action':{'more':_0x26e5fa(0x177)},'control':{'labels':_0x26e5fa(0x165),'line':'선','reverse':'반전'}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x4eb8(){const _0x6e74ce=['Pozycja\x20etykiety','7449489uKpKLp','Pogrubienie','Etykieta\x20danych','Więcej','Prawa\x20oś\x20pionowa','Zawijaj\x20legendę','14906624TUOZyQ','30GLOoYt','705870leubQw','Legenda','825ZkwQGW','Min.','Zamknij','Podtytuł','Znak','Dodaj\x20kolumnę','Resetuj','Skopiuj\x20i\x20wklej\x20dane\x20tutaj','Lewo','Etykiety','Kategoria','51542GCtQoU','Mapa','Data','Domyślny','Tytuł\x20wykresu','Odwróć','Tekst\x20etykiety','Tryb','Kolor','Wykres','Na\x20zewnątrz','Kolor\x20obramowania','Tytuł\x20osi','Ukryj','Seria','Rozmiar','Krycie','1235694bPuRBU','Prawo','Linia','Oś\x20pionowa','Pojedynczy','7765043jqylQA','Punkt\x20danych','Kursywa','Ciągły','Dodaj\x20wiersz','21CqloJb','Oś\x20pozioma','Wielokrotny','183oZplfi','Wartość','16220HYcpuk','Dół','Środek','Tekst\x20tytułu','Obróć'];_0x4eb8=function(){return _0x6e74ce;};return _0x4eb8();}const _0x5c6c42=_0x4452;(function(_0x433291,_0x4afbf7){const _0x270d32=_0x4452,_0x5a274c=_0x433291();while(!![]){try{const _0x15babb=parseInt(_0x270d32(0xd1))/0x1+parseInt(_0x270d32(0xa3))/0x2*(-parseInt(_0x270d32(0xc1))/0x3)+-parseInt(_0x270d32(0xc3))/0x4*(-parseInt(_0x270d32(0xd3))/0x5)+-parseInt(_0x270d32(0xb4))/0x6*(-parseInt(_0x270d32(0xbe))/0x7)+parseInt(_0x270d32(0xcf))/0x8+parseInt(_0x270d32(0xc9))/0x9+-parseInt(_0x270d32(0xd0))/0xa*(parseInt(_0x270d32(0xb9))/0xb);if(_0x15babb===_0x4afbf7)break;else _0x5a274c['push'](_0x5a274c['shift']());}catch(_0x3add31){_0x5a274c['push'](_0x5a274c['shift']());}}}(_0x4eb8,0xf2b17));function _0x4452(_0x9be49,_0x5643b4){_0x9be49=_0x9be49-0x9d;const _0x4eb881=_0x4eb8();let _0x44529b=_0x4eb881[_0x9be49];return _0x44529b;}const e={'chart-ui':{'common':{'default':_0x5c6c42(0xa6),'reset':_0x5c6c42(0x9e)},'presentation':{'wrapLegend':_0x5c6c42(0xce)},'inlineTable':{'pasteHint':_0x5c6c42(0x9f),'addRow':_0x5c6c42(0xbd),'addColumn':_0x5c6c42(0x9d)},'floatMenu':{'menuTitle':{'chart':_0x5c6c42(0xac),'chartTitle':_0x5c6c42(0xa7),'subtitle':_0x5c6c42(0xd6),'axisTitle':_0x5c6c42(0xaf),'legend':_0x5c6c42(0xd2),'horizontalAxis':_0x5c6c42(0xbf),'verticalAxis':_0x5c6c42(0xb7),'rightVerticalAxis':_0x5c6c42(0xcd),'gridline':'Linia\x20siatki','tick':'Znacznik','mark':_0x5c6c42(0xd7),'series':_0x5c6c42(0xb1),'dataPoint':_0x5c6c42(0xba),'dataLabel':_0x5c6c42(0xcb)},'field':{'title':'Tytuł','subtitle':_0x5c6c42(0xd6),'position':'Pozycja','size':_0x5c6c42(0xb2),'align':'Wyrównaj','mode':_0x5c6c42(0xaa),'map':_0x5c6c42(0xa4),'rotate':_0x5c6c42(0xc7),'min':_0x5c6c42(0xd4),'max':'Maks','color':_0x5c6c42(0xab),'borderColor':_0x5c6c42(0xae),'opacity':_0x5c6c42(0xb3),'labelPosition':_0x5c6c42(0xc8),'labelText':_0x5c6c42(0xa9),'titleText':_0x5c6c42(0xc6)},'action':{'more':_0x5c6c42(0xcc),'bold':_0x5c6c42(0xca),'italic':_0x5c6c42(0xbb)},'control':{'labels':_0x5c6c42(0xa1),'line':_0x5c6c42(0xb6),'reverse':_0x5c6c42(0xa8),'date':_0x5c6c42(0xa5)},'option':{'textAlign':{'left':_0x5c6c42(0xa0),'center':'Środek','right':_0x5c6c42(0xb5)},'position':{'top':'Góra','bottom':_0x5c6c42(0xc4),'left':_0x5c6c42(0xa0),'right':_0x5c6c42(0xb5),'hide':_0x5c6c42(0xb0),'inside':'Wewnątrz','outside':_0x5c6c42(0xad)},'labelText':{'category':_0x5c6c42(0xa2),'value':_0x5c6c42(0xc2),'percentage':'Procent'},'axisAlign':{'start':'Początek','center':_0x5c6c42(0xc5),'end':'Koniec'},'legendSelectMode':{'single':_0x5c6c42(0xb8),'multiple':_0x5c6c42(0xc0),'close':_0x5c6c42(0xd5)},'visualMapType':{'continuous':_0x5c6c42(0xbc),'piecewise':'Odcinkowy'}}}}};export{e as default};
1
+ function _0x5b03(_0x1f820b,_0x3ab004){_0x1f820b=_0x1f820b-0x1bd;const _0x425ff9=_0x425f();let _0x5b0336=_0x425ff9[_0x1f820b];return _0x5b0336;}const _0x15919a=_0x5b03;(function(_0x296d64,_0x19efd2){const _0x1081b7=_0x5b03,_0x5085d7=_0x296d64();while(!![]){try{const _0x19015c=-parseInt(_0x1081b7(0x1f2))/0x1*(parseInt(_0x1081b7(0x240))/0x2)+-parseInt(_0x1081b7(0x27b))/0x3+-parseInt(_0x1081b7(0x243))/0x4+-parseInt(_0x1081b7(0x208))/0x5+parseInt(_0x1081b7(0x2ed))/0x6*(-parseInt(_0x1081b7(0x2f0))/0x7)+parseInt(_0x1081b7(0x2d4))/0x8*(parseInt(_0x1081b7(0x275))/0x9)+parseInt(_0x1081b7(0x1e8))/0xa*(parseInt(_0x1081b7(0x231))/0xb);if(_0x19015c===_0x19efd2)break;else _0x5085d7['push'](_0x5085d7['shift']());}catch(_0x1d1496){_0x5085d7['push'](_0x5085d7['shift']());}}}(_0x425f,0xec57e));const e={'chart-ui':{'editor':{'defaultColor':_0x15919a(0x26d),'fontSize':_0x15919a(0x201)},'setup':{'stack':'Stos','percentStacked':_0x15919a(0x268)},'chartTypes':{'line':_0x15919a(0x284),'column':_0x15919a(0x292),'columnStacked':_0x15919a(0x22c),'columnPercentStacked':'Stos\x20procentowy\x20·\x20Wykres\x20kolumnowy','bar':'Wykres\x20słupkowy','barStacked':'Skumulowany\x20wykres\x20słupkowy','barPercentStacked':_0x15919a(0x1ce),'pie':'Wykres\x20kołowy','donut':_0x15919a(0x1e2),'pieOfPie':'Wykres\x20kołowy\x20kołowego','barOfPie':_0x15919a(0x1eb),'area':'Wykres\x20obszarowy','areaStacked':_0x15919a(0x234),'areaPercentStacked':_0x15919a(0x26b),'radar':_0x15919a(0x1fe),'scatter':'Wykres\x20punktowy','combination':_0x15919a(0x1ec),'wordCloud':_0x15919a(0x281),'funnel':_0x15919a(0x227),'bubble':'Wykres\x20bąbelkowy','relation':_0x15919a(0x1f1),'waterfall':'Wykres\x20wodospadowy','pareto':'Wykres\x20Pareto','sankey':_0x15919a(0x205),'heatmap':'Mapa\x20ciepła','boxplot':_0x15919a(0x1ed),'candlestick':_0x15919a(0x242),'histogram':_0x15919a(0x1e4),'treemap':'Mapa\x20drzewa','sunburst':_0x15919a(0x1e2),'gauge':_0x15919a(0x20c),'chord':'Diagram\x20cięciwowy'},'section':{'waterfall':_0x15919a(0x29f),'paretoBar':_0x15919a(0x1fb),'paretoLine':'Seria\x20skumulowanego\x20procentu','pie':'Wykres\x20kołowy','wordCloud':_0x15919a(0x2d9),'radar':_0x15919a(0x1fe),'funnel':_0x15919a(0x227),'relation':'Wykres\x20relacji','lineAndArea':_0x15919a(0x257),'gridlinesAndTicks':_0x15919a(0x1c6),'indicatorLine':_0x15919a(0x25d),'candlestick':_0x15919a(0x242),'histogram':_0x15919a(0x23c),'treemap':_0x15919a(0x1d9),'sunburst':'Wykres\x20rozbłysku\x20słońca','gauge':_0x15919a(0x24f),'chord':_0x15919a(0x298)},'presentation':{'backgroundColor':_0x15919a(0x250),'theme':'Temat','gradientFill':'Wypełnienie\x20gradientowe','bodyFontSize':_0x15919a(0x223),'bodyFontColor':'Kolor\x20czcionki\x20korpusu','titleType':_0x15919a(0x202),'horizontalAxisTitle':_0x15919a(0x256),'verticalAxisTitle':'Tytuł\x20osi\x20pionowej','rightVerticalAxisTitle':_0x15919a(0x22b),'wrap':'Zawiń\x20legendę','selectMode':_0x15919a(0x2b4),'visualMapType':'Mapa\x20wizualna','align':_0x15919a(0x2e3)},'numberFormat':{'source':_0x15919a(0x235),'number':'Numer','scientific':'Naukowe','custom':_0x15919a(0x285),'preview':_0x15919a(0x289),'generalType':'Ogólny','accountingType':'Księgowość','thousandsType':_0x15919a(0x2cc),'formatTypes':_0x15919a(0x2c3),'generalDesc':'Format\x20ogólny\x20nie\x20zawiera\x20żadnego\x20konkretnego\x20formatu\x20liczbowego.','accountingDesc':_0x15919a(0x2a3),'currencyDesc':_0x15919a(0x2ac),'dateDesc':'Format\x20daty\x20wyświetla\x20numery\x20seryjne\x20daty\x20i\x20czasu\x20jako\x20wartości\x20daty.','thousandsDesc':'Format\x20percentyla\x20tysięcznego\x20jest\x20używany\x20dla\x20ogólnych\x20liczb,\x20formaty\x20walutowe\x20i\x20księgowe\x20zapewniają\x20wyspecjalizowane\x20formaty\x20dla\x20wartości\x20pieniężnych.','decimalPlaces':_0x15919a(0x246),'currencyTypes':_0x15919a(0x2a6),'negativeNumberTypes':_0x15919a(0x26f),'dateTypes':_0x15919a(0x2f1),'setFormat':_0x15919a(0x24d)},'series':{'rightAxis':'Prawa\x20oś','allSeries':'Wszystkie\x20serie','aggregate':_0x15919a(0x206),'borderOpacity':_0x15919a(0x2e2),'solid':_0x15919a(0x1d3),'pointShape':_0x15919a(0x1e0),'pointSize':'Rozmiar\x20punktu','pointColor':_0x15919a(0x2b7),'removeDataPoint':_0x15919a(0x1fd),'square':_0x15919a(0x2cb),'rect':_0x15919a(0x1f7),'roundRect':_0x15919a(0x2b6),'pin':_0x15919a(0x260),'emptyCircle':'Pusty\x20okrąg','emptySquare':'Pusty\x20kwadrat','emptyTriangle':_0x15919a(0x1be),'emptyDiamond':_0x15919a(0x1db),'emptyRect':_0x15919a(0x269),'emptyRoundRect':_0x15919a(0x2ef),'emptyPin':'Pusta\x20szpilka','emptyArrow':_0x15919a(0x1c4)},'lineAndArea':{'lineStyle':'Styl\x20linii','line':_0x15919a(0x28d),'smooth':'Gładka','step':_0x15919a(0x1dc),'invalidValues':'Nieprawidłowe\x20wartości','breakLine':_0x15919a(0x259),'connect':_0x15919a(0x1c1),'zero':_0x15919a(0x270)},'axis':{'useDateAxis':_0x15919a(0x237),'target':'Oś','lineColor':_0x15919a(0x266),'lineWidth':_0x15919a(0x2ca),'labelRotation':_0x15919a(0x22e),'reverse':_0x15919a(0x2a9),'gridlineVisible':_0x15919a(0x1c8),'gridlineColor':_0x15919a(0x212),'gridlineWidth':_0x15919a(0x299),'tickVisible':'Kleszcze','tickLength':'Długość\x20kleszcza','tickWidth':'Szerokość\x20kleszcza','tickColor':_0x15919a(0x2cf),'tickPosition':_0x15919a(0x251)},'indicator':{'lineColor':'Kolor\x20linii\x20wskaźnika','lineType':_0x15919a(0x22d),'labelBackground':_0x15919a(0x1d7),'labelText':'Kolor\x20tekstu\x20etykiety'},'trendline':{'add':_0x15919a(0x239),'type':_0x15919a(0x2c1),'linear':_0x15919a(0x22a),'exponential':_0x15919a(0x20b),'logarithmic':_0x15919a(0x2a0),'polynomial':'Wielomian','power':_0x15919a(0x2aa),'movingAverage':_0x15919a(0x2d1),'showFormula':_0x15919a(0x27c),'showR2':_0x15919a(0x2d0),'order':_0x15919a(0x1f4),'period':'Okres','formulaColor':_0x15919a(0x262),'r2Color':_0x15919a(0x203)},'pareto':{'includeZeroValues':_0x15919a(0x20a)},'plotArea':{'label':_0x15919a(0x222),'manual':_0x15919a(0x20d),'left':'Left\x20(%)','top':_0x15919a(0x24c),'width':'Width\x20(%)','height':_0x15919a(0x27f)},'bar':{'layout':_0x15919a(0x253),'gapWidth':'Gap\x20width\x20(%)','overlap':_0x15919a(0x21b)},'pie':{'mode':'Kształt\x20wykresu','modeNormal':_0x15919a(0x224),'modePieOfPie':_0x15919a(0x1dd),'modeBarOfPie':_0x15919a(0x279),'splitType':'Podziel\x20według','splitAuto':_0x15919a(0x2c2),'splitPosition':'Pozycja','splitCustom':_0x15919a(0x1d0),'customSelectedCount':_0x15919a(0x218),'customSelectedCountValue':'Wybrano\x20{0}\x20punktów\x20danych','positionCount':_0x15919a(0x214),'valueLessThan':_0x15919a(0x290),'percentageLessThan':_0x15919a(0x1f6),'secondarySize':'Rozmiar\x20wykresu\x20pomocniczego','advancedLayout':_0x15919a(0x2e9),'connector':_0x15919a(0x2b5),'slices':_0x15919a(0x278),'gapWidth':_0x15919a(0x2ec),'connectorColor':'Kolor\x20linii\x20łączącej','connectorWidth':_0x15919a(0x211),'connectorType':'Typ\x20linii\x20łączącej','aggregateOther':_0x15919a(0x1bf),'aggregateMembers':_0x15919a(0x220),'valueScale':_0x15919a(0x1ea),'doughnutHole':_0x15919a(0x25c),'startAngle':_0x15919a(0x236),'explosion':_0x15919a(0x229),'paddingAngle':'Odstęp\x20plasterków','halfPie':'Pół\x20ciasta','rosePie':_0x15919a(0x1c7),'labelLine':_0x15919a(0x2e7)},'radar':{'shape':_0x15919a(0x2c5),'polygon':_0x15919a(0x245),'fill':_0x15919a(0x1d4)},'funnel':{'gap':'Luka\x20w\x20przedmiocie','absoluteValues':_0x15919a(0x219)},'heatmap':{'unit':_0x15919a(0x2dd),'labels':_0x15919a(0x247)},'relation':{'nodes':'Węzły','interaction':_0x15919a(0x20f),'edgeLength':_0x15919a(0x1c5),'circular':_0x15919a(0x233),'force':'Siła','nodeShape':_0x15919a(0x238),'valueSize':_0x15919a(0x23b),'rotateLabels':_0x15919a(0x1e6),'gravity':_0x15919a(0x1cb),'repulsion':_0x15919a(0x2e4)},'wordCloud':{'maskImage':_0x15919a(0x1c3),'repeat':'Powtórz\x20słowa','cloud':_0x15919a(0x277),'rect':'Prostokąt','cardioid':_0x15919a(0x1de),'heart':_0x15919a(0x2ee),'triangle-forward':_0x15919a(0x21d),'pentagon':_0x15919a(0x2de),'star':_0x15919a(0x291)},'waterfall':{'styleTarget':'Cel\x20stylu','positive':_0x15919a(0x2d5),'negative':_0x15919a(0x28e),'stackType':_0x15919a(0x1fa),'arrangement':_0x15919a(0x2c4),'subtotal':_0x15919a(0x286),'includeSubtotal':_0x15919a(0x23f),'connector':'Linia\x20złącza'},'candlestick':{'candle':_0x15919a(0x24b),'body':_0x15919a(0x265),'wick':_0x15919a(0x2ad),'state':'Stan\x20świecy','open':_0x15919a(0x216),'high':_0x15919a(0x2d3),'low':_0x15919a(0x1cc),'close':_0x15919a(0x2ae),'rising':_0x15919a(0x1cd),'falling':_0x15919a(0x23e),'doji':_0x15919a(0x255),'bodyColor':_0x15919a(0x2ba),'fillOpacity':_0x15919a(0x1d6),'wickColor':_0x15919a(0x228),'wickWidth':_0x15919a(0x249),'wickOpacity':_0x15919a(0x2af),'candleWidth':_0x15919a(0x2f3),'hollow':_0x15919a(0x2df),'columnsError':_0x15919a(0x26a),'series':_0x15919a(0x200)},'histogram':{'binGap':_0x15919a(0x230),'binningMode':'Tryb\x20binowania','count':_0x15919a(0x273),'width':_0x15919a(0x1e9),'binCount':_0x15919a(0x2bd),'binWidth':_0x15919a(0x1f9),'underflow':'Próg\x20niedomiaru','overflow':_0x15919a(0x204),'frequency':_0x15919a(0x226)},'treemap':{'parentLabelLayout':'Układ\x20etykiety\x20nadrzędnej','banner':_0x15919a(0x29b),'overlapping':'Nakładające\x20się','leafLabel':'Etykiety\x20liści','hierarchy':_0x15919a(0x1da),'diagnostic':'Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.'},'sunburst':{'hierarchy':_0x15919a(0x1f3),'addHierarchy':'Dodaj\x20hierarchię','moveUp':_0x15919a(0x207),'moveDown':'Przesuń\x20pole\x20hierarchii\x20w\x20dół','removeHierarchy':_0x15919a(0x1f8),'centerLabel':_0x15919a(0x2d6),'labelFormat':'Styl\x20etykiety','diagnostic':'Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.'},'gauge':{'scale':_0x15919a(0x2e5),'majorDivisions':_0x15919a(0x1df),'minorDivisions':_0x15919a(0x21a),'angles':_0x15919a(0x2b8),'endAngle':_0x15919a(0x287),'ranges':'Zakresy','rangeFrom':'Od','rangeTo':'Do','addRange':'Dodaj\x20zakres','removeRange':_0x15919a(0x282),'axisTick':'Zaznaczenia\x20osi','splitLine':_0x15919a(0x1fc),'pointer':_0x15919a(0x209),'anchor':_0x15919a(0x2d7),'progress':'Postęp','detail':'Szczegół','pointerNeedle':_0x15919a(0x29e),'pointerSlim':_0x15919a(0x21f),'template':_0x15919a(0x2e0),'modern':_0x15919a(0x2ce),'classic':'Klasyczny','minimal':'Minimalne','advanced':_0x15919a(0x2e8),'customized':'Niestandardowy','axisLabelNumberFormat':'Format\x20liczb\x20etykiet\x20osi','detailNumberFormat':'Format\x20liczb\x20szczegółowych','emptyDiagnostic':_0x15919a(0x1ca),'mappingDiagnostic':_0x15919a(0x1e7),'configDiagnostic':_0x15919a(0x213)},'chord':{'source':_0x15919a(0x1c9),'target':_0x15919a(0x2ea),'count':_0x15919a(0x1d8),'node':_0x15919a(0x28a),'ribbon':_0x15919a(0x2d2),'clockwise':_0x15919a(0x2f4),'padAngle':_0x15919a(0x2a1),'minAngle':_0x15919a(0x2f5),'innerRadius':_0x15919a(0x271),'outerRadius':_0x15919a(0x25f),'invalidRadii':_0x15919a(0x1c0),'rotation':'Obrót','distance':_0x15919a(0x21e),'width':'Szerokość','focus':_0x15919a(0x252),'solid':_0x15919a(0x293),'gradient':_0x15919a(0x295),'adjacency':_0x15919a(0x2b1),'self':_0x15919a(0x283),'emptyDiagnostic':_0x15919a(0x294),'mappingDiagnostic':_0x15919a(0x2c9),'configDiagnostic':_0x15919a(0x2db),'associatedValue':_0x15919a(0x244)},'common':{'category':_0x15919a(0x2a7),'seriesName':_0x15919a(0x2ab),'value':'Wartość','percentage':_0x15919a(0x2c8),'borderColor':_0x15919a(0x2b9),'labelContent':_0x15919a(0x272),'labelPosition':_0x15919a(0x1f5),'dataLabels':_0x15919a(0x217),'chartType':_0x15919a(0x210),'bold':_0x15919a(0x225),'italic':_0x15919a(0x28b),'shape':_0x15919a(0x264),'chartStyle':'Styl\x20wykresu','chartAndAxisTitles':'Tytuły\x20wykresu\x20i\x20osi','legend':_0x15919a(0x258),'chartTitle':_0x15919a(0x23d),'subtitle':_0x15919a(0x2c7),'series':'Seria','dataPoint':_0x15919a(0x1ee),'trendline':_0x15919a(0x24a),'horizontalAxis':_0x15919a(0x1d5),'verticalAxis':'Oś\x20pionowa','rightVerticalAxis':_0x15919a(0x2cd),'layout':_0x15919a(0x1fa),'arrow':_0x15919a(0x1e1),'axisLabels':_0x15919a(0x2dc),'currency':_0x15919a(0x2d8),'date':_0x15919a(0x1e3),'displayName':_0x15919a(0x29d),'emphasis':'Nacisk','heatmap':_0x15919a(0x25e),'lineColor':'Kolor\x20linii','lineWidth':_0x15919a(0x2ca),'min':_0x15919a(0x1cc),'max':'Maksimum','mode':_0x15919a(0x24e),'stacked':_0x15919a(0x27e),'title':_0x15919a(0x29c),'auto':_0x15919a(0x2bc),'position':{'label':_0x15919a(0x2b2),'inside':_0x15919a(0x254),'outside':_0x15919a(0x2be),'top':_0x15919a(0x241),'right':_0x15919a(0x27a),'bottom':'Dół','left':_0x15919a(0x25a),'hide':_0x15919a(0x1ff)},'axisAlign':{'start':'Początek','center':_0x15919a(0x296),'end':_0x15919a(0x1d1)},'textAlign':{'left':_0x15919a(0x25a),'center':_0x15919a(0x296),'right':_0x15919a(0x27a)},'legendSelectMode':{'single':_0x15919a(0x2e1),'multiple':'Wielokrotny','disabled':_0x15919a(0x2a2)},'visualMapType':{'continuous':_0x15919a(0x2c0),'piecewise':_0x15919a(0x22f)},'default':_0x15919a(0x21c),'reset':_0x15919a(0x2eb),'color':'Kolor','opacity':_0x15919a(0x1cf),'font':_0x15919a(0x2b3),'none':_0x15919a(0x20e),'numberFormat':'Format\x20liczbowy','borderWidth':_0x15919a(0x1e5),'borderType':_0x15919a(0x2a5),'lineType':_0x15919a(0x2e6),'dashed':'Przerywana','dotted':_0x15919a(0x221),'circle':_0x15919a(0x288),'triangle':'Trójkąt','diamond':_0x15919a(0x274),'axisLine':_0x15919a(0x1ef),'minimum':_0x15919a(0x1d2),'maximum':_0x15919a(0x2bb),'startAngle':_0x15919a(0x1f0),'valueField':'Pole\x20wartości','categoryName':_0x15919a(0x297),'ownValue':_0x15919a(0x26c),'children':_0x15919a(0x248),'label':_0x15919a(0x280),'editChart':'Edytor\x20wykresów','deleteChart':_0x15919a(0x2a4),'insertChart':'Wstaw\x20wykres','insertChartFailed':_0x15919a(0x215),'openChartPanel':_0x15919a(0x232),'hideChartPanel':'Ukryj\x20panel\x20wykresu','exportImage':'Eksportuj\x20jako\x20obraz','copy':_0x15919a(0x2b0),'setup':_0x15919a(0x2bf),'customize':_0x15919a(0x261),'data':'Dane','tableDataEmpty':_0x15919a(0x28c),'dataRange':_0x15919a(0x26e),'editData':_0x15919a(0x263),'inlineData':'Dane\x20wbudowane','switchRowColumn':_0x15919a(0x2da),'useAsCategoryLabels':'Użyj\x20{0}\x20jako\x20kategorii','cancel':_0x15919a(0x29a),'insert':_0x15919a(0x276),'apply':_0x15919a(0x267),'duplicate':_0x15919a(0x25b)},'inlineTable':{'pasteHint':'Wklej\x20tabelę\x20z\x20Arkuszy,\x20Excela\x20lub\x20strony\x20internetowej,\x20aby\x20zastąpić\x20dane\x20wbudowane.','addRow':_0x15919a(0x2a8),'addColumn':_0x15919a(0x1c2)},'floatMenu':{'menuTitle':{'chart':'Wykres','axisTitle':'Tytuł\x20osi','gridline':_0x15919a(0x1bd),'tick':_0x15919a(0x28f),'mark':_0x15919a(0x23a),'dataLabel':'Etykieta\x20danych'},'field':{'position':'Pozycja','size':'Rozmiar','align':'Wyrównaj','map':'Mapa','rotate':_0x15919a(0x27d),'labelText':'Tekst\x20etykiety','titleText':'Tekst\x20tytułu'},'action':{'more':_0x15919a(0x2f2)},'control':{'labels':'Etykiety','line':'Linia','reverse':_0x15919a(0x2c6)}}}};export{e as default};function _0x425f(){const _0x273f6d=['Wykres\x20chmury\x20słów','Usuń\x20zakres','Bieżący\x20węzeł','Wykres\x20liniowy','Niestandardowy\x20format','Suma\x20częściowa','Kąt\x20końcowy','Okrąg','Podgląd','Węzeł','Kursywa','Dane\x20tabeli\x20są\x20puste','Linia','Ujemne','Znacznik','Wartość\x20mniejsza\x20niż','Gwiazda','Wykres\x20kolumnowy','Jednolity\x20kolor','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Gradient','Środek','Nazwa\x20kategorii','Wykres\x20akordów','Szerokość\x20linii\x20siatki','Anuluj','Sztandar','Tytuł','Nazwa\x20wyświetlana','Klasyczna\x20wskazówka','Wykres\x20wodospadowy','Logarytmiczny','Kąt\x20podkładki','Wyłączone','Format\x20liczbowy\x20księgowości\x20wyrównuje\x20symbole\x20walutowe\x20i\x20miejsca\x20dziesiętne\x20w\x20kolumnie.','Usuń\x20wykres','Typ\x20obramowania','Typy\x20walut','Kategoria','Dodaj\x20wiersz','Odwrotna\x20oś','Moc','Nazwa\x20serii','Format\x20walutowy\x20jest\x20używany\x20dla\x20ogólnych\x20wartości\x20pieniężnych,\x20format\x20księgowy\x20wyrównuje\x20miejsca\x20dziesiętne\x20w\x20kolumnie\x20wartości.','Knot','Zamknięcie','Nieprzezroczystość\x20knota','Kopiuj','Sąsiednie\x20węzły','Pozycja','Czcionka','Tryb\x20selekcji','Łącznik','Zaokrąglony\x20prostokąt','Kolor\x20punktu','Kąty','Kolor\x20obramowania','Kolor\x20korpusu','Maksymalnie','Automat','Liczba\x20pojemników','Na\x20zewnątrz','Konfiguracja','Ciągłe','Wpisz','Automatycznie','Typy\x20formatu','Wodospad','Kształt\x20radaru','Odwróć','Podtytuł','Procent','Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','Szerokość\x20linii','Kwadrat','Percentyl\x20tysięczny','Prawa\x20oś\x20pionowa','Nowoczesne','Zaznacz\x20kolor','Pokaż\x20R²','Średnia\x20krocząca','Wstążka','Maksimum','64hTkbwm','Dodatnie','Suma\x20środkowa','Kotwica','Waluta','Chmura\x20słów','Przełącz\x20na\x20wiersz/kolumnę','Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','Etykiety\x20osi','Jednostka\x20wartości','Pięciokąt','Pusta\x20świeca','Szablon','Pojedynczo','Krycie\x20obramowania','Wyrównanie','Wstręt','Skala','Typ\x20linii','Linia\x20etykiety','Ustawienia\x20zaawansowane','Układ\x20zaawansowany','Cel','Zresetuj','Odstęp\x20między\x20wykresem\x20głównym\x20a\x20pomocniczym','1300758XfLYhd','Serce','Pusty\x20zaokrąglony\x20prostokąt','49raVuDF','Typy\x20dat','Więcej','Szerokość\x20świecy','Zgodnie\x20z\x20ruchem\x20wskazówek\x20zegara','Minimalny\x20kąt','Linia\x20siatki','Pusty\x20trójkąt','Inne','Promień\x20wewnętrzny\x20musi\x20być\x20mniejszy\x20niż\x20promień\x20zewnętrzny.','Połącz\x20punkty\x20danych','Dodaj\x20kolumnę','Identyfikator\x20obrazu\x20maski','Pusta\x20strzałka','Długość\x20krawędzi','Linie\x20siatki\x20i\x20znaczniki','Ciasto\x20różane','Linie\x20siatki','Źródło','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Grawitacja','Minimum','Powstanie','Procentowy\x20skumulowany\x20wykres\x20słupkowy','Nieprzezroczystość','Niestandardowy','Koniec','Minimalne','Solidne','Wypełnienie\x20obszaru','Oś\x20pozioma','Wypełnij\x20krycie','Tło\x20etykiety','Liczba\x20relacji','Wykres\x20mapy\x20drzewa','Pola\x20hierarchii','Pusty\x20romb','Krok','Kołowy\x20kołowego','Kardioidalna','Podziały\x20główne','Kształt\x20punktowy','Strzałka','Wykres\x20pierścieniowy','Data','Histogram','Szerokość\x20obramowania','Obróć\x20etykiety','Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','10tpfTgu','Szerokość','Skala\x20wartości','Wykres\x20słupkowy\x20kołowego','Wykres\x20kombinowany','Wykres\x20pudełkowy','Punkt\x20danych','Linia\x20osi','Kąt\x20początkowy','Wykres\x20relacji','31hwxDnO','Hierarchia','Zamów','Pozycja\x20etykiety','Procent\x20mniejszy\x20niż','Prostokąt','Usuń\x20pole\x20hierarchii','Szerokość\x20pojemnika','Układ','Seria\x20wykresu\x20słupkowego','Podziel\x20linie','Usuń\x20punkt\x20danych','Wykres\x20radarowy','Ukryj','Seria\x20OHLC','Rozmiar\x20czcionki','Typ\x20tytułu','Kolor\x20R²','Próg\x20przepełnienia','Wykres\x20Sankeya','Agreguj','Przesuń\x20pole\x20hierarchii\x20w\x20górę','773015itupaV','Wskaźnik','Uwzględnij\x20wartości\x20zerowe','Wykładniczy','Wykres\x20wskaźnikowy','Manual','Żadne','Interakcja','Typ\x20wykresu','Szerokość\x20linii\x20łączącej','Kolor\x20linii\x20siatki','Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','Liczba\x20punktów\x20danych\x20wykresu\x20pomocniczego','Nie\x20udało\x20się\x20wstawić\x20wykresu','Otwarcie','Etykiety\x20danych','Podział\x20niestandardowy','Użyj\x20wartości\x20bezwzględnych','Podziały\x20pomocnicze\x20na\x20podział\x20główny','Series\x20overlap\x20(%)','Domyślne','Trójkąt\x20do\x20przodu','Odległość','Smukła\x20wskazówka','Elementy','Przerywana','Plot\x20area','Rozmiar\x20czcionki\x20w\x20treści','Standardowy','Pogrubienie','Częstotliwość','Wykres\x20lejkowy','Kolor\x20knota','Explosion\x20(%)','Liniowy','Tytuł\x20prawej\x20osi\x20pionowej','Stos\x20·\x20Wykres\x20kolumnowy','Typ\x20linii\x20wskaźnika','Obrót\x20etykiety','Odcinkowy','Szczelina\x20pojemnika','49087643XlOEIW','Otwórz\x20panel\x20wykresu','Okrągły','Skumulowany\x20wykres\x20obszarowy','Format\x20źródłowy','Start\x20angle','Traktuj\x20etykiety\x20jako\x20daty','Kształt\x20węzła','Dodaj\x20linię\x20trendu','Znak','Rozmiar\x20węzłów\x20według\x20wartości','Wykres\x20histogramu','Tytuł\x20wykresu','Upadek','Użyj\x20sumy\x20częściowej','124698WAskNf','Góra','Wykres\x20świecowy','4663544nJPoHd','Wartość\x20powiązana','Wielokąt','Miejsca\x20dziesiętne','Etykiety\x20komórek','Elementy\x20podrzędne','Szerokość\x20knota','Linia\x20trendu','Świeca','Top\x20(%)','Ustaw\x20format\x20etykiety','Tryb','Wykres\x20miernika','Kolor\x20tła','Zaznacz\x20pozycję','Skup\x20się','Bar\x20spacing','Wewnątrz','Doji','Tytuł\x20osi\x20poziomej','Wykres\x20liniowy\x20/\x20Wykres\x20obszarowy','Legenda','Linia\x20przerwania','Lewo','Duplikuj','Dziura\x20po\x20pączku','Linia\x20wskaźnika','Mapa\x20ciepła','Promień\x20zewnętrzny','Szpilka','Dostosuj','Kolor\x20formuły','Edytuj\x20dane','Kształt','Korpus','Kolor\x20linii','Zastosuj','Stos\x20procentowy','Pusty\x20prostokąt','Dane\x20wykresu\x20świecowego\x20wymagają\x20kolumn\x20Kategoria,\x20Otwarcie,\x20Maksimum,\x20Minimum\x20i\x20Zamknięcie.','Procentowy\x20skumulowany\x20wykres\x20obszarowy','Wartość\x20własna','Domyślny\x20kolor','Zakres\x20danych','Typy\x20liczb\x20ujemnych','Traktuj\x20jako\x20zero','Promień\x20wewnętrzny','Zawartość\x20etykiety','Policz','Diament','2066589TyYdBk','Wstaw','Chmura','Wycinki','Słupkowy\x20kołowego','Prawo','1681680hyRstD','Pokaż\x20formułę','Obróć','Ułożone','Height\x20(%)','Etykieta'];_0x425f=function(){return _0x273f6d;};return _0x425f();}