Skip to content
Snippets Groups Projects
Commit c7001db2 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

minor axis naming adjustment

parent 5165fd5b
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,7 @@ public abstract class AbstractVisualizationType implements IVisualizationType {
metric = metric.replace("average", "");
if (this.getResult().getScaley() != null && this.getResult().getScaley() != "") {
if(this.getResult().getScaley().equalsIgnoreCase("responseTime")) {
return "response time in ms";
//return metric + " (ms)"
return "response time";
} else {
return metric;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment