@univerjs-pro/docs-chart-ui 1.0.0-beta.0 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +28 -4
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/DocChartDataEditor.d.ts +6 -4
  63. package/lib/types/components/DocChartPreview.d.ts +3 -3
  64. package/lib/types/controllers/doc-chart-clipboard.controller.d.ts +4 -4
  65. package/lib/types/controllers/doc-chart-drawing-edit.controller.d.ts +2 -2
  66. package/lib/types/controllers/doc-chart-snapshot-refresh.controller.d.ts +3 -2
  67. package/lib/types/locale/en-US.d.ts +3 -0
  68. package/lib/types/services/chart-image-export-provider.d.ts +21 -0
  69. package/lib/types/services/doc-chart-active-render.service.d.ts +4 -0
  70. package/lib/types/services/doc-chart-data-edit.service.d.ts +8 -6
  71. package/lib/types/services/doc-chart-host.d.ts +4 -1
  72. package/lib/types/services/doc-chart-insert.service.d.ts +4 -3
  73. package/lib/types/services/doc-chart-print.service.d.ts +18 -5
  74. package/lib/types/services/doc-chart-render.service.d.ts +3 -3
  75. package/lib/types/services/doc-chart-snapshot-render.service.d.ts +6 -3
  76. package/lib/types/services/doc-chart-ui.service.d.ts +3 -3
  77. package/lib/types/views/print-chart/index.d.ts +1 -9
  78. package/lib/umd/index.js +1 -1
  79. package/lib/umd/locale/ar-SA.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -1
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -1
  87. package/lib/umd/locale/it-IT.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -1
  91. package/lib/umd/locale/pt-BR.js +1 -1
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -1
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +17 -17
  99. package/lib/types/utils/ChartPanelOptions.d.ts +0 -1
