X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-combined.js;h=e6380defa9e2bbfed1946475241d644bb7318ada;hb=aeca29acb29d62c57663786dd8b9eba7fcc959a6;hp=64357feffd32e129f62daadc86a4e5cc4b89fbf7;hpb=74c4d45c7c3de4feba9eb8be0631cef5ad206622;p=dygraphs.git diff --git a/dygraph-combined.js b/dygraph-combined.js index 64357fe..e6380de 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -1,5698 +1,7 @@ -/*** +This is not the file you are looking for. +A reasonably up-to-date version can be found at http://dygraphs.com/dygraph-combined.js - MochiKit.MochiKit 1.4 : PACKED VERSION - - THIS FILE IS AUTOMATICALLY GENERATED. If creating patches, please - diff against the source tree, not this file. - - See for documentation, downloads, license, etc. - - (c) 2005 Bob Ippolito. All rights Reserved. - -***/ - -if(typeof (dojo)!="undefined"){ -dojo.provide("MochiKit.Base"); -} -if(typeof (MochiKit)=="undefined"){ -MochiKit={}; -} -if(typeof (MochiKit.Base)=="undefined"){ -MochiKit.Base={}; -} -if(typeof (MochiKit.__export__)=="undefined"){ -MochiKit.__export__=(MochiKit.__compat__||(typeof (JSAN)=="undefined"&&typeof (dojo)=="undefined")); -} -MochiKit.Base.VERSION="1.4"; -MochiKit.Base.NAME="MochiKit.Base"; -MochiKit.Base.update=function(_1,_2){ -if(_1===null){ -_1={}; -} -for(var i=1;i=0;i--){ -_15.unshift(o[i]); -} -}else{ -res.push(o); -} -} -return res; -},extend:function(_18,obj,_1a){ -if(!_1a){ -_1a=0; -} -if(obj){ -var l=obj.length; -if(typeof (l)!="number"){ -if(typeof (MochiKit.Iter)!="undefined"){ -obj=MochiKit.Iter.list(obj); -l=obj.length; -}else{ -throw new TypeError("Argument not an array-like and MochiKit.Iter not present"); -} -} -if(!_18){ -_18=[]; -} -for(var i=_1a;i>b; -},zrshift:function(a,b){ -return a>>>b; -},eq:function(a,b){ -return a==b; -},ne:function(a,b){ -return a!=b; -},gt:function(a,b){ -return a>b; -},ge:function(a,b){ -return a>=b; -},lt:function(a,b){ -return al){ -_90=l; -} -} -_8e=[]; -for(i=0;i<_90;i++){ -var _92=[]; -for(var j=1;j=0;i--){ -_af=[_ab[i].apply(this,_af)]; -} -return _af[0]; -}; -},bind:function(_b1,_b2){ -if(typeof (_b1)=="string"){ -_b1=_b2[_b1]; -} -var _b3=_b1.im_func; -var _b4=_b1.im_preargs; -var _b5=_b1.im_self; -var m=MochiKit.Base; -if(typeof (_b1)=="function"&&typeof (_b1.apply)=="undefined"){ -_b1=m._wrapDumbFunction(_b1); -} -if(typeof (_b3)!="function"){ -_b3=_b1; -} -if(typeof (_b2)!="undefined"){ -_b5=_b2; -} -if(typeof (_b4)=="undefined"){ -_b4=[]; -}else{ -_b4=_b4.slice(); -} -m.extend(_b4,arguments,2); -var _b7=function(){ -var _b8=arguments; -var me=arguments.callee; -if(me.im_preargs.length>0){ -_b8=m.concat(me.im_preargs,_b8); -} -var _ba=me.im_self; -if(!_ba){ -_ba=this; -} -return me.im_func.apply(_ba,_b8); -}; -_b7.im_self=_b5; -_b7.im_func=_b3; -_b7.im_preargs=_b4; -return _b7; -},bindMethods:function(_bb){ -var _bc=MochiKit.Base.bind; -for(var k in _bb){ -var _be=_bb[k]; -if(typeof (_be)=="function"){ -_bb[k]=_bc(_be,_bb); -} -} -},registerComparator:function(_bf,_c0,_c1,_c2){ -MochiKit.Base.comparatorRegistry.register(_bf,_c0,_c1,_c2); -},_primitives:{"boolean":true,"string":true,"number":true},compare:function(a,b){ -if(a==b){ -return 0; -} -var _c5=(typeof (a)=="undefined"||a===null); -var _c6=(typeof (b)=="undefined"||b===null); -if(_c5&&_c6){ -return 0; -}else{ -if(_c5){ -return -1; -}else{ -if(_c6){ -return 1; -} -} -} -var m=MochiKit.Base; -var _c8=m._primitives; -if(!(typeof (a) in _c8&&typeof (b) in _c8)){ -try{ -return m.comparatorRegistry.match(a,b); -} -catch(e){ -if(e!=m.NotFound){ -throw e; -} -} -} -if(ab){ -return 1; -} -} -var _c9=m.repr; -throw new TypeError(_c9(a)+" and "+_c9(b)+" can not be compared"); -},compareDateLike:function(a,b){ -return MochiKit.Base.compare(a.getTime(),b.getTime()); -},compareArrayLike:function(a,b){ -var _ce=MochiKit.Base.compare; -var _cf=a.length; -var _d0=0; -if(_cf>b.length){ -_d0=1; -_cf=b.length; -}else{ -if(_cf=0;i--){ -sum+=o[i]; -} -}else{ -sum+=o; -} -} -if(_113<=0){ -throw new TypeError("mean() requires at least one argument"); -} -return sum/_113; -},median:function(){ -var data=MochiKit.Base.flattenArguments(arguments); -if(data.length===0){ -throw new TypeError("median() requires at least one argument"); -} -data.sort(compare); -if(data.length%2==0){ -var _117=data.length/2; -return (data[_117]+data[_117-1])/2; -}else{ -return data[(data.length-1)/2]; -} -},findValue:function(lst,_119,_11a,end){ -if(typeof (end)=="undefined"||end===null){ -end=lst.length; -} -if(typeof (_11a)=="undefined"||_11a===null){ -_11a=0; -} -var cmp=MochiKit.Base.compare; -for(var i=_11a;i0))){ -var kv=MochiKit.DOM.formContents(_127); -_127=kv[0]; -_128=kv[1]; -}else{ -if(arguments.length==1){ -if(typeof (_127.length)=="number"&&_127.length==2){ -return arguments.callee(_127[0],_127[1]); -} -var o=_127; -_127=[]; -_128=[]; -for(var k in o){ -var v=o[k]; -if(typeof (v)=="function"){ -continue; -}else{ -if(typeof (v)!="string"&&typeof (v.length)=="number"){ -for(var i=0;i=stop){ -throw self.StopIteration; -} -_174+=step; -return rval; -}}; -},imap:function(fun,p,q){ -var m=MochiKit.Base; -var self=MochiKit.Iter; -var _17e=m.map(self.iter,m.extend(null,arguments,1)); -var map=m.map; -var next=self.next; -return {repr:function(){ -return "imap(...)"; -},toString:m.forwardCall("repr"),next:function(){ -return fun.apply(this,map(next,_17e)); -}}; -},applymap:function(fun,seq,self){ -seq=MochiKit.Iter.iter(seq); -var m=MochiKit.Base; -return {repr:function(){ -return "applymap(...)"; -},toString:m.forwardCall("repr"),next:function(){ -return fun.apply(self,seq.next()); -}}; -},chain:function(p,q){ -var self=MochiKit.Iter; -var m=MochiKit.Base; -if(arguments.length==1){ -return self.iter(arguments[0]); -} -var _189=m.map(self.iter,arguments); -return {repr:function(){ -return "chain(...)"; -},toString:m.forwardCall("repr"),next:function(){ -while(_189.length>1){ -try{ -return _189[0].next(); -} -catch(e){ -if(e!=self.StopIteration){ -throw e; -} -_189.shift(); -} -} -if(_189.length==1){ -var arg=_189.shift(); -this.next=m.bind("next",arg); -return this.next(); -} -throw self.StopIteration; -}}; -},takewhile:function(pred,seq){ -var self=MochiKit.Iter; -seq=self.iter(seq); -return {repr:function(){ -return "takewhile(...)"; -},toString:MochiKit.Base.forwardCall("repr"),next:function(){ -var rval=seq.next(); -if(!pred(rval)){ -this.next=function(){ -throw self.StopIteration; -}; -this.next(); -} -return rval; -}}; -},dropwhile:function(pred,seq){ -seq=MochiKit.Iter.iter(seq); -var m=MochiKit.Base; -var bind=m.bind; -return {"repr":function(){ -return "dropwhile(...)"; -},"toString":m.forwardCall("repr"),"next":function(){ -while(true){ -var rval=seq.next(); -if(!pred(rval)){ -break; -} -} -this.next=bind("next",seq); -return rval; -}}; -},_tee:function(_194,sync,_196){ -sync.pos[_194]=-1; -var m=MochiKit.Base; -var _198=m.listMin; -return {repr:function(){ -return "tee("+_194+", ...)"; -},toString:m.forwardCall("repr"),next:function(){ -var rval; -var i=sync.pos[_194]; -if(i==sync.max){ -rval=_196.next(); -sync.deque.push(rval); -sync.max+=1; -sync.pos[_194]+=1; -}else{ -rval=sync.deque[i-sync.min]; -sync.pos[_194]+=1; -if(i==sync.min&&_198(sync.pos)!=sync.min){ -sync.min+=1; -sync.deque.shift(); -} -} -return rval; -}}; -},tee:function(_19b,n){ -var rval=[]; -var sync={"pos":[],"deque":[],"max":-1,"min":-1}; -if(arguments.length==1||typeof (n)=="undefined"||n===null){ -n=2; -} -var self=MochiKit.Iter; -_19b=self.iter(_19b); -var _tee=self._tee; -for(var i=0;i0&&_1ac>=stop)||(step<0&&_1ac<=stop)){ -throw MochiKit.Iter.StopIteration; -} -var rval=_1ac; -_1ac+=step; -return rval; -},repr:function(){ -return "range("+[_1ac,stop,step].join(", ")+")"; -},toString:MochiKit.Base.forwardCall("repr")}; -},sum:function(_1b0,_1b1){ -if(typeof (_1b1)=="undefined"||_1b1===null){ -_1b1=0; -} -var x=_1b1; -var self=MochiKit.Iter; -_1b0=self.iter(_1b0); -try{ -while(true){ -x+=_1b0.next(); -} -} -catch(e){ -if(e!=self.StopIteration){ -throw e; -} -} -return x; -},exhaust:function(_1b4){ -var self=MochiKit.Iter; -_1b4=self.iter(_1b4); -try{ -while(true){ -_1b4.next(); -} -} -catch(e){ -if(e!=self.StopIteration){ -throw e; -} -} -},forEach:function(_1b6,func,self){ -var m=MochiKit.Base; -if(arguments.length>2){ -func=m.bind(func,self); -} -if(m.isArrayLike(_1b6)){ -try{ -for(var i=0;i<_1b6.length;i++){ -func(_1b6[i]); -} -} -catch(e){ -if(e!=MochiKit.Iter.StopIteration){ -throw e; -} -} -}else{ -self=MochiKit.Iter; -self.exhaust(self.imap(func,_1b6)); -} -},every:function(_1bb,func){ -var self=MochiKit.Iter; -try{ -self.ifilterfalse(func,_1bb).next(); -return false; -} -catch(e){ -if(e!=self.StopIteration){ -throw e; -} -return true; -} -},sorted:function(_1be,cmp){ -var rval=MochiKit.Iter.list(_1be); -if(arguments.length==1){ -cmp=MochiKit.Base.compare; -} -rval.sort(cmp); -return rval; -},reversed:function(_1c1){ -var rval=MochiKit.Iter.list(_1c1); -rval.reverse(); -return rval; -},some:function(_1c3,func){ -var self=MochiKit.Iter; -try{ -self.ifilter(func,_1c3).next(); -return true; -} -catch(e){ -if(e!=self.StopIteration){ -throw e; -} -return false; -} -},iextend:function(lst,_1c7){ -if(MochiKit.Base.isArrayLike(_1c7)){ -for(var i=0;i<_1c7.length;i++){ -lst.push(_1c7[i]); -} -}else{ -var self=MochiKit.Iter; -_1c7=self.iter(_1c7); -try{ -while(true){ -lst.push(_1c7.next()); -} -} -catch(e){ -if(e!=self.StopIteration){ -throw e; -} -} -} -return lst; -},groupby:function(_1ca,_1cb){ -var m=MochiKit.Base; -var self=MochiKit.Iter; -if(arguments.length<2){ -_1cb=m.operator.identity; -} -_1ca=self.iter(_1ca); -var pk=undefined; -var k=undefined; -var v; -function fetch(){ -v=_1ca.next(); -k=_1cb(v); -} -function eat(){ -var ret=v; -v=undefined; -return ret; -} -var _1d2=true; -var _1d3=m.compare; -return {repr:function(){ -return "groupby(...)"; -},next:function(){ -while(_1d3(k,pk)===0){ -fetch(); -if(_1d2){ -_1d2=false; -break; -} -} -pk=k; -return [k,{next:function(){ -if(v==undefined){ -fetch(); -} -if(_1d3(k,pk)!==0){ -throw self.StopIteration; -} -return eat(); -}}]; -}}; -},groupby_as_array:function(_1d4,_1d5){ -var m=MochiKit.Base; -var self=MochiKit.Iter; -if(arguments.length<2){ -_1d5=m.operator.identity; -} -_1d4=self.iter(_1d4); -var _1d8=[]; -var _1d9=true; -var _1da; -var _1db=m.compare; -while(true){ -try{ -var _1dc=_1d4.next(); -var key=_1d5(_1dc); -} -catch(e){ -if(e==self.StopIteration){ -break; -} -throw e; -} -if(_1d9||_1db(key,_1da)!==0){ -var _1de=[]; -_1d8.push([key,_1de]); -} -_1de.push(_1dc); -_1d9=false; -_1da=key; -} -return _1d8; -},arrayLikeIter:function(_1df){ -var i=0; -return {repr:function(){ -return "arrayLikeIter(...)"; -},toString:MochiKit.Base.forwardCall("repr"),next:function(){ -if(i>=_1df.length){ -throw MochiKit.Iter.StopIteration; -} -return _1df[i++]; -}}; -},hasIterateNext:function(_1e1){ -return (_1e1&&typeof (_1e1.iterateNext)=="function"); -},iterateNextIter:function(_1e2){ -return {repr:function(){ -return "iterateNextIter(...)"; -},toString:MochiKit.Base.forwardCall("repr"),next:function(){ -var rval=_1e2.iterateNext(); -if(rval===null||rval===undefined){ -throw MochiKit.Iter.StopIteration; -} -return rval; -}}; -}}); -MochiKit.Iter.EXPORT_OK=["iteratorRegistry","arrayLikeIter","hasIterateNext","iterateNextIter"]; -MochiKit.Iter.EXPORT=["StopIteration","registerIteratorFactory","iter","count","cycle","repeat","next","izip","ifilter","ifilterfalse","islice","imap","applymap","chain","takewhile","dropwhile","tee","list","reduce","range","sum","exhaust","forEach","every","sorted","reversed","some","iextend","groupby","groupby_as_array"]; -MochiKit.Iter.__new__=function(){ -var m=MochiKit.Base; -if(typeof (StopIteration)!="undefined"){ -this.StopIteration=StopIteration; -}else{ -this.StopIteration=new m.NamedError("StopIteration"); -} -this.iteratorRegistry=new m.AdapterRegistry(); -this.registerIteratorFactory("arrayLike",m.isArrayLike,this.arrayLikeIter); -this.registerIteratorFactory("iterateNext",this.hasIterateNext,this.iterateNextIter); -this.EXPORT_TAGS={":common":this.EXPORT,":all":m.concat(this.EXPORT,this.EXPORT_OK)}; -m.nameFunctions(this); -}; -MochiKit.Iter.__new__(); -if(MochiKit.__export__){ -reduce=MochiKit.Iter.reduce; -} -MochiKit.Base._exportSymbols(this,MochiKit.Iter); -if(typeof (dojo)!="undefined"){ -dojo.provide("MochiKit.DOM"); -dojo.require("MochiKit.Base"); -} -if(typeof (JSAN)!="undefined"){ -JSAN.use("MochiKit.Base",[]); -} -try{ -if(typeof (MochiKit.Base)=="undefined"){ -throw ""; -} -} -catch(e){ -throw "MochiKit.DOM depends on MochiKit.Base!"; -} -if(typeof (MochiKit.DOM)=="undefined"){ -MochiKit.DOM={}; -} -MochiKit.DOM.NAME="MochiKit.DOM"; -MochiKit.DOM.VERSION="1.4"; -MochiKit.DOM.__repr__=function(){ -return "["+this.NAME+" "+this.VERSION+"]"; -}; -MochiKit.DOM.toString=function(){ -return this.__repr__(); -}; -MochiKit.DOM.EXPORT=["removeEmptyTextNodes","formContents","currentWindow","currentDocument","withWindow","withDocument","registerDOMConverter","coerceToDOM","createDOM","createDOMFunc","isChildNode","getNodeAttribute","removeNodeAttribute","setNodeAttribute","updateNodeAttributes","appendChildNodes","insertSiblingNodesAfter","insertSiblingNodesBefore","replaceChildNodes","removeElement","swapDOM","BUTTON","TT","PRE","H1","H2","H3","BR","CANVAS","HR","LABEL","TEXTAREA","FORM","STRONG","SELECT","OPTION","OPTGROUP","LEGEND","FIELDSET","P","UL","OL","LI","TD","TR","THEAD","TBODY","TFOOT","TABLE","TH","INPUT","SPAN","A","DIV","IMG","getElement","$","getElementsByTagAndClassName","addToCallStack","addLoadEvent","focusOnLoad","setElementClass","toggleElementClass","addElementClass","removeElementClass","swapElementClass","hasElementClass","escapeHTML","toHTML","emitHTML","scrapeText","isParent","getFirstParentByTagAndClassName","makeClipping","undoClipping","makePositioned","undoPositioned","getFirstElementByTagAndClassName"]; -MochiKit.DOM.EXPORT_OK=["domConverters"]; -MochiKit.DOM.DEPRECATED=[["computedStyle","MochiKit.Style.getStyle","1.4"],["elementDimensions","MochiKit.Style.getElementDimensions","1.4"],["elementPosition","MochiKit.Style.getElementPosition","1.4"],["hideElement","MochiKit.Style.hideElement","1.4"],["setElementDimensions","MochiKit.Style.setElementDimensions","1.4"],["setElementPosition","MochiKit.Style.setElementPosition","1.4"],["setDisplayForElement","MochiKit.Style.setDisplayForElement","1.4"],["setOpacity","MochiKit.Style.setOpacity","1.4"],["showElement","MochiKit.Style.showElement","1.4"],["Coordinates","MochiKit.Style.Coordinates","1.4"],["Dimensions","MochiKit.Style.Dimensions","1.4"]]; -MochiKit.DOM.getViewportDimensions=new Function(""+"if (!MochiKit[\"Style\"]) {"+" throw new Error(\"This function has been deprecated and depends on MochiKit.Style.\");"+"}"+"return MochiKit.Style.getViewportDimensions.apply(this, arguments);"); -MochiKit.Base.update(MochiKit.DOM,{currentWindow:function(){ -return MochiKit.DOM._window; -},currentDocument:function(){ -return MochiKit.DOM._document; -},withWindow:function(win,func){ -var self=MochiKit.DOM; -var _1e8=self._document; -var _1e9=self._window; -var rval; -try{ -self._window=win; -self._document=win.document; -rval=func(); -} -catch(e){ -self._window=_1e9; -self._document=_1e8; -throw e; -} -self._window=_1e9; -self._document=_1e8; -return rval; -},formContents:function(elem){ -var _1ec=[]; -var _1ed=[]; -var m=MochiKit.Base; -var self=MochiKit.DOM; -if(typeof (elem)=="undefined"||elem===null){ -elem=self._document.body; -}else{ -elem=self.getElement(elem); -} -m.nodeWalk(elem,function(elem){ -var name=elem.name; -if(m.isNotEmpty(name)){ -var _1f2=elem.tagName.toUpperCase(); -if(_1f2==="INPUT"&&(elem.type=="radio"||elem.type=="checkbox")&&!elem.checked){ -return null; -} -if(_1f2==="SELECT"){ -if(elem.type=="select-one"){ -if(elem.selectedIndex>=0){ -var opt=elem.options[elem.selectedIndex]; -var v=opt.value; -if(!v){ -var h=opt.outerHTML; -if(h&&!h.match(/^[^>]+\svalue\s*=/i)){ -v=opt.text; -} -} -_1ec.push(name); -_1ed.push(v); -return null; -} -_1ec.push(name); -_1ed.push(""); -return null; -}else{ -var opts=elem.options; -if(!opts.length){ -_1ec.push(name); -_1ed.push(""); -return null; -} -for(var i=0;i]+\svalue\s*=/i)){ -v=opt.text; -} -} -_1ec.push(name); -_1ed.push(v); -} -return null; -} -} -if(_1f2==="FORM"||_1f2==="P"||_1f2==="SPAN"||_1f2==="DIV"){ -return elem.childNodes; -} -_1ec.push(name); -_1ed.push(elem.value||""); -return null; -} -return elem.childNodes; -}); -return [_1ec,_1ed]; -},withDocument:function(doc,func){ -var self=MochiKit.DOM; -var _1fb=self._document; -var rval; -try{ -self._document=doc; -rval=func(); -} -catch(e){ -self._document=_1fb; -throw e; -} -self._document=_1fb; -return rval; -},registerDOMConverter:function(name,_1fe,wrap,_200){ -MochiKit.DOM.domConverters.register(name,_1fe,wrap,_200); -},coerceToDOM:function(node,ctx){ -var m=MochiKit.Base; -var im=MochiKit.Iter; -var self=MochiKit.DOM; -if(im){ -var iter=im.iter; -var _207=im.repeat; -var map=m.map; -} -var _209=self.domConverters; -var _20a=arguments.callee; -var _20b=m.NotFound; -while(true){ -if(typeof (node)=="undefined"||node===null){ -return null; -} -if(typeof (node)=="function"&&typeof (node.length)=="number"&&!(node instanceof Function)){ -node=im.list(node); -} -if(typeof (node.nodeType)!="undefined"&&node.nodeType>0){ -return node; -} -if(typeof (node)=="number"||typeof (node)=="boolean"){ -node=node.toString(); -} -if(typeof (node)=="string"){ -return self._document.createTextNode(node); -} -if(typeof (node.__dom__)=="function"){ -node=node.__dom__(ctx); -continue; -} -if(typeof (node.dom)=="function"){ -node=node.dom(ctx); -continue; -} -if(typeof (node)=="function"){ -node=node.apply(ctx,[ctx]); -continue; -} -if(im){ -var _20c=null; -try{ -_20c=iter(node); -} -catch(e){ -} -if(_20c){ -return map(_20a,_20c,_207(ctx)); -} -} -try{ -node=_209.match(node,ctx); -continue; -} -catch(e){ -if(e!=_20b){ -throw e; -} -} -return self._document.createTextNode(node.toString()); -} -return undefined; -},isChildNode:function(node,_20e){ -var self=MochiKit.DOM; -if(typeof (node)=="string"){ -node=self.getElement(node); -} -if(typeof (_20e)=="string"){ -_20e=self.getElement(_20e); -} -if(node===_20e){ -return true; -} -while(node&&node.tagName.toUpperCase()!="BODY"){ -node=node.parentNode; -if(node===_20e){ -return true; -} -} -return false; -},setNodeAttribute:function(node,attr,_212){ -var o={}; -o[attr]=_212; -try{ -return MochiKit.DOM.updateNodeAttributes(node,o); -} -catch(e){ -} -return null; -},getNodeAttribute:function(node,attr){ -var self=MochiKit.DOM; -var _217=self.attributeArray.renames[attr]; -node=self.getElement(node); -try{ -if(_217){ -return node[_217]; -} -return node.getAttribute(attr); -} -catch(e){ -} -return null; -},removeNodeAttribute:function(node,attr){ -var self=MochiKit.DOM; -var _21b=self.attributeArray.renames[attr]; -node=self.getElement(node); -try{ -if(_21b){ -return node[_21b]; -} -return node.removeAttribute(attr); -} -catch(e){ -} -return null; -},updateNodeAttributes:function(node,_21d){ -var elem=node; -var self=MochiKit.DOM; -if(typeof (node)=="string"){ -elem=self.getElement(node); -} -if(_21d){ -var _220=MochiKit.Base.updatetree; -if(self.attributeArray.compliant){ -for(var k in _21d){ -var v=_21d[k]; -if(typeof (v)=="object"&&typeof (elem[k])=="object"){ -if(k=="style"&&MochiKit.Style){ -MochiKit.Style.setStyle(elem,v); -}else{ -_220(elem[k],v); -} -}else{ -if(k.substring(0,2)=="on"){ -if(typeof (v)=="string"){ -v=new Function(v); -} -elem[k]=v; -}else{ -elem.setAttribute(k,v); -} -} -} -}else{ -var _223=self.attributeArray.renames; -for(var k in _21d){ -v=_21d[k]; -var _224=_223[k]; -if(k=="style"&&typeof (v)=="string"){ -elem.style.cssText=v; -}else{ -if(typeof (_224)=="string"){ -elem[_224]=v; -}else{ -if(typeof (elem[k])=="object"&&typeof (v)=="object"){ -if(k=="style"&&MochiKit.Style){ -MochiKit.Style.setStyle(elem,v); -}else{ -_220(elem[k],v); -} -}else{ -if(k.substring(0,2)=="on"){ -if(typeof (v)=="string"){ -v=new Function(v); -} -elem[k]=v; -}else{ -elem.setAttribute(k,v); -} -} -} -} -} -} -} -return elem; -},appendChildNodes:function(node){ -var elem=node; -var self=MochiKit.DOM; -if(typeof (node)=="string"){ -elem=self.getElement(node); -} -var _228=[self.coerceToDOM(MochiKit.Base.extend(null,arguments,1),elem)]; -var _229=MochiKit.Base.concat; -while(_228.length){ -var n=_228.shift(); -if(typeof (n)=="undefined"||n===null){ -}else{ -if(typeof (n.nodeType)=="number"){ -elem.appendChild(n); -}else{ -_228=_229(n,_228); -} -} -} -return elem; -},insertSiblingNodesBefore:function(node){ -var elem=node; -var self=MochiKit.DOM; -if(typeof (node)=="string"){ -elem=self.getElement(node); -} -var _22e=[self.coerceToDOM(MochiKit.Base.extend(null,arguments,1),elem)]; -var _22f=elem.parentNode; -var _230=MochiKit.Base.concat; -while(_22e.length){ -var n=_22e.shift(); -if(typeof (n)=="undefined"||n===null){ -}else{ -if(typeof (n.nodeType)=="number"){ -_22f.insertBefore(n,elem); -}else{ -_22e=_230(n,_22e); -} -} -} -return _22f; -},insertSiblingNodesAfter:function(node){ -var elem=node; -var self=MochiKit.DOM; -if(typeof (node)=="string"){ -elem=self.getElement(node); -} -var _235=[self.coerceToDOM(MochiKit.Base.extend(null,arguments,1),elem)]; -if(elem.nextSibling){ -return self.insertSiblingNodesBefore(elem.nextSibling,_235); -}else{ -return self.appendChildNodes(elem.parentNode,_235); -} -},replaceChildNodes:function(node){ -var elem=node; -var self=MochiKit.DOM; -if(typeof (node)=="string"){ -elem=self.getElement(node); -arguments[0]=elem; -} -var _239; -while((_239=elem.firstChild)){ -elem.removeChild(_239); -} -if(arguments.length<2){ -return elem; -}else{ -return self.appendChildNodes.apply(this,arguments); -} -},createDOM:function(name,_23b){ -var elem; -var self=MochiKit.DOM; -var m=MochiKit.Base; -if(typeof (_23b)=="string"||typeof (_23b)=="number"){ -var args=m.extend([name,null],arguments,1); -return arguments.callee.apply(this,args); -} -if(typeof (name)=="string"){ -var _240=self._xhtml; -if(_23b&&!self.attributeArray.compliant){ -var _241=""; -if("name" in _23b){ -_241+=" name=\""+self.escapeHTML(_23b.name)+"\""; -} -if(name=="input"&&"type" in _23b){ -_241+=" type=\""+self.escapeHTML(_23b.type)+"\""; -} -if(_241){ -name="<"+name+_241+">"; -_240=false; -} -} -var d=self._document; -if(_240&&d===document){ -elem=d.createElementNS("http://www.w3.org/1999/xhtml",name); -}else{ -elem=d.createElement(name); -} -}else{ -elem=name; -} -if(_23b){ -self.updateNodeAttributes(elem,_23b); -} -if(arguments.length<=2){ -return elem; -}else{ -var args=m.extend([elem],arguments,2); -return self.appendChildNodes.apply(this,args); -} -},createDOMFunc:function(){ -var m=MochiKit.Base; -return m.partial.apply(this,m.extend([MochiKit.DOM.createDOM],arguments)); -},removeElement:function(elem){ -var e=MochiKit.DOM.getElement(elem); -e.parentNode.removeChild(e); -return e; -},swapDOM:function(dest,src){ -var self=MochiKit.DOM; -dest=self.getElement(dest); -var _249=dest.parentNode; -if(src){ -src=self.getElement(src); -_249.replaceChild(src,dest); -}else{ -_249.removeChild(dest); -} -return src; -},getElement:function(id){ -var self=MochiKit.DOM; -if(arguments.length==1){ -return ((typeof (id)=="string")?self._document.getElementById(id):id); -}else{ -return MochiKit.Base.map(self.getElement,arguments); -} -},getElementsByTagAndClassName:function(_24c,_24d,_24e){ -var self=MochiKit.DOM; -if(typeof (_24c)=="undefined"||_24c===null){ -_24c="*"; -} -if(typeof (_24e)=="undefined"||_24e===null){ -_24e=self._document; -} -_24e=self.getElement(_24e); -var _250=(_24e.getElementsByTagName(_24c)||self._document.all); -if(typeof (_24d)=="undefined"||_24d===null){ -return MochiKit.Base.extend(null,_250); -} -var _251=[]; -for(var i=0;i<_250.length;i++){ -var _253=_250[i]; -var cls=_253.className; -if(!cls){ -continue; -} -var _255=cls.split(" "); -for(var j=0;j<_255.length;j++){ -if(_255[j]==_24d){ -_251.push(_253); -break; -} -} -} -return _251; -},_newCallStack:function(path,once){ -var rval=function(){ -var _25a=arguments.callee.callStack; -for(var i=0;i<_25a.length;i++){ -if(_25a[i].apply(this,arguments)===false){ -break; -} -} -if(once){ -try{ -this[path]=null; -} -catch(e){ -} -} -}; -rval.callStack=[]; -return rval; -},addToCallStack:function(_25c,path,func,once){ -var self=MochiKit.DOM; -var _261=_25c[path]; -var _262=_261; -if(!(typeof (_261)=="function"&&typeof (_261.callStack)=="object"&&_261.callStack!==null)){ -_262=self._newCallStack(path,once); -if(typeof (_261)=="function"){ -_262.callStack.push(_261); -} -_25c[path]=_262; -} -_262.callStack.push(func); -},addLoadEvent:function(func){ -var self=MochiKit.DOM; -self.addToCallStack(self._window,"onload",func,true); -},focusOnLoad:function(_265){ -var self=MochiKit.DOM; -self.addLoadEvent(function(){ -_265=self.getElement(_265); -if(_265){ -_265.focus(); -} -}); -},setElementClass:function(_267,_268){ -var self=MochiKit.DOM; -var obj=self.getElement(_267); -if(self.attributeArray.compliant){ -obj.setAttribute("class",_268); -}else{ -obj.setAttribute("className",_268); -} -},toggleElementClass:function(_26b){ -var self=MochiKit.DOM; -for(var i=1;i/g,">"); -},toHTML:function(dom){ -return MochiKit.DOM.emitHTML(dom).join(""); -},emitHTML:function(dom,lst){ -if(typeof (lst)=="undefined"||lst===null){ -lst=[]; -} -var _28e=[dom]; -var self=MochiKit.DOM; -var _290=self.escapeHTML; -var _291=self.attributeArray; -while(_28e.length){ -dom=_28e.pop(); -if(typeof (dom)=="string"){ -lst.push(dom); -}else{ -if(dom.nodeType==1){ -lst.push("<"+dom.tagName.toLowerCase()); -var _292=[]; -var _293=_291(dom); -for(var i=0;i<_293.length;i++){ -var a=_293[i]; -_292.push([" ",a.name,"=\"",_290(a.value),"\""]); -} -_292.sort(); -for(i=0;i<_292.length;i++){ -var _296=_292[i]; -for(var j=0;j<_296.length;j++){ -lst.push(_296[j]); -} -} -if(dom.hasChildNodes()){ -lst.push(">"); -_28e.push(""); -var _298=dom.childNodes; -for(i=_298.length-1;i>=0;i--){ -_28e.push(_298[i]); -} -}else{ -lst.push("/>"); -} -}else{ -if(dom.nodeType==3){ -lst.push(_290(dom.nodeValue)); -} -} -} -} -return lst; -},scrapeText:function(node,_29a){ -var rval=[]; -(function(node){ -var cn=node.childNodes; -if(cn){ -for(var i=0;i0){ -var _2c1=m.filter; -_2c0=function(node){ -return _2c1(_2c0.ignoreAttrFilter,node.attributes); -}; -_2c0.ignoreAttr={}; -var _2c3=_2bf.attributes; -var _2c4=_2c0.ignoreAttr; -for(var i=0;i<_2c3.length;i++){ -var a=_2c3[i]; -_2c4[a.name]=a.value; -} -_2c0.ignoreAttrFilter=function(a){ -return (_2c0.ignoreAttr[a.name]!=a.value); -}; -_2c0.compliant=false; -_2c0.renames={"class":"className","checked":"defaultChecked","usemap":"useMap","for":"htmlFor","readonly":"readOnly","colspan":"colSpan","bgcolor":"bgColor","cellspacing":"cellSpacing","cellpadding":"cellPadding"}; -}else{ -_2c0=function(node){ -return node.attributes; -}; -_2c0.compliant=true; -_2c0.renames={}; -} -this.attributeArray=_2c0; -var _2c9=function(_2ca,arr){ -var _2cc=arr[1].split("."); -var str=""; -var obj={}; -str+="if (!MochiKit."+_2cc[1]+") { throw new Error(\""; -str+="This function has been deprecated and depends on MochiKit."; -str+=_2cc[1]+".\");}"; -str+="return MochiKit."+_2cc[1]+"."+arr[0]; -str+=".apply(this, arguments);"; -obj[_2cc[2]]=new Function(str); -MochiKit.Base.update(MochiKit[_2ca],obj); -}; -for(var i;i0.5; -},isDark:function(){ -return (!this.isLight()); -},toHSLString:function(){ -var c=this.asHSL(); -var ccc=MochiKit.Color.clampColorComponent; -var rval=this._hslString; -if(!rval){ -var mid=(ccc(c.h,360).toFixed(0)+","+ccc(c.s,100).toPrecision(4)+"%"+","+ccc(c.l,100).toPrecision(4)+"%"); -var a=c.a; -if(a>=1){ -a=1; -rval="hsl("+mid+")"; -}else{ -if(a<=0){ -a=0; -} -rval="hsla("+mid+","+a+")"; -} -this._hslString=rval; -} -return rval; -},toRGBString:function(){ -var c=this.rgb; -var ccc=MochiKit.Color.clampColorComponent; -var rval=this._rgbString; -if(!rval){ -var mid=(ccc(c.r,255).toFixed(0)+","+ccc(c.g,255).toFixed(0)+","+ccc(c.b,255).toFixed(0)); -if(c.a!=1){ -rval="rgba("+mid+","+c.a+")"; -}else{ -rval="rgb("+mid+")"; -} -this._rgbString=rval; -} -return rval; -},asRGB:function(){ -return MochiKit.Base.clone(this.rgb); -},toHexString:function(){ -var m=MochiKit.Color; -var c=this.rgb; -var ccc=MochiKit.Color.clampColorComponent; -var rval=this._hexString; -if(!rval){ -rval=("#"+m.toColorPart(ccc(c.r,255))+m.toColorPart(ccc(c.g,255))+m.toColorPart(ccc(c.b,255))); -this._hexString=rval; -} -return rval; -},asHSV:function(){ -var hsv=this.hsv; -var c=this.rgb; -if(typeof (hsv)=="undefined"||hsv===null){ -hsv=MochiKit.Color.rgbToHSV(this.rgb); -this.hsv=hsv; -} -return MochiKit.Base.clone(hsv); -},asHSL:function(){ -var hsl=this.hsl; -var c=this.rgb; -if(typeof (hsl)=="undefined"||hsl===null){ -hsl=MochiKit.Color.rgbToHSL(this.rgb); -this.hsl=hsl; -} -return MochiKit.Base.clone(hsl); -},toString:function(){ -return this.toRGBString(); -},repr:function(){ -var c=this.rgb; -var col=[c.r,c.g,c.b,c.a]; -return this.__class__.NAME+"("+col.join(", ")+")"; -}}; -MochiKit.Base.update(MochiKit.Color.Color,{fromRGB:function(red,_344,blue,_346){ -var _347=MochiKit.Color.Color; -if(arguments.length==1){ -var rgb=red; -red=rgb.r; -_344=rgb.g; -blue=rgb.b; -if(typeof (rgb.a)=="undefined"){ -_346=undefined; -}else{ -_346=rgb.a; -} -} -return new _347(red,_344,blue,_346); -},fromHSL:function(hue,_34a,_34b,_34c){ -var m=MochiKit.Color; -return m.Color.fromRGB(m.hslToRGB.apply(m,arguments)); -},fromHSV:function(hue,_34f,_350,_351){ -var m=MochiKit.Color; -return m.Color.fromRGB(m.hsvToRGB.apply(m,arguments)); -},fromName:function(name){ -var _354=MochiKit.Color.Color; -if(name.charAt(0)=="\""){ -name=name.substr(1,name.length-2); -} -var _355=_354._namedColors[name.toLowerCase()]; -if(typeof (_355)=="string"){ -return _354.fromHexString(_355); -}else{ -if(name=="transparent"){ -return _354.transparentColor(); -} -} -return null; -},fromString:function(_356){ -var self=MochiKit.Color.Color; -var _358=_356.substr(0,3); -if(_358=="rgb"){ -return self.fromRGBString(_356); -}else{ -if(_358=="hsl"){ -return self.fromHSLString(_356); -}else{ -if(_356.charAt(0)=="#"){ -return self.fromHexString(_356); -} -} -} -return self.fromName(_356); -},fromHexString:function(_359){ -if(_359.charAt(0)=="#"){ -_359=_359.substring(1); -} -var _35a=[]; -var i,hex; -if(_359.length==3){ -for(i=0;i<3;i++){ -hex=_359.substr(i,1); -_35a.push(parseInt(hex+hex,16)/255); -} -}else{ -for(i=0;i<6;i+=2){ -hex=_359.substr(i,2); -_35a.push(parseInt(hex,16)/255); -} -} -var _35d=MochiKit.Color.Color; -return _35d.fromRGB.apply(_35d,_35a); -},_fromColorString:function(pre,_35f,_360,_361){ -if(_361.indexOf(pre)===0){ -_361=_361.substring(_361.indexOf("(",3)+1,_361.length-1); -} -var _362=_361.split(/\s*,\s*/); -var _363=[]; -for(var i=0;i<_362.length;i++){ -var c=_362[i]; -var val; -var _367=c.substring(c.length-3); -if(c.charAt(c.length-1)=="%"){ -val=0.01*parseFloat(c.substring(0,c.length-1)); -}else{ -if(_367=="deg"){ -val=parseFloat(c)/360; -}else{ -if(_367=="rad"){ -val=parseFloat(c)/(Math.PI*2); -}else{ -val=_360[i]*parseFloat(c); -} -} -} -_363.push(val); -} -return this[_35f].apply(this,_363); -},fromComputedStyle:function(elem,_369){ -var d=MochiKit.DOM; -var cls=MochiKit.Color.Color; -for(elem=d.getElement(elem);elem;elem=elem.parentNode){ -var _36c=MochiKit.Style.getStyle.apply(d,arguments); -if(!_36c){ -continue; -} -var _36d=cls.fromString(_36c); -if(!_36d){ -break; -} -if(_36d.asRGB().a>0){ -return _36d; -} -} -return null; -},fromBackground:function(elem){ -var cls=MochiKit.Color.Color; -return cls.fromComputedStyle(elem,"backgroundColor","background-color")||cls.whiteColor(); -},fromText:function(elem){ -var cls=MochiKit.Color.Color; -return cls.fromComputedStyle(elem,"color","color")||cls.blackColor(); -},namedColors:function(){ -return MochiKit.Base.clone(MochiKit.Color.Color._namedColors); -}}); -MochiKit.Base.update(MochiKit.Color,{clampColorComponent:function(v,_373){ -v*=_373; -if(v<0){ -return 0; -}else{ -if(v>_373){ -return _373; -}else{ -return v; -} -} -},_hslValue:function(n1,n2,hue){ -if(hue>6){ -hue-=6; -}else{ -if(hue<0){ -hue+=6; -} -} -var val; -if(hue<1){ -val=n1+(n2-n1)*hue; -}else{ -if(hue<3){ -val=n2; -}else{ -if(hue<4){ -val=n1+(n2-n1)*(4-hue); -}else{ -val=n1; -} -} -} -return val; -},hsvToRGB:function(hue,_379,_37a,_37b){ -if(arguments.length==1){ -var hsv=hue; -hue=hsv.h; -_379=hsv.s; -_37a=hsv.v; -_37b=hsv.a; -} -var red; -var _37e; -var blue; -if(_379===0){ -red=_37a; -_37e=_37a; -blue=_37a; -}else{ -var i=Math.floor(hue*6); -var f=(hue*6)-i; -var p=_37a*(1-_379); -var q=_37a*(1-(_379*f)); -var t=_37a*(1-(_379*(1-f))); -switch(i){ -case 1: -red=q; -_37e=_37a; -blue=p; -break; -case 2: -red=p; -_37e=_37a; -blue=t; -break; -case 3: -red=p; -_37e=q; -blue=_37a; -break; -case 4: -red=t; -_37e=p; -blue=_37a; -break; -case 5: -red=_37a; -_37e=p; -blue=q; -break; -case 6: -case 0: -red=_37a; -_37e=t; -blue=p; -break; -} -} -return {r:red,g:_37e,b:blue,a:_37b}; -},hslToRGB:function(hue,_386,_387,_388){ -if(arguments.length==1){ -var hsl=hue; -hue=hsl.h; -_386=hsl.s; -_387=hsl.l; -_388=hsl.a; -} -var red; -var _38b; -var blue; -if(_386===0){ -red=_387; -_38b=_387; -blue=_387; -}else{ -var m2; -if(_387<=0.5){ -m2=_387*(1+_386); -}else{ -m2=_387+_386-(_387*_386); -} -var m1=(2*_387)-m2; -var f=MochiKit.Color._hslValue; -var h6=hue*6; -red=f(m1,m2,h6+2); -_38b=f(m1,m2,h6); -blue=f(m1,m2,h6-2); -} -return {r:red,g:_38b,b:blue,a:_388}; -},rgbToHSV:function(red,_392,blue,_394){ -if(arguments.length==1){ -var rgb=red; -red=rgb.r; -_392=rgb.g; -blue=rgb.b; -_394=rgb.a; -} -var max=Math.max(Math.max(red,_392),blue); -var min=Math.min(Math.min(red,_392),blue); -var hue; -var _399; -var _39a=max; -if(min==max){ -hue=0; -_399=0; -}else{ -var _39b=(max-min); -_399=_39b/max; -if(red==max){ -hue=(_392-blue)/_39b; -}else{ -if(_392==max){ -hue=2+((blue-red)/_39b); -}else{ -hue=4+((red-_392)/_39b); -} -} -hue/=6; -if(hue<0){ -hue+=1; -} -if(hue>1){ -hue-=1; -} -} -return {h:hue,s:_399,v:_39a,a:_394}; -},rgbToHSL:function(red,_39d,blue,_39f){ -if(arguments.length==1){ -var rgb=red; -red=rgb.r; -_39d=rgb.g; -blue=rgb.b; -_39f=rgb.a; -} -var max=Math.max(red,Math.max(_39d,blue)); -var min=Math.min(red,Math.min(_39d,blue)); -var hue; -var _3a4; -var _3a5=(max+min)/2; -var _3a6=max-min; -if(_3a6===0){ -hue=0; -_3a4=0; -}else{ -if(_3a5<=0.5){ -_3a4=_3a6/(max+min); -}else{ -_3a4=_3a6/(2-max-min); -} -if(red==max){ -hue=(_39d-blue)/_3a6; -}else{ -if(_39d==max){ -hue=2+((blue-red)/_3a6); -}else{ -hue=4+((red-_39d)/_3a6); -} -} -hue/=6; -if(hue<0){ -hue+=1; -} -if(hue>1){ -hue-=1; -} -} -return {h:hue,s:_3a4,l:_3a5,a:_39f}; -},toColorPart:function(num){ -num=Math.round(num); -var _3a8=num.toString(16); -if(num<16){ -return "0"+_3a8; -} -return _3a8; -},__new__:function(){ -var m=MochiKit.Base; -this.Color.fromRGBString=m.bind(this.Color._fromColorString,this.Color,"rgb","fromRGB",[1/255,1/255,1/255,1]); -this.Color.fromHSLString=m.bind(this.Color._fromColorString,this.Color,"hsl","fromHSL",[1/360,0.01,0.01,1]); -var _3aa=1/3; -var _3ab={black:[0,0,0],blue:[0,0,1],brown:[0.6,0.4,0.2],cyan:[0,1,1],darkGray:[_3aa,_3aa,_3aa],gray:[0.5,0.5,0.5],green:[0,1,0],lightGray:[2*_3aa,2*_3aa,2*_3aa],magenta:[1,0,1],orange:[1,0.5,0],purple:[0.5,0,0.5],red:[1,0,0],transparent:[0,0,0,0],white:[1,1,1],yellow:[1,1,0]}; -var _3ac=function(name,r,g,b,a){ -var rval=this.fromRGB(r,g,b,a); -this[name]=function(){ -return rval; -}; -return rval; -}; -for(var k in _3ab){ -var name=k+"Color"; -var _3b5=m.concat([_3ac,this.Color,name],_3ab[k]); -this.Color[name]=m.bind.apply(null,_3b5); -} -var _3b6=function(){ -for(var i=0;i1){ -var src=MochiKit.DOM.getElement(arguments[0]); -var sig=arguments[1]; -var obj=arguments[2]; -var func=arguments[3]; -for(var i=_3f8.length-1;i>=0;i--){ -var o=_3f8[i]; -if(o.source===src&&o.signal===sig&&o.objOrFunc===obj&&o.funcOrStr===func){ -self._disconnect(o); -if(!self._lock){ -_3f8.splice(i,1); -}else{ -self._dirty=true; -} -return true; -} -} -}else{ -var idx=m.findIdentical(_3f8,_3f6); -if(idx>=0){ -self._disconnect(_3f6); -if(!self._lock){ -_3f8.splice(idx,1); -}else{ -self._dirty=true; -} -return true; -} -} -return false; -},disconnectAllTo:function(_401,_402){ -var self=MochiKit.Signal; -var _404=self._observers; -var _405=self._disconnect; -var _406=self._lock; -var _407=self._dirty; -if(typeof (_402)==="undefined"){ -_402=null; -} -for(var i=_404.length-1;i>=0;i--){ -var _409=_404[i]; -if(_409.objOrFunc===_401&&(_402===null||_409.funcOrStr===_402)){ -_405(_409); -if(_406){ -_407=true; -}else{ -_404.splice(i,1); -} -} -} -self._dirty=_407; -},disconnectAll:function(src,sig){ -src=MochiKit.DOM.getElement(src); -var m=MochiKit.Base; -var _40d=m.flattenArguments(m.extend(null,arguments,1)); -var self=MochiKit.Signal; -var _40f=self._disconnect; -var _410=self._observers; -var i,_412; -var _413=self._lock; -var _414=self._dirty; -if(_40d.length===0){ -for(i=_410.length-1;i>=0;i--){ -_412=_410[i]; -if(_412.source===src){ -_40f(_412); -if(!_413){ -_410.splice(i,1); -}else{ -_414=true; -} -} -} -}else{ -var sigs={}; -for(i=0;i<_40d.length;i++){ -sigs[_40d[i]]=true; -} -for(i=_410.length-1;i>=0;i--){ -_412=_410[i]; -if(_412.source===src&&_412.signal in sigs){ -_40f(_412); -if(!_413){ -_410.splice(i,1); -}else{ -_414=true; -} -} -} -} -self._dirty=_414; -},signal:function(src,sig){ -var self=MochiKit.Signal; -var _419=self._observers; -src=MochiKit.DOM.getElement(src); -var args=MochiKit.Base.extend(null,arguments,2); -var _41b=[]; -self._lock=true; -for(var i=0;i<_419.length;i++){ -var _41d=_419[i]; -if(_41d.source===src&&_41d.signal===sig){ -try{ -_41d.listener.apply(src,args); -} -catch(e){ -_41b.push(e); -} -} -} -self._lock=false; -if(self._dirty){ -self._dirty=false; -for(var i=_419.length-1;i>=0;i--){ -if(!_419[i].connected){ -_419.splice(i,1); -} -} -} -if(_41b.length==1){ -throw _41b[0]; -}else{ -if(_41b.length>1){ -var e=new Error("Multiple errors thrown in handling 'sig', see errors property"); -e.errors=_41b; -throw e; -} -} -}}); -MochiKit.Signal.EXPORT_OK=[]; -MochiKit.Signal.EXPORT=["connect","disconnect","signal","disconnectAll","disconnectAllTo"]; -MochiKit.Signal.__new__=function(win){ -var m=MochiKit.Base; -this._document=document; -this._window=win; -this._lock=false; -this._dirty=false; -try{ -this.connect(window,"onunload",this._unloadCache); -} -catch(e){ -} -this.EXPORT_TAGS={":common":this.EXPORT,":all":m.concat(this.EXPORT,this.EXPORT_OK)}; -m.nameFunctions(this); -}; -MochiKit.Signal.__new__(this); -if(MochiKit.__export__){ -connect=MochiKit.Signal.connect; -disconnect=MochiKit.Signal.disconnect; -disconnectAll=MochiKit.Signal.disconnectAll; -signal=MochiKit.Signal.signal; -} -MochiKit.Base._exportSymbols(this,MochiKit.Signal); - - -/*** - - PlotKit.PlotKit 0.9.1 : PACKED VERSION - - THIS FILE IS AUTOMATICALLY GENERATED. If creating patches, please - diff against the source tree, not this file. - - For more information, . - - Copyright (c) 2006. Alastair Tse. - -***/ - -try{ -if(typeof (MochiKit.Base)=="undefined"||typeof (MochiKit.DOM)=="undefined"||typeof (MochiKit.Color)=="undefined"){ -throw ""; -} -} -catch(e){ -throw "PlotKit depends on MochiKit.{Base,Color,DOM}"; -} -MochiKit.Base.update(MochiKit.Color.Color.prototype,{asFillColor:function(){ -return this.lighterColorWithLevel(0.3); -},asStrokeColor:function(){ -return this.darkerColorWithLevel(0.1); -},asPointColor:function(){ -return this.lighterColorWithLevel(0.1); -}}); -if(typeof (PlotKit)=="undefined"){ -PlotKit={}; -} -PlotKit.NAME="PlotKit"; -PlotKit.VERSION="0.8"; -PlotKit.__repr__=function(){ -return "["+this.NAME+" "+this.VERSION+"]"; -}; -PlotKit.toString=function(){ -return this.__repr__(); -}; -if(typeof (PlotKit.Base)=="undefined"){ -PlotKit.Base={}; -} -PlotKit.Base.NAME="PlotKit.Base"; -PlotKit.Base.VERSION=PlotKit.VERSION; -PlotKit.Base.__repr__=function(){ -return "["+this.NAME+" "+this.VERSION+"]"; -}; -PlotKit.Base.toString=function(){ -return this.__repr__(); -}; -PlotKit.Base.usingPrototype=function(){ -try{ -return (typeof (Object.extend)=="function"); -} -catch(e){ -return false; -} -}; -MochiKit.Base.update(PlotKit.Base,{collapse:function(_1){ -var m=MochiKit.Base; -var _3=new Array(); -for(var i=0;i<_1.length;i++){ -_3=m.concat(_3,_1[i]); -} -if(PlotKit.Base.usingPrototype()){ -delete _3.extend; -delete _3.from; -delete _3.inspect; -} -return _3; -},uniq:function(_5){ -var m=MochiKit.Base; -if(!m.isArrayLike(_5)||(_5.length<1)){ -return new Array(); -} -var _6=new Array(); -var _7=_5[0]; -_6.push(_5[0]); -for(var i=1;i<_5.length;i++){ -if(m.compare(_5[i],_7)!=0){ -_7=_5[i]; -_6.push(_5[i]); -} -} -return _6; -},palette:function(_8,_9,_10,_11){ -var _12=MochiKit.Base.isUndefinedOrNull; -var _13=new Array(); -if(_12(_11)){ -_11=0.1; -} -if(_12(_10)){ -_10=0.4; -} -if(_12(_9)){ -_9=-0.2; -} -var _14=_9; -while(_14<=_10){ -_13.push(_14); -_14+=_11; -} -var _15=function(_16,_17){ -return _16.lighterColorWithLevel(_17); -}; -return MochiKit.Base.map(partial(_15,_8),_13); -},excanvasSupported:function(){ -if(/MSIE/.test(navigator.userAgent)&&!window.opera){ -return true; -} -return false; -},findPosX:function(obj){ -var _19=0; -if(obj.offsetParent){ -while(obj.offsetParent){ -_19+=obj.offsetLeft; -obj=obj.offsetParent; -} -}else{ -if(obj.x){ -_19+=obj.x; -} -} -return _19; -},findPosY:function(obj){ -var _20=0; -if(obj.offsetParent){ -while(obj.offsetParent){ -_20+=obj.offsetTop; -obj=obj.offsetParent; -} -}else{ -if(obj.y){ -_20+=obj.y; -} -} -return _20; -},isFuncLike:function(obj){ -return (typeof (obj)=="function"); -}}); -PlotKit.Base.map=function(fn,lst){ -if(PlotKit.Base.usingPrototype()){ -var _23=[]; -for(var x in lst){ -if(typeof (lst[x])=="function"){ -continue; -} -_23.push(fn(lst[x])); -} -return _23; -}else{ -return MochiKit.Base.map(fn,lst); -} -}; -PlotKit.Base.items=function(lst){ -if(PlotKit.Base.usingPrototype()){ -var _25=[]; -for(var x in lst){ -if(typeof (lst[x])=="function"){ -continue; -} -_25.push([x,lst[x]]); -} -return _25; -}else{ -return MochiKit.Base.items(lst); -} -}; -PlotKit.Base.keys=function(lst){ -if(PlotKit.Base.usingPrototype()){ -var _26=[]; -for(var x in lst){ -if(typeof (lst[x])=="function"){ -continue; -} -_26.push(x); -} -return _26; -}else{ -return MochiKit.Base.keys(lst); -} -}; -PlotKit.Base.baseColors=function(){ -var _27=MochiKit.Color.Color.fromHexString; -return [_27("#476fb2"),_27("#be2c2b"),_27("#85b730"),_27("#734a99"),_27("#26a1c5"),_27("#fb8707"),_27("#000000")]; -}; -PlotKit.Base.EXPORT=["baseColors","collapse","findPosX","findPosY","uniq","isFuncLike","excanvasSupported"]; -PlotKit.Base.EXPORT_OK=[]; -PlotKit.Base.__new__=function(){ -var m=MochiKit.Base; -m.nameFunctions(this); -this.EXPORT_TAGS={":common":this.EXPORT,":all":m.concat(this.EXPORT,this.EXPORT_OK)}; -}; -PlotKit.Base.__new__(); -MochiKit.Base._exportSymbols(this,PlotKit.Base); -try{ -if(typeof (PlotKit.Base)=="undefined"){ -throw ""; -} -} -catch(e){ -throw "PlotKit.Layout depends on MochiKit.{Base,Color,DOM,Format} and PlotKit.Base"; -} -if(typeof (PlotKit.Layout)=="undefined"){ -PlotKit.Layout={}; -} -PlotKit.Layout.NAME="PlotKit.Layout"; -PlotKit.Layout.VERSION=PlotKit.VERSION; -PlotKit.Layout.__repr__=function(){ -return "["+this.NAME+" "+this.VERSION+"]"; -}; -PlotKit.Layout.toString=function(){ -return this.__repr__(); -}; -PlotKit.Layout.valid_styles=["bar","line","pie","point"]; -PlotKit.Layout=function(_28,_29){ -this.options={"barWidthFillFraction":0.75,"barOrientation":"vertical","xOriginIsZero":true,"yOriginIsZero":true,"xAxis":null,"yAxis":null,"xTicks":null,"yTicks":null,"xNumberOfTicks":10,"yNumberOfTicks":5,"xTickPrecision":1,"yTickPrecision":1,"pieRadius":0.4}; -this.style=_28; -MochiKit.Base.update(this.options,_29?_29:{}); -if(!MochiKit.Base.isUndefinedOrNull(this.options.xAxis)){ -this.minxval=this.options.xAxis[0]; -this.maxxval=this.options.xAxis[1]; -this.xscale=this.maxxval-this.minxval; -}else{ -this.minxval=0; -this.maxxval=null; -this.xscale=null; -} -if(!MochiKit.Base.isUndefinedOrNull(this.options.yAxis)){ -this.minyval=this.options.yAxis[0]; -this.maxyval=this.options.yAxis[1]; -this.yscale=this.maxyval-this.minyval; -}else{ -this.minyval=0; -this.maxyval=null; -this.yscale=null; -} -this.bars=new Array(); -this.points=new Array(); -this.slices=new Array(); -this.xticks=new Array(); -this.yticks=new Array(); -this.datasets=new Array(); -this.minxdelta=0; -this.xrange=1; -this.yrange=1; -this.hitTestCache={x2maxy:null}; -}; -PlotKit.Layout.prototype.addDataset=function(_30,_31){ -this.datasets[_30]=_31; -}; -PlotKit.Layout.prototype.removeDataset=function(_32,_33){ -delete this.datasets[_32]; -}; -PlotKit.Layout.prototype.evaluate=function(){ -this._evaluateLimits(); -this._evaluateScales(); -if(this.style=="line"){ -this._evaluateLineCharts(); -this._evaluateLineTicks(); -} -}; -PlotKit.Layout.prototype._evaluateLimits=function(){ -var map=PlotKit.Base.map; -var _35=PlotKit.Base.items; -var _36=MochiKit.Base.itemgetter; -var _37=PlotKit.Base.collapse; -var _38=MochiKit.Base.listMin; -var _39=MochiKit.Base.listMax; -var _40=MochiKit.Base.isUndefinedOrNull; -var all=_37(map(_36(1),_35(this.datasets))); -if(_40(this.options.xAxis)){ -if(this.options.xOriginIsZero){ -this.minxval=0; -}else{ -this.minxval=_38(map(parseFloat,map(_36(0),all))); -} -this.maxxval=_39(map(parseFloat,map(_36(0),all))); -}else{ -this.minxval=this.options.xAxis[0]; -this.maxxval=this.options.xAxis[1]; -this.xscale=this.maxval-this.minxval; -} -if(_40(this.options.yAxis)){ -if(this.options.yOriginIsZero){ -this.minyval=0; -}else{ -this.minyval=_38(map(parseFloat,map(_36(1),all))); -} -this.maxyval=_39(map(parseFloat,map(_36(1),all))); -}else{ -this.minyval=this.options.yAxis[0]; -this.maxyval=this.options.yAxis[1]; -this.yscale=this.maxyval-this.minyval; -} -}; -PlotKit.Layout.prototype._evaluateScales=function(){ -this.xrange=this.maxxval-this.minxval; -if(this.xrange==0){ -this.xscale=1; -}else{ -this.xscale=1/this.xrange; -} -this.yrange=this.maxyval-this.minyval; -if(this.yrange==0){ -this.yscale=1; -}else{ -this.yscale=1/this.yrange; -} -}; -PlotKit.Layout.prototype._evaluateLineCharts=function(){ -var _42=PlotKit.Base.items; -var _43=_42(this.datasets).length; -this.points=new Array(); -var i=0; -for(var _44 in this.datasets){ -var _45=this.datasets[_44]; -if(PlotKit.Base.isFuncLike(_45)){ -continue; -} -_45.sort(function(a,b){ -return compare(parseFloat(a[0]),parseFloat(b[0])); -}); -for(var j=0;j<_45.length;j++){ -var _49=_45[j]; -var _50={x:((parseFloat(_49[0])-this.minxval)*this.xscale),y:1-((parseFloat(_49[1])-this.minyval)*this.yscale),xval:parseFloat(_49[0]),yval:parseFloat(_49[1]),name:_44}; -if(_50.y<=0){ -_50.y=0; -} -if(_50.y>=1){ -_50.y=1; -} -if((_50.x>=0)&&(_50.x<=1)){ -this.points.push(_50); -} -} -i++; -} -}; -PlotKit.Layout.prototype._evaluateLineTicksForXAxis=function(){ -var _51=MochiKit.Base.isUndefinedOrNull; -this.xticks=new Array(); -var _52=function(_53){ -var _54=_53.label; -if(_51(_54)){ -_54=_53.v.toString(); -} -var pos=this.xscale*(_53.v-this.minxval); -if((pos>=0)&&(pos<=1)){ -this.xticks.push([pos,_54]); -} -}; -MochiKit.Iter.forEach(this.options.xTicks,bind(_52,this)); -}; -PlotKit.Layout.prototype._evaluateLineTicksForYAxis=function(){ -var _56=MochiKit.Base.isUndefinedOrNull; -this.yticks=new Array(); -var _57=function(_58){ -var _59=_58.label; -if(_56(_59)){ -_59=_58.v.toString(); -} -var pos=1-(this.yscale*(_58.v-this.minyval)); -if((pos>=0)&&(pos<=1)){ -this.yticks.push([pos,_59]); -} -}; -MochiKit.Iter.forEach(this.options.yTicks,bind(_57,this)); -}; -PlotKit.Layout.prototype._evaluateLineTicks=function(){ -this._evaluateLineTicksForXAxis(); -this._evaluateLineTicksForYAxis(); -}; -PlotKit.LayoutModule={}; -PlotKit.LayoutModule.Layout=PlotKit.Layout; -PlotKit.LayoutModule.EXPORT=["Layout"]; -PlotKit.LayoutModule.EXPORT_OK=[]; -PlotKit.LayoutModule.__new__=function(){ -var m=MochiKit.Base; -m.nameFunctions(this); -this.EXPORT_TAGS={":common":this.EXPORT,":all":m.concat(this.EXPORT,this.EXPORT_OK)}; -}; -PlotKit.LayoutModule.__new__(); -MochiKit.Base._exportSymbols(this,PlotKit.LayoutModule); -try{ -if((typeof (PlotKit.Base)=="undefined")||(typeof (PlotKit.Layout)=="undefined")){ -throw ""; -} -} -catch(e){ -throw "PlotKit.Layout depends on MochiKit.{Base,Color,DOM,Format} and PlotKit.{Base,Layout}"; -} -if(typeof (PlotKit.CanvasRenderer)=="undefined"){ -PlotKit.CanvasRenderer={}; -} -PlotKit.CanvasRenderer.NAME="PlotKit.CanvasRenderer"; -PlotKit.CanvasRenderer.VERSION=PlotKit.VERSION; -PlotKit.CanvasRenderer.__repr__=function(){ -return "["+this.NAME+" "+this.VERSION+"]"; -}; -PlotKit.CanvasRenderer.toString=function(){ -return this.__repr__(); -}; -PlotKit.CanvasRenderer=function(_60,_61,_62){ -if(arguments.length>0){ -this.__init__(_60,_61,_62); -} -}; -PlotKit.CanvasRenderer.prototype.__init__=function(_63,_64,_65){ -var _66=MochiKit.Base.isUndefinedOrNull; -var _67=MochiKit.Color.Color; -this.options={"drawBackground":true,"backgroundColor":_67.whiteColor(),"colorScheme":PlotKit.Base.palette(PlotKit.Base.baseColors()[0]),"strokeColor":_67.whiteColor(),"strokeColorTransform":"asStrokeColor","strokeWidth":0.5,"shouldFill":true,"shouldStroke":true,"drawXAxis":true,"drawYAxis":true,"axisLineColor":_67.blackColor(),"axisLineWidth":0.5,"axisTickSize":3,"axisLabelColor":_67.blackColor(),"axisLabelFont":"Arial","axisLabelFontSize":9,"axisLabelWidth":50,"pieRadius":0.4,"enableEvents":true}; -MochiKit.Base.update(this.options,_65?_65:{}); -this.layout=_64; -this.element=MochiKit.DOM.getElement(_63); -this.container=this.element.parentNode; -this.isIE=PlotKit.Base.excanvasSupported(); -if(this.isIE&&!_66(G_vmlCanvasManager)){ -this.IEDelay=0.5; -this.maxTries=5; -this.renderDelay=null; -this.clearDelay=null; -this.element=G_vmlCanvasManager.initElement(this.element); -} -this.height=this.element.height; -this.width=this.element.width; -if(_66(this.element)){ -throw "CanvasRenderer() - passed canvas is not found"; -} -if(!this.isIE&&!(PlotKit.CanvasRenderer.isSupported(this.element))){ -throw "CanvasRenderer() - Canvas is not supported."; -} -if(_66(this.container)||(this.container.nodeName.toLowerCase()!="div")){ -throw "CanvasRenderer() - needs to be enclosed in
"; -} -this.xlabels=new Array(); -this.ylabels=new Array(); -this.isFirstRender=true; -this.area={x:this.options.yAxisLabelWidth+2*this.options.axisTickSize,y:0}; -this.area.w=this.width-this.area.x-this.options.rightGap; -this.area.h=this.height-this.options.axisLabelFontSize-2*this.options.axisTickSize; -MochiKit.DOM.updateNodeAttributes(this.container,{"style":{"position":"relative","width":this.width+"px"}}); -}; -PlotKit.CanvasRenderer.prototype._renderLineAxis=function(){ -this._renderAxis(); -}; -PlotKit.CanvasRenderer.prototype._renderAxis=function(){ -if(!this.options.drawXAxis&&!this.options.drawYAxis){ -return; -} -var _68=this.element.getContext("2d"); -var _69={"style":{"position":"absolute","fontSize":this.options.axisLabelFontSize+"px","zIndex":10,"color":this.options.axisLabelColor.toRGBString(),"width":this.options.axisLabelWidth+"px","overflow":"hidden"}}; -_68.save(); -_68.strokeStyle=this.options.axisLineColor.toRGBString(); -_68.lineWidth=this.options.axisLineWidth; -if(this.options.drawYAxis){ -if(this.layout.yticks){ -var _70=function(_71){ -if(typeof (_71)=="function"){ -return; -} -var x=this.area.x; -var y=this.area.y+_71[0]*this.area.h; -_68.beginPath(); -_68.moveTo(x,y); -_68.lineTo(x-this.options.axisTickSize,y); -_68.closePath(); -_68.stroke(); -var _73=DIV(_69,_71[1]); -var top=(y-this.options.axisLabelFontSize/2); -if(top<0){ -top=0; -} -if(top+this.options.axisLabelFontSize+3>this.height){ -_73.style.bottom="0px"; -}else{ -_73.style.top=top+"px"; -} -_73.style.left="0px"; -_73.style.textAlign="right"; -_73.style.width=this.options.yAxisLabelWidth+"px"; -MochiKit.DOM.appendChildNodes(this.container,_73); -this.ylabels.push(_73); -}; -MochiKit.Iter.forEach(this.layout.yticks,bind(_70,this)); -var _75=this.ylabels[0]; -var _76=this.options.axisLabelFontSize; -var _77=parseInt(_75.style.top)+_76; -if(_77>this.height-_76){ -_75.style.top=(parseInt(_75.style.top)-_76/2)+"px"; -} -} -_68.beginPath(); -_68.moveTo(this.area.x,this.area.y); -_68.lineTo(this.area.x,this.area.y+this.area.h); -_68.closePath(); -_68.stroke(); -} -if(this.options.drawXAxis){ -if(this.layout.xticks){ -var _70=function(_78){ -if(typeof (dataset)=="function"){ -return; -} -var x=this.area.x+_78[0]*this.area.w; -var y=this.area.y+this.area.h; -_68.beginPath(); -_68.moveTo(x,y); -_68.lineTo(x,y+this.options.axisTickSize); -_68.closePath(); -_68.stroke(); -var _79=DIV(_69,_78[1]); -_79.style.textAlign="center"; -_79.style.bottom="0px"; -var _80=(x-this.options.axisLabelWidth/2); -if(_80+this.options.axisLabelWidth>this.width){ -_80=this.width-this.options.xAxisLabelWidth; -_79.style.textAlign="right"; -} -if(_80<0){ -_80=0; -_79.style.textAlign="left"; -} -_79.style.left=_80+"px"; -_79.style.width=this.options.xAxisLabelWidth+"px"; -MochiKit.DOM.appendChildNodes(this.container,_79); -this.xlabels.push(_79); -}; -MochiKit.Iter.forEach(this.layout.xticks,bind(_70,this)); -} -_68.beginPath(); -_68.moveTo(this.area.x,this.area.y+this.area.h); -_68.lineTo(this.area.x+this.area.w,this.area.y+this.area.h); -_68.closePath(); -_68.stroke(); -} -_68.restore(); -}; -PlotKit.CanvasRenderer.prototype.clear=function(){ -if(this.isIE){ -try{ -if(this.clearDelay){ -this.clearDelay.cancel(); -this.clearDelay=null; -} -var _81=this.element.getContext("2d"); -} -catch(e){ -this.isFirstRender=false; -this.clearDelay=MochiKit.Async.wait(this.IEDelay); -this.clearDelay.addCallback(bind(this.clear,this)); -return; -} -} -var _81=this.element.getContext("2d"); -_81.clearRect(0,0,this.width,this.height); -MochiKit.Iter.forEach(this.xlabels,MochiKit.DOM.removeElement); -MochiKit.Iter.forEach(this.ylabels,MochiKit.DOM.removeElement); -this.xlabels=new Array(); -this.ylabels=new Array(); -}; -PlotKit.CanvasRenderer.isSupported=function(_82){ -var _83=null; -try{ -if(MochiKit.Base.isUndefinedOrNull(_82)){ -_83=MochiKit.DOM.CANVAS({}); -}else{ -_83=MochiKit.DOM.getElement(_82); -} -var _84=_83.getContext("2d"); -} -catch(e){ -var ie=navigator.appVersion.match(/MSIE (\d\.\d)/); -var _86=(navigator.userAgent.toLowerCase().indexOf("opera")!=-1); -if((!ie)||(ie[1]<6)||(_86)){ -return false; -} -return true; -} -return true; -}; -PlotKit.Canvas={}; -PlotKit.Canvas.CanvasRenderer=PlotKit.CanvasRenderer; -PlotKit.Canvas.EXPORT=["CanvasRenderer"]; -PlotKit.Canvas.EXPORT_OK=["CanvasRenderer"]; -PlotKit.Canvas.__new__=function(){ -var m=MochiKit.Base; -m.nameFunctions(this); -this.EXPORT_TAGS={":common":this.EXPORT,":all":m.concat(this.EXPORT,this.EXPORT_OK)}; -}; -PlotKit.Canvas.__new__(); -MochiKit.Base._exportSymbols(this,PlotKit.Canvas); - - -Date.ext={};Date.ext.util={};Date.ext.util.xPad=function(x,pad,r){if(typeof (r)=="undefined"){r=10}for(;parseInt(x,10)1;r/=10){x=pad.toString()+x}return x.toString()};Date.prototype.locale="en-GB";if(document.getElementsByTagName("html")&&document.getElementsByTagName("html")[0].lang){Date.prototype.locale=document.getElementsByTagName("html")[0].lang}Date.ext.locales={};Date.ext.locales.en={a:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],A:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],b:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],B:["January","February","March","April","May","June","July","August","September","October","November","December"],c:"%a %d %b %Y %T %Z",p:["AM","PM"],P:["am","pm"],x:"%d/%m/%y",X:"%T"};Date.ext.locales["en-US"]=Date.ext.locales.en;Date.ext.locales["en-US"].c="%a %d %b %Y %r %Z";Date.ext.locales["en-US"].x="%D";Date.ext.locales["en-US"].X="%r";Date.ext.locales["en-GB"]=Date.ext.locales.en;Date.ext.locales["en-AU"]=Date.ext.locales["en-GB"];Date.ext.formats={a:function(d){return Date.ext.locales[d.locale].a[d.getDay()]},A:function(d){return Date.ext.locales[d.locale].A[d.getDay()]},b:function(d){return Date.ext.locales[d.locale].b[d.getMonth()]},B:function(d){return Date.ext.locales[d.locale].B[d.getMonth()]},c:"toLocaleString",C:function(d){return Date.ext.util.xPad(parseInt(d.getFullYear()/100,10),0)},d:["getDate","0"],e:["getDate"," "],g:function(d){return Date.ext.util.xPad(parseInt(Date.ext.util.G(d)/100,10),0)},G:function(d){var y=d.getFullYear();var V=parseInt(Date.ext.formats.V(d),10);var W=parseInt(Date.ext.formats.W(d),10);if(W>V){y++}else{if(W===0&&V>=52){y--}}return y},H:["getHours","0"],I:function(d){var I=d.getHours()%12;return Date.ext.util.xPad(I===0?12:I,0)},j:function(d){var ms=d-new Date(""+d.getFullYear()+"/1/1 GMT");ms+=d.getTimezoneOffset()*60000;var doy=parseInt(ms/60000/60/24,10)+1;return Date.ext.util.xPad(doy,0,100)},m:function(d){return Date.ext.util.xPad(d.getMonth()+1,0)},M:["getMinutes","0"],p:function(d){return Date.ext.locales[d.locale].p[d.getHours()>=12?1:0]},P:function(d){return Date.ext.locales[d.locale].P[d.getHours()>=12?1:0]},S:["getSeconds","0"],u:function(d){var dow=d.getDay();return dow===0?7:dow},U:function(d){var doy=parseInt(Date.ext.formats.j(d),10);var rdow=6-d.getDay();var woy=parseInt((doy+rdow)/7,10);return Date.ext.util.xPad(woy,0)},V:function(d){var woy=parseInt(Date.ext.formats.W(d),10);var dow1_1=(new Date(""+d.getFullYear()+"/1/1")).getDay();var idow=woy+(dow1_1>4||dow1_1<=1?0:1);if(idow==53&&(new Date(""+d.getFullYear()+"/12/31")).getDay()<4){idow=1}else{if(idow===0){idow=Date.ext.formats.V(new Date(""+(d.getFullYear()-1)+"/12/31"))}}return Date.ext.util.xPad(idow,0)},w:"getDay",W:function(d){var doy=parseInt(Date.ext.formats.j(d),10);var rdow=7-Date.ext.formats.u(d);var woy=parseInt((doy+rdow)/7,10);return Date.ext.util.xPad(woy,0,10)},y:function(d){return Date.ext.util.xPad(d.getFullYear()%100,0)},Y:"getFullYear",z:function(d){var o=d.getTimezoneOffset();var H=Date.ext.util.xPad(parseInt(Math.abs(o/60),10),0);var M=Date.ext.util.xPad(o%60,0);return(o>0?"-":"+")+H+M},Z:function(d){return d.toString().replace(/^.*\(([^)]+)\)$/,"$1")},"%":function(d){return"%"}};Date.ext.aggregates={c:"locale",D:"%m/%d/%y",h:"%b",n:"\n",r:"%I:%M:%S %p",R:"%H:%M",t:"\t",T:"%H:%M:%S",x:"locale",X:"locale"};Date.ext.aggregates.z=Date.ext.formats.z(new Date());Date.ext.aggregates.Z=Date.ext.formats.Z(new Date());Date.ext.unsupported={};Date.prototype.strftime=function(fmt){if(!(this.locale in Date.ext.locales)){if(this.locale.replace(/-[a-zA-Z]+$/,"") in Date.ext.locales){this.locale=this.locale.replace(/-[a-zA-Z]+$/,"")}else{this.locale="en-GB"}}var d=this;while(fmt.match(/%[cDhnrRtTxXzZ]/)){fmt=fmt.replace(/%([cDhnrRtTxXzZ])/g,function(m0,m1){var f=Date.ext.aggregates[m1];return(f=="locale"?Date.ext.locales[d.locale][m1]:f)})}var str=fmt.replace(/%([aAbBCdegGHIjmMpPSuUVwWyY%])/g,function(m0,m1){var f=Date.ext.formats[m1];if(typeof (f)=="string"){return d[f]()}else{if(typeof (f)=="function"){return f.call(d,d)}else{if(typeof (f)=="object"&&typeof (f[0])=="string"){return Date.ext.util.xPad(d[f[0]](),f[1])}else{return m1}}}});d=null;return str}; -DygraphLayout=function(_1){ -PlotKit.Layout.call(this,"line",_1); -}; -DygraphLayout.prototype=new PlotKit.Layout(); -DygraphLayout.prototype.evaluateWithError=function(){ -this.evaluate(); -if(!this.options.errorBars){ -return; -} -var i=0; -for(var _3 in this.datasets){ -var j=0; -var _5=this.datasets[_3]; -if(PlotKit.Base.isFuncLike(_5)){ -continue; -} -for(var j=0;j<_5.length;j++,i++){ -var _6=_5[j]; -var xv=parseFloat(_6[0]); -var yv=parseFloat(_6[1]); -if(xv==this.points[i].xval&&yv==this.points[i].yval){ -this.points[i].errorMinus=parseFloat(_6[2]); -this.points[i].errorPlus=parseFloat(_6[3]); -} -} -} -}; -DygraphLayout.prototype.removeAllDatasets=function(){ -delete this.datasets; -this.datasets=new Array(); -}; -DygraphLayout.prototype.updateOptions=function(_9){ -MochiKit.Base.update(this.options,_9?_9:{}); -}; -DygraphCanvasRenderer=function(_10,_11,_12){ -PlotKit.CanvasRenderer.call(this,_10,_11,_12); -this.options.shouldFill=false; -this.options.shouldStroke=true; -this.options.drawYGrid=true; -this.options.drawXGrid=true; -this.options.gridLineColor=MochiKit.Color.Color.grayColor(); -MochiKit.Base.update(this.options,_12); -this.options.drawBackground=false; -}; -DygraphCanvasRenderer.prototype=new PlotKit.CanvasRenderer(); -DygraphCanvasRenderer.prototype.render=function(){ -var ctx=this.element.getContext("2d"); -if(this.options.drawYGrid){ -var _14=this.layout.yticks; -ctx.save(); -ctx.strokeStyle=this.options.gridLineColor.toRGBString(); -ctx.lineWidth=this.options.axisLineWidth; -for(var i=0;i<_14.length;i++){ -var x=this.area.x; -var y=this.area.y+_14[i][0]*this.area.h; -ctx.beginPath(); -ctx.moveTo(x,y); -ctx.lineTo(x+this.area.w,y); -ctx.closePath(); -ctx.stroke(); -} -} -if(this.options.drawXGrid){ -var _14=this.layout.xticks; -ctx.save(); -ctx.strokeStyle=this.options.gridLineColor.toRGBString(); -ctx.lineWidth=this.options.axisLineWidth; -for(var i=0;i<_14.length;i++){ -var x=this.area.x+_14[i][0]*this.area.w; -var y=this.area.y+this.area.h; -ctx.beginPath(); -ctx.moveTo(x,y); -ctx.lineTo(x,this.area.y); -ctx.closePath(); -ctx.stroke(); -} -} -this._renderLineChart(); -this._renderLineAxis(); -}; -DygraphCanvasRenderer.prototype._renderLineChart=function(){ -var _17=this.element.getContext("2d"); -var _18=this.options.colorScheme.length; -var _19=this.options.colorScheme; -var _20=MochiKit.Base.keys(this.layout.datasets); -var _21=this.layout.options.errorBars; -var _22=_20.length; -var _23=MochiKit.Base.bind; -var _24=MochiKit.Base.partial; -var _25=function(_26){ -_26.canvasx=this.area.w*_26.x+this.area.x; -_26.canvasy=this.area.h*_26.y+this.area.y; -}; -MochiKit.Iter.forEach(this.layout.points,_25,this); -var _27=function(ctx){ -for(var i=0;i<_22;i++){ -var _28=_20[i]; -var _29=_19[i%_18]; -var _30=this.options.strokeColorTransform; -_17.save(); -_17.strokeStyle=_29.toRGBString(); -_17.lineWidth=this.options.strokeWidth; -ctx.beginPath(); -var _31=this.layout.points[0]; -var _32=true; -var _33=function(_34,_31){ -if(_31.name==_28){ -if(!_31.canvasy||isNaN(_31.canvasy)){ -_32=true; -}else{ -if(_32){ -_34.moveTo(_31.canvasx,_31.canvasy); -_32=false; -}else{ -_34.lineTo(_31.canvasx,_31.canvasy); -} -} -} -}; -MochiKit.Iter.forEach(this.layout.points,_24(_33,ctx),this); -ctx.stroke(); -} -}; -var _35=function(ctx){ -for(var i=0;i<_22;i++){ -var _36=_20[i]; -var _37=_19[i%_18]; -var _38=this.options.strokeColorTransform; -_17.save(); -_17.strokeStyle=_37.toRGBString(); -_17.lineWidth=this.options.strokeWidth; -var _39=-1; -var _40=[-1,-1]; -var _41=0; -var _42=this.layout.yscale; -var _43=function(_44,_45){ -_41++; -if(_45.name==_36){ -if(!_45.y||isNaN(_45.y)){ -_39=-1; -return; -} -var _46=[_45.y-_45.errorPlus*_42,_45.y+_45.errorMinus*_42]; -_46[0]=this.area.h*_46[0]+this.area.y; -_46[1]=this.area.h*_46[1]+this.area.y; -if(_39>=0){ -_44.moveTo(_39,_40[0]); -_44.lineTo(_45.canvasx,_46[0]); -_44.lineTo(_45.canvasx,_46[1]); -_44.lineTo(_39,_40[1]); -_44.closePath(); -} -_40[0]=_46[0]; -_40[1]=_46[1]; -_39=_45.canvasx; -} -}; -var _47=_37.colorWithAlpha(0.15); -ctx.fillStyle=_47.toRGBString(); -ctx.beginPath(); -MochiKit.Iter.forEach(this.layout.points,_24(_43,ctx),this); -ctx.fill(); -} -}; -if(_21){ -_23(_35,this)(_17); -} -_23(_27,this)(_17); -_17.restore(); -}; -Dygraph=function(div,_49,_50){ -if(arguments.length>0){ -if(arguments.length==4){ -this.warn("Using deprecated four-argument dygraph constructor"); -this.__old_init__(div,_49,arguments[2],arguments[3]); -}else{ -this.__init__(div,_49,_50); -} -} -}; -Dygraph.NAME="Dygraph"; -Dygraph.VERSION="1.2"; -Dygraph.__repr__=function(){ -return "["+this.NAME+" "+this.VERSION+"]"; -}; -Dygraph.toString=function(){ -return this.__repr__(); -}; -Dygraph.DEFAULT_ROLL_PERIOD=1; -Dygraph.DEFAULT_WIDTH=480; -Dygraph.DEFAULT_HEIGHT=320; -Dygraph.AXIS_LINE_WIDTH=0.3; -Dygraph.DEFAULT_ATTRS={highlightCircleSize:3,pixelsPerXLabel:60,pixelsPerYLabel:30,labelsDivWidth:250,labelsDivStyles:{},labelsSeparateLines:false,labelsKMB:false,strokeWidth:1,axisTickSize:3,axisLabelFontSize:14,xAxisLabelWidth:50,yAxisLabelWidth:50,rightGap:5,showRoller:false,xValueFormatter:Dygraph.dateString_,xValueParser:Dygraph.dateParser,xTicker:Dygraph.dateTicker,sigma:2,errorBars:false,fractions:false,wilsonInterval:true,customBars:false}; -Dygraph.DEBUG=1; -Dygraph.INFO=2; -Dygraph.WARNING=3; -Dygraph.ERROR=3; -Dygraph.prototype.__old_init__=function(div,_51,_52,_53){ -if(_52!=null){ -var _54=["Date"]; -for(var i=0;i<_52.length;i++){ -_54.push(_52[i]); -} -MochiKit.Base.update(_53,{"labels":_54}); -} -this.__init__(div,_51,_53); -}; -Dygraph.prototype.__init__=function(div,_55,_56){ -if(_56==null){ -_56={}; -} -this.maindiv_=div; -this.file_=_55; -this.rollPeriod_=_56.rollPeriod||Dygraph.DEFAULT_ROLL_PERIOD; -this.previousVerticalX_=-1; -this.fractions_=_56.fractions||false; -this.dateWindow_=_56.dateWindow||null; -this.valueRange_=_56.valueRange||null; -this.wilsonInterval_=_56.wilsonInterval||true; -this.customBars_=_56.customBars||false; -div.innerHTML=""; -if(div.style.width==""){ -div.style.width=Dygraph.DEFAULT_WIDTH+"px"; -} -if(div.style.height==""){ -div.style.height=Dygraph.DEFAULT_HEIGHT+"px"; -} -this.width_=parseInt(div.style.width,10); -this.height_=parseInt(div.style.height,10); -this.user_attrs_={}; -MochiKit.Base.update(this.user_attrs_,_56); -this.attrs_={}; -MochiKit.Base.update(this.attrs_,Dygraph.DEFAULT_ATTRS); -this.labelsFromCSV_=(this.attr_("labels")==null); -this.createInterface_(); -this.layoutOptions_={"errorBars":(this.attr_("errorBars")||this.customBars_),"xOriginIsZero":false}; -MochiKit.Base.update(this.layoutOptions_,this.attrs_); -MochiKit.Base.update(this.layoutOptions_,this.user_attrs_); -this.layout_=new DygraphLayout(this.layoutOptions_); -this.renderOptions_={colorScheme:this.colors_,strokeColor:null,axisLineWidth:Dygraph.AXIS_LINE_WIDTH}; -MochiKit.Base.update(this.renderOptions_,this.attrs_); -MochiKit.Base.update(this.renderOptions_,this.user_attrs_); -this.plotter_=new DygraphCanvasRenderer(this.hidden_,this.layout_,this.renderOptions_); -this.createStatusMessage_(); -this.createRollInterface_(); -this.createDragInterface_(); -this.start_(); -}; -Dygraph.prototype.attr_=function(_57){ -if(typeof (this.user_attrs_[_57])!="undefined"){ -return this.user_attrs_[_57]; -}else{ -if(typeof (this.attrs_[_57])!="undefined"){ -return this.attrs_[_57]; -}else{ -return null; -} -} -}; -Dygraph.prototype.log=function(_58,_59){ -if(typeof (console)!="undefined"){ -switch(_58){ -case Dygraph.DEBUG: -console.debug("dygraphs: "+_59); -break; -case Dygraph.INFO: -console.info("dygraphs: "+_59); -break; -case Dygraph.WARNING: -console.warn("dygraphs: "+_59); -break; -case Dygraph.ERROR: -console.error("dygraphs: "+_59); -break; -} -} -}; -Dygraph.prototype.info=function(_60){ -this.log(Dygraph.INFO,_60); -}; -Dygraph.prototype.warn=function(_61){ -this.log(Dygraph.WARNING,_61); -}; -Dygraph.prototype.error=function(_62){ -this.log(Dygraph.ERROR,_62); -}; -Dygraph.prototype.rollPeriod=function(){ -return this.rollPeriod_; -}; -Dygraph.prototype.createInterface_=function(){ -var _63=this.maindiv_; -this.graphDiv=MochiKit.DOM.DIV({style:{"width":this.width_+"px","height":this.height_+"px"}}); -appendChildNodes(_63,this.graphDiv); -var _64=MochiKit.DOM.CANVAS; -this.canvas_=_64({style:{"position":"absolute"},width:this.width_,height:this.height_}); -appendChildNodes(this.graphDiv,this.canvas_); -this.hidden_=this.createPlotKitCanvas_(this.canvas_); -connect(this.hidden_,"onmousemove",this,function(e){ -this.mouseMove_(e); -}); -connect(this.hidden_,"onmouseout",this,function(e){ -this.mouseOut_(e); -}); -}; -Dygraph.prototype.createPlotKitCanvas_=function(_66){ -var h=document.createElement("canvas"); -h.style.position="absolute"; -h.style.top=_66.style.top; -h.style.left=_66.style.left; -h.width=this.width_; -h.height=this.height_; -MochiKit.DOM.appendChildNodes(this.graphDiv,h); -return h; -}; -Dygraph.prototype.setColors_=function(){ -var num=this.attr_("labels").length-1; -this.colors_=[]; -var _69=this.attr_("colors"); -if(!_69){ -var sat=this.attr_("colorSaturation")||1; -var val=this.attr_("colorValue")||0.5; -for(var i=1;i<=num;i++){ -var hue=(1*i/(1+num)); -this.colors_.push(MochiKit.Color.Color.fromHSV(hue,sat,val)); -} -}else{ -for(var i=0;i=10){ -_80.doZoom_(Math.min(_82,_84),Math.max(_82,_84)); -}else{ -_80.canvas_.getContext("2d").clearRect(0,0,_80.canvas_.width,_80.canvas_.height); -} -_82=null; -_83=null; -} -}); -connect(this.hidden_,"ondblclick",this,function(_98){ -_80.dateWindow_=null; -_80.drawGraph_(_80.rawData_); -var _99=_80.rawData_[0][0]; -var _100=_80.rawData_[_80.rawData_.length-1][0]; -if(_80.attr_("zoomCallback")){ -_80.attr_("zoomCallback")(_99,_100); -} -}); -}; -Dygraph.prototype.drawZoomRect_=function(_101,endX,_103){ -var ctx=this.canvas_.getContext("2d"); -if(_103){ -ctx.clearRect(Math.min(_101,_103),0,Math.abs(_101-_103),this.height_); -} -if(endX&&_101){ -ctx.fillStyle="rgba(128,128,128,0.33)"; -ctx.fillRect(Math.min(_101,endX),0,Math.abs(endX-_101),this.height_); -} -}; -Dygraph.prototype.doZoom_=function(lowX,_105){ -var _106=this.layout_.points; -var _107=null; -var _108=null; -for(var i=0;i<_106.length;i++){ -var cx=_106[i].canvasx; -var x=_106[i].xval; -if(cx_107)){ -_107=x; -} -if(cx>_105&&(_108==null||x<_108)){ -_108=x; -} -} -if(_107==null){ -_107=_106[0].xval; -} -if(_108==null){ -_108=_106[_106.length-1].xval; -} -this.dateWindow_=[_107,_108]; -this.drawGraph_(this.rawData_); -if(this.attr_("zoomCallback")){ -this.attr_("zoomCallback")(_107,_108); -} -}; -Dygraph.prototype.mouseMove_=function(_110){ -var _111=_110.mouse().page.x-PlotKit.Base.findPosX(this.hidden_); -var _112=this.layout_.points; -var _113=-1; -var _114=-1; -var _115=1e+100; -var idx=-1; -for(var i=0;i<_112.length;i++){ -var dist=Math.abs(_112[i].canvasx-_111); -if(dist>_115){ -break; -} -_115=dist; -idx=i; -} -if(idx>=0){ -_113=_112[idx].xval; -} -if(_111>_112[_112.length-1].canvasx){ -_113=_112[_112.length-1].xval; -} -var _118=[]; -for(var i=0;i<_112.length;i++){ -if(_112[i].xval==_113){ -_118.push(_112[i]); -} -} -var _119=this.attr_("highlightCircleSize"); -var ctx=this.canvas_.getContext("2d"); -if(this.previousVerticalX_>=0){ -var px=this.previousVerticalX_; -ctx.clearRect(px-_119-1,0,2*_119+2,this.height_); -} -var isOK=function(x){ -return x&&!isNaN(x); -}; -if(_118.length>0){ -var _111=_118[0].canvasx; -var _121=this.attr_("xValueFormatter")(_113,this)+":"; -var clen=this.colors_.length; -for(var i=0;i<_118.length;i++){ -if(!isOK(_118[i].canvasy)){ -continue; -} -if(this.attr_("labelsSeparateLines")){ -_121+="
"; -} -var _123=_118[i]; -_121+=" "+_123.name+":"+this.round_(_123.yval,2); -} -this.attr_("labelsDiv").innerHTML=_121; -this.lastx_=_113; -ctx.save(); -for(var i=0;i<_118.length;i++){ -if(!isOK(_118[i%clen].canvasy)){ -continue; -} -ctx.beginPath(); -ctx.fillStyle=this.colors_[i%clen].toRGBString(); -ctx.arc(_111,_118[i%clen].canvasy,_119,0,360,false); -ctx.fill(); -} -ctx.restore(); -this.previousVerticalX_=_111; -} -}; -Dygraph.prototype.mouseOut_=function(_124){ -var ctx=this.canvas_.getContext("2d"); -ctx.clearRect(0,0,this.width_,this.height_); -this.attr_("labelsDiv").innerHTML=""; -}; -Dygraph.zeropad=function(x){ -if(x<10){ -return "0"+x; -}else{ -return ""+x; -} -}; -Dygraph.prototype.hmsString_=function(date){ -var _126=Dygraph.zeropad; -var d=new Date(date); -if(d.getSeconds()){ -return _126(d.getHours())+":"+_126(d.getMinutes())+":"+_126(d.getSeconds()); -}else{ -if(d.getMinutes()){ -return _126(d.getHours())+":"+_126(d.getMinutes()); -}else{ -return _126(d.getHours()); -} -} -}; -Dygraph.dateString_=function(date,self){ -var _129=Dygraph.zeropad; -var d=new Date(date); -var year=""+d.getFullYear(); -var _131=_129(d.getMonth()+1); -var day=_129(d.getDate()); -var ret=""; -var frac=d.getHours()*3600+d.getMinutes()*60+d.getSeconds(); -if(frac){ -ret=" "+self.hmsString_(date); -} -return year+"/"+_131+"/"+day+ret; -}; -Dygraph.prototype.round_=function(num,_135){ -var _136=Math.pow(10,_135); -return Math.round(num*_136)/_136; -}; -Dygraph.prototype.loadedEvent_=function(data){ -this.rawData_=this.parseCSV_(data); -this.drawGraph_(this.rawData_); -}; -Dygraph.prototype.months=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; -Dygraph.prototype.quarters=["Jan","Apr","Jul","Oct"]; -Dygraph.prototype.addXTicks_=function(){ -var _138,endDate; -if(this.dateWindow_){ -_138=this.dateWindow_[0]; -endDate=this.dateWindow_[1]; -}else{ -_138=this.rawData_[0][0]; -endDate=this.rawData_[this.rawData_.length-1][0]; -} -var _139=this.attr_("xTicker")(_138,endDate,this); -this.layout_.updateOptions({xTicks:_139}); -}; -Dygraph.SECONDLY=0; -Dygraph.TEN_SECONDLY=1; -Dygraph.THIRTY_SECONDLY=2; -Dygraph.MINUTELY=3; -Dygraph.TEN_MINUTELY=4; -Dygraph.THIRTY_MINUTELY=5; -Dygraph.HOURLY=6; -Dygraph.SIX_HOURLY=7; -Dygraph.DAILY=8; -Dygraph.WEEKLY=9; -Dygraph.MONTHLY=10; -Dygraph.QUARTERLY=11; -Dygraph.BIANNUAL=12; -Dygraph.ANNUAL=13; -Dygraph.DECADAL=14; -Dygraph.NUM_GRANULARITIES=15; -Dygraph.SHORT_SPACINGS=[]; -Dygraph.SHORT_SPACINGS[Dygraph.SECONDLY]=1000*1; -Dygraph.SHORT_SPACINGS[Dygraph.TEN_SECONDLY]=1000*10; -Dygraph.SHORT_SPACINGS[Dygraph.THIRTY_SECONDLY]=1000*30; -Dygraph.SHORT_SPACINGS[Dygraph.MINUTELY]=1000*60; -Dygraph.SHORT_SPACINGS[Dygraph.TEN_MINUTELY]=1000*60*10; -Dygraph.SHORT_SPACINGS[Dygraph.THIRTY_MINUTELY]=1000*60*30; -Dygraph.SHORT_SPACINGS[Dygraph.HOURLY]=1000*3600; -Dygraph.SHORT_SPACINGS[Dygraph.HOURLY]=1000*3600*6; -Dygraph.SHORT_SPACINGS[Dygraph.DAILY]=1000*86400; -Dygraph.SHORT_SPACINGS[Dygraph.WEEKLY]=1000*604800; -Dygraph.prototype.NumXTicks=function(_140,_141,_142){ -if(_142=Dygraph.DAILY){ -_151.push({v:t,label:new Date(t+3600*1000).strftime(_153)}); -}else{ -_151.push({v:t,label:this.hmsString_(t)}); -} -} -}else{ -var _155; -var _156=1; -if(_150==Dygraph.MONTHLY){ -_155=[0,1,2,3,4,5,6,7,8,9,10,11,12]; -}else{ -if(_150==Dygraph.QUARTERLY){ -_155=[0,3,6,9]; -}else{ -if(_150==Dygraph.BIANNUAL){ -_155=[0,6]; -}else{ -if(_150==Dygraph.ANNUAL){ -_155=[0]; -}else{ -if(_150==Dygraph.DECADAL){ -_155=[0]; -_156=10; -} -} -} -} -} -var _157=new Date(_148).getFullYear(); -var _158=new Date(_149).getFullYear(); -var _159=Dygraph.zeropad; -for(var i=_157;i<=_158;i++){ -if(i%_156!=0){ -continue; -} -for(var j=0;j<_155.length;j++){ -var _160=i+"/"+_159(1+_155[j])+"/01"; -var t=Date.parse(_160); -if(t<_148||t>_149){ -continue; -} -_151.push({v:t,label:new Date(t).strftime("%b %y")}); -} -} -} -return _151; -}; -Dygraph.dateTicker=function(_161,_162,self){ -var _163=-1; -for(var i=0;i=self.attr_("pixelsPerXLabel")){ -_163=i; -break; -} -} -if(_163>=0){ -return self.GetXAxis(_161,_162,_163); -}else{ -} -}; -Dygraph.numericTicks=function(minV,maxV,self){ -var _167=[1,2,5]; -var _168,low_val,high_val,nTicks; -var _169=self.attr_("pixelsPerYLabel"); -for(var i=-10;i<50;i++){ -var _170=Math.pow(10,i); -for(var j=0;j<_167.length;j++){ -_168=_170*_167[j]; -low_val=Math.floor(minV/_168)*_168; -high_val=Math.ceil(maxV/_168)*_168; -nTicks=(high_val-low_val)/_168; -var _171=self.height_/nTicks; -if(_171>_169){ -break; -} -} -if(_171>_169){ -break; -} -} -var _172=[]; -for(var i=0;i=k*k*k){ -_174=self.round_(_173/(k*k*k),1)+"B"; -}else{ -if(_173>=k*k){ -_174=self.round_(_173/(k*k),1)+"M"; -}else{ -if(_173>=k){ -_174=self.round_(_173/k,1)+"K"; -} -} -} -} -_172.push({label:_174,v:_173}); -} -return _172; -}; -Dygraph.prototype.addYTicks_=function(minY,maxY){ -var _178=Dygraph.numericTicks(minY,maxY,this); -this.layout_.updateOptions({yAxis:[minY,maxY],yTicks:_178}); -}; -Dygraph.prototype.extremeValues_=function(_179){ -var minY=null,maxY=null; -var bars=this.attr_("errorBars")||this.customBars_; -if(bars){ -for(var j=0;j<_179.length;j++){ -var y=_179[j][1][0]; -if(!y){ -continue; -} -var low=y-_179[j][1][1]; -var high=y+_179[j][1][2]; -if(low>y){ -low=y; -} -if(highmaxY){ -maxY=high; -} -if(minY==null||lowmaxY){ -maxY=y; -} -if(minY==null||y=low&&_183[k][0]<=high){ -_184.push(_183[k]); -} -} -_183=_184; -} -var _185=this.extremeValues_(_183); -var _186=_185[0]; -var _187=_185[1]; -if(!minY||_186maxY){ -maxY=_187; -} -if(bars){ -var vals=[]; -for(var j=0;j<_183.length;j++){ -vals[j]=[_183[j][0],_183[j][1][0],_183[j][1][1],_183[j][1][2]]; -} -this.layout_.addDataset(this.attr_("labels")[i],vals); -}else{ -this.layout_.addDataset(this.attr_("labels")[i],_183); -} -} -if(this.valueRange_!=null){ -this.addYTicks_(this.valueRange_[0],this.valueRange_[1]); -}else{ -var span=maxY-minY; -var _190=maxY+0.1*span; -var _191=minY-0.1*span; -if(_191<0&&minY>=0){ -_191=0; -} -if(_190>0&&maxY<=0){ -_190=0; -} -if(this.attr_("includeZero")){ -if(maxY<0){ -_190=0; -} -if(minY>0){ -_191=0; -} -} -this.addYTicks_(_191,_190); -} -this.addXTicks_(); -this.layout_.evaluateWithError(); -this.plotter_.clear(); -this.plotter_.render(); -this.canvas_.getContext("2d").clearRect(0,0,this.canvas_.width,this.canvas_.height); -}; -Dygraph.prototype.rollingAverage=function(_192,_193){ -if(_192.length<2){ -return _192; -} -var _193=Math.min(_193,_192.length-1); -var _194=[]; -var _195=this.attr_("sigma"); -if(this.fractions_){ -var num=0; -var den=0; -var mult=100; -for(var i=0;i<_192.length;i++){ -num+=_192[i][1][0]; -den+=_192[i][1][1]; -if(i-_193>=0){ -num-=_192[i-_193][1][0]; -den-=_192[i-_193][1][1]; -} -var date=_192[i][0]; -var _198=den?num/den:0; -if(this.attr_("errorBars")){ -if(this.wilsonInterval_){ -if(den){ -var p=_198<0?0:_198,n=den; -var pm=_195*Math.sqrt(p*(1-p)/n+_195*_195/(4*n*n)); -var _201=1+_195*_195/den; -var low=(p+_195*_195/(2*den)-pm)/_201; -var high=(p+_195*_195/(2*den)+pm)/_201; -_194[i]=[date,[p*mult,(p-low)*mult,(high-p)*mult]]; -}else{ -_194[i]=[date,[0,0,0]]; -} -}else{ -var _202=den?_195*Math.sqrt(_198*(1-_198)/den):1; -_194[i]=[date,[mult*_198,mult*_202,mult*_202]]; -} -}else{ -_194[i]=[date,mult*_198]; -} -} -}else{ -if(this.customBars_){ -var low=0; -var mid=0; -var high=0; -var _204=0; -for(var i=0;i<_192.length;i++){ -var data=_192[i][1]; -var y=data[1]; -_194[i]=[_192[i][0],[y,y-data[0],data[2]-y]]; -low+=data[0]; -mid+=y; -high+=data[2]; -_204+=1; -if(i-_193>=0){ -var prev=_192[i-_193]; -low-=prev[1][0]; -mid-=prev[1][1]; -high-=prev[1][2]; -_204-=1; -} -_194[i]=[_192[i][0],[1*mid/_204,1*(mid-low)/_204,1*(high-mid)/_204]]; -} -}else{ -var _206=Math.min(_193-1,_192.length-2); -if(!this.attr_("errorBars")){ -if(_193==1){ -return _192; -} -for(var i=0;i<_192.length;i++){ -var sum=0; -var _208=0; -for(var j=Math.max(0,i-_193+1);j=0||str.indexOf("/")>=0||isNaN(parseFloat(str))){ -_213=true; -}else{ -if(str.length==8&&str>"19700101"&&str<"20371231"){ -_213=true; -} -} -if(_213){ -this.attrs_.xValueFormatter=Dygraph.dateString_; -this.attrs_.xValueParser=Dygraph.dateParser; -this.attrs_.xTicker=Dygraph.dateTicker; -}else{ -this.attrs_.xValueFormatter=function(x){ -return x; -}; -this.attrs_.xValueParser=function(x){ -return parseFloat(x); -}; -this.attrs_.xTicker=Dygraph.numericTicks; -} -}; -Dygraph.prototype.parseCSV_=function(data){ -var ret=[]; -var _214=data.split("\n"); -var _215=0; -if(this.labelsFromCSV_){ -_215=1; -this.attrs_.labels=_214[0].split(","); -} -var _216; -var _217=false; -var _218=this.attr_("labels").length; -for(var i=_215;i<_214.length;i++){ -var line=_214[i]; -if(line.length==0){ -continue; -} -var _220=line.split(","); -if(_220.length<2){ -continue; -} -var _221=[]; -if(!_217){ -this.detectTypeFromString_(_220[0]); -_216=this.attr_("xValueParser"); -_217=true; -} -_221[0]=_216(_220[0],this); -if(this.fractions_){ -for(var j=1;j<_220.length;j++){ -var vals=_220[j].split("/"); -_221[j]=[parseFloat(vals[0]),parseFloat(vals[1])]; -} -}else{ -if(this.attr_("errorBars")){ -for(var j=1;j<_220.length;j+=2){ -_221[(j+1)/2]=[parseFloat(_220[j]),parseFloat(_220[j+1])]; -} -}else{ -if(this.customBars_){ -for(var j=1;j<_220.length;j++){ -var vals=_220[j].split(";"); -_221[j]=[parseFloat(vals[0]),parseFloat(vals[1]),parseFloat(vals[2])]; -} -}else{ -for(var j=1;j<_220.length;j++){ -_221[j]=parseFloat(_220[j]); -} -} -} -} -ret.push(_221); -if(_221.length!=_218){ -this.error("Number of columns in line "+i+" ("+_221.length+") does not agree with number of labels ("+_218+") "+line); -} -} -return ret; -}; -Dygraph.prototype.parseArray_=function(data){ -if(data.length==0){ -this.error("Can't plot empty data set"); -return null; -} -if(data[0].length==0){ -this.error("Data set cannot contain an empty row"); -return null; -} -if(this.attr_("labels")==null){ -this.warn("Using default labels. Set labels explicitly via 'labels' "+"in the options parameter"); -this.attrs_.labels=["X"]; -for(var i=1;i=0){ -this.loadedEvent_(this.file_); -}else{ -var req=new XMLHttpRequest(); -var _229=this; -req.onreadystatechange=function(){ -if(req.readyState==4){ -if(req.status==200){ -_229.loadedEvent_(req.responseText); -} -} -}; -req.open("GET",this.file_,true); -req.send(null); -} -}else{ -this.error("Unknown data format: "+(typeof this.file_)); -} -} -} -} -}; -Dygraph.prototype.updateOptions=function(_230){ -if(_230.customBars){ -this.customBars_=_230.customBars; -} -if(_230.rollPeriod){ -this.rollPeriod_=_230.rollPeriod; -} -if(_230.dateWindow){ -this.dateWindow_=_230.dateWindow; -} -if(_230.valueRange){ -this.valueRange_=_230.valueRange; -} -MochiKit.Base.update(this.user_attrs_,_230); -this.labelsFromCSV_=(this.attr_("labels")==null); -this.layout_.updateOptions({"errorBars":this.attr_("errorBars")}); -if(_230["file"]&&_230["file"]!=this.file_){ -this.file_=_230["file"]; -this.start_(); -}else{ -this.drawGraph_(this.rawData_); -} -}; -Dygraph.prototype.adjustRoll=function(_231){ -this.rollPeriod_=_231; -this.drawGraph_(this.rawData_); -}; -Dygraph.GVizChart=function(_232){ -this.container=_232; -}; -Dygraph.GVizChart.prototype.draw=function(data,_233){ -this.container.innerHTML=""; -this.date_graph=new Dygraph(this.container,data,_233); -}; -DateGraph=Dygraph; +dygraph-combined.js is a "packed" version of the larger dygraphs JS files. It is +smaller and loads more quickly, but is harder to debug. +To generate this file, run "make" or generate-combined.sh.