@univerjs-pro/chart-ui 1.0.0-beta.0 → 1.0.0-beta.1
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/editor/components/ChartColorField.d.ts +1 -0
- package/lib/types/editor/hooks/use-chart-type-state.d.ts +19 -0
- package/lib/types/facade/f-chart.d.ts +19 -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 +6 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/services/chart-image-export.service.d.ts +26 -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 +21 -7
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 _0x4c7a4f=_0x4a36;function _0x40c6(){const _0x552849=['断开线条','父级标签布局','无效值','叶节点标签','中心总计','左侧(%)','空心箭头','样式目标','删除图表','显示公式','新增列','会计数字格式可对一列数值进行货币符号和小数点对齐。','11083168dXykMo','指示线颜色','扇区间距','结束值','导出图片','高度(%)','箱线图','数字格式','堆叠条形图','累积占比系列','堆叠面积图','柱状图系列','柱形间距','瀑布图','默认颜色','相邻节点','图表标题','下溢阈值','十字线','百分比小于','和弦图','已选择\x20{0}\x20个数据点','漏斗图','趋势线','1NVzbxs','成员数','7482765NEoRGP','经典指针','高级设置','环形图','数值小于','弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','仪表图','主刻度数','顺时针','旋转标签','层级字段','百分比','排列方式','主次图间距','添加层级','蒙版图片\x20ID','类别名称','上移层级字段','空心菱形','折线图','编辑图表','反转坐标轴','直方图','影线宽度','上溢阈值','边框宽度','轴标签','标签背景','视觉映射','标题文本','OHLC\x20系列','最小值','百分比堆叠','货币类型','自定义格式','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','每个主刻度的次刻度数','排列图','复制数据源','左对齐','柱间距','小数位数','连接线宽度','包含零值','删除数据点','9WOCFvK','标签文本','矩形树图至少需要一个层级字段和一个数值字段。','内联数据','影线透明度','标签引导线','箱数量','刻度宽度','关系图','气泡图','1681392RfTgdd','平滑线','横轴标题','旭日图','仪表图至少需要一个有限数值。','来源类型','心形线','线条样式','2687280cfYFZo','子母饼图','高级布局','百分比堆叠条形图','网格线宽度','坐标轴','添加趋势线','移除层级字段','扇区分离(%)','格式类型','轴线颜色','空心圆形','关联值','数据点大小','数值缩放','蜡烛状态','组合图','按数值调整节点大小','自定义拆分','仪表图需要一个标签字段且只能有一个数值字段。','图表形态','刻度颜色','数据点颜色','轴线宽度','雷达形状','删除区间','数值字段','标签位置','类型与数据','正文字号','网格线','仪表盘','词云图','2274hLiOGy','轴标签数字格式','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','标题类型','宽度(%)','次图数据点数','下移层级字段','正三角形','切换行列','连接线','日期类型','系列重叠(%)','4470285sxIrKV','空心蜡烛','显示\x20R²','边框类型','数据标签','副标题','区域填充','标签文字颜色','旭日图至少需要一个层级字段和一个数值字段。','R²\x20颜色','空心圆角矩形','刻度长度','选择模式','标签旋转','渐变填充','轴标题','蜡烛宽度','多项式','起始值','多边形','拆分依据','数据点形状','刻度位置','使用小计','日期格式将日期和时间系列数值品示为日期值。','弦图至少需要两个不同节点之间的一条正权重关系。','使用绝对值','连接线颜色','重复词语','网格线颜色','实体颜色','数值单位','表格数据为空。','起始角度','旋转角度','空心三角形','移动平均','设置标签格式','4123cTYKww','阶梯线','透明度','雷达图','节点形状','正文颜色','半圆饼图','24703790pSsyJO','图表样式','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','右对齐','网格线和刻度线','关系计数','连接线类型','将\x20{0}\x20作为类别','公式颜色','散点图','分段区间','K\x20线图','最小角度','单元格标签','分隔线','边框颜色','空心正方形','力导向','修改数据','无法插入图表。','三角形','间隔角度','科学计数','空心矩形','复合饼图','刻度线','强调效果','刻度范围','项目间距','面积图','图例换行','纵轴标题','插入图表','数据点','柱状图','圆角矩形','次图大小'];_0x40c6=function(){return _0x552849;};return _0x40c6();}(function(_0x226974,_0x3cddc4){const _0x49429a=_0x4a36,_0x3ed451=_0x226974();while(!![]){try{const _0x15bb3b=-parseInt(_0x49429a(0x127))/0x1*(parseInt(_0x49429a(0x160))/0x2)+-parseInt(_0x49429a(0x195))/0x3+parseInt(_0x49429a(0x168))/0x4+-parseInt(_0x49429a(0x129))/0x5+parseInt(_0x49429a(0x189))/0x6*(parseInt(_0x49429a(0xd7))/0x7)+-parseInt(_0x49429a(0x10f))/0x8*(-parseInt(_0x49429a(0x156))/0x9)+parseInt(_0x49429a(0xde))/0xa;if(_0x15bb3b===_0x3cddc4)break;else _0x3ed451['push'](_0x3ed451['shift']());}catch(_0x2ab112){_0x3ed451['push'](_0x3ed451['shift']());}}}(_0x40c6,0xe175a));const e={'chart-ui':{'dataSource':{'inlineMode':'内联','referencedMode':'引用','sourceType':_0x4c7a4f(0x165)},'editor':{'defaultColor':_0x4c7a4f(0x11d),'fontSize':'字号'},'setup':{'stack':'堆叠','percentStacked':_0x4c7a4f(0x149)},'chartTypes':{'line':_0x4c7a4f(0x13c),'column':_0x4c7a4f(0x100),'columnStacked':'堆叠\x20·\x20柱状图','columnPercentStacked':'百分比堆叠\x20·\x20柱状图','bar':'条形图','barStacked':_0x4c7a4f(0x117),'barPercentStacked':_0x4c7a4f(0x16b),'pie':'饼图','donut':_0x4c7a4f(0x12c),'pieOfPie':'子母饼图','barOfPie':_0x4c7a4f(0xf6),'area':_0x4c7a4f(0xfb),'areaStacked':_0x4c7a4f(0x119),'areaPercentStacked':'百分比堆叠面积图','radar':_0x4c7a4f(0xda),'scatter':_0x4c7a4f(0xe7),'combination':_0x4c7a4f(0x178),'wordCloud':_0x4c7a4f(0x188),'funnel':_0x4c7a4f(0x125),'bubble':_0x4c7a4f(0x15f),'relation':_0x4c7a4f(0x15e),'waterfall':'瀑布图','pareto':_0x4c7a4f(0x14e),'sankey':'桑基图','heatmap':'热力图','boxplot':_0x4c7a4f(0x115),'candlestick':_0x4c7a4f(0xe9),'histogram':_0x4c7a4f(0x13f),'treemap':'矩形树图','sunburst':_0x4c7a4f(0x163),'gauge':_0x4c7a4f(0x187),'chord':_0x4c7a4f(0x123)},'section':{'waterfall':_0x4c7a4f(0x11c),'paretoBar':_0x4c7a4f(0x11a),'paretoLine':_0x4c7a4f(0x118),'pie':'饼图','wordCloud':'词云','radar':_0x4c7a4f(0xda),'funnel':_0x4c7a4f(0x125),'relation':'关系图','lineAndArea':'折线图\x20/\x20面积图','gridlinesAndTicks':_0x4c7a4f(0xe2),'indicatorLine':'指示线','candlestick':'烛台图','histogram':_0x4c7a4f(0x13f),'treemap':'树状图','sunburst':_0x4c7a4f(0x163),'gauge':_0x4c7a4f(0x12f),'chord':_0x4c7a4f(0x123)},'presentation':{'backgroundColor':'背景颜色','theme':'主题','gradientFill':_0x4c7a4f(0x1a3),'bodyFontSize':_0x4c7a4f(0x185),'bodyFontColor':_0x4c7a4f(0xdc),'titleType':_0x4c7a4f(0x18c),'horizontalAxisTitle':_0x4c7a4f(0x162),'verticalAxisTitle':_0x4c7a4f(0xfd),'rightVerticalAxisTitle':'右纵轴标题','wrap':_0x4c7a4f(0xfc),'selectMode':_0x4c7a4f(0x1a1),'visualMapType':_0x4c7a4f(0x145),'align':'对齐'},'numberFormat':{'source':'源格式','number':'数值','scientific':_0x4c7a4f(0xf4),'custom':_0x4c7a4f(0x14b),'preview':'预览','generalType':'常规','accountingType':'会计','thousandsType':'千分位符','formatTypes':_0x4c7a4f(0x171),'generalDesc':'常规格式不包含任何特定的数字格式。','accountingDesc':_0x4c7a4f(0x10e),'currencyDesc':_0x4c7a4f(0x14c),'dateDesc':_0x4c7a4f(0xc9),'thousandsDesc':_0x4c7a4f(0x18b),'decimalPlaces':_0x4c7a4f(0x152),'currencyTypes':_0x4c7a4f(0x14a),'negativeNumberTypes':'负数类型','dateTypes':_0x4c7a4f(0x193),'setFormat':_0x4c7a4f(0xd6)},'series':{'allSeries':'全部系列','aggregate':'聚合','rightAxis':'右轴','borderOpacity':'边框透明度','solid':'实线','pointShape':_0x4c7a4f(0xc6),'pointSize':_0x4c7a4f(0x175),'pointColor':_0x4c7a4f(0x17e),'removeDataPoint':_0x4c7a4f(0x155),'square':'方形','rect':'矩形','roundRect':_0x4c7a4f(0x101),'pin':'钉形','emptyCircle':_0x4c7a4f(0x173),'emptySquare':_0x4c7a4f(0xee),'emptyTriangle':_0x4c7a4f(0xd4),'emptyDiamond':_0x4c7a4f(0x13b),'emptyRect':_0x4c7a4f(0xf5),'emptyRoundRect':_0x4c7a4f(0x19f),'emptyPin':'空心钉形','emptyArrow':_0x4c7a4f(0x109)},'lineAndArea':{'lineStyle':_0x4c7a4f(0x167),'line':'直线','smooth':_0x4c7a4f(0x161),'step':_0x4c7a4f(0xd8),'invalidValues':_0x4c7a4f(0x105),'breakLine':_0x4c7a4f(0x103),'connect':'连接数据点','zero':'按零处理'},'axis':{'target':_0x4c7a4f(0x16d),'useDateAxis':'将标签视为日期','lineColor':_0x4c7a4f(0x172),'lineWidth':_0x4c7a4f(0x17f),'labelRotation':_0x4c7a4f(0x1a2),'reverse':_0x4c7a4f(0x13e),'gridlineVisible':_0x4c7a4f(0x186),'gridlineColor':_0x4c7a4f(0xce),'gridlineWidth':_0x4c7a4f(0x16c),'tickVisible':_0x4c7a4f(0xf7),'tickLength':_0x4c7a4f(0x1a0),'tickWidth':_0x4c7a4f(0x15d),'tickColor':_0x4c7a4f(0x17d),'tickPosition':_0x4c7a4f(0xc7)},'indicator':{'lineColor':_0x4c7a4f(0x110),'lineType':'指示线类型','labelBackground':_0x4c7a4f(0x144),'labelText':_0x4c7a4f(0x19c)},'trendline':{'add':_0x4c7a4f(0x16e),'type':'类型','linear':'线性','exponential':'指数','logarithmic':'对数','polynomial':_0x4c7a4f(0x1a6),'power':'幂','movingAverage':_0x4c7a4f(0xd5),'showFormula':_0x4c7a4f(0x10c),'showR2':_0x4c7a4f(0x197),'order':'阶数','period':'周期','formulaColor':_0x4c7a4f(0xe6),'r2Color':_0x4c7a4f(0x19e)},'pareto':{'includeZeroValues':_0x4c7a4f(0x154)},'plotArea':{'label':'绘图区','manual':'手动','left':_0x4c7a4f(0x108),'top':'顶部(%)','width':_0x4c7a4f(0x18d),'height':_0x4c7a4f(0x114)},'bar':{'layout':_0x4c7a4f(0x11b),'gapWidth':'分类间距(%)','overlap':_0x4c7a4f(0x194)},'pie':{'mode':_0x4c7a4f(0x17c),'modeNormal':'常规','modePieOfPie':_0x4c7a4f(0x169),'modeBarOfPie':_0x4c7a4f(0xf6),'splitType':_0x4c7a4f(0x1a9),'splitAuto':'自动','splitPosition':'位置','splitCustom':'自定义','customSelectedCount':_0x4c7a4f(0x17a),'customSelectedCountValue':_0x4c7a4f(0x124),'positionCount':_0x4c7a4f(0x18e),'valueLessThan':_0x4c7a4f(0x12d),'percentageLessThan':_0x4c7a4f(0x122),'secondarySize':_0x4c7a4f(0x102),'advancedLayout':_0x4c7a4f(0x16a),'connector':'连接线','slices':'扇区','gapWidth':_0x4c7a4f(0x136),'connectorColor':_0x4c7a4f(0xcc),'connectorWidth':_0x4c7a4f(0x153),'connectorType':_0x4c7a4f(0xe4),'aggregateOther':'其他','aggregateMembers':_0x4c7a4f(0x128),'doughnutHole':'圆环内径','startAngle':'起始角度','explosion':_0x4c7a4f(0x170),'valueScale':_0x4c7a4f(0x176),'paddingAngle':_0x4c7a4f(0x111),'halfPie':_0x4c7a4f(0xdd),'rosePie':'玫瑰图','labelLine':_0x4c7a4f(0x15b)},'radar':{'shape':_0x4c7a4f(0x180),'polygon':_0x4c7a4f(0x1a8),'fill':_0x4c7a4f(0x19b)},'funnel':{'gap':_0x4c7a4f(0xfa),'absoluteValues':_0x4c7a4f(0xcb)},'heatmap':{'unit':_0x4c7a4f(0xd0),'labels':_0x4c7a4f(0xeb)},'relation':{'nodes':'节点','interaction':'交互','edgeLength':'边长','circular':'环形','force':_0x4c7a4f(0xef),'nodeShape':_0x4c7a4f(0xdb),'valueSize':_0x4c7a4f(0x179),'rotateLabels':_0x4c7a4f(0x132),'gravity':'引力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x4c7a4f(0x138),'repeat':_0x4c7a4f(0xcd),'cloud':'云朵','rect':'矩形','cardioid':_0x4c7a4f(0x166),'heart':'心形','triangle-forward':_0x4c7a4f(0x190),'pentagon':'五边形','star':'星形'},'waterfall':{'styleTarget':_0x4c7a4f(0x10a),'positive':'正值','negative':'负值','stackType':_0x4c7a4f(0x135),'arrangement':'瀑布排列','subtotal':'小计','includeSubtotal':_0x4c7a4f(0xc8),'connector':_0x4c7a4f(0x192)},'candlestick':{'candle':'蜡烛','body':'实体','wick':'影线','state':_0x4c7a4f(0x177),'open':'开盘','high':'最高','low':'最低','close':'收盘','rising':'上涨','falling':'下跌','doji':_0x4c7a4f(0x121),'bodyColor':_0x4c7a4f(0xcf),'fillOpacity':'填充透明度','wickColor':'影线颜色','wickWidth':_0x4c7a4f(0x140),'wickOpacity':_0x4c7a4f(0x15a),'candleWidth':_0x4c7a4f(0x1a5),'hollow':_0x4c7a4f(0x196),'columnsError':'K\x20线图数据需要“类别、开盘价、最高价、最低价、收盘价”列。','series':_0x4c7a4f(0x147)},'histogram':{'binGap':_0x4c7a4f(0x151),'binningMode':'分箱方式','count':'箱数','width':'箱宽','binCount':_0x4c7a4f(0x15c),'binWidth':'箱宽度','underflow':_0x4c7a4f(0x120),'overflow':_0x4c7a4f(0x141),'frequency':'频数'},'treemap':{'parentLabelLayout':_0x4c7a4f(0x104),'banner':'横幅','overlapping':'重叠','leafLabel':_0x4c7a4f(0x106),'hierarchy':_0x4c7a4f(0x133),'diagnostic':_0x4c7a4f(0x158)},'sunburst':{'hierarchy':'层级','addHierarchy':_0x4c7a4f(0x137),'moveUp':_0x4c7a4f(0x13a),'moveDown':_0x4c7a4f(0x18f),'removeHierarchy':_0x4c7a4f(0x16f),'centerLabel':_0x4c7a4f(0x107),'labelFormat':'标签样式','diagnostic':_0x4c7a4f(0x19d)},'gauge':{'scale':_0x4c7a4f(0xf9),'majorDivisions':_0x4c7a4f(0x130),'minorDivisions':_0x4c7a4f(0x14d),'angles':'角度','endAngle':'结束角度','ranges':_0x4c7a4f(0xe8),'rangeFrom':_0x4c7a4f(0x1a7),'rangeTo':_0x4c7a4f(0x112),'addRange':'添加区间','removeRange':_0x4c7a4f(0x181),'axisTick':_0x4c7a4f(0xf7),'splitLine':_0x4c7a4f(0xec),'pointer':'指针','anchor':'中心锚点','progress':'进度弧','detail':'数值详情','pointerNeedle':_0x4c7a4f(0x12a),'pointerSlim':'纤细指针','template':'模板','modern':'现代','classic':'经典','minimal':'极简','advanced':_0x4c7a4f(0x12b),'customized':'自定义','axisLabelNumberFormat':_0x4c7a4f(0x18a),'detailNumberFormat':'中心数值数字格式','emptyDiagnostic':_0x4c7a4f(0x164),'mappingDiagnostic':_0x4c7a4f(0x17b),'configDiagnostic':'仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。'},'chord':{'source':'来源','target':'目标','count':_0x4c7a4f(0xe3),'node':'节点','ribbon':'连接带','clockwise':_0x4c7a4f(0x131),'padAngle':_0x4c7a4f(0xf3),'minAngle':_0x4c7a4f(0xea),'innerRadius':'内半径','outerRadius':'外半径','invalidRadii':'内半径必须小于外半径。','rotation':_0x4c7a4f(0xd3),'distance':'距离','width':'宽度','focus':'聚焦','solid':'纯色','gradient':'渐变','adjacency':_0x4c7a4f(0x11e),'self':'当前节点','emptyDiagnostic':_0x4c7a4f(0xca),'mappingDiagnostic':_0x4c7a4f(0x12e),'configDiagnostic':'弦图配置无效,请检查角度、半径、不透明度和尺寸。','associatedValue':_0x4c7a4f(0x174)},'common':{'category':'类别','seriesName':'系列名称','value':'数值','percentage':_0x4c7a4f(0x134),'borderColor':_0x4c7a4f(0xed),'labelContent':'标签内容','labelPosition':_0x4c7a4f(0x183),'dataLabels':_0x4c7a4f(0x199),'chartType':'图表类型','bold':'加粗','italic':'斜体','shape':'形状','chartStyle':_0x4c7a4f(0xdf),'chartAndAxisTitles':'图表和坐标轴标题','legend':'图例','chartTitle':_0x4c7a4f(0x11f),'subtitle':_0x4c7a4f(0x19a),'series':'系列','dataPoint':_0x4c7a4f(0xff),'trendline':_0x4c7a4f(0x126),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','layout':'布局','arrow':'箭头','axisLabels':_0x4c7a4f(0x143),'currency':'货币','date':'日期','displayName':'显示名称','emphasis':_0x4c7a4f(0xf8),'heatmap':'热力图','lineColor':'线条颜色','lineWidth':'线宽','min':'最小值','max':'最大值','mode':'模式','stacked':'堆叠','title':'标题','auto':'自动','position':{'label':'位置','inside':'内部','outside':'外部','top':'顶部','right':'右侧','bottom':'底部','left':'左侧','hide':'隐藏'},'axisAlign':{'start':'开始','center':'居中','end':'结束'},'textAlign':{'left':_0x4c7a4f(0x150),'center':'居中','right':_0x4c7a4f(0xe1)},'legendSelectMode':{'single':'单选','multiple':'多选','disabled':'禁用'},'visualMapType':{'continuous':'连续','piecewise':'分段'},'default':'默认','reset':'重置','color':'颜色','opacity':_0x4c7a4f(0xd9),'font':'字体','none':'无','transparent':'透明','numberFormat':_0x4c7a4f(0x116),'borderWidth':_0x4c7a4f(0x142),'borderType':_0x4c7a4f(0x198),'lineType':'线型','dashed':'虚线','dotted':'点线','circle':'圆形','triangle':_0x4c7a4f(0xf2),'diamond':'菱形','axisLine':'轴线','minimum':_0x4c7a4f(0x148),'maximum':'最大值','startAngle':_0x4c7a4f(0xd2),'valueField':_0x4c7a4f(0x182),'categoryName':_0x4c7a4f(0x139),'ownValue':'自身值','children':'子项','label':'标签','editChart':'图表','deleteChart':_0x4c7a4f(0x10b),'insertChart':_0x4c7a4f(0xfe),'insertChartFailed':_0x4c7a4f(0xf1),'openChartPanel':_0x4c7a4f(0x13d),'hideChartPanel':'隐藏图表面板','exportImage':_0x4c7a4f(0x113),'copy':'复制','setup':_0x4c7a4f(0x184),'customize':'自定义样式','data':'数据','tableDataEmpty':_0x4c7a4f(0xd1),'dataRange':'数据范围','editData':_0x4c7a4f(0xf0),'inlineData':_0x4c7a4f(0x159),'switchRowColumn':_0x4c7a4f(0x191),'useAsCategoryLabels':_0x4c7a4f(0xe5),'cancel':'取消','insert':'插入','apply':'应用','duplicate':_0x4c7a4f(0x14f)},'inlineTable':{'pasteHint':_0x4c7a4f(0xe0),'addRow':'新增行','addColumn':_0x4c7a4f(0x10d)},'floatMenu':{'menuTitle':{'chart':'图表','axisTitle':_0x4c7a4f(0x1a4),'gridline':_0x4c7a4f(0x186),'tick':_0x4c7a4f(0xf7),'mark':'标记','dataLabel':'数据标签'},'field':{'position':'位置','size':'字号','align':'对齐','map':'映射','rotate':'旋转','labelText':_0x4c7a4f(0x157),'titleText':_0x4c7a4f(0x146)},'action':{'more':'更多'},'control':{'labels':'标签','line':'轴线','reverse':'反向'}}}};function _0x4a36(_0x3f0bde,_0x3d2c35){_0x3f0bde=_0x3f0bde-0xc6;const _0x40c6ef=_0x40c6();let _0x4a36df=_0x40c6ef[_0x3f0bde];return _0x4a36df;}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
|
+
function _0x384f(){const _0xe8bc4e=['旭日圖','頂部(%)','環形圖','軸標題','OHLC\x20數列','氣泡圖','關係數','組合圖','系列重疊(%)','R²顏色','弦圖至少需要兩個不同節點之間的一條正權重關係。','燭身顏色','網格線寬度','15370sTLgHO','圖表與座標軸標題','多項式','玫瑰派','背景顏色','切片間距','複合餅圖','內半徑必須小於外半徑。','刻度範圍','小數位數','格式類型','右對齊','32355864KzkZTn','長條圖系列','邊框寬度','軸標籤數字格式','將標籤視為日期','纖細指針','日期格式將日期和時間系列數值顯示為日期值。','標籤樣式','434032xDcrAP','負數類型','溢出閾值','百分比堆疊\x20·\x20柱狀圖','熱力圖','軸標籤','版面配置','開啟圖表面板','連接帶','透明度','無效值','甜甜圈洞','分隔線','編輯資料','右縱軸','桑基圖','扇區分離(%)','階層欄位','掩模圖像ID','日期類型','外半徑','儀表圖至少需要一個有限數值。','矩形樹圖','旋轉標籤','標題類型','雷達圖','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','父標籤佈局','插入圖表','關聯值','雷達形狀','連接線顏色','起始角度','字體大小','漸變填充','柱形間距','刻度位置','包裹圖例','影線寬度','刪除圖表','刻度長度','15103hHbRyP','空心針形','數值欄位','表格資料為空','百分比堆疊面積圖','專案差距','刪除階層欄位','正文字體大小','折線圖','空心正方形','包括零值','新增欄目','預設顏色','儀表盤','來源格式','反轉軸','直方圖','百分比堆疊條形圖','空心箭頭','矩形樹圖至少需要一個階層欄位和一個數值欄位。','刻度寬度','縱軸標題','點大小','14XsVGUX','區域填充','顯示名稱','常規格式不包含任何特定的數字格式。','10228932GxPLDi','進階版面配置','視為零','空心三角形','相鄰節點','添加趨勢線','瀑布圖','最低價','開盤價','最小值','長方形','十字線','最大值','邊框透明度','科學的','標籤文字顏色','編輯圖表','柱狀圖','結束值','價值單位','指示線類型','詞雲圖','新增行','子母餅圖','右縱軸標題','插入圖表失敗','全系列','正文字體顏色','資料標籤','標籤背景','面積圖','箱型圖','指示線','左側(%)','空心圓形','分檔模式','刪除資料點','左對齊','邊框顏色','關係圖','系列名稱','刻度線','最小角度','向下移動階層欄位','連接線類型','13370EavAdo','條形圖','線條樣式','拆分依據','邊框類型','視覺圖','堆疊條形圖','顯示公式','百分比','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','網格線和刻度線','副標題','主刻度數','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','1542bvRwRU','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','旭日圖至少需要一個階層欄位和一個數值欄位。','細胞標籤','圓角矩形','間隔角度','新增階層','資料點顏色','影線顏色','重複單字','移動平均線','起始值','目前節點','順時針','分類間距(%)','累積占比系列','組距寬度','切換列或欄','網格線','數值縮放','顯示\x20R²','燭身寬度','222edAImH','K\x20線狀態','圖表標題','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','設定圖表','使用\x20{0}\x20作為類別','收盤價','選擇方式','空心\x20K\x20線','4ItfPEs','配方顏色','五角大廈','自訂圖表','內半徑','連接數據點','次圖大小','設定標籤格式','燭台圖','匯出圖片','百分比小於','經典指針','貨幣類型','標籤線','填滿不透明度','圖表樣式','4730673leUBEV','漏斗圖','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','連接線','數值小於','隱藏圖表面板','線條顏色','已選取\x20{0}\x20個數據點','每個主刻度的次刻度數','最高價','橫軸標題','下溢閾值','影線不透明度','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','K\x20線圖','28595PfYZmi'];_0x384f=function(){return _0xe8bc4e;};return _0x384f();}const _0x2e1da4=_0x4eda;(function(_0x392b24,_0x4505fd){const _0x32dfbd=_0x4eda,_0x53fb2d=_0x392b24();while(!![]){try{const _0x1edd7e=-parseInt(_0x32dfbd(0xf9))/0x1*(parseInt(_0x32dfbd(0x12f))/0x2)+-parseInt(_0x32dfbd(0x112))/0x3*(-parseInt(_0x32dfbd(0x102))/0x4)+-parseInt(_0x32dfbd(0x121))/0x5*(-parseInt(_0x32dfbd(0x1c2))/0x6)+-parseInt(_0x32dfbd(0x183))/0x7*(parseInt(_0x32dfbd(0x143))/0x8)+-parseInt(_0x32dfbd(0x187))/0x9+parseInt(_0x32dfbd(0x1b4))/0xa*(-parseInt(_0x32dfbd(0x16c))/0xb)+parseInt(_0x32dfbd(0x13b))/0xc;if(_0x1edd7e===_0x4505fd)break;else _0x53fb2d['push'](_0x53fb2d['shift']());}catch(_0x103c4c){_0x53fb2d['push'](_0x53fb2d['shift']());}}}(_0x384f,0xe9709));function _0x4eda(_0x33d754,_0x377346){_0x33d754=_0x33d754-0xeb;const _0x384f74=_0x384f();let _0x4edac5=_0x384f74[_0x33d754];return _0x4edac5;}const e={'chart-ui':{'dataSource':{'inlineMode':'內嵌','referencedMode':'參照','sourceType':'來源類型'},'editor':{'defaultColor':_0x2e1da4(0x178),'fontSize':_0x2e1da4(0x164)},'setup':{'stack':'堆疊','percentStacked':'百分比堆疊'},'chartTypes':{'line':_0x2e1da4(0x174),'column':_0x2e1da4(0x198),'columnStacked':'堆疊\x20·\x20柱狀圖','columnPercentStacked':_0x2e1da4(0x146),'bar':_0x2e1da4(0x1b5),'barStacked':_0x2e1da4(0x1ba),'barPercentStacked':_0x2e1da4(0x17d),'pie':'餅圖','donut':_0x2e1da4(0x124),'pieOfPie':_0x2e1da4(0x19e),'barOfPie':_0x2e1da4(0x135),'area':_0x2e1da4(0x1a5),'areaStacked':'堆疊面積圖','areaPercentStacked':_0x2e1da4(0x170),'radar':'雷達圖','scatter':'散點圖','combination':_0x2e1da4(0x129),'wordCloud':_0x2e1da4(0x19c),'funnel':_0x2e1da4(0x113),'bubble':_0x2e1da4(0x127),'relation':_0x2e1da4(0x1ae),'waterfall':_0x2e1da4(0x18d),'pareto':'排列圖','sankey':_0x2e1da4(0x152),'heatmap':_0x2e1da4(0x147),'boxplot':_0x2e1da4(0x1a6),'candlestick':_0x2e1da4(0x120),'histogram':_0x2e1da4(0x17c),'treemap':_0x2e1da4(0x159),'sunburst':'旭日圖','gauge':_0x2e1da4(0x179),'chord':'和弦圖'},'section':{'waterfall':_0x2e1da4(0x18d),'paretoBar':_0x2e1da4(0x13c),'paretoLine':_0x2e1da4(0xf2),'pie':'餅圖','wordCloud':'詞雲','radar':_0x2e1da4(0x15c),'funnel':_0x2e1da4(0x113),'relation':_0x2e1da4(0x1ae),'lineAndArea':'折線圖\x20/\x20面積圖','gridlinesAndTicks':_0x2e1da4(0x1be),'indicatorLine':_0x2e1da4(0x1a7),'candlestick':_0x2e1da4(0x10a),'histogram':_0x2e1da4(0x17c),'treemap':'樹狀圖','sunburst':_0x2e1da4(0x122),'gauge':'儀表圖','chord':'和弦圖'},'presentation':{'backgroundColor':_0x2e1da4(0x133),'theme':'主題','gradientFill':_0x2e1da4(0x165),'bodyFontSize':_0x2e1da4(0x173),'bodyFontColor':_0x2e1da4(0x1a2),'titleType':_0x2e1da4(0x15b),'horizontalAxisTitle':_0x2e1da4(0x11c),'verticalAxisTitle':_0x2e1da4(0x181),'rightVerticalAxisTitle':_0x2e1da4(0x19f),'wrap':_0x2e1da4(0x168),'selectMode':_0x2e1da4(0x100),'visualMapType':_0x2e1da4(0x1b9),'align':'對準'},'numberFormat':{'source':_0x2e1da4(0x17a),'number':'數量','scientific':_0x2e1da4(0x195),'custom':'自訂格式','preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':'千分位符','formatTypes':_0x2e1da4(0x139),'generalDesc':_0x2e1da4(0x186),'accountingDesc':_0x2e1da4(0xfc),'currencyDesc':_0x2e1da4(0x15d),'dateDesc':_0x2e1da4(0x141),'thousandsDesc':_0x2e1da4(0x1bd),'decimalPlaces':_0x2e1da4(0x138),'currencyTypes':_0x2e1da4(0x10e),'negativeNumberTypes':_0x2e1da4(0x144),'dateTypes':_0x2e1da4(0x156),'setFormat':_0x2e1da4(0x109)},'series':{'rightAxis':'右軸','allSeries':_0x2e1da4(0x1a1),'aggregate':'彙總','borderOpacity':_0x2e1da4(0x194),'solid':'固體','pointShape':'點狀','pointSize':_0x2e1da4(0x182),'pointColor':_0x2e1da4(0x1c9),'removeDataPoint':_0x2e1da4(0x1ab),'square':'廣場','rect':'矩形','roundRect':_0x2e1da4(0x1c6),'pin':'針形','emptyCircle':_0x2e1da4(0x1a9),'emptySquare':_0x2e1da4(0x175),'emptyTriangle':_0x2e1da4(0x18a),'emptyDiamond':'空心菱形','emptyRect':'空心矩形','emptyRoundRect':'空心圓角矩形','emptyPin':_0x2e1da4(0x16d),'emptyArrow':_0x2e1da4(0x17e)},'lineAndArea':{'lineStyle':_0x2e1da4(0x1b6),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x2e1da4(0x14d),'breakLine':'斷線','connect':_0x2e1da4(0x107),'zero':_0x2e1da4(0x189)},'axis':{'useDateAxis':_0x2e1da4(0x13f),'target':'軸','lineColor':_0x2e1da4(0x118),'lineWidth':'線寬','labelRotation':'標籤旋轉','reverse':_0x2e1da4(0x17b),'gridlineVisible':_0x2e1da4(0xf5),'gridlineColor':'網格線顏色','gridlineWidth':_0x2e1da4(0x12e),'tickVisible':'蜱蟲','tickLength':_0x2e1da4(0x16b),'tickWidth':_0x2e1da4(0x180),'tickColor':'刻度線顏色','tickPosition':_0x2e1da4(0x167)},'indicator':{'lineColor':'指示線顏色','lineType':_0x2e1da4(0x19b),'labelBackground':_0x2e1da4(0x1a4),'labelText':_0x2e1da4(0x196)},'trendline':{'add':_0x2e1da4(0x18c),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x2e1da4(0x131),'power':'電源','movingAverage':_0x2e1da4(0xed),'showFormula':_0x2e1da4(0x1bb),'showR2':_0x2e1da4(0xf7),'order':'訂單','period':'時期','formulaColor':_0x2e1da4(0x103),'r2Color':_0x2e1da4(0x12b)},'pareto':{'includeZeroValues':_0x2e1da4(0x176)},'plotArea':{'label':'繪圖區','manual':'手動','left':_0x2e1da4(0x1a8),'top':_0x2e1da4(0x123),'width':'寬度(%)','height':'高度(%)'},'bar':{'layout':_0x2e1da4(0x166),'gapWidth':_0x2e1da4(0xf1),'overlap':_0x2e1da4(0x12a)},'pie':{'mode':'圖表形態','modeNormal':'常規','modePieOfPie':'子母餅圖','modeBarOfPie':_0x2e1da4(0x135),'splitType':_0x2e1da4(0x1b7),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':'自訂拆分','customSelectedCountValue':_0x2e1da4(0x119),'positionCount':'次圖數據點數','valueLessThan':_0x2e1da4(0x116),'percentageLessThan':_0x2e1da4(0x10c),'secondarySize':_0x2e1da4(0x108),'advancedLayout':_0x2e1da4(0x188),'connector':_0x2e1da4(0x115),'slices':'扇區','gapWidth':'主次圖間距','connectorColor':_0x2e1da4(0x162),'connectorWidth':'連接線寬度','connectorType':_0x2e1da4(0x1b3),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x2e1da4(0xf6),'doughnutHole':_0x2e1da4(0x14e),'startAngle':_0x2e1da4(0x163),'explosion':_0x2e1da4(0x153),'paddingAngle':_0x2e1da4(0x134),'halfPie':'半個餡餅','rosePie':_0x2e1da4(0x132),'labelLine':_0x2e1da4(0x10f)},'radar':{'shape':_0x2e1da4(0x161),'polygon':'多邊形','fill':_0x2e1da4(0x184)},'funnel':{'gap':_0x2e1da4(0x171),'absoluteValues':'使用絕對值'},'heatmap':{'unit':_0x2e1da4(0x19a),'labels':_0x2e1da4(0x1c5)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':'節點形狀','valueSize':'按值調整節點大小','rotateLabels':_0x2e1da4(0x15a),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x2e1da4(0x155),'repeat':_0x2e1da4(0xec),'cloud':'雲','rect':_0x2e1da4(0x191),'cardioid':'心形','heart':'心','triangle-forward':'前三角','pentagon':_0x2e1da4(0x104),'star':'明星'},'waterfall':{'styleTarget':'樣式目標','positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':'使用小計','connector':_0x2e1da4(0x115)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x2e1da4(0xfa),'open':_0x2e1da4(0x18f),'high':_0x2e1da4(0x11b),'low':_0x2e1da4(0x18e),'close':_0x2e1da4(0xff),'rising':'上漲','falling':'下跌','doji':_0x2e1da4(0x192),'bodyColor':_0x2e1da4(0x12d),'fillOpacity':_0x2e1da4(0x110),'wickColor':_0x2e1da4(0xeb),'wickWidth':_0x2e1da4(0x169),'wickOpacity':_0x2e1da4(0x11e),'candleWidth':_0x2e1da4(0xf8),'hollow':_0x2e1da4(0x101),'columnsError':'K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄。','series':_0x2e1da4(0x126)},'histogram':{'binGap':'組距','binningMode':_0x2e1da4(0x1aa),'count':'計數','width':'寬度','binCount':'組數','binWidth':_0x2e1da4(0xf3),'underflow':_0x2e1da4(0x11d),'overflow':_0x2e1da4(0x145),'frequency':'頻數'},'treemap':{'parentLabelLayout':_0x2e1da4(0x15e),'banner':'橫幅','overlapping':'重疊','leafLabel':'葉子標籤','hierarchy':_0x2e1da4(0x154),'diagnostic':_0x2e1da4(0x17f)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x2e1da4(0x1c8),'moveUp':'向上移動階層欄位','moveDown':_0x2e1da4(0x1b2),'removeHierarchy':_0x2e1da4(0x172),'centerLabel':'中心總計','labelFormat':_0x2e1da4(0x142),'diagnostic':_0x2e1da4(0x1c4)},'gauge':{'scale':_0x2e1da4(0x137),'majorDivisions':_0x2e1da4(0x1c0),'minorDivisions':_0x2e1da4(0x11a),'angles':'角度','endAngle':'結束角度','ranges':'範圍','rangeFrom':_0x2e1da4(0xee),'rangeTo':_0x2e1da4(0x199),'addRange':'添加範圍','removeRange':'刪除範圍','axisTick':'刻度線','splitLine':_0x2e1da4(0x14f),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x2e1da4(0x10d),'pointerSlim':_0x2e1da4(0x140),'template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':'進階設定','customized':'自訂','axisLabelNumberFormat':_0x2e1da4(0x13e),'detailNumberFormat':'中心數值格式','emptyDiagnostic':_0x2e1da4(0x158),'mappingDiagnostic':_0x2e1da4(0x1c1),'configDiagnostic':_0x2e1da4(0x114)},'chord':{'source':'來源','target':'目標','count':_0x2e1da4(0x128),'node':'節點','ribbon':_0x2e1da4(0x14b),'clockwise':_0x2e1da4(0xf0),'padAngle':_0x2e1da4(0x1c7),'minAngle':_0x2e1da4(0x1b1),'innerRadius':_0x2e1da4(0x106),'outerRadius':_0x2e1da4(0x157),'invalidRadii':_0x2e1da4(0x136),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x2e1da4(0x18b),'self':_0x2e1da4(0xef),'emptyDiagnostic':_0x2e1da4(0x12c),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x2e1da4(0x11f),'associatedValue':_0x2e1da4(0x160)},'common':{'category':'類別','seriesName':_0x2e1da4(0x1af),'value':'數值','percentage':_0x2e1da4(0x1bc),'borderColor':_0x2e1da4(0x1ad),'labelContent':'標籤內容','labelPosition':'標籤位置','dataLabels':'數據標籤','chartType':'圖表類型','bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x2e1da4(0x111),'chartAndAxisTitles':_0x2e1da4(0x130),'legend':'圖例','chartTitle':_0x2e1da4(0xfb),'subtitle':_0x2e1da4(0x1bf),'series':'系列','dataPoint':'數據點','trendline':'趨勢線','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x2e1da4(0x151),'layout':_0x2e1da4(0x149),'arrow':'箭頭','axisLabels':_0x2e1da4(0x148),'currency':'貨幣','date':'日期','displayName':_0x2e1da4(0x185),'emphasis':'強調','heatmap':_0x2e1da4(0x147),'lineColor':_0x2e1da4(0x118),'lineWidth':'線寬','min':_0x2e1da4(0x190),'max':_0x2e1da4(0x193),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x2e1da4(0x1ac),'center':'置中','right':_0x2e1da4(0x13a)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x2e1da4(0x14c),'font':'字體','none':'無','transparent':'透明','numberFormat':'數字格式','borderWidth':_0x2e1da4(0x13d),'borderType':_0x2e1da4(0x1b8),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':'三角形','diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x2e1da4(0x163),'valueField':_0x2e1da4(0x16e),'categoryName':'類別名稱','ownValue':'自身值','children':'子項','label':'標籤','editChart':_0x2e1da4(0x197),'deleteChart':_0x2e1da4(0x16a),'insertChart':_0x2e1da4(0x15f),'insertChartFailed':_0x2e1da4(0x1a0),'openChartPanel':_0x2e1da4(0x14a),'hideChartPanel':_0x2e1da4(0x117),'exportImage':_0x2e1da4(0x10b),'copy':'複製','setup':_0x2e1da4(0xfd),'customize':_0x2e1da4(0x105),'data':'資料','tableDataEmpty':_0x2e1da4(0x16f),'dataRange':'資料範圍','editData':_0x2e1da4(0x150),'inlineData':'內嵌資料','switchRowColumn':_0x2e1da4(0xf4),'useAsCategoryLabels':_0x2e1da4(0xfe),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x2e1da4(0x1c3),'addRow':_0x2e1da4(0x19d),'addColumn':_0x2e1da4(0x177)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x2e1da4(0x125),'gridline':_0x2e1da4(0xf5),'tick':_0x2e1da4(0x1b0),'mark':'標記','dataLabel':_0x2e1da4(0x1a3)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':'標籤文字','titleText':'標題文字'},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};export{e as default};
|
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 _0x17863a=_0x3085;function _0x3085(_0x3efc80,_0x386263){_0x3efc80=_0x3efc80-0x1a4;const _0x4c95dd=_0x4c95();let _0x308511=_0x4c95dd[_0x3efc80];return _0x308511;}(function(_0x5d1e96,_0xbf80f1){const _0x46f180=_0x3085,_0x559dff=_0x5d1e96();while(!![]){try{const _0x23cd40=-parseInt(_0x46f180(0x226))/0x1*(parseInt(_0x46f180(0x273))/0x2)+parseInt(_0x46f180(0x1b8))/0x3+-parseInt(_0x46f180(0x24d))/0x4+-parseInt(_0x46f180(0x1e5))/0x5+-parseInt(_0x46f180(0x1ac))/0x6*(-parseInt(_0x46f180(0x255))/0x7)+parseInt(_0x46f180(0x1fa))/0x8*(-parseInt(_0x46f180(0x277))/0x9)+parseInt(_0x46f180(0x1ff))/0xa;if(_0x23cd40===_0xbf80f1)break;else _0x559dff['push'](_0x559dff['shift']());}catch(_0x3d1505){_0x559dff['push'](_0x559dff['shift']());}}}(_0x4c95,0x40195));function _0x4c95(){const _0x403997=['橫軸標題','標籤文字顏色','長方形','標籤背景','添加範圍','縱軸標題','7TDwZyq','連接數據點','視為零','科學的','外半徑','預設顏色','空心矩形','折線圖','資料點顏色','燭身顏色','使用絕對值','標籤內容','影線寬度','半個餡餅','副標題','堆疊\x20·\x20柱狀圖','圓角矩形','刪除資料點','空心圓形','價值單位','雷達圖','設定圖表','使用\x20{0}\x20作為類別','弦圖至少需要兩個不同節點之間的一條正權重關係。','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','細胞標籤','儀表板','邊框透明度','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','每個主刻度的次刻度數','6RofmDZ','左側(%)','小數位數','顯示\x20R²','774ytYPAx','溢出閾值','條形圖','刻度長度','累積占比系列','配方顏色','熱力圖','刪除階層欄位','數值欄位','長條圖系列','切換列或欄','指示線','百分比小於','千分位符','子母餅圖','內嵌資料','1285854aWsMpB','隱藏圖表面板','十字線','設定標籤格式','日期格式將日期和時間系列數值顯示為日期值。','百分比堆疊\x20·\x20柱狀圖','內半徑','網格線寬度','編輯資料','環形圖','組合圖','旭日圖','559398WUSwar','常規格式不包含任何特定的數字格式。','負數類型','自訂分割','堆疊面積圖','數值縮放','刻度線','來源格式','刻度寬度','關係圖','刻度位置','節點形狀','順時針','多項式','五角大廈','目前節點','已選取\x20{0}\x20個資料點','複合餅圖','軸標題','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','空心\x20K\x20線','最低價','旋轉標籤','圖表與座標軸標題','視覺圖','主要與次要圖表間距','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','標籤旋轉','表格資料為空','版面配置','編輯圖表','資料標籤','標籤線','透明度','OHLC\x20數列','空心針形','直方圖','開啟圖表面板','散點圖','連接線類型','反轉軸','圖表樣式','漸變填充','起始角度','刪除範圍','1743135gAiWio','K\x20線圖','開盤價','線條顏色','貨幣類型','結束值','階層欄位','將標籤視為日期','繪圖區','點大小','圖表類型','主刻度數','切片間距','新增欄目','左對齊','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','自訂格式','網格線顏色','移動平均線','標題類型','資料點','1336AlYLeU','折線圖\x20/\x20面積圖','收盤價','數值小於','扇區分離(%)','6626380EZbGeE','來源類型','系列名稱','百分比堆疊條形圖','數字格式','添加趨勢線','儀表圖','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','矩形樹圖至少需要一個階層欄位和一個數值欄位。','纖細指針','專案差距','連接帶','關聯值','選擇方式','線條樣式','標籤文字','填滿不透明度','刻度線顏色','正文字體顏色','連接線顏色','甜甜圈洞','分類間距(%)','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','結束角度','R²顏色','最小角度','燭身寬度','分檔模式','插入圖表','按值調整節點大小','趨勢線','進階版面配置','資料範圍','間隔角度','空心三角形','關係數','堆疊條形圖','最小值','無效值','2039sDnssI','分割依據','連接線寬度','顯示名稱','氣泡圖','寬度(%)','顯示公式','內半徑必須小於外半徑。','經典指針','網格線','系列重疊(%)','矩形樹圖','最高價','相鄰節點','高度(%)','背景顏色','邊框類型','指示線類型','連接線','百分比堆疊面積圖','樹狀圖','刪除圖表','樣式目標','父標籤佈局','向下移動階層欄位','標題文字','右縱軸標題','中心數值格式','掩模圖像ID','漏斗圖','影線不透明度','指示線顏色','中心總計','全系列','邊框寬度','和弦圖','柱形間距','影線顏色','向上移動階層欄位','1727032UOpvXD','儀表圖至少需要一個有限數值。'];_0x4c95=function(){return _0x403997;};return _0x4c95();}const e={'chart-ui':{'dataSource':{'inlineMode':'內嵌','referencedMode':'參照','sourceType':_0x17863a(0x200)},'editor':{'defaultColor':_0x17863a(0x25a),'fontSize':'字體大小'},'setup':{'stack':'堆疊','percentStacked':'百分比堆疊'},'chartTypes':{'line':_0x17863a(0x25c),'column':'柱狀圖','columnStacked':_0x17863a(0x264),'columnPercentStacked':_0x17863a(0x1b1),'bar':_0x17863a(0x279),'barStacked':_0x17863a(0x223),'barPercentStacked':_0x17863a(0x202),'pie':'餅圖','donut':_0x17863a(0x1b5),'pieOfPie':_0x17863a(0x1aa),'barOfPie':_0x17863a(0x1c9),'area':'面積圖','areaStacked':_0x17863a(0x1bc),'areaPercentStacked':_0x17863a(0x239),'radar':_0x17863a(0x269),'scatter':_0x17863a(0x1de),'combination':_0x17863a(0x1b6),'wordCloud':'詞雲圖','funnel':'漏斗圖','bubble':_0x17863a(0x22a),'relation':_0x17863a(0x1c1),'waterfall':'瀑布圖','pareto':'排列圖','sankey':'桑基圖','heatmap':_0x17863a(0x27d),'boxplot':'箱型圖','candlestick':_0x17863a(0x1e6),'histogram':'直方圖','treemap':_0x17863a(0x231),'sunburst':_0x17863a(0x1b7),'gauge':_0x17863a(0x26f),'chord':'和弦圖'},'section':{'waterfall':'瀑布圖','paretoBar':_0x17863a(0x1a5),'paretoLine':_0x17863a(0x27b),'pie':'餅圖','wordCloud':'詞雲','radar':_0x17863a(0x269),'funnel':_0x17863a(0x243),'relation':'關係圖','lineAndArea':_0x17863a(0x1fb),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x17863a(0x1a7),'candlestick':'燭台圖','histogram':_0x17863a(0x1dc),'treemap':_0x17863a(0x23a),'sunburst':_0x17863a(0x1b7),'gauge':_0x17863a(0x205),'chord':_0x17863a(0x249)},'presentation':{'backgroundColor':_0x17863a(0x235),'theme':'主題','gradientFill':_0x17863a(0x1e2),'bodyFontSize':'正文字體大小','bodyFontColor':_0x17863a(0x211),'titleType':_0x17863a(0x1f8),'horizontalAxisTitle':_0x17863a(0x24f),'verticalAxisTitle':_0x17863a(0x254),'rightVerticalAxisTitle':_0x17863a(0x240),'wrap':'包裹圖例','selectMode':_0x17863a(0x20c),'visualMapType':_0x17863a(0x1d0),'align':'對準'},'numberFormat':{'source':_0x17863a(0x1bf),'number':'數量','scientific':_0x17863a(0x258),'custom':_0x17863a(0x1f5),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x17863a(0x1a9),'formatTypes':'格式類型','generalDesc':_0x17863a(0x1b9),'accountingDesc':_0x17863a(0x26d),'currencyDesc':_0x17863a(0x1d2),'dateDesc':_0x17863a(0x1b0),'thousandsDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x17863a(0x275),'currencyTypes':_0x17863a(0x1e9),'negativeNumberTypes':_0x17863a(0x1ba),'dateTypes':'日期類型','setFormat':_0x17863a(0x1af)},'series':{'rightAxis':'右軸','allSeries':_0x17863a(0x247),'aggregate':'彙總','borderOpacity':_0x17863a(0x270),'solid':'固體','pointShape':'點狀','pointSize':_0x17863a(0x1ee),'pointColor':_0x17863a(0x25d),'removeDataPoint':_0x17863a(0x266),'square':'廣場','rect':'矩形','roundRect':_0x17863a(0x265),'pin':'針形','emptyCircle':_0x17863a(0x267),'emptySquare':'空心正方形','emptyTriangle':_0x17863a(0x221),'emptyDiamond':'空心菱形','emptyRect':_0x17863a(0x25b),'emptyRoundRect':'空心圓角矩形','emptyPin':_0x17863a(0x1db),'emptyArrow':'空心箭頭'},'lineAndArea':{'lineStyle':_0x17863a(0x20d),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x17863a(0x225),'breakLine':'斷線','connect':_0x17863a(0x256),'zero':_0x17863a(0x257)},'axis':{'useDateAxis':_0x17863a(0x1ec),'target':'軸','lineColor':_0x17863a(0x1e8),'lineWidth':'線寬','labelRotation':_0x17863a(0x1d3),'reverse':_0x17863a(0x1e0),'gridlineVisible':_0x17863a(0x22f),'gridlineColor':_0x17863a(0x1f6),'gridlineWidth':_0x17863a(0x1b3),'tickVisible':'蜱蟲','tickLength':_0x17863a(0x27a),'tickWidth':_0x17863a(0x1c0),'tickColor':_0x17863a(0x210),'tickPosition':_0x17863a(0x1c2)},'indicator':{'lineColor':_0x17863a(0x245),'lineType':_0x17863a(0x237),'labelBackground':_0x17863a(0x252),'labelText':_0x17863a(0x250)},'trendline':{'add':_0x17863a(0x204),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x17863a(0x1c5),'power':'電源','movingAverage':_0x17863a(0x1f7),'showFormula':_0x17863a(0x22c),'showR2':_0x17863a(0x276),'order':'訂單','period':'時期','formulaColor':_0x17863a(0x27c),'r2Color':_0x17863a(0x217)},'pareto':{'includeZeroValues':'包括零值'},'plotArea':{'label':_0x17863a(0x1ed),'manual':'手動','left':_0x17863a(0x274),'top':'頂部(%)','width':_0x17863a(0x22b),'height':_0x17863a(0x234)},'bar':{'layout':_0x17863a(0x24a),'gapWidth':_0x17863a(0x214),'overlap':_0x17863a(0x230)},'pie':{'mode':'圖表形態','modeNormal':'一般','modePieOfPie':_0x17863a(0x1aa),'modeBarOfPie':_0x17863a(0x1c9),'splitType':_0x17863a(0x227),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x17863a(0x1bb),'customSelectedCountValue':_0x17863a(0x1c8),'positionCount':'次要圖表資料點數','valueLessThan':_0x17863a(0x1fd),'percentageLessThan':_0x17863a(0x1a8),'secondarySize':'次要圖表大小','advancedLayout':_0x17863a(0x21e),'connector':_0x17863a(0x238),'slices':'扇區','gapWidth':_0x17863a(0x1d1),'connectorColor':_0x17863a(0x212),'connectorWidth':_0x17863a(0x228),'connectorType':_0x17863a(0x1df),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':_0x17863a(0x1bd),'doughnutHole':_0x17863a(0x213),'startAngle':_0x17863a(0x1e3),'explosion':_0x17863a(0x1fe),'paddingAngle':_0x17863a(0x1f1),'halfPie':_0x17863a(0x262),'rosePie':'玫瑰派','labelLine':_0x17863a(0x1d8)},'radar':{'shape':'雷達形狀','polygon':'多邊形','fill':'區域填充'},'funnel':{'gap':_0x17863a(0x209),'absoluteValues':_0x17863a(0x25f)},'heatmap':{'unit':_0x17863a(0x268),'labels':_0x17863a(0x26e)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':_0x17863a(0x1c3),'valueSize':_0x17863a(0x21c),'rotateLabels':_0x17863a(0x1ce),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x17863a(0x242),'repeat':'重複單字','cloud':'雲','rect':_0x17863a(0x251),'cardioid':'心形','heart':'心','triangle-forward':'前三角','pentagon':_0x17863a(0x1c6),'star':'明星'},'waterfall':{'styleTarget':_0x17863a(0x23c),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':'使用小計','connector':_0x17863a(0x238)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':'K\x20線狀態','open':_0x17863a(0x1e7),'high':_0x17863a(0x232),'low':_0x17863a(0x1cd),'close':_0x17863a(0x1fc),'rising':'上漲','falling':'下跌','doji':_0x17863a(0x1ae),'bodyColor':_0x17863a(0x25e),'fillOpacity':_0x17863a(0x20f),'wickColor':_0x17863a(0x24b),'wickWidth':_0x17863a(0x261),'wickOpacity':_0x17863a(0x244),'candleWidth':_0x17863a(0x219),'hollow':_0x17863a(0x1cc),'columnsError':_0x17863a(0x271),'series':_0x17863a(0x1da)},'histogram':{'binGap':'組距','binningMode':_0x17863a(0x21a),'count':'計數','width':'寬度','binCount':'組數','binWidth':'組距寬度','underflow':'下溢閾值','overflow':_0x17863a(0x278),'frequency':'頻數'},'treemap':{'parentLabelLayout':_0x17863a(0x23d),'banner':'橫幅','overlapping':'重疊','leafLabel':'葉子標籤','hierarchy':_0x17863a(0x1eb),'diagnostic':_0x17863a(0x207)},'sunburst':{'hierarchy':'階層','addHierarchy':'新增階層','moveUp':_0x17863a(0x24c),'moveDown':_0x17863a(0x23e),'removeHierarchy':_0x17863a(0x27e),'centerLabel':_0x17863a(0x246),'labelFormat':'標籤樣式','diagnostic':'旭日圖至少需要一個階層欄位和一個數值欄位。'},'gauge':{'scale':'刻度範圍','majorDivisions':_0x17863a(0x1f0),'minorDivisions':_0x17863a(0x272),'angles':'角度','endAngle':_0x17863a(0x216),'ranges':'範圍','rangeFrom':'起始值','rangeTo':_0x17863a(0x1ea),'addRange':_0x17863a(0x253),'removeRange':_0x17863a(0x1e4),'axisTick':_0x17863a(0x1be),'splitLine':'分隔線','pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x17863a(0x22e),'pointerSlim':_0x17863a(0x208),'template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':'進階設定','customized':'自訂','axisLabelNumberFormat':'軸標籤數字格式','detailNumberFormat':_0x17863a(0x241),'emptyDiagnostic':_0x17863a(0x24e),'mappingDiagnostic':_0x17863a(0x1f4),'configDiagnostic':_0x17863a(0x215)},'chord':{'source':'來源','target':'目標','count':_0x17863a(0x222),'node':'節點','ribbon':_0x17863a(0x20a),'clockwise':_0x17863a(0x1c4),'padAngle':_0x17863a(0x220),'minAngle':_0x17863a(0x218),'innerRadius':_0x17863a(0x1b2),'outerRadius':_0x17863a(0x259),'invalidRadii':_0x17863a(0x22d),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x17863a(0x233),'self':_0x17863a(0x1c7),'emptyDiagnostic':_0x17863a(0x26c),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x17863a(0x206),'associatedValue':_0x17863a(0x20b)},'common':{'category':'類別','seriesName':_0x17863a(0x201),'value':'數值','percentage':'百分比','borderColor':'邊框顏色','labelContent':_0x17863a(0x260),'labelPosition':'標籤位置','dataLabels':_0x17863a(0x1d7),'chartType':_0x17863a(0x1ef),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x17863a(0x1e1),'chartAndAxisTitles':_0x17863a(0x1cf),'legend':'圖例','chartTitle':'圖表標題','subtitle':_0x17863a(0x263),'series':'系列','dataPoint':_0x17863a(0x1f9),'trendline':_0x17863a(0x21d),'horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':'右縱軸','layout':_0x17863a(0x1d5),'arrow':'箭頭','axisLabels':'軸標籤','currency':'貨幣','date':'日期','displayName':_0x17863a(0x229),'emphasis':'強調','heatmap':'熱力圖','lineColor':_0x17863a(0x1e8),'lineWidth':'線寬','min':_0x17863a(0x224),'max':'最大值','mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x17863a(0x1f3),'center':'置中','right':'右對齊'},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x17863a(0x1d9),'font':'字體','none':'無','transparent':'透明','numberFormat':_0x17863a(0x203),'borderWidth':_0x17863a(0x248),'borderType':_0x17863a(0x236),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':'三角形','diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':'起始角度','valueField':_0x17863a(0x1a4),'categoryName':'類別名稱','ownValue':'自身值','children':'子項','label':'標籤','editChart':_0x17863a(0x1d6),'deleteChart':_0x17863a(0x23b),'insertChart':_0x17863a(0x21b),'insertChartFailed':'插入圖表失敗','openChartPanel':_0x17863a(0x1dd),'hideChartPanel':_0x17863a(0x1ad),'exportImage':'匯出圖片','copy':'複製','setup':_0x17863a(0x26a),'customize':'自訂圖表','data':'資料','tableDataEmpty':_0x17863a(0x1d4),'dataRange':_0x17863a(0x21f),'editData':_0x17863a(0x1b4),'inlineData':_0x17863a(0x1ab),'switchRowColumn':_0x17863a(0x1a6),'useAsCategoryLabels':_0x17863a(0x26b),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x17863a(0x1cb),'addRow':'新增行','addColumn':_0x17863a(0x1f2)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x17863a(0x1ca),'gridline':_0x17863a(0x22f),'tick':_0x17863a(0x1be),'mark':'標記','dataLabel':_0x17863a(0x1d7)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':_0x17863a(0x20e),'titleText':_0x17863a(0x23f)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};export{e as default};
|
|
@@ -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;
|
|
@@ -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,19 @@
|
|
|
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
|
+
export declare function resolveChartTypeFieldValue(chartType: ChartTypeBits, pie: IChartTypeFieldPieState | null | undefined, options: readonly IChartSelectOption[]): string;
|
|
18
|
+
export declare function useChartTypeFieldState(options: readonly IChartSelectOption[]): IChartTypeFieldState;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FChart } from '@univerjs-pro/engine-chart/facade';
|
|
2
|
+
export interface IFChartUIMixin<TChart = FChart<never>> {
|
|
3
|
+
/**
|
|
4
|
+
* Exports this Chart through its host UI renderer.
|
|
5
|
+
* @returns {Promise<string | undefined>} The rendered image data URL, or `undefined` when the host has no exportable UI image.
|
|
6
|
+
* @example
|
|
7
|
+
* ```ts
|
|
8
|
+
* const fWorkbook = univerAPI.getActiveWorkbook();
|
|
9
|
+
* const fWorksheet = fWorkbook.getSheetByName('Sheet1');
|
|
10
|
+
* const image = await fWorksheet.getCharts()[0]?.exportImage();
|
|
11
|
+
* console.log(image);
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
exportImage(this: TChart): Promise<string | undefined>;
|
|
15
|
+
}
|
|
16
|
+
declare module '@univerjs-pro/engine-chart/facade' {
|
|
17
|
+
interface FChart<TSource, TDataSource, TInfo, TExtension> extends IFChartUIMixin<FChart<TSource, TDataSource, TInfo, TExtension>> {
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -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,6 +9,8 @@ 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 { ChartReferencedDataSourceEditor } from './components/ChartReferencedDataSourceEditor';
|
|
13
|
+
export type { ChartDataSourceEditorMode, IChartReferencedDataSourceEditorProps, } from './components/ChartReferencedDataSourceEditor';
|
|
12
14
|
export { buildChartThemeSelectOptions, buildChartTypeSelectOptions, CHART_TYPE_CATALOG, chartBorderWidthValues, chartLinePointSizeValues, chartOpacityValues, chartTickLengthValues, chartTickWidthValues, chartTypeToIcon, createPercentOptions, createPxOptions, STATIC_CHART_TYPE_CATALOG, } from './components/ChartTypeOptions';
|
|
13
15
|
export type { ChartTypeLabelId, IChartPrimitiveOption, IChartSelectOption, IChartTypeCatalogEntry, IChartTypeOption, IStaticChartTypeCatalogEntry, } from './components/ChartTypeOptions';
|
|
14
16
|
export { ColorPickerControl } from './components/ColorPickerControl';
|
|
@@ -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 { 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;
|
|
@@ -445,6 +450,7 @@ declare const locale: {
|
|
|
445
450
|
opacity: string;
|
|
446
451
|
font: string;
|
|
447
452
|
none: string;
|
|
453
|
+
transparent: string;
|
|
448
454
|
numberFormat: string;
|
|
449
455
|
borderWidth: string;
|
|
450
456
|
borderType: string;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { IDisposable } from '@univerjs/core';
|
|
2
|
+
import { Disposable } from '@univerjs/core';
|
|
3
|
+
export interface IChartImageExportTarget {
|
|
4
|
+
/** Stable host unit identifier when the renderer requires host context. */
|
|
5
|
+
readonly unitId?: string;
|
|
6
|
+
/** Stable host sub-unit identifier when the renderer requires host context. */
|
|
7
|
+
readonly subUnitId?: string;
|
|
8
|
+
/** Returns the stable Chart identifier. */
|
|
9
|
+
getId(): string;
|
|
10
|
+
}
|
|
11
|
+
/** UI-owned image-export implementation for one Chart host. */
|
|
12
|
+
export interface IChartImageExportProvider {
|
|
13
|
+
/** Returns whether this provider owns the supplied Chart facade. */
|
|
14
|
+
supports(chart: IChartImageExportTarget): boolean;
|
|
15
|
+
/** Exports the supplied Chart through the host's existing UI renderer. */
|
|
16
|
+
exportImage(chart: IChartImageExportTarget): Promise<string | undefined>;
|
|
17
|
+
}
|
|
18
|
+
/** Routes Chart image export to the UI renderer owned by the Chart host. */
|
|
19
|
+
export declare class ChartImageExportService extends Disposable {
|
|
20
|
+
private readonly _providers;
|
|
21
|
+
/** Registers one host UI image-export provider. */
|
|
22
|
+
register(provider: IChartImageExportProvider): IDisposable;
|
|
23
|
+
/** Exports a Chart through the first matching host UI provider. */
|
|
24
|
+
exportImage(chart: IChartImageExportTarget): Promise<string | undefined>;
|
|
25
|
+
dispose(): void;
|
|
26
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IChartModelRuntime } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import type { LocaleService } from '@univerjs/core';
|
|
3
3
|
import { Disposable } from '@univerjs/core';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
@@ -23,14 +23,14 @@ export interface IChartSnapshotInvalidation {
|
|
|
23
23
|
export interface IChartSnapshotInvalidationOptions {
|
|
24
24
|
waitForConfig?: boolean;
|
|
25
25
|
}
|
|
26
|
-
export interface IChartSnapshotRenderer<TRequest extends IChartSnapshotRequest, TRuntime extends
|
|
26
|
+
export interface IChartSnapshotRenderer<TRequest extends IChartSnapshotRequest, TRuntime extends IChartModelRuntime = IChartModelRuntime> {
|
|
27
27
|
render(request: TRequest, runtime: TRuntime): Promise<string>;
|
|
28
28
|
}
|
|
29
|
-
export interface IChartSnapshotRuntimeProvider<TRuntime extends
|
|
29
|
+
export interface IChartSnapshotRuntimeProvider<TRuntime extends IChartModelRuntime> {
|
|
30
30
|
ensureChartModel(unitId: string, chartId: string): TRuntime | undefined;
|
|
31
31
|
getChartModel(unitId: string, chartId: string): TRuntime | undefined;
|
|
32
32
|
}
|
|
33
|
-
export declare class ChartSnapshotQueue<TRequest extends IChartSnapshotRequest, TRuntime extends
|
|
33
|
+
export declare class ChartSnapshotQueue<TRequest extends IChartSnapshotRequest, TRuntime extends IChartModelRuntime = IChartModelRuntime> extends Disposable {
|
|
34
34
|
private readonly _localeService;
|
|
35
35
|
private readonly _modelService;
|
|
36
36
|
private readonly _renderer;
|
|
@@ -44,6 +44,7 @@ export declare class ChartSnapshotQueue<TRequest extends IChartSnapshotRequest,
|
|
|
44
44
|
constructor(_localeService: LocaleService, _modelService: IChartSnapshotRuntimeProvider<TRuntime>, _renderer: IChartSnapshotRenderer<TRequest, TRuntime>);
|
|
45
45
|
requestSnapshot(request: TRequest): IChartSnapshotEntry;
|
|
46
46
|
getSnapshot(request: TRequest): IChartSnapshotEntry | undefined;
|
|
47
|
+
exportImage(request: TRequest): Promise<string | undefined>;
|
|
47
48
|
invalidateChart(unitId: string, chartId: string, options?: IChartSnapshotInvalidationOptions): void;
|
|
48
49
|
getCacheKey(request: TRequest): string;
|
|
49
50
|
flushForTests(): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x443fea,_0x1c9a83){var _0x1101d4=_0x5644,_0x3d7013=_0x443fea();while(!![]){try{var _0x2d1685=parseInt(_0x1101d4(0xd3))/0x1+-parseInt(_0x1101d4(0xd4))/0x2+parseInt(_0x1101d4(0xcc))/0x3+-parseInt(_0x1101d4(0xd2))/0x4*(-parseInt(_0x1101d4(0xcb))/0x5)+parseInt(_0x1101d4(0xdb))/0x6+parseInt(_0x1101d4(0xd6))/0x7+parseInt(_0x1101d4(0xcd))/0x8*(-parseInt(_0x1101d4(0xd9))/0x9);if(_0x2d1685===_0x1c9a83)break;else _0x3d7013['push'](_0x3d7013['shift']());}catch(_0x18a466){_0x3d7013['push'](_0x3d7013['shift']());}}}(_0x41c1,0xa36c6),function(_0x34f466,_0x3027f1){var _0x2f9202=_0x5644;typeof exports=='object'&&typeof module<'u'?_0x3027f1(require('@univerjs-pro/chart-ui'),require('@univerjs-pro/engine-chart/facade')):typeof define==_0x2f9202(0xd8)&&define[_0x2f9202(0xcf)]?define([_0x2f9202(0xda),_0x2f9202(0xdd)],_0x3027f1):(_0x34f466=typeof globalThis<'u'?globalThis:_0x34f466||self,_0x3027f1(_0x34f466['UniverProChartUi'],_0x34f466[_0x2f9202(0xdc)]));}(this,function(_0x7a774a,_0x1e0ee3){var _0x2006c9=_0x5644,_0x7a48c6=class extends _0x1e0ee3[_0x2006c9(0xd7)]{[_0x2006c9(0xd0)](){var _0x492fc5=_0x2006c9;return this[_0x492fc5(0xca)][_0x492fc5(0xce)](_0x7a774a[_0x492fc5(0xd5)])['exportImage'](this);}};_0x1e0ee3[_0x2006c9(0xd7)][_0x2006c9(0xd1)](_0x7a48c6);}));function _0x5644(_0x3afb6e,_0x29f773){_0x3afb6e=_0x3afb6e-0xca;var _0x41c120=_0x41c1();var _0x56444d=_0x41c120[_0x3afb6e];return _0x56444d;}function _0x41c1(){var _0x10e64a=['function','99BfFQnO','@univerjs-pro/chart-ui','5924280LqVvPU','UniverProEngineChartFacade','@univerjs-pro/engine-chart/facade','_injector','340705HfFACN','912951FCZkxm','1847472Ibegyy','get','amd','exportImage','extend','24CvdJOj','939905ChpEal','695286FavRNn','ChartImageExportService','6417957ByzXwo','FChart'];_0x41c1=function(){return _0x10e64a;};return _0x41c1();}
|