- 22 Oct, 2021 4 commits
-
-
Pithon Kabiro authored
... for use in the y-axis text of charts
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Move creation of the combined names + symbols array to the if/else block
-
Pithon Kabiro authored
- Create a copy of the array passed in as an argument, which will be modified in place - Replace 'forEach' method with 'filter' method for brevity
-
- 19 Oct, 2021 4 commits
-
-
Pithon Kabiro authored
Check the length of the correct array
-
Pithon Kabiro authored
Refactor the logic for creating the metadata for the temperature difference (dT, VL-RL) of a single building into a new function
-
Pithon Kabiro authored
Refactor the logic for calculating the timestamps & values for the temperature difference (dT, VL-RL) of a single building into a new function
-
Pithon Kabiro authored
We were using the original VL observations array in the 'map' array method. Updated to use the final version of VL observations array
-
- 11 Oct, 2021 2 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Confirm that the selected drop-dowwn options are valid before fetching the observations
-
- 30 Sep, 2021 3 commits
-
-
Pithon Kabiro authored
Create a full title for line and column charts. Ensure that title contains all the selected data points when aggregation is selected. Before this fix, only the first data point was included
-
Pithon Kabiro authored
Function uses options from drop-down list that have been selected by a user to populate the appropriate observations and then draw the appropriate chart
-
Pithon Kabiro authored
-
- 24 Sep, 2021 7 commits
-
-
Pithon Kabiro authored
Add two new aggregation type strings. Now there a four supported aggregation type strings
-
Pithon Kabiro authored
These functions wrap the logic of the two functions that calculate the minimum or maximum observation values for an interval delimited by calendar dates as well as delimited by calendar months
-
Pithon Kabiro authored
Calculate the minimum and maximum of observation values for a monthly interval
-
Pithon Kabiro authored
Calculate the minimum and maximum of observation values for a daily interval
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
- 22 Sep, 2021 3 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
It is assumed that this chart type will be used for visualizing aggregated results
-
Pithon Kabiro authored
-