This project demonstrates a reusable D3.js scatter plot visualization using modular JavaScript architecture.
index.html - Main HTML fileindex.js - Application entry pointscatterPlot.js - Reusable scatter plot componentchartController.js - Chart rendering and rotation logicdataProcessor.js - CSV data loading and processingdata.csv - Car dataset (horsepower and MPG)Run a local server in the project directory: