set tick labels to white
This commit is contained in:
@@ -26,6 +26,12 @@ function graphSpectralData (obj, dom) {
|
|||||||
grid: {
|
grid: {
|
||||||
color: 'white'
|
color: 'white'
|
||||||
}
|
}
|
||||||
|
xaxis: {
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
yaxis: {
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
$.plot('#graph', [graphPoints], options);
|
$.plot('#graph', [graphPoints], options);
|
||||||
// flot expects an array of arrays (lines) of 2-element arrays (points)
|
// flot expects an array of arrays (lines) of 2-element arrays (points)
|
||||||
|
|||||||
@@ -59,6 +59,11 @@ body {
|
|||||||
background-color: #8d0000;
|
background-color: #8d0000;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-secondary {
|
.table-secondary {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flot-tick-label {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user