Wednesday, May 1, 2013

[Announce] Django Graphos - Django charting made *really* easy

Hello,

I would like to announce Django Graphos - An app which makes it really easy to work with Django graphs.

https://github.com/agiliq/django-graphos

Graphos is a Django app to plot data into  graph.    ### Supported Backends:    * Python Nested lists  * CSV Files  * MongoDB  * Django ORM    ### Charting API Supported  

* Google charts API
* Flot
* YUI

https://github.com/agiliq/django-graphos

Plotting a chart from a model is as simple as:

queryset = Accounts.objects.filter(foo=bar)  LineChart(ModelDataSource(queryset, fields=["year", "sales", "expenses"]))

Looking for review of the code and architecture.
Pull reviews very welcome: https://github.com/agiliq/django-graphos

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment