@univerjs-pro/sheets-chart-ui 1.0.0-alpha.7 → 1.0.0-alpha.8
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 +37 -12
- 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/config/config.d.ts +4 -0
- package/lib/types/controllers/ui.controller.d.ts +4 -2
- package/lib/types/locale/en-US.d.ts +53 -0
- package/lib/types/services/chart-element-selection.d.ts +2 -0
- package/lib/types/services/sheet-chart-host.d.ts +2 -4
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -2
- package/lib/types/services/sheets-chart-ui.service.d.ts +15 -2
- package/lib/types/views/chart-edit-panel/Options.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/data-tab-panel/CandlestickDataEdit.d.ts +7 -0
- package/lib/types/views/chart-edit-panel/data-tab-panel/HistogramDataEdit.d.ts +1 -0
- package/lib/types/views/chart-edit-panel/data-tab-panel/TreemapDataEdit.d.ts +12 -0
- package/lib/types/views/chart-edit-panel/style-tab-panel/CandlestickStyleEdit.d.ts +3 -0
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/HistogramStyleEdit.d.ts +1 -0
- package/lib/types/views/chart-edit-panel/style-tab-panel/TreemapStyleEdit.d.ts +6 -0
- 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 +19 -19
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x2e35fe=_0x30f3;(function(_0x4f8faf,_0xdd694e){const _0x944986=_0x30f3,_0x321262=_0x4f8faf();while(!![]){try{const _0x3edd9d=-parseInt(_0x944986(0x1d7))/0x1*(-parseInt(_0x944986(0x13b))/0x2)+-parseInt(_0x944986(0x1c5))/0x3+parseInt(_0x944986(0x13c))/0x4+-parseInt(_0x944986(0x1e9))/0x5+parseInt(_0x944986(0x1d3))/0x6+parseInt(_0x944986(0x181))/0x7+parseInt(_0x944986(0x188))/0x8;if(_0x3edd9d===_0xdd694e)break;else _0x321262['push'](_0x321262['shift']());}catch(_0x514c62){_0x321262['push'](_0x321262['shift']());}}}(_0x589b,0xbb4d9));const e={'sheets-chart-ui':{'permission':{'editErr':_0x2e35fe(0x154)},'insertChart':_0x2e35fe(0x1b1),'editChart':_0x2e35fe(0x15c),'openChartPanel':_0x2e35fe(0x1d1),'deleteChart':'Xóa\x20biểu\x20đồ','exportImage':'Export\x20as\x20image','copy':_0x2e35fe(0x1da),'hideChartPanel':_0x2e35fe(0x16a),'setupChart':_0x2e35fe(0x1d8),'customChart':_0x2e35fe(0x1ea),'default':'Mặc\x20định','reset':'Đặt\x20lại','chartType':_0x2e35fe(0x15a),'themes':'Chủ\x20đề','dataRange':'Phạm\x20vi\x20dữ\x20liệu','stack':_0x2e35fe(0x1a1),'category':_0x2e35fe(0x1a4),'aggregate':_0x2e35fe(0x140),'allSeries':'Tất\x20cả\x20các\x20loạt','series':'Loạt','addSeries':'Thêm\x20loạt','moreSettings':_0x2e35fe(0x163),'min':_0x2e35fe(0x144),'max':_0x2e35fe(0x1bf),'invalidType':{'gaps':_0x2e35fe(0x16b),'zero':'Không','connectDataPointsWithStraightLines':'Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng'},'blank':_0x2e35fe(0x192),'seriesBlock':{'format':'Định\x20dạng','dataPointStyle':_0x2e35fe(0x167)},'backgroundColor':_0x2e35fe(0x19a),'chartBorderColor':_0x2e35fe(0x18f),'titles':{'title':'Tiêu\x20đề','mainTitle':_0x2e35fe(0x1e8),'subTitle':_0x2e35fe(0x1a9),'xAxisTitle':'Tiêu\x20đề\x20trục\x20X','yAxisTitle':_0x2e35fe(0x161),'rightYAxisTitle':_0x2e35fe(0x1c7),'titleFormat':_0x2e35fe(0x1b3),'titleText':_0x2e35fe(0x16e),'titlePosition':_0x2e35fe(0x166),'titleAlign':_0x2e35fe(0x162)},'axisPositionType':{'start':_0x2e35fe(0x1ab),'center':_0x2e35fe(0x1ba),'end':_0x2e35fe(0x136)},'gradientFill':_0x2e35fe(0x1ed),'settingsLabels':{'switchToRowOrColumn':_0x2e35fe(0x197),'useAsCategoryLabels':_0x2e35fe(0x172),'showEmptyCellsAs':_0x2e35fe(0x156)},'positionType':{'auto':_0x2e35fe(0x1b4),'inside':_0x2e35fe(0x1ae),'outside':_0x2e35fe(0x13d),'top':'Trên\x20cùng','bottom':_0x2e35fe(0x183),'left':_0x2e35fe(0x1c2),'right':_0x2e35fe(0x138),'hide':'Ẩn'},'align':{'left':'Căn\x20trái','center':'Căn\x20giữa','right':'Căn\x20phải'},'alignY':{'top':_0x2e35fe(0x146),'middle':_0x2e35fe(0x1ba),'bottom':'Dưới\x20cùng'},'chartStyle':_0x2e35fe(0x1d9),'chartAndAxisTitles':'Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','legend':'Chú\x20giải','legendSelectMode':_0x2e35fe(0x1a7),'legendSelectModeType':{'single':_0x2e35fe(0x173),'multiple':_0x2e35fe(0x179),'close':_0x2e35fe(0x143)},'legendVisualMapType':{'continuous':_0x2e35fe(0x1b5),'piecewise':_0x2e35fe(0x149)},'axes':{'axis':_0x2e35fe(0x17c),'axisOptions':'Tùy\x20chọn\x20trục','horizontalAxis':'Trục\x20ngang','verticalAxis':'Trục\x20đứng','rightVerticalAxis':_0x2e35fe(0x14e),'leftAxis':_0x2e35fe(0x19e),'rightAxis':_0x2e35fe(0x1a0),'useRightAxis':_0x2e35fe(0x18b)},'position':'Vị\x20trí','dataLabels':_0x2e35fe(0x191),'gridlinesAndTicks':'Đường\x20lưới\x20và\x20dấu','indicatorLine':_0x2e35fe(0x1b6),'indicatorLineType':_0x2e35fe(0x142),'indicatorLineColor':_0x2e35fe(0x14d),'indicatorLabel':'Nhãn\x20chỉ\x20số','indicatorValue':_0x2e35fe(0x1bc),'shape':{'polygon':_0x2e35fe(0x182),'circle':_0x2e35fe(0x13f),'square':'Hình\x20vuông','triangle':_0x2e35fe(0x1aa),'diamond':_0x2e35fe(0x137),'rect':_0x2e35fe(0x1ce),'roundRect':_0x2e35fe(0x150),'pin':_0x2e35fe(0x1e6),'arrow':'Mũi\x20tên','none':'Không','emptyCircle':'Hình\x20tròn\x20trống','emptySquare':_0x2e35fe(0x158),'emptyTriangle':_0x2e35fe(0x1c0),'emptyDiamond':_0x2e35fe(0x184),'emptyRect':_0x2e35fe(0x1cd),'emptyRoundRect':_0x2e35fe(0x178),'emptyPin':_0x2e35fe(0x15d),'emptyArrow':_0x2e35fe(0x198)},'border':_0x2e35fe(0x160),'value':_0x2e35fe(0x19f),'fill':'Đổ\x20màu','line':_0x2e35fe(0x1de),'withOpacity':'{0}\x20độ\x20mờ','withColor':_0x2e35fe(0x177),'withThickness':_0x2e35fe(0x1e3),'withType':'{0}\x20loại','withSize':_0x2e35fe(0x17f),'withShape':_0x2e35fe(0x1c8),'withFormat':_0x2e35fe(0x1cb),'dataPoint':_0x2e35fe(0x18c),'dataNodeShape':_0x2e35fe(0x133),'addDataPoint':_0x2e35fe(0x187),'point':_0x2e35fe(0x1ac),'percentage':_0x2e35fe(0x132),'lineType':{'line':_0x2e35fe(0x1de),'smooth':_0x2e35fe(0x17b),'step':_0x2e35fe(0x1d2)},'stackType':{'stack':_0x2e35fe(0x1a1),'percent':_0x2e35fe(0x1d5)},'lineDashType':_0x2e35fe(0x15b),'dashType':{'solid':'Liền','dash':_0x2e35fe(0x176),'dot':'Chấm'},'color':_0x2e35fe(0x1dd),'gridlines':{'majorGridlines':'Đường\x20lưới\x20chính','text':_0x2e35fe(0x18a)},'ticks':{'majorTick':_0x2e35fe(0x16f),'tickPosition':_0x2e35fe(0x168),'tickLength':_0x2e35fe(0x134)},'none':'Không','theIndexItem':_0x2e35fe(0x145),'seriesDefaultName':_0x2e35fe(0x17e),'categoryDefaultName':_0x2e35fe(0x1a5),'styleEditPanel':{'showLabels':'Hiển\x20thị\x20nhãn','showDataLabels':_0x2e35fe(0x1dc),'padAngle':_0x2e35fe(0x194),'halfPie':'Nửa\x20bánh','rosePie':_0x2e35fe(0x193),'pieValScale':_0x2e35fe(0x14c),'pieValSuffix':_0x2e35fe(0x1c6),'pieDigitalFixed':_0x2e35fe(0x165),'showLabelLine':_0x2e35fe(0x1cf),'reverseAxisOrder':_0x2e35fe(0x1b9),'showAxisLine':_0x2e35fe(0x1ec),'labelPosition':_0x2e35fe(0x1e2),'labelText':_0x2e35fe(0x1e0),'repeatWordCould':'Lặp\x20lại\x20word\x20cloud','gap':_0x2e35fe(0x16d),'useAbsValue':_0x2e35fe(0x152),'labelRotate':'Xoay\x20nhãn','wordCloudShape':_0x2e35fe(0x14a),'useDateAxis':'Sử\x20dụng\x20trục\x20ngày','dateAxisTips':_0x2e35fe(0x196)},'radar':{'fill':_0x2e35fe(0x1ed)},'doughnutHole':_0x2e35fe(0x1b0),'msg':{'invalidSource':_0x2e35fe(0x1e4),'emptyTips':_0x2e35fe(0x170),'sankeyCircularTips':_0x2e35fe(0x1d4)},'cloud':{'title':_0x2e35fe(0x169),'word':'Từ','frequency':_0x2e35fe(0x195)},'trendline':{'name':_0x2e35fe(0x1d6),'displayName':_0x2e35fe(0x164),'addTrendLine':'Thêm\x20đường\x20xu\x20hướng','trendlineType':_0x2e35fe(0x1eb),'trendlineName':_0x2e35fe(0x164),'trendlineColor':_0x2e35fe(0x1e5),'trendlineThickness':_0x2e35fe(0x148),'trendlineDashType':_0x2e35fe(0x1b2),'exp':_0x2e35fe(0x139),'linear':_0x2e35fe(0x16c),'log':'Logarit','pow':_0x2e35fe(0x1ad),'movingAvg':_0x2e35fe(0x1c4),'poly':'Đa\x20thức','order':_0x2e35fe(0x159),'period':_0x2e35fe(0x15f),'showFormula':_0x2e35fe(0x1c3),'showR2':'Hiển\x20thị\x20R\x20bình\x20phương','formula':_0x2e35fe(0x1b7),'r2':'R\x20bình\x20phương'},'bubble':{'xAxis':_0x2e35fe(0x131),'yAxis':_0x2e35fe(0x130),'size':'Kích\x20thước\x20bong\x20bóng','label':_0x2e35fe(0x1bd),'emptyTips':_0x2e35fe(0x12f)},'relation':{'title':_0x2e35fe(0x174),'auto':_0x2e35fe(0x1b4),'circular':'Hình\x20tròn','force':'Lực\x20tác\x20động','useValueAsSymbolSize':'Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','layoutType':_0x2e35fe(0x1df),'forceOptions':_0x2e35fe(0x135),'repulsion':'Lực\x20đẩy','gravity':_0x2e35fe(0x19c),'edgeLength':_0x2e35fe(0x15e),'rotateLabel':_0x2e35fe(0x180),'emphasis':'Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','emptyTips':_0x2e35fe(0x190)},'waterfall':{'stackType':'Kiểu\x20xếp\x20chồng','arrangement':_0x2e35fe(0x151),'stacked':_0x2e35fe(0x1bb),'positive':'Giá\x20trị\x20dương','negative':_0x2e35fe(0x175),'subtotal':_0x2e35fe(0x189),'showSubtotal':'Hiển\x20thị\x20tổng\x20phụ','positiveStyle':_0x2e35fe(0x19d),'negativeStyle':_0x2e35fe(0x1c1),'subtotalStyle':_0x2e35fe(0x1db),'positiveLegendText':_0x2e35fe(0x14b),'negativeLegendText':'Chú\x20thích\x20giá\x20trị\x20âm','subtotalLegendText':_0x2e35fe(0x1af)},'pareto':{'lineName':_0x2e35fe(0x17a),'lineSeries':'Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','barSeries':_0x2e35fe(0x13a)},'visualMapScope':'Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','boxplot':{'min':'Giá\x20trị\x20nhỏ\x20nhất','q1':'Phần\x20tư\x20thứ\x20nhất','median':'Trung\x20vị','q3':'Phần\x20tư\x20thứ\x20ba','max':_0x2e35fe(0x1a8)},'chartTypes':{'line':'Biểu\x20đồ\x20đường','area':_0x2e35fe(0x155),'areaStacked':_0x2e35fe(0x18e),'areaPercentStacked':'Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','column':'Biểu\x20đồ\x20cột','bar':_0x2e35fe(0x1a2),'barStacked':_0x2e35fe(0x1d0),'barPercentStacked':'Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','pie':'Biểu\x20đồ\x20tròn','donut':_0x2e35fe(0x1e7),'scatter':'Biểu\x20đồ\x20phân\x20tán','radar':'Biểu\x20đồ\x20radar','bubble':_0x2e35fe(0x1ee),'stock':_0x2e35fe(0x157),'combination':_0x2e35fe(0x1b8),'wordCloud':'Biểu\x20đồ\x20word\x20cloud','funnel':'Biểu\x20đồ\x20phễu','relation':'Biểu\x20đồ\x20quan\x20hệ','waterfall':'Biểu\x20đồ\x20thác\x20nước','pareto':_0x2e35fe(0x1a3),'sankey':'Biểu\x20đồ\x20Sankey','heatmap':_0x2e35fe(0x1c9),'boxplot':_0x2e35fe(0x153)},'dialog':{'numfmt':{'general':_0x2e35fe(0x19b),'accounting':'Kế\x20toán','currency':_0x2e35fe(0x171),'date':_0x2e35fe(0x14f),'thousandthPercentile':_0x2e35fe(0x18d),'fieldSetting':_0x2e35fe(0x13e),'formatTypes':_0x2e35fe(0x141),'confirm':'Đồng\x20ý','cancel':_0x2e35fe(0x1ca),'generalDesc':_0x2e35fe(0x185),'accountingDesc':_0x2e35fe(0x1a6),'currencyDesc':_0x2e35fe(0x199),'dateDesc':_0x2e35fe(0x1cc),'thousandthPercentileDesc':_0x2e35fe(0x17d),'decimalPlaces':_0x2e35fe(0x147),'currencyTypes':_0x2e35fe(0x186),'negativeNumberTypes':_0x2e35fe(0x1e1),'dateTypes':'Kiểu\x20ngày\x20tháng'},'setFormat':_0x2e35fe(0x1be)}}};export{e as default};function _0x30f3(_0x2d19da,_0x365f26){_0x2d19da=_0x2d19da-0x12f;const _0x589b59=_0x589b();let _0x30f31c=_0x589b59[_0x2d19da];return _0x30f31c;}function _0x589b(){const _0x30649b=['Màu\x20đường\x20xu\x20hướng','Hình\x20ghim','Biểu\x20đồ\x20donut','Tiêu\x20đề\x20chính','5076430WxdcKO','Tùy\x20chỉnh','Loại\x20đường\x20xu\x20hướng','Hiển\x20thị\x20đường\x20trục','Đổ\x20màu','Biểu\x20đồ\x20bong\x20bóng','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\x20Y','Trục\x20X','Phần\x20trăm','Hình\x20dạng\x20nút\x20dữ\x20liệu','Chiều\x20dài\x20dấu\x20chấm','Tùy\x20chọn\x20bố\x20cục\x20lực\x20tác\x20động','Kết\x20thúc','Hình\x20thoi','Phải','Hàm\x20mũ','Chuỗi\x20biểu\x20đồ\x20cột','180vKAzbz','6137264qgGGeZ','Bên\x20ngoài','Thiết\x20lập\x20trường','Hình\x20tròn','Tổng\x20hợp','Các\x20loại\x20định\x20dạng','Loại\x20đường\x20chỉ\x20số','Đóng','Tối\x20thiểu','Mục\x20thứ\x20{0}','Trên\x20cùng','Số\x20chữ\x20số\x20thập\x20phân','Độ\x20dày\x20đường\x20xu\x20hướng','Mảnh','Hình\x20dạng\x20word\x20cloud','Chú\x20thích\x20giá\x20trị\x20dương','Tỷ\x20lệ\x20giá\x20trị\x20bánh','Màu\x20đường\x20chỉ\x20số','Trục\x20đứng\x20phải','Ngày\x20tháng','Hình\x20chữ\x20nhật\x20bo\x20góc','Tuần\x20tự','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Biểu\x20đồ\x20hộp','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đồ\x20diện\x20tích','Hiển\x20thị\x20ô\x20trống\x20như','Biểu\x20đồ\x20cổ\x20phiếu','Hình\x20vuông\x20trống','Bậc\x20của\x20đa\x20thức','Loại\x20biểu\x20đồ','Loại\x20đường','Biên\x20tập\x20biểu\x20đồ','Hình\x20ghim\x20trống','Khoảng\x20cách\x20giữa\x20các\x20nút','Chu\x20kỳ\x20trung\x20bình\x20động','Viền','Tiêu\x20đề\x20trục\x20Y','Căn\x20tiêu\x20đề\x20trục','Cài\x20đặt\x20khác','Tên\x20đường\x20xu\x20hướng','Chữ\x20số\x20cố\x20định','Vị\x20trí\x20tiêu\x20đề','Kiểu\x20điểm\x20dữ\x20liệu','Vị\x20trí\x20dấu\x20chấm','Word\x20cloud','Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Khoảng\x20trống','Tuyến\x20tính','Khoảng\x20cách','Văn\x20bản\x20tiêu\x20đề','Dấu\x20chấm\x20chính','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tiền\x20tệ','Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','Chọn\x20một','Biểu\x20đồ\x20quan\x20hệ','Giá\x20trị\x20âm','Gạch','{0}\x20màu','Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','Chọn\x20nhiều','Tỷ\x20lệ\x20tích\x20lũy','Mượt','Trục','Đị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.','Loạt\x20{0}','{0}\x20kích\x20thước','Xoay\x20nhãn','451682FyvjzP','Đa\x20giác','Dưới\x20cùng','Hình\x20thoi\x20trống','Định\x20dạng\x20chung\x20không\x20áp\x20dụng\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','Loại\x20tiền\x20tệ','Thêm\x20điểm\x20dữ\x20liệu','1698496JTOgVQ','Tổng\x20phụ','Đường\x20lưới','Sử\x20dụng\x20trục\x20Y\x20phải','Điểm\x20dữ\x20liệu','Phần\x20nghìn','Biểu\x20đồ\x20diện\x20tích\x20chồng','Màu\x20viền\x20biểu\x20đồ','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','Nhãn\x20dữ\x20liệu','(Trống)','Bánh\x20hồng','Góc\x20đệm','Tần\x20suấ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','Chuyển\x20sang\x20hàng\x20hoặc\x20cột','Mũi\x20tên\x20trố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ị.','Màu\x20nền','Chung','Trọng\x20lực','Kiểu\x20giá\x20trị\x20dương','Trục\x20trái','Giá\x20trị','Trục\x20phải','Chồng','Biểu\x20đồ\x20thanh','Biểu\x20đồ\x20Pareto','Danh\x20mục','Danh\x20mục\x20{0}','Đị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.','Chế\x20độ\x20chọn\x20chú\x20giải','Giá\x20trị\x20lớn\x20nhất','Tiêu\x20đề\x20phụ','Hình\x20tam\x20giác','Bắt\x20đầu','Điểm','Lũy\x20thừa','Bên\x20trong','Chú\x20thích\x20tổng\x20phụ','Lỗ\x20bánh\x20rán','Chèn\x20biểu\x20đồ','Loại\x20đường\x20nét\x20đứt\x20của\x20đường\x20xu\x20hướng','Định\x20dạng\x20tiêu\x20đề','Tự\x20động','Liên\x20tục','Đường\x20chỉ\x20số','Công\x20thức','Biểu\x20đồ\x20kết\x20hợp','Đảo\x20thứ\x20tự\x20trục','Giữa','Xếp\x20chồng','Giá\x20trị\x20chỉ\x20số','Nhãn\x20bong\x20bóng','Thiết\x20lập\x20định\x20dạng\x20nhãn','Tối\x20đa','Hình\x20tam\x20giác\x20trống','Kiểu\x20giá\x20trị\x20âm','Trái','Hiển\x20thị\x20công\x20thức','Trung\x20bình\x20động','4444839hqpsKG','Hậu\x20tố\x20giá\x20trị','Tiêu\x20đề\x20trục\x20Y\x20phải','{0}\x20hình\x20dạng','Biểu\x20đồ\x20nhiệt','Hủy','{0}\x20định\x20dạ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.','Hình\x20chữ\x20nhật\x20trống','Hình\x20chữ\x20nhật','Hiển\x20thị\x20đường\x20nhãn','Biểu\x20đồ\x20thanh\x20chồng','Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Bước','7156488KUmdLf','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Phần\x20trăm\x20chồng','Đường\x20xu\x20hướng','2891cSluCH','Thiết\x20lập','Kiểu\x20biểu\x20đồ','Sao\x20chép','Kiểu\x20tổng\x20phụ','Hiển\x20thị\x20nhãn\x20dữ\x20liệu','Màu','Đường','Loại\x20bố\x20cục','Văn\x20bản\x20nhãn','Kiểu\x20số\x20âm','Vị\x20trí\x20nhãn','{0}\x20độ\x20dày','Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.'];_0x589b=function(){return _0x30649b;};return _0x589b();}
|
|
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};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xb3f51a=_0x41cf;(function(_0x2c3d4d,_0x2d9c9b){const _0x1dc4e0=_0x41cf,_0x435f9c=_0x2c3d4d();while(!![]){try{const _0x94bf93=-parseInt(_0x1dc4e0(0x180))/0x1*(-parseInt(_0x1dc4e0(0x12e))/0x2)+-parseInt(_0x1dc4e0(0x13a))/0x3+-parseInt(_0x1dc4e0(0x149))/0x4+parseInt(_0x1dc4e0(0x13f))/0x5*(parseInt(_0x1dc4e0(0x134))/0x6)+-parseInt(_0x1dc4e0(0x15b))/0x7+-parseInt(_0x1dc4e0(0x103))/0x8*(-parseInt(_0x1dc4e0(0x14d))/0x9)+-parseInt(_0x1dc4e0(0x166))/0xa;if(_0x94bf93===_0x2d9c9b)break;else _0x435f9c['push'](_0x435f9c['shift']());}catch(_0x4c0bb9){_0x435f9c['push'](_0x435f9c['shift']());}}}(_0xfc2e,0xc913f));const e={'sheets-chart-ui':{'permission':{'editErr':_0xb3f51a(0x155)},'insertChart':'插入图表','editChart':'图表','openChartPanel':_0xb3f51a(0x17e),'deleteChart':_0xb3f51a(0x179),'exportImage':_0xb3f51a(0x135),'copy':'复制','hideChartPanel':_0xb3f51a(0x143),'setupChart':_0xb3f51a(0x109),'customChart':_0xb3f51a(0x15c),'default':'默认','reset':'重置','chartType':_0xb3f51a(0x153),'themes':_0xb3f51a(0x163),'dataRange':'数据范围','stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':_0xb3f51a(0x136),'series':'系列','addSeries':_0xb3f51a(0x10c),'moreSettings':_0xb3f51a(0x17f),'min':'最小值','max':_0xb3f51a(0x151),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0xb3f51a(0x130)},'blank':_0xb3f51a(0xf5),'seriesBlock':{'format':'格式','dataPointStyle':_0xb3f51a(0x107)},'backgroundColor':_0xb3f51a(0x167),'chartBorderColor':'图表边框颜色','titles':{'title':'标题','mainTitle':_0xb3f51a(0x147),'subTitle':_0xb3f51a(0x146),'xAxisTitle':_0xb3f51a(0x16f),'yAxisTitle':_0xb3f51a(0x12b),'rightYAxisTitle':_0xb3f51a(0x112),'titleFormat':_0xb3f51a(0x100),'titleText':'标题文本','titlePosition':_0xb3f51a(0x145),'titleAlign':'轴标题对齐'},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0xb3f51a(0x150),'settingsLabels':{'switchToRowOrColumn':_0xb3f51a(0x157),'useAsCategoryLabels':_0xb3f51a(0x119),'showEmptyCellsAs':_0xb3f51a(0x127)},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':_0xb3f51a(0x101),'center':'居中','right':'右对齐'},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':'图表样式','chartAndAxisTitles':_0xb3f51a(0x13b),'legend':'图例','legendSelectMode':'图例选择模式','legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0xb3f51a(0xf4),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','leftAxis':'左轴','rightAxis':'右轴','useRightAxis':'使用右轴'},'position':'位置','dataLabels':_0xb3f51a(0x142),'gridlinesAndTicks':_0xb3f51a(0x15d),'indicatorLine':_0xb3f51a(0x168),'indicatorLineType':_0xb3f51a(0x16d),'indicatorLineColor':_0xb3f51a(0x117),'indicatorLabel':_0xb3f51a(0x165),'indicatorValue':_0xb3f51a(0x11b),'shape':{'polygon':_0xb3f51a(0x161),'circle':'圆形','square':_0xb3f51a(0x10e),'triangle':_0xb3f51a(0x125),'diamond':'菱形','rect':'矩形','roundRect':_0xb3f51a(0x152),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0xb3f51a(0x115),'emptySquare':_0xb3f51a(0xf6),'emptyTriangle':_0xb3f51a(0x171),'emptyDiamond':'空心菱形','emptyRect':_0xb3f51a(0x104),'emptyRoundRect':'空心圆角矩形','emptyPin':'空心钉形','emptyArrow':'空心箭头'},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0xb3f51a(0x182),'withColor':_0xb3f51a(0x12d),'withThickness':_0xb3f51a(0x106),'withType':'{0}类型','withSize':_0xb3f51a(0x17d),'withShape':_0xb3f51a(0x181),'withFormat':_0xb3f51a(0x12a),'dataPoint':_0xb3f51a(0x173),'dataNodeShape':'节点形状','addDataPoint':_0xb3f51a(0x177),'point':_0xb3f51a(0x173),'percentage':_0xb3f51a(0x137),'lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':_0xb3f51a(0x113)},'lineDashType':_0xb3f51a(0xfe),'dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':_0xb3f51a(0x116),'text':_0xb3f51a(0x131)},'ticks':{'majorTick':'主刻度线','tickPosition':_0xb3f51a(0x10a),'tickLength':_0xb3f51a(0x114)},'none':'无','theIndexItem':_0xb3f51a(0xfc),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0xb3f51a(0x13e),'styleEditPanel':{'showLabels':_0xb3f51a(0x121),'showDataLabels':'显示数据标签','padAngle':_0xb3f51a(0x16c),'halfPie':'半饼','rosePie':'玫瑰图','pieValScale':'数值比例','pieValSuffix':_0xb3f51a(0x133),'pieDigitalFixed':'小数位数','showLabelLine':_0xb3f51a(0x158),'reverseAxisOrder':_0xb3f51a(0x148),'showAxisLine':_0xb3f51a(0x17b),'labelPosition':_0xb3f51a(0x11e),'labelText':_0xb3f51a(0x176),'repeatWordCould':'重复词云标签','gap':'间隔','useAbsValue':'使用绝对值','labelRotate':_0xb3f51a(0x139),'wordCloudShape':_0xb3f51a(0x15e),'useDateAxis':_0xb3f51a(0x175),'dateAxisTips':'日期轴仅在数据全部为日期格式时可用'},'radar':{'fill':'填充'},'doughnutHole':'圆环孔','msg':{'invalidSource':_0xb3f51a(0x170),'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0xb3f51a(0xf3)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0xb3f51a(0x140),'displayName':_0xb3f51a(0x11f),'addTrendLine':'添加趋势线','trendlineType':_0xb3f51a(0x13c),'trendlineName':_0xb3f51a(0x11f),'trendlineColor':'趋势线颜色','trendlineThickness':'趋势线粗细','trendlineDashType':_0xb3f51a(0x11a),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0xb3f51a(0x15a),'poly':_0xb3f51a(0x129),'order':'多项式阶数','period':'移动平均周期','showFormula':'显示公式','showR2':'显示R平方','formula':'公式','r2':_0xb3f51a(0x11d)},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0xb3f51a(0x132),'label':_0xb3f51a(0x118),'emptyTips':_0xb3f51a(0x169)},'relation':{'title':_0xb3f51a(0x11c),'auto':'自动','circular':'环形','force':'力导向','useValueAsSymbolSize':_0xb3f51a(0x105),'layoutType':_0xb3f51a(0x14b),'forceOptions':'力导向选项','repulsion':'斥力','gravity':'引力','edgeLength':_0xb3f51a(0x172),'rotateLabel':_0xb3f51a(0x156),'emphasis':_0xb3f51a(0x14c),'emptyTips':_0xb3f51a(0x13d)},'waterfall':{'stackType':_0xb3f51a(0x15f),'arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0xb3f51a(0x183),'positiveStyle':_0xb3f51a(0x111),'negativeStyle':_0xb3f51a(0x16b),'subtotalStyle':_0xb3f51a(0xf8),'positiveLegendText':_0xb3f51a(0x162),'negativeLegendText':_0xb3f51a(0xf2),'subtotalLegendText':_0xb3f51a(0x12f)},'pareto':{'lineName':_0xb3f51a(0xf9),'lineSeries':_0xb3f51a(0x14f),'barSeries':_0xb3f51a(0x102)},'visualMapScope':'视觉映射范围','boxplot':{'min':_0xb3f51a(0x123),'q1':_0xb3f51a(0x16a),'median':_0xb3f51a(0x14a),'q3':_0xb3f51a(0x10b),'max':'最大值'},'chartTypes':{'line':_0xb3f51a(0x17c),'area':_0xb3f51a(0xff),'areaStacked':_0xb3f51a(0xfa),'areaPercentStacked':'百分比堆叠面积图','column':_0xb3f51a(0x138),'bar':_0xb3f51a(0xfd),'barStacked':_0xb3f51a(0x12c),'barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':_0xb3f51a(0x141),'scatter':'散点图','radar':_0xb3f51a(0x126),'bubble':'气泡图','stock':_0xb3f51a(0x160),'combination':_0xb3f51a(0x124),'wordCloud':_0xb3f51a(0x120),'funnel':_0xb3f51a(0x154),'relation':_0xb3f51a(0x11c),'waterfall':'瀑布图','pareto':_0xb3f51a(0x14e),'sankey':_0xb3f51a(0x16e),'heatmap':_0xb3f51a(0x10f),'boxplot':_0xb3f51a(0xfb)},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0xb3f51a(0x144),'fieldSetting':'字段设置','formatTypes':_0xb3f51a(0x128),'confirm':'确定','cancel':'取消','generalDesc':_0xb3f51a(0x159),'accountingDesc':_0xb3f51a(0x108),'currencyDesc':_0xb3f51a(0x10d),'dateDesc':_0xb3f51a(0x17a),'thousandthPercentileDesc':_0xb3f51a(0xf7),'decimalPlaces':_0xb3f51a(0x174),'currencyTypes':_0xb3f51a(0x122),'negativeNumberTypes':_0xb3f51a(0x164),'dateTypes':_0xb3f51a(0x110)},'setFormat':_0xb3f51a(0x178)}}};function _0xfc2e(){const _0x2a18ba=['气泡标签','将\x20{0}\x20作为类别','趋势线线类型','文本颜色','关系图','R平方','标签位置','趋势线名称','词云图','显示标签','货币类型','最小值','组合图','三角形','雷达图','空单元格显示为','格式类型','多项式','{0}格式','纵轴标题','堆叠条形图','{0}颜色','1594MxTMgk','小计图例文本','用直线连接数据点','网格线','气泡大小','数值后缀','501318yfpMSK','导出图片','所有系列','百分比','柱状图','标签旋转','4168404ZilxEd','图表和轴标题','趋势线类型','关系图数据源为额外添加类型列在第二列的共词矩阵','类别\x20{0}','85uAChFe','趋势线','环形图','数据标签','隐藏图表面板','千分位符','标题位置','副标题','图表标题','逆序轴','2266840CxNyIo','中位数','布局类型','开启选中淡入特效','6168321ucWXLC','排列图','累积占比系列','渐变填充','最大值','圆角矩形','图表类型','漏斗图','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','旋转标签','切换行列','显示标签线','常规格式不包含任何特定的数字格式。','移动平均','3714655fwtURp','自定义样式','网格线和刻度线','词云形状','堆叠方式','股票图','多边形','正值图例文本','主题色','负数类型','标签颜色','9734620qdbyCG','背景颜色','指示线','气泡图至少需要2列,X轴、Y轴。','第一四分位数','负值样式','扇形间距','指示线类型','桑基图','横轴标题','图表数据源必须包含多于1行和1列。','空心三角形','节点距离','数据点','小数位数','使用日期轴','标签文本','添加数据点','设置标签格式','删除图表','日期格式将日期和时间系列数值品示为日期值。','显示轴线','折线图','{0}大小','编辑图表','更多设置','1873uIEnRx','{0}形状','{0}透明度','显示小计','负值图例文本','桑基图不能包含循环数据','轴选项','(空)','空心正方形','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','小计样式','累积占比','堆叠面积图','箱线图','第{0}项','条形图','线类型','面积图','标题格式','左对齐','柱状图系列','16ZucdXx','空心矩形','使用值作为节点大小','{0}粗细','数据点样式','会计数字格式可对一列数值进行货币符号和小数点对齐。','类型与数据','刻度线位置','第三四分位数','添加系列','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','正方形','热力图','日期类型','正值样式','右纵轴标题','百分比堆叠','刻度线长度','空心圆形','主网格线','指示线颜色'];_0xfc2e=function(){return _0x2a18ba;};return _0xfc2e();}function _0x41cf(_0x1f8973,_0x5e9686){_0x1f8973=_0x1f8973-0xf2;const _0xfc2e51=_0xfc2e();let _0x41cfec=_0xfc2e51[_0x1f8973];return _0x41cfec;}export{e as default};
|
|
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();}
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x30ca67=_0x3558;function _0x1593(){const _0x271465=['{0}\x20粗細','氣泡圖至少需要2欄,X軸、Y軸。','字段設置','更多設置','(空)','指示線類型','關係圖','力導向選項','最小值','類別\x20{0}','1848496tFZeoc','刻度線長度','扇形間距','空心矩形','307949WnlTHw','水平軸','最大值','多項式','切換列或欄','雷達圖','請先添加系列開始數據可視化','2665314fdRxVt','正值樣式','貨幣類型','使用值作為節點大小','正值圖例文本','添加系列','桑基圖不能包含循環數據','顯示數據標籤','柱狀圖','背景顏色','趨勢線線類型','指示線顏色','所有系列','標籤旋轉','線類型','熱力圖','日期類型','小數位數','隱藏圖表面板','空心三角形','顯示標籤線','顯示軸線','圓環孔','堆疊面積圖','圖例選擇模式','顯示空單元格為','{0}\x20大小','2811549MSMtaX','插入圖表','添加數據點','趨勢線粗細','数值比例','股票圖','標籤文本','2YBJpzk','標題位置','面積圖','長條圖系列','逆序軸','日期軸僅在數據全部為日期格式時可用','空心正方形','空心針形','主網格線','旋轉標籤','用直線連接數據點','中位數','編輯圖表','佈局類型','使用\x20{0}\x20作為類別標籤','{0}\x20類型','標題文本','負值樣式','詞雲圖','{0}\x20透明度','{0}\x20格式','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','第\x20{0}\x20項','Y軸標題','指示線','顯示標籤','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','3216888hgywBg','圓角矩形','格式類型','累積占比系列','圖表類型','堆疊條形圖','615986TPRfnJ','趨勢線類型','{0}\x20顏色','移動平均周期','垂直軸','多邊形','負數類型','打開圖表面板','數據範圍','X軸標題','設置圖表','桑基圖','三角形','負值圖例文本','環形圖','圖表樣式','詞雲形狀','玫瑰圖','空心圓角矩形','數據點','趨勢線名稱','瀑布圖','視覺映射範圍','標題格式','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','排列圖','刻度線位置','百分比堆疊條形圖','4857055gozUZa','開啟選中淡入特效','網格線','常規格式不包含任何特定的數字格式。','小計樣式','主標題','數據標籤','顯示公式','右對齊','系列\x20{0}','漸變填充','百分比堆疊面積圖','氣泡圖','顯示小計','小計圖例文本','標題對齊','多項式階數','重複詞雲標籤','空心箭頭','添加趨勢線','軸選項','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','累積占比','第三四分位數','力導向','堆疊方式'];_0x1593=function(){return _0x271465;};return _0x1593();}(function(_0x40b6ac,_0x2cbc00){const _0x2d6e49=_0x3558,_0x149798=_0x40b6ac();while(!![]){try{const _0x436cc2=parseInt(_0x2d6e49(0x84))/0x1+parseInt(_0x2d6e49(0xad))/0x2*(-parseInt(_0x2d6e49(0xa6))/0x3)+-parseInt(_0x2d6e49(0x80))/0x4+parseInt(_0x2d6e49(0xea))/0x5+parseInt(_0x2d6e49(0x8b))/0x6+-parseInt(_0x2d6e49(0xce))/0x7+parseInt(_0x2d6e49(0xc8))/0x8;if(_0x436cc2===_0x2cbc00)break;else _0x149798['push'](_0x149798['shift']());}catch(_0xad93c4){_0x149798['push'](_0x149798['shift']());}}}(_0x1593,0x9bdb1));function _0x3558(_0x529d5f,_0x425691){_0x529d5f=_0x529d5f-0x75;const _0x15930d=_0x1593();let _0x3558c2=_0x15930d[_0x529d5f];return _0x3558c2;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x30ca67(0xc2)},'insertChart':_0x30ca67(0xa7),'editChart':_0x30ca67(0xb9),'openChartPanel':_0x30ca67(0xd5),'deleteChart':'刪除圖表','exportImage':'匯出圖片','copy':'複製','hideChartPanel':_0x30ca67(0x9d),'setupChart':_0x30ca67(0xd8),'customChart':'自定義圖表','default':'默認','reset':'重置','chartType':_0x30ca67(0xcc),'themes':'主題','dataRange':_0x30ca67(0xd6),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x30ca67(0x97),'series':'系列','addSeries':_0x30ca67(0x90),'moreSettings':_0x30ca67(0x79),'min':'最小值','max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x30ca67(0xb7)},'blank':_0x30ca67(0x7a),'seriesBlock':{'format':'格式','dataPointStyle':'數據點樣式'},'backgroundColor':_0x30ca67(0x94),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':_0x30ca67(0xef),'subTitle':'副標題','xAxisTitle':_0x30ca67(0xd7),'yAxisTitle':_0x30ca67(0xc4),'rightYAxisTitle':'右Y軸標題','titleFormat':_0x30ca67(0xe5),'titleText':_0x30ca67(0xbd),'titlePosition':_0x30ca67(0xae),'titleAlign':_0x30ca67(0xf9)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x30ca67(0xf4),'settingsLabels':{'switchToRowOrColumn':_0x30ca67(0x88),'useAsCategoryLabels':_0x30ca67(0xbb),'showEmptyCellsAs':_0x30ca67(0xa4)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':'左對齊','center':'居中','right':_0x30ca67(0xf2)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x30ca67(0xdd),'chartAndAxisTitles':'圖表和軸標題','legend':'圖例','legendSelectMode':_0x30ca67(0xa3),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x30ca67(0xfe),'horizontalAxis':_0x30ca67(0x85),'verticalAxis':_0x30ca67(0xd2),'rightVerticalAxis':'右垂直軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':_0x30ca67(0xf0),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x30ca67(0xc5),'indicatorLineType':_0x30ca67(0x7b),'indicatorLineColor':_0x30ca67(0x96),'indicatorLabel':'指示標籤','indicatorValue':'指示值','shape':{'polygon':_0x30ca67(0xd3),'circle':'圓形','square':'正方形','triangle':_0x30ca67(0xda),'diamond':'菱形','rect':'矩形','roundRect':_0x30ca67(0xc9),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':_0x30ca67(0xb3),'emptyTriangle':_0x30ca67(0x9e),'emptyDiamond':'空心菱形','emptyRect':_0x30ca67(0x83),'emptyRoundRect':_0x30ca67(0xe0),'emptyPin':_0x30ca67(0xb4),'emptyArrow':_0x30ca67(0xfc)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x30ca67(0xc0),'withColor':_0x30ca67(0xd0),'withThickness':_0x30ca67(0x76),'withType':_0x30ca67(0xbc),'withSize':_0x30ca67(0xa5),'withShape':'{0}\x20形狀','withFormat':_0x30ca67(0xc1),'dataPoint':_0x30ca67(0xe1),'dataNodeShape':'節點形狀','addDataPoint':_0x30ca67(0xa8),'point':_0x30ca67(0xe1),'percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':'百分比堆疊'},'lineDashType':_0x30ca67(0x99),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x30ca67(0xb5),'text':_0x30ca67(0xec)},'ticks':{'majorTick':'主刻度線','tickPosition':_0x30ca67(0xe8),'tickLength':_0x30ca67(0x81)},'none':'無','theIndexItem':_0x30ca67(0xc3),'seriesDefaultName':_0x30ca67(0xf3),'categoryDefaultName':_0x30ca67(0x7f),'styleEditPanel':{'showLabels':_0x30ca67(0xc6),'showDataLabels':_0x30ca67(0x92),'padAngle':_0x30ca67(0x82),'halfPie':'半餅','rosePie':_0x30ca67(0xdf),'pieValScale':_0x30ca67(0xaa),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x30ca67(0x9c),'showLabelLine':_0x30ca67(0x9f),'reverseAxisOrder':_0x30ca67(0xb1),'showAxisLine':_0x30ca67(0xa0),'labelPosition':'標籤位置','labelText':_0x30ca67(0xac),'repeatWordCould':_0x30ca67(0xfb),'gap':'間隔','useAbsValue':'使用絕對值','labelRotate':_0x30ca67(0x98),'wordCloudShape':_0x30ca67(0xde),'useDateAxis':'使用日期軸','dateAxisTips':_0x30ca67(0xb2)},'radar':{'fill':'填充'},'doughnutHole':_0x30ca67(0xa1),'msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0x30ca67(0x8a),'sankeyCircularTips':_0x30ca67(0x91)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':_0x30ca67(0xe2),'addTrendLine':_0x30ca67(0xfd),'trendlineType':_0x30ca67(0xcf),'trendlineName':_0x30ca67(0xe2),'trendlineColor':'趨勢線顏色','trendlineThickness':_0x30ca67(0xa9),'trendlineDashType':_0x30ca67(0x95),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':_0x30ca67(0x87),'order':_0x30ca67(0xfa),'period':_0x30ca67(0xd1),'showFormula':_0x30ca67(0xf1),'showR2':'顯示R平方','formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':'氣泡標籤','emptyTips':_0x30ca67(0x77)},'relation':{'title':_0x30ca67(0x7c),'auto':'自動','circular':'環形','force':_0x30ca67(0x102),'useValueAsSymbolSize':_0x30ca67(0x8e),'layoutType':_0x30ca67(0xba),'forceOptions':_0x30ca67(0x7d),'repulsion':'斥力','gravity':'引力','edgeLength':'節點距離','rotateLabel':_0x30ca67(0xb6),'emphasis':_0x30ca67(0xeb),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x30ca67(0x75),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x30ca67(0xf7),'positiveStyle':_0x30ca67(0x8c),'negativeStyle':_0x30ca67(0xbe),'subtotalStyle':_0x30ca67(0xee),'positiveLegendText':_0x30ca67(0x8f),'negativeLegendText':_0x30ca67(0xdb),'subtotalLegendText':_0x30ca67(0xf8)},'pareto':{'lineName':_0x30ca67(0x100),'lineSeries':_0x30ca67(0xcb),'barSeries':_0x30ca67(0xb0)},'visualMapScope':_0x30ca67(0xe4),'boxplot':{'min':_0x30ca67(0x7e),'q1':'第一四分位數','median':_0x30ca67(0xb8),'q3':_0x30ca67(0x101),'max':_0x30ca67(0x86)},'chartTypes':{'line':'折線圖','area':_0x30ca67(0xaf),'areaStacked':_0x30ca67(0xa2),'areaPercentStacked':_0x30ca67(0xf5),'column':_0x30ca67(0x93),'bar':'條形圖','barStacked':_0x30ca67(0xcd),'barPercentStacked':_0x30ca67(0xe9),'pie':'餅圖','donut':_0x30ca67(0xdc),'scatter':'散點圖','radar':_0x30ca67(0x89),'bubble':_0x30ca67(0xf6),'stock':_0x30ca67(0xab),'combination':'組合圖','wordCloud':_0x30ca67(0xbf),'funnel':'漏斗圖','relation':_0x30ca67(0x7c),'waterfall':_0x30ca67(0xe3),'pareto':_0x30ca67(0xe7),'sankey':_0x30ca67(0xd9),'heatmap':_0x30ca67(0x9a),'boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x30ca67(0x78),'formatTypes':_0x30ca67(0xca),'confirm':'確定','cancel':'取消','generalDesc':_0x30ca67(0xed),'accountingDesc':_0x30ca67(0xe6),'currencyDesc':_0x30ca67(0xff),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':_0x30ca67(0xc7),'decimalPlaces':_0x30ca67(0x9c),'currencyTypes':_0x30ca67(0x8d),'negativeNumberTypes':_0x30ca67(0xd4),'dateTypes':_0x30ca67(0x9b)},'setFormat':'設置標籤格式'}}};export{e as default};
|
|
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};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x58d8(_0x4f3324,_0x4fecd2){_0x4f3324=_0x4f3324-0xf6;const _0x242005=_0x2420();let _0x58d84f=_0x242005[_0x4f3324];return _0x58d84f;}const _0x3ed2b6=_0x58d8;(function(_0x16aaae,_0x5e6191){const _0x5d06a5=_0x58d8,_0x42c7dd=_0x16aaae();while(!![]){try{const _0x363ccb=parseInt(_0x5d06a5(0x123))/0x1+-parseInt(_0x5d06a5(0x14b))/0x2+-parseInt(_0x5d06a5(0x15a))/0x3*(-parseInt(_0x5d06a5(0x151))/0x4)+parseInt(_0x5d06a5(0x126))/0x5*(-parseInt(_0x5d06a5(0x160))/0x6)+parseInt(_0x5d06a5(0x137))/0x7*(parseInt(_0x5d06a5(0x17e))/0x8)+parseInt(_0x5d06a5(0x119))/0x9+parseInt(_0x5d06a5(0x11c))/0xa;if(_0x363ccb===_0x5e6191)break;else _0x42c7dd['push'](_0x42c7dd['shift']());}catch(_0x3982a4){_0x42c7dd['push'](_0x42c7dd['shift']());}}}(_0x2420,0x607be));const e={'sheets-chart-ui':{'permission':{'editErr':_0x3ed2b6(0x179)},'insertChart':_0x3ed2b6(0x131),'editChart':_0x3ed2b6(0x12a),'openChartPanel':_0x3ed2b6(0x138),'deleteChart':_0x3ed2b6(0x136),'exportImage':'匯出圖片','copy':'複製','hideChartPanel':'隱藏圖表面板','setupChart':'設置圖表','customChart':_0x3ed2b6(0x177),'default':'默認','reset':'重置','chartType':_0x3ed2b6(0x11b),'themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x3ed2b6(0xfe),'series':'系列','addSeries':_0x3ed2b6(0x18d),'moreSettings':_0x3ed2b6(0x107),'min':_0x3ed2b6(0x15d),'max':_0x3ed2b6(0x101),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x3ed2b6(0x13e),'seriesBlock':{'format':'格式','dataPointStyle':_0x3ed2b6(0x12c)},'backgroundColor':_0x3ed2b6(0x174),'chartBorderColor':_0x3ed2b6(0x13b),'titles':{'title':'標題','mainTitle':_0x3ed2b6(0x111),'subTitle':_0x3ed2b6(0xf9),'xAxisTitle':_0x3ed2b6(0x141),'yAxisTitle':_0x3ed2b6(0x162),'rightYAxisTitle':_0x3ed2b6(0x167),'titleFormat':_0x3ed2b6(0x115),'titleText':_0x3ed2b6(0x182),'titlePosition':_0x3ed2b6(0x16e),'titleAlign':_0x3ed2b6(0x124)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x3ed2b6(0x142),'settingsLabels':{'switchToRowOrColumn':_0x3ed2b6(0x16b),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':'顯示空單元格為'},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x3ed2b6(0x161),'center':'居中','right':_0x3ed2b6(0xff)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x3ed2b6(0x178),'chartAndAxisTitles':_0x3ed2b6(0x130),'legend':'圖例','legendSelectMode':_0x3ed2b6(0x157),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x3ed2b6(0x154),'horizontalAxis':_0x3ed2b6(0x122),'verticalAxis':_0x3ed2b6(0x165),'rightVerticalAxis':_0x3ed2b6(0xfa),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':_0x3ed2b6(0x188),'gridlinesAndTicks':_0x3ed2b6(0x159),'indicatorLine':'指示線','indicatorLineType':_0x3ed2b6(0x185),'indicatorLineColor':_0x3ed2b6(0x149),'indicatorLabel':_0x3ed2b6(0x113),'indicatorValue':'指示值','shape':{'polygon':_0x3ed2b6(0xfc),'circle':'圓形','square':_0x3ed2b6(0x153),'triangle':_0x3ed2b6(0x13d),'diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x3ed2b6(0x171),'emptySquare':'空心正方形','emptyTriangle':'空心三角形','emptyDiamond':_0x3ed2b6(0x164),'emptyRect':_0x3ed2b6(0x170),'emptyRoundRect':_0x3ed2b6(0x125),'emptyPin':_0x3ed2b6(0x13f),'emptyArrow':_0x3ed2b6(0x114)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0x3ed2b6(0x104),'withThickness':'{0}\x20粗細','withType':_0x3ed2b6(0x128),'withSize':_0x3ed2b6(0x12d),'withShape':_0x3ed2b6(0x102),'withFormat':_0x3ed2b6(0x100),'dataPoint':_0x3ed2b6(0x146),'dataNodeShape':'節點形狀','addDataPoint':_0x3ed2b6(0x186),'point':_0x3ed2b6(0x146),'percentage':_0x3ed2b6(0x184),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x3ed2b6(0x16a)},'lineDashType':_0x3ed2b6(0x15f),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x3ed2b6(0x155),'text':_0x3ed2b6(0x11f)},'ticks':{'majorTick':_0x3ed2b6(0x112),'tickPosition':_0x3ed2b6(0x13a),'tickLength':_0x3ed2b6(0x11d)},'none':'無','theIndexItem':'第\x20{0}\x20項','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x3ed2b6(0x163),'styleEditPanel':{'showLabels':_0x3ed2b6(0x183),'showDataLabels':_0x3ed2b6(0xfb),'padAngle':_0x3ed2b6(0x14a),'halfPie':'半餅','rosePie':_0x3ed2b6(0x133),'pieValScale':_0x3ed2b6(0x143),'pieValSuffix':_0x3ed2b6(0x116),'pieDigitalFixed':_0x3ed2b6(0x12e),'showLabelLine':_0x3ed2b6(0x10b),'reverseAxisOrder':_0x3ed2b6(0x15b),'showAxisLine':_0x3ed2b6(0x11a),'labelPosition':_0x3ed2b6(0x18a),'labelText':'標籤文本','repeatWordCould':_0x3ed2b6(0x120),'gap':'間隔','useAbsValue':_0x3ed2b6(0x180),'labelRotate':_0x3ed2b6(0x11e),'wordCloudShape':_0x3ed2b6(0x173),'useDateAxis':_0x3ed2b6(0xfd),'dateAxisTips':_0x3ed2b6(0x16d)},'radar':{'fill':'填充'},'doughnutHole':_0x3ed2b6(0x169),'msg':{'invalidSource':_0x3ed2b6(0x103),'emptyTips':_0x3ed2b6(0x10f),'sankeyCircularTips':_0x3ed2b6(0x189)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x3ed2b6(0x121),'displayName':'趨勢線名稱','addTrendLine':'添加趨勢線','trendlineType':_0x3ed2b6(0x158),'trendlineName':_0x3ed2b6(0x15c),'trendlineColor':'趨勢線顏色','trendlineThickness':_0x3ed2b6(0x17a),'trendlineDashType':_0x3ed2b6(0x106),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x3ed2b6(0x134),'poly':_0x3ed2b6(0x10e),'order':'多項式階數','period':_0x3ed2b6(0x12f),'showFormula':_0x3ed2b6(0x147),'showR2':'顯示R平方','formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0x3ed2b6(0x17c),'emptyTips':_0x3ed2b6(0x10d)},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x3ed2b6(0x10a),'useValueAsSymbolSize':'使用值作為節點大小','layoutType':'佈局類型','forceOptions':_0x3ed2b6(0x13c),'repulsion':'斥力','gravity':'引力','edgeLength':_0x3ed2b6(0x18c),'rotateLabel':_0x3ed2b6(0x152),'emphasis':_0x3ed2b6(0x175),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x3ed2b6(0x16f),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x3ed2b6(0x16c),'positiveStyle':_0x3ed2b6(0x17b),'negativeStyle':_0x3ed2b6(0x156),'subtotalStyle':_0x3ed2b6(0x14c),'positiveLegendText':_0x3ed2b6(0x140),'negativeLegendText':_0x3ed2b6(0x14d),'subtotalLegendText':_0x3ed2b6(0x17d)},'pareto':{'lineName':_0x3ed2b6(0x108),'lineSeries':_0x3ed2b6(0x105),'barSeries':_0x3ed2b6(0x176)},'visualMapScope':_0x3ed2b6(0x12b),'boxplot':{'min':_0x3ed2b6(0x15d),'q1':_0x3ed2b6(0x187),'median':'中位數','q3':_0x3ed2b6(0x135),'max':_0x3ed2b6(0x101)},'chartTypes':{'line':'折線圖','area':'面積圖','areaStacked':_0x3ed2b6(0x18b),'areaPercentStacked':_0x3ed2b6(0x129),'column':_0x3ed2b6(0x109),'bar':_0x3ed2b6(0x139),'barStacked':_0x3ed2b6(0x132),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x3ed2b6(0x118),'scatter':_0x3ed2b6(0xf8),'radar':_0x3ed2b6(0x144),'bubble':_0x3ed2b6(0x145),'stock':_0x3ed2b6(0x15e),'combination':'組合圖','wordCloud':_0x3ed2b6(0x150),'funnel':_0x3ed2b6(0x14e),'relation':_0x3ed2b6(0xf7),'waterfall':_0x3ed2b6(0xf6),'pareto':_0x3ed2b6(0x117),'sankey':_0x3ed2b6(0x127),'heatmap':_0x3ed2b6(0x181),'boxplot':_0x3ed2b6(0x166)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':'字段設置','formatTypes':'格式類型','confirm':'確定','cancel':'取消','generalDesc':_0x3ed2b6(0x110),'accountingDesc':_0x3ed2b6(0x17f),'currencyDesc':_0x3ed2b6(0x168),'dateDesc':_0x3ed2b6(0x10c),'thousandthPercentileDesc':_0x3ed2b6(0x148),'decimalPlaces':_0x3ed2b6(0x12e),'currencyTypes':_0x3ed2b6(0x14f),'negativeNumberTypes':'負數類型','dateTypes':'日期類型'},'setFormat':_0x3ed2b6(0x172)}}};function _0x2420(){const _0x46b7f0=['千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','指示線顏色','扇形間距','1258292lQyRiW','小計樣式','負值圖例文本','漏斗圖','貨幣類型','詞雲圖','5584eHBgyc','旋轉標籤','正方形','軸選項','主網格線','負值樣式','圖例選擇模式','趨勢線類型','網格線和刻度線','1083FRJYJi','逆序軸','趨勢線名稱','最小值','股票圖','線類型','11766gYUCoj','左對齊','Y軸標題','類別\x20{0}','空心菱形','垂直軸','箱型圖','右Y軸標題','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','圓環孔','百分比堆疊','切換列或欄','顯示小計','日期軸僅在數據全部為日期格式時可用','標題位置','堆疊方式','空心矩形','空心圓形','設置標籤格式','詞雲形狀','背景顏色','開啟選中淡入特效','長條圖系列','自定義圖表','圖表樣式','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','趨勢線粗細','正值樣式','氣泡標籤','小計圖例文本','184EzlYwV','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','使用絕對值','熱力圖','標題文本','顯示標籤','百分比','指示線類型','添加數據點','第一四分位數','數據標籤','桑基圖不能包含循環數據','標籤位置','堆疊面積圖','節點距離','添加系列','瀑布圖','關係圖','散點圖','副標題','右垂直軸','顯示數據標籤','多邊形','使用日期軸','所有系列','右對齊','{0}\x20格式','最大值','{0}\x20形狀','圖表數據源必須包含多於1列和1欄。','{0}\x20顏色','累積占比系列','趨勢線線類型','更多設置','累積占比','柱狀圖','力導向','顯示標籤線','日期格式將日期和時間系列數值顯示為日期值。','氣泡圖至少需要2欄,X軸、Y軸。','多項式','請先添加系列開始數據可視化','常規格式不包含任何特定的數字格式。','主標題','主刻度線','指示標籤','空心箭頭','標題格式','数值后缀','排列圖','環形圖','1650249awFOUf','顯示軸線','圖表類型','1780380SPvnuW','刻度線長度','標籤旋轉','網格線','重複詞雲標籤','趨勢線','水平軸','699878pfRSuF','標題對齊','空心圓角矩形','1685EKabfo','桑基圖','{0}\x20類型','百分比堆疊面積圖','編輯圖表','視覺映射範圍','數據點樣式','{0}\x20大小','小數位數','移動平均周期','圖表和軸標題','插入圖表','堆疊條形圖','玫瑰圖','移動平均','第三四分位數','刪除圖表','36512xYTLeX','打開圖表面板','條形圖','刻度線位置','圖表邊框顏色','力導向選項','三角形','(空)','空心針形','正值圖例文本','X軸標題','漸變填充','数值比例','雷達圖','氣泡圖','數據點','顯示公式'];_0x2420=function(){return _0x46b7f0;};return _0x2420();}export{e as default};
|
|
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,6 +1,10 @@
|
|
|
1
1
|
export declare const SHEETS_CHART_UI_PLUGIN_CONFIG_KEY = "sheets-chart-ui.config";
|
|
2
2
|
export declare const configSymbol: unique symbol;
|
|
3
3
|
export interface IUniverSheetsChartUIConfig {
|
|
4
|
+
/**
|
|
5
|
+
* Enables chart element edit overlays and floating menus for supported chart types.
|
|
6
|
+
* @default false
|
|
7
|
+
*/
|
|
4
8
|
enableChartElementFloatMenu?: boolean;
|
|
5
9
|
}
|
|
6
10
|
export declare const defaultPluginConfig: IUniverSheetsChartUIConfig;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IDrawingParam } from '@univerjs/core';
|
|
2
2
|
import type { IChartEditPanelRoute } from '../services/chart-panel-route';
|
|
3
3
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
4
|
-
import { Disposable, DrawingTypeEnum, ICommandService, IContextService, IUniverInstanceService } from '@univerjs/core';
|
|
4
|
+
import { Disposable, DrawingTypeEnum, ICommandService, IConfigService, IContextService, IUniverInstanceService } from '@univerjs/core';
|
|
5
5
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
6
|
import { IDrawingContextMenuService, SheetCanvasFloatDomManagerService, SheetDrawingHitTestService } from '@univerjs/sheets-drawing-ui';
|
|
7
7
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
@@ -26,7 +26,8 @@ export declare class SheetsChartUIController extends Disposable {
|
|
|
26
26
|
private readonly _sheetsChartUIService;
|
|
27
27
|
private readonly _contextService;
|
|
28
28
|
private _sidebarDisposable;
|
|
29
|
-
|
|
29
|
+
private readonly _isChartElementEditEnabled;
|
|
30
|
+
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _sheetDrawingHitTestService: SheetDrawingHitTestService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _iconManager: IconManager, _menuManagerService: IMenuManagerService, _drawingContextMenuService: IDrawingContextMenuService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: ISheetsChartUIService, _contextService: IContextService, configService: IConfigService);
|
|
30
31
|
private _openPanel;
|
|
31
32
|
hidePanel(): void;
|
|
32
33
|
initPanel(): void;
|
|
@@ -36,6 +37,7 @@ export declare class SheetsChartUIController extends Disposable {
|
|
|
36
37
|
private _activateEditPanelState;
|
|
37
38
|
private _deactivateEditPanelState;
|
|
38
39
|
private _initMenus;
|
|
40
|
+
private _shouldEnableChartElementEdit;
|
|
39
41
|
getChartPopupMenus(unitId: string, subUnitId: string, drawingId: string, drawingType: DrawingTypeEnum): ({
|
|
40
42
|
label: string;
|
|
41
43
|
index: number;
|
|
@@ -242,6 +242,56 @@ declare const locale: {
|
|
|
242
242
|
label: string;
|
|
243
243
|
emptyTips: string;
|
|
244
244
|
};
|
|
245
|
+
candlestick: {
|
|
246
|
+
category: string;
|
|
247
|
+
open: string;
|
|
248
|
+
high: string;
|
|
249
|
+
low: string;
|
|
250
|
+
close: string;
|
|
251
|
+
mappingError: string;
|
|
252
|
+
rising: string;
|
|
253
|
+
falling: string;
|
|
254
|
+
doji: string;
|
|
255
|
+
bodyColor: string;
|
|
256
|
+
fillOpacity: string;
|
|
257
|
+
wickColor: string;
|
|
258
|
+
wickWidth: string;
|
|
259
|
+
wickOpacity: string;
|
|
260
|
+
hollow: string;
|
|
261
|
+
restoreDefault: string;
|
|
262
|
+
candleWidth: string;
|
|
263
|
+
auto: string;
|
|
264
|
+
state: string;
|
|
265
|
+
};
|
|
266
|
+
histogram: {
|
|
267
|
+
value: string;
|
|
268
|
+
binningMode: string;
|
|
269
|
+
auto: string;
|
|
270
|
+
count: string;
|
|
271
|
+
width: string;
|
|
272
|
+
binCount: string;
|
|
273
|
+
binWidth: string;
|
|
274
|
+
underflow: string;
|
|
275
|
+
overflow: string;
|
|
276
|
+
binGap: string;
|
|
277
|
+
};
|
|
278
|
+
treemap: {
|
|
279
|
+
hierarchy: string;
|
|
280
|
+
value: string;
|
|
281
|
+
addHierarchy: string;
|
|
282
|
+
parentLabelLayout: string;
|
|
283
|
+
banner: string;
|
|
284
|
+
overlapping: string;
|
|
285
|
+
none: string;
|
|
286
|
+
leafLabel: string;
|
|
287
|
+
categoryName: string;
|
|
288
|
+
labelContent: string;
|
|
289
|
+
labelFormat: string;
|
|
290
|
+
moveUp: string;
|
|
291
|
+
moveDown: string;
|
|
292
|
+
removeHierarchy: string;
|
|
293
|
+
diagnostic: string;
|
|
294
|
+
};
|
|
245
295
|
relation: {
|
|
246
296
|
title: string;
|
|
247
297
|
auto: string;
|
|
@@ -309,6 +359,9 @@ declare const locale: {
|
|
|
309
359
|
sankey: string;
|
|
310
360
|
heatmap: string;
|
|
311
361
|
boxplot: string;
|
|
362
|
+
candlestick: string;
|
|
363
|
+
histogram: string;
|
|
364
|
+
treemap: string;
|
|
312
365
|
};
|
|
313
366
|
dialog: {
|
|
314
367
|
numfmt: {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ChartElementConfigTarget } from '@univerjs-pro/chart-ui';
|
|
2
2
|
import type { ChartModel, IChartElementHit } from '@univerjs-pro/engine-chart';
|
|
3
3
|
import type { IChartEditPanelRoute } from './chart-panel-route';
|
|
4
|
+
import { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
4
5
|
export interface ISheetsChartElementSelection {
|
|
5
6
|
target: ChartElementConfigTarget;
|
|
6
7
|
route: IChartEditPanelRoute;
|
|
7
8
|
showFloatMenu: boolean;
|
|
8
9
|
}
|
|
10
|
+
export declare function supportsSheetsChartElementFloatMenu(chartType: ChartTypeBits): boolean;
|
|
9
11
|
export declare function resolveSheetsChartElementSelection(chartModel: ChartModel, hit: IChartElementHit): ISheetsChartElementSelection | undefined;
|
|
@@ -7,7 +7,6 @@ export interface IChartHostHandle {
|
|
|
7
7
|
mountNode: HTMLElement;
|
|
8
8
|
dispose: () => void;
|
|
9
9
|
}
|
|
10
|
-
export type ChartHostHandle = IChartHostHandle;
|
|
11
10
|
export interface ISheetChartHostPlacement {
|
|
12
11
|
width: number;
|
|
13
12
|
height: number;
|
|
@@ -16,7 +15,6 @@ export interface ISheetChartHostPlacement {
|
|
|
16
15
|
scaleX: number;
|
|
17
16
|
scaleY: number;
|
|
18
17
|
}
|
|
19
|
-
export type SheetChartHostPlacement = ISheetChartHostPlacement;
|
|
20
18
|
export declare class SheetChartHost extends Disposable implements IDomChartHost {
|
|
21
19
|
readonly chartId: string;
|
|
22
20
|
private readonly _getFloatDomInfo;
|
|
@@ -33,12 +31,12 @@ export declare class SheetChartHost extends Disposable implements IDomChartHost
|
|
|
33
31
|
private _waiter;
|
|
34
32
|
private _hostStyle;
|
|
35
33
|
private _savedWrapperStyle;
|
|
36
|
-
constructor(chartId: string, _getFloatDomInfo: () => ReturnType<SheetCanvasFloatDomManagerService['getFloatDomInfo']>, _getPlacement: () =>
|
|
34
|
+
constructor(chartId: string, _getFloatDomInfo: () => ReturnType<SheetCanvasFloatDomManagerService['getFloatDomInfo']>, _getPlacement: () => ISheetChartHostPlacement | null, _setHostStyle: (style: IChartHostStyle) => void, _isProviderDisposed: () => boolean, _markReady: () => void, _markNotReady: () => void);
|
|
37
35
|
isManaged(): boolean;
|
|
38
36
|
markUnmanaged(): void;
|
|
39
37
|
getRect(): IChartHostRect | null;
|
|
40
38
|
setStyle(style: IChartHostStyle): void;
|
|
41
|
-
ensureHandle(): Promise<
|
|
39
|
+
ensureHandle(): Promise<IChartHostHandle>;
|
|
42
40
|
ensureMount(): Promise<HTMLElement | null>;
|
|
43
41
|
checkMounted(): boolean;
|
|
44
42
|
syncLayout(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IDomChartHost, IImageChartHost } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import type { Observable } from 'rxjs';
|
|
3
3
|
import type { IChartOuterRect } from './chart-content-layout';
|
|
4
|
-
import type {
|
|
4
|
+
import type { IChartHostHandle } from './sheet-chart-host';
|
|
5
5
|
import { ChartHostRenderMode } from '@univerjs-pro/engine-chart';
|
|
6
6
|
import { Disposable } from '@univerjs/core';
|
|
7
7
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
@@ -44,7 +44,7 @@ export declare class SheetsChartHostProviderService extends Disposable implement
|
|
|
44
44
|
checkHost(id: string): boolean;
|
|
45
45
|
syncHostLayout(id: string): void;
|
|
46
46
|
removeHost(id: string): void;
|
|
47
|
-
ensureHost(id: string): Promise<
|
|
47
|
+
ensureHost(id: string): Promise<IChartHostHandle>;
|
|
48
48
|
ensureHost(id: string, mode: ChartHostRenderMode.Image | 'image'): Promise<IImageChartHost | null>;
|
|
49
49
|
ensureHost(id: string, mode: ChartHostRenderMode.Dom | 'dom'): Promise<IDomChartHost | null>;
|
|
50
50
|
ensureHost(id: string, mode: ChartHostRenderMode | 'image' | 'dom'): Promise<IImageChartHost | IDomChartHost | null>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AreaLineStyle, ChartModel, ChartStyle, DeepPartial, IAllSeriesStyle, IAxisOptions, IChartContext, IChartStyle, ILegendStyle, InvalidValueType, IPieLabelStyle, IRelationForceOptions, IRuntimeAxis, ITrendLine, LinePointShape, RadarShape, RelationChartLayoutEnum, RightYAxisOptions, TitlePositionEnum, WaterfallStackTypeEnum, WordCloudShapeEnum } from '@univerjs-pro/engine-chart';
|
|
1
|
+
import type { AreaLineStyle, ChartModel, ChartPendingConfig, ChartStyle, DeepPartial, IAllSeriesStyle, IAxisOptions, IChartCandlestickMappingSpec, IChartCandlestickSpec, IChartConfigOperation, IChartContext, IChartHistogramDataSpec, IChartHistogramStyleSpec, IChartStyle, IChartTreemapSpec, ILegendStyle, InvalidValueType, IPieLabelStyle, IRelationForceOptions, IRuntimeAxis, ITrendLine, IUniverDataSet, LinePointShape, RadarShape, RelationChartLayoutEnum, RightYAxisOptions, TitlePositionEnum, WaterfallStackTypeEnum, WordCloudShapeEnum } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import type { IChartSourceMultiRangeItem, IChartUpdateConfigCommandParams, IChartUpdateSourceCommandParams, ISheetChartSourceSingleRange, SheetChartModel } from '@univerjs-pro/sheets-chart';
|
|
3
3
|
import type { Nullable } from '@univerjs/core';
|
|
4
4
|
import type { Observable } from 'rxjs';
|
|
@@ -12,8 +12,10 @@ export interface IChartOptionType {
|
|
|
12
12
|
label: string;
|
|
13
13
|
value: string;
|
|
14
14
|
}
|
|
15
|
+
export declare function getChartDataResourceOptions(dataSet: IUniverDataSet, headers: string[] | undefined, getFallback: (index: number) => string): IChartOptionType[];
|
|
15
16
|
export interface IChartConfigStateMap {
|
|
16
17
|
headers: IChartConfigState<IChartContext['headers']>;
|
|
18
|
+
dataResourceList: IChartConfigState<IChartOptionType[]>;
|
|
17
19
|
orient: IChartConfigState<Nullable<DataOrientation>>;
|
|
18
20
|
aggregate: IChartConfigState<boolean>;
|
|
19
21
|
gradientFill: IChartConfigState<Nullable<boolean>>;
|
|
@@ -23,6 +25,13 @@ export interface IChartConfigStateMap {
|
|
|
23
25
|
/** Series & Category */
|
|
24
26
|
categoryIndex: IChartConfigState<Nullable<number>>;
|
|
25
27
|
categoryType: IChartConfigState<Nullable<CategoryType>>;
|
|
28
|
+
candlestickMapping: IChartConfigState<IChartCandlestickMappingSpec | undefined, IChartCandlestickMappingSpec>;
|
|
29
|
+
candlestickStyle: IChartConfigState<IChartCandlestickSpec | undefined, Exclude<ChartPendingConfig['candlestick'], null | undefined>>;
|
|
30
|
+
histogramData: IChartConfigState<IChartHistogramDataSpec | undefined, IChartHistogramDataSpec | undefined>;
|
|
31
|
+
histogramStyle: IChartConfigState<IChartHistogramStyleSpec | undefined, IChartHistogramStyleSpec | undefined>;
|
|
32
|
+
treemapHierarchyIndexes: IChartConfigState<number[]>;
|
|
33
|
+
treemapValueIndex: IChartConfigState<number | undefined, number | undefined>;
|
|
34
|
+
treemapStyle: IChartConfigState<IChartTreemapSpec | undefined, IChartTreemapSpec | undefined>;
|
|
26
35
|
categoryList: IChartConfigState<IChartOptionType[]>;
|
|
27
36
|
bubbleCategoryList: IChartConfigState<IChartOptionType[]>;
|
|
28
37
|
seriesValues: IChartConfigState<number[]>;
|
|
@@ -87,7 +96,9 @@ export interface IChartConfigStateMap {
|
|
|
87
96
|
}
|
|
88
97
|
export type ChartConfigStateKey = keyof IChartConfigStateMap;
|
|
89
98
|
export type ChartConfigStateValue = InferChartConfigStateValue<ChartConfigStateKey>;
|
|
90
|
-
export type InferChartConfigStateValue<T extends ChartConfigStateKey, M = IChartConfigStateMap[T]> = M extends
|
|
99
|
+
export type InferChartConfigStateValue<T extends ChartConfigStateKey, M = IChartConfigStateMap[T]> = M extends {
|
|
100
|
+
get(): Observable<infer V> | undefined;
|
|
101
|
+
} ? V : M extends Observable<infer V> ? V : never;
|
|
91
102
|
export type IChartConfigState<GetValue, SetValue = GetValue> = {
|
|
92
103
|
set?(value: SetValue): void;
|
|
93
104
|
get(): Observable<GetValue> | undefined;
|
|
@@ -110,6 +121,7 @@ export interface ISheetsChartUIService {
|
|
|
110
121
|
getDataSource(id: string): ReturnType<SheetsChartService['getChartDataSource']>;
|
|
111
122
|
registerViewState<T extends ChartConfigStateKey = ChartConfigStateKey>(id: T, state: (chartModel: ChartModel) => IChartConfigStateMap[T]): void;
|
|
112
123
|
getViewState<V extends ChartConfigStateValue = ChartConfigStateValue>(id: ChartConfigStateKey, activeChartModel?: Nullable<SheetChartModel>): IChartConfigState<V> | undefined;
|
|
124
|
+
applyChartConfigOperation(operation: IChartConfigOperation): void;
|
|
113
125
|
executeChartUpdateConfig(params: Omit<IChartUpdateConfigCommandParams, 'unitId'>): void;
|
|
114
126
|
executeChartUpdateSourceConfig(params: Omit<IChartUpdateSourceCommandParams, 'unitId'>): void;
|
|
115
127
|
removeViewState(id: ChartConfigStateKey): void;
|
|
@@ -147,6 +159,7 @@ export declare class SheetsChartUIService extends Disposable implements ISheetsC
|
|
|
147
159
|
getDataSource(id: string): import("@univerjs-pro/sheets-chart").ISheetChartDataSource | undefined;
|
|
148
160
|
registerViewState<T extends ChartConfigStateKey = ChartConfigStateKey>(id: T, state: (chartModel: ChartModel) => IChartConfigStateMap[T]): void;
|
|
149
161
|
getViewState<V extends ChartConfigStateValue = ChartConfigStateValue>(id: ChartConfigStateKey, activeChartModel?: Nullable<SheetChartModel>): IChartConfigState<V> | undefined;
|
|
162
|
+
applyChartConfigOperation(operation: IChartConfigOperation): void;
|
|
150
163
|
executeChartUpdateConfig(params: Omit<IChartUpdateConfigCommandParams, 'unitId'>): void;
|
|
151
164
|
executeChartUpdateSourceConfig(params: Omit<IChartUpdateSourceCommandParams, 'unitId'>): void;
|
|
152
165
|
removeViewState(id: ChartConfigStateKey): void;
|