mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +01:00
Remove reference on statistics
This commit is contained in:
parent
ccb8a9fbaf
commit
79c8c8bd65
@ -120,6 +120,7 @@ draft: false
|
|||||||
sdic.get(key).push(exval-((sdatdic.has(refstr)) ? sdatdic.get(refstr).get(key2) : NaN))
|
sdic.get(key).push(exval-((sdatdic.has(refstr)) ? sdatdic.get(refstr).get(key2) : NaN))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sdic.delete(refstr)
|
||||||
var graphdat=[]
|
var graphdat=[]
|
||||||
for(const[keystr,vals] of sdic){
|
for(const[keystr,vals] of sdic){
|
||||||
row=document.createElement("tr")
|
row=document.createElement("tr")
|
||||||
@ -211,7 +212,7 @@ draft: false
|
|||||||
var op=document.createElement("option")
|
var op=document.createElement("option")
|
||||||
var opObjVal=els.slice(2)
|
var opObjVal=els.slice(2)
|
||||||
op.value=JSON.stringify(opObjVal)
|
op.value=JSON.stringify(opObjVal)
|
||||||
op.innerText=d.method
|
op.innerText=opObjVal.join(" ")
|
||||||
sel_ref.appendChild(op)
|
sel_ref.appendChild(op)
|
||||||
var tableels=els.slice()
|
var tableels=els.slice()
|
||||||
if(d instanceof oneStateDataFileBase){
|
if(d instanceof oneStateDataFileBase){
|
||||||
|
Loading…
Reference in New Issue
Block a user