public/js
src_modules
aggregate.mjs +38 -10
chartColumn.mjs +5 -4
chartHeatmap.mjs +4 -3
chartLine.mjs +2 -2
chartScatterPlot.mjs +2 -2
dropDownListHelpers.mjs +2 -0
dropDownListProcessing.mjs +2 -0
loadingIndicator.mjs +26 -3
thirdparty
scripts.js +24 -19
appChart.js +138 -119
+ 38
- 10
@@ -5,6 +5,16 @@ import {
@@ -13,7 +23,10 @@ import {
@@ -24,7 +37,10 @@ const calculateMinimumObservationValuesWithinDatesInterval = function (
@@ -35,8 +51,10 @@ const calculateMaximumObservationValuesWithinDatesInterval = function (
@@ -48,10 +66,11 @@ const calculateSumOfObservationValuesWithinDatesInterval = function (
@@ -63,7 +82,10 @@ const calculateAverageOfObservationValuesWithinDatesInterval = function (
@@ -74,7 +96,10 @@ const calculateMinimumObservationValuesWithinMonthInterval = function (
@@ -85,8 +110,10 @@ const calculateMaximumObservationValuesWithinMonthInterval = function (
@@ -98,10 +125,11 @@ const calculateSumOfObservationValuesWithinMonthInterval = function (
@@ -131,10 +131,12 @@ const drawColumnChartHighcharts = function (
@@ -143,7 +145,6 @@ const drawColumnChartHighcharts = function (
@@ -155,10 +156,10 @@ const drawColumnChartHighcharts = function (
@@ -48,7 +48,8 @@ const calculateMinMaxValuesForHeatmapColorAxis = function (
@@ -98,13 +99,13 @@ const drawHeatMapHighcharts = function (