@univerjs-pro/sheets-chart-ui 0.25.1 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) 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 +0 -4
  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/controllers/chart-render.controller.d.ts +8 -2
  63. package/lib/types/controllers/components.controller.d.ts +9 -0
  64. package/lib/types/controllers/{sheets-chart-ui.controller.d.ts → ui.controller.d.ts} +3 -3
  65. package/lib/types/index.d.ts +2 -2
  66. package/lib/types/locale/types.d.ts +3 -0
  67. package/lib/types/services/chart-render.service.d.ts +13 -3
  68. package/lib/types/services/sheets-chart-ui.service.d.ts +1 -0
  69. package/lib/types/util.d.ts +2 -1
  70. package/lib/types/views/chart-edit-panel/ChartEditPanel.d.ts +3 -4
  71. package/lib/types/views/chart-edit-panel/Options.d.ts +7 -6
  72. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +1 -3
  73. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
  74. package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
  75. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +1 -3
  76. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +2 -2
  77. package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +1 -1
  78. package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -3
  79. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +2 -3
  80. package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +1 -1
  81. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +2 -3
  82. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +1 -3
  83. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +1 -3
  84. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -3
  85. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +1 -3
  86. package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +5 -2
  87. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +1 -3
  88. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +1 -3
  89. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +1 -3
  90. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +2 -3
  91. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +1 -3
  92. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +2 -3
  93. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +1 -3
  94. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -3
  95. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +5 -6
  96. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -1
  97. package/lib/types/views/print-chart/index.d.ts +2 -1
  98. package/lib/umd/index.js +1 -1
  99. package/lib/umd/locale/ar-SA.js +1 -1
  100. package/lib/umd/locale/ca-ES.js +1 -1
  101. package/lib/umd/locale/de-DE.js +1 -1
  102. package/lib/umd/locale/en-US.js +1 -1
  103. package/lib/umd/locale/es-ES.js +1 -1
  104. package/lib/umd/locale/fa-IR.js +1 -1
  105. package/lib/umd/locale/fr-FR.js +1 -1
  106. package/lib/umd/locale/id-ID.js +1 -1
  107. package/lib/umd/locale/it-IT.js +1 -1
  108. package/lib/umd/locale/ja-JP.js +1 -1
  109. package/lib/umd/locale/ko-KR.js +1 -1
  110. package/lib/umd/locale/pl-PL.js +1 -1
  111. package/lib/umd/locale/pt-BR.js +1 -1
  112. package/lib/umd/locale/ru-RU.js +1 -1
  113. package/lib/umd/locale/sk-SK.js +1 -1
  114. package/lib/umd/locale/vi-VN.js +1 -1
  115. package/lib/umd/locale/zh-CN.js +1 -1
  116. package/lib/umd/locale/zh-HK.js +1 -1
  117. package/lib/umd/locale/zh-TW.js +1 -1
  118. package/package.json +19 -19
  119. package/lib/types/wordcloud/index.d.ts +0 -2
  120. package/lib/types/wordcloud/layout.d.ts +0 -13
  121. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- function _0x3ee3(){const _0x593161=['Định\x20dạng\x20tiêu\x20đề','Phần\x20tư\x20thứ\x20nhất','Kết\x20thúc','Trục\x20ngày\x20chỉ\x20khả\x20dụng\x20khi\x20tất\x20cả\x20dữ\x20liệu\x20đều\x20có\x20định\x20dạng\x20ngày','Bên\x20trong','Phần\x20trăm\x20chồng','Phần\x20trăm','Căn\x20phải','Kiểu\x20giá\x20trị\x20âm','Cài\x20đặt\x20khác','Văn\x20bản\x20nhãn','Bên\x20ngoài','Xóa\x20biểu\x20đồ','Lỗ\x20bánh\x20rán','Hiển\x20thị\x20đường\x20trục','Tỷ\x20lệ\x20tích\x20lũy','Phần\x20nghìn','Biểu\x20đồ\x20diện\x20tích','Định\x20dạng','Tự\x20động','Ngày\x20tháng','Tên\x20đường\x20xu\x20hướng','Trục\x20đứng','Công\x20thức','Biểu\x20đồ\x20thác\x20nước','Kiểu\x20điểm\x20dữ\x20liệu','Tùy\x20chọn\x20trục','Hình\x20vuông\x20trống','Phạm\x20vi\x20dữ\x20liệu','Màu','Chọn\x20một','Không','850370KYIenh','Nhãn\x20bong\x20bóng','Word\x20cloud','Tiêu\x20đề\x20trục\x20Y','Đa\x20giác','Màu\x20đường\x20xu\x20hướng','Dấu\x20chấm\x20chính','Tiêu\x20đề\x20trục\x20X','Kế\x20toán','Kiểu\x20biểu\x20đồ','Kiểu\x20số\x20âm','Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng','Màu\x20nền','Biểu\x20đồ\x20Sankey','Nửa\x20bánh','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Phải','Chung','Loại\x20biểu\x20đồ','Đặt\x20lại','Bắt\x20đầu','794248yLQREJ','Định\x20dạng\x20phần\x20nghìn\x20dùng\x20cho\x20các\x20số\x20thông\x20thường;\x20định\x20dạng\x20tiền\x20tệ\x20và\x20kế\x20toán\x20cung\x20cấp\x20các\x20tùy\x20chọn\x20chuyên\x20biệt\x20cho\x20giá\x20trị\x20tài\x20chính.','Mũi\x20tên','315363vtpxFe','Chế\x20độ\x20chọn\x20chú\x20giải','Thiết\x20lập\x20trường','{0}\x20độ\x20dày','Hình\x20chữ\x20nhật','Liền','Định\x20dạng\x20ngày\x20hiển\x20thị\x20số\x20sê-ri\x20ngày\x20giờ\x20dưới\x20dạng\x20giá\x20trị\x20ngày\x20tháng.','Hình\x20chữ\x20nhật\x20bo\x20góc','{0}\x20hình\x20dạng','3083900HVCjgn','Trung\x20vị','Tối\x20đa','Biểu\x20đồ\x20đường','Viền','Tần\x20suất','Biểu\x20đồ\x20phễu','Sử\x20dụng\x20trục\x20Y\x20phải','{0}\x20loại','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','Tùy\x20chọn\x20bố\x20cục\x20lực\x20tác\x20động','Định\x20dạng\x20tiền\x20tệ\x20dùng\x20cho\x20các\x20giá\x20trị\x20tài\x20chính\x20chung,\x20trong\x20khi\x20định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20dấu\x20thập\x20phân\x20theo\x20cột\x20giá\x20trị.','Vị\x20trí\x20tiêu\x20đề','Biểu\x20đồ\x20hộp','Kích\x20thước\x20bong\x20bóng','Điểm\x20dữ\x20liệu','21282440wuDdrN','Thiết\x20lập','Tất\x20cả\x20các\x20loạt','Đường\x20chỉ\x20số','Trên\x20cùng','Văn\x20bản\x20tiêu\x20đề','Biểu\x20đồ\x20thanh','Chú\x20thích\x20giá\x20trị\x20dương','Chú\x20giải','Loạt\x20{0}','Biểu\x20đồ\x20word\x20cloud','Trục\x20phải','Chủ\x20đề','Xếp\x20chồng','Giữa','Đường\x20lưới','Tối\x20thiểu','Hình\x20ghim','Biểu\x20đồ\x20cổ\x20phiếu','Kiểu\x20xếp\x20chồng','Điểm','Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','Tổng\x20phụ','Dưới\x20cùng','Chọn\x20nhiều','Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','Tỷ\x20lệ\x20giá\x20trị\x20bánh','Chiều\x20dài\x20dấu\x20chấm','Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Hiển\x20thị\x20nhãn','Danh\x20mục','Mục\x20thứ\x20{0}','Hình\x20tròn\x20trống','Loại\x20bố\x20cục','Số\x20chữ\x20số\x20thập\x20phân','Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','{0}\x20định\x20dạng','Vị\x20trí\x20dấu\x20chấm','Chu\x20kỳ\x20trung\x20bình\x20động','Hình\x20chữ\x20nhật\x20trống','Chèn\x20biểu\x20đồ','Khoảng\x20trống','Chú\x20thích\x20tổng\x20phụ','Liên\x20tục','Biểu\x20đồ\x20kết\x20hợp','{0}\x20độ\x20mờ','Hủy','Tuyến\x20tính','Tiêu\x20đề\x20trục\x20Y\x20phải','Hiển\x20thị\x20đường\x20nhãn','(Trống)','Biểu\x20đồ\x20tròn','2533938WzYXye','Trục','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Đường\x20lưới\x20và\x20dấu','Tùy\x20chỉnh','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Đường','Thêm\x20loạt','Hiển\x20thị\x20tổng\x20phụ','Căn\x20giữa','Bánh\x20hồng','Mũi\x20tên\x20trống','Hình\x20tròn','Căn\x20trái','Hình\x20tam\x20giác\x20trống','Hiển\x20thị\x20nhãn\x20dữ\x20liệu','Tiền\x20tệ','Đa\x20thức','{0}\x20kích\x20thước','Biểu\x20đồ\x20diện\x20tích\x20chồng','Bậc\x20của\x20đa\x20thức','Kiểu\x20giá\x20trị\x20dương','Nhãn\x20dữ\x20liệu','Thêm\x20điểm\x20dữ\x20liệu','Lũy\x20thừa','Trục\x20trái','Giá\x20trị\x20nhỏ\x20nhất','Góc\x20đệm','Hậu\x20tố\x20giá\x20trị','Biểu\x20đồ\x20quan\x20hệ','Đường\x20xu\x20hướng','Trọng\x20lực','Kiểu\x20tổng\x20phụ','Lặp\x20lại\x20word\x20cloud','Trái','Đảo\x20thứ\x20tự\x20trục','Các\x20loại\x20định\x20dạng','Đường\x20lưới\x20chính','Hình\x20thoi\x20trống','Hiển\x20thị\x20công\x20thức','Hiển\x20thị\x20R\x20bình\x20phương','Xoay\x20nhãn','Biểu\x20đồ\x20donut','Đóng','Màu\x20đường\x20chỉ\x20số','Trục\x20Y','Hiển\x20thị\x20ô\x20trống\x20như','Tuần\x20tự','18ykgwSF','Hàm\x20mũ','Tiêu\x20đề','{0}\x20màu','Khoảng\x20cách\x20giữa\x20các\x20nút','Loại\x20đường\x20xu\x20hướng','Khoảng\x20cách','Vị\x20trí','Chồng','Chuyển\x20sang\x20hàng\x20hoặc\x20cột','Loại\x20đường','3394455mscDaE'];_0x3ee3=function(){return _0x593161;};return _0x3ee3();}const _0x35c4bc=_0x5c45;function _0x5c45(_0x80092a,_0x595761){_0x80092a=_0x80092a-0xca;const _0x3ee301=_0x3ee3();let _0x5c45d6=_0x3ee301[_0x80092a];return _0x5c45d6;}(function(_0x4bc289,_0x4cfae4){const _0x2e84f0=_0x5c45,_0x122b35=_0x4bc289();while(!![]){try{const _0x2283ab=parseInt(_0x2e84f0(0x122))/0x1+parseInt(_0x2e84f0(0xf6))/0x2*(-parseInt(_0x2e84f0(0x13a))/0x3)+-parseInt(_0x2e84f0(0x143))/0x4+-parseInt(_0x2e84f0(0x101))/0x5+-parseInt(_0x2e84f0(0x187))/0x6+-parseInt(_0x2e84f0(0x137))/0x7+parseInt(_0x2e84f0(0x153))/0x8;if(_0x2283ab===_0x4cfae4)break;else _0x122b35['push'](_0x122b35['shift']());}catch(_0x812c33){_0x122b35['push'](_0x122b35['shift']());}}}(_0x3ee3,0x8d575));const e={'sheets-chart-ui':{'permission':{'editErr':'Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20ngườ\x20i\x20tạo.'},'insertChart':_0x35c4bc(0x17b),'editChart':'Biên\x20tập\x20biểu\x20đồ','openChartPanel':_0x35c4bc(0x16f),'deleteChart':_0x35c4bc(0x10e),'hideChartPanel':'Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','setupChart':_0x35c4bc(0x154),'customChart':_0x35c4bc(0xca),'default':'Mặc\x20định','reset':_0x35c4bc(0x135),'chartType':_0x35c4bc(0x134),'themes':_0x35c4bc(0x15f),'dataRange':_0x35c4bc(0x11e),'stack':'Chồng','category':_0x35c4bc(0x171),'aggregate':'Tổng\x20hợp','allSeries':_0x35c4bc(0x155),'series':'Loạt','addSeries':_0x35c4bc(0xcd),'moreSettings':_0x35c4bc(0x10b),'min':_0x35c4bc(0x163),'max':_0x35c4bc(0x145),'invalidType':{'gaps':_0x35c4bc(0x17c),'zero':_0x35c4bc(0x121),'connectDataPointsWithStraightLines':_0x35c4bc(0x12d)},'blank':_0x35c4bc(0x185),'seriesBlock':{'format':_0x35c4bc(0x114),'dataPointStyle':_0x35c4bc(0x11b)},'backgroundColor':_0x35c4bc(0x12e),'chartBorderColor':'Màu\x20viền\x20biểu\x20đồ','titles':{'title':_0x35c4bc(0xf8),'mainTitle':'Tiêu\x20đề\x20chính','subTitle':'Tiêu\x20đề\x20phụ','xAxisTitle':_0x35c4bc(0x129),'yAxisTitle':_0x35c4bc(0x125),'rightYAxisTitle':_0x35c4bc(0x183),'titleFormat':_0x35c4bc(0x102),'titleText':_0x35c4bc(0x158),'titlePosition':_0x35c4bc(0x14f),'titleAlign':'Căn\x20tiêu\x20đề\x20trục'},'axisPositionType':{'start':_0x35c4bc(0x136),'center':_0x35c4bc(0x161),'end':_0x35c4bc(0x104)},'gradientFill':'Đổ\x20màu','settingsLabels':{'switchToRowOrColumn':_0x35c4bc(0xff),'useAsCategoryLabels':'Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','showEmptyCellsAs':_0x35c4bc(0xf4)},'positionType':{'auto':'Tự\x20động','inside':_0x35c4bc(0x106),'outside':_0x35c4bc(0x10d),'top':_0x35c4bc(0x157),'bottom':_0x35c4bc(0x16a),'left':_0x35c4bc(0xe8),'right':_0x35c4bc(0x132),'hide':'Ẩn'},'align':{'left':_0x35c4bc(0xd3),'center':_0x35c4bc(0xcf),'right':_0x35c4bc(0x109)},'alignY':{'top':_0x35c4bc(0x157),'middle':'Giữa','bottom':_0x35c4bc(0x16a)},'chartStyle':_0x35c4bc(0x12b),'chartAndAxisTitles':_0x35c4bc(0x131),'legend':_0x35c4bc(0x15b),'legendSelectMode':_0x35c4bc(0x13b),'legendSelectModeType':{'single':_0x35c4bc(0x120),'multiple':_0x35c4bc(0x16b),'close':_0x35c4bc(0xf1)},'legendVisualMapType':{'continuous':_0x35c4bc(0x17e),'piecewise':'Mảnh'},'axes':{'axis':_0x35c4bc(0x188),'axisOptions':_0x35c4bc(0x11c),'horizontalAxis':'Trục\x20ngang','verticalAxis':_0x35c4bc(0x118),'rightVerticalAxis':'Trục\x20đứng\x20phải','leftAxis':_0x35c4bc(0xdf),'rightAxis':_0x35c4bc(0x15e),'useRightAxis':_0x35c4bc(0x14a)},'position':_0x35c4bc(0xfd),'dataLabels':_0x35c4bc(0xdc),'gridlinesAndTicks':_0x35c4bc(0x18a),'indicatorLine':_0x35c4bc(0x156),'indicatorLineType':'Loại\x20đường\x20chỉ\x20số','indicatorLineColor':_0x35c4bc(0xf2),'indicatorLabel':'Nhãn\x20chỉ\x20số','indicatorValue':'Giá\x20trị\x20chỉ\x20số','shape':{'polygon':_0x35c4bc(0x126),'circle':_0x35c4bc(0xd2),'square':'Hình\x20vuông','triangle':'Hình\x20tam\x20giác','diamond':'Hình\x20thoi','rect':_0x35c4bc(0x13e),'roundRect':_0x35c4bc(0x141),'pin':_0x35c4bc(0x164),'arrow':_0x35c4bc(0x139),'none':_0x35c4bc(0x121),'emptyCircle':_0x35c4bc(0x173),'emptySquare':_0x35c4bc(0x11d),'emptyTriangle':_0x35c4bc(0xd4),'emptyDiamond':_0x35c4bc(0xec),'emptyRect':_0x35c4bc(0x17a),'emptyRoundRect':_0x35c4bc(0x176),'emptyPin':'Hình\x20ghim\x20trống','emptyArrow':_0x35c4bc(0xd1)},'border':_0x35c4bc(0x147),'value':'Giá\x20trị','fill':'Đổ\x20màu','line':_0x35c4bc(0xcc),'withOpacity':_0x35c4bc(0x180),'withColor':_0x35c4bc(0xf9),'withThickness':_0x35c4bc(0x13d),'withType':_0x35c4bc(0x14b),'withSize':_0x35c4bc(0xd8),'withShape':_0x35c4bc(0x142),'withFormat':_0x35c4bc(0x177),'dataPoint':_0x35c4bc(0x152),'dataNodeShape':'Hình\x20dạng\x20nút\x20dữ\x20liệu','addDataPoint':_0x35c4bc(0xdd),'point':_0x35c4bc(0x167),'percentage':_0x35c4bc(0x108),'lineType':{'line':_0x35c4bc(0xcc),'smooth':'Mượt','step':'Bước'},'stackType':{'stack':_0x35c4bc(0xfe),'percent':_0x35c4bc(0x107)},'lineDashType':_0x35c4bc(0x100),'dashType':{'solid':_0x35c4bc(0x13f),'dash':'Gạch','dot':'Chấm'},'color':_0x35c4bc(0x11f),'gridlines':{'majorGridlines':_0x35c4bc(0xeb),'text':_0x35c4bc(0x162)},'ticks':{'majorTick':_0x35c4bc(0x128),'tickPosition':_0x35c4bc(0x178),'tickLength':_0x35c4bc(0x16e)},'none':_0x35c4bc(0x121),'theIndexItem':_0x35c4bc(0x172),'seriesDefaultName':_0x35c4bc(0x15c),'categoryDefaultName':'Danh\x20mục\x20{0}','styleEditPanel':{'showLabels':_0x35c4bc(0x170),'showDataLabels':_0x35c4bc(0xd5),'padAngle':_0x35c4bc(0xe1),'halfPie':_0x35c4bc(0x130),'rosePie':_0x35c4bc(0xd0),'pieValScale':_0x35c4bc(0x16d),'pieValSuffix':_0x35c4bc(0xe2),'pieDigitalFixed':'Chữ\x20số\x20cố\x20định','showLabelLine':_0x35c4bc(0x184),'reverseAxisOrder':_0x35c4bc(0xe9),'showAxisLine':_0x35c4bc(0x110),'labelPosition':'Vị\x20trí\x20nhãn','labelText':_0x35c4bc(0x10c),'repeatWordCould':_0x35c4bc(0xe7),'gap':_0x35c4bc(0xfc),'useAbsValue':_0x35c4bc(0x189),'labelRotate':_0x35c4bc(0xef),'wordCloudShape':'Hình\x20dạng\x20word\x20cloud','useDateAxis':'Sử\x20dụng\x20trục\x20ngày','dateAxisTips':_0x35c4bc(0x105)},'radar':{'fill':'Đổ\x20màu'},'doughnutHole':_0x35c4bc(0x10f),'msg':{'invalidSource':'Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.','emptyTips':_0x35c4bc(0xcb),'sankeyCircularTips':'Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp'},'cloud':{'title':_0x35c4bc(0x124),'word':'Từ','frequency':_0x35c4bc(0x148)},'trendline':{'name':_0x35c4bc(0xe4),'displayName':'Tên\x20đường\x20xu\x20hướng','addTrendLine':'Thêm\x20đường\x20xu\x20hướng','trendlineType':_0x35c4bc(0xfb),'trendlineName':_0x35c4bc(0x117),'trendlineColor':_0x35c4bc(0x127),'trendlineThickness':'Độ\x20dày\x20đường\x20xu\x20hướng','trendlineDashType':'Loại\x20đường\x20nét\x20đứt\x20của\x20đường\x20xu\x20hướng','exp':_0x35c4bc(0xf7),'linear':_0x35c4bc(0x182),'log':'Logarit','pow':_0x35c4bc(0xde),'movingAvg':'Trung\x20bình\x20động','poly':_0x35c4bc(0xd7),'order':_0x35c4bc(0xda),'period':_0x35c4bc(0x179),'showFormula':_0x35c4bc(0xed),'showR2':_0x35c4bc(0xee),'formula':_0x35c4bc(0x119),'r2':'R\x20bình\x20phương'},'bubble':{'xAxis':'Trục\x20X','yAxis':_0x35c4bc(0xf3),'size':_0x35c4bc(0x151),'label':_0x35c4bc(0x123),'emptyTips':'Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y'},'relation':{'title':_0x35c4bc(0xe3),'auto':_0x35c4bc(0x115),'circular':_0x35c4bc(0xd2),'force':'Lực\x20tác\x20động','useValueAsSymbolSize':'Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','layoutType':_0x35c4bc(0x174),'forceOptions':_0x35c4bc(0x14d),'repulsion':'Lực\x20đẩy','gravity':_0x35c4bc(0xe5),'edgeLength':_0x35c4bc(0xfa),'rotateLabel':_0x35c4bc(0xef),'emphasis':_0x35c4bc(0x168),'emptyTips':'Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai'},'waterfall':{'stackType':_0x35c4bc(0x166),'arrangement':_0x35c4bc(0xf5),'stacked':_0x35c4bc(0x160),'positive':'Giá\x20trị\x20dương','negative':'Giá\x20trị\x20âm','subtotal':_0x35c4bc(0x169),'showSubtotal':_0x35c4bc(0xce),'positiveStyle':_0x35c4bc(0xdb),'negativeStyle':_0x35c4bc(0x10a),'subtotalStyle':_0x35c4bc(0xe6),'positiveLegendText':_0x35c4bc(0x15a),'negativeLegendText':'Chú\x20thích\x20giá\x20trị\x20âm','subtotalLegendText':_0x35c4bc(0x17d)},'pareto':{'lineName':_0x35c4bc(0x111),'lineSeries':_0x35c4bc(0x16c),'barSeries':'Chuỗi\x20biểu\x20đồ\x20cột'},'visualMapScope':'Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','boxplot':{'min':_0x35c4bc(0xe0),'q1':_0x35c4bc(0x103),'median':_0x35c4bc(0x144),'q3':'Phần\x20tư\x20thứ\x20ba','max':'Giá\x20trị\x20lớn\x20nhất'},'chartTypes':{'line':_0x35c4bc(0x146),'area':_0x35c4bc(0x113),'areaStacked':_0x35c4bc(0xd9),'areaPercentStacked':_0x35c4bc(0x14c),'column':'Biểu\x20đồ\x20cột','bar':_0x35c4bc(0x159),'barStacked':'Biểu\x20đồ\x20thanh\x20chồng','barPercentStacked':'Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','pie':_0x35c4bc(0x186),'donut':_0x35c4bc(0xf0),'scatter':'Biểu\x20đồ\x20phân\x20tán','radar':'Biểu\x20đồ\x20radar','bubble':'Biểu\x20đồ\x20bong\x20bóng','stock':_0x35c4bc(0x165),'combination':_0x35c4bc(0x17f),'wordCloud':_0x35c4bc(0x15d),'funnel':_0x35c4bc(0x149),'relation':_0x35c4bc(0xe3),'waterfall':_0x35c4bc(0x11a),'pareto':'Biểu\x20đồ\x20Pareto','sankey':_0x35c4bc(0x12f),'heatmap':'Biểu\x20đồ\x20nhiệt','boxplot':_0x35c4bc(0x150)},'dialog':{'numfmt':{'general':_0x35c4bc(0x133),'accounting':_0x35c4bc(0x12a),'currency':_0x35c4bc(0xd6),'date':_0x35c4bc(0x116),'thousandthPercentile':_0x35c4bc(0x112),'fieldSetting':_0x35c4bc(0x13c),'formatTypes':_0x35c4bc(0xea),'confirm':'Đồng\x20ý','cancel':_0x35c4bc(0x181),'generalDesc':'Định\x20dạng\x20chung\x20không\x20áp\x20dụng\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','accountingDesc':'Định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20ký\x20hiệu\x20tiền\x20tệ\x20và\x20dấu\x20thập\x20phân\x20theo\x20cột.','currencyDesc':_0x35c4bc(0x14e),'dateDesc':_0x35c4bc(0x140),'thousandthPercentileDesc':_0x35c4bc(0x138),'decimalPlaces':_0x35c4bc(0x175),'currencyTypes':'Loại\x20tiền\x20tệ','negativeNumberTypes':_0x35c4bc(0x12c),'dateTypes':'Kiểu\x20ngày\x20tháng'},'setFormat':'Thiết\x20lập\x20định\x20dạng\x20nhãn'}}};export{e as default};
