@univerjs-pro/chart-ui 1.0.0-alpha.7 → 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 +323 -6
  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 +5 -0
  64. package/lib/types/components/ChartSemanticDataFields.d.ts +28 -0
  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 +23 -0
  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 -8
  172. package/lib/types/components/ChartEditPanelScaffold.d.ts +0 -16
  173. package/lib/types/components/ChartEditorFields.d.ts +0 -65
  174. package/lib/types/components/ChartPresentationFields.d.ts +0 -8
  175. package/lib/types/components/index.d.ts +0 -16
  176. package/lib/types/float-menu/index.d.ts +0 -5
@@ -1 +1 @@
1
- const _0x293ab7=_0x30c9;(function(_0x2e8a10,_0x2a4adf){const _0x1fb6e2=_0x30c9,_0x57f466=_0x2e8a10();while(!![]){try{const _0x17acfe=parseInt(_0x1fb6e2(0xae))/0x1*(parseInt(_0x1fb6e2(0xaf))/0x2)+-parseInt(_0x1fb6e2(0xa6))/0x3+-parseInt(_0x1fb6e2(0xb7))/0x4+-parseInt(_0x1fb6e2(0xb2))/0x5+parseInt(_0x1fb6e2(0xb8))/0x6+parseInt(_0x1fb6e2(0xa1))/0x7+-parseInt(_0x1fb6e2(0xa7))/0x8*(parseInt(_0x1fb6e2(0xb9))/0x9);if(_0x17acfe===_0x2a4adf)break;else _0x57f466['push'](_0x57f466['shift']());}catch(_0x388c5f){_0x57f466['push'](_0x57f466['shift']());}}}(_0x403b,0x742eb));const e={'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x293ab7(0xa8)},'inlineTable':{'pasteHint':'在此複製並貼上資料','addRow':_0x293ab7(0xab),'addColumn':_0x293ab7(0xb3)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x293ab7(0xad),'subtitle':_0x293ab7(0xa5),'axisTitle':_0x293ab7(0xb4),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x293ab7(0x9f),'gridline':_0x293ab7(0xb0),'tick':_0x293ab7(0xba),'mark':'標記','series':'系列','dataPoint':'資料點','dataLabel':_0x293ab7(0xb6)},'field':{'title':'標題','subtitle':'副標題','position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':'最小值','max':_0x293ab7(0xa9),'color':'顏色','borderColor':_0x293ab7(0xa4),'opacity':_0x293ab7(0xa2),'labelPosition':_0x293ab7(0xac),'labelText':_0x293ab7(0xa3),'titleText':_0x293ab7(0xb1)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x293ab7(0xaa),'center':'置中','right':_0x293ab7(0xa0)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':_0x293ab7(0xbb)},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};function _0x403b(){const _0x5c4be3=['右縱軸','右對齊','2173171cdbTDw','透明度','標籤文字','邊框顏色','副標題','25299hwDtku','16WrRPVF','圖例換行','最大值','左對齊','新增列','標籤位置','圖表標題','177063jpxpol','6EWScjv','網格線','標題文字','2150645YiffQz','新增欄','軸標題','exports','資料標籤','411240peqfZt','3323682DxSWfc','1702503ufutBg','刻度線','百分比'];_0x403b=function(){return _0x5c4be3;};return _0x403b();}function _0x30c9(_0x50c0bc,_0x577a96){_0x50c0bc=_0x50c0bc-0x9f;const _0x403bcf=_0x403b();let _0x30c977=_0x403bcf[_0x50c0bc];return _0x30c977;}module[_0x293ab7(0xb5)]=e;
1
+ const _0x1eeca0=_0x3efd;function _0x3efd(_0x8ffccc,_0x5beee0){_0x8ffccc=_0x8ffccc-0x187;const _0x2929d3=_0x2929();let _0x3efdb0=_0x2929d3[_0x8ffccc];return _0x3efdb0;}function _0x2929(){const _0x5ad319=['圖表類型','空心正方形','745892lMOUzO','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','樹狀圖','數值欄位','重複單字','百分比堆疊面積圖','細胞標籤','連接線類型','軸標籤數字格式','資料點','網格線顏色','包括零值','樣式目標','向上移動階層欄位','新增階層','起始角度','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','數值小於','標籤樣式','進階版面配置','最大值','最小角度','網格線寬度','趨勢線','矩形樹圖至少需要一個階層欄位和一個數值欄位。','影線不透明度','百分比堆疊\x20·\x20柱狀圖','外半徑','刻度線','前三角','主要與次要圖表間距','階層欄位','起始值','最低價','累積占比系列','瀑布圖','下溢閾值','百分比','3240864OSBPXC','小數位數','切片間距','父標籤佈局','分隔線','刻度線顏色','折線圖\x20/\x20面積圖','標籤文字','視覺圖','旭日圖','刻度範圍','網格線和刻度線','組距寬度','正文字體顏色','弦圖至少需要兩個不同節點之間的一條正權重關係。','常規格式不包含任何特定的數字格式。','連接數據點','最小值','類別名稱','系列重疊(%)','添加範圍','關係圖','標題類型','標籤內容','自訂圖表','主刻度數','每個主刻度的次刻度數','邊框透明度','添加趨勢線','溢出閾值','指示線顏色','資料點顏色','子母餅圖','空心箭頭','邊框寬度','燭身顏色','關係數','連接線顏色','分類間距(%)','複合餅圖','收盤價','高度(%)','自訂格式','隱藏圖表面板','編輯資料','資料範圍','頂部(%)','順時針','詞雲圖','使用\x20{0}\x20作為類別','開啟圖表面板','標籤線','刻度長度','百分比堆疊','線條顏色','系列名稱','數字格式','連接線寬度','顯示名稱','貨幣類型','exports','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','編輯圖表','玫瑰派','負數類型','長條圖系列','顯示公式','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','將標籤視為日期','葉子標籤','511080lYVZzY','甜甜圈洞','日期類型','使用小計','空心矩形','繪圖區','燭台圖','352242jRmOtf','背景顏色','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','預設顏色','資料標籤','圖表形態','分檔模式','堆疊\x20·\x20柱狀圖','圖表與座標軸標題','自身值','儀表圖','使用絕對值','網格線','副標題','旭日圖至少需要一個階層欄位和一個數值欄位。','來源格式','選擇方式','版面配置','顯示\x20R²','插入圖表','已選取\x20{0}\x20個資料點','和弦圖','多邊形','儀表板','無效值','表格資料為空','儀表圖至少需要一個有限數值。','移動平均線','K\x20線圖','影線顏色','插入圖表失敗','三角形','空心三角形','左對齊','雷達圖','全系列','邊框顏色','切換列或欄','節點形狀','邊框類型','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','散點圖','組合圖','刻度寬度','134766qrfCtv','刪除圖表','最高價','漏斗圖','柱狀圖','百分比堆疊條形圖','經典指針','刻度位置','設定圖表','間隔角度','匯出圖片','點大小','空心針形','熱力圖','標籤文字顏色','數值縮放','千分位符','圖表標題','新增欄目','97051LyUDwS','漸變填充','空心菱形','開盤價','連接線','自訂分割','新增行','字體大小','透明度','307815BCOdxR','包裹圖例','向下移動階層欄位','價值單位','連接帶','掩模圖像ID','排列圖','雷達形狀','線條樣式','標籤旋轉','五角大廈','指示線類型','面積圖','18MlKeGX'];_0x2929=function(){return _0x5ad319;};return _0x2929();}(function(_0x36a0da,_0x160d6f){const _0xd21f7d=_0x3efd,_0x28be6d=_0x36a0da();while(!![]){try{const _0x1b1e69=-parseInt(_0xd21f7d(0x20c))/0x1+parseInt(_0xd21f7d(0x1f9))/0x2+parseInt(_0xd21f7d(0x1cd))/0x3+parseInt(_0xd21f7d(0x1c6))/0x4+parseInt(_0xd21f7d(0x215))/0x5*(parseInt(_0xd21f7d(0x222))/0x6)+parseInt(_0xd21f7d(0x225))/0x7+-parseInt(_0xd21f7d(0x24b))/0x8;if(_0x1b1e69===_0x160d6f)break;else _0x28be6d['push'](_0x28be6d['shift']());}catch(_0xf15f83){_0x28be6d['push'](_0x28be6d['shift']());}}}(_0x2929,0x18d15));const e={'chart-ui':{'editor':{'defaultColor':_0x1eeca0(0x1d0),'fontSize':_0x1eeca0(0x213)},'setup':{'stack':'堆疊','percentStacked':_0x1eeca0(0x1b5)},'chartTypes':{'line':'折線圖','column':_0x1eeca0(0x1fd),'columnStacked':_0x1eeca0(0x1d4),'columnPercentStacked':_0x1eeca0(0x23f),'bar':'條形圖','barStacked':'堆疊條形圖','barPercentStacked':_0x1eeca0(0x1fe),'pie':'餅圖','donut':'環形圖','pieOfPie':'子母餅圖','barOfPie':'複合餅圖','area':_0x1eeca0(0x221),'areaStacked':'堆疊面積圖','areaPercentStacked':_0x1eeca0(0x22a),'radar':'雷達圖','scatter':_0x1eeca0(0x1f6),'combination':_0x1eeca0(0x1f7),'wordCloud':_0x1eeca0(0x1b0),'funnel':_0x1eeca0(0x1fc),'bubble':'氣泡圖','relation':_0x1eeca0(0x195),'waterfall':_0x1eeca0(0x248),'pareto':_0x1eeca0(0x21b),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':'箱型圖','candlestick':_0x1eeca0(0x1e9),'histogram':'直方圖','treemap':'矩形樹圖','sunburst':_0x1eeca0(0x189),'gauge':_0x1eeca0(0x1e4),'chord':_0x1eeca0(0x1e2)},'section':{'waterfall':'瀑布圖','paretoBar':_0x1eeca0(0x1c1),'paretoLine':_0x1eeca0(0x247),'pie':'餅圖','wordCloud':'詞雲','radar':_0x1eeca0(0x1ef),'funnel':_0x1eeca0(0x1fc),'relation':_0x1eeca0(0x195),'lineAndArea':_0x1eeca0(0x251),'gridlinesAndTicks':_0x1eeca0(0x18b),'indicatorLine':'指示線','candlestick':_0x1eeca0(0x1cc),'histogram':'直方圖','treemap':_0x1eeca0(0x227),'sunburst':_0x1eeca0(0x189),'gauge':_0x1eeca0(0x1d7),'chord':_0x1eeca0(0x1e2)},'presentation':{'backgroundColor':_0x1eeca0(0x1ce),'theme':'主題','gradientFill':_0x1eeca0(0x20d),'bodyFontSize':'正文字體大小','bodyFontColor':_0x1eeca0(0x18d),'titleType':_0x1eeca0(0x196),'horizontalAxisTitle':'橫軸標題','verticalAxisTitle':'縱軸標題','rightVerticalAxisTitle':'右縱軸標題','wrap':_0x1eeca0(0x216),'selectMode':_0x1eeca0(0x1dd),'visualMapType':_0x1eeca0(0x188),'align':'對準'},'numberFormat':{'source':_0x1eeca0(0x1dc),'number':'數量','scientific':'科學的','custom':_0x1eeca0(0x1aa),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x1eeca0(0x209),'formatTypes':'格式類型','generalDesc':_0x1eeca0(0x18f),'accountingDesc':_0x1eeca0(0x1cf),'currencyDesc':_0x1eeca0(0x235),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandsDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x1eeca0(0x24c),'currencyTypes':_0x1eeca0(0x1bb),'negativeNumberTypes':_0x1eeca0(0x1c0),'dateTypes':_0x1eeca0(0x1c8),'setFormat':'設定標籤格式'},'series':{'rightAxis':'右軸','allSeries':_0x1eeca0(0x1f0),'aggregate':'彙總','borderOpacity':_0x1eeca0(0x19b),'solid':'固體','pointShape':'點狀','pointSize':_0x1eeca0(0x204),'pointColor':_0x1eeca0(0x19f),'removeDataPoint':'刪除資料點','square':'廣場','rect':'矩形','roundRect':'圓角矩形','pin':'針形','emptyCircle':'空心圓形','emptySquare':_0x1eeca0(0x224),'emptyTriangle':_0x1eeca0(0x1ed),'emptyDiamond':_0x1eeca0(0x20e),'emptyRect':_0x1eeca0(0x1ca),'emptyRoundRect':'空心圓角矩形','emptyPin':_0x1eeca0(0x205),'emptyArrow':_0x1eeca0(0x1a1)},'lineAndArea':{'lineStyle':_0x1eeca0(0x21d),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x1eeca0(0x1e5),'breakLine':'斷線','connect':_0x1eeca0(0x190),'zero':'視為零'},'axis':{'useDateAxis':_0x1eeca0(0x1c4),'target':'軸','lineColor':_0x1eeca0(0x1b6),'lineWidth':'線寬','labelRotation':_0x1eeca0(0x21e),'reverse':'反轉軸','gridlineVisible':_0x1eeca0(0x1d9),'gridlineColor':_0x1eeca0(0x22f),'gridlineWidth':_0x1eeca0(0x23b),'tickVisible':'蜱蟲','tickLength':_0x1eeca0(0x1b4),'tickWidth':_0x1eeca0(0x1f8),'tickColor':_0x1eeca0(0x250),'tickPosition':_0x1eeca0(0x200)},'indicator':{'lineColor':_0x1eeca0(0x19e),'lineType':_0x1eeca0(0x220),'labelBackground':'標籤背景','labelText':_0x1eeca0(0x207)},'trendline':{'add':_0x1eeca0(0x19c),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':'多項式','power':'電源','movingAverage':_0x1eeca0(0x1e8),'showFormula':_0x1eeca0(0x1c2),'showR2':_0x1eeca0(0x1df),'order':'訂單','period':'時期','formulaColor':'配方顏色','r2Color':'R²顏色'},'pareto':{'includeZeroValues':_0x1eeca0(0x230)},'plotArea':{'label':_0x1eeca0(0x1cb),'manual':'手動','left':'左側(%)','top':_0x1eeca0(0x1ae),'width':'寬度(%)','height':_0x1eeca0(0x1a9)},'bar':{'layout':'柱形間距','gapWidth':_0x1eeca0(0x1a6),'overlap':_0x1eeca0(0x193)},'pie':{'mode':_0x1eeca0(0x1d2),'modeNormal':'一般','modePieOfPie':_0x1eeca0(0x1a0),'modeBarOfPie':_0x1eeca0(0x1a7),'splitType':'分割依據','splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x1eeca0(0x211),'customSelectedCountValue':_0x1eeca0(0x1e1),'positionCount':'次要圖表資料點數','valueLessThan':_0x1eeca0(0x236),'percentageLessThan':'百分比小於','secondarySize':'次要圖表大小','advancedLayout':_0x1eeca0(0x238),'connector':'連接線','slices':'扇區','gapWidth':_0x1eeca0(0x243),'connectorColor':_0x1eeca0(0x1a5),'connectorWidth':_0x1eeca0(0x1b9),'connectorType':_0x1eeca0(0x22c),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x1eeca0(0x208),'doughnutHole':_0x1eeca0(0x1c7),'startAngle':_0x1eeca0(0x234),'explosion':'扇區分離(%)','paddingAngle':_0x1eeca0(0x24d),'halfPie':'半個餡餅','rosePie':_0x1eeca0(0x1bf),'labelLine':_0x1eeca0(0x1b3)},'radar':{'shape':_0x1eeca0(0x21c),'polygon':_0x1eeca0(0x1e3),'fill':'區域填充'},'funnel':{'gap':'專案差距','absoluteValues':_0x1eeca0(0x1d8)},'heatmap':{'unit':_0x1eeca0(0x218),'labels':_0x1eeca0(0x22b)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':_0x1eeca0(0x1f3),'valueSize':'按值調整節點大小','rotateLabels':'旋轉標籤','gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x1eeca0(0x21a),'repeat':_0x1eeca0(0x229),'cloud':'雲','rect':'長方形','cardioid':'心形','heart':'心','triangle-forward':_0x1eeca0(0x242),'pentagon':_0x1eeca0(0x21f),'star':'明星'},'waterfall':{'styleTarget':_0x1eeca0(0x231),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':_0x1eeca0(0x1c9),'connector':_0x1eeca0(0x210)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':'K\x20線狀態','open':_0x1eeca0(0x20f),'high':_0x1eeca0(0x1fb),'low':_0x1eeca0(0x246),'close':_0x1eeca0(0x1a8),'rising':'上漲','falling':'下跌','doji':'十字線','bodyColor':_0x1eeca0(0x1a3),'fillOpacity':'填滿不透明度','wickColor':_0x1eeca0(0x1ea),'wickWidth':'影線寬度','wickOpacity':_0x1eeca0(0x23e),'candleWidth':'燭身寬度','hollow':'空心\x20K\x20線','columnsError':_0x1eeca0(0x226),'series':'OHLC\x20數列'},'histogram':{'binGap':'組距','binningMode':_0x1eeca0(0x1d3),'count':'計數','width':'寬度','binCount':'組數','binWidth':_0x1eeca0(0x18c),'underflow':_0x1eeca0(0x249),'overflow':_0x1eeca0(0x19d),'frequency':'頻數'},'treemap':{'parentLabelLayout':_0x1eeca0(0x24e),'banner':'橫幅','overlapping':'重疊','leafLabel':_0x1eeca0(0x1c5),'hierarchy':_0x1eeca0(0x244),'diagnostic':_0x1eeca0(0x23d)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x1eeca0(0x233),'moveUp':_0x1eeca0(0x232),'moveDown':_0x1eeca0(0x217),'removeHierarchy':'刪除階層欄位','centerLabel':'中心總計','labelFormat':_0x1eeca0(0x237),'diagnostic':_0x1eeca0(0x1db)},'gauge':{'scale':_0x1eeca0(0x18a),'majorDivisions':_0x1eeca0(0x199),'minorDivisions':_0x1eeca0(0x19a),'angles':'角度','endAngle':'結束角度','ranges':'範圍','rangeFrom':_0x1eeca0(0x245),'rangeTo':'結束值','addRange':_0x1eeca0(0x194),'removeRange':'刪除範圍','axisTick':_0x1eeca0(0x241),'splitLine':_0x1eeca0(0x24f),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x1eeca0(0x1ff),'pointerSlim':'纖細指針','template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':'進階設定','customized':'自訂','axisLabelNumberFormat':_0x1eeca0(0x22d),'detailNumberFormat':'中心數值格式','emptyDiagnostic':_0x1eeca0(0x1e7),'mappingDiagnostic':_0x1eeca0(0x1f5),'configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'source':'來源','target':'目標','count':_0x1eeca0(0x1a4),'node':'節點','ribbon':_0x1eeca0(0x219),'clockwise':_0x1eeca0(0x1af),'padAngle':_0x1eeca0(0x202),'minAngle':_0x1eeca0(0x23a),'innerRadius':'內半徑','outerRadius':_0x1eeca0(0x240),'invalidRadii':'內半徑必須小於外半徑。','rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':'相鄰節點','self':'目前節點','emptyDiagnostic':_0x1eeca0(0x18e),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x1eeca0(0x1c3),'associatedValue':'關聯值'},'common':{'category':'類別','seriesName':_0x1eeca0(0x1b7),'value':'數值','percentage':_0x1eeca0(0x24a),'borderColor':_0x1eeca0(0x1f1),'labelContent':_0x1eeca0(0x197),'labelPosition':'標籤位置','dataLabels':'資料標籤','chartType':_0x1eeca0(0x223),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':'圖表樣式','chartAndAxisTitles':_0x1eeca0(0x1d5),'legend':'圖例','chartTitle':_0x1eeca0(0x20a),'subtitle':_0x1eeca0(0x1da),'series':'系列','dataPoint':_0x1eeca0(0x22e),'trendline':_0x1eeca0(0x23c),'horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':'右縱軸','layout':_0x1eeca0(0x1de),'arrow':'箭頭','axisLabels':'軸標籤','currency':'貨幣','date':'日期','displayName':_0x1eeca0(0x1ba),'emphasis':'強調','heatmap':_0x1eeca0(0x206),'lineColor':_0x1eeca0(0x1b6),'lineWidth':'線寬','min':_0x1eeca0(0x191),'max':_0x1eeca0(0x239),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x1eeca0(0x1ee),'center':'置中','right':'右對齊'},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x1eeca0(0x214),'font':'字體','none':'無','numberFormat':_0x1eeca0(0x1b8),'borderWidth':_0x1eeca0(0x1a2),'borderType':_0x1eeca0(0x1f4),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x1eeca0(0x1ec),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x1eeca0(0x234),'valueField':_0x1eeca0(0x228),'categoryName':_0x1eeca0(0x192),'ownValue':_0x1eeca0(0x1d6),'children':'子項','label':'標籤','editChart':_0x1eeca0(0x1be),'deleteChart':_0x1eeca0(0x1fa),'insertChart':_0x1eeca0(0x1e0),'insertChartFailed':_0x1eeca0(0x1eb),'openChartPanel':_0x1eeca0(0x1b2),'hideChartPanel':_0x1eeca0(0x1ab),'exportImage':_0x1eeca0(0x203),'copy':'複製','setup':_0x1eeca0(0x201),'customize':_0x1eeca0(0x198),'data':'資料','tableDataEmpty':_0x1eeca0(0x1e6),'dataRange':_0x1eeca0(0x1ad),'editData':_0x1eeca0(0x1ac),'inlineData':'內嵌資料','switchRowColumn':_0x1eeca0(0x1f2),'useAsCategoryLabels':_0x1eeca0(0x1b1),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x1eeca0(0x1bd),'addRow':_0x1eeca0(0x212),'addColumn':_0x1eeca0(0x20b)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':'軸標題','gridline':_0x1eeca0(0x1d9),'tick':'刻度線','mark':'標記','dataLabel':_0x1eeca0(0x1d1)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':_0x1eeca0(0x187),'titleText':'標題文字'},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};module[_0x1eeca0(0x1bc)]=e;