the world gets better with javascript

13
The world gets better with JavaScript Arthur Camara & Angie Skazka

Upload: angie-skazka

Post on 15-Apr-2017

241 views

Category:

Data & Analytics


0 download

TRANSCRIPT

Page 1: The world gets better with JavaScript

The world gets betterwith JavaScript

Arthur Camara & Angie Skazka

Page 2: The world gets better with JavaScript

our colleague

Hans Rosling

Page 3: The world gets better with JavaScript

http://gapminder.org/world

Page 5: The world gets better with JavaScript

What you can do

embed to your webpage

Vizabi("BubbleChart", document.getElementById("my-div"));

like, here

Page 6: The world gets better with JavaScript

What you can do

tune and communicate with page

var placeholder = document.getElementById("my-div");var bbchart = Vizabi("BubbleChart", placeholder, { state: { … }, ui: { … }, ...});

//latervar options = bbchart.getOptions();options.state.time.playing = true;bbchart.setOptions(options);

Page 7: The world gets better with JavaScript

What you can do

extend gapminder tools

var bbchart = Vizabi.Tool.get("BubbleChart");bbchart.extend("MyBubbleChart", { ready: { … }});

//embeddingVizabi("MyBubbleChart", document.getElementById("my-div"));

Page 8: The world gets better with JavaScript

What you can do

create your own tools and components

Vizabi.Tool.extend("MyBubbleChart", { ready: { … }});

Vizabi.Component.extend("MyTimeslider", { ready: { … }, resize: { … }});

Page 9: The world gets better with JavaScript

http://vizabi.org

Page 10: The world gets better with JavaScript

Unified data-schema for multidimensional stats

Embeddable tools with customization

Responsive layout

Support for native UI Controls & Interaction

Translation & Localization

Ico

n m

ade

by

Ico

nm

oo

n fr

om

ww

w.fl

atic

on

.co

m

Page 11: The world gets better with JavaScript

✿ build many other charts for vizabi

✿ have other developers helping us

We want to:

Page 12: The world gets better with JavaScript

http://github.com/Gapminder/vizabi

OPEN SOURCE!!!! YAY

Page 13: The world gets better with JavaScript

Thank you

Arthur Camara@arthur_camara

Angie Skazka@angieskazka

Amir Rahnama@_ambodi

www.gapminder.org

Ola Rosling@OlaRosling