Release Notes: Difference between revisions

407 bytes added ,  14:27, 21 May 2021
m
Line 10: Line 10:
#Compiler: Implementation of the SMA (Simple Moving Average) statistic as first statistic function.
#Compiler: Implementation of the SMA (Simple Moving Average) statistic as first statistic function.
#Compiler: Elaboration of Error messages.
#Compiler: Elaboration of Error messages.
Example code for the EVAL and STATS keywords:
  CHART DailyRain TITLE Rain with statistics
    PLOT ALL RainFall colour CornflowerBlue as column
    PLOT ALL RainFall EVAL [ SUM( RainFall ) ] COLOUR crimson AXIS Free
    STATS RainFall SMA colour green
  EndChart OUTPUT Statistics.txt
Which results in:
[[File:Schermafbeelding 2021-05-21 154949.jpg|center|Use of EVAL and STATS in the ChartsCompiler]]


==== Version 5.3.8 (18/5/2021) ====
==== Version 5.3.8 (18/5/2021) ====