@univerjs-pro/sheets-chart-ui 1.0.0-alpha.7 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -377
- 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 +4 -0
- 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 +7 -6
- package/lib/types/index.d.ts +0 -2
- package/lib/types/locale/en-US.d.ts +55 -302
- package/lib/types/services/chart-element-selection.d.ts +6 -6
- package/lib/types/services/chart-render.service.d.ts +10 -10
- 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 +25 -138
- 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 -165
- 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/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/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/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/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/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x12e9(){const _0x853b78=['堆叠面积图','3017250lhqZeV','网格线和刻度线','隐藏图表面板','环形图','125016oZZoTa','烛台图','1540frgIuQ','253404QFYDgn','1590138ZrplPN','2994876oNXFTg','柱状图系列','百分比堆叠条形图','exports','右纵轴','组合图','热力图','导出图片','指示线','堆叠条形图','删除图表','柱状图','7KUAgZZ','树状图','类型与数据','K\x20线图','仪表图','关系图','10284816wHgDxy','188334xALtNb','漏斗图','百分比堆叠面积图','桑基图','仪表盘','插入图表','趋势线','排列图','箱线图','200xQHxHd','面积图','折线图','雷达图','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','图表和坐标轴标题','和弦图','图表样式','瀑布图','直方图','旭日图','条形图','散点图','折线图\x20/\x20面积图','复合饼图','数据范围','气泡图'];_0x12e9=function(){return _0x853b78;};return _0x12e9();}const _0x38f48d=_0x36cf;function _0x36cf(_0x53459e,_0xafc5d8){_0x53459e=_0x53459e-0x1e9;const _0x12e989=_0x12e9();let _0x36cf95=_0x12e989[_0x53459e];return _0x36cf95;}(function(_0x59f44e,_0x21f5dd){const _0x58c615=_0x36cf,_0xb29e0f=_0x59f44e();while(!![]){try{const _0xf7d042=parseInt(_0x58c615(0x1e9))/0x1+-parseInt(_0x58c615(0x1ea))/0x2+-parseInt(_0x58c615(0x218))/0x3+parseInt(_0x58c615(0x21c))/0x4*(-parseInt(_0x58c615(0x206))/0x5)+parseInt(_0x58c615(0x1fd))/0x6*(-parseInt(_0x58c615(0x1f6))/0x7)+-parseInt(_0x58c615(0x1fc))/0x8+-parseInt(_0x58c615(0x21f))/0x9*(-parseInt(_0x58c615(0x21e))/0xa);if(_0xf7d042===_0x21f5dd)break;else _0xb29e0f['push'](_0xb29e0f['shift']());}catch(_0xf13768){_0xb29e0f['push'](_0xb29e0f['shift']());}}}(_0x12e9,0xd0f0f));const e={'sheets-chart-ui':{'permission':{'editErr':_0x38f48d(0x20a)},'common':{'setup':_0x38f48d(0x1f8),'customize':'自定义样式','editChart':'图表','useAsCategoryLabels':'将\x20{0}\x20作为类别','switchRowColumn':'切换行列','dataRange':_0x38f48d(0x215),'insertChart':_0x38f48d(0x202),'openChartPanel':'编辑图表','deleteChart':_0x38f48d(0x1f4),'hideChartPanel':_0x38f48d(0x21a),'chartAndAxisTitles':_0x38f48d(0x20b),'chartStyle':_0x38f48d(0x20d),'heatmap':_0x38f48d(0x1f0),'horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x38f48d(0x1ee),'series':'系列','trendline':_0x38f48d(0x203),'verticalAxis':'纵轴','category':'类别','copy':'复制','exportImage':_0x38f48d(0x1f1)},'waterfall':{'subtotal':'小计','positive':'正值','negative':'负值'},'chartTypes':{'line':_0x38f48d(0x208),'column':_0x38f48d(0x1f5),'bar':_0x38f48d(0x211),'barStacked':_0x38f48d(0x1f3),'barPercentStacked':_0x38f48d(0x1ec),'pie':'饼图','donut':_0x38f48d(0x21b),'pieOfPie':'子母饼图','barOfPie':_0x38f48d(0x214),'area':_0x38f48d(0x207),'areaStacked':_0x38f48d(0x217),'areaPercentStacked':_0x38f48d(0x1ff),'radar':_0x38f48d(0x209),'scatter':_0x38f48d(0x212),'combination':_0x38f48d(0x1ef),'wordCloud':'词云图','funnel':_0x38f48d(0x1fe),'bubble':_0x38f48d(0x216),'relation':_0x38f48d(0x1fb),'waterfall':_0x38f48d(0x20e),'pareto':_0x38f48d(0x204),'sankey':_0x38f48d(0x200),'heatmap':_0x38f48d(0x1f0),'boxplot':_0x38f48d(0x205),'candlestick':_0x38f48d(0x1f9),'histogram':'直方图','treemap':'矩形树图','sunburst':_0x38f48d(0x210),'gauge':_0x38f48d(0x201),'chord':_0x38f48d(0x20c)},'section':{'candlestick':_0x38f48d(0x21d),'chord':_0x38f48d(0x20c),'funnel':_0x38f48d(0x1fe),'gauge':_0x38f48d(0x1fa),'gridlinesAndTicks':_0x38f48d(0x219),'histogram':_0x38f48d(0x20f),'indicatorLine':_0x38f48d(0x1f2),'lineAndArea':_0x38f48d(0x213),'paretoBar':_0x38f48d(0x1eb),'paretoLine':'累积占比系列','pie':'饼图','radar':_0x38f48d(0x209),'relation':_0x38f48d(0x1fb),'sunburst':_0x38f48d(0x210),'treemap':_0x38f48d(0x1f7),'waterfall':'瀑布图','wordCloud':'词云'},'chord':{'target':'目标'}}};module[_0x38f48d(0x1ed)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xd7c0(_0x113813,_0x28f85a){_0x113813=_0x113813-0xc2;const _0x19ab80=_0x19ab();let _0xd7c0bb=_0x19ab80[_0x113813];return _0xd7c0bb;}const _0x38f2d4=_0xd7c0;(function(_0x52597c,_0x2dd517){const _0xb3bbcc=_0xd7c0,_0xaa281e=_0x52597c();while(!![]){try{const _0x443ae3=parseInt(_0xb3bbcc(0xd3))/0x1+-parseInt(_0xb3bbcc(0xde))/0x2+-parseInt(_0xb3bbcc(0xf0))/0x3+-parseInt(_0xb3bbcc(0xc3))/0x4+-parseInt(_0xb3bbcc(0xc7))/0x5+parseInt(_0xb3bbcc(0xe3))/0x6+parseInt(_0xb3bbcc(0xc6))/0x7*(parseInt(_0xb3bbcc(0xc4))/0x8);if(_0x443ae3===_0x2dd517)break;else _0xaa281e['push'](_0xaa281e['shift']());}catch(_0x3f729f){_0xaa281e['push'](_0xaa281e['shift']());}}}(_0x19ab,0xa89d3));const e={'sheets-chart-ui':{'permission':{'editErr':_0x38f2d4(0xd9)},'common':{'setup':_0x38f2d4(0xca),'customize':_0x38f2d4(0xcb),'editChart':_0x38f2d4(0xe1),'useAsCategoryLabels':_0x38f2d4(0xef),'switchRowColumn':_0x38f2d4(0xd1),'dataRange':_0x38f2d4(0xd0),'insertChart':_0x38f2d4(0xdf),'openChartPanel':'開啟圖表面板','deleteChart':_0x38f2d4(0xdd),'hideChartPanel':'隱藏圖表面板','chartAndAxisTitles':_0x38f2d4(0xc8),'chartStyle':_0x38f2d4(0xdb),'heatmap':'熱力圖','horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x38f2d4(0xe5),'series':'系列','trendline':_0x38f2d4(0xd7),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x38f2d4(0xeb)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x38f2d4(0xd2),'column':_0x38f2d4(0xd4),'bar':_0x38f2d4(0xe0),'barStacked':'堆疊條形圖','barPercentStacked':_0x38f2d4(0xee),'pie':'餅圖','donut':_0x38f2d4(0xea),'pieOfPie':'子母餅圖','barOfPie':_0x38f2d4(0xd5),'area':'面積圖','areaStacked':_0x38f2d4(0xc9),'areaPercentStacked':'百分比堆疊面積圖','radar':_0x38f2d4(0xed),'scatter':_0x38f2d4(0xe8),'combination':_0x38f2d4(0xd8),'wordCloud':_0x38f2d4(0xcf),'funnel':_0x38f2d4(0xe6),'bubble':_0x38f2d4(0xda),'relation':_0x38f2d4(0xc5),'waterfall':'瀑布圖','pareto':_0x38f2d4(0xe7),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':'箱型圖','candlestick':_0x38f2d4(0xcc),'histogram':_0x38f2d4(0xcd),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':_0x38f2d4(0xe9),'chord':_0x38f2d4(0xce)},'section':{'candlestick':'燭台圖','chord':_0x38f2d4(0xce),'funnel':_0x38f2d4(0xe6),'gauge':'儀表圖','gridlinesAndTicks':_0x38f2d4(0xc2),'histogram':_0x38f2d4(0xcd),'indicatorLine':'指示線','lineAndArea':_0x38f2d4(0xdc),'paretoBar':_0x38f2d4(0xe4),'paretoLine':_0x38f2d4(0xe2),'pie':'餅圖','radar':_0x38f2d4(0xed),'relation':_0x38f2d4(0xc5),'sunburst':_0x38f2d4(0xd6),'treemap':'樹狀圖','waterfall':_0x38f2d4(0xec),'wordCloud':'詞雲'},'chord':{'target':'目標'}}};function _0x19ab(){const _0x24447d=['趨勢線','組合圖','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','氣泡圖','圖表樣式','折線圖\x20/\x20面積圖','刪除圖表','468672MMGKvJ','插入圖表','條形圖','編輯圖表','累積占比系列','8114484NOCAcn','長條圖系列','右縱軸','漏斗圖','排列圖','散點圖','儀表盤','環形圖','匯出圖片','瀑布圖','雷達圖','百分比堆疊條形圖','使用\x20{0}\x20作為類別','2991087IxvwuE','網格線和刻度線','641740XJonJG','8475088tGvikG','關係圖','7TcPPzD','3355425mtIDLj','圖表與座標軸標題','堆疊面積圖','設定圖表','自訂圖表','K\x20線圖','直方圖','和弦圖','詞雲圖','資料範圍','切換列或欄','折線圖','341728SBxbjW','柱狀圖','複合餅圖','旭日圖'];_0x19ab=function(){return _0x24447d;};return _0x19ab();}module['exports']=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x391a(_0x13b44a,_0x5b98e0){_0x13b44a=_0x13b44a-0x1f2;const _0x217be9=_0x217b();let _0x391a68=_0x217be9[_0x13b44a];return _0x391a68;}const _0x2a28a0=_0x391a;function _0x217b(){const _0x233246=['排列圖','79092nEAXbj','170jhnqIw','桑基圖','複合餅圖','子母餅圖','隱藏圖表面板','自訂圖表','編輯圖表','11otrpmT','熱力圖','累積占比系列','折線圖','圖表樣式','設定圖表','儀表圖','百分比堆疊面積圖','匯出圖片','瀑布圖','切換列或欄','7366770iflAon','exports','使用\x20{0}\x20作為類別','3248394ukxMMj','5krltWW','7667210fTOfTH','8SGEnHt','長條圖系列','網格線和刻度線','漏斗圖','插入圖表','旭日圖','右縱軸','散點圖','堆疊條形圖','6418qEoHNl','矩形樹圖','305476wrokEJ','詞雲圖','和弦圖','堆疊面積圖','環形圖','趨勢線','組合圖','指示線','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','27RmFknq','直方圖','關係圖','條形圖','燭台圖','圖表與座標軸標題','箱型圖','儀表板','氣泡圖','雷達圖','5978392RbLtWW'];_0x217b=function(){return _0x233246;};return _0x217b();}(function(_0x71f938,_0x25d9ab){const _0x546b4b=_0x391a,_0x370f1d=_0x71f938();while(!![]){try{const _0x56bc6b=-parseInt(_0x546b4b(0x1fc))/0x1*(parseInt(_0x546b4b(0x214))/0x2)+-parseInt(_0x546b4b(0x207))/0x3*(-parseInt(_0x546b4b(0x1fe))/0x4)+-parseInt(_0x546b4b(0x22a))/0x5*(parseInt(_0x546b4b(0x229))/0x6)+parseInt(_0x546b4b(0x211))/0x7*(parseInt(_0x546b4b(0x1f3))/0x8)+parseInt(_0x546b4b(0x226))/0x9+-parseInt(_0x546b4b(0x1f2))/0xa*(parseInt(_0x546b4b(0x21b))/0xb)+-parseInt(_0x546b4b(0x213))/0xc;if(_0x56bc6b===_0x25d9ab)break;else _0x370f1d['push'](_0x370f1d['shift']());}catch(_0x3bd44f){_0x370f1d['push'](_0x370f1d['shift']());}}}(_0x217b,0x79fd2));const e={'sheets-chart-ui':{'permission':{'editErr':_0x2a28a0(0x206)},'common':{'setup':_0x2a28a0(0x220),'customize':_0x2a28a0(0x219),'editChart':_0x2a28a0(0x21a),'useAsCategoryLabels':_0x2a28a0(0x228),'switchRowColumn':_0x2a28a0(0x225),'dataRange':'資料範圍','insertChart':_0x2a28a0(0x1f7),'openChartPanel':'開啟圖表面板','deleteChart':'刪除圖表','hideChartPanel':_0x2a28a0(0x218),'chartAndAxisTitles':_0x2a28a0(0x20c),'chartStyle':_0x2a28a0(0x21f),'heatmap':_0x2a28a0(0x21c),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x2a28a0(0x1f9),'series':'系列','trendline':_0x2a28a0(0x203),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x2a28a0(0x223)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x2a28a0(0x21e),'column':'柱狀圖','bar':_0x2a28a0(0x20a),'barStacked':_0x2a28a0(0x1fb),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x2a28a0(0x202),'pieOfPie':_0x2a28a0(0x217),'barOfPie':_0x2a28a0(0x216),'area':'面積圖','areaStacked':_0x2a28a0(0x201),'areaPercentStacked':_0x2a28a0(0x222),'radar':_0x2a28a0(0x210),'scatter':_0x2a28a0(0x1fa),'combination':_0x2a28a0(0x204),'wordCloud':_0x2a28a0(0x1ff),'funnel':'漏斗圖','bubble':_0x2a28a0(0x20f),'relation':_0x2a28a0(0x209),'waterfall':_0x2a28a0(0x224),'pareto':_0x2a28a0(0x212),'sankey':_0x2a28a0(0x215),'heatmap':'熱力圖','boxplot':_0x2a28a0(0x20d),'candlestick':'K\x20線圖','histogram':'直方圖','treemap':_0x2a28a0(0x1fd),'sunburst':_0x2a28a0(0x1f8),'gauge':_0x2a28a0(0x20e),'chord':_0x2a28a0(0x200)},'section':{'candlestick':_0x2a28a0(0x20b),'chord':'和弦圖','funnel':_0x2a28a0(0x1f6),'gauge':_0x2a28a0(0x221),'gridlinesAndTicks':_0x2a28a0(0x1f5),'histogram':_0x2a28a0(0x208),'indicatorLine':_0x2a28a0(0x205),'lineAndArea':'折線圖\x20/\x20面積圖','paretoBar':_0x2a28a0(0x1f4),'paretoLine':_0x2a28a0(0x21d),'pie':'餅圖','radar':_0x2a28a0(0x210),'relation':'關係圖','sunburst':_0x2a28a0(0x1f8),'treemap':'樹狀圖','waterfall':_0x2a28a0(0x224),'wordCloud':'詞雲'},'chord':{'target':'目標'}}};module[_0x2a28a0(0x227)]=e;
|