10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 21:51:51 +02:00

Remove reference on statistics

This commit is contained in:
Mickaël Véril 2019-10-08 11:47:48 +02:00
parent ccb8a9fbaf
commit 79c8c8bd65

View File

@ -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){