Add numeric history plot

Resolves #31
This commit is contained in:
Thomas Nordquist
2019-01-19 18:59:14 +01:00
parent b23ffd334d
commit 07bfde6244
7 changed files with 534 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
"no-else-after-return": false,
"align": false,
"variable-name": false,
"jsx-no-lambda": false
"jsx-no-lambda": false,
"indent": [true, "spaces", 2]
}
}