-2

I want same timeline chart in android its possible??enter image description here

Deva
  • 150
  • 2
  • 2
  • 17

2 Answers2

1

Yes it is possible using webview and enabling javascript. Checkout the following android app which displays the google timeline chart.

https://github.com/huzaifaiftikhar/GoogleCharts

sample of timeline chart in android

Huzaifa Iftikhar
  • 755
  • 1
  • 6
  • 9
0

Yes it is possible, please check the following link and implement yourself based on your requirement and render it in android Webview.

https://developers.google.com/chart/interactive/docs/gallery/timeline

Somasundaram NP
  • 1,018
  • 1
  • 12
  • 36
  • its possible in android ?? above mentioned link only for java script?? – Deva Nov 27 '15 at 12:52
  • In android you need to go with third party library like mpchart etc., or you need to load javascript file into android webview. loading javascript file in webview is possible. – Somasundaram NP Nov 27 '15 at 13:15