GithubHelp home page GithubHelp logo

irfanbaqui / bart-employees-in-d3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vicapow/bart-employees-in-d3

0.0 2.0 0.0 499 KB

a data visualization of the salary of BART employees built with D3

HTML 88.47% JavaScript 11.53%

bart-employees-in-d3's Introduction

Bart strike visualization code

see the original at my blog

to run on your own computer:

1.) you'll need to run the site through a server. this is because of a browser security restriction imposed to prevent files being loaded directly from your computer like (file:///Documents/...) from random websites. To side step this issue, we'll need to load the data file (the .csv file) from a web server. The simplest way is to do this is to use the following python command from the command line (assuming you're already inside of the project directory and using OS X or some other Unix system.)

python -m SimpleHTTPServer

2.) this will start a web server on your local computer that you can now access from a web browser at the following URL

http://localhost:8000/index.html

happy coding!

bart-employees-in-d3's People

Contributors

vicapow avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.