@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.
Files changed (131) 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 +14 -377
  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/commands/commands/focused-chart.command.d.ts +1 -1
  63. package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
  64. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
  65. package/lib/types/config/config.d.ts +4 -0
  66. package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
  67. package/lib/types/controllers/chart-render.controller.d.ts +3 -1
  68. package/lib/types/controllers/ui.controller.d.ts +7 -6
  69. package/lib/types/index.d.ts +0 -2
  70. package/lib/types/locale/en-US.d.ts +55 -302
  71. package/lib/types/services/chart-element-selection.d.ts +6 -6
  72. package/lib/types/services/chart-render.service.d.ts +10 -10
  73. package/lib/types/services/sheet-chart-host.d.ts +2 -4
  74. package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -2
  75. package/lib/types/services/sheets-chart-ui.service.d.ts +25 -138
  76. package/lib/types/util.d.ts +7 -4
  77. package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
  78. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
  79. package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
  80. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -20
  102. package/lib/types/hooks.d.ts +0 -3
  103. package/lib/types/services/chart-panel-route.d.ts +0 -20
  104. package/lib/types/views/chart-edit-panel/Options.d.ts +0 -165
  105. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
  106. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
  107. package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
  108. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
  109. package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
  110. package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
  111. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
  112. package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
  113. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
  114. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
  115. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
  116. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
  117. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
  118. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
  119. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
  120. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
  121. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
  122. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
  123. package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
  124. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
  125. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
  126. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
  127. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
  128. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
  129. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
  130. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
  131. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
