An interactive timeline visualization showing major events in the Israel-Hamas conflict from October 2023 onwards.
The visualization uses D3.js for rendering the timeline and event data. Events are loaded from a CSV file and processed to ensure proper date formatting and categorization.
index.html
- Main HTML filestyles.css
- Stylesheetindex.js
- Main JavaScript entry pointdataProcessor.js
- Functions for processing and categorizing the event datatimelineChart.js
- D3.js code for rendering the timeline visualizationdata.csv
- Event data in CSV formatSimply open the index.html
file in a modern web browser. Click on any event marker in the timeline to view detailed information about that event.