Files
GoldenCheetah/src
Mark Liversedge 021ecda647 DataFilter - meanmax() set date range
.. meanmax(SERIES [, start, stop]) - now allows the user to provide a
   date range for the meanmax data to collect. This is so you can, for
   example, plot a 'last 90 days' curve:

   {
      finalise {
         yy <- meanmax(POWER, Date-90, Date);
         xx <- seq(1, length(yy), 1);
      }

      x { xx; }
      y { yy; }
   }
2020-05-10 16:47:59 +01:00
..
2020-05-09 19:53:22 -03:00
2020-05-10 09:51:29 +01:00
2020-04-26 21:53:50 +01:00
2017-03-31 00:02:40 -06:00
2020-03-20 08:06:56 +00:00
2020-05-07 16:25:45 -03:00
2020-05-07 16:25:45 -03:00