1
+ const _0x2e85aa=_0x39ec;function _0x39ec(_0x4babe5,_0x451caf){_0x4babe5=_0x4babe5-0x184;const _0x334c53=_0x334c();let _0x39ec54=_0x334c53[_0x4babe5];return _0x39ec54;}(function(_0x314892,_0x332870){const _0x18b390=_0x39ec,_0x2d3d3d=_0x314892();while(!![]){try{const _0x2c53a=parseInt(_0x18b390(0x1ad))/0x1*(parseInt(_0x18b390(0x226))/0x2)+-parseInt(_0x18b390(0x1a0))/0x3*(parseInt(_0x18b390(0x23f))/0x4)+parseInt(_0x18b390(0x190))/0x5*(-parseInt(_0x18b390(0x20c))/0x6)+-parseInt(_0x18b390(0x19d))/0x7+parseInt(_0x18b390(0x19a))/0x8*(-parseInt(_0x18b390(0x1cc))/0x9)+parseInt(_0x18b390(0x20e))/0xa*(-parseInt(_0x18b390(0x1fa))/0xb)+parseInt(_0x18b390(0x1b9))/0xc;if(_0x2c53a===_0x332870)break;else _0x2d3d3d['push'](_0x2d3d3d['shift']());}catch(_0x48e828){_0x2d3d3d['push'](_0x2d3d3d['shift']());}}}(_0x334c,0x53821));function _0x334c(){const _0xd345a9=['Biểu\x20đồ\x20Sankey','Đường\x20lưới','Trái','Biểu\x20đồ\x20cổ\x20phiếu','Giá\x20trị\x20âm','Danh\x20mục','Khoảng\x20trống','Hậu\x20tố\x20giá\x20trị','Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','Loại\x20đường\x20xu\x20hướng','Phạm\x20vi\x20dữ\x20liệu','Xếp\x20chồng','Thiết\x20lập\x20định\x20dạng\x20nhãn','Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','Biểu\x20đồ\x20nhiệt','Màu','Xóa\x20biểu\x20đồ','Phần\x20trăm','Trên\x20cùng','Góc\x20đệm','Điểm\x20dữ\x20liệu','Tùy\x20chỉnh','Mượt','5WIrlfu','(Trống)','Biểu\x20đồ\x20diện\x20tích','Hình\x20tam\x20giác\x20trống','Đường\x20xu\x20hướng','Hình\x20chữ\x20nhật\x20bo\x20góc','Tỷ\x20lệ\x20tích\x20lũy','Thêm\x20đường\x20xu\x20hướng','Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','{0}\x20độ\x20dày','24KLxwhf','Hiển\x20thị\x20nhãn\x20dữ\x20liệu','Vị\x20trí','358421xsIetF','Nửa\x20bánh','Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','2157qCxeIt','Chú\x20thích\x20tổng\x20phụ','Kiểu\x20xếp\x20chồng','Hình\x20vuông\x20trống','Định\x20dạng\x20ngày\x20hiển\x20thị\x20số\x20sê-ri\x20ngày\x20giờ\x20dưới\x20dạng\x20giá\x20trị\x20ngày\x20tháng.','Kiểu\x20biểu\x20đồ','Biểu\x20đồ\x20radar','Kiểu\x20ngày\x20tháng','Đổ\x20màu','Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng','Trục\x20X','Viền','Màu\x20viền\x20biểu\x20đồ','27QzLtiA','Giá\x20trị\x20nhỏ\x20nhất','Cài\x20đặt\x20khác','Kích\x20thước\x20bong\x20bóng','Đường\x20chỉ\x20số','Bậc\x20của\x20đa\x20thức','Loạt','Đóng','{0}\x20độ\x20mờ','Tất\x20cả\x20các\x20loạt','Tổng\x20phụ','Chung','17341752bJXFPH','Mũi\x20tên','Biểu\x20đồ\x20tròn','Trung\x20bình\x20động','{0}\x20hình\x20dạng','Hình\x20tròn\x20trống','Danh\x20mục\x20{0}','Hình\x20chữ\x20nhật','Loại\x20bố\x20cục','Đặt\x20lại','Trung\x20vị','Bên\x20ngoài','Mũi\x20tên\x20trống','Word\x20cloud','Loại\x20đường\x20nét\x20đứt\x20của\x20đường\x20xu\x20hướng','Trục\x20đứng\x20phải','Văn\x20bản\x20nhãn','Loại\x20biểu\x20đồ','Căn\x20tiêu\x20đề\x20trục','1972377IxJHmR','Đồng\x20ý','Tuần\x20tự','Hình\x20tam\x20giác','Thiết\x20lập','Chuỗi\x20biểu\x20đồ\x20cột','Tiêu\x20đề\x20phụ','Hình\x20tròn','Chèn\x20biểu\x20đồ','Liền','Đảo\x20thứ\x20tự\x20trục','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Lực\x20tác\x20động','Biểu\x20đồ\x20phân\x20tán','Đường\x20lưới\x20chính','Trục','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20ngườ\x20i\x20tạo.','Biểu\x20đồ\x20quan\x20hệ','Hiển\x20thị\x20công\x20thức','Phần\x20trăm\x20chồng','Hiển\x20thị\x20tổng\x20phụ','Đường\x20lưới\x20và\x20dấu','Tên\x20đường\x20xu\x20hướng','Trục\x20trái','Căn\x20trái','Định\x20dạng\x20tiêu\x20đề','Điểm','Không','Hình\x20thoi','Trục\x20ngày\x20chỉ\x20khả\x20dụng\x20khi\x20tất\x20cả\x20dữ\x20liệu\x20đều\x20có\x20định\x20dạng\x20ngày','Chữ\x20số\x20cố\x20định','{0}\x20màu','Nhãn\x20bong\x20bóng','Chấm','Chế\x20độ\x20chọn\x20chú\x20giải','Tự\x20động','Giữa','Tiền\x20tệ','Hình\x20dạng\x20word\x20cloud','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','Loạt\x20{0}','Lặp\x20lại\x20word\x20cloud','Màu\x20đường\x20xu\x20hướng','Giá\x20trị\x20dương','Chú\x20thích\x20giá\x20trị\x20dương','Ngày\x20tháng','13541MAvpxV','Giá\x20trị\x20chỉ\x20số','Dấu\x20chấm\x20chính','Đa\x20thức','Nhãn\x20dữ\x20liệu','Loại\x20đường','Bánh\x20hồng','Tổng\x20hợp','Phần\x20tư\x20thứ\x20nhất','Căn\x20phải','Dưới\x20cùng','Trục\x20ngang','Vị\x20trí\x20tiêu\x20đề','Tiêu\x20đề\x20trục\x20Y','Hình\x20ghim\x20trống','Định\x20dạng\x20chung\x20không\x20áp\x20dụng\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','Loại\x20đường\x20chỉ\x20số','Biểu\x20đồ\x20cột','3124722FKISiN','Biểu\x20đồ\x20thác\x20nước','490ilQOEN','Trục\x20đứng','Tiêu\x20đề\x20trục\x20Y\x20phải','Tùy\x20chọn\x20bố\x20cục\x20lực\x20tác\x20động','Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','Tỷ\x20lệ\x20giá\x20trị\x20bánh','Chồng','Tiêu\x20đề\x20trục\x20X','Bên\x20trong','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Biểu\x20đồ\x20phễu','Định\x20dạng\x20phần\x20nghìn\x20dùng\x20cho\x20các\x20số\x20thông\x20thường;\x20định\x20dạng\x20tiền\x20tệ\x20và\x20kế\x20toán\x20cung\x20cấp\x20các\x20tùy\x20chọn\x20chuyên\x20biệt\x20cho\x20giá\x20trị\x20tài\x20chính.','Số\x20chữ\x20số\x20thập\x20phân','Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','Hình\x20ghim','Hình\x20vuông','Lực\x20đẩy','Tùy\x20chọn\x20trục','Hiển\x20thị\x20R\x20bình\x20phương','Kế\x20toán','Biểu\x20đồ\x20đường','Định\x20dạng','Đường','Các\x20loại\x20định\x20dạng','36942CEkIgr','Hàm\x20mũ','Sử\x20dụng\x20trục\x20ngày','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tối\x20thiểu','Tiêu\x20đề','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Hình\x20thoi\x20trống','Biểu\x20đồ\x20donut','Kết\x20thúc','Độ\x20dày\x20đường\x20xu\x20hướng','Hiển\x20thị\x20ô\x20trống\x20như','Màu\x20nền','Sử\x20dụng\x20trục\x20Y\x20phải','Biên\x20tập\x20biểu\x20đồ','Phần\x20nghìn','Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','Gạch','Thêm\x20điểm\x20dữ\x20liệu','Biểu\x20đồ\x20bong\x20bóng','Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Trục\x20phải','Xoay\x20nhãn','Kiểu\x20tổng\x20phụ','Phải','1736GpkCpu','Bắt\x20đầu','Lỗ\x20bánh\x20rán','Mục\x20thứ\x20{0}','Khoảng\x20cách\x20giữa\x20các\x20nút','{0}\x20kích\x20thước','Loại\x20tiền\x20tệ','R\x20bình\x20phương'];_0x334c=function(){return _0xd345a9;};return _0x334c();}const e={'sheets-chart-ui':{'permission':{'editErr':_0x2e85aa(0x1dc)},'insertChart':_0x2e85aa(0x1d4),'editChart':_0x2e85aa(0x234),'openChartPanel':_0x2e85aa(0x23a),'deleteChart':_0x2e85aa(0x189),'hideChartPanel':'Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','setupChart':_0x2e85aa(0x1d0),'customChart':_0x2e85aa(0x18e),'default':'Mặc\x20định','reset':_0x2e85aa(0x1c2),'chartType':_0x2e85aa(0x1ca),'themes':'Chủ\x20đề','dataRange':_0x2e85aa(0x251),'stack':'Chồng','category':_0x2e85aa(0x24c),'aggregate':_0x2e85aa(0x201),'allSeries':_0x2e85aa(0x1b6),'series':_0x2e85aa(0x1b3),'addSeries':'Thêm\x20loạt','moreSettings':_0x2e85aa(0x1af),'min':_0x2e85aa(0x22a),'max':'Tối\x20đa','invalidType':{'gaps':_0x2e85aa(0x24d),'zero':'Không','connectDataPointsWithStraightLines':_0x2e85aa(0x1a9)},'blank':_0x2e85aa(0x191),'seriesBlock':{'format':_0x2e85aa(0x223),'dataPointStyle':'Kiểu\x20điểm\x20dữ\x20liệu'},'backgroundColor':_0x2e85aa(0x232),'chartBorderColor':_0x2e85aa(0x1ac),'titles':{'title':_0x2e85aa(0x22b),'mainTitle':'Tiêu\x20đề\x20chính','subTitle':_0x2e85aa(0x1d2),'xAxisTitle':_0x2e85aa(0x215),'yAxisTitle':_0x2e85aa(0x207),'rightYAxisTitle':_0x2e85aa(0x210),'titleFormat':_0x2e85aa(0x1e5),'titleText':'Văn\x20bản\x20tiêu\x20đề','titlePosition':_0x2e85aa(0x206),'titleAlign':_0x2e85aa(0x1cb)},'axisPositionType':{'start':_0x2e85aa(0x240),'center':_0x2e85aa(0x1f0),'end':_0x2e85aa(0x22f)},'gradientFill':'Đổ\x20màu','settingsLabels':{'switchToRowOrColumn':'Chuyển\x20sang\x20hàng\x20hoặc\x20cột','useAsCategoryLabels':_0x2e85aa(0x212),'showEmptyCellsAs':_0x2e85aa(0x231)},'positionType':{'auto':_0x2e85aa(0x1ef),'inside':_0x2e85aa(0x216),'outside':_0x2e85aa(0x1c4),'top':_0x2e85aa(0x18b),'bottom':_0x2e85aa(0x204),'left':_0x2e85aa(0x249),'right':_0x2e85aa(0x23e),'hide':'Ẩn'},'align':{'left':_0x2e85aa(0x1e4),'center':'Căn\x20giữa','right':_0x2e85aa(0x203)},'alignY':{'top':_0x2e85aa(0x18b),'middle':'Giữa','bottom':_0x2e85aa(0x204)},'chartStyle':_0x2e85aa(0x1a5),'chartAndAxisTitles':'Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','legend':'Chú\x20giải','legendSelectMode':_0x2e85aa(0x1ee),'legendSelectModeType':{'single':'Chọn\x20một','multiple':'Chọn\x20nhiều','close':_0x2e85aa(0x1b4)},'legendVisualMapType':{'continuous':'Liên\x20tục','piecewise':'Mảnh'},'axes':{'axis':_0x2e85aa(0x1db),'axisOptions':_0x2e85aa(0x21f),'horizontalAxis':_0x2e85aa(0x205),'verticalAxis':_0x2e85aa(0x20f),'rightVerticalAxis':_0x2e85aa(0x1c8),'leftAxis':_0x2e85aa(0x1e3),'rightAxis':_0x2e85aa(0x23b),'useRightAxis':_0x2e85aa(0x233)},'position':_0x2e85aa(0x19c),'dataLabels':_0x2e85aa(0x1fe),'gridlinesAndTicks':_0x2e85aa(0x1e1),'indicatorLine':_0x2e85aa(0x1b1),'indicatorLineType':_0x2e85aa(0x20a),'indicatorLineColor':'Màu\x20đường\x20chỉ\x20số','indicatorLabel':'Nhãn\x20chỉ\x20số','indicatorValue':_0x2e85aa(0x1fb),'shape':{'polygon':'Đa\x20giác','circle':_0x2e85aa(0x1d3),'square':_0x2e85aa(0x21d),'triangle':_0x2e85aa(0x1cf),'diamond':_0x2e85aa(0x1e8),'rect':_0x2e85aa(0x1c0),'roundRect':_0x2e85aa(0x195),'pin':_0x2e85aa(0x21c),'arrow':_0x2e85aa(0x1ba),'none':_0x2e85aa(0x1e7),'emptyCircle':_0x2e85aa(0x1be),'emptySquare':_0x2e85aa(0x1a3),'emptyTriangle':_0x2e85aa(0x193),'emptyDiamond':_0x2e85aa(0x22d),'emptyRect':'Hình\x20chữ\x20nhật\x20trống','emptyRoundRect':_0x2e85aa(0x21b),'emptyPin':_0x2e85aa(0x208),'emptyArrow':_0x2e85aa(0x1c5)},'border':_0x2e85aa(0x1ab),'value':'Giá\x20trị','fill':'Đổ\x20màu','line':_0x2e85aa(0x224),'withOpacity':_0x2e85aa(0x1b5),'withColor':_0x2e85aa(0x1eb),'withThickness':_0x2e85aa(0x199),'withType':'{0}\x20loại','withSize':_0x2e85aa(0x244),'withShape':_0x2e85aa(0x1bd),'withFormat':'{0}\x20định\x20dạng','dataPoint':_0x2e85aa(0x18d),'dataNodeShape':'Hình\x20dạng\x20nút\x20dữ\x20liệu','addDataPoint':_0x2e85aa(0x238),'point':_0x2e85aa(0x1e6),'percentage':_0x2e85aa(0x18a),'lineType':{'line':_0x2e85aa(0x224),'smooth':_0x2e85aa(0x18f),'step':'Bước'},'stackType':{'stack':_0x2e85aa(0x214),'percent':_0x2e85aa(0x1df)},'lineDashType':_0x2e85aa(0x1ff),'dashType':{'solid':_0x2e85aa(0x1d5),'dash':_0x2e85aa(0x237),'dot':_0x2e85aa(0x1ed)},'color':_0x2e85aa(0x188),'gridlines':{'majorGridlines':_0x2e85aa(0x1da),'text':_0x2e85aa(0x248)},'ticks':{'majorTick':_0x2e85aa(0x1fc),'tickPosition':'Vị\x20trí\x20dấu\x20chấm','tickLength':'Chiều\x20dài\x20dấu\x20chấm'},'none':_0x2e85aa(0x1e7),'theIndexItem':_0x2e85aa(0x242),'seriesDefaultName':_0x2e85aa(0x1f4),'categoryDefaultName':_0x2e85aa(0x1bf),'styleEditPanel':{'showLabels':'Hiển\x20thị\x20nhãn','showDataLabels':_0x2e85aa(0x19b),'padAngle':_0x2e85aa(0x18c),'halfPie':_0x2e85aa(0x19e),'rosePie':_0x2e85aa(0x200),'pieValScale':_0x2e85aa(0x213),'pieValSuffix':_0x2e85aa(0x24e),'pieDigitalFixed':_0x2e85aa(0x1ea),'showLabelLine':'Hiển\x20thị\x20đường\x20nhãn','reverseAxisOrder':_0x2e85aa(0x1d6),'showAxisLine':'Hiển\x20thị\x20đường\x20trục','labelPosition':'Vị\x20trí\x20nhãn','labelText':_0x2e85aa(0x1c9),'repeatWordCould':_0x2e85aa(0x1f5),'gap':'Khoảng\x20cách','useAbsValue':_0x2e85aa(0x22c),'labelRotate':'Xoay\x20nhãn','wordCloudShape':_0x2e85aa(0x1f2),'useDateAxis':_0x2e85aa(0x228),'dateAxisTips':_0x2e85aa(0x1e9)},'radar':{'fill':_0x2e85aa(0x1a8)},'doughnutHole':_0x2e85aa(0x241),'msg':{'invalidSource':'Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.','emptyTips':_0x2e85aa(0x229),'sankeyCircularTips':_0x2e85aa(0x1d7)},'cloud':{'title':_0x2e85aa(0x1c6),'word':'Từ','frequency':'Tần\x20suất'},'trendline':{'name':_0x2e85aa(0x194),'displayName':'Tên\x20đường\x20xu\x20hướng','addTrendLine':_0x2e85aa(0x197),'trendlineType':_0x2e85aa(0x250),'trendlineName':_0x2e85aa(0x1e2),'trendlineColor':_0x2e85aa(0x1f6),'trendlineThickness':_0x2e85aa(0x230),'trendlineDashType':_0x2e85aa(0x1c7),'exp':_0x2e85aa(0x227),'linear':'Tuyến\x20tính','log':'Logarit','pow':'Lũy\x20thừa','movingAvg':_0x2e85aa(0x1bc),'poly':_0x2e85aa(0x1fd),'order':_0x2e85aa(0x1b2),'period':'Chu\x20kỳ\x20trung\x20bình\x20động','showFormula':_0x2e85aa(0x1de),'showR2':_0x2e85aa(0x220),'formula':'Công\x20thức','r2':_0x2e85aa(0x246)},'bubble':{'xAxis':_0x2e85aa(0x1aa),'yAxis':'Trục\x20Y','size':_0x2e85aa(0x1b0),'label':_0x2e85aa(0x1ec),'emptyTips':'Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y'},'relation':{'title':_0x2e85aa(0x1dd),'auto':_0x2e85aa(0x1ef),'circular':_0x2e85aa(0x1d3),'force':_0x2e85aa(0x1d8),'useValueAsSymbolSize':_0x2e85aa(0x186),'layoutType':_0x2e85aa(0x1c1),'forceOptions':_0x2e85aa(0x211),'repulsion':_0x2e85aa(0x21e),'gravity':'Trọng\x20lực','edgeLength':_0x2e85aa(0x243),'rotateLabel':_0x2e85aa(0x23c),'emphasis':_0x2e85aa(0x19f),'emptyTips':_0x2e85aa(0x217)},'waterfall':{'stackType':_0x2e85aa(0x1a2),'arrangement':_0x2e85aa(0x1ce),'stacked':_0x2e85aa(0x184),'positive':_0x2e85aa(0x1f7),'negative':_0x2e85aa(0x24b),'subtotal':_0x2e85aa(0x1b7),'showSubtotal':_0x2e85aa(0x1e0),'positiveStyle':'Kiểu\x20giá\x20trị\x20dương','negativeStyle':'Kiểu\x20giá\x20trị\x20âm','subtotalStyle':_0x2e85aa(0x23d),'positiveLegendText':_0x2e85aa(0x1f8),'negativeLegendText':'Chú\x20thích\x20giá\x20trị\x20âm','subtotalLegendText':_0x2e85aa(0x1a1)},'pareto':{'lineName':_0x2e85aa(0x196),'lineSeries':_0x2e85aa(0x24f),'barSeries':_0x2e85aa(0x1d1)},'visualMapScope':_0x2e85aa(0x236),'boxplot':{'min':_0x2e85aa(0x1ae),'q1':_0x2e85aa(0x202),'median':_0x2e85aa(0x1c3),'q3':'Phần\x20tư\x20thứ\x20ba','max':'Giá\x20trị\x20lớn\x20nhất'},'chartTypes':{'line':_0x2e85aa(0x222),'area':_0x2e85aa(0x192),'areaStacked':'Biểu\x20đồ\x20diện\x20tích\x20chồng','areaPercentStacked':_0x2e85aa(0x1f3),'column':_0x2e85aa(0x20b),'bar':'Biểu\x20đồ\x20thanh','barStacked':'Biểu\x20đồ\x20thanh\x20chồng','barPercentStacked':_0x2e85aa(0x198),'pie':_0x2e85aa(0x1bb),'donut':_0x2e85aa(0x22e),'scatter':_0x2e85aa(0x1d9),'radar':_0x2e85aa(0x1a6),'bubble':_0x2e85aa(0x239),'stock':_0x2e85aa(0x24a),'combination':'Biểu\x20đồ\x20kết\x20hợp','wordCloud':'Biểu\x20đồ\x20word\x20cloud','funnel':_0x2e85aa(0x218),'relation':_0x2e85aa(0x1dd),'waterfall':_0x2e85aa(0x20d),'pareto':'Biểu\x20đồ\x20Pareto','sankey':_0x2e85aa(0x247),'heatmap':_0x2e85aa(0x187),'boxplot':'Biểu\x20đồ\x20hộp'},'dialog':{'numfmt':{'general':_0x2e85aa(0x1b8),'accounting':_0x2e85aa(0x221),'currency':_0x2e85aa(0x1f1),'date':_0x2e85aa(0x1f9),'thousandthPercentile':_0x2e85aa(0x235),'fieldSetting':'Thiết\x20lập\x20trường','formatTypes':_0x2e85aa(0x225),'confirm':_0x2e85aa(0x1cd),'cancel':'Hủy','generalDesc':_0x2e85aa(0x209),'accountingDesc':'Định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20ký\x20hiệu\x20tiền\x20tệ\x20và\x20dấu\x20thập\x20phân\x20theo\x20cột.','currencyDesc':'Định\x20dạng\x20tiền\x20tệ\x20dùng\x20cho\x20các\x20giá\x20trị\x20tài\x20chính\x20chung,\x20trong\x20khi\x20định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20dấu\x20thập\x20phân\x20theo\x20cột\x20giá\x20trị.','dateDesc':_0x2e85aa(0x1a4),'thousandthPercentileDesc':_0x2e85aa(0x219),'decimalPlaces':_0x2e85aa(0x21a),'currencyTypes':_0x2e85aa(0x245),'negativeNumberTypes':'Kiểu\x20số\x20âm','dateTypes':_0x2e85aa(0x1a7)},'setFormat':_0x2e85aa(0x185)}}};export{e as default};
@@ -1 +1 @@
1
- function _0xf5a7(_0x2a9dbe,_0x268351){_0x2a9dbe=_0x2a9dbe-0x1a5;const _0x5e537a=_0x5e53();let _0xf5a798=_0x5e537a[_0x2a9dbe];return _0xf5a798;}const _0x3c6475=_0xf5a7;function _0x5e53(){const _0x4aa93c=['气泡图','日期轴仅在数据全部为日期格式时可用','纵轴标题','显示轴线','标题格式','设置标签格式','显示R平方','副标题','右对齐','堆叠方式','{0}颜色','雷达图','气泡大小','左对齐','小数位数','千分位符','网格线和刻度线','多项式阶数','数据点','背景颜色','图表边框颜色','所有系列','趋势线颜色','桑基图','正方形','3411063cwgsIe','气泡图至少需要2列,X轴、Y轴。','标签文本','空心圆角矩形','图表样式','{0}形状','网格线','刻度线位置','添加趋势线','指示线颜色','刻度线长度','显示公式','最小值','6ODhlnh','逆序轴','正值样式','将\x20{0}\x20作为类别','图例选择模式','{0}透明度','横轴标题','多边形','字段设置','使用右轴','25gMuWqN','26588573BCTmtU','累积占比系列','{0}大小','用直线连接数据点','空心菱形','小计图例文本','轴选项','中位数','标题文本','环形图','主题色','空心圆形','标题位置','删除图表','力导向','百分比堆叠条形图','渐变填充','空心箭头','扇形间距','散点图','负值样式','自定义样式','负值图例文本','条形图','604216zCqmBi','热力图','圆角矩形','开启选中淡入特效','词云形状','类别\x20{0}','累积占比','使用日期轴','趋势线线类型','图表类型','插入图表','三角形','组合图','词云图','股票图','日期类型','指示线类型','旋转标签','堆叠条形图','关系图数据源为额外添加类型列在第二列的共词矩阵','227946eHugCg','类型与数据','图表和轴标题','面积图','标签位置','日期格式将日期和时间系列数值品示为日期值。','空心钉形','3706773NGKKAz','玫瑰图','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','气泡标签','指示线','数据标签','数值后缀','切换行列','734637bsWqpM','显示标签线','6DouXgk','7408850oeHdhG','空心三角形','轴标题对齐','图表标题','空心矩形','右纵轴标题','添加数据点','趋势线','显示数据标签','16bJQrOq','线类型','趋势线类型','多项式','隐藏图表面板','12fcGzKv','移动平均周期','节点距离','关系图','趋势线名称','柱状图','请先添加系列开始数据可视化','格式类型'];_0x5e53=function(){return _0x4aa93c;};return _0x5e53();}(function(_0x43594c,_0x268baa){const _0x279011=_0xf5a7,_0x48e072=_0x43594c();while(!![]){try{const _0x48b2dd=-parseInt(_0x279011(0x1e6))/0x1+parseInt(_0x279011(0x225))/0x2*(parseInt(_0x279011(0x1d7))/0x3)+-parseInt(_0x279011(0x1c3))/0x4*(-parseInt(_0x279011(0x1aa))/0x5)+-parseInt(_0x279011(0x1e8))/0x6*(parseInt(_0x279011(0x1de))/0x7)+-parseInt(_0x279011(0x1f2))/0x8*(parseInt(_0x279011(0x218))/0x9)+-parseInt(_0x279011(0x1e9))/0xa+parseInt(_0x279011(0x1ab))/0xb*(parseInt(_0x279011(0x1f7))/0xc);if(_0x48b2dd===_0x268baa)break;else _0x48e072['push'](_0x48e072['shift']());}catch(_0x44e525){_0x48e072['push'](_0x48e072['shift']());}}}(_0x5e53,0x9b964));const e={'sheets-chart-ui':{'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'insertChart':_0x3c6475(0x1cd),'editChart':'图表','openChartPanel':'打开图表面板','deleteChart':_0x3c6475(0x1b8),'hideChartPanel':_0x3c6475(0x1f6),'setupChart':_0x3c6475(0x1d8),'customChart':_0x3c6475(0x1c0),'default':'默认','reset':'重置','chartType':_0x3c6475(0x1cc),'themes':_0x3c6475(0x1b5),'dataRange':'数据范围','stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':_0x3c6475(0x214),'series':'系列','addSeries':'添加系列','moreSettings':'更多设置','min':_0x3c6475(0x224),'max':'最大值','invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0x3c6475(0x1ae)},'blank':'()','seriesBlock':{'format':'格式','dataPointStyle':'数据点样式'},'backgroundColor':_0x3c6475(0x212),'chartBorderColor':_0x3c6475(0x213),'titles':{'title':'标题','mainTitle':_0x3c6475(0x1ec),'subTitle':_0x3c6475(0x206),'xAxisTitle':_0x3c6475(0x1a6),'yAxisTitle':_0x3c6475(0x201),'rightYAxisTitle':_0x3c6475(0x1ee),'titleFormat':_0x3c6475(0x203),'titleText':_0x3c6475(0x1b3),'titlePosition':_0x3c6475(0x1b7),'titleAlign':_0x3c6475(0x1eb)},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0x3c6475(0x1bb),'settingsLabels':{'switchToRowOrColumn':_0x3c6475(0x1e5),'useAsCategoryLabels':_0x3c6475(0x228),'showEmptyCellsAs':'空单元格显示为'},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':_0x3c6475(0x20c),'center':'居中','right':_0x3c6475(0x207)},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':_0x3c6475(0x21c),'chartAndAxisTitles':_0x3c6475(0x1d9),'legend':'图例','legendSelectMode':_0x3c6475(0x229),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0x3c6475(0x1b1),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','leftAxis':'左轴','rightAxis':'右轴','useRightAxis':_0x3c6475(0x1a9)},'position':'位置','dataLabels':_0x3c6475(0x1e3),'gridlinesAndTicks':_0x3c6475(0x20f),'indicatorLine':_0x3c6475(0x1e2),'indicatorLineType':_0x3c6475(0x1d3),'indicatorLineColor':_0x3c6475(0x221),'indicatorLabel':'标签颜色','indicatorValue':'文本颜色','shape':{'polygon':_0x3c6475(0x1a7),'circle':'圆形','square':_0x3c6475(0x217),'triangle':_0x3c6475(0x1ce),'diamond':'菱形','rect':'矩形','roundRect':_0x3c6475(0x1c5),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0x3c6475(0x1b6),'emptySquare':'空心正方形','emptyTriangle':_0x3c6475(0x1ea),'emptyDiamond':_0x3c6475(0x1af),'emptyRect':_0x3c6475(0x1ed),'emptyRoundRect':_0x3c6475(0x21b),'emptyPin':_0x3c6475(0x1dd),'emptyArrow':_0x3c6475(0x1bc)},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0x3c6475(0x1a5),'withColor':_0x3c6475(0x209),'withThickness':'{0}粗细','withType':'{0}类型','withSize':_0x3c6475(0x1ad),'withShape':_0x3c6475(0x21d),'withFormat':'{0}格式','dataPoint':'数据点','dataNodeShape':'节点形状','addDataPoint':_0x3c6475(0x1ef),'point':_0x3c6475(0x211),'percentage':'百分比','lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':'百分比堆叠'},'lineDashType':_0x3c6475(0x1f3),'dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':'主网格线','text':_0x3c6475(0x21e)},'ticks':{'majorTick':'主刻度线','tickPosition':_0x3c6475(0x21f),'tickLength':_0x3c6475(0x222)},'none':'无','theIndexItem':'第{0}项','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x3c6475(0x1c8),'styleEditPanel':{'showLabels':'显示标签','showDataLabels':_0x3c6475(0x1f1),'padAngle':_0x3c6475(0x1bd),'halfPie':'半饼','rosePie':_0x3c6475(0x1df),'pieValScale':'数值比例','pieValSuffix':_0x3c6475(0x1e4),'pieDigitalFixed':_0x3c6475(0x20d),'showLabelLine':_0x3c6475(0x1e7),'reverseAxisOrder':_0x3c6475(0x226),'showAxisLine':_0x3c6475(0x202),'labelPosition':_0x3c6475(0x1db),'labelText':_0x3c6475(0x21a),'repeatWordCould':'重复词云标签','gap':'间隔','useAbsValue':'使用绝对值','labelRotate':'标签旋转','wordCloudShape':_0x3c6475(0x1c7),'useDateAxis':_0x3c6475(0x1ca),'dateAxisTips':_0x3c6475(0x200)},'radar':{'fill':'填充'},'doughnutHole':'圆环孔','msg':{'invalidSource':'图表数据源必须包含多于1行和1列。','emptyTips':_0x3c6475(0x1fd),'sankeyCircularTips':'桑基图不能包含循环数据'},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x3c6475(0x1f0),'displayName':_0x3c6475(0x1fb),'addTrendLine':_0x3c6475(0x220),'trendlineType':_0x3c6475(0x1f4),'trendlineName':'趋势线名称','trendlineColor':_0x3c6475(0x215),'trendlineThickness':'趋势线粗细','trendlineDashType':_0x3c6475(0x1cb),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':'移动平均','poly':_0x3c6475(0x1f5),'order':_0x3c6475(0x210),'period':_0x3c6475(0x1f8),'showFormula':_0x3c6475(0x223),'showR2':_0x3c6475(0x205),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0x3c6475(0x20b),'label':_0x3c6475(0x1e1),'emptyTips':_0x3c6475(0x219)},'relation':{'title':_0x3c6475(0x1fa),'auto':'自动','circular':'环形','force':_0x3c6475(0x1b9),'useValueAsSymbolSize':'使用值作为节点大小','layoutType':'布局类型','forceOptions':'力导向选项','repulsion':'斥力','gravity':'引力','edgeLength':_0x3c6475(0x1f9),'rotateLabel':_0x3c6475(0x1d4),'emphasis':_0x3c6475(0x1c6),'emptyTips':_0x3c6475(0x1d6)},'waterfall':{'stackType':_0x3c6475(0x208),'arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':'显示小计','positiveStyle':_0x3c6475(0x227),'negativeStyle':_0x3c6475(0x1bf),'subtotalStyle':'小计样式','positiveLegendText':'正值图例文本','negativeLegendText':_0x3c6475(0x1c1),'subtotalLegendText':_0x3c6475(0x1b0)},'pareto':{'lineName':_0x3c6475(0x1c9),'lineSeries':_0x3c6475(0x1ac),'barSeries':'柱状图系列'},'visualMapScope':'视觉映射范围','boxplot':{'min':'最小值','q1':'第一四分位数','median':_0x3c6475(0x1b2),'q3':'第三四分位数','max':'最大值'},'chartTypes':{'line':'折线图','area':_0x3c6475(0x1da),'areaStacked':'堆叠面积图','areaPercentStacked':'百分比堆叠面积图','column':_0x3c6475(0x1fc),'bar':_0x3c6475(0x1c2),'barStacked':_0x3c6475(0x1d5),'barPercentStacked':_0x3c6475(0x1ba),'pie':'饼图','donut':_0x3c6475(0x1b4),'scatter':_0x3c6475(0x1be),'radar':_0x3c6475(0x20a),'bubble':_0x3c6475(0x1ff),'stock':_0x3c6475(0x1d1),'combination':_0x3c6475(0x1cf),'wordCloud':_0x3c6475(0x1d0),'funnel':'漏斗图','relation':_0x3c6475(0x1fa),'waterfall':'瀑布图','pareto':'排列图','sankey':_0x3c6475(0x216),'heatmap':_0x3c6475(0x1c4),'boxplot':'箱线图'},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0x3c6475(0x20e),'fieldSetting':_0x3c6475(0x1a8),'formatTypes':_0x3c6475(0x1fe),'confirm':'确定','cancel':'取消','generalDesc':'常规格式不包含任何特定的数字格式。','accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':'货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','dateDesc':_0x3c6475(0x1dc),'thousandthPercentileDesc':_0x3c6475(0x1e0),'decimalPlaces':_0x3c6475(0x20d),'currencyTypes':'货币类型','negativeNumberTypes':'负数类型','dateTypes':_0x3c6475(0x1d2)},'setFormat':_0x3c6475(0x204)}}};export{e as default};
1
+ const _0x1b1a68=_0x1cbb;function _0x1cbb(_0x25a472,_0x811cf1){_0x25a472=_0x25a472-0x6b;const _0x310c7a=_0x310c();let _0x1cbb02=_0x310c7a[_0x25a472];return _0x1cbb02;}(function(_0x254ed6,_0x43a46f){const _0x5c8450=_0x1cbb,_0x4ee6e0=_0x254ed6();while(!![]){try{const _0x35b982=parseInt(_0x5c8450(0xe6))/0x1*(-parseInt(_0x5c8450(0x7f))/0x2)+-parseInt(_0x5c8450(0x98))/0x3*(parseInt(_0x5c8450(0x7e))/0x4)+parseInt(_0x5c8450(0xe8))/0x5+-parseInt(_0x5c8450(0x78))/0x6+-parseInt(_0x5c8450(0x7b))/0x7+parseInt(_0x5c8450(0xf3))/0x8*(-parseInt(_0x5c8450(0xb9))/0x9)+-parseInt(_0x5c8450(0xda))/0xa*(-parseInt(_0x5c8450(0xd6))/0xb);if(_0x35b982===_0x43a46f)break;else _0x4ee6e0['push'](_0x4ee6e0['shift']());}catch(_0xf8b4b2){_0x4ee6e0['push'](_0x4ee6e0['shift']());}}}(_0x310c,0x7f19b));const e={'sheets-chart-ui':{'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'insertChart':_0x1b1a68(0xa1),'editChart':'图表','openChartPanel':_0x1b1a68(0x83),'deleteChart':'删除图表','hideChartPanel':_0x1b1a68(0xc1),'setupChart':_0x1b1a68(0x8c),'customChart':_0x1b1a68(0x9e),'default':'默认','reset':'重置','chartType':_0x1b1a68(0x89),'themes':_0x1b1a68(0xf9),'dataRange':_0x1b1a68(0xab),'stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':_0x1b1a68(0x93),'series':'系列','addSeries':_0x1b1a68(0xf5),'moreSettings':'更多设置','min':_0x1b1a68(0xbb),'max':_0x1b1a68(0x77),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0x1b1a68(0xd2)},'blank':_0x1b1a68(0xba),'seriesBlock':{'format':'格式','dataPointStyle':_0x1b1a68(0xf4)},'backgroundColor':_0x1b1a68(0xe2),'chartBorderColor':_0x1b1a68(0x7d),'titles':{'title':'标题','mainTitle':_0x1b1a68(0x86),'subTitle':_0x1b1a68(0x8e),'xAxisTitle':_0x1b1a68(0xd5),'yAxisTitle':_0x1b1a68(0x90),'rightYAxisTitle':_0x1b1a68(0xe3),'titleFormat':_0x1b1a68(0xdc),'titleText':_0x1b1a68(0xed),'titlePosition':_0x1b1a68(0xb8),'titleAlign':'轴标题对齐'},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':'渐变填充','settingsLabels':{'switchToRowOrColumn':'切换行列','useAsCategoryLabels':_0x1b1a68(0xc5),'showEmptyCellsAs':_0x1b1a68(0xa0)},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':'左对齐','center':'居中','right':_0x1b1a68(0xaa)},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':_0x1b1a68(0xbc),'chartAndAxisTitles':_0x1b1a68(0x88),'legend':'图例','legendSelectMode':_0x1b1a68(0xec),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':'轴选项','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','leftAxis':'左轴','rightAxis':'右轴','useRightAxis':_0x1b1a68(0xe0)},'position':'位置','dataLabels':_0x1b1a68(0xa4),'gridlinesAndTicks':'网格线和刻度线','indicatorLine':'指示线','indicatorLineType':_0x1b1a68(0xf8),'indicatorLineColor':'指示线颜色','indicatorLabel':'标签颜色','indicatorValue':_0x1b1a68(0xc0),'shape':{'polygon':_0x1b1a68(0x8f),'circle':'圆形','square':_0x1b1a68(0x99),'triangle':_0x1b1a68(0xd4),'diamond':'菱形','rect':'矩形','roundRect':_0x1b1a68(0xe7),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0x1b1a68(0xad),'emptySquare':'空心正方形','emptyTriangle':_0x1b1a68(0xd1),'emptyDiamond':_0x1b1a68(0xb5),'emptyRect':_0x1b1a68(0x8b),'emptyRoundRect':_0x1b1a68(0x70),'emptyPin':_0x1b1a68(0xa3),'emptyArrow':_0x1b1a68(0x73)},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0x1b1a68(0x6f),'withColor':_0x1b1a68(0xe5),'withThickness':_0x1b1a68(0xb0),'withType':'{0}类型','withSize':_0x1b1a68(0xf2),'withShape':_0x1b1a68(0x71),'withFormat':_0x1b1a68(0x76),'dataPoint':_0x1b1a68(0xae),'dataNodeShape':_0x1b1a68(0xd7),'addDataPoint':_0x1b1a68(0xbd),'point':_0x1b1a68(0xae),'percentage':_0x1b1a68(0x95),'lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':'百分比堆叠'},'lineDashType':'线类型','dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':'主网格线','text':_0x1b1a68(0x94)},'ticks':{'majorTick':_0x1b1a68(0x81),'tickPosition':'刻度线位置','tickLength':_0x1b1a68(0x9c)},'none':'无','theIndexItem':_0x1b1a68(0x9d),'seriesDefaultName':_0x1b1a68(0xbf),'categoryDefaultName':_0x1b1a68(0xef),'styleEditPanel':{'showLabels':_0x1b1a68(0x6e),'showDataLabels':_0x1b1a68(0xf6),'padAngle':_0x1b1a68(0x79),'halfPie':'半饼','rosePie':'玫瑰图','pieValScale':_0x1b1a68(0xde),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x1b1a68(0x75),'showLabelLine':'显示标签线','reverseAxisOrder':_0x1b1a68(0xc2),'showAxisLine':_0x1b1a68(0xd8),'labelPosition':'标签位置','labelText':'标签文本','repeatWordCould':_0x1b1a68(0xa5),'gap':'间隔','useAbsValue':_0x1b1a68(0xf0),'labelRotate':_0x1b1a68(0xf1),'wordCloudShape':_0x1b1a68(0x85),'useDateAxis':_0x1b1a68(0x8d),'dateAxisTips':_0x1b1a68(0x7a)},'radar':{'fill':'填充'},'doughnutHole':_0x1b1a68(0xb1),'msg':{'invalidSource':_0x1b1a68(0xc4),'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x1b1a68(0xb3)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x1b1a68(0xa6),'displayName':_0x1b1a68(0xea),'addTrendLine':_0x1b1a68(0xcb),'trendlineType':_0x1b1a68(0xcd),'trendlineName':_0x1b1a68(0xea),'trendlineColor':'趋势线颜色','trendlineThickness':_0x1b1a68(0xd9),'trendlineDashType':_0x1b1a68(0xdb),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0x1b1a68(0xd0),'poly':_0x1b1a68(0xb4),'order':_0x1b1a68(0xb7),'period':_0x1b1a68(0x6b),'showFormula':_0x1b1a68(0xf7),'showR2':_0x1b1a68(0xa7),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0x1b1a68(0x91),'label':_0x1b1a68(0xc8),'emptyTips':_0x1b1a68(0x84)},'relation':{'title':_0x1b1a68(0x92),'auto':'自动','circular':'环形','force':_0x1b1a68(0x87),'useValueAsSymbolSize':_0x1b1a68(0xc9),'layoutType':_0x1b1a68(0xc6),'forceOptions':_0x1b1a68(0xcc),'repulsion':'斥力','gravity':'引力','edgeLength':_0x1b1a68(0xee),'rotateLabel':_0x1b1a68(0xb6),'emphasis':_0x1b1a68(0x80),'emptyTips':_0x1b1a68(0x9f)},'waterfall':{'stackType':_0x1b1a68(0xe4),'arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0x1b1a68(0xd3),'positiveStyle':_0x1b1a68(0xdf),'negativeStyle':'负值样式','subtotalStyle':_0x1b1a68(0x9b),'positiveLegendText':_0x1b1a68(0xb2),'negativeLegendText':'负值图例文本','subtotalLegendText':'小计图例文本'},'pareto':{'lineName':_0x1b1a68(0xe9),'lineSeries':'累积占比系列','barSeries':_0x1b1a68(0x97)},'visualMapScope':_0x1b1a68(0x6c),'boxplot':{'min':_0x1b1a68(0xbb),'q1':_0x1b1a68(0x7c),'median':_0x1b1a68(0x6d),'q3':_0x1b1a68(0xc3),'max':_0x1b1a68(0x77)},'chartTypes':{'line':'折线图','area':_0x1b1a68(0xeb),'areaStacked':'堆叠面积图','areaPercentStacked':'百分比堆叠面积图','column':_0x1b1a68(0x96),'bar':'条形图','barStacked':_0x1b1a68(0xa9),'barPercentStacked':_0x1b1a68(0xac),'pie':'饼图','donut':'环形图','scatter':_0x1b1a68(0x72),'radar':'雷达图','bubble':_0x1b1a68(0xce),'stock':'股票图','combination':_0x1b1a68(0xdd),'wordCloud':_0x1b1a68(0x9a),'funnel':_0x1b1a68(0xca),'relation':'关系图','waterfall':'瀑布图','pareto':_0x1b1a68(0x82),'sankey':_0x1b1a68(0xaf),'heatmap':_0x1b1a68(0xe1),'boxplot':'箱线图'},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0x1b1a68(0xc7),'fieldSetting':_0x1b1a68(0x74),'formatTypes':'格式类型','confirm':'确定','cancel':'取消','generalDesc':'常规格式不包含任何特定的数字格式。','accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':'货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandthPercentileDesc':_0x1b1a68(0xa2),'decimalPlaces':_0x1b1a68(0x75),'currencyTypes':_0x1b1a68(0x8a),'negativeNumberTypes':_0x1b1a68(0xbe),'dateTypes':_0x1b1a68(0xcf)},'setFormat':_0x1b1a68(0xa8)}}};function _0x310c(){const _0x43bba8=['显示小计','三角形','横轴标题','15350401ySACYU','节点形状','显示轴线','趋势线粗细','20LMsVCQ','趋势线线类型','标题格式','组合图','数值比例','正值样式','使用右轴','热力图','背景颜色','右纵轴标题','堆叠方式','{0}颜色','1240sqCKTa','圆角矩形','472555CIdWjH','累积占比','趋势线名称','面积图','图例选择模式','标题文本','节点距离','类别\x20{0}','使用绝对值','标签旋转','{0}大小','2875704tXPCvW','数据点样式','添加系列','显示数据标签','显示公式','指示线类型','主题色','移动平均周期','视觉映射范围','中位数','显示标签','{0}透明度','空心圆角矩形','{0}形状','散点图','空心箭头','字段设置','小数位数','{0}格式','最大值','3924276ptreqJ','扇形间距','日期轴仅在数据全部为日期格式时可用','1560244KEgxoD','第一四分位数','图表边框颜色','1525652EwuQMU','10iRvrga','开启选中淡入特效','主刻度线','排列图','打开图表面板','气泡图至少需要2列,X轴、Y轴。','词云形状','图表标题','力导向','图表和轴标题','图表类型','货币类型','空心矩形','类型与数据','使用日期轴','副标题','多边形','纵轴标题','气泡大小','关系图','所有系列','网格线','百分比','柱状图','柱状图系列','6ZfQnAt','正方形','词云图','小计样式','刻度线长度','第{0}项','自定义样式','关系图数据源为额外添加类型列在第二列的共词矩阵','空单元格显示为','插入图表','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','空心钉形','数据标签','重复词云标签','趋势线','显示R平方','设置标签格式','堆叠条形图','右对齐','数据范围','百分比堆叠条形图','空心圆形','数据点','桑基图','{0}粗细','圆环孔','正值图例文本','桑基图不能包含循环数据','多项式','空心菱形','旋转标签','多项式阶数','标题位置','18lnSZnJ','(空)','最小值','图表样式','添加数据点','负数类型','系列\x20{0}','文本颜色','隐藏图表面板','逆序轴','第三四分位数','图表数据源必须包含多于1行和1列。','将\x20{0}\x20作为类别','布局类型','千分位符','气泡标签','使用值作为节点大小','漏斗图','添加趋势线','力导向选项','趋势线类型','气泡图','日期类型','移动平均','空心三角形','用直线连接数据点'];_0x310c=function(){return _0x43bba8;};return _0x310c();}export{e as default};
@@ -1 +1 @@
1
- function _0x4ac0(){const _0x292b2b=['所有系列','数值后缀','最大值','百分比堆疊面積圖','字段設置','負值圖例文本','視覺映射範圍','百分比堆疊','圓環孔','類別\x20{0}','逆序軸','日期格式將日期和時間系列數值顯示為日期值。','主網格線','顯示R平方','第一四分位數','748980oNpRHx','{0}\x20類型','負值樣式','指示線顏色','設置標籤格式','數據點樣式','第\x20{0}\x20項','添加趨勢線','Y軸標題','貨幣類型','刻度線位置','628486lUpFpm','組合圖','累積占比','標題位置','氣泡圖','移動平均周期','正值圖例文本','條形圖','5090aDSDQt','網格線和刻度線','切換列或欄','趨勢線粗細','趨勢線','多邊形','千分位符','氣泡大小','顯示數據標籤','常規格式不包含任何特定的數字格式。','請先添加系列開始數據可視化','圖表樣式','重複詞雲標籤','柱狀圖','小數位數','圖例選擇模式','三角形','指示標籤','詞雲圖','股票圖','右Y軸標題','堆疊面積圖','4311108VWrTbJ','關係圖','日期類型','更多設置','堆疊方式','1574nisxEr','移動平均','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','主標題','漏斗圖','379484lTxvlH','漸變填充','48wUQwsA','X軸標題','空心正方形','瀑布圖','垂直軸','百分比堆疊條形圖','第三四分位數','軸選項','面積圖','{0}\x20形狀','趨勢線類型','格式類型','空心箭頭','趨勢線線類型','旋轉標籤','自定義圖表','{0}\x20顏色','小計圖例文本','排列圖','圓角矩形','副標題','趨勢線顏色','標題格式','趨勢線名稱','153724QjjOXN','打開圖表面板','桑基圖不能包含循環數據','顯示標籤線','最小值','系列\x20{0}','圖表類型','刻度線長度','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','正方形','插入圖表','隱藏圖表面板','使用絕對值','8514oeHwpw','顯示空單元格為','空心圓形','桑基圖','小計樣式','35SgpeVn','佈局類型','{0}\x20大小','圖表邊框顏色','圖表數據源必須包含多於1列和1欄。','節點形狀','使用日期軸','顯示小計','標籤旋轉','節點距離','氣泡標籤','3WbkogD','顯示軸線','熱力圖','力導向','空心矩形','空心菱形','線類型','標籤文本','背景顏色','{0}\x20透明度','堆疊條形圖','標題對齊','百分比','開啟選中淡入特效','正值樣式','數據點','空心針形','箱型圖','圖表和軸標題'];_0x4ac0=function(){return _0x292b2b;};return _0x4ac0();}function _0xce5c(_0x2ad94c,_0x3c4904){_0x2ad94c=_0x2ad94c-0x85;const _0x4ac01a=_0x4ac0();let _0xce5cb3=_0x4ac01a[_0x2ad94c];return _0xce5cb3;}const _0x21925f=_0xce5c;(function(_0x494766,_0x218da7){const _0xc5f1d0=_0xce5c,_0x300c6b=_0x494766();while(!![]){try{const _0x14b2f4=-parseInt(_0xc5f1d0(0xb1))/0x1+-parseInt(_0xc5f1d0(0x8e))/0x2*(-parseInt(_0xc5f1d0(0xed))/0x3)+-parseInt(_0xc5f1d0(0xd0))/0x4*(parseInt(_0xc5f1d0(0xe2))/0x5)+parseInt(_0xc5f1d0(0x10f))/0x6+parseInt(_0xc5f1d0(0xb6))/0x7*(parseInt(_0xc5f1d0(0xb8))/0x8)+parseInt(_0xc5f1d0(0xac))/0x9+parseInt(_0xc5f1d0(0x96))/0xa*(-parseInt(_0xc5f1d0(0xdd))/0xb);if(_0x14b2f4===_0x218da7)break;else _0x300c6b['push'](_0x300c6b['shift']());}catch(_0x18dc71){_0x300c6b['push'](_0x300c6b['shift']());}}}(_0x4ac0,0x8d4f0));const e={'sheets-chart-ui':{'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'insertChart':_0x21925f(0xda),'editChart':'編輯圖表','openChartPanel':_0x21925f(0xd1),'deleteChart':'刪除圖表','hideChartPanel':_0x21925f(0xdb),'setupChart':'設置圖表','customChart':_0x21925f(0xc7),'default':'默認','reset':'重置','chartType':_0x21925f(0xd6),'themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x21925f(0x100),'series':'系列','addSeries':'添加系列','moreSettings':_0x21925f(0xaf),'min':_0x21925f(0xd4),'max':_0x21925f(0x102),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':'()','seriesBlock':{'format':'格式','dataPointStyle':_0x21925f(0x88)},'backgroundColor':_0x21925f(0xf5),'chartBorderColor':_0x21925f(0xe5),'titles':{'title':'標題','mainTitle':_0x21925f(0xb4),'subTitle':_0x21925f(0xcc),'xAxisTitle':_0x21925f(0xb9),'yAxisTitle':_0x21925f(0x8b),'rightYAxisTitle':_0x21925f(0xaa),'titleFormat':_0x21925f(0xce),'titleText':'標題文本','titlePosition':_0x21925f(0x91),'titleAlign':_0x21925f(0xf8)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x21925f(0xb7),'settingsLabels':{'switchToRowOrColumn':_0x21925f(0x98),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':_0x21925f(0xde)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':'左對齊','center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x21925f(0xa1),'chartAndAxisTitles':_0x21925f(0xff),'legend':'圖例','legendSelectMode':_0x21925f(0xa5),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x21925f(0xbf),'horizontalAxis':'水平軸','verticalAxis':_0x21925f(0xbc),'rightVerticalAxis':'右垂直軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':_0x21925f(0x97),'indicatorLine':'指示線','indicatorLineType':'指示線類型','indicatorLineColor':_0x21925f(0x86),'indicatorLabel':_0x21925f(0xa7),'indicatorValue':'指示值','shape':{'polygon':_0x21925f(0x9b),'circle':'圓形','square':_0x21925f(0xd9),'triangle':_0x21925f(0xa6),'diamond':'菱形','rect':'矩形','roundRect':_0x21925f(0xcb),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x21925f(0xdf),'emptySquare':_0x21925f(0xba),'emptyTriangle':'空心三角形','emptyDiamond':_0x21925f(0xf2),'emptyRect':_0x21925f(0xf1),'emptyRoundRect':'空心圓角矩形','emptyPin':_0x21925f(0xfd),'emptyArrow':_0x21925f(0xc4)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x21925f(0xf6),'withColor':_0x21925f(0xc8),'withThickness':'{0}\x20粗細','withType':_0x21925f(0x110),'withSize':_0x21925f(0xe4),'withShape':_0x21925f(0xc1),'withFormat':'{0}\x20格式','dataPoint':_0x21925f(0xfc),'dataNodeShape':_0x21925f(0xe7),'addDataPoint':'添加數據點','point':_0x21925f(0xfc),'percentage':_0x21925f(0xf9),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x21925f(0x107)},'lineDashType':_0x21925f(0xf3),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x21925f(0x10c),'text':'網格線'},'ticks':{'majorTick':'主刻度線','tickPosition':_0x21925f(0x8d),'tickLength':_0x21925f(0xd7)},'none':'無','theIndexItem':_0x21925f(0x89),'seriesDefaultName':_0x21925f(0xd5),'categoryDefaultName':_0x21925f(0x109),'styleEditPanel':{'showLabels':'顯示標籤','showDataLabels':_0x21925f(0x9e),'padAngle':'扇形間距','halfPie':'半餅','rosePie':'玫瑰圖','pieValScale':'数值比例','pieValSuffix':_0x21925f(0x101),'pieDigitalFixed':'小數位數','showLabelLine':_0x21925f(0xd3),'reverseAxisOrder':_0x21925f(0x10a),'showAxisLine':_0x21925f(0xee),'labelPosition':'標籤位置','labelText':_0x21925f(0xf4),'repeatWordCould':_0x21925f(0xa2),'gap':'間隔','useAbsValue':_0x21925f(0xdc),'labelRotate':_0x21925f(0xea),'wordCloudShape':'詞雲形狀','useDateAxis':_0x21925f(0xe8),'dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':_0x21925f(0x108),'msg':{'invalidSource':_0x21925f(0xe6),'emptyTips':_0x21925f(0xa0),'sankeyCircularTips':_0x21925f(0xd2)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x21925f(0x9a),'displayName':_0x21925f(0xcf),'addTrendLine':_0x21925f(0x8a),'trendlineType':_0x21925f(0xc2),'trendlineName':_0x21925f(0xcf),'trendlineColor':_0x21925f(0xcd),'trendlineThickness':_0x21925f(0x99),'trendlineDashType':_0x21925f(0xc5),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x21925f(0xb2),'poly':'多項式','order':'多項式階數','period':_0x21925f(0x93),'showFormula':'顯示公式','showR2':_0x21925f(0x10d),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x21925f(0x9d),'label':_0x21925f(0xec),'emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'title':_0x21925f(0xad),'auto':'自動','circular':'環形','force':_0x21925f(0xf0),'useValueAsSymbolSize':'使用值作為節點大小','layoutType':_0x21925f(0xe3),'forceOptions':'力導向選項','repulsion':'斥力','gravity':'引力','edgeLength':_0x21925f(0xeb),'rotateLabel':_0x21925f(0xc6),'emphasis':_0x21925f(0xfa),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x21925f(0xb0),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x21925f(0xe9),'positiveStyle':_0x21925f(0xfb),'negativeStyle':_0x21925f(0x85),'subtotalStyle':_0x21925f(0xe1),'positiveLegendText':_0x21925f(0x94),'negativeLegendText':_0x21925f(0x105),'subtotalLegendText':_0x21925f(0xc9)},'pareto':{'lineName':_0x21925f(0x90),'lineSeries':'累積占比系列','barSeries':'長條圖系列'},'visualMapScope':_0x21925f(0x106),'boxplot':{'min':_0x21925f(0xd4),'q1':_0x21925f(0x10e),'median':'中位數','q3':_0x21925f(0xbe),'max':_0x21925f(0x102)},'chartTypes':{'line':'折線圖','area':_0x21925f(0xc0),'areaStacked':_0x21925f(0xab),'areaPercentStacked':_0x21925f(0x103),'column':_0x21925f(0xa3),'bar':_0x21925f(0x95),'barStacked':_0x21925f(0xf7),'barPercentStacked':_0x21925f(0xbd),'pie':'餅圖','donut':'環形圖','scatter':'散點圖','radar':'雷達圖','bubble':_0x21925f(0x92),'stock':_0x21925f(0xa9),'combination':_0x21925f(0x8f),'wordCloud':_0x21925f(0xa8),'funnel':_0x21925f(0xb5),'relation':'關係圖','waterfall':_0x21925f(0xbb),'pareto':_0x21925f(0xca),'sankey':_0x21925f(0xe0),'heatmap':_0x21925f(0xef),'boxplot':_0x21925f(0xfe)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x21925f(0x9c),'fieldSetting':_0x21925f(0x104),'formatTypes':_0x21925f(0xc3),'confirm':'確定','cancel':'取消','generalDesc':_0x21925f(0x9f),'accountingDesc':_0x21925f(0xb3),'currencyDesc':_0x21925f(0xd8),'dateDesc':_0x21925f(0x10b),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x21925f(0xa4),'currencyTypes':_0x21925f(0x8c),'negativeNumberTypes':'負數類型','dateTypes':_0x21925f(0xae)},'setFormat':_0x21925f(0x87)}}};export{e as default};
1
+ const _0x239176=_0x460e;function _0x460e(_0xfd6b5c,_0x40da95){_0xfd6b5c=_0xfd6b5c-0x1c4;const _0x465cdc=_0x465c();let _0x460e3b=_0x465cdc[_0xfd6b5c];return _0x460e3b;}function _0x465c(){const _0x2a9fc6=['趨勢線','詞雲形狀','標題對齊','開啟選中淡入特效','千分位符','標籤文本','{0}\x20格式','635430ILFCNB','線類型','漏斗圖','雷達圖','排列圖','標籤旋轉','55635BPhtQw','主網格線','圖表和軸標題','空心圓角矩形','垂直軸','X軸標題','顯示標籤線','環形圖','副標題','熱力圖','切換列或欄','扇形間距','144HjTxfQ','中位數','氣泡圖','顯示空單元格為','數據點','空心正方形','{0}\x20大小','背景顏色','視覺映射範圍','節點形狀','散點圖','所有系列','逆序軸','重複詞雲標籤','力導向選項','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','趨勢線粗細','顯示數據標籤','氣泡標籤','小計樣式','設置標籤格式','刻度線位置','水平軸','空心圓形','主標題','顯示標籤','請先添加系列開始數據可視化','正方形','網格線','力導向','三角形','自定義圖表','設置圖表','添加趨勢線','13993875xEjFnS','漸變填充','多項式','數據點樣式','1982256tXoBdQ','網格線和刻度線','日期類型','主刻度線','趨勢線顏色','格式類型','数值比例','Y軸標題','氣泡圖至少需要2欄,X軸、Y軸。','圓角矩形','圖例選擇模式','多項式階數','日期軸僅在數據全部為日期格式時可用','{0}\x20形狀','佈局類型','第一四分位數','顯示小計','折線圖','顯示軸線','右垂直軸','移動平均','使用絕對值','類別\x20{0}','趨勢線名稱','組合圖','指示值','面積圖','使用日期軸','7147840zQkISc','空心針形','累積占比系列','圓環孔','瀑布圖','小數位數','數據標籤','百分比堆疊條形圖','圖表數據源必須包含多於1列和1欄。','負值樣式','插入圖表','日期格式將日期和時間系列數值顯示為日期值。','關係圖','指示線','空心矩形','標題位置','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','使用值作為節點大小','堆疊條形圖','{0}\x20類型','使用右軸','圖表邊框顏色','顯示公式','字段設置','編輯圖表','1659079QxTCko','負值圖例文本','刻度線長度','空心菱形','5648244aMGsfJ','更多設置','節點距離','百分比堆疊','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','箱型圖','最大值','趨勢線線類型','左對齊','2rMOOEa','最小值','右Y軸標題','指示線類型','系列\x20{0}','詞雲圖','堆疊方式','玫瑰圖','累積占比','旋轉標籤','添加系列','使用\x20{0}\x20作為類別標籤','(空)','長條圖系列','標題格式','顯示R平方','負數類型'];_0x465c=function(){return _0x2a9fc6;};return _0x465c();}(function(_0x11502e,_0x254de1){const _0x406390=_0x460e,_0x3a69bb=_0x11502e();while(!![]){try{const _0x5b07fc=-parseInt(_0x406390(0x250))/0x1*(-parseInt(_0x406390(0x1cb))/0x2)+-parseInt(_0x406390(0x1e9))/0x3*(parseInt(_0x406390(0x1f5))/0x4)+parseInt(_0x406390(0x1e3))/0x5+-parseInt(_0x406390(0x21b))/0x6+parseInt(_0x406390(0x254))/0x7+parseInt(_0x406390(0x237))/0x8+-parseInt(_0x406390(0x217))/0x9;if(_0x5b07fc===_0x254de1)break;else _0x3a69bb['push'](_0x3a69bb['shift']());}catch(_0x27a8f9){_0x3a69bb['push'](_0x3a69bb['shift']());}}}(_0x465c,0xe3f22));const e={'sheets-chart-ui':{'permission':{'editErr':_0x239176(0x247)},'insertChart':_0x239176(0x241),'editChart':_0x239176(0x24f),'openChartPanel':'打開圖表面板','deleteChart':'刪除圖表','hideChartPanel':'隱藏圖表面板','setupChart':_0x239176(0x215),'customChart':_0x239176(0x214),'default':'默認','reset':'重置','chartType':'圖表類型','themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x239176(0x200),'series':'系列','addSeries':_0x239176(0x1d5),'moreSettings':_0x239176(0x255),'min':'最小值','max':_0x239176(0x1c8),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x239176(0x1d7),'seriesBlock':{'format':'格式','dataPointStyle':_0x239176(0x21a)},'backgroundColor':_0x239176(0x1fc),'chartBorderColor':_0x239176(0x24c),'titles':{'title':'標題','mainTitle':_0x239176(0x20d),'subTitle':_0x239176(0x1f1),'xAxisTitle':_0x239176(0x1ee),'yAxisTitle':_0x239176(0x222),'rightYAxisTitle':_0x239176(0x1cd),'titleFormat':_0x239176(0x1d9),'titleText':'標題文本','titlePosition':_0x239176(0x246),'titleAlign':_0x239176(0x1de)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x239176(0x218),'settingsLabels':{'switchToRowOrColumn':_0x239176(0x1f3),'useAsCategoryLabels':_0x239176(0x1d6),'showEmptyCellsAs':_0x239176(0x1f8)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x239176(0x1ca),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':'圖表樣式','chartAndAxisTitles':_0x239176(0x1eb),'legend':'圖例','legendSelectMode':_0x239176(0x225),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':'軸選項','horizontalAxis':_0x239176(0x20b),'verticalAxis':_0x239176(0x1ed),'rightVerticalAxis':_0x239176(0x22e),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x239176(0x24b)},'position':'位置','dataLabels':_0x239176(0x23d),'gridlinesAndTicks':_0x239176(0x21c),'indicatorLine':_0x239176(0x244),'indicatorLineType':_0x239176(0x1ce),'indicatorLineColor':'指示線顏色','indicatorLabel':'指示標籤','indicatorValue':_0x239176(0x234),'shape':{'polygon':'多邊形','circle':'圓形','square':_0x239176(0x210),'triangle':_0x239176(0x213),'diamond':'菱形','rect':'矩形','roundRect':_0x239176(0x224),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x239176(0x20c),'emptySquare':_0x239176(0x1fa),'emptyTriangle':'空心三角形','emptyDiamond':_0x239176(0x253),'emptyRect':_0x239176(0x245),'emptyRoundRect':_0x239176(0x1ec),'emptyPin':_0x239176(0x238),'emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':'{0}\x20顏色','withThickness':'{0}\x20粗細','withType':_0x239176(0x24a),'withSize':_0x239176(0x1fb),'withShape':_0x239176(0x228),'withFormat':_0x239176(0x1e2),'dataPoint':'數據點','dataNodeShape':_0x239176(0x1fe),'addDataPoint':'添加數據點','point':_0x239176(0x1f9),'percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x239176(0x1c5)},'lineDashType':_0x239176(0x1e4),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x239176(0x1ea),'text':_0x239176(0x211)},'ticks':{'majorTick':_0x239176(0x21e),'tickPosition':_0x239176(0x20a),'tickLength':_0x239176(0x252)},'none':'無','theIndexItem':'第\x20{0}\x20項','seriesDefaultName':_0x239176(0x1cf),'categoryDefaultName':_0x239176(0x231),'styleEditPanel':{'showLabels':_0x239176(0x20e),'showDataLabels':_0x239176(0x206),'padAngle':_0x239176(0x1f4),'halfPie':'半餅','rosePie':_0x239176(0x1d2),'pieValScale':_0x239176(0x221),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x239176(0x23c),'showLabelLine':_0x239176(0x1ef),'reverseAxisOrder':_0x239176(0x201),'showAxisLine':_0x239176(0x22d),'labelPosition':'標籤位置','labelText':_0x239176(0x1e1),'repeatWordCould':_0x239176(0x202),'gap':'間隔','useAbsValue':_0x239176(0x230),'labelRotate':_0x239176(0x1e8),'wordCloudShape':_0x239176(0x1dd),'useDateAxis':_0x239176(0x236),'dateAxisTips':_0x239176(0x227)},'radar':{'fill':'填充'},'doughnutHole':_0x239176(0x23a),'msg':{'invalidSource':_0x239176(0x23f),'emptyTips':_0x239176(0x20f),'sankeyCircularTips':'桑基圖不能包含循環數據'},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x239176(0x1dc),'displayName':_0x239176(0x232),'addTrendLine':_0x239176(0x216),'trendlineType':'趨勢線類型','trendlineName':'趨勢線名稱','trendlineColor':_0x239176(0x21f),'trendlineThickness':_0x239176(0x205),'trendlineDashType':_0x239176(0x1c9),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x239176(0x22f),'poly':_0x239176(0x219),'order':_0x239176(0x226),'period':'移動平均周期','showFormula':_0x239176(0x24d),'showR2':_0x239176(0x1da),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0x239176(0x207),'emptyTips':_0x239176(0x223)},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x239176(0x212),'useValueAsSymbolSize':_0x239176(0x248),'layoutType':_0x239176(0x229),'forceOptions':_0x239176(0x203),'repulsion':'斥力','gravity':'引力','edgeLength':_0x239176(0x1c4),'rotateLabel':_0x239176(0x1d4),'emphasis':_0x239176(0x1df),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x239176(0x1d1),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x239176(0x22b),'positiveStyle':'正值樣式','negativeStyle':_0x239176(0x240),'subtotalStyle':_0x239176(0x208),'positiveLegendText':'正值圖例文本','negativeLegendText':_0x239176(0x251),'subtotalLegendText':'小計圖例文本'},'pareto':{'lineName':_0x239176(0x1d3),'lineSeries':_0x239176(0x239),'barSeries':_0x239176(0x1d8)},'visualMapScope':_0x239176(0x1fd),'boxplot':{'min':_0x239176(0x1cc),'q1':_0x239176(0x22a),'median':_0x239176(0x1f6),'q3':'第三四分位數','max':'最大值'},'chartTypes':{'line':_0x239176(0x22c),'area':_0x239176(0x235),'areaStacked':'堆疊面積圖','areaPercentStacked':'百分比堆疊面積圖','column':'柱狀圖','bar':'條形圖','barStacked':_0x239176(0x249),'barPercentStacked':_0x239176(0x23e),'pie':'餅圖','donut':_0x239176(0x1f0),'scatter':_0x239176(0x1ff),'radar':_0x239176(0x1e6),'bubble':_0x239176(0x1f7),'stock':'股票圖','combination':_0x239176(0x233),'wordCloud':_0x239176(0x1d0),'funnel':_0x239176(0x1e5),'relation':_0x239176(0x243),'waterfall':_0x239176(0x23b),'pareto':_0x239176(0x1e7),'sankey':'桑基圖','heatmap':_0x239176(0x1f2),'boxplot':_0x239176(0x1c7)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x239176(0x1e0),'fieldSetting':_0x239176(0x24e),'formatTypes':_0x239176(0x220),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0x239176(0x204),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','dateDesc':_0x239176(0x242),'thousandthPercentileDesc':_0x239176(0x1c6),'decimalPlaces':'小數位數','currencyTypes':'貨幣類型','negativeNumberTypes':_0x239176(0x1db),'dateTypes':_0x239176(0x21d)},'setFormat':_0x239176(0x209)}}};export{e as default};
@@ -1 +1 @@
1
- const _0xac5348=_0x26ed;function _0x26ed(_0x34239b,_0x40cd43){_0x34239b=_0x34239b-0xe5;const _0xe23d85=_0xe23d();let _0x26ed47=_0xe23d85[_0x34239b];return _0x26ed47;}(function(_0x4835d1,_0x2e81c5){const _0x47f969=_0x26ed,_0x2ab406=_0x4835d1();while(!![]){try{const _0x130842=-parseInt(_0x47f969(0x13e))/0x1*(-parseInt(_0x47f969(0x11c))/0x2)+-parseInt(_0x47f969(0x10c))/0x3*(-parseInt(_0x47f969(0x140))/0x4)+parseInt(_0x47f969(0x11d))/0x5*(parseInt(_0x47f969(0x132))/0x6)+-parseInt(_0x47f969(0x104))/0x7*(-parseInt(_0x47f969(0x102))/0x8)+parseInt(_0x47f969(0x107))/0x9+-parseInt(_0x47f969(0x101))/0xa*(-parseInt(_0x47f969(0x14c))/0xb)+parseInt(_0x47f969(0x127))/0xc*(-parseInt(_0x47f969(0x139))/0xd);if(_0x130842===_0x2e81c5)break;else _0x2ab406['push'](_0x2ab406['shift']());}catch(_0x38f7be){_0x2ab406['push'](_0x2ab406['shift']());}}}(_0xe23d,0x2ab6e));function _0xe23d(){const _0x3ced4f=['標題格式','標題對齊','雷達圖','指示線類型','貨幣類型','指示線顏色','正值樣式','請先添加系列開始數據可視化','顯示小計','趨勢線顏色','圖表類型','顯示標籤線','388xpltzR','5JvdAbW','節點形狀','桑基圖不能包含循環數據','移動平均','趨勢線粗細','堆疊條形圖','組合圖','排列圖','Y軸標題','用直線連接數據點','121956Mhbdhs','關係圖','背景顏色','開啟選中淡入特效','左對齊','數據範圍','{0}\x20顏色','空心正方形','日期格式將日期和時間系列數值顯示為日期值。','標籤旋轉','線類型','1353582PuIOzF','詞雲圖','{0}\x20大小','面積圖','指示標籤','使用右軸','数值比例','1118QnsEel','顯示軸線','多邊形','數據點樣式','使用日期軸','722FHbXOH','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','76828FnXUas','最大值','箱型圖','網格線','移動平均周期','漏斗圖','{0}\x20粗細','視覺映射範圍','空心圓形','編輯圖表','環形圖','長條圖系列','260315ZseGZL','自定義圖表','百分比堆疊面積圖','氣泡圖至少需要2欄,X軸、Y軸。','所有系列','添加數據點','主標題','空心箭頭','趨勢線名稱','顯示數據標籤','累積占比系列','切換列或欄','節點距離','常規格式不包含任何特定的數字格式。','軸選項','堆疊面積圖','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','顯示標籤','圓環孔','數據標籤','扇形間距','右垂直軸','數據點','顯示空單元格為','千分位符','圖表和軸標題','重複詞雲標籤','(空)','小計圖例文本','第\x20{0}\x20','圓角矩形','漸變填充','多項式階數','標籤文本','標籤位置','網格線和刻度線','右Y軸標題','最小值','負值樣式','設置圖表','多項式','添加系列','百分比堆疊條形圖','圖表邊框顏色','氣泡標籤','圖表樣式','水平軸','瀑布圖','小數位數','力導向選項','顯示R平方','百分比堆疊','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','氣泡大小','氣泡圖','趨勢線類型','空心圓角矩形','第三四分位數','柱狀圖','中位數','{0}\x20類型','{0}\x20格式','指示線','散點圖','10YlJuEE','2008wBToUq','使用值作為節點大小','3878NODGBH','指示值','字段設置','2610972HDtWQB','空心三角形','折線圖','主刻度線','設置標籤格式','36gFBhUq','刪除圖表','使用絕對值','趨勢線'];_0xe23d=function(){return _0x3ced4f;};return _0xe23d();}const e={'sheets-chart-ui':{'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'insertChart':'插入圖表','editChart':_0xac5348(0x149),'openChartPanel':'打開圖表面板','deleteChart':_0xac5348(0x10d),'hideChartPanel':'隱藏圖表面板','setupChart':_0xac5348(0xe8),'customChart':_0xac5348(0x14d),'default':'默認','reset':'重置','chartType':_0xac5348(0x11a),'themes':'主題','dataRange':_0xac5348(0x12c),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0xac5348(0x150),'series':'系列','addSeries':_0xac5348(0xea),'moreSettings':'更多設置','min':_0xac5348(0xe6),'max':_0xac5348(0x141),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0xac5348(0x126)},'blank':_0xac5348(0x167),'seriesBlock':{'format':'格式','dataPointStyle':_0xac5348(0x13c)},'backgroundColor':_0xac5348(0x129),'chartBorderColor':_0xac5348(0xec),'titles':{'title':'標題','mainTitle':_0xac5348(0x152),'subTitle':'副標題','xAxisTitle':'X軸標題','yAxisTitle':_0xac5348(0x125),'rightYAxisTitle':_0xac5348(0xe5),'titleFormat':_0xac5348(0x110),'titleText':'標題文本','titlePosition':'標題位置','titleAlign':_0xac5348(0x111)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0xac5348(0x16b),'settingsLabels':{'switchToRowOrColumn':_0xac5348(0x157),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':_0xac5348(0x163)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0xac5348(0x12b),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0xac5348(0xee),'chartAndAxisTitles':_0xac5348(0x165),'legend':'圖例','legendSelectMode':'圖例選擇模式','legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0xac5348(0x15a),'horizontalAxis':_0xac5348(0xef),'verticalAxis':'垂直軸','rightVerticalAxis':_0xac5348(0x161),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0xac5348(0x137)},'position':'位置','dataLabels':_0xac5348(0x15f),'gridlinesAndTicks':_0xac5348(0x16f),'indicatorLine':_0xac5348(0xff),'indicatorLineType':_0xac5348(0x113),'indicatorLineColor':_0xac5348(0x115),'indicatorLabel':_0xac5348(0x136),'indicatorValue':_0xac5348(0x105),'shape':{'polygon':_0xac5348(0x13b),'circle':'圓形','square':'正方形','triangle':'三角形','diamond':'菱形','rect':'矩形','roundRect':_0xac5348(0x16a),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0xac5348(0x148),'emptySquare':_0xac5348(0x12e),'emptyTriangle':_0xac5348(0x108),'emptyDiamond':'空心菱形','emptyRect':'空心矩形','emptyRoundRect':_0xac5348(0xf9),'emptyPin':'空心針形','emptyArrow':_0xac5348(0x153)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0xac5348(0x12d),'withThickness':_0xac5348(0x146),'withType':_0xac5348(0xfd),'withSize':_0xac5348(0x134),'withShape':'{0}\x20形狀','withFormat':_0xac5348(0xfe),'dataPoint':_0xac5348(0x162),'dataNodeShape':_0xac5348(0x11e),'addDataPoint':_0xac5348(0x151),'point':'數據點','percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0xac5348(0xf4)},'lineDashType':_0xac5348(0x131),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':'主網格線','text':_0xac5348(0x143)},'ticks':{'majorTick':_0xac5348(0x10a),'tickPosition':'刻度線位置','tickLength':'刻度線長度'},'none':'無','theIndexItem':_0xac5348(0x169),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':'類別\x20{0}','styleEditPanel':{'showLabels':_0xac5348(0x15d),'showDataLabels':_0xac5348(0x155),'padAngle':_0xac5348(0x160),'halfPie':'半餅','rosePie':'玫瑰圖','pieValScale':_0xac5348(0x138),'pieValSuffix':'数值后缀','pieDigitalFixed':_0xac5348(0xf1),'showLabelLine':_0xac5348(0x11b),'reverseAxisOrder':'逆序軸','showAxisLine':_0xac5348(0x13a),'labelPosition':_0xac5348(0x16e),'labelText':_0xac5348(0x16d),'repeatWordCould':_0xac5348(0x166),'gap':'間隔','useAbsValue':_0xac5348(0x10e),'labelRotate':_0xac5348(0x130),'wordCloudShape':'詞雲形狀','useDateAxis':_0xac5348(0x13d),'dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':_0xac5348(0x15e),'msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0xac5348(0x117),'sankeyCircularTips':_0xac5348(0x11f)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0xac5348(0x10f),'displayName':_0xac5348(0x154),'addTrendLine':'添加趨勢線','trendlineType':_0xac5348(0xf8),'trendlineName':_0xac5348(0x154),'trendlineColor':_0xac5348(0x119),'trendlineThickness':_0xac5348(0x121),'trendlineDashType':'趨勢線線類型','exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0xac5348(0x120),'poly':_0xac5348(0xe9),'order':_0xac5348(0x16c),'period':_0xac5348(0x144),'showFormula':'顯示公式','showR2':_0xac5348(0xf3),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0xac5348(0xf6),'label':_0xac5348(0xed),'emptyTips':_0xac5348(0x14f)},'relation':{'title':_0xac5348(0x128),'auto':'自動','circular':'環形','force':'力導向','useValueAsSymbolSize':_0xac5348(0x103),'layoutType':'佈局類型','forceOptions':_0xac5348(0xf2),'repulsion':'斥力','gravity':'引力','edgeLength':_0xac5348(0x158),'rotateLabel':'旋轉標籤','emphasis':_0xac5348(0x12a),'emptyTips':_0xac5348(0x15c)},'waterfall':{'stackType':'堆疊方式','arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0xac5348(0x118),'positiveStyle':_0xac5348(0x116),'negativeStyle':_0xac5348(0xe7),'subtotalStyle':'小計樣式','positiveLegendText':'正值圖例文本','negativeLegendText':'負值圖例文本','subtotalLegendText':_0xac5348(0x168)},'pareto':{'lineName':'累積占比','lineSeries':_0xac5348(0x156),'barSeries':_0xac5348(0x14b)},'visualMapScope':_0xac5348(0x147),'boxplot':{'min':_0xac5348(0xe6),'q1':'第一四分位數','median':_0xac5348(0xfc),'q3':_0xac5348(0xfa),'max':_0xac5348(0x141)},'chartTypes':{'line':_0xac5348(0x109),'area':_0xac5348(0x135),'areaStacked':_0xac5348(0x15b),'areaPercentStacked':_0xac5348(0x14e),'column':_0xac5348(0xfb),'bar':'條形圖','barStacked':_0xac5348(0x122),'barPercentStacked':_0xac5348(0xeb),'pie':'餅圖','donut':_0xac5348(0x14a),'scatter':_0xac5348(0x100),'radar':_0xac5348(0x112),'bubble':_0xac5348(0xf7),'stock':'股票圖','combination':_0xac5348(0x123),'wordCloud':_0xac5348(0x133),'funnel':_0xac5348(0x145),'relation':_0xac5348(0x128),'waterfall':_0xac5348(0xf0),'pareto':_0xac5348(0x124),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':_0xac5348(0x142)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0xac5348(0x164),'fieldSetting':_0xac5348(0x106),'formatTypes':'格式類型','confirm':'確定','cancel':'取消','generalDesc':_0xac5348(0x159),'accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':_0xac5348(0x13f),'dateDesc':_0xac5348(0x12f),'thousandthPercentileDesc':_0xac5348(0xf5),'decimalPlaces':'小數位數','currencyTypes':_0xac5348(0x114),'negativeNumberTypes':'負數類型','dateTypes':'日期類型'},'setFormat':_0xac5348(0x10b)}}};export{e as default};
1
+ function _0x50f3(_0x5d2b47,_0x33421b){_0x5d2b47=_0x5d2b47-0xe7;const _0x41cd1b=_0x41cd();let _0x50f3f7=_0x41cd1b[_0x5d2b47];return _0x50f3f7;}const _0xe7b569=_0x50f3;(function(_0x12e72a,_0x5e4667){const _0x380447=_0x50f3,_0x99cff0=_0x12e72a();while(!![]){try{const _0x2b0394=parseInt(_0x380447(0xf0))/0x1*(parseInt(_0x380447(0x153))/0x2)+parseInt(_0x380447(0xea))/0x3+parseInt(_0x380447(0x12d))/0x4*(parseInt(_0x380447(0x16e))/0x5)+parseInt(_0x380447(0xf5))/0x6*(-parseInt(_0x380447(0x148))/0x7)+-parseInt(_0x380447(0x138))/0x8*(-parseInt(_0x380447(0x111))/0x9)+-parseInt(_0x380447(0xee))/0xa+parseInt(_0x380447(0x112))/0xb;if(_0x2b0394===_0x5e4667)break;else _0x99cff0['push'](_0x99cff0['shift']());}catch(_0x41d9c6){_0x99cff0['push'](_0x99cff0['shift']());}}}(_0x41cd,0x9a800));function _0x41cd(){const _0x4b4d9c=['趨勢線顏色','指示線','圖表樣式','標題對齊','視覺映射範圍','刪除圖表','關係圖','散點圖','負值樣式','標籤旋轉','背景顏色','網格線和刻度線','切換列或欄','3294mGAbQx','1049444CeczxZ','力導向選項','使用日期軸','圓角矩形','設置標籤格式','圖表類型','累積占比','多邊形','第三四分位數','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','趨勢線','趨勢線類型','空心箭頭','標題位置','節點距離','堆疊條形圖','漸變填充','所有系列','顯示標籤','空心菱形','顯示R平方','瀑布圖','標題文本','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','水平軸','自定義圖表','標籤位置','794620HOokPn','趨勢線線類型','股票圖','使用絕對值','{0}\x20顏色','百分比堆疊','顯示數據標籤','三角形','累積占比系列','百分比','圖例選擇模式','13528HBpois','顯示標籤線','使用右軸','添加趨勢線','空心圓角矩形','右垂直軸','R平方','折線圖','第一四分位數','移動平均周期','中位數','桑基圖','系列\x20{0}','{0}\x20大小','多項式階數','貨幣類型','35QWsRLT','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','顯示公式','設置圖表','小計樣式','正值樣式','數據點','日期軸僅在數據全部為日期格式時可用','線類型','圖表數據源必須包含多於1列和1欄。','{0}\x20形狀','796LEOXIU','漏斗圖','正值圖例文本','氣泡大小','長條圖系列','主刻度線','最大值','玫瑰圖','詞雲圖','刻度線位置','圖表邊框顏色','左對齊','桑基圖不能包含循環數據','條形圖','雷達圖','重複詞雲標籤','插入圖表','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','節點形狀','{0}\x20格式','數據範圍','刻度線長度','負值圖例文本','日期類型','用直線連接數據點','標題格式','指示線類型','10waehMw','使用值作為節點大小','顯示小計','空心正方形','力導向','數據點樣式','指示線顏色','佈局類型','移動平均','最小值','字段設置','正方形','堆疊面積圖','X軸標題','Y軸標題','柱狀圖','788595nMcdeG','組合圖','更多設置','打開圖表面板','265880uCdXkU','百分比堆疊條形圖','895ENxzLA','第\x20{0}\x20','圖表和軸標題','逆序軸','添加系列','1285530wpfEUx','空心針形','数值比例','主網格線','空心圓形','趨勢線名稱','開啟選中淡入特效','小數位數','氣泡標籤','主標題','標籤文本','使用\x20{0}\x20作為類別標籤','隱藏圖表面板','千分位符','日期格式將日期和時間系列數值顯示為日期值。'];_0x41cd=function(){return _0x4b4d9c;};return _0x41cd();}const e={'sheets-chart-ui':{'permission':{'editErr':_0xe7b569(0x129)},'insertChart':_0xe7b569(0x163),'editChart':'編輯圖表','openChartPanel':_0xe7b569(0xed),'deleteChart':_0xe7b569(0x109),'hideChartPanel':_0xe7b569(0x101),'setupChart':_0xe7b569(0x14b),'customChart':_0xe7b569(0x12b),'default':'默認','reset':'重置','chartType':_0xe7b569(0x117),'themes':'主題','dataRange':_0xe7b569(0x167),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0xe7b569(0x123),'series':'系列','addSeries':_0xe7b569(0xf4),'moreSettings':_0xe7b569(0xec),'min':_0xe7b569(0x177),'max':_0xe7b569(0x159),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0xe7b569(0x16b)},'blank':'()','seriesBlock':{'format':'格式','dataPointStyle':_0xe7b569(0x173)},'backgroundColor':_0xe7b569(0x10e),'chartBorderColor':_0xe7b569(0x15d),'titles':{'title':'標題','mainTitle':_0xe7b569(0xfe),'subTitle':'副標題','xAxisTitle':_0xe7b569(0xe7),'yAxisTitle':_0xe7b569(0xe8),'rightYAxisTitle':'右Y軸標題','titleFormat':_0xe7b569(0x16c),'titleText':_0xe7b569(0x128),'titlePosition':_0xe7b569(0x11f),'titleAlign':_0xe7b569(0x107)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0xe7b569(0x122),'settingsLabels':{'switchToRowOrColumn':_0xe7b569(0x110),'useAsCategoryLabels':_0xe7b569(0x100),'showEmptyCellsAs':'顯示空單元格為'},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0xe7b569(0x15e),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0xe7b569(0x106),'chartAndAxisTitles':_0xe7b569(0xf2),'legend':'圖例','legendSelectMode':_0xe7b569(0x137),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':'軸選項','horizontalAxis':_0xe7b569(0x12a),'verticalAxis':'垂直軸','rightVerticalAxis':_0xe7b569(0x13d),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0xe7b569(0x13a)},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':_0xe7b569(0x10f),'indicatorLine':_0xe7b569(0x105),'indicatorLineType':_0xe7b569(0x16d),'indicatorLineColor':_0xe7b569(0x174),'indicatorLabel':'指示標籤','indicatorValue':'指示值','shape':{'polygon':_0xe7b569(0x119),'circle':'圓形','square':_0xe7b569(0x179),'triangle':_0xe7b569(0x134),'diamond':'菱形','rect':'矩形','roundRect':_0xe7b569(0x115),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0xe7b569(0xf9),'emptySquare':_0xe7b569(0x171),'emptyTriangle':'空心三角形','emptyDiamond':_0xe7b569(0x125),'emptyRect':'空心矩形','emptyRoundRect':_0xe7b569(0x13c),'emptyPin':_0xe7b569(0xf6),'emptyArrow':_0xe7b569(0x11e)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0xe7b569(0x131),'withThickness':'{0}\x20粗細','withType':'{0}\x20類型','withSize':_0xe7b569(0x145),'withShape':_0xe7b569(0x152),'withFormat':_0xe7b569(0x166),'dataPoint':'數據點','dataNodeShape':_0xe7b569(0x165),'addDataPoint':'添加數據點','point':_0xe7b569(0x14e),'percentage':_0xe7b569(0x136),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0xe7b569(0x132)},'lineDashType':_0xe7b569(0x150),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0xe7b569(0xf8),'text':'網格線'},'ticks':{'majorTick':_0xe7b569(0x158),'tickPosition':_0xe7b569(0x15c),'tickLength':_0xe7b569(0x168)},'none':'無','theIndexItem':_0xe7b569(0xf1),'seriesDefaultName':_0xe7b569(0x144),'categoryDefaultName':'類別\x20{0}','styleEditPanel':{'showLabels':_0xe7b569(0x124),'showDataLabels':_0xe7b569(0x133),'padAngle':'扇形間距','halfPie':'半餅','rosePie':_0xe7b569(0x15a),'pieValScale':_0xe7b569(0xf7),'pieValSuffix':'数值后缀','pieDigitalFixed':_0xe7b569(0xfc),'showLabelLine':_0xe7b569(0x139),'reverseAxisOrder':_0xe7b569(0xf3),'showAxisLine':'顯示軸線','labelPosition':_0xe7b569(0x12c),'labelText':_0xe7b569(0xff),'repeatWordCould':_0xe7b569(0x162),'gap':'間隔','useAbsValue':_0xe7b569(0x130),'labelRotate':_0xe7b569(0x10d),'wordCloudShape':'詞雲形狀','useDateAxis':_0xe7b569(0x114),'dateAxisTips':_0xe7b569(0x14f)},'radar':{'fill':'填充'},'doughnutHole':'圓環孔','msg':{'invalidSource':_0xe7b569(0x151),'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0xe7b569(0x15f)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0xe7b569(0x11c),'displayName':_0xe7b569(0xfa),'addTrendLine':_0xe7b569(0x13b),'trendlineType':_0xe7b569(0x11d),'trendlineName':_0xe7b569(0xfa),'trendlineColor':_0xe7b569(0x104),'trendlineThickness':'趨勢線粗細','trendlineDashType':_0xe7b569(0x12e),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0xe7b569(0x176),'poly':'多項式','order':_0xe7b569(0x146),'period':_0xe7b569(0x141),'showFormula':_0xe7b569(0x14a),'showR2':_0xe7b569(0x126),'formula':'公式','r2':_0xe7b569(0x13e)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0xe7b569(0x156),'label':_0xe7b569(0xfd),'emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'title':_0xe7b569(0x10a),'auto':'自動','circular':'環形','force':_0xe7b569(0x172),'useValueAsSymbolSize':_0xe7b569(0x16f),'layoutType':_0xe7b569(0x175),'forceOptions':_0xe7b569(0x113),'repulsion':'斥力','gravity':'引力','edgeLength':_0xe7b569(0x120),'rotateLabel':'旋轉標籤','emphasis':_0xe7b569(0xfb),'emptyTips':_0xe7b569(0x149)},'waterfall':{'stackType':'堆疊方式','arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0xe7b569(0x170),'positiveStyle':_0xe7b569(0x14d),'negativeStyle':_0xe7b569(0x10c),'subtotalStyle':_0xe7b569(0x14c),'positiveLegendText':_0xe7b569(0x155),'negativeLegendText':_0xe7b569(0x169),'subtotalLegendText':'小計圖例文本'},'pareto':{'lineName':_0xe7b569(0x118),'lineSeries':_0xe7b569(0x135),'barSeries':_0xe7b569(0x157)},'visualMapScope':_0xe7b569(0x108),'boxplot':{'min':_0xe7b569(0x177),'q1':_0xe7b569(0x140),'median':_0xe7b569(0x142),'q3':_0xe7b569(0x11a),'max':_0xe7b569(0x159)},'chartTypes':{'line':_0xe7b569(0x13f),'area':'面積圖','areaStacked':_0xe7b569(0x17a),'areaPercentStacked':'百分比堆疊面積圖','column':_0xe7b569(0xe9),'bar':_0xe7b569(0x160),'barStacked':_0xe7b569(0x121),'barPercentStacked':_0xe7b569(0xef),'pie':'餅圖','donut':'環形圖','scatter':_0xe7b569(0x10b),'radar':_0xe7b569(0x161),'bubble':'氣泡圖','stock':_0xe7b569(0x12f),'combination':_0xe7b569(0xeb),'wordCloud':_0xe7b569(0x15b),'funnel':_0xe7b569(0x154),'relation':_0xe7b569(0x10a),'waterfall':_0xe7b569(0x127),'pareto':'排列圖','sankey':_0xe7b569(0x143),'heatmap':'熱力圖','boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0xe7b569(0x102),'fieldSetting':_0xe7b569(0x178),'formatTypes':'格式類型','confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':_0xe7b569(0x11b),'dateDesc':_0xe7b569(0x103),'thousandthPercentileDesc':_0xe7b569(0x164),'decimalPlaces':_0xe7b569(0xfc),'currencyTypes':_0xe7b569(0x147),'negativeNumberTypes':'負數類型','dateTypes':_0xe7b569(0x16a)},'setFormat':_0xe7b569(0x116)}}};export{e as default};
@@ -1,10 +1,16 @@
1
1
  import { ChartModelService } from '@univerjs-pro/sheets-chart';
2
- import { Disposable, LocaleService } from '@univerjs/core';
2
+ import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
3
3
  import { ChartRenderService } from '../services/chart-render.service';
4
4
  export declare class ChartRenderController extends Disposable {
5
5
  private readonly _chartModelService;
6
6
  private readonly _chartRenderService;
7
7
  private readonly _localeService;
8
- constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService);
8
+ private readonly _commandService;
9
+ private readonly _pendingMutationConfigRenders;
10
+ constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _commandService: ICommandService);
9
11
  private _init;
