@univerjs-pro/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.
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -0
- package/lib/index.css +30 -99
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/ChartReferencedDataSourceEditor.d.ts +11 -0
- package/lib/types/components/ChartTypeOptions.d.ts +0 -4
- package/lib/types/editor/components/ChartColorField.d.ts +1 -0
- package/lib/types/editor/hooks/use-chart-type-state.d.ts +20 -0
- package/lib/types/editor/sections/chart-style-options.d.ts +1 -1
- package/lib/types/facade/f-chart.d.ts +21 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/float-menu/constants.d.ts +0 -14
- package/lib/types/index.d.ts +8 -2
- package/lib/types/locale/en-US.d.ts +7 -0
- package/lib/types/services/chart-image-export.service.d.ts +30 -0
- package/lib/types/services/chart-referenced-data-source-binding.service.d.ts +13 -0
- package/lib/types/services/chart-snapshot-queue.d.ts +5 -4
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +23 -9
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x426dac=_0x2805;(function(_0xb45cc6,_0x24b1c2){const _0x49e149=_0x2805,_0x395b8a=_0xb45cc6();while(!![]){try{const _0x1a4218=parseInt(_0x49e149(0x10f))/0x1*(-parseInt(_0x49e149(0xdf))/0x2)+parseInt(_0x49e149(0xf7))/0x3*(parseInt(_0x49e149(0x15f))/0x4)+-parseInt(_0x49e149(0x151))/0x5*(parseInt(_0x49e149(0x198))/0x6)+-parseInt(_0x49e149(0x1b8))/0x7*(parseInt(_0x49e149(0x15b))/0x8)+-parseInt(_0x49e149(0xdc))/0x9+parseInt(_0x49e149(0xdd))/0xa*(parseInt(_0x49e149(0x1ad))/0xb)+parseInt(_0x49e149(0x1b6))/0xc*(parseInt(_0x49e149(0x147))/0xd);if(_0x1a4218===_0x24b1c2)break;else _0x395b8a['push'](_0x395b8a['shift']());}catch(_0x3cc20a){_0x395b8a['push'](_0x395b8a['shift']());}}}(_0x11fc,0xb1421));const e={'chart-ui':{'editor':{'defaultColor':_0x426dac(0xf4),'fontSize':'字号'},'setup':{'stack':'堆叠','percentStacked':_0x426dac(0x11c)},'chartTypes':{'line':_0x426dac(0x157),'column':_0x426dac(0x19a),'columnStacked':_0x426dac(0x155),'columnPercentStacked':_0x426dac(0x10d),'bar':'条形图','barStacked':_0x426dac(0x142),'barPercentStacked':_0x426dac(0x124),'pie':'饼图','donut':_0x426dac(0x166),'pieOfPie':_0x426dac(0x13f),'barOfPie':_0x426dac(0xd6),'area':_0x426dac(0x1b7),'areaStacked':'堆叠面积图','areaPercentStacked':_0x426dac(0x13d),'radar':_0x426dac(0x18b),'scatter':_0x426dac(0x141),'combination':_0x426dac(0x181),'wordCloud':_0x426dac(0x122),'funnel':_0x426dac(0x1bf),'bubble':_0x426dac(0xd9),'relation':'关系图','waterfall':_0x426dac(0x173),'pareto':_0x426dac(0x1c1),'sankey':_0x426dac(0xf2),'heatmap':_0x426dac(0xf3),'boxplot':_0x426dac(0xed),'candlestick':_0x426dac(0x164),'histogram':'直方图','treemap':_0x426dac(0x177),'sunburst':_0x426dac(0xdb),'gauge':_0x426dac(0xe3),'chord':_0x426dac(0x132)},'section':{'waterfall':'瀑布图','paretoBar':'柱状图系列','paretoLine':_0x426dac(0x130),'pie':'饼图','wordCloud':'词云','radar':_0x426dac(0x18b),'funnel':'漏斗图','relation':_0x426dac(0x10a),'lineAndArea':'折线图\x20/\x20面积图','gridlinesAndTicks':_0x426dac(0x183),'indicatorLine':'指示线','candlestick':_0x426dac(0x1a9),'histogram':'直方图','treemap':_0x426dac(0x17a),'sunburst':_0x426dac(0xdb),'gauge':_0x426dac(0x1aa),'chord':_0x426dac(0x132)},'presentation':{'backgroundColor':'背景颜色','theme':'主题','gradientFill':_0x426dac(0x17b),'bodyFontSize':'正文字号','bodyFontColor':_0x426dac(0xde),'titleType':_0x426dac(0x116),'horizontalAxisTitle':'横轴标题','verticalAxisTitle':_0x426dac(0x100),'rightVerticalAxisTitle':_0x426dac(0xf6),'wrap':_0x426dac(0x115),'selectMode':_0x426dac(0xfd),'visualMapType':_0x426dac(0x145),'align':'对齐'},'numberFormat':{'source':'源格式','number':'数值','scientific':_0x426dac(0x1c2),'custom':_0x426dac(0x127),'preview':'预览','generalType':'常规','accountingType':'会计','thousandsType':_0x426dac(0x1c0),'formatTypes':_0x426dac(0x1ac),'generalDesc':_0x426dac(0x117),'accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':_0x426dac(0x112),'dateDesc':_0x426dac(0x15c),'thousandsDesc':_0x426dac(0x19b),'decimalPlaces':_0x426dac(0x156),'currencyTypes':_0x426dac(0x182),'negativeNumberTypes':_0x426dac(0xe0),'dateTypes':_0x426dac(0xd8),'setFormat':_0x426dac(0x197)},'series':{'allSeries':'全部系列','aggregate':'聚合','rightAxis':'右轴','borderOpacity':_0x426dac(0x1c5),'solid':'实线','pointShape':_0x426dac(0x1a8),'pointSize':_0x426dac(0xef),'pointColor':_0x426dac(0x1ba),'removeDataPoint':_0x426dac(0x1bc),'square':'方形','rect':'矩形','roundRect':_0x426dac(0x107),'pin':'钉形','emptyCircle':_0x426dac(0x111),'emptySquare':_0x426dac(0x120),'emptyTriangle':_0x426dac(0x1c3),'emptyDiamond':_0x426dac(0x1b4),'emptyRect':'空心矩形','emptyRoundRect':_0x426dac(0x13b),'emptyPin':_0x426dac(0x128),'emptyArrow':_0x426dac(0xe1)},'lineAndArea':{'lineStyle':'线条样式','line':'直线','smooth':'平滑线','step':'阶梯线','invalidValues':'无效值','breakLine':_0x426dac(0x12a),'connect':'连接数据点','zero':_0x426dac(0x179)},'axis':{'target':_0x426dac(0x12e),'useDateAxis':'将标签视为日期','lineColor':_0x426dac(0x154),'lineWidth':_0x426dac(0x105),'labelRotation':_0x426dac(0x18a),'reverse':'反转坐标轴','gridlineVisible':_0x426dac(0xfb),'gridlineColor':_0x426dac(0x193),'gridlineWidth':_0x426dac(0x171),'tickVisible':'刻度线','tickLength':_0x426dac(0x11a),'tickWidth':_0x426dac(0x18c),'tickColor':_0x426dac(0x12d),'tickPosition':_0x426dac(0x162)},'indicator':{'lineColor':_0x426dac(0x1a6),'lineType':_0x426dac(0x140),'labelBackground':_0x426dac(0x199),'labelText':_0x426dac(0x187)},'trendline':{'add':_0x426dac(0x19f),'type':'类型','linear':'线性','exponential':'指数','logarithmic':'对数','polynomial':_0x426dac(0x17c),'power':'幂','movingAverage':_0x426dac(0x118),'showFormula':_0x426dac(0x19c),'showR2':_0x426dac(0x169),'order':'阶数','period':'周期','formulaColor':_0x426dac(0x186),'r2Color':_0x426dac(0x1b5)},'pareto':{'includeZeroValues':_0x426dac(0x137)},'plotArea':{'label':_0x426dac(0xe4),'manual':'手动','left':_0x426dac(0x13e),'top':_0x426dac(0x121),'width':_0x426dac(0x176),'height':_0x426dac(0x196)},'bar':{'layout':'柱形间距','gapWidth':_0x426dac(0x12b),'overlap':_0x426dac(0x1b0)},'pie':{'mode':_0x426dac(0xfa),'modeNormal':'常规','modePieOfPie':_0x426dac(0x13f),'modeBarOfPie':'复合饼图','splitType':_0x426dac(0x12c),'splitAuto':'自动','splitPosition':'位置','splitCustom':_0x426dac(0x14b),'customSelectedCount':_0x426dac(0x15a),'customSelectedCountValue':_0x426dac(0x134),'positionCount':_0x426dac(0xda),'valueLessThan':_0x426dac(0x163),'percentageLessThan':_0x426dac(0x168),'secondarySize':_0x426dac(0x11b),'advancedLayout':'高级布局','connector':_0x426dac(0xd7),'slices':'扇区','gapWidth':_0x426dac(0x175),'connectorColor':_0x426dac(0x1b2),'connectorWidth':_0x426dac(0x1a5),'connectorType':_0x426dac(0x160),'aggregateOther':'其他','aggregateMembers':'成员数','doughnutHole':_0x426dac(0x1a3),'startAngle':'起始角度','explosion':_0x426dac(0xf8),'valueScale':_0x426dac(0x14f),'paddingAngle':_0x426dac(0x110),'halfPie':_0x426dac(0x1a2),'rosePie':'玫瑰图','labelLine':_0x426dac(0x192)},'radar':{'shape':_0x426dac(0x19e),'polygon':_0x426dac(0x129),'fill':_0x426dac(0x1c4)},'funnel':{'gap':_0x426dac(0x17d),'absoluteValues':'使用绝对值'},'heatmap':{'unit':_0x426dac(0x194),'labels':_0x426dac(0xfc)},'relation':{'nodes':'节点','interaction':'交互','edgeLength':'边长','circular':'环形','force':_0x426dac(0x119),'nodeShape':'节点形状','valueSize':'按数值调整节点大小','rotateLabels':_0x426dac(0x17e),'gravity':'引力','repulsion':'斥力'},'wordCloud':{'maskImage':'蒙版图片\x20ID','repeat':_0x426dac(0x104),'cloud':'云朵','rect':'矩形','cardioid':_0x426dac(0x11e),'heart':'心形','triangle-forward':_0x426dac(0x103),'pentagon':_0x426dac(0x16a),'star':'星形'},'waterfall':{'styleTarget':_0x426dac(0x10b),'positive':'正值','negative':'负值','stackType':'排列方式','arrangement':_0x426dac(0x133),'subtotal':'小计','includeSubtotal':_0x426dac(0xf1),'connector':'连接线'},'candlestick':{'candle':'蜡烛','body':'实体','wick':'影线','state':_0x426dac(0x165),'open':'开盘','high':'最高','low':'最低','close':'收盘','rising':'上涨','falling':'下跌','doji':_0x426dac(0x178),'bodyColor':_0x426dac(0xee),'fillOpacity':_0x426dac(0x170),'wickColor':'影线颜色','wickWidth':_0x426dac(0xec),'wickOpacity':_0x426dac(0xfe),'candleWidth':_0x426dac(0x16e),'hollow':_0x426dac(0x131),'columnsError':'K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','series':'OHLC\x20系列'},'histogram':{'binGap':_0x426dac(0x108),'binningMode':_0x426dac(0x16f),'count':'箱数','width':'箱宽','binCount':'箱数量','binWidth':_0x426dac(0x14a),'underflow':_0x426dac(0x1c6),'overflow':_0x426dac(0x1a1),'frequency':'频数'},'treemap':{'parentLabelLayout':_0x426dac(0x16d),'banner':'横幅','overlapping':'重叠','leafLabel':_0x426dac(0x15d),'hierarchy':_0x426dac(0x101),'diagnostic':_0x426dac(0xf9)},'sunburst':{'hierarchy':'层级','addHierarchy':_0x426dac(0x143),'moveUp':_0x426dac(0x1be),'moveDown':_0x426dac(0x1b9),'removeHierarchy':_0x426dac(0x125),'centerLabel':_0x426dac(0x146),'labelFormat':_0x426dac(0x1af),'diagnostic':_0x426dac(0x126)},'gauge':{'scale':'刻度范围','majorDivisions':'主刻度数','minorDivisions':_0x426dac(0x188),'angles':'角度','endAngle':_0x426dac(0x16b),'ranges':_0x426dac(0x161),'rangeFrom':_0x426dac(0x159),'rangeTo':_0x426dac(0x13c),'addRange':'添加区间','removeRange':_0x426dac(0x191),'axisTick':_0x426dac(0x14c),'splitLine':_0x426dac(0xe5),'pointer':'指针','anchor':_0x426dac(0x123),'progress':_0x426dac(0x17f),'detail':_0x426dac(0x14e),'pointerNeedle':_0x426dac(0x180),'pointerSlim':_0x426dac(0xf0),'template':'模板','modern':'现代','classic':'经典','minimal':'极简','advanced':'高级设置','customized':_0x426dac(0x14b),'axisLabelNumberFormat':_0x426dac(0x14d),'detailNumberFormat':_0x426dac(0x1bb),'emptyDiagnostic':_0x426dac(0x138),'mappingDiagnostic':_0x426dac(0x15e),'configDiagnostic':_0x426dac(0x10e)},'chord':{'source':'来源','target':'目标','count':_0x426dac(0xe8),'node':'节点','ribbon':_0x426dac(0x172),'clockwise':'顺时针','padAngle':'间隔角度','minAngle':_0x426dac(0xe6),'innerRadius':_0x426dac(0x148),'outerRadius':_0x426dac(0x16c),'invalidRadii':_0x426dac(0xe2),'rotation':_0x426dac(0x1a4),'distance':'距离','width':'宽度','focus':'聚焦','solid':'纯色','gradient':'渐变','adjacency':_0x426dac(0x195),'self':_0x426dac(0x144),'emptyDiagnostic':'弦图至少需要两个不同节点之间的一条正权重关系。','mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':_0x426dac(0x106),'associatedValue':_0x426dac(0x139)},'common':{'category':'类别','seriesName':_0x426dac(0x1ab),'value':'数值','percentage':_0x426dac(0x109),'borderColor':_0x426dac(0x18d),'labelContent':_0x426dac(0x167),'labelPosition':_0x426dac(0x12f),'dataLabels':_0x426dac(0x158),'chartType':_0x426dac(0x135),'bold':'加粗','italic':'斜体','shape':'形状','chartStyle':'图表样式','chartAndAxisTitles':_0x426dac(0x13a),'legend':'图例','chartTitle':_0x426dac(0x1ae),'subtitle':_0x426dac(0x1a0),'series':'系列','dataPoint':_0x426dac(0x102),'trendline':'趋势线','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x426dac(0xe9),'layout':'布局','arrow':'箭头','axisLabels':_0x426dac(0x19d),'currency':'货币','date':'日期','displayName':_0x426dac(0x1c7),'emphasis':'强调效果','heatmap':_0x426dac(0xf3),'lineColor':_0x426dac(0x184),'lineWidth':'线宽','min':_0x426dac(0x18f),'max':_0x426dac(0x11d),'mode':'模式','stacked':'堆叠','title':'标题','auto':'自动','position':{'label':'位置','inside':'内部','outside':'外部','top':'顶部','right':'右侧','bottom':'底部','left':'左侧','hide':'隐藏'},'axisAlign':{'start':'开始','center':'居中','end':'结束'},'textAlign':{'left':_0x426dac(0x190),'center':'居中','right':'右对齐'},'legendSelectMode':{'single':'单选','multiple':'多选','disabled':'禁用'},'visualMapType':{'continuous':'连续','piecewise':'分段'},'default':'默认','reset':'重置','color':'颜色','opacity':_0x426dac(0x149),'font':'字体','none':'无','numberFormat':_0x426dac(0x113),'borderWidth':'边框宽度','borderType':_0x426dac(0xe7),'lineType':'线型','dashed':'虚线','dotted':'点线','circle':'圆形','triangle':_0x426dac(0x18e),'diamond':'菱形','axisLine':'轴线','minimum':'最小值','maximum':_0x426dac(0x11d),'startAngle':_0x426dac(0x1b1),'valueField':'数值字段','categoryName':_0x426dac(0x10c),'ownValue':'自身值','children':'子项','label':'标签','editChart':'图表','deleteChart':_0x426dac(0x174),'insertChart':'插入图表','insertChartFailed':_0x426dac(0x189),'openChartPanel':_0x426dac(0xf5),'hideChartPanel':_0x426dac(0x1a7),'exportImage':_0x426dac(0xea),'copy':'复制','setup':_0x426dac(0xeb),'customize':_0x426dac(0x152),'data':'数据','tableDataEmpty':_0x426dac(0x11f),'dataRange':'数据范围','editData':_0x426dac(0x1bd),'inlineData':_0x426dac(0x114),'switchRowColumn':_0x426dac(0x185),'useAsCategoryLabels':_0x426dac(0x153),'cancel':'取消','insert':'插入','apply':'应用','duplicate':_0x426dac(0x150)},'inlineTable':{'pasteHint':_0x426dac(0x1b3),'addRow':'新增行','addColumn':'新增列'},'floatMenu':{'menuTitle':{'chart':'图表','axisTitle':'轴标题','gridline':'网格线','tick':_0x426dac(0x14c),'mark':'标记','dataLabel':_0x426dac(0x158)},'field':{'position':'位置','size':'字号','align':'对齐','map':'映射','rotate':'旋转','labelText':_0x426dac(0x136),'titleText':_0x426dac(0xff)},'action':{'more':'更多'},'control':{'labels':'标签','line':'轴线','reverse':'反向'}}}};function _0x2805(_0x256f3c,_0x4045cc){_0x256f3c=_0x256f3c-0xd6;const _0x11fc7f=_0x11fc();let _0x28056d=_0x11fc7f[_0x256f3c];return _0x28056d;}function _0x11fc(){const _0x18c2d8=['树状图','渐变填充','多项式','项目间距','旋转标签','进度弧','经典指针','组合图','货币类型','网格线和刻度线','线条颜色','切换行列','公式颜色','标签文字颜色','每个主刻度的次刻度数','无法插入图表。','标签旋转','雷达图','刻度宽度','边框颜色','三角形','最小值','左对齐','删除区间','标签引导线','网格线颜色','数值单位','相邻节点','高度(%)','设置标签格式','1560930LBDYjT','标签背景','柱状图','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','显示公式','轴标签','雷达形状','添加趋势线','副标题','上溢阈值','半圆饼图','圆环内径','旋转角度','连接线宽度','指示线颜色','隐藏图表面板','数据点形状','烛台图','仪表图','系列名称','格式类型','12386gfZRdS','图表标题','标签样式','系列重叠(%)','起始角度','连接线颜色','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','空心菱形','R²\x20颜色','40092OpgBSG','面积图','7UhjFvr','下移层级字段','数据点颜色','中心数值数字格式','删除数据点','修改数据','上移层级字段','漏斗图','千分位符','排列图','科学计数','空心三角形','区域填充','边框透明度','下溢阈值','显示名称','复合饼图','连接线','日期类型','气泡图','次图数据点数','旭日图','6863895DKhXBr','530fLiLWN','正文颜色','4vPhMSk','负数类型','空心箭头','内半径必须小于外半径。','仪表盘','绘图区','分隔线','最小角度','边框类型','关系计数','右纵轴','导出图片','类型与数据','影线宽度','箱线图','实体颜色','数据点大小','纤细指针','使用小计','桑基图','热力图','默认颜色','编辑图表','右纵轴标题','3GOuzaq','扇区分离(%)','矩形树图至少需要一个层级字段和一个数值字段。','图表形态','网格线','单元格标签','选择模式','影线透明度','标题文本','纵轴标题','层级字段','数据点','正三角形','重复词语','轴线宽度','弦图配置无效,请检查角度、半径、不透明度和尺寸。','圆角矩形','柱间距','百分比','关系图','样式目标','类别名称','百分比堆叠\x20·\x20柱状图','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','426661bXLysG','扇区间距','空心圆形','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','数字格式','内联数据','图例换行','标题类型','常规格式不包含任何特定的数字格式。','移动平均','力导向','刻度长度','次图大小','百分比堆叠','最大值','心形线','表格数据为空。','空心正方形','顶部(%)','词云图','中心锚点','百分比堆叠条形图','移除层级字段','旭日图至少需要一个层级字段和一个数值字段。','自定义格式','空心钉形','多边形','断开线条','分类间距(%)','拆分依据','刻度颜色','坐标轴','标签位置','累积占比系列','空心蜡烛','和弦图','瀑布排列','已选择\x20{0}\x20个数据点','图表类型','标签文本','包含零值','仪表图至少需要一个有限数值。','关联值','图表和坐标轴标题','空心圆角矩形','结束值','百分比堆叠面积图','左侧(%)','子母饼图','指示线类型','散点图','堆叠条形图','添加层级','当前节点','视觉映射','中心总计','10231OWXEqg','内半径','透明度','箱宽度','自定义','刻度线','轴标签数字格式','数值详情','数值缩放','复制数据源','5ozthkj','自定义样式','将\x20{0}\x20作为类别','轴线颜色','堆叠\x20·\x20柱状图','小数位数','折线图','数据标签','起始值','自定义拆分','6832536muQrzQ','日期格式将日期和时间系列数值品示为日期值。','叶节点标签','仪表图需要一个标签字段且只能有一个数值字段。','3068812rhKGcv','连接线类型','分段区间','刻度位置','数值小于','K\x20线图','蜡烛状态','环形图','标签内容','百分比小于','显示\x20R²','五边形','结束角度','外半径','父级标签布局','蜡烛宽度','分箱方式','填充透明度','网格线宽度','连接带','瀑布图','删除图表','主次图间距','宽度(%)','矩形树图','十字线','按零处理'];_0x11fc=function(){return _0x18c2d8;};return _0x11fc();}export{e as default};
|
|
1
|
+
const _0xf63acf=_0x1acf;function _0x58d7(){const _0x14782c=['强调效果','数值缩放','无法插入图表。','渐变填充','新增列','590HakqMT','格式类型','柱状图','断开线条','次图大小','组合图','数值字段','叶节点标签','61000eiTCxD','顶部(%)','节点形状','正文颜色','蜡烛状态','修改数据','多项式','选择模式','平滑线','自定义格式','新增行','仪表图至少需要一个有限数值。','移动平均','R²\x20颜色','空心蜡烛','经典指针','小数位数','标签位置','百分比小于','轴线颜色','矩形树图','边框宽度','趋势线','标签引导线','连接带','数值小于','三角形','条形图','子母饼图','层级字段','百分比堆叠','使用小计','网格线颜色','折线图','表格数据为空。','项目间距','数据范围','日期类型','负数类型','最小角度','影线透明度','OHLC\x20系列','空心正方形','堆叠条形图','刻度颜色','标签样式','玫瑰图','右纵轴','拆分依据','刻度长度','坐标轴','排列图','内半径','系列重叠(%)','成员数','和弦图','单元格标签','默认颜色','堆叠\x20·\x20柱状图','柱间距','旭日图','轴线宽度','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','半圆饼图','公式颜色','插入图表','数据点','样式目标','柱状图系列','副标题','空心矩形','空心菱形','切换行列','最小值','外半径','视觉映射','图表和坐标轴标题','网格线宽度','显示\x20R²','253794VAYUjG','刻度线','源格式','3056pyLXrx','标签内容','轴标签数字格式','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','折线图\x20/\x20面积图','自定义样式','科学计数','高级布局','1312920QFkJmf','分箱方式','移除层级字段','心形线','力导向','添加区间','已选择\x20{0}\x20个数据点','标签旋转','父级标签布局','连接线类型','关系图','数据标签','轴标题','热力图','系列名称','显示公式','数据点颜色','上移层级字段','边框类型','堆叠面积图','横轴标题','累积占比系列','中心数值数字格式','正文字号','空心三角形','高级设置','每个主刻度的次刻度数','瀑布图','旋转角度','扇区分离(%)','圆角矩形','网格线和刻度线','右纵轴标题','复合饼图','关系计数','类别名称','删除区间','蜡烛宽度','百分比堆叠\x20·\x20柱状图','词云图','阶梯线','导出图片','使用绝对值','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','下溢阈值','雷达图','空心钉形','65hWrBhZ','显示名称','K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','图表类型','树状图','轴标签','中心总计','主次图间距','圆环内径','将标签视为日期','标签文字颜色','分类间距(%)','纤细指针','左对齐','直方图','仪表图需要一个标签字段且只能有一个数值字段。','图表形态','起始角度','619410PwsTht','连接数据点','重复词语','区域填充','常规格式不包含任何特定的数字格式。','图表样式','自定义','箱宽度','数据点大小','结束角度','旋转标签','多边形','箱线图','正三角形','网格线','数值单位','连接线','自身值','刻度范围','面积图','无效值','弦图配置无效,请检查角度、半径、不透明度和尺寸。','影线宽度','相邻节点','41598JXbrtr','删除图表','五边形','指示线颜色','21sScTiu','弦图至少需要两个不同节点之间的一条正权重关系。','漏斗图','烛台图','图例换行','最大值','空心箭头','箱数量','K\x20线图','添加层级','当前节点','填充透明度','雷达形状','关联值','连接线颜色','将\x20{0}\x20作为类别','来源类型','空心圆角矩形','排列方式','设置标签格式','会计数字格式可对一列数值进行货币符号和小数点对齐。','背景颜色','蒙版图片\x20ID','透明度','747405NwiZNj','主刻度数','右对齐','高度(%)','标题类型','柱形间距','仪表盘','桑基图','类型与数据','标题文本'];_0x58d7=function(){return _0x14782c;};return _0x58d7();}function _0x1acf(_0x166066,_0x58223a){_0x166066=_0x166066-0x16d;const _0x58d777=_0x58d7();let _0x1acf52=_0x58d777[_0x166066];return _0x1acf52;}(function(_0x3de323,_0x46af44){const _0x414bff=_0x1acf,_0x25a424=_0x3de323();while(!![]){try{const _0x53475b=parseInt(_0x414bff(0x188))/0x1*(parseInt(_0x414bff(0x237))/0x2)+parseInt(_0x414bff(0x1ce))/0x3+-parseInt(_0x414bff(0x1e5))/0x4+parseInt(_0x414bff(0x19a))/0x5+-parseInt(_0x414bff(0x234))/0x6*(-parseInt(_0x414bff(0x1b6))/0x7)+-parseInt(_0x414bff(0x23f))/0x8+-parseInt(_0x414bff(0x1b2))/0x9*(parseInt(_0x414bff(0x1dd))/0xa);if(_0x53475b===_0x46af44)break;else _0x25a424['push'](_0x25a424['shift']());}catch(_0x4a82ea){_0x25a424['push'](_0x25a424['shift']());}}}(_0x58d7,0x23ee3));const e={'chart-ui':{'dataSource':{'inlineMode':'内联','referencedMode':'引用','sourceType':_0xf63acf(0x1c6)},'editor':{'defaultColor':_0xf63acf(0x21e),'fontSize':'字号'},'setup':{'stack':'堆叠','percentStacked':_0xf63acf(0x203)},'chartTypes':{'line':_0xf63acf(0x206),'column':_0xf63acf(0x1df),'columnStacked':_0xf63acf(0x21f),'columnPercentStacked':_0xf63acf(0x17f),'bar':_0xf63acf(0x200),'barStacked':_0xf63acf(0x210),'barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':'环形图','pieOfPie':_0xf63acf(0x201),'barOfPie':_0xf63acf(0x17a),'area':_0xf63acf(0x1ad),'areaStacked':_0xf63acf(0x252),'areaPercentStacked':'百分比堆叠面积图','radar':_0xf63acf(0x186),'scatter':'散点图','combination':_0xf63acf(0x1e2),'wordCloud':_0xf63acf(0x180),'funnel':_0xf63acf(0x1b8),'bubble':'气泡图','relation':_0xf63acf(0x249),'waterfall':_0xf63acf(0x174),'pareto':_0xf63acf(0x218),'sankey':_0xf63acf(0x1d5),'heatmap':_0xf63acf(0x24c),'boxplot':_0xf63acf(0x1a6),'candlestick':_0xf63acf(0x1be),'histogram':_0xf63acf(0x196),'treemap':_0xf63acf(0x1f9),'sunburst':_0xf63acf(0x221),'gauge':_0xf63acf(0x1d4),'chord':_0xf63acf(0x21c)},'section':{'waterfall':'瀑布图','paretoBar':_0xf63acf(0x229),'paretoLine':_0xf63acf(0x16e),'pie':'饼图','wordCloud':'词云','radar':'雷达图','funnel':'漏斗图','relation':_0xf63acf(0x249),'lineAndArea':_0xf63acf(0x23b),'gridlinesAndTicks':_0xf63acf(0x178),'indicatorLine':'指示线','candlestick':_0xf63acf(0x1b9),'histogram':'直方图','treemap':_0xf63acf(0x18c),'sunburst':'旭日图','gauge':'仪表图','chord':_0xf63acf(0x21c)},'presentation':{'backgroundColor':_0xf63acf(0x1cb),'theme':'主题','gradientFill':_0xf63acf(0x1db),'bodyFontSize':_0xf63acf(0x170),'bodyFontColor':_0xf63acf(0x1e8),'titleType':_0xf63acf(0x1d2),'horizontalAxisTitle':_0xf63acf(0x16d),'verticalAxisTitle':'纵轴标题','rightVerticalAxisTitle':_0xf63acf(0x179),'wrap':_0xf63acf(0x1ba),'selectMode':_0xf63acf(0x1ec),'visualMapType':_0xf63acf(0x230),'align':'对齐'},'numberFormat':{'source':_0xf63acf(0x236),'number':'数值','scientific':_0xf63acf(0x23d),'custom':_0xf63acf(0x1ee),'preview':'预览','generalType':'常规','accountingType':'会计','thousandsType':'千分位符','formatTypes':_0xf63acf(0x1de),'generalDesc':_0xf63acf(0x19e),'accountingDesc':_0xf63acf(0x1ca),'currencyDesc':_0xf63acf(0x223),'dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandsDesc':'千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','decimalPlaces':_0xf63acf(0x1f5),'currencyTypes':'货币类型','negativeNumberTypes':_0xf63acf(0x20b),'dateTypes':_0xf63acf(0x20a),'setFormat':_0xf63acf(0x1c9)},'series':{'allSeries':'全部系列','aggregate':'聚合','rightAxis':'右轴','borderOpacity':'边框透明度','solid':'实线','pointShape':'数据点形状','pointSize':_0xf63acf(0x1a2),'pointColor':_0xf63acf(0x24f),'removeDataPoint':'删除数据点','square':'方形','rect':'矩形','roundRect':_0xf63acf(0x177),'pin':'钉形','emptyCircle':'空心圆形','emptySquare':_0xf63acf(0x20f),'emptyTriangle':_0xf63acf(0x171),'emptyDiamond':_0xf63acf(0x22c),'emptyRect':_0xf63acf(0x22b),'emptyRoundRect':_0xf63acf(0x1c7),'emptyPin':_0xf63acf(0x187),'emptyArrow':_0xf63acf(0x1bc)},'lineAndArea':{'lineStyle':'线条样式','line':'直线','smooth':_0xf63acf(0x1ed),'step':_0xf63acf(0x181),'invalidValues':_0xf63acf(0x1ae),'breakLine':_0xf63acf(0x1e0),'connect':_0xf63acf(0x19b),'zero':'按零处理'},'axis':{'target':_0xf63acf(0x217),'useDateAxis':_0xf63acf(0x191),'lineColor':_0xf63acf(0x1f8),'lineWidth':_0xf63acf(0x222),'labelRotation':_0xf63acf(0x246),'reverse':'反转坐标轴','gridlineVisible':_0xf63acf(0x1a8),'gridlineColor':_0xf63acf(0x205),'gridlineWidth':_0xf63acf(0x232),'tickVisible':_0xf63acf(0x235),'tickLength':_0xf63acf(0x216),'tickWidth':'刻度宽度','tickColor':_0xf63acf(0x211),'tickPosition':'刻度位置'},'indicator':{'lineColor':_0xf63acf(0x1b5),'lineType':'指示线类型','labelBackground':'标签背景','labelText':_0xf63acf(0x192)},'trendline':{'add':'添加趋势线','remove':'删除趋势线','type':'类型','linear':'线性','exponential':'指数','logarithmic':'对数','polynomial':_0xf63acf(0x1eb),'power':'幂','movingAverage':_0xf63acf(0x1f1),'showFormula':_0xf63acf(0x24e),'showR2':_0xf63acf(0x233),'order':'阶数','period':'周期','formulaColor':_0xf63acf(0x225),'r2Color':_0xf63acf(0x1f2)},'pareto':{'includeZeroValues':'包含零值'},'plotArea':{'label':'绘图区','manual':'手动','left':'左侧(%)','top':_0xf63acf(0x1e6),'width':'宽度(%)','height':_0xf63acf(0x1d1)},'bar':{'layout':_0xf63acf(0x1d3),'gapWidth':_0xf63acf(0x193),'overlap':_0xf63acf(0x21a)},'pie':{'mode':_0xf63acf(0x198),'modeNormal':'常规','modePieOfPie':'子母饼图','modeBarOfPie':_0xf63acf(0x17a),'splitType':_0xf63acf(0x215),'splitAuto':'自动','splitPosition':'位置','splitCustom':'自定义','customSelectedCount':'自定义拆分','customSelectedCountValue':_0xf63acf(0x245),'positionCount':'次图数据点数','valueLessThan':_0xf63acf(0x1fe),'percentageLessThan':_0xf63acf(0x1f7),'secondarySize':_0xf63acf(0x1e1),'advancedLayout':_0xf63acf(0x23e),'connector':_0xf63acf(0x1aa),'slices':'扇区','gapWidth':_0xf63acf(0x18f),'connectorColor':_0xf63acf(0x1c4),'connectorWidth':'连接线宽度','connectorType':_0xf63acf(0x248),'aggregateOther':'其他','aggregateMembers':_0xf63acf(0x21b),'doughnutHole':_0xf63acf(0x190),'startAngle':'起始角度','explosion':_0xf63acf(0x176),'valueScale':_0xf63acf(0x1d9),'paddingAngle':'扇区间距','halfPie':_0xf63acf(0x224),'rosePie':_0xf63acf(0x213),'labelLine':_0xf63acf(0x1fc)},'radar':{'shape':_0xf63acf(0x1c2),'polygon':_0xf63acf(0x1a5),'fill':_0xf63acf(0x19d)},'funnel':{'gap':_0xf63acf(0x208),'absoluteValues':_0xf63acf(0x183)},'heatmap':{'unit':_0xf63acf(0x1a9),'labels':_0xf63acf(0x21d)},'relation':{'nodes':'节点','interaction':'交互','edgeLength':'边长','circular':'环形','force':_0xf63acf(0x243),'nodeShape':_0xf63acf(0x1e7),'valueSize':'按数值调整节点大小','rotateLabels':_0xf63acf(0x1a4),'gravity':'引力','repulsion':'斥力'},'wordCloud':{'maskImage':_0xf63acf(0x1cc),'repeat':_0xf63acf(0x19c),'cloud':'云朵','rect':'矩形','cardioid':_0xf63acf(0x242),'heart':'心形','triangle-forward':_0xf63acf(0x1a7),'pentagon':_0xf63acf(0x1b4),'star':'星形'},'waterfall':{'styleTarget':_0xf63acf(0x228),'positive':'正值','negative':'负值','stackType':_0xf63acf(0x1c8),'arrangement':'瀑布排列','subtotal':'小计','includeSubtotal':_0xf63acf(0x204),'connector':_0xf63acf(0x1aa)},'candlestick':{'candle':'蜡烛','body':'实体','wick':'影线','state':_0xf63acf(0x1e9),'open':'开盘','high':'最高','low':'最低','close':'收盘','rising':'上涨','falling':'下跌','doji':'十字线','bodyColor':'实体颜色','fillOpacity':_0xf63acf(0x1c1),'wickColor':'影线颜色','wickWidth':_0xf63acf(0x1b0),'wickOpacity':_0xf63acf(0x20d),'candleWidth':_0xf63acf(0x17e),'hollow':_0xf63acf(0x1f3),'columnsError':_0xf63acf(0x18a),'series':_0xf63acf(0x20e)},'histogram':{'binGap':_0xf63acf(0x220),'binningMode':_0xf63acf(0x240),'count':'箱数','width':'箱宽','binCount':_0xf63acf(0x1bd),'binWidth':_0xf63acf(0x1a1),'underflow':_0xf63acf(0x185),'overflow':'上溢阈值','frequency':'频数'},'treemap':{'parentLabelLayout':_0xf63acf(0x247),'banner':'横幅','overlapping':'重叠','leafLabel':_0xf63acf(0x1e4),'hierarchy':_0xf63acf(0x202),'diagnostic':'矩形树图至少需要一个层级字段和一个数值字段。'},'sunburst':{'hierarchy':'层级','addHierarchy':_0xf63acf(0x1bf),'moveUp':_0xf63acf(0x250),'moveDown':'下移层级字段','removeHierarchy':_0xf63acf(0x241),'centerLabel':_0xf63acf(0x18e),'labelFormat':_0xf63acf(0x212),'diagnostic':'旭日图至少需要一个层级字段和一个数值字段。'},'gauge':{'scale':_0xf63acf(0x1ac),'majorDivisions':_0xf63acf(0x1cf),'minorDivisions':_0xf63acf(0x173),'angles':'角度','endAngle':_0xf63acf(0x1a3),'ranges':'分段区间','rangeFrom':'起始值','rangeTo':'结束值','addRange':_0xf63acf(0x244),'removeRange':_0xf63acf(0x17d),'axisTick':_0xf63acf(0x235),'splitLine':'分隔线','pointer':'指针','anchor':'中心锚点','progress':'进度弧','detail':'数值详情','pointerNeedle':_0xf63acf(0x1f4),'pointerSlim':_0xf63acf(0x194),'template':'模板','modern':'现代','classic':'经典','minimal':'极简','advanced':_0xf63acf(0x172),'customized':_0xf63acf(0x1a0),'axisLabelNumberFormat':_0xf63acf(0x239),'detailNumberFormat':_0xf63acf(0x16f),'emptyDiagnostic':_0xf63acf(0x1f0),'mappingDiagnostic':_0xf63acf(0x197),'configDiagnostic':_0xf63acf(0x23a)},'chord':{'source':'来源','target':'目标','count':_0xf63acf(0x17b),'node':'节点','ribbon':_0xf63acf(0x1fd),'clockwise':'顺时针','padAngle':'间隔角度','minAngle':_0xf63acf(0x20c),'innerRadius':_0xf63acf(0x219),'outerRadius':_0xf63acf(0x22f),'invalidRadii':'内半径必须小于外半径。','rotation':_0xf63acf(0x175),'distance':'距离','width':'宽度','focus':'聚焦','solid':'纯色','gradient':'渐变','adjacency':_0xf63acf(0x1b1),'self':_0xf63acf(0x1c0),'emptyDiagnostic':_0xf63acf(0x1b7),'mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':_0xf63acf(0x1af),'associatedValue':_0xf63acf(0x1c3)},'common':{'category':'类别','seriesName':_0xf63acf(0x24d),'value':'数值','percentage':'百分比','borderColor':'边框颜色','labelContent':_0xf63acf(0x238),'labelPosition':_0xf63acf(0x1f6),'dataLabels':_0xf63acf(0x24a),'chartType':_0xf63acf(0x18b),'bold':'加粗','italic':'斜体','shape':'形状','chartStyle':_0xf63acf(0x19f),'chartAndAxisTitles':_0xf63acf(0x231),'legend':'图例','chartTitle':'图表标题','subtitle':_0xf63acf(0x22a),'series':'系列','dataPoint':_0xf63acf(0x227),'trendline':_0xf63acf(0x1fb),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0xf63acf(0x214),'layout':'布局','arrow':'箭头','axisLabels':_0xf63acf(0x18d),'currency':'货币','date':'日期','displayName':_0xf63acf(0x189),'emphasis':_0xf63acf(0x1d8),'heatmap':_0xf63acf(0x24c),'lineColor':'线条颜色','lineWidth':'线宽','min':_0xf63acf(0x22e),'max':_0xf63acf(0x1bb),'mode':'模式','stacked':'堆叠','title':'标题','auto':'自动','position':{'label':'位置','inside':'内部','outside':'外部','top':'顶部','right':'右侧','bottom':'底部','left':'左侧','hide':'隐藏'},'axisAlign':{'start':'开始','center':'居中','end':'结束'},'textAlign':{'left':_0xf63acf(0x195),'center':'居中','right':_0xf63acf(0x1d0)},'legendSelectMode':{'single':'单选','multiple':'多选','disabled':'禁用'},'visualMapType':{'continuous':'连续','piecewise':'分段'},'default':'默认','reset':'重置','color':'颜色','opacity':_0xf63acf(0x1cd),'font':'字体','none':'无','transparent':'透明','numberFormat':'数字格式','borderWidth':_0xf63acf(0x1fa),'borderType':_0xf63acf(0x251),'lineType':'线型','dashed':'虚线','dotted':'点线','circle':'圆形','triangle':_0xf63acf(0x1ff),'diamond':'菱形','axisLine':'轴线','minimum':_0xf63acf(0x22e),'maximum':'最大值','startAngle':_0xf63acf(0x199),'valueField':_0xf63acf(0x1e3),'categoryName':_0xf63acf(0x17c),'ownValue':_0xf63acf(0x1ab),'children':'子项','label':'标签','editChart':'图表','deleteChart':_0xf63acf(0x1b3),'insertChart':_0xf63acf(0x226),'insertChartFailed':_0xf63acf(0x1da),'openChartPanel':'编辑图表','hideChartPanel':'隐藏图表面板','exportImage':_0xf63acf(0x182),'copy':'复制','setup':_0xf63acf(0x1d6),'customize':_0xf63acf(0x23c),'data':'数据','tableDataEmpty':_0xf63acf(0x207),'dataRange':_0xf63acf(0x209),'editData':_0xf63acf(0x1ea),'inlineData':'内联数据','switchRowColumn':_0xf63acf(0x22d),'useAsCategoryLabels':_0xf63acf(0x1c5),'cancel':'取消','insert':'插入','apply':'应用','duplicate':'复制数据源'},'inlineTable':{'pasteHint':_0xf63acf(0x184),'addRow':_0xf63acf(0x1ef),'addColumn':_0xf63acf(0x1dc)},'floatMenu':{'menuTitle':{'chart':'图表','axisTitle':_0xf63acf(0x24b),'gridline':_0xf63acf(0x1a8),'tick':_0xf63acf(0x235),'mark':'标记','dataLabel':_0xf63acf(0x24a)},'field':{'position':'位置','size':'字号','align':'对齐','map':'映射','rotate':'旋转','labelText':'标签文本','titleText':_0xf63acf(0x1d7)},'action':{'more':'更多'},'control':{'labels':'标签','line':'轴线','reverse':'反向'}}}};export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x261957=_0x263f;(function(_0x3680c2,_0x223738){const _0x4fe2db=_0x263f,_0x3aaf95=_0x3680c2();while(!![]){try{const _0x54c610=-parseInt(_0x4fe2db(0x1ad))/0x1+-parseInt(_0x4fe2db(0x171))/0x2*(parseInt(_0x4fe2db(0x181))/0x3)+-parseInt(_0x4fe2db(0x14a))/0x4*(parseInt(_0x4fe2db(0x10d))/0x5)+-parseInt(_0x4fe2db(0x164))/0x6*(parseInt(_0x4fe2db(0x19c))/0x7)+parseInt(_0x4fe2db(0x145))/0x8+-parseInt(_0x4fe2db(0x187))/0x9+parseInt(_0x4fe2db(0x16f))/0xa*(parseInt(_0x4fe2db(0x18f))/0xb);if(_0x54c610===_0x223738)break;else _0x3aaf95['push'](_0x3aaf95['shift']());}catch(_0x129f4b){_0x3aaf95['push'](_0x3aaf95['shift']());}}}(_0x47d1,0x883d4));function _0x263f(_0x317a9d,_0x5cf3b7){_0x317a9d=_0x317a9d-0xff;const _0x47d1dd=_0x47d1();let _0x263f8f=_0x47d1dd[_0x317a9d];return _0x263f8f;}function _0x47d1(){const _0x5b6f6c=['副標題','顯示\x20R²','網格線和刻度線','新增欄目','標籤樣式','多邊形','空心矩形','使用絕對值','環形圖','重複單字','科學的','刪除圖表','配方顏色','點大小','刻度寬度','連接線顏色','線條顏色','自訂拆分','數字格式','65VUrIPt','次圖數據點數','將標籤視為日期','子母餅圖','半個餡餅','連接線寬度','來源格式','主刻度數','空心箭頭','影線寬度','圓角矩形','刻度位置','順時針','設定圖表','軸標籤','儀表圖至少需要一個有限數值。','刻度線','繪圖區','玫瑰派','顯示名稱','瀑布圖','結束值','三角形','圖表與座標軸標題','刪除階層欄位','百分比','起始值','前三角','數值小於','插入圖表','添加範圍','軸標題','千分位符','圖表類型','旋轉標籤','新增階層','自身值','儀表圖','最小角度','空心菱形','直方圖','最高價','標籤位置','弦圖至少需要兩個不同節點之間的一條正權重關係。','全系列','預設顏色','百分比堆疊\x20·\x20柱狀圖','堆疊條形圖','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','樹狀圖','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','數據標籤','堆疊面積圖','內半徑必須小於外半徑。','數值縮放','邊框顏色','7074048rvMwkO','包裹圖例','刻度範圍','圖表樣式','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','89156fMRKfJ','顯示公式','負數類型','下溢閾值','次圖大小','間隔角度','相鄰節點','版面配置','開盤價','雷達形狀','填滿不透明度','自訂格式','切換列或欄','K\x20線狀態','百分比堆疊面積圖','內嵌資料','按值調整節點大小','桑基圖','邊框透明度','切片間距','移動平均線','最低價','箱型圖','數據點','甜甜圈洞','頂部(%)','12syBdTx','細胞標籤','邊框寬度','拆分依據','指示線類型','燭台圖','圖表形態','和弦圖','價值單位','正文字體顏色','複合餅圖','15985220WFcTtK','右縱軸標題','2zItZak','最大值','小數位數','分檔模式','選擇方式','編輯資料','自訂圖表','堆疊\x20·\x20柱狀圖','連接線類型','刻度長度','燭身寬度','連接帶','指示線','區域填充','空心三角形','匯出圖片','1404429Mvqjun','矩形樹圖至少需要一個階層欄位和一個數值欄位。','使用\x20{0}\x20作為類別','刻度線顏色','折線圖\x20/\x20面積圖','標題文字','665991rquycV','經典指針','熱力圖','高度(%)','柱狀圖','旭日圖','網格線','包括零值','11gINCtj','數值欄位','已選取\x20{0}\x20個數據點','長方形','空心圓形','表格資料為空','中心數值格式','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','漏斗圖','百分比小於','組距寬度','空心針形','詞雲圖','722330lqsfQS','散點圖','分隔線','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','編輯圖表','貨幣類型','隱藏圖表面板','累積占比系列','雷達圖','反轉軸','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','最小值','連接線','氣泡圖','系列重疊(%)','起始角度','軸標籤數字格式','886463JNvuOl','外半徑','影線不透明度','標籤旋轉','標籤文字','父標籤佈局','折線圖','橫軸標題','開啟圖表面板','線條樣式','寬度(%)','條形圖','每個主刻度的次刻度數','空心正方形','右縱軸','透明度','掩模圖像ID','目前節點','邊框類型','百分比堆疊','常規格式不包含任何特定的數字格式。','資料標籤','縱軸標題'];_0x47d1=function(){return _0x5b6f6c;};return _0x47d1();}const e={'chart-ui':{'editor':{'defaultColor':_0x261957(0x13a),'fontSize':'字體大小'},'setup':{'stack':'堆疊','percentStacked':_0x261957(0x1c0)},'chartTypes':{'line':_0x261957(0x1b3),'column':_0x261957(0x18b),'columnStacked':_0x261957(0x178),'columnPercentStacked':_0x261957(0x13b),'bar':_0x261957(0x1b8),'barStacked':_0x261957(0x13c),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x261957(0x102),'pieOfPie':_0x261957(0x110),'barOfPie':_0x261957(0x16e),'area':'面積圖','areaStacked':_0x261957(0x141),'areaPercentStacked':_0x261957(0x158),'radar':_0x261957(0x1a4),'scatter':_0x261957(0x19d),'combination':'組合圖','wordCloud':_0x261957(0x19b),'funnel':_0x261957(0x197),'bubble':_0x261957(0x1a9),'relation':'關係圖','waterfall':_0x261957(0x121),'pareto':'排列圖','sankey':_0x261957(0x15b),'heatmap':_0x261957(0x189),'boxplot':_0x261957(0x160),'candlestick':'K\x20線圖','histogram':_0x261957(0x135),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':'儀表盤','chord':_0x261957(0x16b)},'section':{'waterfall':_0x261957(0x121),'paretoBar':'長條圖系列','paretoLine':_0x261957(0x1a3),'pie':'餅圖','wordCloud':'詞雲','radar':'雷達圖','funnel':_0x261957(0x197),'relation':'關係圖','lineAndArea':_0x261957(0x185),'gridlinesAndTicks':_0x261957(0x1c6),'indicatorLine':_0x261957(0x17d),'candlestick':_0x261957(0x169),'histogram':_0x261957(0x135),'treemap':_0x261957(0x13e),'sunburst':_0x261957(0x18c),'gauge':_0x261957(0x132),'chord':_0x261957(0x16b)},'presentation':{'backgroundColor':'背景顏色','theme':'主題','gradientFill':'漸變填充','bodyFontSize':'正文字體大小','bodyFontColor':_0x261957(0x16d),'titleType':'標題類型','horizontalAxisTitle':_0x261957(0x1b4),'verticalAxisTitle':_0x261957(0x1c3),'rightVerticalAxisTitle':_0x261957(0x170),'wrap':_0x261957(0x146),'selectMode':_0x261957(0x175),'visualMapType':'視覺圖','align':'對準'},'numberFormat':{'source':_0x261957(0x113),'number':'數量','scientific':_0x261957(0x104),'custom':_0x261957(0x155),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x261957(0x12d),'formatTypes':'格式類型','generalDesc':_0x261957(0x1c1),'accountingDesc':_0x261957(0x149),'currencyDesc':_0x261957(0x19f),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandsDesc':_0x261957(0x13f),'decimalPlaces':_0x261957(0x173),'currencyTypes':_0x261957(0x1a1),'negativeNumberTypes':_0x261957(0x14c),'dateTypes':'日期類型','setFormat':'設定標籤格式'},'series':{'rightAxis':'右軸','allSeries':_0x261957(0x139),'aggregate':'彙總','borderOpacity':_0x261957(0x15c),'solid':'固體','pointShape':'點狀','pointSize':_0x261957(0x107),'pointColor':'資料點顏色','removeDataPoint':'刪除資料點','square':'廣場','rect':'矩形','roundRect':_0x261957(0x117),'pin':'針形','emptyCircle':_0x261957(0x193),'emptySquare':_0x261957(0x1ba),'emptyTriangle':_0x261957(0x17f),'emptyDiamond':_0x261957(0x134),'emptyRect':_0x261957(0x100),'emptyRoundRect':'空心圓角矩形','emptyPin':_0x261957(0x19a),'emptyArrow':_0x261957(0x115)},'lineAndArea':{'lineStyle':_0x261957(0x1b6),'line':'線','smooth':'光滑','step':'步驟','invalidValues':'無效值','breakLine':'斷線','connect':'連接數據點','zero':'視為零'},'axis':{'useDateAxis':_0x261957(0x10f),'target':'軸','lineColor':'線條顏色','lineWidth':'線寬','labelRotation':_0x261957(0x1b0),'reverse':_0x261957(0x1a5),'gridlineVisible':_0x261957(0x18d),'gridlineColor':'網格線顏色','gridlineWidth':'網格線寬度','tickVisible':'蜱蟲','tickLength':_0x261957(0x17a),'tickWidth':_0x261957(0x108),'tickColor':_0x261957(0x184),'tickPosition':_0x261957(0x118)},'indicator':{'lineColor':'指示線顏色','lineType':_0x261957(0x168),'labelBackground':'標籤背景','labelText':'標籤文字顏色'},'trendline':{'add':'添加趨勢線','type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':'多項式','power':'電源','movingAverage':_0x261957(0x15e),'showFormula':_0x261957(0x14b),'showR2':_0x261957(0x1c5),'order':'訂單','period':'時期','formulaColor':_0x261957(0x106),'r2Color':'R²顏色'},'pareto':{'includeZeroValues':_0x261957(0x18e)},'plotArea':{'label':_0x261957(0x11e),'manual':'手動','left':'左側(%)','top':_0x261957(0x163),'width':_0x261957(0x1b7),'height':_0x261957(0x18a)},'bar':{'layout':'柱形間距','gapWidth':'分類間距(%)','overlap':_0x261957(0x1aa)},'pie':{'mode':_0x261957(0x16a),'modeNormal':'常規','modePieOfPie':_0x261957(0x110),'modeBarOfPie':_0x261957(0x16e),'splitType':_0x261957(0x167),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x261957(0x10b),'customSelectedCountValue':_0x261957(0x191),'positionCount':_0x261957(0x10e),'valueLessThan':_0x261957(0x129),'percentageLessThan':_0x261957(0x198),'secondarySize':_0x261957(0x14e),'advancedLayout':'進階版面配置','connector':_0x261957(0x1a8),'slices':'扇區','gapWidth':'主次圖間距','connectorColor':_0x261957(0x109),'connectorWidth':_0x261957(0x112),'connectorType':_0x261957(0x179),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x261957(0x143),'doughnutHole':_0x261957(0x162),'startAngle':_0x261957(0x1ab),'explosion':'扇區分離(%)','paddingAngle':_0x261957(0x15d),'halfPie':_0x261957(0x111),'rosePie':_0x261957(0x11f),'labelLine':'標籤線'},'radar':{'shape':_0x261957(0x153),'polygon':_0x261957(0xff),'fill':_0x261957(0x17e)},'funnel':{'gap':'專案差距','absoluteValues':_0x261957(0x101)},'heatmap':{'unit':_0x261957(0x16c),'labels':_0x261957(0x165)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':'節點形狀','valueSize':_0x261957(0x15a),'rotateLabels':_0x261957(0x12f),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x261957(0x1bd),'repeat':_0x261957(0x103),'cloud':'雲','rect':_0x261957(0x192),'cardioid':'心形','heart':'心','triangle-forward':_0x261957(0x128),'pentagon':'五角大廈','star':'明星'},'waterfall':{'styleTarget':'樣式目標','positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':'使用小計','connector':_0x261957(0x1a8)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x261957(0x157),'open':_0x261957(0x152),'high':_0x261957(0x136),'low':_0x261957(0x15f),'close':'收盤價','rising':'上漲','falling':'下跌','doji':'十字線','bodyColor':'燭身顏色','fillOpacity':_0x261957(0x154),'wickColor':'影線顏色','wickWidth':_0x261957(0x116),'wickOpacity':_0x261957(0x1af),'candleWidth':_0x261957(0x17b),'hollow':'空心\x20K\x20線','columnsError':_0x261957(0x13d),'series':'OHLC\x20數列'},'histogram':{'binGap':'組距','binningMode':_0x261957(0x174),'count':'計數','width':'寬度','binCount':'組數','binWidth':_0x261957(0x199),'underflow':_0x261957(0x14d),'overflow':'溢出閾值','frequency':'頻數'},'treemap':{'parentLabelLayout':_0x261957(0x1b2),'banner':'橫幅','overlapping':'重疊','leafLabel':'葉子標籤','hierarchy':'階層欄位','diagnostic':_0x261957(0x182)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x261957(0x130),'moveUp':'向上移動階層欄位','moveDown':'向下移動階層欄位','removeHierarchy':_0x261957(0x125),'centerLabel':'中心總計','labelFormat':_0x261957(0x1c8),'diagnostic':'旭日圖至少需要一個階層欄位和一個數值欄位。'},'gauge':{'scale':_0x261957(0x147),'majorDivisions':_0x261957(0x114),'minorDivisions':_0x261957(0x1b9),'angles':'角度','endAngle':'結束角度','ranges':'範圍','rangeFrom':_0x261957(0x127),'rangeTo':_0x261957(0x122),'addRange':_0x261957(0x12b),'removeRange':'刪除範圍','axisTick':_0x261957(0x11d),'splitLine':_0x261957(0x19e),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x261957(0x188),'pointerSlim':'纖細指針','template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':'進階設定','customized':'自訂','axisLabelNumberFormat':_0x261957(0x1ac),'detailNumberFormat':_0x261957(0x195),'emptyDiagnostic':_0x261957(0x11c),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'source':'來源','target':'目標','count':'關係數','node':'節點','ribbon':_0x261957(0x17c),'clockwise':_0x261957(0x119),'padAngle':_0x261957(0x14f),'minAngle':_0x261957(0x133),'innerRadius':'內半徑','outerRadius':_0x261957(0x1ae),'invalidRadii':_0x261957(0x142),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x261957(0x150),'self':_0x261957(0x1be),'emptyDiagnostic':_0x261957(0x138),'mappingDiagnostic':_0x261957(0x1a6),'configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','associatedValue':'關聯值'},'common':{'category':'類別','seriesName':'系列名稱','value':'數值','percentage':_0x261957(0x126),'borderColor':_0x261957(0x144),'labelContent':'標籤內容','labelPosition':_0x261957(0x137),'dataLabels':_0x261957(0x140),'chartType':_0x261957(0x12e),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x261957(0x148),'chartAndAxisTitles':_0x261957(0x124),'legend':'圖例','chartTitle':'圖表標題','subtitle':_0x261957(0x1c4),'series':'系列','dataPoint':_0x261957(0x161),'trendline':'趨勢線','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x261957(0x1bb),'layout':_0x261957(0x151),'arrow':'箭頭','axisLabels':_0x261957(0x11b),'currency':'貨幣','date':'日期','displayName':_0x261957(0x120),'emphasis':'強調','heatmap':_0x261957(0x189),'lineColor':_0x261957(0x10a),'lineWidth':'線寬','min':_0x261957(0x1a7),'max':_0x261957(0x172),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':'左對齊','center':'置中','right':'右對齊'},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x261957(0x1bc),'font':'字體','none':'無','numberFormat':_0x261957(0x10c),'borderWidth':_0x261957(0x166),'borderType':_0x261957(0x1bf),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x261957(0x123),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x261957(0x1ab),'valueField':_0x261957(0x190),'categoryName':'類別名稱','ownValue':_0x261957(0x131),'children':'子項','label':'標籤','editChart':_0x261957(0x1a0),'deleteChart':_0x261957(0x105),'insertChart':_0x261957(0x12a),'insertChartFailed':'插入圖表失敗','openChartPanel':_0x261957(0x1b5),'hideChartPanel':_0x261957(0x1a2),'exportImage':_0x261957(0x180),'copy':'複製','setup':_0x261957(0x11a),'customize':_0x261957(0x177),'data':'資料','tableDataEmpty':_0x261957(0x194),'dataRange':'資料範圍','editData':_0x261957(0x176),'inlineData':_0x261957(0x159),'switchRowColumn':_0x261957(0x156),'useAsCategoryLabels':_0x261957(0x183),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x261957(0x196),'addRow':'新增行','addColumn':_0x261957(0x1c7)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x261957(0x12c),'gridline':_0x261957(0x18d),'tick':_0x261957(0x11d),'mark':'標記','dataLabel':_0x261957(0x1c2)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':_0x261957(0x1b1),'titleText':_0x261957(0x186)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};export{e as default};
|
|
1
|
+
const _0x485f12=_0x1d43;(function(_0x1b462a,_0x5d3297){const _0x1b17cc=_0x1d43,_0x36ffff=_0x1b462a();while(!![]){try{const _0x10892d=parseInt(_0x1b17cc(0x214))/0x1*(parseInt(_0x1b17cc(0x217))/0x2)+-parseInt(_0x1b17cc(0x239))/0x3*(-parseInt(_0x1b17cc(0x1a9))/0x4)+parseInt(_0x1b17cc(0x196))/0x5*(-parseInt(_0x1b17cc(0x203))/0x6)+parseInt(_0x1b17cc(0x172))/0x7*(parseInt(_0x1b17cc(0x222))/0x8)+-parseInt(_0x1b17cc(0x1ed))/0x9+parseInt(_0x1b17cc(0x19d))/0xa*(parseInt(_0x1b17cc(0x1fb))/0xb)+parseInt(_0x1b17cc(0x180))/0xc*(-parseInt(_0x1b17cc(0x215))/0xd);if(_0x10892d===_0x5d3297)break;else _0x36ffff['push'](_0x36ffff['shift']());}catch(_0x3f66d1){_0x36ffff['push'](_0x36ffff['shift']());}}}(_0x5695,0xc5386));const e={'chart-ui':{'dataSource':{'inlineMode':'內嵌','referencedMode':'參照','sourceType':_0x485f12(0x175)},'editor':{'defaultColor':_0x485f12(0x1de),'fontSize':_0x485f12(0x1c4)},'setup':{'stack':'堆疊','percentStacked':_0x485f12(0x208)},'chartTypes':{'line':_0x485f12(0x238),'column':_0x485f12(0x17f),'columnStacked':_0x485f12(0x17c),'columnPercentStacked':_0x485f12(0x1cb),'bar':_0x485f12(0x22f),'barStacked':_0x485f12(0x1be),'barPercentStacked':_0x485f12(0x227),'pie':'餅圖','donut':_0x485f12(0x18e),'pieOfPie':'子母餅圖','barOfPie':_0x485f12(0x22d),'area':_0x485f12(0x1f0),'areaStacked':_0x485f12(0x225),'areaPercentStacked':_0x485f12(0x1ff),'radar':_0x485f12(0x1ee),'scatter':_0x485f12(0x23b),'combination':_0x485f12(0x1d3),'wordCloud':_0x485f12(0x1e6),'funnel':_0x485f12(0x228),'bubble':'氣泡圖','relation':'關係圖','waterfall':_0x485f12(0x16b),'pareto':_0x485f12(0x20b),'sankey':_0x485f12(0x1b8),'heatmap':_0x485f12(0x17d),'boxplot':_0x485f12(0x16f),'candlestick':_0x485f12(0x212),'histogram':'直方圖','treemap':_0x485f12(0x1d2),'sunburst':_0x485f12(0x202),'gauge':'儀表盤','chord':'和弦圖'},'section':{'waterfall':_0x485f12(0x16b),'paretoBar':_0x485f12(0x1da),'paretoLine':_0x485f12(0x16c),'pie':'餅圖','wordCloud':'詞雲','radar':_0x485f12(0x1ee),'funnel':_0x485f12(0x228),'relation':_0x485f12(0x1f1),'lineAndArea':_0x485f12(0x170),'gridlinesAndTicks':_0x485f12(0x210),'indicatorLine':_0x485f12(0x1c7),'candlestick':_0x485f12(0x1b9),'histogram':_0x485f12(0x234),'treemap':_0x485f12(0x1a4),'sunburst':_0x485f12(0x202),'gauge':_0x485f12(0x1b4),'chord':_0x485f12(0x211)},'presentation':{'backgroundColor':_0x485f12(0x1a1),'theme':'主題','gradientFill':_0x485f12(0x21d),'bodyFontSize':'正文字體大小','bodyFontColor':_0x485f12(0x173),'titleType':_0x485f12(0x18a),'horizontalAxisTitle':_0x485f12(0x191),'verticalAxisTitle':'縱軸標題','rightVerticalAxisTitle':'右縱軸標題','wrap':_0x485f12(0x1bc),'selectMode':_0x485f12(0x1ca),'visualMapType':_0x485f12(0x23c),'align':'對準'},'numberFormat':{'source':_0x485f12(0x1e8),'number':'數量','scientific':'科學的','custom':_0x485f12(0x1cd),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':'千分位符','formatTypes':_0x485f12(0x1c1),'generalDesc':_0x485f12(0x201),'accountingDesc':_0x485f12(0x176),'currencyDesc':_0x485f12(0x1dc),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandsDesc':_0x485f12(0x1b3),'decimalPlaces':_0x485f12(0x197),'currencyTypes':_0x485f12(0x182),'negativeNumberTypes':_0x485f12(0x16d),'dateTypes':_0x485f12(0x1bd),'setFormat':_0x485f12(0x226)},'series':{'rightAxis':'右軸','allSeries':'全系列','aggregate':'彙總','borderOpacity':_0x485f12(0x1fd),'solid':'固體','pointShape':'點狀','pointSize':_0x485f12(0x21e),'pointColor':_0x485f12(0x230),'removeDataPoint':_0x485f12(0x232),'square':'廣場','rect':'矩形','roundRect':_0x485f12(0x1b6),'pin':'針形','emptyCircle':'空心圓形','emptySquare':_0x485f12(0x1df),'emptyTriangle':_0x485f12(0x1cf),'emptyDiamond':_0x485f12(0x1c8),'emptyRect':_0x485f12(0x1db),'emptyRoundRect':_0x485f12(0x1ab),'emptyPin':_0x485f12(0x1e1),'emptyArrow':_0x485f12(0x1c2)},'lineAndArea':{'lineStyle':_0x485f12(0x204),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x485f12(0x1a2),'breakLine':'斷線','connect':_0x485f12(0x171),'zero':_0x485f12(0x1ac)},'axis':{'useDateAxis':'將標籤視為日期','target':'軸','lineColor':_0x485f12(0x21a),'lineWidth':'線寬','labelRotation':_0x485f12(0x213),'reverse':'反轉軸','gridlineVisible':'網格線','gridlineColor':_0x485f12(0x236),'gridlineWidth':_0x485f12(0x1f2),'tickVisible':'蜱蟲','tickLength':_0x485f12(0x1fc),'tickWidth':_0x485f12(0x1f8),'tickColor':_0x485f12(0x1a7),'tickPosition':'刻度位置'},'indicator':{'lineColor':_0x485f12(0x1d7),'lineType':'指示線類型','labelBackground':_0x485f12(0x200),'labelText':_0x485f12(0x1c6)},'trendline':{'add':_0x485f12(0x1af),'remove':_0x485f12(0x20f),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':'多項式','power':'電源','movingAverage':_0x485f12(0x174),'showFormula':'顯示公式','showR2':_0x485f12(0x229),'order':'訂單','period':'時期','formulaColor':_0x485f12(0x243),'r2Color':'R²顏色'},'pareto':{'includeZeroValues':_0x485f12(0x1c3)},'plotArea':{'label':_0x485f12(0x23a),'manual':'手動','left':_0x485f12(0x1a5),'top':_0x485f12(0x1e5),'width':_0x485f12(0x16e),'height':_0x485f12(0x1f6)},'bar':{'layout':_0x485f12(0x23f),'gapWidth':_0x485f12(0x1ba),'overlap':_0x485f12(0x209)},'pie':{'mode':'圖表形態','modeNormal':'常規','modePieOfPie':_0x485f12(0x1f3),'modeBarOfPie':_0x485f12(0x22d),'splitType':_0x485f12(0x1f7),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x485f12(0x22b),'customSelectedCountValue':_0x485f12(0x1b1),'positionCount':'次圖數據點數','valueLessThan':_0x485f12(0x224),'percentageLessThan':'百分比小於','secondarySize':_0x485f12(0x233),'advancedLayout':_0x485f12(0x1cc),'connector':_0x485f12(0x206),'slices':'扇區','gapWidth':_0x485f12(0x188),'connectorColor':'連接線顏色','connectorWidth':_0x485f12(0x178),'connectorType':_0x485f12(0x207),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x485f12(0x1a3),'doughnutHole':'甜甜圈洞','startAngle':_0x485f12(0x187),'explosion':'扇區分離(%)','paddingAngle':'切片間距','halfPie':_0x485f12(0x1fe),'rosePie':_0x485f12(0x17a),'labelLine':_0x485f12(0x1eb)},'radar':{'shape':_0x485f12(0x19c),'polygon':_0x485f12(0x247),'fill':_0x485f12(0x241)},'funnel':{'gap':_0x485f12(0x179),'absoluteValues':_0x485f12(0x21f)},'heatmap':{'unit':_0x485f12(0x1ad),'labels':'細胞標籤'},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':_0x485f12(0x231),'valueSize':'按值調整節點大小','rotateLabels':_0x485f12(0x1bf),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x485f12(0x22c),'repeat':'重複單字','cloud':'雲','rect':_0x485f12(0x190),'cardioid':'心形','heart':'心','triangle-forward':'前三角','pentagon':_0x485f12(0x1d5),'star':'明星'},'waterfall':{'styleTarget':_0x485f12(0x1b7),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':_0x485f12(0x183),'connector':_0x485f12(0x206)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x485f12(0x1e4),'open':_0x485f12(0x1f9),'high':'最高價','low':_0x485f12(0x1d6),'close':_0x485f12(0x1fa),'rising':'上漲','falling':'下跌','doji':_0x485f12(0x1d8),'bodyColor':'燭身顏色','fillOpacity':'填滿不透明度','wickColor':_0x485f12(0x19b),'wickWidth':'影線寬度','wickOpacity':'影線不透明度','candleWidth':_0x485f12(0x189),'hollow':_0x485f12(0x18f),'columnsError':_0x485f12(0x1e0),'series':_0x485f12(0x1e3)},'histogram':{'binGap':'組距','binningMode':_0x485f12(0x198),'count':'計數','width':'寬度','binCount':'組數','binWidth':_0x485f12(0x1d9),'underflow':_0x485f12(0x1d0),'overflow':'溢出閾值','frequency':'頻數'},'treemap':{'parentLabelLayout':_0x485f12(0x220),'banner':'橫幅','overlapping':'重疊','leafLabel':_0x485f12(0x199),'hierarchy':_0x485f12(0x1d1),'diagnostic':'矩形樹圖至少需要一個階層欄位和一個數值欄位。'},'sunburst':{'hierarchy':'階層','addHierarchy':_0x485f12(0x186),'moveUp':'向上移動階層欄位','moveDown':_0x485f12(0x1a0),'removeHierarchy':_0x485f12(0x184),'centerLabel':_0x485f12(0x1ec),'labelFormat':'標籤樣式','diagnostic':_0x485f12(0x1ae)},'gauge':{'scale':'刻度範圍','majorDivisions':_0x485f12(0x18b),'minorDivisions':_0x485f12(0x244),'angles':'角度','endAngle':'結束角度','ranges':'範圍','rangeFrom':_0x485f12(0x216),'rangeTo':_0x485f12(0x177),'addRange':_0x485f12(0x21c),'removeRange':_0x485f12(0x223),'axisTick':_0x485f12(0x22a),'splitLine':_0x485f12(0x1e7),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x485f12(0x1f4),'pointerSlim':'纖細指針','template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':_0x485f12(0x194),'customized':'自訂','axisLabelNumberFormat':_0x485f12(0x193),'detailNumberFormat':_0x485f12(0x1b0),'emptyDiagnostic':_0x485f12(0x21b),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'source':'來源','target':'目標','count':'關係數','node':'節點','ribbon':_0x485f12(0x1ea),'clockwise':_0x485f12(0x19a),'padAngle':'間隔角度','minAngle':'最小角度','innerRadius':_0x485f12(0x205),'outerRadius':_0x485f12(0x23d),'invalidRadii':'內半徑必須小於外半徑。','rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x485f12(0x1c9),'self':_0x485f12(0x18c),'emptyDiagnostic':_0x485f12(0x218),'mappingDiagnostic':_0x485f12(0x240),'configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','associatedValue':'關聯值'},'common':{'category':'類別','seriesName':_0x485f12(0x246),'value':'數值','percentage':'百分比','borderColor':_0x485f12(0x242),'labelContent':_0x485f12(0x19e),'labelPosition':'標籤位置','dataLabels':_0x485f12(0x20e),'chartType':_0x485f12(0x1b2),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x485f12(0x17b),'chartAndAxisTitles':_0x485f12(0x20d),'legend':'圖例','chartTitle':_0x485f12(0x185),'subtitle':'副標題','series':'系列','dataPoint':_0x485f12(0x1b5),'trendline':_0x485f12(0x19f),'horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x485f12(0x20a),'layout':'版面配置','arrow':'箭頭','axisLabels':_0x485f12(0x1bb),'currency':'貨幣','date':'日期','displayName':_0x485f12(0x192),'emphasis':'強調','heatmap':_0x485f12(0x17d),'lineColor':'線條顏色','lineWidth':'線寬','min':_0x485f12(0x1e9),'max':_0x485f12(0x1e2),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x485f12(0x245),'center':'置中','right':_0x485f12(0x20c)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x485f12(0x23e),'font':'字體','none':'無','transparent':'透明','numberFormat':'數字格式','borderWidth':_0x485f12(0x22e),'borderType':_0x485f12(0x1dd),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':'三角形','diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':'起始角度','valueField':_0x485f12(0x1a8),'categoryName':'類別名稱','ownValue':'自身值','children':'子項','label':'標籤','editChart':_0x485f12(0x1c0),'deleteChart':_0x485f12(0x1ef),'insertChart':'插入圖表','insertChartFailed':_0x485f12(0x18d),'openChartPanel':_0x485f12(0x17e),'hideChartPanel':_0x485f12(0x195),'exportImage':_0x485f12(0x235),'copy':'複製','setup':_0x485f12(0x16a),'customize':_0x485f12(0x237),'data':'資料','tableDataEmpty':_0x485f12(0x181),'dataRange':'資料範圍','editData':_0x485f12(0x1c5),'inlineData':'內嵌資料','switchRowColumn':_0x485f12(0x1f5),'useAsCategoryLabels':'使用\x20{0}\x20作為類別','cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x485f12(0x1d4),'addRow':'新增行','addColumn':_0x485f12(0x1ce)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x485f12(0x1a6),'gridline':_0x485f12(0x1aa),'tick':_0x485f12(0x22a),'mark':'標記','dataLabel':'資料標籤'},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':_0x485f12(0x221),'titleText':_0x485f12(0x219)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};export{e as default};function _0x1d43(_0xf826ce,_0x3e75a1){_0xf826ce=_0xf826ce-0x16a;const _0x56955f=_0x5695();let _0x1d4308=_0x56955f[_0xf826ce];return _0x1d4308;}function _0x5695(){const _0x7e5932=['空心\x20K\x20線','長方形','橫軸標題','顯示名稱','軸標籤數字格式','進階設定','隱藏圖表面板','250dejxYa','小數位數','分檔模式','葉子標籤','順時針','影線顏色','雷達形狀','2889970CMoyUP','標籤內容','趨勢線','向下移動階層欄位','背景顏色','無效值','數值縮放','樹狀圖','左側(%)','軸標題','刻度線顏色','數值欄位','32sbNLfK','網格線','空心圓角矩形','視為零','價值單位','旭日圖至少需要一個階層欄位和一個數值欄位。','添加趨勢線','中心數值格式','已選取\x20{0}\x20個數據點','圖表類型','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','儀表圖','數據點','圓角矩形','樣式目標','桑基圖','燭台圖','分類間距(%)','軸標籤','包裹圖例','日期類型','堆疊條形圖','旋轉標籤','編輯圖表','格式類型','空心箭頭','包括零值','字體大小','編輯資料','標籤文字顏色','指示線','空心菱形','相鄰節點','選擇方式','百分比堆疊\x20·\x20柱狀圖','進階版面配置','自訂格式','新增欄目','空心三角形','下溢閾值','階層欄位','矩形樹圖','組合圖','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','五角大廈','最低價','指示線顏色','十字線','組距寬度','長條圖系列','空心矩形','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','邊框類型','預設顏色','空心正方形','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','空心針形','最大值','OHLC\x20數列','K\x20線狀態','頂部(%)','詞雲圖','分隔線','來源格式','最小值','連接帶','標籤線','中心總計','8328429LSfxuv','雷達圖','刪除圖表','面積圖','關係圖','網格線寬度','子母餅圖','經典指針','切換列或欄','高度(%)','拆分依據','刻度寬度','開盤價','收盤價','11lBZdgr','刻度長度','邊框透明度','半圓餅圖','百分比堆疊面積圖','標籤背景','常規格式不包含任何特定的數字格式。','旭日圖','170196RRrQur','線條樣式','內半徑','連接線','連接線類型','百分比堆疊','系列重疊(%)','右縱軸','排列圖','右對齊','圖表與座標軸標題','數據標籤','刪除趨勢線','網格線和刻度線','和弦圖','K\x20線圖','標籤旋轉','5bbLAho','6339931LbsNLW','起始值','560110KMTvSz','弦圖至少需要兩個不同節點之間的一條正權重關係。','標題文字','線條顏色','儀表圖至少需要一個有限數值。','添加範圍','漸變填充','點大小','使用絕對值','父標籤佈局','標籤文字','12015464caytnQ','刪除範圍','數值小於','堆疊面積圖','設定標籤格式','百分比堆疊條形圖','漏斗圖','顯示\x20R²','刻度線','自訂拆分','掩模圖像ID','複合餅圖','邊框寬度','條形圖','資料點顏色','節點形狀','刪除資料點','次圖大小','直方圖','匯出圖片','網格線顏色','自訂圖表','折線圖','350874cNjVfL','繪圖區','散點圖','視覺圖','外半徑','透明度','柱形間距','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','區域填充','邊框顏色','配方顏色','每個主刻度的次刻度數','左對齊','系列名稱','多邊形','設定圖表','瀑布圖','累積占比系列','負數類型','寬度(%)','箱型圖','折線圖\x20/\x20面積圖','連接數據點','7sdKsmQ','正文字體顏色','移動平均線','來源類型','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','結束值','連接線寬度','專案差距','玫瑰派','圖表樣式','堆疊\x20·\x20柱狀圖','熱力圖','開啟圖表面板','柱狀圖','24BQyadT','表格資料為空','貨幣類型','使用小計','刪除階層欄位','圖表標題','新增階層','起始角度','主次圖間距','燭身寬度','標題類型','主刻度數','目前節點','插入圖表失敗','環形圖'];_0x5695=function(){return _0x7e5932;};return _0x5695();}
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x2a1500=_0x18a7;(function(_0x5a4bf3,_0x367967){const _0x49f29f=_0x18a7,_0x141046=_0x5a4bf3();while(!![]){try{const _0x46bf7b=parseInt(_0x49f29f(0x283))/0x1*(parseInt(_0x49f29f(0x29a))/0x2)+parseInt(_0x49f29f(0x223))/0x3*(-parseInt(_0x49f29f(0x255))/0x4)+parseInt(_0x49f29f(0x21c))/0x5*(parseInt(_0x49f29f(0x2a3))/0x6)+parseInt(_0x49f29f(0x1f5))/0x7+parseInt(_0x49f29f(0x242))/0x8+parseInt(_0x49f29f(0x1f2))/0x9*(-parseInt(_0x49f29f(0x2ab))/0xa)+parseInt(_0x49f29f(0x241))/0xb*(-parseInt(_0x49f29f(0x291))/0xc);if(_0x46bf7b===_0x367967)break;else _0x141046['push'](_0x141046['shift']());}catch(_0x47687a){_0x141046['push'](_0x141046['shift']());}}}(_0x1c0a,0xd0f1e));const e={'chart-ui':{'editor':{'defaultColor':_0x2a1500(0x2a0),'fontSize':'字體大小'},'setup':{'stack':'堆疊','percentStacked':_0x2a1500(0x1f6)},'chartTypes':{'line':_0x2a1500(0x27a),'column':'柱狀圖','columnStacked':_0x2a1500(0x25b),'columnPercentStacked':_0x2a1500(0x250),'bar':_0x2a1500(0x1ee),'barStacked':_0x2a1500(0x263),'barPercentStacked':_0x2a1500(0x25a),'pie':'餅圖','donut':_0x2a1500(0x279),'pieOfPie':_0x2a1500(0x293),'barOfPie':_0x2a1500(0x226),'area':_0x2a1500(0x22d),'areaStacked':_0x2a1500(0x205),'areaPercentStacked':_0x2a1500(0x265),'radar':'雷達圖','scatter':_0x2a1500(0x2b1),'combination':_0x2a1500(0x225),'wordCloud':'詞雲圖','funnel':_0x2a1500(0x1fc),'bubble':_0x2a1500(0x24b),'relation':'關係圖','waterfall':'瀑布圖','pareto':_0x2a1500(0x2bc),'sankey':_0x2a1500(0x210),'heatmap':_0x2a1500(0x2b0),'boxplot':'箱型圖','candlestick':'K\x20線圖','histogram':_0x2a1500(0x2b3),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':_0x2a1500(0x256),'chord':_0x2a1500(0x233)},'section':{'waterfall':'瀑布圖','paretoBar':_0x2a1500(0x2b9),'paretoLine':_0x2a1500(0x25d),'pie':'餅圖','wordCloud':'詞雲','radar':_0x2a1500(0x289),'funnel':_0x2a1500(0x1fc),'relation':'關係圖','lineAndArea':_0x2a1500(0x28e),'gridlinesAndTicks':_0x2a1500(0x280),'indicatorLine':_0x2a1500(0x1f4),'candlestick':_0x2a1500(0x1ef),'histogram':_0x2a1500(0x2b3),'treemap':_0x2a1500(0x1f8),'sunburst':'旭日圖','gauge':_0x2a1500(0x21f),'chord':'和弦圖'},'presentation':{'backgroundColor':'背景顏色','theme':'主題','gradientFill':'漸變填充','bodyFontSize':_0x2a1500(0x227),'bodyFontColor':_0x2a1500(0x211),'titleType':_0x2a1500(0x2ae),'horizontalAxisTitle':_0x2a1500(0x2bb),'verticalAxisTitle':_0x2a1500(0x2be),'rightVerticalAxisTitle':_0x2a1500(0x27f),'wrap':_0x2a1500(0x276),'selectMode':_0x2a1500(0x2af),'visualMapType':'視覺圖','align':'對準'},'numberFormat':{'source':_0x2a1500(0x29d),'number':'數量','scientific':'科學的','custom':'自訂格式','preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x2a1500(0x216),'formatTypes':_0x2a1500(0x267),'generalDesc':_0x2a1500(0x245),'accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':_0x2a1500(0x28d),'dateDesc':_0x2a1500(0x278),'thousandsDesc':_0x2a1500(0x22a),'decimalPlaces':_0x2a1500(0x271),'currencyTypes':_0x2a1500(0x231),'negativeNumberTypes':'負數類型','dateTypes':_0x2a1500(0x238),'setFormat':_0x2a1500(0x25e)},'series':{'rightAxis':'右軸','allSeries':_0x2a1500(0x20a),'aggregate':'彙總','borderOpacity':_0x2a1500(0x229),'solid':'固體','pointShape':'點狀','pointSize':_0x2a1500(0x27e),'pointColor':_0x2a1500(0x251),'removeDataPoint':_0x2a1500(0x228),'square':'廣場','rect':'矩形','roundRect':_0x2a1500(0x262),'pin':'針形','emptyCircle':'空心圓形','emptySquare':_0x2a1500(0x234),'emptyTriangle':_0x2a1500(0x22c),'emptyDiamond':_0x2a1500(0x1ff),'emptyRect':_0x2a1500(0x290),'emptyRoundRect':_0x2a1500(0x209),'emptyPin':_0x2a1500(0x26e),'emptyArrow':_0x2a1500(0x24d)},'lineAndArea':{'lineStyle':_0x2a1500(0x20c),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x2a1500(0x236),'breakLine':'斷線','connect':_0x2a1500(0x20b),'zero':_0x2a1500(0x239)},'axis':{'useDateAxis':_0x2a1500(0x297),'target':'軸','lineColor':'線條顏色','lineWidth':'線寬','labelRotation':_0x2a1500(0x2a1),'reverse':_0x2a1500(0x203),'gridlineVisible':_0x2a1500(0x2b6),'gridlineColor':_0x2a1500(0x2ad),'gridlineWidth':_0x2a1500(0x29c),'tickVisible':'蜱蟲','tickLength':_0x2a1500(0x24f),'tickWidth':_0x2a1500(0x1eb),'tickColor':'刻度線顏色','tickPosition':_0x2a1500(0x26a)},'indicator':{'lineColor':_0x2a1500(0x29e),'lineType':'指示線類型','labelBackground':_0x2a1500(0x220),'labelText':'標籤文字顏色'},'trendline':{'add':'添加趨勢線','type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x2a1500(0x28f),'power':'電源','movingAverage':_0x2a1500(0x1f7),'showFormula':_0x2a1500(0x247),'showR2':_0x2a1500(0x2a4),'order':'訂單','period':'時期','formulaColor':_0x2a1500(0x26b),'r2Color':'R²顏色'},'pareto':{'includeZeroValues':_0x2a1500(0x2b2)},'plotArea':{'label':_0x2a1500(0x27b),'manual':'手動','left':'左側(%)','top':_0x2a1500(0x2a7),'width':'寬度(%)','height':'高度(%)'},'bar':{'layout':'柱形間距','gapWidth':'分類間距(%)','overlap':'系列重疊(%)'},'pie':{'mode':_0x2a1500(0x2a2),'modeNormal':'一般','modePieOfPie':_0x2a1500(0x293),'modeBarOfPie':_0x2a1500(0x226),'splitType':_0x2a1500(0x212),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x2a1500(0x23d),'customSelectedCountValue':_0x2a1500(0x222),'positionCount':_0x2a1500(0x21b),'valueLessThan':_0x2a1500(0x296),'percentageLessThan':_0x2a1500(0x20f),'secondarySize':_0x2a1500(0x28a),'advancedLayout':'進階版面配置','connector':'連接線','slices':'扇區','gapWidth':_0x2a1500(0x213),'connectorColor':_0x2a1500(0x246),'connectorWidth':'連接線寬度','connectorType':_0x2a1500(0x249),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x2a1500(0x2a5),'doughnutHole':'甜甜圈洞','startAngle':_0x2a1500(0x1f9),'explosion':_0x2a1500(0x23a),'paddingAngle':_0x2a1500(0x208),'halfPie':'半個餡餅','rosePie':_0x2a1500(0x2c1),'labelLine':_0x2a1500(0x26f)},'radar':{'shape':'雷達形狀','polygon':_0x2a1500(0x282),'fill':_0x2a1500(0x292)},'funnel':{'gap':_0x2a1500(0x281),'absoluteValues':'使用絕對值'},'heatmap':{'unit':'價值單位','labels':_0x2a1500(0x287)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':'節點形狀','valueSize':_0x2a1500(0x23b),'rotateLabels':_0x2a1500(0x23e),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x2a1500(0x277),'repeat':_0x2a1500(0x20d),'cloud':'雲','rect':_0x2a1500(0x266),'cardioid':'心形','heart':'心','triangle-forward':_0x2a1500(0x244),'pentagon':'五角大廈','star':'明星'},'waterfall':{'styleTarget':_0x2a1500(0x285),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':_0x2a1500(0x259),'connector':_0x2a1500(0x23c)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x2a1500(0x224),'open':_0x2a1500(0x2b7),'high':_0x2a1500(0x232),'low':'最低價','close':_0x2a1500(0x2ba),'rising':'上漲','falling':'下跌','doji':_0x2a1500(0x219),'bodyColor':'燭身顏色','fillOpacity':'填滿不透明度','wickColor':'影線顏色','wickWidth':'影線寬度','wickOpacity':'影線不透明度','candleWidth':_0x2a1500(0x272),'hollow':_0x2a1500(0x2ac),'columnsError':_0x2a1500(0x1fd),'series':'OHLC\x20數列'},'histogram':{'binGap':'組距','binningMode':_0x2a1500(0x26d),'count':'計數','width':'寬度','binCount':'組數','binWidth':'組距寬度','underflow':_0x2a1500(0x274),'overflow':'溢出閾值','frequency':'頻數'},'treemap':{'parentLabelLayout':_0x2a1500(0x2bf),'banner':'橫幅','overlapping':'重疊','leafLabel':_0x2a1500(0x253),'hierarchy':_0x2a1500(0x29b),'diagnostic':_0x2a1500(0x288)},'sunburst':{'hierarchy':'階層','addHierarchy':'新增階層','moveUp':_0x2a1500(0x1fe),'moveDown':'向下移動階層欄位','removeHierarchy':'刪除階層欄位','centerLabel':_0x2a1500(0x284),'labelFormat':_0x2a1500(0x22e),'diagnostic':_0x2a1500(0x260)},'gauge':{'scale':_0x2a1500(0x1ed),'majorDivisions':'主刻度數','minorDivisions':'每個主刻度的次刻度數','angles':'角度','endAngle':'結束角度','ranges':'範圍','rangeFrom':'起始值','rangeTo':_0x2a1500(0x1f1),'addRange':_0x2a1500(0x257),'removeRange':_0x2a1500(0x248),'axisTick':_0x2a1500(0x218),'splitLine':_0x2a1500(0x1ec),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x2a1500(0x22f),'pointerSlim':_0x2a1500(0x2bd),'template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':_0x2a1500(0x2a8),'customized':'自訂','axisLabelNumberFormat':_0x2a1500(0x298),'detailNumberFormat':_0x2a1500(0x235),'emptyDiagnostic':_0x2a1500(0x20e),'mappingDiagnostic':_0x2a1500(0x214),'configDiagnostic':_0x2a1500(0x26c)},'chord':{'source':'來源','target':'目標','count':_0x2a1500(0x217),'node':'節點','ribbon':_0x2a1500(0x27c),'clockwise':'順時針','padAngle':_0x2a1500(0x201),'minAngle':_0x2a1500(0x275),'innerRadius':_0x2a1500(0x24a),'outerRadius':_0x2a1500(0x24e),'invalidRadii':_0x2a1500(0x1f3),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x2a1500(0x25f),'self':_0x2a1500(0x27d),'emptyDiagnostic':_0x2a1500(0x204),'mappingDiagnostic':_0x2a1500(0x21a),'configDiagnostic':_0x2a1500(0x258),'associatedValue':_0x2a1500(0x2b5)},'common':{'category':'類別','seriesName':_0x2a1500(0x1fa),'value':'數值','percentage':'百分比','borderColor':_0x2a1500(0x261),'labelContent':'標籤內容','labelPosition':_0x2a1500(0x254),'dataLabels':_0x2a1500(0x2b8),'chartType':'圖表類型','bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x2a1500(0x273),'chartAndAxisTitles':_0x2a1500(0x252),'legend':'圖例','chartTitle':_0x2a1500(0x21d),'subtitle':_0x2a1500(0x1f0),'series':'系列','dataPoint':_0x2a1500(0x207),'trendline':_0x2a1500(0x295),'horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':'右縱軸','layout':_0x2a1500(0x24c),'arrow':'箭頭','axisLabels':_0x2a1500(0x270),'currency':'貨幣','date':'日期','displayName':_0x2a1500(0x22b),'emphasis':'強調','heatmap':'熱力圖','lineColor':_0x2a1500(0x264),'lineWidth':'線寬','min':'最小值','max':'最大值','mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x2a1500(0x215),'center':'置中','right':_0x2a1500(0x23f)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':'透明度','font':'字體','none':'無','numberFormat':_0x2a1500(0x28b),'borderWidth':_0x2a1500(0x240),'borderType':_0x2a1500(0x200),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x2a1500(0x2a6),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x2a1500(0x1f9),'valueField':_0x2a1500(0x206),'categoryName':_0x2a1500(0x243),'ownValue':_0x2a1500(0x294),'children':'子項','label':'標籤','editChart':_0x2a1500(0x1fb),'deleteChart':_0x2a1500(0x202),'insertChart':_0x2a1500(0x269),'insertChartFailed':_0x2a1500(0x2a9),'openChartPanel':_0x2a1500(0x25c),'hideChartPanel':_0x2a1500(0x221),'exportImage':'匯出圖片','copy':'複製','setup':'設定圖表','customize':_0x2a1500(0x237),'data':'資料','tableDataEmpty':_0x2a1500(0x2aa),'dataRange':_0x2a1500(0x2c0),'editData':_0x2a1500(0x299),'inlineData':'內嵌資料','switchRowColumn':_0x2a1500(0x286),'useAsCategoryLabels':_0x2a1500(0x21e),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x2a1500(0x2b4),'addRow':_0x2a1500(0x29f),'addColumn':_0x2a1500(0x230)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x2a1500(0x28c),'gridline':'網格線','tick':'刻度線','mark':'標記','dataLabel':_0x2a1500(0x2b8)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':'標籤文字','titleText':_0x2a1500(0x268)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};export{e as default};function _0x18a7(_0x323ac2,_0x5c8c61){_0x323ac2=_0x323ac2-0x1eb;const _0x1c0a66=_0x1c0a();let _0x18a77e=_0x1c0a66[_0x323ac2];return _0x18a77e;}function _0x1c0a(){const _0x122dab=['右縱軸標題','網格線和刻度線','專案差距','多邊形','2433vPSwOM','中心總計','樣式目標','切換列或欄','細胞標籤','矩形樹圖至少需要一個階層欄位和一個數值欄位。','雷達圖','次要圖表大小','數字格式','軸標題','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','折線圖\x20/\x20面積圖','多項式','空心矩形','12CsJoUc','區域填充','子母餅圖','自身值','趨勢線','數值小於','將標籤視為日期','軸標籤數字格式','編輯資料','186beLIgP','階層欄位','網格線寬度','來源格式','指示線顏色','新增行','預設顏色','標籤旋轉','圖表形態','654lcYaeU','顯示\x20R²','數值縮放','三角形','頂部(%)','進階設定','插入圖表失敗','表格資料為空','68350cyyvEu','空心\x20K\x20線','網格線顏色','標題類型','選擇方式','熱力圖','散點圖','包括零值','直方圖','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','關聯值','網格線','開盤價','資料標籤','長條圖系列','收盤價','橫軸標題','排列圖','纖細指針','縱軸標題','父標籤佈局','資料範圍','玫瑰派','刻度寬度','分隔線','刻度範圍','條形圖','燭台圖','副標題','結束值','756SFVOqk','內半徑必須小於外半徑。','指示線','10089023skwGBY','百分比堆疊','移動平均線','樹狀圖','起始角度','系列名稱','編輯圖表','漏斗圖','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','向上移動階層欄位','空心菱形','邊框類型','間隔角度','刪除圖表','反轉軸','弦圖至少需要兩個不同節點之間的一條正權重關係。','堆疊面積圖','數值欄位','資料點','切片間距','空心圓角矩形','全系列','連接數據點','線條樣式','重複單字','儀表圖至少需要一個有限數值。','百分比小於','桑基圖','正文字體顏色','分割依據','主要與次要圖表間距','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','左對齊','千分位符','關係數','刻度線','十字線','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','次要圖表資料點數','64035QMUCxc','圖表標題','使用\x20{0}\x20作為類別','儀表圖','標籤背景','隱藏圖表面板','已選取\x20{0}\x20個資料點','3065469rEKGIF','K\x20線狀態','組合圖','複合餅圖','正文字體大小','刪除資料點','邊框透明度','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','顯示名稱','空心三角形','面積圖','標籤樣式','經典指針','新增欄目','貨幣類型','最高價','和弦圖','空心正方形','中心數值格式','無效值','自訂圖表','日期類型','視為零','扇區分離(%)','按值調整節點大小','連接線','自訂分割','旋轉標籤','右對齊','邊框寬度','8125249jznSLO','1015512snPxdh','類別名稱','前三角','常規格式不包含任何特定的數字格式。','連接線顏色','顯示公式','刪除範圍','連接線類型','內半徑','氣泡圖','版面配置','空心箭頭','外半徑','刻度長度','百分比堆疊\x20·\x20柱狀圖','資料點顏色','圖表與座標軸標題','葉子標籤','標籤位置','4SrbvPL','儀表板','添加範圍','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','使用小計','百分比堆疊條形圖','堆疊\x20·\x20柱狀圖','開啟圖表面板','累積占比系列','設定標籤格式','相鄰節點','旭日圖至少需要一個階層欄位和一個數值欄位。','邊框顏色','圓角矩形','堆疊條形圖','線條顏色','百分比堆疊面積圖','長方形','格式類型','標題文字','插入圖表','刻度位置','配方顏色','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','分檔模式','空心針形','標籤線','軸標籤','小數位數','燭身寬度','圖表樣式','下溢閾值','最小角度','包裹圖例','掩模圖像ID','日期格式將日期和時間系列數值顯示為日期值。','環形圖','折線圖','繪圖區','連接帶','目前節點','點大小'];_0x1c0a=function(){return _0x122dab;};return _0x1c0a();}
|
|
1
|
+
const _0x54a675=_0x4b47;(function(_0x44f04e,_0x481c88){const _0x10ade2=_0x4b47,_0x2e9e85=_0x44f04e();while(!![]){try{const _0x5a342f=parseInt(_0x10ade2(0x1ef))/0x1*(-parseInt(_0x10ade2(0x262))/0x2)+parseInt(_0x10ade2(0x1d0))/0x3*(-parseInt(_0x10ade2(0x217))/0x4)+-parseInt(_0x10ade2(0x241))/0x5+parseInt(_0x10ade2(0x294))/0x6+-parseInt(_0x10ade2(0x22e))/0x7*(parseInt(_0x10ade2(0x1f0))/0x8)+parseInt(_0x10ade2(0x1e8))/0x9+parseInt(_0x10ade2(0x212))/0xa*(parseInt(_0x10ade2(0x276))/0xb);if(_0x5a342f===_0x481c88)break;else _0x2e9e85['push'](_0x2e9e85['shift']());}catch(_0x52d9d6){_0x2e9e85['push'](_0x2e9e85['shift']());}}}(_0x3fb2,0x4c6f0));const e={'chart-ui':{'dataSource':{'inlineMode':'內嵌','referencedMode':'參照','sourceType':'來源類型'},'editor':{'defaultColor':_0x54a675(0x21b),'fontSize':_0x54a675(0x23d)},'setup':{'stack':'堆疊','percentStacked':'百分比堆疊'},'chartTypes':{'line':_0x54a675(0x24f),'column':'柱狀圖','columnStacked':'堆疊\x20·\x20柱狀圖','columnPercentStacked':_0x54a675(0x298),'bar':_0x54a675(0x25a),'barStacked':'堆疊條形圖','barPercentStacked':_0x54a675(0x1d9),'pie':'餅圖','donut':_0x54a675(0x1fb),'pieOfPie':_0x54a675(0x1f3),'barOfPie':_0x54a675(0x1dd),'area':_0x54a675(0x295),'areaStacked':_0x54a675(0x24c),'areaPercentStacked':'百分比堆疊面積圖','radar':'雷達圖','scatter':_0x54a675(0x1cb),'combination':_0x54a675(0x22a),'wordCloud':'詞雲圖','funnel':_0x54a675(0x259),'bubble':_0x54a675(0x1f1),'relation':_0x54a675(0x1ee),'waterfall':_0x54a675(0x1f7),'pareto':_0x54a675(0x226),'sankey':_0x54a675(0x1d6),'heatmap':_0x54a675(0x279),'boxplot':'箱型圖','candlestick':'K\x20線圖','histogram':_0x54a675(0x267),'treemap':'矩形樹圖','sunburst':_0x54a675(0x27e),'gauge':_0x54a675(0x23f),'chord':_0x54a675(0x22d)},'section':{'waterfall':'瀑布圖','paretoBar':_0x54a675(0x21a),'paretoLine':'累積占比系列','pie':'餅圖','wordCloud':'詞雲','radar':'雷達圖','funnel':_0x54a675(0x259),'relation':'關係圖','lineAndArea':_0x54a675(0x21d),'gridlinesAndTicks':_0x54a675(0x1d1),'indicatorLine':_0x54a675(0x29e),'candlestick':'燭台圖','histogram':_0x54a675(0x267),'treemap':_0x54a675(0x2a0),'sunburst':_0x54a675(0x27e),'gauge':_0x54a675(0x269),'chord':_0x54a675(0x22d)},'presentation':{'backgroundColor':_0x54a675(0x285),'theme':'主題','gradientFill':_0x54a675(0x254),'bodyFontSize':_0x54a675(0x27f),'bodyFontColor':'正文字體顏色','titleType':_0x54a675(0x216),'horizontalAxisTitle':_0x54a675(0x22b),'verticalAxisTitle':_0x54a675(0x277),'rightVerticalAxisTitle':'右縱軸標題','wrap':_0x54a675(0x1de),'selectMode':_0x54a675(0x1fe),'visualMapType':_0x54a675(0x1f9),'align':'對準'},'numberFormat':{'source':_0x54a675(0x260),'number':'數量','scientific':'科學的','custom':_0x54a675(0x274),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x54a675(0x229),'formatTypes':'格式類型','generalDesc':_0x54a675(0x252),'accountingDesc':_0x54a675(0x245),'currencyDesc':_0x54a675(0x204),'dateDesc':_0x54a675(0x25f),'thousandsDesc':_0x54a675(0x1d7),'decimalPlaces':_0x54a675(0x240),'currencyTypes':_0x54a675(0x261),'negativeNumberTypes':'負數類型','dateTypes':_0x54a675(0x289),'setFormat':_0x54a675(0x26c)},'series':{'rightAxis':'右軸','allSeries':'全系列','aggregate':'彙總','borderOpacity':_0x54a675(0x1e7),'solid':'固體','pointShape':'點狀','pointSize':'點大小','pointColor':'資料點顏色','removeDataPoint':_0x54a675(0x270),'square':'廣場','rect':'矩形','roundRect':_0x54a675(0x23e),'pin':'針形','emptyCircle':_0x54a675(0x21c),'emptySquare':_0x54a675(0x1e2),'emptyTriangle':_0x54a675(0x28d),'emptyDiamond':'空心菱形','emptyRect':'空心矩形','emptyRoundRect':_0x54a675(0x296),'emptyPin':_0x54a675(0x2a5),'emptyArrow':'空心箭頭'},'lineAndArea':{'lineStyle':'線條樣式','line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x54a675(0x26f),'breakLine':'斷線','connect':_0x54a675(0x20b),'zero':_0x54a675(0x273)},'axis':{'useDateAxis':_0x54a675(0x23a),'target':'軸','lineColor':_0x54a675(0x257),'lineWidth':'線寬','labelRotation':_0x54a675(0x1cc),'reverse':_0x54a675(0x1f8),'gridlineVisible':'網格線','gridlineColor':_0x54a675(0x297),'gridlineWidth':_0x54a675(0x28b),'tickVisible':'蜱蟲','tickLength':_0x54a675(0x290),'tickWidth':'刻度寬度','tickColor':_0x54a675(0x264),'tickPosition':_0x54a675(0x26d)},'indicator':{'lineColor':_0x54a675(0x1f2),'lineType':_0x54a675(0x1fc),'labelBackground':'標籤背景','labelText':_0x54a675(0x27b)},'trendline':{'add':_0x54a675(0x1e1),'remove':_0x54a675(0x248),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x54a675(0x247),'power':'電源','movingAverage':_0x54a675(0x1cd),'showFormula':_0x54a675(0x238),'showR2':'顯示\x20R²','order':'訂單','period':'時期','formulaColor':_0x54a675(0x210),'r2Color':_0x54a675(0x215)},'pareto':{'includeZeroValues':_0x54a675(0x26a)},'plotArea':{'label':_0x54a675(0x268),'manual':'手動','left':'左側(%)','top':_0x54a675(0x29a),'width':_0x54a675(0x231),'height':_0x54a675(0x2a2)},'bar':{'layout':_0x54a675(0x214),'gapWidth':_0x54a675(0x232),'overlap':_0x54a675(0x1fa)},'pie':{'mode':_0x54a675(0x234),'modeNormal':'一般','modePieOfPie':_0x54a675(0x1f3),'modeBarOfPie':_0x54a675(0x1dd),'splitType':_0x54a675(0x283),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x54a675(0x2a7),'customSelectedCountValue':'已選取\x20{0}\x20個資料點','positionCount':_0x54a675(0x258),'valueLessThan':_0x54a675(0x256),'percentageLessThan':_0x54a675(0x244),'secondarySize':'次要圖表大小','advancedLayout':_0x54a675(0x282),'connector':_0x54a675(0x293),'slices':'扇區','gapWidth':_0x54a675(0x275),'connectorColor':'連接線顏色','connectorWidth':_0x54a675(0x230),'connectorType':_0x54a675(0x1d2),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x54a675(0x278),'doughnutHole':_0x54a675(0x211),'startAngle':_0x54a675(0x1dc),'explosion':_0x54a675(0x1e5),'paddingAngle':_0x54a675(0x1ce),'halfPie':_0x54a675(0x20f),'rosePie':_0x54a675(0x1df),'labelLine':_0x54a675(0x29d)},'radar':{'shape':_0x54a675(0x219),'polygon':_0x54a675(0x1da),'fill':_0x54a675(0x233)},'funnel':{'gap':_0x54a675(0x280),'absoluteValues':'使用絕對值'},'heatmap':{'unit':_0x54a675(0x20d),'labels':'細胞標籤'},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':_0x54a675(0x1db),'valueSize':_0x54a675(0x22f),'rotateLabels':_0x54a675(0x224),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':'掩模圖像ID','repeat':_0x54a675(0x291),'cloud':'雲','rect':_0x54a675(0x24b),'cardioid':'心形','heart':'心','triangle-forward':_0x54a675(0x203),'pentagon':_0x54a675(0x1fd),'star':'明星'},'waterfall':{'styleTarget':_0x54a675(0x207),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':_0x54a675(0x20c),'connector':_0x54a675(0x293)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':'K\x20線狀態','open':_0x54a675(0x28e),'high':_0x54a675(0x1eb),'low':_0x54a675(0x221),'close':_0x54a675(0x1d5),'rising':'上漲','falling':'下跌','doji':_0x54a675(0x1d3),'bodyColor':_0x54a675(0x253),'fillOpacity':_0x54a675(0x202),'wickColor':_0x54a675(0x281),'wickWidth':_0x54a675(0x220),'wickOpacity':_0x54a675(0x1f4),'candleWidth':_0x54a675(0x299),'hollow':_0x54a675(0x225),'columnsError':'K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','series':'OHLC\x20數列'},'histogram':{'binGap':'組距','binningMode':'分檔模式','count':'計數','width':'寬度','binCount':'組數','binWidth':_0x54a675(0x249),'underflow':_0x54a675(0x266),'overflow':_0x54a675(0x222),'frequency':'頻數'},'treemap':{'parentLabelLayout':'父標籤佈局','banner':'橫幅','overlapping':'重疊','leafLabel':'葉子標籤','hierarchy':_0x54a675(0x243),'diagnostic':_0x54a675(0x28c)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x54a675(0x1ed),'moveUp':_0x54a675(0x292),'moveDown':_0x54a675(0x213),'removeHierarchy':'刪除階層欄位','centerLabel':_0x54a675(0x25b),'labelFormat':'標籤樣式','diagnostic':_0x54a675(0x227)},'gauge':{'scale':_0x54a675(0x236),'majorDivisions':_0x54a675(0x250),'minorDivisions':_0x54a675(0x205),'angles':'角度','endAngle':_0x54a675(0x1e9),'ranges':'範圍','rangeFrom':_0x54a675(0x24a),'rangeTo':_0x54a675(0x20a),'addRange':'添加範圍','removeRange':_0x54a675(0x228),'axisTick':_0x54a675(0x1ff),'splitLine':_0x54a675(0x25d),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x54a675(0x286),'pointerSlim':'纖細指針','template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':_0x54a675(0x272),'customized':'自訂','axisLabelNumberFormat':_0x54a675(0x1ec),'detailNumberFormat':'中心數值格式','emptyDiagnostic':_0x54a675(0x284),'mappingDiagnostic':_0x54a675(0x271),'configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'source':'來源','target':'目標','count':_0x54a675(0x208),'node':'節點','ribbon':_0x54a675(0x20e),'clockwise':_0x54a675(0x251),'padAngle':'間隔角度','minAngle':'最小角度','innerRadius':_0x54a675(0x235),'outerRadius':_0x54a675(0x242),'invalidRadii':_0x54a675(0x29c),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x54a675(0x21f),'self':_0x54a675(0x23c),'emptyDiagnostic':_0x54a675(0x263),'mappingDiagnostic':_0x54a675(0x26e),'configDiagnostic':_0x54a675(0x23b),'associatedValue':_0x54a675(0x265)},'common':{'category':'類別','seriesName':'系列名稱','value':'數值','percentage':_0x54a675(0x2a9),'borderColor':_0x54a675(0x1ea),'labelContent':_0x54a675(0x239),'labelPosition':_0x54a675(0x200),'dataLabels':_0x54a675(0x223),'chartType':_0x54a675(0x29b),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x54a675(0x2a1),'chartAndAxisTitles':_0x54a675(0x201),'legend':'圖例','chartTitle':_0x54a675(0x209),'subtitle':_0x54a675(0x22c),'series':'系列','dataPoint':_0x54a675(0x25c),'trendline':_0x54a675(0x206),'horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x54a675(0x2a4),'layout':_0x54a675(0x1f5),'arrow':'箭頭','axisLabels':_0x54a675(0x24d),'currency':'貨幣','date':'日期','displayName':_0x54a675(0x1e6),'emphasis':'強調','heatmap':_0x54a675(0x279),'lineColor':_0x54a675(0x257),'lineWidth':'線寬','min':_0x54a675(0x1e3),'max':_0x54a675(0x246),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x54a675(0x218),'center':'置中','right':_0x54a675(0x1f6)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x54a675(0x28a),'font':'字體','none':'無','transparent':'透明','numberFormat':_0x54a675(0x1d4),'borderWidth':_0x54a675(0x26b),'borderType':'邊框類型','lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x54a675(0x27c),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x54a675(0x1dc),'valueField':_0x54a675(0x27a),'categoryName':'類別名稱','ownValue':_0x54a675(0x25e),'children':'子項','label':'標籤','editChart':_0x54a675(0x2a3),'deleteChart':_0x54a675(0x24e),'insertChart':_0x54a675(0x27d),'insertChartFailed':'插入圖表失敗','openChartPanel':_0x54a675(0x21e),'hideChartPanel':'隱藏圖表面板','exportImage':_0x54a675(0x287),'copy':'複製','setup':_0x54a675(0x1e4),'customize':'自訂圖表','data':'資料','tableDataEmpty':_0x54a675(0x2a6),'dataRange':_0x54a675(0x28f),'editData':_0x54a675(0x255),'inlineData':_0x54a675(0x2a8),'switchRowColumn':_0x54a675(0x29f),'useAsCategoryLabels':_0x54a675(0x288),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x54a675(0x1e0),'addRow':'新增行','addColumn':_0x54a675(0x1d8)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x54a675(0x1cf),'gridline':'網格線','tick':_0x54a675(0x1ff),'mark':'標記','dataLabel':_0x54a675(0x223)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':'標籤文字','titleText':_0x54a675(0x237)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};export{e as default};function _0x4b47(_0x2c06fd,_0xe95ee5){_0x2c06fd=_0x2c06fd-0x1cb;const _0x3fb297=_0x3fb2();let _0x4b47f9=_0x3fb297[_0x2c06fd];return _0x4b47f9;}function _0x3fb2(){const _0x37b69c=['空心圓形','折線圖\x20/\x20面積圖','開啟圖表面板','相鄰節點','影線寬度','最低價','溢出閾值','資料標籤','旋轉標籤','空心\x20K\x20線','排列圖','旭日圖至少需要一個階層欄位和一個數值欄位。','刪除範圍','千分位符','組合圖','橫軸標題','副標題','和弦圖','175IolaXh','按值調整節點大小','連接線寬度','寬度(%)','分類間距(%)','區域填充','圖表形態','內半徑','刻度範圍','標題文字','顯示公式','標籤內容','將標籤視為日期','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','目前節點','字體大小','圓角矩形','儀表板','小數位數','2431850JbGTeb','外半徑','階層欄位','百分比小於','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','最大值','多項式','刪除趨勢線','組距寬度','起始值','長方形','堆疊面積圖','軸標籤','刪除圖表','折線圖','主刻度數','順時針','常規格式不包含任何特定的數字格式。','燭身顏色','漸變填充','編輯資料','數值小於','線條顏色','次要圖表資料點數','漏斗圖','條形圖','中心總計','資料點','分隔線','自身值','日期格式將日期和時間系列數值顯示為日期值。','來源格式','貨幣類型','120riUJZb','弦圖至少需要兩個不同節點之間的一條正權重關係。','刻度線顏色','關聯值','下溢閾值','直方圖','繪圖區','儀表圖','包括零值','邊框寬度','設定標籤格式','刻度位置','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','無效值','刪除資料點','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','進階設定','視為零','自訂格式','主要與次要圖表間距','1903231CvWpPW','縱軸標題','數值縮放','熱力圖','數值欄位','標籤文字顏色','三角形','插入圖表','旭日圖','正文字體大小','專案差距','影線顏色','進階版面配置','分割依據','儀表圖至少需要一個有限數值。','背景顏色','經典指針','匯出圖片','使用\x20{0}\x20作為類別','日期類型','透明度','網格線寬度','矩形樹圖至少需要一個階層欄位和一個數值欄位。','空心三角形','開盤價','資料範圍','刻度長度','重複單字','向上移動階層欄位','連接線','1480320HosIMJ','面積圖','空心圓角矩形','網格線顏色','百分比堆疊\x20·\x20柱狀圖','燭身寬度','頂部(%)','圖表類型','內半徑必須小於外半徑。','標籤線','指示線','切換列或欄','樹狀圖','圖表樣式','高度(%)','編輯圖表','右縱軸','空心針形','表格資料為空','自訂分割','內嵌資料','百分比','散點圖','標籤旋轉','移動平均線','切片間距','軸標題','776436kdjBuP','網格線和刻度線','連接線類型','十字線','數字格式','收盤價','桑基圖','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','新增欄目','百分比堆疊條形圖','多邊形','節點形狀','起始角度','複合餅圖','包裹圖例','玫瑰派','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','添加趨勢線','空心正方形','最小值','設定圖表','扇區分離(%)','顯示名稱','邊框透明度','4977261hjGstA','結束角度','邊框顏色','最高價','軸標籤數字格式','新增階層','關係圖','3908oWjmpN','146992dPutvU','氣泡圖','指示線顏色','子母餅圖','影線不透明度','版面配置','右對齊','瀑布圖','反轉軸','視覺圖','系列重疊(%)','環形圖','指示線類型','五角大廈','選擇方式','刻度線','標籤位置','圖表與座標軸標題','填滿不透明度','前三角','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','每個主刻度的次刻度數','趨勢線','樣式目標','關係數','圖表標題','結束值','連接數據點','使用小計','價值單位','連接帶','半圓餅圖','配方顏色','甜甜圈洞','70MTdukp','向下移動階層欄位','柱形間距','R²顏色','標題類型','8sDIiqh','左對齊','雷達形狀','長條圖系列','預設顏色'];_0x3fb2=function(){return _0x37b69c;};return _0x3fb2();}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IChartDataSourceRuntimeState, IResourceRefChartDataSourceReference } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export type ChartDataSourceEditorMode = 'inline' | 'referenced';
|
|
4
|
+
export interface IChartReferencedDataSourceEditorProps {
|
|
5
|
+
initialSource?: IResourceRefChartDataSourceReference;
|
|
6
|
+
inlineContent: ReactNode;
|
|
7
|
+
mode: ChartDataSourceEditorMode;
|
|
8
|
+
onModeChange: (mode: ChartDataSourceEditorMode) => void;
|
|
9
|
+
onPreviewChange: (source: IResourceRefChartDataSourceReference | null, state: IChartDataSourceRuntimeState) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function ChartReferencedDataSourceEditor(props: IChartReferencedDataSourceEditorProps): import("react").JSX.Element;
|
|
@@ -151,10 +151,6 @@ export declare const CHART_TYPE_CATALOG: readonly [{
|
|
|
151
151
|
readonly value: ChartTypeBits.Chord;
|
|
152
152
|
readonly iconName: "ChordChartIcon";
|
|
153
153
|
}];
|
|
154
|
-
export type IStaticChartTypeCatalogEntry = Exclude<typeof CHART_TYPE_CATALOG[number], {
|
|
155
|
-
labelId: 'columnStacked' | 'columnPercentStacked' | 'donut';
|
|
156
|
-
}>;
|
|
157
|
-
export declare const STATIC_CHART_TYPE_CATALOG: IStaticChartTypeCatalogEntry[];
|
|
158
154
|
export type ChartTypeLabelId = typeof CHART_TYPE_CATALOG[number]['labelId'];
|
|
159
155
|
export type IChartTypeCatalogEntry = typeof CHART_TYPE_CATALOG[number];
|
|
160
156
|
export declare const chartTypeToIcon: Partial<Record<ChartTypeBits, ReactNode>>;
|
|
@@ -8,6 +8,7 @@ export interface IChartColorFieldProps {
|
|
|
8
8
|
onChange: (value: string | null) => void;
|
|
9
9
|
pickerFallbackValue: string;
|
|
10
10
|
resetLabel?: ReactNode;
|
|
11
|
+
transparentLabel?: ReactNode;
|
|
11
12
|
value: string | null;
|
|
12
13
|
}
|
|
13
14
|
export declare function ChartColorField(props: IChartColorFieldProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { PieSecondaryPlotType } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { IChartSelectOption } from '../../components/ChartTypeOptions';
|
|
3
|
+
import { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
4
|
+
interface IChartTypeFieldPieState {
|
|
5
|
+
composite?: {
|
|
6
|
+
enabled?: boolean | null;
|
|
7
|
+
secondaryPlot?: {
|
|
8
|
+
type?: PieSecondaryPlotType | null;
|
|
9
|
+
} | null;
|
|
10
|
+
} | null;
|
|
11
|
+
}
|
|
12
|
+
export interface IChartTypeFieldState {
|
|
13
|
+
setValue: (value: string) => ChartTypeBits;
|
|
14
|
+
value: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function useChartTypeState(defaultValue?: ChartTypeBits): [ChartTypeBits, (value: ChartTypeBits) => void];
|
|
17
|
+
/** Resolves the selector value from composite Pie configuration to identify Pie-of-Pie and Bar-of-Pie types. */
|
|
18
|
+
export declare function resolveChartTypeFieldValue(chartType: ChartTypeBits, pie: IChartTypeFieldPieState | null | undefined, options: readonly IChartSelectOption[]): string;
|
|
19
|
+
export declare function useChartTypeFieldState(options: readonly IChartSelectOption[]): IChartTypeFieldState;
|
|
20
|
+
export {};
|
|
@@ -71,7 +71,7 @@ export declare const CHART_OPACITY_RANGE: {
|
|
|
71
71
|
readonly min: 0;
|
|
72
72
|
readonly step: 0.1;
|
|
73
73
|
};
|
|
74
|
-
export declare const CHART_PIE_HOLE_VALUES: readonly [0, 0.25,
|
|
74
|
+
export declare const CHART_PIE_HOLE_VALUES: readonly [0, 0.25, number, 0.75];
|
|
75
75
|
export declare function buildChartAxisLabelRotationOptions(): {
|
|
76
76
|
label: string;
|
|
77
77
|
value: string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { IChartImageExportOptions } from '@univerjs-pro/chart-ui';
|
|
2
|
+
import { FChart } from '@univerjs-pro/engine-chart/facade';
|
|
3
|
+
export interface IFChartUIMixin<TChart = FChart<never>> {
|
|
4
|
+
/**
|
|
5
|
+
* Exports this Chart through its host UI renderer.
|
|
6
|
+
* @returns {Promise<string | undefined>} The rendered image data URL, or `undefined` when the host has no exportable UI image.
|
|
7
|
+
* @example
|
|
8
|
+
* ```ts
|
|
9
|
+
* const fWorkbook = univerAPI.getActiveWorkbook();
|
|
10
|
+
* const fWorksheet = fWorkbook.getSheetByName('Sheet1');
|
|
11
|
+
* const chart = fWorksheet.getCharts()[0];
|
|
12
|
+
* const defaultPng = await chart?.exportImage();
|
|
13
|
+
* const svg = await chart?.exportImage({ format: 'svg' });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
exportImage(this: TChart, options?: IChartImageExportOptions): Promise<string | undefined>;
|
|
17
|
+
}
|
|
18
|
+
declare module '@univerjs-pro/engine-chart/facade' {
|
|
19
|
+
interface FChart<TSource, TDataSource, TInfo, TExtension> extends IFChartUIMixin<FChart<TSource, TDataSource, TInfo, TExtension>> {
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -19,20 +19,6 @@ export declare const CHART_ELEMENT_FLOAT_MENU_STATE_KEYS: {
|
|
|
19
19
|
readonly PARETO: ChartViewStateKey.Pareto;
|
|
20
20
|
readonly AXES: ChartViewStateKey.Axes;
|
|
21
21
|
};
|
|
22
|
-
export declare const CHART_ELEMENT_FLOAT_MENU_CLASS_NAMES: {
|
|
23
|
-
readonly ROOT: "\n univer-inline-flex univer-h-fit univer-w-fit univer-max-w-[760px] univer-flex-col univer-items-start\n univer-gap-1.5 univer-rounded-md univer-bg-white univer-px-3 univer-py-2\n univer-text-sm univer-text-gray-900\n univer-shadow-md\n dark:!univer-bg-gray-900 dark:!univer-text-white\n ";
|
|
24
|
-
readonly TITLE: "\n univer-whitespace-nowrap univer-text-sm univer-font-medium univer-text-gray-900\n dark:!univer-text-gray-100\n ";
|
|
25
|
-
readonly BODY: "univer-inline-flex univer-w-max univer-flex-col univer-items-start univer-gap-1.5";
|
|
26
|
-
readonly ROW: "univer-flex univer-w-max univer-items-center univer-gap-2";
|
|
27
|
-
readonly ROW_FULL: "univer-w-full";
|
|
28
|
-
readonly CONTROL_WRAPPER: "univer-w-36 univer-shrink-0";
|
|
29
|
-
readonly MARK_COLOR_WRAPPER: "univer-w-8";
|
|
30
|
-
readonly INLINE_FONT_CONTROLS: "univer-inline-flex univer-w-max univer-items-center univer-gap-1.5";
|
|
31
|
-
readonly PANEL_SELECT: "!univer-h-8 univer-w-full univer-text-sm";
|
|
32
|
-
readonly MULTIPLE_SELECT_WRAPPER: "univer-w-52";
|
|
33
|
-
readonly TEXT_INPUT: "!univer-h-7 !univer-w-full";
|
|
34
|
-
readonly NUMBER_INPUT: "!univer-h-7 univer-w-20";
|
|
35
|
-
};
|
|
36
22
|
export declare const CHART_ELEMENT_FLOAT_MENU_LOCALE_KEYS: {
|
|
37
23
|
readonly MENU_TITLE: {
|
|
38
24
|
readonly CHART: "chart-ui.floatMenu.menuTitle.chart";
|
package/lib/types/index.d.ts
CHANGED
|
@@ -9,8 +9,10 @@ export { ChartEditBlockTitle, ChartEditPanel, ChartEditPanelTabs, ChartSectionAc
|
|
|
9
9
|
export type { IChartEditBlockTitleProps, IChartEditPanelProps, IChartEditPanelTabItem, IChartEditPanelTabsProps, IChartSectionAccordionContentProps, IChartSectionAccordionItemProps, IChartSectionAccordionProps, IChartSectionAccordionTriggerProps, } from './components/ChartEditPanel';
|
|
10
10
|
export { appendInlineTableColumn, appendInlineTableRow, applyInlineTablePaste, ChartInlineTableEditor, coerceInlineTableCell, compactInlineTableValues, normalizeInlineTableValues, } from './components/ChartInlineTableEditor';
|
|
11
11
|
export type { ChartInlineCellValue, IChartInlineTableEditorProps, } from './components/ChartInlineTableEditor';
|
|
12
|
-
export {
|
|
13
|
-
export type {
|
|
12
|
+
export { ChartReferencedDataSourceEditor } from './components/ChartReferencedDataSourceEditor';
|
|
13
|
+
export type { ChartDataSourceEditorMode, IChartReferencedDataSourceEditorProps, } from './components/ChartReferencedDataSourceEditor';
|
|
14
|
+
export { buildChartThemeSelectOptions, buildChartTypeSelectOptions, CHART_TYPE_CATALOG, chartBorderWidthValues, chartLinePointSizeValues, chartOpacityValues, chartTickLengthValues, chartTickWidthValues, chartTypeToIcon, createPercentOptions, createPxOptions, } from './components/ChartTypeOptions';
|
|
15
|
+
export type { ChartTypeLabelId, IChartPrimitiveOption, IChartSelectOption, IChartTypeCatalogEntry, IChartTypeOption, } from './components/ChartTypeOptions';
|
|
14
16
|
export { ColorPickerControl } from './components/ColorPickerControl';
|
|
15
17
|
export type { IColorPickerControlProps } from './components/ColorPickerControl';
|
|
16
18
|
export { DropdownSelector } from './components/DropdownSelector';
|
|
@@ -25,6 +27,8 @@ export { ChartEditorProvider } from './editor/ChartEditorProvider';
|
|
|
25
27
|
export { ChartColorField } from './editor/components/ChartColorField';
|
|
26
28
|
export type { IChartColorFieldProps } from './editor/components/ChartColorField';
|
|
27
29
|
export { useChartEditorChartType, useChartEditorHasRightAxis } from './editor/hooks/use-chart-editor-model';
|
|
30
|
+
export { resolveChartTypeFieldValue, useChartTypeFieldState, useChartTypeState, } from './editor/hooks/use-chart-type-state';
|
|
31
|
+
export type { IChartTypeFieldState } from './editor/hooks/use-chart-type-state';
|
|
28
32
|
export { resolveChartEditPanelRoute } from './editor/routing/chart-edit-panel-route';
|
|
29
33
|
export type { IChartEditPanelRoute } from './editor/routing/chart-edit-panel-route';
|
|
30
34
|
export type { IChartPanelRouteState, IChartSelectedElementState } from './editor/routing/chart-edit-panel-route';
|
|
@@ -78,6 +82,8 @@ export { ChartEditPanelSection, ChartEditPanelTab } from './float-menu/types';
|
|
|
78
82
|
export type { ChartElementConfigTarget, ChartMarkDirectEditTarget, ChartMarkPanelTarget, IChartElementFloatMenuAdapter, IChartElementFloatMenuAdapterRegistry, IChartElementFloatMenuContext, } from './float-menu/types';
|
|
79
83
|
export { UniverChartUIPlugin } from './plugin';
|
|
80
84
|
export { ChartHostAdapter, IChartHostAdapter } from './services/chart-host-adapter';
|
|
85
|
+
export { ChartImageExportService } from './services/chart-image-export.service';
|
|
86
|
+
export type { IChartImageExportOptions, IChartImageExportProvider, IChartImageExportTarget } from './services/chart-image-export.service';
|
|
81
87
|
export { ChartSnapshotQueue } from './services/chart-snapshot-queue';
|
|
82
88
|
export type { IChartSnapshotEntry, IChartSnapshotInvalidation, IChartSnapshotInvalidationOptions, IChartSnapshotRenderer, IChartSnapshotRequest, IChartSnapshotRuntimeProvider, } from './services/chart-snapshot-queue';
|
|
83
89
|
export { ChartUIService, IChartUIService } from './services/chart-ui.service';
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
declare const locale: {
|
|
2
2
|
'chart-ui': {
|
|
3
|
+
dataSource: {
|
|
4
|
+
inlineMode: string;
|
|
5
|
+
referencedMode: string;
|
|
6
|
+
sourceType: string;
|
|
7
|
+
};
|
|
3
8
|
editor: {
|
|
4
9
|
defaultColor: string;
|
|
5
10
|
fontSize: string;
|
|
@@ -154,6 +159,7 @@ declare const locale: {
|
|
|
154
159
|
};
|
|
155
160
|
trendline: {
|
|
156
161
|
add: string;
|
|
162
|
+
remove: string;
|
|
157
163
|
type: string;
|
|
158
164
|
linear: string;
|
|
159
165
|
exponential: string;
|
|
@@ -445,6 +451,7 @@ declare const locale: {
|
|
|
445
451
|
opacity: string;
|
|
446
452
|
font: string;
|
|
447
453
|
none: string;
|
|
454
|
+
transparent: string;
|
|
448
455
|
numberFormat: string;
|
|
449
456
|
borderWidth: string;
|
|
450
457
|
borderType: string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { ChartImageExportFormat } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { IDisposable } from '@univerjs/core';
|
|
3
|
+
import { Disposable } from '@univerjs/core';
|
|
4
|
+
export interface IChartImageExportOptions {
|
|
5
|
+
format?: ChartImageExportFormat;
|
|
6
|
+
}
|
|
7
|
+
export interface IChartImageExportTarget {
|
|
8
|
+
/** Stable host unit identifier when the renderer requires host context. */
|
|
9
|
+
readonly unitId?: string;
|
|
10
|
+
/** Stable host sub-unit identifier when the renderer requires host context. */
|
|
11
|
+
readonly subUnitId?: string;
|
|
12
|
+
/** Returns the stable Chart identifier. */
|
|
13
|
+
getId(): string;
|
|
14
|
+
}
|
|
15
|
+
/** UI-owned image-export implementation for one Chart host. */
|
|
16
|
+
export interface IChartImageExportProvider {
|
|
17
|
+
/** Returns whether this provider owns the supplied Chart facade. */
|
|
18
|
+
supports(chart: IChartImageExportTarget): boolean;
|
|
19
|
+
/** Exports the supplied Chart through the host's existing UI renderer. */
|
|
20
|
+
exportImage(chart: IChartImageExportTarget, options?: IChartImageExportOptions): Promise<string | undefined>;
|
|
21
|
+
}
|
|
22
|
+
/** Routes Chart image export to the UI renderer owned by the Chart host. */
|
|
23
|
+
export declare class ChartImageExportService extends Disposable {
|
|
24
|
+
private readonly _providers;
|
|
25
|
+
/** Registers one host UI image-export provider. */
|
|
26
|
+
register(provider: IChartImageExportProvider): IDisposable;
|
|
27
|
+
/** Exports a Chart through the first matching host UI provider. */
|
|
28
|
+
exportImage(chart: IChartImageExportTarget, options?: IChartImageExportOptions): Promise<string | undefined>;
|
|
29
|
+
dispose(): void;
|
|
30
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { IReferencedUnitViewerSession } from '@univerjs-pro/embed-unit-ui';
|
|
2
|
+
import type { IResourceRefChartDataSourceReference } from '@univerjs-pro/engine-chart';
|
|
3
|
+
import type { IDisposable } from '@univerjs/core';
|
|
4
|
+
import { IReferencedUnitCatalogService } from '@univerjs-pro/embed';
|
|
5
|
+
export interface IChartReferencedDataSourceBindingOptions {
|
|
6
|
+
initialSource?: IResourceRefChartDataSourceReference;
|
|
7
|
+
onDataSourceChange(source: IResourceRefChartDataSourceReference): void;
|
|
8
|
+
}
|
|
9
|
+
export declare class ChartReferencedDataSourceBindingService {
|
|
10
|
+
private readonly _catalog;
|
|
11
|
+
constructor(_catalog: IReferencedUnitCatalogService);
|
|
12
|
+
bind(session: IReferencedUnitViewerSession, options: IChartReferencedDataSourceBindingOptions): IDisposable;
|
|
13
|
+
}
|