histogram width divide by mode, not total #2

Merged
christofsteel merged 47 commits from honigle into main 2022-02-02 13:59:36 +01:00
2 changed files with 8 additions and 6 deletions
Showing only changes of commit 7f3ebf6169 - Show all commits

2
package-lock.json generated
View file

@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"postcss": "^8.4.5", "postcss": "^8.4.5",
"prettier": "^2.5.1", "prettier": "2.5.1",
"tailwindcss": "^3.0.12" "tailwindcss": "^3.0.12"
} }
}, },

View file

@ -20,10 +20,12 @@
"web-vitals": "^2.1.3" "web-vitals": "^2.1.3"
}, },
"scripts": { "scripts": {
"start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "eject": "react-scripts eject",
"eject": "react-scripts eject" "fix": "prettier --write src",
"lint": "prettier --check src",
"start": "react-scripts start",
"test": "react-scripts test"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
@ -46,7 +48,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"postcss": "^8.4.5", "postcss": "^8.4.5",
"tailwindcss": "^3.0.12", "prettier": "2.5.1",
"prettier": "^2.5.1" "tailwindcss": "^3.0.12"
} }
} }