Skip to content
Snippets Groups Projects
Commit 3c581dbd authored by Robert Latta's avatar Robert Latta
Browse files

changed y-axis label for errors and discards graphs. RE POL1-509

parent 7948e99c
No related branches found
No related tags found
No related merge requests found
{% if type == 'errors' %} {% if type == 'errors' %}
{ {
"format": "none", "format": "none",
"label": "err/s", "label": "errors and discards per second",
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": 0, "min": 0,
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
{ {
"format": "none", "format": "none",
"label": "err/s", "label": "errors and discards per second",
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": 0, "min": 0,
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
"min": "", "min": "",
"show": true "show": true
} }
{% endif %} {% endif %}
\ No newline at end of file
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