aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/filecount.json
blob: b32fbddc6b51c328c472723aadd727acc3032b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"bytes": {
		"title": "Filecount: size ({{PI}})",
		"vertical": "Bytes",
		"type": "stacked",
		"legend": {
			"value": {
				"name": "Size",
				"color": "0000ff"
			}
		},
		"legend_format": "%5.1lf%s"
	},
	"files": {
		"title": "Filecount: number of files ({{PI}})",
		"vertical": "Files",
		"type": "stacked",
		"legend": {
			"value": {
				"name": "Files",
				"color": "f0a000"
			}
		},
		"legend_format": "%5.1lf%s"
	}
}