Export Image
Export Code

Man SDV Activity6_Task2

Manoja444

Last edited Apr 10, 2024
Created on Apr 10, 2024
Forked from Hello VizHub

Stacked Bar Chart with D3.js

This project demonstrates how to create a stacked bar chart using D3.js. The dataset used is provided in data.csv. The visualization is implemented in index.html using D3.js. Styling for the visualization is done in styles.css.

Usage

  1. Clone or download the repository.
  2. Open index.html in a web browser.

Dataset

The dataset (data.csv) contains sales performance data of different product categories across various regions.

Libraries Used

  • D3.js (Data-Driven Documents)
MIT Licensed