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 install
To start a development server, run:
ng serve
Navigate 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-name
You can also use the following commands to generate other Angular elements:
ng generate directive|pipe|service|class|guard|interface|enum|module
To build the project, run:
ng build
The 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