juancri / covid19-animation-generator

Generates an animation of COVID-19 data
MIT License
31 stars 8 forks source link

Linear scale is broken #49

Closed juancri closed 3 years ago

juancri commented 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
juancri commented 3 years ago

The problem seems to be that the software is not 2021 ready O_o

juancri commented 3 years ago

FIXed by https://github.com/juancri/covid19-animation-generator/commit/af4e33fb0a0a659f590a38b01b364b5d6bf01fc9