@univerjs-pro/docs-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 (107) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -0
  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 -0
  10. package/lib/cjs/locale/it-IT.js +1 -0
  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 -0
  14. package/lib/cjs/locale/pt-BR.js +1 -0
  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 -0
  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 -0
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -0
  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 -0
  30. package/lib/es/locale/it-IT.js +1 -0
  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 -0
  34. package/lib/es/locale/pt-BR.js +1 -0
  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 -0
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +23 -66
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -0
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -0
  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 -0
  51. package/lib/locale/it-IT.js +1 -0
  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 -0
  55. package/lib/locale/pt-BR.js +1 -0
  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 -0
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/operations/chart-dialog.operation.d.ts +2 -3
  63. package/lib/types/components/DocChartDataEditor.d.ts +4 -4
  64. package/lib/types/components/DocChartEditPanel.d.ts +87 -16
  65. package/lib/types/components/DocChartEditorDialog.d.ts +2 -3
  66. package/lib/types/components/DocChartPreview.d.ts +3 -4
  67. package/lib/types/controllers/components.controller.d.ts +2 -4
  68. package/lib/types/controllers/doc-chart-clipboard.controller.d.ts +2 -2
  69. package/lib/types/index.d.ts +5 -6
  70. package/lib/types/locale/ar-SA.d.ts +3 -0
  71. package/lib/types/locale/de-DE.d.ts +3 -0
  72. package/lib/types/locale/en-US.d.ts +108 -61
  73. package/lib/types/locale/id-ID.d.ts +3 -0
  74. package/lib/types/locale/it-IT.d.ts +3 -0
  75. package/lib/types/locale/pl-PL.d.ts +3 -0
  76. package/lib/types/locale/pt-BR.d.ts +3 -0
  77. package/lib/types/locale/zh-HK.d.ts +3 -0
  78. package/lib/types/menu/chart.menu.d.ts +4 -7
  79. package/lib/types/services/doc-chart-data-edit.service.d.ts +3 -8
  80. package/lib/types/services/doc-chart-host.d.ts +2 -14
  81. package/lib/types/services/doc-chart-insert.service.d.ts +4 -4
  82. package/lib/types/services/doc-chart-render.service.d.ts +6 -11
  83. package/lib/types/services/doc-chart-snapshot-render.service.d.ts +8 -51
  84. package/lib/types/services/doc-chart-ui.service.d.ts +21 -0
  85. package/lib/types/utils/ChartPanelOptions.d.ts +1 -9
  86. package/lib/umd/index.js +1 -1
  87. package/lib/umd/locale/ar-SA.js +1 -0
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -0
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -0
  95. package/lib/umd/locale/it-IT.js +1 -0
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -0
  99. package/lib/umd/locale/pt-BR.js +1 -0
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -0
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +17 -17
  107. package/lib/types/components/DocChartInlineTableEditor.d.ts +0 -11
