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

300 views
Skip to first unread message

Shabda Raaj

unread,
May 1, 2013, 3:26:52 AM5/1/13
to django...@googlegroups.com
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

Venkatraman S

unread,
May 6, 2013, 12:04:31 AM5/6/13
to django...@googlegroups.com
Looks good.You may also want to have a look at Jacobian's google-chart[ https://github.com/jacobian/django-googlecharts ] for some inspiration with the code. I loved the way he makes it so simple.

Also, as you know, the problem with most charting dashboards is the ability to change the view(i.e, graph type) on the UI without causing a page-refresh and mix+match types. I understand that this is extremely specific to the app being developed, but some innovation in providing a framework for this would be nice - i started looking at backbone.js for this, but as I am not a js expert, had to digress.




--
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...@googlegroups.com.
To post to this group, send email to django...@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.
 
 

Fabio Caritas Barrionuevo da Luz

unread,
Nov 21, 2013, 4:34:00 PM11/21/13
to django...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages