summaryrefslogtreecommitdiff
path: root/app-metrics/carbonapi-booking/files/carbonapi-booking-0.3.0-colours.patch
blob: 6fbbeeb181cb0092991dbe8ebdabdf7253354a25 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
use colouring defaults from graphite-web-1.10

--- carbonapi-0.3.0/expr/functions/cairo/png/picture_params.go
+++ carbonapi-0.3.0/expr/functions/cairo/png/picture_params.go
@@ -351,10 +351,10 @@
 	Height:     250,
 	Margin:     10,
 	LogBase:    0,
-	FgColor:    "white",
-	BgColor:    "black",
-	MajorLine:  "rose",
-	MinorLine:  "grey",
+	FgColor:    "black",
+	BgColor:    "white",
+	MajorLine:  "grey",
+	MinorLine:  "rose",
 	FontName:   "Sans",
 	FontSize:   10,
 	FontBold:   FontWeightNormal,
@@ -414,8 +414,8 @@
 	LeftDashed:  false,
 	LeftColor:   "",
 
-	MajorGridLineColor: "white",
-	MinorGridLineColor: "grey",
+	MajorGridLineColor: "grey",
+	MinorGridLineColor: "rose",
 }
 
 var templates = map[string]PictureParams{
@@ -424,10 +424,10 @@
 		Height:     250,
 		Margin:     10,
 		LogBase:    0,
-		FgColor:    "white",
-		BgColor:    "black",
-		MajorLine:  "rose",
-		MinorLine:  "grey",
+		FgColor:    "black",
+		BgColor:    "white",
+		MajorLine:  "grey",
+		MinorLine:  "rose",
 		FontName:   "Sans",
 		FontSize:   10,
 		FontBold:   FontWeightNormal,
@@ -487,7 +487,7 @@
 		LeftDashed:  false,
 		LeftColor:   "",
 
-		MajorGridLineColor: "white",
-		MinorGridLineColor: "grey",
+		MajorGridLineColor: "grey",
+		MinorGridLineColor: "rose",
 	},
 }