@univerjs-pro/boards-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 (91) 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 +8 -43
  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/BoardChartInsertPanel.d.ts +3 -3
  63. package/lib/types/controllers/board-chart-element-float-menu.controller.d.ts +1 -0
  64. package/lib/types/services/board-chart-clipboard-adapter.d.ts +3 -3
  65. package/lib/types/services/board-chart-data-edit.service.d.ts +4 -3
  66. package/lib/types/services/board-chart-render.service.d.ts +3 -3
  67. package/lib/types/services/board-chart-snapshot-render.service.d.ts +6 -3
  68. package/lib/types/services/board-chart-ui.service.d.ts +4 -4
  69. package/lib/types/services/chart-image-export-provider.d.ts +21 -0
  70. package/lib/umd/index.js +1 -1
  71. package/lib/umd/locale/ar-SA.js +1 -1
  72. package/lib/umd/locale/ca-ES.js +1 -1
  73. package/lib/umd/locale/de-DE.js +1 -1
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/id-ID.js +1 -1
  79. package/lib/umd/locale/it-IT.js +1 -1
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/pl-PL.js +1 -1
  83. package/lib/umd/locale/pt-BR.js +1 -1
  84. package/lib/umd/locale/ru-RU.js +1 -1
  85. package/lib/umd/locale/sk-SK.js +1 -1
  86. package/lib/umd/locale/vi-VN.js +1 -1
  87. package/lib/umd/locale/zh-CN.js +1 -1
  88. package/lib/umd/locale/zh-HK.js +1 -1
  89. package/lib/umd/locale/zh-TW.js +1 -1
  90. package/package.json +14 -14
  91. package/lib/types/common/BoardChartTypeOptions.d.ts +0 -134