12
+ private _listenChartUpdateMutations;
13
+ private _renderAfterChartUpdateMutation;
14
+ private _renderWhenConfigReady;
15
+ private _renderChartModel;
10
16
  }
@@ -0,0 +1,9 @@
1
+ import { Disposable } from '@univerjs/core';
2
+ import { ComponentManager, IconManager } from '@univerjs/ui';
3
+ export declare class ComponentsController extends Disposable {
4
+ private readonly _componentManager;
5
+ private readonly _iconManager;
6
+ constructor(_componentManager: ComponentManager, _iconManager: IconManager);
7
+ private _registerIcons;
8
+ private _registerComponents;
9
+ }
@@ -2,7 +2,7 @@ import { ChartModelService } from '@univerjs-pro/sheets-chart';
2
2
  import { Disposable, DrawingTypeEnum, ICommandService, IContextService, IUniverInstanceService } from '@univerjs/core';
3
3
  import { IDrawingManagerService } from '@univerjs/drawing';
4
4
  import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
5
- import { ComponentManager, IMenuManagerService, ISidebarService } from '@univerjs/ui';
5
+ import { ComponentManager, IconManager, IMenuManagerService, ISidebarService } from '@univerjs/ui';
6
6
  import { SheetsChartUIService } from '../services/sheets-chart-ui.service';
