dylanavery720 / d3-practice

Playground for d3 charts and figures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We all have different backgrounds, so this talk might weigh in as snooze-worthy beginner boring, or I'm not even sure I'm in the right room. Bottom line, we're aiming for an intro talk.

Why should you care?

Data visualization is used to tell stories - convey a multidimensional data set in a meaningful yet elegant manner.

Some examples:

D3 uses JavaScript, which can select elements of the page (or the DOM, Document Object Model), using CSS, and manipulate them in a way similar to JQuery... all of which are things we are purposefully not going to address for this talk (JavaScript, well, minimal, JQuery, CSS, and the DOM). Our goal is to get a working, at a most basic level bar chart for all of you.

D3 is a JavaScript library - or a set of tools written in JavaScript

What if I want to start learning right now?

And back down to Earth. Crawling before we take an Evel Knievel-style rocket over the Grand Canyon:

The Bar Chart:

tutorial here: https://bost.ocks.org/mike/bar/ working example (to play with)

About

Playground for d3 charts and figures


Languages

Language:JavaScript 42.8%Language:HTML 30.5%Language:CSS 26.8%