- 22 Sep, 2021 11 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Add functionality to draw multi-series column chart See merge request !7
-
Pithon Kabiro authored
It is assumed that this chart type will be used for visualizing aggregated results
-
Pithon Kabiro authored
Improve logic for performing basic aggregation See merge request !6
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Add functionality to draw multi-series line chart See merge request !5
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Add logic for performing basic aggregation See merge request !4
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Update scatter plot chart Further improvements to logic for drawing scatter plot chart See merge request !3
-
Pithon Kabiro authored
-
- 14 Sep, 2021 11 commits
-
-
Pithon Kabiro authored
Update scatter plot chart Improve logic for drawing scatter plot chart See merge request !2
-
Pithon Kabiro authored
- Move the function within the module file - Add documentation to the function
-
Pithon Kabiro authored
Currently, this function is only available in the scope of the function that formats observations for the scatter plot chart. Remove the missing observations from the first (larger) array.
-
Pithon Kabiro authored
Currently, this function is only available in the scope of the function that formats observations for the scatter plot chart. Get the index of the observations that are available in the first array but are missing from the second array.
-
Pithon Kabiro authored
Currently, this function is only available in the scope of the function that formats observations for the scatter plot chart. Get the timestamp of the observations that are available in the first array but are missing from the second.
-
Pithon Kabiro authored
The function paramaters are two observation arrays which are responses from a SensorThings API instance. The logic of the function is based on the premise that the first input observation array is the larger of the two.
-
Pithon Kabiro authored
Create a temporary function that wraps the scatter plot drawing logic
-
Pithon Kabiro authored
... from multiple datastreams. Its single parameter is an array of strings representing the building, sensor and sampling rate.
-
Pithon Kabiro authored
Retrieves metadata from an array of Datastream URL strings
-
Pithon Kabiro authored
Add parameters to function that hold information about the two series. Remove hardcoded arrays used for testing.
-
Pithon Kabiro authored
Add weather station information
-
- 24 Aug, 2021 5 commits
-
-
Pithon Kabiro authored
Add bare bones scatter plot chart See merge request !1
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Add a blank line between the properties of the options object, in an attempt at improving readability. Initial approach at generalizing the function by extracting constants from the options object of the scatter plot chart.
-
Pithon Kabiro authored
Add the basic structure of scatter plot chart
-
Pithon Kabiro authored
-
- 21 Jul, 2021 3 commits
-
-
Pithon Kabiro authored
`Range selector` is analogous to the `zoom` of a chart. Set it to display all the available observations from a datastream.
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
- 19 Jul, 2021 5 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Returns the abbreviated versions of building IDs, phenomenon names and sensor sampling rates
-
Pithon Kabiro authored
Returns the values of the currently selected options in the linked drop down lists
-
- 17 Jul, 2021 5 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Also, add HTML for third dropdown list
-
Pithon Kabiro authored
... based on the selection in first dropdown list. Functionality based on a new `hidden` CSS class
-
Pithon Kabiro authored
Create parent `<div>` elements for both dropdown lists. In addition, attach a barebones event listener to the new dropdown list
-
Pithon Kabiro authored
-