@univerjs-pro/boards-chart-ui 1.0.0-alpha.3
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/README.md +42 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +325 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/common/BoardChartTypeOptions.d.ts +9 -0
- package/lib/types/common/board-chart-frame-style.d.ts +40 -0
- package/lib/types/components/BoardChartDataEditorDialog.d.ts +13 -0
- package/lib/types/components/BoardChartDomRenderer.d.ts +7 -0
- package/lib/types/components/BoardChartEditPanel.d.ts +8 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/controllers/board-chart-element-float-menu.controller.d.ts +27 -0
- package/lib/types/controllers/board-chart-floating-toolbar.render-controller.d.ts +27 -0
- package/lib/types/controllers/board-chart-open-edit.controller.d.ts +21 -0
- package/lib/types/controllers/board-chart-panel.controller.d.ts +24 -0
- package/lib/types/controllers/board-chart-selection.controller.d.ts +21 -0
- package/lib/types/controllers/board-chart-snapshot-refresh.controller.d.ts +12 -0
- package/lib/types/controllers/boards-chart-ui-components.controller.d.ts +5 -0
- package/lib/types/hooks.d.ts +3 -0
- package/lib/types/index.d.ts +27 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +248 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +23 -0
- package/lib/types/render-adapters/board-chart-render-adapter.d.ts +23 -0
- package/lib/types/render-objects/board-chart-image-rect.d.ts +24 -0
- package/lib/types/services/board-chart-clipboard-adapter.d.ts +28 -0
- package/lib/types/services/board-chart-data-edit.service.d.ts +24 -0
- package/lib/types/services/board-chart-edit-session.service.d.ts +31 -0
- package/lib/types/services/board-chart-element-popup-anchor.d.ts +10 -0
- package/lib/types/services/board-chart-element-selection.d.ts +7 -0
- package/lib/types/services/board-chart-host.d.ts +29 -0
- package/lib/types/services/board-chart-render.service.d.ts +55 -0
- package/lib/types/services/board-chart-snapshot-render.service.d.ts +57 -0
- package/lib/types/services/board-chart-ui.service.d.ts +124 -0
- package/lib/types/views/BoardChartFloatingToolbar.d.ts +14 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +91 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3e0c52=_0x20fd;function _0x20fd(_0x5d1717,_0x28622a){_0x5d1717=_0x5d1717-0x153;const _0x1df6bf=_0x1df6();let _0x20fd46=_0x1df6bf[_0x5d1717];return _0x20fd46;}(function(_0x5bacb3,_0x54e34e){const _0x47d4ff=_0x20fd,_0x86f586=_0x5bacb3();while(!![]){try{const _0x309b98=parseInt(_0x47d4ff(0x166))/0x1+parseInt(_0x47d4ff(0x1ca))/0x2*(parseInt(_0x47d4ff(0x1f6))/0x3)+parseInt(_0x47d4ff(0x1e2))/0x4*(parseInt(_0x47d4ff(0x179))/0x5)+parseInt(_0x47d4ff(0x1e4))/0x6+-parseInt(_0x47d4ff(0x1fe))/0x7*(parseInt(_0x47d4ff(0x1dc))/0x8)+-parseInt(_0x47d4ff(0x175))/0x9*(parseInt(_0x47d4ff(0x1cb))/0xa)+parseInt(_0x47d4ff(0x1ed))/0xb*(-parseInt(_0x47d4ff(0x181))/0xc);if(_0x309b98===_0x54e34e)break;else _0x86f586['push'](_0x86f586['shift']());}catch(_0x309969){_0x86f586['push'](_0x86f586['shift']());}}}(_0x1df6,0x51602));function _0x1df6(){const _0x2bfd22=['Poloha\x20značiek','Stred','Prázdny\x20štvorec','Polynomiálna','198303nLowVm','Okraj\x20s\x20hrúbkou','Vloženie\x20grafu\x20zlyhalo','Okraj\x20s\x20priehľadnosťou','Žiadne','Stohovaný\x20pruhový\x20graf','Graf\x20vzťahov','Dĺžka\x20značiek','1652777TULAZG','Auto','Logaritmická','Viaceré','Veľkosť','Prázdny\x20zaoblený\x20obdĺžnik','Vodorovná\x20os','Zobraziť\x20os','Koniec','Vonku','Lievikový\x20graf','Začiatok','Prázdny\x20kruh','Názvy\x20grafu\x20a\x20osí','Krabicový\x20graf','Lineárna','Spojiť\x20dátové\x20body\x20priamymi\x20čiarami','Pevný\x20počet\x20desatinných\x20miest','Rozsah\x20mapy\x20vizualizácie','Odpudzovanie','533183EXQeCd','Mocninná','Čiarový\x20graf\x20·\x20Plošný\x20graf','Všetky\x20série','Odstrániť\x20rad\x20{0}','Zdroj\x20dát\x20grafu\x20musí\x20mať\x20viac\x20ako\x201\x20riadok\x20a\x201\x20stĺpec.','Povoliť\x20efekt\x20zvýraznenia\x20výberu','Zarovnanie\x20názvu\x20osi','Hlavná\x20značka\x20s\x20farbou','Plošný\x20graf','Štvorec','Bod\x20s\x20farbou','Mriežka\x20a\x20značky','Min','Pravá\x20zvislá\x20os','36QUmEKj','Formát\x20názvu','Plná','Prázdna\x20šípka','20NSOeAG','Použiť\x20dátovú\x20os','Opakovať\x20word\x20cloud','Výplň\x20s\x20priehľadnosťou','Šípka','Popis\x20bubliny\x20·\x20Text\x20názvu','Pridať\x20sériu','Sankeyho\x20graf','6026088ZSneYu','Séria\x20stĺpcového\x20grafu','Hodnota','Mriežky\x20s\x20farbou','Os\x20Y','Zobraziť\x20vodiacu\x20čiaru\x20popisku','Odstrániť\x20graf','Použiť\x20pravú\x20os','Max','Text\x20názvu','Stĺpcový\x20graf','R\x20na\x20druhú\x20s\x20farbou','Popis\x20bubliny','Názov\x20trendovej\x20čiary','Postupne','Zvislá\x20os','Bod\x20·\x20Výplň','Prázdny\x20trojuholník','Hlavná\x20značka','Zrušiť','Otočenie\x20popisku','Stoh','Použiť','Špendlík','Vľavo','Mnohouholník','Negatívne','Zobraziť\x20medzisúčet','Vodopádový\x20graf\x20·\x20Stoh','Jednotlivé','Tepelná\x20mapa','Dátový\x20bod','Vodopádový\x20graf','Údaje\x20tabuľky\x20sú\x20prázdne','Obdobie\x20kĺzavého\x20priemeru','Čiara\x20s\x20hrúbkou','Po\x20častiach','Pruhový\x20graf','Mriežky\x20s\x20hrúbkou','Zavrieť','Typ\x20grafu','Vnútri','Kruh','Gravitácia','Polovičný\x20koláč','Názov','Duplikovať','Názov\x20osi\x20Y','Bod\x20s\x20tvarom','Editor\x20grafu','Popisky\x20údajov','Prázdny\x20špendlík','Čiara\x20s\x20farbou','Séria','Predvolené','Stoh\x20·\x20Stĺpcový\x20graf','Hore','Séria\x20·\x20Typ\x20grafu','Bod\x20s\x20priehľadnosťou','Legenda\x20s\x20formátom','Nastavenie','Percentuálne\x20stohovaný\x20plošný\x20graf','Legenda','Použiť\x20absolútnu\x20hodnotu','Bod\x20s\x20veľkosťou','Prstencový\x20graf','Čiarkovaná','Prázdny\x20kosoštvorec','Bublinový\x20graf\x20·\x20Údaje','Režim\x20výberu\x20legendy','Otočiť\x20popisky','Čiarový\x20graf','Nastaviť\x20formát\x20popisku','20FdunsC','319610fRucbB','Zobraziť\x20R\x20na\x20druhú','Pozitívne','Kĺzavý\x20priemer','Oblak\x20slov','Mierka\x20hodnoty','Séria\x20kumulatívneho\x20percenta','Oblak\x20slov\x20ID','Témy','Zobraziť\x20popisky','Trojuholník','Koláčový\x20graf','Percentuálny\x20stoh\x20·\x20Stĺpcový\x20graf','Obdĺžnik','Kosoštvorec','Čiara\x20s\x20priehľadnosťou','Typ\x20rozloženia','8oqxprz','Kombinovaný\x20graf','Prázdny\x20obdĺžnik','Vzdialenosť\x20uzlov','Tvar\x20word\x20cloudu','Radarový\x20graf','634596kfnhme','Výplň','2250012nuIxGz','Hladká','Názov\x20pravej\x20osi\x20Y','Exponenciálna','nula','Čiara','Podnázov','Otvor\x20v\x20šiške','Typ\x20prerušovanej\x20čiary','33gqeVhF','Kontinuálny','Hlavný\x20názov','Bublinový\x20graf','Popis\x20bubliny\x20·\x20Farba\x20pozadia'];_0x1df6=function(){return _0x2bfd22;};return _0x1df6();}const e={'boards-chart-ui':{'editChart':_0x3e0c52(0x1b2),'deleteChart':_0x3e0c52(0x187),'setupChart':_0x3e0c52(0x1bd),'customizeChart':'Prispôsobiť','data':'Údaje','chartType':_0x3e0c52(0x1a9),'themes':_0x3e0c52(0x1d3),'gradientFill':'Prechodová\x20výplň','stack':'Stoh','category':'Kategória','series':_0x3e0c52(0x1b6),'addSeries':_0x3e0c52(0x17f),'removeSeries':_0x3e0c52(0x16a),'switchRowColumn':'Prepnúť\x20na\x20riadok/stĺpec','waterfall':'Vodopádový\x20graf','useSubtotal':_0x3e0c52(0x19c),'chartStyle':'Štýl\x20grafu','chartAndAxisTitles':_0x3e0c52(0x15f),'legend':_0x3e0c52(0x1bf),'horizontalAxis':_0x3e0c52(0x158),'verticalAxis':_0x3e0c52(0x190),'rightVerticalAxis':_0x3e0c52(0x174),'gridlinesAndTicks':_0x3e0c52(0x172),'indicatorLine':'Indikačná\x20čiara','trendline':'Trendová\x20čiara','paretoBarSeries':_0x3e0c52(0x182),'paretoLineSeries':_0x3e0c52(0x1d1),'pie':_0x3e0c52(0x1d6),'wordCloud':_0x3e0c52(0x1cf),'radar':_0x3e0c52(0x1e1),'funnel':_0x3e0c52(0x15c),'heatmap':_0x3e0c52(0x19f),'relation':_0x3e0c52(0x1fc),'lineAndArea':_0x3e0c52(0x168),'bubbleData':_0x3e0c52(0x1c5),'waterfallStack':_0x3e0c52(0x19d),'field':{'label':_0x3e0c52(0x18d),'xAxis':'Os\x20X','yAxis':_0x3e0c52(0x185),'size':_0x3e0c52(0x156),'position':'Poloha','labelFormat':_0x3e0c52(0x1c9),'labelRotate':_0x3e0c52(0x195),'min':_0x3e0c52(0x173),'max':_0x3e0c52(0x189),'numberFormat':_0x3e0c52(0x1c9),'gridlineColor':_0x3e0c52(0x184),'gridlineWidth':_0x3e0c52(0x1a7),'tickPosition':_0x3e0c52(0x1f2),'tickLength':_0x3e0c52(0x1fd),'tickWidth':'Hlavná\x20značka\x20s\x20hrúbkou','tickColor':_0x3e0c52(0x16e),'seriesType':_0x3e0c52(0x1ba),'fill':_0x3e0c52(0x1e3),'fillOpacity':_0x3e0c52(0x17c),'border':'Okraj','borderWidth':_0x3e0c52(0x1f7),'borderDash':_0x3e0c52(0x1ec),'borderOpacity':_0x3e0c52(0x1f9),'pointShape':_0x3e0c52(0x1b1),'pointSize':_0x3e0c52(0x1c1),'pointColor':_0x3e0c52(0x171),'dataPoint':'Dátový\x20bod','selectDataPoint':_0x3e0c52(0x1a0),'pointFill':_0x3e0c52(0x191),'pointOpacity':_0x3e0c52(0x1bb),'dataNodeShape':'Tvar\x20dátového\x20uzla','layout':_0x3e0c52(0x1db),'repulsion':_0x3e0c52(0x165),'gravity':_0x3e0c52(0x1ac),'edgeLength':_0x3e0c52(0x1df),'displayName':_0x3e0c52(0x18e),'type':'Typ\x20grafu','order':'Stupeň\x20polynómu','period':_0x3e0c52(0x1a3),'lineColor':_0x3e0c52(0x1b5),'lineOpacity':_0x3e0c52(0x1da),'lineType':'Typ\x20prerušovanej\x20čiary','lineWidth':_0x3e0c52(0x1a4),'formulaColor':'Vzorec\x20s\x20farbou','r2Color':_0x3e0c52(0x18c),'textSize':'Text\x20názvu\x20s\x20veľkosťou','titleSize':'Názov\x20s\x20veľkosťou','title':_0x3e0c52(0x1ae),'titleText':_0x3e0c52(0x18a),'titlePosition':'Poloha\x20názvu','titleAlign':_0x3e0c52(0x16d),'titleFormat':_0x3e0c52(0x176),'legendText':'Legenda','doughnutHole':_0x3e0c52(0x1eb),'valueScale':_0x3e0c52(0x1d0),'fixedDigits':_0x3e0c52(0x163),'valueSuffix':'Prípona\x20hodnoty','shape':_0x3e0c52(0x1e0),'maskImageId':_0x3e0c52(0x1d2),'gap':'Medzera','visualMap':_0x3e0c52(0x164),'areaLine':_0x3e0c52(0x1e9),'invalidValues':'Zobraziť\x20prázdne\x20bunky\x20ako','selectMode':_0x3e0c52(0x1c6),'legendLabelFormat':_0x3e0c52(0x1bc),'axis':'Os','line':_0x3e0c52(0x1e9),'labelBackground':_0x3e0c52(0x1f1),'labelText':_0x3e0c52(0x17e)},'control':{'dataLabels':_0x3e0c52(0x1b3),'showLabels':_0x3e0c52(0x1d4),'reverseAxis':'Obrátiť\x20poradie\x20osí','showAxisLine':_0x3e0c52(0x159),'useDateAxis':_0x3e0c52(0x17a),'majorGridlines':'Hlavné\x20mriežky','majorTicks':_0x3e0c52(0x193),'useRightVerticalAxis':_0x3e0c52(0x188),'useValueAsSymbolSize':'Použiť\x20hodnotu\x20ako\x20veľkosť\x20uzla','emphasisOnHover':_0x3e0c52(0x16c),'rotateLabels':_0x3e0c52(0x1c7),'showFormula':'Zobraziť\x20vzorec','showR2':_0x3e0c52(0x1cc),'padAngle':'Uhol\x20odsadenia\x20popisku','halfPie':_0x3e0c52(0x1ad),'rosePie':'Ružicový\x20koláč','showLabelLine':_0x3e0c52(0x186),'repeatWords':_0x3e0c52(0x17b),'fill':'Výplň','useAbsoluteValues':_0x3e0c52(0x1c0)},'content':{'trendlineIndex':'Trendová\x20čiara\x20{0}','trendlineUnavailable':'Pridať\x20trendovú\x20čiaru','positive':_0x3e0c52(0x1cd),'negative':_0x3e0c52(0x19b),'subtotal':'Medzisúčet'},'option':{'default':_0x3e0c52(0x1b7),'none':_0x3e0c52(0x1fa),'stacked':_0x3e0c52(0x196),'percentStacked':'Percentuálny\x20stoh','top':_0x3e0c52(0x1b9),'right':'Vpravo','bottom':'Dole','left':_0x3e0c52(0x199),'arrangement':_0x3e0c52(0x18f),'solid':_0x3e0c52(0x177),'dashed':_0x3e0c52(0x1c3),'dotted':'Bodkovaná','circle':_0x3e0c52(0x1ab),'square':_0x3e0c52(0x170),'triangle':_0x3e0c52(0x1d5),'diamond':_0x3e0c52(0x1d9),'rectangle':_0x3e0c52(0x1d8),'roundRectangle':'Zaoblený\x20obdĺžnik','pin':_0x3e0c52(0x198),'arrow':_0x3e0c52(0x17d),'emptyCircle':_0x3e0c52(0x15e),'emptySquare':_0x3e0c52(0x1f4),'emptyTriangle':_0x3e0c52(0x192),'emptyDiamond':_0x3e0c52(0x1c4),'emptyRectangle':_0x3e0c52(0x1de),'emptyRoundRectangle':_0x3e0c52(0x157),'emptyPin':_0x3e0c52(0x1b4),'emptyArrow':_0x3e0c52(0x178),'auto':_0x3e0c52(0x153),'inside':_0x3e0c52(0x1aa),'outside':_0x3e0c52(0x15b),'value':_0x3e0c52(0x183),'percentage':'Percento','chartTitle':_0x3e0c52(0x1ef),'subtitle':_0x3e0c52(0x1ea),'horizontalAxisTitle':'Názov\x20osi\x20X','verticalAxisTitle':_0x3e0c52(0x1b0),'rightVerticalAxisTitle':_0x3e0c52(0x1e6),'start':_0x3e0c52(0x15d),'center':_0x3e0c52(0x1f3),'end':_0x3e0c52(0x15a),'single':_0x3e0c52(0x19e),'multiple':_0x3e0c52(0x155),'disabled':_0x3e0c52(0x1a8),'continuous':_0x3e0c52(0x1ee),'piecewise':_0x3e0c52(0x1a5),'line':_0x3e0c52(0x1e9),'smooth':_0x3e0c52(0x1e5),'step':'Kroková','polygon':_0x3e0c52(0x19a),'showAsGaps':'medzery','showAsZero':_0x3e0c52(0x1e8),'connectDataPoints':_0x3e0c52(0x162),'circular':'Kruhové','force':'Silovo\x20riadené','column':'Stĺpcový\x20graf','area':_0x3e0c52(0x16f),'linear':_0x3e0c52(0x161),'exponential':_0x3e0c52(0x1e7),'logarithmic':_0x3e0c52(0x154),'power':_0x3e0c52(0x167),'movingAverage':_0x3e0c52(0x1ce),'polynomial':_0x3e0c52(0x1f5),'allSeries':_0x3e0c52(0x169),'cloud':_0x3e0c52(0x1cf),'rect':_0x3e0c52(0x1d8),'cardioid':_0x3e0c52(0x1ab),'heart':'♡','triangleForward':_0x3e0c52(0x1d5),'pentagon':_0x3e0c52(0x19a),'star':'★'},'dataEditor':{'unavailable':_0x3e0c52(0x16b),'tableEmpty':_0x3e0c52(0x1a2),'updateFailed':_0x3e0c52(0x1f8),'cancel':_0x3e0c52(0x194),'duplicate':_0x3e0c52(0x1af),'apply':_0x3e0c52(0x197)},'chartTypes':{'line':_0x3e0c52(0x1c8),'column':_0x3e0c52(0x18b),'columnStacked':_0x3e0c52(0x1b8),'columnPercentStacked':_0x3e0c52(0x1d7),'bar':_0x3e0c52(0x1a6),'barStacked':_0x3e0c52(0x1fb),'barPercentStacked':'Percentuálne\x20stohovaný\x20pruhový\x20graf','pie':_0x3e0c52(0x1d6),'donut':_0x3e0c52(0x1c2),'area':'Plošný\x20graf','areaStacked':'Stohovaný\x20plošný\x20graf','areaPercentStacked':_0x3e0c52(0x1be),'radar':_0x3e0c52(0x1e1),'scatter':'Bodový\x20graf','combination':_0x3e0c52(0x1dd),'wordCloud':'Graf\x20oblaku\x20slov','funnel':_0x3e0c52(0x15c),'bubble':_0x3e0c52(0x1f0),'relation':_0x3e0c52(0x1fc),'waterfall':_0x3e0c52(0x1a1),'pareto':'Paretov\x20graf','sankey':_0x3e0c52(0x180),'heatmap':_0x3e0c52(0x19f),'boxplot':_0x3e0c52(0x160)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x11a5(_0x247cc,_0x4199d5){_0x247cc=_0x247cc-0x11d;const _0x16437c=_0x1643();let _0x11a5c8=_0x16437c[_0x247cc];return _0x11a5c8;}const _0x499d60=_0x11a5;(function(_0x10d2ef,_0xd34a1f){const _0x13e4be=_0x11a5,_0x4af8e3=_0x10d2ef();while(!![]){try{const _0x949bef=-parseInt(_0x13e4be(0x143))/0x1+parseInt(_0x13e4be(0x1ac))/0x2*(-parseInt(_0x13e4be(0x1c3))/0x3)+-parseInt(_0x13e4be(0x14d))/0x4+parseInt(_0x13e4be(0x1c6))/0x5+parseInt(_0x13e4be(0x1a1))/0x6*(parseInt(_0x13e4be(0x190))/0x7)+-parseInt(_0x13e4be(0x166))/0x8+parseInt(_0x13e4be(0x1c7))/0x9*(parseInt(_0x13e4be(0x151))/0xa);if(_0x949bef===_0xd34a1f)break;else _0x4af8e3['push'](_0x4af8e3['shift']());}catch(_0x3a4242){_0x4af8e3['push'](_0x4af8e3['shift']());}}}(_0x1643,0xbaa87));const e={'boards-chart-ui':{'editChart':_0x499d60(0x196),'deleteChart':_0x499d60(0x128),'setupChart':_0x499d60(0x129),'customizeChart':_0x499d60(0x121),'data':_0x499d60(0x154),'chartType':_0x499d60(0x17c),'themes':'Chủ\x20đề','gradientFill':_0x499d60(0x162),'stack':'Chồng','category':_0x499d60(0x1b8),'series':'Loạt','addSeries':'Thêm\x20loạt','removeSeries':_0x499d60(0x1c1),'switchRowColumn':_0x499d60(0x1a0),'waterfall':_0x499d60(0x1b1),'useSubtotal':_0x499d60(0x1cb),'chartStyle':_0x499d60(0x180),'chartAndAxisTitles':_0x499d60(0x16d),'legend':'Chú\x20giải','horizontalAxis':_0x499d60(0x169),'verticalAxis':'Trục\x20đứng','rightVerticalAxis':_0x499d60(0x11f),'gridlinesAndTicks':_0x499d60(0x17e),'indicatorLine':_0x499d60(0x142),'trendline':'Đường\x20xu\x20hướng','paretoBarSeries':_0x499d60(0x19f),'paretoLineSeries':_0x499d60(0x14b),'pie':'Biểu\x20đồ\x20tròn','wordCloud':'Word\x20cloud','radar':_0x499d60(0x173),'funnel':_0x499d60(0x17f),'heatmap':_0x499d60(0x198),'relation':_0x499d60(0x181),'lineAndArea':_0x499d60(0x185),'bubbleData':'Biểu\x20đồ\x20bong\x20bóng\x20·\x20Dữ\x20liệu','waterfallStack':_0x499d60(0x168),'field':{'label':'Nhãn\x20bong\x20bóng','xAxis':_0x499d60(0x176),'yAxis':_0x499d60(0x149),'size':_0x499d60(0x14f),'position':_0x499d60(0x138),'labelFormat':_0x499d60(0x182),'labelRotate':_0x499d60(0x18a),'min':_0x499d60(0x123),'max':_0x499d60(0x13c),'numberFormat':_0x499d60(0x182),'gridlineColor':'Đường\x20lưới\x20màu','gridlineWidth':_0x499d60(0x12c),'tickPosition':_0x499d60(0x175),'tickLength':_0x499d60(0x125),'tickWidth':_0x499d60(0x1a9),'tickColor':_0x499d60(0x146),'seriesType':_0x499d60(0x172),'fill':_0x499d60(0x162),'fillOpacity':'Đổ\x20màu\x20độ\x20mờ','border':'Viền','borderWidth':'Viền\x20độ\x20dày','borderDash':_0x499d60(0x131),'borderOpacity':_0x499d60(0x19e),'pointShape':_0x499d60(0x145),'pointSize':_0x499d60(0x1a4),'pointColor':_0x499d60(0x13b),'dataPoint':_0x499d60(0x153),'selectDataPoint':_0x499d60(0x153),'pointFill':_0x499d60(0x160),'pointOpacity':_0x499d60(0x11d),'dataNodeShape':'Hình\x20dạng\x20nút\x20dữ\x20liệu','layout':_0x499d60(0x1a2),'repulsion':_0x499d60(0x1c8),'gravity':_0x499d60(0x159),'edgeLength':_0x499d60(0x1aa),'displayName':_0x499d60(0x1c0),'type':_0x499d60(0x17c),'order':_0x499d60(0x16c),'period':_0x499d60(0x192),'lineColor':_0x499d60(0x1b2),'lineOpacity':'Đường\x20độ\x20mờ','lineType':_0x499d60(0x131),'lineWidth':_0x499d60(0x186),'formulaColor':_0x499d60(0x1ab),'r2Color':_0x499d60(0x179),'textSize':_0x499d60(0x1ae),'titleSize':_0x499d60(0x135),'title':_0x499d60(0x12a),'titleText':_0x499d60(0x1bf),'titlePosition':_0x499d60(0x177),'titleAlign':_0x499d60(0x156),'titleFormat':_0x499d60(0x18c),'legendText':'Chú\x20giải','doughnutHole':'Lỗ\x20bánh\x20rán','valueScale':_0x499d60(0x12d),'fixedDigits':_0x499d60(0x136),'valueSuffix':_0x499d60(0x14a),'shape':_0x499d60(0x15d),'maskImageId':_0x499d60(0x158),'gap':_0x499d60(0x19b),'visualMap':_0x499d60(0x137),'areaLine':'Đường','invalidValues':_0x499d60(0x127),'selectMode':_0x499d60(0x1b9),'legendLabelFormat':_0x499d60(0x14e),'axis':_0x499d60(0x152),'line':_0x499d60(0x17d),'labelBackground':'Nhãn\x20bong\x20bóng\x20·\x20Màu\x20nền','labelText':_0x499d60(0x1c5)},'control':{'dataLabels':_0x499d60(0x1b0),'showLabels':'Hiển\x20thị\x20nhãn','reverseAxis':_0x499d60(0x19d),'showAxisLine':_0x499d60(0x1a3),'useDateAxis':_0x499d60(0x141),'majorGridlines':_0x499d60(0x13a),'majorTicks':'Dấu\x20chấm\x20chính','useRightVerticalAxis':_0x499d60(0x1c4),'useValueAsSymbolSize':'Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','emphasisOnHover':'Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','rotateLabels':_0x499d60(0x18a),'showFormula':_0x499d60(0x163),'showR2':_0x499d60(0x197),'padAngle':_0x499d60(0x16f),'halfPie':_0x499d60(0x16b),'rosePie':_0x499d60(0x188),'showLabelLine':_0x499d60(0x144),'repeatWords':_0x499d60(0x150),'fill':'Đổ\x20màu','useAbsoluteValues':_0x499d60(0x133)},'content':{'trendlineIndex':_0x499d60(0x1c9),'trendlineUnavailable':_0x499d60(0x1ca),'positive':_0x499d60(0x15f),'negative':'Giá\x20trị\x20âm','subtotal':_0x499d60(0x140)},'option':{'default':_0x499d60(0x164),'none':_0x499d60(0x16a),'stacked':_0x499d60(0x13e),'percentStacked':_0x499d60(0x1bd),'top':'Trên\x20cùng','right':_0x499d60(0x171),'bottom':_0x499d60(0x12b),'left':_0x499d60(0x191),'arrangement':_0x499d60(0x1ba),'solid':_0x499d60(0x1c2),'dashed':_0x499d60(0x1a7),'dotted':'Chấm','circle':_0x499d60(0x15b),'square':'Hình\x20vuông','triangle':_0x499d60(0x14c),'diamond':_0x499d60(0x183),'rectangle':_0x499d60(0x16e),'roundRectangle':_0x499d60(0x1b4),'pin':_0x499d60(0x199),'arrow':_0x499d60(0x178),'emptyCircle':_0x499d60(0x18f),'emptySquare':_0x499d60(0x13f),'emptyTriangle':_0x499d60(0x148),'emptyDiamond':_0x499d60(0x147),'emptyRectangle':'Hình\x20chữ\x20nhật\x20trống','emptyRoundRectangle':_0x499d60(0x1be),'emptyPin':_0x499d60(0x134),'emptyArrow':'Mũi\x20tên\x20trống','auto':_0x499d60(0x19a),'inside':_0x499d60(0x139),'outside':_0x499d60(0x130),'value':_0x499d60(0x15c),'percentage':_0x499d60(0x195),'chartTitle':_0x499d60(0x167),'subtitle':_0x499d60(0x17b),'horizontalAxisTitle':_0x499d60(0x19c),'verticalAxisTitle':_0x499d60(0x1a6),'rightVerticalAxisTitle':_0x499d60(0x161),'start':_0x499d60(0x17a),'center':_0x499d60(0x13d),'end':'Kết\x20thúc','single':_0x499d60(0x1b6),'multiple':_0x499d60(0x187),'disabled':'Đóng','continuous':_0x499d60(0x155),'piecewise':_0x499d60(0x194),'line':_0x499d60(0x17d),'smooth':_0x499d60(0x1a8),'step':_0x499d60(0x170),'polygon':_0x499d60(0x157),'showAsGaps':_0x499d60(0x165),'showAsZero':_0x499d60(0x16a),'connectDataPoints':_0x499d60(0x1b5),'circular':_0x499d60(0x15b),'force':'Lực\x20tác\x20động','column':_0x499d60(0x120),'area':_0x499d60(0x11e),'linear':_0x499d60(0x1b7),'exponential':_0x499d60(0x18d),'logarithmic':_0x499d60(0x122),'power':'Lũy\x20thừa','movingAverage':'Trung\x20bình\x20động','polynomial':_0x499d60(0x126),'allSeries':_0x499d60(0x18e),'cloud':_0x499d60(0x1ad),'rect':_0x499d60(0x16e),'cardioid':_0x499d60(0x15b),'heart':'♡','triangleForward':_0x499d60(0x14c),'pentagon':'Đa\x20giác','star':'★'},'dataEditor':{'unavailable':'Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.','tableEmpty':_0x499d60(0x189),'updateFailed':_0x499d60(0x174),'cancel':_0x499d60(0x15e),'duplicate':_0x499d60(0x124),'apply':_0x499d60(0x1a5)},'chartTypes':{'line':'Biểu\x20đồ\x20đường','column':_0x499d60(0x120),'columnStacked':_0x499d60(0x184),'columnPercentStacked':'Phần\x20trăm\x20chồng\x20·\x20Biểu\x20đồ\x20cột','bar':_0x499d60(0x12e),'barStacked':_0x499d60(0x193),'barPercentStacked':'Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','pie':_0x499d60(0x15a),'donut':_0x499d60(0x1b3),'area':_0x499d60(0x11e),'areaStacked':_0x499d60(0x12f),'areaPercentStacked':_0x499d60(0x132),'radar':'Biểu\x20đồ\x20radar','scatter':_0x499d60(0x1bb),'combination':'Biểu\x20đồ\x20kết\x20hợp','wordCloud':_0x499d60(0x18b),'funnel':_0x499d60(0x17f),'bubble':_0x499d60(0x1af),'relation':'Biểu\x20đồ\x20quan\x20hệ','waterfall':_0x499d60(0x1b1),'pareto':_0x499d60(0x1bc),'sankey':'Biểu\x20đồ\x20Sankey','heatmap':'Biểu\x20đồ\x20nhiệt','boxplot':'Biểu\x20đồ\x20hộp'}}};export{e as default};function _0x1643(){const _0x58d65a=['Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','Văn\x20bản\x20tiêu\x20đề','Tên\x20đường\x20xu\x20hướng','Xóa\x20chuỗi\x20{0}','Liền','1140963hbBCOC','Sử\x20dụng\x20trục\x20Y\x20phải','Nhãn\x20bong\x20bóng\x20·\x20Văn\x20bản\x20tiêu\x20đề','4885485PzEbuI','7915995HGHAfy','Lực\x20đẩy','Đường\x20xu\x20hướng\x20{0}','Thêm\x20đường\x20xu\x20hướng','Hiển\x20thị\x20tổng\x20phụ','Điểm\x20độ\x20mờ','Biểu\x20đồ\x20diện\x20tích','Trục\x20đứng\x20phải','Biểu\x20đồ\x20cột','Tùy\x20chỉnh','Logarit','Tối\x20thiểu','Nhân\x20bản','Chiều\x20dài\x20dấu\x20chấm','Đa\x20thức','Hiển\x20thị\x20ô\x20trống\x20như','Xóa\x20biểu\x20đồ','Thiết\x20lập','Tiêu\x20đề','Dưới\x20cùng','Đường\x20lưới\x20độ\x20dày','Tỷ\x20lệ\x20giá\x20trị\x20bánh','Biểu\x20đồ\x20thanh','Biểu\x20đồ\x20diện\x20tích\x20chồng','Bên\x20ngoài','Loại\x20đường','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Hình\x20ghim\x20trống','Tiêu\x20đề\x20kích\x20thước','Chữ\x20số\x20cố\x20định','Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','Vị\x20trí','Bên\x20trong','Đường\x20lưới\x20chính','Điểm\x20màu','Tối\x20đa','Giữa','Chồng','Hình\x20vuông\x20trống','Tổng\x20phụ','Sử\x20dụng\x20trục\x20ngày','Đường\x20chỉ\x20số','307015QkDiZC','Hiển\x20thị\x20đường\x20nhãn','Điểm\x20hình\x20dạng','Dấu\x20chấm\x20chính\x20màu','Hình\x20thoi\x20trống','Hình\x20tam\x20giác\x20trống','Trục\x20Y','Hậu\x20tố\x20giá\x20trị','Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','Hình\x20tam\x20giác','441808rFsQIK','Chú\x20giải\x20định\x20dạng','Kích\x20thước','Lặp\x20lại\x20word\x20cloud','10lOTiCe','Trục','Điểm\x20dữ\x20liệu','Dữ\x20liệu','Liên\x20tục','Căn\x20tiêu\x20đề\x20trục','Đa\x20giác','Word\x20cloud\x20ID','Trọng\x20lực','Biểu\x20đồ\x20tròn','Hình\x20tròn','Giá\x20trị','Hình\x20dạng\x20word\x20cloud','Hủy','Giá\x20trị\x20dương','Điểm\x20·\x20Đổ\x20màu','Tiêu\x20đề\x20trục\x20Y\x20phải','Đổ\x20màu','Hiển\x20thị\x20công\x20thức','Mặc\x20định','Khoảng\x20trống','1532232CRLjkI','Tiêu\x20đề\x20chính','Biểu\x20đồ\x20thác\x20nước\x20·\x20Chồng','Trục\x20ngang','Không','Nửa\x20bánh','Bậc\x20của\x20đa\x20thức','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Hình\x20chữ\x20nhật','Góc\x20đệm','Bước','Phải','Loạt\x20·\x20Loại\x20biểu\x20đồ','Biểu\x20đồ\x20radar','Chèn\x20biểu\x20đồ\x20thất\x20bại','Vị\x20trí\x20dấu\x20chấm','Trục\x20X','Vị\x20trí\x20tiêu\x20đề','Mũi\x20tên','R\x20bình\x20phương\x20màu','Bắt\x20đầu','Tiêu\x20đề\x20phụ','Loại\x20biểu\x20đồ','Đường','Đường\x20lưới\x20và\x20dấu','Biểu\x20đồ\x20phễu','Kiểu\x20biểu\x20đồ','Biểu\x20đồ\x20quan\x20hệ','Thiết\x20lập\x20định\x20dạng\x20nhãn','Hình\x20thoi','Chồng\x20·\x20Biểu\x20đồ\x20cột','Biểu\x20đồ\x20đường\x20·\x20Biểu\x20đồ\x20diện\x20tích','Đường\x20độ\x20dày','Chọn\x20nhiều','Bánh\x20hồng','Dữ\x20liệu\x20bảng\x20trống','Xoay\x20nhãn','Biểu\x20đồ\x20word\x20cloud','Định\x20dạng\x20tiêu\x20đề','Hàm\x20mũ','Tất\x20cả\x20các\x20loạt','Hình\x20tròn\x20trống','14izHIhJ','Trái','Chu\x20kỳ\x20trung\x20bình\x20động','Biểu\x20đồ\x20thanh\x20chồng','Mảnh','Phần\x20trăm','Biên\x20tập\x20biểu\x20đồ','Hiển\x20thị\x20R\x20bình\x20phương','Biểu\x20đồ\x20nhiệt','Hình\x20ghim','Tự\x20động','Khoảng\x20cách','Tiêu\x20đề\x20trục\x20X','Đảo\x20thứ\x20tự\x20trục','Viền\x20độ\x20mờ','Chuỗi\x20biểu\x20đồ\x20cột','Chuyển\x20sang\x20hàng\x20hoặc\x20cột','1973574gpdnIj','Loại\x20bố\x20cục','Hiển\x20thị\x20đường\x20trục','Điểm\x20kích\x20thước','Áp\x20dụng','Tiêu\x20đề\x20trục\x20Y','Gạch','Mượt','Dấu\x20chấm\x20chính\x20độ\x20dày','Khoảng\x20cách\x20giữa\x20các\x20nút','Công\x20thức\x20màu','6dwGtTj','Word\x20cloud','Văn\x20bản\x20tiêu\x20đề\x20kích\x20thước','Biểu\x20đồ\x20bong\x20bóng','Nhãn\x20dữ\x20liệu','Biểu\x20đồ\x20thác\x20nước','Đường\x20màu','Biểu\x20đồ\x20donut','Hình\x20chữ\x20nhật\x20bo\x20góc','Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng','Chọn\x20một','Tuyến\x20tính','Danh\x20mục','Chế\x20độ\x20chọn\x20chú\x20giải','Tuần\x20tự','Biểu\x20đồ\x20phân\x20tán','Biểu\x20đồ\x20Pareto','Phần\x20trăm\x20chồng'];_0x1643=function(){return _0x58d65a;};return _0x1643();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x8f4b(_0x5e5370,_0x373a5a){_0x5e5370=_0x5e5370-0x1d5;const _0x2aa70c=_0x2aa7();let _0x8f4be4=_0x2aa70c[_0x5e5370];return _0x8f4be4;}const _0x18bc3c=_0x8f4b;function _0x2aa7(){const _0x5ca9c9=['移动平均周期','累积占比系列','数值比例','热力图','雷达图','排列图','百分比堆叠','系列\x20·\x20图表类型','主刻度线','渐变填充','最大值','百分比','20643MHJCXF','3976380myIgEH','空心菱形','桑基图','显示小计','空心钉形','标题文本','标签旋转','类型与数据','堆叠条形图','折线图\x20·\x20面积图','切换行列','添加系列','散点图','三角形','气泡图','数据点形状','多项式阶数','公式颜色','使用绝对值','主题色','标题位置','使用右轴','气泡图\x20·\x20数据','使用值作为节点大小','副标题','数据标签','右纵轴标题','空心矩形','空心圆角矩形','557480cKpiGG','70gFCLdT','10HdJrsL','主网格线','数据点\x20·\x20填充','图表标题','柱状图','线条颜色','旋转标签','添加趋势线','圆角矩形','删除图表','关系图','网格线粗细','柱状图系列','圆环孔','R平方颜色','图表数据源必须包含多于1行和1列。','显示标签','填充透明度','1613094ejwzbl','刻度线位置','3328369UrjlVk','无法插入图表。','7846TVoimq','节点距离','纵轴标题','漏斗图','显示公式','折线图','数据点大小','表格数据为空。','开启选中淡入特效','轴标题对齐','布局类型','数据点','瀑布图\x20·\x20堆叠','边框粗细','网格线颜色','图例选择模式','词云形状','空心三角形','复制数据源','空心箭头','多项式','刻度线长度','主刻度线粗细','1319250XlAMUc','小数位数','面积图','节点形状','使用日期轴','逆序轴','显示轴线','5qZYhvx','数据点颜色','线条透明度','趋势线名称','百分比堆叠条形图','右纵轴','多边形','气泡标签\x20·\x20标题文本','词云图','气泡标签','玫瑰图','词云\x20ID','设置标签格式','显示标签线','数值后缀','空心正方形','标题大小','力导向','44VwTQeE','扇形间距','指示线','瀑布图'];_0x2aa7=function(){return _0x5ca9c9;};return _0x2aa7();}(function(_0x22e210,_0x3fec53){const _0x471c97=_0x8f4b,_0x5a36fa=_0x22e210();while(!![]){try{const _0x8ce39a=-parseInt(_0x471c97(0x226))/0x1*(-parseInt(_0x471c97(0x20f))/0x2)+-parseInt(_0x471c97(0x1f0))/0x3*(parseInt(_0x471c97(0x1e0))/0x4)+-parseInt(_0x471c97(0x244))/0x5*(-parseInt(_0x471c97(0x23d))/0x6)+-parseInt(_0x471c97(0x222))/0x7+-parseInt(_0x471c97(0x20e))/0x8+parseInt(_0x471c97(0x1f1))/0x9*(parseInt(_0x471c97(0x210))/0xa)+-parseInt(_0x471c97(0x224))/0xb;if(_0x8ce39a===_0x3fec53)break;else _0x5a36fa['push'](_0x5a36fa['shift']());}catch(_0x225db2){_0x5a36fa['push'](_0x5a36fa['shift']());}}}(_0x2aa7,0x3ef74));const e={'boards-chart-ui':{'editChart':'图表','deleteChart':_0x18bc3c(0x219),'setupChart':_0x18bc3c(0x1f8),'customizeChart':'自定义样式','data':'数据','chartType':'图表类型','themes':_0x18bc3c(0x204),'gradientFill':_0x18bc3c(0x1ed),'stack':'堆叠','category':'类别','series':'系列','addSeries':_0x18bc3c(0x1fc),'removeSeries':'删除系列\x20{0}','switchRowColumn':_0x18bc3c(0x1fb),'waterfall':_0x18bc3c(0x1e3),'useSubtotal':_0x18bc3c(0x1f4),'chartStyle':'图表样式','chartAndAxisTitles':'图表和轴标题','legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x18bc3c(0x249),'gridlinesAndTicks':'网格线和刻度线','indicatorLine':_0x18bc3c(0x1e2),'trendline':'趋势线','paretoBarSeries':_0x18bc3c(0x21c),'paretoLineSeries':_0x18bc3c(0x1e5),'pie':'饼图','wordCloud':'词云','radar':_0x18bc3c(0x1e8),'funnel':_0x18bc3c(0x229),'heatmap':_0x18bc3c(0x1e7),'relation':_0x18bc3c(0x21a),'lineAndArea':_0x18bc3c(0x1fa),'bubbleData':_0x18bc3c(0x207),'waterfallStack':_0x18bc3c(0x232),'field':{'label':_0x18bc3c(0x1d7),'xAxis':'X轴','yAxis':'Y轴','size':'字号','position':'位置','labelFormat':'设置标签格式','labelRotate':_0x18bc3c(0x1f7),'min':'最小值','max':_0x18bc3c(0x1ee),'numberFormat':_0x18bc3c(0x1da),'gridlineColor':_0x18bc3c(0x234),'gridlineWidth':_0x18bc3c(0x21b),'tickPosition':_0x18bc3c(0x223),'tickLength':_0x18bc3c(0x23b),'tickWidth':_0x18bc3c(0x23c),'tickColor':'主刻度线颜色','seriesType':_0x18bc3c(0x1eb),'fill':'填充','fillOpacity':_0x18bc3c(0x221),'border':'边框','borderWidth':_0x18bc3c(0x233),'borderDash':'线类型','borderOpacity':'边框透明度','pointShape':_0x18bc3c(0x200),'pointSize':_0x18bc3c(0x22c),'pointColor':_0x18bc3c(0x245),'dataPoint':'数据点','selectDataPoint':_0x18bc3c(0x231),'pointFill':_0x18bc3c(0x212),'pointOpacity':'数据点透明度','dataNodeShape':_0x18bc3c(0x240),'layout':_0x18bc3c(0x230),'repulsion':'斥力','gravity':'引力','edgeLength':_0x18bc3c(0x227),'displayName':_0x18bc3c(0x247),'type':'图表类型','order':_0x18bc3c(0x201),'period':_0x18bc3c(0x1e4),'lineColor':_0x18bc3c(0x215),'lineOpacity':_0x18bc3c(0x246),'lineType':'线类型','lineWidth':'线条粗细','formulaColor':_0x18bc3c(0x202),'r2Color':_0x18bc3c(0x21e),'textSize':'标题文本大小','titleSize':_0x18bc3c(0x1de),'title':'标题','titleText':_0x18bc3c(0x1f6),'titlePosition':_0x18bc3c(0x205),'titleAlign':_0x18bc3c(0x22f),'titleFormat':'标题格式','legendText':'图例','doughnutHole':_0x18bc3c(0x21d),'valueScale':_0x18bc3c(0x1e6),'fixedDigits':_0x18bc3c(0x23e),'valueSuffix':_0x18bc3c(0x1dc),'shape':_0x18bc3c(0x236),'maskImageId':_0x18bc3c(0x1d9),'gap':'间隔','visualMap':'视觉映射范围','areaLine':'折线','invalidValues':'空单元格显示为','selectMode':_0x18bc3c(0x235),'legendLabelFormat':'图例格式','axis':'轴','line':'线条','labelBackground':'气泡标签\x20·\x20背景颜色','labelText':_0x18bc3c(0x1d5)},'control':{'dataLabels':_0x18bc3c(0x20a),'showLabels':_0x18bc3c(0x220),'reverseAxis':_0x18bc3c(0x242),'showAxisLine':_0x18bc3c(0x243),'useDateAxis':_0x18bc3c(0x241),'majorGridlines':_0x18bc3c(0x211),'majorTicks':_0x18bc3c(0x1ec),'useRightVerticalAxis':_0x18bc3c(0x206),'useValueAsSymbolSize':_0x18bc3c(0x208),'emphasisOnHover':_0x18bc3c(0x22e),'rotateLabels':_0x18bc3c(0x216),'showFormula':_0x18bc3c(0x22a),'showR2':'显示R平方','padAngle':_0x18bc3c(0x1e1),'halfPie':'半饼','rosePie':_0x18bc3c(0x1d8),'showLabelLine':_0x18bc3c(0x1db),'repeatWords':'重复词云标签','fill':'填充','useAbsoluteValues':_0x18bc3c(0x203)},'content':{'trendlineIndex':'趋势线\x20{0}','trendlineUnavailable':_0x18bc3c(0x217),'positive':'正值','negative':'负值','subtotal':'小计'},'option':{'default':'默认','none':'无','stacked':'堆叠','percentStacked':_0x18bc3c(0x1ea),'top':'顶部','right':'右侧','bottom':'底部','left':'左侧','arrangement':'依序','solid':'实线','dashed':'虚线','dotted':'点线','circle':'圆形','square':'正方形','triangle':_0x18bc3c(0x1fe),'diamond':'菱形','rectangle':'矩形','roundRectangle':_0x18bc3c(0x218),'pin':'钉形','arrow':'箭头','emptyCircle':'空心圆形','emptySquare':_0x18bc3c(0x1dd),'emptyTriangle':_0x18bc3c(0x237),'emptyDiamond':_0x18bc3c(0x1f2),'emptyRectangle':_0x18bc3c(0x20c),'emptyRoundRectangle':_0x18bc3c(0x20d),'emptyPin':_0x18bc3c(0x1f5),'emptyArrow':_0x18bc3c(0x239),'auto':'自动','inside':'内部','outside':'外部','value':'值','percentage':_0x18bc3c(0x1ef),'chartTitle':_0x18bc3c(0x213),'subtitle':_0x18bc3c(0x209),'horizontalAxisTitle':'横轴标题','verticalAxisTitle':_0x18bc3c(0x228),'rightVerticalAxisTitle':_0x18bc3c(0x20b),'start':'开始','center':'中间','end':'结束','single':'单选','multiple':'多选','disabled':'关闭','continuous':'连续','piecewise':'分段','line':'折线','smooth':'平滑','step':'阶梯','polygon':'多边形','showAsGaps':'空','showAsZero':'零','connectDataPoints':'用直线连接数据点','circular':'环形','force':_0x18bc3c(0x1df),'column':_0x18bc3c(0x214),'area':_0x18bc3c(0x23f),'linear':'线性','exponential':'指数','logarithmic':'对数','power':'幂','movingAverage':'移动平均','polynomial':_0x18bc3c(0x23a),'allSeries':'所有系列','cloud':'词云','rect':'矩形','cardioid':'圆形','heart':'♡','triangleForward':_0x18bc3c(0x1fe),'pentagon':_0x18bc3c(0x24a),'star':'★'},'dataEditor':{'unavailable':_0x18bc3c(0x21f),'tableEmpty':_0x18bc3c(0x22d),'updateFailed':_0x18bc3c(0x225),'cancel':'取消','duplicate':_0x18bc3c(0x238),'apply':'应用'},'chartTypes':{'line':_0x18bc3c(0x22b),'column':_0x18bc3c(0x214),'columnStacked':'堆叠\x20·\x20柱状图','columnPercentStacked':'百分比堆叠\x20·\x20柱状图','bar':'条形图','barStacked':_0x18bc3c(0x1f9),'barPercentStacked':_0x18bc3c(0x248),'pie':'饼图','donut':'环形图','area':_0x18bc3c(0x23f),'areaStacked':'堆叠面积图','areaPercentStacked':'百分比堆叠面积图','radar':_0x18bc3c(0x1e8),'scatter':_0x18bc3c(0x1fd),'combination':'组合图','wordCloud':_0x18bc3c(0x1d6),'funnel':_0x18bc3c(0x229),'bubble':_0x18bc3c(0x1ff),'relation':_0x18bc3c(0x21a),'waterfall':_0x18bc3c(0x1e3),'pareto':_0x18bc3c(0x1e9),'sankey':_0x18bc3c(0x1f3),'heatmap':_0x18bc3c(0x1e7),'boxplot':'箱线图'}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3145ea=_0x5694;function _0x5694(_0x352266,_0x5a3ce2){_0x352266=_0x352266-0x1c9;const _0x97b23a=_0x97b2();let _0x5694b6=_0x97b23a[_0x352266];return _0x5694b6;}(function(_0x3438fd,_0x3c341b){const _0x39a374=_0x5694,_0x307e41=_0x3438fd();while(!![]){try{const _0x46a394=-parseInt(_0x39a374(0x23c))/0x1+-parseInt(_0x39a374(0x1e1))/0x2*(-parseInt(_0x39a374(0x20e))/0x3)+-parseInt(_0x39a374(0x1fa))/0x4*(-parseInt(_0x39a374(0x1e5))/0x5)+-parseInt(_0x39a374(0x1fb))/0x6+-parseInt(_0x39a374(0x1cb))/0x7+-parseInt(_0x39a374(0x1dc))/0x8*(-parseInt(_0x39a374(0x21b))/0x9)+parseInt(_0x39a374(0x1e6))/0xa;if(_0x46a394===_0x3c341b)break;else _0x307e41['push'](_0x307e41['shift']());}catch(_0x2be105){_0x307e41['push'](_0x307e41['shift']());}}}(_0x97b2,0x55613));const e={'boards-chart-ui':{'editChart':_0x3145ea(0x209),'deleteChart':_0x3145ea(0x1fe),'setupChart':_0x3145ea(0x20a),'customizeChart':_0x3145ea(0x20d),'data':'資料','chartType':_0x3145ea(0x1db),'themes':'主題','gradientFill':_0x3145ea(0x233),'stack':'堆疊','category':'類別','series':'系列','addSeries':_0x3145ea(0x243),'removeSeries':_0x3145ea(0x232),'switchRowColumn':_0x3145ea(0x216),'waterfall':_0x3145ea(0x1dd),'useSubtotal':_0x3145ea(0x1d3),'chartStyle':_0x3145ea(0x22d),'chartAndAxisTitles':_0x3145ea(0x1f9),'legend':'圖例','horizontalAxis':_0x3145ea(0x1ec),'verticalAxis':_0x3145ea(0x239),'rightVerticalAxis':_0x3145ea(0x1f0),'gridlinesAndTicks':_0x3145ea(0x1f2),'indicatorLine':'指示線','trendline':_0x3145ea(0x214),'paretoBarSeries':'長條圖系列','paretoLineSeries':_0x3145ea(0x1f4),'pie':'餅圖','wordCloud':'詞雲','radar':_0x3145ea(0x1ff),'funnel':_0x3145ea(0x23a),'heatmap':_0x3145ea(0x227),'relation':_0x3145ea(0x1e4),'lineAndArea':'折線圖\x20·\x20面積圖','bubbleData':_0x3145ea(0x1d4),'waterfallStack':_0x3145ea(0x231),'field':{'label':_0x3145ea(0x206),'xAxis':'X軸','yAxis':'Y軸','size':'字號','position':'位置','labelFormat':_0x3145ea(0x218),'labelRotate':_0x3145ea(0x1f6),'min':_0x3145ea(0x1d8),'max':_0x3145ea(0x1e0),'numberFormat':_0x3145ea(0x218),'gridlineColor':_0x3145ea(0x220),'gridlineWidth':_0x3145ea(0x230),'tickPosition':_0x3145ea(0x20c),'tickLength':_0x3145ea(0x1de),'tickWidth':_0x3145ea(0x1e3),'tickColor':'主刻度線\x20顏色','seriesType':_0x3145ea(0x1e8),'fill':'填充','fillOpacity':_0x3145ea(0x244),'border':'邊框','borderWidth':'邊框\x20粗細','borderDash':_0x3145ea(0x22b),'borderOpacity':_0x3145ea(0x1ee),'pointShape':_0x3145ea(0x1f7),'pointSize':_0x3145ea(0x237),'pointColor':_0x3145ea(0x203),'dataPoint':'數據點','selectDataPoint':'數據點','pointFill':_0x3145ea(0x226),'pointOpacity':_0x3145ea(0x1cc),'dataNodeShape':_0x3145ea(0x1df),'layout':_0x3145ea(0x210),'repulsion':'斥力','gravity':'引力','edgeLength':_0x3145ea(0x23e),'displayName':_0x3145ea(0x225),'type':_0x3145ea(0x1db),'order':_0x3145ea(0x1d2),'period':_0x3145ea(0x212),'lineColor':_0x3145ea(0x1eb),'lineOpacity':_0x3145ea(0x21d),'lineType':_0x3145ea(0x22b),'lineWidth':_0x3145ea(0x208),'formulaColor':_0x3145ea(0x211),'r2Color':_0x3145ea(0x200),'textSize':_0x3145ea(0x213),'titleSize':_0x3145ea(0x1d1),'title':'標題','titleText':_0x3145ea(0x1fc),'titlePosition':'標題位置','titleAlign':'標題對齊','titleFormat':_0x3145ea(0x1d0),'legendText':'圖例','doughnutHole':_0x3145ea(0x23d),'valueScale':_0x3145ea(0x1ef),'fixedDigits':_0x3145ea(0x1ed),'valueSuffix':'数值后缀','shape':'詞雲形狀','maskImageId':_0x3145ea(0x223),'gap':'間隔','visualMap':_0x3145ea(0x22e),'areaLine':'折線','invalidValues':_0x3145ea(0x1e7),'selectMode':_0x3145ea(0x1f3),'legendLabelFormat':'圖例\x20格式','axis':'軸','line':'線條','labelBackground':_0x3145ea(0x22a),'labelText':_0x3145ea(0x238)},'control':{'dataLabels':_0x3145ea(0x1ea),'showLabels':_0x3145ea(0x1d6),'reverseAxis':_0x3145ea(0x228),'showAxisLine':'顯示軸線','useDateAxis':'使用日期軸','majorGridlines':_0x3145ea(0x229),'majorTicks':_0x3145ea(0x217),'useRightVerticalAxis':_0x3145ea(0x202),'useValueAsSymbolSize':'使用值作為節點大小','emphasisOnHover':_0x3145ea(0x23b),'rotateLabels':'旋轉標籤','showFormula':'顯示公式','showR2':_0x3145ea(0x1fd),'padAngle':_0x3145ea(0x1e2),'halfPie':'半餅','rosePie':'玫瑰圖','showLabelLine':_0x3145ea(0x1cf),'repeatWords':_0x3145ea(0x236),'fill':'填充','useAbsoluteValues':_0x3145ea(0x1f1)},'content':{'trendlineIndex':_0x3145ea(0x21e),'trendlineUnavailable':'添加趨勢線','positive':'正值','negative':'負值','subtotal':'小計'},'option':{'default':'默認','none':'無','stacked':'堆疊','percentStacked':_0x3145ea(0x21a),'top':'頂部','right':'右側','bottom':'底部','left':'左側','arrangement':'依序','solid':'實線','dashed':'虛線','dotted':'點線','circle':'圓形','square':'正方形','triangle':_0x3145ea(0x234),'diamond':'菱形','rectangle':'矩形','roundRectangle':'圓角矩形','pin':'針形','arrow':'箭頭','emptyCircle':'空心圓形','emptySquare':'空心正方形','emptyTriangle':_0x3145ea(0x224),'emptyDiamond':_0x3145ea(0x1ca),'emptyRectangle':'空心矩形','emptyRoundRectangle':_0x3145ea(0x1cd),'emptyPin':_0x3145ea(0x1da),'emptyArrow':_0x3145ea(0x222),'auto':'自動','inside':'內部','outside':'外部','value':'值','percentage':_0x3145ea(0x235),'chartTitle':_0x3145ea(0x20b),'subtitle':_0x3145ea(0x205),'horizontalAxisTitle':_0x3145ea(0x215),'verticalAxisTitle':_0x3145ea(0x1d9),'rightVerticalAxisTitle':_0x3145ea(0x242),'start':'開始','center':'中間','end':'結束','single':'單選','multiple':'多選','disabled':'關閉','continuous':'連續','piecewise':'分段','line':'折線','smooth':'平滑','step':'階梯','polygon':_0x3145ea(0x221),'showAsGaps':'間隙','showAsZero':'零','connectDataPoints':_0x3145ea(0x22f),'circular':'環形','force':_0x3145ea(0x20f),'column':_0x3145ea(0x219),'area':_0x3145ea(0x201),'linear':'線性','exponential':'指數','logarithmic':'對數','power':'冪','movingAverage':_0x3145ea(0x204),'polynomial':_0x3145ea(0x1c9),'allSeries':'所有系列','cloud':'詞雲','rect':'矩形','cardioid':'圓形','heart':'♡','triangleForward':'三角形','pentagon':'多邊形','star':'★'},'dataEditor':{'unavailable':'圖表數據源必須包含多於1列和1欄。','tableEmpty':'表格資料為空','updateFailed':'插入圖表失敗','cancel':'取消','duplicate':'複製','apply':'套用'},'chartTypes':{'line':_0x3145ea(0x207),'column':'柱狀圖','columnStacked':_0x3145ea(0x21f),'columnPercentStacked':_0x3145ea(0x1e9),'bar':'條形圖','barStacked':_0x3145ea(0x1d7),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x3145ea(0x1ce),'area':'面積圖','areaStacked':_0x3145ea(0x1f8),'areaPercentStacked':_0x3145ea(0x240),'radar':_0x3145ea(0x1ff),'scatter':_0x3145ea(0x1f5),'combination':_0x3145ea(0x23f),'wordCloud':_0x3145ea(0x241),'funnel':_0x3145ea(0x23a),'bubble':_0x3145ea(0x22c),'relation':_0x3145ea(0x1e4),'waterfall':'瀑布圖','pareto':'排列圖','sankey':_0x3145ea(0x21c),'heatmap':'熱力圖','boxplot':_0x3145ea(0x1d5)}}};function _0x97b2(){const _0x1e37c2=['詞雲\x20ID','空心三角形','趨勢線名稱','數據點\x20·\x20填充','熱力圖','逆序軸','主網格線','氣泡標籤\x20·\x20背景顏色','線類型','氣泡圖','圖表樣式','視覺映射範圍','用直線連接數據點','網格線\x20粗細','瀑布圖\x20·\x20堆疊','刪除數列\x20{0}','漸變填充','三角形','百分比','重複詞雲標籤','數據點\x20大小','氣泡標籤\x20·\x20標題文本','垂直軸','漏斗圖','開啟選中淡入特效','615863CRGJEz','圓環孔','節點距離','組合圖','百分比堆疊面積圖','詞雲圖','右Y軸標題','添加系列','填充\x20透明度','多項式','空心菱形','598458xhJMjx','數據點\x20透明度','空心圓角矩形','環形圖','顯示標籤線','標題格式','標題\x20大小','多項式階數','顯示小計','氣泡圖\x20·\x20資料','箱型圖','顯示標籤','堆疊條形圖','最小值','Y軸標題','空心針形','圖表類型','888576wTicbe','瀑布圖','刻度線長度','節點形狀','最大值','63230qWzhJo','扇形間距','主刻度線\x20粗細','關係圖','790xGVHLp','8438890iZNagN','顯示空單元格為','系列\x20·\x20圖表類型','百分比堆疊\x20·\x20柱狀圖','數據標籤','線條\x20顏色','水平軸','小數位數','邊框\x20透明度','数值比例','右垂直軸','使用絕對值','網格線和刻度線','圖例選擇模式','累積占比系列','散點圖','標籤旋轉','數據點\x20形狀','堆疊面積圖','圖表和軸標題','4136XyVOCz','3535968ssQBPO','標題文本','顯示R平方','刪除圖表','雷達圖','R平方\x20顏色','面積圖','使用右軸','數據點\x20顏色','移動平均','副標題','氣泡標籤','折線圖','線條\x20粗細','編輯圖表','設置圖表','主標題','刻度線位置','自定義圖表','39FSrknd','力導向','佈局類型','公式\x20顏色','移動平均周期','標題文本\x20大小','趨勢線','X軸標題','切換列或欄','主刻度線','設置標籤格式','柱狀圖','百分比堆疊','18Jnhszp','桑基圖','線條\x20透明度','趨勢線\x20{0}','堆疊\x20·\x20柱狀圖','網格線\x20顏色','多邊形','空心箭頭'];_0x97b2=function(){return _0x1e37c2;};return _0x97b2();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x10685d=_0x236e;(function(_0x5bf125,_0x32c1e2){const _0x3dbc74=_0x236e,_0x262e48=_0x5bf125();while(!![]){try{const _0x5c6187=parseInt(_0x3dbc74(0x17e))/0x1*(parseInt(_0x3dbc74(0x152))/0x2)+-parseInt(_0x3dbc74(0x129))/0x3*(-parseInt(_0x3dbc74(0x11e))/0x4)+parseInt(_0x3dbc74(0x13b))/0x5+parseInt(_0x3dbc74(0x15f))/0x6+parseInt(_0x3dbc74(0x187))/0x7+parseInt(_0x3dbc74(0x189))/0x8+-parseInt(_0x3dbc74(0x12b))/0x9;if(_0x5c6187===_0x32c1e2)break;else _0x262e48['push'](_0x262e48['shift']());}catch(_0xe6e004){_0x262e48['push'](_0x262e48['shift']());}}}(_0xd77f,0x9e4f6));const e={'boards-chart-ui':{'editChart':'編輯圖表','deleteChart':_0x10685d(0x169),'setupChart':_0x10685d(0x120),'customizeChart':'自定義圖表','data':'資料','chartType':'圖表類型','themes':'主題','gradientFill':_0x10685d(0x146),'stack':'堆疊','category':'類別','series':'系列','addSeries':_0x10685d(0x125),'removeSeries':'刪除數列\x20{0}','switchRowColumn':'切換列或欄','waterfall':'瀑布圖','useSubtotal':_0x10685d(0x12a),'chartStyle':_0x10685d(0x14e),'chartAndAxisTitles':'圖表和軸標題','legend':'圖例','horizontalAxis':_0x10685d(0x16e),'verticalAxis':'垂直軸','rightVerticalAxis':_0x10685d(0x18d),'gridlinesAndTicks':_0x10685d(0x18c),'indicatorLine':_0x10685d(0x148),'trendline':_0x10685d(0x13e),'paretoBarSeries':_0x10685d(0x13c),'paretoLineSeries':_0x10685d(0x166),'pie':'餅圖','wordCloud':'詞雲','radar':_0x10685d(0x123),'funnel':_0x10685d(0x124),'heatmap':_0x10685d(0x14a),'relation':_0x10685d(0x12f),'lineAndArea':_0x10685d(0x17b),'bubbleData':_0x10685d(0x167),'waterfallStack':_0x10685d(0x14c),'field':{'label':_0x10685d(0x12e),'xAxis':'X軸','yAxis':'Y軸','size':'字號','position':'位置','labelFormat':_0x10685d(0x150),'labelRotate':'標籤旋轉','min':_0x10685d(0x16a),'max':_0x10685d(0x15b),'numberFormat':_0x10685d(0x150),'gridlineColor':'網格線\x20顏色','gridlineWidth':_0x10685d(0x144),'tickPosition':_0x10685d(0x184),'tickLength':_0x10685d(0x14b),'tickWidth':_0x10685d(0x133),'tickColor':_0x10685d(0x173),'seriesType':_0x10685d(0x127),'fill':'填充','fillOpacity':_0x10685d(0x17f),'border':'邊框','borderWidth':_0x10685d(0x135),'borderDash':_0x10685d(0x11c),'borderOpacity':_0x10685d(0x185),'pointShape':'數據點\x20形狀','pointSize':_0x10685d(0x147),'pointColor':_0x10685d(0x12c),'dataPoint':_0x10685d(0x128),'selectDataPoint':'數據點','pointFill':'數據點\x20·\x20填充','pointOpacity':_0x10685d(0x137),'dataNodeShape':_0x10685d(0x16c),'layout':'佈局類型','repulsion':'斥力','gravity':'引力','edgeLength':_0x10685d(0x180),'displayName':_0x10685d(0x175),'type':_0x10685d(0x179),'order':'多項式階數','period':_0x10685d(0x15e),'lineColor':'線條\x20顏色','lineOpacity':_0x10685d(0x177),'lineType':_0x10685d(0x11c),'lineWidth':_0x10685d(0x142),'formulaColor':'公式\x20顏色','r2Color':_0x10685d(0x136),'textSize':_0x10685d(0x170),'titleSize':_0x10685d(0x140),'title':'標題','titleText':'標題文本','titlePosition':_0x10685d(0x154),'titleAlign':'標題對齊','titleFormat':'標題格式','legendText':'圖例','doughnutHole':_0x10685d(0x18a),'valueScale':_0x10685d(0x15c),'fixedDigits':_0x10685d(0x163),'valueSuffix':'数值后缀','shape':_0x10685d(0x153),'maskImageId':_0x10685d(0x138),'gap':'間隔','visualMap':_0x10685d(0x14f),'areaLine':'折線','invalidValues':_0x10685d(0x155),'selectMode':_0x10685d(0x181),'legendLabelFormat':'圖例\x20格式','axis':'軸','line':'線條','labelBackground':_0x10685d(0x141),'labelText':'氣泡標籤\x20·\x20標題文本'},'control':{'dataLabels':_0x10685d(0x157),'showLabels':_0x10685d(0x139),'reverseAxis':_0x10685d(0x134),'showAxisLine':_0x10685d(0x16f),'useDateAxis':_0x10685d(0x159),'majorGridlines':_0x10685d(0x165),'majorTicks':'主刻度線','useRightVerticalAxis':_0x10685d(0x130),'useValueAsSymbolSize':'使用值作為節點大小','emphasisOnHover':'開啟選中淡入特效','rotateLabels':_0x10685d(0x17c),'showFormula':_0x10685d(0x18e),'showR2':'顯示R平方','padAngle':'扇形間距','halfPie':'半餅','rosePie':_0x10685d(0x186),'showLabelLine':'顯示標籤線','repeatWords':'重複詞雲標籤','fill':'填充','useAbsoluteValues':_0x10685d(0x132)},'content':{'trendlineIndex':_0x10685d(0x14d),'trendlineUnavailable':_0x10685d(0x183),'positive':'正值','negative':'負值','subtotal':'小計'},'option':{'default':'默認','none':'無','stacked':'堆疊','percentStacked':_0x10685d(0x18b),'top':'頂部','right':'右側','bottom':'底部','left':'左側','arrangement':'依序','solid':'實線','dashed':'虛線','dotted':'點線','circle':'圓形','square':_0x10685d(0x122),'triangle':_0x10685d(0x171),'diamond':'菱形','rectangle':'矩形','roundRectangle':_0x10685d(0x176),'pin':'針形','arrow':'箭頭','emptyCircle':_0x10685d(0x145),'emptySquare':_0x10685d(0x11d),'emptyTriangle':_0x10685d(0x149),'emptyDiamond':_0x10685d(0x168),'emptyRectangle':_0x10685d(0x18f),'emptyRoundRectangle':_0x10685d(0x164),'emptyPin':_0x10685d(0x182),'emptyArrow':'空心箭頭','auto':'自動','inside':'內部','outside':'外部','value':'值','percentage':_0x10685d(0x161),'chartTitle':'主標題','subtitle':_0x10685d(0x16d),'horizontalAxisTitle':_0x10685d(0x178),'verticalAxisTitle':_0x10685d(0x17a),'rightVerticalAxisTitle':_0x10685d(0x188),'start':'開始','center':'中間','end':'結束','single':'單選','multiple':'多選','disabled':'關閉','continuous':'連續','piecewise':'分段','line':'折線','smooth':'平滑','step':'階梯','polygon':_0x10685d(0x13a),'showAsGaps':'間隙','showAsZero':'零','connectDataPoints':_0x10685d(0x15d),'circular':'環形','force':'力導向','column':_0x10685d(0x172),'area':_0x10685d(0x13f),'linear':'線性','exponential':'指數','logarithmic':'對數','power':'冪','movingAverage':_0x10685d(0x16b),'polynomial':_0x10685d(0x156),'allSeries':_0x10685d(0x174),'cloud':'詞雲','rect':'矩形','cardioid':'圓形','heart':'♡','triangleForward':_0x10685d(0x171),'pentagon':_0x10685d(0x13a),'star':'★'},'dataEditor':{'unavailable':'圖表數據源必須包含多於1列和1欄。','tableEmpty':_0x10685d(0x160),'updateFailed':_0x10685d(0x11f),'cancel':'取消','duplicate':'複製','apply':'套用'},'chartTypes':{'line':_0x10685d(0x17d),'column':_0x10685d(0x172),'columnStacked':_0x10685d(0x190),'columnPercentStacked':'百分比堆疊\x20·\x20柱狀圖','bar':_0x10685d(0x131),'barStacked':'堆疊條形圖','barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x10685d(0x158),'area':'面積圖','areaStacked':_0x10685d(0x12d),'areaPercentStacked':_0x10685d(0x162),'radar':_0x10685d(0x123),'scatter':'散點圖','combination':_0x10685d(0x13d),'wordCloud':_0x10685d(0x121),'funnel':_0x10685d(0x124),'bubble':_0x10685d(0x126),'relation':_0x10685d(0x12f),'waterfall':_0x10685d(0x143),'pareto':_0x10685d(0x11b),'sankey':_0x10685d(0x151),'heatmap':_0x10685d(0x14a),'boxplot':_0x10685d(0x15a)}}};function _0x236e(_0x4990a8,_0x5cd637){_0x4990a8=_0x4990a8-0x11b;const _0xd77fd7=_0xd77f();let _0x236ed8=_0xd77fd7[_0x4990a8];return _0x236ed8;}export{e as default};function _0xd77f(){const _0x4a3f2b=['關係圖','使用右軸','條形圖','使用絕對值','主刻度線\x20粗細','逆序軸','邊框\x20粗細','R平方\x20顏色','數據點\x20透明度','詞雲\x20ID','顯示標籤','多邊形','3395340ONuOhf','長條圖系列','組合圖','趨勢線','面積圖','標題\x20大小','氣泡標籤\x20·\x20背景顏色','線條\x20粗細','瀑布圖','網格線\x20粗細','空心圓形','漸變填充','數據點\x20大小','指示線','空心三角形','熱力圖','刻度線長度','瀑布圖\x20·\x20堆疊','趨勢線\x20{0}','圖表樣式','視覺映射範圍','設置標籤格式','桑基圖','2EbwCGW','詞雲形狀','標題位置','顯示空單元格為','多項式','數據標籤','環形圖','使用日期軸','箱型圖','最大值','数值比例','用直線連接數據點','移動平均周期','3473304PMlHTz','表格資料為空','百分比','百分比堆疊面積圖','小數位數','空心圓角矩形','主網格線','累積占比系列','氣泡圖\x20·\x20資料','空心菱形','刪除圖表','最小值','移動平均','節點形狀','副標題','水平軸','顯示軸線','標題文本\x20大小','三角形','柱狀圖','主刻度線\x20顏色','所有系列','趨勢線名稱','圓角矩形','線條\x20透明度','X軸標題','圖表類型','Y軸標題','折線圖\x20·\x20面積圖','旋轉標籤','折線圖','1095773ZUnVhy','填充\x20透明度','節點距離','圖例選擇模式','空心針形','添加趨勢線','刻度線位置','邊框\x20透明度','玫瑰圖','2279795pzSZsG','右Y軸標題','943400qjebXA','圓環孔','百分比堆疊','網格線和刻度線','右垂直軸','顯示公式','空心矩形','堆疊\x20·\x20柱狀圖','排列圖','線類型','空心正方形','36itonkA','插入圖表失敗','設置圖表','詞雲圖','正方形','雷達圖','漏斗圖','添加系列','氣泡圖','系列\x20·\x20圖表類型','數據點','397983FfkyET','顯示小計','30085614YpmYkb','數據點\x20顏色','堆疊面積圖','氣泡標籤'];_0xd77f=function(){return _0x4a3f2b;};return _0xd77f();}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IChartTypeOption } from '@univerjs-pro/chart-ui';
|
|
2
|
+
import type { LocaleKey } from '../locale/types';
|
|
3
|
+
import { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
4
|
+
export interface IBoardChartTypeOption extends IChartTypeOption<LocaleKey> {
|
|
5
|
+
label: LocaleKey;
|
|
6
|
+
value: ChartTypeBits;
|
|
7
|
+
}
|
|
8
|
+
export declare const BOARD_CHART_TYPE_OPTIONS: IBoardChartTypeOption[];
|
|
9
|
+
export declare const BOARD_CHART_QUICK_TYPE_OPTIONS: IBoardChartTypeOption[];
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { IBoardChartElement } from '@univerjs-pro/boards';
|
|
2
|
+
import type { ChartStyle } from '@univerjs-pro/engine-chart';
|
|
3
|
+
export declare const BOARD_CHART_LIGHT_FALLBACK_BORDER = "#D1D5DB";
|
|
4
|
+
export declare const BOARD_CHART_DARK_FALLBACK_BORDER = "rgba(255, 255, 255, 0.18)";
|
|
5
|
+
export declare const BOARD_CHART_DEFAULT_FRAME_RADIUS = 8;
|
|
6
|
+
export declare const BOARD_CHART_DEFAULT_FRAME_STROKE_WIDTH = 1;
|
|
7
|
+
export declare const BOARD_CHART_SELECTION_OUTLINE_STROKE_WIDTH = 1;
|
|
8
|
+
export interface IBoardChartFrameStyle {
|
|
9
|
+
fill: string;
|
|
10
|
+
stroke: string;
|
|
11
|
+
strokeWidth: number;
|
|
12
|
+
radius: number;
|
|
13
|
+
}
|
|
14
|
+
export interface IResolveBoardChartFrameStyleInput {
|
|
15
|
+
chartStyle?: ChartStyle | null;
|
|
16
|
+
chartElement?: Pick<IBoardChartElement, 'stroke'> | null;
|
|
17
|
+
hostFill?: string;
|
|
18
|
+
themeBorderColor?: string | null;
|
|
19
|
+
isDarkMode?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare function resolveBoardChartFrameStyle(input: IResolveBoardChartFrameStyleInput): IBoardChartFrameStyle;
|
|
22
|
+
export declare function getBoardChartContentRect(outer: {
|
|
23
|
+
width: number;
|
|
24
|
+
height: number;
|
|
25
|
+
}, frame: IBoardChartFrameStyle): {
|
|
26
|
+
left: number;
|
|
27
|
+
top: number;
|
|
28
|
+
width: number;
|
|
29
|
+
height: number;
|
|
30
|
+
};
|
|
31
|
+
export declare function getBoardChartFrameStrokeRect(outer: {
|
|
32
|
+
width: number;
|
|
33
|
+
height: number;
|
|
34
|
+
}, frame: IBoardChartFrameStyle): {
|
|
35
|
+
left: number;
|
|
36
|
+
top: number;
|
|
37
|
+
width: number;
|
|
38
|
+
height: number;
|
|
39
|
+
radius: number;
|
|
40
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const BOARD_CHART_DATA_EDITOR_DIALOG_COMPONENT = "board-chart.data-editor-dialog";
|
|
2
|
+
export declare const BOARD_CHART_DATA_EDITOR_DIALOG_ID = "board-chart.dialog.data-editor";
|
|
3
|
+
export interface IBoardChartDataEditorDialogProps {
|
|
4
|
+
chartId: string;
|
|
5
|
+
unitId: string;
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
}
|
|
8
|
+
export interface IBoardChartDataEditorProps {
|
|
9
|
+
chartId: string;
|
|
10
|
+
unitId: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function BoardChartDataEditor(props: IBoardChartDataEditorProps): import("react").JSX.Element;
|
|
13
|
+
export declare function BoardChartDataEditorDialog(props: IBoardChartDataEditorDialogProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IBoardChartElement } from '@univerjs-pro/boards';
|
|
2
|
+
export interface IBoardChartDomRendererProps {
|
|
3
|
+
chartId: string;
|
|
4
|
+
unitId: string;
|
|
5
|
+
chartElement: Pick<IBoardChartElement, 'stroke'>;
|
|
6
|
+
}
|
|
7
|
+
export declare function BoardChartDomRenderer({ chartElement, chartId, unitId }: IBoardChartDomRendererProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const BOARD_CHART_EDIT_PANEL_COMPONENT = "board-chart.edit-panel";
|
|
2
|
+
export interface IBoardChartEditPanelProps {
|
|
3
|
+
unitId: string;
|
|
4
|
+
subUnitId: string;
|
|
5
|
+
elementId: string;
|
|
6
|
+
chartId: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function BoardChartEditPanel({ unitId, chartId }: IBoardChartEditPanelProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BoardChartModelService } from '@univerjs-pro/boards-chart';
|
|
2
|
+
import { ChartElementFloatMenuAdapterRegistry } from '@univerjs-pro/chart-ui';
|
|
3
|
+
import { Disposable } from '@univerjs/core';
|
|
4
|
+
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
5
|
+
import { ICanvasPopupService } from '@univerjs/ui';
|
|
6
|
+
import { BoardChartEditSessionService } from '../services/board-chart-edit-session.service';
|
|
7
|
+
import { BoardChartRenderService } from '../services/board-chart-render.service';
|
|
8
|
+
import { IBoardChartUIService } from '../services/board-chart-ui.service';
|
|
9
|
+
export declare class BoardChartElementFloatMenuController extends Disposable {
|
|
10
|
+
private readonly _modelService;
|
|
11
|
+
private readonly _chartRenderService;
|
|
12
|
+
private readonly _boardChartUIService;
|
|
13
|
+
private readonly _editSessionService;
|
|
14
|
+
private readonly _adapterRegistry;
|
|
15
|
+
private readonly _canvasPopupService;
|
|
16
|
+
private readonly _renderManagerService;
|
|
17
|
+
private readonly _chartEventDisposables;
|
|
18
|
+
private _popupDisposable;
|
|
19
|
+
private _popupRuntimeKey;
|
|
20
|
+
constructor(_modelService: BoardChartModelService, _chartRenderService: BoardChartRenderService, _boardChartUIService: IBoardChartUIService, _editSessionService: BoardChartEditSessionService, _adapterRegistry: ChartElementFloatMenuAdapterRegistry, _canvasPopupService: ICanvasPopupService, _renderManagerService: IRenderManagerService);
|
|
21
|
+
dispose(): void;
|
|
22
|
+
private _registerAdapter;
|
|
23
|
+
private _subscribeChartEvents;
|
|
24
|
+
private _openFloatMenu;
|
|
25
|
+
private _closePopup;
|
|
26
|
+
private _clearHiddenSelectedTarget;
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { BoardCanvasPopManagerService, IBoardElementStateService, IBoardUIStateService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { RxDisposable } from '@univerjs/core';
|
|
6
|
+
import { ComponentManager } from '@univerjs/ui';
|
|
7
|
+
import { BoardChartEditSessionService } from '../services/board-chart-edit-session.service';
|
|
8
|
+
export declare class BoardChartFloatingToolbarRenderController extends RxDisposable implements IRenderModule {
|
|
9
|
+
private readonly _renderContext;
|
|
10
|
+
private readonly _componentManager;
|
|
11
|
+
private readonly _boardCanvasPopManagerService;
|
|
12
|
+
private readonly _boardElementService;
|
|
13
|
+
private readonly _elementStateService;
|
|
14
|
+
private readonly _uiStateService;
|
|
15
|
+
private readonly _editSessionService;
|
|
16
|
+
private _popupDisposable;
|
|
17
|
+
private _popupSelectionKey;
|
|
18
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _componentManager: ComponentManager, _boardCanvasPopManagerService: BoardCanvasPopManagerService, _boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _uiStateService: IBoardUIStateService, _editSessionService: BoardChartEditSessionService);
|
|
19
|
+
dispose(): void;
|
|
20
|
+
private _init;
|
|
21
|
+
private _clearPopup;
|
|
22
|
+
private _clearPopupIfSelectionChanged;
|
|
23
|
+
private _isPopupSelectionStillActive;
|
|
24
|
+
private _buildPopupSelectionKey;
|
|
25
|
+
private _showPopupForSelection;
|
|
26
|
+
private _resolveElementObject;
|
|
27
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { IBoardElementStateService, IBoardUIStateService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { IUniverInstanceService, RxDisposable } from '@univerjs/core';
|
|
6
|
+
import { BoardChartEditSessionService } from '../services/board-chart-edit-session.service';
|
|
7
|
+
export declare class BoardChartOpenEditController extends RxDisposable implements IRenderModule {
|
|
8
|
+
private readonly _renderContext;
|
|
9
|
+
private readonly _instanceService;
|
|
10
|
+
private readonly _boardElementService;
|
|
11
|
+
private readonly _elementStateService;
|
|
12
|
+
private readonly _uiStateService;
|
|
13
|
+
private readonly _editSessionService;
|
|
14
|
+
private _attachScheduled;
|
|
15
|
+
private _objectDblclickDisposables;
|
|
16
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _instanceService: IUniverInstanceService, _boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _uiStateService: IBoardUIStateService, _editSessionService: BoardChartEditSessionService);
|
|
17
|
+
private _init;
|
|
18
|
+
private _scheduleAttachObjectDoubleClicks;
|
|
19
|
+
private _attachObjectDoubleClicks;
|
|
20
|
+
private _openEditSession;
|
|
21
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { BoardChartModelService } from '@univerjs-pro/boards-chart';
|
|
4
|
+
import { IBoardSidePanelService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { Disposable, LocaleService } from '@univerjs/core';
|
|
6
|
+
import { BoardChartEditSessionService } from '../services/board-chart-edit-session.service';
|
|
7
|
+
import { BoardChartRenderService } from '../services/board-chart-render.service';
|
|
8
|
+
export declare class BoardChartPanelController extends Disposable implements IRenderModule {
|
|
9
|
+
private readonly _renderContext;
|
|
10
|
+
private readonly _editSessionService;
|
|
11
|
+
private readonly _sidePanelService;
|
|
12
|
+
private readonly _modelService;
|
|
13
|
+
private readonly _renderService;
|
|
14
|
+
private readonly _localeService;
|
|
15
|
+
private _activePanelKey;
|
|
16
|
+
private _activePanelDisposable;
|
|
17
|
+
private _activeEditOverlay;
|
|
18
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _editSessionService: BoardChartEditSessionService, _sidePanelService: IBoardSidePanelService, _modelService: BoardChartModelService, _renderService: BoardChartRenderService, _localeService: LocaleService);
|
|
19
|
+
dispose(): void;
|
|
20
|
+
private _syncPanel;
|
|
21
|
+
private _closeActivePanel;
|
|
22
|
+
private _setActiveEditOverlay;
|
|
23
|
+
private _clearActiveEditOverlay;
|
|
24
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { BoardDomLayerService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { Disposable } from '@univerjs/core';
|
|
6
|
+
import { BoardChartEditSessionService } from '../services/board-chart-edit-session.service';
|
|
7
|
+
import { BoardChartSnapshotRenderService } from '../services/board-chart-snapshot-render.service';
|
|
8
|
+
export declare class BoardChartSelectionController extends Disposable implements IRenderModule {
|
|
9
|
+
private readonly _renderContext;
|
|
10
|
+
private readonly _editSessionService;
|
|
11
|
+
private readonly _boardElementService;
|
|
12
|
+
private readonly _domLayerService;
|
|
13
|
+
private readonly _snapshotService;
|
|
14
|
+
private _activeLayerId;
|
|
15
|
+
private _activeLayerDisposable;
|
|
16
|
+
private _activeChart;
|
|
17
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _editSessionService: BoardChartEditSessionService, _boardElementService: IBoardElementService, _domLayerService: BoardDomLayerService, _snapshotService: BoardChartSnapshotRenderService);
|
|
18
|
+
dispose(): void;
|
|
19
|
+
private _syncActiveChart;
|
|
20
|
+
private _clearActiveLayer;
|
|
21
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BoardChartModelService, BoardChartResourceService } from '@univerjs-pro/boards-chart';
|
|
2
|
+
import { Disposable, ICommandService } from '@univerjs/core';
|
|
3
|
+
import { BoardChartSnapshotRenderService } from '../services/board-chart-snapshot-render.service';
|
|
4
|
+
export declare class BoardChartSnapshotRefreshController extends Disposable {
|
|
5
|
+
private readonly _commandService;
|
|
6
|
+
private readonly _snapshotService;
|
|
7
|
+
private readonly _resourceService;
|
|
8
|
+
private readonly _modelService?;
|
|
9
|
+
constructor(_commandService: ICommandService, _snapshotService: BoardChartSnapshotRenderService, _resourceService: BoardChartResourceService, _modelService?: BoardChartModelService | undefined);
|
|
10
|
+
private _listenChartResourceMutations;
|
|
11
|
+
private _shouldWaitForChartConfig;
|
|
12
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { BoardChartConfigStateKey, InferBoardChartConfigStateValue } from './services/board-chart-ui.service';
|
|
2
|
+
export declare function useBoardChartConfigState<V, T extends BoardChartConfigStateKey = BoardChartConfigStateKey>(key: T, defaultValue: V): [V, (value: V) => void];
|
|
3
|
+
export declare function useBoardChartConfigState<T extends BoardChartConfigStateKey = BoardChartConfigStateKey, V extends InferBoardChartConfigStateValue<T> = InferBoardChartConfigStateValue<T>>(key: T): [V | undefined, (value: V) => void];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import './global.css';
|
|
2
|
+
export { BOARD_CHART_DATA_EDITOR_DIALOG_COMPONENT, BOARD_CHART_DATA_EDITOR_DIALOG_ID, BoardChartDataEditorDialog, } from './components/BoardChartDataEditorDialog';
|
|
3
|
+
export type { IBoardChartDataEditorDialogProps } from './components/BoardChartDataEditorDialog';
|
|
4
|
+
export { BOARD_CHART_EDIT_PANEL_COMPONENT, BoardChartEditPanel } from './components/BoardChartEditPanel';
|
|
5
|
+
export type { IBoardChartEditPanelProps } from './components/BoardChartEditPanel';
|
|
6
|
+
export { BOARDS_CHART_UI_PLUGIN_CONFIG_KEY } from './config/config';
|
|
7
|
+
export type { IUniverBoardsChartUIConfig } from './config/config';
|
|
8
|
+
export { BoardChartFloatingToolbarRenderController } from './controllers/board-chart-floating-toolbar.render-controller';
|
|
9
|
+
export { BoardChartOpenEditController } from './controllers/board-chart-open-edit.controller';
|
|
10
|
+
export { BoardChartPanelController } from './controllers/board-chart-panel.controller';
|
|
11
|
+
export { BoardChartSelectionController } from './controllers/board-chart-selection.controller';
|
|
12
|
+
export { BoardChartSnapshotRefreshController } from './controllers/board-chart-snapshot-refresh.controller';
|
|
13
|
+
export { useBoardChartConfigState } from './hooks';
|
|
14
|
+
export { BOARDS_CHART_UI_PLUGIN_NAME, enableChartTool, UniverBoardsChartUIPlugin } from './plugin';
|
|
15
|
+
export { BoardChartRenderAdapter } from './render-adapters/board-chart-render-adapter';
|
|
16
|
+
export { BoardChartClipboardAdapter } from './services/board-chart-clipboard-adapter';
|
|
17
|
+
export { BoardChartDataEditService } from './services/board-chart-data-edit.service';
|
|
18
|
+
export type { IBoardChartDataEditState, IBoardChartUpdateDataOptions } from './services/board-chart-data-edit.service';
|
|
19
|
+
export { BoardChartEditSessionService } from './services/board-chart-edit-session.service';
|
|
20
|
+
export type { BoardChartEditSessionCloseReason, BoardChartEditSessionSource, IBoardChartEditSession, IBoardChartEditSessionOpenParams, } from './services/board-chart-edit-session.service';
|
|
21
|
+
export { BoardDomChartHost, BoardImageChartHost } from './services/board-chart-host';
|
|
22
|
+
export { BoardChartRenderService, IBoardChartRenderModelService } from './services/board-chart-render.service';
|
|
23
|
+
export type { IBoardChartRenderInput, IBoardChartRenderSpecResult, } from './services/board-chart-render.service';
|
|
24
|
+
export { BoardChartSnapshotRenderService, IBoardChartSnapshotRendererService, } from './services/board-chart-snapshot-render.service';
|
|
25
|
+
export type { IBoardChartInvalidation, IBoardChartInvalidationOptions, IBoardChartSnapshotEntry, IBoardChartSnapshotRenderer, IBoardChartSnapshotRequest, } from './services/board-chart-snapshot-render.service';
|
|
26
|
+
export { BoardChartUIService, IBoardChartUIService } from './services/board-chart-ui.service';
|
|
27
|
+
export type { BoardChartConfigStateKey, BoardChartConfigStateValue, IBoardChartConfigState, IBoardChartConfigStateMap, IBoardChartOption, InferBoardChartConfigStateValue, } from './services/board-chart-ui.service';
|