add charts

This commit is contained in:
Emile Nijssen 2021-11-22 22:15:09 +01:00
parent 9a4b0bff2e
commit 7cd677f7ef
6 changed files with 280 additions and 131 deletions

View file

@ -5,6 +5,7 @@
],
"rules": {
"consistent-return": "off",
"no-shadow": "off"
"no-shadow": "off",
"max-len": "off"
}
}