Export Image

Assignment 6 - Q3

AKSHAY

0 views in last 90 days
Last edited Oct 19, 2025
Created on Oct 19, 2025
Forked from Assignment 6 - Q2

Iris Dataset Visualizations

This project contains two D3.js visualizations of the famous Iris dataset:

  1. Multi-Series Line Chart: Displays sepal length, sepal width, and petal length measurements across all 150 samples
  2. Combined Bar + Line Chart: Shows species count as bars and average petal width as a line

Features

  • Responsive design with clean styling
  • Interactive elements with hover effects
  • Custom color schemes
  • Clear axis labels and legends
  • Responsive visualizations

Technologies Used

  • D3.js v7
  • HTML5
  • CSS3

Data Source

The Iris dataset is loaded from: https://raw.githubusercontent.com/uiuc-cse/data-fa14/gh-pages/data/iris.csv

MIT Licensed