talk on google charts api at gdays bangladesh

28
Data Visualization with Google Charts API by Syed RAKIB Al Hasan Data Cruncher G&R Ad Network

Upload: syed-rakib-al-hasan

Post on 15-Jan-2015

441 views

Category:

Software


0 download

DESCRIPTION

How we can use the Google Charts API to visualize data. With this API, it is possible to produce various kinds of charts, widgets, gauges, geo maps along with customized look&feel and customized branding. This API is publicly available for free. It is the same javascript technology with which google visualizes data in its popular Google Analytics dashboards.

TRANSCRIPT

Page 1: Talk on Google Charts API at GDays Bangladesh

Data Visualizationwith

Google Charts APIby

Syed RAKIB Al HasanData Cruncher

G&R Ad Network

Page 2: Talk on Google Charts API at GDays Bangladesh
Page 3: Talk on Google Charts API at GDays Bangladesh
Page 4: Talk on Google Charts API at GDays Bangladesh
Page 5: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Page 6: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Page 7: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Page 8: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Declare chart packages:{

packages : ["corechart" ,"geochart" ,"table"

]}

Page 9: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Create Data Set:

Page 10: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Set chart options:

Page 11: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Draw the chart:

Page 12: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

The chart:

Page 13: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Full code available at:

https://gist.github.com/syedrakib/ea23781d91ff11556fe7

Page 14: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Gauge Example:function drawVisualization() { var data = google.visualization.arrayToDataTable([ ['Label', 'Value'], ['Memory', 80], ['CPU', 55], ['Network', 68] ]); new google.visualization.Gauge( document.getElementById('visualization') ).draw(data);}

Page 15: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Customized Branding:

Page 16: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Google Charts API

@

G & R Ad Network

Page 17: Talk on Google Charts API at GDays Bangladesh
Page 18: Talk on Google Charts API at GDays Bangladesh
Page 19: Talk on Google Charts API at GDays Bangladesh
Page 20: Talk on Google Charts API at GDays Bangladesh
Page 21: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Not just charts and stats:

Page 22: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

https://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=650x300&chl=Hello|World

https://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=650x300&chl=Hello|World

Also static images:

Page 23: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

More types:

Sankey Diagrams

Page 24: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

More types:

Diff Charts [pie]

Page 25: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

More types:

Calendar Charts

Page 26: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

More types:

Timeline Charts

Page 27: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Finishing Note:To use the API, you should have:● a little JavaScript experience; ● a little patience to read the documentation; and ● a little persistence to keep trying if your first charts

don't look as you expect them to.

Page 28: Talk on Google Charts API at GDays Bangladesh

GoogleCharts

APIhttps://developers.google.com/chart/

Thanks

Syed Rakib Al HasanData Cruncher G & R Ad Network

syedrakib

@syedrakib

/in/syedrakib

+SyedRakibAlHasan

http://syedrakib.me/