Object.assign(data,{[Object.keys(dataFeatures[selectedPoints[i].id])[index]]:"Positive"});// Push the values into the pcp
}else{
Object.assign(data,{[Object.keys(dataFeatures[selectedPoints[i].id])[m]]:"Negative"});// Push the values into the pcp
Object.assign(data,{[Object.keys(dataFeatures[selectedPoints[i].id])[index]]:"Negative"});// Push the values into the pcp
}
}else{
Object.assign(data,{[Object.keys(dataFeatures[selectedPoints[i].id])[j]]:(Object.values(dataFeatures[selectedPoints[i].id])[j])});// Push the values into the pcp
Object.assign(data,{[Object.keys(dataFeatures[selectedPoints[i].id])[index]]:(Object.values(dataFeatures[selectedPoints[i].id])[index])});// Push the values into the pcp
}
}else{
if(indices[m]==j){
@ -5290,6 +5292,9 @@ if (points.length) { // If points exist (at least 1 point)
Object.assign(data,{[Object.keys(dataFeatures[points[i].id])[index]]:"Positive"});// Push the values into the pcp
}else{
Object.assign(data,{[Object.keys(dataFeatures[points[i].id])[m]]:"Negative"});// Push the values into the pcp
Object.assign(data,{[Object.keys(dataFeatures[points[i].id])[index]]:"Negative"});// Push the values into the pcp
}
}else{
Object.assign(data,{[Object.keys(dataFeatures[points[i].id])[j]]:(Object.values(dataFeatures[points[i].id])[j])});// Push the values into the pcp
Object.assign(data,{[Object.keys(dataFeatures[points[i].id])[index]]:(Object.values(dataFeatures[points[i].id])[index])});// Push the values into the pcp