Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Since 2016.02) There is also a scatter plot available where you can select years and seasons separately and choose unique coloring

Code Block
xml
titlexmlExample config
<statisticalFunction function="historicalScatterPlot">
	<season startMonthDay="--01-01" endMonthDay="--12-31" label="Year" color="black"/>
	<season startMonthDay="--04-01" endMonthDay="--09-30" label="Grow Season" color="gray"/>
</statisticalFunction>

Show statistics for specific timeseries

...