web/flows: update background for new release
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
34a9a6a389
commit
1e303b515b
Binary file not shown.
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 252 KiB |
|
@ -71,7 +71,7 @@ export abstract class AKChart<T> extends LitElement {
|
||||||
const height = chart.height || 0;
|
const height = chart.height || 0;
|
||||||
|
|
||||||
const fontSize = (height / 114).toFixed(2);
|
const fontSize = (height / 114).toFixed(2);
|
||||||
chart.ctx.font = fontSize + "em RedHatText, Overpass, overpass, helvetica, arial, sans-serif";
|
chart.ctx.font = fontSize + "em Overpass, overpass, helvetica, arial, sans-serif";
|
||||||
chart.ctx.textBaseline = "middle";
|
chart.ctx.textBaseline = "middle";
|
||||||
chart.ctx.fillStyle = this.fontColour;
|
chart.ctx.fillStyle = this.fontColour;
|
||||||
|
|
||||||
|
|
Reference in New Issue