@univerjs-pro/chart-ui 1.0.0-alpha.8 → 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 +181 -25
- 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/ChartEditPanel.d.ts +49 -0
- package/lib/types/components/ChartInlineTableEditor.d.ts +1 -1
- package/lib/types/components/ChartReferencedDataSourceEditor.d.ts +11 -0
- package/lib/types/components/ChartSemanticDataFields.d.ts +3 -3
- package/lib/types/components/ChartTypeOptions.d.ts +148 -2
- package/lib/types/components/FontFormatBar.d.ts +19 -1
- package/lib/types/components/chart-inline-starter-data.d.ts +16 -6
- package/lib/types/components/use-chart-panel-input-focus.d.ts +4 -0
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/editor/ChartEditorProvider.d.ts +11 -0
- package/lib/types/editor/atoms/common/ChartFontAtom.d.ts +28 -0
- package/lib/types/editor/atoms/common/ChartNumberFormatAtom.d.ts +9 -0
- package/lib/types/editor/atoms/common/chart-number-format.d.ts +28 -0
- package/lib/types/editor/components/ChartCheckboxField.d.ts +11 -0
- package/lib/types/editor/components/ChartColorField.d.ts +14 -0
- package/lib/types/editor/components/ChartField.d.ts +15 -0
- package/lib/types/editor/components/ChartFieldGroup.d.ts +9 -0
- package/lib/types/editor/components/ChartFieldGroupTitle.d.ts +6 -0
- package/lib/types/editor/components/ChartFieldRow.d.ts +5 -0
- package/lib/types/editor/components/ChartFontField.d.ts +28 -0
- package/lib/types/editor/components/ChartImageSelectField.d.ts +13 -0
- package/lib/types/editor/components/ChartListField.d.ts +18 -0
- package/lib/types/editor/components/ChartMultiSelectField.d.ts +25 -0
- package/lib/types/editor/components/ChartNumberField.d.ts +16 -0
- package/lib/types/editor/components/ChartSelectField.d.ts +25 -0
- package/lib/types/editor/components/ChartTextField.d.ts +14 -0
- package/lib/types/editor/hooks/use-chart-config-state.d.ts +3 -0
- package/lib/types/editor/hooks/use-chart-data-mapping-fields.d.ts +5 -0
- package/lib/types/editor/hooks/use-chart-editor-model.d.ts +3 -0
- package/lib/types/editor/hooks/use-chart-runtime-context.d.ts +13 -0
- package/lib/types/editor/hooks/use-chart-type-state.d.ts +19 -0
- package/lib/types/editor/routing/chart-edit-panel-route.d.ts +21 -0
- package/lib/types/editor/sections/ChartAxisSections.d.ts +63 -0
- package/lib/types/editor/sections/ChartIndicatorLineSection.d.ts +20 -0
- package/lib/types/editor/sections/ChartLegendSection.d.ts +27 -0
- package/lib/types/editor/sections/ChartLineAndAreaSection.d.ts +11 -0
- package/lib/types/editor/sections/ChartParetoSeriesSection.d.ts +26 -0
- package/lib/types/editor/sections/ChartSeriesSection.d.ts +60 -0
- package/lib/types/editor/sections/ChartSetupSections.d.ts +21 -0
- package/lib/types/editor/sections/ChartStyleSection.d.ts +15 -0
- package/lib/types/editor/sections/ChartTitleSections.d.ts +50 -0
- package/lib/types/editor/sections/ChartTrendlineSection.d.ts +18 -0
- package/lib/types/editor/sections/chart-capabilities.d.ts +10 -0
- package/lib/types/editor/sections/chart-style-options.d.ts +86 -0
- package/lib/types/editor/sections/specific-section/ChartCandlestickStyleSection.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChartFunnelStyleSection.d.ts +10 -0
- package/lib/types/editor/sections/specific-section/ChartHeatmapStyleSection.d.ts +10 -0
- package/lib/types/editor/sections/specific-section/ChartHistogramStyleSection.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChartPieStyleSection.d.ts +21 -0
- package/lib/types/editor/sections/specific-section/ChartRadarStyleSection.d.ts +9 -0
- package/lib/types/editor/sections/specific-section/ChartRelationStyleSection.d.ts +17 -0
- package/lib/types/editor/sections/specific-section/ChartTreemapStyleSection.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChartTypeSpecificSections.d.ts +9 -0
- package/lib/types/editor/sections/specific-section/ChartWaterfallStyleSection.d.ts +26 -0
- package/lib/types/editor/sections/specific-section/ChartWordCloudStyleSection.d.ts +21 -0
- package/lib/types/editor/sections/specific-section/ChordDataMappingAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChordLabelAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChordLayoutAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChordRibbonAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeDataMappingAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeModeAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugePointerAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeProgressAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeRangesAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeScaleAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/SunburstCenterLabelAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/SunburstDataMappingAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/SunburstLabelAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/chord-field-options.d.ts +2 -0
- package/lib/types/editor/sections/specific-section/chord-style.d.ts +16 -0
- package/lib/types/editor/sections/specific-section/gauge-style.d.ts +10 -0
- package/lib/types/editor/sections/specific-section/sunburst-label.d.ts +8 -0
- package/lib/types/editor/utils/chart-runtime-axis.d.ts +3 -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/ChartElementFloatMenu.d.ts +2 -2
- package/lib/types/float-menu/chart-element-selection.d.ts +7 -0
- package/lib/types/float-menu/constants.d.ts +72 -91
- package/lib/types/float-menu/create-chart-element-float-menu-adapter.d.ts +10 -0
- package/lib/types/float-menu/pie-mark-patch.d.ts +8 -0
- package/lib/types/float-menu/types.d.ts +28 -9
- package/lib/types/index.d.ts +74 -3
- package/lib/types/locale/en-US.d.ts +487 -58
- package/lib/types/services/chart-host-adapter.d.ts +12 -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 +59 -0
- package/lib/types/services/chart-ui.service.d.ts +19 -0
- package/lib/types/services/chart-view-state-projector.d.ts +15 -0
- package/lib/types/services/chart-view-state-registry.d.ts +11 -0
- package/lib/types/services/chart-view-state.d.ts +118 -0
- package/lib/types/services/inline-chart-creation.d.ts +42 -0
- package/lib/types/services/register-chart-config-states.d.ts +3 -0
- package/lib/types/services/register-chart-view-states/chart-specific.d.ts +4 -0
- package/lib/types/services/register-chart-view-states/semantic.d.ts +4 -0
- 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 +25 -9
- package/lib/types/components/ChartEditPanelScaffold.d.ts +0 -32
- package/lib/types/components/ChartEditorFields.d.ts +0 -68
- package/lib/types/components/ChartPresentationFields.d.ts +0 -9
- package/lib/types/components/index.d.ts +0 -19
- package/lib/types/float-menu/index.d.ts +0 -5
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0xdc78(_0x531092,_0x567731){_0x531092=_0x531092-0x1c2;const _0x16c995=_0x16c9();let _0xdc78c4=_0x16c995[_0x531092];return _0xdc78c4;}function _0x16c9(){const _0x3aa6ab=['508780rHcGpH','右對齊','最小值','695445hNlzgH','434505OKTSPb','在此複製並貼上資料','邊框顏色','圖例換行','exports','464364radNez','1773282cXrjhw','左對齊','12yafpAE','透明度','刻度線','63ijyEXT','最大值','右縱軸','648634ubxXNG','新增欄','標籤位置','副標題','8oGVIwG','資料標籤','新增列','662160dyJQYk','標題文字','資料點'];_0x16c9=function(){return _0x3aa6ab;};return _0x16c9();}const _0x563dad=_0xdc78;(function(_0x4063c2,_0x55833b){const _0x5306db=_0xdc78,_0x5b2ba8=_0x4063c2();while(!![]){try{const _0x30f2ea=parseInt(_0x5306db(0x1dd))/0x1+-parseInt(_0x5306db(0x1d6))/0x2+-parseInt(_0x5306db(0x1c6))/0x3+parseInt(_0x5306db(0x1c9))/0x4*(parseInt(_0x5306db(0x1dc))/0x5)+-parseInt(_0x5306db(0x1c7))/0x6+-parseInt(_0x5306db(0x1cf))/0x7*(parseInt(_0x5306db(0x1d3))/0x8)+-parseInt(_0x5306db(0x1cc))/0x9*(-parseInt(_0x5306db(0x1d9))/0xa);if(_0x30f2ea===_0x55833b)break;else _0x5b2ba8['push'](_0x5b2ba8['shift']());}catch(_0x3fe350){_0x5b2ba8['push'](_0x5b2ba8['shift']());}}}(_0x16c9,0x51811));const e={'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x563dad(0x1c4)},'inlineTable':{'pasteHint':_0x563dad(0x1c2),'addRow':_0x563dad(0x1d5),'addColumn':_0x563dad(0x1d0)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':'圖表標題','subtitle':_0x563dad(0x1d2),'axisTitle':'軸標題','legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x563dad(0x1ce),'gridline':'網格線','tick':_0x563dad(0x1cb),'mark':'標記','series':'系列','dataPoint':_0x563dad(0x1d8),'dataLabel':_0x563dad(0x1d4)},'field':{'title':'標題','subtitle':_0x563dad(0x1d2),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x563dad(0x1db),'max':_0x563dad(0x1cd),'color':'顏色','borderColor':_0x563dad(0x1c3),'opacity':_0x563dad(0x1ca),'labelPosition':_0x563dad(0x1d1),'labelText':'標籤文字','titleText':_0x563dad(0x1d7)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x563dad(0x1c8),'center':'置中','right':_0x563dad(0x1da)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};module[_0x563dad(0x1c5)]=e;
|
|
1
|
+
const _0x2116b2=_0x4ccb;function _0x4ccb(_0x52006f,_0x583028){_0x52006f=_0x52006f-0x19e;const _0x13459d=_0x1345();let _0x4ccb1f=_0x13459d[_0x52006f];return _0x4ccb1f;}(function(_0x514a57,_0xa5f2d6){const _0x3373a1=_0x4ccb,_0x3e3b3d=_0x514a57();while(!![]){try{const _0x325b99=parseInt(_0x3373a1(0x20e))/0x1+-parseInt(_0x3373a1(0x205))/0x2+parseInt(_0x3373a1(0x235))/0x3+-parseInt(_0x3373a1(0x23f))/0x4*(-parseInt(_0x3373a1(0x1ad))/0x5)+-parseInt(_0x3373a1(0x23c))/0x6*(parseInt(_0x3373a1(0x22b))/0x7)+parseInt(_0x3373a1(0x204))/0x8*(-parseInt(_0x3373a1(0x1c4))/0x9)+-parseInt(_0x3373a1(0x239))/0xa*(-parseInt(_0x3373a1(0x20f))/0xb);if(_0x325b99===_0xa5f2d6)break;else _0x3e3b3d['push'](_0x3e3b3d['shift']());}catch(_0x4f0671){_0x3e3b3d['push'](_0x3e3b3d['shift']());}}}(_0x1345,0xbad97));const e={'chart-ui':{'dataSource':{'inlineMode':'內嵌','referencedMode':'參照','sourceType':_0x2116b2(0x19f)},'editor':{'defaultColor':_0x2116b2(0x1b4),'fontSize':_0x2116b2(0x211)},'setup':{'stack':'堆疊','percentStacked':'百分比堆疊'},'chartTypes':{'line':_0x2116b2(0x1d2),'column':_0x2116b2(0x20a),'columnStacked':'堆疊\x20·\x20柱狀圖','columnPercentStacked':'百分比堆疊\x20·\x20柱狀圖','bar':_0x2116b2(0x1e7),'barStacked':_0x2116b2(0x1db),'barPercentStacked':_0x2116b2(0x25f),'pie':'餅圖','donut':_0x2116b2(0x217),'pieOfPie':_0x2116b2(0x1d7),'barOfPie':_0x2116b2(0x1aa),'area':'面積圖','areaStacked':_0x2116b2(0x242),'areaPercentStacked':_0x2116b2(0x22a),'radar':_0x2116b2(0x1bf),'scatter':_0x2116b2(0x25d),'combination':_0x2116b2(0x1e9),'wordCloud':'詞雲圖','funnel':_0x2116b2(0x216),'bubble':'氣泡圖','relation':_0x2116b2(0x244),'waterfall':'瀑布圖','pareto':_0x2116b2(0x1dc),'sankey':'桑基圖','heatmap':_0x2116b2(0x1b6),'boxplot':'箱型圖','candlestick':_0x2116b2(0x250),'histogram':_0x2116b2(0x254),'treemap':'矩形樹圖','sunburst':_0x2116b2(0x1e8),'gauge':'儀表板','chord':_0x2116b2(0x23d)},'section':{'waterfall':_0x2116b2(0x1f7),'paretoBar':_0x2116b2(0x1a9),'paretoLine':_0x2116b2(0x257),'pie':'餅圖','wordCloud':'詞雲','radar':'雷達圖','funnel':_0x2116b2(0x216),'relation':_0x2116b2(0x244),'lineAndArea':'折線圖\x20/\x20面積圖','gridlinesAndTicks':_0x2116b2(0x224),'indicatorLine':_0x2116b2(0x248),'candlestick':'燭台圖','histogram':_0x2116b2(0x254),'treemap':'樹狀圖','sunburst':_0x2116b2(0x1e8),'gauge':'儀表圖','chord':'和弦圖'},'presentation':{'backgroundColor':'背景顏色','theme':'主題','gradientFill':_0x2116b2(0x1dd),'bodyFontSize':'正文字體大小','bodyFontColor':_0x2116b2(0x201),'titleType':_0x2116b2(0x23a),'horizontalAxisTitle':'橫軸標題','verticalAxisTitle':_0x2116b2(0x208),'rightVerticalAxisTitle':_0x2116b2(0x221),'wrap':_0x2116b2(0x1d0),'selectMode':'選擇方式','visualMapType':'視覺圖','align':'對準'},'numberFormat':{'source':_0x2116b2(0x25a),'number':'數量','scientific':_0x2116b2(0x1a7),'custom':_0x2116b2(0x24c),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x2116b2(0x1e3),'formatTypes':_0x2116b2(0x1ec),'generalDesc':_0x2116b2(0x1f4),'accountingDesc':_0x2116b2(0x24a),'currencyDesc':_0x2116b2(0x232),'dateDesc':_0x2116b2(0x253),'thousandsDesc':_0x2116b2(0x21e),'decimalPlaces':'小數位數','currencyTypes':'貨幣類型','negativeNumberTypes':'負數類型','dateTypes':_0x2116b2(0x1b2),'setFormat':_0x2116b2(0x267)},'series':{'rightAxis':'右軸','allSeries':_0x2116b2(0x245),'aggregate':'彙總','borderOpacity':_0x2116b2(0x222),'solid':'固體','pointShape':'點狀','pointSize':_0x2116b2(0x1d1),'pointColor':_0x2116b2(0x260),'removeDataPoint':'刪除資料點','square':'廣場','rect':'矩形','roundRect':'圓角矩形','pin':'針形','emptyCircle':_0x2116b2(0x210),'emptySquare':_0x2116b2(0x1ef),'emptyTriangle':_0x2116b2(0x1c2),'emptyDiamond':_0x2116b2(0x1e6),'emptyRect':_0x2116b2(0x25b),'emptyRoundRect':'空心圓角矩形','emptyPin':'空心針形','emptyArrow':_0x2116b2(0x200)},'lineAndArea':{'lineStyle':_0x2116b2(0x1ca),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x2116b2(0x1b5),'breakLine':'斷線','connect':_0x2116b2(0x1c3),'zero':_0x2116b2(0x21c)},'axis':{'useDateAxis':_0x2116b2(0x1d8),'target':'軸','lineColor':_0x2116b2(0x229),'lineWidth':'線寬','labelRotation':'標籤旋轉','reverse':_0x2116b2(0x218),'gridlineVisible':_0x2116b2(0x1a1),'gridlineColor':'網格線顏色','gridlineWidth':_0x2116b2(0x1cb),'tickVisible':'蜱蟲','tickLength':_0x2116b2(0x1c1),'tickWidth':'刻度寬度','tickColor':_0x2116b2(0x1a5),'tickPosition':_0x2116b2(0x1ce)},'indicator':{'lineColor':'指示線顏色','lineType':_0x2116b2(0x249),'labelBackground':_0x2116b2(0x207),'labelText':'標籤文字顏色'},'trendline':{'add':'添加趨勢線','type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x2116b2(0x1a3),'power':'電源','movingAverage':_0x2116b2(0x1be),'showFormula':_0x2116b2(0x1e5),'showR2':_0x2116b2(0x1d9),'order':'訂單','period':'時期','formulaColor':_0x2116b2(0x223),'r2Color':_0x2116b2(0x1a4)},'pareto':{'includeZeroValues':'包括零值'},'plotArea':{'label':_0x2116b2(0x203),'manual':'手動','left':'左側(%)','top':_0x2116b2(0x1b7),'width':_0x2116b2(0x1fa),'height':_0x2116b2(0x1a8)},'bar':{'layout':_0x2116b2(0x1d6),'gapWidth':'分類間距(%)','overlap':_0x2116b2(0x1fc)},'pie':{'mode':'圖表形態','modeNormal':'一般','modePieOfPie':_0x2116b2(0x1d7),'modeBarOfPie':_0x2116b2(0x1aa),'splitType':'分割依據','splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x2116b2(0x22e),'customSelectedCountValue':'已選取\x20{0}\x20個資料點','positionCount':_0x2116b2(0x1b1),'valueLessThan':_0x2116b2(0x251),'percentageLessThan':_0x2116b2(0x1f5),'secondarySize':_0x2116b2(0x25c),'advancedLayout':_0x2116b2(0x1a2),'connector':'連接線','slices':'扇區','gapWidth':_0x2116b2(0x227),'connectorColor':'連接線顏色','connectorWidth':'連接線寬度','connectorType':_0x2116b2(0x252),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':'數值縮放','doughnutHole':_0x2116b2(0x1c6),'startAngle':'起始角度','explosion':'扇區分離(%)','paddingAngle':_0x2116b2(0x1c9),'halfPie':_0x2116b2(0x1e4),'rosePie':_0x2116b2(0x1b9),'labelLine':_0x2116b2(0x1eb)},'radar':{'shape':'雷達形狀','polygon':_0x2116b2(0x258),'fill':_0x2116b2(0x22f)},'funnel':{'gap':'專案差距','absoluteValues':_0x2116b2(0x206)},'heatmap':{'unit':_0x2116b2(0x1ed),'labels':_0x2116b2(0x261)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':'節點形狀','valueSize':_0x2116b2(0x1ac),'rotateLabels':_0x2116b2(0x1df),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x2116b2(0x26b),'repeat':'重複單字','cloud':'雲','rect':'長方形','cardioid':'心形','heart':'心','triangle-forward':_0x2116b2(0x219),'pentagon':_0x2116b2(0x220),'star':'明星'},'waterfall':{'styleTarget':_0x2116b2(0x1f1),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':'使用小計','connector':_0x2116b2(0x1f2)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x2116b2(0x1ba),'open':_0x2116b2(0x20b),'high':_0x2116b2(0x265),'low':_0x2116b2(0x209),'close':'收盤價','rising':'上漲','falling':'下跌','doji':_0x2116b2(0x231),'bodyColor':_0x2116b2(0x1d3),'fillOpacity':_0x2116b2(0x1fb),'wickColor':_0x2116b2(0x1fe),'wickWidth':_0x2116b2(0x1b3),'wickOpacity':'影線不透明度','candleWidth':'燭身寬度','hollow':_0x2116b2(0x247),'columnsError':_0x2116b2(0x1f3),'series':_0x2116b2(0x268)},'histogram':{'binGap':'組距','binningMode':_0x2116b2(0x233),'count':'計數','width':'寬度','binCount':'組數','binWidth':_0x2116b2(0x213),'underflow':_0x2116b2(0x1af),'overflow':'溢出閾值','frequency':'頻數'},'treemap':{'parentLabelLayout':_0x2116b2(0x1bc),'banner':'橫幅','overlapping':'重疊','leafLabel':_0x2116b2(0x21d),'hierarchy':_0x2116b2(0x1da),'diagnostic':'矩形樹圖至少需要一個階層欄位和一個數值欄位。'},'sunburst':{'hierarchy':'階層','addHierarchy':'新增階層','moveUp':_0x2116b2(0x212),'moveDown':'向下移動階層欄位','removeHierarchy':_0x2116b2(0x214),'centerLabel':_0x2116b2(0x1ea),'labelFormat':'標籤樣式','diagnostic':_0x2116b2(0x1c8)},'gauge':{'scale':'刻度範圍','majorDivisions':_0x2116b2(0x1ff),'minorDivisions':_0x2116b2(0x256),'angles':'角度','endAngle':_0x2116b2(0x1f8),'ranges':'範圍','rangeFrom':'起始值','rangeTo':_0x2116b2(0x1e0),'addRange':_0x2116b2(0x26a),'removeRange':_0x2116b2(0x1de),'axisTick':'刻度線','splitLine':_0x2116b2(0x241),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':'經典指針','pointerSlim':_0x2116b2(0x20d),'template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':_0x2116b2(0x215),'customized':'自訂','axisLabelNumberFormat':_0x2116b2(0x21b),'detailNumberFormat':'中心數值格式','emptyDiagnostic':'儀表圖至少需要一個有限數值。','mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':_0x2116b2(0x1b0)},'chord':{'source':'來源','target':'目標','count':_0x2116b2(0x19e),'node':'節點','ribbon':'連接帶','clockwise':_0x2116b2(0x21a),'padAngle':_0x2116b2(0x259),'minAngle':_0x2116b2(0x230),'innerRadius':_0x2116b2(0x1e1),'outerRadius':_0x2116b2(0x24e),'invalidRadii':_0x2116b2(0x234),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x2116b2(0x1f0),'self':'目前節點','emptyDiagnostic':_0x2116b2(0x22c),'mappingDiagnostic':_0x2116b2(0x266),'configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','associatedValue':'關聯值'},'common':{'category':'類別','seriesName':_0x2116b2(0x269),'value':'數值','percentage':_0x2116b2(0x1cc),'borderColor':_0x2116b2(0x225),'labelContent':_0x2116b2(0x236),'labelPosition':_0x2116b2(0x1d4),'dataLabels':_0x2116b2(0x1f9),'chartType':_0x2116b2(0x1cf),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x2116b2(0x1bb),'chartAndAxisTitles':_0x2116b2(0x23e),'legend':'圖例','chartTitle':'圖表標題','subtitle':'副標題','series':'系列','dataPoint':_0x2116b2(0x1d5),'trendline':_0x2116b2(0x1ab),'horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x2116b2(0x24d),'layout':_0x2116b2(0x1c7),'arrow':'箭頭','axisLabels':_0x2116b2(0x237),'currency':'貨幣','date':'日期','displayName':_0x2116b2(0x1f6),'emphasis':'強調','heatmap':'熱力圖','lineColor':_0x2116b2(0x229),'lineWidth':'線寬','min':_0x2116b2(0x246),'max':_0x2116b2(0x1c0),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':'左對齊','center':'置中','right':_0x2116b2(0x1bd)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x2116b2(0x1c5),'font':'字體','none':'無','transparent':'透明','numberFormat':_0x2116b2(0x21f),'borderWidth':'邊框寬度','borderType':_0x2116b2(0x24f),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x2116b2(0x24b),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x2116b2(0x228),'valueField':_0x2116b2(0x255),'categoryName':_0x2116b2(0x240),'ownValue':_0x2116b2(0x243),'children':'子項','label':'標籤','editChart':_0x2116b2(0x202),'deleteChart':_0x2116b2(0x20c),'insertChart':_0x2116b2(0x1b8),'insertChartFailed':'插入圖表失敗','openChartPanel':_0x2116b2(0x22d),'hideChartPanel':_0x2116b2(0x1fd),'exportImage':_0x2116b2(0x25e),'copy':'複製','setup':_0x2116b2(0x1a6),'customize':_0x2116b2(0x226),'data':'資料','tableDataEmpty':'表格資料為空','dataRange':_0x2116b2(0x1a0),'editData':_0x2116b2(0x1e2),'inlineData':'內嵌資料','switchRowColumn':'切換列或欄','useAsCategoryLabels':_0x2116b2(0x264),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x2116b2(0x1cd),'addRow':'新增行','addColumn':_0x2116b2(0x1ae)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x2116b2(0x238),'gridline':_0x2116b2(0x1a1),'tick':_0x2116b2(0x263),'mark':'標記','dataLabel':_0x2116b2(0x1f9)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':_0x2116b2(0x1ee),'titleText':_0x2116b2(0x262)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};function _0x1345(){const _0x142287=['空心正方形','相鄰節點','樣式目標','連接線','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','常規格式不包含任何特定的數字格式。','百分比小於','顯示名稱','瀑布圖','結束角度','資料標籤','寬度(%)','填滿不透明度','系列重疊(%)','隱藏圖表面板','影線顏色','主刻度數','空心箭頭','正文字體顏色','編輯圖表','繪圖區','3265016xvabgU','2483342qoqsYU','使用絕對值','標籤背景','縱軸標題','最低價','柱狀圖','開盤價','刪除圖表','纖細指針','33620gMdvHy','498146jGOENB','空心圓形','字體大小','向上移動階層欄位','組距寬度','刪除階層欄位','進階設定','漏斗圖','環形圖','反轉軸','前三角','順時針','軸標籤數字格式','視為零','葉子標籤','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','數字格式','五角大廈','右縱軸標題','邊框透明度','配方顏色','網格線和刻度線','邊框顏色','自訂圖表','主要與次要圖表間距','起始角度','線條顏色','百分比堆疊面積圖','847pJFeAg','弦圖至少需要兩個不同節點之間的一條正權重關係。','開啟圖表面板','自訂分割','區域填充','最小角度','十字線','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','分檔模式','內半徑必須小於外半徑。','548430ffdJAp','標籤內容','軸標籤','軸標題','590QxUphJ','標題類型','exports','38598lCOQaa','和弦圖','圖表與座標軸標題','2896rQtOJF','類別名稱','分隔線','堆疊面積圖','自身值','關係圖','全系列','最小值','空心\x20K\x20線','指示線','指示線類型','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','三角形','自訂格式','右縱軸','外半徑','邊框類型','K\x20線圖','數值小於','連接線類型','日期格式將日期和時間系列數值顯示為日期值。','直方圖','數值欄位','每個主刻度的次刻度數','累積占比系列','多邊形','間隔角度','來源格式','空心矩形','次要圖表大小','散點圖','匯出圖片','百分比堆疊條形圖','資料點顏色','細胞標籤','標題文字','刻度線','使用\x20{0}\x20作為類別','最高價','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','設定標籤格式','OHLC\x20數列','系列名稱','添加範圍','掩模圖像ID','關係數','來源類型','資料範圍','網格線','進階版面配置','多項式','R²顏色','刻度線顏色','設定圖表','科學的','高度(%)','長條圖系列','複合餅圖','趨勢線','按值調整節點大小','7745egQqoa','新增欄目','下溢閾值','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','次要圖表資料點數','日期類型','影線寬度','預設顏色','無效值','熱力圖','頂部(%)','插入圖表','玫瑰派','K\x20線狀態','圖表樣式','父標籤佈局','右對齊','移動平均線','雷達圖','最大值','刻度長度','空心三角形','連接數據點','27MrdtOo','透明度','甜甜圈洞','版面配置','旭日圖至少需要一個階層欄位和一個數值欄位。','切片間距','線條樣式','網格線寬度','百分比','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','刻度位置','圖表類型','包裹圖例','點大小','折線圖','燭身顏色','標籤位置','資料點','柱形間距','子母餅圖','將標籤視為日期','顯示\x20R²','階層欄位','堆疊條形圖','排列圖','漸變填充','刪除範圍','旋轉標籤','結束值','內半徑','編輯資料','千分位符','半個餡餅','顯示公式','空心菱形','條形圖','旭日圖','組合圖','中心總計','標籤線','格式類型','價值單位','標籤文字'];_0x1345=function(){return _0x142287;};return _0x1345();}module[_0x2116b2(0x23b)]=e;
|
package/lib/es/facade.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x487aa2=_0x7e27;function _0x39cc(){var _0x3181c6=['79652fZHbrq','extend','3095515vGqqKD','get','38pEOGhX','9433384WSWBTJ','exportImage','7319270foGUIK','_injector','9BiIzNQ','654444AzrDBW','9736tTYLYa','284802wCNwOg','1797onraos'];_0x39cc=function(){return _0x3181c6;};return _0x39cc();}(function(_0x57fa67,_0xa0b7a4){var _0x36f669=_0x7e27,_0x232c8d=_0x57fa67();while(!![]){try{var _0x14ff89=-parseInt(_0x36f669(0x1c2))/0x1*(parseInt(_0x36f669(0x1c6))/0x2)+-parseInt(_0x36f669(0x1c1))/0x3*(-parseInt(_0x36f669(0x1bf))/0x4)+parseInt(_0x36f669(0x1c4))/0x5+-parseInt(_0x36f669(0x1c0))/0x6+-parseInt(_0x36f669(0x1be))/0x7+parseInt(_0x36f669(0x1c7))/0x8*(parseInt(_0x36f669(0x1cb))/0x9)+-parseInt(_0x36f669(0x1c9))/0xa;if(_0x14ff89===_0xa0b7a4)break;else _0x232c8d['push'](_0x232c8d['shift']());}catch(_0x384a71){_0x232c8d['push'](_0x232c8d['shift']());}}}(_0x39cc,0xd4650));import{ChartImageExportService as _0x13dc24}from'@univerjs-pro/chart-ui';import{FChart as _0x20cd88}from'@univerjs-pro/engine-chart/facade';function _0x7e27(_0x2a9471,_0x2ecbca){_0x2a9471=_0x2a9471-0x1be;var _0x39cc1c=_0x39cc();var _0x7e2715=_0x39cc1c[_0x2a9471];return _0x7e2715;}var n=class extends _0x20cd88{[_0x487aa2(0x1c8)](){var _0xfa981b=_0x487aa2;return this[_0xfa981b(0x1ca)][_0xfa981b(0x1c5)](_0x13dc24)[_0xfa981b(0x1c8)](this);}};_0x20cd88[_0x487aa2(0x1c3)](n);export{};
|