summaryrefslogtreecommitdiff
path: root/qa/views/AntiAliasing
diff options
context:
space:
mode:
Diffstat (limited to 'qa/views/AntiAliasing')
-rw-r--r--qa/views/AntiAliasing23
1 files changed, 23 insertions, 0 deletions
diff --git a/qa/views/AntiAliasing b/qa/views/AntiAliasing
new file mode 100644
index 0000000..fabbb9e
--- /dev/null
+++ b/qa/views/AntiAliasing
@@ -0,0 +1,23 @@
+#kmchart
+version 1
+
+chart title "Anti-Aliased Utilisation" style utilization antialiasing on
+ plot legend "Red" color red metric sample.colour instance "red"
+ plot legend "Green" color green metric sample.colour instance "green"
+ plot legend "Blue" color blue metric sample.colour instance "blue"
+
+chart title "Anti-Aliased Plots" style plot antialiasing on
+ plot legend "Red" color red metric sample.colour instance "red"
+ plot legend "Green" color green metric sample.colour instance "green"
+ plot legend "Blue" color blue metric sample.colour instance "blue"
+
+chart title "Non-Anti-Aliased Utilisation" style utilization antialiasing off
+ plot legend "Red" color red metric sample.colour instance "red"
+ plot legend "Green" color green metric sample.colour instance "green"
+ plot legend "Blue" color blue metric sample.colour instance "blue"
+
+chart title "Non-Anti-Aliased Plots" style plot antialiasing off
+ plot legend "Red" color red metric sample.colour instance "red"
+ plot legend "Green" color green metric sample.colour instance "green"
+ plot legend "Blue" color blue metric sample.colour instance "blue"
+