Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeantessier/grails-histogram-example
Code I tried to answer a Grails question on LinkedIn: http://lnkd.in/dxan7nB
https://github.com/jeantessier/grails-histogram-example
Last synced: about 1 month ago
JSON representation
Code I tried to answer a Grails question on LinkedIn: http://lnkd.in/dxan7nB
- Host: GitHub
- URL: https://github.com/jeantessier/grails-histogram-example
- Owner: jeantessier
- Created: 2014-10-21T04:33:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T04:17:57.000Z (about 10 years ago)
- Last Synced: 2023-03-22T23:16:52.612Z (almost 2 years ago)
- Language: Shell
- Size: 629 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grails-histogram-example
========================Someone asked a question on LinkedIn about doing [a pie chart of employees by gender](http://lnkd.in/dxan7nB). I wrote a quick Grails project to try out a variation on the first commenter. It pushes the logic into a service and provides a slightly more generic histogram than only male/female.