add different plot types
Step 1: Added PlotType enum and a drop down to the UI. Extracted the code for scatter plots.
This commit is contained in:
@@ -260,10 +260,6 @@ public class DataStore {
|
||||
|
||||
final Doc doc = docIdToDoc.get(docId);
|
||||
|
||||
if (!doc.getTags().getValue("pod").equals("vadtrans01")){
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
result.add(doc);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user