@univerjs-pro/sheets-chart-ui 1.0.0-alpha.8 โ 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +14 -402
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/commands/focused-chart.command.d.ts +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/config/config.d.ts +1 -1
- package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
- package/lib/types/controllers/chart-render.controller.d.ts +3 -1
- package/lib/types/controllers/ui.controller.d.ts +5 -6
- package/lib/types/index.d.ts +0 -2
- package/lib/types/locale/en-US.d.ts +51 -351
- package/lib/types/services/chart-element-selection.d.ts +4 -6
- package/lib/types/services/chart-render.service.d.ts +10 -10
- package/lib/types/services/sheets-chart-ui.service.d.ts +25 -151
- package/lib/types/util.d.ts +7 -4
- package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
- package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -20
- package/lib/types/hooks.d.ts +0 -3
- package/lib/types/services/chart-panel-route.d.ts +0 -20
- package/lib/types/views/chart-edit-panel/Options.d.ts +0 -163
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
- package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/data-tab-panel/CandlestickDataEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/data-tab-panel/HistogramDataEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/TreemapDataEdit.d.ts +0 -12
- package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
- package/lib/types/views/chart-edit-panel/style-tab-panel/CandlestickStyleEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
- package/lib/types/views/chart-edit-panel/style-tab-panel/HistogramStyleEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/TreemapStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4844(_0x9308bf,_0x308d2b){_0x9308bf=_0x9308bf-0xf6;const _0x5ea70a=_0x5ea7();let _0x48441b=_0x5ea70a[_0x9308bf];return _0x48441b;}function _0x5ea7(){const _0x4226be=['Khรดng\x20cรณ\x20dแปฏ\x20liแปu\x20ฤแป\x20hiแปn\x20thแป.','Hรฌnh\x20thoi','Hรฌnh\x20thoi\x20trแปng','Lแบทp\x20lแบกi\x20word\x20cloud','Tแบฅt\x20cแบฃ\x20cรกc\x20loแบกt','Vฤn\x20bแบฃn\x20nhรฃn','Kiแปu\x20sแป\x20รขm','Bin\x20gap\x20(%)','Sแปญ\x20dแปฅng\x20trแปฅc\x20Y\x20phแบฃi','Biแปu\x20ฤแป\x20diแปn\x20tรญch\x20chแปng','Hiแปn\x20thแป\x20ฤฦฐแปng\x20trแปฅc','Tiรชu\x20ฤแป\x20chรญnh','Trรชn\x20cรนng','Nhรฃn\x20bong\x20bรณng','209laJZuX','Trแปฅc\x20phแบฃi','Mร u','Biแปu\x20ฤแป\x20thรกc\x20nฦฐแปc','Body\x20color','Border\x20/\x20wick\x20color','Tแปฑ\x20ฤแปng','Tรนy\x20chแปnh','{0}\x20hรฌnh\x20dแบกng','Biแปu\x20ฤแป\x20donut','Trแปng\x20lแปฑc','Parent\x20label\x20layout','Sแปญ\x20dแปฅng\x20trแปฅc\x20ngร y','Lแปฑc\x20ฤแบฉy','Tuแบงn\x20tแปฑ','Chรบ\x20thรญch\x20giรก\x20trแป\x20รขm','Sแป\x20chแปฏ\x20sแป\x20thแบญp\x20phรขn','143636UlQZUh','Bแบฏt\x20ฤแบงu','Khoแบฃng\x20cรกch','Khoแบฃng\x20cรกch\x20giแปฏa\x20cรกc\x20nรบt','ฤแปnh\x20dแบกng\x20kแบฟ\x20toรกn\x20cฤn\x20chแปnh\x20kรฝ\x20hiแปu\x20tiแปn\x20tแป\x20vร \x20dแบฅu\x20thแบญp\x20phรขn\x20theo\x20cแปt.','Trแปฅc\x20ฤแปฉng\x20phแบฃi','Biแปu\x20ฤแป\x20phแป
u','Logarit','Tแปng\x20phแปฅ','310OzNWFR','Xoay\x20nhรฃn','Chแปn\x20mแปt','Bin\x20width','1426740DRXBBu','Hรฌnh\x20chแปฏ\x20nhแบญt\x20bo\x20gรณc\x20trแปng','{0}\x20mร u','Open','Trแปฅc\x20trรกi','Thรชm\x20ฤiแปm\x20dแปฏ\x20liแปu','Danh\x20mแปฅc\x20{0}','Biแปu\x20ฤแป\x20kแบฟt\x20hแปฃp','2aMuiXp','ฤรณng','Border\x20/\x20wick\x20opacity','Tuyแบฟn\x20tรญnh','Kiแปu\x20ngร y\x20thรกng','Category\x20name','Khoแบฃng\x20trแปng','Hรฌnh\x20chแปฏ\x20nhแบญt\x20trแปng','Doji','Overlapping','Mแป\x20bแบฃng\x20ฤiแปu\x20khiแปn\x20biแปu\x20ฤแป','Giรก\x20trแป\x20nhแป\x20nhแบฅt','Bแบญt\x20hiแปu\x20แปฉng\x20xuแบฅt\x20hiแปn\x20khi\x20chแปn','Thรชm\x20loแบกt','Tแปท\x20lแป\x20giรก\x20trแป\x20bรกnh','Chแปng','Biแปu\x20ฤแป\x20thanh\x20chแปng\x20phแบงn\x20trฤm','Label\x20format','Gรณc\x20ฤแปm','Vแป\x20trรญ\x20dแบฅu\x20chแบฅm','Trแปฅc\x20ฤแปฉng','Close','แบจn\x20bแบฃng\x20ฤiแปu\x20khiแปn\x20biแปu\x20ฤแป','Tรชn\x20ฤฦฐแปng\x20xu\x20hฦฐแปng','626711shCeMr','Dแบฅu\x20chแบฅm\x20chรญnh','Mแบฃnh','Chแปฏ\x20sแป\x20cแป\x20ฤแปnh','Bรกnh\x20hแปng','Hรฌnh\x20trรฒn','Chแบฅm','ฤแปnh\x20dแบกng\x20tiแปn\x20tแป\x20dรนng\x20cho\x20cรกc\x20giรก\x20trแป\x20tร i\x20chรญnh\x20chung,\x20trong\x20khi\x20ฤแปnh\x20dแบกng\x20kแบฟ\x20toรกn\x20cฤn\x20chแปnh\x20dแบฅu\x20thแบญp\x20phรขn\x20theo\x20cแปt\x20giรก\x20trแป.','Biแปu\x20ฤแป\x20bong\x20bรณng\x20yรชu\x20cแบงu\x20รญt\x20nhแบฅt\x202\x20cแปt:\x20trแปฅc\x20X,\x20trแปฅc\x20Y','Trแปฅc','Kiแปu\x20giรก\x20trแป\x20dฦฐฦกng','Biแปu\x20ฤแป\x20thanh','Cฤn\x20trรกi','156QcguqD','Kแบฟt\x20thรบc','Hรฌnh\x20dแบกng\x20word\x20cloud','Biแปu\x20ฤแป\x20bong\x20bรณng','Tiแปn\x20tแป','Phแบงn\x20tฦฐ\x20thแปฉ\x20nhแบฅt','Hแปงy','Trแปฅc\x20ngang','Biรชn\x20tแบญp\x20biแปu\x20ฤแป','Phแบงn\x20nghรฌn','Dรนng\x20giรก\x20trแป\x20lร m\x20kรญch\x20thฦฐแปc\x20nรบt','ฤแปng\x20รฝ','Nguแปn\x20dแปฏ\x20liแปu\x20biแปu\x20ฤแป\x20phแบฃi\x20cรณ\x20nhiแปu\x20hฦกn\x201\x20hร ng\x20vร \x201\x20cแปt.','Dฦฐแปi\x20cรนng','Vแป\x20trรญ','Banner','Candlestick\x20chart','Leaf\x20label','Mแบทc\x20ฤแปnh','Phแบกm\x20vi\x20bแบฃn\x20ฤแป\x20trแปฑc\x20quan','Biแปu\x20ฤแป\x20trรฒn','87rGIAAI','Giแปฏa','Word\x20cloud','Select\x20five\x20different\x20fields\x20for\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close.','Nhรฃn\x20dแปฏ\x20liแปu','Tiรชu\x20ฤแป','Giรก\x20trแป','Trung\x20vแป','Chแบฟ\x20ฤแป\x20chแปn\x20chรบ\x20giแบฃi','Lลฉy\x20thแปซa','Thiแบฟt\x20lแบญp\x20trฦฐแปng','Phแบกm\x20vi\x20nร y\x20ฤรฃ\x20ฤฦฐแปฃc\x20bแบฃo\x20vแป,\x20hiแปn\x20khรดng\x20cรณ\x20quyแปn\x20chแปnh\x20sแปญa.\x20Nแบฟu\x20cแบงn\x20chแปnh\x20sแปญa,\x20vui\x20lรฒng\x20liรชn\x20hแป\x20vแปi\x20ngฦฐแป\x20i\x20tแบกo.','Hรฌnh\x20tam\x20giรกc','Hiแปn\x20thแป\x20ฤฦฐแปng\x20nhรฃn','Bฦฐแปc','Falling','Chuแปi\x20biแปu\x20ฤแป\x20cแปt','Hierarchy','Candle\x20width','Tiรชu\x20ฤแป\x20phแปฅ','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Export\x20as\x20image','144ZWtovc','Kiแปu\x20xแบฟp\x20chแปng','Mร u\x20viแปn\x20biแปu\x20ฤแป','Hแบญu\x20tแป\x20giรก\x20trแป','Hรฌnh\x20tam\x20giรกc\x20trแปng','Biแปu\x20ฤแป\x20hแปp','Biแปu\x20ฤแป\x20cแปt','Kiแปu\x20giรก\x20trแป\x20รขm','{0}\x20ฤแป\x20mแป','Chแปง\x20ฤแป','Xแบฟp\x20chแปng','Tiรชu\x20ฤแป\x20biแปu\x20ฤแป\x20vร \x20trแปฅc','Vแป\x20trรญ\x20nhรฃn','Chรบ\x20thรญch\x20giรก\x20trแป\x20dฦฐฦกng','Bแบญc\x20cแปงa\x20ฤa\x20thแปฉc','Biแปu\x20ฤแป\x20ฤฦฐแปng','Gแบกch','116952vxrQrN','Biแปu\x20ฤแป\x20nhiแปt','{0}\x20kรญch\x20thฦฐแปc','Trแปฅc\x20X','Giรก\x20trแป\x20dฦฐฦกng','ฤiแปm','Tแปi\x20ฤa','Tiรชu\x20ฤแป\x20trแปฅc\x20Y','Biแปu\x20ฤแป\x20diแปn\x20tรญch','Biแปu\x20ฤแป\x20quan\x20hแป','95975yxSBdv','Mร u\x20nแปn','ฤแปnh\x20dแบกng\x20phแบงn\x20nghรฌn\x20dรนng\x20cho\x20cรกc\x20sแป\x20thรดng\x20thฦฐแปng;\x20ฤแปnh\x20dแบกng\x20tiแปn\x20tแป\x20vร \x20kแบฟ\x20toรกn\x20cung\x20cแบฅp\x20cรกc\x20tรนy\x20chแปn\x20chuyรชn\x20biแปt\x20cho\x20giรก\x20trแป\x20tร i\x20chรญnh.','Kรญch\x20thฦฐแปc\x20bong\x20bรณng','Cรดng\x20thแปฉc','Trแปฅc\x20Y','Tแปi\x20thiแปu','Mลฉi\x20tรชn','Biแปu\x20ฤแป\x20Sankey','Histogram\x20chart','Bรชn\x20trong','R\x20bรฌnh\x20phฦฐฦกng','Tiรชu\x20ฤแป\x20trแปฅc\x20Y\x20phแบฃi','Hรฌnh\x20ghim','Thรชm\x20ฤฦฐแปng\x20xu\x20hฦฐแปng','Rising','Fill\x20opacity','Tแบงn\x20suแบฅt','Trung\x20bรฌnh\x20ฤแปng','Cร i\x20ฤแบทt\x20khรกc','Hรฌnh\x20chแปฏ\x20nhแบญt\x20bo\x20gรณc','Bin\x20type','Label\x20content','(Trแปng)','Loแบกi\x20ฤฦฐแปng','ฤแปnh\x20dแบกng\x20chung\x20khรดng\x20รกp\x20dแปฅng\x20ฤแปnh\x20dแบกng\x20sแป\x20cแปฅ\x20thแป\x20nร o.','ฤแปnh\x20dแบกng','Loแบกi\x20ฤฦฐแปng\x20nรฉt\x20ฤแปฉt\x20cแปงa\x20ฤฦฐแปng\x20xu\x20hฦฐแปng','Nhรฃn\x20chแป\x20sแป','Loแบกi\x20ฤฦฐแปng\x20xu\x20hฦฐแปng','ฤฦฐแปng\x20lฦฐแปi\x20chรญnh','Kiแปu\x20tแปng\x20phแปฅ','ฤแบทt\x20lแบกi','Loแบกt','Trแปฅc\x20ngร y\x20chแป\x20khแบฃ\x20dแปฅng\x20khi\x20tแบฅt\x20cแบฃ\x20dแปฏ\x20liแปu\x20ฤแปu\x20cรณ\x20ฤแปnh\x20dแบกng\x20ngร y','Thiแบฟt\x20lแบญp','Kแบฟt\x20nแปi\x20ฤiแปm\x20dแปฏ\x20liแปu\x20bแบฑng\x20ฤฦฐแปng\x20thแบณng','Auto','Cฤn\x20giแปฏa','Biแปu\x20ฤแป\x20radar','ฤแป\x20mร u','Hiแปn\x20thแป\x20nhรฃn','ฤa\x20thแปฉc','Hollow\x20body','Liรชn\x20tแปฅc','ฤฦฐแปng','ฤแปnh\x20dแบกng\x20ngร y\x20hiแปn\x20thแป\x20sแป\x20sรช-ri\x20ngร y\x20giแป\x20dฦฐแปi\x20dแบกng\x20giรก\x20trแป\x20ngร y\x20thรกng.','Kแบฟ\x20toรกn','Ngร y\x20thรกng','Hiแปn\x20thแป\x20tแปng\x20phแปฅ','Hรฌnh\x20vuรดng','Chuyแปn\x20sang\x20hร ng\x20hoแบทc\x20cแปt','Number\x20of\x20bins','5473825lEnolA','Candle\x20state','Giรก\x20trแป\x20lแปn\x20nhแบฅt','Hiแปn\x20thแป\x20cรดng\x20thแปฉc','Kiแปu\x20biแปu\x20ฤแป','Sแปญ\x20dแปฅng\x20giรก\x20trแป\x20tuyแปt\x20ฤแปi','Chรจn\x20biแปu\x20ฤแป','Biแปu\x20ฤแป\x20thanh\x20chแปng','{0}\x20ฤแป\x20dร y','Kiแปu\x20ฤiแปm\x20dแปฏ\x20liแปu','Chu\x20kแปณ\x20trung\x20bรฌnh\x20ฤแปng','Low','Phแบฃi','Add\x20hierarchy','Hรฌnh\x20ghim\x20trแปng','Giรก\x20trแป\x20chแป\x20sแป','Loแบกi\x20tiแปn\x20tแป','{0}\x20ฤแปnh\x20dแบกng','Cฤn\x20tiรชu\x20ฤแป\x20trแปฅc','Khรดng','ฤiแปm\x20dแปฏ\x20liแปu','Bรชn\x20ngoร i','Tแปท\x20lแป\x20tรญch\x20lลฉy','Tรนy\x20chแปn\x20trแปฅc','Biแปu\x20ฤแป\x20Pareto','Move\x20hierarchy\x20field\x20down','Nแปญa\x20bรกnh'];_0x5ea7=function(){return _0x4226be;};return _0x5ea7();}const _0x16a8e6=_0x4844;(function(_0x40eae3,_0x5520b0){const _0x30709f=_0x4844,_0x245cbe=_0x40eae3();while(!![]){try{const _0x115ea3=parseInt(_0x30709f(0x15d))/0x1*(parseInt(_0x30709f(0x145))/0x2)+-parseInt(_0x30709f(0x17f))/0x3*(parseInt(_0x30709f(0x130))/0x4)+-parseInt(_0x30709f(0x1b0))/0x5*(parseInt(_0x30709f(0x16a))/0x6)+-parseInt(_0x30709f(0xf6))/0x7+-parseInt(_0x30709f(0x1a6))/0x8+-parseInt(_0x30709f(0x195))/0x9*(parseInt(_0x30709f(0x139))/0xa)+-parseInt(_0x30709f(0x11f))/0xb*(-parseInt(_0x30709f(0x13d))/0xc);if(_0x115ea3===_0x5520b0)break;else _0x245cbe['push'](_0x245cbe['shift']());}catch(_0x4a6e7d){_0x245cbe['push'](_0x245cbe['shift']());}}}(_0x5ea7,0x85d63));const e={'sheets-chart-ui':{'permission':{'editErr':_0x16a8e6(0x18a)},'insertChart':_0x16a8e6(0xfc),'editChart':_0x16a8e6(0x172),'openChartPanel':_0x16a8e6(0x14f),'deleteChart':'Xรณa\x20biแปu\x20ฤแป','exportImage':_0x16a8e6(0x194),'copy':'Sao\x20chรฉp','hideChartPanel':_0x16a8e6(0x15b),'setupChart':_0x16a8e6(0x1d3),'customChart':_0x16a8e6(0x126),'default':_0x16a8e6(0x17c),'reset':_0x16a8e6(0x1d0),'chartType':'Loแบกi\x20biแปu\x20ฤแป','themes':_0x16a8e6(0x19e),'dataRange':'Phแบกm\x20vi\x20dแปฏ\x20liแปu','stack':_0x16a8e6(0x154),'category':'Danh\x20mแปฅc','aggregate':'Tแปng\x20hแปฃp','allSeries':_0x16a8e6(0x115),'series':_0x16a8e6(0x1d1),'addSeries':_0x16a8e6(0x152),'moreSettings':_0x16a8e6(0x1c3),'min':_0x16a8e6(0x1b6),'max':_0x16a8e6(0x1ac),'invalidType':{'gaps':_0x16a8e6(0x14b),'zero':_0x16a8e6(0x109),'connectDataPointsWithStraightLines':_0x16a8e6(0x1d4)},'blank':_0x16a8e6(0x1c7),'seriesBlock':{'format':_0x16a8e6(0x1ca),'dataPointStyle':_0x16a8e6(0xff)},'backgroundColor':_0x16a8e6(0x1b1),'chartBorderColor':_0x16a8e6(0x197),'titles':{'title':_0x16a8e6(0x184),'mainTitle':_0x16a8e6(0x11c),'subTitle':_0x16a8e6(0x192),'xAxisTitle':'Tiรชu\x20ฤแป\x20trแปฅc\x20X','yAxisTitle':_0x16a8e6(0x1ad),'rightYAxisTitle':_0x16a8e6(0x1bc),'titleFormat':'ฤแปnh\x20dแบกng\x20tiรชu\x20ฤแป','titleText':'Vฤn\x20bแบฃn\x20tiรชu\x20ฤแป','titlePosition':'Vแป\x20trรญ\x20tiรชu\x20ฤแป','titleAlign':_0x16a8e6(0x108)},'axisPositionType':{'start':_0x16a8e6(0x131),'center':_0x16a8e6(0x180),'end':_0x16a8e6(0x16b)},'gradientFill':_0x16a8e6(0x1d8),'settingsLabels':{'switchToRowOrColumn':_0x16a8e6(0x1e3),'useAsCategoryLabels':'Sแปญ\x20dแปฅng\x20{0}\x20nhฦฐ\x20lร \x20danh\x20mแปฅc','showEmptyCellsAs':'Hiแปn\x20thแป\x20รด\x20trแปng\x20nhฦฐ'},'positionType':{'auto':_0x16a8e6(0x125),'inside':_0x16a8e6(0x1ba),'outside':_0x16a8e6(0x10b),'top':_0x16a8e6(0x11d),'bottom':_0x16a8e6(0x177),'left':'Trรกi','right':_0x16a8e6(0x102),'hide':'แบจn'},'align':{'left':_0x16a8e6(0x169),'center':_0x16a8e6(0x1d6),'right':'Cฤn\x20phแบฃi'},'alignY':{'top':_0x16a8e6(0x11d),'middle':_0x16a8e6(0x180),'bottom':'Dฦฐแปi\x20cรนng'},'chartStyle':_0x16a8e6(0xfa),'chartAndAxisTitles':_0x16a8e6(0x1a0),'legend':'Chรบ\x20giแบฃi','legendSelectMode':_0x16a8e6(0x187),'legendSelectModeType':{'single':_0x16a8e6(0x13b),'multiple':'Chแปn\x20nhiแปu','close':_0x16a8e6(0x146)},'legendVisualMapType':{'continuous':_0x16a8e6(0x1dc),'piecewise':_0x16a8e6(0x15f)},'axes':{'axis':_0x16a8e6(0x166),'axisOptions':_0x16a8e6(0x10d),'horizontalAxis':_0x16a8e6(0x171),'verticalAxis':_0x16a8e6(0x159),'rightVerticalAxis':_0x16a8e6(0x135),'leftAxis':_0x16a8e6(0x141),'rightAxis':_0x16a8e6(0x120),'useRightAxis':_0x16a8e6(0x119)},'position':_0x16a8e6(0x178),'dataLabels':_0x16a8e6(0x183),'gridlinesAndTicks':'ฤฦฐแปng\x20lฦฐแปi\x20vร \x20dแบฅu','indicatorLine':'ฤฦฐแปng\x20chแป\x20sแป','indicatorLineType':'Loแบกi\x20ฤฦฐแปng\x20chแป\x20sแป','indicatorLineColor':'Mร u\x20ฤฦฐแปng\x20chแป\x20sแป','indicatorLabel':_0x16a8e6(0x1cc),'indicatorValue':_0x16a8e6(0x105),'shape':{'polygon':'ฤa\x20giรกc','circle':_0x16a8e6(0x162),'square':_0x16a8e6(0x1e2),'triangle':_0x16a8e6(0x18b),'diamond':_0x16a8e6(0x112),'rect':'Hรฌnh\x20chแปฏ\x20nhแบญt','roundRect':_0x16a8e6(0x1c4),'pin':_0x16a8e6(0x1bd),'arrow':_0x16a8e6(0x1b7),'none':_0x16a8e6(0x109),'emptyCircle':'Hรฌnh\x20trรฒn\x20trแปng','emptySquare':'Hรฌnh\x20vuรดng\x20trแปng','emptyTriangle':_0x16a8e6(0x199),'emptyDiamond':_0x16a8e6(0x113),'emptyRect':_0x16a8e6(0x14c),'emptyRoundRect':_0x16a8e6(0x13e),'emptyPin':_0x16a8e6(0x104),'emptyArrow':'Mลฉi\x20tรชn\x20trแปng'},'border':'Viแปn','value':_0x16a8e6(0x185),'fill':_0x16a8e6(0x1d8),'line':'ฤฦฐแปng','withOpacity':_0x16a8e6(0x19d),'withColor':_0x16a8e6(0x13f),'withThickness':_0x16a8e6(0xfe),'withType':'{0}\x20loแบกi','withSize':_0x16a8e6(0x1a8),'withShape':_0x16a8e6(0x127),'withFormat':_0x16a8e6(0x107),'dataPoint':_0x16a8e6(0x10a),'dataNodeShape':'Hรฌnh\x20dแบกng\x20nรบt\x20dแปฏ\x20liแปu','addDataPoint':_0x16a8e6(0x142),'point':_0x16a8e6(0x1ab),'percentage':'Phแบงn\x20trฤm','lineType':{'line':_0x16a8e6(0x1dd),'smooth':'Mฦฐแปฃt','step':_0x16a8e6(0x18d)},'stackType':{'stack':'Chแปng','percent':'Phแบงn\x20trฤm\x20chแปng'},'lineDashType':_0x16a8e6(0x1c8),'dashType':{'solid':'Liแปn','dash':_0x16a8e6(0x1a5),'dot':_0x16a8e6(0x163)},'color':_0x16a8e6(0x121),'gridlines':{'majorGridlines':_0x16a8e6(0x1ce),'text':'ฤฦฐแปng\x20lฦฐแปi'},'ticks':{'majorTick':_0x16a8e6(0x15e),'tickPosition':_0x16a8e6(0x158),'tickLength':'Chiแปu\x20dร i\x20dแบฅu\x20chแบฅm'},'none':_0x16a8e6(0x109),'theIndexItem':'Mแปฅc\x20thแปฉ\x20{0}','seriesDefaultName':'Loแบกt\x20{0}','categoryDefaultName':_0x16a8e6(0x143),'styleEditPanel':{'showLabels':_0x16a8e6(0x1d9),'showDataLabels':'Hiแปn\x20thแป\x20nhรฃn\x20dแปฏ\x20liแปu','padAngle':_0x16a8e6(0x157),'halfPie':_0x16a8e6(0x110),'rosePie':_0x16a8e6(0x161),'pieValScale':_0x16a8e6(0x153),'pieValSuffix':_0x16a8e6(0x198),'pieDigitalFixed':_0x16a8e6(0x160),'showLabelLine':_0x16a8e6(0x18c),'reverseAxisOrder':'ฤแบฃo\x20thแปฉ\x20tแปฑ\x20trแปฅc','showAxisLine':_0x16a8e6(0x11b),'labelPosition':_0x16a8e6(0x1a1),'labelText':_0x16a8e6(0x116),'repeatWordCould':_0x16a8e6(0x114),'gap':_0x16a8e6(0x132),'useAbsValue':_0x16a8e6(0xfb),'labelRotate':'Xoay\x20nhรฃn','wordCloudShape':_0x16a8e6(0x16c),'useDateAxis':_0x16a8e6(0x12b),'dateAxisTips':_0x16a8e6(0x1d2)},'radar':{'fill':_0x16a8e6(0x1d8)},'doughnutHole':'Lแป\x20bรกnh\x20rรกn','msg':{'invalidSource':_0x16a8e6(0x176),'emptyTips':_0x16a8e6(0x111),'sankeyCircularTips':'Biแปu\x20ฤแป\x20Sankey\x20khรดng\x20thแป\x20chแปฉa\x20dแปฏ\x20liแปu\x20vรฒng\x20lแบทp'},'cloud':{'title':_0x16a8e6(0x181),'word':'Tแปซ','frequency':_0x16a8e6(0x1c1)},'trendline':{'name':'ฤฦฐแปng\x20xu\x20hฦฐแปng','displayName':_0x16a8e6(0x15c),'addTrendLine':_0x16a8e6(0x1be),'trendlineType':_0x16a8e6(0x1cd),'trendlineName':_0x16a8e6(0x15c),'trendlineColor':'Mร u\x20ฤฦฐแปng\x20xu\x20hฦฐแปng','trendlineThickness':'ฤแป\x20dร y\x20ฤฦฐแปng\x20xu\x20hฦฐแปng','trendlineDashType':_0x16a8e6(0x1cb),'exp':'Hร m\x20mลฉ','linear':_0x16a8e6(0x148),'log':_0x16a8e6(0x137),'pow':_0x16a8e6(0x188),'movingAvg':_0x16a8e6(0x1c2),'poly':_0x16a8e6(0x1da),'order':_0x16a8e6(0x1a3),'period':_0x16a8e6(0x100),'showFormula':_0x16a8e6(0xf9),'showR2':'Hiแปn\x20thแป\x20R\x20bรฌnh\x20phฦฐฦกng','formula':_0x16a8e6(0x1b4),'r2':_0x16a8e6(0x1bb)},'bubble':{'xAxis':_0x16a8e6(0x1a9),'yAxis':_0x16a8e6(0x1b5),'size':_0x16a8e6(0x1b3),'label':_0x16a8e6(0x11e),'emptyTips':_0x16a8e6(0x165)},'candlestick':{'category':'Category','open':_0x16a8e6(0x140),'high':'High','low':_0x16a8e6(0x101),'close':_0x16a8e6(0x15a),'mappingError':_0x16a8e6(0x182),'rising':_0x16a8e6(0x1bf),'falling':_0x16a8e6(0x18e),'doji':_0x16a8e6(0x14d),'bodyColor':_0x16a8e6(0x123),'fillOpacity':_0x16a8e6(0x1c0),'wickColor':_0x16a8e6(0x124),'wickWidth':'Border\x20/\x20wick\x20width','wickOpacity':_0x16a8e6(0x147),'hollow':_0x16a8e6(0x1db),'restoreDefault':'Reset','candleWidth':_0x16a8e6(0x191),'auto':'Auto','state':_0x16a8e6(0xf7)},'treemap':{'hierarchy':_0x16a8e6(0x190),'value':'Value','addHierarchy':_0x16a8e6(0x103),'parentLabelLayout':_0x16a8e6(0x12a),'banner':_0x16a8e6(0x179),'overlapping':_0x16a8e6(0x14e),'none':'None','leafLabel':_0x16a8e6(0x17b),'categoryName':_0x16a8e6(0x14a),'labelContent':_0x16a8e6(0x1c6),'labelFormat':_0x16a8e6(0x156),'moveUp':'Move\x20hierarchy\x20field\x20up','moveDown':_0x16a8e6(0x10f),'removeHierarchy':'Remove\x20hierarchy\x20field','diagnostic':_0x16a8e6(0x193)},'relation':{'title':_0x16a8e6(0x1af),'auto':_0x16a8e6(0x125),'circular':_0x16a8e6(0x162),'force':'Lแปฑc\x20tรกc\x20ฤแปng','useValueAsSymbolSize':_0x16a8e6(0x174),'layoutType':'Loแบกi\x20bแป\x20cแปฅc','forceOptions':'Tรนy\x20chแปn\x20bแป\x20cแปฅc\x20lแปฑc\x20tรกc\x20ฤแปng','repulsion':_0x16a8e6(0x12c),'gravity':_0x16a8e6(0x129),'edgeLength':_0x16a8e6(0x133),'rotateLabel':_0x16a8e6(0x13a),'emphasis':_0x16a8e6(0x151),'emptyTips':'Nguแปn\x20dแปฏ\x20liแปu\x20cho\x20biแปu\x20ฤแป\x20quan\x20hแป\x20lร \x20ma\x20trแบญn\x20ฤแปng\x20tแปซ\x20vแปi\x20cแปt\x20loแบกi\x20bแป\x20sung\x20แป\x20cแปt\x20thแปฉ\x20hai'},'waterfall':{'stackType':_0x16a8e6(0x196),'arrangement':_0x16a8e6(0x12d),'stacked':_0x16a8e6(0x19f),'positive':_0x16a8e6(0x1aa),'negative':'Giรก\x20trแป\x20รขm','subtotal':_0x16a8e6(0x138),'showSubtotal':_0x16a8e6(0x1e1),'positiveStyle':_0x16a8e6(0x167),'negativeStyle':_0x16a8e6(0x19c),'subtotalStyle':_0x16a8e6(0x1cf),'positiveLegendText':_0x16a8e6(0x1a2),'negativeLegendText':_0x16a8e6(0x12e),'subtotalLegendText':'Chรบ\x20thรญch\x20tแปng\x20phแปฅ'},'pareto':{'lineName':_0x16a8e6(0x10c),'lineSeries':'Chuแปi\x20tแปท\x20lแป\x20tรญch\x20lลฉy','barSeries':_0x16a8e6(0x18f)},'visualMapScope':_0x16a8e6(0x17d),'boxplot':{'min':_0x16a8e6(0x150),'q1':_0x16a8e6(0x16f),'median':_0x16a8e6(0x186),'q3':'Phแบงn\x20tฦฐ\x20thแปฉ\x20ba','max':_0x16a8e6(0xf8)},'histogram':{'value':'Value','binningMode':_0x16a8e6(0x1c5),'auto':_0x16a8e6(0x1d5),'count':_0x16a8e6(0x1e4),'width':_0x16a8e6(0x13c),'binCount':'Number\x20of\x20bins','binWidth':_0x16a8e6(0x13c),'underflow':'Underflow\x20bin','overflow':'Overflow\x20bin','binGap':_0x16a8e6(0x118)},'chartTypes':{'line':_0x16a8e6(0x1a4),'area':_0x16a8e6(0x1ae),'areaStacked':_0x16a8e6(0x11a),'areaPercentStacked':'Biแปu\x20ฤแป\x20diแปn\x20tรญch\x20chแปng\x20phแบงn\x20trฤm','column':_0x16a8e6(0x19b),'bar':_0x16a8e6(0x168),'barStacked':_0x16a8e6(0xfd),'barPercentStacked':_0x16a8e6(0x155),'pie':_0x16a8e6(0x17e),'donut':_0x16a8e6(0x128),'scatter':'Biแปu\x20ฤแป\x20phรขn\x20tรกn','radar':_0x16a8e6(0x1d7),'bubble':_0x16a8e6(0x16d),'stock':'Biแปu\x20ฤแป\x20cแป\x20phiแบฟu','combination':_0x16a8e6(0x144),'wordCloud':'Biแปu\x20ฤแป\x20word\x20cloud','funnel':_0x16a8e6(0x136),'relation':_0x16a8e6(0x1af),'waterfall':_0x16a8e6(0x122),'pareto':_0x16a8e6(0x10e),'sankey':_0x16a8e6(0x1b8),'heatmap':_0x16a8e6(0x1a7),'boxplot':_0x16a8e6(0x19a),'candlestick':_0x16a8e6(0x17a),'histogram':_0x16a8e6(0x1b9),'treemap':'Treemap\x20chart'},'dialog':{'numfmt':{'general':'Chung','accounting':_0x16a8e6(0x1df),'currency':_0x16a8e6(0x16e),'date':_0x16a8e6(0x1e0),'thousandthPercentile':_0x16a8e6(0x173),'fieldSetting':_0x16a8e6(0x189),'formatTypes':'Cรกc\x20loแบกi\x20ฤแปnh\x20dแบกng','confirm':_0x16a8e6(0x175),'cancel':_0x16a8e6(0x170),'generalDesc':_0x16a8e6(0x1c9),'accountingDesc':_0x16a8e6(0x134),'currencyDesc':_0x16a8e6(0x164),'dateDesc':_0x16a8e6(0x1de),'thousandthPercentileDesc':_0x16a8e6(0x1b2),'decimalPlaces':_0x16a8e6(0x12f),'currencyTypes':_0x16a8e6(0x106),'negativeNumberTypes':_0x16a8e6(0x117),'dateTypes':_0x16a8e6(0x149)},'setFormat':'Thiแบฟt\x20lแบญp\x20ฤแปnh\x20dแบกng\x20nhรฃn'}}};export{e as default};
|
|
1
|
+
const _0x6d9e62=_0x29e6;(function(_0x4090cf,_0x108ed0){const _0x237c84=_0x29e6,_0x53a69d=_0x4090cf();while(!![]){try{const _0x3cf5a5=parseInt(_0x237c84(0x1a6))/0x1*(parseInt(_0x237c84(0x1b1))/0x2)+-parseInt(_0x237c84(0x19f))/0x3+parseInt(_0x237c84(0x1af))/0x4*(parseInt(_0x237c84(0x1b8))/0x5)+parseInt(_0x237c84(0x1a5))/0x6+-parseInt(_0x237c84(0x195))/0x7+-parseInt(_0x237c84(0x1b7))/0x8+parseInt(_0x237c84(0x1c3))/0x9*(parseInt(_0x237c84(0x1d1))/0xa);if(_0x3cf5a5===_0x108ed0)break;else _0x53a69d['push'](_0x53a69d['shift']());}catch(_0xe8f290){_0x53a69d['push'](_0x53a69d['shift']());}}}(_0x51b0,0x1ddbf));function _0x29e6(_0x221784,_0x3ef4e1){_0x221784=_0x221784-0x193;const _0x51b096=_0x51b0();let _0x29e6f7=_0x51b096[_0x221784];return _0x29e6f7;}const e={'sheets-chart-ui':{'permission':{'editErr':'Phแบกm\x20vi\x20nร y\x20ฤรฃ\x20ฤฦฐแปฃc\x20bแบฃo\x20vแป,\x20hiแปn\x20khรดng\x20cรณ\x20quyแปn\x20chแปnh\x20sแปญa.\x20Nแบฟu\x20cแบงn\x20chแปnh\x20sแปญa,\x20vui\x20lรฒng\x20liรชn\x20hแป\x20vแปi\x20ngฦฐแป\x20i\x20tแบกo.'},'common':{'setup':_0x6d9e62(0x1c4),'customize':_0x6d9e62(0x196),'editChart':_0x6d9e62(0x1bf),'useAsCategoryLabels':_0x6d9e62(0x194),'switchRowColumn':_0x6d9e62(0x1a1),'dataRange':_0x6d9e62(0x1d2),'insertChart':_0x6d9e62(0x19a),'openChartPanel':_0x6d9e62(0x1c7),'deleteChart':'Xรณa\x20biแปu\x20ฤแป','hideChartPanel':_0x6d9e62(0x1aa),'chartAndAxisTitles':'Tiรชu\x20ฤแป\x20biแปu\x20ฤแป\x20vร \x20trแปฅc','chartStyle':_0x6d9e62(0x19d),'heatmap':_0x6d9e62(0x1c2),'horizontalAxis':_0x6d9e62(0x1a8),'legend':_0x6d9e62(0x1b2),'rightVerticalAxis':_0x6d9e62(0x1a9),'series':_0x6d9e62(0x1b4),'trendline':_0x6d9e62(0x1ac),'verticalAxis':_0x6d9e62(0x1a0),'category':_0x6d9e62(0x1be),'copy':_0x6d9e62(0x1a4),'exportImage':_0x6d9e62(0x1cc)},'waterfall':{'subtotal':'Tแปng\x20phแปฅ','positive':_0x6d9e62(0x1ce),'negative':'รm'},'chartTypes':{'line':'Biแปu\x20ฤแป\x20ฤฦฐแปng','column':_0x6d9e62(0x1ae),'bar':_0x6d9e62(0x1a7),'barStacked':'Biแปu\x20ฤแป\x20thanh\x20chแปng','barPercentStacked':_0x6d9e62(0x1a3),'pie':_0x6d9e62(0x1b3),'donut':'Biแปu\x20ฤแป\x20donut','pieOfPie':_0x6d9e62(0x1b6),'barOfPie':_0x6d9e62(0x1bc),'area':_0x6d9e62(0x1c5),'areaStacked':_0x6d9e62(0x1c1),'areaPercentStacked':_0x6d9e62(0x19c),'radar':'Biแปu\x20ฤแป\x20radar','scatter':_0x6d9e62(0x1cd),'combination':_0x6d9e62(0x1cf),'wordCloud':_0x6d9e62(0x1c6),'funnel':_0x6d9e62(0x1ba),'bubble':_0x6d9e62(0x1ab),'relation':'Biแปu\x20ฤแป\x20quan\x20hแป','waterfall':'Biแปu\x20ฤแป\x20thรกc\x20nฦฐแปc','pareto':_0x6d9e62(0x1ca),'sankey':_0x6d9e62(0x1bb),'heatmap':_0x6d9e62(0x1c2),'boxplot':_0x6d9e62(0x1ad),'candlestick':_0x6d9e62(0x1c8),'histogram':'Biแปu\x20ฤแป\x20tแบงn\x20suแบฅt','treemap':_0x6d9e62(0x199),'sunburst':_0x6d9e62(0x1c0),'gauge':_0x6d9e62(0x1b5),'chord':_0x6d9e62(0x1b0)},'section':{'candlestick':'Biแปu\x20ฤแป\x20nแบฟn','chord':_0x6d9e62(0x197),'funnel':_0x6d9e62(0x1ba),'gauge':'biแปu\x20ฤแป\x20ฤo','gridlinesAndTicks':_0x6d9e62(0x193),'histogram':_0x6d9e62(0x1bd),'indicatorLine':_0x6d9e62(0x1b9),'lineAndArea':_0x6d9e62(0x198),'paretoBar':_0x6d9e62(0x1a2),'paretoLine':'Chuแปi\x20tแปท\x20lแป\x20tรญch\x20lลฉy','pie':_0x6d9e62(0x1b3),'radar':_0x6d9e62(0x1d0),'relation':_0x6d9e62(0x1c9),'sunburst':_0x6d9e62(0x19b),'treemap':'Biแปu\x20ฤแป\x20dแบกng\x20cรขy','waterfall':'Biแปu\x20ฤแป\x20thรกc\x20nฦฐแปc','wordCloud':_0x6d9e62(0x19e)},'chord':{'target':_0x6d9e62(0x1cb)}}};export{e as default};function _0x51b0(){const _0x3834af=['Thiแบฟt\x20lแบญp','Biแปu\x20ฤแป\x20diแปn\x20tรญch','Biแปu\x20ฤแป\x20word\x20cloud','Mแป\x20bแบฃng\x20ฤiแปu\x20khiแปn\x20biแปu\x20ฤแป','Biแปu\x20ฤแป\x20nแบฟn','Biแปu\x20ฤแป\x20quan\x20hแป','Biแปu\x20ฤแป\x20Pareto','Mแปฅc\x20tiรชu','Xuแบฅt\x20dฦฐแปi\x20dแบกng\x20hรฌnh\x20แบฃnh','Biแปu\x20ฤแป\x20phรขn\x20tรกn','Dฦฐฦกng','Biแปu\x20ฤแป\x20kแบฟt\x20hแปฃp','Biแปu\x20ฤแป\x20radar','190MgOUmT','Phแบกm\x20vi\x20dแปฏ\x20liแปu','ฤฦฐแปng\x20lฦฐแปi\x20vร \x20dแบฅu','Sแปญ\x20dแปฅng\x20{0}\x20nhฦฐ\x20lร \x20danh\x20mแปฅc','1607417dBJJZh','Tรนy\x20chแปnh','Bแบฃng\x20hแปฃp\x20รขm','Biแปu\x20ฤแป\x20ฤฦฐแปng\x20/\x20Biแปu\x20ฤแป\x20diแปn\x20tรญch','Biแปu\x20ฤแป\x20cรขy','Chรจn\x20biแปu\x20ฤแป','Biแปu\x20ฤแป\x20tia\x20nแบฏng','Biแปu\x20ฤแป\x20diแปn\x20tรญch\x20chแปng\x20phแบงn\x20trฤm','Kiแปu\x20biแปu\x20ฤแป','ฤรกm\x20mรขy\x20tแปซ','240441LPufDa','Trแปฅc\x20dแปc','Chuyแปn\x20sang\x20hร ng\x20hoแบทc\x20cแปt','Chuแปi\x20biแปu\x20ฤแป\x20cแปt','Biแปu\x20ฤแป\x20thanh\x20chแปng\x20phแบงn\x20trฤm','Sao\x20chรฉp','684600htjjUT','23641LLPWsv','Biแปu\x20ฤแป\x20thanh','Trแปฅc\x20ngang','Trแปฅc\x20dแปc\x20bรชn\x20phแบฃi','แบจn\x20bแบฃng\x20ฤiแปu\x20khiแปn\x20biแปu\x20ฤแป','Biแปu\x20ฤแป\x20bong\x20bรณng','ฤฦฐแปng\x20xu\x20hฦฐแปng','Biแปu\x20ฤแป\x20hแปp','Biแปu\x20ฤแป\x20cแปt','12BJBOZO','Biแปu\x20ฤแป\x20dรขy\x20cung','18meIxGD','Chรบ\x20giแบฃi','Biแปu\x20ฤแป\x20trรฒn','Chuแปi\x20dแปฏ\x20liแปu','Biแปu\x20ฤแป\x20ฤแปng\x20hแป','Biแปu\x20ฤแป\x20trรฒn\x20cแปงa\x20biแปu\x20ฤแป\x20trรฒn','328000NuvOGl','38455ywdtYA','ฤฦฐแปng\x20chแป\x20sแป','Biแปu\x20ฤแป\x20phแป
u','Biแปu\x20ฤแป\x20Sankey','Biแปu\x20ฤแป\x20thanh\x20cแปงa\x20biแปu\x20ฤแป\x20trรฒn','Biแปu\x20ฤแป\x20biแปu\x20ฤแป','Danh\x20mแปฅc','Biรชn\x20tแบญp\x20biแปu\x20ฤแป','Biแปu\x20ฤแป\x20phรขn\x20cแบฅp\x20dแบกng\x20vรฒng','Biแปu\x20ฤแป\x20diแปn\x20tรญch\x20chแปng','Biแปu\x20ฤแป\x20nhiแปt','58329KVaigT'];_0x51b0=function(){return _0x3834af;};return _0x51b0();}
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x8921(_0x54239e,_0x5060ea){_0x54239e=_0x54239e-0x1e7;const _0x5b5921=_0x5b59();let _0x89210e=_0x5b5921[_0x54239e];return _0x89210e;}const _0x218011=_0x8921;(function(_0x1af614,_0x58197b){const _0x220399=_0x8921,_0x50fc8e=_0x1af614();while(!![]){try{const _0x4522f0=parseInt(_0x220399(0x286))/0x1*(-parseInt(_0x220399(0x1e9))/0x2)+parseInt(_0x220399(0x23b))/0x3*(-parseInt(_0x220399(0x285))/0x4)+-parseInt(_0x220399(0x20b))/0x5+parseInt(_0x220399(0x27f))/0x6*(-parseInt(_0x220399(0x280))/0x7)+parseInt(_0x220399(0x256))/0x8+parseInt(_0x220399(0x252))/0x9*(parseInt(_0x220399(0x20c))/0xa)+parseInt(_0x220399(0x257))/0xb;if(_0x4522f0===_0x58197b)break;else _0x50fc8e['push'](_0x50fc8e['shift']());}catch(_0x2db2cb){_0x50fc8e['push'](_0x50fc8e['shift']());}}}(_0x5b59,0xdc15b));const e={'sheets-chart-ui':{'permission':{'editErr':_0x218011(0x278)},'insertChart':_0x218011(0x201),'editChart':'ๅพ่กจ','openChartPanel':_0x218011(0x232),'deleteChart':_0x218011(0x1fa),'exportImage':_0x218011(0x1f4),'copy':'ๅคๅถ','hideChartPanel':_0x218011(0x234),'setupChart':_0x218011(0x1ed),'customChart':'่ชๅฎไนๆ ทๅผ','default':'้ป่ฎค','reset':'้็ฝฎ','chartType':_0x218011(0x288),'themes':_0x218011(0x26e),'dataRange':_0x218011(0x25f),'stack':'ๅ ๅ ','category':'็ฑปๅซ','aggregate':'่ๅ','allSeries':_0x218011(0x246),'series':'็ณปๅ','addSeries':_0x218011(0x204),'moreSettings':_0x218011(0x239),'min':_0x218011(0x20a),'max':_0x218011(0x235),'invalidType':{'gaps':'็ฉบ','zero':'้ถ','connectDataPointsWithStraightLines':_0x218011(0x214)},'blank':_0x218011(0x251),'seriesBlock':{'format':'ๆ ผๅผ','dataPointStyle':_0x218011(0x264)},'backgroundColor':_0x218011(0x27d),'chartBorderColor':_0x218011(0x1e8),'titles':{'title':'ๆ ้ข','mainTitle':_0x218011(0x215),'subTitle':_0x218011(0x209),'xAxisTitle':_0x218011(0x20d),'yAxisTitle':_0x218011(0x24e),'rightYAxisTitle':'ๅณ็บต่ฝดๆ ้ข','titleFormat':_0x218011(0x24b),'titleText':_0x218011(0x24c),'titlePosition':'ๆ ้ขไฝ็ฝฎ','titleAlign':_0x218011(0x26c)},'axisPositionType':{'start':'ๅผๅง','center':'ไธญ้ด','end':'็ปๆ'},'gradientFill':_0x218011(0x279),'settingsLabels':{'switchToRowOrColumn':_0x218011(0x226),'useAsCategoryLabels':_0x218011(0x238),'showEmptyCellsAs':_0x218011(0x270)},'positionType':{'auto':'่ชๅจ','inside':'ๅ
้จ','outside':'ๅค้จ','top':'้กถ้จ','bottom':'ๅบ้จ','left':'ๅทฆไพง','right':'ๅณไพง','hide':'้่'},'align':{'left':_0x218011(0x231),'center':'ๅฑ
ไธญ','right':_0x218011(0x267)},'alignY':{'top':'้กถ้จ','middle':'ๅฑ
ไธญ','bottom':'ๅบ้จ'},'chartStyle':'ๅพ่กจๆ ทๅผ','chartAndAxisTitles':_0x218011(0x24d),'legend':'ๅพไพ','legendSelectMode':_0x218011(0x227),'legendSelectModeType':{'single':'ๅ้','multiple':'ๅค้','close':'ๅ
ณ้ญ'},'legendVisualMapType':{'continuous':'่ฟ็ปญ','piecewise':'ๅๆฎต'},'axes':{'axis':'่ฝด','axisOptions':_0x218011(0x27e),'horizontalAxis':'ๆจช่ฝด','verticalAxis':'็บต่ฝด','rightVerticalAxis':_0x218011(0x271),'leftAxis':'ๅทฆ่ฝด','rightAxis':'ๅณ่ฝด','useRightAxis':_0x218011(0x248)},'position':'ไฝ็ฝฎ','dataLabels':_0x218011(0x237),'gridlinesAndTicks':_0x218011(0x1fd),'indicatorLine':'ๆ็คบ็บฟ','indicatorLineType':_0x218011(0x1fe),'indicatorLineColor':'ๆ็คบ็บฟ้ข่ฒ','indicatorLabel':_0x218011(0x1f9),'indicatorValue':_0x218011(0x249),'shape':{'polygon':_0x218011(0x20e),'circle':'ๅๅฝข','square':_0x218011(0x1ff),'triangle':_0x218011(0x1f7),'diamond':'่ฑๅฝข','rect':'็ฉๅฝข','roundRect':_0x218011(0x1f0),'pin':'้ๅฝข','arrow':'็ฎญๅคด','none':'ๆ ','emptyCircle':_0x218011(0x220),'emptySquare':_0x218011(0x21c),'emptyTriangle':_0x218011(0x1f3),'emptyDiamond':_0x218011(0x228),'emptyRect':'็ฉบๅฟ็ฉๅฝข','emptyRoundRect':'็ฉบๅฟๅ่ง็ฉๅฝข','emptyPin':_0x218011(0x21b),'emptyArrow':'็ฉบๅฟ็ฎญๅคด'},'border':'่พนๆก','value':'ๅผ','fill':'ๅกซๅ
','line':'็บฟๆก','withOpacity':_0x218011(0x200),'withColor':'{0}้ข่ฒ','withThickness':_0x218011(0x27c),'withType':'{0}็ฑปๅ','withSize':'{0}ๅคงๅฐ','withShape':_0x218011(0x22a),'withFormat':_0x218011(0x21e),'dataPoint':_0x218011(0x224),'dataNodeShape':'่็นๅฝข็ถ','addDataPoint':_0x218011(0x282),'point':_0x218011(0x224),'percentage':'็พๅๆฏ','lineType':{'line':'ๆ็บฟ','smooth':'ๅนณๆป','step':'้ถๆขฏ'},'stackType':{'stack':'ๅ ๅ ','percent':_0x218011(0x213)},'lineDashType':_0x218011(0x244),'dashType':{'solid':'ๅฎ็บฟ','dash':'่็บฟ','dot':'็น็บฟ'},'color':'้ข่ฒ','gridlines':{'majorGridlines':'ไธป็ฝๆ ผ็บฟ','text':'็ฝๆ ผ็บฟ'},'ticks':{'majorTick':'ไธปๅปๅบฆ็บฟ','tickPosition':_0x218011(0x24f),'tickLength':_0x218011(0x263)},'none':'ๆ ','theIndexItem':_0x218011(0x240),'seriesDefaultName':_0x218011(0x219),'categoryDefaultName':_0x218011(0x22c),'styleEditPanel':{'showLabels':_0x218011(0x205),'showDataLabels':_0x218011(0x26a),'padAngle':_0x218011(0x284),'halfPie':'ๅ้ฅผ','rosePie':_0x218011(0x1e7),'pieValScale':'ๆฐๅผๆฏไพ','pieValSuffix':_0x218011(0x289),'pieDigitalFixed':'ๅฐๆฐไฝๆฐ','showLabelLine':_0x218011(0x212),'reverseAxisOrder':_0x218011(0x233),'showAxisLine':'ๆพ็คบ่ฝด็บฟ','labelPosition':_0x218011(0x21a),'labelText':_0x218011(0x1eb),'repeatWordCould':_0x218011(0x223),'gap':'้ด้','useAbsValue':_0x218011(0x28d),'labelRotate':_0x218011(0x241),'wordCloudShape':_0x218011(0x253),'useDateAxis':_0x218011(0x273),'dateAxisTips':_0x218011(0x230)},'radar':{'fill':'ๅกซๅ
'},'doughnutHole':_0x218011(0x276),'msg':{'invalidSource':_0x218011(0x269),'emptyTips':_0x218011(0x23d),'sankeyCircularTips':_0x218011(0x23e)},'cloud':{'title':'่ฏไบ','word':'่ฏ่ฏญ','frequency':'้ข็'},'trendline':{'name':_0x218011(0x23f),'displayName':_0x218011(0x21f),'addTrendLine':_0x218011(0x259),'trendlineType':_0x218011(0x23c),'trendlineName':_0x218011(0x21f),'trendlineColor':_0x218011(0x23a),'trendlineThickness':_0x218011(0x28b),'trendlineDashType':_0x218011(0x261),'exp':'ๆๆฐ','linear':'็บฟๆง','log':'ๅฏนๆฐ','pow':'ๅน','movingAvg':_0x218011(0x216),'poly':_0x218011(0x25d),'order':'ๅค้กนๅผ้ถๆฐ','period':'็งปๅจๅนณๅๅจๆ','showFormula':_0x218011(0x202),'showR2':'ๆพ็คบRๅนณๆน','formula':'ๅ
ฌๅผ','r2':_0x218011(0x225)},'bubble':{'xAxis':'X่ฝด','yAxis':'Y่ฝด','size':_0x218011(0x27a),'label':'ๆฐๆณกๆ ็ญพ','emptyTips':_0x218011(0x281)},'candlestick':{'category':'็ฑปๅซ','open':'ๅผ็','high':'ๆ้ซ','low':'ๆไฝ','close':'ๆถ็','mappingError':'่ฏทไธบ็ฑปๅซใๅผ็ใๆ้ซใๆไฝๅๆถ็้ๆฉไบไธชไธๅๅญๆฎตใ','rising':'ไธๆถจ','falling':'ไธ่ท','doji':_0x218011(0x268),'bodyColor':_0x218011(0x1ea),'fillOpacity':_0x218011(0x260),'wickColor':'่พนๆก\x20/\x20ๅฝฑ็บฟ้ข่ฒ','wickWidth':_0x218011(0x217),'wickOpacity':_0x218011(0x21d),'hollow':_0x218011(0x277),'restoreDefault':'้็ฝฎ','candleWidth':'่ก็ๅฎฝๅบฆ','auto':'่ชๅจ','state':_0x218011(0x287)},'treemap':{'hierarchy':'ๅฑ็บง','value':'ๆฐๅผ','addHierarchy':_0x218011(0x26b),'parentLabelLayout':'็ถ็บงๆ ็ญพๅธๅฑ','banner':'ๆจชๅน
','overlapping':'้ๅ ','none':'ๆ ','leafLabel':_0x218011(0x1ee),'categoryName':_0x218011(0x208),'labelContent':'ๆ ็ญพๅ
ๅฎน','labelFormat':_0x218011(0x1f6),'moveUp':_0x218011(0x25a),'moveDown':_0x218011(0x24a),'removeHierarchy':_0x218011(0x266),'diagnostic':'็ฉๅฝขๆ ๅพ่ณๅฐ้่ฆไธไธชๅฑ็บงๅญๆฎตๅไธไธชๆฐๅผๅญๆฎตใ'},'relation':{'title':_0x218011(0x22e),'auto':'่ชๅจ','circular':'็ฏๅฝข','force':'ๅๅฏผๅ','useValueAsSymbolSize':_0x218011(0x27b),'layoutType':'ๅธๅฑ็ฑปๅ','forceOptions':_0x218011(0x28e),'repulsion':'ๆฅๅ','gravity':'ๅผๅ','edgeLength':_0x218011(0x1f1),'rotateLabel':_0x218011(0x265),'emphasis':'ๅผๅฏ้ไธญๆทกๅ
ฅ็นๆ','emptyTips':_0x218011(0x229)},'waterfall':{'stackType':_0x218011(0x272),'arrangement':'ไพๅบ','stacked':'ๅ ็งฏ','positive':'ๆญฃๅผ','negative':'่ดๅผ','subtotal':'ๅฐ่ฎก','showSubtotal':_0x218011(0x22f),'positiveStyle':_0x218011(0x218),'negativeStyle':_0x218011(0x25e),'subtotalStyle':'ๅฐ่ฎกๆ ทๅผ','positiveLegendText':_0x218011(0x245),'negativeLegendText':'่ดๅผๅพไพๆๆฌ','subtotalLegendText':_0x218011(0x283)},'pareto':{'lineName':_0x218011(0x210),'lineSeries':_0x218011(0x26f),'barSeries':_0x218011(0x1fc)},'visualMapScope':'่ง่งๆ ๅฐ่ๅด','boxplot':{'min':_0x218011(0x20a),'q1':_0x218011(0x250),'median':_0x218011(0x254),'q3':'็ฌฌไธๅๅไฝๆฐ','max':_0x218011(0x235)},'histogram':{'value':'ๆฐๅผ','binningMode':_0x218011(0x1ef),'auto':'่ชๅจ','count':'็ฎฑๆฐ','width':'็ฎฑๅฎฝ','binCount':'็ฎฑๆฐ','binWidth':'็ฎฑๅฎฝ','underflow':_0x218011(0x255),'overflow':'ไธๆบข็ฎฑ','binGap':'็ฎฑ้ด่ท๏ผ%๏ผ'},'chartTypes':{'line':_0x218011(0x25c),'area':_0x218011(0x22d),'areaStacked':_0x218011(0x26d),'areaPercentStacked':_0x218011(0x1ec),'column':'ๆฑ็ถๅพ','bar':'ๆกๅฝขๅพ','barStacked':_0x218011(0x206),'barPercentStacked':'็พๅๆฏๅ ๅ ๆกๅฝขๅพ','pie':'้ฅผๅพ','donut':_0x218011(0x20f),'scatter':_0x218011(0x247),'radar':_0x218011(0x25b),'bubble':'ๆฐๆณกๅพ','stock':_0x218011(0x242),'combination':_0x218011(0x22b),'wordCloud':_0x218011(0x221),'funnel':'ๆผๆๅพ','relation':_0x218011(0x22e),'waterfall':_0x218011(0x203),'pareto':_0x218011(0x1f2),'sankey':_0x218011(0x262),'heatmap':_0x218011(0x1fb),'boxplot':'็ฎฑ็บฟๅพ','candlestick':_0x218011(0x236),'histogram':_0x218011(0x1f8),'treemap':_0x218011(0x274)},'dialog':{'numfmt':{'general':'ๅธธ่ง','accounting':'ไผ่ฎก','currency':'่ดงๅธ','date':'ๆฅๆ','thousandthPercentile':'ๅๅไฝ็ฌฆ','fieldSetting':'ๅญๆฎต่ฎพ็ฝฎ','formatTypes':_0x218011(0x258),'confirm':'็กฎๅฎ','cancel':'ๅๆถ','generalDesc':_0x218011(0x243),'accountingDesc':_0x218011(0x28c),'currencyDesc':_0x218011(0x275),'dateDesc':'ๆฅๆๆ ผๅผๅฐๆฅๆๅๆถ้ด็ณปๅๆฐๅผๅ็คบไธบๆฅๆๅผใ','thousandthPercentileDesc':_0x218011(0x1f5),'decimalPlaces':_0x218011(0x222),'currencyTypes':_0x218011(0x211),'negativeNumberTypes':'่ดๆฐ็ฑปๅ','dateTypes':_0x218011(0x28a)},'setFormat':_0x218011(0x207)}}};export{e as default};function _0x5b59(){const _0x5234ac=['่ๆฏ้ข่ฒ','่ฝด้้กน','10596iauATQ','4627IDZjAG','ๆฐๆณกๅพ่ณๅฐ้่ฆ2ๅ๏ผX่ฝดใY่ฝดใ','ๆทปๅ ๆฐๆฎ็น','ๅฐ่ฎกๅพไพๆๆฌ','ๆๅฝข้ด่ท','1772FPpSei','791GoKUmQ','่ก็็ถๆ','ๅพ่กจ็ฑปๅ','ๆฐๅผๅ็ผ','ๆฅๆ็ฑปๅ','่ถๅฟ็บฟ็ฒ็ป','ไผ่ฎกๆฐๅญๆ ผๅผๅฏๅฏนไธๅๆฐๅผ่ฟ่ก่ดงๅธ็ฌฆๅทๅๅฐๆฐ็นๅฏน้ฝใ','ไฝฟ็จ็ปๅฏนๅผ','ๅๅฏผๅ้้กน','็ซ็ฐๅพ','ๅพ่กจ่พนๆก้ข่ฒ','580SMGofB','ๅฎไฝ้ข่ฒ','ๆ ็ญพๆๆฌ','็พๅๆฏๅ ๅ ้ข็งฏๅพ','็ฑปๅไธๆฐๆฎ','ๅถ่็นๆ ็ญพ','ๅ็ฎฑ็ฑปๅ','ๅ่ง็ฉๅฝข','่็น่ท็ฆป','ๆๅๅพ','็ฉบๅฟไธ่งๅฝข','ๅฏผๅบๅพ็','ๅๅไฝ็ฌฆๆ ผๅผ็จไบไธ่ฌๆฐๅญ็่กจ็คบ๏ผ่ดงๅธๅไผ่ฎกๆ ผๅผๅๆไพ่ดงๅธๅผ่ฎก็ฎ็ไธ็จๆ ผๅผใ','ๆ ็ญพๆ ผๅผ','ไธ่งๅฝข','็ดๆนๅพ','ๆ ็ญพ้ข่ฒ','ๅ ้คๅพ่กจ','็ญๅๅพ','ๆฑ็ถๅพ็ณปๅ','็ฝๆ ผ็บฟๅๅปๅบฆ็บฟ','ๆ็คบ็บฟ็ฑปๅ','ๆญฃๆนๅฝข','{0}้ๆๅบฆ','ๆๅ
ฅๅพ่กจ','ๆพ็คบๅ
ฌๅผ','็ๅธๅพ','ๆทปๅ ็ณปๅ','ๆพ็คบๆ ็ญพ','ๅ ๅ ๆกๅฝขๅพ','่ฎพ็ฝฎๆ ็ญพๆ ผๅผ','ๅ็ฑปๅ็งฐ','ๅฏๆ ้ข','ๆๅฐๅผ','149900qebuPr','2810ftCWZH','ๆจช่ฝดๆ ้ข','ๅค่พนๅฝข','็ฏๅฝขๅพ','็ดฏ็งฏๅ ๆฏ','่ดงๅธ็ฑปๅ','ๆพ็คบๆ ็ญพ็บฟ','็พๅๆฏๅ ๅ ','็จ็ด็บฟ่ฟๆฅๆฐๆฎ็น','ๅพ่กจๆ ้ข','็งปๅจๅนณๅ','่พนๆก\x20/\x20ๅฝฑ็บฟๅฎฝๅบฆ','ๆญฃๅผๆ ทๅผ','็ณปๅ\x20{0}','ๆ ็ญพไฝ็ฝฎ','็ฉบๅฟ้ๅฝข','็ฉบๅฟๆญฃๆนๅฝข','่พนๆก\x20/\x20ๅฝฑ็บฟไธ้ๆๅบฆ','{0}ๆ ผๅผ','่ถๅฟ็บฟๅ็งฐ','็ฉบๅฟๅๅฝข','่ฏไบๅพ','ๅฐๆฐไฝๆฐ','้ๅค่ฏไบๆ ็ญพ','ๆฐๆฎ็น','Rๅนณๆน','ๅๆข่กๅ','ๅพไพ้ๆฉๆจกๅผ','็ฉบๅฟ่ฑๅฝข','ๅ
ณ็ณปๅพๆฐๆฎๆบไธบ้ขๅคๆทปๅ ็ฑปๅๅๅจ็ฌฌไบๅ็ๅ
ฑ่ฏ็ฉ้ต','{0}ๅฝข็ถ','็ปๅๅพ','็ฑปๅซ\x20{0}','้ข็งฏๅพ','ๅ
ณ็ณปๅพ','ๆพ็คบๅฐ่ฎก','ๆฅๆ่ฝดไป
ๅจๆฐๆฎๅ
จ้จไธบๆฅๆๆ ผๅผๆถๅฏ็จ','ๅทฆๅฏน้ฝ','็ผ่พๅพ่กจ','้ๅบ่ฝด','้่ๅพ่กจ้ขๆฟ','ๆๅคงๅผ','K็บฟๅพ','ๆฐๆฎๆ ็ญพ','ๅฐ\x20{0}\x20ไฝไธบ็ฑปๅซ','ๆดๅค่ฎพ็ฝฎ','่ถๅฟ็บฟ้ข่ฒ','11349mkhAPx','่ถๅฟ็บฟ็ฑปๅ','่ฏทๅ
ๆทปๅ ็ณปๅๅผๅงๆฐๆฎๅฏ่งๅ','ๆกๅบๅพไธ่ฝๅ
ๅซๅพช็ฏๆฐๆฎ','่ถๅฟ็บฟ','็ฌฌ{0}้กน','ๆ ็ญพๆ่ฝฌ','่ก็ฅจๅพ','ๅธธ่งๆ ผๅผไธๅ
ๅซไปปไฝ็นๅฎ็ๆฐๅญๆ ผๅผใ','็บฟ็ฑปๅ','ๆญฃๅผๅพไพๆๆฌ','ๆๆ็ณปๅ','ๆฃ็นๅพ','ไฝฟ็จๅณ่ฝด','ๆๆฌ้ข่ฒ','ไธ็งปๅฑ็บงๅญๆฎต','ๆ ้ขๆ ผๅผ','ๆ ้ขๆๆฌ','ๅพ่กจๅ่ฝดๆ ้ข','็บต่ฝดๆ ้ข','ๅปๅบฆ็บฟไฝ็ฝฎ','็ฌฌไธๅๅไฝๆฐ','(็ฉบ)','14211oQZpGg','่ฏไบๅฝข็ถ','ไธญไฝๆฐ','ไธๆบข็ฎฑ','2569320VsfrfE','35630848qqNdLY','ๆ ผๅผ็ฑปๅ','ๆทปๅ ่ถๅฟ็บฟ','ไธ็งปๅฑ็บงๅญๆฎต','้ท่พพๅพ','ๆ็บฟๅพ','ๅค้กนๅผ','่ดๅผๆ ทๅผ','ๆฐๆฎ่ๅด','ๅกซๅ
ไธ้ๆๅบฆ','่ถๅฟ็บฟ็บฟ็ฑปๅ','ๆกๅบๅพ','ๅปๅบฆ็บฟ้ฟๅบฆ','ๆฐๆฎ็นๆ ทๅผ','ๆ่ฝฌๆ ็ญพ','็งป้คๅฑ็บงๅญๆฎต','ๅณๅฏน้ฝ','ๅๅญๆ','ๅพ่กจๆฐๆฎๆบๅฟ
้กปๅ
ๅซๅคไบ1่กๅ1ๅใ','ๆพ็คบๆฐๆฎๆ ็ญพ','ๆทปๅ ๅฑ็บง','่ฝดๆ ้ขๅฏน้ฝ','ๅ ๅ ้ข็งฏๅพ','ไธป้ข่ฒ','็ดฏ็งฏๅ ๆฏ็ณปๅ','็ฉบๅๅ
ๆ ผๆพ็คบไธบ','ๅณ็บต่ฝด','ๅ ๅ ๆนๅผ','ไฝฟ็จๆฅๆ่ฝด','็ฉๅฝขๆ ๅพ','่ดงๅธๆ ผๅผ็จไบ่กจ็คบไธ่ฌ่ดงๅธๆฐๅผ๏ผไผ่ฎกๆ ผๅผๅฏไปฅๅฏนไธๅๆฐๅผ่ฟ่กๅฐๆฐ็นๅฏน้ฝใ','ๅ็ฏๅญ','็ฉบๅฟๅฎไฝ','่ฏฅ่ๅดๅทฒ่ขซไฟๆค๏ผ็ฎๅๆ ็ผ่พๆ้ใๅฆ้็ผ่พ๏ผ่ฏท่็ณปๅๅปบ่
ใ','ๆธๅๅกซๅ
','ๆฐๆณกๅคงๅฐ','ไฝฟ็จๅผไฝไธบ่็นๅคงๅฐ','{0}็ฒ็ป'];_0x5b59=function(){return _0x5234ac;};return _0x5b59();}
|
|
1
|
+
const _0x915233=_0x124b;(function(_0x35bff9,_0x5c9e75){const _0x2d72f5=_0x124b,_0x1ed01b=_0x35bff9();while(!![]){try{const _0xd79631=parseInt(_0x2d72f5(0x87))/0x1+parseInt(_0x2d72f5(0x9d))/0x2*(parseInt(_0x2d72f5(0x84))/0x3)+-parseInt(_0x2d72f5(0x96))/0x4+parseInt(_0x2d72f5(0x7d))/0x5+parseInt(_0x2d72f5(0x79))/0x6*(parseInt(_0x2d72f5(0x8c))/0x7)+-parseInt(_0x2d72f5(0x9e))/0x8+parseInt(_0x2d72f5(0x99))/0x9*(parseInt(_0x2d72f5(0x94))/0xa);if(_0xd79631===_0x5c9e75)break;else _0x1ed01b['push'](_0x1ed01b['shift']());}catch(_0x316815){_0x1ed01b['push'](_0x1ed01b['shift']());}}}(_0x31ac,0xac1cf));function _0x31ac(){const _0x28d09b=['ๅคๅ้ฅผๅพ','448362vqQZgb','่ชๅฎไนๆ ทๅผ','K\x20็บฟๅพ','ๆ็บฟๅพ','ๅฐ\x20{0}\x20ไฝไธบ็ฑปๅซ','24283LMBjPS','ๆกๅฝขๅพ','้่ๅพ่กจ้ขๆฟ','่ฏฅ่ๅดๅทฒ่ขซไฟๆค๏ผ็ฎๅๆ ็ผ่พๆ้ใๅฆ้็ผ่พ๏ผ่ฏท่็ณปๅๅปบ่
ใ','ๅ
ณ็ณปๅพ','ๆ ็ถๅพ','ๆฑ็ถๅพ','้ท่พพๅพ','3021350gSHvoT','็ผ่พๅพ่กจ','3968056LMKjwX','ๆฐๆณกๅพ','ๆๅๅพ','18fqWxXX','ๅณ็บต่ฝด','ๆ็คบ็บฟ','็ดฏ็งฏๅ ๆฏ็ณปๅ','1874IOGYfE','11082832XcPwat','็ๅธๅพ','ๅพ่กจๅๅๆ ่ฝดๆ ้ข','็ดๆนๅพ','ๅ ้คๅพ่กจ','ๆญๆฅๅพ','ๆผๆๅพ','่ฏไบๅพ','102uviryU','ๅ ๅ ้ข็งฏๅพ','ไปช่กจๅพ','ๆกๅบๅพ','3941220lYxkIM','็ญๅๅพ','็ฉๅฝขๆ ๅพ','็ฝๆ ผ็บฟๅๅปๅบฆ็บฟ','็ฎฑ็บฟๅพ','ๅฏผๅบๅพ็','็พๅๆฏๅ ๅ ้ข็งฏๅพ','3786skOAKt','ๆฐๆฎ่ๅด'];_0x31ac=function(){return _0x28d09b;};return _0x31ac();}function _0x124b(_0x25737b,_0x972332){_0x25737b=_0x25737b-0x77;const _0x31ac24=_0x31ac();let _0x124b02=_0x31ac24[_0x25737b];return _0x124b02;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x915233(0x8f)},'common':{'setup':'็ฑปๅไธๆฐๆฎ','customize':_0x915233(0x88),'editChart':'ๅพ่กจ','useAsCategoryLabels':_0x915233(0x8b),'switchRowColumn':'ๅๆข่กๅ','dataRange':_0x915233(0x85),'insertChart':'ๆๅ
ฅๅพ่กจ','openChartPanel':_0x915233(0x95),'deleteChart':_0x915233(0xa2),'hideChartPanel':_0x915233(0x8e),'chartAndAxisTitles':_0x915233(0xa0),'chartStyle':'ๅพ่กจๆ ทๅผ','heatmap':_0x915233(0x7e),'horizontalAxis':'ๆจช่ฝด','legend':'ๅพไพ','rightVerticalAxis':_0x915233(0x9a),'series':'็ณปๅ','trendline':'่ถๅฟ็บฟ','verticalAxis':'็บต่ฝด','category':'็ฑปๅซ','copy':'ๅคๅถ','exportImage':_0x915233(0x82)},'waterfall':{'subtotal':'ๅฐ่ฎก','positive':'ๆญฃๅผ','negative':'่ดๅผ'},'chartTypes':{'line':_0x915233(0x8a),'column':_0x915233(0x92),'bar':_0x915233(0x8d),'barStacked':'ๅ ๅ ๆกๅฝขๅพ','barPercentStacked':'็พๅๆฏๅ ๅ ๆกๅฝขๅพ','pie':'้ฅผๅพ','donut':'็ฏๅฝขๅพ','pieOfPie':'ๅญๆฏ้ฅผๅพ','barOfPie':_0x915233(0x86),'area':'้ข็งฏๅพ','areaStacked':_0x915233(0x7a),'areaPercentStacked':_0x915233(0x83),'radar':_0x915233(0x93),'scatter':'ๆฃ็นๅพ','combination':'็ปๅๅพ','wordCloud':_0x915233(0x78),'funnel':_0x915233(0x77),'bubble':_0x915233(0x97),'relation':'ๅ
ณ็ณปๅพ','waterfall':_0x915233(0x9f),'pareto':_0x915233(0x98),'sankey':_0x915233(0x7c),'heatmap':_0x915233(0x7e),'boxplot':_0x915233(0x81),'candlestick':_0x915233(0x89),'histogram':_0x915233(0xa1),'treemap':_0x915233(0x7f),'sunburst':_0x915233(0xa3),'gauge':'ไปช่กจ็','chord':'ๅๅผฆๅพ'},'section':{'candlestick':'็ๅฐๅพ','chord':'ๅๅผฆๅพ','funnel':_0x915233(0x77),'gauge':_0x915233(0x7b),'gridlinesAndTicks':_0x915233(0x80),'histogram':_0x915233(0xa1),'indicatorLine':_0x915233(0x9b),'lineAndArea':'ๆ็บฟๅพ\x20/\x20้ข็งฏๅพ','paretoBar':'ๆฑ็ถๅพ็ณปๅ','paretoLine':_0x915233(0x9c),'pie':'้ฅผๅพ','radar':_0x915233(0x93),'relation':_0x915233(0x90),'sunburst':'ๆญๆฅๅพ','treemap':_0x915233(0x91),'waterfall':'็ๅธๅพ','wordCloud':'่ฏไบ'},'chord':{'target':'็ฎๆ '}}};export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x49b1b5=_0x5920;function _0xdc23(){const _0x19ac33=['ๅช้คๅ่กจ','่ฒ ๆธ้กๅ','็ฌฌ\x20{0}\x20้
','็ซ็ฐๅ','Remove\x20hierarchy\x20field','็ๅธๅ','็ฎฑๅๅ','Falling','่ฉ้ฒๅ','Candle\x20width','ๆญฃๆนๅฝข','Fill\x20opacity','ๆฐฃๆณกๅ่ณๅฐ้่ฆ2ๆฌ๏ผX่ปธใY่ปธใ','634678hdjYJf','ๆ้ๅ่กจ้ขๆฟ','{0}\x20้กๅ','ๅค้
ๅผ้ๆธ','ๆธๆๆจ็ฑค','Overlapping','้กฏ็คบ็ฉบๅฎๅ
ๆ ผ็บ','ๆจ็ฑคไฝ็ฝฎ','ๆจ้กไฝ็ฝฎ','ไฝๅฑ้กๅ','7ytBxCO','Body\x20color','980356GTcnWs','้กๅฅ\x20{0}','High','็ถฒๆ ผ็ทๅๅปๅบฆ็ท','Candle\x20state','Bin\x20gap\x20(%)','2016940IHcJND','่ฒ ๅผๅไพๆๆฌ','Auto','Category\x20name','่ฒจๅนฃๆ ผๅผ็จๆผ่กจ็คบไธ่ฌ่ฒจๅนฃๆธๅผ๏ผๆ่จๆ ผๅผๅฏไปฅๅฐไธๅๆธๅผ้ฒ่กๅฐๆธ้ปๅฐ้ฝใ','Move\x20hierarchy\x20field\x20down','161320oDJkPz','Move\x20hierarchy\x20field\x20up','X่ปธๆจ้ก','ๆๅฐๅผ','36ecYCVO','็ฉบๅฟๅ่ง็ฉๅฝข','ๅณY่ปธๆจ้ก','Bin\x20type','Add\x20hierarchy','ๆ ผๅผ้กๅ','ๅ ็ๆขๅฝขๅ','็ฌฌไธๅๅไฝๆธ','ๆธๆ้ปๆจฃๅผ','ๆฅๆ้กๅ','ๅ ็้ข็ฉๅ','{0}\x20้ก่ฒ','ๆดๅค่จญ็ฝฎ','้กฏ็คบๆจ็ฑค','้ๅ้ธไธญๆทกๅ
ฅ็นๆ','่จญ็ฝฎๅ่กจ','{0}\x20็ฒ็ดฐ','ๆฐฃๆณกๅคงๅฐ','339844cKEbzZ','ๆ็คบ็ท้กๅ','็ฉบๅฟ็ฎญ้ ญ','ๆ่จๆธๅญๆ ผๅผๅฏๅฐไธๅๆธๅผ้ฒ่ก่ฒจๅนฃ็ฌฆ่ๅๅฐๆธ้ปๅฐ้ฝใ','ๆฐๅผๆฏไพ','ๅ็ด่ปธ','็ทจ่ผฏๅ่กจ','้กฏ็คบๆจ็ฑค็ท','Close','{0}\x20ๅคงๅฐ','่ฉฒ็ฏๅๅทฒ่ขซไฟ่ญท๏ผ็ฎๅ็ก็ทจ่ผฏๆฌ้ใๅฆ้็ทจ่ผฏ๏ผ่ซ่ฏ็ตกๅตๅปบ่
ใ\x20','ๆญฃๅผๆจฃๅผ','Open','้ไฟๅ่ณๆไพๆบ็บ้กๅคๆฐๅข้กๅๆฌๅจ็ฌฌไบๆฌ็ๅ
ฑ่ฉ็ฉ้ฃ','่ซๅ
ๆทปๅ ็ณปๅ้ๅงๆธๆๅฏ่ฆๅ','Treemap\x20chart','ๅค้ๅฝข','ๆ่ฝๆจ็ฑค','903272HtDMUC','ไฝฟ็จๆฅๆ่ปธ','{0}\x20ๅฝข็','Histogram\x20chart','3DUiytz','ไธปๅปๅบฆ็ท','ๅฏๅบๅ็','Value','ไฝฟ็จๅณ่ปธ','้ๅบ่ปธ','้ท้ๅ','่ถจๅข็ท้ก่ฒ','็ฉบๅฟ็ฉๅฝข','่ถจๅข็ท้กๅ','่ฉ้ฒๅฝข็','Hollow\x20body','้ไฟๅ','ๆ็คบๆจ็ฑค','่ปธ้ธ้
','้กฏ็คบRๅนณๆน','Bin\x20width','ๅ็ฐๅญ','็ฉบๅฟ่ฑๅฝข','่ก็ฅจๅ','ๅ่กจๅ่ปธๆจ้ก','็ดฏ็ฉๅ ๆฏ','Number\x20of\x20bins','ๆจ้กๆ ผๅผ','ๆผๆๅ','ไฝฟ็จ\x20{0}\x20ไฝ็บ้กๅฅๆจ็ฑค','ๅธธ่ฆๆ ผๅผไธๅ
ๅซไปปไฝ็นๅฎ็ๆธๅญๆ ผๅผใ','Leaf\x20label','Label\x20content','Banner','ๅฐๆธไฝๆธ','ๆ็ทๅ','Label\x20format','้กฏ็คบๆธๆๆจ็ฑค','(็ฉบ)','Border\x20/\x20wick\x20color','ๆๅฝข้่ท','ไธ่งๅฝข','Border\x20/\x20wick\x20opacity','่ถจๅข็ทๅ็จฑ','ๆๆ็ณปๅ','ไธปๆจ้ก','้กฏ็คบๅฐ่จ','็พๅๆฏ','็ท้กๅ','Underflow\x20bin','ๆธๆ้ป','Border\x20/\x20wick\x20width','78FkNaEb','้กฏ็คบ่ปธ็ท','ๅญๆฎต่จญ็ฝฎ','่ถจๅข็ท็ท้กๅ','็ฏ้ปๅฝข็','็ดฏ็ฉๅ ๆฏ็ณปๅ','ๅฐ่จๆจฃๅผ','็ฏ้ป่ท้ข','ๅปๅบฆ็ท้ทๅบฆ','็ฌฌไธๅๅไฝๆธ','ๅๅฐๅ้ธ้
','1QFjGPi','็ฑๅๅ','ๅไพ้ธๆๆจกๅผ','็ฉบๅฟไธ่งๅฝข','Rising','ๆๅคงๅผ','่จญ็ฝฎๆจ็ฑคๆ ผๅผ','Reset','ๅปๅบฆ็ทไฝ็ฝฎ','9BGSRRO','็ตๅๅ','ๆขๅฝขๅ','ๅ่กจๆธๆๆบๅฟ
้ ๅ
ๅซๅคๆผ1ๅๅ1ๆฌใ','ๅทฆๅฐ้ฝ','ๆ็คบๅผ','ๅ่กจ้กๅ','ๆญฃๅผๅไพๆๆฌ','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Parent\x20label\x20layout','Low','ๆฐฃๆณกๆจ็ฑค','ไฝฟ็จ็ตๅฐๅผ','Category','่ถจๅข็ท','้ข็ฉๅ','่ฆ่ฆบๆ ๅฐ็ฏๅ','่ๆฏ้ก่ฒ','Hierarchy','็พๅๆฏๅ ็','ๅ่กจๆจฃๅผ','6783348ugZFQq','ๆๅๅ','ๅๅไฝ็ฌฆ','ๆทปๅ ๆธๆ้ป','ๆฐๅผๅ็ผ','ๆฐดๅนณ่ปธ','ๅ่ง็ฉๅฝข','็ฐๅฝขๅ','่ฒ ๅผๆจฃๅผ','Rๅนณๆน','ๆ็คบ็ท','ๆทปๅ ็ณปๅ','Doji'];_0xdc23=function(){return _0x19ac33;};return _0xdc23();}(function(_0x3f4fa6,_0x13e72b){const _0xd0656=_0x5920,_0x1711a8=_0x3f4fa6();while(!![]){try{const _0x48f14f=parseInt(_0xd0656(0x1df))/0x1*(-parseInt(_0xd0656(0x245))/0x2)+parseInt(_0xd0656(0x25b))/0x3*(parseInt(_0xd0656(0x223))/0x4)+parseInt(_0xd0656(0x22f))/0x5*(-parseInt(_0xd0656(0x1d4))/0x6)+parseInt(_0xd0656(0x221))/0x7*(parseInt(_0xd0656(0x257))/0x8)+-parseInt(_0xd0656(0x1e8))/0x9*(parseInt(_0xd0656(0x229))/0xa)+parseInt(_0xd0656(0x217))/0xb*(parseInt(_0xd0656(0x233))/0xc)+parseInt(_0xd0656(0x1fd))/0xd;if(_0x48f14f===_0x13e72b)break;else _0x1711a8['push'](_0x1711a8['shift']());}catch(_0x4c1496){_0x1711a8['push'](_0x1711a8['shift']());}}}(_0xdc23,0x3fed0));function _0x5920(_0x1bc88f,_0x4db84e){_0x1bc88f=_0x1bc88f-0x1c9;const _0xdc23ca=_0xdc23();let _0x592045=_0xdc23ca[_0x1bc88f];return _0x592045;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x49b1b5(0x24f)},'insertChart':'ๆๅ
ฅๅ่กจ','editChart':_0x49b1b5(0x24b),'openChartPanel':_0x49b1b5(0x218),'deleteChart':_0x49b1b5(0x20a),'exportImage':_0x49b1b5(0x25d),'copy':'่ค่ฃฝ','hideChartPanel':'้ฑ่ๅ่กจ้ขๆฟ','setupChart':_0x49b1b5(0x242),'customChart':'่ชๅฎ็พฉๅ่กจ','default':'้ป่ช','reset':'้็ฝฎ','chartType':_0x49b1b5(0x1ee),'themes':'ไธป้ก','dataRange':'ๆธๆ็ฏๅ','stack':'ๅ ็','category':'้กๅฅ','aggregate':'่ๅ','allSeries':_0x49b1b5(0x1cc),'series':'็ณปๅ','addSeries':_0x49b1b5(0x208),'moreSettings':_0x49b1b5(0x23f),'min':_0x49b1b5(0x232),'max':_0x49b1b5(0x1e4),'invalidType':{'gaps':'้้','zero':'้ถ','connectDataPointsWithStraightLines':'็จ็ด็ท้ฃๆฅๆธๆ้ป'},'blank':_0x49b1b5(0x27d),'seriesBlock':{'format':'ๆ ผๅผ','dataPointStyle':_0x49b1b5(0x23b)},'backgroundColor':_0x49b1b5(0x1f9),'chartBorderColor':'ๅ่กจ้ๆก้ก่ฒ','titles':{'title':'ๆจ้ก','mainTitle':_0x49b1b5(0x1cd),'subTitle':'ๅฏๆจ้ก','xAxisTitle':_0x49b1b5(0x231),'yAxisTitle':'Y่ปธๆจ้ก','rightYAxisTitle':_0x49b1b5(0x235),'titleFormat':_0x49b1b5(0x272),'titleText':'ๆจ้กๆๆฌ','titlePosition':_0x49b1b5(0x21f),'titleAlign':'ๆจ้กๅฐ้ฝ'},'axisPositionType':{'start':'้ๅง','center':'ไธญ้','end':'็ตๆ'},'gradientFill':'ๆผธ่ฎๅกซๅ
','settingsLabels':{'switchToRowOrColumn':'ๅๆๅๆๆฌ','useAsCategoryLabels':_0x49b1b5(0x274),'showEmptyCellsAs':_0x49b1b5(0x21d)},'positionType':{'auto':'่ชๅ','inside':'ๅ
ง้จ','outside':'ๅค้จ','top':'้ ้จ','bottom':'ๅบ้จ','left':'ๅทฆๅด','right':'ๅณๅด','hide':'้ฑ่'},'align':{'left':_0x49b1b5(0x1ec),'center':'ๅฑ
ไธญ','right':'ๅณๅฐ้ฝ'},'alignY':{'top':'้ ้จ','middle':'ไธญ้','bottom':'ๅบ้จ'},'chartStyle':_0x49b1b5(0x1fc),'chartAndAxisTitles':_0x49b1b5(0x26f),'legend':'ๅไพ','legendSelectMode':_0x49b1b5(0x1e1),'legendSelectModeType':{'single':'ๅฎ้ธ','multiple':'ๅค้ธ','close':'้้'},'legendVisualMapType':{'continuous':'้ฃ็บ','piecewise':'ๅๆฎต'},'axes':{'axis':'่ปธ','axisOptions':_0x49b1b5(0x269),'horizontalAxis':_0x49b1b5(0x202),'verticalAxis':_0x49b1b5(0x24a),'rightVerticalAxis':'ๅณๅ็ด่ปธ','leftAxis':'ๅทฆ่ปธ','rightAxis':'ๅณ่ปธ','useRightAxis':_0x49b1b5(0x25f)},'position':'ไฝ็ฝฎ','dataLabels':_0x49b1b5(0x21b),'gridlinesAndTicks':_0x49b1b5(0x226),'indicatorLine':_0x49b1b5(0x207),'indicatorLineType':_0x49b1b5(0x246),'indicatorLineColor':'ๆ็คบ็ท้ก่ฒ','indicatorLabel':_0x49b1b5(0x268),'indicatorValue':_0x49b1b5(0x1ed),'shape':{'polygon':_0x49b1b5(0x255),'circle':'ๅๅฝข','square':_0x49b1b5(0x214),'triangle':_0x49b1b5(0x1c9),'diamond':'่ฑๅฝข','rect':'็ฉๅฝข','roundRect':_0x49b1b5(0x203),'pin':'้ๅฝข','arrow':'็ฎญ้ ญ','none':'็ก','emptyCircle':'็ฉบๅฟๅๅฝข','emptySquare':'็ฉบๅฟๆญฃๆนๅฝข','emptyTriangle':_0x49b1b5(0x1e2),'emptyDiamond':_0x49b1b5(0x26d),'emptyRect':_0x49b1b5(0x263),'emptyRoundRect':_0x49b1b5(0x234),'emptyPin':'็ฉบๅฟ้ๅฝข','emptyArrow':_0x49b1b5(0x247)},'border':'้ๆก','value':'ๅผ','fill':'ๅกซๅ
','line':'็ทๆข','withOpacity':'{0}\x20้ๆๅบฆ','withColor':_0x49b1b5(0x23e),'withThickness':_0x49b1b5(0x243),'withType':_0x49b1b5(0x219),'withSize':_0x49b1b5(0x24e),'withShape':_0x49b1b5(0x259),'withFormat':'{0}\x20ๆ ผๅผ','dataPoint':'ๆธๆ้ป','dataNodeShape':_0x49b1b5(0x1d8),'addDataPoint':_0x49b1b5(0x200),'point':_0x49b1b5(0x1d2),'percentage':_0x49b1b5(0x1cf),'lineType':{'line':'ๆ็ท','smooth':'ๅนณๆป','step':'้ๆขฏ'},'stackType':{'stack':'ๅ ็','percent':_0x49b1b5(0x1fb)},'lineDashType':_0x49b1b5(0x1d0),'dashType':{'solid':'ๅฏฆ็ท','dash':'่็ท','dot':'้ป็ท'},'color':'้ก่ฒ','gridlines':{'majorGridlines':'ไธป็ถฒๆ ผ็ท','text':'็ถฒๆ ผ็ท'},'ticks':{'majorTick':_0x49b1b5(0x25c),'tickPosition':_0x49b1b5(0x1e7),'tickLength':_0x49b1b5(0x1dc)},'none':'็ก','theIndexItem':_0x49b1b5(0x20c),'seriesDefaultName':'็ณปๅ\x20{0}','categoryDefaultName':_0x49b1b5(0x224),'styleEditPanel':{'showLabels':_0x49b1b5(0x240),'showDataLabels':_0x49b1b5(0x27c),'padAngle':_0x49b1b5(0x27f),'halfPie':'ๅ้ค
','rosePie':_0x49b1b5(0x20d),'pieValScale':_0x49b1b5(0x249),'pieValSuffix':_0x49b1b5(0x201),'pieDigitalFixed':_0x49b1b5(0x279),'showLabelLine':_0x49b1b5(0x24c),'reverseAxisOrder':_0x49b1b5(0x260),'showAxisLine':_0x49b1b5(0x1d5),'labelPosition':_0x49b1b5(0x21e),'labelText':'ๆจ็ฑคๆๆฌ','repeatWordCould':'้่ค่ฉ้ฒๆจ็ฑค','gap':'้้','useAbsValue':_0x49b1b5(0x1f4),'labelRotate':'ๆจ็ฑคๆ่ฝ','wordCloudShape':_0x49b1b5(0x265),'useDateAxis':_0x49b1b5(0x258),'dateAxisTips':'ๆฅๆ่ปธๅ
ๅจๆธๆๅ
จ้จ็บๆฅๆๆ ผๅผๆๅฏ็จ'},'radar':{'fill':'ๅกซๅ
'},'doughnutHole':_0x49b1b5(0x26c),'msg':{'invalidSource':_0x49b1b5(0x1eb),'emptyTips':_0x49b1b5(0x253),'sankeyCircularTips':'ๆกๅบๅไธ่ฝๅ
ๅซๅพช็ฐๆธๆ'},'cloud':{'title':'่ฉ้ฒ','word':'่ฉ','frequency':'้ ป็'},'trendline':{'name':_0x49b1b5(0x1f6),'displayName':_0x49b1b5(0x1cb),'addTrendLine':'ๆทปๅ ่ถจๅข็ท','trendlineType':_0x49b1b5(0x264),'trendlineName':_0x49b1b5(0x1cb),'trendlineColor':_0x49b1b5(0x262),'trendlineThickness':'่ถจๅข็ท็ฒ็ดฐ','trendlineDashType':_0x49b1b5(0x1d7),'exp':'ๆๆธ','linear':'็ทๆง','log':'ๅฐๆธ','pow':'ๅช','movingAvg':'็งปๅๅนณๅ','poly':'ๅค้
ๅผ','order':_0x49b1b5(0x21a),'period':'็งปๅๅนณๅๅจๆ','showFormula':'้กฏ็คบๅ
ฌๅผ','showR2':_0x49b1b5(0x26a),'formula':'ๅ
ฌๅผ','r2':_0x49b1b5(0x206)},'bubble':{'xAxis':'X่ปธ','yAxis':'Y่ปธ','size':_0x49b1b5(0x244),'label':_0x49b1b5(0x1f3),'emptyTips':_0x49b1b5(0x216)},'candlestick':{'category':_0x49b1b5(0x1f5),'open':_0x49b1b5(0x251),'high':_0x49b1b5(0x225),'low':_0x49b1b5(0x1f2),'close':_0x49b1b5(0x24d),'mappingError':'Select\x20five\x20different\x20fields\x20for\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close.','rising':_0x49b1b5(0x1e3),'falling':_0x49b1b5(0x211),'doji':_0x49b1b5(0x209),'bodyColor':_0x49b1b5(0x222),'fillOpacity':_0x49b1b5(0x215),'wickColor':_0x49b1b5(0x27e),'wickWidth':_0x49b1b5(0x1d3),'wickOpacity':_0x49b1b5(0x1ca),'hollow':_0x49b1b5(0x266),'restoreDefault':_0x49b1b5(0x1e6),'candleWidth':_0x49b1b5(0x213),'auto':_0x49b1b5(0x22b),'state':_0x49b1b5(0x227)},'treemap':{'hierarchy':_0x49b1b5(0x1fa),'value':_0x49b1b5(0x25e),'addHierarchy':_0x49b1b5(0x237),'parentLabelLayout':_0x49b1b5(0x1f1),'banner':_0x49b1b5(0x278),'overlapping':_0x49b1b5(0x21c),'none':'None','leafLabel':_0x49b1b5(0x276),'categoryName':_0x49b1b5(0x22c),'labelContent':_0x49b1b5(0x277),'labelFormat':_0x49b1b5(0x27b),'moveUp':_0x49b1b5(0x230),'moveDown':_0x49b1b5(0x22e),'removeHierarchy':_0x49b1b5(0x20e),'diagnostic':_0x49b1b5(0x1f0)},'relation':{'title':_0x49b1b5(0x267),'auto':'่ชๅ','circular':'็ฐๅฝข','force':'ๅๅฐๅ','useValueAsSymbolSize':'ไฝฟ็จๅผไฝ็บ็ฏ้ปๅคงๅฐ','layoutType':_0x49b1b5(0x220),'forceOptions':_0x49b1b5(0x1de),'repulsion':'ๆฅๅ','gravity':'ๅผๅ','edgeLength':_0x49b1b5(0x1db),'rotateLabel':_0x49b1b5(0x256),'emphasis':_0x49b1b5(0x241),'emptyTips':_0x49b1b5(0x252)},'waterfall':{'stackType':'ๅ ็ๆนๅผ','arrangement':'ไพๅบ','stacked':'ๅ ็ฉ','positive':'ๆญฃๅผ','negative':'่ฒ ๅผ','subtotal':'ๅฐ่จ','showSubtotal':_0x49b1b5(0x1ce),'positiveStyle':_0x49b1b5(0x250),'negativeStyle':_0x49b1b5(0x205),'subtotalStyle':_0x49b1b5(0x1da),'positiveLegendText':_0x49b1b5(0x1ef),'negativeLegendText':_0x49b1b5(0x22a),'subtotalLegendText':'ๅฐ่จๅไพๆๆฌ'},'pareto':{'lineName':_0x49b1b5(0x270),'lineSeries':_0x49b1b5(0x1d9),'barSeries':'้ทๆขๅ็ณปๅ'},'visualMapScope':_0x49b1b5(0x1f8),'boxplot':{'min':_0x49b1b5(0x232),'q1':_0x49b1b5(0x23a),'median':'ไธญไฝๆธ','q3':_0x49b1b5(0x1dd),'max':_0x49b1b5(0x1e4)},'histogram':{'value':'Value','binningMode':_0x49b1b5(0x236),'auto':_0x49b1b5(0x22b),'count':_0x49b1b5(0x271),'width':_0x49b1b5(0x26b),'binCount':_0x49b1b5(0x271),'binWidth':'Bin\x20width','underflow':_0x49b1b5(0x1d1),'overflow':'Overflow\x20bin','binGap':_0x49b1b5(0x228)},'chartTypes':{'line':_0x49b1b5(0x27a),'area':_0x49b1b5(0x1f7),'areaStacked':_0x49b1b5(0x23d),'areaPercentStacked':'็พๅๆฏๅ ็้ข็ฉๅ','column':'ๆฑ็ๅ','bar':_0x49b1b5(0x1ea),'barStacked':_0x49b1b5(0x239),'barPercentStacked':'็พๅๆฏๅ ็ๆขๅฝขๅ','pie':'้ค
ๅ','donut':_0x49b1b5(0x204),'scatter':'ๆฃ้ปๅ','radar':_0x49b1b5(0x261),'bubble':'ๆฐฃๆณกๅ','stock':_0x49b1b5(0x26e),'combination':_0x49b1b5(0x1e9),'wordCloud':_0x49b1b5(0x212),'funnel':_0x49b1b5(0x273),'relation':_0x49b1b5(0x267),'waterfall':_0x49b1b5(0x20f),'pareto':_0x49b1b5(0x1fe),'sankey':'ๆกๅบๅ','heatmap':_0x49b1b5(0x1e0),'boxplot':_0x49b1b5(0x210),'candlestick':'Candlestick\x20chart','histogram':_0x49b1b5(0x25a),'treemap':_0x49b1b5(0x254)},'dialog':{'numfmt':{'general':'ๅธธ่ฆ','accounting':'ๆ่จ','currency':'่ฒจๅนฃ','date':'ๆฅๆ','thousandthPercentile':_0x49b1b5(0x1ff),'fieldSetting':_0x49b1b5(0x1d6),'formatTypes':_0x49b1b5(0x238),'confirm':'็ขบๅฎ','cancel':'ๅๆถ','generalDesc':_0x49b1b5(0x275),'accountingDesc':_0x49b1b5(0x248),'currencyDesc':_0x49b1b5(0x22d),'dateDesc':'ๆฅๆๆ ผๅผๅฐๆฅๆๅๆ้็ณปๅๆธๅผ้กฏ็คบ็บๆฅๆๅผใ','thousandthPercentileDesc':'ๅๅไฝ็ฌฆๆ ผๅผ็จๆผไธ่ฌๆธๅญ็่กจ็คบ๏ผ่ฒจๅนฃๅๆ่จๆ ผๅผๅๆไพ่ฒจๅนฃๅผ่จ็ฎ็ๅฐ็จๆ ผๅผใ','decimalPlaces':'ๅฐๆธไฝๆธ','currencyTypes':'่ฒจๅนฃ้กๅ','negativeNumberTypes':_0x49b1b5(0x20b),'dateTypes':_0x49b1b5(0x23c)},'setFormat':_0x49b1b5(0x1e5)}}};export{e as default};
|
|
1
|
+
function _0x5853(){const _0x451304=['ๅ่กจๆจฃๅผ','ๆ็คบ็ท','่จญๅฎๅ่กจ','1810MNykJo','ๆๅ
ฅๅ่กจ','่ช่จๅ่กจ','673684hqInII','ๅ่กจๅ','ๅๅผฆๅ','็ดฏ็ฉๅ ๆฏ็ณปๅ','่ฉฒ็ฏๅๅทฒ่ขซไฟ่ญท๏ผ็ฎๅ็ก็ทจ่ผฏๆฌ้ใๅฆ้็ทจ่ผฏ๏ผ่ซ่ฏ็ตกๅตๅปบ่
ใ\x20','ๅช้คๅ่กจ','148893BQtujp','็ดๆนๅ','่คๅ้ค
ๅ','ๅ่กจ็ค','้ไฟๅ','็ถฒๆ ผ็ทๅๅปๅบฆ็ท','ๆฐฃๆณกๅ','ไฝฟ็จ\x20{0}\x20ไฝ็บ้กๅฅ','็ตๅๅ','ๆขๅฝขๅ','27dtpFbi','4031034CVkDrw','41752nlxlyy','1102999PJLDIq','ๅฏๅบๅ็','้ฑ่ๅ่กจ้ขๆฟ','ๅ ็ๆขๅฝขๅ','ๆ็ทๅ','้ข็ฉๅ','ๅณ็ธฑ่ปธ','5444AZLGqf','1218980QSGTAQ','็ญๅฐๅ','56cNnSri','ๆฃ้ปๅ','ๅญๆฏ้ค
ๅ','็ๅธๅ','่ณๆ็ฏๅ','6kSWXUn','ๆผๆๅ','ๆญๆฅๅ','่ฉ้ฒๅ','ๆฑ็ๅ','468aqwsLO','็ฑๅๅ','็พๅๆฏๅ ็้ข็ฉๅ','ๅๆๅๆๆฌ','ๆจน็ๅ','็ทจ่ผฏๅ่กจ','็พๅๆฏๅ ็ๆขๅฝขๅ','ๆๅๅ'];_0x5853=function(){return _0x451304;};return _0x5853();}const _0x1fb24a=_0x5c2a;function _0x5c2a(_0x58d774,_0x4a3e15){_0x58d774=_0x58d774-0x92;const _0x58537b=_0x5853();let _0x5c2a64=_0x58537b[_0x58d774];return _0x5c2a64;}(function(_0x1baa33,_0x3d91fe){const _0x181287=_0x5c2a,_0x11ddde=_0x1baa33();while(!![]){try{const _0x52500f=-parseInt(_0x181287(0x9a))/0x1+-parseInt(_0x181287(0xa9))/0x2*(-parseInt(_0x181287(0xc2))/0x3)+parseInt(_0x181287(0xa1))/0x4*(-parseInt(_0x181287(0xb9))/0x5)+-parseInt(_0x181287(0x98))/0x6+parseInt(_0x181287(0xa4))/0x7*(-parseInt(_0x181287(0x99))/0x8)+parseInt(_0x181287(0x97))/0x9*(parseInt(_0x181287(0xa2))/0xa)+-parseInt(_0x181287(0xbc))/0xb*(-parseInt(_0x181287(0xae))/0xc);if(_0x52500f===_0x3d91fe)break;else _0x11ddde['push'](_0x11ddde['shift']());}catch(_0x49c45d){_0x11ddde['push'](_0x11ddde['shift']());}}}(_0x5853,0x90fa7));const e={'sheets-chart-ui':{'permission':{'editErr':_0x1fb24a(0xc0)},'common':{'setup':_0x1fb24a(0xb8),'customize':_0x1fb24a(0xbb),'editChart':_0x1fb24a(0xb3),'useAsCategoryLabels':_0x1fb24a(0x94),'switchRowColumn':_0x1fb24a(0xb1),'dataRange':_0x1fb24a(0xa8),'insertChart':_0x1fb24a(0xba),'openChartPanel':'้ๅๅ่กจ้ขๆฟ','deleteChart':_0x1fb24a(0xc1),'hideChartPanel':_0x1fb24a(0x9c),'chartAndAxisTitles':'ๅ่กจ่ๅบงๆจ่ปธๆจ้ก','chartStyle':_0x1fb24a(0xb6),'heatmap':_0x1fb24a(0xaf),'horizontalAxis':'ๆฉซ่ปธ','legend':'ๅไพ','rightVerticalAxis':_0x1fb24a(0xa0),'series':'็ณปๅ','trendline':'่ถจๅข็ท','verticalAxis':'็ธฑ่ปธ','category':'้กๅฅ','copy':'่ค่ฃฝ','exportImage':_0x1fb24a(0x9b)},'waterfall':{'subtotal':'ๅฐ่จ','positive':'ๆญฃๅผ','negative':'่ฒ ๅผ'},'chartTypes':{'line':_0x1fb24a(0x9e),'column':_0x1fb24a(0xad),'bar':_0x1fb24a(0x96),'barStacked':_0x1fb24a(0x9d),'barPercentStacked':_0x1fb24a(0xb4),'pie':'้ค
ๅ','donut':'็ฐๅฝขๅ','pieOfPie':_0x1fb24a(0xa6),'barOfPie':_0x1fb24a(0xc4),'area':_0x1fb24a(0x9f),'areaStacked':'ๅ ็้ข็ฉๅ','areaPercentStacked':_0x1fb24a(0xb0),'radar':'้ท้ๅ','scatter':_0x1fb24a(0xa5),'combination':_0x1fb24a(0x95),'wordCloud':_0x1fb24a(0xac),'funnel':_0x1fb24a(0xaa),'bubble':_0x1fb24a(0x93),'relation':'้ไฟๅ','waterfall':_0x1fb24a(0xa7),'pareto':_0x1fb24a(0xb5),'sankey':'ๆกๅบๅ','heatmap':_0x1fb24a(0xaf),'boxplot':'็ฎฑๅๅ','candlestick':'K\x20็ทๅ','histogram':_0x1fb24a(0xc3),'treemap':'็ฉๅฝขๆจนๅ','sunburst':'ๆญๆฅๅ','gauge':_0x1fb24a(0xc5),'chord':_0x1fb24a(0xbe)},'section':{'candlestick':_0x1fb24a(0xa3),'chord':_0x1fb24a(0xbe),'funnel':_0x1fb24a(0xaa),'gauge':_0x1fb24a(0xbd),'gridlinesAndTicks':_0x1fb24a(0x92),'histogram':_0x1fb24a(0xc3),'indicatorLine':_0x1fb24a(0xb7),'lineAndArea':'ๆ็ทๅ\x20/\x20้ข็ฉๅ','paretoBar':'้ทๆขๅ็ณปๅ','paretoLine':_0x1fb24a(0xbf),'pie':'้ค
ๅ','radar':'้ท้ๅ','relation':_0x1fb24a(0xc6),'sunburst':_0x1fb24a(0xab),'treemap':_0x1fb24a(0xb2),'waterfall':_0x1fb24a(0xa7),'wordCloud':'่ฉ้ฒ'},'chord':{'target':'็ฎๆจ'}}};export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x9cd0(){const _0x37771d=['ๅค้ๅฝข','่ก็ฅจๅ','ๅ่กจๆธๆๆบๅฟ
้ ๅ
ๅซๅคๆผ1ๅๅ1ๆฌใ','ๆธๆ้ป','ๅช้คๅ่กจ','3210402xUszGD','ๆทปๅ ๆธๆ้ป','ๆๆ็ณปๅ','Hierarchy','่ถจๅข็ทๅ็จฑ','ๆดๅค่จญ็ฝฎ','ๅณY่ปธๆจ้ก','Fill\x20opacity','่ซๅ
ๆทปๅ ็ณปๅ้ๅงๆธๆๅฏ่ฆๅ','Parent\x20label\x20layout','ๆฐๅผๆฏไพ','็ฉบๅฟ็ฉๅฝข','่ฉ้ฒๅฝข็','Overflow\x20bin','ๆผๆๅ','1579232GmisDt','้กฏ็คบ่ปธ็ท','็ฎฑๅๅ','Close','็ฉบๅฟๆญฃๆนๅฝข','ๆๅฐๅผ','Select\x20five\x20different\x20fields\x20for\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close.','Label\x20format','็ซ็ฐๅ','็ฏ้ป่ท้ข','ไฝฟ็จ\x20{0}\x20ไฝ็บ้กๅฅๆจ็ฑค','ไธ่งๅฝข','Hollow\x20body','่ฉฒ็ฏๅๅทฒ่ขซไฟ่ญท๏ผ็ฎๅ็ก็ทจ่ผฏๆฌ้ใๅฆ้็ทจ่ผฏ๏ผ่ซ่ฏ็ตกๅตๅปบ่
ใ\x20','X่ปธๆจ้ก','่ถจๅข็ท','Value','ๅ็ด่ปธ','Doji','่ฒ ๆธ้กๅ','Move\x20hierarchy\x20field\x20down','Treemap\x20chart','ๅๅฐๅ้ธ้
','ๅๅไฝ็ฌฆๆ ผๅผ็จๆผไธ่ฌๆธๅญ็่กจ็คบ๏ผ่ฒจๅนฃๅๆ่จๆ ผๅผๅๆไพ่ฒจๅนฃๅผ่จ็ฎ็ๅฐ็จๆ ผๅผใ','ๆ ผๅผ้กๅ','ๅๅไฝ็ฌฆ','ๅปๅบฆ็ท้ทๅบฆ','็ถฒๆ ผ็ทๅๅปๅบฆ็ท','็ฌฌ\x20{0}\x20้
','ๆฐๅผๅ็ผ','ๆฅๆ้กๅ','้กฏ็คบๅ
ฌๅผ','ๅทฆๅฐ้ฝ','ๆธๆ้ปๆจฃๅผ','็ถฒๆ ผ็ท','ๆ็ทๅ','ๆๅคงๅผ','็ๅธๅ','ๆ็คบๅผ','ๆญฃๅผๅไพๆๆฌ','้กฏ็คบ็ฉบๅฎๅ
ๆ ผ็บ','{0}\x20ๅฝข็','ๆฐฃๆณกๅ','ๆกๅบๅ','ๆจ็ฑคไฝ็ฝฎ','50nCHZOL','็งปๅๅนณๅๅจๆ','้กๅฅ\x20{0}','Add\x20hierarchy','120044EvGxYz','1208gRjrVx','ๅฐๆธไฝๆธ','ๆ่จๆธๅญๆ ผๅผๅฏๅฐไธๅๆธๅผ้ฒ่ก่ฒจๅนฃ็ฌฆ่ๅๅฐๆธ้ปๅฐ้ฝใ','ๆ็คบๆจ็ฑค','็ฏ้ปๅฝข็','่ถจๅข็ท็ท้กๅ','{0}\x20้ก่ฒ','ๅค้
ๅผ','่ฆ่ฆบๆ ๅฐ็ฏๅ','ๆผธ่ฎๅกซๅ
','็ตๅๅ','ๆทปๅ ่ถจๅข็ท','ๆฐดๅนณ่ปธ','1058302suJuSe','Reset','ๆฐฃๆณกๅ่ณๅฐ้่ฆ2ๆฌ๏ผX่ปธใY่ปธใ','้กฏ็คบๆจ็ฑค','Border\x20/\x20wick\x20color','Candle\x20state','{0}\x20้ๆๅบฆ','ๅ่กจๅ่ปธๆจ้ก','Body\x20color','Category','ๆจ้กไฝ็ฝฎ','ๆธๆ็ฏๅ','Bin\x20width','ๅ่กจๆจฃๅผ','ๅญๆฎต่จญ็ฝฎ','Leaf\x20label','้ๅ้ธไธญๆทกๅ
ฅ็นๆ','Category\x20name','็ดฏ็ฉๅ ๆฏ็ณปๅ','็ฉบๅฟๅๅฝข','็ทจ่ผฏๅ่กจ','ๅฏๅบๅ็','ๆจ้กๆ ผๅผ','็ดๆนๅ','ไฝๅฑ้กๅ','ๆทปๅ ็ณปๅ','็ฉบๅฟ้ๅฝข','ไฝฟ็จๅณ่ปธ','169110axhXhs','ไธญไฝๆธ','Auto','้ๅบ่ปธ','ๅค้
ๅผ้ๆธ','่ถจๅข็ท็ฒ็ดฐ','ๅ ็ๆนๅผ','Candle\x20width','้กฏ็คบๅฐ่จ','ๅ่ง็ฉๅฝข','ไฝฟ็จๅผไฝ็บ็ฏ้ปๅคงๅฐ','็ท้กๅ','ไธปๅปๅบฆ็ท','(็ฉบ)','ๅ็ฐๅญ','ๅฐ่จๅไพๆๆฌ','Y่ปธๆจ้ก','ๆขๅฝขๅ','Candlestick\x20chart','่ปธ้ธ้
','ๅๅฐๅ','่ฒ ๅผๅไพๆๆฌ','ๆฅๆๆ ผๅผๅฐๆฅๆๅๆ้็ณปๅๆธๅผ้กฏ็คบ็บๆฅๆๅผใ','็ณปๅ\x20{0}','ๆๅ
ฅๅ่กจ','ๆญฃๅผๆจฃๅผ','็ดฏ็ฉๅ ๆฏ','Rๅนณๆน','่ถจๅข็ท้ก่ฒ','ๅธธ่ฆๆ ผๅผไธๅ
ๅซไปปไฝ็นๅฎ็ๆธๅญๆ ผๅผใ','ไธปๆจ้ก','้ข็ฉๅ','ๆๅฝข้่ท','่ฉ้ฒๅ','้ไฟๅ','้ฑ่ๅ่กจ้ขๆฟ','้ไฟๅ่ณๆไพๆบ็บ้กๅคๆฐๅข้กๅๆฌๅจ็ฌฌไบๆฌ็ๅ
ฑ่ฉ็ฉ้ฃ','่จญ็ฝฎๅ่กจ','่ฒ ๅผๆจฃๅผ','732451zoObTx','็พๅๆฏๅ ็ๆขๅฝขๅ','{0}\x20้กๅ','Open','481092nseRtk','็พๅๆฏๅ ็','{0}\x20ๅคงๅฐ','ๆกๅบๅไธ่ฝๅ
ๅซๅพช็ฐๆธๆ','ๆฐฃๆณกๆจ็ฑค','ๆจ้กๅฐ้ฝ','็พๅๆฏ','ไธป็ถฒๆ ผ็ท','็ฉบๅฟๅ่ง็ฉๅฝข','ๆญฃๆนๅฝข','ๅ่กจ้ๆก้ก่ฒ','Border\x20/\x20wick\x20width','้ท้ๅ','ๅฐ่จๆจฃๅผ','ๅ ็้ข็ฉๅ','้กฏ็คบRๅนณๆน','Number\x20of\x20bins','ๆฐฃๆณกๅคงๅฐ','ๅณๅฐ้ฝ','{0}\x20ๆ ผๅผ'];_0x9cd0=function(){return _0x37771d;};return _0x9cd0();}const _0x1e9714=_0x5841;(function(_0x13e41a,_0x38f0ee){const _0x5be7cb=_0x5841,_0xe6a421=_0x13e41a();while(!![]){try{const _0x33192a=-parseInt(_0x5be7cb(0x1ea))/0x1+-parseInt(_0x5be7cb(0x168))/0x2+-parseInt(_0x5be7cb(0x140))/0x3+-parseInt(_0x5be7cb(0x199))/0x4*(parseInt(_0x5be7cb(0x195))/0x5)+-parseInt(_0x5be7cb(0x159))/0x6+parseInt(_0x5be7cb(0x1a7))/0x7+parseInt(_0x5be7cb(0x19a))/0x8*(parseInt(_0x5be7cb(0x1c3))/0x9);if(_0x33192a===_0x38f0ee)break;else _0xe6a421['push'](_0xe6a421['shift']());}catch(_0x9c9025){_0xe6a421['push'](_0xe6a421['shift']());}}}(_0x9cd0,0x72f54));const e={'sheets-chart-ui':{'permission':{'editErr':_0x1e9714(0x175)},'insertChart':_0x1e9714(0x1db),'editChart':_0x1e9714(0x1bb),'openChartPanel':'ๆ้ๅ่กจ้ขๆฟ','deleteChart':_0x1e9714(0x158),'exportImage':_0x1e9714(0x1bc),'copy':'่ค่ฃฝ','hideChartPanel':_0x1e9714(0x1e6),'setupChart':_0x1e9714(0x1e8),'customChart':'่ชๅฎ็พฉๅ่กจ','default':'้ป่ช','reset':'้็ฝฎ','chartType':'ๅ่กจ้กๅ','themes':'ไธป้ก','dataRange':_0x1e9714(0x1b2),'stack':'ๅ ็','category':'้กๅฅ','aggregate':'่ๅ','allSeries':_0x1e9714(0x15b),'series':'็ณปๅ','addSeries':_0x1e9714(0x1c0),'moreSettings':_0x1e9714(0x15e),'min':_0x1e9714(0x16d),'max':_0x1e9714(0x18c),'invalidType':{'gaps':'้้','zero':'้ถ','connectDataPointsWithStraightLines':'็จ็ด็ท้ฃๆฅๆธๆ้ป'},'blank':_0x1e9714(0x1d0),'seriesBlock':{'format':'ๆ ผๅผ','dataPointStyle':_0x1e9714(0x189)},'backgroundColor':'่ๆฏ้ก่ฒ','chartBorderColor':_0x1e9714(0x14a),'titles':{'title':'ๆจ้ก','mainTitle':_0x1e9714(0x1e1),'subTitle':'ๅฏๆจ้ก','xAxisTitle':_0x1e9714(0x176),'yAxisTitle':_0x1e9714(0x1d3),'rightYAxisTitle':_0x1e9714(0x15f),'titleFormat':_0x1e9714(0x1bd),'titleText':'ๆจ้กๆๆฌ','titlePosition':_0x1e9714(0x1b1),'titleAlign':_0x1e9714(0x145)},'axisPositionType':{'start':'้ๅง','center':'ไธญ้','end':'็ตๆ'},'gradientFill':_0x1e9714(0x1a3),'settingsLabels':{'switchToRowOrColumn':'ๅๆๅๆๆฌ','useAsCategoryLabels':_0x1e9714(0x172),'showEmptyCellsAs':_0x1e9714(0x190)},'positionType':{'auto':'่ชๅ','inside':'ๅ
ง้จ','outside':'ๅค้จ','top':'้ ้จ','bottom':'ๅบ้จ','left':'ๅทฆๅด','right':'ๅณๅด','hide':'้ฑ่'},'align':{'left':_0x1e9714(0x188),'center':'ๅฑ
ไธญ','right':_0x1e9714(0x152)},'alignY':{'top':'้ ้จ','middle':'ไธญ้','bottom':'ๅบ้จ'},'chartStyle':_0x1e9714(0x1b4),'chartAndAxisTitles':_0x1e9714(0x1ae),'legend':'ๅไพ','legendSelectMode':'ๅไพ้ธๆๆจกๅผ','legendSelectModeType':{'single':'ๅฎ้ธ','multiple':'ๅค้ธ','close':'้้'},'legendVisualMapType':{'continuous':'้ฃ็บ','piecewise':'ๅๆฎต'},'axes':{'axis':'่ปธ','axisOptions':_0x1e9714(0x1d6),'horizontalAxis':_0x1e9714(0x1a6),'verticalAxis':_0x1e9714(0x179),'rightVerticalAxis':'ๅณๅ็ด่ปธ','leftAxis':'ๅทฆ่ปธ','rightAxis':'ๅณ่ปธ','useRightAxis':_0x1e9714(0x1c2)},'position':'ไฝ็ฝฎ','dataLabels':'ๆธๆๆจ็ฑค','gridlinesAndTicks':_0x1e9714(0x183),'indicatorLine':'ๆ็คบ็ท','indicatorLineType':'ๆ็คบ็ท้กๅ','indicatorLineColor':'ๆ็คบ็ท้ก่ฒ','indicatorLabel':_0x1e9714(0x19d),'indicatorValue':_0x1e9714(0x18e),'shape':{'polygon':_0x1e9714(0x154),'circle':'ๅๅฝข','square':_0x1e9714(0x149),'triangle':_0x1e9714(0x173),'diamond':'่ฑๅฝข','rect':'็ฉๅฝข','roundRect':_0x1e9714(0x1cc),'pin':'้ๅฝข','arrow':'็ฎญ้ ญ','none':'็ก','emptyCircle':_0x1e9714(0x1ba),'emptySquare':_0x1e9714(0x16c),'emptyTriangle':'็ฉบๅฟไธ่งๅฝข','emptyDiamond':'็ฉบๅฟ่ฑๅฝข','emptyRect':_0x1e9714(0x164),'emptyRoundRect':_0x1e9714(0x148),'emptyPin':_0x1e9714(0x1c1),'emptyArrow':'็ฉบๅฟ็ฎญ้ ญ'},'border':'้ๆก','value':'ๅผ','fill':'ๅกซๅ
','line':'็ทๆข','withOpacity':_0x1e9714(0x1ad),'withColor':_0x1e9714(0x1a0),'withThickness':'{0}\x20็ฒ็ดฐ','withType':_0x1e9714(0x1ec),'withSize':_0x1e9714(0x142),'withShape':_0x1e9714(0x191),'withFormat':_0x1e9714(0x153),'dataPoint':_0x1e9714(0x157),'dataNodeShape':_0x1e9714(0x19e),'addDataPoint':_0x1e9714(0x15a),'point':'ๆธๆ้ป','percentage':_0x1e9714(0x146),'lineType':{'line':'ๆ็ท','smooth':'ๅนณๆป','step':'้ๆขฏ'},'stackType':{'stack':'ๅ ็','percent':_0x1e9714(0x141)},'lineDashType':_0x1e9714(0x1ce),'dashType':{'solid':'ๅฏฆ็ท','dash':'่็ท','dot':'้ป็ท'},'color':'้ก่ฒ','gridlines':{'majorGridlines':_0x1e9714(0x147),'text':_0x1e9714(0x18a)},'ticks':{'majorTick':_0x1e9714(0x1cf),'tickPosition':'ๅปๅบฆ็ทไฝ็ฝฎ','tickLength':_0x1e9714(0x182)},'none':'็ก','theIndexItem':_0x1e9714(0x184),'seriesDefaultName':_0x1e9714(0x1da),'categoryDefaultName':_0x1e9714(0x197),'styleEditPanel':{'showLabels':_0x1e9714(0x1aa),'showDataLabels':'้กฏ็คบๆธๆๆจ็ฑค','padAngle':_0x1e9714(0x1e3),'halfPie':'ๅ้ค
','rosePie':_0x1e9714(0x170),'pieValScale':_0x1e9714(0x163),'pieValSuffix':_0x1e9714(0x185),'pieDigitalFixed':_0x1e9714(0x19b),'showLabelLine':'้กฏ็คบๆจ็ฑค็ท','reverseAxisOrder':_0x1e9714(0x1c6),'showAxisLine':_0x1e9714(0x169),'labelPosition':_0x1e9714(0x194),'labelText':'ๆจ็ฑคๆๆฌ','repeatWordCould':'้่ค่ฉ้ฒๆจ็ฑค','gap':'้้','useAbsValue':'ไฝฟ็จ็ตๅฐๅผ','labelRotate':'ๆจ็ฑคๆ่ฝ','wordCloudShape':_0x1e9714(0x165),'useDateAxis':'ไฝฟ็จๆฅๆ่ปธ','dateAxisTips':'ๆฅๆ่ปธๅ
ๅจๆธๆๅ
จ้จ็บๆฅๆๆ ผๅผๆๅฏ็จ'},'radar':{'fill':'ๅกซๅ
'},'doughnutHole':_0x1e9714(0x1d1),'msg':{'invalidSource':_0x1e9714(0x156),'emptyTips':_0x1e9714(0x161),'sankeyCircularTips':_0x1e9714(0x143)},'cloud':{'title':'่ฉ้ฒ','word':'่ฉ','frequency':'้ ป็'},'trendline':{'name':_0x1e9714(0x177),'displayName':_0x1e9714(0x15d),'addTrendLine':_0x1e9714(0x1a5),'trendlineType':'่ถจๅข็ท้กๅ','trendlineName':'่ถจๅข็ทๅ็จฑ','trendlineColor':_0x1e9714(0x1df),'trendlineThickness':_0x1e9714(0x1c8),'trendlineDashType':_0x1e9714(0x19f),'exp':'ๆๆธ','linear':'็ทๆง','log':'ๅฐๆธ','pow':'ๅช','movingAvg':'็งปๅๅนณๅ','poly':_0x1e9714(0x1a1),'order':_0x1e9714(0x1c7),'period':_0x1e9714(0x196),'showFormula':_0x1e9714(0x187),'showR2':_0x1e9714(0x14f),'formula':'ๅ
ฌๅผ','r2':_0x1e9714(0x1de)},'bubble':{'xAxis':'X่ปธ','yAxis':'Y่ปธ','size':_0x1e9714(0x151),'label':_0x1e9714(0x144),'emptyTips':_0x1e9714(0x1a9)},'candlestick':{'category':_0x1e9714(0x1b0),'open':_0x1e9714(0x1ed),'high':'High','low':'Low','close':_0x1e9714(0x16b),'mappingError':_0x1e9714(0x16e),'rising':'Rising','falling':'Falling','doji':_0x1e9714(0x17a),'bodyColor':_0x1e9714(0x1af),'fillOpacity':_0x1e9714(0x160),'wickColor':_0x1e9714(0x1ab),'wickWidth':_0x1e9714(0x14b),'wickOpacity':'Border\x20/\x20wick\x20opacity','hollow':_0x1e9714(0x174),'restoreDefault':_0x1e9714(0x1a8),'candleWidth':_0x1e9714(0x1ca),'auto':_0x1e9714(0x1c5),'state':_0x1e9714(0x1ac)},'treemap':{'hierarchy':_0x1e9714(0x15c),'value':_0x1e9714(0x178),'addHierarchy':_0x1e9714(0x198),'parentLabelLayout':_0x1e9714(0x162),'banner':'Banner','overlapping':'Overlapping','none':'None','leafLabel':_0x1e9714(0x1b6),'categoryName':_0x1e9714(0x1b8),'labelContent':'Label\x20content','labelFormat':_0x1e9714(0x16f),'moveUp':'Move\x20hierarchy\x20field\x20up','moveDown':_0x1e9714(0x17c),'removeHierarchy':'Remove\x20hierarchy\x20field','diagnostic':'Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.'},'relation':{'title':'้ไฟๅ','auto':'่ชๅ','circular':'็ฐๅฝข','force':_0x1e9714(0x1d7),'useValueAsSymbolSize':_0x1e9714(0x1cd),'layoutType':_0x1e9714(0x1bf),'forceOptions':_0x1e9714(0x17e),'repulsion':'ๆฅๅ','gravity':'ๅผๅ','edgeLength':_0x1e9714(0x171),'rotateLabel':'ๆ่ฝๆจ็ฑค','emphasis':_0x1e9714(0x1b7),'emptyTips':_0x1e9714(0x1e7)},'waterfall':{'stackType':_0x1e9714(0x1c9),'arrangement':'ไพๅบ','stacked':'ๅ ็ฉ','positive':'ๆญฃๅผ','negative':'่ฒ ๅผ','subtotal':'ๅฐ่จ','showSubtotal':_0x1e9714(0x1cb),'positiveStyle':_0x1e9714(0x1dc),'negativeStyle':_0x1e9714(0x1e9),'subtotalStyle':_0x1e9714(0x14d),'positiveLegendText':_0x1e9714(0x18f),'negativeLegendText':_0x1e9714(0x1d8),'subtotalLegendText':_0x1e9714(0x1d2)},'pareto':{'lineName':_0x1e9714(0x1dd),'lineSeries':_0x1e9714(0x1b9),'barSeries':'้ทๆขๅ็ณปๅ'},'visualMapScope':_0x1e9714(0x1a2),'boxplot':{'min':_0x1e9714(0x16d),'q1':'็ฌฌไธๅๅไฝๆธ','median':_0x1e9714(0x1c4),'q3':'็ฌฌไธๅๅไฝๆธ','max':_0x1e9714(0x18c)},'histogram':{'value':_0x1e9714(0x178),'binningMode':'Bin\x20type','auto':_0x1e9714(0x1c5),'count':_0x1e9714(0x150),'width':_0x1e9714(0x1b3),'binCount':_0x1e9714(0x150),'binWidth':_0x1e9714(0x1b3),'underflow':'Underflow\x20bin','overflow':_0x1e9714(0x166),'binGap':'Bin\x20gap\x20(%)'},'chartTypes':{'line':_0x1e9714(0x18b),'area':_0x1e9714(0x1e2),'areaStacked':_0x1e9714(0x14e),'areaPercentStacked':'็พๅๆฏๅ ็้ข็ฉๅ','column':'ๆฑ็ๅ','bar':_0x1e9714(0x1d4),'barStacked':'ๅ ็ๆขๅฝขๅ','barPercentStacked':_0x1e9714(0x1eb),'pie':'้ค
ๅ','donut':'็ฐๅฝขๅ','scatter':'ๆฃ้ปๅ','radar':_0x1e9714(0x14c),'bubble':_0x1e9714(0x192),'stock':_0x1e9714(0x155),'combination':_0x1e9714(0x1a4),'wordCloud':_0x1e9714(0x1e4),'funnel':_0x1e9714(0x167),'relation':_0x1e9714(0x1e5),'waterfall':_0x1e9714(0x18d),'pareto':'ๆๅๅ','sankey':_0x1e9714(0x193),'heatmap':'็ฑๅๅ','boxplot':_0x1e9714(0x16a),'candlestick':_0x1e9714(0x1d5),'histogram':_0x1e9714(0x1be),'treemap':_0x1e9714(0x17d)},'dialog':{'numfmt':{'general':'ๅธธ่ฆ','accounting':'ๆ่จ','currency':'่ฒจๅนฃ','date':'ๆฅๆ','thousandthPercentile':_0x1e9714(0x181),'fieldSetting':_0x1e9714(0x1b5),'formatTypes':_0x1e9714(0x180),'confirm':'็ขบๅฎ','cancel':'ๅๆถ','generalDesc':_0x1e9714(0x1e0),'accountingDesc':_0x1e9714(0x19c),'currencyDesc':'่ฒจๅนฃๆ ผๅผ็จๆผ่กจ็คบไธ่ฌ่ฒจๅนฃๆธๅผ๏ผๆ่จๆ ผๅผๅฏไปฅๅฐไธๅๆธๅผ้ฒ่กๅฐๆธ้ปๅฐ้ฝใ','dateDesc':_0x1e9714(0x1d9),'thousandthPercentileDesc':_0x1e9714(0x17f),'decimalPlaces':_0x1e9714(0x19b),'currencyTypes':'่ฒจๅนฃ้กๅ','negativeNumberTypes':_0x1e9714(0x17b),'dateTypes':_0x1e9714(0x186)},'setFormat':'่จญ็ฝฎๆจ็ฑคๆ ผๅผ'}}};function _0x5841(_0x11d378,_0x14c499){_0x11d378=_0x11d378-0x140;const _0x9cd025=_0x9cd0();let _0x584125=_0x9cd025[_0x11d378];return _0x584125;}export{e as default};
|
|
1
|
+
function _0x303c(){const _0x2a959d=['็ถฒๆ ผ็ทๅๅปๅบฆ็ท','ไฝฟ็จ\x20{0}\x20ไฝ็บ้กๅฅ','136paXggY','ๆฑ็ๅ','็ฑๅๅ','ๆ็ทๅ\x20/\x20้ข็ฉๅ','่จญๅฎๅ่กจ','ๅ ็้ข็ฉๅ','ๅญๆฏ้ค
ๅ','้ฑ่ๅ่กจ้ขๆฟ','ๅ่กจๆจฃๅผ','ๅช้คๅ่กจ','็ฐๅฝขๅ','็ญๅฐๅ','ๆๅๅ','่ช่จๅ่กจ','็ดๆนๅ','19252UwbqkE','ๆผๆๅ','972189QleOIp','ๆขๅฝขๅ','่ฉฒ็ฏๅๅทฒ่ขซไฟ่ญท๏ผ็ฎๅ็ก็ทจ่ผฏๆฌ้ใๅฆ้็ทจ่ผฏ๏ผ่ซ่ฏ็ตกๅตๅปบ่
ใ\x20','้ทๆขๅ็ณปๅ','ๅ่กจ่ๅบงๆจ่ปธๆจ้ก','่ถจๅข็ท','705350xhcCtJ','128AYueZM','็ตๅๅ','22qQTUUr','105UDeDmc','ๅๅผฆๅ','็ฉๅฝขๆจนๅ','็ๅธๅ','่ณๆ็ฏๅ','็ดฏ็ฉๅ ๆฏ็ณปๅ','้ท้ๅ','8yyZFBf','็ทจ่ผฏๅ่กจ','153260dDPzfg','ๆญๆฅๅ','้ข็ฉๅ','็ฎฑๅๅ','829350TGuIEg','ๆฐฃๆณกๅ','่คๅ้ค
ๅ','ๅ่กจๆฟ','่ฉ้ฒๅ','ๅ่กจๅ','112119nWdUtR','็พๅๆฏๅ ็ๆขๅฝขๅ'];_0x303c=function(){return _0x2a959d;};return _0x303c();}const _0x20b37b=_0x2d14;function _0x2d14(_0x5bb51b,_0x205bef){_0x5bb51b=_0x5bb51b-0xdc;const _0x303c49=_0x303c();let _0x2d1461=_0x303c49[_0x5bb51b];return _0x2d1461;}(function(_0x314575,_0x1bb19d){const _0x9484=_0x2d14,_0x31f879=_0x314575();while(!![]){try{const _0x2fc178=parseInt(_0x9484(0xe2))/0x1*(-parseInt(_0x9484(0xfa))/0x2)+-parseInt(_0x9484(0xfd))/0x3*(-parseInt(_0x9484(0xf1))/0x4)+parseInt(_0x9484(0xf9))/0x5+-parseInt(_0x9484(0x10a))/0x6+parseInt(_0x9484(0xde))/0x7+-parseInt(_0x9484(0x104))/0x8*(parseInt(_0x9484(0xf3))/0x9)+-parseInt(_0x9484(0x106))/0xa*(-parseInt(_0x9484(0xfc))/0xb);if(_0x2fc178===_0x1bb19d)break;else _0x31f879['push'](_0x31f879['shift']());}catch(_0x54776c){_0x31f879['push'](_0x31f879['shift']());}}}(_0x303c,0x18b7c));const e={'sheets-chart-ui':{'permission':{'editErr':_0x20b37b(0xf5)},'common':{'setup':_0x20b37b(0xe6),'customize':_0x20b37b(0xef),'editChart':_0x20b37b(0x105),'useAsCategoryLabels':_0x20b37b(0xe1),'switchRowColumn':'ๅๆๅๆๆฌ','dataRange':_0x20b37b(0x101),'insertChart':'ๆๅ
ฅๅ่กจ','openChartPanel':'้ๅๅ่กจ้ขๆฟ','deleteChart':_0x20b37b(0xeb),'hideChartPanel':_0x20b37b(0xe9),'chartAndAxisTitles':_0x20b37b(0xf7),'chartStyle':_0x20b37b(0xea),'heatmap':_0x20b37b(0xe4),'horizontalAxis':'ๆฉซ่ปธ','legend':'ๅไพ','rightVerticalAxis':'ๅณ็ธฑ่ปธ','series':'็ณปๅ','trendline':_0x20b37b(0xf8),'verticalAxis':'็ธฑ่ปธ','category':'้กๅฅ','copy':'่ค่ฃฝ','exportImage':'ๅฏๅบๅ็'},'waterfall':{'subtotal':'ๅฐ่จ','positive':'ๆญฃๅผ','negative':'่ฒ ๅผ'},'chartTypes':{'line':'ๆ็ทๅ','column':_0x20b37b(0xe3),'bar':_0x20b37b(0xf4),'barStacked':'ๅ ็ๆขๅฝขๅ','barPercentStacked':_0x20b37b(0xdf),'pie':'้ค
ๅ','donut':_0x20b37b(0xec),'pieOfPie':_0x20b37b(0xe8),'barOfPie':_0x20b37b(0x10c),'area':_0x20b37b(0x108),'areaStacked':_0x20b37b(0xe7),'areaPercentStacked':'็พๅๆฏๅ ็้ข็ฉๅ','radar':_0x20b37b(0x103),'scatter':'ๆฃ้ปๅ','combination':_0x20b37b(0xfb),'wordCloud':_0x20b37b(0xdc),'funnel':'ๆผๆๅ','bubble':_0x20b37b(0x10b),'relation':'้ไฟๅ','waterfall':_0x20b37b(0x100),'pareto':_0x20b37b(0xee),'sankey':'ๆกๅบๅ','heatmap':'็ฑๅๅ','boxplot':_0x20b37b(0x109),'candlestick':'K\x20็ทๅ','histogram':'็ดๆนๅ','treemap':_0x20b37b(0xff),'sunburst':_0x20b37b(0x107),'gauge':_0x20b37b(0x10d),'chord':_0x20b37b(0xfe)},'section':{'candlestick':_0x20b37b(0xed),'chord':'ๅๅผฆๅ','funnel':_0x20b37b(0xf2),'gauge':_0x20b37b(0xdd),'gridlinesAndTicks':_0x20b37b(0xe0),'histogram':_0x20b37b(0xf0),'indicatorLine':'ๆ็คบ็ท','lineAndArea':_0x20b37b(0xe5),'paretoBar':_0x20b37b(0xf6),'paretoLine':_0x20b37b(0x102),'pie':'้ค
ๅ','radar':_0x20b37b(0x103),'relation':'้ไฟๅ','sunburst':_0x20b37b(0x107),'treemap':'ๆจน็ๅ','waterfall':_0x20b37b(0x100),'wordCloud':'่ฉ้ฒ'},'chord':{'target':'็ฎๆจ'}}};export{e as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
|
|
1
2
|
import type { IAccessor, ICommand } from '@univerjs/core';
|
|
2
3
|
import type { ISheetDrawing } from '@univerjs/sheets-drawing';
|
|
3
|
-
import type { IChartEditPanelRoute } from '../../services/chart-panel-route';
|
|
4
4
|
export declare function getFocusedChartDrawing(accessor: IAccessor): ISheetDrawing | null;
|
|
5
5
|
export interface IChartOpenFocusedChartPanelCommandParams {
|
|
6
6
|
route?: IChartEditPanelRoute;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PieSecondaryPlotType as PieSecondaryPlotTypeValue } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import type { ICommand } from '@univerjs/core';
|
|
3
|
+
import { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
3
4
|
export interface IMenuInsertChartCommandParams {
|
|
4
5
|
value: ChartTypeBits;
|
|
6
|
+
/** Optional for backward compatibility with historical plain chart menu payloads. */
|
|
7
|
+
pieSecondaryPlotType?: PieSecondaryPlotTypeValue;
|
|
5
8
|
}
|
|
6
9
|
export declare const MenuInsertChartCommand: ICommand;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
|
|
1
2
|
import type { IOperation } from '@univerjs/core';
|
|
2
|
-
import type { IChartEditPanelRoute } from '../../services/chart-panel-route';
|
|
3
3
|
export interface IChartOpenPanelOperationParams {
|
|
4
4
|
unitId: string;
|
|
5
5
|
subUnitId: string;
|
|
@@ -3,7 +3,7 @@ export declare const configSymbol: unique symbol;
|
|
|
3
3
|
export interface IUniverSheetsChartUIConfig {
|
|
4
4
|
/**
|
|
5
5
|
* Enables chart element edit overlays and floating menus for supported chart types.
|
|
6
|
-
* @default
|
|
6
|
+
* @default true
|
|
7
7
|
*/
|
|
8
8
|
enableChartElementFloatMenu?: boolean;
|
|
9
9
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChartElementFloatMenuAdapterRegistry } from '@univerjs-pro/chart-ui';
|
|
2
2
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
3
|
-
import { Disposable, ICommandService } from '@univerjs/core';
|
|
3
|
+
import { Disposable, ICommandService, Injector } from '@univerjs/core';
|
|
4
4
|
import { SheetCanvasFloatDomManagerService } from '@univerjs/sheets-drawing-ui';
|
|
5
5
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
6
6
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
@@ -12,12 +12,13 @@ export declare class SheetsChartElementFloatMenuController extends Disposable {
|
|
|
12
12
|
private readonly _chartHostProvider;
|
|
13
13
|
private readonly _sheetCanvasPopManagerService;
|
|
14
14
|
private readonly _sheetCanvasFloatDomManagerService;
|
|
15
|
-
private readonly
|
|
15
|
+
private readonly _chartUIService;
|
|
16
16
|
private readonly _adapterRegistry;
|
|
17
17
|
private readonly _commandService;
|
|
18
|
+
private readonly _injector;
|
|
18
19
|
private _popupDisposable;
|
|
19
20
|
private _popupChartId;
|
|
20
|
-
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _chartHostProvider: IChartHostProviderService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService,
|
|
21
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _chartHostProvider: IChartHostProviderService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _chartUIService: ISheetsChartUIService, _adapterRegistry: ChartElementFloatMenuAdapterRegistry, _commandService: ICommandService, _injector: Injector);
|
|
21
22
|
dispose(): void;
|
|
22
23
|
private _registerAdapter;
|
|
23
24
|
private _subscribeChartEvents;
|
|
@@ -2,14 +2,16 @@ import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
|
2
2
|
import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
|
|
3
3
|
import { SheetPrintInterceptorService } from '@univerjs/sheets-ui';
|
|
4
4
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
5
|
+
import { ISheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
5
6
|
export declare class ChartRenderController extends Disposable {
|
|
6
7
|
private readonly _chartModelService;
|
|
7
8
|
private readonly _chartRenderService;
|
|
8
9
|
private readonly _localeService;
|
|
10
|
+
private readonly _chartUIService;
|
|
9
11
|
private readonly _commandService;
|
|
10
12
|
private readonly _sheetPrintInterceptorService;
|
|
11
13
|
private readonly _pendingMutationConfigRenders;
|
|
12
|
-
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _commandService: ICommandService, _sheetPrintInterceptorService: SheetPrintInterceptorService);
|
|
14
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _chartUIService: ISheetsChartUIService, _commandService: ICommandService, _sheetPrintInterceptorService: SheetPrintInterceptorService);
|
|
13
15
|
private _initPrinting;
|
|
14
16
|
private _init;
|
|
15
17
|
private _listenChartUpdateMutations;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import type { IChartEditPanelRoute } from '@univerjs-pro/chart-ui';
|
|
1
2
|
import type { IDrawingParam } from '@univerjs/core';
|
|
2
|
-
import type { IChartEditPanelRoute } from '../services/chart-panel-route';
|
|
3
3
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
4
|
-
import { Disposable, DrawingTypeEnum, ICommandService, IConfigService, IContextService, IUniverInstanceService } from '@univerjs/core';
|
|
4
|
+
import { Disposable, DrawingTypeEnum, ICommandService, IConfigService, IContextService, IUniverInstanceService, LocaleService } from '@univerjs/core';
|
|
5
5
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
6
|
import { IDrawingContextMenuService, SheetCanvasFloatDomManagerService, SheetDrawingHitTestService } from '@univerjs/sheets-drawing-ui';
|
|
7
7
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
8
|
-
import {
|
|
8
|
+
import { IMenuManagerService, ISidebarService } from '@univerjs/ui';
|
|
9
9
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
10
10
|
import { ISheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
11
11
|
export declare function isSingleStandaloneChartSelection(params: readonly IDrawingParam[]): boolean;
|
|
@@ -16,8 +16,6 @@ export declare class SheetsChartUIController extends Disposable {
|
|
|
16
16
|
private readonly _chartRenderService;
|
|
17
17
|
private readonly _sheetDrawingHitTestService;
|
|
18
18
|
private _sidebarService;
|
|
19
|
-
private _componentManager;
|
|
20
|
-
private _iconManager;
|
|
21
19
|
protected readonly _menuManagerService: IMenuManagerService;
|
|
22
20
|
private readonly _drawingContextMenuService;
|
|
23
21
|
private readonly _sheetCanvasFloatDomManagerService;
|
|
@@ -25,9 +23,10 @@ export declare class SheetsChartUIController extends Disposable {
|
|
|
25
23
|
private readonly _commandService;
|
|
26
24
|
private readonly _sheetsChartUIService;
|
|
27
25
|
private readonly _contextService;
|
|
26
|
+
private readonly _localeService;
|
|
28
27
|
private _sidebarDisposable;
|
|
29
28
|
private readonly _isChartElementEditEnabled;
|
|
30
|
-
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _sheetDrawingHitTestService: SheetDrawingHitTestService, _sidebarService: ISidebarService,
|
|
29
|
+
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _sheetDrawingHitTestService: SheetDrawingHitTestService, _sidebarService: ISidebarService, _menuManagerService: IMenuManagerService, _drawingContextMenuService: IDrawingContextMenuService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: ISheetsChartUIService, _contextService: IContextService, _localeService: LocaleService, configService: IConfigService);
|
|
31
30
|
private _openPanel;
|
|
32
31
|
hidePanel(): void;
|
|
33
32
|
initPanel(): void;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -4,6 +4,4 @@ export type { IUniverSheetsChartUIConfig } from './config/config';
|
|
|
4
4
|
export { SheetsChartUIController } from './controllers/ui.controller';
|
|
5
5
|
export { menuSchema as SheetsChartUIMenuSchema } from './menu/schema';
|
|
6
6
|
export { UniverSheetsChartUIPlugin } from './plugin';
|
|
7
|
-
export type { IChartEditPanelRoute, IChartPanelRouteState, IChartSelectedElementState } from './services/chart-panel-route';
|
|
8
|
-
export { resolveChartEditPanelRoute } from './services/chart-panel-route';
|
|
9
7
|
export { ISheetsChartUIService, SheetsChartUIService } from './services/sheets-chart-ui.service';
|