Closed juancri closed 3 years ago
Linear scales produces an empty animation. Example
node dist/main.js \ --scale linear \ --days 1 \ --verticalMin 0 --verticalMax 1000000 --verticalJump 100000 \ --horizontalMin 100 --horizontalMax 200 --horizontalJump 30 \ --skipZoom \ --extraFrames 0
The problem seems to be that the software is not 2021 ready O_o
FIXed by https://github.com/juancri/covid19-animation-generator/commit/af4e33fb0a0a659f590a38b01b364b5d6bf01fc9
Linear scales produces an empty animation. Example