Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d6y/lift-graph-example

Examples using Flot and Google Chart API for adding graphs to a Lift App
https://github.com/d6y/lift-graph-example

Last synced: about 1 month ago
JSON representation

Examples using Flot and Google Chart API for adding graphs to a Lift App

Awesome Lists containing this project

README

        

An example of two ways to draw graphs in Lift: using Flot and using the Google Charts API.

The index.html references a Viz snippet, and that snippet contains an example Google Charts
bar chart [1] and a Flot bar chart [2].

Use SBT [3] to build and run:

$ git clone git://github.com/d6y/lift-graph-example.git
$ cd lift-graph-example
$ sbt
> update
> ~jetty

...and then hit http://localhost:8080/

References:
1. http://code.google.com/apis/chart/
2. https://www.assembla.com/wiki/show/liftweb/Flot
3. http://code.google.com/p/simple-build-tool/