How diverse are the Silicon Valley Technology Companies?

Reporters from the Center for Investigative Reporting sought employee diversity data from 211 technology companies in San Fransisco. A couple of dozen companies shared their data. Here is a visualization of how race and gender diversity for 23 companies in Silicon Valley. The data was analysed using R and the visualization is using d3.js. 

0 Comments

Bar Charts in D3.JS : a step-by-step guide

Let's learn how to create a bar chart in D3.js. To access the entire code for this tutorial, follow this link. First a few basic concepts. SVG: SVG stands for Scalable Vector Graphics and is commonly used to display a variety of graphics on the web. SVG is nothing more than simple text files that…

0 Comments