7
7
  export declare class SheetsChartUIController extends Disposable {
8
8
  private _drawingManagerService;
@@ -10,14 +10,14 @@ export declare class SheetsChartUIController extends Disposable {
10
10
  private readonly _chartModelService;
11
11
  private _sidebarService;
12
12
  private _componentManager;
13
+ private _iconManager;
13
14
  protected readonly _menuManagerService: IMenuManagerService;
14
15
  private readonly _sheetCanvasPopManagerService;
15
16
  private readonly _commandService;
16
17
  private readonly _sheetsChartUIService;
17
18
  private readonly _contextService;
18
19
  private _sidebarDisposable;
19
- constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _menuManagerService: IMenuManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: SheetsChartUIService, _contextService: IContextService);
20
- private _registerChartIcons;
20
+ constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _iconManager: IconManager, _menuManagerService: IMenuManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: SheetsChartUIService, _contextService: IContextService);
21
21
  private _openPanel;
22
22
  hidePanel(): void;
23
23
  initPanel(): void;
@@ -1,5 +1,5 @@
1
1
  import './global.css';
2
- export { SheetsChartUIController } from './controllers/sheets-chart-ui.controller';
2
+ export { SheetsChartUIController } from './controllers/ui.controller';
3
3
  export { UniverSheetsChartUIPlugin } from './plugin';
