vue-chrts 0.0.98 → 0.0.100
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/dist/index.cjs +334 -1
- package/dist/index.js +7968 -502
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1 +1,334 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),j={class:"space-y-4 flex flex-col"},A=e.defineComponent({__name:"LineChart",props:{data:{},height:{},xLabel:{},yLabel:{},categories:{},xFormatter:{type:Function},yFormatter:{type:Function},curveType:{},yNumTicks:{},xNumTicks:{},paginationPoisition:{}},setup(t){return(i,s)=>(e.openBlock(),e.createElementBlock("div",j," 123123 "))}}),C=1e-12;function g(t){this._context=t}g.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,i):this._context.moveTo(t,i);break;case 1:this._point=2;default:this._context.lineTo(t,i);break}}};function X(t){return new g(t)}function l(){}function c(t,i,s){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+i)/6,(t._y0+4*t._y1+s)/6)}function f(t){this._context=t}f.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:c(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,i):this._context.moveTo(t,i);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:c(this,t,i);break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=i}};function Y(t){return new f(t)}function B(t){this._context=t}B.prototype={areaStart:l,areaEnd:l,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1,this._x2=t,this._y2=i;break;case 1:this._point=2,this._x3=t,this._y3=i;break;case 2:this._point=3,this._x4=t,this._y4=i,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+i)/6);break;default:c(this,t,i);break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=i}};function q(t){return new B(t)}function P(t){this._context=t}P.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var s=(this._x0+4*this._x1+t)/6,n=(this._y0+4*this._y1+i)/6;this._line?this._context.lineTo(s,n):this._context.moveTo(s,n);break;case 3:this._point=4;default:c(this,t,i);break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=i}};function Z(t){return new P(t)}function V(t,i){this._basis=new f(t),this._beta=i}V.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,i=this._y,s=t.length-1;if(s>0)for(var n=t[0],o=i[0],_=t[s]-n,h=i[s]-o,a=-1,r;++a<=s;)r=a/s,this._basis.point(this._beta*t[a]+(1-this._beta)*(n+r*_),this._beta*i[a]+(1-this._beta)*(o+r*h));this._x=this._y=null,this._basis.lineEnd()},point:function(t,i){this._x.push(+t),this._y.push(+i)}};const G=function t(i){function s(n){return i===1?new f(n):new V(n,i)}return s.beta=function(n){return t(+n)},s}(.85);function u(t,i,s){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-i),t._y2+t._k*(t._y1-s),t._x2,t._y2)}function y(t,i){this._context=t,this._k=(1-i)/6}y.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:u(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,i):this._context.moveTo(t,i);break;case 1:this._point=2,this._x1=t,this._y1=i;break;case 2:this._point=3;default:u(this,t,i);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=i}};const H=function t(i){function s(n){return new y(n,i)}return s.tension=function(n){return t(+n)},s}(0);function m(t,i){this._context=t,this._k=(1-i)/6}m.prototype={areaStart:l,areaEnd:l,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1,this._x3=t,this._y3=i;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=i);break;case 2:this._point=3,this._x5=t,this._y5=i;break;default:u(this,t,i);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=i}};const I=function t(i){function s(n){return new m(n,i)}return s.tension=function(n){return t(+n)},s}(0);function b(t,i){this._context=t,this._k=(1-i)/6}b.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:u(this,t,i);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=i}};const J=function t(i){function s(n){return new b(n,i)}return s.tension=function(n){return t(+n)},s}(0);function v(t,i,s){var n=t._x1,o=t._y1,_=t._x2,h=t._y2;if(t._l01_a>C){var a=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,r=3*t._l01_a*(t._l01_a+t._l12_a);n=(n*a-t._x0*t._l12_2a+t._x2*t._l01_2a)/r,o=(o*a-t._y0*t._l12_2a+t._y2*t._l01_2a)/r}if(t._l23_a>C){var k=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,N=3*t._l23_a*(t._l23_a+t._l12_a);_=(_*k+t._x1*t._l23_2a-i*t._l12_2a)/N,h=(h*k+t._y1*t._l23_2a-s*t._l12_2a)/N}t._context.bezierCurveTo(n,o,_,h,t._x2,t._y2)}function M(t,i){this._context=t,this._alpha=i}M.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){if(t=+t,i=+i,this._point){var s=this._x2-t,n=this._y2-i;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(s*s+n*n,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,i):this._context.moveTo(t,i);break;case 1:this._point=2;break;case 2:this._point=3;default:v(this,t,i);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=i}};const K=function t(i){function s(n){return i?new M(n,i):new y(n,0)}return s.alpha=function(n){return t(+n)},s}(.5);function R(t,i){this._context=t,this._alpha=i}R.prototype={areaStart:l,areaEnd:l,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(t,i){if(t=+t,i=+i,this._point){var s=this._x2-t,n=this._y2-i;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(s*s+n*n,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=i;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=i);break;case 2:this._point=3,this._x5=t,this._y5=i;break;default:v(this,t,i);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=i}};const Q=function t(i){function s(n){return i?new R(n,i):new m(n,0)}return s.alpha=function(n){return t(+n)},s}(.5);function $(t,i){this._context=t,this._alpha=i}$.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){if(t=+t,i=+i,this._point){var s=this._x2-t,n=this._y2-i;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(s*s+n*n,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:v(this,t,i);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=i}};const U=function t(i){function s(n){return i?new $(n,i):new b(n,0)}return s.alpha=function(n){return t(+n)},s}(.5);function O(t){this._context=t}O.prototype={areaStart:l,areaEnd:l,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,i){t=+t,i=+i,this._point?this._context.lineTo(t,i):(this._point=1,this._context.moveTo(t,i))}};function W(t){return new O(t)}function w(t){return t<0?-1:1}function T(t,i,s){var n=t._x1-t._x0,o=i-t._x1,_=(t._y1-t._y0)/(n||o<0&&-0),h=(s-t._y1)/(o||n<0&&-0),a=(_*o+h*n)/(n+o);return(w(_)+w(h))*Math.min(Math.abs(_),Math.abs(h),.5*Math.abs(a))||0}function E(t,i){var s=t._x1-t._x0;return s?(3*(t._y1-t._y0)/s-i)/2:i}function d(t,i,s){var n=t._x0,o=t._y0,_=t._x1,h=t._y1,a=(_-n)/3;t._context.bezierCurveTo(n+a,o+a*i,_-a,h-a*s,_,h)}function p(t){this._context=t}p.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:d(this,this._t0,E(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,i){var s=NaN;if(t=+t,i=+i,!(t===this._x1&&i===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,i):this._context.moveTo(t,i);break;case 1:this._point=2;break;case 2:this._point=3,d(this,E(this,s=T(this,t,i)),s);break;default:d(this,this._t0,s=T(this,t,i));break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=i,this._t0=s}}};function L(t){this._context=new z(t)}(L.prototype=Object.create(p.prototype)).point=function(t,i){p.prototype.point.call(this,i,t)};function z(t){this._context=t}z.prototype={moveTo:function(t,i){this._context.moveTo(i,t)},closePath:function(){this._context.closePath()},lineTo:function(t,i){this._context.lineTo(i,t)},bezierCurveTo:function(t,i,s,n,o,_){this._context.bezierCurveTo(i,t,n,s,_,o)}};function tt(t){return new p(t)}function it(t){return new L(t)}function D(t){this._context=t}D.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var t=this._x,i=this._y,s=t.length;if(s)if(this._line?this._context.lineTo(t[0],i[0]):this._context.moveTo(t[0],i[0]),s===2)this._context.lineTo(t[1],i[1]);else for(var n=S(t),o=S(i),_=0,h=1;h<s;++_,++h)this._context.bezierCurveTo(n[0][_],o[0][_],n[1][_],o[1][_],t[h],i[h]);(this._line||this._line!==0&&s===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(t,i){this._x.push(+t),this._y.push(+i)}};function S(t){var i,s=t.length-1,n,o=new Array(s),_=new Array(s),h=new Array(s);for(o[0]=0,_[0]=2,h[0]=t[0]+2*t[1],i=1;i<s-1;++i)o[i]=1,_[i]=4,h[i]=4*t[i]+2*t[i+1];for(o[s-1]=2,_[s-1]=7,h[s-1]=8*t[s-1]+t[s],i=1;i<s;++i)n=o[i]/_[i-1],_[i]-=n,h[i]-=n*h[i-1];for(o[s-1]=h[s-1]/_[s-1],i=s-2;i>=0;--i)o[i]=(h[i]-o[i+1])/_[i];for(_[s-1]=(t[s]+o[s-1])/2,i=0;i<s-1;++i)_[i]=2*t[i+1]-o[i+1];return[o,_]}function st(t){return new D(t)}function x(t,i){this._context=t,this._t=i}x.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,i){switch(t=+t,i=+i,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,i):this._context.moveTo(t,i);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,i),this._context.lineTo(t,i);else{var s=this._x*(1-this._t)+t*this._t;this._context.lineTo(s,this._y),this._context.lineTo(s,i)}break}}this._x=t,this._y=i}};function nt(t){return new x(t,.5)}function et(t){return new x(t,0)}function ot(t){return new x(t,1)}exports.CurveType=void 0;(function(t){t.Basis="basis",t.BasisClosed="basisClosed",t.BasisOpen="basisOpen",t.Bundle="bundle",t.Cardinal="cardinal",t.CardinalClosed="cardinalClosed",t.CardinalOpen="cardinalOpen",t.CatmullRom="catmullRom",t.CatmullRomClosed="catmullRomClosed",t.CatmullRomOpen="catmullRomOpen",t.Linear="linear",t.LinearClosed="linearClosed",t.MonotoneX="monotoneX",t.MonotoneY="monotoneY",t.Natural="natural",t.Step="step",t.StepAfter="stepAfter",t.StepBefore="stepBefore"})(exports.CurveType||(exports.CurveType={}));exports.CurveType.Basis+"",exports.CurveType.BasisClosed+"",exports.CurveType.BasisOpen+"",exports.CurveType.Bundle+"",exports.CurveType.Cardinal+"",exports.CurveType.CardinalClosed+"",exports.CurveType.CardinalOpen+"",exports.CurveType.CatmullRom+"",exports.CurveType.CatmullRomClosed+"",exports.CurveType.CatmullRomOpen+"",exports.CurveType.Linear+"",exports.CurveType.LinearClosed+"",exports.CurveType.MonotoneX+"",exports.CurveType.MonotoneY+"",exports.CurveType.Natural+"",exports.CurveType.Step+"",exports.CurveType.StepAfter+"",exports.CurveType.StepBefore+"";var F=(t=>(t.Top="top",t.Bottom="bottom",t))(F||{});const _t={class:"space-y-2"},ht={class:"space-y-2"},at={class:"text-gray-500 mb-1"},lt={class:"text-xl dark:text-white font-bold"},rt={class:"flex items-center justify-between text-sm font-medium dark:text-gray-500 mt-2"},ct={class:"dark:bg-white/5 bg-gray-100 rounded-full h-3"},ut=e.defineComponent({__name:"Progress",props:{label:{},value:{},unit:{},progress:{},total:{},color:{}},setup(t){const i=t,s=e.computed(()=>(i.progress/i.total*100).toFixed(1)),n=e.computed(()=>`${i.progress/i.total*100}%`);return(o,_)=>(e.openBlock(),e.createElementBlock("div",_t,[e.createElementVNode("div",ht,[e.createElementVNode("p",at,e.toDisplayString(o.label),1),e.createElementVNode("h2",lt,e.toDisplayString(o.value),1)]),e.createElementVNode("div",rt,[e.createElementVNode("div",null,e.toDisplayString(s.value)+"%",1),e.createElementVNode("div",null,e.toDisplayString(o.progress)+" of "+e.toDisplayString(o.total)+e.toDisplayString(o.unit),1)]),e.createElementVNode("div",ct,[e.createElementVNode("div",{class:"rounded-full h-full",style:e.normalizeStyle({width:n.value,backgroundColor:o.color})},null,4)])]))}}),pt={class:"ring ring-border divide-y divide-border rounded-xl shadow-sm"},ft={class:"flex items-center justify-between p-4"},xt={class:"flex items-center gap-2"},dt={class:"font-medium"},yt={class:"text-sm dark:text-gray-400"},mt={class:"p-4"},bt=e.defineComponent({__name:"Status",setup(t){const i=e.ref("example.com"),s=e.ref("99.9% uptime"),n=e.ref([{hour:0,status:"online"},{hour:1,status:"online"},{hour:2,status:"online"},{hour:3,status:"online"},{hour:4,status:"online"},{hour:5,status:"online"},{hour:6,status:"online"},{hour:7,status:"online"},{hour:8,status:"online"},{hour:9,status:"online"},{hour:10,status:"online"},{hour:11,status:"offline"},{hour:12,status:"online"},{hour:13,status:"online"},{hour:14,status:"online"},{hour:15,status:"online"},{hour:16,status:"online"},{hour:17,status:"online"},{hour:18,status:"online"},{hour:19,status:"online"},{hour:20,status:"online"},{hour:21,status:"online"},{hour:22,status:"online"},{hour:23,status:"online"},{hour:0,status:"online"},{hour:1,status:"online"},{hour:2,status:"online"},{hour:3,status:"online"},{hour:4,status:"online"},{hour:5,status:"online"},{hour:6,status:"online"},{hour:7,status:"online"},{hour:8,status:"online"},{hour:9,status:"online"},{hour:10,status:"online"},{hour:11,status:"online"},{hour:12,status:"online"},{hour:13,status:"online"},{hour:14,status:"online"},{hour:15,status:"online"},{hour:16,status:"online"},{hour:17,status:"online"},{hour:18,status:"online"},{hour:19,status:"online"},{hour:20,status:"online"},{hour:21,status:"online"},{hour:22,status:"online"},{hour:23,status:"online"},{hour:0,status:"online"},{hour:1,status:"online"}]);return(o,_)=>(e.openBlock(),e.createElementBlock("div",pt,[e.createElementVNode("div",ft,[e.createElementVNode("div",xt,[_[0]||(_[0]=e.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"size-6 text-primary"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"})],-1)),e.createElementVNode("span",dt,e.toDisplayString(i.value),1)]),e.createElementVNode("span",yt,e.toDisplayString(s.value),1)]),e.createElementVNode("div",mt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value,(h,a)=>(e.openBlock(),e.createElementBlock("div",{key:a,class:e.normalizeClass(["w-2.5 h-8 first:rounded-tl first:rounded-bl last:rounded-tr last:rounded-br ml-[3px] inline-block",h.status==="online"?"bg-primary":"bg-white"])},null,2))),128))])]))}}),vt={class:"flex flex-col"},kt={class:"flex items-center mr-2 mt-2"},Nt={class:"font-semibold capitalize text-white/75"},Ct={class:"flex items-center gap-2"},wt={class:"font-normal"},Tt=e.defineComponent({__name:"Tooltip",props:{data:{},categories:{}},setup(t){function i(n){var o;return((o=s.categories[n])==null?void 0:o.color)??"#f00"}const s=t;return(n,o)=>(e.openBlock(),e.createElementBlock("div",vt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Object.entries(n.data),([_,h])=>{var a;return e.openBlock(),e.createElementBlock(e.Fragment,{key:_},[e.createElementVNode("div",kt,[e.createElementVNode("span",Nt,e.toDisplayString(_)+":",1)]),e.createElementVNode("div",Ct,[(a=s.categories[_])!=null&&a.color?(e.openBlock(),e.createElementBlock("span",{key:0,style:e.normalizeStyle({backgroundColor:i(_)}),class:"w-2 h-2"},null,4)):e.createCommentVNode("",!0),e.createElementVNode("span",wt,e.toDisplayString(h),1)])],64)}),128))]))}});exports.LineChart=A;exports.PaginationPosition=F;exports.Progress=ut;exports.Status=bt;exports.Tooltip=Tt;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("vue");var Ai="http://www.w3.org/1999/xhtml";const Xr={svg:"http://www.w3.org/2000/svg",xhtml:Ai,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Yn(t){var e=t+="",n=e.indexOf(":");return n>=0&&(e=t.slice(0,n))!=="xmlns"&&(t=t.slice(n+1)),Xr.hasOwnProperty(e)?{space:Xr[e],local:t}:t}function Il(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===Ai&&e.documentElement.namespaceURI===Ai?e.createElement(t):e.createElementNS(n,t)}}function Ul(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function Ss(t){var e=Yn(t);return(e.local?Ul:Il)(e)}function Hl(){}function sr(t){return t==null?Hl:function(){return this.querySelector(t)}}function Vl(t){typeof t!="function"&&(t=sr(t));for(var e=this._groups,n=e.length,i=new Array(n),r=0;r<n;++r)for(var o=e[r],s=o.length,a=i[r]=new Array(s),l,c,h=0;h<s;++h)(l=o[h])&&(c=t.call(l,l.__data__,h,o))&&("__data__"in l&&(c.__data__=l.__data__),a[h]=c);return new rt(i,this._parents)}function Wl(t){return t==null?[]:Array.isArray(t)?t:Array.from(t)}function Yl(){return[]}function Cs(t){return t==null?Yl:function(){return this.querySelectorAll(t)}}function Xl(t){return function(){return Wl(t.apply(this,arguments))}}function ql(t){typeof t=="function"?t=Xl(t):t=Cs(t);for(var e=this._groups,n=e.length,i=[],r=[],o=0;o<n;++o)for(var s=e[o],a=s.length,l,c=0;c<a;++c)(l=s[c])&&(i.push(t.call(l,l.__data__,c,s)),r.push(l));return new rt(i,r)}function Ms(t){return function(){return this.matches(t)}}function As(t){return function(e){return e.matches(t)}}var Gl=Array.prototype.find;function jl(t){return function(){return Gl.call(this.children,t)}}function Zl(){return this.firstElementChild}function Ql(t){return this.select(t==null?Zl:jl(typeof t=="function"?t:As(t)))}var Jl=Array.prototype.filter;function Kl(){return Array.from(this.children)}function tc(t){return function(){return Jl.call(this.children,t)}}function ec(t){return this.selectAll(t==null?Kl:tc(typeof t=="function"?t:As(t)))}function nc(t){typeof t!="function"&&(t=Ms(t));for(var e=this._groups,n=e.length,i=new Array(n),r=0;r<n;++r)for(var o=e[r],s=o.length,a=i[r]=[],l,c=0;c<s;++c)(l=o[c])&&t.call(l,l.__data__,c,o)&&a.push(l);return new rt(i,this._parents)}function $s(t){return new Array(t.length)}function ic(){return new rt(this._enter||this._groups.map($s),this._parents)}function yn(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}yn.prototype={constructor:yn,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};function rc(t){return function(){return t}}function oc(t,e,n,i,r,o){for(var s=0,a,l=e.length,c=o.length;s<c;++s)(a=e[s])?(a.__data__=o[s],i[s]=a):n[s]=new yn(t,o[s]);for(;s<l;++s)(a=e[s])&&(r[s]=a)}function sc(t,e,n,i,r,o,s){var a,l,c=new Map,h=e.length,u=o.length,f=new Array(h),d;for(a=0;a<h;++a)(l=e[a])&&(f[a]=d=s.call(l,l.__data__,a,e)+"",c.has(d)?r[a]=l:c.set(d,l));for(a=0;a<u;++a)d=s.call(t,o[a],a,o)+"",(l=c.get(d))?(i[a]=l,l.__data__=o[a],c.delete(d)):n[a]=new yn(t,o[a]);for(a=0;a<h;++a)(l=e[a])&&c.get(f[a])===l&&(r[a]=l)}function ac(t){return t.__data__}function lc(t,e){if(!arguments.length)return Array.from(this,ac);var n=e?sc:oc,i=this._parents,r=this._groups;typeof t!="function"&&(t=rc(t));for(var o=r.length,s=new Array(o),a=new Array(o),l=new Array(o),c=0;c<o;++c){var h=i[c],u=r[c],f=u.length,d=cc(t.call(h,h&&h.__data__,c,i)),g=d.length,p=a[c]=new Array(g),v=s[c]=new Array(g),y=l[c]=new Array(f);n(h,u,p,v,y,d,e);for(var x=0,_=0,S,k;x<g;++x)if(S=p[x]){for(x>=_&&(_=x+1);!(k=v[_])&&++_<g;);S._next=k||null}}return s=new rt(s,i),s._enter=a,s._exit=l,s}function cc(t){return typeof t=="object"&&"length"in t?t:Array.from(t)}function uc(){return new rt(this._exit||this._groups.map($s),this._parents)}function hc(t,e,n){var i=this.enter(),r=this,o=this.exit();return typeof t=="function"?(i=t(i),i&&(i=i.selection())):i=i.append(t+""),e!=null&&(r=e(r),r&&(r=r.selection())),n==null?o.remove():n(o),i&&r?i.merge(r).order():r}function fc(t){for(var e=t.selection?t.selection():t,n=this._groups,i=e._groups,r=n.length,o=i.length,s=Math.min(r,o),a=new Array(r),l=0;l<s;++l)for(var c=n[l],h=i[l],u=c.length,f=a[l]=new Array(u),d,g=0;g<u;++g)(d=c[g]||h[g])&&(f[g]=d);for(;l<r;++l)a[l]=n[l];return new rt(a,this._parents)}function dc(){for(var t=this._groups,e=-1,n=t.length;++e<n;)for(var i=t[e],r=i.length-1,o=i[r],s;--r>=0;)(s=i[r])&&(o&&s.compareDocumentPosition(o)^4&&o.parentNode.insertBefore(s,o),o=s);return this}function pc(t){t||(t=gc);function e(u,f){return u&&f?t(u.__data__,f.__data__):!u-!f}for(var n=this._groups,i=n.length,r=new Array(i),o=0;o<i;++o){for(var s=n[o],a=s.length,l=r[o]=new Array(a),c,h=0;h<a;++h)(c=s[h])&&(l[h]=c);l.sort(e)}return new rt(r,this._parents).order()}function gc(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function mc(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this}function vc(){return Array.from(this)}function _c(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var i=t[e],r=0,o=i.length;r<o;++r){var s=i[r];if(s)return s}return null}function yc(){let t=0;for(const e of this)++t;return t}function xc(){return!this.node()}function bc(t){for(var e=this._groups,n=0,i=e.length;n<i;++n)for(var r=e[n],o=0,s=r.length,a;o<s;++o)(a=r[o])&&t.call(a,a.__data__,o,r);return this}function wc(t){return function(){this.removeAttribute(t)}}function kc(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Tc(t,e){return function(){this.setAttribute(t,e)}}function Sc(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function Cc(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttribute(t):this.setAttribute(t,n)}}function Mc(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}}function Ac(t,e){var n=Yn(t);if(arguments.length<2){var i=this.node();return n.local?i.getAttributeNS(n.space,n.local):i.getAttribute(n)}return this.each((e==null?n.local?kc:wc:typeof e=="function"?n.local?Mc:Cc:n.local?Sc:Tc)(n,e))}function Es(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function $c(t){return function(){this.style.removeProperty(t)}}function Ec(t,e,n){return function(){this.style.setProperty(t,e,n)}}function Nc(t,e,n){return function(){var i=e.apply(this,arguments);i==null?this.style.removeProperty(t):this.style.setProperty(t,i,n)}}function Oc(t,e,n){return arguments.length>1?this.each((e==null?$c:typeof e=="function"?Nc:Ec)(t,e,n??"")):le(this.node(),t)}function le(t,e){return t.style.getPropertyValue(e)||Es(t).getComputedStyle(t,null).getPropertyValue(e)}function Dc(t){return function(){delete this[t]}}function Rc(t,e){return function(){this[t]=e}}function Fc(t,e){return function(){var n=e.apply(this,arguments);n==null?delete this[t]:this[t]=n}}function Pc(t,e){return arguments.length>1?this.each((e==null?Dc:typeof e=="function"?Fc:Rc)(t,e)):this.node()[t]}function Ns(t){return t.trim().split(/^|\s+/)}function ar(t){return t.classList||new Os(t)}function Os(t){this._node=t,this._names=Ns(t.getAttribute("class")||"")}Os.prototype={add:function(t){var e=this._names.indexOf(t);e<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};function Ds(t,e){for(var n=ar(t),i=-1,r=e.length;++i<r;)n.add(e[i])}function Rs(t,e){for(var n=ar(t),i=-1,r=e.length;++i<r;)n.remove(e[i])}function zc(t){return function(){Ds(this,t)}}function Lc(t){return function(){Rs(this,t)}}function Bc(t,e){return function(){(e.apply(this,arguments)?Ds:Rs)(this,t)}}function Ic(t,e){var n=Ns(t+"");if(arguments.length<2){for(var i=ar(this.node()),r=-1,o=n.length;++r<o;)if(!i.contains(n[r]))return!1;return!0}return this.each((typeof e=="function"?Bc:e?zc:Lc)(n,e))}function Uc(){this.textContent=""}function Hc(t){return function(){this.textContent=t}}function Vc(t){return function(){var e=t.apply(this,arguments);this.textContent=e??""}}function Wc(t){return arguments.length?this.each(t==null?Uc:(typeof t=="function"?Vc:Hc)(t)):this.node().textContent}function Yc(){this.innerHTML=""}function Xc(t){return function(){this.innerHTML=t}}function qc(t){return function(){var e=t.apply(this,arguments);this.innerHTML=e??""}}function Gc(t){return arguments.length?this.each(t==null?Yc:(typeof t=="function"?qc:Xc)(t)):this.node().innerHTML}function jc(){this.nextSibling&&this.parentNode.appendChild(this)}function Zc(){return this.each(jc)}function Qc(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Jc(){return this.each(Qc)}function Kc(t){var e=typeof t=="function"?t:Ss(t);return this.select(function(){return this.appendChild(e.apply(this,arguments))})}function tu(){return null}function eu(t,e){var n=typeof t=="function"?t:Ss(t),i=e==null?tu:typeof e=="function"?e:sr(e);return this.select(function(){return this.insertBefore(n.apply(this,arguments),i.apply(this,arguments)||null)})}function nu(){var t=this.parentNode;t&&t.removeChild(this)}function iu(){return this.each(nu)}function ru(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function ou(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function su(t){return this.select(t?ou:ru)}function au(t){return arguments.length?this.property("__data__",t):this.node().__data__}function lu(t){return function(e){t.call(this,e,this.__data__)}}function cu(t){return t.trim().split(/^|\s+/).map(function(e){var n="",i=e.indexOf(".");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{type:e,name:n}})}function uu(t){return function(){var e=this.__on;if(e){for(var n=0,i=-1,r=e.length,o;n<r;++n)o=e[n],(!t.type||o.type===t.type)&&o.name===t.name?this.removeEventListener(o.type,o.listener,o.options):e[++i]=o;++i?e.length=i:delete this.__on}}}function hu(t,e,n){return function(){var i=this.__on,r,o=lu(e);if(i){for(var s=0,a=i.length;s<a;++s)if((r=i[s]).type===t.type&&r.name===t.name){this.removeEventListener(r.type,r.listener,r.options),this.addEventListener(r.type,r.listener=o,r.options=n),r.value=e;return}}this.addEventListener(t.type,o,n),r={type:t.type,name:t.name,value:e,listener:o,options:n},i?i.push(r):this.__on=[r]}}function fu(t,e,n){var i=cu(t+""),r,o=i.length,s;if(arguments.length<2){var a=this.node().__on;if(a){for(var l=0,c=a.length,h;l<c;++l)for(r=0,h=a[l];r<o;++r)if((s=i[r]).type===h.type&&s.name===h.name)return h.value}return}for(a=e?hu:uu,r=0;r<o;++r)this.each(a(i[r],e,n));return this}function Fs(t,e,n){var i=Es(t),r=i.CustomEvent;typeof r=="function"?r=new r(e,n):(r=i.document.createEvent("Event"),n?(r.initEvent(e,n.bubbles,n.cancelable),r.detail=n.detail):r.initEvent(e,!1,!1)),t.dispatchEvent(r)}function du(t,e){return function(){return Fs(this,t,e)}}function pu(t,e){return function(){return Fs(this,t,e.apply(this,arguments))}}function gu(t,e){return this.each((typeof e=="function"?pu:du)(t,e))}function*mu(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var i=t[e],r=0,o=i.length,s;r<o;++r)(s=i[r])&&(yield s)}var Ps=[null];function rt(t,e){this._groups=t,this._parents=e}function We(){return new rt([[document.documentElement]],Ps)}function vu(){return this}rt.prototype=We.prototype={constructor:rt,select:Vl,selectAll:ql,selectChild:Ql,selectChildren:ec,filter:nc,data:lc,enter:ic,exit:uc,join:hc,merge:fc,selection:vu,order:dc,sort:pc,call:mc,nodes:vc,node:_c,size:yc,empty:xc,each:bc,attr:Ac,style:Oc,property:Pc,classed:Ic,text:Wc,html:Gc,raise:Zc,lower:Jc,append:Kc,insert:eu,remove:iu,clone:su,datum:au,on:fu,dispatch:gu,[Symbol.iterator]:mu};function Z(t){return typeof t=="string"?new rt([[document.querySelector(t)]],[document.documentElement]):new rt([[t]],Ps)}function _u(t){let e;for(;e=t.sourceEvent;)t=e;return t}function xn(t,e){if(t=_u(t),e===void 0&&(e=t.currentTarget),e){var n=e.ownerSVGElement||e;if(n.createSVGPoint){var i=n.createSVGPoint();return i.x=t.clientX,i.y=t.clientY,i=i.matrixTransform(e.getScreenCTM().inverse()),[i.x,i.y]}if(e.getBoundingClientRect){var r=e.getBoundingClientRect();return[t.clientX-r.left-e.clientLeft,t.clientY-r.top-e.clientTop]}}return[t.pageX,t.pageY]}var Ee;(function(t){t[t.SVG=0]="SVG",t[t.HTML=1]="HTML"})(Ee||(Ee={}));var ce;(function(t){t.Fit="fit",t.Extend="extend",t.FitWidth="fit_width"})(ce||(ce={}));function Ne(t,e){return t==null||e==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function yu(t,e){return t==null||e==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Xn(t){let e,n,i;t.length!==2?(e=Ne,n=(a,l)=>Ne(t(a),l),i=(a,l)=>t(a)-l):(e=t===Ne||t===yu?t:xu,n=t,i=t);function r(a,l,c=0,h=a.length){if(c<h){if(e(l,l)!==0)return h;do{const u=c+h>>>1;n(a[u],l)<0?c=u+1:h=u}while(c<h)}return c}function o(a,l,c=0,h=a.length){if(c<h){if(e(l,l)!==0)return h;do{const u=c+h>>>1;n(a[u],l)<=0?c=u+1:h=u}while(c<h)}return c}function s(a,l,c=0,h=a.length){const u=r(a,l,c,h-1);return u>c&&i(a[u-1],l)>-i(a[u],l)?u-1:u}return{left:r,center:s,right:o}}function xu(){return 0}function zs(t){return t===null?NaN:+t}const bu=Xn(Ne),qn=bu.right;Xn(zs).center;function wu(t,e){let n,i;for(const r of t)r!=null&&(n===void 0?r>=r&&(n=i=r):(n>r&&(n=r),i<r&&(i=r)));return[n,i]}class qr extends Map{constructor(e,n=Su){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),e!=null)for(const[i,r]of e)this.set(i,r)}get(e){return super.get(Gr(this,e))}has(e){return super.has(Gr(this,e))}set(e,n){return super.set(ku(this,e),n)}delete(e){return super.delete(Tu(this,e))}}function Gr({_intern:t,_key:e},n){const i=e(n);return t.has(i)?t.get(i):n}function ku({_intern:t,_key:e},n){const i=e(n);return t.has(i)?t.get(i):(t.set(i,n),n)}function Tu({_intern:t,_key:e},n){const i=e(n);return t.has(i)&&(n=t.get(i),t.delete(i)),n}function Su(t){return t!==null&&typeof t=="object"?t.valueOf():t}const Cu=Math.sqrt(50),Mu=Math.sqrt(10),Au=Math.sqrt(2);function bn(t,e,n){const i=(e-t)/Math.max(0,n),r=Math.floor(Math.log10(i)),o=i/Math.pow(10,r),s=o>=Cu?10:o>=Mu?5:o>=Au?2:1;let a,l,c;return r<0?(c=Math.pow(10,-r)/s,a=Math.round(t*c),l=Math.round(e*c),a/c<t&&++a,l/c>e&&--l,c=-c):(c=Math.pow(10,r)*s,a=Math.round(t/c),l=Math.round(e/c),a*c<t&&++a,l*c>e&&--l),l<a&&.5<=n&&n<2?bn(t,e,n*2):[a,l,c]}function $i(t,e,n){if(e=+e,t=+t,n=+n,!(n>0))return[];if(t===e)return[t];const i=e<t,[r,o,s]=i?bn(e,t,n):bn(t,e,n);if(!(o>=r))return[];const a=o-r+1,l=new Array(a);if(i)if(s<0)for(let c=0;c<a;++c)l[c]=(o-c)/-s;else for(let c=0;c<a;++c)l[c]=(o-c)*s;else if(s<0)for(let c=0;c<a;++c)l[c]=(r+c)/-s;else for(let c=0;c<a;++c)l[c]=(r+c)*s;return l}function Ei(t,e,n){return e=+e,t=+t,n=+n,bn(t,e,n)[2]}function Ni(t,e,n){e=+e,t=+t,n=+n;const i=e<t,r=i?Ei(e,t,n):Ei(t,e,n);return(i?-1:1)*(r<0?1/-r:r)}function jr(t,e){let n;if(e===void 0)for(const i of t)i!=null&&(n<i||n===void 0&&i>=i)&&(n=i);else{let i=-1;for(let r of t)(r=e(r,++i,t))!=null&&(n<r||n===void 0&&r>=r)&&(n=r)}return n}function Zr(t,e){let n;if(e===void 0)for(const i of t)i!=null&&(n>i||n===void 0&&i>=i)&&(n=i);else{let i=-1;for(let r of t)(r=e(r,++i,t))!=null&&(n>r||n===void 0&&r>=r)&&(n=r)}return n}function $u(t,e,n=zs){if(!(!(i=t.length)||isNaN(e=+e))){if(e<=0||i<2)return+n(t[0],0,t);if(e>=1)return+n(t[i-1],i-1,t);var i,r=(i-1)*e,o=Math.floor(r),s=+n(t[o],o,t),a=+n(t[o+1],o+1,t);return s+(a-s)*(r-o)}}function*Eu(t){for(const e of t)yield*e}function Nu(t){return Array.from(Eu(t))}function Ou(t,e,n){t=+t,e=+e,n=(r=arguments.length)<2?(e=t,t=0,1):r<3?1:+n;for(var i=-1,r=Math.max(0,Math.ceil((e-t)/n))|0,o=new Array(r);++i<r;)o[i]=t+i*n;return o}function Du(t,e){let n=0;if(e===void 0)for(let i of t)(i=+i)&&(n+=i);else{let i=-1;for(let r of t)(r=+e(r,++i,t))&&(n+=r)}return n}function Ru(t,e,n){var i={},r=i.noTrailing,o=r===void 0?!1:r,s=i.noLeading,a=s===void 0?!1:s,l=i.debounceMode,c=l===void 0?void 0:l,h,u=!1,f=0;function d(){h&&clearTimeout(h)}function g(v){var y=v||{},x=y.upcomingOnly,_=x===void 0?!1:x;d(),u=!_}function p(){for(var v=arguments.length,y=new Array(v),x=0;x<v;x++)y[x]=arguments[x];var _=this,S=Date.now()-f;if(u)return;function k(){f=Date.now(),e.apply(_,y)}function w(){h=void 0}!a&&c&&!h&&k(),d(),c===void 0&&S>t?a?(f=Date.now(),o||(h=setTimeout(c?w:k,t))):k():o!==!0&&(h=setTimeout(c?w:k,c===void 0?t-S:t))}return p.cancel=g,p}const Ct=t=>typeof t=="number",lr=t=>typeof t=="function",Gn=t=>Array.isArray(t),Fu=t=>t instanceof Object,wn=t=>t.constructor.name!=="Function"&&t.constructor.name!=="Object",Qr=t=>Fu(t)&&!Gn(t)&&!lr(t)&&!wn(t),Re=(t,e,n=[],i=new Set)=>{if(Array.isArray(t)){if(!Array.isArray(e)||t.length!==e.length)return!1;if(i.has(t))return!0;i.add(t);for(let r=0;r<t.length;r++)if(!Re(t[r],e[r],n,i))return!1;return!0}if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(typeof t=="object"&&t!==null&&e!==null){if(typeof e!="object")return!1;if(t===e)return!0;const r=Object.keys(t).filter(s=>!n.includes(s)),o=Object.keys(e).filter(s=>!n.includes(s));if(r.length!==o.length)return!1;if(i.has(t))return!0;i.add(t);for(const s of r)if(!Re(t[s],e[s],n,i))return!1;return!0}return t===e},Oi=t=>t.flat(),kn=(t,e=new Map)=>{if(typeof t!="object"||t===null)return t;if(t instanceof Date)return new Date(t.getTime());if(t instanceof Array){const n=[];e.set(t,n);for(const i of t)n.push(e.has(i)?e.get(i):kn(i,e));return n}if(wn(t))return t;if(t instanceof Object){const n={};e.set(t,n);const i=t;return Object.keys(t).reduce((r,o)=>(r[o]=e.has(i[o])?e.get(i[o]):kn(i[o],e),r),n),n}return t},Gt=(t,e,n=new Map)=>{if(!t||!e||t===e)return t;const i=wn(t)?t:kn(t);return n.has(e)?n.get(e):(n.set(e,i),Object.keys(e).forEach(r=>{r==="__proto__"||r==="constructor"||(Qr(t[r])&&Qr(e[r])?i[r]=Gt(t[r],e[r],n):wn(e)?i[r]=e:i[r]=kn(e[r]))}),i)},Tn=(t,e,n)=>Ru(e,t);function cr(t,e,n){return lr(e)?e(t,n):e}function ur(t,e,n){return cr(t,e,n)}function nt(t,e,n){return cr(t,e,n)}function ye(t){return t.filter(e=>e&&!Ct(e))}function Rt(t,e,n){return Math.min(Math.max(t,e),n)}function Pu(t,e,...n){const i=[];let r=0,o=0;for(const s of n){const a=nt(t,s,e)||0;a>=0?i.push(r+=a):i.push(o+=a)}return i}function zu(t,...e){return t?Zr(t,(i,r)=>Zr(e,o=>nt(i,o,r))):void 0}function Lu(t,...e){return t?jr(t,(i,r)=>jr(e,o=>nt(i,o,r))):void 0}function hi(t,...e){return[zu(t,...e),Lu(t,...e)]}function Bu(t,e,n){if(t.length<=1)return t[0];const i=t.map((s,a)=>nt(s,n,a));i.sort((s,a)=>s-a);const r=Xn(s=>s).left,o=r(i,e,1,t.length-1);return e-i[o-1]>i[o]-e?t[o]:t[o-1]}function Iu(t,e,n){return t.filter((r,o)=>{const s=nt(r,n,o);return s>=e[0]&&s<=e[1]})}var Ht=[],Uu=function(){return Ht.some(function(t){return t.activeTargets.length>0})},Hu=function(){return Ht.some(function(t){return t.skippedTargets.length>0})},Jr="ResizeObserver loop completed with undelivered notifications.",Vu=function(){var t;typeof ErrorEvent=="function"?t=new ErrorEvent("error",{message:Jr}):(t=document.createEvent("Event"),t.initEvent("error",!1,!1),t.message=Jr),window.dispatchEvent(t)},Fe;(function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Fe||(Fe={}));var Vt=function(t){return Object.freeze(t)},Wu=function(){function t(e,n){this.inlineSize=e,this.blockSize=n,Vt(this)}return t}(),Ls=function(){function t(e,n,i,r){return this.x=e,this.y=n,this.width=i,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Vt(this)}return t.prototype.toJSON=function(){var e=this,n=e.x,i=e.y,r=e.top,o=e.right,s=e.bottom,a=e.left,l=e.width,c=e.height;return{x:n,y:i,top:r,right:o,bottom:s,left:a,width:l,height:c}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),hr=function(t){return t instanceof SVGElement&&"getBBox"in t},Bs=function(t){if(hr(t)){var e=t.getBBox(),n=e.width,i=e.height;return!n&&!i}var r=t,o=r.offsetWidth,s=r.offsetHeight;return!(o||s||t.getClientRects().length)},Kr=function(t){var e;if(t instanceof Element)return!0;var n=(e=t==null?void 0:t.ownerDocument)===null||e===void 0?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},Yu=function(t){switch(t.tagName){case"INPUT":if(t.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},Oe=typeof window<"u"?window:{},Qe=new WeakMap,to=/auto|scroll/,Xu=/^tb|vertical/,qu=/msie|trident/i.test(Oe.navigator&&Oe.navigator.userAgent),gt=function(t){return parseFloat(t||"0")},re=function(t,e,n){return t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=!1),new Wu((n?e:t)||0,(n?t:e)||0)},eo=Vt({devicePixelContentBoxSize:re(),borderBoxSize:re(),contentBoxSize:re(),contentRect:new Ls(0,0,0,0)}),Is=function(t,e){if(e===void 0&&(e=!1),Qe.has(t)&&!e)return Qe.get(t);if(Bs(t))return Qe.set(t,eo),eo;var n=getComputedStyle(t),i=hr(t)&&t.ownerSVGElement&&t.getBBox(),r=!qu&&n.boxSizing==="border-box",o=Xu.test(n.writingMode||""),s=!i&&to.test(n.overflowY||""),a=!i&&to.test(n.overflowX||""),l=i?0:gt(n.paddingTop),c=i?0:gt(n.paddingRight),h=i?0:gt(n.paddingBottom),u=i?0:gt(n.paddingLeft),f=i?0:gt(n.borderTopWidth),d=i?0:gt(n.borderRightWidth),g=i?0:gt(n.borderBottomWidth),p=i?0:gt(n.borderLeftWidth),v=u+c,y=l+h,x=p+d,_=f+g,S=a?t.offsetHeight-_-t.clientHeight:0,k=s?t.offsetWidth-x-t.clientWidth:0,w=r?v+x:0,T=r?y+_:0,L=i?i.width:gt(n.width)-w-k,F=i?i.height:gt(n.height)-T-S,J=L+v+k+x,A=F+y+S+_,B=Vt({devicePixelContentBoxSize:re(Math.round(L*devicePixelRatio),Math.round(F*devicePixelRatio),o),borderBoxSize:re(J,A,o),contentBoxSize:re(L,F,o),contentRect:new Ls(u,l,L,F)});return Qe.set(t,B),B},Us=function(t,e,n){var i=Is(t,n),r=i.borderBoxSize,o=i.contentBoxSize,s=i.devicePixelContentBoxSize;switch(e){case Fe.DEVICE_PIXEL_CONTENT_BOX:return s;case Fe.BORDER_BOX:return r;default:return o}},Gu=function(){function t(e){var n=Is(e);this.target=e,this.contentRect=n.contentRect,this.borderBoxSize=Vt([n.borderBoxSize]),this.contentBoxSize=Vt([n.contentBoxSize]),this.devicePixelContentBoxSize=Vt([n.devicePixelContentBoxSize])}return t}(),Hs=function(t){if(Bs(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},ju=function(){var t=1/0,e=[];Ht.forEach(function(s){if(s.activeTargets.length!==0){var a=[];s.activeTargets.forEach(function(c){var h=new Gu(c.target),u=Hs(c.target);a.push(h),c.lastReportedSize=Us(c.target,c.observedBox),u<t&&(t=u)}),e.push(function(){s.callback.call(s.observer,a,s.observer)}),s.activeTargets.splice(0,s.activeTargets.length)}});for(var n=0,i=e;n<i.length;n++){var r=i[n];r()}return t},no=function(t){Ht.forEach(function(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function(r){r.isActive()&&(Hs(r.target)>t?n.activeTargets.push(r):n.skippedTargets.push(r))})})},Zu=function(){var t=0;for(no(t);Uu();)t=ju(),no(t);return Hu()&&Vu(),t>0},fi,Vs=[],Qu=function(){return Vs.splice(0).forEach(function(t){return t()})},Ju=function(t){if(!fi){var e=0,n=document.createTextNode(""),i={characterData:!0};new MutationObserver(function(){return Qu()}).observe(n,i),fi=function(){n.textContent="".concat(e?e--:e++)}}Vs.push(t),fi()},Ku=function(t){Ju(function(){requestAnimationFrame(t)})},sn=0,th=function(){return!!sn},eh=250,nh={attributes:!0,characterData:!0,childList:!0,subtree:!0},io=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],ro=function(t){return t===void 0&&(t=0),Date.now()+t},di=!1,ih=function(){function t(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return t.prototype.run=function(e){var n=this;if(e===void 0&&(e=eh),!di){di=!0;var i=ro(e);Ku(function(){var r=!1;try{r=Zu()}finally{if(di=!1,e=i-ro(),!th())return;r?n.run(1e3):e>0?n.run(e):n.start()}})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var e=this,n=function(){return e.observer&&e.observer.observe(document.body,nh)};document.body?n():Oe.addEventListener("DOMContentLoaded",n)},t.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),io.forEach(function(n){return Oe.addEventListener(n,e.listener,!0)}))},t.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),io.forEach(function(n){return Oe.removeEventListener(n,e.listener,!0)}),this.stopped=!0)},t}(),Di=new ih,oo=function(t){!sn&&t>0&&Di.start(),sn+=t,!sn&&Di.stop()},rh=function(t){return!hr(t)&&!Yu(t)&&getComputedStyle(t).display==="inline"},oh=function(){function t(e,n){this.target=e,this.observedBox=n||Fe.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var e=Us(this.target,this.observedBox,!0);return rh(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),sh=function(){function t(e,n){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=n}return t}(),Je=new WeakMap,so=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},Ke=function(){function t(){}return t.connect=function(e,n){var i=new sh(e,n);Je.set(e,i)},t.observe=function(e,n,i){var r=Je.get(e),o=r.observationTargets.length===0;so(r.observationTargets,n)<0&&(o&&Ht.push(r),r.observationTargets.push(new oh(n,i&&i.box)),oo(1),Di.schedule())},t.unobserve=function(e,n){var i=Je.get(e),r=so(i.observationTargets,n),o=i.observationTargets.length===1;r>=0&&(o&&Ht.splice(Ht.indexOf(i),1),i.observationTargets.splice(r,1),oo(-1))},t.disconnect=function(e){var n=this,i=Je.get(e);i.observationTargets.slice().forEach(function(r){return n.unobserve(e,r.target)}),i.activeTargets.splice(0,i.activeTargets.length)},t}(),ah=function(){function t(e){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof e!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Ke.connect(this,e)}return t.prototype.observe=function(e,n){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Kr(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Ke.observe(this,e,n)},t.prototype.unobserve=function(e){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Kr(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Ke.unobserve(this,e)},t.prototype.disconnect=function(){Ke.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const lh=globalThis.ResizeObserver||ah,Ws={duration:void 0,margin:{top:0,bottom:0,left:0,right:0},padding:{top:0,bottom:0,left:0,right:0},sizing:ce.Fit,width:void 0,height:void 0,svgDefs:void 0,ariaLabel:void 0};class Pe{constructor(e){this._defaultConfig=Ws,this._isFirstRender=!0,this._renderAnimationFrameId=null,this._container=e;const n=Z(this._container);n.attr("role","figure"),this.svg=n.append("svg").style("display","block").attr("xmlns","http://www.w3.org/2000/svg").attr("height",Pe.DEFAULT_CONTAINER_HEIGHT).attr("aria-hidden",!0),this._svgDefs=this.svg.append("defs"),this._svgDefsExternal=this.svg.append("defs"),this.element=this.svg.node()}updateContainer(e){var n;this.prevConfig=this.config,this.config=Gt(this._defaultConfig,e),(e==null?void 0:e.svgDefs)!==((n=this.prevConfig)===null||n===void 0?void 0:n.svgDefs)&&(this._svgDefsExternal.selectAll("*").remove(),this._svgDefsExternal.html(e.svgDefs))}_preRender(){}_render(e){const{config:n}=this;Z(this._container).attr("aria-label",n.ariaLabel),this._isFirstRender=!1}render(e=this.config.duration){const n=this.config.width||this.containerWidth,i=this.config.height||this.containerHeight;this.svg.attr("width",n).attr("height",i),this._resizeObserver||this._setUpResizeObserver(),cancelAnimationFrame(this._renderAnimationFrameId),this._renderAnimationFrameId=requestAnimationFrame(()=>{this._preRender(),this._render(e)})}get containerWidth(){return this.config.width?this.element.clientWidth:this._container.clientWidth||this._container.getBoundingClientRect().width}get containerHeight(){return this.config.height?this.element.clientHeight:this._container.clientHeight||this._container.getBoundingClientRect().height||Pe.DEFAULT_CONTAINER_HEIGHT}get width(){return Rt(this.containerWidth-this.config.margin.left-this.config.margin.right,0,Number.POSITIVE_INFINITY)}get height(){return Rt(this.containerHeight-this.config.margin.top-this.config.margin.bottom,0,Number.POSITIVE_INFINITY)}_removeAllChildren(){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild)}_onResize(){const{config:e}=this;(e.sizing===ce.Fit||e.sizing===ce.FitWidth)&&this.render(0)}_setUpResizeObserver(){if(this._resizeObserver)return;const e=this._container.getBoundingClientRect();this._containerSize={width:e.width,height:e.height},this._resizeObserver=new lh((n,i)=>{cancelAnimationFrame(this._resizeObserverAnimationFrameId),this._resizeObserverAnimationFrameId=requestAnimationFrame(()=>{const r=this._container.getBoundingClientRect(),o={width:r.width,height:r.height};!Re(this._containerSize,o)&&o.width&&o.height&&(this._containerSize=o,this._onResize())})}),this._resizeObserver.observe(this._container)}destroy(){var e;cancelAnimationFrame(this._renderAnimationFrameId),cancelAnimationFrame(this._resizeObserverAnimationFrameId),(e=this._resizeObserver)===null||e===void 0||e.disconnect(),this.svg.remove()}}Pe.DEFAULT_CONTAINER_HEIGHT=300;function ch(t){if(t.sheet)return t.sheet;for(var e=0;e<document.styleSheets.length;e++)if(document.styleSheets[e].ownerNode===t)return document.styleSheets[e]}function uh(t){var e=document.createElement("style");return e.setAttribute("data-emotion",t.key),t.nonce!==void 0&&e.setAttribute("nonce",t.nonce),e.appendChild(document.createTextNode("")),e.setAttribute("data-s",""),e}var hh=function(){function t(n){var i=this;this._insertTag=function(r){var o;i.tags.length===0?i.insertionPoint?o=i.insertionPoint.nextSibling:i.prepend?o=i.container.firstChild:o=i.before:o=i.tags[i.tags.length-1].nextSibling,i.container.insertBefore(r,o),i.tags.push(r)},this.isSpeedy=n.speedy===void 0?!0:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var e=t.prototype;return e.hydrate=function(i){i.forEach(this._insertTag)},e.insert=function(i){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(uh(this));var r=this.tags[this.tags.length-1];if(this.isSpeedy){var o=ch(r);try{o.insertRule(i,o.cssRules.length)}catch{}}else r.appendChild(document.createTextNode(i));this.ctr++},e.flush=function(){this.tags.forEach(function(i){var r;return(r=i.parentNode)==null?void 0:r.removeChild(i)}),this.tags=[],this.ctr=0},t}(),X="-ms-",Sn="-moz-",O="-webkit-",Ys="comm",fr="rule",dr="decl",fh="@import",Xs="@keyframes",dh="@layer",ph=Math.abs,jn=String.fromCharCode,gh=Object.assign;function mh(t,e){return Y(t,0)^45?(((e<<2^Y(t,0))<<2^Y(t,1))<<2^Y(t,2))<<2^Y(t,3):0}function qs(t){return t.trim()}function vh(t,e){return(t=e.exec(t))?t[0]:t}function D(t,e,n){return t.replace(e,n)}function Ri(t,e){return t.indexOf(e)}function Y(t,e){return t.charCodeAt(e)|0}function ze(t,e,n){return t.slice(e,n)}function vt(t){return t.length}function pr(t){return t.length}function tn(t,e){return e.push(t),t}function _h(t,e){return t.map(e).join("")}var Zn=1,ue=1,Gs=0,Q=0,U=0,ge="";function Qn(t,e,n,i,r,o,s){return{value:t,root:e,parent:n,type:i,props:r,children:o,line:Zn,column:ue,length:s,return:""}}function xe(t,e){return gh(Qn("",null,null,"",null,null,0),t,{length:-t.length},e)}function yh(){return U}function xh(){return U=Q>0?Y(ge,--Q):0,ue--,U===10&&(ue=1,Zn--),U}function it(){return U=Q<Gs?Y(ge,Q++):0,ue++,U===10&&(ue=1,Zn++),U}function xt(){return Y(ge,Q)}function an(){return Q}function Ye(t,e){return ze(ge,t,e)}function Le(t){switch(t){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function js(t){return Zn=ue=1,Gs=vt(ge=t),Q=0,[]}function Zs(t){return ge="",t}function ln(t){return qs(Ye(Q-1,Fi(t===91?t+2:t===40?t+1:t)))}function bh(t){for(;(U=xt())&&U<33;)it();return Le(t)>2||Le(U)>3?"":" "}function wh(t,e){for(;--e&&it()&&!(U<48||U>102||U>57&&U<65||U>70&&U<97););return Ye(t,an()+(e<6&&xt()==32&&it()==32))}function Fi(t){for(;it();)switch(U){case t:return Q;case 34:case 39:t!==34&&t!==39&&Fi(U);break;case 40:t===41&&Fi(t);break;case 92:it();break}return Q}function kh(t,e){for(;it()&&t+U!==57;)if(t+U===84&&xt()===47)break;return"/*"+Ye(e,Q-1)+"*"+jn(t===47?t:it())}function Th(t){for(;!Le(xt());)it();return Ye(t,Q)}function Sh(t){return Zs(cn("",null,null,null,[""],t=js(t),0,[0],t))}function cn(t,e,n,i,r,o,s,a,l){for(var c=0,h=0,u=s,f=0,d=0,g=0,p=1,v=1,y=1,x=0,_="",S=r,k=o,w=i,T=_;v;)switch(g=x,x=it()){case 40:if(g!=108&&Y(T,u-1)==58){Ri(T+=D(ln(x),"&","&\f"),"&\f")!=-1&&(y=-1);break}case 34:case 39:case 91:T+=ln(x);break;case 9:case 10:case 13:case 32:T+=bh(g);break;case 92:T+=wh(an()-1,7);continue;case 47:switch(xt()){case 42:case 47:tn(Ch(kh(it(),an()),e,n),l);break;default:T+="/"}break;case 123*p:a[c++]=vt(T)*y;case 125*p:case 59:case 0:switch(x){case 0:case 125:v=0;case 59+h:y==-1&&(T=D(T,/\f/g,"")),d>0&&vt(T)-u&&tn(d>32?lo(T+";",i,n,u-1):lo(D(T," ","")+";",i,n,u-2),l);break;case 59:T+=";";default:if(tn(w=ao(T,e,n,c,h,r,a,_,S=[],k=[],u),o),x===123)if(h===0)cn(T,e,w,w,S,o,u,a,k);else switch(f===99&&Y(T,3)===110?100:f){case 100:case 108:case 109:case 115:cn(t,w,w,i&&tn(ao(t,w,w,0,0,r,a,_,r,S=[],u),k),r,k,u,a,i?S:k);break;default:cn(T,w,w,w,[""],k,0,a,k)}}c=h=d=0,p=y=1,_=T="",u=s;break;case 58:u=1+vt(T),d=g;default:if(p<1){if(x==123)--p;else if(x==125&&p++==0&&xh()==125)continue}switch(T+=jn(x),x*p){case 38:y=h>0?1:(T+="\f",-1);break;case 44:a[c++]=(vt(T)-1)*y,y=1;break;case 64:xt()===45&&(T+=ln(it())),f=xt(),h=u=vt(_=T+=Th(an())),x++;break;case 45:g===45&&vt(T)==2&&(p=0)}}return o}function ao(t,e,n,i,r,o,s,a,l,c,h){for(var u=r-1,f=r===0?o:[""],d=pr(f),g=0,p=0,v=0;g<i;++g)for(var y=0,x=ze(t,u+1,u=ph(p=s[g])),_=t;y<d;++y)(_=qs(p>0?f[y]+" "+x:D(x,/&\f/g,f[y])))&&(l[v++]=_);return Qn(t,e,n,r===0?fr:a,l,c,h)}function Ch(t,e,n){return Qn(t,e,n,Ys,jn(yh()),ze(t,2,-2),0)}function lo(t,e,n,i){return Qn(t,e,n,dr,ze(t,0,i),ze(t,i+1,-1),i)}function oe(t,e){for(var n="",i=pr(t),r=0;r<i;r++)n+=e(t[r],r,t,e)||"";return n}function Mh(t,e,n,i){switch(t.type){case dh:if(t.children.length)break;case fh:case dr:return t.return=t.return||t.value;case Ys:return"";case Xs:return t.return=t.value+"{"+oe(t.children,i)+"}";case fr:t.value=t.props.join(",")}return vt(n=oe(t.children,i))?t.return=t.value+"{"+n+"}":""}function Ah(t){var e=pr(t);return function(n,i,r,o){for(var s="",a=0;a<e;a++)s+=t[a](n,i,r,o)||"";return s}}function $h(t){return function(e){e.root||(e=e.return)&&t(e)}}function Eh(t){var e=Object.create(null);return function(n){return e[n]===void 0&&(e[n]=t(n)),e[n]}}var Nh=function(e,n,i){for(var r=0,o=0;r=o,o=xt(),r===38&&o===12&&(n[i]=1),!Le(o);)it();return Ye(e,Q)},Oh=function(e,n){var i=-1,r=44;do switch(Le(r)){case 0:r===38&&xt()===12&&(n[i]=1),e[i]+=Nh(Q-1,n,i);break;case 2:e[i]+=ln(r);break;case 4:if(r===44){e[++i]=xt()===58?"&\f":"",n[i]=e[i].length;break}default:e[i]+=jn(r)}while(r=it());return e},Dh=function(e,n){return Zs(Oh(js(e),n))},co=new WeakMap,Rh=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var n=e.value,i=e.parent,r=e.column===i.column&&e.line===i.line;i.type!=="rule";)if(i=i.parent,!i)return;if(!(e.props.length===1&&n.charCodeAt(0)!==58&&!co.get(i))&&!r){co.set(e,!0);for(var o=[],s=Dh(n,o),a=i.props,l=0,c=0;l<s.length;l++)for(var h=0;h<a.length;h++,c++)e.props[c]=o[l]?s[l].replace(/&\f/g,a[h]):a[h]+" "+s[l]}}},Fh=function(e){if(e.type==="decl"){var n=e.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(e.return="",e.value="")}};function Qs(t,e){switch(mh(t,e)){case 5103:return O+"print-"+t+t;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return O+t+t;case 5349:case 4246:case 4810:case 6968:case 2756:return O+t+Sn+t+X+t+t;case 6828:case 4268:return O+t+X+t+t;case 6165:return O+t+X+"flex-"+t+t;case 5187:return O+t+D(t,/(\w+).+(:[^]+)/,O+"box-$1$2"+X+"flex-$1$2")+t;case 5443:return O+t+X+"flex-item-"+D(t,/flex-|-self/,"")+t;case 4675:return O+t+X+"flex-line-pack"+D(t,/align-content|flex-|-self/,"")+t;case 5548:return O+t+X+D(t,"shrink","negative")+t;case 5292:return O+t+X+D(t,"basis","preferred-size")+t;case 6060:return O+"box-"+D(t,"-grow","")+O+t+X+D(t,"grow","positive")+t;case 4554:return O+D(t,/([^-])(transform)/g,"$1"+O+"$2")+t;case 6187:return D(D(D(t,/(zoom-|grab)/,O+"$1"),/(image-set)/,O+"$1"),t,"")+t;case 5495:case 3959:return D(t,/(image-set\([^]*)/,O+"$1$`$1");case 4968:return D(D(t,/(.+:)(flex-)?(.*)/,O+"box-pack:$3"+X+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+O+t+t;case 4095:case 3583:case 4068:case 2532:return D(t,/(.+)-inline(.+)/,O+"$1$2")+t;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(vt(t)-1-e>6)switch(Y(t,e+1)){case 109:if(Y(t,e+4)!==45)break;case 102:return D(t,/(.+:)(.+)-([^]+)/,"$1"+O+"$2-$3$1"+Sn+(Y(t,e+3)==108?"$3":"$2-$3"))+t;case 115:return~Ri(t,"stretch")?Qs(D(t,"stretch","fill-available"),e)+t:t}break;case 4949:if(Y(t,e+1)!==115)break;case 6444:switch(Y(t,vt(t)-3-(~Ri(t,"!important")&&10))){case 107:return D(t,":",":"+O)+t;case 101:return D(t,/(.+:)([^;!]+)(;|!.+)?/,"$1"+O+(Y(t,14)===45?"inline-":"")+"box$3$1"+O+"$2$3$1"+X+"$2box$3")+t}break;case 5936:switch(Y(t,e+11)){case 114:return O+t+X+D(t,/[svh]\w+-[tblr]{2}/,"tb")+t;case 108:return O+t+X+D(t,/[svh]\w+-[tblr]{2}/,"tb-rl")+t;case 45:return O+t+X+D(t,/[svh]\w+-[tblr]{2}/,"lr")+t}return O+t+X+t+t}return t}var Ph=function(e,n,i,r){if(e.length>-1&&!e.return)switch(e.type){case dr:e.return=Qs(e.value,e.length);break;case Xs:return oe([xe(e,{value:D(e.value,"@","@"+O)})],r);case fr:if(e.length)return _h(e.props,function(o){switch(vh(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return oe([xe(e,{props:[D(o,/:(read-\w+)/,":"+Sn+"$1")]})],r);case"::placeholder":return oe([xe(e,{props:[D(o,/:(plac\w+)/,":"+O+"input-$1")]}),xe(e,{props:[D(o,/:(plac\w+)/,":"+Sn+"$1")]}),xe(e,{props:[D(o,/:(plac\w+)/,X+"input-$1")]})],r)}return""})}},zh=[Ph],Lh=function(e){var n=e.key;if(n==="css"){var i=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(i,function(p){var v=p.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(p),p.setAttribute("data-s",""))})}var r=e.stylisPlugins||zh,o={},s,a=[];s=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(p){for(var v=p.getAttribute("data-emotion").split(" "),y=1;y<v.length;y++)o[v[y]]=!0;a.push(p)});var l,c=[Rh,Fh];{var h,u=[Mh,$h(function(p){h.insert(p)})],f=Ah(c.concat(r,u)),d=function(v){return oe(Sh(v),f)};l=function(v,y,x,_){h=x,d(v?v+"{"+y.styles+"}":y.styles),_&&(g.inserted[y.name]=!0)}}var g={key:n,sheet:new hh({key:n,container:s,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:l};return g.sheet.hydrate(a),g};function Bh(t){for(var e=0,n,i=0,r=t.length;r>=4;++i,r-=4)n=t.charCodeAt(i)&255|(t.charCodeAt(++i)&255)<<8|(t.charCodeAt(++i)&255)<<16|(t.charCodeAt(++i)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,e=(n&65535)*1540483477+((n>>>16)*59797<<16)^(e&65535)*1540483477+((e>>>16)*59797<<16);switch(r){case 3:e^=(t.charCodeAt(i+2)&255)<<16;case 2:e^=(t.charCodeAt(i+1)&255)<<8;case 1:e^=t.charCodeAt(i)&255,e=(e&65535)*1540483477+((e>>>16)*59797<<16)}return e^=e>>>13,e=(e&65535)*1540483477+((e>>>16)*59797<<16),((e^e>>>15)>>>0).toString(36)}var Ih={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Uh=/[A-Z]|^ms/g,Hh=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Js=function(e){return e.charCodeAt(1)===45},uo=function(e){return e!=null&&typeof e!="boolean"},pi=Eh(function(t){return Js(t)?t:t.replace(Uh,"-$&").toLowerCase()}),ho=function(e,n){switch(e){case"animation":case"animationName":if(typeof n=="string")return n.replace(Hh,function(i,r,o){return Ft={name:r,styles:o,next:Ft},r})}return Ih[e]!==1&&!Js(e)&&typeof n=="number"&&n!==0?n+"px":n};function Cn(t,e,n){if(n==null)return"";var i=n;if(i.__emotion_styles!==void 0)return i;switch(typeof n){case"boolean":return"";case"object":{var r=n;if(r.anim===1)return Ft={name:r.name,styles:r.styles,next:Ft},r.name;var o=n;if(o.styles!==void 0){var s=o.next;if(s!==void 0)for(;s!==void 0;)Ft={name:s.name,styles:s.styles,next:Ft},s=s.next;var a=o.styles+";";return a}return Vh(t,e,n)}}var l=n;if(e==null)return l;var c=e[l];return c!==void 0?c:l}function Vh(t,e,n){var i="";if(Array.isArray(n))for(var r=0;r<n.length;r++)i+=Cn(t,e,n[r])+";";else for(var o in n){var s=n[o];if(typeof s!="object"){var a=s;e!=null&&e[a]!==void 0?i+=o+"{"+e[a]+"}":uo(a)&&(i+=pi(o)+":"+ho(o,a)+";")}else if(Array.isArray(s)&&typeof s[0]=="string"&&(e==null||e[s[0]]===void 0))for(var l=0;l<s.length;l++)uo(s[l])&&(i+=pi(o)+":"+ho(o,s[l])+";");else{var c=Cn(t,e,s);switch(o){case"animation":case"animationName":{i+=pi(o)+":"+c+";";break}default:i+=o+"{"+c+"}"}}}return i}var fo=/label:\s*([^\s;{]+)\s*(;|$)/g,Ft;function gi(t,e,n){if(t.length===1&&typeof t[0]=="object"&&t[0]!==null&&t[0].styles!==void 0)return t[0];var i=!0,r="";Ft=void 0;var o=t[0];if(o==null||o.raw===void 0)i=!1,r+=Cn(n,e,o);else{var s=o;r+=s[0]}for(var a=1;a<t.length;a++)if(r+=Cn(n,e,t[a]),i){var l=o;r+=l[a]}fo.lastIndex=0;for(var c="",h;(h=fo.exec(r))!==null;)c+="-"+h[1];var u=Bh(r)+c;return{name:u,styles:r,next:Ft}}function Ks(t,e,n){var i="";return n.split(" ").forEach(function(r){t[r]!==void 0?e.push(t[r]+";"):r&&(i+=r+" ")}),i}var Wh=function(e,n,i){var r=e.key+"-"+n.name;e.registered[r]===void 0&&(e.registered[r]=n.styles)},Yh=function(e,n,i){Wh(e,n);var r=e.key+"-"+n.name;if(e.inserted[n.name]===void 0){var o=n;do e.insert(n===o?"."+r:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}};function po(t,e){if(t.inserted[e.name]===void 0)return t.insert("",e,t.sheet,!0)}function go(t,e,n){var i=[],r=Ks(t,i,n);return i.length<2?n:r+e(i)}var Xh=function(e){var n=Lh(e);n.sheet.speedy=function(a){this.isSpeedy=a},n.compat=!0;var i=function(){for(var l=arguments.length,c=new Array(l),h=0;h<l;h++)c[h]=arguments[h];var u=gi(c,n.registered,void 0);return Yh(n,u),n.key+"-"+u.name},r=function(){for(var l=arguments.length,c=new Array(l),h=0;h<l;h++)c[h]=arguments[h];var u=gi(c,n.registered),f="animation-"+u.name;return po(n,{name:u.name,styles:"@keyframes "+f+"{"+u.styles+"}"}),f},o=function(){for(var l=arguments.length,c=new Array(l),h=0;h<l;h++)c[h]=arguments[h];var u=gi(c,n.registered);po(n,u)},s=function(){for(var l=arguments.length,c=new Array(l),h=0;h<l;h++)c[h]=arguments[h];return go(n.registered,i,qh(c))};return{css:i,cx:s,injectGlobal:o,keyframes:r,hydrate:function(l){l.forEach(function(c){n.inserted[c]=!0})},flush:function(){n.registered={},n.inserted={},n.sheet.flush()},sheet:n.sheet,cache:n,getRegisteredStyles:Ks.bind(null,n.registered),merge:go.bind(null,n.registered,i)}},qh=function t(e){for(var n="",i=0;i<e.length;i++){var r=e[i];if(r!=null){var o=void 0;switch(typeof r){case"boolean":break;case"object":{if(Array.isArray(r))o=t(r);else{o="";for(var s in r)r[s]&&s&&(o&&(o+=" "),o+=s)}break}default:o=r}o&&(n&&(n+=" "),n+=o)}}return n},ta=Xh({key:"css"}),me=ta.injectGlobal,R=ta.css;function Gh(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var mi,mo;function jh(){return mo||(mo=1,mi=function(e,n){n||(n=[0,""]),e=String(e);var i=parseFloat(e,10);return n[0]=i,n[1]=e.match(/[\d.\-\+]*\s*(.*)/)[1]||"",n}),mi}var vi,vo;function Zh(){if(vo)return vi;vo=1;var t=jh();vi=r;var e=i("in",document.body);function n(o,s){var a=t(getComputedStyle(o).getPropertyValue(s));return a[0]*r(a[1],o)}function i(o,s){var a=document.createElement("div");a.style.height="128"+o,s.appendChild(a);var l=n(a,"height")/128;return s.removeChild(a),l}function r(o,s){if(!o)return null;switch(s=s||document.body,o=(o+""||"px").trim().toLowerCase(),(s===window||s===document)&&(s=document.body),o){case"%":return s.clientHeight/100;case"ch":case"ex":return i(o,s);case"em":return n(s,"font-size");case"rem":return n(document.body,"font-size");case"vw":return window.innerWidth/100;case"vh":return window.innerHeight/100;case"vmin":return Math.min(window.innerWidth,window.innerHeight)/100;case"vmax":return Math.max(window.innerWidth,window.innerHeight)/100;case"in":return e;case"cm":return e/2.54;case"mm":return e/25.4;case"pt":return e/72;case"pc":return e/6;case"px":return 1}var a=t(o);if(!isNaN(a[0])&&a[1]){var l=r(a[1],s);return typeof l=="number"?a[0]*l:null}return null}return vi}Zh();function ea(){const t=()=>Math.floor((1+crypto.getRandomValues(new Uint32Array(1))[0])*65536).toString(16).substring(1);return`${t()+t()}-${t()}-${t()}-${t()}-${t()}${t()}${t()}`}function Qh(t,e){const n=t.substr(4,t.length-5);return getComputedStyle(e).getPropertyValue(n)}function Jh(t,e,n=0){const[i,r,o,s]=[t.x+n,t.y+t.height-2*n,t.x+t.width-2*n,t.y+n],[a,l,c,h]=[e.x+n,e.y+e.height-2*n,e.x+e.width-2*n,e.y+n];return!(r<h||l<s||o<a||c<i)}function gr(t,e,n){t.prototype=e.prototype=n,n.constructor=t}function na(t,e){var n=Object.create(t.prototype);for(var i in e)n[i]=e[i];return n}function Xe(){}var Be=.7,Mn=1/Be,se="\\s*([+-]?\\d+)\\s*",Ie="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",bt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Kh=/^#([0-9a-f]{3,8})$/,tf=new RegExp(`^rgb\\(${se},${se},${se}\\)$`),ef=new RegExp(`^rgb\\(${bt},${bt},${bt}\\)$`),nf=new RegExp(`^rgba\\(${se},${se},${se},${Ie}\\)$`),rf=new RegExp(`^rgba\\(${bt},${bt},${bt},${Ie}\\)$`),of=new RegExp(`^hsl\\(${Ie},${bt},${bt}\\)$`),sf=new RegExp(`^hsla\\(${Ie},${bt},${bt},${Ie}\\)$`),_o={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};gr(Xe,jt,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:yo,formatHex:yo,formatHex8:af,formatHsl:lf,formatRgb:xo,toString:xo});function yo(){return this.rgb().formatHex()}function af(){return this.rgb().formatHex8()}function lf(){return ia(this).formatHsl()}function xo(){return this.rgb().formatRgb()}function jt(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=Kh.exec(t))?(n=e[1].length,e=parseInt(e[1],16),n===6?bo(e):n===3?new G(e>>8&15|e>>4&240,e>>4&15|e&240,(e&15)<<4|e&15,1):n===8?en(e>>24&255,e>>16&255,e>>8&255,(e&255)/255):n===4?en(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|e&240,((e&15)<<4|e&15)/255):null):(e=tf.exec(t))?new G(e[1],e[2],e[3],1):(e=ef.exec(t))?new G(e[1]*255/100,e[2]*255/100,e[3]*255/100,1):(e=nf.exec(t))?en(e[1],e[2],e[3],e[4]):(e=rf.exec(t))?en(e[1]*255/100,e[2]*255/100,e[3]*255/100,e[4]):(e=of.exec(t))?To(e[1],e[2]/100,e[3]/100,1):(e=sf.exec(t))?To(e[1],e[2]/100,e[3]/100,e[4]):_o.hasOwnProperty(t)?bo(_o[t]):t==="transparent"?new G(NaN,NaN,NaN,0):null}function bo(t){return new G(t>>16&255,t>>8&255,t&255,1)}function en(t,e,n,i){return i<=0&&(t=e=n=NaN),new G(t,e,n,i)}function cf(t){return t instanceof Xe||(t=jt(t)),t?(t=t.rgb(),new G(t.r,t.g,t.b,t.opacity)):new G}function Pi(t,e,n,i){return arguments.length===1?cf(t):new G(t,e,n,i??1)}function G(t,e,n,i){this.r=+t,this.g=+e,this.b=+n,this.opacity=+i}gr(G,Pi,na(Xe,{brighter(t){return t=t==null?Mn:Math.pow(Mn,t),new G(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=t==null?Be:Math.pow(Be,t),new G(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new G(Wt(this.r),Wt(this.g),Wt(this.b),An(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:wo,formatHex:wo,formatHex8:uf,formatRgb:ko,toString:ko}));function wo(){return`#${It(this.r)}${It(this.g)}${It(this.b)}`}function uf(){return`#${It(this.r)}${It(this.g)}${It(this.b)}${It((isNaN(this.opacity)?1:this.opacity)*255)}`}function ko(){const t=An(this.opacity);return`${t===1?"rgb(":"rgba("}${Wt(this.r)}, ${Wt(this.g)}, ${Wt(this.b)}${t===1?")":`, ${t})`}`}function An(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function Wt(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function It(t){return t=Wt(t),(t<16?"0":"")+t.toString(16)}function To(t,e,n,i){return i<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new ht(t,e,n,i)}function ia(t){if(t instanceof ht)return new ht(t.h,t.s,t.l,t.opacity);if(t instanceof Xe||(t=jt(t)),!t)return new ht;if(t instanceof ht)return t;t=t.rgb();var e=t.r/255,n=t.g/255,i=t.b/255,r=Math.min(e,n,i),o=Math.max(e,n,i),s=NaN,a=o-r,l=(o+r)/2;return a?(e===o?s=(n-i)/a+(n<i)*6:n===o?s=(i-e)/a+2:s=(e-n)/a+4,a/=l<.5?o+r:2-o-r,s*=60):a=l>0&&l<1?0:s,new ht(s,a,l,t.opacity)}function mr(t,e,n,i){return arguments.length===1?ia(t):new ht(t,e,n,i??1)}function ht(t,e,n,i){this.h=+t,this.s=+e,this.l=+n,this.opacity=+i}gr(ht,mr,na(Xe,{brighter(t){return t=t==null?Mn:Math.pow(Mn,t),new ht(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=t==null?Be:Math.pow(Be,t),new ht(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+(this.h<0)*360,e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,i=n+(n<.5?n:1-n)*e,r=2*n-i;return new G(_i(t>=240?t-240:t+120,r,i),_i(t,r,i),_i(t<120?t+240:t-120,r,i),this.opacity)},clamp(){return new ht(So(this.h),nn(this.s),nn(this.l),An(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const t=An(this.opacity);return`${t===1?"hsl(":"hsla("}${So(this.h)}, ${nn(this.s)*100}%, ${nn(this.l)*100}%${t===1?")":`, ${t})`}`}}));function So(t){return t=(t||0)%360,t<0?t+360:t}function nn(t){return Math.max(0,Math.min(1,t||0))}function _i(t,e,n){return(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)*255}const Se=(globalThis==null?void 0:globalThis.UNOVIS_COLORS)||["#4D8CFD","#FF6B7E","#F4B83E","#A6CC74","#00C19A","#6859BE"],hf=(globalThis==null?void 0:globalThis.UNOVIS_COLORS_DARK)||["#4D8CFD","#FF6B7E","#FFC16D","#A6CC74","#00C19A","#7887E0"],Ot=t=>`--vis-${Ct(t)?`color${t%Se.length}`:t}`;function ff(t,e=.4){const n=mr(t);return n.l=n.l*(1+e),n.formatHex()}function df(t,e=.4,n=.6){const i=mr(t);return i.s=i.s*(1-n),i.l=i.l*(1-e),i.formatHex()}const Ue=10,zi=[{id:"stripes-diagonal",svg:'<path d="M-1,1 l2,-2 M0,10 l10,-10 M9,11 l2,-2" stroke="#000"/>'},{id:"dots",svg:'<path d="m0-1.5a1 1 0 010 3m10-3a1 1 0 000 3M5 3.5a1 1 0 010 3 1 1 0 010-3M0 8.5 a1 1 0 010 3m10-3a1 1 0 000 3" fill"#000"/>'},{id:"stripes-vertical",svg:'<path d="M 5,-1 L5,11" stroke="#000"/>'},{id:"crosshatch",svg:'<path d="M0 0L10 10ZM10 0L0 10Z" stroke="#000"/>'},{id:"waves",svg:'<path d="M0 4Q2.5 1 5 4 7.5 7 10 4v2Q7.5 9 5 6 2.5 3 0 6Z" fill="#000"/>'},{id:"circles",svg:'<circle cx="5" cy="5" r="3" stroke="#000" fill="#fff"/>'}],Li=[{id:"circle",marker:'<circle cx="5" cy="5" r="5"/>',dashArray:[]},{id:"triangle",marker:'<path d="M5,0 L10,9 L0,9Z">',dashArray:[9,1]},{id:"diamond",marker:'<path d="M 0 5 L5 0 L 10 5 L 5 10 L 0 5Z">',dashArray:[2]},{id:"arrow",marker:'<path d="M4 0 0 0 6 5 0 10 4 10 10 5Z">',dashArray:[2,3,8,3]},{id:"square",marker:'<rect x="1" y="1" width="8" height="8"/>',dashArray:[6]},{id:"star",marker:'<path d="m2 9 3-9 3 9L0 3h10Z"/>',dashArray:[1,6]}];function Dt(t){return`vis-${`pattern-${t.svg?"fill":"marker"}`}-${t.id}`}const pf=t=>`<mask id="${Dt(t)}">
|
|
2
|
+
<pattern id="${t.id}" viewBox="0 0 10 10" width="${Ue}" height="${Ue}" patternUnits="userSpaceOnUse">
|
|
3
|
+
<rect width="100%" height="100%" fill="#fff"/>
|
|
4
|
+
${t.svg}
|
|
5
|
+
</pattern>
|
|
6
|
+
<rect x="-50%" y="-50%" width="200%" height="200%" fill="url(#${t.id})"/>
|
|
7
|
+
</mask>`,gf=(t,e)=>`<marker id="${Dt(t)}"
|
|
8
|
+
fill="var(${Ot(e)})"
|
|
9
|
+
markerUnits="userSpaceOnUse"
|
|
10
|
+
refX="5"
|
|
11
|
+
refY="5"
|
|
12
|
+
markerWidth="${Ue}"
|
|
13
|
+
markerHeight="${Ue}">
|
|
14
|
+
${t.marker}
|
|
15
|
+
</marker>`;function mf(){const t=zi.map(pf).concat(Li.map(gf)).join(""),e=document.createElementNS("http://www.w3.org/2000/svg","svg");e.setAttribute("height","100%"),e.setAttribute("width","100%"),e.style.position="fixed",e.style.zIndex="-99999999",e.innerHTML=`<defs>${t}</defs>`,document.body.appendChild(e)}typeof window<"u"&&mf();const ra=(globalThis==null?void 0:globalThis.UNOVIS_FONT_W2H_RATIO_DEFAULT)||.5,oa=(globalThis==null?void 0:globalThis.UNOVIS_TEXT_SEPARATOR_DEFAULT)||[" ","-",".",","],sa=(globalThis==null?void 0:globalThis.UNOVIS_TEXT_HYPHEN_CHARACTER_DEFAULT)||"-",Co=(globalThis==null?void 0:globalThis.UNOVIS_TEXT_DEFAULT)||{text:"",fontSize:12,fontFamily:"var(--vis-font-family)",lineHeight:1.25,marginTop:0,marginBottom:0};me`
|
|
16
|
+
:root {
|
|
17
|
+
label: vis-root-styles;
|
|
18
|
+
--vis-font-family: Inter, Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
19
|
+
--vis-font-wh-ratio: ${ra};
|
|
20
|
+
--vis-color-main: var(${Ot(0)});
|
|
21
|
+
--vis-color-main-light: ${ff(Se[0])};
|
|
22
|
+
--vis-color-main-dark: ${df(Se[0])};
|
|
23
|
+
--vis-color-grey: #2a2a2a;
|
|
24
|
+
${Se.map((t,e)=>`${Ot(e)}: ${t};`)}
|
|
25
|
+
${hf.map((t,e)=>`--vis-dark-color${e}: ${t};`)}
|
|
26
|
+
${zi.map((t,e)=>`
|
|
27
|
+
--${Dt(t)}: url(#${Dt(t)});
|
|
28
|
+
--vis-pattern-fill${e}: var(--${Dt(t)});
|
|
29
|
+
`)}
|
|
30
|
+
${Li.map((t,e)=>{var n;return`
|
|
31
|
+
--${Dt(t)}: url(#${Dt(t)});
|
|
32
|
+
--vis-pattern-marker${e}: var(--${Dt(t)});
|
|
33
|
+
--vis-pattern-dasharray${e}: ${(n=t.dashArray)===null||n===void 0?void 0:n.join(" ")};
|
|
34
|
+
`})}
|
|
35
|
+
|
|
36
|
+
body.theme-dark {
|
|
37
|
+
${Se.map((t,e)=>`${Ot(e)}: var(--vis-dark-color${e});`)}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
body.theme-patterns {
|
|
41
|
+
${zi.map((t,e)=>`path[style*="fill: var(${Ot(e)})"] {
|
|
42
|
+
mask: var(--vis-pattern-fill${e});
|
|
43
|
+
}`)}
|
|
44
|
+
${Li.map((t,e)=>`
|
|
45
|
+
path[stroke="var(${Ot(e)})"]:not([style*="fill"]),
|
|
46
|
+
path[style*="stroke: var(${Ot(e)})"]:not([style*="fill"]) {
|
|
47
|
+
marker: var(--vis-pattern-marker${e});
|
|
48
|
+
stroke-dasharray: var(--vis-pattern-dasharray${e});
|
|
49
|
+
}
|
|
50
|
+
`)}
|
|
51
|
+
}
|
|
52
|
+
`;function vf(t=window==null?void 0:window.document.body){return t?+Qh("var(--vis-font-wh-ratio)",t):ra}var _f={value:()=>{}};function aa(){for(var t=0,e=arguments.length,n={},i;t<e;++t){if(!(i=arguments[t]+"")||i in n||/[\s.]/.test(i))throw new Error("illegal type: "+i);n[i]=[]}return new un(n)}function un(t){this._=t}function yf(t,e){return t.trim().split(/^|\s+/).map(function(n){var i="",r=n.indexOf(".");if(r>=0&&(i=n.slice(r+1),n=n.slice(0,r)),n&&!e.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:i}})}un.prototype=aa.prototype={constructor:un,on:function(t,e){var n=this._,i=yf(t+"",n),r,o=-1,s=i.length;if(arguments.length<2){for(;++o<s;)if((r=(t=i[o]).type)&&(r=xf(n[r],t.name)))return r;return}if(e!=null&&typeof e!="function")throw new Error("invalid callback: "+e);for(;++o<s;)if(r=(t=i[o]).type)n[r]=Mo(n[r],t.name,e);else if(e==null)for(r in n)n[r]=Mo(n[r],t.name,null);return this},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new un(t)},call:function(t,e){if((r=arguments.length-2)>0)for(var n=new Array(r),i=0,r,o;i<r;++i)n[i]=arguments[i+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(o=this._[t],i=0,r=o.length;i<r;++i)o[i].value.apply(e,n)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var i=this._[t],r=0,o=i.length;r<o;++r)i[r].value.apply(e,n)}};function xf(t,e){for(var n=0,i=t.length,r;n<i;++n)if((r=t[n]).name===e)return r.value}function Mo(t,e,n){for(var i=0,r=t.length;i<r;++i)if(t[i].name===e){t[i]=_f,t=t.slice(0,i).concat(t.slice(i+1));break}return n!=null&&t.push({name:e,value:n}),t}var he=0,Ce=0,be=0,la=1e3,$n,Me,En=0,Zt=0,Jn=0,He=typeof performance=="object"&&performance.now?performance:Date,ca=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function vr(){return Zt||(ca(bf),Zt=He.now()+Jn)}function bf(){Zt=0}function Nn(){this._call=this._time=this._next=null}Nn.prototype=ua.prototype={constructor:Nn,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?vr():+n)+(e==null?0:+e),!this._next&&Me!==this&&(Me?Me._next=this:$n=this,Me=this),this._call=t,this._time=n,Bi()},stop:function(){this._call&&(this._call=null,this._time=1/0,Bi())}};function ua(t,e,n){var i=new Nn;return i.restart(t,e,n),i}function wf(){vr(),++he;for(var t=$n,e;t;)(e=Zt-t._time)>=0&&t._call.call(void 0,e),t=t._next;--he}function Ao(){Zt=(En=He.now())+Jn,he=Ce=0;try{wf()}finally{he=0,Tf(),Zt=0}}function kf(){var t=He.now(),e=t-En;e>la&&(Jn-=e,En=t)}function Tf(){for(var t,e=$n,n,i=1/0;e;)e._call?(i>e._time&&(i=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:$n=n);Me=t,Bi(i)}function Bi(t){if(!he){Ce&&(Ce=clearTimeout(Ce));var e=t-Zt;e>24?(t<1/0&&(Ce=setTimeout(Ao,t-He.now()-Jn)),be&&(be=clearInterval(be))):(be||(En=He.now(),be=setInterval(kf,la)),he=1,ca(Ao))}}function $o(t,e,n){var i=new Nn;return e=e==null?0:+e,i.restart(r=>{i.stop(),t(r+e)},e,n),i}var Sf=aa("start","end","cancel","interrupt"),Cf=[],ha=0,Eo=1,Ii=2,hn=3,No=4,Ui=5,fn=6;function Kn(t,e,n,i,r,o){var s=t.__transition;if(!s)t.__transition={};else if(n in s)return;Mf(t,n,{name:e,index:i,group:r,on:Sf,tween:Cf,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:ha})}function _r(t,e){var n=ft(t,e);if(n.state>ha)throw new Error("too late; already scheduled");return n}function wt(t,e){var n=ft(t,e);if(n.state>hn)throw new Error("too late; already running");return n}function ft(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function Mf(t,e,n){var i=t.__transition,r;i[e]=n,n.timer=ua(o,0,n.time);function o(c){n.state=Eo,n.timer.restart(s,n.delay,n.time),n.delay<=c&&s(c-n.delay)}function s(c){var h,u,f,d;if(n.state!==Eo)return l();for(h in i)if(d=i[h],d.name===n.name){if(d.state===hn)return $o(s);d.state===No?(d.state=fn,d.timer.stop(),d.on.call("interrupt",t,t.__data__,d.index,d.group),delete i[h]):+h<e&&(d.state=fn,d.timer.stop(),d.on.call("cancel",t,t.__data__,d.index,d.group),delete i[h])}if($o(function(){n.state===hn&&(n.state=No,n.timer.restart(a,n.delay,n.time),a(c))}),n.state=Ii,n.on.call("start",t,t.__data__,n.index,n.group),n.state===Ii){for(n.state=hn,r=new Array(f=n.tween.length),h=0,u=-1;h<f;++h)(d=n.tween[h].value.call(t,t.__data__,n.index,n.group))&&(r[++u]=d);r.length=u+1}}function a(c){for(var h=c<n.duration?n.ease.call(null,c/n.duration):(n.timer.restart(l),n.state=Ui,1),u=-1,f=r.length;++u<f;)r[u].call(t,h);n.state===Ui&&(n.on.call("end",t,t.__data__,n.index,n.group),l())}function l(){n.state=fn,n.timer.stop(),delete i[e];for(var c in i)return;delete t.__transition}}function yr(t,e){var n=t.__transition,i,r,o=!0,s;if(n){e=e==null?null:e+"";for(s in n){if((i=n[s]).name!==e){o=!1;continue}r=i.state>Ii&&i.state<Ui,i.state=fn,i.timer.stop(),i.on.call(r?"interrupt":"cancel",t,t.__data__,i.index,i.group),delete n[s]}o&&delete t.__transition}}function Af(t){return this.each(function(){yr(this,t)})}const xr=t=>()=>t;function $f(t,e){return function(n){return t+n*e}}function Ef(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(i){return Math.pow(t+i*e,n)}}function Nf(t){return(t=+t)==1?fa:function(e,n){return n-e?Ef(e,n,t):xr(isNaN(e)?n:e)}}function fa(t,e){var n=e-t;return n?$f(t,n):xr(isNaN(t)?e:t)}const On=function t(e){var n=Nf(e);function i(r,o){var s=n((r=Pi(r)).r,(o=Pi(o)).r),a=n(r.g,o.g),l=n(r.b,o.b),c=fa(r.opacity,o.opacity);return function(h){return r.r=s(h),r.g=a(h),r.b=l(h),r.opacity=c(h),r+""}}return i.gamma=t,i}(1);function Of(t,e){e||(e=[]);var n=t?Math.min(e.length,t.length):0,i=e.slice(),r;return function(o){for(r=0;r<n;++r)i[r]=t[r]*(1-o)+e[r]*o;return i}}function Df(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}function Rf(t,e){var n=e?e.length:0,i=t?Math.min(n,t.length):0,r=new Array(i),o=new Array(n),s;for(s=0;s<i;++s)r[s]=ve(t[s],e[s]);for(;s<n;++s)o[s]=e[s];return function(a){for(s=0;s<i;++s)o[s]=r[s](a);return o}}function Ff(t,e){var n=new Date;return t=+t,e=+e,function(i){return n.setTime(t*(1-i)+e*i),n}}function ct(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}function Pf(t,e){var n={},i={},r;(t===null||typeof t!="object")&&(t={}),(e===null||typeof e!="object")&&(e={});for(r in e)r in t?n[r]=ve(t[r],e[r]):i[r]=e[r];return function(o){for(r in n)i[r]=n[r](o);return i}}var Hi=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,yi=new RegExp(Hi.source,"g");function zf(t){return function(){return t}}function Lf(t){return function(e){return t(e)+""}}function da(t,e){var n=Hi.lastIndex=yi.lastIndex=0,i,r,o,s=-1,a=[],l=[];for(t=t+"",e=e+"";(i=Hi.exec(t))&&(r=yi.exec(e));)(o=r.index)>n&&(o=e.slice(n,o),a[s]?a[s]+=o:a[++s]=o),(i=i[0])===(r=r[0])?a[s]?a[s]+=r:a[++s]=r:(a[++s]=null,l.push({i:s,x:ct(i,r)})),n=yi.lastIndex;return n<e.length&&(o=e.slice(n),a[s]?a[s]+=o:a[++s]=o),a.length<2?l[0]?Lf(l[0].x):zf(e):(e=l.length,function(c){for(var h=0,u;h<e;++h)a[(u=l[h]).i]=u.x(c);return a.join("")})}function ve(t,e){var n=typeof e,i;return e==null||n==="boolean"?xr(e):(n==="number"?ct:n==="string"?(i=jt(e))?(e=i,On):da:e instanceof jt?On:e instanceof Date?Ff:Df(e)?Of:Array.isArray(e)?Rf:typeof e.valueOf!="function"&&typeof e.toString!="function"||isNaN(e)?Pf:ct)(t,e)}function br(t,e){return t=+t,e=+e,function(n){return Math.round(t*(1-n)+e*n)}}var Oo=180/Math.PI,Vi={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function pa(t,e,n,i,r,o){var s,a,l;return(s=Math.sqrt(t*t+e*e))&&(t/=s,e/=s),(l=t*n+e*i)&&(n-=t*l,i-=e*l),(a=Math.sqrt(n*n+i*i))&&(n/=a,i/=a,l/=a),t*i<e*n&&(t=-t,e=-e,l=-l,s=-s),{translateX:r,translateY:o,rotate:Math.atan2(e,t)*Oo,skewX:Math.atan(l)*Oo,scaleX:s,scaleY:a}}var rn;function Bf(t){const e=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(t+"");return e.isIdentity?Vi:pa(e.a,e.b,e.c,e.d,e.e,e.f)}function If(t){return t==null||(rn||(rn=document.createElementNS("http://www.w3.org/2000/svg","g")),rn.setAttribute("transform",t),!(t=rn.transform.baseVal.consolidate()))?Vi:(t=t.matrix,pa(t.a,t.b,t.c,t.d,t.e,t.f))}function ga(t,e,n,i){function r(c){return c.length?c.pop()+" ":""}function o(c,h,u,f,d,g){if(c!==u||h!==f){var p=d.push("translate(",null,e,null,n);g.push({i:p-4,x:ct(c,u)},{i:p-2,x:ct(h,f)})}else(u||f)&&d.push("translate("+u+e+f+n)}function s(c,h,u,f){c!==h?(c-h>180?h+=360:h-c>180&&(c+=360),f.push({i:u.push(r(u)+"rotate(",null,i)-2,x:ct(c,h)})):h&&u.push(r(u)+"rotate("+h+i)}function a(c,h,u,f){c!==h?f.push({i:u.push(r(u)+"skewX(",null,i)-2,x:ct(c,h)}):h&&u.push(r(u)+"skewX("+h+i)}function l(c,h,u,f,d,g){if(c!==u||h!==f){var p=d.push(r(d)+"scale(",null,",",null,")");g.push({i:p-4,x:ct(c,u)},{i:p-2,x:ct(h,f)})}else(u!==1||f!==1)&&d.push(r(d)+"scale("+u+","+f+")")}return function(c,h){var u=[],f=[];return c=t(c),h=t(h),o(c.translateX,c.translateY,h.translateX,h.translateY,u,f),s(c.rotate,h.rotate,u,f),a(c.skewX,h.skewX,u,f),l(c.scaleX,c.scaleY,h.scaleX,h.scaleY,u,f),c=h=null,function(d){for(var g=-1,p=f.length,v;++g<p;)u[(v=f[g]).i]=v.x(d);return u.join("")}}}var Uf=ga(Bf,"px, ","px)","deg)"),Hf=ga(If,", ",")",")");function Vf(t,e){e===void 0&&(e=t,t=ve);for(var n=0,i=e.length-1,r=e[0],o=new Array(i<0?0:i);n<i;)o[n]=t(r,r=e[++n]);return function(s){var a=Math.max(0,Math.min(i-1,Math.floor(s*=i)));return o[a](s-a)}}function Wf(t,e){var n,i;return function(){var r=wt(this,t),o=r.tween;if(o!==n){i=n=o;for(var s=0,a=i.length;s<a;++s)if(i[s].name===e){i=i.slice(),i.splice(s,1);break}}r.tween=i}}function Yf(t,e,n){var i,r;if(typeof n!="function")throw new Error;return function(){var o=wt(this,t),s=o.tween;if(s!==i){r=(i=s).slice();for(var a={name:e,value:n},l=0,c=r.length;l<c;++l)if(r[l].name===e){r[l]=a;break}l===c&&r.push(a)}o.tween=r}}function Xf(t,e){var n=this._id;if(t+="",arguments.length<2){for(var i=ft(this.node(),n).tween,r=0,o=i.length,s;r<o;++r)if((s=i[r]).name===t)return s.value;return null}return this.each((e==null?Wf:Yf)(n,t,e))}function wr(t,e,n){var i=t._id;return t.each(function(){var r=wt(this,i);(r.value||(r.value={}))[e]=n.apply(this,arguments)}),function(r){return ft(r,i).value[e]}}function ma(t,e){var n;return(typeof e=="number"?ct:e instanceof jt?On:(n=jt(e))?(e=n,On):da)(t,e)}function qf(t){return function(){this.removeAttribute(t)}}function Gf(t){return function(){this.removeAttributeNS(t.space,t.local)}}function jf(t,e,n){var i,r=n+"",o;return function(){var s=this.getAttribute(t);return s===r?null:s===i?o:o=e(i=s,n)}}function Zf(t,e,n){var i,r=n+"",o;return function(){var s=this.getAttributeNS(t.space,t.local);return s===r?null:s===i?o:o=e(i=s,n)}}function Qf(t,e,n){var i,r,o;return function(){var s,a=n(this),l;return a==null?void this.removeAttribute(t):(s=this.getAttribute(t),l=a+"",s===l?null:s===i&&l===r?o:(r=l,o=e(i=s,a)))}}function Jf(t,e,n){var i,r,o;return function(){var s,a=n(this),l;return a==null?void this.removeAttributeNS(t.space,t.local):(s=this.getAttributeNS(t.space,t.local),l=a+"",s===l?null:s===i&&l===r?o:(r=l,o=e(i=s,a)))}}function Kf(t,e){var n=Yn(t),i=n==="transform"?Hf:ma;return this.attrTween(t,typeof e=="function"?(n.local?Jf:Qf)(n,i,wr(this,"attr."+t,e)):e==null?(n.local?Gf:qf)(n):(n.local?Zf:jf)(n,i,e))}function td(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}function ed(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}function nd(t,e){var n,i;function r(){var o=e.apply(this,arguments);return o!==i&&(n=(i=o)&&ed(t,o)),n}return r._value=e,r}function id(t,e){var n,i;function r(){var o=e.apply(this,arguments);return o!==i&&(n=(i=o)&&td(t,o)),n}return r._value=e,r}function rd(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(e==null)return this.tween(n,null);if(typeof e!="function")throw new Error;var i=Yn(t);return this.tween(n,(i.local?nd:id)(i,e))}function od(t,e){return function(){_r(this,t).delay=+e.apply(this,arguments)}}function sd(t,e){return e=+e,function(){_r(this,t).delay=e}}function ad(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?od:sd)(e,t)):ft(this.node(),e).delay}function ld(t,e){return function(){wt(this,t).duration=+e.apply(this,arguments)}}function cd(t,e){return e=+e,function(){wt(this,t).duration=e}}function ud(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?ld:cd)(e,t)):ft(this.node(),e).duration}function hd(t,e){if(typeof e!="function")throw new Error;return function(){wt(this,t).ease=e}}function fd(t){var e=this._id;return arguments.length?this.each(hd(e,t)):ft(this.node(),e).ease}function dd(t,e){return function(){var n=e.apply(this,arguments);if(typeof n!="function")throw new Error;wt(this,t).ease=n}}function pd(t){if(typeof t!="function")throw new Error;return this.each(dd(this._id,t))}function gd(t){typeof t!="function"&&(t=Ms(t));for(var e=this._groups,n=e.length,i=new Array(n),r=0;r<n;++r)for(var o=e[r],s=o.length,a=i[r]=[],l,c=0;c<s;++c)(l=o[c])&&t.call(l,l.__data__,c,o)&&a.push(l);return new Mt(i,this._parents,this._name,this._id)}function md(t){if(t._id!==this._id)throw new Error;for(var e=this._groups,n=t._groups,i=e.length,r=n.length,o=Math.min(i,r),s=new Array(i),a=0;a<o;++a)for(var l=e[a],c=n[a],h=l.length,u=s[a]=new Array(h),f,d=0;d<h;++d)(f=l[d]||c[d])&&(u[d]=f);for(;a<i;++a)s[a]=e[a];return new Mt(s,this._parents,this._name,this._id)}function vd(t){return(t+"").trim().split(/^|\s+/).every(function(e){var n=e.indexOf(".");return n>=0&&(e=e.slice(0,n)),!e||e==="start"})}function _d(t,e,n){var i,r,o=vd(e)?_r:wt;return function(){var s=o(this,t),a=s.on;a!==i&&(r=(i=a).copy()).on(e,n),s.on=r}}function yd(t,e){var n=this._id;return arguments.length<2?ft(this.node(),n).on.on(t):this.each(_d(n,t,e))}function xd(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}function bd(){return this.on("end.remove",xd(this._id))}function wd(t){var e=this._name,n=this._id;typeof t!="function"&&(t=sr(t));for(var i=this._groups,r=i.length,o=new Array(r),s=0;s<r;++s)for(var a=i[s],l=a.length,c=o[s]=new Array(l),h,u,f=0;f<l;++f)(h=a[f])&&(u=t.call(h,h.__data__,f,a))&&("__data__"in h&&(u.__data__=h.__data__),c[f]=u,Kn(c[f],e,n,f,c,ft(h,n)));return new Mt(o,this._parents,e,n)}function kd(t){var e=this._name,n=this._id;typeof t!="function"&&(t=Cs(t));for(var i=this._groups,r=i.length,o=[],s=[],a=0;a<r;++a)for(var l=i[a],c=l.length,h,u=0;u<c;++u)if(h=l[u]){for(var f=t.call(h,h.__data__,u,l),d,g=ft(h,n),p=0,v=f.length;p<v;++p)(d=f[p])&&Kn(d,e,n,p,f,g);o.push(f),s.push(h)}return new Mt(o,s,e,n)}var Td=We.prototype.constructor;function Sd(){return new Td(this._groups,this._parents)}function Cd(t,e){var n,i,r;return function(){var o=le(this,t),s=(this.style.removeProperty(t),le(this,t));return o===s?null:o===n&&s===i?r:r=e(n=o,i=s)}}function va(t){return function(){this.style.removeProperty(t)}}function Md(t,e,n){var i,r=n+"",o;return function(){var s=le(this,t);return s===r?null:s===i?o:o=e(i=s,n)}}function Ad(t,e,n){var i,r,o;return function(){var s=le(this,t),a=n(this),l=a+"";return a==null&&(l=a=(this.style.removeProperty(t),le(this,t))),s===l?null:s===i&&l===r?o:(r=l,o=e(i=s,a))}}function $d(t,e){var n,i,r,o="style."+e,s="end."+o,a;return function(){var l=wt(this,t),c=l.on,h=l.value[o]==null?a||(a=va(e)):void 0;(c!==n||r!==h)&&(i=(n=c).copy()).on(s,r=h),l.on=i}}function Ed(t,e,n){var i=(t+="")=="transform"?Uf:ma;return e==null?this.styleTween(t,Cd(t,i)).on("end.style."+t,va(t)):typeof e=="function"?this.styleTween(t,Ad(t,i,wr(this,"style."+t,e))).each($d(this._id,t)):this.styleTween(t,Md(t,i,e),n).on("end.style."+t,null)}function Nd(t,e,n){return function(i){this.style.setProperty(t,e.call(this,i),n)}}function Od(t,e,n){var i,r;function o(){var s=e.apply(this,arguments);return s!==r&&(i=(r=s)&&Nd(t,s,n)),i}return o._value=e,o}function Dd(t,e,n){var i="style."+(t+="");if(arguments.length<2)return(i=this.tween(i))&&i._value;if(e==null)return this.tween(i,null);if(typeof e!="function")throw new Error;return this.tween(i,Od(t,e,n??""))}function Rd(t){return function(){this.textContent=t}}function Fd(t){return function(){var e=t(this);this.textContent=e??""}}function Pd(t){return this.tween("text",typeof t=="function"?Fd(wr(this,"text",t)):Rd(t==null?"":t+""))}function zd(t){return function(e){this.textContent=t.call(this,e)}}function Ld(t){var e,n;function i(){var r=t.apply(this,arguments);return r!==n&&(e=(n=r)&&zd(r)),e}return i._value=t,i}function Bd(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(t==null)return this.tween(e,null);if(typeof t!="function")throw new Error;return this.tween(e,Ld(t))}function Id(){for(var t=this._name,e=this._id,n=_a(),i=this._groups,r=i.length,o=0;o<r;++o)for(var s=i[o],a=s.length,l,c=0;c<a;++c)if(l=s[c]){var h=ft(l,e);Kn(l,t,n,c,s,{time:h.time+h.delay+h.duration,delay:0,duration:h.duration,ease:h.ease})}return new Mt(i,this._parents,t,n)}function Ud(){var t,e,n=this,i=n._id,r=n.size();return new Promise(function(o,s){var a={value:s},l={value:function(){--r===0&&o()}};n.each(function(){var c=wt(this,i),h=c.on;h!==t&&(e=(t=h).copy(),e._.cancel.push(a),e._.interrupt.push(a),e._.end.push(l)),c.on=e}),r===0&&o()})}var Hd=0;function Mt(t,e,n,i){this._groups=t,this._parents=e,this._name=n,this._id=i}function _a(){return++Hd}var kt=We.prototype;Mt.prototype={constructor:Mt,select:wd,selectAll:kd,selectChild:kt.selectChild,selectChildren:kt.selectChildren,filter:gd,merge:md,selection:Sd,transition:Id,call:kt.call,nodes:kt.nodes,node:kt.node,size:kt.size,empty:kt.empty,each:kt.each,on:yd,attr:Kf,attrTween:rd,style:Ed,styleTween:Dd,text:Pd,textTween:Bd,remove:bd,tween:Xf,delay:ad,duration:ud,ease:fd,easeVarying:pd,end:Ud,[Symbol.iterator]:kt[Symbol.iterator]};const Do=t=>+t;function Vd(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}var Wd={time:null,delay:0,duration:250,ease:Vd};function Yd(t,e){for(var n;!(n=t.__transition)||!(n=n[e]);)if(!(t=t.parentNode))throw new Error(`transition ${e} not found`);return n}function Xd(t){var e,n;t instanceof Mt?(e=t._id,t=t._name):(e=_a(),(n=Wd).time=vr(),t=t==null?null:t+"");for(var i=this._groups,r=i.length,o=0;o<r;++o)for(var s=i[o],a=s.length,l,c=0;c<a;++c)(l=s[c])&&Kn(l,t,e,c,s,n||Yd(l,e));return new Mt(i,this._parents,t,e)}We.prototype.interrupt=Af;We.prototype.transition=Xd;function yt(t,e,n){if(t.nodes().forEach(i=>yr(i)),e){const i=t.transition().duration(e);return n&&i.ease(n),i}else return t}class kr{constructor(e){this.data=e}get data(){return this._data}set data(e){this._data=e}}var P;(function(t){t.X="x",t.Y="y"})(P||(P={}));function dt(t,e){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(e).domain(t);break}return this}function ya(t,e){switch(arguments.length){case 0:break;case 1:{typeof t=="function"?this.interpolator(t):this.range(t);break}default:{this.domain(t),typeof e=="function"?this.interpolator(e):this.range(e);break}}return this}const Ro=Symbol("implicit");function Tr(){var t=new qr,e=[],n=[],i=Ro;function r(o){let s=t.get(o);if(s===void 0){if(i!==Ro)return i;t.set(o,s=e.push(o)-1)}return n[s%n.length]}return r.domain=function(o){if(!arguments.length)return e.slice();e=[],t=new qr;for(const s of o)t.has(s)||t.set(s,e.push(s)-1);return r},r.range=function(o){return arguments.length?(n=Array.from(o),r):n.slice()},r.unknown=function(o){return arguments.length?(i=o,r):i},r.copy=function(){return Tr(e,n).unknown(i)},dt.apply(r,arguments),r}function Sr(){var t=Tr().unknown(void 0),e=t.domain,n=t.range,i=0,r=1,o,s,a=!1,l=0,c=0,h=.5;delete t.unknown;function u(){var f=e().length,d=r<i,g=d?r:i,p=d?i:r;o=(p-g)/Math.max(1,f-l+c*2),a&&(o=Math.floor(o)),g+=(p-g-o*(f-l))*h,s=o*(1-l),a&&(g=Math.round(g),s=Math.round(s));var v=Ou(f).map(function(y){return g+o*y});return n(d?v.reverse():v)}return t.domain=function(f){return arguments.length?(e(f),u()):e()},t.range=function(f){return arguments.length?([i,r]=f,i=+i,r=+r,u()):[i,r]},t.rangeRound=function(f){return[i,r]=f,i=+i,r=+r,a=!0,u()},t.bandwidth=function(){return s},t.step=function(){return o},t.round=function(f){return arguments.length?(a=!!f,u()):a},t.padding=function(f){return arguments.length?(l=Math.min(1,c=+f),u()):l},t.paddingInner=function(f){return arguments.length?(l=Math.min(1,f),u()):l},t.paddingOuter=function(f){return arguments.length?(c=+f,u()):c},t.align=function(f){return arguments.length?(h=Math.max(0,Math.min(1,f)),u()):h},t.copy=function(){return Sr(e(),[i,r]).round(a).paddingInner(l).paddingOuter(c).align(h)},dt.apply(u(),arguments)}function xa(t){var e=t.copy;return t.padding=t.paddingOuter,delete t.paddingInner,delete t.paddingOuter,t.copy=function(){return xa(e())},t}function qd(){return xa(Sr.apply(null,arguments).paddingInner(1))}function Gd(t){return function(){return t}}function Wi(t){return+t}var Fo=[0,1];function j(t){return t}function Yi(t,e){return(e-=t=+t)?function(n){return(n-t)/e}:Gd(isNaN(e)?NaN:.5)}function jd(t,e){var n;return t>e&&(n=t,t=e,e=n),function(i){return Math.max(t,Math.min(e,i))}}function Zd(t,e,n){var i=t[0],r=t[1],o=e[0],s=e[1];return r<i?(i=Yi(r,i),o=n(s,o)):(i=Yi(i,r),o=n(o,s)),function(a){return o(i(a))}}function Qd(t,e,n){var i=Math.min(t.length,e.length)-1,r=new Array(i),o=new Array(i),s=-1;for(t[i]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++s<i;)r[s]=Yi(t[s],t[s+1]),o[s]=n(e[s],e[s+1]);return function(a){var l=qn(t,a,1,i)-1;return o[l](r[l](a))}}function qe(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function ti(){var t=Fo,e=Fo,n=ve,i,r,o,s=j,a,l,c;function h(){var f=Math.min(t.length,e.length);return s!==j&&(s=jd(t[0],t[f-1])),a=f>2?Qd:Zd,l=c=null,u}function u(f){return f==null||isNaN(f=+f)?o:(l||(l=a(t.map(i),e,n)))(i(s(f)))}return u.invert=function(f){return s(r((c||(c=a(e,t.map(i),ct)))(f)))},u.domain=function(f){return arguments.length?(t=Array.from(f,Wi),h()):t.slice()},u.range=function(f){return arguments.length?(e=Array.from(f),h()):e.slice()},u.rangeRound=function(f){return e=Array.from(f),n=br,h()},u.clamp=function(f){return arguments.length?(s=f?!0:j,h()):s!==j},u.interpolate=function(f){return arguments.length?(n=f,h()):n},u.unknown=function(f){return arguments.length?(o=f,u):o},function(f,d){return i=f,r=d,h()}}function ba(){return ti()(j,j)}function Jd(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)}function Dn(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,i=t.slice(0,n);return[i.length>1?i[0]+i.slice(2):i,+t.slice(n+1)]}function fe(t){return t=Dn(Math.abs(t)),t?t[1]:NaN}function Kd(t,e){return function(n,i){for(var r=n.length,o=[],s=0,a=t[0],l=0;r>0&&a>0&&(l+a+1>i&&(a=Math.max(1,i-l)),o.push(n.substring(r-=a,r+a)),!((l+=a+1)>i));)a=t[s=(s+1)%t.length];return o.reverse().join(e)}}function tp(t){return function(e){return e.replace(/[0-9]/g,function(n){return t[+n]})}}var ep=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Ve(t){if(!(e=ep.exec(t)))throw new Error("invalid format: "+t);var e;return new Cr({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}Ve.prototype=Cr.prototype;function Cr(t){this.fill=t.fill===void 0?" ":t.fill+"",this.align=t.align===void 0?">":t.align+"",this.sign=t.sign===void 0?"-":t.sign+"",this.symbol=t.symbol===void 0?"":t.symbol+"",this.zero=!!t.zero,this.width=t.width===void 0?void 0:+t.width,this.comma=!!t.comma,this.precision=t.precision===void 0?void 0:+t.precision,this.trim=!!t.trim,this.type=t.type===void 0?"":t.type+""}Cr.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function np(t){t:for(var e=t.length,n=1,i=-1,r;n<e;++n)switch(t[n]){case".":i=r=n;break;case"0":i===0&&(i=n),r=n;break;default:if(!+t[n])break t;i>0&&(i=0);break}return i>0?t.slice(0,i)+t.slice(r+1):t}var wa;function ip(t,e){var n=Dn(t,e);if(!n)return t+"";var i=n[0],r=n[1],o=r-(wa=Math.max(-8,Math.min(8,Math.floor(r/3)))*3)+1,s=i.length;return o===s?i:o>s?i+new Array(o-s+1).join("0"):o>0?i.slice(0,o)+"."+i.slice(o):"0."+new Array(1-o).join("0")+Dn(t,Math.max(0,e+o-1))[0]}function Po(t,e){var n=Dn(t,e);if(!n)return t+"";var i=n[0],r=n[1];return r<0?"0."+new Array(-r).join("0")+i:i.length>r+1?i.slice(0,r+1)+"."+i.slice(r+1):i+new Array(r-i.length+2).join("0")}const zo={"%":(t,e)=>(t*100).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:Jd,e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>Po(t*100,e),r:Po,s:ip,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function Lo(t){return t}var Bo=Array.prototype.map,Io=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function rp(t){var e=t.grouping===void 0||t.thousands===void 0?Lo:Kd(Bo.call(t.grouping,Number),t.thousands+""),n=t.currency===void 0?"":t.currency[0]+"",i=t.currency===void 0?"":t.currency[1]+"",r=t.decimal===void 0?".":t.decimal+"",o=t.numerals===void 0?Lo:tp(Bo.call(t.numerals,String)),s=t.percent===void 0?"%":t.percent+"",a=t.minus===void 0?"−":t.minus+"",l=t.nan===void 0?"NaN":t.nan+"";function c(u){u=Ve(u);var f=u.fill,d=u.align,g=u.sign,p=u.symbol,v=u.zero,y=u.width,x=u.comma,_=u.precision,S=u.trim,k=u.type;k==="n"?(x=!0,k="g"):zo[k]||(_===void 0&&(_=12),S=!0,k="g"),(v||f==="0"&&d==="=")&&(v=!0,f="0",d="=");var w=p==="$"?n:p==="#"&&/[boxX]/.test(k)?"0"+k.toLowerCase():"",T=p==="$"?i:/[%p]/.test(k)?s:"",L=zo[k],F=/[defgprs%]/.test(k);_=_===void 0?6:/[gprs]/.test(k)?Math.max(1,Math.min(21,_)):Math.max(0,Math.min(20,_));function J(A){var B=w,H=T,Nt,Ze,te;if(k==="c")H=L(A)+H,A="";else{A=+A;var ee=A<0||1/A<0;if(A=isNaN(A)?l:L(Math.abs(A),_),S&&(A=np(A)),ee&&+A==0&&g!=="+"&&(ee=!1),B=(ee?g==="("?g:a:g==="-"||g==="("?"":g)+B,H=(k==="s"?Io[8+wa/3]:"")+H+(ee&&g==="("?")":""),F){for(Nt=-1,Ze=A.length;++Nt<Ze;)if(te=A.charCodeAt(Nt),48>te||te>57){H=(te===46?r+A.slice(Nt+1):A.slice(Nt))+H,A=A.slice(0,Nt);break}}}x&&!v&&(A=e(A,1/0));var ne=B.length+A.length+H.length,lt=ne<y?new Array(y-ne+1).join(f):"";switch(x&&v&&(A=e(lt+A,lt.length?y-H.length:1/0),lt=""),d){case"<":A=B+A+H+lt;break;case"=":A=B+lt+A+H;break;case"^":A=lt.slice(0,ne=lt.length>>1)+B+A+H+lt.slice(ne);break;default:A=lt+B+A+H;break}return o(A)}return J.toString=function(){return u+""},J}function h(u,f){var d=c((u=Ve(u),u.type="f",u)),g=Math.max(-8,Math.min(8,Math.floor(fe(f)/3)))*3,p=Math.pow(10,-g),v=Io[8+g/3];return function(y){return d(p*y)+v}}return{format:c,formatPrefix:h}}var on,Mr,ka;op({thousands:",",grouping:[3],currency:["$",""]});function op(t){return on=rp(t),Mr=on.format,ka=on.formatPrefix,on}function sp(t){return Math.max(0,-fe(Math.abs(t)))}function ap(t,e){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(fe(e)/3)))*3-fe(Math.abs(t)))}function lp(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,fe(e)-fe(t))+1}function cp(t,e,n,i){var r=Ni(t,e,n),o;switch(i=Ve(i??",f"),i.type){case"s":{var s=Math.max(Math.abs(t),Math.abs(e));return i.precision==null&&!isNaN(o=ap(r,s))&&(i.precision=o),ka(i,s)}case"":case"e":case"g":case"p":case"r":{i.precision==null&&!isNaN(o=lp(r,Math.max(Math.abs(t),Math.abs(e))))&&(i.precision=o-(i.type==="e"));break}case"f":case"%":{i.precision==null&&!isNaN(o=sp(r))&&(i.precision=o-(i.type==="%")*2);break}}return Mr(i)}function Qt(t){var e=t.domain;return t.ticks=function(n){var i=e();return $i(i[0],i[i.length-1],n??10)},t.tickFormat=function(n,i){var r=e();return cp(r[0],r[r.length-1],n??10,i)},t.nice=function(n){n==null&&(n=10);var i=e(),r=0,o=i.length-1,s=i[r],a=i[o],l,c,h=10;for(a<s&&(c=s,s=a,a=c,c=r,r=o,o=c);h-- >0;){if(c=Ei(s,a,n),c===l)return i[r]=s,i[o]=a,e(i);if(c>0)s=Math.floor(s/c)*c,a=Math.ceil(a/c)*c;else if(c<0)s=Math.ceil(s*c)/c,a=Math.floor(a*c)/c;else break;l=c}return t},t}function Ta(){var t=ba();return t.copy=function(){return qe(t,Ta())},dt.apply(t,arguments),Qt(t)}function Sa(t){var e;function n(i){return i==null||isNaN(i=+i)?e:i}return n.invert=n,n.domain=n.range=function(i){return arguments.length?(t=Array.from(i,Wi),n):t.slice()},n.unknown=function(i){return arguments.length?(e=i,n):e},n.copy=function(){return Sa(t).unknown(e)},t=arguments.length?Array.from(t,Wi):[0,1],Qt(n)}function Ca(t,e){t=t.slice();var n=0,i=t.length-1,r=t[n],o=t[i],s;return o<r&&(s=n,n=i,i=s,s=r,r=o,o=s),t[n]=e.floor(r),t[i]=e.ceil(o),t}function Uo(t){return Math.log(t)}function Ho(t){return Math.exp(t)}function up(t){return-Math.log(-t)}function hp(t){return-Math.exp(-t)}function fp(t){return isFinite(t)?+("1e"+t):t<0?0:t}function dp(t){return t===10?fp:t===Math.E?Math.exp:e=>Math.pow(t,e)}function pp(t){return t===Math.E?Math.log:t===10&&Math.log10||t===2&&Math.log2||(t=Math.log(t),e=>Math.log(e)/t)}function Vo(t){return(e,n)=>-t(-e,n)}function gp(t){const e=t(Uo,Ho),n=e.domain;let i=10,r,o;function s(){return r=pp(i),o=dp(i),n()[0]<0?(r=Vo(r),o=Vo(o),t(up,hp)):t(Uo,Ho),e}return e.base=function(a){return arguments.length?(i=+a,s()):i},e.domain=function(a){return arguments.length?(n(a),s()):n()},e.ticks=a=>{const l=n();let c=l[0],h=l[l.length-1];const u=h<c;u&&([c,h]=[h,c]);let f=r(c),d=r(h),g,p;const v=a==null?10:+a;let y=[];if(!(i%1)&&d-f<v){if(f=Math.floor(f),d=Math.ceil(d),c>0){for(;f<=d;++f)for(g=1;g<i;++g)if(p=f<0?g/o(-f):g*o(f),!(p<c)){if(p>h)break;y.push(p)}}else for(;f<=d;++f)for(g=i-1;g>=1;--g)if(p=f>0?g/o(-f):g*o(f),!(p<c)){if(p>h)break;y.push(p)}y.length*2<v&&(y=$i(c,h,v))}else y=$i(f,d,Math.min(d-f,v)).map(o);return u?y.reverse():y},e.tickFormat=(a,l)=>{if(a==null&&(a=10),l==null&&(l=i===10?"s":","),typeof l!="function"&&(!(i%1)&&(l=Ve(l)).precision==null&&(l.trim=!0),l=Mr(l)),a===1/0)return l;const c=Math.max(1,i*a/e.ticks().length);return h=>{let u=h/o(Math.round(r(h)));return u*i<i-.5&&(u*=i),u<=c?l(h):""}},e.nice=()=>n(Ca(n(),{floor:a=>o(Math.floor(r(a))),ceil:a=>o(Math.ceil(r(a)))})),e}function Ma(){const t=gp(ti()).domain([1,10]);return t.copy=()=>qe(t,Ma()).base(t.base()),dt.apply(t,arguments),t}function Wo(t){return function(e){return Math.sign(e)*Math.log1p(Math.abs(e/t))}}function Yo(t){return function(e){return Math.sign(e)*Math.expm1(Math.abs(e))*t}}function mp(t){var e=1,n=t(Wo(e),Yo(e));return n.constant=function(i){return arguments.length?t(Wo(e=+i),Yo(e)):e},Qt(n)}function Aa(){var t=mp(ti());return t.copy=function(){return qe(t,Aa()).constant(t.constant())},dt.apply(t,arguments)}function Xo(t){return function(e){return e<0?-Math.pow(-e,t):Math.pow(e,t)}}function vp(t){return t<0?-Math.sqrt(-t):Math.sqrt(t)}function _p(t){return t<0?-t*t:t*t}function yp(t){var e=t(j,j),n=1;function i(){return n===1?t(j,j):n===.5?t(vp,_p):t(Xo(n),Xo(1/n))}return e.exponent=function(r){return arguments.length?(n=+r,i()):n},Qt(e)}function Ar(){var t=yp(ti());return t.copy=function(){return qe(t,Ar()).exponent(t.exponent())},dt.apply(t,arguments),t}function xp(){return Ar.apply(null,arguments).exponent(.5)}function $a(){var t=[],e=[],n=[],i;function r(){var s=0,a=Math.max(1,e.length);for(n=new Array(a-1);++s<a;)n[s-1]=$u(t,s/a);return o}function o(s){return s==null||isNaN(s=+s)?i:e[qn(n,s)]}return o.invertExtent=function(s){var a=e.indexOf(s);return a<0?[NaN,NaN]:[a>0?n[a-1]:t[0],a<n.length?n[a]:t[t.length-1]]},o.domain=function(s){if(!arguments.length)return t.slice();t=[];for(let a of s)a!=null&&!isNaN(a=+a)&&t.push(a);return t.sort(Ne),r()},o.range=function(s){return arguments.length?(e=Array.from(s),r()):e.slice()},o.unknown=function(s){return arguments.length?(i=s,o):i},o.quantiles=function(){return n.slice()},o.copy=function(){return $a().domain(t).range(e).unknown(i)},dt.apply(o,arguments)}function Ea(){var t=0,e=1,n=1,i=[.5],r=[0,1],o;function s(l){return l!=null&&l<=l?r[qn(i,l,0,n)]:o}function a(){var l=-1;for(i=new Array(n);++l<n;)i[l]=((l+1)*e-(l-n)*t)/(n+1);return s}return s.domain=function(l){return arguments.length?([t,e]=l,t=+t,e=+e,a()):[t,e]},s.range=function(l){return arguments.length?(n=(r=Array.from(l)).length-1,a()):r.slice()},s.invertExtent=function(l){var c=r.indexOf(l);return c<0?[NaN,NaN]:c<1?[t,i[0]]:c>=n?[i[n-1],e]:[i[c-1],i[c]]},s.unknown=function(l){return arguments.length&&(o=l),s},s.thresholds=function(){return i.slice()},s.copy=function(){return Ea().domain([t,e]).range(r).unknown(o)},dt.apply(Qt(s),arguments)}function Na(){var t=[.5],e=[0,1],n,i=1;function r(o){return o!=null&&o<=o?e[qn(t,o,0,i)]:n}return r.domain=function(o){return arguments.length?(t=Array.from(o),i=Math.min(t.length,e.length-1),r):t.slice()},r.range=function(o){return arguments.length?(e=Array.from(o),i=Math.min(t.length,e.length-1),r):e.slice()},r.invertExtent=function(o){var s=e.indexOf(o);return[t[s-1],t[s]]},r.unknown=function(o){return arguments.length?(n=o,r):n},r.copy=function(){return Na().domain(t).range(e).unknown(n)},dt.apply(r,arguments)}const xi=new Date,bi=new Date;function V(t,e,n,i){function r(o){return t(o=arguments.length===0?new Date:new Date(+o)),o}return r.floor=o=>(t(o=new Date(+o)),o),r.ceil=o=>(t(o=new Date(o-1)),e(o,1),t(o),o),r.round=o=>{const s=r(o),a=r.ceil(o);return o-s<a-o?s:a},r.offset=(o,s)=>(e(o=new Date(+o),s==null?1:Math.floor(s)),o),r.range=(o,s,a)=>{const l=[];if(o=r.ceil(o),a=a==null?1:Math.floor(a),!(o<s)||!(a>0))return l;let c;do l.push(c=new Date(+o)),e(o,a),t(o);while(c<o&&o<s);return l},r.filter=o=>V(s=>{if(s>=s)for(;t(s),!o(s);)s.setTime(s-1)},(s,a)=>{if(s>=s)if(a<0)for(;++a<=0;)for(;e(s,-1),!o(s););else for(;--a>=0;)for(;e(s,1),!o(s););}),n&&(r.count=(o,s)=>(xi.setTime(+o),bi.setTime(+s),t(xi),t(bi),Math.floor(n(xi,bi))),r.every=o=>(o=Math.floor(o),!isFinite(o)||!(o>0)?null:o>1?r.filter(i?s=>i(s)%o===0:s=>r.count(0,s)%o===0):r)),r}const Rn=V(()=>{},(t,e)=>{t.setTime(+t+e)},(t,e)=>e-t);Rn.every=t=>(t=Math.floor(t),!isFinite(t)||!(t>0)?null:t>1?V(e=>{e.setTime(Math.floor(e/t)*t)},(e,n)=>{e.setTime(+e+n*t)},(e,n)=>(n-e)/t):Rn);Rn.range;const Tt=1e3,at=Tt*60,St=at*60,At=St*24,$r=At*7,qo=At*30,wi=At*365,Ut=V(t=>{t.setTime(t-t.getMilliseconds())},(t,e)=>{t.setTime(+t+e*Tt)},(t,e)=>(e-t)/Tt,t=>t.getUTCSeconds());Ut.range;const Er=V(t=>{t.setTime(t-t.getMilliseconds()-t.getSeconds()*Tt)},(t,e)=>{t.setTime(+t+e*at)},(t,e)=>(e-t)/at,t=>t.getMinutes());Er.range;const Nr=V(t=>{t.setUTCSeconds(0,0)},(t,e)=>{t.setTime(+t+e*at)},(t,e)=>(e-t)/at,t=>t.getUTCMinutes());Nr.range;const Or=V(t=>{t.setTime(t-t.getMilliseconds()-t.getSeconds()*Tt-t.getMinutes()*at)},(t,e)=>{t.setTime(+t+e*St)},(t,e)=>(e-t)/St,t=>t.getHours());Or.range;const Dr=V(t=>{t.setUTCMinutes(0,0,0)},(t,e)=>{t.setTime(+t+e*St)},(t,e)=>(e-t)/St,t=>t.getUTCHours());Dr.range;const Ge=V(t=>t.setHours(0,0,0,0),(t,e)=>t.setDate(t.getDate()+e),(t,e)=>(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*at)/At,t=>t.getDate()-1);Ge.range;const ei=V(t=>{t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+e)},(t,e)=>(e-t)/At,t=>t.getUTCDate()-1);ei.range;const Oa=V(t=>{t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+e)},(t,e)=>(e-t)/At,t=>Math.floor(t/At));Oa.range;function Jt(t){return V(e=>{e.setDate(e.getDate()-(e.getDay()+7-t)%7),e.setHours(0,0,0,0)},(e,n)=>{e.setDate(e.getDate()+n*7)},(e,n)=>(n-e-(n.getTimezoneOffset()-e.getTimezoneOffset())*at)/$r)}const ni=Jt(0),Fn=Jt(1),bp=Jt(2),wp=Jt(3),de=Jt(4),kp=Jt(5),Tp=Jt(6);ni.range;Fn.range;bp.range;wp.range;de.range;kp.range;Tp.range;function Kt(t){return V(e=>{e.setUTCDate(e.getUTCDate()-(e.getUTCDay()+7-t)%7),e.setUTCHours(0,0,0,0)},(e,n)=>{e.setUTCDate(e.getUTCDate()+n*7)},(e,n)=>(n-e)/$r)}const ii=Kt(0),Pn=Kt(1),Sp=Kt(2),Cp=Kt(3),pe=Kt(4),Mp=Kt(5),Ap=Kt(6);ii.range;Pn.range;Sp.range;Cp.range;pe.range;Mp.range;Ap.range;const Rr=V(t=>{t.setDate(1),t.setHours(0,0,0,0)},(t,e)=>{t.setMonth(t.getMonth()+e)},(t,e)=>e.getMonth()-t.getMonth()+(e.getFullYear()-t.getFullYear())*12,t=>t.getMonth());Rr.range;const Fr=V(t=>{t.setUTCDate(1),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCMonth(t.getUTCMonth()+e)},(t,e)=>e.getUTCMonth()-t.getUTCMonth()+(e.getUTCFullYear()-t.getUTCFullYear())*12,t=>t.getUTCMonth());Fr.range;const $t=V(t=>{t.setMonth(0,1),t.setHours(0,0,0,0)},(t,e)=>{t.setFullYear(t.getFullYear()+e)},(t,e)=>e.getFullYear()-t.getFullYear(),t=>t.getFullYear());$t.every=t=>!isFinite(t=Math.floor(t))||!(t>0)?null:V(e=>{e.setFullYear(Math.floor(e.getFullYear()/t)*t),e.setMonth(0,1),e.setHours(0,0,0,0)},(e,n)=>{e.setFullYear(e.getFullYear()+n*t)});$t.range;const Et=V(t=>{t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCFullYear(t.getUTCFullYear()+e)},(t,e)=>e.getUTCFullYear()-t.getUTCFullYear(),t=>t.getUTCFullYear());Et.every=t=>!isFinite(t=Math.floor(t))||!(t>0)?null:V(e=>{e.setUTCFullYear(Math.floor(e.getUTCFullYear()/t)*t),e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,n)=>{e.setUTCFullYear(e.getUTCFullYear()+n*t)});Et.range;function Da(t,e,n,i,r,o){const s=[[Ut,1,Tt],[Ut,5,5*Tt],[Ut,15,15*Tt],[Ut,30,30*Tt],[o,1,at],[o,5,5*at],[o,15,15*at],[o,30,30*at],[r,1,St],[r,3,3*St],[r,6,6*St],[r,12,12*St],[i,1,At],[i,2,2*At],[n,1,$r],[e,1,qo],[e,3,3*qo],[t,1,wi]];function a(c,h,u){const f=h<c;f&&([c,h]=[h,c]);const d=u&&typeof u.range=="function"?u:l(c,h,u),g=d?d.range(c,+h+1):[];return f?g.reverse():g}function l(c,h,u){const f=Math.abs(h-c)/u,d=Xn(([,,v])=>v).right(s,f);if(d===s.length)return t.every(Ni(c/wi,h/wi,u));if(d===0)return Rn.every(Math.max(Ni(c,h,u),1));const[g,p]=s[f/s[d-1][2]<s[d][2]/f?d-1:d];return g.every(p)}return[a,l]}const[$p,Ep]=Da(Et,Fr,ii,Oa,Dr,Nr),[Np,Op]=Da($t,Rr,ni,Ge,Or,Er);function ki(t){if(0<=t.y&&t.y<100){var e=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return e.setFullYear(t.y),e}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function Ti(t){if(0<=t.y&&t.y<100){var e=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return e.setUTCFullYear(t.y),e}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function we(t,e,n){return{y:t,m:e,d:n,H:0,M:0,S:0,L:0}}function Dp(t){var e=t.dateTime,n=t.date,i=t.time,r=t.periods,o=t.days,s=t.shortDays,a=t.months,l=t.shortMonths,c=ke(r),h=Te(r),u=ke(o),f=Te(o),d=ke(s),g=Te(s),p=ke(a),v=Te(a),y=ke(l),x=Te(l),_={a:ee,A:ne,b:lt,B:Nl,c:null,d:Ko,e:Ko,f:ng,g:fg,G:pg,H:Kp,I:tg,j:eg,L:Ra,m:ig,M:rg,p:Ol,q:Dl,Q:ns,s:is,S:og,u:sg,U:ag,V:lg,w:cg,W:ug,x:null,X:null,y:hg,Y:dg,Z:gg,"%":es},S={a:Rl,A:Fl,b:Pl,B:zl,c:null,d:ts,e:ts,f:yg,g:$g,G:Ng,H:mg,I:vg,j:_g,L:Pa,m:xg,M:bg,p:Ll,q:Bl,Q:ns,s:is,S:wg,u:kg,U:Tg,V:Sg,w:Cg,W:Mg,x:null,X:null,y:Ag,Y:Eg,Z:Og,"%":es},k={a:J,A,b:B,B:H,c:Nt,d:Qo,e:Qo,f:jp,g:Zo,G:jo,H:Jo,I:Jo,j:Yp,L:Gp,m:Wp,M:Xp,p:F,q:Vp,Q:Qp,s:Jp,S:qp,u:Lp,U:Bp,V:Ip,w:zp,W:Up,x:Ze,X:te,y:Zo,Y:jo,Z:Hp,"%":Zp};_.x=w(n,_),_.X=w(i,_),_.c=w(e,_),S.x=w(n,S),S.X=w(i,S),S.c=w(e,S);function w(M,$){return function(E){var b=[],q=-1,z=0,K=M.length,tt,Lt,Yr;for(E instanceof Date||(E=new Date(+E));++q<K;)M.charCodeAt(q)===37&&(b.push(M.slice(z,q)),(Lt=Go[tt=M.charAt(++q)])!=null?tt=M.charAt(++q):Lt=tt==="e"?" ":"0",(Yr=$[tt])&&(tt=Yr(E,Lt)),b.push(tt),z=q+1);return b.push(M.slice(z,q)),b.join("")}}function T(M,$){return function(E){var b=we(1900,void 0,1),q=L(b,M,E+="",0),z,K;if(q!=E.length)return null;if("Q"in b)return new Date(b.Q);if("s"in b)return new Date(b.s*1e3+("L"in b?b.L:0));if($&&!("Z"in b)&&(b.Z=0),"p"in b&&(b.H=b.H%12+b.p*12),b.m===void 0&&(b.m="q"in b?b.q:0),"V"in b){if(b.V<1||b.V>53)return null;"w"in b||(b.w=1),"Z"in b?(z=Ti(we(b.y,0,1)),K=z.getUTCDay(),z=K>4||K===0?Pn.ceil(z):Pn(z),z=ei.offset(z,(b.V-1)*7),b.y=z.getUTCFullYear(),b.m=z.getUTCMonth(),b.d=z.getUTCDate()+(b.w+6)%7):(z=ki(we(b.y,0,1)),K=z.getDay(),z=K>4||K===0?Fn.ceil(z):Fn(z),z=Ge.offset(z,(b.V-1)*7),b.y=z.getFullYear(),b.m=z.getMonth(),b.d=z.getDate()+(b.w+6)%7)}else("W"in b||"U"in b)&&("w"in b||(b.w="u"in b?b.u%7:"W"in b?1:0),K="Z"in b?Ti(we(b.y,0,1)).getUTCDay():ki(we(b.y,0,1)).getDay(),b.m=0,b.d="W"in b?(b.w+6)%7+b.W*7-(K+5)%7:b.w+b.U*7-(K+6)%7);return"Z"in b?(b.H+=b.Z/100|0,b.M+=b.Z%100,Ti(b)):ki(b)}}function L(M,$,E,b){for(var q=0,z=$.length,K=E.length,tt,Lt;q<z;){if(b>=K)return-1;if(tt=$.charCodeAt(q++),tt===37){if(tt=$.charAt(q++),Lt=k[tt in Go?$.charAt(q++):tt],!Lt||(b=Lt(M,E,b))<0)return-1}else if(tt!=E.charCodeAt(b++))return-1}return b}function F(M,$,E){var b=c.exec($.slice(E));return b?(M.p=h.get(b[0].toLowerCase()),E+b[0].length):-1}function J(M,$,E){var b=d.exec($.slice(E));return b?(M.w=g.get(b[0].toLowerCase()),E+b[0].length):-1}function A(M,$,E){var b=u.exec($.slice(E));return b?(M.w=f.get(b[0].toLowerCase()),E+b[0].length):-1}function B(M,$,E){var b=y.exec($.slice(E));return b?(M.m=x.get(b[0].toLowerCase()),E+b[0].length):-1}function H(M,$,E){var b=p.exec($.slice(E));return b?(M.m=v.get(b[0].toLowerCase()),E+b[0].length):-1}function Nt(M,$,E){return L(M,e,$,E)}function Ze(M,$,E){return L(M,n,$,E)}function te(M,$,E){return L(M,i,$,E)}function ee(M){return s[M.getDay()]}function ne(M){return o[M.getDay()]}function lt(M){return l[M.getMonth()]}function Nl(M){return a[M.getMonth()]}function Ol(M){return r[+(M.getHours()>=12)]}function Dl(M){return 1+~~(M.getMonth()/3)}function Rl(M){return s[M.getUTCDay()]}function Fl(M){return o[M.getUTCDay()]}function Pl(M){return l[M.getUTCMonth()]}function zl(M){return a[M.getUTCMonth()]}function Ll(M){return r[+(M.getUTCHours()>=12)]}function Bl(M){return 1+~~(M.getUTCMonth()/3)}return{format:function(M){var $=w(M+="",_);return $.toString=function(){return M},$},parse:function(M){var $=T(M+="",!1);return $.toString=function(){return M},$},utcFormat:function(M){var $=w(M+="",S);return $.toString=function(){return M},$},utcParse:function(M){var $=T(M+="",!0);return $.toString=function(){return M},$}}}var Go={"-":"",_:" ",0:"0"},W=/^\s*\d+/,Rp=/^%/,Fp=/[\\^$*+?|[\]().{}]/g;function N(t,e,n){var i=t<0?"-":"",r=(i?-t:t)+"",o=r.length;return i+(o<n?new Array(n-o+1).join(e)+r:r)}function Pp(t){return t.replace(Fp,"\\$&")}function ke(t){return new RegExp("^(?:"+t.map(Pp).join("|")+")","i")}function Te(t){return new Map(t.map((e,n)=>[e.toLowerCase(),n]))}function zp(t,e,n){var i=W.exec(e.slice(n,n+1));return i?(t.w=+i[0],n+i[0].length):-1}function Lp(t,e,n){var i=W.exec(e.slice(n,n+1));return i?(t.u=+i[0],n+i[0].length):-1}function Bp(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.U=+i[0],n+i[0].length):-1}function Ip(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.V=+i[0],n+i[0].length):-1}function Up(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.W=+i[0],n+i[0].length):-1}function jo(t,e,n){var i=W.exec(e.slice(n,n+4));return i?(t.y=+i[0],n+i[0].length):-1}function Zo(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.y=+i[0]+(+i[0]>68?1900:2e3),n+i[0].length):-1}function Hp(t,e,n){var i=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(e.slice(n,n+6));return i?(t.Z=i[1]?0:-(i[2]+(i[3]||"00")),n+i[0].length):-1}function Vp(t,e,n){var i=W.exec(e.slice(n,n+1));return i?(t.q=i[0]*3-3,n+i[0].length):-1}function Wp(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.m=i[0]-1,n+i[0].length):-1}function Qo(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.d=+i[0],n+i[0].length):-1}function Yp(t,e,n){var i=W.exec(e.slice(n,n+3));return i?(t.m=0,t.d=+i[0],n+i[0].length):-1}function Jo(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.H=+i[0],n+i[0].length):-1}function Xp(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.M=+i[0],n+i[0].length):-1}function qp(t,e,n){var i=W.exec(e.slice(n,n+2));return i?(t.S=+i[0],n+i[0].length):-1}function Gp(t,e,n){var i=W.exec(e.slice(n,n+3));return i?(t.L=+i[0],n+i[0].length):-1}function jp(t,e,n){var i=W.exec(e.slice(n,n+6));return i?(t.L=Math.floor(i[0]/1e3),n+i[0].length):-1}function Zp(t,e,n){var i=Rp.exec(e.slice(n,n+1));return i?n+i[0].length:-1}function Qp(t,e,n){var i=W.exec(e.slice(n));return i?(t.Q=+i[0],n+i[0].length):-1}function Jp(t,e,n){var i=W.exec(e.slice(n));return i?(t.s=+i[0],n+i[0].length):-1}function Ko(t,e){return N(t.getDate(),e,2)}function Kp(t,e){return N(t.getHours(),e,2)}function tg(t,e){return N(t.getHours()%12||12,e,2)}function eg(t,e){return N(1+Ge.count($t(t),t),e,3)}function Ra(t,e){return N(t.getMilliseconds(),e,3)}function ng(t,e){return Ra(t,e)+"000"}function ig(t,e){return N(t.getMonth()+1,e,2)}function rg(t,e){return N(t.getMinutes(),e,2)}function og(t,e){return N(t.getSeconds(),e,2)}function sg(t){var e=t.getDay();return e===0?7:e}function ag(t,e){return N(ni.count($t(t)-1,t),e,2)}function Fa(t){var e=t.getDay();return e>=4||e===0?de(t):de.ceil(t)}function lg(t,e){return t=Fa(t),N(de.count($t(t),t)+($t(t).getDay()===4),e,2)}function cg(t){return t.getDay()}function ug(t,e){return N(Fn.count($t(t)-1,t),e,2)}function hg(t,e){return N(t.getFullYear()%100,e,2)}function fg(t,e){return t=Fa(t),N(t.getFullYear()%100,e,2)}function dg(t,e){return N(t.getFullYear()%1e4,e,4)}function pg(t,e){var n=t.getDay();return t=n>=4||n===0?de(t):de.ceil(t),N(t.getFullYear()%1e4,e,4)}function gg(t){var e=t.getTimezoneOffset();return(e>0?"-":(e*=-1,"+"))+N(e/60|0,"0",2)+N(e%60,"0",2)}function ts(t,e){return N(t.getUTCDate(),e,2)}function mg(t,e){return N(t.getUTCHours(),e,2)}function vg(t,e){return N(t.getUTCHours()%12||12,e,2)}function _g(t,e){return N(1+ei.count(Et(t),t),e,3)}function Pa(t,e){return N(t.getUTCMilliseconds(),e,3)}function yg(t,e){return Pa(t,e)+"000"}function xg(t,e){return N(t.getUTCMonth()+1,e,2)}function bg(t,e){return N(t.getUTCMinutes(),e,2)}function wg(t,e){return N(t.getUTCSeconds(),e,2)}function kg(t){var e=t.getUTCDay();return e===0?7:e}function Tg(t,e){return N(ii.count(Et(t)-1,t),e,2)}function za(t){var e=t.getUTCDay();return e>=4||e===0?pe(t):pe.ceil(t)}function Sg(t,e){return t=za(t),N(pe.count(Et(t),t)+(Et(t).getUTCDay()===4),e,2)}function Cg(t){return t.getUTCDay()}function Mg(t,e){return N(Pn.count(Et(t)-1,t),e,2)}function Ag(t,e){return N(t.getUTCFullYear()%100,e,2)}function $g(t,e){return t=za(t),N(t.getUTCFullYear()%100,e,2)}function Eg(t,e){return N(t.getUTCFullYear()%1e4,e,4)}function Ng(t,e){var n=t.getUTCDay();return t=n>=4||n===0?pe(t):pe.ceil(t),N(t.getUTCFullYear()%1e4,e,4)}function Og(){return"+0000"}function es(){return"%"}function ns(t){return+t}function is(t){return Math.floor(+t/1e3)}var ie,La,Ba;Dg({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function Dg(t){return ie=Dp(t),La=ie.format,ie.parse,Ba=ie.utcFormat,ie.utcParse,ie}function Rg(t){return new Date(t)}function Fg(t){return t instanceof Date?+t:+new Date(+t)}function Pr(t,e,n,i,r,o,s,a,l,c){var h=ba(),u=h.invert,f=h.domain,d=c(".%L"),g=c(":%S"),p=c("%I:%M"),v=c("%I %p"),y=c("%a %d"),x=c("%b %d"),_=c("%B"),S=c("%Y");function k(w){return(l(w)<w?d:a(w)<w?g:s(w)<w?p:o(w)<w?v:i(w)<w?r(w)<w?y:x:n(w)<w?_:S)(w)}return h.invert=function(w){return new Date(u(w))},h.domain=function(w){return arguments.length?f(Array.from(w,Fg)):f().map(Rg)},h.ticks=function(w){var T=f();return t(T[0],T[T.length-1],w??10)},h.tickFormat=function(w,T){return T==null?k:c(T)},h.nice=function(w){var T=f();return(!w||typeof w.range!="function")&&(w=e(T[0],T[T.length-1],w??10)),w?f(Ca(T,w)):h},h.copy=function(){return qe(h,Pr(t,e,n,i,r,o,s,a,l,c))},h}function Pg(){return dt.apply(Pr(Np,Op,$t,Rr,ni,Ge,Or,Er,Ut,La).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function zg(){return dt.apply(Pr($p,Ep,Et,Fr,ii,ei,Dr,Nr,Ut,Ba).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function Lg(){var t=0,e=1,n,i,r,o,s=j,a=!1,l;function c(u){return u==null||isNaN(u=+u)?l:s(r===0?.5:(u=(o(u)-n)*r,a?Math.max(0,Math.min(1,u)):u))}c.domain=function(u){return arguments.length?([t,e]=u,n=o(t=+t),i=o(e=+e),r=n===i?0:1/(i-n),c):[t,e]},c.clamp=function(u){return arguments.length?(a=!!u,c):a},c.interpolator=function(u){return arguments.length?(s=u,c):s};function h(u){return function(f){var d,g;return arguments.length?([d,g]=f,s=u(d,g),c):[s(0),s(1)]}}return c.range=h(ve),c.rangeRound=h(br),c.unknown=function(u){return arguments.length?(l=u,c):l},function(u){return o=u,n=u(t),i=u(e),r=n===i?0:1/(i-n),c}}function Ia(t,e){return e.domain(t.domain()).interpolator(t.interpolator()).clamp(t.clamp()).unknown(t.unknown())}function Ua(){var t=Qt(Lg()(j));return t.copy=function(){return Ia(t,Ua())},ya.apply(t,arguments)}function Bg(){var t=0,e=.5,n=1,i=1,r,o,s,a,l,c=j,h,u=!1,f;function d(p){return isNaN(p=+p)?f:(p=.5+((p=+h(p))-o)*(i*p<i*o?a:l),c(u?Math.max(0,Math.min(1,p)):p))}d.domain=function(p){return arguments.length?([t,e,n]=p,r=h(t=+t),o=h(e=+e),s=h(n=+n),a=r===o?0:.5/(o-r),l=o===s?0:.5/(s-o),i=o<r?-1:1,d):[t,e,n]},d.clamp=function(p){return arguments.length?(u=!!p,d):u},d.interpolator=function(p){return arguments.length?(c=p,d):c};function g(p){return function(v){var y,x,_;return arguments.length?([y,x,_]=v,c=Vf(p,[y,x,_]),d):[c(0),c(.5),c(1)]}}return d.range=g(ve),d.rangeRound=g(br),d.unknown=function(p){return arguments.length?(f=p,d):f},function(p){return h=p,r=p(t),o=p(e),s=p(n),a=r===o?0:.5/(o-r),l=o===s?0:.5/(s-o),i=o<r?-1:1,d}}function Ha(){var t=Qt(Bg()(j));return t.copy=function(){return Ia(t,Ha())},ya.apply(t,arguments)}const rs={scaleLinear:Ta,scalePow:Ar,scaleSqrt:xp,scaleLog:Ma,scaleSymlog:Aa,scaleIdentity:Sa,scaleTime:Pg,scaleUtc:zg,scaleSequential:Ua,scaleDiverging:Ha,scaleQuantize:Ea,scaleQuantile:$a,scaleThreshold:Na,scaleOrdinal:Tr,scaleBand:Sr,scalePoint:qd};var I;(function(t){t.X="x",t.Y="y"})(I||(I={}));var Yt;(function(t){t.West="west",t.East="east",t.North="north",t.South="south"})(Yt||(Yt={}));const Ig=Object.assign(Object.assign({},Ws),{components:[],tooltip:void 0,crosshair:void 0,annotations:void 0,xAxis:void 0,yAxis:void 0,autoMargin:!0,xScale:void 0,xDomain:void 0,xDomainMinConstraint:void 0,xDomainMaxConstraint:void 0,xRange:void 0,yScale:void 0,yDomain:void 0,yDomainMinConstraint:void 0,yDomainMaxConstraint:void 0,yRange:void 0,yDirection:Yt.North,preventEmptyDomain:null,scaleByDomain:!1});class Ug extends Pe{constructor(e,n,i){var r,o;super(e),this._defaultConfig=Ig,this.datamodel=new kr,this.config=this._defaultConfig,this._clipPathId=ea(),this._axisMargin={top:0,bottom:0,left:0,right:0},this._firstRender=!0,this._clipPath=this.svg.append("clipPath").attr("id",this._clipPathId),this._clipPath.append("rect");const s="saturate",a=window.location.href.replace(window.location.hash,"");this.svg.attr("class",R`
|
|
53
|
+
--highlight-filter-id: url(${a}#${s}); // defining a css variable
|
|
54
|
+
`),this._svgDefs.append("filter").attr("id",s).attr("filterUnits","objectBoundingBox").html('<feColorMatrix type="saturate" in="SourceGraphic" values="1.35"/>'),n&&this.updateContainer(n,!0),i&&this.setData(i,!0),(this.config.xAxis||this.config.yAxis||!((r=this.components)===null||r===void 0)&&r.some(l=>l.datamodel.data))&&this.render(),(o=document.fonts)===null||o===void 0||o.ready.then(()=>{this._firstRender||this._renderAxes(0)})}get components(){return this.config.components}get width(){const e=this._getMargin();return Rt(this.containerWidth-e.left-e.right,0,Number.POSITIVE_INFINITY)}get height(){const e=this._getMargin();return Rt(this.containerHeight-e.top-e.bottom,0,Number.POSITIVE_INFINITY)}setData(e,n){var i,r,o,s;const{components:a,config:l}=this;e&&(this.datamodel.data=e,a.forEach(c=>{c.setData(e)}),(i=l.crosshair)===null||i===void 0||i.setData(e),(r=l.xAxis)===null||r===void 0||r.setData(e),(o=l.yAxis)===null||o===void 0||o.setData(e),(s=l.tooltip)===null||s===void 0||s.hide(),n||this.render())}updateContainer(e,n){super.updateContainer(e),this._removeAllChildren(),this.setData(this.datamodel.data,!0),e.xAxis&&(this.config.xAxis.config.type=P.X,this.element.appendChild(e.xAxis.element)),e.yAxis&&(this.config.yAxis.config.type=P.Y,this.element.appendChild(e.yAxis.element));for(const s of this.components)this.element.appendChild(s.element);const i=e.tooltip;i&&(i.hasContainer()||i.setContainer(this._container),i.setComponents(this.components));const r=e.crosshair;r&&(r.setContainer(this.svg),r.tooltip=i,this.element.appendChild(r.element));const o=e.annotations;o&&this.element.appendChild(o.element),this.element.appendChild(this._clipPath.node()),this.element.appendChild(this._svgDefs.node()),this.element.appendChild(this._svgDefsExternal.node()),n||this.render()}updateComponents(e,n){const{config:i}=this;this.components.forEach((r,o)=>{e[o]&&r.setConfig(e[o])}),this._updateScales(...this.components,i.xAxis,i.yAxis,i.crosshair),n||this.render()}update(e,n,i){i&&(this.datamodel.data=i),e&&this.updateContainer(e,!0),n&&this.updateComponents(n,!0),this.render()}_preRender(){const{config:e}=this;super._preRender(),e.autoMargin&&this._setAutoMargin();const n=ye([...this.components,e.xAxis,e.yAxis,e.crosshair,e.annotations]);for(const i of n)i.setSize(this.width,this.height,this.containerWidth,this.containerHeight);this._updateScales(...this.components,e.xAxis,e.yAxis,e.crosshair)}_render(e){var n,i,r,o,s;const{config:a}=this;super._render();const l=this._getMargin();for(const u of this.components)u.g.attr("transform",`translate(${l.left},${l.top})`).style("clip-path",u.clippable?`url(#${this._clipPathId})`:null).style("-webkit-clip-path",u.clippable?`url(#${this._clipPathId})`:null),u.render(e);this._renderAxes(this._firstRender?0:e);const c=2;this._clipPath.select("rect").attr("x",-2).attr("y",-2).attr("width",this.width+2*c).attr("height",this.height+2*c),(n=a.tooltip)===null||n===void 0||n.update();const h=a.crosshair;if(h){const u=this.components.filter(p=>!p.stacked).map(p=>p.config.y),f=this.components.filter(p=>p.stacked).map(p=>p.config.y),d=(i=this.components.find(p=>p.config.baseline))===null||i===void 0?void 0:i.config,g=d==null?void 0:d.baseline;h.accessors={x:(r=this.components[0])===null||r===void 0?void 0:r.config.x,y:Oi(u),yStacked:Oi(f),baseline:g},h.g.attr("transform",`translate(${l.left},${l.top})`).style("clip-path",`url(#${this._clipPathId})`).style("-webkit-clip-path",`url(#${this._clipPathId})`),h.hide()}(o=a.annotations)===null||o===void 0||o.g.attr("transform",`translate(${l.left},${l.top})`),(s=a.annotations)===null||s===void 0||s.render(),this._firstRender=!1}_updateScales(...e){const n=ye(e||this.components);this._setScales(...n),this._updateScalesDomain(...n),this._updateScalesRange(...n)}_setScales(...e){const{config:n}=this;e&&(n.xScale&&e.forEach(i=>i.setScale(I.X,n.xScale)),n.yScale&&e.forEach(i=>i.setScale(I.Y,n.yScale)))}_updateScalesDomain(...e){const{config:n}=this;if(!e)return;const i=e.filter(r=>!r.config.excludeFromDomainCalculation);Object.values(I).forEach(r=>{var o,s,a,l,c,h,u,f;const[d,g]=wu(Nu(i.map(k=>k.getDataExtent(r,n.scaleByDomain)))),p=r===I.Y?n.yDomain:n.xDomain,v=r===I.Y?n.yDomainMinConstraint:n.xDomainMinConstraint,y=r===I.Y?n.yDomainMaxConstraint:n.xDomainMaxConstraint,x=(s=(o=p==null?void 0:p[0])!==null&&o!==void 0?o:d)!==null&&s!==void 0?s:0,_=(l=(a=p==null?void 0:p[1])!==null&&a!==void 0?a:g)!==null&&l!==void 0?l:1,S=[Rt(x,(c=v==null?void 0:v[0])!==null&&c!==void 0?c:Number.NEGATIVE_INFINITY,(h=v==null?void 0:v[1])!==null&&h!==void 0?h:Number.POSITIVE_INFINITY),Rt(_,(u=y==null?void 0:y[0])!==null&&u!==void 0?u:Number.NEGATIVE_INFINITY,(f=y==null?void 0:y[1])!==null&&f!==void 0?f:Number.POSITIVE_INFINITY)];if(S[0]===S[1]){const k=i.some(w=>{var T;return((T=w.datamodel.data)===null||T===void 0?void 0:T.length)>0});(n.preventEmptyDomain||n.preventEmptyDomain===null&&(!k||r===I.Y))&&(S[1]=S[0]+1)}e.forEach(k=>k.setScaleDomain(r,S))})}_updateScalesRange(...e){var n,i,r,o,s,a;const{config:l}=this;if(!e)return;const c=l.yDirection===Yt.South,h=[(n=l.padding.left)!==null&&n!==void 0?n:0,this.width-((i=l.padding.right)!==null&&i!==void 0?i:0)],u=[this.height-((r=l.padding.bottom)!==null&&r!==void 0?r:0),(o=l.padding.top)!==null&&o!==void 0?o:0];c&&u.reverse();for(const d of e)d.setSize(this.width,this.height,this.containerWidth,this.containerHeight),d.setScaleRange(I.X,(s=l.xRange)!==null&&s!==void 0?s:h),d.setScaleRange(I.Y,(a=l.yRange)!==null&&a!==void 0?a:u);const f=e.map(d=>d.bleed).reduce((d,g)=>{for(const p of Object.keys(d)){const v=p;d[v]<g[v]&&(d[v]=g[v])}return d},{top:0,bottom:0,left:0,right:0});for(const d of e)d.setScaleRange(I.X,[h[0]+f.left,h[1]-f.right]),d.setScaleRange(I.Y,c?[u[0]+f.top,u[1]-f.bottom]:[u[0]-f.bottom,u[1]+f.top])}_renderAxes(e){const{config:{xAxis:n,yAxis:i}}=this,r=this._getMargin();ye([n,i]).forEach(s=>{const a=s.getOffset(r);s.g.attr("transform",`translate(${a.left},${a.top})`),s.render(e)})}_setAutoMargin(){const{config:{xAxis:e,yAxis:n}}=this,i=ye([...this.components,e,n]);this._setScales(...i),this._updateScalesDomain(...i);const r=this._firstRender?2:1;for(let o=0;o<r;o+=1){const s={top:0,bottom:0,left:0,right:0};this._updateScalesRange(...i),ye([e,n]).forEach(l=>{l.preRender();const c=l.getRequiredMargin();s.top<c.top&&(s.top=c.top),s.bottom<c.bottom&&(s.bottom=c.bottom),s.left<c.left&&(s.left=c.left),s.right<c.right&&(s.right=c.right)}),this._axisMargin=s}}_getMargin(){const{config:{margin:e}}=this;return{top:e.top+this._axisMargin.top,bottom:e.bottom+this._axisMargin.bottom,left:e.left+this._axisMargin.left,right:e.right+this._axisMargin.right}}destroy(){const{components:e,config:{tooltip:n,crosshair:i,annotations:r,xAxis:o,yAxis:s}}=this;super.destroy();for(const a of e)a==null||a.destroy();n==null||n.destroy(),i==null||i.destroy(),r==null||r.destroy(),o==null||o.destroy(),s==null||s.destroy()}}const Va={duration:600,events:{},attributes:{}};class Hg{constructor(e=Ee.SVG){var n,i;this.type=Ee.SVG,this.datamodel=new kr,this.sizing=ce.Fit,this.events={},this._defaultConfig=Va,this._width=400,this._height=200,this._containerWidth=void 0,this._containerHeight=void 0,this._setUpComponentEventsThrottled=Tn(this._setUpComponentEvents,500),this._setCustomAttributesThrottled=Tn(this._setCustomAttributes,500),e===Ee.SVG?this.element=document.createElementNS("http://www.w3.org/2000/svg","g"):this.element=document.createElement("div"),this.uid=ea(),this.g=Z(this.element);const r=(i=(n=this.constructor)===null||n===void 0?void 0:n.selectors)===null||i===void 0?void 0:i.root;r&&this.g.attr("class",r)}setConfig(e){this.prevConfig=this.config,this.config=Gt(this._defaultConfig,e)}setData(e){this.datamodel.data=e}setSize(e,n,i,r){isFinite(e)&&(this._width=e),isFinite(n)&&(this._height=n),isFinite(i)&&(this._containerWidth=i),isFinite(r)&&(this._containerHeight=r)}render(e=this.config.duration){this._render(e);const n="animating";e&&(this.g.attr(n,""),this.g.transition(n).duration(e).on("end interrupt",()=>{this.g.attr(n,null)})),this._setUpComponentEventsThrottled(),this._setCustomAttributesThrottled()}get bleed(){return{top:0,bottom:0,left:0,right:0}}_render(e=this.config.duration){}_setCustomAttributes(){const e=this.config.attributes;Object.keys(e).forEach(n=>{Object.keys(e[n]).forEach(i=>{this.g.selectAll(`.${n}`).attr(i,e[n][i])})})}_setUpComponentEvents(){this._bindEvents(this.events),this._bindEvents(this.config.events,".user")}_bindEvents(e=this.events,n=""){Object.keys(e).forEach(i=>{Object.keys(e[i]).forEach(r=>{const o=this.g.selectAll(`.${i}`);o.on(r+n,(s,a)=>{const l=o.nodes(),c=l.indexOf(s.currentTarget),h=e[i][r];return h==null?void 0:h(a,s,c,l)})})})}destroy(){var e;(e=this.g)===null||e===void 0||e.remove(),this.element=void 0}isDestroyed(){return!this.element}}class Vg extends kr{constructor(e){super(e)}get data(){var e;return(e=this._data)!==null&&e!==void 0?e:[]}set data(e){Array.isArray(e)&&(this._data=e)}}const ri=Object.assign(Object.assign({},Va),{x:void 0,y:void 0,id:(t,e)=>{var n;return(n=t.id)!==null&&n!==void 0?n:`${e}`},color:t=>t.color,xScale:void 0,yScale:void 0,excludeFromDomainCalculation:!1});class zr extends Hg{constructor(){super(...arguments),this.datamodel=new Vg,this.clippable=!0,this.stacked=!1,this._defaultConfig=ri,this._xScale=rs.scaleLinear(),this._yScale=rs.scaleLinear()}get xScale(){return this.config.xScale||this._xScale}get yScale(){return this.config.yScale||this._yScale}setConfig(e){var n,i;!((n=this.config)===null||n===void 0)&&n.xScale&&(e.xScale=this.config.xScale),!((i=this.config)===null||i===void 0)&&i.yScale&&(e.yScale=this.config.yScale),super.setConfig(e)}setScaleDomain(e,n){var i,r;e===I.X&&((i=this._xScale)===null||i===void 0||i.domain(n)),e===I.Y&&((r=this._yScale)===null||r===void 0||r.domain(n))}setScaleRange(e,n){var i,r;e===I.X&&((i=this._xScale)===null||i===void 0||i.range(n)),e===I.Y&&((r=this._yScale)===null||r===void 0||r.range(n))}setScale(e,n){n&&e===I.X&&(this._xScale=n),n&&e===I.Y&&(this._yScale=n)}getDataExtent(e,n){const{config:i,datamodel:r}=this;switch(e){case I.X:return this.getXDataExtent();case I.Y:return this.getYDataExtent(n);default:return hi(r.data,i[e])}}getXDataExtent(){const{config:e,datamodel:n}=this;return hi(n.data,e.x)}getYDataExtent(e){const{config:n,datamodel:i}=this,r=e?Iu(i.data,this.xScale.domain(),n.x):i.data,o=Gn(n.y)?n.y:[n.y];return hi(r,...o)}}var C;(function(t){t.Top="top",t.Bottom="bottom",t.Left="left",t.Right="right",t.Center="center",t.Auto="auto"})(C||(C={}));var os;(function(t){t.Absolute="absolute",t.Fixed="fixed"})(os||(os={}));var ss;(function(t){t.Inside="inside",t.Outside="outside"})(ss||(ss={}));var as;(function(t){t.Horizontal="horizontal",t.Vertical="vertical"})(as||(as={}));const Wg={components:[],container:void 0,followCursor:!0,allowHover:!0,horizontalPlacement:C.Auto,horizontalShift:0,verticalPlacement:C.Top,verticalShift:0,attributes:{},triggers:{},className:void 0},oi=R`
|
|
55
|
+
label: tooltip;
|
|
56
|
+
display: inline-block;
|
|
57
|
+
left: 0;
|
|
58
|
+
bottom: 0;
|
|
59
|
+
min-width: max-content;
|
|
60
|
+
position: absolute;
|
|
61
|
+
opacity: 0;
|
|
62
|
+
transition: opacity;
|
|
63
|
+
transition-duration: var(--vis-tooltip-transition-duration);
|
|
64
|
+
z-index: 999999;
|
|
65
|
+
padding: var(--vis-tooltip-padding);
|
|
66
|
+
color: var(--vis-tooltip-text-color);
|
|
67
|
+
border-radius: var(--vis-tooltip-border-radius);
|
|
68
|
+
box-shadow: var(--vis-tooltip-box-shadow);
|
|
69
|
+
border: solid 1px var(--vis-tooltip-border-color);
|
|
70
|
+
background-color: var(--vis-tooltip-background-color);
|
|
71
|
+
backdrop-filter: var(--vis-tooltip-backdrop-filter);
|
|
72
|
+
`,Yg=oi,Xg=me`
|
|
73
|
+
:root {
|
|
74
|
+
--vis-tooltip-background-color: rgba(255, 255, 255, 0.95);
|
|
75
|
+
--vis-tooltip-border-color: #e5e9f7;
|
|
76
|
+
--vis-tooltip-text-color: #000;
|
|
77
|
+
--vis-tooltip-shadow-color: rgba(172, 179, 184, 0.35);
|
|
78
|
+
--vis-tooltip-backdrop-filter: none;
|
|
79
|
+
--vis-tooltip-padding: 10px 15px;
|
|
80
|
+
--vis-tooltip-border-radius: 5px;
|
|
81
|
+
--vis-tooltip-transition-duration: 300ms;
|
|
82
|
+
--vis-tooltip-box-shadow: none;
|
|
83
|
+
|
|
84
|
+
--vis-dark-tooltip-background-color: rgba(30,30,30, 0.95);
|
|
85
|
+
--vis-dark-tooltip-text-color: #e5e9f7;
|
|
86
|
+
--vis-dark-tooltip-border-color: var(--vis-color-grey);
|
|
87
|
+
--vis-dark-tooltip-shadow-color: rgba(0,0,0, 0.95);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
body.theme-dark ${`.${oi}`} {
|
|
91
|
+
--vis-tooltip-background-color: var(--vis-dark-tooltip-background-color);
|
|
92
|
+
--vis-tooltip-text-color: var(--vis-dark-tooltip-text-color);
|
|
93
|
+
--vis-tooltip-border-color: var(--vis-dark-tooltip-border-color);
|
|
94
|
+
--vis-tooltip-shadow-color: var(--vis-dark-tooltip-shadow-color);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
body.theme-dark {
|
|
98
|
+
--vis-tooltip-background-color: rgba(30,30,30, 0.95);
|
|
99
|
+
--vis-tooltip-text-color: #e5e9f7;
|
|
100
|
+
--vis-tooltip-border-color: var(--vis-color-grey);
|
|
101
|
+
--vis-tooltip-shadow-color: rgba(0,0,0, 0.95);
|
|
102
|
+
}
|
|
103
|
+
`,Wa=R`
|
|
104
|
+
bottom: unset;
|
|
105
|
+
position: fixed;
|
|
106
|
+
`,Xi=R`
|
|
107
|
+
opacity: 1;
|
|
108
|
+
`,qi=R`
|
|
109
|
+
display: none;
|
|
110
|
+
`,Ya=R`
|
|
111
|
+
label: non-interactive;
|
|
112
|
+
pointer-events: none;
|
|
113
|
+
user-select: none;
|
|
114
|
+
`,qg=Object.freeze(Object.defineProperty({__proto__:null,hidden:qi,nonInteractive:Ya,positionFixed:Wa,root:oi,show:Xi,tooltip:Yg,variables:Xg},Symbol.toStringTag,{value:"Module"}));class Xa{constructor(e={}){this._defaultConfig=Wg,this.config=this._defaultConfig,this._setUpEventsThrottled=Tn(this._setUpEvents,500),this._setContainerPositionThrottled=Tn(this._setContainerPosition,500),this._isShown=!1,this.element=document.createElement("div"),this.div=Z(this.element).attr("class",oi),this.setConfig(e),this.components=this.config.components,this._mutationObserver=new MutationObserver(()=>{this._isShown&&(!this.config.followCursor&&this._hoveredElement?this.placeByElement(this._hoveredElement):this._position&&this.place({x:this._position[0],y:this._position[1]}))}),this._mutationObserver.observe(this.div.node(),{childList:!0,subtree:!0})}setConfig(e){var n;this.prevConfig=this.config,this.config=Gt(this._defaultConfig,e),this.prevConfig.horizontalPlacement!==this.config.horizontalPlacement&&this.overrideHorizontalPlacement(void 0),this.config.container&&this.config.container!==((n=this.prevConfig)===null||n===void 0?void 0:n.container)&&this.setContainer(this.config.container),this._setUpAttributes()}setContainer(e){var n;(n=this.element.parentNode)===null||n===void 0||n.removeChild(this.element),this._container=e,this._container.appendChild(this.element),this._setContainerPositionThrottled()}getContainer(){return this._container}hasContainer(){return!!this._container&&this._container.isConnected}setComponents(e){this.components=e}update(){this._container&&this._setUpEventsThrottled()}show(e,n){this.render(e),this.place(n)}hide(){this.div.classed(Xi,!1).on("transitionend",()=>{this.div.classed(qi,!this._isShown)}),this._isShown=!1}display(){this.div.classed(qi,!1).classed(Xi,!0),this._isShown=!0}place(e){if(this._position=[e.x,e.y],!this.hasContainer()){console.warn("Unovis | Tooltip: Container was not set or is not initialized yet");return}const{config:n}=this,i=this.element.offsetWidth,r=this.element.offsetHeight,o=this._overriddenHorizontalPlacement||(n.horizontalPlacement===C.Auto?C.Center:n.horizontalPlacement),s=n.verticalPlacement===C.Auto?e.y-r<0?C.Bottom:C.Top:n.verticalPlacement,a=5,l=o===C.Left?-i-a-n.horizontalShift:o===C.Center?-i/2:a+n.horizontalShift,c=s===C.Bottom?a+n.verticalShift:s===C.Center?-r/2:-5-n.verticalShift-r,[h,u]=this._constraintPosToContainer(e.x+l,e.y+c,i,r);this._applyPosition(h,u,r)}placeByElement(e){const{config:n}=this;this._hoveredElement=e;const i=5,r=this.element.offsetWidth,o=this.element.offsetHeight,s=this.isContainerBody(),a=s?window.innerWidth:this._container.scrollWidth,l=e.getBoundingClientRect(),c=s?[l.x,l.y]:xn({clientX:l.x,clientY:l.y,pageX:l.x,pageY:l.y},this._container),h=this._overriddenHorizontalPlacement||(n.horizontalPlacement===C.Auto?c[0]-r<0?C.Right:c[0]+r>a?C.Left:C.Center:n.horizontalPlacement);let u=0;switch(h){case C.Left:u=-r-i-n.horizontalShift;break;case C.Right:u=l.width+i+n.horizontalShift;break;case C.Center:default:u=(-r+l.width)/2;break}const f=n.verticalPlacement===C.Auto?h!==C.Center?C.Center:c[1]-o<0?C.Bottom:C.Top:n.verticalPlacement;let d=-o;switch(f){case C.Center:d+=(o+l.height)/2;break;case C.Bottom:d+=o+l.height+i+n.verticalShift;break;case C.Top:default:d+=-5-n.verticalShift;break}const[g,p]=this._constraintPosToContainer(c[0]+u,c[1]+d,r,o);this._applyPosition(g,p,o)}isContainerBody(){return this._container===document.body}overrideHorizontalPlacement(e){this._overriddenHorizontalPlacement=e}render(e){var n;const{config:i,prevConfig:r}=this;e instanceof HTMLElement?this.div.select(":first-child").node()!==e&&this.div.html("").append(()=>e):e&&this.div.html(e),this.div.classed((n=i.className)!==null&&n!==void 0?n:"",!!i.className).classed(Ya,!i.allowHover||i.followCursor),r!=null&&r.className&&r.className!==i.className&&this.div.classed(r.className,!1),this.display()}_applyPosition(e,n,i){const r=this.isContainerBody(),o=r?window.innerHeight:this._container.scrollHeight;this.div.classed(Wa,r).style("top",r?`${n}px`:"unset").style("bottom",r?"unset":`${o-n-i}px`).style("left",`${e}px`)}_constraintPosToContainer(e,n,i,r){const o=this.isContainerBody(),s=o?window.innerHeight:this._container.scrollHeight,a=o?window.innerWidth:this._container.scrollWidth,l=10,c=e>a-i-l,h=e<l,u=c?a-i-l:h?l:e,f=10,d=n>s-r-f,g=n<f,p=d?s-r-f:g?f:n;return[a<i?0:u,s<r?0:p]}_setContainerPosition(){var e;this._container!==document.body&&((e=getComputedStyle(this._container))===null||e===void 0?void 0:e.position)==="static"&&(this._container.style.position="relative")}_setUpEvents(){const{config:e}=this;this.components.forEach(n=>{const i=Z(n.element);i.on("mousemove.tooltip",r=>{const o=r.composedPath&&r.composedPath()||r.path||[r.target];for(const s of Object.keys(e.triggers)){const a=e.triggers[s];if(!a)continue;const l=i.selectAll(`.${s}`).nodes();for(const c of o){if(c===i.node())break;if(c.classList.contains(s)){const h=l.indexOf(c),u=Z(c).datum(),f=a(u,h,l),[d,g]=this.isContainerBody()?[r.clientX,r.clientY]:xn(r,this._container);f===null?this.hide():(this.render(f),e.followCursor?this.place({x:d,y:g}):this.placeByElement(c)),r.stopPropagation();return}}}this._isShown&&this.hide()}).on("mouseleave.tooltip",r=>{r.stopPropagation(),this.hide()})}),e.allowHover&&!e.followCursor?this.div.on("mouseenter.tooltip",this.display.bind(this)).on("mouseleave.tooltip",this.hide.bind(this)):this.div.on("mouseenter.tooltip",null).on("mouseleave.tooltip",null)}_setUpAttributes(){const e=this.config.attributes;e&&Object.keys(e).forEach(n=>{this.div.attr(n,e[n])})}destroy(){var e;this._mutationObserver.disconnect(),(e=this.div)===null||e===void 0||e.remove()}}Xa.selectors=qg;function _t(t){return function(){return t}}const qa=Math.cos,zn=Math.sin,pt=Math.sqrt,ls=1e-12,Ln=Math.PI,si=2*Ln,Gi=Math.PI,ji=2*Gi,Bt=1e-6,Gg=ji-Bt;function Ga(t){this._+=t[0];for(let e=1,n=t.length;e<n;++e)this._+=arguments[e]+t[e]}function jg(t){let e=Math.floor(t);if(!(e>=0))throw new Error(`invalid digits: ${t}`);if(e>15)return Ga;const n=10**e;return function(i){this._+=i[0];for(let r=1,o=i.length;r<o;++r)this._+=Math.round(arguments[r]*n)/n+i[r]}}class Zg{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=e==null?Ga:jg(e)}moveTo(e,n){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(e,n){this._append`L${this._x1=+e},${this._y1=+n}`}quadraticCurveTo(e,n,i,r){this._append`Q${+e},${+n},${this._x1=+i},${this._y1=+r}`}bezierCurveTo(e,n,i,r,o,s){this._append`C${+e},${+n},${+i},${+r},${this._x1=+o},${this._y1=+s}`}arcTo(e,n,i,r,o){if(e=+e,n=+n,i=+i,r=+r,o=+o,o<0)throw new Error(`negative radius: ${o}`);let s=this._x1,a=this._y1,l=i-e,c=r-n,h=s-e,u=a-n,f=h*h+u*u;if(this._x1===null)this._append`M${this._x1=e},${this._y1=n}`;else if(f>Bt)if(!(Math.abs(u*l-c*h)>Bt)||!o)this._append`L${this._x1=e},${this._y1=n}`;else{let d=i-s,g=r-a,p=l*l+c*c,v=d*d+g*g,y=Math.sqrt(p),x=Math.sqrt(f),_=o*Math.tan((Gi-Math.acos((p+f-v)/(2*y*x)))/2),S=_/x,k=_/y;Math.abs(S-1)>Bt&&this._append`L${e+S*h},${n+S*u}`,this._append`A${o},${o},0,0,${+(u*d>h*g)},${this._x1=e+k*l},${this._y1=n+k*c}`}}arc(e,n,i,r,o,s){if(e=+e,n=+n,i=+i,s=!!s,i<0)throw new Error(`negative radius: ${i}`);let a=i*Math.cos(r),l=i*Math.sin(r),c=e+a,h=n+l,u=1^s,f=s?r-o:o-r;this._x1===null?this._append`M${c},${h}`:(Math.abs(this._x1-c)>Bt||Math.abs(this._y1-h)>Bt)&&this._append`L${c},${h}`,i&&(f<0&&(f=f%ji+ji),f>Gg?this._append`A${i},${i},0,1,${u},${e-a},${n-l}A${i},${i},0,1,${u},${this._x1=c},${this._y1=h}`:f>Bt&&this._append`A${i},${i},0,${+(f>=Gi)},${u},${this._x1=e+i*Math.cos(o)},${this._y1=n+i*Math.sin(o)}`)}rect(e,n,i,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+n}h${i=+i}v${+r}h${-i}Z`}toString(){return this._}}function ja(t){let e=3;return t.digits=function(n){if(!arguments.length)return e;if(n==null)e=null;else{const i=Math.floor(n);if(!(i>=0))throw new RangeError(`invalid digits: ${n}`);e=i}return t},()=>new Zg(e)}function Qg(t){return typeof t=="object"&&"length"in t?t:Array.from(t)}function Za(t){this._context=t}Za.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:this._context.lineTo(t,e);break}}};function Qa(t){return new Za(t)}function Jg(t){return t[0]}function Kg(t){return t[1]}function t0(t,e){var n=_t(!0),i=null,r=Qa,o=null,s=ja(a);t=typeof t=="function"?t:t===void 0?Jg:_t(t),e=typeof e=="function"?e:e===void 0?Kg:_t(e);function a(l){var c,h=(l=Qg(l)).length,u,f=!1,d;for(i==null&&(o=r(d=s())),c=0;c<=h;++c)!(c<h&&n(u=l[c],c,l))===f&&((f=!f)?o.lineStart():o.lineEnd()),f&&o.point(+t(u,c,l),+e(u,c,l));if(d)return o=null,d+""||null}return a.x=function(l){return arguments.length?(t=typeof l=="function"?l:_t(+l),a):t},a.y=function(l){return arguments.length?(e=typeof l=="function"?l:_t(+l),a):e},a.defined=function(l){return arguments.length?(n=typeof l=="function"?l:_t(!!l),a):n},a.curve=function(l){return arguments.length?(r=l,i!=null&&(o=r(i)),a):r},a.context=function(l){return arguments.length?(l==null?i=o=null:o=r(i=l),a):i},a}const Ja={draw(t,e){const n=pt(e/Ln);t.moveTo(n,0),t.arc(0,0,n,0,si)}},e0={draw(t,e){const n=pt(e/5)/2;t.moveTo(-3*n,-n),t.lineTo(-n,-n),t.lineTo(-n,-3*n),t.lineTo(n,-3*n),t.lineTo(n,-n),t.lineTo(3*n,-n),t.lineTo(3*n,n),t.lineTo(n,n),t.lineTo(n,3*n),t.lineTo(-n,3*n),t.lineTo(-n,n),t.lineTo(-3*n,n),t.closePath()}},Ka=pt(1/3),n0=Ka*2,i0={draw(t,e){const n=pt(e/n0),i=n*Ka;t.moveTo(0,-n),t.lineTo(i,0),t.lineTo(0,n),t.lineTo(-i,0),t.closePath()}},r0={draw(t,e){const n=pt(e),i=-n/2;t.rect(i,i,n,n)}},o0=.8908130915292852,tl=zn(Ln/10)/zn(7*Ln/10),s0=zn(si/10)*tl,a0=-qa(si/10)*tl,l0={draw(t,e){const n=pt(e*o0),i=s0*n,r=a0*n;t.moveTo(0,-n),t.lineTo(i,r);for(let o=1;o<5;++o){const s=si*o/5,a=qa(s),l=zn(s);t.lineTo(l*n,-a*n),t.lineTo(a*i-l*r,l*i+a*r)}t.closePath()}},Si=pt(3),c0={draw(t,e){const n=-pt(e/(Si*3));t.moveTo(0,n*2),t.lineTo(-Si*n,-n),t.lineTo(Si*n,-n),t.closePath()}},ot=-.5,st=pt(3)/2,Zi=1/pt(12),u0=(Zi/2+1)*3,h0={draw(t,e){const n=pt(e/u0),i=n/2,r=n*Zi,o=i,s=n*Zi+n,a=-o,l=s;t.moveTo(i,r),t.lineTo(o,s),t.lineTo(a,l),t.lineTo(ot*i-st*r,st*i+ot*r),t.lineTo(ot*o-st*s,st*o+ot*s),t.lineTo(ot*a-st*l,st*a+ot*l),t.lineTo(ot*i+st*r,ot*r-st*i),t.lineTo(ot*o+st*s,ot*s-st*o),t.lineTo(ot*a+st*l,ot*l-st*a),t.closePath()}};function f0(t,e){let n=null,i=ja(r);t=typeof t=="function"?t:_t(t||Ja),e=typeof e=="function"?e:_t(e===void 0?64:+e);function r(){let o;if(n||(n=o=i()),t.apply(this,arguments).draw(n,+e.apply(this,arguments)),o)return n=null,o+""||null}return r.type=function(o){return arguments.length?(t=typeof o=="function"?o:_t(o),r):t},r.size=function(o){return arguments.length?(e=typeof o=="function"?o:_t(+o),r):e},r.context=function(o){return arguments.length?(n=o??null,r):n},r}function zt(){}function Bn(t,e,n){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+e)/6,(t._y0+4*t._y1+n)/6)}function ai(t){this._context=t}ai.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Bn(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Bn(this,t,e);break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};function d0(t){return new ai(t)}function el(t){this._context=t}el.prototype={areaStart:zt,areaEnd:zt,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._x2=t,this._y2=e;break;case 1:this._point=2,this._x3=t,this._y3=e;break;case 2:this._point=3,this._x4=t,this._y4=e,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+e)/6);break;default:Bn(this,t,e);break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};function p0(t){return new el(t)}function nl(t){this._context=t}nl.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+t)/6,i=(this._y0+4*this._y1+e)/6;this._line?this._context.lineTo(n,i):this._context.moveTo(n,i);break;case 3:this._point=4;default:Bn(this,t,e);break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};function g0(t){return new nl(t)}function il(t,e){this._basis=new ai(t),this._beta=e}il.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,e=this._y,n=t.length-1;if(n>0)for(var i=t[0],r=e[0],o=t[n]-i,s=e[n]-r,a=-1,l;++a<=n;)l=a/n,this._basis.point(this._beta*t[a]+(1-this._beta)*(i+l*o),this._beta*e[a]+(1-this._beta)*(r+l*s));this._x=this._y=null,this._basis.lineEnd()},point:function(t,e){this._x.push(+t),this._y.push(+e)}};const m0=function t(e){function n(i){return e===1?new ai(i):new il(i,e)}return n.beta=function(i){return t(+i)},n}(.85);function In(t,e,n){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-e),t._y2+t._k*(t._y1-n),t._x2,t._y2)}function Lr(t,e){this._context=t,this._k=(1-e)/6}Lr.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:In(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2,this._x1=t,this._y1=e;break;case 2:this._point=3;default:In(this,t,e);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};const v0=function t(e){function n(i){return new Lr(i,e)}return n.tension=function(i){return t(+i)},n}(0);function Br(t,e){this._context=t,this._k=(1-e)/6}Br.prototype={areaStart:zt,areaEnd:zt,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._x3=t,this._y3=e;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=e);break;case 2:this._point=3,this._x5=t,this._y5=e;break;default:In(this,t,e);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};const _0=function t(e){function n(i){return new Br(i,e)}return n.tension=function(i){return t(+i)},n}(0);function Ir(t,e){this._context=t,this._k=(1-e)/6}Ir.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:In(this,t,e);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};const y0=function t(e){function n(i){return new Ir(i,e)}return n.tension=function(i){return t(+i)},n}(0);function Ur(t,e,n){var i=t._x1,r=t._y1,o=t._x2,s=t._y2;if(t._l01_a>ls){var a=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,l=3*t._l01_a*(t._l01_a+t._l12_a);i=(i*a-t._x0*t._l12_2a+t._x2*t._l01_2a)/l,r=(r*a-t._y0*t._l12_2a+t._y2*t._l01_2a)/l}if(t._l23_a>ls){var c=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,h=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*c+t._x1*t._l23_2a-e*t._l12_2a)/h,s=(s*c+t._y1*t._l23_2a-n*t._l12_2a)/h}t._context.bezierCurveTo(i,r,o,s,t._x2,t._y2)}function rl(t,e){this._context=t,this._alpha=e}rl.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){if(t=+t,e=+e,this._point){var n=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3;default:Ur(this,t,e);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};const x0=function t(e){function n(i){return e?new rl(i,e):new Lr(i,0)}return n.alpha=function(i){return t(+i)},n}(.5);function ol(t,e){this._context=t,this._alpha=e}ol.prototype={areaStart:zt,areaEnd:zt,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(t,e){if(t=+t,e=+e,this._point){var n=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=e;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=e);break;case 2:this._point=3,this._x5=t,this._y5=e;break;default:Ur(this,t,e);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};const b0=function t(e){function n(i){return e?new ol(i,e):new Br(i,0)}return n.alpha=function(i){return t(+i)},n}(.5);function sl(t,e){this._context=t,this._alpha=e}sl.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){if(t=+t,e=+e,this._point){var n=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Ur(this,t,e);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};const w0=function t(e){function n(i){return e?new sl(i,e):new Ir(i,0)}return n.alpha=function(i){return t(+i)},n}(.5);function al(t){this._context=t}al.prototype={areaStart:zt,areaEnd:zt,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,e){t=+t,e=+e,this._point?this._context.lineTo(t,e):(this._point=1,this._context.moveTo(t,e))}};function k0(t){return new al(t)}function cs(t){return t<0?-1:1}function us(t,e,n){var i=t._x1-t._x0,r=e-t._x1,o=(t._y1-t._y0)/(i||r<0&&-0),s=(n-t._y1)/(r||i<0&&-0),a=(o*r+s*i)/(i+r);return(cs(o)+cs(s))*Math.min(Math.abs(o),Math.abs(s),.5*Math.abs(a))||0}function hs(t,e){var n=t._x1-t._x0;return n?(3*(t._y1-t._y0)/n-e)/2:e}function Ci(t,e,n){var i=t._x0,r=t._y0,o=t._x1,s=t._y1,a=(o-i)/3;t._context.bezierCurveTo(i+a,r+a*e,o-a,s-a*n,o,s)}function Un(t){this._context=t}Un.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Ci(this,this._t0,hs(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){var n=NaN;if(t=+t,e=+e,!(t===this._x1&&e===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3,Ci(this,hs(this,n=us(this,t,e)),n);break;default:Ci(this,this._t0,n=us(this,t,e));break}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e,this._t0=n}}};function ll(t){this._context=new cl(t)}(ll.prototype=Object.create(Un.prototype)).point=function(t,e){Un.prototype.point.call(this,e,t)};function cl(t){this._context=t}cl.prototype={moveTo:function(t,e){this._context.moveTo(e,t)},closePath:function(){this._context.closePath()},lineTo:function(t,e){this._context.lineTo(e,t)},bezierCurveTo:function(t,e,n,i,r,o){this._context.bezierCurveTo(e,t,i,n,o,r)}};function T0(t){return new Un(t)}function S0(t){return new ll(t)}function ul(t){this._context=t}ul.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var t=this._x,e=this._y,n=t.length;if(n)if(this._line?this._context.lineTo(t[0],e[0]):this._context.moveTo(t[0],e[0]),n===2)this._context.lineTo(t[1],e[1]);else for(var i=fs(t),r=fs(e),o=0,s=1;s<n;++o,++s)this._context.bezierCurveTo(i[0][o],r[0][o],i[1][o],r[1][o],t[s],e[s]);(this._line||this._line!==0&&n===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(t,e){this._x.push(+t),this._y.push(+e)}};function fs(t){var e,n=t.length-1,i,r=new Array(n),o=new Array(n),s=new Array(n);for(r[0]=0,o[0]=2,s[0]=t[0]+2*t[1],e=1;e<n-1;++e)r[e]=1,o[e]=4,s[e]=4*t[e]+2*t[e+1];for(r[n-1]=2,o[n-1]=7,s[n-1]=8*t[n-1]+t[n],e=1;e<n;++e)i=r[e]/o[e-1],o[e]-=i,s[e]-=i*s[e-1];for(r[n-1]=s[n-1]/o[n-1],e=n-2;e>=0;--e)r[e]=(s[e]-r[e+1])/o[e];for(o[n-1]=(t[n]+r[n-1])/2,e=0;e<n-1;++e)o[e]=2*t[e+1]-r[e+1];return[r,o]}function C0(t){return new ul(t)}function li(t,e){this._context=t,this._t=e}li.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,e),this._context.lineTo(t,e);else{var n=this._x*(1-this._t)+t*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,e)}break}}this._x=t,this._y=e}};function M0(t){return new li(t,.5)}function A0(t){return new li(t,0)}function $0(t){return new li(t,1)}function ds(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,i)}return n}function E0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?ds(Object(n),!0).forEach(function(i){N0(t,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ds(Object(n)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(n,i))})}return t}function De(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?De=function(e){return typeof e}:De=function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},De(t)}function N0(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Hn(){return Hn=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},Hn.apply(this,arguments)}function O0(t,e){if(t){if(typeof t=="string")return ps(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ps(t,e)}}function ps(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function hl(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=O0(t))||e){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(l){throw l},f:r}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
115
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var o=!0,s=!1,a;return{s:function(){n=n.call(t)},n:function(){var l=n.next();return o=l.done,l},e:function(l){s=!0,a=l},f:function(){try{!o&&n.return!=null&&n.return()}finally{if(s)throw a}}}}function D0(t,e){var n=[],i=[];function r(o,s){if(o.length===1)n.push(o[0]),i.push(o[0]);else{for(var a=Array(o.length-1),l=0;l<a.length;l++)l===0&&n.push(o[0]),l===a.length-1&&i.push(o[l+1]),a[l]=[(1-s)*o[l][0]+s*o[l+1][0],(1-s)*o[l][1]+s*o[l+1][1]];r(a,s)}}return t.length&&r(t,e),{left:n,right:i.reverse()}}function R0(t){var e={};return t.length===4&&(e.x2=t[2][0],e.y2=t[2][1]),t.length>=3&&(e.x1=t[1][0],e.y1=t[1][1]),e.x=t[t.length-1][0],e.y=t[t.length-1][1],t.length===4?e.type="C":t.length===3?e.type="Q":e.type="L",e}function F0(t,e){e=e||2;for(var n=[],i=t,r=1/e,o=0;o<e-1;o++){var s=r/(1-r*o),a=D0(i,s);n.push(a.left),i=a.right}return n.push(i),n}function P0(t,e,n){var i=[[t.x,t.y]];return e.x1!=null&&i.push([e.x1,e.y1]),e.x2!=null&&i.push([e.x2,e.y2]),i.push([e.x,e.y]),F0(i,n).map(R0)}var z0=/[MLCSTQAHVZmlcstqahv]|-?[\d.e+-]+/g,ae={M:["x","y"],L:["x","y"],H:["x"],V:["y"],C:["x1","y1","x2","y2","x","y"],S:["x2","y2","x","y"],Q:["x1","y1","x","y"],T:["x","y"],A:["rx","ry","xAxisRotation","largeArcFlag","sweepFlag","x","y"],Z:[]};Object.keys(ae).forEach(function(t){ae[t.toLowerCase()]=ae[t]});function Qi(t,e){for(var n=Array(t),i=0;i<t;i++)n[i]=e;return n}function L0(t){return"".concat(t.type).concat(ae[t.type].map(function(e){return t[e]}).join(","))}function B0(t,e){var n={x1:"x",y1:"y",x2:"x",y2:"y"},i=["xAxisRotation","largeArcFlag","sweepFlag"];if(t.type!==e.type&&e.type.toUpperCase()!=="M"){var r={};Object.keys(e).forEach(function(o){var s=e[o],a=t[o];a===void 0&&(i.includes(o)?a=s:(a===void 0&&n[o]&&(a=t[n[o]]),a===void 0&&(a=0))),r[o]=a}),r.type=e.type,t=r}return t}function I0(t,e,n){var i=[];if(e.type==="L"||e.type==="Q"||e.type==="C")i=i.concat(P0(t,e,n));else{var r=Hn({},t);r.type==="M"&&(r.type="L"),i=i.concat(Qi(n-1).map(function(){return r})),i.push(e)}return i}function gs(t,e,n){var i=t.length-1,r=e.length-1,o=i/r,s=Qi(r).reduce(function(l,c,h){var u=Math.floor(o*h);if(n&&u<t.length-1&&n(t[u],t[u+1])){var f=o*h%1<.5;l[u]&&(f?u>0?u-=1:u<t.length-1&&(u+=1):u<t.length-1?u+=1:u>0&&(u-=1))}return l[u]=(l[u]||0)+1,l},[]),a=s.reduce(function(l,c,h){if(h===t.length-1){var u=Qi(c,Hn({},t[t.length-1]));return u[0].type==="M"&&u.forEach(function(f){f.type="L"}),l.concat(u)}return l.concat(I0(t[h],t[h+1],c))},[]);return a.unshift(t[0]),a}function ms(t){for(var e=(t||"").match(z0)||[],n=[],i,r,o=0;o<e.length;++o)if(i=ae[e[o]],i){r={type:e[o]};for(var s=0;s<i.length;++s)r[i[s]]=+e[o+s+1];o+=i.length,n.push(r)}return n}function U0(t,e,n){var i=t==null?[]:t.slice(),r=e==null?[]:e.slice(),o=De(n)==="object"?n:{excludeSegment:n,snapEndsToInput:!0},s=o.excludeSegment,a=o.snapEndsToInput;if(!i.length&&!r.length)return function(){return[]};var l=(i.length===0||i[i.length-1].type==="Z")&&(r.length===0||r[r.length-1].type==="Z");i.length>0&&i[i.length-1].type==="Z"&&i.pop(),r.length>0&&r[r.length-1].type==="Z"&&r.pop(),i.length?r.length||r.push(i[0]):i.push(r[0]);var c=Math.abs(r.length-i.length);c!==0&&(r.length>i.length?i=gs(i,r,s):r.length<i.length&&(r=gs(r,i,s))),i=i.map(function(u,f){return B0(u,r[f])});var h=i.map(function(u){return E0({},u)});return l&&(h.push({type:"Z"}),i.push({type:"Z"})),function(f){if(f===1&&a)return e??[];if(f===0)return i;for(var d=0;d<h.length;++d){var g=i[d],p=r[d],v=h[d],y=hl(ae[v.type]),x;try{for(y.s();!(x=y.n()).done;){var _=x.value;v[_]=(1-f)*g[_]+f*p[_],(_==="largeArcFlag"||_==="sweepFlag")&&(v[_]=Math.round(v[_]))}}catch(S){y.e(S)}finally{y.f()}}return h}}function H0(t,e,n){var i=ms(t),r=ms(e),o=De(n)==="object"?n:{excludeSegment:n,snapEndsToInput:!0},s=o.excludeSegment,a=o.snapEndsToInput;if(!i.length&&!r.length)return function(){return""};var l=U0(i,r,{excludeSegment:s,snapEndsToInput:a});return function(h){if(h===1&&a)return e??"";var u=l(h),f="",d=hl(u),g;try{for(d.s();!(g=d.n()).done;){var p=g.value;f+=L0(p)}}catch(v){d.e(v)}finally{d.f()}return f}}function Pt(t,e,n,i){return Array.isArray(e)&&isFinite(n)?e[n%e.length]:ur(t,e,n)||(Ct(n)?`var(${Ot(n)})`:null)}exports.CurveType=void 0;(function(t){t.Basis="basis",t.BasisClosed="basisClosed",t.BasisOpen="basisOpen",t.Bundle="bundle",t.Cardinal="cardinal",t.CardinalClosed="cardinalClosed",t.CardinalOpen="cardinalOpen",t.CatmullRom="catmullRom",t.CatmullRomClosed="catmullRomClosed",t.CatmullRomOpen="catmullRomOpen",t.Linear="linear",t.LinearClosed="linearClosed",t.MonotoneX="monotoneX",t.MonotoneY="monotoneY",t.Natural="natural",t.Step="step",t.StepAfter="stepAfter",t.StepBefore="stepBefore"})(exports.CurveType||(exports.CurveType={}));const vs={[exports.CurveType.Basis]:d0,[exports.CurveType.BasisClosed]:p0,[exports.CurveType.BasisOpen]:g0,[exports.CurveType.Bundle]:m0,[exports.CurveType.Cardinal]:v0,[exports.CurveType.CardinalClosed]:_0,[exports.CurveType.CardinalOpen]:y0,[exports.CurveType.CatmullRom]:x0,[exports.CurveType.CatmullRomClosed]:b0,[exports.CurveType.CatmullRomOpen]:w0,[exports.CurveType.Linear]:Qa,[exports.CurveType.LinearClosed]:k0,[exports.CurveType.MonotoneX]:T0,[exports.CurveType.MonotoneY]:S0,[exports.CurveType.Natural]:C0,[exports.CurveType.Step]:M0,[exports.CurveType.StepAfter]:$0,[exports.CurveType.StepBefore]:A0},V0=Object.assign(Object.assign({},ri),{curveType:exports.CurveType.MonotoneX,lineWidth:2,lineDashArray:void 0,fallbackValue:void 0,highlightOnHover:!1,cursor:null,interpolateMissingData:!1}),W0=me`
|
|
116
|
+
:root {
|
|
117
|
+
--vis-line-cursor: default;
|
|
118
|
+
--vis-line-stroke-dasharray: none;
|
|
119
|
+
--vis-line-stroke-dashoffset: 0;
|
|
120
|
+
|
|
121
|
+
--vis-line-gapfill-stroke-dasharray: 2 3;
|
|
122
|
+
--vis-line-gapfill-stroke-opacity: 0.8;
|
|
123
|
+
--vis-line-gapfill-stroke-dashoffset: 0;
|
|
124
|
+
}
|
|
125
|
+
`,Y0=R`
|
|
126
|
+
label: line-component;
|
|
127
|
+
`,Ae=R`
|
|
128
|
+
label: line;
|
|
129
|
+
transition: opacity 200ms;
|
|
130
|
+
cursor: var(--vis-line-cursor);
|
|
131
|
+
`,Ji=R`
|
|
132
|
+
label: linePath;
|
|
133
|
+
fill: none;
|
|
134
|
+
stroke-dasharray: var(--vis-line-stroke-dasharray);
|
|
135
|
+
stroke-dashoffset: var(--vis-line-stroke-dashoffset);
|
|
136
|
+
`,Ki=R`
|
|
137
|
+
label: lineSelectionHelper;
|
|
138
|
+
fill: none;
|
|
139
|
+
stroke: rgba(0, 0, 0, 0);
|
|
140
|
+
stroke-width: 8px;
|
|
141
|
+
`,tr=R`
|
|
142
|
+
opacity: 0.2;
|
|
143
|
+
`,er=R`
|
|
144
|
+
label: interpolated-path;
|
|
145
|
+
fill: none;
|
|
146
|
+
stroke-dasharray: var(--vis-line-gapfill-stroke-dasharray);
|
|
147
|
+
stroke-dashoffset: var(--vis-line-gapfill-stroke-dashoffset);
|
|
148
|
+
stroke-opacity: var(--vis-line-gapfill-stroke-opacity);
|
|
149
|
+
`,X0=Object.freeze(Object.defineProperty({__proto__:null,dim:tr,globalStyles:W0,interpolatedPath:er,line:Ae,linePath:Ji,lineSelectionHelper:Ki,root:Y0},Symbol.toStringTag,{value:"Module"}));class ci extends zr{constructor(e){super(),this._defaultConfig=V0,this.config=this._defaultConfig,this.curve=vs[exports.CurveType.MonotoneX],this.events={[ci.selectors.line]:{mouseover:this._highlight.bind(this),mouseleave:this._resetHighlight.bind(this)}},e&&this.setConfig(e)}get bleed(){const{config:{lineWidth:e}}=this,n=this.yScale.domain(),r=(this.yScale.range()[0]>this.yScale.range()[1]?Yt.North:Yt.South)===Yt.South,o=e>3,s=e>=10;return{top:!s&&(!r&&n[1]===0||r&&n[0]===0)?0:e/2,bottom:!s&&(!r&&n[0]===0||r&&n[1]===0)?0:e/2,left:o?e/2:0,right:o?e/2:0}}_render(e){super._render(e);const{config:n,datamodel:{data:i}}=this,r=Ct(e)?e:n.duration;this.curve=vs[n.curveType],this.lineGen=t0().x(u=>u.x).y(u=>u.y).defined(u=>u.defined).curve(this.curve);const o=Gn(n.y)?n.y:[n.y],s=i.map((u,f)=>this.xScale(nt(u,n.x,f))),a=o.map(u=>{const f=i.map((y,x)=>{const _=nt(y,u,x),S=(Ct(_)||_===null)&&isFinite(_)?_:n.fallbackValue,k=n.interpolateMissingData?(Ct(_)||_===null)&&isFinite(_):isFinite(S);return{x:s[x],y:this.yScale(S??0),defined:k,value:S}}),d=f.reduce((y,x)=>x.defined||y,!1);let g=!1;const p=f.reduce((y,x,_)=>{!x.defined&&isFinite(n.fallbackValue)&&y.push(Object.assign(Object.assign({},x),{defined:!0})),!x.defined&&!g&&(g=!0);const S=_>0&&!f[_-1].defined||_<f.length-1&&!f[_+1].defined;return x.defined&&S&&(g||y.push(Object.assign(Object.assign({},x),{defined:!1})),y.push(x),g=!1),y},[]),v=d&&f.some(y=>y.value!==null);return{values:f,defined:d,gaps:p,visible:v}}),l=this.g.selectAll(`.${Ae}`).data(a),c=l.enter().append("g").attr("class",Ae);c.append("path").attr("class",Ji).attr("stroke",(u,f)=>Pt(i,n.color,f)).attr("stroke-opacity",0).attr("stroke-width",n.lineWidth),c.append("path").attr("class",Ki).attr("d",this._emptyPath()),c.append("path").attr("class",er).attr("d",this._emptyPath()).style("opacity",0);const h=c.merge(l);h.style("cursor",(u,f)=>ur(i,n.cursor,f)),h.each((u,f,d)=>{var g;const p=Z(d[f]),v=p.select(`.${Ji}`),y=p.select(`.${Ki}`),x=p.select(`.${er}`),_=u.visible,S=cr(i,n.lineDashArray,f),k=yt(v,r).attr("stroke",Pt(i,n.color,f)).attr("stroke-width",n.lineWidth).attr("stroke-opacity",_?1:0).style("stroke-dasharray",(g=S==null?void 0:S.join(" "))!==null&&g!==void 0?g:null),w=u.values.some(L=>!L.defined),T=this.lineGen(u.values);if(r&&!w){const L=v.attr("d")||this._emptyPath(),F=T||this._emptyPath();k.attrTween("d",()=>H0(L,F))}else u.visible&&k.attr("d",T);y.attr("d",T).attr("visibility",_?null:"hidden"),w&&n.interpolateMissingData?yt(x,r).attr("d",this.lineGen(u.gaps)).attr("stroke",Pt(i,n.color,f)).attr("stroke-width",n.lineWidth-1).style("opacity",1):x.transition().duration(r).style("opacity",0)}),yt(l.exit(),r).style("opacity",0).remove()}_emptyPath(){const e=this.xScale.range(),n=this.yScale.range();return`M${e[0]},${n[0]} L${e[1]},${n[0]}`}_highlight(e){const{config:n}=this;n.highlightOnHover&&this.g.selectAll(`.${Ae}`).classed(tr,i=>i!==e)}_resetHighlight(){const{config:e}=this;e.highlightOnHover&&this.g.selectAll(`.${Ae}`).classed(tr,!1)}}ci.selectors=X0;function q0(t){return t}var dn=1,pn=2,nr=3,$e=4,_s=1e-6;function G0(t){return"translate("+t+",0)"}function j0(t){return"translate(0,"+t+")"}function Z0(t){return e=>+t(e)}function Q0(t,e){return e=Math.max(0,t.bandwidth()-e*2)/2,t.round()&&(e=Math.round(e)),n=>+t(n)+e}function J0(){return!this.__axis}function ui(t,e){var n=[],i=null,r=null,o=6,s=6,a=3,l=typeof window<"u"&&window.devicePixelRatio>1?0:.5,c=t===dn||t===$e?-1:1,h=t===$e||t===pn?"x":"y",u=t===dn||t===nr?G0:j0;function f(d){var g=i??(e.ticks?e.ticks.apply(e,n):e.domain()),p=r??(e.tickFormat?e.tickFormat.apply(e,n):q0),v=Math.max(o,0)+a,y=e.range(),x=+y[0]+l,_=+y[y.length-1]+l,S=(e.bandwidth?Q0:Z0)(e.copy(),l),k=d.selection?d.selection():d,w=k.selectAll(".domain").data([null]),T=k.selectAll(".tick").data(g,e).order(),L=T.exit(),F=T.enter().append("g").attr("class","tick"),J=T.select("line"),A=T.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),T=T.merge(F),J=J.merge(F.append("line").attr("stroke","currentColor").attr(h+"2",c*o)),A=A.merge(F.append("text").attr("fill","currentColor").attr(h,c*v).attr("dy",t===dn?"0em":t===nr?"0.71em":"0.32em")),d!==k&&(w=w.transition(d),T=T.transition(d),J=J.transition(d),A=A.transition(d),L=L.transition(d).attr("opacity",_s).attr("transform",function(B){return isFinite(B=S(B))?u(B+l):this.getAttribute("transform")}),F.attr("opacity",_s).attr("transform",function(B){var H=this.parentNode.__axis;return u((H&&isFinite(H=H(B))?H:S(B))+l)})),L.remove(),w.attr("d",t===$e||t===pn?s?"M"+c*s+","+x+"H"+l+"V"+_+"H"+c*s:"M"+l+","+x+"V"+_:s?"M"+x+","+c*s+"V"+l+"H"+_+"V"+c*s:"M"+x+","+l+"H"+_),T.attr("opacity",1).attr("transform",function(B){return u(S(B)+l)}),J.attr(h+"2",c*o),A.attr(h,c*v).text(p),k.filter(J0).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",t===pn?"start":t===$e?"end":"middle"),k.each(function(){this.__axis=S})}return f.scale=function(d){return arguments.length?(e=d,f):e},f.ticks=function(){return n=Array.from(arguments),f},f.tickArguments=function(d){return arguments.length?(n=d==null?[]:Array.from(d),f):n.slice()},f.tickValues=function(d){return arguments.length?(i=d==null?null:Array.from(d),f):i&&i.slice()},f.tickFormat=function(d){return arguments.length?(r=d,f):r},f.tickSize=function(d){return arguments.length?(o=s=+d,f):o},f.tickSizeInner=function(d){return arguments.length?(o=+d,f):o},f.tickSizeOuter=function(d){return arguments.length?(s=+d,f):s},f.tickPadding=function(d){return arguments.length?(a=+d,f):a},f.offset=function(d){return arguments.length?(l=+d,f):l},f}function ys(t){return ui(dn,t)}function xs(t){return ui(pn,t)}function bs(t){return ui(nr,t)}function ws(t){return ui($e,t)}var Xt;(function(t){t.Start="start",t.Middle="middle",t.End="end"})(Xt||(Xt={}));var qt;(function(t){t.Top="top",t.Middle="middle",t.Bottom="bottom"})(qt||(qt={}));var Vn;(function(t){t.Wrap="wrap",t.Trim="trim"})(Vn||(Vn={}));var ut;(function(t){t.Left="left",t.Center="center",t.Right="right"})(ut||(ut={}));var gn={exports:{}},K0=gn.exports,ks;function tm(){return ks||(ks=1,function(t){(function(e){if(typeof n!="function"){var n=function(g){return g};n.nonNative=!0}const i=n("plaintext"),r=n("html"),o=n("comment"),s=/<(\w*)>/g,a=/<\/?([^\s\/>]+)/;function l(g,p,v){g=g||"",p=p||[],v=v||"";let y=h(p,v);return u(g,y)}function c(g,p){g=g||[],p=p||"";let v=h(g,p);return function(x){return u(x||"",v)}}l.init_streaming_mode=c;function h(g,p){return g=f(g),{allowable_tags:g,tag_replacement:p,state:i,tag_buffer:"",depth:0,in_quote_char:""}}function u(g,p){if(typeof g!="string")throw new TypeError("'html' parameter must be a string");let v=p.allowable_tags,y=p.tag_replacement,x=p.state,_=p.tag_buffer,S=p.depth,k=p.in_quote_char,w="";for(let T=0,L=g.length;T<L;T++){let F=g[T];if(x===i)switch(F){case"<":x=r,_+=F;break;default:w+=F;break}else if(x===r)switch(F){case"<":if(k)break;S++;break;case">":if(k)break;if(S){S--;break}k="",x=i,_+=">",v.has(d(_))?w+=_:w+=y,_="";break;case'"':case"'":F===k?k="":k=k||F,_+=F;break;case"-":_==="<!-"&&(x=o),_+=F;break;case" ":case`
|
|
150
|
+
`:if(_==="<"){x=i,w+="< ",_="";break}_+=F;break;default:_+=F;break}else if(x===o)switch(F){case">":_.slice(-2)=="--"&&(x=i),_="";break;default:_+=F;break}}return p.state=x,p.tag_buffer=_,p.depth=S,p.in_quote_char=k,w}function f(g){let p=new Set;if(typeof g=="string"){let v;for(;v=s.exec(g);)p.add(v[1])}else!n.nonNative&&typeof g[n.iterator]=="function"?p=new Set(g):typeof g.forEach=="function"&&g.forEach(p.add,p);return p}function d(g){let p=a.exec(g);return p?p[1].toLowerCase():null}t.exports?t.exports=l:e.striptags=l})(K0)}(gn)),gn.exports}var em=tm();const nm=Gh(em);function im(t){switch(t){case ut.Center:return"middle";case ut.Right:return"end";case ut.Left:default:return"start"}}function rm(t){var e;return(e=t.match(/[A-Z]{2,}(?=[A-Z][a-z0-9]*|\b)|[A-Z]?[a-z0-9]*|[A-Z]|[0-9]+/g))===null||e===void 0?void 0:e.filter(Boolean).map(n=>n.toLowerCase()).join("-")}function om(t){return t.replace(/['"]/g,"'").replace(/\u0000/g,"\\0").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\v/g,"\\v").replace(/\t/g,"\\t").replace(/\f/g,"\\f")}function sm(t,e=15){return t?t.length>e?`…${t.substr(t.length-e,e)}`:t:""}function am(t,e=15){if(!t)return"";const n=Math.floor((e-3)/2);return t.length>e?`${t.substr(0,n)}…${t.substr(-n,n)}`:t}function lm(t,e=15){return t?t.length>e?`${t.substr(0,e)}…`:t:""}function cm(t,e=15,n=Xt.Middle){if(!t)return"";let i=lm(t,e);return n===Xt.Start?i=sm(t,e):n===Xt.Middle&&(i=am(t,e)),i}function um(t,e=[" "]){let n=[t];for(let i=0;i<e.length;i++){const r=e[i];n.forEach((o,s)=>{const a=o.split(r),l=a.map((c,h)=>`${c}${h===a.length-1?"":r}`);n[s]=l}),n=Oi(n)}return n}function hm(t,e,n,i,r,o){var s;e===void 0&&(e=50),n===void 0&&(n=Xt.Middle),r===void 0&&(r=+((s=window.getComputedStyle(t.node()))===null||s===void 0?void 0:s.fontSize)||0);const a=t.text(),l=a.length,c=r*l*o,u=Math.ceil(l*e/(1.1*c));return u<l?(t.text(cm(a,u,n)),!0):!1}function mn(t,e,n=vf()){return t.length*e*n||0}function vn(t,e,n){const i="http://www.w3.org/2000/svg",r=document.createElementNS(i,"svg"),o=document.createElementNS(i,"text");o.textContent=t,o.setAttribute("font-size",`${n}`),o.setAttribute("font-family",e),r.appendChild(o),document.body.appendChild(r);const s=o.getComputedTextLength();return document.body.removeChild(r),s}function fm(t,e=void 0,n=!0,i=oa,r=!1){const o=`${t.text}`;if(!o)return[];const s=Array.isArray(i)?i:[i];return o.split(`
|
|
151
|
+
`).map(l=>{const c=[];if(!e)return[l];const h=um(l,s);let u="";for(let f=0;f<h.length;f+=1){(n?mn(u+h[f],t.fontSize,t.fontWidthToHeightRatio):vn(u+h[f],t.fontFamily,t.fontSize))<e||f===0?u+=h[f]:(c.push(u.trim()),u=h[f]);const g=2;if(r)for(;u.trim().length>g&&(n?mn(u,t.fontSize,t.fontWidthToHeightRatio):vn(u,t.fontFamily,t.fontSize))>e;){let v=u.trim().length-g;for(;v>0;){const y=`${u.substring(0,v)}${sa}`;if((n?mn(y,t.fontSize,t.fontWidthToHeightRatio):vn(y,t.fontFamily,t.fontSize))<=e||v===1){c.push(y.trim()),u=u.substring(v);break}v--}}}return u&&c.push(u.trim()),c}).flat()}function dm(t,e=void 0,n=void 0,i=!0,r=oa,o=!1){const s=Array.isArray(t)?t.map(u=>Gt(Co,u)):[Gt(Co,t)],a=s.map(u=>fm(u,e,i,r,o)),l=s[0];let c=-l.fontSize*(l.lineHeight-1);const h=[];return s.forEach((u,f)=>{var d;let g=a[f];const p=f>0?h[f-1]:void 0,v=p?p.marginBottom:0,y=u.marginTop,x=Math.max(v,y);c+=x;const _=u.fontSize*u.lineHeight;let S=0;for(let k=0;k<g.length;k+=1){let w=g[k];c+=_;const T=`${w} …`,L=i?mn(T,u.fontSize,u.fontWidthToHeightRatio):vn(T,u.fontFamily,u.fontSize);if(S=Math.max(L,S),n&&c+_>n&&k!==g.length-1){w.charAt(w.length-1)===sa&&(w=w.substr(0,g[k].length-1)),L<e?g[k]=T:g[k]=`${g[k].substr(0,g[k].length-2)}…`,g=g.slice(0,k+1);break}}h.push(Object.assign(Object.assign({},u),{_lines:g,_estimatedHeight:c-((p==null?void 0:p._estimatedHeight)||0),_maxWidth:Math.max(S,(d=p==null?void 0:p._maxWidth)!==null&&d!==void 0?d:0)}))}),h}function pm(t,e=0,n){return t.map((i,r)=>{const o=r>0?t[r-1]:void 0,s=o?o.marginBottom/o.fontSize:0,a=i.marginTop/i.fontSize,l=Math.max(s,a),c={fontSize:i.fontSize,fontFamily:i.fontFamily,fontWeight:i.fontWeight,fill:i.color,y:r===0&&n};return`<tspan xmlns="http://www.w3.org/2000/svg" ${Object.entries(c).filter(([u,f])=>f).map(([u,f])=>`${rm(u)}="${om(f.toString())}"`).join(" ")}>${i._lines.map((u,f)=>{let d;return r===0&&f===0?d=.8+l:f===0?d=l+i.lineHeight:d=i.lineHeight,`<tspan x="${e}" dy="${d}em">${u.length?u:" "}</tspan>`}).join("")}</tspan>`})}function gm(t){return Du(t,e=>e._estimatedHeight)}const mm=["text","tspan","textPath","altGlyph","altGlyphDef","altGlyphItem","glyphRef","textRef","textArea"];function vm(t,e,n,i){var r,o;const s=dm(e,n.width,void 0,n.fastMode,n.separator,n.wordBreak),a=(r=n.x)!==null&&r!==void 0?r:+t.getAttribute("x"),l=(o=n.y)!==null&&o!==void 0?o:+t.getAttribute("y"),c=a??0;let h=l??0;if(n.textAlign&&t.setAttribute("text-anchor",im(n.textAlign)),n.verticalAlign&&n.verticalAlign!==qt.Top){const u=gm(s),f=n.verticalAlign===qt.Middle?-u/2:n.verticalAlign===qt.Bottom?-u:0;h+=f}n.textRotationAngle?t.setAttribute("transform",`rotate(${n.textRotationAngle===0||n.textRotationAngle?n.textRotationAngle:0} ${c} ${h})`):t.removeAttribute("transform");{const u=new DOMParser;t.textContent="",s.forEach(f=>{const d=pm([f],c,h).join(""),g=nm(d,mm),p=u.parseFromString(g,"image/svg+xml").firstChild;t.appendChild(p)})}}const _m=Object.assign(Object.assign({},ri),{position:void 0,type:void 0,label:void 0,labelFontSize:null,gridLine:!0,tickLine:!0,domainLine:!0,numTicks:void 0,minMaxTicksOnly:!1,minMaxTicksOnlyWhenWidthIsLess:250,tickTextWidth:void 0,tickTextSeparator:void 0,tickTextForceWordBreak:!1,tickTextTrimType:Xt.Middle,tickTextFitMode:Vn.Wrap,tickTextFontSize:null,tickTextAlign:void 0,tickTextColor:null,tickTextAngle:void 0,labelMargin:8,labelColor:null,tickFormat:void 0,tickValues:void 0,fullSize:!0,tickPadding:8,tickTextHideOverlapping:void 0}),fl=R`
|
|
152
|
+
label: axis-component;
|
|
153
|
+
`,ym=me`
|
|
154
|
+
:root {
|
|
155
|
+
// Undefined by default to allow proper fallback to var(--vis-font-family)
|
|
156
|
+
/* --vis-axis-font-family: */
|
|
157
|
+
--vis-axis-tick-color: #e8e9ef;
|
|
158
|
+
/* --vis-axis-domain-color: // Undefined by default to allow fallback to var(--vis-axis-tick-color) */
|
|
159
|
+
--vis-axis-grid-color: #e8e9ef;
|
|
160
|
+
--vis-axis-label-color: #6c778c;
|
|
161
|
+
--vis-axis-tick-label-color: #6c778c;
|
|
162
|
+
--vis-axis-tick-label-font-size: 12px;
|
|
163
|
+
--vis-axis-tick-label-cursor: default;
|
|
164
|
+
--vis-axis-tick-label-text-decoration: none;
|
|
165
|
+
--vis-axis-label-font-size: 14px;
|
|
166
|
+
--vis-axis-tick-line-width: 1px;
|
|
167
|
+
--vis-axis-tick-label-hide-transition: opacity 400ms ease-in-out;
|
|
168
|
+
--vis-axis-grid-line-width: 1px;
|
|
169
|
+
/* --vis-axis-domain-line-width: // Undefined by default to allow fallback to var(--vis-axis-grid-line-width) */
|
|
170
|
+
|
|
171
|
+
--vis-dark-axis-tick-color: #6c778c;
|
|
172
|
+
/* --vis-dark-axis-domain-color: // Undefined by default to allow fallback to var(--vis-dark-axis-tick-color) */
|
|
173
|
+
--vis-dark-axis-tick-label-color: #e8e9ef;
|
|
174
|
+
--vis-dark-axis-grid-color: #6c778c;
|
|
175
|
+
--vis-dark-axis-label-color: #fefefe;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
body.theme-dark ${`.${fl}`} {
|
|
179
|
+
--vis-axis-tick-color: var(--vis-dark-axis-tick-color);
|
|
180
|
+
--vis-axis-domain-color: var(--vis-dark-axis-domain-color);
|
|
181
|
+
--vis-axis-tick-label-color: var(--vis-dark-axis-tick-label-color);
|
|
182
|
+
--vis-axis-grid-color: var(--vis-dark-axis-grid-color);
|
|
183
|
+
--vis-axis-label-color: var(--vis-dark-axis-label-color);
|
|
184
|
+
}
|
|
185
|
+
`,Hr=R`
|
|
186
|
+
label: hide-tick-line;
|
|
187
|
+
`,Vr=R`
|
|
188
|
+
label: hide-domain;
|
|
189
|
+
`,dl=R`
|
|
190
|
+
label: axis;
|
|
191
|
+
|
|
192
|
+
user-select: none;
|
|
193
|
+
|
|
194
|
+
.domain {
|
|
195
|
+
stroke: var(--vis-axis-domain-color, var(--vis-axis-tick-color));
|
|
196
|
+
stroke-width: var(--vis-axis-domain-line-width, var(--vis-axis-grid-line-width));
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
&${`.${Hr}`} {
|
|
200
|
+
.tick > line {
|
|
201
|
+
opacity: 0;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
&${`.${Vr}`} {
|
|
206
|
+
.domain {
|
|
207
|
+
opacity: 0;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
`,pl=R`
|
|
211
|
+
label: grid;
|
|
212
|
+
|
|
213
|
+
.domain {
|
|
214
|
+
opacity: 0;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
line {
|
|
218
|
+
stroke: var(--vis-axis-grid-color);
|
|
219
|
+
stroke-width: var(--vis-axis-grid-line-width);
|
|
220
|
+
}
|
|
221
|
+
`,gl=R`
|
|
222
|
+
label: tick;
|
|
223
|
+
|
|
224
|
+
stroke: none;
|
|
225
|
+
font-size: var(--vis-axis-tick-label-font-size);
|
|
226
|
+
|
|
227
|
+
line {
|
|
228
|
+
stroke: var(--vis-axis-tick-color);
|
|
229
|
+
stroke-width: var(--vis-axis-tick-line-width);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
text {
|
|
233
|
+
fill: var(--vis-axis-tick-label-color);
|
|
234
|
+
cursor: var(--vis-axis-tick-label-cursor);
|
|
235
|
+
font-family: var(--vis-axis-font-family, var(--vis-font-family));
|
|
236
|
+
text-decoration: var(--vis-axis-tick-label-text-decoration);
|
|
237
|
+
stroke: none;
|
|
238
|
+
}
|
|
239
|
+
`,ir=R`
|
|
240
|
+
label: label;
|
|
241
|
+
fill: var(--vis-axis-label-color);
|
|
242
|
+
font-size: var(--vis-axis-label-font-size);
|
|
243
|
+
font-family: var(--vis-axis-font-family, var(--vis-font-family));
|
|
244
|
+
text-anchor: middle;
|
|
245
|
+
`,ml=R`
|
|
246
|
+
label: tick-label;
|
|
247
|
+
`,vl=R`
|
|
248
|
+
label: tick-label-hideable;
|
|
249
|
+
opacity: 0;
|
|
250
|
+
transition: var(--vis-axis-tick-label-hide-transition);
|
|
251
|
+
`,xm=Object.freeze(Object.defineProperty({__proto__:null,axis:dl,globalStyles:ym,grid:pl,hideDomain:Vr,hideTickLine:Hr,label:ir,root:fl,tick:gl,tickLabel:ml,tickLabelHideable:vl},Symbol.toStringTag,{value:"Module"}));class _l extends zr{constructor(e){super(),this._defaultConfig=_m,this.config=this._defaultConfig,this._defaultNumTicks=3,this.events={},e&&this.setConfig(e),this.axisGroup=this.g.append("g"),this.gridGroup=this.g.append("g").attr("class",pl)}preRender(){const{config:e}=this,n=this.g.append("g").attr("opacity",0);this._renderAxis(n,0),this._axisRawBBox=n.node().getBBox(),e.tickTextAlign&&this._alignTickLabels(),this._renderAxisLabel(n),this._axisSizeBBox=this._getAxisSize(n),this._requiredMargin=this._getRequiredMargin(this._axisSizeBBox),n.remove()}getPosition(){const{config:{type:e,position:n}}=this;return n??(e===P.X?C.Bottom:C.Left)}_getAxisSize(e){return e.node().getBBox()}_getRequiredMargin(e=this._axisSizeBBox){const{config:{type:n,position:i}}=this;switch(n){case P.X:{const o=this._axisSizeBBox.x+this._axisSizeBBox.width,s=this._axisSizeBBox.x<0?Math.abs(this._axisSizeBBox.x):0,a=o-this._width>1?o-this._width:0;switch(i){case C.Top:return{top:e.height,left:s,right:a};case C.Bottom:default:return{bottom:e.height,left:s,right:a}}}case P.Y:{const r=e.height>this._height?(e.height-this._height)/2:0,o=r,s=r;switch(i){case C.Right:return{right:e.width,top:o,bottom:s};case C.Left:default:return{left:e.width,top:o,bottom:s}}}}}getRequiredMargin(){return this._requiredMargin}getOffset(e){const{config:{type:n,position:i}}=this;switch(n){case P.X:switch(i){case C.Top:return{top:e.top,left:e.left};case C.Bottom:default:return{top:e.top+this._height,left:e.left}}case P.Y:switch(i){case C.Right:return{top:e.top,left:e.left+this._width};case C.Left:default:return{top:e.top,left:e.left}}}}_render(e=this.config.duration,n=this.axisGroup){const{config:i}=this;if(this._renderAxis(n,e),this._renderAxisLabel(n),i.gridLine){const r=this._buildGrid().tickFormat(()=>"");r.tickValues(this._getConfiguredTickValues()),this.gridGroup.selectAll("*").interrupt(),yt(this.gridGroup,e).call(r).style("opacity",1)}else yt(this.gridGroup,e).style("opacity",0);i.tickTextAlign&&this._alignTickLabels(),this._resolveTickLabelOverlap(n)}_buildAxis(){const{config:{type:e,position:n,tickPadding:i}}=this,r=this._getNumTicks();switch(e){case P.X:switch(n){case C.Top:return ys(this.xScale).ticks(r).tickPadding(i);case C.Bottom:default:return bs(this.xScale).ticks(r).tickPadding(i)}case P.Y:switch(n){case C.Right:return xs(this.yScale).ticks(r).tickPadding(i);case C.Left:default:return ws(this.yScale).ticks(r).tickPadding(i)}}}_buildGrid(){const{config:{type:e,position:n}}=this,i=this._getNumTicks();switch(e){case P.X:switch(n){case C.Top:return ys(this.xScale).ticks(i*2).tickSize(-this._height).tickSizeOuter(0);case C.Bottom:default:return bs(this.xScale).ticks(i*2).tickSize(-this._height).tickSizeOuter(0)}case P.Y:switch(n){case C.Right:return xs(this.yScale).ticks(i*2).tickSize(-this._width).tickSizeOuter(0);case C.Left:default:return ws(this.yScale).ticks(i*2).tickSize(-this._width).tickSizeOuter(0)}}}_renderAxis(e=this.axisGroup,n=this.config.duration){const{config:i}=this,r=this._buildAxis(),o=this._getConfiguredTickValues()||r.scale().ticks(this._getNumTicks());r.tickValues(o),e.selectAll("*").interrupt(),yt(e,n).call(r);const s=e.selectAll("g.tick");s.classed(gl,!0).style("font-size",i.tickTextFontSize);const a=e.selectAll("g.tick > text").filter(l=>o.some(c=>Re(l,c))).classed(ml,!0).classed(vl,!!i.tickTextHideOverlapping).style("fill",i.tickTextColor);if(a.nodes().forEach(l=>yr(l)),a.each((l,c,h)=>{var u,f;let d=(f=(u=i.tickFormat)===null||u===void 0?void 0:u.call(i,l,c,o))!==null&&f!==void 0?f:`${l}`;const g=h[c],p=i.tickTextWidth||(i.type===P.X?this._containerWidth/(s.size()+1):this._containerWidth/5),v=getComputedStyle(g),y=Number.parseFloat(v.fontSize),x=v.fontFamily,_={verticalAlign:i.type===P.X?qt.Top:qt.Middle,width:p,textRotationAngle:i.tickTextAngle,separator:i.tickTextSeparator,wordBreak:i.tickTextForceWordBreak};if(i.tickTextFitMode===Vn.Trim){const k=Z(g).text(d);hm(k,p,i.tickTextTrimType,!0,y,.58),d=Z(g).text()}vm(g,{text:d,fontFamily:x,fontSize:y},_)}),e.classed(dl,!0).classed(Hr,!i.tickLine).classed(Vr,!i.domainLine),i.fullSize){const l=this._getFullDomainPath(0);yt(e.select(".domain"),n).attr("d",l)}}_resolveTickLabelOverlap(e=this.axisGroup){const{config:n}=this,i=e.selectAll("g.tick > text");if(!n.tickTextHideOverlapping){i.style("opacity",null);return}cancelAnimationFrame(this._collideTickLabelsAnimFrameId),this._collideTickLabelsAnimFrameId=requestAnimationFrame(()=>{this._collideTickLabels(i)})}_collideTickLabels(e){e.each((i,r,o)=>{const s=o[r];s._visible=!0});const n=3;for(let i=0;i<n;i+=1)e.each((r,o,s)=>{const a=s[o];if(!a._visible)return;const c=a.getBoundingClientRect();for(let h=o+1;h<s.length;h+=1){if(o===h)continue;const u=s[h];if(u._visible){const d=u.getBoundingClientRect();if(Jh(c,d,-5)){u._visible=!1;break}}}});e.each((i,r,o)=>{const s=o[r];Z(s).style("opacity",s._visible?1:0)})}_getNumTicks(){const{config:{type:e,numTicks:n}}=this;if(n)return n;if(e===P.X){const i=this.xScale.range(),r=i[1]-i[0];return Math.floor(r/175)}if(e===P.Y){const i=this.yScale.range(),r=Math.abs(i[0]-i[1]);return Math.pow(r,.85)/25}return this._defaultNumTicks}_getConfiguredTickValues(){const{config:e}=this,n=e.type===P.X?this.xScale:this.yScale,i=n==null?void 0:n.domain();return e.tickValues?e.tickValues.filter(r=>r>=i[0]&&r<=i[1]):e.minMaxTicksOnly||e.type===P.X&&this._width<e.minMaxTicksOnlyWhenWidthIsLess?i:null}_getFullDomainPath(e=0){const{config:{type:n}}=this;switch(n){case P.X:return`M0.5, ${e} V0.5 H${this._width+.5} V${e}`;case P.Y:return`M${-e}, ${this._height+.5} H0.5 V0.5 H${-e}`}}_renderAxisLabel(e=this.axisGroup){var n;const{type:i,label:r,labelMargin:o,labelFontSize:s}=this.config;e.selectAll(`.${ir}`).remove();const a=this.getPosition(),{width:l,height:c}=(n=this._axisRawBBox)!==null&&n!==void 0?n:e.node().getBBox(),h=i===P.X?this._width/2:Math.pow(-1,+(a===C.Left))*l,u=i===P.X?Math.pow(-1,+(a===C.Top))*c:this._height/2,f=i===P.X?0:Math.pow(-1,+(a===C.Left))*o,d=i===P.X?Math.pow(-1,+(a===C.Top))*o:0,g=i===P.Y?-90:0;e.append("text").attr("class",ir).text(r).attr("dy",`${this._getLabelDY()}em`).attr("transform",`translate(${h+f},${u+d}) rotate(${g})`).style("font-size",s).style("fill",this.config.labelColor)}_getLabelDY(){const{type:e,position:n}=this.config;switch(e){case P.X:switch(n){case C.Top:return 0;case C.Bottom:default:return .75}case P.Y:switch(n){case C.Right:return .75;case C.Left:default:return-.25}}}_alignTickLabels(){const{config:{type:e,tickTextAlign:n,tickTextAngle:i,position:r}}=this,o=this.g.selectAll("g.tick > text"),s=this._getTickTextAnchor(n),a=e===P.X?0:this._getYTickTextTranslate(n,r),l=i?`translate(${a},0) rotate(${i})`:`translate(${a},0)`;o.attr("transform",l).attr("text-anchor",s)}_getTickTextAnchor(e){switch(e){case ut.Left:return"start";case ut.Right:return"end";case ut.Center:return"middle";default:return null}}_getYTickTextTranslate(e,n=C.Left){const r=this._axisRawBBox.width-9;switch(e){case ut.Left:return n===C.Left?r*-1:0;case ut.Right:return n===C.Left?0:r;case ut.Center:return n===C.Left?r*-.5:r*.5;default:return 0}}}_l.selectors=xm;var mt;(function(t){t.Circle="circle",t.Cross="cross",t.Diamond="diamond",t.Square="square",t.Star="star",t.Triangle="triangle",t.Wye="wye"})(mt||(mt={}));const bm={[mt.Circle]:Ja,[mt.Cross]:e0,[mt.Diamond]:i0,[mt.Square]:r0,[mt.Star]:l0,[mt.Triangle]:c0,[mt.Wye]:h0},et=Object.assign(Object.assign({},mt),{Line:"line"});var Wn;(function(t){t.Horizontal="horizontal",t.Vertical="vertical"})(Wn||(Wn={}));const wm={items:[],labelClassName:"",onLegendItemClick:void 0,labelFontSize:null,labelMaxWidth:null,bulletSize:null,bulletShape:t=>{var e;return(e=t.shape)!==null&&e!==void 0?e:et.Circle},orientation:Wn.Horizontal,renderIntoProvidedDomNode:!1},Mi=Ue*3,km={[et.Circle]:Math.PI/4,[et.Cross]:5/9,[et.Diamond]:Math.sqrt(3)/6,[et.Square]:1,[et.Star]:.3,[et.Triangle]:Math.sqrt(3)/4,[et.Wye]:5/11};function Tm(t){t.each((e,n,i)=>{Z(i[n]).append("svg").attr("width","100%").attr("height","100%").append("path")})}function Sm(t,e,n){t.each((i,r,o)=>{const s=ur(i,e.bulletShape,r),a=Pt(i,n,r),l=Mi,c=s===et.Line?Mi/2.5:Mi,u=Z(o[r]).select("svg").attr("viewBox",`0 0 ${l} ${c}`).select("path").attr("stroke",a),f=i.inactive?"var(--vis-legend-bullet-inactive-opacity)":1;if(s===et.Line)u.attr("d",`M0,${c/2} L${l/2},${c/2} L${l},${c/2}`).attr("transform",null).style("opacity",f).style("stroke-width","3px").style("fill",null).style("fill-opacity",null).style("marker-start","none").style("marker-end","none");else{const d=f0().type(bm[s]).size(l*c*km[s]),g=(l-2)/l;let p=c/2;switch(s){case et.Triangle:p+=c/8;break;case et.Star:p+=c/16;break;case et.Wye:p-=c/16;break}u.attr("d",d).attr("transform",`translate(${l/2}, ${Math.round(p)}) scale(${g})`).style("stroke-width","1px").style("opacity",null).style("fill",a).style("fill-opacity",f)}})}const Wr=R`
|
|
252
|
+
label: bullet-legend-component;
|
|
253
|
+
`,Cm=me`
|
|
254
|
+
:root {
|
|
255
|
+
// Undefined by default to allow proper fallback to var(--vis-font-family)
|
|
256
|
+
/* --vis-legend-font-family: */
|
|
257
|
+
|
|
258
|
+
--vis-legend-label-color: #6c778c;
|
|
259
|
+
--vis-legend-label-max-width: 300px;
|
|
260
|
+
--vis-legend-label-font-size: 12px;
|
|
261
|
+
--vis-legend-bullet-size: 9px;
|
|
262
|
+
--vis-legend-bullet-inactive-opacity: 0.15;
|
|
263
|
+
--vis-legend-item-spacing: 20px;
|
|
264
|
+
--vis-legend-vertical-item-spacing: 5px;
|
|
265
|
+
--vis-legend-bullet-label-spacing: 8px;
|
|
266
|
+
|
|
267
|
+
--vis-dark-legend-label-color: #eee;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
body.theme-dark ${`.${Wr}`} {
|
|
271
|
+
--vis-legend-label-color: var(--vis-dark-legend-label-color);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
body.theme-patterns {
|
|
275
|
+
--vis-legend-bullet-size: 14px;
|
|
276
|
+
}
|
|
277
|
+
`,_n=R`
|
|
278
|
+
label: legendItem;
|
|
279
|
+
display: inline-flex;
|
|
280
|
+
align-items: center;
|
|
281
|
+
font-family: var(--vis-legend-font-family, var(--vis-font-family));
|
|
282
|
+
margin-right: var(--vis-legend-item-spacing);
|
|
283
|
+
white-space: nowrap;
|
|
284
|
+
cursor: default;
|
|
285
|
+
user-select: none;
|
|
286
|
+
max-width: min-content;
|
|
287
|
+
`,yl=R`
|
|
288
|
+
label: legendItemVertical;
|
|
289
|
+
display: flex;
|
|
290
|
+
margin-top: var(--vis-legend-vertical-item-spacing);
|
|
291
|
+
`,xl=R`
|
|
292
|
+
cursor: pointer;
|
|
293
|
+
`,rr=R`
|
|
294
|
+
label: legendItemLabel;
|
|
295
|
+
font-size: var(--vis-legend-label-font-size);
|
|
296
|
+
display: inline-block;
|
|
297
|
+
vertical-align: middle;
|
|
298
|
+
color: var(--vis-legend-label-color);
|
|
299
|
+
max-width: var(--vis-legend-label-max-width);
|
|
300
|
+
text-overflow: ellipsis;
|
|
301
|
+
overflow: hidden;
|
|
302
|
+
white-space: nowrap;
|
|
303
|
+
`,or=R`
|
|
304
|
+
flex: 0 0 auto;
|
|
305
|
+
label: legendItemBullet;
|
|
306
|
+
margin-right: var(--vis-legend-bullet-label-spacing);
|
|
307
|
+
height: var(--vis-legend-bullet-size);
|
|
308
|
+
width: var(--vis-legend-bullet-size);
|
|
309
|
+
|
|
310
|
+
svg {
|
|
311
|
+
display: block;
|
|
312
|
+
}
|
|
313
|
+
`,Mm=Object.freeze(Object.defineProperty({__proto__:null,bullet:or,clickable:xl,item:_n,itemVertical:yl,label:rr,root:Wr,variables:Cm},Symbol.toStringTag,{value:"Module"}));class bl{constructor(e,n){this._defaultConfig=wm,this.config=this._defaultConfig,this._colorAccessor=i=>i.color,this._container=e,this.div=n!=null&&n.renderIntoProvidedDomNode?Z(this._container):Z(this._container).append("div"),this.div.classed(Wr,!0),this.element=this.div.node(),n&&this.update(n)}update(e){this.prevConfig=this.config,this.config=Gt(this._defaultConfig,e),this.render()}render(){const{config:e}=this,n=this.div.selectAll(`.${_n}`).data(e.items),i=n.enter().append("div").on("click",this._onItemClick.bind(this)),r=i.merge(n);r.attr("class",o=>{var s;return`${_n} ${(s=o.className)!==null&&s!==void 0?s:""}`}).classed(yl,e.orientation===Wn.Vertical).classed(xl,o=>!!e.onLegendItemClick&&this._isItemClickable(o)).attr("title",o=>o.name).style("display",o=>o.hidden?"none":null),i.append("span").attr("class",or).call(Tm),r.select(`.${or}`).style("width",e.bulletSize).style("height",e.bulletSize).style("box-sizing","content-box").call(Sm,this.config,this._colorAccessor),i.append("span").attr("class",rr).classed(e.labelClassName,!0).style("max-width",e.labelMaxWidth).style("font-size",e.labelFontSize),r.select(`.${rr}`).text(o=>o.name),n.exit().remove()}_isItemClickable(e){return e.pointer===void 0?!0:e.pointer}_onItemClick(e,n){const{config:{onLegendItemClick:i}}=this,o=this.div.selectAll(`.${_n}`).nodes().indexOf(e.currentTarget);i&&i(n,o)}destroy(){this.element!==this._container&&this.div.remove()}}bl.selectors=Mm;const Am=Object.assign(Object.assign({},ri),{yStacked:void 0,baseline:null,duration:100,tooltip:void 0,template:(t,e)=>"",hideWhenFarFromPointer:!0,hideWhenFarFromPointerDistance:100,snapToData:!0,getCircles:void 0,color:void 0,strokeColor:void 0,strokeWidth:void 0}),$m=me`
|
|
314
|
+
:root {
|
|
315
|
+
--vis-crosshair-line-stroke-color: #888;
|
|
316
|
+
--vis-crosshair-line-stroke-width: 1px;
|
|
317
|
+
--vis-crosshair-line-stroke-opacity: 1;
|
|
318
|
+
--vis-crosshair-circle-stroke-color: #fff;
|
|
319
|
+
--vis-crosshair-circle-stroke-width: 1px;
|
|
320
|
+
--vis-crosshair-circle-stroke-opacity: 0.75;
|
|
321
|
+
}
|
|
322
|
+
`,Em=R`
|
|
323
|
+
label: crosshair-component;
|
|
324
|
+
`,wl=R`
|
|
325
|
+
stroke: var(--vis-crosshair-line-stroke-color);
|
|
326
|
+
stroke-width: var(--vis-crosshair-line-stroke-width);
|
|
327
|
+
stroke-opacity: var(--vis-crosshair-line-stroke-opacity);
|
|
328
|
+
pointer-events: none;
|
|
329
|
+
`,kl=R`
|
|
330
|
+
stroke: var(--vis-crosshair-circle-stroke-color);
|
|
331
|
+
stroke-width: var(--vis-crosshair-circle-stroke-width);
|
|
332
|
+
stroke-opacity: var(--vis-crosshair-circle-stroke-opacity);
|
|
333
|
+
pointer-events: none;
|
|
334
|
+
`,Nm=Object.freeze(Object.defineProperty({__proto__:null,circle:kl,globalStyles:$m,line:wl,root:Em},Symbol.toStringTag,{value:"Module"}));class Tl extends zr{constructor(e){super(),this.clippable=!0,this._defaultConfig=Am,this.config=this._defaultConfig,this.x=0,this.show=!1,this._animFrameId=null,this._accessors={x:void 0,y:void 0,yStacked:void 0,baseline:void 0},e&&this.setConfig(e),this.g.style("opacity",this.show?1:0),this.line=this.g.append("line").attr("class",wl)}set accessors(e){this._accessors=e}get accessors(){var e;const{config:n}=this,i=!!(n.x||n.y||n.yStacked),r=i?n.x:this._accessors.x,o=i?n.y:this._accessors.y,s=o?Gn(o)?o:[o]:void 0,a=i?n.yStacked:this._accessors.yStacked,l=(e=n.baseline)!==null&&e!==void 0?e:this._accessors.baseline;return{x:r,y:s,yStacked:a,baseline:l}}setContainer(e){this.container=e,this.container.on("mousemove.crosshair",this._onMouseMove.bind(this)),this.container.on("mouseout.crosshair",this._onMouseOut.bind(this))}_render(e){const{config:n}=this;if(n.snapToData&&!this.datum)return;const i=Ct(e)?e:n.duration;yt(this.g,i).style("opacity",this.show?1:0),this.line.attr("y1",0).attr("y1",this._height),yt(this.line,i,Do).attr("x1",this.x).attr("x2",this.x);const r=this.getCircleData(),o=this.g.selectAll("circle").data(r,(a,l)=>{var c;return(c=a.id)!==null&&c!==void 0?c:l}),s=o.enter().append("circle").attr("class",kl).attr("r",0).attr("cx",this.x).attr("cy",a=>a.y).style("fill",a=>a.color).style("stroke",a=>a.strokeColor).style("stroke-width",a=>a.strokeWidth);yt(s.merge(o),i,Do).attr("cx",this.x).attr("cy",a=>a.y).attr("r",4).style("opacity",a=>a.opacity).style("fill",a=>a.color).style("stroke",a=>a.strokeColor).style("stroke-width",a=>a.strokeWidth),o.exit().remove()}hide(){this._onMouseOut()}_onMouseMove(e){var n,i;const{config:r,datamodel:o,element:s}=this;!this.accessors.x&&(!((n=o.data)===null||n===void 0)&&n.length)&&console.warn("Unovis | Crosshair: X accessor function has not been configured. Please check if it's present in the configuration object");const[a]=xn(e,s),l=this.xScale.range();if(r.snapToData){!this.accessors.y&&!this.accessors.yStacked&&(!((i=o.data)===null||i===void 0)&&i.length)&&console.warn("Unovis | Crosshair: Y accessors have not been configured. Please check if they're present in the configuration object");const c=this.xScale,h=c.invert(a);if(this.datum=Bu(o.data,h,this.accessors.x),this.datumIndex=o.data.indexOf(this.datum),!this.datum)return;this.x=Rt(Math.round(c(nt(this.datum,this.accessors.x,this.datumIndex))),0,this._width),this.show=this.x>=0&&this.x<=this._width&&(!r.hideWhenFarFromPointer||Math.abs(this.x-a)<r.hideWhenFarFromPointerDistance)}else this.x=Rt(a,l[0],l[1]),this.show=a>=l[0]-2&&a<=l[1]+2;window.cancelAnimationFrame(this._animFrameId),this._animFrameId=window.requestAnimationFrame(()=>{this._render()}),this.show?this._showTooltip(e):this._hideTooltip()}_onMouseOut(){this.show=!1,window.cancelAnimationFrame(this._animFrameId),this._animFrameId=window.requestAnimationFrame(()=>{this._render()}),this._hideTooltip()}_showTooltip(e){var n;const{config:i}=this,r=(n=i.tooltip)!==null&&n!==void 0?n:this.tooltip;if(!r)return;const o=r.getContainer()||this.container.node(),[s,a]=r.isContainerBody()?[e.clientX,e.clientY]:xn(e,o),l=i.template(this.datum,this.xScale.invert(this.x));if(r.config.followCursor=!0,!r.config.horizontalPlacement||r.config.horizontalPlacement===C.Auto){const c=r.isContainerBody()?s-this.container.node().getBoundingClientRect().left:s;r.overrideHorizontalPlacement(c>this._containerWidth/2?C.Left:C.Right)}l&&r.show(l,{x:s,y:a})}_hideTooltip(){var e;const{config:n}=this,i=(e=n.tooltip)!==null&&e!==void 0?e:this.tooltip;i==null||i.hide()}getYDataExtent(){return[void 0,void 0]}getCircleData(){var e,n;const{config:i,datamodel:{data:r}}=this;if(lr(i.getCircles))return i.getCircles(this.xScale.invert(this.x),r,this.yScale);if(i.snapToData&&this.datum){const o=(e=this.accessors.y)!==null&&e!==void 0?e:[],s=(n=this.accessors.yStacked)!==null&&n!==void 0?n:[],a=nt(this.datum,this.accessors.baseline,this.datumIndex)||0,l=Pu(this.datum,this.datumIndex,...s).map((h,u,f)=>({y:this.yScale(h+a),opacity:Ct(nt(this.datum,s[u]))?1:0,color:Pt(this.datum,i.color,u),strokeColor:i.strokeColor?Pt(this.datum,i.strokeColor,u):void 0,strokeWidth:i.strokeWidth?nt(this.datum,i.strokeWidth,u):void 0})),c=o.map((h,u)=>{const f=nt(this.datum,h);return{y:this.yScale(f),opacity:Ct(f)?1:0,color:Pt(this.datum,i.color,l.length+u),strokeColor:i.strokeColor?Pt(this.datum,i.strokeColor,u):void 0,strokeWidth:i.strokeWidth?nt(this.datum,i.strokeWidth,u):void 0}});return l.concat(c)}return[]}}Tl.selectors=Nm;const Sl=Symbol("componentAccessorKey"),Cl=Symbol("tooltipAccessorKey"),Ml=Symbol("crosshairAccessorKey"),Al=Symbol("axisAccessorKey"),Om=Symbol("annotationsAccessorKey");function je(t,e){return Re(t,e)}function _e(t){const e=m.getCurrentInstance(),n=e.attrs;return m.computed(()=>{const i={},r=(e==null?void 0:e.vnode.props)??{};return Object.keys(r).forEach(o=>{i[m.camelize(o)]=t[m.camelize(o)]}),{...i,...n}})}const Dm=m.defineComponent({__name:"index",props:{components:{},xScale:{type:[Object,Function]},xDomain:{},xDomainMinConstraint:{},xDomainMaxConstraint:{},xRange:{},yScale:{type:[Object,Function]},yDomain:{},yDomainMinConstraint:{},yDomainMaxConstraint:{},yRange:{},yDirection:{},xAxis:{},yAxis:{},autoMargin:{type:Boolean},tooltip:{},crosshair:{},preventEmptyDomain:{type:[Boolean,null]},scaleByDomain:{type:Boolean},annotations:{},duration:{},margin:{},padding:{},sizing:{},width:{},height:{},svgDefs:{},ariaLabel:{},data:{}},setup(t,{expose:e}){const n=t,{data:i}=m.toRefs(n),r=_e(n),o=m.ref(),s=m.reactive({components:[],annotations:void 0,crosshair:void 0,tooltip:void 0,xAxis:void 0,yAxis:void 0}),a=m.ref();return m.watch(i,()=>{o.value&&o.value.setData(i.value,!0)}),m.watchEffect(()=>{var l;s.components.map(c=>c.config),(l=o.value)==null||l.updateContainer({...m.toRaw(r.value),...m.toRaw(s)})}),m.onMounted(()=>{a.value&&(o.value=new Ug(a.value,{...m.toRaw(s)},i.value))}),m.onUnmounted(()=>{var l;return(l=o.value)==null?void 0:l.destroy()}),m.provide(Sl,{data:i,update:l=>s.components=[...s.components,l],destroy:()=>{var l;return s.components=(l=s.components)==null?void 0:l.filter(c=>!c.isDestroyed())}}),m.provide(Al,{data:i,update:l=>s[`${l.config.type}Axis`]=l,destroy:l=>{s[`${l}Axis`]=void 0}}),m.provide(Ml,{data:i,update:l=>s.crosshair=l,destroy:()=>{s.crosshair=void 0}}),m.provide(Cl,{data:i,update:l=>s.tooltip=l,destroy:()=>{s.tooltip=void 0}}),m.provide(Om,{data:i,update:l=>s.annotations=l,destroy:()=>{s.annotations=void 0}}),e({component:o}),(l,c)=>(m.openBlock(),m.createElementBlock("div",{"data-vis-xy-container":"",ref_key:"elRef",ref:a,class:"unovis-xy-container"},[m.renderSlot(l.$slots,"default")],512))}}),Rm={"data-vis-axis":""},Ts=m.defineComponent({__name:"index",props:{position:{},type:{},fullSize:{type:Boolean},label:{},labelFontSize:{},labelMargin:{},labelColor:{},gridLine:{type:Boolean},tickLine:{type:Boolean},domainLine:{type:Boolean},minMaxTicksOnly:{type:Boolean},minMaxTicksOnlyWhenWidthIsLess:{},tickFormat:{type:Function},tickValues:{},numTicks:{},tickTextFitMode:{},tickTextWidth:{},tickTextSeparator:{},tickTextForceWordBreak:{type:Boolean},tickTextTrimType:{},tickTextFontSize:{},tickTextAlign:{},tickTextColor:{},tickTextAngle:{},tickTextHideOverlapping:{type:Boolean},tickPadding:{},x:{},y:{},id:{type:Function},color:{},xScale:{type:[Object,Function]},yScale:{type:[Object,Function]},excludeFromDomainCalculation:{type:Boolean},duration:{},events:{},attributes:{},data:{}},setup(t,{expose:e}){const n=m.inject(Al),i=t,r=m.computed(()=>n.data.value??i.data),o=_e(i),s=m.ref();return m.onMounted(()=>{m.nextTick(()=>{var a;s.value=new _l(o.value),(a=s.value)==null||a.setData(r.value),n.update(s.value)})}),m.onUnmounted(()=>{var a;(a=s.value)==null||a.destroy(),n.destroy(i.type)}),m.watch(o,(a,l)=>{var c;je(a,l)||(c=s.value)==null||c.setConfig(o.value)}),m.watch(r,()=>{var a;(a=s.value)==null||a.setData(r.value)}),e({component:s}),(a,l)=>(m.openBlock(),m.createElementBlock("div",Rm))}}),Fm={"data-vis-crosshair":""},Pm=m.defineComponent({__name:"index",props:{data:{}},setup(t,{expose:e}){const n=m.inject(Ml),i=t,r=m.computed(()=>n.data.value??i.data),o=_e(i),s=m.ref();return m.onMounted(()=>{m.nextTick(()=>{var a;s.value=new Tl(o.value),(a=s.value)==null||a.setData(r.value),n.update(s.value)})}),m.onUnmounted(()=>{var a;(a=s.value)==null||a.destroy(),n.destroy()}),m.watch(o,(a,l)=>{var c;je(a,l)||(c=s.value)==null||c.setConfig(o.value)}),m.watch(r,()=>{var a;(a=s.value)==null||a.setData(r.value)}),e({component:s}),(a,l)=>(m.openBlock(),m.createElementBlock("div",Fm))}}),zm={"data-vis-component":""},Lm=m.defineComponent({__name:"index",props:{color:{},curveType:{},lineWidth:{},lineDashArray:{},fallbackValue:{},highlightOnHover:{type:Boolean},cursor:{},interpolateMissingData:{type:Boolean},x:{},y:{},id:{type:Function},xScale:{type:[Object,Function]},yScale:{type:[Object,Function]},excludeFromDomainCalculation:{type:Boolean},duration:{},events:{},attributes:{},data:{}},setup(t,{expose:e}){const n=m.inject(Sl),i=t,r=m.computed(()=>n.data.value??i.data),o=_e(i),s=m.ref();return m.onMounted(()=>{m.nextTick(()=>{var a;s.value=new ci(o.value),(a=s.value)==null||a.setData(r.value),n.update(s.value)})}),m.onUnmounted(()=>{var a;(a=s.value)==null||a.destroy(),n.destroy()}),m.watch(o,(a,l)=>{var c;je(a,l)||(c=s.value)==null||c.setConfig(o.value)}),m.watch(r,()=>{var a;(a=s.value)==null||a.setData(r.value)}),e({component:s}),(a,l)=>(m.openBlock(),m.createElementBlock("div",zm))}}),Bm={"data-vis-tooltip":""},Im=m.defineComponent({__name:"index",props:{components:{},container:{},followCursor:{type:Boolean},allowHover:{type:Boolean},horizontalPlacement:{},horizontalShift:{},verticalPlacement:{},verticalShift:{},triggers:{},attributes:{},className:{},data:{}},setup(t,{expose:e}){const n=m.inject(Cl),i=_e(t),r=m.ref();return m.onMounted(()=>{m.nextTick(()=>{r.value=new Xa(i.value),n.update(r.value)})}),m.onUnmounted(()=>{var o;(o=r.value)==null||o.destroy(),n.destroy()}),m.watch(i,(o,s)=>{var a;je(o,s)||(a=r.value)==null||a.setConfig(i.value)}),e({component:r}),(o,s)=>(m.openBlock(),m.createElementBlock("div",Bm))}}),Um=m.defineComponent({__name:"index",props:{items:{},labelClassName:{},onLegendItemClick:{type:Function},labelFontSize:{},labelMaxWidth:{},bulletSize:{},bulletShape:{},orientation:{},renderIntoProvidedDomNode:{type:Boolean},data:{}},setup(t,{expose:e}){const n=t;m.computed(()=>n.data);const i=_e(n),r=m.ref(),o=m.ref();return m.onMounted(()=>{m.nextTick(()=>{o.value&&(r.value=new bl(o.value,{...i.value,renderIntoProvidedDomNode:!0}))})}),m.onUnmounted(()=>{var s;(s=r.value)==null||s.destroy()}),m.watch(i,(s,a)=>{var l;je(s,a)||(l=r.value)==null||l.update(i.value)}),e({component:r}),(s,a)=>(m.openBlock(),m.createElementBlock("div",{"data-vis-bullet-legend":"",ref_key:"elRef",ref:o},null,512))}});(function(){try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend]{display:block}")),document.head.appendChild(t)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();const Hm={class:"flex flex-col"},Vm={class:"flex items-center mr-2 mt-2"},Wm={class:"font-semibold capitalize text-white/75"},Ym={class:"flex items-center gap-2"},Xm={class:"font-normal"},$l=m.defineComponent({__name:"Tooltip",props:{data:{},categories:{}},setup(t){function e(i){var r;return((r=n.categories[i])==null?void 0:r.color)??"#f00"}const n=t;return(i,r)=>(m.openBlock(),m.createElementBlock("div",Hm,[(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(Object.entries(i.data),([o,s])=>{var a;return m.openBlock(),m.createElementBlock(m.Fragment,{key:o},[m.createElementVNode("div",Vm,[m.createElementVNode("span",Wm,m.toDisplayString(o)+":",1)]),m.createElementVNode("div",Ym,[(a=n.categories[o])!=null&&a.color?(m.openBlock(),m.createElementBlock("span",{key:0,style:m.normalizeStyle({backgroundColor:e(o)}),class:"w-2 h-2"},null,4)):m.createCommentVNode("",!0),m.createElementVNode("span",Xm,m.toDisplayString(s),1)])],64)}),128))]))}}),qm={class:"flex items center justify-end"},Gm=m.defineComponent({__name:"LineChart",props:{data:{},height:{},xLabel:{},yLabel:{},categories:{},xFormatter:{type:Function},yFormatter:{type:Function},curveType:{},yNumTicks:{},xNumTicks:{},paginationPoisition:{}},setup(t){const e=t,n=r=>Object.values(e.categories)[r].color,i=m.computed(()=>r=>{const o=m.createApp($l,{data:r,categories:e.categories});if(!document)return;const s=document.createElement("div");o.mount(s);const a=s.innerHTML;return o.unmount(),a});return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["space-y-4 flex flex-col",{"flex-col-reverse":e.paginationPoisition==="top"}])},[m.createVNode(m.unref(Dm),{data:r.data,height:r.height},{default:m.withCtx(()=>[m.createVNode(m.unref(Im),{"horizontal-placement":m.unref(C).Right,"vertical-placement":m.unref(C).Top},null,8,["horizontal-placement","vertical-placement"]),(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(Object.keys(e.categories),(s,a)=>(m.openBlock(),m.createBlock(m.unref(Lm),{key:a,x:(l,c)=>c,y:l=>l[s],color:n(a),"curve-type":r.curveType??m.unref(exports.CurveType).MonotoneX},null,8,["x","y","color","curve-type"]))),128)),m.createVNode(m.unref(Ts),{type:"x","tick-format":r.xFormatter,"num-ticks":r.xNumTicks??4,label:r.xLabel,"label-margin":8,"domain-line":!1,"grid-line":!1},null,8,["tick-format","num-ticks","label"]),m.createVNode(m.unref(Ts),{type:"y","num-ticks":r.yNumTicks??4,"tick-format":r.yFormatter,label:r.yLabel,"domain-line":!1},null,8,["num-ticks","tick-format","label"]),m.createVNode(m.unref(Pm),{color:"#666",template:i.value},null,8,["template"])]),_:1},8,["data","height"]),m.createElementVNode("div",qm,[m.createVNode(m.unref(Um),{items:Object.values(r.categories)},null,8,["items"])])],2))}});var El=(t=>(t.Top="top",t.Bottom="bottom",t))(El||{});const jm={class:"space-y-2"},Zm={class:"space-y-2"},Qm={class:"text-gray-500 mb-1"},Jm={class:"text-xl dark:text-white font-bold"},Km={class:"flex items-center justify-between text-sm font-medium dark:text-gray-500 mt-2"},tv={class:"dark:bg-white/5 bg-gray-100 rounded-full h-3"},ev=m.defineComponent({__name:"Progress",props:{label:{},value:{},unit:{},progress:{},total:{},color:{}},setup(t){const e=t,n=m.computed(()=>(e.progress/e.total*100).toFixed(1)),i=m.computed(()=>`${e.progress/e.total*100}%`);return(r,o)=>(m.openBlock(),m.createElementBlock("div",jm,[m.createElementVNode("div",Zm,[m.createElementVNode("p",Qm,m.toDisplayString(r.label),1),m.createElementVNode("h2",Jm,m.toDisplayString(r.value),1)]),m.createElementVNode("div",Km,[m.createElementVNode("div",null,m.toDisplayString(n.value)+"%",1),m.createElementVNode("div",null,m.toDisplayString(r.progress)+" of "+m.toDisplayString(r.total)+m.toDisplayString(r.unit),1)]),m.createElementVNode("div",tv,[m.createElementVNode("div",{class:"rounded-full h-full",style:m.normalizeStyle({width:i.value,backgroundColor:r.color})},null,4)])]))}}),nv={class:"ring ring-border divide-y divide-border rounded-xl shadow-sm"},iv={class:"flex items-center justify-between p-4"},rv={class:"flex items-center gap-2"},ov={class:"font-medium"},sv={class:"text-sm dark:text-gray-400"},av={class:"p-4"},lv=m.defineComponent({__name:"Status",setup(t){const e=m.ref("example.com"),n=m.ref("99.9% uptime"),i=m.ref([{hour:0,status:"online"},{hour:1,status:"online"},{hour:2,status:"online"},{hour:3,status:"online"},{hour:4,status:"online"},{hour:5,status:"online"},{hour:6,status:"online"},{hour:7,status:"online"},{hour:8,status:"online"},{hour:9,status:"online"},{hour:10,status:"online"},{hour:11,status:"offline"},{hour:12,status:"online"},{hour:13,status:"online"},{hour:14,status:"online"},{hour:15,status:"online"},{hour:16,status:"online"},{hour:17,status:"online"},{hour:18,status:"online"},{hour:19,status:"online"},{hour:20,status:"online"},{hour:21,status:"online"},{hour:22,status:"online"},{hour:23,status:"online"},{hour:0,status:"online"},{hour:1,status:"online"},{hour:2,status:"online"},{hour:3,status:"online"},{hour:4,status:"online"},{hour:5,status:"online"},{hour:6,status:"online"},{hour:7,status:"online"},{hour:8,status:"online"},{hour:9,status:"online"},{hour:10,status:"online"},{hour:11,status:"online"},{hour:12,status:"online"},{hour:13,status:"online"},{hour:14,status:"online"},{hour:15,status:"online"},{hour:16,status:"online"},{hour:17,status:"online"},{hour:18,status:"online"},{hour:19,status:"online"},{hour:20,status:"online"},{hour:21,status:"online"},{hour:22,status:"online"},{hour:23,status:"online"},{hour:0,status:"online"},{hour:1,status:"online"}]);return(r,o)=>(m.openBlock(),m.createElementBlock("div",nv,[m.createElementVNode("div",iv,[m.createElementVNode("div",rv,[o[0]||(o[0]=m.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"size-6 text-primary"},[m.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"})],-1)),m.createElementVNode("span",ov,m.toDisplayString(e.value),1)]),m.createElementVNode("span",sv,m.toDisplayString(n.value),1)]),m.createElementVNode("div",av,[(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(i.value,(s,a)=>(m.openBlock(),m.createElementBlock("div",{key:a,class:m.normalizeClass(["w-2.5 h-8 first:rounded-tl first:rounded-bl last:rounded-tr last:rounded-br ml-[3px] inline-block",s.status==="online"?"bg-primary":"bg-white"])},null,2))),128))])]))}});exports.LineChart=Gm;exports.PaginationPosition=El;exports.Progress=ev;exports.Status=lv;exports.Tooltip=$l;
|