@@ -0,0 +1 @@
1
+ function _0xed82(){const _0x50727a=['Gráfico\x20de\x20velas','Valor','Configurar','Mapa\x20de\x20calor','Gráfico\x20de\x20Sankey','Gráfico\x20de\x20linha\x20/\x20Gráfico\x20de\x20área','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','Dados\x20em\x20linha','Alvo','Gráfico\x20de\x20mapa\x20de\x20árvore','Gráfico\x20de\x20raios\x20solares','Editor\x20de\x20gráfico','Os\x20campos\x20selecionados\x20não\x20formam\x20uma\x20estrutura\x20de\x20dados\x20válida\x20para\x20este\x20gráfico.','Os\x20dados\x20do\x20gráfico\x20de\x20velas\x20exigem\x20as\x20colunas\x20Categoria,\x20Abertura,\x20Máxima,\x20Mínima\x20e\x20Fechamento.','Este\x20gráfico\x20requer\x20mais\x20campos\x20de\x20rótulo.','Os\x20dados\x20da\x20tabela\x20estão\x20vazios','Gráfico\x20de\x20explosão\x20solar','Gráfico\x20de\x20área\x20empilhada\x20percentual','Gráfico\x20de\x20acordes','Campo\x20de\x20valor','Gráfico\x20de\x20pizza\x20com\x20subgráfico\x20de\x20barras','Gráfico\x20de\x20bolhas','Mapa\x20de\x20árvore','Aplicar','Elementos\x20filhos','Gráfico\x20combinado','Nuvem\x20de\x20palavras','Contagem\x20de\x20relacionamento','O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','Gráfico\x20de\x20cascata','6984776eVBvQY','Histograma','Excluir\x20gráfico','3410GOAAbz','Gráfico\x20de\x20barras','O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Gráfico\x20histograma','Gráfico\x20de\x20linha','Gráfico\x20de\x20barras\x20empilhadas','95237rNbfXA','6cFABIP','Inserir\x20gráfico','Gráfico','Gráfico\x20de\x20funil','Diagrama\x20de\x20cordas','Legenda','Série','Títulos\x20do\x20gráfico\x20e\x20dos\x20eixos','Gráfico\x20de\x20colunas','Gráfico\x20de\x20dispersão','Máxima','Um\x20campo\x20selecionado\x20do\x20gráfico\x20não\x20está\x20mais\x20disponível.','Gráfico\x20de\x20barras\x20empilhadas\x20percentual','Duplicar','Editar\x20dados','Eixo\x20vertical','Eixo\x20vertical\x20direito','Hierarquia','37800YQMWdA','12QpoZIv','Gráfico\x20de\x20área\x20empilhada','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Gráfico\x20de\x20relações','Outro','Valor\x20próprio','2176894DAuJJh','O\x20campo\x20de\x20valor\x20selecionado\x20não\x20contém\x20dados\x20numéricos.','Série\x20OHLC','Gráfico\x20de\x20Pareto','593492SqWuPT','Gráfico\x20de\x20radar','Série\x20de\x20gráfico\x20de\x20barras','Gráfico\x20de\x20área','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','Gráfico\x20de\x20nuvem\x20de\x20palavras','Gráfico\x20de\x20medidor','Gráfico\x20de\x20pizza','Fechar','Gráfico\x20de\x20pizza\x20com\x20subgráfico\x20de\x20pizza','Etiqueta','Campos\x20de\x20hierarquia','Não\x20foi\x20possível\x20renderizar\x20a\x20visualização\x20do\x20gráfico.','8375199qEppZE','Série\x20de\x20porcentagem\x20cumulativa','Valor\x20associado','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','Categoria','Dados','540785PcQpLb','Fonte','Linhas\x20de\x20grade\x20e\x20marcas','Itens','Diagrama\x20de\x20caixa','Mínima','9eYKJYJ','Cancelar'];_0xed82=function(){return _0x50727a;};return _0xed82();}function _0xab6f(_0x5859ba,_0x3a6647){_0x5859ba=_0x5859ba-0xd0;const _0xed82f5=_0xed82();let _0xab6f63=_0xed82f5[_0x5859ba];return _0xab6f63;}const _0x53effd=_0xab6f;(function(_0x1f8353,_0xe8f857){const _0x3b4cf4=_0xab6f,_0x1d56e5=_0x1f8353();while(!![]){try{const _0x4ce824=-parseInt(_0x3b4cf4(0x117))/0x1+parseInt(_0x3b4cf4(0xd1))/0x2+-parseInt(_0x3b4cf4(0x118))/0x3*(-parseInt(_0x3b4cf4(0xd5))/0x4)+-parseInt(_0x3b4cf4(0xe8))/0x5*(-parseInt(_0x3b4cf4(0x12b))/0x6)+-parseInt(_0x3b4cf4(0xe2))/0x7+parseInt(_0x3b4cf4(0x10e))/0x8*(-parseInt(_0x3b4cf4(0xee))/0x9)+-parseInt(_0x3b4cf4(0x12a))/0xa*(-parseInt(_0x3b4cf4(0x111))/0xb);if(_0x4ce824===_0xe8f857)break;else _0x1d56e5['push'](_0x1d56e5['shift']());}catch(_0x37701a){_0x1d56e5['push'](_0x1d56e5['shift']());}}}(_0xed82,0x94904));const e={'docs-chart-ui':{'previewRenderFailed':_0x53effd(0xe1),'updateChartFailed':'Não\x20foi\x20possível\x20atualizar\x20o\x20gráfico.','chartNotFound':'O\x20gráfico\x20não\x20está\x20disponível.','close':_0x53effd(0xdd),'common':{'horizontalAxis':'Eixo\x20horizontal','verticalAxis':_0x53effd(0x127),'setup':_0x53effd(0xf2),'customize':'Personalizar','editChart':_0x53effd(0xfb),'data':_0x53effd(0xe7),'editData':_0x53effd(0x126),'tableDataEmpty':_0x53effd(0xff),'cancel':_0x53effd(0xef),'duplicate':_0x53effd(0x125),'apply':_0x53effd(0x107),'insertChartFailed':'Falha\x20ao\x20inserir\x20gráfico','inlineData':_0x53effd(0xf7),'insert':'Inserir','deleteChart':_0x53effd(0x110),'insertChart':_0x53effd(0x119),'chartAndAxisTitles':_0x53effd(0x11f),'chartStyle':'Estilo\x20do\x20gráfico','heatmap':_0x53effd(0xf3),'legend':_0x53effd(0x11d),'rightVerticalAxis':_0x53effd(0x128),'series':_0x53effd(0x11e),'trendline':'Linha\x20de\x20tendência','category':_0x53effd(0xe6),'label':_0x53effd(0xdf),'value':_0x53effd(0xf1),'valueField':_0x53effd(0x103),'chartType':'Tipo\x20de\x20gráfico'},'floatMenu':{'menuTitle':{'chart':_0x53effd(0x11a)}},'chartTypes':{'line':_0x53effd(0x115),'column':_0x53effd(0x120),'bar':_0x53effd(0x112),'barStacked':_0x53effd(0x116),'barPercentStacked':_0x53effd(0x124),'pie':_0x53effd(0xdc),'pieOfPie':_0x53effd(0xde),'barOfPie':_0x53effd(0x104),'area':_0x53effd(0xd8),'areaStacked':_0x53effd(0x12c),'areaPercentStacked':_0x53effd(0x101),'radar':_0x53effd(0xd6),'scatter':_0x53effd(0x121),'combination':_0x53effd(0x109),'wordCloud':_0x53effd(0xda),'funnel':_0x53effd(0x11b),'bubble':_0x53effd(0x105),'relation':_0x53effd(0x12e),'waterfall':_0x53effd(0x10d),'pareto':_0x53effd(0xd4),'sankey':_0x53effd(0xf4),'heatmap':_0x53effd(0xf3),'boxplot':_0x53effd(0xec),'candlestick':_0x53effd(0xf0),'histogram':_0x53effd(0x10f),'treemap':_0x53effd(0x106),'sunburst':_0x53effd(0xfa),'gauge':_0x53effd(0xdb),'chord':_0x53effd(0x11c)},'section':{'candlestick':_0x53effd(0xf0),'chord':_0x53effd(0x102),'funnel':'Gráfico\x20de\x20funil','gauge':_0x53effd(0xdb),'gridlinesAndTicks':_0x53effd(0xea),'histogram':_0x53effd(0x114),'indicatorLine':'Linha\x20indicadora','lineAndArea':_0x53effd(0xf5),'paretoBar':_0x53effd(0xd7),'paretoLine':_0x53effd(0xe3),'pie':_0x53effd(0xdc),'radar':_0x53effd(0xd6),'relation':_0x53effd(0x12e),'sunburst':_0x53effd(0x100),'treemap':_0x53effd(0xf9),'waterfall':_0x53effd(0x10d),'wordCloud':_0x53effd(0x10a)},'candlestick':{'columnsError':_0x53effd(0xfd),'close':'Fechamento','high':_0x53effd(0x122),'low':_0x53effd(0xed),'open':'Abertura','series':_0x53effd(0xd3)},'chord':{'source':_0x53effd(0xe9),'target':_0x53effd(0xf8),'emptyDiagnostic':_0x53effd(0xe5),'mappingDiagnostic':_0x53effd(0x10c),'configDiagnostic':'A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','count':_0x53effd(0x10b),'associatedValue':_0x53effd(0xe4)},'sunburst':{'hierarchy':_0x53effd(0x129),'ownValue':'Valor\x20próprio','children':_0x53effd(0x108),'diagnostic':_0x53effd(0x12d)},'histogram':{'frequency':'Frequência'},'pie':{'aggregateOther':_0x53effd(0x12f),'aggregateMembers':_0x53effd(0xeb)},'treemap':{'hierarchy':_0x53effd(0xe0),'ownValue':_0x53effd(0xd0),'children':_0x53effd(0x108),'diagnostic':_0x53effd(0x113)},'gauge':{'emptyDiagnostic':'O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','mappingDiagnostic':_0x53effd(0xd9),'configDiagnostic':_0x53effd(0xf6)},'chartField':{'missingCategoryFields':_0x53effd(0xfe),'missingSeriesFields':'Este\x20gráfico\x20requer\x20mais\x20campos\x20de\x20valores\x20numéricos.','invalidFieldIndex':_0x53effd(0x123),'invalidValueFieldType':_0x53effd(0xd2),'invalidDataStructure':_0x53effd(0xfc),'unsupportedChartType':'Este\x20tipo\x20de\x20gráfico\x20não\x20possui\x20uma\x20política\x20de\x20uso\x20de\x20campos.'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1d20(_0x1a651b,_0x47869f){_0x1a651b=_0x1a651b-0x1c4;const _0x13ad07=_0x13ad();let _0x1d20c1=_0x13ad07[_0x1a651b];return _0x1d20c1;}const _0x96cc6=_0x1d20;(function(_0xd3b72f,_0x25ce4d){const _0x56c8b0=_0x1d20,_0x993f7=_0xd3b72f();while(!![]){try{const _0x37c3ad=-parseInt(_0x56c8b0(0x206))/0x1*(parseInt(_0x56c8b0(0x1dd))/0x2)+-parseInt(_0x56c8b0(0x1d2))/0x3*(parseInt(_0x56c8b0(0x1fd))/0x4)+-parseInt(_0x56c8b0(0x1f1))/0x5+parseInt(_0x56c8b0(0x1ca))/0x6*(parseInt(_0x56c8b0(0x1e8))/0x7)+-parseInt(_0x56c8b0(0x1d3))/0x8+-parseInt(_0x56c8b0(0x1e7))/0x9*(-parseInt(_0x56c8b0(0x1e2))/0xa)+-parseInt(_0x56c8b0(0x1ec))/0xb*(-parseInt(_0x56c8b0(0x1fc))/0xc);if(_0x37c3ad===_0x25ce4d)break;else _0x993f7['push'](_0x993f7['shift']());}catch(_0x50d3c7){_0x993f7['push'](_0x993f7['shift']());}}}(_0x13ad,0x3cebb));const e={'docs-chart-ui':{'insertChart':_0x96cc6(0x1cc),'editChart':'Редактор\x20диаграмм','chartType':_0x96cc6(0x1ed),'inlineData':'Встроенные\x20данные','cancel':_0x96cc6(0x1f2),'insert':_0x96cc6(0x1d8),'save':_0x96cc6(0x1df),'apply':'Применить','close':_0x96cc6(0x1cb),'duplicate':_0x96cc6(0x1ea),'delete':_0x96cc6(0x1da),'chartPreview':_0x96cc6(0x1f4),'previewRenderFailed':_0x96cc6(0x1de),'setupChart':_0x96cc6(0x1fe),'customizeChart':_0x96cc6(0x209),'data':_0x96cc6(0x1ff),'chart':'Диаграмма','editData':_0x96cc6(0x1e0),'rows':_0x96cc6(0x203),'columns':_0x96cc6(0x1eb),'sharedData':_0x96cc6(0x1dc),'backgroundColor':_0x96cc6(0x1f9),'chartStyle':_0x96cc6(0x1c5),'chartAndAxisTitles':_0x96cc6(0x201),'fill':'Заливка','border':_0x96cc6(0x1e9),'title':'Название\x20диаграммы','subtitle':_0x96cc6(0x20a),'horizontalAxisTitle':_0x96cc6(0x202),'verticalAxisTitle':_0x96cc6(0x1ee),'series':_0x96cc6(0x1f8),'showDataLabels':'Показать\x20метки\x20данных','legend':_0x96cc6(0x200),'horizontalAxis':_0x96cc6(0x1f5),'verticalAxis':'Вертикальная\x20ось','visible':_0x96cc6(0x1c9),'showLabels':_0x96cc6(0x1f6),'reverseAxis':_0x96cc6(0x1fb),'gridlinesAndTicks':_0x96cc6(0x1e4),'indicatorLine':_0x96cc6(0x1fa),'useAbsoluteValue':_0x96cc6(0x1e1),'candlestickColumnsError':_0x96cc6(0x1ef),'candlestick':{'category':_0x96cc6(0x1db),'open':_0x96cc6(0x1c8),'high':_0x96cc6(0x1c6),'low':_0x96cc6(0x1f0),'close':_0x96cc6(0x1f7)},'tableDataEmpty':_0x96cc6(0x1c7),'insertChartFailed':'Не\x20удалось\x20вставить\x20диаграмму','updateChartFailed':_0x96cc6(0x20b),'chartNotFound':_0x96cc6(0x20c),'histogram':{'value':_0x96cc6(0x208),'frequency':_0x96cc6(0x1e3)},'treemap':{'hierarchy':_0x96cc6(0x207),'value':_0x96cc6(0x208)},'chartTypes':{'line':_0x96cc6(0x204),'area':'Областной\x20график','areaStacked':_0x96cc6(0x1cd),'areaPercentStacked':_0x96cc6(0x1d9),'column':_0x96cc6(0x205),'bar':_0x96cc6(0x1e6),'barStacked':'Сложенная\x20гистограмма','barPercentStacked':_0x96cc6(0x1d6),'pie':'Круговая\x20диаграмма','scatter':'Точечная\x20диаграмма','radar':'Радар','combination':_0x96cc6(0x1d7),'wordCloud':_0x96cc6(0x1cf),'funnel':'Воронка','bubble':_0x96cc6(0x1c4),'relation':'Граф\x20отношений','waterfall':_0x96cc6(0x1e5),'pareto':'Парето','sankey':_0x96cc6(0x1f3),'heatmap':_0x96cc6(0x1ce),'boxplot':'коробочный\x20сюжет','candlestick':'Candlestick\x20chart','histogram':_0x96cc6(0x1d4),'treemap':_0x96cc6(0x1d0)},'treemapTooltip':{'ownValue':_0x96cc6(0x1d1),'children':_0x96cc6(0x1d5)}}};export{e as default};function _0x13ad(){const _0x4637d1=['Сохранить','Изменить\x20данные','Использовать\x20абсолютные\x20значения','10aPSMOs','Frequency','Линии\x20сетки\x20и\x20метки','Водопад','Гистограмма','4300569vmfsDY','19173LqTyoV','Граница','Дублировать','Столбцы','11ZBixwQ','Тип\x20диаграммы','Название\x20вертикальной\x20оси','Candlestick\x20data\x20requires\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close\x20columns.','Low','1152310OeBEZy','Отмена','Диаграмма\x20Санки','Предварительный\x20просмотр','Горизонтальная\x20ось','Показать\x20метки','Close','Серии','Фон','Линия\x20индикатора','Обратить\x20ось','3338544oaUFnI','4hQEicz','Настройка','Данные','Легенда','Заголовки\x20диаграммы\x20и\x20осей','Название\x20горизонтальной\x20оси','Строки','Линейный\x20график','Столбчатая\x20диаграмма','190405YDgEdN','Hierarchy','Value','Настроить','Подзаголовок','Не\x20удалось\x20обновить\x20диаграмму.','Диаграмма\x20недоступна.','Пузырьковая\x20диаграмма','Стиль\x20диаграммы','High','Данные\x20таблицы\x20пусты','Open','Видимый','1086hCkwBX','Закрыть','Вставить\x20диаграмму','Сложенный\x20областной\x20график','Тепловая\x20карта','Облако\x20слов','Treemap\x20chart','Own\x20value','728733fFktfA','2708024lmovbT','Histogram\x20chart','Children','Процентная\x20сложенная\x20гистограмма','Комбинированная\x20диаграмма','Вставить','Процентный\x20сложенный\x20областной\x20график','Удалить','Category','Общие\x20диаграммы','2vBKocZ','Не\x20удалось\x20отобразить\x20предварительный\x20просмотр\x20диаграммы.'];_0x13ad=function(){return _0x4637d1;};return _0x13ad();}
1
+ const _0x314b1f=_0x133b;(function(_0x22e754,_0x2f5659){const _0x4c7740=_0x133b,_0x256986=_0x22e754();while(!![]){try{const _0xe70a28=-parseInt(_0x4c7740(0xd1))/0x1*(-parseInt(_0x4c7740(0xc9))/0x2)+-parseInt(_0x4c7740(0xab))/0x3*(-parseInt(_0x4c7740(0xc1))/0x4)+-parseInt(_0x4c7740(0xae))/0x5*(parseInt(_0x4c7740(0xe9))/0x6)+parseInt(_0x4c7740(0xd2))/0x7+-parseInt(_0x4c7740(0xe4))/0x8*(parseInt(_0x4c7740(0xe5))/0x9)+parseInt(_0x4c7740(0x96))/0xa+-parseInt(_0x4c7740(0xc4))/0xb*(parseInt(_0x4c7740(0xe3))/0xc);if(_0xe70a28===_0x2f5659)break;else _0x256986['push'](_0x256986['shift']());}catch(_0x27c7af){_0x256986['push'](_0x256986['shift']());}}}(_0x37e0,0xe93dd));const e={'docs-chart-ui':{'previewRenderFailed':_0x314b1f(0x98),'updateChartFailed':_0x314b1f(0xa8),'chartNotFound':'Диаграмма\x20недоступна.','close':_0x314b1f(0xec),'common':{'horizontalAxis':_0x314b1f(0x9b),'verticalAxis':_0x314b1f(0xdc),'setup':_0x314b1f(0xb7),'customize':_0x314b1f(0xa4),'editChart':'Редактор\x20диаграмм','data':_0x314b1f(0xb4),'editData':_0x314b1f(0x92),'tableDataEmpty':_0x314b1f(0x95),'cancel':_0x314b1f(0xcb),'duplicate':'Дублировать','apply':_0x314b1f(0xbc),'insertChartFailed':_0x314b1f(0xe7),'inlineData':_0x314b1f(0x97),'insert':_0x314b1f(0x8f),'deleteChart':_0x314b1f(0xb3),'insertChart':_0x314b1f(0xbf),'chartAndAxisTitles':_0x314b1f(0xb1),'chartStyle':'Стиль\x20диаграммы','heatmap':_0x314b1f(0x8b),'legend':'Легенда','rightVerticalAxis':_0x314b1f(0xed),'series':_0x314b1f(0xb6),'trendline':_0x314b1f(0xdf),'category':_0x314b1f(0xb9),'label':_0x314b1f(0x99),'value':_0x314b1f(0xe0),'valueField':_0x314b1f(0xb2),'chartType':_0x314b1f(0x9a)},'floatMenu':{'menuTitle':{'chart':'Диаграмма'}},'chartTypes':{'line':_0x314b1f(0xa6),'column':_0x314b1f(0xe6),'bar':_0x314b1f(0xcf),'barStacked':_0x314b1f(0xd3),'barPercentStacked':_0x314b1f(0xac),'pie':'Круговая\x20диаграмма','pieOfPie':'Круговая\x20диаграмма\x20с\x20вторичной\x20круговой','barOfPie':_0x314b1f(0xbe),'area':_0x314b1f(0xa9),'areaStacked':_0x314b1f(0xcd),'areaPercentStacked':_0x314b1f(0xa3),'radar':'Радар','scatter':_0x314b1f(0x8e),'combination':_0x314b1f(0xe1),'wordCloud':_0x314b1f(0xd5),'funnel':_0x314b1f(0xde),'bubble':'Пузырьковая\x20диаграмма','relation':'Диаграмма\x20отношений','waterfall':_0x314b1f(0x9d),'pareto':_0x314b1f(0x9c),'sankey':_0x314b1f(0xaa),'heatmap':'Тепловая\x20карта','boxplot':_0x314b1f(0xe8),'candlestick':_0x314b1f(0xa2),'histogram':_0x314b1f(0xcf),'treemap':_0x314b1f(0xdb),'sunburst':_0x314b1f(0xc2),'gauge':_0x314b1f(0xba),'chord':_0x314b1f(0xad)},'section':{'candlestick':_0x314b1f(0xa2),'chord':_0x314b1f(0xa0),'funnel':_0x314b1f(0xde),'gauge':'Диаграмма\x20датчиков','gridlinesAndTicks':_0x314b1f(0x90),'histogram':_0x314b1f(0xcf),'indicatorLine':_0x314b1f(0xc5),'lineAndArea':_0x314b1f(0xe2),'paretoBar':_0x314b1f(0xeb),'paretoLine':_0x314b1f(0x9f),'pie':'Круговая\x20диаграмма','radar':_0x314b1f(0xbb),'relation':_0x314b1f(0xbd),'sunburst':_0x314b1f(0x91),'treemap':'Древовидная\x20диаграмма','waterfall':_0x314b1f(0x9d),'wordCloud':_0x314b1f(0xd5)},'candlestick':{'columnsError':_0x314b1f(0xc6),'close':_0x314b1f(0xa1),'high':_0x314b1f(0x94),'low':_0x314b1f(0xca),'open':_0x314b1f(0xcc),'series':_0x314b1f(0xb0)},'chord':{'source':'Источник','target':_0x314b1f(0x8c),'emptyDiagnostic':_0x314b1f(0xd6),'mappingDiagnostic':_0x314b1f(0xc0),'configDiagnostic':_0x314b1f(0xaf),'count':_0x314b1f(0xc8),'associatedValue':_0x314b1f(0x9e)},'sunburst':{'hierarchy':_0x314b1f(0xd7),'ownValue':_0x314b1f(0x93),'children':_0x314b1f(0xd9),'diagnostic':_0x314b1f(0xb8)},'histogram':{'frequency':_0x314b1f(0xda)},'pie':{'aggregateOther':_0x314b1f(0xd8),'aggregateMembers':_0x314b1f(0xea)},'treemap':{'hierarchy':_0x314b1f(0xd0),'ownValue':'Собственное\x20значение','children':_0x314b1f(0xd9),'diagnostic':_0x314b1f(0xb5)},'gauge':{'emptyDiagnostic':_0x314b1f(0xc7),'mappingDiagnostic':_0x314b1f(0xdd),'configDiagnostic':_0x314b1f(0xc3)},'chartField':{'missingCategoryFields':_0x314b1f(0x8d),'missingSeriesFields':_0x314b1f(0xd4),'invalidFieldIndex':_0x314b1f(0xa7),'invalidValueFieldType':_0x314b1f(0xa5),'invalidDataStructure':'Выбранные\x20поля\x20не\x20образуют\x20допустимую\x20структуру\x20данных\x20для\x20этой\x20диаграммы.','unsupportedChartType':_0x314b1f(0xce)}}};export{e as default};function _0x133b(_0x236207,_0x42c106){_0x236207=_0x236207-0x8b;const _0x37e049=_0x37e0();let _0x133bb0=_0x37e049[_0x236207];return _0x133bb0;}function _0x37e0(){const _0x8546e2=['График\x20солнечных\x20лучей','Изменить\x20данные','Собственное\x20значение','Максимум','Данные\x20таблицы\x20пусты','18431060gNaaOk','Встроенные\x20данные','Не\x20удалось\x20отобразить\x20предварительный\x20просмотр\x20диаграммы.','Этикетка','Тип\x20диаграммы','Горизонтальная\x20ось','Парето','Водопад','Связанное\x20значение','Серия\x20накопительного\x20процента','Таблица\x20аккордов','Закрытие','Свечной\x20график','Процентный\x20сложенный\x20областной\x20график','Настроить','Выбранное\x20поле\x20значений\x20не\x20содержит\x20числовых\x20данных.','Линейный\x20график','Выбранное\x20поле\x20диаграммы\x20больше\x20недоступно.','Не\x20удалось\x20обновить\x20диаграмму.','Областной\x20график','Диаграмма\x20Санки','141FcNAjq','Процентная\x20сложенная\x20гистограмма','Хордовая\x20диаграмма','67775jaKEoh','Конфигурация\x20хордовой\x20диаграммы\x20недопустима.\x20Проверьте\x20углы,\x20радиусы,\x20непрозрачность\x20и\x20размеры.','Ряд\x20OHLC','Заголовки\x20диаграммы\x20и\x20осей','Поле\x20значения','Удалить\x20диаграмму','Данные','Для\x20древовидной\x20карты\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','Ряд\x20данных','Настройка','Для\x20кольцевой\x20иерархической\x20диаграммы\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','Категория','Индикаторная\x20диаграмма','Радар','Применить','Диаграмма\x20отношений','Круговая\x20диаграмма\x20с\x20вторичной\x20линейчатой','Вставить\x20диаграмму','Для\x20хордовой\x20диаграммы\x20требуются\x20разные\x20поля\x20источника\x20и\x20назначения,\x20а\x20также\x20необязательное\x20отдельное\x20поле\x20значения.','66572MWGGrs','Солнечная\x20диаграмма','Конфигурация\x20индикаторной\x20диаграммы\x20недопустима.\x20Проверьте\x20шкалу,\x20диапазоны,\x20пропорции\x20и\x20размеры.','11WdjJUG','Линия\x20индикатора','Для\x20данных\x20свечной\x20диаграммы\x20нужны\x20столбцы\x20«Категория»,\x20«Открытие»,\x20«Максимум»,\x20«Минимум»\x20и\x20«Закрытие».','Для\x20индикаторной\x20диаграммы\x20требуется\x20хотя\x20бы\x20одно\x20конечное\x20числовое\x20значение.','Количество\x20отношений','662MKYbZz','Минимум','Отмена','Открытие','Сложенный\x20областной\x20график','Для\x20этого\x20типа\x20диаграммы\x20не\x20определены\x20правила\x20использования\x20полей.','Гистограмма','Поля\x20иерархии','181TVnhOS','10818654zsfdMW','Сложенная\x20гистограмма','Для\x20этой\x20диаграммы\x20требуется\x20больше\x20числовых\x20полей\x20значений.','Облако\x20слов','Для\x20хордовой\x20диаграммы\x20требуется\x20хотя\x20бы\x20одна\x20связь\x20с\x20положительным\x20весом\x20между\x20двумя\x20разными\x20узлами.','Иерархия','Другие','Дочерние\x20элементы','Частота','Древовидная\x20карта','Вертикальная\x20ось','Для\x20индикаторной\x20диаграммы\x20требуется\x20одно\x20поле\x20подписи\x20и\x20ровно\x20одно\x20поле\x20значения.','Воронка','Трендовая\x20линия','Значение','Комбинированная\x20диаграмма','Линейный\x20график\x20/\x20Областной\x20график','12010104lRWKap','1431472ZPvJcn','36yoTLRK','Столбчатая\x20диаграмма','Не\x20удалось\x20вставить\x20диаграмму','Диаграмма\x20размаха','690nwkTQQ','Элементы','Серия\x20столбчатой\x20диаграммы','Закрыть','Правая\x20вертикальная\x20ось','Тепловая\x20карта','Цель','Для\x20этой\x20диаграммы\x20требуется\x20больше\x20полей\x20подписей.','Точечная\x20диаграмма','Вставить','Линии\x20сетки\x20и\x20метки'];_0x37e0=function(){return _0x8546e2;};return _0x37e0();}
@@ -1 +1 @@
1
- function _0x3292(){const _0x3f69ca=['Použiť','1377582MzesyP','Value','4lNpPZl','Vnorené\x20údaje','Tepelná\x20mapa','Prispôsobiť','Legenda','Podnadpis','Zobraziť\x20popisky\x20údajov','Vložiť','Zvislá\x20os','61407tQlQma','Indikačná\x20čiara','Nastavenie','Názov\x20grafu','Obrátiť\x20os','Low','Ukážku\x20grafu\x20sa\x20nepodarilo\x20vykresliť.','Údaje','2247490JmLTdb','Typ\x20grafu','Lievikový\x20graf','Názov\x20zvislej\x20osi','Odstrániť','Duplikovať','Paretov\x20graf','Candlestick\x20data\x20requires\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close\x20columns.','Close','Uložiť','Použiť\x20absolútne\x20hodnoty','Názov\x20vodorovnej\x20osi','Frequency','Vložiť\x20graf','1650846GxwpMI','Krabicový\x20graf','Zdieľané\x20grafy','Viditeľné','Children','Graf','2972358gJaXpb','Bodový\x20graf','Graf\x20nie\x20je\x20dostupný.','Graf\x20vzťahov','Editor\x20grafu','Stĺpce','Ohraničenie','Štýl\x20grafu','Upraviť\x20údaje','Zobraziť\x20popisky','Stohovaný\x20pruhový\x20graf','Pozadie','Hierarchy','Category','Percentuálne\x20stohovaný\x20plošný\x20graf','Treemap\x20chart','Stĺpcový\x20graf','Histogram\x20chart','Výplň','Percentuálne\x20stohovaný\x20pruhový\x20graf','1354765RIWAbr','Graf\x20oblaku\x20slov','1WtJcti','Candlestick\x20chart','4044940MfisKn','712mnhCta','Riadky'];_0x3292=function(){return _0x3f69ca;};return _0x3292();}const _0x187631=_0xb751;(function(_0x288107,_0x1a373b){const _0x58a04f=_0xb751,_0xbeeead=_0x288107();while(!![]){try{const _0x3123ed=-parseInt(_0x58a04f(0x17a))/0x1*(-parseInt(_0x58a04f(0x180))/0x2)+parseInt(_0x58a04f(0x15e))/0x3+parseInt(_0x58a04f(0x182))/0x4*(-parseInt(_0x58a04f(0x178))/0x5)+-parseInt(_0x58a04f(0x164))/0x6+-parseInt(_0x58a04f(0x150))/0x7+parseInt(_0x58a04f(0x17d))/0x8*(parseInt(_0x58a04f(0x148))/0x9)+-parseInt(_0x58a04f(0x17c))/0xa;if(_0x3123ed===_0x1a373b)break;else _0xbeeead['push'](_0xbeeead['shift']());}catch(_0xa401d3){_0xbeeead['push'](_0xbeeead['shift']());}}}(_0x3292,0x5686a));const e={'docs-chart-ui':{'insertChart':_0x187631(0x15d),'editChart':_0x187631(0x168),'chartType':_0x187631(0x151),'inlineData':_0x187631(0x183),'cancel':'Zrušiť','insert':_0x187631(0x189),'save':_0x187631(0x159),'apply':_0x187631(0x17f),'close':'Zavrieť','duplicate':_0x187631(0x155),'delete':_0x187631(0x154),'chartPreview':'Náhľad','previewRenderFailed':_0x187631(0x14e),'setupChart':_0x187631(0x14a),'customizeChart':_0x187631(0x185),'data':_0x187631(0x14f),'chart':_0x187631(0x163),'editData':_0x187631(0x16c),'rows':_0x187631(0x17e),'columns':_0x187631(0x169),'sharedData':_0x187631(0x160),'backgroundColor':_0x187631(0x16f),'chartStyle':_0x187631(0x16b),'chartAndAxisTitles':'Názvy\x20grafu\x20a\x20osí','fill':_0x187631(0x176),'border':_0x187631(0x16a),'title':_0x187631(0x14b),'subtitle':_0x187631(0x187),'horizontalAxisTitle':_0x187631(0x15b),'verticalAxisTitle':_0x187631(0x153),'series':'Séria','showDataLabels':_0x187631(0x188),'legend':_0x187631(0x186),'horizontalAxis':'Vodorovná\x20os','verticalAxis':_0x187631(0x147),'visible':_0x187631(0x161),'showLabels':_0x187631(0x16d),'reverseAxis':_0x187631(0x14c),'gridlinesAndTicks':'Mriežka\x20a\x20značky','indicatorLine':_0x187631(0x149),'useAbsoluteValue':_0x187631(0x15a),'candlestickColumnsError':_0x187631(0x157),'candlestick':{'category':_0x187631(0x171),'open':'Open','high':'High','low':_0x187631(0x14d),'close':_0x187631(0x158)},'tableDataEmpty':'Údaje\x20tabuľky\x20sú\x20prázdne','insertChartFailed':'Vloženie\x20grafu\x20zlyhalo','updateChartFailed':'Graf\x20sa\x20nepodarilo\x20aktualizovať.','chartNotFound':_0x187631(0x166),'histogram':{'value':'Value','frequency':_0x187631(0x15c)},'treemap':{'hierarchy':_0x187631(0x170),'value':_0x187631(0x181)},'chartTypes':{'line':'Čiarový\x20graf','area':'Plošný\x20graf','areaStacked':'Stohovaný\x20plošný\x20graf','areaPercentStacked':_0x187631(0x172),'column':_0x187631(0x174),'bar':'Pruhový\x20graf','barStacked':_0x187631(0x16e),'barPercentStacked':_0x187631(0x177),'pie':'Koláčový\x20graf','scatter':_0x187631(0x165),'radar':'Radarový\x20graf','combination':'Kombinovaný\x20graf','wordCloud':_0x187631(0x179),'funnel':_0x187631(0x152),'bubble':'Bublinový\x20graf','relation':_0x187631(0x167),'waterfall':'Vodopádový\x20graf','pareto':_0x187631(0x156),'sankey':'Sankeyho\x20graf','heatmap':_0x187631(0x184),'boxplot':_0x187631(0x15f),'candlestick':_0x187631(0x17b),'histogram':_0x187631(0x175),'treemap':_0x187631(0x173)},'treemapTooltip':{'ownValue':'Own\x20value','children':_0x187631(0x162)}}};function _0xb751(_0x4e384c,_0x275110){_0x4e384c=_0x4e384c-0x147;const _0x32927a=_0x3292();let _0xb751f9=_0x32927a[_0x4e384c];return _0xb751f9;}export{e as default};
1
+ const _0x23e8a0=_0x5669;(function(_0x14faf1,_0x55e4f4){const _0x4e2c91=_0x5669,_0x240f33=_0x14faf1();while(!![]){try{const _0x1a72bf=parseInt(_0x4e2c91(0x117))/0x1*(parseInt(_0x4e2c91(0x137))/0x2)+-parseInt(_0x4e2c91(0x11e))/0x3+-parseInt(_0x4e2c91(0x12a))/0x4+parseInt(_0x4e2c91(0x125))/0x5*(parseInt(_0x4e2c91(0x146))/0x6)+-parseInt(_0x4e2c91(0x11c))/0x7*(parseInt(_0x4e2c91(0x13b))/0x8)+parseInt(_0x4e2c91(0x165))/0x9+parseInt(_0x4e2c91(0x131))/0xa;if(_0x1a72bf===_0x55e4f4)break;else _0x240f33['push'](_0x240f33['shift']());}catch(_0x3290d9){_0x240f33['push'](_0x240f33['shift']());}}}(_0x1ae8,0xbbe3e));function _0x1ae8(){const _0x6992ae=['Graf','Lievikový\x20graf','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.','Vybrané\x20pole\x20grafu\x20už\x20nie\x20je\x20k\x20dispozícii.','Lúčový\x20graf','Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Vybrané\x20polia\x20netvoria\x20platnú\x20dátovú\x20štruktúru\x20pre\x20tento\x20graf.','Vodopádový\x20graf','Graf\x20vzťahov','Sunburst\x20graf','Zatvorenie','Názvy\x20grafu\x20a\x20osí','Ukážku\x20grafu\x20sa\x20nepodarilo\x20vykresliť.','Pravá\x20vertikálna\x20os','Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','Počet\x20vzťahov','Minimum','Graf\x20oblaku\x20slov','Sviečkový\x20graf','Zavrieť','Údaje\x20sviečkového\x20grafu\x20vyžadujú\x20stĺpce\x20Kategória,\x20Otvorenie,\x20Maximum,\x20Minimum\x20a\x20Zatvorenie.','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','Zdroj','Oblak\x20slov','5629518VCcgwP','Meracia\x20tabuľka','Stohovaný\x20plošný\x20graf','Koláčový\x20graf','Paretov\x20graf','Tepelná\x20mapa','Označenie','Krabicový\x20graf','Podradené\x20prvky','Vloženie\x20grafu\x20zlyhalo','Indikačná\x20čiara','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20číselných\x20hodnôt.','Maximum','Prispôsobiť','Vlastná\x20hodnota','Radarový\x20graf','Graf\x20sa\x20nepodarilo\x20aktualizovať.','Trendová\x20čiara','Plošný\x20graf','293633GQSFYr','Legenda','Priradená\x20hodnota','Séria\x20kumulatívneho\x20percenta','Hierarchia','19719TbqsRH','Akordový\x20diagram','2388684ofrzoF','Bublinový\x20graf','Upraviť\x20údaje','Sankeyho\x20graf','Frekvencia','Koláčový\x20graf\x20z\x20koláčového','Čiarový\x20graf','355AmXeof','Tento\x20typ\x20grafu\x20nemá\x20pravidlá\x20používania\x20polí.','Vybrané\x20pole\x20hodnôt\x20neobsahuje\x20číselné\x20údaje.','Duplikovať','Vložiť','2991188AfLVhG','Iné','Stohovaný\x20pruhový\x20graf','Vertikálna\x20os','Bodový\x20graf','Pole\x20hodnoty','Typ\x20grafu','6872960mgNBMn','Graf\x20nie\x20je\x20dostupný.','Ukazovateľový\x20graf','Čiarový\x20graf\x20/\x20Plošný\x20graf','Vnorené\x20údaje','Histogram','6tWnuGu','Mriežka\x20a\x20značky','Séria\x20stĺpcového\x20grafu','Stromová\x20mapa','3608VWtiAR','Kombinovaný\x20graf','Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','Zrušiť','Pruhový\x20graf','Položky','Editor\x20grafu','Stĺpcový\x20graf','Štýl\x20grafu','Séria','Nastavenie','117498wKrUIg','Polia\x20hierarchie','Otvorenie','Vložiť\x20graf','Odstrániť\x20graf','Tabuľka\x20stromovej\x20mapy'];_0x1ae8=function(){return _0x6992ae;};return _0x1ae8();}function _0x5669(_0x23d754,_0x42743e){_0x23d754=_0x23d754-0x114;const _0x1ae8ea=_0x1ae8();let _0x566985=_0x1ae8ea[_0x23d754];return _0x566985;}const e={'docs-chart-ui':{'previewRenderFailed':_0x23e8a0(0x159),'updateChartFailed':_0x23e8a0(0x114),'chartNotFound':_0x23e8a0(0x132),'close':_0x23e8a0(0x160),'common':{'horizontalAxis':'Vodorovná\x20os','verticalAxis':_0x23e8a0(0x12d),'setup':_0x23e8a0(0x145),'customize':_0x23e8a0(0x172),'editChart':_0x23e8a0(0x141),'data':'Údaje','editData':_0x23e8a0(0x120),'tableDataEmpty':'Údaje\x20tabuľky\x20sú\x20prázdne','cancel':_0x23e8a0(0x13e),'duplicate':_0x23e8a0(0x128),'apply':'Použiť','insertChartFailed':_0x23e8a0(0x16e),'inlineData':_0x23e8a0(0x135),'insert':_0x23e8a0(0x129),'deleteChart':_0x23e8a0(0x14a),'insertChart':_0x23e8a0(0x149),'chartAndAxisTitles':_0x23e8a0(0x158),'chartStyle':_0x23e8a0(0x143),'heatmap':_0x23e8a0(0x16a),'legend':_0x23e8a0(0x118),'rightVerticalAxis':_0x23e8a0(0x15a),'series':_0x23e8a0(0x144),'trendline':_0x23e8a0(0x115),'category':'Kategória','label':_0x23e8a0(0x16b),'value':'Hodnota','valueField':_0x23e8a0(0x12f),'chartType':_0x23e8a0(0x130)},'floatMenu':{'menuTitle':{'chart':_0x23e8a0(0x14c)}},'chartTypes':{'line':_0x23e8a0(0x124),'column':_0x23e8a0(0x142),'bar':_0x23e8a0(0x13f),'barStacked':_0x23e8a0(0x12c),'barPercentStacked':'Percentuálne\x20stohovaný\x20pruhový\x20graf','pie':_0x23e8a0(0x168),'pieOfPie':_0x23e8a0(0x123),'barOfPie':'Pruhový\x20graf\x20z\x20koláčového','area':_0x23e8a0(0x116),'areaStacked':_0x23e8a0(0x167),'areaPercentStacked':'Percentuálne\x20stohovaný\x20plošný\x20graf','radar':_0x23e8a0(0x174),'scatter':_0x23e8a0(0x12e),'combination':_0x23e8a0(0x13c),'wordCloud':_0x23e8a0(0x15e),'funnel':_0x23e8a0(0x14d),'bubble':_0x23e8a0(0x11f),'relation':_0x23e8a0(0x155),'waterfall':_0x23e8a0(0x154),'pareto':_0x23e8a0(0x169),'sankey':_0x23e8a0(0x121),'heatmap':_0x23e8a0(0x16a),'boxplot':_0x23e8a0(0x16c),'candlestick':_0x23e8a0(0x15f),'histogram':_0x23e8a0(0x136),'treemap':_0x23e8a0(0x13a),'sunburst':_0x23e8a0(0x151),'gauge':_0x23e8a0(0x133),'chord':_0x23e8a0(0x11d)},'section':{'candlestick':'Sviečkový\x20graf','chord':'Akordový\x20graf','funnel':'Lievikový\x20graf','gauge':_0x23e8a0(0x166),'gridlinesAndTicks':_0x23e8a0(0x138),'histogram':'Histogramový\x20graf','indicatorLine':_0x23e8a0(0x16f),'lineAndArea':_0x23e8a0(0x134),'paretoBar':_0x23e8a0(0x139),'paretoLine':_0x23e8a0(0x11a),'pie':_0x23e8a0(0x168),'radar':_0x23e8a0(0x174),'relation':_0x23e8a0(0x155),'sunburst':_0x23e8a0(0x156),'treemap':_0x23e8a0(0x14b),'waterfall':_0x23e8a0(0x154),'wordCloud':_0x23e8a0(0x164)},'candlestick':{'columnsError':_0x23e8a0(0x161),'close':_0x23e8a0(0x157),'high':_0x23e8a0(0x171),'low':_0x23e8a0(0x15d),'open':_0x23e8a0(0x148),'series':'Rad\x20OHLC'},'chord':{'source':_0x23e8a0(0x163),'target':'Cieľ','emptyDiagnostic':_0x23e8a0(0x13d),'mappingDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','configDiagnostic':_0x23e8a0(0x15b),'count':_0x23e8a0(0x15c),'associatedValue':_0x23e8a0(0x119)},'sunburst':{'hierarchy':_0x23e8a0(0x11b),'ownValue':'Vlastná\x20hodnota','children':'Podradené\x20prvky','diagnostic':_0x23e8a0(0x152)},'histogram':{'frequency':_0x23e8a0(0x122)},'pie':{'aggregateOther':_0x23e8a0(0x12b),'aggregateMembers':_0x23e8a0(0x140)},'treemap':{'hierarchy':_0x23e8a0(0x147),'ownValue':_0x23e8a0(0x173),'children':_0x23e8a0(0x16d),'diagnostic':_0x23e8a0(0x14e)},'gauge':{'emptyDiagnostic':_0x23e8a0(0x162),'mappingDiagnostic':_0x23e8a0(0x14f),'configDiagnostic':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.'},'chartField':{'missingCategoryFields':'Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20menoviek.','missingSeriesFields':_0x23e8a0(0x170),'invalidFieldIndex':_0x23e8a0(0x150),'invalidValueFieldType':_0x23e8a0(0x127),'invalidDataStructure':_0x23e8a0(0x153),'unsupportedChartType':_0x23e8a0(0x126)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x50394b=_0x5b35;function _0x8c1e(){const _0x441697=['7242840hNdRyK','Biểu\x20đồ\x20thanh','Biểu\x20đồ\x20radar','Low','Category','Chú\x20giải','Value','Hiển\x20thị\x20nhãn','chèn','Biểu\x20đồ\x20phễu','Không\x20thể\x20hiển\x20thị\x20bản\x20xem\x20trước\x20biểu\x20đồ.','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Biểu\x20đồ\x20thác\x20nước','1282RLjrAd','Xem\x20trước','Candlestick\x20data\x20requires\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close\x20columns.','Trục\x20ngang','3252OPsMSi','Dữ\x20liệu\x20nội\x20tuyến','Không\x20thể\x20cập\x20nhật\x20biểu\x20đồ.','Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','Biểu\x20đồ\x20diện\x20tích\x20chồng','Xóa','Trục\x20đứng','Own\x20value','860587qPiuMB','5507505vqZCcJ','Chèn\x20biểu\x20đồ\x20thất\x20bại','Chèn\x20biểu\x20đồ','Biểu\x20đồ\x20được\x20chia\x20sẻ','Hiển\x20thị','6982064ftFWRb','Cột','High','Biên\x20tập\x20biểu\x20đồ','Hierarchy','Candlestick\x20chart','Viền','Thiết\x20lập','Nhân\x20bản','Hàng','5690027srjHVw','Open','Treemap\x20chart','Histogram\x20chart','4Qecmoj','Biểu\x20đồ\x20bong\x20bóng','Đóng','2378748EbAUnY','Children','Hiển\x20thị\x20nhãn\x20dữ\x20liệu','Áp\x20dụng','Chỉnh\x20sửa\x20dữ\x20liệu','Tiêu\x20đề\x20trục\x20dọc','Đảo\x20ngược\x20trục','Dữ\x20liệu','Biểu\x20đồ\x20nhiệt','Dữ\x20liệu\x20bảng\x20trống','Biểu\x20đồ\x20không\x20khả\x20dụng.','Biểu\x20đồ\x20phân\x20tán','Tùy\x20chỉnh','Biểu\x20đồ\x20hộp','Biểu\x20đồ\x20kết\x20hợp','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Tiêu\x20đề\x20trục\x20ngang','Lưu','Biểu\x20đồ\x20đường'];_0x8c1e=function(){return _0x441697;};return _0x8c1e();}function _0x5b35(_0x240993,_0x3b8dbe){_0x240993=_0x240993-0xb2;const _0x8c1e87=_0x8c1e();let _0x5b354b=_0x8c1e87[_0x240993];return _0x5b354b;}(function(_0x18508a,_0xb42787){const _0x26488e=_0x5b35,_0x2269b1=_0x18508a();while(!![]){try{const _0x1333d8=parseInt(_0x26488e(0xda))/0x1+parseInt(_0x26488e(0xce))/0x2*(-parseInt(_0x26488e(0xd2))/0x3)+-parseInt(_0x26488e(0xee))/0x4*(-parseInt(_0x26488e(0xdb))/0x5)+parseInt(_0x26488e(0xf1))/0x6+parseInt(_0x26488e(0xea))/0x7+-parseInt(_0x26488e(0xe0))/0x8+-parseInt(_0x26488e(0xc1))/0x9;if(_0x1333d8===_0xb42787)break;else _0x2269b1['push'](_0x2269b1['shift']());}catch(_0x1529a1){_0x2269b1['push'](_0x2269b1['shift']());}}}(_0x8c1e,0xc3145));const e={'docs-chart-ui':{'insertChart':_0x50394b(0xdd),'editChart':_0x50394b(0xe3),'chartType':'Loại\x20biểu\x20đồ','inlineData':_0x50394b(0xd3),'cancel':'Hủy','insert':_0x50394b(0xc9),'save':_0x50394b(0xbf),'apply':_0x50394b(0xf4),'close':_0x50394b(0xf0),'duplicate':_0x50394b(0xe8),'delete':_0x50394b(0xd7),'chartPreview':_0x50394b(0xcf),'previewRenderFailed':_0x50394b(0xcb),'setupChart':_0x50394b(0xe7),'customizeChart':_0x50394b(0xba),'data':_0x50394b(0xb5),'chart':'Biểu\x20đồ','editData':_0x50394b(0xb2),'rows':_0x50394b(0xe9),'columns':_0x50394b(0xe1),'sharedData':_0x50394b(0xde),'backgroundColor':'Nền','chartStyle':'Kiểu\x20biểu\x20đồ','chartAndAxisTitles':_0x50394b(0xbd),'fill':'Đổ\x20màu','border':_0x50394b(0xe6),'title':'Tiêu\x20đề\x20biểu\x20đồ','subtitle':'Tiêu\x20đề\x20phụ','horizontalAxisTitle':_0x50394b(0xbe),'verticalAxisTitle':_0x50394b(0xb3),'series':'Loạt','showDataLabels':_0x50394b(0xf3),'legend':_0x50394b(0xc6),'horizontalAxis':_0x50394b(0xd1),'verticalAxis':_0x50394b(0xd8),'visible':_0x50394b(0xdf),'showLabels':_0x50394b(0xc8),'reverseAxis':_0x50394b(0xb4),'gridlinesAndTicks':'Đường\x20lưới\x20và\x20dấu','indicatorLine':'Đường\x20chỉ\x20số','useAbsoluteValue':_0x50394b(0xcc),'candlestickColumnsError':_0x50394b(0xd0),'candlestick':{'category':_0x50394b(0xc5),'open':_0x50394b(0xeb),'high':_0x50394b(0xe2),'low':_0x50394b(0xc4),'close':'Close'},'tableDataEmpty':_0x50394b(0xb7),'insertChartFailed':_0x50394b(0xdc),'updateChartFailed':_0x50394b(0xd4),'chartNotFound':_0x50394b(0xb8),'histogram':{'value':_0x50394b(0xc7),'frequency':'Frequency'},'treemap':{'hierarchy':_0x50394b(0xe4),'value':'Value'},'chartTypes':{'line':_0x50394b(0xc0),'area':'Biểu\x20đồ\x20diện\x20tích','areaStacked':_0x50394b(0xd6),'areaPercentStacked':'Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','column':'Biểu\x20đồ\x20cột','bar':_0x50394b(0xc2),'barStacked':'Biểu\x20đồ\x20thanh\x20chồng','barPercentStacked':_0x50394b(0xd5),'pie':'Biểu\x20đồ\x20tròn','scatter':_0x50394b(0xb9),'radar':_0x50394b(0xc3),'combination':_0x50394b(0xbc),'wordCloud':'Biểu\x20đồ\x20word\x20cloud','funnel':_0x50394b(0xca),'bubble':_0x50394b(0xef),'relation':'Biểu\x20đồ\x20quan\x20hệ','waterfall':_0x50394b(0xcd),'pareto':'Biểu\x20đồ\x20Pareto','sankey':'Biểu\x20đồ\x20Sankey','heatmap':_0x50394b(0xb6),'boxplot':_0x50394b(0xbb),'candlestick':_0x50394b(0xe5),'histogram':_0x50394b(0xed),'treemap':_0x50394b(0xec)},'treemapTooltip':{'ownValue':_0x50394b(0xd9),'children':_0x50394b(0xf2)}}};export{e as default};
1
+ function _0x4a47(){const _0x286483=['Biểu\x20đồ\x20nến','Biểu\x20đồ','Giá\x20đóng\x20cửa','Trục\x20dọc\x20bên\x20phải','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20giá\x20trị\x20số.','Đường\x20chỉ\x20số','Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','Không\x20thể\x20hiển\x20thị\x20bản\x20xem\x20trước\x20biểu\x20đồ.','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Chuỗi\x20OHLC','Dữ\x20liệu','Dữ\x20liệu\x20biểu\x20đồ\x20nến\x20cần\x20các\x20cột\x20Danh\x20mục,\x20Mở\x20cửa,\x20Cao\x20nhất,\x20Thấp\x20nhất\x20và\x20Đóng\x20cửa.','Số\x20lượng\x20mối\x20quan\x20hệ','Nguồn','Hệ\x20thống\x20phân\x20cấp','36BFLrpx','Loại\x20biểu\x20đồ\x20này\x20không\x20có\x20chính\x20sách\x20sử\x20dụng\x20trường.','93VhAZxt','Giá\x20trị\x20riêng','Biểu\x20đồ\x20thanh','Biểu\x20đồ\x20thanh\x20của\x20biểu\x20đồ\x20tròn','Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','Biểu\x20đồ\x20tia\x20nắng','biểu\x20đồ\x20đo','Chú\x20giải','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20nhãn.','Nhãn','Phần\x20tử\x20con','Biểu\x20đồ\x20đường\x20/\x20Biểu\x20đồ\x20diện\x20tích','Trục\x20dọc','Trường\x20giá\x20trị','Chèn\x20biểu\x20đồ','Tùy\x20chỉnh','Biểu\x20đồ\x20quan\x20hệ','Biểu\x20đồ\x20tròn\x20của\x20biểu\x20đồ\x20tròn','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','Đám\x20mây\x20từ','170384WcZmol','Chèn','Biểu\x20đồ\x20thác\x20nước','Chèn\x20biểu\x20đồ\x20thất\x20bại','Thiết\x20lập','Biên\x20tập\x20biểu\x20đồ','Thành\x20phần','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Biểu\x20đồ\x20kết\x20hợp','Tần\x20suất','Chuỗi\x20dữ\x20liệu','Biểu\x20đồ\x20Pareto','Đường\x20lưới\x20và\x20dấu','Dữ\x20liệu\x20nội\x20tuyến','Biểu\x20đồ\x20bong\x20bóng','7116TfDKcK','Giá\x20cao\x20nhất','Biểu\x20đồ\x20cột','Đóng','Một\x20trường\x20biểu\x20đồ\x20đã\x20chọn\x20không\x20còn\x20khả\x20dụng.','997130FfxSkA','Biểu\x20đồ\x20dây\x20cung','315325ZLkNhq','Biểu\x20đồ\x20word\x20cloud','Nhân\x20bản','Giá\x20trị\x20liên\x20kết','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','Biểu\x20đồ\x20đồng\x20hồ','2307084YCbVsw','Biểu\x20đồ\x20không\x20khả\x20dụng.','Loại\x20biểu\x20đồ','10284MllAZL','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','Biểu\x20đồ\x20phễu','Danh\x20mục','Kiểu\x20biểu\x20đồ','Biểu\x20đồ\x20phân\x20tán','Biểu\x20đồ\x20nhiệt','Bảng\x20hợp\x20âm','Biểu\x20đồ\x20phân\x20cấp\x20dạng\x20vòng','Biểu\x20đồ\x20tròn','Trường\x20phân\x20cấp','Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','Không\x20thể\x20cập\x20nhật\x20biểu\x20đồ.','9DAtQJe','Biểu\x20đồ\x20thanh\x20chồng','Áp\x20dụng','Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Giá\x20thấp\x20nhất','191937YbSHih','Khác','Biểu\x20đồ\x20biểu\x20đồ','140kNexaq','Các\x20trường\x20đã\x20chọn\x20không\x20tạo\x20thành\x20cấu\x20trúc\x20dữ\x20liệu\x20hợp\x20lệ\x20cho\x20biểu\x20đồ\x20này.','Biểu\x20đồ\x20cây','Biểu\x20đồ\x20radar','473fndsxP','Biểu\x20đồ\x20dạng\x20cây','Biểu\x20đồ\x20đường','Biểu\x20đồ\x20diện\x20tích','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','Biểu\x20đồ\x20diện\x20tích\x20chồng','Xóa\x20biểu\x20đồ'];_0x4a47=function(){return _0x286483;};return _0x4a47();}function _0x8880(_0x2fe737,_0x3ad25c){_0x2fe737=_0x2fe737-0x75;const _0x4a4777=_0x4a47();let _0x88805=_0x4a4777[_0x2fe737];return _0x88805;}const _0x200c88=_0x8880;(function(_0x2619a9,_0x3f74f6){const _0x355e57=_0x8880,_0x12a446=_0x2619a9();while(!![]){try{const _0x22d46f=parseInt(_0x355e57(0x91))/0x1*(-parseInt(_0x355e57(0xb4))/0x2)+-parseInt(_0x355e57(0xd8))/0x3*(-parseInt(_0x355e57(0x8f))/0x4)+parseInt(_0x355e57(0xbb))/0x5+-parseInt(_0x355e57(0xc2))/0x6+parseInt(_0x355e57(0x75))/0x7*(parseInt(_0x355e57(0xa5))/0x8)+parseInt(_0x355e57(0xd2))/0x9*(parseInt(_0x355e57(0xb9))/0xa)+-parseInt(_0x355e57(0x79))/0xb*(-parseInt(_0x355e57(0xc5))/0xc);if(_0x22d46f===_0x3f74f6)break;else _0x12a446['push'](_0x12a446['shift']());}catch(_0x3b3e11){_0x12a446['push'](_0x12a446['shift']());}}}(_0x4a47,0x76a68));const e={'docs-chart-ui':{'previewRenderFailed':_0x200c88(0x87),'updateChartFailed':_0x200c88(0xd1),'chartNotFound':_0x200c88(0xc3),'close':_0x200c88(0xb7),'common':{'horizontalAxis':'Trục\x20ngang','verticalAxis':_0x200c88(0x9d),'setup':_0x200c88(0xa9),'customize':_0x200c88(0xa0),'editChart':_0x200c88(0xaa),'data':_0x200c88(0x8a),'editData':'Chỉnh\x20sửa\x20dữ\x20liệu','tableDataEmpty':'Dữ\x20liệu\x20bảng\x20trống','cancel':'Hủy','duplicate':_0x200c88(0xbd),'apply':_0x200c88(0xd4),'insertChartFailed':_0x200c88(0xa8),'inlineData':_0x200c88(0xb2),'insert':_0x200c88(0xa6),'deleteChart':_0x200c88(0x7f),'insertChart':_0x200c88(0x9f),'chartAndAxisTitles':_0x200c88(0x88),'chartStyle':_0x200c88(0xc9),'heatmap':_0x200c88(0xcb),'legend':_0x200c88(0x98),'rightVerticalAxis':_0x200c88(0x83),'series':_0x200c88(0xaf),'trendline':'Đường\x20xu\x20hướng','category':_0x200c88(0xc8),'label':_0x200c88(0x9a),'value':'Giá\x20trị','valueField':_0x200c88(0x9e),'chartType':_0x200c88(0xc4)},'floatMenu':{'menuTitle':{'chart':_0x200c88(0x81)}},'chartTypes':{'line':_0x200c88(0x7b),'column':_0x200c88(0xb6),'bar':_0x200c88(0x93),'barStacked':_0x200c88(0xd3),'barPercentStacked':_0x200c88(0x95),'pie':_0x200c88(0xce),'pieOfPie':_0x200c88(0xa2),'barOfPie':_0x200c88(0x94),'area':_0x200c88(0x7c),'areaStacked':_0x200c88(0x7e),'areaPercentStacked':_0x200c88(0xc0),'radar':_0x200c88(0x78),'scatter':_0x200c88(0xca),'combination':_0x200c88(0xad),'wordCloud':_0x200c88(0xbc),'funnel':_0x200c88(0xc7),'bubble':_0x200c88(0xb3),'relation':_0x200c88(0xa1),'waterfall':_0x200c88(0xa7),'pareto':_0x200c88(0xb0),'sankey':'Biểu\x20đồ\x20Sankey','heatmap':_0x200c88(0xcb),'boxplot':'Biểu\x20đồ\x20hộp','candlestick':_0x200c88(0x80),'histogram':'Biểu\x20đồ\x20tần\x20suất','treemap':_0x200c88(0x77),'sunburst':_0x200c88(0xcd),'gauge':_0x200c88(0xc1),'chord':_0x200c88(0xba)},'section':{'candlestick':_0x200c88(0x80),'chord':_0x200c88(0xcc),'funnel':_0x200c88(0xc7),'gauge':_0x200c88(0x97),'gridlinesAndTicks':_0x200c88(0xb1),'histogram':_0x200c88(0xda),'indicatorLine':_0x200c88(0x85),'lineAndArea':_0x200c88(0x9c),'paretoBar':'Chuỗi\x20biểu\x20đồ\x20cột','paretoLine':_0x200c88(0x86),'pie':_0x200c88(0xce),'radar':_0x200c88(0x78),'relation':'Biểu\x20đồ\x20quan\x20hệ','sunburst':_0x200c88(0x96),'treemap':_0x200c88(0x7a),'waterfall':_0x200c88(0xa7),'wordCloud':_0x200c88(0xa4)},'candlestick':{'columnsError':_0x200c88(0x8b),'close':_0x200c88(0x82),'high':_0x200c88(0xb5),'low':_0x200c88(0xd7),'open':'Giá\x20mở\x20cửa','series':_0x200c88(0x89)},'chord':{'source':_0x200c88(0x8d),'target':'Mục\x20tiêu','emptyDiagnostic':_0x200c88(0xd5),'mappingDiagnostic':_0x200c88(0xd0),'configDiagnostic':_0x200c88(0xbf),'count':_0x200c88(0x8c),'associatedValue':_0x200c88(0xbe)},'sunburst':{'hierarchy':_0x200c88(0x8e),'ownValue':_0x200c88(0x92),'children':_0x200c88(0x9b),'diagnostic':_0x200c88(0xd6)},'histogram':{'frequency':_0x200c88(0xae)},'pie':{'aggregateOther':_0x200c88(0xd9),'aggregateMembers':_0x200c88(0xab)},'treemap':{'hierarchy':_0x200c88(0xcf),'ownValue':_0x200c88(0x92),'children':_0x200c88(0x9b),'diagnostic':_0x200c88(0xac)},'gauge':{'emptyDiagnostic':_0x200c88(0xc6),'mappingDiagnostic':_0x200c88(0x7d),'configDiagnostic':_0x200c88(0xa3)},'chartField':{'missingCategoryFields':_0x200c88(0x99),'missingSeriesFields':_0x200c88(0x84),'invalidFieldIndex':_0x200c88(0xb8),'invalidValueFieldType':'Trường\x20giá\x20trị\x20đã\x20chọn\x20không\x20chứa\x20dữ\x20liệu\x20số.','invalidDataStructure':_0x200c88(0x76),'unsupportedChartType':_0x200c88(0x90)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2f9508=_0x12ea;(function(_0x433ecb,_0xefd5e5){const _0x16dc03=_0x12ea,_0x183c05=_0x433ecb();while(!![]){try{const _0x506486=-parseInt(_0x16dc03(0x1c5))/0x1*(parseInt(_0x16dc03(0x1ec))/0x2)+parseInt(_0x16dc03(0x1d1))/0x3*(-parseInt(_0x16dc03(0x1e1))/0x4)+parseInt(_0x16dc03(0x1c6))/0x5*(-parseInt(_0x16dc03(0x1e5))/0x6)+-parseInt(_0x16dc03(0x1dc))/0x7*(-parseInt(_0x16dc03(0x1c9))/0x8)+parseInt(_0x16dc03(0x1ea))/0x9+parseInt(_0x16dc03(0x1d2))/0xa*(parseInt(_0x16dc03(0x1e9))/0xb)+-parseInt(_0x16dc03(0x1db))/0xc;if(_0x506486===_0xefd5e5)break;else _0x183c05['push'](_0x183c05['shift']());}catch(_0x425429){_0x183c05['push'](_0x183c05['shift']());}}}(_0x43d2,0xa9f1a));function _0x12ea(_0xf3b091,_0x5b93ec){_0xf3b091=_0xf3b091-0x1c0;const _0x43d294=_0x43d2();let _0x12ea35=_0x43d294[_0xf3b091];return _0x12ea35;}function _0x43d2(){const _0x2432c3=['无法呈现图表预览。','109446UKvWAg','图表标题','K线图','指示线','242TpUxnX','1370592umipWu','使用绝对值','634bwXaZo','图表和轴标题','关系图','修改数据','百分比堆叠面积图','热力图','垂直轴标题','折线图','复制数据源','1591VozoAD','220ndxRGc','雷达图','共享图表','10506904nHQhkE','散点图','K线图数据需要类别、开盘、最高、最低和收盘列。','图表样式','词云图','箱线图','反转坐标轴','自定义样式','3vEfoVl','566780cITzSR','漏斗图','图表不可用。','排列图','堆叠条形图','桑基图','插入图表','显示标签','瀑布图','6104172ZVPqGk','7RXabvg','矩形树图','直方图','柱状图','组合图','803380FIkAQx','面积图','表格数据为空。'];_0x43d2=function(){return _0x2432c3;};return _0x43d2();}const e={'docs-chart-ui':{'insertChart':_0x2f9508(0x1d8),'editChart':'图表','chartType':'图表类型','inlineData':'内联数据','cancel':'取消','insert':'插入','save':'保存','apply':'应用','close':'关闭','duplicate':_0x2f9508(0x1c4),'delete':'删除','chartPreview':'预览','previewRenderFailed':_0x2f9508(0x1e4),'setupChart':'类型与数据','customizeChart':_0x2f9508(0x1d0),'data':'数据','chart':'图表','editData':_0x2f9508(0x1ef),'rows':'行数','columns':'列数','sharedData':_0x2f9508(0x1c8),'backgroundColor':'背景','chartStyle':_0x2f9508(0x1cc),'chartAndAxisTitles':_0x2f9508(0x1ed),'fill':'填充','border':'边框','title':_0x2f9508(0x1e6),'subtitle':'副标题','horizontalAxisTitle':'水平轴标题','verticalAxisTitle':_0x2f9508(0x1c2),'series':'系列','showDataLabels':'显示数据标签','legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','visible':'显示','showLabels':_0x2f9508(0x1d9),'reverseAxis':_0x2f9508(0x1cf),'gridlinesAndTicks':'网格线和刻度线','indicatorLine':_0x2f9508(0x1e8),'useAbsoluteValue':_0x2f9508(0x1eb),'candlestickColumnsError':_0x2f9508(0x1cb),'candlestick':{'category':'类别','open':'开盘','high':'最高','low':'最低','close':'收盘'},'tableDataEmpty':_0x2f9508(0x1e3),'insertChartFailed':'无法插入图表。','updateChartFailed':'无法更新图表。','chartNotFound':_0x2f9508(0x1d4),'histogram':{'value':'数值','frequency':'频数'},'treemap':{'hierarchy':'层级','value':'数值'},'chartTypes':{'line':_0x2f9508(0x1c3),'area':_0x2f9508(0x1e2),'areaStacked':'堆叠面积图','areaPercentStacked':_0x2f9508(0x1c0),'column':_0x2f9508(0x1df),'bar':'条形图','barStacked':_0x2f9508(0x1d6),'barPercentStacked':'百分比堆叠条形图','pie':'饼图','scatter':_0x2f9508(0x1ca),'radar':_0x2f9508(0x1c7),'combination':_0x2f9508(0x1e0),'wordCloud':_0x2f9508(0x1cd),'funnel':_0x2f9508(0x1d3),'bubble':'气泡图','relation':_0x2f9508(0x1ee),'waterfall':_0x2f9508(0x1da),'pareto':_0x2f9508(0x1d5),'sankey':_0x2f9508(0x1d7),'heatmap':_0x2f9508(0x1c1),'boxplot':_0x2f9508(0x1ce),'candlestick':_0x2f9508(0x1e7),'histogram':_0x2f9508(0x1de),'treemap':_0x2f9508(0x1dd)},'treemapTooltip':{'ownValue':'自身值','children':'子项'}}};export{e as default};
1
+ const _0x5597d7=_0x4d65;(function(_0x7d5df2,_0x48e2e4){const _0x511994=_0x4d65,_0x259e55=_0x7d5df2();while(!![]){try{const _0x45cdb5=-parseInt(_0x511994(0xfe))/0x1*(-parseInt(_0x511994(0x11e))/0x2)+parseInt(_0x511994(0xfb))/0x3*(parseInt(_0x511994(0x10b))/0x4)+parseInt(_0x511994(0x118))/0x5+parseInt(_0x511994(0xfa))/0x6+parseInt(_0x511994(0xec))/0x7+parseInt(_0x511994(0xe8))/0x8+-parseInt(_0x511994(0xeb))/0x9;if(_0x45cdb5===_0x48e2e4)break;else _0x259e55['push'](_0x259e55['shift']());}catch(_0x56c289){_0x259e55['push'](_0x259e55['shift']());}}}(_0x3e58,0x31d13));function _0x4d65(_0x1726f5,_0x3b6670){_0x1726f5=_0x1726f5-0xe3;const _0x3e585f=_0x3e58();let _0x4d65d5=_0x3e585f[_0x1726f5];return _0x4d65d5;}const e={'docs-chart-ui':{'previewRenderFailed':_0x5597d7(0xf6),'updateChartFailed':_0x5597d7(0x11d),'chartNotFound':'图表不可用。','close':'关闭','common':{'horizontalAxis':'横轴','verticalAxis':'纵轴','setup':_0x5597d7(0xf7),'customize':_0x5597d7(0x104),'editChart':'图表','data':'数据','editData':'修改数据','tableDataEmpty':_0x5597d7(0xef),'cancel':'取消','duplicate':_0x5597d7(0xf4),'apply':'应用','insertChartFailed':_0x5597d7(0x114),'inlineData':_0x5597d7(0xfc),'insert':'插入','deleteChart':'删除图表','insertChart':_0x5597d7(0x108),'chartAndAxisTitles':_0x5597d7(0x109),'chartStyle':_0x5597d7(0xe9),'heatmap':_0x5597d7(0x107),'legend':'图例','rightVerticalAxis':_0x5597d7(0x11c),'series':'系列','trendline':_0x5597d7(0x113),'category':'类别','label':'标签','value':'数值','valueField':_0x5597d7(0xe3),'chartType':_0x5597d7(0x106)},'floatMenu':{'menuTitle':{'chart':'图表'}},'chartTypes':{'line':_0x5597d7(0x116),'column':'柱状图','bar':'条形图','barStacked':_0x5597d7(0xe4),'barPercentStacked':_0x5597d7(0xe7),'pie':'饼图','pieOfPie':_0x5597d7(0xed),'barOfPie':_0x5597d7(0x115),'area':_0x5597d7(0x101),'areaStacked':'堆叠面积图','areaPercentStacked':_0x5597d7(0x103),'radar':_0x5597d7(0xe5),'scatter':_0x5597d7(0x10a),'combination':_0x5597d7(0xf1),'wordCloud':_0x5597d7(0x11f),'funnel':'漏斗图','bubble':'气泡图','relation':'关系图','waterfall':_0x5597d7(0x120),'pareto':_0x5597d7(0x126),'sankey':_0x5597d7(0x123),'heatmap':_0x5597d7(0x107),'boxplot':'箱线图','candlestick':_0x5597d7(0x124),'histogram':_0x5597d7(0x110),'treemap':_0x5597d7(0x119),'sunburst':_0x5597d7(0x11a),'gauge':'仪表盘','chord':_0x5597d7(0x10f)},'section':{'candlestick':_0x5597d7(0x105),'chord':'和弦图','funnel':_0x5597d7(0x121),'gauge':'仪表图','gridlinesAndTicks':_0x5597d7(0xff),'histogram':_0x5597d7(0x110),'indicatorLine':_0x5597d7(0xf2),'lineAndArea':_0x5597d7(0xf8),'paretoBar':_0x5597d7(0x125),'paretoLine':_0x5597d7(0x100),'pie':'饼图','radar':'雷达图','relation':_0x5597d7(0x122),'sunburst':'旭日图','treemap':_0x5597d7(0xf0),'waterfall':'瀑布图','wordCloud':'词云'},'candlestick':{'columnsError':_0x5597d7(0x112),'close':'收盘','high':'最高','low':'最低','open':'开盘','series':_0x5597d7(0xf5)},'chord':{'source':'来源','target':'目标','emptyDiagnostic':_0x5597d7(0x102),'mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':_0x5597d7(0x10e),'count':_0x5597d7(0xf9),'associatedValue':_0x5597d7(0xfd)},'sunburst':{'hierarchy':'层级','ownValue':_0x5597d7(0x111),'children':'子项','diagnostic':'旭日图至少需要一个层级字段和一个数值字段。'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':_0x5597d7(0xf3)},'treemap':{'hierarchy':'层级字段','ownValue':_0x5597d7(0x111),'children':'子项','diagnostic':_0x5597d7(0xea)},'gauge':{'emptyDiagnostic':_0x5597d7(0x11b),'mappingDiagnostic':_0x5597d7(0x10d),'configDiagnostic':_0x5597d7(0xe6)},'chartField':{'missingCategoryFields':_0x5597d7(0x117),'missingSeriesFields':'此图表需要更多数值字段。','invalidFieldIndex':_0x5597d7(0x128),'invalidValueFieldType':_0x5597d7(0x127),'invalidDataStructure':_0x5597d7(0x10c),'unsupportedChartType':_0x5597d7(0xee)}}};function _0x3e58(){const _0x2ff4c4=['散点图','6796GJuLCg','所选字段无法构成此图表所需的有效数据结构。','仪表图需要一个标签字段且只能有一个数值字段。','弦图配置无效,请检查角度、半径、不透明度和尺寸。','和弦图','直方图','自身值','K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','趋势线','无法插入图表。','复合饼图','折线图','此图表需要更多标签字段。','1035075YRghMw','矩形树图','旭日图','仪表图至少需要一个有限数值。','右纵轴','无法更新图表。','468002kTwNPE','词云图','瀑布图','漏斗图','关系图','桑基图','K\x20线图','柱状图系列','排列图','所选值字段不包含数值数据。','所选图表字段已不可用。','数值字段','堆叠条形图','雷达图','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','百分比堆叠条形图','2509456oqvREe','图表样式','矩形树图至少需要一个层级字段和一个数值字段。','11467278wTScqI','1993327wMUpQm','子母饼图','此图表类型没有字段使用规则。','表格数据为空。','树状图','组合图','指示线','成员数','复制数据源','OHLC\x20系列','无法呈现图表预览。','类型与数据','折线图\x20/\x20面积图','关系计数','1500870BFZEKV','333domlnF','内联数据','关联值','1QjhszY','网格线和刻度线','累积占比系列','面积图','弦图至少需要两个不同节点之间的一条正权重关系。','百分比堆叠面积图','自定义样式','烛台图','图表类型','热力图','插入图表','图表和坐标轴标题'];_0x3e58=function(){return _0x2ff4c4;};return _0x3e58();}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x9ee6(_0x487aee,_0x48fe9f){_0x487aee=_0x487aee-0x12b;const _0x14541b=_0x1454();let _0x9ee626=_0x14541b[_0x487aee];return _0x9ee626;}const _0x8b300=_0x9ee6;(function(_0x2cc182,_0x28e247){const _0x431b89=_0x9ee6,_0xbe892d=_0x2cc182();while(!![]){try{const _0x449d78=-parseInt(_0x431b89(0x144))/0x1*(-parseInt(_0x431b89(0x16a))/0x2)+parseInt(_0x431b89(0x148))/0x3*(parseInt(_0x431b89(0x167))/0x4)+parseInt(_0x431b89(0x12e))/0x5*(-parseInt(_0x431b89(0x147))/0x6)+parseInt(_0x431b89(0x145))/0x7+-parseInt(_0x431b89(0x172))/0x8+parseInt(_0x431b89(0x131))/0x9*(parseInt(_0x431b89(0x136))/0xa)+parseInt(_0x431b89(0x159))/0xb*(-parseInt(_0x431b89(0x150))/0xc);if(_0x449d78===_0x28e247)break;else _0xbe892d['push'](_0xbe892d['shift']());}catch(_0x2796e9){_0xbe892d['push'](_0xbe892d['shift']());}}}(_0x1454,0xca271));const e={'docs-chart-ui':{'previewRenderFailed':_0x8b300(0x162),'updateChartFailed':_0x8b300(0x134),'chartNotFound':_0x8b300(0x135),'close':'關閉','common':{'horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x8b300(0x15c),'customize':'自訂圖表','editChart':'編輯圖表','data':'資料','editData':_0x8b300(0x14f),'tableDataEmpty':_0x8b300(0x15b),'cancel':'取消','duplicate':'複製','apply':'套用','insertChartFailed':_0x8b300(0x14c),'inlineData':_0x8b300(0x13b),'insert':'插入','deleteChart':_0x8b300(0x142),'insertChart':_0x8b300(0x176),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x8b300(0x15a),'heatmap':_0x8b300(0x143),'legend':'圖例','rightVerticalAxis':_0x8b300(0x174),'series':'系列','trendline':_0x8b300(0x13f),'category':'類別','label':'標籤','value':'數值','valueField':_0x8b300(0x163),'chartType':_0x8b300(0x171)},'floatMenu':{'menuTitle':{'chart':'圖表'}},'chartTypes':{'line':_0x8b300(0x164),'column':_0x8b300(0x12f),'bar':_0x8b300(0x158),'barStacked':_0x8b300(0x152),'barPercentStacked':_0x8b300(0x155),'pie':'餅圖','pieOfPie':_0x8b300(0x13d),'barOfPie':'複合餅圖','area':_0x8b300(0x139),'areaStacked':_0x8b300(0x13e),'areaPercentStacked':_0x8b300(0x16f),'radar':_0x8b300(0x14d),'scatter':_0x8b300(0x157),'combination':_0x8b300(0x154),'wordCloud':_0x8b300(0x149),'funnel':_0x8b300(0x12c),'bubble':_0x8b300(0x14a),'relation':_0x8b300(0x12b),'waterfall':_0x8b300(0x133),'pareto':_0x8b300(0x16e),'sankey':_0x8b300(0x132),'heatmap':_0x8b300(0x143),'boxplot':_0x8b300(0x161),'candlestick':_0x8b300(0x14e),'histogram':_0x8b300(0x13a),'treemap':_0x8b300(0x169),'sunburst':_0x8b300(0x15f),'gauge':_0x8b300(0x175),'chord':_0x8b300(0x15e)},'section':{'candlestick':_0x8b300(0x153),'chord':_0x8b300(0x15e),'funnel':_0x8b300(0x12c),'gauge':_0x8b300(0x165),'gridlinesAndTicks':'網格線和刻度線','histogram':_0x8b300(0x13a),'indicatorLine':_0x8b300(0x141),'lineAndArea':_0x8b300(0x166),'paretoBar':_0x8b300(0x12d),'paretoLine':'累積占比系列','pie':'餅圖','radar':_0x8b300(0x14d),'relation':_0x8b300(0x12b),'sunburst':_0x8b300(0x15f),'treemap':_0x8b300(0x168),'waterfall':_0x8b300(0x133),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x8b300(0x173),'close':'收盤價','high':_0x8b300(0x16d),'low':_0x8b300(0x140),'open':_0x8b300(0x151),'series':_0x8b300(0x160)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x8b300(0x170),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','count':'關係數','associatedValue':_0x8b300(0x16c)},'sunburst':{'hierarchy':'階層','ownValue':'自身值','children':'子項','diagnostic':_0x8b300(0x137)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x8b300(0x15d),'ownValue':_0x8b300(0x138),'children':'子項','diagnostic':_0x8b300(0x156)},'gauge':{'emptyDiagnostic':_0x8b300(0x130),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chartField':{'missingCategoryFields':_0x8b300(0x14b),'missingSeriesFields':_0x8b300(0x146),'invalidFieldIndex':_0x8b300(0x13c),'invalidValueFieldType':'所選數值欄位不包含數值資料。','invalidDataStructure':_0x8b300(0x16b),'unsupportedChartType':'此圖表類型沒有欄位使用規則。'}}};export{e as default};function _0x1454(){const _0x2cfbc0=['矩形樹圖','12CAeasI','所選欄位無法構成此圖表所需的有效資料結構。','關聯值','最高價','排列圖','百分比堆疊面積圖','弦圖至少需要兩個不同節點之間的一條正權重關係。','圖表類型','3485640nXdGnH','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','右縱軸','儀表盤','插入圖表','關係圖','漏斗圖','長條圖系列','6782495rNWPyI','柱狀圖','儀表圖至少需要一個有限數值。','14260896mhBVix','桑基圖','瀑布圖','無法更新圖表。','圖表無法使用。','10vbdfAL','旭日圖至少需要一個階層欄位和一個數值欄位。','自身值','面積圖','直方圖','內嵌資料','所選圖表欄位已無法使用。','子母餅圖','堆疊面積圖','趨勢線','最低價','指示線','刪除圖表','熱力圖','140871UTYByL','900172OKVfIM','此圖表需要更多數值欄位。','6AQwTWv','15CGmGtk','詞雲圖','氣泡圖','此圖表需要更多標籤欄位。','插入圖表失敗','雷達圖','K\x20線圖','編輯資料','1128IncHry','開盤價','堆疊條形圖','燭台圖','組合圖','百分比堆疊條形圖','矩形樹圖至少需要一個階層欄位和一個數值欄位。','散點圖','條形圖','3795HiLEAk','圖表樣式','表格資料為空','設定圖表','階層欄位','和弦圖','旭日圖','OHLC\x20數列','箱型圖','無法顯示圖表預覽。','數值欄位','折線圖','儀表圖','折線圖\x20/\x20面積圖','75428btMZMr','樹狀圖'];_0x1454=function(){return _0x2cfbc0;};return _0x1454();}
@@ -1 +1 @@
1
- const _0x55b723=_0xf9fa;function _0x16fd(){const _0xc69f30=['Candlestick\x20data\x20requires\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close\x20columns.','3536380uDDKrD','無法更新圖表。','排列圖','Category','內嵌資料','編輯資料','圖表樣式','水平軸','垂直軸標題','氣泡圖','柱狀圖','顯示標籤','圖表和軸標題','插入圖表失敗','1236fTQDZq','水平軸標題','堆疊條形圖','共用圖表','993775FCheUl','詞雲圖','顯示數據標籤','組合圖','關係圖','High','副標題','百分比堆疊面積圖','指示線','直方圖','漏斗圖','915114sHFBgf','1944oYoANa','百分比堆疊條形圖','面積圖','反轉座標軸','使用絕對值','雷達圖','圖表標題','Candlestick\x20chart','Low','設置圖表','網格線和刻度線','無法呈現圖表預覽。','Treemap\x20chart','折線圖','Open','240600apxHzq','瀑布圖','981711DuuqRC','垂直軸','703809ENDeMa','插入圖表','自定義圖表','49ThijMT','堆疊面積圖','Value','150PqNNho','自身值','箱型圖','Hierarchy'];_0x16fd=function(){return _0xc69f30;};return _0x16fd();}(function(_0x7df0d9,_0x1ddd3f){const _0x439651=_0xf9fa,_0x503a86=_0x7df0d9();while(!![]){try{const _0x47d8a3=parseInt(_0x439651(0x15f))/0x1*(-parseInt(_0x439651(0x16f))/0x2)+-parseInt(_0x439651(0x180))/0x3+parseInt(_0x439651(0x151))/0x4+-parseInt(_0x439651(0x163))/0x5+parseInt(_0x439651(0x16e))/0x6+-parseInt(_0x439651(0x149))/0x7*(-parseInt(_0x439651(0x17e))/0x8)+-parseInt(_0x439651(0x182))/0x9*(-parseInt(_0x439651(0x14c))/0xa);if(_0x47d8a3===_0x1ddd3f)break;else _0x503a86['push'](_0x503a86['shift']());}catch(_0xf2c3c6){_0x503a86['push'](_0x503a86['shift']());}}}(_0x16fd,0xa9222));const e={'docs-chart-ui':{'insertChart':_0x55b723(0x147),'editChart':'編輯圖表','chartType':'圖表類型','inlineData':_0x55b723(0x155),'cancel':'取消','insert':'插入','save':'儲存','apply':'套用','close':'關閉','duplicate':'複製','delete':'刪除','chartPreview':'預覽','previewRenderFailed':_0x55b723(0x17a),'setupChart':_0x55b723(0x178),'customizeChart':_0x55b723(0x148),'data':'資料','chart':'圖表','editData':_0x55b723(0x156),'rows':'列數','columns':'欄數','sharedData':_0x55b723(0x162),'backgroundColor':'背景','chartStyle':_0x55b723(0x157),'chartAndAxisTitles':_0x55b723(0x15d),'fill':'填充','border':'邊框','title':_0x55b723(0x175),'subtitle':_0x55b723(0x169),'horizontalAxisTitle':_0x55b723(0x160),'verticalAxisTitle':_0x55b723(0x159),'series':'系列','showDataLabels':_0x55b723(0x165),'legend':'圖例','horizontalAxis':_0x55b723(0x158),'verticalAxis':_0x55b723(0x181),'visible':'顯示','showLabels':_0x55b723(0x15c),'reverseAxis':_0x55b723(0x172),'gridlinesAndTicks':_0x55b723(0x179),'indicatorLine':_0x55b723(0x16b),'useAbsoluteValue':_0x55b723(0x173),'candlestickColumnsError':_0x55b723(0x150),'candlestick':{'category':_0x55b723(0x154),'open':_0x55b723(0x17d),'high':_0x55b723(0x168),'low':_0x55b723(0x177),'close':'Close'},'tableDataEmpty':'表格資料為空','insertChartFailed':_0x55b723(0x15e),'updateChartFailed':_0x55b723(0x152),'chartNotFound':'圖表無法使用。','histogram':{'value':'Value','frequency':'頻數'},'treemap':{'hierarchy':_0x55b723(0x14f),'value':_0x55b723(0x14b)},'chartTypes':{'line':_0x55b723(0x17c),'area':_0x55b723(0x171),'areaStacked':_0x55b723(0x14a),'areaPercentStacked':_0x55b723(0x16a),'column':_0x55b723(0x15b),'bar':'條形圖','barStacked':_0x55b723(0x161),'barPercentStacked':_0x55b723(0x170),'pie':'餅圖','scatter':'散點圖','radar':_0x55b723(0x174),'combination':_0x55b723(0x166),'wordCloud':_0x55b723(0x164),'funnel':_0x55b723(0x16d),'bubble':_0x55b723(0x15a),'relation':_0x55b723(0x167),'waterfall':_0x55b723(0x17f),'pareto':_0x55b723(0x153),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':_0x55b723(0x14e),'candlestick':_0x55b723(0x176),'histogram':_0x55b723(0x16c),'treemap':_0x55b723(0x17b)},'treemapTooltip':{'ownValue':_0x55b723(0x14d),'children':'子項'}}};function _0xf9fa(_0x1f72f8,_0x4aac02){_0x1f72f8=_0x1f72f8-0x147;const _0x16fd6b=_0x16fd();let _0xf9fae=_0x16fd6b[_0x1f72f8];return _0xf9fae;}export{e as default};
1
+ const _0x54f24f=_0x4740;(function(_0x195426,_0x1281b5){const _0x4b2638=_0x4740,_0x3e61e7=_0x195426();while(!![]){try{const _0x3b0595=-parseInt(_0x4b2638(0xc8))/0x1*(-parseInt(_0x4b2638(0xce))/0x2)+parseInt(_0x4b2638(0xe0))/0x3*(parseInt(_0x4b2638(0xdf))/0x4)+-parseInt(_0x4b2638(0xcd))/0x5+parseInt(_0x4b2638(0xcc))/0x6+-parseInt(_0x4b2638(0xad))/0x7+parseInt(_0x4b2638(0xd2))/0x8*(parseInt(_0x4b2638(0xcf))/0x9)+parseInt(_0x4b2638(0xb8))/0xa*(-parseInt(_0x4b2638(0xbc))/0xb);if(_0x3b0595===_0x1281b5)break;else _0x3e61e7['push'](_0x3e61e7['shift']());}catch(_0x55be95){_0x3e61e7['push'](_0x3e61e7['shift']());}}}(_0x3763,0x830d8));const e={'docs-chart-ui':{'previewRenderFailed':_0x54f24f(0xd4),'updateChartFailed':_0x54f24f(0xb2),'chartNotFound':'圖表無法使用。','close':'關閉','common':{'horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x54f24f(0xe5),'customize':_0x54f24f(0xe4),'editChart':'編輯圖表','data':'資料','editData':'編輯資料','tableDataEmpty':'表格資料為空','cancel':'取消','duplicate':'複製','apply':'套用','insertChartFailed':_0x54f24f(0xae),'inlineData':_0x54f24f(0xac),'insert':'插入','deleteChart':_0x54f24f(0xd7),'insertChart':'插入圖表','chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x54f24f(0xaf),'heatmap':'熱力圖','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':_0x54f24f(0xb1),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':'圖表類型'},'floatMenu':{'menuTitle':{'chart':'圖表'}},'chartTypes':{'line':_0x54f24f(0xb0),'column':_0x54f24f(0xe2),'bar':_0x54f24f(0xc5),'barStacked':_0x54f24f(0xb9),'barPercentStacked':_0x54f24f(0xaa),'pie':'餅圖','pieOfPie':_0x54f24f(0xca),'barOfPie':_0x54f24f(0xbf),'area':'面積圖','areaStacked':_0x54f24f(0xba),'areaPercentStacked':'百分比堆疊面積圖','radar':_0x54f24f(0xc2),'scatter':_0x54f24f(0xbd),'combination':'組合圖','wordCloud':_0x54f24f(0xb3),'funnel':_0x54f24f(0xd5),'bubble':_0x54f24f(0xd1),'relation':'關係圖','waterfall':'瀑布圖','pareto':'排列圖','sankey':_0x54f24f(0xa7),'heatmap':_0x54f24f(0xa6),'boxplot':_0x54f24f(0xdd),'candlestick':'K\x20線圖','histogram':_0x54f24f(0xc1),'treemap':'矩形樹圖','sunburst':_0x54f24f(0xda),'gauge':_0x54f24f(0xe3),'chord':_0x54f24f(0xe8)},'section':{'candlestick':_0x54f24f(0xe7),'chord':_0x54f24f(0xe8),'funnel':_0x54f24f(0xd5),'gauge':_0x54f24f(0xd6),'gridlinesAndTicks':'網格線和刻度線','histogram':'直方圖','indicatorLine':'指示線','lineAndArea':_0x54f24f(0xc7),'paretoBar':_0x54f24f(0xd9),'paretoLine':_0x54f24f(0xd0),'pie':'餅圖','radar':_0x54f24f(0xc2),'relation':_0x54f24f(0xab),'sunburst':_0x54f24f(0xda),'treemap':'樹狀圖','waterfall':'瀑布圖','wordCloud':'詞雲'},'candlestick':{'columnsError':_0x54f24f(0xd3),'close':_0x54f24f(0xbb),'high':'最高價','low':_0x54f24f(0xb5),'open':_0x54f24f(0xb7),'series':_0x54f24f(0xb4)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x54f24f(0xe6),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x54f24f(0xc0),'count':_0x54f24f(0xd8),'associatedValue':_0x54f24f(0xdc)},'sunburst':{'hierarchy':'階層','ownValue':_0x54f24f(0xe1),'children':'子項','diagnostic':_0x54f24f(0xcb)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x54f24f(0xc9),'ownValue':_0x54f24f(0xe1),'children':'子項','diagnostic':_0x54f24f(0xc4)},'gauge':{'emptyDiagnostic':_0x54f24f(0xbe),'mappingDiagnostic':_0x54f24f(0xa8),'configDiagnostic':_0x54f24f(0xc6)},'chartField':{'missingCategoryFields':'這個圖表需要更多標籤欄位。','missingSeriesFields':_0x54f24f(0xde),'invalidFieldIndex':_0x54f24f(0xdb),'invalidValueFieldType':_0x54f24f(0xa9),'invalidDataStructure':_0x54f24f(0xb6),'unsupportedChartType':_0x54f24f(0xc3)}}};export{e as default};function _0x4740(_0x2b4bfc,_0x5683fc){_0x2b4bfc=_0x2b4bfc-0xa6;const _0x376365=_0x3763();let _0x47400f=_0x376365[_0x2b4bfc];return _0x47400f;}function _0x3763(){const _0x9c0bb7=['散點圖','儀表圖至少需要一個有限數值。','複合餅圖','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','直方圖','雷達圖','這個圖表類型沒有欄位使用規則。','矩形樹圖至少需要一個階層欄位和一個數值欄位。','條形圖','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','折線圖\x20/\x20面積圖','52tWyBDE','階層欄位','子母餅圖','旭日圖至少需要一個階層欄位和一個數值欄位。','2632920XSbJCM','1340910PXzzoL','19478eGwMbl','18Dkjapp','累積占比系列','氣泡圖','1500936ULYyNN','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','無法呈現圖表預覽。','漏斗圖','儀表圖','刪除圖表','關係數','長條圖系列','旭日圖','選取的圖表欄位已無法使用。','關聯值','箱型圖','這個圖表需要更多數值欄位。','60gWeaEe','156768tyaJpX','自身值','柱狀圖','儀表板','自訂圖表','設定圖表','弦圖至少需要兩個不同節點之間的一條正權重關係。','燭台圖','和弦圖','熱力圖','桑基圖','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','選取的數值欄位不包含數值資料。','百分比堆疊條形圖','關係圖','內嵌資料','4981172dExdvk','插入圖表失敗','圖表樣式','折線圖','趨勢線','無法更新圖表。','詞雲圖','OHLC\x20數列','最低價','選取的欄位無法構成這個圖表所需的有效資料結構。','開盤價','133580VhqFeY','堆疊條形圖','堆疊面積圖','收盤價','484nQWoxr'];_0x3763=function(){return _0x9c0bb7;};return _0x3763();}
@@ -1,3 +1,4 @@
1
+ import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
1
2
  import type { ChartTypeBits } from '@univerjs-pro/engine-chart';
2
3
  import type { IOperation, ITextRangeParam } from '@univerjs/core';
3
4
  export interface IOpenDocChartInsertDialogOperationParams {
@@ -10,9 +11,7 @@ export interface IOpenDocChartEditorDialogOperationParams {
10
11
  unitId: string;
11
12
  chartId: string;
12
13
  drawingId?: string;
13
- route?: {
14
- tab: 'data' | 'style';
15
- };
14
+ route?: IChartEditPanelRoute;
16
15
  }
17
16
  export declare const OpenDocChartInsertDialogOperation: IOperation<IOpenDocChartInsertDialogOperationParams>;
18
17
  export declare const OpenDocChartEditorDialogOperation: IOperation<IOpenDocChartEditorDialogOperationParams>;
@@ -1,4 +1,4 @@
1
- import type { DocChartCellValue } from '@univerjs-pro/docs-chart';
1
+ import type { InlineChartCellValue } from '@univerjs-pro/engine-chart';
2
2
  export declare const DOC_CHART_DATA_EDITOR_COMPONENT = "doc-chart.data-editor";
3
3
  export declare const DOC_CHART_DATA_EDITOR_DIALOG_ID = "doc-chart.dialog.data-editor";
4
4
  export declare enum DocChartDataEditorSubmitMode {
@@ -6,10 +6,10 @@ export declare enum DocChartDataEditorSubmitMode {
6
6
  DUPLICATE = "duplicate"
7
7
  }
8
8
  export interface IDocChartDataEditorProps {
9
- values: DocChartCellValue[][];
9
+ values: InlineChartCellValue[][];
10
10
  sharingCount?: number;
11
11
  onCancel?: () => void;
12
- onChange?: (values: DocChartCellValue[][]) => void;
13
- onSubmit: (values: DocChartCellValue[][], mode: DocChartDataEditorSubmitMode) => void;
12
+ onChange?: (values: InlineChartCellValue[][]) => void;
13
+ onSubmit: (values: InlineChartCellValue[][], mode: DocChartDataEditorSubmitMode) => void;
14
14
  }
15
15
  export declare function DocChartDataEditor(props: IDocChartDataEditorProps): import("react").JSX.Element;
@@ -1,21 +1,92 @@
1
- import type { DocChartCellValue, IDocChartContext } from '@univerjs-pro/docs-chart';
2
- import type { ChartStyle, IChartDataAggregation } from '@univerjs-pro/engine-chart';
3
- import { ChartTypeBits } from '@univerjs-pro/engine-chart';
1
+ import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
2
+ import type { ChartTypeBits } from '@univerjs-pro/engine-chart';
3
+ import { ChartEditPanelSection } from '@univerjs-pro/chart-ui';
4
4
  export interface IDocChartEditPanelProps {
5
- chartType: ChartTypeBits;
6
- values: DocChartCellValue[][];
7
- context?: IDocChartContext;
8
- dataAggregation?: IChartDataAggregation;
9
- style?: ChartStyle;
10
- onChartTypeChange: (chartType: ChartTypeBits) => void;
11
- onContextChange: (context: Partial<IDocChartContext>) => void;
12
- onDataAggregationChange: (dataAggregation: Partial<IChartDataAggregation>) => void;
13
- onStyleChange: (style: ChartStyle) => void;
5
+ onPreviewChartTypeChange: (chartType: ChartTypeBits) => void;
14
6
  onModifyData: () => void;
15
7
  onClose?: () => void;
16
- initialTab?: 0 | 1;
8
+ initialRoute?: IChartEditPanelRoute;
17
9
  }
18
- type DocChartCustomizePanelItemId = 'chartStyle' | 'chartAndAxisTitles' | 'series' | 'lineAndArea' | 'wordCloud' | 'radar' | 'waterfall' | 'pie' | 'funnel' | 'heatmap' | 'relation' | 'legend' | 'horizontalAxis' | 'verticalAxis' | 'gridlinesAndTicks' | 'indicatorLine';
19
- export declare function getDocChartCustomizePanelItemIds(chartType: ChartTypeBits | undefined): DocChartCustomizePanelItemId[];
10
+ export declare const DOC_CHART_EDITOR_DEFAULT_VALUES: {
11
+ readonly axis: {
12
+ readonly primaryGridLineVisible: true;
13
+ readonly secondaryGridLineVisible: true;
14
+ readonly color: string;
15
+ readonly dateAxisRotation: number;
16
+ readonly gridlineWidth: number;
17
+ readonly labelFontSize: number;
18
+ readonly labelRotation: number;
19
+ readonly labelVisible: boolean;
20
+ readonly reverse: boolean;
21
+ readonly tickLength: string;
22
+ readonly tickPosition: import("@univerjs-pro/engine-chart").ChartAxisTickPosition;
23
+ readonly tickVisible: boolean;
24
+ readonly tickWidth: string;
25
+ };
26
+ readonly legend: import("@univerjs-pro/chart-ui").IChartLegendDefaultValues;
27
+ readonly lineAndArea: import("@univerjs-pro/chart-ui").IChartLineAndAreaDefaultValues;
28
+ readonly pareto: import("@univerjs-pro/chart-ui").IChartParetoDefaultValues;
29
+ readonly funnel: import("@univerjs-pro/chart-ui").IChartFunnelDefaultValues;
30
+ readonly heatmap: import("@univerjs-pro/chart-ui").IChartHeatmapDefaultValues;
31
+ readonly indicatorLine: import("@univerjs-pro/chart-ui").IChartIndicatorLineDefaultValues;
32
+ readonly pie: {
33
+ readonly doughnutHole: 0;
34
+ readonly pieHole: 0;
35
+ readonly borderColor: string;
36
+ readonly hasPaddingAngle: boolean;
37
+ readonly isHalfPie: boolean;
38
+ readonly labelContentType: import("@univerjs-pro/engine-chart").LabelContentType;
39
+ readonly labelPosition: import("@univerjs-pro/engine-chart").PieLabelPosition;
40
+ readonly labelVisible: boolean;
41
+ readonly rosePie: boolean;
42
+ readonly showLabelLine: boolean;
43
+ readonly textColor: string;
44
+ readonly valueScale: number;
45
+ };
46
+ readonly relation: {
47
+ readonly useValueAsSymbolSize: false;
48
+ readonly circularLabelRotation: boolean;
49
+ readonly emphasisEnabled: boolean;
50
+ readonly force: {
51
+ gravity: number;
52
+ repulsion: number;
53
+ };
54
+ readonly layout: import("@univerjs-pro/engine-chart").RelationChartLayoutEnum;
55
+ readonly nodeShape: import("@univerjs-pro/engine-chart").LinePointShape;
56
+ };
57
+ readonly radar: import("@univerjs-pro/chart-ui").IChartRadarDefaultValues;
58
+ readonly series: {
59
+ readonly radarFillOpacity: 1;
60
+ readonly rightAxis: {
61
+ readonly ltr: false;
62
+ readonly rtl: false;
63
+ };
64
+ readonly borderDashType: import("@univerjs-pro/engine-chart").ChartBorderDashType;
65
+ readonly borderOpacity: number;
66
+ readonly borderWidth: number;
67
+ readonly color: string;
68
+ readonly labelContentType: import("@univerjs-pro/engine-chart").LabelContentType;
69
+ readonly labelFontSize: number;
70
+ readonly labelPosition: import("@univerjs-pro/engine-chart").SeriesLabelPosition;
71
+ readonly labelVisible: boolean;
72
+ readonly lineOrAreaBorderWidth: number;
73
+ readonly pointShape: import("@univerjs-pro/engine-chart").LinePointShape;
74
+ readonly pointSize: number;
75
+ readonly radarBorderWidth: number;
76
+ readonly scatterPointSize: number;
77
+ readonly seriesFillOpacity: number;
78
+ };
79
+ readonly style: import("@univerjs-pro/chart-ui").IChartStyleDefaultValues;
80
+ readonly titles: import("@univerjs-pro/chart-ui").IChartTitleDefaultValues;
81
+ readonly waterfall: {
82
+ readonly useSubtotal: true;
83
+ readonly stackType: import("@univerjs-pro/engine-chart").WaterfallStackTypeEnum;
84
+ };
85
+ readonly waterfallStyle: import("@univerjs-pro/chart-ui").IChartWaterfallStyleDefaultValues;
86
+ readonly wordCloud: import("@univerjs-pro/chart-ui").IChartWordCloudDefaultValues;
87
+ };
88
+ export declare function getDocStyleSectionIds(chartType: ChartTypeBits, hasRightAxis?: boolean): ChartEditPanelSection[];
89
+ export declare function DocStylePanel(props: {
90
+ route?: IChartEditPanelRoute;
91
+ }): import("react").JSX.Element;
20
92
  export declare function DocChartEditPanel(props: IDocChartEditPanelProps): import("react").JSX.Element;
21
- export {};
@@ -1,12 +1,11 @@
1
+ import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
1
2
  export declare const DOC_CHART_EDITOR_DIALOG_COMPONENT = "doc-chart.editor-dialog";
2
3
  export declare const DOC_CHART_EDITOR_DIALOG_ID = "doc-chart.dialog.editor";
3
4
  export interface IDocChartEditorDialogProps {
4
5
  unitId: string;
5
6
  chartId: string;
6
7
  drawingId?: string;
7
- route?: {
8
- tab: 'data' | 'style';
9
- };
8
+ route?: IChartEditPanelRoute;
10
9
  onClose?: () => void;
11
10
  }
12
11
  export declare function DocChartEditorDialog(props: IDocChartEditorDialogProps): import("react").JSX.Element;
@@ -1,9 +1,8 @@
1
- import type { DocChartCellValue, IDocChartContext } from '@univerjs-pro/docs-chart';
2
- import type { ChartStyle, ChartTypeBits, IChartDataAggregation } from '@univerjs-pro/engine-chart';
1
+ import type { ChartStyle, ChartTypeBits, IChartDataAggregation, InlineChartCellValue, IStaticChartContext } from '@univerjs-pro/engine-chart';
3
2
  export interface IDocChartPreviewProps {
4
- values: DocChartCellValue[][];
3
+ values: InlineChartCellValue[][];
5
4
  chartType: ChartTypeBits;
6
- context?: IDocChartContext;
5
+ context?: IStaticChartContext;
7
6
  dataAggregation?: IChartDataAggregation;
8
7
  style?: ChartStyle;
9
8
  }
@@ -1,9 +1,7 @@
1
1
  import { Disposable } from '@univerjs/core';
2
- import { ComponentManager, IconManager } from '@univerjs/ui';
2
+ import { ComponentManager } from '@univerjs/ui';
3
3
  export declare class ComponentsController extends Disposable {
4
4
  private readonly _componentManager;
5
- private readonly _iconManager;
6
- constructor(_componentManager: ComponentManager, _iconManager: IconManager);
7
- private _registerIcons;
5
+ constructor(_componentManager: ComponentManager);
8
6
  private _registerComponents;
9
7
  }
@@ -1,11 +1,11 @@
1
- import type { IDocChartResource } from '@univerjs-pro/docs-chart';
1
+ import type { IStaticChartResource } from '@univerjs-pro/engine-chart';
2
2
  import type { IDocumentData } from '@univerjs/core';
3
3
  import { DocChartResourceService } from '@univerjs-pro/docs-chart';
4
4
  import { Disposable } from '@univerjs/core';
5
5
  import { IDocClipboardPasteAdapterService, IDocClipboardService } from '@univerjs/docs-ui';
6
6
  export declare const DOC_CHART_CLIPBOARD_RESOURCE_KEY = "__docsChartResource";
7
7
  export interface IDocChartClipboardDocData extends Partial<IDocumentData> {
8
- [DOC_CHART_CLIPBOARD_RESOURCE_KEY]?: IDocChartResource;
8
+ [DOC_CHART_CLIPBOARD_RESOURCE_KEY]?: IStaticChartResource;
9
9
  }
10
10
  export declare class DocChartClipboardController extends Disposable {
11
11
  private readonly _docClipboardService;
@@ -5,8 +5,6 @@ export { DOC_CHART_DATA_EDITOR_COMPONENT, DOC_CHART_DATA_EDITOR_DIALOG_ID, DocCh
5
5
  export { DOC_CHART_EDITOR_DIALOG_COMPONENT, DOC_CHART_EDITOR_DIALOG_ID, DocChartEditorDialog, } from './components/DocChartEditorDialog';
6
6
  export { DocChartEditPanel, } from './components/DocChartEditPanel';
7
7
  export type { IDocChartEditPanelProps, } from './components/DocChartEditPanel';
8
- export { DocChartInlineTableEditor } from './components/DocChartInlineTableEditor';
9
- export { appendInlineTableColumn, appendInlineTableRow, applyInlineTablePaste, compactInlineTableValues, normalizeInlineTableValues, } from './components/DocChartInlineTableEditor';
10
8
  export { DOC_CHART_INSERT_PANEL_COMPONENT, DocChartInsertPanel, } from './components/DocChartInsertPanel';
11
9
  export { defaultPluginConfig, DOCS_CHART_UI_PLUGIN_CONFIG_KEY } from './config/config';
12
10
  export type { IUniverDocsChartUIConfig } from './config/config';
@@ -14,22 +12,23 @@ export { DOC_CHART_CLIPBOARD_RESOURCE_KEY, DocChartClipboardController, } from '
14
12
  export type { IDocChartClipboardDocData } from './controllers/doc-chart-clipboard.controller';
15
13
  export { DocChartDrawingEditController } from './controllers/doc-chart-drawing-edit.controller';
16
14
  export { DocChartSnapshotRefreshController } from './controllers/doc-chart-snapshot-refresh.controller';
17
- export { DOC_CHART_INSERT_BELOW_MENU_ID, DOC_CHART_INSERT_MENU_ID, DOC_CHART_INSERT_MENU_OPTIONS, DocChartInsertBelowMenuItemFactory, DocChartInsertMenuItemFactory, DocChartInsertRibbonMenuItemFactory, getDocChartInsertDisabledObservable, } from './menu/chart.menu';
15
+ export { DOC_CHART_INSERT_BELOW_MENU_ID, DOC_CHART_INSERT_MENU_ID, DocChartInsertBelowMenuItemFactory, DocChartInsertMenuItemFactory, DocChartInsertRibbonMenuItemFactory, getDocChartInsertDisabledObservable, } from './menu/chart.menu';
18
16
  export { menuSchema as DocsChartUIMenuSchema } from './menu/schema';
19
17
  export { UniverDocsChartUIPlugin } from './plugin';
20
18
  export { DocChartActiveRenderService } from './services/doc-chart-active-render.service';
21
19
  export type { IDocChartDomMountParams } from './services/doc-chart-active-render.service';
22
20
  export { DocChartDataEditService } from './services/doc-chart-data-edit.service';
23
21
  export type { IDocChartDataEditorState } from './services/doc-chart-data-edit.service';
24
- export { DocDomChartHost, DocImageChartHost } from './services/doc-chart-host';
22
+ export { DocDomChartHost } from './services/doc-chart-host';
25
23
  export { DocChartInsertService } from './services/doc-chart-insert.service';
26
24
  export type { IDocChartInsertOptions, IDocChartInsertResult } from './services/doc-chart-insert.service';
27
25
  export { DocChartPrintService } from './services/doc-chart-print.service';
28
26
  export type { IDocChartPrintRect } from './services/doc-chart-print.service';
29
- export { DocChartRenderService, IDocChartRenderModelService, } from './services/doc-chart-render.service';
27
+ export { DocChartRenderService } from './services/doc-chart-render.service';
30
28
  export type { IDocChartRenderInput, IDocChartRenderSpecResult, } from './services/doc-chart-render.service';
31
29
  export { DocChartSnapshotRenderService, IDocChartSnapshotRendererService, } from './services/doc-chart-snapshot-render.service';
32
- export type { IDocChartInvalidation, IDocChartInvalidationOptions, IDocChartSnapshotEntry, IDocChartSnapshotRenderer, IDocChartSnapshotRequest, } from './services/doc-chart-snapshot-render.service';
30
+ export type { IDocChartSnapshotRequest, } from './services/doc-chart-snapshot-render.service';
31
+ export { DocChartUIService, IDocChartUIService } from './services/doc-chart-ui.service';
33
32
  export { DOC_ACTIVE_CHART_COMPONENT, DocActiveChart, } from './views/active-chart';
34
33
  export type { IDocActiveChartProps } from './views/active-chart';
35
34
  export { DocPrintChart } from './views/print-chart';
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;