summaryrefslogtreecommitdiff
path: root/qa/views/AntiAliasing
blob: fabbb9efa09d5f19934a716565a00687c5ad8e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"