Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d6y/lift-graph-example
- Owner: d6y
- Created: 2010-10-14T08:55:09.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-26T16:33:06.000Z (over 12 years ago)
- Last Synced: 2023-03-10T19:08:48.361Z (almost 2 years ago)
- Language: Scala
- Homepage: http://richard.dallaway.com
- Size: 794 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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/