This project visualizes monthly sales data from 2021 to 2025 using D3.js.
index.html: Main HTML fileindex.js: JavaScript implementation for the line chartsales_trend.csv: Sales data by monthindex.html in a web browserThe CSV file contains two columns:
month: Month and year in format "MMM-YYYY" (e.g.,
"Jan-2021")sales: Sales figures for that month