backbone & graphs

11
Backbone & Graphs Let’s Initialize

Upload: inmobi-technology

Post on 15-Jul-2015

126 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Backbone & Graphs

Backbone & Graphs

Let’s Initialize

Page 2: Backbone & Graphs

Why Do you need It?

because: Data is the next big oil.

Page 3: Backbone & Graphs

Why Do you need It?

because: They Look Fancy

Page 4: Backbone & Graphs

Why Do you need It?

Because: A great way to visualize (convey to user)

Page 5: Backbone & Graphs

Why Backbone?

It’s a Popular framework, and structures your frontend quite very well.

Page 6: Backbone & Graphs

Why Google API?

Well this is not really a great choice, It’s is just working out fine for now.

Page 7: Backbone & Graphs

What’s different, than just using Google API directly to construct

graphs?

Page 8: Backbone & Graphs

How it works?

Backend(Data)

Front End

Page 9: Backbone & Graphs

How it works?

Backend(Data)

BackboneCollection

GenericGraph View

Line Graph

Column Graph

Pie Graph

Page 10: Backbone & Graphs

How it works?

Backend(Data)

BackboneCollection

GenericGraph View

Line Graph

Column Graph

Pie Graph

• Fetching Data• Filtering It• Group It• Adding Elements

Page 11: Backbone & Graphs

How it works?

Backend(Data)

BackboneCollection

GenericGraph View

Line Graph

Column Graph

Pie Graph• Loading Basic Graph

View • Handling Till you are

ready to show on