@@ -1 +1 @@
1
- function _0x2fa6(_0x46ccad,_0x26ce99){_0x46ccad=_0x46ccad-0x14c;var _0x130123=_0x1301();var _0x2fa680=_0x130123[_0x46ccad];return _0x2fa680;}(function(_0x9658d5,_0x1d58c5){var _0x4e8957=_0x2fa6,_0x57fd56=_0x9658d5();while(!![]){try{var _0x4591e6=-parseInt(_0x4e8957(0x1c1))/0x1*(-parseInt(_0x4e8957(0x164))/0x2)+parseInt(_0x4e8957(0x174))/0x3*(-parseInt(_0x4e8957(0x1d2))/0x4)+parseInt(_0x4e8957(0x17d))/0x5*(parseInt(_0x4e8957(0x18f))/0x6)+-parseInt(_0x4e8957(0x16f))/0x7*(parseInt(_0x4e8957(0x156))/0x8)+parseInt(_0x4e8957(0x15e))/0x9+-parseInt(_0x4e8957(0x1d3))/0xa*(parseInt(_0x4e8957(0x1c3))/0xb)+parseInt(_0x4e8957(0x158))/0xc;if(_0x4591e6===_0x1d58c5)break;else _0x57fd56['push'](_0x57fd56['shift']());}catch(_0x54ff63){_0x57fd56['push'](_0x57fd56['shift']());}}}(_0x1301,0x35533),function(_0x31b090,_0x240240){var _0x46f676=_0x2fa6;typeof exports==_0x46f676(0x178)&&typeof module<'u'?module[_0x46f676(0x1b2)]=_0x240240():typeof define==_0x46f676(0x15c)&&define['amd']?define([],_0x240240):(_0x31b090=typeof globalThis<'u'?globalThis:_0x31b090||self,_0x31b090[_0x46f676(0x1a7)]=_0x240240());}(this,function(){var _0x16404f=_0x2fa6;return{'sheets-chart-ui':{'permission':{'editErr':_0x16404f(0x1cd)},'insertChart':_0x16404f(0x192),'editChart':'图表','openChartPanel':'编辑图表','deleteChart':_0x16404f(0x16d),'exportImage':_0x16404f(0x1d5),'copy':'复制','hideChartPanel':_0x16404f(0x1b5),'setupChart':_0x16404f(0x183),'customChart':'自定义样式','default':'默认','reset':'重置','chartType':_0x16404f(0x188),'themes':_0x16404f(0x1ba),'dataRange':'数据范围','stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':_0x16404f(0x1d6),'moreSettings':_0x16404f(0x176),'min':_0x16404f(0x1ce),'max':_0x16404f(0x181),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':'用直线连接数据点'},'blank':_0x16404f(0x150),'seriesBlock':{'format':'格式','dataPointStyle':_0x16404f(0x184)},'backgroundColor':_0x16404f(0x185),'chartBorderColor':'图表边框颜色','titles':{'title':'标题','mainTitle':'图表标题','subTitle':'副标题','xAxisTitle':_0x16404f(0x187),'yAxisTitle':_0x16404f(0x177),'rightYAxisTitle':_0x16404f(0x1dd),'titleFormat':_0x16404f(0x1cb),'titleText':_0x16404f(0x1bb),'titlePosition':_0x16404f(0x18d),'titleAlign':'轴标题对齐'},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0x16404f(0x1c4),'settingsLabels':{'switchToRowOrColumn':_0x16404f(0x1b3),'useAsCategoryLabels':_0x16404f(0x16a),'showEmptyCellsAs':_0x16404f(0x195)},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':_0x16404f(0x169),'center':'居中','right':_0x16404f(0x1ac)},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':_0x16404f(0x165),'chartAndAxisTitles':'图表和轴标题','legend':'图例','legendSelectMode':_0x16404f(0x182),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0x16404f(0x157),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x16404f(0x186),'leftAxis':'左轴','rightAxis':'右轴','useRightAxis':_0x16404f(0x1bc)},'position':'位置','dataLabels':_0x16404f(0x1ca),'gridlinesAndTicks':_0x16404f(0x1cf),'indicatorLine':'指示线','indicatorLineType':'指示线类型','indicatorLineColor':'指示线颜色','indicatorLabel':_0x16404f(0x168),'indicatorValue':_0x16404f(0x197),'shape':{'polygon':_0x16404f(0x162),'circle':'圆形','square':_0x16404f(0x17a),'triangle':_0x16404f(0x14c),'diamond':'菱形','rect':'矩形','roundRect':_0x16404f(0x170),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0x16404f(0x18c),'emptySquare':_0x16404f(0x15a),'emptyTriangle':_0x16404f(0x160),'emptyDiamond':_0x16404f(0x1dc),'emptyRect':_0x16404f(0x1a9),'emptyRoundRect':'空心圆角矩形','emptyPin':'空心钉形','emptyArrow':'空心箭头'},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0x16404f(0x159),'withColor':'{0}颜色','withThickness':_0x16404f(0x1c2),'withType':_0x16404f(0x1b1),'withSize':'{0}大小','withShape':_0x16404f(0x1aa),'withFormat':_0x16404f(0x1cc),'dataPoint':_0x16404f(0x175),'dataNodeShape':_0x16404f(0x171),'addDataPoint':_0x16404f(0x1d9),'point':_0x16404f(0x175),'percentage':_0x16404f(0x1be),'lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':_0x16404f(0x1c9)},'lineDashType':_0x16404f(0x1a1),'dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':_0x16404f(0x17f),'text':_0x16404f(0x199)},'ticks':{'majorTick':_0x16404f(0x167),'tickPosition':_0x16404f(0x155),'tickLength':_0x16404f(0x1c5)},'none':'无','theIndexItem':'第{0}项','seriesDefaultName':_0x16404f(0x14e),'categoryDefaultName':_0x16404f(0x1c8),'styleEditPanel':{'showLabels':_0x16404f(0x163),'showDataLabels':_0x16404f(0x1b9),'padAngle':_0x16404f(0x1b4),'halfPie':'半饼','rosePie':_0x16404f(0x1b8),'pieValScale':_0x16404f(0x19b),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x16404f(0x1bd),'showLabelLine':_0x16404f(0x19d),'reverseAxisOrder':_0x16404f(0x1ab),'showAxisLine':_0x16404f(0x16c),'labelPosition':_0x16404f(0x1c7),'labelText':'标签文本','repeatWordCould':'重复词云标签','gap':'间隔','useAbsValue':_0x16404f(0x18e),'labelRotate':_0x16404f(0x1bf),'wordCloudShape':'词云形状','useDateAxis':_0x16404f(0x1ae),'dateAxisTips':_0x16404f(0x1c0)},'radar':{'fill':'填充'},'doughnutHole':'圆环孔','msg':{'invalidSource':_0x16404f(0x18b),'emptyTips':_0x16404f(0x198),'sankeyCircularTips':_0x16404f(0x194)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x16404f(0x16b),'displayName':_0x16404f(0x18a),'addTrendLine':_0x16404f(0x1b6),'trendlineType':'趋势线类型','trendlineName':_0x16404f(0x18a),'trendlineColor':_0x16404f(0x1d8),'trendlineThickness':'趋势线粗细','trendlineDashType':_0x16404f(0x190),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0x16404f(0x1af),'poly':'多项式','order':'多项式阶数','period':_0x16404f(0x1a3),'showFormula':_0x16404f(0x17e),'showR2':_0x16404f(0x1a8),'formula':'公式','r2':_0x16404f(0x152)},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0x16404f(0x14f),'label':_0x16404f(0x191),'emptyTips':_0x16404f(0x179)},'relation':{'title':'关系图','auto':'自动','circular':'环形','force':_0x16404f(0x1a6),'useValueAsSymbolSize':_0x16404f(0x161),'layoutType':_0x16404f(0x19a),'forceOptions':'力导向选项','repulsion':'斥力','gravity':'引力','edgeLength':'节点距离','rotateLabel':_0x16404f(0x166),'emphasis':_0x16404f(0x1db),'emptyTips':'关系图数据源为额外添加类型列在第二列的共词矩阵'},'waterfall':{'stackType':'堆叠方式','arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0x16404f(0x1ad),'positiveStyle':_0x16404f(0x173),'negativeStyle':_0x16404f(0x1a0),'subtotalStyle':_0x16404f(0x16e),'positiveLegendText':_0x16404f(0x153),'negativeLegendText':_0x16404f(0x19f),'subtotalLegendText':'小计图例文本'},'pareto':{'lineName':'累积占比','lineSeries':_0x16404f(0x14d),'barSeries':_0x16404f(0x180)},'visualMapScope':'视觉映射范围','boxplot':{'min':_0x16404f(0x1ce),'q1':_0x16404f(0x1b0),'median':_0x16404f(0x193),'q3':'第三四分位数','max':'最大值'},'chartTypes':{'line':_0x16404f(0x154),'area':_0x16404f(0x1d0),'areaStacked':_0x16404f(0x1da),'areaPercentStacked':_0x16404f(0x19e),'column':'柱状图','bar':'条形图','barStacked':_0x16404f(0x196),'barPercentStacked':_0x16404f(0x17c),'pie':'饼图','donut':'环形图','scatter':_0x16404f(0x1a2),'radar':_0x16404f(0x19c),'bubble':_0x16404f(0x151),'stock':_0x16404f(0x1b7),'combination':'组合图','wordCloud':_0x16404f(0x1a4),'funnel':_0x16404f(0x15f),'relation':_0x16404f(0x189),'waterfall':_0x16404f(0x172),'pareto':_0x16404f(0x1a5),'sankey':_0x16404f(0x17b),'heatmap':_0x16404f(0x15b),'boxplot':'箱线图'},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0x16404f(0x1d7),'fieldSetting':'字段设置','formatTypes':_0x16404f(0x1d1),'confirm':'确定','cancel':'取消','generalDesc':'常规格式不包含任何特定的数字格式。','accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':'货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandthPercentileDesc':_0x16404f(0x15d),'decimalPlaces':'小数位数','currencyTypes':_0x16404f(0x1d4),'negativeNumberTypes':'负数类型','dateTypes':_0x16404f(0x1c6)},'setFormat':'设置标签格式'}}};}));function _0x1301(){var _0x4b12f8=['堆叠条形图','文本颜色','请先添加系列开始数据可视化','网格线','布局类型','数值比例','雷达图','显示标签线','百分比堆叠面积图','负值图例文本','负值样式','线类型','散点图','移动平均周期','词云图','排列图','力导向','UniverProSheetsChartUiZhCN','显示R平方','空心矩形','{0}形状','逆序轴','右对齐','显示小计','使用日期轴','移动平均','第一四分位数','{0}类型','exports','切换行列','扇形间距','隐藏图表面板','添加趋势线','股票图','玫瑰图','显示数据标签','主题色','标题文本','使用右轴','小数位数','百分比','标签旋转','日期轴仅在数据全部为日期格式时可用','3583bUkUDT','{0}粗细','121VOKwXg','渐变填充','刻度线长度','日期类型','标签位置','类别\x20{0}','百分比堆叠','数据标签','标题格式','{0}格式','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','最小值','网格线和刻度线','面积图','格式类型','35544KBHjdg','117090ujVouZ','货币类型','导出图片','添加系列','千分位符','趋势线颜色','添加数据点','堆叠面积图','开启选中淡入特效','空心菱形','右纵轴标题','三角形','累积占比系列','系列\x20{0}','气泡大小','(空)','气泡图','R平方','正值图例文本','折线图','刻度线位置','8exLWSb','轴选项','4541172AeuUvp','{0}透明度','空心正方形','热力图','function','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','2614077bFxRRN','漏斗图','空心三角形','使用值作为节点大小','多边形','显示标签','66wWqCdL','图表样式','旋转标签','主刻度线','标签颜色','左对齐','将\x20{0}\x20作为类别','趋势线','显示轴线','删除图表','小计样式','2636109IuAVDc','圆角矩形','节点形状','瀑布图','正值样式','93lgcNRr','数据点','更多设置','纵轴标题','object','气泡图至少需要2列,X轴、Y轴。','正方形','桑基图','百分比堆叠条形图','530370kBOSYH','显示公式','主网格线','柱状图系列','最大值','图例选择模式','类型与数据','数据点样式','背景颜色','右纵轴','横轴标题','图表类型','关系图','趋势线名称','图表数据源必须包含多于1行和1列。','空心圆形','标题位置','使用绝对值','12laujPa','趋势线线类型','气泡标签','插入图表','中位数','桑基图不能包含循环数据','空单元格显示为'];_0x1301=function(){return _0x4b12f8;};return _0x1301();}
1
+ function _0x526a(_0x3fa4a3,_0x360a3d){_0x3fa4a3=_0x3fa4a3-0x120;var _0x5160e6=_0x5160();var _0x526a43=_0x5160e6[_0x3fa4a3];return _0x526a43;}(function(_0x5bb3f0,_0x10d353){var _0x241456=_0x526a,_0x4b778f=_0x5bb3f0();while(!![]){try{var _0x1b94c5=-parseInt(_0x241456(0x13b))/0x1*(-parseInt(_0x241456(0x14c))/0x2)+-parseInt(_0x241456(0x13d))/0x3+parseInt(_0x241456(0x145))/0x4+-parseInt(_0x241456(0x128))/0x5*(parseInt(_0x241456(0x124))/0x6)+-parseInt(_0x241456(0x121))/0x7+parseInt(_0x241456(0x138))/0x8+parseInt(_0x241456(0x14d))/0x9*(parseInt(_0x241456(0x144))/0xa);if(_0x1b94c5===_0x10d353)break;else _0x4b778f['push'](_0x4b778f['shift']());}catch(_0x13f29c){_0x4b778f['push'](_0x4b778f['shift']());}}}(_0x5160,0x96ab4),function(_0x4112b1,_0x297153){var _0x3334f4=_0x526a;typeof exports==_0x3334f4(0x132)&&typeof module<'u'?module['exports']=_0x297153():typeof define==_0x3334f4(0x12b)&&define[_0x3334f4(0x139)]?define([],_0x297153):(_0x4112b1=typeof globalThis<'u'?globalThis:_0x4112b1||self,_0x4112b1[_0x3334f4(0x155)]=_0x297153());}(this,function(){var _0x4c27fd=_0x526a;return{'sheets-chart-ui':{'permission':{'editErr':_0x4c27fd(0x14a)},'common':{'setup':_0x4c27fd(0x156),'customize':_0x4c27fd(0x125),'editChart':'图表','useAsCategoryLabels':_0x4c27fd(0x14e),'switchRowColumn':_0x4c27fd(0x120),'dataRange':_0x4c27fd(0x141),'insertChart':'插入图表','openChartPanel':'编辑图表','deleteChart':_0x4c27fd(0x135),'hideChartPanel':_0x4c27fd(0x137),'chartAndAxisTitles':_0x4c27fd(0x12e),'chartStyle':_0x4c27fd(0x12c),'heatmap':'热力图','horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x4c27fd(0x14f),'series':'系列','trendline':_0x4c27fd(0x13a),'verticalAxis':'纵轴','category':'类别','copy':'复制','exportImage':_0x4c27fd(0x14b)},'waterfall':{'subtotal':'小计','positive':'正值','negative':'负值'},'chartTypes':{'line':_0x4c27fd(0x123),'column':_0x4c27fd(0x147),'bar':_0x4c27fd(0x151),'barStacked':_0x4c27fd(0x143),'barPercentStacked':_0x4c27fd(0x131),'pie':'饼图','donut':_0x4c27fd(0x126),'pieOfPie':_0x4c27fd(0x150),'barOfPie':_0x4c27fd(0x136),'area':_0x4c27fd(0x12d),'areaStacked':_0x4c27fd(0x149),'areaPercentStacked':_0x4c27fd(0x12f),'radar':'雷达图','scatter':_0x4c27fd(0x134),'combination':_0x4c27fd(0x12a),'wordCloud':'词云图','funnel':_0x4c27fd(0x142),'bubble':'气泡图','relation':'关系图','waterfall':_0x4c27fd(0x154),'pareto':_0x4c27fd(0x148),'sankey':'桑基图','heatmap':'热力图','boxplot':_0x4c27fd(0x122),'candlestick':_0x4c27fd(0x153),'histogram':'直方图','treemap':'矩形树图','sunburst':_0x4c27fd(0x127),'gauge':_0x4c27fd(0x140),'chord':_0x4c27fd(0x146)},'section':{'candlestick':_0x4c27fd(0x13e),'chord':_0x4c27fd(0x146),'funnel':_0x4c27fd(0x142),'gauge':'仪表图','gridlinesAndTicks':'网格线和刻度线','histogram':_0x4c27fd(0x152),'indicatorLine':_0x4c27fd(0x13c),'lineAndArea':_0x4c27fd(0x13f),'paretoBar':'柱状图系列','paretoLine':_0x4c27fd(0x133),'pie':'饼图','radar':_0x4c27fd(0x129),'relation':'关系图','sunburst':'旭日图','treemap':_0x4c27fd(0x130),'waterfall':_0x4c27fd(0x154),'wordCloud':'词云'},'chord':{'target':'目标'}}};}));function _0x5160(){var _0x236fb5=['树状图','百分比堆叠条形图','object','累积占比系列','散点图','删除图表','复合饼图','隐藏图表面板','3475952RmAOtl','amd','趋势线','1aQLmyr','指示线','3230559WBYcEn','烛台图','折线图\x20/\x20面积图','仪表盘','数据范围','漏斗图','堆叠条形图','20ZQUiqw','1497532wkodrV','和弦图','柱状图','排列图','堆叠面积图','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','导出图片','69742NhNeOG','9081783UZLknM','将\x20{0}\x20作为类别','右纵轴','子母饼图','条形图','直方图','K\x20线图','瀑布图','UniverProSheetsChartUiZhCN','类型与数据','切换行列','5049702bEQQGg','箱线图','折线图','6SDlPJV','自定义样式','环形图','旭日图','2232715HNklAF','雷达图','组合图','function','图表样式','面积图','图表和坐标轴标题','百分比堆叠面积图'];_0x5160=function(){return _0x236fb5;};return _0x5160();}
@@ -1 +1 @@
1
- function _0x48cf(_0x1e26be,_0x3ceb9e){_0x1e26be=_0x1e26be-0x91;var _0x4c37df=_0x4c37();var _0x48cff7=_0x4c37df[_0x1e26be];return _0x48cff7;}function _0x4c37(){var _0x3b2285=['負數類型','添加數據點','力導向','小計圖例文本','佈局類型','折線圖','旋轉標籤','百分比堆疊面積圖','玫瑰圖','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','網格線','添加趨勢線','小計樣式','圖表類型','標題文本','顯示公式','主網格線','力導向選項','UniverProSheetsChartUiZhHK','類別\x20{0}','指示標籤','多邊形','161782xgznZy','Y軸標題','氣泡圖至少需要2欄,X軸、Y軸。','網格線和刻度線','長條圖系列','重複詞雲標籤','節點距離','正方形','數據點','系列\x20{0}','詞雲形狀','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','更多設置','7HURqkq','最小值','{0}\x20顏色','顯示軸線','正值圖例文本','氣泡圖','堆疊方式','空心針形','打開圖表面板','第一四分位數','66aGroUN','空心箭頭','最大值','用直線連接數據點','所有系列','標題格式','移動平均周期','右對齊','設置圖表','X軸標題','桑基圖','日期格式將日期和時間系列數值顯示為日期值。','趨勢線','詞雲圖','扇形間距','視覺映射範圍','累積占比','逆序軸','請先添加系列開始數據可視化','2425CoVZvL','右Y軸標題','amd','百分比堆疊','{0}\x20透明度','三角形','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','雷達圖','軸選項','{0}\x20格式','1237912qmDWRY','(空)','顯示R平方','格式類型','空心圓角矩形','桑基圖不能包含循環數據','顯示標籤線','13sSSAsk','趨勢線粗細','{0}\x20形狀','漏斗圖','圓角矩形','插入圖表','R平方','顯示空單元格為','第三四分位數','趨勢線名稱','空心菱形','垂直軸','條形圖','3161504mELrWe','{0}\x20粗細','趨勢線顏色','添加系列','熱力圖','中位數','小數位數','圖表數據源必須包含多於1列和1欄。','趨勢線線類型','負值樣式','漸變填充','顯示數據標籤','自定義圖表','使用右軸','左對齊','節點形狀','正值樣式','線類型','氣泡大小','数值后缀','開啟選中淡入特效','指示線顏色','多項式','第\x20{0}\x20項','數據範圍','object','主刻度線','累積占比系列','負值圖例文本','指示線類型','使用日期軸','排列圖','常規格式不包含任何特定的數字格式。','875403eQMDZt','3241983FIdxes','圓環孔','14077450nNUPGA','数值比例','數據點樣式','瀑布圖','編輯圖表','圖表和軸標題','標題位置','{0}\x20大小','標籤旋轉','股票圖','日期軸僅在數據全部為日期格式時可用','圖表邊框顏色','環形圖','百分比堆疊條形圖','關係圖'];_0x4c37=function(){return _0x3b2285;};return _0x4c37();}(function(_0x37ca5c,_0x1c216f){var _0x534398=_0x48cf,_0x184ab9=_0x37ca5c();while(!![]){try{var _0x12d292=parseInt(_0x534398(0xbc))/0x1*(-parseInt(_0x534398(0x112))/0x2)+parseInt(_0x534398(0xeb))/0x3+-parseInt(_0x534398(0xb5))/0x4+-parseInt(_0x534398(0xab))/0x5*(-parseInt(_0x534398(0x98))/0x6)+parseInt(_0x534398(0x11f))/0x7*(-parseInt(_0x534398(0xc9))/0x8)+-parseInt(_0x534398(0xea))/0x9+parseInt(_0x534398(0xed))/0xa;if(_0x12d292===_0x1c216f)break;else _0x184ab9['push'](_0x184ab9['shift']());}catch(_0x3f9e2c){_0x184ab9['push'](_0x184ab9['shift']());}}}(_0x4c37,0x9c4e1),function(_0x1a072e,_0x379f6e){var _0x4e8e48=_0x48cf;typeof exports==_0x4e8e48(0xe2)&&typeof module<'u'?module['exports']=_0x379f6e():typeof define=='function'&&define[_0x4e8e48(0xad)]?define([],_0x379f6e):(_0x1a072e=typeof globalThis<'u'?globalThis:_0x1a072e||self,_0x1a072e[_0x4e8e48(0x10e)]=_0x379f6e());}(this,function(){var _0x4576d5=_0x48cf;return{'sheets-chart-ui':{'permission':{'editErr':_0x4576d5(0x105)},'insertChart':_0x4576d5(0xc1),'editChart':_0x4576d5(0xf1),'openChartPanel':_0x4576d5(0x96),'deleteChart':'刪除圖表','exportImage':'匯出圖片','copy':'複製','hideChartPanel':'隱藏圖表面板','setupChart':_0x4576d5(0xa0),'customChart':_0x4576d5(0xd5),'default':'默認','reset':'重置','chartType':_0x4576d5(0x109),'themes':'主題','dataRange':_0x4576d5(0xe1),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x4576d5(0x9c),'series':'系列','addSeries':_0x4576d5(0xcc),'moreSettings':_0x4576d5(0x11e),'min':_0x4576d5(0x120),'max':_0x4576d5(0x9a),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x4576d5(0x9b)},'blank':_0x4576d5(0xb6),'seriesBlock':{'format':'格式','dataPointStyle':_0x4576d5(0xef)},'backgroundColor':'背景顏色','chartBorderColor':_0x4576d5(0xf8),'titles':{'title':'標題','mainTitle':'主標題','subTitle':'副標題','xAxisTitle':_0x4576d5(0xa1),'yAxisTitle':_0x4576d5(0x113),'rightYAxisTitle':_0x4576d5(0xac),'titleFormat':_0x4576d5(0x9d),'titleText':_0x4576d5(0x10a),'titlePosition':_0x4576d5(0xf3),'titleAlign':'標題對齊'},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x4576d5(0xd3),'settingsLabels':{'switchToRowOrColumn':'切換列或欄','useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':_0x4576d5(0xc3)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x4576d5(0xd7),'center':'居中','right':_0x4576d5(0x9f)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':'圖表樣式','chartAndAxisTitles':_0x4576d5(0xf2),'legend':'圖例','legendSelectMode':'圖例選擇模式','legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x4576d5(0xb3),'horizontalAxis':'水平軸','verticalAxis':_0x4576d5(0xc7),'rightVerticalAxis':'右垂直軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x4576d5(0xd6)},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':_0x4576d5(0x115),'indicatorLine':'指示線','indicatorLineType':_0x4576d5(0xe6),'indicatorLineColor':_0x4576d5(0xde),'indicatorLabel':_0x4576d5(0x110),'indicatorValue':'指示值','shape':{'polygon':_0x4576d5(0x111),'circle':'圓形','square':_0x4576d5(0x119),'triangle':_0x4576d5(0xb0),'diamond':'菱形','rect':'矩形','roundRect':_0x4576d5(0xc0),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':'空心正方形','emptyTriangle':'空心三角形','emptyDiamond':_0x4576d5(0xc6),'emptyRect':'空心矩形','emptyRoundRect':_0x4576d5(0xb9),'emptyPin':_0x4576d5(0x95),'emptyArrow':_0x4576d5(0x99)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x4576d5(0xaf),'withColor':_0x4576d5(0x121),'withThickness':_0x4576d5(0xca),'withType':'{0}\x20類型','withSize':_0x4576d5(0xf4),'withShape':_0x4576d5(0xbe),'withFormat':_0x4576d5(0xb4),'dataPoint':_0x4576d5(0x11a),'dataNodeShape':_0x4576d5(0xd8),'addDataPoint':_0x4576d5(0xfd),'point':_0x4576d5(0x11a),'percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x4576d5(0xae)},'lineDashType':_0x4576d5(0xda),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x4576d5(0x10c),'text':_0x4576d5(0x106)},'ticks':{'majorTick':_0x4576d5(0xe3),'tickPosition':'刻度線位置','tickLength':'刻度線長度'},'none':'無','theIndexItem':_0x4576d5(0xe0),'seriesDefaultName':_0x4576d5(0x11b),'categoryDefaultName':_0x4576d5(0x10f),'styleEditPanel':{'showLabels':'顯示標籤','showDataLabels':_0x4576d5(0xd4),'padAngle':_0x4576d5(0xa6),'halfPie':'半餅','rosePie':_0x4576d5(0x104),'pieValScale':_0x4576d5(0xee),'pieValSuffix':_0x4576d5(0xdc),'pieDigitalFixed':'小數位數','showLabelLine':_0x4576d5(0xbb),'reverseAxisOrder':_0x4576d5(0xa9),'showAxisLine':_0x4576d5(0x91),'labelPosition':'標籤位置','labelText':'標籤文本','repeatWordCould':_0x4576d5(0x117),'gap':'間隔','useAbsValue':'使用絕對值','labelRotate':_0x4576d5(0xf5),'wordCloudShape':_0x4576d5(0x11c),'useDateAxis':_0x4576d5(0xe7),'dateAxisTips':_0x4576d5(0xf7)},'radar':{'fill':'填充'},'doughnutHole':_0x4576d5(0xec),'msg':{'invalidSource':_0x4576d5(0xd0),'emptyTips':_0x4576d5(0xaa),'sankeyCircularTips':_0x4576d5(0xba)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x4576d5(0xa4),'displayName':_0x4576d5(0xc5),'addTrendLine':_0x4576d5(0x107),'trendlineType':'趨勢線類型','trendlineName':_0x4576d5(0xc5),'trendlineColor':_0x4576d5(0xcb),'trendlineThickness':_0x4576d5(0xbd),'trendlineDashType':_0x4576d5(0xd1),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':_0x4576d5(0xdf),'order':'多項式階數','period':_0x4576d5(0x9e),'showFormula':_0x4576d5(0x10b),'showR2':_0x4576d5(0xb7),'formula':'公式','r2':_0x4576d5(0xc2)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x4576d5(0xdb),'label':'氣泡標籤','emptyTips':_0x4576d5(0x114)},'relation':{'title':_0x4576d5(0xfb),'auto':'自動','circular':'環形','force':_0x4576d5(0xfe),'useValueAsSymbolSize':'使用值作為節點大小','layoutType':_0x4576d5(0x100),'forceOptions':_0x4576d5(0x10d),'repulsion':'斥力','gravity':'引力','edgeLength':_0x4576d5(0x118),'rotateLabel':_0x4576d5(0x102),'emphasis':_0x4576d5(0xdd),'emptyTips':_0x4576d5(0x11d)},'waterfall':{'stackType':_0x4576d5(0x94),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':'顯示小計','positiveStyle':_0x4576d5(0xd9),'negativeStyle':_0x4576d5(0xd2),'subtotalStyle':_0x4576d5(0x108),'positiveLegendText':_0x4576d5(0x92),'negativeLegendText':_0x4576d5(0xe5),'subtotalLegendText':_0x4576d5(0xff)},'pareto':{'lineName':_0x4576d5(0xa8),'lineSeries':_0x4576d5(0xe4),'barSeries':_0x4576d5(0x116)},'visualMapScope':_0x4576d5(0xa7),'boxplot':{'min':'最小值','q1':_0x4576d5(0x97),'median':_0x4576d5(0xce),'q3':_0x4576d5(0xc4),'max':_0x4576d5(0x9a)},'chartTypes':{'line':_0x4576d5(0x101),'area':'面積圖','areaStacked':'堆疊面積圖','areaPercentStacked':_0x4576d5(0x103),'column':'柱狀圖','bar':_0x4576d5(0xc8),'barStacked':'堆疊條形圖','barPercentStacked':_0x4576d5(0xfa),'pie':'餅圖','donut':_0x4576d5(0xf9),'scatter':'散點圖','radar':_0x4576d5(0xb2),'bubble':_0x4576d5(0x93),'stock':_0x4576d5(0xf6),'combination':'組合圖','wordCloud':_0x4576d5(0xa5),'funnel':_0x4576d5(0xbf),'relation':'關係圖','waterfall':_0x4576d5(0xf0),'pareto':_0x4576d5(0xe8),'sankey':_0x4576d5(0xa2),'heatmap':_0x4576d5(0xcd),'boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':'字段設置','formatTypes':_0x4576d5(0xb8),'confirm':'確定','cancel':'取消','generalDesc':_0x4576d5(0xe9),'accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','dateDesc':_0x4576d5(0xa3),'thousandthPercentileDesc':_0x4576d5(0xb1),'decimalPlaces':_0x4576d5(0xcf),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x4576d5(0xfc),'dateTypes':'日期類型'},'setFormat':'設置標籤格式'}}};}));
1
+ (function(_0x24a326,_0x1f5c31){var _0x263c9a=_0x1de7,_0x49394f=_0x24a326();while(!![]){try{var _0x322010=parseInt(_0x263c9a(0x113))/0x1*(parseInt(_0x263c9a(0xec))/0x2)+-parseInt(_0x263c9a(0x102))/0x3+-parseInt(_0x263c9a(0x11b))/0x4+parseInt(_0x263c9a(0x11a))/0x5+-parseInt(_0x263c9a(0x10a))/0x6*(-parseInt(_0x263c9a(0xf3))/0x7)+parseInt(_0x263c9a(0x105))/0x8+parseInt(_0x263c9a(0xf7))/0x9;if(_0x322010===_0x1f5c31)break;else _0x49394f['push'](_0x49394f['shift']());}catch(_0x5de107){_0x49394f['push'](_0x49394f['shift']());}}}(_0x48e9,0xd925a),function(_0x265d6e,_0x256c88){var _0x36cb21=_0x1de7;typeof exports==_0x36cb21(0x108)&&typeof module<'u'?module[_0x36cb21(0xf0)]=_0x256c88():typeof define==_0x36cb21(0xfc)&&define[_0x36cb21(0xf4)]?define([],_0x256c88):(_0x265d6e=typeof globalThis<'u'?globalThis:_0x265d6e||self,_0x265d6e[_0x36cb21(0xf2)]=_0x256c88());}(this,function(){var _0x340556=_0x1de7;return{'sheets-chart-ui':{'permission':{'editErr':_0x340556(0xea)},'common':{'setup':_0x340556(0xfd),'customize':_0x340556(0x100),'editChart':'編輯圖表','useAsCategoryLabels':_0x340556(0xe9),'switchRowColumn':_0x340556(0x104),'dataRange':_0x340556(0x116),'insertChart':_0x340556(0x10f),'openChartPanel':_0x340556(0x106),'deleteChart':_0x340556(0xed),'hideChartPanel':'隱藏圖表面板','chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x340556(0x114),'heatmap':_0x340556(0x10e),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':_0x340556(0x115),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':'匯出圖片'},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x340556(0xef),'column':'柱狀圖','bar':_0x340556(0x109),'barStacked':_0x340556(0x10d),'barPercentStacked':_0x340556(0x118),'pie':'餅圖','donut':_0x340556(0x103),'pieOfPie':_0x340556(0xfa),'barOfPie':_0x340556(0xf5),'area':'面積圖','areaStacked':_0x340556(0xe7),'areaPercentStacked':_0x340556(0xf1),'radar':_0x340556(0xe5),'scatter':'散點圖','combination':_0x340556(0xfe),'wordCloud':_0x340556(0x111),'funnel':_0x340556(0xf6),'bubble':'氣泡圖','relation':_0x340556(0x119),'waterfall':'瀑布圖','pareto':_0x340556(0x10c),'sankey':_0x340556(0xe6),'heatmap':_0x340556(0x10e),'boxplot':_0x340556(0xfb),'candlestick':_0x340556(0xf9),'histogram':_0x340556(0xe8),'treemap':_0x340556(0x10b),'sunburst':_0x340556(0xff),'gauge':'儀表盤','chord':_0x340556(0x101)},'section':{'candlestick':_0x340556(0x110),'chord':_0x340556(0x101),'funnel':_0x340556(0xf6),'gauge':_0x340556(0xee),'gridlinesAndTicks':_0x340556(0x107),'histogram':_0x340556(0xe8),'indicatorLine':_0x340556(0x117),'lineAndArea':_0x340556(0xf8),'paretoBar':_0x340556(0x112),'paretoLine':'累積占比系列','pie':'餅圖','radar':'雷達圖','relation':_0x340556(0x119),'sunburst':_0x340556(0xff),'treemap':_0x340556(0xeb),'waterfall':'瀑布圖','wordCloud':'詞雲'},'chord':{'target':'目標'}}};}));function _0x1de7(_0x14b97e,_0x4303fd){_0x14b97e=_0x14b97e-0xe5;var _0x48e9ec=_0x48e9();var _0x1de7d5=_0x48e9ec[_0x14b97e];return _0x1de7d5;}function _0x48e9(){var _0x5a2147=['關係圖','6173550AlqZfC','6982712SsNxyS','雷達圖','桑基圖','堆疊面積圖','直方圖','使用\x20{0}\x20作為類別','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','樹狀圖','629318LuCxfE','刪除圖表','儀表圖','折線圖','exports','百分比堆疊面積圖','UniverProSheetsChartUiZhHK','271453KHuxSt','amd','複合餅圖','漏斗圖','309942VoxWRp','折線圖\x20/\x20面積圖','K\x20線圖','子母餅圖','箱型圖','function','設定圖表','組合圖','旭日圖','自訂圖表','和弦圖','724062CMNqMF','環形圖','切換列或欄','9720808pGvRzQ','開啟圖表面板','網格線和刻度線','object','條形圖','12tKaruS','矩形樹圖','排列圖','堆疊條形圖','熱力圖','插入圖表','燭台圖','詞雲圖','長條圖系列','1AerRSK','圖表樣式','趨勢線','資料範圍','指示線','百分比堆疊條形圖'];_0x48e9=function(){return _0x5a2147;};return _0x48e9();}
@@ -1 +1 @@
1
- function _0x2a0d(_0x49e6d1,_0x56d46a){_0x49e6d1=_0x49e6d1-0x1b9;var _0x323d03=_0x323d();var _0x2a0daa=_0x323d03[_0x49e6d1];return _0x2a0daa;}(function(_0x499b2d,_0x3855be){var _0x52c53e=_0x2a0d,_0x2ebaf4=_0x499b2d();while(!![]){try{var _0x5e6b42=-parseInt(_0x52c53e(0x1c7))/0x1+parseInt(_0x52c53e(0x1fa))/0x2*(-parseInt(_0x52c53e(0x246))/0x3)+parseInt(_0x52c53e(0x1f0))/0x4*(-parseInt(_0x52c53e(0x21f))/0x5)+-parseInt(_0x52c53e(0x23e))/0x6*(-parseInt(_0x52c53e(0x22d))/0x7)+-parseInt(_0x52c53e(0x1e6))/0x8*(-parseInt(_0x52c53e(0x23f))/0x9)+-parseInt(_0x52c53e(0x242))/0xa+parseInt(_0x52c53e(0x1bc))/0xb;if(_0x5e6b42===_0x3855be)break;else _0x2ebaf4['push'](_0x2ebaf4['shift']());}catch(_0x820b1a){_0x2ebaf4['push'](_0x2ebaf4['shift']());}}}(_0x323d,0x243d3),function(_0x451591,_0x480301){var _0x2fcb03=_0x2a0d;typeof exports==_0x2fcb03(0x1fe)&&typeof module<'u'?module[_0x2fcb03(0x213)]=_0x480301():typeof define==_0x2fcb03(0x1c3)&&define[_0x2fcb03(0x1f1)]?define([],_0x480301):(_0x451591=typeof globalThis<'u'?globalThis:_0x451591||self,_0x451591['UniverProSheetsChartUiZhTW']=_0x480301());}(this,function(){var _0x51c07f=_0x2a0d;return{'sheets-chart-ui':{'permission':{'editErr':_0x51c07f(0x1c9)},'insertChart':_0x51c07f(0x22c),'editChart':_0x51c07f(0x1ff),'openChartPanel':_0x51c07f(0x212),'deleteChart':_0x51c07f(0x1d4),'exportImage':_0x51c07f(0x1d3),'copy':'複製','hideChartPanel':'隱藏圖表面板','setupChart':_0x51c07f(0x229),'customChart':_0x51c07f(0x207),'default':'默認','reset':'重置','chartType':_0x51c07f(0x1c1),'themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x51c07f(0x1c5),'series':'系列','addSeries':_0x51c07f(0x1cf),'moreSettings':'更多設置','min':_0x51c07f(0x23b),'max':_0x51c07f(0x1f7),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x51c07f(0x1bd)},'blank':_0x51c07f(0x247),'seriesBlock':{'format':'格式','dataPointStyle':_0x51c07f(0x1d1)},'backgroundColor':_0x51c07f(0x218),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':'主標題','subTitle':'副標題','xAxisTitle':'X軸標題','yAxisTitle':'Y軸標題','rightYAxisTitle':_0x51c07f(0x222),'titleFormat':_0x51c07f(0x1ce),'titleText':_0x51c07f(0x225),'titlePosition':_0x51c07f(0x1e7),'titleAlign':_0x51c07f(0x235)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':'漸變填充','settingsLabels':{'switchToRowOrColumn':'切換列或欄','useAsCategoryLabels':_0x51c07f(0x1e5),'showEmptyCellsAs':_0x51c07f(0x226)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x51c07f(0x24e),'center':'居中','right':_0x51c07f(0x20d)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x51c07f(0x204),'chartAndAxisTitles':'圖表和軸標題','legend':'圖例','legendSelectMode':_0x51c07f(0x1c0),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x51c07f(0x228),'horizontalAxis':_0x51c07f(0x1dc),'verticalAxis':_0x51c07f(0x1dd),'rightVerticalAxis':_0x51c07f(0x219),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x51c07f(0x1d2)},'position':'位置','dataLabels':_0x51c07f(0x232),'gridlinesAndTicks':_0x51c07f(0x1df),'indicatorLine':_0x51c07f(0x1cb),'indicatorLineType':'指示線類型','indicatorLineColor':_0x51c07f(0x233),'indicatorLabel':_0x51c07f(0x1d7),'indicatorValue':_0x51c07f(0x24a),'shape':{'polygon':_0x51c07f(0x203),'circle':'圓形','square':_0x51c07f(0x1ef),'triangle':_0x51c07f(0x21b),'diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x51c07f(0x245),'emptySquare':_0x51c07f(0x20f),'emptyTriangle':_0x51c07f(0x22e),'emptyDiamond':_0x51c07f(0x1cd),'emptyRect':_0x51c07f(0x234),'emptyRoundRect':_0x51c07f(0x1f4),'emptyPin':'空心針形','emptyArrow':_0x51c07f(0x1f3)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0x51c07f(0x238),'withThickness':_0x51c07f(0x24b),'withType':'{0}\x20類型','withSize':_0x51c07f(0x23c),'withShape':_0x51c07f(0x1f9),'withFormat':_0x51c07f(0x1ec),'dataPoint':_0x51c07f(0x200),'dataNodeShape':'節點形狀','addDataPoint':_0x51c07f(0x20a),'point':'數據點','percentage':_0x51c07f(0x1f8),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x51c07f(0x1e1)},'lineDashType':_0x51c07f(0x230),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x51c07f(0x217),'text':_0x51c07f(0x243)},'ticks':{'majorTick':_0x51c07f(0x208),'tickPosition':'刻度線位置','tickLength':_0x51c07f(0x249)},'none':'無','theIndexItem':'第\x20{0}\x20項','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x51c07f(0x22f),'styleEditPanel':{'showLabels':'顯示標籤','showDataLabels':_0x51c07f(0x1d6),'padAngle':_0x51c07f(0x24c),'halfPie':'半餅','rosePie':'玫瑰圖','pieValScale':_0x51c07f(0x215),'pieValSuffix':_0x51c07f(0x221),'pieDigitalFixed':_0x51c07f(0x1eb),'showLabelLine':_0x51c07f(0x220),'reverseAxisOrder':_0x51c07f(0x1e9),'showAxisLine':_0x51c07f(0x1ba),'labelPosition':_0x51c07f(0x205),'labelText':_0x51c07f(0x210),'repeatWordCould':_0x51c07f(0x1ee),'gap':'間隔','useAbsValue':'使用絕對值','labelRotate':_0x51c07f(0x1ea),'wordCloudShape':_0x51c07f(0x244),'useDateAxis':_0x51c07f(0x20e),'dateAxisTips':_0x51c07f(0x214)},'radar':{'fill':'填充'},'doughnutHole':_0x51c07f(0x216),'msg':{'invalidSource':_0x51c07f(0x21d),'emptyTips':_0x51c07f(0x23a),'sankeyCircularTips':'桑基圖不能包含循環數據'},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':'趨勢線名稱','addTrendLine':_0x51c07f(0x20c),'trendlineType':'趨勢線類型','trendlineName':_0x51c07f(0x206),'trendlineColor':_0x51c07f(0x1c2),'trendlineThickness':'趨勢線粗細','trendlineDashType':_0x51c07f(0x241),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x51c07f(0x1fb),'poly':_0x51c07f(0x1ca),'order':'多項式階數','period':'移動平均周期','showFormula':_0x51c07f(0x227),'showR2':_0x51c07f(0x1fd),'formula':'公式','r2':_0x51c07f(0x1e3)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':'氣泡標籤','emptyTips':_0x51c07f(0x21e)},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x51c07f(0x22b),'useValueAsSymbolSize':_0x51c07f(0x21a),'layoutType':_0x51c07f(0x1fc),'forceOptions':'力導向選項','repulsion':'斥力','gravity':'引力','edgeLength':'節點距離','rotateLabel':_0x51c07f(0x1be),'emphasis':_0x51c07f(0x1d5),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x51c07f(0x20b),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x51c07f(0x1e4),'positiveStyle':'正值樣式','negativeStyle':_0x51c07f(0x24f),'subtotalStyle':_0x51c07f(0x1e0),'positiveLegendText':'正值圖例文本','negativeLegendText':_0x51c07f(0x1f6),'subtotalLegendText':_0x51c07f(0x1c4)},'pareto':{'lineName':_0x51c07f(0x21c),'lineSeries':_0x51c07f(0x237),'barSeries':_0x51c07f(0x223)},'visualMapScope':_0x51c07f(0x1da),'boxplot':{'min':_0x51c07f(0x23b),'q1':_0x51c07f(0x23d),'median':_0x51c07f(0x209),'q3':_0x51c07f(0x236),'max':_0x51c07f(0x1f7)},'chartTypes':{'line':_0x51c07f(0x1de),'area':_0x51c07f(0x1d8),'areaStacked':_0x51c07f(0x1cc),'areaPercentStacked':_0x51c07f(0x1bf),'column':_0x51c07f(0x22a),'bar':_0x51c07f(0x202),'barStacked':_0x51c07f(0x1db),'barPercentStacked':_0x51c07f(0x1bb),'pie':'餅圖','donut':'環形圖','scatter':_0x51c07f(0x211),'radar':'雷達圖','bubble':_0x51c07f(0x224),'stock':_0x51c07f(0x1c6),'combination':_0x51c07f(0x231),'wordCloud':'詞雲圖','funnel':'漏斗圖','relation':_0x51c07f(0x1e8),'waterfall':'瀑布圖','pareto':_0x51c07f(0x1d9),'sankey':_0x51c07f(0x201),'heatmap':_0x51c07f(0x24d),'boxplot':_0x51c07f(0x1b9)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x51c07f(0x240),'fieldSetting':_0x51c07f(0x239),'formatTypes':_0x51c07f(0x1ed),'confirm':'確定','cancel':'取消','generalDesc':_0x51c07f(0x1d0),'accountingDesc':_0x51c07f(0x1c8),'currencyDesc':_0x51c07f(0x1f5),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':_0x51c07f(0x1e2),'decimalPlaces':_0x51c07f(0x1eb),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x51c07f(0x248),'dateTypes':_0x51c07f(0x1f2)},'setFormat':'設置標籤格式'}}};}));function _0x323d(){var _0x4052d8=['200923JJofUj','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','多項式','指示線','堆疊面積圖','空心菱形','標題格式','添加系列','常規格式不包含任何特定的數字格式。','數據點樣式','使用右軸','匯出圖片','刪除圖表','開啟選中淡入特效','顯示數據標籤','指示標籤','面積圖','排列圖','視覺映射範圍','堆疊條形圖','水平軸','垂直軸','折線圖','網格線和刻度線','小計樣式','百分比堆疊','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','R平方','顯示小計','使用\x20{0}\x20作為類別標籤','2104NDVCYy','標題位置','關係圖','逆序軸','標籤旋轉','小數位數','{0}\x20格式','格式類型','重複詞雲標籤','正方形','8uoJfJj','amd','日期類型','空心箭頭','空心圓角矩形','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','負值圖例文本','最大值','百分比','{0}\x20形狀','18eZDHqD','移動平均','佈局類型','顯示R平方','object','編輯圖表','數據點','桑基圖','條形圖','多邊形','圖表樣式','標籤位置','趨勢線名稱','自定義圖表','主刻度線','中位數','添加數據點','堆疊方式','添加趨勢線','右對齊','使用日期軸','空心正方形','標籤文本','散點圖','打開圖表面板','exports','日期軸僅在數據全部為日期格式時可用','数值比例','圓環孔','主網格線','背景顏色','右垂直軸','使用值作為節點大小','三角形','累積占比','圖表數據源必須包含多於1列和1欄。','氣泡圖至少需要2欄,X軸、Y軸。','85865LWrAdq','顯示標籤線','数值后缀','右Y軸標題','長條圖系列','氣泡圖','標題文本','顯示空單元格為','顯示公式','軸選項','設置圖表','柱狀圖','力導向','插入圖表','21eeNdyN','空心三角形','類別\x20{0}','線類型','組合圖','數據標籤','指示線顏色','空心矩形','標題對齊','第三四分位數','累積占比系列','{0}\x20顏色','字段設置','請先添加系列開始數據可視化','最小值','{0}\x20大小','第一四分位數','168810uMdLiL','6858Afovmi','千分位符','趨勢線線類型','39810fhkVhD','網格線','詞雲形狀','空心圓形','93285qRvQlE','(空)','負數類型','刻度線長度','指示值','{0}\x20粗細','扇形間距','熱力圖','左對齊','負值樣式','箱型圖','顯示軸線','百分比堆疊條形圖','4210019taFxWt','用直線連接數據點','旋轉標籤','百分比堆疊面積圖','圖例選擇模式','圖表類型','趨勢線顏色','function','小計圖例文本','所有系列','股票圖'];_0x323d=function(){return _0x4052d8;};return _0x323d();}
1
+ function _0x22fb(_0x565548,_0x38982b){_0x565548=_0x565548-0x1f1;var _0xa2866c=_0xa286();var _0x22fb05=_0xa2866c[_0x565548];return _0x22fb05;}function _0xa286(){var _0x1b22bb=['731857PsASxF','UniverProSheetsChartUiZhTW','資料範圍','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','樹狀圖','編輯圖表','隱藏圖表面板','面積圖','條形圖','1751607gHViKL','設定圖表','圖表樣式','自訂圖表','匯出圖片','9770llqZlG','31802ReRUJe','百分比堆疊條形圖','趨勢線','和弦圖','10442110ahquha','exports','右縱軸','折線圖\x20/\x20面積圖','192kbuyft','桑基圖','40DMqGtJ','使用\x20{0}\x20作為類別','旭日圖','氣泡圖','累積占比系列','長條圖系列','網格線和刻度線','箱型圖','環形圖','刪除圖表','百分比堆疊面積圖','燭台圖','瀑布圖','84159aGXFus','指示線','漏斗圖','圖表與座標軸標題','關係圖','開啟圖表面板','複合餅圖','object','組合圖','1197208ZIUjNK','柱狀圖','堆疊面積圖','4qRYtjm','雷達圖'];_0xa286=function(){return _0x1b22bb;};return _0xa286();}(function(_0x5961e1,_0x120ae2){var _0x32314c=_0x22fb,_0x10213d=_0x5961e1();while(!![]){try{var _0x388d74=parseInt(_0x32314c(0x1f3))/0x1*(-parseInt(_0x32314c(0x204))/0x2)+-parseInt(_0x32314c(0x21b))/0x3+-parseInt(_0x32314c(0x224))/0x4+-parseInt(_0x32314c(0x203))/0x5*(parseInt(_0x32314c(0x20c))/0x6)+parseInt(_0x32314c(0x1f5))/0x7*(-parseInt(_0x32314c(0x20e))/0x8)+parseInt(_0x32314c(0x1fe))/0x9+parseInt(_0x32314c(0x208))/0xa;if(_0x388d74===_0x120ae2)break;else _0x10213d['push'](_0x10213d['shift']());}catch(_0x3bd902){_0x10213d['push'](_0x10213d['shift']());}}}(_0xa286,0x401c0),function(_0x1aedbb,_0x118551){var _0x34622a=_0x22fb;typeof exports==_0x34622a(0x222)&&typeof module<'u'?module[_0x34622a(0x209)]=_0x118551():typeof define=='function'&&define['amd']?define([],_0x118551):(_0x1aedbb=typeof globalThis<'u'?globalThis:_0x1aedbb||self,_0x1aedbb[_0x34622a(0x1f6)]=_0x118551());}(this,function(){var _0x32dc79=_0x22fb;return{'sheets-chart-ui':{'permission':{'editErr':_0x32dc79(0x1f8)},'common':{'setup':_0x32dc79(0x1ff),'customize':_0x32dc79(0x201),'editChart':_0x32dc79(0x1fa),'useAsCategoryLabels':_0x32dc79(0x20f),'switchRowColumn':'切換列或欄','dataRange':_0x32dc79(0x1f7),'insertChart':'插入圖表','openChartPanel':_0x32dc79(0x220),'deleteChart':_0x32dc79(0x217),'hideChartPanel':_0x32dc79(0x1fb),'chartAndAxisTitles':_0x32dc79(0x21e),'chartStyle':_0x32dc79(0x200),'heatmap':'熱力圖','horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x32dc79(0x20a),'series':'系列','trendline':_0x32dc79(0x206),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x32dc79(0x202)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':'折線圖','column':_0x32dc79(0x1f1),'bar':_0x32dc79(0x1fd),'barStacked':'堆疊條形圖','barPercentStacked':_0x32dc79(0x205),'pie':'餅圖','donut':_0x32dc79(0x216),'pieOfPie':'子母餅圖','barOfPie':_0x32dc79(0x221),'area':_0x32dc79(0x1fc),'areaStacked':_0x32dc79(0x1f2),'areaPercentStacked':_0x32dc79(0x218),'radar':_0x32dc79(0x1f4),'scatter':'散點圖','combination':_0x32dc79(0x223),'wordCloud':'詞雲圖','funnel':_0x32dc79(0x21d),'bubble':_0x32dc79(0x211),'relation':_0x32dc79(0x21f),'waterfall':_0x32dc79(0x21a),'pareto':'排列圖','sankey':_0x32dc79(0x20d),'heatmap':'熱力圖','boxplot':_0x32dc79(0x215),'candlestick':'K\x20線圖','histogram':'直方圖','treemap':'矩形樹圖','sunburst':_0x32dc79(0x210),'gauge':'儀表板','chord':_0x32dc79(0x207)},'section':{'candlestick':_0x32dc79(0x219),'chord':_0x32dc79(0x207),'funnel':_0x32dc79(0x21d),'gauge':'儀表圖','gridlinesAndTicks':_0x32dc79(0x214),'histogram':'直方圖','indicatorLine':_0x32dc79(0x21c),'lineAndArea':_0x32dc79(0x20b),'paretoBar':_0x32dc79(0x213),'paretoLine':_0x32dc79(0x212),'pie':'餅圖','radar':_0x32dc79(0x1f4),'relation':_0x32dc79(0x21f),'sunburst':_0x32dc79(0x210),'treemap':_0x32dc79(0x1f9),'waterfall':'瀑布圖','wordCloud':'詞雲'},'chord':{'target':'目標'}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-chart-ui",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-beta.0",
4
4
  "private": false,
5
5
  "description": "Chart UI integration for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -57,32 +57,32 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/icons": "1.34.0",
61
- "@univerjs-pro/chart-ui": "1.0.0-alpha.7",
62
- "@univerjs/core": "1.0.0-alpha.7",
63
- "@univerjs-pro/engine-chart": "1.0.0-alpha.7",
64
- "@univerjs-pro/sheets-chart": "1.0.0-alpha.7",
65
- "@univerjs-pro/license": "1.0.0-alpha.7",
66
- "@univerjs/design": "1.0.0-alpha.7",
67
- "@univerjs/drawing": "1.0.0-alpha.7",
68
- "@univerjs/engine-formula": "1.0.0-alpha.7",
69
- "@univerjs/drawing-ui": "1.0.0-alpha.7",
70
- "@univerjs/engine-render": "1.0.0-alpha.7",
71
- "@univerjs/sheets": "1.0.0-alpha.7",
72
- "@univerjs/sheets-drawing-ui": "1.0.0-alpha.7",
73
- "@univerjs/sheets-formula-ui": "1.0.0-alpha.7",
74
- "@univerjs/sheets-drawing": "1.0.0-alpha.7",
75
- "@univerjs/ui": "1.0.0-alpha.7",
76
- "@univerjs/sheets-ui": "1.0.0-alpha.7"
60
+ "@univerjs/icons": "1.35.0",
61
+ "@univerjs-pro/chart-ui": "1.0.0-beta.0",
62
+ "@univerjs-pro/sheets-chart": "1.0.0-beta.0",
63
+ "@univerjs-pro/license": "1.0.0-beta.0",
64
+ "@univerjs/core": "1.0.0-beta.0",
65
+ "@univerjs-pro/engine-chart": "1.0.0-beta.0",
66
+ "@univerjs/design": "1.0.0-beta.0",
67
+ "@univerjs/drawing": "1.0.0-beta.0",
68
+ "@univerjs/engine-formula": "1.0.0-beta.0",
69
+ "@univerjs/sheets": "1.0.0-beta.0",
70
+ "@univerjs/sheets-drawing": "1.0.0-beta.0",
71
+ "@univerjs/sheets-drawing-ui": "1.0.0-beta.0",
72
+ "@univerjs/sheets-formula-ui": "1.0.0-beta.0",
73
+ "@univerjs/sheets-ui": "1.0.0-beta.0",
74
+ "@univerjs/ui": "1.0.0-beta.0",
75
+ "@univerjs/drawing-ui": "1.0.0-beta.0",
76
+ "@univerjs/engine-render": "1.0.0-beta.0"
77
77
  },
78
78
  "devDependencies": {
79
- "postcss": "^8.5.19",
79
+ "postcss": "^8.5.25",
80
80
  "react": "18.3.1",
81
81
  "rxjs": "7.8.2",
82
82
  "tailwindcss": "3.4.17",
83
83
  "typescript": "^6.0.3",
84
84
  "vitest": "^4.1.10",
85
- "@univerjs-infra/shared": "1.0.0-alpha.7"
85
+ "@univerjs-infra/shared": "1.0.0-beta.0"
86
86
  },
87
87
  "scripts": {
88
88
  "test": "vitest run",
@@ -1,3 +0,0 @@
1
- import type { ChartConfigStateKey, InferChartConfigStateValue } from './services/sheets-chart-ui.service';
2
- export declare function useChartConfigState<V, T extends ChartConfigStateKey = ChartConfigStateKey>(key: T, defaultValue: V): [V, (value: V) => void];
3
- export declare function useChartConfigState<T extends ChartConfigStateKey = ChartConfigStateKey, V extends InferChartConfigStateValue<T> = InferChartConfigStateValue<T>>(key: T): [V | undefined, (value: V) => void];
@@ -1,20 +0,0 @@
1
- import type { ChartElementConfigTarget } from '@univerjs-pro/chart-ui';
2
- import type { IChartElementHit } from '@univerjs-pro/engine-chart';
3
- export interface IChartEditPanelRoute {
4
- tab: 'style' | 'data';
5
- section?: 'chartStyle' | 'chartAndAxisTitles' | 'legend' | 'horizontalAxis' | 'verticalAxis' | 'rightVerticalAxis' | 'series' | 'pieStyle' | 'paretoBarSeries' | 'paretoLineSeries' | 'waterfallSeries' | 'relation' | 'wordCloud';
6
- titleKey?: 'title' | 'subtitle' | 'xAxisTitle' | 'yAxisTitle' | 'rightYAxisTitle';
7
- axisId?: 'xAxis' | 'yAxis' | 'rightYAxis';
8
- seriesId?: string;
9
- }
10
- export interface IChartSelectedElementState {
11
- chartId: string;
12
- element: IChartElementHit;
13
- target: ChartElementConfigTarget;
14
- route: IChartEditPanelRoute;
15
- }
16
- export interface IChartPanelRouteState {
17
- chartId: string;
18
- route: IChartEditPanelRoute | null;
19
- }
20
- export declare function resolveChartEditPanelRoute(target: ChartElementConfigTarget): IChartEditPanelRoute | undefined;
@@ -1,165 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import type { LocaleKey } from '../../locale/types';
3
- import type { IChartOptionType } from '../../services/sheets-chart-ui.service';
4
- import { AreaLineStyle, AxisAlignEnum, ChartBorderDashType, ChartTrendlineType, InvalidValueType, LabelContentType, LegendPositionEnum, LinePointShape, PieLabelPosition, RadarShape, SelectModeEnum, SeriesLabelPosition, TextAlign, TextVerticalAlign, TitlePositionEnum, WaterfallStackTypeEnum } from '@univerjs-pro/engine-chart';
5
- export type OptionType = IChartOptionType;
6
- export interface ILocaleOption<T = string> {
7
- label: LocaleKey;
8
- value: T;
9
- }
10
- export declare const defaultOption: ILocaleOption<string>;
11
- export declare const chartTypeToIcon: Record<string, ReactNode>;
12
- export declare const seriesChartTypeOptions: Array<ILocaleOption<string>>;
13
- export declare const titleOptions: readonly [{
14
- readonly label: "sheets-chart-ui.titles.mainTitle";
15
- readonly value: "title";
16
- }, {
17
- readonly label: "sheets-chart-ui.titles.xAxisTitle";
18
- readonly value: "xAxisTitle";
19
- }, {
20
- readonly label: "sheets-chart-ui.titles.yAxisTitle";
21
- readonly value: "yAxisTitle";
22
- }, {
23
- readonly label: "sheets-chart-ui.titles.rightYAxisTitle";
24
- readonly value: "rightYAxisTitle";
25
- }];
26
- export type TitleOptionValue = typeof titleOptions[number]['value'] | 'subtitle';
27
- export declare const fontSizeOptions: readonly [{
28
- readonly label: "10";
29
- readonly value: "10";
30
- }, {
31
- readonly label: "12";
32
- readonly value: "12";
33
- }, {
34
- readonly label: "14";
35
- readonly value: "14";
36
- }, {
37
- readonly label: "16";
38
- readonly value: "16";
39
- }, {
40
- readonly label: "18";
41
- readonly value: "18";
42
- }, {
43
- readonly label: "20";
44
- readonly value: "20";
45
- }, {
46
- readonly label: "24";
47
- readonly value: "24";
48
- }, {
49
- readonly label: "30";
50
- readonly value: "30";
51
- }, {
52
- readonly label: "36";
53
- readonly value: "36";
54
- }];
55
- export declare const textAlignOptions: readonly [{
56
- readonly label: "sheets-chart-ui.align.left";
57
- readonly value: "left";
58
- }, {
59
- readonly label: "sheets-chart-ui.align.center";
60
- readonly value: "center";
61
- }, {
62
- readonly label: "sheets-chart-ui.align.right";
63
- readonly value: "right";
64
- }];
65
- export type TextAlignOptionValue = typeof textAlignOptions[number]['value'];
66
- export declare function getAllSeriesOption(): ILocaleOption<string>;
67
- export declare const lineOpacityOptions: {
68
- label: string;
69
- value: string;
70
- }[];
71
- export declare const axisPositionOptions: Array<ILocaleOption<string>>;
72
- export declare const borderDashTypeOptions: Array<ILocaleOption<ChartBorderDashType>>;
73
- export declare const linePointShapeOptions: Array<ILocaleOption<LinePointShape>>;
74
- export declare const linePointSizeOptions: {
75
- label: string;
76
- value: string;
77
- }[];
78
- export declare const borderWidthOptions: {
79
- label: string;
80
- value: string;
81
- }[];
82
- export declare const axisLabelRotateOptions: {
83
- label: string;
84
- value: string;
85
- }[];
86
- export declare const trendlineTypeOptions: Array<{
87
- label: LocaleKey;
88
- value: ChartTrendlineType;
89
- }>;
90
- export declare const trendlineToIcon: Record<string, ReactNode>;
91
- export declare const trendlineOrderOptions: {
92
- label: string;
93
- value: string;
94
- }[];
95
- export declare const dataLabelPositionOptions: Array<ILocaleOption<SeriesLabelPosition>>;
96
- export declare const pieDataLabelPositionOptions: Array<ILocaleOption<PieLabelPosition>>;
97
- export declare const legendLabelPositionOptions: Array<ILocaleOption<LegendPositionEnum>>;
98
- export declare const legendSelectModeOptions: Array<ILocaleOption<SelectModeEnum>>;
99
- export declare const legendVisualMapTypeOptions: Array<ILocaleOption<string>>;
100
- export declare const titlePositionOptions: Array<ILocaleOption<TitlePositionEnum>>;
101
- export declare const axisTitlePositionOptions: Array<ILocaleOption<AxisAlignEnum>>;
102
- /**
103
- * chart title position options X
104
- */
105
- export declare const titlePositionXOptions: {
106
- label: string;
107
- value: TextAlign;
108
- }[];
109
- /**
110
- * chart title position options Y
111
- */
112
- export declare const titlePositionYOptions: {
113
- label: string;
114
- value: TextVerticalAlign;
115
- }[];
116
- export declare const axisListOptions: Array<ILocaleOption<string>>;
117
- export declare const tickThicknessOptions: {
118
- label: string;
119
- value: string;
120
- }[];
121
- export declare const stackTypeOptions: Array<ILocaleOption<string>>;
122
- export declare const areaLineTypeOptions: Array<ILocaleOption<AreaLineStyle>>;
123
- export declare const pieDonutHoleOptions: {
124
- label: string;
125
- value: string;
126
- }[];
127
- export declare const radarShapeOptions: Array<ILocaleOption<RadarShape>>;
128
- export declare const invalidValueOptions: Array<ILocaleOption<InvalidValueType>>;
129
- export declare const labelContentTypeList: LabelContentType[];
130
- export declare const labelContentOptions: Array<ILocaleOption<string>>;
131
- export declare const pieLabelContentOptions: ILocaleOption<string>[];
132
- export declare const tickLengthOptions: {
133
- label: string;
134
- value: string;
135
- }[];
136
- export declare const tickWidthOptions: {
137
- label: string;
138
- value: string;
139
- }[];
140
- export declare const RelationLayoutOptions: Array<ILocaleOption<string>>;
141
- export declare const DateFormatList: {
142
- label: string;
143
- suffix: string;
144
- }[];
145
- export declare const ThousandsSeparatorFormatList: ({
146
- label: string;
147
- suffix: string;
148
- color?: undefined;
149
- } | {
150
- label: string;
151
- suffix: string;
152
- color: string;
153
- })[];
154
- export declare const CurrencyFormatList: ({
155
- label: (suffix: string) => string;
156
- suffix: (suffix: string) => string;
157
- color?: undefined;
158
- } | {
159
- label: (suffix: string) => string;
160
- suffix: (suffix: string) => string;
161
- color: string;
162
- })[];
163
- export declare const UNIVER_SHEET_CHART_FORMAT_DIALOG_ID = "univer-sheet-chart-format-dialog-id";
164
- export declare const UNIVER_SHEET_CHART_FORMAT_DIALOG = "univer-sheet-chart-format-dialog";
165
- export declare const waterfallStackTypeOptions: Array<ILocaleOption<WaterfallStackTypeEnum>>;
@@ -1,3 +0,0 @@
1
- export declare const RadarChartOptionsEdit: (props: {
2
- className?: string;
3
- }) => import("react").JSX.Element;
@@ -1,8 +0,0 @@
1
- import type { OptionType } from '../Options';
2
- export interface IButtonSwitchProps {
3
- className?: string;
4
- options: OptionType[];
5
- value?: string;
6
- onChange?: (value: string) => void;
7
- }
8
- export declare const ButtonSwitch: (props: IButtonSwitchProps) => import("react").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './ButtonSwitch';
@@ -1,6 +0,0 @@
1
- export interface IBubbleSeriesOption {
2
- label: string;
3
- value: string;
4
- isCategoryList: boolean;
5
- }
6
- export declare const BubbleDataEdit: () => import("react").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './DataTabPanel';
@@ -1 +0,0 @@
1
- export * from './ChartEditPanel';
@@ -1,9 +0,0 @@
1
- import type { DeepPartial, IAxisOptions } from '@univerjs-pro/engine-chart';
2
- import type { Nullable } from '@univerjs/core';
3
- export interface IAxisOptionsEditProps {
4
- valueAxis: boolean;
5
- canUseDateAxis: boolean;
6
- axisOptions: Nullable<DeepPartial<IAxisOptions>>;
7
- onChange?: (axisOptions: DeepPartial<IAxisOptions>) => void;
8
- }
9
- export declare const AxisOptionsEdit: (props: IAxisOptionsEditProps) => import("react").JSX.Element;
@@ -1,6 +0,0 @@
1
- interface IChartNumfmtPanelProps {
2
- originPattern?: string;
3
- onPatternApply?: (pattern: string | undefined) => void;
4
- }
5
- export declare const ChartNumfmtDialog: ({ originPattern, onPatternApply }: IChartNumfmtPanelProps) => import("react").JSX.Element;
6
- export {};
@@ -1,25 +0,0 @@
1
- import type { PropertyChangeFunction } from '@univerjs-pro/chart-ui';
2
- import type { ChartTypeBits, IPieLabelStyle, ISeriesLabelStyle } from '@univerjs-pro/engine-chart';
3
- import type { Nullable } from '@univerjs/core';
4
- import type { OptionType } from '../Options';
5
- type UnionLabelStyle = ISeriesLabelStyle | IPieLabelStyle;
6
- export interface IDataLabelOptionsProps {
7
- chartType: Nullable<ChartTypeBits>;
8
- fallbackLabelStyle?: Partial<UnionLabelStyle>;
9
- labelStyle: Partial<UnionLabelStyle>;
10
- contentTypeOptions?: OptionType[];
11
- positionOptions?: OptionType[];
12
- onVisibleChange?: (visible: boolean) => void;
13
- onPadAngleChange?: (padAngle: boolean) => void;
14
- onLabelStyleChange?: PropertyChangeFunction<UnionLabelStyle>;
15
- isPieLike: boolean;
16
- padAngleStyle?: Nullable<boolean>;
17
- onHalfPieChange?: (isHalfPie: boolean) => void;
18
- isHalfPie?: Nullable<boolean>;
19
- isRosePie?: Nullable<boolean>;
20
- onRosePieChange?: (isRosePie: boolean) => void;
21
- onShowLabelLineChange?: (showLabelLine: boolean) => void;
22
- showLabelLine?: Nullable<boolean>;
23
- }
24
- export declare const DataLabelOptions: (props: IDataLabelOptionsProps) => import("react").JSX.Element;
25
- export {};
@@ -1,16 +0,0 @@
1
- import type { ChartBorderDashType } from '@univerjs-pro/engine-chart';
2
- interface IIndicatorChangeInfo {
3
- indicatorLabelColor?: string;
4
- indicatorLineType?: ChartBorderDashType;
5
- indicatorLineColor?: string;
6
- indicatorLabelTextColor?: string;
7
- }
8
- export interface IIndicatorLineProps {
9
- indicatorLabelColor: string;
10
- indicatorLineType: ChartBorderDashType;
11
- indicatorLineColor: string;
12
- indicatorLabelTextColor: string;
13
- onChange?: (v: IIndicatorChangeInfo) => void;
14
- }
15
- export declare const IndicatorLine: (props: IIndicatorLineProps) => import("react").JSX.Element;
16
- export {};
@@ -1,5 +0,0 @@
1
- interface ITrendLineStyleEditProps {
2
- isLineSeries: boolean;
3
- }
4
- export declare const ParetoStyleEdit: (props: ITrendLineStyleEditProps) => import("react").JSX.Element;
5
- export {};
@@ -1,6 +0,0 @@
1
- import type { Nullable } from '@univerjs/core';
2
- import { ChartTypeBits } from '@univerjs-pro/engine-chart';
3
- export declare const PieChartStyleEdit: (props: {
4
- chartType: Nullable<ChartTypeBits>;
5
- onChartTypeChange?: (chartType: ChartTypeBits) => void;
6
- }) => import("react").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function RelationEdit(): import("react").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const TrendLineStyleEdit: () => import("react").JSX.Element | null;
@@ -1 +0,0 @@
1
- export declare const WaterfallSeriesEdit: () => import("react").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function WordCloudShapeSelector(): import("react").JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { IRuntimeAxis } from '@univerjs-pro/engine-chart';
2
- import type { Nullable } from '@univerjs/core';
3
- export interface IGridLineAndTickOptionsProps {
4
- className?: string;
5
- runtimeAxes: Nullable<IRuntimeAxis[]>;
6
- }
7
- export declare const GridLineAndTickOptions: (props: IGridLineAndTickOptionsProps) => import("react").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './GridLineAndTickOptions';
@@ -1 +0,0 @@
1
- export * from './StyleTabPanel';