Plot axis label sizing and padding

This commit is contained in:
Christoph Kluge
2023-04-11 16:29:39 +02:00
parent 52a07b51d2
commit dd2b4609a3
2 changed files with 8 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
const fontSize = 12
const fontFamily = 'system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'
const paddingLeft = 35, paddingRight = 20, paddingTop = 20, paddingBottom = 20
const paddingLeft = 50, paddingRight = 20, paddingTop = 20, paddingBottom = 20
let ctx, canvasElement