Code developed as a tutorial for CSCI6612 - Visual Analytics (Summer 2019 - Dalhousie University) class on D3 (https://d3js.org/).
The basic goal was to create a configurable scatter plot. It's possible to select the attributes for X and Y axis and the color scheme.
iris.csv based on: http://archive.ics.uci.edu/ml/datasets/Iris
winequality-red.csv and winequality-white.csv based on: http://archive.ics.uci.edu/ml/datasets/Wine
You can just open index.html in a browser or host it somewhere.