1-DAV-202 Data Management 2023/24
Previously 2-INF-185 Data Source Integration
Difference between revisions of "Ljavascript"
Jump to navigation
Jump to search
(Created page with "=Ljavascript= <!-- NOTEX --> HWjavascript <!-- /NOTEX --> In this lecture we will extend the website from the previous lecture with interactive visualizations written in...") |
|||
Line 1: | Line 1: | ||
− | |||
<!-- NOTEX --> | <!-- NOTEX --> | ||
[[HWjavascript]] | [[HWjavascript]] |
Revision as of 19:25, 31 March 2020
In this lecture we will extend the website from the previous lecture with interactive visualizations written in JavaScript. We will not cover details of the JavaScript programming language, only use visualization contained in the Google Charts library.
Your goal is to take examples from the documentation and tweak them for your purposes.
Tips:
- You can write your data into JavaScript data structures in a Flask template. It is a bad practice, but sufficient for this lecture. (A better way is to load data in JSON format through API).
- Consult the previous lecture on running and accessing Flask applications.