covid19-animation-generator icon indicating copy to clipboard operation
covid19-animation-generator copied to clipboard

Move scale operations to pre processors

Open juancri opened this issue 3 years ago • 1 comments

Some scale operations, like 7-day moving average, are part of the scale definition. Other dimensions can be added, incrementing the complexity of these scales.

We should move all these operations to be (pre) processors.

juancri avatar Oct 19 '20 10:10 juancri

This is already done. I just added warnings when these scale types are used. They will be incompatible with the two vertical scales mode:

  • linear-avg7
  • linear-avg7-change
  • linear-avg7-change-center

juancri avatar May 08 '21 05:05 juancri