HackerSir / HackerWebSite

黑客社網站
http://hackersir.info
GNU General Public License v2.0
3 stars 1 forks source link

Lavacharts(圖表API) #23

Closed jyhsu2000 closed 9 years ago

jyhsu2000 commented 9 years ago

https://github.com/kevinkhill/lavacharts http://lavacharts.com/

Introduction

Lavacharts abstracts Google's Javascript Chart API to PHP

  • The Lavachart library takes away the need for manual writing of Javascript in your views
  • The library wraps the work of generating the proper Javascript, so you can focus on the data and not the JS in page.
  • Configuration is intuitive and easy to follow since it correlates 1:1 with the Google Chart API.
  • Designed to work with any PHP project, but some bonus features were added for Laravel users.
  • Laravel specific features include: A ServiceProvider, Facade, and Blade template extensions.
jyhsu2000 commented 9 years ago

https://google-developers.appspot.com/chart/ https://google-developers.appspot.com/chart/interactive/docs/gallery/barchart

jyhsu2000 commented 9 years ago

Moved to wiki