Change histogram bar color to light bluish grey

- Hex #85abce
This commit is contained in:
Christoph Kluge 2022-09-30 17:19:01 +02:00
parent d1c47f4359
commit 526f8be01f

View File

@ -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.),