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. -V @venkasub <http://about.me/venkasub> On Wed, May 1, 2013 at 12:56 PM, Shabda Raaj <sha...@agiliq.com> wrote: > 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+unsubscr...@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. > > > -- 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+unsubscr...@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.