This project is part of a Data Visualization project and was generated with Angular CLI version 15.2.5.
Download and install the latest versions of Node.js and npm.
Run the following command to install the project's dependencies:
npm installTo start a development server, run:
ng serveNavigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
To generate a new component, run:
ng generate component component-nameYou can also use the following commands to generate other Angular elements:
ng generate directive|pipe|service|class|guard|interface|enum|moduleTo build the project, run:
ng buildThe build artifacts will be stored in the dist/ directory.
The Python code for Altair visualizations can be found in the Assets folder under the "Altair Visualization" directory.
To install the Altair library, use the following command:
pip install altair==5.0.0.rc1