This Maven-based Java project provides interactive data visualization features, enabling users to create and analyze graphical representations of datasets.
- src: Source code for the project, containing core business logic.
- target: Compiled
.jaror.warfile for deployment. - pom.xml: Maven configuration file managing dependencies and build processes.
- .git: Git version control folder.
- Chart Types: Supports bar graphs, pie charts, scatter plots, and more.
- Data Interaction: Filters, zooming, and other interactivity for datasets.
- Custom Visualizations: Generates visuals based on user-uploaded data.
-
Setup Maven:
- Install Maven:
sudo apt install maven
- Navigate to the project directory.
- Install Maven:
-
Build and Package:
mvn clean install
-
Run the Application:
- If it generates a
.jarfile:java -jar target/<output-jar-file>.jar
- If it generates a
.warfile:- Deploy to a server (e.g., Apache Tomcat).
- Access via browser at
http://localhost:8080.
- If it generates a
- Use the Data Visualization project to display predictions and trends from the Water Quality Prediction project.
- Visualize water quality data distributions or prediction outcomes with interactive charts.
Contributions are welcome! Please fork the repository, make changes, and submit a pull request.