4
4
  export { SheetsChartUIService } from './services/sheets-chart-ui.service';
5
- export { registerWordCloud } from './wordcloud';
5
+ export { registerWordCloudChart } from '@univerjs-pro/engine-chart';
@@ -0,0 +1,3 @@
1
+ import type { LocaleLeafKeys } from '@univerjs/core';
2
+ import type enUS from './en-US';
3
+ export type LocaleKey = LocaleLeafKeys<typeof enUS>;
@@ -1,11 +1,18 @@
1
- import type { ChartStyle, IChartConfig, IChartRenderModel } from '@univerjs-pro/engine-chart';
1
+ import type { ChartDirection, ChartStyle, IChartConfig, IChartRenderModel } from '@univerjs-pro/engine-chart';
2
2
  import { ChartThemeService } from '@univerjs-pro/engine-chart';
3
3
  import { ChartModelService } from '@univerjs-pro/sheets-chart';
4
- import { Disposable, Injector, IUniverInstanceService, LocaleService, ThemeService } from '@univerjs/core';
4
+ import { Disposable, IConfigService, Injector, IUniverInstanceService, LocaleService, ThemeService } from '@univerjs/core';
5
5
  import { IDrawingManagerService } from '@univerjs/drawing';
6
6
  import { IRenderManagerService } from '@univerjs/engine-render';
