mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Change histogram bar color to light bluish grey
- Hex #85abce
This commit is contained in:
parent
d1c47f4359
commit
526f8be01f
@ -136,7 +136,7 @@
|
|||||||
ctx.stroke()
|
ctx.stroke()
|
||||||
|
|
||||||
// Draw bars
|
// Draw bars
|
||||||
ctx.fillStyle = '#0066cc'
|
ctx.fillStyle = '#85abce'
|
||||||
for (let p of data) {
|
for (let p of data) {
|
||||||
ctx.fillRect(
|
ctx.fillRect(
|
||||||
getCanvasX(p.value) - (barWidth / 2.),
|
getCanvasX(p.value) - (barWidth / 2.),
|
||||||
|
Loading…
Reference in New Issue
Block a user