Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e1c6244
removing center column and refactoring toggle feature
Dekempsy4 Nov 3, 2023
d4d66b7
added sending sim args json to back end through port message
tamzeedq Oct 20, 2023
a0ecbaa
updated styling for middle col, added graph hover
tamzeedq Oct 27, 2023
f452970
packages
tamzeedq Oct 27, 2023
bda6c3f
css file fix
tamzeedq Oct 27, 2023
f05f6c7
Quering Telemetry Data. Dumping data to telemetry_data.json
Dekempsy4 Nov 3, 2023
572f7a2
removing center column and refactoring toggle feature
Dekempsy4 Nov 3, 2023
304c9b4
switching to D3.js for graphing. This library is more expansive and s…
Dekempsy4 Nov 4, 2023
67ab241
adding multiple y-axis
Dekempsy4 Nov 4, 2023
dd6915f
displaying multiple graphs dynamically chosen with multi-select
Dekempsy4 Nov 4, 2023
7cf3361
adding different colors to graphs
Dekempsy4 Nov 4, 2023
7e74aa6
add hover to d3 graph
tamzeedq Nov 10, 2023
0e406a5
made the tooltip text dynamic
tamzeedq Nov 16, 2023
d26d812
Merge branch 'UIOverhaul' of https://github.com/UBC-Solar/Simulation-…
tamzeedq Nov 16, 2023
95d45e7
rebasing
Dekempsy4 Nov 17, 2023
0b1629e
fixed update graph bug + refactor stat.js
tamzeedq Nov 17, 2023
fb88178
Merge branch 'UIOverhaul' of https://github.com/UBC-Solar/Simulation-…
tamzeedq Nov 17, 2023
71b78d7
added a vertical line to follow mouse x-coord hover
tamzeedq Nov 18, 2023
d349500
added a horizontal line on mouse hover to make crosshair
tamzeedq Nov 18, 2023
422f291
adding zoom functionality
Dekempsy4 Nov 18, 2023
d5f8e0e
Integrating hover functionality with zoom functionality
Dekempsy4 Nov 18, 2023
ccf8ba1
cleaning up code, preparing for final push
Dekempsy4 Nov 18, 2023
05ed8a1
slight style fix
Dekempsy4 Nov 18, 2023
1222fd4
slight style fix 2
Dekempsy4 Nov 18, 2023
5b8da44
removing unecessary code block, updating TODO at the top for future p…
Dekempsy4 Nov 18, 2023
499c110
small style change, fixed bug where graph needs to update when window…
tamzeedq Nov 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
300 changes: 287 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.3",
"d3": "^7.8.5",
"leaflet": "^1.9.4",
"openai": "^3.3.0",
"python-shell": "^5.0.0",
Expand Down
Loading