@@ -1 +1 @@
1
- function _0x3de3(){var _0x211b82=['数值字段','图表样式','OHLC\x20系列','修改数据','无法更新图表数据。','累积占比系列','堆叠\x20·\x20柱状图','1TqqkbO','4775504XxpMEJ','图表类型','仪表盘','此图表需要更多标签字段。','子母饼图','和弦图','此图表需要更多数值字段。','关联值','组合图','2441214aoipQF','词云图','堆叠面积图','K\x20线图','amd','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','趋势线','层级字段','树状图','柱状图','弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','网格线和刻度线','复合饼图','瀑布图','此图表类型没有字段使用规则。','UniverProBoardsChartUiZhCN','object','图表和坐标轴标题','无法插入图表。','仪表图至少需要一个有限数值。','指示线','矩形树图至少需要一个层级字段和一个数值字段。','680073fzLhci','条形图','类型与数据','箱线图','百分比堆叠面积图','切换行列','50012zbNnmm','柱状图系列','所选字段无法构成此图表所需的有效数据结构。','463690onsEIF','所选图表字段已不可用。','弦图至少需要两个不同节点之间的一条正权重关系。','仪表图需要一个标签字段且只能有一个数值字段。','关系计数','直方图','仪表图','旭日图至少需要一个层级字段和一个数值字段。','exports','环形图','自身值','2306622EvemMZ','雷达图','10XGmWKU','右纵轴','矩形树图','305sBkiDV','关系图','烛台图','1082361tnSwOI','百分比堆叠条形图','K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','气泡图','散点图','热力图'];_0x3de3=function(){return _0x211b82;};return _0x3de3();}function _0xf5a6(_0x3253e1,_0xf3808f){_0x3253e1=_0x3253e1-0xf2;var _0x3de319=_0x3de3();var _0xf5a6d0=_0x3de319[_0x3253e1];return _0xf5a6d0;}(function(_0x340e0c,_0x33081c){var _0x5601ed=_0xf5a6,_0x1d7c2b=_0x340e0c();while(!![]){try{var _0x56bf8c=-parseInt(_0x5601ed(0xfe))/0x1*(parseInt(_0x5601ed(0x127))/0x2)+parseInt(_0x5601ed(0x11e))/0x3+parseInt(_0x5601ed(0x124))/0x4*(parseInt(_0x5601ed(0x137))/0x5)+-parseInt(_0x5601ed(0x132))/0x6+-parseInt(_0x5601ed(0x13a))/0x7+parseInt(_0x5601ed(0xff))/0x8+-parseInt(_0x5601ed(0x108))/0x9*(parseInt(_0x5601ed(0x134))/0xa);if(_0x56bf8c===_0x33081c)break;else _0x1d7c2b['push'](_0x1d7c2b['shift']());}catch(_0x5e4ff6){_0x1d7c2b['push'](_0x1d7c2b['shift']());}}}(_0x3de3,0x84da1),function(_0x1e64b4,_0x25d6af){var _0xf23cd=_0xf5a6;typeof exports==_0xf23cd(0x118)&&typeof module<'u'?module[_0xf23cd(0x12f)]=_0x25d6af():typeof define=='function'&&define[_0xf23cd(0x10c)]?define([],_0x25d6af):(_0x1e64b4=typeof globalThis<'u'?globalThis:_0x1e64b4||self,_0x1e64b4[_0xf23cd(0x117)]=_0x25d6af());}(this,function(){var _0x7b5f20=_0xf5a6;return{'boards-chart-ui':{'dataEditor':{'unavailable':'图表数据不可用。','updateFailed':_0x7b5f20(0xfb)},'common':{'editChart':'图表','deleteChart':'删除图表','editData':_0x7b5f20(0xfa),'insertChartFailed':_0x7b5f20(0x11a),'data':'数据','cancel':'取消','insert':'插入','setup':_0x7b5f20(0x120),'customize':'自定义样式','switchRowColumn':_0x7b5f20(0x123),'duplicate':'复制数据源','apply':'应用','chartAndAxisTitles':_0x7b5f20(0x119),'chartStyle':_0x7b5f20(0xf8),'heatmap':_0x7b5f20(0xf6),'horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x7b5f20(0x135),'series':'系列','trendline':_0x7b5f20(0x10e),'verticalAxis':'纵轴','tableDataEmpty':'表格数据为空。','category':'类别','label':'标签','value':'数值','valueField':_0x7b5f20(0xf7),'chartType':_0x7b5f20(0x100)},'chartTypes':{'line':'折线图','column':_0x7b5f20(0x111),'columnStacked':_0x7b5f20(0xfd),'columnPercentStacked':'百分比堆叠\x20·\x20柱状图','bar':_0x7b5f20(0x11f),'barStacked':'堆叠条形图','barPercentStacked':_0x7b5f20(0xf2),'pie':'饼图','donut':_0x7b5f20(0x130),'pieOfPie':_0x7b5f20(0x103),'barOfPie':_0x7b5f20(0x114),'area':'面积图','areaStacked':_0x7b5f20(0x10a),'areaPercentStacked':_0x7b5f20(0x122),'radar':_0x7b5f20(0x133),'scatter':_0x7b5f20(0xf5),'combination':_0x7b5f20(0x107),'wordCloud':_0x7b5f20(0x109),'funnel':'漏斗图','bubble':_0x7b5f20(0xf4),'relation':'关系图','waterfall':_0x7b5f20(0x115),'pareto':'排列图','sankey':'桑基图','heatmap':_0x7b5f20(0xf6),'boxplot':_0x7b5f20(0x121),'candlestick':_0x7b5f20(0x10b),'histogram':_0x7b5f20(0x12c),'treemap':_0x7b5f20(0x136),'sunburst':'旭日图','gauge':_0x7b5f20(0x101),'chord':_0x7b5f20(0x104)},'section':{'candlestick':_0x7b5f20(0x139),'chord':_0x7b5f20(0x104),'funnel':'漏斗图','gauge':_0x7b5f20(0x12d),'gridlinesAndTicks':_0x7b5f20(0x113),'histogram':_0x7b5f20(0x12c),'indicatorLine':_0x7b5f20(0x11c),'lineAndArea':'折线图\x20/\x20面积图','paretoBar':_0x7b5f20(0x125),'paretoLine':_0x7b5f20(0xfc),'pie':'饼图','radar':_0x7b5f20(0x133),'relation':_0x7b5f20(0x138),'sunburst':'旭日图','treemap':_0x7b5f20(0x110),'waterfall':_0x7b5f20(0x115),'wordCloud':'词云'},'candlestick':{'columnsError':_0x7b5f20(0xf3),'close':'收盘','high':'最高','low':'最低','open':'开盘','series':_0x7b5f20(0xf9)},'chord':{'source':'来源','target':'目标','emptyDiagnostic':_0x7b5f20(0x129),'mappingDiagnostic':_0x7b5f20(0x112),'configDiagnostic':'弦图配置无效,请检查角度、半径、不透明度和尺寸。','count':_0x7b5f20(0x12b),'associatedValue':_0x7b5f20(0x106)},'sunburst':{'hierarchy':'层级','ownValue':_0x7b5f20(0x131),'children':'子项','diagnostic':_0x7b5f20(0x12e)},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':'成员数'},'treemap':{'hierarchy':_0x7b5f20(0x10f),'ownValue':_0x7b5f20(0x131),'children':'子项','diagnostic':_0x7b5f20(0x11d)},'gauge':{'emptyDiagnostic':_0x7b5f20(0x11b),'mappingDiagnostic':_0x7b5f20(0x12a),'configDiagnostic':_0x7b5f20(0x10d)},'chartField':{'missingCategoryFields':_0x7b5f20(0x102),'missingSeriesFields':_0x7b5f20(0x105),'invalidFieldIndex':_0x7b5f20(0x128),'invalidValueFieldType':'所选值字段不包含数值数据。','invalidDataStructure':_0x7b5f20(0x126),'unsupportedChartType':_0x7b5f20(0x116)}}};}));
1
+ (function(_0xed3564,_0x4e751c){var _0x337139=_0x1323,_0x5e1ad6=_0xed3564();while(!![]){try{var _0x362f43=-parseInt(_0x337139(0x9d))/0x1*(-parseInt(_0x337139(0x7a))/0x2)+parseInt(_0x337139(0x6d))/0x3*(-parseInt(_0x337139(0xb6))/0x4)+parseInt(_0x337139(0x91))/0x5*(parseInt(_0x337139(0x75))/0x6)+parseInt(_0x337139(0x7e))/0x7*(-parseInt(_0x337139(0x9e))/0x8)+parseInt(_0x337139(0x98))/0x9+parseInt(_0x337139(0x72))/0xa+-parseInt(_0x337139(0x76))/0xb;if(_0x362f43===_0x4e751c)break;else _0x5e1ad6['push'](_0x5e1ad6['shift']());}catch(_0xaa2c1f){_0x5e1ad6['push'](_0x5e1ad6['shift']());}}}(_0x509a,0xc4d11),function(_0x4d1468,_0x3d9aa3){var _0x4906ce=_0x1323;typeof exports==_0x4906ce(0x8c)&&typeof module<'u'?module['exports']=_0x3d9aa3():typeof define==_0x4906ce(0x89)&&define[_0x4906ce(0xb3)]?define([],_0x3d9aa3):(_0x4d1468=typeof globalThis<'u'?globalThis:_0x4d1468||self,_0x4d1468[_0x4906ce(0x93)]=_0x3d9aa3());}(this,function(){var _0x152fbc=_0x1323;return{'boards-chart-ui':{'dataEditor':{'unavailable':_0x152fbc(0x7f),'updateFailed':_0x152fbc(0xab)},'common':{'editChart':'图表','deleteChart':'删除图表','editData':_0x152fbc(0xa8),'insertChartFailed':_0x152fbc(0x8f),'data':'数据','cancel':'取消','insert':'插入','setup':_0x152fbc(0x88),'customize':_0x152fbc(0xa2),'switchRowColumn':_0x152fbc(0xa4),'duplicate':_0x152fbc(0x9f),'apply':'应用','chartAndAxisTitles':_0x152fbc(0xb0),'chartStyle':_0x152fbc(0x82),'heatmap':_0x152fbc(0x95),'horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x152fbc(0x7b),'series':'系列','trendline':_0x152fbc(0xa1),'verticalAxis':'纵轴','tableDataEmpty':_0x152fbc(0x73),'category':'类别','label':'标签','value':'数值','valueField':'数值字段','chartType':_0x152fbc(0x94)},'chartTypes':{'line':'折线图','column':'柱状图','columnStacked':'堆叠\x20·\x20柱状图','columnPercentStacked':_0x152fbc(0xaf),'bar':_0x152fbc(0xb4),'barStacked':_0x152fbc(0xa0),'barPercentStacked':_0x152fbc(0xac),'pie':'饼图','donut':_0x152fbc(0xb5),'pieOfPie':_0x152fbc(0x71),'barOfPie':_0x152fbc(0x80),'area':'面积图','areaStacked':_0x152fbc(0x6b),'areaPercentStacked':_0x152fbc(0x9c),'radar':_0x152fbc(0xa7),'scatter':_0x152fbc(0x8d),'combination':_0x152fbc(0x84),'wordCloud':'词云图','funnel':_0x152fbc(0x9a),'bubble':_0x152fbc(0x6e),'relation':_0x152fbc(0x8b),'waterfall':_0x152fbc(0xae),'pareto':_0x152fbc(0xa6),'sankey':_0x152fbc(0x70),'heatmap':_0x152fbc(0x95),'boxplot':_0x152fbc(0x92),'candlestick':'K\x20线图','histogram':_0x152fbc(0x74),'treemap':_0x152fbc(0xb2),'sunburst':_0x152fbc(0xa3),'gauge':_0x152fbc(0x8a),'chord':'和弦图'},'section':{'candlestick':_0x152fbc(0xaa),'chord':_0x152fbc(0xad),'funnel':'漏斗图','gauge':_0x152fbc(0x85),'gridlinesAndTicks':_0x152fbc(0x87),'histogram':_0x152fbc(0x74),'indicatorLine':_0x152fbc(0xa5),'lineAndArea':_0x152fbc(0xb1),'paretoBar':'柱状图系列','paretoLine':_0x152fbc(0xa9),'pie':'饼图','radar':_0x152fbc(0xa7),'relation':'关系图','sunburst':_0x152fbc(0xa3),'treemap':'树状图','waterfall':_0x152fbc(0xae),'wordCloud':'词云'},'candlestick':{'columnsError':'K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','close':'收盘','high':'最高','low':'最低','open':'开盘','series':'OHLC\x20系列'},'chord':{'source':'来源','target':'目标','emptyDiagnostic':_0x152fbc(0x8e),'mappingDiagnostic':_0x152fbc(0x83),'configDiagnostic':_0x152fbc(0x6c),'count':_0x152fbc(0x9b),'associatedValue':_0x152fbc(0x7d)},'sunburst':{'hierarchy':'层级','ownValue':_0x152fbc(0x79),'children':'子项','diagnostic':'旭日图至少需要一个层级字段和一个数值字段。'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':_0x152fbc(0x78)},'treemap':{'hierarchy':_0x152fbc(0x6f),'ownValue':_0x152fbc(0x79),'children':'子项','diagnostic':_0x152fbc(0x99)},'gauge':{'emptyDiagnostic':_0x152fbc(0x81),'mappingDiagnostic':_0x152fbc(0x77),'configDiagnostic':_0x152fbc(0x90)},'chartField':{'missingCategoryFields':_0x152fbc(0x86),'missingSeriesFields':_0x152fbc(0x7c),'invalidFieldIndex':'所选图表字段已不可用。','invalidValueFieldType':'所选值字段不包含数值数据。','invalidDataStructure':_0x152fbc(0x96),'unsupportedChartType':_0x152fbc(0x97)}}};}));function _0x1323(_0x25e107,_0x3bf56e){_0x25e107=_0x25e107-0x6b;var _0x509a25=_0x509a();var _0x13238f=_0x509a25[_0x25e107];return _0x13238f;}function _0x509a(){var _0x4bee7a=['百分比堆叠条形图','和弦图','瀑布图','百分比堆叠\x20·\x20柱状图','图表和坐标轴标题','折线图\x20/\x20面积图','矩形树图','amd','条形图','环形图','44BgIqUf','堆叠面积图','弦图配置无效,请检查角度、半径、不透明度和尺寸。','395703IWMENW','气泡图','层级字段','桑基图','子母饼图','8428730Bzrlgq','表格数据为空。','直方图','6558elpHnY','10661035babLxi','仪表图需要一个标签字段且只能有一个数值字段。','成员数','自身值','1273348vIYieY','右纵轴','此图表需要更多数值字段。','关联值','693FNAFvm','图表数据不可用。','复合饼图','仪表图至少需要一个有限数值。','图表样式','弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','组合图','仪表图','此图表需要更多标签字段。','网格线和刻度线','类型与数据','function','仪表盘','关系图','object','散点图','弦图至少需要两个不同节点之间的一条正权重关系。','无法插入图表。','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','6940VtctYd','箱线图','UniverProBoardsChartUiZhCN','图表类型','热力图','所选字段无法构成此图表所需的有效数据结构。','此图表类型没有字段使用规则。','1262016lwVfOZ','矩形树图至少需要一个层级字段和一个数值字段。','漏斗图','关系计数','百分比堆叠面积图','2dDFflP','44224qrWIcb','复制数据源','堆叠条形图','趋势线','自定义样式','旭日图','切换行列','指示线','排列图','雷达图','修改数据','累积占比系列','烛台图','无法更新图表数据。'];_0x509a=function(){return _0x4bee7a;};return _0x509a();}
@@ -1 +1 @@
1
- function _0x5856(_0x33b7a7,_0x333660){_0x33b7a7=_0x33b7a7-0xd7;var _0x95d0cc=_0x95d0();var _0x58566e=_0x95d0cc[_0x33b7a7];return _0x58566e;}function _0x95d0(){var _0x535a0e=['圖表類型','儀表圖至少需要一個有限數值。','階層欄位','堆疊面積圖','折線圖\x20/\x20面積圖','刪除圖表','收盤價','3774zrHISE','此圖表類型沒有欄位使用規則。','瀑布圖','儀表盤','關聯值','旭日圖','指示線','自身值','最高價','3239880KGSitz','10350WQfavc','所選數值欄位不包含數值資料。','矩形樹圖至少需要一個階層欄位和一個數值欄位。','圖表樣式','最低價','樹狀圖','function','OHLC\x20數列','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','amd','環形圖','圖表資料無法使用。','object','長條圖系列','和弦圖','桑基圖','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','複合餅圖','9184NumNiR','編輯圖表','此圖表需要更多標籤欄位。','1713324PYlDzb','詞雲圖','開盤價','百分比堆疊面積圖','無法更新圖表資料。','關係圖','組合圖','箱型圖','1764980BEUqSX','排列圖','右縱軸','累積占比系列','所選欄位無法構成此圖表所需的有效資料結構。','旭日圖至少需要一個階層欄位和一個數值欄位。','雷達圖','圖表與座標軸標題','1192vPVNaJ','直方圖','網格線和刻度線','散點圖','關係數','子母餅圖','所選圖表欄位已無法使用。','堆疊條形圖','熱力圖','219726JYIzcP','編輯資料','exports','趨勢線','條形圖','堆疊\x20·\x20柱狀圖','K\x20線圖','插入圖表失敗','切換列或欄','弦圖至少需要兩個不同節點之間的一條正權重關係。','1054675GseCYL','設定圖表','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','表格資料為空','面積圖','百分比堆疊\x20·\x20柱狀圖','漏斗圖'];_0x95d0=function(){return _0x535a0e;};return _0x95d0();}(function(_0x296f6b,_0x538359){var _0x1a088b=_0x5856,_0x26295d=_0x296f6b();while(!![]){try{var _0x4e3bbf=-parseInt(_0x1a088b(0xe8))/0x1+parseInt(_0x1a088b(0x11f))/0x2+-parseInt(_0x1a088b(0x109))/0x3+parseInt(_0x1a088b(0xd7))/0x4+parseInt(_0x1a088b(0xf2))/0x5+parseInt(_0x1a088b(0x100))/0x6*(parseInt(_0x1a088b(0x11c))/0x7)+-parseInt(_0x1a088b(0xdf))/0x8*(parseInt(_0x1a088b(0x10a))/0x9);if(_0x4e3bbf===_0x538359)break;else _0x26295d['push'](_0x26295d['shift']());}catch(_0x239c3a){_0x26295d['push'](_0x26295d['shift']());}}}(_0x95d0,0xd2b4e),function(_0xe4d7a1,_0x25838c){var _0x3b000c=_0x5856;typeof exports==_0x3b000c(0x116)&&typeof module<'u'?module[_0x3b000c(0xea)]=_0x25838c():typeof define==_0x3b000c(0x110)&&define[_0x3b000c(0x113)]?define([],_0x25838c):(_0xe4d7a1=typeof globalThis<'u'?globalThis:_0xe4d7a1||self,_0xe4d7a1['UniverProBoardsChartUiZhHK']=_0x25838c());}(this,function(){var _0x3428e1=_0x5856;return{'boards-chart-ui':{'dataEditor':{'unavailable':_0x3428e1(0x115),'updateFailed':_0x3428e1(0x123)},'common':{'editChart':_0x3428e1(0x11d),'deleteChart':_0x3428e1(0xfe),'editData':_0x3428e1(0xe9),'insertChartFailed':_0x3428e1(0xef),'data':'資料','cancel':'取消','insert':'插入','setup':_0x3428e1(0xf3),'customize':'自訂圖表','switchRowColumn':_0x3428e1(0xf0),'duplicate':'複製','apply':'套用','chartAndAxisTitles':_0x3428e1(0xde),'chartStyle':_0x3428e1(0x10d),'heatmap':_0x3428e1(0xe7),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x3428e1(0xd9),'series':'系列','trendline':_0x3428e1(0xeb),'verticalAxis':'縱軸','tableDataEmpty':_0x3428e1(0xf5),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':_0x3428e1(0xf9)},'chartTypes':{'line':'折線圖','column':'柱狀圖','columnStacked':_0x3428e1(0xed),'columnPercentStacked':_0x3428e1(0xf7),'bar':_0x3428e1(0xec),'barStacked':_0x3428e1(0xe6),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x3428e1(0x114),'pieOfPie':_0x3428e1(0xe4),'barOfPie':_0x3428e1(0x11b),'area':_0x3428e1(0xf6),'areaStacked':_0x3428e1(0xfc),'areaPercentStacked':_0x3428e1(0x122),'radar':'雷達圖','scatter':_0x3428e1(0xe2),'combination':_0x3428e1(0x125),'wordCloud':_0x3428e1(0x120),'funnel':_0x3428e1(0xf8),'bubble':'氣泡圖','relation':'關係圖','waterfall':'瀑布圖','pareto':_0x3428e1(0xd8),'sankey':_0x3428e1(0x119),'heatmap':'熱力圖','boxplot':_0x3428e1(0x126),'candlestick':_0x3428e1(0xee),'histogram':_0x3428e1(0xe0),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':_0x3428e1(0x103),'chord':_0x3428e1(0x118)},'section':{'candlestick':'燭台圖','chord':_0x3428e1(0x118),'funnel':_0x3428e1(0xf8),'gauge':'儀表圖','gridlinesAndTicks':_0x3428e1(0xe1),'histogram':_0x3428e1(0xe0),'indicatorLine':_0x3428e1(0x106),'lineAndArea':_0x3428e1(0xfd),'paretoBar':_0x3428e1(0x117),'paretoLine':_0x3428e1(0xda),'pie':'餅圖','radar':_0x3428e1(0xdd),'relation':_0x3428e1(0x124),'sunburst':_0x3428e1(0x105),'treemap':_0x3428e1(0x10f),'waterfall':_0x3428e1(0x102),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x3428e1(0xf4),'close':_0x3428e1(0xff),'high':_0x3428e1(0x108),'low':_0x3428e1(0x10e),'open':_0x3428e1(0x121),'series':_0x3428e1(0x111)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x3428e1(0xf1),'mappingDiagnostic':_0x3428e1(0x11a),'configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','count':_0x3428e1(0xe3),'associatedValue':_0x3428e1(0x104)},'sunburst':{'hierarchy':'階層','ownValue':_0x3428e1(0x107),'children':'子項','diagnostic':_0x3428e1(0xdc)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x3428e1(0xfb),'ownValue':'自身值','children':'子項','diagnostic':_0x3428e1(0x10c)},'gauge':{'emptyDiagnostic':_0x3428e1(0xfa),'mappingDiagnostic':_0x3428e1(0x112),'configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chartField':{'missingCategoryFields':_0x3428e1(0x11e),'missingSeriesFields':'此圖表需要更多數值欄位。','invalidFieldIndex':_0x3428e1(0xe5),'invalidValueFieldType':_0x3428e1(0x10b),'invalidDataStructure':_0x3428e1(0xdb),'unsupportedChartType':_0x3428e1(0x101)}}};}));
1
+ function _0x5142(){var _0x43c90e=['散點圖','排列圖','OHLC\x20數列','環形圖','瀑布圖','自訂圖表','function','網格線和刻度線','堆疊面積圖','K\x20線圖','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','516pHbWdB','exports','組合圖','刪除圖表','圖表資料無法使用。','旭日圖至少需要一個階層欄位和一個數值欄位。','關係數','柱狀圖','7685118sSmHoP','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','248vgjutg','累積占比系列','儀表圖至少需要一個有限數值。','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','箱型圖','堆疊\x20·\x20柱狀圖','燭台圖','自身值','百分比堆疊面積圖','314402quyWdU','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','矩形樹圖','樹狀圖','編輯圖表','折線圖','編輯資料','漏斗圖','百分比堆疊\x20·\x20柱狀圖','此圖表類型沒有欄位使用規則。','無法更新圖表資料。','右縱軸','圖表與座標軸標題','203434tDzSib','矩形樹圖至少需要一個階層欄位和一個數值欄位。','桑基圖','子母餅圖','22910uVkmZM','97652YbYXDX','條形圖','折線圖\x20/\x20面積圖','20132290bmeYTx','開盤價','切換列或欄','amd','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','此圖表需要更多數值欄位。','百分比堆疊條形圖','氣泡圖','趨勢線','儀表盤','和弦圖','面積圖','階層欄位','數值欄位','所選欄位無法構成此圖表所需的有效資料結構。','表格資料為空','熱力圖','收盤價','關係圖','插入圖表失敗','37551iYrqoV','弦圖至少需要兩個不同節點之間的一條正權重關係。','圖表類型','最低價','旭日圖','雷達圖','儀表圖','直方圖','94guGYom'];_0x5142=function(){return _0x43c90e;};return _0x5142();}function _0x5a62(_0x21afc7,_0x2de85a){_0x21afc7=_0x21afc7-0x1ad;var _0x5142f0=_0x5142();var _0x5a62bc=_0x5142f0[_0x21afc7];return _0x5a62bc;}(function(_0x332cde,_0x5ad0e4){var _0x36fc2e=_0x5a62,_0x142727=_0x332cde();while(!![]){try{var _0xa6b13d=-parseInt(_0x36fc2e(0x1e5))/0x1+-parseInt(_0x36fc2e(0x1c6))/0x2*(parseInt(_0x36fc2e(0x1be))/0x3)+parseInt(_0x36fc2e(0x1f7))/0x4+-parseInt(_0x36fc2e(0x1f6))/0x5*(parseInt(_0x36fc2e(0x1d2))/0x6)+-parseInt(_0x36fc2e(0x1f2))/0x7*(parseInt(_0x36fc2e(0x1dc))/0x8)+parseInt(_0x36fc2e(0x1da))/0x9+parseInt(_0x36fc2e(0x1fa))/0xa;if(_0xa6b13d===_0x5ad0e4)break;else _0x142727['push'](_0x142727['shift']());}catch(_0x12fc70){_0x142727['push'](_0x142727['shift']());}}}(_0x5142,0xa966d),function(_0x4f938e,_0x3cf0a7){var _0x307d2d=_0x5a62;typeof exports=='object'&&typeof module<'u'?module[_0x307d2d(0x1d3)]=_0x3cf0a7():typeof define==_0x307d2d(0x1cd)&&define[_0x307d2d(0x1ad)]?define([],_0x3cf0a7):(_0x4f938e=typeof globalThis<'u'?globalThis:_0x4f938e||self,_0x4f938e['UniverProBoardsChartUiZhHK']=_0x3cf0a7());}(this,function(){var _0x1ae9e1=_0x5a62;return{'boards-chart-ui':{'dataEditor':{'unavailable':_0x1ae9e1(0x1d6),'updateFailed':_0x1ae9e1(0x1ef)},'common':{'editChart':_0x1ae9e1(0x1e9),'deleteChart':_0x1ae9e1(0x1d5),'editData':_0x1ae9e1(0x1eb),'insertChartFailed':_0x1ae9e1(0x1bd),'data':'資料','cancel':'取消','insert':'插入','setup':'設定圖表','customize':_0x1ae9e1(0x1cc),'switchRowColumn':_0x1ae9e1(0x1fc),'duplicate':'複製','apply':'套用','chartAndAxisTitles':_0x1ae9e1(0x1f1),'chartStyle':'圖表樣式','heatmap':_0x1ae9e1(0x1ba),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x1ae9e1(0x1f0),'series':'系列','trendline':_0x1ae9e1(0x1b2),'verticalAxis':'縱軸','tableDataEmpty':_0x1ae9e1(0x1b9),'category':'類別','label':'標籤','value':'數值','valueField':_0x1ae9e1(0x1b7),'chartType':_0x1ae9e1(0x1c0)},'chartTypes':{'line':_0x1ae9e1(0x1ea),'column':_0x1ae9e1(0x1d9),'columnStacked':_0x1ae9e1(0x1e1),'columnPercentStacked':_0x1ae9e1(0x1ed),'bar':_0x1ae9e1(0x1f8),'barStacked':'堆疊條形圖','barPercentStacked':_0x1ae9e1(0x1b0),'pie':'餅圖','donut':_0x1ae9e1(0x1ca),'pieOfPie':_0x1ae9e1(0x1f5),'barOfPie':'複合餅圖','area':_0x1ae9e1(0x1b5),'areaStacked':_0x1ae9e1(0x1cf),'areaPercentStacked':_0x1ae9e1(0x1e4),'radar':_0x1ae9e1(0x1c3),'scatter':_0x1ae9e1(0x1c7),'combination':_0x1ae9e1(0x1d4),'wordCloud':'詞雲圖','funnel':_0x1ae9e1(0x1ec),'bubble':_0x1ae9e1(0x1b1),'relation':_0x1ae9e1(0x1bc),'waterfall':_0x1ae9e1(0x1cb),'pareto':_0x1ae9e1(0x1c8),'sankey':_0x1ae9e1(0x1f4),'heatmap':_0x1ae9e1(0x1ba),'boxplot':_0x1ae9e1(0x1e0),'candlestick':_0x1ae9e1(0x1d0),'histogram':_0x1ae9e1(0x1c5),'treemap':_0x1ae9e1(0x1e7),'sunburst':_0x1ae9e1(0x1c2),'gauge':_0x1ae9e1(0x1b3),'chord':_0x1ae9e1(0x1b4)},'section':{'candlestick':_0x1ae9e1(0x1e2),'chord':_0x1ae9e1(0x1b4),'funnel':_0x1ae9e1(0x1ec),'gauge':_0x1ae9e1(0x1c4),'gridlinesAndTicks':_0x1ae9e1(0x1ce),'histogram':_0x1ae9e1(0x1c5),'indicatorLine':'指示線','lineAndArea':_0x1ae9e1(0x1f9),'paretoBar':'長條圖系列','paretoLine':_0x1ae9e1(0x1dd),'pie':'餅圖','radar':_0x1ae9e1(0x1c3),'relation':_0x1ae9e1(0x1bc),'sunburst':_0x1ae9e1(0x1c2),'treemap':_0x1ae9e1(0x1e8),'waterfall':_0x1ae9e1(0x1cb),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x1ae9e1(0x1db),'close':_0x1ae9e1(0x1bb),'high':'最高價','low':_0x1ae9e1(0x1c1),'open':_0x1ae9e1(0x1fb),'series':_0x1ae9e1(0x1c9)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x1ae9e1(0x1bf),'mappingDiagnostic':_0x1ae9e1(0x1e6),'configDiagnostic':_0x1ae9e1(0x1df),'count':_0x1ae9e1(0x1d8),'associatedValue':'關聯值'},'sunburst':{'hierarchy':'階層','ownValue':_0x1ae9e1(0x1e3),'children':'子項','diagnostic':_0x1ae9e1(0x1d7)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x1ae9e1(0x1b6),'ownValue':_0x1ae9e1(0x1e3),'children':'子項','diagnostic':_0x1ae9e1(0x1f3)},'gauge':{'emptyDiagnostic':_0x1ae9e1(0x1de),'mappingDiagnostic':_0x1ae9e1(0x1d1),'configDiagnostic':_0x1ae9e1(0x1ae)},'chartField':{'missingCategoryFields':'此圖表需要更多標籤欄位。','missingSeriesFields':_0x1ae9e1(0x1af),'invalidFieldIndex':'所選圖表欄位已無法使用。','invalidValueFieldType':'所選數值欄位不包含數值資料。','invalidDataStructure':_0x1ae9e1(0x1b8),'unsupportedChartType':_0x1ae9e1(0x1ee)}}};}));
@@ -1 +1 @@
1
- function _0x3397(_0x2ebaad,_0x1c81a8){_0x2ebaad=_0x2ebaad-0x124;var _0x4bf55d=_0x4bf5();var _0x339792=_0x4bf55d[_0x2ebaad];return _0x339792;}(function(_0x2d2634,_0x22f914){var _0x287e62=_0x3397,_0x125a74=_0x2d2634();while(!![]){try{var _0x298edd=-parseInt(_0x287e62(0x164))/0x1+parseInt(_0x287e62(0x169))/0x2*(parseInt(_0x287e62(0x133))/0x3)+-parseInt(_0x287e62(0x138))/0x4+-parseInt(_0x287e62(0x12e))/0x5*(parseInt(_0x287e62(0x148))/0x6)+-parseInt(_0x287e62(0x146))/0x7*(-parseInt(_0x287e62(0x13e))/0x8)+-parseInt(_0x287e62(0x15e))/0x9*(parseInt(_0x287e62(0x128))/0xa)+-parseInt(_0x287e62(0x14b))/0xb*(-parseInt(_0x287e62(0x142))/0xc);if(_0x298edd===_0x22f914)break;else _0x125a74['push'](_0x125a74['shift']());}catch(_0x6a10de){_0x125a74['push'](_0x125a74['shift']());}}}(_0x4bf5,0x3917e),function(_0x372a05,_0x2bfd82){var _0x5af5c4=_0x3397;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2bfd82():typeof define=='function'&&define[_0x5af5c4(0x150)]?define([],_0x2bfd82):(_0x372a05=typeof globalThis<'u'?globalThis:_0x372a05||self,_0x372a05[_0x5af5c4(0x13c)]=_0x2bfd82());}(this,function(){var _0x2ae815=_0x3397;return{'boards-chart-ui':{'dataEditor':{'unavailable':_0x2ae815(0x126),'updateFailed':_0x2ae815(0x12c)},'common':{'editChart':_0x2ae815(0x12f),'deleteChart':_0x2ae815(0x15d),'editData':_0x2ae815(0x14f),'insertChartFailed':_0x2ae815(0x15b),'data':'資料','cancel':'取消','insert':'插入','setup':'設定圖表','customize':'自訂圖表','switchRowColumn':_0x2ae815(0x166),'duplicate':'複製','apply':'套用','chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x2ae815(0x136),'heatmap':_0x2ae815(0x158),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':'趨勢線','verticalAxis':'縱軸','tableDataEmpty':_0x2ae815(0x13a),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':_0x2ae815(0x14c)},'chartTypes':{'line':_0x2ae815(0x141),'column':_0x2ae815(0x151),'columnStacked':_0x2ae815(0x14d),'columnPercentStacked':'百分比堆疊\x20·\x20柱狀圖','bar':'條形圖','barStacked':_0x2ae815(0x16b),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x2ae815(0x161),'pieOfPie':'子母餅圖','barOfPie':_0x2ae815(0x137),'area':'面積圖','areaStacked':'堆疊面積圖','areaPercentStacked':_0x2ae815(0x154),'radar':'雷達圖','scatter':_0x2ae815(0x130),'combination':_0x2ae815(0x163),'wordCloud':_0x2ae815(0x13f),'funnel':_0x2ae815(0x160),'bubble':_0x2ae815(0x12b),'relation':_0x2ae815(0x13d),'waterfall':_0x2ae815(0x15c),'pareto':_0x2ae815(0x159),'sankey':_0x2ae815(0x165),'heatmap':'熱力圖','boxplot':_0x2ae815(0x15a),'candlestick':_0x2ae815(0x168),'histogram':_0x2ae815(0x132),'treemap':_0x2ae815(0x125),'sunburst':_0x2ae815(0x167),'gauge':'儀表板','chord':_0x2ae815(0x147)},'section':{'candlestick':_0x2ae815(0x143),'chord':_0x2ae815(0x147),'funnel':_0x2ae815(0x160),'gauge':_0x2ae815(0x15f),'gridlinesAndTicks':_0x2ae815(0x12d),'histogram':_0x2ae815(0x132),'indicatorLine':_0x2ae815(0x153),'lineAndArea':'折線圖\x20/\x20面積圖','paretoBar':_0x2ae815(0x149),'paretoLine':_0x2ae815(0x152),'pie':'餅圖','radar':'雷達圖','relation':'關係圖','sunburst':'旭日圖','treemap':_0x2ae815(0x162),'waterfall':_0x2ae815(0x15c),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x2ae815(0x140),'close':'收盤價','high':_0x2ae815(0x14e),'low':_0x2ae815(0x129),'open':'開盤價','series':'OHLC\x20數列'},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x2ae815(0x13b),'mappingDiagnostic':_0x2ae815(0x131),'configDiagnostic':_0x2ae815(0x144),'count':_0x2ae815(0x155),'associatedValue':_0x2ae815(0x124)},'sunburst':{'hierarchy':'階層','ownValue':_0x2ae815(0x127),'children':'子項','diagnostic':_0x2ae815(0x134)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x2ae815(0x12a),'ownValue':_0x2ae815(0x127),'children':'子項','diagnostic':_0x2ae815(0x145)},'gauge':{'emptyDiagnostic':_0x2ae815(0x135),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':_0x2ae815(0x156)},'chartField':{'missingCategoryFields':_0x2ae815(0x14a),'missingSeriesFields':'這個圖表需要更多數值欄位。','invalidFieldIndex':'選取的圖表欄位已無法使用。','invalidValueFieldType':_0x2ae815(0x16a),'invalidDataStructure':_0x2ae815(0x157),'unsupportedChartType':_0x2ae815(0x139)}}};}));function _0x4bf5(){var _0x4ae532=['熱力圖','排列圖','箱型圖','插入圖表失敗','瀑布圖','刪除圖表','10683asKOcv','儀表圖','漏斗圖','環形圖','樹狀圖','組合圖','454175FDkKtX','桑基圖','切換列或欄','旭日圖','K\x20線圖','168sARsEo','選取的數值欄位不包含數值資料。','堆疊條形圖','關聯值','矩形樹圖','圖表資料無法使用。','自身值','1130HfpTxc','最低價','階層欄位','氣泡圖','無法更新圖表資料。','網格線和刻度線','2995JoLErI','編輯圖表','散點圖','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','直方圖','1053VEfxyn','旭日圖至少需要一個階層欄位和一個數值欄位。','儀表圖至少需要一個有限數值。','圖表樣式','複合餅圖','727056ZBhXzf','這個圖表類型沒有欄位使用規則。','表格資料為空','弦圖至少需要兩個不同節點之間的一條正權重關係。','UniverProBoardsChartUiZhTW','關係圖','41528jtWadP','詞雲圖','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','折線圖','312WkqiEv','燭台圖','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','矩形樹圖至少需要一個階層欄位和一個數值欄位。','581zmJQrB','和弦圖','2934FNfHZG','長條圖系列','這個圖表需要更多標籤欄位。','353903IwhsvF','圖表類型','堆疊\x20·\x20柱狀圖','最高價','編輯資料','amd','柱狀圖','累積占比系列','指示線','百分比堆疊面積圖','關係數','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','選取的欄位無法構成這個圖表所需的有效資料結構。'];_0x4bf5=function(){return _0x4ae532;};return _0x4bf5();}
1
+ function _0x112c(_0x1d045e,_0x2d29a2){_0x1d045e=_0x1d045e-0x7b;var _0xc673de=_0xc673();var _0x112c97=_0xc673de[_0x1d045e];return _0x112c97;}function _0xc673(){var _0x1f22b1=['刪除圖表','表格資料為空','切換列或欄','散點圖','388gZQXwX','編輯圖表','UniverProBoardsChartUiZhTW','OHLC\x20數列','選取的數值欄位不包含數值資料。','面積圖','選取的欄位無法構成這個圖表所需的有效資料結構。','矩形樹圖','右縱軸','樹狀圖','開盤價','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','42828xzsKvi','詞雲圖','條形圖','圖表資料無法使用。','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','柱狀圖','function','直方圖','圖表類型','長條圖系列','object','階層欄位','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','110174SEEQwi','燭台圖','堆疊\x20·\x20柱狀圖','1247143LwLmHl','桑基圖','K\x20線圖','自身值','最高價','收盤價','681755aPZGjB','8507716VOjRNx','折線圖\x20/\x20面積圖','選取的圖表欄位已無法使用。','網格線和刻度線','amd','12945184eghybc','插入圖表失敗','圖表樣式','百分比堆疊面積圖','瀑布圖','旭日圖','5022378GixypM','exports','組合圖','儀表圖至少需要一個有限數值。','指示線','自訂圖表','關係圖','無法更新圖表資料。','堆疊面積圖','54BtZHki','旭日圖至少需要一個階層欄位和一個數值欄位。','設定圖表','堆疊條形圖','這個圖表需要更多數值欄位。','複合餅圖','排列圖','氣泡圖','這個圖表需要更多標籤欄位。','箱型圖','關係數','和弦圖','百分比堆疊\x20·\x20柱狀圖','圖表與座標軸標題','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','折線圖','關聯值','這個圖表類型沒有欄位使用規則。','環形圖','儀表板'];_0xc673=function(){return _0x1f22b1;};return _0xc673();}(function(_0x4c36b6,_0x215889){var _0x55ecfa=_0x112c,_0x2cd314=_0x4c36b6();while(!![]){try{var _0x5a3563=parseInt(_0x55ecfa(0xaf))/0x1+parseInt(_0x55ecfa(0xac))/0x2+parseInt(_0x55ecfa(0x9e))/0x3*(-parseInt(_0x55ecfa(0x92))/0x4)+parseInt(_0x55ecfa(0xb5))/0x5*(parseInt(_0x55ecfa(0xca))/0x6)+-parseInt(_0x55ecfa(0xb6))/0x7+parseInt(_0x55ecfa(0xbb))/0x8+-parseInt(_0x55ecfa(0xc1))/0x9;if(_0x5a3563===_0x215889)break;else _0x2cd314['push'](_0x2cd314['shift']());}catch(_0x4b3b3){_0x2cd314['push'](_0x2cd314['shift']());}}}(_0xc673,0xf1897),function(_0x2b3817,_0x68b563){var _0x50647d=_0x112c;typeof exports==_0x50647d(0xa8)&&typeof module<'u'?module[_0x50647d(0xc2)]=_0x68b563():typeof define==_0x50647d(0xa4)&&define[_0x50647d(0xba)]?define([],_0x68b563):(_0x2b3817=typeof globalThis<'u'?globalThis:_0x2b3817||self,_0x2b3817[_0x50647d(0x94)]=_0x68b563());}(this,function(){var _0x3c666c=_0x112c;return{'boards-chart-ui':{'dataEditor':{'unavailable':_0x3c666c(0xa1),'updateFailed':_0x3c666c(0xc8)},'common':{'editChart':_0x3c666c(0x93),'deleteChart':_0x3c666c(0x8e),'editData':'編輯資料','insertChartFailed':_0x3c666c(0xbc),'data':'資料','cancel':'取消','insert':'插入','setup':_0x3c666c(0x7c),'customize':_0x3c666c(0xc6),'switchRowColumn':_0x3c666c(0x90),'duplicate':'複製','apply':'套用','chartAndAxisTitles':_0x3c666c(0x87),'chartStyle':_0x3c666c(0xbd),'heatmap':'熱力圖','horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x3c666c(0x9a),'series':'系列','trendline':'趨勢線','verticalAxis':'縱軸','tableDataEmpty':_0x3c666c(0x8f),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':_0x3c666c(0xa6)},'chartTypes':{'line':_0x3c666c(0x89),'column':_0x3c666c(0xa3),'columnStacked':_0x3c666c(0xae),'columnPercentStacked':_0x3c666c(0x86),'bar':_0x3c666c(0xa0),'barStacked':_0x3c666c(0x7d),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x3c666c(0x8c),'pieOfPie':'子母餅圖','barOfPie':_0x3c666c(0x7f),'area':_0x3c666c(0x97),'areaStacked':_0x3c666c(0xc9),'areaPercentStacked':_0x3c666c(0xbe),'radar':'雷達圖','scatter':_0x3c666c(0x91),'combination':_0x3c666c(0xc3),'wordCloud':_0x3c666c(0x9f),'funnel':'漏斗圖','bubble':_0x3c666c(0x81),'relation':_0x3c666c(0xc7),'waterfall':_0x3c666c(0xbf),'pareto':_0x3c666c(0x80),'sankey':_0x3c666c(0xb0),'heatmap':'熱力圖','boxplot':_0x3c666c(0x83),'candlestick':_0x3c666c(0xb1),'histogram':_0x3c666c(0xa5),'treemap':_0x3c666c(0x99),'sunburst':'旭日圖','gauge':_0x3c666c(0x8d),'chord':_0x3c666c(0x85)},'section':{'candlestick':_0x3c666c(0xad),'chord':_0x3c666c(0x85),'funnel':'漏斗圖','gauge':'儀表圖','gridlinesAndTicks':_0x3c666c(0xb9),'histogram':_0x3c666c(0xa5),'indicatorLine':_0x3c666c(0xc5),'lineAndArea':_0x3c666c(0xb7),'paretoBar':_0x3c666c(0xa7),'paretoLine':'累積占比系列','pie':'餅圖','radar':'雷達圖','relation':_0x3c666c(0xc7),'sunburst':_0x3c666c(0xc0),'treemap':_0x3c666c(0x9b),'waterfall':'瀑布圖','wordCloud':'詞雲'},'candlestick':{'columnsError':_0x3c666c(0x9d),'close':_0x3c666c(0xb4),'high':_0x3c666c(0xb3),'low':'最低價','open':_0x3c666c(0x9c),'series':_0x3c666c(0x95)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0x3c666c(0x88),'configDiagnostic':_0x3c666c(0xaa),'count':_0x3c666c(0x84),'associatedValue':_0x3c666c(0x8a)},'sunburst':{'hierarchy':'階層','ownValue':_0x3c666c(0xb2),'children':'子項','diagnostic':_0x3c666c(0x7b)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x3c666c(0xa9),'ownValue':'自身值','children':'子項','diagnostic':'矩形樹圖至少需要一個階層欄位和一個數值欄位。'},'gauge':{'emptyDiagnostic':_0x3c666c(0xc4),'mappingDiagnostic':_0x3c666c(0xab),'configDiagnostic':_0x3c666c(0xa2)},'chartField':{'missingCategoryFields':_0x3c666c(0x82),'missingSeriesFields':_0x3c666c(0x7e),'invalidFieldIndex':_0x3c666c(0xb8),'invalidValueFieldType':_0x3c666c(0x96),'invalidDataStructure':_0x3c666c(0x98),'unsupportedChartType':_0x3c666c(0x8b)}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/boards-chart-ui",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Chart UI integration for Univer Boards.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -11,7 +11,7 @@
11
11
  "homepage": "https://univer.ai",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/dream-num/univer"
14
+ "url": "https://github.com/dream-num/univer-pro"
15
15
  },
16
16
  "bugs": {
17
17
  "url": "https://github.com/dream-num/univer/issues"
@@ -57,17 +57,17 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/icons": "1.35.0",
61
- "@univerjs-pro/boards": "1.0.0-beta.0",
62
- "@univerjs-pro/boards-ui": "1.0.0-beta.0",
63
- "@univerjs-pro/engine-chart": "1.0.0-beta.0",
64
- "@univerjs-pro/chart-ui": "1.0.0-beta.0",
65
- "@univerjs-pro/boards-chart": "1.0.0-beta.0",
66
- "@univerjs-pro/license": "1.0.0-beta.0",
67
- "@univerjs/design": "1.0.0-beta.0",
68
- "@univerjs/core": "1.0.0-beta.0",
69
- "@univerjs/engine-render": "1.0.0-beta.0",
70
- "@univerjs/ui": "1.0.0-beta.0"
60
+ "@univerjs/icons": "1.38.0",
61
+ "@univerjs-pro/boards": "1.0.0-beta.2",
62
+ "@univerjs-pro/boards-chart": "1.0.0-beta.2",
63
+ "@univerjs-pro/boards-ui": "1.0.0-beta.2",
64
+ "@univerjs-pro/chart-ui": "1.0.0-beta.2",
65
+ "@univerjs-pro/engine-chart": "1.0.0-beta.2",
66
+ "@univerjs-pro/license": "1.0.0-beta.2",
67
+ "@univerjs/design": "1.0.0-beta.2",
68
+ "@univerjs/core": "1.0.0-beta.2",
69
+ "@univerjs/engine-render": "1.0.0-beta.2",
70
+ "@univerjs/ui": "1.0.0-beta.2"
71
71
  },
72
72
  "devDependencies": {
73
73
  "postcss": "^8.5.25",
@@ -76,7 +76,7 @@
76
76
  "tailwindcss": "3.4.17",
77
77
  "typescript": "^6.0.3",
78
78
  "vitest": "^4.1.9",
79
- "@univerjs-infra/shared": "1.0.0-beta.0"
79
+ "@univerjs-infra/shared": "1.0.0-beta.2"
80
80
  },
81
81
  "scripts": {
82
82
  "test": "vitest run",
@@ -1,134 +0,0 @@
1
- import { ChartTypeBits } from '@univerjs-pro/engine-chart';
2
- export declare const BOARD_CHART_QUICK_TYPE_OPTIONS: ({
3
- readonly labelId: "line";
4
- readonly value: ChartTypeBits.Line;
5
- readonly iconName: "LineChartIcon";
6
- } | {
7
- readonly labelId: "column";
8
- readonly value: ChartTypeBits.Column;
9
- readonly iconName: "ColumnChartIcon";
10
- } | {
11
- readonly labelId: "columnStacked";
12
- readonly value: ChartTypeBits.ColumnStacked;
13
- readonly iconName: "ColumnChartIcon";
14
- } | {
15
- readonly labelId: "columnPercentStacked";
16
- readonly value: ChartTypeBits.ColumnPercentStacked;
17
- readonly iconName: "ColumnChartIcon";
18
- } | {
19
- readonly labelId: "bar";
20
- readonly value: ChartTypeBits.Bar;
21
- readonly iconName: "BarChartIcon";
22
- } | {
23
- readonly labelId: "barStacked";
24
- readonly value: ChartTypeBits.BarStacked;
25
- readonly iconName: "BarChartIcon";
26
- } | {
27
- readonly labelId: "barPercentStacked";
28
- readonly value: ChartTypeBits.BarPercentStacked;
29
- readonly iconName: "BarChartIcon";
30
- } | {
31
- readonly labelId: "pie";
32
- readonly value: ChartTypeBits.Pie;
33
- readonly iconName: "PieChartIcon";
34
- } | {
35
- readonly labelId: "donut";
36
- readonly value: ChartTypeBits.Doughnut;
37
- readonly iconName: "PieChartIcon";
38
- } | {
39
- readonly id: "pieOfPie";
40
- readonly labelId: "pieOfPie";
41
- readonly value: ChartTypeBits.Pie;
42
- readonly pieSecondaryPlotType: "pie";
43
- readonly iconName: "PieChartIcon";
44
- } | {
45
- readonly id: "barOfPie";
46
- readonly labelId: "barOfPie";
47
- readonly value: ChartTypeBits.Pie;
48
- readonly pieSecondaryPlotType: "bar";
49
- readonly iconName: "PieChartIcon";
50
- } | {
51
- readonly labelId: "area";
52
- readonly value: ChartTypeBits.Area;
53
- readonly iconName: "AreaChartIcon";
54
- } | {
55
- readonly labelId: "areaStacked";
56
- readonly value: ChartTypeBits.AreaStacked;
57
- readonly iconName: "AreaChartIcon";
58
- } | {
59
- readonly labelId: "areaPercentStacked";
60
- readonly value: ChartTypeBits.AreaPercentStacked;
61
- readonly iconName: "AreaChartIcon";
62
- } | {
63
- readonly labelId: "radar";
64
- readonly value: ChartTypeBits.Radar;
65
- readonly iconName: "RadarChartIcon";
66
- } | {
67
- readonly labelId: "scatter";
68
- readonly value: ChartTypeBits.Scatter;
69
- readonly iconName: "ScatterChartIcon";
70
- } | {
71
- readonly labelId: "combination";
72
- readonly value: ChartTypeBits.Combination;
73
- readonly iconName: "ComboChartIcon";
74
- } | {
75
- readonly labelId: "wordCloud";
76
- readonly value: ChartTypeBits.WordCloud;
77
- readonly iconName: "CloudOutlineIcon";
78
- } | {
79
- readonly labelId: "funnel";
80
- readonly value: ChartTypeBits.Funnel;
81
- readonly iconName: "FunnelIcon";
82
- } | {
83
- readonly labelId: "bubble";
84
- readonly value: ChartTypeBits.Bubble;
85
- readonly iconName: "BubbleIcon";
86
- } | {
87
- readonly labelId: "relation";
88
- readonly value: ChartTypeBits.Relation;
89
- readonly iconName: "RelationshipIcon";
90
- } | {
91
- readonly labelId: "waterfall";
92
- readonly value: ChartTypeBits.Waterfall;
93
- readonly iconName: "WaterfallChartIcon";
94
- } | {
95
- readonly labelId: "pareto";
96
- readonly value: ChartTypeBits.Pareto;
97
- readonly iconName: "ComboChartIcon";
98
- } | {
99
- readonly labelId: "sankey";
100
- readonly value: ChartTypeBits.Sankey;
101
- readonly iconName: "SankeyIcon";
102
- } | {
103
- readonly labelId: "heatmap";
104
- readonly value: ChartTypeBits.Heatmap;
105
- readonly iconName: "HeatmapIcon";
106
- } | {
107
- readonly labelId: "boxplot";
108
- readonly value: ChartTypeBits.Boxplot;
109
- readonly iconName: "BoxplotIcon";
110
- } | {
111
- readonly labelId: "candlestick";
112
- readonly value: ChartTypeBits.Candlestick;
113
- readonly iconName: "CandlestickChartIcon";
114
- } | {
115
- readonly labelId: "histogram";
116
- readonly value: ChartTypeBits.Histogram;
117
- readonly iconName: "HistogramChartIcon";
118
- } | {
119
- readonly labelId: "treemap";
120
- readonly value: ChartTypeBits.Treemap;
121
- readonly iconName: "TreemapChartIcon";
122
- } | {
123
- readonly labelId: "sunburst";
124
- readonly value: ChartTypeBits.Sunburst;
125
- readonly iconName: "SunburstChartIcon";
126
- } | {
127
- readonly labelId: "gauge";
128
- readonly value: ChartTypeBits.Gauge;
129
- readonly iconName: "GaugeChartIcon";
130
- } | {
131
- readonly labelId: "chord";
132
- readonly value: ChartTypeBits.Chord;
133
- readonly iconName: "ChordChartIcon";
134
- })[];