Borderwidth set to 2px on both graphs.
This commit is contained in:
@@ -24,24 +24,28 @@ export default {
|
|||||||
label: "Blå",
|
label: "Blå",
|
||||||
borderColor: "#57d2fb",
|
borderColor: "#57d2fb",
|
||||||
backgroundColor: "#d4f2fe",
|
backgroundColor: "#d4f2fe",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
let yellow = {
|
let yellow = {
|
||||||
label: "Gul",
|
label: "Gul",
|
||||||
borderColor: "#ffde5d",
|
borderColor: "#ffde5d",
|
||||||
backgroundColor: "#fff6d6",
|
backgroundColor: "#fff6d6",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
let red = {
|
let red = {
|
||||||
label: "Rød",
|
label: "Rød",
|
||||||
borderColor: "#ef5878",
|
borderColor: "#ef5878",
|
||||||
backgroundColor: "#fbd7de",
|
backgroundColor: "#fbd7de",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
let green = {
|
let green = {
|
||||||
label: "Grønn",
|
label: "Grønn",
|
||||||
borderColor: "#10e783",
|
borderColor: "#10e783",
|
||||||
backgroundColor: "#c8f9df",
|
backgroundColor: "#c8f9df",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -23,24 +23,28 @@ export default {
|
|||||||
label: "Blå",
|
label: "Blå",
|
||||||
borderColor: "#57d2fb",
|
borderColor: "#57d2fb",
|
||||||
backgroundColor: "#d4f2fe",
|
backgroundColor: "#d4f2fe",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
let yellow = {
|
let yellow = {
|
||||||
label: "Gul",
|
label: "Gul",
|
||||||
borderColor: "#ffde5d",
|
borderColor: "#ffde5d",
|
||||||
backgroundColor: "#fff6d6",
|
backgroundColor: "#fff6d6",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
let red = {
|
let red = {
|
||||||
label: "Rød",
|
label: "Rød",
|
||||||
borderColor: "#ef5878",
|
borderColor: "#ef5878",
|
||||||
backgroundColor: "#fbd7de",
|
backgroundColor: "#fbd7de",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
let green = {
|
let green = {
|
||||||
label: "Grønn",
|
label: "Grønn",
|
||||||
borderColor: "#10e783",
|
borderColor: "#10e783",
|
||||||
backgroundColor: "#c8f9df",
|
backgroundColor: "#c8f9df",
|
||||||
|
borderWidth: 2,
|
||||||
data: []
|
data: []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user