Skip to content

A project showcasing different type of bar charts using d3.js

Notifications You must be signed in to change notification settings

manutdkid77/d3-barcharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bar Charts using d3.js

At work was recently asked to create a bar chart similar to this

Well I never came across bar charts having progress bar's in school/college 😕

But with d3.js impossible is nothing. So I decided to learn how to create a basic bar chart and take it from there.

I found this video tutorial by Curran Kelleher which explains about bar chart creation and required apis in d3 quite well.

How to run this project

To get started :

  • We need a local dev server to host our files, this can be done easily by installing this lovely npm package http-server
  • Then in the terminal run http-server to run the server.
  • I use visual studio code to develop this project, and Debugger For Chrome extension for better js debugging.

About

A project showcasing different type of bar charts using d3.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published