Skip to content

stainlu/CS5346

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3 Visualization: China and US (1990 to 2017)

This project presents a line graph visualization comparing CO2 Emissions for China and US. The visualization is created using the D3.js library.

Table of Contents

  1. Getting Started
  2. Dataset Description
  3. Usage
  4. Customization
  5. Resources

Getting Started

To get started with the project, follow these steps:

  1. Download or clone the repository to your local machine.
  2. Open the index.html file in your preferred web browser.

Dataset Description

The dataset used for this project can be found here. It contains data values for various countries in the years 1990 and 2017. The columns in the dataset are as follows:

  • Country: The name of the country.
  • Years(1990/2005/2017): The data value for the years.

Usage

The index.html file contains the code for the visualization. Open it in your web browser to view the line graph.

Customization

You can customize the visualization by modifying the code in index.html. Some possible customizations include:

  • Changing the countries to compare: Update the data variable filtering to include the countries you wish to compare.
  • Updating the color scheme: Modify the color variable to use different colors for the lines.
  • Adding interactivity: Enhance the visualization by adding tooltips, zoom functionality, or other interactive features.

Resources

For more information on D3.js and data visualization techniques, refer to the official D3.js documentation and various online resources and tutorials.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published