7
7
  import { SheetCanvasFloatDomManagerService } from '@univerjs/sheets-drawing-ui';
8
8
  import { IChartHostProviderService } from './sheets-chart-host-provider.service';
9
+ interface IRuntimeChartModel {
10
+ id?: string;
11
+ chartType?: IChartConfig['type'];
12
+ style: ChartStyle;
13
+ getRuntimeContext(direction?: ChartDirection): NonNullable<ChartStyle['runtime']>;
14
+ }
15
+ export declare function createRuntimeChartStyle(chartModel: IRuntimeChartModel, direction: ChartDirection): ChartStyle;
9
16
  export declare class ChartRenderService extends Disposable {
10
17
  private _chartHostProvider;
11
18
  private readonly _sheetCanvasFloatDomManagerService;
@@ -17,12 +24,13 @@ export declare class ChartRenderService extends Disposable {
17
24
  protected readonly _injector: Injector;
18
25
  private readonly _chartThemeService;
19
26
  private readonly _themeService;
27
+ private readonly _configService;
20
28
  private _renderModelMap;
21
29
  private _chartInstanceMap;
22
30
  private _currentModel;
23
31
  private _renderDebounceMap;
24
32
  private _debounceHandleMap;
25
- constructor(_chartHostProvider: IChartHostProviderService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _chartModelService: ChartModelService, _drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _localeService: LocaleService, _injector: Injector, _chartThemeService: ChartThemeService, _themeService: ThemeService);
33
+ constructor(_chartHostProvider: IChartHostProviderService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _chartModelService: ChartModelService, _drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _localeService: LocaleService, _injector: Injector, _chartThemeService: ChartThemeService, _themeService: ThemeService, _configService: IConfigService);
26
34
  private _getWatermark;
27
35
  registerRenderModel(name: string, renderModel: IChartRenderModel): void;
28
36
  setRenderModel(name: string): void;
@@ -35,6 +43,7 @@ export declare class ChartRenderService extends Disposable {
35
43
  getRenderModel(name: string): IChartRenderModel<Record<string, any>> | undefined;
36
44
  private _ensureChartInstance;
37
45
  checkChartCanRender(id: string): boolean;
46
+ private _getChartRenderSkipReason;
38
47
  render(id: string, config: IChartConfig, style: ChartStyle): Promise<void>;
39
48
  printChart(id: string, chartHost: HTMLDivElement, rect: {
40
49
  width: number;
@@ -42,3 +51,4 @@ export declare class ChartRenderService extends Disposable {
42
51
  }): Promise<void>;
43
52
  dispose(): void;
44
53
  }
54
+ export {};
@@ -103,6 +103,7 @@ export declare class SheetsChartUIService extends Disposable {
103
103
  constructor(_chartModelService: ChartModelService, _sheetsChartService: SheetsChartService, _commandService: ICommandService, _localeService: LocaleService, _chartHostProviderService: IChartHostProviderService, _univerInstanceService: IUniverInstanceService);
104
104
  get activeChartModel(): Nullable<import("@univerjs-pro/sheets-chart").SheetChartModel>;
105
105
  get rangeSelectMode(): boolean;
106
+ get direction$(): Observable<"ltr" | "rtl">;
106
107
  set rangeSelectMode(on: boolean);
107
108
  getDataSource(id: string): import("@univerjs-pro/sheets-chart/models/types.js").ISheetChartDataSource | undefined;
108
109
  registerViewState<T extends ChartConfigStateKey = ChartConfigStateKey>(id: T, state: (chartModel: ChartModel) => IChartConfigStateMap[T]): void;
@@ -1,9 +1,10 @@
1
1
  import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange } from '@univerjs-pro/sheets-chart';
2
2
  import type { IUniverInstanceService, Nullable } from '@univerjs/core';
3
+ import type { LocaleKey } from './locale/types';
3
4
  import { ChartTypeBits } from '@univerjs-pro/engine-chart';
4
5
  export declare function serializeChartDataRange(rangeInfo: Nullable<ISheetChartSourceSingleRange | IChartSourceMultiRangeItem[]>, univerInstanceService: IUniverInstanceService): string;
5
6
  export interface IChartTypeOption {
6
- label: string;
7
+ label: LocaleKey;
7
8
  value: ChartTypeBits;
8
9
  icon: string;
9
10
  }
@@ -1,5 +1,4 @@
1
- interface IChartEditPanelProps {
1
+ export declare function ChartEditPanel(props: {
2
2
  className?: string;
3
- }
4
- export declare function ChartEditPanel(props: IChartEditPanelProps): import("react/jsx-runtime").JSX.Element;
5
- export {};
3
+ }): import("react").JSX.Element;
4
+ export declare const CHART_EDIT_PANEL_KEY = "sheet.chart.edit.panel";