@@ -1 +1 @@
1
- const _0x5597d7=_0x4d65;(function(_0x7d5df2,_0x48e2e4){const _0x511994=_0x4d65,_0x259e55=_0x7d5df2();while(!![]){try{const _0x45cdb5=-parseInt(_0x511994(0xfe))/0x1*(-parseInt(_0x511994(0x11e))/0x2)+parseInt(_0x511994(0xfb))/0x3*(parseInt(_0x511994(0x10b))/0x4)+parseInt(_0x511994(0x118))/0x5+parseInt(_0x511994(0xfa))/0x6+parseInt(_0x511994(0xec))/0x7+parseInt(_0x511994(0xe8))/0x8+-parseInt(_0x511994(0xeb))/0x9;if(_0x45cdb5===_0x48e2e4)break;else _0x259e55['push'](_0x259e55['shift']());}catch(_0x56c289){_0x259e55['push'](_0x259e55['shift']());}}}(_0x3e58,0x31d13));function _0x4d65(_0x1726f5,_0x3b6670){_0x1726f5=_0x1726f5-0xe3;const _0x3e585f=_0x3e58();let _0x4d65d5=_0x3e585f[_0x1726f5];return _0x4d65d5;}const e={'docs-chart-ui':{'previewRenderFailed':_0x5597d7(0xf6),'updateChartFailed':_0x5597d7(0x11d),'chartNotFound':'图表不可用。','close':'关闭','common':{'horizontalAxis':'横轴','verticalAxis':'纵轴','setup':_0x5597d7(0xf7),'customize':_0x5597d7(0x104),'editChart':'图表','data':'数据','editData':'修改数据','tableDataEmpty':_0x5597d7(0xef),'cancel':'取消','duplicate':_0x5597d7(0xf4),'apply':'应用','insertChartFailed':_0x5597d7(0x114),'inlineData':_0x5597d7(0xfc),'insert':'插入','deleteChart':'删除图表','insertChart':_0x5597d7(0x108),'chartAndAxisTitles':_0x5597d7(0x109),'chartStyle':_0x5597d7(0xe9),'heatmap':_0x5597d7(0x107),'legend':'图例','rightVerticalAxis':_0x5597d7(0x11c),'series':'系列','trendline':_0x5597d7(0x113),'category':'类别','label':'标签','value':'数值','valueField':_0x5597d7(0xe3),'chartType':_0x5597d7(0x106)},'floatMenu':{'menuTitle':{'chart':'图表'}},'chartTypes':{'line':_0x5597d7(0x116),'column':'柱状图','bar':'条形图','barStacked':_0x5597d7(0xe4),'barPercentStacked':_0x5597d7(0xe7),'pie':'饼图','pieOfPie':_0x5597d7(0xed),'barOfPie':_0x5597d7(0x115),'area':_0x5597d7(0x101),'areaStacked':'堆叠面积图','areaPercentStacked':_0x5597d7(0x103),'radar':_0x5597d7(0xe5),'scatter':_0x5597d7(0x10a),'combination':_0x5597d7(0xf1),'wordCloud':_0x5597d7(0x11f),'funnel':'漏斗图','bubble':'气泡图','relation':'关系图','waterfall':_0x5597d7(0x120),'pareto':_0x5597d7(0x126),'sankey':_0x5597d7(0x123),'heatmap':_0x5597d7(0x107),'boxplot':'箱线图','candlestick':_0x5597d7(0x124),'histogram':_0x5597d7(0x110),'treemap':_0x5597d7(0x119),'sunburst':_0x5597d7(0x11a),'gauge':'仪表盘','chord':_0x5597d7(0x10f)},'section':{'candlestick':_0x5597d7(0x105),'chord':'和弦图','funnel':_0x5597d7(0x121),'gauge':'仪表图','gridlinesAndTicks':_0x5597d7(0xff),'histogram':_0x5597d7(0x110),'indicatorLine':_0x5597d7(0xf2),'lineAndArea':_0x5597d7(0xf8),'paretoBar':_0x5597d7(0x125),'paretoLine':_0x5597d7(0x100),'pie':'饼图','radar':'雷达图','relation':_0x5597d7(0x122),'sunburst':'旭日图','treemap':_0x5597d7(0xf0),'waterfall':'瀑布图','wordCloud':'词云'},'candlestick':{'columnsError':_0x5597d7(0x112),'close':'收盘','high':'最高','low':'最低','open':'开盘','series':_0x5597d7(0xf5)},'chord':{'source':'来源','target':'目标','emptyDiagnostic':_0x5597d7(0x102),'mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':_0x5597d7(0x10e),'count':_0x5597d7(0xf9),'associatedValue':_0x5597d7(0xfd)},'sunburst':{'hierarchy':'层级','ownValue':_0x5597d7(0x111),'children':'子项','diagnostic':'旭日图至少需要一个层级字段和一个数值字段。'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':_0x5597d7(0xf3)},'treemap':{'hierarchy':'层级字段','ownValue':_0x5597d7(0x111),'children':'子项','diagnostic':_0x5597d7(0xea)},'gauge':{'emptyDiagnostic':_0x5597d7(0x11b),'mappingDiagnostic':_0x5597d7(0x10d),'configDiagnostic':_0x5597d7(0xe6)},'chartField':{'missingCategoryFields':_0x5597d7(0x117),'missingSeriesFields':'此图表需要更多数值字段。','invalidFieldIndex':_0x5597d7(0x128),'invalidValueFieldType':_0x5597d7(0x127),'invalidDataStructure':_0x5597d7(0x10c),'unsupportedChartType':_0x5597d7(0xee)}}};function _0x3e58(){const _0x2ff4c4=['散点图','6796GJuLCg','所选字段无法构成此图表所需的有效数据结构。','仪表图需要一个标签字段且只能有一个数值字段。','弦图配置无效,请检查角度、半径、不透明度和尺寸。','和弦图','直方图','自身值','K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','趋势线','无法插入图表。','复合饼图','折线图','此图表需要更多标签字段。','1035075YRghMw','矩形树图','旭日图','仪表图至少需要一个有限数值。','右纵轴','无法更新图表。','468002kTwNPE','词云图','瀑布图','漏斗图','关系图','桑基图','K\x20线图','柱状图系列','排列图','所选值字段不包含数值数据。','所选图表字段已不可用。','数值字段','堆叠条形图','雷达图','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','百分比堆叠条形图','2509456oqvREe','图表样式','矩形树图至少需要一个层级字段和一个数值字段。','11467278wTScqI','1993327wMUpQm','子母饼图','此图表类型没有字段使用规则。','表格数据为空。','树状图','组合图','指示线','成员数','复制数据源','OHLC\x20系列','无法呈现图表预览。','类型与数据','折线图\x20/\x20面积图','关系计数','1500870BFZEKV','333domlnF','内联数据','关联值','1QjhszY','网格线和刻度线','累积占比系列','面积图','弦图至少需要两个不同节点之间的一条正权重关系。','百分比堆叠面积图','自定义样式','烛台图','图表类型','热力图','插入图表','图表和坐标轴标题'];_0x3e58=function(){return _0x2ff4c4;};return _0x3e58();}export{e as default};
1
+ function _0x3c92(_0xafea9d,_0x52144c){_0xafea9d=_0xafea9d-0x18c;const _0x182dda=_0x182d();let _0x3c9298=_0x182dda[_0xafea9d];return _0x3c9298;}const _0x51b17d=_0x3c92;(function(_0x33f630,_0x10eed4){const _0x43cc35=_0x3c92,_0x2379a2=_0x33f630();while(!![]){try{const _0x49634c=-parseInt(_0x43cc35(0x1b3))/0x1+-parseInt(_0x43cc35(0x1a3))/0x2+parseInt(_0x43cc35(0x1a2))/0x3+parseInt(_0x43cc35(0x1c9))/0x4*(parseInt(_0x43cc35(0x1b0))/0x5)+parseInt(_0x43cc35(0x1a8))/0x6+-parseInt(_0x43cc35(0x192))/0x7+-parseInt(_0x43cc35(0x19f))/0x8;if(_0x49634c===_0x10eed4)break;else _0x2379a2['push'](_0x2379a2['shift']());}catch(_0x1a1439){_0x2379a2['push'](_0x2379a2['shift']());}}}(_0x182d,0xc2873));const e={'docs-chart-ui':{'previewRenderFailed':_0x51b17d(0x1a0),'updateChartFailed':'无法更新图表。','chartNotFound':_0x51b17d(0x1b1),'close':'关闭','common':{'horizontalAxis':'横轴','verticalAxis':'纵轴','setup':_0x51b17d(0x1c3),'customize':_0x51b17d(0x196),'editChart':'图表','data':'数据','editData':_0x51b17d(0x19a),'tableDataEmpty':_0x51b17d(0x1b6),'cancel':'取消','duplicate':'复制数据源','apply':'应用','insertChartFailed':_0x51b17d(0x1ad),'inlineData':_0x51b17d(0x1c0),'insert':'插入','deleteChart':'删除图表','insertChart':_0x51b17d(0x1b9),'chartAndAxisTitles':_0x51b17d(0x1b7),'chartStyle':_0x51b17d(0x1c2),'heatmap':_0x51b17d(0x19e),'legend':'图例','rightVerticalAxis':'右纵轴','series':'系列','trendline':_0x51b17d(0x1c8),'category':'类别','label':'标签','value':'数值','valueField':_0x51b17d(0x1bf),'chartType':_0x51b17d(0x1ae)},'floatMenu':{'menuTitle':{'chart':'图表'}},'chartTypes':{'line':'折线图','column':_0x51b17d(0x1b5),'columnStacked':_0x51b17d(0x198),'columnPercentStacked':_0x51b17d(0x19c),'bar':_0x51b17d(0x18f),'barStacked':_0x51b17d(0x1c5),'barPercentStacked':_0x51b17d(0x19d),'pie':'饼图','donut':_0x51b17d(0x1c4),'pieOfPie':'子母饼图','barOfPie':'复合饼图','area':_0x51b17d(0x1bd),'areaStacked':_0x51b17d(0x1aa),'areaPercentStacked':_0x51b17d(0x1b4),'radar':'雷达图','scatter':'散点图','combination':_0x51b17d(0x195),'wordCloud':_0x51b17d(0x18d),'funnel':'漏斗图','bubble':_0x51b17d(0x190),'relation':_0x51b17d(0x18e),'waterfall':'瀑布图','pareto':_0x51b17d(0x1a9),'sankey':_0x51b17d(0x1bc),'heatmap':_0x51b17d(0x19e),'boxplot':_0x51b17d(0x1a1),'candlestick':_0x51b17d(0x1a6),'histogram':_0x51b17d(0x1c1),'treemap':_0x51b17d(0x1b8),'sunburst':_0x51b17d(0x191),'gauge':_0x51b17d(0x1a5),'chord':_0x51b17d(0x1a7)},'section':{'candlestick':'烛台图','chord':_0x51b17d(0x1a7),'funnel':'漏斗图','gauge':'仪表图','gridlinesAndTicks':_0x51b17d(0x1c7),'histogram':_0x51b17d(0x1c1),'indicatorLine':_0x51b17d(0x194),'lineAndArea':_0x51b17d(0x1ba),'paretoBar':_0x51b17d(0x193),'paretoLine':'累积占比系列','pie':'饼图','radar':'雷达图','relation':'关系图','sunburst':_0x51b17d(0x191),'treemap':_0x51b17d(0x1be),'waterfall':'瀑布图','wordCloud':'词云'},'candlestick':{'columnsError':'K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','close':'收盘','high':'最高','low':'最低','open':'开盘','series':'OHLC\x20系列'},'chord':{'source':'来源','target':'目标','emptyDiagnostic':_0x51b17d(0x1b2),'mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':'弦图配置无效,请检查角度、半径、不透明度和尺寸。','count':'关系计数','associatedValue':_0x51b17d(0x18c)},'sunburst':{'hierarchy':'层级','ownValue':'自身值','children':'子项','diagnostic':_0x51b17d(0x199)},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':_0x51b17d(0x1a4)},'treemap':{'hierarchy':_0x51b17d(0x1bb),'ownValue':'自身值','children':'子项','diagnostic':'矩形树图至少需要一个层级字段和一个数值字段。'},'gauge':{'emptyDiagnostic':_0x51b17d(0x1ab),'mappingDiagnostic':_0x51b17d(0x1af),'configDiagnostic':_0x51b17d(0x1ac)},'chartField':{'missingCategoryFields':_0x51b17d(0x1c6),'missingSeriesFields':_0x51b17d(0x197),'invalidFieldIndex':'所选图表字段已不可用。','invalidValueFieldType':_0x51b17d(0x19b),'invalidDataStructure':_0x51b17d(0x1ca),'unsupportedChartType':'此图表类型没有字段使用规则。'}}};export{e as default};function _0x182d(){const _0x139099=['堆叠条形图','此图表需要更多标签字段。','网格线和刻度线','趋势线','120iiPuig','所选字段无法构成此图表所需的有效数据结构。','关联值','词云图','关系图','条形图','气泡图','旭日图','2489984nwEfvo','柱状图系列','指示线','组合图','自定义样式','此图表需要更多数值字段。','堆叠\x20·\x20柱状图','旭日图至少需要一个层级字段和一个数值字段。','修改数据','所选值字段不包含数值数据。','百分比堆叠\x20·\x20柱状图','百分比堆叠条形图','热力图','1852832dYTBJr','无法呈现图表预览。','箱线图','3680709zFXnMM','1336862qbLATZ','成员数','仪表盘','K\x20线图','和弦图','5547546SrgzUj','排列图','堆叠面积图','仪表图至少需要一个有限数值。','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','无法插入图表。','图表类型','仪表图需要一个标签字段且只能有一个数值字段。','116840oJaMHh','图表不可用。','弦图至少需要两个不同节点之间的一条正权重关系。','800000ucDXKu','百分比堆叠面积图','柱状图','表格数据为空。','图表和坐标轴标题','矩形树图','插入图表','折线图\x20/\x20面积图','层级字段','桑基图','面积图','树状图','数值字段','内联数据','直方图','图表样式','类型与数据','环形图'];_0x182d=function(){return _0x139099;};return _0x182d();}
@@ -1 +1 @@
1
- function _0x9ee6(_0x487aee,_0x48fe9f){_0x487aee=_0x487aee-0x12b;const _0x14541b=_0x1454();let _0x9ee626=_0x14541b[_0x487aee];return _0x9ee626;}const _0x8b300=_0x9ee6;(function(_0x2cc182,_0x28e247){const _0x431b89=_0x9ee6,_0xbe892d=_0x2cc182();while(!![]){try{const _0x449d78=-parseInt(_0x431b89(0x144))/0x1*(-parseInt(_0x431b89(0x16a))/0x2)+parseInt(_0x431b89(0x148))/0x3*(parseInt(_0x431b89(0x167))/0x4)+parseInt(_0x431b89(0x12e))/0x5*(-parseInt(_0x431b89(0x147))/0x6)+parseInt(_0x431b89(0x145))/0x7+-parseInt(_0x431b89(0x172))/0x8+parseInt(_0x431b89(0x131))/0x9*(parseInt(_0x431b89(0x136))/0xa)+parseInt(_0x431b89(0x159))/0xb*(-parseInt(_0x431b89(0x150))/0xc);if(_0x449d78===_0x28e247)break;else _0xbe892d['push'](_0xbe892d['shift']());}catch(_0x2796e9){_0xbe892d['push'](_0xbe892d['shift']());}}}(_0x1454,0xca271));const e={'docs-chart-ui':{'previewRenderFailed':_0x8b300(0x162),'updateChartFailed':_0x8b300(0x134),'chartNotFound':_0x8b300(0x135),'close':'關閉','common':{'horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x8b300(0x15c),'customize':'自訂圖表','editChart':'編輯圖表','data':'資料','editData':_0x8b300(0x14f),'tableDataEmpty':_0x8b300(0x15b),'cancel':'取消','duplicate':'複製','apply':'套用','insertChartFailed':_0x8b300(0x14c),'inlineData':_0x8b300(0x13b),'insert':'插入','deleteChart':_0x8b300(0x142),'insertChart':_0x8b300(0x176),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x8b300(0x15a),'heatmap':_0x8b300(0x143),'legend':'圖例','rightVerticalAxis':_0x8b300(0x174),'series':'系列','trendline':_0x8b300(0x13f),'category':'類別','label':'標籤','value':'數值','valueField':_0x8b300(0x163),'chartType':_0x8b300(0x171)},'floatMenu':{'menuTitle':{'chart':'圖表'}},'chartTypes':{'line':_0x8b300(0x164),'column':_0x8b300(0x12f),'bar':_0x8b300(0x158),'barStacked':_0x8b300(0x152),'barPercentStacked':_0x8b300(0x155),'pie':'餅圖','pieOfPie':_0x8b300(0x13d),'barOfPie':'複合餅圖','area':_0x8b300(0x139),'areaStacked':_0x8b300(0x13e),'areaPercentStacked':_0x8b300(0x16f),'radar':_0x8b300(0x14d),'scatter':_0x8b300(0x157),'combination':_0x8b300(0x154),'wordCloud':_0x8b300(0x149),'funnel':_0x8b300(0x12c),'bubble':_0x8b300(0x14a),'relation':_0x8b300(0x12b),'waterfall':_0x8b300(0x133),'pareto':_0x8b300(0x16e),'sankey':_0x8b300(0x132),'heatmap':_0x8b300(0x143),'boxplot':_0x8b300(0x161),'candlestick':_0x8b300(0x14e),'histogram':_0x8b300(0x13a),'treemap':_0x8b300(0x169),'sunburst':_0x8b300(0x15f),'gauge':_0x8b300(0x175),'chord':_0x8b300(0x15e)},'section':{'candlestick':_0x8b300(0x153),'chord':_0x8b300(0x15e),'funnel':_0x8b300(0x12c),'gauge':_0x8b300(0x165),'gridlinesAndTicks':'網格線和刻度線','histogram':_0x8b300(0x13a),'indicatorLine':_0x8b300(0x141),'lineAndArea':_0x8b300(0x166),'paretoBar':_0x8b300(0x12d),'paretoLine':'累積占比系列','pie':'餅圖','radar':_0x8b300(0x14d),'relation':_0x8b300(0x12b),'sunburst':_0x8b300(0x15f),'treemap':_0x8b300(0x168),'waterfall':_0x8b300(0x133),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x8b300(0x173),'close':'收盤價','high':_0x8b300(0x16d),'low':_0x8b300(0x140),'open':_0x8b300(0x151),'series':_0x8b300(0x160)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x8b300(0x170),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','count':'關係數','associatedValue':_0x8b300(0x16c)},'sunburst':{'hierarchy':'階層','ownValue':'自身值','children':'子項','diagnostic':_0x8b300(0x137)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x8b300(0x15d),'ownValue':_0x8b300(0x138),'children':'子項','diagnostic':_0x8b300(0x156)},'gauge':{'emptyDiagnostic':_0x8b300(0x130),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chartField':{'missingCategoryFields':_0x8b300(0x14b),'missingSeriesFields':_0x8b300(0x146),'invalidFieldIndex':_0x8b300(0x13c),'invalidValueFieldType':'所選數值欄位不包含數值資料。','invalidDataStructure':_0x8b300(0x16b),'unsupportedChartType':'此圖表類型沒有欄位使用規則。'}}};export{e as default};function _0x1454(){const _0x2cfbc0=['矩形樹圖','12CAeasI','所選欄位無法構成此圖表所需的有效資料結構。','關聯值','最高價','排列圖','百分比堆疊面積圖','弦圖至少需要兩個不同節點之間的一條正權重關係。','圖表類型','3485640nXdGnH','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','右縱軸','儀表盤','插入圖表','關係圖','漏斗圖','長條圖系列','6782495rNWPyI','柱狀圖','儀表圖至少需要一個有限數值。','14260896mhBVix','桑基圖','瀑布圖','無法更新圖表。','圖表無法使用。','10vbdfAL','旭日圖至少需要一個階層欄位和一個數值欄位。','自身值','面積圖','直方圖','內嵌資料','所選圖表欄位已無法使用。','子母餅圖','堆疊面積圖','趨勢線','最低價','指示線','刪除圖表','熱力圖','140871UTYByL','900172OKVfIM','此圖表需要更多數值欄位。','6AQwTWv','15CGmGtk','詞雲圖','氣泡圖','此圖表需要更多標籤欄位。','插入圖表失敗','雷達圖','K\x20線圖','編輯資料','1128IncHry','開盤價','堆疊條形圖','燭台圖','組合圖','百分比堆疊條形圖','矩形樹圖至少需要一個階層欄位和一個數值欄位。','散點圖','條形圖','3795HiLEAk','圖表樣式','表格資料為空','設定圖表','階層欄位','和弦圖','旭日圖','OHLC\x20數列','箱型圖','無法顯示圖表預覽。','數值欄位','折線圖','儀表圖','折線圖\x20/\x20面積圖','75428btMZMr','樹狀圖'];_0x1454=function(){return _0x2cfbc0;};return _0x1454();}
1
+ const _0x295ec3=_0x2e04;(function(_0x13ece7,_0x4a8729){const _0x1dd9f7=_0x2e04,_0x86f890=_0x13ece7();while(!![]){try{const _0x3572e8=parseInt(_0x1dd9f7(0x1e0))/0x1+-parseInt(_0x1dd9f7(0x1a4))/0x2*(parseInt(_0x1dd9f7(0x1dd))/0x3)+parseInt(_0x1dd9f7(0x19f))/0x4+parseInt(_0x1dd9f7(0x1c9))/0x5*(-parseInt(_0x1dd9f7(0x1ba))/0x6)+parseInt(_0x1dd9f7(0x1c2))/0x7*(-parseInt(_0x1dd9f7(0x1dc))/0x8)+parseInt(_0x1dd9f7(0x1c0))/0x9+parseInt(_0x1dd9f7(0x1bd))/0xa;if(_0x3572e8===_0x4a8729)break;else _0x86f890['push'](_0x86f890['shift']());}catch(_0x2aa650){_0x86f890['push'](_0x86f890['shift']());}}}(_0x561f,0x3f718));function _0x2e04(_0x43fc22,_0x3f661c){_0x43fc22=_0x43fc22-0x19e;const _0x561f35=_0x561f();let _0x2e0470=_0x561f35[_0x43fc22];return _0x2e0470;}const e={'docs-chart-ui':{'previewRenderFailed':_0x295ec3(0x1b4),'updateChartFailed':_0x295ec3(0x1ab),'chartNotFound':_0x295ec3(0x1bb),'close':'關閉','common':{'horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x295ec3(0x1ca),'customize':_0x295ec3(0x19e),'editChart':_0x295ec3(0x1bc),'data':'資料','editData':_0x295ec3(0x1a0),'tableDataEmpty':'表格資料為空','cancel':'取消','duplicate':'複製','apply':'套用','insertChartFailed':_0x295ec3(0x1d2),'inlineData':_0x295ec3(0x1a8),'insert':'插入','deleteChart':_0x295ec3(0x1d8),'insertChart':_0x295ec3(0x1a6),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x295ec3(0x1e1),'heatmap':_0x295ec3(0x1cd),'legend':'圖例','rightVerticalAxis':_0x295ec3(0x1b8),'series':'系列','trendline':_0x295ec3(0x1ac),'category':'類別','label':'標籤','value':'數值','valueField':_0x295ec3(0x1aa),'chartType':_0x295ec3(0x1ae)},'floatMenu':{'menuTitle':{'chart':'圖表'}},'chartTypes':{'line':_0x295ec3(0x1a7),'column':_0x295ec3(0x1b3),'columnStacked':_0x295ec3(0x1af),'columnPercentStacked':_0x295ec3(0x1d4),'bar':_0x295ec3(0x1be),'barStacked':_0x295ec3(0x1c4),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':'環形圖','pieOfPie':_0x295ec3(0x1c6),'barOfPie':_0x295ec3(0x1b0),'area':_0x295ec3(0x1a5),'areaStacked':_0x295ec3(0x1db),'areaPercentStacked':_0x295ec3(0x1d5),'radar':_0x295ec3(0x1ad),'scatter':_0x295ec3(0x1ce),'combination':'組合圖','wordCloud':'詞雲圖','funnel':_0x295ec3(0x1de),'bubble':_0x295ec3(0x1da),'relation':'關係圖','waterfall':_0x295ec3(0x1e3),'pareto':_0x295ec3(0x1c8),'sankey':'桑基圖','heatmap':_0x295ec3(0x1cd),'boxplot':_0x295ec3(0x1b9),'candlestick':_0x295ec3(0x1df),'histogram':_0x295ec3(0x1d3),'treemap':_0x295ec3(0x1c7),'sunburst':_0x295ec3(0x1b7),'gauge':_0x295ec3(0x1c5),'chord':'和弦圖'},'section':{'candlestick':_0x295ec3(0x1cf),'chord':'和弦圖','funnel':_0x295ec3(0x1de),'gauge':'儀表圖','gridlinesAndTicks':'網格線和刻度線','histogram':_0x295ec3(0x1d3),'indicatorLine':'指示線','lineAndArea':_0x295ec3(0x1b1),'paretoBar':'長條圖系列','paretoLine':_0x295ec3(0x1bf),'pie':'餅圖','radar':_0x295ec3(0x1ad),'relation':_0x295ec3(0x1d7),'sunburst':_0x295ec3(0x1b7),'treemap':'樹狀圖','waterfall':_0x295ec3(0x1e3),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x295ec3(0x1b6),'close':_0x295ec3(0x1a9),'high':_0x295ec3(0x1e4),'low':'最低價','open':_0x295ec3(0x1e2),'series':_0x295ec3(0x1a3)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x295ec3(0x1c1),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x295ec3(0x1d9),'count':_0x295ec3(0x1a2),'associatedValue':_0x295ec3(0x1b5)},'sunburst':{'hierarchy':'階層','ownValue':_0x295ec3(0x1a1),'children':'子項','diagnostic':_0x295ec3(0x1c3)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x295ec3(0x1d1),'ownValue':_0x295ec3(0x1a1),'children':'子項','diagnostic':_0x295ec3(0x1d6)},'gauge':{'emptyDiagnostic':'儀表圖至少需要一個有限數值。','mappingDiagnostic':_0x295ec3(0x1b2),'configDiagnostic':_0x295ec3(0x1cb)},'chartField':{'missingCategoryFields':_0x295ec3(0x1d0),'missingSeriesFields':'此圖表需要更多數值欄位。','invalidFieldIndex':'所選圖表欄位已無法使用。','invalidValueFieldType':'所選數值欄位不包含數值資料。','invalidDataStructure':'所選欄位無法構成此圖表所需的有效資料結構。','unsupportedChartType':_0x295ec3(0x1cc)}}};export{e as default};function _0x561f(){const _0x4efc95=['散點圖','燭台圖','此圖表需要更多標籤欄位。','階層欄位','插入圖表失敗','直方圖','百分比堆疊\x20·\x20柱狀圖','百分比堆疊面積圖','矩形樹圖至少需要一個階層欄位和一個數值欄位。','關係圖','刪除圖表','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','氣泡圖','堆疊面積圖','83152FALWZl','83913XuEkDA','漏斗圖','K\x20線圖','71839sONtRr','圖表樣式','開盤價','瀑布圖','最高價','自訂圖表','1962992MEUIoJ','編輯資料','自身值','關係數','OHLC\x20數列','18bhbmKO','面積圖','插入圖表','折線圖','內嵌資料','收盤價','數值欄位','無法更新圖表。','趨勢線','雷達圖','圖表類型','堆疊\x20·\x20柱狀圖','複合餅圖','折線圖\x20/\x20面積圖','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','柱狀圖','無法顯示圖表預覽。','關聯值','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','旭日圖','右縱軸','箱型圖','24scHdNS','圖表無法使用。','編輯圖表','1708120IhPkHx','條形圖','累積占比系列','1749384HTzqrw','弦圖至少需要兩個不同節點之間的一條正權重關係。','56WMlqVY','旭日圖至少需要一個階層欄位和一個數值欄位。','堆疊條形圖','儀表盤','子母餅圖','矩形樹圖','排列圖','416275GQSsPz','設定圖表','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','此圖表類型沒有欄位使用規則。','熱力圖'];_0x561f=function(){return _0x4efc95;};return _0x561f();}
@@ -1 +1 @@
1
- const _0x54f24f=_0x4740;(function(_0x195426,_0x1281b5){const _0x4b2638=_0x4740,_0x3e61e7=_0x195426();while(!![]){try{const _0x3b0595=-parseInt(_0x4b2638(0xc8))/0x1*(-parseInt(_0x4b2638(0xce))/0x2)+parseInt(_0x4b2638(0xe0))/0x3*(parseInt(_0x4b2638(0xdf))/0x4)+-parseInt(_0x4b2638(0xcd))/0x5+parseInt(_0x4b2638(0xcc))/0x6+-parseInt(_0x4b2638(0xad))/0x7+parseInt(_0x4b2638(0xd2))/0x8*(parseInt(_0x4b2638(0xcf))/0x9)+parseInt(_0x4b2638(0xb8))/0xa*(-parseInt(_0x4b2638(0xbc))/0xb);if(_0x3b0595===_0x1281b5)break;else _0x3e61e7['push'](_0x3e61e7['shift']());}catch(_0x55be95){_0x3e61e7['push'](_0x3e61e7['shift']());}}}(_0x3763,0x830d8));const e={'docs-chart-ui':{'previewRenderFailed':_0x54f24f(0xd4),'updateChartFailed':_0x54f24f(0xb2),'chartNotFound':'圖表無法使用。','close':'關閉','common':{'horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x54f24f(0xe5),'customize':_0x54f24f(0xe4),'editChart':'編輯圖表','data':'資料','editData':'編輯資料','tableDataEmpty':'表格資料為空','cancel':'取消','duplicate':'複製','apply':'套用','insertChartFailed':_0x54f24f(0xae),'inlineData':_0x54f24f(0xac),'insert':'插入','deleteChart':_0x54f24f(0xd7),'insertChart':'插入圖表','chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x54f24f(0xaf),'heatmap':'熱力圖','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':_0x54f24f(0xb1),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':'圖表類型'},'floatMenu':{'menuTitle':{'chart':'圖表'}},'chartTypes':{'line':_0x54f24f(0xb0),'column':_0x54f24f(0xe2),'bar':_0x54f24f(0xc5),'barStacked':_0x54f24f(0xb9),'barPercentStacked':_0x54f24f(0xaa),'pie':'餅圖','pieOfPie':_0x54f24f(0xca),'barOfPie':_0x54f24f(0xbf),'area':'面積圖','areaStacked':_0x54f24f(0xba),'areaPercentStacked':'百分比堆疊面積圖','radar':_0x54f24f(0xc2),'scatter':_0x54f24f(0xbd),'combination':'組合圖','wordCloud':_0x54f24f(0xb3),'funnel':_0x54f24f(0xd5),'bubble':_0x54f24f(0xd1),'relation':'關係圖','waterfall':'瀑布圖','pareto':'排列圖','sankey':_0x54f24f(0xa7),'heatmap':_0x54f24f(0xa6),'boxplot':_0x54f24f(0xdd),'candlestick':'K\x20線圖','histogram':_0x54f24f(0xc1),'treemap':'矩形樹圖','sunburst':_0x54f24f(0xda),'gauge':_0x54f24f(0xe3),'chord':_0x54f24f(0xe8)},'section':{'candlestick':_0x54f24f(0xe7),'chord':_0x54f24f(0xe8),'funnel':_0x54f24f(0xd5),'gauge':_0x54f24f(0xd6),'gridlinesAndTicks':'網格線和刻度線','histogram':'直方圖','indicatorLine':'指示線','lineAndArea':_0x54f24f(0xc7),'paretoBar':_0x54f24f(0xd9),'paretoLine':_0x54f24f(0xd0),'pie':'餅圖','radar':_0x54f24f(0xc2),'relation':_0x54f24f(0xab),'sunburst':_0x54f24f(0xda),'treemap':'樹狀圖','waterfall':'瀑布圖','wordCloud':'詞雲'},'candlestick':{'columnsError':_0x54f24f(0xd3),'close':_0x54f24f(0xbb),'high':'最高價','low':_0x54f24f(0xb5),'open':_0x54f24f(0xb7),'series':_0x54f24f(0xb4)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x54f24f(0xe6),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x54f24f(0xc0),'count':_0x54f24f(0xd8),'associatedValue':_0x54f24f(0xdc)},'sunburst':{'hierarchy':'階層','ownValue':_0x54f24f(0xe1),'children':'子項','diagnostic':_0x54f24f(0xcb)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x54f24f(0xc9),'ownValue':_0x54f24f(0xe1),'children':'子項','diagnostic':_0x54f24f(0xc4)},'gauge':{'emptyDiagnostic':_0x54f24f(0xbe),'mappingDiagnostic':_0x54f24f(0xa8),'configDiagnostic':_0x54f24f(0xc6)},'chartField':{'missingCategoryFields':'這個圖表需要更多標籤欄位。','missingSeriesFields':_0x54f24f(0xde),'invalidFieldIndex':_0x54f24f(0xdb),'invalidValueFieldType':_0x54f24f(0xa9),'invalidDataStructure':_0x54f24f(0xb6),'unsupportedChartType':_0x54f24f(0xc3)}}};export{e as default};function _0x4740(_0x2b4bfc,_0x5683fc){_0x2b4bfc=_0x2b4bfc-0xa6;const _0x376365=_0x3763();let _0x47400f=_0x376365[_0x2b4bfc];return _0x47400f;}function _0x3763(){const _0x9c0bb7=['散點圖','儀表圖至少需要一個有限數值。','複合餅圖','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','直方圖','雷達圖','這個圖表類型沒有欄位使用規則。','矩形樹圖至少需要一個階層欄位和一個數值欄位。','條形圖','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','折線圖\x20/\x20面積圖','52tWyBDE','階層欄位','子母餅圖','旭日圖至少需要一個階層欄位和一個數值欄位。','2632920XSbJCM','1340910PXzzoL','19478eGwMbl','18Dkjapp','累積占比系列','氣泡圖','1500936ULYyNN','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','無法呈現圖表預覽。','漏斗圖','儀表圖','刪除圖表','關係數','長條圖系列','旭日圖','選取的圖表欄位已無法使用。','關聯值','箱型圖','這個圖表需要更多數值欄位。','60gWeaEe','156768tyaJpX','自身值','柱狀圖','儀表板','自訂圖表','設定圖表','弦圖至少需要兩個不同節點之間的一條正權重關係。','燭台圖','和弦圖','熱力圖','桑基圖','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','選取的數值欄位不包含數值資料。','百分比堆疊條形圖','關係圖','內嵌資料','4981172dExdvk','插入圖表失敗','圖表樣式','折線圖','趨勢線','無法更新圖表。','詞雲圖','OHLC\x20數列','最低價','選取的欄位無法構成這個圖表所需的有效資料結構。','開盤價','133580VhqFeY','堆疊條形圖','堆疊面積圖','收盤價','484nQWoxr'];_0x3763=function(){return _0x9c0bb7;};return _0x3763();}
1
+ const _0x3e4f08=_0x3943;function _0x3943(_0x4af45b,_0x3b4fcf){_0x4af45b=_0x4af45b-0x76;const _0x2b5425=_0x2b54();let _0x394359=_0x2b5425[_0x4af45b];return _0x394359;}(function(_0x29b587,_0x24c5f0){const _0x183a7b=_0x3943,_0x24696a=_0x29b587();while(!![]){try{const _0x402116=-parseInt(_0x183a7b(0x7e))/0x1+parseInt(_0x183a7b(0x8e))/0x2*(-parseInt(_0x183a7b(0xac))/0x3)+-parseInt(_0x183a7b(0xa2))/0x4+parseInt(_0x183a7b(0xad))/0x5*(parseInt(_0x183a7b(0x87))/0x6)+parseInt(_0x183a7b(0x8b))/0x7*(-parseInt(_0x183a7b(0xc0))/0x8)+-parseInt(_0x183a7b(0xa7))/0x9*(-parseInt(_0x183a7b(0x84))/0xa)+parseInt(_0x183a7b(0x9c))/0xb*(parseInt(_0x183a7b(0xb3))/0xc);if(_0x402116===_0x24c5f0)break;else _0x24696a['push'](_0x24696a['shift']());}catch(_0x3b1a5a){_0x24696a['push'](_0x24696a['shift']());}}}(_0x2b54,0xca24b));const e={'docs-chart-ui':{'previewRenderFailed':_0x3e4f08(0x96),'updateChartFailed':_0x3e4f08(0xc1),'chartNotFound':_0x3e4f08(0xab),'close':'關閉','common':{'horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x3e4f08(0x98),'customize':_0x3e4f08(0x82),'editChart':_0x3e4f08(0x76),'data':'資料','editData':_0x3e4f08(0x7f),'tableDataEmpty':_0x3e4f08(0xba),'cancel':'取消','duplicate':'複製','apply':'套用','insertChartFailed':_0x3e4f08(0x91),'inlineData':_0x3e4f08(0x8a),'insert':'插入','deleteChart':'刪除圖表','insertChart':_0x3e4f08(0x80),'chartAndAxisTitles':_0x3e4f08(0x9e),'chartStyle':_0x3e4f08(0x9a),'heatmap':_0x3e4f08(0xbb),'legend':'圖例','rightVerticalAxis':_0x3e4f08(0x88),'series':'系列','trendline':_0x3e4f08(0x90),'category':'類別','label':'標籤','value':'數值','valueField':_0x3e4f08(0xa6),'chartType':_0x3e4f08(0xb8)},'floatMenu':{'menuTitle':{'chart':'圖表'}},'chartTypes':{'line':_0x3e4f08(0x8d),'column':_0x3e4f08(0xb2),'columnStacked':_0x3e4f08(0x95),'columnPercentStacked':_0x3e4f08(0xaf),'bar':'條形圖','barStacked':_0x3e4f08(0x94),'barPercentStacked':_0x3e4f08(0xbe),'pie':'餅圖','donut':_0x3e4f08(0x89),'pieOfPie':_0x3e4f08(0xaa),'barOfPie':_0x3e4f08(0xb5),'area':'面積圖','areaStacked':_0x3e4f08(0x9f),'areaPercentStacked':'百分比堆疊面積圖','radar':_0x3e4f08(0x85),'scatter':_0x3e4f08(0xbc),'combination':_0x3e4f08(0x9d),'wordCloud':_0x3e4f08(0x7c),'funnel':_0x3e4f08(0xb6),'bubble':_0x3e4f08(0x7b),'relation':_0x3e4f08(0xbf),'waterfall':'瀑布圖','pareto':'排列圖','sankey':'桑基圖','heatmap':'熱力圖','boxplot':_0x3e4f08(0xb1),'candlestick':'K\x20線圖','histogram':_0x3e4f08(0x97),'treemap':_0x3e4f08(0x79),'sunburst':_0x3e4f08(0xa5),'gauge':_0x3e4f08(0xa4),'chord':_0x3e4f08(0xbd)},'section':{'candlestick':'燭台圖','chord':_0x3e4f08(0xbd),'funnel':'漏斗圖','gauge':'儀表圖','gridlinesAndTicks':'網格線和刻度線','histogram':'直方圖','indicatorLine':_0x3e4f08(0xa0),'lineAndArea':_0x3e4f08(0x7a),'paretoBar':_0x3e4f08(0xb0),'paretoLine':_0x3e4f08(0x7d),'pie':'餅圖','radar':'雷達圖','relation':_0x3e4f08(0xbf),'sunburst':_0x3e4f08(0xa5),'treemap':_0x3e4f08(0x83),'waterfall':'瀑布圖','wordCloud':'詞雲'},'candlestick':{'columnsError':_0x3e4f08(0xa3),'close':_0x3e4f08(0x9b),'high':_0x3e4f08(0x77),'low':_0x3e4f08(0xa1),'open':_0x3e4f08(0xb7),'series':'OHLC\x20數列'},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x3e4f08(0x93),'mappingDiagnostic':_0x3e4f08(0x86),'configDiagnostic':_0x3e4f08(0x99),'count':_0x3e4f08(0xc2),'associatedValue':_0x3e4f08(0xae)},'sunburst':{'hierarchy':'階層','ownValue':'自身值','children':'子項','diagnostic':'旭日圖至少需要一個階層欄位和一個數值欄位。'},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x3e4f08(0xb9),'ownValue':'自身值','children':'子項','diagnostic':_0x3e4f08(0xb4)},'gauge':{'emptyDiagnostic':_0x3e4f08(0x8f),'mappingDiagnostic':_0x3e4f08(0x78),'configDiagnostic':_0x3e4f08(0x92)},'chartField':{'missingCategoryFields':_0x3e4f08(0xa8),'missingSeriesFields':'這個圖表需要更多數值欄位。','invalidFieldIndex':_0x3e4f08(0xc3),'invalidValueFieldType':_0x3e4f08(0x81),'invalidDataStructure':_0x3e4f08(0xa9),'unsupportedChartType':_0x3e4f08(0x8c)}}};function _0x2b54(){const _0x19a924=['堆疊面積圖','指示線','最低價','4357912qbwapl','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','儀表板','旭日圖','數值欄位','1161DXnrYQ','這個圖表需要更多標籤欄位。','選取的欄位無法構成這個圖表所需的有效資料結構。','子母餅圖','圖表無法使用。','39mvvxkU','620470uehvhH','關聯值','百分比堆疊\x20·\x20柱狀圖','長條圖系列','箱型圖','柱狀圖','12lzcPyO','矩形樹圖至少需要一個階層欄位和一個數值欄位。','複合餅圖','漏斗圖','開盤價','圖表類型','階層欄位','表格資料為空','熱力圖','散點圖','和弦圖','百分比堆疊條形圖','關係圖','511136OqNMcY','無法更新圖表。','關係數','選取的圖表欄位已無法使用。','編輯圖表','最高價','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','矩形樹圖','折線圖\x20/\x20面積圖','氣泡圖','詞雲圖','累積占比系列','1314612qaNjvf','編輯資料','插入圖表','選取的數值欄位不包含數值資料。','自訂圖表','樹狀圖','107080Wswuli','雷達圖','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','42hKJxES','右縱軸','環形圖','內嵌資料','119bKcHHc','這個圖表類型沒有欄位使用規則。','折線圖','170630YQzust','儀表圖至少需要一個有限數值。','趨勢線','插入圖表失敗','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','弦圖至少需要兩個不同節點之間的一條正權重關係。','堆疊條形圖','堆疊\x20·\x20柱狀圖','無法呈現圖表預覽。','直方圖','設定圖表','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','圖表樣式','收盤價','34950718NSDDZq','組合圖','圖表與座標軸標題'];_0x2b54=function(){return _0x19a924;};return _0x2b54();}export{e as default};
package/lib/index.css CHANGED
@@ -55,6 +55,10 @@
55
55
  min-height: 100%;
56
56
  }
57
57
 
58
+ .\!univer-w-\[calc\(100vw-32px\)\] {
59
+ width: calc(100vw - 32px) !important;
60
+ }
61
+
58
62
  .univer-w-\[388px\] {
59
63
  width: 388px;
60
64
  }
@@ -71,6 +75,10 @@
71
75
  min-width: 0;
72
76
  }
73
77
 
78
+ .\!univer-max-w-\[680px\] {
79
+ max-width: 680px !important;
80
+ }
81
+
74
82
  .univer-flex-1 {
75
83
  flex: 1;
76
84
  }
@@ -143,8 +151,8 @@
143
151
  border-color: var(--univer-gray-200);
144
152
  }
145
153
 
146
- .univer-bg-white {
147
- background-color: var(--univer-white);
154
+ .univer-bg-gray-0 {
155
+ background-color: var(--univer-gray-0);
148
156
  }
149
157
 
150
158
  .univer-p-4 {
@@ -218,6 +226,18 @@
218
226
  color: var(--univer-red-600);
219
227
  }
220
228
 
229
+ @media (min-width: 768px) {
230
+ .md\:\!univer-max-w-\[960px\] {
231
+ max-width: 960px !important;
232
+ }
233
+ }
234
+
235
+ @media (min-width: 1280px) {
236
+ .xl\:\!univer-max-w-\[1200px\] {
237
+ max-width: 1200px !important;
238
+ }
239
+ }
240
+
221
241
  .dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
222
242
  border-color: var(--univer-gray-700) !important;
223
243
  }
@@ -226,10 +246,14 @@
226
246
  background-color: var(--univer-gray-900) !important;
227
247
  }
228
248
 
249
+ .dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
250
+ color: var(--univer-gray-0) !important;
251
+ }
252
+
229
253
  .dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
230
254
  color: var(--univer-gray-400) !important;
231
255
  }
232
256
 
233
- .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
234
- color: var(--univer-white) !important;
257
+ .dark\:\!univer-text-red-400:where(.univer-dark, .univer-dark *) {
258
+ color: var(--univer-red-400) !important;
235
259
  }