1-DAV-202 Data Management 2024/25
Difference between revisions of "HWjavascript"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
===Task C=== | ===Task C=== | ||
− | + | Figure out how to easily visualize a typical week of a user (days and times when he posts something). | |
− | |||
− | |||
− |
Revision as of 11:58, 10 April 2025
See the lecture
General goal: Extend the user pages from the previous lecture with simple visualizations.
Submit your source code to /submit/javascript/username/. Also do not forget to submit the database (even if it is the database from us).
Task A
Show a histogram of comment lengths. Use histogram from Google Charts.
Task B
Display a calendar, which shows during which days was the user active. Use calendar from Google Charts.
Task C
Figure out how to easily visualize a typical week of a user (days and times when he posts something).