@univerjs-pro/sheets-chart-ui 1.0.0-alpha.8 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +16 -404
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/commands/focused-chart.command.d.ts +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/config/config.d.ts +1 -1
- package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
- package/lib/types/controllers/chart-render.controller.d.ts +3 -1
- package/lib/types/controllers/ui.controller.d.ts +6 -8
- package/lib/types/index.d.ts +0 -2
- package/lib/types/locale/en-US.d.ts +51 -351
- package/lib/types/menu/chart-context-menu.d.ts +0 -1
- package/lib/types/services/chart-element-selection.d.ts +4 -6
- package/lib/types/services/chart-image-export-provider.d.ts +15 -0
- package/lib/types/services/chart-render.service.d.ts +10 -10
- package/lib/types/services/sheet-chart-host.d.ts +3 -0
- package/lib/types/services/sheets-chart-ui.service.d.ts +25 -151
- package/lib/types/util.d.ts +7 -4
- package/lib/types/views/chart-edit-panel/ChartEditPanel.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
- package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -20
- package/lib/types/hooks.d.ts +0 -3
- package/lib/types/services/chart-panel-route.d.ts +0 -20
- package/lib/types/views/chart-edit-panel/Options.d.ts +0 -163
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
- package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/data-tab-panel/CandlestickDataEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/data-tab-panel/HistogramDataEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/TreemapDataEdit.d.ts +0 -12
- package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
- package/lib/types/views/chart-edit-panel/style-tab-panel/CandlestickStyleEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
- package/lib/types/views/chart-edit-panel/style-tab-panel/HistogramStyleEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/TreemapStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4844(_0x9308bf,_0x308d2b){_0x9308bf=_0x9308bf-0xf6;const _0x5ea70a=_0x5ea7();let _0x48441b=_0x5ea70a[_0x9308bf];return _0x48441b;}function _0x5ea7(){const _0x4226be=['Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Hình\x20thoi','Hình\x20thoi\x20trống','Lặp\x20lại\x20word\x20cloud','Tất\x20cả\x20các\x20loạt','Văn\x20bản\x20nhãn','Kiểu\x20số\x20âm','Bin\x20gap\x20(%)','Sử\x20dụng\x20trục\x20Y\x20phải','Biểu\x20đồ\x20diện\x20tích\x20chồng','Hiển\x20thị\x20đường\x20trục','Tiêu\x20đề\x20chính','Trên\x20cùng','Nhãn\x20bong\x20bóng','209laJZuX','Trục\x20phải','Màu','Biểu\x20đồ\x20thác\x20nước','Body\x20color','Border\x20/\x20wick\x20color','Tự\x20động','Tùy\x20chỉnh','{0}\x20hình\x20dạng','Biểu\x20đồ\x20donut','Trọng\x20lực','Parent\x20label\x20layout','Sử\x20dụng\x20trục\x20ngày','Lực\x20đẩy','Tuần\x20tự','Chú\x20thích\x20giá\x20trị\x20âm','Số\x20chữ\x20số\x20thập\x20phân','143636UlQZUh','Bắt\x20đầu','Khoảng\x20cách','Khoảng\x20cách\x20giữa\x20các\x20nút','Đị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.','Trục\x20đứng\x20phải','Biểu\x20đồ\x20phễu','Logarit','Tổng\x20phụ','310OzNWFR','Xoay\x20nhãn','Chọn\x20một','Bin\x20width','1426740DRXBBu','Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','{0}\x20màu','Open','Trục\x20trái','Thêm\x20điểm\x20dữ\x20liệu','Danh\x20mục\x20{0}','Biểu\x20đồ\x20kết\x20hợp','2aMuiXp','Đóng','Border\x20/\x20wick\x20opacity','Tuyến\x20tính','Kiểu\x20ngày\x20tháng','Category\x20name','Khoảng\x20trống','Hình\x20chữ\x20nhật\x20trống','Doji','Overlapping','Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Giá\x20trị\x20nhỏ\x20nhất','Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','Thêm\x20loạt','Tỷ\x20lệ\x20giá\x20trị\x20bánh','Chồng','Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','Label\x20format','Góc\x20đệm','Vị\x20trí\x20dấu\x20chấm','Trục\x20đứng','Close','Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Tên\x20đường\x20xu\x20hướng','626711shCeMr','Dấu\x20chấm\x20chính','Mảnh','Chữ\x20số\x20cố\x20định','Bánh\x20hồng','Hình\x20tròn','Chấm','Đị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ị.','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Trục','Kiểu\x20giá\x20trị\x20dương','Biểu\x20đồ\x20thanh','Căn\x20trái','156QcguqD','Kết\x20thúc','Hình\x20dạng\x20word\x20cloud','Biểu\x20đồ\x20bong\x20bóng','Tiền\x20tệ','Phần\x20tư\x20thứ\x20nhất','Hủy','Trục\x20ngang','Biên\x20tập\x20biểu\x20đồ','Phần\x20nghìn','Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','Đồng\x20ý','Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.','Dưới\x20cùng','Vị\x20trí','Banner','Candlestick\x20chart','Leaf\x20label','Mặc\x20định','Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','Biểu\x20đồ\x20tròn','87rGIAAI','Giữa','Word\x20cloud','Select\x20five\x20different\x20fields\x20for\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close.','Nhãn\x20dữ\x20liệu','Tiêu\x20đề','Giá\x20trị','Trung\x20vị','Chế\x20độ\x20chọn\x20chú\x20giải','Lũy\x20thừa','Thiết\x20lập\x20trường','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.','Hình\x20tam\x20giác','Hiển\x20thị\x20đường\x20nhãn','Bước','Falling','Chuỗi\x20biểu\x20đồ\x20cột','Hierarchy','Candle\x20width','Tiêu\x20đề\x20phụ','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Export\x20as\x20image','144ZWtovc','Kiểu\x20xếp\x20chồng','Màu\x20viền\x20biểu\x20đồ','Hậu\x20tố\x20giá\x20trị','Hình\x20tam\x20giác\x20trống','Biểu\x20đồ\x20hộp','Biểu\x20đồ\x20cột','Kiểu\x20giá\x20trị\x20âm','{0}\x20độ\x20mờ','Chủ\x20đề','Xếp\x20chồng','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Vị\x20trí\x20nhãn','Chú\x20thích\x20giá\x20trị\x20dương','Bậc\x20của\x20đa\x20thức','Biểu\x20đồ\x20đường','Gạch','116952vxrQrN','Biểu\x20đồ\x20nhiệt','{0}\x20kích\x20thước','Trục\x20X','Giá\x20trị\x20dương','Điểm','Tối\x20đa','Tiêu\x20đề\x20trục\x20Y','Biểu\x20đồ\x20diện\x20tích','Biểu\x20đồ\x20quan\x20hệ','95975yxSBdv','Màu\x20nền','Đị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.','Kích\x20thước\x20bong\x20bóng','Công\x20thức','Trục\x20Y','Tối\x20thiểu','Mũi\x20tên','Biểu\x20đồ\x20Sankey','Histogram\x20chart','Bên\x20trong','R\x20bình\x20phương','Tiêu\x20đề\x20trục\x20Y\x20phải','Hình\x20ghim','Thêm\x20đường\x20xu\x20hướng','Rising','Fill\x20opacity','Tần\x20suất','Trung\x20bình\x20động','Cài\x20đặt\x20khác','Hình\x20chữ\x20nhật\x20bo\x20góc','Bin\x20type','Label\x20content','(Trống)','Loại\x20đường','Định\x20dạng\x20chung\x20không\x20áp\x20dụng\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','Định\x20dạng','Loại\x20đường\x20nét\x20đứt\x20của\x20đường\x20xu\x20hướng','Nhãn\x20chỉ\x20số','Loại\x20đường\x20xu\x20hướng','Đường\x20lưới\x20chính','Kiểu\x20tổng\x20phụ','Đặt\x20lại','Loạt','Trục\x20ngày\x20chỉ\x20khả\x20dụng\x20khi\x20tất\x20cả\x20dữ\x20liệu\x20đều\x20có\x20định\x20dạng\x20ngày','Thiết\x20lập','Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng','Auto','Căn\x20giữa','Biểu\x20đồ\x20radar','Đổ\x20màu','Hiển\x20thị\x20nhãn','Đa\x20thức','Hollow\x20body','Liên\x20tục','Đườ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.','Kế\x20toán','Ngày\x20tháng','Hiển\x20thị\x20tổng\x20phụ','Hình\x20vuông','Chuyển\x20sang\x20hàng\x20hoặc\x20cột','Number\x20of\x20bins','5473825lEnolA','Candle\x20state','Giá\x20trị\x20lớn\x20nhất','Hiển\x20thị\x20công\x20thức','Kiểu\x20biểu\x20đồ','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Chèn\x20biểu\x20đồ','Biểu\x20đồ\x20thanh\x20chồng','{0}\x20độ\x20dày','Kiểu\x20điểm\x20dữ\x20liệu','Chu\x20kỳ\x20trung\x20bình\x20động','Low','Phải','Add\x20hierarchy','Hình\x20ghim\x20trống','Giá\x20trị\x20chỉ\x20số','Loại\x20tiền\x20tệ','{0}\x20định\x20dạng','Căn\x20tiêu\x20đề\x20trục','Không','Điểm\x20dữ\x20liệu','Bên\x20ngoài','Tỷ\x20lệ\x20tích\x20lũy','Tùy\x20chọn\x20trục','Biểu\x20đồ\x20Pareto','Move\x20hierarchy\x20field\x20down','Nửa\x20bánh'];_0x5ea7=function(){return _0x4226be;};return _0x5ea7();}const _0x16a8e6=_0x4844;(function(_0x40eae3,_0x5520b0){const _0x30709f=_0x4844,_0x245cbe=_0x40eae3();while(!![]){try{const _0x115ea3=parseInt(_0x30709f(0x15d))/0x1*(parseInt(_0x30709f(0x145))/0x2)+-parseInt(_0x30709f(0x17f))/0x3*(parseInt(_0x30709f(0x130))/0x4)+-parseInt(_0x30709f(0x1b0))/0x5*(parseInt(_0x30709f(0x16a))/0x6)+-parseInt(_0x30709f(0xf6))/0x7+-parseInt(_0x30709f(0x1a6))/0x8+-parseInt(_0x30709f(0x195))/0x9*(parseInt(_0x30709f(0x139))/0xa)+-parseInt(_0x30709f(0x11f))/0xb*(-parseInt(_0x30709f(0x13d))/0xc);if(_0x115ea3===_0x5520b0)break;else _0x245cbe['push'](_0x245cbe['shift']());}catch(_0x4a6e7d){_0x245cbe['push'](_0x245cbe['shift']());}}}(_0x5ea7,0x85d63));const e={'sheets-chart-ui':{'permission':{'editErr':_0x16a8e6(0x18a)},'insertChart':_0x16a8e6(0xfc),'editChart':_0x16a8e6(0x172),'openChartPanel':_0x16a8e6(0x14f),'deleteChart':'Xóa\x20biểu\x20đồ','exportImage':_0x16a8e6(0x194),'copy':'Sao\x20chép','hideChartPanel':_0x16a8e6(0x15b),'setupChart':_0x16a8e6(0x1d3),'customChart':_0x16a8e6(0x126),'default':_0x16a8e6(0x17c),'reset':_0x16a8e6(0x1d0),'chartType':'Loại\x20biểu\x20đồ','themes':_0x16a8e6(0x19e),'dataRange':'Phạm\x20vi\x20dữ\x20liệu','stack':_0x16a8e6(0x154),'category':'Danh\x20mục','aggregate':'Tổng\x20hợp','allSeries':_0x16a8e6(0x115),'series':_0x16a8e6(0x1d1),'addSeries':_0x16a8e6(0x152),'moreSettings':_0x16a8e6(0x1c3),'min':_0x16a8e6(0x1b6),'max':_0x16a8e6(0x1ac),'invalidType':{'gaps':_0x16a8e6(0x14b),'zero':_0x16a8e6(0x109),'connectDataPointsWithStraightLines':_0x16a8e6(0x1d4)},'blank':_0x16a8e6(0x1c7),'seriesBlock':{'format':_0x16a8e6(0x1ca),'dataPointStyle':_0x16a8e6(0xff)},'backgroundColor':_0x16a8e6(0x1b1),'chartBorderColor':_0x16a8e6(0x197),'titles':{'title':_0x16a8e6(0x184),'mainTitle':_0x16a8e6(0x11c),'subTitle':_0x16a8e6(0x192),'xAxisTitle':'Tiêu\x20đề\x20trục\x20X','yAxisTitle':_0x16a8e6(0x1ad),'rightYAxisTitle':_0x16a8e6(0x1bc),'titleFormat':'Định\x20dạng\x20tiêu\x20đề','titleText':'Văn\x20bản\x20tiêu\x20đề','titlePosition':'Vị\x20trí\x20tiêu\x20đề','titleAlign':_0x16a8e6(0x108)},'axisPositionType':{'start':_0x16a8e6(0x131),'center':_0x16a8e6(0x180),'end':_0x16a8e6(0x16b)},'gradientFill':_0x16a8e6(0x1d8),'settingsLabels':{'switchToRowOrColumn':_0x16a8e6(0x1e3),'useAsCategoryLabels':'Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','showEmptyCellsAs':'Hiển\x20thị\x20ô\x20trống\x20như'},'positionType':{'auto':_0x16a8e6(0x125),'inside':_0x16a8e6(0x1ba),'outside':_0x16a8e6(0x10b),'top':_0x16a8e6(0x11d),'bottom':_0x16a8e6(0x177),'left':'Trái','right':_0x16a8e6(0x102),'hide':'Ẩn'},'align':{'left':_0x16a8e6(0x169),'center':_0x16a8e6(0x1d6),'right':'Căn\x20phải'},'alignY':{'top':_0x16a8e6(0x11d),'middle':_0x16a8e6(0x180),'bottom':'Dưới\x20cùng'},'chartStyle':_0x16a8e6(0xfa),'chartAndAxisTitles':_0x16a8e6(0x1a0),'legend':'Chú\x20giải','legendSelectMode':_0x16a8e6(0x187),'legendSelectModeType':{'single':_0x16a8e6(0x13b),'multiple':'Chọn\x20nhiều','close':_0x16a8e6(0x146)},'legendVisualMapType':{'continuous':_0x16a8e6(0x1dc),'piecewise':_0x16a8e6(0x15f)},'axes':{'axis':_0x16a8e6(0x166),'axisOptions':_0x16a8e6(0x10d),'horizontalAxis':_0x16a8e6(0x171),'verticalAxis':_0x16a8e6(0x159),'rightVerticalAxis':_0x16a8e6(0x135),'leftAxis':_0x16a8e6(0x141),'rightAxis':_0x16a8e6(0x120),'useRightAxis':_0x16a8e6(0x119)},'position':_0x16a8e6(0x178),'dataLabels':_0x16a8e6(0x183),'gridlinesAndTicks':'Đường\x20lưới\x20và\x20dấu','indicatorLine':'Đường\x20chỉ\x20số','indicatorLineType':'Loại\x20đường\x20chỉ\x20số','indicatorLineColor':'Màu\x20đường\x20chỉ\x20số','indicatorLabel':_0x16a8e6(0x1cc),'indicatorValue':_0x16a8e6(0x105),'shape':{'polygon':'Đa\x20giác','circle':_0x16a8e6(0x162),'square':_0x16a8e6(0x1e2),'triangle':_0x16a8e6(0x18b),'diamond':_0x16a8e6(0x112),'rect':'Hình\x20chữ\x20nhật','roundRect':_0x16a8e6(0x1c4),'pin':_0x16a8e6(0x1bd),'arrow':_0x16a8e6(0x1b7),'none':_0x16a8e6(0x109),'emptyCircle':'Hình\x20tròn\x20trống','emptySquare':'Hình\x20vuông\x20trống','emptyTriangle':_0x16a8e6(0x199),'emptyDiamond':_0x16a8e6(0x113),'emptyRect':_0x16a8e6(0x14c),'emptyRoundRect':_0x16a8e6(0x13e),'emptyPin':_0x16a8e6(0x104),'emptyArrow':'Mũi\x20tên\x20trống'},'border':'Viền','value':_0x16a8e6(0x185),'fill':_0x16a8e6(0x1d8),'line':'Đường','withOpacity':_0x16a8e6(0x19d),'withColor':_0x16a8e6(0x13f),'withThickness':_0x16a8e6(0xfe),'withType':'{0}\x20loại','withSize':_0x16a8e6(0x1a8),'withShape':_0x16a8e6(0x127),'withFormat':_0x16a8e6(0x107),'dataPoint':_0x16a8e6(0x10a),'dataNodeShape':'Hình\x20dạng\x20nút\x20dữ\x20liệu','addDataPoint':_0x16a8e6(0x142),'point':_0x16a8e6(0x1ab),'percentage':'Phần\x20trăm','lineType':{'line':_0x16a8e6(0x1dd),'smooth':'Mượt','step':_0x16a8e6(0x18d)},'stackType':{'stack':'Chồng','percent':'Phần\x20trăm\x20chồng'},'lineDashType':_0x16a8e6(0x1c8),'dashType':{'solid':'Liền','dash':_0x16a8e6(0x1a5),'dot':_0x16a8e6(0x163)},'color':_0x16a8e6(0x121),'gridlines':{'majorGridlines':_0x16a8e6(0x1ce),'text':'Đường\x20lưới'},'ticks':{'majorTick':_0x16a8e6(0x15e),'tickPosition':_0x16a8e6(0x158),'tickLength':'Chiều\x20dài\x20dấu\x20chấm'},'none':_0x16a8e6(0x109),'theIndexItem':'Mục\x20thứ\x20{0}','seriesDefaultName':'Loạt\x20{0}','categoryDefaultName':_0x16a8e6(0x143),'styleEditPanel':{'showLabels':_0x16a8e6(0x1d9),'showDataLabels':'Hiển\x20thị\x20nhãn\x20dữ\x20liệu','padAngle':_0x16a8e6(0x157),'halfPie':_0x16a8e6(0x110),'rosePie':_0x16a8e6(0x161),'pieValScale':_0x16a8e6(0x153),'pieValSuffix':_0x16a8e6(0x198),'pieDigitalFixed':_0x16a8e6(0x160),'showLabelLine':_0x16a8e6(0x18c),'reverseAxisOrder':'Đảo\x20thứ\x20tự\x20trục','showAxisLine':_0x16a8e6(0x11b),'labelPosition':_0x16a8e6(0x1a1),'labelText':_0x16a8e6(0x116),'repeatWordCould':_0x16a8e6(0x114),'gap':_0x16a8e6(0x132),'useAbsValue':_0x16a8e6(0xfb),'labelRotate':'Xoay\x20nhãn','wordCloudShape':_0x16a8e6(0x16c),'useDateAxis':_0x16a8e6(0x12b),'dateAxisTips':_0x16a8e6(0x1d2)},'radar':{'fill':_0x16a8e6(0x1d8)},'doughnutHole':'Lỗ\x20bánh\x20rán','msg':{'invalidSource':_0x16a8e6(0x176),'emptyTips':_0x16a8e6(0x111),'sankeyCircularTips':'Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp'},'cloud':{'title':_0x16a8e6(0x181),'word':'Từ','frequency':_0x16a8e6(0x1c1)},'trendline':{'name':'Đường\x20xu\x20hướng','displayName':_0x16a8e6(0x15c),'addTrendLine':_0x16a8e6(0x1be),'trendlineType':_0x16a8e6(0x1cd),'trendlineName':_0x16a8e6(0x15c),'trendlineColor':'Màu\x20đường\x20xu\x20hướng','trendlineThickness':'Độ\x20dày\x20đường\x20xu\x20hướng','trendlineDashType':_0x16a8e6(0x1cb),'exp':'Hàm\x20mũ','linear':_0x16a8e6(0x148),'log':_0x16a8e6(0x137),'pow':_0x16a8e6(0x188),'movingAvg':_0x16a8e6(0x1c2),'poly':_0x16a8e6(0x1da),'order':_0x16a8e6(0x1a3),'period':_0x16a8e6(0x100),'showFormula':_0x16a8e6(0xf9),'showR2':'Hiển\x20thị\x20R\x20bình\x20phương','formula':_0x16a8e6(0x1b4),'r2':_0x16a8e6(0x1bb)},'bubble':{'xAxis':_0x16a8e6(0x1a9),'yAxis':_0x16a8e6(0x1b5),'size':_0x16a8e6(0x1b3),'label':_0x16a8e6(0x11e),'emptyTips':_0x16a8e6(0x165)},'candlestick':{'category':'Category','open':_0x16a8e6(0x140),'high':'High','low':_0x16a8e6(0x101),'close':_0x16a8e6(0x15a),'mappingError':_0x16a8e6(0x182),'rising':_0x16a8e6(0x1bf),'falling':_0x16a8e6(0x18e),'doji':_0x16a8e6(0x14d),'bodyColor':_0x16a8e6(0x123),'fillOpacity':_0x16a8e6(0x1c0),'wickColor':_0x16a8e6(0x124),'wickWidth':'Border\x20/\x20wick\x20width','wickOpacity':_0x16a8e6(0x147),'hollow':_0x16a8e6(0x1db),'restoreDefault':'Reset','candleWidth':_0x16a8e6(0x191),'auto':'Auto','state':_0x16a8e6(0xf7)},'treemap':{'hierarchy':_0x16a8e6(0x190),'value':'Value','addHierarchy':_0x16a8e6(0x103),'parentLabelLayout':_0x16a8e6(0x12a),'banner':_0x16a8e6(0x179),'overlapping':_0x16a8e6(0x14e),'none':'None','leafLabel':_0x16a8e6(0x17b),'categoryName':_0x16a8e6(0x14a),'labelContent':_0x16a8e6(0x1c6),'labelFormat':_0x16a8e6(0x156),'moveUp':'Move\x20hierarchy\x20field\x20up','moveDown':_0x16a8e6(0x10f),'removeHierarchy':'Remove\x20hierarchy\x20field','diagnostic':_0x16a8e6(0x193)},'relation':{'title':_0x16a8e6(0x1af),'auto':_0x16a8e6(0x125),'circular':_0x16a8e6(0x162),'force':'Lực\x20tác\x20động','useValueAsSymbolSize':_0x16a8e6(0x174),'layoutType':'Loại\x20bố\x20cục','forceOptions':'Tùy\x20chọn\x20bố\x20cục\x20lực\x20tác\x20động','repulsion':_0x16a8e6(0x12c),'gravity':_0x16a8e6(0x129),'edgeLength':_0x16a8e6(0x133),'rotateLabel':_0x16a8e6(0x13a),'emphasis':_0x16a8e6(0x151),'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':_0x16a8e6(0x196),'arrangement':_0x16a8e6(0x12d),'stacked':_0x16a8e6(0x19f),'positive':_0x16a8e6(0x1aa),'negative':'Giá\x20trị\x20âm','subtotal':_0x16a8e6(0x138),'showSubtotal':_0x16a8e6(0x1e1),'positiveStyle':_0x16a8e6(0x167),'negativeStyle':_0x16a8e6(0x19c),'subtotalStyle':_0x16a8e6(0x1cf),'positiveLegendText':_0x16a8e6(0x1a2),'negativeLegendText':_0x16a8e6(0x12e),'subtotalLegendText':'Chú\x20thích\x20tổng\x20phụ'},'pareto':{'lineName':_0x16a8e6(0x10c),'lineSeries':'Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','barSeries':_0x16a8e6(0x18f)},'visualMapScope':_0x16a8e6(0x17d),'boxplot':{'min':_0x16a8e6(0x150),'q1':_0x16a8e6(0x16f),'median':_0x16a8e6(0x186),'q3':'Phần\x20tư\x20thứ\x20ba','max':_0x16a8e6(0xf8)},'histogram':{'value':'Value','binningMode':_0x16a8e6(0x1c5),'auto':_0x16a8e6(0x1d5),'count':_0x16a8e6(0x1e4),'width':_0x16a8e6(0x13c),'binCount':'Number\x20of\x20bins','binWidth':_0x16a8e6(0x13c),'underflow':'Underflow\x20bin','overflow':'Overflow\x20bin','binGap':_0x16a8e6(0x118)},'chartTypes':{'line':_0x16a8e6(0x1a4),'area':_0x16a8e6(0x1ae),'areaStacked':_0x16a8e6(0x11a),'areaPercentStacked':'Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','column':_0x16a8e6(0x19b),'bar':_0x16a8e6(0x168),'barStacked':_0x16a8e6(0xfd),'barPercentStacked':_0x16a8e6(0x155),'pie':_0x16a8e6(0x17e),'donut':_0x16a8e6(0x128),'scatter':'Biểu\x20đồ\x20phân\x20tán','radar':_0x16a8e6(0x1d7),'bubble':_0x16a8e6(0x16d),'stock':'Biểu\x20đồ\x20cổ\x20phiếu','combination':_0x16a8e6(0x144),'wordCloud':'Biểu\x20đồ\x20word\x20cloud','funnel':_0x16a8e6(0x136),'relation':_0x16a8e6(0x1af),'waterfall':_0x16a8e6(0x122),'pareto':_0x16a8e6(0x10e),'sankey':_0x16a8e6(0x1b8),'heatmap':_0x16a8e6(0x1a7),'boxplot':_0x16a8e6(0x19a),'candlestick':_0x16a8e6(0x17a),'histogram':_0x16a8e6(0x1b9),'treemap':'Treemap\x20chart'},'dialog':{'numfmt':{'general':'Chung','accounting':_0x16a8e6(0x1df),'currency':_0x16a8e6(0x16e),'date':_0x16a8e6(0x1e0),'thousandthPercentile':_0x16a8e6(0x173),'fieldSetting':_0x16a8e6(0x189),'formatTypes':'Các\x20loại\x20định\x20dạng','confirm':_0x16a8e6(0x175),'cancel':_0x16a8e6(0x170),'generalDesc':_0x16a8e6(0x1c9),'accountingDesc':_0x16a8e6(0x134),'currencyDesc':_0x16a8e6(0x164),'dateDesc':_0x16a8e6(0x1de),'thousandthPercentileDesc':_0x16a8e6(0x1b2),'decimalPlaces':_0x16a8e6(0x12f),'currencyTypes':_0x16a8e6(0x106),'negativeNumberTypes':_0x16a8e6(0x117),'dateTypes':_0x16a8e6(0x149)},'setFormat':'Thiết\x20lập\x20định\x20dạng\x20nhãn'}}};export{e as default};
|
|
1
|
+
const _0x4ccaaf=_0x4f53;(function(_0x2dcd51,_0x51d60a){const _0x461134=_0x4f53,_0x5708b0=_0x2dcd51();while(!![]){try{const _0x5df529=parseInt(_0x461134(0x180))/0x1*(parseInt(_0x461134(0x194))/0x2)+parseInt(_0x461134(0x1af))/0x3+parseInt(_0x461134(0x18b))/0x4*(-parseInt(_0x461134(0x172))/0x5)+-parseInt(_0x461134(0x1ae))/0x6+parseInt(_0x461134(0x176))/0x7*(parseInt(_0x461134(0x178))/0x8)+parseInt(_0x461134(0x195))/0x9*(-parseInt(_0x461134(0x1a3))/0xa)+parseInt(_0x461134(0x1a0))/0xb;if(_0x5df529===_0x51d60a)break;else _0x5708b0['push'](_0x5708b0['shift']());}catch(_0x54fb94){_0x5708b0['push'](_0x5708b0['shift']());}}}(_0x3edf,0x9f33c));function _0x3edf(){const _0x552322=['Biểu\x20đồ\x20phân\x20cấp\x20dạng\x20vòng','Biểu\x20đồ\x20đồng\x20hồ','28502YpEKve','603SpUokB','Thiết\x20lập','Mục\x20tiêu','Tổng\x20phụ','Đường\x20xu\x20hướng','Biểu\x20đồ\x20thanh','Chuỗi\x20biểu\x20đồ\x20cột','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','Chèn\x20biểu\x20đồ','Biểu\x20đồ\x20nến','Biểu\x20đồ\x20phân\x20tán','21304536ovzbfC','Biểu\x20đồ\x20tròn\x20của\x20biểu\x20đồ\x20tròn','biểu\x20đồ\x20đo','188590kGvpva','Biểu\x20đồ\x20thanh\x20của\x20biểu\x20đồ\x20tròn','Bảng\x20hợp\x20âm','Xóa\x20biểu\x20đồ','Biên\x20tập\x20biểu\x20đồ','Biểu\x20đồ\x20thanh\x20chồng','Biểu\x20đồ\x20tia\x20nắng','Biểu\x20đồ\x20dây\x20cung','Tùy\x20chỉnh','Dương','Biểu\x20đồ\x20diện\x20tích\x20chồng','5363100zZxhbd','1316331ovvBjv','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','1880915PvsyLY','Trục\x20dọ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đồ\x20Sankey','168119OZVIsw','Biểu\x20đồ\x20cây','248RQNfhZ','Kiểu\x20biểu\x20đồ','Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','Biểu\x20đồ\x20dạng\x20cây','Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Biểu\x20đồ\x20hộp','Phạm\x20vi\x20dữ\x20liệu','Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','31dajJDN','Biểu\x20đồ\x20cột','Danh\x20mục','Chú\x20giải','Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Chuỗi\x20dữ\x20liệu','Biểu\x20đồ\x20quan\x20hệ','Sao\x20chép','Biểu\x20đồ\x20phễu','Đám\x20mây\x20từ','Xuất\x20dưới\x20dạng\x20hình\x20ảnh','8EDwKje','Biểu\x20đồ\x20biểu\x20đồ','Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','Trục\x20dọc\x20bên\x20phải','Đường\x20lưới\x20và\x20dấu','Biểu\x20đồ\x20nhiệt','Biểu\x20đồ\x20radar'];_0x3edf=function(){return _0x552322;};return _0x3edf();}const e={'sheets-chart-ui':{'permission':{'editErr':_0x4ccaaf(0x174)},'common':{'setup':_0x4ccaaf(0x196),'customize':_0x4ccaaf(0x1ab),'editChart':_0x4ccaaf(0x1a7),'useAsCategoryLabels':_0x4ccaaf(0x17a),'switchRowColumn':'Chuyển\x20sang\x20hàng\x20hoặc\x20cột','dataRange':_0x4ccaaf(0x17e),'insertChart':_0x4ccaaf(0x19d),'openChartPanel':_0x4ccaaf(0x17c),'deleteChart':_0x4ccaaf(0x1a6),'hideChartPanel':_0x4ccaaf(0x184),'chartAndAxisTitles':_0x4ccaaf(0x1b0),'chartStyle':_0x4ccaaf(0x179),'heatmap':_0x4ccaaf(0x190),'horizontalAxis':'Trục\x20ngang','legend':_0x4ccaaf(0x183),'rightVerticalAxis':_0x4ccaaf(0x18e),'series':_0x4ccaaf(0x185),'trendline':_0x4ccaaf(0x199),'verticalAxis':_0x4ccaaf(0x173),'category':_0x4ccaaf(0x182),'copy':_0x4ccaaf(0x187),'exportImage':_0x4ccaaf(0x18a)},'waterfall':{'subtotal':_0x4ccaaf(0x198),'positive':_0x4ccaaf(0x1ac),'negative':'Âm'},'chartTypes':{'line':'Biểu\x20đồ\x20đường','column':_0x4ccaaf(0x181),'bar':_0x4ccaaf(0x19a),'barStacked':_0x4ccaaf(0x1a8),'barPercentStacked':_0x4ccaaf(0x17f),'pie':'Biểu\x20đồ\x20tròn','donut':'Biểu\x20đồ\x20donut','pieOfPie':_0x4ccaaf(0x1a1),'barOfPie':_0x4ccaaf(0x1a4),'area':'Biểu\x20đồ\x20diện\x20tích','areaStacked':_0x4ccaaf(0x1ad),'areaPercentStacked':_0x4ccaaf(0x19c),'radar':_0x4ccaaf(0x191),'scatter':_0x4ccaaf(0x19f),'combination':'Biểu\x20đồ\x20kết\x20hợp','wordCloud':'Biểu\x20đồ\x20word\x20cloud','funnel':_0x4ccaaf(0x188),'bubble':'Biểu\x20đồ\x20bong\x20bóng','relation':_0x4ccaaf(0x186),'waterfall':'Biểu\x20đồ\x20thác\x20nước','pareto':'Biểu\x20đồ\x20Pareto','sankey':_0x4ccaaf(0x175),'heatmap':'Biểu\x20đồ\x20nhiệt','boxplot':_0x4ccaaf(0x17d),'candlestick':'Biểu\x20đồ\x20nến','histogram':'Biểu\x20đồ\x20tần\x20suất','treemap':_0x4ccaaf(0x177),'sunburst':_0x4ccaaf(0x192),'gauge':_0x4ccaaf(0x193),'chord':_0x4ccaaf(0x1aa)},'section':{'candlestick':_0x4ccaaf(0x19e),'chord':_0x4ccaaf(0x1a5),'funnel':_0x4ccaaf(0x188),'gauge':_0x4ccaaf(0x1a2),'gridlinesAndTicks':_0x4ccaaf(0x18f),'histogram':_0x4ccaaf(0x18c),'indicatorLine':'Đường\x20chỉ\x20số','lineAndArea':'Biểu\x20đồ\x20đường\x20/\x20Biểu\x20đồ\x20diện\x20tích','paretoBar':_0x4ccaaf(0x19b),'paretoLine':_0x4ccaaf(0x18d),'pie':'Biểu\x20đồ\x20tròn','radar':_0x4ccaaf(0x191),'relation':'Biểu\x20đồ\x20quan\x20hệ','sunburst':_0x4ccaaf(0x1a9),'treemap':_0x4ccaaf(0x17b),'waterfall':'Biểu\x20đồ\x20thác\x20nước','wordCloud':_0x4ccaaf(0x189)},'chord':{'target':_0x4ccaaf(0x197)}}};function _0x4f53(_0x31b409,_0x605bde){_0x31b409=_0x31b409-0x172;const _0x3edfa3=_0x3edf();let _0x4f5346=_0x3edfa3[_0x31b409];return _0x4f5346;}export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x8921(_0x54239e,_0x5060ea){_0x54239e=_0x54239e-0x1e7;const _0x5b5921=_0x5b59();let _0x89210e=_0x5b5921[_0x54239e];return _0x89210e;}const _0x218011=_0x8921;(function(_0x1af614,_0x58197b){const _0x220399=_0x8921,_0x50fc8e=_0x1af614();while(!![]){try{const _0x4522f0=parseInt(_0x220399(0x286))/0x1*(-parseInt(_0x220399(0x1e9))/0x2)+parseInt(_0x220399(0x23b))/0x3*(-parseInt(_0x220399(0x285))/0x4)+-parseInt(_0x220399(0x20b))/0x5+parseInt(_0x220399(0x27f))/0x6*(-parseInt(_0x220399(0x280))/0x7)+parseInt(_0x220399(0x256))/0x8+parseInt(_0x220399(0x252))/0x9*(parseInt(_0x220399(0x20c))/0xa)+parseInt(_0x220399(0x257))/0xb;if(_0x4522f0===_0x58197b)break;else _0x50fc8e['push'](_0x50fc8e['shift']());}catch(_0x2db2cb){_0x50fc8e['push'](_0x50fc8e['shift']());}}}(_0x5b59,0xdc15b));const e={'sheets-chart-ui':{'permission':{'editErr':_0x218011(0x278)},'insertChart':_0x218011(0x201),'editChart':'图表','openChartPanel':_0x218011(0x232),'deleteChart':_0x218011(0x1fa),'exportImage':_0x218011(0x1f4),'copy':'复制','hideChartPanel':_0x218011(0x234),'setupChart':_0x218011(0x1ed),'customChart':'自定义样式','default':'默认','reset':'重置','chartType':_0x218011(0x288),'themes':_0x218011(0x26e),'dataRange':_0x218011(0x25f),'stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':_0x218011(0x246),'series':'系列','addSeries':_0x218011(0x204),'moreSettings':_0x218011(0x239),'min':_0x218011(0x20a),'max':_0x218011(0x235),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0x218011(0x214)},'blank':_0x218011(0x251),'seriesBlock':{'format':'格式','dataPointStyle':_0x218011(0x264)},'backgroundColor':_0x218011(0x27d),'chartBorderColor':_0x218011(0x1e8),'titles':{'title':'标题','mainTitle':_0x218011(0x215),'subTitle':_0x218011(0x209),'xAxisTitle':_0x218011(0x20d),'yAxisTitle':_0x218011(0x24e),'rightYAxisTitle':'右纵轴标题','titleFormat':_0x218011(0x24b),'titleText':_0x218011(0x24c),'titlePosition':'标题位置','titleAlign':_0x218011(0x26c)},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0x218011(0x279),'settingsLabels':{'switchToRowOrColumn':_0x218011(0x226),'useAsCategoryLabels':_0x218011(0x238),'showEmptyCellsAs':_0x218011(0x270)},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':_0x218011(0x231),'center':'居中','right':_0x218011(0x267)},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':'图表样式','chartAndAxisTitles':_0x218011(0x24d),'legend':'图例','legendSelectMode':_0x218011(0x227),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0x218011(0x27e),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x218011(0x271),'leftAxis':'左轴','rightAxis':'右轴','useRightAxis':_0x218011(0x248)},'position':'位置','dataLabels':_0x218011(0x237),'gridlinesAndTicks':_0x218011(0x1fd),'indicatorLine':'指示线','indicatorLineType':_0x218011(0x1fe),'indicatorLineColor':'指示线颜色','indicatorLabel':_0x218011(0x1f9),'indicatorValue':_0x218011(0x249),'shape':{'polygon':_0x218011(0x20e),'circle':'圆形','square':_0x218011(0x1ff),'triangle':_0x218011(0x1f7),'diamond':'菱形','rect':'矩形','roundRect':_0x218011(0x1f0),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0x218011(0x220),'emptySquare':_0x218011(0x21c),'emptyTriangle':_0x218011(0x1f3),'emptyDiamond':_0x218011(0x228),'emptyRect':'空心矩形','emptyRoundRect':'空心圆角矩形','emptyPin':_0x218011(0x21b),'emptyArrow':'空心箭头'},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0x218011(0x200),'withColor':'{0}颜色','withThickness':_0x218011(0x27c),'withType':'{0}类型','withSize':'{0}大小','withShape':_0x218011(0x22a),'withFormat':_0x218011(0x21e),'dataPoint':_0x218011(0x224),'dataNodeShape':'节点形状','addDataPoint':_0x218011(0x282),'point':_0x218011(0x224),'percentage':'百分比','lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':_0x218011(0x213)},'lineDashType':_0x218011(0x244),'dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':'主网格线','text':'网格线'},'ticks':{'majorTick':'主刻度线','tickPosition':_0x218011(0x24f),'tickLength':_0x218011(0x263)},'none':'无','theIndexItem':_0x218011(0x240),'seriesDefaultName':_0x218011(0x219),'categoryDefaultName':_0x218011(0x22c),'styleEditPanel':{'showLabels':_0x218011(0x205),'showDataLabels':_0x218011(0x26a),'padAngle':_0x218011(0x284),'halfPie':'半饼','rosePie':_0x218011(0x1e7),'pieValScale':'数值比例','pieValSuffix':_0x218011(0x289),'pieDigitalFixed':'小数位数','showLabelLine':_0x218011(0x212),'reverseAxisOrder':_0x218011(0x233),'showAxisLine':'显示轴线','labelPosition':_0x218011(0x21a),'labelText':_0x218011(0x1eb),'repeatWordCould':_0x218011(0x223),'gap':'间隔','useAbsValue':_0x218011(0x28d),'labelRotate':_0x218011(0x241),'wordCloudShape':_0x218011(0x253),'useDateAxis':_0x218011(0x273),'dateAxisTips':_0x218011(0x230)},'radar':{'fill':'填充'},'doughnutHole':_0x218011(0x276),'msg':{'invalidSource':_0x218011(0x269),'emptyTips':_0x218011(0x23d),'sankeyCircularTips':_0x218011(0x23e)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x218011(0x23f),'displayName':_0x218011(0x21f),'addTrendLine':_0x218011(0x259),'trendlineType':_0x218011(0x23c),'trendlineName':_0x218011(0x21f),'trendlineColor':_0x218011(0x23a),'trendlineThickness':_0x218011(0x28b),'trendlineDashType':_0x218011(0x261),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0x218011(0x216),'poly':_0x218011(0x25d),'order':'多项式阶数','period':'移动平均周期','showFormula':_0x218011(0x202),'showR2':'显示R平方','formula':'公式','r2':_0x218011(0x225)},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0x218011(0x27a),'label':'气泡标签','emptyTips':_0x218011(0x281)},'candlestick':{'category':'类别','open':'开盘','high':'最高','low':'最低','close':'收盘','mappingError':'请为类别、开盘、最高、最低和收盘选择五个不同字段。','rising':'上涨','falling':'下跌','doji':_0x218011(0x268),'bodyColor':_0x218011(0x1ea),'fillOpacity':_0x218011(0x260),'wickColor':'边框\x20/\x20影线颜色','wickWidth':_0x218011(0x217),'wickOpacity':_0x218011(0x21d),'hollow':_0x218011(0x277),'restoreDefault':'重置','candleWidth':'蜡烛宽度','auto':'自动','state':_0x218011(0x287)},'treemap':{'hierarchy':'层级','value':'数值','addHierarchy':_0x218011(0x26b),'parentLabelLayout':'父级标签布局','banner':'横幅','overlapping':'重叠','none':'无','leafLabel':_0x218011(0x1ee),'categoryName':_0x218011(0x208),'labelContent':'标签内容','labelFormat':_0x218011(0x1f6),'moveUp':_0x218011(0x25a),'moveDown':_0x218011(0x24a),'removeHierarchy':_0x218011(0x266),'diagnostic':'矩形树图至少需要一个层级字段和一个数值字段。'},'relation':{'title':_0x218011(0x22e),'auto':'自动','circular':'环形','force':'力导向','useValueAsSymbolSize':_0x218011(0x27b),'layoutType':'布局类型','forceOptions':_0x218011(0x28e),'repulsion':'斥力','gravity':'引力','edgeLength':_0x218011(0x1f1),'rotateLabel':_0x218011(0x265),'emphasis':'开启选中淡入特效','emptyTips':_0x218011(0x229)},'waterfall':{'stackType':_0x218011(0x272),'arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0x218011(0x22f),'positiveStyle':_0x218011(0x218),'negativeStyle':_0x218011(0x25e),'subtotalStyle':'小计样式','positiveLegendText':_0x218011(0x245),'negativeLegendText':'负值图例文本','subtotalLegendText':_0x218011(0x283)},'pareto':{'lineName':_0x218011(0x210),'lineSeries':_0x218011(0x26f),'barSeries':_0x218011(0x1fc)},'visualMapScope':'视觉映射范围','boxplot':{'min':_0x218011(0x20a),'q1':_0x218011(0x250),'median':_0x218011(0x254),'q3':'第三四分位数','max':_0x218011(0x235)},'histogram':{'value':'数值','binningMode':_0x218011(0x1ef),'auto':'自动','count':'箱数','width':'箱宽','binCount':'箱数','binWidth':'箱宽','underflow':_0x218011(0x255),'overflow':'上溢箱','binGap':'箱间距(%)'},'chartTypes':{'line':_0x218011(0x25c),'area':_0x218011(0x22d),'areaStacked':_0x218011(0x26d),'areaPercentStacked':_0x218011(0x1ec),'column':'柱状图','bar':'条形图','barStacked':_0x218011(0x206),'barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':_0x218011(0x20f),'scatter':_0x218011(0x247),'radar':_0x218011(0x25b),'bubble':'气泡图','stock':_0x218011(0x242),'combination':_0x218011(0x22b),'wordCloud':_0x218011(0x221),'funnel':'漏斗图','relation':_0x218011(0x22e),'waterfall':_0x218011(0x203),'pareto':_0x218011(0x1f2),'sankey':_0x218011(0x262),'heatmap':_0x218011(0x1fb),'boxplot':'箱线图','candlestick':_0x218011(0x236),'histogram':_0x218011(0x1f8),'treemap':_0x218011(0x274)},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':'千分位符','fieldSetting':'字段设置','formatTypes':_0x218011(0x258),'confirm':'确定','cancel':'取消','generalDesc':_0x218011(0x243),'accountingDesc':_0x218011(0x28c),'currencyDesc':_0x218011(0x275),'dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandthPercentileDesc':_0x218011(0x1f5),'decimalPlaces':_0x218011(0x222),'currencyTypes':_0x218011(0x211),'negativeNumberTypes':'负数类型','dateTypes':_0x218011(0x28a)},'setFormat':_0x218011(0x207)}}};export{e as default};function _0x5b59(){const _0x5234ac=['背景颜色','轴选项','10596iauATQ','4627IDZjAG','气泡图至少需要2列,X轴、Y轴。','添加数据点','小计图例文本','扇形间距','1772FPpSei','791GoKUmQ','蜡烛状态','图表类型','数值后缀','日期类型','趋势线粗细','会计数字格式可对一列数值进行货币符号和小数点对齐。','使用绝对值','力导向选项','玫瑰图','图表边框颜色','580SMGofB','实体颜色','标签文本','百分比堆叠面积图','类型与数据','叶节点标签','分箱类型','圆角矩形','节点距离','排列图','空心三角形','导出图片','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','标签格式','三角形','直方图','标签颜色','删除图表','热力图','柱状图系列','网格线和刻度线','指示线类型','正方形','{0}透明度','插入图表','显示公式','瀑布图','添加系列','显示标签','堆叠条形图','设置标签格式','分类名称','副标题','最小值','149900qebuPr','2810ftCWZH','横轴标题','多边形','环形图','累积占比','货币类型','显示标签线','百分比堆叠','用直线连接数据点','图表标题','移动平均','边框\x20/\x20影线宽度','正值样式','系列\x20{0}','标签位置','空心钉形','空心正方形','边框\x20/\x20影线不透明度','{0}格式','趋势线名称','空心圆形','词云图','小数位数','重复词云标签','数据点','R平方','切换行列','图例选择模式','空心菱形','关系图数据源为额外添加类型列在第二列的共词矩阵','{0}形状','组合图','类别\x20{0}','面积图','关系图','显示小计','日期轴仅在数据全部为日期格式时可用','左对齐','编辑图表','逆序轴','隐藏图表面板','最大值','K线图','数据标签','将\x20{0}\x20作为类别','更多设置','趋势线颜色','11349mkhAPx','趋势线类型','请先添加系列开始数据可视化','桑基图不能包含循环数据','趋势线','第{0}项','标签旋转','股票图','常规格式不包含任何特定的数字格式。','线类型','正值图例文本','所有系列','散点图','使用右轴','文本颜色','下移层级字段','标题格式','标题文本','图表和轴标题','纵轴标题','刻度线位置','第一四分位数','(空)','14211oQZpGg','词云形状','中位数','下溢箱','2569320VsfrfE','35630848qqNdLY','格式类型','添加趋势线','上移层级字段','雷达图','折线图','多项式','负值样式','数据范围','填充不透明度','趋势线线类型','桑基图','刻度线长度','数据点样式','旋转标签','移除层级字段','右对齐','十字星','图表数据源必须包含多于1行和1列。','显示数据标签','添加层级','轴标题对齐','堆叠面积图','主题色','累积占比系列','空单元格显示为','右纵轴','堆叠方式','使用日期轴','矩形树图','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','圆环孔','空心实体','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','渐变填充','气泡大小','使用值作为节点大小','{0}粗细'];_0x5b59=function(){return _0x5234ac;};return _0x5b59();}
|
|
1
|
+
const _0x2b5124=_0x2304;(function(_0x184a6b,_0x1ff8d2){const _0x4c945=_0x2304,_0x2a1684=_0x184a6b();while(!![]){try{const _0x558b04=parseInt(_0x4c945(0xb0))/0x1+parseInt(_0x4c945(0xc6))/0x2+parseInt(_0x4c945(0xc7))/0x3+parseInt(_0x4c945(0xbe))/0x4+parseInt(_0x4c945(0xb6))/0x5+parseInt(_0x4c945(0xad))/0x6+-parseInt(_0x4c945(0xae))/0x7;if(_0x558b04===_0x1ff8d2)break;else _0x2a1684['push'](_0x2a1684['shift']());}catch(_0x2f7009){_0x2a1684['push'](_0x2a1684['shift']());}}}(_0x3cc1,0xa5799));function _0x2304(_0x5090b1,_0x252a11){_0x5090b1=_0x5090b1-0xa1;const _0x3cc1f9=_0x3cc1();let _0x230421=_0x3cc1f9[_0x5090b1];return _0x230421;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x2b5124(0xcc)},'common':{'setup':_0x2b5124(0xa8),'customize':_0x2b5124(0xbb),'editChart':'图表','useAsCategoryLabels':'将\x20{0}\x20作为类别','switchRowColumn':_0x2b5124(0xba),'dataRange':_0x2b5124(0xa1),'insertChart':_0x2b5124(0xc3),'openChartPanel':_0x2b5124(0xc9),'deleteChart':_0x2b5124(0xa7),'hideChartPanel':_0x2b5124(0xa4),'chartAndAxisTitles':_0x2b5124(0xcb),'chartStyle':'图表样式','heatmap':_0x2b5124(0xa5),'horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':'右纵轴','series':'系列','trendline':_0x2b5124(0xb1),'verticalAxis':'纵轴','category':'类别','copy':'复制','exportImage':'导出图片'},'waterfall':{'subtotal':'小计','positive':'正值','negative':'负值'},'chartTypes':{'line':'折线图','column':_0x2b5124(0xa3),'bar':'条形图','barStacked':_0x2b5124(0xca),'barPercentStacked':_0x2b5124(0xc5),'pie':'饼图','donut':'环形图','pieOfPie':_0x2b5124(0xb5),'barOfPie':'复合饼图','area':'面积图','areaStacked':_0x2b5124(0xc0),'areaPercentStacked':_0x2b5124(0xaa),'radar':_0x2b5124(0xbf),'scatter':'散点图','combination':_0x2b5124(0xa6),'wordCloud':_0x2b5124(0xb2),'funnel':_0x2b5124(0xc1),'bubble':'气泡图','relation':_0x2b5124(0xb4),'waterfall':_0x2b5124(0xc8),'pareto':'排列图','sankey':_0x2b5124(0xc4),'heatmap':_0x2b5124(0xa5),'boxplot':_0x2b5124(0xb3),'candlestick':_0x2b5124(0xbd),'histogram':_0x2b5124(0xb8),'treemap':_0x2b5124(0xcd),'sunburst':'旭日图','gauge':_0x2b5124(0xc2),'chord':'和弦图'},'section':{'candlestick':_0x2b5124(0xb7),'chord':_0x2b5124(0xab),'funnel':_0x2b5124(0xc1),'gauge':_0x2b5124(0xb9),'gridlinesAndTicks':'网格线和刻度线','histogram':'直方图','indicatorLine':_0x2b5124(0xac),'lineAndArea':_0x2b5124(0xa9),'paretoBar':'柱状图系列','paretoLine':_0x2b5124(0xa2),'pie':'饼图','radar':_0x2b5124(0xbf),'relation':_0x2b5124(0xb4),'sunburst':_0x2b5124(0xaf),'treemap':_0x2b5124(0xbc),'waterfall':_0x2b5124(0xc8),'wordCloud':'词云'},'chord':{'target':'目标'}}};export{e as default};function _0x3cc1(){const _0x4ad477=['桑基图','百分比堆叠条形图','368730TNBkjz','3264888nLjACp','瀑布图','编辑图表','堆叠条形图','图表和坐标轴标题','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','矩形树图','数据范围','累积占比系列','柱状图','隐藏图表面板','热力图','组合图','删除图表','类型与数据','折线图\x20/\x20面积图','百分比堆叠面积图','和弦图','指示线','7373868AFhwou','36729287frCduR','旭日图','1164233rOjtRX','趋势线','词云图','箱线图','关系图','子母饼图','4799645nwvQUd','烛台图','直方图','仪表图','切换行列','自定义样式','树状图','K\x20线图','5196100MUKIIj','雷达图','堆叠面积图','漏斗图','仪表盘','插入图表'];_0x3cc1=function(){return _0x4ad477;};return _0x3cc1();}
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x49b1b5=_0x5920;function _0xdc23(){const _0x19ac33=['刪除圖表','負數類型','第\x20{0}\x20項','玫瑰圖','Remove\x20hierarchy\x20field','瀑布圖','箱型圖','Falling','詞雲圖','Candle\x20width','正方形','Fill\x20opacity','氣泡圖至少需要2欄,X軸、Y軸。','634678hdjYJf','打開圖表面板','{0}\x20類型','多項式階數','數據標籤','Overlapping','顯示空單元格為','標籤位置','標題位置','佈局類型','7ytBxCO','Body\x20color','980356GTcnWs','類別\x20{0}','High','網格線和刻度線','Candle\x20state','Bin\x20gap\x20(%)','2016940IHcJND','負值圖例文本','Auto','Category\x20name','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','Move\x20hierarchy\x20field\x20down','161320oDJkPz','Move\x20hierarchy\x20field\x20up','X軸標題','最小值','36ecYCVO','空心圓角矩形','右Y軸標題','Bin\x20type','Add\x20hierarchy','格式類型','堆疊條形圖','第一四分位數','數據點樣式','日期類型','堆疊面積圖','{0}\x20顏色','更多設置','顯示標籤','開啟選中淡入特效','設置圖表','{0}\x20粗細','氣泡大小','339844cKEbzZ','指示線類型','空心箭頭','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','数值比例','垂直軸','編輯圖表','顯示標籤線','Close','{0}\x20大小','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','正值樣式','Open','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','請先添加系列開始數據可視化','Treemap\x20chart','多邊形','旋轉標籤','903272HtDMUC','使用日期軸','{0}\x20形狀','Histogram\x20chart','3DUiytz','主刻度線','匯出圖片','Value','使用右軸','逆序軸','雷達圖','趨勢線顏色','空心矩形','趨勢線類型','詞雲形狀','Hollow\x20body','關係圖','指示標籤','軸選項','顯示R平方','Bin\x20width','圓環孔','空心菱形','股票圖','圖表和軸標題','累積占比','Number\x20of\x20bins','標題格式','漏斗圖','使用\x20{0}\x20作為類別標籤','常規格式不包含任何特定的數字格式。','Leaf\x20label','Label\x20content','Banner','小數位數','折線圖','Label\x20format','顯示數據標籤','(空)','Border\x20/\x20wick\x20color','扇形間距','三角形','Border\x20/\x20wick\x20opacity','趨勢線名稱','所有系列','主標題','顯示小計','百分比','線類型','Underflow\x20bin','數據點','Border\x20/\x20wick\x20width','78FkNaEb','顯示軸線','字段設置','趨勢線線類型','節點形狀','累積占比系列','小計樣式','節點距離','刻度線長度','第三四分位數','力導向選項','1QFjGPi','熱力圖','圖例選擇模式','空心三角形','Rising','最大值','設置標籤格式','Reset','刻度線位置','9BGSRRO','組合圖','條形圖','圖表數據源必須包含多於1列和1欄。','左對齊','指示值','圖表類型','正值圖例文本','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Parent\x20label\x20layout','Low','氣泡標籤','使用絕對值','Category','趨勢線','面積圖','視覺映射範圍','背景顏色','Hierarchy','百分比堆疊','圖表樣式','6783348ugZFQq','排列圖','千分位符','添加數據點','数值后缀','水平軸','圓角矩形','環形圖','負值樣式','R平方','指示線','添加系列','Doji'];_0xdc23=function(){return _0x19ac33;};return _0xdc23();}(function(_0x3f4fa6,_0x13e72b){const _0xd0656=_0x5920,_0x1711a8=_0x3f4fa6();while(!![]){try{const _0x48f14f=parseInt(_0xd0656(0x1df))/0x1*(-parseInt(_0xd0656(0x245))/0x2)+parseInt(_0xd0656(0x25b))/0x3*(parseInt(_0xd0656(0x223))/0x4)+parseInt(_0xd0656(0x22f))/0x5*(-parseInt(_0xd0656(0x1d4))/0x6)+parseInt(_0xd0656(0x221))/0x7*(parseInt(_0xd0656(0x257))/0x8)+-parseInt(_0xd0656(0x1e8))/0x9*(parseInt(_0xd0656(0x229))/0xa)+parseInt(_0xd0656(0x217))/0xb*(parseInt(_0xd0656(0x233))/0xc)+parseInt(_0xd0656(0x1fd))/0xd;if(_0x48f14f===_0x13e72b)break;else _0x1711a8['push'](_0x1711a8['shift']());}catch(_0x4c1496){_0x1711a8['push'](_0x1711a8['shift']());}}}(_0xdc23,0x3fed0));function _0x5920(_0x1bc88f,_0x4db84e){_0x1bc88f=_0x1bc88f-0x1c9;const _0xdc23ca=_0xdc23();let _0x592045=_0xdc23ca[_0x1bc88f];return _0x592045;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x49b1b5(0x24f)},'insertChart':'插入圖表','editChart':_0x49b1b5(0x24b),'openChartPanel':_0x49b1b5(0x218),'deleteChart':_0x49b1b5(0x20a),'exportImage':_0x49b1b5(0x25d),'copy':'複製','hideChartPanel':'隱藏圖表面板','setupChart':_0x49b1b5(0x242),'customChart':'自定義圖表','default':'默認','reset':'重置','chartType':_0x49b1b5(0x1ee),'themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x49b1b5(0x1cc),'series':'系列','addSeries':_0x49b1b5(0x208),'moreSettings':_0x49b1b5(0x23f),'min':_0x49b1b5(0x232),'max':_0x49b1b5(0x1e4),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x49b1b5(0x27d),'seriesBlock':{'format':'格式','dataPointStyle':_0x49b1b5(0x23b)},'backgroundColor':_0x49b1b5(0x1f9),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':_0x49b1b5(0x1cd),'subTitle':'副標題','xAxisTitle':_0x49b1b5(0x231),'yAxisTitle':'Y軸標題','rightYAxisTitle':_0x49b1b5(0x235),'titleFormat':_0x49b1b5(0x272),'titleText':'標題文本','titlePosition':_0x49b1b5(0x21f),'titleAlign':'標題對齊'},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':'漸變填充','settingsLabels':{'switchToRowOrColumn':'切換列或欄','useAsCategoryLabels':_0x49b1b5(0x274),'showEmptyCellsAs':_0x49b1b5(0x21d)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x49b1b5(0x1ec),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x49b1b5(0x1fc),'chartAndAxisTitles':_0x49b1b5(0x26f),'legend':'圖例','legendSelectMode':_0x49b1b5(0x1e1),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x49b1b5(0x269),'horizontalAxis':_0x49b1b5(0x202),'verticalAxis':_0x49b1b5(0x24a),'rightVerticalAxis':'右垂直軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x49b1b5(0x25f)},'position':'位置','dataLabels':_0x49b1b5(0x21b),'gridlinesAndTicks':_0x49b1b5(0x226),'indicatorLine':_0x49b1b5(0x207),'indicatorLineType':_0x49b1b5(0x246),'indicatorLineColor':'指示線顏色','indicatorLabel':_0x49b1b5(0x268),'indicatorValue':_0x49b1b5(0x1ed),'shape':{'polygon':_0x49b1b5(0x255),'circle':'圓形','square':_0x49b1b5(0x214),'triangle':_0x49b1b5(0x1c9),'diamond':'菱形','rect':'矩形','roundRect':_0x49b1b5(0x203),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':'空心正方形','emptyTriangle':_0x49b1b5(0x1e2),'emptyDiamond':_0x49b1b5(0x26d),'emptyRect':_0x49b1b5(0x263),'emptyRoundRect':_0x49b1b5(0x234),'emptyPin':'空心針形','emptyArrow':_0x49b1b5(0x247)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0x49b1b5(0x23e),'withThickness':_0x49b1b5(0x243),'withType':_0x49b1b5(0x219),'withSize':_0x49b1b5(0x24e),'withShape':_0x49b1b5(0x259),'withFormat':'{0}\x20格式','dataPoint':'數據點','dataNodeShape':_0x49b1b5(0x1d8),'addDataPoint':_0x49b1b5(0x200),'point':_0x49b1b5(0x1d2),'percentage':_0x49b1b5(0x1cf),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x49b1b5(0x1fb)},'lineDashType':_0x49b1b5(0x1d0),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':'主網格線','text':'網格線'},'ticks':{'majorTick':_0x49b1b5(0x25c),'tickPosition':_0x49b1b5(0x1e7),'tickLength':_0x49b1b5(0x1dc)},'none':'無','theIndexItem':_0x49b1b5(0x20c),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x49b1b5(0x224),'styleEditPanel':{'showLabels':_0x49b1b5(0x240),'showDataLabels':_0x49b1b5(0x27c),'padAngle':_0x49b1b5(0x27f),'halfPie':'半餅','rosePie':_0x49b1b5(0x20d),'pieValScale':_0x49b1b5(0x249),'pieValSuffix':_0x49b1b5(0x201),'pieDigitalFixed':_0x49b1b5(0x279),'showLabelLine':_0x49b1b5(0x24c),'reverseAxisOrder':_0x49b1b5(0x260),'showAxisLine':_0x49b1b5(0x1d5),'labelPosition':_0x49b1b5(0x21e),'labelText':'標籤文本','repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':_0x49b1b5(0x1f4),'labelRotate':'標籤旋轉','wordCloudShape':_0x49b1b5(0x265),'useDateAxis':_0x49b1b5(0x258),'dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':_0x49b1b5(0x26c),'msg':{'invalidSource':_0x49b1b5(0x1eb),'emptyTips':_0x49b1b5(0x253),'sankeyCircularTips':'桑基圖不能包含循環數據'},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x49b1b5(0x1f6),'displayName':_0x49b1b5(0x1cb),'addTrendLine':'添加趨勢線','trendlineType':_0x49b1b5(0x264),'trendlineName':_0x49b1b5(0x1cb),'trendlineColor':_0x49b1b5(0x262),'trendlineThickness':'趨勢線粗細','trendlineDashType':_0x49b1b5(0x1d7),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':'多項式','order':_0x49b1b5(0x21a),'period':'移動平均周期','showFormula':'顯示公式','showR2':_0x49b1b5(0x26a),'formula':'公式','r2':_0x49b1b5(0x206)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x49b1b5(0x244),'label':_0x49b1b5(0x1f3),'emptyTips':_0x49b1b5(0x216)},'candlestick':{'category':_0x49b1b5(0x1f5),'open':_0x49b1b5(0x251),'high':_0x49b1b5(0x225),'low':_0x49b1b5(0x1f2),'close':_0x49b1b5(0x24d),'mappingError':'Select\x20five\x20different\x20fields\x20for\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close.','rising':_0x49b1b5(0x1e3),'falling':_0x49b1b5(0x211),'doji':_0x49b1b5(0x209),'bodyColor':_0x49b1b5(0x222),'fillOpacity':_0x49b1b5(0x215),'wickColor':_0x49b1b5(0x27e),'wickWidth':_0x49b1b5(0x1d3),'wickOpacity':_0x49b1b5(0x1ca),'hollow':_0x49b1b5(0x266),'restoreDefault':_0x49b1b5(0x1e6),'candleWidth':_0x49b1b5(0x213),'auto':_0x49b1b5(0x22b),'state':_0x49b1b5(0x227)},'treemap':{'hierarchy':_0x49b1b5(0x1fa),'value':_0x49b1b5(0x25e),'addHierarchy':_0x49b1b5(0x237),'parentLabelLayout':_0x49b1b5(0x1f1),'banner':_0x49b1b5(0x278),'overlapping':_0x49b1b5(0x21c),'none':'None','leafLabel':_0x49b1b5(0x276),'categoryName':_0x49b1b5(0x22c),'labelContent':_0x49b1b5(0x277),'labelFormat':_0x49b1b5(0x27b),'moveUp':_0x49b1b5(0x230),'moveDown':_0x49b1b5(0x22e),'removeHierarchy':_0x49b1b5(0x20e),'diagnostic':_0x49b1b5(0x1f0)},'relation':{'title':_0x49b1b5(0x267),'auto':'自動','circular':'環形','force':'力導向','useValueAsSymbolSize':'使用值作為節點大小','layoutType':_0x49b1b5(0x220),'forceOptions':_0x49b1b5(0x1de),'repulsion':'斥力','gravity':'引力','edgeLength':_0x49b1b5(0x1db),'rotateLabel':_0x49b1b5(0x256),'emphasis':_0x49b1b5(0x241),'emptyTips':_0x49b1b5(0x252)},'waterfall':{'stackType':'堆疊方式','arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x49b1b5(0x1ce),'positiveStyle':_0x49b1b5(0x250),'negativeStyle':_0x49b1b5(0x205),'subtotalStyle':_0x49b1b5(0x1da),'positiveLegendText':_0x49b1b5(0x1ef),'negativeLegendText':_0x49b1b5(0x22a),'subtotalLegendText':'小計圖例文本'},'pareto':{'lineName':_0x49b1b5(0x270),'lineSeries':_0x49b1b5(0x1d9),'barSeries':'長條圖系列'},'visualMapScope':_0x49b1b5(0x1f8),'boxplot':{'min':_0x49b1b5(0x232),'q1':_0x49b1b5(0x23a),'median':'中位數','q3':_0x49b1b5(0x1dd),'max':_0x49b1b5(0x1e4)},'histogram':{'value':'Value','binningMode':_0x49b1b5(0x236),'auto':_0x49b1b5(0x22b),'count':_0x49b1b5(0x271),'width':_0x49b1b5(0x26b),'binCount':_0x49b1b5(0x271),'binWidth':'Bin\x20width','underflow':_0x49b1b5(0x1d1),'overflow':'Overflow\x20bin','binGap':_0x49b1b5(0x228)},'chartTypes':{'line':_0x49b1b5(0x27a),'area':_0x49b1b5(0x1f7),'areaStacked':_0x49b1b5(0x23d),'areaPercentStacked':'百分比堆疊面積圖','column':'柱狀圖','bar':_0x49b1b5(0x1ea),'barStacked':_0x49b1b5(0x239),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x49b1b5(0x204),'scatter':'散點圖','radar':_0x49b1b5(0x261),'bubble':'氣泡圖','stock':_0x49b1b5(0x26e),'combination':_0x49b1b5(0x1e9),'wordCloud':_0x49b1b5(0x212),'funnel':_0x49b1b5(0x273),'relation':_0x49b1b5(0x267),'waterfall':_0x49b1b5(0x20f),'pareto':_0x49b1b5(0x1fe),'sankey':'桑基圖','heatmap':_0x49b1b5(0x1e0),'boxplot':_0x49b1b5(0x210),'candlestick':'Candlestick\x20chart','histogram':_0x49b1b5(0x25a),'treemap':_0x49b1b5(0x254)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x49b1b5(0x1ff),'fieldSetting':_0x49b1b5(0x1d6),'formatTypes':_0x49b1b5(0x238),'confirm':'確定','cancel':'取消','generalDesc':_0x49b1b5(0x275),'accountingDesc':_0x49b1b5(0x248),'currencyDesc':_0x49b1b5(0x22d),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':'小數位數','currencyTypes':'貨幣類型','negativeNumberTypes':_0x49b1b5(0x20b),'dateTypes':_0x49b1b5(0x23c)},'setFormat':_0x49b1b5(0x1e5)}}};export{e as default};
|
|
1
|
+
const _0x3b153a=_0x4b86;(function(_0x65a9cf,_0x583583){const _0x342c3f=_0x4b86,_0x33dac3=_0x65a9cf();while(!![]){try{const _0x1fa7f0=parseInt(_0x342c3f(0xf6))/0x1*(-parseInt(_0x342c3f(0x10a))/0x2)+-parseInt(_0x342c3f(0x100))/0x3+-parseInt(_0x342c3f(0xe8))/0x4+parseInt(_0x342c3f(0x10e))/0x5*(parseInt(_0x342c3f(0xfb))/0x6)+-parseInt(_0x342c3f(0xfd))/0x7*(-parseInt(_0x342c3f(0xfe))/0x8)+-parseInt(_0x342c3f(0x10f))/0x9+parseInt(_0x342c3f(0xe6))/0xa;if(_0x1fa7f0===_0x583583)break;else _0x33dac3['push'](_0x33dac3['shift']());}catch(_0x85a243){_0x33dac3['push'](_0x33dac3['shift']());}}}(_0x5693,0xb09ce));const e={'sheets-chart-ui':{'permission':{'editErr':_0x3b153a(0xe1)},'common':{'setup':_0x3b153a(0xee),'customize':_0x3b153a(0x10d),'editChart':_0x3b153a(0xe0),'useAsCategoryLabels':_0x3b153a(0xfc),'switchRowColumn':'切換列或欄','dataRange':_0x3b153a(0xf7),'insertChart':'插入圖表','openChartPanel':_0x3b153a(0x10c),'deleteChart':'刪除圖表','hideChartPanel':_0x3b153a(0xf1),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x3b153a(0xde),'heatmap':_0x3b153a(0x102),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x3b153a(0x109),'series':'系列','trendline':'趨勢線','verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x3b153a(0xf3)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x3b153a(0xec),'column':_0x3b153a(0x101),'bar':_0x3b153a(0xdf),'barStacked':_0x3b153a(0x105),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x3b153a(0xf5),'pieOfPie':_0x3b153a(0xe4),'barOfPie':'複合餅圖','area':_0x3b153a(0xe3),'areaStacked':_0x3b153a(0xeb),'areaPercentStacked':_0x3b153a(0x106),'radar':_0x3b153a(0xf0),'scatter':_0x3b153a(0xe9),'combination':'組合圖','wordCloud':_0x3b153a(0xe2),'funnel':_0x3b153a(0xf9),'bubble':_0x3b153a(0xe5),'relation':_0x3b153a(0xea),'waterfall':_0x3b153a(0x108),'pareto':_0x3b153a(0xff),'sankey':_0x3b153a(0x10b),'heatmap':_0x3b153a(0x102),'boxplot':_0x3b153a(0x103),'candlestick':_0x3b153a(0xef),'histogram':_0x3b153a(0xed),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':_0x3b153a(0xfa),'chord':_0x3b153a(0x104)},'section':{'candlestick':'燭台圖','chord':_0x3b153a(0x104),'funnel':_0x3b153a(0xf9),'gauge':_0x3b153a(0xe7),'gridlinesAndTicks':_0x3b153a(0xf2),'histogram':_0x3b153a(0xed),'indicatorLine':_0x3b153a(0xf4),'lineAndArea':_0x3b153a(0x107),'paretoBar':_0x3b153a(0xf8),'paretoLine':'累積占比系列','pie':'餅圖','radar':_0x3b153a(0xf0),'relation':'關係圖','sunburst':'旭日圖','treemap':'樹狀圖','waterfall':'瀑布圖','wordCloud':'詞雲'},'chord':{'target':'目標'}}};function _0x4b86(_0x3077ec,_0x489f03){_0x3077ec=_0x3077ec-0xde;const _0x56938a=_0x5693();let _0x4b8646=_0x56938a[_0x3077ec];return _0x4b8646;}export{e as default};function _0x5693(){const _0x289f57=['匯出圖片','指示線','環形圖','272540YEPuVG','資料範圍','長條圖系列','漏斗圖','儀表盤','12KsdnKX','使用\x20{0}\x20作為類別','7dAchBV','205896cJwARK','排列圖','3049137KEMKuv','柱狀圖','熱力圖','箱型圖','和弦圖','堆疊條形圖','百分比堆疊面積圖','折線圖\x20/\x20面積圖','瀑布圖','右縱軸','4YVUKEN','桑基圖','開啟圖表面板','自訂圖表','330530HBZHoR','4317525VgVrUR','圖表樣式','條形圖','編輯圖表','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','詞雲圖','面積圖','子母餅圖','氣泡圖','34831400suZvsG','儀表圖','3505996rRpJhx','散點圖','關係圖','堆疊面積圖','折線圖','直方圖','設定圖表','K\x20線圖','雷達圖','隱藏圖表面板','網格線和刻度線'];_0x5693=function(){return _0x289f57;};return _0x5693();}
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x9cd0(){const _0x37771d=['多邊形','股票圖','圖表數據源必須包含多於1列和1欄。','數據點','刪除圖表','3210402xUszGD','添加數據點','所有系列','Hierarchy','趨勢線名稱','更多設置','右Y軸標題','Fill\x20opacity','請先添加系列開始數據可視化','Parent\x20label\x20layout','数值比例','空心矩形','詞雲形狀','Overflow\x20bin','漏斗圖','1579232GmisDt','顯示軸線','箱型圖','Close','空心正方形','最小值','Select\x20five\x20different\x20fields\x20for\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close.','Label\x20format','玫瑰圖','節點距離','使用\x20{0}\x20作為類別標籤','三角形','Hollow\x20body','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','X軸標題','趨勢線','Value','垂直軸','Doji','負數類型','Move\x20hierarchy\x20field\x20down','Treemap\x20chart','力導向選項','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','格式類型','千分位符','刻度線長度','網格線和刻度線','第\x20{0}\x20項','数值后缀','日期類型','顯示公式','左對齊','數據點樣式','網格線','折線圖','最大值','瀑布圖','指示值','正值圖例文本','顯示空單元格為','{0}\x20形狀','氣泡圖','桑基圖','標籤位置','50nCHZOL','移動平均周期','類別\x20{0}','Add\x20hierarchy','120044EvGxYz','1208gRjrVx','小數位數','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','指示標籤','節點形狀','趨勢線線類型','{0}\x20顏色','多項式','視覺映射範圍','漸變填充','組合圖','添加趨勢線','水平軸','1058302suJuSe','Reset','氣泡圖至少需要2欄,X軸、Y軸。','顯示標籤','Border\x20/\x20wick\x20color','Candle\x20state','{0}\x20透明度','圖表和軸標題','Body\x20color','Category','標題位置','數據範圍','Bin\x20width','圖表樣式','字段設置','Leaf\x20label','開啟選中淡入特效','Category\x20name','累積占比系列','空心圓形','編輯圖表','匯出圖片','標題格式','直方圖','佈局類型','添加系列','空心針形','使用右軸','169110axhXhs','中位數','Auto','逆序軸','多項式階數','趨勢線粗細','堆疊方式','Candle\x20width','顯示小計','圓角矩形','使用值作為節點大小','線類型','主刻度線','(空)','圓環孔','小計圖例文本','Y軸標題','條形圖','Candlestick\x20chart','軸選項','力導向','負值圖例文本','日期格式將日期和時間系列數值顯示為日期值。','系列\x20{0}','插入圖表','正值樣式','累積占比','R平方','趨勢線顏色','常規格式不包含任何特定的數字格式。','主標題','面積圖','扇形間距','詞雲圖','關係圖','隱藏圖表面板','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','設置圖表','負值樣式','732451zoObTx','百分比堆疊條形圖','{0}\x20類型','Open','481092nseRtk','百分比堆疊','{0}\x20大小','桑基圖不能包含循環數據','氣泡標籤','標題對齊','百分比','主網格線','空心圓角矩形','正方形','圖表邊框顏色','Border\x20/\x20wick\x20width','雷達圖','小計樣式','堆疊面積圖','顯示R平方','Number\x20of\x20bins','氣泡大小','右對齊','{0}\x20格式'];_0x9cd0=function(){return _0x37771d;};return _0x9cd0();}const _0x1e9714=_0x5841;(function(_0x13e41a,_0x38f0ee){const _0x5be7cb=_0x5841,_0xe6a421=_0x13e41a();while(!![]){try{const _0x33192a=-parseInt(_0x5be7cb(0x1ea))/0x1+-parseInt(_0x5be7cb(0x168))/0x2+-parseInt(_0x5be7cb(0x140))/0x3+-parseInt(_0x5be7cb(0x199))/0x4*(parseInt(_0x5be7cb(0x195))/0x5)+-parseInt(_0x5be7cb(0x159))/0x6+parseInt(_0x5be7cb(0x1a7))/0x7+parseInt(_0x5be7cb(0x19a))/0x8*(parseInt(_0x5be7cb(0x1c3))/0x9);if(_0x33192a===_0x38f0ee)break;else _0xe6a421['push'](_0xe6a421['shift']());}catch(_0x9c9025){_0xe6a421['push'](_0xe6a421['shift']());}}}(_0x9cd0,0x72f54));const e={'sheets-chart-ui':{'permission':{'editErr':_0x1e9714(0x175)},'insertChart':_0x1e9714(0x1db),'editChart':_0x1e9714(0x1bb),'openChartPanel':'打開圖表面板','deleteChart':_0x1e9714(0x158),'exportImage':_0x1e9714(0x1bc),'copy':'複製','hideChartPanel':_0x1e9714(0x1e6),'setupChart':_0x1e9714(0x1e8),'customChart':'自定義圖表','default':'默認','reset':'重置','chartType':'圖表類型','themes':'主題','dataRange':_0x1e9714(0x1b2),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x1e9714(0x15b),'series':'系列','addSeries':_0x1e9714(0x1c0),'moreSettings':_0x1e9714(0x15e),'min':_0x1e9714(0x16d),'max':_0x1e9714(0x18c),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x1e9714(0x1d0),'seriesBlock':{'format':'格式','dataPointStyle':_0x1e9714(0x189)},'backgroundColor':'背景顏色','chartBorderColor':_0x1e9714(0x14a),'titles':{'title':'標題','mainTitle':_0x1e9714(0x1e1),'subTitle':'副標題','xAxisTitle':_0x1e9714(0x176),'yAxisTitle':_0x1e9714(0x1d3),'rightYAxisTitle':_0x1e9714(0x15f),'titleFormat':_0x1e9714(0x1bd),'titleText':'標題文本','titlePosition':_0x1e9714(0x1b1),'titleAlign':_0x1e9714(0x145)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x1e9714(0x1a3),'settingsLabels':{'switchToRowOrColumn':'切換列或欄','useAsCategoryLabels':_0x1e9714(0x172),'showEmptyCellsAs':_0x1e9714(0x190)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x1e9714(0x188),'center':'居中','right':_0x1e9714(0x152)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x1e9714(0x1b4),'chartAndAxisTitles':_0x1e9714(0x1ae),'legend':'圖例','legendSelectMode':'圖例選擇模式','legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x1e9714(0x1d6),'horizontalAxis':_0x1e9714(0x1a6),'verticalAxis':_0x1e9714(0x179),'rightVerticalAxis':'右垂直軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x1e9714(0x1c2)},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':_0x1e9714(0x183),'indicatorLine':'指示線','indicatorLineType':'指示線類型','indicatorLineColor':'指示線顏色','indicatorLabel':_0x1e9714(0x19d),'indicatorValue':_0x1e9714(0x18e),'shape':{'polygon':_0x1e9714(0x154),'circle':'圓形','square':_0x1e9714(0x149),'triangle':_0x1e9714(0x173),'diamond':'菱形','rect':'矩形','roundRect':_0x1e9714(0x1cc),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x1e9714(0x1ba),'emptySquare':_0x1e9714(0x16c),'emptyTriangle':'空心三角形','emptyDiamond':'空心菱形','emptyRect':_0x1e9714(0x164),'emptyRoundRect':_0x1e9714(0x148),'emptyPin':_0x1e9714(0x1c1),'emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x1e9714(0x1ad),'withColor':_0x1e9714(0x1a0),'withThickness':'{0}\x20粗細','withType':_0x1e9714(0x1ec),'withSize':_0x1e9714(0x142),'withShape':_0x1e9714(0x191),'withFormat':_0x1e9714(0x153),'dataPoint':_0x1e9714(0x157),'dataNodeShape':_0x1e9714(0x19e),'addDataPoint':_0x1e9714(0x15a),'point':'數據點','percentage':_0x1e9714(0x146),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x1e9714(0x141)},'lineDashType':_0x1e9714(0x1ce),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x1e9714(0x147),'text':_0x1e9714(0x18a)},'ticks':{'majorTick':_0x1e9714(0x1cf),'tickPosition':'刻度線位置','tickLength':_0x1e9714(0x182)},'none':'無','theIndexItem':_0x1e9714(0x184),'seriesDefaultName':_0x1e9714(0x1da),'categoryDefaultName':_0x1e9714(0x197),'styleEditPanel':{'showLabels':_0x1e9714(0x1aa),'showDataLabels':'顯示數據標籤','padAngle':_0x1e9714(0x1e3),'halfPie':'半餅','rosePie':_0x1e9714(0x170),'pieValScale':_0x1e9714(0x163),'pieValSuffix':_0x1e9714(0x185),'pieDigitalFixed':_0x1e9714(0x19b),'showLabelLine':'顯示標籤線','reverseAxisOrder':_0x1e9714(0x1c6),'showAxisLine':_0x1e9714(0x169),'labelPosition':_0x1e9714(0x194),'labelText':'標籤文本','repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':'使用絕對值','labelRotate':'標籤旋轉','wordCloudShape':_0x1e9714(0x165),'useDateAxis':'使用日期軸','dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':_0x1e9714(0x1d1),'msg':{'invalidSource':_0x1e9714(0x156),'emptyTips':_0x1e9714(0x161),'sankeyCircularTips':_0x1e9714(0x143)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x1e9714(0x177),'displayName':_0x1e9714(0x15d),'addTrendLine':_0x1e9714(0x1a5),'trendlineType':'趨勢線類型','trendlineName':'趨勢線名稱','trendlineColor':_0x1e9714(0x1df),'trendlineThickness':_0x1e9714(0x1c8),'trendlineDashType':_0x1e9714(0x19f),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':_0x1e9714(0x1a1),'order':_0x1e9714(0x1c7),'period':_0x1e9714(0x196),'showFormula':_0x1e9714(0x187),'showR2':_0x1e9714(0x14f),'formula':'公式','r2':_0x1e9714(0x1de)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x1e9714(0x151),'label':_0x1e9714(0x144),'emptyTips':_0x1e9714(0x1a9)},'candlestick':{'category':_0x1e9714(0x1b0),'open':_0x1e9714(0x1ed),'high':'High','low':'Low','close':_0x1e9714(0x16b),'mappingError':_0x1e9714(0x16e),'rising':'Rising','falling':'Falling','doji':_0x1e9714(0x17a),'bodyColor':_0x1e9714(0x1af),'fillOpacity':_0x1e9714(0x160),'wickColor':_0x1e9714(0x1ab),'wickWidth':_0x1e9714(0x14b),'wickOpacity':'Border\x20/\x20wick\x20opacity','hollow':_0x1e9714(0x174),'restoreDefault':_0x1e9714(0x1a8),'candleWidth':_0x1e9714(0x1ca),'auto':_0x1e9714(0x1c5),'state':_0x1e9714(0x1ac)},'treemap':{'hierarchy':_0x1e9714(0x15c),'value':_0x1e9714(0x178),'addHierarchy':_0x1e9714(0x198),'parentLabelLayout':_0x1e9714(0x162),'banner':'Banner','overlapping':'Overlapping','none':'None','leafLabel':_0x1e9714(0x1b6),'categoryName':_0x1e9714(0x1b8),'labelContent':'Label\x20content','labelFormat':_0x1e9714(0x16f),'moveUp':'Move\x20hierarchy\x20field\x20up','moveDown':_0x1e9714(0x17c),'removeHierarchy':'Remove\x20hierarchy\x20field','diagnostic':'Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.'},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x1e9714(0x1d7),'useValueAsSymbolSize':_0x1e9714(0x1cd),'layoutType':_0x1e9714(0x1bf),'forceOptions':_0x1e9714(0x17e),'repulsion':'斥力','gravity':'引力','edgeLength':_0x1e9714(0x171),'rotateLabel':'旋轉標籤','emphasis':_0x1e9714(0x1b7),'emptyTips':_0x1e9714(0x1e7)},'waterfall':{'stackType':_0x1e9714(0x1c9),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x1e9714(0x1cb),'positiveStyle':_0x1e9714(0x1dc),'negativeStyle':_0x1e9714(0x1e9),'subtotalStyle':_0x1e9714(0x14d),'positiveLegendText':_0x1e9714(0x18f),'negativeLegendText':_0x1e9714(0x1d8),'subtotalLegendText':_0x1e9714(0x1d2)},'pareto':{'lineName':_0x1e9714(0x1dd),'lineSeries':_0x1e9714(0x1b9),'barSeries':'長條圖系列'},'visualMapScope':_0x1e9714(0x1a2),'boxplot':{'min':_0x1e9714(0x16d),'q1':'第一四分位數','median':_0x1e9714(0x1c4),'q3':'第三四分位數','max':_0x1e9714(0x18c)},'histogram':{'value':_0x1e9714(0x178),'binningMode':'Bin\x20type','auto':_0x1e9714(0x1c5),'count':_0x1e9714(0x150),'width':_0x1e9714(0x1b3),'binCount':_0x1e9714(0x150),'binWidth':_0x1e9714(0x1b3),'underflow':'Underflow\x20bin','overflow':_0x1e9714(0x166),'binGap':'Bin\x20gap\x20(%)'},'chartTypes':{'line':_0x1e9714(0x18b),'area':_0x1e9714(0x1e2),'areaStacked':_0x1e9714(0x14e),'areaPercentStacked':'百分比堆疊面積圖','column':'柱狀圖','bar':_0x1e9714(0x1d4),'barStacked':'堆疊條形圖','barPercentStacked':_0x1e9714(0x1eb),'pie':'餅圖','donut':'環形圖','scatter':'散點圖','radar':_0x1e9714(0x14c),'bubble':_0x1e9714(0x192),'stock':_0x1e9714(0x155),'combination':_0x1e9714(0x1a4),'wordCloud':_0x1e9714(0x1e4),'funnel':_0x1e9714(0x167),'relation':_0x1e9714(0x1e5),'waterfall':_0x1e9714(0x18d),'pareto':'排列圖','sankey':_0x1e9714(0x193),'heatmap':'熱力圖','boxplot':_0x1e9714(0x16a),'candlestick':_0x1e9714(0x1d5),'histogram':_0x1e9714(0x1be),'treemap':_0x1e9714(0x17d)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x1e9714(0x181),'fieldSetting':_0x1e9714(0x1b5),'formatTypes':_0x1e9714(0x180),'confirm':'確定','cancel':'取消','generalDesc':_0x1e9714(0x1e0),'accountingDesc':_0x1e9714(0x19c),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','dateDesc':_0x1e9714(0x1d9),'thousandthPercentileDesc':_0x1e9714(0x17f),'decimalPlaces':_0x1e9714(0x19b),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x1e9714(0x17b),'dateTypes':_0x1e9714(0x186)},'setFormat':'設置標籤格式'}}};function _0x5841(_0x11d378,_0x14c499){_0x11d378=_0x11d378-0x140;const _0x9cd025=_0x9cd0();let _0x584125=_0x9cd025[_0x11d378];return _0x584125;}export{e as default};
|
|
1
|
+
function _0x37d1(){const _0x18dd5d=['百分比堆疊面積圖','面積圖','堆疊條形圖','資料範圍','18898iWrzDt','關係圖','熱力圖','箱型圖','指示線','編輯圖表','條形圖','詞雲圖','雷達圖','圖表樣式','折線圖','直方圖','和弦圖','累積占比系列','428251NEybQX','旭日圖','桑基圖','23636jMKxBm','隱藏圖表面板','散點圖','網格線和刻度線','5310Oxdodo','自訂圖表','215IdErQI','開啟圖表面板','5258736OkdqJg','堆疊面積圖','子母餅圖','刪除圖表','百分比堆疊條形圖','組合圖','趨勢線','右縱軸','漏斗圖','複合餅圖','矩形樹圖','環形圖','21zOhBWV','設定圖表','使用\x20{0}\x20作為類別','燭台圖','長條圖系列','儀表板','121194SlXxDo','樹狀圖','匯出圖片','235548znCIty','178788rspTmq','4WlulGj','切換列或欄','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','K\x20線圖','折線圖\x20/\x20面積圖'];_0x37d1=function(){return _0x18dd5d;};return _0x37d1();}const _0x552eab=_0x4679;(function(_0x8c6b9f,_0x2fe012){const _0x136d54=_0x4679,_0x3e9d54=_0x8c6b9f();while(!![]){try{const _0xbf2aa0=parseInt(_0x136d54(0x18d))/0x1*(-parseInt(_0x136d54(0x1af))/0x2)+parseInt(_0x136d54(0x1ae))/0x3+-parseInt(_0x136d54(0x190))/0x4*(parseInt(_0x136d54(0x196))/0x5)+parseInt(_0x136d54(0x1aa))/0x6*(-parseInt(_0x136d54(0x1a4))/0x7)+parseInt(_0x136d54(0x198))/0x8+parseInt(_0x136d54(0x1ad))/0x9+parseInt(_0x136d54(0x194))/0xa*(parseInt(_0x136d54(0x1b8))/0xb);if(_0xbf2aa0===_0x2fe012)break;else _0x3e9d54['push'](_0x3e9d54['shift']());}catch(_0x4be86){_0x3e9d54['push'](_0x3e9d54['shift']());}}}(_0x37d1,0x76356));const e={'sheets-chart-ui':{'permission':{'editErr':_0x552eab(0x1b1)},'common':{'setup':_0x552eab(0x1a5),'customize':_0x552eab(0x195),'editChart':_0x552eab(0x184),'useAsCategoryLabels':_0x552eab(0x1a6),'switchRowColumn':_0x552eab(0x1b0),'dataRange':_0x552eab(0x1b7),'insertChart':'插入圖表','openChartPanel':_0x552eab(0x197),'deleteChart':_0x552eab(0x19b),'hideChartPanel':_0x552eab(0x191),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x552eab(0x188),'heatmap':_0x552eab(0x181),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x552eab(0x19f),'series':'系列','trendline':_0x552eab(0x19e),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x552eab(0x1ac)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x552eab(0x189),'column':'柱狀圖','bar':_0x552eab(0x185),'barStacked':_0x552eab(0x1b6),'barPercentStacked':_0x552eab(0x19c),'pie':'餅圖','donut':_0x552eab(0x1a3),'pieOfPie':_0x552eab(0x19a),'barOfPie':_0x552eab(0x1a1),'area':_0x552eab(0x1b5),'areaStacked':_0x552eab(0x199),'areaPercentStacked':_0x552eab(0x1b4),'radar':'雷達圖','scatter':_0x552eab(0x192),'combination':_0x552eab(0x19d),'wordCloud':_0x552eab(0x186),'funnel':_0x552eab(0x1a0),'bubble':'氣泡圖','relation':_0x552eab(0x1b9),'waterfall':'瀑布圖','pareto':'排列圖','sankey':_0x552eab(0x18f),'heatmap':_0x552eab(0x181),'boxplot':_0x552eab(0x182),'candlestick':_0x552eab(0x1b2),'histogram':_0x552eab(0x18a),'treemap':_0x552eab(0x1a2),'sunburst':_0x552eab(0x18e),'gauge':_0x552eab(0x1a9),'chord':_0x552eab(0x18b)},'section':{'candlestick':_0x552eab(0x1a7),'chord':_0x552eab(0x18b),'funnel':'漏斗圖','gauge':'儀表圖','gridlinesAndTicks':_0x552eab(0x193),'histogram':_0x552eab(0x18a),'indicatorLine':_0x552eab(0x183),'lineAndArea':_0x552eab(0x1b3),'paretoBar':_0x552eab(0x1a8),'paretoLine':_0x552eab(0x18c),'pie':'餅圖','radar':_0x552eab(0x187),'relation':'關係圖','sunburst':_0x552eab(0x18e),'treemap':_0x552eab(0x1ab),'waterfall':'瀑布圖','wordCloud':'詞雲'},'chord':{'target':'目標'}}};function _0x4679(_0x388acb,_0x42455a){_0x388acb=_0x388acb-0x181;const _0x37d174=_0x37d1();let _0x46795f=_0x37d174[_0x388acb];return _0x46795f;}export{e as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
|
|
1
2
|
import type { IAccessor, ICommand } from '@univerjs/core';
|
|
2
3
|
import type { ISheetDrawing } from '@univerjs/sheets-drawing';
|
|
3
|
-
import type { IChartEditPanelRoute } from '../../services/chart-panel-route';
|
|
4
4
|
export declare function getFocusedChartDrawing(accessor: IAccessor): ISheetDrawing | null;
|
|
5
5
|
export interface IChartOpenFocusedChartPanelCommandParams {
|
|
6
6
|
route?: IChartEditPanelRoute;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PieSecondaryPlotType as PieSecondaryPlotTypeValue } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import type { ICommand } from '@univerjs/core';
|
|
3
|
+
import { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
3
4
|
export interface IMenuInsertChartCommandParams {
|
|
4
5
|
value: ChartTypeBits;
|
|
6
|
+
/** Optional for backward compatibility with historical plain chart menu payloads. */
|
|
7
|
+
pieSecondaryPlotType?: PieSecondaryPlotTypeValue;
|
|
5
8
|
}
|
|
6
9
|
export declare const MenuInsertChartCommand: ICommand;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
|
|
1
2
|
import type { IOperation } from '@univerjs/core';
|
|
2
|
-
import type { IChartEditPanelRoute } from '../../services/chart-panel-route';
|
|
3
3
|
export interface IChartOpenPanelOperationParams {
|
|
4
4
|
unitId: string;
|
|
5
5
|
subUnitId: string;
|
|
@@ -3,7 +3,7 @@ export declare const configSymbol: unique symbol;
|
|
|
3
3
|
export interface IUniverSheetsChartUIConfig {
|
|
4
4
|
/**
|
|
5
5
|
* Enables chart element edit overlays and floating menus for supported chart types.
|
|
6
|
-
* @default
|
|
6
|
+
* @default true
|
|
7
7
|
*/
|
|
8
8
|
enableChartElementFloatMenu?: boolean;
|
|
9
9
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChartElementFloatMenuAdapterRegistry } from '@univerjs-pro/chart-ui';
|
|
2
2
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
3
|
-
import { Disposable, ICommandService } from '@univerjs/core';
|
|
3
|
+
import { Disposable, ICommandService, Injector } from '@univerjs/core';
|
|
4
4
|
import { SheetCanvasFloatDomManagerService } from '@univerjs/sheets-drawing-ui';
|
|
5
5
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
6
6
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
@@ -12,12 +12,13 @@ export declare class SheetsChartElementFloatMenuController extends Disposable {
|
|
|
12
12
|
private readonly _chartHostProvider;
|
|
13
13
|
private readonly _sheetCanvasPopManagerService;
|
|
14
14
|
private readonly _sheetCanvasFloatDomManagerService;
|
|
15
|
-
private readonly
|
|
15
|
+
private readonly _chartUIService;
|
|
16
16
|
private readonly _adapterRegistry;
|
|
17
17
|
private readonly _commandService;
|
|
18
|
+
private readonly _injector;
|
|
18
19
|
private _popupDisposable;
|
|
19
20
|
private _popupChartId;
|
|
20
|
-
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _chartHostProvider: IChartHostProviderService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService,
|
|
21
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _chartHostProvider: IChartHostProviderService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _chartUIService: ISheetsChartUIService, _adapterRegistry: ChartElementFloatMenuAdapterRegistry, _commandService: ICommandService, _injector: Injector);
|
|
21
22
|
dispose(): void;
|
|
22
23
|
private _registerAdapter;
|
|
23
24
|
private _subscribeChartEvents;
|
|
@@ -2,14 +2,16 @@ import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
|
2
2
|
import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
|
|
3
3
|
import { SheetPrintInterceptorService } from '@univerjs/sheets-ui';
|
|
4
4
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
5
|
+
import { ISheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
5
6
|
export declare class ChartRenderController extends Disposable {
|
|
6
7
|
private readonly _chartModelService;
|
|
7
8
|
private readonly _chartRenderService;
|
|
8
9
|
private readonly _localeService;
|
|
10
|
+
private readonly _chartUIService;
|
|
9
11
|
private readonly _commandService;
|
|
10
12
|
private readonly _sheetPrintInterceptorService;
|
|
11
13
|
private readonly _pendingMutationConfigRenders;
|
|
12
|
-
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _commandService: ICommandService, _sheetPrintInterceptorService: SheetPrintInterceptorService);
|
|
14
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _chartUIService: ISheetsChartUIService, _commandService: ICommandService, _sheetPrintInterceptorService: SheetPrintInterceptorService);
|
|
13
15
|
private _initPrinting;
|
|
14
16
|
private _init;
|
|
15
17
|
private _listenChartUpdateMutations;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
|
|
1
2
|
import type { IDrawingParam } from '@univerjs/core';
|
|
2
|
-
import type { IChartEditPanelRoute } from '../services/chart-panel-route';
|
|
3
3
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
4
|
-
import { Disposable, DrawingTypeEnum, ICommandService, IConfigService, IContextService, IUniverInstanceService } from '@univerjs/core';
|
|
4
|
+
import { Disposable, DrawingTypeEnum, ICommandService, IConfigService, IContextService, IUniverInstanceService, LocaleService } from '@univerjs/core';
|
|
5
5
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
|
-
import {
|
|
6
|
+
import { SheetCanvasFloatDomManagerService, SheetDrawingHitTestService } from '@univerjs/sheets-drawing-ui';
|
|
7
7
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
8
|
-
import {
|
|
8
|
+
import { IMenuManagerService, ISidebarService } from '@univerjs/ui';
|
|
9
9
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
10
10
|
import { ISheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
11
11
|
export declare function isSingleStandaloneChartSelection(params: readonly IDrawingParam[]): boolean;
|
|
@@ -16,18 +16,16 @@ export declare class SheetsChartUIController extends Disposable {
|
|
|
16
16
|
private readonly _chartRenderService;
|
|
17
17
|
private readonly _sheetDrawingHitTestService;
|
|
18
18
|
private _sidebarService;
|
|
19
|
-
private _componentManager;
|
|
20
|
-
private _iconManager;
|
|
21
19
|
protected readonly _menuManagerService: IMenuManagerService;
|
|
22
|
-
private readonly _drawingContextMenuService;
|
|
23
20
|
private readonly _sheetCanvasFloatDomManagerService;
|
|
24
21
|
private readonly _sheetCanvasPopManagerService;
|
|
25
22
|
private readonly _commandService;
|
|
26
23
|
private readonly _sheetsChartUIService;
|
|
27
24
|
private readonly _contextService;
|
|
25
|
+
private readonly _localeService;
|
|
28
26
|
private _sidebarDisposable;
|
|
29
27
|
private readonly _isChartElementEditEnabled;
|
|
30
|
-
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _sheetDrawingHitTestService: SheetDrawingHitTestService, _sidebarService: ISidebarService,
|
|
28
|
+
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _sheetDrawingHitTestService: SheetDrawingHitTestService, _sidebarService: ISidebarService, _menuManagerService: IMenuManagerService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: ISheetsChartUIService, _contextService: IContextService, _localeService: LocaleService, configService: IConfigService);
|
|
31
29
|
private _openPanel;
|
|
32
30
|
hidePanel(): void;
|
|
33
31
|
initPanel(): void;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -4,6 +4,4 @@ export type { IUniverSheetsChartUIConfig } from './config/config';
|
|
|
4
4
|
export { SheetsChartUIController } from './controllers/ui.controller';
|
|
5
5
|
export { menuSchema as SheetsChartUIMenuSchema } from './menu/schema';
|
|
6
6
|
export { UniverSheetsChartUIPlugin } from './plugin';
|
|
7
|
-
export type { IChartEditPanelRoute, IChartPanelRouteState, IChartSelectedElementState } from './services/chart-panel-route';
|
|
8
|
-
export { resolveChartEditPanelRoute } from './services/chart-panel-route';
|
|
9
7
|
export { ISheetsChartUIService, SheetsChartUIService } from './services/sheets-chart-ui.service';
|