Buckets:
hf-doc-build/doc-dev / diffusers /pr_12229 /pt /_app /immutable /chunks /pieDiagram-ADFJNKIX.f0fa8fca.js
| import{ae as S,a6 as F,aL as Z,D as q,n as H,o as J,s as K,g as Q,c as X,b as Y,_ as g,l as z,t as ee,d as te,F as ae,L as re,S as ne,k as ie}from"./MermaidChart.svelte_svelte_type_style_lang.24bec0de.js";import{p as se}from"./chunk-4BX2VUAB.4faf64ee.js";import{p as le}from"./mermaid-parser.core.335462a2.js";import{d as R}from"./arc.4bbff0f5.js";import{o as oe}from"./ordinal.b935e931.js";function ce(e,a){return a<e?-1:a>e?1:a>=e?0:NaN}function ue(e){return e}function pe(){var e=ue,a=ce,f=null,x=S(0),s=S(F),o=S(0);function l(t){var n,c=(t=Z(t)).length,u,y,m=0,p=new Array(c),i=new Array(c),v=+x.apply(this,arguments),w=Math.min(F,Math.max(-F,s.apply(this,arguments)-v)),h,C=Math.min(Math.abs(w)/c,o.apply(this,arguments)),$=C*(w<0?-1:1),d;for(n=0;n<c;++n)(d=i[p[n]=n]=+e(t[n],n,t))>0&&(m+=d);for(a!=null?p.sort(function(A,D){return a(i[A],i[D])}):f!=null&&p.sort(function(A,D){return f(t[A],t[D])}),n=0,y=m?(w-c*$)/m:0;n<c;++n,v=h)u=p[n],d=i[u],h=v+(d>0?d*y:0)+$,i[u]={data:t[u],index:n,value:d,startAngle:v,endAngle:h,padAngle:C};return i}return l.value=function(t){return arguments.length?(e=typeof t=="function"?t:S(+t),l):e},l.sortValues=function(t){return arguments.length?(a=t,f=null,l):a},l.sort=function(t){return arguments.length?(f=t,a=null,l):f},l.startAngle=function(t){return arguments.length?(x=typeof t=="function"?t:S(+t),l):x},l.endAngle=function(t){return arguments.length?(s=typeof t=="function"?t:S(+t),l):s},l.padAngle=function(t){return arguments.length?(o=typeof t=="function"?t:S(+t),l):o},l}var I=q.pie,G={sections:new Map,showData:!1,config:I},T=G.sections,L=G.showData,ge=structuredClone(I),de=g(()=>structuredClone(ge),"getConfig"),fe=g(()=>{T=new Map,L=G.showData,ee()},"clear"),he=g(({label:e,value:a})=>{if(a<0)throw new Error(`"${e}" has invalid value: ${a}. Negative values are not allowed in pie charts. All slice values must be >= 0.`);T.has(e)||(T.set(e,a),z.debug(`added new section: ${e}, with value: ${a}`))},"addSection"),me=g(()=>T,"getSections"),ve=g(e=>{L=e},"setShowData"),Se=g(()=>L,"getShowData"),_={getConfig:de,clear:fe,setDiagramTitle:H,getDiagramTitle:J,setAccTitle:K,getAccTitle:Q,setAccDescription:X,getAccDescription:Y,addSection:he,getSections:me,setShowData:ve,getShowData:Se},xe=g((e,a)=>{se(e,a),a.setShowData(e.showData),e.sections.map(a.addSection)},"populateDb"),ye={parse:g(async e=>{const a=await le("pie",e);z.debug(a),xe(a,_)},"parse")},we=g(e=>` | |
| .pieCircle{ | |
| stroke: ${e.pieStrokeColor}; | |
| stroke-width : ${e.pieStrokeWidth}; | |
| opacity : ${e.pieOpacity}; | |
| } | |
| .pieOuterCircle{ | |
| stroke: ${e.pieOuterStrokeColor}; | |
| stroke-width: ${e.pieOuterStrokeWidth}; | |
| fill: none; | |
| } | |
| .pieTitleText { | |
| text-anchor: middle; | |
| font-size: ${e.pieTitleTextSize}; | |
| fill: ${e.pieTitleTextColor}; | |
| font-family: ${e.fontFamily}; | |
| } | |
| .slice { | |
| font-family: ${e.fontFamily}; | |
| fill: ${e.pieSectionTextColor}; | |
| font-size:${e.pieSectionTextSize}; | |
| // fill: white; | |
| } | |
| .legend text { | |
| fill: ${e.pieLegendTextColor}; | |
| font-family: ${e.fontFamily}; | |
| font-size: ${e.pieLegendTextSize}; | |
| } | |
| `,"getStyles"),Ae=we,De=g(e=>{const a=[...e.values()].reduce((s,o)=>s+o,0),f=[...e.entries()].map(([s,o])=>({label:s,value:o})).filter(s=>s.value/a*100>=1).sort((s,o)=>o.value-s.value);return pe().value(s=>s.value)(f)},"createPieArcs"),Ce=g((e,a,f,x)=>{z.debug(`rendering pie chart | |
| `+e);const s=x.db,o=te(),l=ae(s.getConfig(),o.pie),t=40,n=18,c=4,u=450,y=u,m=re(a),p=m.append("g");p.attr("transform","translate("+y/2+","+u/2+")");const{themeVariables:i}=o;let[v]=ne(i.pieOuterStrokeWidth);v??(v=2);const w=l.textPosition,h=Math.min(y,u)/2-t,C=R().innerRadius(0).outerRadius(h),$=R().innerRadius(h*w).outerRadius(h*w);p.append("circle").attr("cx",0).attr("cy",0).attr("r",h+v/2).attr("class","pieOuterCircle");const d=s.getSections(),A=De(d),D=[i.pie1,i.pie2,i.pie3,i.pie4,i.pie5,i.pie6,i.pie7,i.pie8,i.pie9,i.pie10,i.pie11,i.pie12];let b=0;d.forEach(r=>{b+=r});const N=A.filter(r=>(r.data.value/b*100).toFixed(0)!=="0"),k=oe(D);p.selectAll("mySlices").data(N).enter().append("path").attr("d",C).attr("fill",r=>k(r.data.label)).attr("class","pieCircle"),p.selectAll("mySlices").data(N).enter().append("text").text(r=>(r.data.value/b*100).toFixed(0)+"%").attr("transform",r=>"translate("+$.centroid(r)+")").style("text-anchor","middle").attr("class","slice"),p.append("text").text(s.getDiagramTitle()).attr("x",0).attr("y",-(u-50)/2).attr("class","pieTitleText");const W=[...d.entries()].map(([r,M])=>({label:r,value:M})),E=p.selectAll(".legend").data(W).enter().append("g").attr("class","legend").attr("transform",(r,M)=>{const P=n+c,V=P*W.length/2,U=12*n,j=M*P-V;return"translate("+U+","+j+")"});E.append("rect").attr("width",n).attr("height",n).style("fill",r=>k(r.label)).style("stroke",r=>k(r.label)),E.append("text").attr("x",n+c).attr("y",n-c).text(r=>s.getShowData()?`${r.label} [${r.value}]`:r.label);const B=Math.max(...E.selectAll("text").nodes().map(r=>(r==null?void 0:r.getBoundingClientRect().width)??0)),O=y+t+n+c+B;m.attr("viewBox",`0 0 ${O} ${u}`),ie(m,u,O,l.useMaxWidth)},"draw"),$e={draw:Ce},Fe={parser:ye,db:_,renderer:$e,styles:Ae};export{Fe as diagram}; | |
Xet Storage Details
- Size:
- 5.16 kB
- Xet hash:
- 59dcb47e5118370b6fa656806e2701101d91d721e44b1bb776025ed221447c72
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.