1,738
edits
#Compiler: Implementation of the SMA (Simple Moving Average) statistic as first statistic function.
#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) ====
|