Various fixes

This commit is contained in:
barsdeveloper
2022-03-28 23:04:24 +02:00
parent ca5948792a
commit a0eeca11d1
73 changed files with 446 additions and 125 deletions

View File

@@ -4,6 +4,8 @@ export default class Configuration {
static expandGridSize = 400
static fontSize = "12px"
static gridAxisLineColor = "black"
static gridExpandThreshold = 0.25 // remaining size factor threshold to cause an expansion event
static gridShrinkThreshold = 2 // exceding size factor threshold to cause a shrink event
static gridLineColor = "#353535"
static gridLineWidth = 1 // pixel
static gridSet = 8