Globally define theme colours
This commit is contained in:
@@ -18,7 +18,7 @@ function drawGraph(element, label, dataType) {
|
||||
datasets: [
|
||||
{
|
||||
label: label,
|
||||
backgroundColor: highlightColor,
|
||||
backgroundColor: "#" + window.style.highlightColor,
|
||||
borderWidth: 0,
|
||||
lineTension: 0,
|
||||
fill: true,
|
||||
|
Reference in New Issue
Block a user